From ad2b3f165e1f509151862474d3b3021fa2379ed1 Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Wed, 18 Nov 2020 16:29:19 +0100 Subject: [PATCH] update to texlive-20200327 --- 0001-try-to-adapt-to-poppler-0.58.patch | 1093 - b_one_srpm | 46 - check-tlupdate.sh | 32 - co_archive | 123 - co_source | 63 - makeTLspec.py | 313 - sources | 6778 +- texlive-20140525-selinux-context.patch | 29 - texlive-20150728-selinux-context.patch | 31 - texlive-2016-latexdiff-perl518.patch | 134 - texlive-2016-upmendex-crash | 121 - texlive-20160520-selinux-context.patch | 41 - texlive-20180211-disable-failing-tests.patch | 40 - texlive-20180414-annocheck.patch | 11 + texlive-2019-py3-and-pep8.patch | 3094 - ...20190410-dvisvgm-fix-libgs-detection.patch | 25 + texlive-20190410-poppler-0.73.patch | 249 + texlive-20190410-tlmgr-ignore-warning.patch | 79 + ...-20200327-disable-more-failing-tests.patch | 142 + texlive-20200327-new-poppler.patch | 641 + texlive-20200327-poppler-0.84.patch | 266 + texlive-20200327-poppler-0.90.patch | 20 + texlive-20200327-texinfo-path-fix.patch | 22 + ...180414-disable-omegafonts-check-test.patch | 12 + ...4-synctex-do-not-throw-no-file-error.patch | 11 + texlive-base-20190410-CVE-2019-19601.patch | 16 + texlive-bz#1442706-python-path.patch | 20 - texlive-bz#1575363-geometry-5.7.patch | 91 - texlive-bz979176.patch | 12 - texlive-fedora-licenses.h | 189 - texlive-fix-system-teckit.patch | 16 - texlive-latexdiff-perl518.patch | 121 - texlive-latexpand-perl518.patch | 48 - texlive-mpost-CVE-2016-10243.patch | 20 - texlive-no-l3regex.patch | 42 - texlive-scrpage2-obsolete-fixes.patch | 163 - texlive.spec | 201743 ++------------- texlive.spec.template | 919 - tl-format.patch | 161 +- tl-oldpkgs.h | 2296 - tl2rpm.c | 2389 - tlpdb.patch | 305 - yfonts-t1-license-email.pdf | Bin 35929 -> 0 bytes 43 files changed, 25943 insertions(+), 196024 deletions(-) delete mode 100644 0001-try-to-adapt-to-poppler-0.58.patch delete mode 100755 b_one_srpm delete mode 100755 check-tlupdate.sh delete mode 100755 co_archive delete mode 100755 co_source delete mode 100755 makeTLspec.py delete mode 100644 texlive-20140525-selinux-context.patch delete mode 100644 texlive-20150728-selinux-context.patch delete mode 100644 texlive-2016-latexdiff-perl518.patch delete mode 100644 texlive-2016-upmendex-crash delete mode 100644 texlive-20160520-selinux-context.patch delete mode 100644 texlive-20180211-disable-failing-tests.patch create mode 100644 texlive-20180414-annocheck.patch create mode 100644 texlive-20190410-dvisvgm-fix-libgs-detection.patch create mode 100644 texlive-20190410-poppler-0.73.patch create mode 100644 texlive-20190410-tlmgr-ignore-warning.patch create mode 100644 texlive-20200327-disable-more-failing-tests.patch create mode 100644 texlive-20200327-new-poppler.patch create mode 100644 texlive-20200327-poppler-0.84.patch create mode 100644 texlive-20200327-poppler-0.90.patch create mode 100644 texlive-20200327-texinfo-path-fix.patch create mode 100644 texlive-base-20180414-disable-omegafonts-check-test.patch create mode 100644 texlive-base-20180414-synctex-do-not-throw-no-file-error.patch create mode 100644 texlive-base-20190410-CVE-2019-19601.patch delete mode 100644 texlive-bz#1442706-python-path.patch delete mode 100644 texlive-bz#1575363-geometry-5.7.patch delete mode 100644 texlive-bz979176.patch delete mode 100644 texlive-fedora-licenses.h delete mode 100644 texlive-fix-system-teckit.patch delete mode 100644 texlive-latexdiff-perl518.patch delete mode 100644 texlive-latexpand-perl518.patch delete mode 100644 texlive-mpost-CVE-2016-10243.patch delete mode 100644 texlive-no-l3regex.patch delete mode 100644 texlive-scrpage2-obsolete-fixes.patch delete mode 100644 texlive.spec.template delete mode 100644 tl-oldpkgs.h delete mode 100644 tl2rpm.c delete mode 100644 tlpdb.patch delete mode 100644 yfonts-t1-license-email.pdf diff --git a/0001-try-to-adapt-to-poppler-0.58.patch b/0001-try-to-adapt-to-poppler-0.58.patch deleted file mode 100644 index 21e600a..0000000 --- a/0001-try-to-adapt-to-poppler-0.58.patch +++ /dev/null @@ -1,1093 +0,0 @@ -From 50a6171b4d01c296b7d634fdef0679da5c258d7c Mon Sep 17 00:00:00 2001 -From: David Tardon -Date: Thu, 7 Sep 2017 17:02:51 +0200 -Subject: [PATCH] try to adapt to poppler 0.58 - ---- - texk/web2c/luatexdir/image/pdftoepdf.w | 53 ++++----- - texk/web2c/luatexdir/lua/lepdflib.cc | 114 ++++++++------------ - texk/web2c/luatexdir/lua/lpdfscannerlib.cc | 2 +- - texk/web2c/pdftexdir/pdftoepdf.cc | 168 ++++++++++++----------------- - texk/web2c/pdftexdir/pdftosrc.cc | 31 ++---- - 7 files changed, 162 insertions(+), 259 deletions(-) - -diff --git a/source/texk/web2c/luatexdir/image/pdftoepdf.w b/source/texk/web2c/luatexdir/image/pdftoepdf.w -index d86504f..885ca47 100644 ---- a/source/texk/web2c/luatexdir/image/pdftoepdf.w -+++ b/source/texk/web2c/luatexdir/image/pdftoepdf.w -@@ -224,7 +224,7 @@ PdfDocument *refMemStreamPdfDocument(char *docstream, unsigned long long streams - 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()) { -@@ -408,9 +408,8 @@ static void copyArray(PDF pdf, PdfDocument * pdf_doc, Array * array) - 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); - } -@@ -422,9 +421,8 @@ static void copyDict(PDF pdf, PdfDocument * pdf_doc, Dict * dict) - 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); - } -@@ -510,13 +508,12 @@ static void writeRefs(PDF pdf, PdfDocument * pdf_doc) - 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; -@@ -736,7 +733,7 @@ void write_epdf(PDF pdf, image_dict * idict, int suppress_optional_info) - 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); -@@ -753,12 +750,11 @@ void write_epdf(PDF pdf, image_dict * idict, int suppress_optional_info) - 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]); -@@ -784,19 +780,17 @@ void write_epdf(PDF pdf, image_dict * idict, int suppress_optional_info) - 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, -@@ -804,32 +798,28 @@ void write_epdf(PDF pdf, image_dict * idict, int suppress_optional_info) - 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 -@@ -840,27 +830,23 @@ void write_epdf(PDF pdf, image_dict * idict, int suppress_optional_info) - - 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()); -@@ -871,8 +857,7 @@ void write_epdf(PDF pdf, image_dict * idict, int suppress_optional_info) - 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(); -+ copyStreamStream(pdf, (obj1 = contents.arrayGet(i)).getStream()); - if (i < (l - 1)) { - /* - Put a space between streams to be on the safe side (streams -@@ -893,8 +878,6 @@ void write_epdf(PDF pdf, image_dict * idict, int suppress_optional_info) - } - /* 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 -diff --git a/source/texk/web2c/luatexdir/lua/lepdflib.cc b/source/texk/web2c/luatexdir/lua/lepdflib.cc -index 00e2786..8d7005b 100644 ---- a/source/texk/web2c/luatexdir/lua/lepdflib.cc -+++ b/source/texk/web2c/luatexdir/lua/lepdflib.cc -@@ -538,7 +538,7 @@ static int m_##in##_##function(lua_State * L) \ - 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; \ -@@ -668,25 +668,13 @@ static const struct luaL_Reg Annots_m[] = { - - 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); -+ lua_pushinteger(L, 1); - 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); -+ lua_pushinteger(L, 1); - return 1; - } - -@@ -702,7 +690,7 @@ static int m_Array_add(lua_State * L) - 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 +706,7 @@ static int m_Array_get(lua_State * L) - 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 +727,7 @@ static int m_Array_getNF(lua_State * L) - 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; -@@ -953,25 +941,13 @@ static const struct luaL_Reg Catalog_m[] = { - - 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); -+ lua_pushinteger(L, 1); - 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); -+ lua_pushinteger(L, 1); - return 1; - } - -@@ -986,7 +962,7 @@ static int m_Dict_add(lua_State * L) - 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 +975,7 @@ static int m_Dict_set(lua_State * L) - 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 +1003,7 @@ static int m_Dict_lookup(lua_State * L) - 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 +1020,7 @@ static int m_Dict_lookupNF(lua_State * L) - 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 +1072,7 @@ static int m_Dict_getVal(lua_State * L) - 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 +1093,7 @@ static int m_Dict_getValNF(lua_State * L) - 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; -@@ -1381,9 +1357,9 @@ static int m_Object_initBool(lua_State * L) - 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 +1371,7 @@ static int m_Object_initInt(lua_State * L) - 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 +1383,7 @@ static int m_Object_initReal(lua_State * L) - 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 +1398,7 @@ static int m_Object_initString(lua_State * L) - 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 +1410,7 @@ static int m_Object_initName(lua_State * L) - 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,7 +1420,7 @@ static int m_Object_initNull(lua_State * L) - 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(); - return 0; - } - -@@ -1458,7 +1434,7 @@ static int m_Object_initArray(lua_State * L) - 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); -+ *((Object *) uin->d) = Object(new Array((XRef *) uxref->d)); - return 0; - } - -@@ -1476,7 +1452,7 @@ static int m_Object_initDict(lua_State * L) - 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); -+ *((Object *) uin->d) = Object(new Dict((XRef *) uxref->d)); - return 0; - } - -@@ -1490,7 +1466,7 @@ static int m_Object_initStream(lua_State * L) - 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 +1479,7 @@ static int m_Object_initRef(lua_State * L) - 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 +1491,7 @@ static int m_Object_initCmd(lua_State * L) - 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 +1501,7 @@ static int m_Object_initError(lua_State * L) - 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 +1511,7 @@ static int m_Object_initEOF(lua_State * L) - 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 +1527,7 @@ static int m_Object_fetch(lua_State * L) - 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 +1792,7 @@ static int m_Object_arrayAdd(lua_State * L) - 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 +1809,7 @@ static int m_Object_arrayGet(lua_State * L) - 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 +1833,7 @@ static int m_Object_arrayGetNF(lua_State * L) - 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 +1873,7 @@ static int m_Object_dictAdd(lua_State * L) - 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 +1891,7 @@ static int m_Object_dictSet(lua_State * L) - 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 +1906,7 @@ static int m_Object_dictLookup(lua_State * L) - 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 +1926,7 @@ static int m_Object_dictLookupNF(lua_State * L) - 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 +1967,7 @@ static int m_Object_dictGetVal(lua_State * L) - 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 +1991,7 @@ static int m_Object_dictGetValNF(lua_State * L) - 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 +2219,7 @@ m_poppler_get_poppler(Page, Stream, getMetadata); - 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 +2246,7 @@ static const struct luaL_Reg Page_m[] = { - {"getPieceInfo", m_Page_getPieceInfo}, - {"getSeparationInfo", m_Page_getSeparationInfo}, - {"getResourceDict", m_Page_getResourceDict}, -- {"getAnnots", m_Page_getAnnots}, -+ {"getAnnots", m_Page_getAnnotsObject}, - {"getContents", m_Page_getContents}, - {"__tostring", m_Page__tostring}, - {NULL, NULL} // sentinel -@@ -2520,7 +2496,7 @@ static int m_PDFDoc_getDocInfo(lua_State * L) - 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 +2514,7 @@ static int m_PDFDoc_getDocInfoNF(lua_State * L) - 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 +2817,7 @@ static int m_Attribute_getValue(lua_State * L) - 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 +3296,7 @@ static int m_StructTreeRoot_findParentElement(lua_State * L) - parent = root->findParentElement(i-1); - if (parent != NULL) { - uout = new_StructElement_userdata(L); -- uout->d = new StructElement( *parent ); -+ uout->d = (StructElement *) parent; - uout->atype = ALLOC_LEPDF; - uout->pc = uin->pc; - uout->pd = uin->pd; -@@ -3370,7 +3346,7 @@ static int m_XRef_fetch(lua_State * L) - 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; -diff --git a/source/texk/web2c/luatexdir/lua/lpdfscannerlib.cc b/source/texk/web2c/luatexdir/lua/lpdfscannerlib.cc -index cc311da..f36c556 100644 ---- a/source/texk/web2c/luatexdir/lua/lpdfscannerlib.cc -+++ b/source/texk/web2c/luatexdir/lua/lpdfscannerlib.cc -@@ -634,7 +634,7 @@ static int scanner_scan(lua_State * L) - int i; - for (i=0;iget(i, val); -+ *val = arrayref->get(i); - if (val->isStream()) { - ObjectList *rover = self->_streams; - ObjectList *item = (ObjectList *)xmalloc (sizeof(ObjectList)); -diff --git a/source/texk/web2c/pdftexdir/pdftoepdf.cc b/source/texk/web2c/pdftexdir/pdftoepdf.cc -index 253024f..5b3d7b4 100644 ---- a/source/texk/web2c/pdftexdir/pdftoepdf.cc -+++ b/source/texk/web2c/pdftexdir/pdftoepdf.cc -@@ -83,31 +83,6 @@ extern integer getpdfsuppressptexinfo(void); - #define MASK_SUPPRESS_PTEX_PAGENUMBER 0x04 - #define MASK_SUPPRESS_PTEX_INFODICT 0x08 - --// PdfObject encapsulates the xpdf Object type, --// and properly frees its resources on destruction. --// Use obj-> to access members of the Object, --// and &obj to get a pointer to the object. --// It is no longer necessary to call Object::free explicitely. -- --class PdfObject { -- public: -- PdfObject() { // nothing -- } ~PdfObject() { -- iObject.free(); -- } -- Object *operator->() { -- return &iObject; -- } -- Object *operator&() { -- return &iObject; -- } -- private: // no copying or assigning -- PdfObject(const PdfObject &); -- void operator=(const PdfObject &); -- public: -- Object iObject; --}; -- - // When copying the Resources of the selected page, all objects are copied - // recusively top-down. Indirect objects however are not fetched during - // copying, but get a new object number from pdfTeX and then will be -@@ -214,12 +189,12 @@ static void delete_document(PdfDocument * pdf_doc) - // Replacement for - // Object *initDict(Dict *dict1){ initObj(objDict); dict = dict1; return this; } - --static void initDictFromDict(PdfObject & obj, Dict * dict) -+static void initDictFromDict(Object & obj, Dict * dict) - { -- obj->initDict(xref); -+ obj = Object(new Dict(xref)); - for (int i = 0, l = dict->getLength(); i < l; i++) { - Object obj1; -- obj->dictAdd(copyString(dict->getKey(i)), dict->getValNF(i, &obj1)); -+ obj.dictAdd(copyString(dict->getKey(i)), dict->getValNF(i)); - } - } - -@@ -319,10 +294,10 @@ static void copyName(char *s) - - static void copyDictEntry(Object * obj, int i) - { -- PdfObject obj1; -+ Object obj1; - copyName(obj->dictGetKey(i)); - pdf_puts(" "); -- obj->dictGetValNF(i, &obj1); -+ obj1 = obj->dictGetValNF(i); - copyObject(&obj1); - pdf_puts("\n"); - } -@@ -375,17 +350,17 @@ static void copyStream(Stream * str) - static void copyProcSet(Object * obj) - { - int i, l; -- PdfObject procset; -+ Object procset; - if (!obj->isArray()) - pdftex_fail("PDF inclusion: invalid ProcSet array type <%s>", - obj->getTypeName()); - pdf_puts("/ProcSet [ "); - for (i = 0, l = obj->arrayGetLength(); i < l; ++i) { -- obj->arrayGetNF(i, &procset); -- if (!procset->isName()) -+ procset = obj->arrayGetNF(i); -+ if (!procset.isName()) - pdftex_fail("PDF inclusion: invalid ProcSet entry type <%s>", -- procset->getTypeName()); -- copyName(procset->getName()); -+ procset.getTypeName()); -+ copyName(procset.getName()); - pdf_puts(" "); - } - pdf_puts("]\n"); -@@ -395,7 +370,7 @@ static void copyProcSet(Object * obj) - - static void copyFont(char *tag, Object * fontRef) - { -- PdfObject fontdict, subtype, basefont, fontdescRef, fontdesc, charset, -+ Object fontdict, subtype, basefont, fontdescRef, fontdesc, charset, - fontfile, ffsubtype, stemV; - GfxFont *gfont; - fd_entry *fd; -@@ -412,31 +387,30 @@ static void copyFont(char *tag, Object * fontRef) - } - // Only handle included Type1 (and Type1C) fonts; anything else will be copied. - // Type1C fonts are replaced by Type1 fonts, if REPLACE_TYPE1C is true. -- if (!fixedinclusioncopyfont && fontRef->fetch(xref, &fontdict)->isDict() -- && fontdict->dictLookup("Subtype", &subtype)->isName() -- && !strcmp(subtype->getName(), "Type1") -- && fontdict->dictLookup("BaseFont", &basefont)->isName() -- && fontdict->dictLookupNF("FontDescriptor", &fontdescRef)->isRef() -- && fontdescRef->fetch(xref, &fontdesc)->isDict() -- && (fontdesc->dictLookup("FontFile", &fontfile)->isStream() -+ if (!fixedinclusioncopyfont && (fontdict = fontRef->fetch(xref)).isDict() -+ && (subtype = fontdict.dictLookup("Subtype")).isName() -+ && !strcmp(subtype.getName(), "Type1") -+ && (basefont = fontdict.dictLookup("BaseFont")).isName() -+ && (fontdescRef = fontdict.dictLookupNF("FontDescriptor")).isRef() -+ && (fontdesc = fontdescRef.fetch(xref)).isDict() -+ && ((fontfile = fontdesc.dictLookup("FontFile")).isStream() - || (REPLACE_TYPE1C -- && fontdesc->dictLookup("FontFile3", &fontfile)->isStream() -- && fontfile->streamGetDict()->lookup("Subtype", -- &ffsubtype)->isName() -- && !strcmp(ffsubtype->getName(), "Type1C"))) -- && (fontmap = lookup_fontmap(basefont->getName())) != NULL) { -+ && (fontfile = fontdesc.dictLookup("FontFile3")).isStream() -+ && (ffsubtype = fontfile.streamGetDict()->lookup("Subtype")).isName() -+ && !strcmp(ffsubtype.getName(), "Type1C"))) -+ && (fontmap = lookup_fontmap(basefont.getName())) != NULL) { - // copy the value of /StemV -- fontdesc->dictLookup("StemV", &stemV); -- fd = epdf_create_fontdescriptor(fontmap, stemV->getInt()); -- if (fontdesc->dictLookup("CharSet", &charset) && -- charset->isString() && is_subsetable(fontmap)) -- epdf_mark_glyphs(fd, charset->getString()->getCString()); -+ stemV = fontdesc.dictLookup("StemV"); -+ fd = epdf_create_fontdescriptor(fontmap, stemV.getInt()); -+ if (!(charset = fontdesc.dictLookup("CharSet")).isNull() && -+ charset.isString() && is_subsetable(fontmap)) -+ epdf_mark_glyphs(fd, charset.getString()->getCString()); - else - embed_whole_font(fd); -- addFontDesc(fontdescRef->getRef(), fd); -+ addFontDesc(fontdescRef.getRef(), fd); - copyName(tag); - gfont = GfxFont::makeFont(xref, tag, fontRef->getRef(), -- fontdict->getDict()); -+ fontdict.getDict()); - pdf_printf(" %d 0 R ", addFont(fontRef->getRef(), fd, - addEncoding(gfont))); - } else { -@@ -448,24 +422,24 @@ static void copyFont(char *tag, Object * fontRef) - - static void copyFontResources(Object * obj) - { -- PdfObject fontRef; -+ Object fontRef; - int i, l; - if (!obj->isDict()) - pdftex_fail("PDF inclusion: invalid font resources dict type <%s>", - obj->getTypeName()); - pdf_puts("/Font << "); - for (i = 0, l = obj->dictGetLength(); i < l; ++i) { -- obj->dictGetValNF(i, &fontRef); -- if (fontRef->isRef()) -+ fontRef = obj->dictGetValNF(i); -+ if (fontRef.isRef()) - copyFont(obj->dictGetKey(i), &fontRef); -- else if (fontRef->isDict()) { // some programs generate pdf with embedded font object -+ else if (fontRef.isDict()) { // some programs generate pdf with embedded font object - copyName(obj->dictGetKey(i)); - pdf_puts(" "); - copyObject(&fontRef); - } - else - pdftex_fail("PDF inclusion: invalid font in reference type <%s>", -- fontRef->getTypeName()); -+ fontRef.getTypeName()); - } - pdf_puts(">>\n"); - } -@@ -554,7 +528,7 @@ static char *convertNumToPDF(double n) - - static void copyObject(Object * obj) - { -- PdfObject obj1; -+ Object obj1; - int i, l, c; - Ref ref; - char *p; -@@ -598,8 +572,8 @@ static void copyObject(Object * obj) - } else if (obj->isArray()) { - pdf_puts("["); - for (i = 0, l = obj->arrayGetLength(); i < l; ++i) { -- obj->arrayGetNF(i, &obj1); -- if (!obj1->isName()) -+ obj1 = obj->arrayGetNF(i); -+ if (!obj1.isName()) - pdf_puts(" "); - copyObject(&obj1); - } -@@ -637,7 +611,7 @@ static void writeRefs() - if (!r->written) { - Object obj1; - r->written = 1; -- xref->fetch(r->ref.num, r->ref.gen, &obj1); -+ obj1 = xref->fetch(r->ref.num, r->ref.gen); - if (r->type == objFont) { - assert(!obj1.isStream()); - pdfbeginobj(r->num, 2); // \pdfobjcompresslevel = 2 is for this -@@ -653,7 +627,6 @@ static void writeRefs() - pdf_puts("\n"); - pdfendobj(); - } -- obj1.free(); - } - } - } -@@ -836,8 +809,8 @@ void write_epdf(void) - Page *page; - Ref *pageRef; - Dict *pageDict; -- PdfObject contents, obj1, obj2, pageObj, dictObj; -- PdfObject groupDict; -+ Object contents, obj1, obj2, pageObj, dictObj; -+ Object groupDict; - bool writeSepGroup = false; - Object info; - char *key; -@@ -864,8 +837,8 @@ void write_epdf(void) - encodingList = 0; - page = pdf_doc->doc->getCatalog()->getPage(epdf_selected_page); - pageRef = pdf_doc->doc->getCatalog()->getPageRef(epdf_selected_page); -- xref->fetch(pageRef->num, pageRef->gen, &pageObj); -- pageDict = pageObj->getDict(); -+ pageObj = xref->fetch(pageRef->num, pageRef->gen); -+ pageDict = pageObj.getDict(); - rotate = page->getRotate(); - PDFRectangle *pagebox; - // write the Page header -@@ -883,7 +856,7 @@ void write_epdf(void) - pdf_printf("/%s.PageNumber %i\n", pdfkeyprefix, (int) epdf_selected_page); - } - if ((suppress_ptex_info & MASK_SUPPRESS_PTEX_INFODICT) == 0) { -- pdf_doc->doc->getDocInfoNF(&info); -+ info = pdf_doc->doc->getDocInfoNF(); - if (info.isRef()) { - // the info dict must be indirect (PDF Ref p. 61) - pdf_printf("/%s.InfoDict ", pdfkeyprefix); -@@ -939,14 +912,14 @@ void write_epdf(void) - pdf_puts(stripzeros(s)); - - // Metadata validity check (as a stream it must be indirect) -- pageDict->lookupNF("Metadata", &dictObj); -- if (!dictObj->isNull() && !dictObj->isRef()) -+ dictObj = pageDict->lookupNF("Metadata"); -+ if (!dictObj.isNull() && !dictObj.isRef()) - pdftex_warn("PDF inclusion: /Metadata must be indirect object"); - - // copy selected items in Page dictionary except Resources & Group - for (i = 0; pageDictKeys[i] != NULL; i++) { -- pageDict->lookupNF(pageDictKeys[i], &dictObj); -- if (!dictObj->isNull()) { -+ dictObj = pageDict->lookupNF(pageDictKeys[i]); -+ if (!dictObj.isNull()) { - pdf_newline(); - pdf_printf("/%s ", pageDictKeys[i]); - copyObject(&dictObj); // preserves indirection -@@ -954,8 +927,8 @@ void write_epdf(void) - } - - // handle page group -- pageDict->lookupNF("Group", &dictObj); -- if (!dictObj->isNull()) { -+ dictObj = pageDict->lookupNF("Group"); -+ if (!dictObj.isNull()) { - if (pdfpagegroupval == 0) { - // another pdf with page group was included earlier on the - // same page; copy the Group entry as is. See manual for -@@ -969,8 +942,8 @@ void write_epdf(void) - copyObject(&dictObj); - } else { - // write Group dict as a separate object, since the Page dict also refers to it -- pageDict->lookup("Group", &dictObj); -- if (!dictObj->isDict()) -+ dictObj = pageDict->lookup("Group"); -+ if (!dictObj.isDict()) - pdftex_fail("PDF inclusion: /Group dict missing"); - writeSepGroup = true; - initDictFromDict(groupDict, page->getGroup()); -@@ -987,14 +960,14 @@ void write_epdf(void) - ("PDF inclusion: /Resources missing. 'This practice is not recommended' (PDF Ref)"); - } else { - initDictFromDict(obj1, page->getResourceDict()); -- if (!obj1->isDict()) -+ if (!obj1.isDict()) - pdftex_fail("PDF inclusion: invalid resources dict type <%s>", -- obj1->getTypeName()); -+ obj1.getTypeName()); - pdf_newline(); - pdf_puts("/Resources <<\n"); -- for (i = 0, l = obj1->dictGetLength(); i < l; ++i) { -- obj1->dictGetVal(i, &obj2); -- key = obj1->dictGetKey(i); -+ for (i = 0, l = obj1.dictGetLength(); i < l; ++i) { -+ obj2 = obj1.dictGetVal(i); -+ key = obj1.dictGetKey(i); - if (strcmp("Font", key) == 0) - copyFontResources(&obj2); - else if (strcmp("ProcSet", key) == 0) -@@ -1006,8 +979,8 @@ void write_epdf(void) - } - - // write the page contents -- page->getContents(&contents); -- if (contents->isStream()) { -+ contents = page->getContents(); -+ if (contents.isStream()) { - - // Variant A: get stream and recompress under control - // of \pdfcompresslevel -@@ -1018,36 +991,35 @@ void write_epdf(void) - - // Variant B: copy stream without recompressing - // -- contents->streamGetDict()->lookup("F", &obj1); -- if (!obj1->isNull()) { -+ obj1 = contents.streamGetDict()->lookup("F"); -+ if (!obj1.isNull()) { - pdftex_fail("PDF inclusion: Unsupported external stream"); - } -- contents->streamGetDict()->lookup("Length", &obj1); -- assert(!obj1->isNull()); -+ obj1 = contents.streamGetDict()->lookup("Length"); -+ assert(!obj1.isNull()); - pdf_puts("/Length "); - copyObject(&obj1); - pdf_puts("\n"); -- contents->streamGetDict()->lookup("Filter", &obj1); -- if (!obj1->isNull()) { -+ obj1 = contents.streamGetDict()->lookup("Filter"); -+ if (!obj1.isNull()) { - pdf_puts("/Filter "); - copyObject(&obj1); - pdf_puts("\n"); -- contents->streamGetDict()->lookup("DecodeParms", &obj1); -- if (!obj1->isNull()) { -+ obj1 = contents.streamGetDict()->lookup("DecodeParms"); -+ if (!obj1.isNull()) { - pdf_puts("/DecodeParms "); - copyObject(&obj1); - pdf_puts("\n"); - } - } - pdf_puts(">>\nstream\n"); -- copyStream(contents->getStream()->getUndecodedStream()); -+ copyStream(contents.getStream()->getUndecodedStream()); - pdfendstream(); -- } else if (contents->isArray()) { -+ } else if (contents.isArray()) { - pdfbeginstream(); -- for (i = 0, l = contents->arrayGetLength(); i < l; ++i) { -+ for (i = 0, l = contents.arrayGetLength(); i < l; ++i) { - Object contentsobj; -- copyStream((contents->arrayGet(i, &contentsobj))->getStream()); -- contentsobj.free(); -+ copyStream((contentsobj = contents.arrayGet(i)).getStream()); - if (i < l - 1) - pdf_newline(); // add a newline after each stream except the last - } -diff --git a/source/texk/web2c/pdftexdir/pdftosrc.cc b/source/texk/web2c/pdftexdir/pdftosrc.cc -index 42b9e06..010b1d0 100644 ---- a/source/texk/web2c/pdftexdir/pdftosrc.cc -+++ b/source/texk/web2c/pdftexdir/pdftosrc.cc -@@ -86,22 +86,19 @@ int main(int argc, char *argv[]) - objgen = atoi(argv[3]); - } - xref = doc->getXRef(); -- catalogDict.initNull(); -- xref->getCatalog(&catalogDict); -+ catalogDict = xref->getCatalog(); - if (!catalogDict.isDict("Catalog")) { - fprintf(stderr, "No Catalog found\n"); - exit(1); - } -- srcStream.initNull(); - if (objnum == 0) { -- catalogDict.dictLookup("SourceObject", &srcStream); -+ srcStream = catalogDict.dictLookup("SourceObject"); - static char const_SourceFile[] = "SourceFile"; - if (!srcStream.isStream(const_SourceFile)) { - fprintf(stderr, "No SourceObject found\n"); - exit(1); - } -- srcName.initNull(); -- srcStream.getStream()->getDict()->lookup("SourceName", &srcName); -+ srcName = srcStream.getStream()->getDict()->lookup("SourceName"); - if (!srcName.isString()) { - fprintf(stderr, "No SourceName found\n"); - exit(1); -@@ -110,7 +107,7 @@ int main(int argc, char *argv[]) - // We cannot free srcName, as objname shares its string. - // srcName.free(); - } else if (objnum > 0) { -- xref->fetch(objnum, objgen, &srcStream); -+ srcStream = xref->fetch(objnum, objgen); - if (!srcStream.isStream()) { - fprintf(stderr, "Not a Stream object\n"); - exit(1); -@@ -159,29 +156,23 @@ int main(int argc, char *argv[]) - int localOffset = 0; - Guint firstOffset; - -- assert(xref->fetch(e->offset, 0, &objStr)->isStream()); -- nObjects = objStr.streamGetDict()->lookup("N", &obj1)->getInt(); -- obj1.free(); -- first = objStr.streamGetDict()->lookup("First", &obj1)->getInt(); -- obj1.free(); -+ assert((objStr = xref->fetch(e->offset, 0)).isStream()); -+ nObjects = (obj1 = objStr.streamGetDict()->lookup("N")).getInt(); -+ first = (obj1 = objStr.streamGetDict()->lookup("First")).getInt(); - firstOffset = objStr.getStream()->getBaseStream()->getStart() + first; - - // parse the header: object numbers and offsets - objStr.streamReset(); -- obj1.initNull(); -- str = new EmbedStream(objStr.getStream(), &obj1, gTrue, first); -+ str = new EmbedStream(objStr.getStream(), Object(), gTrue, first); - parser = new Parser(xref, new Lexer(xref, str), gFalse); - for (n = 0; n < nObjects; ++n) { -- parser->getObj(&obj1); -- parser->getObj(&obj2); -+ obj1 = parser->getObj(); -+ obj2 = parser->getObj(); - if (n == e->gen) - localOffset = obj2.getInt(); -- obj1.free(); -- obj2.free(); - } - while (str->getChar() != EOF) ; - delete parser; -- objStr.free(); - - fprintf(outfile, "%.10lu 00000 n\n", - (long unsigned)(firstOffset + localOffset)); -@@ -192,7 +183,6 @@ int main(int argc, char *argv[]) - s->reset(); - while ((c = s->getChar()) != EOF) - fputc(c, outfile); -- srcStream.free(); - } - if (objnum == 0) - fprintf(stderr, "Source file extracted to %s\n", outname); -@@ -201,7 +191,6 @@ int main(int argc, char *argv[]) - else - fprintf(stderr, "Cross-reference table extracted to %s\n", outname); - fclose(outfile); -- catalogDict.free(); - delete doc; - delete globalParams; - } --- -2.13.5 - diff --git a/b_one_srpm b/b_one_srpm deleted file mode 100755 index 95b3955..0000000 --- a/b_one_srpm +++ /dev/null @@ -1,46 +0,0 @@ -#!/bin/sh -# -# This script creates texlive.spec from generated specs by tl2rpm -# and generates local testing repository from built packages. -# Written by Jindrich Novy (novyjindrich@gmail.com). -# -gcc tl2rpm.c -o tl2rpm -O2 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=native -march=native -[ "$?" != "0" ] && exit 1 -rm -f _mkdirs.spec _unpack.spec _sources.spec _remove.spec _packages.spec _font.spec _files.spec _dirs.spec -touch _mkdirs.spec -./tl2rpm -mv _mkdirs.spec _mkdirs.spec.tmp -sort _mkdirs.spec.tmp > _mkdirs.spec -rm -f _mkdirs.spec.tmp -mv _dirs.spec _dirs.spec.tmp -sort _dirs.spec.tmp > _dirs.spec -rm -f _dirs.spec.tmp -mv _sources.spec _sources.spec.tmp -sort _sources.spec.tmp > _sources.spec -rm -f _sources.spec.tmp -while read LINE; do - if [ "${LINE%% *}" = "%include" ]; then - cat ${LINE:9} - else - echo "$LINE" - fi -done < texlive.spec.template > texlive.spec -#exit 0 -RPMBUILDDIR=`rpm --eval "%_topdir"` -rm -f $RPMBUILDDIR/RPMS/noarch/texlive* -rm -f $RPMBUILDDIR/RPMS/x86_64/texlive* -for i in `ls texlive/archive`; do - rm -f $RPMBUILDDIR/SOURCES/$i -done -ACTDIR=`pwd` -for i in `ls texlive/archive`; do - ln -s $ACTDIR/texlive/archive/$i $RPMBUILDDIR/SOURCES/$i -done -LANG=C time rpmbuild -bb texlive.spec > buildlog-srpm 2>&1 -[ "$?" != "0" ] && exit 1 -mv buildlog-srpm buildlog-srpm.full -rm -rf packages -mkdir packages -mv RPMS/noarch/texlive* packages -mv RPMS/x86_64/texlive* packages -createrepo packages diff --git a/check-tlupdate.sh b/check-tlupdate.sh deleted file mode 100755 index 83ad1a0..0000000 --- a/check-tlupdate.sh +++ /dev/null @@ -1,32 +0,0 @@ -#!/bin/bash -# Probably should redo this in python ... but lazy -# Copyright 2020 Tom Callaway - -MIRROR="http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/" - -function validate_url(){ - if [[ `wget -S --spider $1 2>&1 | grep 'HTTP/1.1 200 OK'` ]]; then - echo "true"; - else - echo "false"; - fi -} - -for i in `grep "^%package" texlive.spec | cut -d " " -f 2-`; do - PACKAGENAME="$i"; - COMPONENTNAME=`echo $i | sed 's|-doc$|.doc|g'`; - # Some of the older versions have trailing .NNN.NNN values. Strip em. - CURRVERSION=`grep -A10 "%package $i$" texlive.spec | grep -m 1 "^Version:" | cut -d " " -f 2- | cut -d "." -f 1 | sed 's|^svn|r|g'`; - # printf "$COMPONENTNAME " - # echo "$COMPONENTNAME @ $CURRVERSION"; - MY_URL=`echo $MIRROR$COMPONENTNAME.$CURRVERSION.tar.xz` - # echo $MY_URL - OUTPUT=`validate_url $MY_URL` - # echo $OUTPUT - if $OUTPUT; then - # echo "[$PACKAGENAME] same as upstream" - continue - else - echo "$PACKAGENAME" - fi -done diff --git a/co_archive b/co_archive deleted file mode 100755 index c22adfd..0000000 --- a/co_archive +++ /dev/null @@ -1,123 +0,0 @@ -#!/bin/sh -# -# This script checks out upstream archives from CTAN, removes unneeded files, -# expands files required for dependency resolution by tl2rpm. -# Written by Jindrich Novy (novyjindrich@gmail.com). -# -echo "Syncing with remote server..." -[ -e texlive/archive/asana-math.tar.xz ] && mv texlive/archive/asana-math.tar.xz texlive/archive/Asana-Math.tar.xz -[ -e texlive/archive/asana-math.doc.tar.xz ] && mv texlive/archive/asana-math.doc.tar.xz texlive/archive/Asana-Math.doc.tar.xz -[ -e texlive/archive/lineara.tar.xz ] && mv texlive/archive/lineara.tar.xz texlive/archive/linearA.tar.xz -[ -e texlive/archive/lineara.doc.tar.xz ] && mv texlive/archive/lineara.doc.tar.xz texlive/archive/linearA.doc.tar.xz -[ -e texlive/archive/lineara.source.tar.xz ] && mv texlive/archive/lineara.source.tar.xz texlive/archive/linearA.source.tar.xz -[ -e texlive/archive/musixtex-fnts.tar.xz ] && mv texlive/archive/musixtex-fnts.tar.xz texlive/archive/musixtex-fonts.tar.xz -[ -e texlive/archive/musixtex-fnts.doc.tar.xz ] && mv texlive/archive/musixtex-fnts.doc.tar.xz texlive/archive/musixtex-fonts.doc.tar.xz -#rsync -av --delete ftp.cstug.cz::pub/tex/local/tlpretest/archive texlive --delete-excluded \ -#rsync -av --delete rsync://ftp.ctex.org/mirrors/texlive/tlpretest/ texlive --delete-excluded \ -#rsync -av --delete ftp.cstug.cz::pub/tex/local/tlpretest/archive texlive --delete-excluded \ -#rsync -av --delete rsync://ftp.fernuni-hagen.de/ctan/systems/texlive/tlnet/archive texlive --delete-excluded \ -rsync -av --delete rsync://rsync.dante.ctan.org/CTAN/systems/texlive/tlnet/archive texlive --delete-excluded \ ---exclude '*mactex*' \ ---exclude '*.win32*' \ ---exclude '*.i386-freebsd*' \ ---exclude '*.i386-cygwin*' \ ---exclude '*.i386-solaris*' \ ---exclude '*.i386-netbsd*' \ ---exclude '*.i386-kfreebsd*' \ ---exclude '*.armel-linux*' \ ---exclude '*.mipsel-linux*' \ ---exclude '*.mips-irix*' \ ---exclude '*.powerpc-*' \ ---exclude '*.sparc-*' \ ---exclude '*.amd64-*' \ ---exclude '*.alpha-*' \ ---exclude '*.x86_64-*' \ ---exclude '*.universal-darwin*' \ ---exclude '*.armhf-linux*' \ ---exclude '*.exe.*' \ ---exclude '*.exe' \ ---exclude 'install-tl*' \ ---exclude 'breakcites*' \ ---exclude 'psutils*' \ ---exclude 'rst.*' \ ---exclude 't1utils*' \ ---exclude 'xindy*' \ ---exclude 'asymptote*' \ ---exclude 'tlpkg/*' \ ---exclude 'update-tlmgr*' | tee /tmp/rsynclogCTAN -EXIT=$? -[ -e texlive/archive/Asana-Math.tar.xz ] && mv texlive/archive/Asana-Math.tar.xz texlive/archive/asana-math.tar.xz -[ -e texlive/archive/Asana-Math.doc.tar.xz ] && mv texlive/archive/Asana-Math.doc.tar.xz texlive/archive/asana-math.doc.tar.xz -[ -e texlive/archive/linearA.tar.xz ] && mv texlive/archive/linearA.tar.xz texlive/archive/lineara.tar.xz -[ -e texlive/archive/linearA.doc.tar.xz ] && mv texlive/archive/linearA.doc.tar.xz texlive/archive/lineara.doc.tar.xz -[ -e texlive/archive/linearA.source.tar.xz ] && mv texlive/archive/linearA.source.tar.xz texlive/archive/lineara.source.tar.xz -[ -e texlive/archive/musixtex-fonts.tar.xz ] && mv texlive/archive/musixtex-fonts.tar.xz texlive/archive/musixtex-fnts.tar.xz -[ -e texlive/archive/musixtex-fonts.doc.tar.xz ] && mv texlive/archive/musixtex-fonts.doc.tar.xz texlive/archive/musixtex-fnts.doc.tar.xz -UPDATES=`grep 'tar.xz$' /tmp/rsynclogCTAN` -if [ "$UPDATES" == "" ]; then - rm -f /tmp/rsynclogCTAN - exit 0 -else - UPDATES=`grep 'tar.xz$' /tmp/rsynclogCTAN | grep -v 'deleting'` - for i in $UPDATES; do - echo "+ $i" - done -fi -rm -f /tmp/rsynclogCTAN -[ $EXIT != 0 ] && exit 1 - -echo "Creating symlinks..." -for i in `ls texlive/archive`; do - rm -f ~/rpmbuild/SOURCES/$i -done -RPMBUILDDIR=`rpm --eval "%_topdir"` -ACTDIR=`pwd` -for i in `ls texlive/archive`; do - ln -s $ACTDIR/texlive/archive/$i $RPMBUILDDIR/SOURCES/$i -done - -echo "Expanding..." -rm -rf texlive.expanded.old -if [ -d texlive.expanded ]; then - mv texlive.expanded texlive.expanded.old -else - mkdir -p texlive.expanded.old -fi -mkdir texlive.expanded -for i in texlive/archive/*.tar.xz; do - tar xf $i -C texlive.expanded '*.sty' '*.tex' '*.cls' '*.ldf' '*.bbx' '*.cbx' '*.def' '*.tlpobj' '*.clo' '*.bug' '*.bg2' '*i386-linux*' '*texmf/scripts*' '*texmf-dist/scripts*' > /dev/null 2>&1 -done -diff -ru texlive.expanded.old texlive.expanded > archive.diff - -echo "Moving..." -pushd texlive.expanded -cp -pr doc source tex texmf-dist -rm -rf doc source tex -popd - -echo "Generating tlpdb..." -pushd ./texlive.expanded/tlpkg/tlpobj -OUT=../../../texlive.tlpdb -mv $OUT $OUT.bck -for i in `ls *.tlpobj | grep -v '\.i386-linux.tlpobj$' | grep -v '\.doc.tlpobj$' | grep -v '\.source.tlpobj$'`; do - NAME=`echo $i | sed 's/.tlpobj$//g'` - grep -v '^catalogue-' $i >> $OUT - if [ -e $NAME.doc.tlpobj ]; then - grep '^docfiles' $NAME.doc.tlpobj >> $OUT - grep '^ ' $NAME.doc.tlpobj >> $OUT - fi - if [ -e $NAME.source.tlpobj ]; then - grep '^srcfiles' $NAME.source.tlpobj >> $OUT - grep '^ ' $NAME.source.tlpobj >> $OUT - fi - grep '^catalogue-' $i >> $OUT - echo >> $OUT - if [ -e $NAME.i386-linux.tlpobj ]; then - cat $NAME.i386-linux.tlpobj >> $OUT - echo >> $OUT - fi -done -popd -patch texlive.tlpdb < tlpdb.patch -[ "$?" = "1" ] && exit 1 -diff -u texlive.tlpdb.orig texlive.tlpdb > tlpdb.patch diff --git a/co_source b/co_source deleted file mode 100755 index 406e244..0000000 --- a/co_source +++ /dev/null @@ -1,63 +0,0 @@ -#!/bin/sh -# -# This script checks out TeX Live upstream sources to build binaries, -# removes unneeded files and generates a tarball used to build RPMs. -# Written by Jindrich Novy (novyjindrich@gmail.com) -# -svn co svn://tug.org/texlive/trunk/Build/source | tee /tmp/rsynclog -[ "$?" != "0" ] && exit 1 -UPDATES=`grep -v '^Checked out revision' /tmp/rsynclog` -[ "$UPDATES" == "" ] && exit 0 -cp -R source source.svn -for i in \ -'.svn' \ -'*.exe' \ -'*.dsp' \ -'*.dsw' \ -'*.orig' \ -'*vcproj*' \ -'*vcxproj*' \ -'*.vc' \ -'*vc[678]*' \ -; do - find source -name $i | tee | xargs rm -rf -done -#rm -rf source/utils/biber* -rm -rf \ -source/libs/zlib* \ -source/libs/libpng* \ -source/libs/expat* \ -source/libs/jpeg* \ -source/libs/t1lib* \ -source/libs/teckit* \ -source/libs/gd* \ -source/libs/freetype2* \ -source/libs/zziplib* \ -source/libs/poppler* \ -source/libs/unzip* \ -source/libs/xpdf* \ -source/libs/cairo* \ -source/libs/harfbuzz* \ -source/libs/pixman* \ -source/libs/libpaper* \ -source/libs/icu* \ -source/libs/graphite2* \ -source/libs/potrace* \ -source/libs/freetype/* \ -source/texk/texlive/w32_wrapper \ -source/utils/t1utils* \ -source/utils/xindy* \ -source/utils/asymptote* \ -source/utils/psutils* \ -source/utils/biber* \ -source/utils/xz* \ -source/extra* -#source/utils/asymptote* -DATE=`date +%Y%m%d`_r`grep Checked /tmp/rsynclog | cut -d" " -f4 | sed s/.$//` -sed -i s/global\ source_date.*$/global\ source_date\ $DATE/g texlive.spec.template -rm -f texlive-*-source.tar.xz -echo "Packing..." -time tar Oc source | xz -cv -T0 - > texlive-$DATE-source.tar.xz -rm -rf source -mv source.svn source -mv texlive*-source.tar.xz `rpm --eval "%_topdir"`/SOURCES diff --git a/makeTLspec.py b/makeTLspec.py deleted file mode 100755 index f9842cd..0000000 --- a/makeTLspec.py +++ /dev/null @@ -1,313 +0,0 @@ -#!/usr/bin/python3 - -# makeTLspec: Take a CTAN component name and make spec snippets for it -# -# Copyright (c) 2020 Tom Callaway -# Copyright (c) 2013-2016 Tomas Popela (from chromium-latest.py) -# -# Permission is hereby granted, free of charge, to any person obtaining -# a copy of this software and associated documentation files (the -# "Software"), to deal in the Software without restriction, including -# without limitation the rights to use, copy, modify, merge, publish, -# distribute, sublicense, and/or sell copies of the Software, and to -# permit persons to whom the Software is furnished to do so, subject to -# the following conditions: -# -# The above copyright notice and this permission notice shall be included -# in all copies or substantial portions of the Software. -# -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -# IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -# CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -from datetime import datetime -from optparse import OptionParser -import os -import pathlib -import requests -import sys -import tarfile -import urllib.request, urllib.parse, urllib.error - -def dlProgress(count, blockSize, totalSize): - if (totalSize <= blockSize): - percent = int(count * 100) - else: - percent = int(count * blockSize * 100 / totalSize) - sys.stdout.write("\r" + "Downloading ... %d%%" % percent) - sys.stdout.flush() - -def license_to_fedora(argument): - switcher = { - 'lppl1.3c': 'LPPL 1.3', - 'lppl1.3': 'LPPL 1.3', - 'lppl1.2': 'LPPL 1.2', - 'lppl1.1': 'LPPL 1.1', - 'lppl1': 'LPPL 1', - 'lppl': 'LPPL', - 'apache2': 'ASL 2.0', - 'artistic2': 'Artistic 2.0', - 'bsd': 'BSD', - 'fdl': 'GFDL', - 'fsl': 'GFSL', - 'gpl2': 'GPLv2', - 'gpl3': 'GPLv3', - 'gpl': 'GPL+', - 'knuth': 'Knuth', - 'lgpl2.1': 'LGPLv2', - 'lgpl': 'LGPLv2+', - 'ofl': 'OFL', - 'pd': 'Public Domain', - 'other-free': 'UNKNOWN' - } - return switcher.get(argument, "UNKNOWN") - -def remove_file_if_exists(filename): - if os.path.isfile("./%s" % filename): - try: - os.remove(filename) - except Exception: - pass - -def downloadit(component): - mirror = "http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/" - if options.verbose: - print("Downloading main tarball for %s..." % component) - componentfile = component + ".tar.xz" - componentdocfile = component + ".doc.tar.xz" - - texlivegitdir = str(pathlib.Path.home()) + "/git/texlive" - try: - os.chdir(texlivegitdir) - except OSError: - print("Could not change to %s... bailing out" % texlivegitdir) - return - - if (options.clean): - remove_file_if_exists(componentfile) - remove_file_if_exists(componentdocfile) - - # Make sure we have not already downloaded the component bits - for item in [componentfile, componentdocfile]: - if os.path.isfile(item): - print("%s already exists!" % item) - else: - url = mirror + item - request = requests.get(url) - if request.status_code == 200: - print("Downloading %s" % url) - info = urllib.request.urlretrieve(url, item, reporthook=dlProgress)[1] - urllib.request.urlcleanup() - print("") - else: - print('Tarball for %s is not on this mirror.' % item) - remove_file_if_exists (item) - # sys.exit(1) - -if __name__ == "__main__": - # We want to be in ~/git/texlive/ - texlivegitdir = str(pathlib.Path.home()) + "/git/texlive" - sourceslistpath = texlivegitdir + "/sourceslistfile.txt" - packagespath = texlivegitdir + "/packagesfile.txt" - fileslistpath = texlivegitdir + "/fileslistfile.txt" - - mirror = "http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/" - - usage = "usage: %prog [options] CTANcomponent" - parser = OptionParser(usage) - parser.add_option("-c", "--clean", action="store_true", help="Re-download sources") - parser.add_option("-d", "--download", action="store_true", help="Download files fresh") - parser.add_option("-s", "--startingsourcenum", default="1", help="Starting sourcenum for the sourceslist [default: %default]") - parser.add_option("-t", "--timestamp", action="store_true", help="add a timestamp to the output files (if any)") - parser.add_option("-v", "--verbose", action="store_true", help="Tell us what is happening") - parser.add_option("-w", "--write", action="store_true", help="Write output to files") - options, args = parser.parse_args() - if len(args) < 1: - parser.error("incorrect number of arguments found") - - if options.timestamp: - now = datetime.now() - timestamp = now.strftime("%Y%m%d-%H%M%S") - sourceslistpath = texlivegitdir + "/sourceslistfile-{0:s}.txt".format(timestamp) - packagespath = texlivegitdir + "/packagesfile-{0:s}.txt".format(timestamp) - fileslistpath = texlivegitdir + "/fileslistfile-{0:s}.txt".format(timestamp) - - if options.write: - # Probably want a warning if these are found since they'll be destroyed otherwise. - sourceslistfile = open(sourceslistpath, "w") - packagesfile = open(packagespath, "w") - fileslistfile = open(fileslistpath, "w") - counter = int(options.startingsourcenum) - sortedargs = sorted(args) - for component in sortedargs: - masterfilelist = [] - masterdirlist = [] - if options.verbose: - print("Starting SPEC generation for %s..." % component) - if options.download: - downloadit(component) - - # Unpack tarballs if they exist - componentfile = component + ".tar.xz" - componentdocfile = component + ".doc.tar.xz" - sandboxdir = texlivegitdir + "/sandbox" - - if not os.path.exists(sandboxdir): - os.makedirs(sandboxdir) - - try: - os.chdir(sandboxdir) - except OSError: - print("Could not change to %s... bailing out" % sandboxdir) - else: - if os.path.isfile(texlivegitdir + "/{0:s}".format(componentfile)) or os.path.isfile(texlivegitdir + "/{0:s}".format(componentdocfile)): - for file in [componentfile, componentdocfile]: - if os.path.isfile(texlivegitdir + "/{0:s}".format(file)): - if options.write: - sourceslistfile.write("Source{0:d}: {1:s}{2:s}\n".format(counter, mirror, file)) - counter += 1 - else: - print("Source{0:d}: {1:s}{2:s}".format(counter, mirror, file)) - counter += 1 - - if options.verbose: - print("Unpacking {0:s} ...".format(file), end="") - tar = tarfile.open(texlivegitdir + "/" + file) - filelist = tar.getnames() - justdirs = [] - justfiles = [] - for newfile in filelist: - mypath = pathlib.Path(newfile) - # we dont want to generate provides for files in doc packages - if file == componentfile: - justfiles.append(mypath.name) - justdirs.append(mypath.parent) - cleandirs = [str(x) for x in justdirs if not str(x).startswith('tlpkg')] - # Eliminate dupes - cleandirs = list( dict.fromkeys(cleandirs) ) - masterdirlist = masterdirlist + cleandirs - masterfilelist = masterfilelist + justfiles - tar.extractall() - tar.close() - if options.verbose: - print(" done!") - - f = open(sandboxdir + '/tlpkg/tlpobj/' + component + '.tlpobj', 'r') - if options.write: - packagesfile.write("%package {0:s}\n".format(component)) - else: - print("%package {0:s}".format(component)) - # Figure out the summary - for line in f: - if line.startswith('shortdesc'): - summarytxt = line.replace('shortdesc ', '') - if options.write: - packagesfile.write("Summary: {0:s}\n".format(summarytxt.rstrip())) - else: - print("Summary: {0:s}".format(summarytxt.rstrip())) - f = open(sandboxdir + '/tlpkg/tlpobj/' + component + '.tlpobj', 'r') - # Figure out the version - for line in f: - if line.startswith('revision'): - vernum = line.replace('revision ', '') - if options.write: - packagesfile.write("Version: svn{0:s}\n".format(vernum.rstrip())) - else: - print("Version: svn{0:s}".format(vernum.rstrip())) - f = open(sandboxdir + '/tlpkg/tlpobj/' + component + '.tlpobj', 'r') - # Figure out the license - license = '' - for line in f: - if line.startswith('catalogue-license'): - license = line.replace('catalogue-license ', '') - # print(license_to_fedora(license.rstrip())) - if options.write: - packagesfile.write("License: {0:s}\n".format(license_to_fedora(license.rstrip()))) - else: - print("License: {0:s}".format(license_to_fedora(license.rstrip()))) - - # Print our universal requires - if options.write: - packagesfile.write("Requires: texlive-base texlive-kpathsea\n") - else: - print("Requires: texlive-base texlive-kpathsea") - - f = open(sandboxdir + '/tlpkg/tlpobj/' + component + '.tlpobj', 'r') - # Print component specific requires ... - for line in f: - if line.startswith('depend'): - require = line.replace('depend ', '') - require = require.rstrip() - if not require.endswith('.ARCH'): - if options.write: - packagesfile.write("Requires: tex({0:s}.sty)\n".format(require)) - else: - print("Requires: tex({0:s}.sty)".format(require)) - - f = open(sandboxdir + '/tlpkg/tlpobj/' + component + '.tlpobj', 'r') - # Package specific provides - for monkey in sorted(masterfilelist): - if str(monkey).rstrip().endswith('.sty') or str(monkey).rstrip().endswith('.tex') or str(monkey).rstrip().endswith('.bbx') or str(monkey).rstrip().endswith('.cbx') or str(monkey).rstrip().endswith('.fd') or str(monkey).rstrip().endswith('.cls') or str(monkey).rstrip().endswith('.def') or str(monkey).rstrip().endswith('.map') or str(monkey).rstrip().endswith('.enc') or str(monkey).rstrip().endswith('.bug') or str(monkey).rstrip().endswith('.bg2') or str(monkey).rstrip().endswith('.clo'): - if options.write: - packagesfile.write("Provides: tex(" + str(monkey) + ") = %{tl_version}\n") - else: - print("Provides: tex(" + str(monkey) + ") = %{tl_version}") - - # spacer between %package and %description - if options.write: - packagesfile.write("\n") - else: - print("") - - f = open(sandboxdir + '/tlpkg/tlpobj/' + component + '.tlpobj', 'r') - # Here is where we make the description section for the component. - - if options.write: - packagesfile.write("%description {0:s}\n".format(component)) - else: - print("%description {0:s}".format(component)) - for line in f: - if line.startswith('longdesc'): - descline = line.replace('longdesc ', '') - if options.write: - packagesfile.write(descline.rstrip() + "\n") - else: - print(descline.rstrip()) - if options.write: - packagesfile.write("\n") - else: - print("") - - # Here is where we make the files section for the component. - if options.write: - fileslistfile.write("%files {0:s}\n".format(component)) - fileslistfile.write("%license {0:s}.txt\n".format(license.rstrip())) - else: - print("%files {0:s}".format(component)) - print("%license {0:s}.txt".format(license.rstrip())) - for x in sorted(masterdirlist): - if x.startswith('doc'): - if options.write: - fileslistfile.write('%doc %{{_texdir}}/texmf-dist/{0:s}\n'.format(x)) - else: - print('%doc %{{_texdir}}/texmf-dist/{0:s}'.format(x)) - else: - if options.write: - fileslistfile.write('%{{_texdir}}/texmf-dist/{0:s}\n'.format(x)) - else: - print('%{{_texdir}}/texmf-dist/{0:s}'.format(x)) - if options.write: - fileslistfile.write("\n") - else: - print("") - else: - print("Component {0:s} not found, maybe retired?".format(component)) - sourceslistfile.close() - packagesfile.close() - fileslistfile.close() - print("That's all folks.") - diff --git a/sources b/sources index e3fd1c6..66eb445 100644 --- a/sources +++ b/sources @@ -1,6783 +1,695 @@ -SHA512 (accents.doc.tar.xz) = 50e5cd01da80113ef3247c4a7c7da703d4a9c3df68822b31ff734da2d755f5fd2bf9f5f8982d84e3628e96905276dfe6cc6699bb625ff1dadbe810b11bf5a35b -SHA512 (accents.tar.xz) = 738e8299148365c0441495664cd97b408b181d192adb718adeacc93d4c63b7e81c12541746777571f3fd0da37348905269b5d7ecfc2d58f88174cd53edbe56b3 -SHA512 (addfont.doc.tar.xz) = 10a3d45c3f4a4a1aebdee7f3a6a05866df428cf7bb9a1e3ab13ce6fb6254c679bea293449fb00cf5d1c64c99fe8b615168d011631d264aec2349053643f5bdcb -SHA512 (addfont.tar.xz) = fff94f6b6bed71f6ba4662c78cf4ee5c3aabe2f9b232fa9b4c52ad39938e7f56306c905ca0c187b0c618f67fd5d245529fb06ce17124b980c29eb278aed9d857 -SHA512 (addliga.doc.tar.xz) = 572d9aa1396ac80be2cd9ab0bd317759805a6541b656e19ae36915a6277f9a4ff2987c84dbf903133e0a5027f382b0ed48fc882ce7a79df7a27cfe3082d2a666 -SHA512 (addliga.tar.xz) = b54db5b075c2ba2f632e40a1ae2d840b0a61cc940512027effa2b2b3cadfd6dfa2407e2580a462b98f48cafed94281d39613397ed34ad76f54d6a7e8b614ecb8 -SHA512 (adigraph.doc.tar.xz) = 763f94d22e939c255cb0b920183403d7c753dd4d77483b79f82f4a302375bee4ea42357091866ddc392b554c6dfb707c624fabfc3f92fb6ae07853e3ddbc8594 -SHA512 (adigraph.tar.xz) = 6a4684925e542a6ab0e3b97280059dc47fc892efdb99858370dca9dff91074d98030a93f964a5172bfa95a6dbf41f7a639977b0559332178ab8e4ca9dcb20e10 -SHA512 (adtrees.doc.tar.xz) = ad8f2e42a4a31368000909c5841fddc189bc2331b47f2c64b16ec509bd662a1b82df3ea8b712f0bdf1c40f123ac28221179b4352e20631d9fb776c0b2939bc4c -SHA512 (adtrees.tar.xz) = 1e06f07576666fb7b54c78d930f66fef78571469bffc3ef448687c8bbb0d23d41761e17c8ec1293bb6527e31fc70413df1b7de5c9a06514e6aa8242ed90deb09 -SHA512 (aligned-overset.doc.tar.xz) = d44ff38fe36352e1498e12eb56652e935cfeeb9ce6af5711bebe7844b1b7ba16864c8dac3c3b5f2e2bd6fee86de38c7555d5796940b834ce1ad396f5d2cb536e -SHA512 (aligned-overset.tar.xz) = 3998cd5515ad43e559da91bd1f25b835743299ec13fcf22ee9cb3aadc44c285f428ee701f5b27141c4d03c97b31a31e8620a2911854a1781ee5543a99073fed4 -SHA512 (alkalami.doc.tar.xz) = c9ebe4fc7bbcb254e0fa0f027e93680be2d1690cded2d9b18f3da091544b05f5dcf38b87400f8c5b8d4dd9ec320379c752615fea99d010a118bf35f4693c704a -SHA512 (alkalami.tar.xz) = 57d8a09d5643536cb2341cfd7bd84f24f101ebd73ef1456a39fa8557fc81bb6bddfb58990c38d4da229da5c6ccba0b4d956d82f7d07d65c57a87c749ba3ef841 -SHA512 (alpha-persian.doc.tar.xz) = aaae11a4d64fcd05b9a98d324356c9b206bf22d5a744f6d9bd124e1c53f2df3ffd7f2901dd63a8dc2addd9783212792e2e3bbc789b1376e8f5f1d5fd28ea3ed3 -SHA512 (alpha-persian.tar.xz) = 9907067b5353b62bb2d25833231c3152974f7f0826237e6b18007043a420018c7901505fcbec45414ba67ca8f90f0213c512b16cbd342413ec000144b5fcb1f2 -SHA512 (amscdx.doc.tar.xz) = 65d6ea09c1bec56e5082d3521e1eabdd513013b0606f6cfbd0f7c7566795b8963dab6e9f3a46cbb6d008311e7ee3701efa345ef5dc780a3b18f6f4842d97594e -SHA512 (amscdx.tar.xz) = 6bdebfbe4985eea23ce24db5e0e14162310d81efab18a7a820fe819bd51f839b9deca35b94740f038ae80084f355e5e800fd6e681d859cb7bc9bb8886993c33e -SHA512 (apprendre-a-programmer-en-tex.doc.tar.xz) = 820f1ba9f635e05a25167203a1f27d13c380281640784828c27ae7366816f309c6d3a630abf3ed49ed996357064878c735c9d7c17bd6dc262a21a420fe40f77f -SHA512 (arabi-add.doc.tar.xz) = 4c44de9d3b46c605a463fd1704e56c5c61806f6e0dcc130251c81d0c555534e167034b6ba2deec1370e502fd006192540ef415aa42987f69025f18642451396e -SHA512 (arabi-add.tar.xz) = 5db89004e82030185f34c0a38e4ba55fe38fb9fa087c7a25ee7f7df9180734ffde0957eec52f0110655ea273202b6cdf63114e3520cb23db80c48c6c74acb0a0 -SHA512 (arabicfront.doc.tar.xz) = 64eb067784cdb56915b45e80f1666347bcdde06e3711a18cef16ae92450377aed236cc32c8c10d467d50e77de31a3f599abe900f411a510574378e63eb923862 -SHA512 (arabicfront.tar.xz) = efdd3769bedf8ececd7f71f6a918ed19f66caa78b348238b34e554698a5af6ae5616bad5cc494c970cd8e12073f1c27ccd1cfb7ab19ea263b5cf98061c42ccf6 -SHA512 (arimo.doc.tar.xz) = 481649673936e5a05195b2fbaa7c7a3a702e23ac6998537a7c2b3c53b3a87ef1e1b0234c4254f737ee10bf8809ec03b524ae8e06d3e1ca3bca641d58746afcad -SHA512 (arimo.tar.xz) = 9dfd102a7a58778bdbea8fc9aa8688dce24bc0a8106121da5f5d57246bc72b4c6c5ac11089a496399dab273680da2b4d2735d40bcd2277b555eca67ff936d991 -SHA512 (arphic-ttf.doc.tar.xz) = 000030c21bf1ccd74ebc1c6bf8e46dc5d9f884480b2c31407353a3ff45a4d1072f759e9e31abbe5c9de7dfc68820fa359d42c5e980bfb7e9d408f015f8944aab -SHA512 (arphic-ttf.tar.xz) = f0559968e2659a4e899bb0ee1e6236f4bf7f4133c96c146a189b42fe0ce7f375ffc5c62efd8acffa68b36c92159c28eb54167a7625b606cf7644c0a072d7f8e9 -SHA512 (arraycols.doc.tar.xz) = 10d1132c5f964915c88eed1c00edf982da80fb1dea3dec028e372eeacc91023b06a0b49a1b63e4442d23c0ef550f2651dc0f12246e3d58d0ae320006e9b49b37 -SHA512 (arraycols.tar.xz) = 818971d673180323d20534faf9bcc41afb7da93f41df689b37237af19471ebba1942d0cef900bfd5dadfa5730295bca2e9c9e873ba2b25a1fc885f0d5aa3c4fb -SHA512 (asapsym.doc.tar.xz) = 4462b37c6575ba0f3e95c29e1d84eafaadc562da19ec58a604bb6ef677fb9b9d35fa68a6f2c81d8dafc35dec9f904cee9d3fdfe0c2031de928862324e83d8663 -SHA512 (asapsym.tar.xz) = 9a683044f23fdec0547199afbc0f0c6c9de8faf01f09df38de324f53e91f446de867e951e187ec77bd63cc65bb92ba2fd7bc290d54650ce24e02b682cd10a941 -SHA512 (asciilist.doc.tar.xz) = 8602a9f8e5dc04a6d4a914f603e04ced8f5cef55c5a335087b8f0953d19d4641d43ef732ce299ea18590de89e2360a8dddb44f8ae76be6498ccfd29e4a680746 -SHA512 (asciilist.tar.xz) = 5c2e7938a9d2df31477cc976cfb549103c8f378a8d38a3624d3449229861fd834d462163df6e2e1f1fec686f513c6a194ccae9fcd0991820b357e12a1c32af28 -SHA512 (asymptote-by-example-zh-cn.doc.tar.xz) = a0087e5be69962c671e1972d9e7be12f76be64582182afe042693cbad92cf3fd027422c605dcf7860cd2e61f0b925860a50e94523b9ae2d1af7a8aa6d356c3a7 -SHA512 (asymptote-faq-zh-cn.doc.tar.xz) = b7dbcf256cffae9cc8f5027934946929b4be7a8794fb8364892802eeff4e7cf970ca8549ef442a35f173ada61533b51c2da301bf2ce931107a7ce0c564ce0c60 -SHA512 (asymptote-manual-zh-cn.doc.tar.xz) = 0f82e25773a14b0f81b34354f16931834d0496b2c6636c498c6af686f46e7ff93a274739a1a4c189433c9df1ae91ca010f0887081c81f2ac9006a105c7fd4ac9 -SHA512 (aucklandthesis.doc.tar.xz) = ae73abe45b0aecd033df666f3095486fb29252449e840e9a978cf916a2eeec4a126be8c3ec60379408bd6f7322c8794ba1fa3bd77e45f1723affa18ec109d93e -SHA512 (aucklandthesis.tar.xz) = 54c6708b343c2605d7779561fb086b914f1a7a825f5556b4a36faee0c8ad29b1c8ed67eaffae223c5e5d47bb6e6a9aaae4c0c658debb7bfd196d9362ae7b8796 -SHA512 (aurl.doc.tar.xz) = a58f7cbbae262c7650bc5147b400f25f0c666effdcf37e565f665092d1cff820d2d98652947d36f6940b8d16027336b970ff88ecd9f3500d9a39a45eb4a19acf -SHA512 (aurl.tar.xz) = 4688987b83ae65e15a74cb7960dc990710930186ec94e376cc3a74dfec9f6d75a51babd99438ff87a5f6f8e05cee483b569fabe627ef00fb892126f74749649d -SHA512 (autoaligne.doc.tar.xz) = c0a1f2514d80e153b74efa94918c70cc16638d68c6b6e1ae4df8f765e13bc55218a1b7eed289f6dafba440ab7c5ef6cf1b6a728f8df161b21c9951894e83b949 -SHA512 (autoaligne.tar.xz) = 10c1b6b8973bc451d38f1051715d7f6efe8acc7420b954aae657bae10254d6919fc7e3d605ebc90e525a7cfa56f082a966bad600c54e50070f1c3fae2bec38fd -SHA512 (autobreak.doc.tar.xz) = 0d06f75e6f4fb254463ee2a075d106c14a06c5f7fc25b5047fbeec0e48ca9faf6e136f098312811329db1da5f9fffb6dfd45abe6eea9ecf682f4fe99f0384178 -SHA512 (autobreak.tar.xz) = 91cc17692654270bba9536ea9186ffea2e7e9a6e9dbf0ffcd9821c8b3ec470ea3222af2a1df05d85e47d65fc1737cf2dbeba150641355bf826e5ad2da90db059 +SHA512 (adjustbox.doc.tar.xz) = 33febe9f49a7c78950258d1955b4518a4ff15b96f6a866cc8f59ba83bf66a8d560a4d00430da494013aa37a72494280b4d165d2104d81bcfda237350855e1f59 +SHA512 (adjustbox.tar.xz) = 19ee76701aa1c060d5163a06263cb5b6b58d74d4bba1b7e77813c5a3b683eef35249b6569fadd1c52c0cf82465c4e2acab7091dc1b396c1e938ddd6b0a1d3bb3 +SHA512 (ae.doc.tar.xz) = 927521fb6b6a5787d0e94ad724cf19825b2cf2ce23333e60e13625a36390eaa4cbaa1bbe50dbc718efae97036d5d815860919f536601bb97224b489d20082953 +SHA512 (ae.tar.xz) = 6b1c57d5bd3f0959e611659f979ed42b81e397a182d09b3482e98865196077334a9796777aa112ff367b97c232859d4f9637730dcd2654e6232c577d2f59c39a +SHA512 (algorithms.doc.tar.xz) = 3658a5a31162acf5ea1dc318503a2f9e74944cb998494083de76e2e31119bbc22094bfd41e048f5628730df359d2359943cec3cebd07b364a81703b92520dd01 +SHA512 (algorithms.tar.xz) = ba02581f18b74ef97f37b7c1052bb7577b256ef94232b045a43c841fc4705f8d7ebcb2b286d95dd70943d309080b05d36dbf847ecd6e661038d6e375d514a787 +SHA512 (alphalph.doc.tar.xz) = a098159842a9bd47e6da930af94cf365629c72f539fc3d045fb33b4bbe2004468fc690564850b67549b3eeb2265134c92aecef65b47d16da732bcc5aa93d26dd +SHA512 (alphalph.tar.xz) = de17ab4278afc9fb308abc23c19d4d1ce117ef3b66a21b748c102b95722d3395016682e9508e135e2b01bf4ff274964df0fb723ba2f92c81873dd58d73a3a733 +SHA512 (amscls.doc.tar.xz) = c2e563bd239f36b0db3bdbfe1ccb4a0adec0c22af25b557ed748897a99672f05f36f2bba6e51827c6fdd60b351079809b15c0367d075566c5e48682c23108fe2 +SHA512 (amscls.tar.xz) = eb39dc97a860047d764884663a1f541aa95a2d559dd55cb25f6b7c6c46617e6c33fe55a9fdc37b211c613333911df6e260768f43ae9630a208ecc7fb774891e5 +SHA512 (amsfonts.doc.tar.xz) = fe0df1a9efc821e21adc0e21bcfaf2defb1749e3206d7dac8cd9b667747c37303cb2c69283a89aa8740fc3e08e8803408903a2a95eb0b91e910931a8333c2fca +SHA512 (amsfonts.tar.xz) = ff1256ae20f435327c12424613a15aa8f207e9133325e3a823ca7ef9951b8d52acb56cc69cbf9f3c0860ac43c9a74ae54154d1cd956d7e25612307dcc6e74585 +SHA512 (amsmath.doc.tar.xz) = 9a9f7d065b3486d31a9db681757fa48d14d319232d918ad07fa5a8cca205a6e0023584eefbf36542bc5dfbd609b69b4801a8c95d7e38cfd9594cbd2afa862e50 +SHA512 (amsmath.tar.xz) = 1982aa9f7345f47e50efe9f1e8be307491458e3689838cda328afdd704fa8e04e232187c0778b05848e46d49fada532b14b74bb0d327ebd91f821190b7bf1306 +SHA512 (anyfontsize.doc.tar.xz) = 9003fdbf712448de70c858eba74f7de79e0cb83e8f9fe72d9c1b71869161d5a63099473c4f9ec670b28b356ceccd9b56110a1724dcde3062ae209a678f5b0e16 +SHA512 (anyfontsize.tar.xz) = 31d1c235d011998043663bc1f5729bd40c5b90996627038be612115daef2b3526c9e616b16c251d6b653d5bad82beee62a7dcfc3b8c10feec0850729afb294ea +SHA512 (anysize.doc.tar.xz) = 96591bba808fc91a876dd49a6e1ede3b679c18952244f14b07e992b40d20f6c4a0f4b4dad00a409c766c5f2e883fc4923c501e65b06ad93193719001c2629f08 +SHA512 (anysize.tar.xz) = 4439be91f8dd82cdc051c519b5bc36fdfb632cf09941f4e6ec92fa77c2b5f4d767c162018fc9451d48ece17e9cbd5d7d4c574eacea78b8f92b6e07d40d7b590b +SHA512 (appendix.doc.tar.xz) = f4e90fc9fa5ca89a9a20ceb56cce788984f3ce5e55f92c99de966a54afca7145d9e3602c4e514ee6b7887b3ae9f8facc9b3191ada19514aae7c7886ae2984b0c +SHA512 (appendix.tar.xz) = efaf48867a45f8365755224123b9259f80f49417c409698420d67670baa969d5d354df1429fe7abbd87c29a8e89a9e084cd75384310a44d61e1f2fb7a2650977 +SHA512 (arabxetex.doc.tar.xz) = 0dff3162a710b458b367bb4ca587d525b68ac79d2d3182e8b9d2ca90ff72f89bf69153960400c344511449c52346c329b8a34eb788e11ed9a5319bb6bca89418 +SHA512 (arabxetex.tar.xz) = 7c58bd94b780abc5bc17b4218229d289797a155a8e98cae8e22825dc7d9b12c5514de01b12bf2f645047dafb13b4d519d463f4ced60f7ac53a65c6aa38cbec86 +SHA512 (arphic.doc.tar.xz) = 327dbc2cc7b4bad5e410dbb07dd2a2d5052dcb54c98310ffc3596c1e5b4121c1a12e3067b7074f209a3972cb51280f057cfe718eb963869bf05a76e17c528dee +SHA512 (arphic.tar.xz) = 2d4c0f91dd483df95bf91056e4d7cbc28b681fc9f42704cdbff297ceb4f8110affbed879cc8b15061c309764e1fdcce01fd47c2d742df441ed191f83a065538b +SHA512 (atbegshi.doc.tar.xz) = 8f6402dd0f36d4cc4a4674c0d0b37f012a7d6e557174ca3b58a7a2b33d89475d1e47028cc39d2b77c496bfae0751275369c5f4f49cf53b8c36fb60fce47a6bd3 +SHA512 (atbegshi.tar.xz) = 7e03a9a73d8790f6603d53c11aacd01fb7108546e2d3b6ddbd5fce1e42d68ed9c23dfe41794b943eeea67ce0c598851132dd23faa95289789911cd059a8caad8 +SHA512 (attachfile2.doc.tar.xz) = 6d94dae0c75089882298545ad3759f044101b2202cdec4bf87a052c6eecc2055b5936b9f6a4fdb9451cdb0f389da3621cba19a91f81c478551daf99c549db471 +SHA512 (attachfile2.tar.xz) = 13fae92b9d6456a5b8fd322855040291ac4bbb30671ec202f466d87a6b461dedfc0ec5b06389bd745ee02e91b736b4c704c4b2095877a2164fa00f8ddc467f60 +SHA512 (attachfile.doc.tar.xz) = 9f9e6572e70d348e1db71254a0c6a80cfe76b767801a3c18ad4517577b793b5388367b24f311f491f0dde8df38684b3de4a2ec7e6db67f1fc1ca7b4a9ce5ce78 +SHA512 (attachfile.tar.xz) = 526a279f3fcb309cb117327f4206e7dce8c49d39b85a846799bdfea5bf453d2f00e14e854a74d544e49fa92ce056cd8ccc7e03f56856a8e8562b7105d5fd19fa +SHA512 (atveryend.doc.tar.xz) = 5c5948ab7f0ca213bb5fe3ae056cddd392461911e2af7dfff133253f6aae970d525fc752f154921de2186c8a443fa4f90b18d23896a016ebc9ea177d6826613b +SHA512 (atveryend.tar.xz) = 2a546be6d2109de9db60e94bea3a63a3c7af8ae892c8540a1513fbe4bfa505dcbdde9913b7a4449727df0ccf6957f8010c5b76abd8d6310c118b269bdc7334e4 +SHA512 (auxhook.doc.tar.xz) = 7c4f850d93f8a6d25a35e762bdb2df26384c75ba1cbaba06806964737badb2f7c8ba3192c62df7e7f3de12c6fa117ebc525c735e696a9cafdad943a8cfeedabd +SHA512 (auxhook.tar.xz) = 8ea845a19818df2df7939031e7b251b4b4d99a17c0d1b8177a592275bed6efdc660266964e0639222b86cfdd897bcf13302f1477b997ea1a06179cdd44aff0d1 +SHA512 (avantgar.tar.xz) = cf5f4701305bcfe2dcb2c92d43fbf2d0ab3b027b2c9b772926216094532e935cec234866f43135e7e050068679d0b1de5a11833696fd103ddae949458cd03044 SHA512 (awesomebox.doc.tar.xz) = cb0a6e98faf307cd718b4c7409f3aa75d30a781b1a299d32c781b3b6906d6a74399c7a04d41ea421a5cb3def06d963d8fc87d841ae199e7e86dc2f1360e4e48f SHA512 (awesomebox.tar.xz) = f8b841701beb248ecdc636756d954420b879028db1754319cf13a975313e7832e5393afc76f2edea579c6f38ba4a8fe779edcbf7f1442d7f179dbef9b1feb1ab -SHA512 (babel-azerbaijani.doc.tar.xz) = bfd4434720b9676e253f69144aac9a07d6bd19e3a4418ae74269df70085391444ac46556928f131a14e85b87211fd76521b67a457e7319eedd3781a215efd962 -SHA512 (babel-azerbaijani.tar.xz) = 3f20954607195d4804b4bd90d7fe5baa209d5ffac6dfbe5f758306bb7c8aedd1c4c92675f5dce7f634e7ceb2b65e9c3ead0ebfef730bfe2dbd8c0ba17d3079b0 -SHA512 (babel-belarusian.doc.tar.xz) = 247d5a3b99cd5a377534a94fedf47f6710d32d875d3208b1516fdc9acafee70a14ef1dc37600f9da53f806323d0519ebb2c4e288e471363756b7b819751373c8 -SHA512 (babel-belarusian.tar.xz) = 5856582f8bf6a98a4fbd560bfca82ccb226267e249f0caf8afc775875d50ec204ea613320534a63062dffd0e050905adb24763a95fec2ef4e8faed70a400d976 -SHA512 (babel-indonesian.doc.tar.xz) = c4f86b646d67ce4b29e96771ea5657e352ee7633c344f24552a2fde4c387aea41f9694d77114a1454b106646d12d30b277fc9de589d3d4b666b00208978f5bb9 -SHA512 (babel-indonesian.tar.xz) = 9e42cb144d53dc0a076afffdbcd2adb7bb55cbc58feb77916e02beebfd1833fa308a0c78d0c26e1d187386b60572381c881da083c73ac8fcc651e77af17e2093 -SHA512 (babel-japanese.doc.tar.xz) = 152a3c6d723dc8bcbc046275993b207103e12ab551216e87aa999c2c912acf2ba7e1bd54b0a1c8099940c62f564a268da04372ee559da7a7c56b6e0a32e29b4f -SHA512 (babel-japanese.tar.xz) = eeab94dee49061fabb116702c1cdd0c6ff11eb61994c4bc20bc2147329411c42f5db7faae78141ca53380c308f8b310f592abbbc77d67654270b6b1d72ca5cca -SHA512 (babel-macedonian.doc.tar.xz) = 7284141fbecedad06cfef78f50b4c13ebb3af76ced474c456a364c97943b51b9a233ecf6797e561ab0936ef7d082adc80daea0de4e961baab60e494bd72f7061 -SHA512 (babel-macedonian.tar.xz) = c061ca1ec358e4d8df05e0adadd5d87695cf3b9f86cab52eaa0e08b1f5b1fedb66febe32107e74c1926fa4d697b056d7d3f119db525b90ff7e7bde30fd015508 -SHA512 (babel-malay.doc.tar.xz) = b06395639e743571870dee10e029e4622c55683d7a9d728fff381bcabe4bf694511230795c79da4080299938acf66d03cc55fd45cb8426b484e19e0fb0f73b10 -SHA512 (babel-malay.tar.xz) = 6e2f95eb95a7ffe0b21789a65e74936139d92381867e507ce56bd8eb39b4061b177c10fed0a0226e9091b963370d3c001115473625910f03b699d5517350f2da -SHA512 (babel-occitan.doc.tar.xz) = 86433fa646eb6b2f7ee0ba54f1dafa73b81bd98012859c59408883cc76ec876720ef526cb2f526bd4a8385c0371f9bb01ae6d604661deabb4ec920172986adf0 -SHA512 (babel-occitan.tar.xz) = f1f2f26b5466d10e995d76f7003c202650e3976b82b431d2bae768a582bc0c5662fc120739c49fcfd1226da3595c8a6b2e8c952a491718c45e69770c09d542a9 -SHA512 (babel-vietnamese.doc.tar.xz) = b078464ce848b24d692d4dded7c9827f37fdb4141b719c71e28b5ef0a827f9ea5c2137745f9689fcb89a486d4a88a94a043a62348e86b5736a68ea48c7f33e16 -SHA512 (baekmuk.doc.tar.xz) = 0a69ee489e8ee9fea0fedd80bdbcc7a13505b5e3cc12fae3d56e09a852bc54eb0e64ba73f4c085e5286fb048114eb81aacc2aa34b27d72b4a72b966e188d78c5 -SHA512 (baekmuk.tar.xz) = e10fef8fcee389514d759d7b985df3e84d3459a357fc3b4b6bec5c3814aea175aa8f313ab63e6048e60cfa5fe1cb1ddc0ae0410801893ec0e7ff5eabd7283c9f -SHA512 (bangorexam.doc.tar.xz) = 576b991d414d9a8b481dd2d76a4ba74af9db70ae720d9b81f16cb2cfd887d8a09c2bd601bf7711ec77073909aa61470f2cdd7573457ea2ed25f9e316417da9ac -SHA512 (bangorexam.tar.xz) = 9da594fb6d8dec3727dc5e437923c225aff392250c42566972a6998a4709e1853e6b7399ce64e8cbb7408a422631ee61229cc97001343ac8acee7d5c0fd20847 -SHA512 (bangtex.doc.tar.xz) = ccbcc6e4739001b6306dc6559f76f577310e73e515aef27ad39c08e770a9eef54a6cd162343aac83ef3530758b3d7dd4c19b1bf5718a86fd321189ea58a786f4 -SHA512 (bankstatement.doc.tar.xz) = 5290904ce0aab9e4e098fb4625c8a0cb5c728769faef312267131eedbee937e1d964a561b2c001c38131ff93c9083db46275d693431b2447267edaae19c296f9 -SHA512 (bankstatement.tar.xz) = c388a06b1527fe131dd56813303ca727c035f2023b25426e8aae7387867afa0425e4f739c2698b30af97737557c068b94741dce51f8df573c29c14e4cc4f02c0 -SHA512 (barcodes.doc.tar.xz) = 2054d8b87084bbdccdea4a2c05c43b427249d597880b3870fffb98bcf0bf88adf64c9110e3ff98d1755596d559ab548a464a2d681eb1adbaf57cc748424e0d98 -SHA512 (barcodes.tar.xz) = e4b9f432d4464da19d279d8e7a5c2ccbd6dbba27fd175bbe7385c0f34199955c16427fc7bf6b487cad1da0b2e28b94d44267a0042e811fc73a88661f3d312b91 -SHA512 (bardiag.doc.tar.xz) = 54fcfb2473c6ece46ec2b01853c89046c7f5396e97f62b9175cedaf4b1e783285c7c417700c827a7b9fefe5055b10723ce278e5fff0e864434f84020472c1cd8 -SHA512 (bardiag.tar.xz) = dad9b5a50e5a82ed0285fb36c609c4302f7b22daf71c159848788d8c7c91c19dd44398e98357dd58366cd97140e943540d05b6e1c9937124a40c4b4070065a1a -SHA512 (barr.doc.tar.xz) = 6600ecadc60fdd00e4d894969a84118265b5c5d07e9a411d3f01887fd1e94c481b117cbda80451774294dbb989a61379b16fe3ba5c3b8363a9a2485b76752aed -SHA512 (barr.tar.xz) = 6bd398efda5027e3b762b817ce777adb9bb1c8e593ca04386adedeab7dc26ba382058ccfa3c281ef8612fcc50c9b719e7f881dcde0cfec041cf4b2cd05f238f8 -SHA512 (bartel-chess-fonts.doc.tar.xz) = e61232eed7f345e28796192d836af9de29bda257fb85460f67a89bbdfd7dce01b8361962b7cccf314311c0e772e69367f2921ad898c106389195164b6c925ffc -SHA512 (bartel-chess-fonts.tar.xz) = 33c52620d32f5e79a702bb664cfcb47409faa049dbf7f34cc5816005b4667267810fab130e3aee1ff7a7e3292af37c2d376c01dd2bbf17be199a22cc36ba751f -SHA512 (bashful.doc.tar.xz) = 5017fef7ad1c67f33cc881a94f75cce97d422b047d8944dbff377b1f3f3d36025b7b73c76ba2ed96bf06b0c6e9c3e99b97ecf36e2ec8ab8b7e1893dc11f201f2 -SHA512 (bashful.tar.xz) = b46abbc1622fcc15d65981368d5c8a7528f2142d722604eb028e0cc364d6e908587cb58a340283e7afa43581ce365ac7a545bef65d1cb5e273e777467231c40d -SHA512 (basicarith.doc.tar.xz) = bf454539b0202321121437d2448c3b49a2d6122459af4788a573cc2525f0301d1267b12f3df8636a36fe807c474cb23347a41a2c412eb12b674c58541516ade2 -SHA512 (basicarith.tar.xz) = 346edf1704ed621a326e4f945b8f5341dfbd2d46af095691c7b853a9683dfb2254d443ae04bf235f192a57dd55336dd50249b0963bde041120468499e61012b7 -SHA512 (baskervald.doc.tar.xz) = e9e2c8749e29351b59690027b019da441de5c74068aa5a8457e3014c751fb23dddb0e8b94bf56529879086ea8c58e023a23b85ed9bbaece10f6dcc65ddcf3ff6 -SHA512 (baskervald.tar.xz) = 3c0451c43f81396038c3ccff2b4a9b07bf31023fa7afafd2884506928dffc8a9345ff0b8c8114f20b3016026f4532ab138a8b4787a37811501659a0f53c98941 -SHA512 (basque-book.doc.tar.xz) = 7954b1c86ddac3a1409bf16cc7db5470332fb86459257756200dc794a3443b137e6013a7e904bbf63e8fceae64850418e56ad08af12a448c1fe507e29221c7be -SHA512 (basque-book.tar.xz) = 645d55362506a1bcf563a12ddb7616f085d5cc75a45cb2f0dcdf551158b48f595cd71278caf9a0c35f1d85ca66b880e6f59f9ee416fb9bf15cd7c18bf6fda2b9 -SHA512 (basque-date.doc.tar.xz) = 249bfaabe93c4306c32c698eede8835cac334a27802253dc6ce1f380eaafa5c79fc3b86ee34ddd7b98df043cc0ccec137ae3d342cd3904f39203b0ffba2fc9b7 -SHA512 (basque-date.tar.xz) = 2f0cdfa78c3b75dddc5ab9ed15f651308dad4e598f9623eea50929c48d6f15318f768b95d55ba124eb048129447ce1e629febbb3fa6925677b2a46ac94d82654 -SHA512 (bbcard.doc.tar.xz) = 9e4561e97ea77c84e3c1cc8f75ca61318937c45b7b50dab66d6745f61725b6397458a05e50a267937bf6db4b28558ff0e9f2225078b9516fe574620982ab2cb4 -SHA512 (bbcard.tar.xz) = ac7fff708b3e25312460a740241ed003ee471f84dd4d30388d9cde8380ec9a6b6fa6fd6aba69b170c464a25bec44f1669fabc4ac2d7d3e216885b7e683f88af6 -SHA512 (bbding.doc.tar.xz) = a1425b521b1c8178bd6c9b059acf034080be6f3f312decb575b7541d34a6e1de926965cde8701061ffcb57147052b1495b21142f0eac645596a783820eb6200a -SHA512 (bbding.tar.xz) = d5505fd7aaffead426a873844112e11fba47694ab07d0f5c88be31188fbf4a09ed4b8f8bce75221b2b2efb3ff81fc132fe54c2634f32679e2e2041944ec92f7d -SHA512 (bbm.doc.tar.xz) = 034d880588fa88d97045d73dd651a0b3573c624dbbf1d2f9fee046c59f007b9e3e2121d5d773b34aa7b0bc8c72daa540447981bf60731e64d99cde49b5f6e911 -SHA512 (bbm-macros.doc.tar.xz) = 20a29809dffe8090e5c067dd2df9dd5a5f7de6ec7abbc01eb14b5a500f37cd62b50914733edf7403af89a1db86ebe10b3d7262f519dc01dc35b29ba0c70c3478 -SHA512 (bbm-macros.tar.xz) = 06f59837d585c721da77f289119bd4b45a91e3d72543ed3e4de76f84a2916431a733baa379b83a3e299d166e27bc0350df6f053d1ec744c52dcd0297d416fdf1 -SHA512 (bbm.tar.xz) = d795fb56f2ba57dea55a546244c5d07bb20c104cb9d1e6f9b6c229df9e5fa4244f8bb883bcddc150e1072453cb518d31c110bb85d157b4fbfeb47195da939619 -SHA512 (bbold.doc.tar.xz) = c754e81f83a53c4a1cacbd2638d550ad178e0e26d7feb592585579a27b780e11733a7dc68fd374ac575cc7866a1e5417d3df0d2b973e7278d1012657bf340390 -SHA512 (bbold.tar.xz) = 1b123e9135179244050ed6f97f17efa2a43c42018b2fa3b01c956a99886ae6696c83df2a0d61ce95cba925c2bb4c734d77253aab165fe9f622695f557fcb0abe -SHA512 (bbold-type1.doc.tar.xz) = ad841ac652a7985ab907572f66462091b1c40f7cdab2b00086209a2d96056e0a9e32842dfbc22c829b27799882252da95e3d10d4a9dd174f487327d5f3ac3899 -SHA512 (bbold-type1.tar.xz) = 86631e16388a447db7c521087eccbb666612933f6fee8eace091e00b20b5070d38ebc2d4d0a754536eacef9e9e6470f237d184e00cc4419bff85087f54b81566 -SHA512 (bchart.doc.tar.xz) = 762b75974de179360fcfe6057102919644a564ad2c3431ef25e2c373267ec063ac8350caf0038a5964345491355ddda4f5190eff6de93f2c2da7ab168c829fcd -SHA512 (bchart.tar.xz) = b78e4017d0355107e1e73670c20457c2dc314dd0537bb3e699df3118231b5b3c0b2acbf50ca07f71216d56c81acbb031d38dea7b42099165a03a8049f62021a0 -SHA512 (bclogo.doc.tar.xz) = 8671f8095005a0abec84a316da59f914d19d8fe0f4d33b13e73d6ddabcefd3ec7fedcfc8ce9dcf2ed3380a129f58bec16f73694a5d2769a18618142de93be38b -SHA512 (bclogo.tar.xz) = 9afc02338b4141607cfd50d7678832304339d0b532464ada6fbc22c58d06dbc5a0793098c9e24617ba5296c3f7b22bccf16062017701608a758e4a26c05f12a2 -SHA512 (beamer2thesis.doc.tar.xz) = ea71d35ac3e02d3016b8d19d38132ee16960757c9846192cf2213061c9899a9788e98f50dac074b0cf83f6029f883eb1f7784779d0256c719d55490284cfc8f0 -SHA512 (beamer2thesis.tar.xz) = 793ec95902fbecc2de84616b74494d7e34a1a1c88277277ee82bb172c1ef0cc42cf175f62fa2b4926abb73817b7eb258d85be6689b60a56e0faee941276471a9 -SHA512 (beameraudience.doc.tar.xz) = 25fbfbf71ff66a80597b368882de63aee2e090e5604a67d66d52e99dd606ce54079e4a7350c4acee5966555dfa5dc8de0e650c7cb4c136bdc40cbe5739c0dfe1 -SHA512 (beameraudience.tar.xz) = f1fa8d1d30b00ea59b3fd83347fc1ea1e90135e51e8f4393eacdf32ae983a80e865d4364c924c74bb1d409ebf22ebb5e290707b945898db9e6234dd297553b49 -SHA512 (beamerauxtheme.doc.tar.xz) = faaf5267dea60efacd78f6ed055e1a8691729d96e3959d98ec315ef9802aa01a7193823973c488d44d21ecd845ae21bf51433acf007a34f806656fa6b3a8ecbb -SHA512 (beamerauxtheme.tar.xz) = 3f5585ec5b379f32d6051d604526ebb00673fab5236190226fce4bc2a4da3ed4c6a79431edd0c011bd34298d8bc2f5eb7a9dd9aa9b0bb15bfca0195222e1a37b -SHA512 (beamercolorthemeowl.doc.tar.xz) = 258016683c605b4961ee25f30077cec69c486cf3ed0cccce2482db01b39141e122dcb46e02e960a83138d124aa269ec903379c3c6b65f3366e96565e90c2337a -SHA512 (beamercolorthemeowl.tar.xz) = bf9874f0d7bbbe3f95c352d1c5e93c5e7fa3af18dd02eedee553c312ef01783420b035ac74f93eb150a99a597ff9948d978ea575963f4117d0965137446ee5fc -SHA512 (beamerdarkthemes.doc.tar.xz) = 6a1fcfc34793b93005b683eb0f0f4aae794c56e85fd5e14ac6e1c4eeed763f7c6203bd05c92755a2db91aea10f4c16117e702c291388153415dfbacb4b39d00d -SHA512 (beamerdarkthemes.tar.xz) = ca30d15a7bc198e67cca5cc43dcdb8e644e03d1c8ed71f0b40c1dd0219ce81688067a82a0ab002b2d72e990e227f4628319cc72d5687881a3b886e213d7eee93 -SHA512 (beamer-FUBerlin.doc.tar.xz) = 451a4ff305191947bb594394f863c447a96b5ca8327a08a5897ed7486e1a3ddcfb7e415d4da613050e38c8a76388cfbd7a3631be8a84d82e31f25081e71e913f -SHA512 (beamersubframe.doc.tar.xz) = 85878ad48e6ba191174140517ac03039320620f246efb51c65e57541d9cf569d59bdd6cef17f10f6f6d85bff9532f6ea70175cb09b68ea6e59312a407d89f557 -SHA512 (beamersubframe.tar.xz) = d3ab81c5eb90d8566eb850c25d7751f5a341107fdb756b46bb50b392741746eea356ff54ef1ceb6ca6f0a2c0dfb7940aa7cd6e3d0cd27e4328e817d1be454964 -SHA512 (beamertheme-cuerna.doc.tar.xz) = 96f4e9c3afbb81a7841130ea076b2cd35477e93eb105c03add6077fd76981cbd14b609c3b9e573f143572764ac87b1ff76ce18c377f3bbd9b02a1ed45a02eaab -SHA512 (beamertheme-cuerna.tar.xz) = f0433d4a4582958ad057fddcddf1f1f992ec98a199943bcf80a7834e37eb7fa5660258edb08e2bd9205628dc1b8a69419c907b6c007a1c63cd1fb335e439125d -SHA512 (beamertheme-detlevcm.doc.tar.xz) = 2c637af44b258c688449ad2bbd81664e3086efe874d03352ab393487d7eae1148773ba39a498611a848c43824415cb5b860259111f6d287fd9e6d7f1c01eb530 -SHA512 (beamertheme-detlevcm.tar.xz) = cab4d390d7469056f2235c493b9383a4374c4a686810db428cfe622a4c2513f7176df489d22f7e37ae1f8a2d3303443b60c12c577764be2258b345fe9c3dc543 -SHA512 (beamertheme-epyt.doc.tar.xz) = a615bddd7955869d7e175f734a06308b166057dce0b479a4b11d2bd1d06fda7e0a4fdf8185d0a3db2d2302cea2890184616b92d0b7abd5321fe9edaca6dbbd2e -SHA512 (beamertheme-epyt.tar.xz) = 2bf451ccfe095384aeec149e97d7022cefaf997cd19dedffcad5606fc149739cf21b6128ef08e609aaffd6afbaa59b1cdc401cbd3ee4fbe0e997d724b713a620 -SHA512 (beamerthemejltree.tar.xz) = b079ceab30460a7b92a616fa6d7216ddddecfa02adfd66bf38aea83eccdf6e63cc52d8b2ae88db0b21962af223b364424227806beabbfb2e344af98474af2528 -SHA512 (beamertheme-light.doc.tar.xz) = e2d0cdb7fdabe582f2b6f1a656a5b9b61ee3680fd4944c06f108cf69eced96bed7b25e56563b1cb9879e8da42fdbbeaa41d769158c5e256bc70b5d695571a5af -SHA512 (beamertheme-light.tar.xz) = 5cc15c3ee0222678c1c97b31805421caac8b20fca03b1d748fd2a71756d5d764b8fbfb32ab70937e890f7755966b520362db98a9ae65be3f83509cfa287d600a -SHA512 (beamertheme-metropolis.doc.tar.xz) = c4661061ea3ce52a20fb8c704042cf755b8b54549dd62467b1e78f85a4067c11a02c89422384e96323ef277ce44a3f648b1778b54e0b5c79b721f67451fabfc1 -SHA512 (beamertheme-metropolis.tar.xz) = dae8058ae5c2883b383a2bcb85bbdc45d0b0a3fab46a4498ea1f3b8568f04d049598fa78b72429adc7e36773905c67801e129378e233582f0fd8eb5ca4327745 -SHA512 (beamerthemenirma.doc.tar.xz) = 13f1dfbc8f09662b627dd4ed6c7ff297612c5d05a140a446ccdcb6f0ad3a9995b434d418994cccc2323ead666eaeb10b32e1a9d410a38c632df9873717397231 -SHA512 (beamerthemenirma.tar.xz) = 6fe83e0805fde96d585dc027ecadd23862815171f56f6a05db0a6788018a096c193c995895f7ca18af6d322877e24d570743d84a922a2c7e4baef35d3f6dfca1 -SHA512 (beamertheme-phnompenh.doc.tar.xz) = 626d124c6ac02271cc3bc137e60b8a66a861b7f692910e9fad283d8836599e3adbdd1ac472fe66955a392d1b563e955da852cfd5a0d712d284fdb2dc4d709a63 -SHA512 (beamertheme-phnompenh.tar.xz) = 30745bb1f92c230bedd953d32eaa6f2085ad2aa7f147bd3368fe8ebe4f6092ecc615acce55b9573da4dc04c8e89877ba2705a6712cd4c4f67f34dc59eae97880 -SHA512 (beamertheme-saintpetersburg.doc.tar.xz) = bf51e2bc33f32ba3dda6c140040a7499a60c26082569729743228a6c7abc97fb20076d1d0c7d0b64a25a54cbba1d9a8b59a9059d160a5a488ef6641999e8611f -SHA512 (beamertheme-saintpetersburg.tar.xz) = c258a4eee25ccdb2437625982e54def90aec87be003f697a47334be52b85ef223b377c7fc57d49c889121caea664fcd6353015ad2e62f5bee5379bc222958f53 -SHA512 (beamertheme-upenn-bc.doc.tar.xz) = 5feb0a4401d9ebbc4672b7f9668f850fb65002c7d7124c607009775149c4c428642cd17df133ae80d564ab091fdff039d34c1704360033f2374b55466fe1b618 -SHA512 (beamertheme-upenn-bc.tar.xz) = 0c483991348107a2b9102e514ec05838a9ae3e97dceddcbf3b8cc21ae635a272c7d70d97b2e1a0929b7545e50560f16a71f7b290ca16cdfd63177782b993b714 -SHA512 (beamer-tut-pt.doc.tar.xz) = ef6e80c3417cfad3e2f3e0ecd3ce249aa0b4cf0a6b5dced09c27138e34a8c86a74d0d03c6888d0944fe2b03bb5b8180872306263c58f54281f4ed2fe3424d4bc -SHA512 (beamer-verona.doc.tar.xz) = ab68e6accfbfea7651dd43b55c4ddd86a66a827ecc6f6353dc58e3aad47ba89e051fb4f9dcc76e0e8081784385cc696fda9d95c0e82c71b0645d358afaf42c4c -SHA512 (beamer-verona.tar.xz) = 71b241e603688bd22e10f171d32ea3dcca1f25c136a7c0d0cea3e72e936b068ea7ced6a40c03d2e2fb21e533506bcbfaf10f450493cb4e2c3df2981b714048d5 -SHA512 (beebe-clean.tar.xz) = de844cb22665a7c2ce6bc314f89eee01c26cbdd56643e92c0bc0b55be4a9fff71b86143bf83a039a71f56aa33d96c02a15a9769de1ac4509e8939524ff938fd4 -SHA512 (begingreek.doc.tar.xz) = 3792be7b825db6ffa7194a0cad8d8ba0c2ab3ef64f87abeb607870702612a22c798a61e8b07d61f21e1a0db30c4645c3ebe03bc0ac7c297fbec163d9cb91f22b -SHA512 (begingreek.tar.xz) = 88b3bd66f458eacdb1c4da1cf4a44de333ab45f3d498eecc1a1d4b688c955b3a759a620642e3cf94268136989817f97d783475740a0c16d3b5578b670d967719 -SHA512 (begriff.doc.tar.xz) = af28c20897e297af4ca1fb13bb286ff0eece9e2f06f5b734062716c0c5f5b7dd673d046a5a47c907f9a845a7257393f3328d46c4ea2ac0ae6b0eff1244e97256 -SHA512 (begriff.tar.xz) = ed1060e0ce9bad28f98481eed44f8bd98f6b8be91dd5dc87d5c34a6cc57e724d175fa909fd6ff514399eb81bd8f28450f7c9a6c6a9bc991f35d617a8a25de8ed -SHA512 (belleek.doc.tar.xz) = e974e00c2e43d01d598c18f664e8ca3ca9259ca55089598c77468d6f50d0cc9a64d4fc23154bf9ba7acf3b9b9ca406beff24623eae5b6c3ce4c167904e5fb720 -SHA512 (belleek.tar.xz) = cdc7499ec32c26ac524caecc6b5c1f30f3ded83d78756b198b918d321696f378e6487f528cb3781a44f3485110dfff14a14c9b3306e22ae79a8d262c1f1baea4 -SHA512 (bengali.doc.tar.xz) = cde57bbf0c8eb52b92973f80c7a780d30967fc2dc0624f1626856054bc0005a5f0e318474f145b9abd60a59cdb6e87e8b4a3b03b4b18282db758b5f110b46371 -SHA512 (bengali.tar.xz) = 384c07640acd5d4ef2fb661d661f1f3550fd84ed08e5345ec71cd7b3189560cff18c4992a91c13812e5bacd06364e3cc52faf6fd32d01a4fac1b2928490f97b8 +SHA512 (babelbib.doc.tar.xz) = 729fdb0bcc60929dffce6883db377e487a31610979d92f7be48e017a6f982298a9d113f06376bacbf2406a89fc1ce10cab86a43de3d92be8aeea7e3cb7cb9f98 +SHA512 (babelbib.tar.xz) = 70214f7a3e16c1fe4b3bfae479df63c10f9b654b34bd29abe3b4837b1a375b1a13077d0ba98e46a78ed702616bccac6aac3c70d422c85e37f462a376b2ee2589 +SHA512 (babel.doc.tar.xz) = 2439412566685d18d11efd8bd24e6c971da501a96b6aa277b9c9c61b1790c4070195c316260e80e5036ca798c7a0112078ddeacf8e03ce3eba1b5f09459f5377 +SHA512 (babel-english.doc.tar.xz) = 77d6b482407ff24095b1076673316744374e66bdbdd7ebb767ec66ccdccd6ed5bb27ecfd0796eee210f1a888c82ad2eb4b9d2142c427bff137bd139c4cc53ec3 +SHA512 (babel-english.tar.xz) = f570d2aae8a97ba0762fc1eab75dad1f17c4ac582a351ffeb8e56a136b789a38b7a6519247ba5981385f1a093101542942b3bd073a5097336392929ed40c9e39 +SHA512 (babel.tar.xz) = 9976dc64f0531da5b8e1f4adafbc8daaa2ab3490a0bb5fca183dd6f3e6764fb4025178b551649d8765e5cfc7a4392b2814ea0b3ee7350e8bdfad482e8f2ac7d7 +SHA512 (beamer.doc.tar.xz) = 0d9b9c95d27cfbeec0c8679eb326c4c324cdbde85e3a14c59ea026425c07a22d9e0c3070af30f3f75a667cf9d9f6cf8efa5a1449b68175f05557bcffe4b37871 +SHA512 (beamer.tar.xz) = 0485dcb99a1bdde0941a1fe2e6dcbac27034cbd3bacf1668a9d7b34d0c0c2648bd18a8a66a2f507d0c283dae95b9b6a9240b1e1cd8f6329ef99e9acf8c33459f SHA512 (bera.doc.tar.xz) = 2606c87871d6f6ed27b2a5e49117c50f00573bc6b9ce249d1433da214764b220eb00c73e59be43e32e8a4827c397c53504103e00b7e5602de5df5bb817e2145d SHA512 (bera.tar.xz) = 103b2db8f7bccf6a9729faae793246d2933667295ba404fdaa7b61cfbce0f1209ea27e7a2a63846c6550b41214ff496a62598bbb9b731c087b8bba9e0abade80 -SHA512 (berenisadf.doc.tar.xz) = f076717ff948247589225fbe4fcd92114d719526e535d645d767a3f7fdaafd3a6ca84c3a60997074186974ebf045e31a51d16d53c8a5fdc78a2461733cc66372 -SHA512 (berenisadf.tar.xz) = 70dd547d0c5138f2a61e20b4585160e5fef281bbba72ba8dcc7032efa957d80c158ba88fdc0dda9982dbcd69a48d5d54286f52d1425a5819e54e05d79eb9dd49 -SHA512 (besjournals.doc.tar.xz) = c790eb0ced559adc6696f0f228c88a2314214ff6a4ab71ae03dc46b3974cdaae53fc685c05f0bbb7646a5b31d332f763fce4a71919319aa520965f56979eee54 -SHA512 (besjournals.tar.xz) = e797bce36fa6529d6b57be352ed81b7413c2ca818fa904a8cc4c7c8f0801369543482aa5c286b40f6f7c5e0b73d53b6aa6b9aaeab3e6229da7dd954a3dedb1ca -SHA512 (bestpapers.doc.tar.xz) = cb5e9bbcc83b6081dd0207001d1b39c6e089e2ae168f20d1cc87482560a483e4ea195fbf208c342ba691d3c85ea9f4674b2eb6cf68db9f9d83d3b98bbab60dc3 -SHA512 (bestpapers.tar.xz) = d015369a268cff98571985f319f95df9ffe0255ad222e8c8133252c3ab5537cfc4c3ea11aab13a565c096e92472d7724c0ef23ce6a71f62c7a5fc2b30382a054 SHA512 (beton.doc.tar.xz) = fa579427c97f930455bc548d5b438f32aa291d98f9d8b391dae686b270e135605cb3ddd6cfb9076cb248a17eabb4e62bcf4f720b2daf829b3d12d6ebc294f832 SHA512 (beton.tar.xz) = 23d243f15a79246aa590a7ec65249724a4460ac6e3ac01dba2aeddfc169875dd8392c1374cb8459ff84210d51822430fab9d75a87f0ece20323cd20709de0c14 -SHA512 (beuron.doc.tar.xz) = 812dd30a9b49d7ab5e529f3c7ef934be5d72b75adeec1a38cba77c867525243ffd0d4f4901c9100e6518eb0a8c35e208157b8e3669d3700203ab7fe95aa29845 -SHA512 (beuron.tar.xz) = 623d3b7d8747ce1776de9d0ee6eec013c2050f9cb4a521167bcf23435d5e30c1233ee869ccb299360cfb6f8f4b4034a77d4fe601f789211b290684c0858462a2 -SHA512 (bewerbung.doc.tar.xz) = d9fb4f9da944e132187fce6e987be8eb0ef08cce80ce63e8813c1af8738dad61a93aa7c2e214b3ac0b77c980f8a000251ab9536c8a7557b9c7cdf66ae42fcbcd -SHA512 (bewerbung.tar.xz) = a82ffeb4fc7fa5bc42f06476df0c985d59d70c81b34ab50f10cf2117f8861a09b90ef3f53bee78291842a46fbc15bc40663d65b88c7c682c72b25fc86ccff2bd -SHA512 (bez123.doc.tar.xz) = 91ae5e35394e5bf3a6bbcc6aa7d7180ba546b58e84683c569bc34f5b0f9dcc6ea30153305fd83fe28e3bcd8eccb6179d277d28e1ff56538fc6980a7c3ec8f444 -SHA512 (bez123.tar.xz) = e70a0889ceab74fcff4994568a97f31ac93165353ac207ee683b28aee2ad3cb8f770d8e3b450e3237537e97312a0995fa8c17196ead0fce55fd76a49c77de72b -SHA512 (bezierplot.doc.tar.xz) = 284cce26134afe943c4b5c0b3d968f2512fa1c47ed1f2b19e70f48d618829b76ffc200933933f27b407e1086d95f38a4e9ecfe85506ccc2336cd5fe7eb40bf37 -SHA512 (bezierplot.tar.xz) = 0cfc80b93b76053591f4d76e3cd2f5518dec2dabc397b0d18f0d9edb40a0eabfd1ed608b0cbd6f4b7b28b9a10a9668b21f9ee798514bfd3ab4cc125392512d6c -SHA512 (bguq.doc.tar.xz) = 1bfe38f2d904af63a5a0fd2ab4accd04fbd294083cc462f7d53f79819f40dccf1c3c729ad591d15327eb120bce847ae62c2bc9b9554ea278c1974e3b37296dc5 -SHA512 (bguq.tar.xz) = 8a795ba517941a07ec1445a16947ce5028cfd61ba2b5c818bc894ffa73d439162271d6269c67c8ee7afd6d13551d4a9bf73763c00b719bf3a9019a8e7d368256 -SHA512 (bhcexam.doc.tar.xz) = 167f5a65edce24e367d6cfb7ebea877b13b1d9cb6f406689c9bdcf364aca0ed04d86c0c1cd3694986dab2ac10230818cbf58f8039568c3e5d9b6b4b98bb93ec6 -SHA512 (bhcexam.tar.xz) = 83841b8ee51766a9fd7acaef2f2c2662a969e5e6460a54db66e1b70138041eb799eda2e4881b0a2102a00019464a26253ca7d36d7858d2d56684f104bc570be3 -SHA512 (bib-fr.doc.tar.xz) = a19ffa9b3ce51d372a7467bdf7e360ac4a0faf45fc2205eadfaff16fb640ffb0cccac7fd0849a74955dcf612e353f0e25f94c0af9e3b5bf617f067606c1da120 -SHA512 (bib-fr.tar.xz) = 24e5ada94266ba8786470453bf8a076891e9b7efac1ff64fcb559bfe2c95875d3120634f94f464c9e40da0f45b18a78af1bc428106b31e85851a2998b58f0834 -SHA512 (bibhtml.doc.tar.xz) = cf01a0853d87180205651768b639ee4cf7ed1b6bb4869880489f57e37ed8fbff3e8406fbcae1d0c652b3d410f77af9b4d1932ee154c60cc79e2876014abf7b80 -SHA512 (bibhtml.tar.xz) = c7245cce245740f0d930518cfee66dc513bd4b43c8b5804e1012fb95f401dbca2321be44ba6251de573723ec2e6da85fc77b9a9192004ac2144bfbeb3225d27c -SHA512 (biblatex-abnt.doc.tar.xz) = 04158e1b92a2976d2a5cc107e00b5e4ab90a85799f9e55b25936fdd0e141fc2196f0f64577bf2eb8997b7ba5b7e8c575bb725febfc397940d271ecd5f56138a8 -SHA512 (biblatex-abnt.tar.xz) = f2c239aed726d57eb98cef8892c4b4295205d5a8d55a14b16db8bd6b42bf3f51aadb0dc767f97dfbcd8e57a1f867c5e344c604d726453113a007169edee0ff58 -SHA512 (biblatex-arthistory-bonn.doc.tar.xz) = e31b7912ca34e6ec27c365c2b3e549cdfb60bd94c19b9f1cd54d35d2a1b99ef2702c3f818f7354ef4f5d3157c0e29538a94315ae7af8177de23893e598c7d439 -SHA512 (biblatex-arthistory-bonn.tar.xz) = 93b48bb950e9a4bb81efabe4a3c8ee85d7056daeca88c1c1a070c5321b8caa0045c4005467cdc029f8a26b94a425235e36a36bdee163242194a5301ddd6fcc98 -SHA512 (biblatex-bookinarticle.doc.tar.xz) = 727228b915e6b370a74b4d38dffde3bbb7ae47973c33263bafab2aa6b640102775dbeeea7f09c046903dbfe86dbdfcdd8e0418d125a51678e603425328cd2da1 -SHA512 (biblatex-bookinarticle.tar.xz) = 8a7bfae09d95434d6db671e4037a2f1d5c1ba9cae5982e286389364ee2ff24f9a2daee78c69e529efd06be37d2e6a6f860820361feb42f5b84157dda2ef0988f -SHA512 (biblatex-bwl.doc.tar.xz) = 32acf8bc10c07532e8d6174f3dd9a1f850acaeaaa5a91d14a1c299f2f5f22e34c619a41fd9ae7a90e097fd5ec30fdbce581f65560e2891f697ddb0106469f50b -SHA512 (biblatex-bwl.tar.xz) = ca5e20736a70ed02fbdada150433162b64b39b0d95bca623cebda8da821bfe8554f9409cdd49af7559737dbc6d6033bbf6868f5ed809b1004cbeba4bbabbc38f -SHA512 (biblatex-cheatsheet.doc.tar.xz) = a2b9a82afe127d0bfb71f3a481eed3198e27ef35caa5cd08557ed35645f6209e9187f1e0c21d6fa51e6c32d0cf044c0d85373195a5f034c856fb4beec360af13 -SHA512 (biblatex-claves.doc.tar.xz) = a11a4df38dbeb4c27f30b824c9f1ba230d273e227b8cdbfe5f61268a1a2b7ff3193e79d8e8bedb6f9334df39001b71a3ec78116637745679bf3d67582727371d -SHA512 (biblatex-claves.tar.xz) = 008cb8403f1b35a7fd077f8ac2f33f73ced090ce3d65ce678ecfe90af8ab6fb2b4349342aa838d2d4f1e78d0d87267c7b8206a3377c6490499ee9196498c130f -SHA512 (biblatex-dw.doc.tar.xz) = d29c64dac41255066a844639e4330193811c62049e4b38600951346d4c126a495fab78458bd322fb3defc4352b765c1a7e7a73b7c64bdfde3a90f3e5a74e4e4c -SHA512 (biblatex-dw.tar.xz) = faa43e5f4de281747e5cbc22fdcbfb7d03c5c04d68245340e084c4e34f1ff9917c6ccf22a06ae4eefc41f7a5315db15aa8b51f2a8c3ed7c68cd033308fbe99be -SHA512 (biblatex-enc.doc.tar.xz) = ae50544ebdf7bbf9ee708f193493ffa241ba91f0925a2bf03b6bf1ec486586fde3c630fe717f4f2904373c08a2f9a90afca86b50870f87aa0d04430554650223 -SHA512 (biblatex-enc.tar.xz) = 6aab8a819ce9a3ec2d6676ab8850c3fc6bb81e5af5c9414555581cc9d164184d18ec550fb0ca67d28d800826356f1c709144ee7d38c0cfbc274179fa813a3a0c -SHA512 (biblatex-fiwi.doc.tar.xz) = 37fd37d39fee963af8567cf27cd266597175ccebe20f016c7dda699d95e6f7fd0408a57f9061b98996a6ce8eab04a8ed376e6e29b5cb41635d004d24082e91be -SHA512 (biblatex-fiwi.tar.xz) = 72b1e41ac55403f144529fd5cbd88f51dfd61cd637bd8e6427a2714d3684ffa37774c698475994f1481442cc8eb336d8de398d55b3df28e5e1615b9cd74cef27 -SHA512 (biblatex-historian.doc.tar.xz) = ed87ab74fd06ccdfa0923289dcd7a37df695fdf76003aa7ab142c9d924fb69a81430ab7651314a9a391b9114dc2c2d63ffe94461bb00fd33d97ac9e8c5b2a8cf -SHA512 (biblatex-historian.tar.xz) = bba5cedd64fcf0c0cfbf9b56c66838141917ba1e7c2f27aea5bda44261ba28366b465415e3674a2ce398812d5cefbb2727c7e5e1adf53a2d9779754849664502 -SHA512 (biblatex-ijsra.doc.tar.xz) = 36cef635b4603606d36f13b489320e10fad48869b8cdbe78d6f81ca9f3caee0f3e14e408236b1f18e6c7cbf3cd414ed8eb2863058b31e761b4355c6ff1230dd3 -SHA512 (biblatex-ijsra.tar.xz) = 040efc5b43e2642251921bcc49db1ae2e00342100d302bca24e2b7b11d1724797f1fe7aa254d01b35d1dfa316f2b0f739664f275031c498b157bb652c6aaef44 -SHA512 (biblatex-lni.doc.tar.xz) = 23435bb5cdcc7cfaa58d732582e23d3a23589ee064122b231794f17ecd0137e7a4a0e21057835d3925c149d637a7bd12270b4dd05cff6259f103498e0989ac66 -SHA512 (biblatex-lni.tar.xz) = 9089117cc653cb9251622299b20d79525ae9623661de402732c9b9f47b2b296cc0b756bda279487f5d042316693ac624b18352dcfd04e6cec436a402b9bbba57 -SHA512 (biblatex-luh-ipw.doc.tar.xz) = bbfa55884d3dd3167618f6f9595c301e5faeab0a35cd058cc68922a2aa8362cb3a9d035eaea06ee43c428dd89d23538b15bd4c79c1e095ad10aa4d1d7184f92d -SHA512 (biblatex-luh-ipw.tar.xz) = e58e2522d9a4711454166c816b971bbf6bab1f8d1c7eea122933c8b7955a49ad294df410fe0a75375134b77d442bd5214ee25d56d766be7e5843e4ac14d7ef5a -SHA512 (biblatex-mla.doc.tar.xz) = 87e9b73615b404f8b676b8a4158edac551f8dd3712e1f6ecaec473789df884c85d6ba48eafad428eebce10ff6f0c13b382fb4e4c79cc960b860565bedf7f935f -SHA512 (biblatex-mla.tar.xz) = b6e3f7b5323e0246c1b2e1ee1c767b624e59d4d1ab9aac4bc24d59c15d1f8228695ccc072b30bbe1f4a2de24fb6eeee3c81095fa572f3e27a09f0de7c5b3994e -SHA512 (biblatex-morenames.doc.tar.xz) = c30953fabfd4717c56cc818e55f83995ceb203bfd67775aced3fe8f1f4f4a92b118ed9c40665ea28944806cb2d409a541f59df530e37274e3bc3babfbe55713a -SHA512 (biblatex-morenames.tar.xz) = 7e847faa586655aa7b3c92d9379540b2f5e78fb50843e36416e21552c6a9e810945f5b60a96a14c35570bd0403ac29a43af29bd46e2ecb0d87e3c6ac90345826 -SHA512 (biblatex-multiple-dm.doc.tar.xz) = f33e650b2faac0c7b9d078f0f4fd9da8a58562c6a9a8b13acbb4b23001d2ecdde105c08b6b6e62f138783d61f3e071f8780afee2f170c134c275ae62ca5a597a -SHA512 (biblatex-multiple-dm.tar.xz) = 9f83220ae7f2576b4f58394634dea831e5759bf6560ede3244ffb9d18fbf522e9c728c47a4184a43c2dcf6807481a964d7e468e4e6cb921129440bf917925a8f -SHA512 (biblatex-musuos.doc.tar.xz) = d2fc62bb25394195a161e47ba116f2e795e6009b5f547d09cae2e21cc0f8171c610013622c2a019438e04b6c089d17c21333e3c70b8faeb09f90113cca9536c4 -SHA512 (biblatex-musuos.tar.xz) = 129d1c12bc0e4e8fd339f7bc37442947dc492700a721933c9dda0b18edf78a9b402884376cb7d80893a06834f70a5d377fd264813cdf869ce5e40667f296d618 -SHA512 (biblatex-nejm.doc.tar.xz) = bfcf854e7545237dab17bfe3cd2045a1914397a02e5fa31bde2bce8c0e44c474fe0389e2cb8cd59516f4db9a3b538524f8321723a49c41233de637075bb41720 -SHA512 (biblatex-nejm.tar.xz) = 97443b036769ffe3487cefa6cb5647eadfb8cdb20db0f6607028298b196a0df1ddf1fdee85e3f163a138da47f28019ab32147f65a5f7cb23b46596c96a772799 -SHA512 (biblatex-nottsclassic.doc.tar.xz) = d0b6de2439ff0698b14781deecd260d5851b44da80a10827e0b0bf5ff21ddbe46b979dae9afe988ec1520387668a802a777fba28a830b0e0a7ce60988bfe375a -SHA512 (biblatex-nottsclassic.tar.xz) = a0da4bac443dcbc2c0d8b97d4eed21c171e876cdaee3699a0652c905088056802bc12e1f16965b6b2063e1ca0dee808f5f5e9fd9e5f6da7f956548fd5bf0b222 -SHA512 (biblatex-philosophy.doc.tar.xz) = 1e68948403c72e93f94b758786a0c632827d5e5bdf0a8db2066e52868b2ee339bbf0948ed381d78db733482cfca075d9d5c26624df9f2f85d4ded232ece45ed8 -SHA512 (biblatex-philosophy.tar.xz) = faf78d9a7a551c2a161bf69c1a9146dd7846cb4ff1c3f6332806f955357a8f3af66b9ddc7d9732246982b9bba60730071390a0cf240a241d50db03655414174d -SHA512 (biblatex-publist.doc.tar.xz) = 1899ddf6edeb2ed11417cd90957bd9567041d6c06b43a56d08d618a734d7700e5092dc1e350ed03a08e82f3b2e8759ef8fed8f8933996d1d8a5b7ed5c8becb17 -SHA512 (biblatex-publist.tar.xz) = 9f73dd60d22adc1af2cc87c7fe3cf38b50fcc173a66cd1511a08a37938a0bcacef20ab27995ccc2cf4912d2b74948e417d0209bef93be8bcf49f51a6883778a4 -SHA512 (biblatex-realauthor.doc.tar.xz) = bf0ed482905bfcf9bf5a8eda61f609037316012aa2992796c57d48b5f5ccac496dd372ef5e8c88262c8bc5b2d543cbf5f6aba8ff1833a99db6929dfbf379d2cc -SHA512 (biblatex-realauthor.tar.xz) = dec592d3f16a431286f7887af863664d777e09e5784a53e9b99247e3bae86c7928907135980d27614e52ab6bd1f1f59a3e8633ecde05d3f9b84b97c84ccefa23 -SHA512 (biblatex-sbl.doc.tar.xz) = c7ccc14015397b816ca508bed2533fbc2ff183dbdb035d13100e8ec8faee18ea7ce10f7d8140b2ebbc6d58831db59ed6a9d7a4b75b0ef346081deebc7c323b72 -SHA512 (biblatex-sbl.tar.xz) = dfbe4de870b93fd1bd77aacf003ea56926adc6d52d0b5f47125d411738a66822f8c99bf3d58d0fe955105a30e5f2629a0c37ef5bc3cf00d3ebe895cadf621063 -SHA512 (biblatex-shortfields.doc.tar.xz) = e6e5e6c113ef43a9784f9000637d526f0bc989358d690d4f41be01e1e22abcb33f347421c727c411c2c02f0c11b1c60d54e7fc23180bd6f66c5c46bf29fc1202 -SHA512 (biblatex-shortfields.tar.xz) = be9562c2b79e1f01a110708eb6c0de165a9f596bd18ee72dd6c8add0bf380222a31ae12d86ab843083ae3e7f47a608826b985455f4c8501bbe21d4f0a0e15b80 -SHA512 (biblatex-socialscienceshuberlin.doc.tar.xz) = 30c411b27e50e0f4ac46385a07606846ae3dd744879de257e2f2abec829e5920957d55e970255cc51cb768f3ca0aab629f30d2860e5745c4addf5aac10ecaca3 -SHA512 (biblatex-socialscienceshuberlin.tar.xz) = f927cccda37e1ab37bd01b49f3247b688ba0186db5b162ab9b73db7be5f83d1b261bcfbf355d575a3905cdfca2421b6b592ae0763d7575957ea382b451fb6099 -SHA512 (biblatex-source-division.doc.tar.xz) = 1ae3883454e6aafc91b996de520a4669a06a67cd74b9df7e7cb7d096291d5f1dbe728a2a0fbd3b5968fdebf64946e829c4722bff33ff52ccbf32d8055f042144 -SHA512 (biblatex-source-division.tar.xz) = f7a9b6a9f8fb21a5b9f06e3904ec2147ccd21383c3ced8852b22d0cf62088be103b674466ae571ace6bea52904f6cfb79ef2982bdb16679d02ff1d260d5b3517 -SHA512 (biblatex-subseries.doc.tar.xz) = 94bf4807e0623c35690ef7b1fd879710a762630224c0a52ee4e7b4a96c27001a9653de2c7d2ecd2a12cda448bfbdc336c54bcc8fb6674782af017cddfdc8e5fb -SHA512 (biblatex-subseries.tar.xz) = 37955d7e547fceb3e3856f5e367d39a4952ee0d604652963db2a54466e9d6c1effb6b2c195ffd1dd15eec5552df97419a09763bc51af06c6726dbe40a6e3bbae -SHA512 (biblatex-swiss-legal.doc.tar.xz) = beba2cd9e8a78076148f7aedb6b5cf950ed865de9432633f225c160e1a46c98098a8bc94c783ec35cd982e020736c85ec94bc66ad68ead05d7187238ceb0a07c -SHA512 (biblatex-swiss-legal.tar.xz) = fd21319f30eb2187333db187c7ad171cb61a75ad4d62ddf3414a04021a7ad4fce57836aa0d2a9ef00488256d5126c18a976f664cff8978f8aa1e80a161dce979 -SHA512 (biblatex-trad.doc.tar.xz) = cabf53ca2febe8bdc26c56f58f99e811ab8695134f3b10c01f946c7c13a63b723ebd598013fdad3eff8aec9d4f629b16bd3915d9087b1dca365cf208a7f72ea5 -SHA512 (biblatex-trad.tar.xz) = 3a21ed76cdfd4c327562aed15a56fda824b33fdbab993accc8e944a662e157ca8ce30c4ac6413b4365c27ce787625e03d206a5574116c205daa55a5211779f7d -SHA512 (biblatex-true-citepages-omit.doc.tar.xz) = bb53e66c1aec87669be8bb608f82cd7683692cf87aeed792d1e9d49045039c15fc7113fe116e04332e8aa6331101a6e97e97f655e26cecee9636409d810f77e7 -SHA512 (biblatex-true-citepages-omit.tar.xz) = 908f6544890f69b4ca405c94e68c4814c52956bb77108f8e29bb4b6b63ad7de3bc0b1f1213a612f9e0ebd94ddc054907092451a9f326476f39e18a1f81ed0c63 -SHA512 (bibleref-german.doc.tar.xz) = c3c610fd8a80ca5a0b8de6ce4aac887a7d16f01e21d845fad595e1d5d6069d8e89459dfd187cc458d21bf2247f4f2c7fe72233a12c8e532b9466f2ceea283360 -SHA512 (bibleref-german.tar.xz) = 094177e505025eef5262b876fc49cfb09435b653c87fb1ee7453650e94f098bfbc7f5c78684849b3ce0cec2019d85a0413728397b5ffaf32bde542d8fa86222f -SHA512 (bibleref-lds.doc.tar.xz) = 6fd81f90d0c94644231e911ab44827b77864842a3fa91127fb53114179488e5ffd66a404a1b5afee513e0cd3f4c83f38cae547e6dd6484403926c4c46b5cdec7 -SHA512 (bibleref-lds.tar.xz) = ba3c4e41b566d0a26bd9f0d11d8e776fe04a18aac451435ff0283ff273971138407753bd6806f34708c5a2f0c1b2581c71de46bbc2e0c8063c9838b3d946f2ca -SHA512 (bibleref-mouth.doc.tar.xz) = a904b4c9c0c8f3ff1feaaad8d1650b383ff0110bcf463f004938c51bce84ffc860082bf3e598922eedf0aeaa664ef0379ea3304f6dc5b681679d9545026c6bf4 -SHA512 (bibleref-mouth.tar.xz) = 5ae9356781549cb5ecbdfa33085ede0fdbcb7f131d55484153484c777f88e23cf965507afde803e7bc5b775aeb416b9ee767815b5dbec444a3d21be18c7445f4 -SHA512 (bibleref-parse.doc.tar.xz) = 08393d76bca59dcbd715cc443ffbf7a1e15894ac6a2963d0ce770c96974c14d42283fd9237c215fe454ec4403a21387ba9dee52ea1bd93b83ab4a13fbc65157c -SHA512 (bibleref-parse.tar.xz) = 3af7da247ff7f9708ef076a3fe110979e7ff07be0afb08597feeda9ae31e60a66eb2bbbb5da015e10566e83a116cc9f2efa56fe91a57717230fb35bd004c209d -SHA512 (bibletext.doc.tar.xz) = ea38659b5b2bc252760937ecf21d4ac3e8986ac8be6afdc1f2205d84696b8da55e02037bcddb24de389d54a692240ae946ab3e41a0a7913015da4d7b5e12da7f -SHA512 (bibletext.tar.xz) = 3c5170b747c6426099c021390f7ac226ebf9dbe42ff586c698b3489d47639fcd4198a4cf49261bba9335caebf8f39488d65fe851d60d9f3c2cc2127539ef080a -SHA512 (biblist.doc.tar.xz) = b5bdd51d7acb738569671f13dbd25fc7b98a8e2e03e324e9501a20ac34cf1ae3578fcd622be73a80467e47a64a81f4d897c4e167b07a5ff5d06635b09dbec51d -SHA512 (biblist.tar.xz) = 02f006139b475cb5d4ec2bf85ec098de78f5bed7242ec693317ad4e01acb62a8c5479f295a8a1409fccd41b327daa75a2639b67d9838777b8355e6bd40af478c +SHA512 (bibtex.doc.tar.xz) = db05b30926a6f5b69735ea852ddc24337fe070f3561e4666fc4b46256f13a4bf31f60eac97b759d625d935f79969f8ed675990b41bc45120d0cd4c1c4ce8d6a9 +SHA512 (bibtex.tar.xz) = 6d808b85d8d95e444b370fabbed74cbaea8929d8e7e06cb57b2973d365e9139086ba11f8bfcc2f67d4eed37733cea6ff5f51774337171c494111648d821e9ba0 SHA512 (bibtopic.doc.tar.xz) = 5849fd57abb9bd847833993e660e342a537562bea9fba76376f3885d3bd09360c5783e4f04828137b43c076b635a2d566d908be48287c3fe6645c2abcba06652 -SHA512 (bibtopicprefix.doc.tar.xz) = 473a7db7638f471fd87b1cb242a3a593e3ff0aa4586c1fbe906cf12f2dd866a27ab50176b01d3f4158cdf0fc263fa54ce16eb63c797392349fbc90a8422c3b2f -SHA512 (bibtopicprefix.tar.xz) = 1df7d78498b6de233aea92cb1b18f73893b8cab723fb614a9fe895e5131639c1b4f4318cbe103ea4d9308e383627873576664f0af3ac6fd26aebd5b8b0036379 SHA512 (bibtopic.tar.xz) = 34e2a644cc4472f415522e6e798bcb1e2d623afd4783b07f4904405c63296ec912fb6c1d03f80d51c37ab81944cddb5b4f3678a22a7151d89376ed9aa343e9d7 -SHA512 (bibunits.doc.tar.xz) = 888e5a4c1863c15112ece5763b01525a1a74f97ae1270495a41d598e73c4583ce2b9e28030b3054dcfebd60b038fb2d32938d6be947477fca93014fac70676af -SHA512 (bibunits.tar.xz) = 5658d508b876a88f3916a190a9090d66f2dbee98260af8d23c8358d0708f27fc80d4cf6c348b1f6e1ff196e7de6d5567e371ada640a9a602185611fb09e64ddd -SHA512 (bidi-atbegshi.doc.tar.xz) = 6199c4d5b6064244c2fd38d8a0d6c4eac3c790cc786625502d89a5a8a2426f7182cc0e7c4b70513971a0cb4b1230bdbd1382c05762f6537a63a34fa4e79c020d -SHA512 (bidi-atbegshi.tar.xz) = 1295c87c038683212deaf52a4436bb6adc2a0cc0220b6767e770aa909d88eaeda4a0bd2dec739a2415745609aaec78cdd91d4949f90663323aeec63cefd45d01 -SHA512 (bidicontour.doc.tar.xz) = a1a3f9692ea2e462305f8c6db432586eb76d78cef5fa0e9057cbe5766ad99e25c560ad658569a92d1885e373fb6215fe2f9bcbc1c69b46c3088d36eb92e1aae9 -SHA512 (bidicontour.tar.xz) = 10364edc592375f69912888945e6d555df30627498aaae409b727392c64cd4aac386433119578a7a01a48bd0cff84aae33079593219b282feb9d96a68bdde78f -SHA512 (bidihl.doc.tar.xz) = c9d0503857f2cfa960e36872757afcab17b2631caa8a33112ff2361694939774052a5249db62d21831e19c17826f422853a78c5522094706bd4208d4c5223019 -SHA512 (bidihl.tar.xz) = fd82ad18b96cdd782fddab8739e09978d08fc37e8c65a177bde930671e102c9ffefe7465fc766860068188f6b9f8222119ac791f07223f79e9840f25659ea3ea -SHA512 (bidipagegrid.doc.tar.xz) = 615d87ca4c29e0a30cf1eee08819b10419a2f399a88f2bfed5bfb6eaf7b1adc8b64a2ccac5da7bedab4e4b951e80488b97203b9960980ca5919f653cc4218996 -SHA512 (bidipagegrid.tar.xz) = b823a646d97c15ad9beb3aebeb7b2156aefc3ffd7bdec813e9cb2481e137cd661936c57bacc3b8c42509151205dbd4096329b5cbec25bd06698b698c59739551 -SHA512 (bidipresentation.doc.tar.xz) = 56993d41b237d25e00536926b3b23f1b1a6940aabe4f636df73cabd5ec27252de9fb8ff17d872cec3cda7a0a3b8b13013ec77477dd89ebba83a8406da3ee144d -SHA512 (bidipresentation.tar.xz) = a41f98c3f009f7f8de8a41e386cc829c55650e603ccaa8e7e381fae45be2872e0b20e66b68e4d7ef8110abf7c9f6661865d49f7c0cf3ca4ae6f781c3ef5bc0ac -SHA512 (bidishadowtext.doc.tar.xz) = ac2f47ed1a5535ff1f0030c38bc210b2e3905bd46ce7024d5237387faf87be6a408ea35648f83a2ad7697ec09a91a4cce1aebd32c3446756adf1955bfa97f7c3 -SHA512 (bidishadowtext.tar.xz) = bf9a75be6d1f37055c793a16b0a4d019579adcbe14a93b64cec5495e4d7c8bcd8b8c6d86906714f8aa47be5789209a1ce78d19e8023b44b9d52409b281797310 +SHA512 (bidi.doc.tar.xz) = 16e8062ffec0b64faaa2c1f4916c8decb38510af7279607d11ce0537cdbdd57dd90e9901e47b7396758b9653321f8e14716a809740f5d4c0f610358899ce333d +SHA512 (bidi.tar.xz) = dba36e375340a6d852eba98b83ad8e0821e684424a53069a4eb21acad43ba32cba11a68b971fa8bbbc6380a89c2432916e8a048de85cd5ab377d7811570a9be6 SHA512 (bigfoot.doc.tar.xz) = f5935a5ede836798f3eab1ff61d528870a07be712047a64aa5af5576a1c6032e9d88fb5c42cf216e0f9812266f9a8562b5290301446c654dcb46146d7b60a16e SHA512 (bigfoot.tar.xz) = f56fb1545e0a044a143d1a257b9784b5f5dcc56d68bbeb52f909eb928e9d749729135f0c76b3af6dd0306add550b440d32aee21c33e70b9b48a5a82220623702 -SHA512 (bigints.doc.tar.xz) = 46799d5c6758657eadca7fb30d214baf47c237b63655a71ad19e188fd54b664397babbbc5cf6d9897e81decd027dea1e0d1a6fea97384461ec8976fc19c7fd8d -SHA512 (bigints.tar.xz) = 23f9a529af214771f74c6921baf8582b6a3c5e170d0fa511c260f5dd3fb6cb6194ef4082ed299dc0a3ff8e413981a36b594b440e7bc5512c7d2732fed9eb7a8e -SHA512 (binarytree.doc.tar.xz) = 4ef9f7db1d9cf124112e3f3e5c6db7e0b53bd72a5d7674a9f0ac7c471b88ff72309705b8d3942277a93883ef821907f0119d4dd3f645c8caa098f363612df68a -SHA512 (binarytree.tar.xz) = b2204194393811994915604d428e0b537bf871681ea42a93d1e26a74d01cdee3ccd7817e7705cb6a3b9a1f2a97381e23226db9d671ddc36beb5c478271099cc0 -SHA512 (binomexp.doc.tar.xz) = 9f8e24377ef858e0b3ecc94dc87eeeae08931084316034ea5e3de822ed8b6a65c4744b744a547aea19d3486bb6f2b04f46f1e7ec81cac2470d16b7134885d355 -SHA512 (binomexp.tar.xz) = 61cd0072f766bc4abb1e3ed828d06c0e0ae6fb74902ad86e6c4ff3279ddd84386bbb0b1d669d9e71eef362c8d50577047e6076b174ca5b54da8680a43c5e1715 -SHA512 (biocon.doc.tar.xz) = c296c8402129338295a3043a66bab91a499b29703f7ecead0a045e0820ced683a4c25168ecdfc184c07282904afed3703b31f8ca707492a913de7c49a351c322 -SHA512 (biocon.tar.xz) = 54676e4acaee07609c379d387af4f06b45a4bc0051a3333c250555536114b3862da73d70305b1f62adf7afca2b4a2157cce8afd9e20f10e49b01d4c2ad351cdb -SHA512 (biolett-bst.doc.tar.xz) = 7b3f9666225849463683a38a3ccb4e5bc9c0869312d31173f48776c2b209eb269309699b2173c2eb5fc9163baabefd1bf6cf288ca683142285dda6f0c6d95b61 -SHA512 (biolett-bst.tar.xz) = e593f073daea4a8326d0a472999c128f511becde100c5dbedd540fd6ea116c5585b2d3673165ed39abf1942fb66c8372ca1961cef90501244f5320119117af05 -SHA512 (bitelist.doc.tar.xz) = 5c3186464aaadbf269b26321ed9447e8a1633ca9b4a7b323da692277ab074f15b6c39df866eb41955dbd6ca8b0ff76a115786f3273fdb293bfb79893dfe0de99 -SHA512 (bitelist.tar.xz) = a2022ccc4f45f7a911eea4e99557764770b4e6f2ba0333e043fda2419e29d93bac40462fd36568354a415a9b27204a38620e6191fddcdb053f8956aac5747cbf -SHA512 (bitpattern.doc.tar.xz) = d1fd1b2b46d7846804c9163889bf3a96cda2e11e35de2328c9043f99ccd9d0778710219593565ec9231775e1404d713edd7998e3fa909ada7dee35333137b56f -SHA512 (bitpattern.tar.xz) = 34a0ade2d1110a15618b2ecc7f46a413519a0864a2e5cd1e25eacb9dd76cc66b35565b4b8c015780fa1d3dc88e2237ae7de33c77e29fd5428758a526959625af -SHA512 (bizcard.doc.tar.xz) = f529ec77b370def29ad77927170874dc02af37bfb9f57a4e1383b5adaa93f6e59aa33df06d40a80e2374db514f55e2f115e7c8f22e4c92cbd3cb621d8a735bdd -SHA512 (bizcard.tar.xz) = 1575499c7118a96f3273c5b8d68e25a20410daeecbce48d1e6355039b97867b34a06c40785052d378dffbc80b862beafc06b9fedf62254d8b31445d8f95cdd29 -SHA512 (blacklettert1.doc.tar.xz) = a1f18f4adc7f26b9e71db6f171ddb4a8eb15912cf57445110a9da52eb4e0b017a0ace85ddc46ec2df36e73ee3d9bf8dee087fe4467f46bb2bd7f708108585412 -SHA512 (blacklettert1.tar.xz) = eb7d531fd91c6d46145c76a08678033e20097805b3a911fa85194217104e071c56d3842cee83c275a11cd4cdee162aee4630d86025cab76806f20e19c975076d -SHA512 (blindtext.doc.tar.xz) = 290a4c76fbeb8003c6972933baaa95e62b37310594e459e27083326977d370c1408de95eae44d05d848c61eb22b555792e5e38f4a0b70267d6a87c0314268501 -SHA512 (blindtext.tar.xz) = 3baf7b9db502824ebf1cf8892cafb189654ad0a91a8cfba399e103b417a91e4f137918b73201fb5988c8dcecabc557865e190cdf77af35e634d0519d52715795 -SHA512 (blkarray.doc.tar.xz) = 81f1d5b5609531deda3475eb906b841d33a6e01ee49c54102474d852856172954d943ee02648fd1ce74d5bf4030db8d36c7b6786c9fe3105f3be08fea36fe207 -SHA512 (blkarray.tar.xz) = 5ed66db84619cd9130e68e05acf617ed0007db9ea35895e31ad96b543f7d6a01fddf00304f05b0fb71ec9484556326ebad1d895b81b821b9f19fe6ae9f3ee12e -SHA512 (blochsphere.doc.tar.xz) = 3a9706ba73e8da7280495f9d32d32a38c9119bac9b8497e7e1bc69a704fde2552848d60ab0ec175544046fdc06b3e8887b4eaeb1c50a5796144cd56e4a44d9e3 -SHA512 (blochsphere.tar.xz) = cf7a7865e3e994f2b951a24018b1b1b71ce2b61542751f495dc14ebc4964a1f4a2833d95bde9b8920d4a4fd60ccc03760e66b8ab64f6b14ff77b9206c98e19a2 -SHA512 (block.doc.tar.xz) = 77b8c5b6949fb7eade5eee082be1c28433136b8374d45f255a80daa0c7a0340a3154a9f6f174fc52b25c252f1b5a2304b32e26c6d6a2f9af033569d7ba602952 -SHA512 (blockdraw_mp.doc.tar.xz) = 01fc4226a952c76b52726d1217649d9d98ec708163e4a9b997e36f505b385ed145182bca747a2b5334cfe8b4663d010a699664728c5be05cc4daba63ff1f3c00 -SHA512 (blockdraw_mp.tar.xz) = 86bd39051095fde2a99b232b1139c4c196467d0e1825b3c1c73bd25551a55edb6417a0810b20c4ac3d53ff82519364f2ac72fde3845a750396a4f6a8966c73ef -SHA512 (block.tar.xz) = 0dedf4b50238e3f12c3d17eca19e4640f2a36511fd65fe4d0baf4f221df279a5d9f28024cb0e20f528e32921e1d6b4c785071210e5ff6471c73e42e58faf89a5 -SHA512 (bloques.doc.tar.xz) = fe37018f08820f21bf188301d0145e42b50563d8dbd8f9b232e6fa1b7eecda931e8a42d40f47ed7cbae24235833eebab874e30dd24d8393dc728d6fcb10057e1 -SHA512 (bloques.tar.xz) = 06b18467956f6782de7e0dad41f66a79e1c7dc5c3ff007a8970f24740dd5edfae0e375288c3510a8acfcdfda7b568f2316827cad1b6a006789afe8a31f829f4f -SHA512 (blox.doc.tar.xz) = 5a78aeb59f517d74def3dbb0353545e1efca8bc7627e4c095743a6c2bbe4f9ddc78a0e293f9689089f1f253150404706622745c7a823de9e6b316f2950d98c02 -SHA512 (blox.tar.xz) = 66a326bc8bf228db3bb7ee061958f0daa7ff8645a7ed89748d60c5193b63b494a94248bd3a9c4734f810b9cbb76cfcedc88201728dec86f1e4d2d33101f741cc -SHA512 (bnumexpr.doc.tar.xz) = 2e1430651869f89d3b1ecd146858b004ea04e6506cad29bcc131761b975a89671504b22e7bbe8bdd9e6be1d513f28f85e073a0f123e21e12584782db5242a50c -SHA512 (bnumexpr.tar.xz) = c4bf69cf261c8545aeffe69c22e0a018afab5f919aa186efbdae0d0eff6728f36f0ca94831cbef7828e9df349bc2e7eed22c284cb41924b83464efa51418b22e -SHA512 (bodegraph.doc.tar.xz) = 479d5d95643a0b5a673df4d48049f6a7d89b4dc8d1511676d6ff53e039f65fb27994e35d3db3adeef0cdb30658d3eaa454d997ab4649567148fe90938602024c -SHA512 (bodegraph.tar.xz) = eb4be1d54f84a372bda79a35aa928be028aa3fdd13c589143e3bfbdd111f4819ac7927bc9eb7473c64fb9035b5bbab789b55a5967e4569e916a7fe516933612d -SHA512 (boisik.doc.tar.xz) = c68e8434fe456c5e58a6ebb9e744c81dfba5098c0fb12024de750f73022e300016a424bd1ad9cc85c3122c9a0c863737b2e27f2b151667955f92ebbdc060c6bd -SHA512 (boisik.tar.xz) = 48403f4b18cb23e7e16e3cbf19d066dc7e1576f4d9ae42b94a4a34508905f5e6e2f8f60f2de7881a29b8525c86a8120a76f1f66f8b9ea047da0a884637b1bb9e -SHA512 (boites.doc.tar.xz) = 22ef96e0f64b4d42b978abbba806f497fecf686d76b159bf3d06aedefe1097569053a11ced6c3ff2c7d05f975345957af0790f2035fa3af396b123da7d41cd7c -SHA512 (boites.tar.xz) = 894f6d2484e9b72a24816c34e1254ae8a6d011610770e40590fdc3ed22a24b6f655418694de256a6522e4024f4df033c017f294743113256583ffb8445a63bec -SHA512 (bold-extra.doc.tar.xz) = 4bb27a63f711421437385c2a76f26d74cbfcf6ac5bd8811bf4ca5a0da354608dbc6ff295c3943edae1701fefece397ec356361176a9713f607c9677b8222b7af -SHA512 (bold-extra.tar.xz) = cc12de98493fc01b9a59993ad32e646102751c3023e64f66255a1b66505d3cc2f82d71ac53b4f6691e083bcce3037e521a35feb09cd5019d662a6ce56cc55032 -SHA512 (boldtensors.doc.tar.xz) = 657bdc4960e2d40621520240840ab4252e927baca704da0388e3124938c55de834e59cf8ff3d900aa294ac366ae7b1367909cbe885de08790d51380726960146 -SHA512 (boldtensors.tar.xz) = 3c2d17f2bf8ff48638540ec5a3ea57bc835227291fdf6580747a87dafeed6afa4f49b91a67154da35dfac9a405aab2aaed5bbef1ac188291319a972b4e50ebeb -SHA512 (bondgraph.doc.tar.xz) = 0697b880e1bcd51c3b5c2e035a15f852f943ffb86ea2952b460f01e42ced2e4fad8f8b15f32f58cc7771c28ca9bf66f2302914bf08d6696b6d952d347199134c -SHA512 (bondgraphs.doc.tar.xz) = 223448f91f0cb9f7b032439aeddc85c132f39bf5ffacd058b76c85db825df15bb47bafe333a0ae8afb089864fe966973fbde6da0e02e1fa46b8077e3f84eb6f3 -SHA512 (bondgraphs.tar.xz) = 61ed449d8fcee24f383762eeac54949d709fe3fbcf06598acb8849613c68ce2f445dfb4cfc7871bb6c61bec65ed45e8888dadf036f299a4d5c0bad13db0e16ba -SHA512 (bondgraph.tar.xz) = 171233d7850335c1819bf1f74e0bcd1c221e5db73d092b0efea71ad35f71b16e4f240c3c791f9022a9e21ab7a2bb62f20ad06609051ecb54fd0640add0ef8381 -SHA512 (bookcover.doc.tar.xz) = 1f017e0071060f82e5f530d3726d1d91c5fd742c6a29613a2009756d96a2afcbda1e647cc588c350e90cd65be67207c811ef6466cd863c1b80b39f6afcbbd7e1 -SHA512 (bookcover.tar.xz) = 1a96e15ab73c11f36b58dfbc0109529fb9bbe322d4c589222e122f774dbcff5337e88a5350a3fac05652aaf0010cf97ea1842693102acf00e9a22db7b6bf77f4 -SHA512 (bookdb.doc.tar.xz) = 2449b7d32558665b297e57eaff6529932289e957e0a77d8a8ff84e9614b53844a2684a7b23a62ce6684b6e813223c2c1293bf25e678a1271e3e3cc27383d12b4 -SHA512 (bookdb.tar.xz) = 3e44184427ce346930b35fc2ea3b508d9f32c1e89cc01d66046e271d61e0bbfde54b5d18917b09acc159f1d657f9d32c29f3086b04e4f1dc6da0cd21a0df3da2 -SHA512 (bookest.doc.tar.xz) = ad51d3cfff90ce83c7f6479f9f0eb49a54613c585561def33529b301e00915d7a8f94fb62660b3bf5bd87104651e7333c3a9b620bbfc1ab7fa9fa510e16dc15b -SHA512 (bookest.tar.xz) = e49d8f0959276202dea2079df1a509dd296858841f4fa2df235743033ba852b856e5f2a9a14176fd986ad1e431ebd3581469e7ea30093b5a01b7d23b791a028e -SHA512 (bookhands.doc.tar.xz) = b5901beafa849a52afaaa7cf09ebab327640eb5ad1c627bea5f8dde2c98aaf176f23f0c9460e7fb2212ce9b4038800c3a3c572830d08d059a04d3574d1015a75 -SHA512 (bookhands.tar.xz) = 8a341131397637618acdb9bedc835a4ea98f40d55a8a2b312ac820821b00a1f059f37cde2aeb3f5b715eff9928b579a531c4c12d3bdbb3a7629a50d363f1a4cb -SHA512 (booklet.doc.tar.xz) = fb6d74ee03f303433e61fe1afe297cf5e343f95e3834fbdee483522a183d403fb6bac8bfd1d0ca687c448d522d370f5216caba2b52b066ac1657b8dc2fc3df1a -SHA512 (booklet.tar.xz) = be6bc46fa76c0a1ecbfe199b1a1a6f0cedf14a8d583e9ab8ffd75d4cf8ae22e404b289224ed8fa6cd9e143119760d50131e97228cfe75ea56d5ab2f540e8ea8b +SHA512 (bigintcalc.doc.tar.xz) = f5e7cc163157e429906489cb3cb94d8694c01be3c720e03b85bb24c7bd757391cf09e08f3d88df4ae7485978042e9d408fc5af0d93e016c82912479d40457079 +SHA512 (bigintcalc.tar.xz) = c801e5953008e8cd8521886496238f4f7a86a6c65a160255beb3fd6a41a48dd7bfa2da438f8e1ae4c79b51f769f0e07bcaa7c3c8aa6e1204ea656aca3d1f4620 +SHA512 (bitset.doc.tar.xz) = a5a3ba9d27dc3d9658c1d261f798fdc5e6dc4cedd85287ef77d2a0341048d71f8575d4fbd711e499233e0991c51765953931d87d40dd22fa2a4e8ecb9f2a8dab +SHA512 (bitset.tar.xz) = b1c9121312404d3daf6907623972c35e0f36cfb4197e589bd937c145506cb5a2d9d8c1f665ae3b4d3ec093e55bb146c0b67cd0858425b704fe29989b9924ccb7 SHA512 (bookman.tar.xz) = bcc6a2ca260350a22927d806b29dec9b7a6c7d9bfff2517d3c64072c9bcb3b73ec72937c004d36c2570a2c78f073548db6897195591e36bae7b6eaaecf6b6023 -SHA512 (booktabs-de.doc.tar.xz) = 1016522eb74332542a9497f47fb0ea884c7d8b3d0a0630b8a6604bdc41ee08d29d963fcee0d643a8260d2e667c0b39edc74f4998ecbe66bc7a45ef23ac78371c -SHA512 (booktabs-fr.doc.tar.xz) = eab2c83e6d81a601ec98ffe43ed4b5ec71e17c6ec42c26c519fdbbb3c3e82154b01bb569adca65dbf540ccbd7263cc20806dbe901ba44204b84d07d235b07bc7 -SHA512 (boolexpr.doc.tar.xz) = 6351bf2d3382c5a3b9a07a8458d7f158ee3bd0e72c96af5f2f985d28a40859f95ae7ae956e5dbaa1ed93b1331322ae1e8901ad3110f5e74024efd831e29b6b44 -SHA512 (boolexpr.tar.xz) = 677a397363b80126e45609d125ec2cf22b3ef144216e19183bcd48c1f0ccd6e2e079fbb0a2e7ac03f094470c8c0bc64ae652863aed970ee9fc75a9a69b60c618 -SHA512 (bophook.doc.tar.xz) = 7d8ce0b7caffa4e16539154ade5a3df6d6b42b75bc521643473ff568ef5c65c3014fb22053b353a917d2c4782f378bc765475dca5d20b3dc06ff02c0dd2a63ec -SHA512 (bophook.tar.xz) = 8ce41fecd2befaf448ed238d8bf643362f5a945b7391d18b2698c006421b7b60ce4d886e09dc579eef12cfb459f49247f7f3afebdf8b590e9285c608d654ed60 -SHA512 (borceux.doc.tar.xz) = 202e6b476c5c6f48ea2e6bdf2710d01afcdd9a02669d220bb11bab8fa920f41fddb8aa152a815045ce9d0c92b761f90ab34cd426ba62cf26282d71696f00f03f -SHA512 (borceux.tar.xz) = e4658e7a672caccd24832b31b0635dc61ae5ace5297569a84d9da981eb37f6b9b944bc33c1e964c09c7042e3e74f9b3067795fdad508e52e624f2bfaf439559e -SHA512 (bosisio.doc.tar.xz) = 7fc9a651f6845643fecbb9f0fff150fec2a22273accc420451c2c5dbeab6e40cbeb9b51a32589787c005fe479f626111214bebadb217a238baab07fa18d8c92b -SHA512 (bosisio.tar.xz) = 659cd163c28a52fc12651b35b8018d0df7e4fb706739b090167689a7199a8f9ca3bc3376ed3a5b6c076e9242f4f8132dbec6cbeead499453fa5c9cbd2aecce38 -SHA512 (boxhandler.doc.tar.xz) = 15b69a4d434be9561cbcf45a5c3c68ae9560fae35ed2256cfcb4c2bca8ac172a8bd0d6f7335644f586a9b3da65948b9372ae9f7ec9bf2c0d43b572cce5af20bc -SHA512 (boxhandler.tar.xz) = 8aa988155d5115e2fbfbee113013cbb4d32cebc670229104cf96c2920c81bb23245e2365cf31705b67cf72345387a275c83f170a777129ddafdf6cb7558bb077 -SHA512 (bpchem.doc.tar.xz) = c8edfa3e5fd901ef705b6b55dd2278eabd996e2b3aa76ec5da9c34c07db95909b67f31990684883edd256f7a5eb7c29450886472fafbd0ff91f8e81abc4dc93e -SHA512 (bpchem.tar.xz) = 3359bc429ec00bdf3b26810e373fd9bba8f562d4782d16adf2706b59ec1cd153f0fd565c26319bac0cf5065b6a2ea99ad5cf6461fba62a7bae8355fad7d8279b -SHA512 (bpolynomial.doc.tar.xz) = 2778eccb795d4543baa16966d55ab68a8c2c6f547d7a544aafec365036d9805a5cbfce97efbd25d0b39329814e95f6a2e18610f5e83a4d755a31dafbd651ce0b -SHA512 (bpolynomial.tar.xz) = 370b9ee803390f51da2cf7da4832ce9a51d923420908ffbf5dba21a2380e13cf345413eb81465e0acf86bc4011ec0bdf8cfcf5ac0cdf62cb3e88b2f2b6a6edb1 -SHA512 (bracketkey.doc.tar.xz) = db067a4ab9ac087f565d184c48a90800e68ddb25f5f78146ef1f65bcd3cfb1d0adea78483ca8e27fb9f82bbf26d23c5c16ce735aae194f4816ea73eb993ef099 -SHA512 (bracketkey.tar.xz) = ecdf6f5c6cfa46a3a0eedc9eeef5bbc59cc05a2a831249787ff70fda7d69466862c18dd7ed7a440b8b2bb93c6a08225c7a97bb2f5588d94548d9f6b626ec36aa -SHA512 (braille.doc.tar.xz) = 1cf6922ffa0785adb8e7e7fa5cfe134b206d70d012eb2ec1bd40bedb72ace43c8a17b3e94b16635473d425420f362c49f1b509796d43ca0d2aff0bd9be9f25cf -SHA512 (braille.tar.xz) = 04893a3664b10fa1d5b912751e51b6d4a596821535da87aa1f2c2c5632e1fc60278435fe9deae4b0fba8296f2e46015b27b592721dde26dcc4acf7e3bd672a4c -SHA512 (braket.doc.tar.xz) = 9bdd3cec0da91ffd13d556b9620e9c502a658374657e2821141191000a2321bf030edc9c32641b5ae6c52acfc7266c377a8f4dfe4891cb616f8d4f6a377d9ee0 -SHA512 (braket.tar.xz) = dc5f931ce9adbb3e8398cfab83402776d92018945172c7c17f04772f3253942c6ebecd5ca0f3d23f0befa87327dea4a3a9b90528bb7409963f04d9b856186562 -SHA512 (brandeis-problemset.doc.tar.xz) = 0f6857c1ff226d797d6e0dc96bf040e2393564121b54d5d9b1e9e35acb01b7663441e0460cd117a0b015cb768bfdf3f40df142ae93d5a0d77f9a84f31c3e45b1 -SHA512 (brandeis-problemset.tar.xz) = fc5026cefa87e1ab248d9d26466a05e11b112c75bc3908c7e6f123a1436d5f813038176e97e1ed290cc99f93dfc8d024c88c1242b9bb41689bfa0a29153db9da -SHA512 (breakcites.doc.tar.xz) = 2184e40db7f4a01113ba1040a62f8213f43bf34202a57a33abfc6291e84b01cf27298442f0f636289892d02764f1000ff3542f2ca6e490e0eaf6d5bab247b3f4 -SHA512 (breakcites.tar.xz) = 13fdad42586a361b4e01999476f4d92ccc0fbcca4ee2663153b9eabbb08ad571dae6631306e9fc590d94f3f02af79519de30a78ed35f737004d86bd62b76786a +SHA512 (bookmark.doc.tar.xz) = 44491b3165eb356327345f6f7c5b690db6435369e1c58571146982285ef849425935ad03ef1c9bb0e306af740bb6b886b21226093fd083e838da29d09bb005bc +SHA512 (bookmark.tar.xz) = 56d73af9961348a8436beb957b65cd9cb0bf62c9031fa71e5f247a367ecfbbb15763214710c66e057d2806a0dc0ce09b05a163d74a7687c8f0dc340ebdbd2849 +SHA512 (booktabs.doc.tar.xz) = 952ff0f30cf7679c09020cf2bca542e11e3a64c88956e87db6289acfb03879609f66c8beb019a6639716462aa088bdff7df3330d60a5d864f25de164affa4c51 +SHA512 (booktabs.tar.xz) = 8d7e46297d19f2e683f5c16a13577fc582cba391cdc8a15ad395a6b44072a5b50216ec9e9a8c727c1b2a36b9275ba9bed10baec3aba9d726505955af01d48c3e SHA512 (breakurl.doc.tar.xz) = 38f7847274cbee0a6e7c536a982d0110670cf6af54bfa99718a862e1974fdd839f6ef6871cbe2c40bcd0b2a9036c806eb2b57c8adaee583ef316da367ed854f5 SHA512 (breakurl.tar.xz) = fa1fa9e3ac50f305ae5b82eb63997d1674b3f640f36d502a1000b439dd52dcaf6b539d153a2c7022f3a00fc0042bcfe341e850ed6b01f7058b1f8f6fd92b4d9b -SHA512 (bredzenie.doc.tar.xz) = 29fba5bb48aeb2353616cfe9a8dd4fff90c164c10779b8115958733470fd47dc40a567212c62315110a5a7a51363c9f917c4984583d40177037d6b0803ce66fe -SHA512 (bredzenie.tar.xz) = 1e5629a2e6e6099a319d8b8a1efec83262780c70a57c482f66a33a48722bcdb18fb891a96b6b6f29c54d71ce581dd1c82decdd22ad74d6ef61765fec3f8c3614 -SHA512 (br-lex.doc.tar.xz) = 3d277aeef55721a833cd613c98852c33f7ce22a8034e2fe62952409cffe1ea49ebe1f3b80f91018ea51fadef226939a14e103884dca19227193a32d1e3ba3110 -SHA512 (br-lex.tar.xz) = e4eede34a086ab025a9918798feea2c6b8b19d86782a6d93745aa82d40258e1619433eb445d0b3c1335dcb195689bb76ac8142e6c65618cea6392e243dadd915 -SHA512 (bropd.doc.tar.xz) = b9ed0de353b0b0e6d7c8e48f3a20c5ee88a0ee9fb1873ced88e89b9c4d73b20701add802442e69aecc419a2c6f433ca12ccea9130abcf895a5568f7b2d66d6a2 -SHA512 (bropd.tar.xz) = d6bcf207cddeb6115cab45eab12d48326f067df2fec21386ca29282ccd484e572ee4b5420473079b033bf2b085e134fb42b76b3f18d5b56b47ad765c62b07023 -SHA512 (brushscr.doc.tar.xz) = 41ad7b1afc7cb0f4bfdf0bcff4c1d85f3d9603c3d48ccb62f94a6fa2258cf3f60f03ee1b4b5756d85a77ba4ff9afddbccaba1c4bd5b69d85ce4fed206aa16b1c -SHA512 (brushscr.tar.xz) = f8c7107b0e98cc6e402ec8ee6f5e6f9a1b8e0d046dddae9486e4ca68327f370a75a0f90000939828605334b3ad3c5caaf5e541c7933c5545fe3e531066fa650f -SHA512 (bullcntr.doc.tar.xz) = ab01cfba0570bc565d8b40945aec5d87739a0826d5c323c5ee960c0d3c7c3135ef2c8b7878268b415ffae3beb06fbc6af48656e7c4a6a45ee423254ce23cad1e -SHA512 (bullcntr.tar.xz) = 886109fdce6a936d22b829ff769b130a445876073c73b2bc1767610302ba8a40112938311a138e1c93a0495a6e7d5cafa8d3606ca3b2fe48af442e023195ab93 -SHA512 (burmese.doc.tar.xz) = 4a7f3628efd913a362786564dd260dc1a63e51a397af3d92222db6f758b7a7792b13e58422d2604ae98f615fb5fc42e77f265e505236db9bc981d7951e0ee1ed -SHA512 (burmese.tar.xz) = 7bce3a31febfc6a959ba4779d975cf93276a0bd1115e06a50a3c8d705e49e8d6747ecebc7eac2147f021a538dda1bb241d8f320ef1486229c930141e06d6ae26 -SHA512 (bussproofs-extra.doc.tar.xz) = 87ed5af043bcb4d41f301d4b09dae511fa509fc9c50ac70cef29d0df4bc023f97856504c0650b6139ff8bcd9c25a046411b58f72db016d7429788db757a4e87a -SHA512 (bussproofs-extra.tar.xz) = 8410e4a795b79e7ea06bfd72c713f39950da8d1c418002bc497eb802ae71dce5d5372f7692267ca62891cbb2a58719b76c2bce3f10ec11cff63c40bae9122a2e -SHA512 (bxbase.doc.tar.xz) = da2a4dbce775b37d143b112159e132568b3c48bfa56599ab5f04db0b0b51d1b901775036b76cb4bc049f8193117a01a4d2b6054744a49a8d57f986a2193fc6d8 -SHA512 (bxbase.tar.xz) = 18b281f5147a179d2908944dc35e5b9547bb094b15adb559f8154c432710e531ada4c7ab6f755cb631ab882d005e55dd5aecf8602b61fa07bc54fa91506aac89 -SHA512 (bxdpx-beamer.doc.tar.xz) = 2692918a0fb1ac7bccc6e905350c6cd716b72b33d8f00bad73ed0146238965d0c1a1d9de07c22fbef1ba7211a919c1152342a9f4bb48185099aa470f76374bc8 -SHA512 (bxdpx-beamer.tar.xz) = 48009e69d2bb6c316c5d33dcc9d17fcf9f762b68688130ee8407648039b7c3effbbdeaf991bda7842738da59213cc855b50f48cf179ec77e0682729d6e5d3709 -SHA512 (bxdvidriver.doc.tar.xz) = 83e18920fb6f2f54f54c401fe83ff131dcbe64ca712ded59f0690d90f1d8b2623ec135692a3fa437b77fe82336553a529d36b5bdcec96a96cd57523f11cc0e0b -SHA512 (bxdvidriver.tar.xz) = dc37ee5237e6eb02fca173b8b0501795604930b56c3e9101c6b653ad6df12cb5ae82ad81e66aac5c1ce4ff0aa8d7f05658f4b41057ede286715c25d290682182 -SHA512 (bxeepic.doc.tar.xz) = 25789b297ba2fcfb81e74637cb2270d41eff858e747b841cfbf5d29791fe6697d3a9cfd4abbbbc4ed0a5c5b274f8b5a7cdeaccc995f6ae623d2a6e2d831b7e55 -SHA512 (bxeepic.tar.xz) = a0436e9dc7dffa9c7a7b2a41662a41db934aa4242c953f480400b7a2c8a71bb526ebe8eefa46b02db03364efdf14fd88c1dcd267ebd59f594d72540ddd3048c2 -SHA512 (bxenclose.doc.tar.xz) = ea7e0f17ee70d3d4798e85e3788af1110fb2adb436106ad08f601655453af2c5d192d5e3854fee1b29f6ac21f2f6b02e239ff4ec6ae9181818b23bdbac45583e -SHA512 (bxenclose.tar.xz) = f3d0f39e9c21f3bff75d118bb1a9408e7fb2c84beb9301873cd37a678de4b7680d1e8f13693839ce32e1e816e756d8f0af14cc620952afc8fb02885debf478a8 -SHA512 (bxjaholiday.doc.tar.xz) = 398bc4686c7c3b121260cbaf379ca66f7f64911b18d771c04507287d3cce834256662dd8f72f1f55601648cc364703f88a0713d9dab19c53cf19c252e2919fd1 -SHA512 (bxjaholiday.tar.xz) = d028523087abe4587c8eaf877eb2dd0f4c12fc12055c29bc1bbf615e855155a77266df8cdf50bb458600bab0264836346a6d98fc183aafc92b546cfc7bcc1bdf -SHA512 (bxjalipsum.doc.tar.xz) = 551385ef1ec3aed5d21cef7f1f66254f937c1a7f979db2ad083411580a64cd152b16b9629bdeaa8c2a14ebdc8566278e7a9533ea178b953b033b2637a5f29df4 -SHA512 (bxjalipsum.tar.xz) = fa8f096023f86fe53d09ef1e719d1930248981f4a9c4f762ceb00eb7e42ae87a876857f03b8210ded78798c4ea18bc44486a87876bd5f2509a9270f09d56a53f -SHA512 (bxjaprnind.doc.tar.xz) = 0010c6e9d1041013401f59820795e338d9e0f852b2d29212fda0c66cda3e2dbdf59593547a8d83d9c6d78d48fb0372a4335976ad1fcc190c3c71a3b5607a47a4 -SHA512 (bxjaprnind.tar.xz) = 77f754e9d9cfc643286df17c7102685ee4c893b5b99308da7a8a9033fc043a7ac95a34dc4a253da4f5e6ed29b35a04376eba1635abbbbe6a6e2670d0d47f50b8 -SHA512 (bxnewfont.doc.tar.xz) = f09fde7abd39a4df52175eff90363a469270ab1385f3600e654535cc90d7b4b5ba704be734323dffca512f5942c45a9ffb5cd19a73026c224cee3be33eaa5b65 -SHA512 (bxnewfont.tar.xz) = 83775ee72fceb4de0037327561ea2f1723db89dc23ccc42245390212ae1fb849c92c75b2e7b4b23440c62086116b8f0a14b12b27f97c9277c55a7454b231826f -SHA512 (bxtexlogo.doc.tar.xz) = 59ee17c9147587d1eb1052dcf4624517cb575c49163a24f3dcbf27785f75b325c0de1c079c0b214cc6a63dd9d5862578303170eea91b0903d3b803c044078ee5 -SHA512 (bxtexlogo.tar.xz) = d3144e28a695f0e9939ac3074679558757f2272f0a2f2ad958481981389fae44a663c07fb914b13a890a736989bbb9946d22e1c9bd5d3ffba1db010fa451ee58 -SHA512 (bxwareki.doc.tar.xz) = d861ef91292b76b4f248b51d99d062116f49be1f942629d049fff00e20a6e383bed050799a576e14f7daef52dd4f7f1fdd2ce898374191b9c719421ea755d7f0 -SHA512 (bxwareki.tar.xz) = 73f44924ed35cf95af7d2eae057a48fcdd307741ef9a0a0943638681f9008eac56e8f2b1f57afdf0c3dc789a079e65ab1142cc5e993ecf6b382e8bb127f6ea1e -SHA512 (bytefield.doc.tar.xz) = 6657581a9b97383c2dc3f8972ff77461a73ea33ecc0ba4dacbf0188e1db0dbe21e2d324dbb8fac7f05fafa585d3672d6de7d7db267a8e9f5e623838d0c46df5d -SHA512 (bytefield.tar.xz) = ae5c3c97ded2cc83be2dad6d67132b75eb55b22ffd8d4c0bd49dc842344a310c4ac80571165e43d2b446148dee1ae3927fc2193a92e85e75ad457b4732bca7ed -SHA512 (caladea.doc.tar.xz) = f6b47af3681349536a80bf5b6ea0db2113e35384dd7ce99da3704bdad3a3c5dc8f6dc0e4b1402c89ac97ece9907af5e0f2263edc4c0bb0a1e46ee89cac2f6639 -SHA512 (caladea.tar.xz) = 3e1d6bbb049ee4ac637fe051ac39d2e590d0e5ef4f2801ed9c1dac96b9ec8724e7643fcffe8a72de905572a75525fc6954871d8d953ae120af7e9f336da51442 -SHA512 (calcage.doc.tar.xz) = 4c3f1ed751005a5fc19e0ae40dfeb010ca211dbbdb7ac11c01525c7643f1e993346f1af21d411705ebcb119f8b1c20e4ad35384d2be9618fbe6db2de99e6eb45 -SHA512 (calcage.tar.xz) = d3f6d46166f2b37e6ee8ff9185c6ddf5ed99ca2b32c7520966fa9a3db95d3a9517e39f5e8f928332a8dba490274c4fe48e62b6ce83ca10d0fbdb9a4218e0d92b -SHA512 (calctab.doc.tar.xz) = 555a9d966fe556e8aa1dd39ec1ec327995f62fa447bfd2bbb8efe47ad667427eef249c749f9d2c0436c16e31e6fe7b0dced9b449da307411ac186d30c2407270 -SHA512 (calctab.tar.xz) = 20ccd46a047987004eef78f75b18f49b1e3001e240604e2657e23e30c4e6f286ba700cb828eeffbd608880ac4994d4a3cd2d67aa336957fecd1d3ea8a48058b1 -SHA512 (calculation.doc.tar.xz) = 741f4600986798bb191352ef98ac1a398014f92956267c36ca1834d95996008204107dcd8575077d7eb2dc1ddc627f03ffdf071ce0d8b2646809063eba59625a -SHA512 (calculation.tar.xz) = d60f9face95cdf6944363ce66b842b2a695b468e77193785564d1697244e193cc0dcf462e7a13c8a22eee173d5d4cd192ae59bbc68e086ac27c92d2dbaf6f156 -SHA512 (calculator.doc.tar.xz) = 107055cab430fa0867f48b3e4c9215052926ea328d29d920dd0345bc48cc956a0673f6ba3b72c954acd98fb65678acde00b4d18def40225e1b8ff656a7938754 -SHA512 (calculator.tar.xz) = d381e15db10c289b3de79bc6464c714391949f149cf5e6ff7af04e3f195308cd9d71627dc04c6138b17d4d2c1e5caeb44149e327df78d20e54344d95cfc4d8ac -SHA512 (calligra.doc.tar.xz) = 05e7b61864f483f0fc50d4680d80a395282a5c7f36b7ccaebb70e1c24cb5a101c4ee5accfec8d12c7fac0e7a32851dc15906267b93e6d75094b7ac646826dead -SHA512 (calligra.tar.xz) = 9479d6b5ab33b12acae5cb3858c218dc4a1e1901c4006dca5160778798813d333b2e9e615eeb29e01007084d8479c58573f88ad5e282dfc06f3f5a9820df482c -SHA512 (calligra-type1.doc.tar.xz) = c1acbd3ae35c423b9414b5e132e1a164d4b102ecf9d7305548bb5d203a8d3a25309e2aa5a5d09277d310b9446013ca2db65f9ce6d5783432ed325838bfc9a48f -SHA512 (calligra-type1.tar.xz) = 325764734735203d4e355d33b30a289d699fa10377212e39bf33d3195f2dfdebd4397785d69d6ca392e040cd2fd5bad20b0055b5f92620149fc96ed0d6d337a7 -SHA512 (callouts.doc.tar.xz) = 0801298bd110f2e484b45c66626c790217666f3351aeeab87881d7f32ada1868222a21f2a7861afaacdea302ad269d2062aaf5fa9d13fdf8efb93efaeb499bb6 -SHA512 (callouts.tar.xz) = a440d3815f5c5a6d291ce4d7a20bc8483bebe190a0e6944de9f5be78a23eef119f41740ca0fbae4515b6ea7f2aefff90a62005883c44e8d70c6aec0a58c777ee -SHA512 (calrsfs.doc.tar.xz) = 2378c004fe888bd2d60d0830ec98e805a2bdea3a5a6f4161dd3d4cb56c437dabdb579f3293845a10e316cd868725abd304ecb8eab55fb4c728ed5bc0d2073673 -SHA512 (calrsfs.tar.xz) = 34b5315e9e5e0ca532733f7b7ebe66e77d935fedf0e042aec63fb7cae257a423db5e93e288b9e1dacb26b0b75784eddffa8b565acfa537a7d970297f71e63a2e -SHA512 (cals.doc.tar.xz) = 15accc06e3de07dc535078300efbffe305d8e26a3aa0e81304de37090500210932f08c24454d0bcb5d93ced903832891b6f987525eb64d04b1a7bfe577071153 -SHA512 (cals.tar.xz) = 75321e774560d7a205a7bf6b7d2d512c6aa9b5f38f6116813ff43ebd4d1fed23ebe26c235b278ee5723062e49630fc5f9480dccbe5bdfa44f5168f18657ddadc -SHA512 (cancel.doc.tar.xz) = 5af252a521c1976166db248c4c19d4fcadd32ec9801e0cd42b73e0a3a0adc461b88d765b90dec1af859474fc64bc00cbc8be44450cb4da6b43944c8fc46ba670 -SHA512 (cancel.tar.xz) = ac6e6b642dde29e32e45d7a0e967370c1f7a6ce604075cd43c57b1ee002e75adbe4fbc81de30e8d252cd58f2ac091503595a433c5de898deb3bfbdbb6f2d2e62 -SHA512 (captcont.doc.tar.xz) = 91bdb436163ff745f3aecc67eec747ef5a1853035d86258bbe23a080a92b3393f72b4029bad719765663c94e79217df4edf753be930a3e4b62f0b999c296ea86 -SHA512 (captcont.tar.xz) = b5002e8ea4fc8ca1840190e8a2d40540576dc5e17110da473a8981198e3f24c858644b181545be3bed6275cd0e0bb9848a6058adfc8dbef26956e0754c4e4699 -SHA512 (captdef.doc.tar.xz) = c0a1a4584d0802eda39812d2c293fabed2487b0cedb57df622519d5857c2ef10e54e66032e9e9ee9ab81c757fb827eabf422b1bf2ab0ae6f7c22ab3aecb49a8f -SHA512 (captdef.tar.xz) = c24a7d66c1daa3a9c336a8555286876aea9e969a4107c42c258f0f4c9a88070316df70e0f2a860adb6335a33e49cdd7a9ba8391255f1e1fb283bd2f6a7e7b343 +SHA512 (breqn.doc.tar.xz) = b940e67d3d87ea2bd9aca34f6a29335e9425affb9633bcdb1280923249fb587b05d6a267f7c9ecbd9045bb56a16a72a9c14c9e59a2ac0a781511991ec214beb0 +SHA512 (breqn.tar.xz) = 34227942cd36241395aa91236d1b867817ab99bfa6d2ad367566a93626d05b82ffac93eb343ea287c2f3b62a50373afdd6e00277acb550983f14e2e60213adf9 +SHA512 (caption.doc.tar.xz) = ad44c498380134b41f58d7ed9badc14d76dd22d90b0232ca328c42c355a57bbac69cc1783e1ccca9d5409d8994f46954f1c4ea327fcc582248eeafcf7617b0c7 +SHA512 (caption.tar.xz) = a52db44f74c995c72974ac5868e56f965adfed23ea1c462ee37dab3a2028da65e2d9ef26bcaa20aea5819ed831746ed74d59352dae0e84cae327d09164c65899 SHA512 (capt-of.doc.tar.xz) = a8fa6b2a0787a3e52f3a9a22482ba9f9217ae97b985b4975c690d240ae040f4f1e17c3ea7439d53337e5a0815a66754d0e6c528417c04d7c6684d28e869f71d0 SHA512 (capt-of.tar.xz) = f3b1b81aa5a8c2ed9d5ab94e2e242442674af957d3f987b0db459ff8ca920abaab43d46db234b92ab588bb5f7d4c587eccf586a87fd492659f5b088760859c62 -SHA512 (carbohydrates.doc.tar.xz) = 67de0675fbe00573058f428d34779b3423d1c9a7d47be5f8f1c3ba6b3cfb6783f5f1a945c1f201bb719bfe835ef035dfb56864a13ba0f12e0e83ef1ca0ce059d -SHA512 (carbohydrates.tar.xz) = dfccca523ef4ea2c9bba9ebdbed7f6bbce1ab0739be02118231d1eb449bc826dd5e96406d5e009239a1bf25088e8df289e2e66423a536d76cf592af1a50f276a SHA512 (carlisle.doc.tar.xz) = 8d49c9d72669bffa042defaa53b4bdacf2e107753608747162947f05ad8438b9463afd905a376e462e6491293cf0c4a202e0b76db965854c19b97641d0a7d295 SHA512 (carlisle.tar.xz) = d3e743a5e614479167ead02eabfefeffc8006e27c486fb5c57f1cb94278418f86db0431c752310bc1f7cda6dad22b1610edf4d24742391f6b743cad4ea050344 -SHA512 (carlito.doc.tar.xz) = b656565ef24d9939545e52af7bafcfc8a3613d0f206e1aab455e339c1d2590e930207db24033c8585a1e7950ec9f550d3b37a0c1adf456800b85ef63b68f875d -SHA512 (carlito.tar.xz) = 57575185b89cf337f612f3e5b8458502e0d86a49c992d40f8cdb390417b0387fb0039ec316fa807fcddad7795e9f6617f62cf0bd6827bb654ac28231f65bc0a8 -SHA512 (carolmin-ps.doc.tar.xz) = 284d9f740d1e4b1a4c989b527bac80e54afa74013d1234bf9e1c2d42ac2ca4387c3b0d24004818e1fb92b001582114a4432480804c721cc7df0bd3b85835f111 -SHA512 (carolmin-ps.tar.xz) = 61ae809b5e4e7ff493de30ebb825870ab9caa8dc64d6d3c82d4654fece82dece4937c798e3c1e5086a84411edbcaf8c2ea777a9534865b38d4bc5457ae59aa25 -SHA512 (cascade.doc.tar.xz) = d74ad316352672ad753f48e1b1c317dbdf402927d75d583d85d85367ceac69228e81b726b575e84d2746a709457e18d25817ebe7850dd17ca07515192749b713 -SHA512 (cascade.tar.xz) = d72e9c46f4228af10abc33e96818ee488d09389d21575b40cec183c03664c63cf7dc7b9dc319b0fb775c41b5c9df8f767d06d131ada730f9b8dfb655111fd7fe -SHA512 (cascadilla.doc.tar.xz) = 2c15b786f550642c26cc8f5e0151dd5b31e964b46d59837b3f1ccbe118fba6ad8f06f86c6a5bdc6a791615929bf4c9b7c2287f930d1ca3c8bd6c2d0d7ddf64b2 -SHA512 (cascadilla.tar.xz) = df66bd91562f3678e2ef42f16a4a0c4af95209fb28b1176b5b63968632b3235391180b06431a42afdc73a9e4f97f47c8c954ed1ef2ccb746cdbf1d65058ad919 -SHA512 (casyl.doc.tar.xz) = 74adbaee46656ad57512a11986f834239d60259eb45014e2c738f7f5b5bb47897185528c0feeb96c45ab7d6c04e679e1858417a93db791b72b5eea1cf828c0ce -SHA512 (casyl.tar.xz) = 1536d4fe6c0cc647def47d3686ac73757da8b4ebbb99a5188e78944d59350c0da731f2e51a40c94a1e05b225a793f292766de4221792804887b4350631c8a24b -SHA512 (catchfilebetweentags.doc.tar.xz) = 4071d6d6ada488b5bbbac0df3b7604939fafbebc17808430d8bd389b86a8aeca0df90da77fb00f8be14af9e9a79c45bf5a2dc0b9ea45af34f60cbce83810e1a5 -SHA512 (catchfilebetweentags.tar.xz) = 71656fb162aae4fccf15767911b8524c4f3a72f4c6fbeaea45a3dd9593489ec7644e7c10ab61a49cdd125ffe56e61331c30e35a10517720948d4f03b97b20056 -SHA512 (catcodes.doc.tar.xz) = 4dbf09f34abc39d9aa5003ce3defe4f5a04b0cade5d6a848bbde4ff3f35ff6bd511b8dd8dade14f92b1ba38bda2595da65da589b0236920c7aa340d245e0cb7c -SHA512 (catcodes.tar.xz) = 6eeba6d0c7435050e5ca07a6b0a24bca1714a9ba3d3a20168547502c2ec954b9d74918767c9728c1595355fdb84eb74ef258fee86cae1907fc5b186ccac0a939 -SHA512 (catechis.doc.tar.xz) = 2273842b6b0222c98736fe6338eec505e5a75ca45d180c259bb3073ed47a5d0bab65fbb95630076f764db64d978ad8b3dbdb6a12775d2af3ea730c9d1b938bf6 -SHA512 (catechis.tar.xz) = 2fb8f8ae6f9e597740edbdd0e686f9715dbd4ad2df2cf9d3737b09d1ef496582e243b8e21414fab8cb89d3d5a8ad30a4d82276551ad6fa548895c6cbc7612cb9 -SHA512 (catoptions.doc.tar.xz) = 4c35a3fc5829e3492fad27f2635bb4ae62b17b5d012db40fcdc5929ffe0f3917ec76c12a940d5fc6dad2b8d7d9d12042c7f5c2350467ba0777a23c97372cca5c -SHA512 (catoptions.tar.xz) = 1169ec654a56230c615f561649ca1fc22716eaee05e5229d1d2320ff73717b708abb98789d7457093e5ab5f2dc67f3e818e58c7e8f32c8f29014e19548f02de1 -SHA512 (cbcoptic.doc.tar.xz) = e7e33c5af518e7fc4f8fb15af79a9aefc1ab8cb4401d0eecbd6b418acfb01c2fa790d4d7f55206ec9d6d865aa177b2872f4d742bec2991e7118df4b834341af2 -SHA512 (cbcoptic.tar.xz) = 7d48e324b5c5ff5b0755903973e0b439025e98277269f21cae33709a6c39eb6df7cd8f054b22fb8b1c072cabf9e92d0f1456cb41fbdd5a6e99bc0d63952e6c3c -SHA512 (ccaption.doc.tar.xz) = a3d2f92700e3421c37a666093944ae297ed39a35d99d6971978f5707619046603fad06b84aad55f41d3af08725535470ccec6d6bde3ab8f1ce4f0a53038e9ca8 -SHA512 (ccaption.tar.xz) = f002efbd7af71c108e041daaa182a4432d1886a058cbfda2da7fcf6c0f75a217d04bbb8498deed29c7f03a8d22d4d2e24327e6a3b284d38c7b37200431f17918 -SHA512 (cclicenses.doc.tar.xz) = eb710fbac41527da39c26d5d27aaa84faf05e380356e9c3bc1a0c0fcb4d2dd5412f304d323ccf13084dfe8d31243698350fbdbefac07fff6cfabceed9f4d842c -SHA512 (cclicenses.tar.xz) = dca388e065610abad24a76f7dc600d9ae659973fbc47f4fc2157958aa2850d9c3bae7811418bf76effaf696386a62584c8a2ff158e98ec7a971bd1dc800424ea -SHA512 (cc-pl.doc.tar.xz) = cb004afd1b835f5d75389f3470e1cf46506e8db46f56f562e5376b5f1a8a9d45d59ec99d7df2d791df0462cbc760aa8a278c6a73a582afa8c4e7d8c73149febf -SHA512 (cc-pl.tar.xz) = 768977678d3948fa5f479bba6248ffaed6b176a4b3d0c90d691b02e91108b7567420ec600fac235a7d8351ed00803f760d4432015f518c1c62c93af95b0a8394 -SHA512 (cd-cover.doc.tar.xz) = f22c8eccbecb35d4c3c01788c0eb8ca793fbaf7b97e2bd54ec79e78ba10c13a4eef46c5eee70f1550cc7c378bb01926e8eecc6d41916df22a6e615aacd2b1e75 -SHA512 (cd-cover.tar.xz) = 345b001cd40137d9739a97c3c06549c3c7b761f56f61109dd4908c767151515081defd6c432232ec7a9fdeb8e85e95258ded345facdef0cf6bffa82bb5c39fbe -SHA512 (cd.doc.tar.xz) = 5ab78083715332130aacf3a97f6280f2533e7f9383c38ddf431d3486c6e88589cc69b7cd760088fbd2928c9b349ff583bc275ce8d80590234deeaf1e1a23b4ca -SHA512 (cdpbundl.doc.tar.xz) = 3fbfe5b5a8771bf3a74c6adc7a90e04f6085179c11a6db4ed8ebe644e00e334f447f3d32214d72ac341d18e3c79d3bfcfd788053d2065eeced76ad7c7ce6a9aa -SHA512 (cdpbundl.tar.xz) = 142dc5657e1482cdf7392ee7df6967557cf09e5b733b12e8c7559863c2edc66a3439b29c7cf16c2461cc1090090117337f63db899bf7bba0cc23d04bb573c633 -SHA512 (cd.tar.xz) = 8b47a219e4d40364e1a4ed4d13245c0c9334508ffca0cff565a8d8856aef32184bdf0a19966027fc4e958a06b4f5a53bfb66188c6fd065a1b3b230cf1da2f484 -SHA512 (cell.doc.tar.xz) = 3cbf1ffa3902f49c155f2ee6b13e24b9abcbdf50da4668042dbc720ef20f483e230fd2ffdc8448007df7ced1ed34077811199cda4fbb35c104dce73084215bf4 -SHA512 (cellspace.doc.tar.xz) = a1cdfb273e8c32374b03dfcd1d2ccbf12a19918fdeada025cf948fefa624decda07f8c3384a4dd859efdaa9048adcf0c513f59f28e48f31062819c1f9acdcd0d -SHA512 (cellspace.tar.xz) = d2de1e55913a434eb5b0ab19f615ee325dca750eaa8d61222045220153d521eb8149bf025aa03b1e6a7c625cd994b8bdaea241b227b28d1622c1a75ec72d76fd -SHA512 (cell.tar.xz) = 917431174b203fd839d3cf81ed965cc654d66597246ef7a4f9f3c3a945397b546eef1e7bfc4f9fb52889e149ee2fd195dd559c317472831e66e0fc3253a6c22b -SHA512 (celtic.doc.tar.xz) = ed29c2882619bc7f076578c91cfb7e1e83af9e6960ee58af78486c1af6aeeb2b2b6eabdf916fa30ab865991c677955c0fd15a43f128aecb635ee30b3ba514bb3 -SHA512 (celtic.tar.xz) = df78495c7a42a60bf40be46bf14c30d97dcd7c7d1b283f487026f7c3b6a680c750d09527cdd578f69234500eca05764792ddc90ae4dc8005126510ae33fcab4a -SHA512 (censor.doc.tar.xz) = 131b995300b302f482359820bb9dab62188be11f46470e2c9d25753a22d6b81def5e272cdca4f2057adbacb3bb9aa777e758ebfe8a95205db7de36b378369bdb -SHA512 (censor.tar.xz) = 03b94dea9f5f69f0fde8dbd198e73a1ccc1e7b118b26c8272b217bfe76b7cec7eb0c8706dfbca7dd2a9438ea7337482cb55d631d3cabfaff3dab19d1cc565780 -SHA512 (centeredline.doc.tar.xz) = 237af456a51f539d02d96bc1c2bfd1fde1328cb270985b50a0ee9760f4b6f3675610ca088af135a86f07c02a0cd84c651118726915a0a01546468030acd596f3 -SHA512 (centeredline.tar.xz) = 7b1359bd93853830d85fd84c9132d997c1384211c504999f4bc819cd6fe85effbe9f0fba64cc502419484cea3cacedf02beae22052bd10a7a7dbad3f97583731 -SHA512 (cesenaexam.doc.tar.xz) = 72d53ea8ffc1827f3965c6f0728aa5f2cae36f645ab10d78ff8c16a3537f79c6f53fd34f388f2991e5cd2261b366e7746a140285df95d17475adde9cee3fcaed -SHA512 (cesenaexam.tar.xz) = 780962e24e1dc4c6c385c18a6c95b8864b1930b2bc684d9a556a1d6579a2a8d06ec0df3fdb085c3ae8115dc72d06e376ed8ea6f6d801af07dfcbf133c9cb9c67 -SHA512 (cfr-initials.doc.tar.xz) = 0d628f9134254a92c7b88d0744b588bb197c6850d7d5e44a90e91c1ed128625c7add731916b727c2d3b532ade017daaf17f45e446e4bc6f0e447bb5fdb770066 -SHA512 (cfr-initials.tar.xz) = d67830168afffe72ef37784db45176528065210d4956b4aef2a166d41c886f5b3874e0878da9c56302412cf5939291451e1e20ba3e676429c598342982b64083 -SHA512 (cfr-lm.doc.tar.xz) = 32488ecec8a781f5548419a782775725e6b32276bab5e1d7f660b99468d47e71087fb35b8f4534f874b1dcf236d04eae9d7920fcf0bb46e139a4e7fedc415ef1 -SHA512 (cfr-lm.tar.xz) = 02e30f6d6d19bede2121ee0a8db20c3d96c26ef000ffeab08e800bb1da994dfa2cb356a6d67c815e8579566cf97b33b956c79940de61725524c4a239f7c1a251 +SHA512 (catchfile.doc.tar.xz) = ad0d938e0bb4fe3d307dff1afc5ff93cd4b76948a88f88a65e3d036fe679cddc91c52e64febbf887c766d423fa5d94371869793c93138eeb919188b9b44234a7 +SHA512 (catchfile.tar.xz) = 6e01a91913a2a81224a533eb7f119283c267682efaa2a6cec11e9db7fc593b0d7a6830b83e482f22e96df208dba598b1c6596a78ae5d4cd17aa4c9a50eeaddea SHA512 (changebar.doc.tar.xz) = f25c8bd3cb493bfe8446d98f3c599ec002f818daecac76ec4f08d19bfd15581bf8bf8970fd145886a42c51cd40a53df7bfc2e10641df2f4c2cdcd8aa02bf6c30 SHA512 (changebar.tar.xz) = fa75f75aead49adb949e0bb5b5c116387e14b5fcf804502e12b7214a2638ec2032699125adc6ba8c528445c9f5c552ec744007530d1e5a69159f1041d2b7bceb -SHA512 (changelayout.doc.tar.xz) = bb81e02317d12b4dae8b0886ac3222849a457563ee8c43e09495596c56482202bb702352a8551f5d760ee41a82dde6b3f3c2bf57b4671831a25805d44e8705de -SHA512 (changelayout.tar.xz) = c6852a40bc8415656b8137cfb90a79cff8f8e9938979eba4e02dadb3c5d1ffef60966f9e5779696402f2b9344026ebc1e22ddeb9dba856d779317ca801f26e7e SHA512 (changepage.doc.tar.xz) = e3894d3a475f132e2242a6402899e8b9b6045681ce1fdb05fc5b0570e4d6b8b6980c2b5f5953602690250826db0e7dc9bab2f235d39fa5bda0e1161fd781478f SHA512 (changepage.tar.xz) = 0ef1d3370affd4ffc2ef77031a8713b5c663263802d67142b10fa7fc025569b3914dbbaa5e71e2c643718940a0cb89194d79ec83a83b93fcf5d57e0bfbbdbb46 -SHA512 (chappg.doc.tar.xz) = c0d42e7a9cbae3fc7386e9734492cd3f879ecf69551d17483c4f4516c2ea09d0b9b76914decb987f850af362e54c638af190de6d0d6414d09c49cf48c0635f59 -SHA512 (chappg.tar.xz) = 8286a7b7664f7634bc5dd16ae1888cc4b70e2880c8749fe2e894d209384da7a8513b2daa318a4154f9b443f89b7eb2e3c6d620b81e1bbfa1ed64c243ad57e47d -SHA512 (chapterfolder.doc.tar.xz) = 43a28dd7182e02ebe0541c7b236046a6c23d55c73e36aa1a0e85954c5efd917667e1916ed0bb7000cbc5285230d162d5e844726282f0bb93ff85dfbde5fe8c57 -SHA512 (chapterfolder.tar.xz) = b5f68c160249e9cd94efc4c664a18c04e627d416b304697859144d6bbc5ef787c0f8721d19cd6aab6c60864dedc65e84b3ea9114b7c823a8131b4bfdfad0c2b8 SHA512 (charter.doc.tar.xz) = 846ccf6ea679e3fc70192e340ce79982cd916d1383579a8549dba7125de645e4fcd4c276800bd5815fcb67d7227081a66b51f42dabebe8cf112585ce9685fb8e SHA512 (charter.tar.xz) = 706efb4e3daf7c304f5047b99d1f68051aedafc110cdd51b2e3cc520ebe628a87c41579cf476978e70aa0ae920e7a3aca1082013b41be8902174975e164a8f9b -SHA512 (chbibref.doc.tar.xz) = 58c43dbb1274e99ab60ae8c2911dff6d73099c02f3c6b4b97eeccaa336f56e677ad3a1897a4fd782cf97e59b9938c83f13c0741697630d2dcaa4a7daa0b852e0 -SHA512 (chbibref.tar.xz) = c87fc723f7d78aaf6f47f0eb34760d20c22a46983e802f1383ca4d952b354e199fe17dcb0e8b42e66522826f71f1031c59457ad4c5f5751c6ffeba66adeb4c30 -SHA512 (cheatsheet.doc.tar.xz) = 0c798c7057e6e9d8b3aabaf745b374823f0a186e95a01d6208ec22df8f733f02a86c01b35bf4dfab88837574fc63f159ffe177f6c155e52f85bc0d062966acd3 -SHA512 (cheatsheet.tar.xz) = 5d50e5bc579821cc9296209983af68f5c12f6aaea90dffe386efb85d72683c10dd518fc2abefd51687402125bdd4f108ea6325c546ed6b2216cff130abdd1a51 -SHA512 (checkend.doc.tar.xz) = 0527c3c080f502baaaaa14a398ecbdfa714cec872f6cf8391ef8a766aa24b497a0fc00012433409904ea11d7fec425dd7c7116a52e8d983bddb2633248d2b090 -SHA512 (checkend.tar.xz) = 40af84a5510dc3038c536c4b0aae0176651f01953650c1e6ec8b5d76459e7000246205d55f2b13ef566930649daf1eafc38e6d2d822787d1fa462e99837b6ba7 -SHA512 (chemarrow.doc.tar.xz) = 882e6c6fbeb5223fc1d2404e8b9ef9bce2c3b2ed1279d2bdc45616476a856c63fe07cdeb42e27f3bc459199f3537fc620ef08c00f4eea83df77502463fc30ca6 -SHA512 (chemarrow.tar.xz) = 4a95a6b81bd649764dea052984eb21c7f9e89c612ff96d23907eefce29e2d33fe92bd7944d94a6b108213d1820b3340feab35e3646f727288cb1df9b78302990 -SHA512 (chembst.doc.tar.xz) = 3263dbeee44d46b6661e2e755ba10e22475432d03de6b3286d1191acf2fc8df1541d9a9684d5e00143dbebf65bee468e9244ffe73d7ff43889153925b6edb379 -SHA512 (chembst.tar.xz) = f6bc14345c841db93207745de1d6ce189e08a30d17110d8efe04af0c5aa98cf7e3a1208e1969afeca0c69f747fb5db39437645e2437f9596ba5a70610747b6d4 -SHA512 (chemcompounds.doc.tar.xz) = 26d9568f73f6b0c557cc55b48a99826b70d87724f7f5776f7c58691e8374b3b6ed400206b338bb0397ae5e0c1df5d1bdbb638e80d0dbfea228138b96863587ad -SHA512 (chemcompounds.tar.xz) = d8cafe15f21045522812279337f9680a975a3f9b9930231b7992435bf694f8f180b061623bdf5fbe7dc9cfdf7d6342e0d6c2dae1cbe0d8e855699064a97a95fd -SHA512 (chemcono.doc.tar.xz) = 9936d1f0ce1e6ab9498aec9d68c176ddd803de3ed1e5a698ca7b548203cac66492ce319af3e5951144ad11878065c8b349f57668498d245413d7db62d1b6a8ae -SHA512 (chemcono.tar.xz) = 29b6e78d47cdcb21c634540ed6a935cd5c6eea5fb6a28ee85cfe681ff00c8bd24d7175ee5adbbeab03e11db2f56a38d3359235ed44771976917f35c673fd21c5 -SHA512 (chemexec.doc.tar.xz) = 83b622fe694111fefb9c7863d5322f7a717778727c99db3fe5eedec0b6575d4fe50e6b5076413cbbf36a222ee7765bbb847c44783d6ce45cb07f55bab16955da -SHA512 (chemexec.tar.xz) = 62f374a57c799873aa4d1db52c56fcaf2f15dd813e3bd9295044499defa29a88567034e39b20af1e8a7e4208dcc35aa422c0ea8e1e0925fb1ae3e02a1a8cb482 -SHA512 (chem-journal.tar.xz) = afe7c82f6e139c1321759ef9125f262d504bf602c1c5e16a11d41cc00ea47dac3f2befd602a863a12c46beaac4c50fe6fcdb145c5c6582c9d44c2740aa1b7743 -SHA512 (chemschemex.doc.tar.xz) = b5e864a02ed664e7d7596b56e2583f9a4aff2b8117f79415156df0cab9be084bb96eb6c70c4fca9dd4bd03b30e8b145e4cd809b165d17325625ae625c33f1dc3 -SHA512 (chemschemex.tar.xz) = c7375af2dbf1a7b55d41b0ab617111cc198f1aeac98c354813cb2886e0707ce5648d3e4fd9eefdd23bffddc08b96c35a050c1f440f21d5a2d7d5c6b5e0b6aaac -SHA512 (chemsec.doc.tar.xz) = 5e132354e874b3ad5a4363cfbcad49e3601380dea8f53e106bb0b5d92fb1aff6facfedbad69444ea362c76473dcc7bd8703beeeda9b69f2501d995da98ef71a2 -SHA512 (chemsec.tar.xz) = 7a69ed2535d477063e55541d53f73f5d1972905f63d2298629522dfbfbbc97dba0e9ea4a48ed1667ad7b50e24c4a0f7b6d5dbbf79863c9e79a0b3de522be54c4 -SHA512 (chemstyle.doc.tar.xz) = f8d6c51cd7e3df7ea8366ade62d0cf8ec3825b0ca54be600107a6be8853d1c58e1989f5c13bddcacd97673260890fd0f63e9a0282203dbdbc6a01653d86f0537 -SHA512 (chemstyle.tar.xz) = 299e15460a64019177530a4d28154453a813c6987e6e89b6f60466ae9e59372c1a5e0fc418c49b85364ba3185d4fe4e4b7f98caad9add7dce9bbe1792d4e314d -SHA512 (cherokee.doc.tar.xz) = 34b258b5b699f644cc0f7f9b673f3dbe48357bbd338726af2b404da4888a9e742f04e397cc3b6a3221d218a96ac7180ce1e6ba80a19c688de0960ce59cb14bb8 -SHA512 (cherokee.tar.xz) = 731fb10454a9d359d91abf927a27215e72283a9635cbd853a6738ddbd5047d81fdb8d547b891f29836d0b604d97749074e9f2676c5ad122522d987ac9bb46105 -SHA512 (chessboard.doc.tar.xz) = 586202bf2d2b8bade26af19170e5129da6a2f66f78e79880929d2df2b6a7971b8d3683fb79a3ea6863eeedddfee170c06bccce88ad96ca6c7d982aed43378084 -SHA512 (chessboard.tar.xz) = ed7a1d973992897fdb174ef4e250d78a6747e40a822e026b787fd0899f6465a6e845175028279b57f5e16c50162feeb8b1c833248ae3b073e32a8d63051ac0b0 -SHA512 (chess.doc.tar.xz) = 95d3b598f63231abb6cdccddc970d6ccb29bec7e9fa29efcf1391bca70b610e9c0bc65754061a4b955548a854bcbbdd8cdf05f8f93fe52bea400b7c281ccc0da -SHA512 (chessfss.doc.tar.xz) = 1f9e625cb7765450fde23f5666af3b43ddb9ba2e67e7d04b98ef19446117cf26eaec3c2586be7c683286dedc37f8d628e4142bae834af716f2c068ac28beef58 -SHA512 (chessfss.tar.xz) = 8250d4b470a74877c44093888657b0a3c6ce71abc2a23780e71590d0398fc08943ef77ffafcfdabdc6bfd739f7d5b4ca15f2436df103271de029e5ff6102f579 -SHA512 (chess.tar.xz) = 236e195febc213825fbb5569d8eddd1967fbce1c6e9d550a1c52729be43674e063161adcd5dcb1f6293d9ecf8809518d40064fee08ab64ffe444affe3282224b -SHA512 (chet.doc.tar.xz) = 143b224d3ad957def3ec22a6e55c1b9eebd5db582065d422e1cf972580eb321ffc768c51cd687add62c01ab1cf3dec170422e6d9bbbab01846bf3e4cf84ec936 -SHA512 (chet.tar.xz) = d4a43d5ed1f8e74f0b4681abeb2b1134e9ad770cbde69679d53ea77e09a1a23412f03705691cd31110d145a96dd97e078d675274342c9323b849c770828db5fd -SHA512 (chextras.doc.tar.xz) = 8bcc8a6c99be02d8e0babc82ec016fd6e91823a31338701e3d741af895a1d87d224a849598c2784f5de9cfefaf9cd7a09ee5b102636114d528b1e17b830ffecf -SHA512 (chextras.tar.xz) = 6fa92c9cf1da7cbe2ba74dd10f1f71274e25b228156f01efe5c67e54a2ba258500f7b2cc39fe935d4e92c641b760eacb7f39ea70643557ade4816e92e92a0b17 -SHA512 (chicago-annote.doc.tar.xz) = 893ba3ff20355e0c395b2092fc01689bd956eb177434ab7152aea686210a7167a04b64ed8ec21030e4f4cbc7e1367a90976168b174fd068d6aecbd0304f380db -SHA512 (chicago-annote.tar.xz) = be2bc8e7e8eaa881ed7a8225b211ef464dd5635b93b867333458521e405fa42375d4804fbdebe1b913fa694aaaa839703494a155b0ea5d4a99162f6335ccef0b -SHA512 (chicago.tar.xz) = 2313d7911a8c6bbcfbfb25405e3fd2ea8c0721045f77b9ecf27e4daaee5cfc1a5c010c72d192583e6025aecc6f69421fbd7921d63daa9f29145eb6f9c96c3abb -SHA512 (chickenize.doc.tar.xz) = 6d29cddc0030de2ac6b82dde660e405916bb79bb1e18fd0579a66555d49062fde5d0fa327b906baa1556efd080c55b7ee181ed7569e96dab256ab2be27620935 -SHA512 (chickenize.tar.xz) = 82df32cba5f14ea8de96020b2412d7c2b3939b0afc4f42bd91e957694404a12a8ea38c9260cf472d81e9aa776556e9b5cf97a674d23ad32633f4fdefe3b3bf83 -SHA512 (childdoc.doc.tar.xz) = 1a74059d946b82da211f5fed7cb120453049ceaf5f10841a78ff8864b41444064b223939bd2296142bde9c7bececc0ca8bed141be02431fd60f069ecab998d87 -SHA512 (childdoc.tar.xz) = b268695b1d91b49ba6a0179124cafa5e5cfed56672424ab40cc31924c07879b4f50be47f9fe9d574f2adb3f183c71d799cde8854a2942b530c40a1e101d399ef -SHA512 (chkfloat.doc.tar.xz) = b79b6bd6943dcd07656bb46d44bf50ca2c0148bdb6ae711d17a49e78f3bbf2b95781cd6f3d0b2f7625b131f7485d3db608c963367dd91dc91070501b367471b3 -SHA512 (chkfloat.tar.xz) = 2a08b71c204709846bbf26ec3883e9037af6ff22e9bdf13b27319ceda55381eb9e3816ead4e444eba4b8a050a188e58d14f0d9153a813953f587c6cabb3932b8 -SHA512 (chletter.doc.tar.xz) = 05cf8a4f37eb51cc00d9c254dcb817c41167eeb7643f7a793d1a841bd2c8a3715ced2036b974533521f48be48ae493e52ef0809789d36155d1ffc9624db538d5 -SHA512 (chletter.tar.xz) = a32f71d89ee69ad60de6173f415d0a3aca7563107cfed71aab0ae99972a2ead442bc75f848ddf07c26c5d464b2224afed5ce976bf037049764f722396e9666d9 SHA512 (chngcntr.doc.tar.xz) = 3b63e4676232c05516bb12c189873e4af39b8b34df2690c897c4733203c9f19a30759850979c47b05e5fea0bd1c277a5c1ea0624709cda6a3a4ab0196231afb9 SHA512 (chngcntr.tar.xz) = 0fc94f91911c623578912ed43526d18f85a003f797e94ef5610aab8477154078efae7000256892cc3d3103843ac8065c27d56a10c6f57c16d9ff13693930b0b0 -SHA512 (chordbars.doc.tar.xz) = ba8aae66430e2df58f01bb9860bfab9cdb3aa0636f77f657a1fe4405ec9397773b51b01d94201bb8dfc8660d05f2aa4ce9233ef985d3e4e35faf005c81759404 -SHA512 (chordbars.tar.xz) = 1349aef2649fdd9b54751425d54cc9b0746dbcec9eebd1264c36867517c4f422d74d390a0e43d22fe81c5a36ff00e6cedc5e652183422e9408a2165486e79052 -SHA512 (chordbox.doc.tar.xz) = 0826513579953ea80047d596b6c577e4b6f00fcdddb7a06bdc953bccd72e09ec2fd9123995c1e04260ad880bc860454abd283885817a9eb359ec7cb5beba3cc5 -SHA512 (chordbox.tar.xz) = 0e07cae95a8ee5f040b4df4d94f996f772f0780bbe47c77db891fbf44b08f20e28ba8442dee3e981a052b0ccebb0d630e0f0917eb7c65a490c844a65f3b2e3f4 -SHA512 (chronology.doc.tar.xz) = ce0417e339724dfd97c227f104d9cd0b697c1cb7a5c586c890c3e938bbdaf5db2984fa83a09d983970c1105751cd012e544807a74bf0a35ecd2074a97d0520a4 -SHA512 (chronology.tar.xz) = 6fca0b31511366c1e39f6518bf5c6e10bfb503a8a901d9e1167866a40e2fbb9d2a6e109f48e146bbaaa2c017ac96e82196a5f49a91c6c9f52eee2633fd5c0737 -SHA512 (chronosys.doc.tar.xz) = 1f2078bc645e1a9af4220bf4041391353495f76f530ab5f1a35ebf2c2a534d60a910a9ec079ec2222ced7fc3d9c146bce3d6d4d703acd2bfb9ccf357f6fd812c -SHA512 (chronosys.tar.xz) = a9503f9440dfa9a42a3f2d345c5e74faa9f40b03264bdf8482ffa58c34318467a7863033acaf089acff6056f91e9d85969676c1b0b080b363c1274ab96f022ed -SHA512 (chscite.doc.tar.xz) = 215085d808b75d0d7f3e7e95830c63172606fd43e1e30a20e376f43d12959da71e8e77a6f06a6058d8ab9f9406f1260262af3e904ff65254e5d2635ca6d15975 -SHA512 (chscite.tar.xz) = 809c76b1bb47e194c43c869b27352578fb5490f6a9a8bbc2fae662b357bd36a099f5114765611d73fae87a846526781ceb7b45aa8968836c543e15f13e7ad7a8 -SHA512 (churchslavonic.doc.tar.xz) = 90d563afc8248ded0ea4f30ff685e2fd9da8dec7ea92a3d4313040905be883af3f11393a031ec85ad39e9e51d374557e0f1f373a78caf855d2048fc4e0393e37 -SHA512 (churchslavonic.tar.xz) = 6c572235b95bb1f8407addefdefa1d7d3facc09b963f4d65d2be317986eb6523db9a8ff7104f15c526962ea8fbd0e1430b68867bf619cebc9b494f5cc04bfb07 -SHA512 (circ.doc.tar.xz) = 389d98b3b5cce6c93d84bb3022f4aaaad1927bf78b323c106f7e89612835b92a2ff878fbe8d120406018549dba6cb370d88f098df523ff69a8810ff6e2b80241 -SHA512 (circ.tar.xz) = 638a89cd3ef49ba7f21f42944d1452c2866265f326e33e07b47d9607723de7f477766e8c240df7a91081f864f12346aa358b48f66cb67017fc11ace129c9c694 -SHA512 (citeall.doc.tar.xz) = f1eaf5ed48bf3fd2bc336b7d91dde09b5cfa9a1901bd6315d4abf032439571a89f1d7c4794ed0256ef1aff0456d275e68326e81627f164652c84de2900165a98 -SHA512 (citeall.tar.xz) = 2549b398c98f82833849a45716d55a776ab3b7927fdc400c2e6d43c45fb0cf628bd66bdade7ca63bcaa2e98807914f7adb958c6a06c27762fb0ee70452d4d280 SHA512 (cite.doc.tar.xz) = f9ccc0e1975064ec792c6138907cd3dc8080ff2fd02a2925d1a1334cebbb2289797b234b46d92be0ba45d460c31359b5c143f20e28cd1aa1827489d04b88d300 -SHA512 (citeref.doc.tar.xz) = 21d1a8063586b09ba953ac5df96a3b1552c586d66c5f2af517b1b1ceb75b40f173bd411654dd313c6aeebabc35db7543ea8edcbc8705ae104c7f63e5a5b3cf57 -SHA512 (citeref.tar.xz) = 5f56fb1d813962358c737023e06bc2fa249712d8ef984f835073e11b075b676e845596a61ac312991e646d72068670b60eb002f78ac322f66d8e5a9bce185063 SHA512 (cite.tar.xz) = 39196b799273a2da29591b1b59c0a504f0e0971a6fb12a21bed5ac45d94eb017f1e7c64691fcd46f5c151d867c1ffac706f050fe2e08bf3c58aec8867fa185d3 -SHA512 (cje.doc.tar.xz) = 47a2d96b6b530be732385617af832ad48c3d6c7a34a7e9e0523c38a03b5116b94588c995afd153c25be6ceea9bc199685fab9eb83636b5fe27525b19a4bc7cec -SHA512 (cje.tar.xz) = cab80d266c2b5f9d4ba9d37cc5490e831e3f773d86c92fcbfab9474864aebbb6123e1ed44877127e84b6e1fe8037f2425259789b9b9597de49e1b24b123992a4 -SHA512 (cjhebrew.doc.tar.xz) = 591d932ae099aa168d55f9479842d25c5212dd7aed27eac1a5d05a111a8a396baae7c73ddafe1087a7b8008528c50b1a85825851643d8107133d41470ce1e397 -SHA512 (cjhebrew.tar.xz) = 65a73380bcfd8892ab2eb93d088076e2d5371019244bc8a65a4695e69a45f743248fce59557533add032a02a0b7ea4f02d6ea4634265d2d9718a5b100f5a18c6 SHA512 (cjk.doc.tar.xz) = d598d599d02ca95b1375b8e989649b441980ae6467348270c366a670d79d606b1ca79801febdf5c8c636f2d1c7fa30eb87bd87f90f75b5b4436443ecdab53b73 -SHA512 (cjk-ko.doc.tar.xz) = 15b96571e56e9e08656f28fe8f8875e22de4a4c513a76b21206b66b8ffe2c986acc87c6f0bb1f693a2ac05ad07948ba89fbdf5f63259d08ef3b41726190e089d -SHA512 (cjk-ko.tar.xz) = 52ed45e1e67b50a09ce4b1fc333222d93adba691265e13d0523aa2d1a2a82b78dacae5ec2ee1ec0e78dfdde740a15a3d48fe45750db17e5270480807521c59fa -SHA512 (cjkpunct.doc.tar.xz) = cb9383b6d3fe9ffd5926d10dddcb1ea758aabda232f015b22f61dc8a9b316193b30ca2d8e2b849b1c03d92e0073bba6d90cc5b3b50f47b28a745dff2f7229486 -SHA512 (cjkpunct.tar.xz) = cb44aa3386cd79f05980e5402adcbbf9f8b67fa76bdd5b293063fe9810520edbdf243656cfb54fe17d6ca43d405e6b16e8012eda63bae3cb3d8fc0f7755e2551 SHA512 (cjk.tar.xz) = c35be1fc1d9f9d44e78effd6e7e539591020d785ae255a1cfa0d7e2508fcdd496d94e4bb0096bc7a281ee93b0b8e461efc6724c82f49d589dbcbdda35143c811 -SHA512 (classicthesis.doc.tar.xz) = 3eb82d6c0f951a060e56c763e90ec842d1692326501f538d71780f4a0981edfda33b0ac0b5d00ccded7d3273fa69d4dd5d4a9c3557d9a69e1c3bc17375fbf43b -SHA512 (classicthesis.tar.xz) = 9a8c0c9ad0d97f187cf66679613514000324a72d2745c1026889b73e5981e0dcf36f388a0bf630f5ab35d28a39ae50ac842db28c214442ccfd987ff2c132ce7b -SHA512 (classpack.doc.tar.xz) = 6a22b10f5630a52ba85d113ddab8dacae0ab8148f62d4f9958bf3619c2d88f9a1f3c9778e41773d7b9d392ddc4d6a30dc3cb995a24072cc60b446896ca48707c -SHA512 (classpack.tar.xz) = ac5e26d91107bb0166040c990e586b6504eccad7da3ec084a49b141a1e0fee2725939f10deef5af1c4fe89396bc8fdef86f3bd2e8de9099cbed9700867700e8a -SHA512 (cleanthesis.doc.tar.xz) = 6042357f473bf4bce302b6f43d67fadcf0f449a3f1b1183a26d4b04375d60013eedc7389b002c1f0ed62ab1a8672735774d5aff0d7301e9a5e435080a4181c65 -SHA512 (cleanthesis.tar.xz) = 0f12e2eb830014bd08e742ed6dbbc83f9b6d17141a4c0a6c00934ff1d831ab7a9e9dfca6931f5842284845435593449b11b8ed9cc29c7c607fe4df14c2b11d7a -SHA512 (clefval.doc.tar.xz) = 5789c53aed9c4bbe92e8c36f115cf63e07c7e7c35c26d62ba2be41eff8408c8e60f619f565cec1fc0e1ed55f2c571ee6f8115ffc2e88d9917fff085d19731694 -SHA512 (clefval.tar.xz) = 8bd7457b6f8144982781b029500db910fff387f3872d09039a2929c5e62dd7dea56e22cbc40036519cbb2060ba62bcc7d621dfd383493420a88699660a796e03 -SHA512 (cleveref.doc.tar.xz) = 3885fe13cd51967620f1e48a25a82c2a4916b07ee45c963dfe9ea933a920f347512cf5c30f29ccef9c49c3862df4c9176fe0fa57b1043d3ac230b7cd8b3f8d78 -SHA512 (cleveref.tar.xz) = 669e122c22c55c1fe95353533a2c35adcd161080ab2e4f3120dab2286b60df316f4de792e9a6fe5b971d622bc2b087061836a3c0aebaf0bc5df17c854f64990b -SHA512 (clipboard.doc.tar.xz) = 50e7447b35c1d73c1d36bab165a8bb476764ffcc4ed7994e1bc63c6759baad0dd6c2c1f6a95334c7bf649dd13c8e79d17ec536120f1112d621e833b6f9f80578 -SHA512 (clipboard.tar.xz) = 19aed32c2dc229852133a44fe5ed692a0d3194d374cc77e2301314b3fff929b834fd4df82e811095049e64ba127180eddb77fcc4211aecd2db40e8124a38d55c -SHA512 (clock.doc.tar.xz) = d06e263266ab91b48ae3238af6ce283c7f720c2113d95d10c7de6026b4557b0fcb22aaec44caba2f7ad743e578e9840da1b116fd3372558d545c424159d8f2e5 -SHA512 (clock.tar.xz) = ba378fe241cd2e51b641f0edc4bdd1403477b392e0a22363bcf540b513c1c15b1c0e3ab37020aa77ec147ce59cc7ad6f09c86cadcc0a77892a1a798c36c411aa -SHA512 (cloze.doc.tar.xz) = c21e8561c296efaa8b4c30044f6121736d58a98d910bf671d11f1931d29ddd0d626bca69ab6f50225a3cb588346877b76ec43426822a869e72e266ee5d65cd5e -SHA512 (cloze.tar.xz) = e66b5d9086d3d6ac39c0664cc4906b467413b919a64538371077bbd9088d80ea81276ce66a64ba29040068b9b73ec5990a7d4422608ce85b0d94e8b2ee3bdce2 -SHA512 (clrdblpg.doc.tar.xz) = 53ba8c83224ee6573cd1549e7e425fd524b5caf65ab139b67e7de9b32bdd5c3c87f5af63c2c43696554fcc33c8bff4690373ad25582b23bf51134b9cb6301409 -SHA512 (clrdblpg.tar.xz) = bdd3de3ea16cb5d24879bcf2255bbe01612f8af70f663b9ac578a4ac98910119ea96b8a5b4a59d25c0406c1b33786997ee2940da0273b025455e334b48f17b7d -SHA512 (clrscode3e.doc.tar.xz) = 0792d458ee46b44d37c31a5bbeaad2257ae1aca818ce33d0b1c8ae96b7e90ea6e06e9036ce61063f232c3829ec36bcef58f111b5df0b25d209e867ac53d322d1 -SHA512 (clrscode3e.tar.xz) = eb609d4204f9292b387fb8ecac13eaaad77e1d32870cd29f4996771acc5f8e82560e3fb9dcd2c8284888ed55d2b7bfbf931b50e01b0e4b8790c2ce5ce4445588 -SHA512 (clrscode.doc.tar.xz) = b74c858703577f79c89b4e95a0fef2012a756defda525c25f2945952b6637fba7ae4c30791a5d566267a16627bf7ce991c4edf726f7106b27b2df3c2b81eb765 -SHA512 (clrscode.tar.xz) = c26ac99b2f097b3b9df8bcb3ae040da959c0bd238be75a50b3711cdf0b7b0024ef40749169c0fe0437aa8c845b3ee9c9ec4ab46fe31fe6b1e28019fcd4779076 +SHA512 (classpack.doc.tar.xz) = 6e30295ea5d7ff19f47d4144a3ea6eadd85d02a80023b426675efc75cd2867e3c79b60a8210f26cb732e5b0e70bcb856d96d7ad98a6165cfeaed64affa070bec +SHA512 (classpack.tar.xz) = 483d96aff1739fc2cdb63e9753fbb86ec93b493ee3d8d104e6089c791e4674d522a30e0dc747a48d8ffc6690452a147b2ad15a3a9cc676c641a9f6aca535563e SHA512 (cmap.doc.tar.xz) = c3ca940f836f5c5e433adedb404d3f1033d8efde61bbd9a043356889377e0914fe9dcb8cce8c2b9252502de6af3cc1a8bd71dbfc61e12446cc07bc9d5d2c2668 SHA512 (cmap.tar.xz) = d907b1483bcd8de1b2b3158ad1a90493e86a27bd60f3ea901011866e81d57b22a555da0e54340f77ae9584aba3960959e89071330d035671c549e887fbedbdef -SHA512 (cmarrows.doc.tar.xz) = 0bc738eb48fc34b7cb35240622925d43e5ff5fce21b1c560158b2ceee2790a284b33816fd192a5b0161544ee5add98f4e3ebe7dd0165273d53e5ea2de7d994ac -SHA512 (cmarrows.tar.xz) = 5f56f9ab77b2f250aff664b0007aa17eccad96d6f674ae7417f610b62d84123fc85bc80cf83948e0df2a7bfb721300e149fc764b03638e5005cc4832f2fa5544 -SHA512 (cmbright.doc.tar.xz) = 7add06e9502ab0bf912e811afbb66caf7ac83d60b6e2575dbc75709438ce6252239a43106632633e2d90b2badd46bb800533c496c811de7316cd1766456058c9 -SHA512 (cmbright.tar.xz) = 3251c7ce9f139a9e553e3cf343339367e98e6982850ca3d2a2087efe5e26f4828597e6f5c1ac85567e81897a09239f5be717a6a85d04b164442c9c5c53ea4fac -SHA512 (cmcyr.doc.tar.xz) = 748c60e2e54f49bc6afd2867574919003ad6412d721613dacf6f8dc48cb187ca915b1a5e7286a47db7087fe1133c8ceabd998a8c60b91e4d60264b6fc6253190 -SHA512 (cmcyr.tar.xz) = 452551d8563b53408a058f847a4a8d3738ac7f0de1da15aea05208c030c67f904b848d71bacca2f6f5ec3e882cdf0be58a4037ed7dea7c7bbd2aeb08776427b9 SHA512 (cm.doc.tar.xz) = d27b43854fa022de53379a84087657bf97ce5475d70f98c783f790e320d78daab2f002f49f3dd917224d30e308d78dcf0855325b39014fb0fe5b50d645c9b9a4 -SHA512 (cmdstring.doc.tar.xz) = c102fcd054597d84d98a4f74656f36a9e1aa53623bebaa4ef39f341ddb889062a0e0c705074a4909bf50ae3cdc9a0e0da06fc6b12fde10bcaf5391fe6c792818 -SHA512 (cmdstring.tar.xz) = b05a8f8d326a6546b7c865e4cbc1afdfb0fa50993f4ad5e3b3a1e1781be9ed7590e1dd17b18d58f8a96c83aa2fe6218328b2df3e193e2dc7923d051374ebc9ba -SHA512 (cmdtrack.doc.tar.xz) = 2a69b054e1de07b31426e653af45125824bd037cf5a24fcde1f0fe1b6aa3eb925688959aa84094ecc65954b92030e1b78545db18f08a39990c4412d487ce2284 -SHA512 (cmdtrack.tar.xz) = 22de643d5b45f3898a1aeee44ae88594b545af34bb5bdac937753c13d31071872a78935dc2c73fb22c0e591d164f618549a2bd67a00550f3fb70753a951ad4cc SHA512 (cmextra.tar.xz) = a9cf3d6157c6341de13f400bc496211912679702606d4e6c488231c41c4a70053791d031c7b6973ecfd68ab8e28c7d56d41a10492af7d8e4ae66b6eb923db370 SHA512 (cm-lgc.doc.tar.xz) = eda2082e865dec858a010b757a2d60e0be9526d2e5f2c276d1c5e8d386a71f4d7631d1af8dee009f9d61e0682904697bfdc89222863499c8e1aca2b11d0f3ed9 SHA512 (cm-lgc.tar.xz) = 5fcf591d132314d8ce160e3070036f6fba56962ed40d8fee7b58b0e8219a8124bcf380b1be4e943209ba230f05cfcd374c96e3e799695a018356d12be3215760 -SHA512 (cmll.doc.tar.xz) = 71a7cd27a2744e8e3ab09b8fbbc514eb2e38d9740349139212f0861c67948fa1a98728acb1d22a4397fe95d8efd5c6fcb87a1843a1f9dbd0d161e2e835e1ac11 -SHA512 (cmll.tar.xz) = 8470819c5a37b3d8d1d44aae53b62ff020087e1125f381e51ef4a639fd6b2394c3d6f15a3a86fe70e61a4545213059bde6fc3e9d06cd054e46218e90e64c0543 -SHA512 (cmpica.doc.tar.xz) = 7c6251f1c5090328c93f6ec224bbb6d05433b5471c6cb8b4d7f3b9ff05f9be8ad49587d24a34702fb23b9f1803ca3df3a638b16335944a9b2dc35422ca8bf9fe -SHA512 (cmpica.tar.xz) = 2aac63861c3c1099054286647917f4ab594fd535de9d513f790cb70e8a38278ffda0be29656e1da57206c7bac21928cf5179bd1cc22f50e0f10d1ca8083f4b86 -SHA512 (cmpj.doc.tar.xz) = 3e2b162c6c04f409e1dd32ac4be59431d65e6b39e813e091bff0cbdbb9fe101c751664df8f83704d38daaf4c7c04db24b22e32a36d3cdf07411b73a1d21c076f -SHA512 (cmpj.tar.xz) = 31e9fb352cf03797436bcc1cd0f3d16b2ff6234d6306770e940f59eb77392fe7f616530febc4b299cc52c71036358b203e7cc99256099093fbbd4eceb71af4bf -SHA512 (cmsd.doc.tar.xz) = f9994a39f6e14f40398abacfe0f4c1a9cbd71d7b55c29787105fdbf8212953fb761f1696cf35196d446b9905a967d2908d7e41e7742e5cd7dd538ac0e7d3f5d0 -SHA512 (cmsd.tar.xz) = 97e1830bdbab04e321433f43e14d65fd2e9820d46a6fb3616f2cea38a54208e80e1238eba7b5cfd20137f6e3a3da3a1586a7caa3e0a495ed91235a05120d444c SHA512 (cm-super.doc.tar.xz) = 5b524c55dbcfa1db87484d3437156ca9987fcca66e2c2e6d69e562c48ae708e51f089051524f324cbafb72a29e08f90e70c408d7fea7341e9ef0b5d53288b7d3 SHA512 (cm-super.tar.xz) = 45638ebf4ef2ffb7c4b74669ea089a9f8d3ab4b98e555b3f9b2e9bd9732b48fdba61dc91188e2c8962b8bfa3caaab31c10d1ccd3e0aa9e26197b148e59576f8f SHA512 (cm.tar.xz) = e939416545071f5c445d866255050cd4302c3ede6af1e080909a68b6e4327ace1f90af4677c68c18d1a85aecd4d2ff346e13670b0be59c76e11ef6334991aaad -SHA512 (cmtiup.doc.tar.xz) = aae6105fc9e828715193bc4d251210f23ce6f4c4d703c79c244ff765a377f90055188f8af83e705da062cea8db8bf6b89beecc488cce32d7903fb7fb8c4bcad9 -SHA512 (cmtiup.tar.xz) = 9412576d07ec490fda4dd01445f28e4b966d2664a81e5f44a574019df1eb4de4189b8d06edf7a1a3b57e8ade129b57c0147a96fa9b77337d9a906134e33f2067 -SHA512 (cm-unicode.doc.tar.xz) = 162e407cb299b1a4ee353fcd0cee7eee048f8356def550d591630f12924b4a5ff0e9d6f9a0652c3dee7a88e5c2521b0c23ba4549bdfcb21a90c1949ef566183f -SHA512 (cm-unicode.tar.xz) = b50e647db3be42cb8bc7f1df849590b4f3f8856523c57d16aa5b42237a3f7fbd381ea5f05c1337091a66fe667841704133828141eb8c40e50f595498949acd65 -SHA512 (cnbwp.doc.tar.xz) = d41f72a3c5482b1ec50f1bacbaf8bed5f926c5d522ab5e3574d71d68b2d7c63e20fa1df65962f94e53b70f75aa7dee5337d064c212990c0f3351c30b05b567ac -SHA512 (cnbwp.tar.xz) = 31c83774160e64dadc95afebe830ea1aa7c929e48f611cf5c9742cb66e12a3dd459928c85ed1378460247241fd4f007145b002ae7aabb88e773779124510c86f SHA512 (cns.doc.tar.xz) = 264c64f2ae29bff96b428500af07a81402434d9422792a36ee0da74e9821f161cf8281d38317787c0db78109d2eeaaff4e62730855ae1f1e1f250f4173740d35 SHA512 (cns.tar.xz) = 0b3645da07e0fc9482cfeddd93f949e18dc12b6aa02e5a6c45669f3d5f7f25d5fa7ff4992f40b9b71894e21b5b1855999ba8e1b130be27e8b7001444ed30db0f -SHA512 (cntformats.doc.tar.xz) = 4d6c9b8ad41dea1e14eec71570afdeb28fb834191587ba964642628674526a5ac82d6ceb972d5d89e0faeb3fb46da26361dea45f8757523f58765dfbdb773a3d -SHA512 (cntformats.tar.xz) = f829d6452faa20a514bfe43a8b002d4d728b57e0d6c44de7ba8aebaa96d9a40fc0ac26ca6ef637ab9efd3f133c70cd4d5b9c81dd382ed8adcd5abd1b2fb5d6cd -SHA512 (cntperchap.doc.tar.xz) = 354ea40ce2fe4e543016970fe81745c151a53c182800e8b861006d7e1c6fff84628a0baa4bfad29a0b81c8d0eede9f31145e7d3f380953921a48f31c5b8d0a8a -SHA512 (cntperchap.tar.xz) = ade4e6bbb00d619d52cb65549cb50f4ff9275d20a9e871ddee99064fb2ae0e02ba7d403bd6c7d658fdc6d542d7a32244ce8ff7fbe023b4fe292697584aed966a -SHA512 (codeanatomy.doc.tar.xz) = 877a827dfd0bb9e79f80fa0a9cd7275a647fc4f0451af5c5a5253caee306f202a419f0164b2878c7a780176e018a2f1a3f8e9ec37fd8245997da537eefcd4e7b -SHA512 (codeanatomy.tar.xz) = 0f7613af5e91d364d0c8cc3978ce5251cff4650bf5e187ef03606b9cf5294eed82751b8f7604583af5187b62f40688733a39aaaca6a022ddd0087ab610f8c978 -SHA512 (codedoc.doc.tar.xz) = fa23f45c539ec134cff114d7252a4d96585168729dc33d0865f4976f94620a8d3c02fa21572953161977d893c7f311b0d15a431f74b8526d1de0680dfdad7341 -SHA512 (codedoc.tar.xz) = 8dc006776f2a3f0f28aeed0450e2d7b714402de1939a92d1e7f1e0174a8de7e9f7099e7ae9a5de34df03613ff16800bde17f7cc90fa82798f30c775c10c655ff -SHA512 (codepage.doc.tar.xz) = b49ffff68cc599835acf436de3117c7f9511b362d821bdd8c18f0af930c5b717dc0bcd00477e6f0f367229b9d1f6dd150a8166dd74bbfbc2cfcb77ccf28cd8d5 -SHA512 (codepage.tar.xz) = 2531186744ce4915b8d903e0ea49e1d3e0a6be5ab2db7bc2a5cbc70e675c2dd00104a677c08b7b7d12eca56dfc4b283c49ee599fff6d3460c6238f414ba3cb76 -SHA512 (codesection.doc.tar.xz) = 881e62381793f548d0c291141944d81e19cf4340f2c1f63916857f5702756e18d107337c340568d62de48fe2190cf4c74a8d6604f8d4843c47ceb7c59608c0b0 -SHA512 (codesection.tar.xz) = 95318ae4933d0cb43226c714c8ff931aaa8e06cfb2c44c3929db59ae8336882c588e26268445b62f8da32145a962bae0030daff3d5cfa22007919fb7b13fd69d -SHA512 (codicefiscaleitaliano.doc.tar.xz) = 7b0c13252796be7d584d3e5dad65711229cf916ce7c8e89e423805183629f161b3d4e4f47d6c9488ab32ff8b52723b0fbc4252f2ca99e965f4d7c4409881b67d -SHA512 (codicefiscaleitaliano.tar.xz) = 7c93841ceadbb7bbfc9846d281fdbd84b7f284117344e1c4fd984e746186403e9be3e2048cfca53f6690a1e20b7471224b8d30ed1358959053111c22d3f15191 -SHA512 (collcell.doc.tar.xz) = 1bbb4e70a5f5163a62f1b0b135f5601b4d9378cf2a5d27fddfabf9ee5e65dae7a94cb4cf63ed5e98dbf35cee550bd0a7b425f505d462eeb7f1e7035fe3c7664d -SHA512 (collcell.tar.xz) = 34a2fb5a5dc309e625e4c7d89b9e5aa9806d15d93cf0fec124a0505b20c6711bfa96b3f99986c23393632a9db1c773842c9bf6f10c01d1c4da8dcef2960df289 SHA512 (collectbox.doc.tar.xz) = e2248e9825490474e545c1674d1256ad586332045e2fd5ee5dc84d9965d4df263522277a14676010085a73dcf00d822ffb29117338b3fd3f854b7b0d0ddb5c9f SHA512 (collectbox.tar.xz) = e530c630a905084a3f9c43fd54c45fc5d4af437aab887f15f5d37c40d3ba2a86c576ef032e723cf95f4f5dc46256d3e7bf6440545f68133217fb620aa2db8a65 -SHA512 (collref.doc.tar.xz) = 2d75180ab389632ec320795d6e6b989d902b82d1cfc97ea3c5113647e605c1eead0d0f5a6733cb692b624f4caa7120959c0b15018e35be4d4894183ad3e4c37d -SHA512 (collref.tar.xz) = 56c2fda36523ae348bea381d90493238c7cbf5ab59f074437c7b694b441f913e6b58795ca81d2c549fbba01505a8895e9e139a9d143050761bceced2717fdb97 -SHA512 (colophon.doc.tar.xz) = aba1badf34551d8340f733bb9e365a99c56c473f96ed69deadda917232ea8313df800579cb347e074ff0836553bdeb49f60330883581fb3cc7a3eeedc736d1ba -SHA512 (colophon.tar.xz) = e85dfdef7eefa2fedd6af7c0b6eb71200485b5190268de3a89cbec8dd15f8e66b3260430660f6cb860e2712d3e20e5a8d0b874592a71b116dc07de6e28161474 -SHA512 (colordoc.doc.tar.xz) = a2e5c6699a615651dd31a570ba6524cc7cb3d2f3c8d4b1fe49092dd4c01b40714c1c534f3554fca20fad7c17fdfb7104b699a10677519f57538e239820b6f1e7 -SHA512 (colordoc.tar.xz) = a4d87deccae89f844a6251887e4d20817837fff4eef9cbd2874bef8890d41e0ab930a3ee55fae9ee46685c6b3b2b3324b54ce8507f1cb10eef332b7a480b94a8 -SHA512 (colorinfo.doc.tar.xz) = d871a76648cd57af0bd6bd800ee8673ff07b2572ea514a3806731713d9ec4ab368fba2cf540ba71005300d4e02beb180f8eba82c0b060bcaa7a60e54ae601df1 -SHA512 (colorinfo.tar.xz) = 63bfe1dcdfd85dd1d7d3c7c8d3d345f221bc90bd34bd75888c361d4de97633b9c14d96930b41adf63370403c858f754e740c53d8100b9eb3c5557dd66e6876b3 -SHA512 (coloring.doc.tar.xz) = cfe600ff32f680f7b7d3916e5a2e767732a9ab9f1e6d06133afbadc87dc1b8ac420284c75c221ed5b5a81b76f6b01302c5595b69439566775adc18ab11185961 -SHA512 (coloring.tar.xz) = 7c89a6c53212beaa06d54dc091021c5fd57cc30fccc917ea413d23b0790ec637b6b8e69a3bf1b44d0a9ed24fa1c0dd21608b174c0230a0a94a2e5aed221be033 +SHA512 (collection-basic.tar.xz) = c23a10155e29a374db673efc6277e1afce53e0800063ccafcf6b759e273060f1391227ff469525ee842ab2b72b08816d683c4464bd106f70e528723641d3cc36 +SHA512 (collection-fontsrecommended.tar.xz) = eaa6e54780a0813a88102258ee3bd7a4640787be0b89eff4ba2c9cc19298bf3e2799ffab4e03e49f20131d07fbac9f601a7223fc1b47257dd0feeb04797c56a8 +SHA512 (collection-latexrecommended.tar.xz) = dfab2d2976b532689105fcc1a4081f86faa400af78dbd089bdf1f26e7d5f4fecf4b432cd46219cc275603181b9b42c969e4775a21afa87d9c5870230a4b88c8a +SHA512 (collection-latex.tar.xz) = 1823db2c2889e30e1bb219e93aa2433813df21efe7afb453da159b5586a597c92c6f53dd08ef936f773baebd8d9f063b1666385de88a1d4a7bc1cfe9e1dc284c +SHA512 (collection-xetex.tar.xz) = 8563a018890f0db23567cb90c5a4c18d060a6e3a622f0a9a910dab425958b35d99356394bfeb006f5b9fa59fb3bdcbd8ec42bf5d74e5801eb610af9af995bf90 SHA512 (colorprofiles.doc.tar.xz) = ab7cabd369cdde5c2e5108b4d75d71bfa5e6b44d7ecc2eda25509078f26bfbc8515dd10a6dd82adab979170e12552fbecffca1f5bd3a1105db21b31097ec5f12 SHA512 (colorprofiles.tar.xz) = 49be492e62fcd615b08bb6a32767cac54a9535ab859d2a27d1c84788d4e168df2a10133e5408ab1bd3a802ffa8465a61c4144cd9cbafc6fa98f995cb7af89381 -SHA512 (colorsep.tar.xz) = 3c6387a4c538235181dcaf7b6c3ac51d2893d35fa2c18d95d85810b778fecaed7ae2337d2b284ee3439f44d3570ee86884d42616539bf61a15526aa711da70e9 -SHA512 (colorspace.doc.tar.xz) = 702060f3a2805be7dc472bab428fad866e947d8f700f8357e897443909d555dee399ac857feb1e341875bbd4017e7e456c46c4282def6daabc092417859bc634 -SHA512 (colorspace.tar.xz) = 677f462e9ec347467ab39f3c4e776b870861ed0a38447d61a50abfc3172936c99b468320ad40a5b43713df070434c0b280e2d9d13609e141603453fa7d6c37f8 -SHA512 (colortab.doc.tar.xz) = 947e46ffe5c83c3803e40f0da9a1a926e830e2b24f1d486d158da24bceade870cb1fe580aded3838f895deb238d1615cc0e3f95a05e99800fb1bad87ddf0b134 -SHA512 (colortab.tar.xz) = 460225705cfa914efc689df2d3f0c0ef7f5883082195e3d8e29e124726589fb5e9b7fc4679541b685439de097b6b297b803cf08e104ec13b849dbb26cffeaa04 -SHA512 (colorwav.doc.tar.xz) = e042c10fcd4d2760383352ace13b2d3600682a01c900220913c79a950fb1597a59a82483429557aa7598e1cd1eea52b73dd23367139fb741ea48ee9c84c4c572 -SHA512 (colorwav.tar.xz) = 618f813c9e009a671069a151bc6d438a42b2c589b255685d91dbbbd162e6a106164d626cd772bdb3e6538a1b010ae178dd7e1519195b6b1fee10ce6e46253b6c -SHA512 (colorweb.doc.tar.xz) = b1ae7c14f2f07405b7a957831b60829046b058f6d1640051cbee877100c98a8f47d2c1d40f60599c42ff90eed246248b4f48dd8c1d31f9d45082f9ec5c341626 -SHA512 (colorweb.tar.xz) = dd8e53aa707f1e73276cca9a9c5732b012ca7dcb0926d101c71aa5fe3829f07251a7f606accc95266f6c9aa4b867a38cc654ca97cc32857edc3d196b2c5a7fd4 -SHA512 (colourchange.doc.tar.xz) = 628bc515058108ba97312c15ee5af00e086ea3dc124b4e7b038b176d4175e2146afc6f571593c006d749634896fa286d16c923c17d4dc9e55e81ac3a8aa95442 -SHA512 (colourchange.tar.xz) = dba4ef8d97324c3da71de1c6a37e268618bab0a876e1da37226ec9fb187087d39f32507e97f4ab4fa801fd4bbb98c51a322c6f2493b719133154b24223bfba46 -SHA512 (combelow.doc.tar.xz) = 82d8e60a5cd8d46b952aa27dff03398cb6e65a1c5a76c1eb260d3e30172af89206a7a8ec7ab3871d5e33e87ccc2c99e2f54740facfd71d43ea6f88821c9ceb2a -SHA512 (combelow.tar.xz) = 17f1beb58a11f3c754c57331d1b2d9338fee359b6c27cdc0a855671397e78c0b2d29ba60247f3104d3eece22619671f56d2aac862ac404502faaea08f40d7be4 -SHA512 (combinedgraphics.doc.tar.xz) = 4802871f57bbc131c850f89eef43778ed25a9abb0a850dac0e91e762b7a321567348f147ae02847cad4c226f9acf2bce921f9745832d1dc298d751b8123741b4 -SHA512 (combinedgraphics.tar.xz) = 22d36d3a44fbbe5f11522f28e716be862d354998750492d014d86037a24407a748248571e50dc99a6fe5518d8ecbf61ca657407194a43b75510b613438fa4b65 -SHA512 (combine.doc.tar.xz) = 4e09fd0a9b587d61da2c6a15579675b9a839c83f0b38b0f958b2f4aa2c0a49adf93730ebafa235043cf645d6b8689cbcc5916e4bba92b5e30ac87a8282402859 -SHA512 (combine.tar.xz) = 9e57b01fa0a14556473764144dc3b5e4e3d40a7f913932b02826a68efdd952adc69e990ba75f6b5057d69850d3e693e1c5b5c40d2c3443aab2741ce9646d522e -SHA512 (combofont.doc.tar.xz) = ab322618efb3cd8089e9142a28800d34724e499bacbd0cc4a0db14a409bea3cb355f50d412f92862f53c0a5f91fef8af7b652b21be0596cc9687e4919f5122b4 -SHA512 (combofont.tar.xz) = 838f10474c2e89f317df4592443deaec3d1a3310f7bb2b458c2a1b29a03013c4274912020ddd9b5807bb6018b6564c11df7b14b8a6db556e8db58dd98049c002 -SHA512 (comma.doc.tar.xz) = b25433b52a32cee71043c1f13d2ca45beff32733ac24259f767b6093f5b5f38e0da3c88569bcd637267397c49d26e546c26454381cf916040c52a2833b02df65 -SHA512 (commado.doc.tar.xz) = 457d03b34ba53988ff287060d18f993f8e01ca99991505c5373abc05cfdde4cfcdda8fbb6dc3737e91c66ef0b30c083c31e64e326c08d4959ff8ed1a66cd4d33 -SHA512 (commado.tar.xz) = c5e48910b5e685c792b9dfe191cd8666472e24e7ef6d6c2fdb3bfb05b2f39f4d4ca68cc7b859d07f50e5d596250e36e1664e1ca48666b0e3126eb8c91d27c384 -SHA512 (comma.tar.xz) = 65c21bca8e6a707697847ff96d1cd909cbe0c7d33140b4b175a2e3464c1c67827cea9c9f65e45dfcd31fcf2fd94262daa907358341fddf351241753ab47ac99c -SHA512 (commath.doc.tar.xz) = 5d1d162cf8fd6692788bd15e2d3c2021fa6ed96f289f2c17e9d7e9d2afb428030f0d016f4b4aac62aebec1c8988aa1a978f71bdc7f4873e181f1b2ec7e0f6d0d -SHA512 (commath.tar.xz) = 68c25e035e211107c65eece91bf84d65f2328ebaa3dc81d70186707c081f865abcb1be383cecec7d780bbebf3f565647406d6bcfc2c6bb3e846058d50882a6b0 -SHA512 (commedit.doc.tar.xz) = b8c6fbb8c67aeb878fef32bb6e61dacdb3ebf9bb7ac92bcdb685bccfac8129ee3145d40ae579ff77b097fc81ebe0438ee5c50c6bc3df156910a287b368728c6e -SHA512 (commedit.tar.xz) = 7a2248fc7c3de4755a68dfb769c0862332f41945a5efdac8f0b9911c3479bc45cf72ef0176d8d2ed2abe127aaf388c17c90d1f58cfea4aec8bd9e488f2d96c5f -SHA512 (comment.doc.tar.xz) = d5a360c6a0c549fee1d46fa0e9c3f9aaaa4b19b30ac48046e736008ddb42393062824950684185175f8ab569cec221bc8f9a798a07623dbe26cc92a3fd6bc72b -SHA512 (comment.tar.xz) = 36b5b4c4d4345a4fcf706f5040c02c2de52567fae76146a06b7f084d59b12d151e65faba1ee4aeeaebee018d81200c2902feb81ae575de35a68c00fa14ed6ba3 -SHA512 (compactbib.tar.xz) = dbc3bb28178a656b400a2a72e48ec813d6e282ddba7c70bb4dd0b5ed7f76e9e0be1dffb0ecf43e4893210453ef420c1b1d859c287663cad6bfe8c7f46dc8d86b -SHA512 (competences.doc.tar.xz) = 8a0078f2a3c32f03aef58a5d1ba4167ac4c738103d65cad9a5f4bae67aebcce3cb7a16d6aa27fa7b83955c95b28c1f70a0404f5633e3231c3b6d4232265e6c53 -SHA512 (competences.tar.xz) = e5b2b3a77418d5bc55e8fbbc68c39b1852ce6081b00bf6115573ac29cb7c2b8fd70392fda9b04edca5c3aa1617424541fef2da4d2f777c433b8ee168e850ad99 -SHA512 (complexity.doc.tar.xz) = 2ffc63af2d86b7dc121c6e122ee1d23387c4c73a6ba65b226413671b86644d0cd9e9ec646b3eef49d9c4b2d64575d83ff45f3691337ba1dea6835945ca80de13 -SHA512 (complexity.tar.xz) = 352e1a308e159e432c3123afeba8b173b28e164c81b4874273ddd3f8bb8c8866ef33ba7c06e061d52a3845eafb3307b045b82c9da5ea6a812f3808417fa074d6 -SHA512 (components-of-TeX.doc.tar.xz) = 5da762a898a6cb95d5da95f444e862c8d0ac351ca63eca776fc1a9e35e2fb00389d414a85fa1bef357abc3d68b691a36ddac8c6aba20b7ea6f398c9017ac13fb -SHA512 (computational-complexity.doc.tar.xz) = 9daf1691d33bbf00b67b82cc29de0002e1aef968cb1f182bc3d722082582ed7e60945f74675b48a87baf67aa9f5fee4a167bf1548d3312492a8f570feda93ac8 -SHA512 (computational-complexity.tar.xz) = 639ae984ee1b581260434ace517d8209843127795e674af045ddafe16838946bebbd2dbeded45fddf62ec0a49b1a30492db0cba4ad1e5bf65530d1d5a5df9198 -SHA512 (concepts.doc.tar.xz) = 5519f645d55e2a3e4e5f9156bdac2ea9e4ad4735ec9104255e75ea254f45b135f0d635322cf46a5536e8600eee1447ab48753763a4c89310e92d51c94c4fde80 -SHA512 (concepts.tar.xz) = 2fe917ad25df3b14bd3a20566b97a7ece0f87f79ec7ef10bcafdffde1834f6fc4bfa6775a7ec8d044e5f3ad241913b2664a7a5c25893e9406de26c0a1008d25c -SHA512 (concmath.doc.tar.xz) = 05dbb0a6d89d3f72f3d77824670afb29e6ea8dbba6d37255f6a36006a6a6b630fb56b12815ae3075c41dd698d6a85c6be7ce1dc2da9b3b69b636fcd8c4855a84 -SHA512 (concmath-fonts.doc.tar.xz) = 7b2db9b8f2f23816cf413676dfbf6ca3413a39bb20cbc12070b9202bd2e98714a86dcb5f27a746ae197efd2284eb794f06af1b2941667abfddb72773ceb61378 -SHA512 (concmath-fonts.tar.xz) = 65b3f7003b8aaaf6565bea6a65da11f42dca2283f1d53710f4b476a48ab39ae6fffc1d0f9206e23b66047b572c28e793e1a75d047f1c1a892fb4e7c17c854741 -SHA512 (concmath.tar.xz) = 1e2fd3339fd2bf2a48967102ca42c930ff41a5b4a9fa850cbce6aa2ed701ab351a5dfb931ed80de34aa13e18ab2b01fa2893f981fc671d6399f4d55aa9f8ea40 -SHA512 (concprog.doc.tar.xz) = bf4d76362f7a764ae4c7937edf05a575b3faa8d6919c6c857ae350b742f53d6390546263d14958dbdfd423c9b45a7f9eebe862a00378f51c754b5fee65f60bc0 -SHA512 (concprog.tar.xz) = f650acafa4ffa424451f338d6432d665ff679396ed367650d360adf699d3b1e7d8d23f5b3fd070440cb4d6578d07978bfd02960c1219eed6c8594f110708e5cc -SHA512 (concrete.doc.tar.xz) = 5fb4fd77468dd4d5ba19d43d176588f05345038d58c9b0b2630e6795ed33bdb3db0053d5bb249030a118bf19cddf7c7e4d8f1ae96173b1e1368e468ea2c00727 -SHA512 (concrete.tar.xz) = 465b6d7e427e8bd7b8cfb44551d4f8999ed0e8482f905416ec4ea7db6ea4293e6124f0b69e84a84655d5230cee1555f15030c8dfeac8c7da99c1c8ba20a3d640 -SHA512 (confproc.doc.tar.xz) = 0bd697d12f1740257e89cd5853aac7340659350a6374c32c5fc22da4249ea08b7e176dc499712f4c2cac6641c0161394ff0433513f7ce1942d50ac69021c14aa -SHA512 (confproc.tar.xz) = b6e054332f7f6a239a6eb102ae4b022f90d9523628a293517b1d070602290bea8e623379b5c246fcd5b8daae29c9d32d02a8a7637cd704ede5b1b928de4536fd -SHA512 (constants.doc.tar.xz) = 2712e46552a8391b0f2a95991368882a393007788cebabe7ed6c5a604eb2085b4bf00749c6fde3c88028904b7117cd4865b964d11eb443c6939e734495d4df2b -SHA512 (constants.tar.xz) = c4f807315c7f95fe7945e937e750ea18c346a8ecabb80a39922a9b861e3cce3956db31c55e68a0d3417406284d7187fd3b1d1c336c0a130eabb07e4bb60503ca -SHA512 (conteq.doc.tar.xz) = edf52893cef8c5f8538a64d626a12725b043c5f0106a63f02cad91df9ad632009cfe3da51149750d4c23c12742c00052b951ada957b89641d9a0da59e93396c8 -SHA512 (conteq.tar.xz) = ee0f344ed0eab872aca3c54422f83a6f8bbed2462a22cbd54dde075ceae79dc5a01ef13947327ec726d5eeb64eee5519e4074c138f4d172bbf2b4024eb88ceff -SHA512 (context-account.doc.tar.xz) = b19f6d0330e5da99a961304f8c022609dedb2dc3a8cc4607cb9b2ca7eda38f9c8b972316bb9fac92cc36166e1c0822afaebda2c5e2d87db1e1efd2781f51956e -SHA512 (context-account.tar.xz) = 755ddb4c62a496873d5362df01307163c79d2a6c3fabce6ea01b442c16dad2f23d72909df71dd44eb4fbbf5c57366e20eb49bfce240807c2e2a9a52cbd76680a -SHA512 (context-algorithmic.tar.xz) = 72d4bbfe723b4012f8701c2786f96009bbed3c6b4bd2129f7153306f172e72218920e222f97ee6d5ee4b863e9e915fc38dd92b0c42066385fde35c5c3d0cc42a -SHA512 (context-animation.doc.tar.xz) = a06227508c2dc343598fc6878e2b17b56341f5dd86a473957318eb94ecc6e150adaedf7346ffb931eda184651efd00d8f60e36ec6ea50e9ac94e2ed096058293 -SHA512 (context-animation.tar.xz) = 19691ca3325b3f72154ac8439e616a128b5f3ba8c9447bb1e92979e175daa902cd756853a2b6e6a34a84fbe96e02771a0c6ef27ed5bbb7eac94f62dd72d571f1 -SHA512 (context-annotation.doc.tar.xz) = 4491012c8172beb64478b2de5557ed8f97701cfcb3996a8a5ff9990048d79ddce8cc2796dbf4c08812bc8963c0d318f9d79d2d4c2d14bc372f06dbc28e012c3d -SHA512 (context-annotation.tar.xz) = bb66132ed1e4f146c407bb3b2852c451b82d3d06de1dc25ddec6e692d17f4d994d1a67cfd7ff711dc2de7a4ce7259b1768d6efcfb58856321d5ea5b15271cd34 -SHA512 (context-bnf.doc.tar.xz) = d7ab60c2f8571ce2e2e96b82c1f97b140c5750324efb73275062a8d301d530279a3f9c19f6a6feebd6d7c72727d94f469d9aad05ad67cde5dbd3de9f695dad31 -SHA512 (context-bnf.tar.xz) = 53e5d3d7c977aab648bb024942263a8aed5da6314506825ace02556db890ea23400c6de714ddf6380235c942dfc02e127736579b6be1c5b0b0ecc65d25fb0d6b -SHA512 (context-chromato.doc.tar.xz) = 5c7c7f03050b0a17dadf23a09dced356a036c6b95ca76aeb0fda583dbc490d82222de64299c121224efaccc78b62364a1bc56daf020c177865c29e343529f040 -SHA512 (context-chromato.tar.xz) = 52e11c6953e7c2e2f9a3a20b8885fd12f5abef32d32da5ae5415b0321d37ac5ff8ff5bece3d522e1f785470cef542568cd56abd509d26671da9298c3d0ba27cc -SHA512 (context-cmscbf.doc.tar.xz) = 8f45989c08f09381ccbf2942a08c0b13792917a18d5b2e92fb45c7ac2f4b4538f5ffd633da0348e12835c03a6f79b0ea7044f1ebea5770365a83d2d097a56df4 -SHA512 (context-cmscbf.tar.xz) = cb0e5849ac3168a4ecdd1545edd029a1622ecf1c46d29eec97b28a66f65305e6b4d3a9c83e24d78e1596c8009ad5c9a0e25fa7e09448c3e0ea492e62bc933ea8 -SHA512 (context-cmttbf.doc.tar.xz) = 2b55367f236330a07120229902405213a495de2ba455f333bc23e1c1abbe0f0a4be16ee95415f613d41572916722e3d023a71698f74e5e37f34a8de4fdca6e47 -SHA512 (context-cmttbf.tar.xz) = e3bc048c09bfdf114efa25077fa4e6a6c20b4d0e2ba337cefa0a8a82348fd3376f82cae0c85b029b863b7a5db9d9552b4fc5f5487d5ed5f6d88484181ea98ced -SHA512 (context-construction-plan.doc.tar.xz) = 605e09bedb9e2ad1e98a621c0a4842f28592c93507c3da31f8c6437e95e63a47e795b38fa0263d7fa81fa3b8838f21d2426c8705f8e17ac1d827923cf5e88784 -SHA512 (context-construction-plan.tar.xz) = b292f8e271fcac88eaedc376257ae16a401a6c31009eaa3d4faeefba25c33d034f57d30ba4638e85b76ffd0d24ef4d541dfbceb1bc0b5c806a8412d239a32146 -SHA512 (context-cyrillicnumbers.doc.tar.xz) = d95b1df26033aaff0a9f6759268ac3e68bff02556001e3f9b2bae1db68aa13c839a87047a6ae0a296f8e5817398ba35b7cbacc4f194dd93cf72684904190e7e3 -SHA512 (context-cyrillicnumbers.tar.xz) = 14a90656d706d68ce441301aa6bccf2033c36f9c8d8605ec9dedeeedb71a5670dae325a5a198b2ca25373eb2b495e57fff31b85089c6c0fb987738c76ac636b2 -SHA512 (context-degrade.doc.tar.xz) = 8f24fd70547ecfcbb163df2e3e4450525f0e56583b6984f61fb04559142bd838287e79c9b9d8cdef2c26a882688074b5010615e6d818a11f2f5812d88e31cd82 -SHA512 (context-degrade.tar.xz) = b2df5bbee492b7137180bfe7b0b826f4149b8231b78cb839ac9716f02b622e5b3a0eb5964e12625650a224ae463714bb7cafbecae6061a6e3120022d2f545d52 -SHA512 (context-fancybreak.doc.tar.xz) = 6082670766d63da902d2a53f2a6ee89fcdce942fd73439fea8326ef3117e6a5483b86d9d4271d2f3d9546a5fe44277721cd15510a9da392db36356b44ae2f36d -SHA512 (context-fancybreak.tar.xz) = 1e8e51de47c67a3287dfa4386f9c09b4dfaa494d9b59fe8d117a3a1b65a5041add24c36227f2d2d7fb3bf2ec34d6a5a8b6658d275b63f55793d05dea08722b10 -SHA512 (context-fullpage.doc.tar.xz) = 1d4ff98bae26e0d6ec1ce1ca58fac82f8592158f8635eeac737546873f1f468b2ad7a82b9f8956b770fdc0c01443a9327c509265cdecb90d83dca15462cfa23b -SHA512 (context-fullpage.tar.xz) = 280a16b47e04f3099a2f960435bf1c22ec623553303e339df4d06135b768cee6565e20a0c4e0c080d8c6f621a32d862ba6203daacdbf9ecd03b62829dd0014fd -SHA512 (context-gnuplot.doc.tar.xz) = 40e471b27d53ced33590792ac62992a220357c6db1c78cba901197362a36817bc14b049f2573ee2e5b5adad5182c5bea2880c4f7a2477bcd1a06ee7ccf88b0b9 -SHA512 (context-gnuplot.tar.xz) = d3d7dce105707bd8fd903038e458cae614ec63da7932231e1f659570ec3a7960ea0fab338a8405f2ca8ce8b03946b58db8255333d2a4ab5a659566f4d272b0b0 -SHA512 (context-handlecsv.doc.tar.xz) = 39330dfaf22a83181086343ac9ea7d64025fbe779e55161b33e5a9a9802e0928bb1c16941aeb307da641835aefdfe2e431becbc0cfe40ad8bb33a3816b9b177b -SHA512 (context-handlecsv.tar.xz) = 10f862b7152e0efe2a8444fcf847ade2aad2c1499e146b94643a7e08a438359c2f7d1927e7e9773f3dd14475fb4535d17fb4f29ff053e7a29c9463f40c6e5598 -SHA512 (context-inifile.doc.tar.xz) = 9635bc80ae7222c6a38004ad5f985004634b7db9596e03a23123ad71bbf177639bb1b028bdfe79d51b75c1c429c327f65c2b5e0720723d8bcdf63f4939312850 -SHA512 (context-inifile.tar.xz) = 9dd9b61cd2b5700b0e2b6e59bf4040de9431820c659f121c2681e454ddb4b34454270eac6c442836c90f8a1819761ce0d7659684a1f0c8876fec1f947a0b16f7 -SHA512 (context-layout.doc.tar.xz) = 4ecf7bfe5fbc78453cc116cf7a657f4b6ac7fc21ca7dd6da5beb0ea1af0c1fd48d6a74ab516213f49d1e29cb8bd47fbcc94145157472e3ea22b291f494fc3d1f -SHA512 (context-layout.tar.xz) = 6cad00783d0bc91000ca0e0c8350fe2a2e99f7fefccd375d5bb2f1a144fc04a59f83122dcd490fc0596b1dc9fd0c0a779bfa35932362927ed50ed8df39ec359e -SHA512 (context-lettrine.doc.tar.xz) = ab32697b6c309b1099b809c33182ffc48bb3019c8d520269cbb616b61e8f20678cc2cf4e7e971e06cadb22ffcee0d502deedf21aa95d8d372d1840e4fb4a6591 -SHA512 (context-lettrine.tar.xz) = 79e4e246a7bb0a300db53425e2769a3ef61bc0249ce57840c0b9037805e86eadbd1ef4ab8a110fd806584393feef00f498418732cfd53922aed6df67c561e535 -SHA512 (context-mathsets.doc.tar.xz) = f2c33244814da8e8838483038f507fe6b3e146f37691e55a37bb5355985d2af4c5fc423318133c4f13837a3e66a4fe72d5c14f6721bb5ee0417a59691b86d3f1 -SHA512 (context-mathsets.tar.xz) = e4c689c745d06c61d6f693a9832001aa8c79d51664c2a5d6d0c6148a95b30870063f50eecca31ac0924193c6dab8c12cd5ccaca16eeaf5f83a99cef1a8889ec3 -SHA512 (context-notes-zh-cn.doc.tar.xz) = 4261b8aeb5b3cbebde2890af1b7039c6f557ce36f4979228f40f9e5e99b19aa5c457ed6842f4501f4dc32f51f58d9fcd0764028b9d5c74fd07d41c8c866220a1 -SHA512 (context-notes-zh-cn.tar.xz) = a05cd68d609fb9427ca07f64ba1b9ad85762464a3294653c8a790c0a6a41d6af43aab72a1eb7ef0d56a299db2f54af5666dbe974f9fdac014f624350c8bfe50a -SHA512 (context-rst.doc.tar.xz) = 536f63f9fa02e37c38f445974dab1f75b38abf0769379ee1735001972db71be10d51a1782e850ddd75d73f2a6f1375cf043684c0fae1a88b20a1650248870f9a -SHA512 (context-rst.tar.xz) = f93173c1b27afe538d670c791048f495fa3f236cf75511d43b33172d140ac47fa3b5f11c674db5d515733b8ef9cfa7ac2d3c46b78b624768ee95a21884dae904 -SHA512 (context-ruby.doc.tar.xz) = 179e501b428bd87a49830a68236008ea6e962b80e79ab45a0e75a7b86a7fc11025ac38ad463c459c6d290aa5ac8627da5849d1fd8f7502ea7d97696b53ed2647 -SHA512 (context-ruby.tar.xz) = e219c6da61585d88f8e899278d1c85f0903ed32b6c7368cdb6076697230a0e79f5f88f53dd98514394fa09e7580c1c6b7c167d81c010107f3399dffb18b13d95 -SHA512 (context-simplefonts.doc.tar.xz) = 238babc7694bf85c81e3079b5d72feabc9c9eeea4f3b625a57ecb133d70ac745334ca0426097dccfe53e3ffe108ac0859be4da7625bb6b683abec1101367ac06 -SHA512 (context-simplefonts.tar.xz) = 7c817f4a25a8883ce052c9657a3d6117042e8538fadc8d67b4b0194abd69238045c09d365e90e555d5b04d83a1ef82039ca9631aec00eb1f80b56fbefa729cd3 -SHA512 (context-simpleslides.doc.tar.xz) = 06b57a4d89ad4aebdc08fb002229b822073b36da4096db390ffa3dfc92c32b6a0b138fb31a09406a011d647d260fba9274144f5463a1df3c50ec816d31d2662a -SHA512 (context-simpleslides.tar.xz) = 8bc6a0ee37116c200cffdc6595fa4d6b3383dd92da869f2e142d475a5693cc2ff4745144e3b2fd5a3ad0876a5182f1824a2a402aa48b0b02e288990e16056083 -SHA512 (context-title.doc.tar.xz) = 3b910eeca8c8a442939873e082a4025523472b267ed3268e63cbf5fbe0821c9db8d8d183058d139aa02233dfdb6be7e23fb9df360a490f7d551875c59753c7c0 -SHA512 (context-title.tar.xz) = bc7d6cbd373cb6d6214489ed97117929ba381626c854a0a5a950bfa44c06214991d7a90290793c825c96e6d22ba1f6807054d4553d1d3980d9d9bc0e6dabafda -SHA512 (context-transliterator.doc.tar.xz) = 4dd501af23511dc81853ddd48ace2aa572c553aea0ba09cf2895b8bd05c4bdf08a6f5e254eab88d4098d441f1d410c0161b1e8b24e3ebf88a38bf364e90b8539 -SHA512 (context-transliterator.tar.xz) = d41cd0ebcb99670bd48f8becde633c21401dd9044bbf93618a031da10c59bb8f6d4d6bbc68eecac75965b26f5052f797609d67d791cd7a281f72cd062d3d7388 -SHA512 (context-typearea.doc.tar.xz) = 7171bc5c5e82b3897f75421e745e876c2aea84e9e9cb74badd6dedc75666b8f9ddb8b6d11c523ea64be6b57dca4f84555827afa32a0c90f6df1c31b68b1f6395 -SHA512 (context-typearea.tar.xz) = c4a2f2317b146b31102273e9b616d403d4ee836a61fae96bd9315670b0bdd5f9d94ecde00b53d2ea5f7073773bd8af5c322b07c3b05bf7ad5262a9f0e0b623a1 -SHA512 (context-typescripts.doc.tar.xz) = de15432472678cd9c7bdc0e2597f1fe02275fa986767f269fb4237e8d0095a1100908e0b46429741c8ffebfa84fcc27272045314cfc185ccaadf5ffbbe030f69 -SHA512 (context-typescripts.tar.xz) = f2d43256997cfba2ab2fe0fc8ebe90a3798bb42e6d455fbe84540654a95fb06a170aa19cf11e4f3477517473b21fc05426247b1f1d39c9132e703c0f1a9a5d0c -SHA512 (context-visualcounter.doc.tar.xz) = 1788355ea4109e7e2bbaa9bbc3798f60a814d549d082638a59a453cc5fb39b54ff8a00471a28a96a5501e91899874ae19981ae0f8a09b6353d19275b851b9f80 -SHA512 (context-visualcounter.tar.xz) = da7799ee31a4298f8e8cb02cb4e480fa49fb4188b776df877648c663c93523636bdd7fa6ca5eb403fc8f3483064bf223fed042c1d27eb0817c224ddf8e21c673 -SHA512 (continue.doc.tar.xz) = 0b6bbf7c3123b7e741255bd3ff9e020ec61bcb81a236ddec41e709f14de514057d9b902ad783f48e5c04ba1ca6daee31a38f130649cb0e5b2d548ca9689d5dca -SHA512 (continue.tar.xz) = 42cda9a2796e9006263320163777df7046a79e38cb2c0ffb53f23c27cc03c686e00e39b066228b09ca99a6e5c2bf4a6cb32d5d7c49b40cf614c542e258968ab9 -SHA512 (contour.doc.tar.xz) = af1c649d2e5666ee3973395babce4802da2154ba95fa7fc08e378c261a8ea1c5be44053c40c5cc1bd0c74e2c54b659470c3d45063fbbd4330cdc5e664f19bff0 -SHA512 (contour.tar.xz) = 0dd4a28f97efcfd0459595776cbab019168fca48984d78f9ec17e0f3af9dbebd378adc6649bce6a9a999651c75316f3ff44e0f10e208465dda2d904d080c41d3 -SHA512 (contracard.doc.tar.xz) = 984acf51897209c3bc3fe4760088a6b9cbae613acf51c5f8c848dae3a3d13e5e8171fc62db25dcea267cadaf9f2ba81d221085ae90a7da1fb5e6d0dd8e243f10 -SHA512 (contracard.tar.xz) = 07c77a1e864c012a88be95a98ef662f5642fd63e84801a994be702f5ae2d62100b02e109ba6c775f2c8d11d75627fdef48acdbd55bdb4735896fd945edc4fdc6 -SHA512 (conv-xkv.doc.tar.xz) = c1c923008185db09b3e7cfd90bfd9b33ca2a61ccc706b0f9cefb238e0860120da517fdc7166e4fe476a1cc02cb4a7a3fe4c9b81c87c8de25ddd1c0c417dcfca3 -SHA512 (conv-xkv.tar.xz) = 7bbbcfd71a32704f2383289d91fcc1b5993aa9e184f5d974f6dd5592312e85848a926ad9e6f412bef801daa20cc2b9c999ba137b9b24e31facfd6931309630df -SHA512 (cooking.doc.tar.xz) = 30cc2a5b4679126cad1b13785081d924f9d455a5f392e5047c14c8ce1dd3efca102bafb74e1a339dd938680f3a95111a7025a31508ea63108eb33cf32b03c9c5 -SHA512 (cookingsymbols.doc.tar.xz) = fb6794942d016d12f527b86947c7fae9947a7cf9122a7b26d39bfeb6d5f55a7cccc11b666101b0c80a92c7385ae8305bcb4d792baa0974b738af80697ad12891 -SHA512 (cookingsymbols.tar.xz) = 9b43ffdce038ebb001c0ab6198fa2d92ad6f1ec6040f1c315a53fbfd29367e5c851f4015c36b0cdb2eea84f4a8dc90aa3d5126a09f93766d614931bbf555f982 -SHA512 (cooking.tar.xz) = 6c2fb1adf244dafa9689844e1283dce19786e2c1df170d4172d3567514555d90adcb82414f79b5d9dcd59cfdd3af5d6893fff57972d6e4fb32196add0ed5b1eb -SHA512 (cool.doc.tar.xz) = bf27e08a04f02f58ffb04ae0fa7b26860ab4129d3de3e2ab20d244a99c96b112a7a3dc10d064a364e38a80c1087ea8c693e7e7538a36975b6914f75418a82547 -SHA512 (coollist.doc.tar.xz) = 6e183739d0dea5e0da341381c06a671879caf6fc666a74c87b8c3e9df425d3a99cc4ca2f2acb32969cce869a496f0a50bbfbf1351bd71e177b63829bd11aa6ec -SHA512 (coollist.tar.xz) = e7568164dc7d7aa9395cd79e52e4f58b1087d1203d7ad73dca6aefab9222af6875cbacd3270d3ef193416c1b2d893877118c74a206fdc813b3fbd52935ac9d7c -SHA512 (coolstr.doc.tar.xz) = 63c833be3ab646ce509e5082af3d135d81224c7b586f6998e5fc7410f2ed0e52abb05adfb49d78bae721889fc522395b53810e3ee627184de83dddb198cd3083 -SHA512 (coolstr.tar.xz) = d4fe8de308d6dd9711f1d877fd1d5ad32f36a4d6cb17480571d88f4b63f9441fb1db217629ddafb25e774bb6d43d148742f9e823e1d43f497a9799b869f90b62 -SHA512 (cool.tar.xz) = ec5b1612484852897856b58bde90aabc3e8c051f6a14674f2bf3a121993ce074214c3d61c7d074dae54e227c759630cff71793ac1ff433b048f3a15f90038c0f -SHA512 (coolthms.doc.tar.xz) = 2f5ff3ead76bc83138e41ee881713829de7b8b0ecdda353fcbdd9ebdb7851139eb9022fb4eec1a1c03d125f4106ce748123a9d9fcd76859e82158a541aa20aba -SHA512 (coolthms.tar.xz) = 7a9d8f4605a0ff108ef5cb32ef4b6f455d16898248fee534e6557d8323c4378c8299fc1a6d58dd491020090ed4fdd3e41a90de99d18a9d114b72bd57b27b5e7d -SHA512 (cooltooltips.doc.tar.xz) = 6a091ed9c41f4cf31d9db7cb2c1c76a342583f9d568ed89380bb624fba35cb3b788abde47f746b0e8a0402da19171fce72c7f356da2a2e4cb8264452f727eff7 -SHA512 (cooltooltips.tar.xz) = c17cb15979b575ece2c16dac8d56991c7cb32d99e165205c099b5058b658c60b393696fee5f7178611d5ccdf1d812522640dee56c1c4c881a73a11edc2ec8799 -SHA512 (coordsys.doc.tar.xz) = bb89a04e5889c39c23ee65c38232cc0be931dff383d52614e290b6bd8ab23e7c9063fd7ea656dde896c08830b8c7c85e1da7f56728fd43a1bedf31bef6ca2e83 -SHA512 (coordsys.tar.xz) = 83a57df64b3386b7e927ca30b4b2ea031bd656121dda79dba0f96779e77d733d2293b80a3b08081678bea9b31a31a586123e9866c6aa595561843af3de0cc4f6 -SHA512 (copyedit.doc.tar.xz) = 60fde840ac3c6876f031daf09e852ddf79276d2f841dea2ee5299678bd116df31b2ec2dfa6d6175e45a42fd781be6935cbfa2aab8621af641985e3df2c665fc1 -SHA512 (copyedit.tar.xz) = 27f48ff201c66d61ed7702b4d11f0d39b0c74974ea3a90506dace0f3cb4ac3c4ee5cac28f9669574184620b3e64a4b9ef3fa5564213e3d200754bbab791e52ea -SHA512 (copyrightbox.doc.tar.xz) = 9b817f2874a35f3e023774d3be32e0f8bf53a26f9daf553525c95ce0c21a64a22c3a716fb20cdc76921ec90b7b5305f305bf44853cf87d13ac38ce853ca00ea4 -SHA512 (copyrightbox.tar.xz) = 2ae2afc738cc906d24fca0a6319c98dc1e9382bbde6db3d0c3a371d3de8b92c30b3bf05be04797bc0ed6d905933a50e74809eed52f06cdba5fc5088be033d4a9 -SHA512 (correctmathalign.doc.tar.xz) = bc6c9f24a4107d28120e6934f6966b2560ca4c34169b0074023e941746240879bc0572840d3967effd3a1358ef288ac412946f79fd3b40151c1507cba8828be0 -SHA512 (correctmathalign.tar.xz) = 5a7e9b3b51ae82980cc1ab9d4ae74aa0b65afa533d21230b1f5e6867bb6464f910a07bb1c38621eb18d8bccd8bc50260b8741752936c310012590706726ed6f2 -SHA512 (coseoul.doc.tar.xz) = 6e950d1f5129b39de2cfdbf7cc46b101f81336f29325a5e74f58dbb4378dd79189d1e29dd88a9e828fe4e758b6de93e76f70884c9fc582cc8a69f6db1e1f2617 -SHA512 (coseoul.tar.xz) = 21524a0721fa26d85b383879cc75600bcd55ee05220eac245171eadc30dea7296731e4d6d2d3d82d10b32f1d674d444bf1df41dd82b92d5cfa7ea06d53f56147 -SHA512 (counttexruns.doc.tar.xz) = 4a67cac01589ae5d3eb61c5c6c66bb38ede138c9c2b56fcb6359c8f851bf55ce3cf2e5662cd7751d6708c86644cb5f607318612b01b60f769858d594c2b24218 -SHA512 (counttexruns.tar.xz) = 569393d76512308751bff3c5cb22bc11ecee420bb16b5f7d35d6b10beaa02f9c99a4d440e7f3a35bda4e6821405e5f8d621af5af176821549a0e0f0660f998bd -SHA512 (courier-scaled.doc.tar.xz) = 59c5cec8491e678b084afb4c6e63ed07ca179b5f17be8fe581ff341c80b3cee8016601799ada090e1fcde9eeb72197986f3d4aeffa7c7a9d10a014e34282f52a -SHA512 (courier-scaled.tar.xz) = 570256a4353163cba169ac5d649458d363edc5c2836efccff1e7df83c12d9b552978b3531f2ab026430b3222b3dfc00be0e4700031e6bc50bdb60a739a68c9aa +SHA512 (colortbl.doc.tar.xz) = 4de654d192374960d94c13ff47785ce40f2b0a298bae0d1b5342119f018844653ccf4f4c99c6286accdd62d94bab82cdf6eef1f7977cbb583cf37e21496b0420 +SHA512 (colortbl.tar.xz) = b24972e5a945458318a7b383ad652c7851f01e6c66fa40f8d670f4f3724d280e18d825fc905d76d111d7de969bf6be29f45447eaab78fe985275984a23fd47bd +SHA512 (context.doc.tar.xz) = 0ed466b4fcd66ac43808d5d6e11d81419ba87104d3ca9e8e79f4a1e355a88b26cb9ac172f9502b74a58b21d5a99ac1364a6d8e42fdbc8f95175f0f504b9a67e1 +SHA512 (context.tar.xz) = 3351a0da659954026a8ac4f25c246f82fda0f63ded2a8dd1dc463bc71b237977b4beffa3e44ee932f2e22e7fbc396ffee3c70ad5a85d153ba032ad46040b176a SHA512 (courier.tar.xz) = a7a7350f23921254b9a37e498c2360aeb67d4aa8161072dafa38c941eca35388eaa5d8a341e8b490e783f346ed6b0f4a4d356dd914f70a858c92c76ff1808440 -SHA512 (courseoutline.doc.tar.xz) = 5a52cabfbc28fe27aa6f85b3653de3ace51b65011ca2e33b56be59854b364319ed8adf95576f8211d9494a367fb637b47fd2805a2663df87103b2d67a168dc13 -SHA512 (courseoutline.tar.xz) = fd3bbcd90570aa1cbfae49fca247d761ac0b886d795fd8097754706b21ab1d6954eb8d8a6c1fb4e69d550e7ec89294fa006f50bab0c7b806c545666eac4915f1 -SHA512 (coursepaper.doc.tar.xz) = 359ee3956a6da4eb41947db9b5f8dbaac7c13c18ea91afd6d63f738ab43af4c77fd93e9123ecda28b4e2211387c910b7a46b2ccd97edeba70fd6d2852b228094 -SHA512 (coursepaper.tar.xz) = bae9e3188a3312f970434b21f23436251dcf8d7b5b2049decf1f95903f5e58ddf9dd328ffc6908c70bec436c9edc3ae62b05d110f42a8ab322eb3f464733ba96 -SHA512 (coverpage.doc.tar.xz) = 01346bc57d5742be2196c8768106fc06534ce03571dc1e3e9d48957ba6d0e1a3aab1a4ac070d4e545f058d1b3833e908398fff62d3ce6bd462b927646ff1e60e -SHA512 (coverpage.tar.xz) = 6ba22fe89f292ef65ec41a958a93a8ab729954fab33f10677954791bb2be8bcbca71ba4953b6ec47066d3b92e444ebbef9b5f465952076ff0c679706f0ba406a -SHA512 (c-pascal.doc.tar.xz) = 52252a2265d9bd48f09ddaf5f1517a6a74980897f0e8e0ad7ea71bafb194ca5bb98386af537ef2a4fb955e62ccba3d16cc1ebbae094502f16ae3bea0c5073c79 -SHA512 (c-pascal.tar.xz) = 59aa375b3b953f2fab04547b3234b36fd08af39392cfdf05f6992a90ef3a52503b2e11296787763abb9ce6251f9cc2fd062d78133038ca4a92e1b06ae65118e9 -SHA512 (cprotect.doc.tar.xz) = e8a5000eb9a538f95bf6df4e2d68ecd8769974192e8181b6eb40e5f48b2cc3a9b9d405d1c7b611e35c41dac5ca5165a503efb7584ee94289ed3255a9482b2b2e -SHA512 (cprotect.tar.xz) = f4795674aa97744b0d6ed70bcae83a1ce3b41670a1bff2e67d12825154bcfd7eac2a740996bcb4aa0445697a3e4c17ef3d8606b308b7db3aea263269a7e2eb51 -SHA512 (crbox.doc.tar.xz) = 8927d6f60a3a895685c679e565632ee2ca68c1f2e8dfd795a481767463d88ec37579bfbd55858ce1e6e433a981de4b5140cf75489221243716cd8035a2967a90 -SHA512 (crbox.tar.xz) = 087ae9406fd8f6916e355b51d2f4dc7383228813716ab9f6c37714794c931a9b5defa4678a4471523c5fda2c6b0b7784d11dfb488a8d9c60f0244d9d2d64ab2b -SHA512 (crop.doc.tar.xz) = b68db452aca35a90dc77e500df8db574c321c693490abdf9c7135c7457b34b5a42dc32213c5917a2e4ee37252d909315c4e68ff76f3185a9c321eee3bee10a04 -SHA512 (crop.tar.xz) = 6909ec6d94362aca7b0c0a00accba6015f5b30c06bce01acd22b87b2d1550ebb7747013d008b7cc82c4cf0b3f5fe6a6575fcca4ee50707214fcb0e19ed796989 -SHA512 (crossreference.doc.tar.xz) = e21b294ac2b3489cc81ccc99c54bc60985d8769e297f137180a9373ad289248b5d90acf3dd9800d0690907543cf52f0532f6317ef55a43a5b55541805e2be68b -SHA512 (crossreference.tar.xz) = e34b4d383b8398880b962cdddf248c95f2bc7187b5ed4f0caf84655a94f92b915906b150ef904c696f49f22ef23c039ee66427a03b1430f7a3d5f619f2a80d01 -SHA512 (crossword.doc.tar.xz) = 121e26265895e99dd00dc84ef8b1ba9f4b6917ccbfafa6a35d1f6b81b42c70153bed17790eb6e2d4a5a4fcd8c5cf2e03f5b6e458a2b125a2b7a0f0292bb24947 -SHA512 (crossword.tar.xz) = e55390ea7eb83686bc49e1f33fd4df2e7b977e031fa6d42e3d18d2cb5b9f34905aa4c43f173ad6745e98683376eb5ad4fae1a8344355b272f0b4b8096b1521ce -SHA512 (crosswrd.doc.tar.xz) = 0d4d1e8c1577ee23f7fc60ab8c106121978e986945b8dd399faef4ca55e60a7ed3ba65220ef56ad11b7a100690f89692f0c1ad80c845e2aa04d81c8664a6cd27 -SHA512 (crosswrd.tar.xz) = 889334e046aa6371df566c814faa98fdf4931c85be3d49e04d932f02bb71bffaa929614398469be04bf6426ec05ccbfcdbe0ad9798017f9504fba5f3781521e6 -SHA512 (cryptocode.doc.tar.xz) = 0245804ad3761368a634d7b062a02e5a073ed91499c3792f82670ea6ed18f6790f74d23e5ff4770c1c3af64b3a90d9f3d59ebe88828496ae19fb517dfca1e0f4 -SHA512 (cryptocode.tar.xz) = b15b76169656d91a366e17fc832f0b661e0bd31e2d8f61e2431d3e7adab66b24c145c2e84e4c9f9aa8dfbe27655b37c657765e549e04f9de447c5c6cefe38480 -SHA512 (cryst.doc.tar.xz) = 55c765a9a4799f719383473700a0ef5627ec8873fc9fbd4ffd191d205d24b29d57255d90687176789240a3c4a547a3a57ed341a0558d99aa01dbcff0fc7dffc1 -SHA512 (cryst.tar.xz) = 49e1c9d0cb6909e421446230bf71123fa71b4aad1d90b1c7614fc465651f701d91f576c2edd8b6840d1c78dfa5557cd604e61a5e745e1ccb2f60bde9e66117ed -SHA512 (csquotes-de.doc.tar.xz) = 1e8829faf2cb23b2e565a4b5daa5a09ef01d590d920444ee4659964bee042148ea19e9fbcb63e4c4ea1e2698697554e0bc532fa0fb7610bbf9bb4bca234d33d5 -SHA512 (cstypo.doc.tar.xz) = 1ac42bcd1cadde9165f8edceadb438c4c2e91d6a89486e56e31623cf1ffdd5f38ec800d836dc90a5a6a0bc48dfac4a8ec90192319f8f046665c77e91fc51b91d -SHA512 (cstypo.tar.xz) = ecc9054a0866e4926277bf5f52faf97b0b07f0ea660b7c4d089a552ab57d3a900cd1d688981770df9b3a4285c3d451fb23f1b69757381f3cbdf88cf0c88cf61c -SHA512 (csvsimple.doc.tar.xz) = da691d9d44e1624ccab48e5979ae9ecb8697387a19280602c28467c8f2aefbafc494067217836a09a6ba1a653c8fd3a7903e3607ca56922ebf47870bea49c583 -SHA512 (csvsimple.tar.xz) = c071fb93d269e27c7059919213a858d82bb5fc381d8a9a0faf82ad0b05eaac808dbfc19c30c8530a98582f3179a01774de78b0f290a15d4ef79e06eef0a9aba8 +SHA512 (crop.doc.tar.xz) = 770ab2977a4ddfdfdbac5f1107e01b8bd5858a31747d44bf0186565dc79becbefde2f34a9514dcf214b8eb781390e98d5f5383f2e70e393ddc22043d4a0eacfc +SHA512 (crop.tar.xz) = f6161e7688d8853d2d9041cfe26360b71a920028df673d04ba38f258c810021752bb7282757ceb98b2e62f7ae52a5f4abcdc61333081d77b205d5431ca62a569 +SHA512 (csquotes.doc.tar.xz) = 84407b58454e4e4b235d93b01bef99f7a20a5de4ebac4990c9e00694a14dd67debe27afb6f3a079040330af3ab186db11f1150e97fa9511e782e55c4abe52bcf +SHA512 (csquotes.tar.xz) = 541cefb84ffcb6a398c18d01cab5d7c96bfaa82841b9439c1f77f3b2b4904e0a37fe2e2b355777e4552fdff3ebb054daae9d9d9a6c7436746f44917095be119c SHA512 (ctable.doc.tar.xz) = a32bc9c82a87f1f9327d5cbf4c15052124608f970ecda1909aa67abcc2fb4f10bdfcbb5568d8af9332687817f6f5bd6aaa0ce4843490e8ffac22526bbe123fdd SHA512 (ctablestack.doc.tar.xz) = 2c74b9d2aa44b25952307e4593b4a792cb5d98b78619efef82ddfb134ee3da64de87973db30f3e5d5788ce5e6ef138fca2cabc4ed412c97cfa7b3dc6c3ed1060 SHA512 (ctablestack.tar.xz) = 3485fbd1bebf80814645c1be3e7358a959637439fa17cbbf7c2478ca73c4312cab82eed2aedb5403dfe94b0cfc09ee3e9c8182c08d3708608a267da235ab30a0 SHA512 (ctable.tar.xz) = 3192df463eb4d307ba886b82d586580a741da8d901dc560c06d293e04c5d5af9efff56a1482bc41b03aeaade2cc25cdf6f4dda3e1baa26da1f7d4d138f44bebc -SHA512 (ctan_chk.doc.tar.xz) = c61bc0d70cadcc4382dae55cdc1af076882801321a2de16f164223267732e476e41f949f566808c928f446d69aa22bd9965adb155c97905e32b93808810c76c0 -SHA512 (ctex-faq.doc.tar.xz) = 0942a249a30f97d56bf5cbac2eb4de285a63406620b825a36d9ff8d46fbccd614af488f89e2af7472f1a9075a0e2b7228bb65a5804451df6945ce6bf4287b0a2 -SHA512 (ctib.doc.tar.xz) = 65d8f613ddb651cef4c345791a4a849e3f672930fb94d1ba789e827b466c459bc321762c71675cb4c5fdec8fc456520bb7013d5b737b4ff2bd049bb5917a98ef -SHA512 (ctib.tar.xz) = 8999ea42b82e56cbb06e2485060b829a0781550834ea421607b4621199692976488f4031266eee1a6b1443b12828e2fb5148ff43eff137c01ee9db8770bb1565 -SHA512 (cuisine.doc.tar.xz) = 9e4f55bf8199b4bd06847dd39e67e91a8a6885b3903c9ea772199d9b9fd9d7cade173dff6f785d143b4e7c3b154477622a4c2cad14576b22068a6729693a8227 -SHA512 (cuisine.tar.xz) = cb594c2ef79a1d1614ad2b7bedff3b5bd9853bf36947751c880c36c73a458152eb7036861d0292614992623192841c28a3f4010bc0c4107fd8a4277154a1baf5 -SHA512 (cuprum.doc.tar.xz) = b9a9bda8eab6087a134b3b0660282998c7c3fa7fda8890e61ba107b9f7576d85ca01b59664c1c198679151e01cef6ebce5b8de29644a2e249a6ca2100f526fe2 -SHA512 (cuprum.tar.xz) = 578ce2e5af01e81ba80c0cfcc0225985722c1515e8f98460a1cb5d71d8ee4630d400f28dee04bb505c429b13f5cb604364d26503af0b5d9bf98164b218b09413 SHA512 (currfile.doc.tar.xz) = d45abaaab826dd9dc8a7d5cccdeece29b26d8f56c0c74c2047f5ae7d43ffc3c0596f009536fca744fa9bede2e8d87a13b68b8ebf4a0ced31afc6bbab5b76ad72 SHA512 (currfile.tar.xz) = 5e67b659df7048a2f3e0d99f7e7da753fcabc4cc94d284d88b6b6922dffe2823eff3c07e96d0d4689d2c430a1cd66ef4693d0ceb344609c6aeeb919aa378a297 -SHA512 (currvita.tar.xz) = c555b0e9c7a500e086f0435a2dc6cde8da8b02df4d27be14534d28c77c1f546aafecb863bc652922e07191d0441a77db647f8d1d11e33ec9bc6014f73a5822c2 -SHA512 (cursolatex.doc.tar.xz) = a0f726330a5b2d8da94cbf25fb1b1a2b22e5e9010e0cafdfdee3781bf518f0cb48adb27dce0fe2e46572460f8c1749c0db1c16e06343cabb8cb94227e3da58b6 -SHA512 (curve.doc.tar.xz) = 7a56d7c3bd8b9b13ee675b99a2f5a8a27fb3dfd81dc5225f3a880f338d5390c893ca887cbbcd9ad8deae2a1d6b6620ef664ea64384f93fd93a75a5c886641a2d -SHA512 (curves.doc.tar.xz) = afd68373952dbf2a97944bcd7b36dcb62d5b65727c660af56dd8da97137ef4845037988e211996289fb54efa435833fa4a503ae4bba70ab38cd6e55f1966db1e -SHA512 (curves.tar.xz) = b2ac96620bdcae2263e0ff37ef0975fc705efd2ec30fa53a5cc50d54378cb29c6ef44543cc321e6cb37dfca0ea9a6cdf85777825703b866bcbad9729235c9722 -SHA512 (curve.tar.xz) = 9d318d35ef04d171da1c36ab4646465d4aa0feebd90fd3e97db5f1cf09c28c174d0c3be288c369215812f51ca83b341abbfdf3fa44458d1994cf68dfaeef0615 -SHA512 (custom-bib.doc.tar.xz) = 3d5fe696f095ef5661418e3066f2f98768968eddbeb24ce9ec84647b78452f97482ae1dd17cd9c84cfb81fc4a43052b05ef6aa4080e32a464d2ba4e8ce33869b -SHA512 (custom-bib.tar.xz) = 95b485e330c97242bbea4b989ea9e70882d796f7ff8fdbb10b0627d102ef6177c8cdfca976a89853170a9171a69499c58711d1deeb0e420f9cb268e336d4f663 -SHA512 (cutwin.doc.tar.xz) = 89b4fb68d949b86eb3b5d90f7d8c828e10df591cf734f5e6908a221aa9e2d50820841e6095dc912619d4461c37b735907504e63fffbfd95c3371602144f87429 -SHA512 (cutwin.tar.xz) = 484c995cd3b18f723899fc04e3af7b49bc7ac90a02448c4b49643b8ebe09c445bab122bc2ca0f2cab872323438fb02af3e5a053977ae8ff6146cb4af96f08ba1 -SHA512 (cv4tw.doc.tar.xz) = d9166421ab15d7569a4db66970486c78af43ddbda9d7f9c9488dbc46eed91ab5079c0f9b7851835afeed6045ee4c65c888e1be93a95cda14623405847267880b -SHA512 (cv4tw.tar.xz) = 607745abedd1325c59bc8ae360a1c5d00834ec7bd050b057ba5427c135f17046027da3fb6130a0718e8d33bcab74eaf235f2de7a1ace483da1af87be5e559867 -SHA512 (cv.doc.tar.xz) = c04b207a635f1b6f76e316284da987b45fd4387961c59b7b1f1b947284937f91f4d95ade824195d1f0db00766fec870e6859a6dd27cf3b6b426d095866f17d6a -SHA512 (cv.tar.xz) = 624d9bd1578e0d2e40e2ca76cd97d7f44d9da5c71daf737e06e6b6b15c64911af17f0da197afa17b5ff3b145461cf7efb058a5cbcd02e7c21642e660cfa3ca4d -SHA512 (cweb-latex.doc.tar.xz) = 16c8cd2681e216084564cec718401b9e8d98228e6597d38c42f8ef4cc4775e8e606fa11c84d21f0450d85ee18c7ed1e5fd9e1f54bcd0e8c2927b1147ecd4591b -SHA512 (cweb-latex.tar.xz) = 5d94dd53bf3212967ae38c094115c4ae581ec15a49e3d0f64be311cd1aa190eb9efdfec2cd83bbc3bd89250efef9470a6a6af342247fb9670992546a976a5886 -SHA512 (cweb-old.tar.xz) = efb1c9b65f7c628905d2dac1373da96346b6b6c78f15e8c0c8055e86c1a52b09bdb5f78fb06106e350d10a8daa378eb45f5fe788c6c3d8b23f0b47c3db6f256a -SHA512 (cybercic.doc.tar.xz) = dc72453f55c6a72913865f584b026baf287a35885548ee5c2c8d29cefd60595f4aa9f7c456f59ebf3ed3e3b72711beaf90cf85f24c2ce6773146fd2a4724767f -SHA512 (cybercic.tar.xz) = f3bfbece973cb3b9a3077c160b0212561056cbf7733e1c011b39fa1dbf94395937f4858964acd0874f1cd3ba283df9797cdf19e8e71e7363a7619c5ae653881c -SHA512 (cyber.doc.tar.xz) = 4dfc2289e92552dde5cd1703e5644e6a19f4281dd16cb80d86caa35cfbc07eaf0f5cd57686e185adafce3883433fc87b1fcb590cd65087571115dd4b98023d02 -SHA512 (cyber.tar.xz) = f79e9ce92036c8a106de0a5da06f5c2b833683527f1225f5b69298b6d886cb967f9d1eb459b7a0543d89b0943a8425dc802619fadb9d69aa4f57a5ccc71a593b -SHA512 (cyklop.doc.tar.xz) = 4d81a01eea30a4f86b2f0a7c9c21923196dbd28c7d5ba5c1639068318ef227720550b3052cf0ead6f3194450d50dce9acaa325a0dace0e6fd230e0ed11d9b106 -SHA512 (cyklop.tar.xz) = dd6584831fae3eb388f66e42f289f9bdeff401412c7df471752c4aa56bc67c16c56f6f271d11c289a1389faae138ac15abc41bb716bf344bc2f49fa087ecd380 -SHA512 (dancers.tar.xz) = f570e4c775a7e4cdbeaf2ad764ee147a685b5332369aea29175a76fdc9fb37f052da295d20a177eda8e4b8352d733034eba36882c2507fe804d7b996c0e0537a -SHA512 (dantelogo.doc.tar.xz) = 4612de774c6a39c7f09dfc99aa182fd37d9f3e32dece37726f1e87e48e5faae246f2959992267f5b2cb685c26177e47c5112fbe42b8f1ac3a60da92e6276a681 -SHA512 (dantelogo.tar.xz) = 883c5d6f8368bed41002eae123329954fe38cc23a5e6db7feecd57c16540b6b9277cf7d13af6ce8f63994c11148708e1d3dd10ddd9d17457b015d40477f91eac -SHA512 (dashbox.doc.tar.xz) = 26672278ffdbdaee64b82f4e7554b5664ca3410ce8009454cfc229e3590439b4a4e212b77568605adda885761f5ad456bca022f198e259ff9a33b8e0abc1ea6d -SHA512 (dashbox.tar.xz) = a52bac248fa26031db34686e57cd3c9be90bc18b41339d7e2dc85a68de1de23a627648599e5fdb207d3364b2b4e3651aaf9c2d90e6c3bd0f0fdcaa30fbc8932d -SHA512 (dashrule.doc.tar.xz) = f45e0785d7c6522683e724ca27f7505e3da6bf5923d5a8c71a75ef8c67ffba8a4e4711b91b64f25dca95566448cbf74b5937dcecc73f5ec0aeff7ace8d0e4c1f -SHA512 (dashrule.tar.xz) = 4b1b993e9044eb2ed4bf6bde0c114b0cd1fe7daed38f8bc5d3e25a2705d55cb41b8a372cce84b0d61093044d970003a4317de98cb468978c8cb1a8315f980940 -SHA512 (dataref.doc.tar.xz) = 2d1bb12245c071b8282db3d0aaf198206fe2b8509527ef6e56950464b6f13d20be8381015fa62a1b0c7469e004664182170ba400c7650b38bc597e269f1d173d -SHA512 (dataref.tar.xz) = 8b76861673fe05785582abbfb50d46ee6beea2cd63bd7f622e2640acce9c88a39e4fbf57b6db7872dc3f3b473d3e33581bb6c93f305e036148efb1c3ad4b6d8f -SHA512 (dateiliste.doc.tar.xz) = 53ca32cabd7e3a32d02c77beb076b08ccaa782b6a2ae249b932242987741f0e255bdc83a2b6ccc7ed2e0efbec66923798026040745152f7244984a0843c8c23d -SHA512 (dateiliste.tar.xz) = 6da6a802994a06e040d43ac7fc9db0515d9273ba9d4cac061e04b05922f9eb9fecaf138eb641b3149be7b98f9139c428084b6470bc177a020386e0dc053427b6 -SHA512 (datenumber.doc.tar.xz) = b9c156b19bd6abbb3f996495dcda633172f8e559add744ebe25bb58070ba06bc233c2dda54c93415da14aecc30d2888241bf9b80c0dc5922b46cd3ee05865701 -SHA512 (datenumber.tar.xz) = f87518683c9820e816f33e535bc8e5d7e31fcda124178593f9635b040151d1f43f6eeb4d69ca974b847c97efcf19fa94f571d5534dfdc8ac0e40d711d26190b3 -SHA512 (datetime2-bahasai.doc.tar.xz) = d9542fe7057b9972c6e0b9ebc1360c2fde8f9b3538e70efd7249f0bb344f2d5c2845acac9ce39fec6f9f7197b47e65496ffc662b9f3a3044829e4709d6202995 -SHA512 (datetime2-bahasai.tar.xz) = 6bc05fa0f1cfbf05008de715f9b278948272cf7894e8c29b52b6ee4ba436e01e5588356fa020fd5453ed2e9bee185cb46c54ee3e808417782587c9509bab17fc -SHA512 (datetime2-basque.doc.tar.xz) = ce083f982f95f5e4beb33a706144d26f6f09de8ede946ac89d28ad5e5c75f9a475e4e9bca5fbc7773ee90a91ca095f0b1a9908fc0f74fcbb4117ec7511d603b2 -SHA512 (datetime2-basque.tar.xz) = 73d7dcb4a2d13d4ad4747d4d2a19b839bd9a1bd55793657315832178091357f61d9b748d5aaefd317baa7f52df2a4926dad6196d11d11cbce0df78168b2ad380 -SHA512 (datetime2-bulgarian.doc.tar.xz) = f07df79af157b8ed471f5c8021719d8ac4dea9075885cc42ed0d64405692efc5ea59b6a77448225aee477b8fb05d564ce9155b7e1efb3d9cd7b7baa794783cb7 -SHA512 (datetime2-bulgarian.tar.xz) = fe0cf5eb73c5253467a8d2b972cc20825b5179ccd3964f64656ee8f4fa5d7fb7bf1660a7e79d58c491fe74e8c9421b75c177d4c8bf7309782c81ddeb69ff1203 -SHA512 (datetime2-catalan.doc.tar.xz) = d1613bf5d8a35f69bf3dde127a764434b8527f0e627cecbdda43490642cb8d0a10ae629bf5f1359b7a87c12b3845bd468fb2c00b508be1d2cd80b6ad98904ebe -SHA512 (datetime2-catalan.tar.xz) = 7a414761760e3fb61ed12c656a88b6ae4d36b8268998f10ffc85a9cd362a6ee60b73b37c0994aa47603e805d785a3a0faa7266efa46c3e017535b864f2282e5d -SHA512 (datetime2-croatian.doc.tar.xz) = a56060b84fc6d2917fd0cf160f0405104a3413e02456ce91cbd97aebd746b0e91c730d2e2e4bbbb46f39521b5c6cbc45558bb4327c7260719ce21e8226fe5910 -SHA512 (datetime2-croatian.tar.xz) = 603052fb5cff6ea8fa5b951623efb1fc72aa6583fa1ed560b4c5266ce96cdd209423773ee0d3a592465247343f3fff966d7a9cd9698e02e339d5a1c579591f37 -SHA512 (datetime2-czech.doc.tar.xz) = 976e98000a80e15a4ea5204f15a5288781ab35089bcd9427b62fb445f28a25ba0c03af4e64a3de688a51c5c94788732fa199705a68de3e9925f1db4ec7dcead7 -SHA512 (datetime2-czech.tar.xz) = 048ffe6258ce1d4bf9d098e7623d3c5e25ef8215a538e33806c4d35d6368fda81941ff9adbb394085c9b4f058fe9a3b02cbeeaae8cb1f7b2bb55aaa35c743d61 -SHA512 (datetime2-danish.doc.tar.xz) = 1d933d9d48ad6ef3dd0716fce0b2da6de6700bcd8c1d729d8216145dc5f243ea83323b0fefb6adeaf10a9fb264343e1b429044aaf86e6a77a121b0c951c2c77a -SHA512 (datetime2-danish.tar.xz) = b9e5b442282fcebfc114a772af8317d8888cdf24cd5cafebd5d3c79e3ea8790a4fd082c2facc1a466e7e5b4266b0d93ea5fb6cae64f96f3d131fd4869a465a4c -SHA512 (datetime2-dutch.doc.tar.xz) = e5f2fe126eaf87ef34dce686db6e9b9c3c322a2266293517e803435dfa67b55da6a771f6c7253203dcae0dd1237096093a6463f6bbbc096c108b73bac4a641d8 -SHA512 (datetime2-dutch.tar.xz) = c14fcbb882183095c60f0e881ad1668f90855b90cce352922a562371bf2cdd556bd196ec85068775b9aec590f098c956c784b98da283ee1117bec68ee585f5fa -SHA512 (datetime2-en-fulltext.doc.tar.xz) = a6ed1e804d8229d735aaf1874458dda3206ecb5e648c35af82a1d3fe524e65aeb7669088dc4bd9fd83919263d59035fd539a8318a24b2bc2470f14670e28eced -SHA512 (datetime2-en-fulltext.tar.xz) = 19f08e264921b8b12def2b20bb1d904f90dae712bcbe579a9697d1f657f148ad8311c6d7a8621f336dc82518ec64438640b49776fdab62f302b0919cc7de8e4a -SHA512 (datetime2-esperanto.doc.tar.xz) = c200c3f39ed756765876ca5655b99025a898719f9723a996bd4772974643e0421edd8d36a8eeb00d29dc75ae715fb55927e31f067b1159bbb1f4dd218de780a7 -SHA512 (datetime2-esperanto.tar.xz) = 6406e5a6708c1c97da6e0f8460ba70d61c403875497c57008013a3d1a8a9100b344b3d7267ed869f777566aa403110e17d778e2a47b3970846324bf08e8ae046 -SHA512 (datetime2-estonian.doc.tar.xz) = 268b873d870ff19a3151d4244b0329994e559ab61198ab3d76d830b1bdd6a05e8b5a7a7df2fd6eec8d57b9e28626f80af755b1866f4ee90eb0c7e94b85f3c087 -SHA512 (datetime2-estonian.tar.xz) = 93e8ebc62b48da8f5c159822f53c35aaa2cbd2fb6bc701108cf6452db7eca3df39de3c1ba9b84136683d22d65a975dc138aace0a81960d1c9382309a4cee5f3f -SHA512 (datetime2-finnish.doc.tar.xz) = 01470814a87a5c87bb54b17a763011872864aad8d1f78f82c2325defb7f135daf34aa2b721bb4cbe7ec80efcf839372de07c29245ecc477708fe60f3d501a258 -SHA512 (datetime2-finnish.tar.xz) = 45f971bd3711d1424b002f32e0535465658e50cd9abd9758faa3685aad6a6e74747e7b3cc840a38968ef49ecb91b3007ec678f63f0c0ad3b77ae0c39bdab2457 -SHA512 (datetime2-french.doc.tar.xz) = d86846e741d2c4f07efee33c1bb15b1de205d0ceb2f6c2c5930c3f224e350e53d3817b7ca96b47073ea8510389d2cb36b49f853812fd98c6a3d1b2484fb3a80d -SHA512 (datetime2-french.tar.xz) = 90a5f2e7c7570c88cfd10ea78cab34affd0483916a867c425cee593a080dd41f85c1db9eee22f1c5d1b27899c0d8afbfae2169e0b4fbc5951f0580437f735a86 -SHA512 (datetime2-galician.doc.tar.xz) = 881250aaf53eba33ee223e5d87f0d8d4081785ea723d5f2e605d04767aed63b2fd8a592eabddd4343c489f1abd809218c600aa5df2447b24bf0465e7a31c8ff5 -SHA512 (datetime2-galician.tar.xz) = 050dd3e5db5aaae106804a315e679cdee0a4e9fc2d10481f21059c410a73492d6e41d9db070bbe5112377a4f1dbec3345bc5f87efba998130cb20e31a443bf34 -SHA512 (datetime2-greek.doc.tar.xz) = 5025cf0113e24efaa2bc413da5d2c14c58ead82ceb07fedad299783c5e445a40295d54e0d5ef3a5937586c484ccaf80e40fcb95e5592266fc82e5e52966af6dd -SHA512 (datetime2-greek.tar.xz) = d067dc579e739c8ebfee602d667042c4727e73595fc199197d58d0c6caad4460401bc9d08965292b36811e38be5424c22d6dc4f49c4a9682da3ef34d46e35cdd -SHA512 (datetime2-hebrew.doc.tar.xz) = 636dd01321842cd0ae1c3a1ed8ef41e1704d720aeb830f03a93c921c4735c1913211a1d987a1b430e312c57440a11cf8cb80f4336b4770a13fddbd9d6a5c3cbe -SHA512 (datetime2-hebrew.tar.xz) = c9bfe10e1cda7e3890cd79fac15a8f629ece47971caa43229fe73236e80e1f476411aa4d05be61f7f03bc34324b114ccac2585b83cced2d38a28f279639523d1 -SHA512 (datetime2-icelandic.doc.tar.xz) = 148963ad2651a79371d8f218c763c90c96d28d18d84c2f57e76ad64b456418a44d15983fd1b1622e33c6ef256f6457b6b33090b7c57fd3c37b8dbc8a0754c09b -SHA512 (datetime2-icelandic.tar.xz) = 50b5b4a4dbe38b669929637c9b22517b960ac0eab3486705efbd92e57e50c7c3a7f46c0d2ab0048a1c382f052589f091724828e2139d8796408edb899cac2e50 -SHA512 (datetime2-irish.doc.tar.xz) = 692acb7c50c30e6790344b37e9fe3cb07f2a0e10b9d63b47c78df1b2d1bd1f8f186107acf4d75dabc14a99db57cb32810989bf7af817bfdd16fa694bfee5f17f -SHA512 (datetime2-irish.tar.xz) = 8c1d54d5fc80b2f7dd8faabc31df20253c9ee48987c268ae685144b02acccb5c3ec6bdaaa5bc420e90ecf4ec7d421afc96d82aef1a76ec7e01fb8e5f81d0a036 -SHA512 (datetime2-italian.doc.tar.xz) = 963759f5e07e01315b827d4c67364d9367d114a09d518154524ba4496aee69f1ef08acbdeb67522d3b350a6f8abf8bf571171d4c380bc3f093d59ea3207beea1 -SHA512 (datetime2-italian.tar.xz) = d099d05904e416d44e9a9ffb337b23e2c1f908dfddbb41cfd7629c4abaa7769c76f50ef687751224ab4ae94a0df4d1962adbad602ed3a7473566e16c5c4bea48 -SHA512 (datetime2-latin.doc.tar.xz) = f683c8764e99edcd9d9a449eecd3f1e4a10a2803a20bff7be22568a69ee1b06c5d054d6664a051b0eef8cdac5bc2387175cb582d005e1af31a5be8bbac4a0de4 -SHA512 (datetime2-latin.tar.xz) = 25f4e92c72abe14db9340aae354e0f598aadf88ec109b6dbe6b48e12f55926f63fc80ca420ccbbbf8fcc8dac066520d69b653981ccdd41b2e8588d85d4f11a99 -SHA512 (datetime2-lsorbian.doc.tar.xz) = 7bee606e0c48dcfa676835e3a313ec8c3b79f566fba6d6b65cb34c4f939e7a7df34d73e24f0f03d569e0f6a01cb244a90b9023e2846c597eb589e984ad9d1f18 -SHA512 (datetime2-lsorbian.tar.xz) = 04fcebad65bee525697ba96cba9d66d6acfe9bc602b6cfb207103a2bfba0d3cbbef948d614930c1a2bc785a6ae2ad6c4e0b06db58d562681225d67b7a5f2f8a6 -SHA512 (datetime2-magyar.doc.tar.xz) = 1eff11bc2c7cdae101331521f08d3a9eb878e8d1695b35724475eb5b99e0a537bf16a00bd3c13760cb36306e84b72f15e5ec294ed958ab5d67e75ad8571ac9a2 -SHA512 (datetime2-magyar.tar.xz) = 4d3b27b0409d26431cc06a1ac83485b6d4d63b9bba30a862ac043cc27c25a77805d5c3aeff3a329e1348a32ca4ceaea917f2f840ce1696a58f00325775ae5009 -SHA512 (datetime2-norsk.doc.tar.xz) = 3d834d8572cb8f1237b4b9e69bcbcf1a5eb0a1e5c001e8610a00ec377204c570218f6d97765c3efbad9130cb2ad9ced3cb80b32bcdfccfd62d7069ece93ab1da -SHA512 (datetime2-norsk.tar.xz) = 9ebcd994305b3b3aad61383b9ece13425b4c34432dae0aac2ce38c0219b2f19871f89cb30bd774a7db9be45cc8a21f7856f1f568c32941502b18f6089b787066 -SHA512 (datetime2-romanian.doc.tar.xz) = 62514ec016e7913b74e8c19624aceda5b258d1e1972da97b04bed2565f1c4ac0c694e695e6eefa528963f0375c3866ea4e475747e6141f0612dad2db8e7a1b7a -SHA512 (datetime2-romanian.tar.xz) = 9167976dca51779669fbd91cc54ceced2f0dd6a97610faf9e55bd51a9e5c0ca3c8096c143a71180f0d572d1f1fdca5c72feccdebb58c7caed6e3e33a21c4b4a1 -SHA512 (datetime2-russian.doc.tar.xz) = 97c1b02377328ff75775194baeb2c3e15f2dafee303dbb85c47a0baf7f6edb4323f754578a9caf9db609477204c1310dade3b87d5a768a16fa940be2fe320081 -SHA512 (datetime2-russian.tar.xz) = 2821680ce189aacf8b0303d5698d9359f240ab4e470c0e2b052235e6aaeeffc882ea4b9c9c4f91d52b1402ef7486c7115bab8058e2223b7ebd3186fbd4c4c34f -SHA512 (datetime2-samin.doc.tar.xz) = e5879faedd4d4fa5ac40575e0ccd1d0db94a80d78c3d01f8d36bb37875e2b9025537c876087b85626ccaed5c90f505a98fd3e5adee64ac1bc72f48ff66114438 -SHA512 (datetime2-samin.tar.xz) = fc4e6401ce02b1aa7be5fd78e5d5e74aff6ac35cbb6864cbce6d93fe0b2716510f6ccdd290c82286b8e51f37abe8460c0f8340ce0f9135838ecace7502f72784 -SHA512 (datetime2-spanish.doc.tar.xz) = 629b4a2771fe68715978afcb202d984e1032d2e0f1af95d4971a980e14baf4b0705187f4a7ef9748c024eb27780f7720d8d5010ebfb23026ad8605a42730293f -SHA512 (datetime2-spanish.tar.xz) = 07c321a300d779e39de46628b8e1b95d383e2a1a0af882cc607929d894f11b2e8329cb256014193d428182e78f2cbd5e3e277bc7821d3ad7a2740fedacf14e28 -SHA512 (datetime2-swedish.doc.tar.xz) = 7d6f2468aaa20da4e086201c0ffa6e6ae031e2a23db7fcccbb9ee8776c59b56a51cda9a03dfcce9fbf81b618f2e7543272f4ae88871f2b5380d1b98ff89e451f -SHA512 (datetime2-swedish.tar.xz) = b904b21b593e529ffb714f3762ca5b8de37e87fe25df593873defa43de3995d1c72b0500217182728eaee6030cacaca969376a5623bc0baf48fe33aafafc0a66 -SHA512 (datetime2-ukrainian.doc.tar.xz) = df40b4e156164a1c05a94c926d691b887a56ef8f42baee26e684383871edff05e5c6e87eba95994783cac2fcea1a5c72347c8eb86f0cca360faa8dd4829349b5 -SHA512 (datetime2-ukrainian.tar.xz) = 5e3d412b8a5b73bb6bd2ee176305806d9b41c5a67196ddd28640e958a7019b3e73f961964b7510be4cd69833c4599db1fed05c6a6f66d4d0b3bc5ad73b5d6dbc SHA512 (datetime.doc.tar.xz) = 510449d17b09d9207b76e732b5d426121888cf653f29bb3be8872b74a243596ac339f09d11a14a4a3007f8818171aab28727cd1713ee35c8908d2d168a57d9b0 SHA512 (datetime.tar.xz) = 3d033ee164d52f7085bffdc12f2062be7e94a644d9ed731b4d1b97a3a46838dabadcf6687063e165c65fc938a51a4adf8078339b720a305175d6cd6a3b889f07 -SHA512 (dblfloatfix.doc.tar.xz) = 5790850d01d9f3734cb89146c23077bc852d84242352718ee655f1410ee84b77366bef133d8df49fd46ad976aa007fe2c4039a08035122f93e719c5f0f7563f7 -SHA512 (dblfloatfix.tar.xz) = 05931528012077b92702926856b1e0d1aa6472188f9b1fbff74e5534a41a3260e53b82bcdd0684ff045aafaf4b427dab6d8e06fc7a5d11cb42a545949bc6bfc8 -SHA512 (dcpic.doc.tar.xz) = 25f768812f31cfc3e4d00717ed8d77392272f2480efe3311ecf5e922b18e1f5b6fa36892c7eb69cc077e350d5d7e55b7201673fc653c188ec8a76205f90b681c -SHA512 (dcpic.tar.xz) = 6cfae1fe50baa81ba778ee1b8cc76dd2d0e66e3cd4a868364857f2338b1078ac81178dbcea81d4edbe013726b7cb14700506f38e49eb528701bf784280ca7de8 -SHA512 (decimal.doc.tar.xz) = 977fc97627bbdbf4d65844dcb7ce267cb2291b102b718ca36ba2fee881d5fcf359d6d0dae839d4e640200d3b8a31cba301d20560f5002344b8ea256266efc9e4 -SHA512 (decimal.tar.xz) = 9a0d0947eacd52800b3b2cbc36d6e866c1876bd5f929896825dc604d9d633cfb169d93de0f86b0e78e3274936bb47834c222ee54b3571bfcdc0fe81bb2821776 -SHA512 (decorule.doc.tar.xz) = 533ca67eabadea3125dc359a839d5b45b5e1efee88fe74b4a2b911014b599930419a49e7e0b5967e5f89d29e1b452d223faae3d31fc3f94c64cb613907cc2255 -SHA512 (decorule.tar.xz) = e5a962002f66d4d3a5c48d93930ea2e14a68226a1beb9f9aee5b7936ef51a49b4d9a249b7a3038d5ade41aef8388ad78f254973e7ef3558e42848409427e5cd7 -SHA512 (dejavu.doc.tar.xz) = 7e3364a3e0863c63f2a66057780fa922cb53f4da2f81e42ce9e200d5a034854216f4d4b833756a6d4d6837385e48aa8d03f608846f2f95caa84a7ebffe3257b0 -SHA512 (dejavu-otf.doc.tar.xz) = 212663371f747b03694327a40de3bec0be8efd5cda15c0cc343284f3a427890e8d16c4223098fc16a260b837a9d522c9cd35876a4c1004e09ee9ee29c05ec7b3 -SHA512 (dejavu-otf.tar.xz) = d0d32f3c9d53a1a61e6e717a6275f3fc934c0815fddc3b36fe2afbf7702e5128d4cf15e8cdfe8b02009a6fb7c203ea42b134eeeb080b9765ff99c4143f887744 -SHA512 (dejavu.tar.xz) = a26a57bd02b14c6e67d328c2c00174730b819f7da37ac147ec7f34f37195b6aa17e3223ac4d03617f5239700b1dfa45ca1741eed7b4488d2e604f02ac34ef2a3 -SHA512 (delim.doc.tar.xz) = c343842bcc03981c1814f5cffa2ba3eacc2e6abb5673ba700859406869a2398518e9abf02e159f4d92bf91383c3a6cdaa9f5720adaec81715fa30f4b8f36ff9d -SHA512 (delimseasy.doc.tar.xz) = bc9c1ff757a9d98ff9b84993cedb62ee024d0f4aafee301db0d862be3d45c76d8d164d2d3099ae37d41017316282db1e7882330dd10de43a9539ba0b10e86b08 -SHA512 (delimseasy.tar.xz) = 7f9b1d77e9b9bdc6e5c45ed3c38606fb0d65113f7303e03f591c1b84aa83748d72fb8ecde0cd0c7b19d1bc9fcb454834e156429fd9080660aec77ddfd7b53e42 -SHA512 (delimset.doc.tar.xz) = 9e671fa601b878187b5b3ae1a47feffb6c451fd42f202f948a87b02f35385b47239947a3e91260e699c64c453df161d9ae734fa3a8e241b0e47056181fefc46c -SHA512 (delimset.tar.xz) = 5c19bda2a87de91ac1d32981198ce7718d490184d4d65dade231b66c3f46621af91dbeb89bb79ba1370fd82a0527d01d0aa7cd9dddeea818e8c4b4380a7b63ed -SHA512 (delim.tar.xz) = c18dc230c5bac8db3d66f062402392761467ad18f48a65930a960c0772be30a7ed729a50657b12f533d72086563a67a98e8f5ce7afdc9947b52146e76e22b157 -SHA512 (delimtxt.doc.tar.xz) = cd9363d8d44309c2ca51431bae067d87c790180eb884888144cd089cc9c14f83e1e7ea2389650d547e47d4575755a5b6b369e82b76cc19150b1dc973e99109fe -SHA512 (delimtxt.tar.xz) = 25332ff7d2602047938630668c849829844fcbd622f911542bccd59d2eb1293e406cc79aca08ac3acaa98828b4a6fa4da98feb08fdf678ad3863c70cc2fc1817 -SHA512 (dhua.doc.tar.xz) = a2f9f61ed61c5476d5f70fdfe59a451e7b3cafd3412336c5767b53b0157416149ee9ae924834f8a05beaedabb9e4a8dd3e4dbcb2f17b733af113c0a8085e363c -SHA512 (dhua.tar.xz) = c6e6187bdfc80cec3ce092a4dd3605055f3ad67ff49777bf0948af128c8b48118247ed9ca6f5feb1a69d32719f81968d8259794082a28277796eb6beccf9cedb -SHA512 (diagmac2.doc.tar.xz) = 37952cbaa4c20180a2d09455c748b245927245c40093510a79fa0461e5836197d8bc05bdc3cf5c7bafa72c54cb503fa9722d7a8ff9a0630ad1b5e8382b4029d2 -SHA512 (diagmac2.tar.xz) = 553d3610ef7bba5bf669040cfe6b51b26718b9f04835413d43c3f8a018a8a37274b445bbdbaa4a512aaefc8327f6a2c7abd8d754b3d8cbd4687c9c518265ad09 -SHA512 (diagnose.doc.tar.xz) = f3e7152e656ee4c5f6ac28205b1dd5e9c0cf19c3d9400e2c40c8d8e9fecbcbc01cb1f7a36534849b6ba26f222f9547e3d669114a7d8923645528b7150cd10de4 -SHA512 (diagnose.tar.xz) = 91fd8eb4b7d896f27c15c2b3b2a0a9bc839bb736a1fa053d47896c6b989729c3dc3a644ad59f6b3bd4164c150034f6ede5d52b680fb1c8cea6838dc70713f654 -SHA512 (dialogl.doc.tar.xz) = cc1fa10345fa089cd86ea4b0a638334c55c6a57cac3a9c549469cd52cff27b8eb3d349ce14d49de14fbb65f41d1887bf98e9c69081688703d8eef06e6324f684 -SHA512 (dialogl.tar.xz) = 68fb25b66499e289c7615fda04fec859d2a3a6105ecb3bc69ecd0e5af8f87027e74170495fa587f21767028d9f423cf04e3d11768ea0581a7474e9a66d62882a -SHA512 (dice.doc.tar.xz) = 9c09c47b70e28e4c8ccffd4c75f8cac7942767279d0e01e543538ddf0ee70fe60cd15d1e3ddce27b56e1a9f865d5ad9b1794a875e41d131d763c11a3e0fb96ef -SHA512 (dice.tar.xz) = 7ec762fccc174a13f2a84ee43aa49319548aa970f017cd17bca73add506ca270a6ac621f51ff96d47a4f5eadeafc89ecc44f1c99b31a2e76722e648519e1fd69 -SHA512 (dichokey.doc.tar.xz) = 16a75d20463a0b0b508c2d50aa67a77999cab525e003704ab34663d1f0212c39432caab0e4df1c69b540be014bc86901031c7c8f647ff18ceda77dcef7239233 -SHA512 (dichokey.tar.xz) = 8ed4f0010546af68390f93642cab4495226387fd7461383e32fd3dfa72867050d0da05ba90cb768c6893afeac9bfe55d23b7299ef4a76432e8d11252012b47a4 -SHA512 (dickimaw.doc.tar.xz) = 5ebe8605d1a4ebeb11896919c39aa736220e9ca247912b5655dbcadf03bfa45b4cdfe44ee6555bf8d5ecdaf63b0d2527d3d58ee6d7056a194a6a42f88ab0aa41 -SHA512 (dictsym.doc.tar.xz) = 935e67c0be73969b572146ccfc92ca42c15b3b5cf2cdfb596cf3ecb9368463b793d530221d2a7e90df18edd54b7938dd27d1ee00757b580c543ea59ddce5d277 -SHA512 (dictsym.tar.xz) = 6195ea914b422d5bb1c098e3a8f103d91aaa94520bdff1f5a04d7c952f84f16b1aa96287dac4a309d8d72eabac65a5dbaca275abc211d9290266cfb8f5fcce3a -SHA512 (digiconfigs.doc.tar.xz) = 95e948491a51321671b15aab55dddd7c6b8bad78bc67bcc25db0970dc478d1bba898fc2efe44537a18d46f3fcc73bd2af600c4a74af4982e8de8a5fc0345a134 -SHA512 (digiconfigs.tar.xz) = a1d5cf0e93aa2722087a491d49c87c1b6c1dc863a39807f28dca198d4c52d8add42706f992ee91b6a42fdbf379293a2aaf3a21199094526c545f41002e8992d3 -SHA512 (dijkstra.doc.tar.xz) = 96ed892f5c910421eb5cabe54c4a7c6caf4d9cc139ae7dfe454fac9e3275d3dab4690db877bbe8fa303523f38cc563611ee5270949a6d2fa8d7d2593c1bff06a -SHA512 (dijkstra.tar.xz) = 2b3d6d68c6e3eafd1c88eb44c8ab68f27dc77326ef43a34119679b0dc1c1c584db8568584956617354f359a52792c6a2c0104dddaa1ec389004dd673ca749136 -SHA512 (din1505.doc.tar.xz) = 4479f5ea1e1ade4bc7951d5722e397a688e75293da55ec57dd0f3d32add2bd551844da81336be0a77cc783e4c9af958be46501c4b78adbbf8a5463770b5cbb2c -SHA512 (din1505.tar.xz) = cb9b819eb69ce4870dd36da844b1d24e4f678ad05f43eabbe861e9de5b53258e45e70530ca76c0aa9fcf54232e8f33dc55623f94c1d9e5fc3dfc48481093c3cc -SHA512 (dinat.doc.tar.xz) = f4491ab35e2ae8003faa8220e88c0abd2d970cc6b985d2baf993effd2ebe94a964ae8ece6db70a55f922abc83c91cce5f598ac2e722b5eb7e1584aee436e4393 -SHA512 (dinat.tar.xz) = 0b22f43a5088f669820674b46af72e66f3f2714a36052bc7d18c334b202d0060fd07b1a608626adf183314d2380fad672baf58307ed83aaa888231e75c63b1c8 -SHA512 (dinbrief.doc.tar.xz) = 5182bf0761a484e89331ced44d05f82da097cb7be010333ad3eea1b987119af3f3e2a3cd8ac2c4b2b6149a09a5789325edee49205fdfe52d2960c12edacad0af -SHA512 (dinbrief.tar.xz) = 0c2679265417acb042f81300895be7dc7d6b8d8f0bfa2ff8853b9c1adbb6bae78598c7eb4b7c2c91a9f95959ff7a7945f846e1f262f923d741e6fc77458be9f0 -SHA512 (dingbat.doc.tar.xz) = 993ef5169759d86641e2a3185064f94df858d81d9b7ba4b0516b22abc51eab887b5d02ca487ad85b007e7ee3117563a257d80b803a361ea1d32857921e794b9f -SHA512 (dingbat.tar.xz) = d6bdfc62eff8816e03eaea41ffbabf2d3af7194edbb2f9073c8d8b3d333c75f0b587a74556b916efb40afe41c88a8029f0dd764d7dc5894aa50e66e06fccb77a -SHA512 (directory.doc.tar.xz) = 24bf3fe447363c20e4ace4fb326c329a244aaeaafbf6f596ec91a3975e7cba86a2d711f9a5f10c2a70d72d74bc08dd2540e5139b4c4b525103e867a9d8e62bf9 -SHA512 (directory.tar.xz) = c07947f06fb08da461391cf6101a7a2e55875179c5d19b41007b0d11ff1881623e353b813dcca1da1f09e55beb80bf412f85ea6c9f7e3dd6e52a875770a5ffdd -SHA512 (dirtree.doc.tar.xz) = 9edfb6fbcf4278c2b24599b58e10f64918d901bdd19dc0e9e8c8bd77756f2f3ba5dc13e31fefd2bd5f1467a0fb0dc0e765fe4e0515781103bdb1b81f687def7b -SHA512 (dirtree.tar.xz) = 5faecc2a6d79ae79929481c283b01e69df482267635957c5eb11c264d924ce299021d95baaf8cf6f9cb10e57f5fe14820c6b3506021b4d0213494bdeff5746a2 -SHA512 (dirtytalk.doc.tar.xz) = 8cdbdbfca4bdc58a560703b6406c98334ea0b5d9920cbc98ea0fdb7b56c9f1d48844167201829cef83fa84f0e21530baf2fcf4a3f8f8b5e44c5e792864ebf94f -SHA512 (dirtytalk.tar.xz) = d5cf28f17a68cd064a290769aff11e656debe87ff0c04e61d4dd4fe87d285daab6dab9516b80b33b03680d50c420a4f3a9858ed5d2d3d5c96fa7fbf9989d29d6 -SHA512 (disser.doc.tar.xz) = ed0c04c0afccd7f9f68bb8f65a6497b9cbfb2bbcb5333852da7b790083e71ceec8348f6893f1e0f16bef7e4b5ca0b9d1a58ca46898dc58a02f0324a62971b916 -SHA512 (disser.tar.xz) = 98c497bd8d422cacf639cb38ff3a489b5fcda3f92cb5a734287fc930666867eb0e9e6f6014ad42df527d3999eb5a87da28d7178b47cc53eb44a338567f952ca4 -SHA512 (dithesis.doc.tar.xz) = 25058b262f803fbbf3c41fa62ae8983ade351fc7bb65be7d886a4300390f836ef5d1240e59571839b407afa2ddb363e6c31e76e36c160ed3fe0c6d0e0ef71fbf -SHA512 (dithesis.tar.xz) = b11165408ccd30427390e9f409e8f561122d1a2dbe821ce90687df9feb2faef692d8ccd75fd8372b975a06e3f11bca0ba6e873d59b30aabfa95015ca35e557a8 -SHA512 (dk-bib.doc.tar.xz) = 258d8413d860f6a30c597c10b8c25f352166f8bc39cf23714a137e46f4748ba716dcae8eb8b6e17378f6a850ae64a68a9f331c8301c938f0a8042d967b3e62b3 -SHA512 (dk-bib.tar.xz) = 9de9e026b9e3de53b297d7925bd0e4e9ab08562e798a8f1b9e6988ecb891067534a741aefbbb81f1c53d7ae6b6cd0e0796d8c0690c5af661e76a5c6d9ea876df -SHA512 (dlfltxb.doc.tar.xz) = 171d6661ca71533fb869832be2bf6f7d26244bb5735fb884b5b1ce7c27d291b3e9518a902d6c7565d94d2c55c37b00564184bc5851824a00b5a71963a577128f -SHA512 (dlfltxb.tar.xz) = d1d7bd6a855d131324fee30bcb920e0dfa6ba733a1d52f94c59e8f328b533d63444b5ce7e5fca9dcc7f21833a9cef84460106aab0a578fd17974c0e348f1ee07 -SHA512 (dnaseq.doc.tar.xz) = 089352ea3210231ad158ecb0bc17d5ba0a9efe49ee4c609554f08dceff9ef534185a7f9f17526910d3b602c4c6c358f211fec4cfe27bd6df61555bce4f9d795f -SHA512 (dnaseq.tar.xz) = b4a83c42e16aa734611dd8295aa033904828ac1825ccdd41f297586c0667ebec4a43606740fde56bd01f58ffee1b1f4afa647ce196ed042a5dfdb641f0ee2d7d -SHA512 (docbytex.doc.tar.xz) = 0daa32aa23ca248dce228b8029cb19c6d4509114094d46efdcc45b52d6593176c44da88040b37d83054ec286c4b79727ea4ab2cf07c4522e5f597750d85118fd -SHA512 (docbytex.tar.xz) = 0b212fe2131eb4070e08efad7f1e0745d0538b2173b274a41c113ae6dfce46d7d1fc8ebd22f16b3a956570865df9cad668866fc2038687ad6c0b7b72e76a79d8 -SHA512 (docmfp.doc.tar.xz) = fc3721046105ae78b19b61a45fd01570873842c6786a096575efae282e4fc884f5f5dfd5ea6888a25ddc82077340bf0ede4a36977cd33d2b555ccfc3d0ff2c02 -SHA512 (docmfp.tar.xz) = 55f68d7affd8d82631eb0e67c6232330bdff97ea908259a5e14255058d88f9f745afe55bd4a15eb91bff959b7cfc31835fa22196d3d0edcafa40da521b3105b6 -SHA512 (docmute.doc.tar.xz) = 8207eade8841747201656a7e6edc789926a9dd411946a860e4d865fed618392bb9159245f7162adb4a58c88d00191d83f2daef49f610c3d8e5e231ad7f1fcb7e -SHA512 (docmute.tar.xz) = 5c01f4e6922b7a23e753edf9110ae7f1386a4d6ca719ac898b058068a754a6c3bb123f918bdb1087baf5efd1176545f543ab8b93bcb6c9529c9000ad6a3b1e97 -SHA512 (doc-pictex.doc.tar.xz) = 3440fd4d0e2117594d6b350dcfed891506ce7fc0500ecdd4f156431363a38e399061469f5def9082d59c39b14b65ebc19ccb3204fef71ade300825cf35659158 -SHA512 (doctools.doc.tar.xz) = a78cec3ce74e4689c848b49af7da035cc7c684730f78acd7a7f8d8f78194492e53880e7884eb00dd22d4bbca4f370aabe8175048503959f88023a12ee4f26598 -SHA512 (doctools.tar.xz) = 5c621b063d752fbcce773f2b209d358de1588e7c4edec017eb45a74c350e86932ac9c4e0662415ba7ad5bca8ca86d1255b15f4e5572ea949a5d6404b28f14025 -SHA512 (documentation.doc.tar.xz) = 09854b00d86dd902c26c1b4f8cda942ea09796911939a20014b6d50d01b052e04007b55fe814877cb4515a6aa1f4ca1a7ebb39a6a6ac1bfc89b98d1f910329ee -SHA512 (documentation.tar.xz) = 330534f15cafffa56dc35e5b4de8caac66a87ccb0b834df5419a68a7cb136136263af14ef14ee7ecaf01fedb2803c2653dab7570ec2535ad1ca3033e1afd64e2 -SHA512 (doipubmed.doc.tar.xz) = 0298b7f4a408f2092bb7ecd8d5b0cee745f442bdcc2bae463d922ae4511d5b0fd79b8f78d1de49f77b4fb158937fcb752d919239efc25829228c1f75185454ae -SHA512 (doipubmed.tar.xz) = 3f313afd9cee76d11b5f957a3e9f7cc0d5d2d04003c285df7cd872adc0cdd26d0248c03f0642d62af53f23c4399e7e5ac3ffcde38da782f64ab265e5879a7f60 -SHA512 (dot2texi.doc.tar.xz) = 9e8461946582e0c99ee35437522e25769e2afe5d7051f072937a57c5d4e1a0c8e144509c751f9ddb7ef576f43ca408ffca663f81c8b5e69fb176a4233ff45ea3 -SHA512 (dot2texi.tar.xz) = 20cc54f907b00e2eb14e4641d5098dd4886ce8d4627f391421bc5e819614dec97e0ec42c92794bacb8ffcb03737cb8736c308fad6984abf13c127f6d1174ee0f -SHA512 (dotarrow.doc.tar.xz) = 7b5a4d0b2b31f55e657eed5b7cc0185a8895df77895bbe40f27c4d29d1086c9fef1779f7c4c726faae25821972fac418c379e9e68ad4cd059b1c6f5b0420e9fc -SHA512 (dotarrow.tar.xz) = 43ff7e4e163764e703673312a1213c50f0a77da98f3f36b726e87042d082f3d2433e35156e1c963d1c6287aa4cea5ccc64f140f89b82569b0552f406b29813c9 -SHA512 (dotlessi.doc.tar.xz) = c77fed1f0b8ddbd6ed141fe8c9f914cbd5592820ffe3e457ecf35952817149d1315598f449dfe0e15e0e50328e45b408d3f1ef91fe83154f5374bcc62041ba77 -SHA512 (dotlessi.tar.xz) = 348be296d710fe22d8122b45437d91027913b90ef36fa7aa365ad49dbdea566506c80072623ccc95170227e77ee2fc2fb3f711772afe4e7e7b83195eb3110b61 -SHA512 (dotseqn.doc.tar.xz) = aeb026d83497b78725d623b52223877d4d5a0a745312511f007d69395b87ba5362904cfa26bb24f2f2c7d0e0ae14bb82699d6108533260d736c0e85bc29ceff2 -SHA512 (dotseqn.tar.xz) = 794be5110d50ff9134471aedec8adaf7267f112012d962ee6e1cd7ddaa36cc37d993517cf4663686c90df891fe2e912d260cc9c9945aaee25925c2915afcc45f -SHA512 (dottex.doc.tar.xz) = 3708e08c630e27d744c3a865cc02e91868a32b1648b4d390cea0f20ea6340c56ea1720348f6b82796df6cc3f4d5b7feaf59ffe7e24c32e34535a4e5763318df6 -SHA512 (dottex.tar.xz) = 037586577425d8a38a2170bc4bb9a7fa28a7886ad852d1c85483f7c3b625321c41a204b613479382ff5fb9e8cc3f8f9d8ff6e0a07c14b71ce6fdc68280515e33 -SHA512 (doublestroke.doc.tar.xz) = 2cf0cc8936393be2b01ed06158b250a43514098aeec4007bf493bd9232fda911f4a59f45716fba5837e475bdc39a86cf6e1180d4220e6aef26ff9e0315389200 -SHA512 (doublestroke.tar.xz) = ff1be47939d9a2e8ec4fe8e6852d9fa31c2776511de158611ef8b853ac73291d1aa4ffe81985bed60c75a16e3cfc963a3a8ce3fb9494dcf6664cd6d92a549e73 -SHA512 (dowith.doc.tar.xz) = 2fb2234cdf6b42bd3f9f991b3d2d76473c45c51ffb67e7c12e7976310e0fa562cb8d1f01b347e9b8140c854e1ede865cfed17f5748ded909dc8d983d4f246961 -SHA512 (dowith.tar.xz) = 7c9bc25d94364ea13326ebc010d15c92b27ffad08b68fa5c3b5034e6bbd6a96370d159727270adf76e6edca15d08de86c13ca7ede009a445b500ac22b151c05c -SHA512 (dox.doc.tar.xz) = 4474e38d3dd35dd14b281f7d2e5ad1d6104d95579901a50b3575e846532c279111c81f813b78c4d16ca6c78ac627a30e51515ee7b178602b7338c1c799c62609 -SHA512 (dox.tar.xz) = dc37733e7253d457b2fe09b72b808c5198f222dcde12e0d36ae546a8ad0537419fe7f27945625bb3cd3efd2b5b63991e89dede1199e89c67fe7d6917370cab67 -SHA512 (dozenal.doc.tar.xz) = e7c180bed185135cfba31acbf4488ff0991066be7456a7c54625df458a24819ef8b41bc19eec955967f22fc156ad6efc9e194489178e2cffb806bf066ea42520 -SHA512 (dozenal.tar.xz) = ca4171da87126231a791f432a6015cc069f0eb0d540f8b79b3b5028f3f3e30d9202622886b582f2e351049603d0323a458fbce3d6b2565af5391a4aa94b734c0 -SHA512 (dpfloat.doc.tar.xz) = 2cbdb8711556580d14a01b9daf03b1a1095387c077413b2815bfaef1af2781fc8bc56fa7a6a36abee60d6ce6928f920c9d9c3deecc2e071e8e99d51c1421508c -SHA512 (dpfloat.tar.xz) = df136498f7ba41b1335ac109667d07dd9584e6682e1d75fc82a80839bf0f6d7a4de1f5750aa738eefb96d14d2adea20a3ec9fbc92130481d9bce0abb6c6f175e -SHA512 (dprogress.doc.tar.xz) = 455451396b22b3d38288a5c51f6c2413c56ffd07ac1331c3727c4f382eaa07f0a128373ba033ae58e53411e69a4ec0eca67609fc3c111c91f24f2adb2536a2e1 -SHA512 (dprogress.tar.xz) = 4f56a2d6e345cb98eba3ffddfa977bd48661d90bd10712387141b3398c9a85e8b9d7b0f33e75635b7a98e91176f1e866ecf0b14ef0197fc488bf976dd4889673 -SHA512 (drac.doc.tar.xz) = 7e6debf9580d7c145d8f95329aeadd63012bcfe3ac04fb9c4a3e815391757051ce021e4e2659c96fd7ff5066e3e324ac947cfaca16e52bf5895fd5724f81f552 -SHA512 (drac.tar.xz) = f45c94e222a6bcae0d87ab5aebf0f594f1674a49787391dfb9cce32f9b36a0aa6a81e84ea4ca345e0918ff2166e36738ae9969e4d9e4653bbb99ac6a7f0cc63f -SHA512 (draftcopy.doc.tar.xz) = f7a4941c26c92223a9dde51e288380efe3b701d847051c13345e97f5a082cb3cd9e5d5421dfb2b1f1cdc12214df1ce6970a8ca6fe7463faad73af1a12c3542e7 -SHA512 (draftcopy.tar.xz) = f1f2ac803e1858ffab880c7427ed2dfeaeb435255e83ed795e0d5b4262fce1fbf7593653035af2e45d4731107c8f886938015ee1a7fd0018001c0e39e9f1018d -SHA512 (draftfigure.doc.tar.xz) = f0a9a59ee326746802fb33412c44148ed8c836a24653df6685ecb69bc76870cae63ac8955274705639e658491566da0d0633ee8d57cf57d58fe43a971252ee05 -SHA512 (draftfigure.tar.xz) = e8ced947e69803243543657185e8fb28e67776dc9eee5e095126ec712fa368c32903f53243aaabb7308c895cf8e0c10a6d89c33e6b6c5d109f0300dab5213e60 -SHA512 (dramatist.doc.tar.xz) = fc28e1dc8614d836637350a20478a0e8a03121909cb42bfd1cf4caf8e7adc01a4ac3eba08e82c389c41a567cd00f191ecd8938ac40a0a226e2fbdac047ecb733 -SHA512 (dramatist.tar.xz) = d61da72538a7d83ee902081aefc23f3addf2fd6e5fa7ebb207fdac16546d13602c50419682e842df8f36a899c2c0aba0aaf615bf64202135dd9f470f5391838d -SHA512 (dratex.doc.tar.xz) = 0ff34bd23dd8718f4f8b0dc3e84068ca2b38a9758849d98230f1a8d4561705d6db7be3b0fcb34621054993f27df7a9215267b3ebbd7fb3d77b8cd9cfefa0ad60 -SHA512 (dratex.tar.xz) = 1a18f8866d1cffb0ac3c277bf27e1585c7596eab60ed51756077abe3154b6d67ea95205f60b5a244e9acabb05e8dc95a792d48f0a2fc492f90d224f85895fdd8 -SHA512 (drawmatrix.doc.tar.xz) = 07eec69024d4daff597f2a937178f66413e6dc4974a2044f983e809b046f09140db7eaf3cfd68833bd95be0d56b4a564dfc9ad4d771fa124f55ea3783eafca1b -SHA512 (drawmatrix.tar.xz) = 6be4d4ee6970956dd2f3b31d31ca0cfbad268e2f98ae64fd87a49de9ab26765447531121aa0edc157779f3f9c0dd76ab2ec3f747912f4204aab9e2e7181368f6 -SHA512 (drawstack.doc.tar.xz) = d435447ec29bc26262886b3dc4c41cefae81d24e0704857a9ea61f1fc08ff8e4bfb4ead7686a9f49808dff30da47fc5638e2c0dbea4c6a551800a373f68df0e6 -SHA512 (drawstack.tar.xz) = 383eab0b77675ae418a775a413c37720d6f74d51d1a31bdb2923b45ced53afa576f10304e372171298ddbd566a8418526d291f74a1871eaba36ea3793d7d0173 -SHA512 (drm.doc.tar.xz) = 7821503ea6548fa200221d2c2234389a252ddc61498d66389f0afd13b6c36536b744f060f42bf26c4e2be722a7cbca8841b1b76510391da4960dcfbfb9956177 -SHA512 (drm.tar.xz) = 662a2593713dc02debd4702b5184586736f12200aba4079154e6890b49d581810e1a7a94f0d3b6750ecd241dc03cd5a638a3ea5bd4792f13829e7812f5620b36 -SHA512 (droit-fr.doc.tar.xz) = 6129658aad2fae20dd12252941ee774393e262d9322ec2163ebc964ec27c4ffb63f2ce0faf9b74a90717c137065e9af238d45c623cc58d52b1e4776da221e231 -SHA512 (droit-fr.tar.xz) = 76c928be0648ae7bddc76f654b65a99ae6670cb17b0ae9a54596599ff655636d4520b31d4e802a15af65637c5bf956d41a2095762a3c4bb77052c9f74da5e7af -SHA512 (drs.doc.tar.xz) = c265c462094e50872fc2748167226319a5723aabe54ca057661b95c7cff897afd08f42ce6d520b7ab35f259b760800e79ac6deae0f1ca0c776c2c2aa7839cf80 -SHA512 (drs.tar.xz) = 5054b389c79b6895e648d3d4fcd1a3f7b06b213963245702e5bc4c0e8b6e3a87c6a2d3f72509998216e25553148008e597c6dd3015ef0b94724e84f3fade5936 -SHA512 (drv.doc.tar.xz) = a79d9883615568bd6c0d5aac44cc2ce28e0bd08e96f802d500515428ffb5400beadea94347abab7752904ae01342049b8d6687f6047aa9d8b27f5fe3a647bd02 -SHA512 (drv.tar.xz) = b7f2b56f305d552bd857a5950fad2dadbf800857d4c8ee411fd2f5786697385404fce3956e59b5928ed5f0a688117dd740c0f56806674d08cd8cb1d52b79a9d8 -SHA512 (dsptricks.doc.tar.xz) = c45da3740ed14540cada0c75a98c19f5e3cd2b32811a4f1906e11c45a40e0e8d31bd706ff4afb18073690e4e285b7b44b858f53f33f050702526dbe0fc88f8b8 -SHA512 (dsptricks.tar.xz) = 282c1c1aa51c70a77b0b63190ee875668dab9fc2303e2a84ff0d79a7c9f78a2534e4752a32c093e72eda7e98aea220923f9d1703b5c94214f9590962187de194 -SHA512 (dtxdescribe.doc.tar.xz) = 45592bc0c6836d83f1db18f7852394a0288c2557aa708ccbd1407656b7939cefba07556e924fe495da36078411b81bd00702f7998332a5fd801aac0327655f47 -SHA512 (dtxdescribe.tar.xz) = 4f226da178f26f2e3310a86e2d884aee681f87528c0d43f942f23c68b6e335eb21bef830233524d44d2945a1d287ff9542bd69744c15c722a54ba38a5af73d96 -SHA512 (dtxgallery.doc.tar.xz) = ea56d62e0fb8b168461f8d01a08a9829ed00db4e2d6a460791de3018be21b4b446ad8ebf4a1c4a69e99a0989b85b55cbaa8aed171a53479df0501ea36cf03bdc -SHA512 (dtxtut.doc.tar.xz) = 2c8a2ec4fc38aefa720bee29f24149837f985a54cc1b9cc9325887f5b7738d89ef38d8b60acbb4b5adf0e6c13e1677003e58adaaaf50e8949c33377ca29679a7 -SHA512 (duerer.doc.tar.xz) = babbe18510ab7acc910639e2993858b2cf27c4414772d2a03fd2d3576f7dd64f4c7b1aa05d9a7913b4eb8d4eddc942137b41b87816631b34cf35e0120dd3ea40 -SHA512 (duerer-latex.doc.tar.xz) = d1ea1a023e9f2f1ea4e0fa045d8831f764dbef34d1ef2ec96090f7f7a49aa1f4ed2df63bb611ee354a1e816a204841fbd7f4059a14ed06d758a31ca9f460d50a -SHA512 (duerer-latex.tar.xz) = e474634e00b86878bc0c09ff247a930e102621d3606079d72e7c284a8ec61d2a2b36f1d09c171b7a4953981dea65df49da1962f01df272fa80354281a3209bc6 -SHA512 (duerer.tar.xz) = 15f39b70d6b595a1c4d6594a2908fc07e3597bf1bf88ba25b24ee545d473c709a15b52ad0bd367b0cb1a47ff9548a110c6dce6c2a2b2402f655c21f6dac5a393 -SHA512 (duotenzor.doc.tar.xz) = 83a811a37004975e4b3fca67bfed83d8fc85fe97a07a20f624d321c62efddf2ce188f1748a5cea47185675e8d5226433b48327d8d7daf87465471b89b652f2fe -SHA512 (duotenzor.tar.xz) = 33990302586baf5731976a27a8268986db6917137219248e559900fc2e64e5ef443bfd14a0472194a962f6fa59a8ed8bb1caadd46badf157fbe39f36815eacd7 -SHA512 (dvdcoll.doc.tar.xz) = 59b152b1922bc79ec3a132902547e8ffebce8cc05e2933b3b54292b507d1ac1810cd0aa2c974045b9b996fd14445126e3eebe6ae3d6ec45e1fdccea9a6ca35e1 -SHA512 (dvdcoll.tar.xz) = e6b553b2e13e87e105ba1c64422e5269e2f285754f12db1d43f475e0f94dbd32253620c1e71ef08de106d5a050c531e058e529264478e7f4545ed83dfffdd233 -SHA512 (dvgloss.doc.tar.xz) = 4e59a568e0230e5e5dab7968eb27a8bda4680ed31b23d21fe3dfc15d0e3d8b3d6599535f91a092e2f9dea69402ba8ef07291d2cadc1e1cce28aea927fbb84341 -SHA512 (dvgloss.tar.xz) = 51227cd1323c6ef94f8e0c537289abd3812f39109ce178793347d6615a718109f120bf9e6a4dac1ea801effb6f2b9425c376fdcfd5db6a5409887a8b9b49dff8 -SHA512 (dviincl.doc.tar.xz) = 3418aa91ac8daf98f2ccbe67c2ca13bcf8fc5adb380f7c56e133f4487bc3ab701be1925d7a5878fc02ab7b8607e70991887a3d875d25b777b5489b7ae904aa7b -SHA512 (dviincl.tar.xz) = dc09380d453b2c83359fa1862f6d289162ed4ec12e7f1b2842789db26e780713981261369dee0d03561a6864bb8bb25e071ca73c3d85e6218667587fa78f55bd -SHA512 (dvipsconfig.tar.xz) = ff7ad395329dd1cc5d21d5459916d0f10a8c03399d733048bce0a8aaa4e3a955f3ad3dbb228319d4bfb96e0694069002507bc294ed81fda5a48ad93f8cd82589 -SHA512 (dynamicnumber.doc.tar.xz) = 3eeb8617b33d45c1f97756f58bb87fa1244cd3089e0ed64f363f2909480459ce17e30d54bfbf948642856984618081d0fd15c0721d0190c187b375fbdfcfcebd -SHA512 (dynamicnumber.tar.xz) = 802df3848c8ace40e1eef5c1d30c07a6a5f30fc902a9bb18581b79ff322921e7235ab05981625eb289f093f4486f0aec2e9c83bf669a9afa993a86146317b619 -SHA512 (dynblocks.doc.tar.xz) = 4f4084cc4dd913bcff3e71286fa4e881c7d577afd8e0669396de2ab18ccbdbc8649117bb931e365fa5999c5c842a71cab18da5573e83c1d721c87256e614c321 -SHA512 (dynblocks.tar.xz) = bda4ad43754e7d4fa87cc4ac5bdb772cd24a4e613bcf7993e3d448a9c884aad5ad484c6dd7739f4c6edb983560181717319dc26376a6025f3847afb588fa47a1 -SHA512 (dyntree.doc.tar.xz) = fde82bf8b97840014737734fb57eec7c37b34ca0d5eeb1a66c27dab16d4a5f1c4a7f7c10fb9c8bb98f3ef56a15645da0ab66cdcb658f69ea32eb84625b25023a -SHA512 (dyntree.tar.xz) = 8f8d568cc708e62ae1217188acf3deef05d7bbacf1da04f38c1f5b08d4b2bd0ee465021c923ed314ed284dd2234dce5079b7918c12d3bab72ad5f91749bdfe4c -SHA512 (ean13isbn.doc.tar.xz) = b4f5f0f2e3e8316c61129a6b9662cfb0e23aacbe58bc3e111d94ab7a51d01eaee6354395bbdb91a944a261a794362ed719fc6e515285f55ea901acc5e6653d75 -SHA512 (ean13isbn.tar.xz) = 39d124c59b8c35c0ce103530d30943bd0c17060981f2be4412cad2a38bdaf0a3f4332105e07248718d835169d33fc50ccaa07d462d494e3d74ab02d7de344653 -SHA512 (ean.doc.tar.xz) = 35c7d054236569b03082af07412f00dd08d760547433ec8da1876a83546c7432c4cdbffb617ff34b4e48b86873d699d41749bd838e12ffe32980b3d6e92865b0 -SHA512 (ean.tar.xz) = 8a44b134d612ad4908a3ec025b0934feb56a8a8d7c7dce91f7ff152fda91c99c0c557ecacf7b22d8e9abf8e99d28b09b21abc8658e598baf37bfbbaa885b86d4 -SHA512 (easy.doc.tar.xz) = 27bfb9792f0c8261cd2de9bc95dc4023c69a37e12037855e31c606f0dc18d47e45f8299d385fa1dfcabaf6df298bb529e9da41f6d9d36f38f8d7fb5ef7930886 -SHA512 (easyformat.doc.tar.xz) = 99b5f56c6004b72bfc7289905d2808b5e3c743449896e2af88a7b5c23bae3c62aaf2da9bee43192c662be28372bd856dec1b78a56626d5b1eb91b5e21a759356 -SHA512 (easyformat.tar.xz) = f952227a7b0e579d2bf432b3a72e80a45e8adc22ddd9e7af380de54c12f04acf6c4a88dde5a8e7027d11fb820448fdbcc6a343500ae493fa20341634fc64aed5 -SHA512 (easylist.doc.tar.xz) = 518258b7d24763477376657e128ef3504d2c8e0f71187edf9edd34825d567f9cdcdb09d61a37d99655959d7c76edfbe550bd08ebd7760735e46fff33bddfbf0a -SHA512 (easylist.tar.xz) = b1ddb6242b9ad2e40785602f942d4381a5d72a7d35784bbc2a1732ead1fbd9d730b580226452e9f56fda873b174c56f9b433f1193e0e3424efba4821f7b714ad -SHA512 (easyreview.doc.tar.xz) = 4f71891df0b1dfbf32be06a427f34e5c45f73543b3acb9117487d2bffa46f5b61b74f795249cf3d806705beab710c5a7934a59a8e215c87678e778db517a0832 -SHA512 (easyreview.tar.xz) = 4efa69b2e6280333a89022f93a95c8af4d22cc9b82c4e8692291470af83696e7ed524c77cfe9d9c397c4136c0ebd8399a8ca4ab47d42b84da35bb79189ff1b6f -SHA512 (easy.tar.xz) = fbc84351fe02c560ffa1c6b1713e762810123e7abee47bb31899d4baed353928350422e7d237abca758753ad306f927466919ce6b160a3820d1d5101c0b71ee9 -SHA512 (easy-todo.doc.tar.xz) = b2c49273445084f94083ed11f43492ed8ca32582fd9ffe9d12ccb7afe316b06b1924a507c5a12ab5880cae40ef4ee196c6d3e5d05f916356fdc026acc0a9acf1 -SHA512 (easy-todo.tar.xz) = 88b496c1f4f56d26ac2fcc6d82e28d71bf11418368d82d3dcb193f8299672bf41d6c15938f3f6af5ac28141f2a52d132844fd178ebb9694de7f7a22fe8f13eaa -SHA512 (ebezier.doc.tar.xz) = b81d28abf5c8b4a3dbed9219e6519e23fa5b94428baa8aef0ff32dd4893b24524e49cbb8ae08327a7ee59eba93cb0fa2950883d22296451c1f7949225f42b1f1 -SHA512 (ebezier.tar.xz) = ccd80579b8c7e7e3500ad644f8a418bbd48ad1f2e1cb2aaa82836477553332b43092bb760c01cd7412393ee5b8bf23c055361f111467c71bd7061459781557ac -SHA512 (ebook.doc.tar.xz) = 0aba8d5010ece8e6e3c155d05a87eea960d8ec1b4deb1cd7ba948b4106eb8e20d752d3032696bb98c1d23b1927317d3d53a79fdf0b62e9053245aa86ef6e79e5 -SHA512 (ebook.tar.xz) = 3345ec303d77965800fb78a1a6b0645c206534bdf84e5b5287d23fb273a720025ec770527d662a5a535e98fb6cb9a6d37d50569963ca24225af8d626ea7d4dfd -SHA512 (ebproof.doc.tar.xz) = 33eb4e25b0083b9c3844d4786c1f483d37e7a00f716ceec92c4e5a5e57cf1c8f1a5eb474d7f3c9e98a688174a16caab170a1853a6757ebc5ce0be837811a32f6 -SHA512 (ebproof.tar.xz) = 1b8ba3dc47ba03fdb14af5e98ffddab51ba4ea2c423b959ea6b88f00e7b3c837daad5f43d4963de1f6a4b2f55527a45645783b0edf62dc30118f51ed71379a9d -SHA512 (ebsthesis.doc.tar.xz) = 5c508fdf7304668a371966d1be0198d71cce4ec762aa1b5b480dc495f47dd13d88f678d8613ed266e1d8e1353811e3058c31aaa5ae9f181c34c6bcf40adf5ae9 -SHA512 (ebsthesis.tar.xz) = 37df2bd7749bf91c2e2a6e27e92a9222ed9b9d499b3a9bdb63f7751008bf7a4bea20d62bd59e8672b7fbc7bf0caa1ca77ef797c42224fc4167e5212f21cafbd3 -SHA512 (ecc.doc.tar.xz) = e3263aab5c8ac9985c579d4fba121085419d5c28e4813798402ad67213f96575dac0776d18918edaa18d42d458937a1e60ad666b2a01dea445675eea7e32b2c2 -SHA512 (ecclesiastic.doc.tar.xz) = 35902f78af7c9acc42e23ae1d5c39ead5d92f0cf73f9c27b3f15d025555ed08502709638dec3788305fa776bb2924eb43e691c6e69424b23c21110de3160b60d -SHA512 (ecclesiastic.tar.xz) = f2518f8f25bf4b7c7fd34ee5fc271d08c3262ca2d90e271e02db96ef4826bdee53565f004fddd89e886258716874b101e7fb63b46a6124ed13b67facded6ddcc -SHA512 (ecc.tar.xz) = 0f91383595d8606d0a118f8111af0531e0c53fe383511b6424f7cbbf70ace9c4d94dd379813bfceafcea11f6be361bf7d8df2088fad98a42a5e5d31476581f11 +SHA512 (dehyph.tar.xz) = 2dc4ee5b4389549c032f3a4d87740ab3c5e296a1ef109a6b673656a82ca4c317ca774f39f61417568b8ccbeac787c4058184fc893d53799bbf0b042ba5aca9a2 +SHA512 (dvipdfmx.doc.tar.xz) = ca5c2dea4d050991fb85b7fba5cdbd91e2b2fd6f0530c1cf442927c3d85299bf25c00a4c469e97002cfe9be964d46f12aab3c223539cd74ba40f1b8770ab0334 +SHA512 (dvipdfmx.tar.xz) = d63293f1ee8834c090dd2bd707da2524c54979092fe8e2e1c82a9552208884c65720dab9a9cc1b76d77c4359cc014461b8eb4f0bfa34bf59377b92e405c568c3 +SHA512 (dvipng.doc.tar.xz) = f72f6f0a5b30251ac2d947773254c5c3c6c09f52b6b34fe0162e3ee53b4681522245b4d5783a4d2dcdcdfdf587d56466a8d337313e8e4cd5cf8d9ef3c4799999 +SHA512 (dvipng.tar.xz) = 0dae47e8007ef9aac53d92e1625ff21dfe9348419339c94cc42749f8313f97b99e2891256c3dab40f4a9b05348c8eff75d9fc97d98fb167c776399dad93b3101 +SHA512 (dvips.doc.tar.xz) = 6f97f38327335ea711ec467133d1fa4e3124f3362d177e19af2cca06a50be1cf1de4d9e5b1aacbd1ba9779e0062a49a7572d47c5de918030fd5f78476e2bfac1 +SHA512 (dvips.tar.xz) = 835a289ac24755904d7d39e09846420b286c0aaf5c57a081ea8da78dfc29e2289bc326d735a0281f5559418dead10ad0d040e2fe6362947e15df672c82d7900e +SHA512 (dvisvgm.doc.tar.xz) = 1a5ee2c8b6608c4bf3b112f1959259b97a83d3d588ce2cd5610ec611f3c1df5ca9a6d36b3dee1ee4c807a9f918f2c40756fec286713f41876eb74bd0a4544e3b +SHA512 (dvisvgm.tar.xz) = 6d52f5d22c6275ab40ceff09df86eee9c6122b16f9e8c71333092accd78ff559057e8bae83e8115cad570dd0c45a2b12b640da9e16d9d6dd40ed4bb26df0f3c3 SHA512 (ec.doc.tar.xz) = bcf6617cf66af91312aea98f6c4a034f3af4ada14687414e7c3572e319fa4bd957dd25ebf557078297950d8ba8fd02229c5ad53464077feda462263b52536f29 -SHA512 (ecgdraw.doc.tar.xz) = 24968ada8568861eb973967b33827642e1201d002f73d40de5183a38d5f447a2fb93feb1db32807829c071d1a1147039e34ed4c287886260453b9c9737693986 -SHA512 (ecgdraw.tar.xz) = 419650d8ad24b9e08523953596a79c318740b2dcb7fd18a7c7a17019fe17cc66439c0acf56a7a7f8176349df0d80b44640511269d498cfa19aba6fb1f353923f -SHA512 (ecltree.doc.tar.xz) = 3dc607ff60f9e738476b1f5c801801e3dc10713d7f5dc4b790b92f454fec1e68e9abe8efa7e4b0464ed6ad854d7971e241987fd63d406ba9deec9c99f8bf229a -SHA512 (ecltree.tar.xz) = 7461fe472dbd2ecb4e692cdbd58d5b801960d160bd7e18fa7d5ebe3e42defd11faba318d5d9134fd17275a4271f4c7761fa2d65fc1f202b4eb7b0fe3968a9fbc -SHA512 (ecobiblatex.doc.tar.xz) = e12bf5be5028e848baf10fed969a5ea94e2246153b481fc1b8ab55a6fbb5c356391ec4ccdb37ae7c71d76885000d9d74e46271402ed83ed08d1d67a94cf372d9 -SHA512 (ecobiblatex.tar.xz) = bfa49fbd340223db68ae6d0906b617c06605a41aa141ce7863d5ab85b4da44eaba554b93bf163f7e4b7cd2c5131e22ba30161082663588ce85240fe2147433a5 -SHA512 (eco.doc.tar.xz) = 3c2042779dd30c8ff0e8f09580b3173f3dd43659ff2ca94c52500f989a338a29799c22eb08c493dfa82496117d7fd7548f903f71fe488727acf4e517dc6c0377 -SHA512 (econometrics.doc.tar.xz) = b5992f38536f0e4ec1c570d78523530b53e428d922517d0ad380ec76dcd2ee21243b9979e876a7f809b1581f4c4b6907bcd3f581dff97c13a0fea2a0fca1d790 -SHA512 (econometrics.tar.xz) = 40c205421ca11111d2aeae9f84b4e418e6b4f260858805c03029753af03def61221b81eabc18dea5fd4cf5722e3dca1ff9f575264257db3a8431b061177530dd -SHA512 (economic.doc.tar.xz) = 39c319f14ee3d6fb10fa3c4f5d3a873322d332bc181a33a70020a9fa787383b72809b3b9aea5fcf4a3cff9930543e0d0269f74146c12f2b0d77a4f77c159eeb7 -SHA512 (economic.tar.xz) = d8bad4a76eefc8729ea06e93a63adadfeed57de5694775bc44f1dfe03217101609ada6d12b7a2382b9d80d068f0c51fb2ef45c2cf289fe294efe23fcf0bd028a -SHA512 (eco.tar.xz) = 7bed893bb3f379d61dc874280ccc26db037511ea69faf37076f3cfbf01cf3d747706d40086eb99c502f215f026b2e357e44e8940a859559c3a5d9876bfd70c00 -SHA512 (ecothesis.doc.tar.xz) = 7e1e3716de1eb964142a85ab31e28fc807ca1433f964e44cc8a7103b9ed023457bcdb01af2797a5e22fcf75a2e851d9c534f17937fdc44e4ebb6b5a670c6c115 SHA512 (ec.tar.xz) = a967804b42bcc11e766d5b74de28c54d167625d2b108a34bc5e49351533ddcfe3334e4a7a34966f8d159bbde6a80f84b4d216553ce03fbcfb7a4b6267574538f -SHA512 (ecv.doc.tar.xz) = 1cb8871b552a3d91fb59c644ea98373742ba9bfea64a92911f67f2795afaf01babe82a691fb3344f236e42b92860b754d7e92132b266713948cd1a6af13c58d7 -SHA512 (ecv.tar.xz) = 0ff0a352516aa90a19eb1a0a9bdc651601edc63f03c5cce9face4bd45b359734d954e2b7859a0244015e3933eaa2d3803d5579ab9260dde51a0ec89db8034910 -SHA512 (ed.doc.tar.xz) = cd7bac245c14e969b5162b86cfc76e0673da357fb1492ba311930ea7e20a6db61e3a13be2069f4f589ab57cba9fdfb0fcc8779ec8607a624437d1b2bd746825b -SHA512 (edfnotes.doc.tar.xz) = 144e2e22c4ceb6ea46235ed51b9a1ad4b20aa524af7b6eff617194aaec4f1606d857a8575e95816b4ef089e5c7d3fc1e2fc8e622486bafe9e5a9ace22bb44105 -SHA512 (edfnotes.tar.xz) = 3ffca21a97b1e54045129a8894db25d677a54c791e3453f53285741bceff0eb4c7cc00e81706ef77ac475a0f54a7868f2e9b444df0c4e4ba6b161fdfa954dc07 -SHA512 (edmac.doc.tar.xz) = a54f4b1171f8f6edd6e655f49adec69f21a8293af03a02228056ca700feb7b656cbf715047a20f45127695fa851af45fb5e4852ccbf7d28374a02d14f6e55acc -SHA512 (edmac.tar.xz) = a9f12f0745305ce261b142f96ed496341997098461df749715723fb09d978ebb037976c7fd7176eae2475d24c71df201a0123b1651749b2b96c9ed9429746f6e -SHA512 (edmargin.doc.tar.xz) = da77df03b3eb89daa0a544d61c88956a7105073110dd9e1f4d1a753805bdf722a63f5a9674897f4f09a92f689d6bbafc190c870cf5784e02df7efed781dbbcee -SHA512 (edmargin.tar.xz) = 242e7eff25ffb539353b73c18d31a268efaebe4fb51d9ba1cf376346e559ea2fb380743b29056aeb8e4db2065a660bf59e7c8dcf5469f91c39135be2b8c9527c -SHA512 (ednotes.doc.tar.xz) = 242ee2a951a61be7dc0133b0a156611bc574c4c54b879701960f312c58613221acad1c83132658d622962ac24b13b4cb5c91e46c77f774dc3865db57e126e0b7 -SHA512 (ednotes.tar.xz) = be181a2665a8dbd44d98f75a0bc718b460d85c4fb66e412e18f12b542d65a870660597ece71588e9410214a61d6e2d9883089ab1439eeefd63a5cea95fca5d6b -SHA512 (ed.tar.xz) = a6999fbe2a9a44f961ef60d3da65ea306809d1ee5c39d2fc605982083d69c3c723a0e18f4042cbd441103421cb569008925279871ea8ceeb0af4c4a21b746943 -SHA512 (eemeir.doc.tar.xz) = 4f7a67d76504c4fa8de1f7f4e5db19c1ed1509a3ee68d93811c84e3ca523b8ff040d61e14881ccf75d20edc7c6b52550b3b3fdfa58a9a73bf21ec7f8b0b719aa -SHA512 (eemeir.tar.xz) = 81679a08a320275221058cf0a73d71489621bfa4322a4b90759f67253df06e5c98c1325846966924c145092d9f63d9ba51544d0640c7f0827c7ebc42fddf9f3a SHA512 (eepic.doc.tar.xz) = 02efd8775f6d0db35fa4682c6bc715fe619037a6531de60a2955fbd7fca01d97a8e6dee0109a8cd7cc8237bd694c64797392991e5c203baab49dd9857b0ccb4c SHA512 (eepic.tar.xz) = 37930ecdebd43ac8ac1dcb42da4d4eb4b5ff371605b9bfe4675ea861f4edff7cb19703669c8356c3d69e7ccc09789bc536714114397c3bca74fcb4a22b6f4d9b -SHA512 (efbox.doc.tar.xz) = 394387e09ecb0d497014a62fc1caedcb3e00148f6e0a9a16ae1b53efbb4d5cf749e154e4c905d197280e4ecd9bc88ea07ab7e0c004b8c30eadbe7f9f414c1345 -SHA512 (efbox.tar.xz) = 5091324e7f5c05385296d570027a8546db4220a24da330ab85ef5d1185772f51b4f200f63eaad0cfa3eaeafd3d055509f4ffbdf798c1139a60c5e572ea46926e -SHA512 (egameps.doc.tar.xz) = 0216a85d539ab19aef8c2c4f313f5095aa39e4955ae9610c14d0243081b7af98f50a74a2f7720b376493e660a5486f83e69b41f8cb8017ff66a8e706eb9ca71b -SHA512 (egameps.tar.xz) = b8d1c056783c4a71484a00f0d80de4eb9de3beaa54cc4dc71e5a7c171871b5dacba753ad03ab196661b1bd73cf9d2eaf202a813b73bea405f807319a143644cb -SHA512 (egplot.doc.tar.xz) = e6e55708004cdf3dfd753071e2fc242428a6636944f3ea65510d2e9f8e2921b869ff4a22d100b43d70ba0708a5b19f002bbe21f57c858ec72b11ffe82e161e50 -SHA512 (egplot.tar.xz) = c96cc3185c09f66fc6a4c19958b88d178cf0b6ea9d889938df5a07d4fb7b19962a9c17ebe0a906ab19a8725808aa09ee41b39a0379fefbf8816a5e78abf9201f -SHA512 (eiad.doc.tar.xz) = 546bbad79f9f13e420b05b318010f078ea8844a02cedf11faa506d41073e2e0668356291a4e12758e5a37586e4aa9c79c17c8135f244756c39b61076038fb8e6 -SHA512 (eiad-ltx.doc.tar.xz) = 907a20283eb78965dc4d8fdb46c542937c70c7a3f2849984034f9f37872d4d3042064fad0ee232132aadcb7daa4d4ec4b9745f8a6d0406dfa7b929ea68be0d96 -SHA512 (eiad-ltx.tar.xz) = e052333d39e72562e8e84d0e7f6af7066c2068a782422f612a26bd2903d8143874cd4dcc556d7406f3601a6b3a28506a3c0edc92e4029d124f02fe91edf0163c -SHA512 (eiad.tar.xz) = 3123d601a5f5c34c45bff20eb052a0934a2bba9d693e460fdb84908ed327eff8b3a022a5c617c8818bd48b1fe72b9b0c48443e0cb290f15e94334152f1f5e5cc -SHA512 (eijkhout.tar.xz) = 448f3b51c984a1ec81428c1840ba01d072cef4d1110b85f8d4f4d786d02e8d08e702e0b33e757035aecef1f43b604746c7b6f492905fbb201fc1a34ca6fb859e -SHA512 (ejpecp.doc.tar.xz) = 4131b375690a452fddfd5124611bd37017913cac6ade1bbf35ba01d2656f098141e2bfa83da2af7a25dd814312394c127fa1dbb0fd61a3e0f511e8d8c9e6d608 -SHA512 (ejpecp.tar.xz) = eddfab8de433480327dac32762640d610fce78903630bf0b8b26548024764d5ecf1b6356d6a8d725eda75f075a0b8627be6b90117a11a6dc39f0fb0e60eeb155 -SHA512 (ekaia.doc.tar.xz) = f95512969ca475b87f09fa3b61e2be1ebf949161b7209721579f7ec1399e6873186535ec30dbee092fd69dc427a199daa4f94ee47cc08a0fc37fbac6213429de -SHA512 (ekaia.tar.xz) = 97479cb146f37e0fd80fbcf67db44a474d96da9897fb058073b75bbd9a109f16dfa36bdd97c5fed5397255cf0320028ca687955fb40e069bdfa262af50773c99 -SHA512 (elbioimp.doc.tar.xz) = 5097310e0e400c269a30ef8ea26f400ac7768f4a790ca5b79222c0480553434343de7b0976b18bb6d67bc89dc2b2ad2251c24e94e4747450275fd52a8c9d3285 -SHA512 (elbioimp.tar.xz) = 4db2b191fdb73854bfe605efed30c4835a77180fc865eaf201f8405fccaf880e02ac9ef7802c2d215df8ad77d01fff611114c391a6c43190f95dc2b40cabd596 -SHA512 (electrum.doc.tar.xz) = b840b153a134fd9cd923aa9f70576b7e586bca87d7f1b9cfbf7a1f25ac4972905989876545a914ce845096dd32579901ece93851012d057114c0c61b1eceffa4 -SHA512 (electrum.tar.xz) = c12af3a1e6a76d4a94f0d02fa5802179fd1f47e31be29e2151e7be3f569f027137c9d0268c86696d822b8d7a4c88ae2ef264341345c6a7421a8ec1026c104213 -SHA512 (eledform.doc.tar.xz) = c59cfa6957a21c5e74d9a15b7621536170137447111f9a88295e79aa7a29dcbb3d1f1f1367afd7243d2506b864a53df41b0e10419592a5e4e12af8e1e90216d4 -SHA512 (eledform.tar.xz) = 4103aa370bc8314433b5cc9242390340467591bc38e2f5b820f9d35a1951bb9fe9e384b1d3c64a0434b3c3dc87c42463a0af5d9ff872180bc2b7a08d4b40c080 -SHA512 (eledmac.doc.tar.xz) = 14c8b024b6cc817a025b6a4870d3edcf956ac9e358107c80d29fcab41f343efba5b5832dc22cd11fe2e92bc74b58fc5d67982ab26a60230a5b92af4223543e04 -SHA512 (eledmac.tar.xz) = 644df002adf2f39acd9a6704a5c2e18e02f30d17c8e04173fb0f68e9daf5469bb6290c7e98ca181ebd45b40d54dbdf4a14fbbbe7dbe8f945b226ee086efc3972 -SHA512 (ellipse.doc.tar.xz) = 722d50daf9863145c81ad2b97d6acf6b6229d65f868985878651b506b00f52c4a556b888ed848ac1194c4a68e793bc498b2b6b09132c8070b61b103e6ca9137a -SHA512 (ellipse.tar.xz) = edcbca8843239eae7bd927d9bc6b5095d1b9a4d8db213e22c77ab4a7c5bf7a09781aa225af26f1e4127f263d5322c8138cf38ad1a7b19688468ba2ba56f840f9 -SHA512 (ellipsis.doc.tar.xz) = 35441d8562d2be79787f2d3326352dee2fa7a9a3bde500f4d61dc5d8d3eb4f4f782548d464fff74e0156664616342e4afa3a03bc91a2b6f8a028382c12c19e9c -SHA512 (ellipsis.tar.xz) = 1a60250e0db34f3dca834a1cf276b2f0a5975709bec3ae3c7486f92fb3a5c49ac9b07bb3cfa18724f27504c8e12bc7ca933edc453dd0ecb65d63dc5f7fbf75e9 -SHA512 (elmath.doc.tar.xz) = 3454096f8ddd220820709a83f4b5b741e80213bada631f5fd78292ff77f3a1963a487b07bb6c227451568c594c5bcaec9c1fe9724345a35478a68191305d5a97 -SHA512 (elmath.tar.xz) = 66e11b5d5166fc6399337183dea142ecd045050176384e71993c76aeacf57c693495b5153887a95051a902167a8444c24ba6fe2ab2fcfc699abfd41ffaa96b18 -SHA512 (elocalloc.doc.tar.xz) = 6b2d6f65683912405cc97b81a7cef07b4eb21be4304a12b5e0e11087d809d32023ea8067a81c01d45851943af2efc4eb4018f3a0e7a39e08bdc821f87264d9cc -SHA512 (elocalloc.tar.xz) = 7bd72984c7bc1530e2659364b5e93b643db1accc8a034f6fe8333e26ecc12b8dca9cf40ada0b5986576e266e0eb7c801f9a3e4c2cb7dbe4d8c373ba0f0486ba9 -SHA512 (elpres.doc.tar.xz) = bd4b73534eecdc0e02184d0736684e09c688bef1658ddad28b0c1a952a63ebc87546c426e7bf3a9733bd62192d87d500ba3f99463830d3e14f30c0726d80cb6d -SHA512 (elpres.tar.xz) = e3b0dfc5c2da908b95a882acf37ccf56abbad0e37c53c4e8ece14b98401be3a84ebc4546b739ed8a3f5c30977522b5650c56f12028fbfff467b4cf0a53877475 -SHA512 (elsarticle.doc.tar.xz) = 28c78ca516aee82dfe3be32683ae404cdb7be9d2d248fb747079e2d9cca9da44aec40145d095d2e3f0bb2f3d600712fb75a987c8d1aa1ded3f738e58350c44f6 -SHA512 (elsarticle.tar.xz) = 17770bd130aa601a8208e996c1bcf192459d6c6ffd4ca170a303c3a548c7481e7e3a136c64865999ab7ab38ab56b09fc2021555fab60e344a7fa23d8cd62943f -SHA512 (eltex.doc.tar.xz) = 1bdd0f64c524def46dd0a20482b9ad6925b0d06ea272b05d6163a23f61ad1727b099a893f5af7a7de4140bd264b1d3503794a4c9c11cf8137c5c6070d08fe0e3 -SHA512 (eltex.tar.xz) = 6de1507df2fe408081aad0f75b69d7c21807f238d37e3c6d9cd243b741ae1761aced90e948a0c570f28db5a39616954412fc77a87482c890183f039923915c05 -SHA512 (elvish.doc.tar.xz) = e296ece5bb11d273b33e801ecddb1b9bb93e5f8cfc4a7d62b1555ddca89661557149935b7c5a71880efb888364989715b4e39585b2de1bcd8ecc24203afef199 -SHA512 (elvish.tar.xz) = ca1496b488a85a32364b264706c9b4e4edde5c92681493b150942a3a8a2a32158b314a163ff4be8afbea489a75feb5dbb1c96e8e70f730530cce6472f9e46912 -SHA512 (emarks.doc.tar.xz) = 4deafa2295612c7428b82a4c8c2c19811f91c2d456b430b6ab59014b3cdb42a86a84e67319745dea469ae40f89b36d104d30db28228c825ba0d86436a37cc7df -SHA512 (emarks.tar.xz) = 8e5f2d559958083abbde5efe9e70b3cb3dc71cdddd3066ac305c310fd5a8b2652bc6b5ce66531963c5a5f9426ccfed7eee0700938ed6a515865ac8e1718de5aa -SHA512 (embedall.doc.tar.xz) = be228eb577bb2a59b93c7684bc1fd47e9a4a505f6c66eabf434ad29523f978c877608fe76cd6ee24c8942889710270b8f304170f445e2a1408303d7c5a8a52b7 -SHA512 (embedall.tar.xz) = c531feeb7557cfca45127d9c37c93bf5835e35efa7c8aab65d58594c30d6864deaa22b64ba90cebcb1e9dcb139b00ad64ff96238835b8e059169278fb602ff2a -SHA512 (emf.doc.tar.xz) = f2e37967476ed678dce7c01f195ec03f77327d59beb2b15cc6a64ef92cc377700a2b7b528ae6c42497cde0ac127cd10c51e3ecf5fda0cf7954d598a0dc92b5df -SHA512 (emf.tar.xz) = bc1b601aa523b30a54493ac92e15bcdb918775e9f57514b62357b85b5919fb05cc945b3120cea474fab714585fe2a81603f43eae51bb266e8989af6105ebc65c -SHA512 (emisa.doc.tar.xz) = 092818afd707380679c4d3d44ad50954c48562ecb5b988d3bb94701991bc30cfa356f975a8fe8a381fe99171efea2b790115cd0a4f12b17430cecf2efc3d7d78 -SHA512 (emisa.tar.xz) = 9f62531d3cc26b428a628d2cab0e9d3fa95b1f67e91f5ffecaa432432b02acc6076acd32ac2650eabb54d9e14b6081d70fcc09299b45a0b5bd27905f1dcc8506 -SHA512 (emp.doc.tar.xz) = 480edb224fcb42457c6252d4b6fd8cf42796e9b2ac72aa8d4bb22b3840cb10a55a509a47b8c504efbdba3e28192acee367e99638dfdbf9cab4fc5628496cd5db -SHA512 (emp.tar.xz) = 5028360a2b412232b06b0bc53352c7a0a379943c14781b49b45cb75aef044df5bda24449dbf13601d1a574e5349bd0f2d2f7b7969f10bf72b3aeebe9e81b6ecb -SHA512 (emptypage.doc.tar.xz) = 11681a155df95f913c3d25cceb32b54ace35bfa5aa7541916c15473b951b02a7417380dfa5c30f5dc3de1259d6cad99859c31bad4c2f2056ffb4608c614a2e14 -SHA512 (emptypage.tar.xz) = 6379cbd0983ca7b58d2c94ce02a76e054faab1afb2942227469dcf2c4d572d9946921b6d24e9c7d2b5a82cc45e7e380a8ffae671f165ad0e2a3a611b95841352 -SHA512 (emulateapj.doc.tar.xz) = 2d226b60313de3387d87c373a23e490a66c2fe1a94e97ef2364e65fafb037a148db7f5162ab9d3f1d788a037fdebe02ddedaa772eb715dc1ec8fea941b0e6708 -SHA512 (emulateapj.tar.xz) = 12b73ef4234af72358c1f120d860b7ba823bb4d65f91cba348a4a136b57f8edccf3849eb36e95c50cc40445a5fe3908652c221b938ee34a17aed6b4cb265744e SHA512 (enctex.doc.tar.xz) = 2bf47c879c6ed0fc539763c899d8db261135f1a0ef0052904d03a72663cff38d40d2fe7b0daacaf2d54771c7b9eb5e98b73ef71d2a733899d458803f8caee723 SHA512 (enctex.tar.xz) = e6dc0988bd10dcefd63db2a57999637b63187d8a234c46dcb148e9dfe8388800e61237d7b58d271b735d2658d40c1f81016b5018e239d556fb9615d35b4129a0 -SHA512 (encxvlna.doc.tar.xz) = 01f44c8205daf33006eaa73061d27c9e17ce5b456e73f427f797023cf94d7380e44180c347021cc5c17870550fc7e626bab8de6219d6b56000526aa54ba34efe -SHA512 (encxvlna.tar.xz) = f6aa0a954affda9152f5b15958ea453e3c2979205f25a5d9f15e3fb189b2352a87256a345d382a3c7dc401eeb55360afa9cf942cc4779406b97cc8f8c47eba81 -SHA512 (endfloat.doc.tar.xz) = 39a1cfa84a2cbe5ff1b59fd9c5fa6a19cb1d3aafac6d1fbb111f117892e34142f6a21ce7808238608ac0602d905cfff6235a78762a0d510dbc436c881baf59f9 -SHA512 (endfloat.tar.xz) = 2bc564cb0ad7b9bd53af9304f378b6d0cdd9aa32564f2bbb39abcf0d942c4e18015b7181d4be5e873bcdf4e8f971d65678fdbcfb544c005ad012b378eb6e1351 -SHA512 (endheads.doc.tar.xz) = bbed9408161f827ebe39ae2161e89f1f15d8327f29f7eb18bf58f3cac7c58492529caf05ebe3111891520c406c547b2f1aa57d2927c5f857ea6e02ecfa9cf84b -SHA512 (endheads.tar.xz) = 55f01774d62616b81fc846af275067445c8979d50cbb67c8f6cdc362a26999c83c9ce5428af28170ab9e4c6262fc4ed8bd0431c5aee8aafa89e38bf4cdc30989 -SHA512 (endiagram.doc.tar.xz) = 0807629080916e9ca7451fd1975da985ac786326914521c21155c337acbf48888620e3bac03b00fbbf45bbb47740faaa40d1db768a296e4a6b1cf6c6671357ca -SHA512 (endiagram.tar.xz) = 50cda29c5f045e45e0421efe11128b11be1206b4ea3b183d401562a9c8afe214031c993f885bfca67f81e8b4827e024a0aeb1d95e5a8a03426f72f414cfd17fe -SHA512 (endnotesj.doc.tar.xz) = 71e52552f4a432b8743e448142fdc8e49b9e1ff1d290b6d20731c083f62bb5be823db76720fcfa40cbb8bf75968b80875926aea8a7f67808555fdec160de1911 -SHA512 (endnotesj.tar.xz) = acc3ecb055add319d5cbfc4e542c1be490c00187153990dd42d5b9a23adfd19795bebe4648129bc1cd8aa8cc243111602b287183803db8b5962b23b6c60487e3 -SHA512 (endofproofwd.doc.tar.xz) = 1b99e26313b9a0572c41900d6e0b10621032957e7569a436d0a84a4d2451b857993b8bcf3554da5ddad00ebb3d83347d5f81e7df858b7b15f2ce3ca92d5ce511 -SHA512 (endofproofwd.tar.xz) = 900fc2d9a2673cd75bb25a3c1d5d13a66a91dcf21a105ed22ab52b7e61db4753f3419e6e7f5d09b64b27efd6d4c52b6fc6d1ffd06d6cac37bba9017aa96712f6 -SHA512 (engpron.doc.tar.xz) = dfa3ba98bddd11db47f308c988735967d1ec92c688081bad0deba88c29bd01c976bd1180342b890489f3026c964520ec1fa399fdb52f484c24285e3540a12859 -SHA512 (engpron.tar.xz) = e525f8d2ad25b93566c101edd29a70d49d9f65f591e15bf3457671aaf748da1afac5d483389eada870cefc9e144010e16c561d0561d97ecb3ae240e21b5c5b39 -SHA512 (engrec.doc.tar.xz) = f5402766dee90ec0cd2aad59db562a7314805072d4247e5930e59f5aebda9c1b87c4b6935028ec960bca4eb27a1bb1c7ff31b2a671ae0338e1058e24323d4cec -SHA512 (engrec.tar.xz) = 3856199a11043eb42062122d99f11a64791113ebee137b588b69eab7ba79d721349c2268440a4b801b0e7bc293fc99011fb9a70a732a03a5656cc6302cbd0054 -SHA512 (engtlc.doc.tar.xz) = 4c6cbcf337eca115a856eda24924588208ed9e7491936640c8875d49d649d6012279e4eadfa7cdb6544e08fa283c341754d896c921402a2b1180764e8a8ff233 -SHA512 (engtlc.tar.xz) = c1ad2ed5337168c70bcfddd35c72b83b19a1596bc7d9c71298eb82ad8637c984253c79216606060753d1cc5ad4f961095eed8be2381b786b12202f5b0bc748f1 -SHA512 (enigma.doc.tar.xz) = b0509d252a2dd7b61339ed084dcb8dd4c3ec0e63aa6fcb7fd81302b82bbd3ddb0b68d0460e5970798a12b2b66e1f560b80c7bf36187553abf6531e0916ddb71a -SHA512 (enigma.tar.xz) = 70cf80101d3fe9a75e750f5b3df4db79f30f5ef76ed65f4bfb40f36e5c8c5f0d22468396fe3a531508dd484ed5929cd14d4e22734a92814a4eae9ae2ec3e2b07 SHA512 (enumitem.doc.tar.xz) = b61f62bb0da61c7124f661739ebfaff6147d73899511d8b1a1d4b98b31bc596c3994acfd73c3c1922f5cc8a05c6a98572254067718be394c48976a10b2351503 SHA512 (enumitem.tar.xz) = d49701368b0ce611f5cfb52ec06616edc27b2dedb99230983ffc59c4c1eadc265a8afd3c94f1e57920de875c4ec684fec007dceca59fd4f4008bb5572c13880c -SHA512 (enumitem-zref.doc.tar.xz) = af4404c0f76f6f693d1fc0a82e0673c461a1acd6a0d7e9cbac10719790e54199deed1b87fae59db4826c2d1874ce59c7c2a1e5ae33286369a4f7e495223fe2e3 -SHA512 (enumitem-zref.tar.xz) = 5cd16cd19d63d4825dd1f726ad7617bc892a0d80e41f559234b3f82950f589f044a9816005a089f6837805ab08f07b507e47c5d2d389728adaa5350a76d1c1ea -SHA512 (envbig.doc.tar.xz) = cd8c32d4694252449e78736be1697f9a8da01079a8aeafb774d92ded858de9ee7ae163b3758710df466dd0f75fb8b325e86e575457b66c8107f3c580fe0fc737 -SHA512 (envbig.tar.xz) = e39ce40decbb52360cfe465d8a5147f9eb5bfae8dd42b86a868a46f1d3c2544d14035d6c307e116c0d08e6ecb62ba5943de803ee9d40a0a8cdf94a88aec8f808 -SHA512 (envlab.doc.tar.xz) = 4dedc851e00f82ff3bb912e99bf112f4e464b129b89ed75ac41cab9e9ec8c54a32ace3901a3bdc11c90597cfc0481fc7cfc89b4b95bc9aa0c8850a1e8ec88cc9 -SHA512 (envlab.tar.xz) = ba20028efa3c286132133d8c292fbc02d77881e64923ca98cece98fbe1e60acf4033b8308a3f9f31f144de071938698a75add803436e1205f7baa820a308a4f1 -SHA512 (epigrafica.doc.tar.xz) = c90061813a408ea74da7c0a9a53c1dc0f4ef65a9ec1d96e92002127ef401abb5211b7f029630fa445725497018a6e5ed3415e31c40001674405b13a4b4ebf6de -SHA512 (epigrafica.tar.xz) = 82e5dd9f781b6c3ad0bef743b117d9658ae9e0162fec524fbb59f35f13008d3ce9b37daef8d6b977a5ec4834a1ecdc06346627857445c5f19c89f4b202706beb -SHA512 (epigram.tar.xz) = 8952dbb6f7c573028b1f9621cd9c947a264847e59e1ead9547d386d71c2c15ab5f9c26088568b023030645b02191c9b72d827a80706ca1570785876c6acac6f0 -SHA512 (epiolmec.doc.tar.xz) = d2c54da2821e850f17ea0a21d0bc67385e2d986948503fbc23ce6df5229708f0700cdd30a94d09cb310cbd911c183c40935e944341b6ee7ec56cdd9c2602011e -SHA512 (epiolmec.tar.xz) = 5cbe40240b14ed494500c3831a02659be437ad9710708929a69670d00b788ffc99d4d35e66fba04f170c9844faf2432c116d75e6b01988736ab483e7d0255a8c -SHA512 (epsdice.doc.tar.xz) = 6d9db45832d3e26e79a518f06d00db992ddfb2999099d32b415891e8d05b51803dc4f03d097cdcb04e5ccd6073606d4c7a87a07b9dd20d8d257456f927ee7427 -SHA512 (epsdice.tar.xz) = acc0ceb408f320570a93a52132d3e37d43d4be65a31a038187edd6de9899427f08d7859dbc383b7b27e9d9b5a635ae94ea97f0be4ab8386b5991089a1435c350 +SHA512 (environ.doc.tar.xz) = 8d30310ae317193925c81eece58a3d3109c1396c7e486510826fd72cb8489234867583f438873affae766a32498e375eb46db51fd0d7f9989cd61ae2109e13d6 +SHA512 (environ.tar.xz) = 60df3a032acd64221167090c853b4a330a2cc072561a981a70be29736fa871f0bbecdfe6b2cdfdebfd448d8946c4d0bfceb252ea0693194d184bed3c4fffc747 SHA512 (epsf.doc.tar.xz) = 52be704eec6159e70d99ae2a4823c1da0790f41da9e6de130c84cc77e0d8d29aae145ccb9b416ddc5c9641100821f5099b5c597a350438652381be903e7681bb -SHA512 (epsf-dvipdfmx.doc.tar.xz) = e7b770f6880bfa8001851cfdcf2f2d03117fba3a2d38514bd7e23683aae08d57774bd1bfa4d0f75df443d9111a5472ba96bf8129e45b618b39f1798b27fb533c -SHA512 (epsf-dvipdfmx.tar.xz) = 0f210b940d55bc2e85b3c86318be82fde1bf2b6fa2e5d498101036a01cec3b09cd8081079476f128f21881b14a13c7fa248c758a7a33ab0770f261505260992d SHA512 (epsf.tar.xz) = 4c3698edc9ef386b08a2ed7c360d926be6ca5a8284e3e53e0dcf5f222eeb27d4d33b4547b42dd2e5544ab381397aafcd58899376d26a4d9d47beee00ad1e9bda -SHA512 (epsincl.doc.tar.xz) = 2cac5738a39157563707879656b473e7ac7edac2f304c209c8164c7878b10f0d5dcba1d38232ed6ba8e20fe21b3a0cf78dfd51733b993ccd5fcb2c0a05ea31c6 -SHA512 (epsincl.tar.xz) = f9251142a990038acde2f1e7b61b94eba39b2c4f5c43a1151af29a17d5f0efb0cddc0af1ac8d056d8617b5ab4eef29bba14a4731ef933480a9bdb95fcc15d023 -SHA512 (epslatex-fr.doc.tar.xz) = 7965e6094535d22b04193619842bc0bd090c2b47139e65498dcdf428f4ce2ec54e7da5edbdf9015c9d8f2013642d11347373e625a3884c629d9d807af2a9880a -SHA512 (epspdfconversion.doc.tar.xz) = dc09e2ef835a85bbfc7c399b7c7323d64c312b04143e8070fc403fbd484bd893be1e4b532580efea93baffe64625c33004405eb0ed9bf6295646cfc260d72c40 -SHA512 (epspdfconversion.tar.xz) = a1f328125f82f33bcc881adacec981f4ce8aefd4cbbe160de66397ed3b1d4c2ed980f5e1c17c63b75973e3c253d76afc2f1227272ab7f0236e47e8e48f0f015c -SHA512 (eqell.doc.tar.xz) = 9210b85937d0bae3eab982f45b1f38f7020327c9b4cfc6604de5b171ecc84f54f5bfd088a3f06ba7123a7fc01a6fb09953015b1813db9ab2fbabf2a15bca955c -SHA512 (eqell.tar.xz) = b3544579e03c33b7a5a10f1fbcb22735d1bbcdb9fb5ac94330ec1eeb6f6ae646935a46f4c7c3bdb4305368b2e9aa9eba244c80f08f3127fad2080b610f1041a1 -SHA512 (eqlist.doc.tar.xz) = a5b22b8e9300064d77d02ca6f5652659293c6fedb792be2f0664a2383b3167ed7bf8796af26edfabfdcab8d75ddf30f3815be36e8f38fda30f1609b56c16ac61 -SHA512 (eqlist.tar.xz) = 1af830f51ce25946ac8bc6a4cca323dffeff20389ec998b74afd49a8edab5ad7a453818d4799e55ca564153a87b85e2a6b03ed67e53cc5ae6fa74c45edf3aeae -SHA512 (eqnalign.doc.tar.xz) = 65847f34d7d1c76dd4d87ebd7e46aa1bb9e9a34ecf04cac6e58c18f9f4949d3e82325dac982f6d704fe6013e2acf718f0372873e547434c15a4a07c07ace27c9 -SHA512 (eqnalign.tar.xz) = 6793d24d272ff5f95b4e37fa3f4206e7358e0f5b51c51bcf4c61908e3fa554d8c8a53d888c7d7b1adde09f5d308c19944e93abccdb7846c88544abc90bbe4924 -SHA512 (eqname.tar.xz) = 1717aa83439019ba2c07ced56ca5dc969a68b78c9a711d97d0a168d432c6e26b53f30b2a3f6f8d241acf465fe8817d7e4fc4238982a68bf2ae143c5fdc2ca72e -SHA512 (eqnarray.doc.tar.xz) = 7ea3d87f81eca28dd52f9e9cf4f7df1ce4f7b9cd82cc40d0a7fff234415b2a3e033fa1c8a11594b2c08e5edf87ae265e5f7a65eb92a79cd523568f37853de30a -SHA512 (eqnarray.tar.xz) = f5abd20910152cf65d92c7e44930729c1052f72441f162de2f4ad869f0ff37b669066f43089a1369298e9ebdb536ed62d437b3f34be5b3e417d8b0bf34d9c870 -SHA512 (eqnnumwarn.doc.tar.xz) = e6dddee646be40e01c211854d3fa04855286e24a39b8217380e555eaacfad50fc66a57e89336d505c80a8df77ff7885922195423d11c2acefce583c9cb9fce81 -SHA512 (eqnnumwarn.tar.xz) = ddfee700caa63f65fb4f53fe2469d1e6ef6338843738dd2c06989f23b6f4b40dd1dfe4b5979a04b34a9430d7cdd4d0f3ef14e3ce39613c8961fb0266e4ce6af3 +SHA512 (epstopdf.doc.tar.xz) = 7fef59ad3bc72b2e3fc10021216b88b8d5465f42503d9938031c3d40d93fbaf637094fdfc87b19ccc1da4d9a28c9890beccee7c30b915a513a909edbac6e0a25 +SHA512 (epstopdf-pkg.doc.tar.xz) = c098251d55112c0c630e007c85d1c7271e32bba9443ca3c2590b51987053e945e3c52030ef4bd1f6758894cc263e9316bc31683572bd07c24fd0855f01c68be4 +SHA512 (epstopdf-pkg.tar.xz) = 3e2177a1c6cbf8850026f981ce3ec5e6a24c4fdf8c40716e3f18ba7233cc7a5115e5b74d60aa077575f41bafc58af966ab55c189de4d06863ab2a38551ff0dca +SHA512 (epstopdf.tar.xz) = 6412bb97554b271cf5412dbccd316f3d69d7bcf2f524a5d6d1a75f69cfa11a981fc4ab063b6ea8302c2a0236ff93c59f1ee2f8f2b7f33dc466324080fc5016f4 SHA512 (eqparbox.doc.tar.xz) = 1b0f7e6249e114bb6371d19f941cd2308f70ac4f1c831ce5a1c15551bbd65a4289b0b0e718580cc7df97bf4732ad3a76b3f22ea12f7caeaa2ea6362fabab2074 SHA512 (eqparbox.tar.xz) = b6e64a4d30840933614a42b16ffec215d1e01138c42805ed20bfab6ec03e232f87fcc2c20decb2e7e75234b7bd5fc2ebe5477808756ec92e6e724acb3482afca -SHA512 (erdc.doc.tar.xz) = 3e9d2dbfb3bd877c6bd105ca8cdff87cad9cf801797cea39e760ceaa1f27ed802795d728f9bd675c6553a88e22c03a035436abb19dacd38c774b94a0e2bd1567 -SHA512 (erdc.tar.xz) = 56754f7ca1872837a362b1f5cc929fe5ed8bbd59a1a45eb2fe20b071f7c44362b0d98764c6d2870d275d0f0216a9543cc1e9f671f92de1b6b02136f9076f5f95 -SHA512 (errata.doc.tar.xz) = 7fb625a66efc914e2eacc45696ac43112d7ca49b668ffbea179f47f04746509f981141a77d2948f30b8c56e4a2ff06f6af3047fe494e4f084237891fbbf6710f -SHA512 (errata.tar.xz) = ac3b99ef6e120a5b488cf79f3e942c10a47ee92e84a04d3667f99810ef365aac66598908c491897ef7a99df268a0bbc7185d49aed2313487712e300383356ec5 -SHA512 (esami.doc.tar.xz) = d9f57db15517f47d648e4ef91111a843fdd7f0d0706d1a863f5b4f7c65008c00507c552975c01b60c00cc724e63aea24f7a6b40930148bc981e200866cc30ac7 -SHA512 (esami.tar.xz) = bbf24974b4feaba88b92b3179af6bdb45b86053ae8037fa41c99d0823cf3c79807283c01370365ea0264ba1eee3c4c289fadc5c2619900e85657366c14920a7d -SHA512 (esdiff.doc.tar.xz) = 97dbb512437c868f2b15ebd1271f51a7f196e40c70043c224617378e6c9333f19e2c18666f64fe6ea323c7aa5a58438944d8c6f5b1a9c0d36a239caee972eb08 -SHA512 (esdiff.tar.xz) = 84b2490e6ff743f0133deacc22c8e0368368e961d634239694ccf7b5cde7826996e080077baa0e0045230b6d2c3cad53ee055c05b17c89ca735dc2e40a01fb5a -SHA512 (ESIEEcv.doc.tar.xz) = 85d731182d5284da69254744a7d9e23326f5344a6585ae95410671cd5721961958480fab4b621d58fe01ff9bf0a602b3f94089dafaf5614fc8d57ad243e9b223 -SHA512 (ESIEEcv.tar.xz) = 79fe8175d0adf25ebf30421eca323f9042bc98792290763b06ba53978bf4962dabab228b9aa6220f859f64356eabd2cc94e71351aac441e64afa3fca8f73f742 -SHA512 (esint-type1.doc.tar.xz) = 081a225225f503fac403d306fac3ee3b2747341ef5c4ee9420f49a56ca959c7757f154c24f90ed9506041b13464ea216e6edb52f29790d189ea7b33c7c797f8e -SHA512 (esint-type1.tar.xz) = 5a663d01e9241adf1961c922c588888561f495e6378fdd7aaa90954c3e51c5f0f8e6dc1e1947c9f03ce3472e1aab3dde1b35e6b5f0814f5e2cda564a31a45a1f -SHA512 (eskd.doc.tar.xz) = 01a0be9d02e7fece62cfd1bc8ceb26b2036f3d2e374794f3c4aacbfe004cf4059346510009760fe48fc0141c4e9f3cf1e40088203d31b7bbb31ec375cf5f70ea -SHA512 (esk.doc.tar.xz) = acc40c8829e69c681d3bcfd5aa7223b3f5320c1ed5fa3f4a9a700f203b622f300b73912ef5df2c163d2cce1b40aecfdf1eb880dcba48e94783c14054981e0e11 -SHA512 (eskd.tar.xz) = d0c1745172683bcacfb061f48bee10f78dbc849657295f5e7714cca949afd586c441f727e909c627b595ccdb50b81d813538e6837a00809ee884ffe1acd6b25e -SHA512 (eskdx.doc.tar.xz) = 748dec387a09546b28718e943e05772cd56c75a0066793332b343e7f604e607efd37a071c1f4f32fbd20d7427277bf2d598b355b8ea3a0a04943ccb90f4f249d -SHA512 (eskdx.tar.xz) = e5ef11cba6b0251844200093445f5183de60e0c0198da9c7000ef5c05a2a9a4303a15dc77ed03e9874e452ffdd283016cedb8901e78cd0312ea5bbcc529b74d5 -SHA512 (esk.tar.xz) = 584d9b9abf202d93826c690545206c3b7276d6b3a4b717ed3671f9cbd2a1c6c6503d3352471fe60232e75d63632e021fb0ed34ce49d5a1e72ae58b08fbdd7211 SHA512 (eso-pic.doc.tar.xz) = e78570568903fc10ad3309c8247599da7faf2ec9851df46b2ff36451a874f605fd12b9aa0dfd68f237cc65e77b527baea296036721fbc0e2185d4cb61f0eb1b3 SHA512 (eso-pic.tar.xz) = 52c1987317382cc5b3af5fa05627d3137c692b402dec1a19104f814be191222b9699935a52e68c5813beabc0f659735ec22dd37926d6a681ca6e415ac0235cb0 -SHA512 (esrelation.doc.tar.xz) = 6698e9f57df458d9652ae98abbea08ce1f14c6c31677c32ab8cdf9b8fa0866a57c50028ea36d2c7cde133588358dce0b2bb37b7085995e4bab9ce7d3de1a541c -SHA512 (esrelation.tar.xz) = a6d8a0a9bde08e3582826affa52142fe5b5a0dba43c4ff15f5fdd19cb24b561bcdcdd761c2a84238c9b31d3fe0a023949d2d0c716e105852443e06ced9df13f1 -SHA512 (esstix.doc.tar.xz) = 1233a284b88e5c8bfb29350b3b534e7a4c81b5692a9ac7aff5d69f77210e026dede300b511bc45efd18d6a96f6df9be2add166c80f0ee5d17c93732c0c242bf0 -SHA512 (esstix.tar.xz) = e503f25cb713918329f297a4ed088b63967eb06828fb753653aaf60ef99c5fb7db6507d6f0f74080b9fad2050ca1917f7ab873be2fb0bd3fcd126f29a43eb775 -SHA512 (estcpmm.doc.tar.xz) = c240305f2ad7a841c1d9309d1934001fc42d68819505b5c862ca8c97c5ecd7b6d2fd8a79a4273be79126d1503d968fa4649ad06e0c001f3b731e300341802dfd -SHA512 (estcpmm.tar.xz) = 20213ddd795e862dc924ddd71df08752f6adda4be7a06237507cec84abf6a6ccd664fa9676cb9b275ca9de8647011da0bc731fef9344945404f885b56b75aea1 -SHA512 (es-tex-faq.doc.tar.xz) = 5b5d0ebda1bde2c1c67fd4853a41bb10956487fa5ad2686d6814dbdd51f68dde2a3d294797b7b1602d587a44ea6acbd8260ab9965efab81d91eb9d9fdb93da69 -SHA512 (esvect.doc.tar.xz) = 502d2cce629280d7c192ad11764c0c12e65f9f1318286d1acdc3e08c9d7d36b07fc3e5939c053aa57ad59ee91e73b4035c9bd1aafee3672ddeed4a64bf3cd7ad -SHA512 (esvect.tar.xz) = 1a6940862940d8ca29bcb19c69817b84a7f71f7a8762d3a63829fb0e0e88eccd940f3e2973d8d05dbe9323aa1f80dc9045b531e3509239eab399f02a55e7988c -SHA512 (etaremune.doc.tar.xz) = 4d7728be13e1454b2456e543ffb89a19fc5204e8025f949dcda7ce3b8a8b898dd9a6d96e44477cd158baad4d462afbcc17b6df6ddd9982232891e7b4ccb112b7 -SHA512 (etaremune.tar.xz) = 511f84d8cb951caaea65cbe839fe83c9c2dcd7dbe0e0c3db3611d914dea475b60de029d4dbe482616e9d219929c50b2a87f6c33451d0d880e3b368fbc9f7f612 -SHA512 (etdipa.doc.tar.xz) = 6aa2ecdb393932a485857222e66471b9c52388e726edffd0b4357e340e8a5092af96ad1847486a58d6a8485a4ce0e80e25e80ad58f60991004136739d26aa996 +SHA512 (etexcmds.doc.tar.xz) = 841ff47f9cefecefb241cb81602b825c07d4d0eaf143343eb9bf6c35ca66194c98f851e4aa27a369d60927fe96968bf7a1c1d8dfc7bb5be092e77330ad8ac6f2 +SHA512 (etexcmds.tar.xz) = b0be75d3c8eb92407f21111e6c9d397ab5de39b96b99403a149a9554eff523e99cdacc9c1c37ef47cd190487511c6fc6b7c91b617e889eac1d6d8b6aa61c0c6b SHA512 (etex.doc.tar.xz) = 5d10427a79c38a573036164d5de8315a80b709eae87eccc050e319435622664203b4f859a7a0875a13e444a3da06eb11a2801c44c8c3e7d5ed0241adda8b5d22 SHA512 (etex-pkg.doc.tar.xz) = 2ef9984629ffdafdc799041127e31360c8eee80726d8c410130d61f12de306e7b4c2cc892e8012029827e8ed470f9191eebcf758830cd34b8d01593ff78cef1d SHA512 (etex-pkg.tar.xz) = e2afebc530bdab4d5384170dd807d6e39c96d5a18af0defa534106103243b0e52d926e09f3ba62378452ef643bfa8f0e4d92a3c0256847c91e561707410052f4 SHA512 (etex.tar.xz) = 8d9bbc49c5a9747bd0469d6941358e33dd273841c0e467ca5fac191dbf5d353de19e43fa6c66b95fe5975211c01cb6dadbaffbaf544faccd3e35af0158a0642d -SHA512 (etextools.doc.tar.xz) = 5a8d722f9e2e59d483c7421909b4a0f8719b0de81f2b8b95801f905d478624eb4df936f193eb3e4ad1e3f0c2d844c7672a5e2ab1c0ff0654ed88c66bee4802ef -SHA512 (etextools.tar.xz) = ed7e514441de2fd296c372d9c56dd71ebd5318bd67eb4611c4bf784b16b045a08338ca4456899739dc023e5bc4695a6fd1784e592e542cac6a0564a68307a983 -SHA512 (ethiop.doc.tar.xz) = 13e9149433cee0c44d8eddbcc6f738cf113581e4890a8728aff08a6f3f26a62617e1770b4875668dcd75a3714925db9cf5c5d9fb58a9870292bc0d22005c844a -SHA512 (ethiop-t1.doc.tar.xz) = 81f2ed72d5cef9119c94c4b0025e31be6739153e36b7b31a2c59b0cbe5a683a67746da8346345d561472fdbb760c07831d1936222ce1388ee12d70c9053ca8ac -SHA512 (ethiop-t1.tar.xz) = 84f97fb5320ada95562aade797fdb62577e533feee9d7ece5cc51e17303012b198c0b1e6b4f720dc1539c4cb917ac71e3da6f48776d6fcfe84d4527ffd7b78dd -SHA512 (ethiop.tar.xz) = ad9da81e2a9af7f93c3a9677a72b80335562677d552511463c20b73df25adb0a6765463273306486e295b8c5994af03fa1df8f1e70cc48ed7df44698637f8459 -SHA512 (etoolbox-de.doc.tar.xz) = 4c966dc094430caf72e462c1a854995fb78b54dca84322233a16508e41f33f0dd71db2b997b26beb7fd4722f0df1695a118ef782d7954983e9df3ba2132b828b -SHA512 (etsvthor.doc.tar.xz) = 47c9d66a720a8225b34bd0571c0f0da18fc72fb5f37e4204e7d4842facade9a0b72550351c0743dbb9296ca8bd2ad61036361f0cb7447b06e0994fcdb7c657b1 -SHA512 (etsvthor.tar.xz) = c70654c50e186f73bd6dbbb65cc40cbfd809a86de223f96b4bbd1af94fc5fa928f2400eca58d6a97e5578186c58cd038a99264a412d9bb7fe15a01d7f3aff8b9 +SHA512 (etoc.doc.tar.xz) = 377963e8ec9af3fd7fe1f164bc2dad566f18d7ff8bb62689d0119641f5aa61fa0ca091f1feed7d968f86db3bfe1035f915de120724a2d2cf912f1787f3eb3be3 +SHA512 (etoc.tar.xz) = 4000c9627c76648046d647843dbcf93f56111433d0294f8fe448549191886dd4cbea8815910b305f9e27a18b42a85ac8fe8a5999584da60d66a67f4a376d227b +SHA512 (etoolbox.doc.tar.xz) = fd1cc0a3cceddc0df02fae3d82a74ae5af5141553240b283a53027006f44efc51054b940d337c31bb1acf2e74db254d9ad2a7773020b562025e5d7dfeea9c8ac +SHA512 (etoolbox.tar.xz) = 8a4d3e840109442e80cd3090bf9b34ce1e0a685d7743506296e49610a6bc315fa0a7a782549275cadfd6faa3424dc203f3a2fccd55cb0b89fa9a017bf01a7c41 SHA512 (euenc.doc.tar.xz) = ac8d4e83ab23bf692d609a617bf8aacd8b33949e0bff1070301b8cad4e91f2a651555ffb44ad70be99791e64020984fe07afbb25976b73963abc79660eab96dd SHA512 (euenc.tar.xz) = f5968e42b36d9c3ab7ae17d156283f8fc09f0c725dd1037cae3b232f94af11a8ee84507efd87cab901bdc8a34f0f72d831a078de205e9beec81c574bb65f79fb -SHA512 (euflag.doc.tar.xz) = e0b58801624084e20083f1c92ee71dd6f53b75954cc2a63c7f99b2453d3925e9d4bb9509e86cf3fec3bcb2b1814ccc6ec27bdb08bc24f23803c0349dbe1a9574 -SHA512 (euflag.tar.xz) = e046d3b4b0de99d6669aa7cb62b4304ea8c2b83bef6dbae7d997355bc97ef07ffbad6ba139a4969c0a99307a43202566a283a40de1a69635d09afd9256ba0a51 -SHA512 (eukdate.doc.tar.xz) = 7c79bb48296d491816b5e5cbcec389fb7a2a200a9b8e544394a8363b5b99c7ad36b332c05968b98c1bfa1caf04fb554318494cafd0781e25ecbed532c752c65b -SHA512 (eukdate.tar.xz) = 4f64df42384897fca09574330d919704bfac2115f330f8ef085c9be60b51c64a9f1f46c10b863e989b9eda6559a3e2cb2388a59a997afad73632d83b02177b3e SHA512 (euler.doc.tar.xz) = 789c0b35257ad74dcddea589eed36f0a3b86eae3b201fc708c13cb11dbedc5b489d1495c218f9e10558b8977658b72c345a5622c10b8b1d7ceb3065a6c8fb9a0 -SHA512 (eulerpx.doc.tar.xz) = d755e9694d0631e80ccf81f78a2832ae22269ded788fd30f0acd83a4044ddb4ee4308c26ae5f79c0510a2986f146d28847eabe200015bb197805d57d149ba20e -SHA512 (eulerpx.tar.xz) = 1dd4c01260b9f2cf7053d7867530b1383a1b1218719a5a58895bb56e61416f9a93199218670e88cb59f0d87e65efdd7f10a218b45a165894c13b99330797296b SHA512 (euler.tar.xz) = 3b3d383a2f715f14dba0ab926d3df9d10ab63c06d203c59e551732a7f6af4ff8965750404a37863c91d3fc3db7d44d1a279d03839162fde9d8d9fd849f0047c3 -SHA512 (eulervm.doc.tar.xz) = dce6b483aa0d8ed6d6e607a0a518060fb290b25f04306ea4ba50f863034aa3184118a7a13f42e89fb2706daa173abb7eb5c2bd433eb038aafd1f3a8eb9c17995 -SHA512 (eulervm.tar.xz) = f497e30a188bd0d6cb66795253b35f6a108ef11a2924da94110e5a2c913af64826a21789265bf7f2b15a31a914b74ec171fe3c3d299b1164801898c0d7b0e7b0 -SHA512 (euro-ce.doc.tar.xz) = 3a44189546231f3bfde594142e6901a69f6e351e1d04203d1d646c476ca330431c0560faa79fec79485a4092b667864dcfb522ddf9a56bfc2b2ab76764b3852e -SHA512 (euro-ce.tar.xz) = c1a864ebf022c8949b62195be6ce857ba108b7f930cf6e0152d70b7e3283e09c2f93fc670732cac79e3f48b860431186ea903324a02597b2a92fa43a0819b57b SHA512 (euro.doc.tar.xz) = 896a040cf80bec968e4fed5b2bd774e433997d336855775c1e6e5215cd6d9bb094550da324a2433d4da94ead4af3cfa6b192382efa73bb7c6bc951c22bb02fb3 -SHA512 (europasscv.doc.tar.xz) = e9041765db618541c6aa9a4142b047f4096bc335a9601186a26860d6b594d6b6125c0f5392fb6dae9a296392fb565ba0a8c288155e8d99e12bc12bec0bedf52d -SHA512 (europasscv.tar.xz) = b47453280812327a1528e7d2a484e0b92e5464381bda11b715c624bb8fb7a1f57e3df71ccaeba7dbe8b0f757297ad3c4515aed773a44bfe78efbe9f64297e180 SHA512 (eurosym.doc.tar.xz) = db226757ec82087da3e67fe69b5e9c2429e3cc2addb126bc528dda8bc421a4e9da2a367e64f119eb109e8898409a4e50177b81f9035ed1e0672bb902836bb61f SHA512 (eurosym.tar.xz) = 9624b0a91a8491d4178051e8e8264e506725ace0eb1b4e4ee9f3cf38cf7868d392f0f4fae92947c74182a6cdf7d4cfb46319a269e4e3aac686ecf4a4cd2f7b3d SHA512 (euro.tar.xz) = 35a1c763998bdbc3b3b54ade3e4887859aa9d166699ccfc73db432aab3439be075d858e88d3542c25f8a0065301f0b1fea9bc368f85ed767e9deafa090f35beb -SHA512 (everyhook.doc.tar.xz) = 331def0138dac385605b3ea1d88af6d5d1ae29bac696b76f41cdcfd070d50915eb3371a14a894b1e59bf35d55eb7dabecfe18e89f0bfbe6f028ce5fedfe1bbc2 -SHA512 (everyhook.tar.xz) = 56547973d184de21ff5d6d3eaf1baf9b8cdbcf93307c31fbbcf658350ef0d441509ce359266ea6f962ef9b40b1680b47e4c14a822aa043ab8174ab0610df1665 -SHA512 (everypage.doc.tar.xz) = 185bb6b87896f43472d8c902cfda976139d8b1df09c5eff75e8f579314867dc05b6c215f0dcb09a3438f7279c6579ffc8f92fa7fc682fce18ddf7f080e0c6e37 -SHA512 (everypage.tar.xz) = 6f4779a2a0e0d2352b702652a583f6ea7da71865196894b88b630e1105e56dd5ea525cbd4eccdebe8dfa347716c192fa098d5eb8501f305109b337b266e7ec2d -SHA512 (examdesign.doc.tar.xz) = 1870e3732933e0d69f52eff2c403011b09814938083b91bb428c776ef50140e1b43713837e018b09e8340dd5e47811aa1050bb9f90b350aa341216edb00c2a9b -SHA512 (examdesign.tar.xz) = bf052063b16056faed35007a5e1b6e2bf4f116388b2698c24c7c00ff257fde4f0225f138af6c011f99d051085169b51357c8661647f28be07a7f6dfd330ac10c -SHA512 (exam.doc.tar.xz) = 7b225aee549267ad87b5e900570e5dde87e2e77d84a42f33043d760331cc71415f76148cd30245612ca8e566930531c07b71508f50867b4cb2c6ada659f4a2e8 -SHA512 (exam-n.doc.tar.xz) = 502d6fd1073f4ce68477e6be652dd131bb0a74818df2b1fc6b0a97aafeb946de1d0fe3fe90ed5843bd63305c528031acde37697cfd756c9839b083f9926a363c -SHA512 (exam-n.tar.xz) = 6cb28928125f1164fcf2a78980345373a094fc1a2f2f22756c8f9b27da05b88b6011f000508354b4d73aafa09a2a877bd0e6913a274518b471380074762be392 -SHA512 (examplep.doc.tar.xz) = f72f9893173263dab5436911b2efd5143a52dc43b24b470fbc315c69eaca0d326cc36e5254eb3f93f734a3240371e9aa2462c0c016659088014ee5a63cef756f -SHA512 (examplep.tar.xz) = 1e28a283a2d6d2ebc0bf7acea39bbc97c459defd6115e125c6b9482f880f59ac5eadd715d034b78f5690806345311946bdf6122db9b41e2da9e31d730f2fa82f -SHA512 (example.tar.xz) = 2f790c1bb8934e1127ba64c61ccf0d9ed503c01cb8975c114257a2179db7d88b4c969475b0e357d17785fcf7e42487e991e176df3dd7a1be5db4cdf87abb9cad -SHA512 (exam-randomizechoices.doc.tar.xz) = 74daa43aa020898bf2a969e5f6fa09aea190209dd71eab222dde2b30cf2f6e12936b454a62b328aee59f6c3ae13bf5f7005ec3aba66766ade77672f74bb3ee8b -SHA512 (exam-randomizechoices.tar.xz) = 0cb93637dda7a7813f8f89dba62db03cb1c1c6da5ce5dae596a14321fab8c46a5c6d67432c31855b66b37b0eb9086d23b5bf2881bf8fa41e410ed7a4724d84bc -SHA512 (exam.tar.xz) = 77c488cbfa6960df070c9898d699492826751ab5cee72a4e1f51e839b6842bce910542d02c42f3a87125f4f3ea25b496092c26d0eb698a50bcebd8408efffeab -SHA512 (excludeonly.doc.tar.xz) = 11f1a4e7b0bfeb5728ab632756fb612b784e7a8b46e68c2e5cb3681928811d394ac0b7f508e7c655945209b1e75837d4ec1a69bcaa6b0ac8d45d66302b4bcb13 -SHA512 (excludeonly.tar.xz) = b83426d7ff334e64f8a5566fa905f1c03478ff68da5b74b85dfd6c872db7a63454f627db4e6bea48f8048da0d84bd80b269cf5cd3a5b487484dcd8f2e21c5058 -SHA512 (exercisebank.doc.tar.xz) = d7b262b7a9ae3a45b69112e2924be8ec7cb2c13a8b973056e849cc5a0f4c82f85d4b5887a3286360b38c3459bc99ea9d917cd1084d6abf1ffc343d7ab522fed8 -SHA512 (exercisebank.tar.xz) = 6398abee37218c1c4b0e21f7dcdc82b49985888c8e5cc4702fbe20942471cfcdb8bb37c66edf2c6764d9a38dcc932b8584f65bec8dcf75ba11c738705a71048e -SHA512 (exercise.doc.tar.xz) = 3059c297ecb8a990bac32e1e52bcd6fe39e6958c96c145ad70b937ba89284a6f447a84e2f144d31aefa1c446331c7ce80ccba926e288d7ade917c7aa68095076 -SHA512 (exercisepoints.doc.tar.xz) = 81493e680086ce4d833e8e9107a056daa4e74e321964f914d8824e25b4dbd6c181b1e10d41ceecf27d18baa53958babf77b0edf4c0234e0b80a8a3f5ae49c348 -SHA512 (exercisepoints.tar.xz) = cc706842f62ffd982dfde7f503f226c7f7050099b581dbef6e5e7f85269e3110a738232f1a99752b353a54a91ae5ef145697ff36ad9df1fb69ce1051bf92858c -SHA512 (exercises.doc.tar.xz) = 7108d509ed012d1560bf19205e45a2fcd09311c50e84ea4dcd87cf17b8c70d4e5496653d97cb303d32783fe9f1d29a17a273a7ac6808ec384b7972dc33106c87 -SHA512 (exercises.tar.xz) = 064b8df6847af6e8464989de7070ce1d5282a050ed89016ba9954767c6f175882ee11dfc4c92791f68f972cb7dfefc801696a10a650b7113e93dfd9a9fc1adba -SHA512 (exercise.tar.xz) = 8de2044404690716d781a3b081181d9a14596487213762bb1ef426a0951dc18b1097a4cd8255bc7094d9d5e7f874e68181849c173a4932e7d07c46e14d1609b1 -SHA512 (expdlist.doc.tar.xz) = 624bbc4ce685589e7e6393cd991b6305d8a20419b4538f2e1728f9ffc004ef4d724831515b77a607093bf45b8cefefe3e6a352403ddcb543b690b314fb469ce4 -SHA512 (expdlist.tar.xz) = fc0f0473faea3d8ffe917e654909374bef6b6d7e41d14c32acb3ee822748c6f37d1f5ab562b4bbfe35dde983f12cd9e1469bd2061aff32e3f79de66e6b3a6c32 -SHA512 (expex.doc.tar.xz) = b0dce6401ccdef7fbfebbcdef9d68f073058f935eabc95fa45619f4d4d85e6b53e15091d845593255c000c3e672dabadb1cef024b2b0c79765f4f6a231de86e6 -SHA512 (expex.tar.xz) = b447a885d65a000f0b79b4c9b050bc89bb32b71426a29261d282fad72428fcf64dc6c660d9142114094bba32040c8e723190e553260c3899a1c1923ebb9f765e -SHA512 (export.doc.tar.xz) = 169236b497ce09d685c71bd21eb6c35ac260d5978c03f074371386062ce8219bac1e501878ba13b60677c423904ed11b37d8e018adae573d135a1e1cbfdb84a4 -SHA512 (export.tar.xz) = 04b5eac3e263fd692a1f4796ddccf7c5f41398075c9b15e65a0712cc83dcd85a65ae4506a882249e09c9ceea37f973be3398a0c31d2590e0c3e57549f07e9116 -SHA512 (expressg.doc.tar.xz) = 9287376ba5aa36088b4a99455b727c0f60648d50421ebf2fd125542f208f490c5b57af256bf2b704f01a3e00e85e6023c69cb6dad529fb7521ee8cde74ae9559 -SHA512 (expressg.tar.xz) = d380b7ca2efad2cdafc3ea6f2265452a85035765a221dd5cfeb33a03859dfca0e4cd01219995870c8943657d2525e25d32bf7e5b9fe8aa9afa8d17c1ac4703df -SHA512 (exp-testopt.doc.tar.xz) = f4f7cda5cc8b3f8900cb12989834e5b1702f751248f58fe65a8d65ab69eb2a4118002212eefb609e251d4437579e635173366beb471e32d07d45c5c645ca506c -SHA512 (exp-testopt.tar.xz) = 26b5af9bdd06a3bbd231b1b55c4ae8929efa06655656747b804425e802fa7d07355e510ac673590cef235cceaf88fc03e1493f4bee9c99ce2a32c32b9a3f9aca -SHA512 (exteps.doc.tar.xz) = aac2e20a993818576f9e1efb153e9285b17b48827a1547a0c1033f22fa1a52f84ede214b4322ce4c6ddff69b8736f214f27370b3f1c006ea6e5fe2ab9fd64304 -SHA512 (exteps.tar.xz) = 1991bc0b471276ca3db68a8ba7611becc4557de4335a321b5c3e92c1fefbe34dc0488ab44850835b5ceb1684ce429e7756fb86d885e2da2177e0d9081797aa0c -SHA512 (extpfeil.doc.tar.xz) = 8c2983b2e777e21e95d6ce1b9b4732491ad8a931205adb071877bf966fbbdc4306b88b35db87db4c3fa0bc52cfd333f721de2e1e7d233ba3c91d192a3574171a -SHA512 (extpfeil.tar.xz) = 5cfe0172ad420c3ca53c57be33fc56b205ba05a11876e4d14c6d86387788c73370bc0708bee46e43a02f10ce9db4b3611b4ee337ace44fe8fbcb2ca82f88b2f7 SHA512 (extsizes.doc.tar.xz) = 9bfa898f7eab416beaee2938902fc0f3a5ddcf1ce972f30d18a683756fb53bc8f66ef1220bd3bbe6ca6a473959a67c55c18a7996eb095ef301da8b594f42d3ae SHA512 (extsizes.tar.xz) = 5b000d25ff594af2895408f0d83eeb0e7d6dd5604c53d5acd835898197e44fb88ed2469039489b75b45678f28182dc88a0af56ed1b1730be2ce41e6e81f13b7c -SHA512 (facsimile.doc.tar.xz) = 36da402d7b15601ad768aa1e07f356812ddf0a09b30d19c13bfecaeac847537caa3be31036cb80441370b6c046dee24b13aa3e04f339476e9ecd18cf09c8c9cf -SHA512 (facsimile.tar.xz) = 3a179a3abcc33bd0f48bf267338c8a7dc0186f7eed097af74cfd8a936956952fb50876dea447839738842fad34c724c057f577d427a82fd82f85c7e8ab80c8ab -SHA512 (facture-belge-simple-sans-tva.doc.tar.xz) = f111fd7a81812aa0d65c4143751bf0bc331f8de248876f81c5517301d8a9743cf2e091de6180e3ec1d74a646ec539b65f0f1d8068ad1eb5e6638cbb783b4f420 -SHA512 (facture-belge-simple-sans-tva.tar.xz) = 90d1ed96793b0463f14fffcef020ae58673df10bf511756387eb38bb2659ae3e362f52d898996410447bb5304f3950325fdaa25841ac4351b4584da951da2b4e -SHA512 (facture.doc.tar.xz) = a96e30b15f1fa827fa4dafd3594e8b98ee8c17c23056926d82243955971225d5a4bdf41a1a2a5b19049619c2eabc1b8529db70adce17bc126c0e1e3be7ecb2df -SHA512 (facture.tar.xz) = 6657931eb2c0a134c53cd9271109552d4b8848247198fee9aa8d9010ff2faa4909416484dec8809d7ddc58b4202f9e2a97c5b97279e5432a1e928f91d7cde71a -SHA512 (faktor.doc.tar.xz) = 57934606287afaf1471f1207af5d0e97533a504aa83324069154e88e70f10779d2eb19ed2a9e177c5a4b2cce4203b576272fd2513d989d4ee276330305597034 -SHA512 (faktor.tar.xz) = 5c598fbb40d7b37ee5b66bc1bfa8b0b2a0b45f7e22c992e6d0c85ed952a79a120803d41f9b4a13bcbbd6424c555c8b9ba6adb4eb79d1056fbf759008f9b741af SHA512 (fancybox.doc.tar.xz) = 2c3e0466198d392af57b2bda16f80589a9aa9db992272980a2e7ab9d7d1842d7e8f2980003b3b09648cfe0b9a1977562534ca54fae120bd7e4d950d25a83c0c2 SHA512 (fancybox.tar.xz) = 752e26abee96dd2bbf77b30a6d98d48a1673632d5601d28bba5799e845a015357b96302f3f1d8977f0458003d3456df4694884a05ccb6124b76ca8f7fc84fcbf -SHA512 (fancyhandout.doc.tar.xz) = be4c7b2caf2e85ec192f3aded87309ee2361fbb7e8fd1225f8f98f96446251aacd69e04e306473d06e14c8a8b686dd7a1c54cb0311bc4138fc9c34fa2d528ddf -SHA512 (fancyhandout.tar.xz) = 0091703483cab573f9c9202603d31e310baafe932f929ad852c23d2ca97f21681637bb3ae34fd3d916f3e50f553b42ab1682b437f5a63b67c6dc4b7b7f202c80 SHA512 (fancyhdr.doc.tar.xz) = a54bd1e4c0835e1d3790ceb9c50ac63766df45fb3d807b74222465c116fd103d65bd09a8e0f4cd20941422734cc508fcca9f86be3ee0cc2beb4927b9a2149849 -SHA512 (fancyhdr-it.doc.tar.xz) = cda5ff0581545e4eca9787b27dddcdad226b5dc9a630773b13073e9248b7b30b985fa5f5fc1bc5380e5a0d96f06c666d4e7e73168afbc2fa4ed0dd202967dafa SHA512 (fancyhdr.tar.xz) = da99c0def1655589988fcebf627dcb35ab1a3f7ef481f141ee91045f81138cc02f849f4879507afdbd89e631460e5104d49bf0be6a640f4c7e9532acbc952454 -SHA512 (fancylabel.doc.tar.xz) = 3a05f2b388eb2a22a0b48b4761b3964c7b0c616eaf0c8adcbd4f375a3dd059b3d3b0831e754842bc084123fff7a12f59c87c5c5b362739c062f36a215dca2ca3 -SHA512 (fancylabel.tar.xz) = 950455301b0bf3ea3be0817a45c4e7453ba95c8afd397c1cf9ebf559f160e2828f414f0dca4647a80481f6e8daa0902e24692469023c21ba844afe1edda60b2f -SHA512 (fancynum.doc.tar.xz) = 4be390bfd7562e0c94dc19fad3e0f34e52db393878290773517d6d7951e428cd3d0dccf5f47f6f03e5f0b380ebb386c8d89373e8c8e4cbd16463a9cdd2f2417f -SHA512 (fancynum.tar.xz) = 93e1b88ca722b4169a572285443fad53b66ac59a3c0b6465aad54bd8d416046bfd79897db3d8f318f9d6e004c958b94bbcab16b1183d66197e1078840934689c -SHA512 (fancypar.doc.tar.xz) = 98cb690d9096a73523bfedc6a2ea35414e34043d5eef3d73d337c3d4feef3bb98303a22a1933eab53838e78cffc8ca1ee36bc00fdc13a50213849d87fa92c553 -SHA512 (fancypar.tar.xz) = 18a4989c979c7d0b1a5c303b4663484e920962a5090e229d7b75ac5678860fedbc95df530fda954a3a2602a740f7afdae3e41f6a3e07405d77263045a6c62a1f SHA512 (fancyref.doc.tar.xz) = 2231f5fd45d45cb7b538852c95b90db35fde9b66629d17ec9288de6ecf5339359c17fdc8931019fd4acce61ec2927a0cd494cc7462cab0df13d7660106b6a142 SHA512 (fancyref.tar.xz) = 8f4ea5f16bfdbd06bdbaad76da724a1aad82263f4db2c24cf5f2e9f2db9f2afd9d4004d629098f936e0c2d4dcfa5fba8bd278746b90542f87b547e20abb0bcba -SHA512 (fancyslides.doc.tar.xz) = 77e1839377ba440d4009f30ae6e58d843ec4b7a1bf7f0d3414700e32c9a01062cd6506cb589039299e7a4fd945f9ee5cd951a62fe9795f822089152ca19f3441 -SHA512 (fancyslides.tar.xz) = a0b9ef4ce804b78a60b4c3a25d5d70bb7ec17324d295cfaccb64d166bb1a704bbd2baa5cf6edfed7adff03f48bd3f3e7854e2fbfbbfdc7eb953d567a257a6e46 -SHA512 (fancytooltips.doc.tar.xz) = 4bd82e0ae682abd0157f94b5374ecdc6cedeff0af22a5227ab527b725d8710bd7f8c5a38b7380a91ecaaa383824d8b88d182d1edde312492c34728ab6ff2f4e3 -SHA512 (fancytooltips.tar.xz) = e1d7243552cdf65cef1e647472a7f6c1d818c1e862afcf8069768d9beec01e4c250786e2c4c1af4febbdf94f20362110399bee33c7902bb7006de474a0d013e6 -SHA512 (fandol.doc.tar.xz) = d74e78a1c863d3865ec4b21a4c762bf6e2c30a8656fe0ec830d1e56b9fcb48861f316ccf8d8641e7c674e25f1ac2292d10ff2127315275347096ad325828d7e5 -SHA512 (fandol.tar.xz) = 309b19d6bff9d3e009610d698a73ba191da70cabd57157f274dfca7583a9e9b31fc30ea52b2b2ab3386be7290a680f8eb47dc92381c3da8251b01d8c6a65c3ff -SHA512 (FAQ-en.doc.tar.xz) = 4d9f981728306862b6c26a3e3194ab3f6180bd9d57a7a8d7ec71d5651a2e382af2c1b355f2db0494ee14c136500d65e36f31eae9f0482d507febe87773bb44d6 -SHA512 (fast-diagram.doc.tar.xz) = cd8e3edf882fc16b5757f59d16ed1a479e437eba36c783cd86cdfb9cb81f8b30e8b95a522ef6fe4b6e22b4b0bf6637e72bff734f7771034cfaf85df935e4a003 -SHA512 (fast-diagram.tar.xz) = cedc8305ba0a7b1d22274d869629a1872a80a4001b443c8baa93e44198a5dd88e39c16c28bb5edf9fedf4f8f2f68c6964f009cbf6feb21c7c14974c4b598acbb -SHA512 (fbithesis.doc.tar.xz) = 92d0ae3382aa71260f6ed204f6bce1bcbac26985f41789e00c5d3186dcd448bd169b7641fa40d34cf87c556ca10573b0d8cd4235aaea8a0d1533dc40c71b3779 -SHA512 (fbithesis.tar.xz) = 3e593e312ac8efbbdd294e6a00ec020678dcb12259ae778ddaed4d43a800aa19ba16f8eb15b5122ab22f44c5e23c77e4fe733c7772929ef55589d387985db694 -SHA512 (fbs.tar.xz) = 2d5bce7890fd8e087e035e60064bf134d8ac7ca2646f7b846df8fca7c594843c2778d0ad1752ffefed40283153194b5da97156e866bb4b8bd10b14c8ee3f2c4d -SHA512 (fcavtex.doc.tar.xz) = 2060c70b6a926aae23c145f11c7c6e255f684f925bf5447ee98fdd6f6290d64fc5a92ccf8cbf85e0c6f0d6fee869a2d947e3df8726fffa4a5d2c87c217beef59 -SHA512 (fcavtex.tar.xz) = db440d7310805a7f3d918996e577a07c5d8dff72e6d667f00c1ffe5d88e3bcb689e794837609d9a0760530e923f9a28d3e5c052cad4c38e23ae03454e0ec26c4 -SHA512 (fc.doc.tar.xz) = a7495a0d6bd394811ff22438a42afe3c5109633da7c606a732f4c5746cc4162fa1c86ac3774aa7754e9b07c499f3519423d4b6fb212ecae156b0b8e8f848d914 -SHA512 (fcltxdoc.doc.tar.xz) = 4aa6aed9c5b4ddaa63eb2aa7e529da03dcfc57723a6cb40cbbfc729636e459f4df1e292bdcd20093595cc3ea154787fda41abb4f6f46db2a7331626f181f47d0 -SHA512 (fcltxdoc.tar.xz) = c14db194a73247122e589024824a53125ff10e15f8bec2475530aa41e78d74993f73474ff9b3899bc499c0cd8dd3e1ea034ea821d233c2a512f8c4d4d06d095c -SHA512 (fcolumn.doc.tar.xz) = ae0645744e26bbf1a940ba1339256b7d718f4df819ad04f5f52301a26d445cbce4a1ae4bfa2fe6d13bb81ed31e94839d87a251a7429305d396a56ea113df37bb -SHA512 (fcolumn.tar.xz) = 13128f25e12c914bf25c45c87a75bad814eab519059c8a478162cd4fc678972ed8e24800042e87866197174044eaf9f90d3cd3a8eca62f33400e3fd2294922c8 -SHA512 (fc.tar.xz) = 12bb408f7ba4774d943aa954bd3d2558a329d383a65cd4780f6c5bdc39f51b943f01d87ad203aea3b02768dc0b9ab42f681175c18a1e1dd901255aae05156558 -SHA512 (fdsymbol.doc.tar.xz) = 7d1f3fd153bc17e65a99ce6a38c8992b2172c1d0b85254fcc7e926b9539928ad403809b8af4355abb1e93196b4e4d5461b587c8ad94d04cca7785c8a334b4ac1 -SHA512 (fdsymbol.tar.xz) = 37f716e9d540d7742f53cd38155141d763d3f8509d1aa1f3cff53ff33c45537c44dc68c9608558021868de3072302d7ac84909db05e8b25813c23ea01c87edcb -SHA512 (fduthesis.doc.tar.xz) = bc3d2c383233846631e5042742a08b5ca05d0cbe68fad908065310f00c50e9732af0b912eecf01496615d221a1ea6fa5f3d9be91c9533b97fdd642c47d6d8c5d -SHA512 (fduthesis.tar.xz) = 2c33af9559603c08ee844cc0dd6dcb8a6c215f0b0c7cd25435b64b1ad6c83dec608c601ce16efdfbeda890258bb36df8eb549bf43bca21bd778e003cd637507c -SHA512 (featpost.doc.tar.xz) = e4eefb43d63c6522c3080a76b4df3a369932bc9e2f868ed0143d62fd2365bb74e6891705b287d19b4ca4b2560b0573d6ff9a0e5cf2a3da2e4b21482cd6cdd0b9 -SHA512 (featpost.tar.xz) = 9d7c35499df5c8c8efe8ea51d88c4cd9ddc6bd5238ec527d842aaa9ce42c30bb1d73c667f5aca22f385d3725c7443f043a2b63cd337a7f6d5b5d5810ea34bf64 -SHA512 (fenixpar.doc.tar.xz) = 6ee02d615438e99df82f939a8104097e43802b00af2a0e7be56f329061722cfc7df0edf84c82ac73754d63a703533bd6d5b88b6e648bedbc47be712ff86ec5c8 -SHA512 (fenixpar.tar.xz) = 1b09294b430bb9ab6a4eae11549500b224514e55bb99329a4ee3d9d72ab906128063537302f672a772c02ff4372d46649656a88c4a303a9301976fc7a804387e -SHA512 (fetamont.doc.tar.xz) = 16cfb520cf8b3030d546e1c7f7cd41772fc9d16ea55db6920a50945a7aa3034050d873d3d5da05c108ee303dc1c77217c8a1f014c2e9beaf36d932e33aefeb93 -SHA512 (fetamont.tar.xz) = 20c5c83119d70a94e66aeec0bbb9a0494525deaf9addb9b91d8d5595397ab5a1195eb9d72056a5fd1c3ca490aef66b43558f5c5b86688e7d164360a697c331a2 -SHA512 (fetchcls.doc.tar.xz) = ebf9aa0150b06a0b4674e7be076fa5ae4b2ba4542aa28e1b9d4320ea0152a5cc9cbbf926d713f877e74ea948d6132fc36898647e4790c67aab651502c4e5d57f -SHA512 (fetchcls.tar.xz) = 6cd8e2016f7ff344aa06587fbfeb4e498d1b2e76d9a6ff64f167dad71c4ce6ae867d791660f50e80b6f2e59a9f2fff4c4c9b7c1cdf84cdbbec5113081b24a25a -SHA512 (feupphdteses.doc.tar.xz) = d87c0a7722f62a599bcc63f7ecfea190c64d82a4a4a1ba21d18c69866f80ec77a527a82cb94b0d081002073f5faab95119c6902e8f8f2c10d815ca2d206b1d4c -SHA512 (feupphdteses.tar.xz) = b4d4285b33f314720cd07eea903bb2fc6092f96033f75d4b06cf315fd24d1a34722aa73db4cb6410a847e1d23a131ae329f8ebe75fca15dcaffb99097768f55e -SHA512 (feyn.doc.tar.xz) = df4454efa6f9130fac5ee2986abdd8eacb42063930ee194b65d94a1e1a90460c4116fd62da232f01f94fad63d9eaef627655aedadaaf034f910ebb97b40a7792 -SHA512 (feynmf.doc.tar.xz) = 933edaceff112f7442f7c662fda43f343b0e7e41f65aae4f1a45bfd2de18c1e4bda505a235eebc4daf2451846dab376449242217ec803f2932a4a1584038f4ee -SHA512 (feynmf.tar.xz) = d4eb87e3f086f2d39c87eba057fc490ce5d39e9c5ae39aa1c04ee8c3be9c4a188ef123f860fe74d31e0e9e9182909c39df3434ddcc618632723f00627f66397f -SHA512 (feynmp-auto.doc.tar.xz) = 3dd88f5af739013ace4fd8eea70ce247b997e887c0f7067040ff9bf4e0300126aff53845ecefafa7bb52dfc4d05d181a1e96847e6a534c718c5a7447231539ba -SHA512 (feynmp-auto.tar.xz) = 64ca275292b12847d823322ced9dbad615a34089c8cbe43262e676b34db205ed56509f641e18e949523bd252ed1ea73eeb5f019e2cd052274c02b1df67860a25 -SHA512 (feyn.tar.xz) = 56e7d5b875db6eb6e5ad2b07d5696fa4fc6cea7d0f0f9d691bdec0fb90f16bbcac0c9f20f8f16bde20eabf98f72fbbd75831af1191b229cd7acca60bb2edda28 -SHA512 (ffslides.doc.tar.xz) = 4a8e176b7bce3d54464a30497e41d5a899905a0029199710aedca7234612092f0b2e265a465084536434c9b8c7f45eec3f2ac3df5eef66cecfdae5cdae36c798 -SHA512 (ffslides.tar.xz) = 393903c180f2fd554178c909bf9a4c060707d8f2fac44022b4811526c7b505a0354afed77f8ae0fa3fbcebed3918a6b46f9e81206be78d7ed6b1c959cd3473a2 -SHA512 (fge.doc.tar.xz) = 4f18f7bc1c8000664753e6f0615f7dd1d0f71bf51aeee6860fc2181536f6f1fc37b21e83b0c5b6c151e1012a02ec97d3d5ff6d132a5f6986e94bd173f40f994c -SHA512 (fge.tar.xz) = 0336a91c06bf658c1bf139d716952ac2ad420e307fb8b525e53cd4a488e0cff536c89ff06ceb8788d1e54b96a9fe4b24d94beb6913c1be8683e359a4d00dc4f6 -SHA512 (fgruler.doc.tar.xz) = 16e5f5be432e338788ea78c5e41091eac616a3ad779c3c40bff723fda2646d5205599857f0e23f1b2774fb56a2ac795c61babe21cc4de5ecc2fadb7b6d33eb2d -SHA512 (fgruler.tar.xz) = d189eafb4b2f7788d42614f87684bb3cc36d8e022c9c98f8f7f44babd5f95d3462ff25d2d9ab541384d35ad4daa39b09e28dadae1fbd0f7fa25d0f8ae217c34e -SHA512 (fifinddo-info.doc.tar.xz) = e6635f5cc989bfa0da9b2b0cbd5c3719aa793552f4c1adbc1ee218a78b6b116d2c2046b04254e3294834e63901ece9489b8c86421afd3c58aeb8615b5859ee92 -SHA512 (fifo-stack.doc.tar.xz) = 220d9b2796c20251ae568d1dc5a7eee1fad5cf6aff26a2b94c1a2c9dd6d853dfc9c25377ec8c3d6edfc43f5b4cf645c459754c5d6a642506fa7779cf79f1a901 -SHA512 (fifo-stack.tar.xz) = 4121e3cefed7ffe80bfaa8b054ba0825ab0fc2b4073a845386de4db3650b4d68c48a4f7378ffcfc4a221b21ad30ac6e199920e7d8c44f503b35c14cf4c001462 -SHA512 (figbas.doc.tar.xz) = 7dc8140b3b545d2683c471e2e2907a58e2c995f23acea26d763da8989c3288940dcc154ffc0f81ea99169ce574bf90543e94f86bf8217996b7c83474a300806e -SHA512 (figbas.tar.xz) = 2fdc1114b03123c35eccd6b617310c714f37015620551538458a1a49b1e9a583aa55b3cb661f204bb9168cee0a7325b066d64315a15a94daa01e43d05bbb2561 -SHA512 (figbib.doc.tar.xz) = ba42f6cc811fc9e00c41bb6fb410a57a2efe759a0fd0621cd83801963d0ed138dc66a1a245a4b7256cb056f3fe71e883a8fa84d19dda785ba24825e85edfa044 -SHA512 (figbib.tar.xz) = 1632b372b06d8ef3cc363d6b05e70b8a493f357fb947ca1b8fbb7752d7ffc4ec09904e747a3e9b91b61e5d094c96eee954d533d1b286b372aa57244ec2abc63d -SHA512 (figflow.doc.tar.xz) = c972bfb356731aa119e8cdf1292a3bcbfc08a74453feb7e509a5cc519f62ae6c7e6b0c087973549b9d860b97ff1a3bae9cfd1166c4ac6a74553ca6c0f463694d -SHA512 (figflow.tar.xz) = f75517b5c43119d33edf46fbe124523cacf0d7d837cdf66af702ba563392a96323b266bece1ec9e7f87df34d684a87ab38f9ddafab6c3d069dca8ee22c3bf25a -SHA512 (figsize.doc.tar.xz) = 598f631423a97e189c21e117a7da23c95bbf4dc3b616e62fc6738674848fc46be4d7dd43832ff58ef834c0fdbe35d8923ba9729d5c48f90b0431a22bf86f79d5 -SHA512 (figsize.tar.xz) = 3c7523b05d04363c57c1ba75a39d9698b1648ab6a858be15112b6f47c052742033e3ed16752a9b9ef3854ab93f547f0841c32f1cc68fb9d4538fc02a7bb19ad6 -SHA512 (filedate.doc.tar.xz) = cfc2eb596e6b6d17015ab2ca061da39e673376d6f4c526dc045c8d2514fa8372f1a853a97425b4bcb9eb0bdc522c6b482a9bc3da9f56f8a4e0c22e4970a40575 -SHA512 (filedate.tar.xz) = 5e2789c065459e82f073599c4d5f04c626fedae7e02c8dc58d6595d81ec8281c9c362592eee9547369b7a8e9cd2aed1ec526d69a8ae22f35771d5494e3109032 -SHA512 (fileinfo.doc.tar.xz) = 03b4ecbd21ec39d98949f2e8ece7e48bd539a75051350d1a9ea19e3d32ecd620c0f1a5dc454e626237534114d0430e2ad7c175e9c1b27ba15c78a35aeca3e3b9 -SHA512 (fileinfo.tar.xz) = 2e5914e32af48db731aa83c3e51e6d9128dc969891bce21e1e2f859cab79130c9f5caa0f591765fa8a9b48c38eed8d19305f4be598430ab1e2cb3276b6faf191 -SHA512 (filemod.doc.tar.xz) = 88c1d8c61ed1759617c9cec7cecbb28459dd5e06f139ba3ca2f98d7b6357a15fc89dd90daf26e5f4d17f33fe9673a8c17363fb757ecb71d9e530f0e153ec486e -SHA512 (filemod.tar.xz) = 4ec27d16dc551d42f9ff326d20f78c48d73e7324af65f6ccb9e662dcd399394c631d9a742aef8a2efc235dfd769a04d22b4ba37eb8a2cd06631cba298540c08b -SHA512 (finbib.tar.xz) = 14f08cdc92a2d6d511c112c480efb0112d45c199023e89c9314740c2b9b83598bc9f8917ce616bb2493671f408f946ada3de4535136eff48b7bbf72e7436f912 -SHA512 (fink.doc.tar.xz) = 7b1d9d1c62766082030d7632bd91c65328d1bf3e8bb6abe4ed64ec5188d9f38d3b2a99695f32c2bf04e2fcd634819926ba923eeea915186eb9fe96bcb43954ca -SHA512 (fink.tar.xz) = 837a470970c8376e1d699b28954cf2ac6ed849c2f96a4c17ced56ebf142297c36d3f856f9cbf4db920ae33f491738f7891433c5c6627565a48fb5391b663634f +SHA512 (fancyvrb.doc.tar.xz) = c391f086847dc93b3b3ad03fa7898d753fdbaab76216f4c46495d82b6acf320bc74afdc69ce4058d6b12fb952859d9a7232013cf425afd018d44b322f9aef9a1 +SHA512 (fancyvrb.tar.xz) = a692b41b5ad0a45f36f54e2583894449628077a8aceae0e1ff10631f8a21cbf56b8bd55f6cddaca2592151d0c238e4b17074f256ccb68ea9844c6050e7e64474 +SHA512 (filecontents.doc.tar.xz) = 0ebf1990c005dbf92b7ef73ccae0cf1ad47ca896f0805a5a8291a15c6764e2259ae03fe14d9c713484ea258764b706881051b4001589715bc36ee17ce5bdee23 +SHA512 (filecontents.tar.xz) = b40bf2e4eea194783dded4f00dc24f1cea26a854e96b57995b69354a70c1e7ba9ef0e64542c2b524ad59d9b12fb1accf93ee28b4c7e735279c0bbeb915b6c991 +SHA512 (filehook.doc.tar.xz) = 0fe00874d60f10be246f8ce50060f84cd15b4448d52933a053b20e69fcf247823ccdda23b3282aa6d2317bc629b2cbb182c60967a2ebf23b64a4a57719664960 +SHA512 (filehook.tar.xz) = 16196dfc6efde9c09a0a285e25672b144e8ec291fd76eff4e3e8db3c178c2b1bd84e18890c5fc392c7bb87640e8fc8a6683999454b0619fc96dd1628804bbaca SHA512 (finstrut.doc.tar.xz) = 8cc27d82f7125b5ee82585f97385924737406e45d9739ec9cd57b76736e902a588c7258628bdcc4841e3e23f359a4d8ad22a31ed6f821f1d1c59798f4e8f3d56 SHA512 (finstrut.tar.xz) = 8b360a3426056b61e58e577cc68ba9e2f55b63a3b4a0a2eb76ebee53e9ff327da9235e9da5cbb85e3cf369cd48354c00a79cd46110ba4adb4b64192b7ff7b603 -SHA512 (firamath-otf.doc.tar.xz) = 699e10d44b1e36505e872070c2799e1191e995ca6ae26058e7d069c96500a9c0914614750f6af076abd3a30b281409613a846c314a64bef047b3e313b0a4cc97 -SHA512 (firamath-otf.tar.xz) = dbbb13d184e2a407bcbc2681bc9c5ff0e83017141792e956013254dcc50815f5b913bb2e40d6c09421883db774e9ce5e5ed17f6602ee902f485069fbd570936e -SHA512 (first-latex-doc.doc.tar.xz) = 497080fdad8195bdc43bef476f9e678b49d83829f10a6653c9443d327cb0da8505623e941cd3038349b6307ee37a65ce1a3d3eb48e4c6262f9d636d10d96e17b -SHA512 (fitbox.doc.tar.xz) = 71d77dd1879a2b9b20f9c4934af8bd696de567b5c0187e7a5bccc9e225fec5793bff6bc670ce0bbe1065cb67de73f518942ae48aa0a27e46c2aa47dcad6856e8 -SHA512 (fitbox.tar.xz) = 5244567062493fcb5300048be6786f1ac48c72c363220b894a2695e78646f461584e189f227d04f55e9127a66ab966dc04cbd762fd08277774fe1c0fcc7d3c96 SHA512 (fix2col.doc.tar.xz) = 302ffac957bc37305fc5b6f458c4b7dcb06b65408131bcf64c0132638a110813eb6c748270ead340f3d864b927aa7bbfe0a16c3722cbd8334b1d8ba8ca72e7d3 SHA512 (fix2col.tar.xz) = b3f096a64fcea6c6b2864d4e8a86733afb852f3decae4704e6c275c41e1295622f1eb1c8db0e0d33a29e369a9b757495477c9ebcf82ae0003c4316967c03f0dc -SHA512 (fixfoot.doc.tar.xz) = bfe0e39165be8f9a56e2cbd4b91c0b7b7448d0b9d8a4a0b62d6c0d45e542a9964af3d34233ec777b69f0666a0945513a8475629f0b084f72a0b349682e8ad6f4 -SHA512 (fixfoot.tar.xz) = 52c25b4d5bb9e34fe3f8d2b122e68352ad572ff9ecf1011f3e9fbd67319d0781a48ca08ab03ad3201f1d1d2bd6d4e35fa3818e695a741a8ab440ce81f7724039 -SHA512 (fixjfm.doc.tar.xz) = 5de4126f1f5215fc8132e0449048bd66dc73d8a5cff460d7873205f3cb55c2f8069870d9ffc794d5c173a52acccb5bdbe45b34189fbdd40509bfcdeed804153c -SHA512 (fixjfm.tar.xz) = 5ed8db53c1757c4ab6f14e763f9e58a76e5f8c594c30c1d1fd4d7c9a49d65da90d72650c88375806997d0f268b1a75215bf6969f45e45ef3a2127c422415bf16 SHA512 (fixlatvian.doc.tar.xz) = 07dc4fa87b8564c3ff3144936ae4374e0bc7cf37a5a3e4b5d0724681859a41d30d714e96742253bb9a269116dd32d2ab0c1e5e1965242e88ea12fdcd224ace31 SHA512 (fixlatvian.tar.xz) = 48d39745498c187d23c62191d7da6341ecc13d6c43ac97deebf453046e78a26d221b5c7b7ed22aa8909476a754e877de26c20391bccb5cddb2db1fa7b238d643 -SHA512 (fixltxhyph.doc.tar.xz) = 37d6b9903a56d33577c8aaabd40de592bd78dc6b2f5a2c82457f6d5b499d1d6f9a9bdaff29bb9f9511365d32e160f92c85c6c0d93ed065fdd1688aaeae9ab246 -SHA512 (fixltxhyph.tar.xz) = df41497da718b157073b6ad2a4b9cea3f9ee0a0824698f47d4441b76261efb21271f1605f69b1c0de8a99e3e636587a25b4efdb4d578683ef0c89d7f849d2c8e -SHA512 (fixme.doc.tar.xz) = 78f64f31246acc6c153c0f0ec618a3a1c473ea3a5cce47af57ee65603d2064b64a3a506cd18332f1686b41768dcfdb10a9f9cc000dbe5cb476c8c4c61283dae9 -SHA512 (fixme.tar.xz) = fbfc3a79dbaed48f79dfd59efba58eb3d6c4e3c3f6716b0910cc0ee7e6b0913f345f4a05bcbc5d9943437d072cf3008615ab573725c4e7b4d7d716bd90dd8d07 -SHA512 (fixmetodonotes.doc.tar.xz) = 7d7f8b049feb8e70c5d1ab0c71147f1f398b098f9c961267c3e90dc5e9ea9a8317361a0dacd8fe581e17cd85669bd39e83a1391641d353b01265a6195af33714 -SHA512 (fixmetodonotes.tar.xz) = d327d19ac0e9041da98458e9147b3d1a9c9182bfe5c893c03ab9ef42b9c8044314f4024503327594bef337c1af6aad0b4f2046ea2d6a433947c6c45ebdf8838b -SHA512 (fixpdfmag.tar.xz) = 733995ec82df92bea5a674fc25a3a6af2102739c3c73eeed7c9f40cd54bc4c5d65cafb35366b70641ff0661dc83700071054f7af274487474c3893ce5a44c9ad -SHA512 (flabels.doc.tar.xz) = cf9b774ef4e1336a123d48b3797d8122c5b9128324a9f6c0c1497194e8d3a3d9ee46a5a58470074c0dbc02f8c0aaeb1da3b4d5683ba9faf6e479a6790bc599cf -SHA512 (flabels.tar.xz) = b05d66f1181eb9d7eb80636b69ea3af7a29ae7011f6888438cf80a7fa6fde44666f9fa7ee71620055f6882e73b6f5e211a2a65ca003d903cb26cc4f9571257d9 -SHA512 (flacards.doc.tar.xz) = 087d2c5500b5ab51280bf3f57362f00723856b041f520d41849d21043859bebc106ff9af33dcbf044aabd838f68d1165f74645360247de2c3feb9a8493ecc441 -SHA512 (flacards.tar.xz) = 45cf4fc3f4678a5242873f80ff1ab328e7675107d14052be90308d94d44a931ba8b2cf3eec67e7456a21168aba168fe848979a8d45ef07bfc62613ad9174488d -SHA512 (flagderiv.doc.tar.xz) = 8c9731aec45eb594b95e1c89a1967f169bf8394664977059af0fd77aa40ebf3769200925382694e221a32ced470161f505420539b5e3f7f00be4688e308ff54a -SHA512 (flagderiv.tar.xz) = a7618ffc60c548fb98a581324901af09defd9226a655163d967e251b090b6ea74d91ec10bbe1e5d685a83d147818ecbf8b66d84c972cacaf3e270baf39293200 -SHA512 (flashcards.doc.tar.xz) = f42cef1b5a093861818d03f2df9cc5029546a1bb9b01a4349b815fa26d7320bbb9d596adceadd0583dfee7bf7bf8a011c8296ec06058717a61ddce10baf19e53 -SHA512 (flashcards.tar.xz) = ea1d530296c2b3e11645bbf09b4776394cf1725db5f30f23297818fa68b5a8d1d860d5873755d1be010c8d7a3d01567d878f3a12490fced35f6f825034f1c9f6 -SHA512 (flashmovie.doc.tar.xz) = 016331e7328732f5549487f8b2edbeabc9548eb81201584d3d3f7e0ff41a9a962761a8af867dbee8951bf4e99ea4eeecec7e9230868c23abc95260f288ca7958 -SHA512 (flashmovie.tar.xz) = 99ae914e1fa627f462be84f7bed923c638bf493ca183f010bdeb5d607ab00abaff7a1fe3d0f8613e6fb9df7cd5047b99e99a5da18470df25e7507259a441e188 -SHA512 (flipbook.doc.tar.xz) = a5f6aa188e7a0aff29d4e693f0f8e52512838278e12d13c29706c7bd5c1c1c2a8d70beb619195d8572ca5a3920205380d586d02580bc747acb8e3259c79c3fb0 -SHA512 (flipbook.tar.xz) = 8e3140fb417115ada958bf6dab1a22b39779926b47938bb49cf86499d64ae16d321e6e6bbc8482ee7e6a2d79d8341a227785ecf04c66a15f7e5c0ccaea016d21 -SHA512 (flippdf.doc.tar.xz) = 3b40280c0d142add31bf27dd57cf52ab2d5f4f43637cf1a1a20202b5615b58c52567e53ff2f9875d2d1e73116c227319909d77df1609ed5590b30d2c151f2c63 -SHA512 (flippdf.tar.xz) = 8f4de43f2d6310bcf3bfe350a071d43ff4ddf4d21acaebddf59e3fdc62ae562e32006707a6f7f5de1f631f9aeec12edd7cf75332b012e433478d171e149f2c96 SHA512 (float.doc.tar.xz) = 6f713c71361c1536bb086e7638b770ffe58e97aa01bd59bbab779f71cb485b9c06322d7d89e7d87cc8f77a0c7f18f4174fd4ec47b62556faa32d82fead0b7377 -SHA512 (floatflt.doc.tar.xz) = 7ca1c6ed832bb3d697685cad5575e02b531c0469095468fd40eb3131d89b68dfa0fcb9c882965aa7a9cc9c60292f64bdbf6264d3d990bd697dc27b23a46fae47 -SHA512 (floatflt.tar.xz) = 1f7de96ac5e82cc4bbfab3fdb665a18d20413cceea097e1407dee2073109ee1b82d7d3ea82c80630d9aaf445f14a8497aee7e3824458dea8b40b270135052ef5 -SHA512 (floatrow.doc.tar.xz) = b721ebbf59ca3744f1834c130da1a859cd4a98e9f5f977f5d35eef77b420deee303c109439fa70f89757cb9f57114bc74c5d527cafacc1daf2125b975621b525 -SHA512 (floatrow.tar.xz) = c650b5c856bd625ad192901f3c056171f790c549748d5de5675f14cedca5cf32931ece537ce2280c0e4895895a8eff0cf140c3408dffc2b081ebc8c62d2ae1e3 SHA512 (float.tar.xz) = 4a5270ca2945915464ba25b7996dfbd4771ca5f477e4bf248183bc340b7051c042d9566908acac881782af74a59154f4163bc7879a21e042e1c31d67237fc6a8 -SHA512 (flowchart.doc.tar.xz) = 0bbc3f1f56f5adbabca07096804412b33e93669e20af345e57bc9ad42133ab629b9546887599b472dacc8ee43b9c395f8c2e58a288c487e78920be1db5a110aa -SHA512 (flowchart.tar.xz) = 9adc1f823378fcfaed58e99727b68389b97bc489ba38995e5e7451608cb712dd7fe02b2686f692328b73d1bc8011131017b8edcebcda5e886f3bb4a0f6aed65a -SHA512 (flowfram.doc.tar.xz) = 25924c121d2feedc7d815e4510b89f05000eef87efae8039c6566136b7fa92d6d4d9f25f2938363dcce8222d5c824d42894e4863b95e422b7949207a1e1daccf -SHA512 (flowfram.tar.xz) = 880869c22914392c4ade9dddeaffb20d6c6edb6da78d30705d9f6aa1b1352ba2734565fa8c2a6851e81f1107573753748d3f4d208bbbc4c0dc443c066e912719 -SHA512 (fltpoint.doc.tar.xz) = 3b175372a197bdb243776d068e797e8f318200e6fb9cffd1ff612cd771a4c53e9e26b36079c2b392caa77b1ab430bf3ad7a6dc235a91f25662904ee702a84508 -SHA512 (fltpoint.tar.xz) = 8991df799bab2ef9e9e7787123a61752260122ebda5491a22d8bd0aad88810bce93fd78e1fd6f79e58bd274684c2495225513d0f69591cc3e92a052ba51baa67 -SHA512 (fmp.doc.tar.xz) = 461ee793dc8156b0ecd6931b9d4c56f368ce4938838b042abae5d6475ca3739c4fe47517168dba742f03c98229376f59f8654a89f1d65ab394c0dd907ac48ba1 -SHA512 (fmp.tar.xz) = b87a361454199c16e1fbf97bd2b82f8b5569bbd71b7beaa780a6d88357e9262f77c9c3ce17d2ab0ad9b043ed7a1dd721e533c516e1b927f0439e13ced6598a30 -SHA512 (fn2end.doc.tar.xz) = 17f0a1d12afd607a26687b675ccc65a150e4ae67785389fe9582a3b05ee383f078bde35f296941ea069323757e1fccd1ae0e76e5e24f3446b4154738c1a45385 -SHA512 (fn2end.tar.xz) = 6be5c07123cf2470ca88b7c28c068c6dd308824138fd2f645a1a7c04c69fe84953468733ca2994faa42389b5889990941c8e09dc543b66a1589f3cf22df1e017 -SHA512 (fnbreak.doc.tar.xz) = 0e8778265258304ec1cae1f2d21902ffd6f99af18527b86af064209da7f4c84e8ca6bdcb359000e3f0e9aa75819db1b375f8ae9f0a825291ee03398b6bf345bb -SHA512 (fnbreak.tar.xz) = 794e427d66efeb15920062e86b4a405e36604703f350c4e20f2c237b358eaf08aa22cc923c7995a7db22c117b48555fb92b136edbc94100af8e2046d49eb1fc4 +SHA512 (fmtcount.doc.tar.xz) = fa0955c7d08dca99d3323b9cf364edd8b4b305723a3fd3ae38687c6473ea2af3593c47384a61feff0071199b909e1424d422eed3864866b28c7d27b1f42c3994 +SHA512 (fmtcount.tar.xz) = ec5e10be2b93adbfa0e1ac710c7df37457e8d14dc5c7fe1cd13e062f136c63bd20a3e42d57c237fb4ae5c1be936e1d821d0a6568ca0c22b41948660f0848da43 SHA512 (fncychap.doc.tar.xz) = 6a8c6910f0790457c71cd55c8d30d07df81c97f80a8b6b7930c067966c76c47848142cdcb7454c4b63a154c5c653933bf71acbd792c06eafdc496c92e4bc5806 SHA512 (fncychap.tar.xz) = 83d74f4bcd8fa90cdf5d0b6e03e9e8e36ab09884998f9955647928ed0a33924735d236a82cc730412edbf54485ec8c357ba3954a264965f67752e397908ba295 -SHA512 (fnpara.doc.tar.xz) = 798c7fb03a8fb20695ed63ba1333686d21832a936a74a93ca77c7614346316234b2255b8e0340dd87fd57bc1480f23df24381107fc81c68cd4c0cd594ddf5329 -SHA512 (fnpara.tar.xz) = 620aafcef4ec7fdaf5cd732551fddbfce53222cb7540dd370f2cda425e1782c907e59868953f50acfff993a8fd8a84d108da7992f1c1565cbfa889a5ca0ef5d0 -SHA512 (fnspe.doc.tar.xz) = 733a099cac2d96ddf6593b9e0195b85c8d5e86f6a1b283f011a55acc4a1bb7391bfd4356c6aaa40d9b2c70a7c180886d64162eaa396a5a457fbea491af1b47c1 -SHA512 (fnspe.tar.xz) = 5e9af6b3b3136f49e49524c7fc85074fd75fff30826fcbb8dad358102e3eee6fa44037b7dde99b6556a063dbe4e819b27ef5a522999eb304f70c2785642478b3 -SHA512 (fntproof.doc.tar.xz) = cf9e8909ed030b27a57573cc257682da84b7f14c3c3775e17fdc8a2203fe99dda8797ae7b2599dc92e9684140102f6d1ca2147bbb437edcf8eb41ffd28b9a576 -SHA512 (fntproof.tar.xz) = c1cdc018808a2b9fb5b91c54b55eddf3d517b8dc6062db1ffda3db154efe6f3abb91e61ce90a68743ce411ec614785974b4362f20f03ae398488ac1f816b3ba6 -SHA512 (fnumprint.doc.tar.xz) = 44d6fdf74bf6c231a57b3fad63efa7eb1bdf5b4342cdb38e0d504c4c09190130d37534769e17c3f60bbad668d50aab064bc5c0a1ad99808a6d084dd1921769a9 -SHA512 (fnumprint.tar.xz) = 7f43363ff861fd4f887df68dd6daae6c97940d4cdd60b19563a966dc7c08cb88356a150eab0cb5b91bd4c3d5d47e324dbbfd43cf45872a5738c5f9b70766e047 -SHA512 (foekfont.doc.tar.xz) = 7e1aa7a240d825c014be6af7be5cd7c1bbcbc6e52bd55be36f987b4a25223179bcc4c4d342906c10f9df624536252fe4dc5a45cd3b5ddb63f91e9f4c7401a239 -SHA512 (foekfont.tar.xz) = 45342633aec41f2a5fe7213dc418960d76ff196a08b906965e3b68f2c5ed264b3192ea45756133f12662e451fcad11d08232995c0de2493495c40b9b59cef7ea -SHA512 (foilhtml.doc.tar.xz) = a24c9f048f7e1cf187d40f6eb3370cf68f6de80e24f2f72b077d782be5dcd369cf3a7ce9bc7d0a269c285d04cbb543481cf439710037a26a7597164492b277fb -SHA512 (foilhtml.tar.xz) = 80b177c1eb224dbbd086d3b8a0b10b3f0b3434e977c8d71b34a58f76a5a73757148b4e7438a275f1be186df51e36342de132940ebdde9608e7c741664ea200d7 -SHA512 (fonetika.doc.tar.xz) = ac3f0de2a9a5b5052d4ae626b4368f8b1fef419503cab9a88d4bf89db348c1a756555a6cef7aa70bcf733fa032840fe9ae7cfe347fb40bae32b54506e60ccf37 -SHA512 (fonetika.tar.xz) = 4db9e50fde60ac69373f5abd151f3e17275f5c492b6855a7f5dd8895650a79cda1feda43398fffebbecdd6f7e032f8935972ef573f79ae1cccc5844dc148352b SHA512 (fontawesome.doc.tar.xz) = bbd18a60db734922ea006ebd00b0c9f90c34907a7b519a08bf007daf01cceaaf6db3b31c3dd8c76e1dac199d4f7c312116f6935b764afb62248b7dcfd92ac78c SHA512 (fontawesome.tar.xz) = e08643104006c9e14c40bb965b4401a8fe296f43e5f39b285cd19d5aa0ed33602cc0eb6ffcc996e1d6e5aaa57dd906903324626ee40facdcb3cedc5216a3deb6 -SHA512 (fontaxes.doc.tar.xz) = f7e0986d9f811b6436ecfc42c943bc2b21b83cb94d8bdbd5daea3ab66fec5bff2033f56ad9509e9e9591b78e68dae1ea76e810bff51469583aba9c8b691898e0 -SHA512 (fontaxes.tar.xz) = 69aba944977a676c557d2015aac1058091b96b52a50da52cc733187b96ca02b7a8dedcbfc848198442a5f62c824ee9e977696677f9aae267579f09d2e1637f73 SHA512 (fontbook.doc.tar.xz) = 65eb7d3f6426d3dcb13ac9a0d5b396eb4c03586d9d2b3d842af9ae4ad98119e8721034de499eae485c5803873946f04af992ddd860d09a7131021027c14b5d4b SHA512 (fontbook.tar.xz) = 55ee9dc22aefcf91c7fe30f516bfbaea5d0b8c5423cec204bfb208ebfb4b2331ebdd65032eb6f2a9f8958f15fd47433a9c7884f49ff1f3900f1538f9f25d4fe4 -SHA512 (font-change.doc.tar.xz) = 75f7e45fb5313d0bc1c333253aba2bcd1d650fb6c0baffce6e5c558b0e7aeaf2e697ea9412860b4049d2685cdee26d19f12d9a28184084ab9df66101b78b0361 -SHA512 (font-change.tar.xz) = 8ec91864d719d20ff66195ec1bab456d772417ff2d4d9ae75ecccafe0da616d1dfdf5b965be489a65eb28130b3672a5b55c33f3254f59c00cf204dcae6fd4eb7 -SHA512 (font-change-xetex.doc.tar.xz) = 138375750a4d493774cbd558c6aa910d04bf3f32337f773438d6bb31e16df3d96af3a6ea12d4940c785c04f98130977750058f7c0ef2425e0d8147b4ab882a64 -SHA512 (font-change-xetex.tar.xz) = 17de7c596a774c5c2e115704c2c57385f3fa90bf2dd49362547873453c27700537ab7f1e8a143c2ed49c90efe6aec234d3cf61643228bcba5b51c5ddcbb8bba9 -SHA512 (fontch.doc.tar.xz) = a7c5f6622414d943a20745f7b02c3859d43d4f4ec0f9ffd3b2baec34e142c01474d8827c7b0fe5d1bebfa25d33224b26cd876e3457b7179097fd9539cb9d9444 -SHA512 (fontch.tar.xz) = c8354fbcb6a13f2f874dd3df71f23ee1fcefdaaa1eab5166f35001811b9788ea2b53e5d5653437071d02978dc94b0a658bca5e2cfe825a0315d3389446b6c138 -SHA512 (fontmfizz.doc.tar.xz) = 6dc0f6c10d44a17d42d8ed4148f39bf89c84dd5a3a672755340456b0ab983b1b52cbd3bb62cd6f5ef4c3f6dfed8a39568d5ca35598c4b016483fcf7d3cdeb360 -SHA512 (fontmfizz.tar.xz) = 43febb41a8bd7b0a89a2b60b52f9b83e0d0fa8303c0a7986658a95c93307ba6642fe07f8ac935ccb50b3047bc74100cc7268fde438d3ff80c944ac59afa6e3df -SHA512 (fonts-churchslavonic.doc.tar.xz) = 596ae1cb37b35ab59bc712653ec873250cded1968b3e4874295692812ad4001c6f352c396ef6d224571da630d730cbe41f98bc5a3a5374a2f9532f9424f7a0b9 -SHA512 (fonts-churchslavonic.tar.xz) = ab57be2bda808cce456fe2fe75d0c9f7560d1ed376631c907723d156360f8f20f734d4a2379273c8b8378a6cc124376574c162e3f95c4588c688dce34fb49029 -SHA512 (fonttable.doc.tar.xz) = 1d2b27ac253df62568087abb8f9e0f0054e3bb98cb62e65784192b281722e69e8565fa569eef4d061684e8965e0b05a0cd6dcbf7e632af7f68f97e8d4747426e -SHA512 (fonttable.tar.xz) = f8db43eedd7f9e43b0cfb8c37e2687321fe236daa4bee898141c305dd2e59fb40bf3e8b3cabde561c75fb65dd053de33e45b90a8ab9518b0b30aedf35f6af1f2 +SHA512 (fontspec.doc.tar.xz) = c3f3c52ba06d107913d2b47c9784b1807461051dfb9e3705efaa5ea3a400f98c975f200411599ea5755c46d9919e4f90721e8d7f8ae89e940866a2beb88b4424 +SHA512 (fontspec.tar.xz) = ef65e31a03f5bfe5dad80aa3bd33c5eca727e3200a9cee5bb199908accf429464efcf999680b02776f2ca49f8bf8175520fc91bf37eee03bd9e0fe87feadc941 +SHA512 (fonts-tlwg.doc.tar.xz) = a122c38181cb85964e6344c6652e20444e09943cab0d5a25580aaf4cb691cda33808972dbe3a7cfc7cb7970a7233741111fe52d93d51e3fe06615710be4089de +SHA512 (fonts-tlwg.tar.xz) = 7239ecb9ffb0dea42d339b1f758c3c4c11f18b6850b5265296c04027922d5ec882d7ee2b6eaf4abb0d2e702ff349833adedc36dd18eac492e191f43da267fdc9 +SHA512 (fontware.doc.tar.xz) = be74abb91413550dae9e6785c029143fcdd02aac761ebdc7190ea79d097fed228f63f924f7c2a2455ad0c191933a4e75993fee03641faf1dbf6970bce48cd424 +SHA512 (fontware.tar.xz) = 3bf90c2c75edb13c849c5fea98bbd6b21efbb64cb3aba2ef79e934f4b75e2d829a14ccd4dc8fe8279582de1decd499b2c1c4d5c597e5f467e089eedb0c296009 SHA512 (fontwrap.doc.tar.xz) = 857be54c81d9bfb14277c17638ec24c643c278d660b56e18a4701aea0ad28e496df0aec191b12d93bb29b7ab326b39ad9cc7ddc3615871d1b70fdf6e44ccdc6e SHA512 (fontwrap.tar.xz) = 5bad0487f5cfa4119d7baafccc6178925baea12f1cbed5912211c52f2c4ea01eb00f9dacd300c24b93f48e5f13197a86ba1e37c35ed69fb1031281fdeb08edf2 -SHA512 (footbib.doc.tar.xz) = 27d1f0e6bf0ef526f2b3c4852c53b78fc60fc10ec526796447940565ad75fab023406bd28548170f7382e822c3b0f43d96181233bc772ea58f8ac195f71cf495 -SHA512 (footbib.tar.xz) = 0cadef58331d5d51aeba1f69d0c9ceae99104f7c31ea79e0f5dee33c8612bc52cd0c8551abc6da1799705c879cc88535b46e4ef15232d3c4a0f7136e0fe46e05 SHA512 (footmisc.doc.tar.xz) = 3a732fe8a1ca364275a7b0849be097e307ba322ff611a650a4625cc47792410b974055c75165b62ec8d5d2a128b0d6a194d798248bcd6bae266c7638ffe67e01 SHA512 (footmisc.tar.xz) = 50d0d02b243936d2455ad2353c0da1b77aab9f8f822033a98062d979b686163b94798784dc6b8496dda3ef38eadbd04a21e153f0fa9a76b499c50159c169fb85 -SHA512 (footmisx.doc.tar.xz) = 8c36c6eb169a804769ece280c2210949db96bbe57d6dacc1a0952fc1338d619334d3d8b46cbaa3dcac09e05a0c015f37146d8bed315238b5e918c373b2b42155 -SHA512 (footmisx.tar.xz) = 591f181c8103ebd7a86440b27992df9eaea91d5998caa0f52dbfa48b7afc4791ef8c1f5a95d85b7cafd56113726beb74268b7498ec489d7b3142dcdf7f07adba -SHA512 (footnotebackref.doc.tar.xz) = 685484323b721c5277aeaa041b1d40b0d4675bc901a371f36dbff6246063252bca69261748a096919c7345a4a6e6284a6093068555bb43eb92fbf7cfea41facc -SHA512 (footnotebackref.tar.xz) = 8c18d95a4c74a7fe2ea4cc98df6bdb6813d9cf8323e44474330f03694758ee53da46d0d691164f6d90b2148a7cf9dc253dbc93548a3b33df3b0344096e4a90c9 -SHA512 (footnpag.doc.tar.xz) = f83c9cc0701c63dbd5d3b7dd6038e1bb2c427e6edaca05b814778592587b066af3c4f7f12646f7b2ff7cc1c2ab8d2ffd99480dbfe72e50c9bce907e8e2d4c509 -SHA512 (footnpag.tar.xz) = a1ce9661f0f6a69d1709ea053fd548aed428a9cc8ef0445b9c4b897eeef349bb9767c219f5d860ab4d7d264982c1f4404d33619c80dec8411350bb965b19d709 -SHA512 (forarray.doc.tar.xz) = e292418f60b290bf0567ea70169d66557a8408b2933221e0658d6d8e807b6495258a6ea33d65d14e13129ff8e58dc9cb50115459b014ec00e0b084f3d3fd55fd -SHA512 (forarray.tar.xz) = f818d0899fcba2d61ad119698d3633a28d5300098a4bd56a82b7b1c9cfc12c47a9457efed7cbdf8aee3ba9ba4143eefbdd54bc995c84c9bbe99dd5717030bef5 -SHA512 (foreign.doc.tar.xz) = d3804dd1b83ba173e4098696656c814629ff099699f332c3b81136c4519bd577aaabd4d2601893f88a58009f00e8c8ba44fcf2c4a3b72ce90af4d4febb510ec6 -SHA512 (foreign.tar.xz) = e886be0cbbb64b11b6c54d6b62d6b38db1bb7e65b7a3a9cc951ad71d4cc1a93c323d8a1e17ba863daa6535c747c9801b06bc4d3c664bfb8da38518a9c93d45b0 -SHA512 (forest.doc.tar.xz) = ffe229aafaf7fc3a2c4e48a4e549938bc80b2ef4e40e2f22ccf3f62e72b8a1eb1a88972b58ada2490efb61171d14a7d5d1e6f940754c39e3b950aa889d585ffa -SHA512 (forest-quickstart.doc.tar.xz) = c53a365ccb1a4059c9440b8f23b3ec0bbafcbed14f871c92b99abaf91adc4bb42ac1d3b784cf545a6352298bded8b4cc7f6b2e114625335af5d9d003fcf922ba -SHA512 (forest.tar.xz) = 84edfdecfe017508c496ead33102977f2548b1e664ed6fa5108ea54d738e5bd201716fc2185d917fa5ef43b727130ca46061228cb510f5f8f19d25d677dd689f -SHA512 (forloop.doc.tar.xz) = 49bb7031207902366fbd0924a025c692ba015af134ca38c90c43e8efe7a9522ee4db4cb9b071dd00681251ad07b4587cd49eb9e09bc77f1ad5632838fac686d6 -SHA512 (forloop.tar.xz) = a9cfda31fc63d24737a5b422e9fc7072bd1f75c0926cb45d26ea3cdb7cfb50b3f74d7602964a08f13d216f3fb3798acd21f04bdcfe85a3e3652052b9f2cbc9cb -SHA512 (formation-latex-ul.doc.tar.xz) = 5bf8c412d061a5ce30ea3af713af400eded6a0f75ee019fc9f6e40623c3203839f718eb4b630282ec700871cf4b0cfe68ff38d43cb50f53560184d7d44d528e2 -SHA512 (formation-latex-ul.tar.xz) = d705a402a4ba61f232e559e6a610646180f22f47df251d2731cf8f62a9edd26d60be53ad969ae0bb8d02a767b302df18b88c048ed1536b3677b7199d347e35d8 -SHA512 (formlett.doc.tar.xz) = 8eee17c77620f48319e862f2e7d8ae4b979c84250dd17f33cae9db52b1f219f2f86c690969a783648ee3979f24ef58e410cee47afcb12bcd26e4278af4625c6c -SHA512 (formlett.tar.xz) = 9d984435565a9354d03f7ef1307d543e3a0bd3a8d398f6dec426f7ae16fe3c6b20e60cfb5daeca7be092427606b5a5886a31dc05d023d0f26d61aa1c07be4b8a -SHA512 (forms16be.doc.tar.xz) = 52bedc12e5ad33ac78c906f9d60284ed079b0f6d66e578f826c946c28de3996c70da0b11284e774ad56196875b3bd166962eeead9282f3d71f6c6a0d4a8cba68 -SHA512 (forms16be.tar.xz) = 9d8b0c7aa2314c81afe09cdd9ba3455e3ff7e3000fa9de0e99da935b282c3d32bc60aa7f97a27450ce999ff101b606fadae3dbb4965cbfc1d4a8ca5c29eb719e -SHA512 (formular.doc.tar.xz) = 09550cdf735f340a13c9104b86b37dfca67e39c277ec9f98bab08754f393368bea8379019c402662b7e7df351636e44814bb45c0970cb24db10bf3efdd9dd7c7 -SHA512 (formular.tar.xz) = 0be09e33fc3cf97552dc9e960979447de61c53bea46205a52b37094f7ce39f10309f559dc99c0037392d4924bb688e27bc8d26e5f6fc69dfbc3d3c41736223ab -SHA512 (fouridx.doc.tar.xz) = 8bc55b8e191b83ea42e228b47621780f4aaeec65248f5b3e9aad94443eeba08b1bf1bf44b7cf252f66466e5b0170260ad202c13abf2d76d4576833224212ae44 -SHA512 (fouridx.tar.xz) = 01a2cc941482972cb8ca3f5402bef75f53d5e7db2b42f8bdf614c34faab3805c3548d3786c3e7cd9d8d8f7691cd5e8e71e056ad8afc24d52444c6969c11eaa14 -SHA512 (fouriernc.doc.tar.xz) = 039ce79d06bd1fb55b257f1c65c53412b15c26d4eafb9d3abe9bb7a7fa836c8b545718f70d935f1449fa235f33d07c81ad8f228608de20ffdfa99b9f532e059d -SHA512 (fouriernc.tar.xz) = 904b464fb9066100512cfd8a8998bb089113b443e2df1fb77100f9b5a26d48a5b3512931c00292d19764eb4f068f207eb38dab78798f217f2533a65229411df9 +SHA512 (footnotehyper.doc.tar.xz) = 12adb12da81ff88cb6b25d98ef871eabfcd01e38fc0adc91c122168a99c5e3e42ce6932715eb976b685853d559e4099725f543e1b04e8928b98526b5c684f588 +SHA512 (footnotehyper.tar.xz) = 593e4563dd9b2c209088f46e8f33f283d17d493e9aaca5ed1bd1cf0738b5761417e7edc4936b16401bb48a6f17468872139ce3010185646060f83ec35fcd1cc0 SHA512 (fp.doc.tar.xz) = 79b62424943f725ffc6c1698cadb9ba2fa6d9f0694741a951bbed23c43f870b930d966f110bbe722c17249c7211f08a3a95a5ce7e9da69b7487aec37e99e5152 +SHA512 (fpl.doc.tar.xz) = 7b951310a10295bb453eed81ae668f042262094971dcd48c83ab721220094b3a62b79b5090002cc8a7a1fa12b4e75157fd8ead7c4deed8fa1d3629cc6746e8d8 +SHA512 (fpl.tar.xz) = 9c8ca7ebe7124afec8ba3f4ba4fc27c0a54ab460e53afeab599dcc619f81e5f8ad744a3cd68df33cb6ce456d0db0fafe7ee04d585dbc3fc123e5758a1242cef7 SHA512 (fp.tar.xz) = 27e60a78da80caf0e50d1fc83d227d19982e30950650845df710949f4d88db67dad96212331182561c43d37cdeabd3b68f9af55763f30175ab27a6b5f089870e -SHA512 (fragments.doc.tar.xz) = dcf795392d989fdea695512c8f7011f783ea9091bfcc238ad296b0cdf1775bcf631c3097ede09a138117e39c7fa71da7eb355878c8389bdab2deb76a319102e1 -SHA512 (fragments.tar.xz) = adab94e7cc71c6ed2d881d13254793df16eaa08d1e37e4d3f0344e7a56cf08a4ffdca784871e8939f5db8e868b7166846843492ced0071c9dfbf56e39d20ec0e SHA512 (framed.doc.tar.xz) = 1f48ac19f74f5003df88700ff85c072c8a655d4623b82bc3b7c6570a548c0a7b7e97fe292f8557a72188c0047fc28e280bc3ab65f58559804fa78e89317fd67e -SHA512 (frame.doc.tar.xz) = b61a3dfbc23031a39bbe01788f0f1d51750a3aa9132671917ed8d14c57453d588c75f8cd54beac9ac120f26b09fead55b871d53e918a735ee172f1603e4cd1ea SHA512 (framed.tar.xz) = 06f0da36c24ba42959b2176066d3e95f23dfed41753f4e4b07c1f92c4789e68d1b246c61cbdeacbb9c00b6eb990ea2b3ec75dff8ac57845102a867dfdf2c72c7 -SHA512 (frame.tar.xz) = b66df0a91a8605aaeef2452236b5169cd363689a40f4a35ab9006ac18c21d4ae2a070407f84beff7de0be246f2f1e55c8b06f234921c4d7153fea9a7f2df1679 -SHA512 (francais-bst.doc.tar.xz) = b3a53111f7fcfe972c0722e8600b3115b6e1a93631568d9bdb1f824b8185d4c78fbb135c4593856e3766404fc8e4c005daaf017e5c1552dc452c57e943832e14 -SHA512 (francais-bst.tar.xz) = b271711badae8883426ffa2783a2f942c9d37303fb4cfa8b4a2ec2f8999dd150060dae6689bef17d2120cc7489896ffa497ccb1f7f693d5db9a8ca5ef6747f21 -SHA512 (frankenstein.doc.tar.xz) = 8d8a404aa0a61fb76104bc57e1c2b837ddf68516c4d4fdc1af0a84425943f4e23a4f660b28b02e088db8849090e3734915ef7e0216f578a5199cf12115c498cd -SHA512 (frankenstein.tar.xz) = 1d94962185391dc1fa9edcadd67a60d9a4b59592442ffdd45badea6279db8dea101b418ab3e03284e6e88c247fd213887f06e72fb6c4a002a66acaee82d8d4bf -SHA512 (frcursive.doc.tar.xz) = eb0559574af52a711f61ab84cbda996c7cf4b2314b4d5faaa18824ae3396f041b7a5948151b2b5cffae6675bbe09c2e4358b81e9ad7792e5ece8a2912d7ff030 -SHA512 (frcursive.tar.xz) = 5ac038493648ad14626e2a015c7dbf96a41257ab1d1086f9e79b0128df2c85af1a279e021e52c722636f8647364791bcf7580cccc1d80d60084f5a9a55a23317 -SHA512 (frederika2016.doc.tar.xz) = e205744d689113870fce9cf791f089ccb59cb6fa326c811f34db7183588df3de9b946cddba2a02128a9b88490e9326bea6563fa0fd9a3cdc76467555b7b8d198 -SHA512 (frederika2016.tar.xz) = b7b271af72364e0d2d00ac499bc1e419534d479d27fb424b7046373323354c47da29b888f0d765e3ff4725333ab3d407cd21a064bc4d063adf890de75aa49e3a -SHA512 (frege.doc.tar.xz) = 28c5cb420f25ed57a03f3914ce2286732ab8e06cbb0b8446ab3112ccb79b34814762becb7ac7457593e1b5b1579613a76a8b21fe2c43ac9f08175495ea87bd1c -SHA512 (frege.tar.xz) = 39d359f01256f2399cd9226744aa9735543d5c9eb26104855bb52efaf51b8c720cb85e5be08241d72d3b2e1c2deb9cc7a10dd90ffca789ae91b6ea6b7cffb879 -SHA512 (frletter.doc.tar.xz) = 36fbbc422eed8e577e054067e7b442cc84b640fcbd0706e3d8cb503884a5208e0a5bbe0c40b67cb5b495bcdd0ba7a78855338588757e5a9d26dce21f9bedcf3e -SHA512 (frletter.tar.xz) = 5f6c61585ab0626931cf7f19d18138ec70572f3531f36cf94eecd82d93855a2ec8ed2ed0146971e035f8b5119df7c602c6279a9976e024ac85869953448d51de -SHA512 (frontespizio.doc.tar.xz) = beb8cec7ff51ff9b85e2a650bd7931070c126ea3b126051eb63194e8a071f6dd92d0014953afd85b0e73095208fdcefbf202d9c0ac22003f71d7f7a72f4a4034 -SHA512 (frontespizio.tar.xz) = 6045214cc6a8325d8c828c2591fb43995f098803b031adf50bf8b4dddfa0047ce110dd25e5db71b068376893b7ee83a70806713a83b90a26c4d1c8553e4f00f2 -SHA512 (ftcap.doc.tar.xz) = afa317f10c600c88bb96fccb0383b291e1fb7c11abba5f6bd1efb05e7d2ce117c4ece7bdf9a9ea16c71c116143aa65ba26cf7c2e1dba68f225b655d122169001 -SHA512 (ftcap.tar.xz) = 1287e0bd63fc92ef3e3c77ae3a6113cfcca38dd63f4a90948baadd2a365c07b38631d916230baeaf550b1aeff07f9cac3a26a07301838716d8d70fcf0843953e -SHA512 (ftc-notebook.doc.tar.xz) = 36022ae2df65e45e2fdd2a01e2c95502c3acee0e8fb0b738ef06b313f47cf8798df30a41a6f5e7b4021a556ebdfd17f84b4a79d54d2b6e88c8044f0a67a87f8e -SHA512 (ftc-notebook.tar.xz) = 9dca1b2e09293df3a12df85f843e1701e1ac428f4caccbc196f43cfd02517cbc98908fe95fcd3e26685cd95dc8565aa5e29ad79f7d42ec5cdeca0346db6a759a -SHA512 (ftnxtra.doc.tar.xz) = fc16ff992e3339480a4154169665be49f51e56f361d0b1f97842c555be59485fd7edf3cf815e32642826224e188c5377fdb2ab36746cdaef7f552399a4b7119c -SHA512 (ftnxtra.tar.xz) = df8395b996f96ed72505ef1ef7f0e8e6101d4b26059831b227344023514d377eb189961a240e83ba42ac4ef7e8086b8ffcda347290014fbb1cf1531371c20eff -SHA512 (fullblck.doc.tar.xz) = 9da7587195a077f8218abc6a7df98bd15369650e00ab3893b6cd70a268bf34431b8c2c49b3415269bf6b8d1ddf51a8e23e76ae87667309f8466ad69da87f05a0 -SHA512 (fullblck.tar.xz) = b298f55ca3afe8819e44704329c06be2867b00c1a2a399b5db8de8477751f9945bce1041450c7e91559eeee65c9bae5e76b57469c956239c9752341b820047c7 -SHA512 (fullminipage.doc.tar.xz) = 111145d2f1c81f74692df8ef397d36c4c0d7b6c89efe0250571c0153b22b9d562df0dcefa90e3be96f8eb518af75ee8a23d42ad898e23668265dcf39d3c678ff -SHA512 (fullminipage.tar.xz) = 7ca92205caae688761ddeadfc0a37173b37e285adf3c1f54c4b2994a0c82c90713a255d5068784e3f3866a7f1af603906513a561632b2d09c68477e497330d2e -SHA512 (fullwidth.doc.tar.xz) = 55892645ce01b31dd0285749091b8fbcab0061a7190f7a426379f6d3ea8bece8a5c054cad8b53efe1bb69a68fd3e49c3e8c8afb94954ff4ba8838142ab4576b8 -SHA512 (fullwidth.tar.xz) = c9b9c37991365346804b51aae7b4645e5b63eb6a3c5c60a953cbe0583de0960e8a9d6cc99dc7526944415764869308d778fb85e7cde821792bec940f6c19072b -SHA512 (functan.doc.tar.xz) = c824825fd424316701e25fc573a431aa5967af0d520b631489b20608459dcd0f7abfac277c5b1e7b60e0a2888e0b37d787755acd6f671e48d4911969e3058692 -SHA512 (functan.tar.xz) = 0899d9a3c30e701d5ba6a0275521a40a3cf2df680e9d4a95624730184fb370ae2537bec1becc3b185647a988af5fa8e4bda5198f42cbe68cbc848d8915f1c9da -SHA512 (fundus-calligra.doc.tar.xz) = 93aa54f12ade2eab798bd84596ec3b366db0a15eb05b5279261af8bc13bc1ce782077de36465e8e29d11ea1b89456ab207c33ab907e5c31af95e63d5d897da88 -SHA512 (fundus-calligra.tar.xz) = a999f372ef266e66a199935a0783d99293141aa08586a38d65a3748c1a239eca7b0faa74d537085852e79520343ca937943b30ce38820fdc925d75b1a334aabd -SHA512 (fundus-cyr.tar.xz) = de84ebbe6e70f61bf9765b9368df95fa5ae607a8d6e1c5535240e8665bb097c6958956d1b19ccf12a2a510672675c7ffa08ab98bd80b6ae2973fbe65d0e8d343 -SHA512 (fundus-sueterlin.doc.tar.xz) = 7162188682c9129e1788104fe94aae2a70607e276eeec4367ae60ff9e50d26aa88a73998028b99ee42627aa27e8868ed2fe72063db2e033798b09ff0b7a13477 -SHA512 (fundus-sueterlin.tar.xz) = b15a1fa2ee3272f25a616234a335d0bd5c8ac810724ecf453e172d2b68293b55f01f3e57acf81c17721cd3f489b35cde077d5456b78afacc589853224f1bce94 -SHA512 (fvextra.doc.tar.xz) = 8e21f94366f7642cf92b8874050c961386fa019450a5e1ae9f6221ab3bf473b41e768bcb2fd1063a4421e721daef6ada5b964a1b6b9fc0054a1b9d7c4040b54c -SHA512 (fvextra.tar.xz) = 9b5daea58dbbd82c3c2d5e637b3c46531aaac1600b39a945eecefc725591c885b0fd706fd38a11c3149fbee3b6029ed518147617a9f0c95b57fe5d66d19541f7 -SHA512 (fwlw.doc.tar.xz) = bb55ca044aafb5b11b89b3c817066c4fb20facba8812667398ecf945bd8ed4b11bec2dfd21455db9cfa5e81e5f865655a3e6f4d3724bf40e47ad1db708896902 -SHA512 (fwlw.tar.xz) = ac2c981bcc4da92a7f91c3ac17d66c4e0e7c94ff1bdb3bf3c7f6a4eef19fad1ecbbc6048a5c74627126c7e1190ee18c2c9373e80d52130a2d272c58ef70de6fc -SHA512 (gaceta.doc.tar.xz) = 594fb3b44492018c6777e014ccc4784813784d3e282cffec0f6b6410a59f088ee30c8113a714fa41369eb795b35a1c615f3069a43697d0bed887123a44c02bf7 -SHA512 (gaceta.tar.xz) = 54c42cde3613f1fc28ba0a675281e64d2596e8f3c7831e1b1611c34fed1a82c01da2d6eb98058d5776ffc625d04e62359f63819307d04c6296705de74bfcef66 -SHA512 (galois.doc.tar.xz) = 7c71fe703efe235b3d1cf3298c99f2ba7dfbdc8d7c20861e8738070ef03b9671b1a4f6df40b2238d4b7cf9e765a1cfdc6210ea63ad06dfc60e0ac7a101735315 -SHA512 (galois.tar.xz) = 0c864940c2a47ad82f031868c1933679f9ee0e5ab01e98386433311a4230a77c7a5d41016619fbf7bb1957fecc259bd092d7a0894eedef91143a0d85e68a6978 -SHA512 (gamebook.doc.tar.xz) = 58493c9b39343846913263f53b3bfe0fd89e4adb4154580d1bb0ff5d32b5b91ddc75511a0241fa3b98faef8b2d9d7c1846aca486e0c7262f8b3ea7a6bfddc619 -SHA512 (gamebook.tar.xz) = 4af22bc285bac3f368778dae5c91cf6a1999748a6dfa5fba96e166ed320e124c33f2b6d6bee16ad8d00d0f8067b24bb3567a1aba849b74a6b02fed3bb85dbc0a -SHA512 (gammas.doc.tar.xz) = 0c1739b475a45149deb78daca921ff8cdba4555d466fcf26ee0098632b835f650d5bc5e9855aba889a0caaa2a64e08d7afe1021d6171984bde3161c3543fe7f9 -SHA512 (gammas.tar.xz) = 96be5ba2abc71f93d044d762403f294082e9afd10ff4f159713ae906233d1581ba408205746f968e10f84ce4e79e633a4f203ec4a8dade3f9738d0f277cb703d -SHA512 (garrigues.doc.tar.xz) = 0c91f7e1c8fe4910fa7052440edd9afd81c8932e99368219c8a5037bddfa4c8c11037576e9c94721062df9cf7fd5d467389ddcf3aed3e1853be38846c049100f -SHA512 (garrigues.tar.xz) = e1440fcf8eb0ccd3b140649c590c902882a8a5a02d4cc14589ed44193f3a70bf13839e9de9663c500bb6874d6fce34f5a21c07e38a7456738548b6ebf449b258 SHA512 (garuda-c90.tar.xz) = 304e330de80c822862725f05da0c800ff8043d73398a48a4d88b9156d5575593aa1797e65f88093d3058594969fe3a288010efd2a13e12de52beb405ebfdbeec -SHA512 (gatech-thesis.doc.tar.xz) = 9fe1e4342becab8b57d892256bfd0723afea3a3f4ad3edab2b3c374bdf410d14b3105f165aed56479e848939a5cf6c807112788ff3a82099641fa71f4e78b5ec -SHA512 (gatech-thesis.tar.xz) = c5928d0d383da4057a0ba00d2848d324624228f1a98f0f254b09fea35ba21e3ce655f1fbe02ecc6291921e43e9dbd2ae954d6199dc22c1390bf04670ca41038f -SHA512 (gates.doc.tar.xz) = a9cd7d2c616021d429b299027503fed60e8474774b6d57095371f1afaba68709770857ba09f74e8e5223dcbdd1d9f1f70a0ec81c3801b1a77c3a494336fa86bd -SHA512 (gates.tar.xz) = 704126d5e113b9718654e5d611d169df17b45ec09f187d86d1c108a331e80939d0266c4473233277e1b465a70775da1ea9576744171209ab45203b4059b96b83 -SHA512 (gauss.doc.tar.xz) = 50de7e9af2360367de7f7136def2536a82348752656b1c40022d7e13271cfde64e67bcd482c2d208f47b88a30560f8179b7b8706288809b41d023c037147f0c2 -SHA512 (gauss.tar.xz) = 9dd3f7685a8b7bbdfbee1fbe5dcc5d2819091c7c20df7979b1b0fb7971e613e45b6321a18674e88bb0d6222f050f0ab3959b087be70b90b5bfefaeffacc733f9 -SHA512 (gb4e.doc.tar.xz) = 9b8c8e2590a1a515aa84e11a4028aadeff9e4acb7d3ce99b0d21009e17443db3d2feee85d888a333595e144244efbf978239e6dbf48c68a43bd5709d9489c203 -SHA512 (gb4e.tar.xz) = 1ec519ad5f22e6d61d16a0233a73065b45e8628549bfecd109f968b8749c362cd04f358d67e96b1311577f94f6152e7de7a9e3264ffcff5c5769662b52df7e29 -SHA512 (g-brief.doc.tar.xz) = 147d30be05a9224e141d9dc23a81750d0c43bf590d6e1dcb3e92fda6c668031522ef410904e5c7621c9b98879d6809fe604cf47de7f24891bc7e15c7be5ad05c -SHA512 (g-brief.tar.xz) = 6c0a8e653cab5f67a85d25e18b98371323b3dd09365f6a3d1b47eee409b233db4290f6e6de70128f5b45facfc7771475671990bb2c79a1718c74972bfba78070 -SHA512 (gcard.doc.tar.xz) = f7fd3c07e053962c88d0a0b8e5899272a3bd9af4cf1731f88a7014773d8f0ecc91fb45e1e59b1a372d8c8977e1dce91c5162558d0245d77a187ac7787a3710ea -SHA512 (gcard.tar.xz) = de462bff229779faa33c546d525e3624f1ed372c09c1b90fa9270928caf0a2604f2bb9d3ef0768de7dd0646202d7a59995b7252c0b83b19eaf777438bd1acc47 -SHA512 (gchords.doc.tar.xz) = 26818218c9e3142f4bba491e996556b28266953c6b84f1c3de58d60b1bf100d15513fd2898507cf43226eec127942dede647784060668d86bcb22e3fdaee96cd -SHA512 (gchords.tar.xz) = 7fd655af5446982b450e3eec2b8966f2fc17c11686bb75f516ce0043af651b90e4f88c9cfac133929fbb686fe3f7be6de64d89bda6822f218b691791c9207950 -SHA512 (gcite.doc.tar.xz) = d9b50778855efc00ba4d6d6f48891865853b8de8e55c3432140b0ba69767c6c13ab934c2be43b2556a862bbb5413ddccce158ec4130576617a75708919f1ab0c -SHA512 (gcite.tar.xz) = 169d9e96121d80bcbe7580e7ff447e8df252b19dca5b304514a792764344df679e9275b1a552d67070d3f5b0fc41c70a6cf1ce9c90358dd9ab58878643be6015 -SHA512 (gender.doc.tar.xz) = 7c8bf143cb7ae1d22416df88aecf7e004eb02bf199f74f8003aeb9ae3923a3db42f1735650fac8aa908bf220f16ca48b3e4f9dbc312668d87df65149ea674be4 -SHA512 (gender.tar.xz) = 261d57b05993954b80f82844f590f952fedaa4ade8f89704f2e2b4e2d18441ab5c8adef2ba3dfd81b61bed53150b737ef72964e1faa44ca48e923cfeb5a1bc14 -SHA512 (genealogy.doc.tar.xz) = 34c9d737d31626331a18051a5b04584fd896d7cb8ea1814ff2fbf30486ec3578b2bef16155b9c8f2ca645d42f797f3101c799d3422c05f824026e268fa4f94e8 -SHA512 (genealogy.tar.xz) = 907394cb0ca9b3d339d78595e613236038ea2acce27c4468b7d028d0db7ddf36f7037c4f0bc63d5970e904d0675bcaf057c769239a79f064fa6aa9dae4f2014e -SHA512 (genealogytree.doc.tar.xz) = 9ef261874b54e2d5d092b2f362ba0e5ed6b1932f433290ebe6fda61cb87aaa3b6ba09708df31d6b10c1263288fb62ef79878ff0dbfbe104d83d3b4559292b6f5 -SHA512 (genealogytree.tar.xz) = 295a763f682dc1acb025856df4de0474d3893d87cf0e530a2b3f72ef7a37dae87d34c97abbf40898f920f188f7cfb7366b654004b7c577b409ff14caf25c1072 -SHA512 (gene-logic.doc.tar.xz) = db358777af18e7d2e93dc23084bec0f47270b4cb6c6078382a1eb9ce288aed06a6f55fc30ce728b1312d06f871458fc6b5b697b1073316e8f727b5ee80f99468 -SHA512 (gene-logic.tar.xz) = b7cdc0d653aa8e25d763ca4115fa6fc857ddae35ed835aee6b6a204ba83d01ab91928b00248c40677ba132ef113276912a6b85dfd456d937114a3263a1ef4c7f -SHA512 (genmpage.doc.tar.xz) = c428886adead6fed52f0d249db34a950b4f22b03770ce1bff0831fca29477ab92b5d83a9719b73aa45aeb5f2067f31afc810b6cdfdd69e709ec5e61a08f45472 -SHA512 (genmpage.tar.xz) = b2618005fc0f00a636e3a307ba1038f8dd39798e2ee2afa4d9169eb45ed4b38a67a57bfb516e9dd8d93ea0210a7fcde21b26c0564b974442e18021d83f905265 -SHA512 (gentle.doc.tar.xz) = fe296c5bc38a1e6d13d2b46dc8081a6658764f7017d0831cfd46dd86082371d6ae095ec3b52b3aaaacc0a57cbcee066b94644a5746391fae4129eebaa246e146 -SHA512 (gentombow.doc.tar.xz) = 0de50b7a73f752f36bca2ae985a53b1203e9bfc733e2cc3bb5e7ed9afbab0bc59b91cba95a315d8f41a4097402ac9c84a5fa86bbbffaf003fd1bb7da643af54e -SHA512 (gentombow.tar.xz) = 4643d4146fe341552af7b3600b61b7c852427fca554b9c7fd4eddd3b1645ec7a686a799fa2371e0a9b1cad02ab5aa965a690daed477ea8c14711343e8c274992 -SHA512 (geometry-de.doc.tar.xz) = afcbc17a2cf01ec949cc2ad427335f092f65b3187a7a0225971a9ebe53402b19629767dcc3b1935f7d019cd1dcaa72b46931efccfcd2aa61c4fbffce2034e4dd -SHA512 (german.doc.tar.xz) = b9795ae418790119ca923079221114b9bf608ce2460b810cb39575910c0b173ff445c428a2ce6260bf90a993fb354d2b5c300ba58344d907965b65bb6f2d4ee3 -SHA512 (german.tar.xz) = 6cc469012ca6cb76baf2bbea00d198b97c2694d9388e90d2ded6b27da30f8d56aa2e6742ecabbdd335b7299c0c7476cc5479b59fa94468c9354f35ce18b59732 -SHA512 (germbib.doc.tar.xz) = 53dd4fff2fbb7044436f37e8a2baf48877699db4f99b92a701d10c0230439b00b48ee09051839efe4392abdb4335c3998d92d6239802c765bde4aa2df3d34ab6 -SHA512 (germbib.tar.xz) = a7854f834c868ad80bcf986380f19139687eb80309e3aeb9a001d2030c5bca51de617394f920801834df460d05b52878301c6b45a52666984b3ba2d0910c416f -SHA512 (germkorr.doc.tar.xz) = ab5362e069674c2c53709bc776be9fcbcfd3e56226a8fa7b9230c2f4ccb6fb74bba20485362f48130c153d81df838281620a628671c202cd60a52bf8ab5b89cd -SHA512 (germkorr.tar.xz) = 6819a79268da2704a3fa6baab74be48ccd591ba998a0b012d323cb0149273deba6298a92629f0d19c19725ef0b41db9dd28adf9bb898c1c637038f9c22ad4b16 -SHA512 (geschichtsfrkl.doc.tar.xz) = 6d1097dd0047c029100358bd3161f2ca515a09cf9a62b2633d4797059688bd5c30e4eab11c31081faeefacf892415c5d9a4985d20245ea9cf79b4197925ed2e7 -SHA512 (geschichtsfrkl.tar.xz) = 24cad33dfcbdb8ab91a80509771bd130ea6682a14fea5510ea202af73155653471deab91abb43a302b9717c252475db58135ad465f28509adae5d8583bf98e0b -SHA512 (getfiledate.doc.tar.xz) = 490daffa0b0b28c9c02d745d8de50f22395f6ae773e07f6e826a8ddaff0d38f9ee48e822953e9642e46be26084ec2919bcac76c388cb3f42965f1b662e4e43a0 -SHA512 (getfiledate.tar.xz) = 017b3ad95801da2788f2c5040225c6a8a2ac6d005c1d68d9eba0be061dfc9fa6f088a0279a75d25bea8ba380e4a92cfbd9b6a6b812d08cd2f86de097f7974fb7 -SHA512 (getitems.doc.tar.xz) = 95302dae67f3193dc3d52b4e5724584ee066eee1dbba30b1233faa0c65fc568f932805b18b8054165760a2b655b486e7f3115d3b37be780f8f5a7220f2f924fc -SHA512 (getitems.tar.xz) = 8797c7e70f1c81330b68b6c386116b0caf2c350a2b75724d796f0ab7380a2ea4cb2ae293ac3e6b941887b30faa2b73775c2bfce7c674ee98c4256a23231443b0 -SHA512 (getoptk.doc.tar.xz) = fba54e8acd4f494c4e859c8705cb97923e477ed909720adb8c4735c527c3b13799ad74ac1700099bfa282144f2b38358b890bc52d4ae4a9e16699c2d0e10619c -SHA512 (getoptk.tar.xz) = 6a2e543d0997c52155807d0d2641af9714cb09531286a58bcb2d5fec0e70c694edb7d603a250281a641610d1c39495d5f93417da5cfea7a86da1fd53a98ef77f -SHA512 (gfnotation.doc.tar.xz) = b65d173c11400a7681510cd837ac6e8ebf65a458327bfdee140013d49a0c6fcc339f6c45d4b4ee918585acaf785c12e66b3df5f73f01a1f2d8c5b8db58b9c47e -SHA512 (gfnotation.tar.xz) = 4f99442eacf28ea13cd98ee4bbe981b95ae9d849e6bf2682cac2305fd793f6e9f5e4211362385890956fdb24ef03748e9cb0184c7ba9ed89e7985b2caa3e2da2 -SHA512 (gfsartemisia.doc.tar.xz) = 9f2efd76c243177240f237f7232fc87eb33d7ea1177a7bfdf7d506077e19c40d3fd923a960595c46f50fa19979598bd06a1865cae8794d45f91da1d6a9a60a7b -SHA512 (gfsartemisia.tar.xz) = 28cb811a30c06bd6390b9268dd2a7a4dadcb2fa9d426d9461af1ba5593b2c419ed1c7886c3aef9bdbb0f1fea3d6bf127ff6088a6b2c2048dcccfb21c2a06a5ee -SHA512 (gfsbaskerville.doc.tar.xz) = a45ed2b35774755a6558431f784faad4bbd63aa81ad5d80c3cfe3f7726604aea3e4de2baa72bb27a4e2271e9bfe180c8963d06b880a0efd2dc5f7789dcabb51b -SHA512 (gfsbaskerville.tar.xz) = b545ec586b3bdfe3da2cabaa959ceeeb4ff513b48024575b1b5e3c57bb2d10a0b4e2cd7507726275eed0826dabf03d05c20eb9d5ec341aaedc0313264214ef78 -SHA512 (gfsbodoni.doc.tar.xz) = c70b1a32e945d82e50b8a37319ee2bf63d4800b381f317168fd945311485cf6c41c7a3112e89457f4ee40bd29736accf681bd61494120e3d41f0c8fb28ad466a -SHA512 (gfsbodoni.tar.xz) = e01cca38176330bdc0a4b523bd2bd4f73a497d90a34682d29920e145d11ea099f163fa08470c79e10a27a137a5901d7da9db54e461667af61c687adca1960249 -SHA512 (gfscomplutum.doc.tar.xz) = 5854b000522120f6a1b065300943fd8aebcd75f57da15d667616a3706d35ffa35cac0422712d0b008dc2abf2b9deceb0248fc044be68f893f6ad0eefcd50b316 -SHA512 (gfscomplutum.tar.xz) = 4013ef92910c3c1145708afa5a9ff13cfb0aae05e6b225c56c98090ea7cd223799e73212982312a14cf504a355dddce08e3364df8c046dfe462d07429cfa617d -SHA512 (gfsporson.doc.tar.xz) = 3dbcafd00a88537db9e27aece276df08da805b59076d5e65395a4752d8ce57a794f23508238e96ec26b8d7e6d25e11992c2a567e44ca2f930bc44b9dc980202c -SHA512 (gfsporson.tar.xz) = f52d6cd8d0b674771dd56a5d2974fd3edd8b4685bb201489e578c62d1e31b5dcb6f2cb2e9b05702ec439ec7f0b35740e291d3a92de53b75870fd791858f8a474 -SHA512 (gfssolomos.doc.tar.xz) = 67640d1a95ad7ec43d7df407916cde264c5460cf400011cf0cdb3dc4caffabba370f2fc15ae945e20b6a9bb6623645f6ffe80034a781cdeb11c400bd23985e3b -SHA512 (gfssolomos.tar.xz) = 6e6ac03cf7ee20accfb67855b3dce136e3caa2466fce760adef0a2c1633e0a170543cf861a6a07a0c80344ab026dc2f74a35c5543ea92a53f7ce8a1042f778b7 -SHA512 (ghab.doc.tar.xz) = 2cb7dbf5b43130b122618c50c18e513dc0ee0ce267cdfa6e710451d1fa7fce8965617d74d48748241321948ae8c5eb9cfa4945df146ed8e5d476d0fc5caaf204 -SHA512 (ghab.tar.xz) = 7e919cbb0c84fe337dd05c749a3288990e750ff0aeaf119736108463a1684a18a66be94811a31156f951c871b2f073627914629756b06e747f3220d2ce08950f -SHA512 (gillcm.doc.tar.xz) = 55e02d36c12bd12932c2d220f892852dd1c8c947cdea09d058ad38e5e513dfb684e75a8ecf07f5711200f942ea7732519c739866458c330ee271bf45af32ed45 -SHA512 (gillcm.tar.xz) = 37c8141eac6b1636292479299f7df6b3dc128addf8f7ba680cef2c75d2f7ab04686134b243a86168c54052d4dcbc33f13c13a6629d7c98d3908e4cce5fb53f06 -SHA512 (gillius.doc.tar.xz) = df8fdeb2055b4d3383eb6ebab3dc4fb92774a96d7b31e7bdd7a238e215619710a8c0ec3fe9593213535933fd76c38947ed295df1a628aee7a7d7b21078f5ffb4 -SHA512 (gillius.tar.xz) = 9620e63fa3a9a981bdb20cbd6d8002179c722e844df0a18566593acef864f134a894a7e1920fbc4494467b1301af0bbf9ee80fb10bcc192762e5b2505fa8becd -SHA512 (gincltex.doc.tar.xz) = 2f3a0ef1eb5d1b9f5a819e99354572f34b6fcb7daff3ae02f277d9280e202d1d4d1a54b9c033860da1ef3ff302229bf2d1aabbe1e6acff05589d3daa32f5c87d -SHA512 (gincltex.tar.xz) = c77fd5030e626027819396e94d07c1aebaf05a1ef6a02025a6a0f4140d22fa8d0a8695e440ab72eb0a042ef5f33430ef60a47706658134907725c49969841171 -SHA512 (ginpenc.doc.tar.xz) = 4e343ab469e2445f6a2fd5297ae38d1cb42d4db1a3c438885815a2e4c5d367bfae3226a628e11152826fc5e4fd28a9c4bc5c393acea550c5ab33cd854d4f3e8e -SHA512 (ginpenc.tar.xz) = 20ea4e42fa07c21d8f2ae5d4419e6382141e6babca0b89b508744ea22d6310052f2c46e6ba0ad32b06f5623daee07a16eeaaa98378c9ad04dacb78634b9a583d -SHA512 (gitinfo2.doc.tar.xz) = 872b7fa8e0c97e4f6e0e1989b7c45507773b4f96cd56f7aa7064376b520d8f2beb4acfe71a21e295a8a457b86fcf7521809fa59ad02875466cf426fa09bd8aa9 -SHA512 (gitinfo2.tar.xz) = 7dd68c7b1d5ea49dcaae8ba1a1582676617bcfc6f5c6ba34eb1c62e60ea5b8ac3a50841a93394b640e8a79c3cfe447858fdd1630e4095683958f8d36439a84ca -SHA512 (gitinfo.doc.tar.xz) = c5a9c948ad8cf8f2bc3cc134d60165ca4fc79117a6597a5981b39e26e25f4334f479f2bc1a0e22c52fc48794224115c0c170612c8088a414544d9f51b18421f9 -SHA512 (gitinfo.tar.xz) = 099bcb4970827cd3309f88278d8ed993856d5ebdabb22c3a3f558787bc6cae46378f7a92b88c5cbaeef496f40a8adf1e0740e685d667ba2376b5852a12af9e5b -SHA512 (gitlog.doc.tar.xz) = c1bc22cdf9b23baec98ddba49784a09c97e9e5f8c1a471dc39b3d58d67bb3ad2559f25766debeaf613b3c4e8d8bb4b22244de07d09e957ff09a94c0254fd3e64 -SHA512 (gitlog.tar.xz) = 2fc9830dd1c43cf0c32fd743c9fa001287f5753dea38d8491af43803a1d98a0e09cd05641484fd2f7c47e68c8c6919c2eb9fc298ebd761166eb5b77c54d7f00d -SHA512 (gitver.doc.tar.xz) = 92bc02edf0ba8a6877444b418cb15a9260fb5b26fd95bcc044665b306edcc1c5f5b12e36695cd02ad9260d7c996195e3beff69843ab7ef9a9272bafa2b1f2419 -SHA512 (gitver.tar.xz) = ccb08db2f49ab23e832e12dcec8b2754b4a1c916f2b0b5582723ef6080dd93a922111f6b5b514f1f53ca684e141c89f0e1d95d0b391adee857211f0e7bd243e9 -SHA512 (globalvals.doc.tar.xz) = 36a8b35ad90d9fb797a03b48f8cf818c9514ffe6e7c24be157e04455559d3004ac6011e2dbd16a4c478105b39ec0d2597f74e484a1913bcb180a7209b9191fb3 -SHA512 (globalvals.tar.xz) = 815a1aff9e889313854962e44c1c09a41713f4efae915a1d1a65a3f0777a4c36e9987c588c0d6f2f1ea91cfed6c28ffbe045a842ad71fd6babc91ae1bb16aa5f -SHA512 (glossaries-danish.doc.tar.xz) = 8e6097ced6686f3f5f0162c7deb11de9acfd55ca152c8ba3d4eafe155f645f33ec32dc495e3b4f4832e33300cd63d2d4ba56d018177f96426ee72e14cc60e230 -SHA512 (glossaries-danish.tar.xz) = d9551aaa01e6f6720406a58f869048fbeac30fd629edd7fcdef657525dd1f7fb3faa2127cd81fb777d339ae65a1015e9cea7e5fe26a7de10db3a387152aaf0b3 -SHA512 (glossaries-dutch.doc.tar.xz) = c2d6ce929bb9e7482413886967beb598b6cfb4a2f84d5a2e5edd7039b94e397ba9ad2e63954178d6fae91c5e3aeb080a68ed466b609ba0adddf98003f570cfd1 -SHA512 (glossaries-dutch.tar.xz) = 0e3d2607caa6032c8c768c1bd7c84808f6b836d6c167b1e0c720b57c3033c175269663f6e21edc248676bb2b73142c20c85cb6c3011586cf17d876e540a435dc -SHA512 (glossaries-english.doc.tar.xz) = 40c30888541114f5594403ddf251f0c209daa57c6b6f2d3d75b4a51416bf3011bea70cdc5f461e80a1e148181d6ecc2b2d7c891a7c75b1c577a72e5ee8ddc8e9 -SHA512 (glossaries-english.tar.xz) = f62c43c9cb5a10fe5e364e6aa4ca500aae8b89e71f6bc80831a8c8211ca640f3631f011735ee5c82278b188bf896360b69502da2128e1db1287d24e44805ef97 -SHA512 (glossaries-estonian.doc.tar.xz) = 5f957f53acaf6b56e338b606843cfa2ddd16dccef6bd2c74844e514c157ddbc3c5c24168cbe28c67894afab8d115460fd497de91f0142bbec3d1987d5889925f -SHA512 (glossaries-estonian.tar.xz) = 48eac96868bbeb636bc8d4352cbc1959829daab75716b3dea2ef98d98e388a2668a2ea1e35cc46f53e9ee030aa07dcef3e528f056f59d49883f0a00380785bcc -SHA512 (glossaries-french.doc.tar.xz) = c26b40d499199c15c875cdca901a3168ab72e4009a04e92f3b1ae9010d7912484b1185453d117154eb5b9e63358b36cd58aeff3d0c4727945a343be4c3c2ede0 -SHA512 (glossaries-french.tar.xz) = 8516e94f69248238b0e94099b67c9807f02587e934e6fd2c9ef23befcfac783297cc4df71b8e41be77fdab85abcb4103435c3fd24584b46a3b473fc4489d5d82 -SHA512 (glossaries-german.doc.tar.xz) = 0ad0d7d8f41e52613d049fe3ec6e48d5ceb77e768c7b9ee6b3b0978eeebe6abfc803df44bbb7f90b4e487de074a2cc174224ab0e89d5fe7bc896adff495abfc6 -SHA512 (glossaries-german.tar.xz) = e0b8e18dbe4d4e503c144be2406b99b56ef0a48847b4044665ac178dffc59d2b8ea95873ee5f2e64fcfb8379a44ee8761ee84ae44fddf996d1029372d5185d58 -SHA512 (glossaries-irish.doc.tar.xz) = 9ce14ee4ca3ac1eed10f8c356fd6561f7ac43abcde46009a6d43245395985f045e9ecb83a38a190ea3a5cabf462a233967993bcaa40211cd7e64791dc2a583a5 -SHA512 (glossaries-irish.tar.xz) = b59add658270f734a8fcb70bae29ac210c84472f0f7ded62baa647bdbdbcba2e63dab71aca6f8c524eae9e3d80bfa7bf96bef45bef7039c3eeff738055a93acf -SHA512 (glossaries-italian.doc.tar.xz) = f1ee5a84c9a67b88087f657c259a3700fcd1fa4ad8c765cfae11cde2d54c4a71e69dc57bf626ead0d2cf1057750e284a31443c72e994e37a62715548fa9dbadd -SHA512 (glossaries-italian.tar.xz) = aeeeb9fcd98e55ed64c918276e0bf0b25489538da80f96030a85225635e7e0ca3d1c93c65aba8b97b486f086a50504c257ba478bdba28de92058053dcafe323b -SHA512 (glossaries-magyar.doc.tar.xz) = a6bc19bf794943b1b15c8cbece363f644671f912bb71d8b2f0a9e75d05886ae4af4846c78cd060099bb78872e4d7991a9a3274fd1343a07bf73c3ba1d475241a -SHA512 (glossaries-magyar.tar.xz) = 66847635e1f00af9191cef210c19ed154dc1e5405ef0d2ad38485a913626ab9cd93b7c35395feedefcc04bfd1b46112e6410154c2ff26be51553619326d1e55e -SHA512 (glossaries-polish.doc.tar.xz) = cad7bbadda3e690ce56c75d2dfc92b02576226cb31d848b0c96d6115d18d222a50e514a6c6b5db9907d6a0e542824e229b063a0cec49dd726246f3dc5d4b41ed -SHA512 (glossaries-polish.tar.xz) = 7ad5a924f24acb052c16436f1d1eb198bf10c65ed3f77fb8911cc8b390cf286581a6d7ed409211993545d597a4dee4318e1d9b820dca6f831ca215986ec4a1cc -SHA512 (glossaries-portuges.doc.tar.xz) = 5f1692f14e2e4a596555cc426a556d069fcf710775d9a039f0143eddbafd0502e4f4a10e677a43589b1f91cddedba6dc9358b6015801e68f1b3d1e908e57dc09 -SHA512 (glossaries-portuges.tar.xz) = 64582081553f90a5000992f9db3f79aae7ddfedc6f128ddc09ec7878576b0e17a580f7c58515c2696e2c46ce1ba49c2cd756687c144d0134d91cb6c5e0506ec0 -SHA512 (glossaries-serbian.doc.tar.xz) = 1ce493838bdc59521728b6856d2cc2df26f44f3bcfcfc04d32fc20d3e416639b1420e1451acad8b8bb0597336a77b553ac599ec0c541527ab4d8e56765f07f3f -SHA512 (glossaries-serbian.tar.xz) = 7360d33c1d3912802be171ecf8c218fad45719ee6dfa0596904484ebf9dcebcc0d926112e40fca76a196ec6081fafc4524c81b366008fd20207f8150dd82be29 -SHA512 (glossaries-slovene.doc.tar.xz) = 63d212e4c04dd7c7e663de230274b9111b8025839c8136313677d13e967a23870927a49220aa1efa0702422e8ad4cf683d1e5e09fcf291873d78bcb055e24003 -SHA512 (glossaries-slovene.tar.xz) = d569d73cbaad175549fe5d4000ac73b0fb65d00598dcab0f3a7c7b384682568d21016fb50d7dc6d2f6a1b250ef34c44c784eb99a1ff042bc3a52bf1c987e0b55 -SHA512 (glossaries-spanish.doc.tar.xz) = 5fc58f64a7f54b50dcfd632e700805bab2f46a92b727853b147d9f7156b2fddd50a8fac08d0ac59bf5f89e0ecf1d5ddf7c22482e661f8a5e7b5568832168bd5c -SHA512 (glossaries-spanish.tar.xz) = 6c92de5e24135a9c47d200f8f0c0ce7dff8a01f8c13bfb49d4090d1c195052559f75763c0ed68d633b40cf18bc89bc51e7b6c2aacdec05376a3c2e1d1b7a31b2 -SHA512 (gloss.doc.tar.xz) = 871760a86ffb9d50cd480e2cd234a9873de48ce620f57a6538b36b0c1fd5e7f11342fa435e147ee1fb47ed08b8e855eba8168c8b755ed67ed7fffcb8f0e0ac86 -SHA512 (gloss.tar.xz) = 399bc1b809c01fd60934e28834dd7d6f263aded75bbede67507a5dc7bdbcdef725248b9a10d4ebf3cfaa981be33fd35a4ade78eb20b2b23cbf851376ad5e58f8 -SHA512 (gmdoc.doc.tar.xz) = 68825a5fe89383d68b2829bc7e2fe230d717104a2ec56010bc7e67fcb14f9191bf47594cd0387b490debb5e752670048404a7985ab0b5dc039f4764d7926192e -SHA512 (gmdoc-enhance.doc.tar.xz) = 0cbecac4ae6f70ed01a407a9e5fa388f2c142b7bf77d219429d6685bf7d7c6bb3f324694286e6fe49bc2eff287faba901b7eba44f8bde1894e8cb09527c289a8 -SHA512 (gmdoc-enhance.tar.xz) = 481bed630ec444fda66a22656c2cdfcbd931a6743823c36f570ede09038ec4f219ecd1985243a4fc8d852f38512c6b369227f559d3874447144e0cd62d7949a7 -SHA512 (gmdoc.tar.xz) = cfe29d7bd5e7936c2a40292fe2518dcd79dbc105f08d3f0dfa11ebdc4693ff207a1b312e6160fad4c089bbe5012697bef1122a893b1d42d59fc39fa5c48d2ccf -SHA512 (gmiflink.doc.tar.xz) = 4fea41151ea197efdacd9e5756043b87500af8445769d0d0f69560cb94decd4f097bcdd52041706ada9b1ee7826f3c56aa30db473c472b1c74553cebb5231072 -SHA512 (gmiflink.tar.xz) = 768353fee03e36d5f13e5ea8ca2cf0925fb5dc3c847680325a0961b78a3ed6c30859bc57de7b927cd9e782f85539c97183687755c31738e1da3cc27a08f52387 -SHA512 (gmp.doc.tar.xz) = d3d4bdbc5b1c4618820247ec101e43c1c28b9e023e7613d5256456424fa95a54f23463ff1336f2586359a6078aa733de77cd7ccb892b367cdd00215ac7b67512 -SHA512 (gmp.tar.xz) = 79ec2dd12610086eb5e7b582f5296fe7f1101c20b6d4edf10d47c5dbcdd506ff7c5f326af7600287a148031be060b3e8319d20d8267933b94b6c8a53e7753bf8 -SHA512 (gmutils.doc.tar.xz) = f1d6205f39f573b0c9b28f0ebca03b32e20e27c0be12adeb7eb23e12daf41a9590733270661aa29d6b8393dc87855f293437617cd8598f39082db8a33e9281ac -SHA512 (gmutils.tar.xz) = af0fa2ec7a3ce1414bf5d48d0bd8ce9de1b96b2bfa4f9c2babc6b27c52d11a7e5024bcf66938f3566cf6cf331b154f7eb4ca9d1cbe7109cde939829ea5be55a5 -SHA512 (gmverb.doc.tar.xz) = 6dfcc27b38639d4a97ed311bf7c6f1faeb1a023abc27d53e272f334b232a52aa0edc030b0c53d6587845da64097496696ceb03cbd6aa13c8ca5ac12c1772860c -SHA512 (gmverb.tar.xz) = 18038202bca3493596925d9d7c65612434ccddde4b301134f1f57706e5d2978025fead598751e27a29d23f66ed12306e6092461aac1d9d921ce818b0a49cdfbd -SHA512 (gmverse.doc.tar.xz) = 7e37c0c2e8443aedd6462251f603e2eef9cbacc45d980d79bf42cdc64b7ab0a5d81f50ae65251c17115265c45e641a5930de640099f04dc8112155f68ce9adf0 -SHA512 (gmverse.tar.xz) = 98692f781fead4dc292648153ca18a05d03f2c44174bce8b2f72e85fd1e98cb5ef0fb67c12f33dc982f1d04958873ea4e78f486fadb0c94544ecb66180ee52bf -SHA512 (gnu-freefont.doc.tar.xz) = 3b7adbdabaf996fe8e0cff7e1192cb7f5984103398b22af6f859500a0041a0ce2ac0c70bc3f17abb7294ba80e34baa5cc77639500fa03f1a2c1c93548aa2a816 -SHA512 (gnu-freefont.tar.xz) = c8ced8afc3b1b9108e5a4a82db54a9a28ac6ba5f4f379062b0d9d8b9724716ca98234a345c06c7d809b1ce609f817f0a9acba1ef8e94ecbf8f1301fd3bc9d248 -SHA512 (gobble.doc.tar.xz) = 1f4879234402deaf684312daf31abec8a9c36c04ec52ce9b48cf6b7358153b6feef328f2c4f704a2ac7a0ead18a87e35e3ec21d9e22b1a60311aac56f6b48413 -SHA512 (gobble.tar.xz) = c2426530cc89a96c8a8e6e01c936053c9eb9c4a07cb46369f3dcf6d0d74557421b1a749a112f561f7248a34a46262fa0b2b52d103bbd8cfed720285383a5ff8a -SHA512 (go.doc.tar.xz) = c65516b11156d4fef5104a36cb361bf59be244555233cb5d9692892da06d3bdecd0b09866db136aec177a2bcbacfae6bb41c606f6b9da0329a00c614055905d0 -SHA512 (gost.doc.tar.xz) = 4a1a95d8647cc0e2b57f7815b4b06b7fd009e78a6aae701248f70a73825b394ff508a558a03386871d0a2ce22d43af81b677a2eeb3c2f2475a64a13d87493e51 -SHA512 (gost.tar.xz) = 81509f8eeda503dbb62d696adebf15c7f5fccfbd34d23ca8d83a9e7e2fa328c98fc1acd1fd99061c260ace3895cadae8138f0350027c6e81a0b52fb2735a0cf0 -SHA512 (go.tar.xz) = 772772146ad95f2ebff85a2f3064615c26300a6a4050c1a6c7207d53e12b41477b0936b1c3d182f1c5db0aebd8499de19e0c23283c2bccf753addb2623dfd1be -SHA512 (gothic.doc.tar.xz) = 8f2495f3f9c72e5a5b01e17e1a9f80bae3ded97b902765dd2fa9b43ff87769a9ac2b972aa660344bcc8e29af3824985c49639477ee96213c0ee7d9d411e8ebad -SHA512 (gothic.tar.xz) = 0c3fafd295fb087d3ace144df7253ff09fb3d79091dcd49003964a7ce57308cb4e86f3c3158a5e3d7e509e9958f77d5cc6da03fc41b585ec4ea397822ac29a7a -SHA512 (gotoh.doc.tar.xz) = 3aa9837e81bc59adaba5b1cc3908738451fefe2645bf1422e0c6b119e4ff94ad85a7c2ddbae798e1e1ced95a530ab95b2f7a5a92da827c9f6d9bdc574b5f3231 -SHA512 (gotoh.tar.xz) = 478d51d4f8af849180d1e21ea21c6404f6eb1d13cd70d232f7002f62a588ed2de40e2950699c1bc0e5442069a957b05f3128430ef421311737cf55a6df868a12 -SHA512 (grabbox.doc.tar.xz) = 584d8fc20bb49a9486426eea0c7694461e904375bd9af4d0030394d65c1dae8d97451244decfe3c00a59ee7ba92a5e8b5fcfdbec6668cc1ee3652657b7b04330 -SHA512 (grabbox.tar.xz) = d56aedb2c60216ff18af9cc2f2bce0c646545becf973c7d791db5a17cf593e6677c3bca7134d9d663e6826c249e0ee737128ff68184200f1cf7c09c308508db3 -SHA512 (gradientframe.doc.tar.xz) = 8b010be9e222609d13015176dee4bcc196d953caf7a8c1814e49f9e50325bc33362975338241bd5cef27d59516114113bd5ac81e3dcc6e89ea7f4d53465b3cff -SHA512 (gradientframe.tar.xz) = 31612230548e2167c7f1d6a13029ecc202675d6ae3e681fd915d38aa116374214916155453616da51ef3dadab06955fcbfa9bc383f12b5008adaa8a60e24e6a1 -SHA512 (gradstudentresume.doc.tar.xz) = e7b166b87a5dce9941d6bd931dec91124a118ba127075aedbe70fc9fe415a8083911f90f094ddede551eef197baee9cfa4ab6ac65c8ae081cd8938f872ad7bb2 -SHA512 (gradstudentresume.tar.xz) = b66b3b8f7cf16f17758e4dae3bcd45f6e6e5cbc0dcfd6fc42f8dbc08abb572f16b96d5de4ba634b27cd16a1c4177bc62644d3eb5ac6060e66d9ca6d3f5df4eee -SHA512 (grafcet.doc.tar.xz) = b02bfb612cd5fd85c1839307a016bfc4c3d472ddbd591d1318bd7c5fcca42cc1200da07f2105ec429768cb0f9270273425b01df1242e475946bd37658e692f41 -SHA512 (grafcet.tar.xz) = d322b1b45762c65232f6f66adcc12955d85d4bfddc08655cba8e11903f6403f2031a78d7e566f4d9b5eaf950aa8d2a53472038e204a1d18517c754c379c60bc6 -SHA512 (grant.doc.tar.xz) = bfadcd59264fe3d3a6914267cc9d26c5bd6f7aa2061160a6547b04f448daed041d2c15633a61a246ea7808b778ff32679249f4c68e15b84e8502a454a4cec1dc -SHA512 (grant.tar.xz) = 849bb84949f2fc2f766556988eba540ed1a63ffe1d3a16279295cfcc772ab027dc1e9e5d55a9bf834c24e97a0bcdb04bdbfa653c71f99cf55ec3e18a83015a40 -SHA512 (graph35.doc.tar.xz) = 21a04b52c476b78142239e3db4165267b51ba596c2c7a95b175f323cf1e78b0bdcd324f55f817cfd8b2b6b7434200b060b51165e3468ee009d295eed752d1e88 -SHA512 (graph35.tar.xz) = c9e2cb847614a7c21259b7b4e28ea1134d900049ca55da63990ac1f2c733e3b567bfae48de46b1e4b6b8faa9b4e0d4f9202bb00327ff33a899380dc3496214f1 -SHA512 (graphbox.doc.tar.xz) = 342c9018116e80ebf3414358320df55e456581630e7e266ff868e6c624baec0b7209ad3895d3232cd0bf35a9677b8c3db800b7772606afa928ed3424ac16c71f -SHA512 (graphbox.tar.xz) = d78f870b4cd54f7c6819413fd8acf0e3e1fe9b3b44f3b68ff3a20ad51aa6fde69c52b336b57285db1f6d5465204beb8a1179f918a71922889297cf6925282d14 -SHA512 (graphicxbox.doc.tar.xz) = 6fd432f48c05c486963b8058025dda2a65b5cfa87b6ae03581009dcdeafd26396bf16e04fecd0e68a896a99d5c3e09e43902bcfd3f58fa9a9b393cf64406e160 -SHA512 (graphicxbox.tar.xz) = 032168dcdd5eab142cd6bf24eaccc3fc6482e3eba7e0fd2600322b4a6f2bcb1ceb8e30a64dd811b500af37c94e7de3ec25c60c437ba9afa7ba4d8a9af8b79a19 -SHA512 (graphicxpsd.doc.tar.xz) = 61d86c6eacc90a74a349eb52bbc7ababf6aa7dbd881a22ab39e06c0abdc6b8498cca525c431b2057245b294096a01a22d40c9dadbea91565b660f59c7b08120e -SHA512 (graphicxpsd.tar.xz) = b9a6cd054b8b2bf80372d1e4b7d8a29e1d0c6d0bf0b3d67d961e37ddb433a73678fbf99cc6f2b00d94e6111871b0b267b8541762b52100ee7ead3ebaa6257543 -SHA512 (graphicx-psmin.doc.tar.xz) = 7b2872618992fa6363b8a5a4e1d72f51779372475e7b7bf8ec3c5b9b571e77c1d80be42f2958d7c89ee4c09ce87f7c3fb76533010b0266d5108cdb89a81c49f6 -SHA512 (graphicx-psmin.tar.xz) = 852b917dd2f4e4366516db9e7e22a6f34fecd1b69dddf687bd79b1dd995b1bb94c8372b85214e4d4c668a4a8d7d84a8c6e246a09e9d36937cec380c65a14c12f -SHA512 (graphviz.doc.tar.xz) = 688f17db6771785753797edccd141470517dbb2ee875e2a70769754bbd314cf8af46b3dd89d5c340e7da7d81d86895894baa2b9e8facc0a54ad91cd1a3947722 -SHA512 (graphviz.tar.xz) = 9065f2316f423697c8f815ddcf91254f22e44d89964196d971c3a42192bb1e20f9152c5a98375060daffbb295f8885899d2800728de31ecf60e1a25cf7bce31e -SHA512 (grayhints.doc.tar.xz) = 85a6b8e44ec045ec00b7526f034e5b15d71fc8e439bfbbd43e1c8f85d4400318d8dfeee4bece211705c351e2b5afc9ddc89073fa14c1d90756bdf458d7b5b100 -SHA512 (grayhints.tar.xz) = 45d0736b5b600aa3ae524e0ff2471846cf48105464710fc7bb7f8d27326275d1accc63b5a0726c5d43e5af487207eba105e1d5e4f59913a1b27d33e950122574 -SHA512 (greekdates.doc.tar.xz) = 979353f7cdeb127e12388e1eeea4903a929d911f6f8fd42cd814b6cbea09a64d0ab9c8118968bf218330dfae64f9147621d23d2955fb85291f484d0b5eb92a00 -SHA512 (greekdates.tar.xz) = 7f350b4db9578f9020b28bc217e508574b697749c1d2e10c9de9c6499e26605da8334583ea7fb56d74bae77bc30e5835653014f5f8f594d3f35d04478ccffa9c -SHA512 (greek-inputenc.doc.tar.xz) = 42cab0f26d944da70ec3397946bf217155534f0def949f2a0fdeaf8c0dc30a5046447c5daa1d8e2d4fa4235cbd29fef2d8e6fa0c4c440c1ea58d1f2c4c2ab81d -SHA512 (greek-inputenc.tar.xz) = 1b3ad85dba5955a9dfb17d44a41db3e39c0d33920e1c36157e77803c4b2e402c6f7231c0628ad549c07ce7914f4a05c7da9369950b406270233d28f1a5adac55 -SHA512 (greektex.doc.tar.xz) = b58305d403a58a60ac0cd6ebb60afe3058430eae15774895e03e41b331824673c128c5f06b583525e2311dd8ee5166549ea831e756e8c934c73ae911a0adbaa7 -SHA512 (greektex.tar.xz) = d7aeb9640061341ed39a71f7f69036f892bbe60b9db2236660e163b42fede81d6be58627b0163d3a183c120c9c8fa54f91a1a036ed9e50d2a72d5eac7f8a79a5 -SHA512 (greektonoi.doc.tar.xz) = 94da0bcac7b513fb9f720c0bc6d7ca8d822956b1517a95335b415e477d3144063bbff65d57978421b6b9611c6b4a866701762cbb2ab09351fe6c5d02e4b02f39 -SHA512 (greektonoi.tar.xz) = a19dd42de4bfdc3c068169bbf32c55fbd76135a8138d41e0726b421d3cd5e20483f77d7b78f85e54571381f780568f1fa1ebc57d23ca460b33e4caa256c4894a -SHA512 (greenpoint.doc.tar.xz) = 84143440a421999f0a59461652be21d49d8ace66fd3b8d9d89132c6f06f67ef4b571522d6ed54d87f614a15dceb99cdf4c3caecb54eed9a4bbf49401de20ada5 -SHA512 (greenpoint.tar.xz) = 2ab6b0a9d12c12936362e9e1ff387c393bcd2e9769357dbc74a5d9bcbbe027424f5d58d85d608c2c519d615f01e6e809f6192280c8c60aa53fb8d96dcbdeb8dc -SHA512 (grfpaste.doc.tar.xz) = 63719b8f7904baccddc9e68d1fc7d609453b2eb9feeee95bb077b82d1345c40db7a92c649c3d9abae6b9c2e19090163b6a227418f4d9d4d91b1e8b1c0438005d -SHA512 (grfpaste.tar.xz) = e7c28c38a20e01b05c5839dc7d011ef5769b3344fd4321f68e1189a830a90e6ccf9edd596e248489a0a578b2aa4e5e5f3bd1ec21c76b3dba86a91d5e431d0617 -SHA512 (grid.doc.tar.xz) = 9fa0fbf1dfd0fd334c9dd57f50e6d1f893a222bda6402345c70240fce48ea07065fa25ce890fda77983dcb537c8b3b4740cea71ed6a6b4b94275f1e2bd8ea983 -SHA512 (grid-system.doc.tar.xz) = 659b426e99db9152c64f37a4c977176ce1a24c324465399f3e481cffef505044aa820f1a445a79c68f069702c07082d3d5c73c5fa762068a44acdc21221cce68 -SHA512 (grid-system.tar.xz) = b9846f467854538c488ae444645fcfb962c1aece34e3847dc3dfdd4a2aadf8339840c09243448922ce184f6211bb3b95c6fe9675b5bae0e3b3756b2787e7e87b -SHA512 (grid.tar.xz) = c8a6c0d6ac1f6043411d5484c87877a939d891aa3bbaef31248f8dc04f39bfc5f7f13344ab2997724682f228f180025bc5afcba8712ee95de983d7182785a8fd -SHA512 (grotesq.doc.tar.xz) = d41ae946f315d87b483a03d8b5a1034706f5bda765c69fa692f117b79bd5046b409e42c7b17577ee086ec98795e8a93acd761e30815c6083520b4bd244c33cd5 -SHA512 (grotesq.tar.xz) = 30d0d52c98f44945ed40f45f1e73ed60e6b98a8a74dbf57cdae5c2d400ef613f8bed2b89b3b6afbf7b98e449738f637911dc1becf0c0dd33c21a23ecac9a9767 -SHA512 (grundgesetze.doc.tar.xz) = cdf228d38f34810d543b0e5135acb75a8ab12de7b706bda79f2abe9b6cdcf1e7c7ccd3f0ddb7cc4cc2560f5fb06c06eacdebcf06af89500953812f2e7a0c8285 -SHA512 (grundgesetze.tar.xz) = 2fb5c03a405e29d27c929fd3970af300df8134efc584a52dd088adb6e0678979af7c6302cffc590b2471a66e13399f628d257f298f1ffb9689d8aa1d268b9438 -SHA512 (GS1.doc.tar.xz) = 6e714b1087d228923f38dc3c8680e57de314eab79ab15f0aa247ad002a3aa6a9dac2a253c5688c904408c8d14dadbe307b3d3446b38db767a650989d5ed9e878 -SHA512 (GS1.tar.xz) = c71acefcb0ff1cd97792c27435e7eb4f4e32f072a275e5eb7dd13d7b9928ca00318d0acdf605f35cc4a3d7099247c290155d6963ac1560f4b11f37a123fde0b6 -SHA512 (gsemthesis.doc.tar.xz) = 41ecef19c29f63970dbee2242fcdf612b7619a6930002d8be03f4116f3397a619951f2f19a79f0e3772f17005847ea5a6a20a91b6ba9dc3529fc4e84dbf7833d -SHA512 (gsemthesis.tar.xz) = 7debd75f882855b45665937669a3869a9268d2184b22da3d344a4a6182577aa8bb440a6f4e48123d359c23b630b61016331cad94f4a08acc3295dcfd722c40ea -SHA512 (gtl.doc.tar.xz) = 2f41bb930e46a95d5c7acb07153e5d874724ac009b2741f6f2e62a9b56165b5e2cf06cf8c89cd9c1fc42a1a93babf6761d0a48b418ddc0a0f5d38e9c2f31f175 -SHA512 (gtl.tar.xz) = cd1c08d092b11423d77a87a5fd7cf4f62290aebcfd6a99b12dca957e075d0b26cc3c482b45e5083916bee3bb6aff91940df375ca4b1dbcbd9fc37a31d8709aeb -SHA512 (gtrcrd.doc.tar.xz) = d8e715d1c4d9c7ebb0c34c690a82e338733501012ad19cd9e2c52e6b39dff352a4e042bdc5f54e63a03a38eb9c76b5aed2ec3afae88ccd63f56663ada32e828b -SHA512 (gtrcrd.tar.xz) = dabadc0fba92f6da23830069e533e8d4fb234bb679aa355382c03bd3ac13924328ea8fcece3186f36d33b7d7f6cceaebb23f1158b855673160f183991e880796 -SHA512 (gtrlib-largetrees.doc.tar.xz) = 6558466d513a94cc98e5fe97d5e3bc89f518128dcfe411e27d0af171716545557096a6cdb103511157f0cd93540ea784f97d688ba271d9b2f1918f11608bb437 -SHA512 (gtrlib-largetrees.tar.xz) = 320b5993b676d803b235d0a10cfbcdde966c3e9415f164da6f45dbd2f6f201750b84cf9dd8ce5383afd92c72acd35aa8a44d0c6518e359615b5b2009e772bc6a -SHA512 (gu.doc.tar.xz) = 151f9765d6da2312a10523ffca06cb4e0529d4ebf8189e9ddc00f86510c9cd13be9a04e47b85dc8cd815461c17f7e4b8be9604a1a605c86d7228d1113f985a23 -SHA512 (guitar.doc.tar.xz) = 4a2012e693257c2bdb4daf46a2402882caf0c8efbc65bd6679c9eb11440ae75f09d31369839f84312bd1028207d8aa23a745847be1e762dea977ecd7f73b4a87 -SHA512 (guitartabs.doc.tar.xz) = ef5f516db586d1473d949f44a2eb9fb307b84ea5a7dcc3c9419298203b41c54ff4dad75d3b24cf30fbc24f4c60ad4b79b9c1fd58804667732a66b0ccb52cc3b4 -SHA512 (guitartabs.tar.xz) = a4866683cb639b63d455f40da2ef58ee4c69d0e29e5071437a07922a0a45598677557ce609905dd8fc5c3e40a98bceb9a753cf4506342585e6cc2c37fa591271 -SHA512 (guitar.tar.xz) = fed7be24d0bff6d2a0022374e4cbb60cda508b0f99a5a96d59060247aad561c1124728f00a6d0a51b3b22f4490c6153df740a5e9d8106da23c85bb18db385195 -SHA512 (guitlogo.doc.tar.xz) = e60d42b6db1db84688fbc657b854cb17f60657c22e296d13677e462b39090c8e99e83b86227ea65fe60dfb7616619f0459aecdfc6c6725db68567f458d0a4308 -SHA512 (guitlogo.tar.xz) = c4fff100ff6eb6c73607ce83ec90057a47628d0d354f24176be02c8e9e4f62311c466cf7d8e7ec27787fb83a4c35accfe06d01055ad1db2189c82b9a7277aec7 -SHA512 (gu.tar.xz) = 243eb6ca0af62518d60134a8fa66f91ab05e39c96fa9c0ebeb2232d27f46679da0a634b64273608028bef7f80bfaaf049dcd9f0cd935d5f66b0d5054b2d21a20 -SHA512 (h2020proposal.doc.tar.xz) = 5ffad62ed8eb39c8cf07d4840983990009e5696a2d7714d2cbab13a69c77634d01f10a18f612c853a09dfd91ae1ea453bb3373681e89a6994ff4924dd64c3093 -SHA512 (h2020proposal.tar.xz) = ddee9c5c1838bad606f212c1a7ebb7ac4d7ae571f1e29e83d55744dd50afb55e302f4f20a3cedd0d4446886cfa515371fb913b862d4549618858896de2a543ef -SHA512 (hackthefootline.doc.tar.xz) = 960c6a0bd61210b097710cc6715012e4406b54dafcf070659228074598a05e0dbb65669ef77c3f6ca2cf80001e95c5f801070be29d416d2bd552d6c2a1d27f56 -SHA512 (hackthefootline.tar.xz) = 223fb22b01327fb63ff16684d578f89ee583d5c7700dbfd5966aa8cb94ca4e280e4409620b0d261bf2a80a57f51658990b0a221c0dd311e3eae1f39d459e8098 -SHA512 (hacm.doc.tar.xz) = bb6d5cd50e68ce84abd5f7296d8216d929b772f30e946508ca9bad2ffcd8d077d1927fcc76a5ea2e338799109b34adc8272f9f7f6d316f5af1312070f57fcc3e -SHA512 (hacm.tar.xz) = 6f4373f4e30d95c747ecbec45c53a9af23b78acb84a063dc0b2d4d5ed218e7c5f70d4f29817d39f6cf62cacc455cc3117ced589d41bf3f321a6f9d882823164a -SHA512 (hagenberg-thesis.doc.tar.xz) = e7f1ff1c796b7ec2dcd7758a46149a20ce3d33fa6bfc3dc93a0d7dc4832e4f4692e1e74037c1f9e990a0245fd6cc5791ff998439ea6604519cf40bf463be7476 -SHA512 (hagenberg-thesis.tar.xz) = a8515fd281f726029f3bcc170f60c8a98447d8e16cb64ad787fdd5576ab5fb58a077666f191a02f46608e1aaf84bfcc8f1064a28e00c77f62505134a5508be28 -SHA512 (handin.doc.tar.xz) = cf91e16a8f04835a47da1a5ccb31711fd9317db557f0152689a93c4f58de33c8e7c8be1f7c5d9eac599bf8dceab3f4d3e84831efd0612a58571d3c71f508f20c -SHA512 (handin.tar.xz) = 361fa013f1932da2370ccbd67e70acaac725349e4fd4fea28a6b676a5459aa8ce8fbc1edf42f3f3fe234e12771c5be8bc463ef758f823a3b43fcb7191bc1a660 -SHA512 (handout.doc.tar.xz) = 6da7783c7a0dcfee168ec4ad6924fca636ccb5fc965e326d9c38ff31c9d2c7942a820165232e4e89b7c1e4857e81952156198de55d7990ba01e5abcd4c31bfcf -SHA512 (handout.tar.xz) = 9c5da5e16df3bfb4eee1ff7b8c6881e7faeba7001fd7f0ecb8b3027a464d611149c8768b8d8853c07417d67a723fe5b1de19620593a177139241b47c7a814285 -SHA512 (hands.tar.xz) = 77c1742d045110ee4da7473b14c1804fcfab3772ae10223848fee99c7c8a8fb3809aabeb82e4c99460f3cfa0e009ee8d470d60e8be4c79c25c3ff990b7d1595a -SHA512 (hang.doc.tar.xz) = bb0af0db38793e12dbd8d33e2df613d581a1809e0661138a3e75cabac1aee2aca942aaa429678a817f487fda82f3ffa3a631d98c3129853ba6a5ce4175346b09 +SHA512 (geometry.doc.tar.xz) = 4bd5ec66f725516ef4d5d3e83e3b75a9b4408fe947161e3d885b929b34c4b60437c3fcd32472486aec12c9665b5c0d71a22896055a613c641bda4c4aa987f76f +SHA512 (geometry.tar.xz) = ca5393e23639894401094084c3c2e30acf12491dcbd3968a4af79037b6dfb6b86f07acfec6886d89a261991cbdebdc846d9804f125aecd4cd77c3e71968bcfe4 +SHA512 (gettitlestring.doc.tar.xz) = f9e33fbe89df368c4c5dfd855f2fc0fa8c4d1eec5c0ab925b0a28b9f021fd2d88521895233d12783a023e40d70b05a0e849d4551f79fd4b8d0af72fb60a1af32 +SHA512 (gettitlestring.tar.xz) = 101ad92c2fba5c43321d8e12754190e09b0442508799dbb6bac23d5cbe96c470425a4cc10a28441408ac5a1c406e18aab7567f2464e48c2692fa38af1e23a16f +SHA512 (glyphlist.tar.xz) = c050808623d162ffbfba8742c9aee6c92555717eb3ed0a0cfb0e3cd6696c4f6d940aa494582011e6d0becc3c5572ddccac2598ac8d521b58a323768272f9125a +SHA512 (graphics-cfg.doc.tar.xz) = dbcfdf635c2816f305205915119e1f6acba816c17b683622a8a32c361d75338376426b258c1fa3271abc1d7ad2a520ac85092a7b3bfbac6463106449bc906ae4 +SHA512 (graphics-cfg.tar.xz) = e1015d360b56f63f1b9790daf16e2101e6af995bd1e45288ea604ae94e20196cab22e7e54d318aa79fa386123032a928be70a57154d409321e04f03ecf97ab75 +SHA512 (graphics-def.tar.xz) = 3b1450a19762da212551e0092cd5738729a2451bd7e05a1a6fa2ea0a45468a5e82910712f5385c763707044760b76cead6a92f46130469b4455d45106154495d +SHA512 (graphics.doc.tar.xz) = 5b978813cf8fd00523cae6b543af0ef2f50544211a2fab6d2be84d778cf6c720ad2c4c91ef44cac21719358568c5728892a15b29e0b1858d61592d6b196e5479 +SHA512 (graphics.tar.xz) = e46cb5c148958bfb538bfb0a3265f4b33c9f950285e39f9e7bb8bf2e8a5bf801a2baff9bee3268c072ed02c8f84097a4e7dadbd5f2a2f50b92fb8e7f9585f03f +SHA512 (grfext.doc.tar.xz) = 4337ae578d9e524e2da8564a1b736eac1dd50c1e4495d027c44f3841eb65c6c494527109e32f00844c17a5973a94572569a429ceb95beec98d2b19e84735eaaa +SHA512 (grfext.tar.xz) = a5f68f2bb2ea26d4b8f963a1b8fb8adfb3bd32e3a139dca57e6b45d80fcdd94c5e846549b1292224b9d845fd6a4d0ee56d4c2d2fbfc12c24806eca8551b9dc96 +SHA512 (grffile.doc.tar.xz) = 2f2285ad44d0c585cd02b85359eb31f885f7c704f6da5f906240c1094ef8d347d33ba6beb31cf34e09a5e39e618a27a7ea263a63d6a887638d8f761e3cd4b61b +SHA512 (grffile.tar.xz) = 3f1f5e4f258e4ab1f51fdb44fa0b49e80df21a6c35dccad16a6b70ad76489cb4fdfff7e6c4dd07821c54543fdaeecae32cfd8037d4920ce60db02be9a2f8fa07 +SHA512 (gsftopk.doc.tar.xz) = 0a597e2908438fc00fc2bafa7ec635a82b70aad9d7f7e86851a654c0b72b719b8c550be0c20ecf6c8d96627863a48e6a387156ad2c7e71d1e296dd4937d60805 +SHA512 (gsftopk.tar.xz) = cb9aebd7428d10b627d80ea40d297f3e6de006859c7dd713478ff193458494f90017ecd0737376ac1f47638b059e02e8a46ea53a7c56b8561af75f770e214413 SHA512 (hanging.doc.tar.xz) = a1e7e9d0d5b85e43ebd7ad88b39d6d5629807f668040041fd1248239c02394cf3c51aa676065c1d1d9e9ba8d1ad20f00e46d25025ddc0db7ec15148280a5b9c0 SHA512 (hanging.tar.xz) = 54bd2269c169bfe2a28513354407de22948658e8067cebafa3a3b3d88040acc318f3f3aa375798e36bafacecfa10c4ab5500095b92328e6cbfc12a541a8a7b3e -SHA512 (hang.tar.xz) = 4a8227707b6878ab010b595296dbc96f0b31489dfc0abf0116e00d6b0acf54e91bad1ec182169357e4a2e1f14ee27afcaa23bd35db1fed7e4e972e66eebee042 -SHA512 (hanoi.tar.xz) = efc8c4892ea4cc8ae395907fc428fe74d535d689a68b3b21422c5c944d4defd57747e519dbca9bd2df2dd010b99e3132afceadee36d547fc11b04480147626c4 -SHA512 (happy4th.doc.tar.xz) = 78fe311673e370b867ad209fc1c62acd7aeb515e4b145bb7c487d30c121715994803e6dd540bcbf1b9b0776014327c7ca2f6c03437d9ff0b40f477ebff9cf254 -SHA512 (HA-prosper.doc.tar.xz) = 55822b9703d44481ae62dcb690adaba29cee5432b5b8b9f549884f55e943b1575064419712745166a6c0fd0fdfadac60473c6642816e1efac92c8e27c2cca76c -SHA512 (HA-prosper.tar.xz) = 330df0a8d9b7b7ed5e4d2b74c626576ca8ac852cc84f9c79296141b14892819869cbd0e7f68050b4f3e5d107c43f9939ec9c9248c19ddd20da8d16ee2c25104e -SHA512 (hardwrap.doc.tar.xz) = 6dbb83fc5d4b82d11bc8d97d0ded3bcfe583c2b21ec2a260000b6bfb0bdea9c10df834735ffdcddfa9785b7c86b53920a20146d020b0435b8dc04610f05b9b16 -SHA512 (hardwrap.tar.xz) = eeb0f1da2161dae80d292db7b3289a307d892b8967ecf16021b8ed73c5fe724d914dda356bb8fbb48786760698e0060b39349b51886e13289524ed9d45463106 -SHA512 (harmony.doc.tar.xz) = 3226831df9702b669ba4c269549927563ae321e8e10e0e41c6bd1a8d6522dcdaa4ae6a25a907a84cc1dc324c516a53754c81a0e1296fd8e3afbbb29f0992ead9 -SHA512 (harmony.tar.xz) = 25e84addf5ac4c67985e1e433f795f377accfdd4dc56eae0ffb25ddffeb52e0a44278ce1a936406105ff5b7e9541452a103e0bb4ed91b8949facee75ca7c11ae -SHA512 (harnon-cv.doc.tar.xz) = 1a8d96a152f9ac90f3a6e546c03652ebcde8f8d88a7282626d44177854aa41ec1c66eb6f4d787853711b80935f5e3e3c31d726d0e49d60841119db7ae278de96 -SHA512 (harnon-cv.tar.xz) = 5acef7bfd07f896f4251fe922cb96f71e9f289205eebfa83dd6aadd241f20eec5d9ecaa3d70d6df3dd61fbe7523f568407d89b7c32c27aa719a6f97b89f4cd33 -SHA512 (harpoon.doc.tar.xz) = 4d69050cd2a7c57219a7c55e8d97656fe6f130936d2e79a00d3760e9139799cbb98db2f338586b65412402069b22971ac73e5b722a3911bf1402625dac3e7d52 -SHA512 (harpoon.tar.xz) = 1894f54ff9eb98975f4eec9250a382534a0ede5312b4b540223d298a0fe5d7d8d24abe2018d07b30773e14bacdd97b60039a458fd274bb446aeb2e26b91bf96f -SHA512 (harvard.doc.tar.xz) = 291c2a530da6d24ecf1a87818d27b6141e99944eed10cc2dced2537f30ecfc12580c2f58d01245ef53f7d2b803853ce9bf72c03f8a2c3267dde0f4c799a991bc -SHA512 (harvard.tar.xz) = 64781bb5c419248934f259dafba2c43270396a1d3f49bb9a79050ebbb5655a5836a07fd69720f54f009501c5294a62f344f6b6c76adb89114a8c60d1e149e612 -SHA512 (harveyballs.doc.tar.xz) = 89ede2f13e82600a2e78047a08766e99879ef5c64dcbcf747a2c21b1a395f4c1a1184921a8a0064b15b86f574834f602870f6641f0f265f92dce506959c6c4e7 -SHA512 (harveyballs.tar.xz) = c282249d5758f6c8aa9dfd06cc4671211e76adc2e7c4f5cf925e713472e60f3d44c8a389c9ab4db5b8096336d46d99b62bde0f8c1f9fb5d22857e3cba98994e0 -SHA512 (harvmac.doc.tar.xz) = a0f3308b938ae73c66398c5a3140662240603248cd6fe338a22f3ca6b23f28789dbccee48dcd94a8bf84de029ec103aa35c5b9a78151ceaf61a9cb60b832c484 -SHA512 (harvmac.tar.xz) = 7acf7eb52104bab80b0b9995cf43cac842c106b8aecdff8245b0d1ce8440823e65ead75e470f00923764eadd32e936e02192ec7bbe70295ca254aa57f9b5f662 -SHA512 (hatching.doc.tar.xz) = 02c2eb4991aa9775feec0846eaad9ddb74123a64eba8a3731c8e40c689844e542793e0f6884df8666f3cec2ed43af26b2d25254cd0536920c6ff0b107f35bf5b -SHA512 (hatching.tar.xz) = 71983591270b533a6824a836948fdd15d19c3f966c8277d8948b13c5f38b29c29c0b7fe577661f1ecc570dd71d89fa964afd254d50556b6893667cda95e21aa7 -SHA512 (hausarbeit-jura.doc.tar.xz) = cd98eab62d47ae03a5238702ec5a246496880e55dd8a1a9913b3639197d0fe65d607317d9cc9cbd578bca6bc64babc80d257c2f8d84b7327fdbd77537ca1f660 -SHA512 (hausarbeit-jura.tar.xz) = 99fe789073c76535c9c8a307289bc29b14b0b7a45adf01459d76ee67099d56c9cf36fbe3587b108c99c1563cf077066ad6408955bd55f31cce6b4e53bab378ca -SHA512 (havannah.doc.tar.xz) = ee1a90d491debac3f22f470e5df79e11152d153cef97e8d2e38c5d8a60a1931384d65bb91a6d459e6aeba39741763fa67d589bf9004efc5059699ec621b99e43 -SHA512 (havannah.tar.xz) = f19498f0f9a7ce349fab4291fef80ff2f2f9eb88c60edeb76174918955fab51f22a0d06b533112e594c0f4cfba23feab58c41fe75e1c4fa2fc4db7cd9f473d0e -SHA512 (hc.doc.tar.xz) = 18aaf579ef82a11ea1e752524d9a04a4a0aa5d6cbb496bde380664723dd30cd421c77dfba1ee6bd88def576c76e202b328198fa6dfb4a9ab451875c3753a515b -SHA512 (hc.tar.xz) = 17c7037eb04c1d0064dbb637f51947243d1b8f07d46245dfb8f2a38a1ea068ebe41da7e2346ccedf02979003a0a2fa0fbd25eaebf7847b266e21b7c873b032d4 -SHA512 (hecthese.doc.tar.xz) = 3d06c52646c4985df8fe71bf07ae0f5305dc719c03025f1cbaf511b1c1de99e02f381740cd4f1074f0fd4b211a16575dcc7c1def28d9d75e615dc1d08d5257fa -SHA512 (hecthese.tar.xz) = 5cf62262cc231f229c1a66819e620fc55f798d8152b09434c0c288610a59a6ada5a9703e903b7d0fe761f1197757a1594242fc181928f6c6a5bad1c3d7dfebde SHA512 (helvetic.tar.xz) = db1921bbf180287cb735ef403948585a91b3d84fa0cb5c99ca1bd06db57632f2533f40d0b7aa04c01664ca7898166482559e130f375a85242bc44f362079ec8f -SHA512 (hep.doc.tar.xz) = 1d77a9bd31e982a8ff908f772d8cf67692145624bf00db2745afaf1aa59fc1da7cae6d2e094379077a550e4d76338a5a82bef8e25c8d733547751a24c84035f2 -SHA512 (hepnames.doc.tar.xz) = 36a0966b755b6bb0f0dd27c80235e66af7c5252df1ae27652e59fd65fc5f280eb487666eef04206813438204dc592c0295651ccf0bce1e5f85f4797cdb439850 -SHA512 (hepnames.tar.xz) = ec893de8b4cedd1b18dd16c3237fa79b434e91cbab4b856c4fbe11afef162b560bda18c0fd75ab2c47b863cdcca1d64809a139d51f04e9c2f45eab6ba4036c28 -SHA512 (hepparticles.doc.tar.xz) = 539025b2f0998bf031f417d002028e29edc58c1818d0dc9c07ee58c6877b5709936be23985ecd5a518c36187f451a2d5df66b5832d0019ff8b755c763b903aa8 -SHA512 (hepparticles.tar.xz) = fb9229745b601b6f731c959856fe46d6871dd3a1c7fec2bac8116f4d74a575ff52523f610599979e25e7147b4ae6d36906d19ba66260356f15bc1a47a2d57460 -SHA512 (hep.tar.xz) = 9cd27826b7dde1ebd5830cdd17423f4092c9833c962be7e73b515de2e624a7853badde0c244dc26be6b7d3d9f9c3932fffc48bb4e86e06b90d6699dcebb0d497 -SHA512 (hepthesis.doc.tar.xz) = e456a0ca03da4bf71d767616a140b6e1d922e05944a4db2c0cbb360dff39fc7e8bae741ae5adb49972253f38774f1a9c65393bcf4e38e3c568b0215a04f63d48 -SHA512 (hepthesis.tar.xz) = ea6543fec07480af8db52e43ea5fda346ed4e9ea245af0810a6988d864675a903841849e502506b333cef0b1685a6946ebf1f686bbc74f4ddcc7eea676c019ed -SHA512 (here.doc.tar.xz) = 482a2ef8edbe41ce76e2c32bb579b132c84306cbd5387cb5249b10a02826e610229ec9c75a1df53b5b930bb982e1157ad9ffa63a77f84461cb6cc6332f6d6e54 -SHA512 (here.tar.xz) = 35c9ac325579de5d3bac4b8d16b1f30355398037cd0ad1c52b1585eb7ec666e743680eb05bec7b1f8cfa3bba3d7f5c0e6e06cddde6ca879ea708388df140eef0 -SHA512 (he-she.doc.tar.xz) = 580702222de769b066b01af45aad75717d11f46178a2b1f19e0bdc85b67497d9aed8b7ad642f76b8b85c5513f4921f58af8bcb80d1fcb88307f8ca8b07c8307b -SHA512 (he-she.tar.xz) = 726954216d3f8328eb7868553875651c2dbc3f626a9eb60fddd770b0e236a4e09a45872020589d8f263cb9f39300d1743e0a35676947752f33933db1e766411d -SHA512 (heuristica.doc.tar.xz) = f445e4588ba85a71af43640e6625fe1fbcb1f8a2208d2c5cfc7fadd1df325be3fdda85b9da4dd824f3c0445033b2bd9e2120e71abf61c6f55b9e828a3e61a87e -SHA512 (heuristica.tar.xz) = bbadd84c1cc0825f0dbe72bdd8f5c4b939ae1986dc0f97ea80ecf12999f97d455e2f89cd12e71e8a51ae4ccadbcb01ae7768a60a47b9b35f19b98ea17332372f -SHA512 (hexgame.doc.tar.xz) = 0fad11a5510dd1a2ceec227c46c3f8c0c387ab3e2819bd70765d363ca5f97822147bfac62e69de773a96d24a881394c35c1542a8f08a1828a82f94aaa7f02644 -SHA512 (hexgame.tar.xz) = b16abb669f6bb5c3111e6c333353cc37a76431c49920a4cd22af79f6237f78a5c56124c5854b7665e9dcf963fb2715c488dd7ef4df86d5582aa7b3dbe3d08822 -SHA512 (hfbright.doc.tar.xz) = 7de24b513093d965fab1f8d7d13ec4b356e7f5495cb3a8f17204b1a786288488b4921df6b7e184262bdd3aa11fed6483a25d0bf8e898db05c8b1f7dff769c175 -SHA512 (hfbright.tar.xz) = 91c8b007dd8ce71af9dbc98a66a82a395d68fc87a0abcf9518b5b89a98dc23b28f1b9b9aa551f82b920dc3e2d8b6500884eaa3bc98be48371a9774f9f283a641 -SHA512 (hfoldsty.doc.tar.xz) = 1f88ae3c13857be317ac2097093bb368a9f1ffa2a8fe1b5e15f59622dabdce2f2b3aededbca31a4d17f05c2dcb28f8ae0c9be3cfb1758bab4501a99efc68612c -SHA512 (hfoldsty.tar.xz) = 5ff36855df468bf59d387d56f4ea65c86ba304eb2495f2ca110558ef48c528ef444c7ebfaa378a454c311c806525ddaa639a32d3d1b16ca492b641f223133390 -SHA512 (hf-tikz.doc.tar.xz) = 234a8ccdd9cd921368f700fdcca818d0c76265371ac89e09c1a54454fa3e00f0f28fdc7f962c227f9bb69d851585f2c65e20b4a4093aacc3ad0aa84d1abc7f87 -SHA512 (hf-tikz.tar.xz) = 47ca98b066829e6ea2009c4beb92db2c7671642c495f1011df9be00d546f3613b7853aba5db88e3805441eab66c873e15b60f5ef75cf21e906f80b5f11aa30a7 -SHA512 (histogr.doc.tar.xz) = 6cebdf9d6000ba48dd8106645e7a05709ced06c8790f8383a036629d8d53ca434f5c5aa0ff511754ea9e00fa743e435a304dacc16edf18098409972f763f9087 -SHA512 (histogr.tar.xz) = 987c392828a4995afdb37b10194c7735a7dfe3375bcc6efda6592d3f35351c369c045a2c1464cd2653d6275913a335ce3d527afb44c51ee38d3038d4751eaadf -SHA512 (historische-zeitschrift.doc.tar.xz) = 1b091b850e4936e8e6484ca484f740005c66458655a0cbe24938c3f33f23807fe9b7a0ab93b38f6a3481c684e35031398860d5452f6bc3fc8a8e6f4c2e82f927 -SHA512 (historische-zeitschrift.tar.xz) = da501792653c77f7cdac978a348e1267d4abc2e80d8b5565b47fdab4a1e2204f9544bab972a291d191ce26bd29203ff28a6440e2f8969cf1b33a5cea48998b04 -SHA512 (hitec.doc.tar.xz) = f166b529f29f0470770d5a24e0f3ea2be9021732fb5373611b87cda10ff2196d1d121258fda75369a2f0f9a65324f4a8dc0d3c5f377cf994c04807b18b5a46f3 -SHA512 (hitec.tar.xz) = d7ebe166a23c05a1b78552c102507e697c07b955cddc8f4061d22fc42fc414664d3a1bc1c08e0dd122a987c736d24d4935dd944b37f62fe260b3c811678a3b30 -SHA512 (hletter.doc.tar.xz) = 67a9a39cf0c8ac1054588ad542a8ba3705e94445920d4ca85b46423a4cea364c58e8d2b02b7d7579c9684653734f0766e8ddced28a7c5ec77e0daa3c3dee26b9 -SHA512 (hletter.tar.xz) = bd79dec347980624c634918880718af9e434e24acaed206815e974c2db856e8f424e12b6870d920079626423f18a02fd326bdc387c256ae9c3a1dfa4ae26e71b -SHA512 (hlist.doc.tar.xz) = 5b3748d7f67fb51dc0df2a03318e96ac9224abc42291ab475a907befa14fc210d9d2371005150404480900865e8ffa9f97e3ab122109bb5454c3b061f66a064d -SHA512 (hlist.tar.xz) = 9e2150f08a7fac07a0e2e36edcecbd5c16ab3c119d8532fbae9399f14c6c7567d2cf4e2a92eda9a650049a901a35b6a9a0dd3423a06da6a9d266a3859392334d -SHA512 (hobby.doc.tar.xz) = 7c8a353078be8b94195558d1d7a319173b4480a616c8725b99357ed3a086565c238b944b9b3baa719b354dcff9476aa7c7ffb055565df546054e662370d5d808 -SHA512 (hobby.tar.xz) = 669c768dffa4e88d831d0a03a7e518fb2c101cd0af9ca1e15e6527ccbe78a13485145bedd4ef45cbaefcc94e4bead303acb89a0d0f50c6fc3a7ab312717febad -SHA512 (hobete.doc.tar.xz) = ef7b1bd487c496cb2ffc01fb2940a72ac69edb1a5516d19ce6a6e6cb197ba6f517e03ac673b2372cc9cd4f40e5c6ea2469c2712528a10a3f5ba09e9d3a46f209 -SHA512 (hobete.tar.xz) = d2c79f5d39fbe82b43704a78add3a016768ff282d48ed1f49d1991c6ab56bef5266e8cfa7b3b03bcc944990d407ae43eca99930270ab84679f51323407b861a0 -SHA512 (hook-pre-commit-pkg.doc.tar.xz) = 3873c4714a8a6d221f860a5d0606113c64482b363727067e0017d27e99d73f31cfdac88a799fb1412225baffaecd7bb03dbdc66b607a075b1e4539ffc0df2a9d -SHA512 (horoscop.doc.tar.xz) = b7cfdfb772f5423fe4cdcd914a4b0934162ea33542a773b14d91d057efcd05b7febfff46decc3760512b0df95f52180a4de0dea2f0dcc4b504945ee572f832a7 -SHA512 (horoscop.tar.xz) = 077b7bc742d0526daf7380a080e640de72d61d5e65cac441d3291e1dfee8c0240be8817328e7080fe410fca9ebc8b5d13e8719ed48bd7d412485d7c5d2f67ce0 -SHA512 (hpsdiss.doc.tar.xz) = 566f0509feee0bc5c28481fb62f2c991827cd5855f9696fdda79628f5c43329b39dd508fe9613d2c0f823bef421a97393fd303d830c779c42ac67f88303a239b -SHA512 (hpsdiss.tar.xz) = 4905368d081cc6e7f2c7b43b28d4c6e22081796d8594e5a07e521bb7ab0fb14c9ccce1dcbe135b0cbc5a7b2671e3041d7764ff80c7e1543b4ac4cefe945794b4 -SHA512 (hrefhide.doc.tar.xz) = a8ae0fbbb185ded46cbc1d7550526230de4098bf3a5bc8bf72ec8f5a5b4b93703501da19a4c9e09e08044aea768a01e39dfa36c38c9be72c7aee8e61f58acd71 -SHA512 (hrefhide.tar.xz) = 6d96fdc550a99ed7f3e4dbee19a589c27b27af16f910a22befb51bfb452d8f9f57cbb27f1ecf96c5604e61eb1cd0343c0a07810ac1519dc51422183d6229916e -SHA512 (hrlatex.doc.tar.xz) = ecd67675466d365f00e49b775ae3e5264e2d10d574dbbe913d52b3a5b553fe942e06fcca26cb2357fa76688c55fc4268bf7d18f5cb2a90663bfe47c11a5bbde7 -SHA512 (hrlatex.tar.xz) = 14bd6fdf4a60ec599971b1f5ee7ae5fc649b0d1382f9dff8bf9905f4623f3964c2d552bbc4485680d22cf04651a5e49b71220ec2c05e6599356b6dcee6e4d122 -SHA512 (hulipsum.doc.tar.xz) = 43dcdd731116bd1eac309b1213b3c961dd189f861b8732d73127ba6b4c20d3ea3584f03340ff5973b4aab11744e61069edfe6736d389e1487587d0372591e343 -SHA512 (hulipsum.tar.xz) = c43867cb608e955254f2c597d3fd9938fe815c1683c9d61dcd1cfff29608b5c391d7374a740646dd915fdcf282d9adb8f83d3dcb6781fbe547b685de81f67143 -SHA512 (hustthesis.doc.tar.xz) = 5c114cda4bd4264904b7fdfedd55720046403b8cd3c1bce4181dffbf319a9107ec0ad8cdd092922c8c5268aac62437d1128a45ea0cdff4121a40f02e26dc0148 -SHA512 (hustthesis.tar.xz) = 508c86a6cf5e3d952dd43786f78952cc8bbe635620a913abd82b49c2cfade29875bc924d5ea89803b03008328c7297010e98f70b62b5191d9855e0cc1614d3d0 -SHA512 (hvindex.doc.tar.xz) = 2a10c26537e550e3d51330c704711c2c43b872f90db15ee709dcfe603a5fc64102a8b466c5d5b7ab4706d5e96e91b11559305ac607477776f34da97590151368 -SHA512 (hvindex.tar.xz) = 12e47531ca8dcea2f195d86b5721f2a62d2590de5a0b464e5e6de5484ee34803eac14f2474e4a00938f6d5e5b307ed3183ea3aa0a4f0d5874877356de6e8c83d -SHA512 (hyperbar.doc.tar.xz) = 0598acd8fb945605b204c5c99982db63f4fc06fc82c47f7b301ead30be0474c7dde5eb4f78f3aa698160cd068d38aa2aabe3a1fae3c49cc32194e7cd796839c2 -SHA512 (hyperbar.tar.xz) = 80077002a3bdc99339749e2f76687a0f8597a786fd3ca3f5207ec44dc2037dbec1e696ab58d77ee6b067d6e958357cb8f0c9805621c3feeb40dde004851311b3 -SHA512 (hyper.doc.tar.xz) = 41fafe8bcaf651994c45abd0040e2123caf8e33fd2d06fafd310d978c10ae5c705f7dd64d9b4740bacee51f11fe52741ed64f83d6b236d298cb6c932fd3ba06e -SHA512 (hypernat.doc.tar.xz) = 04a3f646e1595404513149f0ba56a36f0cc21a29f3ab455f38c4a7c3f5a282199208ac3aad329f38aa9fd5086762d326d85fa5052dba125d944969bfc0446489 -SHA512 (hypernat.tar.xz) = 0a803b9e7d23d364122869a89a6f181132f00b54d39f677a9d9471c336c933ba0e743fa4100636a6d3e929714a8896ce964e7614800c675ab9df7cce7e6d732c -SHA512 (hyper.tar.xz) = 6e5bbad0a682440e28be67fc893a970de315671e1f4987bebff4a163d9c38bb33d8de9557765f1d8c74386556c59e332ef5855a3f1fe36d08eddcbd2a77179df +SHA512 (hobsub.doc.tar.xz) = 8cf2210285b162e52e2cbaf0d1a9e7027ca3aeb7da81ba238fff97a9cb10c7ba9058f5eb4f28303031a7774f457207ace1f30610cef2f733dd65b35d9ab6b1b7 +SHA512 (hobsub.tar.xz) = 586189051038582c9303935c70bed67975f51472d28b533e4b72ef341d4d93ad8f313774a5c585baf4b72d607101941f01176892499c7ecc5cec3ede2e28a693 +SHA512 (hologo.doc.tar.xz) = 72a65838829017ca887afe5bdf1f7645209601e267241a5650731a806c08b58670a4934698c4ebf2548d198e0b79619ef33c06d6eccfd5eef9119bee19629105 +SHA512 (hologo.tar.xz) = 8d1fd73519f0185db7ae8e82ac62957cb958311a5bded23823591157c6c31557b455ca6baa42fffa39d969e42a5fe87b18186dab7d18097e4e30e8589524ec96 +SHA512 (hycolor.doc.tar.xz) = 79e4c83b952182ea89b2ae7a1abdafd771359baadd34fce8d573d7449b24908a5bbf515d16d73fd088e7add82c143a458b2c196c125e5b492033cb36da63eb6d +SHA512 (hycolor.tar.xz) = 5269044c5b462f13c78e80d28f7237f2d6e353da98db50267a5c4f01b22d565b0300c689470f6eb1ef9af7b66c1068c1d40d7a30ae01f30e7b3649189a7e7fbd +SHA512 (hyperref.doc.tar.xz) = 9a2744e1093bbcf07c077b7a5aa8c34dff01da023f664689280360d3b17bb6b7402ff03b83c50a59c3936f6a0e3caabe4f5b48189750924e83131819b5c992a3 +SHA512 (hyperref.tar.xz) = 3140dcced947c9efa922452bab715dc7dd9eb99e5b421c2f6bfebef7f99bff15099bf8f93f09667be6a2717677132d51b643bb7789ab287ac97d0186adea6ff3 SHA512 (hyphenat.doc.tar.xz) = 57f8a5d71763cac73635fddba75eb59faaaed01d47bcbb7ecc96b80fa5a926bb0091d3cd3448c6f53ad82cd44c9244ee631fb5b56141351b578cd899509eb323 SHA512 (hyphenat.tar.xz) = 5af847cd55cc1b455b1928f6ba275054209ad5c9c2f81a7ae648d87eaa39353e842b2df4e91cf530909a46b4aa226228978d771b35e46b7e12f1a08a08faa181 +SHA512 (hyphen-base.tar.xz) = 74f8fa67630324118f41e65e00b307281ecb1d58e63763c7779452a8aaf090585043fd12cdae3058299544d0f1f610cba79537cd5866b69be2c713ae8bf94592 SHA512 (hyphenex.tar.xz) = dfa1f625e736c2c4125209552f084fbd5d64109db5dd5b8f37b5add3fce90984bfa5db855b581396ffad20b1f5a3461cae01e031c086f7db5dc98203bb7bf8d9 -SHA512 (hyplain.doc.tar.xz) = cc64c35df85ba832f18f153d0f0cdc9f153ac4a9db0a175a1961a353f59ba585e19b6607e0c4cd1a832d921aa3451687427965cbef4fcb2a87488895e6643bb3 -SHA512 (ibygrk.doc.tar.xz) = 9dd3bd7a8ef3267965f30048e4a71314b6a9813cb400b7a94dfe285606d7554cde80aa429603d0fb1f587935e193e5ece5ed67870fc4e0c66eb5152c392a9cdc -SHA512 (ibygrk.tar.xz) = 89002af0024ec804ebffcc45f3a33337ffdb66f71e1ca70224b0936388892dadf99605a8ca3f59a2b879e76e24acc91b1da92622d602f49b236aecb8aafe64b9 -SHA512 (icsv.doc.tar.xz) = dd06bf5d8a087bcb20c63a61cb9867bda3df35e8adf30a3d4ca69ab149772d46e3b83f168a8fc1c597aa2536a14b98561f42226a59b6663f58de4e338f9b4e82 -SHA512 (icsv.tar.xz) = e865708ef636c7c917cc9a870eaba4b8c0249acba01bd2cd3fbfc9d95672405db133bbf0faf9f2d299bc4024118b80b4354ecb8216427507f66817cac085e01b -SHA512 (identkey.doc.tar.xz) = c676908535a4a67efd8569e81a1d3ce5a47bf7a5ec755e87e62830e370fa3307bf0d6a84f3ec7c399bca3cc365f97469393a6fc954bf83b2e2fbc9eda9983811 -SHA512 (identkey.tar.xz) = b04dc4859826ad3f4fc4dd4a9b19abc0f6125d66d200519652a130c522fc6b49de8565af73f81efa9e75d592036ccca6d373a368e66526d8997dab9d8a5f806f -SHA512 (idxlayout.doc.tar.xz) = 469a20893247406856f15dad6b14050e221299dc2adc40f1547361d74d3f7ce90ba6eabde06402bdbe22c845119df4bbfa8b999931e99c1b944b165f3b245892 -SHA512 (idxlayout.tar.xz) = 968d869a0b635b14ce8ce85e710c987ecd8ea2efb97a03314098014366ece450b4566d626031e11b52d7ede53a019665640fc1626dd1e24651275b35a8f2cac6 -SHA512 (IEEEconf.doc.tar.xz) = 0316a52d380555afb04358cadd56e6fabe23293bd3b6dd0f0d4e4df9db75e26708dfc7df4c280a8a9759e4c8518050805f197357b2efa43664a984f56dfabb05 -SHA512 (IEEEconf.tar.xz) = bd35025cabe78886f78333cb4ff186d0363480ea0c1f825456e9b6debc08c0a2dbfc7c703fc9caebaf2a20c47925141cb090d50146f054a76e1aecd861408517 -SHA512 (ieeepes.doc.tar.xz) = ae2413800f1bd4c0467321a7332fac15a8010e31ba7a4effc0fdb44e9e7a0001ba62d6acb44a72eb6f996560ddf96231b7355c4b9ad8b816be102a143b7c8011 -SHA512 (ieeepes.tar.xz) = 60ae4ff80be5c2b02e2ebeea5954ed61b73dbc085a4d282004796d9be6038cc7c8020b7c81226d7dc7b121683e4196e461c7c3d101bb460eb8c39bf2da179bb2 -SHA512 (IEEEtran.doc.tar.xz) = 0fab8351fce31d36fc1cee91feea7d09e1acd78d80b0500d8c3fc7f3ce322055b952423e7f39d09f86e99b22aa24405ff5a0f00207f88a3cae8cf39593e9b326 -SHA512 (IEEEtran.tar.xz) = 7db183824e4a62a9f90046d62d33940573a25d2ebe72de0d57a68340e82e2b4b21fe74e74608cc73fe53b0d889019884aec8e1b11060849a38107280e0fce2f1 -SHA512 (ietfbibs.doc.tar.xz) = 586dc66004dcf4abed254d223394badd45557d79c7e1b56bd20080f41185ea8dca28b3d501e708cc3ed4088f1368f153ba2d2af313d5d6add2d072b46954952f -SHA512 (iffont.doc.tar.xz) = 95a8f7357f095dc39ff642edeb6d7df206c37ef01c14a1daa280939d44047c5a935eb18049c280ce00238ad4fdfef6abe7399dd8c6fc815b7c70b22072465453 -SHA512 (iffont.tar.xz) = a2a329da661f003edac0e0bc701958e0744864f8693ffccce7f1ea6867eaabe7d71b38a1dbef8bc27f770e8b4c30a4480ede1dd575d26860095575020db987f6 -SHA512 (ifmslide.doc.tar.xz) = 4e7a64773cc1a14df0d2f58ae0b66d1769b44958bafa8fdd4e51bc294555e7895632b741b47edbc29fc5f5ac0ddd73dddcc16723a7297c12311d3915e88f633d -SHA512 (ifmslide.tar.xz) = c9027b8bb34f15e667e530a8b8d57b793ed16a7ea33feabe58f22cd71230945905054e01853561f4cbaf5fe22f4aa140cbc95072f375d567f57bcce3c4d07d09 +SHA512 (hyph-utf8.doc.tar.xz) = 54bddaba3c97d0b9811e29ed12d4a088e159383379eeef84d709b6e3a22b138fb14361e02d63322e25ddbf96d880a37d4b0e53afeee47080b19a2a851b663e55 +SHA512 (hyph-utf8.tar.xz) = 7d73f9ba216ed6e8f08a3efe1d7bdc26912be0fee88241c92608e0d16711bb826348209fa23b9de078eecf7ef3820344c0a95881ead177cfcfc9e65d315519df SHA512 (ifmtarg.doc.tar.xz) = 8f456c15ecd5090d2124a85b02c1ad100dc999064b258678cad3c444acae3e88b95e38f7ad1785bfc91f385d6bc1664c0b58282d5ef36e6cff9857b81176ab7b SHA512 (ifmtarg.tar.xz) = b04aebac5acfe90a149f417cdf0d45b3a7cbe53d53d4d9f39d5badddfcb894e07f397933199bca702f3f0e66458133ba17feb5ace2ebda4a25bb24bf1af5d259 -SHA512 (ifnextok.doc.tar.xz) = 1eeb8d7627ad8887761e66704a8f3c848b633a4f3a5b094626b3c64888e6db95c25b8dbad4332887a6d9e866e4aada2816b7c7e7fd19c07dba03db38842886fe -SHA512 (ifnextok.tar.xz) = a56c703e1830fa64432d1b3aa72d3dff52b17c0e5b90b2cb34f7dff974e51331f5d9daa2b5aba578a8bc4a73b693c9a3dd811c6d7e32379165cc7ec1349c541b SHA512 (ifoddpage.doc.tar.xz) = 80f1431a4da340b0b2ba6f396c618e2923457e95b5de01018ef7f95937e55814e3c3e96b2f45f18e971fddd29021a16852b57bafd0b1ba50cf2626b4b784541e SHA512 (ifoddpage.tar.xz) = f6ab9abdef81cbcca8728bac7e1f94e2b72e5db6a8e17ab13c8d56477e98fcf7fb20f006012c3a3cf815378d8bc9c5cc4d39e2767b7d634d1ad99bc24dc1d1d3 SHA512 (ifplatform.doc.tar.xz) = 520004cfa412c2a24ece0e00b11d457405e71a446e554a1d930e60ea7dbd00f61b2b6a7ecbe89b62610316fd3b6fad685d7013042fa71fd7fb270b40748dee56 SHA512 (ifplatform.tar.xz) = 952f87877c058c1e8ba3df227ed7332501e7861bdfd2a29878dc4b14e6b95a1b116459bef7f65c5bf277c95d08120c7e9fa9576a7654739e4a26125ca4d5c724 -SHA512 (ifsym.doc.tar.xz) = 10dca0c00a52d9d9775bd2ae35b50d7d56294da9b8eb21f2bc35f7863cbf1ab357cf8f3e1d949570ebf4908a60d9ccfe604e69fe779780c8e7527172f3f0e999 -SHA512 (ifsym.tar.xz) = ef6615a3768f87009d22c3feeaa074a0589b17efc8585a509e21692195a100e5b11e2d0849fa2eaf8f80cbe0d96ea12e773aee0be28e7120ee80a86dcfa6f8e2 -SHA512 (ifthenx.doc.tar.xz) = efc4fa3b5d6e91d1d5af27846bf2652672a233537810051b2858c1c4ffacafb9771b2c3a222cea4d490e0478eef96b205c4043f4957b876b7f4d57903b26454d -SHA512 (ifthenx.tar.xz) = 76235d3f8dc4e62604828beaf87327d11d4a9ff69061edf1a3ed4c874983251fba75d80973e54fb3daa2d160b27000089f4cdf1c29748124825fb4075b6f7148 -SHA512 (ifxptex.doc.tar.xz) = 1bc4feaacbdd33ba6f46c699969638cdc8a4b962287332476d0d163a10141136f9b913027ccc3418033dee0862d5e572957dbe07d47371c1d932103958151e27 -SHA512 (ifxptex.tar.xz) = 7bc52847fe21879614ffe673ebec74c735c70e07d63649def00f70d22db80faa920f0764f76c5094ef982abbff8202ca55410ee92d033c45ec43fd25adabb23b -SHA512 (iitem.doc.tar.xz) = f9f001123e1f49bd90cb3b24448e423068565c9256129e23126791e2ea2bc39788ff5769939d90018087beb1b31fbf3568c6d4962f2e92205717c84aeee54a21 -SHA512 (iitem.tar.xz) = b2b37e68db2b33e414ecbfb9078b60ce5571b7ae931ca828a3c668ea7cccd7b93a2919cadc7723daa3f63a7015939a8046973ade140fba01025dde0d5212edd0 -SHA512 (ijmart.doc.tar.xz) = 502aebf377c8b13d7699761651cfd67e1e2d10a8e8a022303921aa1e708fe913b217e186b4e2527d8ed81e3db6ff055dba5edbea218d6b9a92f679da66fefe97 -SHA512 (ijmart.tar.xz) = a1fc1aca9f557ea9c8c70343ad1e5712a846b8a7edddf2077e78fabc3919b928a5d7e8b1fee0f0bc29ebf7887e26dcda5bd95f2ba613051e52f13f1ee24001d3 -SHA512 (ijqc.doc.tar.xz) = 6b94eb95d58a06b54a1fb28b26ddec15528ae99286a37631a64b4ced32343872a04b96cb2de540d54c54f02361981ecc575ef7d014a17e1d0111883e92671fad -SHA512 (ijqc.tar.xz) = 55f7693a820f0cdaafe8697ad352cef2748471711113cfa4738931926cb4d49497f4e825b0a737c233541203cb5c8f23dc4f8326950520e8aa0f4ad27f353347 -SHA512 (ijsra.doc.tar.xz) = a3424b8ed16d1881c5a2c4d80a42277a1c0e3a62484a0d5ee6a18a9ed9fd39fe0de241fefbc723960bfee331908bb5c95a0b1b95ecf5e06d6425ac8e6c2dc342 -SHA512 (ijsra.tar.xz) = 9d5db4217675af4577fbf9b7e8a5dc4a42f447e7af60a818d740327326d478afa9071be37c80315b0822fec48d1fefe4e3d6a8dfddb6f34fbc11cd81a5d05a12 -SHA512 (imac.doc.tar.xz) = df4232356db6e2001277bdd8de706549d2f91b2d59d4a55f39c4aa9628e1a2b6ce092a7630ed4fc20096d069d19f2ecdf445129a870ca8bfc9d87e522350798c -SHA512 (imac.tar.xz) = 5e51d080e18f2a5d9529705d0e8745a8c7b2d0186c929e04434b71ed356df3ee2456c268ce2232da9cdbf6c15182f6580b2b96995a6c48e40fcff1efb001cef9 -SHA512 (image-gallery.doc.tar.xz) = ae9c965bcaeaae17b8a815bac824093a5834f2b96c99bf44527d915ae251cf1dc818279f78d3cbe75e51875e658d47baa3b9657e27f5121ed4e259ae5cc052b9 -SHA512 (image-gallery.tar.xz) = 0435d5011bdaac97c6f36202a03cbe52cb45f83d7dcf37111b9c68706e4cc971b5b13ab5fe0b29cb296f7af4b217a64b5507ea00dfe63e8496e10b5adefeed8b -SHA512 (imakeidx.doc.tar.xz) = a07d9461013045274f03145e97d286d930055c4573e917a78e8913841cae30fb61b99e66d098b4ba014cf44e92982301c7d72414e3ce1df176bfd35ecd26ddf0 -SHA512 (imakeidx.tar.xz) = 6ca0680f29daf88dfbd26fa87d47a65c8b2c2d534321b814ff78d77d0b97d7fc5654b4dc0b91d12eb0c9373cfaff5fac59f24def8d0f50d97da34fda6f839d84 -SHA512 (imfellenglish.doc.tar.xz) = 3ae58fa270354ab028a4cfbd6d23ba12a9969073f28db5ce2de4888af2ec70a904767dfe692ff7ef657e5ce13747e7a2602856b0ee4cc92db87ac8e2f4a9e635 -SHA512 (imfellenglish.tar.xz) = 99dcc3e48c55b402adb5e5481615a35f4d6ecc535cf68ac95b223e13bedd8edfad2dcb2d6ce99712646b52d384e02a1500f333823a343d887f87fbed44a06ccc -SHA512 (impnattypo.doc.tar.xz) = 086b106a965e0f469cbf3560561da7d84e4151d5430d42d87c2c52568243305e20a1bc99ec4b252237f4c61369127683ff7b629013af8c76e9dc8ea6e551e24c -SHA512 (impnattypo.tar.xz) = 7afd6cf1fc2738bda4f390fe7f2f9d5e1bdd33c2e6bd32b4dda5b232005589f38436813d9e5effb6feae6371896be453b608ed61c64b9bf38fd25ec400c4b101 -SHA512 (imsproc.doc.tar.xz) = a4007fe80cca88525dcade8d8201fb82a2c35cafd7bf92a8ebe6b4668ddce6bd43e958e1223d5c212e91ca692df39aae84c4a25b6862afa3aed2f1f646eabba1 -SHA512 (imsproc.tar.xz) = 12ce0d8ccdcd54890f846b501cc5cf7af00f7759c916147c676358b689b852a86a1981b76a14e455a4edece20ad1857100123f91469dfb23ba168177e15fcafc -SHA512 (imtekda.doc.tar.xz) = 6f854d85a7649b49b3c88d99f1f011df514b39064e2c340ae1e807de3e730a46a432afe178574105a414bbd46ae0509b9e88d6c0ff825e74dd55772ed189427f -SHA512 (imtekda.tar.xz) = ae95a9d52ed07e962a9d98cdcad868a9d2dc6e1eee82c38fceda7f7668934caab5062727e75ee3b1824ec60ad112f15541c9519fd494fa8199caaf0e83906484 -SHA512 (incgraph.doc.tar.xz) = 1a1be60ab0ee587095ad6e2c74ce356292ce454f3a40fa96e5fab7d48da52b98cabfe9826235b3afae679baeea1b23e5c4fb4d7a4b00279ce0433568a9cf3108 -SHA512 (incgraph.tar.xz) = 9a063a51c77ec55136a60a7ffaa259f7c8e2fbc9c71dc2d5240f125be50fc246e2a1d1a6c3379aacc044ad0eb7a754dc27a6445bd12fd63c3d5b2929cdacc133 -SHA512 (includernw.doc.tar.xz) = 8ebde646868cebadd8d50cfca25cd8d924c0112129ea86b0ca3ae5b9f9f4e4fec3c1e464486ec0f92e5cf7b7fe3df1fceb1a7967bfec755c57645e6909705c0b -SHA512 (includernw.tar.xz) = a2b43d658ed62ff3a301a1b190cc46f04a4a46f413ed4af3e0f84f1873efc6841cd23fc07d68a90cca50b6ed00ccf654aef9dcb6a8b4863277b06c7e8c666e6b +SHA512 (iftex.doc.tar.xz) = f90a13be1d0645a1ce138b5a04254713abd512b1a041378da0608e40edbfd00cb50d2da7c0b2cdd5cca0a05925e0c7ac3cdd07d71d44a3e9550f8c62d89c23f7 +SHA512 (iftex.tar.xz) = 144772d49d42f957815ce9594e7f005e942c82c948ffdec22a36633e0fd26b0e0c2af94afb7f7113bb6d1f422513987e119077896a9f199db06763be43c8dc22 +SHA512 (import.doc.tar.xz) = 967d456dd18c8838db7d2ed64016fa0f77f2ed475e5cbe36389414849786d7e7850ea43e8bb00d8aa06e3ba06f62970a6525ee1b5a5109f8cbc77a0baf894b50 +SHA512 (import.tar.xz) = 96a92584b4ff4a4bd3b345b446f2802e34d59ebf8c14469a5b5331e6d2f92b63f42d8f5799bdcefc9ae3f74e5e6f93aad7d5371dbe7d21e84ced3890a76c7a19 SHA512 (index.doc.tar.xz) = 0e68aca1c5dda444aa42cb1883821f2003c450291191b2eef16169f3f76e03e5ec9d31577574afd8d3b10237309be303538ccd1d4c8edb9757e7c910da7c5f51 SHA512 (index.tar.xz) = 2b9bed00e12b5aa7b1813be766ba7c2e1eb750dc270e9eb585b1cc3d559a3f0c9094919344aaaa51cb6cf7cc132a5f89f8c07c96a12c5b1a5446524d07f4121e -SHA512 (indextools.doc.tar.xz) = 9290dc53a68dcc191d39bc0d1e760bd4cb8db50d7cf70771e60686ba2b1a7923b408f21e777453a6f2ec9ec372ac30faa3ffa2cc6bf7d2bc82b2526327d732a7 -SHA512 (indextools.tar.xz) = 69bb7007041b46a25e9f6bb12d8212a4dd4eaa9dfd00fc033edd94de153e8941cc4de8a06d74516220ade56f2f5800f83a96ea2c02d766939cf70aa3822da63b -SHA512 (inlinebib.doc.tar.xz) = 2a00d2f51daca68362b5243d8cc485bff6f64fbb9156d1a221d75dc5eec001c3377e6d67afe5d6384ba3f7504eafd65919f5afca8e1170f8b584eb101c947faf -SHA512 (inlinebib.tar.xz) = 42e158a9ff10dc165345bd08b18fc0f90b463482fbb824872289edf93269b36b04faaf35cd12538e83ef1e509b7400ee61e604c5849922106368624c6c20f507 -SHA512 (inlinedef.doc.tar.xz) = 6bf73914a9eff5d774ca7b7e37a859b0e7da3d408bae603b74c9f76e379ff6d3558d7e30ee4a246bf3f7d40f18446fc78299edf4eda0228e2f22e47ad09ea024 -SHA512 (inlinedef.tar.xz) = b98b83ff26b5ecc9826f111d9faef5aa0f51ebcec7978881da2a61287af7aee022dc1b7812ee457885c7813eee0d2200d250ef45648619f3d105e2df54cd21d0 -SHA512 (inputtrc.doc.tar.xz) = 4fe7894ee87bcb81566d1838f52c02902d8f5668662fdc016005e9a44b31f35eef8831143cdf5321717ee590ed14fc6c35305f584a0b63254549f96149ae2a50 -SHA512 (inputtrc.tar.xz) = e6450fbeb0f9033b0bcc586c34f5bb8e9c3a6aae102c15912be315d14fe883b8bea62a59a4a65d0ebbfa9cebcc518b9dedf59297f026423ef14aed2c0a2004ab -SHA512 (insbox.doc.tar.xz) = 53baed8af86447a60bb1a97774778256fc4ad1f08f73e2172a68fa091c32e41bf84d10642ebb426be610e34ef5575999d15be7f0c5a966618cea5b3a3832c9a4 -SHA512 (insbox.tar.xz) = 98398c838689cfe22ba859e2983f374ecf94b21bcf46de362056821af31285754717f7b2169f8bfb6fbbbee849449a1f3caf52d1397a901133d0364b392654ce -SHA512 (interactiveworkbook.doc.tar.xz) = cdc12a36f547787fd1e6aaa5f9dc38b99092f4fd7e71095c1b5ca25730b4d2a5a5fc1636798978741538624091721c96220d91b8f1cc29d7f4698767ce0269f0 -SHA512 (interactiveworkbook.tar.xz) = 2afca3ee8051065d4014cae8ee751f085abe6e62ea0af7d6c036bfd9ae6c3f38a295857d67c7e8f75a049fd618c82ad8b28a66f5c83a387969549cbf20ef159b -SHA512 (interchar.doc.tar.xz) = c36dfea3f3f62660cae4f4653136269247bd109931b2eb6478eba29af089d42b6ea9f8afaf0c345c9364a68c1645e288d289345e13c8582e1639edaea20a26be -SHA512 (interchar.tar.xz) = 8beb2e016e1a6af0199708355b8f13aa1accc614135cdf1d6dd534eceb6fd5a8d9e611e4d6fe0d72da9effdef446549b01d5ea2aad043f3fe94b81fd3d4aa188 -SHA512 (interfaces.doc.tar.xz) = a9b44711b1f38c48886f7b4a49b3a58ec5514995c9bed9a067d41cbf35dcc0093fcade7ef28693970f1f017924dc2f6f79d8c89a1efc847f7a8c264cb8f98ea9 -SHA512 (interfaces.tar.xz) = 3c726602547ae05d0ca055d92b98a3cd5fce9709329fe9e769e5bb02c401a28b9b4cee53e5b1ee21dbb6c1c4223cf7a098aea227d615a45ced885c7c4ccab93e -SHA512 (interpreter.doc.tar.xz) = 3408bcb3cd3e6da67294c830870534d3cd620b7abc3ad35d4833e30c831bf93d11dc06d00547888268870c75f6a6e2e861448a0fa197e3e5a3c10aaccc6e4dd8 -SHA512 (interpreter.tar.xz) = 6dbbf39f9f0f357f45ae275458f03abfee625720b5f2dd3bbb5a78f60f4c0e8972d153c8d1647f147403f7c665e25147fd0c576cccb226a74630348a9f0a7381 -SHA512 (interval.doc.tar.xz) = 22dcf2288d7f888e76967209ef1fd31bef66dcb9784a45126a945c4a0ea302c67ab4a35bd864355b29679131cf2cf36fc6172017599ccf3025c4ae1537362b9b -SHA512 (interval.tar.xz) = 2a2fe0ebdc4754ca74962270ec48c69e6574c13e446628f34604b13584e7b14ff33add55744f03a1d28443b5ae87ba79926816bf44781951a729913ceeb4d6c9 -SHA512 (intopdf.doc.tar.xz) = b56f170934bc7d3528604c27d4153800e1069b10ef98f4dcee6276d0c4259327160f8acd381c294490422e34dddd2ebe690d7143aa1493ebe36280323cbdd633 -SHA512 (intopdf.tar.xz) = e1bbdb7fac641a3aa6965cc6dd7fe1c2df56026991277d25814e07f22722ce9bc3851db045611b121b358c46afecc2d8072e36f435cb56f4bfcf45859741d2e6 -SHA512 (intro-scientific.doc.tar.xz) = 0daf84bdf7821aeb2f7971ed15de5546a13a444f3dc1b757f31490679350199fc893111109fc564aae2c8786fefc9e198e79e817bb318a1ad62698b6a5c79af5 -SHA512 (inversepath.doc.tar.xz) = a9dba77a8aa851a5e915e368c5090fc83fd894c22efedffce97ee0915b4ec50fa72efc30f377891b5efc0749c12018228ce400cd4024369cfb81ff3fe62567b8 -SHA512 (inversepath.tar.xz) = d0d95399067922172799d17cc9b9b4fa7a79cf2928630c63441114c479bc60e72b3e5133b54f8f7925cbf90f5b419c89e07699ecf8e8269b43f969e584698043 -SHA512 (invoice2.doc.tar.xz) = fc4baede264c6fd1ec94338829c6973c79c04f21284532194196063b3499becf2bbc2933644ca8b870608e8879315f724b173bbbd26548d24e1649929feed7d3 -SHA512 (invoice2.tar.xz) = a790c180fedcf407b999e018cd96b1a0440b07f98c403e9c9e780863f2ecac4f4559ffb88f6a3e4f6080c89745d8a99e5ca6ee98299c7529972edebe68e00eaa -SHA512 (invoice-class.doc.tar.xz) = a3ab71dd11f6aedcb7ce8a89f8b97f8a18ac4c610e3460fd13c1d31b8db0d347d25ff6520af7bd4d37453759d03db384df9e69b281307a36a1d05b4beed0a60f -SHA512 (invoice-class.tar.xz) = d31a445c1696741dbbdeb4f035358cdabc9a4ff74855c432dd2b6d66b0d690e65e400207bafdb643a1ae7bee3b3472393043088521a685251acaf9abadb08769 -SHA512 (invoice.doc.tar.xz) = 7b827f575eca669f15767be9fd215e827a3e98b03ea3e1f353039f5190fa7d75a5e59dd5d89ada982518101fc5164449843656c60a65679dd82061dbfcb95ea2 -SHA512 (invoice.tar.xz) = 7ddb8e05d88321f45cfe8618c740671e17e79ddf53fc2c11a3b9224a27ba1ebc815635484f3dfb4c849d90efb859412028df1e7f91a4e746cf812b19e5d1a269 -SHA512 (ionumbers.doc.tar.xz) = 5bf57ed5617846d10834f880e4a1c029547f1ac678a52be3e79613803b4e6cd0986887f2a44a0a4bfabaf9134ef39c44e420a12047fee81fd34243ec42c5262e -SHA512 (ionumbers.tar.xz) = f964955ea6470a8906dd7623bd6959aad72ab4da5cbd4c32aa78cb2350cda05a1f577316ef97cdec9658deda027429462b70bcdad18024f255191b2f6cd7f99a -SHA512 (iopart-num.doc.tar.xz) = 167b0612883558f74d7696a6c9481fbb75e9ef6e7760edc4f79d81b3e1d7a344dc1efbf638eb4f5ba69be7002391211024f7aafed2e08e19fe559b58b0f7b1b0 -SHA512 (iopart-num.tar.xz) = 49fadfe2a8a1796131be814b170e270e7d39c035419d7e546e57d2ef1fea13d48b2b022eda463829e1bdbe60233d361773321d86070420ad2b63b48154adf18d -SHA512 (ipaex-type1.doc.tar.xz) = 1c2974ec35c0291207ddf560b6cef4cb5b161fb59e80a6508b4f88aab5ecf93c6a3dda2a3107a40e838235f5af22ce23704bf4f13fc4a0b344f0805c29655605 -SHA512 (ipaex-type1.tar.xz) = 0dd513aa3cbb9dba7e1099f7f08d839e80002fc5f5bcfc2a2a013dc799a0a6389f128fe72ebc32b673afd66f3ebbc7fab9b97c31763f94b7ad64eebc83b2f569 -SHA512 (iscram.doc.tar.xz) = 24f5ebac7b8bfa826cb9ebaaeac0ec82db18807c5c3417dac53c6b636f6cb32b60901ef51f0d545cbe185ef0eef034404d3120c1211bf65c4ed4d155c67e19d2 -SHA512 (iscram.tar.xz) = 6111c93a14c28572c17a1336fdf00ddd16b6c04b34b4a10a1b4a5e46742852b949cc99438397895de36632c9f2fd57c4940a0ffa458ac148b4a5e49707e5ca79 -SHA512 (iso10303.doc.tar.xz) = 24c2a83508282a348d6748bbf722962f3ffcd193cd1cfafc4ca1e87c60622e463e5fd382ff65235590f2a9d629e8f40588630810036d2195172f61d1448e3dfa -SHA512 (iso10303.tar.xz) = 40a36335c15b453d2e5b5abc29b2ec1891c6f1502ee2f8ffdebd2f9a159cea3aa28eba7c661c12a0445a4f713b77079d8b965ac955123fc81225cfd4491e5317 -SHA512 (isodate.doc.tar.xz) = 75118f62de8568c9826dcc11b753511f57b7fd237cac6aab1c75377121fad2179c81ae5ec5f64ec127a299beb88abc209727d17b1ded623718c7594bb7ca5da0 -SHA512 (isodate.tar.xz) = 5fa145cde64155e9a4ca7236cf41449169ce0d1aa88381b46935641ed94d166429c1b139c852f96526dda270fb85736ca54e8864c32452996109b0061003639d -SHA512 (isodoc.doc.tar.xz) = 0e215043768c2b55d20aef9ada76bf0820e9207ecd3674e4769944885477db9392aa978a90f221da17d75a010844e87988a3f449a29cfccef2c9560d5a98c903 -SHA512 (iso.doc.tar.xz) = f5c874d3e00fb451f81a52f5711ac0b1c39ce48eca50a6edc0b1049bf4aeec43830fb534e207d852bb440c96bcb86d960d5e2e0670610d7cb9eabad2ff1451a3 -SHA512 (isodoc.tar.xz) = 09256daeeb683ad518302f29d5385b4a084dce7fb6add48249fee7ed9920c1585f6c7033b19f466d9bec3c396c1b7950c65cc736be650836e09d3304c14312cb -SHA512 (isomath.doc.tar.xz) = 55d94c6b4cf4c2ebc0eae4998f8ed6a1f450efa70e1644549e169cabcc782f1acb879c99bec5237e3147886c696c36f675e9f3c452da9f9880570dabf7adc5ad -SHA512 (isomath.tar.xz) = c9ed49ca5df0932ab59de0988de688fa119682810c3163ec530a8cd80f439eab858bca4dfad85567dbc2de08d226117b4df5249ff29f247c208ae2b1739165f2 -SHA512 (isonums.doc.tar.xz) = 5ecd4587ad6d782182986592bb7f76fd62ccd2e9245921b48ae28e9e381f4084e0d5930b32815ebd074be4190fcfd6beec8be890014edd76e9a5b4958f71d6f7 -SHA512 (isonums.tar.xz) = d82a96c2208dfd59f091b8316d8b496115ee56d51e5418344f128418c3b202f0ee20bea505c05f5e81f76006e2efcef48b2d3592bb5c550e219b5c8e4a6e5f4e -SHA512 (isopt.doc.tar.xz) = 94498c64a4acbb2b41a7e4869b628c683a975f1ba28a8b721b9c44843574610a47a39883f5333b405bb8c02d49f50c3d9ee4f344c27b5e5c0d22c181db46bac7 -SHA512 (isopt.tar.xz) = 2e313aa3afe2e1457a794834c1c5eddec66ac2d17fb614e15e6781a23ca0834a3fc2d68632b07e55618c6d8dc28de5bb8bf435e34f61a419cb27fa53042d4a7c -SHA512 (isorot.doc.tar.xz) = 4aed42e6fe61aecba99783a1173d903daec621e7d5e0867f6f73319804bfa7727a2a2dac204d792b76a98f8e291bc563bff364360b19ccede2b79600a59260d0 -SHA512 (isorot.tar.xz) = 788b712fc11f3e4dccd58a75a950752d0492dbc30f0475dedeb26b86e500d0d23c4babf0dfc2361fe16e74d7b37d8f5605b4d4faf1e7018642a5e9dd1be73be3 -SHA512 (iso.tar.xz) = 1ee4026383b28594c02ee7a3fde24228ac777814456fd8580954b1708ba3f735b563beaa291cea859c6492f8b9cc488635b67e373fc3afbd8f884a3b6d30a392 -SHA512 (isotope.doc.tar.xz) = e1a6e798f894f9455e5d2144a935ee2960199e65db0499c4a900f888065eacfce72269f6808e01e98be3ea3440144eb4004c53af26d80d6ddda1be5df5492b1f -SHA512 (isotope.tar.xz) = 27c03c4c6519c038185ee485e94ac51d90c21fd095e4a4cb6d91b06f98e7adb7a423a53b1df035514f58cd0556ab0ecb1afd55c05008e558812d95de2159c8ba -SHA512 (issuulinks.doc.tar.xz) = 2605ffe2f42560b04fe781efe3c1972ad76f6cbddc7ef68bdb0ece9b0573b8cec785c2bf4befdf339935730a728bf19b83f3597119d3f9705f571350e963801d -SHA512 (issuulinks.tar.xz) = 2ac24eb0e19b92e29fa898fcb8cca7e2f64cf87fac408aa0c834f6afc0ef262560a512637b30dcbee2ec06e9f0fc32f344258bab983b1b1d6fd4da85c821c056 -SHA512 (istgame.doc.tar.xz) = 9838728c32479b6a1229d2f9e9755209c07520bd691452bfba81a62f21ba929237bc916c5f49523610516aec6c054d080086c82be277eedd5fe4b0006b4be8e5 -SHA512 (istgame.tar.xz) = 3380e604bb3153d94ed21ca3c5fa16bcf0d81ff3ff878a3f19ee3f1beea0ab32185ea9d8b0118eaddfb15e483d040bbc5f915ab7bd3033978518fd30aeb5f609 -SHA512 (itnumpar.doc.tar.xz) = b7c81a74d816508121f0449580e4599092bcf3d176cbf9f754fe9e662d83a5c8b66e52e43b2621338a13b09c44babac6a575f1e8894863402c028dc3ed792486 -SHA512 (itnumpar.tar.xz) = 73770854d45bf404e874aeda0d0bc95dac7ba266cb012fe4af7c4e7686c078b1314500ddaa767b1652e9b05b02691c93cd24b34d6b145fc30c0a3f56693f6a17 -SHA512 (iwhdp.doc.tar.xz) = f75a9d0ea4b69de5a82659e18a0ea04544c93b056c52efac534e16490a5ac78b329d700f2ed7b3e8564a72331489106bb7e735c44b3e24ff943c6ec0b89eaef2 -SHA512 (iwhdp.tar.xz) = 7153fd75ec63a6abbb4d2bbda8a5eb150f4b202b72baec8361a810d28aac5690f76e4099ff3a616a44077337ace469d6a111d4e42ad8d68428144b7fdee58575 -SHA512 (iwona.doc.tar.xz) = 87128ca46f7f2f13f8f886fc1c3da11f17636637632c0d39ebae07dfe70ec92024e1136da7a736a3fc8d494e856b86407ef9c01cd54a56fc2e41372bc0f1c4fe -SHA512 (iwona.tar.xz) = 2a125919a015c82e00bff575407f02a6c9a176f83a6017df682b98af55473e7e36ca0a94ff27091a3a4279d42fea9c49f0d8ae6da7e852ae9c44389dd5d8f7fe -SHA512 (jablantile.doc.tar.xz) = 00e753a85f3521ac0c6f336e0e563bd0a68a5e2ae756dfce72d3cf59a01eb9654b6f5c9ad9b83047d3d4f7743b7cce6f2d0d734510532db13942ef6619ae813f -SHA512 (jablantile.tar.xz) = 40fb96443b2194adf8477a68d9d435101dfa42471d02ec48a37968d21e12802ff1feffa830484642b457562392b6ea147d394734acdffd735a8a5db421d0eefd -SHA512 (jacow.doc.tar.xz) = 6872a79aacf4a59ab408fac511604a596c40ad8dc991d0519afd75590a1e3b06ab24c3b7ad33eb4a8447e14094fb34e64d52cea75fd4d41b2ef1e600b4d12d6b -SHA512 (jacow.tar.xz) = 11cdae5bd4387f11e30200f72ebca29a0c19c61a44570fd02de40dfffe1b7578defadb15eef1b7e9d06d5f394f816ab8a5f46994b3a225be446c693dd23796d1 -SHA512 (jamtimes.doc.tar.xz) = bc14db250b9d34e700c0fed6390948b39022f7ba39cc0e083c6a1355517fd10aaf7065f6ca90f40a50aa0cd6557a35cdfb1534aabff12ec6c462a2fc87ec699a -SHA512 (jamtimes.tar.xz) = 72e2dc3995f173f75aa4714c397bb036c140bace3b17ddbf321afad677ad397c2be804c890df472f89e15300d4645d02d8ce3746c33fa37be85a9d9312ece3a7 -SHA512 (japanese-otf.doc.tar.xz) = 90d9247aecc96871f1def7db153266d9c42292c5f0fdd7b835392cdf61d2b15c908e2895868121dcc5dfd508c75c1b7424104412a2b75e430a8fd2f0107cb085 -SHA512 (japanese-otf.tar.xz) = e62e32e37fd460dd16a5bf62423564a83c6fc16a9b485dafee5f00fd4c3342e3b94c78731e25a9fca3aebf9cdf91a4bd1ae6edb8213699adc4c8e7d139e14ecf -SHA512 (jigsaw.doc.tar.xz) = 17c263228124da3f17ca338738add762992e2674b0e0fb80e250c8302cc59d11bd1017a1d4e005a7c9c9d66444a91851cfd6e505a5e1f6fb73aef7d5ee703d31 -SHA512 (jigsaw.tar.xz) = 3bff01425c502c98894fc517be9b4af8ed48bd5a059835fb850ad1c58a2618998967780a65a5bb43946acecaa397ea51fcdd051dc2b8c863e27b55fd3beb5230 -SHA512 (jkmath.doc.tar.xz) = 99a954f6eb917333a8e6c4e3437fcd16f6950e0473fc1a48c99d748246c97d5a3df5b96e0314a9ec5e7c6bb0b318b934c40070ec94df00546e49cf140aef23c2 -SHA512 (jkmath.tar.xz) = 8e549db42b25c2edac71013afba0ebe3e09859ce4ef104da2b969663014cb88c10bf1c8899ee181070e6cec1b28d0ec9e5966d27f2176e2032d6855ded8ea941 +SHA512 (infwarerr.doc.tar.xz) = 2830f622e2ea8e5b3427a9d924dd5f45f0c63a8a6de82e261102ca2c3f3afd7b781a7e0d50903dc8d8c1bee0674503f3ab935fe81dd9490d4310650097c4ffa6 +SHA512 (infwarerr.tar.xz) = a41fd6f2ee199e460950fdd31484be7e949a5e36ca740daaf3a1ffa01103d865f573c8ffe0859a8629456786cabf2f1751dbd828cb5d26356b1973960c854261 +SHA512 (intcalc.doc.tar.xz) = f3cc5dba031957d77cdf39d902eeda96c8405efef52352109a7bfb187e363321d31120b4c66ed4b2e990fbd7085b927599a0956749e4303611cdbec5d9d7179e +SHA512 (intcalc.tar.xz) = e1087a7ab3f1d695bc20435ef0bb2b806d1cca71eb792fcf46e6c2fc6d819de2ff623a65593b65d5bf228309e3e3d5210ae1fb1452356f97a5ecb45921a7ce0f +SHA512 (jadetex.doc.tar.xz) = 1c53a83d95610dc767c71871ea041e2d8cb184a13982dfc4a1616110b8b271610980f30a76be15cead2127ee0f1343baa43e5690a6512e96f8704b0123812fe2 +SHA512 (jadetex.tar.xz) = 2869febdacba1358ec5d4da7871e9b49d19d4ddc8c8222446060d478e2582f39117f4b43897ac9a28b61c79a0b7260f9734e8ae3594a5aaf5d08143abe9887f2 SHA512 (jknapltx.doc.tar.xz) = cadb522c007963278990e75a011e22d2c6bd8429e55fe5ecba3c2f20b9ae13fda4eac304bc405440c1c1566b1458e0f3e77a6d4adc77117b20673204bf502131 SHA512 (jknapltx.tar.xz) = 0369405034393ea8de2cd94497a97ba6c40264ec9142eefee09647fd4e51f83e169a99757a4b92c1c9d911637f137404fa54231de452bcd208ba3f9982984153 -SHA512 (jlabels.doc.tar.xz) = 7736480f6736d8b623fac61683321eb7444ca8672eadf0da200eeca928de9dc031152e4599783d602e9c11b58463b03fc1162756edbaa5bd3dc1f6c5b64e08a6 -SHA512 (jlabels.tar.xz) = 5077471a09df4090e087a465e9d1823668ab80f088a7d5fea7d14559e9ea8906dae029a2093038ce5e9f013bbe3a9bcd74d8626e6ccbcaf7ebedd5c2f1e3521e -SHA512 (jmn.tar.xz) = 2e250c3f115911c56f9b8d46d358fdef289c624a5b24c9b4213bbf7818bf42c7b778df55d4bf181bce115b388915cedc90ef7cfa99ee6ad8dd621e7853fc7c29 -SHA512 (jneurosci.doc.tar.xz) = 2ed6a342b376ced405a75da39fff51d03e9fffa89341522555d2edf8d8eca701013a95f09f01cbf642d3ed1ba93a1aecc89682986ae5c94d784f3c857eaaadb1 -SHA512 (jneurosci.tar.xz) = 1ea3d11a66045784c2d1abe0290d95482c5a2a65a21963a58d9626872b25bb0d20f8d1c3c3b8173bf7f63ed71f7c33e13c8f6dab0918585b36d72fa37dc35714 -SHA512 (jpsj.doc.tar.xz) = 220c28ed6312c046dcb2973e2e22fd47c683460578dbf952d12d52da0aa4c21a5dc5e8195b78d743c093e05772ae1e00a45d3c221e805a452420c435f23b6a38 -SHA512 (jpsj.tar.xz) = 70b0e83af5b828e6a783d888adcacc504342e2cbe255d88aaa2fc3cdda629fca8e2fec9c98c73c0673d98d396727025b0a622905c3403c2b568d67597218398e -SHA512 (js-misc.doc.tar.xz) = 507cc8c04589dfa7b4d36bf32e4c1d18af42b90df58fee128c0ad37284a87aa1adad32623591d0e8ca880c53a1f583b0bd8054487e231bb2a58ed06d1bf6c6e3 -SHA512 (js-misc.tar.xz) = 6dd7920204cc66ff28c78f54bd6432a71d77ae2f4463bd997d2a4170465053eb86d61bc35d8da66377b47cb1eba88c6ed0918142910a5bdd4e44aec41d3ec4d0 -SHA512 (jumplines.doc.tar.xz) = c7f56f012d6eca83e54610aabf1530889c01c1b28e9b790b220726bff860504a3e46ad4fd8d88ef50d3fff17507710bc168fd2d5861e9f2cdae69cff6f95ae71 -SHA512 (jumplines.tar.xz) = e09ee044fe7d5692fe4f1098406e33481ebdf81698168223235e735637499053c66f278a1f7e27585aaa1a586ccf85b4f5afdccfa3ac35950475f56e46324103 -SHA512 (juraabbrev.doc.tar.xz) = ede48ff67dacf107baf50be345b042a7b64c815442875281241b7de4c3be56ec40c969e40ec69669f31058bbbe9b27c51cae25938d93bec99a8c57dfb8e9cb75 -SHA512 (juraabbrev.tar.xz) = 4d6fd00247c6c915956679674dd029048cb96ac3bc97606c0a299bbaff24a4cbb9440d557eb2945151720265ecb27bf15c638c003e1039dafee56471dfa03945 -SHA512 (jurabib.doc.tar.xz) = 3f804537752bfd7b6780d082b37834c805e521491f39bd76b52541707e69f8b775b9e18bfcba0b0827133be8cf82bab86651f2a7ec351f9cc140427056ca0dc0 -SHA512 (jurabib.tar.xz) = 12a1d9402ca15ff23cbb9818f07290f0b295c9844bc4cf02e1332eb27a26a3a8d0ed3199df1c4f4f85c9ff5308e7426d0c7adad8dc587fe905c5a15314863b3b -SHA512 (jura.doc.tar.xz) = 4d19c663f73791712d9c24361d8e2a0c2faf25bdac15dcce48825f02468f6a798eff7e147f531368bcc8d7e2a1938202b5614e2434cd46866f359f8349564adc -SHA512 (juramisc.doc.tar.xz) = 3925418b9e4d05def76b9e0ebcf882c4b7061ff7ae446aa63d412c093caa04536ad45c757e04e088c3b4099c569885c6e6708ad31b866ebe89ecabb8395964b2 -SHA512 (juramisc.tar.xz) = cbf6ebe12bf72dfb823578ed49066f34059e5ab1beefe0eeee84c7df55135644eabdea7582dc848b52cd575579d8807a2a2723bdb697e851eb8aef88f8a5e533 -SHA512 (jurarsp.doc.tar.xz) = 1c439e351102ae3f768ae38404cc5d98403028fb6fa6088cd53eea40593ee03c10d20955f3fadef41f41af6d23f139ba356a9b06ed735644b67d3f42a076e0af -SHA512 (jurarsp.tar.xz) = 511130814ed94c7f0829802a0c3e8e613b0c4aae50854f6e06779448f430e78c8712142fe04d3662b799a488d90944072847dd223b01b642de78c1f98649e79a -SHA512 (jura.tar.xz) = 08426bab6c0627e945d620a338c6081a8a21d80567d4a4b686617d0d57c99b1e148f5e5c3406a0337ee4ad61bd795dca353c28b0f33d397c5b47515969fa5951 -SHA512 (jvlisting.doc.tar.xz) = de6a694c26332d9c97bf4202bec0989370226b7381d080c4d6f5a106cd8f2bf352d756cbe7cede2a4ba3e17f85ad553e5c24e874a00cc1dd307325125e6d0bcb -SHA512 (jvlisting.tar.xz) = 70626cd23359751909ce385a7ed4415c5641e9c303d0dafeb99e36d0151f382c02c2f6818a135bc92fb156d4fa25d1976b2c906074fcc112e56a1a7a458801c2 -SHA512 (kalendarium.doc.tar.xz) = 60a1dcbaa92fcb4438f4a2416dc4784fc30af34c6e1511533b8827a266b61a62a6c0e66f51b27ce81dd879d774e9fee6b155a048ddb9f68e1f991294791739e1 -SHA512 (kalendarium.tar.xz) = fea39ce08f6028f078e2d87ec73aeeb56d72006d24d316f8e257b3c71604efe2b4ea2fa698f79798ec5c9b3d271d758d4c0699ffce1bf380a74d21158224eabb -SHA512 (kanaparser.doc.tar.xz) = 9eb00a9652f22411f9ae0123bd2bda62af617f39ed3eb8266c4ca38ff0783722a3d1eb05a0fe1ef6a238a3132ade65c5ebd882309f154ca416e2191b9db44c4c -SHA512 (kanaparser.tar.xz) = a9db1fc66330bafc5fc26ed600f1779dce328d6234ebe930aaff65a02a0d740188e73c5f73a9c75d69926323a610dca4b37044e7357a141eae9bb3231fd3e272 -SHA512 (kantlipsum.doc.tar.xz) = bb96e91c7562c34c56c7170e246eb71c353d67d649cbbaee5904f6bd82b905b93e79baeee536a3d8eb8b9f08296591a8d0fe621883914f4af676f78c6f244523 -SHA512 (kantlipsum.tar.xz) = 7aac4684e6d08b46319b711a824dbe33446674f63fe301e366543553e6fc4c41aa1eb9aabfc9d11710014c9347ac559dfa1882478f6ec5d9edb39c5dc42cda8d -SHA512 (karnaugh.doc.tar.xz) = 379638ab38cdfe3d94d049fec7701995566df9c5451f4f6a862c7cde232ceea899222b13f3c40398676bd2746305ee48e8b43781804cd24f48f36946526d23e4 -SHA512 (karnaugh-map.doc.tar.xz) = 0daa9aafafd67df8934ff2b7b31794b23c8ebc53fb142f23111e64957a75904c4813c6f40512e4a440861351a2185884969cffef35209dfddbfd9ac4007e6557 -SHA512 (karnaughmap.doc.tar.xz) = c79e28dbfb45764c3f5feff21bf3cb8ec5ee41380fe43d35b2b091b1e263db1eb417a19c74987743c04a2f41fc2c3655fdc531c8971320580be48beeb4d3d6eb -SHA512 (karnaugh-map.tar.xz) = dc2327e4cda55e4b60365d6354f679f9bc68d87a3d3695eb98c2754d7a5f7f64d65db8732b107f686fc39a07868d4703afc0fba754f42af3fd567a143199580e -SHA512 (karnaughmap.tar.xz) = 72c5ee674d7719b535a03cb9180a605fce2ac089c875cf57b95739b5c139bc45552960faf8f3287731fbe12c8402ce3c2c6517513d20bbc484e12a44468d6ec7 -SHA512 (karnaugh.tar.xz) = 344027bcf79a9b1d3c408aae774bc532a39e7c638c4831d2566e7cf5ba5780161c6314bc0f9337de21fa08a2a2d72f3b5ccf9df7a521d7c95b4dc6e62cf2136f SHA512 (kastrup.doc.tar.xz) = 32883a008b0f44c341fbd5f65f9783e403fb5751201235b0c4a2dfd9af8400e1a36adaf4573165688d78cacdaad3c8b2ac1b92ba87ef6951d3bc5330537d1f9e SHA512 (kastrup.tar.xz) = d7cbd22ead6633284e9d114d90b2cb47924bfeb10c15eb350e4c2f82b883930c953410362313cdf8ac476a68cfa3a9b020217097909504b97a8ecd7addbc8d97 -SHA512 (kdgdocs.doc.tar.xz) = 6b579a44d041a10eb9224aa80c1b59b113492cb12c121b1ca5f57625d044b52a80cbfab63d7a3160043b41b1b4e27d463f5ef8c9688f620f431fc1937a8bc561 -SHA512 (kdgdocs.tar.xz) = 79b64f2f20b9da908fd9acee1033fdef290c30e99794c37f5020f33dc5fdbb670383463bc17614f4ecaa1d5d4c03b4ffd3aa4f2b7c53f27455740adda9d0545a -SHA512 (kerntest.doc.tar.xz) = b471544af9d1ecfd6225e4b9d61f05b4da950a6512ac4c4bab54b1ef9befa859ee5aee2498690e724d84313808d2abc8f005fd4e121891878cd2dbd03ae36415 -SHA512 (kerntest.tar.xz) = 9f295c253228745bdd91db65f2e414bc6113d246242ea1717db6659c2ccbf72530fdc326c0ec499f6d6c2af3ec8df2b78965666dd8544e07bce864716804e76b -SHA512 (keycommand.doc.tar.xz) = b99b58407f5d93fb868bf525ab199c41e07fcf5f31c7a6a14cf68622ef3a34e44d1014e4d34594441144af5c7d9a9853cef1505311928b32a9fcbd41c7bf4284 -SHA512 (keycommand.tar.xz) = 90c2246edbfd199d98a05df336ee228c65f26073f3c95c5ae55c3201cf59453bb5afb95ad367ab4af6b36dc4e0c52a25bb10f80fba265003c701122247be50d9 -SHA512 (keyreader.doc.tar.xz) = 05c45cb13bd2612dd5b048f296437b605117c71a52cef2a1b90ad58b693a31d05da9491464ea9b208dd7eed3f3cfc96e9b5a00f5a77e5d492208fe1e924dde4c -SHA512 (keyreader.tar.xz) = d1786b07a3dc87f94248043f0bd941dcd8dccce29132e67118d3fedc0fe207a2df846d850851217fa87ed2219915719e70fa73ec284ed420072654c578ee0b3c -SHA512 (keystroke.doc.tar.xz) = bac7f2e879796c0ccd5ee28c47aa79e9208ce0d01456de9ada6cd00d822c098cfa318615311c43b1815de0e6968252f6005a3dfd9d0475ee7dec25f7d24d1d86 -SHA512 (keystroke.tar.xz) = e04e13e23b3342686078c2278d3b6f7c8678d99acda197f50296ade3dd91bc4316323a669efd7238fd246c60f169c694677252601a81d9e23b49a1e37049c93a -SHA512 (keyval2e.doc.tar.xz) = 424035c6250990b4104200fdab744d50643b6ce36ea717f50544fecd40746d47d7d2145203f0d6f19652a7217c99eb599a1c7d8b0e3a0fe00e1355c416cd4294 -SHA512 (keyval2e.tar.xz) = 08495711a9b509707ce6da359f9743b267baaa6ba6e18e41c965ce016c4c51e1bb7353769ecc9596e9bc415976449612f602e291608d306ee5baa69a4e823160 -SHA512 (kix.doc.tar.xz) = 3d3816d395e69ec83c88fe55801cab052b12f5e38702edafec2d3f9225c80a31165dca553b60401dedac7689c583feb00615e41c7179fd19ccdc420fbd5e6d86 -SHA512 (kixfont.doc.tar.xz) = ca250703364924daf9827ddeb48126fb21ff5ec3230afbc3f6778d23e96dbbb16173e5504900032ddbe14920cb40adf8130be50ee92f3c9c2dbceb95b8ecb90f -SHA512 (kixfont.tar.xz) = a866364705d75ab560488c84a5e403755acfffe7b49b8e6dd65342f45f852a5be9d4072d750fae606c3d5789e1d46458da66f0af6fb9f9e0225c1d9acf69d4a5 -SHA512 (kix.tar.xz) = dd819518a80ca0486a191361625b58f91d00ccac88a2f69269bd6e1753f6c87dd3c97d39a14a5dc3768c9ecccbc981106eba1f495cb7870103a828ea69ed8bef -SHA512 (knitting.doc.tar.xz) = effaaf06a5593a9d73f2e93a722355009a0a957a2067a1432edb40d8dda7649c42571cbc37fc7aa4103ae2094dea7b1bfd861273566102c55546f71b326e7118 -SHA512 (knittingpattern.doc.tar.xz) = d391a25a224713092128af5adf68e5331c530a67a763dc37f657d8bfcee0d904632e86ae2f3745ec2c4bb0cea5e886c85da15b064780dbe997104b9afbef9e4e -SHA512 (knittingpattern.tar.xz) = cee26b0e6fd54a43a12e0e48fd5b4bf381816dabb6019cbd7c13ab5e2561b9f191d9fce4c75a513c06530077bba8d383b26552e2e6f4e97600aa2216547a08b5 -SHA512 (knitting.tar.xz) = af3f7d2355054293c2c7973cfd40f0b741c8821884cca6ceec7562efeb92433bb81aa204b7b0ed4dae77cf674f4a63005f36133fbb5bf3d239f0cd5ef61a69ac -SHA512 (knuth.doc.tar.xz) = a2ec4befb238f3cc51593e0aa145d02f40e3e792d4ee13147cf58baf366f9e019fb874179940b7beedf859c9d756a8fde2b6f65e8c6c20e9c2964e980e7dfabc +SHA512 (kerkis.doc.tar.xz) = d6f17d255a04ad88c9ddc6a1f50a18e98a06222d9153b6fdda96bb9858bc7bcf26ae2797e617e69c6b701eb5705d71f29ae4644c98eb0c4af9e3db00cf929250 +SHA512 (kerkis.tar.xz) = 07d24ba7d57e46d8a2484ed9a7633cdd42062f99c9c48b0dd385159707dbcffe3abb2fdbf8dbb3a22c2532ae86e0c4ee6709edc0eb9cda030f78f7563fdc3646 SHA512 (knuth-lib.tar.xz) = 8925cee55d97e93e9947e62581bdad06cece4448b94516c72cdc8826ecb8148fd393c0621f57eb92dbc4752626a38029bcfb30963b618027e0fb5459e0b29bd0 SHA512 (knuth-local.tar.xz) = 8ff3f05e2584cbc5301ce6fe74e469db70438f689323617ab0cd762af9f66fcc8db10ef687dbe5a97deb0771a75320ab099cfd8cb7a900f5ce6c65e2f6fc9edc -SHA512 (komacv.doc.tar.xz) = 58548f1dc27a80a65a275140bef757329a49255353eb09c0c41e7824985603799620b696fcb4af454d85e90b61a6bdc6965cd0f3f2f603674064be502674cec4 -SHA512 (komacv-rg.doc.tar.xz) = 58236086df2335cd167a5d475cb0e223747d43d81d23c0c0ace1cd711a19ca371426d36e199d69a9fd5414a33872dc4ab3725850a6677440484daba0e55d5208 -SHA512 (komacv-rg.tar.xz) = 6d400b0f228d42aaabf9527bbd3447fdf92eeff81f1fb7978cf90c3afa9835e4731a9da938bbece65034476ac2e2f7afff19000d9012ddd76b6f65618bea7223 -SHA512 (komacv.tar.xz) = 007ff84d143bf46d2c5d0772111e26a459be663ab40c785a8dbc8b787202f4ccff15060fa7d52cb547348ae1b128a9f66256259c2f72775d4278ae0f4e04c0bb -SHA512 (koma-moderncvclassic.doc.tar.xz) = 968f5303bc7b5fa3df39a2a44c38b63e54059a94ac7df2349b45cbc0855d22ec64ec39feaafd761515720d306d5e5ea8a223ca74790ba160bd093f989d8b69c0 -SHA512 (koma-moderncvclassic.tar.xz) = 68aa7ea875f46a4c1d1bbf29d4abb77f4ec729242fab41f3e79caf95a925a076ec3d37ce7d98b44aecaaf9edce541d1673780238786b36cee0621acf4212a1ef -SHA512 (koma-script-examples.doc.tar.xz) = 6cdd548d21897f33927ee33be350b77b317777464ce3c7be24223cf10b6200ffb73944d72d0ea8491795de71c9554881ee52ae157a035b667f8c2c74aa1c3641 -SHA512 (koma-script-sfs.doc.tar.xz) = 84f7fb5c11c9b40029bc481d34ef7cca39baa2a3872f22fd5b656e324aa5cc0becf3ff6d894ceaf26e8ddea0d8cc14d428a140e1f19ff2e060c6d32390d51070 -SHA512 (koma-script-sfs.tar.xz) = 3b281a1e94c73e1d8224f6ae552be91e3df344f9031e139334fd7256e38dc70bed4132164935845c710bef9dfe0e8c439c229d3415ff835e48777aea182e7fae -SHA512 (kotex-plain.doc.tar.xz) = 55b16054d06f079a5d8bf6baa32155a0114e2a12b0269e1ba07ba988e733ad16cdebc1c991033f7bedbc3a180ef24fa84bb463c07e138136ffd89bab0c48b0e4 -SHA512 (kotex-utf.doc.tar.xz) = 692a2d90f404c571aa0dea436436f72139bf2024dc6f3be0b9e48cb57b60e36d1abb79d7e51fb88b5efc83176417b8f74c8b945fbd236c0832873ad8fa65f410 -SHA512 (kotex-utf.tar.xz) = 65ce36703d824ae483a53ac6a3550a8d71d140bdeb67d3c9ddd343255cedbb74739c1688b05ae4742703c6c46b3e46deef5c6a7c5571cfe8f8a4003d56aac446 -SHA512 (ksfh_nat.tar.xz) = 8893133ed49c9b4ba7472bc80a4e5583ec2546838e261fa2cf9aee188a0b00bca45de05c4e969af0b6f222a9668c3a7fac0caadbb180c10500fc53ae8c9f56c6 -SHA512 (ksp-thesis.doc.tar.xz) = ea4ff7ccabb237b113511b58ff767b494b213cec1382467ea8b95b72abe9c0d361f39781940c976075157bae93e8e32364f716cdba2a07b8a7d72c0970a31cf9 -SHA512 (ksp-thesis.tar.xz) = 3a250167d8810e3e81c5b6f86dad57e191a2a8387b5c7701e9b176cb007ebed79bd11867caa63e9cb9d3412fd59baeca7ff8e7589b11c4ef1144678552957216 -SHA512 (ktv-texdata.doc.tar.xz) = d930db31105dbcfe3df4184422115d82fda7efa93d00eb8f9fefa0eff3893602fb4db9e7be26d2a44c0b3cb56e8e9810f61bc660c15e49c23880c3f0cd44025b -SHA512 (ktv-texdata.tar.xz) = c2f3e86494993e6e56f131b9e7105ee2d15179b96580982ae7fba9e32c3e9889159ae767d96d95111f2eb052bd61f0c3c15406ae3af70b359e3b5ce081a6978a -SHA512 (kurdishlipsum.doc.tar.xz) = 6af516595f4cc5b090398078977bb37e97a5aa4b28a578c068931eff7d34fa2cac379b53e70c8bcf270c998fa6fbcbe354b56d0299657fcce9a4e076a87b36d9 -SHA512 (kurdishlipsum.tar.xz) = d7160d78d7f0d8d7771740f030cf1c76b57aa9ec2d179887fe4065337e35bef528b522c666eca0974aea6696033678dec5446a9a198fb139f2d2469c8cd47eff -SHA512 (kurier.doc.tar.xz) = 7fda14c05f105d341a31561e761517ce12b3e5ceabc01e0c5c8552ddaf55be1863a22545b268026c844b23f03e8700350f0dede79ca8fda62e7a2672fa510407 -SHA512 (kurier.tar.xz) = 4f727e8733824e8c516e3ab1286cf0c834413a6ab52bccb5519c9a14a526cd3397a6d0a264679dc8b7d80cfc1d75ab11dcd2c02734ea63d5a2a5cebd3ea3c24c -SHA512 (ku-template.doc.tar.xz) = 6b8535ef84bd1ccf70d16f7098826b5acea602b22cd461df66cdda64c4afe36f9ef6c4386227c5317a31767e4694c388f7a2fd87fe8fe06697af4bf5202b29bc -SHA512 (ku-template.tar.xz) = 4603e59129f749b0eb065283bff9cddcafcd1096627f196749be09c19a4a79848564ee9343f14f31dddb2e37a01e222bf08531d5b3237bb906cf88efb427fdb9 -SHA512 (l2picfaq.doc.tar.xz) = e4202740ea2842296338e9d635b27c35801f4a5f8b21eb8dc0c1db572da0718fc5adcefc5c122793618336272606ec27f02f13825f8d2a6cf4b83583ea372288 -SHA512 (l2tabu.doc.tar.xz) = 84673b59100568d1472f3221ff0cc35b8e8512ece38701f35d60265d316aa52186642def2d66885df47e2f613ae042a86972b7958349b7b2b83e754d72163df6 -SHA512 (l2tabu-english.doc.tar.xz) = 250ebdbd2a6dd3dd7d05c35cea0ea8fdb969bef983bc0a5f2c804129091f22ac0a499df482a1a990bf278ad94befc774d354341b30f9a0cd67539e1f63074ee4 -SHA512 (l2tabu-french.doc.tar.xz) = f489b0bd07b60797b53fc9010c699029dabccbf326767948dd815224f1c591cb59d6da7bbac0d0385ddfb6f0e885e187b2385bfcdbb88933588b06dfc34f640c -SHA512 (l2tabu-italian.doc.tar.xz) = c76981112631423d5d92ee9236d9b5b076e3d71086f9dada77de51362a5d5e01d82d5b018a68950c2b7f4b10eff1882d677243594436bae41bcc6ab996aa900a -SHA512 (l2tabu-spanish.doc.tar.xz) = a6886d54c0f5e1915ff9efbc4974ab1ef7f6dc026d67a0596ed47ac9e94da098e690bc70d5ed3e45a4d8cbd0f877f0cd6cd3a3757288dfc2df284e9c040b7c1e -SHA512 (labbook.doc.tar.xz) = 98758f4cc186df470e8a16b2e9365f3bec585be18c0fa8700df238befe052ad69b697357c7d89b19233a9cf2b308c29a54bf84215fa3ca8859111b0214971ed2 -SHA512 (labbook.tar.xz) = 92bd582cc729bcd3cea6979771e934d5a4a194536ff89a475309d3999ab0a2ab70d5ba5be6f0353e97498ab4e971e3209df9a3ca4ac99a8c9de27586a0f4a3b0 -SHA512 (labels4easylist.doc.tar.xz) = 1ca630c5aa01e53d6a7fa65d9ebb4ccf5bc43af7d3cb66a6bbb287398e28764dae0b535eb4b821c2c406e22e239e8a88fc63a010d4e79977ef6e8cfd563afde2 -SHA512 (labels4easylist.tar.xz) = 1f792dfc8c3d51cbb3ec4370e4ea36612d503a9a92d088f0d8b03ccc78c480118308aa48e4dba66dcfd55c8a3442950242742eddd557bd6b44c925e01e361163 -SHA512 (labelschanged.doc.tar.xz) = 130c0e5f27f0de161949fca202f73bce3486e9346a48584ce1b8636c16367eb3398b36f0145e37531d64933698c201132ba90ca3b5d5b011978d0fad0cc5ad63 -SHA512 (labelschanged.tar.xz) = e9cbb45a636fa75c9b9c8d8400fd9a0cf0ef2a46f998d650631e9874907daa7b4deeb4c99d1610eefc343436d164ace717b32cb1d0c45e860e64d69e4c827a07 -SHA512 (labels.doc.tar.xz) = 0ac61f3a1ec027dd3631a4e6ffabdbf71ca27eb19c877a0beef8d7d991989d613769474e99770e9edc74dffc8b59981da8666e5dcb26450717be37b098a028b9 -SHA512 (labels.tar.xz) = b1cd175e1c5ece09926ad3fb5ef3b2dbc528435e26c81df563f674388083b481e6a6f072724254302c243a640960a942a6b356664675f4041c94962155f5ee62 -SHA512 (labyrinth.doc.tar.xz) = 980a3bef8b8eb51cd454c835ba09205f8dedab92f747db9704c72d5433db75f68df298ee4ca06c6d68e0cb4c4b733c882d14bbbb9d877406163b0f95730a10ce -SHA512 (labyrinth.tar.xz) = 06c61f5a0a2b39d644d5b741877f445dea48fefaaddfb7f60251ecb328f16ba2ec6f09731608ac5ca7b288fe77fc193984dad25b8f0ad0da5f35bdd43fb2f8ee -SHA512 (ladder.doc.tar.xz) = 1cf2a2a2267e819c9ee723af9cf51d711f778c3583c859eb01f2b2faebfd0f7a6fc4f4ab6caa83a9df6a797175ec27d29f0debbeaeb39387954070623ab60b29 -SHA512 (ladder.tar.xz) = bbe2f94442a4f308a416e9d849f9e4b8af12387e59e73931b563d5daaee312dbdf82a99f5122de897cb069a54f3bc13619e719ed717b38db4aebcac72c2c4f93 -SHA512 (lambda-lists.doc.tar.xz) = 846c403f99194a19cd21e4d7367a1b43a8ad608055315bb36a1113fb37dd3d922dd8c5cb8474ae52ed3006be520b7e9023680e85f0dbb17f69a41c8c17e81a5c -SHA512 (lambda-lists.tar.xz) = caeb3a547eb68d3e255d729cb6ec390cfaeb3bd9d4b4b6e8f877140fe24f4ee3ff0ddccd4107fa836faf5163d3d71209fed4a9e052d3329ff22a892d62b43b92 -SHA512 (langcode.doc.tar.xz) = 7ac261071a2902d1e24cbe4bd43bf1baef418bdeb4d3c1dbee4db273d29918649f346e97b5ead3e3de2820110c0cd11dc58c78f765dbd07f7221f28ede5242a8 -SHA512 (langcode.tar.xz) = bc3e601701732d3ff533a7415446c2aaf7306732fdd6a8ac8aee6571cbdfc02b38f51fffde3a80cf5df6b0dd5e649971406f76d394500a74f1830139ea0bc0bb -SHA512 (lapdf.doc.tar.xz) = 6e561e0d513f7b18e4e40d11fc1f077a061e6cb08ed072de1d186bb86ab1fbd3905af6a79f9dbb0c201e437a1a8716706a83f1709d580c293961ae454699c9c0 -SHA512 (lapdf.tar.xz) = 10bb6891b82334f7dad4a1cf48c78b2b55c3b4a8939628a26576e99495f00e2bb8ee82028b13db4de6224e58e421402794feb2591842030cd47898506589ff6d -SHA512 (lastpackage.doc.tar.xz) = f31731b5a93c154db123e66699ac5175fb63b965522bb511d344577645f9b8ac6d78c6a1a108cad8914b1c01b1c7a6e656743b075a03322c306aaa5417f62be2 -SHA512 (lastpackage.tar.xz) = f4d30e327704b32afe1bcb81023a247095203a9b47357f9a6dc4b631f4bb669255ba899cf1c8378b42ebd16f2608d8a649a0999f26e3d05c963eced1cc955ee2 +SHA512 (koma-script.tar.xz) = 94f66cf85d9ea536007048dc99dd1996965e6f2fe1daffc7c1212ee09483e8b70451acb088a6ef8683092fcc260abecac4108b7c9ee1cc64234dbccbd58e59ea +SHA512 (kpathsea.doc.tar.xz) = e5fe31bf22af5ef40e03a7b88e43cab1c1a45ce4c55e93d634d89ddbfb87bd0c7d25901dc1e8756695f75bd28181c7e39690ea67511bac3a0f8c906bcd44f0fb +SHA512 (kpathsea.tar.xz) = 8fb0bb4dac85e1b4ecc273cb7430c86726896728e2b157dccc727289df95668d78f8604b4d04c168cd35ab44be617a317edfdd1d5ccd726bf2956b9e47da7b90 +SHA512 (kvdefinekeys.doc.tar.xz) = c540045ec1c8bd7fea3000dd0ebc8adac64da7ccc24b0becb9b9c32c9dda6e5e11a77b57bee667bd2ddbddf347bd8af069907e087d543898a92ebaedf3fa4b7c +SHA512 (kvdefinekeys.tar.xz) = 2a03840307805bd6fe30be9c108982bc472912c11c8cec25737ebc4042e48af8fe4f1a76124536874bea8c554f003a9c52b8a72d2f6900bc6872ffef8649c40e +SHA512 (kvoptions.doc.tar.xz) = 6f567a5310250dff8d15de8d0fcda8c6eaf392fd9e221b5ea50c0de0bab44324ffcc42902a9d3b6f13cf6090f5e8ca513b5abb218b0f1827e953d76d377ff1ab +SHA512 (kvoptions.tar.xz) = af26d9fcf6f3afbd4e4dc105aa84e77bd737649864b3a8b4ba822e1dc62f4fc95e916df704249757d1ba4ec3b8281b510a6c5278b1f82b1a3af558b67790a781 +SHA512 (kvsetkeys.doc.tar.xz) = 875af5f0ef28b6bb80b19537ca3dc426fb9daf4de8e10dc518cf5daea8f6bc6801832156e5bd978937209b2e9883898b957c8cbe87b51a2b2aeb071445e045de +SHA512 (kvsetkeys.tar.xz) = c5e117a46ab54485b7748bafd5cfd381d28073564b571fd1cda78da70b42dcf48fe054538323cdee7e784aff91cb76dd24361908a4c97213df315f6cb91af583 +SHA512 (l3backend.doc.tar.xz) = ff01fc0fec97842d9a4428765905702aaa6b3e55dc4c5c439c2514418f373e82f35bb6842cab76017afd7b3acac0aa7ace32ba6e370bf572d7d4c16bdbb43aaf +SHA512 (l3backend.tar.xz) = 47c6137b1ce269be9c08327cab43bd1c598394aaae7014754a492762120bcf1553643fcce6a55ef573a44d4be39ab2612b992fbb82bb6d2b46c2f708cbf02bbd +SHA512 (l3experimental.doc.tar.xz) = 675b6b78984734e7162c0d33a4a304d1a690d80a91f9d0e266701c971040a5ec77309cf591aedccfc3f51821c50e04ed76611148229602cfd39a81e84609dc08 +SHA512 (l3experimental.tar.xz) = 31d21a9ab4cec7e60c82b2408d68c3c66aa8a658627e9aa1f05b0faea5e95ea274f97791aec0311f6f47fc0dc68844d3c7601d966b49ac8dfcfb1d394dddc5a2 +SHA512 (l3kernel.doc.tar.xz) = c6697b805bb24484c2de1adf353c8ebbeb0a710b3983bc4f01799245fc96761d6b3cfbeeafb82f3e3db93c39fbb6ab2d7189d8d3b5ab3e88ad311cd7ef001b32 +SHA512 (l3kernel.tar.xz) = d855f0425502892142d9a75d9545f0d45477ed4a5a74c4fadea588703996ff4d6e6c081bf8f09d7b36f70cf0fceafcd08e6093a7e38005fd2848a7bc4708e3c8 +SHA512 (l3packages.doc.tar.xz) = cb51da1fe0064d8d4939679f1c657401843e9e69e080f1801aaaffa87f23db695c070be9c1165862d71b3f16e8f3ee9354b78257884cb3d467595ae8c86fc805 +SHA512 (l3packages.tar.xz) = 718ad279250df24a568639bc084122f5e2bbcc22ae5a4796a67a55babbc8dcc619bd3e4cbb4d2d346b00aa71466ab8018d8e656844dd51c3302918e37bc12c61 SHA512 (lastpage.doc.tar.xz) = 2eb7e8457918e2ed51abf6f48d5f5d93157eff19b8e320a782bc204b44c58a684cdeb2dd3b1c28f5a8de7434b6da9af49ffb2d939ae80875234797149a80c2ab SHA512 (lastpage.tar.xz) = adcd9319022ecf2a5b959ede5d5ce8c5d6a3e7efe1aae5f84abfa7d138162e24a403c6d50604cb6bf8bc80a918837f6d78dee60a452397e7a495cc4d15e52956 -SHA512 (latex2e-help-texinfo-fr.doc.tar.xz) = bb1ad23b5a46e00193b4e807aecd0a439d1d5f7c15736e748b002168441b5c7fccbcd8f7f6361a1c5fa3175344c9aa1c0ec77e20be450e653a0354a87643b9eb -SHA512 (latex2e-help-texinfo-spanish.doc.tar.xz) = b6f612ef87c52c9b67c65ed79f8b2e4b7e089baff3da617951288b57124d63f53acd4f48edebbcd7f27855b3bfff14dd00aa5a2c277b4f89b8f49426abb49c6b -SHA512 (latex2e-help-texinfo-spanish.tar.xz) = 65faa42d1ee01399e1f8c34cdcd1a5d1ce6841f144e7b582aa4c3586ad1426d879c60427944a9524f16d48c8340028f1929dddc04f9ca4f8e634ffe29eeebf72 -SHA512 (latex4musicians.doc.tar.xz) = 738c2c467d9df87cb1eccf0442b5c94a97a3c4c2b329d78d80b05d2adf9e3be11aaf2fb407ebc29f07e6455e6533464d981ae65122b080aebabdfaa29cf71b61 -SHA512 (latex4wp.doc.tar.xz) = e8f22deb966044c87e7414d828ae3d8bfabfda40bdebb4b26b712692020c785ad8688595cced27ea5993c8b8f34f7fbe0cc86180d2ff8bfcc44cc009fd52e936 -SHA512 (latex4wp-it.doc.tar.xz) = c0c527bc7e9e71038316be5c6a57f4200ed69e7ed6fa0f066923cb14d14e20e90213cf0b989d3ba746bdb3e2263cf1daba56db3073017a0d7582e40640d35fd3 -SHA512 (latexbangla.doc.tar.xz) = dd88aa9630a08992348699e71c1e1ac7a697c0279a83daa333f0bd0c098d564b730f7bff829e7489000ce09331c9f13a804badd4bc253dc181b09646f8c0b991 -SHA512 (latexbangla.tar.xz) = 97e4a88b3028f3836a82c80bee739393c0ebdd219ac3b78acfa00f84f5b5857334605ee4719c8dd40d1cfcb44a4f9f821d711401d091a3ab46204d2457559fd4 -SHA512 (latex-bib2-ex.doc.tar.xz) = 2b5f1cecb8cb5d3ed78b10846b6f5ae38e02b930c2012353e7064b12865b155019924aaf48d995910b6cb7594928276e896421e85e71bef17822237f8350dfde -SHA512 (latex-bib-ex.doc.tar.xz) = 127f8ef52da49a348e79b062e16dc6a5f2b1728fd553ec3eaf824117e764e11d8e9dc63d34c0eb86417ddeda5e7f53403fe2361d8f959acb697330148f5d64a6 -SHA512 (latex-brochure.doc.tar.xz) = f057b86b61ee1f50430cdb83a56c27896e052047bbc93c4f09884b7d76f16f73cb1b570341faa2b8c771c0d42bb4d6450b8715c921fe866a57727eb4ffdd329a -SHA512 (latexcheat-de.doc.tar.xz) = dda8002178b55e155f7ce1f49f57f928b6c5097007daf36aa473c1a2d07aef4c3ec5e1c238537c0531731af0cb0d51804b0c0310be63954f112f266e737c7d37 -SHA512 (latexcheat.doc.tar.xz) = 28abbdc3b53c245b0cfb6ab68549661a72d37df004a5c760f5021e91b1df892b02872c7e20f328c7dd4624edff96f3b1fadfb46cf35d080c6b7c5635dc36adfc -SHA512 (latexcheat-esmx.doc.tar.xz) = a45f2db2445e2daec8b31e995669a189c1d201f457e06de7fc2a85ad85686b31fcf70040e7840e1168e29b2e5caf796c45b6ce934780fa5982d0750438263606 -SHA512 (latexcheat-ptbr.doc.tar.xz) = 00369fce725567a85310afd3063a4a20e670d8a0c57ef7e4515579ee0f91157f44bac2471b076c2ba51253e2c172447cc4b915877d80b0c43874c4e125f5f9d4 -SHA512 (latexcolors.doc.tar.xz) = 5f6f26c2ece42c07b2b2e634308a2a417e12a105d9856d630f483443825615d770ed35f7322f59904b1d8fea9425e0222fe9deff27451a5aec52fac39eb9369e -SHA512 (latexcolors.tar.xz) = b22521df5572411a33ba84b2d7560f0735a6f3a3bab0c6d7ca460e19333fba20ec8852becc618274ca7b7461fac1c42d0e6ce7fb9b7e4349c74bd05e8e1b5faf -SHA512 (latex-course.doc.tar.xz) = 772ecca6e71a9af7c31b9c5fd48cce88a7dd880a98b0885e9e5084247f64049234a8d123fe985e247ae706f1d0da1f58bae9e62082defe1acf9345bc252b03b7 -SHA512 (latexcourse-rug.doc.tar.xz) = aeaeeef2c43a5ddf782a91152c9e2e18f00d9b3e18b7023837920a53eb390652d7ea85afcae338519a00b84a972a723eedd7819e73944ef7015f8c028822fea9 -SHA512 (latexdemo.doc.tar.xz) = 34a0ed1b5e9ce5f2b71d67384427b4a7d69439ac4eb5113e1b8e270618164f883b05bf7cbdff9da57fe2bec7cf43bed844ec77b90da00efe30fe9061b3ca0339 -SHA512 (latexdemo.tar.xz) = d8b6ceb9aed4b2edbb4fc9e939dbc2dc5b6989fd04703dce2e504135d2c1bda46c8dd78e995d41a7e8727563c72b4f77979a52513ab0d49d8c95f80246a94fa9 -SHA512 (latex-doc-ptr.doc.tar.xz) = e5ccf3968aa02ecdedc2a64f0c53b2eccfa3c4df66da5255068248de013753ec4be67937d9c41552f302979edabc53ce64d902a9f13e4174d67f39909adf9735 -SHA512 (latexfileinfo-pkgs.doc.tar.xz) = af5ff5d84fbbaf299be548d13163c8e5e83b73ce795bc1236a204f4025e34d9ef0c587702ea5d6b234791e16e7cd1930a63f3839c20caefad7610de125a583e6 -SHA512 (latexfileinfo-pkgs.tar.xz) = b08fbfeb87299273a0e087e7cfe0e9df9bf50b95503a3110b9b329a9a41931f34f65661e219c6adf377e3448536d5aac8199799821f7057a67a4680a24f30ad0 -SHA512 (latex-graphics-companion.doc.tar.xz) = ab9d885c811af3964e8cdd8576349059bd45d660e6b9a7e931697f7c7fa5282c725e044817de8f2648ded59519d1592945e0804ba7cbe0054ce2bd4d44606af5 -SHA512 (latexmp.doc.tar.xz) = 7668afd5cc1dd365811f8e4290392037adcf5f3bb220e062588a446827f1d39510137185699d4b667f2b452809704d3c08caa889bb52cecafd0e190b0e7c49a5 -SHA512 (latexmp.tar.xz) = e63d213969434907df862dba2684ea76f8603a8283764ff431edace0802a61cbf3eadea6a532a21cc83d722359ac39680e716a24859b85f526dcfd809ca319d9 -SHA512 (latex-mr.doc.tar.xz) = 6022c2e3642928e716e6ed2536c849fade08dd26138312567b139a450032ec75d029ea5f1103bfbfdbdb7bec4b35d972c08e866da8d5eea89012b7a1fc414678 -SHA512 (latex-notes-zh-cn.doc.tar.xz) = 477df31445a2991db3c2b8cafaa97662d722f3f7171c2f756cf025717cb3b896c1773adadbc42c22cb360f7542a0e658547f15cd71c54e9b79f76fb1e2097e90 -SHA512 (latex-referenz.doc.tar.xz) = e71abe8a8384be7b0e343657e992b7703d30b38bfcb1dfb689954bdf84581336e099059bdb14af464c951777a8a6809f1161955868dd2f3b219fee3d2046ef94 -SHA512 (latex-refsheet.doc.tar.xz) = 77149dabb1fe5c4a46591b3b307d02b2e2b33a07267afcdb44b77a2a823dcea9ea76b4be5ddad530151b638cfbcaf5d87ed0fed59a9e8ed99acb0895717bc71a -SHA512 (latex-tabellen.doc.tar.xz) = 7f3f4ee26f1f9f6bd6d27cbde4193d8e2607a34ee2ebcbc44934b17673b60375a566828461ce672fe8d4404e32784cc62a54b51873645592079aedaa7c82e081 -SHA512 (latex-uni8.doc.tar.xz) = 201de55826ce4911153f079e1107e2f4d2399d3d3cca95bc669cd958d09839ed7de778d644502cb6af8429818834027c9d3f3255fe58f95c985d1a96e4682f22 -SHA512 (latex-uni8.tar.xz) = 1e98eb60547932eb218f30cc713b94e8c7ee5861e66cc600b01f577a37e318a5b440b65c2aef1c770ef94bb4c4cf86d5d1636943de60f78049d2286a92ba5d81 -SHA512 (latex-veryshortguide.doc.tar.xz) = aa58ce07f56dd819b6a3b618a518384547350a4582828020f5b45752c1dbb88d5f36c5b5bb831129352489bba8f5c19f89d38c99585da9253f01311ea63d3232 -SHA512 (latex-web-companion.doc.tar.xz) = a972860f65d763c6fb45e9726e5dd7b8234509b90634f45b8b25e090da92d0ac577bf8b33ea7b0a0f91e4e5639bf62c07086dc36708ae697c1e16e644acc83f0 -SHA512 (layaureo.doc.tar.xz) = b4333e1361b352689dfd67e13a694a304449eac61ef8189957356bd94e5745f4c15fa38bc21219c8a21805dbecd44a51e719bbcd884b850ba1276759bdebeb94 -SHA512 (layaureo.tar.xz) = 849b0e0fbd15b45cb31ed4856b0eaa190c26437a1965da2c860af62b65cbb000b590320611e96c5a6c4cc63c029c31fb352ec44d96e0704eb52c70ee460abcd3 -SHA512 (layouts.doc.tar.xz) = aa6639c5ca0029efda9af523a0a075ef2b60ae9e031bd68232ee03792bb2f7452e2201e7223735e83b7979f2c057674fcedde4ed416254ab4b5b8a6cd9bb002e -SHA512 (layouts.tar.xz) = 9db14862ac1bea22096130ddac071a9b058e4cc1309917d2f8e8c536f280d2f4efc9a8dad9a5dbec0824b94f92c290e82820ec1628f0e4b72aa8fa617b72d981 -SHA512 (lazylist.doc.tar.xz) = 1ecf491370fd7ba0fcd3ef1ce11df768509c32bc9bf14978e3d6f36e39094570144b897337bbc481bfeb8b74354b36f66d561a33e255ba50aae0a5c42f002e7e -SHA512 (lazylist.tar.xz) = 5ceccebce9cf3ff0574c471141f94b919d14a7faf1b5c7b5e09eb079aee11cb95bdfa7d8b26fb83e99875818d842cbd64733ab7cf7b7024f04f661f732a3fb04 -SHA512 (lccaps.doc.tar.xz) = ce14177476624831de64a12ef858516a2df28a3e194748a1c759d7a41743a93e03a7d96bff3acd85f9db0f5d4c96a53aff7b73077e131bc6fa807c8b36844bef -SHA512 (lccaps.tar.xz) = 98d57c77a3ca19a067c04c9cef06d632e56f42daaa70ec729a7cbf3ff68ef3e7ab95e1d0d25cf853d85dd1916668dd5601ba6feb889d1eda344b3ebcb31da333 -SHA512 (lcd.doc.tar.xz) = 385df3ec85fdbaa579b15f0ef0fa2347e15cb796a84265b1cc7a9e2bc520c0c98d0703615ed28c68ce5ab7cbca6f2699502ec26a31297c14b0039dd4b584fd86 -SHA512 (lcd.tar.xz) = 829c0fbed639619707023c1df1fa511d584e4805aa4f26b0ba5e5c5dd85d927901f4ad949e4a171d9765995c9ccfd34e5d45aa44dfef2508d5ec84c27712e05a -SHA512 (lcg.doc.tar.xz) = 5674612693481265f72420ae10914329029f9af2f526e6b59ba2614d4d2994a0033cb3393d2751064987698f819cca8e0fa3783555db3fa6cc5849f337b1cfd5 -SHA512 (lcg.tar.xz) = 6ca6f347b6ca4104ec376554ff7ba5d19002b2b4174fa491f3fec87d6c75c3ed11c1d13b9e7d30e6c086b2a12dc3013f21ee10b482c95b177f0eaff02d953fee -SHA512 (lcyw.doc.tar.xz) = c063b6b5d23bd0a7197f5bd3121c93237c24f0a77fbc72cb370a7cd535282151731ef03098c36d8152707c50808c1b996fd1adaf16185bd3d0e3589e85b67981 -SHA512 (lcyw.tar.xz) = 324a9eb8f1a68124888ad7d4f35dd0446c917e643e2cdcfa041ca26b719ccdc541b9b89857aa05dea2d599912c506561c762d288ccc86d637fd927cc70bf910d -SHA512 (leading.doc.tar.xz) = 3ede6910ccb0a30c3ae9c78b86cf00cd7e2c5d8905b648861d2113d0af6225b2ffdc30509a72a5f69dd9e1164525c3225cd4ecaa04471ddf5c346a862fe097e4 -SHA512 (leading.tar.xz) = c326950e6c4b07782148ee4c9ac5b22f7e42512e0bc6e5e1f75be6ed757ca90ebf2bb6b30b91ceaac32c761d595ba5799f0f40ca15954f150d481ea366f1c72d -SHA512 (leaflet.doc.tar.xz) = d2355c9b93ae490f4087bca09ed3acc815abb714fa7508b64155d8b5994c967b7296b79f8b3d68cd59d082d7d3d7c618c0d4d0fa50df23724ed50718f0433f8d -SHA512 (leaflet.tar.xz) = b819cae65ac9f38d7170f4aec4f94adfc547afdeadc345091fad170def744247ed46d653975e493aa64a28117e89a5414463f693a4b2f7e28b9bf998b8859915 -SHA512 (lecturer.doc.tar.xz) = 97892442ebe9263cbdc8e35ecbc2f3acebdaa886e5fe814bcc0ada98b0cecd9e140a0d103adc9eb0aab1e5e48e9d7f4ab42e786d52f8fcc96d03db17c51fc17b -SHA512 (lecturer.tar.xz) = e0c217ed089dccb7cb526e62456bf72d186bf8cdc69b2014bd4210b6f1225277d1afb514f381e4581727900c6ebf34780bb4df01c3682580cea0418fa9caa1db -SHA512 (ledmac.doc.tar.xz) = 7e7fa49106457f13aed11bcf80a1e38f000f5161e9a67bdbb174371db63a3953109f26da3cef8781d2c13abb4b86d5cb0c2b1b41e6f2cd3584512bed1a67cf6a -SHA512 (ledmac.tar.xz) = b465117d5634dc4eeaefbc2c12a4d0fb892f4a27ed66057938701fe51e4dedfb5b7f28d796145d89a59b2667cf61c7175803f72e5970cf81244329130d173136 -SHA512 (leftidx.doc.tar.xz) = 1e372c7d307b4bae8fc5673c9654785db1fc7c510e188e7e0945e01dd502580479b7910e19132c7b8b169acf7d9de84504de2aa9fb580c9a526a5700114f009e -SHA512 (leftidx.tar.xz) = a01d085af4ac4048b5659e7f2f1692dd787b7c4cc9a0c06acf9852ad9d5aaa9790bdad6db7a76ec2f1a268af520ac35975a7fc55ef0d6373f244c85b8b6e116c -SHA512 (lengthconvert.doc.tar.xz) = 756564bef540ac96195b9846d79cfdc8a553c25e83313c3cd22b7926010e65033e0eee56899a0ec1deb92eb34a1c7c74ea541e4881962d6bbf34a16ab5462b49 -SHA512 (lengthconvert.tar.xz) = 71441058a60d5c642fc7f162952f8e7e696f25ed40e56d5b61177efe6e0f4bb3f55a8ab616e52f2555836d5205f1c09cc75307ca3d0f4fa964347d731c6924e1 -SHA512 (levy.doc.tar.xz) = e69a1e2e421100a50416f86bda40702aa9a4d5c5b0b8c783e328e56e1ce587f832cad984fee2cad259603e893413155bc4539e853e1df0d95c89e9167c67b2e1 -SHA512 (levy.tar.xz) = a71294df1b2bdb1402892ebc0c82dd60275cf41f6844cdd284e1ba73c8515e98258118c5a1e5158fb6d09acdc53427eb4e3f62f24591fd2eafc90d0bb69b71ea -SHA512 (lewis.doc.tar.xz) = b267e3c79dfacdd7ed8c931a0e5954c9fd2ea0cfc12beceef3b40bbbed30bbb421d29afd263a25a5b0b5b77a6bc74ddf38e609262485eecae065d65e23200bff -SHA512 (lewis.tar.xz) = 7dbe24061df0d0bb4762e7d308c895c99d8f9a9105137bce8c4e589c7fdc80f989aa8c3ebbe40708a8b6fa2a2df5542ce25fb16f528344ca46d50c47724e006a -SHA512 (lexikon.doc.tar.xz) = 4f1329d49d92d93743127e4f3ad9401e07529d31d2d68af86373f08b56ae69c22c70b89151461548aefb7fc1f7eca66cc1a4ac73407d82b65bd007f3372243cf -SHA512 (lexikon.tar.xz) = 7c0642f9e727d34175898138d27a838f0432a68659acd7986acb0b74183f28467351c169c52ab057daf46546d8ef9f9bdf30dcb1846b458b6b718ae38633b275 -SHA512 (lexref.doc.tar.xz) = 6a348acfd0e0701954195210bc717666308743f5f282b9efb7a253ab860a0372ed383cc2c8811527eeb2ed72c46be95cfb9e133d156fe8b906b67ed5140437af -SHA512 (lexref.tar.xz) = f9bf7792ac09a6b5a69ae642e0becbcb1ed0c2eea3254b31da62bb9b7e3e161c24109e0bcacc8b89e3d03426710378f04e13a05be467115eaea2be028f8e5812 -SHA512 (lfb.doc.tar.xz) = 59eef59a1be002d28ce802617ee638b6c0e74efb391a502fa9593bf19e54f563f819f45442714b46a2e97f49bd561d2a2df631e53ad3847b48a881c8762d2d9d -SHA512 (lfb.tar.xz) = 5b1386321f8c24673531b48d996a20cea9ed527ae60e608f63a790a2cbbea573d01e0351c1ef695b11f14d31d5c482ffa02b337ea04e649b7b758eef713f3bf6 -SHA512 (lgreek.doc.tar.xz) = 915df985f4766f492a70a35342e086567d17c155ea0dfce5514c6edebaf1dacb78998dc4bf5cc44415fef580a7779083bc2261a22dfd668e8f2023f1f15bff35 -SHA512 (lgreek.tar.xz) = f0b5cc9b7267aa07dc0b0f8c6d23a164bc239591fd13b5d77c5c840d33e131546c63c63a3bbbee2851000bda2e8593e7617f8a7ae381e7cd0561302a667acac1 -SHA512 (lhcyr.tar.xz) = 55cf81c051e8f23fe4f085990bc72a5b1dfc276e3ae1721680ad033deae1e3eafb1b9dcff3380ee20b72623b1ab8f117aca66f61441387d914dc29dc91c78448 -SHA512 (lh.doc.tar.xz) = 33f1cd39b2e68caa750ca5867bebbbc43c9948a7606f6fe44ba3bd8be84661fb562b5472ec57ccc3f6c18ef2823188c2f81ca4444b562f935e6f041d8ec0f39d -SHA512 (lhelp.doc.tar.xz) = 2411bd37dba9c4afe1ac4251c9897c99e5934938bd802dbe89993d5b6ec0d19e1cba8b143ee5febd9ad73f0ef823eb79f34587e6885250a2bce8eebbdbf06fd6 -SHA512 (lhelp.tar.xz) = 3a5bb1d95c300e9546b67c48cc2c3e1a5c3089c4430d76172a8d7f3cdc59fe03de1fafc6a1babeacc9259444e09e85e02a64f3b3f8ddfe3883511482b9ff0985 -SHA512 (lh.tar.xz) = 265aeba5ee99cbec2eca77a273a9e4857d78280e0ff17089a358e7f85d0595025e259b2edd471ce5287479531fe37cfeeaeba405ac9cabc7ac9616242815b6cf -SHA512 (libertinegc.doc.tar.xz) = 010db594b034a5e401fd17a7772dd3dbf95c37d533fad97f7b1568336beca31523384da1eab42e74b2e8bf294b25a8d19df7469eddd65cc1bb61abd5dbe79d03 -SHA512 (libertinegc.tar.xz) = 0af71c5bd17a2c89d85c2df056e76e4f8ff98b24de40dd306a9c4207c15dbe9dfd08864736a3a45f1c82f51717396ea843082f6798b89f7e9ea8c316453a707f -SHA512 (libgreek.doc.tar.xz) = 105ad6a6d557213c6918b2160dfc70449d496155e3a0fe1e683b2186b8d10d3067a85b05e3ee26f01ccdb6f70c2f864d09439eb4b8347dc3217482e17600f79d -SHA512 (libgreek.tar.xz) = 0547ebdd180554fd00a7ad96932816e13744886457c84960b8abba06125f68ec9391ffb03c7bb7ad039a2654a1b73c2c378b8eee2130107a02e25881581c8139 -SHA512 (librarian.doc.tar.xz) = 6d95e43b1f9965fe016bd9fc7ba3f9df56716d8f6c89948417643bffc4b9e89f8a5e6cb045e873daff819a16cc10cd61e74e73e98119a076580967187338be37 -SHA512 (librarian.tar.xz) = 2a01755bec49fa8c78680b0599b58649b803694f339383ad168bdc06554dabeab3047d1b17d63f7487860a5d0102dd8f68a78d5ad5ba94a2f8b29db7329e1ebb -SHA512 (librebodoni.doc.tar.xz) = 5cad86257fd423e1f7551a014f888c28d4b61a9fea14aabb0128458fa17ad81372668f247d9e7a81ab0801d9ece0a0529a304d16ae2f06dae5598048bef4d036 -SHA512 (librebodoni.tar.xz) = eebacf9b045b46df1a8c806deebbd94742e2c1615e45da85946c83cbb82a3a2ff278a6a0bdf47059c5713ed1c2dfce8988ff82c4682aeeadc05772c49426372f -SHA512 (libris.doc.tar.xz) = 04378b8461d6ea0284f038974fed6ae6fc48fc362f63dfb8b8d57a81a721da7bf17ca3aeabb198c373a68a4c8e5516b66f12c240e081dabcf1b9c79fd2d2b388 -SHA512 (libris.tar.xz) = 1a754d896846d0db358cf4f878928dcb511d76a7de6e7dfabee71970908e3ed7caab98f854695318ead334e052282b690712069597f42505b00c41e328ad141d -SHA512 (limap.tar.xz) = eae51f72a65d407b091244ed926ec98a7bf02ed8c360fcea2d614011555195992d315bb22b3697c8220f8e91f34a1c2f88092f34697dc9ac42f757e066198650 -SHA512 (linearA.doc.tar.xz) = ca6749644b81bd4e6407acf0ea99f2de57a408b8fd332725dc8319888ae05e8e27cec2c3201c49e51f2cab22221ebabd8f980c627c7ce9f836bff2cb0a2cd575 -SHA512 (linearA.tar.xz) = 5fc18101f389b2576b8e035e2f3bc79a37c11cdd64783df288f7776d1dc99ebc5c56a61d727de2dc57a9af4a4d0634b5ec6564513aea369fb1c8e4ce4eb407b5 +SHA512 (latex2man.doc.tar.xz) = 214685e6982c7a9c694d74a73d37c58f3947d7304637d2ed44fc616cece6026e5d02763f26e280ab21212d18a962c31b4ac5315fa840f10bf1efcfb782f4dd2a +SHA512 (latex2man.tar.xz) = 9ce1870958d7de7625fe73dfb735488d2512b048c8c06fed3f87255db0914080675017d24c88a97ec71ddb9cfe6f5769ea378f099d8787e447837a1ff5167436 +SHA512 (latex-bin.doc.tar.xz) = 6c76c5901ee581eeacbdd106b96de07d06c8a552131de5cd1e41c783697d426da5f08850f5fcfce1027950e63d168e9e2caec258d1edb7c7025453bd0f205740 +SHA512 (latex-bin.tar.xz) = d0b72d9456e68bf2e6e68e47a879db2e3233e6d49f6edb490419e556df15c7fb5459ea5e86c4d3808545d47605790dbbbfb964fd305019b3bc8ada70cb27b4b0 +SHA512 (latexbug.doc.tar.xz) = f2f4f368a24c754a6617449b140eae7b6c865a77043b216d0f33d21982bfd026dfce6306b4607a09d27693550491c830ba73c64fbcc0dfcfb7ee7365dee8b3c7 +SHA512 (latexbug.tar.xz) = 2c1c06b809fb954a00b917b23c4e19c887ad54676692aa22a2e791ce273913e80a4768ae6752f89037c83acd83a5d0e98454778a03089eb1a3535c268be5440b +SHA512 (latexconfig.tar.xz) = 2d98dafa5c2b90321ca8600171ba22cc7eff73a23d6d88073c477bcb84de37369ddf682163b7a9dc26ce77fb2b1c174a4f810b66a34b29646ad988a9965d9bb6 +SHA512 (latex.doc.tar.xz) = 043858d0c636c83f1e641b72b330475383e0ae04de43bf80437fc51130519c8ab5985a60a2ac5a1bc77a1ce0072ca7367994728e8d83a6cf7796ef50caffc23b +SHA512 (latex-fonts.doc.tar.xz) = 4d3162776a17f31caa8e6a0fe05eed9447b681d77e653371cb5fa5d8dd2f01bddddc9f95ca916f233c11f8ec7d15e02fe575dc953fdd18c34ba877829a142bea +SHA512 (latex-fonts.tar.xz) = 98549dd0c7b29511abc3a1a6b6803a86af0b48121d47e292066f3b67e4b5847efbb7025352c1ec996778c7ea3a5cba552385e9b4dfd6ab005d716f503e37a26e +SHA512 (latex.tar.xz) = cf8f91ef3dbfe100597a779a369adc5ebb18c298408d60f6c4453abdbf40315e32bc7b9a943ccaf03dbfe6cf0a43cb0bc942c6ec04ca07cd7bd23c7cf239a7be +SHA512 (letltxmacro.doc.tar.xz) = 8be12930acfaa79dbf3d7d3e0a60a518b12392c094e1dc531bfbcd8d9517d4744e99d339b3b7bcfb1e156d0ccbd17ca464126d8530e9f9c13e29d19a6aaeea99 +SHA512 (letltxmacro.tar.xz) = c9c1f5c3b9aab6b31750011cd45c42bdb32ecd712ced8f8cdafe1aeca532159051d1cff1449b06e3d35fbefdd44f2332805cb1618ff1da022d405a88d600083b +SHA512 (lettrine.doc.tar.xz) = 3ef14d7292d3653acfb5bd47141d16cdeaba393450fe27fe1b91b1f2c171c46949e7336a5d9a384676f3bf0d01b8297ff81f732267d94491460c7d883a520763 +SHA512 (lettrine.tar.xz) = 839469d3cdd53698bd9072451e7b9262633282cf46c32ecf23f3b0f46ae999ac259daeb6b4cc5c43222f9f788a95b85cc406857b19bf4eea1ac1ff3b00caac60 SHA512 (linegoal.doc.tar.xz) = 9c61ec4fa6bc63a57f7b272c7dfc55035e8e4f14225bbd2763157915fd351a2bb4f179150801f06682fd9bd59f756edbb127e7bd68592ffee5c1cfbac91b10a6 SHA512 (linegoal.tar.xz) = 87a062513ff7674f315472cc46e13fbce99057c3b7083a2b9c93b92f09d538af29f5d1e3664dd5273080b9037ac232dc0d7491753b83136d2d3558ada1b81976 SHA512 (lineno.doc.tar.xz) = da4fc0ca69d434c6d97cb87390247b3efd3463f5dcfa7e828d2bc840d2636036c097d6d54bb2e89b5d9b5f2a95a41db89af415d08ceacddbc4642883ebc134dc SHA512 (lineno.tar.xz) = c98bb4c84d6473c3038a359872442ff8387ad8f111ce1d82021728d9bb8e29ca08cc65d5705261bb347a2da2fc27594cbcdc8accbd59aa03c91f0c25312578fb -SHA512 (ling-macros.doc.tar.xz) = fe424a7db4be743168c4b1016fc25c95d33cf9d66767b39db0e79a5ba1bb667c76b9b5f10b23a08449362a3fef281d60f0b53e2b0f196846efe9f4765f3f08c6 -SHA512 (ling-macros.tar.xz) = 686dbb33df2670af909a80863943a8870ecef128679ab679f3d90d1747042b752c9aea15660c962b0f02418233d4d152e64357d5b57884a2fc2371acb3d90a52 -SHA512 (linguex.doc.tar.xz) = 7a5d84d5425031d341deea8f37f1d8a9f6eaee820ef66661e8e38eafad2b20a5e9b04b81b1a0db0b11ab70fb0adc9c81cef886978626008eba6aa3c32bc0c848 -SHA512 (linguex.tar.xz) = 36fab316a894029feba86bf771d4e600b3e7f5d766deb9d844605979b066483500c8fa0a425718d22e9a2bc14d74aada16ca8deb7ee744a81e18fee8c77a7b50 -SHA512 (linop.doc.tar.xz) = e63f09e370a53dadc92591d105c677f2a5eea4cbcbc4e3133448df64b10abf2eae1d76cdeed5e288f610be13eb4baf8f248a6e9df92ab79066078ee165b9fdc8 -SHA512 (linop.tar.xz) = ba0c5e053399c44203d6eff42252854a16ccbf12132ee6e26fa577587554234b36ed31a63f1a6c40059e0aab8d9367a5b6aa6f34d552d64866b46e68478c36b4 -SHA512 (lion-msc.doc.tar.xz) = d3df6b66fe429e565b9f336b2d864458de759a907fe1c0ea88e002738fa7d7122a3dae0951f596c56192ec5b44023eb604eed7cce357521e8295431675bf2e67 -SHA512 (lion-msc.tar.xz) = 93a6800c371a2444c34de2888d09076cd41b9cb773b39af1c6772928087f4c0438e85a58267e9a0afd309722b5eb16907a553c23d2cba008a65b6e2f3b3edda0 -SHA512 (lipsum.doc.tar.xz) = fae8e8002b33c26ab34c53d09e1bbb76f46164e2fa8a59517dad19e81c1b84505170e675cc2d9072e30d5e5314f7ea7b72d61e273de9ca9f898d97ec2143e3fa -SHA512 (lipsum.tar.xz) = f5d2454f160162fd1272f5a43e021e1050947b527614c6450a87e1ba8aaa8151dad281cd962142d5ad39cec9f44ac7b313fdcc44da94db0256ab9a2e14b75b0e -SHA512 (lisp-on-tex.doc.tar.xz) = fb3a8ef4ada38d910b3055f408059daf700946c84b17873846175e6cd3075ad7f3889d2af154adc3a7898ac33646251bdbe0d8cda17ccf354dee526a96476432 -SHA512 (lisp-on-tex.tar.xz) = 67817d9894ac5bc8d456ce2b114eba81b0c444bf53422c4acb5066b42cd5cd55d73c46fb2b443db9fe3b13bebb58d6fd7f2bb31686dc4ac2295447285295c602 -SHA512 (listing.doc.tar.xz) = 11ef594d55ee823dab2a88ad5882e1ea89d7741f1038d3782ac43fa43cce948c1ed72096ddd11d1efbcc3b43ac9bc4dd23713f725aa71807ea174548d9a5c968 -SHA512 (listing.tar.xz) = 154a9eb9da19d4a1d9f6ed421bc13f1f83279cd456b95ab8b7d84f9c48d6aae5548b7357e46041580d4b457758aa090e6352aca9d9e20f1739dc589d4fa24bdd -SHA512 (listlbls.doc.tar.xz) = 225837c7a5c80b5a01739c20011f4b4c76b0cdeaf26e3f8f44fcafee3e439a104c6eb1a47660a788b96a3cd63f3e19d1384ecada059380773850c7a4109d3269 -SHA512 (listlbls.tar.xz) = b5c2e7e168b07aa288c911dbf5c1fa8b56d2a73d38babf0140b77bbf783334f2da42b2bfa8d951e166f7184345cea26a908d12ff4a07ef89b85a7d7772d645e1 -SHA512 (listliketab.doc.tar.xz) = 70ceddb9c59981319ec33fba05c663ecaf549b5dab56f29fa07f9c314d97d999c762ee1efff0d20b5e35b39e89b031458fdde4c5c708e0a1c2dbfdf17d710c2e -SHA512 (listliketab.tar.xz) = 0aead2b70e314639aeb98c199d051fb0701570df0263f452bb2e65408678d437c7eb071c41d8674971e42a0961da30754696a58eaaa41dc32d33ded58a833153 -SHA512 (listofsymbols.doc.tar.xz) = ff8bb87ee326f0b0df175eb41d634d67cf2f1ecb76f1f8dacf2e19d061e54c4f5cf8e01c7e8c41087ca6b69a04f5a3184ee8ee39f00758d3df2f24a4b2e372d3 -SHA512 (listofsymbols.tar.xz) = dd32fbcd59fa9ec599b0a06672d2e810b5b8172a96a4170cad03a93be3da21a02a036967d0e7e3a617bad6535aca2b1a34a114c383b5ed1aca22bc45239266d2 -SHA512 (lithuanian.doc.tar.xz) = e4b01bf2174854d95f348caeb5e5b88ec436420178eb06a78cb9157bad23bcd34584e9bde451e3963f4de59e66162820f9487ca4d166b2bd898b2cef17e63ee4 -SHA512 (lithuanian.tar.xz) = 228fa0f588bb0293778a71a910401575e20aaa8a184d54d51dcf1bebc8bb6b0c0ea81cb1d3e0f2d36b6a0abf830dbd328caa6053fca7f40a83bb292f76b83918 -SHA512 (liturg.doc.tar.xz) = 6b342e85917d5a70dc32461de01ae3c6ac66ca247b4ba3d812b7645f1cd1d961c914e584cabf743bb03ea74cac144ec05b03cc09d0c23cf7bbf4b8ce7d01937c -SHA512 (liturg.tar.xz) = e97da4e9046fbd60ac2b22bc3753db7a75b5b6aeeb6c37293c5dd1e4e8fffd18b32818b9038b816a405033ff74d9c19ec2443b0169721656af687f1c5d62cf9d -SHA512 (lkproof.doc.tar.xz) = 01c3f1b50147c73294dabf83d79811862d4742f5a76f69ff6f6a1d5a2b0a8462e3728ba6e4d6fea57d3703c638f6cf04568948d45d4ec8d1dfe59571ff2933b6 -SHA512 (lkproof.tar.xz) = 58c211cf1ed20b36e69ceffc8568fc1cbdb51cb812af79d16a64cbe8a8e7e672a2d49e672501b2cb23ef72c4a04c59017e17e538061159c8b9e797624f8334ca -SHA512 (llncsconf.doc.tar.xz) = a0a9ee4372d9afc48fcaa16959a9c54a3d10216d6196be963f9b35c66f13c970a4cb4a01996cb2397a10a6ea36c445a75541f7bdb9608c759e611faffce56574 -SHA512 (llncsconf.tar.xz) = 9df2b2ab5fa1434263f4df8a4f5c5329d38bff47a3f9178b2b220b50d34e410ce2904df5177076131ecff1a5a20cdb9cfd6cf84d986210df1ede7ee61f73b255 -SHA512 (lmake.doc.tar.xz) = 08fa487d9151ea6a49a73044d1f6b41ed0c636a69e04a2c9f04bce996f915e9d267383a6fc374f3292c01244981fdebf6d9fc462ee0fc151ded2601e4554593b -SHA512 (lmake.tar.xz) = 3613e9d53808b2d1e326175c28acb672c1f244b2e00ea1d544e1e05c73e2a93e49b5e8b187a8a73e87ffbb00c22235781983a2c0a733a6ae5598db12c278a763 +SHA512 (listings.doc.tar.xz) = 0a19a7148ec9f902e7eccb3d65724db899e030d326dd0291ed9fd15a540dcf4e3e61a15576fbb16ebb6736751b484356aa78785108aae44f866de97f56d34b09 +SHA512 (listings.tar.xz) = b9e3dc1a3394305803007927e2b9d446801d59bb7b8a62d4fa757b7d42b56c27dcf9ebaf6ee1fb1e7d8e437182df9fbbbcbd7ceb8f42db7d1999cbcd6b9d6f6e +SHA512 (listofitems.doc.tar.xz) = e7c3df40b9657dab386eaf54f08018e3d390a1de96a47c5c4f63759c11aa38b243301287940131297ad107e4a63fddad5bd9ca5982b211febda7bf5a6a8d40de +SHA512 (listofitems.tar.xz) = 9cdbbac3442d2b6cf45659a77dbbf7c1db2252af3c656d277f8c9c1f8cfd98879efb7e6a9957481cd6e892d8f3df1c8ef46c7992b45c6c461dfe936018600917 SHA512 (lm.doc.tar.xz) = baa33984a243c1000fbccb73f853dfab7c935e2da5f68294cff38db950d85f09ae9ab63f01178028c5f77d00c03b919487e73eca78dbcca60b9ade73a0773b18 SHA512 (lm-math.doc.tar.xz) = 262a99ab29fd22976334eabaed77d3326e87b63014d9e640ef8ea31b14382b273a6435f3059aa235c50f9f829ec28adf754763e17a945265495e9a54e7ee53fa SHA512 (lm-math.tar.xz) = f2424f917e13aa9805f6738ceed376d6063713dd4c58a5953b5456da4ba81eaba3f0f97963ecf36ead4f68b1311c4c9e30f064002ab8bbf0f5ed3a67db3ead4a SHA512 (lm.tar.xz) = f94af6c169ee05d3a2dceb00794feffb7808a4bedc05da7655ea74fbbf675047661f49f4f2542373e5fef60fc0f91ea9931b25bb10c1449f593b84ebf65cd154 -SHA512 (locality.doc.tar.xz) = 5b7fde689fc764dc75930522416cfeb51ec30eec64080b289c085be4b00a0da1c5d6d79d2734502ca8a329bc2935216a8b298495e0ad1ac8331c6d3a5718bb5f -SHA512 (locality.tar.xz) = c7fde4ad74b339d340a046a4f59ff73da45942631c6b68275d365c18ee80b213d18b84540b8ee535f012aa18ef559e88b1df3fcff4560d241ee1147695824a2e -SHA512 (localloc.doc.tar.xz) = 13e03c65221c892acf80a51bedd6a18232e9e9adc7ba92f34399e678a2d88d7050b94f8047087c891075c2098bc759c79f1276ab2ee8cfe08dd7723f2ede6f74 -SHA512 (localloc.tar.xz) = ff1e797efe69f372e61272d187e758e303e505128549e02d8fe45c621a28e55337d13b0fdbf6065ef97d4f8c51018ead4e97c1c4b2d9a76f9a6d299136f510eb -SHA512 (logbox.doc.tar.xz) = 21f379c88638ee8499e7e47abb0850822a08d520aabb352e0f85ed0c38950aa71b4f9b3d430c31193de5640a915d0c84dc28fba71443d3f2e461a2dac53e2b9a -SHA512 (logbox.tar.xz) = 0c6f9d401c81344465d6eaa6eb6e655443c4af1622bfb6751db508638e2625aba7b5e77780fbb6453eee40b8a7ddba84d70ceca8882049779db61f83e7a15aee -SHA512 (logical-markup-utils.doc.tar.xz) = 80c44068a6e474071e40a0bf3dc67f0201b21eb84a041fad8423c59c9e34ce138833c54ead638979357dc3026eea55da034daa05e71a56ecabe701ebf53faf24 -SHA512 (logical-markup-utils.tar.xz) = 87f7fc345935804705ab25ab010376fb72bc4722c75bb115b0c9dd0e0a51fc8bdd6dd4051b76dd083ec07d80b8c59c5d18423da55e0430db7a9f94ad0bd45906 -SHA512 (logicproof.doc.tar.xz) = bf8a33c5db05a30cb4f520fa2f73f572a90c3803c4b6dc1709f9e2c80f67e32e7665ce898852dedcd3daa8974bf909034d06f805ce473318f0f512645ceaf9da -SHA512 (logicproof.tar.xz) = d5b15ee5f35a9ef94618f8b092e97ccc4f1959a617c2e604b99ba56eef14c4a1a078d66f2c77d02239289e30878293ea6c9ff4134bd003331fc41fd3db19cec5 -SHA512 (logicpuzzle.doc.tar.xz) = 872a72ed13f7dcb43df3bd2f2b7bd504e3e430030115faadf0a130d2fd94331a335c4853e37c78e4b8aa7c59a44bfd87ad2a484b1b836c2a7526b97ef26ddd56 -SHA512 (logicpuzzle.tar.xz) = 2c642c7aa6d6f12e51228432f8bd9fab906ff4dd3354a49f636582a065bff0f534222161ce11306ff6bf3e354a9ca6f6394cf9826b321ac94e9ef5ee8c0621ff -SHA512 (logpap.doc.tar.xz) = f85a52b9d95247ce5eb537cc677aff184a434a41fa9c3433955b43eec3e3cf2deaa701718fe77dd3b3cfad5811c5275a097d980e157130705ad5cd3f14276dff -SHA512 (logpap.tar.xz) = 159876dc23e96f65fbb29278e30baa497489331fcf52ebda2adcb19098c2519044ce54ee590c3d91f80bf27b6df0a49aff455da54748c3e04c7e81c2be108e4b -SHA512 (longdivision.doc.tar.xz) = 679f3766529588f5319f511178ab84e636d9e888a3f2cffdb6d94384042bcc7deca14821fb5010e7bec65614bab9adf336346bdcc38bc8908a29a6e9266cdaf6 -SHA512 (longdivision.tar.xz) = 64669ae90bcf3c98d4e58e9ff016bd03e151f57a83c6a98e71eff714017c4e9bab95694d33fef3edde79001f0f90a54e4f64514488b00d1e373122914064d8b1 -SHA512 (longfbox.doc.tar.xz) = fb319a679631e56122535b99a187d3c2ad5400d4a1f00275b73420c43f98e8b421a4b86f77b868c68edb39870132117de3310a00bde82f6387559c6adf34a8a7 -SHA512 (longfbox.tar.xz) = 43164941fd7ad91fa304aee01c3d34ec1faf8672549ae3b2711bdd4c91ae57ecbdcd8b29080d6c96cc64a73f7d7fd74c8621a70604a29dc1474f3c922c34a4c7 -SHA512 (longfigure.doc.tar.xz) = 1f949e3ada113710f40b6d2960bb01ffffd3f9d26a65fd0482644da2a20c5375454c430e1c7d3b74cf872cbe486ccab9a4e71567592da5d39ad9e72102c382db -SHA512 (longfigure.tar.xz) = 984f10c8a2196b490dbffb015f2aa6449e8db6475c2f02dd71c92d5a3f6cb5dccb98a4c4f923f6efd3bbb1056aa8e64f324e3d8a051c11879677addaed8d3f06 -SHA512 (longnamefilelist.doc.tar.xz) = d909908d763342790b8ab56d333e60d7047894472f3922a2554581a5455539845af72d3867d0a55f5a27e982aa8128ae1a948f40e106fa127f2d01156b55ccf6 -SHA512 (longnamefilelist.tar.xz) = 1d16ee9c76784c5124de3abe62b6e916d0f65e979a18a721ef688a960e5d20382dc976de0b68d95c47e9651ad71a67ca97a828f1bdfba8e4a77ac084d7561386 -SHA512 (loops.doc.tar.xz) = 9d70b3ae88d64bf2710157db88113224a95947aa03f11a2eb659c61109a451e2a93b2aa5ffd6ce9cf2f1b5fc8e0ef815850a0a9f27c7ec5ddbfbff1fe98ecaa4 -SHA512 (loops.tar.xz) = 60ee6999e43ba9082c5a283dac5a930c9075b24f6bc7cd3f719b0336b01dfcb17fb2d5e3c82b9f1636c9bb3e6c923607a3d9237d08fbaf17bbfc1196d0a75281 -SHA512 (lpform.doc.tar.xz) = 92ddf3b473e13fe8b77ad955d55acbe7a6da34381bfaac78184342a900f2c9bb1e0981d5ebdb440cf0f44affe2eb0dd862f9b51d2a40c9abd90f1dbe81584c9d -SHA512 (lpform.tar.xz) = 91d5748629ad72ca421834ffc61c13f71240bbcaedf9f0e4279bc6aa0bbdc817f093c24cf5a9c50d5a4a132208969bd356642fc5704ebd5c4ef2b7eef23f27ac -SHA512 (lpic.doc.tar.xz) = 307109b75129099c191a65a7632ad0cbc903cb2b621b199dcceb7cab5ab5ddeff7ee504d7da3afd653e1aac04236efb6a3c1225f9e533a777295052bcc28d2ba -SHA512 (lpic.tar.xz) = d918fdc8744a9f5e0d24f6ba4f19bbc4cbd9a5ba4b3c559ab1321c36a9e3599ccf6ee849bd7f2ef6c3156cec6e526a44d27bc033b7dc5b217e289fdbff0bf149 -SHA512 (lplfitch.doc.tar.xz) = a690ee2c1f9cf5eb36693a4a9385c047a31d29387930211bf6384d7cbedb3d1f1696c0c04269b02ef29b13ebccc69bbc329772f3fee209a1b1d51768484f9a50 -SHA512 (lplfitch.tar.xz) = 189b9d6000d4b762a3c64652bb05f9465d5c789b7e2413e8f0ca281a8d4729a3044aa955ad7eb82c7b8513bd547bb76c2ad2b609e902b07f8f4f018698e17071 -SHA512 (lps.doc.tar.xz) = a8ad542b5d2c28a9a02b5e4d4a43a13e2f3469512cf7264eb7ed78e2c5a29228531de3be7e84e557e3cc8a9ad60e59ca426da3d5e034dae6b40088ee99d2fd94 -SHA512 (lps.tar.xz) = 8bc59b5d8874fca88bfe62822f2050f5dee0461523d853a1c92a051e854ddd6a8b2ce235a674bda383f26ad01d6e18a83cac87db2ea73b4af7e22e74ff823d0e -SHA512 (lroundrect.doc.tar.xz) = 12e6bccf3875f4045558df6e274a13f60fb7845a998de2e8a722168cbef2d9003224f02e379bcf0752770542aed15ec1d1e680a54e347763b554535ffc2e1042 -SHA512 (lroundrect.tar.xz) = 6e4968db6d4593fb0ad66c58b7977b77cfc5ad29a8ae8648bfa0f7844d71a809e0b381acfa4563cb1795177374963ddc10e8fad8a62c1523ea82288c7bd02087 -SHA512 (lsc.doc.tar.xz) = 5d0550421ee0657c378cc1ad8159e16e43644f533e3d8a013d917c494bbb8d11cba79b99fcaa7bdcf8ef5f5deb88d144ed64d75a5682fe4c4187c60c634297f5 -SHA512 (lsc.tar.xz) = f61d81a49c25972e03120cbf6557d356d6df6937af6e0443e47305312485217b6bb5c0818adf248fb860ec5d42c07fc22fdc0c54f9dd1f3bdcb12486350316da -SHA512 (lshort-bulgarian.doc.tar.xz) = 7cd22cad45d7ef2972679cf2a3653c3bbcb1d9bcfe94a65fb9dac23760de05b659470ca45cf8be13513924fa1cbb98599a304a51bc18f8f4d6631f082e662bc4 -SHA512 (lshort-chinese.doc.tar.xz) = 5365dc7936d87d7af00909d9f3f3cbf4f0423777862407cb264a6a2d73ab9ab90586f7396ef606baf94ac95257742fba43aa1a4b48f59f01cf33bc15ae62b572 -SHA512 (lshort-czech.doc.tar.xz) = 03295ea4bed83fb67a370ae547945335f51f6441ef913aba0ac3364f258153c6f5013d57e6579f3be6a9746a22cc4f34762871569d9d68c0b0d2acf40127fd80 -SHA512 (lshort-dutch.doc.tar.xz) = 29fc8b6a2645f241e8af437de3a295be8d56a088bd7c7666c35b14f104f242e68ecef2757d62a393400d9f337eb685e48ebac06769259c723d634312a7288ab9 -SHA512 (lshort-estonian.doc.tar.xz) = e16397fac3e6cefa699b412ada1851c7792520da8af1230274fa1a337b890629b68f71d94b3894044f28e687c6aa60d766377e12232d0e522e82e18dc97428e3 -SHA512 (lshort-finnish.doc.tar.xz) = 71c2e5c4d49a779f529a527cda5fcc6e55cfa0149fc2d9272ae7e69aecf2a8a361b057bcfdf5deaa7791073bc6252c3101f5ce0b8d231c779e99c34910a3343f -SHA512 (lshort-french.doc.tar.xz) = 2974f067584486528adf42a13cad28afd205f2f52680e89e8de33c4c0debdccb2d0d9d8259d6e2adaa5f86af0b9451232450d40ffacd9f63c43af2519cd8a06a -SHA512 (lshort-italian.doc.tar.xz) = 2f46613ff2ebaad079a8f2bea6756932aa9dd0840977dcbb8ee195072c1d8c590549e362dc979e9bd373a46ec44d21303aab72f351d799d2a7a3f5b6883e2c06 -SHA512 (lshort-japanese.doc.tar.xz) = 83292d42fa21614a055420eeb372ae5cf21a9a15b999e0b39f1063f63ee7fe53f77ce771a8aa649e860827214138fbd435161cb3dc4b3fdf2b75775979d904cd -SHA512 (lshort-korean.doc.tar.xz) = 046095e09db9664f68b985882ac92da51895342c79a34f8045853df40d868a2d60c1189b93e47843ffe6fd4ecaa5e7144eeb68bb2954190a9d6bd99e9bd50de4 -SHA512 (lshort-mongol.doc.tar.xz) = cb60632992b187e5cc80973b9e9848675b464b075b13356db171c1a7613c94dd9bf8ea53df47e0c36c910772316f4c43857c8e638819d8ece7c1ce1790fc9d29 -SHA512 (lshort-persian.doc.tar.xz) = 9e7c43f3df8299db4bfad3c0b270c5b54a1448370e6782d095dd9a9b82ccc186aae98da86b2efe71c34031a5f4a07f54f4640de6d8b6fad913252979d440ccd1 -SHA512 (lshort-polish.doc.tar.xz) = a284230f6599cef5fadacad2a3cac07f829cc8ba35a64b798fc76839b57a8867f745ecebf75d41a0c3bce05b3b868451ee141c65fe0dd8365d1807a38b8dc237 -SHA512 (lshort-portuguese.doc.tar.xz) = d9519e2dc7632c1d933c62696aec95402ba0cce9fe6ab74758073f23ff474cede7af24d97c9a480e734f801547c062956cd4541dd61064d004f00410de88bc15 -SHA512 (lshort-russian.doc.tar.xz) = 65183cee479c3f3afc909616f39c6e8a51c4032ed67563709713d8c1d9a6d2f681914c2ace4bacc88cbf37a4bab4fb400b2ec108b257b4e3e67c0f0611de6eb3 -SHA512 (lshort-slovak.doc.tar.xz) = 8ee79c17e5ccc9dbb9f833b4f8927b22e7ce368f49f4d016fb936d2a5ec964791d9473b679a037d704efb269dc6caa1344168927a90a8e859527c64b0410996b -SHA512 (lshort-slovenian.doc.tar.xz) = 21a7611b67d9baa0065df15e86b38872f057bd4b3ed2a337e19f52a5ec49b409f4b1297d7d0ec951f40d0b1b4cd18cba1f1ae33228142ac27178520579659065 -SHA512 (lshort-spanish.doc.tar.xz) = f968352fe1e32a918c1d5ebfce16d3975c436539349af22b32bfae1ab06061ac2b2b85feaed3e8a28da89956f4d5948e7d1a6426766144b0c0ebec72ecfe99cb -SHA512 (lshort-thai.doc.tar.xz) = a9522c99f62a8f51eb751d220495526f40cc7581b8d0fb120d6e9510b1af68e2c97158ec54fb220dbab4fc8d0070c93027741b549d01cfc3892bf373e3320f4f -SHA512 (lshort-turkish.doc.tar.xz) = 3aad40a5de5eee9e59064b15fe3e9c6a2585146fc21fdaf4683bfcba6786366c4ff1b3c38b6932426f53a6a9211809d4173f688f0878cbf2011d8982e3732834 -SHA512 (lshort-ukr.doc.tar.xz) = 03b8947d0e1d6e9d331c6ce6d60ae485bfab1b73ed936086a21f26b3d87116de99e535cd42f16561d3b839c84cbd343f8fa3167b1c478d6f8d0df3964d800e56 -SHA512 (lshort-vietnamese.doc.tar.xz) = ba2fc0eeb69f845ca306c7a03c7f7a46cacd3304c420c048284d248202a12f34b176d91244ca25892a64f6ab734e852ea83ad888684cdafb644da7d665a02b2e -SHA512 (lstaddons.doc.tar.xz) = 82bb6745b9f2342628bc83f356313c0de52148eef25ed3ade22f899693abe190de1a09347ebd2d03b06a5976d8c6f42994e2495eb7c4e513ddfa8244ca258cfd -SHA512 (lstaddons.tar.xz) = 8b2b14b28bcc4a3b4f26d2f48bbb59c111d4fd33d5479c20f7e03ac838c6b6631b99b1a5211b383e58dec74d70d9130af2a38e3b85407c4376f81e1b52c212b5 -SHA512 (lstbayes.doc.tar.xz) = 9e256d20493164eb1ed01bb6f7dc7f555d9617492fe14688c0852b85e27c1f8f7f1978b1352ea3294bea41f77ce505c6a5bf2910514240e62ce19c47c8da0ee6 -SHA512 (lstbayes.tar.xz) = 8089546f54a849fdd2b8cd1bb2430927a03249f1acb72bd9d37e9ce42770be2413c6ba8186a45eda8f52a3ba2f34e01e6073ed7acce5883d9407e4ccd86cc12e -SHA512 (lstfiracode.doc.tar.xz) = ab396312abc4174267184dc2d5f4dd61e4510d3b70bcf1b6b84685cbe2e5941d6325d4abeb1d08f85cef62adc953d4a59ebc5d99fe9d7c643f7d25c3d36bfde7 -SHA512 (lstfiracode.tar.xz) = d2752c177194f4926191245f6397ca1ad613e66708e245b29ed6719bfb7438cbbde8dc69a639bdaf7a4447d7737909a5dfdb465a0f0b446c0d30900b7d279c6c -SHA512 (lt3graph.doc.tar.xz) = efa314f54f3d7444931f4b7410c406fc89c35fc318882683cc97cd479faae00d3aeb58be06c9b174e59bbcc2bae57ff712983ba0c216a270441490866646fcfa -SHA512 (lt3graph.tar.xz) = 9a3137a56952d18f41337f3ea1412180d6a0d7732178fe4855d23647d01648ddefd57859f786534c5bf39cb622da11e113a028135429ca38e6ea3bcfde41b5ca -SHA512 (ltablex.doc.tar.xz) = c3ab3559880077f63523c84cfc5cf363cf9f1d2c4d8aa9cb173b4a2dd07e5afbbdc9b1ea1b29cb50b64c68d65f4470dd9c1656703e0a1ac8955b72b87e33e804 -SHA512 (ltablex.tar.xz) = 5a64bd2904338fc45d6150c6be6497d56cf2e190c41018527a59ef075db41f94378f8981d4b92e211f60f2d641408144c546f2de0bbe4a8e94b0a3cadf4311a8 SHA512 (ltabptch.doc.tar.xz) = d85ff06112e540d5bd3cac2bc6100d7d922e44d3388d247e521119ee4145716ef52889515b640e85c8a21405a35fbf63b168af09253e772e826572b0560305ac SHA512 (ltabptch.tar.xz) = 15c839c34935ee27b0b741325a13cbe6ec2f918b007ddd691029ce341173d12ca0e5cdef3a0111c3148257babf686815c5f81c92b6019cbbb022608535f17283 -SHA512 (ltb2bib.doc.tar.xz) = c26b018043c14022acc64bfaff6377988b5e40d09ac10916479079550bdbcfa5219df13988327679e7647c4a679490645376ed23be0601dc4df0528d45725325 -SHA512 (ltb2bib.tar.xz) = 42e634e7c3018b87825e2bae40513eeb757520e1dba1b1b20244bee2d0fadc4663cbfa0dfdf74fa71f7821f47c41bb7c873a64cc68e153f9b7207f6a8bf3f8a9 -SHA512 (ltxdockit.doc.tar.xz) = a47852f464e8c31d9a2926e55d62c090292337acad6398568c7082012899045ce32163b798b25ac090e7fbd6ebec95f17a83ee1fdfe5f1f33d0b423dbeed94a1 -SHA512 (ltxdockit.tar.xz) = 1144bd68bec92b4ac9ec8763e2e7df7c6018cd8b88c7ed2f02e7597c3bc13608a562551d80fab2a41b8aa9881848fa1b3501da7ae9c39edaae3720875ff65bd8 -SHA512 (ltxguidex.doc.tar.xz) = 534e51a54903e1bbc783b5120015178c48a1a9ff3b06b2121bc9f79c95b7fdc1bc64c374af27a357a44c67df45bb70699d788c150c625d7d949acdce5b109a3a -SHA512 (ltxguidex.tar.xz) = bb808c7fc1d3fdc7a4d065822a5ff67113bd9fa47a60762b5674040c52149cad14ecd2d0612216b15bcb9684e65e9b51312f83f14030e66de37ee30dabbad434 -SHA512 (ltxkeys.doc.tar.xz) = ab28eae4955de3e5a23be1d718fd1e23384ec0e4a8c4b86348bd83ff501ec2e51a3981c60babd478bca0c115ba524367f77f3cabd3f733b82a9fe4cc5fc06878 -SHA512 (ltxkeys.tar.xz) = f99008a8d6d18697d095721dfd741ed2dc48f6edad09b15d39ce2c37f05e6f9c9d613a4ca7ba7fce8755f9dc5659e21f7e7961a7e38dbe17b7114c2337103d8f +SHA512 (ltxcmds.doc.tar.xz) = bba1f1505bd24d62c82aedb28382cce9f80232b45f9ff0002c94dc6c26de0937cd6c1757396c2ca5a0afbb44d25dafdb4a4da1df46f88757d9b4cb03c912630d +SHA512 (ltxcmds.tar.xz) = 9cc445ad177af9b8f942b0c5096f83200224e0cda838441d28d5a188fee50d6c24dd4d415c2afb01792f57813558400826ead9336200f810336c26852ef61ad9 SHA512 (ltxmisc.tar.xz) = 3433a283f52c41f198b944eaf58a961751e7fd3c0991960a2516fd72af61671e776f48c6a5e241e379b54a08af6fba732ab1c35e42b8c93a62937b5a38cdb767 -SHA512 (ltxnew.doc.tar.xz) = 91e07169ac377570382b9bc7044c0d66b61268fca38e2fcff4d7075322dbed0d3151976848c93b5d0a2088676e67f3a79d2a555829f170ca61a37b7c40fbdf66 -SHA512 (ltxnew.tar.xz) = 7dda3fd3638ddf528adda0430cbd32cd8fe410a743b7af5bf76e651ee98b10f2481723665a19fda2f2b468ca5c4a838144cbd6e9c457f50362f7b0e83106de26 -SHA512 (ltxtools.doc.tar.xz) = e0a8b28f512a15fec379aeb3350c0611a77652531a66ee5a39010400fe5d1416c40bf6bd89d4e967851b09ad5d11b1d83ead675a0a722255a0e941980d74d1d5 -SHA512 (ltxtools.tar.xz) = aed74d79bd9da7f7303cd14db5c2a74aab51de03e87a84986b294019a971eb68a445cace8af2394631fc4ec6963ad32347c47a80612f70a7427adeb689d3cf36 SHA512 (lua-alt-getopt.doc.tar.xz) = b7cbb2dff24692038f38e6185fbd6471a6979dfd8b659fbd972c810cb701aca59aeaa4d30c510333003819ff08921f3d57b9c43a7044827a35472ee54e3990fd SHA512 (lua-alt-getopt.tar.xz) = 94d186ff2dbaae126995eb2ee71e52145e88b32ed1fa765a6011c0d3935f19dcf41692e47699abd176f680ba8ebed58142cdad7be19526f7b8c249dac43bf3d4 -SHA512 (luabibentry.doc.tar.xz) = 9ec19b99275e3117f07e445e2c039bd504537fd470f62fb7f7f7fc428842ba86ebdbf0bd6a6be7a3b1b99100d209c6c47a9795c776287206afe331601222acad -SHA512 (luabibentry.tar.xz) = 00349f5a6f5ecd5478bb718bcfc419953db4f90c9b2a70aab2e2bbce4395d189066b39cca743e5b790f588a3f2a17047a6e233258c4ef389ad6fc5338184af69 -SHA512 (lua-check-hyphen.doc.tar.xz) = cd756e0356b36ccd26d1d78c67026f5a27272ac383bdfc6f44ddb630f58d067c05fb9152f1ed9793d71a63af6607107b8d4b5af311563e2c3d966079b2d3e0c1 -SHA512 (lua-check-hyphen.tar.xz) = 89cd0a13578d386bbf584f3c74c6c3ee1a45a7c0bf40480e5396f86b2af29b26abe3ab8aac69be0f1fe23cceb6da33237ea38384854fdfc7be6939832a8cad08 -SHA512 (luacode.doc.tar.xz) = 622a2417490fb818d5021bb519ea7ac8d886df5002534c4d269268ca4d2119ccc15b029111edb42d04a546e7a46a60bc8eaa6a0a108e9231cc49fc2141ed8ec7 -SHA512 (luacode.tar.xz) = b107c9cf774608782c1ba1ce3ebea8d330ff9762046eaa9b9de112b704df1d0da1bd7e33b15e9d847f232b7594d53fb2678cdb78b23d87aaac73cc2517ac8e1e -SHA512 (luahyphenrules.doc.tar.xz) = 152f690268e3b1c6073b36a66965c84b6bc6f45050b2887b7a2ed67be9497ea7b1708cfa1335fcf296d6a2feb11924120336cd89ff3017cb7e77808e9927e9c6 -SHA512 (luahyphenrules.tar.xz) = f1486d23a51111023fca3771ae530ca058c582640ddfc17281a66ec055b05aaf24021c724566f5e9c9a5bd674eb8724964fae78762dab30182d8a95333293efd -SHA512 (luaimageembed.doc.tar.xz) = 188049c30c2c845d18e1a20af3d5ee009eab6064321b1f09aee4b77c3111317755e698e28876561440695c910cbfea6f67e41a5195a5f7b50d45831d7b78d76b -SHA512 (luaimageembed.tar.xz) = c0ba8a3164f1a87cd12a5699e9caa23ff7a85debed9881798502436bbb594d48a2e15a135e3a18efb9f3d825af98303a46495148142c810e4601641fdf925654 -SHA512 (luaindex.doc.tar.xz) = c90deae24da8584170bc2247d5f6ee22ba522c21d3d0e05a6ec2b9594645a022eed1fcf12c3ffbaa03ce0d92a16f75550dc7e0694920ef58b17bdacae02d6fc7 -SHA512 (luaindex.tar.xz) = baafe2dbcfcc07293ec04f775becef7b59a2349ed5c98333c5a4e680fb3f8561f8749a6abadc6901cfbeae1b6e9a47cca05e8ae76064372585b7d7f4978dc844 -SHA512 (luainputenc.doc.tar.xz) = 7c6093b3fa622007aa7e6cc852076090e1bcc64e9b890d1ff0cf6ae552a21e930e791d32cdc2238a0f60c605c92a2192dad7e9d423a2d6e013582926957da58f -SHA512 (luainputenc.tar.xz) = bc3f05260800cc537436377c1f9fbcfc6a1a60a7fd892af23ab323171208b083c08c8bb2a5d299e4ce09468f66197d43f68717a57e649c50caf74b736cdb06db -SHA512 (luaintro.doc.tar.xz) = 47de79cdc637810757b7879956cf758a77cde95e77060ce74829b438d13b58e23cbc8e9b328d0850b44fd8de8da90fa9fda206ff0e206918f1bccdf5d71d2c38 -SHA512 (lualatex-doc-de.doc.tar.xz) = b615887d8b543af1c125b6e9fb9c533f52816f8087075a8bd4e6ef752ff48f51169f5945ccb067228612cbdeb10dbeb298a090bdb93d201b9629b128b0c5a466 -SHA512 (lualatex-doc.doc.tar.xz) = 0756a0183d0b7b302f24cd16a8957915a69a3db3fe4a8a4fc301e246a0563f9fe81ce2af667b7bcfa45717b605be163cc5fd4c170d8584028f2ee7b2120390c6 -SHA512 (lualatex-truncate.doc.tar.xz) = 704b34da4b8ab787c53f2af21fd17a29d6c8e1d42024de2ff0e65d434a502b47022fa2a506e149b67ee5cb542f2f4835babda315b1dded598f63dca353aa78b1 -SHA512 (lualatex-truncate.tar.xz) = f4de38427798b565aacdb127152cd7ac8a42b441c555f742f5bf90480f7cdf8e182745a5882a9c8e0645c529d27647a056f26b7493dadb13216972794e617341 -SHA512 (luamesh.doc.tar.xz) = f25df210662af9d91229a99228a7f15bfc58510adfa2f5a91c586b4ec30b2482ed044b30db40cff0a5c70dfc70ab560367efa96bc077bf412d536e15f1e32e0f -SHA512 (luamesh.tar.xz) = f9ae2e27725aa78c7a6c7d049d0c25f4a4fef260dd2a813a9cd6a4f49f5ef1a786540c77c88c0778c5ebda5f188ca8b62be8335d5bcf0ee1a5f22df193875cc3 -SHA512 (luarandom.doc.tar.xz) = f7fa30cd6668674cfee8116bdacd3c457fe6e1a3ef4a1c0da603db2fbaae77d187bfc5b4867aea0410a906238769d7138672b89b51eccc9fc4d110a079784092 -SHA512 (luarandom.tar.xz) = 54019dd968b2cf3b6ab9a3777e609789c04a0d369b1ae938df152ded3bf54607140fe6265b81ca2a75f458e9b8144000f0bf2e9d77fb00aa923f7ce9569c423f -SHA512 (luasseq.doc.tar.xz) = 7ac8f5df74cede5734c9c47048cbb3b079155910a89ebf0c7adb169b4b61751f6255b2c07614d44a55e8dad43bb35693bf224d0f750bff28987c7c5f1a8a5bc4 -SHA512 (luasseq.tar.xz) = 400e95fd898152e8d8e989084ca9cd115516850edb6e8d102eddaaf278f29213c8a4828dde01ca202db68d6cd2b2685bda71f63ad7a92eb586a4c303d2e9d02b -SHA512 (luatextra.doc.tar.xz) = f1c0d31fbd66f4e78eb638a9bb336f49de3d19b29bf276fb6fd0d976ba2f33599c1536ec82f7887af1c1ee359b48b1048d400b7faf0cd8016b914f4c5318c849 -SHA512 (luatextra.tar.xz) = 03c95a5e42d8fc0ed88704799a36624ebb48b9c7606acbc09de29e5da845ede3f239a6dda43cbfb4377971cecb55b1f5280cf0ea1aae5057f3ab8df2e0870745 -SHA512 (lua-visual-debug.doc.tar.xz) = 814f650ce8505338b41a91e1e7e55872f1f35252ed5f1c3c74f73379b4c60c62e40d48a2cc5eab62b4a726db29fce70761ad7a2a0a17b7d5019859fcd72098f5 -SHA512 (lua-visual-debug.tar.xz) = 2b809e240570105b46f361ffcc031719f4afcdba45d14b4e51d4cbca10a7d189b385c00c9b277180bed4ceae45b8ad58e2145ac6f8de5d0568ff5f86b67c2cc5 -SHA512 (lxfonts.doc.tar.xz) = fed48ea91eb5ad414463d3b929dd4deb5cf433be63aa2753acc251aa1e8b85f0db7307a0ea96ea0bf9c4d9b14d0b90d26cde703bed2761a4a1b789ab3d117eba -SHA512 (lxfonts.tar.xz) = aa732f403af1adc898e6ac462412a59e4d2c8821ef47807ec5d8c1ce565a73299d472377117bca3fb30add468b546280b1603feff95d35090b338f87b279bdf4 -SHA512 (ly1.doc.tar.xz) = c1bbaff6124984b0c582cb86e3e8f729e2b2c256808dc621de2c12da94c7b67c673c70fbd3d17c723292a90c60638e32fd79ece9915648347a7469caea040d7b -SHA512 (ly1.tar.xz) = 8b170d04aef1c95b345440b60e5aca56442374d897e4a64ea4fefff4506e133d4c06350b5ea86a81eb9a015a1fe32b2bd8c433401a9bf6433e279cc700d0b8ae -SHA512 (macroswap.doc.tar.xz) = 4e46c824a6a5909fca7d8a4628c87cc7a372ae5eab0d2f5110dc1f205e072e53a817043cbead53dde55e71c7c1c0e23695ba963c27e46bc70e2f84d430b656d7 -SHA512 (macroswap.tar.xz) = 39af1bcf247986c1f7559e1523d1d33680270602bda1d904404db0700452d203f950eadb2d9808a1cd3098bccf070218bd791fdbe5be4a3b0f539f013ef226a6 -SHA512 (mafr.doc.tar.xz) = 5e3a0c42944944fc467e09751c1881dfd16ee526c78e509acbad394725703771893770d11e5aa16b09b6b5d1059331b72ce0f1e85c6ec61677d101276398624c -SHA512 (mafr.tar.xz) = 802d108e7deaaa1a42b7f1eca5059f9547f0f4edb2eb5f8f3f0b68d03c05662f37d2bf7b25844dcec6b89d6d1f0babe93614cbc87fe1e2ca0ac2153602c0cad7 -SHA512 (magaz.doc.tar.xz) = 78c9163951f269a489f6e8a48cce7d9ca46aa5c7f2f2567f8e50627ddc32920a8a5b54bf141ae881c2863de6bad4f7a954588fef9469291f18e65b7fadbf051b -SHA512 (magaz.tar.xz) = 5c35baa39a8b26911b2c2dd875576a0f875f5edc37fb497dbd403720855861219fdced11ee3fbbdee8e63f0817b6c2ee6a20e6ec3bcc9a5183465c22caf7735d -SHA512 (mailing.doc.tar.xz) = 2fd2d4dd5c1896d0849294a1911ae3682b7331cfa574bd46aa047f118fdcb09b4da3e29f6d5412d23ea49f776cd042694508e8b5492ec53cb44a6acafec110c5 -SHA512 (mailing.tar.xz) = 33fca4d77b34e3390de647e7e39d6240344f2a90c6067275bdb0e7dd1a3deaf5d5cdaa84dc4a49a0c817bc6923eb593602653b0d0ae4b794510a272b78498be9 -SHA512 (mailmerge.doc.tar.xz) = 3e8aa80211af8f59289b87dece6cc2a1c5eccf02805e3e7927c78cdac66cdb6afaacb07b1114f8c67105289e4d4f7188043cc28f00365c1f5c3f353a53f14922 -SHA512 (mailmerge.tar.xz) = 1930b0c554dfa36514d0c0b33749d506d6e5acfcf65e3c1dde3ed75a7c45bafb74db8d83f1b286c1a623acb32b2047dcab566ad85e3676c67c0ce1f7722d24f4 -SHA512 (makebarcode.doc.tar.xz) = ecd0121f679d7e4ffb162c151dc4b60acc78f9297d3bf0003882b914f0b1a10a52b43e844c5bb085d73ac08f9f0aa2e768ec4fe7374067ae2fcf304e842a29e3 -SHA512 (makebarcode.tar.xz) = a19268b5e63e577b4df9255e4c0eac640c73ac9e08f6d4b4baaff7920f714b7dd961f8143587b59478df2d854dc2f363312833c7636d08c2aab644a25b54bb40 -SHA512 (makebase.doc.tar.xz) = 2f7eabf88fe3777ebb1455caed5a339c3b56e0e7a97d34aac0b4c461e7ccf6450de936678ce00e64e39f308167ec55a6b3ec42f7428a7a9c87d2607570e1576b -SHA512 (makebase.tar.xz) = cf36d0bad24180f48a7cddae8fa19c6260ceb5076b21f05e48360a30ec259b342e6a17f1c5d299ce5fe02a8dc5ed7934dd55c5529118bb24dd13cd36242b0d6a -SHA512 (makebox.doc.tar.xz) = 807d495fdef601fff666acb79c7f3fa43d1aeebf8aed77bebc02f90dca4fb9c36ae1bc911a9af1009538f3d3e2c4c7f9ceb0111d091dd4c1691a1520e089a697 -SHA512 (makebox.tar.xz) = 918052ed5c358e12ac7ca7c93f25a43fcfa8f7ba261fdf652d7ccbbcc27e3e0f822813d8297d3b75450c443687bd97e93416624b51da61572557d6a337638bc7 -SHA512 (makecell.doc.tar.xz) = 7c762852f1c7b4609fa823117e765d2b42ad857e2ffa1ca84aa3df74497c88dfc0a2cf05747f11f14453873ee70c4b0f2f890112c567d04ad0d61ada37e14335 -SHA512 (makecell.tar.xz) = ba32b6a68b0a4cd6df36d460832e5cd9664a9c305c24dbca93a4fce69e97b6db3d86e3f219a0511c7d70378ddd9424d3685d60cabbc8554077c6bfbd8847789b -SHA512 (makecirc.doc.tar.xz) = 25190b3a5d911de1d02fa596f604527006f3adf7512afae397e5ba15ab62d6471ab834f92437d35a9f37ed83c8b84990d79ef0fd9ce2b0edfffdfaa2ec97a345 -SHA512 (makecirc.tar.xz) = 9bba91e5139b90201e232aa3fa21254c5bf8d989aedaec8310209ae6b772d24d7b8c3be379909f04c2c7ff079cca10f43a1f74091a77bb1b8ca637a0743a2ef2 +SHA512 (luahbtex.doc.tar.xz) = 044c7db9ca4ff5d212552f49bdfa36da682b498453fa5b2df40dd85cb33df9aca55ee95b997d6bc747578f0918cf7b992ef4e1394d66733865be1f814c320d20 +SHA512 (luahbtex.tar.xz) = bffea9c260475928b1e40bda867d2dd2198f96aa08923cc63c5ba512d2490fcf1e8db686729cc04b0e62cae1dfededd13d4eeeae5ad321b42a9bf1219c0248aa +SHA512 (lualatex-math.doc.tar.xz) = 639bcf68bbdfa7e1992e2e5e8e5ae791f58250d098e17224a94a69b994d51f5f22dc95cd7bc27d968c5bb9ee49bb17d6825c18c65012c72bfb1bdb1e8bede9a5 +SHA512 (lualatex-math.tar.xz) = c976e181a84c74dc7bed8512cd76dba5cae0fb799c5c3e189ad89a131e782b380efccf9d625e6c1a68b813aa57adb018e25ab763e97bf31a40e48f03503e8e3f +SHA512 (lualibs.doc.tar.xz) = b6d2b85321f5211dbe0e3a513905e530bb530c9267cb3bdcb0f8ed1938688d50a510d40f6f78b345d0b8e3cb791aed1b28019f5fc0285ce6c79bf89dd9a5a0e8 +SHA512 (lualibs.tar.xz) = 1a7bed1db0c971d092739e8afee1c890786426242ba5235e6666fd50dbc3bf051d1683545206a321b283c12148bb2251cdb5c7af11225b38128bdc4501fbf0ba +SHA512 (luaotfload.doc.tar.xz) = cf8ffc06b3407480bf95d83d9c2f77dbbe0b07472aa08100cb485ab498c43bb4cb9036639f02085a5703abdd8af74b4a7abf03e6660e77ec51c0bb5e1f90464d +SHA512 (luaotfload.tar.xz) = f9c5b70ee442d167e2264eec44d2aa1ee6ee897731c42d5d8b1dd17c0e6c307ee05b05af06188ea60e48c5cc1a9b9b5edb7a1ecaf571c7ecba66c6a1b11dd2cf +SHA512 (luatex85.doc.tar.xz) = 4bf353f60c305ea76e66848920e521dec0c66c80f71ebdfb0593acfc9e2914eac272eba3d69f63f43fe8be903cfbb2da7edd82cbc3d38a897934d91f1ac276b7 +SHA512 (luatex85.tar.xz) = fbc1306d40e1c329a106d7ec4ef79ebb99b2869ce72c45212b87fa03f66a18b1636324dafc739a33500be77bee2c71ebeff02c97c42f85716f5bded4dcebc021 +SHA512 (luatexbase.doc.tar.xz) = 5dc696009e84662fc56443d7a5d61b3f30adbfeae3cf7176e81e676087d0fe580cb0575add49999ea8d5651850b7562c775b0727de01934465f3613ab7344be3 +SHA512 (luatexbase.tar.xz) = cb187dcd0f9e454a3b9d021b802ac6f7d09c3eee68adb5da31035f5b7bb36d2938ca940505ee08c8410ee0e5e5c81ffdd21617ea5ba0e9ca7b58abb6ede3defb +SHA512 (luatex.doc.tar.xz) = 29628b252dc464c1095be066f959e15ebbd1d553d751a0670eb3e0aaa1c68ca4af79b41b9d4073a28279ed85c33c51c259c79bf87c3224838dd7c786b4d609ff +SHA512 (luatex.tar.xz) = 0db087a6c28019439e8da70dddbc4e2976368b12fee766aabd7bd9e3276c9d4369e4487182fa4e296691de4a9b3975ccdf575e136f1f554fa2245e0903557ad0 +SHA512 (lwarp.doc.tar.xz) = ee5e8ef3feaaa70941219833997634d00ef01d704211ebd81e2e78a472800423728ad8a2b111aa49a489fae86ddbae17c445685fdd4c34f1f49782e5d791c4e2 +SHA512 (lwarp.tar.xz) = e5986b58e1a8629310a9b9bc451ad65c37f94c2f63ccddcec35f8857489b364cf90c1bbd410011ee24eb8f4004658e099b940d54fba6ac5673d55de67fbf40a8 SHA512 (makecmds.doc.tar.xz) = f69dbf682df7e3089727570417be3624b496b5ad7db627b344d32b106606cab5299dd23497e137770fdfb9f940503a65e1074e06dd67e0561b36729ab6c3d428 SHA512 (makecmds.tar.xz) = fb63fdc9cc0aaa531b25417f0c23348971c306b1a93d99e7efdbbfd7c3907b50f28c67f36a88bb2a94154bcbde937e63246ece577ee2440ad4f5c2935eb25b99 -SHA512 (makecookbook.doc.tar.xz) = 84c97dd438e3d3abedce031da5841f789f3b8c28672c9e3b6c53929e2e781a9d51adaec6d883d0008b42f1eae2ed5bbf992ec229bb8b2f7f510346d10dbc31fb -SHA512 (makeglos.doc.tar.xz) = c580a23d65422d8405ce011fb6b088f53836811e3da517423f6d0dce098ffbd64c0648318eb9fb74ab637e1796d19247ee87ca8a25c7d306e3dc35a5d6d79f99 -SHA512 (makeglos.tar.xz) = 477523d4663e1e4a1fd6bb830e4574d6d116180b06a3199d6ba27f7cf704a1906a2812496e9a7ba8063690a2095fbd5022a5eb8c2448b1e0341c8a961cf05794 -SHA512 (makeplot.doc.tar.xz) = 9aa863af450a66201e7cb3d3a58d9248430aa26cca9b50de4c71c350314ac9c0f6fe54e5eb1b37917a75030a60ca18102933f154bdeb7831ca02bdaa65b3a6bf -SHA512 (makeplot.tar.xz) = 366e9ec4ce551e17ae6e77f068b0d2fb46582c033eb27781cd620a87731eba744212db8dde9ce8e50318f280dfe31e61a344ab4232c3bf26040dd7a2290d4fef -SHA512 (maker.doc.tar.xz) = fb7f68b4c48de87e6c1e380525a998bd1cf7578c2e4a51551b5ab4909481e66faf38f0a74083f25954b5d05e9eda12e56734351fab063f80955abf24eadc0e21 -SHA512 (maker.tar.xz) = d8cefc4d4389e4024c448400f02bc0ef0a21146c1d079f804f5e102ee3f2977be7fdd2c1011672b70192af48693ab1fcc38bc1d6f7711fce217792e82f0e5e54 -SHA512 (makeshape.doc.tar.xz) = a249c636b414203e75225af611173add2e90af306d4a78c7d865fdd0e76b23637fb3b8eb41f127905bbd0065cc7b941d3d26e3ee73b9aad56e05ed0a44f67d57 -SHA512 (makeshape.tar.xz) = b13358696b16b41a69e5a207fcfb717b417ec191ae9f6ad4408422b1ce99c3785a3328cf9bd2e87ade3ede4998ba76ddb2f640e06ef5ce88172942e4d0cf2bfe -SHA512 (mandi.doc.tar.xz) = 60cc9d6215525424b3e05af173a533d3781d1eed50d1e89e3d31f80274ab2b91033d45254eb419ec9a9a4e7553f50ac9c737ac82daea8dfbf29ba077d69ce5b2 -SHA512 (mandi.tar.xz) = a22c6cd667b7a256cdb0d1f975d214890811ad047d3eddc96e1289fd22a8ce9035183c5c1f6a876d7bab85bf8bba9626d36c2edbc8abbd060c0ebafca6b84932 +SHA512 (makeindex.doc.tar.xz) = 492d0bb6f44ebc0440998f55b51ec5bce5ad564918296f85245ab10bd9ef67f8a2e441560ed7aeba8af2cdb0a923f225dd867454ee83889252da6be36f89ab16 +SHA512 (makeindex.tar.xz) = 7f4df4944bc738e92ccd7fe54e1448a9ead71077d25359d6b97d18ed9df4dde2e6db31bbb183c646ea902e24b5cb15581ef12eaecfe90ba08361dd191e5220d2 SHA512 (manfnt-font.tar.xz) = fe7ddf667368990f988005a44013aab80af9c097f4f824f717d84fddfd61dfc658f507d5b1bf8f7c076be1bd5a4363f117b388ecd39b0ce2b0ee5fc8aa83fd4c -SHA512 (manuscript.doc.tar.xz) = baaa102f870cc307fe96b583f74c19c7ef2c7649f01fe7985c3dcd331539bc9d839f6e34aa238354b6932d14638b77e83b7bf8e62296c36fc2dba18f776271a6 -SHA512 (manuscript.tar.xz) = 24e4c800ba6f5089ae76b6d444c81689fa696cd2fd9e62281171d771f8f9f065320b53b058cc6adf836f36d378f6f7fece98e8c09e2b655ecaa8884067bd696a -SHA512 (manyind.doc.tar.xz) = e8d9c687c1b3525c5e4d218a380781f1b2e7d512b053a583b00c97f0b7eefa1202dea310454065194039841bf8763acc2b0c4712ca8d5e9d31b57cf03c50b928 -SHA512 (manyind.tar.xz) = e08291b4cb0d2c18e6b97cf6a287d7cf5b49eb312138910185845b6c0a075981a15548de2dded6f597605aef885e736c17b5306328574473aa56f8f11b6b8288 -SHA512 (margbib.doc.tar.xz) = c4f93e442d1337cb5a1825b4f7e6fe5ae0a759c32837a896852ec5592b3c31a9c473789db35c147b67360ed662b1e9ae42a59fed446dde234b174f65e358662c -SHA512 (margbib.tar.xz) = 7f734e46e72badf838397305ca926f4589b9aba7a0e91e21313f6a733f7cd09db959f30e3694490633713b1a77c8d11a521b2892722496fb162d7c25c7b8641a -SHA512 (marginfit.doc.tar.xz) = fba2ff6febb4acd0dad443221c6146fc2b3818c4948827b827fe2ff2df82f4e2843520f1f4cd41fd64900012d64d973d9b649e65b1c5ee4e74757344ab423dc0 -SHA512 (marginfit.tar.xz) = dafe223cc6120beac7ce419c5f5eb72ece9be2a21992e829a8015f7e05ca22c40d5196d26d21d8febf3459bfa58c7defc797ce7bd4ee1e3dda28761594240b3e -SHA512 (marginfix.doc.tar.xz) = fe547fa6bef7d2417447e4261fed0b43d2f88c944c499a55c5959a2e7d9e169e80a06c9e191edd76f1ce7ab4da9834b8b216f0881d93095e9c41ba5b7741d845 -SHA512 (marginfix.tar.xz) = 9b9649077a93599c653d0e2d46e6814eb378ee8d2b531e2b810fcf0a6b698899bd13041d3b7f4aca5039bced2eff4789ad21587ccc596f70a6105c2efc89ba59 SHA512 (marginnote.doc.tar.xz) = a9d6a3d7f8de332a5f77d086d552caaf91e5ab4a71288548d6d7ac3318cde208d948a668ac554d2a8f510f984dc9943bcfd0e07a70a2ee00c9bdadd3e148f550 SHA512 (marginnote.tar.xz) = db05524c613df90a75c6545dbd19bccb955d0b3c2c0312686e21ed42e4802d47105726b0e092d178bf484f1585331bf71c604c2d9f039065872e218357d0d07e SHA512 (marvosym.doc.tar.xz) = d6f72ee7ed64404acce5c37c216a7e23193f2053c18910d80fc6d5fde73ba86c07045102488f17f4cbeb9e1d148567973713bb4d9ce2cdd3cb166936ba5623e1 SHA512 (marvosym.tar.xz) = 64093dc5de012c6a50762ef34001ff2305e6b59b667ac7b1ef72cc53f8b0ed3852b4d307a8d421ece996e78f2e32c8871038b6b66659b0866dbdc536445dc7a3 -SHA512 (matc3.doc.tar.xz) = 68f65e9171eb03fed79dc9bffadb725dc7324fd9696ff9f6f0a13233327f47474477180c6e17b5bbb9ee2ee02996ebd6213b43eeb7e9b7eb7dca2caac2db470d -SHA512 (matc3mem.doc.tar.xz) = 2038d84ab20c6763163769b62a35fa4e95dbd3e76b0e2cf1c4a25694488ddb5b9be8b40f81a1702600d918618455bcae46d22fa101a1a95978b996714de41dfe -SHA512 (matc3mem.tar.xz) = e0736f75126aca9506e1cfcbd321645e731e2dec7f3ae2c045201dd8c729044689e358724b77ef9d99aaf3ff742802857d488e3f2f78e781b64af711c7fdce12 -SHA512 (matc3.tar.xz) = 19996040ec55b000d84637070a21fa9fc216eb3cf8ec75f7c408925e0d7a716a7dca0eff4887778f666be3e857b589cd033c53d3859f84226416ad069720f7be -SHA512 (mathabx.doc.tar.xz) = e1f9f96794f6d20dd75bd7ceabd40993e56d5315848bbea8a6812a16f74c0fb92ddc6356c71aaa1367c47b1dc26a3711793ec88cf0b90d391f8157fe20f77196 -SHA512 (mathabx.tar.xz) = 400bb43207c43192321cfe1b658c85a07410778e7694ab1604b992025d69300bb2d4c2cb7866a255dc4988c843dd3b92c33e527c12f087bb560cba4520115643 -SHA512 (mathabx-type1.doc.tar.xz) = 2504e85d659cba06fa25ae4e154309a6d3dcba2ac8bae0d4066b6637f19081987b0bc774902365e5b723f4b6c35cad07709e316ec1893a018baabc699d755e8b -SHA512 (mathabx-type1.tar.xz) = ae2272ac7d79a3bb1a655000a2d5fa1c3d948363763abe194cbac4084d5ef60492648977660c3d9dfbc2c70bea3c207d031d2147097fb1d7af503aa80f257d1c -SHA512 (mathcomp.doc.tar.xz) = 6135b3d06908c5c359cc432a7406f146ea6b0bb614ba0b983738230ca2073f4348a6ff139bdc4b43325a8b67ef59a6db8e60ecefd88af5c8ff0eddceb0f279fe -SHA512 (mathcomp.tar.xz) = 7dca82aff58606afd315bc18c6908946193be75f04ec456e2cede8184867543437007b27f04f4363a026a0db83da3fdf963afecab7330e9419b1ac5376efcdd8 -SHA512 (mathdesign.doc.tar.xz) = f6c0a3595beb7b25ab5ef2c8a08b3e0be90cdbfa20c946b7b3f5cfd29f5c9a38963262818990ef78be02d95c2d2a5991581be77834048fab4eb0e4c0252e6871 -SHA512 (mathdesign.tar.xz) = cc8a1c58348f8f81417178434c9bc3d9edea79dc5d300753f41870734f8fca8f43325d56f73e3113aee8e9f38be1fbc6abd3cefe4458af1e1e22900ce889c315 -SHA512 (mathdots.doc.tar.xz) = b1ce238b3abb3397b0085983e752dbb9eb9d9c1026046726360498d089304f7f4deecd656dceee27b63934092568f0ca46620231f03e0952c43f28ae73e97dc0 -SHA512 (mathdots.tar.xz) = 1235583223f831852458d53e1e8cb767495987829d4930387f4dccf7ab060b9f0af8722d6c1aaa820c1a371f8ce1c0222633e6feb064e0344e639eedbaa4129d -SHA512 (math-e.doc.tar.xz) = 8f2356c61cf47332ad4b62f2065ba7f16173aae618e0d387c6b5f9f97a47c6b3fa14deba24e93ab7b359571ce732023e9b062342da0effc16aa6ad13fca71c5f -SHA512 (mathexam.doc.tar.xz) = 6af2944d12d09f1ab593a7002b9de71d14c5436885b79e5e495dc0ba1fdf9dc6b9080bd009bafff988b019ec3e75da934a7c8c043870fdd52a9a46b36c9d646d -SHA512 (mathexam.tar.xz) = 30fc0cc9c44f2b7a64860a7d8eeecd25eec7e888f4ebdafade236edebecbd79f5d832566d151243430a60c5995807ea77d34e19cfd5e0d8cb037ca67d3e933bc -SHA512 (mathfixs.doc.tar.xz) = c9ad8dda9ffaa77ba727f536016ba1dcbfb91c4d7ab98b1e4b72156591e8ff0359f623475324e57c6b22f509cdfe7e30ba67c3fb22f9dd152e59f1557c96a6a6 -SHA512 (mathfixs.tar.xz) = 513e5dd9eb58ca5b1eb8daec663c48577fa2102ade0234412dbb22b6d756ad37009c689746c57c6624c731df64fa8d58eabfecbd4cdc31c576eb0ecd1e232fdf -SHA512 (math-into-latex-4.doc.tar.xz) = 5fee7c89fc9f273817b23fa25260733ee0552df7bed0333bbe604c17bdecfc28d7e386478f7b42d3c2aef89f80ce7a1d35215fdc386ea47e4db3a334bc6a9597 -SHA512 (mathpartir.doc.tar.xz) = fca6b3e2650ada022617af137dc86858c83c51c55fcadf2ff21832a1fcd9fc44f371f89e8943c5e1d117a09893c3587f15a3e8021b11f7472dd3c9d37383f8a0 -SHA512 (mathpartir.tar.xz) = 8e1c99db2d64e9c815bf8b6784d1c717969a5ecc96281df2f815ba7c0d779b53484c61ca233468de793be94cf636373f4fc0e3413c0ce32d4715db30cafe5471 -SHA512 (mathpunctspace.doc.tar.xz) = ce318466af0c6690a905c92e9f24f9a7c2891c4afac7c51eead8ebf211bf13e2c20d368782ed41f20a2bb2d6f3a6cd6bf44eb6a0c848ff8006564ec98aeae2d7 -SHA512 (mathpunctspace.tar.xz) = 81d1fa6ce0e96190516f2440517d554e259013869065a4242c55bcc06f2d9eab1f8102464da71fe72dd0d231248b637d54733b2a11b832d2153f151dc5513339 +SHA512 (mathpazo.doc.tar.xz) = 94e624f2cea50bf3534300d3332dd61e1bc5b4c834603356831d0f9bf4c6bdc34af5d31df002c10430d4945c2c71dbf7c156b7b05ba08c657cc2d960839c2a35 +SHA512 (mathpazo.tar.xz) = 72bfba52e37abd933cb7b1b19dd813c3c76438591c94f9c407cabb8a44c8c67f78fae04442027287e5bf30b7239c3703ece4271194716882773eeb50d4cb2f47 SHA512 (mathspec.doc.tar.xz) = d22c19bd2114bc48f438d820177006170d52d1a261f3cfe69452148f4e11a0ddeb1bb25e1c1fa22ef8d2284c7f34f7ef41bcf9d8e90a89705b3a7515a679a922 SHA512 (mathspec.tar.xz) = 7e9838ad2f212354b103b9beb61d60f124d2f47e52a04e2fad61de01e2e8220ca5f19f5b2188cbfefb379f94dc4b76573355dbde563f887beec29c57b3648ae9 -SHA512 (maths-symbols.doc.tar.xz) = b60a66b3cc67e4dde62b0fc0552233ab59b1981ab92cedbe4c0de31a4c9e9d3207cf54ec5d2361f81937867d81bd345e77c4ab3e36fcd8588851765ec3267864 -SHA512 (matlab-prettifier.doc.tar.xz) = 22b783fbe09f661d1e5034cb623fab29e54df35b4f0379579f430b17a80236a843c15201b6583bf58f22ae39dba34d7f5a4f8482b1c6d185822940c67ac06942 -SHA512 (matlab-prettifier.tar.xz) = 840d860303925d148c10a980218018ed14e2d0ba2b1638f8328308a0400e8862ced7cd28822fd81c3c3533d2ef4cd37e1c4009065b1300011898fefb407ac202 -SHA512 (mattens.doc.tar.xz) = d67ce30be2e20c5182460b8e567d955c41b364383acd350cba1c07b52576d78016a865148ed871ce7ef3f937eb045201e64e5d5f52fd5b173fe93cf84def2119 -SHA512 (mattens.tar.xz) = 9ae7b4d3e3386a5c9b94a30eafc02d00c9a6376ed356755ba283f7b9b43fc27d3b9dc2994d808360b77d23f39014e230434f404bcf6dc20bc974d9efae97a3dc -SHA512 (maybemath.doc.tar.xz) = b0f978f89ebb7f681e7b045d03a9a6e7e9083d7c468c91d52ef417c85d707243fa0ef253b3e2d1f1737a9c7235fefae06c4a8fe2975cf2c13f7f09ada7752f26 -SHA512 (maybemath.tar.xz) = 32520ff01d76e11bd70694a07b86272425680ca8bf21b6da9412c133836f9ecbc9a9537377ee67cf9292e33dedaa1d33e906b4f681b89f075d1fcbbbbdc989dd -SHA512 (mcaption.doc.tar.xz) = e803f5731e6ac1c299bc3a42666acb81a75a3f110be729639357a15633e0e7b8ad0a244820b96ae9f8b435d9d1fea54a0b7f14c5db02799b3a632b2f0c5cb4b9 -SHA512 (mcaption.tar.xz) = c3e1c2948e2687bf720dc05dfa1ed6140a1ea55de3cad7ebcfe518d720ed96793b6bde32fb0882cae773f986b11150482fdfb382391650a8c513131b7041555a -SHA512 (mceinleger.doc.tar.xz) = 2dab78fd096927e3958d7270ddf15de9350ec30d1d000e7cf92be3b249ccf70e6faa1dce482a07995e65b4a4549693ce3b34d1a63bcc403ebe81f3d1887ecf90 -SHA512 (mceinleger.tar.xz) = 0792d7a5289965b2379001a54177e1aed4a3356d8611e52ef77f5097bed1918dac324bdf5c618ca76d2925d11539b623cd9d4016ff0f4d1f9283137816ec145d -SHA512 (mcexam.doc.tar.xz) = 5d1eddfdca3ebb7fbe28d93ed6e7332147857d7523d3b64e908aa56ef71d9bb2546d05c150737a3401b5ac7f76110a421513db2d8fba906173afbde9e012f7f8 -SHA512 (mcexam.tar.xz) = 37637616c9ccbe4e20ebae6b479e076fe87b6bd5f3bbf9124c79b93cef6e992d82bbb4fcfbbec3e4a7dcc187d66742c410c4a6280328c80765495685b4fa2cac -SHA512 (mcite.doc.tar.xz) = 8c5ae4b1beb334ecba3294108345bd616746ee651f03d39a7bd5f5cac97f671a861fb046e29ae7565863aecf4b043ebe25bf9a4180889c39e48735251e430004 -SHA512 (mciteplus.doc.tar.xz) = 5e720fc2b32ca00d71ade77fd0a47c6ef44d9b7692a8160ddc55a5f60495a40272a7a0c6c2f5bed923ea10703654f155701d4571d72805c1ef900780a209a0a4 -SHA512 (mciteplus.tar.xz) = 5be1980964ea8342321964f0db1c750c33fee9f21724608a260ebed22500d1fcfb0fcb7e588a0dd030a6c534b0da904b8bfc3eb0da7b2df34c0b3f2b1b8fb637 -SHA512 (mcite.tar.xz) = 71276681ec29d3d77450a8c343d64a1ea734bb48de0d693a4e9ca795e4a4c9a3d5f4103b5641c8684d49b5c95f56bfd08bd12e1d7e37d06f9170008b51804897 -SHA512 (mdframed.doc.tar.xz) = 06822404872899d6f509fa94f69cdcb81dd69866fbc5a82fd54ca361aaf27133140290cec2d08800dbb39c896ebb7cc19dc4cce38d2a0e45de9c658bbadf3352 -SHA512 (mdframed.tar.xz) = 0cff0945adc04102e0b0a154cac1f78e9ea903b29e3f880156b888abeb4ca23565d39a7b66d8097c35534baebdf6af152c5b3830d08e1287e8e8d18e8f6344d0 -SHA512 (mdputu.doc.tar.xz) = 8c8097552ffa1f11944203e818742bec244abc5a7708207cbb69c46ffc64acaac28ca390c1ee256cd1cf2af093e39189cc9bcf655e948062cd217b58acee7628 -SHA512 (mdputu.tar.xz) = 2720c63845939d2befea3af157eae95d2550a216cd22634ab0a923a06d50b48e7133e914d210c5d3aaae6fd620312d23d2e55a015c2a24ee1881bc7ed4868778 -SHA512 (mdsymbol.doc.tar.xz) = ea4ddd0fd65204ec0ed980108d86e97be267ba46c1cf45711c36721bfab9302766ec1d0849b38de75003af564a797f8566def377d8d947d464367bfa40b91399 -SHA512 (mdsymbol.tar.xz) = 49b52141928fedfdf5fdd63251de182761825a6cdcbf423bff562a863df159ac0d1c001239f777e7aef68ddce23c52407758c70f7da42f066775e204ac8c841d +SHA512 (mathtools.doc.tar.xz) = 05e06b542d600685a875065a982f542dc75c21a12d6820a9efe13bd68d36bbef092b99a30823bb32805b6b7be1a5f62ad7703aa84c6859aa23e21ea377e8931b +SHA512 (mathtools.tar.xz) = 276ecf3400236fe4020898aea2353edce98cc22335c266063c090a9f6a0de5be46c024f7792553eea4d841c8f204f53f762f3accae0c94dc0d0b1d5f40c3abf6 SHA512 (mdwtools.doc.tar.xz) = 06c8619d8bcce2c5cf9f5fce65318521bbb0c2ce53acd6b1793d0fe19a8f7a32c36ff68f355b6809491cec365d09f5f14b0589ddcbea6c5b48900d11fda4867f SHA512 (mdwtools.tar.xz) = bd78773e42fe20cce637a8fbc7c0e3f4f37ed50810190ffcc035a20c83508b6b7de7f7432b7bba8fbd039ba62f43a5b5e1f4839acb3fe62b425b650f23ff71bd -SHA512 (medstarbeamer.doc.tar.xz) = 1605cf9ac4eba56059b6e90e6a6e7f3cba9a924df1cf3dcfed300e218bbb71d79bd69b47a5e376da209490a8869061d6de8415e1670b4ac5b0fa977f74d7c035 -SHA512 (medstarbeamer.tar.xz) = 731eb6f78875aa38a90a228626d7cb5b7129c60085418d7ddadff056c9b82f8db95ee17f20ec8cd4611aa90bec391868f6b0b16fa0eae518358a869b576c150b -SHA512 (meetingmins.doc.tar.xz) = 6afbfe02ee39e26e2f38ce462affa66e7e0acf5f26534ff9ace0b26b4e63514a3b1702e34bf478988a50c55fbb09b7d9421a8e79da6a6c46de88c6a958afa874 -SHA512 (meetingmins.tar.xz) = 315897eff4ae50257057f8191ff92535b669fb174a2eca5c368a9a4b9f75cd71ad745f3feff1c6863705b3e9e4a954afa449cf56f86bf60c389250842aef5215 -SHA512 (memexsupp.doc.tar.xz) = 645bb189fca1c74e249745ad42c470dcd5d9fa4412a6dfefbcb6377555047bdbcf005f1c07977762e0026e8a4f8ea49e6965a7d50b0d5d5e7efd0228ac2141a0 -SHA512 (memexsupp.tar.xz) = 74931ebb1a146edadcde19d8c404ff8df750c4eb8f2f59fa83e6da9f8dc6567005d51f58e4b7bd2cdfa6b960adb072e9fee7b1842142076df88887c3c2b41051 -SHA512 (MemoirChapStyles.doc.tar.xz) = 32b171486838a762b2cd49af46d3f2a152e9d592735a15a407784cde02e5be9281798302eb094f0c045f895a8f6e86464e9c214bd06f9061c313807ec36cbb1f -SHA512 (memory.doc.tar.xz) = 479428f1af468d909fa291388cde319aff1ac9ef6d7c0168577c5f6978c0fa7e6b23f8f81dedaf746b7e394c92d51d5799bd17aa3488207be494621b77220cd3 -SHA512 (memorygraphs.doc.tar.xz) = 1c04e25d1c16348e594191c17f9f104e9388bb608b10783927ab3412f2f316138d6b41242046f12853b37560873bb61e0a0ec3f884cf8fc26ae2ba5809b094c0 -SHA512 (memorygraphs.tar.xz) = e35c7e727cf5d6e496c9c0e52252b5169670006b9bc9e96b1c95584085d57a3f25cb9464bb55fc4138640ebb6fdb079908cc49c0f1bfff130a509b6866d3eec1 -SHA512 (memory.tar.xz) = 9b760613dc36895edf50a592aa5ef994a30117cc9da6ea256835cd3ad9ed62ab8d8c39de95bda5058d1bd3f06451d1c79d78d52ff6d068c28d75410c5ad98516 -SHA512 (mensa-tex.doc.tar.xz) = 8297e3f69517f3bace8f509dfb42616e223073f5d428c2269d9dbeeb53579f105fb65755b22ab552e5635f1267e437c4aaeda284a8325b2d95717cf7adc2de01 -SHA512 (mensa-tex.tar.xz) = c453044a7f744cf89605996d0b913c56208f10c46e26e0ba37a85bb1d63ed08426a18d87cc7841aabcf44231c71dc33a5c858de482c6d48759893066168d5fc8 -SHA512 (mentis.doc.tar.xz) = 2e869d1368b807a70f3de5550d2c79f229dbeb8d888a927005fcc43c70644da0ccd36eb2464fa6437c9947c78d59e77c4013824b1e8d5a4bb517b80f1cfb5a8e -SHA512 (mentis.tar.xz) = ee03fae28adbf147945a88548e8223bfe8c8ce220a61726bc6738f34cc90ec776aa468a1cf7fc862d1f7f091cf87964cf665839922819130f3575d56301a5d26 -SHA512 (menu.doc.tar.xz) = ce8ddeed4e1bd859865f548d8ffc6978a620d9003f908d360e656085f6010a0f179218cc8b2bda4f754685369b53ad59245fef8d8f8a766b241f092162bb76b5 -SHA512 (menukeys.doc.tar.xz) = 4b962d91d637a69f7443fb6ac4a94fe63901a7fe7a2d880eed320314ac6114c341add9e589547649331f123d9bd3af7830c19f83389581a936c67fd0dfc4424f -SHA512 (menukeys.tar.xz) = 690a07e343a3358179b271fb51b33f6b9dd952fead758405bdbdea9afc8d410d1bc72a15557d90d0699f26dcf7e51a6df3aec1ddb7ca752f5088de46dd5b7711 -SHA512 (menu.tar.xz) = 2b2560a1df5091d19ff37bcbac1465fbfc54a848e4d19782602d656bf42abe47bd2bb1946f87a127c70725cf508ff9712337f3a8719d1fc0bcd4dab4473c7bc4 -SHA512 (metafont-beginners.doc.tar.xz) = 4fb7148b0668845447fd38411df0288972312a56897b1d5bce69a7e57ae632aacd12c273a911045204705a5534ac1d1c290af08a7057bd62184a59eb7146feb6 -SHA512 (metago.doc.tar.xz) = 8396725c0afc87c63d16256d5ab0d575a19f05d78ed245099a60785f0810a012e8c0026cf13d03781d09d7c0007bb9ed9b87072ed732ba706c893e5465461052 -SHA512 (metago.tar.xz) = e7b3661d99ea50f7b20fe3af370e59e960fc0599409b5c11bfc9618c12c38e44b89e4e81d69ae7ba5e2565e46078ee52ed0bef46aa619408b386bb73926caeb7 +SHA512 (memoir.doc.tar.xz) = 82d059f45b780b8f43655d86f65578464c3584acf37007bd0fd559156d45a534a5ff0c520e792c2bd5938f334db5db6496a1c948472a82bd6c0ac3fa4e346437 +SHA512 (memoir.tar.xz) = 90718bb9da4f3b8db6d3c44a5407f794a6ea1e9d69884d9fad47e51f2e9ebb431810b139099fc8ed162446029d8509a8f2f33a4b9c97657c5d1bb876e6cbf50a +SHA512 (metafont.doc.tar.xz) = ac726f7a07c818685fabe306551787958cf8eddf3dcae21340468b2132ee0f38a05de82f2436b82b6e9f03908493d67d6f9126e3b07fd73f95ef80b2efe3346e +SHA512 (metafont.tar.xz) = 673edc75545fbcff5f94e7d6c7fb6f057016170d3873e9bed1aeaea6cde8e6610e35636a228acd15cfb77da8a0d0c5f952337ba2400213886766469e9bfbc023 SHA512 (metalogo.doc.tar.xz) = 48318b396e4e227dc1b80e21474a296ba4dfd37e81b95f9669dd8c96ca7318abd8a1e21ceb95e0ca7832ed64a85ede985fae7e2e52b3aa742c64b86e54fc563c SHA512 (metalogo.tar.xz) = 20d5a9b8454166535aa3aa80da7d2931937fc6a4d730c1ab70c856311c223d466e9fce2ed6e3b2fbf4b4fc75778d7d4c2649111df5f92dd58b6fc42b3ec72696 -SHA512 (metalogox.doc.tar.xz) = d55aa00226b6c7773cb275d33ed698e2617b82af5a2b060b58af7468e8be2d9c65bb8b052b66c28a94551fd51867a34e2c6b9d0147161e3df9cd05a03567a59f -SHA512 (metalogox.tar.xz) = d2f6bb89071ae56b0083e5b38a629e6089d5d2c73fc9206181b2aa3071e0a4a350a3f5266997063a011d41e4d369745ec5f246d8f3b723c00c8dfa84452e7cea -SHA512 (metaobj.doc.tar.xz) = 0bfe1fa6a4b3a8923cfbe9bdc4fa1b27567df66365db447346fdcc739675d1d815515e09fbe96f44369643c38e6a8007a0f8d089ed8504020fe0a0e2a795ea9a -SHA512 (metaobj.tar.xz) = cf587c174e44da9496ece876bfcb8330bc52173cc3bd6d1b1351efc75a7c333ed8c7cbd41c079d492947a1ee43d8043fabebc80b4c7a5d348eb054e82c704e3b -SHA512 (metaplot.doc.tar.xz) = 1732b5a572a3d4c0a646308d3c102be29de845030a624763dd6075a44a739a29e65fd9f224229eed6dbe8dfc6b590a3df1cc07c184881dcd2f3dc5b0642a48dd -SHA512 (metaplot.tar.xz) = eb083316720a5d7379c0ef7c1afa0e82ea5df63a3a98200b7041637a6fa47aa33dc20a265e05bdbc63abfc375e6b59fa199d4091875c057a044821c557963dab -SHA512 (metapost-colorbrewer.doc.tar.xz) = 59f17d78ef78a142bde5783996f149b3a7c740c2b3ec6f90133115ebddcf6c460dada543482f5379872054a74eb772bab8afd96fa48b2484f7932a478b8bde2d -SHA512 (metapost-colorbrewer.tar.xz) = e59dd121f9a176e628697e31b720507723867a0b7b68b73531aa825bb02b07d04ff705bdfbeb369fe3a2d304f4c6c5aad3f823aaa4c82257540f1459cf099cb1 +SHA512 (metapost.doc.tar.xz) = 9679d789bbbd641490d9a70371b329c68027a6c33e1b37c31ff5619d66619ae11b7ff093794f50ef1d99d22820f9d3c393b899433ebc1e89cc678ce9fe0cbe88 SHA512 (metapost-examples.doc.tar.xz) = 2a3aec80b511864878e07ff973e17ed4fe1aec692c7e6983b57dde586aa19500cdd373687b0e081dc80c8584f116f0fa3de7ed4f09ba232eee8adce5e998c954 -SHA512 (metatex.doc.tar.xz) = 3c2918a3bbb30b4abe2395baf32ed2fd5fb1ce3541f86250f0c4037aeb127fe7e90cfced87144d564813a437b39b184503ea9a2c0c61b979907db74d91860677 -SHA512 (metatex.tar.xz) = 8d438cf0f3bd375c169681b242b7f00dca96cd3bcfb167c6aa664e27dba59eefb53a6d28ef537802d584b17bc578b1d63ca25799146ee6d986bc647ae1b0af2d -SHA512 (metauml.doc.tar.xz) = 6c649c32111a6350d36c69405fc272a917144be429bd84c0f118a74e1232c06744e66fb6647c5a742f58c6c78b46830a1484bbed3a9a962380ece6b16c555169 -SHA512 (metauml.tar.xz) = 96773f0d0e2788d13738930fa1aa727c7ca2edee020f3848326d7be3533c177ac977564aed533c59695b1e6c4c65e191784cbc3e7e70becdd651cd702b462ef5 -SHA512 (method.doc.tar.xz) = 2a211d1325322bfaf57c81a534f29fde51ef2e0dad8d7697c3af9fe10745c5f6245bb689b65d54c39a66b34ccec69d055f201aba34b2a4957ce2fea0827eab45 -SHA512 (method.tar.xz) = 9b71ed52073f831431ef6a3a81afe7efac97a6dd39d772b8f48cfa639dfec01411a5654830fcbaef6a3bef7aeb718bbbc38cbd18c592a080e67175dabc7e9919 -SHA512 (metre.doc.tar.xz) = 73ca10e1d2b32d4f7b37de6c409b68dc38b3dd165f47f52714c3a17e7a5dc6c1562928e7a7f8c5a3ed9aadfe1324e451baf6cda5dce69043fef3811cb6ff8cf7 -SHA512 (metre.tar.xz) = 29d99fe061c828b4eef12047215451eaf6d603106b0ebb0b7c83c8f8b5ffd360160e29a0c86bc0cd329e6f694efae695ef03282885e872cf26c8177f951b705b -SHA512 (mfirstuc.doc.tar.xz) = 1a2705a13325a97199095fbdb900b94e94f308311d7609ddfbb75efb7afeb1a2634a0f543da517a03d68e974d2b917f94a1b6a7b3d31965d7087ac585b6b0df5 -SHA512 (mfirstuc.tar.xz) = de7ca64b5a32f697ec1efb477c2230ac418799e72f298ee6ac80409952affb35ef6152fb366e822ba1b01e39afe4483d5437c4e9aa22130a90bef79f87ab77a5 +SHA512 (metapost.tar.xz) = 4f531c399a0ea8441d9de6cdb954b1ed5d4c88453c4d4aa6a69b6936b50b3feeadb5559df62520070d03c5dea8245467c27c1689773866063cc14c81fd04374d SHA512 (mflogo.doc.tar.xz) = 6d1dabc636d22c824838a82da83a4676b20bb8a55dd1ab5628d00b4543096f91d234a51a312eb83544891910d923650f09e8911ec9db668f411735de6ef5bf3f +SHA512 (mflogo-font.doc.tar.xz) = 8ce49b7bf7bdbc46589da02c461f98746e13e13f19eb79af1c2ede084174204c128b27f88e164d5192415b6f464238e7f04fe95fe8e0873ce8aac84bc1e56713 +SHA512 (mflogo-font.tar.xz) = 4b2552a2f38c68c755f3966aedee8e054af48e0b0a61267d7a4b1a29a4bd6be15c8754d657a2f08d88dcd42a03ed768d336747d2c35107b4dd2d5bb0e1f649aa SHA512 (mflogo.tar.xz) = a1c5168e37fd9cbe5fc2714ee43143f36cec662441a7a9d33085652a5d6f769838d351faf416df6fda78529b5f8712f1a056afa47577fe925dcca5249f1fda38 SHA512 (mfnfss.doc.tar.xz) = f8421e58ede77c8817679fcdcb43fecfc519427b3cb93ed2594fef5c8ac8124e0563a2182803a2a6bc417982df298abc7fe092f1cae5ed7583e2fa6fe94c8345 SHA512 (mfnfss.tar.xz) = 33206fb4cb7ce8f18050d713be415abb95323599270b2b91c886e2ac3f24a58786a480e5d4d1ad6ad2083456231eacf94dc769b26e6cae7288e996c6e14bea29 -SHA512 (mfpic4ode.doc.tar.xz) = 9d5f38873cd94fc3248b619f68e04bdb1824eb1249cf02e555a60c3e84dcab78d3e04f9451e1803943e898ed7f55e33615f673da8c58569219650976c25f0ae4 -SHA512 (mfpic4ode.tar.xz) = 4f3a314afb6b1f8c4fb07421244f2a05747f5d24194659053c561ba24ed90f325e82ab9d97981af6455081580f75e9e8f75d11f06aef9e1c027ed0f9bf17696b -SHA512 (mfpic.doc.tar.xz) = 97ec26cc1ed8e181c7d69af264204772c9075e3650044b58cad938fd6918f9cbf5c849699e31846f437e41410492b67668a7ec33e848cf6b5fb9c2d52d7a7947 -SHA512 (mfpic.tar.xz) = 361983a020165d094bcd0fc9616be74bd2b5c72542b1e1b257b5ec42ac6be1175caf59c79e156da2bf6fecfe3746b4e33a4a8fc978eb124939ce0ffd2c383081 -SHA512 (mftinc.doc.tar.xz) = 0846744cfd86bbcd8b6ad90d58bfe5788a79f43d05f3cf6f438fdef50cc4872ad8ec4d32005ced9ea9c424f3e86a799d79b0baf2a9544a3018531a99cd81fd5e -SHA512 (mftinc.tar.xz) = 64fa5f38398a626d5a351be7ad866c75feb4549f836932dc936cb99f921e7b8abe5b3d6fc1e1e6c427344606ee5dacaf067d8678e7b199fa1ff8d5c94cbffa49 -SHA512 (mgltex.doc.tar.xz) = 3a987e0ac6ad678887e9a2aabb18d772a3bbe4d1d10d53184887f95191961b692d231c1a7942c3383a5468098432807030a0d3877c5f3b0e271d8b7efb1366df -SHA512 (mgltex.tar.xz) = f9d98f3e964ecefaf420ecdbdf7187300613bd22df092714ba5b5e945b47c2b24b95dbdb22abb92725a7fdc1ca1fcc88cd14cef1cd1f241c02ce26328951d751 -SHA512 (mhequ.doc.tar.xz) = 0d7a258a96604328231c1784f218ef3351f9ef02a0a9a9da42db36c89324ab5f74559f3ea91c12553ec5a39d14b3a5f282f61ab9e001994e22e266ce394df26c -SHA512 (mhequ.tar.xz) = 90f7dabe6486f6566ad6f835838ddf58a6568364ca2b5a82ea9cb96f283c5025c1f93fb50bac98405e8200de32b2c27e592e401a44fab691331fe4f77d27a202 -SHA512 (midnight.doc.tar.xz) = 0c594cac3c7e8d3064145f1b2b088d74a5445b7a7506fc2629b3df6f63419b025779e348116f7dbc859d7c406d87e5b5988d529e5da61d01b0759b0f0fec2382 -SHA512 (midnight.tar.xz) = 8f8bf1d8d3c5c12147dd61a4d65d311552877a9f5eb7ebcce71602dc69ed5459187134d3a1e346a15255f2c4ba57f054c3d020817df0d5d89c7fc2f216b19cc3 -SHA512 (midpage.doc.tar.xz) = 25f41bb8cb12c6d310da66d36032eb4933248f0c84a67216cd0981fda7e61343c0dee03e96f522bddf969e925e6cf495754e52e863672f1cab4e94ae3b0400cd -SHA512 (midpage.tar.xz) = 9a13760b776cdce28cf3eb1e28e957265d7d4e83b23234f1590285bc83409f1d5b09040fc6cacd3b9f7a5ec2f61a4e5431fea92a5fcf20032c7bb919ed59612b -SHA512 (miller.doc.tar.xz) = 3f888fed2b909c269ead9e5191a788828048a21103c881a9b769fb0e8a3c0f3e6c41467827143f6b79a45d2497e3ac21d5c6da8727be3c987ab8a1fdbcec59ca -SHA512 (miller.tar.xz) = a1415d82a2a81c3dccdea1b59c4c0e8d2cb3902dbc6816cf7615fa3e571de26168a6a066f52bad94c38595102afcd1447721095bd084befc20b3fb3ad420e129 -SHA512 (milog.doc.tar.xz) = 251b73ab0f52ff2672733c3855289e012965151e07ff447da373bea083b1ff6bfeff38adef72419f03ca153545fdb90bb18f3aa254fa7b59d3c5c061ec5d15ea -SHA512 (milog.tar.xz) = 126942c7be2217843d5dd0a6a927d1a47537ced3b1a083caa54b4905625b57238cc0a3a8d1652da076144b8c2469f418077eb4051527e5d351c2d95f3d3a5f79 -SHA512 (minibox.doc.tar.xz) = 0404b375fb0ef258d0e5acb8e7a78a60a55d08ce7339b9b63b1711dcc6d40b6f302b0f35f7d1fc8bfbf431b66bb5aaa2c94e92ee8e788a5f2156031425c0c4a3 -SHA512 (minibox.tar.xz) = 18d409728f57cc2e423b5c74ad7ff4a9e93f2405497a96024769fb01f7604e019d914365f82fa5908bb679ce4a48cab64fd4435b531ef72235067481b8dbc96b -SHA512 (minidocument.doc.tar.xz) = 03ac398f6f8e79003b155434992a53b1485032ef779e5fa05a43adf7528fec1966ba94731ab2fc11cdfadce51bfca6ca9d1a88f882ca87f08d8e4077896af4c3 -SHA512 (minidocument.tar.xz) = 33a7938dc25833faef05245d00219ad4d94902d1b5a8f63de8c08448da1f4ddd8e305cd261a3051df919b097f0b3b82081b57fa420e773dc89a1c8cb801ba463 -SHA512 (minifp.doc.tar.xz) = 56e1b71f8289c126df12091cf155c8c05f05a391abd40ff6ce0b84bb7620630a80747e23c25bbb4276aa5d110314076f61da72683b6846a44a53ad3515b91670 -SHA512 (minifp.tar.xz) = 412bbd3466eee82a99b43d6f4a5998a0a22b20c2d51621368ecba1084010a5333bda9e221b07dcfc6ddea8810edd0dcf60c2be6f926ca0da33071e6a812108d9 -SHA512 (minipage-marginpar.doc.tar.xz) = 20d503697a246b8b56a71cf324e4daaec436b62e9c3b9556095670c2b461d273e8b77e24da3cada37106c350304827a37bd6f658727373e384f11fe064e07992 -SHA512 (minipage-marginpar.tar.xz) = acf33aac7dea3c20986a9ed1f76efbb470d9fa1cbd31f29ed4fddd0e16835ace1946278fcfd04ea179122e603f63b269872953e40f8a64843ae8e60ded769356 -SHA512 (miniplot.doc.tar.xz) = 6ae8000b3d0ef50e37dfbda399396a42bd348d6ed9ee485ff01ded9d850693f43b0c1945dfde93d9ea0f17494ac2e03391824f2f0c0eff67355c3d3f3ad6cccf -SHA512 (miniplot.tar.xz) = 2c5d08c2476871dd182bb320c50ec96f202ef65a417e65d1de8aec391fb60dc66c1e9e4642ad2207f7f4bfdd12e83bfe2cf75e9fa4f0fff0f4ee72769f7ca84f +SHA512 (mfware.doc.tar.xz) = ff598e711cacfeee75d5f5c15625a730f3ca0ea6040899cc33d4916c666423da592b5264553c030098df9fa338c229b32cb961fa950bb0a459a1745185624b6f +SHA512 (mfware.tar.xz) = efde0ac3831be8e3aff20140856dd1ee4808bbe6488492d9866f0355e5dca8c5a53f6b3757cebb866abbf30537c8fd0c462f23123cfa583a7547f394b20fe286 +SHA512 (microtype.doc.tar.xz) = b0222af67733ff7e11717388d10e0b57fbeca805c85844360ce70bfc3b5d0c18157a12fb40156edddc263b8970c9b172d3fd4a1210450efc250aa05334d2c5b7 +SHA512 (microtype.tar.xz) = eba24c7a1e0f18e5d559d559745cecc9398630e4491b5c71f695e0e6893e74a87171e6cddaca8345e99ddb63558ad2a712822819c17fe1c20684e043adde4fdf SHA512 (minitoc.doc.tar.xz) = c193a77791f3304b09ae58faf19490bd68bf129c8ec435c378d3ebce6ecb47c284ab1e1412d10e43dd2e4d5ef60a9fc26088d8c35054f6099fa2675076adb6ce SHA512 (minitoc.tar.xz) = c5af65f4c1d7c19ac5bca84a6a8b465a6d00805164e0224ad3adfa473dbff8604d1ec39958568b3ab611364bf09aa671d277a7458595eac130b121b0972ee32c -SHA512 (minorrevision.doc.tar.xz) = ab1484f7ec214d43b95a8bd5cd78ee28bf0055d99d8c63c424c5c1db1c77b41a8631ea35bef745ab0399dd1c8dd9c9ab66b60033bb151f46afb023b6b5e1ab44 -SHA512 (minorrevision.tar.xz) = d76224254aa18dd80f9bab56f055fde5bb7ee6b5c3dd88e6ce19667c939fb2dbd1e5cb987522a3f1c50082f46ee20cf918f1e01fb00f588ce11d30d300fcf574 -SHA512 (minted.doc.tar.xz) = 0187a04f9e42c1bf3e5d961c28b977e527dfc1b57c0f823eda047d5e6c888f3f8da1fed691c8e3128d09b3740deb1b324baa607b9abc20a4fe47ea0a29915e90 -SHA512 (minted.tar.xz) = 5923b5e87e8bb2cf148a480035b906aab4b03b903308e8e9609f98376f82e23fedd529abca37bb4e9211719160abd9d4488f5c73a0283f67c7f11ee3e1f1d5fb -SHA512 (mintspirit.doc.tar.xz) = 54211f0e40fcd0e3c248be16b647462cbe3e3953fbc6ab050634e6a9455b5d52157b77a49fa96c707e3a65c088a92e7e24e86359cfdfa141d48a0ba5b2bfb682 -SHA512 (mintspirit.tar.xz) = 0155fde1eddb9558959c260334ab1d5489ca5415b1f7afb687308feb67f6951932bdfcc2e59e6cd3a4b34449f129dc1eb53730b75d60347bf7e2647a18cbadb1 -SHA512 (minutes.doc.tar.xz) = a069ea537eb1fc572c842a26dd406b1ef2f1343ef6066d266642dfe37515a3679c3a9e64eb37e1e992fc40281d855b817edf9116aae3922abc60e3c01106e3da -SHA512 (minutes.tar.xz) = 3abd6c4963ceec3cf073048c21d2abc236d58f522000195fd459c554c10d2af9afaf772b0fd1545fdf72decbc7e1c62a0bb12d7bc1dfd9d5b025f5131ca5f145 -SHA512 (mi-solns.doc.tar.xz) = cfd36e0a1476e0d148fb36f350ec236d57beb2c0b27f08eb56f69683790b16425a6f95b4f93a010fe0d450863fb34a7eb31b1c8e40fbe5319df128439dfa5372 -SHA512 (mi-solns.tar.xz) = ac5beb872c78675bc9df379f8a2afe533647a1c39781c57fed2cec6e610cafbbb45a4fdcbd9826cb123a584e121ff752633d6c990109bb1f619b1d9fac6906de -SHA512 (mkpattern.doc.tar.xz) = 8232866143444fab1ed1f15255dc5f8c1c5050812e2882d2e20636bfd300216815a53aa03cd4f69ed7f45aab255a8efae9bfdc10df6b7a246d36d4db075204ef -SHA512 (mkpattern.tar.xz) = 0395c9258e6c4a8459e69ff2fbdfe511b0c6863e02333d9481a8a1e82362cf9e1be7e89e7447bda497e7ed2bc18e1986e0a5461e9f49c63ff869f39a4da4f007 -SHA512 (mlist.doc.tar.xz) = 771f51f52e47aceb7da064a0bf8ba4b19f0255fbd14d3b6d301457ad0dea80836f3e4c449611f5574c12e87185ab5ac9668404c5f1f97100971293425c7ecd13 -SHA512 (mlist.tar.xz) = 23466ef3b73d8476c69632fe0c701f3ec675250b534fb4451cb0dcaf93c30a649ca07bb58cfbac89054cc31cc1219daaa1e7f746e6689927573175d42f78bfc0 -SHA512 (mmap.doc.tar.xz) = 95a71c9a9b9cd46c1723c986ba41c29a7204fada2cd7bdd14ebfe5e0c4e1b06106f9c13469edd9caf0b94615bfbea9cc8a1f56a4f83cec37de481b39d2b4bd91 -SHA512 (mmap.tar.xz) = a2427b9863ef37385507783dba7bdfd65bf022d1c7322e7560b78222c3d4e0ddfccfc70aa927196e64ca1a520e985eea8cb78a4129a39e73a8410bc210b801bb -SHA512 (mnotes.doc.tar.xz) = 58c3d8def0ee368f1cb87567aab160b4af10de7137de1901f4c6428531f1d080146ee5cb7f0be73a09216d0aa5580bf4baa8cbcca4c7801a322731f88cadf2ec -SHA512 (mnotes.tar.xz) = f95e4cbe33ec00e62aab2b3b9cdddaeceb762ccc34b736b8e2c0d658b3e871134d0a0b8805470f8c4e148057c513dad9cbbf6c1d5076843b2b2fdce03c84dd09 -SHA512 (mnras.doc.tar.xz) = e90ce259881ebc34dce52eeef5b6eeefe1659a3e8b4ff5a749604d5f3061d38e1cb749d8dadce757a173c1174fdbc9bb3b272ff1bc344a55ec2dbe946e90cdb2 -SHA512 (mnras.tar.xz) = 8c8c49846a2bac72383b0481b0da0cbfeb67bcb0787815d3509e4b55bf5afda5f3aa74f44d03267891b42b609b1a10b1e1577a02e9a3e4c8d9cd5ec57585e9bf SHA512 (mnsymbol.doc.tar.xz) = bf06a1534665ad50d33073e5d7332337c05f5d5315ba41af399f73f98d54b22a0610c65fa0e96b311925f40bebc1458fd0f0fa9c5fb41330f6d0b9b49aa12aba SHA512 (mnsymbol.tar.xz) = 68df6dcaca1d2f3b743c62e205a22427152ec6ac1deaa126e7511842ad7817ba4a7a232b72b45c6dae88d930837f46597c5f89e50b1057ba313a590157342ff5 -SHA512 (modernposter.doc.tar.xz) = 385c8b97c57053d861d72b4f10134cbf2d943e4bcedb55ec42bff51000843db3fe30737f7ada3ce569c1d96584ec0df80afadc39be98c16950828647165f6801 -SHA512 (modernposter.tar.xz) = d631f058a0a17a841d4026c43fd086cbefd50d0ece85563ee81e34440650bdd7d3db6dd6f49d5e74278872961300bbd443b896586f5c7ea00a9ff816ef20b7a9 -SHA512 (moderntimeline.doc.tar.xz) = dd5f43c4287f5a5a23366c3cb982afdbf3385da2c19967e3a77ab42476536d2ba44887fe5fa657f18285448b0d7d3ef99b6f7003328924967529478e174625d7 -SHA512 (moderntimeline.tar.xz) = a38ab33c0ad2384699954688bed05d9ece3ba54107c962dd5e76fcb586699887ad5553dd12f801553ffab5e7a459cda9a9178c0d37d6eae3796766fed428058f -SHA512 (modref.doc.tar.xz) = f7539376630672b6fc67821045eb8c891b4781d233e1b914f8fc5c255fdcc57ecb6e5ef4d36ae72ceac185e8d2e4aee42741538f27fb3ab1f5160855cfbc8def -SHA512 (modref.tar.xz) = ef5d822fedbd5026903fb7d2630a837a3a1b0222150ee1a9f72a54e13d626a0387abd1fc20b18a257714c63cb65868ac885f8340d35c5453b42323da3b9b0782 -SHA512 (modroman.doc.tar.xz) = 5c6ad1cdad66a5a7285b7c51074f724670880d4417df45cae51e5b3b35bf5cf99f374f7abca73c7ae68d12f626e4b9bf0dddd6b2bc94250c4e6146598d4c5ac6 -SHA512 (modroman.tar.xz) = 3314a474cdb88e517fd16943b8f1f1da252608bc5505bd91581e87bca19ea317718d36694abc670d471d0028dcb5fe502a3be1b1294604cecf619de235fe63c8 -SHA512 (modular.doc.tar.xz) = 7d7201db0a2791700748d440fdc5cca9d8d274ceeacddb3715d99b68b4c04f52949e8b9897377168463059deec86177470a997bfea7a32a2765afda713aed499 -SHA512 (modular.tar.xz) = 13d80f572497551551151c35ac32c09cec70cd40c6d99d36c22ed84bcef509cbfafd511a8e2e284cd06ab1a57f4be7fe556d7e390f9d30135bd20cd49acf362a -SHA512 (modulus.doc.tar.xz) = 965d03005ef257526ffa6667d889a4b238ca5314f4fe8714bc8219ace1e909eb5765da6c0dc94e9b312635e0f9ca096f1d14364effb0045ed467da7c1d735474 -SHA512 (modulus.tar.xz) = e5dde62c2e0730befb63612bfd6ea3626463db85b74291df5937d8f7e1995f6b63c8bc6d7e08536ae761457ab1e9a0ddeccf11afa4108910561075dcc03201f6 -SHA512 (monofill.doc.tar.xz) = edb00621e74238c09d0ca0c04e5c57589012ef2272f0b470345845ddedd647c73fffc0fcaf4741726214b2419e9581127375ba2b36948ec73f4caef561c3e57c -SHA512 (monofill.tar.xz) = 6b9a45c32bd44aa01119c7bd8304ba8e5953422c14bfeaacad20f012188f9204c19f432719c74d9481a00611a18d4ef1ba2c1dc858b83b8a25205d40568e5fa3 -SHA512 (montex.doc.tar.xz) = 1965f31e28a9f54d86a495b4b8cea50dc59f409d066918dedf77f86448b60ea547565dcf2069ee0e0a646d53f34d244868600951c4b1a4d4e099fe50e3c2b477 -SHA512 (montex.tar.xz) = 9676cef9e0fbe7a0196b1ea0fb3ea4f0399a3ee8ed76ef06e824848a57922dc4f7cc1f50a1fcea47fc265465407653447ab80e80dbac3c4bc00488d0929f87bc -SHA512 (moodle.doc.tar.xz) = 9448341e5c33054a39f6990b4f7942f45fbbd884cd5691fa8c0b82fa1b3f9cfc887a02edadcb0df0a7a62c53c9f4b20496db5e6e9ecca4bd6ce8bddf2749a71d -SHA512 (moodle.tar.xz) = 839db4d5082703e0b6d5516b6ec3c18b4fa4b449e732904569e839028bc3f7e27def83c56eb9929f65b0527cec9b180fd743aa3d0df2194aa6372922582173ce -SHA512 (moreenum.doc.tar.xz) = 987a1dd96669b9202846fc604fbcfb935b68c79d13bbe4599f32fab9e869ca5b60f3b4bdfcf78d3b3f5102db9ab16955ec13958c4cf3df7ec64649268c226d1c -SHA512 (moreenum.tar.xz) = 069ef44faaa8847a07ad00dae31c1b63278d59a560ed90823100cd601850a798f574d8210c07854a8b1a90165efb3bba852e100e53aee496f78395e3d6defade -SHA512 (morefloats.doc.tar.xz) = f542aecb6d3868559cee66a7c153dc80cb6aacebae40c0cd0dd120c4230cd358b4d2787286cb3e7bdfb5565949861a35af65ca616369585b8f28462a2b1dbcf6 -SHA512 (morefloats.tar.xz) = 28fd471aa854852cc2a48597dda19cadda3c92c589d0419b8d36e044f9c04e406037f162e1d02c1f4b20a6288efe4a689fe4e03aafbfc6b06cf14019f7e880f0 -SHA512 (morehype.doc.tar.xz) = 2600045257c75dd15320a2f188f5b043358bfdb21ce4a19af2d1a696141a2f553da42c13143d14c8ba136fb1ef7a560684ac47c5274738c747f729a00b02a099 -SHA512 (morehype.tar.xz) = 698ec10d9e70dc1b89ed5094369359fdeffb663ca95513b7207aed065515a66dd2c82b4e43d14fe271c9851e72a44e9c2f6e3baa177ed9430f89e88bdd692172 -SHA512 (moresize.doc.tar.xz) = 3c1ed984163e2adbdaa7e94439e160327515f1c6999e40114819d8e5250e090c932909217d37d1d07fcb108c56ec50f294324c32523995f68f57fd918983a412 -SHA512 (moresize.tar.xz) = 92f67234dd9c0429798f9e8001a2d4b7004e11f2fa90130b738670e6228f45ebca3ba26ed98616e3af5c86148992f9915e3e6a1cfeb4c875fbd20fd818743525 -SHA512 (moreverb.doc.tar.xz) = 27e4f361f5d7193c97629debec048168045bc38e353f677829677cb5ce5c0a9ad8f5b2576bd9f870da8dfbf16d745e489ba79e3dfe6aa1da8a9cab1ad72ace06 -SHA512 (moreverb.tar.xz) = 673b7ab5951e418fe10622fb1a4b4a420c4c436684afbb1474c58b7aa7b235f7063555a220133257b351b5847be5e880714e44ca49bd9198a4306c0e821dcdde -SHA512 (morewrites.doc.tar.xz) = 9f4bad59ec0f024d24956481d2f70baa56748c9deb000979490c001cd671dd07fc3712eca1917713775d6b879169050786b22a76e2ce1d8d57a99cd76487d167 -SHA512 (morewrites.tar.xz) = fb1f515fa834c422f628464467411a51c8c9a99f353ab297ca0ac0b63d65a7f2e05ec3e6a649fa35260a6bedb91dedda594654e83e94a28baa62764a38d9ca8c -SHA512 (morisawa.doc.tar.xz) = 7af68b3a8233cec22efb49e8131c65e33db4076ed4f254f2d62f629c03d0122e8dddc3ba68d283affb5ca663d3b1f744780dc98c14eadfa1a69028df281e5bb2 -SHA512 (morisawa.tar.xz) = 7f149fab67905d6b21670becb1c3e3afbc8fb4c45fa3c376960e5a87d7fe17abe091af63930a8385b5bcb63e550fc0b9bb16d522f50f90b911b09599dc5ccafa -SHA512 (mp3d.doc.tar.xz) = 2b64199f50ae5b0e6528bf041ac2422574f9adf467183f3ee3d58ebd91317ce25937699be29d0a5954565a4fd326719f11bc04a35cb4938489696ae479d5d7f5 -SHA512 (mp3d.tar.xz) = e5899aace25cef3a690150cf09e76bddc008f426800588ef7d21361229b0040dff74af7b43d563b05d8c3d16166e34b5a21e8e25ae3e97ca80e5ffe5c4925392 +SHA512 (modes.doc.tar.xz) = dd7d78b8b355d7d056d288c0026d83115878abf91ceb183b48a3505620f0be4c8ef04ed0259a8f5a079c6191f33fc1331e9a3b1660b9312d165914b9176524e8 +SHA512 (modes.tar.xz) = 09318fcdb58e5175882fd7a2750ae71322d0be227a2131e05c8b9d20879260c9ac906a735582c1fc8229f3ad4e7df7b71d6a2a6ba9b82c653463947d59f9116f SHA512 (mparhack.doc.tar.xz) = 0f28a6dce33e14636bf5515bc1395a80f9ced23553698d9db766e023715554fd87df292836c669b8492844c559eefaca4c4598fbee94db425c419dea16e90ca3 SHA512 (mparhack.tar.xz) = 9f050b6ee0aabefe384f4b78678620b8a15a49f0582cf22caf0e5fc2b1b975eb0bfffbfe91165a121aad6d358044f97be410250597fd31b462630aa1e32ae96a -SHA512 (mparrows.doc.tar.xz) = d1ca204228c1bc76d4f15257687a865c650fa83742dd126b3d7cd5e93e725b2da31eedfbca9a86e93eaa08df487b0432cc41f0d4fd2f99951f874691acf47016 -SHA512 (mparrows.tar.xz) = 58e4a909374486cd2d4313d62a49e4e30a5e85f8ef2cc0d9a7e734b546ad8b36e3bbfb96f3eecaa9c10b8d7b3b1557aa9e0b5dae5b4547d42cabc64d2f2949d3 -SHA512 (mpattern.doc.tar.xz) = 4ec7cadd89449ca049fdd723de9e29f20199a630fc28585a4802e3ce3666783822e4f0769907cafbfb0fe097b1da4a08d3e5e5f4038ecebbe9fe3543dd3413d6 -SHA512 (mpattern.tar.xz) = 1efc3f1f1c93456a3038ae5037ad5dcc4b177c57852f7db475a7ce6d2002559b370ba22dcc6d312c68ba75c03523cdf0df8546fff8dab032832d3ff3148b5d65 -SHA512 (mpcolornames.doc.tar.xz) = bfb9ce4c85de655b890948897deba96a5ff60cb7518b3e198cd0b088b63670531f29bd84dbde4837298a24f36dac0652f2d2d3491dbcd7ac8f9e57de6500c6dd -SHA512 (mpcolornames.tar.xz) = 9808706010059e8d2683f88a47535b8039049681e5a9fdc013cc384bcacb1910cc7ab2f7614d35ed964c28507bf5fc062fe4db852afa45f9d9383c367838eeba -SHA512 (mpgraphics.doc.tar.xz) = 954c8e3a8a0deafea163c9bea9da6bd1c27fcc9b5270408fdd29f0051ece1f4138a0af99808cf85279823cb48475b8e21b3a450f021d678fc5b2fbdf28e55320 -SHA512 (mpgraphics.tar.xz) = 5d711f7a981f701e11874916fe8d22fa237404dc119fc2d5c8f8e9b3eaf8feb59a63023ec30f0c67d304839e4971288a669d70a697260af35e401edf00673adb -SHA512 (mpman-ru.doc.tar.xz) = 57f2449eaed3651b808095348f056fdfa90b00979ba2e21fad120efe096dca9a9e48474e9dbb539f347ffe20ccd5582f4815ff4552c54e9ea5f9df391dd75edb -SHA512 (mpostinl.doc.tar.xz) = ad639ec50e5b71a1ef02bcc04cb1c0b195e9ed2cdef9ff8e145d17cfb34dd853d96449620f5d0eba614154cdf6291902316f4fdfbd179a112cebbe2a059acc70 -SHA512 (mpostinl.tar.xz) = 0749fdf4c54efe9b8c9ed9f735a851a0c0b08a9092679bbb80eb32a80ed6e7284094a043e27721dacf8112b6898a8c5f47bf0b0dea4af9082a40bead0599ee76 -SHA512 (mptrees.doc.tar.xz) = 38935dd6694e4c731e6ea8e8a1575ac5985a24ad5d1e05d5766168d3b6f82be6e3bde8c57601565be67ebd0d1232191779f973adf5bcb7851154aab3bd6472a6 -SHA512 (mptrees.tar.xz) = c495bed58639226b0552dff1d2e7c5e97a60ad4fb20cef65cfd873feaeffef4e0b7672a33d310576c042a94d6d27141056e8a56c0bd5d648841b860a3c1919de -SHA512 (msc.doc.tar.xz) = 9485a70d19aa2754ae4e12e4311d4a03367c57a7bbba69cfc50a38aa50d6d9160aeb812c4a63b23f7da0e726b07cf836ac9df7b66b4c847b9cad0e7d66aff23b -SHA512 (msc.tar.xz) = cfd66ed08d144698d11905ddf987f44782752e412d5ecb0a85fc27e569cedd4918ac05f19d986e0fa6e17065bf871e805094251eebd5d27653047d436541600d +SHA512 (mptopdf.doc.tar.xz) = de67e891cc8825f9de1de134d71d39bc8da37f0d4818228b32adfe698370314f3e457b75204d7719053c1de7691bbab5b323d63c4fb08ab9a03a6b97e3db6609 +SHA512 (mptopdf.tar.xz) = 54c2ff5a18827c1c41783bfdf034ef7ee265ef23dab283f03724781d98d6cd1aa8eaddf24b3d409947f6be58aa736ffb714c4a3f4d024691c7e2f16b3bc032a0 SHA512 (ms.doc.tar.xz) = adc189823e89d6cd90369497dc4468b72a36af808eb2c8d6738b3a00082335f139ecc54ad6b601a027b6961890b5bb6975e46d1de26a1e0ac7dfc9e8766fa6f1 -SHA512 (msg.doc.tar.xz) = 85db0022daca5aeeb50e2eded6214a3b144012bfd0bd433b4f9474307c2a37e57c7a311385b8de4efcdc4e462f39c53f6a5fcfac2eae7263e2d1583b0ba584df -SHA512 (msg.tar.xz) = 9419f306ccde237320abe22fe192a2473785244fd337063332a242e029b8650404df7f7d150b196d3bccb0e10e58e25e2b8aefb15627e89eda8636ddc50599e1 SHA512 (ms.tar.xz) = 883832298e0135980808249f5af0b28e3dad7941f401e3ac031cd558b9c6b895bde1f5dc459de9f4c5f6ae41d6a6aac08137be09f9a91b26761399868ac7457a -SHA512 (msu-thesis.doc.tar.xz) = 1b3c8266ff9dbd2c757365d30772057433e1ddcb04c83a9f98e55c9c4707a380e5d289496887da9adb922f96e7f4c64b9d3828e2a758aa38fba31e59c39c7d1c -SHA512 (msu-thesis.tar.xz) = e05cdf909d11616692cb175b117a134f1eeae10cd9c62058847cca383b86eb99de675f4e534c3b9d378dbebef10312b773f111de46becf8e4f3c840faaf5555c -SHA512 (mtgreek.doc.tar.xz) = 49631058e9bfc59dd38a7e0e2134f6d9ddf68779a6f8087a056a89fef975154510496415b782102dfeae6b5563527fb6178ce301b004fe33a4dfa8dbeb4474ac -SHA512 (mtgreek.tar.xz) = fbc20f61e1d4e9d3ebf4a92216c7c007f2aec2b2cac0aca6e08f0e1ea5f6f405a32d947efcea0057a025a138afc85e0d1486191ee82fa9a0e9f2f6e2542a9e11 -SHA512 (mucproc.doc.tar.xz) = 01d154fab3c0ad8db790b5a22fcc4cae7a5beea1a2850f5e9d6fb1fcdc6c1071c2dc294568451f40db5455826f78ae910be9572de5a4a7d870e3a18a74fc0082 -SHA512 (mucproc.tar.xz) = 02ee23aa25152e80e8dc2c57f14b99c70ff57c38175498c179e505a76d967f826acf076cae2085d305cde93964f03134fc6d1027e0669acdbaba5ed5ff6efa8e -SHA512 (mugsthesis.doc.tar.xz) = 2f9d069468c3ea0b420465200abafade7ec7c52cb22bee74865da5fb06064eeae47709a1ff60868bfbf675a4397d828e02581defd338ef3e79e179c0ae7cf7ef -SHA512 (mugsthesis.tar.xz) = 26a40992f66bead658130b6a649e7da550c85a92dbf9bf5778d4987e06f3a5f7d168eeb77dab3e81c5f328d252be345265c2326760d861fff35fb4ffd1e3a4b0 -SHA512 (multenum.doc.tar.xz) = 889ffbce149b1f0a98e22a1ebcafc60e29858d08b57e2e567956830c679515759a6c8209901641e3d77ded31238e8fe93f7e4cdff95d1be925e3972c9005f4a7 -SHA512 (multenum.tar.xz) = e73e2d3fe45f562398de752520628032fea310e5345a247472a2807618b72467b245995f32f21474dcb5702106bf32d6394508a96c4aeae4dbeaf6fdda7bdf4e -SHA512 (multiaudience.doc.tar.xz) = 5db8176fc1c40091db428b73bbb8bb3eb2e7b14b8c8a681e7d5dcf04d990873fbe456d389e468456650faae3939e38d1217057485d60750cb29aef89e8e15b69 -SHA512 (multiaudience.tar.xz) = 58610f5b5138f7713fcd3e21fac721d0cc0a796e928bd5bd89e5981e08a0d4d6888f6f4f2dc2c6b9afecfbf0366462109be7a497ff6017e3b76ba83b361fe2f1 -SHA512 (multibbl.doc.tar.xz) = 68a3f99cbde27d15fa8b56730f4e9f7587bcecfc9a6ebe19a7811a29278cbe21f214465942bd4ee6cc28833b9614dfef14714dceddcdb041d5676ee7ead810bb -SHA512 (multibbl.tar.xz) = 419f7bcf8f2226cf8c60119e30da278bf6138f4e1903dc322da33ca2b22120e50b205dc0bb01b46cab0c93fdaacc37b823a812121a731fdea4cf03354d1b0690 -SHA512 (multibib.doc.tar.xz) = 1d4536094c09755fc91b2657cc0eb0b0b2fd8d1c5ca37bf2f046b62a4b0be6f83a93debac8be3c5481651dc75cac2066962556370bd84face6b03aaba24bbcc6 -SHA512 (multibib.tar.xz) = 82cd48cf9097b36664d4dcfb5d73dbd6e961c2f0a8bf7816d1bc59a33cb6d2c65e0f63a9d1d596dc9faa4339536746089e34bd1b510e1b2c0ea272df5840e396 -SHA512 (multicap.doc.tar.xz) = 644f46fa6431f0f7bbbdfed8a346887d107c8ff7c8d5b2c826b16994faa48d83ca59cd139c16fa144122e0425e6a2c592762b86568f17fb914dd943cdb7eb808 -SHA512 (multicap.tar.xz) = 5e4a4eebd7560d4aebdaf7035b9bc14116a32cb2e043aa93afb9f95eaf271fdd75fe7d2b6296d36327d7aa5b14b52046b0c941ae949584ad27a2b89ebe54b6de -SHA512 (multidef.doc.tar.xz) = 50b26f8fcfde20dd04f3e3701d611631c8914e9488a3f87d25e0c60803090133f9abe889b449c67a09ccd5053c67c4a3ea699d52d44480051391edaaa7ff9ef7 -SHA512 (multidef.tar.xz) = 2d15975c8a191cc08925cc8cd74b982af909a7488a68e4b6f5eb4c2ba0dc94dbcb40c4347c5c4774fda24f98efff52131f6a243e1e6bdcb4dde7e683e408d6a9 SHA512 (multido.doc.tar.xz) = 8cef36438fbe57c54f625b178331f7a6ca19854abcddb475283fc0cb4a362764c443de05989245e962dba9e2e4f17734533502fbd4b2ef4fc8e8c36b96bc68ab SHA512 (multido.tar.xz) = 5c861bddcb8b2bdb654dc4438621834a68b2bca102799317c9a220f9bc9bc4c9d70775375302a85736f8706bb7fbfc1a4c24fae2f850237e8f54ad521b1cef83 -SHA512 (multienv.doc.tar.xz) = 1ad0cbfb0c6029b77f2dfd71100ac43cf3c7512df88837c6da5c26fa9a520f4dacd970e331083a56ddf3d9cd19fd9934e863e4bea9e62c7a0b1cdd1ac6eb2a15 -SHA512 (multienv.tar.xz) = b387532d90db9f46cb18518b27eb8853dd52366434c69693fd08d36942564c43a45605694a55783fe244690f4cb64b94f3082235e465336cb7536543b00b6f20 -SHA512 (multiexpand.doc.tar.xz) = 6b8a727aae2d314877df551ca5804e84be0bc530b4f09d8bfe6a9c1a4c1eb98647257beeb1813a183f0aa5422b0041443e817ce11b6db70e4129e3edc664e788 -SHA512 (multiexpand.tar.xz) = 63f512ca5b9649c86a6936cc2407737e41afd6c6a3b4810fe81155a5b4127aecc538303e26b91f53decee900fba7946e90a46a545b3c9caafb3e0863940e0009 -SHA512 (multilang.doc.tar.xz) = e611f2195fc4f7083d6343eb3554a2e786fd6522383456544e45346481cd57d54b0899cdc6ffd9edc4b75567b1e092ecc597bff660d849e0ce2b3e2d1bd55507 -SHA512 (multilang.tar.xz) = 57f9829b100068a84feb8a09a94066b93ec5fe70daf831ea99604089a4fc2f67af76f79505a2eab6dbc8f2b025feed6d908a1f24630e27e0f7606c4a3ebb71ca -SHA512 (multiobjective.doc.tar.xz) = 3a7c68054a85bbad36b6516c52ea74c35ce11c5ffd6f3d1f235ecc2ea55209343a4ff609857877094fb7f8861e8b7c54c8c979d06cc3b3583fb64e997372ae9c -SHA512 (multiobjective.tar.xz) = 80b0f340f19dff329cd9f0fc32cbb9a8cf690243aa925d6687b9da345984f9eba9c0db7b62fedd2a54f077d841b9cbe91e47c98140f1cfeebdb16fc05408898d SHA512 (multirow.doc.tar.xz) = ae7b86866d6271f99bbda77e1df62276383b3759f59c30c86eaee3a5e14e0633dee081bcbb39fc9e52a5f4afe43ab0357aaeb11d81560a7c1c671d8773de742f SHA512 (multirow.tar.xz) = 61a072b45e6caac673ae4e5df536f12ba0bcefb3457099a0a03c73f5177bf94b1f0da056f622d3963e07dd82fc1f18eaf892f2205ad34e221963a07a9458cccb -SHA512 (munich.doc.tar.xz) = ed2dc99df090a012f1b1b922659eebe4c2d8523127e17341b9c4b66413acfc89f8b64ed639c8fd40ace0f4fddc8662f42630411c67026311a26fed436a363b78 -SHA512 (munich.tar.xz) = d8d2de2245f24c6993fcd178e2a21891e66b5b99039e8969639d2a9cba15abc6c3c50374db61c8082695a969a69ddce902ff8b5fb8104fe66ba1384ef99b93f2 -SHA512 (musikui.doc.tar.xz) = 29cc8526543698f218e8c9c20b424fb2b05d3ee0a67c70a2afadd33dc49f0030ceb440b349898b8bd66a53a5682aa8289d081e4502fa5ccdfe481b4e2430de03 -SHA512 (musikui.tar.xz) = 602132bc51f1ed20f045bf0c822f201f7bbf3386f9181599894e66cb3c59f4ed15364013a5e30bfc59b22ab3fe4931872b779d1e7f34b8dbcd1eabe058b1f5e3 -SHA512 (musixguit.doc.tar.xz) = 8a6c9a42383d6b35c1300b958a7629306a6883bec1bd68751165eb3514f8f069c9995247142bad459e06fa42378a9ddd23093cb749bb2ccd58743312f83425dd -SHA512 (musixguit.tar.xz) = 6262e1b447f517680ddfd9e5e076ea384dfa7fc8d219e7a2613a80ba66a0f0435d9dc31502f6abbfc150fa1e2de001afbdec25dd5778e3ffe559ea389d57208a -SHA512 (musixtex-fonts.doc.tar.xz) = 6fbc429483bbb7e1382d72622168d692dc5686ee21b9172ddd3a14df04397cdb9a3b45bae57b2ba2851aff401a5819d81894354e2e942d41812ebede75c45164 -SHA512 (musixtex-fonts.tar.xz) = 9cb72eba919842dcd8f892562a9f6f2c4638a46b4152509ffce1666e3e4243a2686b4feff3d9d68ac3c70c755606cda7b8659ceb1d8347b49bdfc4c0c7f35eda -SHA512 (musuos.doc.tar.xz) = a2bc27d789cbd6833961d41ee6d697004fa7539810aafa8749af918572dbd20e2f267bb7435c068fd604540d0a75d1a558fea38a8cc7748c9dcf087c17469a61 -SHA512 (musuos.tar.xz) = 3ad7bc18f20b0df70f6c92f7816d4e5bc90070a392788d93caffaba39f25e516a1ca4a6ef5438dbe55b514822d2882e7dfb809eaa4fb1380475fd624ec3efb9f -SHA512 (muthesis.doc.tar.xz) = 5ed08b459ffdc954f5857be1a1970e9a23d2cfc23cbb04e820b82368b1febb9bf04811e53ce6fd05cc12da302d182179d29b278fb99157e801afd05db15cbaa1 -SHA512 (muthesis.tar.xz) = 66345512d1713dcd352feeb46d8ad9c609d4c9364a37b47b5fc0207800f6576831e15d7be59ce13f560ebedaeac9a595f2bd7045b621fbdc8e20a3b3c553524d -SHA512 (mversion.doc.tar.xz) = bf7639f024b214c2b8b73cbe4f87848f390d106f46afff6f6a1257d80b37a6b7b02d8d9224580d945b93b3f86a43495d00c5c07d22e8428703036dc43273ad41 -SHA512 (mversion.tar.xz) = 3031b6aa9408bfb0994ff23c36f6b3f770aa8beac0e94bfe1361dc2ec6ac47859a996ddea9f5283833e5711d0308ebfe5aae91bc0ab564c6e83056d7394f14f5 -SHA512 (mwcls.doc.tar.xz) = 17b548e9db8a842c16367cd27b3f5639fdaf418f1967155a72c90e3e91d47a121c87dcf2bf0c6eb9042005d54e04ee40b367e0d81c7e2ff57de04da617f8b1b2 -SHA512 (mwcls.tar.xz) = 045fbe4985684ff7bad3a7c493fa0b37e412e698ee5eaf31b4ccdf3e185433d185faeb78bbbae7e11b84354e4dcbc24c8f2cf549a64b81ed0b6adfceb4bc8d8a -SHA512 (mwe.doc.tar.xz) = 361130c8fd556a564975ed94286645e1b2ebb399a4895b59244bbe941cbac20d0e4271cd74cd122595faad4f2ff1db24ad522c04bbded59df2ccfdbbfdb19c7e -SHA512 (mwe.tar.xz) = fab45c12e55ddd3b748ac6a07041c64efd1b344cd8375d870ab3ddda155d9c43adb1fbed21c82237732c8d15ad68201ade3eeb54714e4737a79ee3fe22db48bd -SHA512 (mxedruli.doc.tar.xz) = ea9de17ac138af2fdfbd624e0c516faa2eca674ae1c423cc7f972f87c1bfbd37812e199f68b463c07213fa263636490b7207baf68506514f73fdef1d6c041a49 -SHA512 (mxedruli.tar.xz) = f721b48b71ae2eb74104e23989cae84d3316b322ebff4703d9bddf74e0ddacf742e279813977bf29883fd17f01049112169d02aa3e4a9be887c049f8484ca0fe -SHA512 (mycv.doc.tar.xz) = 892d0c10fb8a2dd9a65bb6fa4dd48fc3ea49803a7e633cd390427bfbcc8f16f6d213f9ef511c7202521b518db4c94bfdad5197c30b2c8786bbbb6c6f188293a7 -SHA512 (mycv.tar.xz) = 72e74c30c994441aac708e719e894d01bc3d1a6570863a589dbacae8e3c69f70d192abf7473b58a026b2859f7f10dfd1e56827cc759898248e3cfc9d36f37583 -SHA512 (mylatexformat.doc.tar.xz) = c0754ef147a457e7c91b16a50dab2220fbf2f5385e126e796b1c65025f0fd998371b4e58d96ae72b8c6eb21b2030906729270c88c0914b1748714455e78d1bbb -SHA512 (mylatexformat.tar.xz) = 476e2c739c9a99a53a9f6bb7eb32e6122c149fe224497cd8e777af0ebd139ffadfa792090d8673ff96b4e17466e918f9af4ecb7a12c608d4c33d4e17f2b26f0a -SHA512 (mynsfc.doc.tar.xz) = 11b2d4647cac4aa2280aeac24abca47b9d92680845eba5a99fdf05fbcd4590760927495ef87b04900084ec64652a8b2e28263d4d1a26765cd3e027393f2d7417 -SHA512 (mynsfc.tar.xz) = fbf6a66d9e4f7863b380f6cea43c58bcfb54e458d56fe2867b3e1354cb2489d4a0576e6c392e4825023db33465176161e226d954bc12080722317e92edfb3d0b -SHA512 (na-box.doc.tar.xz) = 2c78a71155eab3cfdf551830051dd360f6e9fc8085ebe364c13a79a1ebda0693d633e7ba08e31c356e46140c33bf3b190365cb88d944d2b3e8c0799ff68cdc8f -SHA512 (na-box.tar.xz) = 8b0659454d8324ca51c9e97f7957a3c14230dca0b4b8e047b961bad1b81d2a8b0220cf275bf84e9aae6a3d601fe93df3de94f603a198f6bea716064ae8675d0f -SHA512 (nag.doc.tar.xz) = 9a4859b67182b40428f720e2e955b591fd3fdf30acbe7c3214548766312833b3ebd5a046d1ca2e2b824e3bad95bde635a1cd112e8023395333cdcdb9cdf55ba9 -SHA512 (nag.tar.xz) = a2d239ed1e12fd1b082c8df5531c9b83cf55c39b13781aa01848f3fd06136a9522598abf9e63580a93fb12ad7c392061b14d5e96b4d4f4dcf8180180280224a0 -SHA512 (namespc.doc.tar.xz) = 4bd240f3ce155ea517fc267af1925f2e84f7af694a1ee4a068a2679d97cb6f97fd77f8812017e05f33c935bb54a34459a9deeaaf43cdb4ed69d792676316734f -SHA512 (namespc.tar.xz) = 71ec09a2aee5f299e9620b9b90558bca11415cdbf4304d0e5777896f85cf4e30cc39508fd69ff831a86707e230cfca1773fd9a8bc50c37f310f8bfeff629d2d6 -SHA512 (nanumtype1.doc.tar.xz) = ff0bd0bcc32eb8166e7bff9d440692a3c21c5cc7fd7b8139b472fbc2e079cba0591d162e2a81090919990dba31d1e04b57d50c35ac1d0670ef9102c64abc88ad -SHA512 (nanumtype1.tar.xz) = fc775dae204d8f1ca7e05005ccba0bd568f00819519d34b2282028d7f2b89b9c1f9a091ed192def7281de97ea97c75b9327727489e8ff88585bb97cf5e8b8f10 -SHA512 (na-position.doc.tar.xz) = 569a4c0a03c224195752a072581e4c8a2ec428fc4644ba66c43c94e322ac495137f52b3b1cd5cf40741c83937ce056e610a2fb4f4b02f3f8a73d43fcb3fdb4d9 -SHA512 (na-position.tar.xz) = 1f5d742e5fcfce8495f2c772ae166775151b555b1e4922615e5f62ce161a167969c8d6043d542018debc69ef75f472995f498ef9f3b1f094b97d5b986285b1be -SHA512 (nar.tar.xz) = 212f1a002743ba14eac41de05a88325533db8b25d9f12b141064b9aa98f78dd5c28caa7cdaa4419829e6180e56ff93e42b069cdebb52fb8ef40c9652b8a23c79 SHA512 (natbib.doc.tar.xz) = afe78103a6ba2d58c6f6ba6927101cb481abb1b028c4cc09dca59296d30978c636e837c248eb4f8fa44aa8fa7f6db1e1b6855afac9d99b0cfa030dbad6e59edc SHA512 (natbib.tar.xz) = 7e78ab76bd86a864eeccef86a64fb28b6b063d5a12210da80f0c5a5608df429fc2939580b88263dc50fd68d841580a12358617e20a0048ccbc9e148ba04d5f26 -SHA512 (natded.doc.tar.xz) = 5cc23aaaf6006c1f77d676ad1f20d3a62d9ac8d8be6f41e68085844f6060d570baa04000bf3108c975add502c7ad62086509464753474a74c43d045122b28294 -SHA512 (natded.tar.xz) = 85568d2bd3b729cda5e4512a2e3309353e7abdcd6a02ee3f86e07bf65cd74ca9581d7b2746d582b704a116313b77cc5ea94f19fe0d233a3b41c4ae88a8704f12 -SHA512 (nath.doc.tar.xz) = ea75b3f282f81963484b2f6b29513a99f3153f222931dfa811deca40cc79a814a225a0a79e67237f53e3aabd33f7749095d3c7fb8f374ec802ee054ebca291d4 -SHA512 (nath.tar.xz) = 2eed9bc55d9d994df8710703c5acee9fb07d8c9732288740cc3c20740bd8db1e3d22617886818ceffb0346110dcd0dbfafaf192878500b2865523d00c6e02bf0 -SHA512 (nature.doc.tar.xz) = cac72025fbb65e32fff8dbe3a457e28b2953ce2a14b9359b93724073d1c56761524f2e3200f80aabfea1aa0747fb010bb78586978856c89348fcb255630e5d9a -SHA512 (nature.tar.xz) = 78b6e945642bf2073e49acb318a0ff78c1ad24d38c28133b08d5e2881e6e5ee2dd6e8634b467047145dd72d08bfefefc631fd81c7e0facb590be2f9f4798ff6d -SHA512 (navigator.doc.tar.xz) = 56605790284309e8b6432152bdd6765172e9e7c9c6ca88b07ce5b4b19ac792df21879999a47663dbffe7b3dfcf6da0de3e8f8399cc65fc96dc2e8e3a57350f47 -SHA512 (navigator.tar.xz) = 868f3c08b71f670010fdad0320e4792929d31c2be1b29fbb38da518288596dc299b58635ebc8e7551b9191954b76280e87c47b1eb3c4987fbae3afcd133a5c2d -SHA512 (navydocs.doc.tar.xz) = 2122252986f1fc852a121e09ac4f6a6a6c23f9227e374809f2968e729602f6d870bd9293fe1d456c4cc04aa48ee01361d37695c7290bb047f2c8f9a41981d3d0 -SHA512 (navydocs.tar.xz) = b1a5afb90babbdf8fbba1915b88cdbf30a0244d8363c25dd9ce33bb153f9e8e0437146d9883016a40b1cf55c1dc02a06a7d2b72947326f5dc13998beaabff923 -SHA512 (ncclatex.doc.tar.xz) = e9c08ac08ee2316b07610bde89aee98289b937e8dbfdc86b392cae02037632d6d303c799f74f381f89a6bd4f4397a8c4d78025a88b8fa4ebbce4be663167f2ce -SHA512 (ncclatex.tar.xz) = 88ec3d2c350521fdb978734d32bb7eb9bacee0ecb95ae051d7bb039cb86e6dd1eba3b4ae93881ef8fa2623e99f6dba9b126373f181c4668176eaaafa94aa992e SHA512 (ncctools.doc.tar.xz) = a594e74455024dff7d38a8a750ee02637341f84d342a83409ad0e20a1b0f292c370e16c1b267c2d6a58975f45a6b4c1092c8518653994392cf4dc08fe8553644 SHA512 (ncctools.tar.xz) = f7ec6f6c51d2a4f071b85cf28299a4a11eeabaf225c85cd0144bb0971ec3da44ee9aeac7cdd7501d258b7e8cf25b3e3484cd60dbadf0ff3ee05767c713c12dfa SHA512 (ncntrsbk.tar.xz) = e023d0a407f666de1415728a90014041feb5d04ceb1007e8fc293452ecef1b9bdbd014adedb9e25993e57c0196632b1413ec19893f4c37c26a8e8e42a20a9de9 -SHA512 (nddiss.doc.tar.xz) = bd92c614f160c50a22ff83d296f0e511909906459cfcb7100c615170ee9fadbd38ba032bf95f7b25a083cae33c80ede96964d3b81e23c481fe5a836d91967ad1 -SHA512 (nddiss.tar.xz) = 62f951bce52bab564ab2671bd5d019ff9f6f5ad1d8a18ae9f8b574226aa83e4d3a9c6c931f4830f71c43499f68b8b06e539d55a027e712ce4cd2c03e349d3fd1 -SHA512 (ndsu-thesis.doc.tar.xz) = 8e93554ef50d43562d1c42fff3da81b77b4ae444d644e5b1a818571e80cef88a2006f1b1c61c320e467724df7847be50f4f3ec1663bd767261720cc1a80419ba -SHA512 (ndsu-thesis.tar.xz) = d79b603726abaa506ec0cd59c30e4c341839c1dd6f7b7aaeb536385d22d69a37d764499aba390fe7e1efc6a6e25ae6dbb7e92bf659a771b6f4d6ae3b5a2c98d9 SHA512 (needspace.doc.tar.xz) = 3af05a6704a8d3c9539cab0871f9f9c8b7a241549c1b3127dfce2a0eaf77b87d54fdafff4b2749eb4614ad9aba45bd2e3d695a92243ea30472e62f7945eff004 SHA512 (needspace.tar.xz) = 663b2ffe30b1d9a588183916ccb0e3fecf3098d3e67f2a40fc49e1db1e5c1a892bfb56eb177bccd923415dfe51d4a225e2017be3b2f3f7185071836cb2e04391 -SHA512 (nestquot.tar.xz) = cc75905a3423deb02f226340eeb6a5f97d9d83470f156bc75cdf39569da845279fe8d4a3907fdf269bac75e7afae02faa04dea367cf0326720301ba3f1c31395 -SHA512 (neuralnetwork.doc.tar.xz) = fc2cda90284e4360c9dd9c03611f582c7c4569331a3bf04d51152408ff8533dcc1f398f641ece389e63f9b7dd12ae471c3f6b5d8fbdea5d206afb1ab15df4852 -SHA512 (neuralnetwork.tar.xz) = ba66b86e10f4425c063c76ffcc97759863677a673960255d5c335d215ff8c0eeb4d0f12fdac584ae1fdcec00ab04705cad716ff9290f6b1ca9c8635841f580ff -SHA512 (nevelok.doc.tar.xz) = 653fea96310508e8a30c76821d1cd83dbf579052fecbb8c859d40cb39926d24ae0141b4788901b34b4839615b33d5995eed2b6a27f6abcae981b9d47b6ebeb34 -SHA512 (nevelok.tar.xz) = 01d207fe9d77df0a225cd5fe718f118bc755c1e23c9dcb2bc4e0b4c2983205469baeeefcc195b150cc54f4540ea71d96cfc393fe61a32f7e85d5c9b5944c5938 -SHA512 (newcommand.doc.tar.xz) = 84f71adb1cdf4213f34e30a2737f41c93fd0e8ac4970b2adb832570c98c5f3876502556392fa077a8cb647a552a8e914b2a30e4e38a039c355802e2c85c5f3e1 -SHA512 (newenviron.doc.tar.xz) = cadfcd8ecc9c0904bc9a45542a24c1b6907dabacc94f45a1ed1b885557304a27e7e836b55cbebcc6130da0bffeff7c56fd89f0b7a16430dacccd670c8c6ddc7b -SHA512 (newenviron.tar.xz) = 4ddcc24de158fb1a5b585c65adf769c3f92c4598355306e08257f4ef62718c6ca7f2dea80d742759601b37133a951d031445a39ed5d8062496459cc2f98a71b4 -SHA512 (newfile.doc.tar.xz) = c2c0e825ae7fee4fa551e831c822190f7682392d47bd8bffa3ee947900d6eaf00a363edd204f7404c834ade0bd5a05e9bb0a8284f8c660eeddf7f75179c0060f -SHA512 (newfile.tar.xz) = b949934073af1aaaada73c93e493fd39ca01ad625d72bcfa5df915b2c2f759a39d77b7c2a0a952711c8c3e0af5e6cca59eb7f333fcd27e7232c3780ad5400ec8 -SHA512 (newlfm.doc.tar.xz) = 8391122e13223055582bfe0f9e6d62315c9a48588848ab02cebd5b2d7045be5f1d476145e8ca29392820d4ee018b9f84380408331b3ea56e7e99071024a8c369 -SHA512 (newlfm.tar.xz) = 72f7b087ba1002541e3d26d5b41b58380443e30061b92885bbd3bcc017b17cbad9227c14074a53706b98c785117c7b07c6d49639c84c617782066491dc0cabf5 -SHA512 (newsletr.doc.tar.xz) = aff23fd9e3397c52a1566930d6da6184786f07adc64c63e5d9e0062451014d261db8dab06e9d393cb66b3b56a51b57f494f01c9ab27b05bbe2a226cd4623d590 -SHA512 (newsletr.tar.xz) = e2f1995420ed7b94b980fd794df5dca89e89dd96daefa43559d568881ffd17668717de1baaff18bf27e8519663203e0ea7fef214b8f7541bde81d436a3a5c378 -SHA512 (newspaper.doc.tar.xz) = b08d57346ba93e37e93f3c6e2487d56a0ac67eac0e4d9db564d221319e6403a1055729a2a1e43db4e161877b7300aa90e1853d75843c95295481d7cfaa3f6c1f -SHA512 (newspaper.tar.xz) = 227fd249bba9deea4f191c59060c49d2d1cb8e367bb3007d3b123c17dd4328206962946ce3f637c8e6ae079a9c95244ce9027b0c9f83e0901801dde066a0405a +SHA512 (newfloat.doc.tar.xz) = 4a9b942a072ac5da1e92f6ecd63ff16cda41195403794c8a111140d4d6af43947875828d497f7824bdcfd41ca03ece22469ed5e0fbec0cdd84c56471678cd469 +SHA512 (newfloat.tar.xz) = 2cd4d1e5097bd6b9abd25621fe64590e67f8933a5292f83277dd546cb949c6193af04e16a72e61c3023293f6471ed41e9b46c23dd4c6c19428c7875cf0279aa8 SHA512 (newunicodechar.doc.tar.xz) = 9ec3bdc81587e8b2553dd4ff45ca4ba0bb504ded0726aa44d1e88423cdf425124334d04ebfbdbbe57b576b0fa52cfe1771c97308f146ea19d89d41eb4475eb9e SHA512 (newunicodechar.tar.xz) = 8e1748abc585f51033a857db126c4b18f0c42e015d7193f8bc7b69493fb13a218db38da97f3a6733df01dbc247093beb544651a050c5a690f3cd5479c4ad9e6a -SHA512 (newvbtm.doc.tar.xz) = dda7ae47bb076f03cba83438c573405f1c67e5407d83fa0894e9575952c284010b62f62720022ffb7a8e723e829610d1e8ff6a8b5098c92207e8ab8755dcb409 -SHA512 (newvbtm.tar.xz) = 029829b1da07d7e2fcc5950c32021707058f3d7228f6ff82404aeb962663277ed107934f04a93e7f43bd7b67f7034821437f3a8116f21028b7c9a154449ea53e -SHA512 (nextpage.tar.xz) = fca0aec60c5c7277dcadb0f86d757617484d700575fae13df8b386775e153ea89c52935ffdb2448c52e351593b396fdf3394f5b97e23a0d2d40dac339e584f59 -SHA512 (nfssext-cfr.doc.tar.xz) = 28b2aff47d74de3a42c441dafc156297904b5db20d267f1af07d1e3210e7f9959474b3cec387be7d9b20dc04560b4100a0d9da6979ab8ad2a7cd1e4518cec278 -SHA512 (nfssext-cfr.tar.xz) = 5083d4ff4168b857a7391855ce02ea354cb17a26242a3e3b2693d6bbb35f722f750299669a37afbb99a52180433d697fbf65a6fb6afd6bd58d4b16c63e5b0d67 -SHA512 (nicefilelist.doc.tar.xz) = 5c909c6dce453a7a73abd63896c0916db3f609b7d4283b70af33bfc31ec44e7aa5b3dc2e8d1ef6fb3d33605d23e079db4e7cadf4fa13197823ca3c177b82f527 -SHA512 (nicefilelist.tar.xz) = 4e3e1b651a5f3828c1806ee199ddff3a022f27381da241f2d9400cc3943d9aa29e0dd56bd10d7fab60da1901f221cb54c74823b35f163ace0efbd3217b767ca3 -SHA512 (niceframe.doc.tar.xz) = aaf777520d300b5e8c9a17c2dfb5b12406f5e6926b17c4244feaa8d6c5bc28d87277f23fd814304a7efb91dab8a42e1ed88f6568b96f13f30c831e81201ff4f7 -SHA512 (niceframe.tar.xz) = 539d4a6f3a192188064fafd94366ad2f8a9146175d9e04b08cd83d1386bccc730a0e3be4a9fd45e4f47152f10710191b063138ba504fca95e4226fc179f70a29 -SHA512 (niceframe-type1.doc.tar.xz) = 5ab28cf7091ba993d7b4ac9f5caf2d563c60e63a3ce8975bae105f460e2dadbc963efd17b7ec5ddeeb8a35bea1b05a007590d3f6f9d5cf5dba0495e5b0ee8ad8 -SHA512 (niceframe-type1.tar.xz) = c99757f9907622958267f042f0ee0aec8dc6317839fba05309116f9151e476e37f24dde00e6de59fb0204beb9383eae039c0fabb089d6349d6f6031e8df196f0 -SHA512 (nicetext.doc.tar.xz) = 96cd1694ae0cb116bb4620f7cdc1f9e24385886c78cf87466cd329c5ca0d78111005ff89e9be50f07078eaedb69c4f3d495b1fc5063a1a69e483b86a6c8534b1 -SHA512 (nicetext.tar.xz) = 04a555a82287a39249cf6b0e18d890329098a1d0d6957fe9a1c535024b63a5f50b6487dc1fe4fd69d87908abd385b0366474ebe3af0b31f41f6a35c519a6ba9c -SHA512 (nidanfloat.doc.tar.xz) = 2be76c8e243de71698ae5264a8e3af4da8dcfcd130b0554d1547a0a238e55ee71ec57d8757648b162a6ebd17ce1047206979cf139003a02921a4308a852f0030 -SHA512 (nidanfloat.tar.xz) = 42ef65277deaf474a619e5ffd570309db8c8349f32e9bcfdf216251e81136a3da87a745b3dcea5212f636396179210c6acaa96a957ffd9588d1f414d6a59bded -SHA512 (nih.doc.tar.xz) = 1c209615f0745ed0ae4d2f4c55cf9447ec4711e9345ca3db778fbf45ccca76792039e6a7e51f2e7286034ae229b5c696ba7deee5bb8c224dbf95a4cccca650f2 -SHA512 (nih.tar.xz) = 5f016d57b1b55c698a902c7a85a652fdcd40062b409a14e38c1356b9030129b46631929e49c6fa70db7ed499043a75060c97919f15876ac7a647d31c2f0bf729 -SHA512 (njurepo.doc.tar.xz) = 61f32efbea3b94749fa0cfc3ef2a3b3a34ccfb4ed3b6b09afa74e4f6dbd2540c1a263c81ca6406288f015303250f51acab0b6a4a4d51c95a2f9bbf1f3360f8e9 -SHA512 (njurepo.tar.xz) = a62efcf4630d7c26bbedb19e0c4405e730733b71361cbec9abed7a06a377c230bee561d8b48427104bef8dbd4e0bd56b0eaf9f0f7bbcdc8b289c726cd7b6cef7 -SHA512 (nkarta.doc.tar.xz) = b3cb0205fdc567fbed23f797031e7336fb231c11490f463ee3bb3887e5d8ad1aba90bed1b14178b1d9ba15d76ba02ba93598362b9655eea78bf086c7df6c8b61 -SHA512 (nkarta.tar.xz) = 60537472bed0bd22d64789008ff8bbbab92ffcde68cbd74eb0b6d9910705f9f476e8f2c4dafa0020a24b0ff2e27c42a39de1791f2c91040af07dd429e0fa28ad -SHA512 (nmbib.doc.tar.xz) = 0014c7fdade3685ce03bf9fcc2725b430f6272025809e224b88361960cb47e5b533d88d60f0ce55e011dbb943c8fc025340fadc506eedf10189724ae79dd2bda -SHA512 (nmbib.tar.xz) = c915b266e2a7644a88de6476bd4cf81943f7da31472f1b8eb889e048df8acc4afc36e247b8fc63bfdeb8c0384d87fc59f43d87f3ff09822d076c62a0edd1c110 -SHA512 (noconflict.doc.tar.xz) = b403c57b0d794bd95416ae09ed3fbc0c4a164689f9885dbb15e8a4c25ff8751376e6e61b622c9a94feacc4dfb905a7926500368bf51e5e568efa31e1dc5c785f -SHA512 (noconflict.tar.xz) = 660ea2bc008866130d0955eabecf0afa1e21ce38fcaa0ff0d4364ebc32ea8af6a2ba57c80b340f824b14f0488d2b40e5c7ddcf663e37d6170a7ac0aa740ca260 -SHA512 (nodetree.doc.tar.xz) = d81032f9f78e49d49a6e88c4017a6f95ca8e3ced2a24210716d456ff4ea1461933540d0b553eb66e6b74c8c94e3f93328b9ab0cef2ea91c2ac37a1ab4a28ed39 -SHA512 (nodetree.tar.xz) = bc333202800520cf68e2aae42e849fdbbe8b2a1936245f35805adb3ba6795d724b8c6c5bf3973d760d5bb1327324c43721bef909d3440a3e7b8c559dc57aa61e -SHA512 (noindentafter.doc.tar.xz) = 1cc385e0bed9559d66c13967a5ffe83f1d01ad2005e4c7ca92243ca246da4f5f5e9abfde9b244ac54d73de4f874b800dc6620f7c93f6fb03a6d0ac8b2593fc96 -SHA512 (noindentafter.tar.xz) = 6037e5b7b36742c2956f39020f7e9bd2072b17ab313f5d7d86e8b0c348b89ef1392571b8cba22190221a14c6f1e44a0156ddafce8f5e2bbf5362e443f590b2d8 -SHA512 (noitcrul.doc.tar.xz) = c9c3adf9742b329ddbfdcfc41126c22039e89642f0c0d93ad064ff2160f7708b62ab28994a81860aa08d83f11a111bc11a2a54bbab88bf3713f3f6ee4aa2e641 -SHA512 (noitcrul.tar.xz) = 1629f5c0f832927093283cd5cb534cfb7ee35bd74f306fdf6cc18cfca3c72d5c1501139c180b7cf3fe71ef7131dd6a42465ee666c7bbb5c83a86f2a69a5a3c8a -SHA512 (nolbreaks.doc.tar.xz) = 8cd5d7336097abd2d873af36b2ba6ebc8cd1c405c9a715c67e6c04d02dbdea067c0b7a8603418005ce223e0f1bff161a3dcb669da7c07c30b2ccdccc7f953fa0 -SHA512 (nolbreaks.tar.xz) = 4057a988b0357e2256eea6ae47c560d8535528e63b93d648c45d65ac44c4894104015e3411b7046606b9a68afc44033d037229d684f0c5427d9dd2ff5b272279 -SHA512 (nomentbl.doc.tar.xz) = 4ea606a78da4c0c4f5c35b38b9a430de8dcea49c8662081a85f3aa575523c40f5951bd54e2c8acb368b52f75a3214c0a4b0d178dc262a64b8f6485852c4458ba -SHA512 (nomentbl.tar.xz) = 195cd134db2faf9c7405d040d0d3b4a71ec39ac201fad47c855d34d8f734d069c03424ddec6b1af978e7b244b3907f846fbd80fff6063e7b25df3de508fc51ed -SHA512 (nonfloat.doc.tar.xz) = 2d090fa397a385cb32c26957b5c4c05ba8443fb1bb7ce7e3eda777ddc2d3af11ec3ae6297bf014f40e71d4668044ab729a6dedd74e8802ce9089b59d57663374 -SHA512 (nonfloat.tar.xz) = 39f8f0a4d9ef1cf8f1dc02c63612980f25cee80cb545bf405d9d2a080256ba6799ff3030c98c26e6f2aaa10ac71015e58e4233bf84703b290220b12db45c70c0 -SHA512 (nonumonpart.doc.tar.xz) = 0cd6b115638c3151e5983845dd2964ed90f24bd35a06e904a005755696d6faccd90bbf88c7bbb5a0282ffcd266cb55e9eb1d058fd78432ba062fb4fd723348f3 -SHA512 (nonumonpart.tar.xz) = e97fcc36af3e86c1a432d0e425dd86308429e764c976a2f7f8106c3433ae5a148bf3abc45706bcc3090089911e2dfe175156eccaba7d97f544154ad0b288e58b -SHA512 (nopageno.doc.tar.xz) = 5988c42840efc02f816ca0f9ff7ad2d731c66563c0c4de21b857de975bbec08962cef4ed1dad096abc39ecd8489d3a34a66809e98f49b0a280c186d03e6540a2 -SHA512 (nopageno.tar.xz) = 0e152caa8b8df06444f50e2f9ca93f18088a0c58e2d5936f612a770b90cdb8f4bb0142064f56573d8569eee274adbc2703037ce4d7477c24d23c7c8de8748a62 SHA512 (norasi-c90.tar.xz) = d52fb16ee07ef72f6484b784346933a23b5a3357aa2f00ee212bb1decbfd3299153e88cd4bc352cfc2e888dbf37ea86a2bd6442b6393634c5f144f4accab55a5 -SHA512 (normalcolor.doc.tar.xz) = ca7a9c008f72aa1287092f881f9ffcbe58ed45bfc97ec3231fbeceeb007f6248629d9cf49598afe604ac8cc30a4e8117f54fe517fcbf52548add2f6ac6fdb662 -SHA512 (normalcolor.tar.xz) = 013354a5f7514f6267d57d098ca93eb48970df0ce1cb2db0c60ecf664cbcea177b934ab8f252cfb9dd4c0979417937462ef55e51502bca7f32a7de1a0e820e32 -SHA512 (nostarch.doc.tar.xz) = 94efe6a2b41a47b559b4b7c9e04dda1f32d0c6f5da79b51d994fda1af58b4e1cc7e808f9465f7874be6b67231383c38543fb3e98706c32da32d73a4ae07da9fe -SHA512 (nostarch.tar.xz) = 45992ab970abe997f3b01c9dae5e15303db81878b085f45fea4ba07209160ff0307550e9ecca9b67e0d01712831b6541def54382170d43db4dd547f2969f9fb9 -SHA512 (notes.doc.tar.xz) = 4e66790b76290925f49ab7f56175e2d41a20e715c43518edbae39e444d02b945ec05ca918574f52fbb6ca10fbbb060242c688fb9344094df2e025de83272322b -SHA512 (notespages.doc.tar.xz) = 8af2f746d4484a2e06bd0f7f766c49cc9b0b790da2cf0faf1c83d959f2e2f60fcdcb7cdb6f1ffed89c2b03846215b589de332dc20935d0c0add4e3dc025c42cb -SHA512 (notespages.tar.xz) = f5f6960bfade079642a4b4f221a7b762cfb5276a74b20bb3eada51706cd2e3496f91ca23e35cb39f221c57da19012597eabc8d3aa63c58e0749c8a01b6a28ab4 -SHA512 (notes.tar.xz) = 7b569f27ec34c103c5808036a6ffd7f97f9171287883f38c048b8eabbd979559fbf15b20c7002dc9b8b0577889482c4347e4986e076079809a4a5656aed46101 -SHA512 (notestex.doc.tar.xz) = c47bd3a4153467a63ac2e2b149f498f9458132e841cd70da9871f10674e77d928f7f88e58855c139dacdc225d286615caf0297077b843750e6940482398f02a2 -SHA512 (notestex.tar.xz) = 64f9704fd3646cdcfdc03f6a3e03f9fb37859b9f11463fa77e1d3d076115297fac9c0b8d6875c8b6b7f3d37127a400e6205239957526018d9ad5cdf36a984269 -SHA512 (notex-bst.tar.xz) = 68627ca4a07ed0228b9b9ea4b70cdea5196e907f71f343310259d19464d503e76e2ea8fb5f59f01337916ee1f2ef398bdb1d3e4d97f0d49eac660fdce20590ff SHA512 (notoccite.doc.tar.xz) = 83b3d2c7b97bb88af13d888d04f08ebb7e79661b4924ed6e328f26b9d19e4c6eea6719b49e6f227dc37c96201a901fe57da3745dfa7151bec27c7e8bfb81b236 SHA512 (notoccite.tar.xz) = b63b890933b27717625383488d2cbeb1501ace58b83e5af66a35ba440816527dc879df444af78090294df6d4d412d21fddbab43068a6d677b22d750ddb4105e6 -SHA512 (nowidow.doc.tar.xz) = b11e2051543215f3f19c4d1e3398564093202be07771b7b3711e9ba5359e750bd8f73118b099f82fc3bb1e9a5f202027b168c371ca6587703d82f853ced4d538 -SHA512 (nowidow.tar.xz) = 2dff380964c5c487a015073ade0cef996f5786b204657ec5c8948748f485c03b457f6d8caa5bce8148cdbba2623489a01b5370bcd38eb73469d07da4afb8a216 -SHA512 (nox.doc.tar.xz) = 2383ebed9a9c6f65d6271317b46147915afdfd6caf39893e4cfe470e302f9ed6f30ca9f725bc2bec296cc88027462765b4ca5731cd5ccf98fa5c8156b1d88987 -SHA512 (nox.tar.xz) = 0061e0bc12a06b79c4339684d0598587f3aaf1c2aeacc7aa32118d7b91d3937ffe0ca50b55f5ba9d1b7a4a1c511811191160c58bc51b68dfdfa2b0cee900b409 -SHA512 (nrc.doc.tar.xz) = 35f86598105db616ea379175f3a098cf7c94f4a0a8836302de664c7bb65bbb5f72f41c5c9dc58bf336781a23553ec49e0a5c4d7d0be12b1cff68108aba77e88d -SHA512 (nrc.tar.xz) = 2d93fc25d0305b8bee0e5e9ae61bba492bc265e023980a411ffa521f15746c6d73940e352c886ed5dbe08502f472a63559191aea44c3801518bca8b28d0b753a -SHA512 (ntheorem.doc.tar.xz) = fdea81cedc9ceca6ee29ee006867a05f018f210db2cb59c763adc4bc15db65a7e96ffc93bcd576a4c1a50e7e55d4b199132371686538216eba6fed65dce77ba1 -SHA512 (ntheorem.tar.xz) = aabab9d6f1a5d9e9bd2ee2ec4b9ca8200098a8f3dc786b9c06d4b0e00431dd66f32a254d452bce7e1bb595454e178dcdd71d724b8d835b6f1c9ad9de41107295 -SHA512 (ntheorem-vn.doc.tar.xz) = e097290ec9f9696aaabaef4dce11bec4337050848ee547535c30a9ecdf12a1e0be014f905b235fa1d851ad2c20426cd4a9a442a19475063dd4fa73945c3e1780 -SHA512 (nuc.doc.tar.xz) = ac118243f5fa4c7a4000344dfd5793dfbacc4d7a16a7031fca6305578e06bdd627473eb065a13c4d9cc5d9ef3c1712202c2d65a913c75043e36221fc7df25ac1 -SHA512 (nucleardata.doc.tar.xz) = 3d03a8b301c91fcc3e8221f913574b4542e0aa645d83e443d117ad0d69b7198c4780207f0a5e36f7e24f538a249097e1ac4d828e192f6dd22684e905ce9f1cb6 -SHA512 (nucleardata.tar.xz) = 68f9d542701bb9d2db956e70784dfce8a14058b5cab5c8316f9d76d59d20de4bc7fa05f22cfe318312b9ecd823a0d0b5cd084b809bcd615217f14e9e0ba76de8 -SHA512 (nuc.tar.xz) = d540e5dc8a3edb41994ef4ed8af6a51fea544ac929ef059fc50cd561891e02e9ee9b55a62782757101cfc5eface3a170bd585c144e7c8e79e191299527f979c6 -SHA512 (numberedblock.doc.tar.xz) = 99443d809e77b32fafaf59b3faecbd121f038e3ce8e054304e8fdae6b145a0d19a67b5e7d003db72f06528d975c3e543a2fb9bbfbae9f48be460b1a344a0d2c8 -SHA512 (numberedblock.tar.xz) = d45a69881dee3aa3b6de69587b8c59d889fcae528c3c66f10cc14d653dbf7281e9ef4045dd2595d1a5c7305686bb0d12696bc00b672c5907dc58481a4e00d70e -SHA512 (numberpt.doc.tar.xz) = 8b3723dbcbfa0163d7113c96ebcdc5a2262c169a94b733dc4af3bc263b119addf58042817dc8437ea5583ed93be1f3d5485ed76c2d704b20d303b5efa8bf41cf -SHA512 (numberpt.tar.xz) = c23fc54514b98cbc31e095f6b1ff37d37eef75146a3eb14e230ee75b71f6d506f148de643ec5e890a565b544b6d05436d47033f0c00ecdccdab697336b61dbf9 -SHA512 (numericplots.doc.tar.xz) = 1c9f9856ec2f8cfef61829256f1076099e6bcb79cb45e8155116d6c24feaa52f481c739593c6cc51df803fa76e8ec38b8d276e796660327a2bd1d86957896332 -SHA512 (numericplots.tar.xz) = 6b51a7c68357dced9627d3c618a167d689b573ea44c2f36de5417735f39f5b3d1034558cf188bad2da5eb25f81a2bdee3df6059b8c14879770c3b300422cf016 -SHA512 (numname.doc.tar.xz) = 41aaa9057415ad83177f416e43fde4c8c81e335b2f3c025cbc53ffe1d9d61fc05dfe33221c16f1d652837e4ab5a797f60391fb4c319339517090ad0e2ffe66bb -SHA512 (numnameru.doc.tar.xz) = 5e67f1908356e1f21e672e63a8873e46ebb36af39e55a64c174c3bc5c49057c6d19ac36523c34a7f1c1fc53346f6ddde8fd239ca88b5790ebba1eb8b7dbeb0ed -SHA512 (numnameru.tar.xz) = c6f92a720fc5baf6f55c3bc18e22113de0f7cad8a051c2019360f5f3c64eaa450bb12d6c361c52a5a802f558ff8d2cbfaa35897682d6ad218e9adbbc788f3c57 -SHA512 (numname.tar.xz) = b2859430992fa6ee99f4d96f58cabe26b0f216d5e3b512c69b4db74738d933ea8d54503a61257d304201ac3fbc2ba49e908eeca5953ccc0f0023cbbe8b3df76c -SHA512 (numprint.doc.tar.xz) = b821566e6fc532425c8f1b901b5613c763eb392461644850428707105626b6eb1a53784d6a693e7f9fe2aa612b72b4d5a38ddf65f22a0d022981771b2b303d04 -SHA512 (numprint.tar.xz) = cdebfa502a461292b02186b146ad8086f46447b5d8a0292fd7943d93a39796eff1710563866506679e903b7a4d415af9a8d863fa81a62395c7bdeec2cd68e66f -SHA512 (numspell.doc.tar.xz) = 6f3f26985e8c656fd68fa716fcd3ffbdc890da7cd0797934351b4d128444eeff4b2f2adb05210fe45fdd627c0da22716153aa8ebaf4b5d7644235ed8b6c2b507 -SHA512 (numspell.tar.xz) = bf6d58521c82638b9f9e93fd5314db075fddd4cb249d7e8fe8b605581ed19414d259eef98a4f205d497fe4b9c552427ac202c0c0b5810e81ce1bf7ea903ec3ae -SHA512 (objectz.doc.tar.xz) = afcb2681f0983c345ddcf4cd484d337461a53af27f6d5467b12a5368f6ce3974b9d54cdd77365995e7268895f4f0edbb814a4f4e61e4cee947f6ea49c8381d85 -SHA512 (objectz.tar.xz) = e98bb9208838b8e55d9fe793af3eb6439aff2809067878051a9849cf483a42e612ca7c9a43a86520e582161b1a9f575e4e7a5f4bf7bbcabbbbdb314595c58fd7 -SHA512 (obnov.doc.tar.xz) = 6fca30705b614ede4e055a39b92deac91daa6e9ca0922725f29c801e58b4a1ddc7176148b03de147aa906289962a3ff45a743828c0636d7f8fa3279b88e5103a -SHA512 (obnov.tar.xz) = 8adb7a1e6183576b4ed9d709b2f64cc778217602c807fce0daaa62b59786d5629fded5e7ad4824cdee90ad5333b9fff4fd47d462e38005fcd1026af8838f04ed -SHA512 (ocg-p.doc.tar.xz) = c51169bf3398b17f3dfd2e0aa0efb574cedf40c4739f1b4693f9282042fe9f024dd48675bdf5ec04895c49e0583ac436bfb36e12ac51ce89bc23ac587b3f92f7 -SHA512 (ocg-p.tar.xz) = 23b0b4377ec615d8d334d09018629f524a775311c3d227b350e7dfe95c6154795d1d3e44e7e1e405d45b623ecc614892d0996631615efae2ad6f040c1c4d8dd0 -SHA512 (ocherokee.doc.tar.xz) = 40bb5e47b2ac627007d349c0b043f299f09321aa0d6fc11ad9f345576fd7a902be4d012d56ceede9e66c8a5972828e7b5a5646c101c08fd28fa3ab1c935f8256 -SHA512 (ocherokee.tar.xz) = 9638c408e96fa861d395881d1bac87b55048a25de61561823242d78f836522205c9621f5a01bbb5ad1c8390230dac727b4fae333c22966a04ff5df1f923b5909 -SHA512 (ocr-b.doc.tar.xz) = 6d162b10b558a9db8269b2535ac9df4f76973c54d7e23dea20efb29974b839278888fceab2da85f945da483415bbbafc614c8ae4c1cea6d262d6a46dea5b69a2 -SHA512 (ocr-b-outline.doc.tar.xz) = 7bafe00b9c5d846f21cac682d9577ffe696eb54a55f4bee9314646451fec37d883eca7531f594a7994fa8038f7bb5c78a55dd8a8264255a6e60ff90929596d00 -SHA512 (ocr-b-outline.tar.xz) = ac15acebab9c9f81f0e7786cb3222b336aae3fa4a379592d5fa231e145cfcab536e28c9078ac617bf9b8b672f6dd24b30caa998242ba1e3f4633873ae8d54609 -SHA512 (ocr-b.tar.xz) = 30b658802a2a30776cef18c2ea0f1a71044b5b7819c75ec58df9acc04134cf1aaf85b97f93231d439d79c47f66d7bc57b43494aca073871ec3479ae70178fc58 -SHA512 (ocr-latex.doc.tar.xz) = d0de99d5cf93517f5be8627d649a1d8018766cbba44c40cfbe0f93a3b69c1a5f10b4057dd79194d148030948509a26ef45ea83208c2922cc64b10473d663d591 -SHA512 (ocr-latex.tar.xz) = d6a4377f66293f8f7ad8b7f8fe3a3a3dd294a302dabb33e193921882d6681fc1c5537b8de2bb188396139bbdd33f14d4f1c20f6edf44ce680df837b250ee83b4 -SHA512 (octave.doc.tar.xz) = 0fc6b228fff15a4dc90973339f2b155ede7051ce69066e24d7dcdb9c9d5ee162c8d684298c8ef7fae64274dfc4f101dbca8fc38ca68200c36cf901153fc461f9 -SHA512 (octave.tar.xz) = f7063b207152ebdbd29da1e93db1b65796dabcc1eee1fcf36a470c6074b7abf239c87f5e4e765f08ec70d8ff7f2ebc8fa29a5590fa9a9d6740a5e74c0e3d719a -SHA512 (octavo.doc.tar.xz) = daa628a0c047ece5aaf15425c0123128a771a17f08fe9212856e2d63b40340dbd7a50a4ed1e19b04198637e11b530239f4280b810ee3813fc6275b78d37bd8a6 -SHA512 (octavo.tar.xz) = 06de0f1e69c4bd8bf0a65e08515994a10ae8df83e6e8981daf70b6eeb424fd59b58808249782d76b9373d9982aee50e7c12c17e090e3697533b87d35480f94a2 -SHA512 (odsfile.doc.tar.xz) = 9be750187f9b4476748bb1bc7440dd68437ba8d11e8198af8a1d532b09c37696aa9341dbd91198922ef2ea0a2991d44a946fe080f68fd1d6bfcf563cac50a29b -SHA512 (odsfile.tar.xz) = c739d1d20c26fde107649ae8aa5a3f767f59d6db3acd063264be6ffd0dcf43d2a1c87eaf9449d1e1f71a7c10cb24cbc55849255cf95fb72983e476e0cb2a8ee0 -SHA512 (ofs.doc.tar.xz) = 13f7fd3ab4cb31ae521827b703cf4c3a0c796b6a33f46b2a24a2a8c488e92d6039a9b136440b00b6a0aba14a2dbad832b777cd5a3aa120ccfc4888ee147954e7 -SHA512 (ofs.tar.xz) = 347dc05e8742fa09679e3f16465077b0bbf5e34a4be5a5c2e1da094ad22c0e69ff9f4abb4aacb9be2c698b27da7e169adb0c1840da3e56b277514a9f9631dd02 -SHA512 (ogham.doc.tar.xz) = 6d406cd0a2ba68946be8d2eb148a6c9286a164ae701f66802ecabe6661807ea54eba175617e00920d37a88dee376c1bfcecef6184320ef1790716d53e5a07871 -SHA512 (ogham.tar.xz) = fe651bcbdb0e8f9ded07fdc412f1273cc8d473894f06af69ae65ac4c6895daba3f61571eac9a49d16de043ae6ed6e03ea386f11dd6b395347d98784bece4c8b1 -SHA512 (oinuit.doc.tar.xz) = dfb7275002731695086aa8733a543ca1eaa207bc57cd0b324666940ab932cd9301cb1c0b0bbfa4df36278ac8e289ac1be78a2e0a58ec656c470ff4b841a70803 -SHA512 (oinuit.tar.xz) = 4d6b72ce539766a3453f7edb24c243a2a495f3916ee9fd650917c510a0e8fe36e12399843c1de3dc0b0de704bf5362ea20e9bd0d6c3100e659c5641395d658dc -SHA512 (old-arrows.doc.tar.xz) = d142a95119386f85d1e6ff0f6a24bcf09b9bf7ec83a581ca43be67376cd4a44453d090e4eedf97bcba1026827eff29f97add3a6ed676833b02b718da4811a3ef -SHA512 (old-arrows.tar.xz) = 2b67317d41349c6d601d8ddcba6ba58cf503756f5bb2f4343c1447cbe4e24c8949a4de58e7cf3863a730bfa809dd09f5f1ce9944e3dc5d4de104e4817d6add17 -SHA512 (oldlatin.doc.tar.xz) = 1ed3c1640420272b33178c62aaf4c0d538f5f1ffc5350c377788210128c74eef4e6023fa20b3d9f214f518079e8a8c3753c74d30084f5a71a994dd4b5534635e -SHA512 (oldlatin.tar.xz) = 02ba84762eccf816178cc652d7f8d8f7d962db7d5386de4a8274dbc9524fd7a212116de0d7a53886bd5b431ddb8a5cd8ffca7defe3174cbb50f417172d2963f2 -SHA512 (oldstyle.doc.tar.xz) = 79e2c2d155bab57456cf7d2ec08930d54e538a830c1e7fb12c0731b246b917840d0ba06d31939ca97e7a20e53a061caa5a5a3beb139fc1a05f32dd9497a37ca7 -SHA512 (oldstyle.tar.xz) = 968ff7b641f6ae6e8aaf43d1ae9617710b0bfed9894dad135cfd11050eef1c35c48d589d58d3a94e34f93c22d85c58b047ce8d0bbf0ae5c2e645de72e327f9cb -SHA512 (onrannual.doc.tar.xz) = 4a4f46965a0de8ca99585d4af31aa2f0f94e51328c8cf1ed29768bb9e2f8cb7e14d63315a008a1d0446d7496ce4f8abb224946277ddf47223808f8f2277cfb64 -SHA512 (onrannual.tar.xz) = 0c9f717c54d70ad24a1d3b08a6bd44a4e96e932af4d78ba2895f40e16ae5e5b841cd421b71ff3e90490c13e0843d48b8a28efd49b33ee3f74ef9b6476c88f8ae -SHA512 (opcit.doc.tar.xz) = 6c4e48aa8ea0dd464d7d2902513b1640437518661e9d7237b958b95ad091053b41c6c5ed4407f9c9d87ff5f0ce0b2bda3a99947d3bb0cf70352d5737419e22aa -SHA512 (opcit.tar.xz) = 4514d83e3554810da7fec3cc165c89a87a4aef04866755a5b42861b484ffea81bfff694609d18fb5e3bbdacc3723cbed96305ba0c09bc48af92456cef3b7b5a5 -SHA512 (oplotsymbl.doc.tar.xz) = cd4ceb0b923da7c0f56817602eca672442d03f628440c8beb82c953cf73a9d1bf8e24939a3ba4c813c99b7a2aa98adede0c98b4678b06fffd3f0bdfe8fae52ad -SHA512 (oplotsymbl.tar.xz) = bb894b28fd62f95807bf00856aa2250bbe58b0c1def385d6528b50ba925410ff177ebef97279338bff7ab70db012ba916edad067584989f86797b1fbd7e21863 -SHA512 (opteng.doc.tar.xz) = b1dc3f9f107e1e8313bfa25b843a4959522eec2e6bc886e8b6271c2175258d7108c824bcbed8d243f0e51b70851e68246fd572bcf6afa6aecdeb86a946bc247e -SHA512 (opteng.tar.xz) = 1af8edfbde5ac2abae770765a437bb42d5852877438d283d8021493c621e94d09bd62d9012556024ddecbeaddd838b37ae9abd0486d73e2698956ef49ab585e9 -SHA512 (optidef.doc.tar.xz) = 3b80346a15a6e1d7209c3584d4fc9de944c55867ee7f21b018300b87615c0ff4fbe290a8683088c0e81f0eb20cf514f13fba0eb141808d8e5f5986c75bc9546d -SHA512 (optidef.tar.xz) = dfd704e585df8d01b279e67ea3a2baba6e86ddb9f38bc9747e370580a5f218e7ae4446d2429fc6bffc605ef0ea56c8077a8f41f3ca6a8e857df29d0e3f328143 -SHA512 (optional.doc.tar.xz) = d975e4f1b31e2335e55a41b317096be36161fc36fd589255a461772eb701376ce3fe714d727c4de9663ed8e4300bf0b570855b6b3ccb6b55fccd56206ac69692 -SHA512 (optional.tar.xz) = 3f6d031b4bf863a339a80c3a05b101393f88dcefb67c61a67e01d9647e74def1fbf30f3d018158a83c8a171b875959bf57d7a3e90dc724c32868f9aafcd5cabd -SHA512 (options.doc.tar.xz) = f23bc3575d6c93d056c752c63bb39e3ef9c92de1a90177e204e4d6a1fd90ce8c9afb36e727ac8ce827a59dad96a3b236e5c3c09af081160113cee1b529bc1973 -SHA512 (options.tar.xz) = 3cdcd07f3c279a601da49a843169f0cb44aea573ac6c1c67a347712e5a087df4b21c6481168407ac6383e8fd5cdc511ea29fd7ec944edd2d514ac88b560633a3 -SHA512 (ordinalpt.doc.tar.xz) = dbcad860dd1fcff2e44f568caac9d3d60f4e9ac2312c672b9e9b46f9b31a2498a7e92bd646df8c622b024aefa8f2ecdc9c24e3f95f72f30f1e9b213d6bc4a53b -SHA512 (ordinalpt.tar.xz) = c494aee642949d56d8fe4aa28c18e38faf5f66ca8d9f1990419b7197ba6d8547004bb11c3d7b1d63cfcb7414b5c618af81425e4fd61fcf114dc36f9b7fcfb039 -SHA512 (orkhun.doc.tar.xz) = ad0c15ca89057f2ff7d43a1bb8ea4513973978e1316e661a0e32ad8fb8005257a634954e85990958ba22360d29eea2d6ea9d87049435416616349874617d9dd0 -SHA512 (orkhun.tar.xz) = c1e52283e54e4de7caccfe605438e2775ebacc9c3fd21c143e29d7966c591ccc3fba77019e4f9ed9850762a0c80475edb6c9142d7ac2e3ba54007f3dac8b056f -SHA512 (othelloboard.doc.tar.xz) = af025805142a845bde22a5fe095fb96cd533d69c50bfcea8716dd7d61fc95c41727c16127c2f2b60c5bf2b55870d698db54d307c2b025aff3e251419ed58a3ce -SHA512 (othelloboard.tar.xz) = c975c73b8737f008b7f31af86e6c8a89de3f907c6fe782f075b04819bd936da3853a8ecf15935c04970777a4873b5baa38f9c675cc8943190df84ddc511dedba -SHA512 (othello.doc.tar.xz) = 8ba85bf32ff739e4588512c2b33bf242b00e3f38a7ddb1b3f5582cd19b925e1adf52b4243857f1ef4b9d8198e8dc80a9aff8a63a7b3ff926978dc7e5c81262de -SHA512 (othello.tar.xz) = cddd446d5b63ed22ebc4e561e43fa8b4b1ab2cdb1ecc45ab98e60d6799646845a9d432aa45248e7cf70bfc4aea10cd42960a8846479df46a7cd701f792b4ca74 -SHA512 (otibet.doc.tar.xz) = 96f9d64c8f668f67afe20dad97d1cd3cfec19df3300204831fbfe0d245c1e15d8d0cea48bb94fb002cfa18db45d3ade730848908b0d77b867fff7557b0fb826f -SHA512 (otibet.tar.xz) = 8fdc06f22bc9d25b61cb7b3b151919b7d2d6cf3d78f3cfe5a11284d9246acb858410ccab56996cd521eb98518be9c232a4c8e0f8ebbe52d7e93c510e3a0ac070 -SHA512 (ot-tableau.doc.tar.xz) = 396256f0ce1bda04fe1c84cb45928d82651b4f6363928e33bf092737ee6ab224f473567aa5432fa00a8e4cfd9b5a3f7e7ad8448090afaaaf89f97b33ff695876 -SHA512 (ot-tableau.tar.xz) = f3240c0688276ab6537201b20d6eee422a795d5d994c6bc8eab3f275a037e7adcec7e54c9500a3a5a6d2fe237b44b0b350a7ce6f72c7012bb48a69c9c43f2fca -SHA512 (oubraces.doc.tar.xz) = c97f91df77f64d824605c56669136585b94d95031ed5a4a67f3404c54b2c96f32bafaecc06d114755d0e65c3fcd0379d63f28f94aa32ccb8d23730f5f3eaf63c -SHA512 (oubraces.tar.xz) = 8a0a6e0648cc3dd9a342a960dec6512fc9153a083c8fc74eb08c4e0f46d091e5f2c71bdb69bae80fc13a857175ec6bab4b18cc81a0963d794028f4faedd0def3 -SHA512 (outline.doc.tar.xz) = 301ad12a8f964a7dab05b208649c74ad39a64264f113963ebf36dbf83c90ed8ed042d8cc15f626f6081bd41f51d66dec592eaadabec32c65a0d67d15e8ead37a -SHA512 (outliner.doc.tar.xz) = 024095493b4b7301597798285afbdaca9fad291dffec9707b82da9f23b1ee0585345e4f201d6b322a1a65ceb6f703ab5430d14973c3fb25970b04d2785ebb9d2 -SHA512 (outliner.tar.xz) = 9251cb4154042c7620f545b2fb305cb996af9ff51c44259287a1f5ec490cd83bfb82321c4d8512ca2d22e5d2a7409ac5dad9f7a7d51f38a76bfe77faf2ca4af2 -SHA512 (outlines.doc.tar.xz) = bdc507a3f3cb966d03df37d9385145811c5750bce6341935231ae987b0a30dd65424a1bbb772920586721e25711caa429cd6d8b8149088f753f36b9dd69ddaac -SHA512 (outlines.tar.xz) = 1611e4ba3b8fe21db83a542da9d7e0c3431330bc24e3733d28c8c5b3172ce3e4b46ff5b7dda41f95b4edb6502236f6d558608487ac47f8726420a2afafed75db -SHA512 (outline.tar.xz) = ccfb49c4e035f0d246f00aae56efa9d6570ad3997c44e2bf70588ce67a0bc3fb7bccff19b65629fb27158b0156a9802d97ea1f8edf6f4494f644f40df5d97118 -SHA512 (outlining.doc.tar.xz) = c083046671d159fc118f25e56ba34d04f8011e0c49169920fe679ffcb78d93e52a6f8bb5bcfb34c47f0b23f73579519c431976229ef143a31ab059cde6dd64ce -SHA512 (outlining.tar.xz) = 0d2b7dbe710d1ccd54a70cfbf6464a3ee5ad0fab8ccfa61306d5d5d83252c0f3b64f1caba6b5e8e75f7e6237fdfc675981acb67fbb730282978071e76e92ee40 -SHA512 (overlays.doc.tar.xz) = 3e9962fb56116a4cfbaf0e54e95a3129aa2414be617a12cda9b0d6199afa24021ab9fb1f8d5ddbad8edd7af915c1b80ee42504ab7873385a391916c96fefd6c8 -SHA512 (overlays.tar.xz) = 6ee154baa88428dfa149de77fa12e9d37ba6e5dda7c54f5e7f28b9d274be7457ae9a71484f3cc588a0797d4209bdef37a15de9e3175f0708711a54a845274084 -SHA512 (pacioli.doc.tar.xz) = fa911ec25c0d6cfa62a2d5396aedf893b9078604611ae5d34b06f24740f65fd62895e4d53a10931071d19ddd24244e3c7ee9893f4eff03efd0920fd1c1626610 -SHA512 (pacioli.tar.xz) = a82b391630b5f572d8ded331ae98f480fb0cf7f3eaefdcab3100bc839e2b026f012320e334e82d04e01a27657f36927a4d1570086899ad637f8c47ddd0f22b2f -SHA512 (padauk.doc.tar.xz) = ffa9d45c971b7fe4fbc55644be4093268f842e13a2ffb1713be401cc88934dae86f012741951f30580a94a57f35b85cac9525869e0abca5601278d48a19782c0 -SHA512 (padauk.tar.xz) = fec57c3e7bd299671ae8d6489723a4d33c54b11223f5f37f3f3b3cc148fcbb6d9a9aa46587ab83e414221cde3a7d0e4493877d90e9536952d9069a4cec7c758f -SHA512 (padcount.doc.tar.xz) = 68ffec3a80473b3b2899ae262fcbca47198c61bf1363b9c167986cc95214c778fdd49ed65e8fda8f15d48d3d9941ac54c6660f28729dda176123fa1b3f7e8631 -SHA512 (padcount.tar.xz) = 9378dbaa1d3a569a3cb4bd70fa1b5a6dcdb0fe089d3a2c3eecef4cfdb776607f42b7fb018461c00781f8b022dd962e790146297f5df29889db13794e25c1cbb0 -SHA512 (pagecolor.doc.tar.xz) = c63adfeddcd00a7d738fd74c047b034d4a88264185d519d4891a429b82c62f20dc28196e1657e1c7c1dd3fa8a570d5a66e6af3aed5c78ca851ec40153f2396e3 -SHA512 (pagecolor.tar.xz) = 6df1ddc270fa99a658d2ffe94b29e31e54e665b3c3c41c8c1f992adb8453f5bb6b59356c2ef049ac4679f4e996a6888911e5c8c5d92500df0a3f53d5a11f5fb1 -SHA512 (pagecont.doc.tar.xz) = 634110b7cde040e5ae7be237abd6817055f7886d9fed5ce1a00b5ea93e9bc885f0c15398c280abe8472e27ce89aade2a827e66fc041081c8d31cdaf7755119bc -SHA512 (pagecont.tar.xz) = 53b0f558c6198181349a66b39f0b54108a931279766882bfb713390e79ad0f62218ed841416e143c6909161ffec548592ffccb337505eba61f643a05d49f1fa6 -SHA512 (pagenote.doc.tar.xz) = b57cbcef6a6ecec75b351f6a3dc09f0422873155a8f90819dc4dd2caf60cd562a21de7ce62b241259c2f0dc3889c0deceb25c00f7f3d8764a90f5861c8e8c1ee -SHA512 (pagenote.tar.xz) = f1db9829d909add12458cd17771136ef642b5655b03779c8b2fa46cf25afcb8843d91de331737f8f6537e7afc5f2dfd275926e6f4502c8022b0472d61b433b1e -SHA512 (pagerange.doc.tar.xz) = 862ed02746c6d91a2b8d9e19bb2e943e251dd18f0d94562bce9cc9e8ad603f7554e77ccfa2485b9a4eb7a2d6d5185756985f104d870e95823a4b33072f24bc9b -SHA512 (pagerange.tar.xz) = 9216d443f44deba5cfc4ce04174031cae55f2adffa0f3400bf3f315c3b9003d1ee015fb6df69cb2cba23eb117f2ed191b7033ad46a51bc718260a44778783c47 -SHA512 (pageslts.doc.tar.xz) = 58fe6250af4ecdd6d62c231778c89e0b049995feface3af66dc73b920f4dcdca8838d3274a7648caf2b38746fbdaaddd1b4f87577c77dabad2096e9c8b681619 -SHA512 (pageslts.tar.xz) = 7db146bce45ee5ceeec5904e8f3ed6efe0010885b657b0f74546644c3ce2a018deafa95a11390da3d8a62eef16508b82c3efa9d02ac1662cbed18e905cf869b5 +SHA512 (ntgclass.doc.tar.xz) = 18703b1ddaf9fbfebb2a546bc8e63f5e15958c6f07087d936a0751786f5fc620011654649999c815c3cc0e78a04c6efac736e1f36708ec858438770c27e9398d +SHA512 (ntgclass.tar.xz) = c92ad04449f1cc888b80d0f5a6baf318bbf2f743f5131f8c3fafb263f88a2f9df2037c1e8172806a41dbfb96d447c1e55c949e99745a60073431f4affc27cba0 +SHA512 (oberdiek.doc.tar.xz) = 76baac4bb06b595e05bf235a6436e8d59b06ea6917ffa66d6e82ccba994975b6992caf422b40d864ecf7ba7152446859299cb158eadef3c37a6d96354649f6e0 +SHA512 (oberdiek.tar.xz) = 6e3aeb760239bd3f8ee92655703b6155f9f096f4baf0cd8efa3b6cdfb67f96ca16149ea3e11dd851960d98304eb88c78373241d0b00948b3d717ed92e32d858c +SHA512 (overpic.doc.tar.xz) = 39a93d00bc5646095c1e104927655e61a6fc337ceca8c336cfd40c39a63c02b18a440ca4c9557537d3ddb991e0ba4aac9f9ea821c7cce3f447359fd9f0203dd3 +SHA512 (overpic.tar.xz) = f6946c04fb1bd17f8708698671c17037688198996cbfac9b358169d1cfbaed9835b1b05b7779f3b4545c3b7de1d0ccd5148757b3cf125983ab0cdb8d895c5e69 SHA512 (palatino.tar.xz) = f21fdeb0423853294f52427bbe1477bbfd49b1a6255bed5f561dfa2156cf8309b2f71d2c09ad74bd64bc1fd69fc73816e3d84e72d975db5925d4c3c4db6fe8ca -SHA512 (papercdcase.doc.tar.xz) = 01d43ccf0be5caa114f1b406e5cd4c1f8f44f06ea92e6d3fc999a5bc71e911d6c99dbcb8a1b9c49105b978d0d36e6ad2642f73446e3ba6a55edb11f82f40638a -SHA512 (papercdcase.tar.xz) = 8f2c923e72c7f16b394222ad86bc3f07304e6c39965473482c708b15574b0475af6eb6aaa085b94be6b0ddcce3324cd5639a8317caad55844998868ff18f0e73 -SHA512 (paper.doc.tar.xz) = 2fd771d5f1035cb48c0a4de89f1174a988b3b8254caf535ca75633efe2ddc0483d095a720a9dae93aa7e832b0d4e63bc49cbdcd801e4190209f56bb0632c5aa6 -SHA512 (papermas.doc.tar.xz) = 2d0a43fd05efe6c96a7852f35c560b77b9461e005432f972a9896184831fb81f72946956f3aefd115ca0f5fbbf684ab615d50a7ab98a5e09a190b72a08e56793 -SHA512 (papermas.tar.xz) = b5ef2975638a8eb48e7aa9fee72024eaf5695ee3133a35a4326461de03e04b750ac90e0874de232176435e0855807aaa074e6555f3368fee55fcaf61e6abb552 -SHA512 (paper.tar.xz) = 484964a6da8fffb001e29b471f7c9fa52d2f1aecf66da8f9365376b987c79e8e39cdede0f0d61977381aea78f9e6429216c0cc2eaa67a831e4f1ace29e2c9503 -SHA512 (papertex.doc.tar.xz) = aa36046e89f7e4486020a62dc8cb10f0a680247a3148149831153400a4ee935d3120525de3fbf29eac5c6cd58b655c1a2dcc2c4a8baf7d849a40f842d3b895fa -SHA512 (papertex.tar.xz) = 489718b18bff9055917d9aa1329c34218282c2dec743c4a136625b6c39dc5102bc85d7da6dfb5e2b6a0f4bfe5a8fe27341ba9c7cd205cb8435ed3bc81a7a5c1c -SHA512 (paracol.doc.tar.xz) = a5711614d817193cf34cce405fc57f00dc17f3757b8c945dd174ba03453943c22e9c66b19a0f83444abd61f486e5df10246556e59d281f10f95452ad1931fb49 -SHA512 (paracol.tar.xz) = ff7f60734dcf6d1db89a0b80747b31eb95bb28ac90ea5d83546feb08389fe890c6e3b4c44995b115d3e9d446823e81e27bf08337ae2d236a5a89c2c79258f741 -SHA512 (parades.doc.tar.xz) = eca6b66f0bb424730177498fd6310718a78ffdd031961f8de877bd6f9d027430143c19310b158abf26f92b4280016cdac696f423b493aa49d60b06cefc546688 -SHA512 (parades.tar.xz) = 6eda005756083b1ca0c1ee09efe44830874d8090c25aaddb8d6631284a057130d2f03ca7f88b460fbeb7bea90ad31da8242028a70b07f6a66bfb978cd7390e26 SHA512 (paralist.doc.tar.xz) = 5f103c629d1c0bb94aaf6c86f7baefe3e99a854e764306cd21e256011ae5ed95601416e33677f73f6471bf4ce2a375b6dc98b8aaf35b8dab1c41ca91b7ec3ec5 SHA512 (paralist.tar.xz) = e05bbd65ae7146515dd5dcc6ad7e40fc8437fae29ee26861aa9c2b4b6da0015fc00974f0a2328a72e6487660794a822bb64b35ea3282eac980c3e7fd23f4b899 SHA512 (parallel.doc.tar.xz) = ab4c283176cf1fd3d524151cc647c1da360a1772e57b282a91007edb1269d6bade379775d0efe6731fee18b3f3bc02292057d67795475a291a4dadc748d5b185 SHA512 (parallel.tar.xz) = 975bb869ea0df9236f0e86cbfe880e9bd59ab2d6aeb98f0a399f5bfc7e4367b3f14eb64e707e4e7ba8bd3e0ee641765b9ddfd79ee1abac61f96414f215fa5cbf -SHA512 (paratype.doc.tar.xz) = 5d11fcd66eb57909bdc56416f53c060cd248731cea02bbeee232d10cbcd2e10753a66ad7347212337b6b110e94a82970f98b1486ce21a6ce61fffa50135a6b6f -SHA512 (paratype.tar.xz) = f7c3089b516e40d9d5534a1d25ba104623f37c3d2b77b6545b07034114644025873c0317f4a0bd5b54c6471853f5e4c7847176b42a6bdae29a6efea555fd7ae7 -SHA512 (paresse.doc.tar.xz) = ac71db33fbc694555438441de4d03d5277c598f12a7a59f8d0b4df05c39bb29571691c3165dfe121deebaa4bfb90fa5e7b1a2460d8731bbaa71502ee79b37a00 -SHA512 (paresse.tar.xz) = 92c265c8f34f24ea37a478926c127b203b9ddd143015875869745ea1633cc1458cfbbf4129f24ff141e91724f9bbeb1384912ee753ab7a26336c8470897430c3 -SHA512 (parnotes.doc.tar.xz) = e9728eb1025e80f41ca07632cc2625ee670a61ebe06d003585645e6aed183087df460a1dea4f3a8b17013af6fb3e974a95b33d848d2502435a37b1aa881ce833 -SHA512 (parnotes.tar.xz) = 798ac362fa4b67dacfe9b744163555d3c25c9e4487c5d2e2fa47be12d8d4b41bf89cb24a04f6434c804e9ca1f45e6d1f22ec234ac04596d5e1905589cf1eb558 -SHA512 (parrun.doc.tar.xz) = cf284387780c9b2f4a79ebdd781388525aeb2a03ad9d85048061a6c43728bb6f2f4fc840ebb499a44a3fdf612ff4a20f36c17a377f959be813b4ee4d12288fb7 -SHA512 (parrun.tar.xz) = 1a09e6dbde9c24d88e21fffe24ead7ee7567a2c7bccd2ef33e49eb1bc8eff2befb3828a87616872f63d1d8eeba21814cefc8bbe756b17f887558449aaccb1668 -SHA512 (parselines.doc.tar.xz) = b6dfad3ceac162f9c122c2b18fa168469cb6c4befce1c4b2c8f003507ff4b2aed30e6728bf29f04545a080efada1fd98a9c8c064f4ac1eea521fb486624e60b2 -SHA512 (parselines.tar.xz) = 81d18bfa1f70157ca04383a2f6e4cf228f23d878a9e157e79ea0bbbb743090046f5058ff0731ac42f881f5cef13063fa0ff2fa9b80992b334e02dd7f2a1a33d2 -SHA512 (pas-cours.doc.tar.xz) = ff7dd904160a21ad3d84a71f75f6b25fdfa3aa0687128f2f2eda19b2d590a91d0db1e654dd7d1fd7be9bd643e008db1f0c30b2d46ee6e3b02d0d71bda2b964cf -SHA512 (pas-cours.tar.xz) = 0110f82a7e0fe6219b44f645bcb01a5ff97a8a6800c06cb9b6bf10cb15a5a4749d82728622e23e11f272bd2250f3e1757edffe3c9d27f808a3e2bed5f4439166 -SHA512 (pas-crosswords.doc.tar.xz) = 65baac7fa63a01c70293baa26d99d21dc999f959074a3d2668cf6661d3db059b47d2f577f8c9f5d7ac6014e601f50e547283c55541c492b3c2df4e5f01b65be5 -SHA512 (pas-crosswords.tar.xz) = cc93ed7340380b2072ac7df4c0d343e43e1a3ae4252c42d9914edcb33232597a5c86d22cce3dc02218e6e725191f056ef9fb342e88d1a60dcadd8d011723b649 -SHA512 (pas-cv.doc.tar.xz) = 93460e4435546cdb2df20e4e1fd555a726e909e411d42068b6f16f8bce2fa90144e1db95cad4cb94430f65b9614d766be00fa8c3e781a1de733b189a0b4585e3 -SHA512 (pas-cv.tar.xz) = 4dc3203c5888aeb3c613ddc16446d7ced1dbb8ee1c0f0d983fa010eaf81d5a0a7a9364381be04e10bb15a9f258d4ae086fdbc650ab8ca627b07cc286be1ce1ec +SHA512 (parskip.doc.tar.xz) = d15b36913914f54897c50521af97c1c61328c7b895b9fbfc25d5285abd029fc433c544fd3305675b374f685b91b8b1ac2115755210d02489799e4fdd85bec548 +SHA512 (parskip.tar.xz) = 33fd97f4a8ac07604696bf372901013f12d0926696ab6ad7c57b7f578c92da416faf83e441e16711d56969117a5204de2949f9b69d56faf3057bacaf07dfb4cb SHA512 (passivetex.tar.xz) = dec61bb52bc1bf8588474e6d8971ca16f691d13b9c1be1f131cf0a720a205df1a95830f2f172df2efc30799d4aff9af064f9d851d9c705235aaf96e4b50decdd -SHA512 (pas-tableur.doc.tar.xz) = a498726006eb5b3c7352a776c47e215fedfa7005d529fbdf071946ec736818e6836591670c7342e84d2886718d2faeb44824256f2aca744bf97d157e00f71174 -SHA512 (pas-tableur.tar.xz) = 61fc474406d55ce0fa4b2edfb41f4ac9b2585e448c2b2b76452a29f2a03eec9ea1658cca2fec4fd0f1b8576919698a6d3ceeed650b773783af47685f33c969fa -SHA512 (patchcmd.doc.tar.xz) = 3c65e6b1fe2b25efb45853deb5b3111dbfa03de7c0b154fcd86719a81bbf725e1872a6e6b5a9955e63f410ff3c05bce5de336f4ab1e612ea0d82b8d44d5fe960 -SHA512 (patchcmd.tar.xz) = a98085cb274c189644fa1307cf4ab5949a9eda76936fd6b74a7ba366b04d58b2a213c1a5ede53f644bdb76d44eeccd919176fb1934b8eda55489fee16f0c349b -SHA512 (patgen2-tutorial.doc.tar.xz) = 4c375722cc01baaca61acb9d93baae99f7776483a6492d19b7cfbb13038a40ec3c76bc8580cc455e9233e89d0c29194f8c41e51078d3996a3e72431d9113a64c -SHA512 (path.doc.tar.xz) = e52367b81b9042af70e940aab99fa13140c31d58768ce94fb86df74ec9b52fb365168e7e325d8b2e304094e5a35fbd9fd687305062b5b606bb9e5748f143ac2f -SHA512 (path.tar.xz) = 6a1fad600e4683476206385504ab5fb916caecc1101ac903d23042c25e055c6d4a73b85a57a3293929b1effd7d4af6db26c36ff994d76efd1c4f81073cee785a -SHA512 (pauldoc.doc.tar.xz) = 178950b84cc4d5e1d78001aa75fd8cd5f0b3ca8e800b15fa1b65e19968a4642fc8ab2a3c2a95ab661155437790f100d48730d40a701dfba3a21981e93e35ba6d -SHA512 (pauldoc.tar.xz) = 36e67d812dd0218d013808879eec1150d6029e13519b0796f061a850d2dca99b8c07a2ec2fe9c49004b0f9947db10ac8d02d47a858b8b27852744cea58779d13 -SHA512 (pawpict.doc.tar.xz) = 5f8fb39ccf22aea8c40e3fb5d2babd757447e089da79a9df35336c56049872f45bb04fb76ad08d8d8a8404523666841fc757e7ebbb5201a156274ec2c29958b5 -SHA512 (pawpict.tar.xz) = 426fe59ed20c41d3b11c87814b5f3737271d20bfb2cbc45142a36a42cb5aecc1555ea69a8ba1a1cac7bab323d8c9f23720601934f183d197b25e84d2037f057b -SHA512 (pb-diagram.doc.tar.xz) = 4b12c7f67411ed86eff674665f61b6b2e34694c937222c7adceaab453d78a6a1f23c58d3abd7ed2320ccf05c40e6b38ff2280bd498e7b71e857bd6fc86de3067 -SHA512 (pb-diagram.tar.xz) = 6e2e18f93d5575e3f9db1147a9e255d2ab8a3918e25f53315f91ec395962a3c65d7321c1d162ab7510f16b25e4bdc5c8e4688e56820759baef06dcb08833a0d4 -SHA512 (pbibtex-base.doc.tar.xz) = a87c2feac2b0a115ccec0ced7ed9b5215c8b7501020a4ca14fea9a5062bc0994fa31c892c1a738c582118b73ff4df5aba371abaef76d3c15a00d5268bef85031 -SHA512 (pbibtex-base.tar.xz) = 4c807466ddae93f7b12a62fb32b4a8a8dcdf16eb8935548aaeeccaa90de15484e396f307f229cab8a2980212aa7627e80047502a067847114ca7ff6a9ae22c3b -SHA512 (pbox.doc.tar.xz) = 1955a1cd5336a7d71483f49bbc8c65426485fd38447282262b58b4633398cda0753c5574455421b19d92d5c88c599f9c227b54a7c340a35daf233a4f48a1c276 -SHA512 (pbox.tar.xz) = cf2ea3781aac3d0b8619c46513bf9894c4b4efd8ba89eefe2e5fbe4e8f82fedd3b17f64467598080a577c65cc21713671c68763ff2600ce24fb6f6ddfae83a3e -SHA512 (pbsheet.doc.tar.xz) = d929cb815e8204268f17d9e71f53550b7647d39fd50782c1e6bb848a6a8840ef8389d2f3359bef554450179bd9a638ea80a1c7ec018c7275165622f1ba645a95 -SHA512 (pbsheet.tar.xz) = 4fee9d64b1988f9981a056adc10de3be6940cb2cc7e23d9bc4effa8647e27601e5b74d2c15289ed5cc96c3f42d4f2569d897be111e2dff064a4c5d40445c760c -SHA512 (pdf14.doc.tar.xz) = 1b848dc73554175d33b7501fe83f1689e5181bddc6f59db00829ea39ac6aa7f91ca4f936f93a66411ebb257fd77132c6a4fd3371c8c28f0258cdcca31b8f0b38 -SHA512 (pdf14.tar.xz) = 6291a2cbe2fea33d2a948a8ce58415de875cb09df1eaeb674f2a8fd3e3eb9fd5897d73e2ff613cb71562299ac22b07566b3c8730c807928e5a12f3e572f99622 -SHA512 (pdfcomment.doc.tar.xz) = a7b6f568daa2d2c01574f56641326c1cf46c692d247fb8a8fd7485d6e804241a43691ac42923df35dac4453a23a5433fe1d7a063a88f4675a00780e89675a169 -SHA512 (pdfcomment.tar.xz) = 82e1f9e9dc35f652d1ad348c6f2e03c1472c36c113cb17080061f66777d129f55f56a29c2a94292974ed759d12727d93e1724a8b529ed0b4c8c3e53511ab1934 -SHA512 (pdfcprot.doc.tar.xz) = ef19fdf93050dfe35df88163453067e589307b2173481d4f3b6943411bbaabda94b472622b93485637de5c2f885f9153d5078f5d3bccafb52bb28d3e25f39ca6 -SHA512 (pdfcprot.tar.xz) = d046543b42966f8a566be0c89d78ca26b26d4095d99d5b16045283f0eb52a90a92122c1e87a2842d12d7ef2f865fbeaa69315a51bb922f713d33b9ef2e270fac -SHA512 (pdfmarginpar.doc.tar.xz) = 24f2fe0616b0e6872da321bc7878f423df54057c9ed7b62eac4e3de36df4ba9a5f0c4481392902130038c8f2da098d2fc48be34056a03d6e764a01b66c2649db -SHA512 (pdfmarginpar.tar.xz) = 1cfb39ec9982fce753e3c0040123fc0faf39d94a41cac95dd0d189f2f5dd21f0a03c2f7e26de999097905b2bb32ec8d73e6dfa808c8ed2a49610da436639767c -SHA512 (pdfpagediff.doc.tar.xz) = dbdfc61b7f7bcafa597e439085f9624a48b734b2adbf53dd58ba6186b3597180b7ad3fc757acbd07c6466276a9e865bc154245e84d28b1e291004cdde64f55ea -SHA512 (pdfpagediff.tar.xz) = ce28e8160b14d0833b57445392237dceab536108a9d96942dcc0adf5305c149ba08269d697ab8508d8ba05dbc59dd972dd242cf7c4cd12e3d3e857eb885e5277 -SHA512 (pdfpc-movie.doc.tar.xz) = fef635a0d0a48a6cb35fe8c3e0b17342b84bbeacd1604e01e9fa1217ee92aef4fd073c1db5aa72161082c6dbb273f1a2fc55a2bb057cf3fd12796de8844df614 -SHA512 (pdfpc-movie.tar.xz) = 131ebad8b05395d0ca812fe50a103847393e4b00bc5574109ae3644b6500c58b86c48e33aab548c2404bd08ec6b893b9461d76f957111c7e653fec8473b8e63a -SHA512 (pdfprivacy.doc.tar.xz) = 81e2d8a0e5f5889efbf96eae5e879378fd0b4cdfa9db66283e34836b767d27d216e35822f9225eadd8816e46c503443055dc822f221b35134ecf95fa2e0d22ab -SHA512 (pdfprivacy.tar.xz) = 8ec360bcfa5056b240091f1b2b5e6562656b15379bcf74b161899ddce41cb70d08cfdfb73b9497efd48e192fde11bfb4ffc59ed99059e1b6f6619e34b7f39bcd -SHA512 (pdfreview.doc.tar.xz) = 72f7a2083c7bfae24d3a4cae397925f9d02555587c59cfea8d78b8fcc0de5db24367968fd27799f4148865ca7c2a4c2dacd11269d1d71c36f039fdc913a532e2 -SHA512 (pdfreview.tar.xz) = 1cb41c081230f601eb627d81118a3832597e97c2e0565f48f584e8f4b6d039ce903cdca54fea4591a5c9707d5145ff45470858dd2e39d3b18a2e964cb380301f -SHA512 (pdfscreen.doc.tar.xz) = 8f4b1f6876b0adfcefb4a9b1ea5f9c8ffae0fb4ffc245fd75f631b172dc592dc82ffaf68b37e9c1907db5275f317b444966a466ab6c8e7b20b80535842230794 -SHA512 (pdfscreen.tar.xz) = e8a3fecc3aedfb87156c1dfeff4673650a8dfd31109e3d76e7f51dd99b1610aee086a2fd183d48cfe1403dadbc6a8ba84fcfab5ea832b43b8a5128bd07612112 -SHA512 (pdfslide.doc.tar.xz) = 92008d1e461e5309649ec5160b7dd3796455f04e923f4e5c8593a3a4cc76f704639206c48a4af13bfa9fa3fd735b03ad419f07d1222a45d093a6824aafcb8df1 -SHA512 (pdfslide.tar.xz) = bdb1d91b587375a0d72e317e4a762b9cef984dfa36d94fd7bd13a3e22941f0f1f4c981138b805613f7a62f4d09c7c781fa9e4e5d4b5019a749a8f8a700bf5540 -SHA512 (pdfsync.doc.tar.xz) = 7e103ba84fd41acbed007f4acceb0188372a4984977a3fbee3bf4484612c6e0621a934709982407bd1d59a69167c1d2f5ebd4b94f73bc502baa8a4830fe3f983 -SHA512 (pdfsync.tar.xz) = 0a7f183fd83f52016d499f8aefface745fee8351bafb4abb467166553d742f91ead7377fc3ce8111bc57253431aedf70f4b540975a1c139017f7d02ccebb6ca4 -SHA512 (pdf-trans.doc.tar.xz) = a275e35947c38b93f5ade7a812d7938d342b25460e2a29e16a1431c7fff5939826ffe0bab30aeaf504a57ded91925e85853f93611702ee6dfec713031edf9306 -SHA512 (pdf-trans.tar.xz) = 8e3d1526b0373113064e4812003b84fd78dec65ce4946ef991f09efcb6ffab8e89a9a655c8a0582e1f4452feb526c077ec9cff30b1ad7f3c59f07bc715e643e6 -SHA512 (pdftricks2.doc.tar.xz) = 4a22c280a28e4a45f068d52f4d75f19b5ccfec30609d7c8d143cccc67d16fc04cd1ae63e7d6a5a659a0805ed85d96d57ff5fba4b246f67029457088e7696ad23 -SHA512 (pdftricks2.tar.xz) = e50406cd680e1d5cfabcfd8000b743fde61dcff7e3c686b06f58fd1fd36e414d53140b5d244ef65931aeec67dbf458e5e2d43266f26ee9de301babbc0f88853d -SHA512 (pdftricks.doc.tar.xz) = 0e3ec1f3b7d7c9bda1e08060f0ee0615244863e513a25370b598f22bef00e6ece79592a105eb13cc913c169b1994c8a38fd60be0566e1c52e1ce2f97dc1e5995 -SHA512 (pdftricks.tar.xz) = f7c0a71e44d0d388ab952ff820e5af63fe0f94acb2feb3415a2d1b3cffd94efc7e8bd17efbb7b608d082ab1b7d7ba1b780c63088df54a8db241c9b3d133eab1e -SHA512 (pdfx.doc.tar.xz) = 22b7e52295ab8da136e584f545001d0db480cefb06b7d595133ff3508c9ee3e7b7d8c8a93c41ebf24a9e313b4e40fdf355a88ef0a65b629c3b27f5f4bcec906a -SHA512 (pdfx.tar.xz) = c1e1be225efd5bd66873663ccb134521b40253875248096a66a8499609e62e481fa64e563afd75952b2dc0041fa1fce594f4047c3c91fe6b9443493ce8899ae7 -SHA512 (pecha.doc.tar.xz) = 3d0d9184aa0009ab67f299a87b3840513229a93ec08e33208fc7b3c1a69fe043b02844ccf7569d14c5d5cdf0546224b320970caa080458c92cc299853b021c98 -SHA512 (pecha.tar.xz) = 12092c82c52e34259fb0894b8375c45fd94b9aead121085736a0f7bac90b7e156906a22d233c596c79880aa0b858f7213f37b2059cecbb4627ce2e4163f22335 -SHA512 (penrose.doc.tar.xz) = 58bd3b307c33494f61a28c897ac25a6587ab550d4e1ccbd5f05d101eba6466fb3981410084f34d7fa16570b3af6ed1e56cb5d9cca18429fd23d3371601daff42 -SHA512 (penrose.tar.xz) = 2d61b2b6a46cab4a0cdb5d306eaebebb85af41ef75baef395dceb253ac68966fdccdf2317c6d26c24fa359e299f13823e4f69c40959cb2e88045b65ecc1148a9 -SHA512 (permute.doc.tar.xz) = f0f9f8d4e7e9b7cf5794529bd5febb0bd58f1ba0e95a72d688280ac3e6837cf39bdfb62ac29584fbf8cb37e1dafdcb971b9333a0306fa867fa4a1a256dd5a4e3 -SHA512 (permute.tar.xz) = 2b1ea22ff45718a12f5a031a60a2780a43b324afb3a7c4b3bf2e1a9808f5eb789938f0e084214912a50dc1a8ebe76c58cc39dccd5a411ce001fafc8fa5c41ea4 -SHA512 (persian-bib.doc.tar.xz) = a18f3652bfa8cccd8d574e475859bde8d41de04d3093f05222dfe5687460b8eb29a1e9bc258cb73cca69dad52f567572a654f46414a0d513ec27e462f4787f35 -SHA512 (persian-bib.tar.xz) = e6650399eb5129dd0ad08c3ff93843da47287ce641a65826545b10a9213437da56467eabd8c37f1a7fc17086af968043586c53bdbc7485e9a4453b3f5b23bf83 -SHA512 (petiteannonce.doc.tar.xz) = d171f31889fbf07b727c78a99bc91a2e6a8231faa25944a600ddb17ba32273ffa40a39a56e6e9b2c35ebfd0bb396ee699ebd9ab179577ab07e63feb8686d4af5 -SHA512 (petiteannonce.tar.xz) = 8ff32eaddcc84973851b93f0c1c1b250b596a080669ef60ea2c115098c4984d426e37240ae8781fa3b95ce494e9fecccdd259fd25b47402498028f2b8e5f9fe3 -SHA512 (pgfkeyx.doc.tar.xz) = 2a596ee81d2af4992dc23d6f28f788ef1d3e9a528992f01b7113de726898ae3007b685c4c447d2fcad640403d1bdd8a0eb07299ac9ea81f41c4158eb21b8e9e2 -SHA512 (pgfkeyx.tar.xz) = c2adb44ef34930aef1d78aed2025a2dc17c69ed641b59af29bcb93c9c9532785090f30834d52c415116ab4a9477d83e5a46d1509e6bd41f47fd4e37cc8ff2933 -SHA512 (pgfmolbio.doc.tar.xz) = a9dbe657b4037477adcf3ead4ad4ca5b703ee8c53739da9de0bed8e02c8e14961a963e9a4a5a86b3f53348da9eab5cdbada1b5ddd073bc18c82177abc92023f2 -SHA512 (pgfmolbio.tar.xz) = bdbd89379ed7310b78a3847c43022f6cd65f5fccfabfc4723551f5ef4f4cad3e3dcf596ff65cb4c5ba4a354f9bd59fa4aa39147782a0ed369a7dfcb68ef7f9cc -SHA512 (pgfopts.doc.tar.xz) = 8c5df446fe33e40503caeb8740becb28b3328490fb6aac2cf858645a5d896681d6448e5160cd32e7220c164838fb65dcfd85a22a6c6b9205511f6055f23dcabf -SHA512 (pgfopts.tar.xz) = 39b29273305a894c37bbb8f2edc899eb69cabed78623ec5ac66d6a75fd7d6b344c1fe4813f56383acd1c51acdd099fcaf3e97af294c5fd63ffe47e25e9cb9caa -SHA512 (pgf-soroban.doc.tar.xz) = 3f4c021cfb99a27778c250f9ac13e2abe48127731b54d0fca9e8e588f44ebf797e034a56d3ca19bc847bca173dfb03ef9a70e0fee71649188a8427d6eabceb80 -SHA512 (pgf-soroban.tar.xz) = e0f85a77e9d81bf01f5516c3b3baa52a9b7f1b0faaa6f0aab1cae2182732eaf04ea2edb6b0f9091272849f1d7ccb3797cb2641090b926db7f3d0483d08569845 -SHA512 (pgf-spectra.doc.tar.xz) = 28c0aa31dce7627d9c9db7ebd0f9d8efd6e01b5c6cda5b417fb24c569df5c097745b95e94d0ca328ae25649505fae154976e393d60abf39ad775ab7e73b12af7 -SHA512 (pgf-spectra.tar.xz) = 868fbaa9606718d30a18b710f2295f6e17f31f8a30b724802c765cce872b3b6623539217912bd20998f43777d0a10a036dba01aa65f66f0f89816872ebebe5a0 -SHA512 (pgf-umlcd.doc.tar.xz) = 18a494bc6e6c016b3da4d5d51c2cc529ad515b69c6a150623ffa6dec4cc92474766dfc50cbd9c894f491f594ba5f2af4b1796d3a92da21b99272bba9a65bc92d -SHA512 (pgf-umlcd.tar.xz) = 323572892f452d609286e507032c03d7301b5822dbce0ce3bf3a588a75a307dee0981f2c6c49cf17017c967bfff0d23bac24d7bc06b66475b8a9cfab9ae906a1 -SHA512 (pgf-umlsd.doc.tar.xz) = de4b7c62d79400f107d94fe3101fbbf87ee6bb2cdbb04aa6c1d5eddc9271fc4090b39a79dfc18c45d9f73371f6de09707c342e2cd5ee6dece663ee4494d53ddc -SHA512 (pgf-umlsd.tar.xz) = e32c27e2c779ba362435fd0901703dade14836347afd99b7f8e55dd91d5724ba69fd517c39bf52d95189351376ad505a56634c0a751bc68df36dea952e30e7a3 -SHA512 (phaistos.doc.tar.xz) = 96eb22628467289f72aaa0d4983e494c75b3a2315d8b9d2921f8ab29d93fffae4f459ef852529dfa4ff48a65e25d652662c54d84db54e0118b1c021bbe39eafa -SHA512 (phaistos.tar.xz) = d5cb8a051e1e80629385bff368896c47bdfccfcf38a24a723ddc5f9056a59c57703986799253812c9a4651f4e16dc55cee0876ddd0552900f978dab0381c9aac -SHA512 (phffullpagefigure.doc.tar.xz) = 837b57707c0d37d20b02ed83ca32768c4b2718958ba3124650604f4de0bb11528c2d5fed95f942545db400eca0517ef59fb168408ea9960f0a894a777e9f2681 -SHA512 (phffullpagefigure.tar.xz) = 4d443d5ce4dfd4805eaea4ecfe11bc94b9e92bc4d68f8fdd001a72ef09f519f11e20517d01722f5c7f79eeb9b92d0a6099d620e5c54dc0845b7ed5cc762c260d -SHA512 (phfnote.doc.tar.xz) = a62dc8166944e953b8efa49c7ab78b98744cb9948523f4decffee6a553a8e432ce2d9774575bbedce59e5dbd01e9bcc01d82962a19d3878a11367127a7927287 -SHA512 (phfnote.tar.xz) = d542b73d1a25d0d141a37e3bf0a3d4753829efbcfed9745ea299a90026325f82624bb5d4a5075892af758d4a4613e1560824871e6bb784a8ce0030a7fb3f4836 -SHA512 (phfparen.doc.tar.xz) = 5c34575950ee1a9616408f293319eb0634795e07173677cae112466a298dbfa5cc18fbead8e92e459718df91326d27cc7baf0414a1f1e8613a5c115c070b5016 -SHA512 (phfparen.tar.xz) = c184623f226f9bc9926eef0b5e23443bec20e66c6641196bc90daf27a648d9f0db70ad176488fe061d44746b6cf46a3217eeb42f6a95f2e37c20d641ba2838c6 -SHA512 (phfqit.doc.tar.xz) = 0acdb07c2484e2e5694690536eca084ffebee0f549ead32b3557e368ed85d7a7785c297cc639cee2cf4b41f64f7c2df806b6b27d4ae89769b0b8d99d2127f885 -SHA512 (phfqit.tar.xz) = 250626ed9e7e33abf0d19c32213236b02849db849f080bee0ddc19370acb7e2e66c838dc1149f8c1194d2534c1e073fc2971fe3687174978bdabc90efc4b7752 -SHA512 (phfquotetext.doc.tar.xz) = 501d652782670318fdb45368e01dbf76de7cb46f0f1584bc7dbf1242a71a42e7bc870c5cbf7dcb33d41463c550a0803226860a0aa64e75952f717436e8f6501a -SHA512 (phfquotetext.tar.xz) = 809820fd3108cb5b33c5f3129fb3ae8251476161aca5936b966219a49a29204107375a33e6bfc452d2aef8b0cefb30f8ab0e53984f39d5c3228ded25ca19c37e -SHA512 (phfsvnwatermark.doc.tar.xz) = 7f35bcb41618c7e14e7e9f8fb289231a8032f7f1cd2e6333982a346c5f8dd24e5733f70c03ddd183d170361b2b3af4115f6fa9b788c4dd2a020020ba525aff18 -SHA512 (phfsvnwatermark.tar.xz) = 38dae3ef3fe183bf5149b91050afd5bc9c934d01332b021ce87e9ea412008bc22d42d25a389e82b02ccc4cc4820a10d821c228c02c4f08fdca89ebde69c6e2d0 -SHA512 (phfthm.doc.tar.xz) = c2439e7a3e7f1b0730b8fc48f933b9754777e7750a58ee6a5985ac458689c2df96d9e74d09c5ade2b0b8dac49e0be43ca60a0769dedc662e151e1dac5bb18cf0 -SHA512 (phfthm.tar.xz) = c6aeab1fef49a56a7ab080945199a4f68186b53bd7fd00e4c3d3babcd3f63f998748635edded858d5904b8dc7604007753bec12fdc8ff6a7656cf1ef26c0ca9e -SHA512 (philex.doc.tar.xz) = ec8eafe3e1b5e7cdeeb2554c3e34036c808f33b4f4bd2e5fb8b2e10e4366f51db02b2bf3dd52e46c92d600cc092f30c4db6cb6f69cc66cafde5c11a53a883839 -SHA512 (philex.tar.xz) = 0b6ce5d281836926d6807dda7a8a4eace43a25160b8bdfaaded7ef9838f933db7a7bd4859019555002b662ca01800e64c4f6228427b4f40c9a79e71759aca6e0 +SHA512 (pdfcolmk.doc.tar.xz) = e2bb876ad74381fb441d870422186f4cee76bb4cb5f721334b7119fe83b2ab0565ffd5300575ab52e8d25a263d87739a1e114cffed44ab3e25d8d5cff2006456 +SHA512 (pdfcolmk.tar.xz) = ddcc125c608eea472c06981c9f5a901a431da978fecaa2a5ecdd08e2f6499ad25632e4de86f7e92445a8e276403ee92bca636b80e5216e78b21ce355910ead67 +SHA512 (pdfescape.doc.tar.xz) = d95aa97463b20c178a04f9f2cb71011985eb5242ec620adb9911bb5f1103f71e9fb0feca5704a9339b9490a71ed67c8c038efcf6cf43e16fcd20ba2eaeff8161 +SHA512 (pdfescape.tar.xz) = ca908d58a9a0c0094fcd9bad550bf493a0dbea9e90702534a7418f9a5f506f5cedd42663f154bd227349e4e57e223b6360871bdc995eaea221c07cccaa780327 +SHA512 (pdflscape.doc.tar.xz) = 5fccb7dc5607f1196d6df6a1a68d010c0b9eea10854cdf2e133f31dc4095f101efc05abcf9e980a3e05375ba29ce319dc13385790c2261778fde54d3b94d1251 +SHA512 (pdflscape.tar.xz) = c343f0527f21421f26396a6210f7932786a222a437b43d6b2bf1c53339633a0aa8337843222d92048a6a5a41f0952aa2fde6e2bfb2e181cf811383a23ffadadb +SHA512 (pdfpages.doc.tar.xz) = 1a0143d380280618be15f5fa2227ef27969e96dbf58ee8ef1d167b5864ef2565af0225ba2d6c5fb5e81ea03f78ba4fb8f2d4a1266c5e4a7ab834186489fbc66a +SHA512 (pdfpages.tar.xz) = 0f8b9efede65eacc6f0a970ac30bd8839ef521e01ed2cb4672882eb768ea36f1ac2b6df72275c681a952e827253d35e43c77b4cff675c5eef3673ad7fb94675b +SHA512 (pdftexcmds.doc.tar.xz) = 932a1d8224152e54b34e5dce7f2a2ebb36d7816e3791b3d95399fe34a2c2dcd2a9487caed2e082c5e5e215e64ebc8a095a2ac6e1ee898546ea1f906634dd1ec7 +SHA512 (pdftexcmds.tar.xz) = 04bccf5df6e3d0e70673cad77a778c47eaa3e733ee3b30062bde6f19126aec573bd8bb3e669b98ad61a5a3e04af4a92fc038340761ec5da955254c2874a669ba +SHA512 (pdftex.doc.tar.xz) = 8526e7021037423c912dbe6e6430a30bc0a915dfc9f9a014885e71441696c0ebfad009a33dc21a4e83c28bb7a3a0aa78ac6579ebd21e518e5aba8a31867611c0 +SHA512 (pdftex.tar.xz) = 1846d2c75f53339dce486311b6034aff104dbc50e0e7d243a772f7c3e2bc9c0ff7cbd9229386ba0e136abd894b2ee42a51d26588fca7824a85e23fc60564aad0 +SHA512 (pgf.doc.tar.xz) = 3c28848ce95c32da997fc4ae19a63354413e1bc294b3472e58ef89beac569806cd227fc8648697733129441ee6d8c833f377748e54b88866646fa041a33019bc +SHA512 (pgf.tar.xz) = b24f76468ddcbd4b3f1de84a7e89504b5df1503506882e478515f309f90d0602ff184674f2d688167e83acbad198cede81a9b1c5db020d427e121bccb666e2b9 SHA512 (philokalia.doc.tar.xz) = 8cefb15592711d19d3fbe5fbbe6efb219ce081dac6d8bfb12ebc57ac807a30aefbaa37f371e70b7141876333ef408ae5fde177add749faf2302b2d7f60a1bf00 SHA512 (philokalia.tar.xz) = 6a7b76995074ec233d4922de96f727ed031b21abbaf1a423bded6bcd964e8e503d7d3d84d8d4eb1ca42ebd99e1af50a244238f668db245ff4810176abefb0976 -SHA512 (philosophersimprint.doc.tar.xz) = 45bf6648cf92ee58d35847845094614884ad300d5ae745a57bc036d72bf7a1cf8dc7596daab8c606266c717b0114727072298f91b61e92c40dd180bfeb678a3b -SHA512 (philosophersimprint.tar.xz) = 05f9639dbc34d0fd653f2609c581df2e50825cd61af7eaca55f03fddee2b0bf1c0c6bb3258fe10265cdadf0d8371d351aa143327a07f3739defb4ca3ca9b4f16 -SHA512 (phonetic.doc.tar.xz) = 710233d18f904db9eb8c235070681b9789177b375b538c743424252e6434dfc3a16fb4c6c1e19617d939a31eb75b4823bdf30e633bc240b7b24650cb411f94e6 -SHA512 (phonetic.tar.xz) = fbd137931a2571d542b8cb66f8b613a57925277112c2160e21298791a65d91f4d1a6d3d8be5d6faba9abe033ded174d9d301f6ff1784dda3c1a9530f5f7a0a40 -SHA512 (phonrule.doc.tar.xz) = 80ea19243537e769c49a3411e036c5811b19586fda3878894126a151af4ddff46a554db7bc07f488f692fe9efd0934149c8c94cde75b92c880bfcc28218ae5a1 -SHA512 (phonrule.tar.xz) = 0465e183077f7daa57d2bbc5f1a76afa72770718d2dc969ebc3078b213738f5ae3919f3ebbee04ae54ff7b8ad6e35630fb22293b5cdac31ee5bf31680433ad15 -SHA512 (photo.doc.tar.xz) = 037466dff8edee9f6218b1fddfe579b2f82491746e22886ea5f8496b5f564084d81e35ed549ddfc42855c850913cf8c587806d71b7a531ec3ea3056962c54e48 -SHA512 (photo.tar.xz) = 11727df46b85be20802588a6c5743a9ae70a89ea73b5f16b8a4a3d3f1d3a9ab3194f56f0ef9d79947b14fe3f6b3e05cbd291dad8346cdb128b4d1c8c22d50bf5 -SHA512 (physics.doc.tar.xz) = 40a85407502116954024d51361dcbfdf36cac07aae382ada1f96d413f9b838ea5a11d7014722b5641a75b6c9bb8a5c6c134c8c0d424788f47f45fc80b277b3ca -SHA512 (physics.tar.xz) = e394a7f8eda4583cf196dccbd9d52122d0ee630a411630f11d432018c5e9696a9b3feacfa2f881d82090df165a73ee0fa610ad86422123a9e1502ccf4b695be0 -SHA512 (piano.doc.tar.xz) = 50609a17b51de85d5f9df4da91c0c1c421a86ff222d08268fd0145e248eea740c68445724fee425a2adbdab85e0cf5b4a9bb4ee5cf3bfcb4a3d5cf4f1868df47 -SHA512 (piano.tar.xz) = 49c3b29f48211ac6ca04ef8f9df74cd3f4673a84e9d84c2a9b06bbc958abd640116673abd751be40adb470907bcf65a42756c22996f0adc4e2c0dbf3d6afeca4 -SHA512 (picinpar.doc.tar.xz) = 73b28f87550924b208b48ca9a066861e02b1a8360151ad89609e6d8c36a772192f174befd87fb02b65e92370fec332fca5d67a2e84e97c7549b86825384dcf34 -SHA512 (picinpar.tar.xz) = 9706ae1d10df99327d4778ec538ffc9aec465a04382b0732005d25660f452dda539b736be50a271c9be623a823be113696471da6c2d482dbf8a269af7c1143c2 -SHA512 (pictex2.tar.xz) = 26b608cc8409c62f4c0130cc032f2ca5929886fafb9d22d93aa23af5a6dee62bbde83926bccbcb4fbd3d86a43810d751eb43a2a94be9528e1639c59fb61e5446 -SHA512 (pictex.doc.tar.xz) = 61ed0f632d7f12fca4631b13714994b2cee8e05176262dd8cab672d4f8f7e65a36e0d927e3b803991818d9d2976d5794d48a46ebbbaf8bc8aad99aadec7d3fcb -SHA512 (pictexsum.doc.tar.xz) = 148b7c29cb8189174442b95cd39b0d5fdf9f937a7a44a17314b93cce555cf3db459e21ae2c4eb9098c15551bd7aada2804855d68f9408fdbe974f6c12dd724a2 -SHA512 (pictex.tar.xz) = ed91f0518668007aab7b9222dd08c7f489caaf084ef915f88d435128012b2b4eb9ba610168154f07bd0d084a34909cefb1dc0c1cfb2186982b4f08f9f6412f7a -SHA512 (piechartmp.doc.tar.xz) = f74c3c34d37eabc3b5e857a90e8da2c6ffaa3b4a6974c6b1127f898fb727ff18f0f399e9c4ccde8d4d198bece0ea83fbbac37a1ba1d381576166b5a2742113c5 -SHA512 (piechartmp.tar.xz) = e4ef7bdc43280c4311a6e8abf2719815196fb0ed0a8450501061e0b3b0bb44cd60947d6d623ff753c5ad1384d98219df695865e6459eef02b2b96f00906d023a -SHA512 (piff.doc.tar.xz) = ef9d14cf4a38315e4d523082db9baf8d0f89e5963001d12ba7ffe260ca2255a6aa99dc38392a6ceb0fe24e6abb8c77b9343f29300ff5c814c01adfff3321923c -SHA512 (piff.tar.xz) = 79b804dfdbb12b8d2e854341062f2a149f9b0e061385a30650c39b877cce72d1af4ad1644d73fb3ca733a171aa61d1b533295818dc10a92eacbce2ca60722de7 -SHA512 (pigpen.doc.tar.xz) = 48c6c4c26e7518f06233ce0da8898c1c722829adfad042c12b8820bb1bde43f25410c41f76c51f4d01035c9d654bf3ae8fc7bb44a4d2c23c52f3336ec7e7d128 -SHA512 (pigpen.tar.xz) = 107700bb0c2afd35755589551ca6bbd9a95ee6bec39e51868ea1b5fde4855a0ea2eb92b50105eb6a3490f82ed6f55c33cac25bbd58eeecb57fb80380095b7285 -SHA512 (pinlabel.doc.tar.xz) = c56fad48b7cad065196cecdb64e501555d2a8f3ca098f001123215f8e21968cdec2da28f2a68f7e07ee9b1c2d961a82590aa136b15bdc87e9176462cd706b0a2 -SHA512 (pinlabel.tar.xz) = 56ed76be6c634b3c1fd3f83e12304d0d0e078e027754ac7619d680d2072ac7b67c527a4d23dda8feb6496e3808b3414bec65a48d4750d44405fa4574f122880c -SHA512 (pitex.doc.tar.xz) = c3765f6acd4a147ffd2c216b1cda58e5e6ac8dc1202b444fe80d0dd69449b01df3eb17069842ef745e76e88371bf71c178d06c5ad2bc85e3427726bb30b74002 -SHA512 (pitex.tar.xz) = dcc4280ef914ba66210ce471dc276042070b3246bc95ecb93b3d8af55393f49921a1d5e6851223299831344503dfc77fc2893f4cf1b78351dad40058979c20aa -SHA512 (pittetd.doc.tar.xz) = e72d325fbfd3159699621fd703fd539259d1b13ae69d00e771291e156e3ce6cc15a0d7e4d2e74a3ad3492c39c67adfdca5491b68dd6e8ac78ac1213400f091fe -SHA512 (pittetd.tar.xz) = 5bd78a90b4c7b9cfa8fbfad66e0de79d09762e06d3bb35a7aaa13ef8ba73aacaceafd8d5b5468de8fb59c6f4c76d364af145e101543c7ef2089dc9fe00e5e9db -SHA512 (pixelart.doc.tar.xz) = 8ac425c6345b95739a4864f89c967170ec121e0bdcc4b1c3aec9b60430ae7c240073439270db1311f9383c139bbc485aa2a39248c4ac5f788b8ce37345e6c65c -SHA512 (pixelart.tar.xz) = 9f9839c0d286262560f24c7bb83603c227addb9d5e969aae8d0d943cf305c25b06f74b3a2a3fcac9e6ab5f2473ea0e11b94283b71ee3794bad21c22212d05e28 -SHA512 (pkgloader.doc.tar.xz) = 231038d0af3e7293cec5b5e3a9835b1ddfcb60d5c8006009998e5a04638e0ff818ed36abcb2326a56149af0884297059577a3437e9bb144264cf42feed055cb6 -SHA512 (pkgloader.tar.xz) = 2b9af06a79f484ce948b98d8ac09f3327a64e2299770ae6746d9762fc6b339d68aa3ad2abc5e67dc385bf4675cf406f170ef706fc101e87f6b58c839b6d3a3e2 -SHA512 (placeat.doc.tar.xz) = 0fc82d9b448c85eb3d77a7943b9243720f41894f062d9723b3dd56f2d3e9cd8fcb87a3d57f387f1c87b3ea132fee2e0e08962d9044aa7c756f0db979f4c06a3c -SHA512 (placeat.tar.xz) = 476dac5b149811659c663751478f9f224e209dd63954cb88baadcc94c70a4861673512e01c4a5f30097d242f56f1a6edbf4fc225f8b561e49a4e60b02020488e SHA512 (placeins.doc.tar.xz) = 2ac2312083ae8abd3fe3f85da7dc65032a4c6bed4d1778c058120b48292f459d1b77d40e4eb6f0afaf88a5160d4fb0eb7f353ba1d93b7ec672f054e58de4d6f5 SHA512 (placeins.tar.xz) = 618eb33f1fce0b089fe111b083b0153c146e0d8abbcfc235a86dc6a698a2fad080f8ac38e04037e06b0e1e2782291ca6d01ae69922d181b26b4c809d6aba262a -SHA512 (plain-doc.doc.tar.xz) = 03f17a65680e4fedd76abf2ec46dbac4b7871c3106c74d3d7c7f200bd6124146b2f78848a3761eaf63b2c909eb5925b78441d73a48a4437ef496b8643777d847 -SHA512 (plainpkg.doc.tar.xz) = 684b4f193f29336d5bd2c494c0c447cf0ac28090a156ae286437033e14507607582b3b9b40bc7b82fd92661a4bdd75f953e7c0b675f46418bb585b6a9492eaa1 -SHA512 (plainpkg.tar.xz) = aa1158f3958013b133dd3f9308063543268181296274a40e2ca606c8e684105e89b79cd9bb45d225e14865ca0e998e0412e8edf8057445bde549f249a6d69b2e -SHA512 (plantslabels.doc.tar.xz) = 999f132df73c15a7b3501487f350e48777543745c5cddbbaf314bcb62eca9b3ba41b51324b61d04e9f1d9cef4b9b8ab851d3528f8893bb21e612a7f50511da65 -SHA512 (plantslabels.tar.xz) = 7e1724b32035ee32325c491bce57ead23f40ad7377b4c1d5572499fef920b874bd57298e654429203cbea726b8d645a0899807547db80825be163538c1d91537 -SHA512 (plari.doc.tar.xz) = befa46f8ef7c4c89e18339ececbd53341aa50d6bfc8927001d17395cba42db0f0ca3414619c746c78e4f5f4f9cb1f6db813defc7b89299f5b29e9c0866852c82 -SHA512 (plari.tar.xz) = 86e91b884be131df6b4da6441a9fbeb872e0f345eed49005ef74d58eb3ef8a2724da98cc810a51b58d45047d77545ac6b9512612b5946ba29d443dd14bbdb263 -SHA512 (plates.doc.tar.xz) = 12779b285951d5e3d7a0f9d3ded736d5368291b678fd884262908897c4e32bd5fdbdd6bb4eeea59bf922555d5dc8daf6b0e06a174fba2605d4357dcf1f09c6d9 -SHA512 (plates.tar.xz) = f662191f6a053585bbcf5a71635b6f63ee5d713086bd24f3c879f73868b5ab42b6434860b68408fcade7b7ba448845d1dd6a5be12b10bc25be8032b9dcef9615 -SHA512 (platexcheat.doc.tar.xz) = bfe47b947a915099de15e5519a3aff201b327c31d29c1966d4fd3e9b73581792d918b461ed1944aaf5e8a5eb7956c38579a3fd972f189b1e3abb903c7c904cbe -SHA512 (play.doc.tar.xz) = 97c882b12ab350c5b0fe066e04ea7c2c136b1dc7ca29e51d8f89ed695769c9ef1ed255c3c109ff71838bde91d25167a398230cd25809f1374ca306fbd9ae68fa -SHA512 (play.tar.xz) = 040468367a783e7bc49dd4b51e22a72c41ff2985a52e2551b3be6780767e17c8d11178f097cc66f5683033eb03cc2ebc2c08c1f4477daa7b8f9e22d8a40dd385 -SHA512 (pl.doc.tar.xz) = f9e53f7d006b671d788ee888432e62a98704ac5ec964ff6b65704a2ac9afd056f1de366c4ae60460de3c112fd9267e8ac8605543ab7d8cef345d4603c93070d6 -SHA512 (plex-otf.doc.tar.xz) = 4af950e1a3a384a1c738c6fa1bad629010ee2718840094500976b6883c2e3120cd070631463f90610c60877c0dea771c9c7e4f8f8c091aaf1f29b15b8400de96 -SHA512 (plex-otf.tar.xz) = 07e49e5dcbef60efd3e3050259f10b75bfbb83128412a1e60a31c2f17983ec73d055e5f6e117ec2673f9f0e5db716471fefb312be50cc4475761aa6ad895e9da -SHA512 (plipsum.doc.tar.xz) = 6d5c77102abf42304f8480f74a073ba25b8cf317c3a6cf4c22af6035b17b07ac213866a10ead2a53d033b214e4a6d6e642d043d847e61fb165aa8a02ef90f7b3 -SHA512 (plipsum.tar.xz) = 203b9cf56acbc53b2a3c195ba0a27728c93db91bd4be48441e61967fd0488cbc4ef96485ff0b567be64ddba798bb44308cb7cfabd2a2ac89d294203d93ff4d29 -SHA512 (plnfss.doc.tar.xz) = 9569a4f77dead68ad8c76794f03e6ffe147e1801324291fc13487b05051fcb7f307971e65edf66024c169411cee9b2940eb4daac4d073773e67f2f303b364870 -SHA512 (plnfss.tar.xz) = 0ae352953c5981b791379d9da9b61ad8837c22053f3371f351152078f4dce6b12615ed771987115cc094613ddeb0c275568e1d7404f321516418d218d9c68473 -SHA512 (plstmary.doc.tar.xz) = 6e5c425b7d484bbe187eef030fbc9d6a0ad50d6d8e22c5f08d3762cf8082b434de8a4c5d13251d90a016715c9a85aa82dd2637abb6e17a6973a08514baeef7fd -SHA512 (plstmary.tar.xz) = 72d54627fd8a10215ae9fe417423c46240997f865da8b4f4b976290ded7fbb0360477db27f140bed0ceb4dfc57c42a23fe5ce780ec5eeebb9b3e30b372adfe9e -SHA512 (pl.tar.xz) = 8647d7f075ff8c4559c1549b0e1075790b3fc2890b55f2d8612ea71b385b9a90b25a1827fd99b823ed945c801e1dd1773b28be3fd9b8e9744048fc370178e599 -SHA512 (plweb.doc.tar.xz) = 9a510c4fd534c9451863a47fb8fa3911cf5199b295b1e3e2739cfc37ca0351d28fa1876e5456cf05ac7cc05f9f60761578ba6d77841ca575908cf4f0c9f0e3bd -SHA512 (plweb.tar.xz) = 1899a3498d10950f67d24d2d7bf0488cd8867bd862960fa892581137bb1fb3426dea9e193f8993ffa93df11684dbd1f25bc79a98489317998936ab4186e9a22d -SHA512 (pmgraph.doc.tar.xz) = 35f45f43c95264d4dbac5d12a71270fd15280f9008d204e12ab0a3bc6a62939e6de87233c94eeb7cf9627464d5f383c3d8c2cdeaed6eed9473a3e5fe380cc5e7 -SHA512 (pmgraph.tar.xz) = b6e9f00789ad102b6cdcfb0fe48e5ca4f6976a7c207088c0c3e8b0c2d4fa376bbb932500d42133571a6e18747615c77eb6df2b4872ba86f853e3069ef198a671 -SHA512 (pnas2009.tar.xz) = 5e20303db90b2db63a3d6026db582026df8b9e910942303c952753d5dc27928ec70a8dc21edaf44cd57e04d25e93a87a5f28caa769a0425b47c78ea9d56ffa86 -SHA512 (poetrytex.doc.tar.xz) = e9bc2551a92df86e5b76448b2de7af423b8f96ea6a62b1e243f76588478172a7ffe035ed904fb8eb3c5be031e1451c997a68de3187933c3a7273510710577f25 -SHA512 (poetrytex.tar.xz) = 9de77dc676f78ce6e18ae62f621126ffc2d78ceb9cb5612f8c129f0c0d123043c554a8996a68d2bf6c730a157f5cdda4101f8446e0e773671258ffb55d6fe93d -SHA512 (polski.doc.tar.xz) = a619719518e3d9814907d33756c4a3f2494c3a94b0a717e6f848e31177622bad6ba2cf595a23ff2efb65ea04b70b267aa87cd87caa56c91bab7b36bef82cd2dd -SHA512 (polski.tar.xz) = 8d4c05dae9e5cf8ab36bdba5be8b0748d5d283a6a77c7fa18821ab3a20fe5935f302a8ce9b1a1314ef128a20c1011018ba7bd04d34466d017e16fd9bd087e108 -SHA512 (poltawski.doc.tar.xz) = 1ebe7bbd99a3316b6c4fd702770c6f14a32de653909099a86433bd847a63b2eb231cba4f74dfaf1155c54a9393ae1bdf25710fdfc25199d09b75a265392ba51b -SHA512 (poltawski.tar.xz) = bbdf230da2f81b48951eb90016745d68b73890f8c34ed2d336212ba33c7662a5bee1ba005d6e44c4370c81d22928e1013fb39e45db2de16fd05543310bb07d17 -SHA512 (polynom.doc.tar.xz) = b0fdee90082414d88469ba5067f1c16279ddfc8c13627098bb3c2adfaded3c355cbb161193160fc5b9682d45a10216c56fe2613855528f9f4965479c681e6355 -SHA512 (polynomial.doc.tar.xz) = b570f3abf21a480e0bce2c08e44d97b488e9a0758d712cfde3ccbc45348eb95486c121662e296049220dd2802edb387651e839c2a819058111a2839049fc5964 -SHA512 (polynomial.tar.xz) = 46324509f078d9e83f4d94893454061636fd1148d5a2e9b59af640f617d82ba1d7397c7f7bb68ac99a83945354c875d3f29853e5ba38da59a2812f5f45ccacb1 -SHA512 (polynom.tar.xz) = bbff103f5828757f9c58c768ba46dcd9197629273b12d997e80e299dc1cf6a34e851fa4ebe088d131781eb6efc1fbd39cab602ba23b791c68fdb0e12f69440aa -SHA512 (polytable.doc.tar.xz) = 7e53e2956145c29d7b9775ad8fd757b5dec4d2651683f0a48507094b86a5b6d42f1b659ffc72cacfc0cd528a6baad03cc19aabd8c0d1afdf57bcf365a5fca1ce -SHA512 (polytable.tar.xz) = a83f8df3e09fd112a6f83a48f803847cbe112f2d18db803226e04efb6fabca1a8e5cd03d2ad1a3a30eb07d3590701b71b24f03b1e38d49f41493ddfc67576dbf -SHA512 (postage.doc.tar.xz) = 102b88d87ba4b371b16e1d1362f1ca42fb9feaab3f1df4d56176d353e90d68bbac535522e7acbd741be78f64624223a55a6f3802e8a190814ff9a71abefdb2bd -SHA512 (postage.tar.xz) = 97315373848a24fb0c49e184cb5e4980e6c124d60bd9141f7ecb5ecea9e81097e4005ee29fc45d828a206ccf8a23a936bbc27cbc59fcc7b6dc4b75cbe4f9105d -SHA512 (postcards.doc.tar.xz) = 936c1f923bea76aa323d2c8ce9949cea3364eeb1a145e735ff5bdf609de4c54cc78125392e9e3cc914180815bb9dd5bae63e50c0000b2143fe7de94c199bc50e -SHA512 (postcards.tar.xz) = 0e358697b47ee74afb9fb6bd339ea4a76457c78a76a37de6039ac44cd9ce1fc28a3866c42d988ccebf025d0e08c4c092a2b647cce4841662242f740f12297338 -SHA512 (poster-mac.doc.tar.xz) = d06f06a4432638ce7780923818cbe638edbb21f836566fb984353aff0bbfbe0905adfa39cc69fc59c87c9e6f7f2c3c268b7f2ef9a55a0f0a2bf0b5212d9e2124 -SHA512 (poster-mac.tar.xz) = f685c2c6d7d2795cf80702c0f8b4da6661a6d076dfbefeeeb071f21ffebd4420c7777681e550ed8ce05726a4392f526da42cecd6e3f26b5dc8ba775494589297 +SHA512 (plain.tar.xz) = 66f585e1fb6b95913ce71406e840bb15953b2ddebc3ce0344eed791e496ea75b93c4969abc363016b71dcaf65c0c676064ec778bcccbb2490031959ef3276bf2 +SHA512 (polyglossia.doc.tar.xz) = bda2e942a813ff8bd31ae3abf189e0e49aff423935542161c03ed2188f0e97b18416622b0ba64397da9a54d067cc21de8483945459cd09a663737f3779733cb2 +SHA512 (polyglossia.tar.xz) = fa72d0fa9c0d104c3efd863b179edd14319e9e6e7c755d41feb64006dfc48b6f48143b900c526f5cd8ca8692da428e13362c035d0e142078e6b9f90827410b12 SHA512 (powerdot.doc.tar.xz) = ba3051425104a49dc2d553d93220b569dfdf548090a90348ddc0286a36cb9f00e7956c617a133a0ef69bcf69cb5325b4f12007f6ce56868b6336d422183777a4 SHA512 (powerdot.tar.xz) = 20888eecfbf1e390ff32e7cea503c1c9bcb5910044fc4f41238b63039b56da82993fb38c4f24fbcc43c8a4b451b59e1010fb81bca048d5ded1cd6455f7568bc2 -SHA512 (powerdot-tuliplab.doc.tar.xz) = 5805d79f125ad94bc0818f52d31e14d786f4f032e03a89a0ec8ae69433d56654b6acc864563e3273664576a59880bf86de81756f76cf9b920a21ca8331ce117c -SHA512 (powerdot-tuliplab.tar.xz) = 91a8008d0675ea36676682d741ffad1e2f842ae37b47da628bade8391b2c775d7a756d31d5169e087ca0c4c0b0e958a2bb34d5143f905439e9572a6e72c4dbf2 -SHA512 (ppr-prv.doc.tar.xz) = b8228988551d32a5d5b3ddfc59dde6af1f48aece8f5c0f8889fbe479db6c962d77b687fb5593079796393a255350dfc90965fac07e241d4f0a48027927065e67 -SHA512 (ppr-prv.tar.xz) = 4bbd2404d9cb4bee9de81d463a6f4966e28409b07aa744e155f398f07e513dac4ad262fb3ac81717dafc9dd9abaed2789c08d0cbf0ce29137739886b2ad1dc74 -SHA512 (pracjourn.doc.tar.xz) = 8e9b171919bd6412a3adb75abf1124beaf0fd562cca49076c1729814c7907b5b3f9b240fdb68d91055225e9b366749c2be6a2e421f52142d0a138e377a442046 -SHA512 (pracjourn.tar.xz) = 40e7ea03f0b244810952cf93cdc7799e0e130a7b11d384893b88e420ce6adb4b5606462ab6f2dbb2e134770eaf32540b9feb59393dea72a70f4d881f6f6fa43b SHA512 (preprint.doc.tar.xz) = b5e5fa40832249c5a0faa24c26e8b3a2a73036ef007dd3a61adb6a7989926c80e018fba52a66078c3d7b39e76901cc041ebcb9985ff29b53ade2c057abaf1376 SHA512 (preprint.tar.xz) = 66ef40f1f9bc1ef3348923e781ad92dd0174b9c45e16c97662f30971a449dd74580391e1f23fed031a41995e65ff90a6785328de0372cea53e3ce946da469d60 -SHA512 (presentations.doc.tar.xz) = 7767c2b3fdb77078729f25ceec85906722d6e2abb6ea45fe9e03e7c0653edffdf1326a055175f309d3afa1f1a30f64c708cf0c6c2c273accf777abec088336fc -SHA512 (presentations-en.doc.tar.xz) = f9d3b24aabc47cfaa0487d683708fed12489e1aca7e7107ba9bf058864f0dc5967fc7a84eab59888567bd47b06ce96a75dd50a132e6e929d206e30c30585d346 -SHA512 (present.doc.tar.xz) = e43a5de9c4bcf9281416963a898e350ba0a0b2d1cad92cbc97d99e2ee9d25f8407a09f024ec5d03a43fd3eee58e1c40bf99ebfff13913bbf85465588b4cf9710 -SHA512 (present.tar.xz) = b22c0bb6803ebed5cd26aca4a9b55f2c7b506cc7e8910346a07437d60007310a3d2e3549040ffb2616df7f173279342f2334100aab14b589d0cc9e710ea89369 -SHA512 (pressrelease.doc.tar.xz) = f107b506ba50ba8ed1b655f13049210ec4b90620348ac708afbba4d992470dd5aa8eabe84e2c0b926a55afce49e0a2cee28ecb3877550fe81099f7e5b40e9f40 -SHA512 (pressrelease.tar.xz) = 0f983d4f836c03ede4ed6bd8c2c41dc69ad75a28d9006ff7ab534c6e483e84e2151bfd93fefa43ca327fbeec14787b43205457a9cf1e733f8a4c3a7c561498fc -SHA512 (prettyref.doc.tar.xz) = abcd8cb7e7ab78511d953d95699060581844dda67b3489317057782d97388f7cba990735b395e9563e15fd1fee137a86e8198d2d545f437a2d105bfd3e95bc12 -SHA512 (prettyref.tar.xz) = 06e3ee942b9a30ff866abf8f6a46b6960321c0aaf2516ce48f587a55ffcb66f158887cbb9a476bc6323e90edd22766fec19d0cfcc2be8805eedd175fdf08ef42 -SHA512 (printlen.doc.tar.xz) = 25d00eec6c6bd069675cf7d980886b12444e41d18a83ed8e650923d839da8dca21dff65b110105458767b95c50b52a0143b2f7d88b6567ab3aa9953f4ec32a88 -SHA512 (printlen.tar.xz) = bbb48c169f31a1f93024195056c323ce67afa1fcc00f309ef1b820dd40e0b86ca98d05f6cd4af66379682813a3807f24295a803fdc91d8b9f19972e1520d5eaf -SHA512 (proba.doc.tar.xz) = 960887501b74d2c5e8a00c09464ff17dc9c733dd663fb35c32b34bd8b79b2a813536b6c0f9c5df4340dbd3adf1f30f569aac678e90d5f328e1c33130767fdf21 -SHA512 (proba.tar.xz) = 33ef76474e7183c32b5f982347ed414ae7616484ff5a5d8564574220d3757688a3a47aad000c5b0a66a39dbbef20c789dd1445d872b025c274585248176c86e7 -SHA512 (probsoln.doc.tar.xz) = c79babc397260f03e2ad66556230966d1af97bbd5703c25cd09ff3aaad48b49d464672c501df047cf5226370b80588705c59212e75d0d1970337fd446d86e70e -SHA512 (probsoln.tar.xz) = f0c63a327569410af7eefa9f87fed56a6a2db78b05133c417afd245958a7f10dac965270fe00e7fe5de6ddfcc4a1cec446df819728e76ad347c7664fcfe849ec -SHA512 (procIAGssymp.doc.tar.xz) = 253adc51e38015c55af91bddc0b7ac6031d482d0cfa869cee556ca82464932a4922d0223a4a156e148dd89e369e2960156b411bb2601583d07a99790518c4823 -SHA512 (procIAGssymp.tar.xz) = 66bd3472ef8d8d26f2eee0368615fb0a326ebd64dca3a0afe9a236880eacfd723caf6f65cfd07ad2a6f5f3db9dea6da75f33de9d026a48a8304c096c60d7e458 -SHA512 (prodint.doc.tar.xz) = addad035cb9e7b88d9da2bf161723db51897342872dd6c671695bb7bb0a6a4c7bac872ce40f31b22f5fdd84cc03994562a6f78f14d9203977d5b7c8d17130db8 -SHA512 (prodint.tar.xz) = ab2b0ababfad124b38b018c7313df0114c36fed0dbbaa42de04295b09142740ef43f34c4c6ad926c97c1ce28521c1d87274486588609197c2178b631b4ee6876 -SHA512 (productbox.doc.tar.xz) = 73f8e1afbbfd9d4047120280e746ae1349225dfa84b98b288e23f477d2eb83310271610d6f4e40cdeb0d124788a97c1f8aaeb182a03cf2b1311e286f7299aa45 -SHA512 (productbox.tar.xz) = 9b243f6558dd449ddb9d9190ea53a71ed5b28d25f5fddc64eddb194144aa688e8d8e946c53f115d40813d0933b77d5d2c78023f24a1887d8eeb70e6c1ad0bc1d -SHA512 (program.doc.tar.xz) = 4213b5bc9cd6b2604bf1c667dd123729c0674d1c74338ebeb86b1551af14be3e24c4e94b4e5cc2c06a25ebf934d56eb6d3b5ce80e452798ea02fbb0ac6533580 -SHA512 (program.tar.xz) = a9ef7d68ad86b42657681e2b798899b5c7c472c5e272a9098a1424a35a109dc4a946be54c4007db73edb861cb475f293e404cee9fa0dca8cdf086eb6c4790319 -SHA512 (progressbar.doc.tar.xz) = a60ee29da0517d6769e09f12af7b600284f32478aef1d28cdf167610c45bd87f841500c2bf718ff9b6678a171f3138f4a7a6ac45bd41500510f509e8e7067efd -SHA512 (progressbar.tar.xz) = d12161aa891ea45cec2a4511c48a1c338de5acd512e426a24988b79b7d9d1734479a1cd93e3e8ee11da67858d97260b71ca35a3a7a3dbbcd2bae746221a7bafa -SHA512 (progress.doc.tar.xz) = e88280bb1a93d34dd5597627d763d1b2a21a56990ede2e029246dac84f3bb22e05a08a9a94c0790a9c8a87698684816ace02149562785cf36f2b6af82f89c130 -SHA512 (progress.tar.xz) = df21ec7e4adc36a420959550376fff5b8a55fb7dccc064476b2306226c1776fb2075994d9ae63bd5bde0b68571671bacadf9285f53bc9e639c2afd59e5b6814e -SHA512 (proof-at-the-end.doc.tar.xz) = 9100916a9ebf426502d7c25e5f848fd4eeb19050faa01b0a4a795b838d4084849b42a1f6a187dc8218aeffb6df0cbe592b512e1c613a1045e467198119b33555 -SHA512 (proof-at-the-end.tar.xz) = 1e5647e1421742e9f0198c5ff8ae5ac315eccef96d0a7c9c5f1dabef167fca5ac9221cdf60d99dafbdfd60f6960a897ebb2d2c4370edcc0d0a36942c0041a777 -SHA512 (proofread.doc.tar.xz) = 6b1ba0b1e009e2f7b337aebcc5c54882f2ef3f2089261d3b9355cb0adfec8aa3c7f207636955979cc0a74554e5878423a23982340bd26ed3c2a634f821497565 -SHA512 (proofread.tar.xz) = ef0d35bb06d1bf31cdea9aec2f342eef4b8cf053863a26f5c223c1966f6715a547fb61b2f92d4ac273c3309fcfe219f9a78bdf8c9b3ec3886bb96dabd7935033 -SHA512 (properties.doc.tar.xz) = eff6b91e8fdd7b0a6b0526c7dd2243e32586a5ce12071130f388a911fa34cbac4681d4118b601b9eb979a272bf89b82f00f8ba509fa996521e8a2861f8e84a80 -SHA512 (properties.tar.xz) = 3bde5cf132c9013bcbb0eef439e61725ea41a09720f98bb53f8bbf39d56d6cde34ed1613b001a86b40221a36233b1d5c226819c94b41d49211065e1477a0bd42 -SHA512 (proposal.doc.tar.xz) = 53c1d47f2f42c9ceed73f350c2aff9b229d6dc8dfde9e3fb8109971905c5d6430ca52d72551d540f5a1727a767d6cf485d8bca2489f301edfbf964490ecfb5a2 -SHA512 (proposal.tar.xz) = d9a352995030efd57ecd46028147a6326ede0695545194a01846d4a3e2d29096ace9e6f69900766906f3ecfa05ce566ebd1c2c5f76a3b2b2646c1e0f865093ba -SHA512 (prosper.doc.tar.xz) = 21593ccdc8231e37f0b2938d3978205ab3ed61f74a6e8a4b1dd2cf82da552bd920a7711c025964fdab5661207cbea1aee04244c93552e20d10df338c7dc5c138 -SHA512 (prosper.tar.xz) = bf2285803a71b00c67a9e64ca5e51bdd880856338b0bf3e95bfb2ff2e78d5cdd0617424ed95918b5982d5befa71476b89567b2107eb0c206f9a9f53966a983b6 -SHA512 (protex.doc.tar.xz) = 95746823c32526fb5e2c9968749a7da2149d23c2ec9f1ced2a655a4fe54ad272bb414abd0be0d78775b0ac95e6440d9b6ead609de7615dcceb0186e4683e4138 -SHA512 (protex.tar.xz) = be8ea34f282fdd739f72f9b33375bec3be5055bc953c7a441d769ac1e7568af9327ae6030f67a805188dbd485ee8223936921590ec86269e371da6d3ee353afe -SHA512 (protocol.doc.tar.xz) = f047068c0b9176087cd56530c9b73d30bbffb0d4b958cefae39f1f3bc924fbe705e81b5c867735715566b674379d1731e1d58b123dbbda3686a2b84f42674338 -SHA512 (protocol.tar.xz) = e9555a25b0051592bd700df5b7335ad07eff024efd1efc4ef620fe7ad37866aa1edc8f354a7c772b3a298935bcffa9b5b2b49c2b0a14c868ae744cb9165bfd19 -SHA512 (przechlewski-book.doc.tar.xz) = 0441621561c2c4208d083f84eaf47573de94248cc1aaf027061de636c1a65f35a307260eaf390257bd02acac34b42963f96030ee27c83650deb11234edec89bf -SHA512 (przechlewski-book.tar.xz) = 18b9546576957553b477a1c5a90e6780770f18d6aced92b17017c44770b6bfa9c3cf928500a9e56c6c67f45d375bc12ad8ebc97eb1589f3cf7b5b3ed2f7b55c6 -SHA512 (psbao.doc.tar.xz) = 1a9d1a0250bfd82d76ff1a3feed17c016f46e5ef199038bb569708989f7a243682a9584c1d293807cce09394a70a25a2f8b31189d81aae89336306f3f146dc9e -SHA512 (psbao.tar.xz) = cec6c6079d7a8757c9c01315f3b035fce1eba2dda487e3a9da21a2bcfe6c7f7fe5f82171ac5b850fb7f673b56258f7b39c2e0b74c421e324475b02ec13671b32 SHA512 (psfrag.doc.tar.xz) = 072210deb2635a2032f6ac2d100ef72aa4471f69dec03fbb25fbb0d78b89aa2df0972b244d4335e8ed16e1a5f0cb8e04d22ad44dd5740fda59f9a4e5300befaa -SHA512 (psfrag-italian.doc.tar.xz) = 7a513ff265d259adfbaee9ffb47856602004f19679dad1316f04d36848f2e22bff8c3164ba9b045e7a4a57df76c2ad17b071a9cac68d4b92cff57a29f1e99f55 SHA512 (psfrag.tar.xz) = 71bf5c02e7a8a17eaa891f15c88777dcbbfc3ecf8b4a72dea49683f061bc86427ab813dbac5f5b8ab4742edcb92cd32d510675a80b0b3cdff2dc2cf127ee89fa -SHA512 (psfragx.doc.tar.xz) = 863df965aa6abb99c115b06ed7d1b1660345e9bca0d0f5d62b6a7ffb55391688a92114edae7bd28ef8b715515c8bcf3c5b4fb4970cc1b6bd9cc068b09595cb10 -SHA512 (psfragx.tar.xz) = b02063b8c1df58133b951eb10763d3b9099376a473dc980fef801ab565326ac1c5539be3ee94ee5c79837c1e6265cf41d6554f66e8900df2663d5d7e727e0df6 -SHA512 (psgo.doc.tar.xz) = 9d061c884f76eb87e86cb441ebb693a9c64daca024c35dd631d660f3d1f8b1541c40e285d5f4115b36e2b02b7640ea7be70f4527e7ae92c6d6173625b215b7cc -SHA512 (psgo.tar.xz) = 75791ac8c340cd72139c50b2e2a05f6001edf2b79bbb9fcb4c9118f2acbc67643469c8f6da34122bf001e85af60b5b0050bf3c7b5bcce7c393e7930e3cfe7eaf -SHA512 (psizzl.doc.tar.xz) = e9d65b3b0c364fcc7632ab83974d8685568d4135cbd8568cbf69e9162dbb80283724ada72891a72dce2fabe35d846c6f09b05f1123f8fe72ae749215170ee996 -SHA512 (psizzl.tar.xz) = adcd254a9991839c623b3f75098276dc26df935db1528d39f8588681b87237febe81f8289aab747486df92bc9af2103638734fc22c43ace8cdea1733d2a66360 SHA512 (pslatex.tar.xz) = 4e6c2163fe9d8573012cde55d7a9686d45276617d6368a2191b2ca5ecd9e2e88f9ea07d638c726cfb43f0fddb5d8c8b1b8ca1eb58177517b6704776f792630db +SHA512 (psnfss.doc.tar.xz) = d1c14edccdf43ed2c786394bc04e9fd683b683532a9dc18d592f918ee8899234d23feb738128aa1418f441288cdbf0c6de832f8c4d98023926baeace36365a1d +SHA512 (psnfss.tar.xz) = f7d1acebcd1d32a691221f396220358f3bb15dff2e2cebec4b537b1b790b68d8ce1164711983a52b4f04d6e470df2e3e5fec63bb1d3bf39fe205d5f0351299de SHA512 (pspicture.doc.tar.xz) = a743397a0d48c587b60db5f1dcf9e1c22f67ba15dbbce241a2584c95456b3546aebdfaebec9fcfb3dedcac65f7f053ec52cb479d726e5e3fbfe042efcf1ad702 SHA512 (pspicture.tar.xz) = 139d160fa67dbb7cc932fc75dba80dd46a55a1dd5973b27a6a5dd38a6035cb367441b178acaf3c11859ad60103283774ee5e2623a083a0336d5c2ff74a7b82fd -SHA512 (pst-2dplot.doc.tar.xz) = f46a0c8c94900d180fac92e7b393672d010388fe80867f01125cdc7c486eff97ee36cab1aeeeb224b9ab80739c2ddd9e89b84926948acaa8b2b0ae08457ac0ef -SHA512 (pst-2dplot.tar.xz) = 3109c2709323906ec39bd1be6e7c9151b7b07f9d2dafd5f7af61d3facd3e37ae35bd8bd923968102fc702f35fa4a903e9a50d3a7a85a1c088017aababd16d969 SHA512 (pst-3d.doc.tar.xz) = e8355b936fbc1685edf205e88f2793ab298aac4e4c06de10dddbe1587b5401ba8cc4d2a01dbad3ad56da5eddb27bd6049a41e6da8c139727d36fcc94d93ac554 -SHA512 (pst-3dplot.doc.tar.xz) = 2f261cb9d32dfbb85b626238e25d8c9198ad50df008b54f800d3d5b404ea5734da8636c05c33ec30311c60f6e41ece1071a04af7affc61badc3aad64a5b9b194 -SHA512 (pst-3dplot.tar.xz) = a509af726d13fbf9dd0f3b1181a1dc53a31fe007187ad345c8e3c6c65d52d09f6de422a723b472e3b8e5f1aba1563dea06b79e82a7940e018cdb9eaa30a40632 SHA512 (pst-3d.tar.xz) = dfd8a2b79d308cf4ae3bdcd438b967446f8601509fd4afb3f090d946df0cc2d66e9b7071ce33e51ad4cd53b7e62dbc02d861d46a302bfe2c901d1d8c82ab0649 -SHA512 (pst-abspos.doc.tar.xz) = 77754a1c27c083f60c2836483a60bfb6b4c826783d5acd16b1eaa9b7fe7aba8820886442ed28a5b334929a3f21f0f1b4487c7403f8dbfc3ad3cfc08407e35229 -SHA512 (pst-abspos.tar.xz) = b56bed1fedb14fe7cc455fe4e87ec51085e8e09132ff5dbe52083701cdd0d63f2e6dac2ab55838fbefd8e7de9666d0239e9fba712573a51dce2804d31ab140c6 -SHA512 (pst-am.doc.tar.xz) = edea0ddc3f5472a86706d1823fe78459d2908724daf2b9bfe44b41e749f2b41483000602817a45a5e41869f86d4034ea52640bdffa334af54e4964510768152e -SHA512 (pst-am.tar.xz) = a5f466dacd393ed7243fa2cb43aed0a5bb8469a51aa82fac4b53c47a474a1d9758db4d7a001cee49716714049499339567cb62a66f2731ffc7646fecc15c7784 -SHA512 (pst-antiprism.doc.tar.xz) = df528e5693cbbdca80a88d02e2b8487b70c188109825da66c9d9042056c6ba62e361fcba2ac747d69a08a4c8d78f27534640ce55c583289c3f12c2eb4c57d861 -SHA512 (pst-antiprism.tar.xz) = dc93e3a8a040a2712f701c2fa89924c45749824d20ad814a9f04aa423e15caed3a457b762dc7d30cf5c9e3afea378efc303851af919831c0969cde50b9adea57 SHA512 (pst-arrow.doc.tar.xz) = bf97ebd12c09ba4ec3dfad4107141054abc9f04b1e1408017ec038b656bc04ccf09894c5f15a8a0344f358f2e43acdcb7509cc7e0ce686303a62bf175de7a3c7 SHA512 (pst-arrow.tar.xz) = 3400d901f40b9dc3434f107dda5480e0f8e37548b2ea0bfad5a38ff90e1d99aafd43d44d6cb6c0594b0574f781d94ad57e53074d28b10251f6ab8100f2814354 -SHA512 (pst-asr.doc.tar.xz) = 560ea68a6f02dc3b79c64554652a9efd52c7fb00d07e7ffbc9b92ffab251854e07e87642028b94fc42bf7d01fedd82bfd50913f9c42d1c37d76c1eaba761ed00 -SHA512 (pst-asr.tar.xz) = c5ae73e1553b564a90d2c77fa434c360fe2858657fb5ff4c6ce1cbb46838fea9c0dd7a8d92e2048a8ed0d748839518b461b0727db3b7937c4e39edf85277e081 -SHA512 (pst-barcode.doc.tar.xz) = 918891da185bcbd26051a4715cf585fd8539e6ac534ada4a2524bfabec328f87cc998cbd65b7fae8a2fbe4de029403811214c0196e59125a77f8af715b3ed3f0 -SHA512 (pst-barcode.tar.xz) = 6c4799d7410da7f13225acd9cb5628d65bdbbb525e2bcb114d7f660d4c752122f8e9028763d3ecbca04c3c9da36b7910d64c981e8593b2c5df6b4cb372103785 -SHA512 (pst-bar.doc.tar.xz) = e17655c65e96e2d777484ef8db7304562310af8585c21f8cb6c64921c9aa08ad4b5ff8f61924c87112323c2bb509b5ad7e3b2176b750bd1b0f3df837033f380a -SHA512 (pst-bar.tar.xz) = 14c500c89dcce23c52f4551658496f55ac712c76bf9ab2e8878463a7dc7bb2bb3be10f94679cd2a5b720739e89cefed98237d18f65d0b9ca26ae91ac64525a25 -SHA512 (pst-bezier.doc.tar.xz) = 5126769fb89900916a52135af0ba459651083b01db466471cc984b6dc837686cd780bda7c3295b6afe9a7bc85180b3acd95c015084d49f46049adb2fd84b5748 -SHA512 (pst-bezier.tar.xz) = e2277175eb2087e13ee0a1100d602730514e1e5bb023d4db7163ba4113f69c9fedf74ff50369298ed970b89425b824cb8619e2cac4be463589edbfd747ccc6c5 SHA512 (pst-blur.doc.tar.xz) = 5e483141d8f5ad03421d9c7c5feef8baaa3b522385d307022dd617af0889bf57d1cf603a1d519a5d17d8dc918441ca3310d766e4dddb7ed6b8155985186b5e7f SHA512 (pst-blur.tar.xz) = 5726819bfa08fbf6e9b5a2c6f93008e468b759a825fef04739a47e756d4b12a99aef604d64618081b1788b5fed9247c75dd3580a899771b148306880341f0444 -SHA512 (pst-bspline.doc.tar.xz) = 1f2b8c3f5d85db4215cb11fcd663c33fc1e34e764432a2285f879ec8bf7acb9d09368c6a9910618ee99c3305d701aff5e5d401c227d0c1db9028be3690b5216c -SHA512 (pst-bspline.tar.xz) = 1f39a02cb0d56b4fcb8ed3a3768b59a9d14ac14769783dfde7108d86a8c6d68d79342df501c60efcfb8aca4c7f97fffecfe4cd0ea0f4fb76e528f696180b6dfc -SHA512 (pst-calculate.doc.tar.xz) = d6e936e7bc53ae3296812b1d33ecf6ae890599cbb9fa6afac719d8ebcca4516772ff6c18f27e8d825ab959d430cbfe8876b2bb97e480bf6464690b28cedfc2bb -SHA512 (pst-calculate.tar.xz) = b40a89c1e0152459e9dde468379b1a848955d40b9d9e05223544347d6057affac092a503e6307904e485a81de781eb9455abd948bef7f343359d44abf37f93ea -SHA512 (pst-calendar.doc.tar.xz) = 02be7b99bf8fafb00994327e737a5a050601dd141ff4e3482b42dc3c98c9ecd1c62ee64488146e3a7e1017a965ff1cd41b7487acdae65f5c09e259753c2d2ac2 -SHA512 (pst-calendar.tar.xz) = 541e353dcb33239f2230cd220bf7918051cbeb3bf8386bb9da045199a80decd68760a34f0461bb7e644f0d1545f2712969c79584a813551ee433d3a2bec888d9 -SHA512 (pst-cie.doc.tar.xz) = f2554d76fc89d58e4ff61ac5e5635b93775f731e33e384a3113ebcca53c26ae0e4609d1fdfc5f093abb8945bc3f02a77041bce072c29340ff9623a580e0ce352 -SHA512 (pst-cie.tar.xz) = 4967785a229c9cd316b36357fc94df53e7ebfb216ba5bb222d208a767828aac22184914e2e3744e2726738920dec05f3ed7ab9ce1e30321017f43fa8f52cdce8 -SHA512 (pst-circ.doc.tar.xz) = 575ab4e17abb1433659b60dc87920fe284a12d5cdc98dcd091df372437f165033872c7a7b3f27e17bb27f5a51c2dd4e5a98925e06e54353a8e51b77958b63afa -SHA512 (pst-circ.tar.xz) = 608ed7ffdea15309a69d89c6a6107b9b71838e789f14ca78f92922cbb3d5e5929f61e0510b40e5531900099f805ae1d4acb2018984aedde05352c8f210573a77 SHA512 (pst-coil.doc.tar.xz) = e31a5c795f9cf1e21364f63d582465825f46d37c3c849e328dcb19c2a2d7d1336c425a027c02db7c1d0d00da74cb2250feda8f2f70d538561aa93a22bcec5498 SHA512 (pst-coil.tar.xz) = efa265a09857efe93dd3d6aa7f63cbdca456982ccbb4c882dac7c1aff43a6f524e546640d5e293b55e59bd6af582e6d91b503cd7875f8c5ab48491b5b8996e4a -SHA512 (pst-contourplot.doc.tar.xz) = 1a52121a22c829c9c5423810f529cbc4cf3e49a805ec4fae123dd795dfc8fc87bebb13653a9d173ca962bba716c8428effa4410e48085af4bb208331e4e89bce -SHA512 (pst-contourplot.tar.xz) = 9930e77c3ac5adcd9e3f14c4785a52a79fe5068b5ee239d1c9f052181657d2c5f16b082a8900b9571094ec83b7326be28a567dd39876332e5f68aa6b1c1b7083 -SHA512 (pst-cox.doc.tar.xz) = 1de830f83253ef11f092c9ec0e698ff36971c7b6d4237c8eb9f6712bde051b9302d657faa21bf56d34287c838453c611ef1a7c70c09e55ea647bad48ca216e1e -SHA512 (pst-cox.tar.xz) = b7e0e787e5a6d825383a5c06d7aba34e5d7cb12258925b7f0384ec069e873a6652e421f963147648903f6bf063d9592089adee5b043f24dac10e30dc344f0608 -SHA512 (pst-dart.doc.tar.xz) = 668648d06ab3047e45737908bca5f901b4815f7b7b6745e9bd5387b6867b1fe6dafec3633295e8c164e26cbf06dab2240516a71e3b766a52b9e1ac0e64d1d93c -SHA512 (pst-dart.tar.xz) = f5d41ddf7c5934a00fe8bbbc6dfa468d26e8ac0c06975301f17f31f168c6bf7499dac210f08f815cd01c05eb4a9a376d5c49cd96195a9df56bd3f1156d9ac6b7 -SHA512 (pst-dbicons.doc.tar.xz) = fc0a74b0ca228ff598f3f88840ad1b87654cd7205afb757e6eb6d98abb0cd56cea0ac3ad7b3464a9a5b09d3d4f3a8489228b19c78edc8ceeb8b10f5d40e18540 -SHA512 (pst-dbicons.tar.xz) = a09ba8f72ecc1b58298b436c47d3922b494337179bdf789468aa3a2236a5e2bd0f9ddd9b491c1a2eb181d08090cc1c6d8c4a0e9e56cb8619a65ce168d7efd355 -SHA512 (pst-diffraction.doc.tar.xz) = efecfa760a636a90026bb8dc2c6677bf1f5d8f37fa9103d37f598bde413a136928717cd7bf62bdd7581ae4ce21d34b49a2a9e4dab7397cedf7dbc04884012160 -SHA512 (pst-diffraction.tar.xz) = 222e2361650aad3b59f99fffd56aabe3e53a5eddcbb643fb6f970ff9ac52bbebc4274dd02e051f9b24f069e355a081feaf20e735c385d80e3e58d3c72f1bf90a -SHA512 (pst-electricfield.doc.tar.xz) = 9d89a2818a56bed9e3cda9069f91cb49beb0182e0b24474051bb28c4299439a7b5477d09fa1caf23b855226d4d4441e48c9fba4a4dd1cd5eaf044a608876e5ae -SHA512 (pst-electricfield.tar.xz) = db9f7474d8290640d960f411574b6dad9f9b705eaf68644e001ebfc5050328673f0c1c31f925c6a2cd2279b9bb7ff89cf8d21e71a99e4b937137af404d046df0 SHA512 (pst-eps.doc.tar.xz) = 70542680c550bc11bef851cfcd12010e17f35dd75adfa390ffadc7b920c2b357594ca514fcdeaafcf1bfcf1b9e622b23c680adbc64ae4787fa96ff94f9a62add SHA512 (pst-eps.tar.xz) = 90be1124bd22958b0a9cbb45a3b76513e514131c416c98d7f70ca101e7841980c33bd8380e888054cedb873143aad168b0dc25918d9e241f763b9be3ea1a76d6 -SHA512 (pst-eucl-translation-bg.doc.tar.xz) = 9f6d0153e79a205d0fce5b289fa43317ded0b70abc06139a503b98199584e8cb12b083c8235b6b53ff2a80cf249a4a43cefd3e0b39a9a406c62c1e684bcb35eb -SHA512 (pst-exa.doc.tar.xz) = 9f0310ad130ad4693575e33bb2f2deb795a8eb4cc6b3f5fa946095d979ad8a1a348feca0ee5421b4831fd16a1de23608013b69d027b0dd37f782113e7de868bf -SHA512 (pst-exa.tar.xz) = af3bf68bf2401e0bd7023762748180bbedae1a34fa749b02cccd6b498f1f7ed0ca0e929e1b290f9b4f56b7f30718cc602d54b348e23f73c4cfb4d72ea22ffa4c -SHA512 (pst-feyn.doc.tar.xz) = e30fc57ace8fb4f0c36fd1a07415e894abe6840592a9a62b9e45c0663281a79532387f5d37136e9cb5e7b27f4c0d7722e6d1a9779e1a57a2fddbd8d0324d1424 -SHA512 (pst-feyn.tar.xz) = c1ac123bac3f92fd92321387be28f519963ab196fde7ead8ed6b4c93ff9fe5cdf07bfee65bef67b9cd70d020adfa99c72592df9be376d69c5dadcb8bd0d6963b SHA512 (pst-fill.doc.tar.xz) = 061dcab012577f3d6e30008c15127f2f70469340598c781a436c0c8b1831d36dfce86a8cd0b802a6f174d3510ee2ed1d9269b4c894793f10d79eaf8b6d0c1ec8 SHA512 (pst-fill.tar.xz) = 69401352ca7e08d6d61ce7ae89f1201f186cec6221ac3b9c2cec61c6033df03b8151ee278ab2edab6a661c49f0867d7f9e764bf45e9dbf32feed655e12239688 -SHA512 (pst-fit.doc.tar.xz) = c8619c7c98cd42884637de98c88d916e18db273371fd64090d5e9789570153b2508f0adb90fbec9c5184f6ef1ab24559b04daccf8dae7c5f65453044b9bfb73e -SHA512 (pst-fit.tar.xz) = ede8c3503963f44d65caf46975cebdad296576742a771243914b49c6d802deb2f24e816dde7fd9a4bea7fa0c39965693575676ebeb648da099d88ee50bdacb8b -SHA512 (pst-fr3d.doc.tar.xz) = 48c559c27999b06d63ab5c33c9779d0902e05c80c51ba9225f0def724e02892557deda44add976bd5fb73403bbc2615854ef9ea398b830357f0fa5be12702e74 -SHA512 (pst-fr3d.tar.xz) = ccd418ac7ac5ee1885cd2b7008e867c08cc0fc13fa97e264377446d301cef1caa82b8552731a4c7d3131f0e2ddaa0267276d5b1726998a0be2f149ac67bbffcd -SHA512 (pst-fun.doc.tar.xz) = b4f498e3f9d97be8fb8918abe5139d431656b52ac592ce9f3155c6dc7afcea17e51996dbb275968950dfae179b336ef923b2d88efb4b77506c64b5c775920d38 -SHA512 (pst-fun.tar.xz) = 68d0c52bb40354a72b2eb14d2c10a18266badedd452a57e4c2a9aaad343b94f5c13f89853962e85c94ebed9274e87c44cc4ac1fd0203ec54097f71e5c4a15fdb -SHA512 (pst-geo.doc.tar.xz) = 762140a38d7f39875d2d4d25aff57187d32daf017d5be19f7fde14c482d9128c4b2e911f67446cd47a28cd655ebcffe485dc4b6326d41bf3b0693072647cac0e -SHA512 (pst-geometrictools.doc.tar.xz) = adf2ae63d32d2cecf77c2aa950c8b827b51d0ae923dfbed7c851f0f0e7d6018216d92cf524b2cb4002c4040dbb579cff552a37cd5ef57cd2d0579b01128a3be6 -SHA512 (pst-geometrictools.tar.xz) = 1949864f97f21c6cd2a0e706028d5a0ecb4102c0afc5874b78c2bf883aa6698551214ac232f406bad9955e0f0a78f059118a4d950bc4b69bd30ecf9b6fc38606 -SHA512 (pst-geo.tar.xz) = 2b559409de635cd04e9b128bf44ef5f92ee765d4ccaf2132e3014d9a75ee61867de1724de2c36752bcc600014767f058c3799a5387aa4029268d5fa9dff4e0e9 -SHA512 (pst-gr3d.doc.tar.xz) = bd9026c7730dce9c09a092cc420fa7ca8d7c85db4a1f9a665a64f933595b43397027904c08311ab2301305f79a426a1b726b8df2c237c8a545726fadf9b8ed30 -SHA512 (pst-gr3d.tar.xz) = 85cbaa41c3cce49aeda36ef55a89122370fc23dc91c5e5e63790aff2b8b748eb6a13a9a921836b2a471ab2deb9577ecf59be0bc6dfa4d2f1ddcf17bc33ca4264 SHA512 (pst-grad.doc.tar.xz) = 11f4a4de67f92bb2ba77457b5940e2b848985de111e3307215981e6d39617b8590316de5cb6e5002748d9e951be405e3f938d1708c28a7970be53808688c10ef SHA512 (pst-grad.tar.xz) = f98fe4e4996e20947d90ef24d6825d72a8ceb6bbd586b0de9b90d5d73208816395e5b195dcda2816c8e709fa4c408f3b814c02911488c83a207039d28654b9e3 -SHA512 (pst-graphicx.doc.tar.xz) = 8deba57cafa74987ff7dd22b52db699fef2067dfb62e8e2c7e8e17b662f1d7644278272ee97209b3c109345ae8c295e125d1b195ff68cdfa8362eb3b7ad1bc84 -SHA512 (pst-graphicx.tar.xz) = 0d3f2d072a7bbb58ff555add4df7347a4dcba929bfba49d25dbf6b95956462a3fda07818135fe40f737151f323a27225983f656389f9a91a8295145ebf2877a1 -SHA512 (pst-infixplot.doc.tar.xz) = 0b6958f851af834917ab04f39bf60d50e26eb61ea52c9dee91274714ec0a87519323b1f9ef7d665f0a6d05cc97e6f8b1bf51617f2c57a5d80ebb96ba1aa94306 -SHA512 (pst-infixplot.tar.xz) = a8e69a4bc20752d5f6d455f34fc4810e569a5f444de257c1b50c76d567a23d868b0e19c9f4656370a12d3a53ef35ad43e7dcc946782c19ef76091634bc2440a0 -SHA512 (pst-intersect.doc.tar.xz) = e8775b9d8adbab9e7ce63d595cb70747dc3d850c4b43095e1a35f6be8093b61ec92457c7fcf6565484e62b1aa7bec82700d8ccb2dc8dca0089e56bc8be5e762a -SHA512 (pst-intersect.tar.xz) = 847a2532362e570d3e14ac4aadedf0cf1ac0f2da1991837abcb6cbfa607357d8a451d852bec9be50ea8b2995716613475c4c1ea1c3766169902eb82e70aaba0c -SHA512 (pst-jtree.doc.tar.xz) = 4d0a2432e9880a71f1d7b6a9965dfacbebeb44ea2586fd428fa58f634d7670d763e9ac293aeec6adda6cdef98736a7b5d341ec41d89bf3999c4cfee9066001ae -SHA512 (pst-jtree.tar.xz) = 9947e00e7fdac25f25f1f828ff5b9a3b962b1d033c57232d2d47736ee7a675ee48367aa934153ec17ae3f2eaa763044dc067d83b2248c5f42a93eb5d9a79e292 -SHA512 (pst-knot.doc.tar.xz) = a8a82ce955b707c6ecb319783cdc4fc8406411dc8d711321919413d84ca42197828e69ae2b6b368a4b5b326650caf5393cb2214a7cd8b7bc0cff742b9b0d977c -SHA512 (pst-knot.tar.xz) = f481b82e5d21dd86eef3cf64ecedc45420b33e43619574f072a050fd70a6446ef8d527607ed5a929443ff6976cc94a03817837c8776bb2ee9794fec80a4c0751 -SHA512 (pst-labo.doc.tar.xz) = 1b35f244a45fd18eeba484f925292358b5582f0ba18a9c6622afc67ed287e74d0c1c876ff78c19de0e9b53f55c86f30f47a6d179e0142e79aad5c5799e497ba5 -SHA512 (pst-labo.tar.xz) = a8bc971be59f1072657d9cf9d26056ba800023858df1d060ccc7e31d2c533337520e9583de00085842dfafe84a590e0c90706ac00bc98da282a5454fac76aade -SHA512 (pst-layout.doc.tar.xz) = fa32cd065979fcaf2105372155ae8debb399a0f930d6b85e7ca4a69d8b76bc0d7fb717ebdc8fa4c9794ea03268c2079b93e0bd6453155bf5925defb75cf05e08 -SHA512 (pst-layout.tar.xz) = 6d4c06efe0d0095ba52eeee25ffdaf44f836e1e41840d8098e25c6fd3b5ee79d28663ef7f02ddd7d1ba21228bf4f9bd5a66548e3aef642a49cc9aab5b4b24fba -SHA512 (pst-lens.doc.tar.xz) = 8d29f5014e0bae5d1fb22483ca3231e3631c76820be080b3a588660f868ece861c2d816291656a45c8a33356b992cd6e2396e9d73f4ab316b877b2ed8b778f7e -SHA512 (pst-lens.tar.xz) = 406bc53d476d47d464f7fb318e75a5aeac85cf4239ab916e91728f5d8c0c05a9fd4c4fbc24b4b058f1c15d1ee4c6a0d45511b8cf6b288bf10163523b2bed0f37 -SHA512 (pst-light3d.doc.tar.xz) = 166f47222230e24530508e3ca66c881dcc844cb8cb35b92fdbeab164b964ebf2928df3068d79467fc8a9a8a4db81d2be48350036169605365bda116cbd86d095 -SHA512 (pst-light3d.tar.xz) = 2bcfd2835e20302ec865667a44af8dec63c6c006c8a3e39b048464e129ef04300d0d7c2e23f324a8acee0e1ae1439e75ce642f7b76a8f1958d600546ac7c220c -SHA512 (pst-lsystem.doc.tar.xz) = 0b277cd979f4a12abb57b8e6d2562b156bba74e0ca46da10da17a6bc505c6747592b5f19c5a3e9b72f99bffabcb45298663c6dca33c875c923408646c4c5f6d8 -SHA512 (pst-lsystem.tar.xz) = 0da3611c401895f508b6963c46f781863ab6b42ced2addf3413b74ff1c14daf42cdfb5c166072e18427871ed6d06c5cfe3b185f0af30cb25db2f346828ee1682 -SHA512 (pst-magneticfield.doc.tar.xz) = cb757378708fea31eb6e644eedb62a23de45c756d0d4fbd902d40a4fd9bb8189ec1a513e5d12748ee2264bc6a35eec67a7bebb8d59128a367025a6dbc6f5551a -SHA512 (pst-magneticfield.tar.xz) = cc2a45978e49d93e677f4b028afeaaf89a0ec5748f545cb575fcd339cf92e1b08d870be79d80a5cf464b29b4e51d5ac5196bfe0665408da1108abf4da4f57222 -SHA512 (pst-marble.doc.tar.xz) = 5684abd4913353b7a4953ed1b5878183f1c10dcc1bdecea6f3e9e6adef7c73c7f16cdade2b5e18f4a645c203dfb15a3917740a7638c410002eab892bc5ca6acd -SHA512 (pst-marble.tar.xz) = e16ea0ed61c6548d43746f251bf8581a00863370b73d46077e5510fd167d63a539ab4543f0ad7db704571b5274cc5756fb713e5182c8abea404708215a98849b SHA512 (pst-math.doc.tar.xz) = 76c4425e84bd67e989fa8c533dab1660c03aebb8c21dc335d26d99ce4b628aad3ff4d9769c7e1f501b4ad05b7762142910bb34a97cb92ff98a1cb637a50ebc46 SHA512 (pst-math.tar.xz) = 4cc671ab7b7cfac83cab929d2a0cfba81f7bb6b92d89460195fbea2875511f9ac51c1f64cfa527903f2c081201f195512443c358691930cfe8c57059e907df53 -SHA512 (pst-mirror.doc.tar.xz) = a9e22f2e00f67f12c69df3a6dd4377d25b8c130c4afa8c995c8961ba426f69f0c286460925c7c782a30b2a23ca5f2d4a46a5dbfaf72955952f561df2545c38b8 -SHA512 (pst-mirror.tar.xz) = edb6796eb96047fe09833056c409527df06d63dd69e9c2b600c1301b43b6e5c858d1061e9a138c89ab47657682f9ee67995a02abfab5251356e2eb8de68f5316 -SHA512 (pst-moire.doc.tar.xz) = 442f2477e9eaf122249b3a06fd2755afc9e701fe4333102274de3635eee398231d422b8077764465fa42041acc6289d00b4254505b591f055c6dddd41516d0e2 -SHA512 (pst-moire.tar.xz) = 7ae5693ca401b037482c4b8d7173a03b677ee1a8dc62ceccb710264b196a20240f310c26cbf9924dc2b4a9fa2869257843cfe4c87c26616a0f790ab444130a13 -SHA512 (pst-ode.doc.tar.xz) = 5da26468c9426f614080513d9dd031bab06fdba87a899be28e09a21c7de75b50c4dbf00ebb569bfa63293bb7881fbdaef76f6bddac5a7e8084796fbec2e7ddf4 -SHA512 (pst-ode.tar.xz) = eb00fab8b3932a868526aad8c1623ac7939d45a26b83374779f4eb3d25807ff58a5a75ce31adb84af650939d7e6957336f44d8f7a15de33262ee7b69c70fb002 -SHA512 (pstool.doc.tar.xz) = 613cc4899b1d76e0686cd269568cfc0dda437cec0e50571086b3d44659dc4b3e3d567dec88b5420e4c802d676f21c2428b3930fb6bb3f7d7faa14c029d35d43e -SHA512 (pstool.tar.xz) = a97af35dfce4a137af97071b49e58c31739e6f271afc62a455db473e573148d25fc27937ce680c6f400a200151ffd73867d5dd8781b12a63c68b7bf256cff5d1 -SHA512 (pst-optexp.doc.tar.xz) = f9c5f7bb43f9171b53a10941db9baf3f7e7b8e50620679f176a14b0b384a8a79118361e0e7afc2a8c44a2e9916313da6321cc5a08ceff5adfa4a678e35fdce46 -SHA512 (pst-optexp.tar.xz) = 7d171906d8fc840c8003e82b3ac175360dab625172b389c6205371bb432e280195c2daf53671d8ff2ab43d24233ab2c8bd3002b8d4489c7395533148bb40e939 -SHA512 (pst-optic.doc.tar.xz) = cba9465a3e81060bae7ab4b8d7c8a1ef804415a3f85c0a89c98d57c6a3e8ff2c58a40b91e9c6281ac520be5b03f13d1890d8cce063a892a84d6eee5f6beeb625 -SHA512 (pst-optic.tar.xz) = c9e0231301824a612c755adbf2789f9cc428bbc6133a5669d173ff1426663f704aa978c506add7e4a0c786b51ed61df355f59e7b6392f355ac6913c6f9336f46 -SHA512 (pst-osci.doc.tar.xz) = 80d99115c7c3fdcafef8f4be99b3066799cb40571e219158abb48de0ba405a0c977d0158c20e2b550895d1e63580bc7366338fbbbe7add2c3a89abf618583ecc -SHA512 (pst-osci.tar.xz) = d36d987ca50c50c0840660070dd7eefd4ff49f4e86b1a6f33bb9e549a1468f4992a7eff6de56307e5d5bf4e8063534cf4f658df8e98571a1d86fde3555a67e08 -SHA512 (pst-ovl.doc.tar.xz) = 9b7057b4316adf9f0fa30561c658f309cfc1be757c0eebfb63bb5cb94dc9b8b6cff502f056f9e1d64b207cdd154c0ec64b13c51639ae46377c4d58d51aa00725 -SHA512 (pst-ovl.tar.xz) = 2777d0d3011ba4ba911dbed78bb3ab29eb54bf392a9aaf73707f17e5fd9ccded0198d0b42bbdbc6879b2f07ba84ccf9d121748e3f0d3f931a8fb6b6e2a904b8a -SHA512 (pst-pad.doc.tar.xz) = 0a2206d3ef84dce88d3e0ea7899fb623d12f7f6a820298b031ff76044eb9ec49bb09f70f6ee0b00018fcc02f6260d67ee58c8a06a48ddbfd2e5b17f52d374830 -SHA512 (pst-pad.tar.xz) = cf519f69dfd1003ab17a4a67f309336442bf35497cd0102e346ab8537865540c314666fbf01cf6e3e106ce922fd8922ac4bbb5b20ee90a7ce24a7a98ee974006 -SHA512 (pst-pdgr.doc.tar.xz) = 006395a2e1caebf8c86f4eb41eeb03a35d47b82e65e18ce4045eb22f93bc78a38f7611a1328216712d29be852fa3431876254f3b41b8b7a2a7c453f32a8e1bf7 -SHA512 (pst-pdgr.tar.xz) = c42b723e2739eb3a70f7a984d45b6b738a1dab1f4f3bb7311850c344be736fbc97ababb6f744539deddc7d1cbde47830e81d1bfd42f705a7287b1fb970664823 -SHA512 (pst-perspective.doc.tar.xz) = df82bc95d3720f7da3c23736d83fbaeae5132f7b84aea9f2fd8ddf925f919e5d56f6701bf5b541446c024e8d2f6a5875d562d96cdb1564dae92d6ade759671cc -SHA512 (pst-perspective.tar.xz) = b1c6c1313e0f87d7c4dbc7122d09777f14f02ad0908c6151fb5da905d908a9ca2d905c5a9e3fb1e54deb0b7b91dda1488de0b96ff40683488947985d68e2d331 -SHA512 (pst-platon.doc.tar.xz) = 7c252b535853c4941fc4cdbe504a3c20ece2c04dd15e2bc5ea0c88928b5fdd7063035c329dccb7ed04d71606e70f632fc1d66847dd35ea46a4626c04070974be -SHA512 (pst-platon.tar.xz) = 8eade14982b0ffa2c5e7d5c68a91d4159ee6f3317b20836c3f470ed68940a522459bdce54b1e1dd4068173e50b0c611531d1210b1651d805602f952a1696626c -SHA512 (pst-poly.doc.tar.xz) = 0facae2d565a22853a6e455534065f5954571311898e0850fcee7b18909f1cd0fe06b116138faedda6767d8514d44f7d843c13985f8723ccb8ec03a81bbaa46a -SHA512 (pst-poly.tar.xz) = badd0fcc2b439ba270d5375703f91df9009fb7eae920915eab8757185da0c6665c34d530d9b4d8bf469767dd79ee834ded104a0fd98243a1e8a17cda47be0f79 -SHA512 (pst-pulley.doc.tar.xz) = 28a4654d2219e056ab1a53bc0fbb60feb919b3dc26b1e542b561cdb6d3f0b1abd050afdaa99a9ba5b374462cc451c1681622f6c6c3f6aef26738a36a845648a2 -SHA512 (pst-pulley.tar.xz) = 4253283884b3cc36801dd7d462655d3cccbdaa70af0219765a3225c8b928e49cf0964d4db4728ef01e06ed33865facc46bd767f4d1cdbddfbaf0213e4ead012e -SHA512 (pst-qtree.doc.tar.xz) = 4a0bba9fa7072e5860403c3b22a23947045106fd4b89781af848d17afbc5ac456c77617979ebcb80afe07620ab8b990e868c688301c4637804d32790fa4bd7f4 -SHA512 (pst-qtree.tar.xz) = 5bbb7fdd477850e4e6c2bc395665c50668a427cbe176122d160fdfc2aa2f322ed83ec43929dd185fa1dec439bec3f5de719aa8d640d0bc498aa7ac9f9089cd5b -SHA512 (pstricks_calcnotes.doc.tar.xz) = bab8492549fd268f856e11f5f6db4e1ca878c67634387e7295bc163cd17080ee6b685893ddc85a882bd895adf3689639bfa7fc7d0da5e9916ef305c18d94ad65 -SHA512 (pstring.doc.tar.xz) = 51c316c27c3d4083696dd9ee86e378c83ed09c75c632a7f0a580bd84d0033c7776008056a4b26d7835a4974b879c0f2b0389ae83c70cbd6ab093bc8b2add9ed4 -SHA512 (pstring.tar.xz) = d77c937467a9cd16f24fb1374a0d797db04bc301fa8a677712e09d83b58df6fd12aad8857dd83f4d5278d799a0d1d52ef12106e8106921d1ec1453ff6692605f -SHA512 (pst-rputover.doc.tar.xz) = 16bc8c2500c19cdaeb701da98e4de0ffdc13116a0ed5802beae395e9664ee16acc6341db7d2c3ea7b2a16b0afac35503cd5a53e1ce1fbd67598be4c890b317d9 -SHA512 (pst-rputover.tar.xz) = 3bd94d3a37fc8bbabba547a0072618c6e2bd2f6052f95cd4dd8cb973f64c4e97d0c7ef72fbe425df032aacbb8cb109b0eb06ee304b725ddcda6489da2c893934 -SHA512 (pst-rubans.doc.tar.xz) = 086f80c0b99a0043769b159b6f52de125f01e6c3b00189b0924c62961b934121b09a2f1634fdeef737b2fc468c392051f8b117e1de5d7e6d223e79ff443c2cae -SHA512 (pst-rubans.tar.xz) = 360f1a04170358b976bc8b6d4d4ee138398f6b018b5611811fc41d90475c474e89fed214708d11b47bdb58cfcf983b37c3338c4d5b13b13825f3388d1562372b -SHA512 (pst-shell.doc.tar.xz) = a788f994d6003ca6a650cbe042b57a712fb91da2146b21fe3023b464487e5a56699a2aeea56be77aa26919f6c1fcaca6d49bd3ea33ccd2fd7a06e5f95a917803 -SHA512 (pst-shell.tar.xz) = d91fc81c2140e0ff4aae4e190b4816887f0c068df42022b6b6545adec400920a69e81bca1373efae4249a95cfb1b7f6b712497d72510aec79954feb7a1ec07d2 -SHA512 (pst-sigsys.doc.tar.xz) = ae2869eaa649898daf057875d28fef1be5f20caf0b7385ba7723e9be51e534cc69b953bba8ad4fa6d04a0d67f85659c82ec08043ba760279a6759c20a2c27d0f -SHA512 (pst-sigsys.tar.xz) = db3d3dd31c4166a132a174cc9b2a86fb226496c663c1ba95b36f6590e18799c5eb4e8587ccc3db5de0d3833729ffa90080cf037519b2a7ba24c70fe381aedad9 +SHA512 (pst-node.doc.tar.xz) = da13d6f9584cb2810b0aac8ed65af49a48128049433a845b6a2d73bc2395e043f6ce89ca84978eb52455cdc713931a610cb1047e46badaa2c6b4baf5073c15e6 +SHA512 (pst-node.tar.xz) = 655a9f7a373415c1721a8192aff5868c6eeb20fbbbac394b19ff15a66f6322c9cb3e2a6edac3210b14f94a62bccf18ecff1fe3af21951f382477ed27e37ab36f +SHA512 (pst-plot.doc.tar.xz) = 9f486e767bddf56647583d598dcac7b64c1ad390d94fea88a285d3aeaaa32d8151883b438c48e0d75b3ba41fef21b38cdc2fe7dd724978827b55dfc6d3bd54c0 +SHA512 (pst-plot.tar.xz) = 7e784c8c50671da1b2efbc191a4afc91739718d9c117aa49740e869296a415287031c91c79f750eceb7f90b36f8a6bd5b37c87dad7d84b6776a014cfc6a4f88c +SHA512 (pstricks-add.doc.tar.xz) = 7a7639cd2dc128ddb203de7aeae23eb50adba49702b5270c6c432a159f185dab78bd0b6ce9925b6b803c200403fb662a9ded85197f79711d6880a1641cd53996 +SHA512 (pstricks-add.tar.xz) = cf73863537b9058961d4592077dabfbd0e76ff0f07dbc7b17520945bad42286483da11ebbd44abe403845a9092cfa6415ad881ab19d323527f1b979b9e0163be +SHA512 (pstricks.doc.tar.xz) = f601ef45273da44d2d873bc84a253d9f22965a2ce8fa73b2dda7d7f595216d8896196df92b2d78588ef1c02c9e012cc80c3b1031ac9553c84289e55393e4bb74 +SHA512 (pstricks.tar.xz) = ed5f7ee3dc8ca9b70481d93ef0df5caf7b981e950c62675afaf4499e4db2e8c271abb3518d679c356335e69015ce878a09eae5cb21ccf3837db615e0e4843205 SHA512 (pst-slpe.doc.tar.xz) = 377a89c5dcc49e587e3e2d2e1221c289da9dc6b3cc0565bd182d0ec356835309c12eecf68680ac4083c906701365de0068608ee1e49ea9fb95c866a188931a67 SHA512 (pst-slpe.tar.xz) = 43905d7525acca6d10261e169a1c1ec1ee0cf0d4b7fcd05643dea3f705331588d774649ad5ca560111269025e92a1e91796693c5246e4d2b2816dd33d4eed87b -SHA512 (pst-solarsystem.doc.tar.xz) = 581e73c180e455adb09453c7f535de5a3f540c3d8046ea0a1667f9f13390cf63297b9073ef66d93f4c6b2aadffad3de24000a49cbbbe374bb7af75402fb6bef1 -SHA512 (pst-solarsystem.tar.xz) = 48c38ec076b20b28aef50c207a77069cf5053a209f4ddcb3adb5a8e01f2b6510abb388075c7e5c90b6b48ecdf6f92764836dd58fb51181e28afbbe6d47600abd -SHA512 (pst-solides3d.doc.tar.xz) = a00138b042c58700438cfb3f094f836b029d31ee3de40ed290d3f5475a31cb3fc949c13402c35d088dd1cacf13c66bcee934a0ad59e97ceee5ce9db1f99e7c4d -SHA512 (pst-solides3d.tar.xz) = 7e725978c030da337d882e05069b749a4398b1a1c479a50db34fc63801cb77b78630e2d1dfd0c3a39aeab3e931236dad91b6c722c4d6e06dcfd867f007ce99f6 -SHA512 (pst-soroban.doc.tar.xz) = b7c1422ac43df949426581f7dbe749300093ce2d20145df768e21e893b9d2c419ffa8ab16c60fa509f09317bee4c7f80bed4920b92a5f9f2e9289eb93cec5eec -SHA512 (pst-soroban.tar.xz) = c21d3f0e19c4cfcf79563e23e760178de6e39f1f42147f534946fef315c0514968548b30d24eb345f4f2c5cb7807fef4f0d45d8e345e9523806ce1e054d8cf11 -SHA512 (pst-spectra.doc.tar.xz) = f3655f399c4986b122253c4849bcb15d0ea4d2390b0ec3b8328d8255e5e2d44481198d63c6ad9dc10365095414267285ff02a944c1bf5bfd8c458d1a7cd5a0c5 -SHA512 (pst-spectra.tar.xz) = 325e4f07e9c2788d571c6105e1fdc3a097881d1b472b038c365c65a84a4e69e15866750720b2c86f5b20e00fc3a054f619e79b6564fc3712194a1a5d05edf248 -SHA512 (pst-stru.doc.tar.xz) = b9352eb01e9d80049a474e0b5a513bb8835be16af4226b4f4269d9a94d64b81a842e640ab316f066595b0b6053080042deac4b0cce1bbc602ea0e029f7809cd3 -SHA512 (pst-stru.tar.xz) = bc0961c1f9afb68f66c4af9aa9d37cd8cc7c6047f55920d12cfb14a18b2c2288c8468c8d9f0e21eb7e395eaa884f0216b37a6fa947fb2c5ef51d57996ba8bb5f -SHA512 (pst-support.doc.tar.xz) = ab2adb2c06d4f7f4b4a4fbfec59e1fc8d6b9f4ccff5aacc29f0a1524759fc1f0792640e8cc301e614477ad45261bbedb3ede93de2463e0a655aeff846561c185 SHA512 (pst-text.doc.tar.xz) = 87f213f037227c05ceefbcee7ab8a316b88ee6f9ddc366c40cfa7676a714ec6802f3781db8357224769216241feb9171668184534572ebe5c5776c1553c1b62d SHA512 (pst-text.tar.xz) = 6cf40d3dffb7803959a187f6a19b137b824d46ea73bd31430e983abec0b828d49c6d404287382242ad224e2f51feae74b3bee374443e9f421ae70d1ea2c0c3b6 -SHA512 (pst-thick.doc.tar.xz) = 5d75bab3e4b5c18a14e7348dd97a3f7e0895a2b44111a72d87ff8ce7c7c0499062f61b4ff38b2d36b0632719fd58a33c91f077edc269d74fa58281a83752e9d7 -SHA512 (pst-thick.tar.xz) = 5eab2dfdad0c9fad21cbb7d4484f9701bd48b225e881e0c86a2418afa143582aef160bbf4cc9f5a773aea97d2c12c7f614f41fd87f0ff2952c27ddac91f75905 +SHA512 (pst-tools.doc.tar.xz) = 57fe008fa8ab2f8ab0682d29a6e3b7c285a84c54eb7bef068fa2ba1aa363792f6a497a548cfa6ad171990e344215db7bc5a7d297bbfb17026b80601ecc977edb +SHA512 (pst-tools.tar.xz) = b6f1432b44483470d2dc740aaafd254d0f7051e37e9b8675aa85fc50812b9f19fb8b021cb00da405734c25a3dc6b9645d25981c7b603e3a01016421c2d1b4140 SHA512 (pst-tree.doc.tar.xz) = d68059216626bbd3a33ec6bed2e6d2f0f78db2da3ae56cf947367608033a156126685bb0d162f95fbe7150c950c3d5d20de01fd0ab9b6bf77bcb2cba31bfebdd SHA512 (pst-tree.tar.xz) = 1148e0e571d68d8c95c0049313b244a6d6d77bf24a453121fd462a11e51d51aa21cd7eb66e9bb7c936fa90bc888912385814ce347cf911563206f520d2bb1850 -SHA512 (pst-tvz.doc.tar.xz) = ffbba30214dce83e7f00aa7c6e126919cafe341dc727736e27a5af8ae212dc66dafa49afba553079d6857258ca72577950c06ba2deb21ca3c1b13231d1909935 -SHA512 (pst-tvz.tar.xz) = 79e206f5e4154a797cf168b1b490cac8e1ddf98a79de6ddbd9dc98cf53eae01301c034643f6660708b58e890ca94b7235e5b0f48e53136f32c12c0adf5749179 -SHA512 (pst-uml.doc.tar.xz) = d8aa92785c241b6346762d98349d8464ce604afceb8774ef160e8c24e0a40d3fd8dba7cac3f78cbf38cbf6cfebb79939ad3c76e6b4014c1028859aba38123efe -SHA512 (pst-uml.tar.xz) = e4ff8ea9b7fb9f530e33280de3e9eb20d653c0c062fa80611a544daf74da0b1dd2481b43d8f5258f9ebc1d1bf95b393b32c7152ab8464a9e980cefa105c45ceb -SHA512 (pst-vectorian.doc.tar.xz) = 787b3b16dd0a73d96d16a8f32e26cc40f84706fd8abf48df23eb94a5dd9dedc0f9c9b7d8512894910ac96c8ec5e879a5f0d24f6f19e2d9f231ad66060e07565c -SHA512 (pst-vectorian.tar.xz) = 3ea49c1da6238c095dc2ee095b21dc95fca19c89b0ae473e73f9ea67ca9377cc8e696362f2cf859d87ad69350c7b94a1049823fc0b5329e36e8e31291cdcfef1 -SHA512 (pst-vehicle.doc.tar.xz) = 1183b285d9438c7360f2cef9c40d86424ed2891d36a4aee6281e57b84773dd6b2366ca6c2bcff200911e583bd11f2f5aa9615b45656a240b28b1809acacf4145 -SHA512 (pst-vehicle.tar.xz) = 4e5a5dc0227641a8b8f96913cfd513279c91f841fa1dd5960015ad79d5877a86cafcf87db38bd692611d5afd73a8a91505822d83433299db4efa9e4975a8da42 -SHA512 (pst-venn.doc.tar.xz) = e332f8ed24744c03c32bfd139a38dabfca1c6eaf9c5c4624d1579c16feda26e42e81b39dafc98527e8bdaacc2e3ff2d246c6f4b88d89bebfaadd57454e08af7e -SHA512 (pst-venn.tar.xz) = 63baf8075ef294bc3a909b3160fa7868a7f179c832d680728fe463f8b1c058411a1393614ade666824fa3233d6617b1dd4e0c50c299a620bc459104515c85727 -SHA512 (pst-vowel.doc.tar.xz) = 4fd8ba42b0d4ed821abe52e5848af0d19fcf12c2b9660f09a502561fcfbeffbe38bdf2a0540ee79b99f50cb3c783ab4b5d003a59cf84b3066c364daa7dca0eea -SHA512 (pst-vowel.tar.xz) = 6ee1dd91b42e319e3a88966fe4cb7327211e5859ae9bc9e262afbfe1fb7f143386ecb70a71d6b24cb0c794cb0943a6cbab4eb40ac683c55a7ef1fbafc118e132 -SHA512 (ptex-fonts.doc.tar.xz) = dd3c4d3510ec1de8a5174bd10a7ff7bb173b25354b28f0b8411fe23b41fee8523fe1993c30e55cb7c3eddd90bd17db5299cb8f4ca170e4d97869388d3fbd8137 -SHA512 (ptex-fonts.tar.xz) = 54ebb6d2923ff6b277b4376041b90a0fa6a164281cb18820f175d5aa87f9e996c1adff16e9e5eb5bb90d52c135d581eb1d5ddc476ecb2446fd27d0cecd75bb30 SHA512 (ptext.doc.tar.xz) = 31ec6dea18c99aac831f4f180ccce47781ce98b2a8859bb62019cdffd690a8b803cba66728d1a9805a8a39de9ef43e357be8fb6a16e0602cf67f7f9dc6cb317e SHA512 (ptext.tar.xz) = ceb8844ff23034bf730823349e6251ef0c7f208ef74c3ed61fa212af89a3208e8f9f1b74b7877698d4459047b64376faea647a919b340d306d54de43ee9617a2 -SHA512 (ptolemaicastronomy.doc.tar.xz) = 04997eb4bfd5c5e7789b5db02e9c27a9eb4d65e685be1428c5b81199957dff5aca626a76c719d871217ccaa2a6e6eef6c17ed94f4ea161f581b77a22306d61f3 -SHA512 (ptolemaicastronomy.tar.xz) = 58202171aa08b297e2999554d8b6ee43d4c5772e2f28fcf73c11a00ff8476dcdebfaa5352c7d248720feab2ba642947f07362cd9124dbed27e22086123da3de6 -SHA512 (ptptex.doc.tar.xz) = 0e754625fb8507591f21b860901de1b06bcb31f5c0b2fd7df1fa5257c7c611bae4f575f7387362bdd21d826a329a8af3ba00fd30c3bc9d91be7dea5d66e2fdae -SHA512 (ptptex.tar.xz) = a2c31b2e039c198d3c3c84cb58cc0b9326bcf11b4c361c1d5c9b8f5aa4943f14b30e722bc2425a38b69935f4c88c67439747ffd65e0a194f2e5dd54a6448bbde -SHA512 (punk.doc.tar.xz) = 33842d1fb46a78654d7351ccf88b40b87e6e03d83598f661ac21ee99d45156dd8b37a652c5c8e55506f95fc57b83e7f62f6c90c3fea5443dc5bb6590302b3e7d -SHA512 (punk-latex.doc.tar.xz) = 36a3341d2dca08941a923a1f407b422e96438e79ba5e3911a89f13d48317ec5aa0f5afccc7539b0882996fb872b38bc3653f1e5b088805e5ef7c9d96a4546d01 -SHA512 (punk-latex.tar.xz) = e44098c082465aa620d436a41306c9a1f36075c2612aa045e7c958151fc62e9a740584d9a9dd94b0c5631c00d406762a8e35f672931cccd3c09fe95850f3a2ba -SHA512 (punknova.doc.tar.xz) = 64df58c8996563a447ed7a012c6dd8f5248c8a7db06089d776e8ce64d516b4a0c4bf9042f587c996c7ab61582bba919551d352c9ca75f8696bcac5ad0e34866c -SHA512 (punknova.tar.xz) = bcb37b02258ba406e8ef3965619c99193c08a4e1d11f771b3c6b06716eac16134be81585220a581176d9e8b4d7f488730ada3b5963238ff982be400cbb41d888 -SHA512 (punk.tar.xz) = a442a536dbdaff9dfa9d1cdfe1a084d0f4e4e28174a424cf59a1da94013e115b9fc6294ea3362c85cb770028c62b21f7f7fa9817dbd68787498199ce585589dc -SHA512 (pxbase.doc.tar.xz) = d6d87123dce0a2afe3380cf32fffc8954e30d22e9822d0ff89500bea6a455c70a6699576265cebad29ba33c0fa5e7b63a40f26f7579d1fe9dc0cbcb528c45d00 -SHA512 (pxbase.tar.xz) = e567378515039b55eab0a12ca645ba5ff17c2dbaf56309c3273beb0d05c7e6e2dcf3d7d22091907df5636451df8e91d09673607918dd9ac091908cb6ef1e4de1 -SHA512 (pxcjkcat.doc.tar.xz) = 3c822359a68800a29fbc7ceda3293b6be902d9bc61f277003e6e20404c32e9bb6b34638a4bc11aeb943c4bdf6e361386972251b9b015fbe68ead824e5fdc67d6 -SHA512 (pxcjkcat.tar.xz) = 59923115da33e18e2b29a10f664063755b42937ce601ed46103ec8edf16944056180a1aacdb296aceb5206d3dd453c0eec6f84f5b689ad68736c88479f928214 SHA512 (pxfonts.doc.tar.xz) = 71898d307cabff64078bbb98bee9417c79504fd56f1cfc1427b9e4ccc9448b5e2e8436fa085a63d6fa6601e591673ef52eb2225ddfad5e34943456a2239206a5 SHA512 (pxfonts.tar.xz) = 3b50d3f04c00cd080495c71d9387fe9c810ade7d83ead1178d661a618374a3a67c0fc70ae2a809d2b91db4afaf352b1596a588f6998a4eda220a6f181390b6d1 -SHA512 (pxgreeks.doc.tar.xz) = 22239223646ea121422016119b6d0edce32d002bf361d096c173857b36ce324ebe2e4107bc0eae650b50d0e94775c84f480768246ee65f975ad5a24af0335158 -SHA512 (pxgreeks.tar.xz) = d3f8ff3c975643d74dd92e749397d01f8d3fd0087a838271a491791fa4bb2d65c852ff5989f79952d40547a601c97fe0274ab4407a8e73aa047221934b9b2e9d -SHA512 (pxjodel.doc.tar.xz) = 424713f3f6cfd46f75b05ae6f8f0ef59e4435f970a1bc40333e80a5ab1ba94a79a333314f683e377232f929bfbe8c99d5c2c59393d1c9db6990e2343778f2c09 -SHA512 (pxjodel.tar.xz) = a8b4cab3c5951fa07659f323804e7037919d4a8b46f73fe14d3ff920c54a17dd41fe813a7991102cda4743b51152226e60974da1619cf4108f5dc77d63349d20 -SHA512 (pxpgfmark.doc.tar.xz) = 8a80eade76fa7b5e5b919136e499eddb5ff534042fc56eb8223e80124bde97a39a65d31370037cf425042a1ae516e5888c8751388899ae65a8b561f091693c97 -SHA512 (pxpgfmark.tar.xz) = eb341eaebbe2fca860c2592c0d24f6b5c4ef0f1e6b2bd731d48c1994ded7afa01bd5cb365d3f30147f68855777defc3384038aa652240178fc948b5225cb4c08 -SHA512 (pxtatescale.doc.tar.xz) = be6998e53e5d8d92138e440de1c75e83671ea88316fb9b4dde0188dab198dc65301b4cd4f53368c277b782edf82f17ef89903eddfa6656669a5329a029907249 -SHA512 (pxtatescale.tar.xz) = 922aabc7fdd35d1b1a6199be0986ad6d42ffc0db138066a7b1607ec521cf22571abc752ce225c9d99e2e9f8685149a5b91c35d6914fbccdb293a2476797dbdc9 -SHA512 (python.doc.tar.xz) = 8f88b9bc84a71c430486e2e3d2b33a4436cb1ac1257b9ea5629708438b8ac7488839d52fc138e4959575fe13388aa475770a62ca070b4746de8b78c53d5119a1 -SHA512 (pythonhighlight.doc.tar.xz) = 31297eb541060d760fd61ebe169b840cf182f8f857986aba5a2a578373037d3c99ee12ec9c707ab1f9d29564925821665997ea45f728273007f61a5f0bea5180 -SHA512 (pythonhighlight.tar.xz) = 1018d4383ba04f92d383d2c4f51d30f091528f7a89ff23614e0ebc9e488ef3cc8167de12a42e6a6465c2b3937d849bd5eecc94cab0a9b8003569b06ae2c91632 -SHA512 (python.tar.xz) = 85c300c969fccdff036e2da59ada1040bee6f25c6a8ec3c173ce44084fb9fd812aab79b8fdc0b9fbe2ffbf9485abca57fc5d82caf4ac5a3ff922501b46dec164 -SHA512 (qcircuit.doc.tar.xz) = cb4d00d575ed8f859722b97af7f15323af85e69b7276947c05770a6c745dbf0e4b3aa1546b3cc82d9555a5ce839b142ea8edd3da166d2c109bf6b829b2ebb74f -SHA512 (qcircuit.tar.xz) = 72dc726d377bfa13b30d5440f65e3f451a717c32785c9338bc95107a3fd29326d5011ea31a6805fd751e276279b8bb577f2b4a488ad0f380ffad84fbe46e272e -SHA512 (qcm.doc.tar.xz) = d7935c763e9e5245eb68d915b39a2f91d785a1590a7cd807e0923d7d5763ef8216069bf1119f15f91521fd83786c86de7b227e90b6407d6799a6104fe466fd4a -SHA512 (qcm.tar.xz) = 9fc1ac5b0b6fb819022f9e2ef625a73ed884ecd2c45b7c58283388ea0263d9f9c9045e14d9ee37e8a3c0036171284f30f7db5f99bacd01d4c65e1819bec6ab95 -SHA512 (qobitree.doc.tar.xz) = b3b587bbe835456cb6298804cac2a8d61c85d4bad6550cd355e6a9ba155e7b691c5b2f5f919ded355b21dde9c4009ee30466bcfc5cb6d81e0af0fdeb97aa3b64 -SHA512 (qobitree.tar.xz) = cd229c1611f269f904d73d276b8b36fb60a373130a3b5bf78508daf85d5ce50cdc4841a25e30c5a0925344eefd93f638e635be2878478f575f32fc458fa9a0dd -SHA512 (qpxqtx.doc.tar.xz) = 6b6fc20f5ec1269d318813b1ad34020e2b5341ed8891c11d2eda6b84884b3782e992dd9dde16d14b2030f2b57e1146fb6da6e761a35b12a3d88e8d865285668d -SHA512 (qpxqtx.tar.xz) = 7387592a338e7ba10942e4ed96364e36ca325040bff02cd69bf0f98d471775d38bd63e54bad494f64874e2fd0462762595c5796d7453aa6909fccc2d9d6bd27c -SHA512 (qrcode.doc.tar.xz) = 406d1cf238b397412a57ed695a39af0ef32de007b94e8650cf591c63882d05d7df18061fbd2b350347c052091202a38de1ceef19f61fa58de38c2e73de6b01b2 -SHA512 (qrcode.tar.xz) = 65ecc00d46d06f8a36cb1f170c12692cf7ef8c0cf9e68bbdc6a7da6b0a7f5fcda6a2e065b8a474609556518ab07c2d12f19a9fdaa0b6339aba94cf35184e26f9 -SHA512 (qsharp.doc.tar.xz) = 69d74a3ed755d16957a2a844ae624a15e18813fdf02595c2e4ae2dc0cf13b20a1db1c4f49c20db3e4d3343c586411a88c7ecfe6367c4c1efea1a8cb2730cf8f3 -SHA512 (qsharp.tar.xz) = 29aa0808112111d088f8795ec87ca3df6f2e10f0a8e91347ddc7101733aadc72ba90356f7e4b39fce6484e04975d3e151205a5d5272789ecd414cd0a6afc243b SHA512 (qstest.doc.tar.xz) = a2e138b5de9012b637cc98b18e5aa64b2c9384f03beceda724c86f1e81e03b6da6b19de27fe15724463edc61520d035495f2f039a2d541b4761c44c55473d1c9 SHA512 (qstest.tar.xz) = 1461a7e5a88a75d1976b8bf0b6b9a685c7e68bd5983ea1549b277627e20b8e7d0b890536c8e8357e168914220c168cc2be2e9a688b512e16d613107c50622f79 -SHA512 (qsymbols.doc.tar.xz) = c633094c09c291666f1953d8d8d8570d71b773e70f90c805cb01981117ea4212ce8cbd4ffabd9ca5aaee07637d19c6e627856115b3943f9d5c414034eee500ea -SHA512 (qsymbols.tar.xz) = b910db8e0e33bbc111a95db914958a3261fa89061677d999876b026d25609326b83444a7c6b77ee4a39d60eaedff448ec662dddf9511e99c826a3bddbf0b2861 -SHA512 (qtree.doc.tar.xz) = c16142acf0c3f9e4f347c9ceff7a6c29557c0c2c4d2232ce9df146279b3cd4e1019e703479f426709a3feeb6ac46fb91f7dcee8cad35b19c83c9893661322f96 -SHA512 (qtree.tar.xz) = 9f381007c2526f51483d7c190cd7cf86cb399e95475841900ffa8f522d3da71f4f451b42562783d756e252e513ca1f9e9e8586517057a8f6b881cbbecb5c3987 -SHA512 (quicktype.doc.tar.xz) = 6e43ad0d932eb2237106fd991dcd25e5bd536cb64db5988c958b138af294fbc777dc6ce2c2b791e3875a2bdeaf5a10be7d15585b44e7487017925e0068e898f6 -SHA512 (quicktype.tar.xz) = 4950c1c7a4536cb64d70fe8c08a69fd9336825973a7c8a669ba48bd66476888775d1ad288d34d4b83a9d674624960e3d17de1c972f52bd7f329eff971ec0f185 -SHA512 (quotchap.doc.tar.xz) = b705fe959bdc23b5633f850831fe7b8a5261e55cc7cf71e75f4b626cd6a35201f0dbcbcdefe1994c5b4eeeb6d914cb07a5f335a165835b26a45d256772613403 -SHA512 (quotchap.tar.xz) = df77f5d148beb1b70d0d2683c1be2a1b556ff1fdd90e109a29fb222b5eadb5008dcd1bee4e36cbeabf484fe90cfbc7bd07f87d40a70cc0675fe18b9019ed712c -SHA512 (quoting.doc.tar.xz) = b3990965effff7529a7c18cdd3a08af337be3766ffe535feaf54db504a47b0f054af41511a635c3e70c34d3025df419af702d319240ee673f7462d2cf4ccbbc2 -SHA512 (quoting.tar.xz) = 44a9c726a5a9158fcd13fd93785101d2a9a940f34da3d52efd5be1a0467cd76aeaf4706b945a8de0b4e0b4a90740567cfad87f08aaa92e7d4eeae8eb9f7bbc73 -SHA512 (quotmark.doc.tar.xz) = 6507fcf8639e780ab844700f6356abd8eb69df6158ee638d8471a112159f95a3df8f358fa40479eefad0cf09c34fc37d9292904ae159f2a79fea5acb93f6e542 -SHA512 (quotmark.tar.xz) = 9f21ef20aa9354b1347f00a52df65ea691fe4a00b05b794815279c070d05544611ccd8773cb7c9f8146a3a135f3100a06aaec48acacba255bae9a0654a2a9b53 SHA512 (ragged2e.doc.tar.xz) = f15fac0d6949fdac80ea27077720d72ffd7ff2ae695d4716875280d045b25c485016d8e72528957c10f93588d5942f440e67d79f1544d91c3eaa912c2f0e8067 SHA512 (ragged2e.tar.xz) = fb74ab5a4aef68ead15246701eb7ddaa07cb0efa66f309fe1dae067cb7e8fe38df9ab9d47338342895fccdea30fdb189e1868e3338cf84f61cc787a704697b22 -SHA512 (raleway.doc.tar.xz) = eae288de26c57ac27172e83bc6985b0edf80ac88538561468924c34656f31507e008097a1e8452ce47729ab501493733a1c022440c31c34cd99f8211383e889c -SHA512 (raleway.tar.xz) = 8ce708ec993b1405dc04ddd96b6d39da324799f404e2798448c12cd03749f11685f840ba4f986b1b0f7696f9141923f3b91f5318de634979720af5af5b07781c -SHA512 (randbild.doc.tar.xz) = fd8f83db389fa62ae8dd63a2c3bc8e4feb9beb6c56d7579fbd9e9065c399a73ad19563f22cdbe1dec78bd1c33056ed1cd4d9a534105b34a2ceae0cd8592326df -SHA512 (randbild.tar.xz) = b4fac4fe105366ae1047a1d4225bfbe8ecfe6e05c29e955bc91d591f25ad6a8ba0e2b81848f27af96a1509a278864393c8874b14f30e64c8d5b69b9db811ec41 -SHA512 (randomlist.doc.tar.xz) = 4c0ebff9275bbd1c8550902735b4ef0d04dbd688bb1abdf124560defd2e5d0cc23171e8034fc67b5379d0ec30395b4433ababf3c3a244cbb5ca5f15005057f58 -SHA512 (randomlist.tar.xz) = 895eb116868ced533e23d398d0f17bda2f55a2cea52ec46bcfca4004b9411fade8817af4fc9d3d91b2ab2959ea24027266d8fcac0c77a64d2a4b88fbed5d56a4 -SHA512 (randomwalk.doc.tar.xz) = 00c23d42132d4a47973871bb9a2054385681898d6cd7e0a7a47337808187855812d98535428f6e37a3eb2da13680ac4128fce38db670a87a66483f6ece044c8a -SHA512 (randomwalk.tar.xz) = 3a1f08f41864cc3b855fc4a9f8aba298d92505231c728381f5c5aa29f21c73d6e10834ad589c114ae26ba97d092b33e9c83a30518a7f289aa0ec96c933471afd -SHA512 (randtext.doc.tar.xz) = 3bec31ca40816e7e86642e080021ab5faabb19656a15463f712e111485f1de00d698816e84b1ed7b63ea9380970d4e80b04aa0cf79442c7d1d77d5fa3f4d072a -SHA512 (randtext.tar.xz) = 6cd20551f4b48d30d4c830da395873bd20e11b930336f4fac0f0ccf09c9a956d18107c45aa2b1ecea51d1fc4b0c0fabf06d436e247aac6ff58548cbfd31d35b2 -SHA512 (rank-2-roots.doc.tar.xz) = f9e58f16b30b075b19929a9ad1ac0c47e53b2aea038e34db69dde6d64e1cf3281fda597499dd07aea03b3bb325c06a1c7abbfdca42a80f03fa2a3d272bf52e5b -SHA512 (rank-2-roots.tar.xz) = 43d76c8461a724c48e5e510701032c01a5bfa645734402b0fa0d0766f2d0cb7520f2e3d29d6c3abfe44ec369988445aab9216135f70c43a18fdec152cb4ae92b -SHA512 (rccol.doc.tar.xz) = 56c43ee9f49764ce50da6b1b4fd736cfff16a1cf3907fc7189807e5c946f1c25c593ddc1aa22c2ce2e0799f7057efe2df35bfb9aef0fa1c31724110a352fe4cd -SHA512 (rccol.tar.xz) = 0a712f0918b4c0e4cf8cc2a0d442a681c6cd4d00b50478751512ed4588f070566f005717196f694c8d07e79f8ab6a49be6ddbda8db71af65e30cfbbceeab6d2e SHA512 (rcs.doc.tar.xz) = 71430d5e481dac53c3b1d5f86ec589fd855c244c6717f31c16e2fe00507850779fed3ef43db2deb546ec5b99ffe775a10711f1fd59c022f4223a8d3327424cdf -SHA512 (rcsinfo.doc.tar.xz) = c7d149405b9824f7fb9a453386477ee3ebb7e265b29a004eeab687695667a9e8ddd7ca91ffdb4fe7f60716e6c1f2b39004aae82777c58cb60532bb2ace2bc846 -SHA512 (rcsinfo.tar.xz) = 6070a3f0b434b5339e527161b7c1e18dd21b23a9b57817a2699bc13369bf35110868e38d3e487b7b0b58ddb12699599a6e8ac4314b150ff2c8049ade5124f786 -SHA512 (rcs-multi.doc.tar.xz) = 2eafcfc5c0297c021ea7f35abfac9526c4a40cd46efb88ee6f41a5c0f5d68586263d3140db73c1f9026cc0fc856a888369b21f5d85679f5eb60dccbe111938d3 -SHA512 (rcs-multi.tar.xz) = 156e3f47b8f4eae8cb959bd561cca2c592a43483cdb99fd04a88593ab5fd585a814b0e3416a835ce8d249969eafe119cd80c9c5364f40a9e595aff2c5f2e6f65 SHA512 (rcs.tar.xz) = 4a9d7cbc5c16163a5866bcc3c9fae95d8fc42b27d0d8dd8ceaf32e2b568bf9ac6b710a4124cbd255f1f2d18fbcf66ae020cca58ce6d16c6c5eb6e0a85e288419 -SHA512 (readarray.doc.tar.xz) = 61bf2960c1a0058a5a64a679b4c17ac0e754f09f2ca1847fcee4cb0b0b9a0dd07e252a534768fcf3b098217afc4c52a8f65120dcf43e69f0907fff9b8638af99 -SHA512 (readarray.tar.xz) = 34a1a576a560ec5a66fd8b358e9f594e1971124023e9f88e67e5dbf7ff775e3950071c5f4daa004f8e59549f245934e4dd8a82e4a2928bcb1e9fff99f2b3bdd9 -SHA512 (realboxes.doc.tar.xz) = cd194a9fd0836c8cefc57c26394f7e7f684974c374f787f3ac6d82daba3ac1e9f17aaeae06f26fb9851255bf53bab6290124a1878289651dedec824238e8193e -SHA512 (realboxes.tar.xz) = 944de8b761acc0949ba14c0d506287b64a1cf8efe20fd26dc74930e589f4d0651ffc3f1c4959111091f90d0f869ba18cc9456a5c58dee0a1b4b8ae7c1c6c02a9 SHA512 (realscripts.doc.tar.xz) = 5bfa7a13e824a6d7ade0f81fec6f0c9164035c8a5b512d5a49eb4b47b0b47ec514aa430a34e6cbad463674a180a3119305b5a6525cad824b8f21d4b15b03350d SHA512 (realscripts.tar.xz) = 20301b045034aee5650a976de1341cb0d1629d6d622e75fd3c52aad8f1cd6377d3e1095e75ff0552b9cba887f332205f861c24c4fa453bb9f957f1dfb2aa2968 -SHA512 (recipebook.doc.tar.xz) = 0c9d803360e1ef65b38f5b66c6d3eba6e9c38c371a430e2cca371594935fda16a051d6d1ee33e787114747b9efc36475c6c92b2c8b199aa1a5b48e214f7a4643 -SHA512 (recipebook.tar.xz) = c030f81bac27221f24b275d689fc7cf80bd6d97ccfecb0c5d51876ae825871854d7729e123caef3735a7b2a5608f070ce170709c8a1723b5c740f05371c82154 -SHA512 (recipecard.doc.tar.xz) = 0e62ac28631ee072c9b0b5dfe9995744c381f17b14da5e9c8f4159fb274cf2a7662f0eed8f728ec5990a6a957de051304601acde2d171e696e79284ab2faeff3 -SHA512 (recipecard.tar.xz) = 62778e7429aaa8e4bed6546c748a7e135c9edc4909508723e7931284c619d502e9efb0e6fa54c8c1d242858355c6d95bdc87959400c18a5648ef105035ace26f -SHA512 (rec-thy.doc.tar.xz) = 257746313876d190f62d50dfea03a614c5b6732d79b7f43b7d6c41be54c8827f82c996570c50907641536e1e5ffe172d495e1f3db94d8d1e13fa5f630225337d -SHA512 (rec-thy.tar.xz) = cd3d8c9f6b08e4471fb377586ab928c7173e72162269eeb9856d4fd50a2c89a1e1509bd36356ed0d37d89eeecb22391ca17bc5a214813acd3496d4c669f261cc -SHA512 (rectopma.doc.tar.xz) = 27ae9a381a685373a980e13b9b5c3f6057f98224a7c9659edc0c056a6292e7289ed9772f3a503e8de3ea93b796f271dafeba57f6e240caaf738003e1ab848e46 -SHA512 (rectopma.tar.xz) = 17a297d7862eeb8c48788e40fd761fd42b37fa7b49b7447e00e828f1a7e0f2e411eee357507d79bfe0441c7feada9e06fb18ee5ce0af87e7aeec7ae618e22d83 -SHA512 (recycle.doc.tar.xz) = 3bbe68b48915c6fa662fb72072eb9e130613587e86d3d4172766c8fe690a995d23d252cbda9a226a7716c9da8741b3ed0e18eae1cab2f547d08265ee493a64dc -SHA512 (recycle.tar.xz) = 3bc28ed41a8205534d34593429429768bdfa64e61cc212017ba4be32f7a985e8d65ab296137cffbb7ad5be4dec90bbfd30d675ab314bb79ec0ea10b277c33d66 -SHA512 (refcheck.doc.tar.xz) = a87b6ab25848571770bc8a7ac1f47e139c7a2abebf36b9c72b65bc66e02c14b23f7b0d2246c7160b7669460f52afd29063449c6659336f01f3e99df53cbb4428 -SHA512 (refcheck.tar.xz) = 46dde83ed04d4586eb6a2af393ab925aa7238a30c23f49ea33f0da331e2a5071447c5df22b31c2cd9b10bd37458794fe15e53e0e79f002bbcf95b0471d6a7d02 -SHA512 (refenums.doc.tar.xz) = 3511419e6507d2c5a7b48679e9220e63643b38f803e8a5d7046a55ea6b6f4827fdfabb74336fe61ba35628868a7f042ad472567e73351d13ab9568c508468a97 -SHA512 (refenums.tar.xz) = 7113ba67dcaf3ca2a070e42b4fa9660889bdf7803401cc0f8c3f9f62c59e467d9f637c526712bf9aa9fc7ac3df3c550a41f419de9cff375e24e68d102207e8af -SHA512 (reflectgraphics.doc.tar.xz) = 78717728d537cf0dacaee67151cd7f19fef6fa031a856ac49a58bb576337690df4323c80e1ff0f318a4eda3689fbdbc2aa5a3bbcef69b957fc4615ff825e1e0a -SHA512 (reflectgraphics.tar.xz) = ad670c699d958eaf103db1ae65d79bad78dbb0677c7464144739fd67b63dc5acd3c298f81c81f258de477fe9f2d4a4177de887ce1c031ac9c701662167c1a5d6 -SHA512 (refman.doc.tar.xz) = 560d70322bcedfd0ca6a10c161d3930d389e77fef25ed568f5a68ec87eaa63efd4f7dd2363bab283af00a49719c3c8ba38e8a35ca011ea349dd854a0698ec79f -SHA512 (refman.tar.xz) = 45f51a654703a7e749e7dbb08fd0ccedc86b5f264ce08b504ed11827799202583f81a4f3fe32dae0794e20cefe2e6bbd0ff8563955c3a85eac2642c307aaf332 -SHA512 (refstyle.doc.tar.xz) = 9edca88347914ef7810c3b1639cb85f598963404620a99f81f5bd56d45b684e55bf179ba46a5a49953a88151251ec084fe6126fa3ce83d2635450bad25e07059 -SHA512 (refstyle.tar.xz) = 15ab0ac1b41608ed2453bf1de27515aaeabd0b06a3e44fa3ced6b67f5e79cf237e92112848622303df2e174ae1e60b77ff31583837f3b12a447f8c4509891cbc -SHA512 (regcount.doc.tar.xz) = 19215d4d4e22777b236f4226d82cebb1d0f8ced841cb33a4b275f0cb558c3addd4a1fd76d3aae9cac5e275695e197574145649be5f767372bd1bff13ec76cbb7 -SHA512 (regcount.tar.xz) = 6481e37b45ec26aa270637b465d9fabef010c6717c0a402f0bc2afaf5dfcd877e46fd8699ff8fa39d80218e6f319e09acec1417a47fedefe6da5d90a81b2928d -SHA512 (regexpatch.doc.tar.xz) = 6c6ee8769f2a602c4afa9e043daeb5151db1d5aa92732201f0d3c36d07cc754a9dcc09a15fb2cfe69527aa80633b26cc522bff0b696d774db933b6dd0c916369 -SHA512 (regexpatch.tar.xz) = ef1f12a2480834e447110945e685cea36a5e72abb462106bdc42b086cbbf0d0f9857429d1c5ec243eaba74ee39ce8af29a758f8741a6a7dae05f376786971ea4 -SHA512 (regstats.doc.tar.xz) = 1883f17190f3b24414dc8ef7f874cb50d682b5dcdf45f8bf95fd15b3347996de37a7839b727da4cdc9e39869ee1def31ed1b2be02e48bc68a81c0d2f8aef8be2 -SHA512 (regstats.tar.xz) = 95e68cf4ea4cbb34801a7412ef1ce87fd75d017681e43ccb86e56ff47494aaf95e3cdccb4f0c2ea6a276d99960df881857d9a138368fa6cd37d7f38554ad84dc -SHA512 (relenc.doc.tar.xz) = b5e81a7edf8e7d0c3be9ea46ffb2a43af5d58153ee91d656faba600d4082a8982706744ba1991c82ce8c119fd12fcc0eaee30353135338154b0445e48f33472f -SHA512 (relenc.tar.xz) = d638db869698a6b564f1482c3ffbda561bac0da00e008b5b3ddcbe267587813042bd3d578ea871f5ef48a27309baf8e290413b65f99daa26ba7a8b2a1dc62050 -SHA512 (relsize.doc.tar.xz) = 45b6e38a14c31d7387a99d78c395fd0cdab5ee8bbbe72f840d511d14f6af73f749649b48977e8a995c2ee375358677b31a97646c8162c5fe2ee6c286a05a20b8 -SHA512 (relsize.tar.xz) = 90a4829b63d86214c44cadab6b9c9c114d6abfbd72dd4cd8bddb18add9b7fede2867f39d57b03ac9e7762950db71664767554b515b5409cc873d8b31aebb2c1c -SHA512 (reotex.doc.tar.xz) = fbdfd00526129921896db36234343d991bba29b68adfdd06d9fce262a58b2cc544dbe49d28cb9722eff1fd03ba3a765e38368baeddff18e36bde436c56ce538d -SHA512 (reotex.tar.xz) = e97663d414291b3d0a009143ea370676bdc69b1897492ef86bd2092e47fcead566151f175676b4a19e196054ecd4a41706a74e9d4e6ba353d9e346786d04a2d9 -SHA512 (repeatindex.doc.tar.xz) = 031a5113799f662b88b2275f2f82467e2fd84ae58d18f4cb69e090aad7f2c8cb44eefc4c43f3fcda9e92de0c0027fd4ecaf9f152d33b73ebb69f06e6b4c8c1ae -SHA512 (repeatindex.tar.xz) = f700f201ff05d25fafde3eafd63ddb5aeba81dfe8be0dc4522a08459f35b3ab78cd06d215477ef5bd59c1dd6d1a05361ddfdc21159f3b6347f5a8271c4193192 -SHA512 (repere.doc.tar.xz) = 8a68f168573fa33ea635578aeeeb51060c3eae9f09ddd7dae1d49aca6de2a8eab7c857336eee1c17e2d4e1a7bb5f2440cd1901bf9aa61961966f727827cab38f -SHA512 (repere.tar.xz) = 4bcfbea44ee34209ce95d6a64de3973eed864ac0e2453ab0afd8e1e05faa2d97fd8d90e90f4d2e1c8f1eb337321cba8c10b03975e1cd75aa32ec5c7373d54316 -SHA512 (repltext.doc.tar.xz) = ead39615e96c4247be7072dc4fd715288ee1c8cddeb4cf88c5ea79a6659808936fa6eaba3dced3efeb6802e58bef4632604e92d1f00c29b8f0bb3a241d56559f -SHA512 (repltext.tar.xz) = 32d4e90befc06db973de384855c174ea0ed9ae938a9ea280118d82387fbcbdeeab8fd1143a96c9afb2b904766e5fc43c0d4eec93d763b3e0e730ac06f6883c9b -SHA512 (resphilosophica.doc.tar.xz) = 30739549cd7295186c10a54232e4ed57d6c2a589acf6f27ee758a40880e7a4178375835662b88bd78bd50ed0f695c71650003ae5ea78c63f5dcbefa15c5dd770 -SHA512 (resphilosophica.tar.xz) = 0ed9a50305132206585f322ba68fb514e0a4d566fc703a617cc6eda1de23b53820ee45231167f8b81aac826de732763e3c141a9ab65d13fac5d76e92d2101cde -SHA512 (resumemac.doc.tar.xz) = 5b89a7684cbe4da1c653d4a6253f82304b7b3634a9dc973e5f7da41967bdb034597e64a4fd82a922fac5ca62ee40e2ce35be6234deceb25000ff9103859e165b -SHA512 (resumemac.tar.xz) = f944441058cbe8468ed6646dcb10e09cbac78d5c7408c2a81f2531491739034e47da9fe8f45583008892740a57a2d36bbd1417f05f8d998bd79f886bfbad87bc -SHA512 (reverxii.doc.tar.xz) = ff6b03b426de5508eb31fa5b2fe615fd5b7f0a6721e949bb48e1954c28cb547faa079461c0b1f885163bcba40c7f7d2a3fdc7dfb3946c08c308f5c37d33605a2 -SHA512 (revquantum.doc.tar.xz) = 16b8ff06bbc2155a853a26a0b622e3f89bb7d35439945948128fb37d342d293951526d415a3da9a01381f841dd61287317e52dddda8e8fa6e0eaa5d6a0006dc2 -SHA512 (revquantum.tar.xz) = 0e69ce3a2a4a1c289d494e081cd28e9c14c84a45717880e92292cc94803783a350bbe33426c4f5e7ebf64e5b28876e656ab2f1ce681b86c27c7a3c6700563a41 -SHA512 (revtex4.doc.tar.xz) = d0757cce30acb2703a78310d1a9d27c7d28f5c697c3e70e5df9b2cc63ea122604b618615fa07da586cf8f78ec04b5eb9fb129a59a9504c6cec5acc07d05cf1ec -SHA512 (revtex4.tar.xz) = 7b4902efc551bb4224304adc3553a229393bcfbbf8c052b6e3d4e0f800ac3bb2f2f838f3e77144aa1693fd09f06c7a05c22d7ab0de9de382c53829891fb0f44d -SHA512 (revtex.doc.tar.xz) = ebf8f55ef5775b38cde9199e6c604e71400608e6a06bc59482fd017be8d5be68ed08e21ee87a11eaaf59e09af0f89fd7be1f6334fb67e3ca1914ef2c5e382e8d -SHA512 (revtex.tar.xz) = c3303edee2d0d7f160381ce91c4018023d70fca88c215d5ed9d46abcdb71eb79ec5a06a899575748dd9d2572323cf80f0ddde75b9c7ab72deca5fb9bf396e0dc -SHA512 (ribbonproofs.doc.tar.xz) = d0efb33c19d632253384182b562cf0e0aa10be81ce2336992c83ca7d25abce37c44b152cc8e928cdac90709cb99a4a5caf3ce8a631b13762aee7b39ad92da3a2 -SHA512 (ribbonproofs.tar.xz) = 88d1ea87819bef7f8e70e0df273315981c28ffdbc00247431afb8b92959aa2e0a3e489b01f7571d30ffaf3606d240f25bee6487fc704f39417146a93403bcb3b -SHA512 (rjlparshap.doc.tar.xz) = 73987b63cd565766586dff08144bb9cfab13b7251053d5f008ccb7dd3091ec9d3bbe8ed92fd8e7dddce93afd13a649e68826468b87947a036a054fea76225921 -SHA512 (rjlparshap.tar.xz) = 9a7f5f821635f110d9bad0015d9fdf489f836cc6ec0c101f63a3bf5bf9235d7446dad98db1325b0720bab85d68432f4cbdbc6dfc78456329a8c48b47d9212abb -SHA512 (rlepsf.doc.tar.xz) = fc06c857011fe01b07180c9530a334e021f5b9c034c65e15959e173a409670947c7aa406bf751d64d5d77d462139f4835824aa53203381d27d4ecb0e51463e7f -SHA512 (rlepsf.tar.xz) = 198037c1fd20eaa28b727054607241b7ada10c9dbf4d48cd36f295a8b51a7d4f94859d2349d3d4e831a74e0da025ccaaf91fb53a3074a704f7a3216bb7df0cf1 -SHA512 (rmathbr.doc.tar.xz) = ab1b89d94e5fe92023ccfad1264aa38dac9be485d2717b4afb82a441e6bd8eb5813892c20c33a65741f62e6a8c4bbd3e3c778fe86f7d0da72080d51476f49a38 -SHA512 (rmathbr.tar.xz) = 71ad547496a4159f2ac609bd695bd3a38879dad118cc18bc58d8fc4c5a8da3d77abc609a0638584495dbb77bdf2078a30ac82f2534bfdf5b620d056b20aa7a8b -SHA512 (robustcommand.doc.tar.xz) = 4d5c8a994edf816d39af12d7881793f0fda0223a3545559255674fa5a08f2d0fc9ad8ea2779b3c8bfe476966045f996b8b8f5da6fdd028188d28ae724c24a222 -SHA512 (robustcommand.tar.xz) = 806f997cf6c0eceec0c8d9b8f8207014c4ab9243f8007fc688674af2fd778455a787b9cf998262fb7d0a92ba8e2ffb597d61950c22a6122ad957a62ea54d9a42 -SHA512 (robustindex.doc.tar.xz) = aab461e990176e1d0cb82573edcfe11a4bf668b2d09edff05f673fa20d24ec76464495bebc64086fe3bb4411d5ec9590f43cd57949bedaa3366f6c7313359f56 -SHA512 (robustindex.tar.xz) = 3aeac1a43261302532d7b5ee309d6cd94f54a2b17954c023bc6a94fa89c51291f3c4fd3276b03aa3ec65f4e21556d302c81aec107fac5dcb477941cb474dbbf3 -SHA512 (roex.tar.xz) = 7df2224f9970b72cfa1474898c057799fe42d717876eed864f35aab113d01dfb483edb71f7f4a0a98b6762bbc309ce6fb51e41dc222a6f19be2025f6448fb1cd -SHA512 (romanbar.doc.tar.xz) = a5fc8c5d6e6a584de4394c59f9bacddc23fbec8d4639a0476cc0814404f1413774fa2d6bae3d8438cad2eeaacb56405680c0c6bcc152a5e4155ecb73de72f07b -SHA512 (romanbarpagenumber.doc.tar.xz) = a46bbeef023b74c576da84f9791d4d6d47a08091b43c6bf6936c4e17ff54ab2bf5b517cbf1d07e59c077e0981ac989570265df1fde7237ff24727e33d6f1b71c -SHA512 (romanbarpagenumber.tar.xz) = 7c8fbfcd5e9ec9e306e7ac836fb4c82db3bc42179bf77502b5299c17c4d3ad515b9397016d600011eb24c5d9f2eda23a485634c5aca3a765653cce32d7bf82c5 -SHA512 (romanbar.tar.xz) = 205ed0508765e58397953f28e6a1172d8684f8063fbaaf4d741f4f092e1f652879b414a3225c87bac01e4d41f01c2b0a44632e0cb3088c5c174fdbe42cf25272 -SHA512 (romande.doc.tar.xz) = 708ffe5a4dccf8241eaee7d22787e0e30bbd10faa1cfd538836da676cbd4f67b16a80772f8a4cea08f59af6d41a697426c4a4254c481d13ac3a10157b2a679e0 -SHA512 (romande.tar.xz) = 874883eb3592852dd6dfe2dc675a768bed8db80c0c617cad7c28bbefb2ca111adb410a584f75fad935bfec330765650ea9d0f73c8c5a9fe567526b5fb46ff17e -SHA512 (romanneg.doc.tar.xz) = cd583b94911ed57e6c61689d437fb4a55a868813fad5791dfa7231b4cbd8b7d22cf4e6f3fe90e2cd36eb08202f4058abf93b5df2d74e1841070378dc9c31db64 -SHA512 (romanneg.tar.xz) = 4195303ca32b46d722bb148ce4079bbea7cec08fc74a7b0cb6232dcce517b7b5a10753be22fbaab62ec11d894955e1368f3a6dc2a2474cf9b9450e035bb73c11 -SHA512 (romannum.doc.tar.xz) = 60caceb87b6d866c905685cd180f0deb73f400b33007e0589e1aa5a0b42ed948d88c672a620ebdd4d78bbf92aa81c1094e4d4d6afcb981747e65596711e112be -SHA512 (romannum.tar.xz) = 06fb28ffcf6c8212ba3bea5e3fd93fe4a5394ce1cd3977556bdebb982888c2c0f7e45dc751f94b1ecf921c701fe6783166e73a595d5da55e874359b7a4065182 -SHA512 (rosario.doc.tar.xz) = 1e5a12a62b7e62587b452d0f8926757b987e83a2980698deb94c6955cff1e45ef634ec8ac1c1051f6567db8a3de9fe8d4df23a5f80317ddfd2ba863ef15935c1 -SHA512 (rosario.tar.xz) = e1e200c49ba98fb1d2bd5cd927ff209a1f72b9681b1cf3b49baa263985790f7d4854ac1cd9fedd464e2076488b3042456c7fede5648dd8ef23d1ba6701705437 -SHA512 (rotfloat.doc.tar.xz) = 020e080e047f20db45bf83ff32c267f5a10b7790adb64495d09ebb3795a55d953154b8afedcfa0214a77f11c35287b18949b8f1fb89b6ee51aac12a04832e922 -SHA512 (rotfloat.tar.xz) = 2976812ba6d6bdb304d56c9f10f08c02aa8acceeeef6eb05ccd0ac7b3e3b86984794017627d8f939994ea0228bef5e9d6cab0b08843e87a840ee5c2390dd0bb7 -SHA512 (rotpages.doc.tar.xz) = 2723d32029abfc773de8f26a1f08cb3535c5878f63effcb94fcc6a2f98f1a0f9ff3c53df8a4d9c1ce1f99b52b9fd7b2f5c919dd9cc915ea8266835aa85ddbda2 -SHA512 (rotpages.tar.xz) = a206e4147a68ad0ae750e18ee6a360d6ed2ac91785b75f8fecda4b63db695a36a9602da8dbec1310feed4072f952dc49f4d2c5d2817fe74477759aa55246177f -SHA512 (roundbox.doc.tar.xz) = cf0f56e42a82d6ab36fe6af2ba690024cb555192780c04ef1a01e71fd6cdfb803b0129aa95e304de4fc8c1e2d1015b14dbb6631d9773bdf463fa52c22209501f -SHA512 (roundbox.tar.xz) = 078938229ca1ccba4c26f97eae59376afcee469629a7e8704d6e376d5bb256e8991ee1cff17f24e362772b78ed800b57bc6018b10e897daa73c142fafa1f62c7 -SHA512 (roundrect.doc.tar.xz) = 35289692327bdc68acbd442588fbd37185f9e00e3e4ca78fe500474c53ef96542042cebd18cba7720bdca0b72f19384fd3b8afcf45447644bb3c560a1385595f -SHA512 (roundrect.tar.xz) = 01cdc4c8443c50a91dd408c52122e8ae65257344176227a508cb082f92d61bc02756d47e27f75d7862d3c87c26add2003604956ad00b448f63b4f6417c520ba6 -SHA512 (rrgtrees.doc.tar.xz) = 71992711c27e741403c5f7cc268e8597e2ea17abe42d953bf0c3caf255c0a8673f6210bb808fc70b741c694778f7cc7a45435afe39939b1377951e8e2343d73e -SHA512 (rrgtrees.tar.xz) = cf80b48866e36b983527f0646c94fc9776ea799ac475a2c5879a4dcb3b3b0d052e061f871b6eb0a8c0fb1153c0a9f6f0ccfcfb1c6b8f3ff4839c3d454ea3e62c -SHA512 (rsc.doc.tar.xz) = 8569a90d7f5c532e366901d8bd2bab3d5a32d5b6d1c4cedcf179d1ae96a6c34ef5d294392f93fed589a55baf3ffddee2cd35a67c2aa8fc7e0477b47ce92eb411 -SHA512 (rsc.tar.xz) = abd1d24110722545b93cc16ff35b70c87f467193a33e8da2a04eaff354d89782911e42a46da5d380b9406f923c6fc48d38950d7346cfc799abc0660efa23db8b +SHA512 (refcount.doc.tar.xz) = 5324828978e3c8c14e9a28b86cbf87de175b9908f460ce6090bf19944557cfe82b112c6543d2878b54f4a16b1a9f3f3ffc66eddf1234c04b8852dbfa3ebaf27e +SHA512 (refcount.tar.xz) = da914e64de5b70e124d9eb62148f5650c9445d2fdb94272ce622478b9aa50a4c7625be9c2152fffe9ff9fd87ee19319a0bc31ec5fd82839a479faec687de4af4 +SHA512 (rerunfilecheck.doc.tar.xz) = 5aac852ec67c34b6b2f7d040f7791ff9d706446b5b2a395177753d279718d5685a99b25a6f4121d532a395a29ead4f62d76760de48b0beb65adac0c08fbe281e +SHA512 (rerunfilecheck.tar.xz) = 0ac228620001a42add1da0ea4ee7511413789e6c8e139a8a8a9f5cd0423893b324c1ca3644cef7b16bb5d2d4df26baa73b61d7aea2592b752e446b7185ff0cf5 SHA512 (rsfs.doc.tar.xz) = 2d23715b38d90c686d7edae77f2a774041d3b679035e0399b7b6089f9b17db3ea4c6c3cdd655bb6e5f3a3cae782e30984c1fe89f5f263a0cd86b441c5376848a -SHA512 (rsfso.doc.tar.xz) = ff045c68d70079df6d2b21368fe599beb9ac1ba0e339a8c448bd75565774c237520f79fd0e3d119209765eef29f5891dabf689c7756791a91bb7c7ea1d3dcf3e -SHA512 (rsfso.tar.xz) = ce6e600f2fd5ce1aba31092c43401feeadc7927d22ab630f0fb28f421bdea858fb9e382f4d0e36036f6f4ecbd1232265216c29b2edcd44583df6fb3340ce468d SHA512 (rsfs.tar.xz) = f5d52f49ead227b058841bb88571ae0d6fb40b95dd652536887acf13c0a5dc5b61e3813faaef2effc26539125c2776e113937a1612e7bc7146e7d5517b02aeb6 -SHA512 (rterface.doc.tar.xz) = c8c38026ce2bf2a996ba40062fe3bce797b381633e4aac50ec438bc9fb567f73ad1c4e764af3cdc816e62713d4f1dd8bf2ab1814b50d086811359e999103c7bf -SHA512 (rterface.tar.xz) = 3c3cd754ab17d03d50c35ec9824b76b9d4528276fe2b5a882d35df5537ca12f83956b2c596a269f9961f243bbd5e8c394c6f1bd508d07cecae50fa47bf05fd86 -SHA512 (rtkinenc.doc.tar.xz) = f3e7b1e7c95af7bf89b58ac949ab5b3fc12d991a436e28196f748ae033c46446a0cb885943777f44af1fe5ad4aa579e0fc43676c44812b01cc64d85e4ae15e4d -SHA512 (rtkinenc.tar.xz) = a1f31a946838123b65124fc7220e77283cf89105ae439f1e851abfc3c30b6a6b7c83bebf676fe47de1dfa9668cfd22c638567ef9a097aa97dacef1f0e3ba1eb7 -SHA512 (rtklage.doc.tar.xz) = 550c21bcd8af04041f1fac11f2be3ae2a1f01265ad6bf31243569820c7b8d83f32ccd0cdbcc4d5a7a5905ae9aa0512a449a1b2d6923affceb344152e6c12d72d -SHA512 (rtklage.tar.xz) = 6e39e34a7c293f503949da66f1d5ebc65ae0388dc56e87992e9fc4daff1a250196afe68150be14ee2ec3242393ce9e5ea7b681cba31b7ed1c2d58526f6506554 -SHA512 (ruhyphen.tar.xz) = d681972cad53b86167f4800f78b5d25de305d2f3f604e6b41b481c432bb9f09a964720fed5b5052cb8a30148da1bdc76306d8edb2139018d83c331d3439de958 -SHA512 (rulerbox.doc.tar.xz) = b4de5828d5602845217726ded4d56ce6f4008a599bb1ddba89745ab39bfc2ba9ed3fcd1f636cff4743252a975a18ba07925f1e78f81fc8cc2ded80a7cf8b74b2 -SHA512 (rulerbox.tar.xz) = 197588dd36056d6b6e9f7772205cc44e81734cf63dfc83a7c987209df0c2b47f91f460d322df05f123768f3d10d9af8bcdda6619da394fdaf3367be88821a135 -SHA512 (rulercompass.doc.tar.xz) = 6077a3c137269e5be37b62879c394d800f4bc80cacd1d9600b2aa81503958e2fa29f0364db58c1418bc206db916f84f46cbcf70d0f30a9276a6e78d154150425 -SHA512 (rulercompass.tar.xz) = 8f2e8d9a4d61c3c79e3ef29ae554db2696b9c374fe10f59fe2a4baea33c679a0678a95c30ea1d4310662bb5af6a1b02d88db7bb43610545b1ffb39fba19b5001 -SHA512 (r_und_s.doc.tar.xz) = 26e227f106bb9303c4823f0230b689d6ed883580051e1bd5ec2e16ad796a3e33df2caa389c309b21b010bb43b07e5ec1027d6c046af55193deb0e4d975288846 -SHA512 (r_und_s.tar.xz) = 86b219305e4e085af2a22d34bc586253b5674abb18e257fa96bab1d45695f841020c0004f1da51fcfca0fd0b325e4043f2e368740841a5a2e8db774711ac6348 -SHA512 (russ.doc.tar.xz) = 876cba326071d0f347d9a1a4c1eca692ca743729b9604a51bb5b53de96da6006ff24168040e77df60b1999cb22901b7318669c32378a869081956dde40974802 -SHA512 (russ.tar.xz) = 11bceea67aae767037d728ab7892eedab312e9477f1f9f7501f9702fca4ceea4e21bd575b1589fb545abdbdc5f5f5315243f77adb4c9b9a2507fb255481c5541 -SHA512 (rutitlepage.doc.tar.xz) = e6884d2eaa6e5fc9448c033f1a48ee218f171d5fc16e7a977db89f7807c0bb6d1bb4c212ee489bd882d87149003d9aea2da3170045e165150bb8f7578b719107 -SHA512 (rutitlepage.tar.xz) = e071bf5dfcb8572dac3287394be5052ca04c6ec90182e306f020ad02c8f4db134c92b41f064423c1063fe5c1c465cf952a8d0d8fec4e917aba82f76850cf38c9 -SHA512 (rviewport.doc.tar.xz) = 10f94dd8b29d354eda99e8c0f15b53baef80714f7212714a94070061e403d45fc5a97d25174f268a14b0f4c924af9b25c81131929c08be1ed9a4e62204f17c22 -SHA512 (rviewport.tar.xz) = eb4bd4e75f021db40119cb4d4334611fa80d26885dd4229ace652bf8dbd7b4647a6dc4f45c8be78ad8db0cf1001b7117ce3c38de2483f0dd96da05473543ac10 -SHA512 (rvwrite.doc.tar.xz) = 545e5b96a2bb3646a7b4a6eb31d5192ef85dee9ac0b6859f6b414f26c5235651294f486bd132af112a2c6021d6843e6ffef8a8f79b7389b974227bc1eee16230 -SHA512 (rvwrite.tar.xz) = c187dcb7e1c72b727cfd0827a55d721c6a094679c1dae27438ed030209042b49c646af20e158900543369ca8ceee9896a9f36de76607f8514004df80e3be15fb -SHA512 (ryersonsgsthesis.doc.tar.xz) = b0d57ce3dcab586fdc2e15f6c2291560c43dd772b693ec11e0678e083a1475c21b55601878cf938e666d0f8a5464ffb0b79281b62f4859200fc6cd67b33b8779 -SHA512 (ryersonsgsthesis.tar.xz) = 0846fb24c6b96cc30edf46d1311809e1170d3feb13b3c26be4dd330ef8dd856771f257ca197f562ed409815f0edb7e8ea744a38b9098b86a325eda9cd4ad360f -SHA512 (ryethesis.doc.tar.xz) = 03ef086a51a97ed93038338b99a516ba2898a0097326f4cff3c650c7035acc4bba7ee2fd6458c579a9f1af4ff31334dd22cc23b7004d08e58a259306ee1fbd8e -SHA512 (ryethesis.tar.xz) = 63988ab74eda81270f0e470f3b1d1c772b17668fd9c6526fd8d53f588da8e52d3690b4c3ee898f2b460f83ac44ab4c528a0c6c48abf1a1cbe21427fb4e678a1a -SHA512 (sageep.doc.tar.xz) = 7f92c14d432ca5960669a8faace80ff6d4e97d9a021281c847b7f19942f4c1a06da3657e8992998e91bd1d69398b3fe379da690f81be28cb4ddc3980262c56b5 -SHA512 (sageep.tar.xz) = d8e107109129636cf68d88c96a36de87b95dcfc4e154dae51a1145d7a0c58a17ca12e95b1b2fa1312c6c50c5cc02be35b23168d8eca69a7643695c38c5d0bcd6 -SHA512 (sanskrit.doc.tar.xz) = a5cb05e7fa966cb09d84d0dae14eec25354156f8acb5811f4867b3724fbed62df94305ea9062772879c5cfadffde8265e7c9de062bfdf6756cf2843053caf9fd -SHA512 (sanskrit-t1.doc.tar.xz) = 68259865bdde464c565c50497257c0f45f6cc1fcd01533087afabae35ed6d2d53e2160c9c3f867c254e301058e599bbcbf1c3fcaadb7ee7ab25c364642084073 -SHA512 (sanskrit-t1.tar.xz) = 8db4a734c40bcbefca8d1ac4e82b01b890bda547d3aa68e8f3a93a06d75335cd41a6c594563d0c7ec9a18a08868ff7b5e8a04b11a64110f80ded65cf5d809bf0 -SHA512 (sanskrit.tar.xz) = 0dbfc19e366fc2e69c3700e0c532c280f1e444d0d6b44b37fd1565a64b0f883901c209fb1cab7c6a35cc9ffc23d32b5cd78ad2ee3e52d7cccf41a80a8fdd6c57 +SHA512 (sansmathaccent.doc.tar.xz) = c9bf7d65a232d668243df9867b2eca64e0288fd733c6b39ce200f64fc5b0a07c98ea6a971446f67f1766998e169c14a80eda71104c1653ed54d3865e6e145fc0 +SHA512 (sansmathaccent.tar.xz) = 685b0c604978aac45efd75c37652471aa165bfbbf12dfa686320a6a9ef926f9043382333ecc26db6d2ff4d12732d135947145ba937eb6d01d4a4e9aa17784315 SHA512 (sansmath.doc.tar.xz) = 7923dcfcf20c945dc61af747000694c59c61982417307356ef2ee335f7a3eac7e44974a334072125ed4a3ec3b29caf342f15dfda1fdbc348a5e2cfb8a4dc2469 -SHA512 (sansmathfonts.doc.tar.xz) = e61cc601588681dc29113391426cb345c207eefb04562ea6eb8369cdb8ec4844b0bab586ed91bb2a1506c49c5a60661748de95cf792b07fd52ba23cbe58d254d -SHA512 (sansmathfonts.tar.xz) = 71d70b034c7e0da6f8e1876c40ce2821e05cc814e5d8e1194f5a76c4b490d8d191bf6b3c9bb7fe880d0273ec8e1f3211bd335b526b154116d7ccdcdf0b61d0d5 SHA512 (sansmath.tar.xz) = 075b9a32512f191767bfc739b833497eed371c2078fc8511ba507b19e2744675bfb3caeda40da484ae559aaff44aa4f6b2f7f5baaeb0c30076654593216fa5e4 -SHA512 (sapthesis.doc.tar.xz) = a1d8c40975283a7301c1a842355149f4ae291fd7fd72cc5a44a292f96558b79bae734ec12a78b429c333aadd6f433e9603f7cc75a71eba84d42294461e87767f -SHA512 (sapthesis.tar.xz) = 92253d6532c6740ae1bd25fdc76b566ea2d488f31e6a24f90e3b55ddc15d471b6c4ce5c4e7ef29c9a416d9810af49b04ab51530e9594c39beb19fffdc066a917 -SHA512 (sasnrdisplay.doc.tar.xz) = 5d6024b9bf8fe91cef2e0427f33d9fa8b5fff78e2721afc4884ee83a4ea302a5c7b3bfd38ad8be05ebf5b021885d13938bf9424369a44f5701b29ffb6c015d77 -SHA512 (sasnrdisplay.tar.xz) = 58cac1a9ca8311c570f8261014a4cbc52b2b1386196d9c12de1f7f7ac780a163626a21081005bd4a02f70f95ad0e3873e844b8520104939e8b1116b674104ad9 -SHA512 (sa-tikz.doc.tar.xz) = d6586a6196fa9ec8c70ff6410873604d987394ff09e93462548baa202f22bda479fb4f76f66fb710b8daeb7b34e455225c997f07cc9360a09c5cbc4c45697a5e -SHA512 (sa-tikz.tar.xz) = e30f8b6dd6f082bd127077fc5040ffef53e2c2fe43afd023bf0fa9dd8094769e2d40734dcf412d477989b746e1e5141cc42cc082e9f5b26e5986cc91f8336ec1 SHA512 (sauerj.doc.tar.xz) = 3ec0f5c2132a809b4f2f945255f0806508a3dfa3733119368ba59e4dcf5304ac9876ea5f05912faf926db651d1aaf4a3a1c40744fe7d3a077d8bd9dde2676754 SHA512 (sauerj.tar.xz) = a4fe5bad7f3d5c895d6166846100cabb1b59e5f37c06d21e451acbaeed0847ab93d9995e70209ab18cc55bf8c78a6c83cbbdd49a45a4cfe511cdad41baf3ddfb -SHA512 (sauterfonts.doc.tar.xz) = 16647b89752d1871c798f80be91bacf375ae9a4d5199ef7417edb4ff019d7aae548fbbbbde47f84cd5c7c36ec4988ad1df82735f4aeaeb40180b07a86dceb5a7 -SHA512 (sauterfonts.tar.xz) = 4d7e491a7a6a22fd6ad8f407cbc8c041434466850e2e5efd46897843281cb71e046fc6cb849cb091cbf05191c45c52a6cb3e0d806eccb9133fddda9c8f305969 -SHA512 (sauter.tar.xz) = 17fc32a3dae358be5215301abe13d9e865ff9f52f58cdc849d5fc80aeb1a79723d0a39282383086282fbddcaeda0fe586cd3043edd582e0addc0b223bc3ee756 -SHA512 (savefnmark.doc.tar.xz) = 9ca251e6d17373e5d6f308d2e75896aaa3e44d0f5883be65f7629f922f0eda296c963530e8fc1c80073e0706c2c72f97d062cd731481654c0564cdb695eaa86a -SHA512 (savefnmark.tar.xz) = 2d39c1246bc9c5c28222a6ce96b93bc0c1e93c3155f68f44843b5560b548191ad3b608f24b5c444b834fc441238a0d2174a9a8ec006f01b160f77159decfeeb0 -SHA512 (savesym.tar.xz) = 212ea18ebb424f9b64ca9c75a783dee9ceebac09adcd6ff6c721d90796bf4121aa8710935529451e6f9a4de9c3cb5910b6c07d6fd6b7093c4b9904348f43a1fb -SHA512 (savetrees.doc.tar.xz) = 3e5cfb62d4020d32d9bab01b3df2ea1cb485240aea5eda3541d29cbe38487ed8b242a1eb2b9d15d08bd742390a8d8a25b584e110145dab330580e69e2287f181 -SHA512 (savetrees.tar.xz) = f31ac72f12ecbe2ab05bde14de907707988d6b9ba20414543b9176b71d2a0d5358a34348177857c56b961301678b612ee6f767d1b9cb671b9bab344bb8230e6d -SHA512 (scalebar.doc.tar.xz) = cada3793771a28c3ce30439c782d245b6b21cfa426d2268e7e072a8559a81692b6c4e9e26a8bd452fe5882f39e55fd061a1af4e9be362bdcdb1f6ff6bba781e2 -SHA512 (scalebar.tar.xz) = 1e367f025943a56b6592238e2961f967beb1d5ff5b68ee83565b3926a392214557237e482ba0b174ddb2e6861e4690e636edef1a5fe0473c465a0deaa1e1bd0a -SHA512 (scale.doc.tar.xz) = aa41f6de8baee992b123ed40086dd5d0aff63c187858502c66056a52f3b8bfb12a5b7dd15ae9279a224e9d67d717f3927e97f5879ab09ded9e0960a3eb910a90 -SHA512 (scalerel.doc.tar.xz) = 1533997bed3ce5499a1285a6db03be20f28fe70b1ebbac5d117e692c53068ecbe7f8082cd5f93c753bbfc1eb4fb3b78372c7b14f5e2c636398f37dbc17972d97 -SHA512 (scalerel.tar.xz) = 0b0a996bbed0fc185714f84e32c76e5a9277137d3d8dcc6b12b516afa97f3c80b2684c3c22af8717bb3e6acca267a3862c1244df7cb71eca61b10074fe1c3a89 -SHA512 (scale.tar.xz) = 2d090a08c8f7d5d9b332f390b29b16e911f339071579cc09b954b2978df4b410ff3c47afd6b8bea0ce7eabac551b94f8630fdb7aaa4ef39f793748925157a19d -SHA512 (scanpages.doc.tar.xz) = 34eb2549a4d809602cf69eb562fd3c03c8d3fc4063820ce41b52d733228a6a83ace819e5bb82e77cd3be3cb8093e7997377fadeded652d20509eecde458d9b78 -SHA512 (scanpages.tar.xz) = e13f7849b2b1cbe9fc60fc2e3d3bb7f2879644c282e8664a5ec46b3143f4ac7fbd21f2976183ad410bf778a181d5063b23832734f0ff43a617c9020b16587fb6 -SHA512 (schedule.doc.tar.xz) = ca5f9e2b27f0b01531e82e64e99f816aaa52f5f340bc2fdefac367918d50c564cd178709428554a908951c117dbcf3d24753f84d864fcdc546129c3de25d7e77 -SHA512 (schedule.tar.xz) = c7d58c5e4ecdef504e1d32934ccf2c71cd36b073af4031ee83b0d0a3b3393a40acc26dd4e057f426561903d0d08297bb2a9849cad2cc5a11b02e15a3983f0e1b -SHA512 (schemabloc.doc.tar.xz) = 27b0f1f5db78caacec8140b4f13a786ac50ba2cb393aeed153138b0ea8ee6caab640c2dafb14cc3fc01b3c7a511d4642f7fea65e2ccfe295a16cb7e125a47cf0 -SHA512 (schemabloc.tar.xz) = 5b875455f8a567a97c5594f1366fff624228ec2af396bf8cee73f32835d9896c41986b3540f215cca570f21d1531d248e315da5336c0323fb57c3f796ee2df65 -SHA512 (schulschriften.doc.tar.xz) = b43f16b38c0417b074b7f45bd42290f3434275c23c6031f293101d907c2004805168d86137190300daa1ca62dd1b25cd2f795e712868b36e454cda134f680bbb -SHA512 (schulschriften.tar.xz) = baedf984b1d1cfeae56af4b9530b81d90653eee334a90f2a9a83a871240592ed6267668b6974033cedfc1e73166232201eaae8e4876d38b9fd94919e8262336a -SHA512 (scientific-thesis-cover.doc.tar.xz) = 31bc280c96b87b079a7dfb6a0c2ff1a03f80c5a047bc2c11b9fb192c50b8e51a65cb3fd5c043c37124afe2383a611f38accd91d6202416451b3eb34bfe855077 -SHA512 (scientific-thesis-cover.tar.xz) = 2427c534ad767f1e8f319aa24744346d4a0a39f73d93c779dc89d3cd0abfd683d7a33c81026c4a5823ad686084f026193c917ff173d639dfac2c99350a819c59 -SHA512 (sciposter.doc.tar.xz) = 6ea102c2318e30080224684693806e16008f946a01fe9e1d232a871f231100d1491324a3ab0260746a61a10125afff6b20072c1a49c8da279a4c0b477361e46b -SHA512 (sciposter.tar.xz) = 1a4292c9fb6dd8a8780968c69ee70a88dd5d1c5d81df9a32e22e08c9115528d8af634a1681fb1672664d57f80ab333a1b811a9c0e17597afdc358988e14fae93 -SHA512 (sclang-prettifier.doc.tar.xz) = 7680fa17762f17d2d7f3c9d3062bd194394bbbfbee36e4704e8b95b2be568cab51fd1dac9d90c6034919b3ec61f75f0f7689478c16f53ac7b4ee820768eaffa8 -SHA512 (sclang-prettifier.tar.xz) = 77f8909b870fbaa4f1a0414f75f08ac602051d26c0c935be8661be8820a0b77734b614b9f5c8333b1f1fd12f57a6ee3c4c403f151bc60300e454673a2a4235c2 -SHA512 (scratch.doc.tar.xz) = af7057f28ac0539a555db5774d3d29e01ba10fa78744712a5d76f95229c45022f682c321a551cb5070ab3e370b2d9e861c0b04b73365e828fe665b3f8aeb7730 -SHA512 (scratch.tar.xz) = fcee832dbad22e76387bbd10f7ea8e3127a6fac45ea1b42feb183506cd5c89c258cafb052d75e4d14b431a57e638fc84fc751bbb8fa700420197a0d2e33ead48 -SHA512 (scratchx.doc.tar.xz) = c87994e90a748fa8afba91b443850a2d9f555ff4ac6b264107b42981e078b6966e8cbffd75f071f3f69a78c9b9aa10db65c3e855a4920f3b732446df01da7d6c -SHA512 (scratchx.tar.xz) = 793c4e96cedd97ca37b7906b6a9e78bb06f39572ddfb57d8e4b54dd9b2846b31bbdd835fe1a93517d1430448571a30d26fa8ad7cad0aa3fab6ca526bacb605b6 -SHA512 (screenplay.doc.tar.xz) = ed723ffc17a98c8d4a8c960f56a3550ea74db84fdd06d26b08b5c46b12310fdb9b7b7719ffa25e8ddd21f17642f5f64f1c96327066a131c468cee8ff185cb199 -SHA512 (screenplay-pkg.doc.tar.xz) = 9aa4407d1b317442dd76f762af5b673460bbbcec89e47835521688085183e00ba9dbb70dc9e86a95235bd9a32da701c846ceb2985dc70894ca8abe334428a532 -SHA512 (screenplay-pkg.tar.xz) = 974795ca0b4a286077e38f4b3b120cf9fe243d450b87b8397adec2c5425b865cdfbe70b86b815d513edb6ae7051d9ad3003fcd6a15b5b02b624dcd4ee0534164 -SHA512 (screenplay.tar.xz) = d14dd76c4b1abd9ff7adbef7e4c3bc1f732156dc2d989787bed7382e0288c44dcde18ce05143e6af03ebe83c753bd2b6682cb4f56c73934ca4209a114eb9e3ef -SHA512 (scrjrnl.doc.tar.xz) = bf6dc1704ce60f9323b68d39502fe95d4eaf8409bf65c278e64deb1ff80aaa84f16e294ab08629466b6f8c0ca02ec03142abdf3fe0a43f862352d0ec55dd410a -SHA512 (scrjrnl.tar.xz) = 39198edddb3a3ce24bdc0d9cc6f5d7ff204b142c200a9ce36060bb016f1e1e1750b83210a91f1eec90a205c5a4923704bdc0e44876c462eb768355407597a05c -SHA512 (scrlttr2copy.doc.tar.xz) = 08e87246b20cc0ea9ed30cd74993aa2af520d8b01878e1f54c802b5beef4347c087ec36f32220581eefe933a524c813ec30b3235989453ff8b7be93ac35b725d -SHA512 (scrlttr2copy.tar.xz) = 7aa7ac841d667e627056ed0ef3e55368f580e9d8a35a35239780b12d0a18534086844009ba1dc40a1b6ef29ad64d06e1e2e8ffef216e89c15e684975acd87192 -SHA512 (sdrt.doc.tar.xz) = 570795dd0c4fe0450e628f61e43d05f3e969488890eab2ee1364712e812d839c7b3185c7ddbd27c44c486e234afe36aceb4824e828cb0c9253e8e5479b0b6c15 -SHA512 (sdrt.tar.xz) = 6faa9948e5bb4369fefad7d2b1a5f2bf39baf8b98e8ad3b8f61ade2001b431894ddfbd61e2f1ec73ed767b102f79f8357d965a5c3805c082d8d88bda29e10c6b -SHA512 (sduthesis.doc.tar.xz) = afa02606e7df5655ef46b59e92dc54bec9e8f05deb1d9ecd8a0546ee068f2595620cc8dd39d04ea8db53ac7f2e9983ff01ac2646b6946fd3619db64a0bdad332 -SHA512 (sduthesis.tar.xz) = 10f1c0a749b9b30dda0e1c7dce4ef2fdd29220b4d77d03b8e71d8c3a460a73c98f8d16e27e6bbab07a66bf7a23cc9d3bf2b12db523232df1142a8563e0068ed8 -SHA512 (secdot.doc.tar.xz) = 7ca1b4102c6f92bfc6dd0571c489852dc5c1df4a58530aea490098192ee256a4df7e0bbee20adff78c2b35dfe39b8cd3f821c5e45dc6d78ab4865b6f08ad8488 -SHA512 (secdot.tar.xz) = 7fb101dcd377cb5e3d1dca352d266af419c6fd83e4f2d1701a3d598e69e8e7f70afc9791a76337f4833da612cf07989ef244af1b24eb62ee59dd5f76225aa037 -SHA512 (sectionbox.doc.tar.xz) = 80ae58336eabd8169781c3c30b42b2583f78ffa4093a7d3f9d9e9c6e31a3fb8f457fd42d56f2ff75b2ff3c38b537642dd6f254e54b3112538657a37b3b4e0410 -SHA512 (sectionbox.tar.xz) = d1a4da6a59c0411baaa785c58350c1d5be9c1081e0344d8a61fc009f49a1b751a09f358ba1baa3b645de4eff7d69e3781d8b44d90738105c0f56723da36efdb3 -SHA512 (sectionbreak.doc.tar.xz) = a98eede394708bf612f593e00c58b5500a35b5173381c1f149d0be29b49fe95f5162602177b7d4f23c5b5312d7cdf47ea6ced8bc285853d2b7d77926a6ca66b0 -SHA512 (sectionbreak.tar.xz) = 4b2c26642ba346acce5aff9678bf94f76d85005464f80eaae862a522bcbfa34c1671af79671982a91208ef104a21a532d851dcc785b5c40de4fe462d12488832 +SHA512 (scheme-basic.tar.xz) = 027a1cd0dd4fc5da2427864bb49fc885a00bec6e8a74da24ce9cd781c69bf4288ddfc3c790307ed48052a8fc00c1989d3939b253da6638370adbb1c43348749b SHA512 (section.doc.tar.xz) = 91defb5391b9e607cfaf74ac3abe53127ddec379d7a7c052f5c8f776bcef1728010a94ef7b590ddac8df140ee11fff4fd843bdbe1a13efd322a9a939ea2df39b SHA512 (section.tar.xz) = 8b3eaecd49f8b7046bc35df079541121d76757bc2a1b6a6ffa24357a20e9ec4bf5a7b65fae1673401ebf363e46ecffe3c64a2de9aac104594b2b111cd10426f2 SHA512 (sectsty.doc.tar.xz) = 69d7fc032c06d015d7a6e6d2273c5240b146062565882fca0ddf5b7b795b788207bc9b478366a0a40e4acf223b07482f5cf41a65dd9b37047bcbf12566f6a826 SHA512 (sectsty.tar.xz) = 7e164b14f29a385f8a97e09ad124c347a154e316ac2eb41e0bf9f161d44f2782995fe271b5472ef90dfa4ffdd5495de81090b44f5777243ea76c9f75fcbde2b4 -SHA512 (seealso.doc.tar.xz) = 6baba95b6b08ef95f2966d227161ea39a4084b46371967057266ddae155b115fbe4fcf148e1afc4629e33f54d0329ebb6169f1be4fdcb801d869b212d056cc61 -SHA512 (seealso.tar.xz) = 4d52687aa57245d3be55bf486b100d61fe2e2d979447c2f123f566c3aeb13657e531ace55fe5d00eab57cebe89cfd3729a71dc7177831b5192b8c0fde452d7df -SHA512 (selectp.doc.tar.xz) = 7c99f0400841cb1d88af4c239f43eaec7c0b2358c2e581866d4361cd86b9eff413bc9e07d8df630ddff8d4f37193896bd430f4c357d9cc04591295f18ebd09aa -SHA512 (selectp.tar.xz) = 1674c9c9d7afbc851f8c4fad1b46a1ec18161eb48375d892c947416ee97791addf92f75a69090c95a0f08bbaac1a7a745af93a7bcf91e2e0f8117ed3f3106dc9 -SHA512 (selnolig.doc.tar.xz) = afc1a84aa85f3da5e5d121de0ee37f5347527985b3a9ae75abf0e51edc1d5371e831b5ffc7218d9863b8ff717554c6f469adec908f02f5d9be3bd4f6e45fc1ac -SHA512 (selnolig.tar.xz) = 8b01d1b6f4e6f83efbfc603be7c510d3c8435559b1272f3e8beae7d0de04ac889e04d539c689abfbfb8af5ff2d04c38459320fec333a122c3b60a1a79a0b115a -SHA512 (semantic.doc.tar.xz) = 21e9a7efd9fd6dc28be30f284285cc8c13b266eb03c9212b30f97b761c1383e1fb84a18e92437d331d3963068a68c61276cc1fd3446807bedc954a490fc490aa -SHA512 (semantic.tar.xz) = d49c22d4982a33177fdd73c5ff15a68e663c3ff1ec9a45a40e5a8364371a25b536dd6c1dd963296ae998760178833b5f2c357119f41e7bb5a72061f0f9ad23fa -SHA512 (semaphor.doc.tar.xz) = ef0c85ca5e86a17d59c03255d679d54cc8fb36eec02c8546f29e1c514408559788d1dbe3ac7565224b320b71e9ad77979b1092fb0f098a1c48c3a7093b72b172 -SHA512 (semaphor.tar.xz) = b8741be1544d8ab488632e05464cf607069f0d09df7a727bc05d06175dc16bff461d551e7130e01edbb53863d56fbf4cd0cc9085c51186e19e5f2fae986b400b SHA512 (seminar.doc.tar.xz) = 0bc4ea04a561c8a8c17f4f6ea493fa98e12e93cefd58b0aeeb0b09823f2b97028d945f1c9199fd1a5ab10e0b695079a8d97608474a4d04640496737640a9993c SHA512 (seminar.tar.xz) = 63173000935f741b7d1e7dab2fa0091bcb758ba36dfca0b6c745ae165f6b5f3aeea7972319078f175e231d3e0ebd3454d2241a2bc4f0f36ee51bac7bb7287a56 -SHA512 (semioneside.doc.tar.xz) = 8d6b1ada214f99028ea9843b4d5a85a8a974a9ab52e8a7d9338d25341282d6f1c8ca4e7a24271ec20bc4be781f418f2ffb558ef4fe6e6f42d165bb24650b54da -SHA512 (semioneside.tar.xz) = cb3f20a7f766681f9b7748ea3a816fcd477e6685a159b071502716c708e0e1d5a2a33a5b210cd1e2a684a288d07079870ad243218dd74e80853a227fd445c884 -SHA512 (semproc.doc.tar.xz) = 2c7e2a40348b098037001928d6f21f5a66c23967dc63296ce26736b006a46f9d9536fae9480c1f0d0db72ed59973a6140471bb110702fd5cb997fafe03133dee -SHA512 (semproc.tar.xz) = ac78e19197af3c72863ee4ca94842d596189d37c2d559ac1254f70fda1011943ddd7ce17b48f183b839a6610f8d7dbded2a0f2a18453823a0c0044a70841dcf2 -SHA512 (sepfootnotes.doc.tar.xz) = eb7d70eaec4bf58c85964f7a3692da09894c898f712a119fc0ffa42429be2e53b96ed6f569fcd37aff170d2b953543992bcc693e264ee1ec542c435be2723414 -SHA512 (sepfootnotes.tar.xz) = a7333a9779ebca371aeef0a1348968d8b4649ca037e88f6e8a6f5224d13265202c8de8d2ce5dd89de170ddc348cfb04f5df92e249c122a608efa8fbab4daba98 SHA512 (sepnum.doc.tar.xz) = 080b081b101ea57480e4c958e997f5b10d22c5de56a60c1f415248ba0564046560650ae589b29c73d185fa88334a26ca3412e996fcc1214ef0b9d20e71bf18fa SHA512 (sepnum.tar.xz) = 4ba90558d397f0c047ffeb01620d2d5ed4bc38431ddbd75d9a381fac58360d78270b8f22e761693a8a39176d1ab92c9da3b6bf92aaaa90b8ee20490f5b70f50d -SHA512 (seqsplit.doc.tar.xz) = 0c49425b619ac62da4eb2392c51cb7726d9bab008910a88ec36b866717c8ac341be0903e3014ed36a30ac701fafc453a0e319470f2f65eb6775d6ff52b9f07e9 -SHA512 (seqsplit.tar.xz) = 02413d104e12aad40f093731e2d28d0354216d3d57e6f811609f398b8122bdbf906f78cef38f355562efb4e7df6dca314f8548d8d8c03a2a9404addc42f0e1f3 -SHA512 (serbian-apostrophe.doc.tar.xz) = 38c8ac74b304ac992bad807f2727a3e75a727a77c5bfe5042e24a39ad305162e828ca0333963a3f91c5f26ca0324e7feea97dc6ab84c1cfdb6c26b05ed5f4fd5 -SHA512 (serbian-apostrophe.tar.xz) = 4e3998b6c3f5578929204c0b5f131b0ad4526057b50811253b6a90367327c63af5bec386aef54ae6c80be7a1ecdcc6875bbdca532fab864e61837cf16855750f -SHA512 (serbian-date-lat.doc.tar.xz) = 5c10fe13a4e1d6117ebfe8d737d50047dc97483c7a0cc287a9e79d367af50ec1cbdc0800161919b92c6d82774c9e756970db71344259028c254fbf2c1fe86219 -SHA512 (serbian-date-lat.tar.xz) = 420b77a36a08e75f8020edffed704ff0398115a6bfe694fa46957ad8b35c58435ecde4c16176a72bbcbcd16139502f8fb679399852bfc9000df6d5f305fbb04e -SHA512 (serbian-def-cyr.doc.tar.xz) = 0f2a2fb44eaef8e0eb01e12260fa310d661501c3e1dacde2882199ce4bd5323c837704fd50e8db5b4ba567a38038b37be28fd834874262de2e3ad36b65816498 -SHA512 (serbian-def-cyr.tar.xz) = 6cbd1da1160519914db1a2269a54f1f81442d84750b15179e4a0f4e5373512c959542a789ef39a2803b68030bd6a8001fde777e907e85852703ff696ec9e5113 -SHA512 (sesamanuel.doc.tar.xz) = cd144c93693367bdda658fb1ecd424715849fa57f0aded627125db2703947c8b5886df9ec08595592b6900327b42e8cff00f0c69967075321bd7cd1064054f3b -SHA512 (sesamanuel.tar.xz) = bb7b38ff9e6494fb3150602008a66df5fd8c35dcb52a2da196cd177bcffeb40e284fa493b296f01f22864a5bf25d89fb4c079ff4d9fffacdf37dfc9de9256518 -SHA512 (sesstime.doc.tar.xz) = 93b986ea6853761fae06b297b951a7a46ffee403a4fc980aa1afb7cc42c15fe753797eecbacacbfb49b0119ac9e24dc105975acf72852eb0265dc4586f397bc2 -SHA512 (sesstime.tar.xz) = 5c5ab4808645230c6563a08b8243f27fad02a76fa56296f4c7e1b17d2140ad0c9ab0b6ed02e27240f596113019afbed52dc5a9f5efd874ba7783c921b81416c9 -SHA512 (setdeck.doc.tar.xz) = c27f7ab563f35293ee6019560f643d562ff2bf06747402930c767031a8dccffac0ebae9cd16b9e3009b5883f594c541ccf4c38883aa89f4256f7db83e378e1e9 -SHA512 (setdeck.tar.xz) = 817474bc928883f4bbe97391a477bf492a4e339879fc85d7aec3ca932f9b46c310f8fec5b732deb2196c705c2bd3a22721376ea8289a1bbdc12555447f12f757 SHA512 (setspace.doc.tar.xz) = 6af94bda31c7276e7872286a1199363dc1de52c04f8cc8eb5825abda675657454f1349b619309014e934a9e5d3b80dd8d4b7a590c05d6ca2993ad3d8ceabd7fe SHA512 (setspace.tar.xz) = d7e7f2ea7ea8ad3c0b2437a04a965a25b37d96fcc03e92a524f823e80316569db67ca4b1d9313c27e487d4914f4a7e1b4d088ba8fb6c1cb27040552cbb4c8697 -SHA512 (seuthesis.doc.tar.xz) = 5bbc5770bc42c62da7ca569b10558dc02bbe7fda2a463a3a2a78bc76fda3f1d0e7023c311f62a91bef73ae3c4026561403284404acc6bc72cb2e308ad4092ab8 -SHA512 (seuthesis.tar.xz) = a36006ff6a093cd589a0e328c60e7e78afc160ab45746e562a43a8944b2ab331643261f56890497b70449f76be43c0b226642cc5570dccfe0d6240181b20bcb3 -SHA512 (seuthesix.doc.tar.xz) = 1d54dacc742d558af5fb006cb4f26e073bbf6a3a572b7e81fbacf691995a4a96c72251225fb7cff598c930a4c9984d0d01d080c797f202f7e30aced20b8b3e5b -SHA512 (seuthesix.tar.xz) = 8f2aa388faf3fc41cdda54ac44631dc2f0737b727f3af27c41bc268223d2f3f6353dc24f067ec487fe5f3ced5c7837ee6f60d46de3950a3a3c9573df77cc725a -SHA512 (sexam.doc.tar.xz) = 0d2d5e2e5214622ea6b398c0b0f7a297a3f247ef3df0ed696c6faed94527b2edb6564c917d182177f8f3b44d7cd0e14ef4ac186c89113ad74e3ea70475ce1179 -SHA512 (sexam.tar.xz) = 60fc18bf706b787b9bc59d1ff12e62fc3b69f5c6815a629f6743c8ff3fbbb2948c145278805888b235756beac5dde5613c10fe4ce20bb6536b4a3d77a2713569 -SHA512 (sf298.doc.tar.xz) = 03b1d51626e6ec0b076f4c2fb5b34daf490a671df69edef7235a6c8c77b2475e79604c7d49aed3c7d756c9fb781a7398a27596ab9b183b942119ee86385ec612 -SHA512 (sf298.tar.xz) = c9a262481a01019010a645c321c675bc93e3e0c6627b693bce53a808bc9366d7915c19f97871786001fbf61b589f2cef274aba005681f9b32094644568d0f2ec -SHA512 (sffms.doc.tar.xz) = e1702249f2516dde93887403833f9261f73e90ce04bb97d4052de1a28b9f5bcd5729d1d9a68759ea92271b46cbbebed39565e8c30248af4c894c347e4b9b75a9 -SHA512 (sffms.tar.xz) = ea7fbce545b9e9dc8b804e293239fdd491bf1293875fa841afc5a33ddcac7acddf243194e36f8958df4d23c71ad9b83348fda57dc261f211b49fc137b66ff6b2 -SHA512 (sfg.doc.tar.xz) = 26c17b606f0cfb4e199755f7f16eec16cbe379a786a88bec2d77d983d17107d86bf8da23474bc3450f8467d18028f2f41a314c83565916cf3ac3e97c5c079267 -SHA512 (sfg.tar.xz) = d90305b5fbac3e06bc3195b802b4ef78f7c6cfb4f0592dfd300839dd608150e1ad08fc7479fe6d8df4f2429ad6b7f81692d9723dde198991fc9626565cb38578 -SHA512 (sfmath.tar.xz) = 7ba73610785c9270e8741ba0137701677575e38cac79976d89e2f5768804ff52117c5fcbaab9b260be522f174458a18d2d70d82c2da201e7fd6a91fe4bbdf6fb -SHA512 (sgame.doc.tar.xz) = 29f4ee374c7b9d07274fb6f622c0769ff6977ce522ae25fa24571c0b7e60f1e120e4e26d37c6c340372fc0a2dde71a25121fa9538a35aa100e21637d5c79c874 -SHA512 (sgame.tar.xz) = 60e1c4d7f68bd6d39e081d49bfa1ecfa7dc56b940172719b4d6d0f2e87456c4b511ac29bb1884f7c290e7b226eb6ecae8f2ce4de3f7f5fbbd21934c440395ab7 -SHA512 (shade.doc.tar.xz) = 0c9ec337ed4c9bba949e6b449368868856d652b2f5ac7c70dd08a9daaf8a3ed3be4008a91c003c731c97f7e4132f571c44ea9d4a4529f7b0ac9be11a673310ff -SHA512 (shade.tar.xz) = 968be382e1f82029e7e06f5ed34473fc20fd38dc758b97fec6dbf015ca13c3604dd6b7638dcad2f80be474ad001c47ec86e75e8d9947bde26053873376e9e068 -SHA512 (shadow.doc.tar.xz) = 402e64195e247cd2c5106e3bd621705b80c006b2f6cf0b1da14ea459acb7dd97e2ebeda87ec118be3e73bf76edebe3067330498a2875c52c4248add70d7a0a25 -SHA512 (shadow.tar.xz) = 885bca1090b93545f59b387e952998f65dee0931fb5b680d06667c3bb8172e2aad37e840942b9495134b421bb40b871633eb5de941b3a257618751e789128ca6 -SHA512 (shadowtext.doc.tar.xz) = a89bd6ab160e364af06e26d9bbb88988c286befb5dfe4e4bdfc7c511811ef4a1ef630708d4a7ff32cb0ab6831dbee54d49a84376ee9366bd422d5689d86db404 -SHA512 (shadowtext.tar.xz) = 59ab708b0f8987838cafe864cdcd68aad5aceb7cb4b3ab2b479ec4fbd15e268ba4fdd1b0143b7c247cc186a825d99ad810839221a391eafd5146f0a46865e23d -SHA512 (shapepar.doc.tar.xz) = 4db069b9e52935f0ef1463e40999b7f7893ae12b68f6bb07a105f83199b839e6ca3366b7367f6b38f79c4febfbf3a8c1f88115244f59a306870fa4617ade478a -SHA512 (shapepar.tar.xz) = 407fb09d162a3f361c7182f23b010d25bf5d0d4d645780c1c9679be422a50f7181a8184ea391505d258afda822059f0d7d60ad24321adffa05f37d56d0376605 -SHA512 (shapes.doc.tar.xz) = 2c295a28748f8df117a5abf16a758b079d7481f579e1bb571fc758bae505860e1a1b82f9615259b14359eb4ea8f43be82de6ae6d761225ea76bc0da167b6786c -SHA512 (shapes.tar.xz) = 4e082b6b61ae9f2d02c6bdf7fe5beeb6b6384b2718c1644b945b175bc17c951ec7890fe7e81eb59faea4ae86da93eaf51467450cd61d223e734408e624bd8abb -SHA512 (shdoc.doc.tar.xz) = 38c3a7302edd2e38e3196b4d3935bc001f83fc71ed50ca8c3563ccf82e9e0729c65baf0b95db0ac637cd037cd572ba557586bc85230ff6014f63a8fe0602d9d1 -SHA512 (shdoc.tar.xz) = e72e5d88966ab88ce2ea331f2989a949f3da30cb1066a0501fe8770f077f8aaf15803d9337ab266374364fdb7b35507c6d3cd181e1fb472f6d39b6ef94c08c1f -SHA512 (shobhika.doc.tar.xz) = f5d9d05f54876bab260043e698fd746c95b59b04ea5b2df7244b11af30bb78e5cbb6e3511bb75d775e1bc649082575192ccbcb68fcd32b9816879b5cbf3277ba -SHA512 (shobhika.tar.xz) = 86050c89e5939b8ffc2148f9269a48dc66f8adf396cb883a7018a1a8f123cb602f216f652f56715bebbdb7b0577a8d0cc799c847898543a4cbd22e478524b127 -SHA512 (short-math-guide.doc.tar.xz) = 0feaf4b3cafbac8fc78855250dc39858b0b8326b803c851efd831f36476dac2f1ce86083c11476e36ac88b44a2a8d25094f9203c774044306536fcb2b261a184 -SHA512 (short-math-guide.tar.xz) = 6e2c131cb3a2ce85a6718a8dab1cc52fa5dab7a3db34575dcfb0a33e6a3f3ba6025eccb82a2e07a198243bd24c5070a931e591003a768c4a057f70659e442155 -SHA512 (shorttoc.doc.tar.xz) = 03090924cdde619877b271fbd70761035b5da1f2278a3642b471a86e83559da316558a752d85716242001f40ca403a985d036750218e78d873a4920905c5a652 -SHA512 (shorttoc.tar.xz) = 6e78bca7425e0b23d7520af19494d9de303b86fae7a013ef85b2d512ee86be1f478ede2293650b435ab579811e444b570995e2ae8720afc60b42c0c26d7489a6 -SHA512 (show2e.doc.tar.xz) = a427f7126ded4251c255fcaf2c381f7c00d0d0e55253804cbe631ac59be1bd51e7ba2ee51110af86bcee27d73698bb7baa323fef8e23a41000928b242b0be282 -SHA512 (show2e.tar.xz) = 702d0913a299b68bedec15c697868a70f058957dbd3a2dd2c503bc21c8a250dc7601e6348080bb394a38108bcd2f5ee67796a888183aa181c9f88a72e7666580 -SHA512 (showcharinbox.doc.tar.xz) = 47dc7121ed852931bdc5bc38b7fb4dfda6616b8b0ce649d90da71c7a4cb6084ddd69e07596dd4179b5654fa9a54fcedef6949ac4778b449ad14740058e237dad -SHA512 (showcharinbox.tar.xz) = 9cb18e80701d22e167b026767068e0fc0a7b6c4cdbc9014991f10ecd76d37614983591c931972584c50e0d6e35abee70ae3079f7dd8c855d33d1e4ea06693d25 -SHA512 (showdim.doc.tar.xz) = ba76568009149bec7484b4dbe7bede8e516a2c2ad20c77c70f0357e865c66751aa4f3d8c92c59effa1ac12e03b3b8c500c65708547ddf52458b0ce90def8fc98 -SHA512 (showdim.tar.xz) = 07c409f3d30def6894a787d9c2f7366abf6ee4248386e9d5b2e4f7858d692c7cd3e72871ff02c73a39a190ac36ccbaf5fe16e8e1b7b328be80a9ba041d12feb7 -SHA512 (showexpl.doc.tar.xz) = 90fbef0962c609d4a50aac3840c703c6d421553425dc0d41a62883e012e4e2a8627a2f98f499b8fe984bfa57b597ee65e274d6e5bb9f30aba96b8b1bcafe0211 -SHA512 (showexpl.tar.xz) = b937f9824793206b0fa55eb77f6c2688364d712fef66c63244a776c95e733d2b0e4535a2d63b23ad446e50fa52804bd99305ff20bce6d74e880d3fdfec432924 -SHA512 (showhyphens.doc.tar.xz) = 2e87bf2fb7eb014d28e44634fa8c307bcbfa4e774c1b279a5242b3c99e569dc1eb64d5f0ba30958d0ca84c5c2bd770ce3de81af98981a3e01a2c5bc8575c9e02 -SHA512 (showhyphens.tar.xz) = e3dc83cf25d0006e4ed0b2181a7cfaa81a2c7d6a7152d9202b2d9ccc876a773045abcb055709a33d69f1efd80c11edd642364e13fde7991730755d944c35afe4 -SHA512 (showlabels.doc.tar.xz) = 0a8cf29e85526e92df738364607e31927223458a969c117d40a0e9cf3470e5c4050107b9fe915ad2a23720a2dd4f5faa1d43d9737b9b7a6f6105de3a36e9888b -SHA512 (showlabels.tar.xz) = 4d805bcd319df51219c956fce18fffe3b91aad3f468f54f5b6fd9ca15f8c24df10e1092252ba6870fd406c024deb054c60d7f64dfef7194c45b92a8a78a9da1d -SHA512 (showtags.doc.tar.xz) = 3e1efebe8edd469e66b18aea9d9a3614b753a43ac61f5a31b57fccc1b45047aaaee8f80d156932671f9ae7457fc627732f1f72c65fca42946280c1182d8960de -SHA512 (showtags.tar.xz) = b70dc03f22838dab65631d39d8690897d4a5c71b5451775e85cdc3ff600d63afc29bd28e49aa64a5a2467143f4a84d62f5a2a9af4a8365e0a867d6a46e9de93b -SHA512 (shuffle.doc.tar.xz) = 1b6427fa0cf98651a219f1cf6f15a400c09ea924bf0dcea7d48ce0665a5f1828ad64513f87089ea48d02d489d8020c90c661bac60c069601be437c77364813d4 -SHA512 (shuffle.tar.xz) = 62b456ae961d34908fc25cc085bfa04d39e70f2641d65dc8e0eda419ec96a328798cc258162ebe065285f3ee1088e6076525ccbd8c0f7c0800024f371bdee65d -SHA512 (sidecap.doc.tar.xz) = 5bee3d448386a2bd508dcae495c6fb83806542680db7c5fe8cf35ea09a955df01e5c01fa64c28b64f0bb9a3dc0411fc68a835e1b0ae9d46c1387f544538d26de -SHA512 (sidecap.tar.xz) = c0b775c16ea9acc7de952c6d08d49f57ac4517d5a78e822255176ee1f570c17d584b34821a255ec10e7fbb9334fc7904147bc4d613ad4db9553a3917f737b924 -SHA512 (sides.doc.tar.xz) = 653a8472a278bb1d33d9f86559398b62e32b521c6ce8dd977dbbc4f44183e37b95378ea4b29356948735c42925f9ed25153cc6a9009341ff01d80befe2bcddb3 -SHA512 (sides.tar.xz) = 739e26e0c0b77d75e91f2a3a18996aa55ee1163a2bee6d489db4ba3b0864b51572c55ec53441946f16cb87694425d09e613abd2223fba2941fea4be137341b10 -SHA512 (signchart.doc.tar.xz) = 7b140f890f3342ba6b2d25385dcae6925d8e445a862af703578f455b73c69cb71f4b9b5a933ac8b1a16178874f71c80d124c352b5aff4d7bf3dad6f1aa5a3874 -SHA512 (signchart.tar.xz) = d379bb1a9fecc06f4e48419d0f4f49e50b6b276e15e64992ee7e154154eefc24e71c060066de3bf9e97da6c8e62b78208f3a01918150cd2ef51231b5abaee44e -SHA512 (silence.doc.tar.xz) = 988df943eaf9337145d081de38ac22389bbffd3e94408b1cbb5de7605cccb47e2fa837813d4647c339d978b5b9b3e82e6d9859b840e89c09c95dd9572db0601b -SHA512 (silence.tar.xz) = 95f4f095e0f70dcd11482be4f6d52c5ea7a06ad820c08386ad956b9bb9ad593410e59fe9bb5904c3242594d466c495e7793718d4cb707ed3edd1d17ac3c1c1a8 -SHA512 (simplecd.doc.tar.xz) = 5cd208f8869dc989542bf028c216fbddec5bfb285ffc18c25cfea928035946e903cc2b61de630125d8e8deea772f7f20cab552505538eaa5d3aecaef8192abec -SHA512 (simplecd.tar.xz) = 5fe4024ce7991242fd60b8a87c88605f68ef9595895857b56981b35dabe96c97f9af684fc5ca9c3089ba96791e076512ccd549ce70071d215eaed4e731145b30 -SHA512 (simplecv.doc.tar.xz) = dbf087e0659f11b4dc0cf40a6826cc45f48b8155d9148262877a0d51f5766888780698d792f055666766f029ac6f5384b41c0fc41e1c84548582e665eccc0f20 -SHA512 (simplecv.tar.xz) = c67e9200925ac86386efaab35a8edbf20f0fda700c00c3b0350eadbe62f39fc02f502493a73acc768a4727ad1162561d7baf38193d57d1fefb4c8083ebe38c35 -SHA512 (simpleinvoice.doc.tar.xz) = 81e5ff2bf76f2b35549feb9b6336bd04b9273d4e6b951ee327101d4e5a5d3c429276735238b63c3b2ee03466b477ca2d7990a68615c1d0eee4f12a37d6b65472 -SHA512 (simpleinvoice.tar.xz) = 8d3d905dd9dc418503bde7cd51c90ff6fc6f688502ff871040f9eb6bf96b6c1ef999d3dd98b16c8739ce9518a22a8e99a23b5cc66c437504b3837c30ea19cca1 -SHA512 (simple-resume-cv.doc.tar.xz) = a380b2a498bde69cef1ba2401e16886d35edb40e3338963bcbd6e862da3e54f547e7900a18f668515b3ff178462a4ea0d41bc228b6b6e7ea8b0693e295231e92 -SHA512 (simple-resume-cv.tar.xz) = 996341ce711f6f9a68ccd7e0b315da98eed8f4737d44b8dbd9881c2a76c8ef2d04b1c956333b0e33997d57e0b62bcb2485029283bb4f4711c2f8e38c177755d7 -SHA512 (simpler-wick.doc.tar.xz) = d8a45e06707d3e6c39e36d83020f0a2d4654cab508d91e47022320e67454d08958cfd6d3872c5ae40539f29b03080915e136746452afb9f2e74fe8be2ec20bc1 -SHA512 (simpler-wick.tar.xz) = 2bead248c2380e19fb19012ba2cf7a41fdd113f48a372011c27ebac0820236500c5e49e5235e2c52fcc5a0f9c79f61cbf76a5d6de86322bc40382f5499216783 -SHA512 (simple-thesis-dissertation.doc.tar.xz) = 8dd82147b1096f728fd52a56c39309d0f421abdd972a1297b88b516e0a5ecf8387a3accc508047bcd3996ab81d778dbdd221934e2bb4c96e1ef2a59cd0fc6995 -SHA512 (simple-thesis-dissertation.tar.xz) = 201826e649acbc8dde933da3d141408ef3e4f3bc5daffbd520a19885af612f17de2618fe7e8c78a419b6e5e4eeeaa36a2fcb3db6f610df2189e01e0b4a66e9e3 -SHA512 (simplewick.doc.tar.xz) = bf0c3b8724ed8cc41635f45001fa04f655a7b37792c5b0e632578b066649c3bde1f894c3ab739ea2bb49f6e4f65e63fd7cd7d515ea15b53ab5894778a7918d13 -SHA512 (simplewick.tar.xz) = 86aab23f8d19e9fa5a6251f8f725ada87b66a71a3024253d8b56f3edcc20f26695b2194b710f691ff9ed0713c993a8652447674ec84d4084c3354791244a6f10 -SHA512 (simplified-latex.doc.tar.xz) = f5bf92ed89cfc83f306cd4b2599446a11b73f73a0b82afbd0f441e26d837e6f436913bd2df18585c5e215fa0504bfee3d5d4f5ef4da8925161f85c70c14045e6 -SHA512 (simurgh.doc.tar.xz) = 30ddd7a9bbf3f568ad4876336228842651d8f95eb5f21df81ac524b99a7a695e68e0469f79867668dc3b9913cf223b72a22f6a0d0c818233c081ba90ac67de1a -SHA512 (simurgh.tar.xz) = 11b77f831aff6796e41ccf2024496ae1c9d4b9b5f4c029daf33e0eb4b4fd3d1e5c78137b945e3c9fe7a16380365fb88165a46e614dc3078657ce025a55f90d44 -SHA512 (sitem.doc.tar.xz) = af74d7b4f4dfce45e543494344fa32f4f4d55435034cc1b23b24b333f89d54d0b8c9d0a1247561bb7182d3841fb04b7b3531be847a6fed3db212497ef2ccec3c -SHA512 (sitem.tar.xz) = 64a34fcf0769ed4ab4b201facc056b890a89009e1847e9ca65fb405e1c1144225e8fff59c1a906341521bba5d39e3338900a9a35aff5bb716a5aff5e6aa4d49a -SHA512 (SIunits.doc.tar.xz) = 09c35a6d2e2d90701ac099eaf06116d4bf5b93652c512969dfe2afae74c9c04d70dcda8a5053d707aed0724fba0a8d9c3487a51fc617fd1a757c596a99b974dc -SHA512 (SIunits.tar.xz) = b804d61bcdcc9d6f4559a05d8bfa7d8f7a3c378a618e5cd068b29e2661968b7564c36ce2e3d97f7fc7af15c11e89ac61e88ff25318d8c08536181d1f546f260d -SHA512 (skak.doc.tar.xz) = 443d98538fb732bfe9f3df26e05e46be54641006df255d3084697301cfa93f48cb8d307a9a5b58f25742b96065658f446b52968c3bd8ce14fdc864f32cb920e4 -SHA512 (skaknew.doc.tar.xz) = 8c26115910f2e9a9ae28e1b6c0933db3308c9f59eb151bb37b23de3f0f790b9726aef895def0826e00928b75753d925c5c9db0a6b91ebf7035fad5a4e473a315 -SHA512 (skaknew.tar.xz) = 879107f0bb96441082ccc4afb560e4fd0f625e7fb7cab84ebbd642af1ef180bc27540eb9ff26c689039dd6abb11e9b88bcea30d5b1e75b40f0e3499c981ae6e2 -SHA512 (skak.tar.xz) = 7bf473f1f35fa05c1cc7cccec212b035619382ce850c287a6b0734cd52182046df35133bd919a335532db9fd5327d2038ce1c3e98342055d93a5dc3b16028697 -SHA512 (skb.doc.tar.xz) = 29aa9629f84a481cee1871b92b49e1a34683092759864f1e612ef4f7b3862a9ddf567b2d20fae3f99d5946de43055de2dae8ad326000e344383c854eb9ff4f20 -SHA512 (skb.tar.xz) = 5c2e0e7310898e258505cf438ad91650fbcef6b720e9d05b9ddd241ceca3eea0ccc3a71b6ac38acee58d8e205b8352ad7abbdc277596ac74f6a5cf0ca805a0d7 -SHA512 (skeycommand.doc.tar.xz) = 26f7e544e9b1b75fe7131d409c3083c39914424c66051e46535de5415383d82e48a3e2c1d35e34e5bac624a034f2e14623c8cd5b6844707b09fd531daaf7c544 -SHA512 (skeycommand.tar.xz) = 0aabcf0a47ffbdaa2f88bfb970f844df36cfa30f2e5ff02cbd9dba2179fd871c2ae1f979a99e70f3f7f2ab2589b7ecbaa6f999352559100bfaefcbe7f6ec16a8 -SHA512 (skeyval.doc.tar.xz) = 97bf20706cd14e0b479221c6ed96e56754aca13d7b72f1d7bedec6117d159caca2a4e9a931d3d8311f593a538985d8e4e5bb9d5a76a653d72aa8d094a66e9e92 -SHA512 (skeyval.tar.xz) = 151a705f5e62dc80e8a470a7ce39cf197933452a35b296e70790d7ec0f6667f24acbc0c643db6c402ca1e9b9735f34be388efca5a5e5951725e8f00bb8d2833f -SHA512 (slantsc.doc.tar.xz) = 8f856a45e3088d2047157bc87d60a16b6c6e481334f4ee81a23e4cb8ecf53d1113849877ffb24ee4516dfba228c10c9974b0b0a148020d64e3069ed7a2d12750 -SHA512 (slantsc.tar.xz) = 45d92cb8f2a5aeaecc9945ce2778f2fa330b703ea0efb2deb4407ac17d30ad3a3e1ae7966474af28a7816dee18254422fe7c72c50f11f47cd52a54522f05fec3 -SHA512 (slideshow.doc.tar.xz) = d271c1f9e7b9c45694463982da8c9542fea326d7e191a705e92f5b423e054c3f926768d2209844ddabbe75eb610d4a5cb05ffd53098cdca9e35328c865027eff -SHA512 (slideshow.tar.xz) = f7bd44c9720512297f15ff6cee1c49ca52c29fc206f739e6aa447e778fed00a64e282aeab9d42b215cac69a64ab39f3919433bd0640d30d55ac540e2dde07967 -SHA512 (smalltableof.doc.tar.xz) = ca62aa29f6ad62f149dd9c5077ee2b14ed69d8a750f33d3de274ae275e5d1528482e58140a78b0917cf02a879206194e24a6beecd33060544abb50dd6fc564a6 -SHA512 (smalltableof.tar.xz) = 50a4878bddc55e1b05ede3e770aad31f6c56b81f9e6d0a536ece25729e3c5a9a1720068534f26a9c224c101f0e0d833478f1a5c3b12759d7c3ffce027bbd5edd -SHA512 (smartdiagram.doc.tar.xz) = 1cc7abaed3dcdb11fca675bea8e458f1879bda4ac72278566a9247ec2cb0016f10467e3120e9ef688c5674af05559bff39862d4b3292596f0dafd5e13672a14f -SHA512 (smartdiagram.tar.xz) = 322589506d1cdaa30dd9f97b419347fba0d617a3ad35fd15fe91611b10382c595598ce1111a287f5b1aef617595cba77b53490da7744b23942f072f522a68ef1 -SHA512 (smartref.doc.tar.xz) = 07eaecd9e924e5912e8e3a3ba6479412282e1408cbb59699b9e83006768c4042b173d38da2e8dd2c707b392cb48d99e4be25985023db4de80d69450fe95a338b -SHA512 (smartref.tar.xz) = 149dd95ca0677a4e273df64a589d1424b8dd89983adf3a3ef81f8236d1b594d35b851b4255fd9f0d05b4feb82db59d816408e3ca59f2b86b73a5724a8e937367 -SHA512 (smartunits.doc.tar.xz) = e85b83a090b3e352a0faa61ee0f3dfc84d3f2fad8f1ef503aef7bf571e706575b19c1da394b09e69968b10fff2542b5b749a895eb17e84ce1293273532d2e241 -SHA512 (smartunits.tar.xz) = d4c23a39d79cb5c0ba700da40b916ac6072e612d0e5b8ea1c189100cfe56fe77c9d1ff742d92fc44450255048d96f2e1dc2b5f0e098e56aad5efcdd423fec608 -SHA512 (snotez.doc.tar.xz) = 6ab47280669285be6cd72e2027b939ab2c2e2df7c910b5775dcf02b570ba558a3c89832a45d65cf1a8a649dad67606a2d2fe3d4e477de67098dce497f0c2beec -SHA512 (snotez.tar.xz) = e1e6ecfd64a317745fba39643c70ef5a71719e3c4ed3644569ab7a4a549a44eb58d1fd1d77608fd455282124d0e7372a364f95f7b67de192b1cfca1a9644086a -SHA512 (songbook.doc.tar.xz) = a8d98e2d3b90ebfc4e8df53ebaf92f2d0deb95034bf234dfeaef1d38213af9a36e38d48599e6e78a7e87fb966de87db821f4de7a6fd50f57c1afb515050bb510 -SHA512 (songbook.tar.xz) = 06f81b35318ee9844565f622b5ecfb0f323373f14acfed3fdd042a244537c313fcc974c8cc556011baed16c5a7f90b8163342d36e360749db240e6eb639351b0 -SHA512 (songs.doc.tar.xz) = 72c374aab68334b050a5d801299179c8484b6fa46db8c8e20b9fceef3cb9a8c0c1dc51de93f34115d4e34767233179c5872054cd03ea3e622abb63a49ad81f24 -SHA512 (songs.tar.xz) = dd1309fda1a7bff1236707cb45047dd5adc582d3e3f509f211af7a30c0469cde704773af48fed379a29307201d9781150487821219f76d45d556f1d27e420c08 -SHA512 (sort-by-letters.doc.tar.xz) = e2b6c68a42b9364d44dfa06ea93d8c8ea2444d97a3cf3c111065b720d3706b36315a7c8650877f1d6a2a72c1aa42268af4f17fc4632032e1e3c0a2d0fa08e577 -SHA512 (sort-by-letters.tar.xz) = 41e7db4a4c5242493aeb099ca103f4540e038b1e91ec0296629f4dab1ad013f98b26b664c7d661dd2f53c1e5c749509763c46f51bb823225a104c125a9f75f4d -SHA512 (soton.doc.tar.xz) = de9b03e8626535d2633af3884e373d8b25fe6d203af75382cf329aeb7b79c745f94c6d08d49a69b42172f4bad3cab2048fadcc4ad826a1c1126425a40289ecdc -SHA512 (soton.tar.xz) = 59e9e0bd127e44e1a80ff7dccf1fecb18b34a54c379a46632b13f82d80648229daa54c4655575c52ee718b02277c4e2b264451f8d3fe58abd60e593d0826c97b +SHA512 (showexpl.doc.tar.xz) = a51d9ac105ae502e4bf410679e77852b84779fcf166d618b88ad17db147533a594c47431f2e247927b998878ea6d2fc38dc4868411450e06bd81c85ebf57929c +SHA512 (showexpl.tar.xz) = 74cb92e15d94a90608b2ef0a1ba8c2a376593111fd21f8c4fc353db4a2351feb0ab12510dd2c8ca83ad632584c752fad2d1ae515f5543e824ed551ff2e000f96 SHA512 (soul.doc.tar.xz) = 9b8831cf9c013fcca715a8a7100b76f2de364f55e8203899779ba18868e637cbb0d00d982098a3e42191dc63ac41afc65d2547b9976c64110e7b83f5f8d0108b SHA512 (soul.tar.xz) = 7a4ee70527282c50f28bc535ca34476538158b6fae6e37008cf5f04cf3caf5cc01ccb859967192da1b159b1026afa3eddede2cd86c3d63f469e6e2f6254a80f0 -SHA512 (soup.doc.tar.xz) = 318cb98167123bf8d9a5f80db8e31a31f6f61536e938da3b68efc0dfec6722bc898d8295d32896c24d2842b262f22f70e08014c07755b6728dbb2040f64aef5e -SHA512 (soup.tar.xz) = 478c8cba8623b184db1c9237b7a805219bf1ffb7ef45280fecf7cd75a1720ca0ea2e1e1ad73465ee20dbc2bbaf14667d4707524edbc073dd4fbd0537dbeca8c2 -SHA512 (spalign.doc.tar.xz) = 534f2c39076a6ff243a8e4cffe353a569b493b90fc1bdcc3db43229dda3955f013de15ce1db7beb38bc9b8d972c7430a24d64c263041c82e84c799f446faab0a -SHA512 (spalign.tar.xz) = 6e00399e0940778a6ed8326abce14f15836bcb69f8e7c67d06cdf8567330ce0482a213c7b65c2662e0fddc47ce7b684a640e133017eca314b59eefc278eb6425 -SHA512 (sparklines.doc.tar.xz) = 4db42aec14145d4b73fce7940563f6771c3d994955006cceac7c93c9d5d5e2200fddf6d83d15e4dde0385f982c0ee85fc844914d80aa249c3ac2e86a49369b38 -SHA512 (sparklines.tar.xz) = 5dc74f46a819a6539034d570d4bc11403cb9f4617e2e6e373cced6cf335630e4e5a3d919041ac67a8b114b2d53c56871239b67a6acd6bc47f8c6130171d84824 -SHA512 (spark-otf.doc.tar.xz) = 2b3a9fab8e29c1fd9bf1b3a3f729d4d728fd22d6dba86aa746febac2eafe59df1afe65f557c9e3c816983eeeab8d798bb4f54712be8f5590706bcc49a2e50199 -SHA512 (spark-otf.tar.xz) = 863587da0d6a03267dd36437b112be4a1391537d7186db0f9acae2d5c3721b2a303d7b2ca86d47a619b9265930fb4795f87522498cd34c80d057ef56d1b8daa2 -SHA512 (spath3.doc.tar.xz) = 04ab2a7ef15dee7fdd418bc74f699c6afd21cbd912ed8d12760d0be5b5e4fa17f66b23e8e9c83ff8ee1a2459d95da483dc9e1978236c32d6c40d429c9582cc37 -SHA512 (spath3.tar.xz) = 44417164e54d212ab18925af95cf4105d102ba07ea37e3275a59906637dca173db5de5e58ed3759ec61a2be96d4d44dcf3b2f7c811021acc2d0c0c6ad28ec64e -SHA512 (spectralsequences.doc.tar.xz) = 80eda3718c3cb2daf9f3a96a6def78011be1d7882eb50db692c2d34332a5aa79a44e0201445f67d1623bcfc3618f79f6d158a98a91572796674071143f017789 -SHA512 (spectralsequences.tar.xz) = 71677e3cba37f228acc096ae916793cf214f90d30809019efc67ba0793b5176da1a3fe8fab592ca80a077164948c4be777237f71e895515e519f399534cc0cd6 -SHA512 (spelling.doc.tar.xz) = a51b8fb45701d318dd9b9736830b83ac34c84b781d61a3a247263167d527aad7cdb6e1917ce260d09e0304fba38bb2e2a25288f75aa2335bef479918036e1221 -SHA512 (spelling.tar.xz) = ec32c627f52e1cc08f893aff21d43519ac30169772e82793525cfd61c302883c9c0c8444f2d51cd03a94f55e1ad589afac1a404a47b87ebbe7855acde887e511 -SHA512 (sphack.doc.tar.xz) = 6b490ee2e736a6bf1ddf32d5db605ab5fe77f079d585c2e377bda73a688a7de575b99d56c6626d9888c395f6a4d181cd0b42e77dd5673c8456bb0e029510b8d9 -SHA512 (sphack.tar.xz) = b2cd588384770e0d95bf6e5c6b67df0ba8160e0a01e3f64932d67debcf9fa836212aafc78c79b8d28aae8124a25aff73f4846db514dbfc0a65a519eba75fc52a -SHA512 (sphdthesis.doc.tar.xz) = cfcd8c02c68a990cda426d737914d195c78d98e0b8c9765128aa8319d47d27163e7d072ea50d312a394b85e8ac1e580dcbd204fcf6b670b4dc519d1f09ce8d72 -SHA512 (sphdthesis.tar.xz) = 44c467fc1de689bc198acfa224aa1109c47bcdfce8b161673752f73d59877465b0c4b87f1fcd4a8f589a78fb05ef5efd42edaff2fbfe7910a1ab7b409d9a7e5f -SHA512 (spie.doc.tar.xz) = 1242f49f1499b798977eace516487543c23dca36471b1e49a2b1377a84083f40a3d5a2e316624f8ac458b61c2cfa406fc3580209c9629739dabaa2fa35e6b806 -SHA512 (spie.tar.xz) = 282ee645ea5022fc0e325bf211b358236f07c6509883a254fa4e1ca0728fd73a4be8889e4919eb5e0ea9c203300359808b4d141d71d0c158a71a3d10d982264f -SHA512 (splines.doc.tar.xz) = 08532f43fb7aac979e78d30f27f36047d7b70733ef6bdd65d26a40e6818f2b73852d4a6ac5eeae8cd29fc86e1630d2ba068b9707666f66a13e2090a6da81ac25 -SHA512 (splines.tar.xz) = f040046978cf51bbaf3347406e224fe60a85f449c1fac1703e7a2d936140b099c14ffd488ebe4c3d932b35a8380f943250734a054ea5165ed26b2be712ad577c -SHA512 (splitbib.doc.tar.xz) = df266ae77aaccf91b08931c57b01a9eefffe6a469c4cc549ce41640dc9c9041676539e1302aecfed88d19baef277f507ede8ba6f794dae6ea4745b1338459d14 -SHA512 (splitbib.tar.xz) = 2936732fdcebff683e240e139ba6e1e4268dc72e427bd30af0590cc3dd7dcc8dd49eaf6f007e549efc5c429fbcea2b37f9e68040d1ffb023162c571341abdb40 -SHA512 (spotcolor.doc.tar.xz) = 4055f42161bd45dee74974358eabda875e9a3d62690fec0486748cd7fe974af133c24e56bcfd240c6928334fd9c7e1e6a6935c45b974760b41f7ce080d44f568 -SHA512 (spotcolor.tar.xz) = 6748982e7007323414dd8ca5f1ede105bb2bfd0b0f8d2f83c8731926628c094c8c08f0cf4ddadbaa209e182f8af83ed6fb761142ecbb97371752473b33c44ffa -SHA512 (spot.doc.tar.xz) = 26ee8b13622a46078e8199c818dc353801af36afdbf67707a6942202fa458e7cbe9a000a4ea022d0dc4ec6ddb3a63c6adadf240cf207778765e47b2db636ea5b -SHA512 (spot.tar.xz) = 95a7bf0a9e04e7157fe27499a7a2d2bf3e8d86f284e9c2d150c40b5efc1786d4820af20ccde7f5b649a775d7a13d25a78347138a200335fc0b9e4165dd3e1f0e -SHA512 (spreadtab.doc.tar.xz) = e7e1184c6d5013a5f991325e1f47b509b90f32022530281263bd5b1c0d9c9082a872f9b6ece3198ccdca555e1187546762c8fb4fcec9a75f72894f6fb49825c4 -SHA512 (spreadtab.tar.xz) = e662188fc94f3f31031238a9b20ce617b01adb65dfcb5ba00cc0f90555a151957747e9b24803436d0815528d945e3a65684ebffc04dc5de2552989c81bc80846 -SHA512 (spverbatim.doc.tar.xz) = 245825f18ae835b984eb6474b927a579f80b6c6feefbfe02a53f8b7ea5a48023e1bdb43b39f090afe4ae42937d053cbebfec6ff97d7732d754287401a95fc641 -SHA512 (spverbatim.tar.xz) = 0b26e941f77264ae2db7cdcf2c4459c26601f6079e0bad24a3ea0edbd22157c324bbf50426a794655dc1aee710092cd9b662bb401838186e42657fcef5c1121f -SHA512 (srbook-mem.doc.tar.xz) = 5e06fb85b3398cc65372fc0c82eaae3d807c6c908eedbfa8f4ea593ea6213790c3fe9c5142990a9b7d4c267ed01cd61aef4fb950a0c2b51424b0ef5e1f2aa520 -SHA512 (srbook-mem.tar.xz) = 5cae41da74957078b2b0ed38c9fa4186006f24abca804b879641b4bff5324950b1a59296c5733fcadd2ef05661ff1dba8cd7d9a2c5f9e2a5c6bc1e6d993ff218 -SHA512 (srcltx.doc.tar.xz) = 1f8428bccf142790a3221d470fb66dcfba40552da0d8aeb9cab62732c5a5ee0af3a565774e29822ebcf0c1e4d7a2bfffc61a0944b762ffbb7ff4e8901a61ab48 -SHA512 (srcltx.tar.xz) = 2edad3f8b56fafc034d94a3e3240190a8f4f1a1054c9b81d6dd9fa5426abaec0b29118f7bbec909ffc3534693b8941fd4e44b6670d7dbcb852fa3a056ba63fad -SHA512 (sr-vorl.doc.tar.xz) = a65dc0b7a12b5435d753aeeaca7643747c94463835cf1706e042710272cc0eef66d4f5f827c99034f9126bcbbf7e41293196f9ee29ed3f9961b9af27e2879747 -SHA512 (sr-vorl.tar.xz) = 135186b501bcf2a9b338ff13e330401ae3ca39db4225f639549cc929991d2177804b44ddbaec805ec1cd56982b140cec4625e7564fad7f4de89d2c2e06ad60d8 -SHA512 (sseq.doc.tar.xz) = 3b5516fa412aa19fe8f3d23706b3046b6af698e8307db32cb895fb13eb876032c5c3fc908a69f0e18efc2ac5802a95957246d58248dd05e1fe25409d46a8bd20 -SHA512 (sseq.tar.xz) = 25d3d2af859d8ce83f7449470be02bc4bc77b8ac49c4e10f49fdca51b0a85488f01cbf5f826b07fba12806c932125a35197be2c7bcc330f9b6f51a331fbc77c6 -SHA512 (sslides.doc.tar.xz) = 4a0fde19b43390f80d6d671933ba51b0be854d774d6f35f3e8fb33653ef7784df85871dc4fdec03f2c734e819af6c1098e8be152e0bd42740ec2f4ae53c38f4a -SHA512 (sslides.tar.xz) = 5809b9968b16d35d5f76f185687c683512883942f8ff3537a7dafef3a76e5fb017a4bed36dfd102fb5edb93648148861c78f6f7e93aaea8c5cbc8113c05278a7 -SHA512 (stack.tar.xz) = 897ca71e1a8531485d9807743e4549a994f5e6e22dbb9a958466d4bfc7fb1b4579af0d7ef701146b8142c394fcbfca70bfdf28779530e487a0ec868c77985c23 -SHA512 (standalone.doc.tar.xz) = a5cb35587d86034c38584218b78fe4142563306a8d918d676cce0a970f593cece78bfb755d42b9fda3c0286bdd4a0bac231f8b750ed61acf6199eda6d51a3dcc -SHA512 (standalone.tar.xz) = 48fdadf3c9e7b899ad75953baeaa9f47384d1bcea0ae08c94ee51b4f2fabfe2fa244a0b9a77f11fd038aa106551c4cb9e0ceb06292ab1ff7bf6802a65ad677fe -SHA512 (starfont.doc.tar.xz) = def94e1e2995e20e282d9319f763ddbc5e152a48c18ba98ef4d168e69a9a6deb5d7d87923a3259553f990f2da73c78929858852c6165acf7a94a6010382f786b -SHA512 (starfont.tar.xz) = 1f45f97813f5e51b45e1cbd3246b877aad823895a4b087294d0754c560db5796d8b4f9d09972b5c90c4c569db82a2d70bd1c39a9dfe6e1fcc4e0deeceb44f876 -SHA512 (startex.doc.tar.xz) = d2076580253889e51a07ebd094daeb10a9ebbf2d9154d288460a84d7b2a581b849d1433a442d8eb911a9d2110e87ae4eb0628567b50eac95cf9c6866d3c34b3f -SHA512 (startex.tar.xz) = 840a60057867ea8439c0497eb22dbd8ca8c8a2375887d74ea383a8a356d5de34a389db3df5f4c41082683d1108a0f88cb31c25e4c3a56a27e45b8ff5b62da4b5 -SHA512 (statex2.doc.tar.xz) = 6f0b45577bd4383359dbeb592c3f9e3c1a66d1b2540cf6027ffaa20f8f644316cf2feb0e585f42801b43b529632efdea52fc2c83f2a6d9347cd443da27259646 -SHA512 (statex2.tar.xz) = dc823a25cdc70bac79c69e721feba69883a99e9e0a5b211398ff0682af4fe4bb1c4a7feeaecfc7c12d2df876b8aab6be0cb8868df8b8eaaa10850042615226a7 -SHA512 (statex.doc.tar.xz) = 9851bb7e2e9af03affa1f4b5750817543be9e985e02d06ca4908ee1ebcf0eea2b8d75a25cefdde3492efc52d86be5bde6fc2f6a99f935c183cf3fc9041ee0e25 -SHA512 (statex.tar.xz) = 66fb0e346ddd4902ac98a90fb7d0b0193d8c8166aa30774dca1f5b6007a3e19c3b98e25bbc88abc379e199720b6c9a2c73caabbc515db2a54b2a8b437c5b270a -SHA512 (statistik.doc.tar.xz) = 88b28820b5d2a4a304c26658e27da7d673bf430a6be3ddf46f5eb3103abb7e8d20b03e30b65b88583960f9cf3dbebb9088330621b99e1eb9f2f28c0684638240 -SHA512 (statistik.tar.xz) = 2d2455227b5db15235763c4fa677b549380d66f2485d1d53c2c607f96bb4b4a176ae9868419351f691f3efc3117e6e54be3317040f2a6f8d1d105cb86709f86a -SHA512 (statmath.doc.tar.xz) = 14754afa159041c359c85d31d8cf3483789b02a7057f59f6772455ff7dfbaaf81e793db3bbdb8d1a67e25de7a00f32c22089e2cc908cb1c2e0abf6a17eceb7fc -SHA512 (statmath.tar.xz) = 128532a808c4f8cae9ad03d19d9f70673427f9335d298d4840776ecf59a78b0051de64093f00510ef34c61d3e2ab900d4494f800eff8183a4c8451bf90a1424f -SHA512 (staves.doc.tar.xz) = b839484325cc6d06a407ea685dd705b3616d1e87f22d4a625c20dbc507647b602417a085328f9ba886766ee0fca2516da397c742198569477bc1009271a4db23 -SHA512 (staves.tar.xz) = f6a1aea97a3293ffb514ccc526faa71ea5ea3ab32990da8725cc3ff998d15a2909001976d9705ba13110fbde869001bec2f286e58c05f1fe31f345ecd5882482 -SHA512 (stdclsdv.doc.tar.xz) = 8321d823ffa159071f66d87d38fa38ba3af03f6c69999a041d765f0fda8549547da4b8eae86efce82109679284dd912f2c5494b5ef6e76c73c467cf4eb87aa2b -SHA512 (stdclsdv.tar.xz) = 88d8abc04d10f029a9ce0fe9025497afe3eba3dcc300631fd37baa8174bdec8dff44fbde07599ac8dd6635be27294c359c77178690a4e6c97f41d15f9d2abbd4 -SHA512 (stdpage.doc.tar.xz) = 77510670a49db00b185e6b502d07bd85f9ca18bedeed86277c7d51abb582f40c793c665f2ab87435e90380f7f6f740b64c937d2171531a419ccc59bed197b90f -SHA512 (stdpage.tar.xz) = a3835f211b744dd88e0238a01f0a5f960305f7eb92bbd9e3437474971173e66c84cbee1d5ab3f1aa1097a262a258b79085fd0d86884bcf3acc4017e7885968cc -SHA512 (stealcaps.doc.tar.xz) = 3dd77d36d16fbfaf10993bf36c1a286506b6f80b795c721ce15b7854453af0b6041c586bbb653e7707eb057664885a9027135d199a9df7b748d23c6106175477 -SHA512 (stealcaps.tar.xz) = 83296141df9f56d0e38d04bcc948cb4a9b5e308f5a71ef3080b4b53392792d42c142a2cc5b69140233d6f00bcf7804dd1c9dff686df3debbca857d765d7639b7 -SHA512 (steinmetz.doc.tar.xz) = e409db74c366c5f49011a6e21355150e3e97d16c1e3a7fcbf06cc8aa0db2c01288dfc60b3c79e539936077e452c40dd601490be8976c57d01f9a5a88a3798093 -SHA512 (steinmetz.tar.xz) = 8ff095645447f9349d2b35ab5ccde72109eddcd85ad3c9de262833320ffcbe94c2fb08df5323c69fc64cdf173ee7193ce2ce887f1c033997455a33f290cf1884 -SHA512 (stellenbosch.doc.tar.xz) = 6af215b7af75e04bf24ecf9f83c6e4b5a12013a84435e65872d4d84dadfc2231d341153b05f069d9ca927370a686b6642f4654c9924521f5d93d0d1772f48059 -SHA512 (stellenbosch.tar.xz) = 44b6b8149d4a5aa34ce4bc2e9e66b9bd3a1381b17ffea213b5d0f3afe5b71a62a3b85b4feb6caee4711119fbe27d46b3fcbad2a892e662ee9aac184336677d0a -SHA512 (stex.doc.tar.xz) = 3e936e5905f5dac9a16030af94037398c60b6b79feeb6180af4b7542eb8293a681a213115dd082d9e2df8264771d6d92544e6ec514cf40cf4a136cf74a0a6e51 -SHA512 (stex.tar.xz) = 43d9cb084f47b1fc2bfab9eb11ec9253fda495f29640d333c00de5d7a5681bf37e0331002938e141679b0ab10345e23d5cbff19cb33fbfa01d25be62295b18dc +SHA512 (stackengine.doc.tar.xz) = 8a32a4a5e75023ab1750a6e85cb23b919f44ee838d24c0883fd4b8945d57a9e3a91b456503642544676eb4100de68a0ba4547d8e2c45a0ae90b3ab7b36acaf6d +SHA512 (stackengine.tar.xz) = 13ce66f2a3335c62db5bb2872596480572e106e1cd594d8b787684f1fd3ea4b57ee015737e7e5dd053b526bf52b6ad20a84f4d4db49d9b888f55ad5b637894c4 SHA512 (stmaryrd.doc.tar.xz) = caf883d1c5021b52d6471c4c2145e708ac3c05c8944eaae621a3ea7b602b683ba2ef2bc0052f9caf67adc1415e7db02b5b55d3642ed82727a926ec193dd984f4 SHA512 (stmaryrd.tar.xz) = 8abe58b84fff2f4fd6846b6c267f3b245fb1dfc2f38d0db54ce7cd9d456abd07627247613073f09dcf7e11e3e9c5940d8ff657327232ce638abc6babcc5b3d77 -SHA512 (storebox.doc.tar.xz) = 89867e995ec04c8411e6ebb9919e8b94bc12674fd7e659ad6f42b17988748c98a4756268782a9fb5f46095ed2b83a877c3969f0ca8433e5f8c37dc7551c7825e -SHA512 (storebox.tar.xz) = 365da48946b94161fe78447b402dfda931f7635b7a8a12fe6a4368c3b579c140b6c6037e6b04e192aaac1d768200af2fefc53659e52b813ac6956b9e82c8076c -SHA512 (storecmd.doc.tar.xz) = feacd83403672380cc2cfe90ada2704f98bef63e905740f8f8d50767f86ddf95478efc38fb38fccadad172f27db56045f50a6af4a487f0c5cd2b6ebb5e7666f7 -SHA512 (storecmd.tar.xz) = 1987e3cffafe007d9f3cb9e0d53fcc648eca40140f5188dcb0202a0916296651c1ab02fc589339fc51999b56bfa4a06b29701aa598ec03f51d7b1ee66ecfde7f -SHA512 (stringstrings.doc.tar.xz) = fd794606d8eb3a9ab27957268aae1b35b89c1bfc1b3d5602290797a6eda8551e14471d35fd85cc6d0561a1e74523a36450c958a0cf5881d42742eabf085bc794 -SHA512 (stringstrings.tar.xz) = 8ed9dc3bbc869f06126280a4dfab23da73b57a9c5c1058dd9764e2bece26840ad37637d4e83aa84e6d9a17d92095803788697b8d325bca7fd57c7135ade7cbf1 -SHA512 (structmech.doc.tar.xz) = 4eb7e209e5034c6809f8e746f63b1a5f3ed62c85cede4fc989ad6d89a9710bd15ee3e5622181ea9a450ea2b8430ae2c51ccc845851cd9fffa582e3b91b656457 -SHA512 (structmech.tar.xz) = 4efa9a978eb0bb92dec5588107588346ba1a22a34e12bf43b811176d42871f415ec58adfa50a4a4bb9b72ef482395c374b9e7b979f1b779e672422bac2c91c6a -SHA512 (struktex.doc.tar.xz) = 261a9f7ef5036bc8eebb87ba503b604b158647e82e88844758be506ac5d389103661f681689a836c0048529446bad0d6537a6fc6ba273dd2ed29abee40336360 -SHA512 (struktex.tar.xz) = 3d81817eac5cc8b8bd468537406db6a26fecdaad1db269c2ceed582cae84fc2b549eaf527d4c356be7d4f2f16f9db4746251e9b69db0f0fc3cc8acd9f39d1f50 -SHA512 (sttools.doc.tar.xz) = 15292806d0f8f4a0364076fa225b7d914a4ae88935e08f87a46978f5a561405f6fe4dc2d471c974c85b369e57bcdc00a5a4759d66d296610713d858dcdd4da34 -SHA512 (sttools.tar.xz) = acc5c6b470d1e5fd96eaebf3792b3c2402a8fe4a07409328878313cfbaa1e0febc758ae75c6d736e9320f6a332c67f7d6898c761b9c5e30f6658e9049df889b3 -SHA512 (stubs.doc.tar.xz) = a427047460a92a436b21c23c112bc4ed8608a9916b613530e5ee5cc56bc833a18c6336943ccba475b7854269680eb7d685bdf2f0641478e46cc4e8fd9a6e8260 -SHA512 (stubs.tar.xz) = 13d9fbb0eb8fed9b92f1307db189e9f65df92470d0ed21a0c84dea2f53ebd1b4d665919372476b737184df4f9faab0a982e681a0f9cb5a99e40b5f80194d448e -SHA512 (studenthandouts.doc.tar.xz) = 10e3ff558cd5c544d82a61bc67be8b7ed0c9ec9b01550bd3d1c9d3265d1de7153832983593c0be6f5a990d33063b065b397e4ab6b7ed12b0ea79e9e49e0a68f6 -SHA512 (studenthandouts.tar.xz) = 2a7d8cab28b58a26633fec5845498a2987763f61b896fb747d97521b569786f114d80979956a9b9c2b94b61f01677101248a1a4c1735415703398b57306b6c15 -SHA512 (suanpan.doc.tar.xz) = 667d3c5590468170acfded106a2a468d9abe7b4b34a9b56d153d401a60e8f24bce99a4f6c5f2761572a42b85c7faae5741ee5b6f22c3f1004e6d6685463b9350 -SHA512 (suanpan.tar.xz) = a9fd27694ea7491321580ee325f8b151bbcfcf6da14ecce85b6d4e68b09cdf125c810a5170aacc966835fad8f2aaefd78916920cc3e896cad7738d026450ed83 -SHA512 (subdepth.doc.tar.xz) = 6bda8b822a4f1ac2a181ce34f739449bfb976a4450a54589e0cb4a64a0f1ff358a469fc88a37639104f731671ec474088968ab3dc95552a2d92a073d91857668 -SHA512 (subdepth.tar.xz) = 7328742873abc42d2b9916161ca43e339e03ac1fd34479e93d9eccc98a065e95cffbc920395dd6f90d90989d29840cbdf2ca87dd1d0b293dfae66abbdc6e2d3a -SHA512 (subdocs.doc.tar.xz) = 46bde174536e96bb78ba40990ae3b4b8cc1fe2ef26803b193afe2fccfc05bdb6644a548a712522596786847a8fe6071a52599a17ea52134bbed2e5495bbc401e -SHA512 (subdocs.tar.xz) = a38c6e9bad66582914ad4acdae213e37c2bd5658d5e16482a1700f5869762b489f85b61fdb70c04578319f2772c974267b7c9a4e302c34df87f3a01128caf949 -SHA512 (subeqnarray.doc.tar.xz) = 9f47b8fb760b51a87ce5f9728e9ff76dbbc10ae009e04c9bc0c91133941e5b528e09e5034156b1dc5ff9a0c74446b548bb69c389486e68a4b8a79a7c9ed1a7f7 -SHA512 (subeqnarray.tar.xz) = 846d822661b903328ee7b199df6bd7fe5b606c13a185cbb6e6fcccf3b009f2b94396bfc3f9e4b8eb5052688536867dee06c6b9571e051d477415e1ac999fc162 -SHA512 (subeqn.doc.tar.xz) = 09f902bf3b4c8e2e1f9d805102c170b2bf2f4de067cdd590b22fde6b58f4e3042d0b14d362e0af587f9fff9e2c8789bb8af4b329bbfd721ca7dce8af01612c50 -SHA512 (subeqn.tar.xz) = 7d04ceeb8f75cae074f9bff3e8d0aac4b529d199343c59fae7715d1023aebc3cbf2b45614e0d5ef0a95ff9bca4ff9e8318c4ddd86ceaec42d271f8c0f71282cb +SHA512 (stringenc.doc.tar.xz) = a4f182559d37e45ca8b6c50656d2d520e3f0bf1ab63dc6477cd6e3abe6cbb5c4b89d779c380997b167019aae6fb12ae68d5fe37ea0c08945e3383f5d9905bf31 +SHA512 (stringenc.tar.xz) = a776ddb2378bea0880d7c17e1a87db5f66645c5856243e49de1c56bc427213098afbca34773a44ad955a0014b969c59454d3a0c0ec371d213481668f5f784ca4 SHA512 (subfig.doc.tar.xz) = 8cb67139bc1063fc4d5482b51f1c3ad690c85d4f7e022a99059a7b20176bbdc97a44af23756fa220b3f7f7afdf039c4a7b672700012e96b98ee25ebb9e5c99b5 -SHA512 (subfigmat.doc.tar.xz) = 6cfbc274a466796ed0478e9c43cf68d51bbf5379691ea6848968c48cabcfd54525075727463905e48b64946df9822cd10903c562a2f7d546b3d2cd2e9ef11db4 -SHA512 (subfigmat.tar.xz) = d607d2e79b3b0d6e99c8577daa577aa25a0a7d9aecc00c8b7026ef3a923b0e2815837d257599dcfdb1e5320305f492bf17845f5c6cd487b476e789c5140e01c3 SHA512 (subfig.tar.xz) = ec7ae149b99fecae3b4ee7cf600811dcec9bc44eac762b5480c6df48b725db3c08a87922edb7a524d7d2b748bf7d25482e155fd40080cea9ac62f2575bf61d15 SHA512 (subfigure.doc.tar.xz) = 46c2950db73fb557e81887f605b866827b6ae7e027a684f0d24cb3f9d5962a3d83aad97b84e61617381af8d0949057df17ef45d629e992e51c80bce3474cc742 SHA512 (subfigure.tar.xz) = d4ca2ef4c52c84ddda85ee95328c9d3e97ef601db4f08ea508bc53393e3b2722224273ac63f749d6a922c7b42787e932d7f60ed3ceb03667fcf8fc591d4ac97f -SHA512 (subfloat.doc.tar.xz) = 400b9b272e51cd9fa7370f1cf7cb354dc1235fc41d57fb07061dd08b44e06cfc17d38c1be3fd5bafb5ed6bd0404660c46c9bbbfd2fb852297f283be85424c088 -SHA512 (subfloat.tar.xz) = d5bd48fe7634ef6deec540595fd23aea21d95d7c68d053bc65eeebc950e35064add73e5b81e92d3a3d4a4dc938448d9c9a27bd0f1a625e4a9f425d4e2d55f237 -SHA512 (substances.doc.tar.xz) = b2900ddbd6f8618522db171c5fb8b35ce5e5ab6b51fde609a18e6b5656437709772dba683767ad23ce955463a869c483e5e3fe81e1f9b5f7523f4f0cdb87a4d9 -SHA512 (substances.tar.xz) = c7e3d72a506242b79e99c531bc550c81081d59c5a850af52ca3b86054a5eae42f9f1ac5c7808f54c404bee829f4cafaa1807c46ac7b994cd0f88ade1aec94c5a -SHA512 (substitutefont.doc.tar.xz) = ce241b95d029651d2de4464880f7f59e4909939697537cf5257bc2e132a476147263c8e9253ddd1fd35fd62dba73cf4d0d06d41bde26b11776b83c456adb0fb4 -SHA512 (substitutefont.tar.xz) = d060c12b1283ebcf314d6f9f6efd2ed94151ae7030a3d6e424478b2e2cd05753260837f1b9c5003735e27a7eba0313f29263e9a8a8892264bec131bbe07ef9d1 -SHA512 (substr.doc.tar.xz) = 97adaaa986a8540364cd6901448eb47bfbe9d53842f412100696621c55d2209807d0d527c8126d9df7b5b38b0ba2f0598e79a467934d9069fe96a2d9125b701f -SHA512 (substr.tar.xz) = 979aaff088f7bd521e2af3f008fd6fb9dc908ec7c9f3963ab7b6338ece92b2a7eebbf9b4974ab87f73cc71ecf7ba92c25d22be8d1fdd297d066da72f61ad1d4f -SHA512 (subsupscripts.doc.tar.xz) = b1424b69633b1c09fde52a38c2e50b6c744671292875688b295586bfcd340283c03a122c83298e8be9bf714201db35f0000c41720a6db49cc09591ae69a3d176 -SHA512 (subsupscripts.tar.xz) = a1578fb66e6068955c4aa69b8ccb951e79fe55616ceaac8d5f01b62d8c6e862d816e0e1ff6c387bad8b8416a3993699872b0ee3df4f432a733ded0eaa60424fe -SHA512 (subtext.doc.tar.xz) = cd3fdf312f2bd7d30c3aee67309220e8e75d20ea69ffcb17106812f0423791dbeb26a8ddd3621cd48e6b3cab5c910083f49aa18b439d9f8114c08002cdf8826b -SHA512 (subtext.tar.xz) = 0ab32328d346bddddd37094ec086727222bd386bd24c1aa164aaa0cba85d60cf6be2aa26d64bd0bcf63f49b0188e79a7212e8b98d2d7400f828ccf10f60272f3 -SHA512 (sudokubundle.doc.tar.xz) = 6878ae9a2734e5efb51f04fe24cc30546a2c812ccfd5ae62cbbbc94496a081b03f7d2bfcfa6c7edd610cd6eccd741c3dcc3441a6d437eea5f310865dd13d30f9 -SHA512 (sudokubundle.tar.xz) = da5c7954dda7fb8076d9b2fbd8a379e416a162ce0039a0566799bba0ddea975f3b951b7615cf50819440b46c419277a080b6e1c3c514e73483b4f81420a4b6d4 -SHA512 (sudoku.doc.tar.xz) = 7e1fc099e6f84e0e22f6e479bfc611ebb8668fd1391c07f877abf4455579248b99108c9b6224da3a0abec4e0853ac8ba8f817e80832629a1d3b624b16394c29f -SHA512 (sudoku.tar.xz) = a5a9ed2ec9a5eb2cfe973094c6bfca609923ee14ec51916051985bcb2533d1f6670776877252f50a2f16fb54e3318adb15fde907182da215d1db81327fee313b -SHA512 (sugconf.doc.tar.xz) = 9d4b4544d559fed2806783fd8cbc23485e4a4d14afa6702a90845786449b8fea920277c4c7d1bd4f5fa89ceefec34bd50e617a0ffd3bbee30711fa5e63a2414c -SHA512 (sugconf.tar.xz) = 413a4e36d4e4623898ffef9109b7bf26b6c8769e05d9d631898420a62d0766dbc8597083c6fe27393c8769f8a55d683cf52e3c650b9ed521268064bf510e76aa -SHA512 (susy.doc.tar.xz) = f802ccdadb5ac2bd96ff27396b020798ac023889f751bc3a286392f62341ee6ac50486899f4e633b90b85320f1bbb679dfba98aa3746d01f0220f07cf65549f6 -SHA512 (susy.tar.xz) = 406a172dfb787c833d8d71e74cde627fad5dc168a1be7a71c4d0006e2f0a6625738ec11f99c9215af6973b101e17abe8eb8355206bdaa18ab3fa6328d7ea42bd -SHA512 (svgcolor.doc.tar.xz) = 02a28da03f72cd85f30f73282558bd3aa05a82318cc90f56af6ff8ae29e1f205d3c05553598b88ea13206b4d54f64ca36d5a6a8d6f8913e08c185c7bce6011ea -SHA512 (svgcolor.tar.xz) = 617a880e8e94e781819a8ab3a169325e667a18afd83a10f070a56dd9f1813153d8f52cbc3322c264ee249c0e70080421a9e1debf844ecbc7ea6c2368a6ac67e2 -SHA512 (svg-inkscape.doc.tar.xz) = 609d1a7d2256461a749c3a74ac5dffdb7efec999faa15315872f4e61884933cf47c380bfd8eba53de491494cb498a45ba263dc889fa0fd337c48f82842fa6bdd -SHA512 (svn.doc.tar.xz) = 123ce3eda16e4a1c44a85c6d2ef2bf4e5f6b9e9d939cf66eee52ad1326f06b35c457f4df054956dc16c169031909f2ea93aca380d2ba080f6049795a841dc34e -SHA512 (svninfo.doc.tar.xz) = f8f20578da98d54181475d23be625a80c35af5e464fdcfca80643f8701a029bfdf03cfb13ec42be34312eafc372e42e5bbb4260aaa5066fe004b2fd6fcb2acc7 -SHA512 (svninfo.tar.xz) = efb2b358bbf5a05b17a591114d0f45a38ff42837751d00b88183265d9bf595ba39377fc53dfe69ca01ae8c1776e6d4ded9c0f636e0e697b946f1d193b39c1537 SHA512 (svn-prov.doc.tar.xz) = b6de41de4535833025f2899ae28530f4198717bfdcf06b090d054c20bced3a524ae9627b1909eb7afc6ff4e09d5525203b869c09d23facbb86e207ab2193b57a SHA512 (svn-prov.tar.xz) = 24325a3de52afb9328a4b608710b94839c77ac65b13f08219f4efa24680ceabc410135de3c468c89d5d283a8986f2a9e337ef2285241ce776d0270622e0e77d9 -SHA512 (svn.tar.xz) = a64768b2c5931ba6b9e0b910d7bdc1473a7dbc01a70e41fbda46b4064ca1c41592f3d704496199e41ff27ac4d0ccfad56d9d89e536176010e35c1c8f56312454 -SHA512 (svrsymbols.doc.tar.xz) = 6ff7b9c1efa4b59c453b42fd37dc66e3c79912ff0bf9765b2745fd0cd946a4cfc4a063fc943d1b5919368f8a5809eef5cb7f3a4bf3b6cbdf8200f42180d21f92 -SHA512 (svrsymbols.tar.xz) = 1fadd5259d527daf316502aae6072865b9c6e2efc1ab92f4bc0c3d1070ca4dd863b8f7366c9e6909b7885858c1745cd723003a9f4bd28e8208889da2c21f18d3 -SHA512 (swebib.doc.tar.xz) = a3db201554a0b828cfc72d47a22b777fd7b44b25c361a4d8f032cc62658780628e83f6eabfbf342b867fda335c1ddc228347f5fc66651193c8229e0bc6e46f67 -SHA512 (swebib.tar.xz) = c34174a73f2264bd0963bc6932f6ce840a84d3c48ec9aeae9f7f92ce25ce5f55dc2e4c05d1eaee54c18b4c0ef9adcf494310cdf0a3e1d73031910b75a6db30c8 -SHA512 (swimgraf.doc.tar.xz) = 2394080a393e2a0cc8e8299dc4debbcc7548186a714454c87662c22a371308c7e8e6705c9dcbf6eca632f2f80788a733f9d5a9f3fddb2f46167fd50654c5bcdc -SHA512 (swimgraf.tar.xz) = d4bd2097892db6467ae1c80032e4ff5f39e3da81f45ecf472d350297687609ff37b8498de9e44405ad9c7dd7b483599c844672233d289c6cc4ed1e2b9e2bb842 -SHA512 (syllogism.doc.tar.xz) = 1d2f3cfb453a4964b0e64a486a7c466731fec93e3a4210b216ebe9bc311923f055bbb903c26b5177c34a16a343e5f4e1a0643c7f6bf635dc0762182185f6e362 -SHA512 (syllogism.tar.xz) = 6f74e300794afa114da0f498bf70a389500bd2346bd0bd3d9ecf0f30d6167bfc9ea094024039775c649f5feeaa4b62384072ff26fc0c0fb426634912f440999a SHA512 (symbol.tar.xz) = d942031f4a865c9db3f1deb68e9468132e811c88a4de67661a25431506a8ea41b2a9cd36ae0855208802d5b7cd4495b3cc27e9e18996dbf96f2529fecf4683e0 -SHA512 (sympytexpackage.doc.tar.xz) = c4e7e386852b3acd071d1addea10435985e7722dfffd4933ac2c3821b5a75e8c9500f5c42bb6b3e2315bd06b8d3e2ad12423c2c43547bb51b2f59bd982d7dfd3 -SHA512 (sympytexpackage.tar.xz) = 14813cf24b562ed135e6d5a0078306f0687cd464915ecc17e61df0bb5d9900d7110e8338c469d4d55664b2fecd1eeb6bb4f359b11fb2a07bad72a442b7698842 -SHA512 (synproof.doc.tar.xz) = 9a12fab29c7c0118bd97a7af1585ae97c5086e7a1e9529624b7fa43a723151e00537b9488a42628d7f6e93b87d092fe0dd18476c7d232e3ee74597186a92585b -SHA512 (synproof.tar.xz) = 934235e8eb4ca51a906ca287c5524cc3b0b69c649b47a9fa0fc2c9fd664199eb6fce835d435e97e0b24bd0662ee68b8db471e3546c4bdb402bfcc19b1fd02c50 -SHA512 (syntax.doc.tar.xz) = 7d0754c08081abc9867d0d40fc910ae5f8b34518004bf698dddc184f0b514d75a7feb3085870cf8322b3d6f3bc4c32ab50acdaeb56b574bf41604a18c23a6656 -SHA512 (syntax.tar.xz) = be1e049a98cd7e45cec9675e707575107af9c613028012b8fbfa658c6c9cbbac5782d3a7111f37edc719fb90e7c168c9a98a3d30a4c997b6ac4ed0691fc7fdc3 -SHA512 (syntrace.doc.tar.xz) = 0349aba5e1455a6676cda43c7981677cfadf77b9898a79d90104808e77cd351f219392a91f83b670f7f1801babf53854f8719c32b8da112fde849b7b120e2327 -SHA512 (syntrace.tar.xz) = 613c70859eb0c710c43fa4a62fe8b8d38a407ffe94c532d80927d00fd47c17b6570040f5d9ace5035f4dc53deef97419f52ecdf021ab11d5629445153b85ebd2 -SHA512 (synttree.doc.tar.xz) = 164c74dfacdb0cafab112d270b15ad0b7c58be0e8d65c5ce08f80182971b63026584c5c071988d9b7053f99b9d81c893f8b103a3145f1128ffad880259a16264 -SHA512 (synttree.tar.xz) = 3fa23536373a41957d985e5a0aac744473459d195c1e7e00e60f2b4aeab15d8f150bc76fab05068d5ae4994ce52ba4dc35380ab042cc9917a23962b2f0a7094a SHA512 (t2.doc.tar.xz) = 8c30658eab02eb576963a6a2f722b143444abf5d286473f165b6cab84c75ef703462a1841121a5d12cf822b150ce8c23a96256754a2d662fbe6c451a058333ef SHA512 (t2.tar.xz) = 9a47581909735a9ba582b71a132c925beab45cbfeb0201c93d138c35670fdf65580e6dc20d9498458e01eba7088c81d67cce329465e4763235e3f3404959c5c6 -SHA512 (Tabbing.doc.tar.xz) = 1f4eb22039e3bae3897502fe541e595c802fffa94d2cdefed451cf24883e1f41d29e9ea0065d1d68ddee3e166aaa1ba7896dd84bf612e9c007ecc5c1e2d5f616 -SHA512 (Tabbing.tar.xz) = 10d3c274c5838c48bd47f651bfc57aeded8246787e23091307dcabf2794fc9eec19bc3a3af9ae08b812688ebc4fffd295fb01c7be7d61fcd06ccb46ce4f6b739 -SHA512 (tabfigures.doc.tar.xz) = 5b2c7c5bd350c3dba68117151f3cfd6eac8f0e7ed602b44406ff9d15a79dd7de7e0ec303b1163e3c882412c86adc48afac6c9653cf1fbff86e7cf6a7ce852c94 -SHA512 (tabfigures.tar.xz) = d2a1fe985a74427888995437beaafa62b5def851d6f2a7788ead9cddbfcefd7206366a6711f29e85d2705c0d787bfc88accc56c93b827fa372ebd9cfc562f2c6 -SHA512 (tableaux.doc.tar.xz) = cfa58a8e76dd61659f6c13ea6b3f97ae484715b735028c513576312dfa7dfe92c8c15a0858077e3ff2399807274dd5a836182ea65b948a976f6384bd8d1b19d6 -SHA512 (tableaux.tar.xz) = 1846fe9da749b92700be07c094556fd296d47123df3a5d6823570056e6ce2ca8ef365b70f6ab2a8577602d1be338867fd2610403f89729dd51632d404951f84f -SHA512 (table-fct.doc.tar.xz) = a9108cee93e6c7250643636619f923659d468a2148f5b04168fb08738d85e794c1050fef8152fb95d114551f6967c955f3d6f548e1ede37711b98b1362e9910a -SHA512 (table-fct.tar.xz) = a6300b1989f536fecb27d300bc0b27afd93f7f72b894fdb87bae5b0756ab241985ee2e5b4c0b68d1b2cc5611aafdb62b300fe40e2a08df5f6b11774f13309756 -SHA512 (tablefootnote.doc.tar.xz) = 712c1ab696f5924058f4ea6ce12e3ff14fcbf79a78328259c4b9acfdaad33e9e4dddf36dbb322598f09a8fa3ca75d68b474fe1a4bcd4d25752704e0c4e6ba5d7 -SHA512 (tablefootnote.tar.xz) = 90812cecdbb464592b17b8faf4d81b221844a354b0a3d3ea30cb72d0b56c4ff7eee701caf113e13586315ce846d30de6ce8d5028966f2c310527e34e8ec90464 -SHA512 (tablestyles.doc.tar.xz) = 43c5dedd804a0aec1b7ad289d8113bca94d6fac7e9b5b8628880e2d7d7e4f0e29cde12864747cfcdf24ceeee0e143652c2acb2b448bfce0630b6915e2bed237c -SHA512 (tablestyles.tar.xz) = 429d9e66e9dcc06814e75b08d1fcc9630de6cc614337c73fdc06588479e47e7df72dfab33a91fb7cb230f9e1ed0bade3d8e56fa423c1f2fcf0bac6f246620069 -SHA512 (tablists.doc.tar.xz) = afcfa520702fd873b4deb7c4acfbd4290262a0df133c87f01698d20b8d17fd5b5932384124f49fb4d90155da284b873bb3ee1a2281955449f8ca2f278c38d39f -SHA512 (tablists.tar.xz) = ed0ebef871c7bdffe93e2cc38b823dd13376c53e4388daa8aa1198cb213010594c9bfe468ec0e42901df2dbd1b938e7f037cf49ef2cf6d9ff3bc53502b220a14 -SHA512 (tablor.doc.tar.xz) = 77a6d1b47337f015dbfd39074e1dae417c3bea3c9635955c6518d691ff336854cdd7587af54640282b45f5bf3885044d3b6789a0a73f39a726aeaf0afd27c883 -SHA512 (tablor.tar.xz) = 64169a74a787f8877d41d5e32c42e5659950854a1e20cc05103b3ed58c54fb800a9af0701a40a6c5b75553b86d675fbda51948106cac464785c3d46aac77c979 -SHA512 (tabls.doc.tar.xz) = f458058964660b2b1ff2a61ff8ff2ffcfe7ab103e9714cb1e7c307a8bd39c5a1a6990683c4ed7aa401cbe9b9dcc083dfbadd80a5aa00bcd64c0fb72638cf71f2 -SHA512 (tabls.tar.xz) = 1a341985ae61f047694470d19d4e192b4f4e01c0bb595d91b1f80080eed3077be4e40b431cc05b1bb482f18c30bf36e6076542f2cf37a49dd6b065b0fe044bca -SHA512 (tabriz-thesis.doc.tar.xz) = e56f4a93c7cdc68c227791a21fbb06e44193e9681e677f383d19994c714bdb8d0487f9550c0c94a78890f54c7342aa777349770b4ad04b58e191fa62b31a3462 -SHA512 (tabriz-thesis.tar.xz) = b1e93632159fa6b5ce46a13b6d2bbd3115a09fd7c6908a8465934e37feb0633eea827fa1ba8521d91a0d30492135a428463f6aa99cca0c6fe7db640d1310c6ae -SHA512 (tabstackengine.doc.tar.xz) = 6ce0b2ec254e44bca6f6cb746d4e3762735e9bb85e561df7628d3a2e2e35ddaac1635c825f27900d06badeb310535e73c84495e24748c1181825fd61fb03105d -SHA512 (tabstackengine.tar.xz) = 2f6245d65a7d711d598b894c8acfd8d2a032ae210eabfa219934e8fa086bbe3edef81e73092234e5528f9f62a6856546aaec7eafe5572eded155ca8fa5fc3999 -SHA512 (tabto-generic.tar.xz) = 5b3bd8081ec6800c96ce4b4cbdd8091578ad1df2b625fb2792202a6c31f3f126d612f99f04802d82d490cb529e03e63f98b01c7842ec0df69b48c2fc289108fa SHA512 (tabu.doc.tar.xz) = b7cb976e6908f219d50bb3e30dc7874b3c9843c8c36bc59cfb909fd54472c4767e914889cb4f50b4ad426176764a09633254e05d271daaaefe0b0beef80161e9 -SHA512 (tabularborder.doc.tar.xz) = f0376dfe99c68523332be0e83c0a186d7e3051862fac22785b4ba1273673fb9b1776654a127ba1c617af67063763e5837723ca2f23b3f7dd012628bd40ad0604 -SHA512 (tabularborder.tar.xz) = a30f668ea84238df674c079fea6b05878776b26b4f6465385e26b01b16181825a8cc20767fa45eda8e7870d272875bc9664aed145885dd655d15258aa072ebb7 -SHA512 (tabularcalc.doc.tar.xz) = 7e35cad1507cfb62117aaddae77c3faa5d19c4e320193afa0054415e84d49833ba64afdf743b6241d611dbb4d45c6a532779293924f20b6c748659a361d6f30d -SHA512 (tabularcalc.tar.xz) = 7535398538d6802c4e70858028ce6e7414aa8a88336e71f90f7f909d015bf896eeb5e6652cc5bc5a2bb384bc25d280d8cd6506f7ba05823c20dda04fb3adf0ba -SHA512 (tabularew.doc.tar.xz) = 4b5b8aca9d9be8cc6618d9393278f8da2069341a982cf6cda9e561b64bc158e5c08cf9257b592f82134cd74ce0b69682e15339d9068d9fedcdb26626dc2b8a7b -SHA512 (tabularew.tar.xz) = 512851ce7641e0904dd25ab8a5cd5ac0dd281154067e09c4389fa3d6f330d30099dc60b252de4ebee52a2cf28d6b7d10bcf63fe4ab1472238db35754adc1dba6 -SHA512 (tabulars-e.doc.tar.xz) = 2a29bd4c343c172f37874423a754b03888838db7ba4237992ea38167b82fbf7169dbe3056b269d487e398208d165d4fe2bbcb5413c138cc6129fb926f9ee7701 SHA512 (tabulary.doc.tar.xz) = b619c6b3dce1421ad4f06ab5e6f0ecaa6dc4f55076b66303a4e5409b42a4a9e34d218251177234dc0f3dac13046638a75623db0094978badc4db93083660f5e9 SHA512 (tabulary.tar.xz) = 2c873a3840d8bf06a095ff3106b317ae6acfb8498d47b0229a37e247e0e0a9df80300759d65d13ebc9defb15d1cde0aa1e956d2f88bebab3311af459be47df0a SHA512 (tabu.tar.xz) = b5ee526ac9f68edba34784ed646557b8b1b28a0192c5acefa81dab5a637050798c4a7410589ff98549b2a29e30686c518d2f319144c7e4fb2ab1464d56d2fac6 -SHA512 (tabvar.doc.tar.xz) = 700e42e3e8d37e1b4e11af90f8f76bc2c3234984aa39b229138b5bd86418797bb8102b4624a43d3ca1738a7f848f1e09164c077d7224819250c7e034c10b4103 -SHA512 (tabvar.tar.xz) = c03d57d066a5955ffe24900f97de82f9bd96d8ebc20ff7b9c11c1e5a858d8f4a50b171f687e041d629a7dbf43da708bd03aa0405419c9879b9a5bddf23021cb7 -SHA512 (tagpair.doc.tar.xz) = af9dcc1c1dd0a5e44d3f436569cf5d36f8154b70219340dd914feb3d8c036164f1bd70eeb6819bb51a06c0f5c5dcab1b3ede8be4b4d22b2536529474d0d841ab -SHA512 (tagpair.tar.xz) = 146c2e957965fb7ad9976a4b3b6c40d28b8d0cdaf0c8b9627f51dd55ba88b32ad7490bf000bb853a416b5dcc091243b9d6e92999431327a05879adcf89809d7f -SHA512 (tagpdf.doc.tar.xz) = 46ba8484bd25977fe93c1e9cbb0a078aa917060536ab5d5349eb7f5aaba5c59e2e9da4faa7e16d1c45f0e88bc896e70bcbadb32c4f679bc05931bc39cdf3d2a0 -SHA512 (tagpdf.tar.xz) = 4cdddad7f59d6d9365078817b99faf9b815baf55e2c7fa736a431d6aa11ea4ae2a6d8d825f5ea7c6b5e9d5b01d5420afddee9063273f2b7a92bc0af01d20fd6c -SHA512 (talk.doc.tar.xz) = d6a641789923559a94b0077d718e56258804caa1dec0c9ea0f9d010e92ffc361884664ac22b07b95d20f464d18ac76301a718430d8f1ee30172489cae3b844ae -SHA512 (talk.tar.xz) = 371c640254994616744b2bd0c9b4040415392bb2a3adfbe5f4656faaea5bf3e7d2d4ab35373a65a857fd57112f7fc628321492d5bf7c5b052e0026c277663d7d -SHA512 (tamefloats.doc.tar.xz) = 2b9d013fcb93682e9be0fb1758fc871b4784eef72a0892383a35073aa177ac29acfda5e54b6a919379b43a3dd0fb0b22dd44476857665efb59b2e9cf27bb679a -SHA512 (tamefloats.tar.xz) = bd45962a9caa5b098b6a6a5c0bd3fb964e13cf2744a5fc960a97910183799d532aba24d5f4774ac29eef14bf1439e285010b2e22641167c826d5a36262fc39ef -SHA512 (tamethebeast.doc.tar.xz) = 0df79f434714deefd60b9b9d32dfbd47ac7e560c26ec0d02465538eefbc779f0252aef235ae2e0a2d2d634d618bb52c73b31c229b5245866239776c742ebe69a -SHA512 (t-angles.doc.tar.xz) = 32dc9adfda93bee5e61eb062e6970f6e093a09016a6ddf32f82d110b7717916fcc92f961c8be682958d1f3f345e02ad49cde4a85ad4a0d0add08a0bc80109d8f -SHA512 (t-angles.tar.xz) = dae9953288c0067e233ca26d2d5e7ea32207790eb16bcff2f0f56180dd9a65e70c234de48652d053a858ec92940c3c5fea10c699c697b65a249a8c84fa050b71 -SHA512 (tap.doc.tar.xz) = a61b861cdac25c0d8c7d48f67abb9eed88458d0d55e8afb706adabfbed0d1e7c7159fcf000b8012885f82f849ee965bf6a2607f1b67f2d9191f59f8538147230 -SHA512 (tapir.doc.tar.xz) = a32573ba9df3d0b30e796f7bdd03e63ba8a96559380895b8db2d33fd9812c8b781b75d19a12a24405c52df13acd9a5f2e925da64b019e92a124d143345bb5bb9 -SHA512 (tapir.tar.xz) = f3d93c9ad813008fa72cbe317d244bca9a70855c20f327d22d1720b79d70019af0f5d8aef237fc78a598a545f44a4612f1e5a7622b34247044ab230bd42eed5d -SHA512 (tap.tar.xz) = 07ca34ae47976c65deba5443052001406390befb6dc675af7651141505f088e2f67f39648f14a94f70788eda79221efb05c2246d1991811e697e88c7408f6cf6 -SHA512 (tcldoc.doc.tar.xz) = 61f24f628c2b62c02e08e1a2a3a2fd917d057baaf977e7837b1f62e4331e370b83f8a0b00e679c86ddb1893d21af13211185502ed7bb19699d4f33356d3a3a0d -SHA512 (tcldoc.tar.xz) = 82348df3f6dcedc17a3cd50f709d01b1f2b0e4be9345e63d40ee6ad2aff908f97c7d19d586431e3fe8399a8d076505ceaadb5afe0116093240a6e59a335934c9 -SHA512 (tdclock.doc.tar.xz) = 139c82690e2c9b695a10a6f3e6f94a54c3ae4d4a929ddc18763e248114926554206fb4c007ed758695476de3750ffc1dce3db75efdf2598434f27abd1ac84baa -SHA512 (tdclock.tar.xz) = 29e2e50d9fa432b08ea730b8a12228cd2bd3eefe61946e576a262bab06a966c0b28c13d48b1074a838a1a567f9797a943282d17e936db146f15e7631261761fe -SHA512 (tds.doc.tar.xz) = ab08ea4220a30ac896add47e5422dbf2ff3eb65c3c89e90c87983c5dff75dfae6fc4d6f8cda58f2da51dae505f537ea07cee0e2378da845c20e790f8a1724f7c -SHA512 (tdsfrmath.doc.tar.xz) = 9b0e747f90b75f372f04eddfb1c17dc73c3ef6a95d576077790b23bb496cee07afd3af5d1a53581872255c4e71b933949beae909591d0e1c407d9efc3f1d227d -SHA512 (tdsfrmath.tar.xz) = f2c7a19dc327230f46320c695eaf40e9ff17088a709e38ec7f8de23f5c0cbeb18f606bd41625a1229734dacc80edba9d052c21620f7cdf213f60e915b6128010 -SHA512 (technics.doc.tar.xz) = 2158bee41c25a1fbbf8c963e3364cf7d08e160aa895f54c77ceeaab7da6963232af61b4c7349d1be7f0aa84097bc7c00cac7748bdb8ba523a899b9e7cf6ed11d -SHA512 (technics.tar.xz) = 8eb9eab801bd83fbf0d9365c36a202f909cbcd49b8da6887f3e26aa3fcd047b8085e0b405f0f5fa7f2b5ea0ef21a9956114ecaa7934e1b46b1abe55583d5e759 -SHA512 (technion-thesis-template.doc.tar.xz) = bcc290eae933b00cb32af0da6d31c6190f3b38d02a599fec7f8cbfcdb6f8737380d4c440911b08de5d768d9925526a63521c97c20a8c075ce8e9500dd3a62c24 -SHA512 (technion-thesis-template.tar.xz) = 5e9c6bd47744601258bef52102acdfc744e0dd1219a7236a5710d6dd98ba5ebf1061bd6070c5d02707a7c8b895e362db51f48ee081126bcd9a99e523c6b9e5c0 -SHA512 (ted.doc.tar.xz) = a36387e2520d7afadeb270f7393ef45ac1b26673840d541a50ecf864304d529b24be7d107070c96cfa123801284ffc53c9daa60753640fcd2ad6367f88887069 -SHA512 (ted.tar.xz) = 42b0fcded19e05d5cf316fdfc0f1f6474816b656a57bfb5214a76f47e644bc16a42bfa95a21b80251723e2c30651a284d873d898e84c277922120a9169d274df -SHA512 (templates-fenn.doc.tar.xz) = 2a96b0963b2d09edd3f6a6866ae298001e6ccd4e96b98a9002df6e6718284a786b63761441c287ddd63dd5eba636fcb8ce9769d498962ffe2565e771902755e1 -SHA512 (templates-sommer.doc.tar.xz) = 543b5cce4842dc6b084d90f9bf4e3c19c18a690ebe85379d9d93a5998fed06272bcac4cb3ae44f965614962827b9926fec3439322e38a720c134133a88cd94f0 -SHA512 (templatetools.doc.tar.xz) = 54d696f510cc75384703f750a8c532eb2a0d46e02821fd9126daac52ed1b39859882d475758cc1ff7fd6257211e49ee0fc5c06dbb2e13e83d4584523064cf19f -SHA512 (templatetools.tar.xz) = 16abbf8e5c8972961d112cba712f927be24fca191467677bf27d76ba30c2eba8cd237842b003b9cf45247a122294d517b14a4bf5b4938eedaf3055ffdd22c05a -SHA512 (tempora.doc.tar.xz) = 18259e25b2c9f2a9cfbce9a9303d8827af069bbe2a7ade5c14518ce2c19dc973a86fadaa99b2abc8bc65644ee5371c745abba03cca76a685382b7d8b6d20bc6e -SHA512 (tempora.tar.xz) = 0e1cc1a13f7937e5497f454b15ca66e0975b784b80223a902bf12a9587abdfdb56116b100e04306b1999e053b7c3716b32e1183dd7e6624162611f3b70388df6 -SHA512 (tengwarscript.doc.tar.xz) = 35825a4c1cac91c088daea643e8a8901f0c3ea15c44e8a9328883c22c1fddab95fb32a65372af3979698f81e68d77b34764a1c5748460a28396480075cb594d1 -SHA512 (tengwarscript.tar.xz) = c6a29d928b1f25dc4b8893f9fc803f3a5deef9e8e9aa4803153fbae5cdd7170eea819eafba8a165203e48c8b2f443c55ce682df9f7e968ab621f2cf7eb082108 -SHA512 (tensind.doc.tar.xz) = 12e443e2ffe876732759ddf91c8948e9cfcebc3c1c96949c51f090e15dadfbcaf801e488c8d043855b576404207612ae91d982279cf0b29bd73d4a5d1528bb6c -SHA512 (tensind.tar.xz) = fc20b6f6b705218b82b5788582d8b017be783e42c87b3f35e7aa99a8215ab0168b7da899c73ef1ebc282bedd5c715e69ed9e1c19b94d9b6369ba8e9986b5c5d6 -SHA512 (tensor.doc.tar.xz) = d9ec6b7b49d028a5a405f16c8cdb54873d92d3a0968b7df38aad44da607c8ea8cdcac45cce63b0bd2258a2a89787e2388b2375189636b93bf643055c0b9f86fd -SHA512 (tensor.tar.xz) = 8f048f9c72eb693bf9e75e6ebda2901eb6b6add654b1f89651d54eb9416559c2455436f5e825160bfce220c790e00aa3a6f95a4557b3fdc880bade768dd36c05 -SHA512 (termcal-de.doc.tar.xz) = 48f0ec01526f75e9e2b8369f8b30bbd8e4f093cc91fd5b485a36e225de35fa0afc750508b6533f2ec82ef123805788e40e98d5459dc85a73bef675162e682fa7 -SHA512 (termcal-de.tar.xz) = 9d4d0be3e26dc69fa3986fbe41099330e97cdd4d3aa0b12a180657577ef839878aea9e546a5651cdd0ea45e7af3968c5b83b509ad5bb3ef210d42af5c00fd91b -SHA512 (termcal.doc.tar.xz) = 44f54dedd59afad78eea60ccfd43805dca1a4dc87a3d827e0fda26db15505dec18d91cf0629ec937dcf3eb14d1244f80559a0fa1ef09b30288bf687099fcec1f -SHA512 (termcal.tar.xz) = f28ee31f06cf2b3119df8010aa6a8312d5365452e19c3a278db7bee3bdeafe9ae0d3b07decdf1a104d8eb763abc5e02ff0e6c7030dce924596ac89d8e9508e13 -SHA512 (termlist.doc.tar.xz) = 14add37c32500f246eea2a3219b58a232c9a8f41cf3cf5a0d1d2aaf4cba4d700c1ba5379b037fe10cfc06385ff0a7d0925b46beeef15dff2502142e56f37e597 -SHA512 (termlist.tar.xz) = 799d5fbfb9b055e8674a244ecaac65c2f0412a4c173e6608fff946544142d851d8dbba02505fa8be21bc37b15acc2ba99a6f0dc77a13dd241fedea1c1b38dec9 -SHA512 (termmenu.doc.tar.xz) = 029f4ae3b57e0b226883e66030db2d3c41cffc0a4dbd4f8b3662562fd566d8a09b7aa0c83d98f7fb0cdfbd1226c5dde9c93211565292f037e5b5554e9a5d02b4 -SHA512 (termmenu.tar.xz) = 5c3d4ac4a2bab5e18453b9de0b372b364981444df3550c3a195a8fee841a6d76e73835096ff1b71a37f5e5acf0fd2777dbc8846be9345f99b004adb560ced517 -SHA512 (teubner.doc.tar.xz) = 3714dd9003e03f0758031dce6dbd5a3840b2d9fee53382fdc66e99d4baaba153694c88fa5afc8e2ffd4af64e210a7e65e2a663baaeed7d96c0800a3fb08cc983 -SHA512 (teubner.tar.xz) = 196c611d9a1f8231541a345a71bb45279715a748a8ef624865c076a8f346f8ac9a7be636feed01130d98445f8fa032ea8f22ff4f4194ae45efa0073231d5cc41 -SHA512 (texbytopic.doc.tar.xz) = 29b3ea490b6c67a4c1d6dd2b744978536e3b847beda3a901873db7723c7c21ae4063b800d30d2d009e77a0e6fb199a3fb0d16d1f7f8d9a09722cfd7702c73c67 -SHA512 (texdate.doc.tar.xz) = 2338dd99b32a1b2e04326e888b718f595a26848bbef17206f92a0a0f26556edddc3e0a06327d86e72fcb3e55270bcdff846cab3bfc37cbd61115b601164fc10e -SHA512 (texdate.tar.xz) = c6f34d5ab0c54f799669c4c44e8c6e00381796ca76b9d2e8352a749effe65b9ffd6ebd139998ab9267d1e54da6471f5f38cc6931f7ff046882261cd5e5440bc7 -SHA512 (texdoctk.doc.tar.xz) = c580b2c1b3fc055f2acb3907064feea91132310fa343bb6597102e1d4d22b0a3cb3b5fae23c83214edb532d10d68873d48902df98633b2d31ead9f001a5eb0fb -SHA512 (texdoctk.tar.xz) = 2200e4d874e5b48d75339395330c06e4193181dad19e7f4bd27fe2970baaac680c19682b8512596883e1f71510f872b6c699bbfc036ecd04fef5ddc281b1a164 -SHA512 (texdraw.doc.tar.xz) = 28a7028a28749e2d7c8b5176dd473b749230750fe1ead78a731c9f4a40db299c4bd034be18e0587ab1dd79b6b0802abff19d12fdf44dab5e1a64e26d48185771 -SHA512 (texdraw.tar.xz) = 30cc546b259f93bec3f5d3efea5e73cdf7e34f9f76cac8946d82fff3123abb6f5bc7c70c48987bab24e154c56f6145fef0680b416e7cf2aaa79f5aa673600f59 -SHA512 (tex-ewd.doc.tar.xz) = 05f6414dd2309401d1800e2b053d7907703e144f829c2e7623a7c98c1313da50c0a659c25fa0d9a0fcb8b50891c575b47d8fb8a90b925e105ed9a6f8c45b8667 -SHA512 (tex-ewd.tar.xz) = 9850acafe002f1b6b147d00aee55e4cd9c1813edbea0f570282119fd8b2f134d3a48c113cc9957c69905c4e88a06097c45829026342d7ec88838870eedd7fc44 -SHA512 (tex-font-errors-cheatsheet.doc.tar.xz) = adc72626fcb4c5a9285ad4a7cfd1c6b984f1aa26c7732f35cdc241f7b00d623f6b646e878317f30d10b9f47f4eee33e923538be58f3c15bee668f4fe652f0170 +SHA512 (tex4ht.doc.tar.xz) = 6f0a55e81d57819afdcffff853d4e10113f264bd1101894d8c57dd3cf2860a138f0984c1b6d667adc1d6802e5b36bd602344070cfdabd3329bd9637d36563c8a +SHA512 (tex4ht.tar.xz) = 020ab98f9d9154b3341e67c3f792f57773d5f21edca8288e0d7bbc40bb57a1f18f258ed5d3a1a6dc2a259eb52ad5cd211f3c459b8bd584c0b52e613803484fe9 +SHA512 (tex.doc.tar.xz) = c9d721c67d5ee0ad95c4818f776960bdae47f329834dcfada44ef433a090ddafc242412c23c79c20799df0ba5a90f6a5025c6e4cb31a79453acbfe9a1ce581d8 SHA512 (tex-gyre.doc.tar.xz) = ebfea3bfa958175078b78ee0f2ea36a4de289b967f8fc900268dce7b3d356d2faae9d9a1123c48a06e3ec78b05863626fa97cb3e249d1b87c036fe00c194ceec SHA512 (tex-gyre-math.doc.tar.xz) = cd346226dc36bb4fb5324a43dfab7790cd80ec6bba992849dfcca74ea6fe8d85fe7e0ac66408a41ac1ef644e6b32c9b06d337c4f394fbfd8fba4153fbc1abfe9 SHA512 (tex-gyre-math.tar.xz) = a50a9eaa30cfd7754ae702a3bd6fced2d07fac858215b913945665940c71a0aafd2b59a0d0baa0fb9d5090773ef69a86864cc11126a5e30adc3d0e94cdbd2594 SHA512 (tex-gyre.tar.xz) = 7e8ab25cd563e2be7f333f5f4232a7d64e9cd8ef2b5b898ad5e33af96d455f3bb0214184650dde76770cb95f3bfc6b10f35286e0263e52a6f43affa289920327 -SHA512 (texilikechaps.tar.xz) = b65e737c138a176e6674612dda6b066a9953d8b737fe2e947eb10c058d6b67eb27f154a3ca4f346481f4dc077fddc2c95cc302762a9e9eaa2f0f1d23160bd4be -SHA512 (texilikecover.tar.xz) = fc73ce5601a10d638ea78fe815978d395001a73be75084539498644ac7f3fea0f3a57e95bd80e5f38659891adfd9c817e6068acfe04972a836938d733e0d4382 SHA512 (tex-ini-files.doc.tar.xz) = c44315e35793a1e77b621af53061c25605fbc5ffce2f07fe52bc5e58f4db0e9252cdb1935c14d8dc632bf1b84c18f3ec18506c5415831ad230c7a314f4f7b670 SHA512 (tex-ini-files.tar.xz) = c053ad3aaa49224f26999112b3f5f28eb6ba34cd130cb54ab5ce67971632d41a8470c361e4471f9d75831d230737a0197186b05c25a9b401286bb4d5525b12a2 -SHA512 (tex-label.doc.tar.xz) = bc705cf6812515923d60cf44b75830bd3ea78f078c9ef88ded3e94f060155e1fbf5dc1485cbaa8530e1f10b41b421e70bcec6c61066ee98b498aba7ea8799dc4 -SHA512 (tex-label.tar.xz) = 513310d4dc5240d0b290d0acc941455ba64e069d19c223670d05a632033aba8de367d5dce6acf073af4df476876d3ee414dcf9f1f579738bf9bdfe6738c19d36 -SHA512 (tex-locale.doc.tar.xz) = d3898da3687603b1f1f3f2f5b203d01c985ab0c3e39eeb05dc7c855c14fad8b73649777e4a0b7844c242bc8946cab80b585987eda37a1c10e3ba75c6955fee23 -SHA512 (tex-locale.tar.xz) = 0e3aca622bb6fb49a06a3aea1d997414add9272dd39c10c3a1d80956dece59882993b24366a1126acab80f8a7c8328a30756f727210f829f5eb838ac0b9cb1a6 -SHA512 (texlogos.tar.xz) = d3b5f5ea0dd90e925bffc1ac0f790848d1c2abe50003e2591c8efb219b4a205d48e4420d2000b3de15b1ff9d4d0bd9e083ba1694d4ee34febd68f8db0df16ea2 -SHA512 (texmate.doc.tar.xz) = dc1ca347bfb0ba8c54403e643b4052604f98b39ced23d092808cb221e930384f49d1c34794a933b0a05c7691ef04158688653ce69eb8a4b72e9172b4254954ee -SHA512 (texmate.tar.xz) = 52c35f096426385f229b7ddb66c8ec2a20539bbad6296f2bdd230c2da79edf5668fdde0fc7ebac7099a414b622b31309fa7f610564c8212602f71dca7193c597 -SHA512 (texments.doc.tar.xz) = 67b7843546704e9b48f6ffe75a33ab68a5d8ededf3cd45ca329c6ca5ffcc783f4ecb9a663fc4eb94fb554e3c43e753512f82dc8f2f7924c1bf4bb8942aabf749 -SHA512 (texments.tar.xz) = 6b0bc365ff7ba6a8118a4e83350e73d5c4dc40e6c30a0ed3267f0f20178a08264866bd016aa3a9da72d4f27a20bf7e8f658417561468294745b78911ff46fd4a -SHA512 (texonly.doc.tar.xz) = 5f03987ce079f21801f08a7e325a36c6f1065f5cc32ff2dbec7989bdd3a6b3c54ade8f96a71e19553972d3c36454a08b007adf3287a7be7972a8b3ce6961778a -SHA512 (tex-overview.doc.tar.xz) = 0cd9941afc0e50d3d936f5ba1f9d2c7f16244899982ff7eaa44bb019653b5e4e142edc1ee608ca1664636c77178dd8a02f4625a2216a019e770651a718f0a27b -SHA512 (texpower.doc.tar.xz) = e61965b5e31b487daba383a4e6ebc0dba85475f8cade2faae6adb8576ec7ec544b518a6e0e105aa185ff82fd6aba7a9ea4abda2a9446d52f5b3acdb42580e315 -SHA512 (texpower.tar.xz) = 7e2efadabaf173fd30c592cbcd2338563b8690048ccaffd86efb079a04b7b95c8ab113b99205cbb2912eae3a709a110d7b152270422cf2cbfd2ab85d42f12d69 -SHA512 (texproposal.doc.tar.xz) = 70c04643ced459099ae095c88c0316e96c75e99bba0877198c7800d3b5cc9ac872f74b36adfb03dde968150abb3cb99131fb52ecaff56dfbf1aa85379718a74f -SHA512 (tex-ps.doc.tar.xz) = 2f82f63954c1407c2caa9c39a538ed1cffeabfde8ac0506906f0f28430d12e18d858040ee66f2326cad3fa758c23d1ed490b70c5d18eb68b699b7ddd0afd15d1 -SHA512 (tex-ps.tar.xz) = cc616b501be7c0724646d5e0f326a5729df8f4cb0c4070f92bdd3b5b370e496efd6208b3ec8b2387713810b9764c75525689f434b7f482a83fb0b8e9b0383cb6 -SHA512 (tex-refs.doc.tar.xz) = 318f2872f308b2f22d96af2a553d9e13b60e1f6ffc1cbdf44e123fb2ca82423ff8bb7aba524f0e8570b8086ef85833cb11070d7848b3212b87ae0046405c1a5a -SHA512 (texshade.doc.tar.xz) = e08cefab84354056854fa00b15efe8ba99e2e8f4ae6721afd03ecee5fad7b227674ca456de11b0607b1b34a2378ce41e11c517b0b0a544c12278bc3b9f0c4de4 -SHA512 (texshade.tar.xz) = 785bba8f83063d37f2473759eb1ada73b31098ba757ce65ca1b7ac811581a64c706f2916eaa1237f6c6ee39dfa3514616d5b8789b9b8e2418c02ddd88e77e428 -SHA512 (textfit.doc.tar.xz) = b88df8c99662a182483fc6d12d33d0bac5f6a32c84be700146d048b799045800cbb69b21599e5debac122995800b0e48fd82395c498a58df503395fcedc92228 -SHA512 (textfit.tar.xz) = 96638c0bd5cb14b629f03e4b6a3266160c75bcf05d871ce3d4262ac1c070d9efc0532411f5d8774f97362b148ef6cd1c5dd5253e72e3aebb542fdf14aa6d78fb -SHA512 (textglos.doc.tar.xz) = 922ce1569fce889bc4608e9a5da4a45b7c3d2e80303ac36167efe6767c266844664de00384447e288da70383fe91261e5914394a6fdf8644349f785600271e5e -SHA512 (textglos.tar.xz) = 1652260a3e946a8847ceb7f937893bad27a24737d9b3573466f7369ce9cdbf900af0ef6c7f0bf3033200664da736e8232c3fbf6db61bb7d51acec1010d13a3e0 -SHA512 (textgreek.doc.tar.xz) = 9107ca31b645977d56a3b1e37f7b12f0302b1b2531bd2a21883f7931831e70c4383beae77469aab4663253da3109cdd9c53589cbab95f7f0126389d12509127f -SHA512 (textgreek.tar.xz) = 2370f666c2cef43a579e32a755675431717ccfb4bad6f30261a6c67e0617816ffc272c25e0d076d91c4047c41926c92ae375507f36f2fab01673bd7e708f5188 -SHA512 (textmerg.doc.tar.xz) = 05a087347db5dce688065f56c106d022f3ac30d27ee5d2f420e7658c5b81df66549cda86193f3ce4fb2cbeaad37abe7eb32b984d00d4f25dd0ad51433f8d7a01 -SHA512 (textmerg.tar.xz) = 5ef9048849bd2515c1af0ff41d0b5189715b375464c15d4708e0152d99f01839c462a0c9d0a9a12f401375d38e2c53a0f0c314e6905e1bfb3171296448bab649 -SHA512 (textopo.doc.tar.xz) = 80bd54a9843fae371884b87710094f72926d5ad8a7e40308e9aa753b01533d3e649ff94831ea75aed264b5f9f5df482e157a1563dc85ab2976cbf9260425c5ce -SHA512 (textopo.tar.xz) = 89a415b1040ff44f62c452e61abf9a5760929953ff0a4740080f79e8343b2b4f4eef9340e5a83fded39a000947dbe7f2916fb18624c4512c5ab58171708de268 -SHA512 (textpath.doc.tar.xz) = 5507082be0235ec2253ddc0b03e239607b9d140952799684e5193e4d3d584846d33a59aa9b1630d058f17cacf7cedd2fe0a180b40207ea8f10947b534784fc02 -SHA512 (textpath.tar.xz) = 7780972480a1355a05cbcca3c46f3e5284b120a93ed2265f0fcceb6965f55ed793756cf96df63aa8da589dd12fe1b8127bd470077b9f9dda758238ced566b3e6 -SHA512 (textpos.doc.tar.xz) = 5fdd14982f8b783f6b42197fb483eebb62f40c7e6f80648cfe7b7a356ae3fd243b4133a050cd84d2c8893460c15e717a21a70a5e1e0e31d52275f4a206956eb9 -SHA512 (textpos.tar.xz) = 430c373d2c228615ecc9c46c10a99ce5394ff0497e9a375eec3c4e409452e006979501f7d18c5f603055c9ddb57b7c0687cf0a9273761d23aec75ed64c032200 -SHA512 (textualicomma.doc.tar.xz) = 6e6c380eb0169878a34d3d40fea47bc57885c7ea378ffd2d2a7e9bf26826dd922f67a02e74d6c78801cecb87b18de3ab52b7600623de39c53954ed568c57eadf -SHA512 (textualicomma.tar.xz) = 044ef3451267bcb74d3e4162d19915b1b7f2fac337af6faae7d3dcd630bc9be8484fa155a3579ad5245ce1f07578d8faada2e6a67830edb09b332714a95f2e9e -SHA512 (texvc.doc.tar.xz) = e8639a2ffdd2d40b27545c3f4265e473bfbd81a028632a082199fb0dba7ea0b0468bdae488a9eeea63578bdd610f7e16d4f4da846f9316dabf5645af95fc8cab -SHA512 (texvc.tar.xz) = cc149d490180e58e9796ae0bc962e51794400384671eee53c932acef88512a129dc3d87ea4378247813acbd3ead010014ab71bd1717b6edb0bef4b7856be8aeb -SHA512 (tex-virtual-academy-pl.doc.tar.xz) = aa73261fb0ffdbb7cdbf85df354490a72bd95e4d98e4a497e98666e6f5533a7f05a7132533db044ba993d86e03fc21825bc6fa7f262e5a0bcdb6de8114d38eee -SHA512 (tfrupee.doc.tar.xz) = 19da18d665a8369e58a26d4e979d5fd6c8b3187dfba97a281008627aeb8c5ee824dc2ad3f5c94c3b35c67fe28a646f44aa5f532912de5f5640b0a7d56afec2f8 -SHA512 (tfrupee.tar.xz) = ee935ea5c6563fd8da4f403a1c3583b289b64e212aed4b9e3703ec345dc47c5521d291e1ae0a10c9aec2ebfed407fbf14e804bf51ae4c4a1e03046fc7cd0ad5c -SHA512 (thaienum.doc.tar.xz) = 246dbb624a2e2e30bd5468c2596e7b3f7183c7dd9d03eda42fbed88fe51f16b53801ed39f85590d2739a93d48bc413fce5c52685d5425615f650b19f56013261 -SHA512 (thaienum.tar.xz) = 25f6bd1e6e9586b261721b66b6b193c07f60dc074f7b7b1911b0a8ba4f33815c86945bcb3946ffe153f70f0dbaeec4dca8e5574f8369c754a6151fc271029f3b -SHA512 (thaispec.doc.tar.xz) = e3bedf4c192c9505fe8569195e3be10643d236d826eac14878e46b62133a09029ad5625f988e6b22009cfdc3a26550f155b8d09eb8476e84ca561bb6f470bfeb -SHA512 (thaispec.tar.xz) = 16a7b186e026474f659ceade9d18f339fd597857897354c40208efaaa5caeb29be4c4c8b68aed2edc8ca8b4b6ef5e66ab511ebc943928b6ea51fe796e9956df0 -SHA512 (thalie.doc.tar.xz) = 104972514a171a25557b5a0ba6501be9556f77eb7fdedc60843797ba7fc53873b75cbf4e470dfb76866e6042f77c5c39ae86367a119f64b34a18183eb0ef1be8 -SHA512 (thalie.tar.xz) = 193f59cc9fcad15ca4fd52e011152a08066329ed496ad55d4245f232a701692b8c3a33f24d457358d696ec540041beb90ef37696a77b1685f22f15031665585f -SHA512 (thesis-qom.doc.tar.xz) = 7bfe521b8f1df650304080e50805f48437e9b22b5b06f3f2fc309bc770ea0370d0e5acf2977c4332e0ca3d7b664c2dc8161f31f057a910069ba1cb585225145d -SHA512 (thesis-qom.tar.xz) = 5afaa0d05b88dbe2d3e5dc2450d1d01b57a24f54be4437c2e9c71afa6c8b1f10144c674de2d8062c6d4a5b7a5140b1fac6ba82bb68c03ecb6560d8afd1384cae -SHA512 (thesis-titlepage-fhac.doc.tar.xz) = 13378f3ef37bd1033d009d03772244e048ff2a16b95ca8a0f14feeda8c44b29036276c41aae812cf1c28ac5684edad56b000f8a45576bd0065fb844f5b6dd189 -SHA512 (thesis-titlepage-fhac.tar.xz) = 62cdba17287f90580fe6273d1ca9143c9fac01d7da214a20413995b925c6eced385b3a5c172e8bedb4f17396ed7e9b78e789ca475c5efe542283d9b421bd6ffb -SHA512 (thinsp.doc.tar.xz) = b5b50522a4a7b5f7772118d95fdf42e2f570ac35c49a8690560df27df0754a170acddd782b516fa185c0f6ef2abb3ff8a9f366370c2ad46e2e4d32dba21e634b -SHA512 (thinsp.tar.xz) = ddc80b4de32524ce76fe34e8f88d01e2db18a8bbf60a718454a0303aea8082fc2e495c89c2ad0a7459ed3151e890e30a1263267f249581e24bac87113a5fd266 -SHA512 (thmbox.doc.tar.xz) = ad8e0710a15781eb3164527dd16ecc2050d3cd3317c386841ad8612a9ebc6055a1501272e3b01bcbc6a7f1ffa80455bf2ccdc0cc9ff4428c9688e9f6404a16ff -SHA512 (thmbox.tar.xz) = 83ceeb0cf84ff75afb734f41be5a5309692c6804a5a20627c54cc8760f8ac5e205cf1a24097c8b8624823668796092d620f5ffbc488f63b87e7cbf9365279aac -SHA512 (threadcol.doc.tar.xz) = 626ac69b0a26fdbed51876782a9ac2e3b0ab9b32bf3b2f32ce19cce080b5cda40a62160f453199a76b58903d762cc8085a8541fa2de3adc5fea6266592c06bdc -SHA512 (threadcol.tar.xz) = e75f887dc04aa55834c285d5e36babfd0844b79b9d1cc5cfb2eb6412bde9f42b651bfdca9f6819b27f6615aff6f96031135f1a6af3b59503fda34e7566cdb01a -SHA512 (threeddice.doc.tar.xz) = c750497229b8bd41eca05b221ed2ca2ca49db8cbbff03bfce2712869d352ae0385e4c10e9730e0b2f8286db9af1e1b87f10d599788a3dfe8d41c28efb8b0e4a6 -SHA512 (threeddice.tar.xz) = 66e6a27aa277b45b44c156d408c764da5bee6dc540f2058a783f02bbe806c95052267a5ed79ea49b5dc356d0f03747e9b186542640b34753a693ecffa158a6a4 +SHA512 (texlive-20200327-source.tar.xz) = a494f21ae77607f88bba2f599097579a00ccc03392c009d481601d780268dca72a495f8755a1b4816baaad344c12270673f202033da4db65f9f089266cb9a0e5 +SHA512 (texlive-common.doc.tar.xz) = 311737957ea9befab3a16f2f47d1123307a4dba0bf2291acc2b55db8e4d9f4db72caf8779ab06ac913a7ceca20c2a15f88cb4f7185a27db4517ebf9e38db02c4 +SHA512 (texlive-docindex.doc.tar.xz) = d23c5d9c599c6afda72edb45d485484697cf1619f2f83e4fd50c4c629b6654c75b82b0fb15d62758e99c4ff6cbe2013730e6fccefa3595870a9958bd1621a79c +SHA512 (texlive-docindex.tar.xz) = 1d59d7923158bd43d3d446d6ce37002e67eb2a1f48553d71a0c7647091c5f2a17bfb9721cef29bf1827a657b247c8f669a4abc03925a0148f20ff0cdf2ca21c7 +SHA512 (texlive-en.doc.tar.xz) = 053b9328e035389753c13f9e6216d296ab2ca4fdc999e87b0218e362cb7404037599131d4cc57ed07edcacc59aa46dad111e2e9422459b2295bbf8b5e9850f51 +SHA512 (texlive-en.tar.xz) = 799b1006ed71dc3535b11011063bfdbdb8c179b4f54f2590976a2c6455666185db1a462354c444f672213706351368cd6eacd8fa6dbd99abc4af2efe2165f8a3 +SHA512 (texlive.infra.doc.tar.xz) = 28f451b6b791799f1ce231bfae09dd98e54493726b7ecfa531b9203ba58dc6440bbdf3c845b97c491082430e167b92f632427f2d0d6c28ac7b84ca254cb66432 +SHA512 (texlive.infra.tar.xz) = f0339afcc215a7c9e776b0853b58710e8238131a5a24cffb10f9e32749a06b70a517734481aa3e3ebf4a5f030dc5e5211c3e688ce7138abfeb6985c8e62a8af6 +SHA512 (texlive-licenses.tar.xz) = 83fbc56f1795ca3771e901230d38063cb53d0eefd8afc04f16ec2044aa93db0cffff2d97addbf7e2c6623cb468878320e0051cc2525f941830da6e3f628ef4bd +SHA512 (texlive-msg-translations.tar.xz) = 32febff6e6f1915353ce06e3a3fb3f1eed5b5487220615c6e3d60cf150f75b5f1c3e9bd568f88abf78e87f1e1a361a4231572a2d2d71d0af7245a4d0bb959810 +SHA512 (texlive-scripts.doc.tar.xz) = b0f18b1122734603ea96660e52662ac0423832b03a13ad94f84a41c501d4bf1cf122404a9404196c1b630c4e0d4cbfa176cb475984148aca973c00890c070c6b +SHA512 (texlive-scripts-extra.doc.tar.xz) = 56f9be73e3318ea684c536b90645b572caf437b16339104bcedfb7517c94745a514a8e185033c2338aeccae868a123a5a137b9b07b20d661fa473bde2c28797b +SHA512 (texlive-scripts-extra.tar.xz) = e46691aa10b961d2359359fdf00ebc86a1b881b3d1126c52f3863343d21eba00110cd9500fb03a4a9544a3d8fb443bbdc90aa2f6216b8e62a3edb0acc58e4c75 +SHA512 (texlive-scripts.tar.xz) = d58a2f33b5e37908d6e9793c4e8653e91fa098ca012eaaa92ca84f2a871dbfd02c31d6e7ab3861505cead320b1b4e7a9c65ba3c1ef5496922097392847a7751e +SHA512 (tex.tar.xz) = 95dbaafdf3e588fe52b1f3b4cfab376c2f477a4a290a31d49aface117c425904e3b239841a556d1ccd83b9a2d050b0fc0c9db540e4ff27feb2cefedd135f54ed +SHA512 (textcase.doc.tar.xz) = 737c03d99e03a188c80aa8478abb64f05e6a3241185d03746682bf3c5e2e48ed8181e46d1b10c9170b98882bafcfe61e37a0409d42d2506125e9515bc44f0e2c +SHA512 (textcase.tar.xz) = 9cb8145b46343c34c4ac7c7ec64dc6d69f08e329cfae2c1ac41902a74e92cee715b5b171bbf26b92efc0a8a4500d11d317d8c927ffee623450b39e4ee6555483 +SHA512 (textpos.doc.tar.xz) = e43a2c75b8c43cf240912782b8787df7a216a2788b549825ffc4c1cb6bcec0477c61a2bee1b42efde1ede29ce0a7d75222be5b8ac5cff9d2916d1fea521a8320 +SHA512 (textpos.tar.xz) = 8ce53b9e8799c2a7996e3ec3941fa80a40dbd28b196e117fde693011fdf0e4525dd4ebae7b61aa187f7cc497a9fc9295383f777ce476cf3365691245a8c38e7c SHA512 (threeparttable.doc.tar.xz) = 6b5eb1d6ceea740ec54ba935c45f03c2e6328140e86122a38b90d84e375382adfcfe14e2e9f56384f825c913140f01a1eb6266d2d46f6b813a34b4da652ee31d SHA512 (threeparttable.tar.xz) = f947dd01e56f6f3db8a4ed0b8f3ec564a38486fcb27f30bb3bacdf31af8360590e7e3886cc00cfbab813213974f4b335ff06ceb521d25519e8b95e345a002692 -SHA512 (threeparttablex.doc.tar.xz) = 3dceb0aecfa2ef09bc20250cd38dd698e35b2cd2a33fb446e78a39fa654899c4f6658a18b95b39a5bff2279a0cbeeda71bcedcdb7fa91d148290302b73e7a64c -SHA512 (threeparttablex.tar.xz) = 9dd33dcb7f9eebb9396a6a05ac20e9bb221260cd80f355b23f60a0466c64847ebacd8b0d19c75b3d9cecd9c522a8633468e7cc86121f7626141c066e12f977d6 -SHA512 (thuaslogos.doc.tar.xz) = 5a2298e713e4a0711b01fe7fceae12bf20d6a0fcf91cfda63313e74709586532bc407c07be1807eee5405a6b6de74fe976b2ac56fdebbc344d59255080d80224 -SHA512 (thuaslogos.tar.xz) = 584d8f130844ac834be8f061bd8078afcd8eae2e4d22e33d8a61dea8ea637476532181cdc7df9f1710ba5d8dd022a64dcb561f21334b830387e9a063ddbbe426 -SHA512 (thumb.doc.tar.xz) = 29abd2e57cf17edbfeea06c041666ba29e436defff1600df7222dca6160e7be740b64647d7a44a10f6f803011a1754abd693048ca36c4c372ee0da52df2562dc -SHA512 (thumbs.doc.tar.xz) = 4c58ff61d64b841b3a3bc018f94c193730129edf45c87fcb9c85685f748ca3db1f7d51969dd25882848cec906485f739f8f07c8bb2f8bded580b59ea93032a14 -SHA512 (thumbs.tar.xz) = 58e489402fc44cbaece118203bbe7011494b7ef16ffa0e5d60be2daaec0c4ef2d048a71f0d9373a1683aa780fd20e3d64330e199596effc7cf2fcdac34f1faf1 -SHA512 (thumb.tar.xz) = 30290cc3b8cc48de6c601fcb3d066f0533bb3f09f053d7912db7a127d8327c4aac0a96499b7eaed36b8caf4dcdda5c8f34a5430d69e1fac70510f426c92ab9f4 -SHA512 (thumby.doc.tar.xz) = bac645197085968fe8a7bd41f4a9ec3c6e51e17e6750b87ca1a458acc9f6a4f244d1f3b36b9c622c98492b90abddf9a4df1636b1874c02820dcdb6340bad0910 -SHA512 (thumby.tar.xz) = 485bb2670133c3c83f0f7aaa685defc6d36f5d24173652d869f526770e1f55c55a31f3a3180f115aef45fb824d9032ee915b91c1c59b9b33794c95c92f03c3e6 -SHA512 (ticket.doc.tar.xz) = fde4b06ad09837d1d6b6efb275800e32f617619f9c18d2dda5924b094f860492053c4ee361a2fded1c9f4509ba5e615601b183191c0cf064af24cc59cfb23748 -SHA512 (ticket.tar.xz) = cefb3e06df2953063e9d12f19f03e973212e784cebfd2d6628d2e9ddb443159b285b34f12238f6b77813cc48e86aae7018cb5bccc4fd158f4d891f05fc51dab5 -SHA512 (ticollege.doc.tar.xz) = f0049064eab926eefcf77fe5aa0606202cbce79ed7f0e0f1bafb171ad82b72daf09fe2c0cdf79720834d6349d9190f1d3069f155df922ceb469ad3453a6389b1 -SHA512 (ticollege.tar.xz) = 92bebbf5a5e7ccf7be09c205d9007a780422c625d9a308eeeae50b2ec4ba3cc6755a37fd8a49e24b7a381894cc3791fbf50f54348c3ac584a2c0d9a693f93a56 -SHA512 (tikz-3dplot.doc.tar.xz) = 0fd9bde0f12ddf5a4bf6e2e1df66a9aafa42e81cd945b41e09e8d289c57b04faddd303a415c36239e6686be90f06e8a7cc794ea50d17ec54f1e25703314257da -SHA512 (tikz-3dplot.tar.xz) = 6d4aac2eaeebbe2a4827a5a40e8571c48ff4f5cc854daf130ec7f20f8fa06135bae1486a42b223410be848b72be2c19d6e2ed798694ef5dcdb5861846bd9c072 -SHA512 (tikz-bayesnet.doc.tar.xz) = 2bdd764163c606579e68099873844fdef6b9a36495f4117b99ca483bbe43334965a177f398da60e82c11035b5c7b9e0513ae56e6868d6238cc0c798f47ab37e7 -SHA512 (tikz-bayesnet.tar.xz) = b3c535af8afe86e311e4c7371addfa484403a0a9571a17d1cb8d39dd7242aa4798476352bb04a6bb214086f1ed4985595c502723444a032f9bde04423c26bea8 -SHA512 (tikz-cd.doc.tar.xz) = 63be72c0d55112e8328d40ae4fbd1e3c92133615e28f032f9f5efcf2432b6cc440b3c4de4ba46f3eb9e65725caf7de3623a8b49f3b9a87ef780dbeacc536df46 -SHA512 (tikz-cd.tar.xz) = 3fbfa7731eeb6d2b9cbe67cbc4d5470e235f6f990b76b3c82961df172fbba9a8f62ec6055743098cbdb2d3d8aaa3b94f5d4dd8f735624c7d9562de6aa72fdda3 -SHA512 (tikz-dimline.doc.tar.xz) = 62edb9667ae4405c798a00c1d079ea9ed5bbdddd76e4a730aaf7405d175afa146fcb7bf43a551001eeff1f683ce3b47a0a79fab66b7410be59f18f4f6e409ef4 -SHA512 (tikz-dimline.tar.xz) = c7a3b158a8acd100192b7dc936f2e452513125389f72c12f0c3818bb4e771abf0748338f13603765904adf1d808fc2b263d0f798999c52638e610d24addcc641 -SHA512 (tikz-feynman.doc.tar.xz) = b3e90aa1d8476aed01faef977b75f4e3450cab121d457eca0bb254075c1e2ed58fe15196ab0d923906dcf6af4f78bc76d6053343f6444c8294bf7d5bbceb3cd1 -SHA512 (tikz-feynman.tar.xz) = 1a1ebc5d2f2eca4e5dd16ce744774add9b8f5b4c3124dee46f0366f43a59b188b0873939d2b68ff0d679f3e52f1a6bc387ab81c363912024efd0eb4110e2ba27 -SHA512 (tikz-imagelabels.doc.tar.xz) = 843f943c4a0e12d1260ee17f9f908adee568100b1e415df3f1b383fd83d70065c57a21290b89923d7ee84819356a366a467e42fed61370b214621a9ee58ee97f -SHA512 (tikz-imagelabels.tar.xz) = b74cf7113b288af9e98ceb801eb4d72e4785ce30390718c4c0eeabae20c49ca8eba91342b89dda525f06b9f436a427277c4ae8415748f1487cdb073088ed26c8 -SHA512 (tikzinclude.doc.tar.xz) = 9cf9e6f5e45f9dba8843684cce3ff395f18c485e30ad0d0566e947dfa69704cd99600f8673203ae212a1aaf77908715c2e5ddbaae0de3732b98564725297112d -SHA512 (tikzinclude.tar.xz) = 1559c739ee5ce26c531ed1c989a2d986ee6da05880e6dcb8f14018c71c638028517d1c2374cb452421c92f5d430d4560ae4463732926c56ff33407941e70ffc3 -SHA512 (tikz-inet.doc.tar.xz) = e61f0a7879dd0ec016b6c85d66e6ace6b953adc2b9abd87306dc4d071d82f44984e6e25530db3fc658650f5ca74e5c237aa64d18e60a3c5c8c7f57c6f42103e0 -SHA512 (tikz-inet.tar.xz) = 0c4ecd55d10893ac8bca7b8ac38f2366f30cd989c5d6ab4dd501047f01c0285f8e4b78309dfce06525bf525cff77e2edd56429aa166f24b9a7e07586e3befe96 -SHA512 (tikz-karnaugh.doc.tar.xz) = b17971734dac21649b75c140dc1dca832de35460ba5de9e83f8907ed075fbd0fc2872edd39da7aaa5631b126ca0d59d1ad440e4fb2e68ad277d7ea4bb8975440 -SHA512 (tikz-karnaugh.tar.xz) = aef1c5e3fe96191d0dbe55ea9f2307b05c328b92621e9dcebf4f8fb862ae501bc6dabd4f96915a800532723b447632e21110cbfb9483bd73dcef928b102bfec3 -SHA512 (tikz-ladder.doc.tar.xz) = 9133c29850f486ea62be8ef9b61bf67907e88c9557fbac132ad04501616efee97725fc58585fce64c59707b4828a4953d926860af7c99fde9e3e73a479b28d0c -SHA512 (tikz-ladder.tar.xz) = b01bd48b4e8dbf5e3549bd24949b81b3731b32d715dcf3d3141e2e2eca5a98c1f5e5369c10cfdc62791280aa3349cb5409f582d71701ff03dced0688cad1847c -SHA512 (tikz-layers.doc.tar.xz) = 617f1a53fa77f4a766157e72013227e992589b0030ac90ddd181643b1ef212f7e83b8f84f2520d64acf53f2cc76e3333e7ba56b78984b28c3320e2977a87cd56 -SHA512 (tikz-layers.tar.xz) = 900f3cba19f723cd75f59f2d3380ac96c6bcd53f4d80ce27b2d393d4728f37b9d9d2bae414f20d38e4b3b93769374281d4e741ac2480986b1662696e08a9a207 -SHA512 (tikz-nef.doc.tar.xz) = 724dc025c4e67817940f9c4269290dbd1a77208ebb8bb489f4807fea30594eba77c9896e3bc814825307f2012112576cd268633e99b53ead7b60d3689e155c09 -SHA512 (tikz-nef.tar.xz) = e0bfbce75ff6c9ea02a42576a767e1a06b589797995e29e9c2ddd8640916496bb50126da69fd859d9fe6c89a447c342fc15d66ba620f084980740c6e7238c780 -SHA512 (tikz-opm.doc.tar.xz) = a2ed9a4b52d34dece5b0007b9dc46cf8da8cee0a9288b8db79f38068db5227e35ef9e3fe1f93a4c53e994c06c2d5cf21257bcde24b02f1553cb21d9f7585751d -SHA512 (tikz-opm.tar.xz) = eeb000cf28e2ff79106edd734ab71b9ec4ecb0db043a8b03764a98a33d3ef570711974bb13b58453362dd045b1019bfb4a1c1a856b74590110f7d8af308a3f01 -SHA512 (tikz-optics.doc.tar.xz) = 0a9f4d246869cfa0a8e7d252f78261a7877f4366fe1fa5c9db9dcb9a8dc36021818042d4ba79eb711e73a7ac32c0dd601ff892f97243fd5cdad373ee3ee02611 -SHA512 (tikz-optics.tar.xz) = 703bf6777a78abfc72ff87d16a45c1599d9d68586b38fdb2aa4b2e180ce9cbd808a399a61f6ed381a3b04e83877dc2095c4701d10973f8632a0a32356d71f83c -SHA512 (tikzorbital.doc.tar.xz) = 676980e8772650f77ed37d545cbd4ac22af170e1a4541acbd0739f3b5c0aff91f3d48cd3b3fa3c562510c1c624f46de2218fe33a9e53532ca88ccbb929e3495b -SHA512 (tikzorbital.tar.xz) = cc0be76e583d67759d53ab89f777f137e7038eb8344e841a3a1c6e5327129063f2cdcb67c586546f8bec94e8e83d944ae864f291b5b7d384610f93c0ce604aea -SHA512 (tikz-page.doc.tar.xz) = 896da337485c89508e7cb2adf377090b768beded3360a730a5a9c2400db73866b01e0091aaaaf8ce25b7444bf5c5a243f5eeff444d4588a4f8f8b5ac8aa9cdc9 -SHA512 (tikzpagenodes.doc.tar.xz) = 14ad07e01c014d000a2bdd483a2dadba652cd78b42faf0ea5f9ba829ba484239361d73233443303be121dd5122b7e5e209867145b10e7607b5c6e5d13e2fb428 -SHA512 (tikzpagenodes.tar.xz) = 4f0d6a4270bf90aa1fa5c5a018fb8a2703a6884215672cfcdb908f7c6d4e9b3610a9f6fb6c26b7b302daaf509d635d26443c6e8944bc1f8704f94a527090319e -SHA512 (tikz-page.tar.xz) = be0e43fc329a014b11fce907c6b073f5f4be64b4da4b184705aff2c08d82c1e644056491d01d59ef0ef8a22b4b4c3f22b9012953e00802a9b697a10f0a2f4920 -SHA512 (tikz-palattice.doc.tar.xz) = 8fd0a5a2ca4371e021ccceef41115b6520df6437198fdcba7fc37aa600821a95e91696fabb19cb0277639ff7664574cc56a62e1edcc96e58f26dd65ef5c82fa2 -SHA512 (tikz-palattice.tar.xz) = 6654ca0888b9a4ac7106d5d275a347e38de7dfc342d7c6228670e51a0285937015a39fd34e83e42a5ab8c2f4341e7f233535308bb2cd65a55227dba2d67ad79b -SHA512 (tikzpeople.doc.tar.xz) = f561978adbe443659ec0890a8a38e9c9506f311d49d11fe952eacf579db0619946f86c0c6929a215fe7a98f5f02a782d1bc528359f195e09e1f388460dc0d55c -SHA512 (tikzpeople.tar.xz) = 9a7cdc232e91fc0d6e5fcc67ea8c39dd2a4b482ccb6ccfd82332151117ef5121ef49bebcd2e0266492c88b57c146eaa578d2136a23f8781f3fc5f5d07f527db7 -SHA512 (tikzpfeile.doc.tar.xz) = a66c6ca303ab6afcea5d94b02936335d28077697d81632199de2678528100c3b5a754aa281fa83d93819a53eb2fc945ae899e254b6d6ccd926f8fbbd86d5ac2e -SHA512 (tikzpfeile.tar.xz) = 9da38e2e02c651e2f89a0e9ea917fc5147626026acc7302b7e32aa2cbee072f91311fbab73e44852a2c237290de76e560f2b45e88639936b542e6986d90a9b4d -SHA512 (tikzposter.doc.tar.xz) = 1bfdf7bc2aa38e876378a1dfac751a57ac93dcb0fc5abeff700107c8ef11423751dc69bd7502c9b2ad2641f7f760eb697a248833b6914111dcd86d7f8a32e9bd -SHA512 (tikzposter.tar.xz) = 75fd7b71632c663329843a48bed32b2fd04cbac02d24271ff1a49bf03e2905ab8f94b5876ee68876bc6017455cc3272750e85eea6061dea57f47fe96ec9e1045 -SHA512 (tikz-qtree.doc.tar.xz) = 0e2a19415d00cc6c94961dc2e8292038078334cbedeff63d889a3d843d9ca3e89533870cabe2068f5631b3f48fc456cac36b1720df175c20a9f6c986c388f799 -SHA512 (tikz-qtree.tar.xz) = 5b00d147eef48e874d2d5c9b171e93703c728cb56f3882af4e63a41b36ebdadbd5bcae332bcfc8e091b16ee14a3a3e16c594b0f0879bdedeaacde1c1700c542d -SHA512 (tikz-relay.doc.tar.xz) = 1e81af1e171e7bf353617b1fee7f456b1e263ad911a842c154ec813c38fbab694f46b134c213810ca8de106854cc05d40bf8dbb1376c055d4d92c4f87e4e779d -SHA512 (tikz-relay.tar.xz) = ff171ed2c1b494ecbf012f1401fd0f2d0fc56a388383e482cf50ca7f591af93b2e6da74c237ac4a17fa214a489650670ef8560d826c7674086dbde6d541ffce4 -SHA512 (tikzscale.doc.tar.xz) = d2ac9080a08d7d7e37ea2d1f801c4091cddf9540eb7c2cc2c0753ab0c07c2f0e7392742bc2e93274775c890184c126aa490c78fedf8827a6c787b951abcb6bf5 -SHA512 (tikzscale.tar.xz) = 73aa62d84417deec8085c3f46b1ababb756e32ae55c4af97def15816606df2b3df4a7735ab434d489d24dabf26806428d945ff3fced3c5eb7c19b36996f2f58b -SHA512 (tikz-sfc.doc.tar.xz) = caaa3c08f358b7f920322c553ff77e1f42414f16c67d2dd77bde8992e545366224cd7070e833268437332c080d6c65ab244678a3e9d5888fa97d21aafaa2d2b4 -SHA512 (tikz-sfc.tar.xz) = f31541b2333c5d8343143aad3a260e528523f78636cd772deae6e0eba81957ceeeb41491279dad621e4476bd9f5125ad994814cb2ab691e5039b54f9fffc7cc8 -SHA512 (tikzsymbols.doc.tar.xz) = b688b3d4e2ec3352000b7bd8842736bbf52b10b5215725fba7970e048e4e823c0d522d753adf8c65be3ab6d1c091ab9b01b68922ba2796c012c4d948e3958f77 -SHA512 (tikzsymbols.tar.xz) = 6061fad290f71257b2496faabc1a11721518274964a18dc1d31d1e530de029c7418668444f868e6b660eea5d85bc440dbb7796fbf6cf181ec190ff34019b5aae -SHA512 (tikz-timing.doc.tar.xz) = e0d03fa23c84c8241a8b29a6a7242cb54bc6cab8a25ecdea64dcdca70606ac086de9f021045ddd103b35209af05b5e0342808a97b007c639afc40159de211ce9 -SHA512 (tikz-timing.tar.xz) = f5f771d0fecb0615770d978d1ee5a8a5ebeae4c1d78d9f0ea33099a5c8d89cb7523c70dc38d3a0a6970e997fb5d7b9eb30e54bab4b865cbd8a53519d3bf529a5 -SHA512 (tikz-truchet.doc.tar.xz) = 7fb291a9d7309c722fe31cbcea7a4004d44552f547e4d71fdcd667efb4aba41b6bf0be0cb941dd16e425eedc668dc6de3d2e55f964146a62b861296b0ed18579 -SHA512 (tikz-truchet.tar.xz) = 74cc5a05cd9558c68cbb7987671fe1e02a9a076049aad96d4c95d7471ff04e48f03c500f58b85bd8eead46e1af592a54ffe1ef0b0ea0644f4479a332a63dec4a -SHA512 (timbreicmc.doc.tar.xz) = ebe4cf57814e6699127a30031c801efe583505098c707a97bece8dff93ff0cd4939cf047802ed38e645c339592e1a062c512dcb5d027192122e4c98ce41d1eac -SHA512 (timbreicmc.tar.xz) = 01e0e06769810e07389006e9443a836de76e95fea6133e7aab1f47cc554c3912a8aeb43bbf33d06cf9f3a8550a9eb9ec23830ab96ebbb84629ec957d7050e9a9 +SHA512 (thumbpdf.doc.tar.xz) = fa2a7cbf80f7b76e63aff8ce5584e698e9f88a0d5a902895afa22a100202fb30bc857f5a1b88e190ff2dbf5ca9cf2338f6ca96a7b80a6d3e6e549040fc3ece7d +SHA512 (thumbpdf.tar.xz) = f3eaaa9ad4287d58ab89b98e1889f99dbabd82153f99921a9249b2cfb741c0cc45bfdd1903590c66bf0b63c77490017c36f552e34d7d15290cbc5904e57a3bc8 SHA512 (times.tar.xz) = 252c933fb17ce2533f6e0f2b13a478d62223a596ee257937558c61e224c30753c157c92ed9d5ce3ced5ade0f5eb00ec15368fc75c10a182011312d6a0668911d -SHA512 (timetable.tar.xz) = caee17cfe1a4bae7bae4479066e2f869e6ccee34d28a8952bed7a1409bd9ecb27adfd005f0e824d8ddacbd0e65762da79f9ea5b04d0332d643749ef36b908946 -SHA512 (timing-diagrams.doc.tar.xz) = 1882008e990cd6cfea47b35bd70a50f22972dab0470ada417edf1aa236d2619d57bd3b1d4a149ecc08c1a196c36c9dbf97328f58ea4aa25acb0a6addfcfe8651 -SHA512 (timing-diagrams.tar.xz) = 0c07a24aea43b0092610cda5878a7e2be95777f199c9983e0aad42d83c1a6bd96dd4ca4caddef6b61165d62e924033eb01524fc925fdc8a4fd4baf44f568eec6 -SHA512 (tinos.doc.tar.xz) = 5c826e5a78001821396c0dce64c6becf9469c5b648d716ddbe899460242b67790f75d1a8a27973f450f1d7d7dba6ea672af5bca488209614fa72a7ff1a7aefb0 -SHA512 (tinos.tar.xz) = e8e8648d656cee747cae8eb5665fb8e1d327c9578b79a65b6d50cc1bbb428ed8ea81bd2332fb91af797383264d2fd9af9354be5a02a4721bbb7350051bcb2783 -SHA512 (tipa-de.doc.tar.xz) = c69333d9a7d335fb217dacb00610b9f0e5eaaf78e535d69998fc600fe53f0ba61c7e3cc1e82d75f52b435cd6945044560b2d275476e96d84d611ab4978c02e3f SHA512 (tipa.doc.tar.xz) = 213c4eb24943e655c03087dbc5a51eb3cfeff09ece1d31fd11f1734ab3b219db94cc8b5f4735f3d6381b79a5d6ee2cfe727acd17f823b21163e910c09f48e413 SHA512 (tipa.tar.xz) = 7919b8f5a416cab24c02675ee0a24c60f64e9dfb3bbacb416eb74e29badf6b4dfd8a0528cc8b38dab6395b8c74ec5c808ad84d3a8d4ae5e8212691bed9066129 -SHA512 (tipfr.doc.tar.xz) = bb739994051c5738ec0cacf1111d104b225593cbac1ee829057dce42017990483630cc062131ccd7d766d7400a252b1ff84744f91b77d0ca5a1f9ee195a28d5f -SHA512 (tipfr.tar.xz) = c8a8efbca7e1785dd81fd4695ed7e0c5dbe713d0a5632078bdba2f7df8e9358bc246d8f9d972ad3035106a7ef687f9229ed31bb630009eaec3b63170cf8933bb -SHA512 (titlecaps.doc.tar.xz) = 7025b5f9d53b65e228520a5e79fcbbf928ddc2f0fe071016a8c3726dca3e9b428b80749bce53438eb7a882a4660c2a10a4ee85e24ae5a26522b78d6a1dde4584 -SHA512 (titlecaps.tar.xz) = 683240554b79bbf4f7e4f31653c5c633e93c74d71dd26232587de4d0d8ea012d350d0d43d508e9e9d8be4369d4ea9df996283c818583e573d4bc5fc379e4da4c -SHA512 (titlefoot.tar.xz) = aee68d15213c20d9ba0ef6e3a95f111804e4438d2c80a6cd83ae67725c3174db7f38b0d4280b26f7119e9e1c6477a0aa04d3ee5877e15b05ff2742d94a720c5b -SHA512 (titlepages.doc.tar.xz) = 703f376c6bb2480f7a326f31ec277716073ddf67834930401c17627dba41c5321a0115e01ec73160917c68fb7ba4e0042e8ac40d968eef89f52b5dd27c2e0495 -SHA512 (titlepic.doc.tar.xz) = 6faaeeb6c7212e35c22321e279c08ac8a985ebb8ec66054b49456ee5a9491b88e48edcb20920d61a052b2df9617ddee7e40bb0e868fe082ce5889e63c193b641 -SHA512 (titlepic.tar.xz) = 753ff5c116f102ebd9fe59ea0ad1e80a7fd102f55588f9454fb3ef43fd5478add2d39984638e112dfcc5421f5f79b4c34c8c15d47845273744b6960946ad1805 -SHA512 (titleref.doc.tar.xz) = 70db133fb8a5fa38a6f0f82912d19afe84e0f68820fe62b3835a6d237582a32fe6c2ba5ad05e46f39540d52d0aafa5a88325e1050e6102164a5753fd9c68d6ad -SHA512 (titleref.tar.xz) = 73905fbe96bc095f602339e0c943048d775bf2a89ef9de3b7149dae7b76aef04e5c77803555450d931f3a4dfef16f5e72597a4d06052d4a852623516edd978f5 +SHA512 (titlesec.doc.tar.xz) = 34623133da534fa15d491f3ecfeb6ee6736a580c12577d7ef313efb341c97ffe1cfac49f4c94b90f8f519847bb7b0d37b003ee485c240d1dfab3b68426563dcc +SHA512 (titlesec.tar.xz) = bd1538a4596c55a6e0a542df5587f4466795a59ac55472340bcfc400670b79a04f0b141ad5705c826789ce0094fa4b106b5917f4232167a66047d8e6edd4998c SHA512 (titling.doc.tar.xz) = e69af16331da73c2a61b063ca4dc4c5f70f7958c366b06e96745a2bc92397f89210ebfe598f445ff33ce7705d0f0b56fc3a46f93bcc89145d50b92d56820f61b SHA512 (titling.tar.xz) = 2a321a17b1ff74f57e7bf3f9d72d1b66a0623ed286c8aa75df6d55f1e62b214954ff38456f27f172789bc4cb500688656ab156609933faef67e62954d05d0ce2 -SHA512 (tlc2.doc.tar.xz) = 79eead14f268eab643f676c36b20ba89828928fb3b418956277304ac6cf7145d53b4f97c30605690cddce8660361614b58ac65e8454b7740dde17ff82a053818 -SHA512 (tlc-article.doc.tar.xz) = 96535abc8bf54c62e22d4e47178c1cbbb1ca96bfca16df4cab37b182d50e872c57a2e6ebe65727121fd2682776905c962551639d9435e86ab3fbb5d3e05fb72f -SHA512 (tlc-article.tar.xz) = 80b2c0d5418e8061d07d502399895a8334003bf5ed574de8f4af0c422ff0d3a660a511b5064b48e65064a91ea0cd057c134f9651e001eb7d5fa9d981366374db -SHA512 (tocbibind.doc.tar.xz) = 1521eaf8a15038a2a0b6136e444ac38d6033071b305f6de6db6a5f8ae34625a5b8bf654d7a97b5ebdfcf4efeae58c41a7c9c17005552314928e315295766c441 -SHA512 (tocbibind.tar.xz) = f373d6c98730e60d06790d1a219df26e60bbddd2aaffc3aefc5877ae6b2c10c1a08e21dfef82cc591e1c6f7c014e0843ae30be948b7eb55321dc94cfb7b16aa9 -SHA512 (tocdata.doc.tar.xz) = 4616b125dbeb9458811ec7ecdf13a1f3750c5bad9670bb3f556b62ec084f1af17cc2b91a8e821fcda48b660ef0a14911a86be367297bbcc13d1c5c8cfb4a09da -SHA512 (tocdata.tar.xz) = 81c64d55b33ac9c22abcbdd3ab683248c3ea12e21866de0f2d36c44434729cc8a32526e0f28bc0e945edfca5eca74dec78acf9c8e8439d1e7a3d28cc13c5a260 -SHA512 (tocvsec2.doc.tar.xz) = 9247adf45a6a8f18e03d7b93ea8de8decdd9f1ba15eed7ee28c356679a6f62bd8607b9c519448bae2234cec15b76a5155ad7efe99ceb9382022988a29c2ee85c -SHA512 (tocvsec2.tar.xz) = 685ff581b0cba155a763ba951b4f5b1e12a44741dc5245967cc2d2effad12127828e4d2f3adabb9fe3d126ffa1f76d43dc196b89faa39745ce85a7f96fb44017 -SHA512 (todo.doc.tar.xz) = c747b4cdcbe8533338a9120b06120b0daa68940ace4cf44d87882d5b5a5a42e2c062c667d2e3fbf8979e1385cd55dfd8747f4fcb044a4112f4b2a79588d0463e -SHA512 (todo.tar.xz) = e3cd06aa47c36344602a0dccfb48e43c0639cadcb91aa9e787d552c6d3ecca95da3b0f3af8d0f479caad41f657bbcc30016dfd3f80f42285fe8ab02e0a904601 -SHA512 (tokenizer.doc.tar.xz) = 4e978a368cd7e97a1300addb739b457cbf4810ecb2d4e1161d931373d858573d8fe1688629cd7d23a44a4d5403e5d8d9dc92869be9809bddc9110c55879c940e -SHA512 (tokenizer.tar.xz) = 5174ea1b9c6c02fb8245db5315ccc7b65239d1343f719ee23428bd530dfd70edf26822bde25d672603d268a63360ba31b4a9fdcddf426b82eef440cd7f449d8e -SHA512 (toolbox.doc.tar.xz) = ee800bb98c9577b12bf20a0b19ce27d9c6900f66e0920c922626599986b887e34513cca8474456aab7ae59aa5d5fae3c7c323ca4cc21372979ab3d545921ed34 -SHA512 (toolbox.tar.xz) = af5320de678474075998f9497be0b766e826b0105b344939a66c5c1377e7c345623e2de18b73cb43f93c8edc241fca7a99fff1ca4b6bd3dfba52bf2ff476f18f -SHA512 (topfloat.doc.tar.xz) = 6c37c3b9ad32a121eb03f23049e11fe52b7cf6d49353e94a18eb39aaed3c049bee86ef6c6984440c9700546f20023f7a71975591c1f3750d31e176e8ba4f4c47 -SHA512 (topfloat.tar.xz) = a4e4031292203a04a1df1dc5e6bd4f6b89c8806599d995707fa0dfc238bcb3dd1ecf185665db33a406302567607da5640f385f12cffb46f482993850b78155a0 -SHA512 (topletter.doc.tar.xz) = 2fcaee9c15adec307e5cbbc4e71dadd2bfe2158f51d5bb842ea6faf1e10487f5881d171e29a48ac7c6c6ce52bae7bffee91772dd046311959167b11ddac8328c -SHA512 (topletter.tar.xz) = 1c583621d738ff203ef755c4ab6d4ad520fe25204c882b3b5b1dc719590cc4ae117502008f0b2ef67486f33127e6eab92a2177aed42a8e011c9309632ce1fda1 -SHA512 (toptesi.doc.tar.xz) = ca06bdd003084fa8bc11680f5d13ae6f0b333e81ac1ea57ef37959cb5c54933621c00f86ab2fe990b327198f28218eb60b1595fa50511c48625e35a9fa5c92e5 -SHA512 (toptesi.tar.xz) = 13176c395de6e5e6e52e21cc298ed5aabf0a68d42d90119bb1bbf9b85f99c26faa3e78f64f99ab9717d506950d22338b9df2094db0f503f50871e09d2b45a085 -SHA512 (totcount.doc.tar.xz) = 46ef8cd2317108d0896b32ba9104c69fb34a6d13d1e123d6b8f1648bfdfffa6bb21f17207433dd763451b1f6c104ae3532e7aac43ef2ba73281842f0a3bcd05e -SHA512 (totcount.tar.xz) = 03ece717c7db3820cf41192e3bad2711e159fcb8a5a5a185e1c55335364917a515d9dd691cf1890421a8c62c9e55bdc49cb13718f7d98d9df34a2470cfff0daf -SHA512 (totpages.doc.tar.xz) = 58cb9d30644402a68462e0b00b6175ec4a002135eae0bb16ad2cb5b919d1dd6b93583074a0723e1c55946e7d94dab506b8527a67d7d7b39be20608207bae5626 -SHA512 (totpages.tar.xz) = 8dbfcf7728690d6c2a20f661daf62e80c00d3f08fd00aee7a07cbddd31f6adf8f38e32623b2963748367ea08dd3c95919ab576b22d70214a2f5f4f07c40374f1 -SHA512 (tpslifonts.doc.tar.xz) = e5be9024a02669212044844ad0e99b72faae15c62fb0c9065c8a5e3beb852968cf4cd4744d01890534df5a540bd1066749d999e919afd7d791b4e9ca7dd3c26c -SHA512 (tpslifonts.tar.xz) = 0394101636f394f04c38b6677f921136f74e3c8abccff199d4c972ede085c3915e2fe9bbc5b239044dd8f24b405cfc34b5c736a7cd03b749b6aeaf7feb15f5e4 -SHA512 (tqft.doc.tar.xz) = 0b6c66aefec59955214299a99eaf4949900fb294e7f1eb904efdfc0de3aa85c5fa38961073ba3f7a3c60f26688c28e6f1bb5ea2c32751062fb3231edc4607f0f -SHA512 (tqft.tar.xz) = 0bd44773d17cdaac4e3490dbca1fe038bb18e50d057d6adee53b32d6127ec844e3ae9b8f0f671969c8a00e0df01eca9fd93f27e85fc1ebcf03966e6c82b53f8f -SHA512 (trajan.doc.tar.xz) = c6b6137d1952660b99bf077eae0ddc0f40b4ea9ff6308e4f461fd0e34c7b4b35b4ad79f3e42e4d0077c9d2947db642d0add032f2413d580748ba786a8abbf029 -SHA512 (trajan.tar.xz) = 66fe869b94f489a3240078fa28da32fab71767d93befefca62fda3a39ae53ab975b13b7ddf84e490658e915c100f16225ea0ed8e7787b099bf4cb067a9fd4e09 -SHA512 (tram.doc.tar.xz) = bfc46f516c2f81530ed7e648ef6774443502b580cf580b5fd5ea9f7be0311b33fb14156aca3f36bb4d74cc165dd33d0b8ef3ebbab5624f38239c281c7d7bda09 -SHA512 (tram.tar.xz) = 4592a288c08f5bf6b41fdffee8129e08fec7397edb2b351617fe79571d2905be61cb776f87a5b152c4b62acefdf21ee2f0b293f210ce52f449d3b9e41833b2d5 -SHA512 (translation-array-fr.doc.tar.xz) = 7d9b2e43f4fde3e6a3b7436a55b2095fbc4ffa31223019c1cbfdf3d623c48be406858cdb96c8693e10fd0023050ddfbb09b463a9a3804879945ac0d6aa616be4 -SHA512 (translation-arsclassica-de.doc.tar.xz) = 58773adb7493e6ef31d8fd3854a51cd37921dd331f56f1d9eab5283c121fa8c3316ffc41242356a87af04bb6da68761ea15829e5e8555d2e6cdbb68833c8d313 -SHA512 (translation-chemsym-de.doc.tar.xz) = efe9f711c42925fd035339c25284e09ca7a99c246bf70ef2c15c4f1149accf5bab09e396b94d6d59d4e8c303bfdb3f40570912713dcbd33e7ae360a6b21c36de -SHA512 (translation-dcolumn-fr.doc.tar.xz) = 95d1633884f7237bf2a7abf8a43127ac1954fb5d0e308d676a7f4c3255d709496a382f01a8af6c28f793bcd1863e98f8ed1441e7cc288d3b8de3176631cdca1d -SHA512 (translation-ecv-de.doc.tar.xz) = a86784aaeaa786251f35ddf273050e9c981a68d060ba1a2f186379e04f89edc696090b44b402996c4f2422d1cbfd7fd68136c29fc7c74a2fd32d6d230eb2e489 -SHA512 (translation-enumitem-de.doc.tar.xz) = bee33ecf7a3045c382242f4b6ec9599f32fb254053a6417ceb514f3aad64b2bf51c50f660b562a2a3f0207f7bdc4676527627f432b1556362e3a9f5e9eda8694 -SHA512 (translation-europecv-de.doc.tar.xz) = f50e761fc7925f0cf404788ad2ad70586536e1676bc7a026be5a81136a1323f011a281160a344c455346553e90cb632133668c2483200a05ecf961e46e50bfb3 -SHA512 (translation-filecontents-de.doc.tar.xz) = 17ed1c39c549b43c31c13dfd6ffbd968ecbdd3e64b00cbc66b0a8914726f4baa7faf98edf30c23ed81850cee98a732bbdd70ef667973163ccee0b35c160fdc64 -SHA512 (translation-moreverb-de.doc.tar.xz) = 955070d4e92e38712a5df837fd0df716d1a597780a4b06046d5aac5164efc0fec1121c51ea09c3ef1a090d51732f57308f4db386440118548e2167f3cafe16ce -SHA512 (translation-natbib-fr.doc.tar.xz) = 971570414f9705cc4026a21a557b2f1dfe8fc010feca4f1ada946d11aa30169746c2017fb3882e65e68520539974eaf2361ebab7bcd292eed177fa7f6eb7337c -SHA512 (translation-tabbing-fr.doc.tar.xz) = ae2f1aa60162512287f15c770a465c2e39abe1fa5d1223d96c524dc81bf065d62f307893d22dfc06fc50da8d63d817ed60c8f07fd4fede984b6febe9c8b7b710 -SHA512 (tree-dvips.doc.tar.xz) = 8c507ec7719b92f2cf82527c7799b073ff2679cf820528b489eb7d8c83d28d098033760cf092bceb9ee7e28fec15eb580122c080b982dbb12e0e65176121e84c -SHA512 (tree-dvips.tar.xz) = 6153417c5d2677a56adf031c5f2f27e4c2bf204c0acef1cc5cd49355370aa336814bad7d2be00e95d22bcf73b9b69105a255d15f29ed650511c0eccc3c9bda07 -SHA512 (treetex.doc.tar.xz) = fb9e09bc2f6e45b854824c9c757733c2c17b4d48edc955ea48bea3ab3fb5dd914eb6427c8ae4f74ebc62b4715bada84c8f3fca0ee7d01f8d3c2526339a844681 -SHA512 (treetex.tar.xz) = 49202a38697bd9bd3bc6fcbf30d28047b8ddc4d737bfa68cfdb83197b484352997a33f55e195211eff1d548f95e2072f07ed18f1d7c6772a03c66a13051d1709 -SHA512 (trfsigns.doc.tar.xz) = 9bac4f4deafd62a8b113107ce47bb5ea3afe05078a3c5083b1ed790ed690bc3d73066e0abadc5cb1a3d45246f759941d6e2389105632bb6592c32a08e7b7671b -SHA512 (trfsigns.tar.xz) = 3607b6371c2dbbd93524f0811dbf14cd93cb2556fc217899ef3a273c27158771f743bafff0fc90a582d65da431efd7ccc1f07bf92a6600a7bc301b5b6a308325 -SHA512 (trigonometry.doc.tar.xz) = a9bd77bda2cca604a69ca1b60deeb8da3128c625b87d64ccf39aaae853a645e736b5350d3d575302ec2a35e9736e4133cd4ffd223b9bff6191b6fed9549a8092 -SHA512 (trigonometry.tar.xz) = 366a5e96499bd96d2eee38b78305d9fd7368d0b70f91acecd5a5337675002808a5695a525d011a1ab7b31ff34cc14c469970a3fe55c694f003d0ba7002795297 +SHA512 (tocloft.doc.tar.xz) = edd477e3c4b2a9f815c3e57a6b785c2237bc34435dd561d28b3e38bd8da5cc5d4d4de79a10dfbb55e920d69dab90d0a40efd3bcc44cad1c736a723b89f147af9 +SHA512 (tocloft.tar.xz) = 249b50b4dde3c9b14cfd3a7b00c441007643ad6638996b83a0274bf4126ca8a26f6cfff816c5efc9b6516953cfc29c18905138fe137877ae920e82376afeeab7 +SHA512 (tools.doc.tar.xz) = e0e7d9bd37f2268f7496b66b69fbc520413f74f67356319ec61c1c6c2523f0fa84d7ea4d78f0a9b0875d820c3514ae0c5871d4785df992ac345238e6f5af8a3a +SHA512 (tools.tar.xz) = 1d3386bd098381e0ede5ff0c6cb107867719a54a8109208a1de448881e172265a000d91c6e7d0607af62de0504913e4698f5ee00a710b5dc32a8157faed094d5 +SHA512 (translator.doc.tar.xz) = 9fcaef407ea8149e35eb4ae2d4ea30a3a865ed31992bc9ed4e046059d93445db32a912e05698825df1c720903fdbadf4550d6fba7ab38990ca85d6dcb078fbea +SHA512 (translator.tar.xz) = 87eb30409270c63236f5933a52d7815b529a4aca0d7ecc2cb7cb69199d0597684cd48e25b2f00be80024f734d2f4067650adf457ef942aa8477359a6be20d886 SHA512 (trimspaces.doc.tar.xz) = 8e26064de0c14d6caa1d6cf625cbd2d598102056136dfa20d0a7ffb178c26829db0206d87893937b63f83171744a29bea3567e16e2a7a0d454734a0b72837277 SHA512 (trimspaces.tar.xz) = 09bfe50d1b14502311aea7a20df80e70c1907b1c8443aba9453aa0a3eb76cbd34728734b81df63bd5895a4a5a55ddfe6d0feedf7d5d28d6b5922a374bc550c9e -SHA512 (trivfloat.doc.tar.xz) = eb9fce19c495eedd728e87bf47f5d925a685a8b9e81e8de0e6c317f74af6c82352f403486f5a904849ed418722d830ae294a89eaa57bbff59eee8a03cf9b8af8 -SHA512 (trivfloat.tar.xz) = 25e07373c53a6d4c92a5f2f19fa0d70c86202435863b8b3cd036f2d12f74a477a33cca6508794f67256a877117bea821a11b9bff235e1a894c90b71810bbcca4 -SHA512 (trsym.doc.tar.xz) = d6cd64c1c4bbc927f4154c2281ef4c13ab145b750d92561235364a35082e497afc5d8aa5806452757b499b827305a0a183723deb38272ba43bcc38eedc367731 -SHA512 (trsym.tar.xz) = e571d1c0c042e2fe75b992c6e0e9e07b04f0368f1e74a51ba91c34a642be148fb817027931ec35831672970725377038b5cc80d34bdb716d936f4aa59075d83a -SHA512 (truncate.doc.tar.xz) = 78e9a96fc2e635237cae9ab4d7ac30cfee8582dde13331800ac9079d1e0726c597accb598b5e679b6643d27b2a53fb367e740b76d59e9a5d27226a4c829e8518 -SHA512 (truncate.tar.xz) = b676d65803577b4bce5f6240a0d05a306199f24c2b14402954f4430f07fed9a8af574c4cf9cdc233824bb1a285eee0c531aa40ae31c782a43afd678d6e44f27a -SHA512 (tsemlines.tar.xz) = d4b6a929a403ed7fea409aa618e7ca021c2c7138a6b11c980430ba18f952ffba44df951dbc7b7f3a5ffcdace3b5f3a455eedc2a50b6e0e003ae3e17e8e7f9969 -SHA512 (tucv.doc.tar.xz) = 750f739c7cc244ce52b4838009666c9b6196cee234e9bbf0028e3316c75a435b5038269e93f42d99116b9db3d93dc4710c03705b924d62f09a217f2acfe36303 -SHA512 (tucv.tar.xz) = 957485431ecbdd31f180b36e7519c4bee8379f477b765ff5cebe57ffa3c95caa5556ed057943eb052d61e720074dc78035fe05b0023115caceb05bd2c3757183 -SHA512 (tufte-latex.doc.tar.xz) = 11ac57e79a05db644235b6db851473c75d1538a1261d7022a63d9ab0cc54486cc13b7cc95c44d16912952e46bc9264c1bfb831a728b51a03495d01f1963410d3 -SHA512 (tufte-latex.tar.xz) = 6dd01a5a6faf37439ca9aab23534f99050b84bfac16df48545417ee03e72700344c25b2de3262e8e28406da705d50296473a815fa14b701c609b3715f01405d1 -SHA512 (tugboat-plain.doc.tar.xz) = 747ac188b7d738ae33808da86716712f80f98ec2f69b60bc45514cead00d837fde1dcc99c65804e61c9e35e94e9276f314617f885dd081fe6fce75f7a2baaf9e -SHA512 (tui.doc.tar.xz) = b48d9811ac6414d96a7b5059b33c174464f262c721159552e48e6f5bcf5b969ae91bbac61aff6077304907d3d2bd8eb73774628458a7e740ea49fe433b9bbbc2 -SHA512 (tui.tar.xz) = 59e8af51c39984a42247435ad893c3b8e37eb9dc53634e0a5f30733ee0c973690b66d805079a0f5cf61762abe7fceb1f2dc91691df9be26f72a1a8edd2524ba3 -SHA512 (turabian.doc.tar.xz) = 3b4900c67c65ee1b20dedb2ffbc844ff22dc519dde0121b375dd13bcd80a0f2fdf5cef8c4e43a395ebe8fb4c82d463f18ca30ec65fe2be398c181af78ec0a0f7 -SHA512 (turabian.tar.xz) = fe4ec8291e8b1dfc6130bdc862384b8e7c6ea2d4db6baaf92e0b7b053ab8ed328ec452e0c1efc4da2eecc3f8b6c86e77cfd2100ea66e4f59276fb64683d55a92 -SHA512 (turkmen.doc.tar.xz) = 39014c9049322a1966951a242152b8774b2bc914bd620b6eba8c97e8ec457a1ed3547f2c211b3bba333cab21bac98882dbc9a1e9028443e7365780cf4d78b577 -SHA512 (turkmen.tar.xz) = 437ff775642326f25f260280ca8d846e546f0f4b3c3082eb1ebaadcfc6ca5196967f82a00237367754b3ff307f983a828dba5c8117539d65634379567062a377 -SHA512 (turnstile.doc.tar.xz) = 6f51d17752aab1c33442a92d3d926b1802c1274b3799f33f65bcd417d268ce851be76d36b13fbe0fa3599399f10df9e8bec7bfb6ffa929f667b9e7ee3e9eb323 -SHA512 (turnstile.tar.xz) = 083050bb9f34b576cc1033a0b754a2e888883d98d41aa08c1694f78cb5e372748cfc1d62af94732334ce05e91933e95796498fc120d6584f554260fef4d87811 -SHA512 (turnthepage.doc.tar.xz) = 4af8dc61e53df587f19b61f6260e7a7820a8334f2841a63f2ecc05b7197eb69596dc36163b39cdaff9258651241a334b6e3a814699065c8ce4f861fba6110f83 -SHA512 (turnthepage.tar.xz) = 446b0516264eac6b880048e16cf4ad7bb529718c726233fc645b8c32d625f3f6b505b72beef81994b61ddc77ec8ecfece907347be4f9e18a79fa36c2aef91b5d -SHA512 (twoinone.doc.tar.xz) = 5b79b0b235fda5e32680884702a16fe033f3a617daa765a72233d22df5e217f6d2a617a2d067f6a230985e5144e6e6d733ef6e7060f267c6d22bf5de39361d41 -SHA512 (twoinone.tar.xz) = ffb9610d416a15f664bfc34772651af63f76843127290bd64462991b3b892a8bbe9b5a8251e278ce757883226bc07f89f54cf94be08d6bdbe6f68c5841e3a282 -SHA512 (twoup.doc.tar.xz) = 2bd34ca3274a229949c322a543c2e1fcffac7383edab2cbb7f0c74dd43d3b9531f9ade43f6d0126f5fd43371093f92170f69fdcbc4f69ba7fdca1d1fad167c36 -SHA512 (twoup.tar.xz) = b3734b3818498a7038d544304d27376ff481b81fbd776cc44b9d246c3e69560364a784d897755cb69f9608c51135a1fdbb8ed370d624db64dd7b5f18a48bf754 SHA512 (txfonts.doc.tar.xz) = f19a988305799931023026f714b63ee539ebaddcd39e9be1f1bf765cc4cc89428b626ff4d6bfc91ea2f324f08cf09b618b6a0f8db6b01dc9d8685618daa1e2d1 SHA512 (txfonts.tar.xz) = 2e6a195791067ec85f4eeaea5970467c97915dfa48f59d17b5a73c90ba221de1b41ed35502c6714335cd190af05ccaefc6cd5855c5f35f49bd8e15a2b4ca0726 -SHA512 (txgreeks.doc.tar.xz) = b671e433740ddc414e0a881d1f91a1311ab0957038ebeba23fe99d623a62e0499825548dd591d0adc67d32a5d7331cdcdc76be6ba87f77265bcf48758626919f -SHA512 (txgreeks.tar.xz) = 05b24a0c9705589d2e04933a5e29b8a49de155ad0e9a4caa0c36785f7feafe475275b76c58aa50d9318df26342b800382d3c9e8164bd95fdf400f730191282f0 -SHA512 (txuprcal.doc.tar.xz) = f5bd216c689b0368bbbfe29f7fbd57bb7c02344d8696af488fdd7f1078fc5ad9ac7ad5565f1408b7b7d19224093d1418c1e3d8920b8cb0cece770811576c894a -SHA512 (txuprcal.tar.xz) = f6840ff0846b52130b65c81513d4bf358dfea413ac6d7f324eab592b96d5277d7036e5d991dbfc1ecf6376fd35baaf0351818eed69a21b6ba88e25f878a41ef1 SHA512 (type1cm.doc.tar.xz) = 6cd4061eced23057d860143dd7121b1e0ca1a17de1c2f08334c678c9623c0066ee77c1ab5036953ce390be7356d3fc0d155a5de1f0aa977e1e95296fe71d5199 SHA512 (type1cm.tar.xz) = 85a72c942e61dc0c0fd3fd7646d264ee692ecaf4e2badab4f68dbcc380a1c88a78d4ce066e23a08d1cfb29ed3af0115b08ea05a0e078283513eb14f9c6031863 -SHA512 (Type1fonts.doc.tar.xz) = 5448b85539d29ace8365bd0e197693c0c4c53a145d5182c3f125e11cb3ca8194675ca9553ad53bf7e503b1636f17614ea2e338113f61474d9744dfa91800390e -SHA512 (typed-checklist.doc.tar.xz) = 87943514c64b12bc85711086f17bf06794e110f36b67232659f6746f39d4e671a7b618d45c21c7d034e5aef3f3374c959445e235329fd16d370410fc5f9621ec -SHA512 (typed-checklist.tar.xz) = 3ebcc55c6e6e5abe50b1040be5d53f662c632a8b53f2d1914dee66ff0ec812d61057113f8af5062171a3bc9f7a67de0b3b5768eb701534d386d0db6fdfea0ed2 -SHA512 (typeface.doc.tar.xz) = 548caa57dcde46484ae947f46abbd8cfae54c0325b42cc32c23c092e23f7cfe6589b6ddcee1eef09ece3c5ce0328fa561c52234899d9544fdb86440c91c63ce9 -SHA512 (typeface.tar.xz) = 68a71a590aaf3c6defc28a52b47f38bd1d24ec034df904d7baf4e22f1d390ebbabe744855bda70e72986450b402f03295f772a9576a2bffcab5638f3f77718db SHA512 (typehtml.doc.tar.xz) = 0001ed86af90c4fba458d299a2651a200ece010ec76bd8e934afcbacb7d7684fcd6c9514d280bac886a41eb38b4630fa52b1ea18da70ef9c29bc04618e392673 SHA512 (typehtml.tar.xz) = 9a158c2fd4c16a5dda1f8828ba32e082f5839fb841a8479563828b0085db4fbe28cb91674c6f22ab4965f8bf6f6cdc0f5b3113743113ca0188ff8bb851845ae3 -SHA512 (typewriter.doc.tar.xz) = 12376247fd8500e7c147609bf47acab379e36126976ea9f2dc0a352b8b0d779b1cd43bd1394f3961b1a7fa894a8b6448b0369f612d8bbf8d1bec3175e850f89c -SHA512 (typewriter.tar.xz) = f8b9edca6a860f0acf0d676fff381276594f7c13fb13da2e54caf5513a8a65fde378b4c16dc621d89d25d7492318b006d7c5d863c1f96a0a246064c0dad1f2d8 -SHA512 (typicons.doc.tar.xz) = 36b9517833fa6c430671fdaf0ad0775813c22ea3b3f56fad96410dd90e052b76d81f0ecd411ec19b567cd664b7ca44b9268d05ce59fb9bea0429c8f91c3a4a55 -SHA512 (typicons.tar.xz) = 38b0afff6e88635a2a27502f1abc279fd70e49f36d56bb44114895614cf80184ebf8b627bcd576d128b3557de08b3791c5c2e48f2adac9766f9a809ff0db3cba -SHA512 (typoaid.doc.tar.xz) = fd4809e02b1167e16bdb75cce5837f6202cfb44e7a0204900f6eb70173aac984eb35b14f00a9d43d4a61a4fb3a00298eafcbf71de15c7531f043e64cef418d8f -SHA512 (typoaid.tar.xz) = 56553f1ea620566efdcd5dbe3710627d4c1b0be0ee294d256cec8cd633a4b24048012c108eac867427ddda28614eadd73172fcd2c57ac702d5f5e5c4a40769bc -SHA512 (typogrid.doc.tar.xz) = d228343668d98616c6cab8a1c4b0cea313b4a7d2f25699a0f54f64b660b10869d2669d98f7f5b992ddff5a3202139ef1e278ebd40b3dd76466c6154a59804c90 -SHA512 (typogrid.tar.xz) = 4ef0239ae626245b25e43819bc05da7d22d89d1e33b94402f8bf2b24e2518bfa7ce6626d0c9deffba5d461dd65db0160bd9134b78cd9ba930d0e6315cd761b9c -SHA512 (uaclasses.doc.tar.xz) = 63beb08274ed7db9a2d77761277d65f89988812765a2484d7db54a8419cf67dad3fbf76b46bdafd8bd7cf17a1d540deb83c00c7b6df01f6f023bbb5f098c2ab1 -SHA512 (uaclasses.tar.xz) = 4341612f18d6f5f4352ec0bf0018fe3115be73f479479586a81d7f994ec23adea7c38fd773022b4d81a126e43bcbfe5f97f4c36d61bad73509f2c1b97882c00f -SHA512 (uantwerpendocs.doc.tar.xz) = 94a6b8beddfa2b625fce0f75cbab43ae4fafa7cd7c5dd0568cbe46cc1a7b0218c74c5575d116c8e085bc0fddb62db0596635d549251a760ef93d93b662d40982 -SHA512 (uantwerpendocs.tar.xz) = 93c494ac45f8713cdff15e03b5f17388041ecf569eea304966da980d413d542d72af79ce86a57686e790ac527c5c6e562a93b9612c03438aa7ea1acb3fe7af92 -SHA512 (uassign.doc.tar.xz) = e6569cdac6854bc1856d6a4604589619ecbf317442018790eabc3332723dc167a879e7ca6be0da8c281847e757ddada005daaa3b8712f7697ea4052b9c9f7cf9 -SHA512 (uassign.tar.xz) = 3e61f381e23c30670fe78c4a54d99970bd05883e6fa03040e7123fb0936aabf51341d64aeff92109fdc33b7b97f40aa0cd81fd6624d9449584aef1fa3061070b -SHA512 (ucbthesis.doc.tar.xz) = aa443fe9530f08dde9b0531e075052868524c7ff6052e8e93e384ee3c01a354fd1752664b602ff6c98ab5250d05eca910773236d55270c09a567c9b238fbcd7a -SHA512 (ucbthesis.tar.xz) = b1a4258afddfb1283c3fa4f8e126dc63f1ac948ebee2d2fab3738e2f5228b0bda85e71ab3cc3ccfab0b8ae66b84547c5070e111e8c1516b54bcef721f935e63c -SHA512 (ucdavisthesis.doc.tar.xz) = 26ecd36ab09467341868d0ad7d71f39728f23688053ad4b8a89339238da5c96fcfe504d8e6403663eb6441a14333163f8998e00428609b161c3e9665a4ef0bf5 -SHA512 (ucdavisthesis.tar.xz) = ce8191ad81027361c23175194bf23284bc2e43407f0047586a4a89a2c51f9823356e2e571639a1f76f6a1f2b43c08eeb134d874c03f559897b0cf50aecfc94a9 SHA512 (ucharcat.doc.tar.xz) = b4615cefd26201509c908c2719519f927d61ad96367a612d654917819b2ac973fff85d081dad6e1d092e634388b16e83e440d3cbad4fc7c16f638f5e2853bb7f SHA512 (ucharcat.tar.xz) = 333e8f92394d89bdc3492606e467d4b664c5d87eb464e1c16ff293e3f87931c3c70308aeb523fb40f2e76e5d0aa2c1635402f40fc36ecfbb7ced98d232b8bcb5 SHA512 (ucharclasses.doc.tar.xz) = 21453f2a5fd247f05033b929200bed163391c718ac0562953a732718b8851546b1e2b8c1fc35c1412def0ac368c47ef1c06d9d8f4bb724be6863c2568662d10c SHA512 (ucharclasses.tar.xz) = 1c90d8c0f27919e8b3e8bb057a43bb1878b1bf35840d13b6304edb24df56086081883731c35d1d58638374bc2835ac3f111a23981459357b1d1883168a4dd833 SHA512 (ucs.doc.tar.xz) = b1c57fc95a282e546fae1fb8267c450412ff92b5bb0510c335cfa7d8ace9691c4f6c47fdc0a87d6752052abca1325a86a44b777cefd65363bf4d9c95265de888 SHA512 (ucs.tar.xz) = f3a7120c45b722746b0f3c90a189ebf42daccaf659385c16507e5fbfb0a2922b7fbc3b3e34f53fc61ce6cf0883c9c182ee47c95b3596fbf9029db6fdafc6ddcb -SHA512 (ucthesis.doc.tar.xz) = 7f7ec44a55e2d712af2204d883a7136b44192a402daff4376cd6cb217419179d2b46bc083688d9be9ad85d2b3daeb00305f2253196784ffc9d72c039f0aca5af -SHA512 (ucthesis.tar.xz) = 5409e366c69372dd3a93b3755d185e0b96edf71c7a8de4d6cc3d41850e5b9915d2bbe68d3265b5facd52e7d8c00159031737dbcc26302a1a6a89425ac47f443c -SHA512 (uebungsblatt.doc.tar.xz) = 2853eae6fdddf889b305166c6c09351e8e7d7fb087c68a5ab9f4a7a282118200a5120c215708e7d2b9d4487457aa6330d11ec7f7a8e0139719b67217732f2633 -SHA512 (uebungsblatt.tar.xz) = e9ce935da13de8106d63f233349bd29e954538ad17de7505be14a4b5a2efa1e1aabd3ef46871e98d2f5d4730bcf6c49998187924328eed19a35a95bffdcb8d70 -SHA512 (uestcthesis.doc.tar.xz) = e68e86bb446c1e79111948b004ece03e2110166d01966d562b1bac6c932385aeaa682f04262eccd822e01b93c66c77be53c947c1dbdbf5ce129a74efdacf5df6 -SHA512 (uestcthesis.tar.xz) = aaeb270174e260230d527379ef0a7581ec9f78387aae8505ed5e88a04586dfbb1d90cb923181f34e92d5100bcece0da66e17452218f0c83bbb12b38cc517f3b5 SHA512 (uhc.doc.tar.xz) = c37c5041d155f9a175a6761154211a683405d094850cc829a6b942afcb93af987b4049e663d260ae2b066827007d8c6576fdcd5d14d3ff599f031b13c00e162f SHA512 (uhc.tar.xz) = b5e722e7a72d2efcd89c969c10291779a2885603817374e4318f59b4042b8890df967503016d08a91e30ba8cbbc6f1838843644f06cf44766a7096efdd3bf905 -SHA512 (uhrzeit.doc.tar.xz) = 76c7bdb6c74ac05fd9b51366b68b0dae8180da51f506ba1793765d25de29582c8eba51826d6d6c6d3c3c1793f10fda3f6bb75c82d8d454fb19e1339eb98a9eb2 -SHA512 (uhrzeit.tar.xz) = 7b5c732258e25ecc2d429b09349b94cc4f24de77e8db40add018f42bf7658868e9c3730f0fed86312ea96625556fe02a276535eb14416d06fa5fd2cc1eff30c6 -SHA512 (uiucredborder.doc.tar.xz) = 6e1c91389897853bada4b52c8350dfbbc321395cf1ff7991d7f29d5e64119c86c4e07fdad889f2a4a149e0e2db1a1e5cd9a44cf6f905d5030afa25cfb14d1323 -SHA512 (uiucredborder.tar.xz) = 4a398e734fe551f1636a63ab3ac8b851ff1e445c8b15b6e48017ed7a81edbcf042750919db790d7e2e9d6b08132ec5a3c04195854315ba1c1c8e8712996dcb25 -SHA512 (uiucthesis.doc.tar.xz) = 798e7428988a622562b94bfd4ae389dcbba3524fda0d427aa4fbdaff0f1a437babb4e68b58350a3229fa078bf11e17af9f5eff61a5c9153960a941783cca623e -SHA512 (uiucthesis.tar.xz) = 565b499bcef08716d627e206a53f2f344a10a0e219876eaf4bd82a63accb2eb43c14c8c8b25236d336022900e9a7d5299b5a34d5e40eba0be6d7dc8ee4431490 -SHA512 (ukrhyph.doc.tar.xz) = a283d11ed922181d4f29f521e3019fbca2b1bba1aacb312e22dd8e69d05d7dafbabc5c23b63707f265bcd215d8f517f58ab2ffee2b87d9bc1a968d00e9542840 -SHA512 (ukrhyph.tar.xz) = 043338c4e92d84bc2b7bd63610656b53b39bac225c5610089c0c8b58ce9bbe3f414129a6b043a5307ebb7b59cc062ade7bd803fb6949d06a0d0c87e2dd4a0bd3 -SHA512 (umbclegislation.doc.tar.xz) = d4d5f318baa1f1ecd446bb864d0670ed2dcd7208429bfd2ce587810b27dde22f49a6f7c072aad8f6515e721a98ea0ec356ee36eb970cdee385910a291d964394 -SHA512 (umbclegislation.tar.xz) = ea6a55698b51da3939a1bfc10963dd74d9e772ebd18ad9018f649077224f7ee30ca20f051a68c9bd8d8bac94baf1d0d28ab2f864419c61385ebf9bc82aacb7f0 -SHA512 (umich-thesis.doc.tar.xz) = db85abee0ad37ce814c645c072399a6ab7e3307c623bd402a1b9ee8b69a1c2a8aa782b5007a433ebe9eaba984432223bd78f247fdcd0c6f50edeccc87b874173 -SHA512 (umich-thesis.tar.xz) = 52bb76c9d9e3bb742c2049495a74d026a1803396bc5064a10f4da2e80390ae6c9c9c74326b14966e989c9edd1e29b797b89413ed6e87e90527ae470a8b731889 -SHA512 (umlaute.doc.tar.xz) = 89f28b3b90f63ea4f367019f0b65aa1f8e9489ff0d897af6ea29b7455948e3e75ef003a5a2d5b4a88e00a5e415d409a577c03b63a330f93ed6804c99f951c68e -SHA512 (umlaute.tar.xz) = 35188d3930b11c0d1b52a5032bcf9cea21a22ce8ca2930f69ad4ab54bcdf56b73858168cc62581aac1173452dd0f7d0da3de8ac21b0ca2255ef324ff63c89091 -SHA512 (uml.doc.tar.xz) = d81393e3b6d9efc0177478e562dc0a22323e3e5913d7592cdb6ec595d525238e154d2a599380521652eda4fe75b12006cfdc907715b0a9d461f8df60ed27986b -SHA512 (uml.tar.xz) = b20da85c7166f8aec4309af3ab0b1319f37ada1513ff502555794b1721ac8c3f551afcdf49a58bf5c3c5e666e48962075f7711a45de003245584541175a6a470 -SHA512 (umoline.doc.tar.xz) = 64d559300349fd75af4bd98f0841aee5c5d622791cdd03373ea1e7840989b5175e300663023d0f08636b86337f66c6668871387a51a9a28e079111087265bb98 -SHA512 (umoline.tar.xz) = db3b8216d50288ec096f3dea9db24dfbad76848d9b8ccdc5d1310f4b8bb1b37ef10fed74ee5e6e0b70cc3e0aaa73aea87354ad731e4057c888031eb4e1940539 -SHA512 (umthesis.doc.tar.xz) = fb43c7ab262d2a1eb70b80bf4ad66ae9e022c847451009372e1ee1fcc5250e93b0a4a2195f4208799ae78cbcb5fc24d48de0b2355884721918ae5d4c827c3507 -SHA512 (umthesis.tar.xz) = b2fb90713da6547b9d4cbea4f972144f70d7f1875e325225f0dfb90df1a04b4693c5a3dc651f0066ef7ba6456c7732aeb5272ccfd5e8edc24281c1b1bc9e4e32 -SHA512 (umtypewriter.tar.xz) = 44dc925eccfa4010566bc751bf202fbea6b369beb57c6851bffce2dab757bbcf415d601de44f97e929e046cdba1720ecd7bb6ca12c992674d33b43b9e0ce77ff -SHA512 (unam-thesis.doc.tar.xz) = ba6897f0b31953cc60bb49430de1b77d10d7656363d596d4160f96189c70417227193ac7d3809e1bd7518b89a871f5bf4b18004ff8185b2a03e0226536dc6a3a -SHA512 (unamthesis.doc.tar.xz) = 240a697f242b880fd2436bbaa3752aae57ef3fd2e9ee63da173c78582c4bcbb1eb19e02a96607991d1d6a40157d52f00dadcd4956af230d429ad5223161a018d -SHA512 (unam-thesis.tar.xz) = aaa8c4029cfb130798c5e9401fde5dbc7943d7cb89c9a620e050e619ccc1950593b1d10bf6300958aede043ed0e4fbef371d0c40f055b259284f008463a64c40 -SHA512 (unamthesis.tar.xz) = f48e7aab2c445c5e257bb39ea4dd880cf9334a5b1dcbf429e8d4420edbdc4621aa59548f31770d67698bfb4e59e239dbcddc959c1b010e012ad16971ee7956f0 -SHA512 (unamth-template.doc.tar.xz) = eed527d21e7d8669e0a02fd5e880e9172dcc2ca8a1e499b079d1d8f3935b7e84a4c84763b0204bb3b90a9df493bbbba6ee90fefcde6b4975c1360ae119264f61 -SHA512 (undergradmath.doc.tar.xz) = 5dfa5955c7e9ed8fe89f6ccfb4517e699861b95619fc2013631d457938d64bd56bf34718c29b154a46b8519ec61bb102963668b13bb414a3a7ab35b748a981c7 -SHA512 (underlin.doc.tar.xz) = d296a04d3a24b463de3e4fe99c96a2fd8afa7c4ed2fa17d1218ac9e4c17455b4752176be60743211d59657045c709c8b4bd66febf10c81a41879e8c7a67e9958 -SHA512 (underlin.tar.xz) = b3afaf4c51b3da2d082e2cc742deaabe70cfbea7425e0c57f0d1d6696cd7d8f993707a219556a5c5bca925ea63373e3f0a716a82ead647e09ef2f716535886d2 -SHA512 (underoverlap.doc.tar.xz) = 5214981a15d7f15cd361f007505a4a0060a2952d75ea28f4eaef01c19a5b79736512a2b0a8c5e6ece2d08c364780256963276a9bc9ea980e13ba292e3d0b8bc2 -SHA512 (underoverlap.tar.xz) = 3f94b5d33cfaa7f48441ba656e9498ea17ee5ca404e39486004e43bed71bab5f2140b391191e4d6f9575ca23e09b83bce343433c02cc394844270e563aab70c3 +SHA512 (ulem.doc.tar.xz) = 153dcf2057d267c2f59c7705c4997752e902aa004201f97d52a180419d7c0fea4173c0b5b1a1c8a11bc1703226e55ea55721a4d18c265b30343a5812d1f4e0e7 +SHA512 (ulem.tar.xz) = bb7fc8d93d38a847431f9f62f1447520890f3904654ef6f3cdffd14537600da35d54bd0839cd8fd8d26e1e3146463cd9ced79f706df54df075292eea8a40ed4c SHA512 (underscore.doc.tar.xz) = e1f0730b39a5d25cc52160e090b797ed73a5becc16b6813cd0c2f4bf78696b23aec5c82367c347d0e734f3b92761ad2090e517bb6dd2a40879639f62149fdba6 SHA512 (underscore.tar.xz) = 4fdc57d0a36aa5646c6b960b7579a8111441659469df32beaae06f54e6e835456810b1d9b5d36036510befd5e80b5b481b9179a6b24364bf8f858ebc97039ab2 -SHA512 (undolabl.doc.tar.xz) = d7aa3497adacd6a5e10dfc9ac19762ba3fdabc74eb1d50c22dcd05e8d4a02d0723efe3c7e297050ab607525ad3611cddf87cc50d640394c4489d765fffbbe8b8 -SHA512 (undolabl.tar.xz) = b753a9d8a4809118a76b9651c5c7994aebe5c95019b408c59b356135ab34fe4e463099280ea43fc4e47692e32af9570be929999a661fe80ce993f25b85547e10 -SHA512 (unfonts-core.doc.tar.xz) = aabc766497c311a943f0a269d5822a44ab6baab6c8a82fddecf0b53010d794173d417f46fa6c073d2db453540a76866dd2265daea5879ec8c0ffdcd936d29a41 -SHA512 (unfonts-core.tar.xz) = 5b405d4d77d15392ce5c90e9b50b6ab68309fdff67313af2749ff0865f46ba02a40e4850a690f69834f0b6a7c7e7ac33d3d422a9b241586433718f82de31bc30 -SHA512 (unfonts-extra.doc.tar.xz) = 5fdc1ebd1d939ba99d4bb11c2d89128a97adaa4a0696abbc7517ab55ce39b87e7e7801e7a30b93c1f95e92bacd7d862144191f0ef542561816f6d1b84e9a7131 -SHA512 (unfonts-extra.tar.xz) = ba57b43a7df5d1f9565a08e0a0588d9a3ac9702041763ee663dc8c906279f32c363a88e1c1be098e0d4e9b26550121e686cbb6fc6b0256bb91535a4a1b12a083 -SHA512 (unicode-bidi.doc.tar.xz) = 44b76c810988c541c5dc6cc85a56fb81e8c2aa97afb84192477e57f59423e508e34aaa0542009ceb5ddbf74c95cd662697544af1cdda1d0c114bb3f0507493d5 -SHA512 (unicode-bidi.tar.xz) = 35e32b9959e698ab0d32ef578376fdeaac54c1acb9abc584e742a7caafbb2cf82364d58d73ad07de4cd273a5c9c60e4468df74fc4c21fb6552ddb5be725e384d +SHA512 (unicode-data.doc.tar.xz) = 42511daaa2e1f7f9aa5cbcd12091dabbf8d6d4a030ec6808d06dd43d6c9c1b74684207f99ed6e87a5f279c73d3d76d5c65a150b0e7a4aa252e8118f512ddc3eb +SHA512 (unicode-data.tar.xz) = ed05f1e6d7bdcaa1af1f4de575ca7e8495bdcb4682368e4e014a0d44dacb5c3221e66a3b73d946d1a7c5c3f3e36ad3b2d78d6f3d0e35affe926dfcb80f2a22f2 +SHA512 (unicode-math.doc.tar.xz) = 47051682a03bd91a9e9d6861239baca8c0f34b0e2b1b94a4a1e4100a522c639712fd9cdebf4ab7be1b2d09e90ed6ca2335b4bce0233a8e047dbe5090493fbecb +SHA512 (unicode-math.tar.xz) = 7ed199c32680ae776c6367cc5d4d1c34826d6652ee50aa16f7952151b339d07809186c93a939f945d7166002ada059b3f02f54fdf5770b0b1cc50c6144d840ca +SHA512 (uniquecounter.doc.tar.xz) = 4dc74aabd9288ae881c4513886ff917e1e8bf08446d3b34c946bded6a6fa71ea7b6786bf432fec2661cd1db1af6b5875ab329708cc3c443499b83b0325645d0f +SHA512 (uniquecounter.tar.xz) = 9769fcfd787f210e0653c971872aaad6e0ef1e5a066e392e9d599f8fc11ab9f6587d21db1100b643d09d4850cfbfbbc1d32f01fd1e86aedab8c92da4f5a7d614 SHA512 (unisugar.doc.tar.xz) = 8e6fdec36271f3561c768acf095b6fc353da07864829322dd0b52b1784d74793828951e006f8c56a9c38849b28ce186682d906bd7bc906739b22782db2102021 SHA512 (unisugar.tar.xz) = 01dbe995d32b49121e28163c11f89e51d4c692ab864b3dbe6305a0e4364c025b13751c137df52d24160acc9a8080fbee56fc7a5af522405c3d0564486c151260 -SHA512 (unitn-bimrep.doc.tar.xz) = 3049a0bfcbae6666f309979e2c2b8d52647d3c445992201afbbfa28684b83adb2a1ad5f227360c49826ba2de2cfebbc87195801c38413f5eb26bcd793b77ca61 -SHA512 (unitn-bimrep.tar.xz) = 595883fa58169e9cd7a860933f19847895ca02d3a684b71536dfcdff54c5fe6410e6cf6fab8ae9574cb9a9180ce24f3ddf41f817ceeab85d0c65684cdc9b3909 -SHA512 (unitsdef.doc.tar.xz) = c1e6de470c8b290c66f71020794fa5a855a0c9b22d90f629c8ec0f6ab110ff780c0f39291f0309348711cc2acb60cf52f38538da8894803cfee54f9fd6fdc9c6 -SHA512 (unitsdef.tar.xz) = 048b2d4f3b160a359a8db5a66b9bc3bf68545384c39c7c4964521aa2067a35e4524734e082d5bedeaf3ff52b6a5043717ca6f510cce0d041b0968968ffd232b5 -SHA512 (units.doc.tar.xz) = e8a1d929e9817539a5fef6cd89c8d4daf60cc0495fc7698e4708eefbf60fd36daf88ee5cb668e9f1d53978d53253bb52ef6b3e6d1a313708022e5218c99e89d2 -SHA512 (units.tar.xz) = a1c3266bd95d8668d67e7dc451258f7a3a0362e4435ab70a574be5f7ac44bb5fbb7b30ded852602c73f227f57e8f7bf61af148070b9eae6103a982f726869a2f -SHA512 (universalis.doc.tar.xz) = 4cee70c65d7f83a5d280550934c47acc59cffad87d78364ef84d397914127f43fc74b469469371652a83625d0fbe97c2a50fad76f559f39924b1995bf6a09baf -SHA512 (universalis.tar.xz) = fcf890f52623fbded89b6dc5e6a8ed425354437430f66a70515ef7cfc126e6af20331f557630205189c7aa676532795d77415f2b4099b1fa46f460dd1b0f2011 -SHA512 (univie-ling.doc.tar.xz) = 52889934cb166ecfc6d5dc4433a9e1c4df927007584b6513d5a254734fd9b82c77af4fa535ddad34494fb207a41167080828500cce02b34f2f88787b8ec783d5 -SHA512 (univie-ling.tar.xz) = 33cb5fbb0b8cf2a5a49bfab100c584155a965bd1304a8f16e78ea3c5e5007e43580f3839367cfed28e6f20e8e6f653e1fb9c7aa357e31e41e8f688d74a9f8800 -SHA512 (uni-wtal-ger.doc.tar.xz) = ffee19f2d4ac337f7615b99946287eb902d2841b48f9d5c49d51604b45b7eaa126538732d64b319a8ba320f1dcb9b62b45cf608dbb0059f37975a1220022c333 -SHA512 (uni-wtal-ger.tar.xz) = d1b6186d50733f87576ef6509f7eebaa17651039d882f78abbfa8ae23ddf7b896a90065fd5ff83a2e216485c22e865057f715784fab37ad9440616297d67a26d -SHA512 (uni-wtal-lin.doc.tar.xz) = e88b2c8364eeebf3768d0d562447d29233280daf685d56fe791d25b352cc64c4c95be3bec198aa6e5502287a654f3088e643a3a58edf7e55d0d899eed5b704c6 -SHA512 (uni-wtal-lin.tar.xz) = 803107d89b4ce6fe120bb528c684a65db3a9c70433abfd6bcebe2a5d05e6c7680256a407ef5f0515a56915c5c1e0637a183cc866631558e32afd96a0e45139ce -SHA512 (unswcover.doc.tar.xz) = ea443054c6c89bac4ead8218e12a4a8020fbcea1204eb12f237f0a58f4f303797b27bb45585b78167d0a43a6758d257da0b140deb563de7cdc9497b8df56f329 -SHA512 (unswcover.tar.xz) = e51938d3e31bb75abf7b8af27a7cfc47efde49b1e569c2d9b5d170bd4e7a29479571717d9932de22907e2f23093e977959112d4c1c42687fbaecddd6fe1b990f -SHA512 (uothesis.doc.tar.xz) = 16af5c258ae738401885a1451675ace657e169deb37670336ab87ac39d30128c98bff91b5f9f6f2de9961d981b2719f94472692c5456913bada6e7ec6bbb60c6 -SHA512 (uothesis.tar.xz) = 8549715b39426264ae94d5618f13837bf20e48a350cfccc5642ff5e246ad84e04050e2def0780e8f3da69647d86b6795a009215da1277f43ab9a8a3b5acb798a -SHA512 (uowthesis.doc.tar.xz) = 00386265fd93cc89146fba04eff87b55fc250e3429ca5d769f006ee1e8c581fdd96702830a90ca4eeedd35e0d90305b5ce19dea6f16ef5600479d1fc1ab2e35b -SHA512 (uowthesis.tar.xz) = 060684c777f377fcc98b371123cfcd9717a113deb0f7fbd99cdf6cec65e66b77fc44d50a3475c8b1e8071eec80c2e6b1c20437a4432d6d5fba208fe3f06fe127 -SHA512 (upca.doc.tar.xz) = f19dd751bffb9ee92ee80f74f692ac410781e87817ee841c01f37bac87fc770b9fc97d488ffbe97490206899653d329034d82cf649de0ee52cfa4643f956d7de -SHA512 (upca.tar.xz) = 3423a3a7d42273bfb28642d250d5000fd55d5cfe2dfb5ba0c2f875ced6c6df344866a5512a624dedb12d6bb9357f02a831297f4aba463dbd5e69e5e8dd9941dd -SHA512 (uppunctlm.doc.tar.xz) = d0f67dba683a40a6392121cd53b58df6d7ec6ffd8bf52df60f53537fc1b389de178dfceb1e772dfc9e292cc543448dac3a85cc6b712283b384ccfec4655c988e -SHA512 (uppunctlm.tar.xz) = 522b68bd32887ba14ecd927c49c5fd57a84a1c0f9b8a0bfad65a4d377b68a7bd449754dd411a72fd83e5736e32e2c47cb1f54155f72395c465e4e09ad1d09dea +SHA512 (updmap-map.tar.xz) = 0f83d943b51160fae10e56d6b83cd5a6df4742d47e8a7d6c8a9bd0618163ea25cddedc8590b0d23c70ce3d5b8c4b57d92bee30dd5734f1a1dab0878eecd92bc3 SHA512 (upquote.doc.tar.xz) = 4b92923e8af2dcd65e82269994c766b88c6f78f6e7b8d10b9f44889832150711acb0cbaf467d595d6745863f385569f7eeccb4ce69df8361e56910969532e314 SHA512 (upquote.tar.xz) = 06360c313124487f291a8daf7399a3139cec8c0a05be12724cedb3d60393ecb07aa31e34f9b74a83048f5752a8d826505f91f2c85d34348264975b48a1813fab -SHA512 (upzhkinsoku.doc.tar.xz) = d4c038d864b40603281f3186e21110ec96530e84a9ff88be4241cad165d09cd091b28bd768ca8ca0a28575dd850bb68ff88ab553cf9caaee6edd8d311c6fc9e2 -SHA512 (upzhkinsoku.tar.xz) = 03dcf2b73ca644f8e9e2589082d49a4d502adb51944fcd9ee5cf737ae782611b35ef2eda4242b7eec2b8033014ddbbbea3abb52b1bfe90be9cc1634345223d53 -SHA512 (urcls.doc.tar.xz) = 40b8e4ea2abcc82acb843c692d90e964932f1ad7d0e818d54eeec77340f49686aafcf2fcf3f8f4d942f7cd967754ab24ee2075c6906862266f5af56251063fee -SHA512 (urcls.tar.xz) = 5b8c80a756e45e5b847c3b970005b866f6c498eff7646155c73a9b86585dffd73e8dc66d91583dd691c910caccab60ee22a1e9dbe3aa450290fb17f019477172 SHA512 (url.doc.tar.xz) = 65596e0ce813233491959ef161be8570450c6c71c787b3253d0bce503558e63902137a6d337ad1e7cd2499feacbba4a93b7b75559750d05d7898ff2527f1240c SHA512 (url.tar.xz) = 164fb94cb128e997031bfdf8c602892d78813694f39f4b95bfead8a5b7e3cd9a0d9596dbe697e012bdf84b89c2551c2f2f1c7f99d4543e357edfaf2076b9cfba -SHA512 (urwchancal.doc.tar.xz) = 8f218f76d45a2f3ea9be173ba1c6efcb8a7cff26a43149b7e0ef4fc535a4638cffe69358d8ccac44a3306044720958ea9189996e88a38d560d264f5fba6863ba -SHA512 (urwchancal.tar.xz) = beb82950bda88e7170c7ad753e93859f96190f30e89fbfbe1cdbe37930b07740f70da40124639c6ab14be93fe79c5e87b35296b68c702888d3e9e25100e86a9c -SHA512 (usebib.doc.tar.xz) = 3b489185729ac7d93ebbfd632b77eeb865b39043b2b68d920a6ef561ac55701a44d362b84c1fb83a2f59770442a655b779c6e49287c9d2859c44140e61c543e6 -SHA512 (usebib.tar.xz) = 94e0ded0c7e7ac10f2d8ff9324afcfdd2dad8247cf31cd6b404d9c2b12e223e6f435ec9d3dfad0ab510b943050444f5206788540a948e44f44c5d011596cd34d -SHA512 (ushort.doc.tar.xz) = d262bb270e41cb7d9378d42ec075a81158d401b737acc7788722ea7e99d896de1eb98c04a65e733d6e83f6229a9703f72bfd0a11e36e52d4799e82e19c102d5b -SHA512 (ushort.tar.xz) = 2ece6efb162a13c37413e4fe2eed33ab7982d681fcd9435ce53248dc4c573cd90ac51293424385aac29b84159b34fb3f7fde2bc8d39eacc71f0ecc91c8db7af8 -SHA512 (uspace.doc.tar.xz) = c4b3c401cdedde7e67a2b4fca44f53c67c578fec287e22f0c1b67252b6fa4c0ed4d3a8ab1328162e7bea015536f1a1e4539fb104c8c889bb4e1549f7bf748e13 -SHA512 (uspace.tar.xz) = 57a271421c15eefd41517881e951c8a55096e6bc7b769beba123813e19682407b24dcde898bc8df75700f33316a5281fedf5c24a3ffd7a97eea2bcf5f658e7e9 -SHA512 (uspatent.doc.tar.xz) = e0eafb5fadeab38da049d0d5cbadc8fa3dc3c335afe4fd5289fe30de38f0898cdd9dee091b703f6a853eba56b32b161abfe56b3185c71512c9374585e6d9784d -SHA512 (uspatent.tar.xz) = fbcce7a06cc018dfba47aa7e9d572003136d5b179e957f10e2bb42b2635ef4cdd40bbef19e8f827963d048eadb23a1aeedcebc87cf128f5b28cb1ab281408b90 -SHA512 (utf8mex.doc.tar.xz) = cd438089d90faa0e9144d23adb78ce91d85b80ce084cb92511cc23882c675cb654cb704aebeb623bb29c70b764c8a0ab19915607664895c457c583f376c1088e -SHA512 (utf8mex.tar.xz) = 0cd4c549c7b00939dec5055705658f76f6ebbe5de70e082652b761673ba5a249924fb862a319512a9a124b9cdaae8906c74439bba97be8825d4d1ffc70642c8f SHA512 (utopia.doc.tar.xz) = ba60eaf55cc08378560048ebc6f735e743449a18d2822e6027a86e595a9634461713ceb37d15b9f0c8239f1935f910bbdbd9a0d0d6fa1683174739f91c16a504 SHA512 (utopia.tar.xz) = 5f58ac6dacaddf4110b2ac2f77fc0da90d5cfdff26d888b26af06cd6dd8f483c7a6a12e0aab3f50d4188aab9ab649d993ad89e74898d54c14b3de4948451279b -SHA512 (ut-thesis.doc.tar.xz) = 13dcfbd7dfe45a4d1fa0e2ad8a06bda30cf5a76c993e6a6614d4fcf18964f5d44072c9c75acb6739b8df977590fd2c55aa193a2c88665e38a4e54e4411ca85b6 -SHA512 (ut-thesis.tar.xz) = 06a8933b03e02bd092a09843686d518ab58a47a4821bcafbe9568eebbe6d4e72e7815752016200ba5d68ab193408847c9f0a784bae9a65af4d1ad06b501c03f1 -SHA512 (uwthesis.doc.tar.xz) = 278a7ce5f0bab547de0c8dd4a26dc270500baf8abfca1ff1a8e76283fffff4a73835fbb1daea2f6864cb9dca3e0fff297887ab10305c6a87ea1d7384d964a9d5 -SHA512 (uwthesis.tar.xz) = 07bb8a3ab65110aef8de3b606ca53060dc8f29c76de55a5a84e87d43fe0e09dd16b48ec09b9a451f2285c06450ad059c4c3f9b8d48a21572a1bffbe2ee512a6c -SHA512 (vak.doc.tar.xz) = 1e6f148de79c2ecb5fcd03ff1509c3a509ee40795af0e7f7a95fdc64c403f2de7f9d9ca37716b6488cd496e2be0565749222ae95f8b97e5cf7e05b3877bb6d62 -SHA512 (vak.tar.xz) = b7606cf33b8e9d14f4ca4cced0620810eecc469faba959728d3b4d7f8d87023d600fb33f1739ce0e7d14d4a54936fbc682a54d8ad8c6b514a1f2baed2c79b2f1 -SHA512 (vancouver.doc.tar.xz) = 50ec342e62a14f417b8a0d4085ca46aa701a9e2ae5630daa2159ddd6532a0c3d5769a0cd351c932bc54395f159d560a259e3996f4f157e42d0dfa41aeca6dc80 -SHA512 (vancouver.tar.xz) = 8fc852e2137af0b1e0664ecdaf115a6c4c631faf840b5564b9dca2f8c457f8fe33bd7edd92ff4590c05ab13c23a9b1771b7e688ee6f6d700a9feb01f9a921170 -SHA512 (variablelm.doc.tar.xz) = 58611f636d5aea5ee2935c75206e0d051345d7138d04668ec7875b3ee0493e39bba54b1941aaedf33abfeb7636602fa6ac7fe7e750837b425678eae97b7495fa -SHA512 (variablelm.tar.xz) = e58a1c5a77861ed3a84f2fb372d6c3560129b656257e23a935fa9d7ce18c83b59f9863e29ff35c45c6ab800cd09aa2fe7bcb1fd01edbbe2e75112809c17faa9e -SHA512 (variations.doc.tar.xz) = 75d6d8afd13f6751bad23d0adc58355d75e355554dd95971dc16ac148150990e1362ec211a3f3e6fd832ce231dbd08e50ed9d44856c763e47ddb5374b1b182ff -SHA512 (variations.tar.xz) = 71252475aec013adf9bf41460753a648420ea70fb093cadc667500a6884adcf0c6661a2d81053a733844a3f8595ccffb5ac5f7680689575d8485c47a1cc1e469 -SHA512 (varindex.doc.tar.xz) = 30b9f50b7357f12774f78f0792ee0321b5ba84d2c3dff96f5f98d87cf0bb811a2fee74b2bc691fef07a80eb65e13e42b657b74efb0ee334b4f04da7bfdd0b75e -SHA512 (varindex.tar.xz) = fb7216b4cb06126970148788859d9c12a0626d25321cc591b2db5d7018ab2a76f5c6505d9cd47da6a3babc765dcedb6653a3ead2eea67f688cd883fe81d9f42a -SHA512 (varisize.doc.tar.xz) = f575e4faff4a80f72108ef5b97abb0bda08573669bb8b28592fa607538c632d3b59626282a0ff8d7805e6b66121b2c231618901a9dd71f0242e1a0875a3e2068 -SHA512 (varisize.tar.xz) = c1a900aa29601e9bcc5d1047ea5bca0bd3c079d05e8c42c8e3f85521cd8a1989425650d0e84ab0acf2a38e468bc4823e149cf1e799da8eea1d6af4554cbc0c94 -SHA512 (varsfromjobname.doc.tar.xz) = 57e3111b8426ace2a838a128dae49a6ffadc6892e4b85cfc83eae3b9422dc4188e505fcb2a281ff38cbeb18e385ba1da398111c5f00683568999004ffd5eaea7 -SHA512 (varsfromjobname.tar.xz) = 0d5fb07c93fdd08570ef1dfa120870f4619b124cde769f48b4107c41827dd65c023840e1344aa283d0b21bfb0af2346135577510119579c531731f132bbfee1a SHA512 (varwidth.doc.tar.xz) = ba0c0d562a7c9db36637bb18fa6f0d01661b229c66b8f0d2bd7cbafe286b81485e84bcccd06c4d47561db8895cf8933ff11d08a8de0b01405d6c7dde443e86e6 SHA512 (varwidth.tar.xz) = d44fcd1912f1751ab18f5d7d00ed47f42bed3ad2863b35781a83df9c881943c3e1916d003361b6e64640326541f43a37abdb0a3cdfe07e4d0cf7980dfc5fe1bb -SHA512 (vaucanson-g.doc.tar.xz) = 520aabba38562e208b464fc0d4e9f9a138c238abb94b43e89864e4ac21acfd35e5d6e224e855ab4baf9feb1df736b7e937508f6245e5f873c5c8f8a75947e014 -SHA512 (vaucanson-g.tar.xz) = e4bf83ea01ff4162f95dd595b93635ed988ae081d0c65ada59ae64c6c64c730dbb92ae049d22dcc20d6204c5a7cbca5cd643be6c572e51a3aa17df88c6f1f700 -SHA512 (vdmlisting.doc.tar.xz) = a71b798d364f429c4894db38863301c1601ba7f2bbb2cf8e4394b48c5b7e3541cefcf915ca52860c0c55744ac2aa8fad82ea66142ed2fbfa81c05da211f04f74 -SHA512 (vdmlisting.tar.xz) = 58cab8cd7d23326b39e76a91db1bdb0b0cc9e1e6bf457d151af39a4c94886f623b8178de835e673118d5b797510d6f2fe5f97f6c0c8b5bcf679b9158ded3c941 -SHA512 (venndiagram.doc.tar.xz) = 966f7eea0d4c40004b9710c53fdd6838b757a2c8ed47b4098ca2d47834ba52575ac7c062497f1a6d26dadfcf0d7f95f2213d34bc638262520aade0e78beac827 -SHA512 (venndiagram.tar.xz) = cf57b84165067234f5be58b2300eebb77339c33b883895e47cffdbc7c4acb6d013db7ace1eb47ef491e21526cea8b3ab993fac836498bfa16a5cea700caedd5b -SHA512 (venn.doc.tar.xz) = 0b1940cdc2bcbb7e2f103497622c4d5971abf4f6f4885f60b35a360cd655c34cd789ecbfbef9d35c61611ef22198200b11008f4f59588a5cd111870b77ba19d5 -SHA512 (venn.tar.xz) = 617ba85e996943d62a33acb2535e23700fffc63331741065faee558bebde608232a31bd73aa79ad707b107a9adda8b454f9b81dee184a64d94f32c44d76180c0 -SHA512 (venturisadf.doc.tar.xz) = b46066744794a8ae1443b18bf1f6ce3d586c8ee8fa5c3273db608751979089b2407a6feab421a3c3c738a682e83e2f44bc5ac86eef1d51fa914ed0f0df985bcb -SHA512 (venturisadf.tar.xz) = 0f6b7369c1d589f9725897182f854f008b73dbda47078285635e87d480011bea0610da81512416b0963aa55487d646cd2a957002552ef2b8609d4536c0dd96bf -SHA512 (verbasef.doc.tar.xz) = c88b1275eb4e3b87172e6cd157ad868b7b230d96d00ca0dc550757fdb89648a40b1090b771dcd0776b6f86a9194c553f265d990220348e5bbf9c7aa792f42914 -SHA512 (verbasef.tar.xz) = 483a75883ea602f674abec796199c5206420079c6ad5e4c3ac22bd836e7ce02f686cc8b9b749f806fe8e44bce8bd35fc6b17865fc076c72f2223143ee0e8a123 -SHA512 (verbatimbox.doc.tar.xz) = 9f8fa05294b68fb0994f01e36b468d341b76aa97bde983c7eab781c92c8bfd898033235a328a1fa858dee457f515d6640f780b330600418f2a7eb0fb45f0ef3f -SHA512 (verbatimbox.tar.xz) = dc686ec1e86c877a6f1467f4935f2337aedfaec32bdf867985ef05405569572c72d3593e75580c72a7bb3ee698798813094eabf738b3157194517839fbe47de5 -SHA512 (verbatimcopy.doc.tar.xz) = 0281da688f11d2a2fefc053d8f7866878b337ee85114c551176d6c329009f8c1a8479ccb29f202106f745ba215728e7f08509898182521bcac433699e22843a0 -SHA512 (verbatimcopy.tar.xz) = e415f9d74f35e28c73bec5442124b7c426aff8de013aa8a2af9c234ae3ea20c131d5ad21803c92eaaf6d0aef6584b7f9b83218f9665a959ec0d6ba3ef606b081 -SHA512 (verbdef.doc.tar.xz) = e64d4bf3018de72a131e7688ebbfcbaa59914c0542d2c632a91097a77f404307f9bdfc613638badb3ccca3854313f17a7a5bfb6426f467bcc98ed235af6ba49c -SHA512 (verbdef.tar.xz) = f6bcac8b35bfe707d4e39cf625987ddee6197977894e9f8ded9e3a715e0968d2d1fab07c57edf1d38150ae0c9cfc937230c9fccec431e73ae235a4cd44ed8609 -SHA512 (verbments.doc.tar.xz) = 744471659373efbe040bd0698a9b33a0942d5df33312ad3cdd0f02c0e16fd2c67ea44c4ab13ce83ddca6a5e8ca68c8c8bc40c1a64470a9716511e2275683b004 -SHA512 (verbments.tar.xz) = 7b5780efe1b6e4cc62909df5d5cd4a03be3dc83717f20738a83f37f539103ad12e382c0a3891b8e81b44086f92b7277b17e88c4e7d81123c04941c38114f23c8 -SHA512 (verse.doc.tar.xz) = 6f255167db9ebb84cf86a14e6999410efb22d087d97b82837c3ebc5bf69f0990e77ae0325618ba3ea02c116741422a531f646929eab2b5810b9f3978be6651f2 -SHA512 (verse.tar.xz) = 3f9878dea106ec87f2b64960c5824fda6eb9f700b753a530cec7e1b8519dc9a817cf7ea74c13eb806497740501122790fb29f6e3cc383a8a89ad10e756b7a00a -SHA512 (version.doc.tar.xz) = 9bada1489523eccc809d4b9654411addf31f2d63efc1f1f9d68b81e2bb3d9365e2709f55a77c53c3d2231b8da89114bd5a4217c8d18553234a980d379b1a0084 -SHA512 (versions.doc.tar.xz) = ffebda27a9000a0c8bd8462b750e34331968aa1abd5c7039e198950eac6dc02796da6a02a258bcfcd84ca12b3d5f6d0ab11587bb5d6fa9b3121297aec2179ccb -SHA512 (versions.tar.xz) = 4a6474f6a014789daae358c5b73a85bcb0894eb67d09a530f3bdd8e4571552d0a3e1983b5ba40d33122caad8bd457f255b7f1bb34e9797c5137ccf461707dbbc -SHA512 (version.tar.xz) = 9b57997e63fab25d916630bb086b7d4372e094e64175caa761c20c3c2d426a58fdc42ef661bbc1ec47f2a8d9c617b7e4dc405499c01b84eb53ca0d10f6c9108d -SHA512 (versonotes.doc.tar.xz) = 1f27cadfa8160bc5ebfe6cf93aa617b7a1a751d98d7e7dac052cfc50a450d57967104fcab00d89feb08d0e0cc62551738eee5e17e8f65889e9f32d4e6d2d220e -SHA512 (versonotes.tar.xz) = 3b1a33af069abaf1bca5d70c64f3f9034efd10c2104814c3db5360377cf67dde56794f950b1a96a5fd44c0fa3460922887ce97fa1a3eea31b54ce1f16c88977b -SHA512 (vertbars.doc.tar.xz) = de6df3133c801e941cbb00c552cb2cdb1d556f099c402a0a66f460d5c7c1c6e28ec7d983563f20a609a5b5266420dcf8c204d1b6bc685031cc41fe2770a5ea13 -SHA512 (vertbars.tar.xz) = 3c3c905c6bcb013a36bc2eede14d84315f49075ab5f63376e9a440e4e7fb281ee5086b5bf1953782641284027dd8e7058e0accdafdc9295a19ebfc0088d8f7e1 -SHA512 (vgrid.doc.tar.xz) = 92e5498cea29d5fc1b373619e97c6692fef3f63002757a954649c0c4f9ef7b6594d61cce017bee709f0f1898777f962c25053b64da8079c8c9c9893f821a9aa6 -SHA512 (vgrid.tar.xz) = ee46d8ae234af6f0b3bc8689cceab7d5ce8e7229b132c396a000cca15cde0ee422f91b2d4fc485c743e3a896bbab5ec90b24ea5d398bf63342751bf75143330a -SHA512 (vhistory.doc.tar.xz) = 60a8100cc10df177b04eba8751208c515eee9601806324184f737491707e1e4d453a92b0d12a16d6cc1af319a55c79afc8922d1378f8714990c97b5779540763 -SHA512 (vhistory.tar.xz) = f1747b1c112c69cdc506234c571335647b365eb92a4054c70cb08752dc1da92ac4e84d533083cdee76f6398f5f1bf04b20b94cf38ddf13947d4086c5599529fc -SHA512 (visualfaq.doc.tar.xz) = eea0f022741d52ebb3613e977948c0428ddbe5b7d41faa659e888b48b7bb4e655a0e693d1dfd92d40a52a67e6df9ad386ac64d2ffee7c2732feb2077d4b24f77 -SHA512 (visualpstricks.doc.tar.xz) = 3d2dfea937b2b99e148fb0220067b9a777126854d82cd1e591f84a1d13e1090755660509814e4690dad20d2568286ce05653d3b5c7c6653df61d27229c9cd5e2 -SHA512 (vmargin.doc.tar.xz) = ca8ebc274efacbe192b73c9551294bfae60b0cf7ebaac8425cf1b88e10ecda7f3230c336883afc438349f1ea47d66d369b52bb415c482803fb742b16cb483348 -SHA512 (vmargin.tar.xz) = dc0cdd4696a44bb6bd189dcf73c69f1b2c8790b9936b1c6f35013d9342a97d36a4bfd8eab82f3e2e97f1cc952459cd9a1909915348b25f01df446c5ffc452e71 -SHA512 (vntex.doc.tar.xz) = 506c719a29a64611cc7ba228f1e13da9abface3168aa0122ec64dffa423a7c38b6f3a4fed43b787eb60b82bb8fec71a96e4432a9b0c05702a804a31997ccd49c -SHA512 (vntex.tar.xz) = f39c04998d0685125d494c1a314f4cddb9e2924af4eb4bd8488be237125d818199640041a9c23d6b8839b9da1861e0b621f71488b316b65903c5f3a0366adec0 -SHA512 (vocaltract.doc.tar.xz) = 36aa01a5be9da9a23e3a4de63fb14a39beda4a42cd2615f75f942abff677e71f2a4f640773d27556ef246a99004c3a1aa68caac9435957152cfda96707d79787 -SHA512 (vocaltract.tar.xz) = 7daa3923a6b9d84a1fae2c9bd63404c2fb4dfe3866f897895deb9ab85f33649427b38ce5e34552bbbbd8704da1fac55822a747747a0c522728e605638831df8c -SHA512 (volumes.doc.tar.xz) = 4471a360d04cc1ed9c90ecb53bfc422fdae30571a25fc4811813f30ed5308f4d20309a1fdba808d1eb20e84b97318708f57d08722344afd755aa06588acbd024 -SHA512 (volumes.tar.xz) = e54add2c60c5446329fe6f944c99132e0f99e89dd8fc9ff459e0ee106a5241e4df4d864b43269fc14a08ddda92f4e41607eaa20ba50d4a566be7468d0dd66b2c -SHA512 (voss-mathcol.doc.tar.xz) = 5d91b23d9eb45998282731620097f214b274ee744972b3d7fbeda1be2268799572f36b5f4c8b707f48e8ec2d825438bcdcee7f1376531f366af8949a862ff379 -SHA512 (vruler.doc.tar.xz) = dad09087e028977501fe143ae050c57938500b8aa98bddc1afefb298444d17c37cdc5b9db2e9d01df5e9f6a47679e0659b21a2844d268f8b324a24bbf22d9492 -SHA512 (vruler.tar.xz) = 39582bec5217d65179b4293a18697cae20b35a0ec5416497691d16dbb919d78d4463ae15f2f05d308f45c65481f611a3f699cce9f5a3c311b84bde08fdd5f234 -SHA512 (vtable.doc.tar.xz) = 12626485ed74fdaee2aff65e97f59d14fad8f856bc2a84dda96010985b039d48850a07ef08525d74b155a699d44b1e173923e0f67716f47e392fa7558760076a -SHA512 (vtable.tar.xz) = ed8dee287daa32719b6650f43b963fa66cc55572526162978fc5245d3c253f027548ef5f1cbb38423c30e6cbe93b3418c373615ab92532be40d947c979f14b47 -SHA512 (vwcol.doc.tar.xz) = a4d55b62caf4968d3e8329fd06f8857f646c5a867fbab23ea9bd7fb57c5b88b5f3a918642bc608eb1ccd936dc2e36edc50a5662667b8bb35cc59ba1739b2e7bd -SHA512 (vwcol.tar.xz) = 3963b738e1214f7a495daff6476102e6b25e86034c552b5f4e4314af55e4af073ed94a72e969dfd1fba16baa0264577234917f7dfd074dc85f9c56c5f2409903 SHA512 (wadalab.doc.tar.xz) = f9c35379b396dfb563c66a05d200c405f03de96e22ec94de3a9f0c99ada057db21d31b43d59391bc0175479b5f150435f8e704fa40f6b58f2c116bbda3ec4603 SHA512 (wadalab.tar.xz) = 2d603ccfa92e8ef9abe91f5afaf490c7c8476061679f7a54c22879bb90b4d874f9e0e533e25aafb94fee2ff512f689ec96d25ed7ed42d0ae90c5e05985daadeb -SHA512 (wallcalendar.doc.tar.xz) = e4816b91f08a26e99b03892b3d70f4d81110e476461dec505225335d46955f9f3790d883faf19afa4d7a31ff05afac4fea870e37299f45827c5a8155d4bbaf4c -SHA512 (wallcalendar.tar.xz) = 43a682e78a3a80784180dfd84627e5584af9199bef965bb5551b203df7f939512d4307c450ed1ee55caab611154c1511fc339831da2907527c06ab738350e05a -SHA512 (wallpaper.doc.tar.xz) = 46b890e0ea7bbfb3c3421f79338f5140a105bb90cbe712477e2dc956f834682f6d137e39492437d8f206fefaf07086cab7f3cdd6c27dc7136df54c5ba850b4a3 -SHA512 (wallpaper.tar.xz) = 45647b8f8ebab9706437be2ce63f3506638fcc794839ff366210db4c35a3e16b2a39127fcacd0d97df356180770b6808e80e63ea1a50e69fc591cc0992e1787b -SHA512 (warning.doc.tar.xz) = 04c8ecdd39f2e0b3aec8cf6d9235acc7e10c8e182bbb2a7b30a46cf9ce7c08fb0fea21956356b3dad500a5a58c7a2b63e9471b2e8fe626b17492f721f527ce72 -SHA512 (warning.tar.xz) = de3d9ef9a6dda4022fa8f04a0be509d3e9e583a539a3590cd30527f108ff739e0c1dbf8c5945e0a72902b14c2616e26d41a05f23957e9466c788fd228ac6b082 -SHA512 (warpcol.doc.tar.xz) = e88082379e90edf1517579009881204bcb70df888593d7535e2b1e5b673cf116a456967b0ca5ce372efef9dc0818b9d0dc252be79819f6b346ad8619d70551f3 -SHA512 (warpcol.tar.xz) = 66fd9e243339e0841576e1a1a3de05f2e69a24a7e1dd31eb38d848d06c9183f691229d8e89878b661c7f6524bd9ebd1380fcd4c9b175feb8490cd4476ac81303 SHA512 (was.doc.tar.xz) = 24cc3a8931fe48134810ffe626789139a821585f0d359a177c56ae5a442482fb9d36f344061128ac185469b97c4c3f440ad02ebc7135366253cd9bbcf99895bc SHA512 (was.tar.xz) = e3dec504da2dd28534872b4363695d797a874a0af5c2a77e6559a2765f6150cc50614b8905c90faa6fb9fd54d9634a9ddff148564904b1454f21d3fbd21918dd -SHA512 (webguide.doc.tar.xz) = 933ceaf7bb2400fff1bfc5ec26f60d750e0995680579fe487536ddcf8eca670e2b6d3fb6150b4ad659c6fa594b9db540523a878c74e9aba9be7710b5380e55af -SHA512 (williams.doc.tar.xz) = c559e587868698c1a635db13b6db265234b3b475937fa1759f9e7e3a8d0644a43543005e9607b5a965bbdc304863d6c7cae6e5cb8345b546dc34afd8c7e2de43 -SHA512 (williams.tar.xz) = 44ef966e5d8535aa7bb32109b20f47c774995e6368a92e20a68d25c1694ad86b7007bc90877d276c2f15b8aa3c3d11f7fe6aa117c35265b5988205df869af11b -SHA512 (windycity.doc.tar.xz) = 8b0decbdcbfc0d0f0204e35a629904a48f44a5daf6b1b54f8e11dc601a103e97078bf7bf15eec028c14cc3c426782d7fda1a1bdd5d7725364959dd9d3d5dba2b -SHA512 (windycity.tar.xz) = f52a60a78ec5855c1d0e34c2a01772de28e0d2c3dc553e12cb99baaa4ad97a7d6f6ef59fcfb429bfea00339e390d600d8b7e640b92aae8af19204d2567aa8b4a -SHA512 (wnri.doc.tar.xz) = c3d6ff664edd89fa711e9573b138b29b113b588ddef9ad4a258e1f28c4ca2aad1f05741a402c1c1972bbc317e0cb989ce7a51e52d59b42629343d9a5780b64d0 -SHA512 (wnri-latex.doc.tar.xz) = 924266d547910d25ed5355ec2ef697d271dd992aeb6767d5bcb703d4d07cd34b6844e9a821ed93f5a04237aba1c185fb68926967e78043f390785b619c2389d2 -SHA512 (wnri-latex.tar.xz) = 1dcecf9ac38a9099625ed6be3955af8b063ee5b5b8d0d3e3ab8c94a8215b72b86a0b5dbe930eb69680917bd3d6652b3f4f08bb377197ab6f3d2fccf2b96aa59e -SHA512 (wnri.tar.xz) = 6ad06e6a867b323c382b85fa1effe16280566b1b61dd37be0bd7e9384d145fff2b1b4ff8117aa49749db1f15495e835e3367b0b7191cf9444e36fed662ffd0ed -SHA512 (wordlike.doc.tar.xz) = 10bbfa76beb0718dff8d4175712567e34e77aaefbce9fbc350d5bca43d8d5e87fe1cdcce5c558946c2b04beede8628b7535abc451f7d904ac283929ae39c6460 -SHA512 (wordlike.tar.xz) = d600073b2373119973ca47564938db5824181d6b74409ef7f4a2b19d53b83b97ccf8edf5d77dd831c0d52a4379f5928ad7a0391d90a2f19fe4d3ef681133078b -SHA512 (worksheet.doc.tar.xz) = 56d502e993eb77f7dd4b2a659a8646823cf033a3e246e90b0c6e4e9d2a7cb31922dee26c942404b13d18e7abaa79714b4394b589376d67e8fc1556a098ec7960 -SHA512 (worksheet.tar.xz) = 439c430189e74e8c476a068fe449034fa1c8f4e8770ee454b92b8645ee865b103a02b0eecb45a925a8021fa7c64d98240e5f1f980913515df49d8415bbeb2c2d +SHA512 (wasy.doc.tar.xz) = 4ee0dba83e3d1e00a1c58bc1c27d1b8e7e1677bfadf1d2653be216618d65fd168eab7aae26a5fe5ffae42c546b3438e2ad15f1a7bbfd58cd7b75cafa78a46205 +SHA512 (wasysym.doc.tar.xz) = ffa36c6f1446c0dcdf1e1dd8b47946eb84d666714d94eac28c857170c9aa414b612486fcf107ae462c50ecafd6ff20c90c776abb5774db64a32aa07be8c58b2f +SHA512 (wasysym.tar.xz) = 408f9c2b70d7860f7d8f7ee7f93af1351442b92aad9c8d8e4a501414058d8347e6da2408df3d5b6fe217597861eda5eda499771a7e973da03597f24b76250da0 +SHA512 (wasy.tar.xz) = 4c747ea3cfab820b803f624a32178a1d09cbb5a3c441ee423abc74caeef9217095491c0c490f11d3a6d6adf052b97492e081b2abedce6cc9c61410a8e878f5b8 +SHA512 (wasy-type1.doc.tar.xz) = d9c88d39deabe19393df0b6d83bddd644e347592735cd7511dc70374ea015cd7fdf36ac9f320b44c612c8276eee3d7cd94f9e0b26de050c0771c85ec7dbae53c +SHA512 (wasy-type1.tar.xz) = d7131c025bd97bdaf62697feb698da97d175783e4b0502d3e85b60a663f46a0520268a6063956afaddc6308ddd21954992bf8d216049cb324133e3760ac20825 SHA512 (wrapfig.doc.tar.xz) = 9ba4292d2641a31f3719ca66e3d80ca70638f9c943bfad9e9e08543f57a53eccc1292930e95d6a3677d0696e0deb1d1ca698b83eb7285baae275b70ac808be33 SHA512 (wrapfig.tar.xz) = ea9d0693a43f985b9ab13a51e0af82b866adc8500dfb9f42e8b20ce8facd07d0534749bda61d13bc86b921300336c9f7e6099f252c4c65370a2e2cb4423589ae -SHA512 (wsemclassic.doc.tar.xz) = d86741a35d1873a17839e880b2e1c0915cf7b64bd52e5836f9967159479611482c2b2c67388066b9f171574109a5fa0a5b9555ccf4e629d4b26434a31cd754da -SHA512 (wsemclassic.tar.xz) = 064c1ec12a33dbb6c5a2c08c98c21d5684d8be6edb807987e69a47002d52bda4634a8e0d8016d01aaec6b0bcb9851de61d2a1723f70ea7da2dd4000d2340033d -SHA512 (wsuipa.doc.tar.xz) = b24aa32e2e7b466d7afc827aed570deb70b41163cbe6ce975d8df77e9dcc92b453e5f0d5f0edd5a2f05c006939003849b7b44c2e3f8a86ffd61a51ff307466e5 -SHA512 (wsuipa.tar.xz) = 7488fab88bb273463ffa45819fb486aa3c95d7202d8ffe2a8aa8f2a1b00555e70bbc5a008a72cb60ddc1759dbca60bed05d2a21b4308e75490e965e71a84ee7f -SHA512 (wtref.doc.tar.xz) = 5d7f2338beb7cf22ba62c2fcabec2b37900fb208726a59c25fe6b12c8605d15210a8cac8da454c8ad09090ddbeb01987aef53086cdb26628b72f32752cca1d87 -SHA512 (wtref.tar.xz) = bae4e9c07d17e94a661a7a168fb5777d95f7b65644308197633069ec23d0b9e10e93cd0c1e892db9d85ae54f50fa787c60d04266eee512f45c5ecb3ec68f039a -SHA512 (xargs.doc.tar.xz) = 387a051eb8581b51d2042bcfae2ff9af99659d664c328c6b30b3789c75fb73687c32e2037df7a345335966671a3e3267ff4b9e0eead0e5b759bd305850ef22b6 -SHA512 (xargs.tar.xz) = 43b9cc5246123ef3c424614415e04db9e7a578eef348c3d580626918a4c31ac99714cf501dd54d305ed6ab9ad7e0533bf5b39250c43ad682032dd676a12173d2 -SHA512 (xcjk2uni.doc.tar.xz) = 30f81325aefa49fd44031ddda4e1ff30c40ccc08645671e1439df38cc4efb2a5cf4d9d50e98e970e96e3b18046e16834710d6be8fd9e5fa18cf5271bd5ae339e -SHA512 (xcjk2uni.tar.xz) = c1174c6abe555eee84d753f76608fb3fc3234c43c5666def063983653908a03b8eab3787dc9e061c0f6bf3bfae7bcda9a31ded49b039580fccb254ed33571e72 SHA512 (xcolor.doc.tar.xz) = 65f15207df8a112a4bccbac1c5259053364b52da3f0d2fdf566e1e734f61e0649ae6cc674c96f775d8c668cc6238dad2993f06b81153d38713ebf96e747e0353 -SHA512 (xcolor-material.doc.tar.xz) = 388f9b604291436ded0510437be93c1fdf120a91fc3ddbabb870840f2caa9e81313035ff6c9d0c00de259fa024f83399a4004e7ba512a5c3bc7920a08ff58819 -SHA512 (xcolor-material.tar.xz) = 7f1484435458dafa2a04eeb4b5b1b89ffee9ec8c91f1d724449457b719f92db009efd6b6a580a2b0ccb8ebc66c0d1889f3ffa05104c0fba5cc9c7ee90985d2d3 -SHA512 (xcolor-solarized.doc.tar.xz) = a448de4d83ff30c2112c90fdf80f530b8e1ee46d6b3f574ad0933cbd415debd1f94cb1c55d6de5679d5502cf8e0e28b71cdbca803f0569422e79bf0ced384f45 -SHA512 (xcolor-solarized.tar.xz) = be443123bb994c40fde0c1783c9863a2ce8b75a8e3e3d311cc34596e72f2830dc92feee9fe87638adee2e942d540424bc389460e12aa0e33fe4014b28a1d46f7 SHA512 (xcolor.tar.xz) = 9fba18460e4488cf2836082952ffff6e5e481b964570ee515f503aed3c8790778e054919e4e24070ff6cf608e21c1356859341eae5704558b1293b01ba8c0925 -SHA512 (xcomment.doc.tar.xz) = d3b4d70cd88923e25595acf726afa6eea2efff4550455ed2eff48411621f212059ffedc3a82e4ac15359420a00c69b55e3625d11f8e8d4111eeb87cc3a6e8cfe -SHA512 (xcomment.tar.xz) = ad19a29caaaa4da90c740a18f3b3bf63666303f8047210197e17c270082d483e33085c9249d7143ba65f343f6bf3b52c6974021f954831c5196708824e21b843 -SHA512 (xcookybooky.doc.tar.xz) = 29d1620c7ea3d13e4fdf97454bf824fab8de6acd96661554a1f37717e4fa0dcf6df20cec580b6b25101b75d2d22080962713d05347eba4974c5cbdbca6129ec6 -SHA512 (xcookybooky.tar.xz) = 3f74d540c4da5ab4f6f1b6c78f3a35172fb4f2d94b7c720fe3fd1d31e1c53db6659371da6d48adf755675af831d252178b96ba57a1f0c0319459f4a564897b49 -SHA512 (xcpdftips.doc.tar.xz) = 5d483b7bce276815fbb3602d4082ff9c939ae414cb2e2b03f75307c71b2b19a6adba23f609836c78859df5823f4aaad175e01b9f223326176b62a4ac9060cf02 -SHA512 (xcpdftips.tar.xz) = ccf564a59d658a4f6747a3df866d0b0a0d6dae489215b5784fbc0619a2f3f222ef348c5fb96faf192d9db7e5c63d44c5f94549cb809e89dabd06bb43d745df1d -SHA512 (xdoc.doc.tar.xz) = cb7fc71f84f88a1035e91500e9b7ccf0c425733227e4106c7bd87eb30b25c8fdae6bce046f22e5a07ec919ee0527f264dcd826b7e6468eaf21a791e7dc0e7ab8 -SHA512 (xdoc.tar.xz) = 8cee132082c70214560ca8377766f45e6f15da2af18e0e9d68205d094b2a6af4d50150bfa6d145f78d92bb95c8657ad9fab1cbb8e76b75859f44ac1039464cca -SHA512 (xduthesis.doc.tar.xz) = 44ec843c2a6b7827c783c076e8f02dfb697f1bf021b54be238049068f466d9969d2e0bb9efdba37623b44a564985af4256eed2b82ef35d8f7ec9798ce84abc0d -SHA512 (xduthesis.tar.xz) = 4a92d52c7ca60232849b02bd7d688f12230f858bb7559287610a4d33699158fcb3d5270a22b3abc99d89a684b81e2124602486c16f22fb434e98b54f715f592a -SHA512 (xebaposter.doc.tar.xz) = 9bf0315e6fa502e0de606bb16c6575997314619f10a8aba312d8062be5f1edf4ba037eff7c23948ba7800bc2abf2fa300b8609287558a0ad6c59d63095b20045 -SHA512 (xebaposter.tar.xz) = cc264905da875732a3bad46daa31a1f5595e3676ff4d5570554caea40dfd383eac8e9a05121e2211294749770e50fb4d80ca6e735421eb7ca295a10bc666ec3e +SHA512 (xdvi.doc.tar.xz) = cb003d70f0e5b25be95dd0e29b7d5b50f16ffa1844350e71d780f6cddbebe6dfe3dbb79b43ae994e659d6ba1f28ddf5034d867308723606d5baa9f4e91f894c0 +SHA512 (xdvi.tar.xz) = bd226386f91b2d5d19052f353a67410301f8cd08a689125907265716f8e7dbceed40997057d35033157e3477a48e823c2f224324108539f5514ec7387696ad1e +SHA512 (xecjk.doc.tar.xz) = 3d1fe8840743394c03a06d979c0415a312097d087c844fe237323e515c8a46e948d479e569e98df7fec02a4b465054c238883628cd5571d354120af0ede1125e +SHA512 (xecjk.tar.xz) = 991f3bd45fa48f7bae6491749a7b9235a102170eb18880bd7b7fd7b4858813fd60e055fcee286bce03c797700bca42af6a9a2ba08cebf14012e44b661770ec3d SHA512 (xecolor.doc.tar.xz) = 9441eff384f57e8714cc543ade380ecc321e6c0e7dd0ae69c71337458e2607a43f793b490bfa6752c1c70bdb17be92488b89ff848ab9a3a1700907c15ed857c2 SHA512 (xecolor.tar.xz) = 0ab23e651b36f06256fab5acb14effc93296948aecf7c7f11c81f4db89a58bfd8e038dd857a1da3a86ab573cf0ffb1d1bc188789e0d493ab0d0c1c9d96d593f3 +SHA512 (xecyr.doc.tar.xz) = 555ef35f9e50450a796c24b87295eeac319d087a61e4fc7cedafbc398cb9a5c0add8b93318b8afadd82bbd2ca90dac9ade02dfbf286ba825c1d697b58110fe5e +SHA512 (xecyr.tar.xz) = 0429aa515115ef69811069b08567c97ce40a8be68ebe72f26b8e94947abd86394204b21bbf25ae44c616a806878fe9900f5a639bb8707106836103ec06663454 SHA512 (xeindex.doc.tar.xz) = c84682c8034c5e182bcbb2ac0411f4ba5d8065a5db1f008c6f9e7a01b94b3563c44c03fc4c1cf48b3b09d19ba93f22778d8840741737bf1a344cb0c8f66ceb49 SHA512 (xeindex.tar.xz) = bc3f399973bd8be5b83ea6da2c39d80de8f39ac6cf2d82d689c81816cad334310081f44fb4e256e442fc47ed6640c2b8ebd185e431f0d0ddec5f75f7b535283f -SHA512 (xellipsis.doc.tar.xz) = 20d238f8281b93643af570c3dd09a9cdf9822af0da6a9d06b3b9d09196ac4c7fcff2efa3271f763caf42e54f9c72d2087c491cacc5ea4666cef1060c12ecab3a -SHA512 (xellipsis.tar.xz) = 3bff74473b4e7fdc7a349fd54e7703b77282381d9ff5eac233d5eb7cefe98f4abc5ea4fd309b8693bd7245471c565545e0ab437a5f8e5cc1b89368c914078d54 -SHA512 (xespotcolor.doc.tar.xz) = e1d2f3c52b95ef065e0d2ce93871278b8038b1bfe86700609e1197715dad91be572cf00a4391cdc4535672897d0ec52a09bdce2f24496538e512f760a7a622e7 -SHA512 (xespotcolor.tar.xz) = 7f4a111897f53b003473a40db9e779ed22215eb61e7485a1596bc215e6057d065d158887e1c93dc4e81b04ef1f8815044ce61daf406b62bb77ed57df8f13a70e +SHA512 (xepersian.doc.tar.xz) = 395bdd506072a2e234bb45f120ad748322f78657fa5c7013097af28688dfc7e58d2a7c865fd2c80592132fa46a02e35f65aa4bbfa752c5fb6b4b829a79a302cf +SHA512 (xepersian.tar.xz) = c5880fe199b5a239ecce8e4370396f4a981a886e8412cfad36032c4d2b7fe9fdc7d6818e14b53ca22be36909f19be7f363b40cd58644231ce015a627bd65a48f +SHA512 (xesearch.doc.tar.xz) = 981e6cc62a2f50815aeb875c46ab2ac83510ea535953629755700650831500410650b66ba070d8b5ddc494792e782fb75f266ffe0fb868318a4782b2f8d701f9 +SHA512 (xesearch.tar.xz) = 4c204a8f92fe9af0ef1f0da99dfb12ac8f784800f7ef673a116a5f5167556fe49584b9457bebfd07aebace44951327f8a576cdbc8091a7aec776768384c62507 SHA512 (xetexconfig.tar.xz) = 62b130d16ac01845df5acb1a10e487408208b0c4369d58892a83a42609b3dc92589195540154d1e07a9cb528e8e4ca65009dfef236efd53b9cfbce0a942c5b01 -SHA512 (xetex-devanagari.doc.tar.xz) = 0f360c3f43c6562520b8843269068fc46ecc405cd3a4d8faecddc4f606d69cedcab28950fc1d2e11699e297fe4d70c4c3d50765a2ec30541c237914accbc7129 -SHA512 (xetex-devanagari.tar.xz) = 96eeb5289b4b0ce252eba1daf15fbccaf2cbb2d251a85818b6dd761048532f36355619e37f1f857caf4592cbf85d112d6d48d5944c455ef36da9913529a783fc +SHA512 (xetex.doc.tar.xz) = 6f18897e5759ffe30b6ae4439a0ce3c9d5748a9b0bda07f904897cc3310d9d601631d031139b58ef3b4f078f2cec298be3583df23b28656f6c2e80f2370159a6 SHA512 (xetexfontinfo.doc.tar.xz) = a5a9b085e5dac02d75b83c7063fe653724367ce203c20832e2ef6b11db10e31bcb90745a7b7d65427a33cb018d68afdd4acf9f92c907f91904188ad60f2e1460 SHA512 (xetexfontinfo.tar.xz) = 8099f45c704ea74e5bbd90b1817c3ad06cffe3d6da0a997f8471e72cff364d346a3cc2e6f156b51bf7bc3ba149e5c755423418d58be89e1872f84db9c1eef039 -SHA512 (xetex-itrans.doc.tar.xz) = 795a13fced2938c1679dcafd07e445ec62db6cb014259a15d1f8d1dd68ee4cdb98c20024b1601679da5f6e8d3a27b05a1285de967067abc1fd61ee6937540449 -SHA512 (xetex-itrans.tar.xz) = 7d083e176a2786689a325c511d4e50afda5ea8c644c8288ea050db79fd248085be500ddf7a0b8ca3cef6191651669f9c48f894d16ac571096cd1658d6e6bac60 +SHA512 (xetex-itrans.doc.tar.xz) = f10eb9651823eace7f56e88e710bb5536a35204b8fee80219419659d0e2f5fcc60c6009834fd9aa215aa42e8291e14786688fe1974dcab943578bd22a40f4ee1 +SHA512 (xetex-itrans.tar.xz) = 9c39898cbcfd024f1a274311a192c647e15624fc04a9484daa2d08ac37340a799b4209a5aa91a5e3a96f774d7363198c5a07f66d88578e1998ef3680b10dae6a SHA512 (xetex-pstricks.doc.tar.xz) = cf71359ea6e56061848b085da9755fd3d96d2a9d30484b5d5028c7a3dfb52dfbe275c46f17016179a56f90db3b6df4453cbf3a990a709e59503fbf1a576eaf8d SHA512 (xetex-pstricks.tar.xz) = 59186971a188f4541361df8fc492b3767069b3081f7052c88df5395539807970c709537b074790411dffbc871010cf4d3fbbdb6684c43007477c44be6259b64b +SHA512 (xetex.tar.xz) = e1c2920dd2cfa0605582c778ba184cabb7d462a810086398ba9ed6ec5afd0e14b009f37950a2c906c0a2cd2112925bb3e051c01221f90ea36440e20eb32acfbf SHA512 (xetex-tibetan.doc.tar.xz) = 0bba33024862284354416e55f2f718f3f3220e4a853c68bd6386c013702aa07a3142864168f6d136bb351044dd9ae8b59754cc2a0181a358fe1baad49106d504 SHA512 (xetex-tibetan.tar.xz) = de7d2f875416336f25e8a14f8c743aef87017cc0aeb30b5c6aa9e1bdf044d71d3c9e9a28d52ccbe7fbd2099ca9e47938310dc3311e46399027aa822b76ff90c9 -SHA512 (xevlna.doc.tar.xz) = d0d033b646314eb250b245575ea2361b6c12f13eefab071c2b9f91524b08bfceb9fec197c3fa5f61e3ed19caaf4198e69ce1305bf1eb2daf1db6e30365eeac48 -SHA512 (xevlna.tar.xz) = 69c80d5243a4af96f2dd8092926d2766bad5d6beaeff94d6aa2f184a68a45fa50bb3abb91a4652d8c5e5617073aee9caddeeb73fd5399965f477be7075b7ca01 -SHA512 (xfor.doc.tar.xz) = e75b3d57c09e1580282f4002b684645aa21aeed4f90626b7e439f30dd79edec9c6f23492eef83b67e9ccb885c001caca6201d43b5182632a5b38ba5f67488b52 -SHA512 (xfor.tar.xz) = 6e3ebe83dc39a87aa86d5f173f56893ab1678253dc18dedf16c5d4a2df864e21b9b6e84c6bda56e2c624106efb2f73c110964948e4d553848bbebae87f05bff8 -SHA512 (xgreek.doc.tar.xz) = 8258ef4bca146a2ea8f42a235f151924156f116d2d3feb4d1974da1b1afd395858dd5d53d2343d748f0d60afffc8967e9f316026e07bdc2215d145334ec90e66 -SHA512 (xgreek.tar.xz) = 1f2dfaeb88040a1b58b60c0ccb84e7417d4211491d34c17c9302b7cf388775ed729f9135b76e43ea276a50a665efeaf19884535c187bc1c0cd931c2e79b8aa19 -SHA512 (xhfill.doc.tar.xz) = 027287d941c4576d7f55a3d618e13cde5348ac072f3e546dac6f8a8814efb982f9cd0c4162866403f946d07ecba0ea8cc15543cafbdf9008d60b78d0ea3d26fd -SHA512 (xhfill.tar.xz) = cc0ea9e9d40a590444801359c455716856c807eb429aa01b460fd7566797490932bd3566a5c6f95bd6723e0b05bde1aa632b83383c8bcdeba8a455cb84ea9f1b SHA512 (xifthen.doc.tar.xz) = 52ffddbfb4d0d579849b7a89d30bebe9f1d511751c89012712a8ef73ae3f4eb8799ef9b3755dc957c47fd874f1ce76b3ed54591d59f7e4d9e1851c50aff3dd4b SHA512 (xifthen.tar.xz) = 21c5882ffbde05c50a6536fbf19f812a3ce6381f565227f61c8062281a2472a105bf6223cdc03adebf275fa23dbc1ebbb967349c715f20d1b516f100f820af3e -SHA512 (xii-lat.doc.tar.xz) = 50322d89f494d07793d964fe515b8a0bacb74bd5706a6da80f6860771a8e3cad35c7d06bf398217a7e4364594d54f4dc490f39980194804a04460047ff5083f8 -SHA512 (xii-lat.tar.xz) = e4538ac31b6508371ee156168d4da71644a65297b91be7f070291f35563a45a1ee5a528d25585bc23a4690e8fc5c6ad04bfc829de4e95f49468a5852fac9e822 SHA512 (xkeyval.doc.tar.xz) = a2c51df068c738d598c472143af901392d181db37bb416a2e406ad1d65c6679e428efc1281256edcbd04bf6a64ffd23dd568bed007ea278362ae7378f5371a03 SHA512 (xkeyval.tar.xz) = 5d49a32326057d18ebb2bf25d29e06362c23d9a2f9df5058457fd84c9faebb545316c502a7baa19073abdd661e9497255cbcb938684dd006b0c10ba7c957c627 -SHA512 (xlop.doc.tar.xz) = 792a49ef02b67b0db85c827c52ea644235bb2d8c8d8c8c9c4e5c36d1003ab643906e7bad13ddc505e884abecbba97d495ae8d93d4a958c5ff9ce10888c29ae6a -SHA512 (xlop.tar.xz) = 74f6ec3dfe32715ebe0bc0cbd3181dbc4e8384be19f2f7849333c21398fbb3a43d4e3385c8eb1dc81688bdde44072796cb1210402cdfa7522fd5a9052173004b SHA512 (xltxtra.doc.tar.xz) = 2f2ded483dee14a97d0e5f673e38864bfef93c41e0c694cd5435d37417f145e472b13c5256a7bde48c8f4439077f4055676a295ab410a7d6ecd4598955c5ff50 SHA512 (xltxtra.tar.xz) = decef1877478b8acd8a7a10abca00773bbae707dc47921adbf9e077c67fe186e8a90e5c9f35e8e8c173d93cbe799ba994f53d60e05eff4dde09525375d4e6bf3 SHA512 (xmltexconfig.tar.xz) = 2620dde42acffee6561f406527794cc62d87c1104135da846b7cd3c7f4109c4d1986d562ea612f2b5246e1863eff86795c4789075f8475d45de00763cfb539fc -SHA512 (xmpincl.doc.tar.xz) = 2757de1bfcbfe9df02d5e667564b1a69205ab86c31f7bcc8ec3f37db0fb1a1f4bb21d7360dbfd771aeafaffa4599becc801df81e339b6f49adafeb38bc1ff5af -SHA512 (xmpincl.tar.xz) = 8d9a895a1efe8ce5eac190b8242c7f3e3bff7e433e1336aa7143894fbc5691c7b4fd791bae67fcefe97d16ff131b533f8b0c629580d7b5f9420e9216e932b860 -SHA512 (xnewcommand.doc.tar.xz) = e03b7027a3956829823e92bd4d8a3000d8f79f26558875ea3837adc9ca4a17ce75d9d4e9136d7ebda7bdc8fbbf4a1b44fc6f71d1bfad710d2e22bba8fab24292 -SHA512 (xnewcommand.tar.xz) = 3296d6f9b580699e86ee01da444ec9b3cf7b76775f05529cc9c4dd931da5f887c914665651214a8107be612b18cb286ec039ad9ab3de520bd17090b38265d5c9 -SHA512 (xoptarg.doc.tar.xz) = 1692c6700b978cd05cde7c0d45e970a4cc8f783d53cb1e2fc57639483e728ef5dcf29bc7563c9ce42eeaba72da93b36e366876494f3680f0fd5e8eada08694bb -SHA512 (xoptarg.tar.xz) = 3ee6285ecac00a20781ad530a7ca1ef35a94efdcc31d29084e167cde75c51b4bdd644bfb5d25390c3deef44fa7b09e479b6c616169ab0bee1e83d4e37338e00d -SHA512 (xpeek.doc.tar.xz) = 047080eda80f9134b98196bf8a06e446ef856028aaa0f936da16db7f63be144b404708045d2a49c5bdb70b7a6f0b6b505697e95a5ff8b98b5b4f1ee8b2949367 -SHA512 (xpeek.tar.xz) = dc1dd0534645be0754551b2d3bc146c7e7663f7cc9f2daf40b13a383e13883d25ba46f320317d4e9f251594dccf3a880f5e123683f302638eb3b37018b369ce4 -SHA512 (xpiano.doc.tar.xz) = 257c484983eed03adc77b1776c9207ff89b4152b817aa09fb57cb41d8f6494af0db191c61b954a7f2a605cb8695fdd0562cbab1e0c48f85329c3ad61fef0e62d -SHA512 (xpiano.tar.xz) = 3554bd514e1108649bc98d38dc84951edf17533758325d46726f55d9909d1a3747024aeff62842dc6eb1b5fc760c41a452e207b156bdee06468e9d7732e223b6 -SHA512 (xpicture.doc.tar.xz) = dafacd0f38ca6a248f701cf48381ce0a3816a693150118ab6a7e18f818814a1b54435820dc8c11135146cfde3d40a08a0f2cd78bc54a9ddb450bb5c848b99e84 -SHA512 (xpicture.tar.xz) = 1915b8b9acb3db8d4f8ac4fbc0baab55d6b8352288852f20d066a3f0ce4f7dd0cd4d2d70ae2d2e29aadae0bdb272fcb237146379313b2900accaab2bc10ceb79 -SHA512 (xpinyin.doc.tar.xz) = b20233a1ff1f2f1f1474e5bcf81fab3747c26a3312d91297c73d1e57ebafd9459727c91da025b5cb4c1875ba5876873eb8099ad4012d85a972dc4fd1ea90e7e8 -SHA512 (xpinyin.tar.xz) = 7235eeaf6b0218d4ee87a07b8b16034cbd40ccdf77c96baba14d4ab8a6bd5de78c5f5ab68891a6a91fe4bd0a77de146c357f4e4af4ed443ca8a38526f4f53240 -SHA512 (xprintlen.doc.tar.xz) = 5905ee8d3589b7d75388e6e2355639435f3a72fa99abc17118068069715ba7220fa3d69f58e046d7972814bfa3834222858bc8933562ac91f83ea250f0952d82 -SHA512 (xprintlen.tar.xz) = dc446adfe453430d5e2c9155acaad26e258a36319490a5158f0874292e9e68c1eb61ba57e361b5ff8bfff84c3b4a359709525f42599b95e9ba19ce9e28f88423 -SHA512 (xpunctuate.doc.tar.xz) = 04a839972105943ad72b848adb44584b647a3e52842c0956489ce82496d005ce35f4b8c8e6be1337b5f65616036b58e9543e7f4796075f9828aa9220015e441f -SHA512 (xpunctuate.tar.xz) = 4b69969632691a529ff0127f21a5974a509a29c047a33cdfc53d1bdef1aacee7d6ee8eeda5d185759b60b2e4dfcd0dc59948a8156767e2a7ced0256aac0697d4 -SHA512 (xq.doc.tar.xz) = cbef1b95b4db328cc29d5f4fef544459b893cea82838e9e1f2faba00dd8fc78bd12d36931dba4ebe76cbe985879c30b8606df1f2091fc8d2108311350b2ea339 -SHA512 (xq.tar.xz) = f1fc2f43099e022aaac631d4ccd1e5f5b9a9f23db6f1c6c3adf59d47dca57c25728f81ead0ab62d07b9bea6219e3121874c55973b54e826b1a70c5e4fd47c853 -SHA512 (xskak.doc.tar.xz) = 6256df468580dcee451e4a650ebab0323c92024e9bf872fd683af1f10c19221887b5bd1bed7540a517eb6716627e689759b7ceaaa2944869e18591fba5467114 -SHA512 (xskak.tar.xz) = 202f61fffbf22346ff6ad6b2b8f411b2a8e4f58a9d53e5613810f2fe0b56b0c73867f0c1c293bb0c1f0edcd4ab73135ae33a953d3709d2d01060c1b638842dd4 +SHA512 (xmltex.doc.tar.xz) = 51f8a23a2f59a079909d580a8587d1a403bc0fc75b13adda212cca8fb9f58d8f19debbf53783eada1e80389d8556b742f62f575712eb5fa15f90e4c9933ede8c +SHA512 (xmltex.tar.xz) = 0fd2ab53c983706e42c33804e886f20956a08410e0e32976fb956cecf224c9ed397cb7ceb8aa9b717e3459084d597d715363752a346322f9c04e16acc86c9e46 SHA512 (xstring.doc.tar.xz) = c0c17b82ad0d5aad95d312935e0214a7e5404a23b9a284a56ac92ec9ea936a9bfd3a68a5b01e29c131b7850a3fd3922ac87020166eaf0a7ed9d695dc80d0a931 SHA512 (xstring.tar.xz) = 82254f103053d91eeea4c6230142de06138c392542cac63731c7b34fec5130984bbdebc29ac3b56998717dca11ad444c44f410215b6b89e6748029721a9daac6 SHA512 (xtab.doc.tar.xz) = 10a158bf2d50fa89355654da36a179bbbc5d30ef3efa8a79537de66c50a892f540938cb364e45896dc079266d5e47bfc2c74b8cfe01ec1691cde34bc221e4ca2 SHA512 (xtab.tar.xz) = e308d3ae3ae32b945450b319834dfac19b6006cb0ede7f21a91999b840528927aaca7cdc330a02ebad874602d6d268fd1fe609dcb52bef2757b2e0417310e012 -SHA512 (xtuthesis.doc.tar.xz) = 96e94598e3e397a9657a83496d940aa2525fdbe1ec2cf820b05e5493b1f3e1c45568e16b62c22d4ee25afe2bd0657848a433477e82cc8038895c2195139ca065 -SHA512 (xtuthesis.tar.xz) = 5d9081b8d197952aa5ff58b1cbd490bb529cbbc1b72956cca8dd28b1b6bc12c6248d3d04fd457349b30df7594aa1872ce9c8438feb67af1b93ff0fd33eefcb7d SHA512 (xunicode.doc.tar.xz) = fbd368180c97649944aa23fae4f50f8a8d1aaa776f643ba520f121b9aae196dca94c11906f9d5b2f961b6d494256329670af1f4563502b44a8fc9633e29373e0 SHA512 (xunicode.tar.xz) = f49628013bc54e82bc38a2c749ddde9426c65716f04c5c8d8264398b9595e571d380e07c045db9e7ed5d6df7d0b7b1f8e81eaa28d6b67a6756d2c5023b731176 -SHA512 (xwatermark.doc.tar.xz) = 70436c9927ed6c3c7604e1e70fa877b9be80287a18d9257abc85526fd756be5b0712b28b47b3271787f6ab062743964ca6eb5204005fec33c3a63d2dcab960ed -SHA512 (xwatermark.tar.xz) = 705c9eeccda8b2475cee782f6bb167691e985324361e6dbf147ef9843489f572f2e0b9e47a9f2beb7fdce68ef12ba2bbcb2ccf23c39db489d7d4486f09ff5787 -SHA512 (xyling.doc.tar.xz) = 7b4ca312ea917329260eb0a19bd504ac2f3ddfb5f066806296b164fc541bfe26e6ed1c03ffac5b52af6b19fb4ba1e77b5228ac4b4db0c2ee8f2394fc0f888d09 -SHA512 (xyling.tar.xz) = 5f78d2d61050d9ed84d56136fe59b4674f4e03a536015e3ebc3b9500dd8a08878164ce9fb1aa9ca9a1262a000149061f3fe22f10cfd68941316aa186b81fe923 -SHA512 (xymtex.doc.tar.xz) = 0e2eb5439f2e629da902e4c7d7ddd2d03bc4d654c4ee49e6b005450174acbd70760b52c9deb446ca60efe7c0389403584b86a6f9c9964cf24858b13cfccf7ed3 -SHA512 (xymtex.tar.xz) = 9f0f14d1a862622ad0ef695a58f7dab554daac8d5151193a70c94ea872d16fe8eb1a763d03b226b08583db484bf576f5a41d2070d5396ac323ed00ccb0daf5e1 -SHA512 (xypic.doc.tar.xz) = cee264a3a8ee8f599b2310b4c9b722835a61fe8455c3f873ba91ad22ac7890cff8a1ef25f3d0b80aedd6420f31742f4e533fe20fc81dc83e4cc018684180c7ff -SHA512 (xypic.tar.xz) = 5bf1323499bd801e2d5e9ca2eaaf3d7726ed6b8063dee18180eec775ea4d2f86cca8bcae262375455af64ae00951a41b34386fd90666a2a89114a2fcf23ccb7f -SHA512 (xypic-tut-pt.doc.tar.xz) = e27dfa0b36341bcd02ba63a8b543f1a6c55c674745cc790543ea2cfded80e536e5901f184a3af62b92b4534c738a06bf4fd5cbd4dfb4da865d13991279309aac -SHA512 (xytree.doc.tar.xz) = 0e2b08c8db25a5bd992c8aa843d8f6fb2e0efb3c11ea9dd0ac69106cd71f58996f73786513e0ff13bfb54932f468297edbb981e3efccfec2652f80bb02fc6ba7 -SHA512 (xytree.tar.xz) = fdabfc451679f7ef3752db2537a7dd51e9c0fd34337e429f24e44728ec1ee0a9b97fc2f176948440a5c1cda609182f60d4c564ddcd76c70e84410cc6a0b1f371 -SHA512 (yagusylo.doc.tar.xz) = 0ba73f1c7c7d7d646312f8a3d35c0d063e792ebae45c3e869565f01ef65e14f31bee463a1ebb8ad60166d54cdc23a9d21684675a6ccb09b8da233badb0d0ad96 -SHA512 (yagusylo.tar.xz) = f6f367155aa16ab0133957fea3c099d4e839f248a87ccca430e43c08257b2aed3a11c77ceaf8484097910bcee2dfadf260ab5047fa7f0244b43bcf332f367bf0 -SHA512 (yaletter.doc.tar.xz) = ed81b08b0306ceb519c9a652ef0d271bfa486897b05bc3a91a3840e36d348ea86bdd645ae236d3f34de78d038de988a023e542075f871aa6d8752d9606910dc6 -SHA512 (yaletter.tar.xz) = 28765f3b6296ea3b9daf671543b7b2cf371bf2aefb4f3eefe6e95d50ee9a11516a7ec14fec5d15305e8f52d0089072cf10ce9dd4cba30c8fb60fa75365ff0d22 -SHA512 (yannisgr.doc.tar.xz) = 40ecdfe71670357e8ec84fd262015b5b5d0b8e486ab80c05d0863a335649501e9548d785cc2b2374f989b820dadd9a074cc229674dd1ae9a6252d4a0ebeb4191 -SHA512 (yannisgr.tar.xz) = 509e69acdef68eadc65fef6980e9166c6327e8927fb9cdf6a7a33786a8668ac9b900954a4bb661f223967b26dd240d5ebd91683658b324be284e46876c39061d -SHA512 (ycbook.doc.tar.xz) = 45ee725849230549b4b2f200e0b140c1fc99a60d91730a42d2e3df63e828eb6053845a2eb84ff25bf916341df46a3f3c01166848afb291d322dfb21426903644 -SHA512 (ycbook.tar.xz) = 8b98cd81e5f1252063da8dc297eb5580d06020a343638f7c8a1090a7f056a788eb4322e286f12d821be79fc7de94262a4ff15c14a1c787be0de89ddc87541452 -SHA512 (ydoc.doc.tar.xz) = c5257e669d802563c6ecec45a53645a69bc4c7980c95dc0a98164c950c1e5b12b5b4d012bd8a97164fa9b055eb84184c4df520b08949f68283d2ef2e33658838 -SHA512 (ydoc.tar.xz) = 4e4292e4e6e6b4f5db8ff0721eacb582960932f48a221835c3e07841168b1f81227fcaaa41ed619430c5455edaef38dc073a8cf6c584ac759e88b9f40710caa3 -SHA512 (yfonts.doc.tar.xz) = 54857e6693242080c5f410ded0bb16d3df65fee2834b2b5d1232dd063a70796905771059da07e7d92358fce9da992c3e605be345ae7c5d4012d37dc37a17dc82 -SHA512 (yfonts-t1.doc.tar.xz) = dd37c5163de0bdcce937a1866a48d9f924faff81da11e566e9525a6d5a81ae82419ee7eaebdff1cd8512957a878f849f43e9cd71dd39625e6dc0e2ba18f4ac9b -SHA512 (yfonts-t1.tar.xz) = ec4cfa0d4f08f506b3bf7a3acc8e303ba51c7761f32498f040e062264e595bebe64a4f5adc7d6ab5aa2180c55b817d0124d5b07b276cb39c775539113a08f490 -SHA512 (yfonts.tar.xz) = 1caa22023c93ae1e6a2fd94676da61fd576890f991a79d6a9724a4e5f7e653a752c6af792a1b15d44aa956f5788aa995614a33c2d97e95865d6a364f833e539f -SHA512 (yinit-otf.doc.tar.xz) = 6c73466c1e4ce1f7aec1b30980e5c44ca4917e161236fad7a0816bc93e921525b90f62abd8d41d3b767d8a6eda62a34534d7129d1fc490fda430345f8a2b3ce7 -SHA512 (yinit-otf.tar.xz) = 5ec9f9408c3188b2bf985e9c3f1f9f6a345557d08a167a9d02c07fe41bbb981a8889f580d6e38a97798bb5e891d978eb4ee70b77a344c684051b5644654d1cd1 -SHA512 (york-thesis.doc.tar.xz) = e1ee454ad9996b61f1cac9bbeec30210359ecd8939bd9e0696e7cca7106733b13b8831946c47652186d4b80060f96c479b642274f5c90f8757953b1c3861f0bc -SHA512 (york-thesis.tar.xz) = 5b5152cc315dc05164ba3502d6e7aff355d853e43a3836bda0a15a4af7a90ef9fef02c852125c7e1e4842c05d51f2be6441b5131400eb46bb6704b281711e18d -SHA512 (youngtab.doc.tar.xz) = 38d42380d67372f2b84984cf41b0cd775c6b707405baffc5852cb147bba914899bcc09230e645e7779deb142358a4bf46f1efa0b47f159eeadc09d3e99f2728d -SHA512 (youngtab.tar.xz) = d394f53ea68d2874036faa0d00323a0c15e3144a2433e27db0a630f05a637bad37d297132a92c00bc5ba3fb8a8bc643bc8778787b8897ab03296eb62d33683b6 -SHA512 (ytableau.doc.tar.xz) = 47db377bfecce43d97e573360cfc65936664b5ea886b5bc0042b39e3a879becef0e9894c364a31cb4cda7420ba672c8f55e7936ae5b1d291259d8deb7a6d9f9d -SHA512 (ytableau.tar.xz) = 2d9528c47b516213d0d8ea6341edc1772aa4a88a7db60d4506cbef107be034bcb9036b18f61a12e042e95bd9d0aea51b0ee696565841d2efb12b442756c48a30 SHA512 (zapfchan.tar.xz) = 46a104a6e4d1cf681bf10bf22fa32510982939cf52dd255a7ec50e5a9f95acf72457195cee13499c6f517a7f2b03be8a285eb6730f659d59ee5aa42522ba34bb SHA512 (zapfding.tar.xz) = e3e6e69b82858d8bd653bcb112ed81b8b5aacc0b915b5e4ed4288f5aef896211e75b85b1b647989e0ffa431ec204a9d8ad27b2e60bc2b28eea83eb3518945bf1 -SHA512 (zebra-goodies.doc.tar.xz) = 48652f89e032526de7c37ad57ff5719d75dd50e5a00ec48a4d94c314bb159d76061ce9c9cf8519bfc8d546e274f8ab1344751d798abac422562efe6026df1872 -SHA512 (zebra-goodies.tar.xz) = c6ba09e174207ed9f28053bd82ae46551910358e74ad7afd74b406a93d4720f5b11b1921497c3c464c80b55d8fd4e4adbfb115f3ed9a9bcdf68ebf96bda06434 -SHA512 (zed-csp.doc.tar.xz) = e5e657656e46023e32366ba415f46322f4c9b4fe0e69f03c88d4e5fcdd577e3436be6436424f502c3807278efe3a31ab7cba3020ef3c9e44874de3660dcccd2b -SHA512 (zed-csp.tar.xz) = 2f41c5b28e602aa88146cbbc172eb2d6c6f21491e45622c4c1688b9a8acb5be304a8acde842bef84f7a238109ac9ebefa31844826387b266f14faa6a6943903a -SHA512 (zhmetrics.doc.tar.xz) = e77fd912d10d8ab535c366f8e5b99e996607788b9ede295a3d7739fc4c14e0679c66c36bdefe2ce5433967b28b2ab228c332d9b0a23a841d42d3fa56cd204040 -SHA512 (zhmetrics.tar.xz) = abc0b873b5abb0b053fb59d8bb831a835f90cd8bfc2cde87d1031dba2e31db8721e3ea1037e7322b33ae5216dd65bd01008fb769eade0c9b4815e8ea7c55615c -SHA512 (zhmetrics-uptex.doc.tar.xz) = f9ac2953877cd830e1cf3402f3f2bac1f8159d05a4a74e89047c494ae04dc8930f1c09701f83871b4361976572ae7d1c5fbdaf3af3d9e6db12347a207f1b82cb -SHA512 (zhmetrics-uptex.tar.xz) = 1e068a0b402a5c69b44a86d797cb24266b2883c698decd8b8464c99b131d292cc5ac44249ba8e89dc0a414d6f12d73d4c069ffc3081cfa4b9926ca412bfc3dd6 -SHA512 (zhnumber.doc.tar.xz) = d58579fcb6b5464db3d1ec20942b61516eb481df88fa23ef24f890a937fa72b62c6fef7fd2772172c4faf1a616805bfe32bdf39e17d854b907dc61ec9f6b6f4e -SHA512 (zhnumber.tar.xz) = f5e0783636ca643463811293816c95f2e20345fc6b08f2bd22143ead830b102b7d5acb6dd587975ecae205ce8b79d75cff62bab153a6ada689958835c77298c5 -SHA512 (zhspacing.doc.tar.xz) = 7fd15e4f29671081670e881e9366ba627f5bed6d981fa0ef1c670d0744e1286c04e785e28b92279d66af851803d84949c2f463370f23c64987fea78531172128 -SHA512 (zhspacing.tar.xz) = 52d1d3523ae4c0d2dba5258b06cf9920f8a9005df7e03fd1407dd8ae2e4dc90768aab10127319ef9025765820b3ebb8a946ea0373114c9148a303517b563bfe0 -SHA512 (ziffer.doc.tar.xz) = 8eb75b54a6711ba0d0ad30343f253eabf88b3752de3112b13b96e4182119ef5f789916c413a5ca35ba7bf6619eb25bf64e7717844e4b9a49d33781d91f5b14af -SHA512 (ziffer.tar.xz) = 3d29074642d8a4c63046347a36f47548557de92a64ab4d6b7d1cad87f97a9e25a09fe84cf699a3bf2129c4de00dd3ef3593f85056e8f38a9a2d1ca27c549cf96 -SHA512 (zlmtt.doc.tar.xz) = 22e301f72e0b62078d7b6fe7d7740e0477d9b18beb59ab55b81dd65c50cb250ae711886f01944cdfd25f82d0dd2089c41e662cb2f16eaa0252d70c1006eed8d8 -SHA512 (zlmtt.tar.xz) = b60e880508e08fc0a3f265b7d85c7ae8667c0a16264148a2944184a598f690f337149348157dc7b7b11f1cac59d44117425b50a26bbdaa0fbf1dcebb023093e6 -SHA512 (zootaxa-bst.doc.tar.xz) = f843aa27ab0c2139e1051aefaa9b667f2de489cc13578200ce7db2bdfc2397888856c6cbe68b6fa201e0cb269bb95818cb31f1b03622c49ebdced23fa5960d65 -SHA512 (zootaxa-bst.tar.xz) = 80816556a2e23cfd8345b7d22224142a5448105ccc5c1143f33c4560a4e4ab432115c2fc47c5d4c6ba599031f4c36b481465a5fa7b32afde888beac69a6e6c62 -SHA512 (zwgetfdate.doc.tar.xz) = 7ab61dc4252ef7f60d1d5be8d4415bcaeaed194384a1da14a3400617b36c6efae3679dbbd6c8d64b8cc9f9947babe88c064d637379f663408cbe63ca42334bfb -SHA512 (zwgetfdate.tar.xz) = fe52555cc46a9e8340d8c9c37f88b372bf72efbd48a097b2d319592dc49a8cf55c87e80ea7d94ba6730742e9883215703749895008ba38838750efb9fb2334e9 -SHA512 (zxjafbfont.doc.tar.xz) = 215079eeb772dc4ea55d5e00945a757c877acf9ea56aebe5a8969564a3836f54ca406d502d73e93d92b131600fc77bd2342d36fa78300adc0b4d1dd7f5d0f423 -SHA512 (zxjafbfont.tar.xz) = 357b100dac7061a5e6fe91e3a708f32e99a134158393581bc717ae3e90afa5dbbff7aa1bae8c092638bca2d5c3ab65d8a8cbc39c20c3ec1ff85c967fb3849513 -SHA512 (currvita.doc.tar.xz) = b3de1ad371cead2829225015d60a4defe604e63890ef06da65fa9223cce4e748707f0b6f4f0b0dcdf22c3096e381adc3432a7b21b36f834c18ae4eb32bfba024 -SHA512 (dehyph.tar.xz) = 2dc4ee5b4389549c032f3a4d87740ab3c5e296a1ef109a6b673656a82ca4c317ca774f39f61417568b8ccbeac787c4058184fc893d53799bbf0b042ba5aca9a2 -SHA512 (blowup.tar.xz) = 6ccf18bd12423d3a561e59a2ed9c8e2c7586fa65e47ab784c71111318fe370615acec672ca0e89bde159ec946abc1d4233f8367cc2e6f6f28f3f52dae6bc93e1 -SHA512 (blowup.doc.tar.xz) = 962ab6dbac803f5043df96d178452da2e4ec2db96a7fe9a8400eff658e61169faff501cab3e7e078a18738d683c3bf1ec09a14f70fecbe5c8190b35101196ce2 -SHA512 (auxhook.doc.tar.xz) = 7c4f850d93f8a6d25a35e762bdb2df26384c75ba1cbaba06806964737badb2f7c8ba3192c62df7e7f3de12c6fa117ebc525c735e696a9cafdad943a8cfeedabd -SHA512 (auxhook.tar.xz) = 8ea845a19818df2df7939031e7b251b4b4d99a17c0d1b8177a592275bed6efdc660266964e0639222b86cfdd897bcf13302f1477b997ea1a06179cdd44aff0d1 -SHA512 (infwarerr.doc.tar.xz) = 2830f622e2ea8e5b3427a9d924dd5f45f0c63a8a6de82e261102ca2c3f3afd7b781a7e0d50903dc8d8c1bee0674503f3ab935fe81dd9490d4310650097c4ffa6 -SHA512 (infwarerr.tar.xz) = a41fd6f2ee199e460950fdd31484be7e949a5e36ca740daaf3a1ffa01103d865f573c8ffe0859a8629456786cabf2f1751dbd828cb5d26356b1973960c854261 -SHA512 (kvoptions.doc.tar.xz) = 6f567a5310250dff8d15de8d0fcda8c6eaf392fd9e221b5ea50c0de0bab44324ffcc42902a9d3b6f13cf6090f5e8ca513b5abb218b0f1827e953d76d377ff1ab -SHA512 (kvoptions.tar.xz) = af26d9fcf6f3afbd4e4dc105aa84e77bd737649864b3a8b4ba822e1dc62f4fc95e916df704249757d1ba4ec3b8281b510a6c5278b1f82b1a3af558b67790a781 -SHA512 (atbegshi.doc.tar.xz) = 8f6402dd0f36d4cc4a4674c0d0b37f012a7d6e557174ca3b58a7a2b33d89475d1e47028cc39d2b77c496bfae0751275369c5f4f49cf53b8c36fb60fce47a6bd3 -SHA512 (atbegshi.tar.xz) = 7e03a9a73d8790f6603d53c11aacd01fb7108546e2d3b6ddbd5fce1e42d68ed9c23dfe41794b943eeea67ce0c598851132dd23faa95289789911cd059a8caad8 -SHA512 (atveryend.doc.tar.xz) = 5c5948ab7f0ca213bb5fe3ae056cddd392461911e2af7dfff133253f6aae970d525fc752f154921de2186c8a443fa4f90b18d23896a016ebc9ea177d6826613b -SHA512 (atveryend.tar.xz) = 2a546be6d2109de9db60e94bea3a63a3c7af8ae892c8540a1513fbe4bfa505dcbdde9913b7a4449727df0ccf6957f8010c5b76abd8d6310c118b269bdc7334e4 -SHA512 (bigintcalc.doc.tar.xz) = f5e7cc163157e429906489cb3cb94d8694c01be3c720e03b85bb24c7bd757391cf09e08f3d88df4ae7485978042e9d408fc5af0d93e016c82912479d40457079 -SHA512 (bigintcalc.tar.xz) = c801e5953008e8cd8521886496238f4f7a86a6c65a160255beb3fd6a41a48dd7bfa2da438f8e1ae4c79b51f769f0e07bcaa7c3c8aa6e1204ea656aca3d1f4620 -SHA512 (bitset.doc.tar.xz) = a5a3ba9d27dc3d9658c1d261f798fdc5e6dc4cedd85287ef77d2a0341048d71f8575d4fbd711e499233e0991c51765953931d87d40dd22fa2a4e8ecb9f2a8dab -SHA512 (bitset.tar.xz) = b1c9121312404d3daf6907623972c35e0f36cfb4197e589bd937c145506cb5a2d9d8c1f665ae3b4d3ec093e55bb146c0b67cd0858425b704fe29989b9924ccb7 -SHA512 (etexcmds.doc.tar.xz) = 841ff47f9cefecefb241cb81602b825c07d4d0eaf143343eb9bf6c35ca66194c98f851e4aa27a369d60927fe96968bf7a1c1d8dfc7bb5be092e77330ad8ac6f2 -SHA512 (etexcmds.tar.xz) = b0be75d3c8eb92407f21111e6c9d397ab5de39b96b99403a149a9554eff523e99cdacc9c1c37ef47cd190487511c6fc6b7c91b617e889eac1d6d8b6aa61c0c6b -SHA512 (hycolor.doc.tar.xz) = 79e4c83b952182ea89b2ae7a1abdafd771359baadd34fce8d573d7449b24908a5bbf515d16d73fd088e7add82c143a458b2c196c125e5b492033cb36da63eb6d -SHA512 (hycolor.tar.xz) = 5269044c5b462f13c78e80d28f7237f2d6e353da98db50267a5c4f01b22d565b0300c689470f6eb1ef9af7b66c1068c1d40d7a30ae01f30e7b3649189a7e7fbd -SHA512 (intcalc.doc.tar.xz) = f3cc5dba031957d77cdf39d902eeda96c8405efef52352109a7bfb187e363321d31120b4c66ed4b2e990fbd7085b927599a0956749e4303611cdbec5d9d7179e -SHA512 (intcalc.tar.xz) = e1087a7ab3f1d695bc20435ef0bb2b806d1cca71eb792fcf46e6c2fc6d819de2ff623a65593b65d5bf228309e3e3d5210ae1fb1452356f97a5ecb45921a7ce0f -SHA512 (kvdefinekeys.doc.tar.xz) = c540045ec1c8bd7fea3000dd0ebc8adac64da7ccc24b0becb9b9c32c9dda6e5e11a77b57bee667bd2ddbddf347bd8af069907e087d543898a92ebaedf3fa4b7c -SHA512 (kvdefinekeys.tar.xz) = 2a03840307805bd6fe30be9c108982bc472912c11c8cec25737ebc4042e48af8fe4f1a76124536874bea8c554f003a9c52b8a72d2f6900bc6872ffef8649c40e -SHA512 (kvsetkeys.doc.tar.xz) = 875af5f0ef28b6bb80b19537ca3dc426fb9daf4de8e10dc518cf5daea8f6bc6801832156e5bd978937209b2e9883898b957c8cbe87b51a2b2aeb071445e045de -SHA512 (kvsetkeys.tar.xz) = c5e117a46ab54485b7748bafd5cfd381d28073564b571fd1cda78da70b42dcf48fe054538323cdee7e784aff91cb76dd24361908a4c97213df315f6cb91af583 -SHA512 (ltxcmds.doc.tar.xz) = bba1f1505bd24d62c82aedb28382cce9f80232b45f9ff0002c94dc6c26de0937cd6c1757396c2ca5a0afbb44d25dafdb4a4da1df46f88757d9b4cb03c912630d -SHA512 (ltxcmds.tar.xz) = 9cc445ad177af9b8f942b0c5096f83200224e0cda838441d28d5a188fee50d6c24dd4d415c2afb01792f57813558400826ead9336200f810336c26852ef61ad9 -SHA512 (pdfescape.doc.tar.xz) = d95aa97463b20c178a04f9f2cb71011985eb5242ec620adb9911bb5f1103f71e9fb0feca5704a9339b9490a71ed67c8c038efcf6cf43e16fcd20ba2eaeff8161 -SHA512 (pdfescape.tar.xz) = ca908d58a9a0c0094fcd9bad550bf493a0dbea9e90702534a7418f9a5f506f5cedd42663f154bd227349e4e57e223b6360871bdc995eaea221c07cccaa780327 -SHA512 (pdftexcmds.doc.tar.xz) = 932a1d8224152e54b34e5dce7f2a2ebb36d7816e3791b3d95399fe34a2c2dcd2a9487caed2e082c5e5e215e64ebc8a095a2ac6e1ee898546ea1f906634dd1ec7 -SHA512 (pdftexcmds.tar.xz) = 04bccf5df6e3d0e70673cad77a778c47eaa3e733ee3b30062bde6f19126aec573bd8bb3e669b98ad61a5a3e04af4a92fc038340761ec5da955254c2874a669ba -SHA512 (rerunfilecheck.doc.tar.xz) = 5aac852ec67c34b6b2f7d040f7791ff9d706446b5b2a395177753d279718d5685a99b25a6f4121d532a395a29ead4f62d76760de48b0beb65adac0c08fbe281e -SHA512 (rerunfilecheck.tar.xz) = 0ac228620001a42add1da0ea4ee7511413789e6c8e139a8a8a9f5cd0423893b324c1ca3644cef7b16bb5d2d4df26baa73b61d7aea2592b752e446b7185ff0cf5 -SHA512 (uniquecounter.doc.tar.xz) = 4dc74aabd9288ae881c4513886ff917e1e8bf08446d3b34c946bded6a6fa71ea7b6786bf432fec2661cd1db1af6b5875ab329708cc3c443499b83b0325645d0f -SHA512 (uniquecounter.tar.xz) = 9769fcfd787f210e0653c971872aaad6e0ef1e5a066e392e9d599f8fc11ab9f6587d21db1100b643d09d4850cfbfbbc1d32f01fd1e86aedab8c92da4f5a7d614 -SHA512 (texlive-licenses.tar.xz) = 83fbc56f1795ca3771e901230d38063cb53d0eefd8afc04f16ec2044aa93db0cffff2d97addbf7e2c6623cb468878320e0051cc2525f941830da6e3f628ef4bd -SHA512 (apa7.tar.xz) = 76d60893b63589e6cb8981c6c39d1b06e5168ee9813642096f4ce19ee725f5b5967e343471d77e5a0b204821a9e633e9291254a36734708fe9f0f5ecb9abbe45 -SHA512 (apa7.doc.tar.xz) = f6b684ff268660f0af148d840d1fda595bd4bb571aaeb006f1da8d76319dcb905a1550fe76f9bd9d9f06857eb6f0b25df3cd5dfdea690bab5d522cf435b8c8a9 -SHA512 (12many.tar.xz) = 57a177b65450718631f36bfd8db0f2d1bff788f3bf147137b6412714cc945c7e08832f14f9e7e659adf7e072a91f13a2ea27fe3161cd9b60313bc956f1f543c6 -SHA512 (12many.doc.tar.xz) = 9ce7fdae151a116ef6b22943bcbd1e94b90862baa5d50f54a00105d1f2d623f75a2e1440c3c49c560e2e6c5baddb8a6772753f400165b63a90a84f540e3fa381 -SHA512 (2up.tar.xz) = b7844f246ef486d68babff92f2f648ef6b2eab28dbf8d22f649b2c9c26fc857b05f475e766a0c9b4c4cb5be1224afc690c22d19865e9efb9f4e75a8ff6d9dda8 -SHA512 (2up.doc.tar.xz) = c8569e5cec43525d6814816f7fdaa6bc9ce0ea810fd6be60da992c251fcfaaf4c5229a1956c1fc3e6675ea5dfb4529267acc5f198053a80902b69b25a1464b75 -SHA512 (a0poster.tar.xz) = 038623ef39540340a9c9de228ff0787512fb34916ee5a250dbc6d9327b9249d51c633b8ed0dd725c90db462ed7c96290ea7d6fd60e299e787d0e5cf585efb5f5 -SHA512 (a0poster.doc.tar.xz) = 51e01cf36d4ec625bdc68e586d276e09973dcfe30cd9ba2aa7dbeed73337bea03a222d66a6903e5203e1530d88433d326d38ff66896c52ac33587a3d147cc2e5 -SHA512 (a4wide.tar.xz) = e0f1f95bf660760683d6c5a917d75e537a0347837eb4388eded8194c6ca5371b2ad9be9829fcaaff1e24b7d8baefd287db6add752c19a57a6cf0737017e311e3 -SHA512 (a4wide.doc.tar.xz) = bf059462ec7e28ba782d5842d090c93f4e911bdf44eb3d4f184a7324b454105295460a52414ffcb9fc71dceeba902b1d78ba208d0998f71727ad41299eb1138f -SHA512 (a5comb.tar.xz) = 443548964eb48ec458942e97f0d6ceb698050a5d4dc83ad17a71db0f1d5085a2c8e73c3e8d9bdbb7ab7e6328d12e42a6ec05c4c7dd4247717f295fcd5da66423 -SHA512 (a5comb.doc.tar.xz) = ee845d8b6a21271d2f0e4e6fd24c79a1235d24ba15cc2d037eb41761b05ad3e69dcb5379c223c07b81c62df5f89190c84ff977390e149566710ce7175e4c2823 -SHA512 (aastex.tar.xz) = 387de695ddcca83c294a39846bad1cac883382f82ce1cf1eb481c12de181c062c3a451da084b42937d7f9bd86e9102acd4fac4b2f7323affbb33bedd558f6df8 -SHA512 (aastex.doc.tar.xz) = 8cf0ea4b6a71568d7cfa4b6f5470a7a326fddad84ea342834bccea8c3301d52debe835617fa5930414291a977104236fe8483f59913a15ac282c51841fd061fe -SHA512 (abbr.tar.xz) = 4b5d504cc9438ceb97a6935e66a6eaeb494eb76eb313bed275b1f1a829690569972feec048132e12b5849f398d0a4b291bc5f9ce8462031846ec46bc88ebab3c -SHA512 (abbr.doc.tar.xz) = 7080dea132581fdb0803b4ecfdcf4fd5ed5a689bd7e0c7b7b699ef5b3faeab908042f1704cb553ce38e7f37d9facf7d22a74ac71e2cbd269298f35666367f41a -SHA512 (abc.tar.xz) = 8b1ccd152ed2ad90810551a36f0fa7f114625784fa967f70b67559f9f1e8eb32d7edd08efc9e55dd92723df4039d1bdcc212200d712e99f27de84a153c2a3777 -SHA512 (abc.doc.tar.xz) = 5f127f8e1ec104b40ac4d5e9bb22965e9376033892362073cdea9f65f1f10a4152f237b4f27bf52dbbe1389f59d3da673434c39a2b3f43d6f17aa60caabd5584 -SHA512 (abntex2.tar.xz) = 951c039cf0c97a6bd3974bd01ed9323876f1ee74b8250037dce3e92e00d598ab1cb2cfd0bbf4ea6d37b5f8c3e1095e531aa245ad1a91ee49262e6f99c5c84e59 -SHA512 (abntex2.doc.tar.xz) = b6a5871cc33d94c1294a62aeb809f9d29ccf021cff510497c02edbaef2f155a55847dc521a0f698367692e556b2c588a95066bd3097482b0477a67d4a78b7489 -SHA512 (abraces.tar.xz) = 8d75830f3230b27fdee0b21cadcc9adf604eba3058607675b23231cc43be6a66d090bd64857b3715703d2aed1e8ecfb618373b89cfee743004f1bbff5c7d21b6 -SHA512 (abraces.doc.tar.xz) = e7392bdf5f19e5dd4dafdc1b058cf0d587d9b1d8400ae01bac3a928e3edef962567e24c53b219206a6cb82f24085da43d18525973b7ccadce05efdfe79b5d524 -SHA512 (abstract.tar.xz) = 2d805c2cc322cd802d612213ce525765d49d06bfb371a4ac5d1434a3c752af0ba0182093b0b6e4ee28a80ab926ad0f3a0403c03f871d3e003f6eb5a60ae39c34 -SHA512 (abstract.doc.tar.xz) = 4feae7e22d9f8c6866a9b873359a3060ff75ebcd833e1ea5f82e833933b5beb36260833675775cdeb83f1cfde4dbae3421434890aa9f0f7539c999acd2e0405b -SHA512 (abstyles.tar.xz) = de7e7a5c7e56ae4fb478c9a072c6b2dc8716ea34ee17be577cf4a485c5506f16cc5b79293cfbc80b245ab350c2e2059dd5fb37a2e28818f492edf7c0416d52e3 -SHA512 (abstyles.doc.tar.xz) = d12304eeb2cf797153d7e17beb25c462b3fdf75f5b7b1b24e1ff89d52ce8fe5b2a0fbf88d083ba51301afc45f51871e376253aede36bef21becc1a4350da8259 -SHA512 (academicons.tar.xz) = c7285baf5cd4413f61e6107f387e5d5e9475939794fe84d21fb5a8447a0c5be1ef9509bac795baff0d58c4155b56d00998a1968b70b565685337db011701caad -SHA512 (academicons.doc.tar.xz) = 2f1eac4101d91476e1b68999b06454182cdb221ce91fc79dc3eabd9f6f7dbb3b065aec38a6c25533ce2f507275cff7e60e7cd651a46a42c37ea771559cc6acb2 -SHA512 (accanthis.tar.xz) = 9edbbdd97ea30709f0e0e1959bac7806c188d610e414f037a4115747f57ce7ad68be67b75506f9ce186c951a2c46c3bcd5b0697bb72d81fc48465906cd245be0 -SHA512 (accanthis.doc.tar.xz) = efa2cbf4c11b28dc0a907b62d8818489ca48c458419e37571633adb8403f914c01d28431684705363e56cc100adf7cff6539f19fae9e4b23e6cf3dc210109810 -SHA512 (achemso.tar.xz) = 87882436a324828c3a787aabf5516f773afa35be70c64392117e356af18c37cca77d439f1cb88422cda441950ca40bbf624fc01ce3eb05d6ae22fa817bf8a743 -SHA512 (achemso.doc.tar.xz) = 8576bc5db853243bb4b37f53cade79aa1913e763ef6bd2af3a9f74087e68598d40308bf65772a623e44824ee128c8e93aea250abc3499b219233af5aea558efa -SHA512 (acmconf.tar.xz) = 9363127ba5d59bee9d41e800a0e11d12bc4493e5a79a94be8efe23a44278ea097a58fb53cd334fef0f2ab32c9350196c46ee1aec8347a4aa5554b317c15249ba -SHA512 (acmconf.doc.tar.xz) = a8a971df6a94a9548b71c1463b9ab143525127774daf5aab227a805c302ee0732d3578c361c5346b123983a32e6d6c8afbd543bca4dc7ac7ad4d5919aba63099 -SHA512 (acronym.tar.xz) = be68e32baacdb8708d1a31c4a585fcd282d0def7a76a1e284b908532118aec04505271790a99ab0a36e7c035695b84f8ae1e2146c31ca8c4fcfb76be4f11db26 -SHA512 (acronym.doc.tar.xz) = 72b77e66b4db0c3b42252020fa56be3e4b1a848ad7314037d6ada3eb449fad0b35371835ccc6018bc71ef991ade0720f7febeb52fecd71b3ccc9a5b839bf66b2 -SHA512 (acroterm.tar.xz) = fbcd24989570b083ec51365b560ad2a082a136fc8b2b57aaca4a03059f66dcbdca1efe39c959c8f1a049fdd978ab58a6920f914589c242264b9d803124d0e0cd -SHA512 (acroterm.doc.tar.xz) = 603375e44822841b1dbf52d7aab0c91c0ed36dcdada7e6fab607ba805fa896473674123a2594714fa0f698c559570431f09ec55ca41720586fd522df24453253 -SHA512 (acro.tar.xz) = 852c0ff491f7e24638d10ea086965a9884b0426117122b52209d8bf00f4382fa5c6d41f21aad585bfbdcdab099ff077f20ab850824943b34c581a6de3335ef77 -SHA512 (acro.doc.tar.xz) = 8c4c4e157d2d43c7830f073ed9c027fb4633bca7767f18e4b1261a407204ab1c067736c544d5a938421bc5e6f0f4739c265afa2a98548ef3961da1105645453a -SHA512 (active-conf.tar.xz) = afd71b77d016c6f2b36ff045176929409f1fc104d9f3530c1a70fad4fd1c71ac327a3b58dbf4a14b93cc691d88bf6b7d3add07196921876360280ee4e5915134 -SHA512 (active-conf.doc.tar.xz) = e1b990ceab6820376c18068bf5ac15e984150fe7ad66929496cb77665f0ae334cb28026e0000e788f0580eab549fe2f70e802ca67d0f968961f4582290646758 -SHA512 (actuarialangle.tar.xz) = 0f3cb2dc7b0e392942c5eee41227c93a2559c3a268916393530342fc9600c9c4b946f469f222250c23d9b635b9b51a9afc598003a00eab71d641d9d78db29cb1 -SHA512 (actuarialangle.doc.tar.xz) = ac945df0aad5f51dbc900d7b9def5115cc6aa48c081feaddf8cc7985daedce5fbc0ed633ab4c201a0b0af27327b028bfda1875ec6e2e1c90d038441785a0e8cd -SHA512 (addlines.tar.xz) = 5d0a438fceef1481633f37824b686422e5000cf232b7dd24bba0f30c8d62b583daf01a67242283f2e4fe971438c061acad2860f50ce1438ca32677d497db8b2a -SHA512 (addlines.doc.tar.xz) = 2993c6caae1d2f230d144c9f93f7694adcb2e17d9bcd60eb3aa3144806a522258fd4c44a314d40cc767b3b069c4c929b8e458e74bebc746771b975b77bba34d2 -SHA512 (adfathesis.tar.xz) = 4eb7fda01fa1961d213eadd2f0bc9b1cf102de664dae1f37588e161af22d043319e12ca704c3223e78e963411c3f0533c845b17f7d0744b020ef2dca35b2c7b0 -SHA512 (adfathesis.doc.tar.xz) = 86d89f4f139c9ddfe6babb84558f7d89f57b75e28d37f659d9893ef703cef7199272e60f1233d51351b5bd8a4565393dd6f09ba69796d2ab555423c2ba23c2b8 -SHA512 (adforn.tar.xz) = 7a4a4da6c72ff2f8ab4b2a9a5e92887306a8e2aee4bcc5a93c18bf41d1bf9c05bd23fd6401bda054994aafa8d6002dbc16d8483b951acb705cd46fda08aaf060 -SHA512 (adforn.doc.tar.xz) = 2a287f8685154359c914b13e8e153aa64bb19708a9f5b122180cead53ee31ab829dc934dcab43f09ded4fe5d2a81ee32528855f1a4a1bd07b795eaabcb204f48 -SHA512 (adfsymbols.tar.xz) = 7100648956a68719d1a449a3aee0a4acb3788aea7f082a6e7e38c8d8dfa2c712a4b896a9b036e8ae8b2732b11414ab71a49e2f513e7d689f4b0ad9e44c052019 -SHA512 (adfsymbols.doc.tar.xz) = fbdd78030826918a3599a1f843db692390ebdcf4ca9a853d8c2e78706cfafe83ae79d23d09fb097339d8c726608a27436b3bf22725935c55060f1e8579ea1eaf -SHA512 (adjmulticol.tar.xz) = 4243fb86e7122ec721b975c16eebadcdb867313270a7c351543bad78be73eb82780f7eb1878f1901b8c1956d0103531f1973d9ba10bdeded7eeaa51b190a1514 -SHA512 (adjmulticol.doc.tar.xz) = afa625a205d566369b4a702062ff39f62529f2191ec4293b282fe818f4e001b8cc9c65eec3a0df0175586969d77ec83e03b22ff41cff36788375c59d1f20c586 -SHA512 (adjustbox.tar.xz) = 19ee76701aa1c060d5163a06263cb5b6b58d74d4bba1b7e77813c5a3b683eef35249b6569fadd1c52c0cf82465c4e2acab7091dc1b396c1e938ddd6b0a1d3bb3 -SHA512 (adjustbox.doc.tar.xz) = 33febe9f49a7c78950258d1955b4518a4ff15b96f6a866cc8f59ba83bf66a8d560a4d00430da494013aa37a72494280b4d165d2104d81bcfda237350855e1f59 -SHA512 (adobemapping.tar.xz) = 1dd2c4a813bbcd8063d42c1872fd14427bae2e5ce9698ddb0825770653d17798c037da511d43a0939cea1a607f0a7bb7ce974bff72a2ee88c6f56f941cc7510e -SHA512 (adrconv.tar.xz) = ec4300075ae2fbb0b29fa8126263d8852a405a84df8cdb6f484c989ebe948257ba3d1f3ddf9204ea7d6d50129c294a0130afabb053bc63022928ca748bb4ce14 -SHA512 (adrconv.doc.tar.xz) = 93ec47833fee152b098477f838858a259f5842264d3a7e9a959d60fd35f46d680eba61c9f4b5efa08ab2878da4aec78d19cf83880e33aeabde9854aa88491c78 -SHA512 (advdate.tar.xz) = 80075aa6efb4125bdce79e9b2ec6951caf1a753c8915201767de230acdd1adc2eef31400574effadf6287be159236422840751bf5ea24cd3cab8a01e82a0185c -SHA512 (advdate.doc.tar.xz) = acfcbd6a40630da2cf9024cbf3ed378c1f7f8a16c8f8395b69c12f9693e903ba54b9b051c364c5cb4de957876bbd41f0b480c4f4b320e22f2c6df7b08502873a -SHA512 (aeguill.tar.xz) = b75f41c1d179b63d1807ebfa81e9e656bb43433a3291b9e29d5f0f76667868d26840dc6ce7f61f0f959cef724f0b5738b96af2a371f949daefc4179de1f861e8 -SHA512 (aeguill.doc.tar.xz) = 8361fc02999b080f19beb793fb0d1d802203114c1e1581c312a21e3a682191470b93e373fc269f8aea0e2643a69c8caf80855597ff6a71aadb6bfc869f4370da -SHA512 (ae.tar.xz) = 6b1c57d5bd3f0959e611659f979ed42b81e397a182d09b3482e98865196077334a9796777aa112ff367b97c232859d4f9637730dcd2654e6232c577d2f59c39a -SHA512 (ae.doc.tar.xz) = 927521fb6b6a5787d0e94ad724cf19825b2cf2ce23333e60e13625a36390eaa4cbaa1bbe50dbc718efae97036d5d815860919f536601bb97224b489d20082953 -SHA512 (afparticle.tar.xz) = 958ed5cbce1dc7bfb5d01befe74de6236a09b3ae5246aa3f2e80225bc353abf21b622f4128641c54a27197560557738d4c224e160c0be87010517c3a30a729ae -SHA512 (afparticle.doc.tar.xz) = d8185772e114a891ff5ce0f2a2e12b827420f8c486813d87bbb6fafc662ca1db710178e8cfa260d7d650c3432909b9f7a8521648f6aebd5f90daf1aec4e28d7d -SHA512 (afthesis.tar.xz) = 0ed83c0a98bdade60c49b3408053e020c6deba1b96d74b47aa2404c778a96ce2898af1d76892704524c0c069128e59c0bee5af73de6ff9237624600b991ed6b5 -SHA512 (afthesis.doc.tar.xz) = c221f77700f974f0cedeb4f8ecca5280c04203e9cd89042d414eb54037db71cceed450477fe9498a15d9f09b8a0cffa177cc897958594fa7e3952adbd85225a8 -SHA512 (aguplus.tar.xz) = 73bd9b7f01a4911fb25aa7d388c5827c62a01a786ece4317f5b702de4c281bd05f82568780f4396bf289fcbb348abd2a3eca6620fd8e3f801d23aff7a05e104e -SHA512 (aguplus.doc.tar.xz) = 48b9c010f746b8a85bbf1093b3dd39c2a853d74b20feb71bfebf2ded8d6f4c44538e6e20b24c65849e8adea9d34ff15498e847b1521bfca11d18fc23d18e10f2 -SHA512 (aiaa.tar.xz) = 9a5c04cc0b24e2b11e4b6953ceed9e506ad9f44922b3407c3aed1f5fd1fda1e86b1a5d6613a059065c1026f69830a8f5af0ed21ad8e1856ab44d22985768f24a -SHA512 (aiaa.doc.tar.xz) = cd69337eb21eaeff910696f153bc97fca94afa0b147e3360477f72c5d90afa5d54d375b5eb7801df1b988c8f11d8fd23848a07f013a4e06c28a013248e00599b -SHA512 (aichej.tar.xz) = 7edc0ca36209f18dcca0b794c7ee712f0eba82e3e69b09fd46fdc7ede6bd33e93d4936d7bfcff88fe4f699acd04493053a7c76cabb87670215efaae12aaabc83 -SHA512 (ajl.tar.xz) = 083a549d425336eceee0ab8e85ef592aa15983e9a4dcf2264d835b5242933fed8719b81b427fcf7784b38b8e0b3dac2e2a7f8b9ffd10cf2690b96bf8b586ff3d -SHA512 (akktex.tar.xz) = 481502410094aedb36f00dc93ff3cad9479e756b00c60abdd7da98713f273cf45a314ccb55ef2436dc54cf7e8f84e2bf9fc5f00974c9978aebacee177380c9a5 -SHA512 (akktex.doc.tar.xz) = 4378f1e2c96bab5f5926b22863580dc2ae555400d770f5875eff09b8f915da4c83e99679fa7487f788970d17537123d854400e31bfca868d693b3d950c33051b -SHA512 (akletter.tar.xz) = fc0702fce74b32b04ce2b1e03960a7617c84a89d4581f16bbbe1b16fc01d45300c0a46682460d78cc572b6e20cc42ec7701c5067adf5e4960ed1bdfd5a69e910 -SHA512 (akletter.doc.tar.xz) = 6a951bf2ad4a7af4a6c87b24e8f4c3b4ff520430024a6abe6b54cf56269a903d78e591def71ce7cac832a4d3f822e8baa14f8decc960b455688801f406d01e74 -SHA512 (alegreya.tar.xz) = 7136053c90b3c9ae5744a1740e44008b3fea0a25323cb9033a6c2a2d1c72a024645626903913485af24ee08a9614d3fd6e9ba79dfd2206ec29c0fc1b1b98a21c -SHA512 (alegreya.doc.tar.xz) = fb152014915f9bf56ded5eef117169453923a86a8dfb165facd4e3e1db278f31aeab91e49e5e66d6d4a08ea10cba91ee762b4937f75f9623c77ff73b37965ddd -SHA512 (latexconfig.tar.xz) = 2d98dafa5c2b90321ca8600171ba22cc7eff73a23d6d88073c477bcb84de37369ddf682163b7a9dc26ce77fb2b1c174a4f810b66a34b29646ad988a9965d9bb6 -SHA512 (latex-fonts.tar.xz) = 98549dd0c7b29511abc3a1a6b6803a86af0b48121d47e292066f3b67e4b5847efbb7025352c1ec996778c7ea3a5cba552385e9b4dfd6ab005d716f503e37a26e -SHA512 (latex-fonts.doc.tar.xz) = 4d3162776a17f31caa8e6a0fe05eed9447b681d77e653371cb5fa5d8dd2f01bddddc9f95ca916f233c11f8ec7d15e02fe575dc953fdd18c34ba877829a142bea -SHA512 (plain.tar.xz) = 66f585e1fb6b95913ce71406e840bb15953b2ddebc3ce0344eed791e496ea75b93c4969abc363016b71dcaf65c0c676064ec778bcccbb2490031959ef3276bf2 -SHA512 (lambda.tar.xz) = 54da97daf172e3dae434e75425b80d1c617ddc9991f6ee804cd812e2c4bd70b49eb1a01318e243c10998870877d4f76e084b5ef0b0eaa89afa66f77a124a7c02 -SHA512 (alertmessage.tar.xz) = df06377244dbd962326646fcd0aad535733d275ff6a86bed3739e8b77c6d1231290c4628a98be50d92e9006f25be68c20d5fc5e92c82a6cf841c0af5670f7ca9 -SHA512 (alertmessage.doc.tar.xz) = 412cecb146790ed0b7fae601d9ef0eb14381cf75ed20ff1bab3190c249750fb693708c2dce26e76da370a265f99dd312dc6747b6c9e7de62ef51a709accf7e60 -SHA512 (algorithm2e.tar.xz) = 0203f337518811a04f255a1ea65045f487dbb4813fb848e0ba1b52d3e5fba96b784852d7e900a82f4c047c2943098e3b37cbca27322d115c341fef6d262c60cf -SHA512 (algorithm2e.doc.tar.xz) = ae737056adb53f943ae8c92d8e7bfffe52a107cca4a7a3151932a581744f1396f43e134a55e9894de0ae1fb5418983ba4643e1e07487b690478a6979555d8768 -SHA512 (algorithmicx.tar.xz) = b6cccb7bc391ad11a8996d3e6a3a48f79e50e3e685a4b7670a3399d5d400435616794100b38e73d32633fc16cdd1795c2dcd57bc79279266dc6509bb14d08804 -SHA512 (algorithmicx.doc.tar.xz) = cda9c4082faeaaf504194d75c014fda9cda20fe85ab9dd8c4f5a3c9e39fc2c8c8428ef20b921790f36c8abae2ecd8ea089353db540477909039575bc65ed5228 -SHA512 (algorithms.tar.xz) = ba02581f18b74ef97f37b7c1052bb7577b256ef94232b045a43c841fc4705f8d7ebcb2b286d95dd70943d309080b05d36dbf847ecd6e661038d6e375d514a787 -SHA512 (algorithms.doc.tar.xz) = 3658a5a31162acf5ea1dc318503a2f9e74944cb998494083de76e2e31119bbc22094bfd41e048f5628730df359d2359943cec3cebd07b364a81703b92520dd01 -SHA512 (alg.tar.xz) = 923f36ab03aa10cf3da008f4b3d7ba5919f3e4a512c82fd1c42386df22019ca70c4c1700b7596750a00ea7c50586bdb803db3fee22edfbc402ebb9e249668e99 -SHA512 (alg.doc.tar.xz) = d94795e7513612f3eb102b85b9fdcc792b175411fd67edd6779037b1e0dc101378159f58c6c6feb82ca6b73ea2a6fd415a36e4a4ea67913a0d1110582a41e38d -SHA512 (allrunes.tar.xz) = d05513d484f11a9fcb5d202d02e7ea586cc82c44abe0488294e58c6f31185b083026bad3f17186ff03456481200e05e2ec4a7a7348f6b8fa4e952702b15274eb -SHA512 (allrunes.doc.tar.xz) = 569f61370178f2517ea4d4625209a1359cd56913073344816f4fa8aa19edc8bc63c073de4373adb0a0a8c8d45fe392da9869bd16bd7477da65d5b0decfe6de61 -SHA512 (almfixed.tar.xz) = 1a5e41cac48a33c4336fe03576c49165b47a0bec606b0a15a3563922b964a9a3c2de735cd88cf10423b054b5131193441fbcd64fb2edc47d4944ff33cf6367ef -SHA512 (almfixed.doc.tar.xz) = f51af6e63070fbf94a3f8ed756d544dc7d9460f37b016fcded0d2c56a6cf672d2e60c7b2cb8be9f9942f43e46b5ff2bfb59c6ae301a5d88a8858d6e60a3fbaa9 -SHA512 (alnumsec.tar.xz) = d61adf9c03ef9f0b5d68325b435d5145297d85fa04a5bf106de50f58c04c9507eb63fb17070e955e7f476158419a802f0f18d2cd97ca93baa7997c2d57def479 -SHA512 (alnumsec.doc.tar.xz) = ab07f751332fa0ad974e6ea84b10a0249e5bbb69e591d1319a8c5d743f88d63ad9a7c72fc08fbac95e3cf950d090313dd758ed8f604e209206f873c5f0f70880 -SHA512 (altfont.tar.xz) = 18212e7107ed2bb6718a7c763d881dff7859e55e5bb33c42e1acfb5ea21228d1ebbdc6e13cb95f041bac99f871306bd3227326953229e69ac6b8ea774434cbd6 -SHA512 (altfont.doc.tar.xz) = 4d181a21f732b0265d4251d3775fdd8a4305c99c0dc1610adc9af583f73e376cce249b2ef237d8027aa32a269512db71260aebe78e5e1619f506f23d1105dc65 -SHA512 (ametsoc.tar.xz) = 34d99bedd34ea4195d4b0f60560c80c7d3624c2dcb3137a559eaa1b5a16bf465c39a0c54b6a5e64d2488dd7d4c1c82636d7c3adcee3e2e687a66b51b96fe6c48 -SHA512 (ametsoc.doc.tar.xz) = 80b64ca57599aab07dbd0d000e67fd002a19a8d8227bf9d635bbbefe84417d1f99cd75d81ff67e0d7a7e28231ab5438b4e51e90bbb5405f566877a4ec87b8d48 -SHA512 (amiri.tar.xz) = 5d23cbea0fa6a8a0220ac93f6750b0601b8f0c904edbbdba9d4bef6d5ec9f2ef8935a16a29019b711c19f1a02e3515684e84568e4972c9e9eb42b691cad7e374 -SHA512 (amiri.doc.tar.xz) = 3b59bf9be9f8e35bf056345c380c8c16b5889c61c114d7812e00dcd9943bc46364abb383876f20f4d7e3b51f6523fccb718533280c7de302f4ac56bb39e5b04b -SHA512 (amsaddr.tar.xz) = 98aecccedd2cbfe9e348a9ca6c66d82da07eac20bbc53dfc5ea79435a20e88bbdc4e17c85723824b216a212c509fcfe96b2b708353cbf7f93773514e5433d8f5 -SHA512 (amsaddr.doc.tar.xz) = dea731e32c5e02252db95deff66e4160ff3ac9c2b488b218098d9d82754a84d2d5821877c887f51086625c18d1bfb9c544dbb8d2fff4c5aa220463aa8c6d3fbe -SHA512 (amscls.tar.xz) = 0b69a69452e148113c208d52b8221056378e6f869fa2efb0c52d49980ab574ac21a04d9957a2450a6881514645cd156580ad2a0ff2879e240e217642061afac2 -SHA512 (amscls.doc.tar.xz) = 8c98528cd59e8da8c017fb49bc9a7cb617261f899770be56d92b1d52be274993b1777923189957f2ff70ef339223be569db586b80db7285cc824f321f258591a -SHA512 (amsfonts.tar.xz) = ff1256ae20f435327c12424613a15aa8f207e9133325e3a823ca7ef9951b8d52acb56cc69cbf9f3c0860ac43c9a74ae54154d1cd956d7e25612307dcc6e74585 -SHA512 (amsfonts.doc.tar.xz) = fe0df1a9efc821e21adc0e21bcfaf2defb1749e3206d7dac8cd9b667747c37303cb2c69283a89aa8740fc3e08e8803408903a2a95eb0b91e910931a8333c2fca -SHA512 (amslatex-primer.doc.tar.xz) = 85faf2a9c03f7d7d1e23d72b7041c9b322d5f8bd8cb309a60f7256416249ceb7582c112d25f8953ee67dd2b79a3697e29cf6250d7b199a9eb73a9682f123354f -SHA512 (amsldoc-it.doc.tar.xz) = eb23cb624c4cf6283b8f777911d102953d31dc8da04392d7023694fed02ee1b8a8a49365fe0f1cba9682e911405f04afc982b6cc9cf9699a4d76ec8dca6a471c -SHA512 (amsldoc-vn.doc.tar.xz) = 827c294eb1cedd51a3924796b461ec3d6c858e7875254e0fdb6cb496fecbb6d2ec541e930327c54cc446b15dd69ed795470ae6cbf1cf1e51c0f3ae90f3f6c12f -SHA512 (amsmath-it.doc.tar.xz) = 814539a2a82601c930097113a9baca5166fcf68d1b0c4dcf25d8afa8991e667619517879bc415ff114b9e86664b9ff5e25a7bcf1bb04160b9297cbfabb4a639d -SHA512 (amsmath.tar.xz) = 1982aa9f7345f47e50efe9f1e8be307491458e3689838cda328afdd704fa8e04e232187c0778b05848e46d49fada532b14b74bb0d327ebd91f821190b7bf1306 -SHA512 (amsmath.doc.tar.xz) = 9a9f7d065b3486d31a9db681757fa48d14d319232d918ad07fa5a8cca205a6e0023584eefbf36542bc5dfbd609b69b4801a8c95d7e38cfd9594cbd2afa862e50 -SHA512 (amsrefs.tar.xz) = a0993aa374bf845952c934a421d2b344564726207245102dec82915a3cddf33ad8cb1f2d4d48d71ba0263fae0c24c78f0cc21e0b923a875af02d12c602a375d6 -SHA512 (amsrefs.doc.tar.xz) = 2c472849194fb72453a541ba443b2232fbf876cd2d4071dd6e6eb65603845ac9715629bbc7b1f44dc0268a809a1a5d74a08f0dc27a81e9b30787a44d133bdd57 -SHA512 (amsthdoc-it.doc.tar.xz) = 2d35f87da43f957d7ec3d1e61d052d14b4dc207207fc2e6dc4de08b699e5211db17a84f0305888294ae163691e4dee2d067fb1c3a29fadcc34214033fe8e22eb -SHA512 (anonchap.tar.xz) = 4b84d5260c0986191fb4f2b560c386a806c8f93c76360a8d93aa7f9b55dcf089d7d03ca946143b52923130ee751fd47f1ff59908314297fd752ff5fbb17ec0cf -SHA512 (anonchap.doc.tar.xz) = 087db509e1d9649176614296f84fefe9b726dceb3ac8cb6eeecdd8a6fdb03dc97433c31478638eeb6f5f7cde85b8a8a693fce55ed0b3f5aae35a075a43e5652c -SHA512 (anonymouspro.tar.xz) = 105334748bce7fa8a78edd599d6a8466729937f0008c479213a4d3d4b6b3e24b91bd1e124d0e3c1354fd68f99fdf621538696ba9b32ecbf09f5c7202b0b34997 -SHA512 (anonymouspro.doc.tar.xz) = ced94c5fd0be106433e99cbe66305b60ac6ddee82d3a1c8046d1467b11fe9ca10c2ba3b4ceba56a0ff439e7fa82d09c303f29200fdcec1600145fe7623773e47 -SHA512 (answers.tar.xz) = 89f7fa19dad8e94b57a66b53b72578c277037c0c3a9fe008d0802dcdedaea03f01c6554f4c6b80fd038ebc4f18e21bad3fc176f4c4acedae07d9acad2a90700e -SHA512 (answers.doc.tar.xz) = 616569a8d972150c0a1da86625b580baaca642bfad773e9e2240f74d33ddfea203b4c7349660b996adbf8208a92b11861d3f1a42ff88c68f39efba0af97ffa19 -SHA512 (antiqua.tar.xz) = 0318b6f81d365cbb4b320642ddb6d8f909b5b136daf952da01c22508c392c58c9f8a25b33e4dd0e5afe777bb0b366633afd6567c3992df2a2e286cc9f41e6211 -SHA512 (antiqua.doc.tar.xz) = 4158160d42fc776891f974cf8de13631aed17578ad2e5a67225442b7e783a36e2a0d3be640d92dce0fa66097dc617ad54b2779a3a3ef9878b46d900c5dc2ed7d -SHA512 (antomega.tar.xz) = af2cbe945ac3495e94fbf69797c05d9a7cd8c3874148c54c602a4a152c669638cf7a861949a3cc2d08aa21f378b57beffddf2d13e3afc1157c74472c348f5405 -SHA512 (antomega.doc.tar.xz) = 298b2e796736f7598a83a2d4fee53f48e78d0c8b255cc09c686371a3a05a4d36736cef96d812281cfd3fe1024af433f32e117c1c60d7559809220ed8dd5e56a9 -SHA512 (omega.tar.xz) = bd07f654ad56219136e2f9e7612b87892bf8c6d0c8f2e41434a7fabb8b159bc43f79444301383adf560f1985f64e639dd496dad6d3ea97ccbd85fcee4d7a36e0 -SHA512 (omega.doc.tar.xz) = 31eb2aa643ec37d68d902f4de7be391e7da3af61bde93e78beb1e6df1c6367fcfe00f88e29c8cc878b9cd40f2e3a45f9e46bf24ca3a5608aeae09be491130fef -SHA512 (antt.tar.xz) = c31e92701d14e0559ca1807389d3f1d95a166e9dee918fc7218ee671227381e3c37a991756e9c19c7e7d3681597c3c012037a74249c7c8eaaefc7c8a3bc2fc36 -SHA512 (antt.doc.tar.xz) = 00533390612e68b48dbbe9c1ba11e46a0e48f8b87cea8f6623267d53795ee9170daa1f34adc8cde12356ef779990fcd7fe7a10b601bfc11c9a0f590b5a25f3b2 -SHA512 (anufinalexam.doc.tar.xz) = 0821831108f81bc8d23dfb7d26f2201057a897a2dc783959b9e298b8e59b79a12453db072b824397a9625b8a63e7fb19ad8ba6d4500436bb0f7b9a23f96d1c3d -SHA512 (anyfontsize.tar.xz) = 31d1c235d011998043663bc1f5729bd40c5b90996627038be612115daef2b3526c9e616b16c251d6b653d5bad82beee62a7dcfc3b8c10feec0850729afb294ea -SHA512 (anyfontsize.doc.tar.xz) = 9003fdbf712448de70c858eba74f7de79e0cb83e8f9fe72d9c1b71869161d5a63099473c4f9ec670b28b356ceccd9b56110a1724dcde3062ae209a678f5b0e16 -SHA512 (anysize.tar.xz) = 4439be91f8dd82cdc051c519b5bc36fdfb632cf09941f4e6ec92fa77c2b5f4d767c162018fc9451d48ece17e9cbd5d7d4c574eacea78b8f92b6e07d40d7b590b -SHA512 (anysize.doc.tar.xz) = 96591bba808fc91a876dd49a6e1ede3b679c18952244f14b07e992b40d20f6c4a0f4b4dad00a409c766c5f2e883fc4923c501e65b06ad93193719001c2629f08 -SHA512 (aobs-tikz.tar.xz) = 76e3f9748c704efafda74e6184aa3c0199f8dae3a9f433615fb87ac5fd7c81d5dd604e91ed7648b68f05919425f82fd19ca0b66f4f590f55e55634a5cc4b7f9a -SHA512 (aobs-tikz.doc.tar.xz) = 3732ca200dcb7d3d4b99cbb0edbe13ef7c9293e8424457c2493c330b4ea810bca21851161b83740bf3b7b53899941e906b0b2e4b46ba715e7b5bbe19844d2070 -SHA512 (aomart.tar.xz) = 699f0d1fc5e8fa4bccd31609044e2330dd33083acb56832a64ede0d23d4f21e7a8d37ad5734e282d11238c334399f5b5b6449671ab82b737f9c51612b49f727f -SHA512 (aomart.doc.tar.xz) = ca87c32d703e136735fb6e121c4bcf9fcad367121b071bbb792d96da1669001e4221116275aa6b37df1af7788df4ddaa6948aca3405facc0f05af7ae6924215e -SHA512 (apa6e.tar.xz) = 155bd30654ec3a2bf3930bdad98235baa6bf7aa8109ad449aa1a7b6f2dbda37851f43978266e1c273cbd2155ed274003dcd91f9f452f2dffe268750fd0d9293b -SHA512 (apa6e.doc.tar.xz) = d78ed178d1fbd07668bdeef74cf6f9f3674837a4f83eb5dce590762f7c02fae1017ee2eed6625a85a7b3e251ebff103e37da84af589125bdb60b73c9459cb748 -SHA512 (apa6.tar.xz) = 76a307c077ebec0ef984e9296018e1b91a51e95db8d1955924a373e82feb5152ce453d1388e706e6b0ca46f3dcc71a8981bf68848a2022cd19e179fc9ecc0bee -SHA512 (apa6.doc.tar.xz) = 841821dbf4f8efa07a96dc37d26e21348ef5e1c486ffabbedfe973833d2328b8c5fb32196ae2e0323683d1d20b635242c371262df92ccc0c4bbe126c89263dfe -SHA512 (apacite.tar.xz) = 6f69733b58f0e791422269f48b56a52ad6b131afc4ab5c7c5ad1d9e0a5ec0d84ba48b8e43340f8e1a563a0c4b10aeb131f1999f836e89f311f067ded8464f91b -SHA512 (apacite.doc.tar.xz) = ba7720239a221d343cc58d28a9611f731a6db21f1e7852b0cdfe0c4f0cd97d475efd83c863b14d197f2206cb2bb0d314266797376b548de250842aa008ff3732 -SHA512 (apalike2.tar.xz) = cb837c6299628a58189f33570de7717d53d83d9de456255b489ae4ef73693b51bffc2dd12c9496265ebc8cda64d8da8b1c71d46f9d96a4bc13c07c9a6e021a2f -SHA512 (apa.tar.xz) = dd825c533b29f8cd005b238877763ecc299f1a6d23be870bb7b899401f0aa73c4377bbed640e220faf4a1fe204dba0d94671c67ad83cb31d99eecb76e658f352 -SHA512 (apa.doc.tar.xz) = 5e5224f11e811511b965e6f79adbab67bda5c809fdb4fadd5913ce570e34a933d139e8f418cdf7beff6e24e79443e4f4e4acd81837f24a5783915e169099e720 -SHA512 (apnum.tar.xz) = 2e155193dfdd3c88cf336cece23bc6b393a81529c31ac2535840a7c4f4a97530d35d0f4ae964e8f92856eea0d54c356e8bc15427918ba0891730827a3ba561c6 -SHA512 (apnum.doc.tar.xz) = 4e1a6ff31d9836dbb04fbd90911083a9ff70c7526ef099d437e21c11766314cc29e8071dbc21976af7a23fe99b673bbee82dfd265041b9ecd015070c58b4ce14 -SHA512 (appendixnumberbeamer.tar.xz) = d5f4573a0f6c31be7e910512d86ee0443e713abea11e71694b58f1d1d65f4249f967aa5b873941e1d8b7686d408f411aad1a76009a3bbcb528693ae14dc60e63 -SHA512 (appendixnumberbeamer.doc.tar.xz) = 58b32eacfbcd8e024a4cf3dcea0c1d057010dd454c1e54b6752b970a3fa1a9e10eb15d8cee9dbb9ae032aaa8b6c070079b112f5a91b1c9617df40877a4a3454b -SHA512 (appendix.tar.xz) = efaf48867a45f8365755224123b9259f80f49417c409698420d67670baa969d5d354df1429fe7abbd87c29a8e89a9e084cd75384310a44d61e1f2fb7a2650977 -SHA512 (appendix.doc.tar.xz) = f4e90fc9fa5ca89a9a20ceb56cce788984f3ce5e55f92c99de966a54afca7145d9e3602c4e514ee6b7887b3ae9f8facc9b3191ada19514aae7c7886ae2984b0c -SHA512 (apprends-latex.doc.tar.xz) = d65d5f56e055ac4628e8198b718689631edca80abb3593480948ee8ba3336d7baccc091cac9f95b4dff745d84d409488d3a2032a1587f1f1a5db186af4da1413 -SHA512 (apptools.tar.xz) = 05d243100c9fc575b7828e0084822fdb2c655f5d2d7c51b42aa3c5ee4d127f62f714affd1fa8e94b7c0c322b57a9fe1728d1829ed7f18d75b5287a673d580cc4 -SHA512 (apptools.doc.tar.xz) = 74ce416ef14978e0418754e3d2e2874ed07a8fbc6be90a1bf7dc492f191546407d7a967efb1306481d1b88ad296faa1194dc4da8975f7ac0c4e4053ccaa1444a -SHA512 (arabi.tar.xz) = 6f59ea8c986078f388f4c8f067b12863422728cb1a56464ece4d793189bf0e6dcded476a3b86317c2bd5f9b4b3cbc475fd748c2ab9bbf60b3d8c8cd4c162ea62 -SHA512 (arabi.doc.tar.xz) = c851b0cca46b11d7297a03488cc72adafb6409e0406de809a1a18d4993068702f03e17cbeda1399914005c9885108d747c844719764145c746b2a0ae45d9121f -SHA512 (arabtex.tar.xz) = 2dedbd482c223f65e13aae104e2014d2d28bf9f4ae6b90f1a4cf0718eb245d8a94899982f15de326f2eb19e2696045ba8ca9a19a6d903ef7c3e9b575a01d6bbc -SHA512 (arabtex.doc.tar.xz) = f20af64239df9bdb82b7fdac6c5f6a222f1277eb877fa1907cbadd4ec6e426745b40733fd2ae726d3050e6f992b14cc91d6386ee02e2bf841d1f249d09df0c71 -SHA512 (arabxetex.tar.xz) = 7c58bd94b780abc5bc17b4218229d289797a155a8e98cae8e22825dc7d9b12c5514de01b12bf2f645047dafb13b4d519d463f4ced60f7ac53a65c6aa38cbec86 -SHA512 (arabxetex.doc.tar.xz) = 0dff3162a710b458b367bb4ca587d525b68ac79d2d3182e8b9d2ca90ff72f89bf69153960400c344511449c52346c329b8a34eb788e11ed9a5319bb6bca89418 -SHA512 (aramaic-serto.tar.xz) = 6731d62d8a24c9f0d26061b8b2574a880df30df333fbe16408d0830657ea36f04f50c56b574de5eb081f490a4c5782595fe17bdb9208b6602c1a0ac81a1f10f5 -SHA512 (aramaic-serto.doc.tar.xz) = 433018891123aebb201d6c4f2b00dd15a558344b758899f85b9bdc21556ad4fc4845ce72084863b243e42beba643c5ae4dd210b74e2588af4825e3c83d6d7997 -SHA512 (archaic.tar.xz) = 5e841f4a8e5df375fd660c998d3d54221e6c8e383fe4a69fb082c98d62b44a1fab2e9ec88db37964e015abbc20cd0f2af5aa26cffd4fd92fece5e24661c0efa5 -SHA512 (archaic.doc.tar.xz) = 457eedb06a3a09a73a2ce0b20c18b643530aa2659d7b1b98be14238b9d40e8a6bdc39085654e8589fb134921f40d211d93f553cab25d7901e40286b3075f268a -SHA512 (arcs.tar.xz) = 65737905ba0a6ede74d8cb211b46a2e62b640d1b655f895095ad4bdecefde496368707142143e2f2e48849faa89d86a9e90a0bde64fe84b3c828e14462f30406 -SHA512 (arcs.doc.tar.xz) = 2cf72d4ec304cfa08c1b3cc8df3bd9a6cb92a633a2ab783ac4efbb5edd6290ba256c86bc4a3bbc09d923a58a10e5f21f5d8e3e2b41b0ddce14406d29405523e0 -SHA512 (arev.tar.xz) = 8b6e88a41052740831fdfa03299f665fad9eaa0e45d1d235392aa0b849bd6ca03f1e18892c879d3a5289430a5d236b9544d617ea2c3af62a59b38b4d7ff8ce90 -SHA512 (arev.doc.tar.xz) = a8dcb8bf0fff3be9c99550623f12651df09b151d6e28bee03d7aa80c7b0eb8c86603b4d8037232e4998bc5603ab3dd368ff7a262b7c7f62f2903338774a9b8aa -SHA512 (armtex.tar.xz) = 9e76f19f3b1bdcc771039d0be62c5745e5605b1838c4d7b2df67b14b1babcecf49fa5abb667b0d106a432919dd08e23e82201a62bb4adfde3c2016aeace79bb1 -SHA512 (armtex.doc.tar.xz) = 8df4b5c1aa4b653869383336594ea3bb960ed8bdc2c413464df1aba607c9c310bcb5e8e63a911fc28113a8770573e510d81c6fcdf84242dcf08dd2da33f7dbf9 -SHA512 (around-the-bend.doc.tar.xz) = acec7325203a96ab3937cb687e3265b5cdf6d77af5740e1e187f993fcdcbb9db743835e9ab579b6c8b0534311ba94f3d1591330bedf1c2f9eb9e6955ad070f9c -SHA512 (arphic.tar.xz) = 2d4c0f91dd483df95bf91056e4d7cbc28b681fc9f42704cdbff297ceb4f8110affbed879cc8b15061c309764e1fdcce01fd47c2d742df441ed191f83a065538b -SHA512 (arphic.doc.tar.xz) = 327dbc2cc7b4bad5e410dbb07dd2a2d5052dcb54c98310ffc3596c1e5b4121c1a12e3067b7074f209a3972cb51280f057cfe718eb963869bf05a76e17c528dee -SHA512 (arrayjobx.tar.xz) = 5cf6573de2bf55c1b75c2a0f38515ecde848dafcc0e5f0e77185ac039d0bcc4049bf6fdef62134ea5e4839570fc20cc6928bc9357bee0c4396f08d714eca8d13 -SHA512 (arrayjobx.doc.tar.xz) = 495f7f8f3265e349e16ad170eeda10296926864084ace743df54f5a4b304da6bc344bce901edc0fca8d835bd0f90943b192b0e16e3a8f5bc81e0f269f2b480a7 -SHA512 (arraysort.tar.xz) = 6dd3c6a79c7b7e1f9a0fa29f2d7f4fda8c3aceb0b900c4e42773c81f8a49e84dd62ae24027065cf19cdff93d4addff11d0b25cde62f2d4854b84fec26eb98c61 -SHA512 (arraysort.doc.tar.xz) = 1070b880c7bfb6101fa9294ee8d1ab4c61b21af41316ab711c3226173b73249944533cf0594571f90215a46322b1ef07322daf7230d95e7c23bf21650e1d6047 -SHA512 (arsclassica.tar.xz) = 9c6b32e43ff86bd6f28d23b9aab5dd90a423610b2f3c842462e88985c2ee88eec2e78e05cf3e0b91397009bdd370880df6db642816d7de3bb10a96faf4fa34b2 -SHA512 (arsclassica.doc.tar.xz) = 84cd0583c074af45837f38c21815019613753890e056109abab3c79c774a7ebe966c35875264998398b18d7a7fc92ac6762dd72726e708193f699e321f296535 -SHA512 (articleingud.tar.xz) = 30a34052cd9586d4b49d687035ae8bed040cc5bc2d9ebc0d96a035c4c7cc06625877a501e02eda9be5eb79643f009ffa9e8d2bf9d7affecca016ef3c6310a6de -SHA512 (articleingud.doc.tar.xz) = a7961a7ce16613d26d714d39bc441400cb37d7013d03684146ee9113d05dd821a23a1eda9f7e89601680959f3b473e31155f24003b5deaf60e069385c0681646 -SHA512 (arydshln.tar.xz) = fd676917ccedc39b90b48b531ea4ec5098b70ca854583a3266d4080dc78f59e37a743e63b738be370cb0ca650594d0878ab1f807eb6f55daec17ecead73aa4dd -SHA512 (arydshln.doc.tar.xz) = a809e2abfd26b11edaf8a5b23ddf01901f84bbd63b8fed7b6050a4947654ffada95bb697e13250038c6fb93db80dee4faad6d4493f05bb7f4ebb86dc7e9b9698 -SHA512 (asaetr.tar.xz) = b44fbf1bb916eb9fb01c70a7302ef4028d04c84dc6a89a51c0feaca762da9cc95cc03cce6497e96dd64ad73e812fe59a12adb515ff4f561401131476e7df6214 -SHA512 (asaetr.doc.tar.xz) = be0cd70f1b3035477a9b455328a8e167a5042e07634913c0d9efb995286165a1f41c1b86a505b3f23d19ec2f43712328f70085747d692bb97ea968c40ed109b6 -SHA512 (Asana-Math.tar.xz) = e1ee08540790685aab85c8acb407526f5936478c37d86b266728fdf39bb906bc7f6566bf5eae90b631eb59f59d65d414943a6faab922681199af76102078ed4f -SHA512 (Asana-Math.doc.tar.xz) = 69a6615dda5f7e47fdff1b0b1afc4211f749a929b81f19a554246033e6f5f4a482c3c03a6903b64d83c4daeccb70983dacb35467047a467314637e65a19c917c -SHA512 (ascelike.tar.xz) = d8c9d69ac49e632b7b303c0fcff53762f6d40a490aa1655f58525e192481b65b50912867b1cb16c9aba1d93483a6a2bd31e586683819a7f2b3db7439d46deadc -SHA512 (ascelike.doc.tar.xz) = 0283fa497b53dc3a0d60960bd45945dd9b363c53a563139e911b8bb017a6f0ea7f46a95811812a679fe1ac5327c52e73f4aba35d26160041c61a1cb5597c880d -SHA512 (ascii-chart.doc.tar.xz) = 51b11a22dd963336fd93a87e2948d05f291b4191253a474b9d6f70ec31a2645801fb5f6fb6238f6a9b2979dbaba4a6ec8ac15a41c4e8867645dfa54408f18373 -SHA512 (ascii-font.tar.xz) = e92e312e38432a7294c71a76604e5a3c2aa6b65937d39933fcbc9fc9b61e00a1e2f35ba739f64c29a3ebf6d2e388cd29da384a2a6456f71576101a1f12e36f0d -SHA512 (ascii-font.doc.tar.xz) = 2d681a41d213fe260e3491a3b410239fa2e025ba19894d133a27e47b417ccf27648aa13ae431b4c42549c1692cbe517f2595c2de675b14d9ea0460d469e4f036 -SHA512 (askmaps.tar.xz) = d07dc2e9b3cd0dc7d46576fcf9f08c5a628bcc701a95d8d934e322666c93f649054b9dbfe38f7d9577ce3d27344e9e5a99ec8b1e710c45f4a609a5a2dfadd126 -SHA512 (askmaps.doc.tar.xz) = a170144d18c4a90b166c8a315e9d1f0d86cc5f2a53ef69381652c3f8307b85d8b70dc610bcb98be6eee1bdbedc02b7cbf097a13133da78d492c71db33d94b04d -SHA512 (aspectratio.tar.xz) = 1447c3037f5477aeadfe3e5fe18a004ffa1b8c5c18b7c68295b8065e32c5a3e6a044e7f9868bafe3d8b81e391b2c614e2153302ef34e1e4aabe84c92ada2f129 -SHA512 (aspectratio.doc.tar.xz) = 5ee4918a3d90e9e4b51a2985352133331b77a8a87bdd8d41fab9348e5c548670ab56b5f0afc63756b65fdb6e45aa7594335995ac0d146d542b571eefbaa84d78 -SHA512 (assignment.tar.xz) = 5b8ceaa313eccffff8930b4e1896c7aa069664244623baae2aa1eb3555786dfeb8af8245e56ca149754093f6d74d6b86c891cb9e52e67c7b76e2501ac206658e -SHA512 (assignment.doc.tar.xz) = 49198297494adbb538385029d41681e55bf64c89fc9cee7d923b7ba9849c039a7e5aa2c1fbfc15f06c1a93a3b694899ffd8988d1833fd88c6f5dd51379289a14 -SHA512 (assoccnt.tar.xz) = 24dd03f444ff4dd627a97840837cb14288e9021117f93fbbdc4f79cbac9cab46d43fb93769d2f05970eeef3fafd39692eefe5d1b7bec8ae04f6078d7a4b48824 -SHA512 (assoccnt.doc.tar.xz) = 195f1f017fe187a224bde969f45b6494007e4d05ab2e8618b62e8d40055b4ef401f5ef069c3bd1af25f8a9f5e1ad1cba22923e4d615d4f075e13a78a06752e9c -SHA512 (astro.tar.xz) = 8cf59f7de3ea5add30166fcd4284279582cbe6199bcb1ebd540688d03c03ccf03aa740602cfad11af9380d970ed7009e6bfb4e96c56d26036f872e82c02739b6 -SHA512 (astro.doc.tar.xz) = df4a06e10e9a438393c7e22f746618c5d760a6095e285acd0b2918f58e234a1eeca9b49597d381a113cdcbff0f13e4c7108b9b400afc81e81757f4400ea484f9 -SHA512 (asyfig.tar.xz) = f067e6aa1f3cb481e07f59781fb7d4c671a0b21a392ca7830d7fa19ed7a198fefd5ad5104ed3644eed484100871f9a8d36d1ae6e31d55487e4ff2846df618e9b -SHA512 (asyfig.doc.tar.xz) = d798066b8c545ef385a75c81d431c169668bd10ad072bc3e0ef1db7c0df903d51e9dd9ac2d482d109b421a868e9cbff577c18f52a7b4520b32985fafcddb66ec -SHA512 (asypictureb.tar.xz) = a1ab37814223b13bf49d23c527543cb537e2224335e727e07e1f645a7f76a2f3ba1a275073c775463880b0e258e716b6b00d0df29ca944f1f22b3ac70aef4378 -SHA512 (asypictureb.doc.tar.xz) = 68b060950fdad080061b8d2c1a91726d0eabee9aaebe322e983e0dab81df30c65d9d7d0cf32fb2847f504ede155f2c43f3ba8c00073fa425bddcfe7d47a6f000 -SHA512 (attachfile.tar.xz) = 526a279f3fcb309cb117327f4206e7dce8c49d39b85a846799bdfea5bf453d2f00e14e854a74d544e49fa92ce056cd8ccc7e03f56856a8e8562b7105d5fd19fa -SHA512 (attachfile.doc.tar.xz) = 9f9e6572e70d348e1db71254a0c6a80cfe76b767801a3c18ad4517577b793b5388367b24f311f491f0dde8df38684b3de4a2ec7e6db67f1fc1ca7b4a9ce5ce78 -SHA512 (augie.tar.xz) = e8e40eb1e59b7bbd3e6b042e8c8ed40f604066fff6bffa3b46e0e7b7e5984fb25e880422d392209f6dcae6771339bb49a27bfcc7e9e33bd0b638b0794a5e5098 -SHA512 (augie.doc.tar.xz) = 40db247d40e98bba2c79e5adbd564b77e09b52c34e75a41bb1447e586f605478e4e7399a8d294b078fbbe508eafe5d0c6a68b7e3b7c875af85016f72c74376f0 -SHA512 (auncial-new.tar.xz) = e6132432d4398f3a9b8b04f331bf0852b662da84a96882758a8ce07e7f50a0ad5317b0d6a51cfa389f55fcb3b105e5aa748d249dc3e6c8b2d52647f6c900bb24 -SHA512 (auncial-new.doc.tar.xz) = 2ab25dee888444432a2bd1eedeccbbcbeb5fa8008b15b0072e1537116d5c1f5f082818eddf31dc604f73ca1d4fb3bc6d3eb76c1ac712666ef1f86dd06bd19516 -SHA512 (aurical.tar.xz) = 1c48c36d6121005c123018cfe1266783288572c0ce8a9ea4b9b47ac28f46206de61b7a73804121f9a57c056c871c547c97ff10a529fedaca57bcb3ab78f3bea0 -SHA512 (aurical.doc.tar.xz) = 89de4991373a50d673f569e72f4727bd66a2b40b385006c3c7e4605812e7f8d3d346e3b08be55241f9926a58b40126d123d6ecea912d09db3973985d0cf9e90c -SHA512 (authoraftertitle.tar.xz) = ad07262ef312a8807e4419101fd7cd10663926000f7f3c63d9d2a306c02f718982a8c525ffc2c34f04bdc12c5501976236079d2840e16acb9e8b1bcf9598a489 -SHA512 (authoraftertitle.doc.tar.xz) = 54e7c6b96ecc37948e32ab1d057c6b3b242b68889fa07a049448d790b8310026014917977dfee6365bf6196dc661ca79bf963ae9891edd22c22c9f89a7d8d756 -SHA512 (autoarea.tar.xz) = 81a6e2d2c241056cdb5ca7e54b33b523aa3bebe08d83e3418080659d316720a6bdcbb63d82c337175e6f0591a81ea322289333c5b8f125360c5ed4ae99843c4d -SHA512 (autoarea.doc.tar.xz) = 8b3cb3def1945ae63b7d29614b868d07c64fba6ef50e266f92e3f1de1aa536084f5af5ff095bd467ef83d33701f780dcaed8a7d1c60dc68dcb5323444158b3b3 -SHA512 (automata.tar.xz) = 09026f967084d5f1804a32166e854ac410a768f6b4654d9ea9bb69dd29acb8a3199919daa1fd6dd48963ea5d6454b9b9d8263939e5af81a8f07f66f08b5f4835 -SHA512 (automata.doc.tar.xz) = 49c6515e979a87ce270d32b367c5800acffa4b638a8bed3e20f3e74387c2e7ee4ae0c2ea8b232e2ae57d0d0a730424d18911835581c0c274732f3d36f650693b -SHA512 (autonum.tar.xz) = 3a663a53b4b4b53515978460dae1ac275cc4e3e6981b008c78b875e3e47af8abd950cb35f6e416ab02507e498bd75d6f4a775e2b429d668d02ebaa4bfdd03f25 -SHA512 (autonum.doc.tar.xz) = 2d0c515fac8afb219aaa1ee270b30bac09bcc310afcad71ff6ad2a3448187733718c03c304c09a0d631595d36043dc3eb0b6849fce0e4c3bf7f5d249b15c99c2 -SHA512 (autopdf.tar.xz) = f855fbe477986356d34360876a4a6613638255e234ad0210cb035a1f3a9b9b827ea140654e2001aa29ac09d7b8addf8f872d34bdb4d1700ead2f6e6f083cb2a6 -SHA512 (autopdf.doc.tar.xz) = d2c2ecf193f03f4f568d2304128e50f5cb5964a6c0a2ca8b739c59b9d3e80637134b5ca91e1b5c1971db11eb54a086b3eb888b6984050dbffa22a166c6757e39 -SHA512 (auto-pst-pdf.tar.xz) = 2737915601138794b675c44441e71c372d7d2f6fa8d9af3abb2a620582c6c6f11853de0ca7410306e5279012ab3992ef3e40ea115643efe9eff7257b71686f73 -SHA512 (auto-pst-pdf.doc.tar.xz) = d26d65d10f4999e64e4c67a104aff38747824b88c290a21a4af3f2b0e5df8d9c524e1f7f62075453582b8bc0a87f32d72bb8fdf274f2eddb12f6984bf516f97c -SHA512 (avantgar.tar.xz) = cf5f4701305bcfe2dcb2c92d43fbf2d0ab3b027b2c9b772926216094532e935cec234866f43135e7e050068679d0b1de5a11833696fd103ddae949458cd03044 -SHA512 (avremu.tar.xz) = 2541e80c0dd798675164cace381730c75268d5385883163b67230d49022f16c9ec72a77d602e8b5094db31b1d3aef2f0f71da91ed2f7eb7fe1039117f7488cf3 -SHA512 (avremu.doc.tar.xz) = 12c97e23dc853a971b27258a7666753d019620e832a06b10a49a26f0f30d7c6fde83c0e328e1579b62376f2e9cd10b0b3950fd6c4ca89041a988fedd4c604acb -SHA512 (b1encoding.tar.xz) = b33280f64e37f300c92f9bad4372c13dd34e3dbe5fe47f2dc9fe0e270f33eaf5bedf9485293a74a6e0eb87b65f44fb66a286fb279a3d2c390c463e6aecfacb57 -SHA512 (b1encoding.doc.tar.xz) = 4bfac8bf2a00dc61a007c10654cb7fe539c111170127934cd3a64ecea9ceed3fd04ac249cbd645d89400bef6f4a3527d1db04baa88eab88eceee2edd48e64393 -SHA512 (babel-albanian.tar.xz) = 55231eb303d7a2549d21e2d3bba9cb784e95cb99edc29a84212539ce04eb27261078437b8902419e85c69e2a8d7e6fba7abcb86e7b6448b4ab139de60cb77d87 -SHA512 (babel-albanian.doc.tar.xz) = 12afde1de6174c7aee0dcafa4c6df472c0096373a09726c5d4223d082b53b558185b3b48d1ab3204d03c4a89c5f5f2293136fae671c2f2913ea72109c3f58e19 -SHA512 (babel-basque.tar.xz) = 40079f02225f81c8838aee6179548f3fcb773fa8e031e07f30df761f298b9980e3a4357a8013bd7802c688a192cd9ef2102be1b6e8e1f3efcd68769a9e5a5a2a -SHA512 (babel-basque.doc.tar.xz) = e6342328d62cb0232d38e10b3b38cd4d75c55a5d31d702c167099a2bd4122e40c5e3cac8a9c2940a9f9893d7aa2594b8322cf469924b97e903cab970dee81c6c -SHA512 (babelbib.tar.xz) = 70214f7a3e16c1fe4b3bfae479df63c10f9b654b34bd29abe3b4837b1a375b1a13077d0ba98e46a78ed702616bccac6aac3c70d422c85e37f462a376b2ee2589 -SHA512 (babelbib.doc.tar.xz) = 729fdb0bcc60929dffce6883db377e487a31610979d92f7be48e017a6f982298a9d113f06376bacbf2406a89fc1ce10cab86a43de3d92be8aeea7e3cb7cb9f98 -SHA512 (babel-bosnian.tar.xz) = bef1defaacf5232bf9cce6c1a9956c9a42d35a2c2b6ddccbcca3938386f4f4a61a0cbcba74b930dfad18ed211374c3667120c6706ebf097c56ec3c5915ccdff2 -SHA512 (babel-bosnian.doc.tar.xz) = 84238e6b38021582de93e9fe934bf608e647c9b4cc0a066b4fbdd2ba98c8e6531b653907f9bcfb79e6afc9074b4a079b5e419db25625d40a76a8ca8e55e81ab1 -SHA512 (babel-breton.tar.xz) = bbcfa22674ca1d4a8e23f179480f9e94a50d5b460b8b0d27365c9166adc02a191253ef2d61d6f5eaf5bc61e73faf5d307378898f1d6b1b748448bbd8a36ea141 -SHA512 (babel-breton.doc.tar.xz) = 3b47653b26901dd4aba1395c61c9dc01d43ed490c70ca04ba7d1cc67ba7b23b658db32b7a5fef085b236a68bcd009dc5cc5687e3dc2dc8d246ab2ccb8d391b42 -SHA512 (babel-bulgarian.tar.xz) = 0c838e5c5cd010fddaec385376f9eb5fb10730e918dd28f58987f855a444d91ed2e66c0de46c74637d134d72f7e348e538836df33f6255a14ed51d0e8d5e8a3e -SHA512 (babel-bulgarian.doc.tar.xz) = 4dcd92a2088e737972f0663fe5161883cae901dc82aafd1bd33f2d80a852fb51d6229c95cc655826bd17599a7152b8a7bf0031eb046530a135e8bc5c9c74b2dd -SHA512 (babel-catalan.tar.xz) = 728d847331f1a00766cfc2818691516234b153182f31ad2da024ec3194cc384a41ca89cc67ce66447191188dfe088d1dc4c8af3b2e6952931ec7eb58737c4bca -SHA512 (babel-catalan.doc.tar.xz) = 3184373d85b1e9bd76588318372ced328d2ce7f6d4f45bc5634671a88314d1ed18cedd968e59dd5203b4d77e6d3576f36a654b1a8bbdaa106d47cbdfb825e452 -SHA512 (babel-croatian.tar.xz) = b5724a84cd180e9de79136ced8bd38717dcb4e932dbba4e20fc071ba9f50fb35cebe83d4a95ec6e8ef0e09a02732cbdc8b1a71715c8a5967393f54087ba4a807 -SHA512 (babel-croatian.doc.tar.xz) = d5e40e95037c3035589b093037c563b3737e061369f27ff5c51d620e0655dd075f413b91434591e2130849d641c1ac59469db46be1d8b0761075424c468668d2 -SHA512 (babel-czech.tar.xz) = 0cc0f07fafefa6d7ea1ae1b2ce143dbec124fe96b36221f1b5a847fd0b789d1974b5990ebd93b8ac0607f63956948bede25c7e690784ca7e9638f48139585a32 -SHA512 (babel-czech.doc.tar.xz) = 1575fbe0d70725e975cdb0c1c5ca685985d91f23e4a997af4a0db21905ac34962f69653ffe4084065bda70cfbba0f0a1f0885d3afc19e98d0045ebb68cb545c3 -SHA512 (babel-danish.tar.xz) = 03bc05d7e6d59ffbb6191cc392294007bf4f1b6f758aceeedb8dddfe9aefadde3e7904d7aa0834ecdf6dbae732057ed0523b24ca20dfa594e02ee8857c94cd3a -SHA512 (babel-danish.doc.tar.xz) = b85445b348bd65abb4c7df530e20b93c5cc86f2ce25f0306aef3d32b585ce8ad8d5b16007bede46be535ac0737546f453c1241a225b31a9216ae25482360b2cf -SHA512 (babel-dutch.tar.xz) = 3f967688c9124502243589b666e1e3af500329782cdad8da5225eb3fe6a50262c2287be02d6d6ec04f3ce81a6767b4d2821179cbf04dcea4c20001e8ea1a9f5c -SHA512 (babel-dutch.doc.tar.xz) = 5591a30a32ac2900266d4dd642481a5c9e7bac1062fcf5557ad4acf93cad0e36020c75e081b63680c0c96ff580a2156fded920e394a9c5c685cbb152e8d4142f -SHA512 (babel-english.tar.xz) = f570d2aae8a97ba0762fc1eab75dad1f17c4ac582a351ffeb8e56a136b789a38b7a6519247ba5981385f1a093101542942b3bd073a5097336392929ed40c9e39 -SHA512 (babel-english.doc.tar.xz) = 77d6b482407ff24095b1076673316744374e66bdbdd7ebb767ec66ccdccd6ed5bb27ecfd0796eee210f1a888c82ad2eb4b9d2142c427bff137bd139c4cc53ec3 -SHA512 (babel-esperanto.tar.xz) = 0c3be27d02d4c3157f2b0df0950e0814db3ffbdb2553d2c0f176893f3669123a9130874e93edcfd86480b785bbbfda35f9246dac3b4a0779da51387b0bf12ee8 -SHA512 (babel-esperanto.doc.tar.xz) = 166c1b59511b5a01cac11b5cd76c84cfa485c2674b390a167ff165bec1326709437ee843f664fd4ac9e61338481df9e7f3026189f7c29c71778dbd1df98cd35f -SHA512 (babel-estonian.tar.xz) = 03357f8b0c101e5e186fa4211a971e625f6970a3129a2594a611c74b77b36a27a288d2da518d21e6e2e5d98bb82802b2115d47e31e6258f01c003be854090baf -SHA512 (babel-estonian.doc.tar.xz) = ca732f4b6ccb9ae27f99aaabc99037d9f3d04bc170b9a8bb189a81b6bc9f55fd757c5755bf51ff423850f6b45c88a5645f75a462fc9d9e9b989fa04c1a2cc7c1 -SHA512 (babel-finnish.tar.xz) = 9ae92c44f05d137bb613307ca716569413c4af3728ba13a6d9cc5b8cbaf9534ba659e4ddc3ca61736c8a1e8979061615068926582c8172fe58fd90f959aac302 -SHA512 (babel-finnish.doc.tar.xz) = eaae2690d45771a9f6161c28dd992a63f48bccab548f9789ba114e12bef0366eddf23b3c28cb401999eb888c26dc68557c56ed155a6c80097c05d4f77cfc8484 -SHA512 (babel-french.tar.xz) = 4969cc02a3aa70294a67dd203e141f6688101452ddf2f6c661faca082f0c76c8551b330ddd2536920b5ef7bacd75753ed6fd773556df7521cd733297b264b358 -SHA512 (babel-french.doc.tar.xz) = cd747e59335fd5a1f08a303b3cd7b06ace92a05e3dc23b2111ee9fdc1c7f70312999d2178289276784ec579f0546eedb1038f24a27a892f48837a49f233523f6 -SHA512 (babel-friulan.tar.xz) = e6210dc473c3d71759f2faf1558df2d6a7c646485d85cf0113074fb68eaef23b2e44eb88c9fd35a7a7929b408d6574f7230852643366bccd29afee744e0b2d07 -SHA512 (babel-friulan.doc.tar.xz) = 0ce539cb0b6cc7af830c7413545f411e1291491fb26ad0451e7caf1346da9ab188a457e3292efe9724070e77f67e46e06293dbfb40b78a1328112b04d4a1fd77 -SHA512 (babel-galician.tar.xz) = 1c8aef52e0eaba8a55e6c0bdaca4ef47012012a85d38ed268207227063d042f2f0b2cbafa3d1e4d71432e3ea6effd2a781ab0aefc536276de36a95d0dc834b68 -SHA512 (babel-galician.doc.tar.xz) = a60ed8ffc43cb56aeafab8d09e8235eea9482ff8cdabc00da68938d980b20a7067da3286fa8ce19eddf9276b51e78dd944545cb8bb891bc13c31cffbab39544e -SHA512 (babel-georgian.tar.xz) = 07adf0a76fb15951db5dd01a0a1595aa9c8119d6e39e94eb36ac340932f763975abe284d738a52a1fa2a938a14f87fe7ede10758529c3f68c6d573dbccbcbc82 -SHA512 (babel-georgian.doc.tar.xz) = b2f45e828e32fef5e4ac130230050f035ec69607c97562a835ef2157ccc6673d4ae452624d2d1aded3552eb71d85d971a7e35d9774ad7b6e4ca7a8e0a71e48c1 -SHA512 (babel-german.tar.xz) = 2aa32e3cd0deb815a559e1722cb2ee423d605449af766a8b7c36c67a0e9081fa0402b88ef5c171186d353a8a57d0ae630fd7eedca1d795bd8130189bf05ab2f3 -SHA512 (babel-german.doc.tar.xz) = fcee15f9b0123fd6c5cac11143f6ade9e770f4a3dab07e45bd5cebb30e020be58bb9e43cafee6b4dbc96f8037a84012f900eb33836f7e48607c5424ebfa61947 -SHA512 (babel-greek.tar.xz) = 38db98876386d56f4c9bb96099ee63ca9f54938e3be615d5dd56f31d168d0b9ab1af3b8cea5b806d23da9c5c95cb29edf1cbb8650723ed23c9d16049f847913d -SHA512 (babel-greek.doc.tar.xz) = 52e281383c779b7c3d4842ec338b4a53cc9068cd9b5c581cfa40326049b244b37e2757ee8a68861af0805cc38a11b9c731446aa5f59d74d7f6c835dfc9aa200e -SHA512 (babel-hebrew.tar.xz) = 4690fc4288ba1d2142fcda24153e741a539ddc4a52d3e502c1c349feb19609c7cef1427751af24b93df191f12d2b7cf2d11423052193df01d848987e66744dab -SHA512 (babel-hebrew.doc.tar.xz) = cd4b52bb2d207cb2bcd327e2351bf30d18921c7c4f8a8fa79ce0bf8864d6f6a34e2272fd416828c772abb2df5612b4a78f73f54157b6d69b011c008495b93cd5 -SHA512 (babel-hungarian.tar.xz) = 5b05fe625155df3a958eaf44dc55190fff60ef356d40e681870ff27adbeaef1dd2b27402d9058d27dec665dbe9127d43a2e07ad02ef5a546c2e77479453678b2 -SHA512 (babel-hungarian.doc.tar.xz) = 696cff23cc5e2c32034729385c251c8dbeb5f78d11c0f8a0515af480f7a9b5fc5fa6c07d216c5078d5f1c4e71cabe093f023f294dbebb6b203337da9423a438c -SHA512 (babel-icelandic.tar.xz) = 46aca093e061948272d2a54ff9f95b94b101582f0ec9d795668983c37b518be3c3d76d2c8e6901126d3dd7342db003589bacce9a40cfd573263a953bbedbfc48 -SHA512 (babel-icelandic.doc.tar.xz) = bc859f01f52ad51da7df9d458e507b62eb69e40e1dc39362ff32ea8ee8890acce8ce49120fce967f321c9d674f4334c62c9bf2b3f8017288b724ecfe3943d667 -SHA512 (babel-interlingua.tar.xz) = e562cdb5b7cc35d14f4696cd3b85c6578a4daaf7899bf684026e50ade2113ee2314405756dd5f6ab91b6faea4da59a3546e30a18ba77037eab581ae3c98b044d -SHA512 (babel-interlingua.doc.tar.xz) = f2f86fcb4a132a9c1f5c65007c8f1662a8498a53f265cc778ad3ba33120a97317aac890c1ff72cc6b94727d215937352ae268cf51344053bec6e0ee5687d0f69 -SHA512 (babel-irish.tar.xz) = d9b1486da57f9685e136e14adc61773ec0b3a58ade370da8383476862ad798f26609329d445ee6dd0c6419c98342b720a6880939324d19f67e1528fe99ea3692 -SHA512 (babel-irish.doc.tar.xz) = f5dd55c6a527cf19eebe492271d1404be3c995cac004d41160522c6c71e4a4636c32547fd64b93beae41b60d8a48184ff9b498f82ca0453bc72b601de3d66cee -SHA512 (babel-italian.tar.xz) = 9dd2d58f0d730be0cc5319eea1400b8644ba107c81f9d4905842e5c5a4bfb20402e2d67ede0a1c1337e166c63f8c1e90574e11b18275596cf24764de671b3a16 -SHA512 (babel-italian.doc.tar.xz) = 97d2a498f4fd9fb8cf1561117b5eb805dd17c7c09c85addb510a62adbfd25ad83cf23e4b97a234878cb735f986245363a1b9f9cb2ec36f67bc45408b05539b48 -SHA512 (babel-kurmanji.tar.xz) = bbdd05e7106494f23892f3455ad224d3deb1881f5a73720e2c73e7401514fed324484416def64e2e8fd7c2416b521fb2d4527585d2302a220330925c296afecb -SHA512 (babel-kurmanji.doc.tar.xz) = c31f7efd7415f3439635b293c9aad2cfc2632352534e579c0f8d3e74443fb7aa88a95e19735a7b65137d81899ad9d2ad8bbdb28c5da2ff05a2be9dbad552b0f8 -SHA512 (babel-latin.tar.xz) = 56ede1f441e96e3f17c165de65a7703c8e8897c17ef775fef1e30e1d2382eee0738ba91c97717694edc7e932ee0dbbfd1600d16ff86d6bbea1ccd5cfcec82ed2 -SHA512 (babel-latin.doc.tar.xz) = 6dc352b57346f0caaebc0832d12a9c1f13743e5cc39285b4d81edc23cd5f21692165040becf4ec12ca6d1acf6c19f1b2ab1da8d79e3e82ccc2dc865322bfaacb -SHA512 (babel-latvian.tar.xz) = 0e19f04d81195b77ae200946e5502fccfaedca5a6da8080a0e7351b684c7d1802a1d9d05794006561109dc8f9a0c04f45266e74068157caa9c470899cbec5230 -SHA512 (babel-latvian.doc.tar.xz) = e7c4f93db73431708eb902af924672727a6dc6d1cc9d17ca92436cea51310a10538f32825c13144ac35ec8633fc146d1788492f9c6ecf7b11ed72893ab6393fb -SHA512 (babel-norsk.tar.xz) = a57f44910dea4a1b9fc94d2705e1627fd42ef21a35737067bbebf6c56f6e4e87031b40b41d68a4f90329aa38a468a87c8c91ca60e10af2d064f502ef9e60d3a0 -SHA512 (babel-norsk.doc.tar.xz) = 646d8bcb3bb4b864fc9cab92a1ae264801222cc70eeae8db63be8ace926cc62918031726da9e758ebb4bc19797eea498af10437066612ff7dc3ca3c99bab4749 -SHA512 (babel-piedmontese.tar.xz) = 72fe6338ef6f172a23790402a632881906689117e7227b6f2f2fb6129fca9a7d44c42ddd48e8286252f3b5fce9dc34439594882c1f80f33557ef5ef70afe4993 -SHA512 (babel-piedmontese.doc.tar.xz) = a2fa0cc72a205fcc25c2baeb7717a573bf8f2db5438e49c9de8a90e8da37d4f267ff30f08f8bb79f08756f5d227acddba8c069c8a5c257adf95c3afac271927f -SHA512 (babel-polish.tar.xz) = cfd5f27f92e75883572adce926cbcfa9d9248367979c3b3411e6ca1c2d4bf441d2fa790dfff94f0f6001c68f354628334aa0a920ee68900398879c978cf962e4 -SHA512 (babel-polish.doc.tar.xz) = 6f12e4c792eda6ec33db820bf3e0c9a0fbec8f07adf413c4c98d40624cbf8d46588e16271e459eedcb37ceb2f89f13c3a9dab89122172fe2b8ee9330ab6109fe -SHA512 (babel-portuges.tar.xz) = 5762aed39d183575921e0a6d4210d37b5cc25e66288c3c5eba18ce5b2854de8fd440a738faec95a4ec537a3d5c9667f8f2f7d7cd30eff96531062059d90ba97d -SHA512 (babel-portuges.doc.tar.xz) = 34c0d961f0cf2eba8c71a0e770d1539eb4825c50f8fd91046697d9b55fb4b45c54b98d69e82b3567faeddc1b59535d32d3d99e6ba9b10d6bb8ecd01c85ee6334 -SHA512 (babel-romanian.tar.xz) = d2aca8f17ae173c36185d6d3514b0b09f76233e44f30177a50240ef0cf0f25f85767a6fc5ee0f94e2eff0df0b94fbca08eb048e95b35a631b7d30a1fbf6c23e6 -SHA512 (babel-romanian.doc.tar.xz) = 876a8cd9e515ecad570ce23686b71e896fa377ce8fb4840e511430aabb05e9cb03f614167fa2abd13328d0ea7f4eebf7044a65db584b95ce4c64bd37d2602b2e -SHA512 (babel-romansh.tar.xz) = db28e78ce4e028ead2f31fc84d0e7d8997a18dff3bf6aed0301b79bfc7bdc52a8741f9975766d36ca9ca2af9908e7e0bda9e454abf268a1eebf4693c30f5a5e8 -SHA512 (babel-romansh.doc.tar.xz) = 42f9b63d92e522b596839d10c1b90ee9052cac86cdd54ac408063c24456b2a7b5adbfc8208a0a388fcffbb19b98ae0810f7da9d6bc517ddeeab78c8389bdd5a7 -SHA512 (babel-russian.tar.xz) = 6072d24abd098a037a97c9bc139db9454e363b35ab1b84f2641684aa0e95ab3747068a715522e2716cc1dfcd129404f038aa5829054abc29102306e84cb27070 -SHA512 (babel-russian.doc.tar.xz) = 702b72058f3142b8e5c2d1e752ef46622f688bbe42a7afc3e93251dd42bced6543aadc4d9ed70865d8fc7868b2c560231489e521eb63ec897068b7d712d732cf -SHA512 (babel-samin.tar.xz) = 8a9e832e988da76ca26d87ab54438048d3d76cf02027ac9120d1277096d2495ece671607d32182cc5f9a61032b1ec33695f6592796680aaba0b65c142aa8a43a -SHA512 (babel-samin.doc.tar.xz) = a8d43e73b4ab86378c5e3d2b402298580dfaf19afcce509ffa8ac747d68627c21b58020dd823528073240e1a28a2178157f9752d587286a0168fc3047cacd0cd -SHA512 (babel-scottish.tar.xz) = a2c708d9e116933fd00619fa8d89e30aecccbfe162c96eac22055bc442276863e8957481787d94a75507c2662ff4fcd13760b454d12b811dc4659205cdf5825b -SHA512 (babel-scottish.doc.tar.xz) = b32687935329933a733d239a58d7cbb7c4721c4fe37c703891547c2e6e82503235a0420890a9f025cb81a5c86148bd5ac2301da20d538781fa6f2831939c8009 -SHA512 (babel-serbianc.tar.xz) = b449ff8aea679484585ca92e47c256efc589657333818f2a4dd47344b4df8926149718520fce18a99ff2c37809873f112784b0b034abf73b1fe6c0410843bcc6 -SHA512 (babel-serbianc.doc.tar.xz) = a692cbaf4f42d6829bc89972dfab6a7045119b9e7f75c2416aa15492e73bcbb51687d6a3a9b7a860ea618602573d0fbbc6251068fe59e91473e9a8cedee7295d -SHA512 (babel-serbian.tar.xz) = 7c2e8e6cf0cf320f5907d3f39c21072c1d478ff77ed78b6ab461fabfc38e2d93fce7c3cd93ddb66adb768bb10c64dc69f2f83709e36163f9376f89811c77eb97 -SHA512 (babel-serbian.doc.tar.xz) = 7acaf09d1583c59fc61ad05009e4829b0f1c320529fc093b749408bf1ffea347c1f440b1174c6340d4d128ff7ff1017b28403cc55dd4aebf3467b629f8f46171 -SHA512 (babel-slovak.tar.xz) = b14b98d2cb66a3f8f5d8a313d9208a700d1c3664a5bd23f5baf0d9aa2e3acf3891a0536871988e7579020570999ea05a9dcd60a404cd6670e3c1cf8110d9094e -SHA512 (babel-slovak.doc.tar.xz) = da1d663125b913e3480ad147ac1f5c1befa00110e71bbd2d42384db03fe0f0db3133b49e26d1a336b49c10018990763d42ef49b64440c9138d9d938057ac90e0 -SHA512 (babel-slovenian.tar.xz) = 0293242dac7cfa3aafca92ade6b065522872ee7561d9b465d42a846121c3387e710f06e330461d9d4347c9dccb2be3885050847f8fd721a3c3dcad3ec2715ad8 -SHA512 (babel-slovenian.doc.tar.xz) = 5e5bcc2a71e4258ccbe3f094f19c782512c70796886c94abe2254e3fc376cfbd1c13115f42da1828f16dcae4e0b95075e9510fe42879f6a116105190fcab70c1 -SHA512 (babel-sorbian.tar.xz) = 1c76a622852d0354112805a1db3b2ed6ac23656a754e2909c4bfceb0ab84db201f18d37d8c9fce527ea52fc4c2b302ff943353ec4cd5ab45da76dd4755a09be3 -SHA512 (babel-sorbian.doc.tar.xz) = f79448d484de1fb95394dd28c833661d6c9a686148b544fe28a60af17ffb50d36902d4b7b8b62772466d7588dfedf31e772d0ce5b32270732d0d2453dc7d0fd8 -SHA512 (babel-spanish.tar.xz) = f71d329928253e6a1edf34fb9406473b83a5c8120982a4aca7b1caee76e261e78f94521716eecfb59171912121314dabf0ce164938e5fe83b722ff7eacbf9b1e -SHA512 (babel-spanish.doc.tar.xz) = fe60634e76d9e539df4813d5c6a240f36e017a5926016189d23da56b723ba92a317e85ef2912ad76707943e0ec0918dbe1a1dba62acee7ea2db99dc7ad69c4f5 -SHA512 (babel-swedish.tar.xz) = 46dbacd9ed25d6eba7a8f5a26a28c40f5c77cbdf4140e3a6ceac1b34a8afdc95626200ea0a6775c3f00b8aa7ae5b7772144e7ef8d0e409531b5bb74e01a90278 -SHA512 (babel-swedish.doc.tar.xz) = 2c3f738b347fb8a4c6dc3917c840de294f21e544ef995770099eb6d779995ba32ea1a1adc8def7a883bc983a4cf85268628e623aaff44c9be653fe55d901d452 -SHA512 (babel-thai.tar.xz) = 4e3e5c6d8944040177a21f04e63bd40e85c24e9327eeddfe98072da38590c58523f676fd7532e4e00d0e3cc88121a2885788d606d2dc9ca02fd91c7f04a6ef57 -SHA512 (babel-thai.doc.tar.xz) = 791539a57534c4870a81ec2318298b29e9e9ad925161b0a4cf52c49086a865d5b58b60da10829a5fb37e66f0d161b396beb127e586457c556875f1205fac9360 -SHA512 (babel.tar.xz) = f8b55c1c3232781a9968aedd516b6f91ca0690a86a4591835bd9792fbc8facdaa33390080c626cc9d6b50b2711bb89c7123a1f0f57444522e59d9b276a4579d2 -SHA512 (babel.doc.tar.xz) = 4eb6393a4353e5eef5683f9fe5df96903c80d7068309d3ef703257e45a2e32111e692428dbe82feb4e1f211d28c3513e3126420db8be0afd371ea32f3750be5b -SHA512 (babel-turkish.tar.xz) = 02916936992e00e7aa884b46b6f786dd0fe5a0aaa6e2c6c4e28fe72de7fe5260fca7cdd37efc4a775a8d172e3993c98df7cec3d1ad08f01487f7cb0c8f2d179a -SHA512 (babel-turkish.doc.tar.xz) = 06931a6b9987a7affd4632ea5cc79028a2a88c584523c03ce79c2a15268947fb1103137da158886c7957e0a7c938ca69c1c5c7d88104c892cae611c914f6fb93 -SHA512 (babel-ukrainian.tar.xz) = 6729384e1029580ee8ff2337508cb5998e8a385de25da4d5969341869f22f17180b03a98a403b583ac5b7a965c2a07d5c96b0aff1b93b82cdcb549b4915ceb4e -SHA512 (babel-ukrainian.doc.tar.xz) = f36acbe23a159e2a9547d7cd5b64d529c49a35353f5a84082a303204f8a55f088f1beb0aa75d852595768a3ad10de34763329a22e2c87c5081ce2d6fa4076309 -SHA512 (babel-vietnamese.tar.xz) = ddb75c37017c1b0b6af2cfbdf574526cdfdce2099d599a23cc8ac819f6ebe5ea7a2eda4bd743af93d78835ca5dccb3d7fa55db22b3154862aa4affe83c28185f -SHA512 (babel-welsh.tar.xz) = 89526156517773131b5452f2cf5bf773f34b97b2e35e786f2bcd4dad512519766eded269539ada9d5c34d4b1f02d65bf55a0da0053e6bd7b7a3c66c606cfb60b -SHA512 (babel-welsh.doc.tar.xz) = cb0ff59d9c02bce3028f0025c07963d42856eb4e68f322b839ed1ea5f51abf372ea17fc695e7be4bf87f75b3d2b163f801102f469773a4474bd0d0a72a47376d -SHA512 (background.tar.xz) = e9fd9b5e680082aa3e9f0482ebe41a753088a1e61b85876a9685942172cb9d5b6c9819ac2d61e0274f988b46d4f962222ce0afeac2827630edc728125761f214 -SHA512 (background.doc.tar.xz) = 518b0785e562fc6f01d6bba6cf7157c847faab151bcfe7840d5f2c9d8fc3ca54689beaa8698c92f24c196393fdbf90b027165be80e6cf07e9ee79ad8073d8533 -SHA512 (backnaur.tar.xz) = adf008822e18c19a7e9e0ef4eb54230ff267ba287e3ef6c0686552ce6b51c8b13fce10cc4533a733f2f6ac09739fec4c2a5878423db1c65a993c5bc16cafc643 -SHA512 (backnaur.doc.tar.xz) = cdf5a269f4055e8c5685da95b18501f7b69ca8b236fde8e60d39760a562bac9bca5da3afc06caf18bc4092a97f76754a48950881a0e0aecba90c40904e699637 -SHA512 (bagpipe.tar.xz) = 7d815e23e9b5d686e0df54c4a0ad51c85360c7b3879695977fb9be2b69cb343e1c9043c2595ac5554e87e0a568b2441bd16a43b334af4b43e5302eba19bc33d8 -SHA512 (bagpipe.doc.tar.xz) = 696047cc4965a06388a61232af9336f2010fdb0b869914cf66ac9b052d1efd85ff05119a277aa127cf05f56e03b63060956c7c284df78e93b0f0beabd691d33a -SHA512 (bangorcsthesis.tar.xz) = 3d8dd2648361f74ec6af8727f0895ad1e1008ce0e8612d879634b196d5e4cdadff20e33e60e27d9812d7b6fe3762026ee46139f3ade3a3a3cd5d27a941355a62 -SHA512 (bangorcsthesis.doc.tar.xz) = 97c98bb791018631b7c5bb282aa3585ae68ab1d2d81f56e1be91ad92d6dead30885c478856f59651b533590eca2f80e3596d09f0277ea6dbd6ec44b97ed64fb9 -SHA512 (bangtex.tar.xz) = e64473076f23f537a3d543aa325b159b6f7c050b626e880628bfa76a705dbbc57dd6dbc1418b4fe0124e90ec4922e90800b42d5f636ed910590fb060e119d962 -SHA512 (modes.doc.tar.xz) = 4e6e9cf770c72177b729812469cd25f11967cfc90eaf7557d182409f8f1ca1f438bdaaa20a8935fcbdaf69ad2b7c60e55c00c76a3f506fbfaffb5b74336e0230 -SHA512 (modes.tar.xz) = 85e7cfb20a26d64f007def1edf1353b225dbb1bfcd4398d74727a02b345c35aadb486e45c526202c28d6617ad079de57811fcc6dca1210eacb76df7a7abe7add -SHA512 (grfext.doc.tar.xz) = 4337ae578d9e524e2da8564a1b736eac1dd50c1e4495d027c44f3841eb65c6c494527109e32f00844c17a5973a94572569a429ceb95beec98d2b19e84735eaaa -SHA512 (grfext.tar.xz) = a5f68f2bb2ea26d4b8f963a1b8fb8adfb3bd32e3a139dca57e6b45d80fcdd94c5e846549b1292224b9d845fd6a4d0ee56d4c2d2fbfc12c24806eca8551b9dc96 -SHA512 (grffile.doc.tar.xz) = 2f2285ad44d0c585cd02b85359eb31f885f7c704f6da5f906240c1094ef8d347d33ba6beb31cf34e09a5e39e618a27a7ea263a63d6a887638d8f761e3cd4b61b -SHA512 (grffile.tar.xz) = 3f1f5e4f258e4ab1f51fdb44fa0b49e80df21a6c35dccad16a6b70ad76489cb4fdfff7e6c4dd07821c54543fdaeecae32cfd8037d4920ce60db02be9a2f8fa07 -SHA512 (collection-basic.tar.xz) = c23a10155e29a374db673efc6277e1afce53e0800063ccafcf6b759e273060f1391227ff469525ee842ab2b72b08816d683c4464bd106f70e528723641d3cc36 -SHA512 (collection-bibtexextra.tar.xz) = 432932e980999f88844828701239667db3589e3641c786dc89761770fd7029824c443d3c2d46bf19bf15f5d28421e8e18a5492a7081008d4555b03f13f0cb006 -SHA512 (collection-binextra.tar.xz) = 1c0e531e13884a6152926c3434103bc66b0c935370ff7bacfa2a96f1f1f16a19964874ec29b037b0a089d376930bfe13f3c150f3bc6205a267c8075f804cf8c1 -SHA512 (collection-context.tar.xz) = 5bd74e1a434549cf31ce31777e9a32f90baa14148e6658633945508a46dbf6611644c4212b53812bb32a399e850517369e3d89bb0e495c89e6f2a979090ed765 -SHA512 (collection-fontsextra.tar.xz) = d5e3ebeb80c76f361bb8e82b98ad010b211df0ed9ffe2285d9a457e79ad85d4eed7008dc25e9271bd0f4cc927cffc92bf47106527650b81afceb4ea755e2c623 -SHA512 (collection-fontsrecommended.tar.xz) = eaa6e54780a0813a88102258ee3bd7a4640787be0b89eff4ba2c9cc19298bf3e2799ffab4e03e49f20131d07fbac9f601a7223fc1b47257dd0feeb04797c56a8 -SHA512 (collection-fontutils.tar.xz) = b7b908d87f1fb38ee1145c820c01aecb6a61b0d2b706278f8662f0f08377335b13d0809ef6a1da8c8dd2ace32a028233a08e4dffa38e293e14e3288894c2057c -SHA512 (collection-formatsextra.tar.xz) = 7700a6cc293a1d45208794db34a276d5de5c975fe91cb00e5b1896515f288b05437344f00997501a54ad2af515bccc983930a75ddda55c6951edc625cd6bda35 -SHA512 (collection-games.tar.xz) = f5563f644a7b5c43c1a2b5caae178dbe09c8163ff744296fa760735e99276b81a456f3d830ef333a942323f03bdc45c5bb5a57e38f16f7ef99a4cf45d27b1ff3 -SHA512 (collection-humanities.tar.xz) = a9a39c515fa867aec0382485ddb07d219cc5d501e7ecbeb9681ee4af375435ca07301b0f136400ca7c88f7157e4e8497f8024fa324d886a5703c9d65d45ef622 -SHA512 (collection-langarabic.tar.xz) = 6602e4a82879f8ba4a2437dc675a0aa6769ccd422246ab5628e3897d732bdad3a4b16681fd7c70d44e89e3a0fe159b2725ac0a7a6f4ee29254b72be5263a9e99 -SHA512 (collection-langchinese.tar.xz) = f210a854b86cb915f8fd2c234f2ac3038010ceb93494b4067b6b6c16377842ff10ec47de7cd97d7346d92c71b79e08f2e1058a6e11961a353ddaee85c236352a -SHA512 (collection-langcjk.tar.xz) = d6186e42081f4a1c2e15cf196de053108e7f8e046bab631e122b3d44ad8217bf83aeaf915c4fda7ebcb1d4be2a8f6dd1fa7027ed8624d31f16257ab8357d4a0b -SHA512 (collection-langcyrillic.tar.xz) = 43ba5d0f21162fbdb6fd0e9dc7c990fa845918704020da8ca5c6770139370be55f4b707f98708c28b472f9500ee25ea734bdd96c5541a22e66b69c03ae777ad0 -SHA512 (collection-langczechslovak.tar.xz) = 719c321173ca12660891080dae509080934f72d13a9417b2c40a22add963c7c5a1ee95d3b306f0d6c26b0db97d69979c27fbb15d1690849aa03b06d4b0193a67 -SHA512 (collection-langenglish.tar.xz) = caeb7db6f2930ab3120cd5603842f1d57d4a6205c5c85e0cfb225f3e36b56e182c428a7b492ffe328131edd59b42435bb7e1f669e74e613a50d86846bdc5a3b4 -SHA512 (collection-langeuropean.tar.xz) = 42f3794f5ba9859b401516a6ba5fc7d52534da01d58ef96940f478c809d6d84918c9d5b4d573d518ff746e0884d3ed339c18c8d9c981004006193c6a0fe1376b -SHA512 (collection-langfrench.tar.xz) = 3a7a398034de229977d6b04dbe6d1e0881f7fdec18ea7e18861f7f4539dcdf83857a24f629f98322da4648e60e6e65f4f7857fac78cc30c0a8487bd9c6318e31 -SHA512 (collection-langgerman.tar.xz) = c8b43f5a184e88752b56674ec49a638b2e8a675ead3f6bc0fb5faf6589c1a0d0592dece1aad45da3fbcccc31fd27bb9068483aafa759b921fafc97a12b83f6c8 -SHA512 (collection-langgreek.tar.xz) = 15a0ac0f1e4e3c4f1e107e34ae2794e637b20a00e1d40f3a8d8fda225ff8a9e948fb77153b043bbcd0e7aaef4840a97ce9e19ae059ce2560d468fc373fc37cfa -SHA512 (collection-langitalian.tar.xz) = 20571a262dfd6bcb177613e2e50cd7678ebb2b03832ac7b1ba3c8363b9f067b0af3c1fb386499d9e224640dda0160af185b21b27d58ae59ab10c96a5191e2a2e -SHA512 (collection-langjapanese.tar.xz) = 8412379041e16c25e6ec557b17926877c4b13d4b0fc2112adf8fba446636f8108255ffce8bece9df6c64170398e70576ab8fcbcc2560adbb5340cf7a5cc4eba7 -SHA512 (collection-langkorean.tar.xz) = 2d93df728d34137c8f9a884aa2871a2980e806672006f2c5f0c5f79412d5789c6f94958363cfc9a78b5a97a7d76bbb6cb157b2cb2a8a283f7afdfd838fa24883 -SHA512 (collection-langother.tar.xz) = 79699d4c50cbc9f12dd0788dadbb55763688ed217a2d73ae18172d26cfd1424a8565ed08163708f7c973101e22e21a06a1c22f050abc6f1d56a48c2a3c066752 -SHA512 (collection-langpolish.tar.xz) = fc0d08f70aeb83869109290e6d1585d513097dcd4e17791752ecd3d26ac202838afb5931f78ceaeeaf72c63b18fe9183edd650c075d03188f24cb2caded178de -SHA512 (collection-langportuguese.tar.xz) = 16d67d288fb702807b43dcf8da044a45206c27c5cf0d953688fc341966fb166db8cec69b727b1de079b9bf434f024f7338eaf34529510cab7881147d1635b43d -SHA512 (collection-langspanish.tar.xz) = 88bdc5cefd5519bc80e50e2d808abf32aae8f7c730023afab3babb82ab817dc034c78d42b4143135df187343de7164a8fd94dc95c5ec8909e317a2f5628de15e -SHA512 (collection-latexextra.tar.xz) = 9a47c02f609be831352b9bc2d2ceec14e898adea1ded64566c76cb65de0a82ac342e189be30133709c264d42d257a18f179becff49f5b5fd05a3079b0b2124e6 -SHA512 (collection-latexrecommended.tar.xz) = dfab2d2976b532689105fcc1a4081f86faa400af78dbd089bdf1f26e7d5f4fecf4b432cd46219cc275603181b9b42c969e4775a21afa87d9c5870230a4b88c8a -SHA512 (collection-latex.tar.xz) = 1823db2c2889e30e1bb219e93aa2433813df21efe7afb453da159b5586a597c92c6f53dd08ef936f773baebd8d9f063b1666385de88a1d4a7bc1cfe9e1dc284c -SHA512 (collection-luatex.tar.xz) = 2bd45880083bd0f6dc4685e01e385e249d4b90af0480f130030b1d903e560c08629d03b06e3b80b98a8cd9cddf760c1882061a5e13318dd81302b94368b6a381 -SHA512 (collection-mathscience.tar.xz) = 7dc966b435b5437f4fe7a88de2101aa91b8b4228721c2830b24a0f7db541d1095913c751d76dab2dc6cd6d9d3f53bf1b0ac8576ca7bb8acfdfc934a922d9babd -SHA512 (collection-metapost.tar.xz) = 09dfaa35971f85134d0854c08a99c4d2b01ddf08e8ab97449460bb99d1236a38c48643501e7bb56197a844491509af301da6c4f75a33d9286601633211ec7d93 -SHA512 (collection-music.tar.xz) = bd76efc0bdec2bca391cb687a379c53f08beb55bd3ec8d781743296999cb5ea3ec31cc06550dacaea61f3cc9cedd7bce43b27f3f935386c0271eb1a5befd11ed -SHA512 (collection-pictures.tar.xz) = 035ed374c8bb4bfc29ea573eb3df8cc12f854762958ab2580f13211f1b6fac7abffb2e556eb1ffc4374cc50e58346f1db3daff7a44a221c0327553efbfec246b -SHA512 (collection-plaingeneric.tar.xz) = f753c23b602bb63a5706b5daa73c6e8aeaa97d201335e429389ea1cb3b5070d1bd359a89a191477d08dddb0e6d9624edc4f63f1c151d368b63d43314a215e5a8 -SHA512 (collection-pstricks.tar.xz) = 653143f95761352dc349c66f618b01a77650b20bf8b2cf45137e72b2f05ba3dcefbf0238f1b2757297ac37ec6cbd4a05283c0bfc03d6e153e57f4be23ca8f87f -SHA512 (collection-publishers.tar.xz) = ba3ccb5f33dabdc11fdda97b955a0680195903d3dc7d834d4089eebccd41ff3b5ec1de9e3a8bdf87b15c054d52989d28cb428d656990455438114546afa8d963 -SHA512 (collection-texworks.tar.xz) = b1f38877115fb6efc9b63a5591c399b799f3a258e342d5e198b74b582628461ad67ea7c1ab76e5ae83a3e8e538c62ac3e7c5b3d3f1d29c093331843067cfec57 -SHA512 (collection-xetex.tar.xz) = 1f476c1c34ed2353232569ada1623a5139138c283bda6dcdd3ff544506a262d1481f55fd9a72d2a55bc98d3b85c355591b2ee4edc6fddbfa5b0ef5b8bb09bbe8 -SHA512 (SIstyle.tar.xz) = 69bc838535facdc8ba17db91ead53dbc233f7d53e453164611fcd7e194692212ff74f57979023fe14ed8c8df347caeb42d99fae0b14c3cc54c60c8411bdef80d -SHA512 (SIstyle.doc.tar.xz) = 6fb33be5371932e95e5e3002bb2696d0707d62425f1a539764d195ee119f37441bf288a502770667624746631bd75227a245bbcc2050c1c2d815ce4c8fa6ec85 -SHA512 (abnt.tar.xz) = 869f126ea98f9d04cdd58887edb71881445f3480218024b8bce981dda229258e682f7148ba48909f31392e80ebd07aed65ae93896024ef30d69b33124776e8cb -SHA512 (abnt.doc.tar.xz) = db73f0b7b463eb30e7731eca9cf0d613e344f7b630bba195462785076ba3dbee9efb601a6d7cca758ce39eabef2579e2207c274ff54939e386dc4aba18715f63 -SHA512 (acmart.tar.xz) = c0fc4e8a8efa3f96ddd3cdc303f385569f0520c0f3066b1e8f85cbdc9da8727ef8800213adc274b6956ed9db74d98def527da156a4ac1ba6aa2449892068d240 -SHA512 (acmart.doc.tar.xz) = d10d6032aee87b89766bf9203327666efd8e4608a7962782444b1f585594fa96fdcd9dc62fbc529350259785b30d86d7bc0f8a9c727b89208cfb6936772259c6 -SHA512 (actuarialsymbol.tar.xz) = 81260a4e92a75f5ace84c190b9bd7e6b46e8c697824856cfc69f4d9e9f14a4e0230d5623cb6e3bd546d84b29240865dfa14f433c9ad34875fec22944053bb5ef -SHA512 (actuarialsymbol.doc.tar.xz) = 95efefa6e40a77806a2fe8d47575cb78c7e295ddb17b263d2e324610614d36d6ccf1dda75a428b12719d8c4b1fdd3b94656df1ff351f4fb98fc6a94eb87d357d -SHA512 (algobox.tar.xz) = 0c7b068f117a5eb591646e32faf3a9dfb6a03a218411d092afc33c7adcee30f95836a9d841444fe87a700288e293510763807d393043518ba70e64a3df82099f -SHA512 (algobox.doc.tar.xz) = ccc96b84ea2d1c6c9dab8bd286e24f3dcb4fb9dd31904b1eef4b07a1de34a067f3cccd3d8e33785edced6dee8673e60d50ffc201643912d732660b1f14404d74 -SHA512 (amscls-doc.tar.xz) = 132432f34812f009233392ea29d6c4145717a80ea305632687da30de6969dcef8af9c2aa88cbf1809dd34b0c3dfca0f40a52b6216a7370f2a225b2602d0bbaf3 -SHA512 (amscls-doc.doc.tar.xz) = 8c08813abf65f00b68441d1e5cad3eb4a16fc1a77b30e10d96e22f34d6af547804af4d47b62ef0dfc895e2bc7cc5ecf7bc08d912448fefefbf716430c4502a64 -SHA512 (animate.tar.xz) = 06581b5edfd136266624512e76910ab44d54813ea760320493a1850ac27b7997f0e782de53ca29a6b8423514bdc660b05adc1e566ea9ff2c219ffd5f0a64c4de -SHA512 (animate.doc.tar.xz) = f1dd2c86e63f0a2fd9a403cdb0cfd878499c10da6dafd34dee4732ca0c8b96683ec43e5009ff10ccfb6cedaf030af30bb413f13fa86b8548e6455d44c59852b6 -SHA512 (apalike-german.tar.xz) = 8e9a0dd594dce98e441f256efacedecca7afddcb3d8b6bf64e6490aba74f1f3584c71584b7ec115cb054eb425477ec801a20c84ee75aeedbe588ad6302780612 -SHA512 (apalike-german.doc.tar.xz) = fe58a0f2be0b8793ef15f07029d1b81232046b92b48a6d8fa00032bbdb482aef3216ca80f5d9c80424f32d75b8d57e4e4e74b5397711209e18b576f6860d3b33 -SHA512 (apxproof.tar.xz) = 400c95494142780c5359df48864fd5ca48409180220a9efc25c0650889fc84fdb725f7ea263c00ce7afb8099c80d4ef42b601e5b61ae0bd2fb8e68fcdbb673fc -SHA512 (apxproof.doc.tar.xz) = fd818e5ec077a1d479b0bbcc8470a80c396dd5e4b0fd6191c30009f709d8da6de74277e1f162df3595a4de6e10bc88db6290c9b42df37672d8a6aef7047d9164 -SHA512 (arabluatex.tar.xz) = 34c30ac3f9382b56c013fc8cd85c8c42ab903739c3feb73d5c1d6531340d2c0deb157b6b88f2a7554c21be413420484a667a0a672f04096a5dc2afe6c82511f2 -SHA512 (arabluatex.doc.tar.xz) = b9153998fe52ac42bed2bce670db355c805c274b71e3a1f18d8794c36bf9143641b01d9b42cb95f0c126659651aa7dff38e69a7a122326b54e719dabb6f7ebe0 -SHA512 (archaeologie.tar.xz) = 3bb26b77a812a285d5a6fffe4906efaef3a972a6078e6150531f756d39f1287af8746a776cdaec58ec1d3973da740c20f0352c322858f2631772532588d429e6 -SHA512 (archaeologie.doc.tar.xz) = fd3bf3deb244ee05b4ce1eb9ca81ae0c7268447a974e87d41e1cb29468129f7366702d271b1fdda2f5e3ac561a2cea82525877b2f5b077ca80f9bd6158a17608 -SHA512 (ascmac.tar.xz) = f03ff628aced70ac2406863aa4b23eac26cf47fa09ee377ba78a8df3af633ac1f3fad8d005022c1555d957ec9d84f98eebf2dc97b296713a2edf5f0060d4180e -SHA512 (ascmac.doc.tar.xz) = e35257d0992717350e78e611f31f864651a1762dcefb76ba60510180de177fab02f634423b0f3c78c03394fe0eeb6191db0d534190d4f168922263526a85b1b9 -SHA512 (asmeconf.tar.xz) = d2f3321e999dec78f16dab1e6ec143dd561f12179cc60ff614159bb45b90597b21c88c697332e79b985aa3b3ca69e64aa27ee1f047232be36741f73742f1ec2d -SHA512 (asmeconf.doc.tar.xz) = 46d889bca457a12de54ead3e2ba52dfb680bf75257cb476a6bbc2a37dbb4a7700aba4d3c52c1040e03acef70fbdb9b18712f052f81aca36bb09c23905b7b1437 -SHA512 (asmejour.tar.xz) = fcd5a70623de8c09fc29b7e83ff170891b5b5604c18bcdbf3ad37d872dabe43d3aff1db9fd1437d766af397ba26af29578f792b43f2531d3fc3e7b40b14c0d86 -SHA512 (asmejour.doc.tar.xz) = e0af4733e312135712c3d43c1542b1aff583a4f205fcfe67741c6de37bbee5b1c79ef331799c7919b783574954cf92b43e4d61c677650dfff31e25a65f6df581 -SHA512 (authorarchive.tar.xz) = 6e72515c162d80e1efcb1f07bd94a1b32b9bd78b3b9ac056e516171347cdf2460ade2a6e91ef5a4606cfe5e4d365b517fe9271f4a84d89df81b53e68efe2dd91 -SHA512 (authorarchive.doc.tar.xz) = cbe7eade3c961bdf9e0c973529f5eddf7b11cdff6a9683db96c72a35aec82ea036027c8e05b11e564fff9e3f20546a881378d2570c961c194aa7969624395c94 -SHA512 (auto-pst-pdf-lua.tar.xz) = 053adb8525158b1c0703333bc9a20d3923468da54db4400f83c8c651820a01a9569542afb5502b56abf7034122fe5baf17ea6d2e7d7dbe53acdc7c2f9b1de68d -SHA512 (auto-pst-pdf-lua.doc.tar.xz) = dc7647af18502d3f7d88cb9dde9a4bc467204a78d6f6ef441d7593aeb2f9776532eddb94350081619986a0dece023c2ece54d3dce554188f5b62056b7a1a96b8 -SHA512 (baskervaldx.tar.xz) = 165df01eb86b87500d5886cf054f077a8b05dc0e5f32e12d2f1564d3007afc7ec9ab5248cee0f173ab33c79a26f1fc45e5a41e5bbdbe005b5f8d3ca2c26ac9b0 -SHA512 (baskervaldx.doc.tar.xz) = 7deac9cab55197d05461a6e3cc795ec65f8b8ed65c92f69dd85bf87b9f881b7ddb853d8321b4b8c3cf2e17b034eb516e452e5b03d5062ff58380ceb90518ca02 -SHA512 (bath-bst.tar.xz) = 6aaa7b85e0097532857f6ca91f3daf7b5d69750de57f3884f446b0d778dca9cf752abbed289128e575cdeed1d74970684bdfa701318303ef9536170d0289be74 -SHA512 (bath-bst.doc.tar.xz) = 6678b1ad382c4e99f6b494ffbe002e17df088a76852e0ddabb15d252af38c7ddffe4686189257c0e7ab18525e53b2ad6809c922d319df777309fd2d08d5b6f04 -SHA512 (beamer.tar.xz) = cb9ae0f5b049a1cc2d653e4806100e833572733d119593fabe8cfbe66d3107aba91f4354de472474d6cff884b4fc6c702f3ea6e64f4bf1cf8ebc7a33e0335a72 -SHA512 (beamer.doc.tar.xz) = ab8559c61854d7edb9f19f1bd9374f1157162f878a20f8b0059c93d47e40d89a7e7a253ae82ecc3cf17a227b37fcb184c81261d079ea16ce6429da7f827ab4f7 -SHA512 (beamer-rl.tar.xz) = 4e7e9cae6b48521baab4d92965d5b4e14d9b09a51e95b45c4953a7c6199c29691e5a8e69a68c0b29d27d51ddbd1fe57ed21cc6dc6744fb0de2f7544848aacf06 -SHA512 (beamer-rl.doc.tar.xz) = bfa9d52b34ad4edef40166e6a0355e5efd4508499a87c1cf4f643fe30f873366158e21706c06f43822e244c69b85c40d254c68d60a82b91e3a4381d27866b807 -SHA512 (beamerposter.tar.xz) = 7483f14a3008997c0c39c351e0f8b9a01dc42331ae990575ab33ab29c18cea648e0e6ab328a2c1fde404bc10eec78d7c7b8352bb02636e00d5d6e8689f1c717f -SHA512 (beamerposter.doc.tar.xz) = f597797340286e4a87b62696fa167af07a1717a175646d11836e1f347601551fe0aec5ad4362c135d0f6bbf6b45e217a91bdb5053ba1331828fbc352583d3697 -SHA512 (beamerswitch.tar.xz) = e117e71b17cf08b9194edb502fa60b0e551e80db08e18fd56c7b3e1a23761b47ccaef2fee4aa547bd3c04ff8ab0fd7b3128d2fecf972fe389cff7bbcfeff413a -SHA512 (beamerswitch.doc.tar.xz) = f893371bfc9e636d0b5bdfcdcc6209fa264744887ab145eb23335d891082b091d809bc1ca59d75163d8f95179221235327198abdf87bee7116bb0b5271523697 -SHA512 (beamertheme-focus.tar.xz) = 0be6e3cdfc8ebf3e3e79e10dd5c0b719aafaca9107fb937c129cbb847044b30f61620882ccc85e815c9d20f49c837c9e4eeaaf31a61d07a72ad12b199cc51b2c -SHA512 (beamertheme-focus.doc.tar.xz) = 7a69068eba0d5705cc2c3c55df92dc12b5fc6f1802d9dd71cd423899e2c83368b34f3f304e12077ca5592d1726053b23e66b5ed308e2ce1a37c97edb0b8dc50f -SHA512 (beamertheme-npbt.tar.xz) = 9125794ab2ebc4d15ab500b67b9943234d80088393d9b31989ae8209359dca97778feaab3d11365ae1b4131f06dad2fe73bb21fae1220b401c5f31f413cff171 -SHA512 (beamertheme-npbt.doc.tar.xz) = 7703951f2afee05627847980a05b0bef0cb2fe87eec078f64a3e4796feb4057bdf93708ef0476090d40dad2605c69e23f695b9164a969e6a67f8329e6e340a3b -SHA512 (beebe.tar.xz) = c47c9c195eb47c05dca145a1ce88f94ec6d62d13891836adfe79f118a9c4feba81135f6e2ef6491a88e466f72680ba26484532a227124cd9d28dac723013e8cd -SHA512 (beilstein.tar.xz) = 63e4720a73e3ac4abd650c3787dc85e7e4e261481e805cfae4f32dc7ce9cdae6e08516d3e8f10c0f52c7d7790e6d2a2bd390bb512cc0b94fbdb2e04cc67b2495 -SHA512 (beilstein.doc.tar.xz) = cff7c9ee987ccfcec0252e3e7ed1c06f67d9ea6f6534d36b62c4c00df0f1fe99123debd2fce376fd8d0febcb9d3fcc61b14ee9e4ee7b54a9ca042056beb4d7c0 -SHA512 (bgteubner.tar.xz) = 53d38b2bf03861553a60db38c06b5b7eb48404a08f4bad645b24383ac4131a5b60a0103d0d2217cde1aa4f8bd739db4389d25693bb6186fe0974b0ebb63fd567 -SHA512 (bgteubner.doc.tar.xz) = 344c8f7800a273b914265ccd9cf8175a040f021c07aa0fce3b6391db85e8ecc43d5d593aeb8707f82cc2c8c987b2d72700a2fe4d8b0bdfcaf2a525c5d79f7e3a -SHA512 (bibarts.tar.xz) = 2e85d46a2d27d1016dc6e304eeb47a1a6927d38cd5105916c61c86415d8fd92ebdb8a48b5fe4b5bb58856202b5d3ade4c0997e238cefcc67a879b27f27cbd27c -SHA512 (bibarts.doc.tar.xz) = 7f77175f1b9cc2dbf9957ebb99d2b471e51965c5861e64c6841e3a88eff033d3a9e0791b93919346b3c0d26c1035482b1e5300be2232b69d988e6a4ee5bd96df -SHA512 (biblatex.tar.xz) = 544d32bf4ee3b822ecdab4583ceebb00fc3a03222e6846fe5aac6939fe4fcc6f0997939107b4654bf2d0bae920b6a92310328e330ae60de49402f9b9c21cb753 -SHA512 (biblatex.doc.tar.xz) = d8a323a2e946c1eb94bca8e24081dfa3af71466a4b25b6b8c677de7515929093a75823198f35e86b175045d2b91a4c18e6e3277b08b8fe8ddc4d7d5c411e3492 -SHA512 (biblatex-anonymous.tar.xz) = 3a3cc037e3ce718c219e4bd4e380075d4a92d85cd1f490b8ffee10c5b80bb9e515f1f170b53eae033ea064cac2ddb3bb285655482e5cd65801403584fb9e215e -SHA512 (biblatex-anonymous.doc.tar.xz) = 11b4a4f281068004c2bb11028200bf7f8b1461b4b40d0b52b60d60f145b3e9ea38fb672ae532d8430b0ed889df631b1dbeabcef5e9373b720d4a3c3354254789 -SHA512 (biblatex-apa.tar.xz) = 993178d65e9e2dba756fa2afbeaa90fa4b9ab4fec768b3c27c3ea805357e164af8dc55627cebb7c204b2c9deb235a5731a93c72fd72fb01ecc02d4eb496958e8 -SHA512 (biblatex-apa.doc.tar.xz) = 3bc5feb99a2022b55ccd21b32ea1620596c85e4e9722e3cf51d5bcee0ffab58c13bb93f578a3b961dd830396a0f7d3f01bc4b8cbd40176858a9bad17a835b3a8 -SHA512 (biblatex-archaeology.tar.xz) = 04c9541ac2f3cab21e412b0ea2efc284f9404f225f83f13c5ec3da2d6f3e7274e5d24647205079971beb11125c8fb3403bf09bac3ae5bbe353f6e2eb073d28c2 -SHA512 (biblatex-archaeology.doc.tar.xz) = 4cb13b2b394262a7c8ed212092cf65bd0707c1f0b0e8c62b1d166fc929a7ddd7f676e72b0750680908c67a17dbcd5dc1b558ef83b35c8ac7b43048fae2e56856 -SHA512 (biblatex-bath.tar.xz) = a4025d3e6a8b6ea92d8389d93e5fd05fe9cda7c806d96e88cc24522d02b8757e04b1064aeddb429779feb18db2af631c2c3830cb84fc03aa4376e981c13e2355 -SHA512 (biblatex-bath.doc.tar.xz) = af03f6398bb8b64abbb6568428ae75ba5e958977ae977e9198f17186fb72ed4712eb8a2d74abab643fa67ae0c5302b041ee39b413f06f56c8f47f1baede975b0 -SHA512 (biblatex-bookinother.tar.xz) = afafb9bf593dc3541ad527f09ee881fdda4af3bff78f02b68d53463a07494ac6c03ba55165738501b685e3e1d998eeb973e8431651ccf904b3ce0ea591dc0592 -SHA512 (biblatex-bookinother.doc.tar.xz) = ebf06bec2cc1b083a472bcdf03772c9f5568a1482c926ebf886f02ece86a6f0c31a127d285ee16baadc4c0ea771eaac05e374c0a3de215d677b07a0335d362e5 -SHA512 (biblatex-caspervector.tar.xz) = 0dbc78505f64dfdae6bfda4276f0958b046305b847c8d228d8ccdad2657c571866380bcf3026c6ebe260e27060c184dea61038b99079bf93c0c98994ca64b267 -SHA512 (biblatex-caspervector.doc.tar.xz) = 91e37539ffc49b637afbfd097071fd6b0124f8e6a531287019f21c1ff9d13d8cf57d7915fbb65e489ac800323dfde2b251da8fa1540d6bba1cdcf19347c5d03d -SHA512 (biblatex-chem.tar.xz) = 16ec0b77de0d9162287dfedb7eef76818b7d58f6764e4edbd67e25ec141919f23802602f1505dd92b2fdc8ca948db0a32ac62ab99d1b79baa2e24ea616165556 -SHA512 (biblatex-chem.doc.tar.xz) = 0c19ce9fa71e67b035f3b945f33ace8f21b65fdfd5d290284a3607d7aff74f50123b03656601a77225632c85d5c6b12ea0beb54dcf5c3d22752c2f6763c72efb -SHA512 (biblatex-chicago.tar.xz) = dcb94af1b86fb8b7f789e598f2c0cab025d2e085b32f1211e281f426666662a8649f978a049122ff4b8b53acefa69555c2ff0d5eff35971718a11a79401a1131 -SHA512 (biblatex-chicago.doc.tar.xz) = bc807652d834bbb12913d88a4318ce9e537ad893fe4626af29191853fcd9d7ad0cda3a2536b6f05df7467989c75d4b8c0405ed90789a1c486655ccb7374ba0b0 -SHA512 (biblatex-ext.tar.xz) = 2b3835273628c8c40da9258c8e3d719c02d727f7e840868aa224d1a0267f6e33f0c8ca90dc9cbc89fca220b96d2380a79efd653ad001bdd1c80eaef8a8a7fa05 -SHA512 (biblatex-ext.doc.tar.xz) = 77c950fe860dcae519717197315fc8b546625edc6e7711713844945c672762181facc274d07e630a63b008b9ffc417ed3149f1415c3a2806b2e1806f6726e6b8 -SHA512 (biblatex-gb7714-2015.tar.xz) = 15340122b0fa30d493ac4cb3246d5022e9a15aef6bf68698d82a7e64a2f3088915ac26dc0ffefa4bbb7cc1b54d2c5187bc8eb8196ddc2317edd9873d28f83dc0 -SHA512 (biblatex-gb7714-2015.doc.tar.xz) = 1e8e5e2e7f60e8a794de3702f8e2f2fae04e47ee8b95ff3ab5a23491572f38ca9557f292d062a38ea447cdfd1bc031ab4417d5cc02a86cf86a482b028d39c5a5 -SHA512 (biblatex-gost.tar.xz) = a620eb113751c856e3b7838067e35af53b9ca54587b2eb76fe6a613b202a66569a607801cbfdc18afee182467841f9031db62d3777378d923a559f3811eb6f10 -SHA512 (biblatex-gost.doc.tar.xz) = d74575b0eed08f5e75fb31f8bf2aa3cf00e4a896f34119ab6665f8add1b938ded58e81ed1ac16f7a66ff088294478eef630789c8350a6c5767d4eec829f678cc -SHA512 (biblatex-ieee.tar.xz) = 6a5ef61a577b8fe91bb66b3569fb4082f7a5108a710c8ee6aa533b66603914114ddc09de70e3ba019bca1a744c090f21da8000810746d172924947a3c1e4a7e0 -SHA512 (biblatex-ieee.doc.tar.xz) = 4c4b8ccdb791ae55e27de07ef4b00793c4461334c7b5f63a564a46738d206cb00441637f6f149842bc04bdbdbdc4a25592bef58601ff9514aad0d9eae1c0c858 -SHA512 (biblatex-iso690.tar.xz) = 70469c6baf7e9f644e9a012d48bae8d7904cd53c883f5238f42c20ee904c11df2381a5721d77ccebe23303975632321e276ef7eac158f4ee1f8d897de41faf2f -SHA512 (biblatex-iso690.doc.tar.xz) = a9012321245247b6c4331312dc3e371bfda7e70e500b1296b092a12343dd270551496b9787c90ff935c50fcfb4ed2a3b6dcdc5dd722b7ddebda316ecbe9719ac -SHA512 (biblatex-juradiss.tar.xz) = d82e0af4a4045779bc009b16f85bbae6ac08a9f62ae79023b21b4c080540a332009b3465af5b2364930b9704be826f5066d004339ac069d7fa1aeed359c0bc06 -SHA512 (biblatex-juradiss.doc.tar.xz) = a9c8a3137a7130800a1a65e956f89cb8536ce6faa1797c28bf9631995f80855acc8eeafa0b3febce5a6b3dae1ac1124e589606bc7201eabeff729aef427b8af6 -SHA512 (biblatex-manuscripts-philology.tar.xz) = 3677e980482bd1beedafd4120d119d2a73c4c7ae9a3ddef7130572fac5d2388ec4144b0ba74d4d8012fd994262c378226c987472d4d66e323e3b8395b5d3259b -SHA512 (biblatex-manuscripts-philology.doc.tar.xz) = da435de87f61045d565199034c5ffb1bf818d31c74309648b1cd78cc80dd1b1274cb008a575dae1bcc6b1987973745e3483e829085438821ef1e4a10fbf157d5 -SHA512 (biblatex-nature.tar.xz) = 265427460a57fa3cba846b3e7dd4fddf9639c11e223cba5e7f47da5b18ed1d348a70c29204378ab560f2eeacfdb12257c25482a1c3d9836f9025d0ddf987b511 -SHA512 (biblatex-nature.doc.tar.xz) = 9053472af9e07e4c297ce0650c7d9d20b85dfe22645652a9be49e950bc9718160433e6ffa01e5d0dec04a036425e31d4b7e6c31de9fc7553a730720fe54eb36a -SHA512 (biblatex-opcit-booktitle.tar.xz) = 4779618979e358380b2d9d2163a8e62274093bc4e7d7a959364b1980d86110233f3927a80e2dac7390ec43d0626f92311d5923657872d25bdcab5d93dd84956a -SHA512 (biblatex-opcit-booktitle.doc.tar.xz) = 81990177b6cb92dde0e2d1371fa6e5ad6685c9750eac87063e336fd3412b46eca40e091bf2222631f6abcef995fd04c82a3cfd3f87baa2b069c74457edf7f13a -SHA512 (biblatex-oxref.tar.xz) = deb25777940c0aa54976865590f629b866d5175de57fe21dac0193c4991eb5333591f350475bf9ad4fee253acea2c27f9a6abc52280f487b422f70a9c77f5877 -SHA512 (biblatex-oxref.doc.tar.xz) = f589fecde40d9e07d99b453c9119668d6ee3a9b672a2a3184e8aba08e6c18484a359ef598c7a5ba9f741fee104b7d1260144075f28767064ba6971d5965771e3 -SHA512 (biblatex-phys.tar.xz) = a7afe31e2cad56dece6bdf60d75d2d7b4279525da00bc4fe0003804dffd0934514a43164e4f5fe5a4776365d428a21a800f0419cd632f56afb6bea6233bf51c5 -SHA512 (biblatex-phys.doc.tar.xz) = a1dfe75c92e89ef47ed6a4ef6d997bf2aa717d6c6f023773a056f5ccf53cbc78d5d2206b1b29e0ab11389b76ef98d7e2a7f8242947abd0a8fd93e1db94f299c3 -SHA512 (biblatex-science.tar.xz) = e75dccc1a01975776cf94c17aad531823844085e4fa2ba54ba4f74d77ad193c26238eed602f309760f3057b6fc405fd01ec2a7a20647cd8570889832b1ee6bdb -SHA512 (biblatex-science.doc.tar.xz) = ad7d8fd4e54830d77f0a155a04cd523c5c789745b5da34b8ea1efe59ffd4ee1673045dec58d28b8234993a70061337178cddda2267506366549c2639f6c917b7 -SHA512 (bibleref.tar.xz) = 1bd916174754653ada58aa5fe3ae646aa9f409ab2e8860a3a630d552a47ffea2888de5b8bc5a05b246525a317418f4118e1f4dfc5860d2409364e919743c187a -SHA512 (bibleref.doc.tar.xz) = 270f34c698e043786c703aef017ec67b764ba3743244ed1a5ad66843fd01448a37ef7d790c1a57eb2c1984a4495bdc9bc51b5899579343a01681c17557a4b104 -SHA512 (bibleref-french.tar.xz) = f768d01206a35a6ca18ba777fb159294f566be365845bc82d344e9eaa3dd7cd0c1763564b7e17d4a1b851330405cfb3c383019b575276bd9b12d084c4845ed89 -SHA512 (bibleref-french.doc.tar.xz) = e72ac2b74f01df60c998896b76013eec56a3d8cda8df2f26f92d05d342760204913d7d70a6c8f63680f54bf3c84fb1c654c213ec2356dcf189bf9e134ce4de30 -SHA512 (bibtexperllibs.tar.xz) = 32263453ac7fbca7bd9c893d363c575fcc5bc160e41d952c6d6bee137c31f242abcf6a285d0f817614b85a42cce7257f8400df152c185a7fa2acd018fa9ab4f5 -SHA512 (bibtexperllibs.doc.tar.xz) = 74bf34744140a60c513fff915921c5fe5c2245e0145322bf8f3a8ea0ceb0166dccebe6ca4a6beb22c9a56a1fb23dcb70e5a92b6b48cef0e7471cf12570f8f991 -SHA512 (bidi.tar.xz) = 267dc7398d0e4de4a72fafe8bffe08a876dee7618dc2850c149b55b316945ef98d7c0ff76a4866a58a21c998a70e0ab0fa2dedcb6895809af05f10efa433d01d -SHA512 (bidi.doc.tar.xz) = 2d2de125e597310a8856f309c6d4325c3579c36dd43998bd8272cba187e15084d1e1985a240adea8fd862c9472732907d2facfc63d570ff8b97cbdf80ec7e0bb -SHA512 (biochemistry-colors.tar.xz) = ff6e61f48eaae649c5b14b60e85c46743dabc6fb841f3f2bdda0723a5a6cfb7a45e21e48574e4bc558ddd436474c356c5d2f767cee1299da3ff67db5c70c03d0 -SHA512 (biochemistry-colors.doc.tar.xz) = 0abc9a2d3318627f861be23bd175836efc6956147fbfc16f9ec84b4ff5f137f7910a12ec370c3baf3ad2dc08ca2ca197bd02e371ec258e9538eac4f11233f9d1 -SHA512 (bohr.tar.xz) = 0f362638797d3adb338afa02589587406af7ca58487e6b61264fa60b539573d4198878a474da00e7a50bebd5dbe28f0dfc373c538a9bfbc11e84566ef586a5a3 -SHA512 (bohr.doc.tar.xz) = 5a802de7f7a8871a7095a54a1b48ce80d1d1e3134c70c7d93944e88aae44a8885ce28d65069ff44307c8395a666df386b03fd1f9c72b526a8a7a466ff5d438d2 -SHA512 (booktabs.tar.xz) = 8d7e46297d19f2e683f5c16a13577fc582cba391cdc8a15ad395a6b44072a5b50216ec9e9a8c727c1b2a36b9275ba9bed10baec3aba9d726505955af01d48c3e -SHA512 (booktabs.doc.tar.xz) = 952ff0f30cf7679c09020cf2bca542e11e3a64c88956e87db6289acfb03879609f66c8beb019a6639716462aa088bdff7df3330d60a5d864f25de164affa4c51 -SHA512 (boondox.tar.xz) = 0e1cbb6ec227a2cd17852e71f16b4972de18a076fdd4c4416ffef1416f3332fd351036fead4d82a69b5aecdf392bc7e1af85ca5bb1e44c153d25cc86ccfc631c -SHA512 (boondox.doc.tar.xz) = 72e77b36b79bdad663db8c707daaca8d324fd3f50edc8cb7780a641f5d0217d3fe4c2b758c1775de0ce5fea3d44e9ea08e745df51485b4d1e3de11e2a98c74f0 -SHA512 (boxedminipage.tar.xz) = 697cc00b10468f515b5ebae838d623eec58085269c98897a5c2c4ea932ec52ae819110612feb84b6951ff391bff9309655abf6a41e13da156e5ecc52c015431b -SHA512 (boxedminipage.doc.tar.xz) = 54209e9e5fb8da8db65901c729b78aa3c9b536c3bca4d40437848287d8a07d955a84ea0f13d93e7e702c47c6bf8bece3b6d3f3026d5f78568205746c9009b968 -SHA512 (braids.tar.xz) = e04d1b5c12c1d07b94b8aa2e70b302d05571b8bc8b8e7ff9839501b4d89d8c059552e830be52e1c31c4a949a7976e046934dd64d5d16adf944da67562371c884 -SHA512 (braids.doc.tar.xz) = 1f23bc681de14c760f21b49e0c5d8502cfefc23f15803d4c2b926d1367b407a57a0b316cd8c1e9377c4ccaed969777c1515fa5f5edd0135cec55b7bd03b8dbce -SHA512 (brandeis-dissertation.tar.xz) = 26dde7d29bdc60ae3b4c70b14b6b6c35b0319422cdcbda1ed1f4beec7a3056e145985e7a1b3aa4870b8fcc1e6d75da2e5d879b9a5c26ab85de59710d322647ff -SHA512 (brandeis-dissertation.doc.tar.xz) = 49b84e3fc0264f2a74704dbfa90c8c6bea44f436afc88387ff5c7cbf01d5feb207b1ba77e661f6db974e28cc41e3d8054524eed35f948aac3af4dbd24cdffc14 -SHA512 (breqn.tar.xz) = 34227942cd36241395aa91236d1b867817ab99bfa6d2ad367566a93626d05b82ffac93eb343ea287c2f3b62a50373afdd6e00277acb550983f14e2e60213adf9 -SHA512 (breqn.doc.tar.xz) = b940e67d3d87ea2bd9aca34f6a29335e9425affb9633bcdb1280923249fb587b05d6a267f7c9ecbd9045bb56a16a72a9c14c9e59a2ac0a781511991ec214beb0 -SHA512 (businesscard-qrcode.tar.xz) = 66e98af04011a9a17104dac23845ee6bbc5f4fe3aeec37899f82448a85493c5b722f5de59139f2a29fc84390cf5480af3a491ea2d1270edeb16ada734e2cb57d -SHA512 (businesscard-qrcode.doc.tar.xz) = d488e313d538d9faa956b4279974faede62ca231ce744d010b11d8a98a9b596d225a3804ba0aa72a13a6749a6207321b9937617d524e5803f490f9bb8933bb8a -SHA512 (bussproofs.tar.xz) = 042e01990554b7ffcbd70c9a281d87ee98d9b25d7071f24d114e097e536ae1d7fb565854399eeee547ad2cf97bdd6d4fd0755169ba7548f01ed0d736e031a383 -SHA512 (bussproofs.doc.tar.xz) = b3fec7f142210ee5051b3b3a45ef26724d95c538978c4904c9723113adcd2164e6385a9949473a8b9d29109b016c24f25a4088fe3728d675fd0023a043ca6262 -SHA512 (bxcalc.tar.xz) = 68947c8aa57d3f0a449c2da45c081cede0dbe28570f28c3091939e43b7d6f5fd601e5eca02556f46497d2dc82d829dc783288ed665b7efeffe5e946b84b3f713 -SHA512 (bxcalc.doc.tar.xz) = caa11080d43cc6f0d8af7f9f13cac63e26d8423cf97d6a77d76467bc73644efec190fd5c1a6d93f3ceccca2606d50ac937b4d04bdf60f080683c8314048adda8 -SHA512 (bxcjkjatype.tar.xz) = f720106c08ffc3b8f9a2c9279325364d5ae91948d3c61b83423d41a55249cdb205bf330c8f08ce6877a7713e82a67a29f1a71e9ff07f9c1225926a61a858fb5a -SHA512 (bxcjkjatype.doc.tar.xz) = cecf43857662a4b1126edbacc017a8d06b366ad8c785db520d6b18a293cdf786b8d7bb7d3981355acf9a4d2759c2a58af25a61a9a06d20b431ba3eb50117b560 -SHA512 (bxjscls.tar.xz) = 9a78ca720fd4761d132ec1e6d70fe50985f0f98bb4c502fb2dc28e1b851c64ab122884f1a08e2d03051bb301568da774686ee9d3ae41b35cb188479f9228d05b -SHA512 (bxjscls.doc.tar.xz) = 187b8257dff70cf54788caa34d6c175f16b43fa3dd0aa79ea3c17851f03effb68db5083bf953548ac951b2f87da8536b68f16098fda534e0d10afd0caf997e1a -SHA512 (bxorigcapt.tar.xz) = de76176e7448732d3d429c11b605f24a01779651dc5bb3969a6cdd45ac1801a9d2472dcb4bda9751aae09428d7962981a4c9c581244f15b68b6a4aea43d54972 -SHA512 (bxorigcapt.doc.tar.xz) = 0ec8b913862e51f89f661de3f628bb51a306d09d04adce4ff46183d8bb24c351f73c877b08b699f704661ae2c31131b7a959ad863a3a6613235318f8825136a2 -SHA512 (bxpapersize.tar.xz) = 09b679f14ae4c851b0f4df35ca44653960ba0ca6de03b923602721c25a68e17c6ac3818bc91e189606fe64e3d0585ebf5e5ec5ace60f52435ff79cf6c7a8a12b -SHA512 (bxpapersize.doc.tar.xz) = 519c4ab5c8eff946e075a84834209adfad9d1262ddcb30fe51b66bdfab5a15d7abe50549073f8d0aba1b661cc262c11f179a0c71edf1e3eceddef020e3fe107f -SHA512 (bxpdfver.tar.xz) = 996eb85498d4b7d1a12fdc3565819e9e1727b7aa5531e5f766045ad295115a0ad83631be3ea6d4a22fa8e5b8483a5aa13877edefee63895ac5bd15dd7ff2408a -SHA512 (bxpdfver.doc.tar.xz) = f4201b78c2b1311fd76540a416bd1684364c39e0cc1313560d1929b3639421388221f414b8ef2a0f601f0512f2b5c260e1513bbd95c9a1409844d695e57d9d29 -SHA512 (c90.tar.xz) = 9ad45614fa33b2272b0975cd8a044342d7d59d3dcef0b051f7aa49b5821764f838d1ed3f2b69e577a3c5cad1c471f412d4a312ad884ed4f9f29fe0a0782eeb02 -SHA512 (c90.doc.tar.xz) = 8b92590067d8c36b9d91a035c1eb88510327bade43f2458b12c64a74d6f0d74f23a33b61fe9ac8949d9a05137976a22e8a513ed3c6d40bb6138ccf3975ab0b8d -SHA512 (calxxxx-yyyy.tar.xz) = 99c3eaa37d1502328352e67091390ea47e3bf1d3fbdf776bb885e06bc2613a1e3056db4344b2a6bf968ec146bc3e3d44c1edae6a56a37eb1a8e5225ad6f62a94 -SHA512 (calxxxx-yyyy.doc.tar.xz) = 0fd575f4c4535bcf705acd8e3e4b091ccb1d3d1edcb8e6797bb2b5f891c95c8e7de439015d565d6be0098441abf175d96ab20351a5669237ebd846e37eaa65d4 -SHA512 (canoniclayout.tar.xz) = 26e6e7a7b521a020e110f44db7e90b87b3489310102bd56703f453c5b83c454ae8b8b108f842928172470bdf3cfc6085898a9f1719c55bd439bb21855470f35f -SHA512 (canoniclayout.doc.tar.xz) = 45c35415edc5e4033215af9568a72dcecefafda319936dd3512da58eb5c2b73e0d75d7cc4fc640b9c231807c5027a515a1ad12cf61aa4847bf6ed5143525ee24 -SHA512 (cantarell.tar.xz) = 37fd0c1986f76d823be6feecdb76bdfdc8222872355d0cd66c340950ed0ad90e057acee0f90ad0e41fc77b61a682f8bd390d98c8ed559015f9a0a65014b11b2f -SHA512 (cantarell.doc.tar.xz) = 17c118e49fb173158f7c5cfc31c1bee1063cd38bd1ba976e2629a648c795295e3796e845b735cab07de99296088d09ed9d87ed92c22af3e1dd1ec1a7a90a04d4 -SHA512 (caption.tar.xz) = 5902f3a3c9706f3eb1fe973515232f5d5271c3a5c7dc23d027a30b0274da998c289887e204071538d3c58342572f5c92cff73f729436fdf0e34475fd47405da3 -SHA512 (caption.doc.tar.xz) = 57b89b79f2c81aed9101ef2b7ad0ba17053873ce8ec512fb10fde4ac8400bd7a7ba47fac67eded49db870b1dc4d001f46aa2e4ae994d750423c830b8f46450af -SHA512 (cases.tar.xz) = 281f9d13741f16fa07f93bbd2628f4da34db07d5005b6c1d7994ec7713aa100f152efd066bf712417bf6dc3fafb496d0a80f65cd2127c4640ab28cca6a4ee1d5 -SHA512 (cases.doc.tar.xz) = 89aa9005cbdecc26e0b2489b544cf3f504e952eddd9a28dedd2a2f555d3e0c5f8378ce1ef21dd78fbc5ebac616cdb7559f2147e143f3cef12286a3e33d9b5616 -SHA512 (cbfonts.tar.xz) = 0e7cecfdfa102113f75f46f9c8bc76f578fca6c967128bb8b203af76cc64cbefd123ae87a8b04a9780f498517bd9f660d12e2dc586220f2c12cc8aa76f1aa40a -SHA512 (cbfonts.doc.tar.xz) = a069b7ca1b46e5656a05a5e38a0f9ea5c3ab1e5301edc47d7fdd43817a8f5d641980c2e54b7731dcbcf16e12f0dff17df5a816d66f7bd2b613232788815bb8e0 -SHA512 (cbfonts-fd.tar.xz) = af6f11a601f2ea3fd38d639beb3f836becb71aca7d282f5d0c7e020e9f73269c560ae3ac08d93706731872bd1a271c75724e1049c2dbf65e9ac0ea8f6c9b4724 -SHA512 (cbfonts-fd.doc.tar.xz) = 8fb94b444966e6e3bd63b5b3ea62f661c038767222b08df2bd288965902cf152e1af4ad4b9d69859d11b1b558f4015b2f304afb0a43c356ff663498d830e1554 -SHA512 (ccfonts.tar.xz) = abac4ad2c89e2d07281de95ac76922066713c511a77d067219dee9fff64e6ed54870da0db5cf83bacca89af11b2e720e352638eee1adfd4265e63a9e887ade14 -SHA512 (ccfonts.doc.tar.xz) = a327a036c804040973462e836c6028895cbb3897047785c1e1f9152ba85393aaa0ab6c876b8878e58bc8e124656ba22e38bcc90ca75ba8d7d74fbbb66a1a4955 -SHA512 (ccicons.tar.xz) = 4e755538440c87c2bc1f8d57d41ce78ddaeae9a0e3c1c85aeed172c2a25e952963b26245cd1ddc3222285c883ed4574ac4228d17f1263db31cc330bdb1f345a4 -SHA512 (ccicons.doc.tar.xz) = 0e4216adcbe01d8feb95d31e2df143ad739f66c2239196f9f5c58638a87d320949256baee32703663d6116bd13b4af607dd38d16d4ccae218af55f5402308c03 -SHA512 (cellprops.tar.xz) = 0dd543116fdf89a6d83c5e7a4a96b6dd627f156b13bc56db5905bdb32f2e880d9292913d6e3423e1eb248c0340fa2e9cfb73d0c7795fb4bd363f90c9d150ebc9 -SHA512 (cellprops.doc.tar.xz) = 3f44b803ca78fc08732ca9971da4bfc7755cc73e0b8cae8d88ab3b4e4906271bffe9762b75b2281776f36f3813f3cf0d58c0b38bf2fbb14b25156e00c711e14b -SHA512 (changelog.tar.xz) = 947daa84555b1c943be694a64a142d84dc9ac83814b9aaf32578943b2ab00f3799635d186bbdf745b18fa3e1fbe1b669b0df201284b85b21873dbf582f42656f -SHA512 (changelog.doc.tar.xz) = 25875ab71b703c5f0ae2d9535f4f38e522b4fd65fa8cdf94a4bea09c58f440058724e71f695881431680335e384b0e5adce559c4463f523831acba7c9acb0d08 -SHA512 (changes.tar.xz) = 04b141aeb9925e3dd0b54acec65d90e2a88937c9591ace8ea103571413f19896790af9a2a22e98d05129a9c0839edada755a722d2455d6692363c8fa01e1e633 -SHA512 (changes.doc.tar.xz) = 8d293b2c22d49f39264535c899746118308640f489a6649b25547723bfb42160064a63ca785e25b939cb0488ec20ee5f4047ed6662c62bfbe1367c191df96003 -SHA512 (chemfig.tar.xz) = e7e7a662941a7c5b18a14f2f7ec798df4470522ccd5cd6312163f29f596ecd1c7cf782026c2e50b958bf9cf5b7fa5d8268c5221b5d37fc01cb024a5115d5df2c -SHA512 (chemfig.doc.tar.xz) = a12e1c142af88b550bde612aa0469f3a1b8ee68f329ed097cf350db6114ca491c7ddbffaa4f54906ba7788817d42493654792c7a5279b344b8aebb33e6ebbf59 -SHA512 (chemformula.tar.xz) = fe66366d642c6e8d517303dd62d545ecbf6906f6d148efab38f058dd71986af54b92c7e61428bb025efe7d59740270b53f8d52af495da2c7f9522c476924170b -SHA512 (chemformula.doc.tar.xz) = f9d92d3894dab9f8cfd0d3db680de6b97e014c13d153b16ac658da6e09d3308b924857902eddb264ca971c1919d205d4e2519d4fd4ac99185c3e9171d8d3e973 -SHA512 (chemgreek.tar.xz) = 8e70154271fb921ad9edf6ab5f8a21ce7c229723f88d7e37fe17aedb189c67a5749ea9e622c2dcebeedd614efbf18b9138e0219aea998f7a8ab3087348afa788 -SHA512 (chemgreek.doc.tar.xz) = 69ef091ed42bb40826af81c9a4ce5536873a5debd971d70d30804f75a3240bc1aea037817cdc42346537cd025306c928fa347938785af9e69022ef51fba20d2d -SHA512 (chemmacros.tar.xz) = 8e70d109cd203cea5c8424dc306d6c5c5ae96ee8c83adf605cc54215a68f70dd656a6c53ace711ab99255e7ea1fa7978a2ec5fff4585d885a3cfe7c0a0951f6f -SHA512 (chemmacros.doc.tar.xz) = 357b7d8c3f5cc554ce86d71e2e31cc65307ae836d8bad177b4510ae4ed59b106f9dc85d4856ade241e5bab23cf2e4d4977942f2670b609167f627eed3d82d694 -SHA512 (chemnum.tar.xz) = f16b41aec7baa6cb088c008b373ff648b8e801951528b24cbdfbe4ad4d54eab12c64a76e23521396bfcc8ff8cc3089f0da9cf9fad37526d1639547412038f5cf -SHA512 (chemnum.doc.tar.xz) = b9dfe8de349ebcfbafa967668895dbe5bb14cc6f065711f56dbfa5ef771eefda79114cc994f6de2d5d45143740aa9e93543035dfbe6cf1c2628088927e06ab06 -SHA512 (chess-problem-diagrams.tar.xz) = 5125a7f27889534f74acd4918641ba1ec10344efb639fc7490941b605d530ab5f7c1d9e31beef978d471693e328640d0be89fea5628b1a9f9a20322649db5e05 -SHA512 (chess-problem-diagrams.doc.tar.xz) = a329c412da558e092d52bbe429cfe2dd815a7e5709022d2ace45ca9f42588a7b563b16259222214680e955c77adc38d044a4f19639ecbfd8d85cb97c6e82b8a0 -SHA512 (chivo.tar.xz) = 41098de0294384383294b382722821c90ed2481f7172957b97c5f6f1775c94e0165a1c3aa7dea3c50742683b05419ecf009941bd79cb234b8b2400a7c3f0d567 -SHA512 (chivo.doc.tar.xz) = f430375203fe46e44ce013061f09a8a935b7fca7b4391df2e3f18d2125f4b13ec9b80415e432ce9af267f1caa6f88d6528b474cfc6833e5256e002d54fd221d2 -SHA512 (chs-physics-report.tar.xz) = 568c7b71838651881417900aa5eb8711d5e38b4496e130802b7732482c4b8d83585c54a507d2f5ee27823c9d97581db7508ea79645275ac8b1b4d02238c814e3 -SHA512 (chs-physics-report.doc.tar.xz) = edfd22aa48a1d3db245d3e41b36cdceabe4e3c2e263d3fb270325b6acc57dabe686561af5359b849e8a17d1f2e9b77f2016cfbcf8b0af37ba3120085de9e6764 -SHA512 (cinzel.tar.xz) = 7242b771113d9164231d060169e70f6ae6425fc992edebb86fae8e76128a294f1aba290c2340c9b28ad9e4a7d90f9dc44dbc793f6f171b10b13005bfa848e239 -SHA512 (cinzel.doc.tar.xz) = 8bebe9427e35fd55a2b1e11d924124605b2045aaa50c7ae15e78b8fcad2b50c0363686f6eb6ddc8bcf3f407a8afc983df5b6cc1d8e2c9713616d1110532364d1 -SHA512 (circuitikz.tar.xz) = d609efee76c4546a022fe47aa665f56cbfd97c94405fae95758ec8c185d96884da1fae951d071647dd20ddd8ea09040d7314f42c080bc91ef69f46f0602b6ad4 -SHA512 (circuitikz.doc.tar.xz) = 9c131bcf72c314f62cb61a087756428a2a94c531bd85ca78d979172fc92d140ecf48cde90ed7ff3ab7471c8fe3615af3d4ec8a7d7b9e960a11d25f832bbb28ee -SHA512 (classics.tar.xz) = 86eaa987025658749c642f5132933745a418002feda5a3dec0f1dd9967a178af7e9c3188cde0b0b1fc8fb9ddf5cd59b68cf95942bd811d978d72a68f44a2999f -SHA512 (classics.doc.tar.xz) = df7d88ae0dc936b8b7f60e98f806b1368d249a838a7407ebd12de05fe10a6e0c9da1ba8cddd3d396033271dd3692451441ad267a187c30cbdf28dd996f707b78 -SHA512 (clearsans.tar.xz) = 7a09ef6b27a828823b8bb4d57788805cfd3301196864c9023d5f1ac6ea688da6783535c8449c0e035c02647476de9f2fddd9abdb4180a1512d1ae24ce611baee -SHA512 (clearsans.doc.tar.xz) = ec57c7551e9b751505d2973a50411b20b859190cee10c176eacba66b4e26c551b7b4230cbb5349a841645cb5d2e351e655ab242db59f4e3e5675f3e964977845 -SHA512 (clrstrip.tar.xz) = 34893bc3758fa010c34523284d73e18d347cc51a46236599c5e6df7bde4ea196da4ae8731b316c13cb9d225d353f1b3ee9bf0357ba9f30e400a9f16783a6bbe5 -SHA512 (clrstrip.doc.tar.xz) = 8a18217808e2dbe8e6f96fff8c93458c14fa8bc97e6a8d460eb75c051b982bb2f423d46ea5c4b77bb45942896b126b8782bbbe1ab1a0f5fdc4831a5b8435d59d -SHA512 (cm-mf-extra-bold.tar.xz) = 1845d58827ff828d6b60b82e4eda94760cd3c86076982b861e53b4f996a0dfcc9a5926ce58de27891ca3ea115a752cc4abc56b06b112d43194aa8a27c61b86fd -SHA512 (cmexb.tar.xz) = 584aa7d96c86be809a1da92955c92c9e73946fc236e9991925431bae4041001f6b4d7029b13004ada0435ae291a90fce8990e527188e1f35a3be922a39faefed -SHA512 (cmexb.doc.tar.xz) = e6f362bfa79f6c32537245af645f8b6a343ef5a9204b9cd50cfab9337e9617554bfc3fc813fe4c65d2664fc617d460f15a4ea099961699bbee82381df0856760 -SHA512 (cmsrb.tar.xz) = 2fef47e94ba1a5ad0774667ac84e29040a3715c413990585aa09c866297beb61c7da533685bc1e102c8edb30d7bf6bddf8fee5486dd6d4d6ea9ebe51d2424196 -SHA512 (cmsrb.doc.tar.xz) = 9200b4da942f308cc60dc53b2fba9cefb7448e95d89f0c34d03604e5f7a9119aea4e762d70cfa35fd12f555f8c4ae1ab4c0b12abb04742e17b6e680bd80cc9d3 -SHA512 (cnltx.tar.xz) = e2e51aefb221bd92c03af9fe82738ff4912445cdc56bdcec2ad1e9da132804bc1b1ae578f4db69a39a90981e16682f88b32b5192b0510977f2444dd5232f487b -SHA512 (cnltx.doc.tar.xz) = 8cb976bc69502c4e4a17473cf5a57cf0316cd488a64af97a4c76679ebb7acf5655991d7a9f21a1e3c3fbbf03b934675fe3c00b6a2db7af12e8e1e170151a6eb7 -SHA512 (coelacanth.tar.xz) = f23a337931736831148c779defdea8fef6291636334f0f42cb540c53d1228972a9acaeb605f35fdc33c4a077347b11c8e964821ae1218074fdf87c06c7029187 -SHA512 (coelacanth.doc.tar.xz) = be2ddb2897fb81682514c19aa21200c2dc9825bd106cdbff9cb5a31c6874c937d0f47ad4ccfc867f62d5dd00672791ce055d6e5e46a4e49587065a9f6134749d -SHA512 (colortbl.tar.xz) = b24972e5a945458318a7b383ad652c7851f01e6c66fa40f8d670f4f3724d280e18d825fc905d76d111d7de969bf6be29f45447eaab78fe985275984a23fd47bd -SHA512 (colortbl.doc.tar.xz) = 4de654d192374960d94c13ff47785ce40f2b0a298bae0d1b5342119f018844653ccf4f4c99c6286accdd62d94bab82cdf6eef1f7977cbb583cf37e21496b0420 -SHA512 (comfortaa.tar.xz) = 6b851b6c56ef5b6ae6e59c5a3606238671af34963c5dfb8a39a9bd6b84597f673d12963abdd687013f11edade4fb9ae37794a4789650c38c29f64bea1d41dea5 -SHA512 (comfortaa.doc.tar.xz) = b1b4efa42012646538316af9bdd5c724f285aa784e18e85a1239376dc02cf1b79bf43bb0ce07a822995a82811eb6562e6943aca0b903f9241bda088ac0675fce -SHA512 (comicneue.tar.xz) = 5dc900d215fef53fe69ffda6e9120f1230173f40d220c71eaaa3d7eb21610b214591bdc043f27f0fe5259daf2a800b695167d2deee1810a67045997aff7c2a76 -SHA512 (comicneue.doc.tar.xz) = 24baee44951d9dc6fd70b6b6092112a1d7d13c394eeb495162c3f80444ebd799b526acf7b7c86b7590afc9f5f6efa97c10b661ddead6ca11a168325c7c840650 -SHA512 (context-filter.tar.xz) = defdfcfffd81637c45b2537dc8d7c931c582bb65d40092300606a1994f4e547c925c4de227406bacb3a5f282321c7c4693759b34c0885d8a1cf06e96e647fe38 -SHA512 (context-filter.doc.tar.xz) = 1dd162f35233aa30d145c1c242722b14f4e146e4956e79df2ad0dd31d99f4ddd052d73279ac6362bf3d2eebcdc36d07ab32550780a94393d607559ea15a3b564 -SHA512 (context-french.tar.xz) = aed7a7f91e909e8b9b7efc5e0b45c67d5ed3e084c5019e1ddd68d8e9e969c0579b1dbbe4e25d74ca22b256324358ed34f3f54a92e2fb3a012a6aa43797e8aaa7 -SHA512 (context-french.doc.tar.xz) = 926a054d12f59d45dbe538eaed4087ed2c9f3321f1051c7006fe651af95d2275788030ee9371ffd39a7f7f8a4022776c19721323ab82871f061dca365c081728 -SHA512 (context-letter.tar.xz) = 12e0ab8934b8022010e6a23109b094ae97a9c409cc143705d73776350b8d36aca11f3d6df181d5252415f12ff11bbaa4d12e2271ba5ad9b43ee84c566c5c1e17 -SHA512 (context-letter.doc.tar.xz) = 74d2f845dfe6c70ab2a4601e0d074ed5996f7d8f3f024bae2c40836b4f30dc66451dfb030e6559a986dd1a460c5426ebd01b72133f328f08a85cc48690c8427b -SHA512 (context-vim.tar.xz) = ae210a04dce459734206e8f5ea47b9ddcf46236f9d490fccdaf5b79f89fad26efa4730d8141e364ae32d5d95e162f00636a56e9e6386c7e01e42ab25a25a4ce6 -SHA512 (context-vim.doc.tar.xz) = bdd07d3a1eac9207c4149371f49030c327f4fcc63b3dffa759ca2f7d430beccb48e647b6e3389f72a27fb3aa19f73bf20fc427d4175334643b3c65a5b6400d2a -SHA512 (cooking-units.tar.xz) = 4182a43bc869dca19d022ae019fd479ac658c609a792677b9cfe5e3271af890ee353974b15b9cd4bb667f39fb38b96ee1a31359ca4a89986a3c03053ffd1974c -SHA512 (cooking-units.doc.tar.xz) = 71e7ab3f1a89984063e26d5532eb1c1533efb06b8d8164548b7b46eab966e88e8ce5300ca0c91c639ae896b95bf5e9487c8c149d2f90af7cca0168b674052c8e -SHA512 (cormorantgaramond.tar.xz) = ecb159a7278d7f2e98402b0174f6985d6e29ce340e2c9cdaafb39116f7be42ae2f802b9cd48265bb8b7b0ef4e0320c35459e07df9af7f18831fb4f2750bb5437 -SHA512 (cormorantgaramond.doc.tar.xz) = a746ec2d0702cc8ac5b9d62c824c5227ad9ad816a74f04f115fdfb9a19d8e64b31739e4d4421386ea43e98286eab05257f69686c1bb5edda0d9a25e533e81a8a -SHA512 (countriesofeurope.tar.xz) = fa0faa88db3e7c1baf73d5fad1fa196915c752e15dc024cef051127581f1e8a3d218d5f2f815b44bbedc9bd6fce6292825929471b595771e9ecd0b5131b11d26 -SHA512 (countriesofeurope.doc.tar.xz) = e99ac6f4b57a2aed80cfd1214da7625ae94336677f0cfa0306125b06054835c2c3b23ac901cc3f421d56e4d021dd468db12e21acd6b3883c8b937919dbda056a -SHA512 (covington.tar.xz) = cdaff0af120ec8b455a25a57544b2a5cb5c55798c2c0b5c360f647b95840581820ff4caaea6ab27d586c0eb6369288deec889f28c6f7669f59177480a64baaa8 -SHA512 (covington.doc.tar.xz) = 9c665da78243fbbcbc6beb9d1170fc30c0fb43b033f872cac9667638027f00473cf1dd02ea5912c448407f774c8deb07b8fb02e7bb7a74eecae9aa87be9fd4c1 -SHA512 (cqubeamer.tar.xz) = 7c2c4548f8bbb4885680588ff113c8af96d79b5403d6cb01bebc6824745fecdd243af7e14b51bdacc91a6ee2301946ae911aa6c892d248958c1089d3fac383a0 -SHA512 (cqubeamer.doc.tar.xz) = f11c9d614b75a973cfd0452e283078c5af259127624f7746c0f49152da20ea016acb8842ce343cf342e4fd45f563bdadb48fc4e98cf964bb1c6dd044e610e202 -SHA512 (cquthesis.tar.xz) = 08c18f72346fcb3bda3f0bacdcdaca72d68e89675b98f1aba46c3181a334fb4e21de82b219637d05bce0de4259b3b4ef4790ebdea3ac538f4a121311e5fcab5b -SHA512 (cquthesis.doc.tar.xz) = 88daa7155ffbf06bc393c991c9e043015bfa25122737f64203f6c0352eb2e9b386ce7398736ca62d33e0708db4f60741f5ac76ab48eaabb10b5c1ce7c4a40b71 -SHA512 (crimson.tar.xz) = 26a4e2fb4439f111893c85b7f9b77162be5960a34e000d7a33ce59cc2db83c39cf283a882c89fcb031162ab6a398c481adfe0556dd42b76a2ab36cd9d1573108 -SHA512 (crimson.doc.tar.xz) = 1e97ec47cfe2a9fcc66a87469262c611e6e95c051444915548d2bea644f4c8fba3ce38beccdf2ac52d95e416e4fe8b6dba33eacb4aea9b33726e84e04ad11cb9 -SHA512 (crimsonpro.tar.xz) = 4e7d10cc23057a5bf2bef8f62dc392f5a3855184d18c814e5569bd6e8d7f0ce692ed9329377aca920a3b6b8f924ea9df47c6c51cf29c638483b7a294da1a16f5 -SHA512 (crimsonpro.doc.tar.xz) = 8c6e5951acce558777527fbe4f36380418e9ebae9dd38d62d034f6a33a87de76259c8fa074d2a3afedc746d595ea60f1710c792af6ab6a4c413ebf8a12480bba -SHA512 (crossreftools.tar.xz) = e02bd1e6ea67c5f3c5f54ccd389c126721c8d599d4abccb13722dabc636802b95e397351463b1c39cbf6ac40cb2ecadb51f7332372da486f7b9e315adf369b0e -SHA512 (crossreftools.doc.tar.xz) = 4c30a92667e0e36a6a4999d6a8626c146731e93c0bf5d227879d86aa6b6442a7e3bedbd6d38dba52003dbbf9253bec8dfb7cad2e7494e585ed2a9daaaa2514aa -SHA512 (cs.tar.xz) = bc956c595d4460f35c64c92e7730a7cc9cd3af95301afba56c49bcf8415666863de926733409ce1afd99ba767fe3a3fa45c68f2dcc912b69c6f72b618289fb30 -SHA512 (csbulletin.tar.xz) = 7b1f41ce8c9cecd8cce3aa1458a029a558b3a70dbcf8e5fb53e192db5d4b56ffdca3e323fa54d7960e141d6e1e32ca52b8824b3c326c94def8b32ad42d0dfee0 -SHA512 (csbulletin.doc.tar.xz) = 4299308a6408a826f139bbca785cbb139f94ff10e67c80c597e0e7cbfd3bb6ff4889865a04922e4cbe23cf0d3d6f1c1ccc5cfe4d5c2dfee4c747ba18873d6190 -SHA512 (csquotes.tar.xz) = 541cefb84ffcb6a398c18d01cab5d7c96bfaa82841b9439c1f77f3b2b4904e0a37fe2e2b355777e4552fdff3ebb054daae9d9d9a6c7436746f44917095be119c -SHA512 (csquotes.doc.tar.xz) = 84407b58454e4e4b235d93b01bef99f7a20a5de4ebac4990c9e00694a14dd67debe27afb6f3a079040330af3ab186db11f1150e97fa9511e782e55c4abe52bcf -SHA512 (css-colors.tar.xz) = cebeb4e7cd71ecb1a502f6788fa62284f2d9e3e4afcdc1ddce585e94683a42b20e7b9838ff5c85fc0634894898d8061e01de79e062946e943b315d2970ad126c -SHA512 (css-colors.doc.tar.xz) = 6299617c5740f104b59e850ca826a2906d63ef3564b6730b01decb4f7707828e28ae3de2d44dc851c094abb702a00a9a4cb2bc61f18f020dc37c04e189521c1b -SHA512 (ctex.tar.xz) = d1d41eb7b29f5900fe1927be77be636941a6b38d3cc74d2953f993d22720daf05ebb34b829b211fbab4f14cb928db864c5d847fa6dcc146f5880fee731dedeed -SHA512 (ctex.doc.tar.xz) = 2e770371e09af5c771c255dc716eb63467514f5cb12e87c0d9f6e7a139f9163a5b90fb11dafa9d7625f5d3b9177666efec6597995f466e2f164e50e676f3b7ec -SHA512 (currency.tar.xz) = d975cbe846ad5708a3558252094f4568c3ea4c5bc840dea7ade74eb8f6d90f4527b417a875a7bc286010473078d895cf510560f1287013e70498c983c896750b -SHA512 (currency.doc.tar.xz) = 1f32fed0bf778b3460e094239afd76b4be9915be8a3e8ea20b7e48b02f1ffdcffdd1e588a507b8145ed232a38cee43db1bac0e232c472d5b5dd85f1cf3954c8c -SHA512 (curve2e.tar.xz) = 184601ab3f5dd1e2e00a9c095cc19fcb33c08150df9bae8e93bd69305213e0fa99784071f5dcbcdc7221731efd3ffce3927e43b605c4502ce67c1921abf43ad9 -SHA512 (curve2e.doc.tar.xz) = 75a1e1412415d8ee487bd6dd69d4d435b62617ceeada2e4f7ce441e804eee391688ccdf1dcdf8c98ac6a35362f38214c8bd68eda556f5f86c3ab6df168976b59 -SHA512 (dad.tar.xz) = 600bd3267a47e5513f51e67135920c15aa7aefb51f2c3dea6e912f26d1a45071f936e4c568afd322aa7e89d5139e68398b394c287d5076c17e310297fa7f8fa8 -SHA512 (dad.doc.tar.xz) = 97d4596972c436762e33bd1d5077f7fdbe7da2a74b016a8841ad98536c2e9d9a2bd01a91b1ad2fb306c7ba06a0a5532d47c7b813d42b0bd82a3390f3bd17760b -SHA512 (dashundergaps.tar.xz) = f42cdc5eee0b48aa8c6873febc6baa7a7c1251c630098850736bb321e4cd80d8300c35b9dea45cbc044366e2e522c1ba52eaa23fa64d5f469a3eb68a1616c444 -SHA512 (dashundergaps.doc.tar.xz) = 4748b63855824fa4f7ec86a9f20d8004f546389e17d2dfe8fc6c8cb910be696ea6ecd20a0ba90569c450137e51bf3c193cd45c4c24161bae41290e6c644489eb -SHA512 (datatool.tar.xz) = 323b1526a32eb4e0d81db77278d66ebb6ac91fa357f7f76c8ac1f199efdc4be17ae4f8fb83fe55f3ac9cfb8a18d163a85d6c21cc11c26e4dea0db5f85dc12dd5 -SHA512 (datatool.doc.tar.xz) = 32b5391c7197bc29783bab0c93a5225784fea999f69bdd8b1b5c152ed338716f82dbedfdb6cd19064ee409407c0b808e5f410e6090cda6d1f8ded2ca41f3ace9 -SHA512 (datetime2.tar.xz) = 25dbed04a91d852eadd3b4055b4eb42a9191cf99ae561b6b170729a10cd02f46f3c00371d2ba456011a9340c3abafbec291131b1b8faa938bd795fd25012bbb7 -SHA512 (datetime2.doc.tar.xz) = 8ff3a764a064750f38b8e2eb61feb66dadfe594b999c8f9c1eb7f5ffd3cb08074cdd131ce33eb14ef484484083e669359d149e504aa362ec7b0e82e4975a80bf -SHA512 (datetime2-breton.tar.xz) = 725766f3227119012a79807c5909daab83e8056718cc4e116d8992d13e11867439d71392cdd8a2118f2d8ead61b1d36af5ae42438f8ca68f26ea14f0bb7cd0c7 -SHA512 (datetime2-breton.doc.tar.xz) = f421a467caa9202ec50678d398e31e1c4cbb4e98805bf86114c97fd49479670e825c1c091955a41056adf0f9c7596dbf5dd14397326c1b88fbc2b6f75ec8ec55 -SHA512 (datetime2-english.tar.xz) = 2faf2dbcc9e49a9c30e5af599a26bb6925c6cb6831c1eb38bb58e08f50314cde1f3ebed343fc43ff50c6338a089caf90b8aaa53093f1284c583ba217c25cafa0 -SHA512 (datetime2-english.doc.tar.xz) = ff904eb3279062f6573aa0190bd2f7426a18f4b67564b9b10673a88c4583c580cb88b33ccbfc0c8a979b10f6d2379bd22ad8483f19b1c4baf3f66e06d2ec52f4 -SHA512 (datetime2-german.tar.xz) = a27345e07164419862e2aa50a46252ffa05ccc1f3aa36cf530544642faee34a7670cb2d9279245b657bd5cfb5f9282eb537a94acfe56017bd855948a0b0d1ae7 -SHA512 (datetime2-german.doc.tar.xz) = 70c3d14708a87ea3e7f81ce3fa26420daa123f214a1bbdee17a8d1a33c437be51602a5857081ddc82998526e5424e4899dc795d1fc7462519ff35cfe8b63df9a -SHA512 (datetime2-it-fulltext.tar.xz) = 29a67f9c4414d08adce673ac2b501e92be5822470511b55677b041fa1d89b55760246fea08ba0f4cac7ef6f8e7ff52498f0459d50f94bf2bc6b3e4a944976a99 -SHA512 (datetime2-it-fulltext.doc.tar.xz) = 24bceb74337abc4ae74bbf9101bd32cc65371d60a0461cec91c8e3ecc3822c848eb8c7f0bc8706ec1b2118294df659b44f3139c3a3ed1c0c243f9654ae1b3d6d -SHA512 (datetime2-polish.tar.xz) = 3b63541325de4082a828af5131a639c11f2562b8e2951f50199f7281e7c59e2a2deaf8cba124cc8679a4de5da3e95d988bb3533eed6cdbc9471a95476ec59bc4 -SHA512 (datetime2-polish.doc.tar.xz) = 6bcccc320063567e2527ca6acce6180c9d19a3ec8a1e922e640e82d3ad2a244cd455741e059e385fa26ee6479ddd5086b9dcf73a705988adec96a311cfc5e40b -SHA512 (datetime2-portuges.tar.xz) = 976ad1440f05bd166659b5b950691b4d0ce988a3d71bb91525e4448b1520a6ead37bbb3ef9a899bac08c7dfe8cc7b9b7e15174c8ef143891133bc00e5c39e9fe -SHA512 (datetime2-portuges.doc.tar.xz) = 3cd176813f3b0bb16341ddeee4d0a848b4eee9bacfb90734d97fd9ddc3e88285057dd0bf4f0f3ebb5641ebee48b15161feb3e4e75032e32368a51bfb9ca4a8f0 -SHA512 (datetime2-scottish.tar.xz) = b3f8c2e2c61461c162f4b7c029ced53b5f0c61398415d17044a5189c08460550bfd0ddd15c693dc959b5cb5bacef63a1d4de8a9fe11108843edeff475964aae6 -SHA512 (datetime2-scottish.doc.tar.xz) = 87035e38cea316b776f2c61d0c1522e61c560602650bf6955fc7330536fac42dcb17bdad1c3828f2accd10cef009efcd805ed917352ff921d03b46ed3d0bea18 -SHA512 (datetime2-serbian.tar.xz) = ebcdbb32af1743e9dc2b46b6730664c48a26ac4d15c4e9936c9df883a718fb52e8800f29285295e7521a02130471bdc10f8227b5dbbbeaf6481355d7025a8dd4 -SHA512 (datetime2-serbian.doc.tar.xz) = c56761130dc00406a27356a8b38f4c82f233dab32fa6f19d58626139ecd7e12fe3c736edc676db52176c5918800b4f0a47362fcb9b3ef265ec3beebd641c1b15 -SHA512 (datetime2-slovak.tar.xz) = c69d8eacf36fb7232a85d92e5db277b281b631c0c8f63df7fbba51876d1be782b7196efaaea0ac25140716f983ada40aedaa550102fbe0d445e5cddd41317a09 -SHA512 (datetime2-slovak.doc.tar.xz) = c40e20b000f3fd5ac368c310d1f11519566410963cadaf4aabfb0c9cae05e0d3e8a3810c7da451a5e206e8b5b174ac0b837c1beff207597e050ec529e82acf51 -SHA512 (datetime2-slovene.tar.xz) = 1d0a73d3781fcc9ea0df63e391f6b7a0a254bfa920c63ad1a0c76b56d4770822bc4e049ce18c554974bbb20478150cd7a4f545ef8983bacd31a112fc3acd5419 -SHA512 (datetime2-slovene.doc.tar.xz) = dfb2a9808488ab0e0b225d0a397490f7e1cd2343caf0a685d8e3f48feff2ce549092771f0b4017a3c45640067ad1ede8a852e714b313d9abfc7c9642f983cb46 -SHA512 (datetime2-turkish.tar.xz) = 7d4b756ab2f102c7981376d6f87e5a7f7b47d57b1ae9f821185bd5b04e7a5d9a81aebc7835a9bb43a217dffcfceb5b2c46b838bc652dab7c2f468d9510c2ee4a -SHA512 (datetime2-turkish.doc.tar.xz) = 6c95641444f2eb510a330c7002bba2c40cf28daeb63fd9092d74846673c03d2aeafd1e7d61d5a7470bac95117c3717cd75566907a896f5cb4b54ccbe952c6d65 -SHA512 (datetime2-usorbian.tar.xz) = bae799fc523f01f7c70c7818ced0294bbb57a849567e05768c4f1c3f9cbe241755ac2dbda0a9ce0e3bb3f70eec45bae1c0607410302b458370a4c05951d791cf -SHA512 (datetime2-usorbian.doc.tar.xz) = bacc067e851e4b58b2978472551cf869cc9d3d4412ba930b2ab81f39c4fa9ca352188b6a6bffc5b5dc4a6bcf611146b3d1344d221732a7caaf45f95bb67d5589 -SHA512 (datetime2-welsh.tar.xz) = 2c3b56f2e2796840fec8a60b4f75800743a4d71128cb900ed7419a7a01acd306a9ef86c2b1587e661833f8de48ef89e22c11589af21c9abfa2cedbf709c4c340 -SHA512 (datetime2-welsh.doc.tar.xz) = 7abb3d603eb94f99c1fc49e53ee28996d2a536d647b0940db20e5a9aa70eb10d7e00385300bfb3adbaf4f463db20c4277a8afbf0f174c449e402c02954c57243 -SHA512 (dccpaper.tar.xz) = 9b588aa8d8c7cabdc60eb1c617e9ad9b308abc4a2c4b9d553ce2481ebaf740cec27b1840dd44215804f75e58bc9d4c81c35e3687614c928ac37681ad1ccf2a07 -SHA512 (dccpaper.doc.tar.xz) = be4e3ff335c6be69e4563886b1931bbabcccd85c77bdebe22105044162afd7e6cba1f27275811fcdda599f64869ab5f1a04f7706f4ca0bcc4e588874b9b03883 -SHA512 (dehyph-exptl.tar.xz) = 48e440845cea208c4efa60ced465b37b82eb0c6bb1e27b72226863d39a32e396d2d108a470eb2a6695d65c1297292389ebf24b65e59807497d51df144722a330 -SHA512 (dehyph-exptl.doc.tar.xz) = 261e48607f41218f0f1cdc59bff7a24289aca1c52754339c4173b7724139e13aebe52d1cc06e565c9ea5291bddb0f2a179c7212f9ecaeb3aa91544b3ad5df817 -SHA512 (denisbdoc.tar.xz) = c9e619f7b2d95303d6ee105c708c41254679af62dedb373e1355218362f31c99907e13d1f41361dd4ad348b0ca7eb2c95baac77b64a789444cad0215299d51f6 -SHA512 (denisbdoc.doc.tar.xz) = 1e0c77335be61bcfd4075c855feda3b0f677e93b2d55935b7bbd7d8e0c03adb3f933903ae8e48a8cb078d94de034f246f468f6cc6d2b983bd628720aaada2482 -SHA512 (derivative.tar.xz) = e74c2abfcb29f075c11545aea4665a06edc93f9cbcbd6e687ab1a1c7b07d095c1349225182862b020b8bdf551a90468ba7357f3138d847a2234ca2351f3383be -SHA512 (derivative.doc.tar.xz) = 5b794da3675ee46ffd1951b1887487670e26d22a60a3665c5120f08cd931bfa562b5cf97b8690db966e10583b5471dc26956dedadeab1db4057287db64ec4485 -SHA512 (diagbox.tar.xz) = 34d2530343877efebe9ee53027253ddce0e59df3cd70900bf0f040905f34a8ad9d41328aa3c6ecbb622f7731f3bc9c4fce289caa58e2c1db46a6ec1bafefe6ca -SHA512 (diagbox.doc.tar.xz) = 96310db4878e417f09e6202e5ca86f29524af5c1292ad8fed2563f1872e094be1249c4753eac5129c68492a5fe9ea87857783e2ca9af1ab77dfd1ca9b3309b2f -SHA512 (diffcoeff.tar.xz) = 4f8a1dd23b34cf7d6f213a6bf6699286c7e0df73a8a81ce59d6bd2d500f108f60293fac6f1c938c73afd5d4b1b20f64f2ccfe74f5031b0dda8cba65eabe7178a -SHA512 (diffcoeff.doc.tar.xz) = b45ae815b92e542d0158da9a75978f97b2ca14056484a776dbd236da551dabe025fd85366fe2ca230b095119bb47fc3048fbb8f1cc4943f7fde9aa4820f0cb36 -SHA512 (dnp.tar.xz) = 27a4c150b3b5e3fa23e0df55289154d44e3eaa55330544e426cdd3126f8ce0308abcc17fa5a011e12d83460616cad039cc483f08d7254b64d4dae933db6273d9 -SHA512 (doclicense.tar.xz) = c451d3ee28a5d5b1c51850a80616d156860644d51164ad5855873f00492573a9b30816231a35b96eee13d0ad283275446ab5fc430de479fa869f9a4e2f16bff2 -SHA512 (doclicense.doc.tar.xz) = 00768077bb428d01b4aa33a93f9444c571a9b044a325bfd17be91c4ba1f8ddc4eb0f6e6e92c892d8ea6b3a6b2e93e7083e1cb4acef60b3877403770a0924c4ef -SHA512 (doi.tar.xz) = 7a041a56ecc0f88d5200d39d7611c74f955e79e5f5f887d26a70c76624c334b6229f7b937426cbbabfd7de7ae0f9cd2aee70c502981c46fcc3f18fddd62261bc -SHA512 (doi.doc.tar.xz) = 3dd77559fbcb32d8bee7121f62bc37ca14c14c8e62f8d2ba44978438920dcdd54605a543135a6294e2ea9742f5fde4862a2efe3eeb6bf22b6d7418b4b01a2ebd -SHA512 (download.tar.xz) = 051fdf31160c95e88c8ed1214311b0ec8eda80b7128752c27a203c7e7dc5cee6d275dc4ed93f06308b71d199d9216b18600a2b6b219f852fc256eb2486c2bfd2 -SHA512 (download.doc.tar.xz) = 388fbef93df8f76de34e7968b8a1925f294b87972e2e26cb1ae92145b252b5a88fc06254453a6bc15eab14a4532e1a18e3b719ea243142c09239e3521ff8f7d7 -SHA512 (draftwatermark.tar.xz) = 6fc981c0a4cd28b94c52c8a0cf1a173182db25bcdd96d8f533439e9a0880aa7447e4d914d79dec08a5e00f654c7803c500ec5bb4b00de37b35fa035ea071fb3a -SHA512 (draftwatermark.doc.tar.xz) = eed80b5fce3a0c9c70db9126b9c77ba584340a4fd76cad5f46461c9567a4dcb8e64a8f2d302d455cf3784ff3b62172e191204c6da5eca352042423bceadec24c -SHA512 (droid.tar.xz) = e57eba23d2b7a84ca36be4b0a2988870a89b69a5c2f423d8961c8fe38c074cead0760c0061a545518959145ead02a13e321c5719cfcd7d6a575b7050cd74ef2d -SHA512 (droid.doc.tar.xz) = d1f86ef4fd82d955e5f6560b1eb56805bbea621358c3e708f5c07d6539d278a4e61fed680afba425a212eb7383bcdc1d663d492b4cd716ba2c1872f9006350c8 -SHA512 (dsserif.tar.xz) = d1f173c1892acb75e319fe3e8702b5c8ba233ba3b236babd368c3a8bb47ba67de222e6d80ed65c17de9d152b98a930b59c74dc82fba619c2b24b4dc8143d5890 -SHA512 (dsserif.doc.tar.xz) = a8a6c9224cb7a55d12d8825d108066038be9ceb3ebf50caf796dc17a84f4d9d615507778934046b8944d235acb3f829e7654527cf485c9bd2562998b376f26cc -SHA512 (dtk.tar.xz) = e7685e9b2e1086cf4ad240ec807334d91719510cc35442d9ca495306a3a547d381e7f476ac8027acca50a01e09c9f0fe0e7b1fb251fa746d8bc135214d5da550 -SHA512 (dtk.doc.tar.xz) = 1478a7a666e0800a8bf0d111140dda8e9148c280900a5a5b4564f72445d805bb905d8536e3a5ff99220fa508ec1366ec2da041429561dd311ca699c094f9ec20 -SHA512 (ducksay.tar.xz) = 0d81bad6d32724b569a483cd6656abe3700e218a52dbce511f6740d05837a9a0cece95461d3b7cb6b4b35cf6ed860c675f2182d61eb1498b503bf1660b675441 -SHA512 (ducksay.doc.tar.xz) = 9667ff1be349058cf969b512e022f354bc840867031d004759c5be53fee67cdff0abaf5a02205181ab6caded8ba46ee4d6f68570d7b92bace69164d7a2418151 -SHA512 (duckuments.tar.xz) = 77c975ea3e42faee4db5d99d692220884b24ccce2d69a30ce484d113cd261ddf5cf5a13ee04d9e8a95572e98c8c4bedfd901db34379af6a567777f9358e4bad5 -SHA512 (duckuments.doc.tar.xz) = 0c9e24cc988b9350d188878dd8b463428133fe30c00218eed3d67917ace24412e55c396422890fc6c02030378b560b3d374970e879e3a331db7d8e34b3302421 -SHA512 (dutchcal.tar.xz) = 308253e2b148cab892ef0ea5004cce0c3e3fbea4c0555b67f49e554734b16bc5be9baa08119fd0a2186360cef20e165b5133ce85c793eceaa9955673ec4594ec -SHA512 (dutchcal.doc.tar.xz) = 1ac89d2c4ef090edc8c354a3f869485d3af9c374da012fb51edfd22f0644d63a5c380aad115b6dbe83e70846904b722b69fe4093f4a7ac8a4a3eb1c1c97f25b1 -SHA512 (dynkin-diagrams.tar.xz) = 8b805a25c25734a1339bb9f86ff9b3d8f6239f0621905b2c5dff5a1c2f257727713e280904d192ebf914e058047755948e723ee612a3946cddf8808e48e40848 -SHA512 (dynkin-diagrams.doc.tar.xz) = 7b6436db8befe35efefe18805b5ee1017b04be49c3057e88ca78797bbd949bc8af0a5b78b2ab5714bcadadc56ad567ef58a840b6a33d326b4f24ce1c8120a575 -SHA512 (e-french.tar.xz) = ed14a41b05d47117fc354bb5a1782338ed91ebbd6071af96f4bb94fcefed31048ef3ed1301686dd720d7f1c9ee59c518adbf83c6c7de2c35e3d50cdd65c0b0bf -SHA512 (e-french.doc.tar.xz) = d76ba6c016c8a48a06ed126d0d011e1336203cc8182f744de9d238e723019156f369574b7090cfcc943829ef058b77ec536ab6bb7c054e5e2587dc92998258d0 -SHA512 (ebgaramond.tar.xz) = aa8717933733ddfa456b9aa7dcc6648b6150b0facd4b296c44e9b718e958ab59de887bfc39a2aff9cab55190a999708ec3f4600bd3b900f57ee76a420cd2495e -SHA512 (ebgaramond.doc.tar.xz) = 6cac4eb927c4f302040591ff00d6333334297debd8f609a7ae5408991d69038a0440f8fc660a9d739c3abdf61fa5ada2eb1013180940b31f4beec628c231c770 -SHA512 (ebgaramond-maths.tar.xz) = 5d65f676daee62f96875def0faf6d1fa217143046768985956372473b4cd3c6c00ca650cdedcdf677d6ae6a03c65743d30df6d32c36cc8366d8a1a9961bc11d3 -SHA512 (ebgaramond-maths.doc.tar.xz) = d2207e0f6535be6ed1a53fc15717a60fab0d473da4f307cfc70c7271fbd93e7f6cbd92d1c0f0738da6d1b607832cbed95e5c87edd53cc5423f35f287289b4573 -SHA512 (ehhline.tar.xz) = 759e123a2418acd7239c4b897e64c146ffb84cc1646d331acc5ca498f707b916c1392f3fb9b97d2916d745e9afcf9c630a5a94e413ecd0c17fc2a8b13f773d3b -SHA512 (ehhline.doc.tar.xz) = 79db947da1c51811e834999889c3d089e2c5077d2d21fe133f6879a87afae4e2c7fcf1f07981ef9335a6b7234f083e74e21364be3526448ebdeda6ba75815fac -SHA512 (elegantbook.tar.xz) = dd1f4c8ff1367ef753a869e202bbe34d480e142de46dc91f4755d36c88fc346fd2717628e494eefd9967172e20b6f35b52fc37282237859ffb4944da68c4c534 -SHA512 (elegantbook.doc.tar.xz) = 5e58435a14eb47a99999e90e957d87ade2f78f952018a76d588cd76f72b94389ccb2414e8061f43797378e4f6213ffa57f3573aeda5c83513291bca158686960 -SHA512 (elegantnote.tar.xz) = d19bd7b5a6862b2997296bf43123bbf88e48e0c5662bb385341cbfd0668de86fa5a9778a939ffc9d8eba64bd3fafb530a1ad551ac97558f0b8cc8b6e06422676 -SHA512 (elegantnote.doc.tar.xz) = 9ce01c24ba84437023a45660c08049da8d81ab09f2e3f59a852177d48b78bd22cfe74c57ba502d7e8a2429c39f553c93445c2a6e5903808b18abe661a3a30b17 -SHA512 (elegantpaper.tar.xz) = cddb7f3c8e7b613c59d88ffdb24d2ead1e56f56bbfd13a94070c4573b928c326029a3ffc35cd441bf69dec31a44becf6bd27e96236e23b4359645347ade9f135 -SHA512 (elegantpaper.doc.tar.xz) = 5a1939b7f4408bc5af6b150ce9622f63e68c5fd8bfca3d219744aca09ef96d34874102c7194d4364c95a0d0f72198a3fb7ebd71d66aae5cf6f2dd0f4c09c553b -SHA512 (elements.tar.xz) = 777546b1aa3ab2c4a951d618f73b0a37f15de10afa72f710786ae5c9b29daed45ac61db978e07a010f72531203d6fb066853657c6cd728a6dd8850736756a063 -SHA512 (elements.doc.tar.xz) = d72b74d189689b77134347ab0e76e7219fa2b4cafbf33cf7f9504a9293635487488b652a0cb293be2f28291481b2eb990baf92739146ac7a554d710b01b6df57 -SHA512 (els-cas-templates.tar.xz) = 828b0e4a3a4e9df5d4373ad153a7c29e9da177f8c7b5ae796b7b94d1eb4cfdcf1f347f47895ad366524891f81ecf20fc86c3acc7f00d15835784f949f251ddc5 -SHA512 (els-cas-templates.doc.tar.xz) = 559c80546aa4ebea603a70b0dbc103869aa3aabc857b61ec1dd958d0da163cc408af643518aa4f9ea68a94dd2ca5242d8f4c46a30c627569a4211394baa99e0b -SHA512 (elteikthesis.tar.xz) = d52fb9c415354b154a1c49158cfc13f97c2d499def4942404671fe2ddfc363ba0f19e7a60a5e75c3d1a6068c94a8ede004de4eebdcfa9f0e10d183c59dfc4fa9 -SHA512 (elteikthesis.doc.tar.xz) = 144b4c5ac1ac38bf92b395d7d68d992a7ed2c6271063a0bffdd4228618dfda5f670c4c98f210f7ee84a2bcd7c56607c305709cdc19d1825ccd603a2c5a71c74a -SHA512 (elzcards.tar.xz) = 436449b4e8d6368fee200dd810b05db570d27846a56a5159422e7af74348f08e6f2f4c45cdc1aaf21d31cf0ac6e8552cc7f0968c2178ad4e65163294d771e027 -SHA512 (elzcards.doc.tar.xz) = c24119acc3aebfc676641b17a0db75edc30dab7eb3aa766e35291463ee6049c9570ebe05d456e0bc0fff3765bee514332cde7b80e7d1479ed440c621143b7457 -SHA512 (embrac.tar.xz) = b85cea8799d7a281b980be195e170a769ea29f4681861e76f72ddaa62b6f1a00995e7f4b98749c529ce2d060899653f8f8187e839ece9820f620e2d83b8f5108 -SHA512 (embrac.doc.tar.xz) = 1f3db246e50c7f1f383efdb0f80f31380c4de9264a192f2d31d0c6ab07769e6722b5b7b7f26e066e8caaffe8af1dbb9632b36313cb38d55445f21fa6d5ed1b14 -SHA512 (endnotes.tar.xz) = 3b4d5b55dd1ef844b96d30c7d40d5ea56ea3082a9e6740e3bffb837b864823a2c5545a13fa79eb49f79b47ee86aaa28e15c64f676bd27e4987aaaaca76bb2f31 -SHA512 (endnotes.doc.tar.xz) = e4de81d6cf0d7bc686d84420dff1e390ad18747ebc9381c6df006f871f9d5e000aae5cd43a3648dfdab2806da83efc6b375ceb4a9110137ed6b373538a7a8b57 -SHA512 (enotez.tar.xz) = cc06810fea45e42f30de3eae33850ca39e561b77641f40193c8ecc6bb830de984e236379d1367ca466cdd8c401cd059f849b9a975a347d83070150035c13cc1a -SHA512 (enotez.doc.tar.xz) = 1e345218dc64ccb561e8cab2d8dcbebe2502d25eeb79473f1432dfd3d05d041c0bb728d6c8b75cecf88fd57ecb5907997bdbffe1b7327208b3e300910b82b3be -SHA512 (environ.tar.xz) = 60df3a032acd64221167090c853b4a330a2cc072561a981a70be29736fa871f0bbecdfe6b2cdfdebfd448d8946c4d0bfceb252ea0693194d184bed3c4fffc747 -SHA512 (environ.doc.tar.xz) = 8d30310ae317193925c81eece58a3d3109c1396c7e486510826fd72cb8489234867583f438873affae766a32498e375eb46db51fd0d7f9989cd61ae2109e13d6 -SHA512 (epigraph.tar.xz) = bfcc661316dadf02c8bc1c4378b04c588ef612f030c764af3119e5c9eb42df667f7da9ad71b90fc2b5dbe7adf4094b05d792ca2fb2292c96035384ce65578293 -SHA512 (epigraph.doc.tar.xz) = d8d2ac763e6bdcbcc200fa21995ea5044b4adad11f147b3d7e9f212274c1678cbba7661cc93df8cd013470a5397ca257690d85b8fe55704800284805abac7c62 -SHA512 (eqexpl.tar.xz) = 962b3f4405feea8cae70618af5a61f4dca04ec5971c888d36fa4aa8cb6dd8b12c9922cc202c3ef6204cc1265df36bed66ab0579395f4d9d134c7382778572a21 -SHA512 (eqexpl.doc.tar.xz) = e7ba14eebd9ee77561fea3e5a7360f12ad10dd5975c99c203ca2e962d95a79805b9c9d4b2452965eb1180d7741788039f32c216352b7d63ec0edd167f98996d8 -SHA512 (erw-l3.tar.xz) = 230c866b9b72c0155af79cbf7d212411f3a038fde5bdae44f09554cb3499d501ba71be5234e7c9e2c2d5844919a8ff6a4473b6a06de33f66baa6ba0316037eff -SHA512 (erw-l3.doc.tar.xz) = 34bb0e752d769cac90b50ae350e91e224dd83c9206ad05ea2d4ef0c427df413cff692808d6b0820b12852a9f60628679d18d9d7bc2f2d4c11328d162f8adf491 -SHA512 (esint.tar.xz) = d0eda90d6a890b7813648516f21e3a88213b1374df0c418895301354de402b9634492a1fd89193f34c6db6b9fcc0cdd0f8f46472e0e3a210234c7d8cab1bbed8 -SHA512 (esint.doc.tar.xz) = aeeaafe3746b8fd75ba80fc36b1610a3e4f7c7f26044ca82c2c8091139e0294275a1dde9dd73fb3e5b013ff04e4d0f26422e8c2a44a88beab167353e7686b3fe -SHA512 (etoc.tar.xz) = f8386d45116a250f5f482774b8dcc40b0f4e30b8260d201f2d8abf0b10f0e103253af3f23649c3aa948009392072dcb29d7661ee86711c2dcdc7d66e69a4135b -SHA512 (etoc.doc.tar.xz) = 27bd651a6178a07d4cfa7d741653765b04e9a0ccef5e04eb8c89fad12df1ad7428312204c18f590de6d099d6bf108bd01931728c1ad392ba666c695099006779 -SHA512 (etoolbox.tar.xz) = f614e649193857d2348bed9c9ce49a64b78e0c165962acb51bab6b340a1b7397793ce07d649808eb04322d94c3df1699ed69164c6e4c3583600f9adf542650b9 -SHA512 (etoolbox.doc.tar.xz) = 89b5515a47fc18b6a0a2e70712b614e5fc32ae537c632e431be1ef1e8c55ec2791c7394701e676b0ee6cbf6addee38ebbab67e60d67a34118381fd4ebb0bc0b2 -SHA512 (europecv.tar.xz) = 669ffe621551e268c34b36efd783eb800e3632829f3d99c48ed26c4a9b39097113072c175af169ebe87760521cb671f84e95f2cfca400bf4076c3156c6ba0849 -SHA512 (europecv.doc.tar.xz) = 730738ce31280560d3c37156cf53fecf0b0cb2f729041830ae9cc8396d9429d75d40fe0e756b7271ae08bfd71aab247e7d238f2112648a475726c97c2039a378 -SHA512 (euxm.tar.xz) = 2f786231f801ba9a9c5f5176bfbd01f8e952c33c722c7508988628afa66d1ddd55c4de02c0ed9cfbaa35a8764833e822046f7125330145995433b517f7051bd8 -SHA512 (exframe.tar.xz) = 426128ad41db65598a47e0baf0e019b6592c996b10442edddd624d86524116df4e0fd01411c3ac2f4153ab1af6f3a960680a085a556f07a90ff2b326bfbc26b2 -SHA512 (exframe.doc.tar.xz) = c8f9913899a52815ddf7d96f033db62e248a92ddfbafea2091a93b55fd1bdcb01734177c7e234ac2de51383eea7e21afaf77164ce496c7858f95d63800461007 -SHA512 (exsheets.tar.xz) = c1263842d06916762306b0ead03cfec31535f40d41a0abe504366d0a762850f683b10563d47d149e89ddd75c18c3da7687a19b0a5bbe2b628acac1ed891a8285 -SHA512 (exsheets.doc.tar.xz) = fbb9dc0826789f6c19734b0b50925d035f3b55a5402dce6ced4cf6881c032d784d5f219b222170961a5e1563b2dd8a5c64e7bcdd434ca61dec94a857451250a8 -SHA512 (exsol.tar.xz) = ef7e031334a27a522f54c5ba5adee0fbfdb4cfefca6e8c1d4f67c8bc542c82bab6ee89d35f8ba8e65ed0b17107fd164c00ed416c64160991b59693f5b567b502 -SHA512 (exsol.doc.tar.xz) = b6c5dd47fba5d14560a2d2341f1d17b17eda0ce16a6198ec589f47143ab46fa71808aa6a40a43613cf906542ed9df7d164fb2c7fe5785bf414076934932c63b5 -SHA512 (extarrows.tar.xz) = ebaceefc82c42bd0b0e341d6d2cc589f9369fceec0a71dd7da40f0228b0ef1fbdcc9ba95ee0990b47b4a202d15c87630e46867afd8e9d69fe02fa721bfd590c5 -SHA512 (extarrows.doc.tar.xz) = c51c13205ebb78eabf181b4a927bf92ccfe6756d732162407d1e98961c6b50fc20143de05c992feab2b6622a80ad7556eb173d87264e4c0059cddd10eaf8506d -SHA512 (extract.tar.xz) = 32889da48868c2335866bb5c229728f9a37dcfe552830ca03ad3b704d1f7a471ee120de2ffed07bcf50797f7e34dd6fce53c77f1b63d15071888171d44cc938e -SHA512 (extract.doc.tar.xz) = 64fd270a61f5e5f39442a56bb7a20606854b45a995b9a455604139df8006a1b198ae332669de09c1baa5dee5ccdf59e5989d21c17376a764a096f535ceff3f48 -SHA512 (factura.tar.xz) = 99f59272276c7723601e720287d885066b01d44e8b388ae1115bb5e14d1face1c3de444fbede9e84d66b82772982b2f0a8666d778916316e69ef32c624db6c22 -SHA512 (factura.doc.tar.xz) = 17176702c69d98902877489d764bd3e0d0a3d2fc2e9f41fa4215a47e05c3c4e2ac9aa82c05352aeb9f674ac2ca7f08d27d9fbe45b5e0c741ac1f0913e6b81dd9 -SHA512 (fancytabs.tar.xz) = 0cd45edda0062f4a0fbc26a0516d7f5b35cb4f8dfd4072830da880369d71d8a4aea6a7d5dd95a0b479ec3128170108f114aa00ef4b0c8324c60ddd214568f5cf -SHA512 (fancytabs.doc.tar.xz) = 0113da627d27fe88c4faa87e1564851344dac2efb75c78facc4da49a8937e2bda8e1f22997a2018b368001c24e721cbf623fc199d03673701a55c7ca45404770 -SHA512 (fancyvrb.tar.xz) = 18e96a9e2f0d397e83af318f2bdec75b9ccc819c1961ed3d1898ec5cdcdeee8d9f6cd3659e11184495045110ff9637088dd61382c039504722e0119da8c67af2 -SHA512 (fancyvrb.doc.tar.xz) = cbae429b29f1bf6d6fd78f449e7b81cf81069db3cbfcc3aaabbc686f3c390db2bacfd13c483ed9bdfe8424276839a17d2ace710612cf014bdc27820cb16bb4fd -SHA512 (fascicules.tar.xz) = 0d6318bea8660796a5ddeab06c416017ec2075633a391a536c7c3355de7b7e7f711e74f0e43e8b4fd39debfec797164f1961eb27776ca3b53eee729d0e27a479 -SHA512 (fascicules.doc.tar.xz) = ee9a54c4b2d746577e94abb6d458c473f88bff18e4f0f57bed5923a1ef08c6ca533183ad9e9eb1d1bcfae6aa5082d88a9c08fe7cf96c3ab9d71ab099ec64c1c0 -SHA512 (fbox.tar.xz) = c7b6b1af67b8984486b5327a1d017be65ee3f5bb026e9e41e929dd572125363aaa9726ed6d619903ad465c792f10ce52038f0ae7356d836799945416e96e18c3 -SHA512 (fbox.doc.tar.xz) = 565c22a94102c184da9180cca35e840881bfee10c9f404dbec230e167f1f2587233d85851c9db6babbe29494c7ba4f6acc495464320df0a6f4055c29ae8eb1f2 -SHA512 (fei.tar.xz) = b2c24bce403133fd4b937a6d19f848a9d492ca925f2e92d256dc0aa7195f6703958ab9fed800e690da9f2667f2df6d08443cad7ce3776e2871d8170493c13e10 -SHA512 (fei.doc.tar.xz) = 6fd407e5390145b08d7b2c9ed462755148c8a58332cb4d1c8b1ecbe845316efd190046b15ba23a9e02ce7f38980fd8981a73ae2c3bad8580e48fe61c23a46dc7 -SHA512 (fibeamer.tar.xz) = 7f10c002cd04dc2624f84bd2da11a9331639a33a5a9642a7ebac96f28a4af3fa177c2088557bd966c4250d561a8b8813b042e7fe9c456e5b41629094dffd5c64 -SHA512 (fibeamer.doc.tar.xz) = 1121bc8f0f7c226bee621cd0bb5f75a12cdb8dfb64540debc6b25a24a34b939d4dbac04cea3cdd97372be5b355fe028a0354bdf2393160b577f10fc31c2ae9fa -SHA512 (filecontents.tar.xz) = b40bf2e4eea194783dded4f00dc24f1cea26a854e96b57995b69354a70c1e7ba9ef0e64542c2b524ad59d9b12fb1accf93ee28b4c7e735279c0bbeb915b6c991 -SHA512 (filecontents.doc.tar.xz) = 0ebf1990c005dbf92b7ef73ccae0cf1ad47ca896f0805a5a8291a15c6764e2259ae03fe14d9c713484ea258764b706881051b4001589715bc36ee17ce5bdee23 -SHA512 (filecontentsdef.tar.xz) = 63b399a5e21d2d4946c195f380a0d5f269f8c978c0b504cda80c0796604dfcb66df38ca79d31078efa03c7475967bc0ebfb856e933bce6b21d12836368780e2a -SHA512 (filecontentsdef.doc.tar.xz) = 26e7ca9971a0683325b62e2feeeb0db6ecdd3a732f07ae93515f2300ed58e97a44ff8a7504d194119c1e27d1d9bc4f367f29c17458c0e7f0b6a0a61fe18ea0ca -SHA512 (filehook.tar.xz) = 16196dfc6efde9c09a0a285e25672b144e8ec291fd76eff4e3e8db3c178c2b1bd84e18890c5fc392c7bb87640e8fc8a6683999454b0619fc96dd1628804bbaca -SHA512 (filehook.doc.tar.xz) = 0fe00874d60f10be246f8ce50060f84cd15b4448d52933a053b20e69fcf247823ccdda23b3282aa6d2317bc629b2cbb182c60967a2ebf23b64a4a57719664960 -SHA512 (fira.tar.xz) = 68dc9075ca90151ba7b713cbbd5ea994f19d0f199a09b50b0afb71a567d54b6903be2ceabf9207f91c41ae5d1158edc52541880b1c6f3afeec21d4297d7fde03 -SHA512 (fira.doc.tar.xz) = 8cdd6a813cc9a5897d4a4f7b08fff709390fab714eec286c49fbe15c01b797e99723b878f6bb92f5227b5f77a67c2510bc64265b3539db6ae0512fbae37a32d0 -SHA512 (firamath.tar.xz) = 282d1d6dc2f414c4fbeb0267ecbc52446c125e3195d82f5ecc60f1c659b0e92607fe2621f8627835732a8428d5028df47e3b75a8da051fc3da8ecfe9eb5eab1d -SHA512 (firamath.doc.tar.xz) = d8d3ebd6c529a7e518597b9de2372ea8aa6e07f39c281e904c2654ee575caf200bf3e18d8a9d98861aa1102be13d64d12e18860ec046374418e8226360e3aeef -SHA512 (fithesis.tar.xz) = fda3b077f21307d883b6808fe69b7dafc7d9f44c60ce48bcf10ef14e22c03b4c91b73b9fb626a2c1a8171aa3b66defcc926705c70ab5a264c8c64b847c66ab06 -SHA512 (fithesis.doc.tar.xz) = 7445bd2d5065db20e62a4454fa4f7bd39bbf7df0681ca5e73af06e21b9121b72c32ce8903f453f5c24e7c82f987726f8c9d3a54f40b44f9e6c5c6e419be9cdbc -SHA512 (fixcmex.tar.xz) = fc3a1ba6c5516378182373b89b71ddaf22e713c0be959e8d5afa1cd57c50f363e68669049750f286142499961c56f6bacd60c63b0211d5e6ba01d7f25d58f759 -SHA512 (fixcmex.doc.tar.xz) = e6f65b38a4baddf6c1840b0bb18464b6c94f97163672b67a87c693af19030bc3ab2db7607646d73f8f684e08258906da2380e7b1637ba85f80c49cf7d5045bc5 -SHA512 (fiziko.tar.xz) = d76d828bbb7d54596c7e3127d2d2c92f9da7572892d5b0a5b139536e9d765875555bb831aeafc67e56e4f2234462aed14aaabfff2685b30bb53bce89cadf0e90 -SHA512 (fiziko.doc.tar.xz) = c04516bcdaa607d01a558f1f30729792365c9aeb4bbd116f4523f398c261a6fbc01eaeb64b5fa6ba008c38a8f1f2e4c9fae8de40bb4255e35bc80059cd50d23a -SHA512 (fjodor.tar.xz) = adf4d23888c6c778ada6d7cf930d4aba68b1cc20c64c571c17017b11c115452e5a4eb766d03ca03f27f9de46a5027590cd806b17fe94dbc4c5026948d3ec74d5 -SHA512 (fjodor.doc.tar.xz) = a0a0e01d4d40f1b847f40401d20604bafd2723097e72c208df2a5acb30f57042b35df4cabfc93108d4278f5725dd4b50539f7e17b7c51adf875898071a368fbd -SHA512 (fmtcount.tar.xz) = ec5e10be2b93adbfa0e1ac710c7df37457e8d14dc5c7fe1cd13e062f136c63bd20a3e42d57c237fb4ae5c1be936e1d821d0a6568ca0c22b41948660f0848da43 -SHA512 (fmtcount.doc.tar.xz) = fa0955c7d08dca99d3323b9cf364edd8b4b305723a3fd3ae38687c6473ea2af3593c47384a61feff0071199b909e1424d422eed3864866b28c7d27b1f42c3994 -SHA512 (fncylab.tar.xz) = 47aafab923d6455da7e63eb24e0fefa8b869efa5a04bb301000cb2eb658893927dd9f9aeb8e6919ea29e0caeca235b1883106228f6acddc667117a3ba1136974 -SHA512 (fncylab.doc.tar.xz) = a987a6efd0964bd5ab5328658e011b5c8da56b404d233c55d96541ec2f37cc72faacd934908c7346041ec8bab3866dd1f171e1c5de5eb528b0f0e80969c0bba6 -SHA512 (fnpct.tar.xz) = 121402c07a24dd52b12aeed583b8426ac5f84bc4e5d2ce1a94b343e128bc30d0d91bbfc794dcae7621b990181766a737fc81da36b89825b3a97419d2679f52cd -SHA512 (fnpct.doc.tar.xz) = ce1d0fb3004c1690b441f6a68bc06f108e0230c6ad53ba79a2087da2b3a92350d75cb10279b75f823703500794f8c19c218059a03179c9cf3063e1aaaa2ffcaa -SHA512 (fontawesome5.tar.xz) = 2d33d6faae95c3d275fad5e0a962e7e8943ece8e311555915adf6f9cec9864e00a4309d42e7e171220f16c7ce8f7253499513f0d118685f0a7373de98c9fc886 -SHA512 (fontawesome5.doc.tar.xz) = 24c198c2abfc82930b43d04b1b855715c48b7b1d2517d955745b6eaea8b4d81496af627907a3e7d9bb232df442c965a1ea84c427bc1a8c964cc83dc123392051 -SHA512 (fontname.tar.xz) = 97b85e6a11136049f54f611e8b4eda75fe097addb2b70edff263e5e4c124e0e05976407572468b7590a3c7fb41e53c0c5fe495ab922a3553c0c6d3fd5067ffdf -SHA512 (fontname.doc.tar.xz) = 4c981cbaff6dd6a700b5b4c323396676539aab8bacf44781de560ef226557182f3be5e573a7a2be98a1ccd7ca4f47fb7ad4b847184b8a18e3aeeca62077223f1 -SHA512 (fonts-tlwg.tar.xz) = 174020b4f5cdb2a0067dd5cafc1036486416918fe326fcfbfe8d7dbe2e487b1ff071927f5a7574f67ed24c002e6c76595401170c1842da6494362390c0f580fa -SHA512 (fonts-tlwg.doc.tar.xz) = f6baa0c4d29dc13db5300e8ee8d5b1259fc2005b22e96d55b5146b6af3fe6cc0d52a6b12349633fa4c41df160e016ef5a1ae653727855d82c1834297fb821b6d -SHA512 (fontspec.tar.xz) = ef65e31a03f5bfe5dad80aa3bd33c5eca727e3200a9cee5bb199908accf429464efcf999680b02776f2ca49f8bf8175520fc91bf37eee03bd9e0fe87feadc941 -SHA512 (fontspec.doc.tar.xz) = c3f3c52ba06d107913d2b47c9784b1807461051dfb9e3705efaa5ea3a400f98c975f200411599ea5755c46d9919e4f90721e8d7f8ae89e940866a2beb88b4424 -SHA512 (footnotehyper.tar.xz) = 593e4563dd9b2c209088f46e8f33f283d17d493e9aaca5ed1bd1cf0738b5761417e7edc4936b16401bb48a6f17468872139ce3010185646060f83ec35fcd1cc0 -SHA512 (footnotehyper.doc.tar.xz) = 12adb12da81ff88cb6b25d98ef871eabfcd01e38fc0adc91c122168a99c5e3e42ce6932715eb976b685853d559e4099725f543e1b04e8928b98526b5c684f588 -SHA512 (footnoterange.tar.xz) = 6d1a5ae7982aa9f928d09dbe0dc8cb3fcae5894bd8d0eace4590a7627d476dd32c9c91dd2d68aa9a9428b7258b305b13911421f0834b694fe828654aafcc4eb7 -SHA512 (footnoterange.doc.tar.xz) = eb31ded0bf2112afd6c278456701690a0a7d846af6bd1f28721bb6db4e67b8a83e2ec67b6876fb05315430d9d1d400ae4b5dd7e04f5bfeecde322ec6aa84e30d -SHA512 (fourier.tar.xz) = 4e4e5bad7ce25c67ec925145531e1a27344735e32e2c7053fa73ddd1559ad3d2f5fce00c92c5dc09731a90666fb5c80aa9702adc7bc4469239ca5ae62c23644c -SHA512 (fourier.doc.tar.xz) = 59d1d7ebe7e44c1b5409a9b49e83845aeadcbcbecbf30176b3bc4156f7f611878fd3ee17405df48d3b4e41dd8c95d6dcc24080f15801959c1b2ae83a7a2311ae -SHA512 (fpl.tar.xz) = 9c8ca7ebe7124afec8ba3f4ba4fc27c0a54ab460e53afeab599dcc619f81e5f8ad744a3cd68df33cb6ce456d0db0fafe7ee04d585dbc3fc123e5758a1242cef7 -SHA512 (fpl.doc.tar.xz) = 7b951310a10295bb453eed81ae668f042262094971dcd48c83ab721220094b3a62b79b5090002cc8a7a1fa12b4e75157fd8ead7c4deed8fa1d3629cc6746e8d8 -SHA512 (garamond-math.tar.xz) = 5a6520612a6cfc8633149f4ea795049c017cb1a483104dc7258cd0c0afa0388d4348ebc0fd7d5b7229031adda5ba835c122b69d5310091106c972c5b8aa32891 -SHA512 (garamond-math.doc.tar.xz) = 3afc74609589c22ad0e540f2915c8cc27a2712a2409f0085098cd00df74007e2cecdecaa40cfe79e99ac6538e496d59bed9ca44cfb18dd2b7fce2620805623b3 -SHA512 (gastex.tar.xz) = 939142864203971e18d58144112a9df6cc5f2c9ee44bec72380f69b832018a7ced00f70f38af20931602c0a3e528d2dfc50f13f1a5852a723c365f229cdb881e -SHA512 (gastex.doc.tar.xz) = eac730edbce3e452fb02c233154de7a9a20e410ec32fab4070c7d32a99c155b6f8423a2960a7e307cacc3fdea88252a1f1a6fa7fff8f2c4fc615c25e95e55177 -SHA512 (gatherenum.tar.xz) = f0a0897ca3b306341a8af5121d09b31d9169a90e073f3d2babc2b4a32b72d33b4f7ded73f2455e5b6e7454188112440cdff97c4332f3396c948ace8b2944598d -SHA512 (gatherenum.doc.tar.xz) = 9e6e1c322aa19a1c3ccaa622cf8657dd314dccc0fedeb7056e182bfc648fa21b06b67e8d1bf2d529fbf84652a0d6eec9d5a4ffeea1003dcfd2cd195ba628c6f5 -SHA512 (gbt7714.tar.xz) = d116b256305d974e5d4d9d71d6eaa10f9e7f398e0930bcbbc086afe9ff3c3eca22b3de4cbd7b08a02eb3bc897cd61afcc2eafd402fa9a071e5266b8b51e2128d -SHA512 (gbt7714.doc.tar.xz) = 6e165b9b6eff5c43e9cd9552c0524520b40b12861004e271786517772b65cba4a7d2244ec8432bc9bd770cea499c892df657d6eccb137e4640c767ac72fa4200 -SHA512 (gentium-tug.tar.xz) = 4cc398baae4fd17854f92b2c995b77316111018d3e7c86c89cbc966febd26b329024227d295be440019fab6d4f6008dd2110a3005d1a86d88113e104b9f2c9e8 -SHA512 (gentium-tug.doc.tar.xz) = 2bb2267aa54d027fc83f492125943529497c3c611e187eb12d099d46f96fe5d48a56837332eec1c7ffde97007f6f311057aadf4e1ddc1862a490912b7a1c434b -SHA512 (geometry.tar.xz) = ca5393e23639894401094084c3c2e30acf12491dcbd3968a4af79037b6dfb6b86f07acfec6886d89a261991cbdebdc846d9804f125aecd4cd77c3e71968bcfe4 -SHA512 (geometry.doc.tar.xz) = 4bd5ec66f725516ef4d5d3e83e3b75a9b4408fe947161e3d885b929b34c4b60437c3fcd32472486aec12c9665b5c0d71a22896055a613c641bda4c4aa987f76f -SHA512 (gfsdidot.tar.xz) = 1f85b632dd3ff67144a83f9804d4408a4a39647303ede905d5ebd5386ac519ed73ed65cab6cd07242c72fdbea94650eaf25b6b4e7a09aef1c71be62f399c4248 -SHA512 (gfsdidot.doc.tar.xz) = 7ba7a00cf878c99c8daf855c0124d4027d7404739515079b2c0b2d7e38abb508a1b7e05beb2ee5036bf25d2b2a5c2377e4f397042b6bdf22376ab4a9a5e115c5 -SHA512 (gfsneohellenic.tar.xz) = bd8fbea65fafc3c09fd1a53ffd7de48e93f160a49bba902efe155913bbda5fd2bf38e0d4d2242ec8152dc869959128cfdad49ded95d196aed1c39fbaad62c527 -SHA512 (gfsneohellenic.doc.tar.xz) = d10d56caab42b2bd25f246726616e359ee10f934469e59a818753d1e7c4d876018cfdb86f466c49f58122fe9d7e67ca6b811b25b5e2d94b120f296ce87a2a48c -SHA512 (gfsneohellenicmath.tar.xz) = 1dbce2d775c204b758b34c66adfa7af5315ba5d40f577a2e5f8bc37aedd4fd5814dccf31e6830804f8b8ededcfe88eed9f0ea020fb411e439777bc19d88698b8 -SHA512 (gfsneohellenicmath.doc.tar.xz) = 5f511a3433bbfe68bd2240791126de6254f5dc552a24bd344aa33e2c8c93a08ed924b5d900d8bba1cd2fb03a2349ccd0c7233ae9b54db5f888b68bf97bad7f05 -SHA512 (ghsystem.tar.xz) = 42f94adda3268ce20f664113211d3c32e7ee005db053f3daecf72d381dd4c4cc2e78610b821cd4b43c4543610bc66170513c4fd9357445977a8a2ffc6bf140f2 -SHA512 (ghsystem.doc.tar.xz) = d2f1f42177ea820d209e9574def8efc0dcf9fac0c73ce1c9eeaace7bc0b25fc470ff7265ca8a4f42f6482dba61d7d764b2171268c168aa7eb154bb6f9672f52a -SHA512 (gitfile-info.tar.xz) = 7d3577b55f0154dd9c0a1aff3d46741631fc561b4c730a4f55a84dff361e6c27f327979638946d89ceb35370bb4051b1471481e6bd761fbed66757bc613abb2c -SHA512 (gitfile-info.doc.tar.xz) = ac2083dea1ae4373ee2482f41f9c66ab93a2b66699fa01449c712c219ec0c53635230b062ba58b4107eaf7fb54fb7eed76c5b9346ffc60f6f35b18a72ed0a08e -SHA512 (glosmathtools.tar.xz) = 59f19e115668d6991d587798d342e2132d427cbca80ad8eb62ebe6647c080eeaa224cfd720e4dc1edd8a1df7a2edb42d16a73c7a17df4067c24ca63e8470a25e -SHA512 (glosmathtools.doc.tar.xz) = 088c468815f7868d3398481d2ab3ceb9e6df40321aee732324655bfe3cb6212e9a3e3199b1b648ca5fd5c52c7721796ef990c6a7a55d26317c515710ac2dfc45 -SHA512 (gloss-occitan.tar.xz) = ee68a2f0c41dac79d00a4103804ad735b5bdc78bad660d5933e61e88290a2dea17a695ea45129a672cdb301e1c89e4fc319173df1fbfd87f944abbe46f7f1dd0 -SHA512 (gloss-occitan.doc.tar.xz) = 1325b4c8c0ff8c1e53d27b5696da419f99852bd6c272176bab4e03f91bb6a715de51d24317b9cec1af50ee0ae2b34c03c51afe9cedb8903a1e8f74bbee3cc06f -SHA512 (glossaries-extra.tar.xz) = 6604e11d960693f3a4437a5eae8f4e508057c22bec61be620971f3fa88563fd8630d0b3cedd9cb259e0e024b0813db694bfe23d6fdbbfeed9e6543919f73b20b -SHA512 (glossaries-extra.doc.tar.xz) = e8fb201968efd7701260f9b5fefab56930441b4240aed8bd90128c4dcef85cdd8d62372b579797a9450b56ceb37e7ee2793049f8098229f68b3d4915cca2ff3a -SHA512 (glossaries-finnish.tar.xz) = ad6109c67ecfc88da631b3f42aa91b95720619599721a6c6d87b4d8a668cdcfd5bdedd333a43bfff663f5f26df64f4fd8268054dc2dca089ad34177e6e5b9078 -SHA512 (glossaries-finnish.doc.tar.xz) = ddc0047503a68316c3d2e18d22c7ebb861aacbf649366a60ee186ff31ba79846b461d3fde029bb5b0a3ce8f07ef25b89bc46898047176160815570f68b022b10 -SHA512 (gnuplottex.tar.xz) = 5bc237b3bfa3b31eb4d6d2fb63280ab89fa929b531ec83dec362947f49ad0316b9107abe3a876f79e4c5b283134c859e4908b300a592aa69fc7ea20b80af7fa9 -SHA512 (gnuplottex.doc.tar.xz) = c0e56811b5b4340c770d61ab605961bcdd5ab1abf72b9fcdb0c13c5e56a7481944aedbab70bf5d2daa90751528f0b9d7efd04a1453c08a4a6e40a46a41a1296d -SHA512 (gofonts.tar.xz) = 277e9765c5568f84df7fb7fb0004a4ab9cf5dd2beddfe8ba1beba2db069213bef814ce07a714262701dbaa1e371d311dc99052e1239c18d321b7044b4f29564d -SHA512 (gofonts.doc.tar.xz) = 831382dcea6b990aadfe38ef630951f0cb10ab093581ad67e3132d69d00a89cd64edb8350fea729fc2c02960a38e564b893ee07b203e3c79ec184aa18f544baf -SHA512 (graphics.tar.xz) = e46cb5c148958bfb538bfb0a3265f4b33c9f950285e39f9e7bb8bf2e8a5bf801a2baff9bee3268c072ed02c8f84097a4e7dadbd5f2a2f50b92fb8e7f9585f03f -SHA512 (graphics.doc.tar.xz) = 5b978813cf8fd00523cae6b543af0ef2f50544211a2fab6d2be84d778cf6c720ad2c4c91ef44cac21719358568c5728892a15b29e0b1858d61592d6b196e5479 -SHA512 (graphics-cfg.tar.xz) = e1015d360b56f63f1b9790daf16e2101e6af995bd1e45288ea604ae94e20196cab22e7e54d318aa79fa386123032a928be70a57154d409321e04f03ecf97ab75 -SHA512 (graphics-cfg.doc.tar.xz) = dbcfdf635c2816f305205915119e1f6acba816c17b683622a8a32c361d75338376426b258c1fa3271abc1d7ad2a520ac85092a7b3bfbac6463106449bc906ae4 -SHA512 (graphics-def.tar.xz) = 3b1450a19762da212551e0092cd5738729a2451bd7e05a1a6fa2ea0a45468a5e82910712f5385c763707044760b76cead6a92f46130469b4455d45106154495d -SHA512 (graphics-def.doc.tar.xz) = b6797d38a58e51a205bbd00c6c05719c16bd96d9924e9ac8b5f44fae32dd88c109f3ca8432b1ae84874144707f6afb082c40a7988c31007f03457e3c28aef095 -SHA512 (graphics-pln.tar.xz) = 1afe8fe48cc2ad5af553629554fb83ba07c54d5f45d54ae1cb3f3f2a46235b5587ba93af191666a11f4b9d82b5eac3fbdd70b45918c754c5127636cb3005b5c7 -SHA512 (graphics-pln.doc.tar.xz) = 3c001be0c35a778579a6439c733c8d26c3d89bb4900ee7757c35071a3258bdf1f4d0f6a77a6244b6b7780ad44b1cc3a30beb81fbfe2d5808ab933c56d6157a0d -SHA512 (greek-fontenc.tar.xz) = 4922c34492ad12bf9d60eaf8ea8b5c40dde4fcff13ed2400a059f2ee53f0e15481d96535db582a1439e52f0ab0541618ac52a8fbf871397c5cd197cf964586d0 -SHA512 (greek-fontenc.doc.tar.xz) = ea33ea77cc01ca580494588e6cb00002f456859f9e698533b32e712184729d0e21d47296c594148dacd0e6adfd9349a5a7b533cea78316ac1a099128105bb633 -SHA512 (gridset.tar.xz) = 296200c463b67ce45fd7c9625298b5e0b83b730055830b3affcdc0c329a2ebd5f89c5da93e004b056efb63f8e43771824c7f0adfe435461943cc68aea4bbc480 -SHA512 (gridset.doc.tar.xz) = 54fd48dce732ee11a7279eb663bcadde958f2ec9d3307194000dae2ced43f604a54e44174ca36dec389c9ce8e5e0809849b5c66aebd9527337ea3273353142aa -SHA512 (gridslides.tar.xz) = 9f9c3fc88cdf9e3641aae264eac0c116c3dc410ddab4c688521289baaf67cb4c8c605c734fbf45538b6498f7c337aeaaa4b90d2584c6becf06a97b81894c63c9 -SHA512 (gridslides.doc.tar.xz) = ea3a2ed6334a5e160cb27b096e0868aae28908f77d67626b9d1d86840e615bf1b296ff5813ef5ed24ca0435eea39f4afe601216f243f2be585eb952f4df33255 -SHA512 (guitarchordschemes.tar.xz) = 777af4d4ad1a35bef3f0075e2df707c3a3c98969ee688b71c3d13449b04ecfcb2d82ed9332a8aae81a3bd825462c2cbbf840b16a72fc6e3f65e7565ef6b1b164 -SHA512 (guitarchordschemes.doc.tar.xz) = f7508a78fd341e4d4d0fa8a0f89a14420ca50d590bc4a1f5208d4130a3aa84048faa8720545c24e8f0243b1f062a6f40cb5cccdd9ed7db583a11fff1a40c7eeb -SHA512 (gustlib.tar.xz) = e752e4b53191a9c5b46d1aa5797d491b98ab2585873e9a9a1471aa89accd898cadc5a9332ab36828b4baa6a3d3d69b311794e1948b788db755dc8f066a68550b -SHA512 (gustlib.doc.tar.xz) = 9c1c0279f18a37b2a500e415364dd4404a7dca8b6e0f85b053db5511826eb401865984ee3471fbe607e4cfa605ab50c08e6c11b166dd629e84d9f07db4af7114 -SHA512 (gzt.tar.xz) = 6a8e4eae5e26df7b569fd4071e833f5a28504b1a0286a26e7ed58ac3754422b283753ddb246f3456d05cd0f5ecb3e3efca44ab955c65e0b674e478c2707e711b -SHA512 (gzt.doc.tar.xz) = 790db628b564ece7b78449bfeb468696d882c7634855b9e902200b9ece8a24709a09a6700f0c5415422604f4fc9097ff049a33de6c0e770e451ca90faef088d0 -SHA512 (halloweenmath.tar.xz) = 1c897f5582e26a42799065d9b105bde3ab7823e9320912eba72654d00624a3796f468d9138fcd47c32e021b31bffb1a618f3ce0024ce753005236a9e08ed05d1 -SHA512 (halloweenmath.doc.tar.xz) = aea1397af446f64f4d8bacb03f0f2d211a44f0f85d93612db840f198a1ed894e1b0a3680005a002808fbe5b8b367f8a8d79b9b99908a4be0891c0d5b43c730e2 -SHA512 (har2nat.tar.xz) = b88cc102c09fc86a762da6c16802241af705a0a7da8707d072f051dea7b5836af9bd5cd46e7c80922877dfa389aace6b7713b10c4f1da75cd0d03c7bb3e68745 -SHA512 (har2nat.doc.tar.xz) = de971a2f65481fda590a1ecb254663778a9260e65d26efdd67c739f02099baddd4937edd1bdadbce5020fbd9ad227cd525ad524dc4ea5fc1e563369313f5ae22 -SHA512 (hepunits.tar.xz) = eae3b071eb3c81e79f166a925f5a3b16ffa3e992073f318b8a193a8188bff5b5222cef7533e398f1481671e17849123947577c13a182f40136124fe6368547ff -SHA512 (hepunits.doc.tar.xz) = 86f0080a818aae8743f9c2ef20a3c87f2f23e29641037e91a89e3f195f55fb6653c1ebf1e990b1a984f2acad26243bc07afda6cb2b00d58e5f2416a0f8fddc04 -SHA512 (hhtensor.tar.xz) = ce772bed045b85de5032e3b4beff52958e18513e2c9628e67505b75baa17befe4e3a5eb86f812305b87dbd15dd2f483df78ca7c5db54b64cf18abc75a2ae8f59 -SHA512 (hhtensor.doc.tar.xz) = aca1224b327f448bbb3f598b350fd4e569960bac9d05b8674b4cde79c4a13b376dc2a932b8fbd315f63f9dbc930ea28599afc18340eb36d4a38d967c14b62152 -SHA512 (hithesis.tar.xz) = c23d1a9aad18b7ff37380cdf7644b759d7cad35998baf6dbb4593a19d38c85a47e376f06e6cc3b8eb445eed3f59f1e1213d844405b62317507602376b1efc2c8 -SHA512 (hithesis.doc.tar.xz) = fbf6767efa3bbc7cef8583735e23a7f5a3db1aa2f7b0de8bc276d4728c8627fb9321ca212d010b1604c2e5087f24a947c5794a9d09d3d326ae45ad8d0fbf298a -SHA512 (hmtrump.tar.xz) = 34b2e61744e3f8cf180a61ca13788834466dad7bdf831e576829e0f6613c5e8a6330075e89516915728a5936a68c14288c79e0f050e5956964d69bab3784d9c6 -SHA512 (hmtrump.doc.tar.xz) = 36c1a35cb4efb4dc340a439a921252cbaf48d3f0b7fab0010a7fa22d8b03e7b5b644244410efa9fdc63b5fbf69eb9396cc048908d00210e650941a0647d3f4d3 -SHA512 (hu-berlin-bundle.tar.xz) = 4e3479e784c340441abe9a6cd83be9dc99cd0dcb6cfca19bd3488435beb1483550bc11334b78fd03f912ea1a6d93d075b7d9732484b66dd1388bae8f7e556f17 -SHA512 (hu-berlin-bundle.doc.tar.xz) = de3eee0a1c6e3525446a292bb7460d90c9f0668f5f4074bd253ec87d3a095b130f5f6c9f2c5a340e318eb65ed22d3a7fd2a5fc84ee6ad7eba1e7b425f9fec12a -SHA512 (hvfloat.tar.xz) = 717fd6f3a1b9f7fab0cbbfa929b09e9186637d56092f50d1f0d1603b7b7d67c300587d12e9ec25e73a89b240ac3744bbf232802b2046d34b8606263a7fb6064b -SHA512 (hvfloat.doc.tar.xz) = 98b61ee75c06007773a5119a5c9ded7d0ff9579e016dd024265329193661771ae246b9e0e44c55017dae9754219f2898abf221a4affb6231e0d7ef775fbfc30d -SHA512 (hypdvips.tar.xz) = 515089c437413d6d21c8d2987b8917aca7c046e42c0dc9212b39be1c9119bcc867f70c37087f9f3709db8c9f824ffe16d1b261f34d06d66e12857db9854892f7 -SHA512 (hypdvips.doc.tar.xz) = ef485ca27145ffc614c78547f68d574a0b27cd1a7cd5abd5752681e20ad6612e280f34f85c3e1c753bc6cfea976c9801da1768bda1dcea377c19b138ec9f2777 -SHA512 (hyperref.tar.xz) = d7b6151a6819c8da569dfd5d515b75182f32b2ecab43b819c6680694f0a4bcd72eef7089f9e817dc44699f955f02616819b44d6df315618d77cdf05972b0972f -SHA512 (hyperref.doc.tar.xz) = 098ed640865aaaeb45fad1b418afb0113e7abc4381041346a63694ef767b705ed237a3aea345c862eafaf6bf631e145ed8d3c306d9110338636ebb09400d6f35 -SHA512 (hyperxmp.tar.xz) = d946d9cd1f37442c052de5bf904f6ce622a2e5f507868b73df8c336a8274d922a205ee464e689a15323ae3f3055e9f9a8f204de078df3f29a8ee55b725eda84c -SHA512 (hyperxmp.doc.tar.xz) = 4a6f91a092e33290199c3861a472658c08ff4fe563f9f266a161cb8e98b954f211974e0b8b1f69b85b66c27e4609238da4ee7917d0d97ea2c3bf0752360be167 -SHA512 (hyph-utf8.tar.xz) = 7d73f9ba216ed6e8f08a3efe1d7bdc26912be0fee88241c92608e0d16711bb826348209fa23b9de078eecf7ef3820344c0a95881ead177cfcfc9e65d315519df -SHA512 (hyph-utf8.doc.tar.xz) = 54bddaba3c97d0b9811e29ed12d4a088e159383379eeef84d709b6e3a22b138fb14361e02d63322e25ddbf96d880a37d4b0e53afeee47080b19a2a851b663e55 -SHA512 (hyphen-afrikaans.tar.xz) = 23c74c292355e51cddbf235a0cdd8fbc49f8dde6083996cd620430bbfea4abe9400430f1d2169ce73d8e13b15b12d6984ed0639ab7aadc59c401c1b141b72e9d -SHA512 (hyphen-ancientgreek.tar.xz) = c778a02d353a2e6ab180b56340db98dbc901fe7aa9fea521f39833e5cde5214df744745be3321aeb15816569adb3e458db7a6c60b3c84bba10b5a4ad4bd8e891 -SHA512 (hyphen-arabic.tar.xz) = 85012062097dd4b624cb39c68b293169a25ab3c9cd15b4474c3a3ffbe4b8ab13d6856c6c70a580da45a2d210952df2d9760682da3917cfd24d17772dc2ccce7f -SHA512 (hyphen-armenian.tar.xz) = f5d7afa1a44cfbb881bf074770187bbb0020c2c57d0f295fe239d904992dbb260be4ea03d11b511854e93ea6537eaa5145b7bae8af13b4f77ac1ecf75b81d79c -SHA512 (hyphen-base.tar.xz) = 74f8fa67630324118f41e65e00b307281ecb1d58e63763c7779452a8aaf090585043fd12cdae3058299544d0f1f610cba79537cd5866b69be2c713ae8bf94592 -SHA512 (hyphen-basque.tar.xz) = 37338a51a78d0bc975b797756513690131e6c41c744002ddf3ef1f3068eb1f5251de82889dc55605b81846d6de41f5449d77c541cad3ea28cbcfc62aa2979c04 -SHA512 (hyphen-belarusian.tar.xz) = 0dada27f3df40aae59507aee32a50d81d425a924efb40ef1ad877a0dcbec12ce41b52ad90dca0c7f7c29ea031471e85be2342ae84eefa847bf6a56a1d1748e85 -SHA512 (hyphen-bulgarian.tar.xz) = 7c6a28452d39b96cd6aa85028c5e4912a497a469cb0e8a87a143d320a59a7ad6036fe4da0c8a2e1bb68714d7733dbb3a003be029520d4e76deeaa6b5486f1117 -SHA512 (hyphen-catalan.tar.xz) = 4288bdad9ffe0c90e062c85dbf3564d6597fbe212e1b313eecfef27a56907b8ab8fa7aaf39d7c9a4791146b7600a05b3ff6658fe4b8867e774284029b8eaff16 -SHA512 (hyphen-chinese.tar.xz) = ee9a4f20f41feda447137726341f66e68986d59831778cd2ae8373c52f6bc85e886e38e8a4f0a73b2121fd763c3f35929887a0c165d22b7339641c3919034e6b -SHA512 (hyphen-churchslavonic.tar.xz) = 4139895d78beb333dbb650746a91ba370d5ce9b9cc1fdb27d07c4fd3b2a9f4839aba89b9cb84a40435db78938a5f44fcaa8028e897fe4580fadd104ef8b60ba4 -SHA512 (hyphen-coptic.tar.xz) = 2eafba92204714c37334472fb087ccdea0e3963d6ca127b56e7669ba2308899c763925127fc31685e8b3aa3660b9b8464f46c59468f46de14ccd79dc05a8629b -SHA512 (hyphen-croatian.tar.xz) = ba5b20ce10342e3939c1831614033d01fe2476e7405115300a2dd5a7943fd7bad885e3da7b74aec21d0ed6407483173dc0451d6209f097052d7f91e454d46184 -SHA512 (hyphen-czech.tar.xz) = bb065b15b163b4a8d9cd80c45182f8cd735ac69fdea15aa6c89e9948b74d169925c15b17e5cbad7577ba94957ad8b0646a46e762ea8a0815f8417ddb876b178c -SHA512 (hyphen-danish.tar.xz) = b9371cbc489675b1e6e7995a216653daba35b8a14e674ceefa6cc55a4c3ecbd7de85be4ab102aa73074b063f61bb24b53125ae2e160e489811b0a46543b4c7c0 -SHA512 (hyphen-dutch.tar.xz) = 69f5d9dd903c7efddb241080aa561c079d64a6fb73b6e336352e9e43ab843aad18fbf4f3158bc0d2401a80c8f09178b938756182868340bc815b3ef88ca511a8 -SHA512 (hyphen-english.tar.xz) = a744b3308772264cb7b49bc3b49322ae62d1f6fc7bdee6eebe3fef3939788b390e5ebe18c1a908aaa5ef2cf30e24bb68acd162e085f540bcb5399557c3ea6743 -SHA512 (hyphen-esperanto.tar.xz) = 369708edaf5216c07b7a9b0e63a4d7624dbd0fe614ab4a6638ab6680cb8d21702c44832abc9e957ab936a7c9c87a594ebffaf733d4fc6d422915f7eb42d02922 -SHA512 (hyphen-estonian.tar.xz) = 9a824055c8f7bd37080b00a7715f6720afe7cf0a8547a561e9aabec477b315463887c49cf5af745a8251bdfeeaa558c801b65398e3a846122b693e95dd30ba58 -SHA512 (hyphen-ethiopic.tar.xz) = 9d30d17f543a0d2725310b1c242bac3eaff9246abf8c48a9278e29740e1e72e5a5cf0b4c04d99d204081acfa2ce5730f43f4f905d84a9b73282cb1ce3c39c31e -SHA512 (hyphen-farsi.tar.xz) = 5b02582769a55bb07d81e748e83170c16aca1c33b0a240cf547fa9c2212f2be52223e258229c760ddc5dd730419bd9e761614cc4fb3b3ba8102841bb779af511 -SHA512 (hyphen-finnish.tar.xz) = 391d1d98379bb6fce8623b1b23cbaeb3691975d4924bf5bfcf9a20bafb64262dce04948b5113b58e33e7dd86fef807fc51ccefa07316e50632f197025b3bd553 -SHA512 (hyphen-french.tar.xz) = 70dbd1311f6f597b534cd55f680685dc56c124308d3aa12fff259eb016d49e6a0ee99dbd627343f81e9a92e9bd3c7c20c713e2334ea026f613d0b5050f5c230c -SHA512 (hyphen-friulan.tar.xz) = d81fe20cc5144b066ba06f2f544ed14858d76676e9bfd94622358b2e2c4d6d04939ed0da222b3ee99438224213cd52cf91fd8c1e1577feddade4a7fa97c1ea21 -SHA512 (hyphen-galician.tar.xz) = 219e9b58d494e4672abd7efb23946063941e818320db61993e0c3491a1db66ecc0a4f8616a61a740ece6e9d76c3ae92b3411e0276e9b02da29782f0ae26309cf -SHA512 (hyphen-georgian.tar.xz) = 63a68c0ed9db5605afbcd57daebe3e59cc9e36cd00ce276f1f207ca7fd5b1f1df4bab4f8458c44a3085b48103d7567ec3f6314abb223497e7dee49447f70e222 -SHA512 (hyphen-german.tar.xz) = f98ec474da2657b020ae3dd5c3957a6f3141edd8d37a498aedc846580770399d20f320ad39b4f131325eab40711f285577ace5d9b2ff1b21192db9f6e8bbb584 -SHA512 (hyphen-greek.tar.xz) = f490fee0986df4e169277c064c72663796fb15d7f9dd3022c5941b0c60d12fee7f19936429a7b7398c39bb9eabfa362c05d2b51afa3e309e74976bd90eba03c2 -SHA512 (hyphen-greek.doc.tar.xz) = 2097b77b794f0542f9b78fa2fc9a5a59e15f1820a0fcf3e4f31a2fd17555b75d7e75692d0632ab908e4319b1f5e22169864cecd77cfda42d586b04fae5699ed9 -SHA512 (hyphen-hungarian.tar.xz) = 500cdd6de1f712e456849a42e5c34413071c918c5092fbb338437ecc5b812d7b7ac0bed78884ccf6c28f35724ee73c6e6b9810fdf952eb2f4bd62d1c9026ae95 -SHA512 (hyphen-hungarian.doc.tar.xz) = 85d5be268eee987e0f8d48a9ef5920159e070a82e5b95d34bc0c21db646b2abebd9cb676db3b6d38b914837ddff61b8166e57b552b1f13e2ed422ad51b3d96c0 -SHA512 (hyphen-icelandic.tar.xz) = 5aa01811090ee1a6060c12130f4bb13b06bd1671b5c7e78a43bfa3be53878eec90a1980cb1f3c34846f9f9d93342e4ca8eb4005f4c6941d6cc71e1c2c7def4ca -SHA512 (hyphen-indic.tar.xz) = 3508cae7b75f92bb3dda27b48494ab24da235d1ac04035652a050a194e14edbfcaae7378cc4b2bfe4dc52bc18f3685e14c75f9677d2d24483cc858cc24e7069c -SHA512 (hyphen-indonesian.tar.xz) = 02b3091d9985893acc5ed8e0eb73165a136fee32872bce7eb579b138449b2688d9d3bc2c0f7c99817e8fbe715fede1f9f41df37ee4627a900b24bca115166069 -SHA512 (hyphen-interlingua.tar.xz) = b3b6ba288a98443ff1ce4a975286db6969cf2152076f605639bac5025c8479ec27edab2542011c10603c547b83f5ffb58fa7b6f97840d30e068b151fc9641242 -SHA512 (hyphen-irish.tar.xz) = 92ed3fe2982324b1c233533fa247126d66c5afd6dde06985a45b44f7fcabb572dd2cb33f0a20c8a9955494c067bf559cd2ed3bfc2ed5a233da82f48affab4ad3 -SHA512 (hyphen-italian.tar.xz) = 22e42baab13e34b60f6acc02f018c34cd2eb4eb9f6a405bbd3c98a27548d6020cfb8284e4128abf5f60562087d525603e61d125857193911a93eb31948fdffa9 -SHA512 (hyphen-kurmanji.tar.xz) = cfdd0e78fb56a36cff5c453ee2a27edf0e6567bf514b08c97ed1ed3a1fa9a688a2aee0d8a9392787e1dddcc7bb078206a4d22528dafc87bb8304e4e8a1738570 -SHA512 (hyphen-latin.tar.xz) = 1277af56c6664fea0fa4693631e90e9c3490f31c2360b7aa335b101159433b832cb75d8bfc1aca07e0c8791bedd6ca2af26d95a6029b5d29d97d5f8d8680190e -SHA512 (hyphen-latvian.tar.xz) = fc46050d6d60b87dfc27b06a444588cd241255a7d95a40eaadd106570c4c0d29909e0b5c1a783ea6793e53363c2f2b540c1fb74836e1824598c5eeb4dfd3463c -SHA512 (hyphen-lithuanian.tar.xz) = 2d79d7e22dc7388218e427c55040665cd3ecac9502da0990126bde874785dbc365cb6a3381a3d3510ec938bc080b97c8ceda07b6ee1c2fec9329db02d32aadd0 -SHA512 (hyphen-mongolian.tar.xz) = 6271ca2a121d28140269a4dacf984eb05c033d777d876bca62bfcd802927d5d89a0aedcc1f9b2d57ebeab891a75ed929a1f86b8cd9b19d5386549cd01ef1cffe -SHA512 (hyphen-norwegian.tar.xz) = 3972bc420cc017843f9b37430c17955a66974540305b782f1f4588cf14f88a1318b7cc73d6f904162f7c6eaa24a1055f9c317dd93e0b1eb369fc1e1d9046445d -SHA512 (hyphen-occitan.tar.xz) = cf02b2ad08e5461c65b79b7f04a357e6aa901b23dfac41b450bd97d7e3963955a937783b1f936070e6cff3d57deaef1cc6ae36ffa72191a832de130bdce47c7f -SHA512 (hyphen-piedmontese.tar.xz) = 7f305b9b08749a72f239eb04bd58d630109be9b5e1cc9ac7bdc62b9d7db0b6416a07d48c5c6fa4706a9f2a343f5f2be0b12ce711fff4022c01b55b3d84f0d6d3 -SHA512 (hyphen-polish.tar.xz) = 0d572dabdea81662670fb2102d8413d393ea7fecff2881790b831f82eb2a4a37b7117384742c60ce2d681a326df48cfb3a4006f552a6fd136f1dd5cb1b40289a -SHA512 (hyphen-portuguese.tar.xz) = 38ea70b8cb3d8ec121115bbd449c23856e105b6abc3f4142a9a1b72d76db06b89cc20d0537b55cc8780a86bac4ab51e38604fcc51cfca8f66ce22e8bd0374e73 -SHA512 (hyphen-romanian.tar.xz) = ecdae5b7218931ab234c83de5b2bd4b6dfb717a9c5787e2d3d1f4b6a2c9c6b1e5f043be6fdc3fe24e6f28ac7de67a993d4b7e6591ca6ac416d1af7ae3a2c0363 -SHA512 (hyphen-romansh.tar.xz) = 02143210121593b7660b2dd2c3f3ea1c57e9c9fdf7a4b192381f2976a295aff605ee083f303135590183284292ced236a43c53c733ba4d989247afd65c05ee8e -SHA512 (hyphen-russian.tar.xz) = b46982a0a331ddb292e881475d642248093806f305ecf9ec8380c24fcd65e8a1f9e46436a9e6b32570b5677af807672cf35b552a23d2a4351165bd742d165330 -SHA512 (hyphen-sanskrit.tar.xz) = 5a9e95cd0cd910a98921dcefb085b60e98f0fb00b2be0a4cf49dd21e0bb9ef395ef6e96f272047484220ddd31d973895a4b73931fc2c0b92756628774b2020e9 -SHA512 (hyphen-sanskrit.doc.tar.xz) = 11afd3cf797b0ae58bc8be71cd94c4a614c79aa5424d3186b949aeffc0eca3b2936e9412df7245794050aa16b2477b1120a5e63a41fecfd155cfa96d65347f76 -SHA512 (hyphen-serbian.tar.xz) = 2402d44eabb5f2ab8b4dc843af5b3480b830189b0837ebf7e0071990e099c6e1296f4da80b29eea8ad97829aa4d02171b43c53ad57670458ec93b7e35db94098 -SHA512 (hyphen-slovak.tar.xz) = 4c554047e29ff73652ad071cbcd84fde6a00e5484801700c7b256a27d4158e333ca59c7f3996b50d156c1c5097bc938d01a8888a3f3852f032197994f3314c2f -SHA512 (hyphen-slovenian.tar.xz) = 70b092587942b1f500daaa715dcd03b608f4776bfa73bd36cd11bfc78d7a835407d6096c0935ff00b28efaf27c8d670f1fd70c8b89621b316bd785c62d61bbd2 -SHA512 (hyphen-spanish.tar.xz) = 6731eb48d98a7fa6ba651ab2f546d7d36ab7f17ea6d7e34f4a92398a59082bf1ffd12d94fa7b7a09201b2868d5a3676f93ec33986bfc744a0d7de66d2aacbd6c -SHA512 (hyphen-spanish.doc.tar.xz) = d5e267047494e278851a4010fb492477398780b5ba531a18d722b7f0559ac0d35f40d163e551522c259b63a56b44d32234dea51e13168b6aaf1904c3037d8e63 -SHA512 (hyphen-swedish.tar.xz) = 95652229f3410a914cce69e71fbbb63380b02774eeb798c99d7066af61206fdbbdffcdf2acaf79bd8cdc0d97e07fd1cb7492fbba8b812ad6331a7a90b2192c05 -SHA512 (hyphen-thai.tar.xz) = f968c4f1337e8a6d6f279c562f0684a3224ce7b92a92607a991ae903c2fa58e2aa4419aecd40d3896e6477b12bc00def88b6d368c2c1d49fb36c318554326ec2 -SHA512 (hyphen-turkish.tar.xz) = 272b8b3e6ef216e0ba23417f243cfaa5a5cf9f5095669483948a5e4a64feb1503cdebddbae55ed730c659f6274cd82e5c523234317c1a8ed7739abcd0e14c54e -SHA512 (hyphen-turkmen.tar.xz) = d98fa419fae13ddf9341f32263e73a253e0bd6526ea160867d9fcb17f8921052fe5e55b01fdd58113616c29a6a6865d31aa9888d8b0d1113f274ecc98a39b9e5 -SHA512 (hyphen-ukrainian.tar.xz) = ca87ad6218ba1c29cb3b7391b47be44fd515b8f2ae7d9c793f2b21afe539616ee6e53f4ee6efaeb9bd48bbdd275cea415d3d3f862a2e2a8e43655570de252470 -SHA512 (hyphen-uppersorbian.tar.xz) = 656518aff11c28843b9ee6cf8a05460b436eab5d0901af9556fab1978816d38feef8951e17d4444a8b063c89583c3e50c4dcbdd0bd633e33d849533d8e802283 -SHA512 (hyphen-welsh.tar.xz) = d9dc00da73d8a0b358ad106ae5f866a1907606d9875552eb9818f5eb06fc2a79cd240735e1203523d9c95cdba3f3ba60f2956213cb82906bc646bc9b874fa463 -SHA512 (icite.tar.xz) = cee4e7f2fd3a007c79966520058ae3db836fca0d9b03dc264d2889ac399bfc7db58e11f3d65de4eae8fa378a774908d36e789441fc244b54c86886fe568cd2d2 -SHA512 (icite.doc.tar.xz) = 09c862c89133912f7ed714678b3e1d041e529f4c8123e0241e1d0f531bcdd3036f9307ec8a34cc1f25df8cb38b5a8b5213f4a486204b21e5481f65ca1949db33 -SHA512 (idxcmds.tar.xz) = ba1737eac5f6985ab4a0bb25aece07fd0668533ba046d9f980e4c4ba4862c9045e19c06a477e498df027fc0cc2af5503683389377287d58ae89690c58b5f6683 -SHA512 (idxcmds.doc.tar.xz) = 1894abf19f05ea74aad0ac1fed2409478dac130a019a44d6bf2c909cb1de66e4c9ec543c75db6d9238982f51af066a4287bd8827f89a59d3d9ba6d3f79aed4cf -SHA512 (ifptex.tar.xz) = cd06bd01d071c091962451850de4cf78c0ed7604b392e6c0eb59fd66b202ed9f015cac75b6260bfe071b70246cb1d9a70a5bc9f052876469ace54a68ef250e22 -SHA512 (ifptex.doc.tar.xz) = 6d6668a5f663aeeddd19c5f8086633d6542316807d0dbfc94e8ed1991136dc2258718e61a450dcc3c1560af3d349519ca2da98a05964741083dbb66ef85fb848 -SHA512 (iftex.tar.xz) = 144772d49d42f957815ce9594e7f005e942c82c948ffdec22a36633e0fd26b0e0c2af94afb7f7113bb6d1f422513987e119077896a9f199db06763be43c8dc22 -SHA512 (iftex.doc.tar.xz) = f90a13be1d0645a1ce138b5a04254713abd512b1a041378da0608e40edbfd00cb50d2da7c0b2cdd5cca0a05925e0c7ac3cdd07d71d44a3e9550f8c62d89c23f7 -SHA512 (import.tar.xz) = 96a92584b4ff4a4bd3b345b446f2802e34d59ebf8c14469a5b5331e6d2f92b63f42d8f5799bdcefc9ae3f74e5e6f93aad7d5371dbe7d21e84ced3890a76c7a19 -SHA512 (import.doc.tar.xz) = 967d456dd18c8838db7d2ed64016fa0f77f2ed475e5cbe36389414849786d7e7850ea43e8bb00d8aa06e3ba06f62970a6525ee1b5a5109f8cbc77a0baf894b50 -SHA512 (inconsolata.tar.xz) = 3b33a1627083b50019e0c66ad49319d3ae699943f217daa21f57b19dd2733d29c6f1e9fbaddc1e3e39ea96623581b1d6a388f1a0009e84e4c3f381887b05d4c7 -SHA512 (inconsolata.doc.tar.xz) = 9139f7769536398c2822c41fe1fd0850a81fb54d70524904b266c8e231c95e344e27468187f474d51a9ab8c4028d6e5f9cc4513d1b38e306b739a1572c387e88 -SHA512 (initials.tar.xz) = 442ffe7585c725c62cf9edf86bccabfcc0406b7517f145567c952ff0de65dae94158f586a1c0081afc5fe3320494750ddc6f455c78ba96e91f409bb0f5905d8a -SHA512 (initials.doc.tar.xz) = c8e837291eb7dced1d4bc4d94e7e6bc042ebeb5c561ad3688a491f451991f122896d7df01040575ac6fd705d3ad55350e12afc986dd619c4303ba2919f64dc6d -SHA512 (inkpaper.tar.xz) = d07bd9d2f32981607f4baf3bc348fdd99aae0c331423bf1f678231a2ab9830e4a824357df067e52643e6c89ecd1b850afb2444686fa33d75e6a3e598b003553b -SHA512 (inkpaper.doc.tar.xz) = acc6ffc291db3164d8428a50ee0792907435b90d3677a0e9ec883e0d3b81b6c04785a08217bd6c9554545eb5bc328a702c2958301245bcce68949ce76726c389 -SHA512 (inline-images.tar.xz) = 7706dce6a4c0a6dd9b3222d296654c974ee3d6265ab5baeea762c708863f45d7f351158b04075f4365de5a5913fd9cdae5e777ddea69e19d7feb4067491d6515 -SHA512 (inline-images.doc.tar.xz) = 1c24afd0757ca9b9a0cee81192498b15a250994ebf45dc1ad4e26800a1266cad6536c922e97b11999a6b2999ec8ab111de0ff8de46baead06510d2de2296f737 -SHA512 (inriafonts.tar.xz) = 9c960dca72d433a5ee20b2afe843b92fa98060e67638676a8e92ce9c7dde872be4bfdda6be7a76ea90db97e51784db4487ce22c79cd110ba0214ba54bc8fbe18 -SHA512 (inriafonts.doc.tar.xz) = 352e35b1b748f502db20c76f670c8eb6d02f672ee743518113a7b7807678ab45f2a628980229d8dae67df0dcd3581a5a28492adce8752a1a5f914fe550bab01a -SHA512 (iodhbwm.tar.xz) = 34a15eef8301dc4cb34ca31982de3b7e4529d71b1c7880102f6dfe7fb2d6bbaeb45bacb7613dbad8177cde94c63e87d430413e3e7abdf8cae0ead178c758f045 -SHA512 (iodhbwm.doc.tar.xz) = a6c7397e2b79b776e0a32deda492548255ccb378790e37a4fdab9571ca37b606f6c12dd9ccf811960c636b91d3adf44f4295006f712e9f386d3a32fef06b21ce -SHA512 (ipaex.tar.xz) = c15157c117594f670a5779bc33e1cac043fda730e2b7a95d781470da2f42075e387d2a939976d469f1b0d05804b2907a7daf7ddb7d9f45074239c6893d89c21f -SHA512 (ipaex.doc.tar.xz) = 04fca8414689b3b828937ba46767415b3b2de1a4cbc87ae95f790aee4bc82b658c1ff0ff705bea0c45952589693cb357cdf00c1721722d7c340a32f502d3b961 -SHA512 (japanese-otf-uptex.tar.xz) = 6588523cceb59812e63a48538684a47ca5e11208e6439dc9b0546a98931884c747c35c83167ddaf27c6db7e82b7f310b7a938705554f371dc85104af315ad082 -SHA512 (japanese-otf-uptex.doc.tar.xz) = 4f5759c53f127aefab7bec2e9908658548cf19000372f059d1a7c16c5f48f2586357e26711e94dcc7b0454d7abd1eb0370bc6d9df8fe05e6245ddf6280ccf5d5 -SHA512 (jlreq.tar.xz) = 0f51670a5cf6c7e7adb2c0c8b5c155d67574ddc5d1c73026bf18a5f6f4cad26bb529a98d32f82936a2740184bd6ef4dc04eeff1b194a2439af9da53f6c173c18 -SHA512 (jlreq.doc.tar.xz) = 8bba85d024192315137fcbe494a2ef3c397242d34bf1278dfb6ae54115b8a6bdfe45206b5abb8af89ba39dc16e97d4546ab05d312d2d8a0fbf5cf26ba1ebfba4 -SHA512 (jmlr.tar.xz) = 9b5f52a78a077a81573c328d7fe4b3cd1ec2e91207715e7321ccc0ff33ee33e7f4fafca00fe1bf51754ec15f6371955d680377753d635f381ee78e247615da88 -SHA512 (jmlr.doc.tar.xz) = 8d5b475bbe8fe57a7368c512dca774aee981945f737db7237e09e7c1279668ef89c32365d2e35904987a2099f1f7110cd6045fc6cb7429820f2470bc7e4874f8 -SHA512 (jnuexam.tar.xz) = 9fc6ed0fc12a0eec779a511de2582cb6278b4576569cfad310a26bae0ae024336b335b2ff9760f0055463302c51933ad291a25f542a7974c56e17c3013c480c3 -SHA512 (jnuexam.doc.tar.xz) = b9650a69d2f8b7c78e165d35c3b8cfebb8e76886f5b20a0592ab6b50ec63a659c5b76c6cbe02b8c5aaad5a7733623fd8c73bed624dbe9651bbb2263339f9019d -SHA512 (jsclasses.tar.xz) = e9a932b1a667b049283eea0a75d12cf83513b4d4f97d50a8c9f4a820e139fbd922c8448ea226a367be1450ab96e2184ef4973043589e0f84b8a1d55b94931ebc -SHA512 (jsclasses.doc.tar.xz) = b19caf831b88256aad481a50a6c3cd73f088d7a8514476b7b8c04be39990b341d79437b4774a3291e4af8cd40aadc83cad75fc50f1b8fbe91fce0cd366f0c0d7 -SHA512 (jslectureplanner.tar.xz) = 9da09cb979caa5ea54466091c785bd6c66e46b93c9182ba426884cf973cd1a9ad0662e9d9053f8749862ad237e7379fa83fae3a43de96712e59267506e0090d9 -SHA512 (jslectureplanner.doc.tar.xz) = 758ca6441a1ed9eb9ac8a8445cf1a3bb14a796d888aeaec374abdeee824c1578e5ef02ed204cdedb17dd96ef5ae35f42a8b32ddc826a73d638ff3d250ea259ff -SHA512 (junicode.tar.xz) = a0e447471da270a19659d19bb4e18699eda7447ef65b5c5abea1662ff6ca631ccf1a4c0efbb192208a835d8acabfeb51aba3c576578c7e40c13d6d28e727cbd4 -SHA512 (junicode.doc.tar.xz) = f692c94008d88ed2b0b0d91678072cee6cd379e5a3fe58831a69393cb2de3058c0e7320409385a2112b41c9369255ddbc6919520a222adccb38223b5b2576790 -SHA512 (kerkis.tar.xz) = 07d24ba7d57e46d8a2484ed9a7633cdd42062f99c9c48b0dd385159707dbcffe3abb2fdbf8dbb3a22c2532ae86e0c4ee6709edc0eb9cda030f78f7563fdc3646 -SHA512 (kerkis.doc.tar.xz) = d6f17d255a04ad88c9ddc6a1f50a18e98a06222d9153b6fdda96bb9858bc7bcf26ae2797e617e69c6b701eb5705d71f29ae4644c98eb0c4af9e3db00cf929250 -SHA512 (ketcindy.tar.xz) = 5096e7b197298532714fc1850d30e93fbef779f3d014b101f6b1bfd519c82a748ac6e340a5d9f53d94a5818f7c07278d7ca0eade97bd0c4567d293dab7d018f3 -SHA512 (ketcindy.doc.tar.xz) = e0afd2ac3cfa351cd3eb5e1c49a7a8cfd87a52ba1a8e8f614578bf6894529e51bc096d5b9ec8b910bdf9d6c30323d31ae5a9b38e167523784c75d334a56386e5 -SHA512 (keyfloat.tar.xz) = 3d2be77c6ff60292b3cb50e8033d5f182fa731b6b435e4eec4d6a3f4376e6f0487a6bc5bfbb59da37ba6d620721f3756e42a795bc26547d2218f66b2dcf82a4d -SHA512 (keyfloat.doc.tar.xz) = b678b7e0fac699625b9638b67e3e00b892ed4d0a01d78ef0fb13ce65d2a1e74afea50bbb9f4ffbfaa37b1e80a96dd1cd8f8420e8b1b5f1cbf6f6155d745a7604 -SHA512 (keyvaltable.tar.xz) = 5f3f337347df00a955dd7d7694a51ecce15027580d2264da3f580cb9ea602f6e1583f41e72cbe39a5d4ffb36640eb26cd39132967e0e5a138de8703eb1651de7 -SHA512 (keyvaltable.doc.tar.xz) = 7709c3ea7ad6fac4625620bc86bddeda751c6e36accf7b14b3dab2d5280c77ee4b704b2657511c4226efaffc7db79cb8eea068566ae099354920a522975dbef5 -SHA512 (kluwer.tar.xz) = 25210201032ab5cf867e8e46de560a2232e36cb636db8d6d533a6052ae125024f2fdb3d016aa68d49d5be4ded676a1e02108094c366fbc9cc443035edbc82107 -SHA512 (kluwer.doc.tar.xz) = 0908a60833ebab53fda54708cb332f0b3e2ed6c071daa1b231570c6dca57b09b6c9e7e52afb606300b04f9c42794d6d6b7c2387ab35fdebae0ef4d346ca068e4 -SHA512 (knowledge.tar.xz) = 51680711e4174191c861f672f00592836a5c0d824037e11f198ff7f4f5b8da58c475710bb5f63cbe041928eeef9f430c500f5690ea84df7aae88dd2a29c9999a -SHA512 (knowledge.doc.tar.xz) = a55a7bfd4b21900090997de0aef5434f5c789de29ad3fb392117de81b19341dfd161cc1917a3097028e41959b45e9288606366eb678f3b552ba49abd0434fb4b -SHA512 (koma-script.tar.xz) = 94f66cf85d9ea536007048dc99dd1996965e6f2fe1daffc7c1212ee09483e8b70451acb088a6ef8683092fcc260abecac4108b7c9ee1cc64234dbccbd58e59ea -SHA512 (kotex-oblivoir.tar.xz) = 76c5e1ed90b6938d71cfcc18d61bee6c6236e1ae818d2af69fa37226b44365b7d541c579317f02e4486bd005bf76b3c24f405187a9b6c30c1e3f220828a7943c -SHA512 (kotex-oblivoir.doc.tar.xz) = bc983f9ebb5fd81dd199d212b9221fc96d438742e6146536408cb93e534feff3fe1ed1ea7fbc841810ac4332b4bfdfb4237d1205a7636d74b7b2d0e1c7c06344 -SHA512 (kpfonts.tar.xz) = 65cb12b6d10c91605db91de58fd33597720a4d8a7cded8a4b60c5bb3c1f2e7220c5354488a75e5a25ed0f8162d42689b6877b3a7efe5c1a0758dab237564c5ae -SHA512 (kpfonts.doc.tar.xz) = 5157ad4e67bfb1f0ba54cb34c2896a856d167bdd89a9f4bc4d69ad0b6f4899ec53cb1d22582b352adbf28d7af9458e2d78147580740e7c41437855eb30557a17 -SHA512 (kvmap.tar.xz) = c06d637d368d78999735782ae577ddcb6bab594a764520e231644e5b745bbb4356b01d5c283a719a637eab3397c219e2e0d7fff8bd3bf1d8c1bd2c102139f5d0 -SHA512 (kvmap.doc.tar.xz) = 6744a2d00d17376fa4f524b9c6ffd4225b81aaca694caa647d7a50f035fc5458f48e4c9c3eb796f6f770981d9d8cfe7bca5c296941b7329bdcf92d545f0f2e9b -SHA512 (l3backend.tar.xz) = 87aa4a46738a9e629d8eb684a6d96d282867c32a074043324cea4b85d59d4cffb6357fda73a19235c5a0ba76cb2a78a64c8aca4d548e7485e02b41f707f2d361 -SHA512 (l3backend.doc.tar.xz) = 9b8ac4a3811fcc95a33ed20f769fa33aa7569a355f09538065aec9487d6ede21a5e7617913c0116db60b6dc0f14cf75b037341a352a04ee6f9870d79d5a12105 -SHA512 (l3experimental.tar.xz) = 30b8d6b71c62cff716887c08830ed6a28c39056a833722e7cb93163e174eddae21ecf597f9090b12887fdec7da447ff7f4a00fa0cd352974e5de838a4858d264 -SHA512 (l3experimental.doc.tar.xz) = 2d050b481cfef489a6373b4ca8c7bb765148d11dc90f49c86d2484fdee58be940e7e294168c0ce0fe62fe9c4ea70bc76d915a0ae3e55148a66a4a2355c74ca1e -SHA512 (l3kernel.tar.xz) = 5efe6b70209a6a230a90cd97f25af6781e6d6cd5dc1a5e2fdba7ce4c6c617d739648581d47e56bc8570b4ea1b2a796b556c4dedf0d7952b59e3008f69a578e4a -SHA512 (l3kernel.doc.tar.xz) = ec21ddea77658c63ee2c132dc15eccbecc13b6fbf1b1476a31bf24e8fe0c32d24fe5e1b72d76b5a54daf4ff5e4be420c19c1b97bc9a4237e014dd5b89c16a71d -SHA512 (l3packages.tar.xz) = 627253bfd7cea5f8609f57451d9232e977abe28819ba06d62d990324107e055fa18d7da226f9f06127778724aed06a9208c5ea54b8011902708750e504d8e4ed -SHA512 (l3packages.doc.tar.xz) = f9391629d056991a0ce468f2dedf0c70447c33ff4c5eedf2bce60eec42c411da3cae152570ed41ff4f34966ed77a5d1f649d4de08d0ccef029390c1d54fcc537 -SHA512 (langsci.tar.xz) = a42abc41729b6f80667e2b3d0b3a5c4fe4ab497f4d8c8930e3615f143e57412918445239ab62667915e7e8d1b9f47b0bc2fedf22f606488f567ce14971900414 -SHA512 (langsci.doc.tar.xz) = 47826660e1dac66c1060fb9e6f47955255fdbc563ea9ef531eb8bca885366b372678e81cb957d99d20861e95298aefb7dd6d96398da61f12f2f4b40d5cb3e159 -SHA512 (latex-base-dev.tar.xz) = bd30eb488ea5acc22c4a7ca455d92db0d76066d1f08cb28e15b1cd248b766571be28a14f0fe4b25a590c6ad1f5d27a8cb373443245cef30f7e4546c8d2014ed7 -SHA512 (latex-base-dev.doc.tar.xz) = 1ec8159025cf783a8c3cf5fc6b46c1ae96aa057cabaad12f8f4183cc6aa7c3b53549b12975441d24ba043a87421aae821f90ef017814445e5a27fb4673871adc -SHA512 (latex-bin-dev.tar.xz) = 106d273b92d8e1e1cc4d74c11693f1186e6274e8276656d6bce0e57f21b5a88f2fb6c31b609dd0495f582990cac908785fb2770f96e0c0e44f49a03596eed5a5 -SHA512 (latex-bin-dev.doc.tar.xz) = 227dff01e9d2d84b5b2de6642c307ede33dba1111c4964a6d47ccf63c54a67630b57a8cc8166864e4afa5f1a19488f7281a24882e601e40dffece40fe1b28c16 -SHA512 (latex-graphics-dev.tar.xz) = 52dfe7ed351ab0d02eb1de79c8a76f2fd0c8e2e566539a2c688abe281cce1e018ae56d1a4451c180577ad7456bb3ee90cad6bbbd4b05d8bfefd98777c096b20a -SHA512 (latex-graphics-dev.doc.tar.xz) = e51cefe0eea01972b029655605942bf78519ecc0d4d0e1812ed755e0caa91492972e627c0fae61d0166bf49f6d1ee6279249592cc025dc1bf31f0f31ad1d5a7b -SHA512 (latex-make.tar.xz) = cb48ad252c77ca6271a527718872f95f28d64664aa62aca9ed11d73b1fdf29dec1cefa6c2fc07f0c95e16495a0a2410b59087e88a889b1047ce24bff71495ee4 -SHA512 (latex-make.doc.tar.xz) = bfe0143040544987d9e89827b79a847657f9b705ef3607ec2757ab7d5a8b4e005c64060ba5d3cf4066c4f21e622cafaf5e7c442aadd53f6583230e7f276c317a -SHA512 (latex-via-exemplos.tar.xz) = 12760e4866e1796a290bae531205da1cca1f24c51359a9e0f231524a55834a94a357625b775997f065c002da663c460eabcdb5ae22984330427c62e001f49fc7 -SHA512 (latex-via-exemplos.doc.tar.xz) = 5a108346c7653122b37a9914cdf16410e6135f142b1f849d3d4d413be2cc59631d56c3b25d770621d84ff3256cadecbe7834f132b424244353f5889f09dfecf2 -SHA512 (latex2e-help-texinfo.tar.xz) = dabdf3a20bcc6740b7feea1c444b2423dc54a97d0118411d44acfaca31259782eb49bf68b144ab553a9f865ec47557bcd47503b1f1dcbb69ae3302d94bdce715 -SHA512 (latex2e-help-texinfo.doc.tar.xz) = 0a3cd8f22e15709b056d6ace9fe0c8d348ac8bc808fe8cc98498b3d14747eba9f6e9838375b0ab8226694ac8dd45027c62ffc1949c3e1a42f9f182f346df0123 -SHA512 (latexbug.tar.xz) = ff27b7fdfb53b0c2b0ac4b5aa12d98e30c09bf50fbc7959930b35721924bf52c361581ddcdf8dbfb03571f676ae9f659de2bba137b937d37ec11a0da2bc721b2 -SHA512 (latexbug.doc.tar.xz) = 5e86be0719138bf111b6d655b2aed620be6a490f772906fa676038f2a5f13875d3ebffea2094f8c9001d2e70334002498d8eaf5ef96f14cf8458ea0b03bf8723 -SHA512 (latexgit.tar.xz) = 4e3787d5e9bf950e796e7eb475c825f20628ec5ed5b99cb145036fba99c4941ed81b347acba1548dea624d87a03e0cdbbc28fc579cc8edb0aa36460e9df0b6d8 -SHA512 (latexgit.doc.tar.xz) = bfc6ce99ca1b66c0b1d5d98453716cf9e3a7e65ac55d7d17e5b06417f57d13f532602b537c804581e2e81b5265d554dd99e4d4307ef6d634d25916aae1892cab -SHA512 (lato.tar.xz) = 2f8454888913ec6a024c53cf157509b8b769f948ac2c92d0683e80ff8e22865545a6a65864876be35569bf4a5d56ed871c8112b216561e3ce585136bd062c9ce -SHA512 (lato.doc.tar.xz) = 0965bdda9b3c106bc49d8156f497c4c85a80d76a4740964b2d24c58155e8afed57989166bc5ac3eb44daf377b7e8985b406a0955dc419ced4a7011f328ce0c62 -SHA512 (leadsheets.tar.xz) = e7a84348b6347962fad95171059e968f35e7601da51ae6fa278add1ed4262bd7ab84bddad9b48780e7481056bece9c311ed1cc25e77c57f9d9e0649abc9197e5 -SHA512 (leadsheets.doc.tar.xz) = dea48a9b053aa67f6d9e3dcd3560ceccd104d743a5797320e76d43cdb8709afe7236f7ac8ef23dc9175268fe57c97898c92d0dc329a4e3151b017544fa537521 -SHA512 (lectures.tar.xz) = e3fb80a67dcb5198503050d61266cbd3890c91c1c5c93042a17f2aa410223c3943e3dcb73d7d6e7a4d5888d87ae9613fc89025f0435c122ab44a8f822732250f -SHA512 (lectures.doc.tar.xz) = bc50485fd0a8782095bbc37b9185bbc61df2a6bdccaef359f2cedd553cedc14ffd0bb8e6690578f1d57b85e2efa650a68af3b579a7c360a737791ddd74373424 -SHA512 (leipzig.tar.xz) = 6811c2259558856d930901d2d82a47774c4c37ceb5d1309fa6b78ebb031685405e334e8de7cd63b1998bf673d5210aacfd096b1c6570ed26840fe4ec22359c5c -SHA512 (leipzig.doc.tar.xz) = a701d8c9ffc741099aa09f75dcef117db6c64a832dd51f57dfe07cee694a177a3a8be824560308b9cdd483013d4e69b77ee8755972b9ed504e033db6396532a0 -SHA512 (lettre.tar.xz) = 308dc21e8be8d8f6952eadf9b5e9002fe32e8ea3b79ba679606badef75ae346721270e85e3fbcd269ee86b9ae049390164c57cfd73d7f2efe22fe82c7466a813 -SHA512 (lettre.doc.tar.xz) = 9962763ae46836874eccf4ea5a2dd695eaa1ab890224d6a54e83670618e2cae4a917fb6bf05610c5104f4d241e0163e079628e79ddad3edf374b513cf6a457f6 -SHA512 (lettrine.tar.xz) = 839469d3cdd53698bd9072451e7b9262633282cf46c32ecf23f3b0f46ae999ac259daeb6b4cc5c43222f9f788a95b85cc406857b19bf4eea1ac1ff3b00caac60 -SHA512 (lettrine.doc.tar.xz) = 3ef14d7292d3653acfb5bd47141d16cdeaba393450fe27fe1b91b1f2c171c46949e7336a5d9a384676f3bf0d01b8297ff81f732267d94491460c7d883a520763 -SHA512 (libertine.tar.xz) = b4c3a52caa463b8968862de7c9442da09af1bad572b4f59a31cd349948365fc04a190f876b99dca61cffeaa57faf26658c1e44bca6e27ea03024fd50fb665d5b -SHA512 (libertine.doc.tar.xz) = 185faa15915e8224dc705d6555c35877cb82f6a752df67eb8eb78f05ab8dc7dea228bad5828764551df7f0509668287575432cb864e1365d574d5ffd53e122f9 -SHA512 (librefranklin.tar.xz) = 793a8b7048c96bab41620464fbac38adba4a07bf1cbe167e12bf56a051183b5af599f2559ea00bef51f1dc9d8851c41fc8bb65664a2544278b9b66be66d2f9cc -SHA512 (librefranklin.doc.tar.xz) = 54b3c072fc80d07b07a1388988d37ba39a1ee302e12e99d9b9beed32bd547edc4bdd1134888cc79922a59347bd5c03724150eab7fcd84431bda31cc8a04eadaf -SHA512 (limecv.tar.xz) = 90614eceacd921cfaaa60748ebd342eacc66f580879e0d2b03641b5c4b587e5559242c17240f248bd8ba227976d07a58553cc529bc6decfe40e8fcb3464669a0 -SHA512 (limecv.doc.tar.xz) = 53859b21cbb3786f84c5250a8decc225a5d7208cab54ade8de28026d7a47a38daa841b89bca76e2952240d05d91a63e6cbc8afe401adb721dfad9417e2369089 -SHA512 (linguisticspro.tar.xz) = 62085ea970d1cebc752cc5dab4b84487bd99e0e99fd48a2effa44fe9ae0bb86aa91966fd81639aea7d4364d3c3d97046affcf2693d8b4be8fa016e91014604c5 -SHA512 (linguisticspro.doc.tar.xz) = 4ece804238885fb37505222218c92c923804d032e5e150de3cfadc62f0eec73e8acc47600ddc4d5af0f7bacf9f54254b6ead43a3f4a084aeb40dfe95b53d2965 -SHA512 (listings.tar.xz) = 32c0892e650805d57a407ad0846f6ffbd207aa2840a261b4b8652c389f96ce89a2c6309b4bf5488e7c7a0927caf2b21bd97db6d380f396398113ca5110d687ff -SHA512 (listings.doc.tar.xz) = 38775e89b09ad00efe1c8fbea71dd5e7321789b24be407fdec53da87966e31b3b79ebbf085d9601f1c0b80177993af7048f58a4086185ead488a9a118d37e7bd -SHA512 (listofitems.tar.xz) = 9cdbbac3442d2b6cf45659a77dbbf7c1db2252af3c656d277f8c9c1f8cfd98879efb7e6a9957481cd6e892d8f3df1c8ef46c7992b45c6c461dfe936018600917 -SHA512 (listofitems.doc.tar.xz) = e7c3df40b9657dab386eaf54f08018e3d390a1de96a47c5c4f63759c11aa38b243301287940131297ad107e4a63fddad5bd9ca5982b211febda7bf5a6a8d40de -SHA512 (lni.tar.xz) = 8648f9a39d982e99f19af652e39ad1feb98c01ee2a06b3912dc609213673bbd685e11969507842caea4657d8ec0a33f7b3a9ceb0a4cbfd4a9c4939ac1d30e42a -SHA512 (lni.doc.tar.xz) = 7ee44a6ba2782b28a81c8d907ed11a07079b4e8eed3fc1d8adff80274df471637dc69e15e6012d9147116c76d2faf9beca10b22a554a03ae6985c9f68791f104 -SHA512 (logreq.tar.xz) = df61c0c6c0b8520f5ec38780d8eb69cfd5fccd21f5120e48eee71e02b004d3da4cc9cb9371a36766852e3ca09a3db86655f1a2639a49741f00134cff1246acd2 -SHA512 (logreq.doc.tar.xz) = fa9277da81dfb3aa235bd795780e8d3e629558fede90fa9234528b50a11507e59e65e49a0ca787af037186890392dfd45bf6de7bd859cec369626fb7d57b543f -SHA512 (luabidi.tar.xz) = 917d0d96748f2b70d368a2719bf6fdfaada3d24e2e60c97b6d412ba2cdd991a920d86a94d19136e075605095c19331e1dd37c3a059a9e8f772479ff5ab53550d -SHA512 (luabidi.doc.tar.xz) = 92345c9f8e50eefccba39f294841a7eaff7d0328ef445106dd436ff10a994a8a9ec027c9400f8b4b1f873ba1fbd92565e21b1cf2c73d40d3468ce27ca7ae128d -SHA512 (lualatex-math.tar.xz) = c976e181a84c74dc7bed8512cd76dba5cae0fb799c5c3e189ad89a131e782b380efccf9d625e6c1a68b813aa57adb018e25ab763e97bf31a40e48f03503e8e3f -SHA512 (lualatex-math.doc.tar.xz) = 639bcf68bbdfa7e1992e2e5e8e5ae791f58250d098e17224a94a69b994d51f5f22dc95cd7bc27d968c5bb9ee49bb17d6825c18c65012c72bfb1bdb1e8bede9a5 -SHA512 (lualibs.tar.xz) = bf41a6bca45473d40f927ec019434612947fe79d70671837b2b1ac53cfc727f68e436cd52bf60d12bca5d5dd0bf89e49fbf610107458ab4078b8dfa3bae25940 -SHA512 (lualibs.doc.tar.xz) = 3703aa61ceb2fb0cc79a33972e15f1e8d19a2f597eff19b871233422b78dde4cfcba2145cda33c0352cb54a014b7773c3fcee6819b547fb6d91f499f4b464f97 -SHA512 (luamplib.tar.xz) = fbb99aa90563e6cce2e5e9c417f739868130f8a2dd9875fba8a44e3f92e94643f2a9446cf686f222067c5aec66e5199eb5fc134458d2a72f2fa8bc949ed51a1d -SHA512 (luamplib.doc.tar.xz) = e0568e3547253f6dc9d12f927c3d7025454520ec8611ede49497f80a6354518d07eb9d300208fa4a8173b068ce65904f45c071d0fea5bfb3bfe8de1d29e6a0ec -SHA512 (luapackageloader.tar.xz) = 7f2558dc265746f143520c2c6f3bf2ed05ac8c54988e573519321a7fb5a2a991220d0eb8906893f77964dc01f0e3f16b783dcd20f809042a11d29cd137f557fd -SHA512 (luapackageloader.doc.tar.xz) = 64719d715fc98bc09ab17db5f2053ea3e34d703adda6677f50ffe178a974230e8a03a9019b995238d073580e1faa745e655a7207468965ccb9f67bfccb5b5a49 -SHA512 (luatex85.tar.xz) = fbc1306d40e1c329a106d7ec4ef79ebb99b2869ce72c45212b87fa03f66a18b1636324dafc739a33500be77bee2c71ebeff02c97c42f85716f5bded4dcebc021 -SHA512 (luatex85.doc.tar.xz) = 4bf353f60c305ea76e66848920e521dec0c66c80f71ebdfb0593acfc9e2914eac272eba3d69f63f43fe8be903cfbb2da7edd82cbc3d38a897934d91f1ac276b7 -SHA512 (luatexbase.tar.xz) = cb187dcd0f9e454a3b9d021b802ac6f7d09c3eee68adb5da31035f5b7bb36d2938ca940505ee08c8410ee0e5e5c81ffdd21617ea5ba0e9ca7b58abb6ede3defb -SHA512 (luatexbase.doc.tar.xz) = 5dc696009e84662fc56443d7a5d61b3f30adbfeae3cf7176e81e676087d0fe580cb0575add49999ea8d5651850b7562c775b0727de01934465f3613ab7344be3 -SHA512 (luatexja.tar.xz) = 24855225e2fe63a1e99ad67240ad5009ec62ab3bedee09ffc7969abf8b65845f579c914669cf7dd8c5dd8cc39ddb2a20c6714861642291b37dcf2810effdad4d -SHA512 (luatexja.doc.tar.xz) = e0e77d1ccaf4f02e92c32985937e12773be1f00a76d318e81a1bb4c7591f8d15e111a0726ba373d6dd665a023d2ea0350a24ba0ff8d5322f31e6ac5ea0d6211e -SHA512 (luatexko.tar.xz) = e129bb43d67c657c8fb51e2f12958ac87c742499dee19dd89941ee231172e4357642616cd30dbb0c7dc34f7733847bc5abcb030e80a910996aded995fdfac9c0 -SHA512 (luatexko.doc.tar.xz) = 504cbc07ae52ecbc528f8f462b01c691074cc0148d053975012ece7a0c4bc8e1603d83c42f544da24f5377d753cc9bd773bc6181d3e647f51eefacd78d314930 -SHA512 (luatodonotes.tar.xz) = 4cc24f72014d50179fa1cd3630a483677a98a5dedd28e94f2c7003c3c61eae66bf9b6787bcde81b654f4187d873440828655be372b4d6bbf59c802da23beaeea -SHA512 (luatodonotes.doc.tar.xz) = 2b7298a56975f0ac71bf6c0327d95531622de23a33c4a1999cdd35ae960766342071722e388fd3d9fc10fcbd23c0752e5e5399516c8465f7e66f5ea8b952e447 -SHA512 (luavlna.tar.xz) = 048347c596056e587cf0785359ef3dd1ac1b86929be10ba1f8471fe53054e75cb815fb67d61fb15953285c240e81fe8e48e72518daedc6943287f1d518b5c0ee -SHA512 (luavlna.doc.tar.xz) = cc352d3acccc440d682fafe4978f65e6395134af29f9588289200992ecdba1c6bced1000aa1f20065feb2c6f0dc0db4de868898a22cc2fe64deb07980f5f2194 -SHA512 (luaxml.tar.xz) = 95279ba444644ff60cd0aa812690a5f60aacb4c921b9e3fe1b714f8574b0b01692cf8042fdf34a044e162b7e231bb31989e256c4a4696f1e3358df8088114707 -SHA512 (luaxml.doc.tar.xz) = b5a7fd96f95350b8b7c781d1154ca2a46cb22b0413165f599e5d5614b411a1f1e5ba236862270855bc613e3d9d4503d9f9460fadd7694f719f8bac6d354fc8b3 -SHA512 (manfnt.tar.xz) = 492dff2a46b9c0e89b8e29149546dfc736195f7f264b156fd91f4e8d1396f43b149948df656c7b148a2d54064fba89e033179b31eeaf03d0037875e36e9b4244 -SHA512 (manfnt.doc.tar.xz) = 469280a4576d3b8396f310ba627f5a69f8fe47604f39562321d9b3b7d2f3e81f8d2c0ff7cd18ae4a93d9125df0fba79744edf0b30d036916a8259dc39adbdddc -SHA512 (markdown.tar.xz) = 9dad8293f6453efeeaec56f6b6daf817c782189f611354fb4d8a4edf22a37a9727001d41416f635402abe63689db926444a8042946d0124bb8faa7aee0eb0f24 -SHA512 (markdown.doc.tar.xz) = 5c047fb3cdc22285568bf2280d8bb836e7727dc6c275cea7f32b0c65e38ca729482640a21d9f6e21dcf72195c2c100fe1e319d9a79b2e33784983335d6f94826 -SHA512 (mathalpha.tar.xz) = c6b653e5a0b7788ac36ea9ef6ce07dd4fd19a75a82c4115cac5921849477839387b0cccac469dd74b9f4221315ca741c49304eb76213ecacb97dc7e218ac4cc9 -SHA512 (mathalpha.doc.tar.xz) = 5a1d993f73d3684ccd8a855cf8e016d35aa29c34fecea0f01f147a0cb108b355108faf43734c83bdb74f59287a7963b4b418894e0a5c0ec4ffd884f3f4ef1d0e -SHA512 (mathastext.tar.xz) = a8c0ac4c041b52032e1bfba14eeb6ad42206428a8cc576597d7b509d652c818b2568f043a6edef0bd491057c661e30d9e61575d1fe0c8414e45f08d9629b4e19 -SHA512 (mathastext.doc.tar.xz) = b2b1deeb2cb3a966d64a1e367de2ae6f932b5cca714a15ed113def4b00d3046fadfa4724dfe21028fe82bcd5d76a1c73196a2c599a0f6a56ec113fd4421c3456 -SHA512 (mathcommand.tar.xz) = 733c1581550772bdeda24b12154709a09f4427776392e86214d273c2eee1df7a80fea4285d21410f44195af30682aafdecff9f678ac43ad5f78a90605f76d332 -SHA512 (mathcommand.doc.tar.xz) = eed721d4b0da17c2ae997c7b1c46f19531108db0ecfbb334b648d5931eb2e86eb99465c52093e2adee7150dac3d5c8dc4b9df45ae68f47d0a238c875b33beed1 -SHA512 (mathfam256.tar.xz) = 20912d6df0f287c14300e4598400cc2da676f7e484757e3a9a0c41ef6861d7180cf7110fbc7b5668ba8a713cb66b9120736b64a1f5098df25379ebc7b14e44f5 -SHA512 (mathfam256.doc.tar.xz) = 26aa672bc55de7c45a857d1ae26e156fe19f4ffa05417a7a4163526d01d5f58576f8d6db951e377b646e1ff25167571587d09f21eadecb95bc96e6b85707a9bb -SHA512 (mathfont.tar.xz) = 5951daaa320cedea9d40ce0af8b13f9e15e926bcc14cc31f64bfc92bbd22e5a600e1c696f0e7bbbd1cf6a31141c6d3a985433a8000df7c0eee0139c40393667f -SHA512 (mathfont.doc.tar.xz) = a09ec87af77663740e5cfcd271e7ebae1cacbee24a31093912a7ef3925827bf35800db424d3a88a40338fb1f1e63d033071b8cd3449493d6d3a64ada760289b1 -SHA512 (mathpazo.tar.xz) = 72bfba52e37abd933cb7b1b19dd813c3c76438591c94f9c407cabb8a44c8c67f78fae04442027287e5bf30b7239c3703ece4271194716882773eeb50d4cb2f47 -SHA512 (mathpazo.doc.tar.xz) = 94e624f2cea50bf3534300d3332dd61e1bc5b4c834603356831d0f9bf4c6bdc34af5d31df002c10430d4945c2c71dbf7c156b7b05ba08c657cc2d960839c2a35 -SHA512 (mathtools.tar.xz) = 276ecf3400236fe4020898aea2353edce98cc22335c266063c090a9f6a0de5be46c024f7792553eea4d841c8f204f53f762f3accae0c94dc0d0b1d5f40c3abf6 -SHA512 (mathtools.doc.tar.xz) = 05e06b542d600685a875065a982f542dc75c21a12d6820a9efe13bd68d36bbef092b99a30823bb32805b6b7be1a5f62ad7703aa84c6859aa23e21ea377e8931b -SHA512 (mcf2graph.tar.xz) = 39324ce41fd8bf3f6c478533bb96f8c743d183754e28ab68f431fc74b1e873221a81fb782ef5f8b897dc9f929e19b41e617d042adac54d8b3c1c3b1094dbc3f0 -SHA512 (mcf2graph.doc.tar.xz) = e005ebab9b4ccbd6766ae91a59fea1be987ce290c56569fe754ab0ac4fd7c68046345704d7fa17e75d4b3b5ff361ca907c34965cb6eff26549909ef55804a145 -SHA512 (mcmthesis.tar.xz) = 5768d3d07c88c186c9b1937efb3b4fb21cdb1cf9b05cf653657f34839e812c0072b0b0a24f05fc24cb29fe084fe8d26a099481c8b753e99c08b481957635470f -SHA512 (mcmthesis.doc.tar.xz) = 5bcea5b94809ebf47416a9638112979d47a64aaf7ec02e1729bd8004f7159383f2c07db03164f44fc450548a80a7905569aaddd0fbf89775f3e1f894bffb20ee -SHA512 (media9.tar.xz) = 015e200c54d2e5778f55e5f5cd9e9bd0710beb474ab3b2ad03a77f1d156d242464576315282504733607d9b1844f89592f2ed4d8c5a9d34f314b8c1d4593fdbd -SHA512 (media9.doc.tar.xz) = 8bae6835b1e6d0fb3845b015124db22f439cdabdc59cc57af9dd9ccc005e7a44f53f018b51ffc2003516fcd57d0ced72dafe39bb1eb96faf8575aa7069b6abc3 -SHA512 (memoir.tar.xz) = 2407e779362149e4dfff59783ff15908d08b4425888fd240fe28d60c0cb8d78dd59aaa79707ef57036fc00a5ed3162970d10e075923922ac6427c2931f4c0195 -SHA512 (memoir.doc.tar.xz) = 69867e55ecc30c8831e6473489fc6023f7f3c72133f7f9e30fd2044086a32fd3968ec0ad1ee6a4417e92c2ee169e87cad0f0bdde1a51c4560a1f83d2e97186a2 -SHA512 (mendex-doc.tar.xz) = 2a4b24f7340194fa80160681fb038369e45c1e6783765860d3f57be944c4b79533febc82cdbc65f89b9ad99308cb4ecae4baad37205d0f375f244e5211a87df6 -SHA512 (mendex-doc.doc.tar.xz) = e8c8e773169a262e9f19bb9ab704c05968440aa0ea5928e329c79851e9e23fec5f78a108188fd2512becf7d78ea1e9f388ffa80b0795bbb4ff8cb81893b4e869 -SHA512 (metrix.tar.xz) = 00cbb4d0cd9417c57ae2cf701f0a485d296e17b95eb56a7a3b0acf328c4eadf3d8ddb7d4c3442ea26ef019dd4a6b5c95af9f718cd4e31b5e5d29301ce8e82edc -SHA512 (metrix.doc.tar.xz) = e5f8654272e8a85366c226113d3815ffb1e539237bdace71da55e30864f8c746162ce1b3f3023e3e62616b286145157816aedc871c6c42dcd3d4b76092d8ea46 -SHA512 (mflogo-font.tar.xz) = 4b2552a2f38c68c755f3966aedee8e054af48e0b0a61267d7a4b1a29a4bd6be15c8754d657a2f08d88dcd42a03ed768d336747d2c35107b4dd2d5bb0e1f649aa -SHA512 (mflogo-font.doc.tar.xz) = 8ce49b7bf7bdbc46589da02c461f98746e13e13f19eb79af1c2ede084174204c128b27f88e164d5192415b6f464238e7f04fe95fe8e0873ce8aac84bc1e56713 -SHA512 (mhchem.tar.xz) = 32c9a82b2c4f6c2ca5a48d3f781206e4384df91a13d2ee8f7f5ad0ee5ff454e6c70c545eb576b4d8431cda581ed1f8ccd57dbd22d281d764c4872fef28c6626f -SHA512 (mhchem.doc.tar.xz) = 5911b5548fa03abf787ca009b08553e3e575bb0d6601f36d878d7541e5e5cea0fcfceb5c3c69e6459f3aa6b791f8090bc244edb35c116112230bc5928b15f901 -SHA512 (miama.tar.xz) = b9a5416b1de4cb487575894f3dacac8b07eda2b37b90fa0c5ca0ebc5d9d412c896fb7cd028c6af5627368c44d442670990949c9ceb9fe3a60179d3f70874135a -SHA512 (miama.doc.tar.xz) = a76db9f49bcdc225d9206ebaa3b7ca42bc7148a44d1d66b72d2033b68fe9a1137eec265316d3a24077e3e3712687e80ea948d4f1c9cd819e6a4afb8c9bbf91df -SHA512 (microtype.tar.xz) = eba24c7a1e0f18e5d559d559745cecc9398630e4491b5c71f695e0e6893e74a87171e6cddaca8345e99ddb63558ad2a712822819c17fe1c20684e043adde4fdf -SHA512 (microtype.doc.tar.xz) = b0222af67733ff7e11717388d10e0b57fbeca805c85844360ce70bfc3b5d0c18157a12fb40156edddc263b8970c9b172d3fd4a1210450efc250aa05334d2c5b7 -SHA512 (milsymb.tar.xz) = 51dbdca0783519a3f7cd5ce78cd3c8e0b36c79d24781015a71e1c26a3d9a98e549f50d6d8c6044be0fd32642a3cf91e4a80009dc237b6eb5dcb1c4ac055d0732 -SHA512 (milsymb.doc.tar.xz) = cad4940b3bd462401ddd31b7125924e4b25b02d46dc360e7e4f3f027ec9bd905ea7c1a1cbb26f7a40a247aaa45e0b685d8fb4aa4caf01fed6d0a0c9c1c032471 -SHA512 (mismath.tar.xz) = 0bf6eea83401374473c001b3ec6a39c70d14551983a89fafdab854b12000d7806b76bbf10fd3fc393d5e7bee0880bb9fff9087da274b643a1123c128d708e22c -SHA512 (mismath.doc.tar.xz) = 359a86cc49554c0efbb932b0cc8e7698582b01fdd7935d88d50a754d91bbc7bd8d69ab3cbb18a81ce89c3614fa5a22ff27bcdacecaee1dce3adf35be9dd119d3 -SHA512 (missaali.tar.xz) = d23a0e4a7730e4a6861a4c68c44fc77249133724292f65c8f0114081b9d2821acee2bc1520c9644a9f38938c6b1cac76483b0362c26deac5484b3216110919b6 -SHA512 (missaali.doc.tar.xz) = 7068de94fe243812c6be1dade5a10a45dcae28ee87a2a305f65aa936c58a4ada1bfbe44a4a1849d802e5a178fee3a5dfdd148731a5fa32f2ed37745905a15925 -SHA512 (mla-paper.tar.xz) = e82a0f04441b08a8f5b2dc0bac9480ae9ae8c169c7e5a1d1795315d3e103cbf3a07f726eb41d7dd7b1ffd1443fe00bc686b37c62edb59481a110bfd34944daeb -SHA512 (mla-paper.doc.tar.xz) = 6bf3856fced879c5dce5cf1442ed0302453f7a02ec30b4d1a2cd63228baeef58d11999d56f505c1aab6a78eff1e4671665da381b7e319a467e42f70c56cfc89e -SHA512 (mlacls.tar.xz) = 14397d8a4afa0cb4aad0749dd4d4e32c6384d8cc40d302504783ddf86756c65abef878fc7bfcffc150fd5b73c701c6d79a8f5a5a085a7bac00645bfa1b997c30 -SHA512 (mlacls.doc.tar.xz) = fb0c75e2f3a8f9f543af670309ec035e3f539cd642a8d829b88a733c5fc7656b86947c6b56d36dd8b17942f72b4023fd20b21a0415aeacde878b95e6675132dd -SHA512 (moderncv.tar.xz) = d45dadcbe35356b64c6e81173e02d08f03f148333aab7f40f7ade71c6818a9be0fd649472ee9b7605bd0437054e304ba9fcd991c9092f7550b8cc925b66b6522 -SHA512 (moderncv.doc.tar.xz) = ff121a7936943ca52f5bf9007b34004e8a8af6a0161a96e42eec9b08947df72df289e7dd324eae539ff7eba93f512ae441118d53dce1bd7763c93adfbcc32ab4 -SHA512 (modiagram.tar.xz) = aee09f61375cde8fd2ad80099fc42234a4ba787b212cf8f5e5e28a09480bcda5c307bc3e2b0e027b18666808debaa2f5215d3e98f9cd816b9f31192b30f5993b -SHA512 (modiagram.doc.tar.xz) = d07402a534917ec27c6415503c73ea5b680515a223d41d2f16ceddbf6805c61c29404d4628cec21cb15ec8e8cf3ac62c5756744fe5eb0545e9381d001d05a3e8 -SHA512 (montserrat.tar.xz) = 58c8b4a1f6eceb10c7fef8e6dd951985ae6108cb3f93eedf20949923237cb8af6a834674dcea48b1c68b51284ef37fe2d4120d52fee82753fd873f60b585e685 -SHA512 (montserrat.doc.tar.xz) = 694ee7f51b0fe1622981bfa636263bbe18f89ec481071af587a683648f4ee900d9100864e51669d65b9952e6acf64794b5610989d2bd86f6e4701e1e41193242 -SHA512 (mslapa.tar.xz) = 28a13eda4b10f25e4887feb44f64e23cfa683d28e57b66a64d2a15c627e5f7aaef36e9fbbbf3c2320891a0bb9a5270fb59ca9044f1822402d82bc494f41dc3a9 -SHA512 (mslapa.doc.tar.xz) = b53311156cb6872ec996130474f18d8735f9fbba8d53258638f78d498b3cb294eb490b6eb1460546dcec39258e0785401dad5ecb66c82e2cfd7814bfa852908b -SHA512 (multicolrule.tar.xz) = 591a7aeb5a918fcfb847cbd7f91cf389b6131472e62dea411b04e9ecd0c4eb1e203a31bacc69721f444c6eabdd44462e84cd263629ed4d6566840da2921c843d -SHA512 (multicolrule.doc.tar.xz) = ade3f0e13f39a4173d6402ee2521232ff42ebfd8ca55d491f27c1dd35caeb06d92d7f53c1f897d71752a9013f1383eb9cd6b6f250c9ca535a31c21f751db4abc -SHA512 (musicography.tar.xz) = 062bd689224a432188b10d53f1224cf915432147db66d93d944fd9fbe9e0ea8928562fb19a6b5f94373db7c6fcc2c23daf7a7fa338f5b9dab53e9eee2a78db35 -SHA512 (musicography.doc.tar.xz) = 9dda39b912cc766aa619254eba7a7d3d90bab3a24668d82e2d4c9c18fff1bfeb7a09e549774aac6d654da1108378f1867ad1d8e84464f8672b3f5ddf445d5e47 -SHA512 (mweights.tar.xz) = 50d675bdee00625b5fbdcc1ef923a48abc19af890faab90ddde4893081dd2a5de6b5ce9165a4bece512c885ba3f3990d8dc300a873177c725a5aa16b434d4e77 -SHA512 (mweights.doc.tar.xz) = b103ae1a7e4072e646aa70ccd660cef52b6954deec6425fe2007c15a1f56fb45d43d276449e436f188e52192609766237ec22b69c7782af5c0e3f15081989dc1 -SHA512 (nameauth.tar.xz) = 847d9562465a4b1a8d126b2f35acafc9c2121ad7dc2ff6cea5ffa4edd744baef0710192bd196fa8f11f9972f5ea57db1df7ec2b533cbd473dcd241a1f9ed3794 -SHA512 (nameauth.doc.tar.xz) = 4a57f0325184b04c59e9686d64c2361cc139000ecdf9517cf56f2f9023d4c8942ea7104524583eb8b8bff1bcfe9f2da9b26342b5df146ff5974c5d70c037948c -SHA512 (nanicolle.tar.xz) = 3e495d68e20596ada67e55fa7d7273aa0bb19ac8ea41abcede5ee66da6870d3a1703c464c6a7e911b0a202c6062bf1afd7700755fcca0abbc80d0e0c8afd5fee -SHA512 (nanicolle.doc.tar.xz) = 007352388b415e597da827b25c2b8773e64fddd1b2910639139add09e07076a0f94b0a70422f1ccce0c00b7b7ed5f6534a8467e5257dc4670819dfb5d9f61fda -SHA512 (newpx.tar.xz) = 014a13ecb4a30f957d99ce91c81aa40e246e8f270801755c374becc056d7e91eabfef9cfaa26ad1ec1a1b15dfc2bf18749682ea2370299844c0c16acd220061c -SHA512 (newpx.doc.tar.xz) = b7c008b06ffb4671f3a33e26296db91186a8db2748830524c4878c6714717fc9effb9d26a07a270c75e514a9c2914df3482a19ef0b5e5d4e9e131d6f92c796e7 -SHA512 (newtxtt.tar.xz) = 8d453dd25a50384aa0ffc620448a7c1ecff58b51b2cefd0ee2a3ea98ef274ffe1a11e6e26ccabc1d218d4a3f69da4cb254b3e9c6ee9fa99ac32d8714c15a9164 -SHA512 (newtxtt.doc.tar.xz) = 0a29f11edadeec4284ac9c9c04230a925517b198eb3653a456ab68bf495a9dd0b846cea4c3e1a425539f0b834d37f8f9a7f20e5945e8c8efea7ab4bb9342f6fd -SHA512 (newverbs.tar.xz) = 1a076aadfcc8b82d3b003c0f7bdcf17e3c66aff17c7d1c3946fda3d67d44e6885f35f84033cbc1cd8dc3b0c3d90aaf63ace3152fb7619fcafa9d1899c45140d5 -SHA512 (newverbs.doc.tar.xz) = 0c29b76949918fa03f4e4b506f35ad9d0cff6036702330d4e7771325869b7f5effd4f562dd2416d7c15d704fac60efa525f187ebee67a29d728a0d2490d2d266 -SHA512 (nicematrix.tar.xz) = 8693a9ba6f0a7fc2e306ce3bfc490b465ea93062940040346443edc29cd258ddbcce3b5d505b3be77400948448a1872db8b9dbbb8f762bb2de540cf4630ba7cb -SHA512 (nicematrix.doc.tar.xz) = 3334d98d084fdb205509f46f5ca893b206aec59be1c44e24e26aab5fa4ddac8fa6c316199b6d77ff8511869a03c1b54cc9145250c84c1fabec6d536cd4c514ee -SHA512 (nihbiosketch.tar.xz) = ce64ef60a007e8a955dd48f9f9f748a738aa57829116f060b3fe353308244db0a2c1d56d139e2b1cc1a6ee4f243eb7ea2339a2c927966d7418e6b553600b9e53 -SHA512 (nihbiosketch.doc.tar.xz) = 4315c32e1ba43339b609c272fab7aa0b18c44b2c323f43cc303210f37c44c5a08d0dfcbf62e450bdd9ce899d69afd5eceafad91074fec73ac9bcc1e5c8c8540e -SHA512 (nimbus15.tar.xz) = 6a1e1a91c5b42e568299a850052578897631573380579342a611adaf3d730fa452909650218cc75aba5c92204c01d830aaa2c305939e6b85f9202eba0d5e3fe0 -SHA512 (nimbus15.doc.tar.xz) = 23de0b8f674692f1eebcce8c1c308e26b0311c12e4fb61fb6f1a925382bbf072d81047097b0a8d5abbf86f641f7b1fc59c64c16dbd8534db7f875d5b64a2d77e -SHA512 (nlctdoc.tar.xz) = 9e73496b57f3a6ef6ab8f49fce6a57d2e0696b4361ee19bf32454eef9fb081f4124635b219c09f2f26578fd5c489e898c0a99b2ffbff3909b3aea6021f28407b -SHA512 (nlctdoc.doc.tar.xz) = 0ebc3c315fa891a7a2cd3696dba75d755022f4b0b9f7b75854e98f91b31e93f32f0a513a78e0b6ba529b3fe515fd165c10e2413e0dd27c6c50c0d847a74e78f1 -SHA512 (nomencl.tar.xz) = afc93122b5bf8dbcac2eaf61c4e90792107249cdbcea44e0067d704b35756d44c249df4e6924f1a74b68dc7ed753467a73db687b9ab38ec965a5722348b7b3c8 -SHA512 (nomencl.doc.tar.xz) = 17ff56c02b4bc66cbbad73cdd05e254fafc4b44dbd45bb7e749c0e9f25a8dc3c6f4a4e82690a5dc13558b52f1dd679235cf78b15aac22825db1c7a2cf9308c48 -SHA512 (notes2bib.tar.xz) = 019645974d270df27f5c5bf22570e26b5bfa5c076739824eff60a40d1c246010fe0e599eb2fb282cc08aa2161ec7ee753b734548ca04370d9bf923f357ced1f0 -SHA512 (notes2bib.doc.tar.xz) = f4b97327b98e86c64620e975130a7fe790489d16135667c95ec7a368591084c381362e1447dfd1b3afb4f57ed2657a43f8623942f6618d839cb9b1c0995234e3 -SHA512 (noto.tar.xz) = 731e33665913e4e5deab621d44f0fbaa1a9853109f6f76b2d2c65efcd2a227369e17bee3cd18b00a0e3314db61026c2d2138943b3420bb5da29b7eeed10c6cd8 -SHA512 (noto.doc.tar.xz) = 6ab7fcfa88f6c4739038db08afe172387ebe3cd391180efb9b745096ad0d24f7a80b4866698ae882f34d4e6482ea477b419c9421d2a62e71c79e2b66bfd21d94 -SHA512 (novel.tar.xz) = 967ca49cb355529bd6c3435aff389ec5b72b5d715c50a86f73b2cfe8209436046f25e1471967259adf8592fec317632193af00c7fe18dda967bdc510096580bc -SHA512 (novel.doc.tar.xz) = 22b489764736c8fe428a5860c7d19cfe4a7e222d4e69005235da6bb6acb9aaa3ba4a66648a29f6a8c07fc39e72b73aa7044f60d2cfceaa0b78ef520e0291a10e -SHA512 (ntgclass.tar.xz) = c92ad04449f1cc888b80d0f5a6baf318bbf2f743f5131f8c3fafb263f88a2f9df2037c1e8172806a41dbfb96d447c1e55c949e99745a60073431f4affc27cba0 -SHA512 (ntgclass.doc.tar.xz) = 18703b1ddaf9fbfebb2a546bc8e63f5e15958c6f07087d936a0751786f5fc620011654649999c815c3cc0e78a04c6efac736e1f36708ec858438770c27e9398d -SHA512 (nwejm.tar.xz) = 5a7e400c00bc8d5d607a61d1ebc30ed2d36bbd1b270868c89f654f84fe9f6d4259863b047bed1c1dba9b79a8a1f1b1ac612b95530903f81dae52114e420a32e3 -SHA512 (nwejm.doc.tar.xz) = 06da866b9f491a5969460f52f9496f723f8fb3347c7b0c78e48f07987e953994fe658743c6eed5c346277469e89b07a13a3a727d6df7838a8f5e66dead1142dc -SHA512 (ocgx.tar.xz) = 33b8ab1b03b7a887127dbe589212747c8cfd794c1b1c9525222cdede3f941812007441ff2835386e59a19b253e5cdef27a83dd958506dbf7dce6988007befa3c -SHA512 (ocgx.doc.tar.xz) = c3c28d54a06a5010d8b1c266b1b9689cbf41050e8427689015ce0016131cebaec87ca0c416b865b5bf9a386a2cc33326da5720d326d797e94c41b8f02e160889 -SHA512 (ocgx2.tar.xz) = fc31e8980d802d4ead440341d898990a083a537e9dbd15b0d2a0a7b0059b2513558c3ab6565536dcd9a189feadb4a5381a40c7ce7b81afe1ff53b9deeebde87b -SHA512 (ocgx2.doc.tar.xz) = 07078404f77cfec61516cf285246724abab8569967fa1ae3ccdb741e357031742a9e61782c48e7faf402cf38507a5c9b4063a543dd6e608b095d353344b13b04 -SHA512 (oldstandard.tar.xz) = 5e81346120a23c9dbbe5f8c23a7d57f608bf250ad52f597418de8030da4a23fe360a5ed92eeba907b52f7a45fad677fb89a43e5eefac5a6ce73d9644bc97e837 -SHA512 (oldstandard.doc.tar.xz) = 47e55e3e470f562d59c6242e077d285207cc7acaf0cde4feac45336f95b36c2a531b1087f894e07599fc1b2b2216c361beb6e29aae5410e96f5f2177cf2ac60a -SHA512 (olsak-misc.tar.xz) = 2645f2964d95754cef9b3f500fe909bc379caeb95ffdc7423fc729f6abc134ea9eaeb54b5190884a1822009be3135b752efb1a7ae5b2b00635226798ffafb974 -SHA512 (olsak-misc.doc.tar.xz) = d9c3ddc194111eb16dc025f2b3540e7f295e2c52645269bd06cdc448e528841da6367739d8a5a7e15ee5ac2adb04c2e9068d1a7da615bd6bda2f983288c6aa0e -SHA512 (onedown.tar.xz) = e7e1ef415ac2e311be871031c008d13773b4a16de491123f46c9511a98fb868624505fa602607a0d48337a19641487ab4ca49332660677c0e956b61544ef8fa4 -SHA512 (onedown.doc.tar.xz) = cab3a78d993daab2e5c8143d15293dffd0c67abc872c6538342c023843fa94985b6e03f9219c45356d3901829fe7be5cb2be6179189ff600a50ba4d5d62d0b2e -SHA512 (opensans.tar.xz) = d92d10da8d6d8adfa62d440767ed1fa9abf413a575b122dff275eb2e46d501436edd90c215611cd943308f32a197c72b8fcdf56b72268f76237c2227cc9dd5ff -SHA512 (opensans.doc.tar.xz) = 00e5243e465d948b6bd63bfd161d4e549cc6e5b008a8cf8aff1ea5a31bc7a1406858c045cf6fb52c254d61869f1bcd5ef8c6a43ea66164e842fe3fcff2b26540 -SHA512 (oscola.tar.xz) = 831e450ea6fa77f521eca76aaf281a0f7425e28d889c7bc919cd04c52a78c3a0665abf011ec4ef722f47e737c1dfb48f8aac231aa3f370d594cf5300d84c2456 -SHA512 (oscola.doc.tar.xz) = 6024d48e3b6f68037a68dc04051451be2ea7a952e5d8f55b9bd1160d11900751b5a58cc8662e5c38940bee01a442f3691a8cd8329ee4bd5749cf7698adf72cef -SHA512 (overpic.tar.xz) = f6946c04fb1bd17f8708698671c17037688198996cbfac9b358169d1cfbaed9835b1b05b7779f3b4545c3b7de1d0ccd5148757b3cf125983ab0cdb8d895c5e69 -SHA512 (overpic.doc.tar.xz) = 39a93d00bc5646095c1e104927655e61a6fc337ceca8c336cfd40c39a63c02b18a440ca4c9557537d3ddb991e0ba4aac9f9ea821c7cce3f447359fd9f0203dd3 -SHA512 (parskip.tar.xz) = 783e6be1ac9fa993d73c3c68c2fa3a96484e191e97a7f9b5d1027ed7aad11d3209f6d56d25c5f5f982cdb249c7cdc8dabce51bd8fb5d919da95665da04c39893 -SHA512 (parskip.doc.tar.xz) = fe5ed5b4a7a89917603859623cd053c7a4b78de2f90c85bcf18e829b4e44e7e72a094408008fce88e2bbc0b2f235b38014aecf471cb8c7554a462065df60280d -SHA512 (pdfoverlay.tar.xz) = 089e33b32284fa775bd8a5e9b47604f5639060928f54397f775103823822eab11640660a982ff8229e8c1d63baaa26086bc144f2160401fc25855015638c5f0b -SHA512 (pdfoverlay.doc.tar.xz) = e4d21dee8c619fc301a75637f2f5fe8279e4deba63f627d153d47a90ee0cc19031547631acad2e9936aae456c330a7242aac9540a0b5c217ae7fbbfa2b15a29d -SHA512 (pdfpages.tar.xz) = 0f8b9efede65eacc6f0a970ac30bd8839ef521e01ed2cb4672882eb768ea36f1ac2b6df72275c681a952e827253d35e43c77b4cff675c5eef3673ad7fb94675b -SHA512 (pdfpages.doc.tar.xz) = 1a0143d380280618be15f5fa2227ef27969e96dbf58ee8ef1d167b5864ef2565af0225ba2d6c5fb5e81ea03f78ba4fb8f2d4a1266c5e4a7ab834186489fbc66a -SHA512 (pdfwin.tar.xz) = 13981a137ab920fe72e1f79ae3bb14bd9e37cd4eb4dbb66095926e54eddfd28903b403a896a013ac40fcac80736c566e983e34fb9b7a54d0759148ce33af14aa -SHA512 (pdfwin.doc.tar.xz) = 2b8d546b5591773cb9ec3ee407d7390b81e8ec1a6232b626ddbf9bb2cdbbc8c9c00e08ae4772a4b67cb38e96ec2be3db981eb163d412738e5e7bf94e5196637d -SHA512 (perception.tar.xz) = 669bf4b618c4120d6cd7b574352c38d0fb3ab7bd949e26ea239f4ceb0fccbe102dcc6644ad2cee9eb79385f590918a12bb2c065f80b54e8343223056df448060 -SHA512 (perception.doc.tar.xz) = 35428e19d9e2429691948331ef574168a3eb5dd3e09f4286c66003ced8c0a65da9853de4dd57a1920e2f2315b8543f9ec9e096bbd26123554455dd8c23b33f55 -SHA512 (perfectcut.tar.xz) = edf0b4dc69d24b4515b0285dd4f4c7a89dae239eea2cad7cd194e9625dcc7e306c295ae67869d1e58d64e0f68d8c39779e0cd90a4c4f5a4e769be73037cef75f -SHA512 (perfectcut.doc.tar.xz) = 84443432cdd05634c4f75ce3b912bbb2f1681237cfcf3c34ae070fb07e0342b7a5a0abf7dc4d26994bb7506ad3d6b5bd008d4a2cc738b418cbb9b397ecb1d2ba -SHA512 (pgf.tar.xz) = a52e1ad12c3f177c0896a6e1bbb9eff373d6647328fa3ed9234feeeb97d1e3ff74320af842abf915f6e06f07508a3f6dd278c689273bc41cdb08609d12e780e1 -SHA512 (pgf.doc.tar.xz) = 00c8b5094ae59cb8f43c8e3c18add93db02ba567e8e56812e75b04c78f5c204ad7f53fc94cdda968fda62050335714ca738ff691effdaf51de3c714ad27cd1bf -SHA512 (pgf-blur.tar.xz) = 95093365a79d7f8a2df134decbac172a080711bcf8e8f77267ea4520ccc9aa398f5fbedaaa5500fa189b3873d8897350dc2c99f142b6bed1a6e7705293a3b8b7 -SHA512 (pgf-blur.doc.tar.xz) = d313e5ed1a0b5637996d6bd1827b909a771fcb44490312c502acd89412966d7662b1482fb8f3347b8d658b336051773c3d10e70df9c1f22e810802936eee816f -SHA512 (pgf-cmykshadings.tar.xz) = 8634e486cc07bcf10af1abdd94bdf543f11bedc7fceac2f154a8a579920a7467635eae17cd62524b7ba7b2345f26cd4c4b50f8098b01b4f30eb15a120e480b92 -SHA512 (pgf-cmykshadings.doc.tar.xz) = e3e301f4979f47e16b9804a50d23575302ee3abef1c5a4dc8ea9aca3d94502c378f805ae54c61d7be9ccf78e236dc0a6c0bb54de47a515cc3a5350381768cfa8 -SHA512 (pgfgantt.tar.xz) = 0269703fc00f10981d5ce8958159a24814b9f410c1b00516608c039b1ea8a3381392bf1d89e98f3011d42210047bf2e1fec2f103467087f9172e143d9ab6fcf1 -SHA512 (pgfgantt.doc.tar.xz) = 4890ae174c92db8df7befcef30d03724ae52fa4b26ac796d247a703794ce745ee892f0d2ab8a4f62e96a5e5f792791a6f7e8b9e71f1c0f11b68e8cbcf5165472 -SHA512 (pgfmorepages.tar.xz) = 9a4fd2f42276cb72cd39dfe3cb5b6c43855e1d7f01f47c53b23c8aae7bee98c89e8a8f784a917c0c4ebc35f9dcaec18b8d4f6bbeb05ec5a80647ff7ca23c02ab -SHA512 (pgfmorepages.doc.tar.xz) = 3bef05b263791c9b1e92868ae22966f5638a900d44ed9ab9de5beeb0dd25c7e8745d09da4cd3c2c7a9e9e5c710126cb7bbcb67579e770c43e6c7e057dcfdd1b5 -SHA512 (pgfornament.tar.xz) = 2815566020f0bb22810789d4784f4a3b50b7d05bcfa4e90a6b2f6530b7f433cb870e869c877ecbfd51d8e205d941fd4f2fcafbffe164a1f99944d8503986eb57 -SHA512 (pgfornament.doc.tar.xz) = e61c406ab0f727df26300731685e9495e995b8b43d1fd34b5eaa652858e2e64fb9f8ec1fda5210fe9273d6902786b258ed0f808103e4eefc1c759b54c0855c74 -SHA512 (pgfornament-han.tar.xz) = 7db1999c8f76addc56ad84aea76617fb61d3407bf28256379526058eca3dbc2f69442c6d0214d31832e31048fb1b8419125dd3441fe039a832d573346b15809a -SHA512 (pgfornament-han.doc.tar.xz) = 68e6720389bebb23edbd5387a3e0b3c9162b8cd0ebdf96825bece939b983033408d01b4739ed034cb9e0d3fefc21c87049f6ace1abc42826757ee6bc7a86da9f -SHA512 (pgfplots.tar.xz) = 65364a44b5950ece4c6b6797b149a147dce134f89e2d9402d9a42e656c4a1170c23cc66c8357599addb8283617061850247d9d679fa2ebdd2ffa90b311492b6c -SHA512 (pgfplots.doc.tar.xz) = 65a01a28b2e9e14f5277f3a6c91fcd1dbcd255bffa7feeb15132aa24013fd59fe5f5feb6b7a2521328ca2060c7eb8d2eb70b1433f32452b2f661c5ee7142f336 -SHA512 (phonenumbers.tar.xz) = 79f875543181adada6e60d57adbc225efef89440666aa179ce69eef0118c528bb603436cb7df5dba95c75f60bd57bbe321f169358e247842a42cafee14cffef9 -SHA512 (phonenumbers.doc.tar.xz) = 85a496e3ff30df0bb1a852e1e21cf0fd8434124f3ec1b460fbd3c0da05573a1ac85136d3caec4f4d59993d47ad82fc0f123afcbf272982bd614dd2e1f318394f -SHA512 (pict2e.tar.xz) = 9f8fc3acbfb19b9e45579c2e2b0013dc84b9c670404e71f94b70c1e8a91569731a3b6b44e17e3d80bce5a099c3f16d6d74b7788daedeb48262971ad001d38472 -SHA512 (pict2e.doc.tar.xz) = 43297b99d4032a53b8dc36ae64a42ba12d5b800a352514e9678b0fccbe5798eb8c780b5b950f72f322eb12b9b23266d57df6d74409ad17d413d08028b033c6ce -SHA512 (pkuthss.tar.xz) = b311d7519c761f42ab5e45c4d8dbd800ce6e9b36118c738301ee58ba4b776f31731be0f4a9b15195a1827584ba464847ad9f68cb5e5cf1715bb9b354a63f1cba -SHA512 (pkuthss.doc.tar.xz) = 0e761ae1f6ee318021ad5de11ba354181bd6aea7d7df4bfbe4a20723ee6d7078751cbb74f0acfa3039274120a976eb7a2a4b0a4208ef5add17f4bc25867405eb -SHA512 (plantuml.tar.xz) = a7eaf9dfd05377787a9bf18855506506a8252f0a8c44aef2d452834ea1f7091ecca66dceb6124e44ef117294d526838944884ee815a8dbf48ef4558da1284eb6 -SHA512 (plantuml.doc.tar.xz) = ad2dc0f8696e15a55dca16c3a45a6376cd423c31722376b30fde2ba2443a4b768d02f745838ee4c83a1a228b6cb492367127799d9483a800f2da03ebd0eea214 -SHA512 (platex.tar.xz) = 38761c0bafb13838605d9578c1f79c71d126f560e788a440cd36bdd50ae574e99112a58f4ca2456de3b32985a65c2c9bc7b1348456b9710000a9b16b776fbaad -SHA512 (platex.doc.tar.xz) = 87c04edb3f9b3d6c67adfe6a9f0bdf896ed951ebc211f9bfa0c0d64ccfeefd639163e733ebe250a70f7a25276044cce37ad53f7903d0cb440e22f0e37e3da457 -SHA512 (platex-tools.tar.xz) = bd1b61377f9793cce68a18c43c43316aed3f6382d031e7948e5ab6726b9be18d5b819ab3fb4800dd9fd1932af433352c7285eb9498925f54b66e0f87b0d293f1 -SHA512 (platex-tools.doc.tar.xz) = a58c732af05538e8450b9a329754d576cd0c606a676d2451212d928d39e841bcf702cb5e096405c455f98cf012bf4f75d39295d7ac5efc1c6d3647a16345434b -SHA512 (plautopatch.tar.xz) = a50f5b0233e586d25fda8d2fcdc8817ae4ae56b13a2c3dd505011d17a30e7e5d3ca10547416fd2d5df9a628ace79f575307049510150c4e925fb1fc30871ec6c -SHA512 (plautopatch.doc.tar.xz) = 984daf85b86d3b1c308c52520148fef9cfce188a6d210514e44efc3dd7427e80c5e179cbed077e4b52b2ec6239710e64c18cb1b7f8f6734662ebd4cf1533cf5b -SHA512 (plex.tar.xz) = 4d23f567356527629e7eb6cec23287c1e55db3afea71faf8ee86a4288378fe2ee7fee6d34c311f5f5e3b66300892664013752f2f0fb802d22ecc76980c27da87 -SHA512 (plex.doc.tar.xz) = 1ea960e85e33c4739da58cc8a2157672daa06dc7257c23c3339673cb26eee549bad49809330a05867c24759fa907721aaaa48e9d43fb6118e7b465caf4532090 -SHA512 (pm-isomath.tar.xz) = 4db857db6c88395214df0808883f7f724081669a458258b6d7c687ceb7a7d8b3a19f55711cd0deab01a7bb526a90730dc184ae6d5f4a8a6f6181764286f4dbfd -SHA512 (pm-isomath.doc.tar.xz) = 9afb84f943c47c3724f67a2c7d2ee55656c9bd039e2fb3a3c5d97911956e0e1117b9a6822e47f0a9ddc6a464029b40144710be9cb05b48ffe857647a3c56140f -SHA512 (poemscol.tar.xz) = ff2350ed68690432ca368330f50c5a76ff586c2a09e7e487ea114d75b9b488652ce561e40d69ee02a5271b4ef93ac3dcf888cd64b79a33b8f7b5d95ad7972e81 -SHA512 (poemscol.doc.tar.xz) = 89a929f03afae3c1a48aa4289bda29b06664d4583c6474fcc3df041b809c240114f1f5a14d2f1d1493c1c36d31cb9344a4ef6ba9ca6e00008f3c9f1dc5ffa0c8 -SHA512 (poetry.tar.xz) = 1f618b339fecd44d21029ff9ecfb95a97e47fd5d20089a2115d70c8336738c794e1c639c78a16b5756d591fbe3ad52576e3923f6f86245fcc9f7501008382eb6 -SHA512 (poetry.doc.tar.xz) = 540a209251cebb31bdc87143fc8b60627a9296f488f58a81faaefb3c3cb66517e8a670e81b4363840cfa1220697d26517fc1bebedf43f62a4f1c18e3e14a8d65 -SHA512 (poiretone.tar.xz) = ef16b16df476797c5f458b748e7e6f9862876f14cb03459c62b5c27f87c39d792639edfda6c0eba8853ad3611cf55e8b2f01dae93ca199715ceaba4acb130e27 -SHA512 (poiretone.doc.tar.xz) = 5ee5ea0c4c7381194249a3417f7c7107ddfe254507e8ee8c8599e3ae242a37c6d8b0802cfb7cd8a64326b46086e9b38c153dedd40723af887ed40b1360306fe4 -SHA512 (polexpr.tar.xz) = 562fbb09aa3eddf5e25d8617eb4d8332eecb20c0b5ea386762de4277ee15e47dd13243be978146b60b147bc30a167e5a00a6970ee0dc74710f13640ddb4da6fa -SHA512 (polexpr.doc.tar.xz) = 7cd3af9fa8d281b780cbcde915cbb241efe8d2398dbc7ea9e1aaf467b9de58325834faf9f9bb7ea7b9f5f5192ff4016f4dffe7d58801860ebe1735dec7ecd6f5 -SHA512 (polyglossia.tar.xz) = fa72d0fa9c0d104c3efd863b179edd14319e9e6e7c755d41feb64006dfc48b6f48143b900c526f5cd8ca8692da428e13362c035d0e142078e6b9f90827410b12 -SHA512 (polyglossia.doc.tar.xz) = bda2e942a813ff8bd31ae3abf189e0e49aff423935542161c03ed2188f0e97b18416622b0ba64397da9a54d067cc21de8483945459cd09a663737f3779733cb2 -SHA512 (poormanlog.tar.xz) = 39524ae2c1cfec8aeb09afa4c195dc2d4cd9445483dac4a99a6669e66fd0b236b99831b9212931930b7f821891f421fa85c363015996c2b5be35be8a82ff993a -SHA512 (poormanlog.doc.tar.xz) = 3d624c5f870f4fdd8fd3df91ca6f80471223f00ce7407eaae6d0e98ba2da26f497bc149cc1beeedf5afbd0353e3f7fc9667ba3e4336262d3e7a9877981866a20 -SHA512 (prerex.tar.xz) = 4238f65f9ef42d218f092bc436fbbe95ddcbcee44a9032b74020a989696db3ce1481460162171f5feeb16f7507a41643443429afb8000d5bea0d7bf16e8dee96 -SHA512 (prerex.doc.tar.xz) = af17b95e20638fecfe6d431cc320b6d3207dd739779636206899d7bf39c26018718521dabf76adab33db28f975e99d2b2dcd9b13a164dc24927d2017e947bdba -SHA512 (prftree.tar.xz) = d73717b68ce3d12108a76a3850f3a09b9e1100969e79c745b7b08340175ea9599f10f928809fcdbf8ffbece3a60baa41d84dae182ace8b85ff511082f1db70d4 -SHA512 (prftree.doc.tar.xz) = 3b4d81db24039d15e76e0b237ecae6454d54b452b542e26ba8e0c45faf4f512124f0c1d1f5fef3ca6e6dcb3c7cc09eead3003a53a59a689e5e917583585c045e -SHA512 (prooftrees.tar.xz) = f455c85a30ca4882829e0d2b74f202b129333962843a799c575f080de9b67c1c543db10f012198655760bbe894eae2149eeba1322de3392bac0eaa9a89fe00df -SHA512 (prooftrees.doc.tar.xz) = ff1ec0f5f9112e7fd09fee4e3ffba06bd281c4578a055e831c64a8edbec234bd69c6e920745fe6e4fbcbb12b27189465d4fc41c9dae4f1ff80d5096ef9dc3cee -SHA512 (prtec.tar.xz) = 06e946526f194e36b55c91c46615c74a255411ff3de2fba005a672741830a5bfc162be122a7f03d00374917ab70dd789549a2976280db8c8106999ab7e0854e4 -SHA512 (prtec.doc.tar.xz) = fb299846eca43fb054ff441c2eed6f87382cbb58419947092d04bfa99102e3db7a8395c9b974395b579f6b5700f55c2c730c162bcd19e5246fbc64b80acf5681 -SHA512 (pseudo.tar.xz) = efe90b9cd0ada5a099886c8d0bfcb697fd831aef5fe60f6eeb0246dd8ac8bf43782901d77f30cc070b114c961d47602fb2b2d91aef74e9c266ae8323e722ac32 -SHA512 (pseudo.doc.tar.xz) = 3ad7ef72a132e91d030f150df2fbb217115d493acaab1c7c61238277ca3220f92091451c806920b7a848e15c5e5a928e30645854d12ad39a8e5e5fc5949d7651 -SHA512 (pseudocode.tar.xz) = 8335336bb46c0bc362bb10b6bed547d95230a29ba8144549476ec984323bc79475b11afef91409761e4f651dc4c28669639106d14c4dcceef7f90290e5f77b12 -SHA512 (pseudocode.doc.tar.xz) = ad53ed572d7d79caa21baa8c34482ca6032369824967e2966479e85a95d140a6477acf0e69ca7bc2d6dda6f8b161253b1afd43cc53ce4d44641dda64d82abe13 -SHA512 (psnfss.tar.xz) = f7d1acebcd1d32a691221f396220358f3bb15dff2e2cebec4b537b1b790b68d8ce1164711983a52b4f04d6e470df2e3e5fec63bb1d3bf39fe205d5f0351299de -SHA512 (psnfss.doc.tar.xz) = d1c14edccdf43ed2c786394bc04e9fd683b683532a9dc18d592f918ee8899234d23feb738128aa1418f441288cdbf0c6de832f8c4d98023926baeace36365a1d -SHA512 (pst-eucl.tar.xz) = bde0b485e73111b4dd39aebf9f9532afd78495c05e8977de98390389966a66f76d137b502fac24663237fa98728e9efe0dc02c18d0ee22446b6fb690ec5750bb -SHA512 (pst-eucl.doc.tar.xz) = 6a9d8e19cbddc9820390b064d1bef08a2b00c2a77ba47f99f44ab8347731bf38ae1f1005f8bf3020a1c8d7823f67b47a92010a50d70c5c05d14c0978f3d42625 -SHA512 (pst-fractal.tar.xz) = 7c37dce7409f524dd67ee66a79af3d8caa6be5c184c5e6a3c0711810956f3d1623c0266e902af163e8bedf4d8109aff7266d6c6e351485abcd9e300dcf554799 -SHA512 (pst-fractal.doc.tar.xz) = e089a681d0fb6d8505fbeafc1c194d0cc4f81f250e4d53843f71dbe6fe62732bf18098b61ebf70d1ed890c57300b9d64d7b7a2b0fd0d3ba9b831579837308f0b -SHA512 (pst-func.tar.xz) = e4d6d75bfbc8d44aa1cfa98d57b801b255e74b9b4fce2e0e12ace9884d7dbbf9ec03b10db1342dbe56ea43dba91e4ed9b3e553a559594edb18ff6ed63356b6ab -SHA512 (pst-func.doc.tar.xz) = dcd546d44a2766ca61f5b30678b8d4a2cb941b5087d52e1c3d6dc3ca4681a7742d29d5ab69eb7dd11a280dab56d7edf78e35dc5b7e62715205c935ec4f01e7d6 -SHA512 (pst-ghsb.tar.xz) = 53f608d40c000f69ec0ac8d4b04799a581296765e8dd0a083a604aaba77eb456fd0f733435455bffc702e19d5083788b12d3bec3476a24f03fdffddd51f1b479 -SHA512 (pst-ghsb.doc.tar.xz) = 818108e58ff02cb7733ab00bc9d5112821dfe22b62836c3114154d6f4d26f4fb8e2c9baadfb3c4600cc32d667a174c1992f44260208cc295310326893f806174 -SHA512 (pst-node.tar.xz) = 655a9f7a373415c1721a8192aff5868c6eeb20fbbbac394b19ff15a66f6322c9cb3e2a6edac3210b14f94a62bccf18ecff1fe3af21951f382477ed27e37ab36f -SHA512 (pst-node.doc.tar.xz) = da13d6f9584cb2810b0aac8ed65af49a48128049433a845b6a2d73bc2395e043f6ce89ca84978eb52455cdc713931a610cb1047e46badaa2c6b4baf5073c15e6 -SHA512 (pst-ob3d.tar.xz) = 19cdca2466071a1c6236fd4c149d4962dab3aa0b0c097fa408ea60c2bb46011173033bff02d33f596c8a413ad781c14f785b39bc28be4c85aa66480cb8a7e295 -SHA512 (pst-ob3d.doc.tar.xz) = 78ea80a6d63ccbc69640e6e18e8ef43526fd4d4b51a63dccd23429ea44843a0f99f522bc34a7cc88d6ffe48843313da64c550464f28ad48726554bf74b9e9cc5 -SHA512 (pst-plot.tar.xz) = 7e784c8c50671da1b2efbc191a4afc91739718d9c117aa49740e869296a415287031c91c79f750eceb7f90b36f8a6bd5b37c87dad7d84b6776a014cfc6a4f88c -SHA512 (pst-plot.doc.tar.xz) = 9f486e767bddf56647583d598dcac7b64c1ad390d94fea88a285d3aeaaa32d8151883b438c48e0d75b3ba41fef21b38cdc2fe7dd724978827b55dfc6d3bd54c0 -SHA512 (pst-poker.tar.xz) = 6995f975d1c149f5b67126e6a01c076802a5a40cae3f7376a25258b923397d61f021af19822df4e4a522b3648d3a0e6ad1e5d81e38527c7468e753b0fa35c525 -SHA512 (pst-poker.doc.tar.xz) = 619a0a9576c4cd17f6bdac1c2e0dad6b42084fa8f8f2bb1f38a8a07d0a0e7195f79edae841e79f80393165b2671063f6e8388fc2c5b9c12d063f1421a0a4a0fa -SHA512 (pst-spinner.tar.xz) = 230405003645525f89e4713cd38d2dc015a5c41218202003626a154a620354fcfd4297480415771064ddf72768afd15d19fb331fe7fe3029375b681487e09f58 -SHA512 (pst-spinner.doc.tar.xz) = 998388d1098eec8f15dbccc5852b4577f392c9e01dd0a258927086940b5e8fd33021101244403c3d81b575bb1214ad0730160828a7fcf83630bdb765d4c34444 -SHA512 (pst-tools.tar.xz) = b6f1432b44483470d2dc740aaafd254d0f7051e37e9b8675aa85fc50812b9f19fb8b021cb00da405734c25a3dc6b9645d25981c7b603e3a01016421c2d1b4140 -SHA512 (pst-tools.doc.tar.xz) = 57fe008fa8ab2f8ab0682d29a6e3b7c285a84c54eb7bef068fa2ba1aa363792f6a497a548cfa6ad171990e344215db7bc5a7d297bbfb17026b80601ecc977edb -SHA512 (pstricks.tar.xz) = c913d53530c9c80885cca6899351013934f0deae29b2a4b33dfef45ffd6c1b4a9c5e048532745c727f40c8728372a1d907ada67e3bc8ee7f4cfd9e9edd11479c -SHA512 (pstricks.doc.tar.xz) = 89577444afbd332ab86fdf491be17debc3b92624fcf6fb1128234eb97a5dcb1ed5a2c503d00ad8732ba9ae17f31e792f2d4dea1673873ff290c3603cef3335c5 -SHA512 (pstricks-add.tar.xz) = cf73863537b9058961d4592077dabfbd0e76ff0f07dbc7b17520945bad42286483da11ebbd44abe403845a9092cfa6415ad881ab19d323527f1b979b9e0163be -SHA512 (pstricks-add.doc.tar.xz) = 7a7639cd2dc128ddb203de7aeae23eb50adba49702b5270c6c432a159f185dab78bd0b6ce9925b6b803c200403fb662a9ded85197f79711d6880a1641cd53996 -SHA512 (ptex-base.tar.xz) = b3d84777049fd8f0d41de11efff6253d9fed87563796e440104c2b400356789bcccfeabd1a611328d567400bfa195a3416e32620b101ecbeb7b578f311660065 -SHA512 (ptex-base.doc.tar.xz) = b01a493c1afe3da63751a4ef42c593dc12c8ffce1e1c93d0d4865ce52911a5658d624d19eb026dce3ade6016611291400706c5723219b90bca93ace70bd4978e -SHA512 (ptex-manual.tar.xz) = 8f79b2eaac03b1a2450389aa58aa9a893a8c73fb0f77d73b10878e2acfa9e822284bd42de0086aa7a19fe0faeab26e1907a20528e5dd0f5949a9310dcd58929d -SHA512 (ptex-manual.doc.tar.xz) = 004944f1c2959bf6a7ec264b8972e66eaa703c79916df24e83da7dfe945b96e5e7deedd22444308cab3e0731aa2a5cfdebc82f44f3e5ca947938eff3051fe78c -SHA512 (pxchfon.tar.xz) = 7c746a1ffca171b7c1ff245b110869ded747a09a8750a153f3939b645e0bba797a0c90d6a41473196b19bc52557de3337c24d9fd6198cbd1c677cb540ee07a80 -SHA512 (pxchfon.doc.tar.xz) = 7d5d30b32c2aafa42af1ab3e7563f56fe1fcd1fd6aa7a1d6e267e7625fdc4a410fe06af490e99716d5d01ef17a8245f2e9538542bac5b08811ffdb715789d99c -SHA512 (pxjahyper.tar.xz) = fcf5472209ed9021a254e61571182d49b3710ef7484dfad37a70b660a1f387edd1e550340e73f3e4a08b431c4a6fb2ab3b3a8ca45f1312bc23b043e9b4436d46 -SHA512 (pxjahyper.doc.tar.xz) = c42971eee526d1e8e0c3989dba09e1f433a390113ca27c524679b88f8279671a9c0ee780f3ce1cd1624a19afc4664d7200348a28078944572d7293dce4bbb2bb -SHA512 (pxrubrica.tar.xz) = 42de048a96a4d552726de6abea4e8903f7c952c02259001d66655f449bc4edc7bb25b351be594bca205177f31f09525c9b986629c6a964e8a2b50c66aa01e1e5 -SHA512 (pxrubrica.doc.tar.xz) = 92c0b794ea85b1b685bd94fde0c7b7b009ec4069f99705e9fb3dd93ad67564952925bcb4d6442a669f965700e658eb0c15194ffa55da86bfb1867b0d8b7bf5c4 -SHA512 (pxtxalfa.tar.xz) = 6d03f8d9be9d07643de2ef1f35fe30981861d6c230793912b3d093334260e53b3bae9ff178e97442425e527d1dbd0eac366fad16b0276d44378511ddd97eff52 -SHA512 (pxtxalfa.doc.tar.xz) = 0ed329847a91c8164883b873fc7a98cdb1571cc733d9d71ddd9bbe52b591a71b03cf0d6bfe83d63e41f6524e01f38a91c67d370c661e02816622dd56eacfd462 -SHA512 (pxufont.tar.xz) = bbbd7c0724e4b9a77ef731a4be2d014086aca61c78a439912ea20a630785fd8695ab9f287e07d0899ead8fe90614a806b0928a8cccfbd1cfb71c94b9b3c1266b -SHA512 (pxufont.doc.tar.xz) = 850e3e336e1bc3f60a89325c66de38ea1171a2ba2f4444382dae12373c509579a5c686887cbab42b147b69a206b4ceb43af83f8d47446c4bca47cade5f9bfaf2 -SHA512 (quantikz.tar.xz) = e31e50dc3f854f7e2914214efa945e881ecd7ef17eb9a5b8017d911b0ea7bb8f57029a956aea9afecce551c289f08d5c9faed5f9b785d26f25cfd52f64a2ec6f -SHA512 (quantikz.doc.tar.xz) = aba9b0f6466f62bd806b5c02671d42d344c18a353f292c3193053908ef948801b0883bf9a47c51ff12b0059a2dc6040028bda01fe51f113ad576f0e8c90c95c6 -SHA512 (quran.tar.xz) = 3376168899e0f622f60f4886f181c75311b8041850ad0007ff69a2c82e33ba7f71e8b64862c82ad5814f8a659bb95915a4fcbf4d6f4da96ca1de4f19c8c2e6cf -SHA512 (quran.doc.tar.xz) = fece84c5d8a79477d0cbdd8c2d503ba40485c1cb8102be8372c21e0393734de34c47f1ba418d3ef9eb518bdb7c78179f42492c2c7a0e3aac73b65c2759e3bd8a -SHA512 (quran-de.tar.xz) = d969c3fd171102e4c47bf4eca383a22498fb6e95a5f8be288a137e12e1c92adda9e92587c402ccf87fcb116597c6074e64eb70b8249b208e7d1bd684d6ffd6d3 -SHA512 (quran-de.doc.tar.xz) = 4a371576e7754789ec67cde04f533ade561d770cbf410e31c8fdb737d127dd36e0f8f6a233512b147ffd5692acecc43e1977c76efe04b1a65de3c6297038a954 -SHA512 (quran-ur.tar.xz) = e16703eda6f9d7167278f8414c7d2ebf430720e013cbcbaba1766afe787f780ee81c54d3c8910f1d05c05850d45cf34dea658a03b20c498836db4e4c9e810bc7 -SHA512 (quran-ur.doc.tar.xz) = fe770e7efb5f1a9694eb771d5aebf9fc589a1fe135e78be3251d4388061272655496b7287ec40991ef454840ec1db96bd245b134c51891ec7d5b704843b6ea54 -SHA512 (ran_toks.tar.xz) = 44c32e48f06a6c6f71a1a205ed4e4a818b100698e04828a2e5cdd305f1309f736a77945b79939258edb9606f8542a1327766e120075476168115d35a2a298fb6 -SHA512 (ran_toks.doc.tar.xz) = 35b639dcdb54196bd73489e1e7c243d28c5cd24e957c06184c2e2d419f73433a140856313dcb67e2ae7b42d3e0833a283199fb2d251b16710c1ef50827c1bbb3 -SHA512 (realhats.tar.xz) = 9f5c32cf6efc957f8cf7b577c77d953f7969589fd487032807bb2fd2e6dbc0f5c14ff24bd5ce14dfc14b69bfcfe39519a0ca6cdb73351bcbae561a9a01c93180 -SHA512 (realhats.doc.tar.xz) = 681b327aa1c563436821fd7c2e736d2f45c419b0dda38abe86e146ccd9af80d3b1b57302608a42f4e0c1c744b00ba4aa6cb319c32fef5d6fb43e8fd4ba10f409 -SHA512 (recipe.tar.xz) = 03e9e48a2e423f36ccfbeb2e61ffc7c3588658a158c1729f697ce44d98079f104cdf1c17d85ffd5700a7532f762e22da0c4388350007eb13226cc0da43b08678 -SHA512 (recipe.doc.tar.xz) = 4dfd27cfbb4f5f5f45a5fce25fcbee4c9881990dba1009337f41e4080686e993246189595a7c28b8d56bdd2e81a70e9c6fefcfef0897736d5400888bb9fca210 -SHA512 (register.tar.xz) = 709694065b22e33c9d3f8d859ba8632672bd5e3fcf6102d0915c203b4fa6773e0e78f02b1af537b3ff2eabab5dffdae40e0dce63232037c37d4e50ff325e8116 -SHA512 (register.doc.tar.xz) = 08ee956f1f667245f3dc63a27f10b898a03929302f68f1fe19bfa3cc923a890ca72795d4500b16da31e7f69d375fc60e5023ebe404f3ee8b0ecc289fb7a6af5c -SHA512 (reledmac.tar.xz) = 11dfd8c4f0995c104b8cc53ba901b405803b1f42eb6e123c299b376348f05b29096824476e19b8ec943d1164e01645c7d17ecb68c089444bf4ae6f2960b80c3d -SHA512 (reledmac.doc.tar.xz) = 578c058aaf2da7a197fd81bf3a92f31e0b2980f211b257cacedb5795344ba1a5aa8ca8bdfc00ce1c799cb225e621ff6096bb17993571c481194d96c4511d1446 -SHA512 (resumecls.tar.xz) = 1ee39179bba50d32bd3d6d9a00dc9f77a9a2b1822e13958b15804307e36ca208eed327f4f8ac144418e2ccde8d9e248dcf4c72bd137bf440f956d60d0bb11634 -SHA512 (resumecls.doc.tar.xz) = 23a3484a598f3b18763443fd4131a2e0278f17788aac6b640b00f0935c43ee7c3da5850892b525eb6bdbb9fb01d543f7a22b93cd5ffc64290ca0fa4f41a31354 -SHA512 (rmpage.tar.xz) = 13c05ff27a2b5979102c80bf30cda04d72fd144ecf43359cafd427417ed9f8921332a0cbba704061847c9f1d740f795ee1135f6ba2ba183311496884189e3fec -SHA512 (rmpage.doc.tar.xz) = e4de990151be0c984486b833b9f883d1f3412371fdbcc09900b89849b943800cb269fe0164695e95472b463bb4dc81b92fdc532dd59a9c3ba451fb961b89211e -SHA512 (roboto.tar.xz) = 08e409a234850d70207bc7551d61bdfe40869af032bba2d81a99f7507d399badaeb9e8dd8d663127d01ec78520c7dbb1d60b5de8395ed5a180de2d7b8c59aef5 -SHA512 (roboto.doc.tar.xz) = f523a6017869c98991c766ea1ca3febc36e780fc66c0f9fbdd00036708865663670d6de178781489f49b2a0a0c7d3fc01c240fffe7cb06d6cb98fe355b15e549 -SHA512 (sanitize-umlaut.tar.xz) = 5dfdecb98f1be63d358cb029f7428cde40daae2aec1c991b345b5f8097862e43e85f329bd371624a2022c15231db2c4e86ee144c6c76edb9214725cfc90ca798 -SHA512 (sanitize-umlaut.doc.tar.xz) = eba6143a88ce245d1e67d0205f5ce69b86a17c598daf1faa42e0f4675af6674b6a3559ebe4267efa0919eecda642c2d3bbc7ebb5d8650a53fd8d3868241bc813 -SHA512 (sansmathaccent.tar.xz) = 685b0c604978aac45efd75c37652471aa165bfbbf12dfa686320a6a9ef926f9043382333ecc26db6d2ff4d12732d135947145ba937eb6d01d4a4e9aa17784315 -SHA512 (sansmathaccent.doc.tar.xz) = c9bf7d65a232d668243df9867b2eca64e0288fd733c6b39ce200f64fc5b0a07c98ea6a971446f67f1766998e169c14a80eda71104c1653ed54d3865e6e145fc0 -SHA512 (schemata.tar.xz) = a2a5d5d4665d0ab72a57f868acc5f212650268682458caa4c82e1be01456596bc5b9e876565b6ea35b47e7fa521be8ef42db68897925648a0c28d5cef3a63eb6 -SHA512 (schemata.doc.tar.xz) = cb4c1d4c2cc64056058cf4da0fb0af81cb93971486c1fb573c0f1a00df46f7ec1426669c2860d312772f3a1fa4701ad95453e8281194955413a2edd038ce999e -SHA512 (scheme-basic.tar.xz) = 027a1cd0dd4fc5da2427864bb49fc885a00bec6e8a74da24ce9cd781c69bf4288ddfc3c790307ed48052a8fc00c1989d3939b253da6638370adbb1c43348749b -SHA512 (scheme-context.tar.xz) = 2bc94138102c5c4926b4199e09afc0ae66ed32de5030ac9f64290b8b98ce1c39a2197cbc3361d4eb56614552af21c0a67ef9f3dd0af0767f4e1f91d6023e5206 -SHA512 (scheme-full.tar.xz) = bda507842fde5239d7f45169ff78690bd96066d1834cdcc6a0dcbd3e3439308c694ce4be6a91d1f155ebe5e29d46173fe13c83bcd4356969da95fb7cca1b4e38 -SHA512 (scheme-gust.tar.xz) = 57928b06ade27a28ae171e90cbd60c315393adb38cfac93f61f4950cc344340f0837bad65a04b2a3bef08e9c5773509caa1302eb8c299e1327fd3a418e5f0a36 -SHA512 (scheme-medium.tar.xz) = fdfbbd8fc370bfb0ea35ed9f3137b62eddd3e54777963668b3dfe7af6328a92f37c74e190e7f506ec27a3efbe44458941360599a4061a2765d0072af56808d60 -SHA512 (scheme-minimal.tar.xz) = ac177b74d9d5b9fa599831275a4084a0eeb7b764a6ed837d8f14f8391f0e6c0757f7b2d4a8e71868e0c8ea4d497f29d78c4c73fb9e6311dbecf29626516bbf82 -SHA512 (scheme-small.tar.xz) = 6267151dd73cb8b751ad47b79f9c698b465ad5ae5494d462cf5b3b4e7446a3c014a715381bc6a79eaacfd1ba6efb37c6c1bafbd5e1f82e8db751bbaa9a943013 -SHA512 (scheme-tetex.tar.xz) = 44bc102582ef5f6e0499efde6d3190b86988def41aa062a6239075b9371f6c9deef91e4f2bb299b3cc831dbcee9289fafd4c1c6d2a55a747d340fb580ae918e3 -SHA512 (schule.tar.xz) = 8f59d31e7bebb741a7c23c2559f0e90979df2d7ed1482d3dc09a1f5fd95ba7ee358e3acfd5bcfe0a708d36cecd4e36b226db4addcb007168789311758a444bc9 -SHA512 (schule.doc.tar.xz) = dbc4cb7922524e2a73c56861ebac5487b508016107bc7c2a104d93edafa816f27f84a142bd0d228aed008f85ba7aab53b694771a001657ac068db169b87b72b1 -SHA512 (schwalbe-chess.tar.xz) = 42f04e0fc134e4b429a7ddc2397e3c61ac1ff648670497f6ccbeb391748635c54648ab56645849a81b0002aec1a3f9ea74db631ab45972f69f2bde2dc92444fd -SHA512 (schwalbe-chess.doc.tar.xz) = f5ff7c4a235cb5fca0a9d0c9e347c3e2a997c1994e56dab7b9410483935253d09fb72fc678c15e63465de6fe25db7a7dcf7dc445a594711f2072020379b87df5 -SHA512 (scontents.tar.xz) = 3db5230a958ab9fc7cbc644e13e9861823f9a55c5426a9b3fc2c483e86f62369f4cbba869c2a0874684fe2d8ce1a6b0e8feb53b1a4c1d7d9fe94893a51c8ea03 -SHA512 (scontents.doc.tar.xz) = 1d9c515aa099baa507fb776492c59d94397e49ff8ed95de49ca8ef6b91ddf3a7a1e9df0484b2b9100d71788951f9016b9c5318778207d1c973c91867dc2107ae -SHA512 (scratch3.tar.xz) = 9c87ac4de49751f11203487729d2da66e8a80f8439621c4a9d2fd1fca5f90908e22af7478c731fe302ebb145a888e221811b4373dea506c592ddfca1a51b3216 -SHA512 (scratch3.doc.tar.xz) = 9080698bc210243bcb9a5325d5cec0f4b918a4b999b1a07551db9e4c35c57bb73a3413ff9c9dc31af7f2862f7ea2aa86286d92e3df8ca1af69fde46eee43be9b -SHA512 (scsnowman.tar.xz) = 61d9ae5c1632d4fcf5058fd1bb004cadb1a1becfe75d00335509c68624a62cae6780528e2633c89e9a742ea885b207efe5e36d85c402bfd98825dbc8630f200a -SHA512 (scsnowman.doc.tar.xz) = 542deda691600da9cbea070436c5eb8eda2670cdfee2ac5d46d241a50de87ee6d89062c9f5c0e55341a5ea0224e44472fad867503470c3b52b6729f470b09972 -SHA512 (semantic-markup.tar.xz) = f795c901ec0b133520cde8e269364977638d410d6d06207d868e6151e7f43a4d3c54a73780237e2dfb86b9077b0724fccbd7e9121d51a64034f4bd604a38008a -SHA512 (semantic-markup.doc.tar.xz) = f1498e628054e91f7b0ecc0fea7c926aa55d7bec56c3c13ebcc5073f96df84e8c1e255532f9ec72b8133d21511e4f5f2996d95c39c15cb74ae39fffa87d5a785 -SHA512 (serbian-lig.tar.xz) = d9b5d42c565d5704ab516302534238961ad42e971d3c3b4b4672d4cc19927ac22a871735d88c362b753640d457597911fa269ec30edb5c1c0af96820299c6720 -SHA512 (serbian-lig.doc.tar.xz) = 6ed0551c176ddd34e1a4eb4449fd78ca38c166efd41b31c78dc1e192a714fdc81b195cf83587f256462b610681136b69960867d5f1a571a5b1b47256fca88f05 -SHA512 (shadethm.tar.xz) = b9e15e017332eeadd3324afb858ab15a820e23da59f5bf7ea57dac719b9864304effd092c3cb2f25a6f29f22dd2b6f2585279edab4d77c62256582c66be550c3 -SHA512 (shadethm.doc.tar.xz) = c24f37f7f864283f9ced1da1728dd7ae137395ecda3010aeff8ad778b96723224df77755f8f71f7672f5870ad6832a22bce47bec88ae51d0992e39c0a00c8caa -SHA512 (shipunov.tar.xz) = e31326135e93eaddf9f07eb0a746c83b9b6b7a7569daccc2b4ae0439664ce4a9cb2edaedc0e3ff727a4896fea43411c9cef0f3fb8455b1616de04e03b54b257a -SHA512 (shipunov.doc.tar.xz) = 3c04f8dec84f3ad87572f6c180ec783f9a879b887b4c7f860097ac03b297dd7c4a4385cb402ea0b7f09176d711050ca7813e51607cf7bba871e191ec35d9af88 -SHA512 (sidenotes.tar.xz) = 6cf38305b919deca31761f1420c18a0ffb5ba18e045515af058e9b7d73535730117f757f16a8030d97247378efa46428ed9f28757524b650a96133aae6fe4e11 -SHA512 (sidenotes.doc.tar.xz) = db5f8666987eeb2c8e29426a91bc731f8c380176b3f0285c4c4ca8554b91c85af52d0ebe16d57cdb558d8c7d1e97c6f169addb12a57a107c00ff36486dd2d218 -SHA512 (simplekv.tar.xz) = e24f82c6cf65677bee7a55e43c731c26fc05bceb5add86fb79cfbf0d05d09aba34f6cb0c72074a012096875bccc4a51360eed584e3b812e88d772b22676504de -SHA512 (simplekv.doc.tar.xz) = 8a92af8cecf0d3be86c5a2f1abc4b1ad675f920956a99cf3a99bed61eaa56655eff0f3a2cefc728252dc7c346fbb4fea17a49a4eb4f2e9722409784aeb92a364 -SHA512 (siunitx.tar.xz) = 371fabf3b76239174c7f2f0cb6bf123b7fbb224261e07460d1620459578fd12a400f8e4babd43637afa9b917a39050c11973f4db8dd5ef17a6cdcd172eca245b -SHA512 (siunitx.doc.tar.xz) = e0b8c3dbafa6cebf1aa344c6d99bb17a532201c198bbb6e9f73319e6653bb8ede2243ba0bdaa57074d8c374b31d45659f3e803680eafde37797085a8edada8f9 -SHA512 (skdoc.tar.xz) = 3f4bf340f6076f00101cc8be20d284d487672d544f0c17efe41cc1b6f469df90022455f23b790a8289151cbcc81cc3f1e846eb242321221ca290d97ead9ff2a8 -SHA512 (skdoc.doc.tar.xz) = b3a4972162cf366c5db5820b0075871f651c817a36c915841717d4856b5078a9de45b7043ac1cac0bb8e4b9f02cfd0a89fdb53b0723475950c182bfe3ea6bff9 -SHA512 (skmath.tar.xz) = 6cbc67d9a6fb9cb6a3d8da38ff83bbb6dbd28c5e3e81a07a1b7292472d9064f321206ebd4ac1917d80f138f9b9cf91c008b8e3eac27ef0a77ff2073cab08eab1 -SHA512 (skmath.doc.tar.xz) = ce579b82a84f81169bf1a6cc37fff0c2e7c4e1570d0cbe2eb143dc8ac6dc082fa3cdaecae5a31791aa590c89fb74a58a4451811ec66d38eaa146520ff16e7471 -SHA512 (skrapport.tar.xz) = 60ee0f76dbf9e1539c08a97cf25cf14d2fbf02527facc3764c57cf0812a67d740d5c3148a4a7e76a6880717166c935b34bcf38de0b4f7d02df9c1ab50046a2ed -SHA512 (skrapport.doc.tar.xz) = 986bb0ce679b69bd9a0958b6d4d1a3fac49ac6a5e31bafa5d556ac28c2bc3d0d8c892e998791e74172ec86c5899acba2cbd193dfc685e7dcb0b5d47b4c2e3576 -SHA512 (skull.tar.xz) = 261ba31f30fa26e25f82dfe60ff7600c71db51f1dee68a5c094fa8a746995ee9031e41c0f24a4e83aec52c603cbea71a0773cae63481f167b81abdfb0ac3f782 -SHA512 (snapshot.tar.xz) = b153eb4fe8e5ed8cc4d135edc3dcbeacba094dc73587a2b15255f725cd03ebeb450c562ff94e9d87927a6d04d95ddd66e30dd84c0fa664a1e120a190667a72ad -SHA512 (snapshot.doc.tar.xz) = 14f92e7c36443785174f515c2fffa62f0bf253b4bef560de68cc9cf446fdf7c447e5552a1995dae0f26499e045c8e7baa991255f81b2b43c7bc27158083a8994 -SHA512 (soulpos.tar.xz) = 1187494b2c65535c47f88f2387df8cf4f835222ad19718a4fc6ba7c4dd9a30d7d6aeb972f35b5c9350b873056b87a6a93ced5f69ded272c6aac82e467da6cd81 -SHA512 (soulpos.doc.tar.xz) = 10a6999a68ebe21d4e9621a11c63154dc720332cefe8f64728b51dbabfdcda2f638e456c517374bf892b21354f3fca8a746c1539e5745ac42a0228d900b19700 -SHA512 (sourcecodepro.tar.xz) = 98ae07aa0c29c1c1cf2e181b1a5d68f85736b90b8f381bc9c1a2368cea2b8c62fb0c8007f5ce6b53b8e87195b8b0859c54bb2656cb7361119c29ed87d9259c62 -SHA512 (sourcecodepro.doc.tar.xz) = e786d75bedbf5c5d155a69fda50e9fe6fe07914ca01aa10d7ab66800cd37a4bdfeb543ad34c9ca2eec53de226e68d7a1849a9a0510291d135001c5228f19e2e8 -SHA512 (sourceserifpro.tar.xz) = 5125dc5b72d960fefffcc4c8651f3d176c18c32d111440a16a0319f90b8dc973a4af0e20fc3b571578184e31749312c0c1f0ec3bba36b3715a3c59fc03768d65 -SHA512 (sourceserifpro.doc.tar.xz) = c469f7beb0e99c8a9891c4222171525004c63e9feeaea9be57e663541ba4e2f259d2a3674f3029e4609fc08292d749f005f971bfcc542115d53e1845a02680f8 -SHA512 (spacingtricks.tar.xz) = 6dddc3f6b839c16902a590184955cb1f220fc5d1d2c2accaf4bebb70ceba0f446ffb5cee8c8649261d22df79e556016361550570b04f22c3d61644db2d188034 -SHA512 (spacingtricks.doc.tar.xz) = bd416ed7ba7dd3023be779ce3d67d1534fbcecf49c36c5b97ab29006f182e77f2882b0c0646da559b6132a40d97723414912bdb920804c5c1bf40facdb0a8c52 -SHA512 (srdp-mathematik.tar.xz) = 4168f866e5e656539a4003546251e2b1813582bfe8e21057fe649069dafd43c501b24bafb8769c04f2edcc2bfbd8d5583234145038f18f5a7186f7611db70a56 -SHA512 (srdp-mathematik.doc.tar.xz) = 96e5c8146c1ff3e6311ff6ad9c5c7b53e62e6f317ca3ea71db82ef8feb4062148b956ef2d9711a1eaf32fe4a71996cfd16b70ba1dbdf8406a3b0d6dd6e206967 -SHA512 (stackengine.tar.xz) = 13ce66f2a3335c62db5bb2872596480572e106e1cd594d8b787684f1fd3ea4b57ee015737e7e5dd053b526bf52b6ad20a84f4d4db49d9b888f55ad5b637894c4 -SHA512 (stackengine.doc.tar.xz) = 8a32a4a5e75023ab1750a6e85cb23b919f44ee838d24c0883fd4b8945d57a9e3a91b456503642544676eb4100de68a0ba4547d8e2c45a0ae90b3ab7b36acaf6d -SHA512 (stage.tar.xz) = 3e59c8794ba63b4ed5ff0a0e99fadfba4371a93ec2076a818dc0c84b00b5f555ddd09caa89128ef52f59bf888609a045c522adb24417040a321407e4d7d2b679 -SHA512 (stage.doc.tar.xz) = f047288e15f2ded21da1a6e1288951f3ff480c60b31dd3e43aff030e8a3fb111d87ce13b5f98a07e03123ac4f0a81e3661dfb433b389f088e8318134a5677712 -SHA512 (stanli.tar.xz) = 2273ba6dc99762490a0cd7af09edd5c4a511ace7317e62874535946bafa69c14f02663afa21fbc54753d1b5d3884858ae93e4790de7dfe4a829e4cc4ecf4e004 -SHA512 (stanli.doc.tar.xz) = e4405c8903478ad2b8a5c524666e2fd4aa99dc34dae2d15ace5de7ca4713a6964467f18d4ae2b73c02316bc7d0e51f12e82312544e2e44d50eb3e4ca51671ebc -SHA512 (statistics.tar.xz) = b0f2c288a57cc64c72bd2b862cd6c40b62e7404c4733b25af64b43d008b277417bc72a4398734e5620e6d2b9f97b401c1d54ee69b0a1ad5947ecba798ecfe0b2 -SHA512 (statistics.doc.tar.xz) = 9d3f7b94c6d144b89c1c947645e4e071933b402e350ef6405d533bdb0a6aed650b215a135976410fbd3a68ceb0fdaf6c877f2d7435680f8c70f3a2209c0808bc -SHA512 (stickstoo.tar.xz) = f4539fa4c7cef2b69a595bc202e7e49294473556538e9258c27502217e397cdf6eb0395a7afd70ef70e9c784a46b324ae4952b1d14ada4a3116b72e594756af4 -SHA512 (stickstoo.doc.tar.xz) = 098345e6d2fca73d375bf0a170309bc32a611863728b13ef717d99e08368cbd16d173564e28bd5aaa9057301aed1207cd5388a8db1b69fae737fd8c361337faa -SHA512 (stix.tar.xz) = 7e639f7a534e24afd9d009e224d87c9c2a502cbc77ff882c6dcc9ca0bff512f849d1f3e658dff8badab3843a658171b88ab66d8e731392dc456f9c5f4e032318 -SHA512 (stix.doc.tar.xz) = b01c3dfaa96a6bbcaa83e803514c8090546dcdd54595d7c66a1ac280286f5baa98947fe9d513da3d8baa1e83cdd174443751fc79c07cf66093af4e9044fd9010 -SHA512 (stix2-otf.tar.xz) = c4e3a28d7865d0448c8a7dda406e2e2c1a34943b4aed1ed67732134a84e1f5c92b9f57cdcf2836b39221aa4dadf91812c2404a01ba08b658c044c381065af473 -SHA512 (stix2-otf.doc.tar.xz) = f94f8570c8b99f4eabab76473ae541438b5982154f4fd8c9b8de6c6024ecf817063de52259049c142d7145126c90431abedb8663d01c30593a7ccf877e040767 -SHA512 (stix2-type1.tar.xz) = 4a4600e3f579c5d04a2b51d2fccaad2d7134daf2e0e22d4956c52a78df3febbbce1abc0d0c74bf087b3e1ac598fac29992900481398a364ffa79d64dcb9bbcd5 -SHA512 (stix2-type1.doc.tar.xz) = 417df8a3cf6e9195dfa74719b5de690a5d3e464fc10f1ebea811ff7df352dda592fbbd65dd62f630a4b85fa5b817768833cad915666da353ad074d9cec314ef8 -SHA512 (subfiles.tar.xz) = 558a8e29ac5fcb4fba04a75fd02826824690bba8f8b6118ae15f856c0e5cb34a63a507bdaf90a7d2786fe3da34637f76d62d24d061df76dcb95bc324224002a4 -SHA512 (subfiles.doc.tar.xz) = eef1fd8e0b739ed9cc8bf45952c53111b45b6659eb2a0afcf64ae76363fcdfe61320db0831f31b2cdc9a242fd766855be3d83224172e9baf84d15ff938d4b23c -SHA512 (suftesi.tar.xz) = 6b6249485e0c7076ad6141af22ec6aba22c0df86c38c03565bf61a486cd8d7c24c1909034e365699e3428307762f65aa6be64e222f167e8ce744e8b84d2a0e71 -SHA512 (suftesi.doc.tar.xz) = 316340999ebe6534adcb38c53f3183c64fce9819ed57ca51587c8ca2dda25afbb6d2c68529134524974ebaf9ee27b03267e8021d4d6e4cfa51a7697b942f4a7e -SHA512 (superiors.tar.xz) = 783d14d75daa63d108fcf870004a46680c643699ccc7256906a06fc7ca4482ebcee14f120209bd488d5c2890a3c8c33d132a0eb23d4b93d04deb05eca6bd0970 -SHA512 (superiors.doc.tar.xz) = f96d441d9dbd470023c1ecfe3912336f696dea7dcaf7b3c052aabf9c702869cd0ea27a28ffbd34294149c98d5bc23fe004871faafdfc1eb72fcc4fe2e2591d82 -SHA512 (supertabular.tar.xz) = 68ff94c82b9986983b0a8b0c1e60301067aa20c92c2576e6d0a9b9060d4db48e2770334ae941b6b7fd1a4914098e2125f324e0d5284da52b523a7616552604be -SHA512 (supertabular.doc.tar.xz) = 0a36abcb782ea20b3c45d5c42a55fb41c04c3707c9c5b0166f90b7494032376d6756f827f1293cf998b56a84192aed36b6224e4abe14646557d130427f3bb63d -SHA512 (systeme.tar.xz) = 3d559e660d406a5fd3fef16d59c18aca57263b6a0eeb6d9bafc9d4b82dc7fb07181ed1b1fa7ce0efca032cbef129405481e87922cc2c2215a57769628603b2e3 -SHA512 (systeme.doc.tar.xz) = b0aeddf7b83e25a155800524655ba75f7f0e2a71f460dfbb2d7fcfbdfd4497a560b757699971b0db7a80dee294060519eb6170b5681220568a6b8e8476ecba9c -SHA512 (tableof.tar.xz) = 3eb5dd3a3399825a85280c79c9f013dc9615a534e475d64777ec84924c9257aa930b7fe677a85c32b158b4099d5b61f306ea54f610fa1c9db42764fbf5b683da -SHA512 (tableof.doc.tar.xz) = 609011dc53d37fbad2abf84531ab99d8f60b636222debdf0466b33ed85964326b688a7e5d957500a970e1e974d5fbcf1dfc198e146360b6d43b58f6f3d67c845 -SHA512 (tabto-ltx.tar.xz) = 8654a7e3b49bbfe6e861a6f757d8553f78149e7187809b03f6854f2173143e10195385d9e8b35510e49a5f941b27a5796070d6db1183b58e4eb71c452d4a34e7 -SHA512 (tabto-ltx.doc.tar.xz) = 35e98681472b9d6fefa25a534385133d630f072a75a045c9adfc4b0e775095609ece27322e3fe8af451db03c0ac3b63141c3cc7272924ff758a8985389040a31 -SHA512 (tagging.tar.xz) = 8947ad0dc443891e0b5a395a27d2857acb5879821443ff64cb0b15b99eea7a69401ba165b26565bac1b0036032d49241504ea2e008106a85cdd896aa28abd9e4 -SHA512 (tagging.doc.tar.xz) = 06d470576136a96edb69bf595e55f16416da552a5f4a84980ff5393689cb58246d4fbe62b979c22b85c5abc58b926d9be63cd0ec734b43c653a0d0a5c4b04d8a -SHA512 (tasks.tar.xz) = f5d7682d1cbb3f54f9d67878446bf397199e9fa82ca45ccda3ee613da2dd0c004963363e9b60e431065774854fcc58f445ce4695e6735db17d3caff80862fb42 -SHA512 (tasks.doc.tar.xz) = c578dd3f577d43976affcf99e531f78ed0c0a21c096beeee1dafbf248cc9bd08b4ceea5bf19c371dd1826c7646f914f2daded78b0757dee7c231c96e3037e7dd -SHA512 (tcolorbox.tar.xz) = 071faa7ef1440eff776bc19ff6f7fc01250f3c2c7dd8ac916a408560e09fe5b4b2905d4502f0283c367c7a4fe4f503992adf99efe4a627afbc313ab4a9824d64 -SHA512 (tcolorbox.doc.tar.xz) = 9ed792d6ee1f82cf8c2aebec193c85636968a7293d6c9100e01830953372722204ea803a7f24846d195ab327d59d8a6fd99fff80466f6a2acf0fc3b9a0ac004a -SHA512 (testidx.tar.xz) = 003179c0efebe0bb84cf1ddc80db6d905af6cbbbf59753b4102e5f7a760b5e7c90057976e2d0aac138b001e2a211da8758f8e2285866ac34c8287e1d3b82d1e4 -SHA512 (testidx.doc.tar.xz) = deab83c1eb6f77b379b38bc81e680e18b9fb02a4b147363e05646849af1fe402249c50a8eb41e6ecf60fb1cc505cd82593ae90c356cd4bf43fa5685cf5162f44 -SHA512 (texapi.tar.xz) = e964e090b4bf4e924166d0fbd8daa2087a300d4da9d993bcabc624dc78c3f2db9984f2aa851740e61706af213d112cb32e80795ec2cd4e23a69c13ed92fd91d2 -SHA512 (texapi.doc.tar.xz) = 0f3886e76090beb0dcf295ba875b9ddcd950da4d50da710f1b4417ffc7c1ceb48223a20d7cc93cac3cbe2f19edcfaa74c801096fce33c55e9fbc6c57b1897b22 -SHA512 (texinfo.tar.xz) = f898722cc80f1143e1df4df0d4a73008d80b2dcfb567f6ad02edd172373fea4a435c95716242103a6f3e0273b4899b004c988292ccd9f019a270f42f4467440d -SHA512 (texlive-docindex.tar.xz) = 18a848a89dfd52f864d26e59ed50c2d72ce78e253affbe72a2d81619573826b1a450d0e0312ae8f7d8751d451549013d9b60a38e246a60d9c1ab0eeb3618ced0 -SHA512 (texlive-docindex.doc.tar.xz) = 8ca5b761455add8507f2e1c646d21fe1e18dcf929bacd5334e5f7706927dba4099442b08269751851a05bc25efc34a342d3847d9c820c8703507f412cec2872e -SHA512 (texlive-msg-translations.tar.xz) = 19b75dd3cbac062834a0ce27ced5c8012ef23324de0796699cf7bac795c04552c51bf24178e517bc9d00ab7ffa3272d4f9ccc17819e16a8a9f71b60458cdd7a1 -SHA512 (textcase.tar.xz) = 9cb8145b46343c34c4ac7c7ec64dc6d69f08e329cfae2c1ac41902a74e92cee715b5b171bbf26b92efc0a8a4500d11d317d8c927ffee623450b39e4ee6555483 -SHA512 (textcase.doc.tar.xz) = 737c03d99e03a188c80aa8478abb64f05e6a3241185d03746682bf3c5e2e48ed8181e46d1b10c9170b98882bafcfe61e37a0409d42d2506125e9515bc44f0e2c -SHA512 (theanodidot.tar.xz) = daeb092b73d0a9aac15c917aa72bee060fdf879aae0c2df9b391822f765983f0c048b1a15643a3aa7075e3c5a51eeabdb06ebf3b568930d7edb8e64bbf8f473c -SHA512 (theanodidot.doc.tar.xz) = 77c32df3bf56f8d38f27823eca098c968b203fb1ca2e4682f76a4071821952631b0187893f4636879808903e262bd2b01b53a50b517cc7098011d9f0262739d0 -SHA512 (theanomodern.tar.xz) = a306f5b0145c1304157403de3a1ba0e0c350b1cb2bf467c5fbc5a0f4427622029c1c37b6b139f4e0fcdd145f30a979fe821353eb0782a0fdbaac6d614d041b78 -SHA512 (theanomodern.doc.tar.xz) = c2181c14b43a5a9670ed13e9f2828c4effabaf06a9377789c3510072c779251e3d857bbbc5655bd0285cd7f05b23c0a669292f4ef5667dfb35ae89ea70cd838a -SHA512 (theanooldstyle.tar.xz) = b8890a2f8af2700c042d1953fbf8c8cf0d499d7458985476bba4a1ad83c9b4c6ec9f8d6f30986b57ca532b0b41208ce07d4d76687f52fa8863da75cc39f24d24 -SHA512 (theanooldstyle.doc.tar.xz) = ceb00e62d2e9adeab0244ba58b052fcc0a068f7afd8e3936767909b8377da11c8178eaa9015d1d84dd95cc4b5c63c01654e032855b707c03197b63c9e2097d55 -SHA512 (theoremref.tar.xz) = ed6990b6c7a9ec4e72770252bcd07ad5ddf4015cde0129dc0a89cb95bc96958963209fe46f0ba9a614ebc0cdb358d8125ee3eb22b9a4249367d975ec12250a3e -SHA512 (theoremref.doc.tar.xz) = 022ef42c6765c661f5828a8adcad7710d74f168b3a2dfad0e73218d1a5295b25ea24d5fa010a01151939e87989cfd6457917167e69cebf5ee5a364347eea5f2f -SHA512 (thesis-ekf.tar.xz) = 2cf781811d1a58885b4f9703d0541da7d629c4f1fdc6fc0c519f266d95fdfdfd7c5dbf5bbb92aed80269292cf7bfed016433a9e75d13836b27a63616bf745ddc -SHA512 (thesis-ekf.doc.tar.xz) = 9215773df9ce87c5c397f87d1bb53f44177c301b00a220651c24a7e65c2b4a0ac82b8441d877b51cfa71d264a385a566714bdb8671dc1475411057e80ad0544d -SHA512 (thesis-gwu.tar.xz) = 7001a1f11d069fd15894b34a2d220394924802c3ef1a37869e0d717bdb650bb53c01078dc14760f7887addece64bfb0f6662741bfb6dc4dd77d2ff1f3d0d7415 -SHA512 (thesis-gwu.doc.tar.xz) = e53925a31286089cb5e8f051cdf969c6bbf29db0ae2629c1a584ead2885cc0e1f95c5b2cd9583056c8ab40b1c41d4f8203b876a1e6365d8967e3942440e04e2e -SHA512 (thmtools.tar.xz) = 1530f49499593262aaa24714bb4f9801876f9903b4c8f664deae0ee65e9384d52a050c5352ebd2cf158342752191e15deec4b7f5d2cc880a39012720963cc723 -SHA512 (thmtools.doc.tar.xz) = 9331df3428012c486ddff27810248f83fb607a780509691d82b7f732269654d848441d2982cc8609f5804a3b73eeca5184cdecae90e3a337945357bbe660c685 -SHA512 (thucoursework.tar.xz) = 8329369e1850003a66a386a82746c36e62d43ae752844434c83e88a56c7914a5919c137899562b566863e05b15f272dde691cc0dcbbe64df863ec68e59fedc64 -SHA512 (thucoursework.doc.tar.xz) = bd28776cba58bcceaf668ede00c2c07eaca6b522a6bf59058c74554f6f17d5be1e66124a612bbe72929c90850359cf5fa632a2ad664e4d20d041671fcf8cca03 -SHA512 (thuthesis.tar.xz) = f5cc372f4ac691ac96e3b3d2378c6299005aa8d04ec86cf3813c583c1516e99ca41a608bf81507bf637e268bed0544d9bbed8999e941532ce78473e1a29b80e5 -SHA512 (thuthesis.doc.tar.xz) = 82533934c9c1bf2b8a42339d0bb71aa2ae1f95ec50aba25bfa097da06ce001865f6b5204fa4b75d03760e31f9777e2c89c9486322c198520c06502f841233c98 -SHA512 (tikz-dependency.tar.xz) = f13e652066ed2237c22b397b76f628e9108a999138ab5d8349792551205cada4709031f5c4b458982618871d4d65abfe5623f700ee9d8f474c66b1e31df374b8 -SHA512 (tikz-dependency.doc.tar.xz) = 3ab32e535d11802b3a828b8b49e78f31df5e5d3c7c36509a3b8aa0d81c02c465ec84d45b9d951ad833dea705381b4df05fa3d9a478db9af0622bc0d69008b227 -SHA512 (tikz-feynhand.tar.xz) = 5dcaa2f5c846957f3583ac5bfba14c668cc855c6dd930eb5851c19d448efdd207ff34599b09379354d0c772cb1890fac375d75d61524e64148602f4b5dde4355 -SHA512 (tikz-feynhand.doc.tar.xz) = b0cf316dafb9494fc21d5657e1e3c1b4780b7c30e2fe93235d6d8538979471c31989e4203575dc66204fdb1cb11386d290feba3070e43a273b62ec59a73047d9 -SHA512 (tikz-kalender.tar.xz) = 8bda7464a62135fe2eb8739d428aca770ee6ba90d3fc08037ebd192f6e436116b59962ae7e0f0cce7addc6a44d0bb5eed47d8c0ff83371a070d3a5c0e8b1feee -SHA512 (tikz-kalender.doc.tar.xz) = d73e1427574212a2652191b0afce180155ff32b7d8d63f076f2b5dc71c64d1d8dd562666f8a7ebeff445409fb884ac79a66d0271582b0b6b72e84c5fe7c44f7e -SHA512 (tikz-network.tar.xz) = e8100d04b9ef3336a514d18f43ffa6af5d4c2a2ce28663c9f4b40272f5619dbe11dc32f8d7399b7b730f8a90c5aab5fe18cc839d6736d7be6c8e37289e2dd30a -SHA512 (tikz-network.doc.tar.xz) = 26cfe73177bbe885cbb224fcd9b4f136a224947a4d9000e24c7f4fd1c44194ab8d2e11dbfac558c68ce36a30c7a7b82f335e3275db22e599dfcddd48d91ab08c -SHA512 (tikzcodeblocks.tar.xz) = a19ee68d5d59d936f1882bdf1de5851b9cac48debc4754025d214cc6838173fd7090631b08dd1916043520e97cd479087ad4548c991c0631856510ee912a42dc -SHA512 (tikzcodeblocks.doc.tar.xz) = b75b6ddf66fedf1d69611ca0b817ad9c5d7c0bc162cca2f04794bc3723135032908148baf4aae1b486a0b5af9bc335b9e585943a3a2fd73ae55a0702236f5142 -SHA512 (tikzducks.tar.xz) = 97827a10412d0c03511af83a706b1895b89799275031fe7ad218f120e8d6494bbaf6c41c5bf16c24663a8c742d6e46a93a236f4007b3b865555d84bfed383760 -SHA512 (tikzducks.doc.tar.xz) = 5432be7937078ebbf324d877cfd1c9a5a803391341b669cddff58c8efa1c0477c5ac3c5559fb05b6543082c6728e73007434b13d81478b3e7df27c3c5f32f8c9 -SHA512 (tikzlings.tar.xz) = f729a5ddd2318f78f7c18b5d22c35e31908644202d365cea821f94f0ecf32f6e1b4f48e056d7346ea825f5f39664a49590e6d70934b0e58e942a82a2908f59ed -SHA512 (tikzlings.doc.tar.xz) = fe8d9c9da1c9f9b2561388a64e5a531fa0d716db57a1512046ea49e94c5898b0908ee7434825a8c9edbe4fc3d7245a7a9050f7a0d9e08c7a3d51c52ce4772f68 -SHA512 (tikzmark.tar.xz) = 4f1040ee866eba68c6bf622d694cbbf417455691a08bb91169cf7a3a3a6e63d7136e1b976ee2e8e89361d5fd8871afab2dbeb7d26e04f4b51992f6e71854bba1 -SHA512 (tikzmark.doc.tar.xz) = 6575708cf87fc25c080001b6836df3dfa33474b594970a4dd4f2e772a9e3ed8dd6c3ed4f2ecb7866415606c983dfe36184f8ac9fbfb60852f5feae3dc90b98bc -SHA512 (tikzmarmots.tar.xz) = c2ca7c1f66d070e1249b2ed9e88cadd482353140bc3add0146d7f67ffdd8c08cc3eb4b9c59f8e2d822000554a8bcf1e0f064c96ac0e002a6c80655c5eb909f81 -SHA512 (tikzmarmots.doc.tar.xz) = 03a4494458d7f053547952945e9ecf1c500dd3fafc665852498de05f38234c45f0972971e8278d279d36c81f2b920152f10ad1bda2c5b24e5957ad0846e77d9c -SHA512 (titlesec.tar.xz) = bd1538a4596c55a6e0a542df5587f4466795a59ac55472340bcfc400670b79a04f0b141ad5705c826789ce0094fa4b106b5917f4232167a66047d8e6edd4998c -SHA512 (titlesec.doc.tar.xz) = 34623133da534fa15d491f3ecfeb6ee6736a580c12577d7ef313efb341c97ffe1cfac49f4c94b90f8f519847bb7b0d37b003ee485c240d1dfab3b68426563dcc -SHA512 (tkz-base.tar.xz) = 9cba8d8d79c7cb01965660fee7913aeede3b0d2cc19bd7624982fc5854224f19f7dd2d2af0ba93c99b4f16827fb028564fcd9a1e9afed1988ce836188516f891 -SHA512 (tkz-base.doc.tar.xz) = c0393a07d50626349ff214bf8047bd6c20e14da3c036ca0ca277ce30a220bd52d2fa02cdb56d28733f9a69bd5f22d611f8b80dc130f6016cba46f4e889e0aaca -SHA512 (tkz-doc.tar.xz) = 7b8530609c2c4a57f47e63f3b1be64606a8846ad2a84c50ba372426ff3363f5e5e2965e8252674219f014e8b72dba413a3522a4c052cbd5f66bbdfa47f1fd736 -SHA512 (tkz-doc.doc.tar.xz) = 0103ee1a0f442176ece35ef2dc5325d247d56bd13c166a751db322935bb1818ffc9f9d14f6f2c4a8b46ca3552fbabd13030118e87e8c1926d96d2bb4ce70dfe9 -SHA512 (tkz-euclide.tar.xz) = c8a0e2c6411ae844575010d0f749ede9ab818de766794d60a62aafd306aa781ce09d252183c57a8d762e6655c7e7d1c2ba35b4f169261df6d65b8ebd833b091a -SHA512 (tkz-euclide.doc.tar.xz) = aa8e10477798393dac1780bfa839faa36d9eb9f16bc34ad86aeefbffffaa1810ac3642058ead46be933e359f7a9e0fd0d7894226083095056910a233f017e3d7 -SHA512 (tkz-fct.tar.xz) = 79eb925a53162e701cb59f1f4f7383fad18905f9534a42760eae7785a587a65a512346896ac47c777f7b31c989b8077c31e806c606c2eb3f2371d8da6204084a -SHA512 (tkz-fct.doc.tar.xz) = e18c9cf5114ee430a25653a3a5a431ad34e2a93ac1dc9d639f675257a8bef07e95c57dac968726f9eb1544f9fc395d13ca3704119e861cd47a780f3cc18d4aea -SHA512 (tkz-orm.tar.xz) = dba6b58f1e3063d3af6d535c2c65d3ad0fe57f0b88aeca8684192b546d79570386cdea0d23870b5ac88f38b8ea0a9899efd1be581108b43ea16044749dcf965b -SHA512 (tkz-orm.doc.tar.xz) = 65ac0e7657fd78d7d496b466d6cfae3bded966249d1c90eef6df1d34041b6b7ab5be807f7de41c04d28e6903748dc874fa245bce3b19b96d2a1f0d91316235b0 -SHA512 (tkz-tab.tar.xz) = 3879407bc2a8f80857fbdba958f0fa5b085cf74f6f12a7babc63f4080324ccac25dcccc9d7f0ea0322529790421fc180a16171b6d8dad64bfc0647ad01554429 -SHA512 (tkz-tab.doc.tar.xz) = 4f06dd158fc16e7cb718569ff3154df4766f405dd8af25a9b529c7e61cfce7b8bd5afb0f104ae712e9b168e71dd6a13b66e25ed2d3164c1192f03b354363802c -SHA512 (tocloft.tar.xz) = 249b50b4dde3c9b14cfd3a7b00c441007643ad6638996b83a0274bf4126ca8a26f6cfff816c5efc9b6516953cfc29c18905138fe137877ae920e82376afeeab7 -SHA512 (tocloft.doc.tar.xz) = edd477e3c4b2a9f815c3e57a6b785c2237bc34435dd561d28b3e38bd8da5cc5d4d4de79a10dfbb55e920d69dab90d0a40efd3bcc44cad1c736a723b89f147af9 -SHA512 (todonotes.tar.xz) = 07f532c8f96b04585b68f54a9092463a829e4f3aa440142a3d2589597d96e2c83568cface4e59e44d92a64ed909bd817e0e3467638d6e4c4015a6f9d30f2f6d6 -SHA512 (todonotes.doc.tar.xz) = 31ed8f25d274f1b7fc4ead8f2c43a1d30749c7e440a13f72dff07cb0668eda139335e517e60dba5f1ba8006abdbb92f2742f2012e3207e932352d6e7d3067240 -SHA512 (tools.tar.xz) = 1d3386bd098381e0ede5ff0c6cb107867719a54a8109208a1de448881e172265a000d91c6e7d0607af62de0504913e4698f5ee00a710b5dc32a8157faed094d5 -SHA512 (tools.doc.tar.xz) = e0e7d9bd37f2268f7496b66b69fbc520413f74f67356319ec61c1c6c2523f0fa84d7ea4d78f0a9b0875d820c3514ae0c5871d4785df992ac345238e6f5af8a3a -SHA512 (topiclongtable.tar.xz) = 3bd1bc743191a644cf9dbdd36890929003adfd8bc68372ff74882b3b37f2cbdfcd007222fbaadf4d73b5b1f919e1491edf8c25e9c69993be367d3816d06a6b12 -SHA512 (topiclongtable.doc.tar.xz) = c837a90b1c13f194d4bd41d1ef91e994c4027443169588622bab2613b57cc86c6a29b81178f257c2a6b36ea65c89e1b66791ed137c2b5c144deea8c7cb987a17 -SHA512 (tracklang.tar.xz) = bf1126910a73aa2df406a596760802da334c0bdb451e9062cdad2fd80a29386c42b3deac4af1624741868e9de12bf7f1b3e94e79f48b291a6f062503f5161611 -SHA512 (tracklang.doc.tar.xz) = 72808d7fa6340d535db4aeeeda6e07dfb3bd29d910c13442722d2f8cfc0e19e446ba23eec098bbce505438352e2514aaf6411c72893d85fc960a7ce9c35c7203 -SHA512 (translations.tar.xz) = 266840c17d98e67173b6d30c33ad5a8f281198f214174e63a741e53f0b52a92ff91e577dbe4075125dec5373dfaf95d8bd583fa20992d3d971f4e37f90928574 -SHA512 (translations.doc.tar.xz) = 4dc935b51f06489f68602e91a7c67875cbc1ce4f3bb91158160057f9b6b2528272d8e9258fa6f9a2cd8729acf60e20cba855239a4b3a6a67a9aef1831f7c0263 -SHA512 (translator.tar.xz) = 974a4cb1f13a1a3af2a3284d2401a790c198051241820a9d6a09f008bed730e9cfae9cd80bff5ea1eef4c3d37e8a267644634339653e0464ef5c3c449f612e32 -SHA512 (translator.doc.tar.xz) = b822891841bc5ef7bcb1a60e1d71421d95c64c6ae6d3fa62776bc317e1dc02e1c3cf6d3993304af36b4d1c4d8af825092aa38313a15688c75751df372522755e -SHA512 (tuda-ci.tar.xz) = ab129317c8315f630ca4ec13118c4c91651161f3b88c9bbadbce32053d0636d487ad274005f831e5dc1d778bc4859e480388ea99094cf039cf565ff21f3beebd -SHA512 (tuda-ci.doc.tar.xz) = 6ae76a7ae7774456b548f54719a46c7b19e129b316b89915dc54496651b3cce7b9243f9a985d2252a6c2021f04c5c73b4c299eaf685a0e651d36734778516300 -SHA512 (tudscr.tar.xz) = cc61292ca058f4ca3c8c6047af85ad18e7e5760eeb67ff17bc8fbdd6ee910544d2f4b6d2be2237c4a540a59dd490b2cd064c9fb39798cf6969f1c470dd37637a -SHA512 (tudscr.doc.tar.xz) = 303fb81d2f3a20f9a5a91df35b36dd57484e203b16ae6a4074df94aedefa4df3581dc22c052dc0e109c39c567004f5aa79bae58166108d976008311d61fb085e -SHA512 (tugboat.tar.xz) = 1365beb024d47ea6875839920a1b74c53ed29e835937573dc179359a6f02bcb28f46b901e47a2b7b8541ae076b2fae7d98c760d1cc93897648a0d7014ea097ff -SHA512 (tugboat.doc.tar.xz) = 6b4dd305ef9b9d2cf870ad2096be6c6733e094f98c7e12f19eea4197fcdb84343a6b79ddf57ab4edc9585709d09d000f438e17e8779c1f1bc4012ec13f3bfcbd -SHA512 (turabian-formatting.tar.xz) = fc69f04575e92fac317143d7c89f7b9bd0502e555aedbfa59da946b211da6af51197a9a8c40ae6ff3a0a7dbd7e61f022e8e1c70618b8ba0c1e0ba462e92d7976 -SHA512 (turabian-formatting.doc.tar.xz) = 5d01b23d7cdee5a8b45990f7fc8a1db9cf347d1788d14171cf31500b122b4def4706ae5529795a861fb520dde4972e7d25741b23f391938d0dafe42c40d42e87 -SHA512 (txfontsb.tar.xz) = 7b73b199b6d1f109b14154ff659089b2f3c36feaad10c26fdca80f5c4ab464f8a52fdd52a6191a89538661a3a9cac8fc45748cddd09b6e32e79f23db9e8586e9 -SHA512 (txfontsb.doc.tar.xz) = 982d29750320bc1709ff8329effb3f7bedc6ded888a537aeb7f080c6fc37414956b1b1e149225cea3f3a60982575fbc943433cd4f9cc5e5d61c596973c07b3ed -SHA512 (ucalgmthesis.tar.xz) = 79fe22cc61ca71e472b2ecd173230b518f97b66fd411430b57dc341394961999b0cb4dc7e122d6abc828e5ecc5e15f60e0b0ce785131cbf4942a49ddb8b5190d -SHA512 (ucalgmthesis.doc.tar.xz) = 458ad22537a6152ff782725328e98b68f1fe68ebcb2764ae1598bca8b659c8e67ffcb0c889890c7254dba84301ea3a066a5e92bac814027f62ce6910cb5f5b9b -SHA512 (ucsmonograph.tar.xz) = e4375327eabb390842ae833bceea1a554fd833b656e0ede5d56b1bd48a070dc0b89eb878db0c77e92865760755c006fffab8a1d0627f0acb6cc1485aa9a13c6f -SHA512 (ucsmonograph.doc.tar.xz) = 00cfc843b8377d9390806d72a78c5c7d219adc0312a7472ad764bb777200265b6f2d6757f98c44ebdc671671df38e920fe488a2cdea0dab0a3953856b5233b57 -SHA512 (udesoftec.tar.xz) = 08bde26b542ccd94f158fefd864326c62337b319284e3c8ba48b55266556ca060fd3210b94aee23462040751b9b3c1c6d73ad26c51c8f3da0eb174859be46671 -SHA512 (udesoftec.doc.tar.xz) = 228273cec6e39c3d6991f1fbdeead2cd77ab9a11c03d3dd0dfec2228c37b6eb6cfda3af14a103d4ecbeb0a1898db6d6833d2aebeb704c9a5a411df8693ecea25 -SHA512 (ulem.tar.xz) = bb7fc8d93d38a847431f9f62f1447520890f3904654ef6f3cdffd14537600da35d54bd0839cd8fd8d26e1e3146463cd9ced79f706df54df075292eea8a40ed4c -SHA512 (ulem.doc.tar.xz) = 153dcf2057d267c2f59c7705c4997752e902aa004201f97d52a180419d7c0fea4173c0b5b1a1c8a11bc1703226e55ea55721a4d18c265b30343a5812d1f4e0e7 -SHA512 (ulthese.tar.xz) = c2a3d8a837ecda20bf50c496b8506e6c7dc7d6308fa058e51f4b1dba858d76c391ab3b9faaff9cbbb39fea3696fc5a1c7daf9417f3c18b3eaef9fc7eb5383195 -SHA512 (ulthese.doc.tar.xz) = adffed362b6ebe3bab7aa04563ca0de114917199893dd310578d372f6e4e67b84bae7e50658ebfd7bde270d4c3158ef9dda57c0c6855787fa3cde0102ef4153a -SHA512 (unicode-alphabets.tar.xz) = e75df935a1a0895f5bda9854042a38c92627240f1318bdeb1e39428f50133dbe0b606e66b1bea6f73681fb40ed73220c5e26a60eb4ad10b6106c3e16d778e4be -SHA512 (unicode-alphabets.doc.tar.xz) = 317ddd08268f38c197136d2755fa00738270a1e179eb8ea92ada50edc69da61fff17359f38fe33afa1e30fafff23117bf98895b9218bffb7b2242099d5f5aefd -SHA512 (unicode-data.tar.xz) = ed05f1e6d7bdcaa1af1f4de575ca7e8495bdcb4682368e4e014a0d44dacb5c3221e66a3b73d946d1a7c5c3f3e36ad3b2d78d6f3d0e35affe926dfcb80f2a22f2 -SHA512 (unicode-data.doc.tar.xz) = 42511daaa2e1f7f9aa5cbcd12091dabbf8d6d4a030ec6808d06dd43d6c9c1b74684207f99ed6e87a5f279c73d3d76d5c65a150b0e7a4aa252e8118f512ddc3eb -SHA512 (unicode-math.tar.xz) = 7ed199c32680ae776c6367cc5d4d1c34826d6652ee50aa16f7952151b339d07809186c93a939f945d7166002ada059b3f02f54fdf5770b0b1cc50c6144d840ca -SHA512 (unicode-math.doc.tar.xz) = 47051682a03bd91a9e9d6861239baca8c0f34b0e2b1b94a4a1e4100a522c639712fd9cdebf4ab7be1b2d09e90ed6ca2335b4bce0233a8e047dbe5090493fbecb -SHA512 (universa.tar.xz) = f21f9bbc0c4e730cd1b115a5dbab22df9519d4a364045e292eae6b73741dabe0117c53759b7db7696c88241800970801335f7537e19d448fda6f72569c4eba50 -SHA512 (universa.doc.tar.xz) = 3d5ae6da093d5671b369f7db4920baab6fea25e58e11926e2fffaedf1b0699885005f3d0158eb2a6afea9ac4f08ec63c577e99da7cbb75e33727f9a97c8157cd -SHA512 (unravel.tar.xz) = e31da53c07ddb60491412e94f50444cd3178879180426cc2d8f78d5056a05c091a36d1c5b9107f0e3714acab1f723e90ddfc0250319bde07d67133bc50543f4d -SHA512 (unravel.doc.tar.xz) = 5fc7618723ab27f57c14b0b81cb8d6f1b141ac6582cd73143a5c1543dca0f307ff5eaff006dd0a55c6f84887f0b08dddda5651b9c0938716262894cb3b8aeda0 -SHA512 (uowthesistitlepage.tar.xz) = 3eca5009deb6ccf7daf6d31ffb5e6d3c08ff26395e03b80617411c4dc4049bb2ebd68628f285b95b547bc512fd1cc83246afd5513dc54cb1900edb813f77ede4 -SHA512 (uowthesistitlepage.doc.tar.xz) = e5e2ec32edb38ea3960922c5f38c9dd9705914f49421b89cc1cb8e6f1d8213512c804c084f1883d1682d5c65b9c54511ec47cf700ca731c4bc352b0bc4e85ffb -SHA512 (uplatex.tar.xz) = 8710b130f851f3d4ea40cf8e129b759ab39bb051bdc63a106ca0d26c50eb56f2f7041d305384571316e135a1b0c12eec5d2f83281dde837550ae32a99c6421fc -SHA512 (uplatex.doc.tar.xz) = 69908780223c7cc5039de16a90dd06c458e6e5ab1515fdb757e4536f2a95c0b24d30e2e284cdcbadb1d61a47b2f18e8020a736ef21a08a7d158d3ab25a3e1742 -SHA512 (upmethodology.tar.xz) = 848e1a982a1d0667082b12970a057f639bcb8eae0c55f984508ace27e98bb0b2c9d285a3730c4c7eca4a1ff361e3b2e6908f85c0e0768e9b4e8ccd66232ec4a6 -SHA512 (upmethodology.doc.tar.xz) = 856e798164ec708da8f8695f9f166cedb36973f6747a01b2cc10cb5a8d124cf4383a625db57578666d1fc4658516dd8e9bf94221967b1829cf5356314ab121bc -SHA512 (uptex-base.tar.xz) = 064544a964a3ab0fa12113846a61d748c174138c6a6865cff8025688b7e10a5d23f65b2df72cda01af311bd9253469e44440df9c31c1001295e3708801da4e3d -SHA512 (uptex-base.doc.tar.xz) = 03d8c6859cc53396f5ccef5f8d07b191c91c400e1d848aef7dd318fb64cbdf50f46218b0ab1895e409af8e8e9d43f6991caaa92a0d1606754ee1d71923bb6368 -SHA512 (uptex-fonts.tar.xz) = 600d47ed277ce4bc0ad0de219e307b2c4741229c0e02ad94f7dddb2f309309922fcfbc9de5e115d85ad45b53485ff844e70d5af8086f7a16980ac579795c2e7f -SHA512 (uptex-fonts.doc.tar.xz) = 3c41c19b078bb5f66b8231025e39df2b7b9b959d3a4a45b04058f670d6a08e83bef50c889045aa55caddfe7ccb8a5c7582c43115b4749232490f999574fd0ec7 -SHA512 (uri.tar.xz) = 402974f30df5a00118d4bd2e978f342cdcdb22119059dbd0c1b2111fd1ce94ab8a29ceff88672c80d18a669d5440bd48dfcd23fa07844f492e5f7e0eda1671a6 -SHA512 (uri.doc.tar.xz) = b2cc8cbcbc81f0c3db349952546e60c152044aae264d4b30aadb6b90b7aa5b304c89203b6219bb5161807bf1e4649235d2f98a60339a0cb93a588852a1755e00 -SHA512 (wasy.tar.xz) = 4c747ea3cfab820b803f624a32178a1d09cbb5a3c441ee423abc74caeef9217095491c0c490f11d3a6d6adf052b97492e081b2abedce6cc9c61410a8e878f5b8 -SHA512 (wasy.doc.tar.xz) = 4ee0dba83e3d1e00a1c58bc1c27d1b8e7e1677bfadf1d2653be216618d65fd168eab7aae26a5fe5ffae42c546b3438e2ad15f1a7bbfd58cd7b75cafa78a46205 -SHA512 (wasysym.tar.xz) = 408f9c2b70d7860f7d8f7ee7f93af1351442b92aad9c8d8e4a501414058d8347e6da2408df3d5b6fe217597861eda5eda499771a7e973da03597f24b76250da0 -SHA512 (wasysym.doc.tar.xz) = ffa36c6f1446c0dcdf1e1dd8b47946eb84d666714d94eac28c857170c9aa414b612486fcf107ae462c50ecafd6ff20c90c776abb5774db64a32aa07be8c58b2f -SHA512 (widetable.tar.xz) = bd6c85eb76b1fdd4b7e81ad24ad7d282b79e4234ec029e48ed63611260b00e8b1c584ac800c45643e466ff6aefbf953246b24c1bc6453098a76b71ba01624821 -SHA512 (widetable.doc.tar.xz) = 5f254468e606aa188030c95c79672a6fb0211c0b5c4df6c3fde98c43ce1fd89993d495eb750b58395175e2b6bbe3e9771895627a04bdb8839fd4d0a143c1ab69 -SHA512 (widows-and-orphans.tar.xz) = 577ed514a734513de7b5ead5efc98fd7ccfa9d2b8022843b9b3d17a5436d15a34430264bd23cae88e2daaaf1408066d194fded3d92f711f715ee40a85b6cbb05 -SHA512 (widows-and-orphans.doc.tar.xz) = 7049fb084dca55706a621bbeeef57bebee04e69264c823c84e89cfdd219dfa4ea5b5e5127f2d0e8f9c74fd88db662b926c62e70ac7ee08f689e08d25de5b0bdc -SHA512 (withargs.tar.xz) = 73cc4db53528595f54f31f0d2824f08af54310aaed51b6eb51a5386de3f06dbe6ffeea8c4ab6f1e4ee1d169b5b0082f113ed435eae90b99a9b59df3296a3f4b9 -SHA512 (withargs.doc.tar.xz) = 050ecd695b269896d1252649978af7cfbafa80e289038ef1054d82296cd83934b0f7ceee274340d54d836021f0da39f05a648dba8bff141eae8f378527bcf865 -SHA512 (witharrows.tar.xz) = 92b94113da7bc6b43e2c274361d8a734e040412d5d2d30662019239894cb9ef86d4e234b2d478f20ad427c4020884c9616b8ba190c7392dda0a93fc2794c3712 -SHA512 (witharrows.doc.tar.xz) = 86b78050406791b5bac591d51a261aa159e58bb52f45e71cc801b62ef677f4cc09b54d4c0ec04d1a700ef1db85eaf6dded50916934e71373bbf989d0c9ce69b8 -SHA512 (xassoccnt.tar.xz) = 1ff443ff76857e9726b9ee1ecab355d9f1979204c5f33bb7acae9addc1859a4a742a58440f38f0ef7c07daff1ff6b3ae2ade6292d73d352a2bb144160c0726c9 -SHA512 (xassoccnt.doc.tar.xz) = 10a96922cfc4fc9c652213b09088abfc05efe3c80cdc17ca75d720a8fc5095e24d90b89958e9bc3580fd5d9f85093cc0dc5336c7c3ae659ce81c925206e983a4 -SHA512 (xbmks.tar.xz) = e17701f9cd79d49467e4dd47ef9a504a8b0fb44b216fbfab0f5547e9215c4dc40f1fa46aabc209ff2221a4a9424221adacc52f6040d3f796d51f2d37dcd4e8c5 -SHA512 (xbmks.doc.tar.xz) = 76d255a036a19d80c826eff4b18643523787c53f9b79e44710e03f9bb8a7648136559727dee246508c1cc6ff332cbc92b8d1c728b4583ae26502ce44538a61db -SHA512 (xcite.tar.xz) = 0412a4f47a044efbd22adbbea9cda1bec44379dbc799ca83821d4650e8e40f6b5de51b80ea6a80d747639a9b840b7cff6612b6e4df0b2c09c0f3ed506d3de714 -SHA512 (xcite.doc.tar.xz) = 11af105ca5f1610e5cfa226cb191d1f69d257e21439c2408283572e136b183518f58631ec1b0b145a1edf50ca58e9a1eda789e5646c47b46f75a6325c90262f5 -SHA512 (xcntperchap.tar.xz) = 7be16f92de86fe67fd34857f7151f197e5ae52e9ab944e0ef3603882585dfb240b8e01072747b18092c6ff060f2f4c341b27e106ffe8864dd1879c3965435e47 -SHA512 (xcntperchap.doc.tar.xz) = c7d25df1dbac57e05b589662214e46ba446def465ae7f64d8a2d52283151ee04aaee93ac1bbe0f2c7b01c50e505ca6c1cfac96750d1b13211d309a906427c6f6 -SHA512 (xechangebar.tar.xz) = 833f0b1cea32c0bb345d1aad5360613ee36baf17a35e13d20a4bcc75edc77b3a7c48c4406ddadd670890cb93dc0d03cf91462994271f351ebf2bc221bfbae5a3 -SHA512 (xechangebar.doc.tar.xz) = 6d2c385b3b826b8b97cb725ffd3e7479ec3ddd2d2bbd8c772fb0b1faa9d0edb758871003ec379d8ec349fc4e3f7de2bf3130cc0e5d9e356ad472232d16acb546 -SHA512 (xecjk.tar.xz) = 81a7fa804122c3093893f41110ed4fd0c1c43ae381b1070eef4dd4711dea7e6fa6ad7ff8b3dbaa78ef967790d2dafe5983b3fd7aeac4d7868e8c8af3ccf0319e -SHA512 (xecjk.doc.tar.xz) = 93b16713f9e1d2c0e5ce7dcd0313e5bde13b21c80980b7d0b5447f8a0722e0dee656619a6890296a2f4cf96f386730c260191a7fa665ca4eb93044c60fda7c0d -SHA512 (xecyr.tar.xz) = 0429aa515115ef69811069b08567c97ce40a8be68ebe72f26b8e94947abd86394204b21bbf25ae44c616a806878fe9900f5a639bb8707106836103ec06663454 -SHA512 (xecyr.doc.tar.xz) = 555ef35f9e50450a796c24b87295eeac319d087a61e4fc7cedafbc398cb9a5c0add8b93318b8afadd82bbd2ca90dac9ade02dfbf286ba825c1d697b58110fe5e -SHA512 (xepersian.tar.xz) = 50b382f9b542a3874aa5ff162e458fc7443dbf601a31cb278d3cbd4f811baa45686ccdb83ea6e190ace009e3e055bf22828ec82804b6630abd95e1f3138353f3 -SHA512 (xepersian.doc.tar.xz) = fe777722885de8352f26eb3b755d8f02155ba875fd1b9ddd230c13d4a0f2287b3c9f2261f0f2cc003554cced4120f81b9478b75ae3abee369a6a421c6e8a811c -SHA512 (xesearch.tar.xz) = 4c204a8f92fe9af0ef1f0da99dfb12ac8f784800f7ef673a116a5f5167556fe49584b9457bebfd07aebace44951327f8a576cdbc8091a7aec776768384c62507 -SHA512 (xesearch.doc.tar.xz) = 981e6cc62a2f50815aeb875c46ab2ac83510ea535953629755700650831500410650b66ba070d8b5ddc494792e782fb75f266ffe0fb868318a4782b2f8d701f9 -SHA512 (xetexko.tar.xz) = 96d6e74e10d39f2ab84c98a53b42800154183f4e80242f88209a0afec6734306c8a454cda44b5f171ee96229e1bcc06d2f35d57f2586ee53b403e6828d0213ea -SHA512 (xetexko.doc.tar.xz) = 433f09555146f3de3c1d7bbdfc51ee2cb05803f9cf3d1a69d34d049d30e183ffd302273aea52b868e3dba08e64459b2d6bddc6d15284812b119d6a3b07f40dac -SHA512 (xfakebold.tar.xz) = 48eaddbf8631bbcee82f93d54ca1891db5898bbfc1a809d4d5978937034f56779accfdbfb84da44babce0f6a26b3eda2d362a1f16268ed2b33f6bba8f21dc5d3 -SHA512 (xfakebold.doc.tar.xz) = bcee27f8dfab513a0cde56c974f27e9333894ee80292c78d605e8ef364fc5cc0ec448b6bec1287d472c69061f29d85f69fdd0a2713958aedd1b26fde9bb374a4 -SHA512 (xint.tar.xz) = 971cfdfbb31d58d10732e06cae28a9de1761cca37191af07780c5603274057b3a2f1dfa57522583be7302f46e3f0c0eaafd27aac3cba42d7c3f710a115448ac1 -SHA512 (xint.doc.tar.xz) = dd9baeeac6751b817cd6ddafc6142c220ebad4daf82f237f84f0535aa1412afb2e43504a076366e37221872ab582e6f4f9787bb759f40ebfd6e9b19badf7f1b9 -SHA512 (xits.tar.xz) = f78a9244a0dc31a9a69d920d6228b8dd3b398abd57fdac2e21de1154c93bdf7abaac806df1a76d2ff8994c9d52f17e5803bdea7c43f0e13480301ce136c2a0a9 -SHA512 (xits.doc.tar.xz) = 4a8fe4842cdf000083352423735d7f34b6231472dd42a3108c324775ec97fee3f5ef457625f44ea0445c9c34e6f903e2af96c7a33ff3787069d77a4ebe70e145 -SHA512 (xltabular.tar.xz) = 713060701b44b6bb3098d4db06c58b47fd50f0d3c31a648e39c9ccfb11848c5474d44f199f2649ad12216c2d81b08fd214367ab9a3e5b06d13fda6f8cceaec61 -SHA512 (xltabular.doc.tar.xz) = aadb35f5d6a195f7e645053d8b3703d9b4bfa6a8ab714aed2af93033d40d3859e28cc650d7ae88a1ff82e4511ecac2c24355dfdf756906955e3dc823f0820a45 -SHA512 (xpatch.tar.xz) = d96d078066ee7cd39585754b0ed1aa2bd5680f90eb2a879bb2dcb47cfe834094f0b5fa1373ecd7f80f626c1a8a8fd4823525c33fa0e67f63b0beb4031a35956e -SHA512 (xpatch.doc.tar.xz) = 49479d5a73beda78852f80f786e559caa49b51a44c79e73d689499429ee177ccc1a93064122c13e5cf4e34f00350df3e18fc131505364dd8cbf218e851249e8f -SHA512 (xsavebox.tar.xz) = bcfb1ea2043163f3ebba520235ebcf8a0cb69a4e167a439adb24f0582166f3e7a74072ba5ccfc5482948a6a423c6684dcee4dda7f0170f6eea2e86292087818a -SHA512 (xsavebox.doc.tar.xz) = 0722ad2a511709f68254c97cce7eac6a2e0d5b452d146dcb9f264f385444d6f92021161378cfadd1c26442696e2fcee3cab7a720ce4a68463f4eccacb11639a0 -SHA512 (xsim.tar.xz) = d69511b202318fde267165471516d92bfd6c0c34c0a45ca2b1b9224ea5eedbf96e230f332992aa2a5e068621aac2d9af322028aa92cd1febd6dcf795e1136509 -SHA512 (xsim.doc.tar.xz) = fbdab934363c655a3d95fce5ee16e01435895826b82a2d152b276a1ec7d1ac6550ac922b2724ff34fe2453f27a17e1baa05f1ed7423795430f2fcd2fbe1000e1 -SHA512 (xurl.tar.xz) = c034606febfdf397774f51f5057fb12243e5fbcd6ff8c9aa1fe60fa2643b5cdfe6c36558e5a4398e7c38c0da520ffeb53a930fda983b79c9d41fb31b74d6ad25 -SHA512 (xurl.doc.tar.xz) = 6c8833dcbec24d6b336b6dff58558ce4c38de22032f24d7510db85e987c83b2cd2089bc1a5b414ac82987bd8387dadf3456f0ca3885607285834688fafd29175 -SHA512 (yafoot.tar.xz) = 75ab34d40fb051000783abf573f4507e3791ea5aa1cf4b8571ad16bc020f10d17a49220a2878e5a2791fb7f073613ed20d72cd5618feadf38e290ee4f047e615 -SHA512 (yafoot.doc.tar.xz) = 322e9cd25fd7686c4325d04bc7dfa00aee45fe993bdb730ca3669cf860b7cbae1dc76483fe3dec11e09ad848f166a01f43ad0885e0e9fe324ef28d28a7d2b4ad -SHA512 (yathesis.tar.xz) = 2d616cf9adf52928521bf228905f5b50d6b22fddcc8daf13127f49412d7dad1d29978e7f3969d895461a838d8d012d23f9d2e6cc291f123572db03e3c844172e -SHA512 (yathesis.doc.tar.xz) = e07826c5a8e0104e6a0c7752e4756635e001850d567cb4f11b37d73b2f959cff015f55ea1b91a393bfd140298ba06cccf9c3c36694e1e5d09c88b6cdd4cdfe52 -SHA512 (yax.tar.xz) = a625e7e4d26368732a8700f71f102fb17965a6a85d5a3c28e170dc19248ec0f3cdfd0905c76f0431585e955e29293b49b6dffcf93ed7bdbd80b5d62cca2775e7 -SHA512 (yax.doc.tar.xz) = 783a606e55a6d2bbd1fb4052bcc84ac499953838808161facd8a76fe0e46a3de8ff0399831bc4e8ddbab02be84a3da68f0f7535c0d3b0b1f3d8d6cfba63ab0a8 -SHA512 (yhmath.tar.xz) = 88476f5355d041f1920c4f0f954853828bdfaf27b9d0441982a38e3dfe79b40377a83614794024ee8c8463eaf5d1c350bff033f1c53e031451ab7cd095e14948 -SHA512 (yhmath.doc.tar.xz) = 56fb12fcc4099f14c5746727b3c3051d84097cd8a715023545c3a2fafcc5a5abe55980a12e4384f674ef6cad2c7d6dab2beb8374e4cb3af81f711c2e8320d97b -SHA512 (zhlipsum.tar.xz) = 72a3319d558ec0a49720aaef6959d46bf76de99a8b139d3dc55f7de5ff3176632c9174d0c2e99ad00057b6d0fc7abf4fa62958c8d6b8d4bcaff60244127b22c9 -SHA512 (zhlipsum.doc.tar.xz) = 2c335395bea4c19f377819e96ad09ac4716d5d8a24adeaae649179f44cd4dad26d65de840b36cf183d512c627a552ad4b9f5302bfad5f4da0fead6a6cc091145 -SHA512 (zwpagelayout.tar.xz) = b960d63e610cf28ff74d7ade9c297d1c6d23a801eaea2b4f9fde71a3b77defe43ea5625c098ded915b8c011cc0041177d3e4c3fb28359b522af63214accd362f -SHA512 (zwpagelayout.doc.tar.xz) = 16bf8b249fbc857bfef787862b1d8e0e0ff60d11e2b80377ad85d7db014ece77ecdbca91829b4dd8f92c811712be39e9ba30058b8c7e61805552f7f6b13fc817 -SHA512 (zxjafont.tar.xz) = bb6047e07b1d3c326cdee875809053b90b7e753078ae1e6c0b3cad19cb645e7e46321b07509f86b8d8dc2eb331be8e50588a2f9c926afd413aed20c99f4f6a40 -SHA512 (zxjafont.doc.tar.xz) = c1cc759857b60c123ae798e1a9168f85e7fa663b875f241a8d5160b14cf366bcc282d09b9e527469986ee268b160cadc89a906facf8f38bd76ffb9d07e0a7ffa -SHA512 (zxjatype.tar.xz) = 21eaace7188c9e61f5dd65f34e26b1ca16358e7396d44188ae17e8e01a58f38ac3be9f09f8f41923c257d089210d1fb7d841eada5c9a345cec42b934d257ef94 -SHA512 (zxjatype.doc.tar.xz) = 0fccc73af66a05231cf8283920d65717600be4673329ed1f46b93a494d766aa9542deb1a56b5d23d6c0d6b93be98aa778234ddc2dcd9c0936542a45d057b6dc2 -SHA512 (comprehensive.doc.tar.xz) = e262b3996a745024d2cca39d62ba35e00e9b6a8ead58ae1c89c5d8949744cf8a084021beba8c611ef6b2726447919241e0f2f6cbbb21e6de4d6c15af7c7b5ea4 -SHA512 (cstex.doc.tar.xz) = a1bc7ce21066c16897e6874e6ebccbee21d111e1f16e33fda07231e80b06fa537e98970789ae6e7f4c51a1135c995f3b971b6078872595dc954b0cf70a0557dd -SHA512 (docsurvey.doc.tar.xz) = 3231dbb4c28a03b754817f50f930f1a6eec33ca9ef6e29a1c4b1edd025315ee9f9e7a371b8733d6624cf9b02dbb705dfcc82d6f98a99aa1ca05b4f277e083304 -SHA512 (einfuehrung2.doc.tar.xz) = db601076d3708ee4b8c1e3d2bd332b2ea643c893c7d89a21fd17ca4b861489f5e4d28086182d64491fad4036e7347da80f281742c47c31f288b2f6e0f2d8d398 -SHA512 (einfuehrung.doc.tar.xz) = 1c5e107d724f256896f3199e8dc66a13f70a9a46828d06086ea378ffb5a3882e60c7ff200d39a8418d186c2894ff6497d6f3cec151735b5906e58b042c8f6b2b -SHA512 (guide-to-latex.doc.tar.xz) = bba47b9a9e5223e558244029e258835a865b90824c7069287f0c996a36c4fb78d21e62e88e52ea008dbc573e7a4ea34843a646eab11d8377a5167724286c397e -SHA512 (gustprog.doc.tar.xz) = 268a01f59660e5225c1c21539076e6239381294e6aaa31992032ff8e3d777cb7e4195247c92d9f22efbee498c8bac34cdb915e0a5b0f6cb2b5c0b72c15695d72 -SHA512 (impatient-cn.doc.tar.xz) = ea0918afe1c785d864bc280a6b64a87cc62cabb02540cdf64a7cbf4b8f81afcef9ac85a6f28b5bdbb42a75b6ce1e12139c12d0e1af4183a28115f8d740c6e78e -SHA512 (impatient.doc.tar.xz) = 7b0811a691b9ff35fe245df7929164420f2155b4797d372988c7cb7f6052291c5735fdf44a0cd3f7a956be9dec424b5b59385b3f147f39b5beab7b56d1eeae1a -SHA512 (impatient-fr.doc.tar.xz) = 963a379e3fbf422f4f4d53a41d6bd074fd077360908eb0db1db0a50699e12f37dc6b3ec8b42812604de4ea444ecb38cbfc81d3445cd67626a65fa9b520fb8550 -SHA512 (latex-tds.doc.tar.xz) = 0d9d906aa3a966a1a1d6cefa4af3bc0cba31061fed86510ff5867080f9fd06bb3e7d2b5d282bb7f1f35b263ef0cc7b671efa79acff1a7674eb8b0d1866e37241 -SHA512 (lshort-english.doc.tar.xz) = 14a1bd61570b2445bc8f38595260aa791760a0bce82419acfcce0109698b5600b727c78233edf3cce25b1e2b17dad97cbd8829b072fa7b33d71a3949fc74f303 -SHA512 (lshort-german.doc.tar.xz) = 11a2745ff16418ad28dbe1cf4b88225a86899c30d102ea8fa6f3775aabab102772173335cd4985b8fa9b53e324e060ee11d8d31ededf0f6b7f5020443c835331 -SHA512 (macros2e.doc.tar.xz) = 0a089e411cce517581166b359ff092b7c98d09502afc83a4935269ed2520ffbb044921e5432238e999cfe85c72371bf8a45bedc07c6ecccc14cba2f4e7b6b6c7 -SHA512 (memdesign.doc.tar.xz) = f4dfa00676379ce33857cc0fdeae867d1ae5c99e6767884a029285a94d2197926a68cd85c574bd876a2eeb85f0453520ef5efcb7f2a71a77c725f8066e7adf8d -SHA512 (microtype-de.doc.tar.xz) = fa524a0225a57fc60bbad95cdd7855f4ba73691a6787c906ef5091183425a650f583340d65ce8b11792046c767b0b31e5131c62dcc281898457234134aec291b -SHA512 (powerdot-fuberlin.tar.xz) = 73026a8e853bb9141ef3d8915768ca07a9f5caba4e810cf08ab2f41b8c6ee42071065e347ecdc1da070686765591d5cca02a372bd256fc1f9871547a7e1657a2 -SHA512 (powerdot-fuberlin.doc.tar.xz) = f2011b2d9362cdd1006714e71c3178b279cf764dc82f10ac31370d197de98a5131dec0c64bc17d4746a554396687e115e6880ae6940d902b34dbd91aa75ba308 -SHA512 (testhyphens.doc.tar.xz) = 44cc1d9afa4e12ef2dc1f7be2d7718fa33b80e5ee16c7396053690bfea6246f444b50cb044d314ec677436a3559ff1ba9fa227acb446db37bacaa2829c309b2b -SHA512 (testhyphens.tar.xz) = c16a9299721c571ce9bdc91e4ed4cc54c973b43fed5189d2f377b2a9143d94d3eeba6bd6b728e3df92a5436b3e2c5e07a21d4a6af0210bf87784d40d96caa42c -SHA512 (texlive-common.doc.tar.xz) = 311737957ea9befab3a16f2f47d1123307a4dba0bf2291acc2b55db8e4d9f4db72caf8779ab06ac913a7ceca20c2a15f88cb4f7185a27db4517ebf9e38db02c4 -SHA512 (texlive-cz.doc.tar.xz) = ecfc4149bddfb665c6f48e65b719cc3d2240d0be151bec94676a188da08a203e84443b4c8e77590476c3194fae55ea23753a248c6f60ddd0b27895dea703a219 -SHA512 (texlive-de.doc.tar.xz) = ee0e8cfd65a4ef9771b54b6ebbedfaf3854452fe76f889af98e6bc3bdc14fd009a13d484d658c2b4ff67dd1bc23ebe33b3669d26b6a1ede9801f3f43d58a8004 -SHA512 (texlive-es.doc.tar.xz) = c65c8cee1e9b46f9a778b625f880a70ddf9297a77dd0f925bd9cdeac9b2d18d483879f88b72f701277974d983c82870aeaa0023c39399552bf243e49bd235f3e -SHA512 (texlive-fr.doc.tar.xz) = 787ed7011fcd99b8815c2ffdf0a458688ec874d4a24c6fddeb93e0195de384d4f876a1154f44ed61dd6685f47e8bf6f7d4b38550a25509a7b8d9f7a9911d17b6 -SHA512 (texlive-it.doc.tar.xz) = d030f75317f4438020d8b824821028697c5b8519602d8377b82ec2e6eb7a38717d089b5c4f868ff289b9390fb3f018b213592390ef718a7db024992f21215db1 -SHA512 (texlive-pl.doc.tar.xz) = 7949a67fc205e499faebd121a395b55b009fcd5a5bc9aa7c940c62a01d9e003b5b9902e3677d1a3c7ff12df7532293b4bd309406e26c0f76493bca8a46043a1e -SHA512 (texlive-ru.doc.tar.xz) = 32ab76462c2bab0979029ee9eabd3ddfacebc791083276369dca96c11e3a594358145c4325f088f30966d7cb6482cf708c4b226d6cf0a4c990bda12ba660fd88 -SHA512 (texlive-sr.doc.tar.xz) = 4e07f6f015a023af113822e409e03405f49b9786f854308c14f2060cac75d8420ddab090696044860be75f1337b6d3b6e7a45fc0d56969b0894efce3a8c60ae7 -SHA512 (texlive-zh-cn.doc.tar.xz) = 534c505455c5f9c73803c140a340df2882a97516e15f52c5b65695b7c626404336a0e4f6190155b5bda1b9a86d7f4d44ac294bccec791ec6701e56d13c00d71d -SHA512 (texworks.doc.tar.xz) = 554afc96a17b407e415d85138e4074b6f1f82ab8e918db6e4d2e2dfa44e67b0d10ac1b548ceffeadc245de28b564cc4c4c431ec9d9c92241d1f500477fc72a64 -SHA512 (translation-biblatex-de.doc.tar.xz) = 8f945fd3a4a63ef8e0e6e979bd530f1d13d11eca7490697d0c94dbd43ab7e6608e3801539ccaa47c48c81c52e27a14587f4a48887ceff524a6e188cd80b551a4 -SHA512 (visualtikz.doc.tar.xz) = 16a32e64ef4d00d2bf6f99fa05b35a071539d71944227eaa5b37762e838a62b80ee4b227a8bb9cc49b831bf19976421684872f8eb104f37365669907e9621a6b -SHA512 (xetexref.doc.tar.xz) = ad0700f1e1053abd8264f20ad04b7ade28cca6f5757e158f8ed031f493a966f5b62a197a34ba39ece7c3cb68d469334521a6325c2b4276dbfbc5c2519e13b33e -SHA512 (xii.doc.tar.xz) = c9b348da09c3a9c1522eb7713a17a58b3eabf4ff8ed52e8d14dc9eeff528ed93af505b5e3cb59c1af4c2ce999c6c1d98f66d026a6ab3d7a09778230286059d84 SHA512 (zref.doc.tar.xz) = d522ec5b147e22d802d29adad6c748045d120b790527d60eee6c2f8a2473a70dfd4afb6e9dc7cda5b261b07329f1e1811c2128969d3a89844e951acca1ff7e63 SHA512 (zref.tar.xz) = 47be0976f18f367b42d6c6c174d27ad3577be39ee43a4188962e3f2a60cfc72c383e2af836d80ca66c8e247ecf6db823fc478a7c3c61d1a52cc0a06a799d716a -SHA512 (zhlineskip.doc.tar.xz) = 794822b3b89aec655af2663f3dfbe848ccac9fea8369f446596562178e73c01ddadcf1ce46fd1811e4b72a25917c310bd42e45f9b16a3adb897304ae345d5415 -SHA512 (zhlineskip.tar.xz) = c1e92d164d0b46ca1165775e5c17f72687cd83b6efbba95dd58fe55008877ab3f08bbaf90d36d491ec861705e9d15f74511c8a0f9cf66ef8bf5127d7aa2cf203 -SHA512 (yquant.doc.tar.xz) = 5452fa75ce7f500440cdb93cceec0cd89c61e7e902b28e63a0ec3a89e29ad1b81bb673f6549afe2241965c03abc61d4a4f3c3f030df7f097d1c50ec1e0b08b12 -SHA512 (yquant.tar.xz) = a9b7137e12cb9a39bb525ac79536bd7b6c7d17e7bcbfdce4ec71637d0710e50fdc00ee03892030fc3aecbadbebd687dbe45680d2743e677c1b91bb3c1d1262ed -SHA512 (yazd-thesis.doc.tar.xz) = 315a82c7e548df4c971d9281f5da6e58a58282a3b05ab23eb41befe4cbe56b278d9a975c920d10cbd387f8809a2301ce800b9fc1c482dd6c3821040ac5911aa0 -SHA512 (yazd-thesis.tar.xz) = 9f8350ad1d606769e5c5825bfa92832775ca7a120287013119f01e3cdd54b052a9bf51cce2c7350e5f7241b4817a4b840590bade6c07646fc519be5ba2d9e11b -SHA512 (xkcdcolors.doc.tar.xz) = ff112f54943d9f6f0e55cd0ef2a9b0cff1e088ea386c7853bfde9cf091b4ab762b38486c565da39fe5f0e63811c2d2b5661dbc5d98b740ffcc08982462214795 -SHA512 (xkcdcolors.tar.xz) = 4c7057d785c565e043daef78f4ddbb5dc307a3caa690044c803059034ef42fc1a14f61c93115b8060c330f480397040ab19b44636e167739a016175af61c2806 -SHA512 (xepersian-hm.doc.tar.xz) = 7ed87b8eff1dd8582c2578f824f27546dacc1dfa2819e96d1bfeeba670a07a52f63d53c7115912887535c3df819966a3373cf52a7e226d6b17c4948e9dad9b32 -SHA512 (xepersian-hm.tar.xz) = 75e7493dcc8db204f0985fc066aff357bdf00553655aac6eac99af1e6f718560725303c825ab078da832ddb9b1c1d96d3b56be3a829590e80a98bbba2c296dd5 -SHA512 (xecyrmongolian.doc.tar.xz) = 11b9d4a92c6df44dfc629c7385b56463dcb13564e819cf1bde005e228040a9f675cfb5818ca9f5c5d59a3db7a0d42a5584d9a3a530d772ba2b4bf3145534bc0c -SHA512 (xecyrmongolian.tar.xz) = 2faeeadc81ca7f6fba45b6b237fb604a6eb6e8888117f759f6d369ed354b20b35dd007eb11c017e4f0ebcfa99627f519b291eecd1b41505d7f4ecbfc23307784 -SHA512 (willowtreebook.doc.tar.xz) = 32abc19949630800649038ef395a8c51568c4395b5ea2495205fab557669c40c3eadb6c272e9a4747d504c95f02df50056e083c4bcaebec50a5b5df7d5d10668 -SHA512 (willowtreebook.tar.xz) = 36df6eb6f46857ac84b2b0ef4fceb265c6feaee565eaf201ad8b00552a1f1e37d6f4d5a8e9dbbb21ee0df3013dc8aa72cc0cdef85c9b5c400aeca89f9b851c47 -SHA512 (wasy-type1.doc.tar.xz) = d9c88d39deabe19393df0b6d83bddd644e347592735cd7511dc70374ea015cd7fdf36ac9f320b44c612c8276eee3d7cd94f9e0b26de050c0771c85ec7dbae53c -SHA512 (wasy-type1.tar.xz) = d7131c025bd97bdaf62697feb698da97d175783e4b0502d3e85b60a663f46a0520268a6063956afaddc6308ddd21954992bf8d216049cb324133e3760ac20825 -SHA512 (verifica.doc.tar.xz) = 822e444c7657427dde2b3a51b3f2f42f6088e66933e51d1533782ae76f2e8de31d2cf1c5e7824e3d90600a971f253a7eb84e0dd0c874446cc0bc0b914e0a691f -SHA512 (verifica.tar.xz) = 7fbb232e4d732df813520c0a4085540bd5b16ca5cb4a68ad3fdffec8de273d821bbcc6304cb74fd06d30ea8f30e50475074c183ca96c9d46c32e818249f7cc45 -SHA512 (utexasthesis.doc.tar.xz) = 65e3100a6acd2a02df2e95834e5e99d718cd0b73e20ef6da839cbc9831918f63a2f5b38ad888a5068b1fd87ad71ac480754d5e6b459465cbb6238d4a3b3c09b1 -SHA512 (utexasthesis.tar.xz) = 829826bbc06bbd9b8ffe585705856bbe4bc99973bad7bedd489ff23fad9cc19c4f33beb88756644d76945126983586fdf78eabb305e353cb8bde8341a3d20fc4 -SHA512 (unifith.doc.tar.xz) = f185887da8604b1e24d9dcd7581b071e65dbdce6e61ecb435e99c19fe969a5912974af8430eeb22e090a8d2e1100a3457ece22cedc84aa10d589957e0cfd61cb -SHA512 (unifith.tar.xz) = bf288fc67865b2440b7b62633a04779e0172ed139e6ca4f1f88b21ffc84147663c143867d204b54d49f0d0f4d1aa0f3ef689dbc36881198398512aeb735c717d -SHA512 (twemoji-colr.doc.tar.xz) = 3e66ef5fdfb058ea888d02fdef20da43c77a6c0de291884c5ed2754a7e0f0a893c73c8b5cdef8ec7f0038e212e703cd2a1db3c7a531954e0bbe73f98027c8210 -SHA512 (twemoji-colr.tar.xz) = 99309720f6a37df5bd65a1a71dc1cc85bd83887f84f99376f451aec7284c6d90e94ce04ccec255e44124d00e44e9b6cf6982dffe296d1b0cedeab8a17829ef76 -SHA512 (transparent.doc.tar.xz) = 7de04001cea582db36ed0fb0b5f8382a367603d8ce8327d29d773d05af116ae76adddd678b220d2df8abf7c6c619bee9f050f51c5aa255d7b0fb9b576638e049 -SHA512 (transparent.tar.xz) = a1b545dee3fc210d9ff39c9ad1e8015c3972b2f1655e40f828d3bca0d8ae759772e18fd180cec5fa88d45f48076d92d07bebf2e03ef26745ad53a2fd8581d9cf -SHA512 (tokcycle.doc.tar.xz) = d08da1c1d6d4d42ba3bb6a866327c4deab6dd359130b9e795f08ff9bc3ea0e5ceca8fba74044d298e38ef54e1ed497245687a124c9cec49e2cce4140e1a8264d -SHA512 (tokcycle.tar.xz) = 1d4186f5f12468cebdee8418925cd3b3ce4d987bc70bf268efa566f3b65b3eaeeea964085453beff9bc3950c67850fc3f37d2b6b5ed0dd14cc2f01cb569a42b6 -SHA512 (tikz-trackschematic.doc.tar.xz) = ded12f30baf163ea465531960745af6ab473ff59e21c579e2c58151b61d2aa8d9b04a29d580a8ed86e88dc1a11a98b7d9dbec9d853bbd8a7556c0b3d634a2947 -SHA512 (tikz-trackschematic.tar.xz) = 5e00ec05ccd6c6900d8919efc35afc54051a25f8f57812fc476ab6a28f4cc194eb4887699e6353b15b76a68de799fcf9c96c4018ddfcf75d7fb889d998a6055c -SHA512 (tikz-planets.doc.tar.xz) = c92e05217a4e4aa6f49a5a400f2faea365483257b61db934351b0ec4c932e1d4d88e313f443cfd726db2b1234d0bb66f4f70064d690c554dcf4c4f16672b0c67 -SHA512 (tikz-planets.tar.xz) = e990d8a92d8f34f3042117e289d7c385e17b973954a2286629c84cc2f13397159b75ec5ea1b032d710babf5b31d58d5f2b23a101b535b9d88328d797a36b952f -SHA512 (theatre.doc.tar.xz) = cb4920d5acfe0e1288c7d459d15b06b9ced1130b56ea92c9ed49376743cee7e3fbb694362bac51f2660269992d64717effc5d8e9f52a21337fe7eed51a4622f6 -SHA512 (theatre.tar.xz) = d450ef176d5543581316ff36590eba2ed829a3f2b8a019fa8ca379af0ae2aa4df4e4e3068b52ed91edec4df33d08aa78b1f5f21d0fdf33d0aa718704e3de2851 -SHA512 (texlive-ja.doc.tar.xz) = 04dde56c7da52ecb10d94508effeb715fdd8abd95e3db301e5bce469d9db6a76a52268c3bb06d6800cb28a177570b22f90d2482bb5333eff82cd1f9c378a7cf6 -SHA512 (texlive-ja.tar.xz) = e8ab70d086d2e6c684e54eadc5de86455caa44a9e81ef104df4a14445ca208fedd20c6fabf9493b648a6dc8b70177ec8cf8023b4ec1857dab9fbaec3e0f72455 -SHA512 (tex-nutshell.doc.tar.xz) = 7dff5220b74d455e6d31b5d0ddb52baeef591d7743d119fd75720f17c9e41062bde18cc6389ce3b4b131aa1e0e3b52261a852fc6dc23690702b94bb143edee57 -SHA512 (tex-nutshell.tar.xz) = f0dc36cbe0874cc8bcbb702242979658579462838583d9b8674c5ee10aaf02c2fa16fb31dcdc79fc587c8a21dc3b3e9560ad6a5ab0a78a9b564009a8aedd333b -SHA512 (tetragonos.doc.tar.xz) = f55cba055574e78934b8766f02de08f417f625042627c2c1e64cb7fe39ecb1e3553d5b862afe521f4d65805713c856ab000e3db3b7fc906266886f2ebec490a6 -SHA512 (tetragonos.tar.xz) = dbb37eec17d41633d951b3202289289bffd9bf9a8f509cfbb7f98baab9b7e684e7d7fbfb5f50ce41251d09d9f0ea81fd9e68fa91984e788e5e43f8e398463fff -SHA512 (tablvar.doc.tar.xz) = 3bb104a3f50375d2e96f908126268bd3bcb3e371fdd339ed7bdad9dbbf714480b89a4a11625a2b537e09f214eccdabf6c0faee84dec4591f0627783481eff20a -SHA512 (tablvar.tar.xz) = c0401c0ce273b59da6877f231b06f3e4da572a6531fb6c587e29a00bb0f53edcabc725453c2ad1dbe6ba0458721a7e4b04182fcaaeed46208a760a5dff9651d9 -SHA512 (swrule.tar.xz) = fbb2a8fd060e41340a876595310b54d069cf808d4e2eacba0d913732fe45a3cea698c1e6e229dd152666f7b509eca424d17378c74ad14edd0d5f08ec85c6c65a -SHA512 (step.doc.tar.xz) = 2f862061aa868cb2a74766270b42685f5625adfe42c46c6fb83d7d0efe5bccca2843275e9b68d11610174de193f0f754d976d64c11ee27fab0d128e63b0aa964 -SHA512 (step.tar.xz) = dab392c9d8182e0d06605b82f123223d6bc811291f0b6ee2c35b75a21f868a5e249a330a2c0876dd1e4fa6395e11000d0f6db687aa85e1eaf1058e933fa72160 -SHA512 (soulutf8.doc.tar.xz) = eb3c81518312b6c0cc5b622bbf2b7ae954e42b2a813097d8c3fa681daea0a24c9df14d189ca5d5f2adcbfe479029bb985c3d85278beb6d9694bd61aaefd32103 -SHA512 (soulutf8.tar.xz) = 777ebf7b4215b9a6e31ec284d27345de2ffc7c5d303db0e21bd31376692e528688deac59c2b49b84bf2088ab42523523adc284dd1d8fd5aaf7a074923bf7be9e -SHA512 (simpleoptics.doc.tar.xz) = 55c29a218edad811dd2c8d2109ec70d4ee95570db0336fda88e74456fd8c6d549cd3355ccada4fe55097b6c074082fb4dfa57ddcd6559ff5e8bb7e67d70fa376 -SHA512 (simpleoptics.tar.xz) = c5e87774fa8003af6e1c81a83e9f63d71934723bf1dc7aebc553c838e30463d0b7dd3a41f76a644ca291cf7f59e50366e291cf1bb618a1321df4157f6ecea987 -SHA512 (simplebnf.doc.tar.xz) = 8e47242ee6423bdf2c2222a10f4197a615e59bd6514a14b1d3c657b9669dcf2be312c334f8b98459d9953ff36d3584b0b47c25c82e2c23979a738f9aa9ba82e9 -SHA512 (simplebnf.tar.xz) = 452c83082541e5e1c41687f9a6191f5bc86241454c34f3dd775671019a3e5ddcc22f7c6b2203f7b07aa549a5a84b2047af89ecad9a4ce43075d89fb490653acd -SHA512 (shortmathj.doc.tar.xz) = d402e9fd56f8567a79158decc200547e4b68a171c4fa53ca2d9efc2377e9ea1aa61155f53e66de6668a4523177464638412adb4b402a8127436826fbacf24ebb -SHA512 (shortmathj.tar.xz) = f0fe218b38efd961d1f67db265797a01ff4fc28daf0df5f23d9eb2f009961449d6dd3ae953c800af377265cf7f77f707cc35b0c413d93b232502d33b60fdc224 -SHA512 (selinput.doc.tar.xz) = 918b0b2bbb8230a482418c56de8081bb455980e178843b0ea84b18435c1fbfcd50a71cd0491b89c5797a374479060175219333bbde2ab28b5147cb5c3fd65ff3 -SHA512 (selinput.tar.xz) = 41888a394e4c9adc60242e4c689b272a7b4e2a2db2e4824e0068a305cdae59c1edd46b0a9e45909cf29381f240693234330fb3488be68831136f8f04a72faca6 -SHA512 (secnum.doc.tar.xz) = e9c44b617d479f9850ad0e408c1c2edc36025f2e1f1e812ecc8370586b22c9aa05f74381e0fa6b1ab39f239bb18e53cc4665482f2b1f3f3057fbeac0f01945d2 -SHA512 (secnum.tar.xz) = 8e54eb92f9f9c2a07f50e11fc3c68bc39fe4da3eabee3658f24b76c85e8effa8c4cf72a26dc30a8fff9a002a5f66fa1cf349f2ff5ef1dc51eec7c1ae3c0ffe15 -SHA512 (sdaps.doc.tar.xz) = 8c98eda0586c02497fbf4a2a0125064b1200f1b16506c720d8103b88b2256e517eb5553d2027fb4a1d8fd711e640b045a9e3a90f152e957b5c3dc6df53509424 -SHA512 (sdaps.tar.xz) = 506507e08aa6d3e4408c50bad4541feed8bd491f668ba10de131b4ecece0b23ed6666a117e6b5826e7a2e7e0cbe6b64072a5ed5b090d9c2568354ea7a50922d3 -SHA512 (schulmathematik.doc.tar.xz) = 13264b961f25e77c101478b0907896f99bc68814bc62659a16fa5d8567a6b3819398f4cbd91e2d53e252892b9f1313fc5b7431d439a8c3780b6ea140f2270348 -SHA512 (schulmathematik.tar.xz) = ed2db79bc6762f123fcdb452d483c8857c7ae20ad89152c3db9655ed90fe4743f00297a35e82e03d357ad733931aaceff49e0aa7eef2c9d66b2ac673d732629f -SHA512 (ruler.tar.xz) = a0ac63735eee4be96fc368bece6eed80058b79689954780990e1da5632448203c4f99d9b13f541a89e523f4a531983d5fefd836b99ed64c2f177723c822f8749 -SHA512 (rgltxdoc.doc.tar.xz) = 5e35c6d1e6883c895d031f047fff1ededd4629158a8958b61fb6fcbd885c57797726f595894081b4933c78e5f346289a020424405e0dcae6df40b279b86395cb -SHA512 (rgltxdoc.tar.xz) = 85b9166bb4408d3b1091b033455650fdf53b24c2fce821c872420191390a1bfbf457326a1a85aab1bf0d6c15765275337764f87adcb393464f2533e2462f10c3 -SHA512 (returntogrid.doc.tar.xz) = 6f5eb1997e25ceaa7a8956ced78c584058cb8f9fc112f98c350ff996826188f9b7748b7bedc6c19ec0912894500a4743dc7542532317016ef3d295563c450889 -SHA512 (returntogrid.tar.xz) = 751eddac662b8ca6d61edde7a25b11c357c497743aa0edff92be2a672fa13e4a92e6aaf40a8ed69853db642d656c3f54ad0af6cb35c94fe59cd540fa19f7b964 -SHA512 (rest-api.doc.tar.xz) = 46e0ed8ee774e503d05aae27f04385d32bcd44dce89d1bfe32a8de5adf14fe532fe6c59aeb1b763e37116d570fe371f8d394ed1e8fd06da1e6aac5dfcfeb9aca -SHA512 (rest-api.tar.xz) = aad74dfbfed25639e35405b8ec08255df20f703b3aeee0fd6ee7b6b95051e5e632e5ceb678a058039e7dfa842fc9a1a944941ec4ceca112c09754dd8244a8974 -SHA512 (random.doc.tar.xz) = f2aa83c5e34707ce9f7cb46e6f3b1632784ec741a68ba9faec0d323aba2054de55f184aa9f1120491bbc60db2040087c4b2dadbb9a4b3763b84358c1855974dc -SHA512 (random.tar.xz) = a93eb4d5b526285da18105f67bef5cb4451b7b71be50581936a4718ad99360dfd8141ee9437d374c56eb3db3aad9af4ec8e1555a4a5b8654711bf64aea3f419b -SHA512 (quiz2socrative.doc.tar.xz) = a51cc19b7d13c0bd4f1ed07c6292940176104b5fb381dece7709a5bc1332edb4606cdd4a66ee5a4e4886754c4d274aeab40666eb45328dcc6c465a29a1c4ae29 -SHA512 (quiz2socrative.tar.xz) = f4fba8eb850a90288a9b3e7f4571f5df560e09e7cba608f7bf2bb3090db5a2c6bc7fc7240ef2e3cef9d37fe1a0105e74c4c63c39a7c1793a1fedc6f86772eac5 -SHA512 (quantumarticle.doc.tar.xz) = 5157726c7805ede45bc89e974b46ea09447d6eed19a9ec818a43a7609e28df15aa031d64259d3df8fe347e1564d0896ed6ec434d3b77908ff14d23d7cf333832 -SHA512 (quantumarticle.tar.xz) = b51f05fef8e15ef25692066bbae15e4b73c44f4fa42cd5b4fbd274314f6ea0c0d490f0ce709834063998d156d64bcd22698e7da635dac1fb7ab09de0c42510b1 -SHA512 (qualitype.doc.tar.xz) = 20ddd865622520e4f9a7a1472c03f3c18bac039dbbe10849364a8ae1d0ee7d8771f30a02511a701962b2db25c79c74d3c2aa14f42951c7df9c0feb199092d510 -SHA512 (qualitype.tar.xz) = c507e8b712f2ce40474ebf2c072654f00d71f1c21156cecced7ed40ea9beac07790a67250ebb7a535c19a266573edb5dbf8d1fe4d661b7828428cd1c7574a1c9 -SHA512 (pst-turtle.doc.tar.xz) = 22c14f1eca2aa764bfc250d8140f0a24f3dab1cb8e755180167ddcd1ac9224aca07fb41408823b8933b73293204053f7f139513781ff37a67ca9e0ee7bec4fbb -SHA512 (pst-turtle.tar.xz) = df30018ed03f10edbb9e215879f041ed6eb0db48cf0e7e2b5128cd3339d1005ef074aa0631c84bcfd2c8f9c1a1a69a26cac36248f3971a3b3302e2f763af750d -SHA512 (practicalreports.doc.tar.xz) = 48159a00f0c64c6a05e56d9c01b1e7c1fcc8342df3f762775c33377d45b0621e0e933db3097a5d489ddefeed1e0c155893e99ebf98c98fdd11df9b33e05e113c -SHA512 (practicalreports.tar.xz) = 71b180b863f5405c145fde98bcae5942ed186de52654dabda4ef1a859ea292e6c2e6f1a29fa4c4320f2f9a442699844d4268fddf0200281c0f1a7477b49d9f5b -SHA512 (pmhanguljamo.doc.tar.xz) = 7188c7bd104bb507866c5b793a3da3ed640416847a032b6c2df8eb94a47ec2ff17d11d3494b2f2755c2ce3b01a12c12a2d6abd374c887c2f7418a6fb8c93aa0c -SHA512 (pmhanguljamo.tar.xz) = a4b16b981ff495212daac434123e0ab8d91ac862acf78f92ecab20c793bfc60e1b0e159113c9a5dc15fe06653531c1ac4a4de6208512baf089c299dc7dc75642 -SHA512 (pmboxdraw.doc.tar.xz) = 42a439f2f88235faf7302400432d49166861476cdc43708f84780d153bdcbcb55dea1a6b31cde2045d0b99d48c2a4f51ddae8bdee08937308c5de02e9b16a523 -SHA512 (pmboxdraw.tar.xz) = d229b15e57fa76a9e8e9b903b5fbbb99d81d3c8a2b1818d71c103df7f2a1e9bcf79aa8396b6ab7a2ce054371d212375b968a4a5d572fa8686223baa8dccf4eff -SHA512 (plainyr.tar.xz) = a42c5fc8c9a530f91d467ab3707fbec05f49764e85b906510f4605749c60bdda224a4ba23be85acd722f48b0958ed7184b4bfe88dc7c3fea4a64e70f9407afc6 -SHA512 (pinoutikz.doc.tar.xz) = ec0f726118a9a05aea49c498e60932492308d3f9fce70b2ef458b52a26465659175149da3a54a2e1ff76d4209f637a11cf8956c22ee9839a2540e1bcece023d9 -SHA512 (pinoutikz.tar.xz) = e59a8a5c1d40fe81ffefb91308adb73e270ea1f7fe6d6e3cccc5a950b5acec6ef2a50c20430365e24dee5fa6459dc78325c18cc3ff150fcfaf79538bae085f00 -SHA512 (picture.doc.tar.xz) = ce60fbc915b3c07db6ebf4bccbd0e2e8ed6f38fe0c07075af2c433b2bd7f82cd191c314ef3ae1fe9b4a02c2c27d75e97a5831c45b833a33373d545a977a162d8 -SHA512 (picture.tar.xz) = 9dbb4e17b455a6a18bae6309864412b975d07a1a11e908e1023ab8e990ded0956ccf3826e72d9878f3597eaa4d185c8b147d2c7d2149618bdb0b09fce8e20e90 -SHA512 (physunits.doc.tar.xz) = d63da845f312ef54c90b3c2ee27d8e3f0f02c2acd426dec0cfdb4325d79d61384827928eb69b4e8ce20ca49e4a7ed5d1e1a95e8a4ee922dcb53753ffa9f3d267 -SHA512 (physunits.tar.xz) = 07ed1981923b47aaa5db8837a044c354b0a0ebb057497130e3bd5999cf3e92776290df0e01ccd5c1772365d45b176149ca6fcb276ad2c760a0e47f3f3c466d5e -SHA512 (physconst.doc.tar.xz) = feb114e83ead721004ef64a3360c9d3c22e5303e52d409e7756e89db606e60baed2ad36f57f7ff6c374429494f34bdd27170109ca2fbf0dcaf501156e154c887 -SHA512 (physconst.tar.xz) = c954464412df3790d43acbf0b9fbf6b50600281a28aa7b517f80d08f3255d99fc70d6ee7963144bb531de735227fd03b74d510642a819c91c92170da0c6a8035 -SHA512 (pdfpc.doc.tar.xz) = 43dbfb650c7af115139fa7a38543f3177e703ef2427e2cbf428a44799b80987566e9994ebf9df65589517d03bbea7ca14e03e7bf636a9ca37144359446a8570e -SHA512 (pdfpc.tar.xz) = 2f9ec2e321e778eb0903aefbe97f43136d09635c954f46a861250ce158b8d2c9d2a1f1670564137eb6c2ffa9bfca3b163d9a6f61bdf7e754d9e5caee76d4e652 -SHA512 (pdflscape.doc.tar.xz) = 5fccb7dc5607f1196d6df6a1a68d010c0b9eea10854cdf2e133f31dc4095f101efc05abcf9e980a3e05375ba29ce319dc13385790c2261778fde54d3b94d1251 -SHA512 (pdflscape.tar.xz) = c343f0527f21421f26396a6210f7932786a222a437b43d6b2bf1c53339633a0aa8337843222d92048a6a5a41f0952aa2fde6e2bfb2e181cf811383a23ffadadb -SHA512 (pdfcolmk.doc.tar.xz) = e2bb876ad74381fb441d870422186f4cee76bb4cb5f721334b7119fe83b2ab0565ffd5300575ab52e8d25a263d87739a1e114cffed44ab3e25d8d5cff2006456 -SHA512 (pdfcolmk.tar.xz) = ddcc125c608eea472c06981c9f5a901a431da978fecaa2a5ecdd08e2f6499ad25632e4de86f7e92445a8e276403ee92bca636b80e5216e78b21ce355910ead67 -SHA512 (pdfarticle.doc.tar.xz) = d77754cf21565337f6db1b984dd3812798833f61fa263e39f9a929b25391a3b31a55df97a7f0db4fd379e4bf3855c51b61a719c30187865f67d7d37444e17de3 -SHA512 (pdfarticle.tar.xz) = 50cabf25f9da7b9adee489fd0a01fd9e5da2115d1dd09111507143a99a605cbc7e2de5a40a0e963b68942a601b7f0b753fdaf9cc1eadcdfb1261730fff5b4875 -SHA512 (outerhbox.tar.xz) = 954af6a75833dc388c430faf538415457d0526b85060602b93584a45e6b0ff9bb83ab1d2117ef58817f08b138146873ff74ab045f174e949a0c9fb9f042b1121 -SHA512 (optex.doc.tar.xz) = 7139e9b048ae7605e35d93a145de5c00c918066fd2500ff71b37c073b1b5b5639159c2be955908fa0f4d5ceab2738c1af65c36b1389e76d797bb0911787fe81c -SHA512 (optex.tar.xz) = 296c854bbf883a1e3d51411758618b3a728f32e195a6d5cdc8bd458402270123841fe18f097f41a236048e62fb3090d7613e1205c7f38624559bfe8456f1365d -SHA512 (nth.tar.xz) = e94365bee89f78b13ec22d8d34ac78aaf50f060f9282c0529d98518ce1e5b7f7995bd2da1d17654ed795f7555e7dcfd9d51399f4a83affc059eb3a760a76bf97 -SHA512 (noto-emoji.doc.tar.xz) = c1794f61d4597ad06c504efdf94efaf2172d87b3efc29a289350122f85337f73c319fa7e10b261e7a9bc79ce96b8fdb3dcf4348454a0d2902ec5a47433b95ee4 -SHA512 (noto-emoji.tar.xz) = c681b795a4f2678f5da213cabb37dde0fd604036e59593c34100bfca53ae56e9cbe2f408a2d1a99dd143b07d8a50fabafec0e51d614bb3ee6122b8eb27d6eb10 -SHA512 (newfloat.doc.tar.xz) = 4a9b942a072ac5da1e92f6ecd63ff16cda41195403794c8a111140d4d6af43947875828d497f7824bdcfd41ca03ece22469ed5e0fbec0cdd84c56471678cd469 -SHA512 (newfloat.tar.xz) = 2cd4d1e5097bd6b9abd25621fe64590e67f8933a5292f83277dd546cb949c6193af04e16a72e61c3023293f6471ed41e9b46c23dd4c6c19428c7875cf0279aa8 -SHA512 (newcomputermodern.doc.tar.xz) = 8c61e46f813cf230fff94e2875acfa58cc38663c66ef8ce1e6af3a18e9d9058276c670178ef4033f90599e117a0b880bf6e7753e25856113e407e57177470bf6 -SHA512 (newcomputermodern.tar.xz) = 24720e53923a2669e8bae12153c86e463215dca9c11a1cf19bd4afe71181324b598f217bd49b43b503c50bcaad33e42236549f57122e1d1906882ffafb0ab51c -SHA512 (musical.doc.tar.xz) = c06f45815ff65fa7c492575731bf1aec0e774cf5a81907d1e381ac8ab366c167ada688b8c8fc82293c96980c5361a688eda666b130c1ac3f39976d49bf78f60c -SHA512 (musical.tar.xz) = 4bb8bd0781cd49950f2a80ed9527de1b0e49ef6eefea5787d1d13efa3893d57b48a9b69ddf0f62bd2695a61d9b785cfa1dfad2217f8cd97929e1dfefac9333c6 -SHA512 (mpfonts.doc.tar.xz) = 4aa1296012f4ed3483f444320d7d28d942823da0cd58c1350dc4a90da1fa5e51cd5bac86f257290c720f9808b74c2cc87c49f18882073ac44ef7f577248f57be -SHA512 (mpfonts.tar.xz) = 7d602bca0f33f83033cbe15cb2376d0ae023a4d02218f10b64965580842f269a7065e6c2154bf78c7a72a46abd0e41214dea4d2f012f1945a17fb5b8cf0fa832 -SHA512 (modeles-factures-belges-assocs.doc.tar.xz) = f879904a96322990beafd7e444040b11fb9d69e93d73df5e5a159d70fd8e033d9a137e1bb4c54e4bbc4f8e5b04151336bed77aab0b46fcbeb531b346855df920 -SHA512 (modeles-factures-belges-assocs.tar.xz) = 870cd893fbb3bd36d9af8a35487fb47f9afeee75c6093fe3fe9167c4db4f0365499e0fd87b4b3debb0212076d1248902014fa374df3fca79108965bf0c3bb07b -SHA512 (mleftright.doc.tar.xz) = 193d3fa473d136c11ad8a1b4f707d286cb0243bd32c020c1c5343c23a5d6347c2ba2ccc5c11e5bf835b4666c8e4a0ca2d234661e155c0f5fdc32e7b85cf2d253 -SHA512 (mleftright.tar.xz) = d1423d7e794ff011e6bf436d85bc3d2d933263bee059cac910e1a3375140d0eb0f1682e38c675afe17607d71d253b656a81cc927d22f54a8add2df01571a5e95 -SHA512 (metatype1.tar.xz) = 1dc34e3f826ebf09c6f3baf358aa0e5ee4ecbe86e2f82a7da12c706f443f5eba7fd8582bf46612b2fa3588515dac34c49d47cfa2b9c3ae905cc51dbe7779eb28 -SHA512 (metastr.doc.tar.xz) = fccdb834bd22eb214eab42fe18afa3b7106099e3e589f3c685a0fb36c2226bcdd73ef5ca46ae48bc692e9d7b5868b8b8c263c3b02c796688466b7a54905b451c -SHA512 (metastr.tar.xz) = c7a99993dbc27d883a8d1dc6e1c95b64db6b173b534773c28906966aef4f1036f27142fc04e927a370acccd02f16d139ee10f0cbdc649bbe49474c475293dbdb -SHA512 (mercatormap.doc.tar.xz) = 78887aec4fda5975aba7bcd2552d812fda22f403b262a18b28b14100dbe4a308f629dfa63202ef518f122dcaf1e95273fbaee80a68b1f39597ee6152291896bf -SHA512 (mercatormap.tar.xz) = cf8a918eb75db5cf79de94e2cd350310ad66545bd32e0dc6f6174928db133aa89b65d861c06ff220e1abfb9434954fbc385e1ddf6778a7c83851edcd864bf9f0 -SHA512 (media4svg.doc.tar.xz) = b4ddc110715602c53e259c0c534a9ec6b32486354200cfafc9904d8c48e18a68e7a26b7d70305397780805f207bfc37ffd6442155446f09aa620acdfa1774e72 -SHA512 (media4svg.tar.xz) = 84a389afeec8e7557e6a75924ed0ea1adb383f9428488fb91e1a02f9b2e69086c5231b0038c5cbb6b22e5386313a62f5a8e57cfaed0bc35643884b0458a6322a -SHA512 (matrix-skeleton.doc.tar.xz) = 645a4e02d88f9f4e6dde2bf4d8cc4d5d0cb4ad321f54089874e1dac44cbef13602356f5bcff68b982bcada21ac985abbe4a78e2d93e3053c511eba6e95569e2d -SHA512 (matrix-skeleton.tar.xz) = 19c2f1b0fedee30735177dd509d312f128f44943ff6ad15574faa9ff2a9bd0c26ba7d5cfbbd11f3caf69d8c12a4ac3adac6ff83232d2ecde6858a860e8140d47 -SHA512 (mathlig.tar.xz) = 1ec5761aded23b8ebd4b9afece00ab1f3f9a18886edd12ffd2a2e0b5b9fe9adc9a4ee6fb629933f36f6a161c76e85b54e3d9855871c3387cb0f70f90194b2615 -SHA512 (makerobust.doc.tar.xz) = 4503551b0085c7c829d41042083209bc02dfd2391f99cf0fabafb363e288a455e51273bf0f9d4ff5a5fe17050fb5288a7835742e06865407b8400c88244f4e6e -SHA512 (makerobust.tar.xz) = 502b4dd65ae3535a2519c696b8b2ef73b3eb8f19d20af7dce94e24c8f718f827e55ddf7ff229bfc0810ab8747c94720cc7a66335a7d44065d0a0ac6b156a683e -SHA512 (luacolor.doc.tar.xz) = 89f13ca9832cef55f75bdae2933e1fa1f5c9d678c5980805871f5b7f2e13f7e406d50b2cd0366b6f191a9ec03e293ddd11163ba6a52260b609b6a3ca0c677795 -SHA512 (luacolor.tar.xz) = 2ed3a27258f4cf1fcb82abd6dbf660d090dc8dabefb2352dbb0fe15d32d7a0af33039c0249cb3c06dbf3b56a6d41039112ed9e5f2abfeb5bcb5ca50bf5f798c6 -SHA512 (lua-ul.doc.tar.xz) = 0453a219287f4f1452ce6d5f209b170d71c5508a48764499d24d419ef320be4fa5fdf9d8f330390cbf5956b081cd15f3042e5c92318d7896907386e03bd3b287 -SHA512 (lua-ul.tar.xz) = ae3a22e3dc3e234889f4b5256621d9eaaabd93174c0db4d10d6f14ef34f9be8d88c92aec9e20ca639fe1ef139ba9982a3ce888f727c69f80f8dfc6480ecf980a -SHA512 (lua-uca.doc.tar.xz) = a60dce7f573dc23246366f7ddc4b74a303b1bea889c5f4c646a35f4bbf84427ac54c65b8e8af93dfc3c30bb96f31dd5eb04f2f203db4ecdfb7c386febf34088e -SHA512 (lua-uca.tar.xz) = b131db0ac33891becaf6f3ac778e462ca1dd1b5b63de86bd9f46da5cf562dd43a55c7818f38c9ff1b9a3315ff5e89962d8b21d45953b8dd0eb8a013e6eaf0783 -SHA512 (logix.doc.tar.xz) = bc6f6271598c29eb8072dfdaedf6ea7bc7dcec279cbbf54819235f03d30c9b913702ec2474871ae07e760bc2a5b0e2072f7be3facb9ea14f2d6e3e3743fd9b5a -SHA512 (logix.tar.xz) = 1d56e6257fdc78aaf4b90e92c8148acab2a7153e8e48a2cbf606dec7695fdc5a4a2dffbb242deb627368ce9470abc3fed5031054eb0dd5b37a1798176fa9fb73 -SHA512 (listingsutf8.doc.tar.xz) = fd15657a8c7e8af4d21721f64ee0c2a77606d965698fdfeb581116f3b13dbf95bf774b77f019bef4cdb4565cd1957cf040818b1d9f78425eecfccc48ab6c5e28 -SHA512 (listingsutf8.tar.xz) = 846cc046ced340cafd98f009a55e891bfa6bd5715c94c0dbd5b124599c8e3aed1f248f56592795184fa040285001b0d967dfb26b0fb764bdfadcc2eabe8c3122 -SHA512 (lie-hasse.doc.tar.xz) = e33467606f46bf04dc4b42820a1016a3da4222e17dc3ee0fd44290b6e8cd831ee8080beb3536a66f961406066884bffd1488b103ec2fd86c1bc01399b1879bfa -SHA512 (lie-hasse.tar.xz) = ecd15640967371587139b06241a7031e86b72a6855a762e90b5b96ffa629c520613fafa95f08f346bbca365ef4e2156b2d1db6051f5e065bfd94291d942b2a44 -SHA512 (lexend.doc.tar.xz) = 83e56c79e99c7aebbdfccdc4cd75f597e53034bb6153870e40592b7e769366c8e921f00191f6608b63ac723223418e3333d498b4ca86c1f0a23cfa5444d88d34 -SHA512 (lexend.tar.xz) = b300453d91ef643b17e1bc7520ecff8550e394e2df22447274af5fc1405bc48723ef65ba7e322e83b6e10653ac89080428973b300ee55fe8e15eb590e85c7733 -SHA512 (letterswitharrows.doc.tar.xz) = 4bbef8f44103e5155cdcbb3719c80f3a1cd4b24211b3734e4e698b411519fb70742b4cab9ee510bf4db2a6a929550e1f448aeffba311b0fa7904e17ecd44b5b2 -SHA512 (letterswitharrows.tar.xz) = 4594fdce5a2c6bb4c4405d5111b574076faa247e4b5976596695af2de776edc26fb949d46012ce29663c55c78342d0d234e0a0e0f6a53fc59991083fc3b7e52c -SHA512 (letterspacing.tar.xz) = 30fdc0f87976feb698b9736e9deb6726746e4c25e4ed4a4637ff26699e171738be6447e8e2d02d154cf57944aa988208ee97859c0a7fac784d55fa6ef889b86c -SHA512 (latino-sine-flexione.doc.tar.xz) = 204422bc4fc85ecf94cc3236a74acc368d34926b53effb45b6411e694c4bdd2b91c30250894868d3928b19c693372c49e7435f83974e09b829938b6237ef1957 -SHA512 (latino-sine-flexione.tar.xz) = 6c6e7dacb974ba25fb5106ee1b846a22590c1ee3e5b19aa4c9cb90aab927216a19d15f977eb92f20fb589011769463a500ac2146c0c8cc807a91169da660bc13 -SHA512 (langsci-avm.doc.tar.xz) = f09d96225afef24d669e84a3d950c53cf563fed079992925989f7f598d67532ff77b9b7dc9187ac6c0909ccf7de90366ae058441742f38886da37c568a7feca9 -SHA512 (langsci-avm.tar.xz) = cb318867d89d9678a23112fb84167a0ab9c11667f73348a6853228b87d7fcf55790a4400811a1f010139cc3e4ace38649ed7bc91aa5c0c8eef88448d6cc1eea1 -SHA512 (keyindex.doc.tar.xz) = 4be79367bed5a7bc3f5bfd6c10f7ba6a4c87ed51139e8f8a7f55c59ae3ce6c1aa10df1c88728f7dbb4573634bba2ee599378755cf6c77a2ccf8d93ece5540736 -SHA512 (keyindex.tar.xz) = 93de5becfa1b4950f518bc004f0dbdfe96f567e17ec4b7656326b89201f1f85edcbdaa771dc8568fc0c87bcbd8877b618d0d00ce387ca70036f6794a8b870695 -SHA512 (kblocks.doc.tar.xz) = 924ed5dbe96eafc0bf8dd2fdffd4cfed43e7b8f236181553c999ff07a40aa3396e0b7fbf5c474b50d7c1c5cccdc364f941479ed710003055fbfefe2a34cebda1 -SHA512 (kblocks.tar.xz) = dd234caad6b289f85109303a8e3f770bf7393abcf1685f402c3d44234d6ea4da060b9995b8bd2c11450e463d4b729538ab94d41e76deb9a0fec07bc1f909ea5b -SHA512 (jmb.tar.xz) = 6317f3437416ead3fa1224432bd2cae247614e614f888ea074cfc442b8c7c3832d0243988269a1d772172008fa377b142288f9644bb1e2954c3758c1b75f78a7 -SHA512 (jlreq-deluxe.doc.tar.xz) = a6827015a219918b7a57b41b4e9b223da755abe95bec8140f8ae9cdbec3f4d55cf7796326568bf0aac64242f351f8076e9203ef8fd18ad228b586cbf177cef99 -SHA512 (jlreq-deluxe.tar.xz) = 7815e330fc99040428acfd3374cb5afa9cba46c1e8280b188dd048d5c1b21a5f8684980272a022c5682af5097c328292847da015b20a1132d725ebbc389fe35b -SHA512 (jbact.tar.xz) = 0f1cd72dca41b37c26d863aa734737ad128f5c39c508db13a3e91e4088477a99d9978aa1ed003ba0812e276bb4d80e527c80915cd7a08fd1cbe968816359814e -SHA512 (is-bst.doc.tar.xz) = bbd5aa6261779b7d395a89c04421c680b6906f795ec713b9c72bbdc282fbf459c443a08ccc7c395ac5274ef5aa1b3f56cd773e50faa7ced4ab4629f1b91e73e9 -SHA512 (is-bst.tar.xz) = 491b40704ad4c36e7ffac12bd5b823a4d796a9d52b82176cbd9654b6fe07d3a8a0c63f9756070bd4a971a33836e179ce6c7609e5de2eebddfac9c6aaecb92b43 -SHA512 (hvqrurl.doc.tar.xz) = 2f9c4772b34ebb6096da22ffb10b41eef091be66513d1dbb20c4f224c2e471493fa30e63432e19e47b03ca7b248ae178a1a729517ed3108ef406cb30abb6cef8 -SHA512 (hvqrurl.tar.xz) = 3f52fae550f92e379b76bc91b6a4b8fc25cb9ad6bc19c744c6f9ef0948d6590c1289f267681339fc7f596a7c328adaf45eb7c94be45e5f327bd77db5e366e315 -SHA512 (hologo.doc.tar.xz) = 72a65838829017ca887afe5bdf1f7645209601e267241a5650731a806c08b58670a4934698c4ebf2548d198e0b79619ef33c06d6eccfd5eef9119bee19629105 -SHA512 (hologo.tar.xz) = 8d1fd73519f0185db7ae8e82ac62957cb958311a5bded23823591157c6c31557b455ca6baa42fffa39d969e42a5fe87b18186dab7d18097e4e30e8589524ec96 -SHA512 (hobsub.doc.tar.xz) = 8cf2210285b162e52e2cbaf0d1a9e7027ca3aeb7da81ba238fff97a9cb10c7ba9058f5eb4f28303031a7774f457207ace1f30610cef2f733dd65b35d9ab6b1b7 -SHA512 (hobsub.tar.xz) = 586189051038582c9303935c70bed67975f51472d28b533e4b72ef341d4d93ad8f313774a5c585baf4b72d607101941f01176892499c7ecc5cec3ede2e28a693 -SHA512 (hitszthesis.doc.tar.xz) = 21750a76b4c381ad0feb72533fa5c8df874dfa3143f518c91ad9c18ee32e4d831aa873826dbb9373165207e5b8ed1110a75e9980ffc8c5d2888c8d306db85e22 -SHA512 (hitszthesis.tar.xz) = 7555c9b099c48b93bdd0b802fc563c98a82e2358c50c5b590c559d20515d96eefedfa596783810989e6708f5d490e4e62a37542589e843604003b2448b1ce1fa -SHA512 (hitszbeamer.doc.tar.xz) = 84d8a9edf719b1af7ee9d8276d91bfb15306bc3a5632c5c0290412533a5c321c1087bb642104d47137007c9328a346f72c8ab87b9d5f8b94e3ca0b6d2fd18a70 -SHA512 (hitszbeamer.tar.xz) = a90ea22943c228d15f659bc562d79b9e50b157451ee9d06b02cbcdf5a1ef4c1eb353c756e0963d113d6258c1799ab22f71a79905387c78638c01abeb3d936e00 -SHA512 (hep-paper.doc.tar.xz) = 8250e34feeb34d95d8e759e98dbaeb35de70386eb10325f6ede31e53f02456ff2bc2ba3e41c361e0c3b5a340d8052d021f6d06a8c3948d9e63aa8e2cde9c81e1 -SHA512 (hep-paper.tar.xz) = 5b167f229cf4b7aca3f6a54c9b9f8c0abeaa0ca834fcc5eaefe1fe52f1b0a9f5ad3162e6bc7a2852f7d17d5ea47f9a718777122690ad600b66a18a6d18aa995f -SHA512 (haranoaji-extra.doc.tar.xz) = 532cce07475b0921dd7b92a691396e1fa0d7236777169db2aefe64b0a35a09d898a398a392e8fe05c84f84c883dc9485e329ab055a9e010eb63067fa3d55aac0 -SHA512 (haranoaji-extra.tar.xz) = ad796eebc1a19c8d03dc886b8bfb04fd5c6b8a64f23cfa9777157f36ced26ff3678ad0d8437cbb96f6ce67019aaa84fb403b6c722032dadadffe021faa89d85f -SHA512 (haranoaji.doc.tar.xz) = 455063b250e73745ac35a712700d5c5f4f50c5987d694fa6b25b3ce7548ccf7a1ed2ef68acf11fdc3709a05084676e5c8b5152f47cddfce7dea470d5cec49d1c -SHA512 (haranoaji.tar.xz) = 803eabee8aece20dee1c7e23036bc52b1eac458ebc0793b6655b41b00f5eb8ed90bcebe62d1173cf39f134b7a7b54e5c464a7c770ec9ff4719b245c7a067b6bb -SHA512 (gindex.doc.tar.xz) = 2a3ed388473c669874b0474b9b1f45c60e2efd69e8c589a9f9086cecaeb5f1e3192fbb949c3d0b485422c7f6b49075d3db4cb8ba03bbdde0f5f77089331f770c -SHA512 (gindex.tar.xz) = b65317c570c923c7b6b84c2923122d844f895657267b694b46fed2d505348833a57700e4da93cde3d5a81e7589a456eea179a455dacb7c9324e0f65d9c718c9b -SHA512 (gettitlestring.doc.tar.xz) = f9e33fbe89df368c4c5dfd855f2fc0fa8c4d1eec5c0ab925b0a28b9f021fd2d88521895233d12783a023e40d70b05a0e849d4551f79fd4b8d0af72fb60a1af32 -SHA512 (gettitlestring.tar.xz) = 101ad92c2fba5c43321d8e12754190e09b0442508799dbb6bac23d5cbe96c470425a4cc10a28441408ac5a1c406e18aab7567f2464e48c2692fa38af1e23a16f -SHA512 (frenchmath.doc.tar.xz) = 622cbf8f1149c53f240036e2cf2d6245d6870ea24f9af6e1883e7fed2f1001f38227176156e8a33c9d9c07414b1accf1a924fbf7248e91903d764fb85d277bdb -SHA512 (frenchmath.tar.xz) = 1102ab998250a36d6d93aac7c673628eacf8b1abd203d91989922599ec6dae58439ec2700e40eade5b0ee1666a68a30d94f89d3a225082a6273ccd63f61fb586 -SHA512 (fontsize.doc.tar.xz) = 049f38a64e19dd9eaae0f2a26d7c6ce2fea6e7e7078ca63818beedd830c4f3e2e52e0ab4da1865e58752c73910c62da47c456345f7452d902eb2e9b778cc7086 -SHA512 (fontsize.tar.xz) = e174166999dac65cdf95a0d1bb79c88858ad448608bdc1ccc3390f04d4b5e02a4e219539092aaeb4217a44a1d230d977a482b4b63c67e0c7582d75ac2c85e98c -SHA512 (fontsetup.doc.tar.xz) = 7ef9b087ea0ff5bf62a553841c4e7ab976e08a0bf1b6d1b325c25e69d8ba0137d751d3f238e3b175060fd01f53b95b9bd775166a014567020ef63cc7c55101d8 -SHA512 (fontsetup.tar.xz) = 3affc864780a057995aaf3f2b4512a3577708433f92597f1c43f01761d65579f71559d39a14b29f12860c86cfeffa3aabb243f701d04a7d1b8901b72f409ecab -SHA512 (fewerfloatpages.doc.tar.xz) = 96e9f9cd865731d4429f921c41493bab6a760ad6bc8d984c12334149dec3309949a7a213ce28f2ca11ba793ff4264bb3a3065de86a1509301d7d7ae046a45d3e -SHA512 (fewerfloatpages.tar.xz) = 9618c6cc8f94957cde1f015cb49379e3e3ef3b39aba816a81f38749037240506c8fbfbe12cb9c32f7f1e651804659649f06f509e6d7882d5fcb16a34507a264f -SHA512 (expose-expl3-dunkerque-2019.doc.tar.xz) = d3b09af828ace720aa3f7b0fe979893f9fca3d358a69abd818bca7a81d45928cd02e0557bd607bcd91f223ad9f4808b0aeb61ba7269728d467eab46999ea5f92 -SHA512 (expose-expl3-dunkerque-2019.tar.xz) = 9a642f593f0440159d802bfd78a472645dc1c320a43e8bfe91fd7eba3c0b67bc3ad9477c17b36f6ac08b39ddbaff11687e78694bc81134c33e1af085a9384a24 -SHA512 (expkv-def.doc.tar.xz) = 2f0dfca179196f6c2d7ee72536ad0ba7ce7ff951bb1ee7e02e255b558269dfba41994734ca3907b77fd08a3569e6e65b8b77b1eb386416af94f7b715ac42c1f0 -SHA512 (expkv-def.tar.xz) = f8830209f8973baae9ba24e6f1c7174960c6c63f24f4a857354c659c98a76641bd662f2d10b6f712c0b2d16a688910a1fdaaf442afe345292d57c4dfdfb49009 -SHA512 (expkv-cs.doc.tar.xz) = 96331c4eb399602f6bafe6c0cdd466d146ccf50d3e9668a0cdd593c3fe2d68069204809af40f3ff19c07fd50cdd155ecc8594b33119a4d4a9f4fc74d1ef2fb8f -SHA512 (expkv-cs.tar.xz) = 490081d1a9ac75322218eefda917d566f8d0412e2e058f9dfa0b299b833f5af302be6a017360a16b4baab3d40b0508fc8b2e2be2502ee9f70254cc7e9e74c8a8 -SHA512 (expkv.doc.tar.xz) = 1bfa188a91534027c3e42c21380e9cfb15ff86585361da721208f56133ad21cd4f7d4370fd7c6d470e4172ec12cf99c281459ff38bcd7d806e083cc19fa6d20e -SHA512 (expkv.tar.xz) = 8ff87ba5c988d5f1c724f070e060985535feac98bc613e3278dc3a62c2a9ec5cf53c8818d7d0ec1f0aff2e1d4db098ffb52db91e29eaa2af784ad4c4106f2f09 -SHA512 (euclideangeometry.doc.tar.xz) = c12dfd05e72c4a081068af962fc223f6391793436ece1e706bacaf205c69ba01ae9a7263e1069b5e10ff4dc8a7ad151558ba188ee6c539d8e297d57dd6e1c45e -SHA512 (euclideangeometry.tar.xz) = 62900fe71550594672cbcb6cc22d067aae1e6315e54c76888fbe3db2b79558c25182e05c028e2e0504fa1f19168276d95684d0dcf76c2aceb600720cf090ae1c -SHA512 (esindex.doc.tar.xz) = 6db4b39371280b0f3a3e0be9e18337a75611410ad25e7953742247e750ca439c92c614edeffa03c4a7f39d8aea447037a6e25cb8f6f0d22a190f359c9cc35f8c -SHA512 (esindex.tar.xz) = 4e3fe4402e025dbbf300b509954600e3a1eca221a448d32ff2399aaf552ff930e6921bed6f0e1aadb20d6453848e235e42e8b809c4f4280d39c29937615e90f5 -SHA512 (erewhon-math.doc.tar.xz) = 067cfc9c787b148eeac39f7af8d0acbd3c1ce2bc3f6146a540295e9a6c633a36384f159b288dd2b011794ee8d5791d6e8f850af97bc5c7c76d90321642d0b830 -SHA512 (erewhon-math.tar.xz) = 230a8eb9ee6c5c4030c045a2b7382d0bc937b8766db2ab1fad7606a64e885f8f96dec98676e5a0db1e688b5123bfd4b3a8418073def9a2e7d53cebdabf6e34e4 -SHA512 (epstopdf-pkg.doc.tar.xz) = c098251d55112c0c630e007c85d1c7271e32bba9443ca3c2590b51987053e945e3c52030ef4bd1f6758894cc263e9316bc31683572bd07c24fd0855f01c68be4 -SHA512 (epstopdf-pkg.tar.xz) = 3e2177a1c6cbf8850026f981ce3ec5e6a24c4fdf8c40716e3f18ba7233cc7a5115e5b74d60aa077575f41bafc58af966ab55c189de4d06863ab2a38551ff0dca -SHA512 (epigraph-keys.doc.tar.xz) = 34c9b77529870df1f4e4476a454ca8f08ff68e0d0c523d081d47224a43f07fa0c6db6d665524e5bbb1b68c975b833927321295fdaed38b2ea43445fac9752400 -SHA512 (epigraph-keys.tar.xz) = 27b5cc031d2a90c9240f199f745b28c0eac189750062632708356b898701651eef34353b4e54e7065c85b41efe6371e42875607aa5b16c3cf2bb7edfcff473e5 -SHA512 (endnotes-hy.doc.tar.xz) = 46b7ea667c12de23f0491af714e5b86fb7fdbef0e3c03d7c31e242dc715745824be08028861c0e72244695aee8bcb0ce2191746c8d1f906523dcbe6b39958281 -SHA512 (endnotes-hy.tar.xz) = abd177ac968efce6749d8bb80c327bd8c3617e14045d124e036f2e503eed7bc33c72112d46acebe84d8a0a2f25cf3d99fd02a514d3673f38ada9e7fef879e3f5 -SHA512 (emojicite.doc.tar.xz) = 085e43393721ef77f7a419d4bb25f1ff83983fa1e80e11d9a941881376f7bf7833622f7dfdfbf0d563c9ed2efd838752a318cb46d0af0e02b2b5814554fae763 -SHA512 (emojicite.tar.xz) = 9fb113a9c5e1ed023907e1bb4640b539b1478ce94d3c8342650f904162817e09e9ff82e134807b0ae5b0e66391eb81197ca02fd2ff8fde8a5d6f0690f28622b0 -SHA512 (emoji.doc.tar.xz) = f8a4ae92b43db93f7004a2cadff9a6d5088608e10056cf59cf5314fffc2eda469da9ea7b5737124f95b9720df63a615cab714c957ebc9c55cf39b87fe789759b -SHA512 (emoji.tar.xz) = f2bb7826192a708e6ae321a176c007355024b4aedfc9e16372aabaa67d5080b8567abbad13d88dfb36e1f955ced9e5c742846b350654c5f42bc710a749e51ab9 -SHA512 (embedfile.doc.tar.xz) = 19925356dfac7c2fcd06d2886c8ffc7fda202f6639e98e993b8ddba3570223db0f4ad98f8ab51b096790e73e4c23946846ffaeaa2a847085d4d95abdaac06833 -SHA512 (embedfile.tar.xz) = f42311a4f5488c00f33cd43af03da9fe6b1912c27b7ce9f40e488f5a4931a5c57fe637d475cfca750e191c1b605f532a32ac83476207a49543fd090e932cecd1 -SHA512 (econ-bst.doc.tar.xz) = 13887967396b2058f7120ff3e0144f275b6e642e0da4eb69f51ad064351e02fc0dd362308fe5131120ceba7e6cbe9b4079adda0407fe76179a52e3ce1660fcfe -SHA512 (econ-bst.tar.xz) = d3b6f06f66c1c6ad618a277c1db2021624d61f32271eebe899de9a6ffa10ff0dd2ecb22da64c1acc1122093a535a3af20b00fc7aa8831a1b0bc18e9032716e58 -SHA512 (dpcircling.doc.tar.xz) = b1b01183f3490897b9681927676a7eafd01367eee6ea2fcb82fdfaae59294c67d96036ef67093fab13f0493adb9dce56f4e420b486bdc5f94e8a7801efcffc4a -SHA512 (dpcircling.tar.xz) = d102312ce1c70eeb9cfb279b065197ebd3ec6d3f54a47de55a5cb9828e76b2e690823a2ea19a935151c972f791783fa41a55adde03aefa54eb2b3fe3da0ea677 -SHA512 (ditaa.doc.tar.xz) = 345d6d7d3f21d2dc728b93e2cbfeb4fc1f589797e852604809b1ff3e7bca53414d684571faf8245c740a50205e7d8787afd5304beb89efd3545a389ec4a74331 -SHA512 (ditaa.tar.xz) = 1aa2fab8150212ae8dbda9d0138a4c396f47256f93582ed38d9449f9440daba9e07dc0be397c49981e2d1813b7e41d2002fb7ff914382606f417f2738a8d2735 -SHA512 (diabetes-logbook.doc.tar.xz) = 3a8c1c45b24d23ff236ca2d8bba6ff6d9ad055a688b5621a660cefbdff4e1407d71d96420cfa39dbb896f8035e6d5a2bf3f33fc2e80074527c9a41fcab72f976 -SHA512 (diabetes-logbook.tar.xz) = 427912b3eeac373ba82f99b30a6ccf360b285a119248e9dd2aa175cfb7f2538327331d9e8eab7ff62cfd987466352c08016313f51b8651c4b42484fb6f089bda -SHA512 (ddphonism.doc.tar.xz) = d75ead2518ae448eba251b3f43431751f415c9650e9ac023e1647fbfa828f700ef2fa3a19f53fdd6e28c9e8461e071fabb7c016aeaa62678ada20ed0b96017bb -SHA512 (ddphonism.tar.xz) = 9ccd7a8715af4a808a72d4dbc96a1216663c7eddb7a0fea48b77bbcb546a12d0e9de00928189b424e9db8e612778ed53231456d087a1eb83bca827852c9691c8 -SHA512 (csvmerge.doc.tar.xz) = b090bd51f547f16270534c2305ba68af9f86800f55809b050eea25d5566be3a3ce245ad0f79a76ed21ac64b68b6650800fba5a5ad942cc1f3f8e982f56ba5286 -SHA512 (csvmerge.tar.xz) = f3f679127d912a8df32893f0afec13b21a272b6e5ed2d2c147e1bcbea5698e043d88d5dcadc0c772f5640945fdbbf4ff43655d6d4450b48966740cd3cb936829 -SHA512 (clara.doc.tar.xz) = 6b7912050fd352e3095f6abede303f67d3c779b778825852bdaa37345dfec91df860e5b9d0f2fccb7e4e20abfb93740f7f8dba5959aa1d630b7cd990bc0fcf77 -SHA512 (clara.tar.xz) = 549efe7ed1b523e0f414d8f6401137cb0078256f514253199f85e436a5bac595d7525380fd986fd0c674d087decb23fc401f41a67b193c58f1e8e3bf95a8283c -SHA512 (circuit-macros.doc.tar.xz) = ddf1282d25f3cf24189717a3a34327b5c26287dafa16285e1afaf1d3a5c2573a2ca777d30329a52ab9e25cad7852a8bc41473d2b257106476f058b0a03fa601d -SHA512 (circuit-macros.tar.xz) = 8eac66d99b035f13f87db3785e70115d95e63452b1a5ae8aacc43526429738a397c8b2c9495e923b1508e48d59d7dad58aaec5a9af5c6fd6c9267ba0cc32ff73 -SHA512 (circledsteps.doc.tar.xz) = b7a50fa849e89393ebc6624623743ee7be737805c7807dd57957c05bd3489d908731c37c87d950615e5d6b835035169717a2648ba876ae458a0d4b0f779f0eea -SHA512 (circledsteps.tar.xz) = f8e34dbb7167f4d9b6a9585c856f57cadcde9ccbde1d28a1918ff3f4c04916fe347acd2377cdfc5d0cb03ca2a8f5ed3389ca134e8621084da6504e0a5fa10622 -SHA512 (chemplants.doc.tar.xz) = 18eb6cbbab95af45040cbf66384e32701e83e509c62bc3a68b82e760f131827740a16d5da35175eaea20810d4a66e8b1cc586baa10f372f1ad2a043c8f9f3f54 -SHA512 (chemplants.tar.xz) = 271a8f113b9c722f08c750d77aa6d70c5342396c6bfee815f94e90cbd7f6ed7f9793dfcaed9f5ce49612e15924298f2e995b2b5f504b975c8081338076a61272 -SHA512 (ccool.doc.tar.xz) = f2fbe9f375f153259da12a71fcb12d6937b8251e42e20fe28723ad3cb6a373ff329d43a1e2bc5deff238deaa876de2b81ee82fcae71574d7911a1133831a2685 -SHA512 (ccool.tar.xz) = 10699f6bfaef4afda84b203563e5a4a9e3e1544a87aa3e910b9fb351deffb849f1f99a30693b51b9cad264ab5e73d10eae3bbd2b64acd84cc2eb70ba3beeefca -SHA512 (bxghost.doc.tar.xz) = 718c59d1c05689fbb4641ead9437b2ddde19f848b6f7c9fd5f4c91b10abe9fc6413c531c2f5af3f9e70e30578341116e5b4731a8f873f75fd4ee0803f3597a3b -SHA512 (bxghost.tar.xz) = 72b5a376d5a927297fc466936ae55ed4fe4fe8705aa8f31fcaa4f4b558496b19952b55ff8b02318f5d5cc8c6cfe31c6310cbd22900084d353a93f348291e0c6e -SHA512 (brandeis-thesis.doc.tar.xz) = a56e02eaadb1bfe1315d4813fcbab0dc73202de0126d8fc64ee947770ac1866857194ad842fff7a47dfff4650c6f6aed8ab711eed6a47b0b6e8e93b421a8fe1f -SHA512 (brandeis-thesis.tar.xz) = 8dc788bdd5d3b0e16b525f217de177e711abfb5c558382b12e4328fb690e2a16cf1d9fe403b40c392b9b745d605dce30e1c297d5f694cd977b992f585e50e6cc -SHA512 (bookmark.doc.tar.xz) = 39ff86ed5dace26339bf93b83e9d41a8d89cf17ba6abbf07be9f9ec72232dd27e88e88291d54c09b2bc1ff8b88bcc40a04c75767ba2f9b35a192dfbb8b6b9100 -SHA512 (bookmark.tar.xz) = 29f24d431958caf824b8a3af098f9b8712315ac98ed7c1b4969b1a650cb8a9732341ea3af42c154e28aff35fa6a0abe8b3cfd24772662027912f355f3f5cd16e -SHA512 (biblatex2bibitem.doc.tar.xz) = b7f37db4271ea7fe0b6208cca2dfd66f7c2f70966081c85fb35d34f927690ae435574f566accdc0ee358c9f74920f18916bf558f3d97cc1f6a27f540d337d90d -SHA512 (biblatex2bibitem.tar.xz) = 4d27fc2bc55a031f571096fed58757de74e5fcbdbb485b327d8a34c8033b2a2ac316b7257ea369d41373d887152a1a84201f28c817abdd2ca84716ebdc4e111a -SHA512 (biblatex-software.doc.tar.xz) = 3bf561c354078e73345f254a1875b768bc4a44f9299c53e5860adbf56f4774f5bed97114f9a0eb4ec33c6a77c15ccc186963a39e08859300980bf972acf378fa -SHA512 (biblatex-software.tar.xz) = 2d83d5b28a3b9c9225f003878aa614d07c2ca3086d00b6a09e792a054fa47e466a8ecddfa4649a56d232daeb400c2fcac758bd134c3249e0b143f7b9f4d84982 -SHA512 (biblatex-jura2.doc.tar.xz) = f6cef0f752daa994751089f63b2e8948423b3644e3f1e49aed6bae05b9a36e5ea8f614a34a3c7cfdf81e0b8262105d25b436efb17e7cbe09bcd8d0a423c0943b -SHA512 (biblatex-jura2.tar.xz) = a47d1cabf771d3b90ffa1c00e354cf1440c0ca6b0e36ea3d92e0fb37aed003ae457fc446fe5e739b513c0d1e39dde09109fe377ad60e5ca074e8ce64d64026b4 -SHA512 (biblatex-german-legal.doc.tar.xz) = 2422b1918d20102ffb76fbeea02592feceb408e46209d2aea4146434d5f78f9f1f6e1cadbb919a8be8b3710ace7258d3c3a919103302b6bdd0eaf4a6ce4ee3e3 -SHA512 (biblatex-german-legal.tar.xz) = d5cd757da88530f71560785189aa2830a2a2c6677529a10b318511b472e7a4bee03cea0d627e3d7eb43c36d96577c2b757ec84617f2a2812e99280184d5f03ba -SHA512 (biblatex-apa6.doc.tar.xz) = 29f704ea04b9fe8490e1ec6001793a7712a8738ce36203a783fd0371d2060819f405098c0ac7bc0a166b074874306d0bec5a852e67569f52767ad3b944019788 -SHA512 (biblatex-apa6.tar.xz) = 8c274848fb5856fcbc148e41218843f27bb0dcdd348acfa3a7bf7924b536648359faf2479bff5aa8ce36c996eeeabcbe7cf500f7ad071c762296ead67a7c8ee6 -SHA512 (biblatex-ajc2020unofficial.doc.tar.xz) = b66f343c8456e3efb118fa18851dd08f298d5dcda4312c9688ff486db7a98fd5b3b953616f407d179480220ce905a6a6a08faa325061df9b71c6490277cdfa4c -SHA512 (biblatex-ajc2020unofficial.tar.xz) = 62d09153fea349881ec381bf6f2badd4453c5b2c328e8e3fa1cf99ae43cf62faf525bd453f02bb6d78e9f12ae4e35dd00c2c6f8efa015336bb13f485e8064683 -SHA512 (bearwear.doc.tar.xz) = 03171083f40cc4688ca6849fd371189b43a9e5963e06be3ad44271b11cb985cfa0b369b49ed43110395e1d7d50f4337e9ce597989be48049cdf3c3a1beac5ff8 -SHA512 (bearwear.tar.xz) = c758735d869a9b1dedb64c9c0377891606d32ba69fe0d665d882d7d113bcf3c9678e6cbfe93c269758d492a0336c26f937195f04e80587c1aa083fb1c766829f -SHA512 (barracuda.doc.tar.xz) = 8c7be1abea65248e0f34bd9b538aba2018058688a19d31c696ee964049d44046f4f92117b9db8a1056a4b5e45dcc8aec843971886de69214f0dd3368e1f4c3c2 -SHA512 (barracuda.tar.xz) = 8331d0a9fd3504eef4e759e144bf34682f55c0bbf435aad9f53671083af2a0c766180665348fd6de4668c67b7cbb3690919619b2a0b175b77f76caa95a951328 -SHA512 (axessibility.doc.tar.xz) = 7d6b0e9ba8cf4f524af95f39a1d39b4426d13f56dc7f6937dee874d33cfadad23ca64cf3bbfa66d1b973369ca03082794a6c815a158b6d60e0b0dec8bfec3f12 -SHA512 (axessibility.tar.xz) = 586e60a85337059a44dd02a4e979e2d7914dabe2dbdd90d157853d76deffa8d4f7ce644636134f9c7e8ef9a99158832a9722dcab56161e14419aa2f2344418c9 -SHA512 (autofancyhdr.doc.tar.xz) = 1fc9ac9d47d65eecb1a6736aa5fb148a6309fa64cd18053b038483d484f974f3f1aafe8afb03b88921ab5a990b78a2aa9dc6d7149884a550c57340218f72159a -SHA512 (autofancyhdr.tar.xz) = 3ee2452c80ba671414a1669e0c47c7069189dcc0dde97bb33f94e77251b2ac8511b7cb79fd5866c2d3acfbe7768e20f715e61a6303a847ab82564743fb8d2a2f -SHA512 (atenddvi.doc.tar.xz) = 56f03915ef772c486e44b0b80ceb29543c2c1e2ede3ba5b4028af17f013aec8f3d373912aa7b1ef8b5f4524de5c0946833cbe418932dc3bdfe10a752a18035e1 -SHA512 (atenddvi.tar.xz) = d936d42a3a5e2c4fa0dd9064658b450ea521e054c22ab9a30b3b11e0c093ba9961b3553b686021f0fbeae6eca7e40b2aedf3c42287ecb68a724c499007c552eb -SHA512 (askinclude.doc.tar.xz) = a06a9170ad1637c35a25c9a0d89f3721ec350a0053cb5b85374fdb5cc67e7d4653e75c2a5f9b47d19700e3e9ab2d70e5c0c419f68715e664185bd30759dc0291 -SHA512 (askinclude.tar.xz) = 828a18ff7c2d997f25b46b9ce8626a749ce1a18989a292f7f44e9eff0c28d5819e6e017398e76a6872da6498a4ff8306d8f8e701b87b80f57f455d28389f7aa8 -SHA512 (annee-scolaire.doc.tar.xz) = 8c1ee1b6a32f69c3ebf2afb988d24fda48ded189bd0ad35646adedffaaec7c6991682d5b3b62e038bde2f9f357ef15123ec15bf37492e780f2ba4042907ba93d -SHA512 (annee-scolaire.tar.xz) = 2955925739f85e71a66061445c315cbc20cb7672b9798d1b78278dff5df8562415e411542de6d8dec4cba3bfcc0c4ab2e0e9e5c6c79c11e9e4cb76fd8754304d -SHA512 (alphalph.doc.tar.xz) = a098159842a9bd47e6da930af94cf365629c72f539fc3d045fb33b4bbe2004468fc690564850b67549b3eeb2265134c92aecef65b47d16da732bcc5aa93d26dd -SHA512 (alphalph.tar.xz) = de17ab4278afc9fb308abc23c19d4d1ce117ef3b66a21b748c102b95722d3395016682e9508e135e2b01bf4ff274964df0fb723ba2f92c81873dd58d73a3a733 -SHA512 (algxpar.doc.tar.xz) = 8568d188f107ceeac4b29be9b2ef69de8c6b4b22f8522047651de7fd6f77c9cbc985da87d7f7f7dfddccd65b2895324c029e975bbd115fa4f6acf02d6cb52f7e -SHA512 (algxpar.tar.xz) = 7c42dc2037c4171a1e557eb1af38ad39037a818e1b97063790c7e987bd7b6e8e30c25e046d053dc67de3478375bdb62bf4e9c8c2210d4f149d8fa1d53417f8d9 -SHA512 (accsupp.doc.tar.xz) = 650909f5212a92659d18ba3ef5209ed12c9b9ddff2b3157ea17cdbc8955536f41e43dafcd715e5ec26c1d0c839ffb7b26081ea36150b2f0f50c952c5231a1a20 -SHA512 (accsupp.tar.xz) = 0b6e474617333ca00c2503e99f60a290b930d7e7534de7223be511404aa6c7ba9a8dd69b94f3433b347146bba7b8dbbd4b6d45ed8b2c6b0880c0177842ba8b45 -SHA512 (accessibility.doc.tar.xz) = 8248afcbcebcc179d438bd4394de64f8bcc6b07095d5ae4146f6a10f73eaebdd6bceba6fbf4e441a434d5e72bce0995281249dac321bcfda24074e9ba2085373 -SHA512 (accessibility.tar.xz) = f0d198f630c3184f649232fa51860b3dcbb845832c1441dd4f6513d4fae21716d3c75f4f405258a78bcb3918f7a59d19b3c8ea814896e5536a2c58daf0386279 -SHA512 (aaai-named.tar.xz) = bb851e6bb3d9c2efd8d9abd32056d0853e320ee7f495b3c595d6a112d5e66bdbcb24107f741249fdfde350dead6763484cc412d380188d29155649b4076c4e77 -SHA512 (hyphen-macedonian.tar.xz) = 6a57e58f444468da0e5854a3bd10a319ef8767884f2a5153580bc9e145f65d4694a0c0e56fc411db9e9bf088e2746462fa51eff23fd3a49822416fba25caf88f -SHA512 (letltxmacro.doc.tar.xz) = 8be12930acfaa79dbf3d7d3e0a60a518b12392c094e1dc531bfbcd8d9517d4744e99d339b3b7bcfb1e156d0ccbd17ca464126d8530e9f9c13e29d19a6aaeea99 -SHA512 (letltxmacro.tar.xz) = c9c1f5c3b9aab6b31750011cd45c42bdb32ecd712ced8f8cdafe1aeca532159051d1cff1449b06e3d35fbefdd44f2332805cb1618ff1da022d405a88d600083b -SHA512 (uhhassignment.doc.tar.xz) = 21054dc051229a338d2aa954cbf80893e156236329206ff3cb63f47dceda4c35c6fbf6c2d9492551b7609aa88dec74c507094e2d96f2f96432436e74e80a9c38 -SHA512 (uhhassignment.tar.xz) = a394f6f161cb72ba42eccdaf26f08b12048cee56207f754dac157a2eede1b0867fa0d5916a37d5e3dffbf10237178f156fd3cb33c88be6a926208ca8dcdd0508 -SHA512 (uafthesis.doc.tar.xz) = bb1e0fddf66350187d8507b34811c0c1ea84fbf0c6cd3e9eeaec8ef6c7111fa2ad1eb4d805df01fa6bed58030056ddf0b2b4305ad821e696fa6de977cff46c98 -SHA512 (uafthesis.tar.xz) = 3f8146ae2cddcc8f136c7dad5cd926919d4d81a2b43038fcce55620c6c240326123b6f48c32504b44cbbd9b62aa3a61cd80f5b85c9890ecddef9d96342cc0eb7 -SHA512 (tugboat-plain.tar.xz) = a2541eae8834f9a78fadaf4123aa1dbfed2215d3697299e17fcb0c9635091be57b5171514d771c2e14ee7c94ee2ab18e0907a1b3b3cc5bd60b3a3c74e305f45a -SHA512 (pst-gantt.doc.tar.xz) = 950a55218077d7203988c42c83445bfb10f53c7292cb85bb4178ab20b9f1404ab4a864266e52c3af074c45cc27b6777dae71af41caf270143160d3d59e222731 -SHA512 (pst-gantt.tar.xz) = 61b59f922129de60bf954145a0c83a5bb4c0232270b8213b45856a69ca56f32a9525d70ba86e51f95fa1c8836d4922a0dec971dea16f13f0c2f83c80fbfefc56 -SHA512 (placeins-plain.tar.xz) = ba143fda432b8ff9f96d48218ea3b3d29308db3a403c64af5f4a89b8305ff835481d9e0e77bff92530207359115f6a44b006cc58bce99c0f7d3924d1134ef60b -SHA512 (hyplain.tar.xz) = f2968e8baf048329d8c78934770aa5d0a364ac7b3f77dc00a163e085e4fe45420c180acd05b281016aefdfa6523bed234e75ca07da0d133438798c1e51330d83 -SHA512 (onlyamsmath.doc.tar.xz) = 154273f8589b0d8bfa0ed46cfb297d44000eaa750e8d34b1a7aad9f7b26cb19423d7f7ba362e3739cb7d22b2aa077fa44e59d9c46a52db5a82a57659e86a6dcf -SHA512 (onlyamsmath.tar.xz) = 5452647ee6eb939c292457ee26cb3639560eb55893e44ebbbeaf27ef1c2ed30346d91d733422e65f6780af7c434cf02ac740d722612f888fca8dc45538d81303 -SHA512 (easyfig.doc.tar.xz) = 9544e9d4bb98f78915669d8ed7f314e1de92a0fc5c57b6163a1aa91afa7c97bc0a0726fe57fb1f3b03d981f9d9b320f211316e0d1babeb3d2900f7f49e9a2fdd -SHA512 (easyfig.tar.xz) = 4c84122d2989fa90533ced69f6eb9d2536e6de9fbecb096412b6459bdd45225bbf48a512ffdf4fd3f8ffa8a582b47692661b3f4197fe76f911682582b038bf06 -SHA512 (kotex-plain.tar.xz) = f04333a7b7ffa7bee44b2d74bc1c4b0eb22fc57fe0721db0ed3bf260fddd68a6c10d92a041e42fe0ab1f897b5869cd7ff67da168336a708f03d072b4c4cedd68 -SHA512 (ibycus-babel.doc.tar.xz) = f09dfd00f35f653defd756b72437dd712ed1ffceb05beeadfb34c1c5163559ee7c0ae6ce0420f57b722e93080248cbcfd678d811f1383fa5fa1ab76db52a060b -SHA512 (ibycus-babel.tar.xz) = 30f810bd70555df4f05fbc0b073456c030a0768372bd3c681921f41fc31bfbe0570a39e474ab26aeeacb142622154e5cab3714412b09f89d1260fae8b60e817a -SHA512 (mongolian-babel.doc.tar.xz) = d0aa4f4a7f1b22d3d3a6a96b85d4d72acb71ee6b1374b70008b966ca2401b7b9434bca675601cc1cdf2f013520eb82c2cb193634b3ac9f9b9d40a201d10dbd58 -SHA512 (mongolian-babel.tar.xz) = a4e7abdc0b5817d88ad442e693fefe79df224a74f37d09b630fd7ded16e1335f563ca00a26aee8ba4b46b7516c0fa2f5dc9d37ec00455b11223e46a6e289cc01 -SHA512 (cyrplain.tar.xz) = 84651aeb63d3e47f208732f3c0d54ba86862d0ff7da7c56b3d8b8d1b49b6b88ed4c5f9abfb4c1c9d8a1ef8a455632aaa69408651e238bdc4aeb4eb7709f62096 -SHA512 (context-gantt.doc.tar.xz) = a5cc76238f8377dc8d06869bf23a1367c880b57ba62ab8c8331886cbed145427e2819ba92965924fc7a78579d28b7c1cf331acf7f199cf72672ccb64962c9367 -SHA512 (context-gantt.tar.xz) = e0c61179f4ecdf93c13dbfe19f59487fbce55e1a0dece76ac025a88a452e7168c5e3b84e53c01bcae4cc412993be36eb554dc5f7299fc1205f4070aa07a834cf -SHA512 (betababel.doc.tar.xz) = 209f8fc6123f8403bf6a30731773aeea82c5c6de123e24755e9a22ca6f3ea170015feeb541242a772c3244e7b74f1a766e95886e4f773f21c48b353f22d6adce -SHA512 (betababel.tar.xz) = db2a590e8ed5e946652cc54d5c01bd540b87f77253278f9211c8720229992275f80edc26d0c94b4f68237d84a5bf7b56bd93a40e2a0ce8df5ffdeb124c81d219 -SHA512 (refcount.doc.tar.xz) = 5324828978e3c8c14e9a28b86cbf87de175b9908f460ce6090bf19944557cfe82b112c6543d2878b54f4a16b1a9f3f3ffc66eddf1234c04b8852dbfa3ebaf27e -SHA512 (refcount.tar.xz) = da914e64de5b70e124d9eb62148f5650c9445d2fdb94272ce622478b9aa50a4c7625be9c2152fffe9ff9fd87ee19319a0bc31ec5fd82839a479faec687de4af4 -SHA512 (stringenc.doc.tar.xz) = a4f182559d37e45ca8b6c50656d2d520e3f0bf1ab63dc6477cd6e3abe6cbb5c4b89d779c380997b167019aae6fb12ae68d5fe37ea0c08945e3383f5d9905bf31 -SHA512 (stringenc.tar.xz) = a776ddb2378bea0880d7c17e1a87db5f66645c5856243e49de1c56bc427213098afbca34773a44ad955a0014b969c59454d3a0c0ec371d213481668f5f784ca4 -SHA512 (catchfile.doc.tar.xz) = ad0d938e0bb4fe3d307dff1afc5ff93cd4b76948a88f88a65e3d036fe679cddc91c52e64febbf887c766d423fa5d94371869793c93138eeb919188b9b44234a7 -SHA512 (catchfile.tar.xz) = 6e01a91913a2a81224a533eb7f119283c267682efaa2a6cec11e9db7fc593b0d7a6830b83e482f22e96df208dba598b1c6596a78ae5d4cd17aa4c9a50eeaddea -SHA512 (annotate.tar.xz) = bd31306b72bec73d4a2367fda6804e648ade536181d7a5c34d196591bb5fbd483f13a1e4aa2c28d3a4f29d0c74d37d5f1a77046b15d321c29176d9f742e91a72 -SHA512 (authordate.tar.xz) = c67f75eb92a937755ef0a1ef0896ae3cc1c256008d864572503d3e9d3be1321d25be59e76d4d3ae443398612233a328b1d6e2da9c103f41b30eb088208701308 -SHA512 (authordate.doc.tar.xz) = 156fec304fa95388fdbb386153482016a4d78d4862943bcd6124466b12df920498d5b42446465fc0f70da6353f58c329a27a822efb5cca8f0c4d7fdcb3239a02 -SHA512 (gfsdidotclassic.tar.xz) = 7b07a974f5447917d0a10a964011f2ed57db2dc9155384117310eadbe1dd05067dea6d617a598545713fb9250bda4241b0b2d5bdd84be4fb8c994d8d8c4e5ac4 -SHA512 (gfsdidotclassic.doc.tar.xz) = 3256c1af2f7b0d15625eb3a7250e15b9645991b3a7408d11afc77aa65bb067cfc3682fac334a61d67f894468b3a14c21e694e4b7445a01ce88203af06a269031 -SHA512 (git-latexdiff.tar.xz) = 74077b3dd1a91a734af6d668b309f804dc58a282393d88d8d5d74a5e6fc73c197e49b462369f829cc7151e20aaf8085c0587428ed61ce7957a1ef173d92c5481 -SHA512 (git-latexdiff.doc.tar.xz) = bfda354f808c1f94dfac207d1526409a160b89292e44541930dac34383e3ffec9ce63d04db041ea5ac529e1e01fdc80c4c64cd43e8cdc14aac974094732d6fe8 -SHA512 (inputenx.tar.xz) = 5550c1d76a0906f47ac3e2303fc57ef9ad1c8442e12e3522826dbe7fa8c971c7ca4241e0a1707f6e10336855eded20e94130a6db212b787383282326aee8886b -SHA512 (inputenx.doc.tar.xz) = 087bca2b38a73530b19dba7343cc488b39ab505ce00b4c622f56f9d40c448e6349052e12358cc8fe6d8db7039c6af4f06910784795a2cb1e69b85eed423d1314 -SHA512 (texlive-fonts-appstream-metadata.tar.bz2) = e9eca287aff41a3c052e1db4265a8fcc1441b6842588ce59349e41fc2740ce34ce472e41300a6044e689b8c3243b00cc8eb9a7ddff14eec2d4d526accfe965b0 -SHA512 (svg.doc.tar.xz) = b8eab62250f4d2de1b97245a2364db33e47b842c7f938f6fc6e9bd2c0441b8ca1f313166d3667be2540fdac868d39432fdd50e42b6cd9fb3cad80d6c12ee2d69 -SHA512 (svg.tar.xz) = 97af4c9c717ff8e9a6c0449db7565872d6b34de427895dab51dcf2984833c8c98498ad109d0f93be303b3db28f77d76ad199913a3509633679546ae1089c2db3 -SHA512 (algolrevived.doc.tar.xz) = 58f025082330618b3020591016be10fd9e742ba0abf67347dd76a6b570db3c9e4a9e3ec4af7e736b9a48efaf3ae0f7573015476086eda4e19572badaa4318c9a -SHA512 (algolrevived.tar.xz) = 2d623cd05c2ea6189fc945131812dc27841f9a8ef650ddb983502d524fa19db2996c2b7a47c1dfb638d5991384e769eea13f812c3697be468c9762723d8ffbf6 -SHA512 (baskervillef.doc.tar.xz) = 131117d2170aa77f83954d61d630cd0714c7542f3b4f5e868f834bd091d0b4cd76185d478ae2e4d35c8b9930262d3f14e675681540fa8363b4aa060ea5fd96d9 -SHA512 (baskervillef.tar.xz) = d7ff1eaee4b050128ac89aff0d48d50c99936b1e04e778d0594d28ad3b225002012cfa56ff515486c98d9769d499ba5f4584358f8969c6286f07bd535b478ff6 -SHA512 (cochineal.doc.tar.xz) = 6fe723ad3b278afa6b73a56a28544f95ff27624f999f7b84681e8aea6cde8bd1457c2cf33654f94e1170345e543244a47e0a8deffe75d398a1e12e027e001f07 -SHA512 (cochineal.tar.xz) = 99a2a1c6b330f5c9a7a74608ff48b5bdaee6fcaad63ae0cdd2c11b351329f0082e39bdd5b3c92252b8dd1ade3c94134b123987ee04597a4b62db13635cf5af1a -SHA512 (domitian.doc.tar.xz) = 81af6be4f2707ec5d46d5f78d459f42d81e0cf62a17a8e695e42b666076637183447a9f1888b3f4c84e4832362eefe01b8d8dc5d748a640eb8e20c72bdfc1f3e -SHA512 (domitian.tar.xz) = f228d1670e7904b08ba6064d0d1e8c23432fa826d52229d575bc2067e27adc904c3684d76889a8beb4885c3c9de5cd4a5004b9afd3f7140ae5e90d36b4961b9a -SHA512 (courierten.doc.tar.xz) = 737818c02e35e5502eca7bd80427fb814f54d495bd1315b124ad32a033da0ba0b9b4a2cc5a1f8c19b0f8d91f8534a783253742728ad1c8499d97e14fc3a67938 -SHA512 (courierten.tar.xz) = 06343c68149c28b8808a38d5d7f2a57e9bff996d836c90a352ed77da4637fff150a18c13b8807f401e3d9cc9e7ecc773275f8ca18e2dc8d315ec5647c3f6b55c -SHA512 (etbb.tar.xz) = f21ea49a1404b8a495477d5b4ef440b6f2a363af50e6e93ff1f7ed4c36c88a133aa586ddb409b38a74a1ad7c181d785ce4491d259f5249000fd2cec2e5e73866 -SHA512 (etbb.doc.tar.xz) = 8527190d3f646d76833dd91b9610ca3051f499552f23b06ec88b4601c0b86ba5d9611520bfea49283451911a379b3b415ac5bfc6ac7703a4fa51b86356719f00 -SHA512 (garamond-libre.doc.tar.xz) = 2a88d41b8c52af7f8b1e143f31a87fd392b057846e390f77a3b5c471c287d57dd35e0fe544d00e6e5513decd7a68b2b2c1a6049b02f04fe25ea2d2825bf13a1a -SHA512 (garamond-libre.tar.xz) = 501f42272f35f6b454f9cdecec28b67ed7689a0a9d3b3a019b418ffbb9a116c1bba71bf1da971d6f39744ecbeebeec29e6a9546e11d672176a715570b3667aea -SHA512 (librebaskerville.doc.tar.xz) = f90a5f6d2de21b15d53dc047771412fcd7ca7b5332a667efe1bab6c59eec59c474b5b6042fd1d81e70df86b3a571f3fd64799fd5e7ccac9362a9fe0b65da63ca -SHA512 (librebaskerville.tar.xz) = 49e0fce1bb4d31cb12f323e45a9e9cdd8688951f89e69c22c9cb576d2d0e222eafe74e02b07a9a854fdca2a32debadbca32ded1ec5a0b2efaff4a0d20e7ea3a1 -SHA512 (librecaslon.doc.tar.xz) = c41ea29708c5f830ef69d02444eb2735a307c545bbd3b876e9d367006bcea0df55d43fb740b15f1fba2849a9133ecf9edc617b9f2e143789c317821ea5573cdd -SHA512 (librecaslon.tar.xz) = 83f7bf4212aa4340cb12ef5ab6ba447860793c8e2f1e8892e43b28d7bb19f3d20bdd58b74d9362fa21afd2bbd7f374d292635f30be91eddfe091a005703cf7ef -SHA512 (notomath.doc.tar.xz) = 4f0a09d5e458090c586bfcfd3d34054ffbe96f248cf8f6303bfc50cf2f9b4426280e9f913c224f8f6190317d2307a2d7e3385eebc7c075ed858d8be928f333ce -SHA512 (notomath.tar.xz) = e3c3d3774f43a15661a6141f9d7c86f67bc4e5b696c19352c01e6a10e42645632651f8b74e4a8e5019d410392b75e8030d4ffdbe771015326db8b385cbe98572 -SHA512 (playfair.doc.tar.xz) = 03dfa23f74a3f1f23b4bd4d28ff6580e248074e07f2fc515db3fd917bd10f998886e3ef987e934b8fee7be5467b9f8d9810e9ccb6844af9bf67b8726ddff9773 -SHA512 (playfair.tar.xz) = bd9c88074757e0b34fc569e3f383c6b8045216ffe5da4ec897d0c28365063d7a66511ae190017c24dbea92782be05735f62a0684909ca76731a30f6d9855fe5b -SHA512 (sourcesanspro.doc.tar.xz) = 174def8872588c27b8f90b3c384ee356aec43e4e42014bb1c02d648d8b309dfa8fb9cea03f65fa9bd86dc3ff1e64483f1312dbaca6e212f65d2d379a1d9935e3 -SHA512 (sourcesanspro.tar.xz) = 0511dcf736273d80f7143c9dad96dd9f631b016183b4078243ed061d35889fea62e50c5f48e9842ffae7b654fd2e08a21d1c46403e56349c0b515ff2eb62e164 -SHA512 (xcharter.doc.tar.xz) = 9ac6f3434bbac3342bead77f8c2439241fcae1ce331f14c6f8b6b36a33e7bcd3de17d3042775623314281eb7ced858ec58ab882659eb416ecd7e29eb76f579fe -SHA512 (xcharter.tar.xz) = 2b90f13e71f8559143ecb2fb69f7773e7f5bfbd5d1564692674e1813d7695fc0204548e453054f46d8aebe088190aa26fb87d28e39e13ce708c73146559ad64b -SHA512 (almendra.doc.tar.xz) = 6674ae47d682e1817263e03f61307af2a6e5ecefe9de30a559ef39d188c0fb80da37ea73b39076e6c38d9c8c7b2513e5e893ab15e198669ad419b30ab7742b53 -SHA512 (almendra.tar.xz) = 4e3a7334755c0f1a1d092904cee87a0aa72cbe843901df81b010d1e63a197d9c922223ff4247fa2557a5017e62ab9ee06958058c955ca56afb4cc0aad857eb0f -SHA512 (bitter.doc.tar.xz) = d4fc5b7c62dc834cfab6771010abf0e38000ec1a07447237288c9fa1747643dcff158d02707746d2965226049e5decc6af64a66ab8a92354ffa6e8df2e85800f -SHA512 (bitter.tar.xz) = e624523e0e46340a1fd4ecb3db0487bac906169dc811886d26783b453a477605618cf211584c5aa44887f39d5d97ca567afee9f5f8fe6443284467f136d25588 -SHA512 (cabin.doc.tar.xz) = cb6dd0b813c69536dc2bc5e0c2bdcf2c52d8ed31d144f359c42b3c00e5383969e6eaf1b8d6a77e19a0b4be1789c1ac7da9332099efa877524f27c8633d0c096d -SHA512 (cabin.tar.xz) = a70afbed9ec2a5be99c0a22713d27b6f4a541452f9a7c3520e71cdaa6fe0f06851ef6921404ab511fd73414d8621848440ca2a9cdae4ae9d80de56ae906d4f53 -SHA512 (cmathbb.doc.tar.xz) = f1b0b1067260287c66347e52111883834d575e5857a3aede8e14930252a284b5c0bd6bd7247c9ee36462d57a63d351110582cb66ca894d9430d476445f37da44 -SHA512 (cmathbb.tar.xz) = 8e720662ac4d00557b143c883e9d410da8593cdfa056b5320e0ff348c2c0e37f9c0045341c28e583aa544790e576d9b7db8c80f93cffd8c4da699e46e35f73e0 -SHA512 (erewhon.doc.tar.xz) = 31275b90601048afb975b4ec3ce1bb4c74ffc6141bc35612bf77bc0b13d79d2382b5adf988a0988d580086833adb806f4a3f1370cb2fcb21333e57ae1a53af24 -SHA512 (erewhon.tar.xz) = dc4811791f301c3a31528a0423278f793590a72631769c08433c37d11377c579d3deeb721a8dc343fffd7738c1bb7995c4c7afae690660e846f16fb987e53b92 -SHA512 (fbb.doc.tar.xz) = c63214ea5a91ea6bab66a866a65c2ee43c64f49afbc3235e2f55cc0de89fb3a269bea45fb7d67ccbcda4bac3249b2f2ab14f780fde7cbd112231b16e58eac67c -SHA512 (fbb.tar.xz) = d63e140b60941f114b7aa7c82888c224715d6d173b88ca85aacdb3f7635aa928846e804e807830674d3bec0fc801435eb9e07406270c156d40e8c1994f50aa3c -SHA512 (forum.doc.tar.xz) = b4b86a30087dfb1d8a3fb2edc9535926717e07ce619ab7ecfd709b93abb1ed4535893bbc6a0b40c9dc93f16f5c556639f8875bc1ae8183e38715aa383efd6a29 -SHA512 (forum.tar.xz) = fafb6f261a58546c717cd37dd0d5bc3f22b4342d28a62f6cb5dff8132993dc0a4081681e1ad2acdd96421b8d758b7079028b50507586e66dbd80fa6adb0cb180 -SHA512 (ibarra.doc.tar.xz) = 2f39336d80282c1bf03cd4749b04ef0da513cd1fcae54cce7d64f017ae284c79423b5f17502742677922a9ab9052f2e8053efa70cae2956cc30c6eba1e2ea4a1 -SHA512 (ibarra.tar.xz) = f02661a9cb6b3004bef8ed740cf9b1921080b4e332600e83d2d8c0da1ecbc5a895f026fa178e9b729d3b59457e778d4a64de8e2111e2dae51feb09ae9b2ddfd9 -SHA512 (josefin.doc.tar.xz) = c75a3969286e3473f151e09a2ee04c79e0e145d872cafe897e71e55affb1a50bd5be8d51e5236fa3dfe134eafe417e387d866d4353e161fce24915cdcb72e767 -SHA512 (josefin.tar.xz) = 1cb061f0e72671cee31091ae9814793648be204c6383faea0e57ceb8add5b33e47ed1a28e241567b4281e46e519d2a293320a7c784b9dc51e46855a5e1816f77 -SHA512 (libertinus.doc.tar.xz) = 35e7c7ccb8c10bf2d5d24c03b47174a6e53dfabb9f7629f778f6ab3624f146371b4970f577d28765cbcdb1094dbf8414a729a2b808a7f41f418b911899ee0698 -SHA512 (libertinus-fonts.doc.tar.xz) = 1d869f2e19e7305aed20d4ee530ea10465c12fde92eeaa0c284b1f21a0142e6cb352678c99f49ab1912da7babb34697c9cd51e9b0952fe876fac5d1499499430 -SHA512 (libertinus-fonts.tar.xz) = 2470e6c0ca297b9e8ca6658594e8ed4134320148c71d40a95eaa67969ddd94643bf5375e5a799d3e4a3aa6aa2304170c53e2faa63a0ec571943aa6aee86f68af -SHA512 (libertinus-otf.doc.tar.xz) = c667bafb28873707c0528c7b9a1f0c16cf1b37455d99b62e8dcc80ac09acfa09c16a1fece05eebdfd5e936b4d97d719be928916e878f25126c1d657835252623 -SHA512 (libertinus-otf.tar.xz) = 651889d25c03fea583215317148ed157aa23ce66ee911b4b15eb2948f4a658c133108eff6429bdff4ee009241b22ce8ae27cd6820bcff41f21dd47410b110e7e -SHA512 (libertinust1math.doc.tar.xz) = 2ecc63bbb6bb2adaf6720935b0bbe05d354538ff9bd99f21bf783ae3995e89fd88a39128f1b1f2c0b534f05eb9ca4790126f8cff5b51c625c02c777fb9ef7f3b -SHA512 (libertinust1math.tar.xz) = b6088ae126a70323332c08589903407d849353e979cef4cf5420b2a4556e874d66cd207a51e2ac44b126ff9fec0df19ca1631b174c7533f00ebc081d6a361038 -SHA512 (libertinus.tar.xz) = ec36e8d1184e4b8aad46391bf6cfe54a48006af6ab70cc2a4e20892bdaabdf39ec145e216a12e8be389e3080a51ce5d81be2376be631e32f48ddd5f9548cc564 -SHA512 (libertinus-type1.doc.tar.xz) = dc0d3dcbf3180d7b01c65ad301784400a250e33e71f5796e9e22fff9f750dde2c00d129a9e9442cb1aff842fc8e672b8696f80c704bbd236dd1e3645cce266f7 -SHA512 (libertinus-type1.tar.xz) = 93cac61cef7a6ea024e22e0b082b19404c402898cd900af3cf6fed31111ad1a800b16f59027c4bd7c6d96a8bbd1eaa9866891a090992e210b6f498865ff0ee59 -SHA512 (marcellus.doc.tar.xz) = 2e28359a2e08837e2bc6c1076caf5e45b59e69bfe0d6ebf8763780642e1454a481b1cdd635f8dc804b8e75ed3251567bd895ec3eaf9d523454b65a5179393d6c -SHA512 (marcellus.tar.xz) = 2958f2c7aaf431dd220ead4c6026ee501d46da5a98274a14b15215e00bd0d43e49bffdde0a66149c8c1d0a6535b3661d728537fd24ada2ef3e286d485856f755 -SHA512 (merriweather.doc.tar.xz) = d67a277eaa4e4783d9014ce5d8fe67f7c7cc17e04474150b1c5a9df13d894ef7ddecd599464a68aad95ac17393b1a3ed0bec6fcab5aee0b7c53c89c8674032fd -SHA512 (merriweather.tar.xz) = 72f7dd8c8a8055a4ef953e459188bf2385e6e63943d425bbb69b128e3c0a5277362bb3ebddf38225c20e480ab2a6d8d7b413a0db1d4ad7003f855ee6430266e4 -SHA512 (newtx.doc.tar.xz) = 4928447c1382918e6facf5cfcc0b3fd50e3a1d07b61125a2a6ad0f799526e6bd720b9383ab8588945061b98036879a8251454c4d34a11ee46fc4c43b1e4d1b8a -SHA512 (newtx.tar.xz) = e7e6044ad539556834004525fc6ea51e2b5de9e20c3c862c0eef2006fc2852141914c99841509f30fd63e6710d3b1e1790756b2cf3bd35090d9cac108a33bc10 -SHA512 (newtxsf.doc.tar.xz) = bf4ac517cb79ef6b1e541b2a3eb8b5ebdbfb5e3638234438453f79ce0bb1d87f815d20c761dccf2822e581222cca0439c189e02b307d8c0044fd194aa1d2016d -SHA512 (newtxsf.tar.xz) = 14fdd049243799447b0ba9380cfae1dbe58496e67d30cb7bb3a82c685f449c6f3070e1bce674ac173a9397ebb1a1d40d1dc8db05f04174908dd157e919e7c7aa -SHA512 (overlock.doc.tar.xz) = e65417e21722d510ff6b41286ea5018513704f0bd346a77c8984b70339346a555dd1ade9c944868318f25ff07e73401807b1882a0eec90259ed55bfd50ff4382 -SHA512 (overlock.tar.xz) = 0c3754d8fce4d3a9b68cd4d8e23d8f53d03ca3e1a1fa81e1af9fc7148bc5376cb8fe15869696667bb109829817178c1f5a6262a10f42c55c00ece4a3e8beef5f -SHA512 (plimsoll.doc.tar.xz) = 9ee880e89387986e228f357f59981b18fa8565d60e88d6f1b15c4109f9f7f20108c447fb995f0edaf64723ac37635b56cb5d097e93e0374a0f64adda4215eed5 -SHA512 (plimsoll.tar.xz) = c0b44cf022ca470767d296af1ad80b2d5ede92adb22635f7ef34b9fa81ec523f769dfbfa6a78005a46bd9a4886507fa7b3a4f761bcb8f686dbf736e3ad92676e -SHA512 (quattrocento.doc.tar.xz) = c4727b3aef74633921949c5efc9b7486cd3537fa8bc738b36be5005ba4dd599f907238a6ee6d1bca7907b1b23c64d1e7d32565959a2d172267bb0910339f09f7 -SHA512 (quattrocento.tar.xz) = 8ef86d388e28f0fcfd66bfbf190f4a997029224387d3c18e81f7f1790d6440aeff72125608b471817911cb2deec1f0641e7a1c166bd0e04b8ce550800169a691 -SHA512 (spectral.doc.tar.xz) = 414d277326ae8526820e4a21e387034f093632960982f655729919f9df6a06beece7eb3fc95ca91c6a86f724d9d481b91b76eb4a12891f28d3bde405f9f3650b -SHA512 (spectral.tar.xz) = e6cb5c7284b42a1ae9b3b2cccffcbae0ce5ce395dbbbb1584e271181d78836c933f470a8b86543acd290c3085a9fe01e4090d66f4eff52b4e1be4d3adbb93395 -SHA512 (updmap-map.tar.xz) = ea55587085c5dca36b52fc3be509e6e01deed2955b2bf1af28e3eec1b5b20959ddf59b8b16021f2ba8eb58ddb9e55f8124a6b615c3d6a2991ade13db0e897727 -SHA512 (scholax.doc.tar.xz) = 6c9d902af034e6e7dd82c9db64e5c74a3d696d75b87581e00e8b94cd21bb72b4ca701c07e1d45ac677db631b0aa4a9a7f9a5b163d985bb2e1ccc8723994c270e -SHA512 (scholax.tar.xz) = 0023d97820f5bb525411525bdb2b07ed77ebb4fcce63a658768bd23a82c9ab06afa823f86127f742ed1789f6231bc4bd4abf1dd6142c92e147230e2ccd19ad8e -SHA512 (lobster2.doc.tar.xz) = 330f73cbc97686cb1ed53dc2c66424cbdc62b5728790b7fc1256ee8b858d991fcd897fa47c9bd6c0fa9979ef13a2b47e004c61d06a52e88b487e394fc0de0b84 -SHA512 (lobster2.tar.xz) = d104589256496cab2cd55625f9ea252d21971eb2bb97ec91a9515ea8fd8d749ad02d1234c16bc3bd378f2a509df510951fc2764a73d839d982b630505ef44041 diff --git a/texlive-20140525-selinux-context.patch b/texlive-20140525-selinux-context.patch deleted file mode 100644 index b4687b5..0000000 --- a/texlive-20140525-selinux-context.patch +++ /dev/null @@ -1,29 +0,0 @@ -diff -up source/texk/kpathsea/mktexlsr.than source/texk/kpathsea/mktexlsr ---- source/texk/kpathsea/mktexlsr.than 2015-06-10 17:43:50.012950721 +0200 -+++ source/texk/kpathsea/mktexlsr 2015-06-10 17:48:11.452194948 +0200 -@@ -210,7 +210,8 @@ for TEXMFLS_R in "$@"; do - until PERMS=`kpsestat = "$db_file"`; do sleep 1; done - chmod $PERMS "$db_file_tmp" - rm -f "$db_file" -- mv "$db_file_tmp" "$db_file" -+ # selinux fix -+ cp "$db_file_tmp" "$db_file" - rm -rf "$db_dir_tmp" - done - -diff -up source/texk/texlive/tl_scripts/fmtutil.sh.than source/texk/texlive/tl_scripts/fmtutil.sh ---- source/texk/texlive/tl_scripts/fmtutil.sh.than 2015-06-10 17:48:30.002070364 +0200 -+++ source/texk/texlive/tl_scripts/fmtutil.sh 2015-06-10 17:49:11.923788832 +0200 -@@ -796,10 +796,10 @@ run_initex() - log_warning "\`$engine -ini $tcxflag $jobswitch $prgswitch $texargs' possibly failed." - - # We don't want user-interaction for the following "mv" commands: -- mv "$format.log" "$fulldestdir/$format.log" catfile($bblfile), $encoding); - } else { -@@ -1502,7 +1502,7 @@ sub flatten { - "$begline$replacement"; - }/exgm; - # replace subfile with contents (subfile package) -- $text=~s/(^(?:[^%\n]|\\%)*)\\subfile{(.*?)}/{ -+ $text=~s/(^(?:[^%\n]|\\%)*)\\subfile\{(.*?)}/{ - $begline=(defined($1)? $1 : "") ; - $fname = $2; - # # add tex extension unless there is a three letter extension already -@@ -2244,7 +2244,7 @@ sub take_comments_and_enter_from_frac() - sub preprocess { - for (@_) { - # Change \{ to \QLEFTBRACE, \} to \QRIGHTBRACE, and \& to \AMPERSAND -- s/(? -+ -+ * version 0.51 Beta version. -+ * fwrite.c: Fix bug of option "hanzi_head" in style file. -+ Thanks to Dr. Werner Fink. -+ -diff -up texlive-2016/source/texk/upmendex/fwrite.c.than texlive-2016/source/texk/upmendex/fwrite.c ---- texlive-2016/source/texk/upmendex/fwrite.c.than 2017-03-08 15:13:29.460213372 +0100 -+++ texlive-2016/source/texk/upmendex/fwrite.c 2017-03-08 15:17:34.235944067 +0100 -@@ -67,33 +67,38 @@ static inline int SAPPENDF(char *buf, co - - static void fprint_uchar(FILE *fp, const UChar *a, const int mode, const int len) - { -- int k; -- char str[15], *ret; -- UChar istr[5]; -+ char str[3*INITIALLENGTH+1]; -+ UChar istr[INITIALLENGTH]; - int olen, wclen; - UErrorCode perr; - - if (len<0) { -- for (k=0; a[k] || k<4; k++) istr[k]=a[k]; -- wclen=k; -+ u_strcpy(istr,a); -+ wclen=u_strlen(istr); - } else { -- wclen = is_surrogate_pair(a) ? 2 : 1; -+ wclen=is_surrogate_pair(a) ? 2 : 1; - istr[0]=a[0]; - if (wclen==2) istr[1]=a[1]; -+ istr[wclen]=L'\0'; - } -- istr[wclen]=L'\0'; - if (mode==M_TO_UPPER) { -- perr = U_ZERO_ERROR; -- u_strToUpper(istr,5,istr,wclen,"",&perr); -+ perr=U_ZERO_ERROR; -+ olen=u_strToUpper(istr,INITIALLENGTH,istr,wclen,"",&perr); - } else if (mode==M_TO_LOWER) { -- perr = U_ZERO_ERROR; -- u_strToLower(istr,5,istr,wclen, istr[0]==0x130&&turkish_i?"tr":"", &perr); -+ perr=U_ZERO_ERROR; -+ olen=u_strToLower(istr,INITIALLENGTH,istr,wclen, istr[0]==0x130&&turkish_i?"tr":"", &perr); - } else if (mode==M_TO_TITLE) { -- perr = U_ZERO_ERROR; -- u_strToTitle(istr,5,istr,wclen,NULL,"",&perr); -- } -- perr = U_ZERO_ERROR; -- ret = u_strToUTF8(str, 15, &olen, istr, wclen, &perr); -+ perr=U_ZERO_ERROR; -+ olen=u_strToTitle(istr,INITIALLENGTH,istr,wclen,NULL,"",&perr); -+ } else -+ olen=wclen; -+ if (olen>INITIALLENGTH) { -+ warn_printf(efp, "\nWarning, Too long (%d) header.\n", olen); -+ wclen=INITIALLENGTH; -+ } else -+ wclen=olen; -+ perr=U_ZERO_ERROR; -+ u_strToUTF8(str, 3*INITIALLENGTH+1, &olen, istr, wclen, &perr); - fprintf(fp,"%s",str); - } - -@@ -844,7 +849,7 @@ static int initial_cmp_char(UChar *ini, - static int init_hanzi_header(void) - { - UChar strX[2],*pch0,*pch1; -- int k, hzmode; -+ int k, hzmode, len; - struct hanzi_index *hz_idx_init; - - strX[0]=0x5B57; strX[1]=L'\0'; -@@ -878,21 +883,18 @@ static int init_hanzi_header(void) - for (k=0;k0) { -- if (pch1-pch0>=INITIALLENGTH) { -- warn_printf(efp, "\nWarning, Too long hanzi header.\n"); -- break; -- } -- u_strncpy(hz_index[k].idx,pch0,pch1-pch0); -- hz_index[k].idx[pch1-pch0]=L'\0'; -- pch0=pch1+1; -+ len=pch1-pch0; - } else { -- if (u_strlen(pch0)>=INITIALLENGTH) { -- warn_printf(efp, "\nWarning, Too long hanzi header.\n"); -- break; -- } -- u_strcpy(hz_index[k].idx,pch0); -- break; -+ len=u_strlen(pch0); - } -+ if (len>=INITIALLENGTH) { -+ warn_printf(efp, "\nWarning, Too long (%d) hanzi header.\n", len); -+ len=INITIALLENGTH-1; -+ } -+ u_strncpy(hz_index[k].idx,pch0,len); -+ hz_index[k].idx[len]=L'\0'; -+ if (pch1>0) pch0=pch1+1; -+ else break; - } - - return hzmode; -diff -up texlive-2016/source/texk/upmendex/main.c.than texlive-2016/source/texk/upmendex/main.c ---- texlive-2016/source/texk/upmendex/main.c.than 2017-03-08 15:13:49.460455992 +0100 -+++ texlive-2016/source/texk/upmendex/main.c 2017-03-08 15:17:34.236944029 +0100 -@@ -19,7 +19,7 @@ char *styfile,*idxfile[256],*indfile,*di - #endif - KpathseaSupportInfo kp_ist,kp_dict; - --#define VERSION "version 0.50" -+#define VERSION "version 0.51" - - int main(int argc, char **argv) - { diff --git a/texlive-20160520-selinux-context.patch b/texlive-20160520-selinux-context.patch deleted file mode 100644 index 89334ed..0000000 --- a/texlive-20160520-selinux-context.patch +++ /dev/null @@ -1,41 +0,0 @@ -diff -up source/texk/kpathsea/mktexlsr.than source/texk/kpathsea/mktexlsr ---- source/texk/kpathsea/mktexlsr.than 2015-07-28 21:31:52.595540260 -0400 -+++ source/texk/kpathsea/mktexlsr 2015-07-28 21:32:12.347422108 -0400 -@@ -217,7 +217,8 @@ for TEXMFLS_R in "$@"; do - until PERMS=`kpsestat = "$db_file"`; do sleep 1; done - chmod $PERMS "$db_file_tmp" - rm -f "$db_file" -- mv "$db_file_tmp" "$db_file" -+ # selinux fix -+ cp "$db_file_tmp" "$db_file" - rm -rf "$db_dir_tmp" - done - -diff -up source/texk/texlive/linked_scripts/texlive/fmtutil.pl.orig source/texk/texlive/linked_scripts/texlive/fmtutil.pl ---- source/texk/texlive/linked_scripts/texlive/fmtutil.pl.orig 2016-06-22 10:58:50.754708661 -0400 -+++ source/texk/texlive/linked_scripts/texlive/fmtutil.pl 2016-06-22 11:00:32.566943691 -0400 -@@ -679,7 +679,7 @@ sub rebuild_one_format { - } - TeXLive::TLUtils::mkdirhier($fulldestdir); - -- if (!File::Copy::move( "$fmt.log", "$fulldestdir/$fmt.log")) { -+ if (!File::Copy::copy( "$fmt.log", "$fulldestdir/$fmt.log")) { - print_deferred_error("Cannot move $fmt.log to $fulldestdir.\n"); - } - if ($opts{'recorder'}) { -@@ -687,13 +687,13 @@ sub rebuild_one_format { - # package dependencies for each format. Unfortunately omega-based - # engines gratuitiously changed the extension from .fls to .ofl. - my $recfile = $fmt . ($fmt =~ m/^(aleph|lamed)$/ ? ".ofl" : ".fls"); -- if (!File::Copy::move( $recfile, "$fulldestdir/$recfile")) { -+ if (!File::Copy::copy( $recfile, "$fulldestdir/$recfile")) { - print_deferred_error("Cannot move $recfile to $fulldestdir.\n"); - } - } - - my $destfile = "$fulldestdir/$fmtfile"; -- if (File::Copy::move( $fmtfile, $destfile )) { -+ if (File::Copy::copy( $fmtfile, $destfile )) { - print_info("$destfile installed.\n"); - # - # original fmtutil.sh did some magic trick for mplib-luatex.mem diff --git a/texlive-20180211-disable-failing-tests.patch b/texlive-20180211-disable-failing-tests.patch deleted file mode 100644 index a875022..0000000 --- a/texlive-20180211-disable-failing-tests.patch +++ /dev/null @@ -1,40 +0,0 @@ -diff -up ./source/libs/xpdf/xpdf-src/misc/xpdf.dt ./source/libs/xpdf/xpdf-src/misc/xpdf -diff -up ./source/texk/lcdf-typetools/tests/t1.test.dt ./source/texk/lcdf-typetools/tests/t1.test ---- ./source/texk/lcdf-typetools/tests/t1.test.dt 2018-02-11 10:47:00.407885931 +0100 -+++ ./source/texk/lcdf-typetools/tests/t1.test 2018-02-11 10:47:47.274470298 +0100 -@@ -17,10 +17,6 @@ cat $srcdir/tests/uhvrrc8a.pfb | $LCDF_T - && echo "t1dotlessj/bin tests OK" \ - || failed="$failed t1dotlessj/bin" - --$LCDF_TYPETOOLS_TREE/t1lint/t1lint uhv_dl.pfa \ -- && echo "t1lint/asc tests OK" \ -- || failed="$failed t1lint/asc" -- - cat uhv_dl.pfb | $LCDF_TYPETOOLS_TREE/t1lint/t1lint \ - && echo "t1lint/bin tests OK" \ - || failed="$failed t1lint/bin" -@@ -30,24 +26,14 @@ $LCDF_TYPETOOLS_TREE/t1testpage/t1testpa --$LCDF_TYPETOOLS_TREE/t1testpage/t1testpage -o uhv_dl_a.ps uhv_dl.pfa \ -- && diff uhv_dl_a.ps $srcdir/tests/uhv_dl.ps \ -- && echo "t1testpage/asc tests OK" \ -- || failed="$failed t1testpage/asc" -- - cat uhv_dl.pfb | $LCDF_TYPETOOLS_TREE/t1testpage/t1testpage >uhv_dl_b.ps \ - && diff uhv_dl_b.ps $srcdir/tests/uhv_dl.ps \ - && echo "t1testpage/bin tests OK" \ - || failed="$failed t1testpage/bin" - - $LCDF_TYPETOOLS_TREE/t1reencode/t1reencode -e $srcdir/tests/t2c.enc -a $srcdir/tests/uhvrrc8a.pfb uhv_re.tmp \ - && grep -v 'Created by t1reencode' uhv_re.tmp >uhv_re.pfa \ - && diff uhv_re.pfa $srcdir/tests/uhv_re.pfa \ - && echo "t1reencode/asc tests OK" \ - || failed="$failed t1reencode/asc" - --$LCDF_TYPETOOLS_TREE/t1rawafm/t1rawafm -o uhv_re_a.afm uhv_re.pfa \ -- && diff uhv_re_a.afm $srcdir/tests/uhv_re.afm \ -- && echo "t1rawafm/asc tests OK" \ -- || failed="$failed t1rawafm/asc" -- - cat $srcdir/tests/uhvrrc8a.pfb | $LCDF_TYPETOOLS_TREE/t1reencode/t1reencode -e $srcdir/tests/t2c.enc -b \ - | $LCDF_TYPETOOLS_TREE/t1rawafm/t1rawafm >uhv_re_b.afm \ - && diff uhv_re_b.afm $srcdir/tests/uhv_re.afm \ diff --git a/texlive-20180414-annocheck.patch b/texlive-20180414-annocheck.patch new file mode 100644 index 0000000..7804a29 --- /dev/null +++ b/texlive-20180414-annocheck.patch @@ -0,0 +1,11 @@ +--- texlive-20180414/source/libs/luajit/Makefile.in.annocheck 2018-01-10 01:37:05.000000000 +0100 ++++ texlive-20180414/source/libs/luajit/Makefile.in 2019-01-11 22:45:34.503080977 +0100 +@@ -680,7 +680,7 @@ + NEVER_NAMES_LT = -o -name .libs -o -name '*.lo' + AM_CPPFLAGS = -I$(srcdir)/$(LUAJIT_TREE)/src $(LUAJIT_DEFINES) -U_FORTIFY_SOURCE + AM_CFLAGS = $(LUAJIT_CFLAGS) $(LUAJIT_HAS_NOT_LOG2) -Wall +-AM_CCASFLAGS = $(LUAJIT_CFLAGS) $(LUAJIT_HAS_NOT_LOG2) ++AM_CCASFLAGS = $(LUAJIT_CFLAGS) $(LUAJIT_HAS_NOT_LOG2) -Wa,--generate-missing-build-notes=yes + SUBDIRS = . native include + lib_LTLIBRARIES = libtexluajit.la + libtexluajit_la_LDFLAGS = -bindir @bindir@ -no-undefined -version-info $(LUAJIT_LT_VERSINFO) $(LIBLUAJIT_LDEXTRA) diff --git a/texlive-2019-py3-and-pep8.patch b/texlive-2019-py3-and-pep8.patch index d2c938e..0775357 100644 --- a/texlive-2019-py3-and-pep8.patch +++ b/texlive-2019-py3-and-pep8.patch @@ -1,814 +1,3 @@ -diff -up ./doc/fonts/gnu-freefont/tools/report/kernclasses.py.py3 ./doc/fonts/gnu-freefont/tools/report/kernclasses.py ---- ./doc/fonts/gnu-freefont/tools/report/kernclasses.py.py3 2019-08-18 08:17:06.470597138 -0400 -+++ ./doc/fonts/gnu-freefont/tools/report/kernclasses.py 2019-08-18 08:27:48.164149606 -0400 -@@ -16,10 +16,10 @@ def get_kern_subtables( font ): - if font.isKerningClass( st ): - tables.append( st ) - return tables -- except EnvironmentError, ( e ): -- print >> sys.stderr, 'EnvironmentError ' + str( e ) -- except TypeError, ( t ): -- print >> sys.stderr, 'TypeError ' + str( t ) -+ except EnvironmentError as e: -+ print('EnvironmentError ' + str( e ), file=sys.stderr) -+ except TypeError as t: -+ print('TypeError ' + str( t ), file=sys.stderr) - return None - preamble = """ - -@@ -46,20 +46,20 @@ postamble=""" - - def print_kerns( fontPath ): - font = fontforge.open( fontPath ) -- print '

Kerning classes in ' + font.fontname + '

' -+ print('

Kerning classes in ' + font.fontname + '

') - weight = '' - if font.os2_weight > 500: - weight = 'B' - style = '' - if font.italicangle < 0.0: - style = 'I' -- print '
' -+ print('
') - subtables = get_kern_subtables( font ) - for st in subtables: -- print '

Subtable ' + st + '

' -+ print('

Subtable ' + st + '

') - printKernsOfSubtable( font, st ) -- print '
' -+ print('
') - sys.stdout.flush() - - def printKernsOfSubtable( font, subtable ): -@@ -69,38 +69,38 @@ def printKernsOfSubtable( font, subtable - rightclasses = kclass[1] - kerns = kclass[2] - nr = len( rightclasses ) -- print '' -- print '' -- print '' -- print '
left classes: right classes:
' -+ print('') -+ print('') -+ print('') -+ print('" -- print "") -+ print("" -- print "" -- print "
left classes: right classes:
') - for lc in leftclasses: - if lc: - for c in lc: - printentity( font, c ) -- print "
" -- print "
" -+ print("
") -+ print("
") - for rc in rightclasses: - if rc: - for c in rc: - printentity( font, c ) -- print "
" -- print "
" -- print "" -- print "" -- print "" -+ print("
") -+ print("") -+ print("") -+ print("
") -+ print("") -+ print("") -+ print("") - for rc in rightclasses: - if rc: - sys.stdout.write( "" ) -- print "" -+ print("") - for lc in leftclasses: - m = 0 - if lc: -- print "" -+ print("") - sys.stdout.write( "" ) -@@ -122,18 +122,18 @@ def printKernsOfSubtable( font, subtable - printpair( font, lc[0], rc[0] ) - sys.stdout.write( '' ) - m += 1 -- print "" -+ print("") - n += 1 -- print "
" ) - printentity( font, rc[0] ) - sys.stdout.write( "
" ) - printentity( font, lc[0] ) - sys.stdout.write( "
" -+ print("
") - - def printentity( font, a ): - s = font.findEncodingSlot( a ) - v = formatted_hex_value( s ) - if s == -1: - v = ' ' -- print >> sys.stderr, font.fullname, 'Missing glyph: ' + a -+ print(font.fullname, 'Missing glyph: ' + a, file=sys.stderr) - elif not codepointIsInSomeRange( s ): -- print >> sys.stderr, font.fullname, 'Non-unicode: ' + v -+ print(font.fullname, 'Non-unicode: ' + v, file=sys.stderr) - sys.stdout.write( v ) - - def printpair( font, p, q ): -@@ -150,9 +150,9 @@ def printlist( lst ): - for m in lst: - s += delim + m - delim = ' ' -- print s -+ print(s) - --print preamble -+print(preamble) - #print_kerns( '/home/swhite/font_stuff/urwsr-ttf/URWPalladioL-Roman-test.sfd' ) - print_kerns( '../../sfd/FreeSerif.sfd' ) - print_kerns( '../../sfd/FreeSerifItalic.sfd' ) -@@ -166,4 +166,4 @@ print_kerns( '../../sfd/FreeMono.sfd' ) - print_kerns( '../../sfd/FreeMonoOblique.sfd' ) - print_kerns( '../../sfd/FreeMonoBold.sfd' ) - print_kerns( '../../sfd/FreeMonoBoldOblique.sfd' ) --print postamble -+print(postamble) -diff -up ./doc/fonts/gnu-freefont/tools/report/ligatureLookups.py.py3 ./doc/fonts/gnu-freefont/tools/report/ligatureLookups.py ---- ./doc/fonts/gnu-freefont/tools/report/ligatureLookups.py.py3 2019-08-18 08:30:22.164442327 -0400 -+++ ./doc/fonts/gnu-freefont/tools/report/ligatureLookups.py 2019-08-18 08:33:04.545533305 -0400 -@@ -60,10 +60,10 @@ def get_ligature_lookups( font ): - for st in sts: - tables.append( st ) - return tables -- except EnvironmentError, ( e ): -- print >> stderr, 'EnvironmentError ' + str( e ) -- except TypeError, ( t ): -- print >> stderr, 'TypeError ' + str( t ) -+ except EnvironmentError as e: -+ print('EnvironmentError ' + str( e ), file=stderr) -+ except TypeError as t: -+ print('TypeError ' + str( t ), file=stderr) - return None - - _preamble= """ -@@ -105,8 +105,8 @@ def print_ligatures( fontPath ): - if font.weight == 'Bold': - weight = "font-weight: bold; " - -- print _style_div_html % ( font.familyname, style, weight ) -- print _lig_header_html % ( font.fontname ) -+ print(_style_div_html % ( font.familyname, style, weight )) -+ print(_lig_header_html % ( font.fontname )) - - subtable_names = get_ligature_lookups( font ) - for subtable_name in subtable_names: -@@ -115,7 +115,7 @@ def print_ligatures( fontPath ): - out = htmlListOfLigSubtable( font, subtable, subtables ) - stdout.writelines( out ) - stdout.flush() -- print '' -+ print('') - - class Ligature: - def __init__( self, glyph ): -@@ -184,7 +184,7 @@ def makeLigatureSubtable( font, subtable - ligature = Ligature( g ) - for lr in ligs: - if len( lr ) < 3 or lr[1] != 'Ligature': -- print >> stderr, font.fullname, '- non-ligature: ', g.glyphname -+ print(font.fullname, '- non-ligature: ', g.glyphname, file=stderr) - break - i = 2 - while i < len( lr ): -@@ -242,11 +242,11 @@ def nestedEntity( font, subtable, a, sub - if s >= 0xe000 and s <= 0xf8ff: # Unicode only - lig = findLigatureGlyph( s, subtables ) - if lig: -- #print >> stderr, 'Nested glyph found: ' + a -+ #print('Nested glyph found: ' + a, file=stderr) - for p in lig.parts: - return nestedEntity( font, subtable, p, subtables ) - else: -- print >> stderr, font.fullname, '- No nested glyph: ', a -+ print(font.fullname, '- No nested glyph: ', a, file=stderr) - return ' ' - else: - return entityHTML( font, a ) -@@ -254,7 +254,7 @@ def nestedEntity( font, subtable, a, sub - def entityHTML( font, a ): - s = font.findEncodingSlot( a ) - if s == -1: -- print >> stderr, font.fullname, '- Missing glyph: ', a -+ print(font.fullname, '- Missing glyph: ', a, file=stderr) - return ' ' - else: - return formatted_hex_value( s ) -@@ -266,11 +266,11 @@ def formatted_hex_value( n ): - args = argv[1:] - - if len( args ) < 1 or len( args[0].strip() ) == 0: -- print >> stderr, __usage -+ print(__usage, file=stderr) - exit( 0 ) - --print _preamble -+print(_preamble) - for font_name in args: - print_ligatures( font_name ) --print _postamble -+print(_postamble) - -diff -up ./doc/fonts/gnu-freefont/tools/report/private_use.py.py3 ./doc/fonts/gnu-freefont/tools/report/private_use.py ---- ./doc/fonts/gnu-freefont/tools/report/private_use.py.py3 2019-08-18 08:33:25.445030197 -0400 -+++ ./doc/fonts/gnu-freefont/tools/report/private_use.py 2019-08-18 08:35:14.606402370 -0400 -@@ -48,32 +48,32 @@ postamble=""" - def print_private( fontPath ): - font = fontforge.open( fontPath ) - -- print '
' -- print '

Private Use Area in ' + font.fontname + '

' -+ print('
') -+ print('

Private Use Area in ' + font.fontname + '

') - - font.selection.select(("ranges",None),0xe000,0xf8ff) -- print '' -+ print('
') - for g in font.selection.byGlyphs: -- print '' -+ print("has references") -+ print('') - -- print '
' -- print '%s%0.4x%s' %( "0x", g.encoding, "" ) -- print '' -- print '' + g.glyphname -- print '' -+ print('
') -+ print('%s%0.4x%s' %( "0x", g.encoding, "" )) -+ print('') -+ print('' + g.glyphname) -+ print('') - if g.getPosSub( '*' ): -- print "is ligature" -+ print("is ligature") - if g.references: -- print "has references" -- print '' -- print '
') -+ print('
' -- print '
' -+ print('') -+ print('
') - sys.stdout.flush() - - def printentity( font, s ): - if s == -1: -- print >> sys.stderr, 'Missing glyph: ' + a -+ print('Missing glyph: ' + a, file=sys.stderr) - sys.stdout.write( ' ' ) - else: - sys.stdout.write( formatted_hex_value( s ) ) -@@ -86,7 +86,7 @@ args = sys.argv[1:] - if len( args ) < 1 or len( args[0].strip() ) == 0: - sys.exit( 0 ) - --print makePreamble() -+print(makePreamble()) - for font_name in args: - print_private( font_name ) --print postamble -+print(postamble) -diff -up ./doc/fonts/gnu-freefont/tools/report/range_report.py.py3 ./doc/fonts/gnu-freefont/tools/report/range_report.py ---- ./doc/fonts/gnu-freefont/tools/report/range_report.py.py3 2019-08-18 08:35:42.417732872 -0400 -+++ ./doc/fonts/gnu-freefont/tools/report/range_report.py 2019-08-18 08:39:50.949749956 -0400 -@@ -63,8 +63,8 @@ def count_glyphs_in_intervals( font, int - for e in g: - num += 1 - except ValueError: -- print >> stderr, "interval " + str( r ) \ -- + " not representable in " + font.fontname -+ print("interval " + str( r ) \ -+ + " not representable in " + font.fontname, file=stderr) - exit( 1 ) - return num - -@@ -96,7 +96,7 @@ class FontSupport: - - r = font.os2_unicoderanges - -- # print >> stderr, font.fontname, hex( r[0] ), hex( r[1] ),hex( r[2] ),hex( r[3] ); -+ # print(font.fontname, hex( r[0] ), hex( r[1] ),hex( r[2] ),hex( r[3] ), file=stderr); - - nRanges = len( ulUnicodeRange ) - -@@ -111,16 +111,16 @@ class FontSupport: - cp = g.encoding - if ( not codepointIsInSomeRange( cp ) - and not codepointIsSpecialTT( cp ) ): -- print >> stderr, font.fontname, \ -- "no range for", hex( cp ) -+ print(font.fontname, \ -+ "no range for", hex( cp ), file=stderr) - - """ '''Would like to check that special TT slots are - present, but don't know how...''' - for cp in special_TT_points: - font.selection.all() - if not cp in font.selection.byGlyphs: -- print >> stderr, font.fontname, \ -- "special TT glyph missing", hex( cp ) -+ print(font.fontname, \ -+ "special TT glyph missing", hex( cp ), file=stderr) - """ - - def collectRangeInfo( self, font, os2supportbyte, bit, index ): -@@ -135,13 +135,13 @@ class FontSupport: - - def setRangeSupport( self, idx, supports, total ): - if self.myInfos.has_key( idx ): -- print >> stderr, "OS/2 index ", idx, " duplicated" -+ print("OS/2 index ", idx, " duplicated", file=stderr) - exit( 1 ) - self.myInfos[idx] = SupportInfo( idx, supports, total ) - - def getInfo( self, idx ): - if not self.myInfos.has_key( idx ): -- print >> stderr, "OS/2 index ", idx, " not found" -+ print("OS/2 index ", idx, " not found", file=stderr) - exit( 1 ) - return self.myInfos[ idx ] - -@@ -177,7 +177,7 @@ def print_font_range_table( fontSupportL - headings = '' - for fsl in fontSupportList: - headings += '' + fsl.short + '' -- print table_head % ( headings ) -+ print(table_head % ( headings )) - - for r in ulUnicodeRange: - idx = r[0] -@@ -190,10 +190,10 @@ def print_font_range_table( fontSupportL - if idx == 60 or idx == 90: - rowclass = ' class="private"' - -- print '%s' % ( rowclass, range_name ) -- print '%i' % ( -- total_intervals( intervals ) ) -- print '' -+ print('%s' % ( rowclass, range_name )) -+ print('%i' % ( -+ total_intervals( intervals ) )) -+ print('') - for fsl in fontSupportList: - supportInfo = fsl.getInfo( idx ) - supportString = '' -@@ -203,28 +203,28 @@ def print_font_range_table( fontSupportL - if supportInfo.total: - totalStr = str( supportInfo.total ) - -- print '%s%s' % ( -- totalStr, supportString ) -+ print('%s%s' % ( -+ totalStr, supportString )) - -- print '' -- print 'total in Unicode ranges' -+ print('') -+ print('total in Unicode ranges') - for fsl in fontSupportList: -- print '%i ' % ( -- fsl.totalGlyphs ) -- print '' -- print 'total in font' -+ print('%i ' % ( -+ fsl.totalGlyphs )) -+ print('') -+ print('total in font') - for fsl in fontSupportList: -- print '%i ' % ( -- fsl.fontTotalGlyphs ) -- print '' -- print 'total in Private Use' -+ print('%i ' % ( -+ fsl.fontTotalGlyphs )) -+ print('') -+ print('total in Private Use') - for fsl in fontSupportList: -- print '%i ' % ( -- fsl.privateUseGlyphs ) -- print '' -+ print('%i ' % ( -+ fsl.privateUseGlyphs )) -+ print('') - # Would also like to total glyphs in ranges for each font, - # and also print total glyphs in each font. -- print '' -+ print('') - - table_introduction = """ - For historical reasons, TrueType classifies Unicode ranges according to -@@ -286,25 +286,25 @@ Gnu FreeFont character range support - ''' - - def print_font_range_report( fontSupportList ): -- print html_heading -+ print(html_heading) - -- print '' -- print '

' -- print 'Gnu FreeFont support for OpenType OS/2 character ranges' -- print '

' -- print '

' -- print table_introduction -- print '

' -+ print('') -+ print('

') -+ print('Gnu FreeFont support for OpenType OS/2 character ranges') -+ print('

') -+ print('

') -+ print(table_introduction) -+ print('

') - print_font_range_table( fontSupportList ) -- print '

' -- print table_explanation -+ print('

') -+ print(table_explanation) - tzset() -- print 'Generated by range_report.py on %s.' % ( -- strftime('%X %x %Z') ) -- print '

' -- print '' -+ print('Generated by range_report.py on %s.' % ( -+ strftime('%X %x %Z') )) -+ print('

') -+ print('') - -- print '' -+ print('') - - supportList = [] - supportList.append( FontSupport( '../../sfd/FreeSerif.sfd', 'Srf' ) ) -diff -up ./doc/fonts/gnu-freefont/tools/script-menu/nameBySlot.py.py3 ./doc/fonts/gnu-freefont/tools/script-menu/nameBySlot.py ---- ./doc/fonts/gnu-freefont/tools/script-menu/nameBySlot.py.py3 2019-08-18 08:40:25.964907029 -0400 -+++ ./doc/fonts/gnu-freefont/tools/script-menu/nameBySlot.py 2019-08-18 08:41:02.911017630 -0400 -@@ -38,7 +38,7 @@ import fontforge - - def explain_error_and_quit( e ): - if e: -- print 'Error: ', e -+ print('Error: ', e) - exit( 1 ) - - try: -@@ -54,9 +54,9 @@ try: - newname = 'uni%0.7x' %( g.encoding ) - elif g.encoding <= 0xFFFFFFFF: - newname = 'uni%0.8x' %( g.encoding ) -- print "naming " + str( g.glyphname ) + ' as ' + newname -+ print("naming " + str( g.glyphname ) + ' as ' + newname) - g.glyphname = newname - g.unicode = g.encoding --except ValueError, e: -+except ValueError as e: - explain_error_and_quit( e ) - -diff -up ./doc/fonts/gnu-freefont/tools/script-menu/unnameBySlot.py.py3 ./doc/fonts/gnu-freefont/tools/script-menu/unnameBySlot.py ---- ./doc/fonts/gnu-freefont/tools/script-menu/unnameBySlot.py.py3 2019-08-18 08:41:15.963703405 -0400 -+++ ./doc/fonts/gnu-freefont/tools/script-menu/unnameBySlot.py 2019-08-18 08:42:15.186277750 -0400 -@@ -39,16 +39,16 @@ import fontforge - - def explain_error_and_quit( e ): - if e: -- print 'Error: ', e -+ print('Error: ', e) - exit( 1 ) - - try: - glyphs = fontforge.activeFont().selection.byGlyphs - for g in glyphs: - newname = 'NameMe.%s' %( str( g.encoding ) ) -- print "naming " + str( g.glyphname ) + ' as ' + newname -+ print("naming " + str( g.glyphname ) + ' as ' + newname) - g.glyphname = newname - g.unicode = -1 --except ValueError, e: -+except ValueError as e: - explain_error_and_quit( e ) - -diff -up ./doc/fonts/gnu-freefont/tools/test/checkGlyphNumbers.py.py3 ./doc/fonts/gnu-freefont/tools/test/checkGlyphNumbers.py ---- ./doc/fonts/gnu-freefont/tools/test/checkGlyphNumbers.py.py3 2019-08-18 08:42:25.687024974 -0400 -+++ ./doc/fonts/gnu-freefont/tools/test/checkGlyphNumbers.py 2019-08-18 08:43:16.562800246 -0400 -@@ -53,12 +53,12 @@ def isSpecialTrueType( glyph ): - from os import path - def checkGlyphNumbers( fontDir, fontFile ): - if isinstance( fontFile, ( list, tuple ) ): -- print "In directory " + fontDir -+ print("In directory " + fontDir) - for fontName in fontFile: - checkGlyphNumbers( fontDir, fontName ) - return - -- print "Checking slot numbers in " + fontFile -+ print("Checking slot numbers in " + fontFile) - font = fontforge.open( path.join( fontDir, fontFile ) ) - - g = font.selection.all() -@@ -71,13 +71,13 @@ def checkGlyphNumbers( fontDir, fontFile - pass - elif inPrivateUseRange( glyph ): - if glyph.unicode != -1: -- print "Glyph at slot " + str( glyph.encoding ) \ -- + " is Private Use but has Unicode" -+ print("Glyph at slot " + str( glyph.encoding ) \ -+ + " is Private Use but has Unicode") - problem = True - else: - if glyph.encoding != glyph.unicode: -- print "Glyph at slot " + str( glyph.encoding ) \ -- + " has wrong Unicode" -+ print("Glyph at slot " + str( glyph.encoding ) \ -+ + " has wrong Unicode") - problem = True - - # -------------------------------------------------------------------------- -diff -up ./doc/fonts/gnu-freefont/tools/test/findBackLayers.py.py3 ./doc/fonts/gnu-freefont/tools/test/findBackLayers.py ---- ./doc/fonts/gnu-freefont/tools/test/findBackLayers.py.py3 2019-08-18 08:43:27.206544016 -0400 -+++ ./doc/fonts/gnu-freefont/tools/test/findBackLayers.py 2019-08-18 08:44:00.456743596 -0400 -@@ -32,7 +32,7 @@ from sys import exit - problem = False - - def checkBackLayers( fontPath ): -- print "Checking " + fontPath -+ print("Checking " + fontPath) - font = fontforge.open( fontPath ) - - g = font.selection.all() -@@ -42,7 +42,7 @@ def checkBackLayers( fontPath ): - - for e in g: - if e.layer_cnt != 2: -- print e -+ print(e) - - checkBackLayers( '../sfd/FreeSerif.sfd' ) - checkBackLayers( '../sfd/FreeSerifItalic.sfd' ) -diff -up ./doc/fonts/gnu-freefont/tools/test/isMonoMono.py.py3 ./doc/fonts/gnu-freefont/tools/test/isMonoMono.py ---- ./doc/fonts/gnu-freefont/tools/test/isMonoMono.py.py3 2019-08-18 08:44:12.128462618 -0400 -+++ ./doc/fonts/gnu-freefont/tools/test/isMonoMono.py 2019-08-18 08:44:55.105428039 -0400 -@@ -35,7 +35,7 @@ import sys - problem = False - - def ismonomono( fontfilename ): -- print "Checking character bounding boxes: " + fontfilename -+ print("Checking character bounding boxes: " + fontfilename) - font = fontforge.open( fontfilename ) - - g = font.selection.all() -@@ -49,16 +49,16 @@ def ismonomono( fontfilename ): - nonzero = e.width - else: - if e.width > 0 and e.width != nonzero: -- print ' ' + e.glyphname \ -+ print(' ' + e.glyphname \ - + '(' + str( e.encoding ) \ - + ') width is ' + str( e.width ) \ -- + ' not ' + str( nonzero ) -+ + ' not ' + str( nonzero )) - problem = True - - ( xmin, ymin, xmax, ymax ) = e.boundingBox() - if ymin < -200 or ymax > 800: -- print ' ' + e.glyphname + ' goes between heights ' \ -- + str( ymin ) + ' and ' + str( ymax ) -+ print(' ' + e.glyphname + ' goes between heights ' \ -+ + str( ymin ) + ' and ' + str( ymax )) - """ - For FontForge handling of TrueType/OpenType magic characters: - 1) check that 0x0000 0x0001, 0x000D exist and have names -@@ -71,15 +71,15 @@ def ismonomono( fontfilename ): - if not font[0x0000] \ - or font[0x0000].glyphname != '.notdef' \ - or font[0x0000].width != nonzero: -- print 'Should be full-width ".notdef" glyph at 0x0000.' -+ print('Should be full-width ".notdef" glyph at 0x0000.') - if not font[0x0001] \ - or font[0x0001].glyphname != '.null' \ - or font[0x0001].width != 0: -- print 'Should be zero-width ".null" glyph at 0x0001.' -+ print('Should be zero-width ".null" glyph at 0x0001.') - if not font[0x000D] \ - or font[0x000D].glyphname != 'nonmarkingreturn' \ - or font[0x000D].width != nonzero: -- print 'Should be full-width "nonmarkingreturn" glyph at 0x000D.' -+ print('Should be full-width "nonmarkingreturn" glyph at 0x000D.') - - scriptname = sys.argv[0]; - argc = len( sys.argv ) -diff -up ./doc/fonts/gnu-freefont/tools/test/validate.py.py3 ./doc/fonts/gnu-freefont/tools/test/validate.py ---- ./doc/fonts/gnu-freefont/tools/test/validate.py.py3 2019-08-18 08:45:06.988141993 -0400 -+++ ./doc/fonts/gnu-freefont/tools/test/validate.py 2019-08-18 08:45:57.561924523 -0400 -@@ -43,7 +43,7 @@ def countPointsInLayer( layer ): - return p - - def printProblemLine( e, msg ): -- print "\t" + e.glyphname + msg -+ print("\t" + e.glyphname + msg) - - def dealWithValidationState( state, e ): - if state & 0x2: -@@ -81,13 +81,13 @@ def dealWithValidationState( state, e ): - if state & 0x10000: - printProblemLine( e, " has references deeper than allowed" ) - if state & 0x20000: -- print e.glyphname + " fpgm or prep tables longer than allowed" ) -+ print(e.glyphname + " fpgm or prep tables longer than allowed" )) - """ - - def validate( dir, fontFile ): - try: - font = fontforge.open( dir + fontFile ) -- print "Validating " + fontFile -+ print("Validating " + fontFile) - - g = font.selection.all() - g = font.selection.byGlyphs -@@ -98,9 +98,9 @@ def validate( dir, fontFile ): - if state != 0: - dealWithValidationState( state, e ) - font.validate -- except Exception, e: -+ except Exception as e: - problem = True -- print >> sys.stderr, str( e ) -+ print(str( e ), file=sys.stderr) - - validate( '../sfd/', 'FreeSerif.sfd' ) - validate( '../sfd/', 'FreeSerifItalic.sfd' ) -diff -up ./doc/fonts/gnu-freefont/tools/utility/hex_range.py.py3 ./doc/fonts/gnu-freefont/tools/utility/hex_range.py ---- ./doc/fonts/gnu-freefont/tools/utility/hex_range.py.py3 2019-08-18 08:46:09.302641885 -0400 -+++ ./doc/fonts/gnu-freefont/tools/utility/hex_range.py 2019-08-18 08:46:58.356461003 -0400 -@@ -40,13 +40,13 @@ postfix = ';' - - def explain_error_and_quit( e ): - if e: -- print 'Error: ', e -- print "Usage:" -- print " hex_range num1 [num2]" -+ print('Error: ', e) -+ print("Usage:") -+ print(" hex_range num1 [num2]") - exit( 1 ) - - def print_formatted_hex_value( n ): -- print '%s%0.4x%s' %( prefix, n, postfix ) -+ print('%s%0.4x%s' %( prefix, n, postfix )) - - if len( sys.argv ) == 3: - try: -@@ -54,13 +54,13 @@ if len( sys.argv ) == 3: - b = int( sys.argv[2], 0 ) - for i in xrange( a, b + 1 ): - print_formatted_hex_value( i ) -- except ValueError, e: -+ except ValueError as e: - explain_error_and_quit( e ) - elif len( sys.argv ) == 2: - try: - a = int( sys.argv[1], 0 ) - print_formatted_hex_value( a ) -- except ValueError, e: -+ except ValueError as e: - explain_error_and_quit( e ) - else: - explain_error_and_quit() -diff -up ./doc/fonts/gnu-freefont/tools/utility/metafont/bulk_eps_import.py.py3 ./doc/fonts/gnu-freefont/tools/utility/metafont/bulk_eps_import.py ---- ./doc/fonts/gnu-freefont/tools/utility/metafont/bulk_eps_import.py.py3 2019-08-18 08:47:10.751162633 -0400 -+++ ./doc/fonts/gnu-freefont/tools/utility/metafont/bulk_eps_import.py 2019-08-18 08:47:43.083384292 -0400 -@@ -35,11 +35,11 @@ import fnmatch, re - problem = False - - def import_glyph( font, name, chrnum ): -- print "importing file: " + name + " to slot " + str( chrnum ) -+ print("importing file: " + name + " to slot " + str( chrnum )) - - g = font.createChar( chrnum ) - -- print "importing outlines " + name -+ print("importing outlines " + name) - g.importOutlines( name ) - # The glyphs produced by MetaPost usually have a grid, whose - # right side seems to correspond to the proper right side bearing -@@ -56,7 +56,7 @@ re_file_pat = re.compile( file_pat ) - if argc > 2: - fontfilename = sys.argv[1] - font = fontforge.open( fontfilename ) -- print "bulk importing to font file: " + fontfilename -+ print("bulk importing to font file: " + fontfilename) - chrnum = 0 - directories = os.listdir('.') - directories.sort() -diff -up ./doc/fonts/gnu-freefont/tools/utility/special-purpose/makeBraille.py.py3 ./doc/fonts/gnu-freefont/tools/utility/special-purpose/makeBraille.py ---- ./doc/fonts/gnu-freefont/tools/utility/special-purpose/makeBraille.py.py3 2019-08-18 08:49:05.631397114 -0400 -+++ ./doc/fonts/gnu-freefont/tools/utility/special-purpose/makeBraille.py 2019-08-18 08:49:34.269707707 -0400 -@@ -60,12 +60,12 @@ def createAndName( font, off ): - return font.createChar( 0x2800 + off, 'braille%0.2X' % off ) - - def drawtopsix( g, off ): -- print 'created', 'braille%0.2X' % off -+ print('created', 'braille%0.2X' % off) - g.clear() - g.right_side_bearing = glyphwidth - for col in range ( 0, 2 ): - for row in range ( 0, 3 ): -- print 'shift', ( 3 * col + row ) -+ print('shift', ( 3 * col + row )) - state = ( 1 << ( 3 * col + row ) ) & off - drawdot( g, col, row, state ) - -diff -up ./doc/fonts/punknova/tools/build.py.py3 ./doc/fonts/punknova/tools/build.py ---- ./doc/fonts/punknova/tools/build.py.py3 2019-08-18 08:50:02.077038304 -0400 -+++ ./doc/fonts/punknova/tools/build.py 2019-08-18 08:50:52.658820644 -0400 -@@ -22,7 +22,7 @@ def run_mpost(file, tempdir): - ) - - def import_glyphs(font, instance, tempdir): -- print "Importing glyph variants set '%s'" % instance -+ print("Importing glyph variants set '%s'" % instance) - - glyph_files = glob.glob(os.path.join(tempdir, "*.eps")) - -@@ -67,7 +67,7 @@ def get_alt(code, name): - return alt - - def add_gsub(font, instances): -- print "Adding glyph substitution rules..." -+ print("Adding glyph substitution rules...") - - font.addLookup( - "Randomize lookup", -@@ -90,7 +90,7 @@ def add_gsub(font, instances): - get_alt(glyph.unicode, glyph.glyphname)) - - def greek_caps(font, instances): -- print "Adding missing Greek capitals..." -+ print("Adding missing Greek capitals...") - - caps = { - "Alpha" : "A", -@@ -117,7 +117,7 @@ def greek_caps(font, instances): - get_alt(font.createMappedChar(name).unicode, name)) - - def autowidth(font): -- print "Auto spacing..." -+ print("Auto spacing...") - - font.selection.all() - if font.fullname.find("Slanted"): -@@ -131,7 +131,7 @@ def autowidth(font): - font.autoHint() - - def autokern(font, instances): -- print "Auto kerning..." -+ print("Auto kerning...") - - font.addLookup( - "Kern lookup", -@@ -166,7 +166,7 @@ def finalise(font): - space.width = 400 - - def usage(): -- print "Usage: %s INFILE.mp OUTFILE.otf VERSION" % sys.argv[0] -+ print("Usage: %s INFILE.mp OUTFILE.otf VERSION" % sys.argv[0]) - - if __name__ == "__main__": - if len(sys.argv) < 3: -@@ -216,6 +216,6 @@ if __name__ == "__main__": - - sh.rmtree (tempdir) - -- print "Saving file '%s'..." % outfile -+ print("Saving file '%s'..." % outfile) - # font.save() - font.generate(outfile) -diff -up ./doc/fonts/xcharter/altone.py.py3 ./doc/fonts/xcharter/altone.py ---- ./doc/fonts/xcharter/altone.py.py3 2019-08-18 08:51:11.088376984 -0400 -+++ ./doc/fonts/xcharter/altone.py 2019-08-18 08:52:37.983285156 -0400 -@@ -106,7 +106,7 @@ for f in sorted(encfiles): - for j in range(len(vflst)): - a=vflst[j] - s=afmcmds[j] -- print s -+ print(s) - if os.system(s)==0: - if os.system("vptovf "+a)==0: - os.system("/bin/mv -f "+a+".tfm "+tmfv+"/fonts/tfm/public/xcharter") diff -up ./doc/generic/enctex/unimap.py.py3 ./doc/generic/enctex/unimap.py --- ./doc/generic/enctex/unimap.py.py3 2019-08-18 08:52:49.201015107 -0400 +++ ./doc/generic/enctex/unimap.py 2019-08-18 08:54:08.301110903 -0400 @@ -836,2289 +25,6 @@ diff -up ./doc/generic/enctex/unimap.py.py3 ./doc/generic/enctex/unimap.py if sect: fw.write('\n%% %s\n' % sect) sect = None -diff -up ./doc/generic/shapepar/proshap.py.py3 ./doc/generic/shapepar/proshap.py ---- ./doc/generic/shapepar/proshap.py.py3 2019-08-18 08:54:26.112682120 -0400 -+++ ./doc/generic/shapepar/proshap.py 2019-08-18 08:54:51.618068133 -0400 -@@ -342,7 +342,7 @@ result = "\\gdef\\bassshape{{"+ middle - - - result = result+ "\\\\{"+str(height) +"}e{"+ middle +"}" + "}\n" --print result -+print(result) - f = open("result.tex","w") - f.write(result) - f.close() -diff -up ./doc/latex/aramaic-serto/serto.py.py3 ./doc/latex/aramaic-serto/serto.py ---- ./doc/latex/aramaic-serto/serto.py.py3 2019-08-18 08:59:12.106797388 -0400 -+++ ./doc/latex/aramaic-serto/serto.py 2019-08-18 09:09:54.334337038 -0400 -@@ -13,564 +13,572 @@ - # 29 September 2007: Possibility to typeset two identical letters without a qusshaya - # 31 March 2013: add SERTOFONTDIR environment variable - --FONTFILESERTO="serto.font" # specify absolute path --FONTFILECHALD="assyr.font" --#FONTFILEESTR="estrangelo.font" -+import os.path -+import string -+import sys -+import re -+FONTFILESERTO = "serto.font" # specify absolute path -+FONTFILECHALD = "assyr.font" -+# FONTFILEESTR="estrangelo.font" - - # use the environment variable SERTOFONTDIR to specify the directory of the *.font files - --import re, sys, string, os.path - - # translating syriac unicode points to serto codings - -+ - class Letter: -- def __init__(self, -- coding, # what coding to use in .ptex-file -- name, # name of the letter -- isolated, # what character to take in isolated usage -- initial, # what character to take in word-initial usage -- medial, # what character to take in word-medial usage -- final, # what character to take in word-final usage -- link): # does it link to the following (# link 0: next letter is initial, 1: next letter is medial, 2: ignore, 8: character is a superscript symbol 9: character is a subscript symbol -- self.coding = coding -- self.name = name -- self.isolated = map(int, isolated.split('+')) -- self.initial = map(int, initial.split('+')) -- self.medial = map(int, medial.split('+')) -- self.final = map(int, final.split('+')) -- self.link = int(link) -- -- if self.isolated[0] == -1: self.isolated = None -- if self.initial[0] == -1: self.initial = None -- if self.medial[0] == -1: self.medial = None -- if self.final[0] == -1: self.final = None -- #sys.stderr.write("%s:%s-%s-%s-%s\n" \ -- # % (name,self.isolated,self.initial,self.medial,self.final)) -- -+ def __init__(self, -+ coding, # what coding to use in .ptex-file -+ name, # name of the letter -+ isolated, # what character to take in isolated usage -+ initial, # what character to take in word-initial usage -+ medial, # what character to take in word-medial usage -+ final, # what character to take in word-final usage -+ link): # does it link to the following (# link 0: next letter is initial, 1: next letter is medial, 2: ignore, 8: character is a superscript symbol 9: character is a subscript symbol -+ self.coding = coding -+ self.name = name -+ self.isolated = list(map(int, isolated.split('+'))) -+ self.initial = list(map(int, initial.split('+'))) -+ self.medial = list(map(int, medial.split('+'))) -+ self.final = list(map(int, final.split('+'))) -+ self.link = int(link) -+ -+ if self.isolated[0] == -1: -+ self.isolated = None -+ if self.initial[0] == -1: -+ self.initial = None -+ if self.medial[0] == -1: -+ self.medial = None -+ if self.final[0] == -1: -+ self.final = None -+ # sys.stderr.write("%s:%s-%s-%s-%s\n" \ -+ # % (name,self.isolated,self.initial,self.medial,self.final)) -+ - def getcontext(self, ctx): -- if ctx == 0: return self.isolated[0] -- elif ctx == 1: return self.initial[0] -- elif ctx == 2: return self.medial[0] -- elif ctx == 3: return self.final[0] -+ if ctx == 0: -+ return self.isolated[0] -+ elif ctx == 1: -+ return self.initial[0] -+ elif ctx == 2: -+ return self.medial[0] -+ elif ctx == 3: -+ return self.final[0] - - def getChar(self, ctx): -- if ctx == 0: -- if not self.isolated: return [''] -- return map(lambda x: "%c" % x, self.isolated) -- #return int(self.isolated[0]) -- elif ctx == 1: -- if not self.initial: return [''] -- return map(lambda x: "%c" % x, self.initial) -- #return int(self.initial[0]) -- elif ctx == 2: -- #sys.stderr.write("MEDIAL %s\n" % self.medial) -- if not self.medial: -- #sys.stderr.write("NONE:e\n") -- return [''] -- return map(lambda x: "%c" % x, self.medial) -- #return int(self.medial[0]) -- elif ctx == 3: -- if not self.final: return [''] -- return map(lambda x: "%c" % x, self.final) -- #return int(self.final[0]) -+ if ctx == 0: -+ if not self.isolated: -+ return [''] -+ return ["%c" % x for x in self.isolated] -+ # return int(self.isolated[0]) -+ elif ctx == 1: -+ if not self.initial: -+ return [''] -+ return ["%c" % x for x in self.initial] -+ # return int(self.initial[0]) -+ elif ctx == 2: -+ #sys.stderr.write("MEDIAL %s\n" % self.medial) -+ if not self.medial: -+ # sys.stderr.write("NONE:e\n") -+ return [''] -+ return ["%c" % x for x in self.medial] -+ # return int(self.medial[0]) -+ elif ctx == 3: -+ if not self.final: -+ return [''] -+ return ["%c" % x for x in self.final] -+ # return int(self.final[0]) -+ - - class Serto: - def __init__(self, elatex=0): -- self.elatex=elatex # eLaTeX needs \TeXXeTstate=1 -- self.tabelle = {} # style: {"_d": Letter-Object} -- self.transtabelle = {} # style: "_d": \d{d} -- self.usingUTF8 = False -- -- self.inlineS = re.compile("()(.*?)()") -- self.inlineT = re.compile("()(.*?)()") -- self.inlineST = re.compile("()(.*?)()") -- -- self.inlineC = re.compile("()(.*?)()") -- self.inlineCT = re.compile("()(.*?)()") -- -- self.inlineE = re.compile("()(.*?)()") -- self.inlineET = re.compile("()(.*?)()") -- -- self.tabelle["serto"] = {} -- self.transtabelle["serto"] = {} -- self.readfont(FONTFILESERTO, -- self.tabelle["serto"], -- self.transtabelle["serto"]) -- #print self.tabelle["serto"] -- -- self.tabelle["chaldean"] = {} -- self.transtabelle["chaldean"] = {} -- self.readfont(FONTFILECHALD, -- self.tabelle["chaldean"], -- self.transtabelle["chaldean"]) -- -- self.UnicodeTable = { 0x0710: "'", -- 0x0712: "b", -- 0x0713: "g", -- 0x0714: "g", #gamal garshuni -- 0x0715: "d", -- 0x0717: "h", -- 0x0718: "w", -- 0x0719: "z", -- 0x071a: ".h", -- 0x071b: ".t", -- 0x071c: ".t", # teth garshuni -- 0x071d: "y", -- 0x071f: "k", -- 0x0720: "l", -- 0x0721: "m", -- 0x0722: "n", -- 0x0723: "s", -- 0x0724: "s", # final semkath -- 0x0725: "`", -- 0x0726: "p", -- 0x0728: ".s", -- 0x0729: "q", -- 0x072a: "r", -- 0x072b: "^s", -- 0x072c: "t", -- 0x0308: "P", # syame -- 0x0730: "a", -- 0x0731: "A", -- 0x0732: ":a", -- 0x0733: "=a", -- 0x0734: "=A", -- 0x0735: ":=a", -- 0x0736: "e", -- 0x0737: "E", -- 0x0738: ":e", -- 0x0739: ":e", -- 0x073a: "i", -- 0x073b: "I", -- 0x073c: ":i", -- 0x073d: "u", -- 0x073e: "U", -- 0x073f: ":u", -- 0x0740: ":=a", -- 0x0741: "*", -- 0x0742: "+", -- #punctuation listed in unicode not completed implemented in serto -- 0x0700: ".:.", -- 0x0701: ".", -- 0x0702: ".", -- 0x0703: ":", -- 0x0704: ":", -- 0x0705: ":", -- 0x0706: ":", -- 0x0707: ":", -- 0x0708: ":", -- 0x0709: ":", -- 0x070D: ".X.", -- } -- -+ self.elatex = elatex # eLaTeX needs \TeXXeTstate=1 -+ self.tabelle = {} # style: {"_d": Letter-Object} -+ self.transtabelle = {} # style: "_d": \d{d} -+ self.usingUTF8 = False -+ -+ self.inlineS = re.compile("()(.*?)()") -+ self.inlineT = re.compile("()(.*?)()") -+ self.inlineST = re.compile("()(.*?)()") -+ -+ self.inlineC = re.compile("()(.*?)()") -+ self.inlineCT = re.compile("()(.*?)()") -+ -+ self.inlineE = re.compile("()(.*?)()") -+ self.inlineET = re.compile("()(.*?)()") -+ -+ self.tabelle["serto"] = {} -+ self.transtabelle["serto"] = {} -+ self.readfont(FONTFILESERTO, -+ self.tabelle["serto"], -+ self.transtabelle["serto"]) -+ # print self.tabelle["serto"] -+ -+ self.tabelle["chaldean"] = {} -+ self.transtabelle["chaldean"] = {} -+ self.readfont(FONTFILECHALD, -+ self.tabelle["chaldean"], -+ self.transtabelle["chaldean"]) -+ -+ self.UnicodeTable = {0x0710: "'", -+ 0x0712: "b", -+ 0x0713: "g", -+ 0x0714: "g", # gamal garshuni -+ 0x0715: "d", -+ 0x0717: "h", -+ 0x0718: "w", -+ 0x0719: "z", -+ 0x071a: ".h", -+ 0x071b: ".t", -+ 0x071c: ".t", # teth garshuni -+ 0x071d: "y", -+ 0x071f: "k", -+ 0x0720: "l", -+ 0x0721: "m", -+ 0x0722: "n", -+ 0x0723: "s", -+ 0x0724: "s", # final semkath -+ 0x0725: "`", -+ 0x0726: "p", -+ 0x0728: ".s", -+ 0x0729: "q", -+ 0x072a: "r", -+ 0x072b: "^s", -+ 0x072c: "t", -+ 0x0308: "P", # syame -+ 0x0730: "a", -+ 0x0731: "A", -+ 0x0732: ":a", -+ 0x0733: "=a", -+ 0x0734: "=A", -+ 0x0735: ":=a", -+ 0x0736: "e", -+ 0x0737: "E", -+ 0x0738: ":e", -+ 0x0739: ":e", -+ 0x073a: "i", -+ 0x073b: "I", -+ 0x073c: ":i", -+ 0x073d: "u", -+ 0x073e: "U", -+ 0x073f: ":u", -+ 0x0740: ":=a", -+ 0x0741: "*", -+ 0x0742: "+", -+ # punctuation listed in unicode not completed implemented in serto -+ 0x0700: ".:.", -+ 0x0701: ".", -+ 0x0702: ".", -+ 0x0703: ":", -+ 0x0704: ":", -+ 0x0705: ":", -+ 0x0706: ":", -+ 0x0707: ":", -+ 0x0708: ":", -+ 0x0709: ":", -+ 0x070D: ".X.", -+ } - -- #print "zzzzzz",UnicodeTable -+ # print "zzzzzz",UnicodeTable - - def readfont(self, filename, tabelle, transtabelle): -- dirname = os.environ.get("SERTOFONTDIR") -- if not dirname: -- dirname = os.path.dirname(sys.argv[0]) -- #print "eeee", dirname -- fp = open("%s/%s" % (dirname, filename), "r") -- lines = fp.readlines() -- fp.close() -- -- -- #self.tabelle = {} # "_d": (isol, init, med, fin, link) -- #self.tabelle = {} # "_d": Letter-Object -- #self.transtabelle = {} # "_d": \d{d} -- self.fontname = "" -- status = "syriac" -- self.errct = 0 -- for z in lines: -- if len(z) < 2: -- continue -- if z[0] == "#": -- if z[:6] == "#FONT:": -- a = string.split(z) -- self.fontname = string.strip(a[1]) -- #self.textframe.thetext.config(font=self.fontname) -- #self.testlabel.config(font=self.fontname) -- elif z[:7] == "#TRANS:": -- status = "transliterate" -- continue -- -- felder = string.split(z) -- if status == "syriac": -- if len(felder) < 7: -- self.errct = self.errct + 1 -- print "ERROR:", z -- else: -- #print z, int(felder[2]) -- #self.tabelle[felder[0]] = (int(felder[2]), -- # int(felder[3]), -- # int(felder[4]), -- # int(felder[5]), -- # int(felder[6])) -- tabelle[felder[0]] = Letter(felder[0], -- felder[1], -- felder[2], -- felder[3], -- felder[4], -- felder[5], -- felder[6]) -- else: -- if len(felder) < 2: -- #print "WARNING:", z -- transtabelle[felder[0]] = felder[0] -- else: -- transtabelle[felder[0]] = felder[1] -- -+ dirname = os.environ.get("SERTOFONTDIR") -+ if not dirname: -+ dirname = os.path.dirname(sys.argv[0]) -+ # print "eeee", dirname -+ fp = open("%s/%s" % (dirname, filename), "r") -+ lines = fp.readlines() -+ fp.close() -+ -+ # self.tabelle = {} # "_d": (isol, init, med, fin, link) -+ # self.tabelle = {} # "_d": Letter-Object -+ # self.transtabelle = {} # "_d": \d{d} -+ self.fontname = "" -+ status = "syriac" -+ self.errct = 0 -+ for z in lines: -+ if len(z) < 2: -+ continue -+ if z[0] == "#": -+ if z[:6] == "#FONT:": -+ a = string.split(z) -+ self.fontname = string.strip(a[1]) -+ # self.textframe.thetext.config(font=self.fontname) -+ # self.testlabel.config(font=self.fontname) -+ elif z[:7] == "#TRANS:": -+ status = "transliterate" -+ continue -+ -+ felder = string.split(z) -+ if status == "syriac": -+ if len(felder) < 7: -+ self.errct = self.errct + 1 -+ print("ERROR:", z) -+ else: -+ # print z, int(felder[2]) -+ # self.tabelle[felder[0]] = (int(felder[2]), -+ # int(felder[3]), -+ # int(felder[4]), -+ # int(felder[5]), -+ # int(felder[6])) -+ tabelle[felder[0]] = Letter(felder[0], -+ felder[1], -+ felder[2], -+ felder[3], -+ felder[4], -+ felder[5], -+ felder[6]) -+ else: -+ if len(felder) < 2: -+ # print "WARNING:", z -+ transtabelle[felder[0]] = felder[0] -+ else: -+ transtabelle[felder[0]] = felder[1] - - def tokenize(self, str, xlen, style="serto"): -- ix = 0 -- self.tokens = [] -- self.digits = [] -- number = 0 # -- -- while(ix < xlen): #for ix in range(xlen): -- #print "IX", ix, str -- if str[ix] == "\\": -- command = "\\" -- ix = ix + 1 -- while(ix < xlen): -- if not str[ix] in string.letters: -- break -- else: -- command = command + str[ix] -- ix = ix + 1 -- self.tokens.append(command) -- elif str[ix] in "{}": -- self.tokens.append(str[ix]) -- ix = ix + 1 -- else: -- for ll in range(5, 0, -1): -- if self.tabelle[style].has_key(str[ix:ix+ll]): -- if ll == 1 and str[ix:ix+ll] in "aeiou" \ -- and (len(self.tokens) == 0 \ -- or self.tokens[-1] == "~"): -- #self.tokens.append("'" + str[ix:ix+ll]) -- self.tokens.extend(["'", str[ix:ix+ll]]) -- #pass -- else: -- if len(self.tokens) \ -- and str[ix:ix+ll] == self.tokens[-1] \ -- and self.tabelle[style][str[ix:ix+ll]].link != 3 \ -- and str[ix:ix+ll] not in ["~", "0", "1", -- "2", "3", "4", -- "5", "6", "7", -- "8", "9", "--"]: -- # insert shadda -- self.tokens.append("Q") -- else: -- self.tokens.append(str[ix:ix+ll]) -- ix = ix + ll -- break # for-loop -- else: -- ix = ix + 1 -- -- #print "TOKENS",self.tokens -+ ix = 0 -+ self.tokens = [] -+ self.digits = [] -+ number = 0 -+ -+ while(ix < xlen): # for ix in range(xlen): -+ # print "IX", ix, str -+ if str[ix] == "\\": -+ command = "\\" -+ ix = ix + 1 -+ while(ix < xlen): -+ if not str[ix] in string.letters: -+ break -+ else: -+ command = command + str[ix] -+ ix = ix + 1 -+ self.tokens.append(command) -+ elif str[ix] in "{}": -+ self.tokens.append(str[ix]) -+ ix = ix + 1 -+ else: -+ for ll in range(5, 0, -1): -+ if str[ix:ix+ll] in self.tabelle[style]: -+ if ll == 1 and str[ix:ix+ll] in "aeiou" \ -+ and (len(self.tokens) == 0 -+ or self.tokens[-1] == "~"): -+ #self.tokens.append("'" + str[ix:ix+ll]) -+ self.tokens.extend(["'", str[ix:ix+ll]]) -+ # pass -+ else: -+ if len(self.tokens) \ -+ and str[ix:ix+ll] == self.tokens[-1] \ -+ and self.tabelle[style][str[ix:ix+ll]].link != 3 \ -+ and str[ix:ix+ll] not in ["~", "0", "1", -+ "2", "3", "4", -+ "5", "6", "7", -+ "8", "9", "--"]: -+ # insert shadda -+ self.tokens.append("Q") -+ else: -+ self.tokens.append(str[ix:ix+ll]) -+ ix = ix + ll -+ break # for-loop -+ else: -+ ix = ix + 1 -+ -+ # print "TOKENS",self.tokens - - def transtokenize(self, str, xlen, style="serto"): -- ix = 0 -- self.tokens = [] -- self.digits = [] -- number = 0 # -- while(ix < xlen): #for ix in range(xlen): -- #print "IX", ix, -- for ll in range(5, 0, -1): -- if self.transtabelle[style].has_key(str[ix:ix+ll]): -- if ll == 1 and str[ix:ix+ll] in "aeiou" \ -- and (len(self.tokens) == 0 \ -- or self.tokens[-1] == "~"): -- self.tokens.append("'" + str[ix:ix+ll]) -- #self.tokens.extend(["'", str[ix:ix+ll]]) -- else: -- #if len(self.tokens) \ -- # and str[ix:ix+ll] == self.tokens[-1] \ -- # and self.tabelle[str[ix:ix+ll]][4] != 3 \ -- # and str[ix:ix+ll] not in ["~", "0", "1", "2", "3", "4", -- # "5", "6", "7", "8", "9"]: -- # """insert shadda""" -- # self.tokens.append("Q") -- #else: -- self.tokens.append(str[ix:ix+ll]) -- ix = ix + ll -- break # for-loop -- else: -- ix = ix + 1 -- -- #print "TRANSTOKENS",self.tokens -- -+ ix = 0 -+ self.tokens = [] -+ self.digits = [] -+ number = 0 -+ while(ix < xlen): # for ix in range(xlen): -+ # print "IX", ix, -+ for ll in range(5, 0, -1): -+ if str[ix:ix+ll] in self.transtabelle[style]: -+ if ll == 1 and str[ix:ix+ll] in "aeiou" \ -+ and (len(self.tokens) == 0 -+ or self.tokens[-1] == "~"): -+ self.tokens.append("'" + str[ix:ix+ll]) -+ #self.tokens.extend(["'", str[ix:ix+ll]]) -+ else: -+ # if len(self.tokens) \ -+ # and str[ix:ix+ll] == self.tokens[-1] \ -+ # and self.tabelle[str[ix:ix+ll]][4] != 3 \ -+ # and str[ix:ix+ll] not in ["~", "0", "1", "2", "3", "4", -+ # "5", "6", "7", "8", "9"]: -+ # """insert shadda""" -+ # self.tokens.append("Q") -+ # else: -+ self.tokens.append(str[ix:ix+ll]) -+ ix = ix + ll -+ break # for-loop -+ else: -+ ix = ix + 1 - -+ # print "TRANSTOKENS",self.tokens - - def transliterate(self, syrisch, style="serto"): -- if self.usingUTF8: -- line = unicode(syrisch, "utf8") -- newline = "" -- for c in line: -- #print "eee %x" % ord(c), self.UnicodeTable.has_key(ord(c)), -- #print c.encode("utf8") -- sertocode = self.UnicodeTable.get(ord(c), c) -- newline += sertocode -- #print "[%s]" % sertocode, newline -- syrisch = newline -- -- syrisch = string.replace(syrisch, " ", "~") -- self.transtokenize(syrisch, len(syrisch), style) -- #self.err("TOKEN %s" %self.tokens) -- ret = [] -- oldtok = "" -- for tok in self.tokens: -- if tok == "~": # blank -- ret.append(" ") -- #elif tok == "Q": # shadda -- #ret.append(ret[-1]) -- #elif tok == "+": # soft sign under begadkefat -- #if len(ret): -- # ret[-1] = self.spec.get(oldtok+tok, oldtok+tok) -- else: -- ret.append(self.transtabelle[style].get(tok, tok)) -- #oldtok = tok -- -- return string.join(ret, "") -+ if self.usingUTF8: -+ line = str(syrisch, "utf8") -+ newline = "" -+ for c in line: -+ # print "eee %x" % ord(c), self.UnicodeTable.has_key(ord(c)), -+ # print c.encode("utf8") -+ sertocode = self.UnicodeTable.get(ord(c), c) -+ newline += sertocode -+ # print "[%s]" % sertocode, newline -+ syrisch = newline -+ -+ syrisch = string.replace(syrisch, " ", "~") -+ self.transtokenize(syrisch, len(syrisch), style) -+ #self.err("TOKEN %s" %self.tokens) -+ ret = [] -+ oldtok = "" -+ for tok in self.tokens: -+ if tok == "~": # blank -+ ret.append(" ") -+ # elif tok == "Q": # shadda -+ # ret.append(ret[-1]) -+ # elif tok == "+": # soft sign under begadkefat -+ # if len(ret): -+ # ret[-1] = self.spec.get(oldtok+tok, oldtok+tok) -+ else: -+ ret.append(self.transtabelle[style].get(tok, tok)) -+ #oldtok = tok -+ -+ return string.join(ret, "") - - def syriacise(self, style="serto"): -- # replace tokens by serto letters, take into account context -- ix = 0 -- out = [] -- digits = [] -- self.maxlen = len(self.tokens) -- #sys.stderr.write("%s\n" % self.tokens) -- number = 0 -- for i in range(self.maxlen): -- if self.tokens[i][0] in "\\{}": -- out.append(self.tokens[i]) -- -- elif self.tabelle[style][self.tokens[i]].medial == -1: -- #print "skipping letter" -- continue -- else: -- form = self.context(i, style=style) -- -- if self.tokens[i] in ["0", "1", "2", "3", "4", -- "5", "6", "7", "8", "9"]: -- number = 1 -- digits.append(chr(self.tabelle[style][self.tokens[i]].getcontext(form))) -- else: -- if number == 1: -- number = 0 -- digits.reverse() -- out.extend(digits) -- digits = [] -- #out.append(chr(self.tabelle[self.tokens[i]][form])) -- #out.append("%c" %(self.tabelle[self.tokens[i]].getcontext(form))) -- for c in self.tabelle[style][self.tokens[i]].getChar(form): -- #sys.stderr.write("LETTER: %s\n" % c) -- out.append(c) -- #print self.tokens[i], form, self.tabelle[self.tokens[i]][form] -- -- if number: -- number = 0 -- digits.reverse() -- out.extend(digits) -- -- -- #for i in out: print "%d" % ord(i), -- #print -- #if not self.elatex: -- # out.reverse() -- -- # This kills empty letters, caused by -1 in .font-file -- return string.join(out, "") -- -+ # replace tokens by serto letters, take into account context -+ ix = 0 -+ out = [] -+ digits = [] -+ self.maxlen = len(self.tokens) -+ #sys.stderr.write("%s\n" % self.tokens) -+ number = 0 -+ for i in range(self.maxlen): -+ if self.tokens[i][0] in "\\{}": -+ out.append(self.tokens[i]) -+ -+ elif self.tabelle[style][self.tokens[i]].medial == -1: -+ # print "skipping letter" -+ continue -+ else: -+ form = self.context(i, style=style) -+ -+ if self.tokens[i] in ["0", "1", "2", "3", "4", -+ "5", "6", "7", "8", "9"]: -+ number = 1 -+ digits.append( -+ chr(self.tabelle[style][self.tokens[i]].getcontext(form))) -+ else: -+ if number == 1: -+ number = 0 -+ digits.reverse() -+ out.extend(digits) -+ digits = [] -+ # out.append(chr(self.tabelle[self.tokens[i]][form])) -+ #out.append("%c" %(self.tabelle[self.tokens[i]].getcontext(form))) -+ for c in self.tabelle[style][self.tokens[i]].getChar(form): -+ #sys.stderr.write("LETTER: %s\n" % c) -+ out.append(c) -+ # print self.tokens[i], form, self.tabelle[self.tokens[i]][form] -+ -+ if number: -+ number = 0 -+ digits.reverse() -+ out.extend(digits) -+ -+ # for i in out: print "%d" % ord(i), -+ # print -+ # if not self.elatex: -+ # out.reverse() - -- def context(self, ix, style="serto"): -- """returns 0 if letter is isolated -- 1 if letter is initial -- 2 if letter is medial -- 3 if letter is final""" -- -- if self.before(ix, style) and self.next(ix, style): -- return 2 -- elif self.before(ix, style) and not self.next(ix, style): -- return 3 -- elif not self.before(ix, style) and self.next(ix, style): -- return 1 -- else: -- return 0 -+ # This kills empty letters, caused by -1 in .font-file -+ return string.join(out, "") - -+ def context(self, ix, style="serto"): -+ """returns 0 if letter is isolated -+ 1 if letter is initial -+ 2 if letter is medial -+ 3 if letter is final""" -+ -+ if self.before(ix, style) and self.next(ix, style): -+ return 2 -+ elif self.before(ix, style) and not self.next(ix, style): -+ return 3 -+ elif not self.before(ix, style) and self.next(ix, style): -+ return 1 -+ else: -+ return 0 - - def next(self, ix, style="serto"): -- """returns 1 if next token is a letter""" -- for i in range(ix+1, self.maxlen): -- if self.tokens[i][0] in "\\{}": -- return 0 -- elif self.tabelle[style][self.tokens[i]].link in [2,3]: -- continue -- elif self.tokens[i] not in ["~", "!", ",", ".", ";", "?"] : -- return 1 -- else: -- return 0 -- return 0 -+ """returns 1 if next token is a letter""" -+ for i in range(ix+1, self.maxlen): -+ if self.tokens[i][0] in "\\{}": -+ return 0 -+ elif self.tabelle[style][self.tokens[i]].link in [2, 3]: -+ continue -+ elif self.tokens[i] not in ["~", "!", ",", ".", ";", "?"]: -+ return 1 -+ else: -+ return 0 -+ return 0 - - def before(self, ix, style="serto"): -- """returns 1 if preceding token is a letter""" -- for i in range(ix-1, -1, -1): -- if self.tokens[i][0] in "\\{}": -- return 0 -- elif self.tabelle[style][self.tokens[i]].link == 2: -- continue -- elif self.tokens[i] != "~": -- if self.tabelle[style][self.tokens[i]].link == 0: -- return 0 -- else: -- return 1 -- else: -- return 0 -- return 0 -- -- -- -- -+ """returns 1 if preceding token is a letter""" -+ for i in range(ix-1, -1, -1): -+ if self.tokens[i][0] in "\\{}": -+ return 0 -+ elif self.tabelle[style][self.tokens[i]].link == 2: -+ continue -+ elif self.tokens[i] != "~": -+ if self.tabelle[style][self.tokens[i]].link == 0: -+ return 0 -+ else: -+ return 1 -+ else: -+ return 0 -+ return 0 - - def convert(self, transcript, style="serto"): -- # interface function -- # dummy blank -- if self.usingUTF8: -- line = unicode(transcript, "utf8") -- newline = "" -- for c in line: -- #sys.stderr.write( "eee %d %s\n" % (ord(c), self.UnicodeTable.has_key(ord(c)))) -- #sys.stderr.write( c.encode("utf8") + "\n") -- sertocode = self.UnicodeTable.get(ord(c), c) -- newline += sertocode -- #sys.stderr.write( "[%s]\n" % sertocode) -- transcript = newline.encode("utf8") -- -- transcript = string.replace(transcript, " ", "~") -- self.tokenize(transcript, len(transcript), style) -- return self.syriacise(style) -- -+ # interface function -+ # dummy blank -+ if self.usingUTF8: -+ line = str(transcript, "utf8") -+ newline = "" -+ for c in line: -+ #sys.stderr.write( "eee %d %s\n" % (ord(c), self.UnicodeTable.has_key(ord(c)))) -+ #sys.stderr.write( c.encode("utf8") + "\n") -+ sertocode = self.UnicodeTable.get(ord(c), c) -+ newline += sertocode -+ #sys.stderr.write( "[%s]\n" % sertocode) -+ transcript = newline.encode("utf8") -+ -+ transcript = string.replace(transcript, " ", "~") -+ self.tokenize(transcript, len(transcript), style) -+ return self.syriacise(style) - - def texify(self, word, style="serto"): -- res = [] -- for ll in serto.convert(word, style): -- # ll: position of current syriac character in font table -- #sys.stdout.write("LETTER: 0x%x\n" % (ord(ll))) -- #sys.stderr.write("LETTER: %s\n" % ord(ll)) -- -- if ord(ll) < 16: -- #print "WWWWWWWWW", len(res), res -- if len(res): -- res[-1] = "\\uppersyriac{%d}{%s}" % (ord(ll), res[-1]) -- else: -- res.append("\\uppersyriac{%d}{A}" % (ord(ll))) # A: Olaf -- elif ord(ll) < 32: -- if len(res): -- res[-1] = "\\lowersyriac{%d}{%s}" % (ord(ll), res[-1]) -- else: -- res.append("\\lowersyriac{%d}{A}" % (ord(ll))) -- elif ord(ll) < 127 and ord(ll) not in [34,35,36,37,38,95]: -- res.append(ll) -- else: -- # special (active) TeX-characters, charactes > 127 -- res.append("\\char%d{}" % ord(ll)) -- if not self.elatex: -- res.reverse() -- return string.join(res, "") -+ res = [] -+ for ll in serto.convert(word, style): -+ # ll: position of current syriac character in font table -+ #sys.stdout.write("LETTER: 0x%x\n" % (ord(ll))) -+ #sys.stderr.write("LETTER: %s\n" % ord(ll)) -+ -+ if ord(ll) < 16: -+ # print "WWWWWWWWW", len(res), res -+ if len(res): -+ res[-1] = "\\uppersyriac{%d}{%s}" % (ord(ll), res[-1]) -+ else: -+ res.append("\\uppersyriac{%d}{A}" % (ord(ll))) # A: Olaf -+ elif ord(ll) < 32: -+ if len(res): -+ res[-1] = "\\lowersyriac{%d}{%s}" % (ord(ll), res[-1]) -+ else: -+ res.append("\\lowersyriac{%d}{A}" % (ord(ll))) -+ elif ord(ll) < 127 and ord(ll) not in [34, 35, 36, 37, 38, 95]: -+ res.append(ll) -+ else: -+ # special (active) TeX-characters, charactes > 127 -+ res.append("\\char%d{}" % ord(ll)) -+ if not self.elatex: -+ res.reverse() -+ return string.join(res, "") - - def inlineserto(self, matchobject): -- return "{\\serto\\beginR %s\\endR}" % self.texify(matchobject.group(2)) -+ return "{\\serto\\beginR %s\\endR}" % self.texify(matchobject.group(2)) - - def inlinechaldean(self, matchobject): -- return "{\\assyr\\beginR %s\\endR}" \ -- % self.texify(matchobject.group(2), "chaldean") -+ return "{\\assyr\\beginR %s\\endR}" \ -+ % self.texify(matchobject.group(2), "chaldean") - - def inlinetrans(self, matchobject): -- return "\\emph{%s}" % self.transliterate(matchobject.group(2)) -+ return "\\emph{%s}" % self.transliterate(matchobject.group(2)) - - def inlinesertotrans(self, matchobject): -- return "{\\serto\\beginR %s\\endR} \\emph{%s}" \ -- % (self.texify(matchobject.group(2)), -- self.transliterate(matchobject.group(2))) -+ return "{\\serto\\beginR %s\\endR} \\emph{%s}" \ -+ % (self.texify(matchobject.group(2)), -+ self.transliterate(matchobject.group(2))) -+ - def inlinechaldeantrans(self, matchobject): -- return "{\\assyr\\beginR %s\\endR} \\emph{%s}" \ -- % (self.texify(matchobject.group(2), "chaldean"), -- self.transliterate(matchobject.group(2), "chaldean")) -+ return "{\\assyr\\beginR %s\\endR} \\emph{%s}" \ -+ % (self.texify(matchobject.group(2), "chaldean"), -+ self.transliterate(matchobject.group(2), "chaldean")) -+ - def err(self, s): -- sys.stderr.write(s + "\n") -+ sys.stderr.write(s + "\n") -+ - --#------------------------------------------------------- -+# ------------------------------------------------------- - if __name__ == "__main__": - sys.stderr.write("serto - LaTeX - preprocessor\n(c) Johannes Heinecke\n") - - if len(sys.argv) < 2: -- sys.stderr.write("usage:\n serto.py [-o] inputfile\n") -- sys.stderr.write(" -o: for usage with an older version of LaTeX which cannot typeset right-to-left scripts elatex\n\n") -- sys.exit(1) -+ sys.stderr.write("usage:\n serto.py [-o] inputfile\n") -+ sys.stderr.write( -+ " -o: for usage with an older version of LaTeX which cannot typeset right-to-left scripts elatex\n\n") -+ sys.exit(1) - - else: -- sys.stderr.write("\n") -- import getopt -+ sys.stderr.write("\n") -+ import getopt - -- elatex = 1 -- optlist,comargs = getopt.getopt(sys.argv[1:], "") -- -- for (o,a) in optlist: -- if o == "-o": -- elatex = 0 -- -- serto = Serto(elatex=elatex) -- fp = open(comargs[0]) -- -- #mode = "latin" -- mode = ["latin"] -- z = fp.readline() -- while (z): -- #print "LINE", z, -- if z.find("\usepackage[utf8]{inputenc}") > -1: -- serto.usingUTF8 = True -- #print 'QQQ',z, mode -- if z[:-1] == "": -- # must be on a single line (will be deleted) -- if not elatex: -- sys.stderr.write("using without the -e option (and elatex) may not work!\n") -- #mode = "serto" -- mode.append("serto") -- print '{\\serto\\beginR %' -- -- elif string.strip(z[:-1]) == "": -- #mode = "latin" -- del mode[-1] -- #print '\\endR}%' # causes problems in last line -- print '}%' -- -- elif z[:-1] == "": -- # must be on a single line (will be deleted) -- if not elatex: -- sys.stderr.write("using without the -e option (and elatex) may not work!\n") -- #mode = "chaldean" -- mode.append("chaldean") -- print '{\\assyr\\beginR %' -- -- elif string.strip(z[:-1]) == "": -- #mode = "latin" -- del mode[-1] -- #print '\\endR}%' # causes problems in last line -- print '}%' -- -- -- elif z[:-1] == "": -- #mode = "trans" -- mode.append("trans") -- print '{\\it %' -- -- elif string.strip(z[:-1]) == "": -- #mode = "latin" -- del mode[-1] -- print '}%' -+ elatex = 1 -+ optlist, comargs = getopt.getopt(sys.argv[1:], "") - -+ for (o, a) in optlist: -+ if o == "-o": -+ elatex = 0 -+ -+ serto = Serto(elatex=elatex) -+ fp = open(comargs[0]) -+ -+ #mode = "latin" -+ mode = ["latin"] -+ z = fp.readline() -+ while (z): -+ # print "LINE", z, -+ if z.find("\\usepackage[utf8]{inputenc}") > -1: -+ serto.usingUTF8 = True -+ # print 'QQQ',z, mode -+ if z[:-1] == "": -+ # must be on a single line (will be deleted) -+ if not elatex: -+ sys.stderr.write( -+ "using without the -e option (and elatex) may not work!\n") -+ #mode = "serto" -+ mode.append("serto") -+ print('{\\serto\\beginR %') -+ -+ elif string.strip(z[:-1]) == "": -+ #mode = "latin" -+ del mode[-1] -+ # print '\\endR}%' # causes problems in last line -+ print('}%') -+ -+ elif z[:-1] == "": -+ # must be on a single line (will be deleted) -+ if not elatex: -+ sys.stderr.write( -+ "using without the -e option (and elatex) may not work!\n") -+ #mode = "chaldean" -+ mode.append("chaldean") -+ print('{\\assyr\\beginR %') -+ -+ elif string.strip(z[:-1]) == "": -+ #mode = "latin" -+ del mode[-1] -+ # print '\\endR}%' # causes problems in last line -+ print('}%') -+ -+ elif z[:-1] == "": -+ #mode = "trans" -+ mode.append("trans") -+ print('{\\it %') -+ -+ elif string.strip(z[:-1]) == "": -+ #mode = "latin" -+ del mode[-1] -+ print('}%') - - - # elif z[:-1] == "": -@@ -581,29 +589,26 @@ if __name__ == "__main__": - # mode = "latin" - # print '\\endR}%' - -+ else: -+ # print "mmm", mode, z -+ if mode[-1] == "latin": -+ #sys.stdout.write(serto.inlineS.sub(serto.inlineserto, z)) -+ a = serto.inlineS.sub(serto.inlineserto, z) -+ b = serto.inlineT.sub(serto.inlinetrans, a) -+ c = serto.inlineST.sub(serto.inlinesertotrans, b) -+ d = serto.inlineC.sub(serto.inlinechaldean, c) -+ e = serto.inlineCT.sub(serto.inlinechaldeantrans, d) -+ sys.stdout.write(e) -+ elif mode[-1] == "trans": -+ print(serto.transliterate(z)) -+ else: -+ if z[:-1] == "": -+ print("\n\\beginR", end=' ') -+ else: -+ print(serto.texify(z, mode[-1])) - -+ # print "rrrrr", mode -+ z = fp.readline() - -- else: -- #print "mmm", mode, z -- if mode[-1] == "latin": -- #sys.stdout.write(serto.inlineS.sub(serto.inlineserto, z)) -- a = serto.inlineS.sub(serto.inlineserto, z) -- b = serto.inlineT.sub(serto.inlinetrans, a) -- c = serto.inlineST.sub(serto.inlinesertotrans, b) -- d = serto.inlineC.sub(serto.inlinechaldean, c) -- e = serto.inlineCT.sub(serto.inlinechaldeantrans, d) -- sys.stdout.write(e) -- elif mode[-1] == "trans": -- print serto.transliterate(z) -- else: -- if z[:-1] == "": print "\n\\beginR", -- else: -- print serto.texify(z, mode[-1]) -- -- -- #print "rrrrr", mode -- z = fp.readline() -- -- -- fp.close() -- sys.exit(serto.errct) -+ fp.close() -+ sys.exit(serto.errct) -diff -up ./doc/latex/biblatex-gb7714-2015/biblatex_check.py.py3 ./doc/latex/biblatex-gb7714-2015/biblatex_check.py ---- ./doc/latex/biblatex-gb7714-2015/biblatex_check.py.py3 2019-08-18 09:11:44.399687417 -0400 -+++ ./doc/latex/biblatex-gb7714-2015/biblatex_check.py 2019-08-18 09:11:53.802461065 -0400 -@@ -1,5 +1,9 @@ - #!/usr/bin/env python - -+from optparse import OptionParser -+import sys -+import re -+import string - """ - BibLaTeX check on missing fields and consistent name conventions, - especially developed for requirements in Computer Science. -@@ -70,10 +74,6 @@ requiredFields = {"article": ["author", - - #################################################################### - #import os --import string --import re --import sys --from optparse import OptionParser - - # Parse options - usage = sys.argv[ -@@ -110,6 +110,7 @@ else: - import warnings - reload(sys) - sys.setdefaultencoding('utf8') -+ - def open(file, mode='r', buffering=-1, encoding=None, - errors=None, newline=None, closefd=True, opener=None): - if newline is not None: -@@ -119,7 +120,7 @@ else: - if opener is not None: - warnings.warn('opener is not supported in py2') - return codecs.open(filename=file, mode=mode, encoding=encoding, -- errors=errors, buffering=buffering) -+ errors=errors, buffering=buffering) - - ### End Backport ### - -@@ -136,28 +137,28 @@ if options.no_console: - - if options.htmlOutput: - print("INFO: Will output HTML to '" + options.htmlOutput + "'" -- + (" and auto open in the default web browser" if options.view else "")) --else:#output a default file if -o option is not provided -- options.htmlOutput=options.bibFile.repalce('.bib','.html') -+ + (" and auto open in the default web browser" if options.view else "")) -+else: # output a default file if -o option is not provided -+ options.htmlOutput = options.bibFile.repalce('.bib', '.html') - - # Filter by reference ID's that are used - usedIds = set() - if options.auxFile: - print("INFO: Filtering by references found in '" + options.auxFile + "'") - try: -- fInAux = open(options.auxFile, 'r', encoding="utf8") -- for line in fInAux: -- if line.startswith("\\citation"): -- ids = line.split("{")[1].rstrip("} \n").split(", ") -- for id in ids: -- if (id != ""): -- usedIds.add(id) -- fInAux.close() -+ fInAux = open(options.auxFile, 'r', encoding="utf8") -+ for line in fInAux: -+ if line.startswith("\\citation"): -+ ids = line.split("{")[1].rstrip("} \n").split(", ") -+ for id in ids: -+ if (id != ""): -+ usedIds.add(id) -+ fInAux.close() - except IOError as e: -- print ("WARNING: Aux file '" + options.auxFile + -- "' doesn't exist -> not restricting entries") -- -- -+ print("WARNING: Aux file '" + options.auxFile + -+ "' doesn't exist -> not restricting entries") -+ -+ - # Go through and check all references - completeEntry = "" - currentId = "" -@@ -186,7 +187,8 @@ for line in fIn: - # alises use a string to point at another set of fields - currentRequiredFields = requiredFieldsType - while isinstance(currentRequiredFields, str): -- currentRequiredFields = requiredFields[currentRequiredFields] # resolve alias -+ # resolve alias -+ currentRequiredFields = requiredFields[currentRequiredFields] - - for requiredFieldsString in currentRequiredFields: - # support for author/editor syntax -@@ -295,7 +297,8 @@ for line in fIn: - fIn.close() - - --problemCount = counterMissingFields + counterFlawedNames + counterWrongFieldNames + counterWrongTypes + counterNonUniqueId -+problemCount = counterMissingFields + counterFlawedNames + \ -+ counterWrongFieldNames + counterWrongTypes + counterNonUniqueId - - # Write out our HTML file - if options.htmlOutput: -diff -up ./doc/latex/braille/grade1.py.py3 ./doc/latex/braille/grade1.py ---- ./doc/latex/braille/grade1.py.py3 2019-08-18 09:13:21.271355440 -0400 -+++ ./doc/latex/braille/grade1.py 2019-08-18 09:13:44.621793326 -0400 -@@ -24,32 +24,33 @@ import string - - Number = '0123456789' - -+ - def convert(line): -- line = string.replace(line, "``", "{``}") # ``...'' -+ line = string.replace(line, "``", "{``}") # ``...'' - line = string.replace(line, "''", "{''}") -- line = string.replace(line, ".`", "{.`}") # .`...'. -+ line = string.replace(line, ".`", "{.`}") # .`...'. - line = string.replace(line, "'.", "{'.}") -- line = string.replace(line, '%', '{percent}') # % -+ line = string.replace(line, '%', '{percent}') # % - s, oldi, oldii, skipchars = '', ' ', ' ', 0 - for i in line: -- if i == '{': -- skipchars = 1 -- elif i == '}': -- skipchars = 0 -- elif skipchars: # skip anything inside {...} -- pass -- elif oldi in Number and i in 'abcdefghij': -- s = s + '{Letter}' -- elif i in Number: -- if (oldii in Number and oldi in '.-') or (oldi in Number): -- pass -- else: -- s = s + '{Number}' -- s, oldi, oldii = s + i, i, oldi -+ if i == '{': -+ skipchars = 1 -+ elif i == '}': -+ skipchars = 0 -+ elif skipchars: # skip anything inside {...} -+ pass -+ elif oldi in Number and i in 'abcdefghij': -+ s = s + '{Letter}' -+ elif i in Number: -+ if (oldii in Number and oldi in '.-') or (oldi in Number): -+ pass -+ else: -+ s = s + '{Number}' -+ s, oldi, oldii = s + i, i, oldi - return string.join(string.split(s)) # return all in one line - - - if __name__ == '__main__': - import sys -- line = sys.stdin.read() # swallow the whole thing -- print convert(line) # may produce extra \n -+ line = sys.stdin.read() # swallow the whole thing -+ print(convert(line)) # may produce extra \n -diff -up ./doc/latex/braille/grade2.py.py3 ./doc/latex/braille/grade2.py ---- ./doc/latex/braille/grade2.py.py3 2019-08-18 09:14:21.083915571 -0400 -+++ ./doc/latex/braille/grade2.py 2019-08-18 09:14:40.917438114 -0400 -@@ -15,7 +15,9 @@ Usage: - Usage: - python grade2.py < text > tags - """ --import string, re, grade1 -+import string -+import re -+import grade1 - - part_of_word = [ - 'and', 'for', 'of', 'the', 'with', -@@ -43,7 +45,7 @@ final_letter_contraction = [ # middle o - 'ation', 'ally', - ] - initial_letter_contraction = [ # whole or part of word -- 'these', 'those', 'upon', 'whose', 'word', -+ 'these', 'those', 'upon', 'whose', 'word', - - 'cannot', 'had', 'many', 'spirit', 'their', 'world', - -@@ -82,12 +84,15 @@ whole_word = [ - def begintag(tag, word): - return re.sub('^%s(.)' % tag, r'{%s}\1' % tag, word) - -+ - def middletag(tag, word): - return re.sub('(.)%s(.)' % tag, r'\1{%s}\2' % tag, word) - -+ - def endtag(tag, word): - return re.sub('(.)%s$' % tag, r'\1{%s}' % tag, word) - -+ - def parttag(tag, word): - return string.replace(word, tag, '{' + tag + '}') - -@@ -97,46 +102,56 @@ def parttag(tag, word): - # - def replace(word): - if word in whole_word + initial_letter_contraction: # whole word -- return '{' + word + '}' -- -- for tag in initial_letter_contraction: # whole or part of word -- word = parttag(tag, word) -- for tag in final_letter_contraction: # middle or end of word -- word = middletag(tag, word) -- word = endtag(tag, word) -- for tag in beginning_of_word: word = begintag(tag, word) -- for tag in end_of_word: word = endtag(tag, word) -- for tag in middle_of_word: word = middletag(tag, word) -- for tag in part_of_word: word = parttag(tag, word) -+ return '{' + word + '}' -+ -+ for tag in initial_letter_contraction: # whole or part of word -+ word = parttag(tag, word) -+ for tag in final_letter_contraction: # middle or end of word -+ word = middletag(tag, word) -+ word = endtag(tag, word) -+ for tag in beginning_of_word: -+ word = begintag(tag, word) -+ for tag in end_of_word: -+ word = endtag(tag, word) -+ for tag in middle_of_word: -+ word = middletag(tag, word) -+ for tag in part_of_word: -+ word = parttag(tag, word) - - s, braces = '', 0 - for i in word: # remove nested braces -- if i == '{': -- braces = braces + 1 -- if braces == 1: s = s + i -- elif i == '}': -- braces = braces - 1 -- if braces == 0: s = s + i -- else: -- s = s + i -+ if i == '{': -+ braces = braces + 1 -+ if braces == 1: -+ s = s + i -+ elif i == '}': -+ braces = braces - 1 -+ if braces == 0: -+ s = s + i -+ else: -+ s = s + i - return s - - - # Check if word, containing [a-zA-Z] only, is all UPPER case. - # - def alluppercase(word): # ^[A-Z]+$ -- if len(word) == 0: return 0 -+ if len(word) == 0: -+ return 0 - for i in word: -- if i not in string.uppercase: return 0 -+ if i not in string.uppercase: -+ return 0 - return 1 - - - # Check if word, containing [a-zA-Z] only, is all lower case. - # - def alllowercase(word): # ^[a-z]+$ -- if len(word) == 0: return 0 -+ if len(word) == 0: -+ return 0 - for i in word: -- if i not in string.lowercase: return 0 -+ if i not in string.lowercase: -+ return 0 - return 1 - - -@@ -144,29 +159,29 @@ def alllowercase(word): # ^[a-z]+$ - # - def capitalized(word): # ^[A-Z][a-z]*$ - if len(word) == 0: -- return 0 -+ return 0 - elif len(word) == 1: -- return alluppercase(word[0]) -+ return alluppercase(word[0]) - else: -- return alluppercase(word[0]) and alllowercase(word[1:]) -+ return alluppercase(word[0]) and alllowercase(word[1:]) - - - def convert(line): - s = '' - for word in re.split('([a-zA-Z]+)', line): -- if len(word) <= 1 or word[0] not in string.letters: -- s = s + word # no work if not 2 or more letters -- elif alluppercase(word): -- s = s + '{Upper}' + replace(string.lower(word)) -- elif capitalized(word): -- w = replace(string.lower(word)) -- if w[0] in string.lowercase: -- s = s + word[0] + w[1:] # preserve Capital letter -- else: -- s = s + '{Capital}' + w -- else: -- s = s + replace(word) -- -+ if len(word) <= 1 or word[0] not in string.letters: -+ s = s + word # no work if not 2 or more letters -+ elif alluppercase(word): -+ s = s + '{Upper}' + replace(string.lower(word)) -+ elif capitalized(word): -+ w = replace(string.lower(word)) -+ if w[0] in string.lowercase: -+ s = s + word[0] + w[1:] # preserve Capital letter -+ else: -+ s = s + '{Capital}' + w -+ else: -+ s = s + replace(word) -+ - # manually handle whole word {o'clock} - s = re.sub(r"\bo'clock\b", "{o'clock}", s) - -@@ -196,5 +211,5 @@ def nopunctuations(tag, newtag, s): - - if __name__ == '__main__': - import sys -- line = sys.stdin.read() # swallow the whole thing -- print convert(line) # may produce extra \n -+ line = sys.stdin.read() # swallow the whole thing -+ print(convert(line)) # may produce extra \n -diff -up ./doc/latex/cals/test/support/run_tests.py.py3 ./doc/latex/cals/test/support/run_tests.py ---- ./doc/latex/cals/test/support/run_tests.py.py3 2019-08-18 09:15:15.121614709 -0400 -+++ ./doc/latex/cals/test/support/run_tests.py 2019-08-18 09:15:42.391958242 -0400 -@@ -38,7 +38,7 @@ for fname in test_files: - # Test function - # - def generic_test_func(self, modname, testname): -- print 'I am a test case with parameters:', self.__class__, modname, testname -+ print('I am a test case with parameters:', self.__class__, modname, testname) - self.assertEqual(1, 1) - - # -diff -up ./doc/latex/ejpecp/mgetmref.py.py3 ./doc/latex/ejpecp/mgetmref.py ---- ./doc/latex/ejpecp/mgetmref.py.py3 2019-08-18 09:15:55.190650135 -0400 -+++ ./doc/latex/ejpecp/mgetmref.py 2019-08-18 09:18:48.519477627 -0400 -@@ -39,9 +39,10 @@ - ################################################################################### - SVNinfo = "$Id: getmref.py 46 2006-03-30 07:02:14Z sigitas $" - --import sys, urllib, re, os.path, time, string -+import sys, urllib.request, urllib.parse, urllib.error, re, os.path, time, string - from xml.dom.minidom import parseString - import xml.parsers.expat as par -+from functools import reduce - - starttime = time.time() - res = re.search(r'\S+:\s\S+\s+(.*?)\s.*\$', SVNinfo) -@@ -49,7 +50,7 @@ if res: - ver = res.group(1) - else: - ver = '0.0' --print "# getmref, v. %s #" % ver -+print("# getmref, v. %s #" % ver) - - # - # bbl file parsing /begin -@@ -73,21 +74,21 @@ def query(instring, bibID, address = 'ht - ''' % (escapetexstring, bibID) - try: - indom = parseString(querystring) -- except par.ExpatError, err: -- print >>sys.stderr,"[parse query]: %s" % querystring -- print >>sys.stderr,sys.exc_info() -+ except par.ExpatError as err: -+ print("[parse query]: %s" % querystring, file=sys.stderr) -+ print(sys.exc_info(), file=sys.stderr) - pass - else: - queryinfo = {} - queryinfo['qdata'] = querystring -- queryval = urllib.urlencode(queryinfo) -+ queryval = urllib.parse.urlencode(queryinfo) - try: -- batchmref = urllib.urlopen(address, queryval) -+ batchmref = urllib.request.urlopen(address, queryval) - res = batchmref.read() - domas = parseString(res) - except err: -- print >>sys.stderr,"[parse res]: %s" % res -- print >>sys.stderr,sys.exc_info() -+ print("[parse res]: %s" % res, file=sys.stderr) -+ print(sys.exc_info(), file=sys.stderr) - pass - return domas, res, err - -@@ -118,7 +119,7 @@ def formatbibitem(bibID, domas): - matches = mref_items[0].getElementsByTagName("matches")[0].childNodes[0]._get_nodeValue() - if matches == '1': - for item in mref_items: -- outtype = dict(item.attributes.items())["outtype"] -+ outtype = dict(list(item.attributes.items()))["outtype"] - mrid = item.getElementsByTagName("mrid")[0].childNodes[0]._get_nodeValue() - err = 0 - if mrid[:2] == "MR": -@@ -133,8 +134,8 @@ def formatbibitem(bibID, domas): - err = -1 - except: - err = -3 -- print >>sys.stderr,"[formatbibitem]: %s" % bibID -- print >>sys.stderr,sys.exc_info() -+ print("[formatbibitem]: %s" % bibID, file=sys.stderr) -+ print(sys.exc_info(), file=sys.stderr) - pass - return mrid, outref, err - -@@ -155,16 +156,16 @@ def handlebibitem(lines, bibID, biblabel - domas, xmlres, err = query(querystring, bibID) - except: - res = -2 -- print >>sys.stderr,"[parse query]: %s" % querystring -- print >>sys.stderr,sys.exc_info() -- print 'Error', -+ print("[parse query]: %s" % querystring, file=sys.stderr) -+ print(sys.exc_info(), file=sys.stderr) -+ print('Error', end=' ') - else: - mrid, outref, err = formatbibitem(bibID, domas) - if not mrid: -- print 'Not Found', -+ print('Not Found', end=' ') - res = -1 - else: -- print mrid, -+ print(mrid, end=' ') - if mrid[:2] == "MR": - outstring = bibstring + '\\MR{%s}' % mrid[2:].rjust(7,'0') - else: -@@ -178,17 +179,17 @@ def handlebibitem(lines, bibID, biblabel - else: - outref = re.sub(r'(?>datafile, '\\bibitem%s{%s}\n%s\n' % (biblabel, bibID, outref) -+ print('\\bibitem%s{%s}\n%s\n' % (biblabel, bibID, outref), file=datafile) - else: -- print >>datafile, '\\bibitem{%s}\n%s\n' % (bibID, outref) -+ print('\\bibitem{%s}\n%s\n' % (bibID, outref), file=datafile) - return '%s\n' % outstring, res - - def handleextra(extralines): - if len(extralines): -- print >>outputfile, ''.join(extralines), -+ print(''.join(extralines), end=' ', file=outputfile) - - def handlebbl(inputfile, out=sys.stdout, data=sys.stdout): -- print "Job started:", -+ print("Job started:", end=' ') - total = 0; successful = 0; errors = 0; state = 0; pseudobibID = 0; readbib = '' - bibl_begin = re.compile(r'\s*\\begin\s*\{thebibliography\}.*$') - bibre = re.compile(r'^\s*\\bibitem.*') -@@ -208,10 +209,10 @@ def handlebbl(inputfile, out=sys.stdout, - if state == 0: - matchobj = bibl_begin.search(line) - if matchobj: -- print >>data,matchobj.group(0) -- print >>data,"\\csname bibmessage\\endcsname\n" -+ print(matchobj.group(0), file=data) -+ print("\\csname bibmessage\\endcsname\n", file=data) - state = 1 -- print >>out, line, -+ print(line, end=' ', file=out) - continue - elif state == 1: - matchobj = bibre.search(line) -@@ -230,7 +231,7 @@ def handlebbl(inputfile, out=sys.stdout, - readbib = line - continue - else: -- print >>out, line, -+ print(line, end=' ', file=out) - continue - elif state == 2: - matchobj = bibre.search(line) -@@ -238,13 +239,13 @@ def handlebbl(inputfile, out=sys.stdout, - matchobj = bibreF.search(line) - if matchobj: - total += 1 -- print >>data,line -+ print(line, file=data) - outstring, sres = handlebibitem(lines, bibID, biblabel) - if not sres: - successful += 1 - else: - errors += 1 -- print >>out, outstring, -+ print(outstring, end=' ', file=out) - handleextra(extralines) - lines = [line] - extralines = [] -@@ -266,10 +267,10 @@ def handlebbl(inputfile, out=sys.stdout, - successful += 1 - else: - errors += 1 -- print >>out, outstring, -+ print(outstring, end=' ', file=out) - handleextra(extralines) -- print >>out, line, -- print >>data,matchobj.group(0) -+ print(line, end=' ', file=out) -+ print(matchobj.group(0), file=data) - continue - else: - if line[:-1] == '': -@@ -295,7 +296,7 @@ def handlebbl(inputfile, out=sys.stdout, - successful += 1 - else: - errors += 1 -- print >>out, outstring, -+ print(outstring, end=' ', file=out) - handleextra(extralines) - lines = [line] - extralines = [] -@@ -317,10 +318,10 @@ def handlebbl(inputfile, out=sys.stdout, - successful += 1 - else: - errors += 1 -- print >>out, outstring, -+ print(outstring, end=' ', file=out) - handleextra(extralines) -- print >>out, line, -- print >>data,matchobj.group(0) -+ print(line, end=' ', file=out) -+ print(matchobj.group(0), file=data) - continue - else: - if line[:-1] == '': -@@ -337,8 +338,8 @@ def handlebbl(inputfile, out=sys.stdout, - continue - else: - break -- print "Job ended" -- print "Total: %s, found: %s, errors: %s" % (total, successful, errors) -+ print("Job ended") -+ print("Total: %s, found: %s, errors: %s" % (total, successful, errors)) - return (total, successful, errors) - - # -@@ -347,7 +348,7 @@ def handlebbl(inputfile, out=sys.stdout, - - if len(sys.argv) < 2: - progname = os.path.basename(sys.argv[0]) -- print "Usage:\n %s " % progname -+ print("Usage:\n %s " % progname) - sys.exit(1) - infilename = sys.argv[1] - filebase = os.path.splitext(infilename)[0] -@@ -364,14 +365,14 @@ if os.path.isfile("%s.getmref.bak" % fil - - sys.stderr = file("%s.getmref.err" % filebase, 'w') - total = 0; successful = 0; errors = 0 --print >>logfile, "File: %s" % infilename -+print("File: %s" % infilename, file=logfile) - try: - total, successful, errors = handlebbl(inputfile, outputfile, datafile) - except: -- print >>sys.stderr,"[handlebbl]" -- print >>sys.stderr,sys.exc_info() --print >>logfile, " total: %s, found: %s, errors: %s, time: %ss" % (total, successful, -- errors, int(round(time.time()-starttime))) -+ print("[handlebbl]", file=sys.stderr) -+ print(sys.exc_info(), file=sys.stderr) -+print(" total: %s, found: %s, errors: %s, time: %ss" % (total, successful, -+ errors, int(round(time.time()-starttime))), file=logfile) - - inputfile.close() - outputfile.close() -@@ -395,7 +396,7 @@ g.write(re.sub(r"\r"," ",x)) - - #fin de la modif - --print 'Job completed in %ss' % int(round(time.time()-starttime)) -+print('Job completed in %ss' % int(round(time.time()-starttime))) - - - -diff -up ./doc/latex/newcommand/newcommand.py.py3 ./doc/latex/newcommand/newcommand.py ---- ./doc/latex/newcommand/newcommand.py.py3 2019-08-18 09:19:13.600873857 -0400 -+++ ./doc/latex/newcommand/newcommand.py 2019-08-18 09:23:05.428293100 -0400 -@@ -137,8 +137,7 @@ class CmdParser(GenericParser): - GenericParser.__init__(self, start) - - def error(self, token): -- raise ParseError, \ -- ("Syntax error", 1+token.charOffset) -+ raise ParseError("Syntax error", 1+token.charOffset) - - def p_optarg(self, args): - ' optarg ::= argtype delim defvals delim ' -@@ -196,8 +195,7 @@ class CmdParser(GenericParser): - def p_arg_3(self, args): - ' arg ::= rawtext ' - if args[0].attr != "*": -- raise ParseError, \ -- ('Literal text must be quoted between "{" and "}"', -+ raise ParseError('Literal text must be quoted between "{" and "}"', - args[0].charOffset + 1) - return AST(type='arg', - charOffset=args[0].charOffset, -@@ -264,8 +262,7 @@ def flattenAST(ast): - node.argList = node.argList + node.kids[0].argList - - def default(self, node): -- raise ParseError, \ -- ('Internal error -- node type "%s" was unexpected' % node.type, -+ raise ParseError('Internal error -- node type "%s" was unexpected' % node.type, - 1+node.charOffset) - - return FlattenAST(ast).argList -@@ -293,8 +290,7 @@ def checkArgList(argList): - prevformal = 0 - for form, pos in formals: - if form != prevformal + 1: -- raise ParseError, \ -- ("Expected parameter %d but saw parameter %d" % (prevformal+1, form), 1+pos) -+ raise ParseError("Expected parameter %d but saw parameter %d" % (prevformal+1, form), 1+pos) - prevformal = form - - # Ensure that "*" appears at most once at the top level. -@@ -302,8 +298,7 @@ def checkArgList(argList): - for arg in argList: - if arg[0] == "rawtext" and arg[1] == "*": - if seenStar: -- raise ParseError, \ -- ("Only one star parameter is allowed", arg[2]) -+ raise ParseError("Only one star parameter is allowed", arg[2]) - seenStar = True - - # Ensure that no optional argument contains more than nine formals. -@@ -314,8 +309,7 @@ def checkArgList(argList): - if oarg[0][0] == "#": - optFormals += 1 - if optFormals > 9: -- raise ParseError, \ -- ("An optional argument can contain at most nine formals", -+ raise ParseError("An optional argument can contain at most nine formals", - oarg[2]) - - # Ensure that "#" is used only where it's allowed. -@@ -325,8 +319,7 @@ def checkArgList(argList): - if hashidx == 0 or (hashidx > 0 and arg[1][hashidx-1] != "\\"): - if arg[0] == "quoted": - hashidx += 1 -- raise ParseError, \ -- ('The "#" character cannot be used as a literal character unless escaped with "\\"', -+ raise ParseError('The "#" character cannot be used as a literal character unless escaped with "\\"', - arg[2] + hashidx) - elif arg[0] == "optarg": - for oarg in arg[2:]: -@@ -335,8 +328,7 @@ def checkArgList(argList): - if hashidx == 0 or (hashidx > 0 and oarg[1][hashidx-1] != "\\"): - if oarg[0] == "quoted": - hashidx += 1 -- raise ParseError, \ -- ('The "#" character cannot be used as a literal character unless escaped with "\\"', -+ raise ParseError('The "#" character cannot be used as a literal character unless escaped with "\\"', - oarg[2] + hashidx) - - -@@ -369,7 +361,7 @@ class LaTeXgenerator(): - ("i", 1)] - romanStr = "" - if num > 4000: -- raise ParseError, ("Too many arguments", 0) -+ raise ParseError("Too many arguments", 0) - for rom, dec in dec2rom: - while num >= dec: - romanStr += rom -@@ -448,7 +440,7 @@ class LaTeXgenerator(): - argSubtract is subtracted from each argument number. - ''' - if mode not in ["define", "call", "calldefault"]: -- raise ParseError, ('Internal error (mode="%s")' % mode, argList[0][2]) -+ raise ParseError('Internal error (mode="%s")' % mode, argList[0][2]) - argStr = "" - findArgRE = re.compile('#(\d+)') - for arg in argList: -@@ -480,11 +472,11 @@ class LaTeXgenerator(): - elif oarg[0] == "rawtext": - argStr += oarg[1] - else: -- raise ParseError, ('Internal error ("%s")' % oarg[0], -+ raise ParseError('Internal error ("%s")' % oarg[0], - oarg[2]) - argStr += arg[1][1] - else: -- raise ParseError, ('Internal error ("%s")' % arg[0], arg[2]) -+ raise ParseError('Internal error ("%s")' % arg[0], arg[2]) - return argStr - - def callMacro(self, macroNum): -@@ -634,7 +626,7 @@ class LaTeXgenerator(): - if arg[0] == "argument": - formalsSoFar += 1 - elif arg[0] == "optarg": -- formalsSoFar += len(filter(lambda o: o[0][0] == "#", arg[2:])) -+ formalsSoFar += len([o for o in arg[2:] if o[0][0] == "#"]) - - def generate(self, argList): - "Generate LaTeX code from an argument list." -@@ -642,7 +634,7 @@ class LaTeXgenerator(): - self.argList = argList - self.partitionArgList() - self.haveAt = len(self.argGroups) > 1 -- self.haveStar = filter(lambda arg: arg[0]=="rawtext" and arg[1]=="*", self.argList) != [] -+ self.haveStar = [arg for arg in self.argList if arg[0]=="rawtext" and arg[1]=="*"] != [] - self.topLevelName = self.argList[0][1] - for arg in self.argList: - if arg[0] == "argument": -@@ -662,7 +654,7 @@ class LaTeXgenerator(): - if self.haveAt: - self.codeList.append("\\makeatother") - for codeLine in self.codeList: -- print codeLine -+ print(codeLine) - - - # The buck starts here. -@@ -679,7 +671,7 @@ if __name__ == '__main__': - if oneLine=="" or oneLine[0]=="%": - return - if not isStdin: -- print prompt, oneLine -+ print(prompt, oneLine) - scanner = CmdScanner() - parser = CmdParser() - tokens = scanner.tokenize(oneLine) -@@ -688,23 +680,23 @@ if __name__ == '__main__': - checkArgList(argList) - gen = LaTeXgenerator() - gen.generate(argList) -- except ParseError,(message, pos): -+ except ParseError(message, pos): - sys.stderr.write((" "*(len(prompt)+pos)) + "^\n") - sys.stderr.write("%s: %s.\n" % (sys.argv[0], message)) - if isStdin: -- print "" -+ print("") - - sys.setrecursionlimit(5000) - prompt = "% Prototype:" - if len(sys.argv) <= 1: - isStdin = 1 -- print prompt + " ", -+ print(prompt + " ", end=' ') - while 1: - oneLine = sys.stdin.readline() - if not oneLine: - break - processLine() -- print prompt + " ", -+ print(prompt + " ", end=' ') - else: - isStdin = 0 - oneLine = string.join(sys.argv[1:]) -diff -up ./doc/latex/newcommand/spark.py.py3 ./doc/latex/newcommand/spark.py ---- ./doc/latex/newcommand/spark.py.py3 2019-08-18 09:23:28.774731080 -0400 -+++ ./doc/latex/newcommand/spark.py 2019-08-18 09:23:53.167143894 -0400 -@@ -31,7 +31,7 @@ def _namelist(instance): - for b in c.__bases__: - classlist.append(b) - for name in dir(c): -- if not namedict.has_key(name): -+ if name not in namedict: - namelist.append(name) - namedict[name] = 1 - return namelist -@@ -42,7 +42,7 @@ class GenericScanner: - self.re = re.compile(pattern, re.VERBOSE) - - self.index2func = {} -- for name, number in self.re.groupindex.items(): -+ for name, number in list(self.re.groupindex.items()): - self.index2func[number-1] = getattr(self, 't_' + name) - - def makeRE(self, name): -@@ -60,7 +60,7 @@ class GenericScanner: - return string.join(rv, '|') - - def error(self, s, pos): -- print "Lexical error at position %s" % pos -+ print("Lexical error at position %s" % pos) - raise SystemExit - - def tokenize(self, s): -@@ -73,7 +73,7 @@ class GenericScanner: - - groups = m.groups() - for i in range(len(groups)): -- if groups[i] and self.index2func.has_key(i): -+ if groups[i] and i in self.index2func: - self.index2func[i](groups[i]) - pos = m.end() - -@@ -114,7 +114,7 @@ class GenericParser: - - rule, fn = self.preprocess(rule, func) - -- if self.rules.has_key(lhs): -+ if lhs in self.rules: - self.rules[lhs].append(rule) - else: - self.rules[lhs] = [ rule ] -@@ -145,9 +145,9 @@ class GenericParser: - union = {} - self.first = {} - -- for rulelist in self.rules.values(): -+ for rulelist in list(self.rules.values()): - for lhs, rhs in rulelist: -- if not self.first.has_key(lhs): -+ if lhs not in self.first: - self.first[lhs] = {} - - if len(rhs) == 0: -@@ -155,14 +155,14 @@ class GenericParser: - continue - - sym = rhs[0] -- if not self.rules.has_key(sym): -+ if sym not in self.rules: - self.first[lhs][sym] = 1 - else: - union[(sym, lhs)] = 1 - changes = 1 - while changes: - changes = 0 -- for src, dest in union.keys(): -+ for src, dest in list(union.keys()): - destlen = len(self.first[dest]) - self.first[dest].update(self.first[src]) - if len(self.first[dest]) != destlen: -@@ -179,7 +179,7 @@ class GenericParser: - return None - - def error(self, token): -- print "Syntax error at or near `%s' token" % token -+ print("Syntax error at or near `%s' token" % token) - raise SystemExit - - def parse(self, tokens): -@@ -190,7 +190,7 @@ class GenericParser: - if self.ruleschanged: - self.makeFIRST() - -- for i in xrange(len(tokens)): -+ for i in range(len(tokens)): - states[i+1] = [] - - if states[i] == []: -@@ -245,7 +245,7 @@ class GenericParser: - # - # A -> a . B (predictor) - # -- if self.rules.has_key(nextSym): -+ if nextSym in self.rules: - # - # Work on completer step some more; for rules - # with empty RHS, the "parent state" is the -@@ -253,7 +253,7 @@ class GenericParser: - # so the Earley items the completer step needs - # may not all be present when it runs. - # -- if needsCompletion.has_key(nextSym): -+ if nextSym in needsCompletion: - new = (rule, pos+1, parent) - olditem_i = needsCompletion[nextSym] - if new not in state: -@@ -265,7 +265,7 @@ class GenericParser: - # - # Has this been predicted already? - # -- if predicted.has_key(nextSym): -+ if nextSym in predicted: - continue - predicted[nextSym] = 1 - -@@ -289,15 +289,15 @@ class GenericParser: - state.append(new) - continue - prhs0 = prhs[0] -- if not self.rules.has_key(prhs0): -+ if prhs0 not in self.rules: - if prhs0 != ttype: - continue - else: - state.append(new) - continue - first = self.first[prhs0] -- if not first.has_key(None) and \ -- not first.has_key(ttype): -+ if None not in first and \ -+ ttype not in first: - continue - state.append(new) - continue -@@ -310,7 +310,7 @@ class GenericParser: - # - prhs = prule[1] - if len(prhs) > 0 and \ -- not self.rules.has_key(prhs[0]) and \ -+ prhs[0] not in self.rules and \ - token != prhs[0]: - continue - state.append((prule, 0, i)) -@@ -332,7 +332,7 @@ class GenericParser: - - while pos > 0: - want = ((rule, pos, parent), state) -- if not tree.has_key(want): -+ if want not in tree: - # - # Since pos > 0, it didn't come from closure, - # and if it isn't in tree[], then there must -@@ -388,7 +388,7 @@ class GenericParser: - sortlist.append((len(rhs), name)) - name2index[name] = i - sortlist.sort() -- list = map(lambda (a,b): b, sortlist) -+ list = [a_b[1] for a_b in sortlist] - return children[name2index[self.resolve(list)]] - - def resolve(self, list): -@@ -553,14 +553,14 @@ class GenericASTMatcher(GenericParser): - - def _dump(tokens, states): - for i in range(len(states)): -- print 'state', i -+ print('state', i) - for (lhs, rhs), pos, parent in states[i]: -- print '\t', lhs, '::=', -- print string.join(rhs[:pos]), -- print '.', -- print string.join(rhs[pos:]), -- print ',', parent -+ print('\t', lhs, '::=', end=' ') -+ print(string.join(rhs[:pos]), end=' ') -+ print('.', end=' ') -+ print(string.join(rhs[pos:]), end=' ') -+ print(',', parent) - if i < len(tokens): -- print -- print 'token', str(tokens[i]) -- print -+ print() -+ print('token', str(tokens[i])) -+ print() -diff -up ./doc/latex/scanpages/replicate.py.py3 ./doc/latex/scanpages/replicate.py ---- ./doc/latex/scanpages/replicate.py.py3 2019-08-18 09:24:16.753576091 -0400 -+++ ./doc/latex/scanpages/replicate.py 2019-08-18 09:24:25.654361820 -0400 -@@ -10,7 +10,7 @@ with open(filename,'r') as f: - s='\n'.join(tmp) - tmp=s.split("%Repetitions=") - if len(tmp) != 2: -- print "Bailing! The file does not contain exactly one '%Repetitions='" -+ print("Bailing! The file does not contain exactly one '%Repetitions='") - sys.exit() - ss=tmp[1] - tmp2=ss.split('\n') -@@ -18,7 +18,7 @@ numrep=int(tmp2[0]) - #get variable names - tmp=s.split("%Variables=") - if len(tmp) != 2: -- print "Bailing! The file does not contain exactly one '%Variables='" -+ print("Bailing! The file does not contain exactly one '%Variables='") - sys.exit() - ss=tmp[1] - tmp2=ss.split('\n') -@@ -35,7 +35,7 @@ for j in range(1,n): - vbles[j]=vbles[j].strip().replace("+",":") - x=vbles[j].split(":") - if len(x) != 3: -- print "Bad variable descriptor-- " + vbles[j] -+ print("Bad variable descriptor-- " + vbles[j]) - sys.exit - vlst.append(x[0]) - nnn=0 -diff -up ./tex/generic/pst-geo/data/convert.py.py3 ./tex/generic/pst-geo/data/convert.py ---- ./tex/generic/pst-geo/data/convert.py.py3 2019-08-18 09:25:03.823442975 -0400 -+++ ./tex/generic/pst-geo/data/convert.py 2019-08-18 09:25:09.578304446 -0400 -@@ -1,79 +1,87 @@ - from string import * - --input=open('cities.data','r') --output=open('cities.tex','w') --nZeile=["% (c) Herbert Voss -1): -- Land ="Australia" -- elif (find(Land,"Italien")>-1): -- Land ="Italy" -- elif (find(Land,"Frankreich")>-1): -- Land ="France" -- elif (find(Land,"nemark")>0): -- Land ="Denmark" -- elif (find(Land,"britannien")>0): -- Land ="GreatBritain" -- elif (find(Land,"Elfenbein")>-1): -- Land ="IvoryCoast" -- elif (find(Land,"Emirate")>-1): -- Land ="Emirates" -- elif (find(Land,"rkei")>-1): -- Land ="Turkey" -- elif (find(Land,"thiopien")>-1): -- Land ="Ethiopia" -- elif (find(Land,"gypten")>-1): -- Land ="Egypt" -- elif (find(Land,"sterreich")>-1): -- Land ="Austria" -- elif (find(Land,"dafrika")>-1): -- Land ="SouthAfrica" -- Grad=zeile[57:59] -- Minuten=zeile[61:63] -- Breitengrad=float(Grad) + float(Minuten)/60.0 -- NS=zeile[65] -- if (NS=="S"): -- Breitengrad = -Breitengrad -- Grad=zeile[68:71] -- Minuten=zeile[73:75] -- Laengengrad=float(Grad) + float(Minuten)/60.0 -- OW=zeile[77] -- if (OW=="W"): -- Laengengrad = -Laengengrad -- if (Kstadt!=stadt): -- Zeile="\\mapput("+str(Laengengrad)+","+str(Breitengrad)+")["+Kstadt+"]{"+stadt+"}["+Land+"]\n" -+ stadt = rstrip(zeile[0:23]) -+ Kstadt = umlaut(stadt) -+ Land = rstrip(zeile[24:56]) -+ if (Land == "Deutschland"): -+ Land = "Germany" -+ elif (Land[0:3] == "USA"): -+ Land = "USA" -+ elif (find(Land, "Australien") > -1): -+ Land = "Australia" -+ elif (find(Land, "Italien") > -1): -+ Land = "Italy" -+ elif (find(Land, "Frankreich") > -1): -+ Land = "France" -+ elif (find(Land, "nemark") > 0): -+ Land = "Denmark" -+ elif (find(Land, "britannien") > 0): -+ Land = "GreatBritain" -+ elif (find(Land, "Elfenbein") > -1): -+ Land = "IvoryCoast" -+ elif (find(Land, "Emirate") > -1): -+ Land = "Emirates" -+ elif (find(Land, "rkei") > -1): -+ Land = "Turkey" -+ elif (find(Land, "thiopien") > -1): -+ Land = "Ethiopia" -+ elif (find(Land, "gypten") > -1): -+ Land = "Egypt" -+ elif (find(Land, "sterreich") > -1): -+ Land = "Austria" -+ elif (find(Land, "dafrika") > -1): -+ Land = "SouthAfrica" -+ Grad = zeile[57:59] -+ Minuten = zeile[61:63] -+ Breitengrad = float(Grad) + float(Minuten)/60.0 -+ NS = zeile[65] -+ if (NS == "S"): -+ Breitengrad = -Breitengrad -+ Grad = zeile[68:71] -+ Minuten = zeile[73:75] -+ Laengengrad = float(Grad) + float(Minuten)/60.0 -+ OW = zeile[77] -+ if (OW == "W"): -+ Laengengrad = -Laengengrad -+ if (Kstadt != stadt): -+ Zeile = "\\mapput("+str(Laengengrad)+","+str(Breitengrad) + \ -+ ")["+Kstadt+"]{"+stadt+"}["+Land+"]\n" - # Zeile="\\mapput[90]("+str(Laengengrad)+","+str(Breitengrad)+")["+Kstadt+"]{"+stadt+"}["+Land+"]\n" - else: -- Zeile="\\mapput("+str(Laengengrad)+","+str(Breitengrad)+"){"+stadt+"}["+Land+"]\n" -+ Zeile = "\\mapput("+str(Laengengrad)+"," + \ -+ str(Breitengrad)+"){"+stadt+"}["+Land+"]\n" - # Zeile="\\mapput[90]("+str(Laengengrad)+","+str(Breitengrad)+"){"+stadt+"}["+Land+"]\n" - return Zeile -+ -+ - for line in input.readlines(): - Zeile = process(line) -- if (find(Zeile,"Italy")>0): # take Italy from the original file -- Zeile = "% "+Zeile -+ if (find(Zeile, "Italy") > 0): # take Italy from the original file -+ Zeile = "% "+Zeile - nZeile.append(Zeile) --input=open('villesItalia.tex','r') -+input = open('villesItalia.tex', 'r') - nZeile.append("% Italy\n") - for line in input.readlines(): -- if (find(line,"endinput")<0): -- Zeile=line[0:len(line)-1]+"[Italy]\n" -- nZeile.append(Zeile) -+ if (find(line, "endinput") < 0): -+ Zeile = line[0:len(line)-1]+"[Italy]\n" -+ nZeile.append(Zeile) - input.close() - nZeile.append("% France\n") --input=open('villesFrance.tex','r') -+input = open('villesFrance.tex', 'r') - for line in input.readlines(): -- if (find(line,"endinput")<0): -- Zeile=line[0:len(line)-1]+"[France]\n" -- nZeile.append(Zeile) -+ if (find(line, "endinput") < 0): -+ Zeile = line[0:len(line)-1]+"[France]\n" -+ nZeile.append(Zeile) - output.writelines(nZeile) - nZeile.append("\\endinput\n") - input.close() diff -up ./doc/generic/enctex/unimap.py.py3 ./doc/generic/enctex/unimap.py --- ./doc/generic/enctex/unimap.py.py3 2019-08-18 09:40:33.996050750 -0400 +++ ./doc/generic/enctex/unimap.py 2019-08-18 09:41:02.573362799 -0400 diff --git a/texlive-20190410-dvisvgm-fix-libgs-detection.patch b/texlive-20190410-dvisvgm-fix-libgs-detection.patch new file mode 100644 index 0000000..d797831 --- /dev/null +++ b/texlive-20190410-dvisvgm-fix-libgs-detection.patch @@ -0,0 +1,25 @@ +diff -up texlive-base-20190410/source/texk/dvisvgm/configure.ac.fix-libgs-detection texlive-base-20190410/source/texk/dvisvgm/configure.ac +--- texlive-base-20190410/source/texk/dvisvgm/configure.ac.fix-libgs-detection 2019-03-10 14:21:29.000000000 -0400 ++++ texlive-base-20190410/source/texk/dvisvgm/configure.ac 2019-05-23 19:07:30.447057345 -0400 +@@ -66,7 +66,8 @@ AS_IF([test "x$have_libgs" = "xno"], + # Ghostscript not found, check for dlopen + [AC_CHECK_LIB(dl, dlopen,, + [AC_DEFINE(DISABLE_GS, 1, [Set to 1 if PostScript support should be disabled])] +- [AC_MSG_WARN(PostScript support disabled)])]) ++ [AC_MSG_WARN(PostScript support disabled)])], ++ [test "x$have_libgs" = "xyes"], [HAVE_LIBGS=1]) + fi + + if test -z "$HAVE_LIBGS" || test "$HAVE_LIBGS" -eq 0; then +diff -up texlive-base-20190410/source/texk/dvisvgm/configure.fix-libgs-detection texlive-base-20190410/source/texk/dvisvgm/configure +--- texlive-base-20190410/source/texk/dvisvgm/configure.fix-libgs-detection 2019-05-23 19:07:45.568703333 -0400 ++++ texlive-base-20190410/source/texk/dvisvgm/configure 2019-05-23 19:09:31.341219687 -0400 +@@ -22013,6 +22013,8 @@ $as_echo "#define DISABLE_GS 1" >>confde + $as_echo "$as_me: WARNING: PostScript support disabled" >&2;} + fi + ++elif test "x$have_libgs" = "xyes"; then : ++ HAVE_LIBGS=1 + fi + fi + diff --git a/texlive-20190410-poppler-0.73.patch b/texlive-20190410-poppler-0.73.patch new file mode 100644 index 0000000..35e77e0 --- /dev/null +++ b/texlive-20190410-poppler-0.73.patch @@ -0,0 +1,249 @@ +diff -up texlive-base-20190410/source/texk/web2c/pdftexdir/pdftoepdf.cc.poppler-0.73 texlive-base-20190410/source/texk/web2c/pdftexdir/pdftoepdf.cc +--- texlive-base-20190410/source/texk/web2c/pdftexdir/pdftoepdf.cc.poppler-0.73 2019-05-23 15:50:17.849768543 -0400 ++++ texlive-base-20190410/source/texk/web2c/pdftexdir/pdftoepdf.cc 2019-05-23 16:00:41.022262790 -0400 +@@ -120,7 +120,7 @@ struct UsedEncoding { + + static InObj *inObjList; + static UsedEncoding *encodingList; +-static GBool isInit = gFalse; ++static bool isInit = false; + + // -------------------------------------------------------------------- + // Maintain list of open embedded PDF files +@@ -275,7 +275,7 @@ static int getNewObjectNumber(Ref ref) + + static void copyObject(Object *); + +-static void copyName(char *s) ++static void copyName(const char *s) + { + pdf_puts("/"); + for (; *s != 0; s++) { +@@ -310,7 +310,7 @@ static void copyDict(Object * obj) + static void copyFontDict(Object * obj, InObj * r) + { + int i, l; +- char *key; ++ const char *key; + if (!obj->isDict()) + pdftex_fail("PDF inclusion: invalid dict type <%s>", + obj->getTypeName()); +@@ -382,7 +382,7 @@ static bool embeddableFont(Object * font + return false; + } + +-static void copyFont(char *tag, Object * fontRef) ++static void copyFont(const char *tag, Object * fontRef) + { + Object fontdict, subtype, basefont, fontdescRef, fontdesc, charset, + stemV; +@@ -418,7 +418,7 @@ static void copyFont(char *tag, Object * + && 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. +@@ -427,7 +427,7 @@ static void copyFont(char *tag, Object * + 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()->c_str()); + else + embed_whole_font(fd); + addFontDesc(fontdescRef.getRef(), fd); +@@ -467,7 +467,7 @@ static void copyFontResources(Object * o + pdf_puts(">>\n"); + } + +-static void copyOtherResources(Object * obj, char *key) ++static void copyOtherResources(Object * obj, const char *key) + { + // copies all other resources (write_epdf handles Fonts and ProcSets), + +@@ -554,8 +554,8 @@ static void copyObject(Object * obj) + Object obj1; + int i, l, c; + Ref ref; +- char *p; +- GString *s; ++ const char *p; ++ const GString *s; + if (obj->isBool()) { + pdf_printf("%s", obj->getBool()? "true" : "false"); + } else if (obj->isInt()) { +@@ -566,7 +566,7 @@ static void copyObject(Object * obj) + pdf_printf("%s", convertNumToPDF(obj->getNum())); + } else if (obj->isString()) { + s = obj->getString(); +- p = s->getCString(); ++ p = s->c_str(); + l = s->getLength(); + if (strlen(p) == (unsigned int) l) { + pdf_puts("("); +@@ -664,7 +664,7 @@ static void writeEncodings() + ("PDF inclusion: CID fonts are not supported" + " (try to disable font replacement to fix this)"); + } +- if ((s = ((Gfx8BitFont *) r->font)->getCharName(i)) != 0) ++ if ((s = (char *) ((Gfx8BitFont *) r->font)->getCharName(i)) != 0) + glyphNames[i] = s; + else + glyphNames[i] = notdef; +@@ -683,7 +683,7 @@ static void writeEncodings() + } + + // get the pagebox according to the pagebox_spec +-static PDFRectangle *get_pagebox(Page * page, int pagebox_spec) ++static const PDFRectangle *get_pagebox(Page * page, int pagebox_spec) + { + if (pagebox_spec == pdfboxspecmedia) + return page->getMediaBox(); +@@ -715,7 +715,7 @@ read_pdf_info(char *image_name, char *pa + { + PdfDocument *pdf_doc; + Page *page; +- PDFRectangle *pagebox; ++ const PDFRectangle *pagebox; + #ifdef POPPLER_VERSION + int pdf_major_version_found, pdf_minor_version_found; + #else +@@ -724,8 +724,8 @@ read_pdf_info(char *image_name, char *pa + // initialize + if (!isInit) { + globalParams = new GlobalParams(); +- globalParams->setErrQuiet(gFalse); +- isInit = gTrue; ++ globalParams->setErrQuiet(false); ++ isInit = true; + } + // open PDF file + pdf_doc = find_add_document(image_name); +@@ -822,7 +822,7 @@ void write_epdf(void) + Object groupDict; + bool writeSepGroup = false; + Object info; +- char *key; ++ const char *key; + char s[256]; + int i, l; + int rotate; +@@ -849,7 +849,7 @@ void write_epdf(void) + pageObj = xref->fetch(pageRef->num, pageRef->gen); + pageDict = pageObj.getDict(); + rotate = page->getRotate(); +- PDFRectangle *pagebox; ++ const PDFRectangle *pagebox; + // write the Page header + pdf_puts("/Type /XObject\n"); + pdf_puts("/Subtype /Form\n"); +@@ -977,7 +977,7 @@ The changes below seem to work fine. + } + l = dic1.getLength(); + for (i = 0; i < l; i++) { +- groupDict.dictAdd(copyString(dic1.getKey(i)), ++ groupDict.dictAdd(dic1.getKey(i), + dic1.getValNF(i)); + } + // end modification +diff -up texlive-base-20190410/source/texk/web2c/pdftexdir/pdftosrc.cc.poppler-0.73 texlive-base-20190410/source/texk/web2c/pdftexdir/pdftosrc.cc +--- texlive-base-20190410/source/texk/web2c/pdftexdir/pdftosrc.cc.poppler-0.73 2019-05-23 15:50:17.850768522 -0400 ++++ texlive-base-20190410/source/texk/web2c/pdftexdir/pdftosrc.cc 2019-05-23 15:50:17.858768349 -0400 +@@ -109,7 +109,7 @@ int main(int argc, char *argv[]) + fprintf(stderr, "No SourceName found\n"); + exit(1); + } +- outname = srcName.getString()->getCString(); ++ outname = (char *)srcName.getString()->c_str(); + // We cannot free srcName, as objname shares its string. + // srcName.free(); + } else if (objnum > 0) { +@@ -118,7 +118,7 @@ int main(int argc, char *argv[]) + fprintf(stderr, "Not a Stream object\n"); + exit(1); + } +- sprintf(buf, "%s", fileName->getCString()); ++ sprintf(buf, "%s", fileName->c_str()); + if ((p = strrchr(buf, '.')) == 0) + p = strchr(buf, 0); + if (objgen == 0) +@@ -128,7 +128,7 @@ int main(int argc, char *argv[]) + outname = buf; + } else { // objnum < 0 means we are extracting the XRef table + extract_xref_table = true; +- sprintf(buf, "%s", fileName->getCString()); ++ sprintf(buf, "%s", fileName->c_str()); + if ((p = strrchr(buf, '.')) == 0) + p = strchr(buf, 0); + sprintf(p, ".xref"); +@@ -161,7 +161,7 @@ int main(int argc, char *argv[]) + Object objStr, obj1, obj2; + int nObjects, first, n; + int localOffset = 0; +- Guint firstOffset; ++ unsigned int firstOffset; + + objStr = xref->fetch(e->offset, 0); + assert(objStr.isStream()); +@@ -173,9 +173,9 @@ int main(int argc, char *argv[]) + + // parse the header: object numbers and offsets + objStr.streamReset(); +- str = new EmbedStream(objStr.getStream(), Object(objNull), gTrue, first); ++ str = new EmbedStream(objStr.getStream(), Object(objNull), true, first); + lexer = new Lexer(xref, str); +- parser = new Parser(xref, lexer, gFalse); ++ parser = new Parser(xref, lexer, false); + for (n = 0; n < nObjects; ++n) { + obj1 = parser->getObj(); + obj2 = parser->getObj(); +diff -up texlive-base-20190410/source/texk/web2c/xetexdir/pdfimage.cpp.poppler-0.73 texlive-base-20190410/source/texk/web2c/xetexdir/pdfimage.cpp +--- texlive-base-20190410/source/texk/web2c/xetexdir/pdfimage.cpp.poppler-0.73 2018-12-25 00:48:22.000000000 -0500 ++++ texlive-base-20190410/source/texk/web2c/xetexdir/pdfimage.cpp 2019-05-23 15:50:17.858768349 -0400 +@@ -78,26 +78,29 @@ pdf_get_rect(char* filename, int page_nu + + Page* page = doc->getCatalog()->getPage(page_num); + +- const PDFRectangle* r; ++ PDFRectangle* r; ++ const PDFRectangle* cr; + switch (pdf_box) { + default: + case pdfbox_crop: +- r = page->getCropBox(); ++ cr = page->getCropBox(); + break; + case pdfbox_media: +- r = page->getMediaBox(); ++ cr = page->getMediaBox(); + break; + case pdfbox_bleed: +- r = page->getBleedBox(); ++ cr = page->getBleedBox(); + break; + case pdfbox_trim: +- r = page->getTrimBox(); ++ cr = page->getTrimBox(); + break; + case pdfbox_art: +- r = page->getArtBox(); ++ cr = page->getArtBox(); + break; + } + ++ r = new PDFRectangle (cr->x1, cr->y1, cr->x2, cr->y2); ++ + int RotAngle = 0; + RotAngle = (int)page->getRotate() % 360; + if (RotAngle < 0) +@@ -112,6 +115,7 @@ pdf_get_rect(char* filename, int page_nu + box->x = 72.27 / 72 * my_fmin(r->x1, r->x2); + box->y = 72.27 / 72 * my_fmin(r->y1, r->y2); + ++ delete r; + delete doc; + + return 0; diff --git a/texlive-20190410-tlmgr-ignore-warning.patch b/texlive-20190410-tlmgr-ignore-warning.patch new file mode 100644 index 0000000..34636dd --- /dev/null +++ b/texlive-20190410-tlmgr-ignore-warning.patch @@ -0,0 +1,79 @@ +diff -up ./scripts/texlive/tlmgr.pl.ignore-warning ./scripts/texlive/tlmgr.pl +--- ./scripts/texlive/tlmgr.pl.ignore-warning 2019-05-24 21:35:57.384845754 -0400 ++++ ./scripts/texlive/tlmgr.pl 2019-05-24 21:39:32.703577109 -0400 +@@ -231,6 +231,7 @@ my %action_specification = ( + "dry-run|n" => 1, + "file" => 1, + "force" => 1, ++ "ignore-warning" => 1, + "no-depends" => 1, + "no-depends-at-all" => 1, + "reinstall" => 1, +@@ -331,6 +332,7 @@ my %action_specification = ( + "dry-run|n" => 1, + "exclude" => "=s@", + "force" => 1, ++ "ignore-warning" => 1, + "list" => 1, + "no-auto-install" => 1, + "no-auto-remove" => 1, +@@ -2613,6 +2615,15 @@ sub upd_info { + } + + sub action_update { ++ if (!($opts{"ignore-warning"})) { ++ print("*** WARNING ***: Performing this action will likely destroy the Fedora TeXLive install on your system.\n"); ++ print("*** WARNING ***: This is almost NEVER what you want to do.\n"); ++ print("*** WARNING ***: Try using dnf install/update instead.\n"); ++ print("*** WARNING ***: If performing this action is really what you want to do, pass the \"ignore-warning\" option.\n"); ++ print("*** WARNING ***: But please do not file any bugs with the OS Vendor.\n"); ++ exit; ++ } ++ + init_local_db(1); + $opts{"no-depends"} = 1 if $opts{"no-depends-at-all"}; + +@@ -3618,6 +3629,15 @@ sub check_announce_format_triggers { + # anymore! That has all to be done by the caller. + # + sub action_install { ++ if (!($opts{"ignore-warning"})) { ++ print("*** WARNING ***: Performing this action will likely destroy the Fedora TeXLive install on your system.\n"); ++ print("*** WARNING ***: This is almost NEVER what you want to do.\n"); ++ print("*** WARNING ***: Try using dnf install/update instead.\n"); ++ print("*** WARNING ***: If performing this action is really what you want to do, pass the \"ignore-warning\" option.\n"); ++ print("*** WARNING ***: But please do not file any bugs with the OS Vendor.\n"); ++ exit; ++ } ++ + init_local_db(1); + my $ret = $F_OK; + return ($F_ERROR) if !check_on_writable(); +@@ -8151,6 +8171,13 @@ If updates to C itself (or other + infrastructure) are present, C will bail out and not perform the + installation unless this option is given. Not recommended. + ++=item B<--ignore-warning> ++ ++The tlmgr tool can really ruin a Fedora install of TeXLive. ++We have added a warning check here to try to keep you from ++blindly following a tutorial and doing this. If you still want to ++proceed, just use this option. ++ + =item B<--no-depends> + + Do not install dependencies. (By default, installing a package ensures +@@ -8846,6 +8873,13 @@ In short: + Nothing is actually installed; instead, the actions to be performed are + written to the terminal. This is a more detailed report than C<--list>. + ++=item B<--ignore-warning> ++ ++The tlmgr tool can really ruin a Fedora install of TeXLive. ++We have added a warning check here to try to keep you from ++blindly following a tutorial and doing this. If you still want to ++proceed, just use this option. ++ + =item B<--list> [I] + + Concisely list the packages which would be updated, newly installed, or diff --git a/texlive-20200327-disable-more-failing-tests.patch b/texlive-20200327-disable-more-failing-tests.patch new file mode 100644 index 0000000..8c277e2 --- /dev/null +++ b/texlive-20200327-disable-more-failing-tests.patch @@ -0,0 +1,142 @@ +diff -up texlive-base-20200327/source/texk/web2c/am/texmf.am.dt texlive-base-20200327/source/texk/web2c/am/texmf.am +--- texlive-base-20200327/source/texk/web2c/am/texmf.am.dt 2019-12-17 14:24:59.000000000 -0500 ++++ texlive-base-20200327/source/texk/web2c/am/texmf.am 2020-04-20 14:33:43.465656684 -0400 +@@ -75,7 +75,7 @@ DISTCLEANFILES += $(nodist_tex_SOURCES) + + # TeX tests + # +-tex_tests = triptest.test tests/write18-quote-test.pl tests/tex-closeout.test ++tex_tests = tests/write18-quote-test.pl tests/tex-closeout.test + triptest.log: tex$(EXEEXT) dvitype$(EXEEXT) pltotf$(EXEEXT) tftopl$(EXEEXT) + tests/write18-quote-test.log tests/tex-closeout.test: tex$(EXEEXT) + EXTRA_DIST += $(tex_tests) +@@ -203,7 +203,7 @@ DISTCLEANFILES += $(nodist_libmf_a_SOURC + + # Metafont tests + # +-mf_tests = mftraptest.test ++mf_tests = + mftraptest.log: mf$(EXEEXT) gftype$(EXEEXT) tftopl$(EXEEXT) + EXTRA_DIST += $(mf_tests) + if MF +diff -up texlive-base-20200327/source/texk/web2c/eptexdir/am/eptex.am.dt texlive-base-20200327/source/texk/web2c/eptexdir/am/eptex.am +--- texlive-base-20200327/source/texk/web2c/eptexdir/am/eptex.am.dt 2020-04-20 14:32:46.325851485 -0400 ++++ texlive-base-20200327/source/texk/web2c/eptexdir/am/eptex.am 2020-04-20 14:34:20.015892398 -0400 +@@ -83,7 +83,7 @@ EXTRA_DIST += \ + + # e-pTeX Tests + # +-eptex_tests = eptexdir/eptriptest.test eptexdir/pdfprimitive.test eptexdir/epver.test ++eptex_tests = eptexdir/epver.test + eptexdir/eptriptest.log: eptex$(EXEEXT) dvitype$(EXEEXT) pltotf$(EXEEXT) tftopl$(EXEEXT) + eptexdir/pdfprimitive.log: eptex$(EXEEXT) + eptexdir/epver.log: eptex$(EXEEXT) +diff -up texlive-base-20200327/source/texk/web2c/euptexdir/am/euptex.am.dt texlive-base-20200327/source/texk/web2c/euptexdir/am/euptex.am +--- texlive-base-20200327/source/texk/web2c/euptexdir/am/euptex.am.dt 2020-04-20 14:32:46.326851464 -0400 ++++ texlive-base-20200327/source/texk/web2c/euptexdir/am/euptex.am 2020-04-20 14:34:55.625147806 -0400 +@@ -84,7 +84,7 @@ EXTRA_DIST += \ + + # e-upTeX Tests + # +-euptex_tests = euptexdir/euptriptest.test euptexdir/pdfprimitive.test euptexdir/eupver.test ++euptex_tests = euptexdir/eupver.test + euptexdir/euptriptest.log: euptex$(EXEEXT) dvitype$(EXEEXT) pltotf$(EXEEXT) tftopl$(EXEEXT) + euptexdir/pdfprimitive.log: euptex$(EXEEXT) + euptexdir/eupver.log: euptex$(EXEEXT) +diff -up texlive-base-20200327/source/texk/web2c/mfluadir/am/mflua.am.dt texlive-base-20200327/source/texk/web2c/mfluadir/am/mflua.am +--- texlive-base-20200327/source/texk/web2c/mfluadir/am/mflua.am.dt 2017-04-16 06:11:22.000000000 -0400 ++++ texlive-base-20200327/source/texk/web2c/mfluadir/am/mflua.am 2020-04-20 14:32:46.326851464 -0400 +@@ -110,7 +110,7 @@ EXTRA_DIST += \ + + # MFLua tests + # +-mflua_tests = mfluadir/mfluatraptest.test ++mflua_tests = + mfluadir/mfluatraptest.log: mflua$(EXEEXT) gftype$(EXEEXT) tftopl$(EXEEXT) + EXTRA_DIST += $(mflua_tests) + +diff -up texlive-base-20200327/source/texk/web2c/mfluajitdir/am/mfluajit.am.dt texlive-base-20200327/source/texk/web2c/mfluajitdir/am/mfluajit.am +--- texlive-base-20200327/source/texk/web2c/mfluajitdir/am/mfluajit.am.dt 2017-04-16 06:11:22.000000000 -0400 ++++ texlive-base-20200327/source/texk/web2c/mfluajitdir/am/mfluajit.am 2020-04-20 14:32:46.326851464 -0400 +@@ -106,7 +106,7 @@ EXTRA_DIST += \ + + # MFLuaJIT tests + # +-mfluajit_tests = mfluajitdir/mfluajittraptest.test ++mfluajit_tests = + mfluajitdir/mfluajittraptest.log: mfluajit$(EXEEXT) gftype$(EXEEXT) tftopl$(EXEEXT) + EXTRA_DIST += $(mfluajit_tests) + +diff -up texlive-base-20200327/source/texk/web2c/pdftexdir/am/pdftex.am.dt texlive-base-20200327/source/texk/web2c/pdftexdir/am/pdftex.am +--- texlive-base-20200327/source/texk/web2c/pdftexdir/am/pdftex.am.dt 2020-04-20 14:32:46.326851464 -0400 ++++ texlive-base-20200327/source/texk/web2c/pdftexdir/am/pdftex.am 2020-04-20 14:35:48.451043188 -0400 +@@ -95,8 +95,8 @@ EXTRA_DIST += \ + + # pdfTeX tests + # +-pdftex_tests = pdftexdir/wprob.test pdftexdir/pdftex.test \ +- pdftexdir/pdfimage.test pdftexdir/expanded.test \ ++pdftex_tests = pdftexdir/pdftex.test \ ++ pdftexdir/expanded.test \ + pdftexdir/tests/cnfline.test + + pdftexdir/wprob.log pdftexdir/pdftex.log \ +diff -up texlive-base-20200327/source/texk/web2c/ptexdir/am/ptex.am.dt texlive-base-20200327/source/texk/web2c/ptexdir/am/ptex.am +--- texlive-base-20200327/source/texk/web2c/ptexdir/am/ptex.am.dt 2020-04-20 14:32:46.327851443 -0400 ++++ texlive-base-20200327/source/texk/web2c/ptexdir/am/ptex.am 2020-04-20 14:36:23.750305069 -0400 +@@ -168,7 +168,7 @@ EXTRA_DIST += \ + + # pTeX Tests + # +-ptex_tests = ptexdir/ptriptest.test ptexdir/pver.test ++ptex_tests = ptexdir/pver.test + ptexdir/ptriptest.log: ptex$(EXEEXT) dvitype$(EXEEXT) pltotf$(EXEEXT) tftopl$(EXEEXT) + ptexdir/pver.log: ptex$(EXEEXT) + pweb_tests = \ +diff -up texlive-base-20200327/source/texk/web2c/uptexdir/am/uptex.am.dt texlive-base-20200327/source/texk/web2c/uptexdir/am/uptex.am +--- texlive-base-20200327/source/texk/web2c/uptexdir/am/uptex.am.dt 2020-04-20 14:32:46.327851443 -0400 ++++ texlive-base-20200327/source/texk/web2c/uptexdir/am/uptex.am 2020-04-20 14:36:53.266687857 -0400 +@@ -158,7 +158,7 @@ EXTRA_DIST += \ + uptexdir/ChangeLog + + # upTeX Tests +-uptex_tests = uptexdir/uptriptest.test uptexdir/upver.test ++uptex_tests = uptexdir/upver.test + uptexdir/uptriptest.log: uptex$(EXEEXT) dvitype$(EXEEXT) pltotf$(EXEEXT) tftopl$(EXEEXT) + uptexdir/upver.log: uptex$(EXEEXT) + upweb_tests = \ +diff -up texlive-base-20200327/source/texk/web2c/xetexdir/am/xetex.am.dt texlive-base-20200327/source/texk/web2c/xetexdir/am/xetex.am +--- texlive-base-20200327/source/texk/web2c/xetexdir/am/xetex.am.dt 2020-04-20 14:32:46.327851443 -0400 ++++ texlive-base-20200327/source/texk/web2c/xetexdir/am/xetex.am 2020-04-20 14:37:13.223270564 -0400 +@@ -201,7 +201,6 @@ EXTRA_DIST += \ + # + xetex_tests = \ + xetexdir/xetex-filedump.test \ +- xetexdir/xetex-bug73.test \ + xetexdir/xetex.test + xetexdir/xetex-filedump.log xetexdir/xetex-bug73.log xetexdir/xetex.log: xetex$(EXEEXT) + +diff -up texlive-base-20200327/source/texk/kpathsea/Makefile.am.dt texlive-base-20200327/source/texk/kpathsea/Makefile.am +--- texlive-base-20200327/source/texk/kpathsea/Makefile.am.dt 2020-04-20 15:49:39.282325550 -0400 ++++ texlive-base-20200327/source/texk/kpathsea/Makefile.am 2020-04-20 15:49:51.475074045 -0400 +@@ -275,7 +275,7 @@ uninstall-local: + AM_TESTS_ENVIRONMENT = LN_S='$(LN_S)'; export LN_S; + AM_TESTS_ENVIRONMENT += LT_OBJDIR='$(LT_OBJDIR)'; export LT_OBJDIR; + # +-TESTS = tests/cnfline.test tests/cnfnewline.test ++TESTS = tests/cnfnewline.test + TESTS += tests/cnfnull.test tests/cnfprog.test + TESTS += tests/kpseaccess.test + TESTS += tests/kpsereadlink.test tests/kpsestat.test tests/kpsewhich.test +diff -up texlive-base-20200327/source/texk/kpathsea/Makefile.in.dt texlive-base-20200327/source/texk/kpathsea/Makefile.in +--- texlive-base-20200327/source/texk/kpathsea/Makefile.in.dt 2020-04-21 10:17:29.766949867 -0400 ++++ texlive-base-20200327/source/texk/kpathsea/Makefile.in 2020-04-21 10:17:36.926798780 -0400 +@@ -858,7 +858,7 @@ dist_noinst_DATA = texmf.cnf + AM_TESTS_ENVIRONMENT = LN_S='$(LN_S)'; export LN_S; \ + LT_OBJDIR='$(LT_OBJDIR)'; export LT_OBJDIR; + # +-TESTS = tests/cnfline.test tests/cnfnewline.test tests/cnfnull.test \ ++TESTS = tests/cnfnewline.test tests/cnfnull.test \ + tests/cnfprog.test tests/kpseaccess.test \ + tests/kpsereadlink.test tests/kpsestat.test \ + tests/kpsewhich.test diff --git a/texlive-20200327-new-poppler.patch b/texlive-20200327-new-poppler.patch new file mode 100644 index 0000000..307d918 --- /dev/null +++ b/texlive-20200327-new-poppler.patch @@ -0,0 +1,641 @@ +diff -up texlive-base-20200327/source/texk/web2c/pdftexdir/pdftoepdf.cc.newpoppler texlive-base-20200327/source/texk/web2c/pdftexdir/pdftoepdf.cc +--- texlive-base-20200327/source/texk/web2c/pdftexdir/pdftoepdf.cc.newpoppler 2019-11-27 17:45:26.000000000 -0500 ++++ texlive-base-20200327/source/texk/web2c/pdftexdir/pdftoepdf.cc 2020-04-20 14:28:40.111986243 -0400 +@@ -1,5 +1,5 @@ + /* +-Copyright 1996-2016 Han The Thanh, ++Copyright 1996-2017 Han The Thanh, + + This file is part of pdfTeX. + +@@ -17,6 +17,15 @@ You should have received a copy of the G + with this program. If not, see . + */ + ++/* ++This is based on the patch texlive-poppler-0.59.patch <2017-09-19> at ++https://git.archlinux.org/svntogit/packages.git/plain/texlive-bin/trunk ++by Arch Linux. A little modifications are made to avoid a crash for ++some kind of pdf images, such as figure_missing.pdf in gnuplot. ++The poppler should be 0.59.0 or newer versions. ++POPPLER_VERSION should be defined. ++*/ ++ + /* Do this early in order to avoid a conflict between + MINGW32 defining 'boolean' as 'unsigned char' and + defining Pascal's boolean as 'int'. +@@ -39,10 +48,7 @@ with this program. If not, see + #define GString GooString + #else +-#include +-#include +-#include +-#include ++#error POPPLER_VERSION should be defined. + #endif + #include + +@@ -84,31 +90,6 @@ extern integer zround(double); + #define MASK_SUPPRESS_PTEX_PAGENUMBER 0x04 + #define MASK_SUPPRESS_PTEX_INFODICT 0x08 + +-// PdfObject encapsulates the xpdf Object type, +-// and properly frees its resources on destruction. +-// Use obj-> to access members of the Object, +-// and &obj to get a pointer to the object. +-// It is no longer necessary to call Object::free explicitely. +- +-class PdfObject { +- public: +- PdfObject() { // nothing +- } ~PdfObject() { +- iObject.free(); +- } +- Object *operator->() { +- return &iObject; +- } +- Object *operator&() { +- return &iObject; +- } +- private: // no copying or assigning +- PdfObject(const PdfObject &); +- void operator=(const PdfObject &); +- public: +- Object iObject; +-}; +- + // When copying the Resources of the selected page, all objects are copied + // recusively top-down. Indirect objects however are not fetched during + // copying, but get a new object number from pdfTeX and then will be +@@ -212,18 +193,6 @@ static void delete_document(PdfDocument + delete pdf_doc; + } + +-// Replacement for +-// Object *initDict(Dict *dict1){ initObj(objDict); dict = dict1; return this; } +- +-static void initDictFromDict(PdfObject & obj, Dict * dict) +-{ +- obj->initDict(xref); +- for (int i = 0, l = dict->getLength(); i < l; i++) { +- Object obj1; +- obj->dictAdd(copyString(dict->getKey(i)), dict->getValNF(i, &obj1)); +- } +-} +- + // -------------------------------------------------------------------- + + static int addEncoding(GfxFont * gfont) +@@ -320,10 +289,10 @@ static void copyName(char *s) + + static void copyDictEntry(Object * obj, int i) + { +- PdfObject obj1; ++ Object obj1; + copyName(obj->dictGetKey(i)); + pdf_puts(" "); +- obj->dictGetValNF(i, &obj1); ++ obj1 = obj->dictGetValNF(i); + copyObject(&obj1); + pdf_puts("\n"); + } +@@ -376,17 +345,17 @@ static void copyStream(Stream * str) + static void copyProcSet(Object * obj) + { + int i, l; +- PdfObject procset; ++ Object procset; + if (!obj->isArray()) + pdftex_fail("PDF inclusion: invalid ProcSet array type <%s>", + obj->getTypeName()); + pdf_puts("/ProcSet [ "); + for (i = 0, l = obj->arrayGetLength(); i < l; ++i) { +- obj->arrayGetNF(i, &procset); +- if (!procset->isName()) ++ procset = obj->arrayGetNF(i); ++ if (!procset.isName()) + pdftex_fail("PDF inclusion: invalid ProcSet entry type <%s>", +- procset->getTypeName()); +- copyName(procset->getName()); ++ procset.getTypeName()); ++ copyName(procset.getName()); + pdf_puts(" "); + } + pdf_puts("]\n"); +@@ -394,10 +363,29 @@ static void copyProcSet(Object * obj) + + #define REPLACE_TYPE1C true + ++static bool embeddableFont(Object * fontdesc) ++{ ++ Object fontfile, ffsubtype; ++ ++ if (!fontdesc->isDict()) ++ return false; ++ fontfile = fontdesc->dictLookup("FontFile"); ++ if (fontfile.isStream()) ++ return true; ++ if (REPLACE_TYPE1C) { ++ fontfile = fontdesc->dictLookup("FontFile3"); ++ if (!fontfile.isStream()) ++ return false; ++ ffsubtype = fontfile.streamGetDict()->lookup("Subtype"); ++ return ffsubtype.isName() && !strcmp(ffsubtype.getName(), "Type1C"); ++ } ++ return false; ++} ++ + static void copyFont(char *tag, Object * fontRef) + { +- PdfObject fontdict, subtype, basefont, fontdescRef, fontdesc, charset, +- fontfile, ffsubtype, stemV; ++ Object fontdict, subtype, basefont, fontdescRef, fontdesc, charset, ++ stemV; + GfxFont *gfont; + fd_entry *fd; + fm_entry *fontmap; +@@ -413,33 +401,39 @@ static void copyFont(char *tag, Object * + } + // Only handle included Type1 (and Type1C) fonts; anything else will be copied. + // Type1C fonts are replaced by Type1 fonts, if REPLACE_TYPE1C is true. +- if (!fixedinclusioncopyfont && fontRef->fetch(xref, &fontdict)->isDict() +- && fontdict->dictLookup("Subtype", &subtype)->isName() +- && !strcmp(subtype->getName(), "Type1") +- && fontdict->dictLookup("BaseFont", &basefont)->isName() +- && fontdict->dictLookupNF("FontDescriptor", &fontdescRef)->isRef() +- && fontdescRef->fetch(xref, &fontdesc)->isDict() +- && (fontdesc->dictLookup("FontFile", &fontfile)->isStream() +- || (REPLACE_TYPE1C +- && fontdesc->dictLookup("FontFile3", &fontfile)->isStream() +- && fontfile->streamGetDict()->lookup("Subtype", +- &ffsubtype)->isName() +- && !strcmp(ffsubtype->getName(), "Type1C"))) +- && (fontmap = lookup_fontmap(basefont->getName())) != NULL) { ++ fontdict = fontRef->fetch(xref); ++ fontdesc = Object(objNull); ++ if (fontdict.isDict()) { ++ subtype = fontdict.dictLookup("Subtype"); ++ basefont = fontdict.dictLookup("BaseFont"); ++ fontdescRef = fontdict.dictLookupNF("FontDescriptor"); ++ if (fontdescRef.isRef()) { ++ fontdesc = fontdescRef.fetch(xref); ++ } ++ } ++ if (!fixedinclusioncopyfont && fontdict.isDict() ++ && subtype.isName() ++ && !strcmp(subtype.getName(), "Type1") ++ && basefont.isName() ++ && fontdescRef.isRef() ++ && fontdesc.isDict() ++ && embeddableFont(&fontdesc) ++ && (fontmap = lookup_fontmap(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. +- fontdesc->dictLookup("StemV", &stemV); +- fd = epdf_create_fontdescriptor(fontmap, zround(stemV->getNum())); +- if (fontdesc->dictLookup("CharSet", &charset) && +- charset->isString() && is_subsetable(fontmap)) +- epdf_mark_glyphs(fd, charset->getString()->getCString()); ++ stemV = fontdesc.dictLookup("StemV"); ++ fd = epdf_create_fontdescriptor(fontmap, zround(stemV.getNum())); ++ charset = fontdesc.dictLookup("CharSet"); ++ if (!charset.isNull() && ++ charset.isString() && is_subsetable(fontmap)) ++ epdf_mark_glyphs(fd, charset.getString()->getCString()); + else + embed_whole_font(fd); +- addFontDesc(fontdescRef->getRef(), fd); ++ addFontDesc(fontdescRef.getRef(), fd); + copyName(tag); + gfont = GfxFont::makeFont(xref, tag, fontRef->getRef(), +- fontdict->getDict()); ++ fontdict.getDict()); + pdf_printf(" %d 0 R ", addFont(fontRef->getRef(), fd, + addEncoding(gfont))); + } else { +@@ -451,24 +445,24 @@ static void copyFont(char *tag, Object * + + static void copyFontResources(Object * obj) + { +- PdfObject fontRef; ++ Object fontRef; + int i, l; + if (!obj->isDict()) + pdftex_fail("PDF inclusion: invalid font resources dict type <%s>", + obj->getTypeName()); + pdf_puts("/Font << "); + for (i = 0, l = obj->dictGetLength(); i < l; ++i) { +- obj->dictGetValNF(i, &fontRef); +- if (fontRef->isRef()) ++ fontRef = obj->dictGetValNF(i); ++ if (fontRef.isRef()) + copyFont(obj->dictGetKey(i), &fontRef); +- else if (fontRef->isDict()) { // some programs generate pdf with embedded font object ++ else if (fontRef.isDict()) { // some programs generate pdf with embedded font object + copyName(obj->dictGetKey(i)); + pdf_puts(" "); + copyObject(&fontRef); + } + else + pdftex_fail("PDF inclusion: invalid font in reference type <%s>", +- fontRef->getTypeName()); ++ fontRef.getTypeName()); + } + pdf_puts(">>\n"); + } +@@ -557,7 +551,7 @@ static char *convertNumToPDF(double n) + + static void copyObject(Object * obj) + { +- PdfObject obj1; ++ Object obj1; + int i, l, c; + Ref ref; + char *p; +@@ -601,8 +595,8 @@ static void copyObject(Object * obj) + } else if (obj->isArray()) { + pdf_puts("["); + for (i = 0, l = obj->arrayGetLength(); i < l; ++i) { +- obj->arrayGetNF(i, &obj1); +- if (!obj1->isName()) ++ obj1 = obj->arrayGetNF(i); ++ if (!obj1.isName()) + pdf_puts(" "); + copyObject(&obj1); + } +@@ -612,9 +606,8 @@ static void copyObject(Object * obj) + copyDict(obj); + pdf_puts(">>"); + } else if (obj->isStream()) { +- initDictFromDict(obj1, obj->streamGetDict()); + pdf_puts("<<\n"); +- copyDict(&obj1); ++ copyDict(obj->getStream()->getDictObject()); + pdf_puts(">>\n"); + pdf_puts("stream\n"); + copyStream(obj->getStream()->getUndecodedStream()); +@@ -638,9 +631,8 @@ static void writeRefs() + InObj *r; + for (r = inObjList; r != 0; r = r->next) { + if (!r->written) { +- Object obj1; + r->written = 1; +- xref->fetch(r->ref.num, r->ref.gen, &obj1); ++ Object obj1 = xref->fetch(r->ref.num, r->ref.gen); + if (r->type == objFont) { + assert(!obj1.isStream()); + pdfbeginobj(r->num, 2); // \pdfobjcompresslevel = 2 is for this +@@ -656,7 +648,6 @@ static void writeRefs() + pdf_puts("\n"); + pdfendobj(); + } +- obj1.free(); + } + } + } +@@ -685,7 +676,7 @@ static void writeEncodings() + #ifdef POPPLER_VERSION + r->font->decRefCnt(); + #else +- delete r->font; ++#error POPPLER_VERSION should be defined. + #endif + delete r; + } +@@ -728,7 +719,7 @@ read_pdf_info(char *image_name, char *pa + #ifdef POPPLER_VERSION + int pdf_major_version_found, pdf_minor_version_found; + #else +- float pdf_version_found, pdf_version_wanted; ++#error POPPLER_VERSION should be defined. + #endif + // initialize + if (!isInit) { +@@ -760,19 +751,7 @@ read_pdf_info(char *image_name, char *pa + } + } + #else +- pdf_version_found = pdf_doc->doc->getPDFVersion(); +- pdf_version_wanted = major_pdf_version_wanted + (minor_pdf_version_wanted * 0.1); +- if (pdf_version_found > pdf_version_wanted + 0.01) { +- char msg[] = +- "PDF inclusion: found PDF version <%.1f>, but at most version <%.1f> allowed"; +- if (pdf_inclusion_errorlevel > 0) { +- pdftex_fail(msg, pdf_version_found, pdf_version_wanted); +- } else if (pdf_inclusion_errorlevel < 0) { +- ; /* do nothing */ +- } else { /* = 0, give warning */ +- pdftex_warn(msg, pdf_version_found, pdf_version_wanted); +- } +- } ++#error POPPLER_VERSION should be defined. + #endif + epdf_num_pages = pdf_doc->doc->getCatalog()->getNumPages(); + if (page_name) { +@@ -839,8 +818,8 @@ void write_epdf(void) + Page *page; + Ref *pageRef; + Dict *pageDict; +- PdfObject contents, obj1, obj2, pageObj, dictObj; +- PdfObject groupDict; ++ Object contents, obj1, obj2, pageObj, dictObj; ++ Object groupDict; + bool writeSepGroup = false; + Object info; + char *key; +@@ -867,8 +846,8 @@ void write_epdf(void) + encodingList = 0; + page = pdf_doc->doc->getCatalog()->getPage(epdf_selected_page); + pageRef = pdf_doc->doc->getCatalog()->getPageRef(epdf_selected_page); +- xref->fetch(pageRef->num, pageRef->gen, &pageObj); +- pageDict = pageObj->getDict(); ++ pageObj = xref->fetch(pageRef->num, pageRef->gen); ++ pageDict = pageObj.getDict(); + rotate = page->getRotate(); + PDFRectangle *pagebox; + // write the Page header +@@ -886,7 +865,7 @@ void write_epdf(void) + pdf_printf("/%s.PageNumber %i\n", pdfkeyprefix, (int) epdf_selected_page); + } + if ((suppress_ptex_info & MASK_SUPPRESS_PTEX_INFODICT) == 0) { +- pdf_doc->doc->getDocInfoNF(&info); ++ info = pdf_doc->doc->getDocInfoNF(); + if (info.isRef()) { + // the info dict must be indirect (PDF Ref p. 61) + pdf_printf("/%s.InfoDict ", pdfkeyprefix); +@@ -942,14 +921,14 @@ void write_epdf(void) + pdf_puts(stripzeros(s)); + + // Metadata validity check (as a stream it must be indirect) +- pageDict->lookupNF("Metadata", &dictObj); +- if (!dictObj->isNull() && !dictObj->isRef()) ++ dictObj = pageDict->lookupNF("Metadata"); ++ if (!dictObj.isNull() && !dictObj.isRef()) + pdftex_warn("PDF inclusion: /Metadata must be indirect object"); + + // copy selected items in Page dictionary except Resources & Group + for (i = 0; pageDictKeys[i] != NULL; i++) { +- pageDict->lookupNF(pageDictKeys[i], &dictObj); +- if (!dictObj->isNull()) { ++ dictObj = pageDict->lookupNF(pageDictKeys[i]); ++ if (!dictObj.isNull()) { + pdf_newline(); + pdf_printf("/%s ", pageDictKeys[i]); + copyObject(&dictObj); // preserves indirection +@@ -957,8 +936,8 @@ void write_epdf(void) + } + + // handle page group +- pageDict->lookupNF("Group", &dictObj); +- if (!dictObj->isNull()) { ++ dictObj = pageDict->lookupNF("Group"); ++ if (!dictObj.isNull()) { + if (pdfpagegroupval == 0) { + // another pdf with page group was included earlier on the + // same page; copy the Group entry as is. See manual for +@@ -972,11 +951,36 @@ void write_epdf(void) + copyObject(&dictObj); + } else { + // write Group dict as a separate object, since the Page dict also refers to it +- pageDict->lookup("Group", &dictObj); +- if (!dictObj->isDict()) ++ dictObj = pageDict->lookup("Group"); ++ if (!dictObj.isDict()) + pdftex_fail("PDF inclusion: /Group dict missing"); + writeSepGroup = true; +- initDictFromDict(groupDict, page->getGroup()); ++/* ++This part is only a single line ++ groupDict = Object(page->getGroup()); ++in the original patch. In this case, however, pdftex crashes at ++"delete pdf_doc->doc" in "delete_document()" for inclusion of some ++kind of pdf images, for example, figure_missing.pdf in gnuplot. ++A change ++ groupDict = Object(page->getGroup()).copy(); ++does not improve the situation. ++The changes below seem to work fine. ++*/ ++// begin modification ++ groupDict = pageDict->lookup("Group"); ++ 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++) { ++ groupDict.dictRemove(dic2.getKey(i)); ++ } ++ l = dic1.getLength(); ++ for (i = 0; i < l; i++) { ++ groupDict.dictAdd(copyString(dic1.getKey(i)), ++ dic1.getValNF(i)); ++ } ++// end modification + pdf_printf("/Group %ld 0 R\n", (long)pdfpagegroupval); + } + } +@@ -989,14 +993,14 @@ void write_epdf(void) + pdftex_warn + ("PDF inclusion: /Resources missing. 'This practice is not recommended' (PDF Ref)"); + } else { +- initDictFromDict(obj1, page->getResourceDict()); ++ Object *obj1 = page->getResourceDictObject(); + if (!obj1->isDict()) + pdftex_fail("PDF inclusion: invalid resources dict type <%s>", + obj1->getTypeName()); + pdf_newline(); + pdf_puts("/Resources <<\n"); + for (i = 0, l = obj1->dictGetLength(); i < l; ++i) { +- obj1->dictGetVal(i, &obj2); ++ obj2 = obj1->dictGetVal(i); + key = obj1->dictGetKey(i); + if (strcmp("Font", key) == 0) + copyFontResources(&obj2); +@@ -1009,8 +1013,8 @@ void write_epdf(void) + } + + // write the page contents +- page->getContents(&contents); +- if (contents->isStream()) { ++ contents = page->getContents(); ++ if (contents.isStream()) { + + // Variant A: get stream and recompress under control + // of \pdfcompresslevel +@@ -1021,36 +1025,35 @@ void write_epdf(void) + + // Variant B: copy stream without recompressing + // +- contents->streamGetDict()->lookup("F", &obj1); +- if (!obj1->isNull()) { ++ obj1 = contents.streamGetDict()->lookup("F"); ++ if (!obj1.isNull()) { + pdftex_fail("PDF inclusion: Unsupported external stream"); + } +- contents->streamGetDict()->lookup("Length", &obj1); +- assert(!obj1->isNull()); ++ obj1 = contents.streamGetDict()->lookup("Length"); ++ assert(!obj1.isNull()); + pdf_puts("/Length "); + copyObject(&obj1); + pdf_puts("\n"); +- contents->streamGetDict()->lookup("Filter", &obj1); +- if (!obj1->isNull()) { ++ obj1 = contents.streamGetDict()->lookup("Filter"); ++ if (!obj1.isNull()) { + pdf_puts("/Filter "); + copyObject(&obj1); + pdf_puts("\n"); +- contents->streamGetDict()->lookup("DecodeParms", &obj1); +- if (!obj1->isNull()) { ++ obj1 = contents.streamGetDict()->lookup("DecodeParms"); ++ if (!obj1.isNull()) { + pdf_puts("/DecodeParms "); + copyObject(&obj1); + pdf_puts("\n"); + } + } + pdf_puts(">>\nstream\n"); +- copyStream(contents->getStream()->getUndecodedStream()); ++ copyStream(contents.getStream()->getUndecodedStream()); + pdfendstream(); +- } else if (contents->isArray()) { ++ } else if (contents.isArray()) { + pdfbeginstream(); +- for (i = 0, l = contents->arrayGetLength(); i < l; ++i) { +- Object contentsobj; +- copyStream((contents->arrayGet(i, &contentsobj))->getStream()); +- contentsobj.free(); ++ for (i = 0, l = contents.arrayGetLength(); i < l; ++i) { ++ Object contentsobj = contents.arrayGet(i); ++ copyStream(contentsobj.getStream()); + if (i < l - 1) + pdf_newline(); // add a newline after each stream except the last + } +diff -up texlive-base-20200327/source/texk/web2c/pdftexdir/pdftosrc.cc.newpoppler texlive-base-20200327/source/texk/web2c/pdftexdir/pdftosrc.cc +--- texlive-base-20200327/source/texk/web2c/pdftexdir/pdftosrc.cc.newpoppler 2017-10-17 00:24:27.000000000 -0400 ++++ texlive-base-20200327/source/texk/web2c/pdftexdir/pdftosrc.cc 2020-04-20 14:25:55.786266341 -0400 +@@ -16,6 +16,14 @@ GNU General Public License for more deta + You should have received a copy of the GNU General Public License along + with this program. If not, see . + */ ++ ++/* ++This is based on the patch texlive-poppler-0.59.patch <2017-09-19> at ++https://git.archlinux.org/svntogit/packages.git/plain/texlive-bin/trunk ++by Arch Linux. The poppler should be 0.59.0 or newer versions. ++POPPLER_VERSION should be defined. ++*/ ++ + #include + + #include +@@ -32,10 +40,7 @@ with this program. If not, see + #include + #else +-#include +-#include +-#include +-#include ++#error POPPLER_VERSION should be defined. + #endif + #include + +@@ -86,22 +91,20 @@ int main(int argc, char *argv[]) + objgen = atoi(argv[3]); + } + xref = doc->getXRef(); +- catalogDict.initNull(); +- xref->getCatalog(&catalogDict); ++ catalogDict = xref->getCatalog(); + if (!catalogDict.isDict("Catalog")) { + fprintf(stderr, "No Catalog found\n"); + exit(1); + } +- srcStream.initNull(); ++ srcStream = Object(objNull); + if (objnum == 0) { +- catalogDict.dictLookup("SourceObject", &srcStream); ++ srcStream = catalogDict.dictLookup("SourceObject"); + static char const_SourceFile[] = "SourceFile"; + if (!srcStream.isStream(const_SourceFile)) { + fprintf(stderr, "No SourceObject found\n"); + exit(1); + } +- srcName.initNull(); +- srcStream.getStream()->getDict()->lookup("SourceName", &srcName); ++ srcName = srcStream.getStream()->getDict()->lookup("SourceName"); + if (!srcName.isString()) { + fprintf(stderr, "No SourceName found\n"); + exit(1); +@@ -110,7 +113,7 @@ int main(int argc, char *argv[]) + // We cannot free srcName, as objname shares its string. + // srcName.free(); + } else if (objnum > 0) { +- xref->fetch(objnum, objgen, &srcStream); ++ srcStream = xref->fetch(objnum, objgen); + if (!srcStream.isStream()) { + fprintf(stderr, "Not a Stream object\n"); + exit(1); +@@ -160,26 +163,24 @@ int main(int argc, char *argv[]) + int localOffset = 0; + Guint firstOffset; + +- assert(xref->fetch(e->offset, 0, &objStr)->isStream()); +- nObjects = objStr.streamGetDict()->lookup("N", &obj1)->getInt(); +- obj1.free(); +- first = objStr.streamGetDict()->lookup("First", &obj1)->getInt(); +- obj1.free(); ++ objStr = xref->fetch(e->offset, 0); ++ assert(objStr.isStream()); ++ obj1 = objStr.streamGetDict()->lookup("N"); ++ nObjects = obj1.getInt(); ++ obj1 = objStr.streamGetDict()->lookup("First"); ++ first = obj1.getInt(); + firstOffset = objStr.getStream()->getBaseStream()->getStart() + first; + + // parse the header: object numbers and offsets + objStr.streamReset(); +- obj1.initNull(); +- str = new EmbedStream(objStr.getStream(), &obj1, gTrue, first); ++ str = new EmbedStream(objStr.getStream(), Object(objNull), gTrue, first); + lexer = new Lexer(xref, str); + parser = new Parser(xref, lexer, gFalse); + for (n = 0; n < nObjects; ++n) { +- parser->getObj(&obj1); +- parser->getObj(&obj2); ++ obj1 = parser->getObj(); ++ obj2 = parser->getObj(); + if (n == e->gen) + localOffset = obj2.getInt(); +- obj1.free(); +- obj2.free(); + } + #if defined(POPPLER_VERSION) || defined(XPDF304) + while (str->getChar() != EOF) ; +@@ -187,7 +188,6 @@ int main(int argc, char *argv[]) + lexer->skipToEOF(); + #endif + delete parser; +- objStr.free(); + + fprintf(outfile, "%.10lu 00000 n\n", + (long unsigned)(firstOffset + localOffset)); +@@ -198,7 +198,6 @@ int main(int argc, char *argv[]) + s->reset(); + while ((c = s->getChar()) != EOF) + fputc(c, outfile); +- srcStream.free(); + } + if (objnum == 0) + fprintf(stderr, "Source file extracted to %s\n", outname); +@@ -207,7 +206,6 @@ int main(int argc, char *argv[]) + else + fprintf(stderr, "Cross-reference table extracted to %s\n", outname); + fclose(outfile); +- catalogDict.free(); + delete doc; + delete globalParams; + } diff --git a/texlive-20200327-poppler-0.84.patch b/texlive-20200327-poppler-0.84.patch new file mode 100644 index 0000000..7c0228b --- /dev/null +++ b/texlive-20200327-poppler-0.84.patch @@ -0,0 +1,266 @@ +diff -up texlive-base-20200327/source/texk/web2c/pdftexdir/pdftoepdf.cc.poppler-0.84 texlive-base-20200327/source/texk/web2c/pdftexdir/pdftoepdf.cc +--- texlive-base-20200327/source/texk/web2c/pdftexdir/pdftoepdf.cc.poppler-0.84 2020-04-20 14:38:05.301181578 -0400 ++++ texlive-base-20200327/source/texk/web2c/pdftexdir/pdftoepdf.cc 2020-04-20 14:38:05.314181306 -0400 +@@ -26,6 +26,15 @@ The poppler should be 0.59.0 or newer ve + POPPLER_VERSION should be defined. + */ + ++#ifdef POPPLER_VERSION ++#include ++#define xpdfVersion POPPLER_VERSION ++#define xpdfString "poppler" ++#else ++#include /* just to get the xpdf version */ ++#define xpdfString "xpdf" ++#endif ++ + /* Do this early in order to avoid a conflict between + MINGW32 defining 'boolean' as 'unsigned char' and + defining Pascal's boolean as 'int'. +@@ -292,7 +301,7 @@ static void copyDictEntry(Object * obj, + Object obj1; + copyName(obj->dictGetKey(i)); + pdf_puts(" "); +- obj1 = obj->dictGetValNF(i); ++ obj1 = obj->dictGetValNF(i).copy(); + copyObject(&obj1); + pdf_puts("\n"); + } +@@ -351,7 +360,7 @@ static void copyProcSet(Object * obj) + obj->getTypeName()); + pdf_puts("/ProcSet [ "); + for (i = 0, l = obj->arrayGetLength(); i < l; ++i) { +- procset = obj->arrayGetNF(i); ++ procset = obj->arrayGetNF(i).copy(); + if (!procset.isName()) + pdftex_fail("PDF inclusion: invalid ProcSet entry type <%s>", + procset.getTypeName()); +@@ -406,7 +415,7 @@ static void copyFont(const char *tag, Ob + if (fontdict.isDict()) { + subtype = fontdict.dictLookup("Subtype"); + basefont = fontdict.dictLookup("BaseFont"); +- fontdescRef = fontdict.dictLookupNF("FontDescriptor"); ++ fontdescRef = fontdict.dictLookupNF("FontDescriptor").copy(); + if (fontdescRef.isRef()) { + fontdesc = fontdescRef.fetch(xref); + } +@@ -452,7 +461,7 @@ static void copyFontResources(Object * o + obj->getTypeName()); + pdf_puts("/Font << "); + for (i = 0, l = obj->dictGetLength(); i < l; ++i) { +- fontRef = obj->dictGetValNF(i); ++ fontRef = obj->dictGetValNF(i).copy(); + if (fontRef.isRef()) + copyFont(obj->dictGetKey(i), &fontRef); + else if (fontRef.isDict()) { // some programs generate pdf with embedded font object +@@ -595,7 +604,7 @@ static void copyObject(Object * obj) + } else if (obj->isArray()) { + pdf_puts("["); + for (i = 0, l = obj->arrayGetLength(); i < l; ++i) { +- obj1 = obj->arrayGetNF(i); ++ obj1 = obj->arrayGetNF(i).copy(); + if (!obj1.isName()) + pdf_puts(" "); + copyObject(&obj1); +@@ -723,7 +732,7 @@ read_pdf_info(char *image_name, char *pa + #endif + // initialize + if (!isInit) { +- globalParams = new GlobalParams(); ++ globalParams = std::unique_ptr(new GlobalParams()); + globalParams->setErrQuiet(false); + isInit = true; + } +@@ -761,7 +770,7 @@ read_pdf_info(char *image_name, char *pa + if (link == 0 || !link->isOk()) + pdftex_fail("PDF inclusion: invalid destination <%s>", page_name); + Ref ref = link->getPageRef(); +- page_num = pdf_doc->doc->getCatalog()->findPage(ref.num, ref.gen); ++ page_num = pdf_doc->doc->getCatalog()->findPage(ref); + if (page_num == 0) + pdftex_fail("PDF inclusion: destination is not a page <%s>", + page_name); +@@ -921,13 +930,13 @@ void write_epdf(void) + pdf_puts(stripzeros(s)); + + // Metadata validity check (as a stream it must be indirect) +- dictObj = pageDict->lookupNF("Metadata"); ++ dictObj = pageDict->lookupNF("Metadata").copy(); + if (!dictObj.isNull() && !dictObj.isRef()) + pdftex_warn("PDF inclusion: /Metadata must be indirect object"); + + // copy selected items in Page dictionary except Resources & Group + for (i = 0; pageDictKeys[i] != NULL; i++) { +- dictObj = pageDict->lookupNF(pageDictKeys[i]); ++ dictObj = pageDict->lookupNF(pageDictKeys[i]).copy(); + if (!dictObj.isNull()) { + pdf_newline(); + pdf_printf("/%s ", pageDictKeys[i]); +@@ -936,7 +945,7 @@ void write_epdf(void) + } + + // handle page group +- dictObj = pageDict->lookupNF("Group"); ++ dictObj = pageDict->lookupNF("Group").copy(); + if (!dictObj.isNull()) { + if (pdfpagegroupval == 0) { + // another pdf with page group was included earlier on the +@@ -978,7 +987,7 @@ The changes below seem to work fine. + l = dic1.getLength(); + for (i = 0; i < l; i++) { + groupDict.dictAdd(dic1.getKey(i), +- dic1.getValNF(i)); ++ dic1.getValNF(i).copy()); + } + // end modification + pdf_printf("/Group %ld 0 R\n", (long)pdfpagegroupval); +@@ -1108,6 +1117,6 @@ void epdf_check_mem() + delete_document(p); + } + // see above for globalParams +- delete globalParams; ++ globalParams.reset(); + } + } +diff -up texlive-base-20200327/source/texk/web2c/pdftexdir/pdftosrc.cc.poppler-0.84 texlive-base-20200327/source/texk/web2c/pdftexdir/pdftosrc.cc +--- texlive-base-20200327/source/texk/web2c/pdftexdir/pdftosrc.cc.poppler-0.84 2020-04-20 14:38:05.301181578 -0400 ++++ texlive-base-20200327/source/texk/web2c/pdftexdir/pdftosrc.cc 2020-04-20 14:38:05.314181306 -0400 +@@ -24,6 +24,15 @@ by Arch Linux. The poppler should be 0.5 + POPPLER_VERSION should be defined. + */ + ++#ifdef POPPLER_VERSION ++#include ++#define xpdfVersion POPPLER_VERSION ++#define xpdfString "poppler" ++#else ++#include /* just to get the xpdf version */ ++#define xpdfString "xpdf" ++#endif ++ + #include + + #include +@@ -79,7 +88,7 @@ int main(int argc, char *argv[]) + exit(1); + } + fileName = new GString(argv[1]); +- globalParams = new GlobalParams(); ++ globalParams = std::unique_ptr(new GlobalParams()); + doc = new PDFDoc(fileName); + if (!doc->isOk()) { + fprintf(stderr, "Invalid PDF file\n"); +@@ -100,7 +109,7 @@ int main(int argc, char *argv[]) + if (objnum == 0) { + srcStream = catalogDict.dictLookup("SourceObject"); + static char const_SourceFile[] = "SourceFile"; +- if (!srcStream.isStream(const_SourceFile)) { ++ if (!(srcStream.isStream() && srcStream.getDict()->is(const_SourceFile))) { + fprintf(stderr, "No SourceObject found\n"); + exit(1); + } +@@ -156,7 +165,6 @@ int main(int argc, char *argv[]) + (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; +@@ -174,8 +182,7 @@ int main(int argc, char *argv[]) + // parse the header: object numbers and offsets + objStr.streamReset(); + str = new EmbedStream(objStr.getStream(), Object(objNull), true, first); +- lexer = new Lexer(xref, str); +- parser = new Parser(xref, lexer, false); ++ parser = new Parser(xref, str, false); + for (n = 0; n < nObjects; ++n) { + obj1 = parser->getObj(); + obj2 = parser->getObj(); +@@ -207,5 +214,5 @@ int main(int argc, char *argv[]) + fprintf(stderr, "Cross-reference table extracted to %s\n", outname); + fclose(outfile); + delete doc; +- delete globalParams; ++ globalParams.reset(); + } +diff -up texlive-base-20200327/source/texk/web2c/pdftexdir/utils.c.poppler-0.84 texlive-base-20200327/source/texk/web2c/pdftexdir/utils.c +--- texlive-base-20200327/source/texk/web2c/pdftexdir/utils.c.poppler-0.84 2019-12-29 19:37:32.000000000 -0500 ++++ texlive-base-20200327/source/texk/web2c/pdftexdir/utils.c 2020-04-20 14:39:39.355214866 -0400 +@@ -32,14 +32,6 @@ with this program. If not, see + #include "ptexlib.h" + #include +-#ifdef POPPLER_VERSION +-/* POPPLER_VERSION should be a proper version string */ +-#define xpdfVersion POPPLER_VERSION +-#define xpdfString "poppler" +-#else +-#include /* just to get the xpdf version */ +-#define xpdfString "xpdf" +-#endif + + #define check_nprintf(size_get, size_want) \ + if ((unsigned)(size_get) >= (unsigned)(size_want)) \ +@@ -977,12 +969,10 @@ void initversionstring(char **versions) + { + const_string fmt = + "Compiled with libpng %s; using libpng %s\n" +- "Compiled with zlib %s; using zlib %s\n" +- "Compiled with %s version %s\n"; ++ "Compiled with zlib %s; using zlib %s\n"; + size_t len = strlen(fmt) + + strlen(PNG_LIBPNG_VER_STRING) + strlen(png_libpng_ver) + + strlen(ZLIB_VERSION) + strlen(zlib_version) +- + strlen(xpdfString) + strlen(xpdfVersion) + + 1; + + /* len will be more than enough, because of the placeholder chars in fmt +@@ -990,7 +980,7 @@ void initversionstring(char **versions) + *versions = xmalloc(len); + sprintf(*versions, fmt, + PNG_LIBPNG_VER_STRING, png_libpng_ver, +- ZLIB_VERSION, zlib_version, xpdfString, xpdfVersion); ++ ZLIB_VERSION, zlib_version); + } + + +diff -up texlive-base-20200327/source/texk/web2c/xetexdir/XeTeX_ext.c.poppler-0.84 texlive-base-20200327/source/texk/web2c/xetexdir/XeTeX_ext.c +--- texlive-base-20200327/source/texk/web2c/xetexdir/XeTeX_ext.c.poppler-0.84 2019-12-30 16:00:39.000000000 -0500 ++++ texlive-base-20200327/source/texk/web2c/xetexdir/XeTeX_ext.c 2020-04-20 14:40:44.534851910 -0400 +@@ -38,10 +38,6 @@ authorization from the copyright holders + + #include + +-#ifndef POPPLER_VERSION +-#include +-#endif +- + #include + #include + #include +@@ -170,7 +166,6 @@ void initversionstring(char **versions) + "Compiled with Graphite2 version %d.%d.%d; using %d.%d.%d\n" + "Compiled with HarfBuzz version %s; using %s\n" + "Compiled with libpng version %s; using %s\n" +- "Compiled with poppler version %s\n" + #ifdef XETEX_MAC + "Using Mac OS X Core Text and Cocoa frameworks\n" + #else +@@ -187,7 +182,6 @@ void initversionstring(char **versions) + + strlen(hb_version_string()) + + strlen(PNG_LIBPNG_VER_STRING) + + strlen(png_libpng_ver) +- + strlen(POPPLER_VERSION) + #ifndef XETEX_MAC + + 6 * 3 /* for fontconfig version #s (won't really need 3 digits per field!) */ + #endif +@@ -217,7 +211,7 @@ void initversionstring(char **versions) + GR2_VERSION_MAJOR, GR2_VERSION_MINOR, GR2_VERSION_BUGFIX, + grMajor, grMinor, grBugfix, + HB_VERSION_STRING, hb_version_string(), +- PNG_LIBPNG_VER_STRING, png_libpng_ver, POPPLER_VERSION ++ PNG_LIBPNG_VER_STRING, png_libpng_ver + #ifndef XETEX_MAC + , + FC_VERSION / 10000, (FC_VERSION % 10000) / 100, FC_VERSION % 100, diff --git a/texlive-20200327-poppler-0.90.patch b/texlive-20200327-poppler-0.90.patch new file mode 100644 index 0000000..e76b436 --- /dev/null +++ b/texlive-20200327-poppler-0.90.patch @@ -0,0 +1,20 @@ +diff -up texlive-base-20200327/source/texk/web2c/pdftexdir/pdftoepdf.cc.poppler090 texlive-base-20200327/source/texk/web2c/pdftexdir/pdftoepdf.cc +--- texlive-base-20200327/source/texk/web2c/pdftexdir/pdftoepdf.cc.poppler090 2020-07-14 13:13:31.620607263 -0400 ++++ texlive-base-20200327/source/texk/web2c/pdftexdir/pdftoepdf.cc 2020-07-14 13:16:01.530248309 -0400 +@@ -766,7 +766,7 @@ read_pdf_info(char *image_name, char *pa + if (page_name) { + // get page by name + GString name(page_name); +- LinkDest *link = pdf_doc->doc->findDest(&name); ++ std::unique_ptr link = pdf_doc->doc->findDest(&name); + if (link == 0 || !link->isOk()) + pdftex_fail("PDF inclusion: invalid destination <%s>", page_name); + Ref ref = link->getPageRef(); +@@ -774,7 +774,6 @@ read_pdf_info(char *image_name, char *pa + if (page_num == 0) + pdftex_fail("PDF inclusion: destination is not a page <%s>", + page_name); +- delete link; + } else { + // get page by number + if (page_num <= 0 || page_num > epdf_num_pages) diff --git a/texlive-20200327-texinfo-path-fix.patch b/texlive-20200327-texinfo-path-fix.patch new file mode 100644 index 0000000..6816f81 --- /dev/null +++ b/texlive-20200327-texinfo-path-fix.patch @@ -0,0 +1,22 @@ +diff -up texlive-base-20200327/source/texk/kpathsea/texmf.cnf.texinfo-fix texlive-base-20200327/source/texk/kpathsea/texmf.cnf +--- texlive-base-20200327/source/texk/kpathsea/texmf.cnf.texinfo-fix 2020-04-20 14:29:38.934769870 -0400 ++++ texlive-base-20200327/source/texk/kpathsea/texmf.cnf 2020-04-20 14:31:48.070069635 -0400 +@@ -83,6 +83,9 @@ TEXMFSYSCONFIG = $TEXMFROOT/texmf-config + % to %USERPROFILE% on Windows, $HOME otherwise. + TEXMFHOME = ~/texmf + ++% Texinfo on Fedora lives out of $TEXMFROOT ++TEXINFOHOME = $SELFAUTODIR/share/texmf ++ + % TEXMFVAR, where texconfig/updmap/fmtutil store cached runtime data. + TEXMFVAR = ~/.texlive2020/texmf-var + +@@ -108,7 +111,7 @@ TEXMFAUXTREES = {} + % The odd-looking $TEXMFAUXTREES$TEXMF... construct is so that if no auxtree is + % ever defined (the 99% common case), no extra elements will be added to + % the search paths. tlmgr takes care to end any value with a trailing comma. +-TEXMF = {$TEXMFAUXTREES$TEXMFCONFIG,$TEXMFVAR,$TEXMFHOME,!!$TEXMFLOCAL,!!$TEXMFSYSCONFIG,!!$TEXMFSYSVAR,!!$TEXMFDIST} ++TEXMF = {$TEXMFAUXTREES$TEXMFCONFIG,$TEXMFVAR,$TEXMFHOME,$TEXINFOHOME,!!$TEXMFLOCAL,!!$TEXMFSYSCONFIG,!!$TEXMFSYSVAR,!!$TEXMFDIST} + + % Where to look for, and where mktexlsr creates, ls-R files. By default, + % this is all and only the !! elements of TEXMF, so that mktexlsr does not diff --git a/texlive-base-20180414-disable-omegafonts-check-test.patch b/texlive-base-20180414-disable-omegafonts-check-test.patch new file mode 100644 index 0000000..1879359 --- /dev/null +++ b/texlive-base-20180414-disable-omegafonts-check-test.patch @@ -0,0 +1,12 @@ +diff -up texlive-base-20180414/source/texk/web2c/omegafonts/check.test.disabletest texlive-base-20180414/source/texk/web2c/omegafonts/check.test +--- texlive-base-20180414/source/texk/web2c/omegafonts/check.test.disabletest 2018-10-04 13:24:17.965126655 -0400 ++++ texlive-base-20180414/source/texk/web2c/omegafonts/check.test 2018-10-04 13:24:26.068945230 -0400 +@@ -4,6 +4,8 @@ + # Copyright 2014, 2015 Peter Breitenlohner + # You may freely use, modify and/or distribute this file. + ++exit 0 ++ + test -d tests || mkdir -p tests + + TEXMFCNF=$srcdir/../../kpathsea diff --git a/texlive-base-20180414-synctex-do-not-throw-no-file-error.patch b/texlive-base-20180414-synctex-do-not-throw-no-file-error.patch new file mode 100644 index 0000000..d098854 --- /dev/null +++ b/texlive-base-20180414-synctex-do-not-throw-no-file-error.patch @@ -0,0 +1,11 @@ +diff -up texlive-base-20180414/source/texk/web2c/synctexdir/synctex_parser.c.shh texlive-base-20180414/source/texk/web2c/synctexdir/synctex_parser.c +--- texlive-base-20180414/source/texk/web2c/synctexdir/synctex_parser.c.shh 2019-03-19 11:02:44.303218932 -0400 ++++ texlive-base-20180414/source/texk/web2c/synctexdir/synctex_parser.c 2019-03-19 11:02:59.545857443 -0400 +@@ -6023,7 +6023,6 @@ synctex_scanner_p synctex_scanner_new_wi + if ((scanner->reader = synctex_reader_init_with_output_file(scanner->reader, output, build_directory))) { + return parse? synctex_scanner_parse(scanner):scanner; + } +- _synctex_error("No file?"); + return NULL; + } + diff --git a/texlive-base-20190410-CVE-2019-19601.patch b/texlive-base-20190410-CVE-2019-19601.patch new file mode 100644 index 0000000..ac6c1f9 --- /dev/null +++ b/texlive-base-20190410-CVE-2019-19601.patch @@ -0,0 +1,16 @@ +diff -up texlive-base-20190410/source/texk/detex/detex-src/detex.l.me texlive-base-20190410/source/texk/detex/detex-src/detex.l +--- texlive-base-20190410/source/texk/detex/detex-src/detex.l.me 2020-02-05 12:54:36.100840384 +0100 ++++ texlive-base-20190410/source/texk/detex/detex-src/detex.l 2020-02-05 13:00:28.476320773 +0100 +@@ -898,10 +898,10 @@ TexOpen(char *sbFile) + #else + if (*sbFile == '/') { /* absolute path */ + #endif +- (void)sprintf(sbFullPath, "%s", sbFile); ++ (void)snprintf(sbFullPath, PATH_MAX-1, "%s", sbFile); + iPath = csbInputPaths; /* only check once */ + } else +- (void)sprintf(sbFullPath, "%s/%s", rgsbInputPaths[iPath], sbFile); ++ (void)snprintf(sbFullPath, PATH_MAX-1, "%s/%s", rgsbInputPaths[iPath], sbFile); + #ifdef OS2 + pch = sbFullPath; + while (pch = strchr(pch, '\\')) diff --git a/texlive-bz#1442706-python-path.patch b/texlive-bz#1442706-python-path.patch deleted file mode 100644 index 18064eb..0000000 --- a/texlive-bz#1442706-python-path.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff -up tex/latex/sympytexpackage/sympytex.sty.than tex/latex/sympytexpackage/sympytex.sty ---- tex/latex/sympytexpackage/sympytex.sty.than 2017-07-05 14:24:09.206951593 +0200 -+++ tex/latex/sympytexpackage/sympytex.sty 2017-07-05 14:25:09.994666464 +0200 -@@ -43,13 +43,13 @@ - \newwrite\ST@sf - \immediate\openout\ST@sf=\jobname.sympy - \newcommand{\ST@wsf}[1]{\immediate\write\ST@sf{#1}} --\iffalse -+%\iffalse - %% To get .sympy files to automatically change the Python path to find - %% sympytex.py, delete the \iffalse and \fi lines surrounding this and - %% change the directory below to where sympytex.py can be found. - \ST@wsf{import sys} --\ST@wsf{sys.path.insert(0, 'directory with sympytex.py')} --\fi -+\ST@wsf{sys.path.insert(0, '/usr/share/texlive/texmf-dist/scripts/sympytexpackage')} -+%\fi - \ST@wsf{import sympy} - \ST@wsf{import sympytex} - \ST@wsf{sympytex.openout('\jobname')} diff --git a/texlive-bz#1575363-geometry-5.7.patch b/texlive-bz#1575363-geometry-5.7.patch deleted file mode 100644 index 4aaf02e..0000000 --- a/texlive-bz#1575363-geometry-5.7.patch +++ /dev/null @@ -1,91 +0,0 @@ ---- tex/latex/geometry/geometry.sty 2016-11-25 19:33:49.000000000 +0100 -+++ tex/latex/geometry/geometry.sty 2018-05-06 13:09:27.223486373 +0200 -@@ -8,6 +8,8 @@ - %% - %% Copyright (C) 1996-2010 - %% by Hideo Umeki -+%% Copyright (C) 2018 -+%% by Hideo Umeki and David Carlisle https://github.com/davidcarlisle/geometry - %% - %% This work may be distributed and/or modified under the conditions of - %% the LaTeX Project Public License, either version 1.3c of this license -@@ -18,14 +20,14 @@ - %% version 2005/12/01 or later. - %% - %% This work is "maintained" (as per the LPPL maintenance status) --%% by Hideo Umeki. -+%% by David Carlisle. - %% - %% This work consists of the files geometry.dtx and - %% the derived files: geometry.{sty,ins,drv}, geometry-samples.tex. - %% - \NeedsTeXFormat{LaTeX2e} - \ProvidesPackage{geometry} -- [2010/09/12 v5.6 Page Geometry] -+ [2018/03/24 v5.7 Page Geometry] - \RequirePackage{keyval}% - \RequirePackage{ifpdf}% - \RequirePackage{ifvtex}% -@@ -72,6 +74,7 @@ - \def\Gm@dvips{dvips}% - \def\Gm@dvipdfm{dvipdfm}% - \def\Gm@pdftex{pdftex}% -+\def\Gm@luatex{luatex}% - \def\Gm@xetex{xetex}% - \def\Gm@vtex{vtex}% - \def\Gm@true{true}% -@@ -592,6 +595,8 @@ - \Gm@doifelse{dvipdfm}{#1}{\Gm@setdriver{dvipdfm}}{\Gm@unsetdriver{dvipdfm}}}}% - \define@key{Gm}{pdftex}[true]{\ifGm@preamble{pdftex}{% - \Gm@doifelse{pdftex}{#1}{\Gm@setdriver{pdftex}}{\Gm@unsetdriver{pdftex}}}}% -+\define@key{Gm}{luatex}[true]{\ifGm@preamble{luatex}{% -+ \Gm@doifelse{luatex}{#1}{\Gm@setdriver{luatex}}{\Gm@unsetdriver{luatex}}}}% - \define@key{Gm}{xetex}[true]{\ifGm@preamble{xetex}{% - \Gm@doifelse{xetex}{#1}{\Gm@setdriver{xetex}}{\Gm@unsetdriver{xetex}}}}% - \define@key{Gm}{vtex}[true]{\ifGm@preamble{vtex}{% -@@ -809,7 +814,11 @@ - \ifx\Gm@driver\@empty - \typeout{*geometry* driver: auto-detecting}% - \ifpdf -- \Gm@setdriver{pdftex}% -+ \ifx\pdfextension\@undefined -+ \Gm@setdriver{pdftex}% -+ \else -+ \Gm@setdriver{luatex}% -+ \fi - \else - \Gm@setdriver{dvips}% - \fi -@@ -1030,7 +1039,7 @@ - \setlength\pdfpagewidth{\Gm@pw}% - \setlength\pdfpageheight{\Gm@ph}}% - \ifnum\mag=\@m\else -- \@tempdima=\mag sp% -+ \@tempdima=\mag sp - \@ifundefined{pdfhorigin}{}{% - \divide\pdfhorigin\@tempdima - \multiply\pdfhorigin\@m -@@ -1039,6 +1048,23 @@ - \ifx\Gm@truedimen\Gm@true - \setlength\paperwidth{\Gm@pw}% - \setlength\paperheight{\Gm@ph}% -+ \fi -+ \fi -+ \fi -+ \ifx\Gm@driver\Gm@luatex -+ \setlength\pagewidth{\Gm@pw}% -+ \setlength\pageheight{\Gm@ph}% -+ \ifnum\mag=\@m\else -+ \@tempdima=\mag sp -+ \edef\Gm@horigin{\pdfvariable horigin}% -+ \edef\Gm@vorigin{\pdfvariable vorigin}% -+ \divide\Gm@horigin\@tempdima -+ \multiply\Gm@horigin\@m -+ \divide\Gm@vorigin\@tempdima -+ \multiply\Gm@vorigin\@m -+ \ifx\Gm@truedimen\Gm@true -+ \setlength\paperwidth{\Gm@pw}% -+ \setlength\paperheight{\Gm@ph}% - \fi - \fi - \fi diff --git a/texlive-bz979176.patch b/texlive-bz979176.patch deleted file mode 100644 index 869ea1e..0000000 --- a/texlive-bz979176.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up source/texk/kpathsea/mktexlsr.than source/texk/kpathsea/mktexlsr ---- source/texk/kpathsea/mktexlsr.than 2015-04-29 16:52:42.800897655 +0200 -+++ source/texk/kpathsea/mktexlsr 2015-04-29 16:53:12.500695909 +0200 -@@ -66,7 +66,7 @@ if tty -s; then verbose=true; else verbo - dry_run=false - trees= - --treefile="${TMPDIR-/tmp}/mktexlsrtrees$$.tmp" -+treefile=`mktemp -q --tmpdir mktexlsrtrees.XXXXXXXXXX` - trap 'cd /; rm -f $treefile; test -z "$db_dir_tmp" || rm -rf "$db_dir_tmp"; - exit' 0 1 2 3 7 13 15 - diff --git a/texlive-fedora-licenses.h b/texlive-fedora-licenses.h deleted file mode 100644 index b760a70..0000000 --- a/texlive-fedora-licenses.h +++ /dev/null @@ -1,189 +0,0 @@ -"cmdtrack", NULL, /* Removed from TeXLive - non-free */ -"fltpage", NULL, /* Removed from TeXLive - non-free */ -"free-math-font-survey", NULL, /* Removed from TeXLive - non-free */ -"kalender", NULL, /* Removed from TeXLive - non-free */ -"latex-tipps-und-tricks", NULL, /* Removed from TeXLive - non-free */ -"russ", NULL, /* Removed from TeXLive - non-free */ -"preview", NULL, /* upstream in Fedora */ -"psutils", NULL, /* in Fedora */ -"floatflt", "LPPL", -"seetexk", "MIT", -"texdraw", "CC-BY", -"ogham", "Public Domain", -"midnight", "midnight", -"ec", "ec", -"setspace", "Copyright only", /* http://www.linux.cz/pipermail/texlive/2011-December/000357.html */ -"authoraftertitle", "Public Domain", /* http://www.linux.cz/pipermail/texlive/2011-December/000359.html */ -"gentle", "CC-BY-SA", /* http://www.linux.cz/pipermail/texlive/2011-December/000375.html */ -"gillcm", "BSD", /* http://www.linux.cz/pipermail/texlive/2011-December/000382.html */ -"doc-pictex", "Copyright only", /* http://www.linux.cz/pipermail/texlive/2011-December/000386.html */ -"abstyles", "Abstyles", /* http://www.linux.cz/pipermail/texlive/2011-December/000343.html */ -"adobemapping", "BSD", -"ANUfinalexam", "GPL+", -"apalike2", "Knuth", -"apa6e", "BSD", -"arpic", "Arpic", -"ar", "LPPL", -"asana-math", "OFL", -"ascii-chart", "LPPL", -"bbm", "Copyright only", -"bbold-type1", "Copyright only", -"bera", "Bitstream vera", -"berenisadf", "GPLv2+ and LPPL", -"bchart", "MIT", -"blacklettert1", "LPPL", -"borceux", "Borceux", -"braille", "LPPL", -"breakcites", "Copyright only", -"calligra", "Copyright only", -"calligra-type1", "Copyright only", -"charter", "Copyright only", -"cherokee", "Copyright only", -"chicago", "Knuth", -"cite", "Copyright only", -"clock", "GPL+", -"cm-unicode", "OFL", -"codepage", "BSD", -"context-filter", "BSD", -"context-mathsets", "BSD", -"context-rst", "BSD", -"context", "GPL+ or LPPL", -"context-vim", "BSD", -"courseoutline", "Copyright only", -"coursepaper", "Copyright only", -"crossword", "Crossword", -"csplain", "GPLv2+", -"dancers", "Copyright only", -"de-macro", "AFL", -"detex", "NCSA", -"din1505", "Bibtex", -"dk-bib", "GPLv2+", -"dosepsbin", "GPLv2 or Artistic", -"dotseqn", "Dotseqn", -"doublestroke", "Doublestroke", -"dvidvi", "Copyright only", -"ecv", "Copyright only", -"eiad", "Public Domain", -"electrum", "GPLv2+ with exceptions and LPPL", -"elvish", "Elvish", -"epstopdf", "BSD", -"eqname", "Copyright only", -"esstix", "OFL", -"etex-pkg", "LPPL", -"eurosym", "Eurosym", -"facture", "CC-BY-SA", -"fancynum", "LPPL", -"fbithesis", "LPPL", -"figflow", "Copyright only", -"finbib", "Bibtex", -"fltpoint", "LPPL", -"fonetika", "GPL+ and LPPL", -"font-change", "CC-BY-SA", -"formlett", "GPL+", -"framed", "Copyright only", -"fundus", "LPPL", -"fwlw", "Copyright only", -"gene-logic", "Crossword", -"gentium", "OFL", -"germbib", "Bibtex", -"getoptk", "CeCILL-B", -"gfsartemisia", "LPPL", -"gfsbaskerville", "LPPL", -"gfsbodoni", "OFL", -"gfscomplutum", "OFL", -"gfsdidot", "LPPL", -"gfsneohellenic", "LPPL", -"gfsporson", "LPPL", -"gfssolomos", "OFL", -"harvmac", "CC-BY", -"hc", "GPLv2+", -"hyphen-basque", "Bahyph", -"hyphenex", "Public Domain", -"hyphen-greek", "LPPL", -"hyphen-turkish", "Copyright only", -"hyph-utf8", "Copyright only", -"ifsym", "LPPL", -"inconsolata", "OFL", -"index", "LPPL", -"ipaex", "IPA", -"itrans", "BSD", -"jadetex", "MIT", -"jamtimes", "BSD", -"japanese-otf", "BSD", -"jlabels", "Bibtex or LPPL", -"kixfont", "Copyright only", -"latex2e-help-texinfo", "Latex2e", -"lhcyr", "Lhcyr", -"localloc", "Bibtex", -"lshort-german", "GFDL", -"lshort-spanish", "GPLv2+", -"lshort-ukr", "GPLv2+", -"lua-alt-getopt", "MIT", -"magaz", "Copyright only", -"makeindex", "MakeIndex", -"mdputu", "BSD", -"menu", "LPPL", -"metapost-examples", "GPL+", -"mhequ", "Public Domain", -"mil3", "Copyright only", -"minutes", "LPPL", -"mkgrkindex", "LPPL", -"mkjobtexmf", "GPLv2 or Artistic", -"mpman-ru", "MIT", -"mp3d", "LPPL", -"mslapa", "Public Domain", -"mxedruli", "LPPL", -"nature", "LPPL", -"newsletr", "Newsletr", -"ocr-b-outline", "Copyright only", -"ocr-b", "Copyright only", -"oldstandard", "OFL", -"oubraces", "Copyright only", -"passivetex", "MIT", -"path", "Bibtex", -"pax", "GPLv2+", -"pb-diagram", "GPLv2+", -"persian-modern", "OFL", -"philokalia", "OFL", -"plain-doc", "Public Domain", -"plweb", "Copyright only", -"pnas2009", "Bibtex", -"prodint", "OFL", -"productbox", "Copyright only", -"psfrag", "psfrag", -"pst-bspline", "LPPL", -"ps2pkm", "MIT", -"ptex", "BSD", -"punknova", "Punknova", -"rccol", "LPPL", -"rsfs", "rsfs", -"r_und_s", "BSD", -"shapepar", "Dotseqn", -"showhyphens", "MIT", -"slideshow", "Copyright only", -"sphack", "Bibtex", -"stix", "OFL", -"subsupscripts", "LPPL", -"tabls", "Dotseqn", -"tds", "Latex2e", -"tetex", "GPL+ and GPLv2+ and LPPL", -"texdiff", "GPL+ or Artistic", -"texdirflatten", "GPL+ or Artistic", -"texloganalyser", "BSD", -"tex-refs", "GFDL", -"threeparttable", "Threeparttable", -"tie", "Latex2e", -"tikz-dependency", "(GPLv2 or LPPL) and (GFDL or LPPL)", -"tucv", "CC-BY-SA", -"tugboat-plain", "Bibtex", -"ulem", "Copyright only", -"umtypewriter", "OFL", -"utopia", "Utopia", -"venturisadf", "Utopia", -"version", "Copyright only", -"vntex", "Utopia", -"wadalab", "Wadalab", -"webguide", "Utopia", -"wsuipa", "Utopia", -"xdvi", "MIT", -"zed-csp", "Zed", diff --git a/texlive-fix-system-teckit.patch b/texlive-fix-system-teckit.patch deleted file mode 100644 index 4410428..0000000 --- a/texlive-fix-system-teckit.patch +++ /dev/null @@ -1,16 +0,0 @@ -diff -up source/m4/kpse-teckit-flags.m4.fix source/m4/kpse-teckit-flags.m4 ---- source/m4/kpse-teckit-flags.m4.fix 2015-07-28 21:46:52.411157717 -0400 -+++ source/m4/kpse-teckit-flags.m4 2015-07-28 21:47:03.570090966 -0400 -@@ -20,9 +20,8 @@ _KPSE_LIB_FLAGS([teckit], [TECkit], [], - - # KPSE_TECKIT_OPTIONS([WITH-SYSTEM]) - # ---------------------------------- --AC_DEFUN([KPSE_TECKIT_OPTIONS], [_KPSE_LIB_OPTIONS([teckit], [$1], [pkg-config])]) -+AC_DEFUN([KPSE_TECKIT_OPTIONS], [_KPSE_LIB_OPTIONS([teckit], [$1])]) - - # KPSE_TECKIT_SYSTEM_FLAGS --# ------------------------- --AC_DEFUN([KPSE_TECKIT_SYSTEM_FLAGS], [dnl --_KPSE_PKG_CONFIG_FLAGS([teckit], [teckit])]) -+# ------------------------ -+AC_DEFUN([KPSE_TECKIT_SYSTEM_FLAGS], [_KPSE_LIB_FLAGS_SYSTEM([teckit], [TECkit])]) diff --git a/texlive-latexdiff-perl518.patch b/texlive-latexdiff-perl518.patch deleted file mode 100644 index bb29f51..0000000 --- a/texlive-latexdiff-perl518.patch +++ /dev/null @@ -1,121 +0,0 @@ ---- latexdiff.pl 2015-04-19 16:00:38.000000000 -0600 -+++ latexdiff.pl 2015-12-15 19:14:13.581563397 -0700 -@@ -1434,7 +1434,7 @@ sub flatten { - $bblfile=~s/\.tex$//; - $bblfile.=".bbl"; - -- if ( ($includeonly) = ($preamble =~ m/\\includeonly{(.*?)}/ ) ) { -+ if ( ($includeonly) = ($preamble =~ m/\\includeonly\{(.*?)}/ ) ) { - $includeonly =~ s/,/|/g; - } else { - $includeonly = '.*?'; -@@ -1443,7 +1443,7 @@ sub flatten { - print STDERR "DEBUG: includeonly $includeonly\n" if $debug; - - # recursively replace \\input and \\include files -- $text=~s/(^(?:[^%\n]|\\%)*)\\input{(.*?)}|\\include{(${includeonly}(?:\.tex)?)}/{ -+ $text=~s/(^(?:[^%\n]|\\%)*)\\input\{(.*?)}|\\include\{(${includeonly}(?:\.tex)?)}/{ - $begline=(defined($1)? $1 : "") ; - $fname = $2 if defined($2) ; - $fname = $3 if defined($3) ; -@@ -1460,7 +1460,7 @@ sub flatten { - "$begline$newpage$replacement$newpage"; - }/exgm; - # replace bibliography with bbl file if it exists -- $text=~s/(^(?:[^%\n]|\\%)*)\\bibliography{(.*?)}/{ -+ $text=~s/(^(?:[^%\n]|\\%)*)\\bibliography\{(.*?)}/{ - if ( -f $bblfile ){ - $replacement=read_file_with_encoding(File::Spec->catfile($bblfile), $encoding); - } else { -@@ -1471,7 +1471,7 @@ sub flatten { - "$begline$replacement"; - }/exgm; - # replace subfile with contents (subfile package) -- $text=~s/(^(?:[^%\n]|\\%)*)\\subfile{(.*?)}/{ -+ $text=~s/(^(?:[^%\n]|\\%)*)\\subfile\{(.*?)}/{ - $begline=(defined($1)? $1 : "") ; - $fname = $2; - # # add tex extension unless there is a three letter extension already -@@ -2166,7 +2166,7 @@ sub marktags { - sub preprocess { - for (@_) { - # Change \{ to \QLEFTBRACE and \} to \QRIGHTBRACE -- s/(? -+ -+ * texmf.cnf (shell_escape_commands): remove mpost, due to -+ the -tex option. Oops! Report from Bruno Le Floch. -+ -diff -up texlive-2016/source/texk/kpathsea/texmf.cnf.than texlive-2016/source/texk/kpathsea/texmf.cnf ---- texlive-2016/source/texk/kpathsea/texmf.cnf.than 2017-03-07 17:37:14.160778751 +0100 -+++ texlive-2016/source/texk/kpathsea/texmf.cnf 2017-03-07 17:37:39.688812317 +0100 -@@ -568,7 +568,6 @@ extractbb,\ - gregorio,\ - kpsewhich,\ - makeindex,\ --mpost,\ - repstopdf,\ - - % we'd like to allow: diff --git a/texlive-no-l3regex.patch b/texlive-no-l3regex.patch deleted file mode 100644 index f550cd9..0000000 --- a/texlive-no-l3regex.patch +++ /dev/null @@ -1,42 +0,0 @@ -diff -up tex/latex/pkgloader/pkgloader.sty.nol3regex tex/latex/pkgloader/pkgloader.sty ---- tex/latex/pkgloader/pkgloader.sty.nol3regex 2020-05-12 15:43:34.909265349 -0400 -+++ tex/latex/pkgloader/pkgloader.sty 2020-05-12 15:44:42.157074791 -0400 -@@ -71,7 +71,6 @@ - % \begin{macrocode} - \RequirePackage{xparse} - \RequirePackage{l3keys2e} --\RequirePackage{l3regex} - \RequirePackage{lt3graph} - % \end{macrocode} - % -@@ -660,7 +659,7 @@ - % - % \begin{macrocode} - \prop_map_inline:Nn \g__pkgloader_known_pkg_prop {%%%%%%%%%%%%%% ##1 -- \int_step_inline:nncn {1} {1} {g__pkgloader_count_(##1)_int} {%% ####1 -+ \int_step_inline:nnvn {1} {1} {g__pkgloader_count_(##1)_int} {%% ####1 - % \end{macrocode} - % - % If the current configuration should be loaded but still -@@ -767,9 +766,8 @@ - % \end{macrocode} - % \uninteresting\begin{macrocode} - } --\cs_generate_variant:Nn \int_step_inline:nnnn {nncn} -+\cs_generate_variant:Nn \int_step_inline:nnnn {nnvn} - \cs_generate_variant:Nn \bool_if:nT {vT} --\cs_generate_variant:Nn \withargs:nnn {vvn} - \cs_generate_variant:Nn \graph_gput_vertex:Nnn {Nnf} - \graph_new:N \l__pkgloader_order_graph - \tl_new:N \l__pkgloader_used_configs_tl -@@ -836,8 +834,8 @@ - } - } - } --\cs_generate_variant:Nn \withargs:nn {xn} --\cs_generate_variant:Nn \withargs:nnnnn {vvfvn} -+\cs_generate_variant:Nn \withargs:nn {x} -+\cs_generate_variant:Nn \withargs:nnnnn {vvfv} - % \end{macrocode} - % - % And it needs the following auxiliary function to strip diff --git a/texlive-scrpage2-obsolete-fixes.patch b/texlive-scrpage2-obsolete-fixes.patch deleted file mode 100644 index 2a7e099..0000000 --- a/texlive-scrpage2-obsolete-fixes.patch +++ /dev/null @@ -1,163 +0,0 @@ -diff -up tex/latex/bgteubner/bgteubner.cls.fixme tex/latex/bgteubner/bgteubner.cls ---- tex/latex/bgteubner/bgteubner.cls.fixme 2020-05-11 11:18:45.614265736 -0400 -+++ tex/latex/bgteubner/bgteubner.cls 2020-05-11 11:19:44.848269987 -0400 -@@ -280,7 +280,8 @@ - \RequirePackage{warning}[2001/08/17] - \RequirePackage[all]{onlyamsmath}[2001/10/04] - \RequirePackage[sepfour,autolanguage]{numprint}[2003/11/09] --\RequirePackage{scrpage2}[2002/11/01] -+\RequirePackage{scrlfile} -+\ReplacePackage{scrpage2}{scrlayer-scrpage} - \RequirePackage[fixlanguage]{babelbib}[2003/07/28] - \RequirePackage{fnbreak}[2003/04/03] - \RequirePackage[countmax]{subfloat}[2002/12/16] -diff -up tex/latex/mdframed/ltxmdf.cls.fixme tex/latex/mdframed/ltxmdf.cls ---- tex/latex/mdframed/ltxmdf.cls.fixme 2020-05-11 11:15:55.073132609 -0400 -+++ tex/latex/mdframed/ltxmdf.cls 2020-05-11 11:16:31.591518713 -0400 -@@ -68,7 +68,8 @@ - \endgroup - \xspaceaddexceptions{\xspace@check@icr} - \RequirePackage{multicol}\columnseprule0.4pt --\RequirePackage{scrpage2} -+\RequirePackage{scrlfile} -+\ReplacePackage{scrpage2}{scrlayer-scrpage} - \RequirePackage[inline]{enumitem} - \RequirePackage{amsmath} - \RequirePackage{listings} -diff -up tex/latex/mentis/mentis.cls.fixme tex/latex/mentis/mentis.cls ---- tex/latex/mentis/mentis.cls.fixme 2020-05-11 11:44:12.168603751 -0400 -+++ tex/latex/mentis/mentis.cls 2020-05-11 11:44:31.344281400 -0400 -@@ -40,7 +40,8 @@ - %%% \end{macrocode} - \RequirePackage{xspace} - \RequirePackage{textcomp} --\RequirePackage{scrpage2} -+\RequirePackage{scrlfile} -+\ReplacePackage{scrpage2}{scrlayer-scrpage} - \RequirePackage{jurabib} - %%% \begin{macrocode} - %%\RequirePackage{picinpar} -diff -up tex/latex/rcsinfo/rcsinfo.sty.fixme tex/latex/rcsinfo/rcsinfo.sty ---- tex/latex/rcsinfo/rcsinfo.sty.fixme 2020-05-11 11:27:58.018979581 -0400 -+++ tex/latex/rcsinfo/rcsinfo.sty 2020-05-11 11:29:20.177598457 -0400 -@@ -119,7 +119,8 @@ - \RequirePackage{fancyhdr} - \fi - \if@rcsInfoUseScrpage@ -- \RequirePackage{scrpage2} -+ \RequirePackage{scrlfile} -+ \ReplacePackage{scrpage2}{scrlayer-scrpage} - \fi - \def\today{\ifcase\month\or - January\or February\or March\or April\or May\or June\or -diff -up tex/latex/rtklage/rtklage.cls.fixme tex/latex/rtklage/rtklage.cls ---- tex/latex/rtklage/rtklage.cls.fixme 2020-05-11 11:22:57.281035108 -0400 -+++ tex/latex/rtklage/rtklage.cls 2020-05-11 11:23:18.024686393 -0400 -@@ -7,7 +7,7 @@ - \RequirePackage{scrdate} - \RequirePackage{calc} - \RequirePackage[np]{numprint} --\RequirePackage[plainheadsepline]{scrpage2} -+\RequirePackage[plainheadsepline]{scrlayer-scrpage} - \RequirePackage{alphanum} - \RequirePackage{eso-pic} - \RequirePackage{color} -diff -up tex/latex/schule/schuleab.cls.fixme tex/latex/schule/schuleab.cls ---- tex/latex/schule/schuleab.cls.fixme 2020-05-11 11:48:43.556041642 -0400 -+++ tex/latex/schule/schuleab.cls 2020-05-11 11:48:57.530806700 -0400 -@@ -154,7 +154,7 @@ - \RequirePackage[utf8]{inputenc} - \RequirePackage[T1]{fontenc} - \RequirePackage{schulealt} --\RequirePackage[headsepline]{scrpage2} -+\RequirePackage[headsepline]{scrlayer-scrpage} - \pagestyle{scrheadings} - - \def\dokName#1{\gdef\@dokName{#1}} -diff -up tex/latex/schule/schuleit.cls.fixme tex/latex/schule/schuleit.cls ---- tex/latex/schule/schuleit.cls.fixme 2020-05-11 11:47:47.675981001 -0400 -+++ tex/latex/schule/schuleit.cls 2020-05-11 11:48:04.699694823 -0400 -@@ -136,7 +136,7 @@ parskip=half] - - \RequirePackage{schulealt} - \RequirePackage{mdframed} --\RequirePackage{scrpage2} -+\RequirePackage{scrlayer-scrpage} - \RequirePackage{paralist} - \RequirePackage{xargs} - \RequirePackage{xparse} -diff -up tex/latex/schule/schulekl.cls.fixme tex/latex/schule/schulekl.cls ---- tex/latex/schule/schulekl.cls.fixme 2020-05-11 11:46:03.693728973 -0400 -+++ tex/latex/schule/schulekl.cls 2020-05-11 11:46:48.188980998 -0400 -@@ -124,7 +124,7 @@ - - \LoadClass{schullzk} - \RequirePackage{schullzk} --\RequirePackage[headsepline]{scrpage2} -+\RequirePackage[headsepline]{scrlayer-scrpage} - \pagestyle{scrheadings} - \newboolean{@klassenarbeit} - \setboolean{@klassenarbeit}{false} -diff -up tex/latex/schule/schuleub.cls.fixme tex/latex/schule/schuleub.cls ---- tex/latex/schule/schuleub.cls.fixme 2020-05-11 11:46:59.156796622 -0400 -+++ tex/latex/schule/schuleub.cls 2020-05-11 11:47:13.364557780 -0400 -@@ -125,7 +125,7 @@ - \LoadClass[parskip=half,headsepline,DIV14]{scrartcl} - \RequirePackage[utf8]{inputenc} - \RequirePackage[T1]{fontenc} --\RequirePackage[headsepline]{scrpage2} -+\RequirePackage[headsepline]{scrlayer-scrpage} - \setkomafont{pagehead}{\normalfont} - \RequirePackage{calc} - \RequirePackage{hyperref} -diff -up tex/latex/schule/schullzk.cls.fixme tex/latex/schule/schullzk.cls ---- tex/latex/schule/schullzk.cls.fixme 2020-05-11 11:47:24.252374753 -0400 -+++ tex/latex/schule/schullzk.cls 2020-05-11 11:47:39.157124209 -0400 -@@ -127,7 +127,7 @@ - \RequirePackage[utf8]{inputenc} - \RequirePackage[T1]{fontenc} - \RequirePackage{schulealt} --\RequirePackage[headsepline]{scrpage2} -+\RequirePackage[headsepline]{scrlayer-scrpage} - \RequirePackage{schullzk} - \pagestyle{scrheadings} - \def\datum#1{\gdef\@datum{#1}} -diff -up tex/latex/skdoc/skdoc.cls.fixme tex/latex/skdoc/skdoc.cls ---- tex/latex/skdoc/skdoc.cls.fixme 2020-05-11 11:30:27.805461603 -0400 -+++ tex/latex/skdoc/skdoc.cls 2020-05-11 11:31:35.888317110 -0400 -@@ -40,7 +40,8 @@ - \RequirePackage[nomain,xindy,numberedsection,order=letter, - sanitizesort=false]{glossaries} - \RequirePackage{ydoc-code,ydoc-desc} --\RequirePackage{scrpage2} -+\RequirePackage{scrlfile} -+\ReplacePackage{scrpage2}{scrlayer-scrpage} - \AtEndOfClass{% - \RequirePackage[\skdoc@babel]{babel} - \RequirePackage[english=british]{csquotes} -diff -up tex/latex/sr-vorl/sr-vorl.cls.fixme tex/latex/sr-vorl/sr-vorl.cls ---- tex/latex/sr-vorl/sr-vorl.cls.fixme 2020-05-11 11:50:00.653745337 -0400 -+++ tex/latex/sr-vorl/sr-vorl.cls 2020-05-11 11:50:19.241432794 -0400 -@@ -121,7 +121,8 @@ - - \RequirePackage{babel} - \RequirePackage{geometry} --\RequirePackage{scrpage2} -+\RequirePackage{scrlfile} -+\ReplacePackage{scrpage2}{scrlayer-scrpage} - \RequirePackage{caption} - \RequirePackage{ragged2e} - \RequirePackage{enumitem} -diff -up tex/latex/svninfo/svninfo.sty.fixme tex/latex/svninfo/svninfo.sty ---- tex/latex/svninfo/svninfo.sty.fixme 2020-05-11 11:34:20.516549642 -0400 -+++ tex/latex/svninfo/svninfo.sty 2020-05-11 11:34:50.985037457 -0400 -@@ -144,7 +144,8 @@ - \RequirePackage{fancyhdr} - \fi - \if@svnInfoUseScrpage@ -- \RequirePackage{scrpage2} -+ \RequirePackage{scrlfile} -+ \ReplacePackage{scrpage2}{scrlayer-scrpage} - \fi - \if@svnInfoUseEsofoot@ - \RequirePackage{eso-pic} diff --git a/texlive.spec b/texlive.spec index b66c3aa..7f62588 100644 --- a/texlive.spec +++ b/texlive.spec @@ -1,6474 +1,718 @@ -# PACKAGER NOTES -# 1. If you update biblatex, be sure the versioned Requires on biber is correct. Email Colin . - -%global tl_version 2020 - +%global tl_epoch 9 +%global source_date 20200327 +%global tl_version %{source_date} +%global source_name texlive-%{source_date}-source %{!?_texdir: %global _texdir %{_datadir}/%{name}} %{!?_texmf_var: %global _texmf_var %{_var}/lib/texmf} +%global etc_fmtutil_cnf %{_sysconfdir}/texlive/web2c/fmtutil.cnf +%global usr_fmtutil_cnf %{_texdir}/texmf-dist/web2c/fmtutil.cnf +%global fmtutil_cnf_d %{_texdir}/fmtutil.cnf.d + # We do not want this. %global __brp_mangle_shebangs /usr/bin/true -# Not ppc64, not s390x, not aarch64 due to lack of clisp -# code SIGSEGV's on armv7hl -%global xindy_arches empty +# don't export private perl modules +%global __provides_exclude %{?__provides_exclude:%__provides_exclude|}^perl\\( +%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\((PDF::Reuse.*|Pedigree.*|TeXLive.*|Tk::path_tre)\\) + +%global _configure ../configure + +%global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d) + +%global _lto_cflags %{nil} Name: texlive -Version: %{tl_version} -Release: 31%{?dist} -Epoch: 9 +Version: %{source_date} +Release: 1%{?dist} +Epoch: %{tl_epoch} Summary: TeX formatting system -License: Artistic 2.0 and CC-BY and CC-BY-SA and GPLv2 and GPLv2+ and GPLv3+ and LGPLv2+ and LPPL and MIT and Public Domain and UCD and Utopia +Group: Applications/Publishing +License: Artistic 2.0 and GPLv2 and GPLv2+ and LGPLv2+ and LPPL and MIT and Public Domain and UCD and Utopia URL: http://tug.org/texlive/ + +BuildRequires: xz +BuildRequires: libXaw-devel +BuildRequires: libXi-devel +BuildRequires: ncurses-devel +BuildRequires: bison +BuildRequires: flex +BuildRequires: file +BuildRequires: perl(Digest::MD5) +BuildRequires: texinfo +BuildRequires: gcc-c++ +BuildRequires: gd-devel +BuildRequires: teckit-devel >= 2.5.7 +BuildRequires: freetype-devel +BuildRequires: libpng-devel +BuildRequires: zlib-devel +BuildRequires: poppler-devel +BuildRequires: zziplib-devel +BuildRequires: libicu-devel +BuildRequires: cairo-devel +BuildRequires: harfbuzz-devel +BuildRequires: perl-generators +BuildRequires: pixman-devel +BuildRequires: graphite2-devel +%if 0%{?fedora} || 0%{?rhel} >= 8 +BuildRequires: libgs-devel +%else +BuildRequires: ghostscript-devel +%endif +BuildRequires: libpaper-devel +BuildRequires: potrace-devel +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: libtool +BuildRequires: gmp-devel +BuildRequires: mpfr-devel +BuildRequires: chrpath +BuildRequires: openssl-devel + Requires: texlive-scheme-basic Requires: texlive-collection-latexrecommended Requires: tex-kpathsea -# Now that the arch-dependent bits are in texlive-base... we can do this! -BuildArch: noarch -# For python macros -BuildRequires: python3-devel -Patch1: tl-kpfix.patch -Patch2: tl-format.patch -Patch3: texlive-20160520-selinux-context.patch -Patch4: texlive-fix-system-teckit.patch -Patch5: texlive-2016-kpathsea-texlive-path.patch -# security fix for bz#979176 -Patch100: texlive-bz979176.patch -Patch101: etex-addlanguage-fix-bz1215257.patch -# security fix for bz#1429452, CVE-2016-10243 -Patch104: texlive-mpost-CVE-2016-10243.patch -# backport upstream to fix upmendex segfaults on i386 arch -Patch105: texlive-2016-upmendex-crash -# fix bz#1442706, set correct python path -Patch106: texlive-bz#1442706-python-path.patch -Patch108: texlive-2017-xepersian-python.patch -Patch109: texlive-2019-py3-and-pep8.patch -Patch110: tabu-update-to-git-930bc77.patch -Patch111: texlive-scrpage2-obsolete-fixes.patch -Patch112: texlive-no-l3regex.patch -Source3: texlive-licenses.tar.xz -Source4: texlive-fonts-appstream-metadata.tar.bz2 -Source0100: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/12many.tar.xz -Source0101: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/12many.doc.tar.xz -Source0103: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/2up.tar.xz -Source0104: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/2up.doc.tar.xz -Source0105: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/a0poster.tar.xz -Source0106: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/a0poster.doc.tar.xz -Source0109: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/a4wide.tar.xz -Source0110: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/a4wide.doc.tar.xz -Source0111: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/a5comb.tar.xz -Source0112: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/a5comb.doc.tar.xz -Source0113: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/aastex.tar.xz -Source0114: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/aastex.doc.tar.xz -Source0116: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/abbr.tar.xz -Source0117: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/abbr.doc.tar.xz -Source0118: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/abc.tar.xz -Source0119: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/abc.doc.tar.xz -Source0121: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/abntex2.tar.xz -Source0122: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/abntex2.doc.tar.xz -Source0123: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/abraces.tar.xz -Source0124: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/abraces.doc.tar.xz -Source0125: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/abstract.tar.xz -Source0126: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/abstract.doc.tar.xz -Source0128: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/abstyles.tar.xz -Source0129: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/abstyles.doc.tar.xz -Source0130: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/academicons.tar.xz -Source0131: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/academicons.doc.tar.xz -Source0132: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/accanthis.tar.xz -Source0133: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/accanthis.doc.tar.xz -Source0136: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/achemso.tar.xz -Source0137: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/achemso.doc.tar.xz -Source0139: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/acmconf.tar.xz -Source0140: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/acmconf.doc.tar.xz -Source0142: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/acronym.tar.xz -Source0143: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/acronym.doc.tar.xz -Source0145: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/acroterm.tar.xz -Source0146: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/acroterm.doc.tar.xz -Source0148: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/acro.tar.xz -Source0149: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/acro.doc.tar.xz -Source0150: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/active-conf.tar.xz -Source0151: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/active-conf.doc.tar.xz -Source0153: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/actuarialangle.tar.xz -Source0154: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/actuarialangle.doc.tar.xz -Source0155: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/addlines.tar.xz -Source0156: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/addlines.doc.tar.xz -Source0158: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/adfathesis.tar.xz -Source0159: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/adfathesis.doc.tar.xz -Source0161: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/adforn.tar.xz -Source0162: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/adforn.doc.tar.xz -Source0163: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/adfsymbols.tar.xz -Source0164: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/adfsymbols.doc.tar.xz -Source0168: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/adjmulticol.tar.xz -Source0169: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/adjmulticol.doc.tar.xz -Source0171: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/adjustbox.tar.xz -Source0172: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/adjustbox.doc.tar.xz -Source0174: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/adobemapping.tar.xz -Source0175: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/adrconv.tar.xz -Source0176: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/adrconv.doc.tar.xz -Source0178: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/advdate.tar.xz -Source0179: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/advdate.doc.tar.xz -Source0182: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/aeguill.tar.xz -Source0183: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/aeguill.doc.tar.xz -Source0184: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ae.tar.xz -Source0185: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ae.doc.tar.xz -Source0189: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/afparticle.tar.xz -Source0190: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/afparticle.doc.tar.xz -Source0192: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/afthesis.tar.xz -Source0193: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/afthesis.doc.tar.xz -Source0194: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/aguplus.tar.xz -Source0195: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/aguplus.doc.tar.xz -Source0196: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/aiaa.tar.xz -Source0197: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/aiaa.doc.tar.xz -Source0199: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/aichej.tar.xz -Source0200: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ajl.tar.xz -Source0201: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/akktex.tar.xz -Source0202: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/akktex.doc.tar.xz -Source0203: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/akletter.tar.xz -Source0204: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/akletter.doc.tar.xz -Source0205: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/alegreya.tar.xz -Source0206: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/alegreya.doc.tar.xz -Source0219: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latexconfig.tar.xz -Source0220: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latex-fonts.tar.xz -Source0221: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latex-fonts.doc.tar.xz -Source0222: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/plain.tar.xz -Source0223: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lambda.tar.xz -Source0224: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/alertmessage.tar.xz -Source0225: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/alertmessage.doc.tar.xz -Source0227: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/algorithm2e.tar.xz -Source0228: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/algorithm2e.doc.tar.xz -Source0229: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/algorithmicx.tar.xz -Source0230: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/algorithmicx.doc.tar.xz -Source0231: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/algorithms.tar.xz -Source0232: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/algorithms.doc.tar.xz -Source0234: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/alg.tar.xz -Source0235: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/alg.doc.tar.xz -Source0237: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/allrunes.tar.xz -Source0238: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/allrunes.doc.tar.xz -Source0240: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/almfixed.tar.xz -Source0241: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/almfixed.doc.tar.xz -Source0242: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/alnumsec.tar.xz -Source0243: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/alnumsec.doc.tar.xz -Source0247: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/altfont.tar.xz -Source0248: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/altfont.doc.tar.xz -Source0250: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ametsoc.tar.xz -Source0251: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ametsoc.doc.tar.xz -Source0252: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/amiri.tar.xz -Source0253: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/amiri.doc.tar.xz -Source0254: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/amsaddr.tar.xz -Source0255: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/amsaddr.doc.tar.xz -Source0257: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/amscls.tar.xz -Source0258: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/amscls.doc.tar.xz -Source0260: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/amsfonts.tar.xz -Source0261: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/amsfonts.doc.tar.xz -Source0263: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/amslatex-primer.doc.tar.xz -Source0264: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/amsldoc-it.doc.tar.xz -Source0265: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/amsldoc-vn.doc.tar.xz -Source0266: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/amsmath-it.doc.tar.xz -Source0267: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/amsmath.tar.xz -Source0268: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/amsmath.doc.tar.xz -Source0270: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/amsrefs.tar.xz -Source0271: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/amsrefs.doc.tar.xz -Source0277: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/amsthdoc-it.doc.tar.xz -Source0278: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/animate.tar.xz -Source0279: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/animate.doc.tar.xz -Source0281: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/anonchap.tar.xz -Source0282: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/anonchap.doc.tar.xz -Source0283: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/anonymouspro.tar.xz -Source0284: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/anonymouspro.doc.tar.xz -Source0286: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/answers.tar.xz -Source0287: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/answers.doc.tar.xz -Source0289: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/antiqua.tar.xz -Source0290: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/antiqua.doc.tar.xz -Source0291: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/antomega.tar.xz -Source0292: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/antomega.doc.tar.xz -Source0294: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/omega.tar.xz -Source0295: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/omega.doc.tar.xz -Source0296: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/antt.tar.xz -Source0297: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/antt.doc.tar.xz -Source0298: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/anufinalexam.doc.tar.xz -Source0299: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/anyfontsize.tar.xz -Source0300: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/anyfontsize.doc.tar.xz -Source0301: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/anysize.tar.xz -Source0302: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/anysize.doc.tar.xz -Source0303: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/aobs-tikz.tar.xz -Source0304: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/aobs-tikz.doc.tar.xz -Source0306: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/aomart.tar.xz -Source0307: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/aomart.doc.tar.xz -Source0309: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/apa6e.tar.xz -Source0310: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/apa6e.doc.tar.xz -Source0312: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/apa6.tar.xz -Source0313: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/apa6.doc.tar.xz -Source0315: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/apacite.tar.xz -Source0316: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/apacite.doc.tar.xz -Source0318: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/apalike2.tar.xz -Source0319: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/apa.tar.xz -Source0320: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/apa.doc.tar.xz -Source0321: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/apnum.tar.xz -Source0322: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/apnum.doc.tar.xz -Source0323: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/appendixnumberbeamer.tar.xz -Source0324: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/appendixnumberbeamer.doc.tar.xz -Source0325: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/appendix.tar.xz -Source0326: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/appendix.doc.tar.xz -Source0328: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/apprends-latex.doc.tar.xz -Source0329: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/apptools.tar.xz -Source0330: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/apptools.doc.tar.xz -Source0332: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/arabi.tar.xz -Source0333: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/arabi.doc.tar.xz -Source0334: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/arabtex.tar.xz -Source0335: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/arabtex.doc.tar.xz -Source0336: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/arabxetex.tar.xz -Source0337: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/arabxetex.doc.tar.xz -Source0339: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/aramaic-serto.tar.xz -Source0340: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/aramaic-serto.doc.tar.xz -Source0344: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/archaic.tar.xz -Source0345: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/archaic.doc.tar.xz -Source0347: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/arcs.tar.xz -Source0348: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/arcs.doc.tar.xz -Source0350: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/arev.tar.xz -Source0351: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/arev.doc.tar.xz -Source0353: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/armtex.tar.xz -Source0354: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/armtex.doc.tar.xz -Source0355: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/around-the-bend.doc.tar.xz -Source0356: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/arphic.tar.xz -Source0357: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/arphic.doc.tar.xz -Source0358: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/arrayjobx.tar.xz -Source0359: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/arrayjobx.doc.tar.xz -Source0360: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/arraysort.tar.xz -Source0361: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/arraysort.doc.tar.xz -Source0363: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/arsclassica.tar.xz -Source0364: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/arsclassica.doc.tar.xz -Source0365: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/articleingud.tar.xz -Source0366: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/articleingud.doc.tar.xz -Source0368: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/arydshln.tar.xz -Source0369: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/arydshln.doc.tar.xz -Source0371: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/asaetr.tar.xz -Source0372: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/asaetr.doc.tar.xz -Source0373: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/Asana-Math.tar.xz -Source0374: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/Asana-Math.doc.tar.xz -Source0375: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ascelike.tar.xz -Source0376: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ascelike.doc.tar.xz -Source0377: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ascii-chart.doc.tar.xz -Source0378: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ascii-font.tar.xz -Source0379: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ascii-font.doc.tar.xz -Source0381: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/askmaps.tar.xz -Source0382: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/askmaps.doc.tar.xz -Source0383: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/aspectratio.tar.xz -Source0384: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/aspectratio.doc.tar.xz -Source0385: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/assignment.tar.xz -Source0386: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/assignment.doc.tar.xz -Source0387: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/assoccnt.tar.xz -Source0388: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/assoccnt.doc.tar.xz -Source0389: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/astro.tar.xz -Source0390: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/astro.doc.tar.xz -Source0391: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/asyfig.tar.xz -Source0392: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/asyfig.doc.tar.xz -Source0394: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/asypictureb.tar.xz -Source0395: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/asypictureb.doc.tar.xz -Source0397: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/attachfile.tar.xz -Source0398: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/attachfile.doc.tar.xz -Source0400: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/augie.tar.xz -Source0401: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/augie.doc.tar.xz -Source0402: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/auncial-new.tar.xz -Source0403: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/auncial-new.doc.tar.xz -Source0405: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/aurical.tar.xz -Source0406: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/aurical.doc.tar.xz -Source0407: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/authoraftertitle.tar.xz -Source0408: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/authoraftertitle.doc.tar.xz -Source0411: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/autoarea.tar.xz -Source0412: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/autoarea.doc.tar.xz -Source0413: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/automata.tar.xz -Source0414: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/automata.doc.tar.xz -Source0415: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/autonum.tar.xz -Source0416: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/autonum.doc.tar.xz -Source0418: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/autopdf.tar.xz -Source0419: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/autopdf.doc.tar.xz -Source0421: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/auto-pst-pdf.tar.xz -Source0422: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/auto-pst-pdf.doc.tar.xz -Source0424: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/avantgar.tar.xz -Source0425: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/avremu.tar.xz -Source0426: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/avremu.doc.tar.xz -Source0428: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/b1encoding.tar.xz -Source0429: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/b1encoding.doc.tar.xz -Source0431: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-albanian.tar.xz -Source0432: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-albanian.doc.tar.xz -Source0437: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-basque.tar.xz -Source0438: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-basque.doc.tar.xz -Source0440: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babelbib.tar.xz -Source0441: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babelbib.doc.tar.xz -Source0442: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-bosnian.tar.xz -Source0443: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-bosnian.doc.tar.xz -Source0445: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-breton.tar.xz -Source0446: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-breton.doc.tar.xz -Source0448: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-bulgarian.tar.xz -Source0449: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-bulgarian.doc.tar.xz -Source0451: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-catalan.tar.xz -Source0452: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-catalan.doc.tar.xz -Source0454: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-croatian.tar.xz -Source0455: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-croatian.doc.tar.xz -Source0457: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-czech.tar.xz -Source0458: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-czech.doc.tar.xz -Source0460: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-danish.tar.xz -Source0461: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-danish.doc.tar.xz -Source0463: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-dutch.tar.xz -Source0464: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-dutch.doc.tar.xz -Source0466: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-english.tar.xz -Source0467: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-english.doc.tar.xz -Source0469: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-esperanto.tar.xz -Source0470: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-esperanto.doc.tar.xz -Source0472: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-estonian.tar.xz -Source0473: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-estonian.doc.tar.xz -Source0475: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-finnish.tar.xz -Source0476: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-finnish.doc.tar.xz -Source0478: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-french.tar.xz -Source0479: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-french.doc.tar.xz -Source0481: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-friulan.tar.xz -Source0482: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-friulan.doc.tar.xz -Source0484: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-galician.tar.xz -Source0485: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-galician.doc.tar.xz -Source0487: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-georgian.tar.xz -Source0488: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-georgian.doc.tar.xz -Source0489: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-german.tar.xz -Source0490: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-german.doc.tar.xz -Source0492: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-greek.tar.xz -Source0493: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-greek.doc.tar.xz -Source0495: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-hebrew.tar.xz -Source0496: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-hebrew.doc.tar.xz -Source0498: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-hungarian.tar.xz -Source0499: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-hungarian.doc.tar.xz -Source0500: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-icelandic.tar.xz -Source0501: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-icelandic.doc.tar.xz -Source0503: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-interlingua.tar.xz -Source0504: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-interlingua.doc.tar.xz -Source0506: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-irish.tar.xz -Source0507: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-irish.doc.tar.xz -Source0509: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-italian.tar.xz -Source0510: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-italian.doc.tar.xz -Source0512: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-kurmanji.tar.xz -Source0513: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-kurmanji.doc.tar.xz -Source0515: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-latin.tar.xz -Source0516: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-latin.doc.tar.xz -Source0518: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-latvian.tar.xz -Source0519: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-latvian.doc.tar.xz -Source0521: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-norsk.tar.xz -Source0522: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-norsk.doc.tar.xz -Source0524: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-piedmontese.tar.xz -Source0525: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-piedmontese.doc.tar.xz -Source0527: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-polish.tar.xz -Source0528: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-polish.doc.tar.xz -Source0530: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-portuges.tar.xz -Source0531: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-portuges.doc.tar.xz -Source0533: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-romanian.tar.xz -Source0534: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-romanian.doc.tar.xz -Source0536: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-romansh.tar.xz -Source0537: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-romansh.doc.tar.xz -Source0539: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-russian.tar.xz -Source0540: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-russian.doc.tar.xz -Source0542: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-samin.tar.xz -Source0543: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-samin.doc.tar.xz -Source0545: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-scottish.tar.xz -Source0546: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-scottish.doc.tar.xz -Source0548: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-serbianc.tar.xz -Source0549: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-serbianc.doc.tar.xz -Source0551: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-serbian.tar.xz -Source0552: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-serbian.doc.tar.xz -Source0554: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-slovak.tar.xz -Source0555: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-slovak.doc.tar.xz -Source0557: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-slovenian.tar.xz -Source0558: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-slovenian.doc.tar.xz -Source0560: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-sorbian.tar.xz -Source0561: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-sorbian.doc.tar.xz -Source0565: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-spanish.tar.xz -Source0566: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-spanish.doc.tar.xz -Source0568: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-swedish.tar.xz -Source0569: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-swedish.doc.tar.xz -Source0571: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-thai.tar.xz -Source0572: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-thai.doc.tar.xz -Source0574: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel.tar.xz -Source0575: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel.doc.tar.xz -Source0577: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-turkish.tar.xz -Source0578: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-turkish.doc.tar.xz -Source0580: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-ukrainian.tar.xz -Source0581: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-ukrainian.doc.tar.xz -Source0583: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-vietnamese.tar.xz -Source0585: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-welsh.tar.xz -Source0586: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-welsh.doc.tar.xz -Source0588: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/background.tar.xz -Source0589: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/background.doc.tar.xz -Source0591: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/backnaur.tar.xz -Source0592: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/backnaur.doc.tar.xz -Source0594: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bagpipe.tar.xz -Source0595: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bagpipe.doc.tar.xz -Source0596: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bangorcsthesis.tar.xz -Source0597: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bangorcsthesis.doc.tar.xz -Source0599: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bangtex.tar.xz -Source0600: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bangtex.doc.tar.xz -Source0601: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bankstatement.tar.xz -Source0602: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bankstatement.doc.tar.xz -Source0603: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/barcodes.tar.xz -Source0604: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/barcodes.doc.tar.xz -Source0606: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bardiag.tar.xz -Source0607: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bardiag.doc.tar.xz -Source0608: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/barr.tar.xz -Source0609: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/barr.doc.tar.xz -Source0610: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bartel-chess-fonts.tar.xz -Source0611: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bartel-chess-fonts.doc.tar.xz -Source0612: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bashful.tar.xz -Source0613: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bashful.doc.tar.xz -Source0614: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/basicarith.tar.xz -Source0615: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/basicarith.doc.tar.xz -Source0617: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/baskervald.tar.xz -Source0618: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/baskervald.doc.tar.xz -Source0620: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/baskervaldx.tar.xz -Source0621: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/baskervaldx.doc.tar.xz -Source0622: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/basque-book.tar.xz -Source0623: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/basque-book.doc.tar.xz -Source0625: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/basque-date.tar.xz -Source0626: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/basque-date.doc.tar.xz -Source0628: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bbcard.tar.xz -Source0629: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bbcard.doc.tar.xz -Source0630: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bbding.tar.xz -Source0631: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bbding.doc.tar.xz -Source0633: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bbm-macros.tar.xz -Source0634: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bbm-macros.doc.tar.xz -Source0636: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bbm.tar.xz -Source0637: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bbm.doc.tar.xz -Source0638: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bbold.tar.xz -Source0639: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bbold.doc.tar.xz -Source0641: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bbold-type1.tar.xz -Source0642: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bbold-type1.doc.tar.xz -Source0643: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bchart.tar.xz -Source0644: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bchart.doc.tar.xz -Source0645: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bclogo.tar.xz -Source0646: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bclogo.doc.tar.xz -Source0647: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamer2thesis.tar.xz -Source0648: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamer2thesis.doc.tar.xz -Source0649: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beameraudience.tar.xz -Source0650: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beameraudience.doc.tar.xz -Source0651: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamerdarkthemes.tar.xz -Source0652: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamerdarkthemes.doc.tar.xz -Source0653: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamer-FUBerlin.doc.tar.xz -Source0654: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamerposter.tar.xz -Source0655: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamerposter.doc.tar.xz -Source0656: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamersubframe.tar.xz -Source0657: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamersubframe.doc.tar.xz -Source0659: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamerthemejltree.tar.xz -Source0660: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamerthemenirma.tar.xz -Source0661: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamerthemenirma.doc.tar.xz -Source0662: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamertheme-phnompenh.tar.xz -Source0663: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamertheme-phnompenh.doc.tar.xz -Source0664: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamertheme-upenn-bc.tar.xz -Source0665: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamertheme-upenn-bc.doc.tar.xz -Source0666: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamer.tar.xz -Source0667: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamer.doc.tar.xz -Source0668: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pgf.tar.xz -Source0669: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pgf.doc.tar.xz -Source0671: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xkeyval.tar.xz -Source0672: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xkeyval.doc.tar.xz -Source0674: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xcolor.tar.xz -Source0675: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xcolor.doc.tar.xz -Source0677: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamer-tut-pt.doc.tar.xz -Source0678: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beebe.tar.xz -Source0679: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/begingreek.tar.xz -Source0680: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/begingreek.doc.tar.xz -Source0682: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/begriff.tar.xz -Source0683: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/begriff.doc.tar.xz -Source0684: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/belleek.tar.xz -Source0685: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/belleek.doc.tar.xz -Source0687: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bengali.tar.xz -Source0688: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bengali.doc.tar.xz -Source0690: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bera.tar.xz -Source0691: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bera.doc.tar.xz -Source0692: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/berenisadf.tar.xz -Source0693: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/berenisadf.doc.tar.xz -Source0694: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/besjournals.tar.xz -Source0695: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/besjournals.doc.tar.xz -Source0696: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/betababel.tar.xz -Source0697: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/betababel.doc.tar.xz -Source0698: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beton.tar.xz -Source0699: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beton.doc.tar.xz -Source0701: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bewerbung.tar.xz -Source0702: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bewerbung.doc.tar.xz -Source0704: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bez123.tar.xz -Source0705: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bez123.doc.tar.xz -Source0711: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bgteubner.tar.xz -Source0712: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bgteubner.doc.tar.xz -Source0714: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bguq.tar.xz -Source0715: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bguq.doc.tar.xz -Source0717: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bhcexam.tar.xz -Source0718: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bhcexam.doc.tar.xz -Source0720: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bibarts.tar.xz -Source0721: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bibarts.doc.tar.xz -Source0726: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bib-fr.tar.xz -Source0727: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bib-fr.doc.tar.xz -Source0728: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bibhtml.tar.xz -Source0729: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bibhtml.doc.tar.xz -Source0730: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-anonymous.tar.xz -Source0731: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-anonymous.doc.tar.xz -Source0732: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-apa.tar.xz -Source0733: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-apa.doc.tar.xz -Source0734: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-bookinarticle.tar.xz -Source0735: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-bookinarticle.doc.tar.xz -Source0736: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-bwl.tar.xz -Source0737: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-bwl.doc.tar.xz -Source0738: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-caspervector.tar.xz -Source0739: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-caspervector.doc.tar.xz -Source0740: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-chem.tar.xz -Source0741: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-chem.doc.tar.xz -Source0742: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-chicago.tar.xz -Source0743: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-chicago.doc.tar.xz -Source0744: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-dw.tar.xz -Source0745: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-dw.doc.tar.xz -Source0746: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-fiwi.tar.xz -Source0747: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-fiwi.doc.tar.xz -Source0748: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-gost.tar.xz -Source0749: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-gost.doc.tar.xz -Source0750: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-historian.tar.xz -Source0751: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-historian.doc.tar.xz -Source0752: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-ieee.tar.xz -Source0753: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-ieee.doc.tar.xz -Source0754: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-juradiss.tar.xz -Source0755: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-juradiss.doc.tar.xz -Source0756: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-luh-ipw.tar.xz -Source0757: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-luh-ipw.doc.tar.xz -Source0758: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-manuscripts-philology.tar.xz -Source0759: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-manuscripts-philology.doc.tar.xz -Source0760: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-mla.tar.xz -Source0761: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-mla.doc.tar.xz -Source0762: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-multiple-dm.tar.xz -Source0763: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-multiple-dm.doc.tar.xz -Source0764: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-musuos.tar.xz -Source0765: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-musuos.doc.tar.xz -Source0766: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-nature.tar.xz -Source0767: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-nature.doc.tar.xz -Source0768: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-nejm.tar.xz -Source0769: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-nejm.doc.tar.xz -Source0770: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-opcit-booktitle.tar.xz -Source0771: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-opcit-booktitle.doc.tar.xz -Source0772: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-philosophy.tar.xz -Source0773: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-philosophy.doc.tar.xz -Source0775: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-phys.tar.xz -Source0776: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-phys.doc.tar.xz -Source0777: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-publist.tar.xz -Source0778: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-publist.doc.tar.xz -Source0779: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-realauthor.tar.xz -Source0780: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-realauthor.doc.tar.xz -Source0781: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-science.tar.xz -Source0782: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-science.doc.tar.xz -Source0783: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-source-division.tar.xz -Source0784: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-source-division.doc.tar.xz -Source0785: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-subseries.tar.xz -Source0786: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-subseries.doc.tar.xz -Source0787: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-swiss-legal.tar.xz -Source0788: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-swiss-legal.doc.tar.xz -Source0789: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex.tar.xz -Source0790: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex.doc.tar.xz -Source0791: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-trad.tar.xz -Source0792: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-trad.doc.tar.xz -Source0793: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-true-citepages-omit.tar.xz -Source0794: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-true-citepages-omit.doc.tar.xz -Source0795: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bibleref-french.tar.xz -Source0796: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bibleref-french.doc.tar.xz -Source0798: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bibleref-german.tar.xz -Source0799: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bibleref-german.doc.tar.xz -Source0800: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bibleref-lds.tar.xz -Source0801: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bibleref-lds.doc.tar.xz -Source0803: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bibleref-mouth.tar.xz -Source0804: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bibleref-mouth.doc.tar.xz -Source0806: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bibleref-parse.tar.xz -Source0807: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bibleref-parse.doc.tar.xz -Source0808: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bibleref.tar.xz -Source0809: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bibleref.doc.tar.xz -Source0811: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblist.tar.xz -Source0812: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblist.doc.tar.xz -Source0819: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bibtopicprefix.tar.xz -Source0820: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bibtopicprefix.doc.tar.xz -Source0822: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bibtopic.tar.xz -Source0823: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bibtopic.doc.tar.xz -Source0825: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bibunits.tar.xz -Source0826: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bibunits.doc.tar.xz -Source0828: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bidi-atbegshi.tar.xz -Source0829: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bidi-atbegshi.doc.tar.xz -Source0830: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bidicontour.tar.xz -Source0831: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bidicontour.doc.tar.xz -Source0832: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bidihl.tar.xz -Source0833: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bidihl.doc.tar.xz -Source0834: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bidipagegrid.tar.xz -Source0835: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bidipagegrid.doc.tar.xz -Source0836: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bidipresentation.tar.xz -Source0837: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bidipresentation.doc.tar.xz -Source0838: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bidishadowtext.tar.xz -Source0839: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bidishadowtext.doc.tar.xz -Source0840: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bidi.tar.xz -Source0841: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bidi.doc.tar.xz -Source0843: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bigfoot.tar.xz -Source0844: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bigfoot.doc.tar.xz -Source0846: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bigints.tar.xz -Source0847: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bigints.doc.tar.xz -Source0848: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/binomexp.tar.xz -Source0849: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/binomexp.doc.tar.xz -Source0851: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biocon.tar.xz -Source0852: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biocon.doc.tar.xz -Source0853: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bitelist.tar.xz -Source0854: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bitelist.doc.tar.xz -Source0856: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bizcard.tar.xz -Source0857: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bizcard.doc.tar.xz -Source0859: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/blacklettert1.tar.xz -Source0860: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/blacklettert1.doc.tar.xz -Source0862: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/blindtext.tar.xz -Source0863: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/blindtext.doc.tar.xz -Source0865: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/blkarray.tar.xz -Source0866: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/blkarray.doc.tar.xz -Source0867: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/blochsphere.tar.xz -Source0868: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/blochsphere.doc.tar.xz -Source0870: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/blockdraw_mp.tar.xz -Source0871: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/blockdraw_mp.doc.tar.xz -Source0872: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/block.tar.xz -Source0873: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/block.doc.tar.xz -Source0874: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bloques.tar.xz -Source0875: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bloques.doc.tar.xz -Source0879: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/blox.tar.xz -Source0880: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/blox.doc.tar.xz -Source0882: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bnumexpr.tar.xz -Source0883: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bnumexpr.doc.tar.xz -Source0885: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bodegraph.tar.xz -Source0886: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bodegraph.doc.tar.xz -Source0887: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bohr.tar.xz -Source0888: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bohr.doc.tar.xz -Source0889: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/boisik.tar.xz -Source0890: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/boisik.doc.tar.xz -Source0891: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/boites.tar.xz -Source0892: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/boites.doc.tar.xz -Source0894: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bold-extra.tar.xz -Source0895: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bold-extra.doc.tar.xz -Source0896: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/boldtensors.tar.xz -Source0897: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/boldtensors.doc.tar.xz -Source0898: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bondgraphs.tar.xz -Source0899: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bondgraphs.doc.tar.xz -Source0901: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bondgraph.tar.xz -Source0902: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bondgraph.doc.tar.xz -Source0903: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bookcover.tar.xz -Source0904: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bookcover.doc.tar.xz -Source0906: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bookdb.tar.xz -Source0907: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bookdb.doc.tar.xz -Source0908: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bookest.tar.xz -Source0909: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bookest.doc.tar.xz -Source0910: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bookhands.tar.xz -Source0911: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bookhands.doc.tar.xz -Source0913: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/booklet.tar.xz -Source0914: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/booklet.doc.tar.xz -Source0916: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bookman.tar.xz -Source0917: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/booktabs-de.doc.tar.xz -Source0918: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/booktabs-fr.doc.tar.xz -Source0919: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/booktabs.tar.xz -Source0920: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/booktabs.doc.tar.xz -Source0922: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/boolexpr.tar.xz -Source0923: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/boolexpr.doc.tar.xz -Source0925: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/boondox.tar.xz -Source0926: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/boondox.doc.tar.xz -Source0927: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bophook.tar.xz -Source0928: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bophook.doc.tar.xz -Source0930: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/borceux.tar.xz -Source0931: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/borceux.doc.tar.xz -Source0932: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bosisio.tar.xz -Source0933: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bosisio.doc.tar.xz -Source0938: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/boxedminipage.tar.xz -Source0939: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/boxedminipage.doc.tar.xz -Source0940: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/boxhandler.tar.xz -Source0941: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/boxhandler.doc.tar.xz -Source0943: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bpchem.tar.xz -Source0944: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bpchem.doc.tar.xz -Source0946: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bpolynomial.tar.xz -Source0947: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bpolynomial.doc.tar.xz -Source0948: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bracketkey.tar.xz -Source0949: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bracketkey.doc.tar.xz -Source0950: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/braids.tar.xz -Source0951: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/braids.doc.tar.xz -Source0953: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/braille.tar.xz -Source0954: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/braille.doc.tar.xz -Source0955: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/braket.tar.xz -Source0956: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/braket.doc.tar.xz -Source0957: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/brandeis-dissertation.tar.xz -Source0958: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/brandeis-dissertation.doc.tar.xz -Source0960: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/breakurl.tar.xz -Source0961: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/breakurl.doc.tar.xz -Source0963: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/breqn.tar.xz -Source0964: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/breqn.doc.tar.xz -Source0966: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/br-lex.tar.xz -Source0967: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/br-lex.doc.tar.xz -Source0968: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bropd.tar.xz -Source0969: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bropd.doc.tar.xz -Source0971: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/brushscr.tar.xz -Source0972: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/brushscr.doc.tar.xz -Source0973: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bullcntr.tar.xz -Source0974: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bullcntr.doc.tar.xz -Source0978: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/burmese.tar.xz -Source0979: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/burmese.doc.tar.xz -Source0981: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bussproofs.tar.xz -Source0982: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bussproofs.doc.tar.xz -Source0983: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bxbase.tar.xz -Source0984: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bxbase.doc.tar.xz -Source0985: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bxcjkjatype.tar.xz -Source0986: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bxcjkjatype.doc.tar.xz -Source0987: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bxdpx-beamer.tar.xz -Source0988: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bxdpx-beamer.doc.tar.xz -Source0989: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bxeepic.tar.xz -Source0990: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bxeepic.doc.tar.xz -Source0991: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bxjscls.tar.xz -Source0992: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bxjscls.doc.tar.xz -Source0994: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bxpdfver.tar.xz -Source0995: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bxpdfver.doc.tar.xz -Source0996: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bytefield.tar.xz -Source0997: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bytefield.doc.tar.xz -Source0999: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/c90.tar.xz -Source1000: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/c90.doc.tar.xz -Source1002: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cabin.tar.xz -Source1003: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cabin.doc.tar.xz -Source1006: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/caladea.tar.xz -Source1007: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/caladea.doc.tar.xz -Source1008: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/calcage.tar.xz -Source1009: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/calcage.doc.tar.xz -Source1011: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/calctab.tar.xz -Source1012: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/calctab.doc.tar.xz -Source1013: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/calculation.tar.xz -Source1014: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/calculation.doc.tar.xz -Source1016: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/calculator.tar.xz -Source1017: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/calculator.doc.tar.xz -Source1019: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/calligra.tar.xz -Source1020: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/calligra.doc.tar.xz -Source1021: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/calligra-type1.tar.xz -Source1022: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/calligra-type1.doc.tar.xz -Source1023: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/calrsfs.tar.xz -Source1024: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/calrsfs.doc.tar.xz -Source1025: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cals.tar.xz -Source1026: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cals.doc.tar.xz -Source1028: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/calxxxx-yyyy.tar.xz -Source1029: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/calxxxx-yyyy.doc.tar.xz -Source1030: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cancel.tar.xz -Source1031: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cancel.doc.tar.xz -Source1032: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/canoniclayout.tar.xz -Source1033: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/canoniclayout.doc.tar.xz -Source1035: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cantarell.tar.xz -Source1036: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cantarell.doc.tar.xz -Source1038: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/captcont.tar.xz -Source1039: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/captcont.doc.tar.xz -Source1041: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/captdef.tar.xz -Source1042: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/captdef.doc.tar.xz -Source1043: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/caption.tar.xz -Source1044: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/caption.doc.tar.xz -Source1046: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/capt-of.tar.xz -Source1047: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/capt-of.doc.tar.xz -Source1049: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/carlisle.tar.xz -Source1050: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/carlisle.doc.tar.xz -Source1052: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/carlito.tar.xz -Source1053: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/carlito.doc.tar.xz -Source1054: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/carolmin-ps.tar.xz -Source1055: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/carolmin-ps.doc.tar.xz -Source1056: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cascadilla.tar.xz -Source1057: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cascadilla.doc.tar.xz -Source1058: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cases.tar.xz -Source1059: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cases.doc.tar.xz -Source1060: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/casyl.tar.xz -Source1061: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/casyl.doc.tar.xz -Source1062: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/catchfilebetweentags.tar.xz -Source1063: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/catchfilebetweentags.doc.tar.xz -Source1065: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/catcodes.tar.xz -Source1066: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/catcodes.doc.tar.xz -Source1068: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/catechis.tar.xz -Source1069: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/catechis.doc.tar.xz -Source1071: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/catoptions.tar.xz -Source1072: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/catoptions.doc.tar.xz -Source1073: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cbcoptic.tar.xz -Source1074: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cbcoptic.doc.tar.xz -Source1075: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cbfonts-fd.tar.xz -Source1076: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cbfonts-fd.doc.tar.xz -Source1078: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cbfonts.tar.xz -Source1079: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cbfonts.doc.tar.xz -Source1080: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ccaption.tar.xz -Source1081: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ccaption.doc.tar.xz -Source1083: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ccfonts.tar.xz -Source1084: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ccfonts.doc.tar.xz -Source1086: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ccicons.tar.xz -Source1087: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ccicons.doc.tar.xz -Source1089: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cclicenses.tar.xz -Source1090: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cclicenses.doc.tar.xz -Source1092: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cc-pl.tar.xz -Source1093: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cc-pl.doc.tar.xz -Source1094: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cd-cover.tar.xz -Source1095: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cd-cover.doc.tar.xz -Source1097: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cdpbundl.tar.xz -Source1098: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cdpbundl.doc.tar.xz -Source1100: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cd.tar.xz -Source1101: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cd.doc.tar.xz -Source1103: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cellspace.tar.xz -Source1104: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cellspace.doc.tar.xz -Source1105: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cell.tar.xz -Source1106: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cell.doc.tar.xz -Source1107: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/celtic.tar.xz -Source1108: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/celtic.doc.tar.xz -Source1110: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/censor.tar.xz -Source1111: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/censor.doc.tar.xz -Source1112: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cfr-initials.tar.xz -Source1113: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cfr-initials.doc.tar.xz -Source1114: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cfr-lm.tar.xz -Source1115: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cfr-lm.doc.tar.xz -Source1117: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/changebar.tar.xz -Source1118: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/changebar.doc.tar.xz -Source1120: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/changelayout.tar.xz -Source1121: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/changelayout.doc.tar.xz -Source1122: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/changepage.tar.xz -Source1123: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/changepage.doc.tar.xz -Source1125: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/changes.tar.xz -Source1126: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/changes.doc.tar.xz -Source1128: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chappg.tar.xz -Source1129: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chappg.doc.tar.xz -Source1131: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chapterfolder.tar.xz -Source1132: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chapterfolder.doc.tar.xz -Source1134: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/charter.tar.xz -Source1135: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/charter.doc.tar.xz -Source1136: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chbibref.tar.xz -Source1137: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chbibref.doc.tar.xz -Source1143: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chemarrow.tar.xz -Source1144: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chemarrow.doc.tar.xz -Source1146: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chembst.tar.xz -Source1147: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chembst.doc.tar.xz -Source1149: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chemcompounds.tar.xz -Source1150: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chemcompounds.doc.tar.xz -Source1152: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chemcono.tar.xz -Source1153: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chemcono.doc.tar.xz -Source1154: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chemexec.tar.xz -Source1155: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chemexec.doc.tar.xz -Source1156: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chemfig.tar.xz -Source1157: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chemfig.doc.tar.xz -Source1158: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chemformula.tar.xz -Source1159: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chemformula.doc.tar.xz -Source1160: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chemgreek.tar.xz -Source1161: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chemgreek.doc.tar.xz -Source1162: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chem-journal.tar.xz -Source1163: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chemmacros.tar.xz -Source1164: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chemmacros.doc.tar.xz -Source1165: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chemnum.tar.xz -Source1166: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chemnum.doc.tar.xz -Source1167: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chemschemex.tar.xz -Source1168: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chemschemex.doc.tar.xz -Source1170: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chemstyle.tar.xz -Source1171: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chemstyle.doc.tar.xz -Source1173: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cherokee.tar.xz -Source1174: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cherokee.doc.tar.xz -Source1175: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chessboard.tar.xz -Source1176: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chessboard.doc.tar.xz -Source1178: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chessfss.tar.xz -Source1179: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chessfss.doc.tar.xz -Source1181: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chess-problem-diagrams.tar.xz -Source1182: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chess-problem-diagrams.doc.tar.xz -Source1184: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chess.tar.xz -Source1185: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chess.doc.tar.xz -Source1186: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chet.tar.xz -Source1187: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chet.doc.tar.xz -Source1188: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chextras.tar.xz -Source1189: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chextras.doc.tar.xz -Source1191: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chicago-annote.tar.xz -Source1192: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chicago-annote.doc.tar.xz -Source1193: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chicago.tar.xz -Source1194: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chickenize.tar.xz -Source1195: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chickenize.doc.tar.xz -Source1197: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chkfloat.tar.xz -Source1198: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chkfloat.doc.tar.xz -Source1201: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chletter.tar.xz -Source1202: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chletter.doc.tar.xz -Source1204: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chngcntr.tar.xz -Source1205: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chngcntr.doc.tar.xz -Source1206: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chronology.tar.xz -Source1207: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chronology.doc.tar.xz -Source1208: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chronosys.tar.xz -Source1209: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chronosys.doc.tar.xz -Source1210: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chscite.tar.xz -Source1211: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chscite.doc.tar.xz -Source1213: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cinzel.tar.xz -Source1214: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cinzel.doc.tar.xz -Source1215: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/circ.tar.xz -Source1216: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/circ.doc.tar.xz -Source1218: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/circuitikz.tar.xz -Source1219: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/circuitikz.doc.tar.xz -Source1220: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/citeall.tar.xz -Source1221: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/citeall.doc.tar.xz -Source1222: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cite.tar.xz -Source1223: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cite.doc.tar.xz -Source1224: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cjhebrew.tar.xz -Source1225: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cjhebrew.doc.tar.xz -Source1228: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cjk-ko.tar.xz -Source1229: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cjk-ko.doc.tar.xz -Source1230: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cjkpunct.tar.xz -Source1231: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cjkpunct.doc.tar.xz -Source1233: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cjk.tar.xz -Source1234: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cjk.doc.tar.xz -Source1236: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cns.tar.xz -Source1237: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cns.doc.tar.xz -Source1238: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/garuda-c90.tar.xz -Source1240: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fonts-tlwg.tar.xz -Source1241: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fonts-tlwg.doc.tar.xz -Source1243: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/norasi-c90.tar.xz -Source1245: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uhc.tar.xz -Source1246: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uhc.doc.tar.xz -Source1247: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/wadalab.tar.xz -Source1248: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/wadalab.doc.tar.xz -Source1251: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/classics.tar.xz -Source1252: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/classics.doc.tar.xz -Source1253: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/classicthesis.tar.xz -Source1254: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/classicthesis.doc.tar.xz -Source1255: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/classpack.tar.xz -Source1256: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/classpack.doc.tar.xz -Source1258: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cleanthesis.tar.xz -Source1259: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cleanthesis.doc.tar.xz -Source1260: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/clearsans.tar.xz -Source1261: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/clearsans.doc.tar.xz -Source1262: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/clefval.tar.xz -Source1263: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/clefval.doc.tar.xz -Source1265: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cleveref.tar.xz -Source1266: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cleveref.doc.tar.xz -Source1268: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/clipboard.tar.xz -Source1269: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/clipboard.doc.tar.xz -Source1270: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/clock.tar.xz -Source1271: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/clock.doc.tar.xz -Source1272: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cloze.tar.xz -Source1273: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cloze.doc.tar.xz -Source1275: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/clrscode3e.tar.xz -Source1276: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/clrscode3e.doc.tar.xz -Source1277: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/clrscode.tar.xz -Source1278: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/clrscode.doc.tar.xz -Source1279: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cmap.tar.xz -Source1280: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cmap.doc.tar.xz -Source1281: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cmarrows.tar.xz -Source1282: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cmarrows.doc.tar.xz -Source1283: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cmbright.tar.xz -Source1284: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cmbright.doc.tar.xz -Source1286: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cmcyr.tar.xz -Source1287: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cmcyr.doc.tar.xz -Source1288: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cmdstring.tar.xz -Source1289: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cmdstring.doc.tar.xz -Source1290: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cmextra.tar.xz -Source1291: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cm-lgc.tar.xz -Source1292: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cm-lgc.doc.tar.xz -Source1293: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cmll.tar.xz -Source1294: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cmll.doc.tar.xz -Source1296: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cmpica.tar.xz -Source1297: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cmpica.doc.tar.xz -Source1298: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cmpj.tar.xz -Source1299: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cmpj.doc.tar.xz -Source1300: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cmsd.tar.xz -Source1301: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cmsd.doc.tar.xz -Source1302: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cm-super.tar.xz -Source1303: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cm-super.doc.tar.xz -Source1304: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cmtiup.tar.xz -Source1305: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cmtiup.doc.tar.xz -Source1306: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cm.tar.xz -Source1307: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cm.doc.tar.xz -Source1308: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cm-unicode.tar.xz -Source1309: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cm-unicode.doc.tar.xz -Source1310: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cnbwp.tar.xz -Source1311: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cnbwp.doc.tar.xz -Source1312: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cnltx.tar.xz -Source1313: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cnltx.doc.tar.xz -Source1314: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cntformats.tar.xz -Source1315: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cntformats.doc.tar.xz -Source1316: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cntperchap.tar.xz -Source1317: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cntperchap.doc.tar.xz -Source1318: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/codedoc.tar.xz -Source1319: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/codedoc.doc.tar.xz -Source1320: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/codepage.tar.xz -Source1321: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/codepage.doc.tar.xz -Source1323: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/codesection.tar.xz -Source1324: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/codesection.doc.tar.xz -Source1326: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/codicefiscaleitaliano.tar.xz -Source1327: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/codicefiscaleitaliano.doc.tar.xz -Source1329: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collcell.tar.xz -Source1330: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collcell.doc.tar.xz -Source1332: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collectbox.tar.xz -Source1333: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collectbox.doc.tar.xz -Source1343: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/enctex.tar.xz -Source1344: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/enctex.doc.tar.xz -Source1345: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/etex.tar.xz -Source1346: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/etex.doc.tar.xz -Source1347: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/etex-pkg.tar.xz -Source1348: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/etex-pkg.doc.tar.xz -Source1351: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyph-utf8.tar.xz -Source1352: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyph-utf8.doc.tar.xz -Source1354: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-base.tar.xz -Source1361: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/knuth-lib.tar.xz -Source1362: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/knuth-local.tar.xz -Source1363: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lua-alt-getopt.tar.xz -Source1364: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lua-alt-getopt.doc.tar.xz -Source1369: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mflogo.tar.xz -Source1370: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mflogo.doc.tar.xz -Source1378: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/texlive-common.doc.tar.xz -Source1381: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/texlive-msg-translations.tar.xz -Source1386: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/colortbl.tar.xz -Source1387: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/colortbl.doc.tar.xz -Source1389: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fancyhdr.tar.xz -Source1390: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fancyhdr.doc.tar.xz -Source1391: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fix2col.tar.xz -Source1392: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fix2col.doc.tar.xz -Source1394: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/geometry.tar.xz -Source1395: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/geometry.doc.tar.xz -Source1397: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/graphics.tar.xz -Source1398: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/graphics.doc.tar.xz -Source1400: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyperref.tar.xz -Source1401: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyperref.doc.tar.xz -Source1405: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ltxmisc.tar.xz -Source1406: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mfnfss.tar.xz -Source1407: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mfnfss.doc.tar.xz -Source1411: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/natbib.tar.xz -Source1412: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/natbib.doc.tar.xz -Source1417: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pslatex.tar.xz -Source1419: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/psnfss.tar.xz -Source1420: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/psnfss.doc.tar.xz -Source1422: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pspicture.tar.xz -Source1423: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pspicture.doc.tar.xz -Source1425: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tools.tar.xz -Source1426: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tools.doc.tar.xz -Source1428: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/url.tar.xz -Source1429: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/url.doc.tar.xz -Source1430: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collref.tar.xz -Source1431: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collref.doc.tar.xz -Source1433: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/compactbib.tar.xz -Source1436: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/custom-bib.tar.xz -Source1437: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/custom-bib.doc.tar.xz -Source1439: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/din1505.tar.xz -Source1440: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/din1505.doc.tar.xz -Source1441: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dk-bib.tar.xz -Source1442: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dk-bib.doc.tar.xz -Source1444: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/doipubmed.tar.xz -Source1445: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/doipubmed.doc.tar.xz -Source1447: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/economic.tar.xz -Source1448: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/economic.doc.tar.xz -Source1449: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fbs.tar.xz -Source1450: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/figbib.tar.xz -Source1451: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/figbib.doc.tar.xz -Source1452: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/footbib.tar.xz -Source1453: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/footbib.doc.tar.xz -Source1455: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/francais-bst.tar.xz -Source1456: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/francais-bst.doc.tar.xz -Source1457: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/geschichtsfrkl.tar.xz -Source1458: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/geschichtsfrkl.doc.tar.xz -Source1460: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/harvard.tar.xz -Source1461: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/harvard.doc.tar.xz -Source1463: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/harvmac.tar.xz -Source1464: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/harvmac.doc.tar.xz -Source1465: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/historische-zeitschrift.tar.xz -Source1466: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/historische-zeitschrift.doc.tar.xz -Source1467: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ijqc.tar.xz -Source1468: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ijqc.doc.tar.xz -Source1469: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/inlinebib.tar.xz -Source1470: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/inlinebib.doc.tar.xz -Source1471: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/iopart-num.tar.xz -Source1472: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/iopart-num.doc.tar.xz -Source1473: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/jneurosci.tar.xz -Source1474: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/jneurosci.doc.tar.xz -Source1475: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/jurabib.tar.xz -Source1476: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/jurabib.doc.tar.xz -Source1478: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ksfh_nat.tar.xz -Source1482: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/logreq.tar.xz -Source1483: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/logreq.doc.tar.xz -Source1484: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/margbib.tar.xz -Source1485: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/margbib.doc.tar.xz -Source1487: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/multibib.tar.xz -Source1488: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/multibib.doc.tar.xz -Source1493: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/munich.tar.xz -Source1494: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/munich.doc.tar.xz -Source1495: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nar.tar.xz -Source1496: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nmbib.tar.xz -Source1497: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nmbib.doc.tar.xz -Source1499: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/notes2bib.tar.xz -Source1500: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/notes2bib.doc.tar.xz -Source1502: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/oscola.tar.xz -Source1503: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/oscola.doc.tar.xz -Source1504: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/perception.tar.xz -Source1505: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/perception.doc.tar.xz -Source1506: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pnas2009.tar.xz -Source1507: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rsc.tar.xz -Source1508: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rsc.doc.tar.xz -Source1510: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/showtags.tar.xz -Source1511: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/showtags.doc.tar.xz -Source1512: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sort-by-letters.tar.xz -Source1513: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sort-by-letters.doc.tar.xz -Source1514: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/splitbib.tar.xz -Source1515: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/splitbib.doc.tar.xz -Source1517: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/turabian-formatting.tar.xz -Source1518: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/turabian-formatting.doc.tar.xz -Source1519: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uni-wtal-ger.tar.xz -Source1520: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uni-wtal-ger.doc.tar.xz -Source1521: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uni-wtal-lin.tar.xz -Source1522: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uni-wtal-lin.doc.tar.xz -Source1526: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/usebib.tar.xz -Source1527: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/usebib.doc.tar.xz -Source1529: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/vak.tar.xz -Source1530: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/vak.doc.tar.xz -Source1531: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xcite.tar.xz -Source1532: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xcite.doc.tar.xz -Source1534: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ctan_chk.doc.tar.xz -Source1570: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hook-pre-commit-pkg.doc.tar.xz +Obsoletes: texlive < %{tl_epoch}:%{source_date}, texlive-texmf < %{tl_epoch}:%{source_date} +Obsoletes: texlive-afm < %{tl_epoch}:%{source_date} +Obsoletes: texlive-doc < %{tl_epoch}:%{source_date} +Obsoletes: texlive-east-asian < %{tl_epoch}:%{source_date} +Obsoletes: texlive-texmf-afm < %{tl_epoch}:%{source_date}, texlive-texmf-context < %{tl_epoch}:%{source_date} +Obsoletes: texlive-texmf-doc < %{tl_epoch}:%{source_date}, texlive-texmf-dvips < %{tl_epoch}:%{source_date} +Obsoletes: texlive-texmf-east-asian < %{tl_epoch}:%{source_date}, texlive-texmf-fonts < %{tl_epoch}:%{source_date} +Obsoletes: texlive-texmf-latex < %{tl_epoch}:%{source_date}, texlive-texmf-xetex < %{tl_epoch}:%{source_date} +Obsoletes: texlive-texmf-errata < %{tl_epoch}:%{source_date} +Obsoletes: texlive-texmf-errata-afm < %{tl_epoch}:%{source_date}, texlive-texmf-errata-context < %{tl_epoch}:%{source_date} +Obsoletes: texlive-texmf-errata-doc < %{tl_epoch}:%{source_date}, texlive-texmf-errata-dvips < %{tl_epoch}:%{source_date} +Obsoletes: texlive-texmf-errata-east-asian < %{tl_epoch}:%{source_date}, texlive-texmf-errata-fonts < %{tl_epoch}:%{source_date} +Obsoletes: texlive-texmf-errata-latex < %{tl_epoch}:%{source_date}, texlive-texmf-errata-xetex < %{tl_epoch}:%{source_date} + +Conflicts: texlive-dvips = 2007 + +Source0: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/Source/%{source_name}.tar.xz + +Source1: macros.texlive +Source2: texlive-licenses.tar.xz +Source3: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/tlpkg/texlive.tlpdb +Source28: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/attachfile2.doc.tar.xz +Source29: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/attachfile2.tar.xz +Source0100: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/ae.tar.xz +Source0101: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/ae.doc.tar.xz +Source0103: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/algorithms.tar.xz +Source0104: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/algorithms.doc.tar.xz +Source0106: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/amscls.tar.xz +Source0107: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/amscls.doc.tar.xz +Source0109: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/amsfonts.tar.xz +Source0110: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/amsfonts.doc.tar.xz +Source0112: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/amsmath.tar.xz +Source0113: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/amsmath.doc.tar.xz +Source0115: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/anysize.tar.xz +Source0116: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/anysize.doc.tar.xz +Source0117: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/appendix.tar.xz +Source0118: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/appendix.doc.tar.xz +Source0120: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/arabxetex.tar.xz +Source0121: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/arabxetex.doc.tar.xz +Source0123: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/arphic.tar.xz +Source0124: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/arphic.doc.tar.xz +Source0125: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/attachfile.tar.xz +Source0126: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/attachfile.doc.tar.xz +Source0128: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/avantgar.tar.xz +Source0129: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/babelbib.tar.xz +Source0130: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/babelbib.doc.tar.xz +Source0131: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/babel.tar.xz +Source0132: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/babel.doc.tar.xz +Source0134: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/beamer.tar.xz +Source0135: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/beamer.doc.tar.xz +Source0136: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/pgf.tar.xz +Source0137: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/pgf.doc.tar.xz +Source0139: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/xkeyval.tar.xz +Source0140: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/xkeyval.doc.tar.xz +Source0142: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/xcolor.tar.xz +Source0143: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/xcolor.doc.tar.xz +Source0145: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/bera.tar.xz +Source0146: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/bera.doc.tar.xz +Source0147: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/beton.tar.xz +Source0148: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/beton.doc.tar.xz +Source0150: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/bibtex.tar.xz +Source0151: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/bibtex.doc.tar.xz +Source0152: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/kpathsea.tar.xz +Source0153: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/kpathsea.doc.tar.xz +Source0154: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/bibtopic.tar.xz +Source0155: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/bibtopic.doc.tar.xz +Source0157: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/bidi.tar.xz +Source0158: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/bidi.doc.tar.xz +Source0160: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/bigfoot.tar.xz +Source0161: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/bigfoot.doc.tar.xz +Source0163: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/bookman.tar.xz +Source0164: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/booktabs.tar.xz +Source0165: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/booktabs.doc.tar.xz +Source0167: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/breakurl.tar.xz +Source0168: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/breakurl.doc.tar.xz +Source0170: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/caption.tar.xz +Source0171: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/caption.doc.tar.xz +Source0173: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/carlisle.tar.xz +Source0174: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/carlisle.doc.tar.xz +Source0176: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/changebar.tar.xz +Source0177: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/changebar.doc.tar.xz +Source0179: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/changepage.tar.xz +Source0180: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/changepage.doc.tar.xz +Source0182: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/charter.tar.xz +Source0183: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/charter.doc.tar.xz +Source0184: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/chngcntr.tar.xz +Source0185: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/chngcntr.doc.tar.xz +Source0186: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/cite.tar.xz +Source0187: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/cite.doc.tar.xz +Source0188: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/cjk.tar.xz +Source0189: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/cjk.doc.tar.xz +Source0191: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/cns.tar.xz +Source0192: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/cns.doc.tar.xz +Source0193: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/garuda-c90.tar.xz +Source0195: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/norasi-c90.tar.xz +Source0197: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/fonts-tlwg.tar.xz +Source0198: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/fonts-tlwg.doc.tar.xz +Source0200: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/uhc.tar.xz +Source0201: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/uhc.doc.tar.xz +Source0202: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/wadalab.tar.xz +Source0203: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/wadalab.doc.tar.xz +Source0204: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/cmap.tar.xz +Source0205: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/cmap.doc.tar.xz +Source0206: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/cmextra.tar.xz +Source0207: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/cm-lgc.tar.xz +Source0208: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/cm-lgc.doc.tar.xz +Source0209: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/cm-super.tar.xz +Source0210: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/cm-super.doc.tar.xz +Source0211: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/cm.tar.xz +Source0212: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/cm.doc.tar.xz +Source0215: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/dvipdfmx.tar.xz +Source0216: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/dvipdfmx.doc.tar.xz +Source0217: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/glyphlist.tar.xz +Source0219: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/dvips.tar.xz +Source0220: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/dvips.doc.tar.xz +Source0221: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/enctex.tar.xz +Source0222: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/enctex.doc.tar.xz +Source0223: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/etex.tar.xz +Source0224: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/etex.doc.tar.xz +Source0225: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/etex-pkg.tar.xz +Source0226: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/etex-pkg.doc.tar.xz +Source0227: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/gsftopk.tar.xz +Source0228: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/gsftopk.doc.tar.xz +Source0229: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/hyph-utf8.tar.xz +Source0230: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/hyph-utf8.doc.tar.xz +Source0232: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/hyphen-base.tar.xz +Source0239: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/lua-alt-getopt.tar.xz +Source0240: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/lua-alt-getopt.doc.tar.xz +Source0241: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/luatex.tar.xz +Source0242: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/luatex.doc.tar.xz +Source0243: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/makeindex.tar.xz +Source0244: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/makeindex.doc.tar.xz +Source0245: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/metafont.tar.xz +Source0246: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/metafont.doc.tar.xz +Source0247: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/mflogo.tar.xz +Source0248: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/mflogo.doc.tar.xz +Source0250: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/mfware.tar.xz +Source0251: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/mfware.doc.tar.xz +Source0253: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/pdftex.tar.xz +Source0254: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/pdftex.doc.tar.xz +Source0255: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/plain.tar.xz +Source0258: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/tex.tar.xz +Source0259: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/tex.doc.tar.xz +Source0262: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/texlive.infra.tar.xz +Source0263: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/texlive.infra.doc.tar.xz +Source0264: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/xdvi.tar.xz +Source0265: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/xdvi.doc.tar.xz +Source0266: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/courier.tar.xz +Source0267: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/euro.tar.xz +Source0268: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/euro.doc.tar.xz +Source0270: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/eurosym.tar.xz +Source0271: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/eurosym.doc.tar.xz +Source0272: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/fpl.tar.xz +Source0273: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/fpl.doc.tar.xz +Source0275: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/helvetic.tar.xz +Source0276: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/lm.tar.xz +Source0277: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/lm.doc.tar.xz +Source0279: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/lm-math.tar.xz +Source0280: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/lm-math.doc.tar.xz +Source0281: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/marvosym.tar.xz +Source0282: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/marvosym.doc.tar.xz +Source0284: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/mathpazo.tar.xz +Source0285: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/mathpazo.doc.tar.xz +Source0287: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/ncntrsbk.tar.xz +Source0288: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/palatino.tar.xz +Source0289: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/pxfonts.tar.xz +Source0290: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/pxfonts.doc.tar.xz +Source0291: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/rsfs.tar.xz +Source0292: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/rsfs.doc.tar.xz +Source0293: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/symbol.tar.xz +Source0294: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/tex-gyre.tar.xz +Source0295: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/tex-gyre.doc.tar.xz +Source0296: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/tex-gyre-math.tar.xz +Source0297: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/tex-gyre-math.doc.tar.xz +Source0298: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/times.tar.xz +Source0299: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/tipa.tar.xz +Source0300: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/tipa.doc.tar.xz +Source0301: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/txfonts.tar.xz +Source0302: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/txfonts.doc.tar.xz +Source0303: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/utopia.tar.xz +Source0304: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/utopia.doc.tar.xz +Source0305: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/wasy.tar.xz +Source0306: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/wasy.doc.tar.xz +Source0307: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/wasysym.tar.xz +Source0308: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/wasysym.doc.tar.xz +Source0310: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/zapfchan.tar.xz +Source0311: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/zapfding.tar.xz +Source0312: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/jadetex.tar.xz +Source0313: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/jadetex.doc.tar.xz +Source0315: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/latex.tar.xz +Source0316: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/latex.doc.tar.xz +Source0318: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/latexconfig.tar.xz +Source0319: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/latex-fonts.tar.xz +Source0320: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/latex-fonts.doc.tar.xz +Source0321: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/passivetex.tar.xz +Source0322: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/tex4ht.tar.xz +Source0323: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/tex4ht.doc.tar.xz +Source0324: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/xmltex.tar.xz +Source0325: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/xmltex.doc.tar.xz +Source0326: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/colortbl.tar.xz +Source0327: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/colortbl.doc.tar.xz +Source0329: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/fancyhdr.tar.xz +Source0330: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/fancyhdr.doc.tar.xz +Source0331: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/fix2col.tar.xz +Source0332: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/fix2col.doc.tar.xz +Source0334: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/geometry.tar.xz +Source0335: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/geometry.doc.tar.xz +Source0337: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/graphics.tar.xz +Source0338: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/graphics.doc.tar.xz +Source0340: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/hyperref.tar.xz +Source0341: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/hyperref.doc.tar.xz +Source0343: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/latex-bin.tar.xz +Source0344: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/latex-bin.doc.tar.xz +Source0345: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/ltxmisc.tar.xz +Source0346: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/mfnfss.tar.xz +Source0347: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/mfnfss.doc.tar.xz +Source0349: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/mptopdf.tar.xz +Source0350: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/mptopdf.doc.tar.xz +Source0351: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/natbib.tar.xz +Source0352: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/natbib.doc.tar.xz +Source0354: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/oberdiek.tar.xz +Source0355: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/oberdiek.doc.tar.xz +Source0358: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/pslatex.tar.xz +Source0360: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/psnfss.tar.xz +Source0361: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/psnfss.doc.tar.xz +Source0363: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/pspicture.tar.xz +Source0364: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/pspicture.doc.tar.xz +Source0366: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/tools.tar.xz +Source0367: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/tools.doc.tar.xz +Source0369: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/crop.tar.xz +Source0370: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/crop.doc.tar.xz +Source0372: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/ctable.tar.xz +Source0373: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/ctable.doc.tar.xz +Source0375: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/ec.tar.xz +Source0376: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/ec.doc.tar.xz +Source0377: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/eso-pic.tar.xz +Source0378: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/eso-pic.doc.tar.xz +Source0380: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/euler.tar.xz +Source0381: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/euler.doc.tar.xz +Source0383: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/extsizes.tar.xz +Source0384: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/extsizes.doc.tar.xz +Source0385: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/fancybox.tar.xz +Source0386: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/fancybox.doc.tar.xz +Source0387: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/fancyref.tar.xz +Source0388: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/fancyref.doc.tar.xz +Source0390: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/fancyvrb.tar.xz +Source0391: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/fancyvrb.doc.tar.xz +Source0393: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/float.tar.xz +Source0394: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/float.doc.tar.xz +Source0396: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/fontspec.tar.xz +Source0397: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/fontspec.doc.tar.xz +Source0399: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/kastrup.tar.xz +Source0400: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/kastrup.doc.tar.xz +Source0402: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/fp.tar.xz +Source0403: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/fp.doc.tar.xz +Source0404: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/index.tar.xz +Source0405: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/index.doc.tar.xz +Source0407: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/jknapltx.tar.xz +Source0408: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/jknapltx.doc.tar.xz +Source0409: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/koma-script.tar.xz +Source0410: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/l3kernel.tar.xz +Source0411: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/l3kernel.doc.tar.xz +Source0413: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/l3packages.tar.xz +Source0414: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/l3packages.doc.tar.xz +Source0416: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/l3experimental.tar.xz +Source0417: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/l3experimental.doc.tar.xz +Source0419: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/listings.tar.xz +Source0420: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/listings.doc.tar.xz +Source0422: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/mdwtools.tar.xz +Source0423: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/mdwtools.doc.tar.xz +Source0425: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/memoir.tar.xz +Source0426: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/memoir.doc.tar.xz +Source0428: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/metalogo.tar.xz +Source0429: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/metalogo.doc.tar.xz +Source0434: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/microtype.tar.xz +Source0435: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/microtype.doc.tar.xz +Source0437: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/ms.tar.xz +Source0438: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/ms.doc.tar.xz +Source0440: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/ntgclass.tar.xz +Source0441: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/ntgclass.doc.tar.xz +Source0443: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/parskip.tar.xz +Source0444: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/parskip.doc.tar.xz +Source0445: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/pdfpages.tar.xz +Source0446: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/pdfpages.doc.tar.xz +Source0448: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/powerdot.tar.xz +Source0449: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/powerdot.doc.tar.xz +Source0450: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/psfrag.tar.xz +Source0451: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/psfrag.doc.tar.xz +Source0453: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/rcs.tar.xz +Source0454: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/rcs.doc.tar.xz +Source0459: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/sansmath.tar.xz +Source0460: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/sansmath.doc.tar.xz +Source0461: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/section.tar.xz +Source0462: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/section.doc.tar.xz +Source0463: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/seminar.tar.xz +Source0464: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/seminar.doc.tar.xz +Source0465: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/sepnum.tar.xz +Source0466: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/sepnum.doc.tar.xz +Source0467: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/setspace.tar.xz +Source0468: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/setspace.doc.tar.xz +Source0469: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/subfig.tar.xz +Source0470: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/subfig.doc.tar.xz +Source0472: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/textcase.tar.xz +Source0473: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/textcase.doc.tar.xz +Source0475: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/thumbpdf.tar.xz +Source0476: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/thumbpdf.doc.tar.xz +Source0477: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/typehtml.tar.xz +Source0478: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/typehtml.doc.tar.xz +Source0480: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/underscore.tar.xz +Source0481: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/underscore.doc.tar.xz +Source0482: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/url.tar.xz +Source0483: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/url.doc.tar.xz +Source0484: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/euenc.tar.xz +Source0485: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/euenc.doc.tar.xz +Source0487: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/fixlatvian.tar.xz +Source0488: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/fixlatvian.doc.tar.xz +Source0490: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/fontbook.tar.xz +Source0491: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/fontbook.doc.tar.xz +Source0493: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/fontwrap.tar.xz +Source0494: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/fontwrap.doc.tar.xz +Source0495: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/mathspec.tar.xz +Source0496: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/mathspec.doc.tar.xz +Source0497: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/philokalia.tar.xz +Source0498: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/philokalia.doc.tar.xz +Source0500: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/polyglossia.tar.xz +Source0501: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/polyglossia.doc.tar.xz +Source0503: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/ptext.tar.xz +Source0504: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/ptext.doc.tar.xz +Source0505: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/realscripts.tar.xz +Source0506: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/realscripts.doc.tar.xz +Source0508: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/ucharclasses.tar.xz +Source0509: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/ucharclasses.doc.tar.xz +Source0510: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/unisugar.tar.xz +Source0511: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/unisugar.doc.tar.xz +Source0512: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/xecjk.tar.xz +Source0513: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/xecjk.doc.tar.xz +Source0515: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/xecolor.tar.xz +Source0516: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/xecolor.doc.tar.xz +Source0517: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/xecyr.tar.xz +Source0518: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/xecyr.doc.tar.xz +Source0519: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/xeindex.tar.xz +Source0520: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/xeindex.doc.tar.xz +Source0521: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/xepersian.tar.xz +Source0522: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/xepersian.doc.tar.xz +Source0524: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/xesearch.tar.xz +Source0525: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/xesearch.doc.tar.xz +Source0526: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/xetex.tar.xz +Source0527: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/xetex.doc.tar.xz +Source0528: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/xetexconfig.tar.xz +Source0530: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/xetex-itrans.tar.xz +Source0531: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/xetex-itrans.doc.tar.xz +Source0532: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/xetex-pstricks.tar.xz +Source0533: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/xetex-pstricks.doc.tar.xz +Source0534: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/xetex-tibetan.tar.xz +Source0535: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/xetex-tibetan.doc.tar.xz +Source0536: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/xetexfontinfo.tar.xz +Source0537: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/xetexfontinfo.doc.tar.xz +Source0538: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/xltxtra.tar.xz +Source0539: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/xltxtra.doc.tar.xz +Source0541: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/xunicode.tar.xz +Source0542: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/xunicode.doc.tar.xz +Source0543: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/csquotes.tar.xz +Source0544: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/csquotes.doc.tar.xz +Source0545: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/currfile.tar.xz +Source0546: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/currfile.doc.tar.xz +Source0548: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/datetime.tar.xz +Source0549: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/datetime.doc.tar.xz +Source0551: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/fmtcount.tar.xz +Source0552: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/fmtcount.doc.tar.xz +Source0554: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/dvipng.tar.xz +Source0555: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/dvipng.doc.tar.xz +Source0556: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/eepic.tar.xz +Source0557: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/eepic.doc.tar.xz +Source0558: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/enumitem.tar.xz +Source0559: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/enumitem.doc.tar.xz +Source0560: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/epsf.tar.xz +Source0561: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/epsf.doc.tar.xz +Source0562: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/epstopdf.tar.xz +Source0563: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/epstopdf.doc.tar.xz +Source0564: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/etoolbox.tar.xz +Source0565: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/etoolbox.doc.tar.xz +Source0566: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/filecontents.tar.xz +Source0567: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/filecontents.doc.tar.xz +Source0569: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/filehook.tar.xz +Source0570: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/filehook.doc.tar.xz +Source0572: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/fncychap.tar.xz +Source0573: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/fncychap.doc.tar.xz +Source0574: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/fontware.tar.xz +Source0575: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/fontware.doc.tar.xz +Source0576: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/footmisc.tar.xz +Source0577: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/footmisc.doc.tar.xz +Source0579: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/framed.tar.xz +Source0580: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/framed.doc.tar.xz +Source0581: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/hyphenat.tar.xz +Source0582: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/hyphenat.doc.tar.xz +Source0587: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/ifmtarg.tar.xz +Source0588: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/ifmtarg.doc.tar.xz +Source0590: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/iftex.tar.xz +Source0591: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/iftex.doc.tar.xz +Source0592: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/kerkis.tar.xz +Source0593: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/kerkis.doc.tar.xz +Source0594: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/lastpage.tar.xz +Source0595: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/lastpage.doc.tar.xz +Source0597: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/lettrine.tar.xz +Source0598: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/lettrine.doc.tar.xz +Source0600: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/lualatex-math.tar.xz +Source0601: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/lualatex-math.doc.tar.xz +Source0603: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/luaotfload.tar.xz +Source0604: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/luaotfload.doc.tar.xz +Source0606: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/luatexbase.tar.xz +Source0607: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/luatexbase.doc.tar.xz +Source0609: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/makecmds.tar.xz +Source0610: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/makecmds.doc.tar.xz +Source0612: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/marginnote.tar.xz +Source0613: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/marginnote.doc.tar.xz +Source0615: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/mnsymbol.tar.xz +Source0616: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/mnsymbol.doc.tar.xz +Source0618: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/mparhack.tar.xz +Source0619: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/mparhack.doc.tar.xz +Source0621: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/multido.tar.xz +Source0622: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/multido.doc.tar.xz +Source0624: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/multirow.tar.xz +Source0625: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/multirow.doc.tar.xz +Source0626: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/ncctools.tar.xz +Source0627: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/ncctools.doc.tar.xz +Source0629: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/overpic.tar.xz +Source0630: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/overpic.doc.tar.xz +Source0631: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/paralist.tar.xz +Source0632: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/paralist.doc.tar.xz +Source0634: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/parallel.tar.xz +Source0635: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/parallel.doc.tar.xz +Source0637: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/placeins.tar.xz +Source0638: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/placeins.doc.tar.xz +Source0639: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/preprint.tar.xz +Source0640: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/preprint.doc.tar.xz +Source0642: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/pst-3d.tar.xz +Source0643: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/pst-3d.doc.tar.xz +Source0645: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/pst-blur.tar.xz +Source0646: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/pst-blur.doc.tar.xz +Source0648: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/pst-coil.tar.xz +Source0649: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/pst-coil.doc.tar.xz +Source0651: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/pst-eps.tar.xz +Source0652: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/pst-eps.doc.tar.xz +Source0654: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/pst-fill.tar.xz +Source0655: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/pst-fill.doc.tar.xz +Source0657: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/pst-grad.tar.xz +Source0658: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/pst-grad.doc.tar.xz +Source0659: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/pst-math.tar.xz +Source0660: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/pst-math.doc.tar.xz +Source0662: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/pst-node.tar.xz +Source0663: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/pst-node.doc.tar.xz +Source0665: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/pst-plot.tar.xz +Source0666: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/pst-plot.doc.tar.xz +Source0668: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/pstricks-add.tar.xz +Source0669: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/pstricks-add.doc.tar.xz +Source0671: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/pstricks.tar.xz +Source0672: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/pstricks.doc.tar.xz +Source0673: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/pst-slpe.tar.xz +Source0674: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/pst-slpe.doc.tar.xz +Source0676: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/pst-text.tar.xz +Source0677: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/pst-text.doc.tar.xz +Source0679: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/pst-tree.tar.xz +Source0680: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/pst-tree.doc.tar.xz +Source0682: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/qstest.tar.xz +Source0683: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/qstest.doc.tar.xz +Source0685: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/sauerj.tar.xz +Source0686: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/sauerj.doc.tar.xz +Source0688: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/sectsty.tar.xz +Source0689: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/sectsty.doc.tar.xz +Source0691: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/showexpl.tar.xz +Source0692: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/showexpl.doc.tar.xz +Source0694: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/soul.tar.xz +Source0695: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/soul.doc.tar.xz +Source0697: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/stmaryrd.tar.xz +Source0698: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/stmaryrd.doc.tar.xz +Source0700: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/subfigure.tar.xz +Source0701: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/subfigure.doc.tar.xz +Source0703: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/svn-prov.tar.xz +Source0704: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/svn-prov.doc.tar.xz +Source0706: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/t2.tar.xz +Source0707: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/t2.doc.tar.xz +Source0708: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/textpos.tar.xz +Source0709: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/textpos.doc.tar.xz +Source0711: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/threeparttable.tar.xz +Source0712: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/threeparttable.doc.tar.xz +Source0713: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/titlesec.tar.xz +Source0714: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/titlesec.doc.tar.xz +Source0715: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/tocloft.tar.xz +Source0716: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/tocloft.doc.tar.xz +Source0718: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/type1cm.tar.xz +Source0719: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/type1cm.doc.tar.xz +Source0721: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/ucs.tar.xz +Source0722: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/ucs.doc.tar.xz +Source0723: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/ulem.tar.xz +Source0724: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/ulem.doc.tar.xz +Source0725: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/unicode-math.tar.xz +Source0726: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/unicode-math.doc.tar.xz +Source0728: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/varwidth.tar.xz +Source0729: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/varwidth.doc.tar.xz +Source0730: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/was.tar.xz +Source0731: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/was.doc.tar.xz +Source0733: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/wrapfig.tar.xz +Source0734: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/wrapfig.doc.tar.xz +Source0735: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/xifthen.tar.xz +Source0736: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/xifthen.doc.tar.xz +Source0737: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/xstring.tar.xz +Source0738: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/xstring.doc.tar.xz +Source0739: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/xtab.tar.xz +Source0740: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/xtab.doc.tar.xz +Source0742: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/metapost.tar.xz +Source0743: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/metapost.doc.tar.xz +Source0744: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/metapost-examples.doc.tar.xz +Source0746: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/titling.tar.xz +Source0747: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/titling.doc.tar.xz +Source0749: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/adjustbox.tar.xz +Source0750: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/adjustbox.doc.tar.xz +Source0752: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/ifoddpage.tar.xz +Source0753: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/ifoddpage.doc.tar.xz +Source0755: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/collectbox.tar.xz +Source0756: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/collectbox.doc.tar.xz +Source0758: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/environ.tar.xz +Source0759: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/environ.doc.tar.xz Source1571: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphenex.tar.xz -Source1664: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xetexconfig.tar.xz -Source1665: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lm.tar.xz -Source1666: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lm.doc.tar.xz -Source1668: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lm-math.tar.xz -Source1669: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lm-math.doc.tar.xz -Source1670: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/manfnt-font.tar.xz -Source1671: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mflogo-font.tar.xz -Source1672: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mflogo-font.doc.tar.xz -Source1673: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/stmaryrd.tar.xz -Source1674: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/stmaryrd.doc.tar.xz -Source1676: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/jmn.tar.xz -Source1677: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-account.tar.xz -Source1678: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-account.doc.tar.xz -Source1679: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-algorithmic.tar.xz -Source1680: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-animation.tar.xz -Source1681: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-animation.doc.tar.xz -Source1682: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-annotation.tar.xz -Source1683: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-annotation.doc.tar.xz -Source1684: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-bnf.tar.xz -Source1685: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-bnf.doc.tar.xz -Source1686: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-chromato.tar.xz -Source1687: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-chromato.doc.tar.xz -Source1688: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-construction-plan.tar.xz -Source1689: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-construction-plan.doc.tar.xz -Source1690: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-cyrillicnumbers.tar.xz -Source1691: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-cyrillicnumbers.doc.tar.xz -Source1692: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-degrade.tar.xz -Source1693: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-degrade.doc.tar.xz -Source1694: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-fancybreak.tar.xz -Source1695: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-fancybreak.doc.tar.xz -Source1696: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-filter.tar.xz -Source1697: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-filter.doc.tar.xz -Source1699: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-french.tar.xz -Source1700: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-french.doc.tar.xz -Source1701: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-fullpage.tar.xz -Source1702: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-fullpage.doc.tar.xz -Source1705: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/skaknew.tar.xz -Source1706: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/skaknew.doc.tar.xz -Source1707: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-gantt.tar.xz -Source1708: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-gantt.doc.tar.xz -Source1709: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hatching.tar.xz -Source1710: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hatching.doc.tar.xz -Source1711: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-gnuplot.tar.xz -Source1712: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-gnuplot.doc.tar.xz -Source1713: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-letter.tar.xz -Source1714: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-letter.doc.tar.xz -Source1715: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-lettrine.tar.xz -Source1716: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-lettrine.doc.tar.xz -Source1719: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-mathsets.tar.xz -Source1720: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-mathsets.doc.tar.xz -Source1721: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-notes-zh-cn.tar.xz -Source1722: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-notes-zh-cn.doc.tar.xz -Source1723: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-rst.tar.xz -Source1724: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-rst.doc.tar.xz -Source1725: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-ruby.tar.xz -Source1726: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-ruby.doc.tar.xz -Source1727: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-simplefonts.tar.xz -Source1728: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-simplefonts.doc.tar.xz -Source1729: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-simpleslides.tar.xz -Source1730: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-simpleslides.doc.tar.xz -Source1731: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-title.tar.xz -Source1732: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-title.doc.tar.xz -Source1733: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-transliterator.tar.xz -Source1734: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-transliterator.doc.tar.xz -Source1735: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-typearea.tar.xz -Source1736: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-typearea.doc.tar.xz -Source1737: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-typescripts.tar.xz -Source1738: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-typescripts.doc.tar.xz -Source1739: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-vim.tar.xz -Source1740: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-vim.doc.tar.xz -Source1741: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-visualcounter.tar.xz -Source1742: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-visualcounter.doc.tar.xz -Source1744: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/comfortaa.tar.xz -Source1745: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/comfortaa.doc.tar.xz -Source1747: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/comicneue.tar.xz -Source1748: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/comicneue.doc.tar.xz -Source1749: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/concmath-fonts.tar.xz -Source1750: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/concmath-fonts.doc.tar.xz -Source1751: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cookingsymbols.tar.xz -Source1752: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cookingsymbols.doc.tar.xz -Source1754: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/countriesofeurope.tar.xz -Source1755: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/countriesofeurope.doc.tar.xz -Source1756: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/courier-scaled.tar.xz -Source1757: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/courier-scaled.doc.tar.xz -Source1758: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cryst.tar.xz -Source1759: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cryst.doc.tar.xz -Source1760: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cyklop.tar.xz -Source1761: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cyklop.doc.tar.xz -Source1762: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dancers.tar.xz -Source1763: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dantelogo.tar.xz -Source1764: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dantelogo.doc.tar.xz -Source1765: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dejavu.tar.xz -Source1766: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dejavu.doc.tar.xz -Source1767: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dice.tar.xz -Source1768: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dice.doc.tar.xz -Source1769: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dictsym.tar.xz -Source1770: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dictsym.doc.tar.xz -Source1771: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dingbat.tar.xz -Source1772: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dingbat.doc.tar.xz -Source1774: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/doublestroke.tar.xz -Source1775: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/doublestroke.doc.tar.xz -Source1776: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dozenal.tar.xz -Source1777: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dozenal.doc.tar.xz -Source1779: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/drm.tar.xz -Source1780: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/drm.doc.tar.xz -Source1782: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/droid.tar.xz -Source1783: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/droid.doc.tar.xz -Source1785: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/duerer.tar.xz -Source1786: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/duerer.doc.tar.xz -Source1787: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/duerer-latex.tar.xz -Source1788: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/duerer-latex.doc.tar.xz -Source1789: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dutchcal.tar.xz -Source1790: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dutchcal.doc.tar.xz -Source1791: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ean.tar.xz -Source1792: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ean.doc.tar.xz -Source1793: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ebgaramond.tar.xz -Source1794: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ebgaramond.doc.tar.xz -Source1795: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ebgaramond-maths.tar.xz -Source1796: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ebgaramond-maths.doc.tar.xz -Source1797: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ecc.tar.xz -Source1798: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ecc.doc.tar.xz -Source1799: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eco.tar.xz -Source1800: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eco.doc.tar.xz -Source1802: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eiad.tar.xz -Source1803: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eiad.doc.tar.xz -Source1804: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eiad-ltx.tar.xz -Source1805: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eiad-ltx.doc.tar.xz -Source1807: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/electrum.tar.xz -Source1808: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/electrum.doc.tar.xz -Source1810: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/elvish.tar.xz -Source1811: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/elvish.doc.tar.xz -Source1812: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/epigrafica.tar.xz -Source1813: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/epigrafica.doc.tar.xz -Source1814: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/epsdice.tar.xz -Source1815: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/epsdice.doc.tar.xz -Source1817: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/erewhon.tar.xz -Source1818: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/erewhon.doc.tar.xz -Source1819: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/esrelation.tar.xz -Source1820: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/esrelation.doc.tar.xz -Source1822: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/esstix.tar.xz -Source1823: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/esstix.doc.tar.xz -Source1824: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/esvect.tar.xz -Source1825: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/esvect.doc.tar.xz -Source1827: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eulervm.tar.xz -Source1828: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eulervm.doc.tar.xz -Source1830: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/euxm.tar.xz -Source1831: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fbb.tar.xz -Source1832: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fbb.doc.tar.xz -Source1833: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fdsymbol.tar.xz -Source1834: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fdsymbol.doc.tar.xz -Source1836: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fetamont.tar.xz -Source1837: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fetamont.doc.tar.xz -Source1839: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/feyn.tar.xz -Source1840: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/feyn.doc.tar.xz -Source1842: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fge.tar.xz -Source1843: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fge.doc.tar.xz -Source1845: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fira.tar.xz -Source1846: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fira.doc.tar.xz -Source1847: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/foekfont.tar.xz -Source1848: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/foekfont.doc.tar.xz -Source1849: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fonetika.tar.xz -Source1850: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fonetika.doc.tar.xz -Source1851: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fontawesome.tar.xz -Source1852: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fontawesome.doc.tar.xz -Source1853: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fontmfizz.tar.xz -Source1854: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fontmfizz.doc.tar.xz -Source1855: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/old-arrows.tar.xz -Source1856: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/old-arrows.doc.tar.xz -Source1857: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fourier.tar.xz -Source1858: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fourier.doc.tar.xz -Source1860: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fouriernc.tar.xz -Source1861: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fouriernc.doc.tar.xz -Source1862: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/frcursive.tar.xz -Source1863: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/frcursive.doc.tar.xz -Source1864: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/genealogy.tar.xz -Source1865: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/genealogy.doc.tar.xz -Source1866: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gentium-tug.tar.xz -Source1867: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gentium-tug.doc.tar.xz -Source1869: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gfsartemisia.tar.xz -Source1870: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gfsartemisia.doc.tar.xz -Source1871: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gfsbodoni.tar.xz -Source1872: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gfsbodoni.doc.tar.xz -Source1873: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gfscomplutum.tar.xz -Source1874: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gfscomplutum.doc.tar.xz -Source1875: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gfsdidot.tar.xz -Source1876: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gfsdidot.doc.tar.xz -Source1877: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gfsneohellenic.tar.xz -Source1878: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gfsneohellenic.doc.tar.xz -Source1879: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gfssolomos.tar.xz -Source1880: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gfssolomos.doc.tar.xz -Source1881: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gillcm.tar.xz -Source1882: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gillcm.doc.tar.xz -Source1883: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gillius.tar.xz -Source1884: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gillius.doc.tar.xz -Source1885: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gnu-freefont.tar.xz -Source1886: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gnu-freefont.doc.tar.xz -Source1888: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gothic.tar.xz -Source1889: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gothic.doc.tar.xz -Source1891: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/greenpoint.tar.xz -Source1892: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/greenpoint.doc.tar.xz -Source1893: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/grotesq.tar.xz -Source1894: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/grotesq.doc.tar.xz -Source1895: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hacm.tar.xz -Source1896: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hacm.doc.tar.xz -Source1897: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hands.tar.xz -Source1898: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/heuristica.tar.xz -Source1899: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/heuristica.doc.tar.xz -Source1900: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hfbright.tar.xz -Source1901: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hfbright.doc.tar.xz -Source1902: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hfoldsty.tar.xz -Source1903: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hfoldsty.doc.tar.xz -Source1905: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ifsym.tar.xz -Source1906: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ifsym.doc.tar.xz -Source1907: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/inconsolata.tar.xz -Source1908: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/inconsolata.doc.tar.xz -Source1909: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/initials.tar.xz -Source1910: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/initials.doc.tar.xz -Source1911: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ipaex-type1.tar.xz -Source1912: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ipaex-type1.doc.tar.xz -Source1913: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/iwona.tar.xz -Source1914: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/iwona.doc.tar.xz -Source1915: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/jablantile.tar.xz -Source1916: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/jablantile.doc.tar.xz -Source1917: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/jamtimes.tar.xz -Source1918: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/jamtimes.doc.tar.xz -Source1919: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/junicode.tar.xz -Source1920: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/junicode.doc.tar.xz -Source1921: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/kixfont.tar.xz -Source1922: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/kixfont.doc.tar.xz -Source1924: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/kpfonts.tar.xz -Source1925: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/kpfonts.doc.tar.xz -Source1926: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/kurier.tar.xz -Source1927: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/kurier.doc.tar.xz -Source1928: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lato.tar.xz -Source1929: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lato.doc.tar.xz -Source1931: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lfb.tar.xz -Source1932: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lfb.doc.tar.xz -Source1933: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/libertine.tar.xz -Source1934: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/libertine.doc.tar.xz -Source1935: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/librebaskerville.tar.xz -Source1936: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/librebaskerville.doc.tar.xz -Source1937: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/librecaslon.tar.xz -Source1938: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/librecaslon.doc.tar.xz -Source1939: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/libris.tar.xz -Source1940: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/libris.doc.tar.xz -Source1942: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/linearA.tar.xz -Source1943: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/linearA.doc.tar.xz -Source1945: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lobster2.tar.xz -Source1946: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lobster2.doc.tar.xz -Source1947: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lxfonts.tar.xz -Source1948: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lxfonts.doc.tar.xz -Source1950: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ly1.tar.xz -Source1951: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ly1.doc.tar.xz -Source1952: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mathabx.tar.xz -Source1953: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mathabx.doc.tar.xz -Source1954: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mathabx-type1.tar.xz -Source1955: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mathabx-type1.doc.tar.xz -Source1956: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mathdesign.tar.xz -Source1957: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mathdesign.doc.tar.xz -Source1958: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mdputu.tar.xz -Source1959: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mdputu.doc.tar.xz -Source1960: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mdsymbol.tar.xz -Source1961: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mdsymbol.doc.tar.xz -Source1963: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/merriweather.tar.xz -Source1964: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/merriweather.doc.tar.xz -Source1965: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mintspirit.tar.xz -Source1966: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mintspirit.doc.tar.xz -Source1967: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mnsymbol.tar.xz -Source1968: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mnsymbol.doc.tar.xz -Source1970: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/newpx.tar.xz -Source1971: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/newpx.doc.tar.xz -Source1972: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/newtx.tar.xz -Source1973: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/newtx.doc.tar.xz -Source1974: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/newtxsf.tar.xz -Source1975: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/newtxsf.doc.tar.xz -Source1976: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/newtxtt.tar.xz -Source1977: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/newtxtt.doc.tar.xz -Source1978: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nkarta.tar.xz -Source1979: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nkarta.doc.tar.xz -Source1981: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/obnov.tar.xz -Source1982: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/obnov.doc.tar.xz -Source1983: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ocherokee.tar.xz -Source1984: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ocherokee.doc.tar.xz -Source1985: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ocr-b.tar.xz -Source1986: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ocr-b.doc.tar.xz -Source1987: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ocr-b-outline.tar.xz -Source1988: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ocr-b-outline.doc.tar.xz -Source1990: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ogham.tar.xz -Source1991: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ogham.doc.tar.xz -Source1992: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/oinuit.tar.xz -Source1993: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/oinuit.doc.tar.xz -Source1995: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/oldlatin.tar.xz -Source1996: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/oldlatin.doc.tar.xz -Source1997: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/oldstandard.tar.xz -Source1998: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/oldstandard.doc.tar.xz -Source2000: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/opensans.tar.xz -Source2001: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/opensans.doc.tar.xz -Source2003: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/orkhun.tar.xz -Source2004: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/orkhun.doc.tar.xz -Source2005: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/overlock.tar.xz -Source2006: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/overlock.doc.tar.xz -Source2007: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pacioli.tar.xz -Source2008: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pacioli.doc.tar.xz -Source2010: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/paratype.tar.xz -Source2011: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/paratype.doc.tar.xz -Source2012: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/phaistos.tar.xz -Source2013: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/phaistos.doc.tar.xz -Source2015: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/phonetic.tar.xz -Source2016: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/phonetic.doc.tar.xz -Source2017: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pigpen.tar.xz -Source2018: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pigpen.doc.tar.xz -Source2019: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/playfair.tar.xz -Source2020: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/playfair.doc.tar.xz -Source2021: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/poltawski.tar.xz -Source2022: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/poltawski.doc.tar.xz -Source2023: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/prodint.tar.xz -Source2024: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/prodint.doc.tar.xz -Source2025: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/punk.tar.xz -Source2026: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/punk.doc.tar.xz -Source2027: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/punk-latex.tar.xz -Source2028: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/punk-latex.doc.tar.xz -Source2029: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/punknova.tar.xz -Source2030: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/punknova.doc.tar.xz -Source2031: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pxtxalfa.tar.xz -Source2032: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pxtxalfa.doc.tar.xz -Source2033: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/quattrocento.tar.xz -Source2034: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/quattrocento.doc.tar.xz -Source2035: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/raleway.tar.xz -Source2036: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/raleway.doc.tar.xz -Source2037: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/recycle.tar.xz -Source2038: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/recycle.doc.tar.xz -Source2039: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/roboto.tar.xz -Source2040: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/roboto.doc.tar.xz -Source2041: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/romande.tar.xz -Source2042: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/romande.doc.tar.xz -Source2044: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rsfso.tar.xz -Source2045: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rsfso.doc.tar.xz Source2046: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sansmathaccent.tar.xz Source2047: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sansmathaccent.doc.tar.xz -Source2048: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sansmathfonts.tar.xz -Source2049: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sansmathfonts.doc.tar.xz -Source2050: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sauter.tar.xz -Source2051: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sauterfonts.tar.xz -Source2052: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sauterfonts.doc.tar.xz -Source2054: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/schulschriften.tar.xz -Source2055: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/schulschriften.doc.tar.xz -Source2056: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/semaphor.tar.xz -Source2057: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/semaphor.doc.tar.xz -Source2058: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/skull.tar.xz -Source2060: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sourcecodepro.tar.xz -Source2061: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sourcecodepro.doc.tar.xz -Source2062: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sourcesanspro.tar.xz -Source2063: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sourcesanspro.doc.tar.xz -Source2064: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sourceserifpro.tar.xz -Source2065: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sourceserifpro.doc.tar.xz -Source2066: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/starfont.tar.xz -Source2067: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/starfont.doc.tar.xz -Source2068: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/staves.tar.xz -Source2069: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/staves.doc.tar.xz -Source2071: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/stix.tar.xz -Source2072: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/stix.doc.tar.xz -Source2074: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/superiors.tar.xz -Source2075: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/superiors.doc.tar.xz -Source2076: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tapir.tar.xz -Source2077: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tapir.doc.tar.xz -Source2078: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tengwarscript.tar.xz -Source2079: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tengwarscript.doc.tar.xz -Source2081: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tfrupee.tar.xz -Source2082: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tfrupee.doc.tar.xz -Source2084: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tpslifonts.tar.xz -Source2085: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tpslifonts.doc.tar.xz -Source2087: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/trajan.tar.xz -Source2088: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/trajan.doc.tar.xz -Source2090: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/txfontsb.tar.xz -Source2091: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/txfontsb.doc.tar.xz -Source2093: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/typicons.tar.xz -Source2094: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/typicons.doc.tar.xz -Source2095: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/umtypewriter.tar.xz -Source2096: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/universa.tar.xz -Source2097: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/universa.doc.tar.xz -Source2099: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/universalis.tar.xz -Source2100: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/universalis.doc.tar.xz -Source2101: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/urwchancal.tar.xz -Source2102: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/urwchancal.doc.tar.xz -Source2103: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/venturisadf.tar.xz -Source2104: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/venturisadf.doc.tar.xz -Source2106: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/wsuipa.tar.xz -Source2107: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/wsuipa.doc.tar.xz -Source2108: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xcharter.tar.xz -Source2109: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xcharter.doc.tar.xz -Source2110: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xits.tar.xz -Source2111: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xits.doc.tar.xz -Source2113: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/yfonts.tar.xz -Source2114: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/yfonts.doc.tar.xz -Source2118: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/zlmtt.tar.xz -Source2119: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/zlmtt.doc.tar.xz -Source2120: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/courier.tar.xz -Source2121: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ec.tar.xz -Source2122: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ec.doc.tar.xz -Source2123: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/euro.tar.xz -Source2124: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/euro.doc.tar.xz -Source2126: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eurosym.tar.xz -Source2127: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eurosym.doc.tar.xz -Source2128: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fpl.tar.xz -Source2129: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fpl.doc.tar.xz -Source2131: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/helvetic.tar.xz -Source2132: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/marvosym.tar.xz -Source2133: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/marvosym.doc.tar.xz -Source2135: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mathpazo.tar.xz -Source2136: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mathpazo.doc.tar.xz -Source2138: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ncntrsbk.tar.xz -Source2139: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/palatino.tar.xz -Source2140: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pxfonts.tar.xz -Source2141: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pxfonts.doc.tar.xz -Source2142: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rsfs.tar.xz -Source2143: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rsfs.doc.tar.xz -Source2144: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/symbol.tar.xz -Source2145: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tex-gyre.tar.xz -Source2146: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tex-gyre.doc.tar.xz -Source2147: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tex-gyre-math.tar.xz -Source2148: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tex-gyre-math.doc.tar.xz -Source2149: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/times.tar.xz -Source2150: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tipa.tar.xz -Source2151: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tipa.doc.tar.xz -Source2152: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/txfonts.tar.xz -Source2153: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/txfonts.doc.tar.xz -Source2154: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/utopia.tar.xz -Source2155: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/utopia.doc.tar.xz -Source2156: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/wasy.tar.xz -Source2157: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/wasy.doc.tar.xz -Source2160: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/wasysym.tar.xz -Source2161: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/wasysym.doc.tar.xz -Source2163: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/zapfchan.tar.xz -Source2164: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/zapfding.tar.xz -Source2178: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dvipsconfig.tar.xz -Source2188: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/edmac.tar.xz -Source2189: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/edmac.doc.tar.xz -Source2198: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/psizzl.tar.xz -Source2199: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/psizzl.doc.tar.xz -Source2201: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/startex.tar.xz -Source2202: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/startex.doc.tar.xz -Source2206: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/crossword.tar.xz -Source2207: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/crossword.doc.tar.xz -Source2209: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/crosswrd.tar.xz -Source2210: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/crosswrd.doc.tar.xz -Source2212: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/egameps.tar.xz -Source2213: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/egameps.doc.tar.xz -Source2214: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gamebook.tar.xz -Source2215: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gamebook.doc.tar.xz -Source2217: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/go.tar.xz -Source2218: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/go.doc.tar.xz -Source2220: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hanoi.tar.xz -Source2221: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/havannah.tar.xz -Source2222: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/havannah.doc.tar.xz -Source2224: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hexgame.tar.xz -Source2225: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hexgame.doc.tar.xz -Source2226: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/horoscop.tar.xz -Source2227: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/horoscop.doc.tar.xz -Source2229: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/labyrinth.tar.xz -Source2230: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/labyrinth.doc.tar.xz -Source2231: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/logicpuzzle.tar.xz -Source2232: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/logicpuzzle.doc.tar.xz -Source2233: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/othello.tar.xz -Source2234: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/othello.doc.tar.xz -Source2235: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/othelloboard.tar.xz -Source2236: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/othelloboard.doc.tar.xz -Source2237: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pas-crosswords.tar.xz -Source2238: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pas-crosswords.doc.tar.xz -Source2239: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/psgo.tar.xz -Source2240: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/psgo.doc.tar.xz -Source2241: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/reverxii.doc.tar.xz -Source2245: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/schwalbe-chess.tar.xz -Source2246: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/schwalbe-chess.doc.tar.xz -Source2248: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sgame.tar.xz -Source2249: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sgame.doc.tar.xz -Source2250: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/skak.tar.xz -Source2251: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/skak.doc.tar.xz -Source2252: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sudoku.tar.xz -Source2253: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sudoku.doc.tar.xz -Source2255: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sudokubundle.tar.xz -Source2256: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sudokubundle.doc.tar.xz -Source2258: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xq.tar.xz -Source2259: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xq.doc.tar.xz -Source2260: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xskak.tar.xz -Source2261: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xskak.doc.tar.xz -Source2263: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/c-pascal.tar.xz -Source2264: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/c-pascal.doc.tar.xz -Source2265: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/colorsep.tar.xz -Source2266: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dinat.tar.xz -Source2267: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dinat.doc.tar.xz -Source2268: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dirtree.tar.xz -Source2269: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dirtree.doc.tar.xz -Source2271: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/docbytex.tar.xz -Source2272: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/docbytex.doc.tar.xz -Source2273: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dowith.tar.xz -Source2274: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dowith.doc.tar.xz -Source2276: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eijkhout.tar.xz -Source2277: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/encxvlna.tar.xz -Source2278: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/encxvlna.doc.tar.xz -Source2279: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/epigram.tar.xz -Source2280: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fenixpar.tar.xz -Source2281: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fenixpar.doc.tar.xz -Source2282: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fltpoint.tar.xz -Source2283: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fltpoint.doc.tar.xz -Source2285: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fntproof.tar.xz -Source2286: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fntproof.doc.tar.xz -Source2287: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gates.tar.xz -Source2288: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gates.doc.tar.xz -Source2292: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/iftex.tar.xz -Source2293: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/iftex.doc.tar.xz -Source2294: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/insbox.tar.xz -Source2295: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/insbox.doc.tar.xz -Source2296: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lambda-lists.tar.xz -Source2297: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lambda-lists.doc.tar.xz -Source2298: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/langcode.tar.xz -Source2299: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/langcode.doc.tar.xz -Source2301: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lecturer.tar.xz -Source2302: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lecturer.doc.tar.xz -Source2303: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/librarian.tar.xz -Source2304: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/librarian.doc.tar.xz -Source2305: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mathdots.tar.xz -Source2306: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mathdots.doc.tar.xz -Source2308: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/metatex.tar.xz -Source2309: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/metatex.doc.tar.xz -Source2310: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/midnight.tar.xz -Source2311: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/midnight.doc.tar.xz -Source2312: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/navigator.tar.xz -Source2313: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/navigator.doc.tar.xz -Source2314: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ofs.tar.xz -Source2315: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ofs.doc.tar.xz -Source2316: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdf-trans.tar.xz -Source2317: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdf-trans.doc.tar.xz -Source2318: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/plainpkg.tar.xz -Source2319: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/plainpkg.doc.tar.xz -Source2321: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/schemata.tar.xz -Source2322: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/schemata.doc.tar.xz -Source2324: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/shade.tar.xz -Source2325: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/shade.doc.tar.xz -Source2326: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/systeme.tar.xz -Source2327: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/systeme.doc.tar.xz -Source2328: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tabto-generic.tar.xz -Source2329: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/termmenu.tar.xz -Source2330: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/termmenu.doc.tar.xz -Source2332: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tracklang.tar.xz -Source2333: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tracklang.doc.tar.xz -Source2335: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/texapi.tar.xz -Source2336: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/texapi.doc.tar.xz -Source2337: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/upca.tar.xz -Source2338: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/upca.doc.tar.xz -Source2339: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xlop.tar.xz -Source2340: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xlop.doc.tar.xz -Source2342: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/yax.tar.xz -Source2343: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/yax.doc.tar.xz -Source2344: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/epsf.tar.xz -Source2345: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/epsf.doc.tar.xz -Source2346: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fontname.tar.xz -Source2347: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fontname.doc.tar.xz -Source2349: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/kastrup.tar.xz -Source2350: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/kastrup.doc.tar.xz -Source2352: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/multido.tar.xz -Source2353: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/multido.doc.tar.xz -Source2355: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/path.tar.xz -Source2356: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/path.doc.tar.xz -Source2357: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tex-ps.tar.xz -Source2358: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tex-ps.doc.tar.xz -Source2359: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ulem.tar.xz -Source2360: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ulem.doc.tar.xz -Source2364: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/passivetex.tar.xz -Source2369: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xmltexconfig.tar.xz -Source2370: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/covington.tar.xz -Source2371: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/covington.doc.tar.xz -Source2374: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dramatist.tar.xz -Source2375: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dramatist.doc.tar.xz -Source2377: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dvgloss.tar.xz -Source2378: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dvgloss.doc.tar.xz -Source2380: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ecltree.tar.xz -Source2381: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ecltree.doc.tar.xz -Source2382: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/edfnotes.tar.xz -Source2383: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/edfnotes.doc.tar.xz -Source2385: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ednotes.tar.xz -Source2386: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ednotes.doc.tar.xz -Source2387: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ncctools.tar.xz -Source2388: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ncctools.doc.tar.xz -Source2390: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eledform.tar.xz -Source2391: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eledform.doc.tar.xz -Source2393: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eledmac.tar.xz -Source2394: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eledmac.doc.tar.xz -Source2396: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/expex.tar.xz -Source2397: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/expex.doc.tar.xz -Source2398: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gb4e.tar.xz -Source2399: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gb4e.doc.tar.xz -Source2400: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gmverse.tar.xz -Source2401: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gmverse.doc.tar.xz -Source2402: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/jura.tar.xz -Source2403: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/jura.doc.tar.xz -Source2405: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/juraabbrev.tar.xz -Source2406: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/juraabbrev.doc.tar.xz -Source2408: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/juramisc.tar.xz -Source2409: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/juramisc.doc.tar.xz -Source2410: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/jurarsp.tar.xz -Source2411: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/jurarsp.doc.tar.xz -Source2413: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ledmac.tar.xz -Source2414: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ledmac.doc.tar.xz -Source2416: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/leipzig.tar.xz -Source2417: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/leipzig.doc.tar.xz -Source2419: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lexikon.tar.xz -Source2420: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lexikon.doc.tar.xz -Source2421: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lexref.tar.xz -Source2422: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lexref.doc.tar.xz -Source2423: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/linguex.tar.xz -Source2424: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/linguex.doc.tar.xz -Source2425: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/liturg.tar.xz -Source2426: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/liturg.doc.tar.xz -Source2428: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/metrix.tar.xz -Source2429: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/metrix.doc.tar.xz -Source2431: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/parallel.tar.xz -Source2432: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/parallel.doc.tar.xz -Source2434: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/parrun.tar.xz -Source2435: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/parrun.doc.tar.xz -Source2437: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/phonrule.tar.xz -Source2438: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/phonrule.doc.tar.xz -Source2439: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/plari.tar.xz -Source2440: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/plari.doc.tar.xz -Source2442: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/play.tar.xz -Source2443: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/play.doc.tar.xz -Source2445: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/poemscol.tar.xz -Source2446: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/poemscol.doc.tar.xz -Source2448: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/poetrytex.tar.xz -Source2449: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/poetrytex.doc.tar.xz -Source2451: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/qobitree.tar.xz -Source2452: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/qobitree.doc.tar.xz -Source2453: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/qtree.tar.xz -Source2454: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/qtree.doc.tar.xz -Source2455: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/reledmac.tar.xz -Source2456: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/reledmac.doc.tar.xz -Source2458: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rrgtrees.tar.xz -Source2459: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rrgtrees.doc.tar.xz -Source2461: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rtklage.tar.xz -Source2462: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rtklage.doc.tar.xz -Source2463: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/screenplay.tar.xz -Source2464: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/screenplay.doc.tar.xz -Source2466: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/screenplay-pkg.tar.xz -Source2467: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/screenplay-pkg.doc.tar.xz -Source2468: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sides.tar.xz -Source2469: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sides.doc.tar.xz -Source2470: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/stage.tar.xz -Source2471: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/stage.doc.tar.xz -Source2472: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/textglos.tar.xz -Source2473: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/textglos.doc.tar.xz -Source2475: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/thalie.tar.xz -Source2476: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/thalie.doc.tar.xz -Source2478: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tree-dvips.tar.xz -Source2479: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tree-dvips.doc.tar.xz -Source2480: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/verse.tar.xz -Source2481: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/verse.doc.tar.xz -Source2483: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xyling.tar.xz -Source2484: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xyling.doc.tar.xz -Source2485: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ethiop.tar.xz -Source2486: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ethiop.doc.tar.xz -Source2488: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ethiop-t1.tar.xz -Source2489: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ethiop-t1.doc.tar.xz -Source2490: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fc.tar.xz -Source2491: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fc.doc.tar.xz -Source2492: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-ethiopic.tar.xz -Source2493: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dad.tar.xz -Source2494: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dad.doc.tar.xz -Source2495: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ghab.tar.xz -Source2496: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ghab.doc.tar.xz -Source2497: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-arabic.tar.xz -Source2498: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-farsi.tar.xz -Source2499: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/imsproc.tar.xz -Source2500: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/imsproc.doc.tar.xz -Source2501: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lshort-persian.doc.tar.xz -Source2502: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/persian-bib.tar.xz -Source2503: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/persian-bib.doc.tar.xz -Source2504: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/simurgh.tar.xz -Source2505: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/simurgh.doc.tar.xz -Source2506: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tram.tar.xz -Source2507: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tram.doc.tar.xz -Source2508: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dnp.tar.xz -Source2509: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xcjk2uni.tar.xz -Source2510: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xcjk2uni.doc.tar.xz -Source2512: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/zxjafont.tar.xz -Source2513: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/zxjafont.doc.tar.xz -Source2514: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ctex.tar.xz -Source2515: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ctex.doc.tar.xz -Source2517: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ctex-faq.doc.tar.xz -Source2518: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fandol.tar.xz -Source2519: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fandol.doc.tar.xz -Source2520: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-chinese.tar.xz -Source2521: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/impatient-cn.doc.tar.xz -Source2522: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latex-notes-zh-cn.doc.tar.xz -Source2523: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lshort-chinese.doc.tar.xz -Source2524: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/texlive-zh-cn.doc.tar.xz -Source2525: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xpinyin.tar.xz -Source2526: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xpinyin.doc.tar.xz -Source2528: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/zhmetrics.tar.xz -Source2529: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/zhmetrics.doc.tar.xz -Source2531: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/zhnumber.tar.xz -Source2532: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/zhnumber.doc.tar.xz -Source2534: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/zhspacing.tar.xz -Source2535: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/zhspacing.doc.tar.xz -Source2541: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cyrplain.tar.xz -Source2542: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/disser.tar.xz -Source2543: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/disser.doc.tar.xz -Source2545: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eskd.tar.xz -Source2546: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eskd.doc.tar.xz -Source2548: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eskdx.tar.xz -Source2549: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eskdx.doc.tar.xz -Source2550: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gost.tar.xz -Source2551: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gost.doc.tar.xz -Source2553: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-bulgarian.tar.xz -Source2554: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-mongolian.tar.xz -Source2555: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-russian.tar.xz -Source2556: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ruhyphen.tar.xz -Source2558: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-serbian.tar.xz -Source2559: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-ukrainian.tar.xz -Source2560: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ukrhyph.tar.xz -Source2561: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ukrhyph.doc.tar.xz -Source2562: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lcyw.tar.xz -Source2563: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lcyw.doc.tar.xz -Source2565: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lh.tar.xz -Source2566: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lh.doc.tar.xz -Source2568: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lhcyr.tar.xz -Source2570: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lshort-bulgarian.doc.tar.xz -Source2571: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lshort-mongol.doc.tar.xz -Source2572: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lshort-russian.doc.tar.xz -Source2573: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lshort-ukr.doc.tar.xz -Source2574: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mongolian-babel.tar.xz -Source2575: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mongolian-babel.doc.tar.xz -Source2577: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/montex.tar.xz -Source2578: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/montex.doc.tar.xz -Source2579: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mpman-ru.doc.tar.xz -Source2580: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-eucl-translation-bg.doc.tar.xz -Source2581: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/serbian-apostrophe.tar.xz -Source2582: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/serbian-apostrophe.doc.tar.xz -Source2583: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/serbian-date-lat.tar.xz -Source2584: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/serbian-date-lat.doc.tar.xz -Source2585: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/serbian-def-cyr.tar.xz -Source2586: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/serbian-def-cyr.doc.tar.xz -Source2587: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/serbian-lig.tar.xz -Source2588: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/serbian-lig.doc.tar.xz -Source2589: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/t2.tar.xz -Source2590: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/t2.doc.tar.xz -Source2591: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/texlive-ru.doc.tar.xz -Source2592: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/texlive-sr.doc.tar.xz -Source2593: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cs.tar.xz -Source2594: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/csbulletin.tar.xz -Source2595: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/csbulletin.doc.tar.xz -Source2599: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cstex.doc.tar.xz -Source2600: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-czech.tar.xz -Source2601: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-slovak.tar.xz -Source2604: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lshort-czech.doc.tar.xz -Source2605: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lshort-slovak.doc.tar.xz -Source2606: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/texlive-cz.doc.tar.xz -Source2607: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-english.tar.xz -Source2609: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/MemoirChapStyles.doc.tar.xz -Source2610: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/Type1fonts.doc.tar.xz -Source2611: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/components-of-TeX.doc.tar.xz -Source2612: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/comprehensive.doc.tar.xz -Source2613: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dickimaw.doc.tar.xz -Source2614: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dtxtut.doc.tar.xz -Source2615: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/first-latex-doc.doc.tar.xz -Source2616: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gentle.doc.tar.xz -Source2617: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/guide-to-latex.doc.tar.xz -Source2618: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/happy4th.doc.tar.xz -Source2619: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/impatient.doc.tar.xz -Source2620: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/intro-scientific.doc.tar.xz -Source2621: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/knuth.doc.tar.xz -Source2623: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/l2tabu-english.doc.tar.xz -Source2624: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latex-brochure.doc.tar.xz -Source2625: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latex-course.doc.tar.xz -Source2626: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latex-doc-ptr.doc.tar.xz -Source2627: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latex-graphics-companion.doc.tar.xz -Source2628: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latex-veryshortguide.doc.tar.xz -Source2629: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latex-web-companion.doc.tar.xz -Source2630: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latex2e-help-texinfo.tar.xz -Source2631: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latex2e-help-texinfo.doc.tar.xz -Source2632: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latex4wp.doc.tar.xz -Source2633: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latexcheat.doc.tar.xz -Source2634: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latexcourse-rug.doc.tar.xz -Source2635: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latexfileinfo-pkgs.tar.xz -Source2636: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latexfileinfo-pkgs.doc.tar.xz -Source2638: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lshort-english.doc.tar.xz -Source2639: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/macros2e.doc.tar.xz -Source2640: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/math-e.doc.tar.xz -Source2641: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/maths-symbols.doc.tar.xz -Source2642: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/memdesign.doc.tar.xz -Source2643: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/metafont-beginners.doc.tar.xz -Source2644: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/metapost-examples.doc.tar.xz -Source2646: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/patgen2-tutorial.doc.tar.xz -Source2647: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pictexsum.doc.tar.xz -Source2648: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/plain-doc.doc.tar.xz -Source2649: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/presentations-en.doc.tar.xz -Source2651: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/simplified-latex.doc.tar.xz -Source2652: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/svg-inkscape.doc.tar.xz -Source2653: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tabulars-e.doc.tar.xz -Source2654: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tamethebeast.doc.tar.xz -Source2655: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tds.doc.tar.xz -Source2656: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tex-font-errors-cheatsheet.doc.tar.xz -Source2657: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tex-overview.doc.tar.xz -Source2658: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tex-refs.doc.tar.xz -Source2659: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/texbytopic.doc.tar.xz -Source2660: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/titlepages.doc.tar.xz -Source2661: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tlc2.doc.tar.xz -Source2662: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/visualfaq.doc.tar.xz -Source2664: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/webguide.doc.tar.xz -Source2665: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xetexref.doc.tar.xz -Source2666: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/finbib.tar.xz -Source2667: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hrlatex.tar.xz -Source2668: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hrlatex.doc.tar.xz -Source2670: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-armenian.tar.xz -Source2671: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-croatian.tar.xz -Source2672: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-danish.tar.xz -Source2673: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-dutch.tar.xz -Source2674: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-estonian.tar.xz -Source2675: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-finnish.tar.xz -Source2676: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-friulan.tar.xz -Source2677: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-hungarian.tar.xz -Source2678: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-hungarian.doc.tar.xz -Source2679: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-icelandic.tar.xz -Source2680: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-irish.tar.xz -Source2681: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-kurmanji.tar.xz -Source2682: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-latin.tar.xz -Source2683: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-latvian.tar.xz -Source2684: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-lithuanian.tar.xz -Source2685: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-norwegian.tar.xz -Source2686: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-piedmontese.tar.xz -Source2687: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-romanian.tar.xz -Source2688: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-romansh.tar.xz -Source2689: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-slovenian.tar.xz -Source2690: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-swedish.tar.xz -Source2691: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-turkish.tar.xz -Source2692: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-uppersorbian.tar.xz -Source2693: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-welsh.tar.xz -Source2694: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lithuanian.tar.xz -Source2695: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lithuanian.doc.tar.xz -Source2696: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lshort-dutch.doc.tar.xz -Source2697: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lshort-finnish.doc.tar.xz -Source2698: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lshort-slovenian.doc.tar.xz -Source2699: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lshort-turkish.doc.tar.xz -Source2700: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nevelok.tar.xz -Source2701: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nevelok.doc.tar.xz -Source2703: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/swebib.tar.xz -Source2704: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/swebib.doc.tar.xz -Source2705: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/turkmen.tar.xz -Source2706: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/turkmen.doc.tar.xz -Source2708: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/droit-fr.tar.xz -Source2709: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/droit-fr.doc.tar.xz -Source2710: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/e-french.tar.xz -Source2711: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/e-french.doc.tar.xz -Source2712: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/epslatex-fr.doc.tar.xz -Source2713: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/facture.tar.xz -Source2714: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/facture.doc.tar.xz -Source2716: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/frletter.tar.xz -Source2717: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/frletter.doc.tar.xz -Source2718: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-basque.tar.xz -Source2719: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-french.tar.xz -Source2720: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/impatient-fr.doc.tar.xz -Source2721: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/impnattypo.tar.xz -Source2722: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/impnattypo.doc.tar.xz -Source2724: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/l2tabu-french.doc.tar.xz -Source2725: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lshort-french.doc.tar.xz -Source2726: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mafr.tar.xz -Source2727: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mafr.doc.tar.xz -Source2728: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tabvar.tar.xz -Source2729: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tabvar.doc.tar.xz -Source2731: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tdsfrmath.tar.xz -Source2732: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tdsfrmath.doc.tar.xz -Source2734: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/texlive-fr.doc.tar.xz -Source2735: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/translation-array-fr.doc.tar.xz -Source2736: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/translation-dcolumn-fr.doc.tar.xz -Source2737: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/translation-natbib-fr.doc.tar.xz -Source2738: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/translation-tabbing-fr.doc.tar.xz -Source2739: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/variations.tar.xz -Source2740: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/variations.doc.tar.xz -Source2741: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/csquotes-de.doc.tar.xz -Source2742: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dehyph-exptl.tar.xz -Source2743: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dehyph-exptl.doc.tar.xz -Source2744: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dhua.tar.xz -Source2745: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dhua.doc.tar.xz -Source2747: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/einfuehrung.doc.tar.xz -Source2748: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/etdipa.doc.tar.xz -Source2749: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/etoolbox-de.doc.tar.xz -Source2750: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fifinddo-info.doc.tar.xz -Source2753: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/german.tar.xz -Source2754: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/german.doc.tar.xz -Source2756: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/germbib.tar.xz -Source2757: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/germbib.doc.tar.xz -Source2758: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/germkorr.tar.xz -Source2759: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/germkorr.doc.tar.xz -Source2760: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hausarbeit-jura.tar.xz -Source2761: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hausarbeit-jura.doc.tar.xz -Source2763: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-german.tar.xz -Source2764: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/koma-script-examples.doc.tar.xz -Source2765: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/l2picfaq.doc.tar.xz -Source2766: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/l2tabu.doc.tar.xz -Source2767: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latex-bib-ex.doc.tar.xz -Source2768: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latex-referenz.doc.tar.xz -Source2769: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latex-tabellen.doc.tar.xz -Source2770: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latexcheat-de.doc.tar.xz -Source2771: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lshort-german.doc.tar.xz -Source2772: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lualatex-doc-de.doc.tar.xz -Source2773: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/microtype-de.doc.tar.xz -Source2774: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/presentations.doc.tar.xz -Source2776: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/r_und_s.tar.xz -Source2777: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/r_und_s.doc.tar.xz -Source2778: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/templates-fenn.doc.tar.xz -Source2779: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/templates-sommer.doc.tar.xz -Source2780: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/texlive-de.doc.tar.xz -Source2781: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tipa-de.doc.tar.xz -Source2782: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/translation-arsclassica-de.doc.tar.xz -Source2783: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/translation-biblatex-de.doc.tar.xz -Source2784: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/translation-chemsym-de.doc.tar.xz -Source2785: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/translation-ecv-de.doc.tar.xz -Source2786: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/translation-enumitem-de.doc.tar.xz -Source2787: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/translation-europecv-de.doc.tar.xz -Source2788: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/translation-filecontents-de.doc.tar.xz -Source2789: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/translation-moreverb-de.doc.tar.xz -Source2790: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/udesoftec.tar.xz -Source2791: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/udesoftec.doc.tar.xz -Source2793: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/umlaute.tar.xz -Source2794: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/umlaute.doc.tar.xz -Source2796: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/voss-mathcol.doc.tar.xz -Source2797: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gfsbaskerville.tar.xz -Source2798: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gfsbaskerville.doc.tar.xz -Source2799: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gfsporson.tar.xz -Source2800: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gfsporson.doc.tar.xz -Source2801: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/greek-fontenc.tar.xz -Source2802: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/greek-fontenc.doc.tar.xz -Source2803: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/greek-inputenc.tar.xz -Source2804: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/greek-inputenc.doc.tar.xz -Source2805: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/greekdates.tar.xz -Source2806: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/greekdates.doc.tar.xz -Source2808: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/greektex.tar.xz -Source2809: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/greektex.doc.tar.xz -Source2810: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-greek.tar.xz -Source2811: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-greek.doc.tar.xz -Source2812: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-ancientgreek.tar.xz -Source2813: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ibycus-babel.tar.xz -Source2814: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ibycus-babel.doc.tar.xz -Source2816: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ibygrk.tar.xz -Source2817: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ibygrk.doc.tar.xz -Source2818: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/kerkis.tar.xz -Source2819: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/kerkis.doc.tar.xz -Source2820: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/levy.tar.xz -Source2821: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/levy.doc.tar.xz -Source2822: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lgreek.tar.xz -Source2823: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lgreek.doc.tar.xz -Source2826: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/teubner.tar.xz -Source2827: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/teubner.doc.tar.xz -Source2829: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xgreek.tar.xz -Source2830: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xgreek.doc.tar.xz -Source2832: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/yannisgr.tar.xz -Source2833: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/yannisgr.doc.tar.xz -Source2837: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-indic.tar.xz -Source2838: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-sanskrit.tar.xz -Source2839: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sanskrit.tar.xz -Source2840: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sanskrit.doc.tar.xz -Source2842: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sanskrit-t1.tar.xz -Source2843: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sanskrit-t1.doc.tar.xz -Source2846: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xetex-devanagari.tar.xz -Source2847: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xetex-devanagari.doc.tar.xz -Source2848: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/wnri.tar.xz -Source2849: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/wnri.doc.tar.xz -Source2850: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/wnri-latex.tar.xz -Source2851: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/wnri-latex.doc.tar.xz -Source2853: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fancyhdr-it.doc.tar.xz -Source2854: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fixltxhyph.tar.xz -Source2855: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fixltxhyph.doc.tar.xz -Source2857: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/frontespizio.tar.xz -Source2858: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/frontespizio.doc.tar.xz -Source2860: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-italian.tar.xz -Source2861: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/itnumpar.tar.xz -Source2862: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/itnumpar.doc.tar.xz -Source2864: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/l2tabu-italian.doc.tar.xz -Source2865: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latex4wp-it.doc.tar.xz -Source2866: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/layaureo.tar.xz -Source2867: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/layaureo.doc.tar.xz -Source2869: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lshort-italian.doc.tar.xz -Source2870: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/psfrag-italian.doc.tar.xz -Source2871: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/texlive-it.doc.tar.xz -Source2874: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ipaex.tar.xz -Source2875: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ipaex.doc.tar.xz -Source2879: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/japanese-otf.tar.xz -Source2880: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/japanese-otf.doc.tar.xz -Source2882: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/japanese-otf-uptex.tar.xz -Source2883: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/japanese-otf-uptex.doc.tar.xz -Source2888: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/jsclasses.tar.xz -Source2889: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/jsclasses.doc.tar.xz -Source2891: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lshort-japanese.doc.tar.xz -Source2892: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luatexja.tar.xz -Source2893: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luatexja.doc.tar.xz -Source2900: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pxbase.tar.xz -Source2901: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pxbase.doc.tar.xz -Source2902: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pxchfon.tar.xz -Source2903: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pxchfon.doc.tar.xz -Source2904: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pxcjkcat.tar.xz -Source2905: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pxcjkcat.doc.tar.xz -Source2906: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pxjahyper.tar.xz -Source2907: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pxjahyper.doc.tar.xz -Source2908: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pxrubrica.tar.xz -Source2909: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pxrubrica.doc.tar.xz -Source2914: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/zxjafbfont.tar.xz -Source2915: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/zxjafbfont.doc.tar.xz -Source2916: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/zxjatype.tar.xz -Source2917: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/zxjatype.doc.tar.xz -Source2918: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/kotex-oblivoir.tar.xz -Source2919: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/kotex-oblivoir.doc.tar.xz -Source2920: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/memoir.tar.xz -Source2921: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/memoir.doc.tar.xz -Source2923: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/kotex-utf.tar.xz -Source2924: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/kotex-utf.doc.tar.xz -Source2925: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/kotex-plain.tar.xz -Source2926: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/kotex-plain.doc.tar.xz -Source2929: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lshort-korean.doc.tar.xz -Source2930: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nanumtype1.tar.xz -Source2931: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nanumtype1.doc.tar.xz -Source2932: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ctib.tar.xz -Source2933: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ctib.doc.tar.xz -Source2935: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-afrikaans.tar.xz -Source2936: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-coptic.tar.xz -Source2937: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-esperanto.tar.xz -Source2938: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-georgian.tar.xz -Source2939: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-indonesian.tar.xz -Source2940: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-interlingua.tar.xz -Source2941: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-thai.tar.xz -Source2942: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-turkmen.tar.xz -Source2943: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lshort-thai.doc.tar.xz -Source2944: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lshort-vietnamese.doc.tar.xz -Source2945: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ntheorem-vn.doc.tar.xz -Source2946: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/vntex.tar.xz -Source2947: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/vntex.doc.tar.xz -Source2949: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gustlib.tar.xz -Source2950: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gustlib.doc.tar.xz -Source2951: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gustprog.doc.tar.xz -Source2952: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-polish.tar.xz -Source2953: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lshort-polish.doc.tar.xz -Source2957: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pl.tar.xz -Source2958: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pl.doc.tar.xz -Source2959: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mwcls.tar.xz -Source2960: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mwcls.doc.tar.xz -Source2962: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/polski.tar.xz -Source2963: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/polski.doc.tar.xz -Source2965: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/przechlewski-book.tar.xz -Source2966: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/przechlewski-book.doc.tar.xz -Source2967: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/qpxqtx.tar.xz -Source2968: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/qpxqtx.doc.tar.xz -Source2969: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tap.tar.xz -Source2970: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tap.doc.tar.xz -Source2971: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tex-virtual-academy-pl.doc.tar.xz -Source2972: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/texlive-pl.doc.tar.xz -Source2973: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/utf8mex.tar.xz -Source2974: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/utf8mex.doc.tar.xz -Source2975: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cursolatex.doc.tar.xz -Source2976: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/feupphdteses.tar.xz -Source2977: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/feupphdteses.doc.tar.xz -Source2978: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-portuguese.tar.xz -Source2979: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latexcheat-ptbr.doc.tar.xz -Source2980: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lshort-portuguese.doc.tar.xz -Source2981: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ordinalpt.tar.xz -Source2982: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ordinalpt.doc.tar.xz -Source2984: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xypic-tut-pt.doc.tar.xz -Source2985: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/es-tex-faq.doc.tar.xz -Source2986: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-catalan.tar.xz -Source2987: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-galician.tar.xz -Source2988: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-spanish.tar.xz -Source2989: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/l2tabu-spanish.doc.tar.xz -Source2990: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latex2e-help-texinfo-spanish.tar.xz -Source2991: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latex2e-help-texinfo-spanish.doc.tar.xz -Source2992: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latexcheat-esmx.doc.tar.xz -Source2993: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lshort-spanish.doc.tar.xz -Source2996: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/crop.tar.xz -Source2997: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/crop.doc.tar.xz -Source2999: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ctable.tar.xz -Source3000: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ctable.doc.tar.xz -Source3002: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eso-pic.tar.xz -Source3003: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eso-pic.doc.tar.xz -Source3005: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/euenc.tar.xz -Source3006: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/euenc.doc.tar.xz -Source3008: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/euler.tar.xz -Source3009: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/euler.doc.tar.xz -Source3011: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/extsizes.tar.xz -Source3012: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/extsizes.doc.tar.xz -Source3013: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fancybox.tar.xz -Source3014: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fancybox.doc.tar.xz -Source3015: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fancyref.tar.xz -Source3016: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fancyref.doc.tar.xz -Source3018: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fancyvrb.tar.xz -Source3019: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fancyvrb.doc.tar.xz -Source3021: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/float.tar.xz -Source3022: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/float.doc.tar.xz -Source3024: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fontspec.tar.xz -Source3025: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fontspec.doc.tar.xz -Source3027: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/l3kernel.tar.xz -Source3028: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/l3kernel.doc.tar.xz -Source3030: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/l3packages.tar.xz -Source3031: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/l3packages.doc.tar.xz -Source3033: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fp.tar.xz -Source3034: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fp.doc.tar.xz -Source3035: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/index.tar.xz -Source3036: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/index.doc.tar.xz -Source3038: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/jknapltx.tar.xz -Source3039: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/jknapltx.doc.tar.xz -Source3040: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/koma-script.tar.xz -Source3041: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/l3experimental.tar.xz -Source3042: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/l3experimental.doc.tar.xz -Source3044: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lineno.tar.xz -Source3045: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lineno.doc.tar.xz -Source3047: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/listings.tar.xz -Source3048: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/listings.doc.tar.xz -Source3050: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mathtools.tar.xz -Source3051: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mathtools.doc.tar.xz -Source3053: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mdwtools.tar.xz -Source3054: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mdwtools.doc.tar.xz -Source3056: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/metalogo.tar.xz -Source3057: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/metalogo.doc.tar.xz -Source3059: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/microtype.tar.xz -Source3060: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/microtype.doc.tar.xz -Source3062: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ms.tar.xz -Source3063: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ms.doc.tar.xz -Source3065: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ntgclass.tar.xz -Source3066: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ntgclass.doc.tar.xz -Source3068: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/parskip.tar.xz -Source3069: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/parskip.doc.tar.xz -Source3070: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdfpages.tar.xz -Source3071: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdfpages.doc.tar.xz -Source3073: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/powerdot.tar.xz -Source3074: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/powerdot.doc.tar.xz -Source3076: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/psfrag.tar.xz -Source3077: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/psfrag.doc.tar.xz -Source3079: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rcs.tar.xz -Source3080: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rcs.doc.tar.xz -Source3085: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sansmath.tar.xz -Source3086: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sansmath.doc.tar.xz -Source3087: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/section.tar.xz -Source3088: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/section.doc.tar.xz -Source3089: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/seminar.tar.xz -Source3090: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/seminar.doc.tar.xz -Source3091: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sepnum.tar.xz -Source3092: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sepnum.doc.tar.xz -Source3093: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/setspace.tar.xz -Source3094: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/setspace.doc.tar.xz -Source3095: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/subfig.tar.xz -Source3096: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/subfig.doc.tar.xz -Source3098: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/textcase.tar.xz -Source3099: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/textcase.doc.tar.xz -Source3103: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/typehtml.tar.xz -Source3104: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/typehtml.doc.tar.xz -Source3106: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/underscore.tar.xz -Source3107: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/underscore.doc.tar.xz -Source3108: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/combinedgraphics.tar.xz -Source3109: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/combinedgraphics.doc.tar.xz -Source3111: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/curve.tar.xz -Source3112: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/curve.doc.tar.xz -Source3114: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/curve2e.tar.xz -Source3115: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/curve2e.doc.tar.xz -Source3117: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/curves.tar.xz -Source3118: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/curves.doc.tar.xz -Source3120: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dcpic.tar.xz -Source3121: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dcpic.doc.tar.xz -Source3122: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/diagmac2.tar.xz -Source3123: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/diagmac2.doc.tar.xz -Source3124: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/doc-pictex.doc.tar.xz -Source3125: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dottex.tar.xz -Source3126: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dottex.doc.tar.xz -Source3128: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dot2texi.tar.xz -Source3129: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dot2texi.doc.tar.xz -Source3130: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dratex.tar.xz -Source3131: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dratex.doc.tar.xz -Source3132: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/drs.tar.xz -Source3133: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/drs.doc.tar.xz -Source3134: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/duotenzor.tar.xz -Source3135: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/duotenzor.doc.tar.xz -Source3136: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eepic.tar.xz -Source3137: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eepic.doc.tar.xz -Source3140: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/epspdfconversion.tar.xz -Source3141: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/epspdfconversion.doc.tar.xz -Source3142: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/esk.tar.xz -Source3143: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/esk.doc.tar.xz -Source3145: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fast-diagram.tar.xz -Source3146: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fast-diagram.doc.tar.xz -Source3149: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fitbox.tar.xz -Source3150: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fitbox.doc.tar.xz -Source3152: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/flowchart.tar.xz -Source3153: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/flowchart.doc.tar.xz -Source3155: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/forest.tar.xz -Source3156: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/forest.doc.tar.xz -Source3158: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/genealogytree.tar.xz -Source3159: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/genealogytree.doc.tar.xz -Source3162: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gincltex.tar.xz -Source3163: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gincltex.doc.tar.xz -Source3165: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gnuplottex.tar.xz -Source3166: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gnuplottex.doc.tar.xz -Source3168: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gradientframe.tar.xz -Source3169: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gradientframe.doc.tar.xz -Source3171: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/grafcet.tar.xz -Source3172: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/grafcet.doc.tar.xz -Source3173: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/graphviz.tar.xz -Source3174: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/graphviz.doc.tar.xz -Source3176: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/harveyballs.tar.xz -Source3177: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/harveyballs.doc.tar.xz -Source3178: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/here.tar.xz -Source3179: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/here.doc.tar.xz -Source3180: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hf-tikz.tar.xz -Source3181: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hf-tikz.doc.tar.xz -Source3183: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hobby.tar.xz -Source3184: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hobby.doc.tar.xz -Source3186: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hvfloat.tar.xz -Source3187: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hvfloat.doc.tar.xz -Source3188: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/knitting.tar.xz -Source3189: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/knitting.doc.tar.xz -Source3190: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/knittingpattern.tar.xz -Source3191: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/knittingpattern.doc.tar.xz -Source3192: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lapdf.tar.xz -Source3193: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lapdf.doc.tar.xz -Source3194: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latex-make.tar.xz -Source3195: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latex-make.doc.tar.xz -Source3197: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lpic.tar.xz -Source3198: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lpic.doc.tar.xz -Source3199: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/makeshape.tar.xz -Source3200: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/makeshape.doc.tar.xz -Source3204: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/miniplot.tar.xz -Source3205: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/miniplot.doc.tar.xz -Source3208: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/modiagram.tar.xz -Source3209: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/modiagram.doc.tar.xz -Source3210: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/neuralnetwork.tar.xz -Source3211: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/neuralnetwork.doc.tar.xz -Source3212: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/numericplots.tar.xz -Source3213: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/numericplots.doc.tar.xz -Source3214: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pb-diagram.tar.xz -Source3215: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pb-diagram.doc.tar.xz -Source3218: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pgf-blur.tar.xz -Source3219: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pgf-blur.doc.tar.xz -Source3221: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pgf-soroban.tar.xz -Source3222: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pgf-soroban.doc.tar.xz -Source3223: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pgf-umlcd.tar.xz -Source3224: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pgf-umlcd.doc.tar.xz -Source3225: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pgf-umlsd.tar.xz -Source3226: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pgf-umlsd.doc.tar.xz -Source3227: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pgfgantt.tar.xz -Source3228: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pgfgantt.doc.tar.xz -Source3230: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pgfkeyx.tar.xz -Source3231: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pgfkeyx.doc.tar.xz -Source3232: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pgfmolbio.tar.xz -Source3233: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pgfmolbio.doc.tar.xz -Source3235: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pgfopts.tar.xz -Source3236: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pgfopts.doc.tar.xz -Source3238: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pgfplots.tar.xz -Source3239: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pgfplots.doc.tar.xz -Source3241: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/picinpar.tar.xz -Source3242: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/picinpar.doc.tar.xz -Source3243: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pict2e.tar.xz -Source3244: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pict2e.doc.tar.xz -Source3246: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pictex.tar.xz -Source3247: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pictex.doc.tar.xz -Source3248: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pictex2.tar.xz -Source3249: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pinlabel.tar.xz -Source3250: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pinlabel.doc.tar.xz -Source3251: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pmgraph.tar.xz -Source3252: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pmgraph.doc.tar.xz -Source3253: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/prerex.tar.xz -Source3254: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/prerex.doc.tar.xz -Source3255: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/productbox.tar.xz -Source3256: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/productbox.doc.tar.xz -Source3258: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pxpgfmark.tar.xz -Source3259: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pxpgfmark.doc.tar.xz -Source3260: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/qcircuit.tar.xz -Source3261: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/qcircuit.doc.tar.xz -Source3262: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/qrcode.tar.xz -Source3263: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/qrcode.doc.tar.xz -Source3265: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/randbild.tar.xz -Source3266: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/randbild.doc.tar.xz -Source3268: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/randomwalk.tar.xz -Source3269: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/randomwalk.doc.tar.xz -Source3271: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/reotex.tar.xz -Source3272: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/reotex.doc.tar.xz -Source3273: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rviewport.tar.xz -Source3274: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rviewport.doc.tar.xz -Source3276: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sa-tikz.tar.xz -Source3277: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sa-tikz.doc.tar.xz -Source3278: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/schemabloc.tar.xz -Source3279: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/schemabloc.doc.tar.xz -Source3280: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/setdeck.tar.xz -Source3281: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/setdeck.doc.tar.xz -Source3282: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/smartdiagram.tar.xz -Source3283: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/smartdiagram.doc.tar.xz -Source3285: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/spath3.tar.xz -Source3286: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/spath3.doc.tar.xz -Source3288: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/swimgraf.tar.xz -Source3289: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/swimgraf.doc.tar.xz -Source3290: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/texdraw.tar.xz -Source3291: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/texdraw.doc.tar.xz -Source3292: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ticollege.tar.xz -Source3293: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ticollege.doc.tar.xz -Source3294: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tipfr.doc.tar.xz -Source3295: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-3dplot.tar.xz -Source3296: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-3dplot.doc.tar.xz -Source3297: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-bayesnet.tar.xz -Source3298: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-bayesnet.doc.tar.xz -Source3299: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-cd.tar.xz -Source3300: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-cd.doc.tar.xz -Source3301: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-dependency.tar.xz -Source3302: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-dependency.doc.tar.xz -Source3303: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-dimline.tar.xz -Source3304: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-dimline.doc.tar.xz -Source3305: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-inet.tar.xz -Source3306: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-inet.doc.tar.xz -Source3307: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-opm.tar.xz -Source3308: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-opm.doc.tar.xz -Source3309: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-palattice.tar.xz -Source3310: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-palattice.doc.tar.xz -Source3311: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-qtree.tar.xz -Source3312: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-qtree.doc.tar.xz -Source3313: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-timing.tar.xz -Source3314: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-timing.doc.tar.xz -Source3316: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/svn-prov.tar.xz -Source3317: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/svn-prov.doc.tar.xz -Source3319: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikzinclude.tar.xz -Source3320: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikzinclude.doc.tar.xz -Source3322: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikzmark.tar.xz -Source3323: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikzmark.doc.tar.xz -Source3325: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikzorbital.tar.xz -Source3326: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikzorbital.doc.tar.xz -Source3327: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikzpagenodes.tar.xz -Source3328: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikzpagenodes.doc.tar.xz -Source3330: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikzpfeile.tar.xz -Source3331: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikzpfeile.doc.tar.xz -Source3333: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikzposter.tar.xz -Source3334: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikzposter.doc.tar.xz -Source3336: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikzscale.tar.xz -Source3337: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikzscale.doc.tar.xz -Source3339: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikzsymbols.tar.xz -Source3340: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikzsymbols.doc.tar.xz -Source3342: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/timing-diagrams.tar.xz -Source3343: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/timing-diagrams.doc.tar.xz -Source3344: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tqft.tar.xz -Source3345: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tqft.doc.tar.xz -Source3347: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tkz-base.tar.xz -Source3348: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tkz-base.doc.tar.xz -Source3351: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tkz-doc.tar.xz -Source3352: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tkz-doc.doc.tar.xz -Source3353: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tkz-euclide.tar.xz -Source3354: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tkz-euclide.doc.tar.xz -Source3355: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tkz-fct.tar.xz -Source3356: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tkz-fct.doc.tar.xz -Source3363: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tkz-orm.tar.xz -Source3364: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tkz-orm.doc.tar.xz -Source3365: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tkz-tab.tar.xz -Source3366: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tkz-tab.doc.tar.xz -Source3367: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tsemlines.tar.xz -Source3368: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tufte-latex.tar.xz -Source3369: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tufte-latex.doc.tar.xz -Source3370: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xifthen.tar.xz -Source3371: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xifthen.doc.tar.xz -Source3372: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ifmtarg.tar.xz -Source3373: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ifmtarg.doc.tar.xz -Source3375: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/paralist.tar.xz -Source3376: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/paralist.doc.tar.xz -Source3378: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sauerj.tar.xz -Source3379: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sauerj.doc.tar.xz -Source3381: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/placeins.tar.xz -Source3382: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/placeins.doc.tar.xz -Source3383: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/venndiagram.tar.xz -Source3384: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/venndiagram.doc.tar.xz -Source3386: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xpicture.tar.xz -Source3387: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xpicture.doc.tar.xz -Source3389: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xypic.tar.xz -Source3390: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xypic.doc.tar.xz -Source3391: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ESIEEcv.tar.xz -Source3392: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ESIEEcv.doc.tar.xz -Source3394: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/GS1.tar.xz -Source3395: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/GS1.doc.tar.xz -Source3397: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/HA-prosper.tar.xz -Source3398: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/HA-prosper.doc.tar.xz -Source3400: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/Tabbing.tar.xz -Source3401: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/Tabbing.doc.tar.xz -Source3403: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/colordoc.tar.xz -Source3404: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/colordoc.doc.tar.xz -Source3406: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/colorinfo.tar.xz -Source3407: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/colorinfo.doc.tar.xz -Source3408: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/colorspace.tar.xz -Source3409: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/colorspace.doc.tar.xz -Source3410: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/colortab.tar.xz -Source3411: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/colortab.doc.tar.xz -Source3412: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/colorwav.tar.xz -Source3413: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/colorwav.doc.tar.xz -Source3415: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/colorweb.tar.xz -Source3416: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/colorweb.doc.tar.xz -Source3418: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/colourchange.tar.xz -Source3419: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/colourchange.doc.tar.xz -Source3420: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/combelow.tar.xz -Source3421: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/combelow.doc.tar.xz -Source3422: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/combine.tar.xz -Source3423: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/combine.doc.tar.xz -Source3425: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/comma.tar.xz -Source3426: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/comma.doc.tar.xz -Source3427: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/commado.tar.xz -Source3428: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/commado.doc.tar.xz -Source3430: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/comment.tar.xz -Source3431: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/comment.doc.tar.xz -Source3432: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/concepts.tar.xz -Source3433: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/concepts.doc.tar.xz -Source3434: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/concprog.tar.xz -Source3435: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/concprog.doc.tar.xz -Source3436: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/constants.tar.xz -Source3437: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/constants.doc.tar.xz -Source3439: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/contour.tar.xz -Source3440: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/contour.doc.tar.xz -Source3442: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/contracard.tar.xz -Source3443: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/contracard.doc.tar.xz -Source3445: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cooking.tar.xz -Source3446: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cooking.doc.tar.xz -Source3448: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cool.tar.xz -Source3449: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cool.doc.tar.xz -Source3451: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/coollist.tar.xz -Source3452: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/coollist.doc.tar.xz -Source3454: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/coolstr.tar.xz -Source3455: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/coolstr.doc.tar.xz -Source3457: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/coolthms.tar.xz -Source3458: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/coolthms.doc.tar.xz -Source3460: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cooltooltips.tar.xz -Source3461: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cooltooltips.doc.tar.xz -Source3463: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/coordsys.tar.xz -Source3464: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/coordsys.doc.tar.xz -Source3466: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/copyedit.tar.xz -Source3467: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/copyedit.doc.tar.xz -Source3469: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/copyrightbox.tar.xz -Source3470: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/copyrightbox.doc.tar.xz -Source3471: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/coseoul.tar.xz -Source3472: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/coseoul.doc.tar.xz -Source3473: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/counttexruns.tar.xz -Source3474: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/counttexruns.doc.tar.xz -Source3476: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/courseoutline.tar.xz -Source3477: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/courseoutline.doc.tar.xz -Source3478: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/coursepaper.tar.xz -Source3479: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/coursepaper.doc.tar.xz -Source3480: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/coverpage.tar.xz -Source3481: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/coverpage.doc.tar.xz -Source3483: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cprotect.tar.xz -Source3484: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cprotect.doc.tar.xz -Source3486: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/crbox.tar.xz -Source3487: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/crbox.doc.tar.xz -Source3488: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/crossreference.tar.xz -Source3489: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/crossreference.doc.tar.xz -Source3491: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/csquotes.tar.xz -Source3492: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/csquotes.doc.tar.xz -Source3493: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/csvsimple.tar.xz -Source3494: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/csvsimple.doc.tar.xz -Source3495: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cuisine.tar.xz -Source3496: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cuisine.doc.tar.xz -Source3498: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/currfile.tar.xz -Source3499: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/currfile.doc.tar.xz -Source3501: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/currvita.tar.xz -Source3502: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/currvita.doc.tar.xz -Source3504: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cutwin.tar.xz -Source3505: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cutwin.doc.tar.xz -Source3507: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cv.tar.xz -Source3508: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cv.doc.tar.xz -Source3509: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cv4tw.tar.xz -Source3510: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cv4tw.doc.tar.xz -Source3511: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cweb-latex.tar.xz -Source3512: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cweb-latex.doc.tar.xz -Source3513: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cyber.tar.xz -Source3514: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cyber.doc.tar.xz -Source3516: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cybercic.tar.xz -Source3517: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cybercic.doc.tar.xz -Source3519: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dashbox.tar.xz -Source3520: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dashbox.doc.tar.xz -Source3522: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dashrule.tar.xz -Source3523: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dashrule.doc.tar.xz -Source3525: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dashundergaps.tar.xz -Source3526: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dashundergaps.doc.tar.xz -Source3527: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dataref.tar.xz -Source3528: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dataref.doc.tar.xz -Source3530: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datatool.tar.xz -Source3531: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datatool.doc.tar.xz -Source3533: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dateiliste.tar.xz -Source3534: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dateiliste.doc.tar.xz -Source3536: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datenumber.tar.xz -Source3537: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datenumber.doc.tar.xz -Source3539: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime.tar.xz -Source3540: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime.doc.tar.xz -Source3542: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2.tar.xz -Source3543: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2.doc.tar.xz -Source3545: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-bahasai.tar.xz -Source3546: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-bahasai.doc.tar.xz -Source3548: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-basque.tar.xz -Source3549: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-basque.doc.tar.xz -Source3551: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-breton.tar.xz -Source3552: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-breton.doc.tar.xz -Source3554: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-bulgarian.tar.xz -Source3555: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-bulgarian.doc.tar.xz -Source3557: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-catalan.tar.xz -Source3558: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-catalan.doc.tar.xz -Source3560: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-croatian.tar.xz -Source3561: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-croatian.doc.tar.xz -Source3563: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-czech.tar.xz -Source3564: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-czech.doc.tar.xz -Source3566: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-danish.tar.xz -Source3567: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-danish.doc.tar.xz -Source3569: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-dutch.tar.xz -Source3570: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-dutch.doc.tar.xz -Source3572: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-en-fulltext.tar.xz -Source3573: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-en-fulltext.doc.tar.xz -Source3575: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-english.tar.xz -Source3576: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-english.doc.tar.xz -Source3578: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-esperanto.tar.xz -Source3579: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-esperanto.doc.tar.xz -Source3581: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-estonian.tar.xz -Source3582: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-estonian.doc.tar.xz -Source3584: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-finnish.tar.xz -Source3585: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-finnish.doc.tar.xz -Source3587: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-french.tar.xz -Source3588: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-french.doc.tar.xz -Source3590: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-galician.tar.xz -Source3591: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-galician.doc.tar.xz -Source3593: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-german.tar.xz -Source3594: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-german.doc.tar.xz -Source3596: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-greek.tar.xz -Source3597: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-greek.doc.tar.xz -Source3599: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-hebrew.tar.xz -Source3600: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-hebrew.doc.tar.xz -Source3602: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-icelandic.tar.xz -Source3603: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-icelandic.doc.tar.xz -Source3605: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-irish.tar.xz -Source3606: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-irish.doc.tar.xz -Source3608: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-italian.tar.xz -Source3609: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-italian.doc.tar.xz -Source3611: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-it-fulltext.tar.xz -Source3612: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-it-fulltext.doc.tar.xz -Source3614: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-latin.tar.xz -Source3615: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-latin.doc.tar.xz -Source3617: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-lsorbian.tar.xz -Source3618: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-lsorbian.doc.tar.xz -Source3620: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-magyar.tar.xz -Source3621: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-magyar.doc.tar.xz -Source3623: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-norsk.tar.xz -Source3624: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-norsk.doc.tar.xz -Source3626: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-polish.tar.xz -Source3627: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-polish.doc.tar.xz -Source3629: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-portuges.tar.xz -Source3630: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-portuges.doc.tar.xz -Source3632: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-romanian.tar.xz -Source3633: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-romanian.doc.tar.xz -Source3635: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-russian.tar.xz -Source3636: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-russian.doc.tar.xz -Source3638: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-samin.tar.xz -Source3639: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-samin.doc.tar.xz -Source3641: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-scottish.tar.xz -Source3642: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-scottish.doc.tar.xz -Source3644: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-serbian.tar.xz -Source3645: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-serbian.doc.tar.xz -Source3647: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-slovak.tar.xz -Source3648: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-slovak.doc.tar.xz -Source3650: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-slovene.tar.xz -Source3651: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-slovene.doc.tar.xz -Source3653: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-spanish.tar.xz -Source3654: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-spanish.doc.tar.xz -Source3656: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-swedish.tar.xz -Source3657: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-swedish.doc.tar.xz -Source3659: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-turkish.tar.xz -Source3660: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-turkish.doc.tar.xz -Source3662: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-ukrainian.tar.xz -Source3663: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-ukrainian.doc.tar.xz -Source3665: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-usorbian.tar.xz -Source3666: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-usorbian.doc.tar.xz -Source3668: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-welsh.tar.xz -Source3669: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/datetime2-welsh.doc.tar.xz -Source3671: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dblfloatfix.tar.xz -Source3672: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dblfloatfix.doc.tar.xz -Source3673: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/decimal.tar.xz -Source3674: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/decimal.doc.tar.xz -Source3676: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/decorule.tar.xz -Source3677: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/decorule.doc.tar.xz -Source3679: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/delim.tar.xz -Source3680: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/delim.doc.tar.xz -Source3682: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/delimtxt.tar.xz -Source3683: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/delimtxt.doc.tar.xz -Source3685: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/denisbdoc.tar.xz -Source3686: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/denisbdoc.doc.tar.xz -Source3690: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/diagbox.tar.xz -Source3691: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/diagbox.doc.tar.xz -Source3693: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/diagnose.tar.xz -Source3694: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/diagnose.doc.tar.xz -Source3695: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dialogl.tar.xz -Source3696: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dialogl.doc.tar.xz -Source3698: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dichokey.tar.xz -Source3699: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dichokey.doc.tar.xz -Source3700: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dinbrief.tar.xz -Source3701: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dinbrief.doc.tar.xz -Source3703: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/directory.tar.xz -Source3704: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/directory.doc.tar.xz -Source3705: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dirtytalk.tar.xz -Source3706: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dirtytalk.doc.tar.xz -Source3708: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dlfltxb.tar.xz -Source3709: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dlfltxb.doc.tar.xz -Source3710: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dnaseq.tar.xz -Source3711: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dnaseq.doc.tar.xz -Source3713: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/doclicense.tar.xz -Source3714: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/doclicense.doc.tar.xz -Source3716: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/docmfp.tar.xz -Source3717: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/docmfp.doc.tar.xz -Source3719: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/docmute.tar.xz -Source3720: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/docmute.doc.tar.xz -Source3722: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/doctools.tar.xz -Source3723: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/doctools.doc.tar.xz -Source3725: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/documentation.tar.xz -Source3726: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/documentation.doc.tar.xz -Source3728: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/doi.tar.xz -Source3729: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/doi.doc.tar.xz -Source3730: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dotarrow.tar.xz -Source3731: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dotarrow.doc.tar.xz -Source3733: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dotseqn.tar.xz -Source3734: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dotseqn.doc.tar.xz -Source3736: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/download.tar.xz -Source3737: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/download.doc.tar.xz -Source3739: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dox.tar.xz -Source3740: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dox.doc.tar.xz -Source3742: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dpfloat.tar.xz -Source3743: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dpfloat.doc.tar.xz -Source3744: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dprogress.tar.xz -Source3745: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dprogress.doc.tar.xz -Source3747: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/drac.tar.xz -Source3748: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/drac.doc.tar.xz -Source3750: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/draftcopy.tar.xz -Source3751: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/draftcopy.doc.tar.xz -Source3753: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/draftwatermark.tar.xz -Source3754: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/draftwatermark.doc.tar.xz -Source3756: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dtk.tar.xz -Source3757: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dtk.doc.tar.xz -Source3758: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dtxgallery.doc.tar.xz -Source3760: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dvdcoll.tar.xz -Source3761: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dvdcoll.doc.tar.xz -Source3762: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dynblocks.tar.xz -Source3763: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dynblocks.doc.tar.xz -Source3764: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ean13isbn.tar.xz -Source3765: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ean13isbn.doc.tar.xz -Source3766: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/easy.tar.xz -Source3767: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/easy.doc.tar.xz -Source3768: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/easy-todo.tar.xz -Source3769: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/easy-todo.doc.tar.xz -Source3770: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/easyfig.tar.xz -Source3771: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/easyfig.doc.tar.xz -Source3773: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/easylist.tar.xz -Source3774: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/easylist.doc.tar.xz -Source3775: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/easyreview.tar.xz -Source3776: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/easyreview.doc.tar.xz -Source3778: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ebezier.tar.xz -Source3779: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ebezier.doc.tar.xz -Source3781: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ecclesiastic.tar.xz -Source3782: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ecclesiastic.doc.tar.xz -Source3784: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ecv.tar.xz -Source3785: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ecv.doc.tar.xz -Source3787: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ed.tar.xz -Source3788: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ed.doc.tar.xz -Source3790: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/edmargin.tar.xz -Source3791: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/edmargin.doc.tar.xz -Source3793: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eemeir.tar.xz -Source3794: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eemeir.doc.tar.xz -Source3796: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/efbox.tar.xz -Source3797: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/efbox.doc.tar.xz -Source3799: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/egplot.tar.xz -Source3800: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/egplot.doc.tar.xz -Source3802: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/elements.tar.xz -Source3803: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/elements.doc.tar.xz -Source3804: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ellipsis.tar.xz -Source3805: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ellipsis.doc.tar.xz -Source3807: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/elmath.tar.xz -Source3808: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/elmath.doc.tar.xz -Source3810: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/elocalloc.tar.xz -Source3811: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/elocalloc.doc.tar.xz -Source3813: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/elpres.tar.xz -Source3814: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/elpres.doc.tar.xz -Source3815: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/elzcards.tar.xz -Source3816: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/elzcards.doc.tar.xz -Source3818: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/emarks.tar.xz -Source3819: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/emarks.doc.tar.xz -Source3821: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/embedall.tar.xz -Source3822: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/embedall.doc.tar.xz -Source3824: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/embrac.tar.xz -Source3825: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/embrac.doc.tar.xz -Source3826: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/emptypage.tar.xz -Source3827: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/emptypage.doc.tar.xz -Source3829: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/emulateapj.tar.xz -Source3830: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/emulateapj.doc.tar.xz -Source3831: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/endfloat.tar.xz -Source3832: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/endfloat.doc.tar.xz -Source3834: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/endheads.tar.xz -Source3835: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/endheads.doc.tar.xz -Source3837: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/endnotes.tar.xz -Source3838: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/endnotes.doc.tar.xz -Source3839: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/engpron.tar.xz -Source3840: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/engpron.doc.tar.xz -Source3842: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/engrec.tar.xz -Source3843: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/engrec.doc.tar.xz -Source3845: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/enotez.tar.xz -Source3846: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/enotez.doc.tar.xz -Source3847: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/enumitem.tar.xz -Source3848: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/enumitem.doc.tar.xz -Source3849: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/enumitem-zref.tar.xz -Source3850: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/enumitem-zref.doc.tar.xz -Source3852: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/envbig.tar.xz -Source3853: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/envbig.doc.tar.xz -Source3854: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/environ.tar.xz -Source3855: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/environ.doc.tar.xz -Source3857: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/envlab.tar.xz -Source3858: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/envlab.doc.tar.xz -Source3860: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/epigraph.tar.xz -Source3861: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/epigraph.doc.tar.xz -Source3863: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/epiolmec.tar.xz -Source3864: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/epiolmec.doc.tar.xz -Source3868: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eqell.tar.xz -Source3869: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eqell.doc.tar.xz -Source3870: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eqlist.tar.xz -Source3871: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eqlist.doc.tar.xz -Source3873: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eqname.tar.xz -Source3874: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eqparbox.tar.xz -Source3875: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eqparbox.doc.tar.xz -Source3877: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/errata.tar.xz -Source3878: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/errata.doc.tar.xz -Source3880: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/esami.tar.xz -Source3881: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/esami.doc.tar.xz -Source3882: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/esdiff.tar.xz -Source3883: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/esdiff.doc.tar.xz -Source3885: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/esint.tar.xz -Source3886: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/esint.doc.tar.xz -Source3888: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/esint-type1.tar.xz -Source3889: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/esint-type1.doc.tar.xz -Source3890: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/etaremune.tar.xz -Source3891: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/etaremune.doc.tar.xz -Source3893: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/etextools.tar.xz -Source3894: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/etextools.doc.tar.xz Source3896: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/etoc.tar.xz Source3897: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/etoc.doc.tar.xz -Source3899: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/etoolbox.tar.xz -Source3900: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/etoolbox.doc.tar.xz -Source3901: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eukdate.tar.xz -Source3902: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eukdate.doc.tar.xz -Source3904: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/europasscv.tar.xz -Source3905: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/europasscv.doc.tar.xz -Source3906: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/europecv.tar.xz -Source3907: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/europecv.doc.tar.xz -Source3908: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/everyhook.tar.xz -Source3909: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/everyhook.doc.tar.xz -Source3911: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/everypage.tar.xz -Source3912: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/everypage.doc.tar.xz -Source3914: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/exam.tar.xz -Source3915: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/exam.doc.tar.xz -Source3916: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/exam-n.tar.xz -Source3917: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/exam-n.doc.tar.xz -Source3919: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/examdesign.tar.xz -Source3920: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/examdesign.doc.tar.xz -Source3922: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/example.tar.xz -Source3923: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/examplep.tar.xz -Source3924: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/examplep.doc.tar.xz -Source3927: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/excludeonly.tar.xz -Source3928: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/excludeonly.doc.tar.xz -Source3929: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/exercise.tar.xz -Source3930: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/exercise.doc.tar.xz -Source3932: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/exp-testopt.tar.xz -Source3933: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/exp-testopt.doc.tar.xz -Source3935: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/expdlist.tar.xz -Source3936: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/expdlist.doc.tar.xz -Source3938: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/export.tar.xz -Source3939: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/export.doc.tar.xz -Source3941: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/exsheets.tar.xz -Source3942: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/exsheets.doc.tar.xz -Source3943: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/exsol.tar.xz -Source3944: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/exsol.doc.tar.xz -Source3946: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/extract.tar.xz -Source3947: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/extract.doc.tar.xz -Source3949: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/facsimile.tar.xz -Source3950: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/facsimile.doc.tar.xz -Source3952: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/factura.tar.xz -Source3953: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/factura.doc.tar.xz -Source3955: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fancylabel.tar.xz -Source3956: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fancylabel.doc.tar.xz -Source3958: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fancynum.tar.xz -Source3959: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fancynum.doc.tar.xz -Source3961: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fancypar.tar.xz -Source3962: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fancypar.doc.tar.xz -Source3964: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fancyslides.tar.xz -Source3965: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fancyslides.doc.tar.xz -Source3966: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fancytabs.tar.xz -Source3967: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fancytabs.doc.tar.xz -Source3969: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fancytooltips.tar.xz -Source3970: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fancytooltips.doc.tar.xz -Source3972: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fcolumn.tar.xz -Source3973: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fcolumn.doc.tar.xz -Source3975: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fifo-stack.tar.xz -Source3976: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fifo-stack.doc.tar.xz -Source3978: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/figsize.tar.xz -Source3979: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/figsize.doc.tar.xz -Source3980: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/filecontents.tar.xz -Source3981: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/filecontents.doc.tar.xz -Source3983: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/filedate.tar.xz -Source3984: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/filedate.doc.tar.xz -Source3986: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/filehook.tar.xz -Source3987: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/filehook.doc.tar.xz -Source3989: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fileinfo.tar.xz -Source3990: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fileinfo.doc.tar.xz -Source3992: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/filemod.tar.xz -Source3993: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/filemod.doc.tar.xz -Source3994: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fink.tar.xz -Source3995: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fink.doc.tar.xz -Source3997: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/finstrut.tar.xz -Source3998: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/finstrut.doc.tar.xz -Source4000: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fithesis.tar.xz -Source4001: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fithesis.doc.tar.xz -Source4003: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fixfoot.tar.xz -Source4004: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fixfoot.doc.tar.xz -Source4005: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fixme.tar.xz -Source4006: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fixme.doc.tar.xz -Source4008: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fixmetodonotes.tar.xz -Source4009: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fixmetodonotes.doc.tar.xz -Source4011: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fjodor.tar.xz -Source4012: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fjodor.doc.tar.xz -Source4013: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/flabels.tar.xz -Source4014: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/flabels.doc.tar.xz -Source4016: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/flacards.tar.xz -Source4017: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/flacards.doc.tar.xz -Source4018: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/flagderiv.tar.xz -Source4019: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/flagderiv.doc.tar.xz -Source4021: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/flashcards.tar.xz -Source4022: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/flashcards.doc.tar.xz -Source4024: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/flashmovie.tar.xz -Source4025: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/flashmovie.doc.tar.xz -Source4026: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/flipbook.tar.xz -Source4027: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/flipbook.doc.tar.xz -Source4028: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/flippdf.tar.xz -Source4029: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/flippdf.doc.tar.xz -Source4031: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/floatflt.tar.xz -Source4032: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/floatflt.doc.tar.xz -Source4034: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/floatrow.tar.xz -Source4035: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/floatrow.doc.tar.xz -Source4037: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/flowfram.tar.xz -Source4038: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/flowfram.doc.tar.xz -Source4040: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fmp.tar.xz -Source4041: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fmp.doc.tar.xz -Source4043: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fmtcount.tar.xz -Source4044: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fmtcount.doc.tar.xz -Source4046: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fn2end.tar.xz -Source4047: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fn2end.doc.tar.xz -Source4048: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fnbreak.tar.xz -Source4049: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fnbreak.doc.tar.xz -Source4051: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fncychap.tar.xz -Source4052: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fncychap.doc.tar.xz -Source4053: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fncylab.tar.xz -Source4054: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fncylab.doc.tar.xz -Source4055: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fnpara.tar.xz -Source4056: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fnpara.doc.tar.xz -Source4057: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fnpct.tar.xz -Source4058: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fnpct.doc.tar.xz -Source4059: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fnumprint.tar.xz -Source4060: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fnumprint.doc.tar.xz -Source4062: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/foilhtml.tar.xz -Source4063: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/foilhtml.doc.tar.xz -Source4065: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fontaxes.tar.xz -Source4066: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fontaxes.doc.tar.xz -Source4068: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fonttable.tar.xz -Source4069: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fonttable.doc.tar.xz -Source4071: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/footmisc.tar.xz -Source4072: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/footmisc.doc.tar.xz -Source4074: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/footnotebackref.tar.xz -Source4075: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/footnotebackref.doc.tar.xz -Source4076: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/footnoterange.tar.xz -Source4077: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/footnoterange.doc.tar.xz -Source4079: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/footnpag.tar.xz -Source4080: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/footnpag.doc.tar.xz -Source4082: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/forarray.tar.xz -Source4083: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/forarray.doc.tar.xz -Source4085: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/foreign.tar.xz -Source4086: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/foreign.doc.tar.xz -Source4088: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/forloop.tar.xz -Source4089: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/forloop.doc.tar.xz -Source4091: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/formlett.tar.xz -Source4092: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/formlett.doc.tar.xz -Source4093: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/formular.tar.xz -Source4094: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/formular.doc.tar.xz -Source4096: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fragments.tar.xz -Source4097: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fragments.doc.tar.xz -Source4098: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/frame.tar.xz -Source4099: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/frame.doc.tar.xz -Source4100: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/framed.tar.xz -Source4101: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/framed.doc.tar.xz -Source4102: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/frankenstein.tar.xz -Source4103: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/frankenstein.doc.tar.xz -Source4105: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/frege.tar.xz -Source4106: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/frege.doc.tar.xz -Source4107: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ftcap.tar.xz -Source4108: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ftcap.doc.tar.xz -Source4109: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ftnxtra.tar.xz -Source4110: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ftnxtra.doc.tar.xz -Source4112: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fullblck.tar.xz -Source4113: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fullblck.doc.tar.xz -Source4115: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fullminipage.tar.xz -Source4116: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fullminipage.doc.tar.xz -Source4118: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fullwidth.tar.xz -Source4119: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fullwidth.doc.tar.xz -Source4120: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fundus-calligra.tar.xz -Source4121: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fundus-calligra.doc.tar.xz -Source4123: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fundus-cyr.tar.xz -Source4124: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fundus-sueterlin.tar.xz -Source4125: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fundus-sueterlin.doc.tar.xz -Source4127: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fwlw.tar.xz -Source4128: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fwlw.doc.tar.xz -Source4129: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/g-brief.tar.xz -Source4130: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/g-brief.doc.tar.xz -Source4132: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gauss.tar.xz -Source4133: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gauss.doc.tar.xz -Source4134: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gcard.tar.xz -Source4135: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gcard.doc.tar.xz -Source4136: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gcite.tar.xz -Source4137: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gcite.doc.tar.xz -Source4139: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gender.tar.xz -Source4140: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gender.doc.tar.xz -Source4142: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/genmpage.tar.xz -Source4143: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/genmpage.doc.tar.xz -Source4145: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/getfiledate.tar.xz -Source4146: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/getfiledate.doc.tar.xz -Source4147: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ginpenc.tar.xz -Source4148: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ginpenc.doc.tar.xz -Source4150: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gitinfo.tar.xz -Source4151: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gitinfo.doc.tar.xz -Source4152: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gitinfo2.tar.xz -Source4153: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gitinfo2.doc.tar.xz -Source4154: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gloss.tar.xz -Source4155: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gloss.doc.tar.xz -Source4159: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/glossaries-danish.tar.xz -Source4160: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/glossaries-danish.doc.tar.xz -Source4162: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/glossaries-dutch.tar.xz -Source4163: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/glossaries-dutch.doc.tar.xz -Source4165: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/glossaries-english.tar.xz -Source4166: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/glossaries-english.doc.tar.xz -Source4168: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/glossaries-french.tar.xz -Source4169: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/glossaries-french.doc.tar.xz -Source4171: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/glossaries-german.tar.xz -Source4172: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/glossaries-german.doc.tar.xz -Source4174: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/glossaries-irish.tar.xz -Source4175: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/glossaries-irish.doc.tar.xz -Source4177: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/glossaries-italian.tar.xz -Source4178: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/glossaries-italian.doc.tar.xz -Source4180: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/glossaries-magyar.tar.xz -Source4181: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/glossaries-magyar.doc.tar.xz -Source4183: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/glossaries-polish.tar.xz -Source4184: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/glossaries-polish.doc.tar.xz -Source4186: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/glossaries-portuges.tar.xz -Source4187: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/glossaries-portuges.doc.tar.xz -Source4189: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/glossaries-serbian.tar.xz -Source4190: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/glossaries-serbian.doc.tar.xz -Source4192: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/glossaries-spanish.tar.xz -Source4193: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/glossaries-spanish.doc.tar.xz -Source4195: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gmdoc.tar.xz -Source4196: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gmdoc.doc.tar.xz -Source4197: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gmdoc-enhance.tar.xz -Source4198: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gmdoc-enhance.doc.tar.xz -Source4200: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gmiflink.tar.xz -Source4201: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gmiflink.doc.tar.xz -Source4202: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gmutils.tar.xz -Source4203: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gmutils.doc.tar.xz -Source4204: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gmverb.tar.xz -Source4205: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gmverb.doc.tar.xz -Source4206: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/graphbox.tar.xz -Source4207: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/graphbox.doc.tar.xz -Source4209: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/graphicx-psmin.tar.xz -Source4210: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/graphicx-psmin.doc.tar.xz -Source4212: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/graphicxbox.tar.xz -Source4213: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/graphicxbox.doc.tar.xz -Source4215: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/grfpaste.tar.xz -Source4216: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/grfpaste.doc.tar.xz -Source4217: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/grid.tar.xz -Source4218: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/grid.doc.tar.xz -Source4220: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/grid-system.tar.xz -Source4221: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/grid-system.doc.tar.xz -Source4222: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gridset.tar.xz -Source4223: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gridset.doc.tar.xz -Source4225: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gtl.tar.xz -Source4226: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gtl.doc.tar.xz -Source4228: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/guitlogo.tar.xz -Source4229: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/guitlogo.doc.tar.xz -Source4231: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/handout.tar.xz -Source4232: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/handout.doc.tar.xz -Source4233: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hang.tar.xz -Source4234: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hang.doc.tar.xz Source4235: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hanging.tar.xz Source4236: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hanging.doc.tar.xz -Source4238: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hardwrap.tar.xz -Source4239: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hardwrap.doc.tar.xz -Source4241: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/harnon-cv.tar.xz -Source4242: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/harnon-cv.doc.tar.xz -Source4243: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/harpoon.tar.xz -Source4244: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/harpoon.doc.tar.xz -Source4245: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hc.tar.xz -Source4246: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hc.doc.tar.xz -Source4248: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/he-she.tar.xz -Source4249: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/he-she.doc.tar.xz -Source4250: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hhtensor.tar.xz -Source4251: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hhtensor.doc.tar.xz -Source4253: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/histogr.tar.xz -Source4254: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/histogr.doc.tar.xz -Source4256: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hitec.tar.xz -Source4257: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hitec.doc.tar.xz -Source4258: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hletter.tar.xz -Source4259: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hletter.doc.tar.xz -Source4260: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hpsdiss.tar.xz -Source4261: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hpsdiss.doc.tar.xz -Source4263: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hrefhide.tar.xz -Source4264: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hrefhide.doc.tar.xz -Source4266: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hvindex.tar.xz -Source4267: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hvindex.doc.tar.xz -Source4268: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hypdvips.tar.xz -Source4269: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hypdvips.doc.tar.xz -Source4270: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyper.tar.xz -Source4271: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyper.doc.tar.xz -Source4273: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hypernat.tar.xz -Source4274: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hypernat.doc.tar.xz -Source4276: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyperxmp.tar.xz -Source4277: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyperxmp.doc.tar.xz -Source4279: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphenat.tar.xz -Source4280: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphenat.doc.tar.xz -Source4282: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/idxcmds.tar.xz -Source4283: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/idxcmds.doc.tar.xz -Source4284: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/idxlayout.tar.xz -Source4285: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/idxlayout.doc.tar.xz -Source4287: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ifmslide.tar.xz -Source4288: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ifmslide.doc.tar.xz -Source4289: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ifnextok.tar.xz -Source4290: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ifnextok.doc.tar.xz -Source4292: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ifoddpage.tar.xz -Source4293: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ifoddpage.doc.tar.xz Source4295: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ifplatform.tar.xz Source4296: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ifplatform.doc.tar.xz -Source4298: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ifthenx.tar.xz -Source4299: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ifthenx.doc.tar.xz -Source4300: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/iitem.tar.xz -Source4301: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/iitem.doc.tar.xz -Source4303: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/image-gallery.tar.xz -Source4304: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/image-gallery.doc.tar.xz -Source4305: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/imakeidx.tar.xz -Source4306: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/imakeidx.doc.tar.xz -Source4308: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/import.tar.xz -Source4309: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/import.doc.tar.xz -Source4310: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/incgraph.tar.xz -Source4311: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/incgraph.doc.tar.xz -Source4312: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/indextools.tar.xz -Source4313: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/indextools.doc.tar.xz -Source4315: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/inlinedef.tar.xz -Source4316: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/inlinedef.doc.tar.xz -Source4318: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/inputtrc.tar.xz -Source4319: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/inputtrc.doc.tar.xz -Source4321: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/interactiveworkbook.tar.xz -Source4322: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/interactiveworkbook.doc.tar.xz -Source4323: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/interfaces.tar.xz -Source4324: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/interfaces.doc.tar.xz -Source4326: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/inversepath.tar.xz -Source4327: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/inversepath.doc.tar.xz -Source4329: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/invoice.tar.xz -Source4330: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/invoice.doc.tar.xz -Source4331: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/iso.tar.xz -Source4332: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/iso.doc.tar.xz -Source4334: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/iso10303.tar.xz -Source4335: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/iso10303.doc.tar.xz -Source4337: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/isodate.tar.xz -Source4338: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/isodate.doc.tar.xz -Source4340: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/isodoc.tar.xz -Source4341: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/isodoc.doc.tar.xz -Source4343: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/isonums.tar.xz -Source4344: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/isonums.doc.tar.xz -Source4345: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/isorot.tar.xz -Source4346: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/isorot.doc.tar.xz -Source4348: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/isotope.tar.xz -Source4349: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/isotope.doc.tar.xz -Source4351: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/issuulinks.tar.xz -Source4352: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/issuulinks.doc.tar.xz -Source4354: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/iwhdp.tar.xz -Source4355: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/iwhdp.doc.tar.xz -Source4356: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/jlabels.tar.xz -Source4357: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/jlabels.doc.tar.xz -Source4358: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/jslectureplanner.tar.xz -Source4359: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/jslectureplanner.doc.tar.xz -Source4360: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/jumplines.tar.xz -Source4361: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/jumplines.doc.tar.xz -Source4362: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/jvlisting.tar.xz -Source4363: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/jvlisting.doc.tar.xz -Source4365: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/kantlipsum.tar.xz -Source4366: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/kantlipsum.doc.tar.xz -Source4368: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/kerntest.tar.xz -Source4369: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/kerntest.doc.tar.xz -Source4371: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/keycommand.tar.xz -Source4372: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/keycommand.doc.tar.xz -Source4374: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/keyreader.tar.xz -Source4375: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/keyreader.doc.tar.xz -Source4376: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/keystroke.tar.xz -Source4377: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/keystroke.doc.tar.xz -Source4378: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/keyval2e.tar.xz -Source4379: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/keyval2e.doc.tar.xz -Source4380: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/kix.tar.xz -Source4381: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/kix.doc.tar.xz -Source4382: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/koma-moderncvclassic.tar.xz -Source4383: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/koma-moderncvclassic.doc.tar.xz -Source4384: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/koma-script-sfs.tar.xz -Source4385: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/koma-script-sfs.doc.tar.xz -Source4386: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/komacv.tar.xz -Source4387: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/komacv.doc.tar.xz -Source4389: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ktv-texdata.tar.xz -Source4390: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ktv-texdata.doc.tar.xz -Source4395: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/labbook.tar.xz -Source4396: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/labbook.doc.tar.xz -Source4401: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/labels.tar.xz -Source4402: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/labels.doc.tar.xz -Source4404: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lastpackage.tar.xz -Source4405: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lastpackage.doc.tar.xz -Source4407: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lastpage.tar.xz -Source4408: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lastpage.doc.tar.xz -Source4410: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latexdemo.tar.xz -Source4411: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latexdemo.doc.tar.xz -Source4413: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/layouts.tar.xz -Source4414: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/layouts.doc.tar.xz -Source4416: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lazylist.tar.xz -Source4417: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lazylist.doc.tar.xz -Source4418: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lcd.tar.xz -Source4419: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lcd.doc.tar.xz -Source4421: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lcg.tar.xz -Source4422: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lcg.doc.tar.xz -Source4424: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/leading.tar.xz -Source4425: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/leading.doc.tar.xz -Source4427: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/leaflet.tar.xz -Source4428: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/leaflet.doc.tar.xz -Source4430: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/leftidx.tar.xz -Source4431: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/leftidx.doc.tar.xz -Source4433: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lengthconvert.tar.xz -Source4434: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lengthconvert.doc.tar.xz -Source4436: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lettre.tar.xz -Source4437: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lettre.doc.tar.xz -Source4438: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lettrine.tar.xz -Source4439: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lettrine.doc.tar.xz -Source4441: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lewis.tar.xz -Source4442: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lewis.doc.tar.xz -Source4443: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lhelp.tar.xz -Source4444: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lhelp.doc.tar.xz -Source4446: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/libgreek.tar.xz -Source4447: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/libgreek.doc.tar.xz -Source4449: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/limap.tar.xz -Source4451: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/linegoal.tar.xz -Source4452: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/linegoal.doc.tar.xz -Source4454: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lipsum.tar.xz -Source4455: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lipsum.doc.tar.xz -Source4457: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lisp-on-tex.tar.xz -Source4458: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lisp-on-tex.doc.tar.xz -Source4459: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/listing.tar.xz -Source4460: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/listing.doc.tar.xz -Source4461: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/listlbls.tar.xz -Source4462: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/listlbls.doc.tar.xz -Source4464: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/listliketab.tar.xz -Source4465: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/listliketab.doc.tar.xz -Source4467: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/listofsymbols.tar.xz -Source4468: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/listofsymbols.doc.tar.xz -Source4470: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lkproof.tar.xz -Source4471: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lkproof.doc.tar.xz -Source4472: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lmake.tar.xz -Source4473: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lmake.doc.tar.xz -Source4475: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/locality.tar.xz -Source4476: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/locality.doc.tar.xz -Source4478: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/localloc.tar.xz -Source4479: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/localloc.doc.tar.xz -Source4481: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/logbox.tar.xz -Source4482: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/logbox.doc.tar.xz -Source4484: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/logical-markup-utils.tar.xz -Source4485: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/logical-markup-utils.doc.tar.xz -Source4486: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/logpap.tar.xz -Source4487: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/logpap.doc.tar.xz -Source4489: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/longfigure.tar.xz -Source4490: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/longfigure.doc.tar.xz -Source4492: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/longnamefilelist.tar.xz -Source4493: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/longnamefilelist.doc.tar.xz -Source4495: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/loops.tar.xz -Source4496: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/loops.doc.tar.xz -Source4497: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lsc.tar.xz -Source4498: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lsc.doc.tar.xz -Source4499: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lstaddons.tar.xz -Source4500: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lstaddons.doc.tar.xz -Source4502: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lt3graph.tar.xz -Source4503: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lt3graph.doc.tar.xz -Source4504: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ltablex.tar.xz -Source4505: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ltablex.doc.tar.xz -Source4506: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ltabptch.tar.xz -Source4507: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ltabptch.doc.tar.xz -Source4508: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ltxdockit.tar.xz -Source4509: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ltxdockit.doc.tar.xz -Source4513: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ltxkeys.tar.xz -Source4514: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ltxkeys.doc.tar.xz -Source4515: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ltxnew.tar.xz -Source4516: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ltxnew.doc.tar.xz -Source4518: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ltxtools.tar.xz -Source4519: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ltxtools.doc.tar.xz -Source4520: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/macroswap.tar.xz -Source4521: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/macroswap.doc.tar.xz -Source4523: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/magaz.tar.xz -Source4524: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/magaz.doc.tar.xz -Source4525: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mailing.tar.xz -Source4526: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mailing.doc.tar.xz -Source4528: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mailmerge.tar.xz -Source4529: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mailmerge.doc.tar.xz -Source4531: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/makebarcode.tar.xz -Source4532: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/makebarcode.doc.tar.xz -Source4533: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/makebox.tar.xz -Source4534: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/makebox.doc.tar.xz -Source4536: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/makecell.tar.xz -Source4537: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/makecell.doc.tar.xz -Source4539: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/makecirc.tar.xz -Source4540: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/makecirc.doc.tar.xz -Source4541: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/makecmds.tar.xz -Source4542: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/makecmds.doc.tar.xz -Source4547: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/makeglos.tar.xz -Source4548: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/makeglos.doc.tar.xz -Source4549: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mandi.tar.xz -Source4550: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mandi.doc.tar.xz -Source4552: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/manfnt.tar.xz -Source4554: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/manuscript.tar.xz -Source4555: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/manuscript.doc.tar.xz -Source4557: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/marginfix.tar.xz -Source4558: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/marginfix.doc.tar.xz -Source4560: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/marginnote.tar.xz -Source4561: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/marginnote.doc.tar.xz -Source4563: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mathalpha.tar.xz -Source4564: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mathalpha.doc.tar.xz -Source4565: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mathastext.tar.xz -Source4566: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mathastext.doc.tar.xz -Source4568: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mathexam.tar.xz -Source4569: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mathexam.doc.tar.xz -Source4571: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/maybemath.tar.xz -Source4572: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/maybemath.doc.tar.xz -Source4575: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mcaption.tar.xz -Source4576: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mcaption.doc.tar.xz -Source4578: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mceinleger.tar.xz -Source4579: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mceinleger.doc.tar.xz -Source4580: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mcite.tar.xz -Source4581: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mcite.doc.tar.xz -Source4583: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mciteplus.tar.xz -Source4584: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mciteplus.doc.tar.xz -Source4585: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mdframed.tar.xz -Source4586: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mdframed.doc.tar.xz -Source4588: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/media9.tar.xz -Source4589: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/media9.doc.tar.xz -Source4591: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/medstarbeamer.tar.xz -Source4592: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/medstarbeamer.doc.tar.xz -Source4593: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/meetingmins.tar.xz -Source4594: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/meetingmins.doc.tar.xz -Source4596: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/memexsupp.tar.xz -Source4597: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/memexsupp.doc.tar.xz -Source4598: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/memory.tar.xz -Source4599: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/memory.doc.tar.xz -Source4601: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/menu.tar.xz -Source4602: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/menu.doc.tar.xz -Source4604: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/menukeys.tar.xz -Source4605: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/menukeys.doc.tar.xz -Source4607: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/method.tar.xz -Source4608: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/method.doc.tar.xz -Source4610: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/metre.tar.xz -Source4611: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/metre.doc.tar.xz -Source4613: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mfirstuc.tar.xz -Source4614: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mfirstuc.doc.tar.xz -Source4616: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mftinc.tar.xz -Source4617: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mftinc.doc.tar.xz -Source4619: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/midpage.tar.xz -Source4620: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/midpage.doc.tar.xz -Source4621: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/minibox.tar.xz -Source4622: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/minibox.doc.tar.xz -Source4624: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/minifp.tar.xz -Source4625: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/minifp.doc.tar.xz -Source4627: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/minipage-marginpar.tar.xz -Source4628: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/minipage-marginpar.doc.tar.xz -Source4630: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/minitoc.tar.xz -Source4631: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/minitoc.doc.tar.xz -Source4632: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/minorrevision.tar.xz -Source4633: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/minorrevision.doc.tar.xz -Source4634: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/minted.tar.xz -Source4635: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/minted.doc.tar.xz -Source4637: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/minutes.tar.xz -Source4638: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/minutes.doc.tar.xz -Source4640: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mla-paper.tar.xz -Source4641: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mla-paper.doc.tar.xz -Source4642: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mlist.tar.xz -Source4643: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mlist.doc.tar.xz -Source4645: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mmap.tar.xz -Source4646: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mmap.doc.tar.xz -Source4647: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mnotes.tar.xz -Source4648: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mnotes.doc.tar.xz -Source4650: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/moderncv.tar.xz -Source4651: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/moderncv.doc.tar.xz -Source4652: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/moderntimeline.tar.xz -Source4653: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/moderntimeline.doc.tar.xz -Source4655: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/modref.tar.xz -Source4656: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/modref.doc.tar.xz -Source4658: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/modroman.tar.xz -Source4659: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/modroman.doc.tar.xz -Source4661: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/monofill.tar.xz -Source4662: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/monofill.doc.tar.xz -Source4664: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/moreenum.tar.xz -Source4665: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/moreenum.doc.tar.xz -Source4666: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/morefloats.tar.xz -Source4667: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/morefloats.doc.tar.xz -Source4669: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/morehype.tar.xz -Source4670: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/morehype.doc.tar.xz -Source4672: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/moresize.tar.xz -Source4673: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/moresize.doc.tar.xz -Source4675: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/moreverb.tar.xz -Source4676: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/moreverb.doc.tar.xz -Source4678: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/morewrites.tar.xz -Source4679: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/morewrites.doc.tar.xz -Source4683: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mparhack.tar.xz -Source4684: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mparhack.doc.tar.xz -Source4686: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/msc.tar.xz -Source4687: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/msc.doc.tar.xz -Source4688: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/msg.tar.xz -Source4689: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/msg.doc.tar.xz -Source4691: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mslapa.tar.xz -Source4692: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mslapa.doc.tar.xz -Source4693: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mtgreek.tar.xz -Source4694: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mtgreek.doc.tar.xz -Source4696: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/multenum.tar.xz -Source4697: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/multenum.doc.tar.xz -Source4698: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/multiaudience.tar.xz -Source4699: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/multiaudience.doc.tar.xz -Source4701: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/multibbl.tar.xz -Source4702: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/multibbl.doc.tar.xz -Source4704: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/multicap.tar.xz -Source4705: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/multicap.doc.tar.xz -Source4707: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/multienv.tar.xz -Source4708: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/multienv.doc.tar.xz -Source4710: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/multiexpand.tar.xz -Source4711: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/multiexpand.doc.tar.xz -Source4713: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/multirow.tar.xz -Source4714: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/multirow.doc.tar.xz -Source4715: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mversion.tar.xz -Source4716: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mversion.doc.tar.xz -Source4718: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mwe.tar.xz -Source4719: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mwe.doc.tar.xz -Source4721: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mweights.tar.xz -Source4722: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mweights.doc.tar.xz -Source4723: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mycv.tar.xz -Source4724: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mycv.doc.tar.xz -Source4726: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mylatexformat.tar.xz -Source4727: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mylatexformat.doc.tar.xz -Source4729: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nag.tar.xz -Source4730: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nag.doc.tar.xz -Source4732: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nameauth.tar.xz -Source4733: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nameauth.doc.tar.xz -Source4735: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/namespc.tar.xz -Source4736: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/namespc.doc.tar.xz -Source4738: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ncclatex.tar.xz -Source4739: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ncclatex.doc.tar.xz -Source4740: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/needspace.tar.xz -Source4741: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/needspace.doc.tar.xz -Source4743: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nestquot.tar.xz -Source4744: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/newcommand.doc.tar.xz -Source4745: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/newenviron.tar.xz -Source4746: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/newenviron.doc.tar.xz -Source4747: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/newfile.tar.xz -Source4748: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/newfile.doc.tar.xz -Source4750: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/newlfm.tar.xz -Source4751: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/newlfm.doc.tar.xz -Source4753: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/newspaper.tar.xz -Source4754: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/newspaper.doc.tar.xz Source4756: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/newunicodechar.tar.xz Source4757: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/newunicodechar.doc.tar.xz -Source4759: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/newvbtm.tar.xz -Source4760: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/newvbtm.doc.tar.xz -Source4762: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/newverbs.tar.xz -Source4763: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/newverbs.doc.tar.xz -Source4765: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nextpage.tar.xz -Source4766: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nfssext-cfr.tar.xz -Source4767: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nfssext-cfr.doc.tar.xz -Source4768: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nicefilelist.tar.xz -Source4769: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nicefilelist.doc.tar.xz -Source4771: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/niceframe.tar.xz -Source4772: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/niceframe.doc.tar.xz -Source4774: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nicetext.tar.xz -Source4775: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nicetext.doc.tar.xz -Source4777: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nlctdoc.tar.xz -Source4778: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nlctdoc.doc.tar.xz -Source4779: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/noconflict.tar.xz -Source4780: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/noconflict.doc.tar.xz -Source4781: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/noindentafter.tar.xz -Source4782: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/noindentafter.doc.tar.xz -Source4783: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/noitcrul.tar.xz -Source4784: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/noitcrul.doc.tar.xz -Source4786: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nolbreaks.tar.xz -Source4787: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nolbreaks.doc.tar.xz -Source4788: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nomencl.tar.xz -Source4789: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nomencl.doc.tar.xz -Source4791: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nomentbl.tar.xz -Source4792: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nomentbl.doc.tar.xz -Source4794: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nonfloat.tar.xz -Source4795: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nonfloat.doc.tar.xz -Source4797: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nonumonpart.tar.xz -Source4798: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nonumonpart.doc.tar.xz -Source4800: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nopageno.tar.xz -Source4801: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nopageno.doc.tar.xz -Source4802: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/notes.tar.xz -Source4803: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/notes.doc.tar.xz +Source4630: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/minitoc.tar.xz +Source4631: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/minitoc.doc.tar.xz Source4805: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/notoccite.tar.xz Source4806: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/notoccite.doc.tar.xz -Source4807: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nowidow.tar.xz -Source4808: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nowidow.doc.tar.xz -Source4810: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nox.tar.xz -Source4811: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nox.doc.tar.xz -Source4812: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ntheorem.tar.xz -Source4813: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ntheorem.doc.tar.xz -Source4815: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/numberedblock.tar.xz -Source4816: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/numberedblock.doc.tar.xz -Source4817: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/numname.tar.xz -Source4818: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/numname.doc.tar.xz -Source4819: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/numprint.tar.xz -Source4820: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/numprint.doc.tar.xz -Source4822: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ocg-p.tar.xz -Source4823: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ocg-p.doc.tar.xz -Source4824: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ocgx.tar.xz -Source4825: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ocgx.doc.tar.xz -Source4827: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ocgx2.tar.xz -Source4828: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ocgx2.doc.tar.xz -Source4829: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ocr-latex.tar.xz -Source4830: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ocr-latex.doc.tar.xz -Source4831: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/octavo.tar.xz -Source4832: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/octavo.doc.tar.xz -Source4834: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/oldstyle.tar.xz -Source4835: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/oldstyle.doc.tar.xz -Source4837: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/onlyamsmath.tar.xz -Source4838: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/onlyamsmath.doc.tar.xz -Source4840: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/opcit.tar.xz -Source4841: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/opcit.doc.tar.xz -Source4843: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/optional.tar.xz -Source4844: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/optional.doc.tar.xz -Source4845: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/outline.tar.xz -Source4846: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/outline.doc.tar.xz -Source4847: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/outliner.tar.xz -Source4848: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/outliner.doc.tar.xz -Source4849: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/outlines.tar.xz -Source4850: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/outlines.doc.tar.xz -Source4851: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/overpic.tar.xz -Source4852: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/overpic.doc.tar.xz -Source4853: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pagecolor.tar.xz -Source4854: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pagecolor.doc.tar.xz -Source4856: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pagecont.tar.xz -Source4857: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pagecont.doc.tar.xz -Source4859: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pagenote.tar.xz -Source4860: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pagenote.doc.tar.xz -Source4862: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pagerange.tar.xz -Source4863: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pagerange.doc.tar.xz -Source4864: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pageslts.tar.xz -Source4865: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pageslts.doc.tar.xz -Source4867: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/paper.tar.xz -Source4868: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/paper.doc.tar.xz -Source4870: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/papercdcase.tar.xz -Source4871: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/papercdcase.doc.tar.xz -Source4873: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/papermas.tar.xz -Source4874: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/papermas.doc.tar.xz -Source4876: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/papertex.tar.xz -Source4877: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/papertex.doc.tar.xz -Source4879: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/paracol.tar.xz -Source4880: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/paracol.doc.tar.xz -Source4882: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/paresse.tar.xz -Source4883: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/paresse.doc.tar.xz -Source4885: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/parnotes.tar.xz -Source4886: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/parnotes.doc.tar.xz -Source4887: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/parselines.tar.xz -Source4888: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/parselines.doc.tar.xz -Source4890: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pas-cours.tar.xz -Source4891: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pas-cours.doc.tar.xz -Source4892: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pas-cv.tar.xz -Source4893: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pas-cv.doc.tar.xz -Source4894: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pas-tableur.tar.xz -Source4895: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pas-tableur.doc.tar.xz -Source4896: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/patchcmd.tar.xz -Source4897: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/patchcmd.doc.tar.xz -Source4899: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pauldoc.tar.xz -Source4900: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pauldoc.doc.tar.xz -Source4902: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pawpict.tar.xz -Source4903: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pawpict.doc.tar.xz -Source4908: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pbox.tar.xz -Source4909: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pbox.doc.tar.xz -Source4911: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pbsheet.tar.xz -Source4912: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pbsheet.doc.tar.xz -Source4914: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdf14.tar.xz -Source4915: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdf14.doc.tar.xz -Source4917: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdfcomment.tar.xz -Source4918: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdfcomment.doc.tar.xz -Source4919: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdfcprot.tar.xz -Source4920: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdfcprot.doc.tar.xz -Source4922: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdfmarginpar.tar.xz -Source4923: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdfmarginpar.doc.tar.xz -Source4924: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdfpagediff.tar.xz -Source4925: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdfpagediff.doc.tar.xz -Source4926: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdfscreen.tar.xz -Source4927: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdfscreen.doc.tar.xz -Source4928: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdfslide.tar.xz -Source4929: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdfslide.doc.tar.xz -Source4930: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdfsync.tar.xz -Source4931: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdfsync.doc.tar.xz -Source4932: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdfwin.tar.xz -Source4933: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdfwin.doc.tar.xz -Source4934: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdfx.tar.xz -Source4935: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdfx.doc.tar.xz -Source4937: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pecha.tar.xz -Source4938: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pecha.doc.tar.xz -Source4942: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/permute.tar.xz -Source4943: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/permute.doc.tar.xz -Source4945: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/petiteannonce.tar.xz -Source4946: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/petiteannonce.doc.tar.xz -Source4947: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/philex.tar.xz -Source4948: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/philex.doc.tar.xz -Source4949: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/photo.tar.xz -Source4950: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/photo.doc.tar.xz -Source4952: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/piff.tar.xz -Source4953: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/piff.doc.tar.xz -Source4954: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pkgloader.tar.xz -Source4955: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pkgloader.doc.tar.xz -Source4956: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/plantslabels.tar.xz -Source4957: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/plantslabels.doc.tar.xz -Source4958: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/plates.tar.xz -Source4959: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/plates.doc.tar.xz -Source4960: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/plweb.tar.xz -Source4961: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/plweb.doc.tar.xz -Source4963: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/polynom.tar.xz -Source4964: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/polynom.doc.tar.xz -Source4966: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/polynomial.tar.xz -Source4967: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/polynomial.doc.tar.xz -Source4969: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/polytable.tar.xz -Source4970: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/polytable.doc.tar.xz -Source4972: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/postcards.tar.xz -Source4973: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/postcards.doc.tar.xz -Source4974: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/poster-mac.tar.xz -Source4975: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/poster-mac.doc.tar.xz -Source4976: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ppr-prv.tar.xz -Source4977: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ppr-prv.doc.tar.xz -Source4979: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/preprint.tar.xz -Source4980: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/preprint.doc.tar.xz -Source4982: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pressrelease.tar.xz -Source4983: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pressrelease.doc.tar.xz -Source4985: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/prettyref.tar.xz -Source4986: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/prettyref.doc.tar.xz -Source4988: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/printlen.tar.xz -Source4989: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/printlen.doc.tar.xz -Source4990: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/probsoln.tar.xz -Source4991: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/probsoln.doc.tar.xz -Source4993: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/program.tar.xz -Source4994: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/program.doc.tar.xz -Source4995: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/progress.tar.xz -Source4996: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/progress.doc.tar.xz -Source4997: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/progressbar.tar.xz -Source4998: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/progressbar.doc.tar.xz -Source4999: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/proofread.tar.xz -Source5000: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/proofread.doc.tar.xz -Source5002: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/properties.tar.xz -Source5003: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/properties.doc.tar.xz -Source5004: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/prosper.tar.xz -Source5005: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/prosper.doc.tar.xz -Source5006: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/protex.tar.xz -Source5007: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/protex.doc.tar.xz -Source5008: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/protocol.tar.xz -Source5009: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/protocol.doc.tar.xz -Source5011: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/psfragx.tar.xz -Source5012: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/psfragx.doc.tar.xz -Source5017: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pstool.tar.xz -Source5018: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pstool.doc.tar.xz -Source5020: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pxgreeks.tar.xz -Source5021: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pxgreeks.doc.tar.xz -Source5023: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/python.tar.xz -Source5024: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/python.doc.tar.xz -Source5025: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/qcm.tar.xz -Source5026: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/qcm.doc.tar.xz -Source5028: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/qstest.tar.xz -Source5029: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/qstest.doc.tar.xz -Source5031: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/qsymbols.tar.xz -Source5032: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/qsymbols.doc.tar.xz -Source5034: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/quotchap.tar.xz -Source5035: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/quotchap.doc.tar.xz -Source5037: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/quoting.tar.xz -Source5038: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/quoting.doc.tar.xz -Source5040: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/quotmark.tar.xz -Source5041: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/quotmark.doc.tar.xz -Source5043: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ran_toks.tar.xz -Source5044: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ran_toks.doc.tar.xz -Source5046: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/randtext.tar.xz -Source5047: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/randtext.doc.tar.xz -Source5048: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rccol.tar.xz -Source5049: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rccol.doc.tar.xz -Source5051: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rcs-multi.tar.xz -Source5052: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rcs-multi.doc.tar.xz -Source5054: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rcsinfo.tar.xz -Source5055: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rcsinfo.doc.tar.xz -Source5057: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/readarray.tar.xz -Source5058: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/readarray.doc.tar.xz -Source5059: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/realboxes.tar.xz -Source5060: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/realboxes.doc.tar.xz -Source5062: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/recipe.tar.xz -Source5063: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/recipe.doc.tar.xz -Source5064: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/recipebook.tar.xz -Source5065: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/recipebook.doc.tar.xz -Source5066: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/recipecard.tar.xz -Source5067: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/recipecard.doc.tar.xz -Source5069: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rectopma.tar.xz -Source5070: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rectopma.doc.tar.xz -Source5071: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/refcheck.tar.xz -Source5072: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/refcheck.doc.tar.xz -Source5073: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/refenums.tar.xz -Source5074: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/refenums.doc.tar.xz -Source5075: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/reflectgraphics.tar.xz -Source5076: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/reflectgraphics.doc.tar.xz -Source5078: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/refman.tar.xz -Source5079: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/refman.doc.tar.xz -Source5081: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/refstyle.tar.xz -Source5082: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/refstyle.doc.tar.xz -Source5084: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/regcount.tar.xz -Source5085: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/regcount.doc.tar.xz -Source5087: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/regexpatch.tar.xz -Source5088: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/regexpatch.doc.tar.xz -Source5090: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/register.tar.xz -Source5091: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/register.doc.tar.xz -Source5093: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/regstats.tar.xz -Source5094: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/regstats.doc.tar.xz -Source5096: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/relenc.tar.xz -Source5097: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/relenc.doc.tar.xz -Source5099: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/relsize.tar.xz -Source5100: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/relsize.doc.tar.xz -Source5101: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/repeatindex.tar.xz -Source5102: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/repeatindex.doc.tar.xz -Source5103: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/repltext.tar.xz -Source5104: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/repltext.doc.tar.xz -Source5106: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rjlparshap.tar.xz -Source5107: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rjlparshap.doc.tar.xz -Source5109: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rlepsf.tar.xz -Source5110: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rlepsf.doc.tar.xz -Source5111: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rmpage.tar.xz -Source5112: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rmpage.doc.tar.xz -Source5113: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/robustcommand.tar.xz -Source5114: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/robustcommand.doc.tar.xz -Source5116: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/robustindex.tar.xz -Source5117: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/robustindex.doc.tar.xz -Source5118: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/romanbar.tar.xz -Source5119: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/romanbar.doc.tar.xz -Source5121: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/romanbarpagenumber.tar.xz -Source5122: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/romanbarpagenumber.doc.tar.xz -Source5124: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/romanneg.tar.xz -Source5125: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/romanneg.doc.tar.xz -Source5126: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/romannum.tar.xz -Source5127: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/romannum.doc.tar.xz -Source5129: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rotfloat.tar.xz -Source5130: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rotfloat.doc.tar.xz -Source5132: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rotpages.tar.xz -Source5133: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rotpages.doc.tar.xz -Source5134: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/roundbox.tar.xz -Source5135: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/roundbox.doc.tar.xz -Source5136: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rterface.tar.xz -Source5137: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rterface.doc.tar.xz -Source5138: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rtkinenc.tar.xz -Source5139: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rtkinenc.doc.tar.xz -Source5141: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rulercompass.tar.xz -Source5142: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rulercompass.doc.tar.xz -Source5144: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rvwrite.tar.xz -Source5145: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rvwrite.doc.tar.xz -Source5146: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/savefnmark.tar.xz -Source5147: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/savefnmark.doc.tar.xz -Source5149: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/savesym.tar.xz -Source5150: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/savetrees.tar.xz -Source5151: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/savetrees.doc.tar.xz -Source5153: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/scale.tar.xz -Source5154: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/scale.doc.tar.xz -Source5156: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/scalebar.tar.xz -Source5157: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/scalebar.doc.tar.xz -Source5159: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/scalerel.tar.xz -Source5160: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/scalerel.doc.tar.xz -Source5161: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/scanpages.tar.xz -Source5162: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/scanpages.doc.tar.xz -Source5163: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sdrt.tar.xz -Source5164: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sdrt.doc.tar.xz -Source5165: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/secdot.tar.xz -Source5166: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/secdot.doc.tar.xz -Source5167: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sectionbox.tar.xz -Source5168: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sectionbox.doc.tar.xz -Source5169: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sectsty.tar.xz -Source5170: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sectsty.doc.tar.xz -Source5172: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/seealso.tar.xz -Source5173: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/seealso.doc.tar.xz -Source5175: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/selectp.tar.xz -Source5176: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/selectp.doc.tar.xz -Source5177: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/semantic.tar.xz -Source5178: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/semantic.doc.tar.xz -Source5180: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/semioneside.tar.xz -Source5181: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/semioneside.doc.tar.xz -Source5183: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/semproc.tar.xz -Source5184: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/semproc.doc.tar.xz -Source5186: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sepfootnotes.tar.xz -Source5187: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sepfootnotes.doc.tar.xz -Source5188: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/seqsplit.tar.xz -Source5189: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/seqsplit.doc.tar.xz -Source5191: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sf298.tar.xz -Source5192: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sf298.doc.tar.xz -Source5194: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sffms.tar.xz -Source5195: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sffms.doc.tar.xz -Source5197: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sfmath.tar.xz -Source5198: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/shadethm.tar.xz -Source5199: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/shadethm.doc.tar.xz -Source5200: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/shadow.tar.xz -Source5201: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/shadow.doc.tar.xz -Source5202: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/shadowtext.tar.xz -Source5203: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/shadowtext.doc.tar.xz -Source5204: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/shapepar.tar.xz -Source5205: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/shapepar.doc.tar.xz -Source5206: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/shdoc.tar.xz -Source5207: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/shdoc.doc.tar.xz -Source5209: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/shipunov.tar.xz -Source5210: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/shipunov.doc.tar.xz -Source5211: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/shorttoc.tar.xz -Source5212: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/shorttoc.doc.tar.xz -Source5214: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/show2e.tar.xz -Source5215: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/show2e.doc.tar.xz -Source5217: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/showcharinbox.tar.xz -Source5218: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/showcharinbox.doc.tar.xz -Source5220: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/showdim.tar.xz -Source5221: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/showdim.doc.tar.xz -Source5222: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/showexpl.tar.xz -Source5223: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/showexpl.doc.tar.xz -Source5225: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/showlabels.tar.xz -Source5226: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/showlabels.doc.tar.xz -Source5228: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sidecap.tar.xz -Source5229: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sidecap.doc.tar.xz -Source5231: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sidenotes.tar.xz -Source5232: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sidenotes.doc.tar.xz -Source5234: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/silence.tar.xz -Source5235: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/silence.doc.tar.xz -Source5237: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/simplecd.tar.xz -Source5238: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/simplecd.doc.tar.xz -Source5240: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/simplecv.tar.xz -Source5241: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/simplecv.doc.tar.xz -Source5243: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/simplewick.tar.xz -Source5244: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/simplewick.doc.tar.xz -Source5246: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sitem.tar.xz -Source5247: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sitem.doc.tar.xz -Source5249: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/skb.tar.xz -Source5250: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/skb.doc.tar.xz -Source5252: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/skdoc.tar.xz -Source5253: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/skdoc.doc.tar.xz -Source5255: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/skeycommand.tar.xz -Source5256: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/skeycommand.doc.tar.xz -Source5257: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/skeyval.tar.xz -Source5258: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/skeyval.doc.tar.xz -Source5259: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/skrapport.tar.xz -Source5260: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/skrapport.doc.tar.xz -Source5262: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/slantsc.tar.xz -Source5263: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/slantsc.doc.tar.xz -Source5265: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/smalltableof.tar.xz -Source5266: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/smalltableof.doc.tar.xz -Source5267: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/smartref.tar.xz -Source5268: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/smartref.doc.tar.xz -Source5269: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/snapshot.tar.xz -Source5270: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/snapshot.doc.tar.xz -Source5272: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/snotez.tar.xz -Source5273: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/snotez.doc.tar.xz -Source5274: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/soul.tar.xz -Source5275: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/soul.doc.tar.xz -Source5277: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sparklines.tar.xz -Source5278: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sparklines.doc.tar.xz -Source5279: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sphack.tar.xz -Source5280: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sphack.doc.tar.xz -Source5284: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/spot.tar.xz -Source5285: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/spot.doc.tar.xz -Source5287: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/spotcolor.tar.xz -Source5288: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/spotcolor.doc.tar.xz -Source5289: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/spreadtab.tar.xz -Source5290: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/spreadtab.doc.tar.xz -Source5291: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/spverbatim.tar.xz -Source5292: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/spverbatim.doc.tar.xz -Source5294: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/srbook-mem.tar.xz -Source5295: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/srbook-mem.doc.tar.xz -Source5296: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/srcltx.tar.xz -Source5297: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/srcltx.doc.tar.xz -Source5299: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sseq.tar.xz -Source5300: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sseq.doc.tar.xz -Source5302: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sslides.tar.xz -Source5303: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sslides.doc.tar.xz -Source5304: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/stack.tar.xz Source5306: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/stackengine.tar.xz Source5307: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/stackengine.doc.tar.xz -Source5308: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/standalone.tar.xz -Source5309: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/standalone.doc.tar.xz -Source5311: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/statistik.tar.xz -Source5312: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/statistik.doc.tar.xz -Source5314: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/stdclsdv.tar.xz -Source5315: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/stdclsdv.doc.tar.xz -Source5317: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/stdpage.tar.xz -Source5318: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/stdpage.doc.tar.xz -Source5320: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/stex.tar.xz -Source5321: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/stex.doc.tar.xz -Source5323: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/storebox.tar.xz -Source5324: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/storebox.doc.tar.xz -Source5326: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/storecmd.tar.xz -Source5327: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/storecmd.doc.tar.xz -Source5328: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/stringstrings.tar.xz -Source5329: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/stringstrings.doc.tar.xz -Source5331: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sttools.tar.xz -Source5332: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sttools.doc.tar.xz -Source5334: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/stubs.tar.xz -Source5335: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/stubs.doc.tar.xz -Source5336: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/subdepth.tar.xz -Source5337: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/subdepth.doc.tar.xz -Source5339: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/subeqn.tar.xz -Source5340: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/subeqn.doc.tar.xz -Source5342: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/subeqnarray.tar.xz -Source5343: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/subeqnarray.doc.tar.xz -Source5345: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/subfigmat.tar.xz -Source5346: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/subfigmat.doc.tar.xz -Source5347: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/subfigure.tar.xz -Source5348: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/subfigure.doc.tar.xz -Source5350: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/subfiles.tar.xz -Source5351: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/subfiles.doc.tar.xz -Source5353: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/subfloat.tar.xz -Source5354: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/subfloat.doc.tar.xz -Source5356: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/substitutefont.tar.xz -Source5357: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/substitutefont.doc.tar.xz -Source5358: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/substr.tar.xz -Source5359: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/substr.doc.tar.xz -Source5360: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/supertabular.tar.xz -Source5361: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/supertabular.doc.tar.xz -Source5363: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/svg.tar.xz -Source5364: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/svg.doc.tar.xz -Source5366: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/svgcolor.tar.xz -Source5367: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/svgcolor.doc.tar.xz -Source5368: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/svn.tar.xz -Source5369: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/svn.doc.tar.xz -Source5374: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/svninfo.tar.xz -Source5375: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/svninfo.doc.tar.xz -Source5377: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/syntax.tar.xz -Source5378: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/syntax.doc.tar.xz -Source5379: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/syntrace.tar.xz -Source5380: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/syntrace.doc.tar.xz -Source5382: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/synttree.tar.xz -Source5383: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/synttree.doc.tar.xz -Source5385: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tabfigures.tar.xz -Source5386: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tabfigures.doc.tar.xz -Source5388: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tableaux.tar.xz -Source5389: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tableaux.doc.tar.xz -Source5390: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tablefootnote.tar.xz -Source5391: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tablefootnote.doc.tar.xz -Source5393: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tableof.tar.xz -Source5394: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tableof.doc.tar.xz -Source5396: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tablestyles.tar.xz -Source5397: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tablestyles.doc.tar.xz -Source5399: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tablists.tar.xz -Source5400: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tablists.doc.tar.xz -Source5402: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tabls.tar.xz -Source5403: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tabls.doc.tar.xz -Source5404: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tabstackengine.tar.xz -Source5405: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tabstackengine.doc.tar.xz -Source5406: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tabto-ltx.tar.xz -Source5407: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tabto-ltx.doc.tar.xz -Source5408: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tabu.tar.xz -Source5409: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tabu.doc.tar.xz -Source5411: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tabularborder.tar.xz -Source5412: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tabularborder.doc.tar.xz -Source5414: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tabularcalc.tar.xz -Source5415: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tabularcalc.doc.tar.xz -Source5416: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tabularew.tar.xz -Source5417: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tabularew.doc.tar.xz -Source5419: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tabulary.tar.xz -Source5420: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tabulary.doc.tar.xz -Source5422: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tagging.tar.xz -Source5423: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tagging.doc.tar.xz -Source5424: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tagpair.tar.xz -Source5425: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tagpair.doc.tar.xz -Source5426: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/talk.tar.xz -Source5427: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/talk.doc.tar.xz -Source5429: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tamefloats.tar.xz -Source5430: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tamefloats.doc.tar.xz -Source5431: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tasks.tar.xz -Source5432: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tasks.doc.tar.xz -Source5433: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tcldoc.tar.xz -Source5434: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tcldoc.doc.tar.xz -Source5436: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tcolorbox.tar.xz -Source5437: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tcolorbox.doc.tar.xz -Source5438: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tdclock.tar.xz -Source5439: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tdclock.doc.tar.xz -Source5440: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/technics.tar.xz -Source5441: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/technics.doc.tar.xz -Source5442: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ted.tar.xz -Source5443: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ted.doc.tar.xz -Source5445: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/templatetools.tar.xz -Source5446: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/templatetools.doc.tar.xz -Source5448: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/termcal.tar.xz -Source5449: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/termcal.doc.tar.xz -Source5451: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/termlist.tar.xz -Source5452: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/termlist.doc.tar.xz -Source5454: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/testhyphens.tar.xz -Source5455: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/testhyphens.doc.tar.xz -Source5457: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tex-label.tar.xz -Source5458: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tex-label.doc.tar.xz -Source5460: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/texlogos.tar.xz -Source5461: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/texmate.tar.xz -Source5462: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/texmate.doc.tar.xz -Source5464: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/texments.tar.xz -Source5465: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/texments.doc.tar.xz -Source5467: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/texpower.tar.xz -Source5468: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/texpower.doc.tar.xz -Source5470: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/texshade.tar.xz -Source5471: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/texshade.doc.tar.xz -Source5473: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/textfit.tar.xz -Source5474: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/textfit.doc.tar.xz -Source5476: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/textgreek.tar.xz -Source5477: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/textgreek.doc.tar.xz -Source5479: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/textmerg.tar.xz -Source5480: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/textmerg.doc.tar.xz -Source5482: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/textpos.tar.xz -Source5483: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/textpos.doc.tar.xz -Source5485: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/theoremref.tar.xz -Source5486: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/theoremref.doc.tar.xz -Source5487: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/thinsp.tar.xz -Source5488: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/thinsp.doc.tar.xz -Source5489: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/thmtools.tar.xz -Source5490: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/thmtools.doc.tar.xz -Source5492: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/threadcol.tar.xz -Source5493: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/threadcol.doc.tar.xz -Source5495: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/threeparttable.tar.xz -Source5496: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/threeparttable.doc.tar.xz -Source5497: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/threeparttablex.tar.xz -Source5498: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/threeparttablex.doc.tar.xz -Source5499: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/thumb.tar.xz -Source5500: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/thumb.doc.tar.xz -Source5502: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/thumbs.tar.xz -Source5503: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/thumbs.doc.tar.xz -Source5505: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/thumby.tar.xz -Source5506: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/thumby.doc.tar.xz -Source5507: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ticket.tar.xz -Source5508: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ticket.doc.tar.xz -Source5509: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/titlecaps.tar.xz -Source5510: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/titlecaps.doc.tar.xz -Source5511: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/titlefoot.tar.xz -Source5512: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/titlepic.tar.xz -Source5513: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/titlepic.doc.tar.xz -Source5514: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/titleref.tar.xz -Source5515: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/titleref.doc.tar.xz -Source5516: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/titlesec.tar.xz -Source5517: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/titlesec.doc.tar.xz -Source5518: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/titling.tar.xz -Source5519: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/titling.doc.tar.xz -Source5521: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tocbibind.tar.xz -Source5522: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tocbibind.doc.tar.xz -Source5524: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tocloft.tar.xz -Source5525: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tocloft.doc.tar.xz -Source5527: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tocvsec2.tar.xz -Source5528: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tocvsec2.doc.tar.xz -Source5530: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/todo.tar.xz -Source5531: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/todo.doc.tar.xz -Source5533: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/todonotes.tar.xz -Source5534: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/todonotes.doc.tar.xz -Source5536: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tokenizer.tar.xz -Source5537: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tokenizer.doc.tar.xz -Source5538: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/toolbox.tar.xz -Source5539: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/toolbox.doc.tar.xz -Source5541: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/topfloat.tar.xz -Source5542: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/topfloat.doc.tar.xz -Source5543: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/totcount.tar.xz -Source5544: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/totcount.doc.tar.xz -Source5546: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/totpages.tar.xz -Source5547: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/totpages.doc.tar.xz -Source5549: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/translations.tar.xz -Source5550: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/translations.doc.tar.xz -Source5551: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/trfsigns.tar.xz -Source5552: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/trfsigns.doc.tar.xz -Source5554: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/trimspaces.tar.xz -Source5555: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/trimspaces.doc.tar.xz -Source5557: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/trivfloat.tar.xz -Source5558: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/trivfloat.doc.tar.xz -Source5560: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/trsym.tar.xz -Source5561: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/trsym.doc.tar.xz -Source5563: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/truncate.tar.xz -Source5564: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/truncate.doc.tar.xz -Source5565: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tucv.tar.xz -Source5566: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tucv.doc.tar.xz -Source5568: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/turnthepage.tar.xz -Source5569: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/turnthepage.doc.tar.xz -Source5570: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/twoinone.tar.xz -Source5571: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/twoinone.doc.tar.xz -Source5572: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/twoup.tar.xz -Source5573: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/twoup.doc.tar.xz -Source5575: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/txgreeks.tar.xz -Source5576: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/txgreeks.doc.tar.xz -Source5578: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/type1cm.tar.xz -Source5579: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/type1cm.doc.tar.xz -Source5581: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/typeface.tar.xz -Source5582: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/typeface.doc.tar.xz -Source5584: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/typogrid.tar.xz -Source5585: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/typogrid.doc.tar.xz -Source5587: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uassign.tar.xz -Source5588: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uassign.doc.tar.xz -Source5589: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ucs.tar.xz -Source5590: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ucs.doc.tar.xz -Source5591: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uebungsblatt.tar.xz -Source5592: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uebungsblatt.doc.tar.xz -Source5593: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/umoline.tar.xz -Source5594: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/umoline.doc.tar.xz -Source5596: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/underlin.tar.xz -Source5597: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/underlin.doc.tar.xz -Source5599: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/underoverlap.tar.xz -Source5600: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/underoverlap.doc.tar.xz -Source5601: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/undolabl.tar.xz -Source5602: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/undolabl.doc.tar.xz -Source5604: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/units.tar.xz -Source5605: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/units.doc.tar.xz -Source5607: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/unravel.tar.xz -Source5608: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/unravel.doc.tar.xz -Source5610: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/upmethodology.tar.xz -Source5611: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/upmethodology.doc.tar.xz -Source5612: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/upquote.tar.xz -Source5613: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/upquote.doc.tar.xz -Source5615: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uri.tar.xz -Source5616: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uri.doc.tar.xz -Source5618: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ushort.tar.xz -Source5619: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ushort.doc.tar.xz -Source5621: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/varindex.tar.xz -Source5622: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/varindex.doc.tar.xz -Source5624: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/varsfromjobname.tar.xz -Source5625: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/varsfromjobname.doc.tar.xz -Source5626: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/varwidth.tar.xz -Source5627: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/varwidth.doc.tar.xz -Source5628: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/vdmlisting.tar.xz -Source5629: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/vdmlisting.doc.tar.xz -Source5630: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/verbasef.tar.xz -Source5631: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/verbasef.doc.tar.xz -Source5632: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/verbatimbox.tar.xz -Source5633: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/verbatimbox.doc.tar.xz -Source5634: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/verbatimcopy.tar.xz -Source5635: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/verbatimcopy.doc.tar.xz -Source5636: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/verbdef.tar.xz -Source5637: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/verbdef.doc.tar.xz -Source5638: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/verbments.tar.xz -Source5639: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/verbments.doc.tar.xz -Source5640: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/version.tar.xz -Source5641: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/version.doc.tar.xz -Source5642: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/versions.tar.xz -Source5643: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/versions.doc.tar.xz -Source5644: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/versonotes.tar.xz -Source5645: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/versonotes.doc.tar.xz -Source5647: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/vertbars.tar.xz -Source5648: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/vertbars.doc.tar.xz -Source5650: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/vgrid.tar.xz -Source5651: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/vgrid.doc.tar.xz -Source5653: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/vhistory.tar.xz -Source5654: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/vhistory.doc.tar.xz -Source5655: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/vmargin.tar.xz -Source5656: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/vmargin.doc.tar.xz -Source5658: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/volumes.tar.xz -Source5659: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/volumes.doc.tar.xz -Source5663: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/vruler.tar.xz -Source5664: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/vruler.doc.tar.xz -Source5665: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/vwcol.tar.xz -Source5666: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/vwcol.doc.tar.xz -Source5668: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/wallpaper.tar.xz -Source5669: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/wallpaper.doc.tar.xz -Source5670: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/warning.tar.xz -Source5671: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/warning.doc.tar.xz -Source5672: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/warpcol.tar.xz -Source5673: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/warpcol.doc.tar.xz -Source5675: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/was.tar.xz -Source5676: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/was.doc.tar.xz -Source5678: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/widetable.tar.xz -Source5679: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/widetable.doc.tar.xz -Source5681: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/williams.tar.xz -Source5682: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/williams.doc.tar.xz -Source5683: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/withargs.tar.xz -Source5684: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/withargs.doc.tar.xz -Source5685: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/wordlike.tar.xz -Source5686: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/wordlike.doc.tar.xz -Source5688: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/wrapfig.tar.xz -Source5689: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/wrapfig.doc.tar.xz -Source5690: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xargs.tar.xz -Source5691: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xargs.doc.tar.xz -Source5693: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xcolor-solarized.tar.xz -Source5694: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xcolor-solarized.doc.tar.xz -Source5696: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xcomment.tar.xz -Source5697: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xcomment.doc.tar.xz -Source5698: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xdoc.tar.xz -Source5699: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xdoc.doc.tar.xz -Source5701: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xfor.tar.xz -Source5702: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xfor.doc.tar.xz -Source5704: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xhfill.tar.xz -Source5705: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xhfill.doc.tar.xz -Source5706: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xint.tar.xz -Source5707: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xint.doc.tar.xz -Source5709: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xmpincl.tar.xz -Source5710: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xmpincl.doc.tar.xz -Source5712: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xnewcommand.tar.xz -Source5713: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xnewcommand.doc.tar.xz -Source5714: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xoptarg.tar.xz -Source5715: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xoptarg.doc.tar.xz -Source5716: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xpatch.tar.xz -Source5717: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xpatch.doc.tar.xz -Source5719: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xpeek.tar.xz -Source5720: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xpeek.doc.tar.xz -Source5722: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xprintlen.tar.xz -Source5723: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xprintlen.doc.tar.xz -Source5724: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xpunctuate.tar.xz -Source5725: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xpunctuate.doc.tar.xz -Source5727: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xstring.tar.xz -Source5728: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xstring.doc.tar.xz -Source5729: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xtab.tar.xz -Source5730: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xtab.doc.tar.xz -Source5732: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xwatermark.tar.xz -Source5733: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xwatermark.doc.tar.xz -Source5734: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xytree.tar.xz -Source5735: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xytree.doc.tar.xz -Source5736: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/yafoot.tar.xz -Source5737: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/yafoot.doc.tar.xz -Source5739: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/yagusylo.tar.xz -Source5740: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/yagusylo.doc.tar.xz -Source5742: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ydoc.tar.xz -Source5743: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ydoc.doc.tar.xz -Source5747: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/zed-csp.tar.xz -Source5748: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/zed-csp.doc.tar.xz -Source5749: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ziffer.tar.xz -Source5750: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ziffer.doc.tar.xz -Source5751: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/zwgetfdate.tar.xz -Source5752: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/zwgetfdate.doc.tar.xz -Source5753: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/zwpagelayout.tar.xz -Source5754: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/zwpagelayout.doc.tar.xz -Source5755: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/enigma.tar.xz -Source5756: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/enigma.doc.tar.xz -Source5757: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/interpreter.tar.xz -Source5758: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/interpreter.doc.tar.xz -Source5759: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lua-check-hyphen.tar.xz -Source5760: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lua-check-hyphen.doc.tar.xz -Source5761: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lua-visual-debug.tar.xz -Source5762: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lua-visual-debug.doc.tar.xz -Source5765: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luabibentry.tar.xz -Source5766: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luabibentry.doc.tar.xz -Source5768: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luabidi.tar.xz -Source5769: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luabidi.doc.tar.xz -Source5770: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luacode.tar.xz -Source5771: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luacode.doc.tar.xz -Source5773: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luaindex.tar.xz -Source5774: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luaindex.doc.tar.xz -Source5776: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luainputenc.tar.xz -Source5777: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luainputenc.doc.tar.xz -Source5779: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luaintro.doc.tar.xz -Source5780: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lualatex-doc.doc.tar.xz -Source5782: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lualatex-math.tar.xz -Source5783: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lualatex-math.doc.tar.xz -Source5785: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lualibs.tar.xz -Source5786: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lualibs.doc.tar.xz -Source5788: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luamplib.tar.xz -Source5789: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luamplib.doc.tar.xz -Source5794: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luasseq.tar.xz -Source5795: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luasseq.doc.tar.xz -Source5797: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luatexbase.tar.xz -Source5798: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luatexbase.doc.tar.xz -Source5800: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luatexko.tar.xz -Source5801: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luatexko.doc.tar.xz -Source5802: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luatextra.tar.xz -Source5803: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luatextra.doc.tar.xz -Source5805: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luatodonotes.tar.xz -Source5806: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luatodonotes.doc.tar.xz -Source5808: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luaxml.tar.xz -Source5809: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luaxml.doc.tar.xz -Source5810: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/odsfile.tar.xz -Source5811: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/odsfile.doc.tar.xz -Source5812: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/placeat.tar.xz -Source5813: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/placeat.doc.tar.xz -Source5815: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/selnolig.tar.xz -Source5816: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/selnolig.doc.tar.xz -Source5817: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/showhyphens.tar.xz -Source5818: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/showhyphens.doc.tar.xz -Source5819: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/spelling.tar.xz -Source5820: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/spelling.doc.tar.xz Source5821: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ucharcat.tar.xz Source5822: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ucharcat.doc.tar.xz -Source5824: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/commath.tar.xz -Source5825: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/commath.doc.tar.xz -Source5826: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/concmath.tar.xz -Source5827: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/concmath.doc.tar.xz -Source5829: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/concrete.tar.xz -Source5830: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/concrete.doc.tar.xz -Source5831: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/conteq.tar.xz -Source5832: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/conteq.doc.tar.xz -Source5834: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ebproof.tar.xz -Source5835: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ebproof.doc.tar.xz -Source5836: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eqnarray.tar.xz -Source5837: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eqnarray.doc.tar.xz -Source5839: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/extarrows.tar.xz -Source5840: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/extarrows.doc.tar.xz -Source5841: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/extpfeil.tar.xz -Source5842: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/extpfeil.doc.tar.xz -Source5844: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/faktor.tar.xz -Source5845: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/faktor.doc.tar.xz -Source5847: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/grundgesetze.tar.xz -Source5848: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/grundgesetze.doc.tar.xz -Source5850: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/interval.tar.xz -Source5851: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/interval.doc.tar.xz -Source5852: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ionumbers.tar.xz -Source5853: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ionumbers.doc.tar.xz -Source5855: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/isomath.tar.xz -Source5856: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/isomath.doc.tar.xz -Source5857: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/logicproof.tar.xz -Source5858: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/logicproof.doc.tar.xz -Source5860: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lpform.tar.xz -Source5861: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lpform.doc.tar.xz -Source5862: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lplfitch.tar.xz -Source5863: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lplfitch.doc.tar.xz -Source5865: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mathcomp.tar.xz -Source5866: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mathcomp.doc.tar.xz -Source5868: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mattens.tar.xz -Source5869: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mattens.doc.tar.xz -Source5871: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mhequ.tar.xz -Source5872: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mhequ.doc.tar.xz -Source5873: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/multiobjective.tar.xz -Source5874: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/multiobjective.doc.tar.xz -Source5876: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/natded.tar.xz -Source5877: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/natded.doc.tar.xz -Source5878: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nath.tar.xz -Source5879: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nath.doc.tar.xz -Source5880: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ot-tableau.tar.xz -Source5881: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ot-tableau.doc.tar.xz -Source5882: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/oubraces.tar.xz -Source5883: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/oubraces.doc.tar.xz -Source5884: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/perfectcut.tar.xz -Source5885: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/perfectcut.doc.tar.xz -Source5886: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/prftree.tar.xz -Source5887: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/prftree.doc.tar.xz -Source5888: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/proba.tar.xz -Source5889: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/proba.doc.tar.xz -Source5891: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rec-thy.tar.xz -Source5892: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rec-thy.doc.tar.xz -Source5893: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ribbonproofs.tar.xz -Source5894: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ribbonproofs.doc.tar.xz -Source5895: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rmathbr.tar.xz -Source5896: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rmathbr.doc.tar.xz -Source5898: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sesamanuel.tar.xz -Source5899: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sesamanuel.doc.tar.xz -Source5901: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/shuffle.tar.xz -Source5902: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/shuffle.doc.tar.xz -Source5904: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/skmath.tar.xz -Source5905: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/skmath.doc.tar.xz -Source5907: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/statex.tar.xz -Source5908: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/statex.doc.tar.xz -Source5909: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/statex2.tar.xz -Source5910: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/statex2.doc.tar.xz -Source5911: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/subsupscripts.tar.xz -Source5912: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/subsupscripts.doc.tar.xz -Source5913: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/susy.tar.xz -Source5914: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/susy.doc.tar.xz -Source5915: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/syllogism.tar.xz -Source5916: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/syllogism.doc.tar.xz -Source5917: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sympytexpackage.tar.xz -Source5918: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sympytexpackage.doc.tar.xz -Source5920: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/synproof.tar.xz -Source5921: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/synproof.doc.tar.xz -Source5922: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tablor.tar.xz -Source5923: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tablor.doc.tar.xz -Source5924: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tensor.tar.xz -Source5925: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tensor.doc.tar.xz -Source5927: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tex-ewd.tar.xz -Source5928: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tex-ewd.doc.tar.xz -Source5929: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/thmbox.tar.xz -Source5930: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/thmbox.doc.tar.xz -Source5932: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/turnstile.tar.xz -Source5933: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/turnstile.doc.tar.xz -Source5935: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/unicode-math.tar.xz -Source5936: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/unicode-math.doc.tar.xz -Source5938: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/venn.tar.xz -Source5939: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/venn.doc.tar.xz -Source5940: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/yhmath.tar.xz -Source5941: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/yhmath.doc.tar.xz -Source5943: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ytableau.tar.xz -Source5944: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ytableau.doc.tar.xz -Source5946: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/drv.tar.xz -Source5947: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/drv.doc.tar.xz -Source5948: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dviincl.tar.xz -Source5949: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dviincl.doc.tar.xz -Source5950: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/emp.tar.xz -Source5951: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/emp.doc.tar.xz -Source5953: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/epsincl.tar.xz -Source5954: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/epsincl.doc.tar.xz -Source5955: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/expressg.tar.xz -Source5956: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/expressg.doc.tar.xz -Source5958: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/exteps.tar.xz -Source5959: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/exteps.doc.tar.xz -Source5960: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/featpost.tar.xz -Source5961: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/featpost.doc.tar.xz -Source5962: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/feynmf.tar.xz -Source5963: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/feynmf.doc.tar.xz -Source5965: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/feynmp-auto.tar.xz -Source5966: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/feynmp-auto.doc.tar.xz -Source5968: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/garrigues.tar.xz -Source5969: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/garrigues.doc.tar.xz -Source5970: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gmp.tar.xz -Source5971: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gmp.doc.tar.xz -Source5973: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latexmp.tar.xz -Source5974: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latexmp.doc.tar.xz -Source5975: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mcf2graph.tar.xz -Source5976: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mcf2graph.doc.tar.xz -Source5977: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/metago.tar.xz -Source5978: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/metago.doc.tar.xz -Source5979: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/metaobj.tar.xz -Source5980: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/metaobj.doc.tar.xz -Source5981: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/metaplot.tar.xz -Source5982: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/metaplot.doc.tar.xz -Source5983: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/metauml.tar.xz -Source5984: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/metauml.doc.tar.xz -Source5985: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mfpic.tar.xz -Source5986: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mfpic.doc.tar.xz -Source5988: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mfpic4ode.tar.xz -Source5989: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mfpic4ode.doc.tar.xz -Source5991: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mp3d.tar.xz -Source5992: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mp3d.doc.tar.xz -Source5993: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mpcolornames.tar.xz -Source5994: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mpcolornames.doc.tar.xz -Source5996: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mpattern.tar.xz -Source5997: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mpattern.doc.tar.xz -Source5998: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mpgraphics.tar.xz -Source5999: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mpgraphics.doc.tar.xz -Source6001: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/piechartmp.tar.xz -Source6002: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/piechartmp.doc.tar.xz -Source6003: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/repere.tar.xz -Source6004: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/repere.doc.tar.xz -Source6005: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/roex.tar.xz -Source6007: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/roundrect.tar.xz -Source6008: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/roundrect.doc.tar.xz -Source6010: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/shapes.tar.xz -Source6011: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/shapes.doc.tar.xz -Source6013: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/slideshow.tar.xz -Source6014: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/slideshow.doc.tar.xz -Source6015: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/splines.tar.xz -Source6016: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/splines.doc.tar.xz -Source6018: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/suanpan.tar.xz -Source6019: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/suanpan.doc.tar.xz -Source6020: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/textpath.tar.xz -Source6021: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/textpath.doc.tar.xz -Source6022: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/threeddice.tar.xz -Source6023: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/threeddice.doc.tar.xz -Source6024: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/figbas.tar.xz -Source6025: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/figbas.doc.tar.xz -Source6026: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gchords.tar.xz -Source6027: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gchords.doc.tar.xz -Source6028: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gtrcrd.tar.xz -Source6029: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gtrcrd.doc.tar.xz -Source6030: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/guitar.tar.xz -Source6031: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/guitar.doc.tar.xz -Source6033: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/guitarchordschemes.tar.xz -Source6034: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/guitarchordschemes.doc.tar.xz -Source6035: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/harmony.tar.xz -Source6036: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/harmony.doc.tar.xz -Source6037: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/leadsheets.tar.xz -Source6038: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/leadsheets.doc.tar.xz -Source6044: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/musixguit.tar.xz -Source6045: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/musixguit.doc.tar.xz -Source6049: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/musixtex-fonts.tar.xz -Source6050: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/musixtex-fonts.doc.tar.xz -Source6053: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/piano.tar.xz -Source6054: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/piano.doc.tar.xz -Source6059: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/songbook.tar.xz -Source6060: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/songbook.doc.tar.xz -Source6062: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/songs.tar.xz -Source6063: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/songs.doc.tar.xz -Source6065: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xpiano.tar.xz -Source6066: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xpiano.doc.tar.xz -Source6068: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mxedruli.tar.xz -Source6069: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mxedruli.doc.tar.xz -Source6072: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/otibet.tar.xz -Source6073: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/otibet.doc.tar.xz -Source6075: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/epsf-dvipdfmx.tar.xz -Source6076: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/epsf-dvipdfmx.doc.tar.xz -Source6077: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/figflow.tar.xz -Source6078: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/figflow.doc.tar.xz -Source6079: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fixpdfmag.tar.xz -Source6080: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/font-change.tar.xz -Source6081: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/font-change.doc.tar.xz -Source6082: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fontch.tar.xz -Source6083: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fontch.doc.tar.xz -Source6084: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/getoptk.tar.xz -Source6085: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/getoptk.doc.tar.xz -Source6086: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gfnotation.tar.xz -Source6087: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gfnotation.doc.tar.xz -Source6088: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/graphics-pln.tar.xz -Source6089: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/graphics-pln.doc.tar.xz -Source6091: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyplain.tar.xz -Source6092: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyplain.doc.tar.xz -Source6093: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/js-misc.tar.xz -Source6094: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/js-misc.doc.tar.xz -Source6095: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mkpattern.tar.xz -Source6096: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mkpattern.doc.tar.xz -Source6097: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/newsletr.tar.xz -Source6098: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/newsletr.doc.tar.xz -Source6099: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pitex.tar.xz -Source6100: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pitex.doc.tar.xz -Source6101: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/placeins-plain.tar.xz -Source6102: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/plipsum.tar.xz -Source6103: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/plipsum.doc.tar.xz -Source6104: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/plnfss.tar.xz -Source6105: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/plnfss.doc.tar.xz -Source6106: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/plstmary.tar.xz -Source6107: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/plstmary.doc.tar.xz -Source6108: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/present.tar.xz -Source6109: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/present.doc.tar.xz -Source6110: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/resumemac.tar.xz -Source6111: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/resumemac.doc.tar.xz -# Source6112: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/texinfo.tar.xz -Source6113: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/timetable.tar.xz -Source6114: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/treetex.tar.xz -Source6115: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/treetex.doc.tar.xz -Source6116: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/varisize.tar.xz -Source6117: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/varisize.doc.tar.xz -Source6118: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xii.doc.tar.xz -Source6119: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dsptricks.tar.xz -Source6120: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dsptricks.doc.tar.xz -Source6121: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/makeplot.tar.xz -Source6122: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/makeplot.doc.tar.xz -Source6124: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdftricks.tar.xz -Source6125: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdftricks.doc.tar.xz -Source6126: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdftricks2.tar.xz -Source6127: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdftricks2.doc.tar.xz -Source6130: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/psbao.tar.xz -Source6131: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/psbao.doc.tar.xz -Source6132: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-2dplot.tar.xz -Source6133: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-2dplot.doc.tar.xz -Source6134: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-3d.tar.xz -Source6135: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-3d.doc.tar.xz -Source6137: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-3dplot.tar.xz -Source6138: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-3dplot.doc.tar.xz -Source6139: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-abspos.tar.xz -Source6140: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-abspos.doc.tar.xz -Source6142: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-am.tar.xz -Source6143: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-am.doc.tar.xz -Source6145: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-asr.tar.xz -Source6146: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-asr.doc.tar.xz -Source6147: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-bar.tar.xz -Source6148: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-bar.doc.tar.xz -Source6150: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-barcode.tar.xz -Source6151: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-barcode.doc.tar.xz -Source6152: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-bezier.tar.xz -Source6153: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-bezier.doc.tar.xz -Source6155: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-blur.tar.xz -Source6156: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-blur.doc.tar.xz -Source6158: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-bspline.tar.xz -Source6159: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-bspline.doc.tar.xz -Source6160: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-calendar.tar.xz -Source6161: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-calendar.doc.tar.xz -Source6162: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-circ.tar.xz -Source6163: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-circ.doc.tar.xz -Source6164: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-coil.tar.xz -Source6165: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-coil.doc.tar.xz -Source6166: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-cox.tar.xz -Source6167: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-cox.doc.tar.xz -Source6168: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-dbicons.tar.xz -Source6169: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-dbicons.doc.tar.xz -Source6171: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-diffraction.tar.xz -Source6172: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-diffraction.doc.tar.xz -Source6174: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-electricfield.tar.xz -Source6175: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-electricfield.doc.tar.xz -Source6177: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-eps.tar.xz -Source6178: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-eps.doc.tar.xz -Source6180: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-eucl.tar.xz -Source6181: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-eucl.doc.tar.xz -Source6182: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-exa.tar.xz -Source6183: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-exa.doc.tar.xz -Source6184: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-fill.tar.xz -Source6185: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-fill.doc.tar.xz -Source6187: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-fit.tar.xz -Source6188: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-fit.doc.tar.xz -Source6190: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-fr3d.tar.xz -Source6191: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-fr3d.doc.tar.xz -Source6193: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-fractal.tar.xz -Source6194: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-fractal.doc.tar.xz -Source6195: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-fun.tar.xz -Source6196: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-fun.doc.tar.xz -Source6198: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-func.tar.xz -Source6199: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-func.doc.tar.xz -Source6200: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-gantt.tar.xz -Source6201: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-gantt.doc.tar.xz -Source6202: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-geo.tar.xz -Source6203: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-geo.doc.tar.xz -Source6204: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-ghsb.tar.xz -Source6205: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-ghsb.doc.tar.xz -Source6206: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-gr3d.tar.xz -Source6207: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-gr3d.doc.tar.xz -Source6209: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-grad.tar.xz -Source6210: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-grad.doc.tar.xz -Source6211: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-graphicx.tar.xz -Source6212: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-graphicx.doc.tar.xz -Source6213: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-infixplot.tar.xz -Source6214: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-infixplot.doc.tar.xz -Source6215: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-intersect.tar.xz -Source6216: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-intersect.doc.tar.xz -Source6218: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-jtree.tar.xz -Source6219: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-jtree.doc.tar.xz -Source6220: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-knot.tar.xz -Source6221: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-knot.doc.tar.xz -Source6222: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-labo.tar.xz -Source6223: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-labo.doc.tar.xz -Source6224: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-layout.tar.xz -Source6225: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-layout.doc.tar.xz -Source6226: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-lens.tar.xz -Source6227: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-lens.doc.tar.xz -Source6229: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-light3d.tar.xz -Source6230: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-light3d.doc.tar.xz -Source6232: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-magneticfield.tar.xz -Source6233: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-magneticfield.doc.tar.xz -Source6235: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-math.tar.xz -Source6236: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-math.doc.tar.xz -Source6237: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-mirror.tar.xz -Source6238: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-mirror.doc.tar.xz -Source6239: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-node.tar.xz -Source6240: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-node.doc.tar.xz -Source6241: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-ob3d.tar.xz -Source6242: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-ob3d.doc.tar.xz -Source6244: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-ode.tar.xz -Source6245: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-ode.doc.tar.xz -Source6246: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-optexp.tar.xz -Source6247: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-optexp.doc.tar.xz -Source6249: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-optic.tar.xz -Source6250: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-optic.doc.tar.xz -Source6252: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-osci.tar.xz -Source6253: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-osci.doc.tar.xz -Source6254: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-ovl.tar.xz -Source6255: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-ovl.doc.tar.xz -Source6256: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-pad.tar.xz -Source6257: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-pad.doc.tar.xz -Source6259: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-pdgr.tar.xz -Source6260: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-pdgr.doc.tar.xz -Source6262: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-perspective.tar.xz -Source6263: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-perspective.doc.tar.xz -Source6264: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-platon.tar.xz -Source6265: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-platon.doc.tar.xz -Source6267: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-plot.tar.xz -Source6268: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-plot.doc.tar.xz -Source6269: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-poly.tar.xz -Source6270: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-poly.doc.tar.xz -Source6271: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-pulley.tar.xz -Source6272: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-pulley.doc.tar.xz -Source6274: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-qtree.tar.xz -Source6275: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-qtree.doc.tar.xz -Source6276: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-rubans.tar.xz -Source6277: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-rubans.doc.tar.xz -Source6279: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-sigsys.tar.xz -Source6280: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-sigsys.doc.tar.xz -Source6281: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-slpe.tar.xz -Source6282: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-slpe.doc.tar.xz -Source6284: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-solarsystem.tar.xz -Source6285: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-solarsystem.doc.tar.xz -Source6287: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-solides3d.tar.xz -Source6288: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-solides3d.doc.tar.xz -Source6289: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-soroban.tar.xz -Source6290: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-soroban.doc.tar.xz -Source6292: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-spectra.tar.xz -Source6293: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-spectra.doc.tar.xz -Source6296: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-stru.tar.xz -Source6297: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-stru.doc.tar.xz -Source6298: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-support.doc.tar.xz -Source6299: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-text.tar.xz -Source6300: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-text.doc.tar.xz -Source6302: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-thick.tar.xz -Source6303: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-thick.doc.tar.xz -Source6305: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-tools.tar.xz -Source6306: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-tools.doc.tar.xz -Source6307: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-tree.tar.xz -Source6308: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-tree.doc.tar.xz -Source6310: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-tvz.tar.xz -Source6311: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-tvz.doc.tar.xz -Source6313: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-uml.tar.xz -Source6314: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-uml.doc.tar.xz -Source6316: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-vectorian.tar.xz -Source6317: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-vectorian.doc.tar.xz -Source6318: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-vowel.tar.xz -Source6319: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-vowel.doc.tar.xz -Source6325: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pstricks.tar.xz -Source6326: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pstricks.doc.tar.xz -Source6327: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pstricks-add.tar.xz -Source6328: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pstricks-add.doc.tar.xz -Source6329: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pstricks_calcnotes.doc.tar.xz -Source6330: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uml.tar.xz -Source6331: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uml.doc.tar.xz -Source6333: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/vaucanson-g.tar.xz -Source6334: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/vaucanson-g.doc.tar.xz -Source6335: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/vocaltract.tar.xz -Source6336: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/vocaltract.doc.tar.xz -Source6337: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/IEEEconf.tar.xz -Source6338: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/IEEEconf.doc.tar.xz -Source6340: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/IEEEtran.tar.xz -Source6341: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/IEEEtran.doc.tar.xz -Source6342: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/confproc.tar.xz -Source6343: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/confproc.doc.tar.xz -Source6345: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dccpaper.tar.xz -Source6346: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dccpaper.doc.tar.xz -Source6348: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dithesis.tar.xz -Source6349: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dithesis.doc.tar.xz -Source6350: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ebook.tar.xz -Source6351: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ebook.doc.tar.xz -Source6352: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ebsthesis.tar.xz -Source6353: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ebsthesis.doc.tar.xz -Source6355: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ejpecp.tar.xz -Source6356: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ejpecp.doc.tar.xz -Source6358: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ekaia.tar.xz -Source6359: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ekaia.doc.tar.xz -Source6361: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/elbioimp.tar.xz -Source6362: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/elbioimp.doc.tar.xz -Source6364: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/elsarticle.tar.xz -Source6365: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/elsarticle.doc.tar.xz -Source6367: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/elteikthesis.tar.xz -Source6368: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/elteikthesis.doc.tar.xz -Source6370: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/erdc.tar.xz -Source6371: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/erdc.doc.tar.xz -Source6373: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/estcpmm.tar.xz -Source6374: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/estcpmm.doc.tar.xz -Source6376: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fbithesis.tar.xz -Source6377: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fbithesis.doc.tar.xz -Source6379: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fcavtex.tar.xz -Source6380: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fcavtex.doc.tar.xz -Source6381: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fcltxdoc.tar.xz -Source6382: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fcltxdoc.doc.tar.xz -Source6384: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fei.tar.xz -Source6385: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fei.doc.tar.xz -Source6387: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gaceta.tar.xz -Source6388: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gaceta.doc.tar.xz -Source6389: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gatech-thesis.tar.xz -Source6390: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gatech-thesis.doc.tar.xz -Source6391: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gsemthesis.tar.xz -Source6392: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gsemthesis.doc.tar.xz -Source6394: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gzt.tar.xz -Source6395: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gzt.doc.tar.xz -Source6397: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/har2nat.tar.xz -Source6398: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/har2nat.doc.tar.xz -Source6399: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hobete.tar.xz -Source6400: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hobete.doc.tar.xz -Source6401: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/icsv.tar.xz -Source6402: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/icsv.doc.tar.xz -Source6404: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ieeepes.tar.xz -Source6405: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ieeepes.doc.tar.xz -Source6406: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ijmart.tar.xz -Source6407: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ijmart.doc.tar.xz -Source6409: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/imac.tar.xz -Source6410: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/imac.doc.tar.xz -Source6411: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/imtekda.tar.xz -Source6412: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/imtekda.doc.tar.xz -Source6414: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/jmlr.tar.xz -Source6415: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/jmlr.doc.tar.xz -Source6417: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/jpsj.tar.xz -Source6418: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/jpsj.doc.tar.xz -Source6419: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/kdgdocs.tar.xz -Source6420: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/kdgdocs.doc.tar.xz -Source6422: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/kluwer.tar.xz -Source6423: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/kluwer.doc.tar.xz -Source6425: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lps.tar.xz -Source6426: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lps.doc.tar.xz -Source6428: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/matc3.tar.xz -Source6429: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/matc3.doc.tar.xz -Source6431: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/matc3mem.tar.xz -Source6432: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/matc3mem.doc.tar.xz -Source6434: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mcmthesis.tar.xz -Source6435: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mcmthesis.doc.tar.xz -Source6437: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mentis.tar.xz -Source6438: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mentis.doc.tar.xz -Source6440: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mnras.tar.xz -Source6441: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mnras.doc.tar.xz -Source6442: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/msu-thesis.tar.xz -Source6443: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/msu-thesis.doc.tar.xz -Source6444: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mugsthesis.tar.xz -Source6445: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mugsthesis.doc.tar.xz -Source6447: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/musuos.tar.xz -Source6448: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/musuos.doc.tar.xz -Source6450: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/muthesis.tar.xz -Source6451: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/muthesis.doc.tar.xz -Source6452: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nature.tar.xz -Source6453: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nature.doc.tar.xz -Source6454: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nddiss.tar.xz -Source6455: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nddiss.doc.tar.xz -Source6457: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ndsu-thesis.tar.xz -Source6458: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ndsu-thesis.doc.tar.xz -Source6459: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nih.tar.xz -Source6460: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nih.doc.tar.xz -Source6461: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nostarch.tar.xz -Source6462: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nostarch.doc.tar.xz -Source6464: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nrc.tar.xz -Source6465: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nrc.doc.tar.xz -Source6467: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/onrannual.tar.xz -Source6468: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/onrannual.doc.tar.xz -Source6469: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/opteng.tar.xz -Source6470: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/opteng.doc.tar.xz -Source6471: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/philosophersimprint.tar.xz -Source6472: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/philosophersimprint.doc.tar.xz -Source6474: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pittetd.tar.xz -Source6475: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pittetd.doc.tar.xz -Source6477: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pkuthss.tar.xz -Source6478: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pkuthss.doc.tar.xz -Source6479: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/powerdot-fuberlin.tar.xz -Source6480: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/powerdot-fuberlin.doc.tar.xz -Source6481: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pracjourn.tar.xz -Source6482: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pracjourn.doc.tar.xz -Source6484: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/procIAGssymp.tar.xz -Source6485: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/procIAGssymp.doc.tar.xz -Source6486: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/proposal.tar.xz -Source6487: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/proposal.doc.tar.xz -Source6489: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ptptex.tar.xz -Source6490: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ptptex.doc.tar.xz -Source6493: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/resphilosophica.tar.xz -Source6494: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/resphilosophica.doc.tar.xz -Source6496: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/resumecls.tar.xz -Source6497: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/resumecls.doc.tar.xz -Source6499: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/revtex.tar.xz -Source6500: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/revtex.doc.tar.xz -Source6502: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/revtex4.tar.xz -Source6503: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/revtex4.doc.tar.xz -Source6505: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ryethesis.tar.xz -Source6506: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ryethesis.doc.tar.xz -Source6508: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sageep.tar.xz -Source6509: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sageep.doc.tar.xz -Source6511: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sapthesis.tar.xz -Source6512: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sapthesis.doc.tar.xz -Source6513: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/scrjrnl.tar.xz -Source6514: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/scrjrnl.doc.tar.xz -Source6516: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/schule.tar.xz -Source6517: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/schule.doc.tar.xz -Source6519: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sduthesis.tar.xz -Source6520: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sduthesis.doc.tar.xz -Source6522: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/seuthesis.tar.xz -Source6523: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/seuthesis.doc.tar.xz -Source6525: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/soton.tar.xz -Source6526: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/soton.doc.tar.xz -Source6527: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sphdthesis.tar.xz -Source6528: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sphdthesis.doc.tar.xz -Source6529: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/spie.tar.xz -Source6530: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/spie.doc.tar.xz -Source6531: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sr-vorl.tar.xz -Source6532: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sr-vorl.doc.tar.xz -Source6534: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/stellenbosch.tar.xz -Source6535: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/stellenbosch.doc.tar.xz -Source6537: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/suftesi.tar.xz -Source6538: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/suftesi.doc.tar.xz -Source6540: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sugconf.tar.xz -Source6541: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sugconf.doc.tar.xz -Source6542: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tabriz-thesis.tar.xz -Source6543: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tabriz-thesis.doc.tar.xz -Source6544: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/texilikechaps.tar.xz -Source6545: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/texilikecover.tar.xz -Source6546: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/thesis-ekf.tar.xz -Source6547: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/thesis-ekf.doc.tar.xz -Source6549: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/thesis-titlepage-fhac.tar.xz -Source6550: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/thesis-titlepage-fhac.doc.tar.xz -Source6552: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/thuthesis.tar.xz -Source6553: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/thuthesis.doc.tar.xz -Source6555: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/toptesi.tar.xz -Source6556: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/toptesi.doc.tar.xz -Source6558: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tudscr.tar.xz -Source6559: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tudscr.doc.tar.xz -Source6561: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tugboat.tar.xz -Source6562: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tugboat.doc.tar.xz -Source6564: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tugboat-plain.tar.xz -Source6565: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tugboat-plain.doc.tar.xz -Source6566: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/turabian.tar.xz -Source6567: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/turabian.doc.tar.xz -Source6568: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tui.tar.xz -Source6569: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tui.doc.tar.xz -Source6570: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uaclasses.tar.xz -Source6571: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uaclasses.doc.tar.xz -Source6576: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uafthesis.tar.xz -Source6577: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uafthesis.doc.tar.xz -Source6578: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ucbthesis.tar.xz -Source6579: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ucbthesis.doc.tar.xz -Source6580: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ucdavisthesis.tar.xz -Source6581: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ucdavisthesis.doc.tar.xz -Source6583: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ucthesis.tar.xz -Source6584: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ucthesis.doc.tar.xz -Source6585: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uestcthesis.tar.xz -Source6586: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uestcthesis.doc.tar.xz -Source6587: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uiucredborder.tar.xz -Source6588: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uiucredborder.doc.tar.xz -Source6590: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uiucthesis.tar.xz -Source6591: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uiucthesis.doc.tar.xz -Source6593: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ulthese.tar.xz -Source6594: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ulthese.doc.tar.xz -Source6596: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/umthesis.tar.xz -Source6597: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/umthesis.doc.tar.xz -Source6598: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/umich-thesis.tar.xz -Source6599: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/umich-thesis.doc.tar.xz -Source6600: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/unamth-template.doc.tar.xz -Source6601: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/unamthesis.tar.xz -Source6602: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/unamthesis.doc.tar.xz -Source6603: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/unswcover.tar.xz -Source6604: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/unswcover.doc.tar.xz -Source6605: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uothesis.tar.xz -Source6606: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uothesis.doc.tar.xz -Source6608: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/urcls.tar.xz -Source6609: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/urcls.doc.tar.xz -Source6610: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uowthesis.tar.xz -Source6611: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uowthesis.doc.tar.xz -Source6612: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uowthesistitlepage.tar.xz -Source6613: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uowthesistitlepage.doc.tar.xz -Source6614: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uspatent.tar.xz -Source6615: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uspatent.doc.tar.xz -Source6616: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ut-thesis.tar.xz -Source6617: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ut-thesis.doc.tar.xz -Source6618: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uwthesis.tar.xz -Source6619: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uwthesis.doc.tar.xz -Source6620: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/vancouver.tar.xz -Source6621: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/vancouver.doc.tar.xz -Source6622: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/wsemclassic.tar.xz -Source6623: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/wsemclassic.doc.tar.xz -Source6625: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xcookybooky.tar.xz -Source6626: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xcookybooky.doc.tar.xz -Source6628: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/yathesis.tar.xz -Source6629: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/yathesis.doc.tar.xz -Source6631: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/york-thesis.tar.xz -Source6632: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/york-thesis.doc.tar.xz -Source6634: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/SIstyle.tar.xz -Source6635: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/SIstyle.doc.tar.xz -Source6637: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/SIunits.tar.xz -Source6638: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/SIunits.doc.tar.xz -Source6640: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/complexity.tar.xz -Source6641: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/complexity.doc.tar.xz -Source6642: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/computational-complexity.tar.xz -Source6643: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/computational-complexity.doc.tar.xz -Source6645: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cryptocode.tar.xz -Source6646: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cryptocode.doc.tar.xz -Source6647: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/digiconfigs.tar.xz -Source6648: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/digiconfigs.doc.tar.xz -Source6649: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/drawstack.tar.xz -Source6650: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/drawstack.doc.tar.xz -Source6651: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dyntree.tar.xz -Source6652: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dyntree.doc.tar.xz -Source6654: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eltex.tar.xz -Source6655: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eltex.doc.tar.xz -Source6656: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/endiagram.tar.xz -Source6657: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/endiagram.doc.tar.xz -Source6658: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/engtlc.tar.xz -Source6659: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/engtlc.doc.tar.xz -Source6660: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fouridx.tar.xz -Source6661: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fouridx.doc.tar.xz -Source6663: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/functan.tar.xz -Source6664: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/functan.doc.tar.xz -Source6666: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/galois.tar.xz -Source6667: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/galois.doc.tar.xz -Source6669: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gastex.tar.xz -Source6670: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gastex.doc.tar.xz -Source6671: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gene-logic.tar.xz -Source6672: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gene-logic.doc.tar.xz -Source6673: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ghsystem.tar.xz -Source6674: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ghsystem.doc.tar.xz -Source6675: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gu.tar.xz -Source6676: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gu.doc.tar.xz -Source6677: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hep.tar.xz -Source6678: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hep.doc.tar.xz -Source6679: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hepnames.tar.xz -Source6680: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hepnames.doc.tar.xz -Source6681: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hepparticles.tar.xz -Source6682: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hepparticles.doc.tar.xz -Source6683: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hepthesis.tar.xz -Source6684: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hepthesis.doc.tar.xz -Source6685: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hepunits.tar.xz -Source6686: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hepunits.doc.tar.xz -Source6687: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/karnaugh.tar.xz -Source6688: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/karnaugh.doc.tar.xz -Source6689: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/karnaughmap.tar.xz -Source6690: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/karnaughmap.doc.tar.xz -Source6692: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/matlab-prettifier.tar.xz -Source6693: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/matlab-prettifier.doc.tar.xz -Source6695: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mhchem.tar.xz -Source6696: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mhchem.doc.tar.xz -Source6697: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/miller.tar.xz -Source6698: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/miller.doc.tar.xz -Source6702: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nuc.tar.xz -Source6703: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nuc.doc.tar.xz -Source6704: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/objectz.tar.xz -Source6705: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/objectz.doc.tar.xz -Source6707: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/physics.tar.xz -Source6708: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/physics.doc.tar.xz -Source6709: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pseudocode.tar.xz -Source6710: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pseudocode.doc.tar.xz -Source6713: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sasnrdisplay.tar.xz -Source6714: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sasnrdisplay.doc.tar.xz -Source6715: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sciposter.tar.xz -Source6716: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sciposter.doc.tar.xz -Source6717: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sclang-prettifier.tar.xz -Source6718: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sclang-prettifier.doc.tar.xz -Source6720: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sfg.tar.xz -Source6721: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sfg.doc.tar.xz -Source6722: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/siunitx.tar.xz -Source6723: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/siunitx.doc.tar.xz -Source6725: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/steinmetz.tar.xz -Source6726: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/steinmetz.doc.tar.xz -Source6728: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/struktex.tar.xz -Source6729: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/struktex.doc.tar.xz -Source6731: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/substances.tar.xz -Source6732: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/substances.doc.tar.xz -Source6733: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/t-angles.tar.xz -Source6734: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/t-angles.doc.tar.xz -Source6735: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/textopo.tar.xz -Source6736: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/textopo.doc.tar.xz -Source6741: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/unitsdef.tar.xz -Source6742: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/unitsdef.doc.tar.xz -Source6744: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xymtex.tar.xz -Source6745: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xymtex.doc.tar.xz -Source6747: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/youngtab.tar.xz -Source6748: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/youngtab.doc.tar.xz -Source6750: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fixlatvian.tar.xz -Source6751: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fixlatvian.doc.tar.xz -Source6753: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fontbook.tar.xz -Source6754: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fontbook.doc.tar.xz -Source6756: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fontwrap.tar.xz -Source6757: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fontwrap.doc.tar.xz -Source6758: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/interchar.tar.xz -Source6759: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/interchar.doc.tar.xz -Source6760: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mathspec.tar.xz -Source6761: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mathspec.doc.tar.xz -Source6762: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/philokalia.tar.xz -Source6763: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/philokalia.doc.tar.xz -Source6765: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/polyglossia.tar.xz -Source6766: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/polyglossia.doc.tar.xz -Source6768: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ptext.tar.xz -Source6769: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ptext.doc.tar.xz -Source6770: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/quran.tar.xz -Source6771: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/quran.doc.tar.xz -Source6772: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/realscripts.tar.xz -Source6773: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/realscripts.doc.tar.xz -Source6775: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ucharclasses.tar.xz -Source6776: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ucharclasses.doc.tar.xz -Source6777: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/unisugar.tar.xz -Source6778: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/unisugar.doc.tar.xz -Source6779: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xebaposter.tar.xz -Source6780: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xebaposter.doc.tar.xz -Source6781: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xecjk.tar.xz -Source6782: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xecjk.doc.tar.xz -Source6784: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xecolor.tar.xz -Source6785: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xecolor.doc.tar.xz -Source6786: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xecyr.tar.xz -Source6787: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xecyr.doc.tar.xz -Source6788: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xeindex.tar.xz -Source6789: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xeindex.doc.tar.xz -Source6790: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xepersian.tar.xz -Source6791: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xepersian.doc.tar.xz -Source6793: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xesearch.tar.xz -Source6794: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xesearch.doc.tar.xz -Source6795: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xespotcolor.tar.xz -Source6796: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xespotcolor.doc.tar.xz -Source6799: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xetex-itrans.tar.xz -Source6800: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xetex-itrans.doc.tar.xz -Source6801: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xetex-pstricks.tar.xz -Source6802: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xetex-pstricks.doc.tar.xz -Source6803: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xetex-tibetan.tar.xz -Source6804: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xetex-tibetan.doc.tar.xz -Source6805: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xetexfontinfo.tar.xz -Source6806: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xetexfontinfo.doc.tar.xz -Source6807: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xetexko.tar.xz -Source6808: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xetexko.doc.tar.xz -Source6809: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xevlna.tar.xz -Source6810: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xevlna.doc.tar.xz -Source6811: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xltxtra.tar.xz -Source6812: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xltxtra.doc.tar.xz -Source6814: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xunicode.tar.xz -Source6815: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xunicode.doc.tar.xz -Source6816: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/texlive-docindex.tar.xz -Source6817: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/texlive-docindex.doc.tar.xz -Source7023: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-basic.tar.xz -Source7035: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-bibtexextra.tar.xz -Source7036: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-latex.tar.xz -Source7043: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-binextra.tar.xz -Source7101: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-context.tar.xz -Source7105: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-fontsextra.tar.xz -Source7106: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-fontsrecommended.tar.xz -Source7107: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-fontutils.tar.xz -Source7118: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-formatsextra.tar.xz -Source7123: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-games.tar.xz -Source7131: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-humanities.tar.xz -Source7134: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-langarabic.tar.xz -Source7135: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-langchinese.tar.xz -Source7136: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-langcjk.tar.xz -Source7137: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-langcyrillic.tar.xz -Source7139: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-langczechslovak.tar.xz -Source7143: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-langenglish.tar.xz -Source7144: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-langeuropean.tar.xz -Source7145: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-langfrench.tar.xz -Source7146: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-langgerman.tar.xz -Source7147: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-langgreek.tar.xz -Source7152: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-langitalian.tar.xz -Source7153: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-langjapanese.tar.xz -Source7159: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-langkorean.tar.xz -Source7161: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-langother.tar.xz -Source7162: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-langpolish.tar.xz -Source7164: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-langportuguese.tar.xz -Source7165: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-langspanish.tar.xz -Source7166: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-latexextra.tar.xz -Source7167: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-latexrecommended.tar.xz -Source7169: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-pictures.tar.xz -Source7184: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-luatex.tar.xz -Source7188: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-metapost.tar.xz -Source7189: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-music.tar.xz -Source7199: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-pstricks.tar.xz -Source7202: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-publishers.tar.xz -Source7206: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-xetex.tar.xz -Source7207: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/scheme-basic.tar.xz -Source7208: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/scheme-context.tar.xz -Source7209: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/scheme-full.tar.xz -Source7210: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/scheme-gust.tar.xz -Source7211: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/scheme-medium.tar.xz -Source7212: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/scheme-minimal.tar.xz -Source7213: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/scheme-small.tar.xz -Source7214: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/scheme-tetex.tar.xz -Source7216: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/acmart.tar.xz -Source7217: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/acmart.doc.tar.xz -Source7219: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/arabi-add.tar.xz -Source7220: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/arabi-add.doc.tar.xz -Source7221: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/arabluatex.tar.xz -Source7223: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/arabluatex.doc.tar.xz -Source7224: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/archaeologie.tar.xz -Source7225: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/archaeologie.doc.tar.xz -Source7226: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/asapsym.tar.xz -Source7227: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/asapsym.doc.tar.xz -Source7229: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/asciilist.tar.xz -Source7230: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/asciilist.doc.tar.xz -Source7232: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-belarusian.tar.xz -Source7233: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-belarusian.doc.tar.xz -Source7235: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-macedonian.tar.xz -Source7236: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-macedonian.doc.tar.xz -Source7238: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-occitan.tar.xz -Source7239: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-occitan.doc.tar.xz -Source7241: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-vietnamese.doc.tar.xz -Source7242: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamercolorthemeowl.tar.xz -Source7243: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamercolorthemeowl.doc.tar.xz -Source7245: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamertheme-detlevcm.tar.xz -Source7246: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamertheme-detlevcm.doc.tar.xz -Source7247: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamertheme-epyt.tar.xz -Source7248: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamertheme-epyt.doc.tar.xz -Source7249: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamertheme-metropolis.tar.xz -Source7250: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamertheme-metropolis.doc.tar.xz -Source7252: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamer-verona.tar.xz -Source7253: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamer-verona.doc.tar.xz -Source7254: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-abnt.tar.xz -Source7255: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-abnt.doc.tar.xz -Source7256: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-bookinother.tar.xz -Source7257: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-bookinother.doc.tar.xz -Source7258: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-iso690.tar.xz -Source7259: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-iso690.doc.tar.xz -Source7260: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-morenames.tar.xz -Source7261: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-morenames.doc.tar.xz -Source7262: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bibletext.tar.xz -Source7263: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bibletext.doc.tar.xz -Source7265: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bibtexperllibs.doc.tar.xz -Source7267: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bitpattern.tar.xz -Source7268: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bitpattern.doc.tar.xz -Source7270: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/breakcites.tar.xz -Source7271: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/breakcites.doc.tar.xz -Source7272: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bxdvidriver.tar.xz -Source7273: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bxdvidriver.doc.tar.xz -Source7274: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bxenclose.tar.xz -Source7275: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bxenclose.doc.tar.xz -Source7276: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bxnewfont.tar.xz -Source7277: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bxnewfont.doc.tar.xz -Source7278: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bxpapersize.tar.xz -Source7279: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bxpapersize.doc.tar.xz -Source7280: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/carbohydrates.tar.xz -Source7281: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/carbohydrates.doc.tar.xz -Source7282: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chivo.tar.xz -Source7283: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chivo.doc.tar.xz -Source7285: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/churchslavonic.tar.xz -Source7286: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/churchslavonic.doc.tar.xz -Source7287: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cmdtrack.tar.xz -Source7288: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cmdtrack.doc.tar.xz -Source7290: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cmexb.tar.xz -Source7291: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cmexb.doc.tar.xz -Source7292: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cochineal.tar.xz -Source7293: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cochineal.doc.tar.xz -Source7294: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/coloring.tar.xz -Source7295: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/coloring.doc.tar.xz -Source7296: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/continue.tar.xz -Source7297: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/continue.doc.tar.xz -Source7299: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cquthesis.tar.xz -Source7300: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cquthesis.doc.tar.xz -Source7302: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/crimson.tar.xz -Source7303: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/crimson.doc.tar.xz -Source7304: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ctablestack.tar.xz -Source7305: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ctablestack.doc.tar.xz -Source7307: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/delimseasy.tar.xz -Source7308: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/delimseasy.doc.tar.xz -Source7309: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/drawmatrix.tar.xz -Source7310: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/drawmatrix.doc.tar.xz -Source7315: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dynamicnumber.tar.xz -Source7316: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dynamicnumber.doc.tar.xz -Source7318: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ecobiblatex.tar.xz -Source7319: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ecobiblatex.doc.tar.xz -Source7320: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/econometrics.tar.xz -Source7321: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/econometrics.doc.tar.xz -Source7322: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/einfuehrung2.doc.tar.xz -Source7323: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ellipse.tar.xz -Source7324: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ellipse.doc.tar.xz -Source7326: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/emisa.tar.xz -Source7327: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/emisa.doc.tar.xz -Source7329: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/exercises.tar.xz -Source7330: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/exercises.doc.tar.xz -Source7332: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ffslides.tar.xz -Source7333: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ffslides.doc.tar.xz -Source7334: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fibeamer.tar.xz -Source7335: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fibeamer.doc.tar.xz -Source7337: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fixcmex.tar.xz -Source7338: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fixcmex.doc.tar.xz -Source7340: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/font-change-xetex.tar.xz -Source7341: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/font-change-xetex.doc.tar.xz +Source6002: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/collection-basic.tar.xz +Source6018: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/collection-fontsrecommended.tar.xz +Source6023: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/collection-latex.tar.xz +Source6026: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/collection-latexrecommended.tar.xz +Source6028: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/collection-xetex.tar.xz +Source6034: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/scheme-basic.tar.xz +Source6035: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/knuth-lib.tar.xz +Source6036: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/knuth-local.tar.xz +Source6037: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/tex-ini-files.tar.xz +Source6038: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/tex-ini-files.doc.tar.xz +Source6039: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/texlive-common.doc.tar.xz +Source6040: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/texlive-docindex.tar.xz +Source6041: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/texlive-docindex.doc.tar.xz +Source6042: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/texlive-en.tar.xz +Source6043: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/texlive-en.doc.tar.xz +Source6044: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/texlive-msg-translations.tar.xz +Source6045: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/texlive-scripts.tar.xz +Source6046: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/texlive-scripts.doc.tar.xz +Source6047: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/texlive-scripts-extra.doc.tar.xz +Source6048: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/texlive-scripts-extra.tar.xz +Source6049: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/trimspaces.tar.xz +Source6050: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/trimspaces.doc.tar.xz +Source6051: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/unicode-data.tar.xz +Source6052: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/unicode-data.doc.tar.xz +Source6053: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/updmap-map.tar.xz +Source6054: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/xmltexconfig.tar.xz +Source6055: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/graphics-def.tar.xz +Source6056: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/lualibs.tar.xz +Source6057: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/lualibs.doc.tar.xz +Source6059: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/import.tar.xz +Source6060: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/import.doc.tar.xz +Source6061: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/tabu.tar.xz +Source6062: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/tabu.doc.tar.xz +Source6064: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/linegoal.tar.xz +Source6065: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/linegoal.doc.tar.xz +Source6067: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/graphics-cfg.tar.xz +Source6068: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/graphics-cfg.doc.tar.xz +Source6071: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/ltabptch.tar.xz +Source6072: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/ltabptch.doc.tar.xz +Source6073: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/manfnt-font.tar.xz +Source6074: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/finstrut.tar.xz +Source6075: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/finstrut.doc.tar.xz +Source6077: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/lineno.tar.xz +Source6078: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/lineno.doc.tar.xz +Source6080: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/breqn.tar.xz +Source6081: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/breqn.doc.tar.xz +Source6083: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/mathtools.tar.xz +Source6084: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/mathtools.doc.tar.xz +Source6086: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/mflogo-font.tar.xz +Source6087: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/mflogo-font.doc.tar.xz +Source6088: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/capt-of.tar.xz +Source6089: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/capt-of.doc.tar.xz +Source6091: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/eqparbox.tar.xz +Source6092: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/eqparbox.doc.tar.xz +Source6094: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/needspace.tar.xz +Source6095: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/needspace.doc.tar.xz +Source6097: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/tabulary.tar.xz +Source6098: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/tabulary.doc.tar.xz +Source6100: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/upquote.tar.xz +Source6101: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/upquote.doc.tar.xz +Source6103: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/anyfontsize.tar.xz +Source6104: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/anyfontsize.doc.tar.xz +Source6106: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/classpack.tar.xz +Source6107: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/classpack.doc.tar.xz +Source6109: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/latex2man.tar.xz +Source6110: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/latex2man.doc.tar.xz +Source6111: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/ctablestack.tar.xz +Source6112: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/ctablestack.doc.tar.xz +Source6114: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/luatex85.tar.xz +Source6115: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/luatex85.doc.tar.xz +Source6117: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/dvisvgm.tar.xz +Source6118: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/dvisvgm.doc.tar.xz +Source6119: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/babel-english.tar.xz +Source6120: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/babel-english.doc.tar.xz +Source6122: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/awesomebox.tar.xz +Source6123: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/awesomebox.doc.tar.xz +Source6156: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/fontawesome.tar.xz +Source6157: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/fontawesome.doc.tar.xz +Source6158: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/pst-tools.tar.xz +Source6159: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/pst-tools.doc.tar.xz +Source6160: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/pst-arrow.tar.xz +Source6161: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/pst-arrow.doc.tar.xz +Source6255: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/context.doc.tar.xz +Source6256: ftp://ftp.tu-chemnitz.de/pub/tex/systems/texlive/tlnet/archive/context.tar.xz Source7342: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/footnotehyper.tar.xz Source7343: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/footnotehyper.doc.tar.xz -Source7348: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/getitems.tar.xz -Source7349: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/getitems.doc.tar.xz -Source7351: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gitlog.tar.xz -Source7352: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gitlog.doc.tar.xz -Source7353: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/glossaries-extra.tar.xz -Source7354: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/glossaries-extra.doc.tar.xz -Source7356: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gloss-occitan.tar.xz -Source7357: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gloss-occitan.doc.tar.xz -Source7359: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gobble.tar.xz -Source7360: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gobble.doc.tar.xz -Source7362: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gradstudentresume.tar.xz -Source7363: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gradstudentresume.doc.tar.xz -Source7364: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/graphics-cfg.tar.xz -Source7365: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/graphics-cfg.doc.tar.xz -Source7366: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/greektonoi.tar.xz -Source7367: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/greektonoi.doc.tar.xz -Source7371: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/h2020proposal.tar.xz -Source7372: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/h2020proposal.doc.tar.xz -Source7376: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-churchslavonic.tar.xz -Source7379: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-occitan.tar.xz -Source7380: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-sanskrit.doc.tar.xz -Source7381: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-spanish.doc.tar.xz -Source7385: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ietfbibs.doc.tar.xz -Source7386: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/iffont.tar.xz -Source7387: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/iffont.doc.tar.xz -Source7389: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/imfellenglish.tar.xz -Source7390: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/imfellenglish.doc.tar.xz -Source7391: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/jacow.tar.xz -Source7392: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/jacow.doc.tar.xz -Source7393: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/keyvaltable.tar.xz -Source7394: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/keyvaltable.doc.tar.xz -Source7396: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ksp-thesis.tar.xz -Source7397: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ksp-thesis.doc.tar.xz -Source7398: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/langsci.tar.xz -Source7399: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/langsci.doc.tar.xz -Source7400: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latex2e-help-texinfo-fr.doc.tar.xz -Source7401: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latex-bib2-ex.doc.tar.xz -Source7402: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latex-tds.doc.tar.xz -Source7404: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/libertinegc.tar.xz -Source7405: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/libertinegc.doc.tar.xz -Source7406: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/libertinus.tar.xz -Source7407: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/libertinus.doc.tar.xz -Source7408: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/libertinust1math.tar.xz -Source7409: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/libertinust1math.doc.tar.xz -Source7410: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/librebodoni.tar.xz -Source7411: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/librebodoni.doc.tar.xz -Source7412: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/linop.tar.xz -Source7413: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/linop.doc.tar.xz -Source7414: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/longfbox.tar.xz -Source7415: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/longfbox.doc.tar.xz -Source7416: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lroundrect.tar.xz -Source7417: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lroundrect.doc.tar.xz -Source7419: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lstbayes.tar.xz -Source7420: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lstbayes.doc.tar.xz -Source7422: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luatex85.tar.xz -Source7423: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luatex85.doc.tar.xz -Source7425: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/makebase.tar.xz -Source7426: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/makebase.doc.tar.xz -Source7428: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/markdown.tar.xz -Source7429: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/markdown.doc.tar.xz -Source7431: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mathpartir.tar.xz -Source7432: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mathpartir.doc.tar.xz -Source7437: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/miama.tar.xz -Source7438: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/miama.doc.tar.xz -Source7440: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/moodle.tar.xz -Source7441: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/moodle.doc.tar.xz -Source7443: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mparrows.tar.xz -Source7444: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mparrows.doc.tar.xz -Source7445: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/multidef.tar.xz -Source7446: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/multidef.doc.tar.xz -Source7448: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mynsfc.tar.xz -Source7449: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mynsfc.doc.tar.xz -Source7451: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nihbiosketch.tar.xz -Source7452: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nihbiosketch.doc.tar.xz -Source7453: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nimbus15.tar.xz -Source7454: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nimbus15.doc.tar.xz -Source7455: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/normalcolor.tar.xz -Source7456: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/normalcolor.doc.tar.xz -Source7458: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/noto.tar.xz -Source7459: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/noto.doc.tar.xz -Source7460: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nucleardata.tar.xz -Source7461: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nucleardata.doc.tar.xz -Source7463: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nwejm.tar.xz -Source7464: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nwejm.doc.tar.xz -Source7466: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/optidef.tar.xz -Source7467: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/optidef.doc.tar.xz -Source7468: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/options.tar.xz -Source7469: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/options.doc.tar.xz -Source7470: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/parades.tar.xz -Source7471: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/parades.doc.tar.xz -Source7473: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pbibtex-base.tar.xz -Source7474: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pbibtex-base.doc.tar.xz -Source7478: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pgfornament.tar.xz -Source7479: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pgfornament.doc.tar.xz -Source7480: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pgf-spectra.tar.xz -Source7481: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pgf-spectra.doc.tar.xz -Source7482: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/platex.tar.xz -Source7483: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/platex.doc.tar.xz -Source7489: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/prooftrees.tar.xz -Source7490: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/prooftrees.doc.tar.xz -Source7491: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-cie.tar.xz -Source7492: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-cie.doc.tar.xz -Source7493: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rosario.tar.xz -Source7494: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rosario.doc.tar.xz -Source7496: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/russ.tar.xz -Source7497: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/russ.doc.tar.xz -Source7498: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sanitize-umlaut.tar.xz -Source7499: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sanitize-umlaut.doc.tar.xz -Source7500: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/scrlttr2copy.tar.xz -Source7501: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/scrlttr2copy.doc.tar.xz -Source7502: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/seuthesix.tar.xz -Source7503: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/seuthesix.doc.tar.xz -Source7505: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/signchart.tar.xz -Source7506: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/signchart.doc.tar.xz -Source7508: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/simpler-wick.tar.xz -Source7509: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/simpler-wick.doc.tar.xz -Source7510: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/smartunits.tar.xz -Source7511: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/smartunits.doc.tar.xz -Source7515: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/svrsymbols.tar.xz -Source7516: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/svrsymbols.doc.tar.xz -Source7518: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tempora.tar.xz -Source7519: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tempora.doc.tar.xz -Source7521: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tex-ini-files.tar.xz -Source7522: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tex-ini-files.doc.tar.xz -Source7523: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/texlive-es.doc.tar.xz -Source7524: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/texvc.tar.xz -Source7525: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/texvc.doc.tar.xz -Source7527: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/texworks.doc.tar.xz -Source7528: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-feynman.tar.xz -Source7529: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-feynman.doc.tar.xz -Source7530: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tipfr.tar.xz -Source7531: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/typed-checklist.tar.xz -Source7532: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/typed-checklist.doc.tar.xz -Source7534: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uantwerpendocs.tar.xz -Source7535: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uantwerpendocs.doc.tar.xz -Source7537: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uhrzeit.tar.xz -Source7538: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uhrzeit.doc.tar.xz -Source7539: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/umbclegislation.tar.xz -Source7540: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/umbclegislation.doc.tar.xz -Source7541: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/unicode-data.tar.xz -Source7542: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/unicode-data.doc.tar.xz -Source7543: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/updmap-map.tar.xz -Source7544: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uplatex.tar.xz -Source7550: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/visualpstricks.doc.tar.xz -Source7551: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/visualtikz.doc.tar.xz -Source7554: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xassoccnt.tar.xz -Source7555: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xassoccnt.doc.tar.xz -Source7556: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xcntperchap.tar.xz -Source7557: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xcntperchap.doc.tar.xz -Source7558: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xduthesis.tar.xz -Source7559: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xduthesis.doc.tar.xz -Source7561: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xellipsis.tar.xz -Source7562: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xellipsis.doc.tar.xz -Source7567: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xsavebox.tar.xz -Source7568: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xsavebox.doc.tar.xz -Source7570: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ycbook.tar.xz -Source7571: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ycbook.doc.tar.xz -Source7572: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/yfonts-t1.tar.xz -Source7573: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/yfonts-t1.doc.tar.xz -Source7574: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/yinit-otf.tar.xz -Source7575: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/yinit-otf.doc.tar.xz -Source7576: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/zhmetrics-uptex.tar.xz -Source7577: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/zhmetrics-uptex.doc.tar.xz -Source7578: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fonts-churchslavonic.tar.xz -Source7579: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fonts-churchslavonic.doc.tar.xz -Source7580: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/adtrees.tar.xz -Source7581: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/adtrees.doc.tar.xz -Source7582: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ptex-base.tar.xz -Source7583: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ptex-base.doc.tar.xz -Source7584: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ptex-fonts.tar.xz -Source7585: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ptex-fonts.doc.tar.xz -Source7586: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uptex-base.tar.xz -Source7587: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uptex-base.doc.tar.xz -Source7588: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uptex-fonts.tar.xz -Source7589: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uptex-fonts.doc.tar.xz -Source7596: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lshort-estonian.doc.tar.xz -# License clarification proof for yfonts-t1 -Source7597: yfonts-t1-license-email.pdf -Source7598: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bestpapers.tar.xz -Source7599: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bestpapers.doc.tar.xz -Source7600: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-claves.tar.xz -Source7601: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-claves.doc.tar.xz -Source7602: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-ijsra.tar.xz -Source7603: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-ijsra.doc.tar.xz -Source7604: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-lni.tar.xz -Source7605: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-lni.doc.tar.xz -Source7606: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-nottsclassic.tar.xz -Source7607: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-nottsclassic.doc.tar.xz -Source7608: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/graphics-def.tar.xz -Source7609: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-indonesian.tar.xz -Source7610: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-indonesian.doc.tar.xz -Source7611: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-malay.tar.xz -Source7612: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-malay.doc.tar.xz -Source7613: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-plaingeneric.tar.xz -Source7614: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-mathscience.tar.xz Source7615: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/listofitems.tar.xz Source7616: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/listofitems.doc.tar.xz -Source7617: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/abnt.tar.xz -Source7618: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/abnt.doc.tar.xz -Source7619: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/actuarialsymbol.tar.xz -Source7620: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/actuarialsymbol.doc.tar.xz -Source7621: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/addfont.tar.xz -Source7622: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/addfont.doc.tar.xz -Source7623: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/algolrevived.tar.xz -Source7624: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/algolrevived.doc.tar.xz -Source7625: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/alkalami.tar.xz -Source7626: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/alkalami.doc.tar.xz -Source7627: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/apalike-german.tar.xz -Source7628: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/apalike-german.doc.tar.xz -Source7629: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/arimo.tar.xz -Source7630: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/arimo.doc.tar.xz -Source7631: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/arphic-ttf.tar.xz -Source7632: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/arphic-ttf.doc.tar.xz -Source7633: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/asymptote-by-example-zh-cn.doc.tar.xz -Source7634: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/asymptote-faq-zh-cn.doc.tar.xz -Source7635: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/asymptote-manual-zh-cn.doc.tar.xz -Source7636: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/aucklandthesis.tar.xz -Source7637: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/aucklandthesis.doc.tar.xz -Source7638: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/aurl.tar.xz -Source7639: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/aurl.doc.tar.xz -Source7640: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/awesomebox.tar.xz -Source7641: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/awesomebox.doc.tar.xz -Source7642: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-azerbaijani.tar.xz -Source7643: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-azerbaijani.doc.tar.xz -Source7644: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/baekmuk.tar.xz -Source7645: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/baekmuk.doc.tar.xz -Source7646: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bangorexam.tar.xz -Source7647: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bangorexam.doc.tar.xz -Source7648: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/baskervillef.tar.xz -Source7649: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/baskervillef.doc.tar.xz -Source7650: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamerswitch.tar.xz -Source7651: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamerswitch.doc.tar.xz -Source7652: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beilstein.tar.xz -Source7653: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beilstein.doc.tar.xz -Source7654: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beuron.tar.xz -Source7655: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beuron.doc.tar.xz -Source7658: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-cheatsheet.doc.tar.xz -Source7659: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-enc.tar.xz -Source7660: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-enc.doc.tar.xz -Source7661: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-gb7714-2015.tar.xz -Source7662: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-gb7714-2015.doc.tar.xz -Source7663: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-oxref.tar.xz -Source7664: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-oxref.doc.tar.xz -Source7665: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-sbl.tar.xz -Source7666: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-sbl.doc.tar.xz -Source7667: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-shortfields.tar.xz -Source7668: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-shortfields.doc.tar.xz -Source7669: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/binarytree.tar.xz -Source7670: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/binarytree.doc.tar.xz -Source7671: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biochemistry-colors.tar.xz -Source7672: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biochemistry-colors.doc.tar.xz -Source7673: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biolett-bst.tar.xz -Source7674: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biolett-bst.doc.tar.xz -Source7675: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bredzenie.tar.xz -Source7676: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bredzenie.doc.tar.xz -Source7677: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bxcalc.tar.xz -Source7678: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bxcalc.doc.tar.xz -Source7679: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bxjalipsum.tar.xz -Source7680: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bxjalipsum.doc.tar.xz -Source7681: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bxjaprnind.tar.xz -Source7682: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bxjaprnind.doc.tar.xz -Source7683: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bxorigcapt.tar.xz -Source7684: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bxorigcapt.doc.tar.xz -Source7685: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/callouts.tar.xz -Source7686: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/callouts.doc.tar.xz -Source7687: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cesenaexam.tar.xz -Source7688: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cesenaexam.doc.tar.xz -Source7689: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cheatsheet.tar.xz -Source7690: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cheatsheet.doc.tar.xz -Source7691: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/childdoc.tar.xz -Source7692: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/childdoc.doc.tar.xz -Source7693: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cje.tar.xz -Source7694: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cje.doc.tar.xz -Source7695: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-texworks.tar.xz -Source7696: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/combofont.tar.xz -Source7697: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/combofont.doc.tar.xz -Source7698: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-cmscbf.tar.xz -Source7699: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-cmscbf.doc.tar.xz -Source7700: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-cmttbf.tar.xz -Source7701: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-cmttbf.doc.tar.xz -Source7702: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-inifile.tar.xz -Source7703: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-inifile.doc.tar.xz -Source7704: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-layout.tar.xz -Source7705: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-layout.doc.tar.xz -Source7706: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/conv-xkv.tar.xz -Source7707: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/conv-xkv.doc.tar.xz -Source7708: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cooking-units.tar.xz -Source7709: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cooking-units.doc.tar.xz -Source7710: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cormorantgaramond.tar.xz -Source7711: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cormorantgaramond.doc.tar.xz -Source7712: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/crossreftools.tar.xz -Source7713: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/crossreftools.doc.tar.xz -Source7714: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/css-colors.tar.xz -Source7715: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/css-colors.doc.tar.xz -Source7716: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cstypo.tar.xz -Source7717: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cstypo.doc.tar.xz -Source7718: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/currency.tar.xz -Source7719: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/currency.doc.tar.xz -Source7720: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/docsurvey.doc.tar.xz -Source7721: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/draftfigure.tar.xz -Source7722: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/draftfigure.doc.tar.xz -Source7723: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dtxdescribe.tar.xz -Source7724: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dtxdescribe.doc.tar.xz -Source7725: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ducksay.tar.xz -Source7726: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ducksay.doc.tar.xz -Source7729: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dynkin-diagrams.tar.xz -Source7730: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dynkin-diagrams.doc.tar.xz -Source7731: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/easyformat.tar.xz -Source7732: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/easyformat.doc.tar.xz -Source7735: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ecgdraw.tar.xz -Source7736: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ecgdraw.doc.tar.xz -Source7737: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/endofproofwd.tar.xz -Source7738: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/endofproofwd.doc.tar.xz -Source7739: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eqnalign.tar.xz -Source7740: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eqnalign.doc.tar.xz -Source7741: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eulerpx.tar.xz -Source7742: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eulerpx.doc.tar.xz -Source7743: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fetchcls.tar.xz -Source7744: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fetchcls.doc.tar.xz -Source7745: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fgruler.tar.xz -Source7746: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fgruler.doc.tar.xz -Source7747: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/filecontentsdef.tar.xz -Source7748: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/filecontentsdef.doc.tar.xz -Source7749: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fixjfm.tar.xz -Source7750: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fixjfm.doc.tar.xz -Source7753: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/footmisx.tar.xz -Source7754: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/footmisx.doc.tar.xz -Source7756: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/forest-quickstart.doc.tar.xz -Source7757: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/forms16be.tar.xz -Source7758: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/forms16be.doc.tar.xz -Source7759: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/frederika2016.tar.xz -Source7760: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/frederika2016.doc.tar.xz -Source7761: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gitfile-info.tar.xz -Source7762: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gitfile-info.doc.tar.xz -Source7763: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gofonts.tar.xz -Source7764: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gofonts.doc.tar.xz -Source7765: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/grant.tar.xz -Source7766: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/grant.doc.tar.xz -Source7767: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/grayhints.tar.xz -Source7768: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/grayhints.doc.tar.xz -Source7769: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gtrlib-largetrees.tar.xz -Source7770: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gtrlib-largetrees.doc.tar.xz -Source7771: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/halloweenmath.tar.xz -Source7772: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/halloweenmath.doc.tar.xz -Source7773: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hackthefootline.tar.xz -Source7774: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hackthefootline.doc.tar.xz -Source7775: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hecthese.tar.xz -Source7776: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hecthese.doc.tar.xz -Source7777: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hithesis.tar.xz -Source7778: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hithesis.doc.tar.xz -Source7779: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hustthesis.tar.xz -Source7780: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hustthesis.doc.tar.xz -Source7781: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-belarusian.tar.xz -Source7782: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ifptex.tar.xz -Source7783: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ifptex.doc.tar.xz -Source7784: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ifxptex.tar.xz -Source7785: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ifxptex.doc.tar.xz -Source7786: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ijsra.tar.xz -Source7787: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ijsra.doc.tar.xz -Source7788: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/invoice2.tar.xz -Source7789: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/invoice2.doc.tar.xz -Source7790: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/iscram.tar.xz -Source7791: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/iscram.doc.tar.xz -Source7792: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/isopt.tar.xz -Source7793: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/isopt.doc.tar.xz -Source7794: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/istgame.tar.xz -Source7795: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/istgame.doc.tar.xz -Source7798: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/jlreq.tar.xz -Source7799: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/jlreq.doc.tar.xz -Source7800: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/keyfloat.tar.xz -Source7801: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/keyfloat.doc.tar.xz -Source7802: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/knowledge.tar.xz -Source7803: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/knowledge.doc.tar.xz -Source7804: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/komacv-rg.tar.xz -Source7805: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/komacv-rg.doc.tar.xz -Source7806: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ku-template.tar.xz -Source7807: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ku-template.doc.tar.xz -Source7808: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ladder.tar.xz -Source7809: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ladder.doc.tar.xz -Source7810: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latex-mr.doc.tar.xz -Source7813: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latex-refsheet.doc.tar.xz -Source7816: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latexbangla.tar.xz -Source7817: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latexbangla.doc.tar.xz Source7818: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latexbug.tar.xz Source7819: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latexbug.doc.tar.xz -Source7820: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latexgit.tar.xz -Source7821: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latexgit.doc.tar.xz -Source7824: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/limecv.tar.xz -Source7825: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/limecv.doc.tar.xz -Source7826: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ling-macros.tar.xz -Source7827: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ling-macros.doc.tar.xz -Source7828: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lion-msc.tar.xz -Source7829: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lion-msc.doc.tar.xz -Source7830: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lni.tar.xz -Source7831: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lni.doc.tar.xz -Source7832: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ltb2bib.tar.xz -Source7833: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ltb2bib.doc.tar.xz -Source7834: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luahyphenrules.tar.xz -Source7835: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luahyphenrules.doc.tar.xz -Source7836: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luamesh.tar.xz -Source7837: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luamesh.doc.tar.xz -Source7838: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luapackageloader.tar.xz -Source7839: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luapackageloader.doc.tar.xz -Source7842: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/maker.tar.xz -Source7843: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/maker.doc.tar.xz -Source7844: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/marginfit.tar.xz -Source7845: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/marginfit.doc.tar.xz -Source7846: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/math-into-latex-4.doc.tar.xz -Source7847: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mcexam.tar.xz -Source7848: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mcexam.doc.tar.xz -Source7849: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mendex-doc.doc.tar.xz -Source7850: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/milog.tar.xz -Source7851: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/milog.doc.tar.xz -Source7852: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/missaali.tar.xz -Source7853: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/missaali.doc.tar.xz -Source7854: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/modular.tar.xz -Source7855: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/modular.doc.tar.xz -Source7856: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/montserrat.tar.xz -Source7857: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/montserrat.doc.tar.xz -Source7858: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mpostinl.tar.xz -Source7859: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mpostinl.doc.tar.xz -Source7860: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mucproc.tar.xz -Source7861: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mucproc.doc.tar.xz -Source7862: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/multilang.tar.xz -Source7863: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/multilang.doc.tar.xz -Source7864: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/musicography.tar.xz -Source7865: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/musicography.doc.tar.xz -Source7866: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/na-box.tar.xz -Source7867: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/na-box.doc.tar.xz -Source7868: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/na-position.tar.xz -Source7869: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/na-position.doc.tar.xz -Source7870: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/navydocs.tar.xz -Source7871: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/navydocs.doc.tar.xz -Source7872: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/niceframe-type1.tar.xz -Source7873: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/niceframe-type1.doc.tar.xz -Source7874: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nodetree.tar.xz -Source7875: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nodetree.doc.tar.xz -Source7876: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/notespages.tar.xz -Source7877: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/notespages.doc.tar.xz -Source7878: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/notestex.tar.xz -Source7879: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/notestex.doc.tar.xz -Source7880: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/novel.tar.xz -Source7881: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/novel.doc.tar.xz -Source7882: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/numnameru.tar.xz -Source7883: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/numnameru.doc.tar.xz -Source7884: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/numspell.tar.xz -Source7885: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/numspell.doc.tar.xz -Source7886: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/octave.tar.xz -Source7887: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/octave.doc.tar.xz -Source7888: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/padauk.tar.xz -Source7889: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/padauk.doc.tar.xz -Source7892: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdfreview.tar.xz -Source7893: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdfreview.doc.tar.xz -Source7894: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/phffullpagefigure.tar.xz -Source7895: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/phffullpagefigure.doc.tar.xz -Source7896: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/phfnote.tar.xz -Source7897: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/phfnote.doc.tar.xz -Source7898: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/phfparen.tar.xz -Source7899: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/phfparen.doc.tar.xz -Source7900: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/phfqit.tar.xz -Source7901: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/phfqit.doc.tar.xz -Source7902: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/phfquotetext.tar.xz -Source7903: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/phfquotetext.doc.tar.xz -Source7904: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/phfsvnwatermark.tar.xz -Source7905: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/phfsvnwatermark.doc.tar.xz -Source7906: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/phfthm.tar.xz -Source7907: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/phfthm.doc.tar.xz -Source7908: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/phonenumbers.tar.xz -Source7909: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/phonenumbers.doc.tar.xz -Source7910: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/platex-tools.tar.xz -Source7911: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/platex-tools.doc.tar.xz -Source7912: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/platexcheat.doc.tar.xz -Source7913: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/poetry.tar.xz -Source7914: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/poetry.doc.tar.xz -Source7915: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-arrow.tar.xz -Source7916: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-arrow.doc.tar.xz -Source7917: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-geometrictools.tar.xz -Source7918: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-geometrictools.doc.tar.xz -Source7919: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-poker.tar.xz -Source7920: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-poker.doc.tar.xz -Source7921: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-rputover.tar.xz -Source7922: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-rputover.doc.tar.xz -Source7923: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-shell.tar.xz -Source7924: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-shell.doc.tar.xz -Source7925: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-vehicle.tar.xz -Source7926: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-vehicle.doc.tar.xz -Source7927: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pstring.tar.xz -Source7928: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pstring.doc.tar.xz -Source7931: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pxtatescale.tar.xz -Source7932: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pxtatescale.doc.tar.xz -Source7933: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pxufont.tar.xz -Source7934: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pxufont.doc.tar.xz -Source7935: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/quicktype.tar.xz -Source7936: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/quicktype.doc.tar.xz -Source7937: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rutitlepage.tar.xz -Source7938: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rutitlepage.doc.tar.xz -Source7939: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/scsnowman.tar.xz -Source7940: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/scsnowman.doc.tar.xz -Source7941: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/scratch.tar.xz -Source7942: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/scratch.doc.tar.xz -Source7943: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sesstime.tar.xz -Source7944: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sesstime.doc.tar.xz -Source7945: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/shobhika.tar.xz -Source7946: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/shobhika.doc.tar.xz -Source7947: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/simple-resume-cv.tar.xz -Source7948: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/simple-resume-cv.doc.tar.xz -Source7949: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/simple-thesis-dissertation.tar.xz -Source7950: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/simple-thesis-dissertation.doc.tar.xz -Source7951: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/soup.tar.xz -Source7952: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/soup.doc.tar.xz -Source7953: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/spark-otf.tar.xz -Source7954: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/spark-otf.doc.tar.xz -Source7955: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/spectralsequences.tar.xz -Source7956: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/spectralsequences.doc.tar.xz -Source7957: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/studenthandouts.tar.xz -Source7958: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/studenthandouts.doc.tar.xz -Source7959: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/table-fct.tar.xz -Source7960: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/table-fct.doc.tar.xz -Source7961: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/termcal-de.tar.xz -Source7962: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/termcal-de.doc.tar.xz -Source7963: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/testidx.tar.xz -Source7964: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/testidx.doc.tar.xz -Source7967: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/texproposal.doc.tar.xz -Source7968: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/thaienum.tar.xz -Source7969: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/thaienum.doc.tar.xz -Source7970: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-kalender.tar.xz -Source7971: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-kalender.doc.tar.xz -Source7972: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-optics.tar.xz -Source7973: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-optics.doc.tar.xz -Source7974: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikzcodeblocks.tar.xz -Source7975: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikzcodeblocks.doc.tar.xz -Source7976: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikzducks.tar.xz -Source7977: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikzducks.doc.tar.xz -Source7978: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikzpeople.tar.xz -Source7979: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikzpeople.doc.tar.xz -Source7984: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tocdata.tar.xz -Source7985: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tocdata.doc.tar.xz -Source7986: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/txuprcal.tar.xz -Source7987: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/txuprcal.doc.tar.xz -Source7988: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/typoaid.tar.xz -Source7989: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/typoaid.doc.tar.xz -Source7990: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uhhassignment.tar.xz -Source7991: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uhhassignment.doc.tar.xz -Source7993: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/undergradmath.doc.tar.xz -Source7994: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/unfonts-core.tar.xz -Source7995: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/unfonts-core.doc.tar.xz -Source7996: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/unfonts-extra.tar.xz -Source7997: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/unfonts-extra.doc.tar.xz -Source7998: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/unicode-bidi.tar.xz -Source7999: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/unicode-bidi.doc.tar.xz -Source8000: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/unitn-bimrep.tar.xz -Source8001: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/unitn-bimrep.doc.tar.xz -Source8002: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/upzhkinsoku.tar.xz -Source8003: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/upzhkinsoku.doc.tar.xz -Source8004: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uspace.tar.xz -Source8005: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uspace.doc.tar.xz -Source8008: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/variablelm.tar.xz -Source8009: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/variablelm.doc.tar.xz -Source8012: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/wallcalendar.tar.xz -Source8013: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/wallcalendar.doc.tar.xz -Source8014: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/wtref.tar.xz -Source8015: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/wtref.doc.tar.xz -Source8016: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xcolor-material.tar.xz -Source8017: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xcolor-material.doc.tar.xz -Source8018: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xechangebar.tar.xz -Source8019: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xechangebar.doc.tar.xz -Source8020: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xltabular.tar.xz -Source8021: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xltabular.doc.tar.xz -Source8022: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xsim.tar.xz -Source8023: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xsim.doc.tar.xz -Source8024: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/yaletter.tar.xz -Source8025: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/yaletter.doc.tar.xz -Source8026: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/zebra-goodies.tar.xz -Source8027: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/zebra-goodies.doc.tar.xz -Source8028: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/zhlipsum.tar.xz -Source8029: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/zhlipsum.doc.tar.xz -Source8030: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fvextra.tar.xz -Source8031: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fvextra.doc.tar.xz Source8032: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/translator.tar.xz Source8033: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/translator.doc.tar.xz -Source8034: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-page.tar.xz -Source8035: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-page.doc.tar.xz -Source8036: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/autoaligne.doc.tar.xz -Source8037: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/autoaligne.tar.xz -Source8038: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hlist.doc.tar.xz -Source8039: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hlist.tar.xz -Source8040: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/modulus.doc.tar.xz -Source8041: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/modulus.tar.xz -Source8042: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/olsak-misc.doc.tar.xz -Source8043: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/olsak-misc.tar.xz -Source8044: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/randomlist.doc.tar.xz -Source8045: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/randomlist.tar.xz -Source8046: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/simplekv.doc.tar.xz -Source8047: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/simplekv.tar.xz -Source8048: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/trigonometry.doc.tar.xz -Source8049: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/trigonometry.tar.xz -Source8050: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xii-lat.doc.tar.xz -Source8051: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xii-lat.tar.xz -Source8052: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mensa-tex.tar.xz -Source8053: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mensa-tex.doc.tar.xz -Source8054: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/algobox.tar.xz -Source8055: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/algobox.doc.tar.xz -# new in 2018 -Source8056: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/adigraph.tar.xz -Source8057: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/adigraph.doc.tar.xz -Source8058: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/aligned-overset.tar.xz -Source8059: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/aligned-overset.doc.tar.xz -Source8060: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/amscls-doc.tar.xz -Source8061: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/amscls-doc.doc.tar.xz -Source8062: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/apxproof.tar.xz -Source8063: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/apxproof.doc.tar.xz -Source8064: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ascmac.tar.xz -Source8065: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ascmac.doc.tar.xz -Source8066: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/authorarchive.tar.xz -Source8067: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/authorarchive.doc.tar.xz -Source8068: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/autobreak.tar.xz -Source8069: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/autobreak.doc.tar.xz -Source8070: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/auto-pst-pdf-lua.tar.xz -Source8071: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/auto-pst-pdf-lua.doc.tar.xz -# NON-FREE, CC-BY-NC -# Source8072: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/axessibility.tar.xz -# Source8073: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/axessibility.doc.tar.xz -Source8074: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-japanese.tar.xz -Source8075: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/babel-japanese.doc.tar.xz -Source8076: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bath-bst.tar.xz -Source8077: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bath-bst.doc.tar.xz -Source8078: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamertheme-cuerna.tar.xz -Source8079: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamertheme-cuerna.doc.tar.xz -Source8080: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamertheme-focus.tar.xz -Source8081: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamertheme-focus.doc.tar.xz -Source8082: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamertheme-saintpetersburg.tar.xz -Source8083: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamertheme-saintpetersburg.doc.tar.xz -Source8084: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bezierplot.tar.xz -Source8085: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bezierplot.doc.tar.xz -Source8086: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-archaeology.tar.xz -Source8087: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-archaeology.doc.tar.xz -Source8088: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-arthistory-bonn.tar.xz -Source8089: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-arthistory-bonn.doc.tar.xz -Source8090: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-socialscienceshuberlin.tar.xz -Source8091: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-socialscienceshuberlin.doc.tar.xz -Source8092: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cascade.tar.xz -Source8093: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cascade.doc.tar.xz -Source8094: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cellprops.tar.xz -Source8095: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cellprops.doc.tar.xz -Source8096: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chemsec.tar.xz -Source8097: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chemsec.doc.tar.xz -Source8098: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/citeref.tar.xz -Source8099: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/citeref.doc.tar.xz -Source8100: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/clrdblpg.tar.xz -Source8101: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/clrdblpg.doc.tar.xz -Source8102: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/clrstrip.tar.xz -Source8103: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/clrstrip.doc.tar.xz -Source8104: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cm-mf-extra-bold.tar.xz -Source8106: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cmsrb.tar.xz -Source8107: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cmsrb.doc.tar.xz -Source8108: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/competences.tar.xz -Source8109: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/competences.doc.tar.xz -Source8110: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-handlecsv.tar.xz -Source8111: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/context-handlecsv.doc.tar.xz -Source8112: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/correctmathalign.tar.xz -Source8113: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/correctmathalign.doc.tar.xz -Source8114: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cqubeamer.tar.xz -Source8115: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cqubeamer.doc.tar.xz -Source8118: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dejavu-otf.tar.xz -Source8119: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dejavu-otf.doc.tar.xz -Source8120: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/delimset.tar.xz -Source8121: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/delimset.doc.tar.xz -Source8122: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/diffcoeff.tar.xz -Source8123: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/diffcoeff.doc.tar.xz -Source8124: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dijkstra.tar.xz -Source8125: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dijkstra.doc.tar.xz -Source8126: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dsserif.tar.xz -Source8127: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dsserif.doc.tar.xz -Source8130: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/emf.tar.xz -Source8131: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/emf.doc.tar.xz -Source8132: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/endnotesj.tar.xz -Source8133: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/endnotesj.doc.tar.xz -Source8134: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eqnnumwarn.tar.xz -Source8135: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eqnnumwarn.doc.tar.xz -Source8136: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/erw-l3.tar.xz -Source8137: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/erw-l3.doc.tar.xz -Source8138: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/etsvthor.tar.xz -Source8139: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/etsvthor.doc.tar.xz -Source8140: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/euro-ce.tar.xz -Source8141: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/euro-ce.doc.tar.xz -Source8142: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/exercisebank.tar.xz -Source8143: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/exercisebank.doc.tar.xz -Source8144: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fduthesis.tar.xz -Source8145: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fduthesis.doc.tar.xz -Source8146: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fnspe.tar.xz -Source8147: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fnspe.doc.tar.xz -Source8148: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fontawesome5.tar.xz -Source8149: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fontawesome5.doc.tar.xz -Source8150: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/formation-latex-ul.tar.xz -Source8151: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/formation-latex-ul.doc.tar.xz -Source8152: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gatherenum.tar.xz -Source8153: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gatherenum.doc.tar.xz -Source8154: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gbt7714.tar.xz -Source8155: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gbt7714.doc.tar.xz -Source8156: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gentombow.tar.xz -Source8157: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gentombow.doc.tar.xz -Source8158: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gfsneohellenicmath.tar.xz -Source8159: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gfsneohellenicmath.doc.tar.xz -Source8160: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/glossaries-finnish.tar.xz -Source8161: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/glossaries-finnish.doc.tar.xz -Source8162: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gotoh.tar.xz -Source8163: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gotoh.doc.tar.xz -Source8164: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/graph35.tar.xz -Source8165: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/graph35.doc.tar.xz -Source8166: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/graphicxpsd.tar.xz -Source8167: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/graphicxpsd.doc.tar.xz -Source8168: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hagenberg-thesis.tar.xz -Source8169: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hagenberg-thesis.doc.tar.xz -Source8170: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/handin.tar.xz -Source8171: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/handin.doc.tar.xz -Source8172: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hulipsum.tar.xz -Source8173: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hulipsum.doc.tar.xz -Source8174: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyperbar.tar.xz -Source8175: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyperbar.doc.tar.xz -Source8176: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/includernw.tar.xz -Source8177: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/includernw.doc.tar.xz -Source8178: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/intopdf.tar.xz -Source8179: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/intopdf.doc.tar.xz -Source8180: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/jnuexam.tar.xz -Source8181: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/jnuexam.doc.tar.xz -Source8182: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/kanaparser.tar.xz -Source8183: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/kanaparser.doc.tar.xz -Source8184: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/karnaugh-map.tar.xz -Source8185: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/karnaugh-map.doc.tar.xz -Source8186: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/kurdishlipsum.tar.xz -Source8187: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/kurdishlipsum.doc.tar.xz -Source8188: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/labelschanged.tar.xz -Source8189: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/labelschanged.doc.tar.xz -Source8190: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latex-via-exemplos.tar.xz -Source8191: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latex-via-exemplos.doc.tar.xz -Source8192: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lccaps.tar.xz -Source8193: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lccaps.doc.tar.xz -Source8194: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/libertinus-otf.tar.xz -Source8195: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/libertinus-otf.doc.tar.xz -Source8196: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/llncsconf.tar.xz -Source8197: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/llncsconf.doc.tar.xz -Source8198: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/longdivision.tar.xz -Source8199: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/longdivision.doc.tar.xz -Source8202: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lualatex-truncate.tar.xz -Source8203: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lualatex-truncate.doc.tar.xz -Source8206: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luavlna.tar.xz -Source8207: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luavlna.doc.tar.xz -Source8210: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/manyind.tar.xz -Source8211: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/manyind.doc.tar.xz -Source8212: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mathfam256.tar.xz -Source8213: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mathfam256.doc.tar.xz -Source8214: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mathfixs.tar.xz -Source8215: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mathfixs.doc.tar.xz -Source8216: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mathfont.tar.xz -Source8217: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mathfont.doc.tar.xz -Source8218: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mathpunctspace.tar.xz -Source8219: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mathpunctspace.doc.tar.xz -# empty? -# Source8220: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/metatype1.tar.xz -Source8222: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mgltex.tar.xz -Source8223: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mgltex.doc.tar.xz -Source8224: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/milsymb.tar.xz -Source8225: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/milsymb.doc.tar.xz -Source8226: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/minidocument.tar.xz -Source8227: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/minidocument.doc.tar.xz -Source8228: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/modernposter.tar.xz -Source8229: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/modernposter.doc.tar.xz -Source8232: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/morisawa.tar.xz -Source8233: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/morisawa.doc.tar.xz -Source8234: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mptrees.tar.xz -Source8235: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mptrees.doc.tar.xz -Source8236: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/musikui.tar.xz -Source8237: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/musikui.doc.tar.xz -Source8238: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nicematrix.tar.xz -Source8239: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nicematrix.doc.tar.xz -Source8240: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nidanfloat.tar.xz -Source8241: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nidanfloat.doc.tar.xz -Source8242: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/notex-bst.tar.xz -# Windows only -# Source8244: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/npp-for-context.tar.xz -# Source8245: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/npp-for-context.doc.tar.xz -Source8246: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/onedown.tar.xz -Source8247: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/onedown.doc.tar.xz -Source8248: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/oplotsymbl.tar.xz -Source8249: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/oplotsymbl.doc.tar.xz -Source8250: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/outlining.tar.xz -Source8251: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/outlining.doc.tar.xz -Source8252: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/overlays.tar.xz -Source8253: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/overlays.doc.tar.xz -Source8254: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/padcount.tar.xz -Source8255: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/padcount.doc.tar.xz -Source8256: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdfoverlay.tar.xz -Source8257: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdfoverlay.doc.tar.xz -Source8258: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdfpc-movie.tar.xz -Source8259: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdfpc-movie.doc.tar.xz -Source8260: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdfprivacy.tar.xz -Source8261: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdfprivacy.doc.tar.xz -Source8262: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/penrose.tar.xz -Source8263: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/penrose.doc.tar.xz -Source8264: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pgfornament-han.tar.xz -Source8265: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pgfornament-han.doc.tar.xz -Source8266: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pixelart.tar.xz -Source8267: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pixelart.doc.tar.xz -Source8268: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/plantuml.tar.xz -Source8269: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/plantuml.doc.tar.xz -Source8270: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/plex.tar.xz -Source8271: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/plex.doc.tar.xz -Source8272: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/plex-otf.tar.xz -Source8273: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/plex-otf.doc.tar.xz -Source8274: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pm-isomath.tar.xz -Source8275: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pm-isomath.doc.tar.xz -Source8276: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/polexpr.tar.xz -Source8277: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/polexpr.doc.tar.xz -Source8278: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/postage.tar.xz -Source8279: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/postage.doc.tar.xz -Source8280: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/powerdot-tuliplab.tar.xz -Source8281: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/powerdot-tuliplab.doc.tar.xz -Source8282: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-antiprism.tar.xz -Source8283: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-antiprism.doc.tar.xz -Source8284: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-calculate.tar.xz -Source8285: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-calculate.doc.tar.xz -Source8286: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-contourplot.tar.xz -Source8287: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-contourplot.doc.tar.xz -Source8288: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-dart.tar.xz -Source8289: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-dart.doc.tar.xz -Source8292: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-spinner.tar.xz -Source8293: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-spinner.doc.tar.xz -Source8296: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pythonhighlight.tar.xz -Source8297: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pythonhighlight.doc.tar.xz -Source8298: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/revquantum.tar.xz -Source8299: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/revquantum.doc.tar.xz -Source8300: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/scientific-thesis-cover.tar.xz -Source8301: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/scientific-thesis-cover.doc.tar.xz -Source8302: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/scratchx.tar.xz -Source8303: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/scratchx.doc.tar.xz -Source8304: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sectionbreak.tar.xz -Source8305: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sectionbreak.doc.tar.xz -Source8306: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/semantic-markup.tar.xz -Source8307: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/semantic-markup.doc.tar.xz -Source8308: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sexam.tar.xz -Source8309: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sexam.doc.tar.xz -Source8310: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/short-math-guide.tar.xz -Source8311: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/short-math-guide.doc.tar.xz -Source8312: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/simpleinvoice.tar.xz -Source8313: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/simpleinvoice.doc.tar.xz -Source8314: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/spalign.tar.xz -Source8315: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/spalign.doc.tar.xz -Source8316: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/stanli.tar.xz -Source8317: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/stanli.doc.tar.xz -Source8318: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/statistics.tar.xz -Source8319: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/statistics.doc.tar.xz -Source8322: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/statmath.tar.xz -Source8323: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/statmath.doc.tar.xz -Source8324: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/stealcaps.tar.xz -Source8325: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/stealcaps.doc.tar.xz -Source8326: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/stickstoo.tar.xz -Source8327: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/stickstoo.doc.tar.xz -Source8328: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/stix2-otf.tar.xz -Source8329: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/stix2-otf.doc.tar.xz -Source8330: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/stix2-type1.tar.xz -Source8331: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/stix2-type1.doc.tar.xz -Source8332: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/structmech.tar.xz -Source8333: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/structmech.doc.tar.xz -Source8334: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tagpdf.tar.xz -Source8335: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tagpdf.doc.tar.xz -Source8336: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/texdate.tar.xz -Source8337: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/texdate.doc.tar.xz -Source8340: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/textualicomma.tar.xz -Source8341: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/textualicomma.doc.tar.xz -Source8342: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/thaispec.tar.xz -Source8343: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/thaispec.doc.tar.xz -Source8344: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/thesis-gwu.tar.xz -Source8345: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/thesis-gwu.doc.tar.xz -Source8346: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/thucoursework.tar.xz -Source8347: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/thucoursework.doc.tar.xz -Source8348: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-karnaugh.tar.xz -Source8349: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-karnaugh.doc.tar.xz -Source8350: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-ladder.tar.xz -Source8351: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-ladder.doc.tar.xz -Source8352: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-layers.tar.xz -Source8353: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-layers.doc.tar.xz -Source8354: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikzmarmots.tar.xz -Source8355: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikzmarmots.doc.tar.xz -Source8356: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-nef.tar.xz -Source8357: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-nef.doc.tar.xz -Source8358: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-network.tar.xz -Source8359: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-network.doc.tar.xz -Source8360: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-relay.tar.xz -Source8361: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-relay.doc.tar.xz -Source8362: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-sfc.tar.xz -Source8363: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-sfc.doc.tar.xz -Source8364: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/timbreicmc.tar.xz -Source8365: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/timbreicmc.doc.tar.xz -Source8366: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tinos.tar.xz -Source8367: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tinos.doc.tar.xz -Source8368: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tlc-article.tar.xz -Source8369: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tlc-article.doc.tar.xz -Source8370: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/topletter.tar.xz -Source8371: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/topletter.doc.tar.xz -Source8374: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/typewriter.tar.xz -Source8375: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/typewriter.doc.tar.xz -Source8376: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ucsmonograph.tar.xz -Source8377: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ucsmonograph.doc.tar.xz -Source8378: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/univie-ling.tar.xz -Source8379: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/univie-ling.doc.tar.xz -Source8380: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uppunctlm.tar.xz -Source8381: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uppunctlm.doc.tar.xz -Source8382: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/witharrows.tar.xz -Source8383: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/witharrows.doc.tar.xz -Source8384: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xfakebold.tar.xz -Source8385: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xfakebold.doc.tar.xz -Source8388: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xtuthesis.tar.xz -Source8389: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xtuthesis.doc.tar.xz -Source8390: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xurl.tar.xz -Source8391: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xurl.doc.tar.xz -#tl2019 -Source8392: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/accents.doc.tar.xz -Source8393: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/accents.tar.xz -Source8394: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/addliga.doc.tar.xz -Source8395: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/addliga.tar.xz -Source8396: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/almendra.doc.tar.xz -Source8397: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/almendra.tar.xz -Source8398: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/alpha-persian.doc.tar.xz -Source8399: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/alpha-persian.tar.xz -Source8400: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/amscdx.doc.tar.xz -Source8401: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/amscdx.tar.xz -Source8402: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/apprendre-a-programmer-en-tex.doc.tar.xz -Source8403: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/arabicfront.doc.tar.xz -Source8404: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/arabicfront.tar.xz -Source8405: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/arraycols.doc.tar.xz -Source8406: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/arraycols.tar.xz -Source8407: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/asmeconf.doc.tar.xz -Source8408: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/asmeconf.tar.xz -Source8409: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/asmejour.doc.tar.xz -Source8410: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/asmejour.tar.xz -Source8411: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamerauxtheme.doc.tar.xz -Source8412: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamerauxtheme.tar.xz -Source8413: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamer-rl.doc.tar.xz -Source8414: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamer-rl.tar.xz -Source8415: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamertheme-light.doc.tar.xz -Source8416: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamertheme-light.tar.xz -Source8417: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamertheme-npbt.doc.tar.xz -Source8418: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/beamertheme-npbt.tar.xz -Source8419: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-bath.doc.tar.xz -Source8420: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-bath.tar.xz -Source8421: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-ext.doc.tar.xz -Source8422: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-ext.tar.xz -Source8423: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bitter.doc.tar.xz -Source8424: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bitter.tar.xz -Source8425: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/brandeis-problemset.doc.tar.xz -Source8426: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/brandeis-problemset.tar.xz -Source8427: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/businesscard-qrcode.doc.tar.xz -Source8428: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/businesscard-qrcode.tar.xz -Source8429: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bussproofs-extra.doc.tar.xz -Source8430: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bussproofs-extra.tar.xz -Source8431: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bxjaholiday.doc.tar.xz -Source8432: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bxjaholiday.tar.xz -Source8433: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bxtexlogo.doc.tar.xz -Source8434: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bxtexlogo.tar.xz -Source8435: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bxwareki.doc.tar.xz -Source8436: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bxwareki.tar.xz -Source8437: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/centeredline.doc.tar.xz -Source8438: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/centeredline.tar.xz -Source8439: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/changelog.doc.tar.xz -Source8440: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/changelog.tar.xz -Source8441: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/checkend.doc.tar.xz -Source8442: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/checkend.tar.xz -Source8443: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chordbars.doc.tar.xz -Source8444: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chordbars.tar.xz -Source8445: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chordbox.doc.tar.xz -Source8446: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chordbox.tar.xz -Source8447: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chs-physics-report.doc.tar.xz -Source8448: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chs-physics-report.tar.xz -Source8449: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/codeanatomy.doc.tar.xz -Source8450: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/codeanatomy.tar.xz -Source8451: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/coelacanth.doc.tar.xz -Source8452: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/coelacanth.tar.xz -Source8453: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/colophon.doc.tar.xz -Source8454: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/colophon.tar.xz Source8455: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/colorprofiles.doc.tar.xz Source8456: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/colorprofiles.tar.xz -Source8457: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/commedit.doc.tar.xz -Source8458: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/commedit.tar.xz -Source8459: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/crimsonpro.doc.tar.xz -Source8460: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/crimsonpro.tar.xz -Source8461: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cuprum.doc.tar.xz -Source8462: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cuprum.tar.xz -Source8463: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cweb-old.tar.xz -Source8464: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/derivative.doc.tar.xz -Source8465: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/derivative.tar.xz -Source8466: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dotlessi.doc.tar.xz -Source8467: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dotlessi.tar.xz -Source8468: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/duckuments.doc.tar.xz -Source8469: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/duckuments.tar.xz -Source8470: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ecothesis.doc.tar.xz -Source8471: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ehhline.doc.tar.xz -Source8472: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ehhline.tar.xz -Source8473: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/elegantbook.doc.tar.xz -Source8474: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/elegantbook.tar.xz -Source8475: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/elegantnote.doc.tar.xz -Source8476: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/elegantnote.tar.xz -Source8477: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/elegantpaper.doc.tar.xz -Source8478: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/elegantpaper.tar.xz -Source8479: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/els-cas-templates.doc.tar.xz -Source8480: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/els-cas-templates.tar.xz -Source8481: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eqexpl.doc.tar.xz -Source8482: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/eqexpl.tar.xz -Source8483: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/euflag.doc.tar.xz -Source8484: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/euflag.tar.xz -Source8485: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/exam-randomizechoices.doc.tar.xz -Source8486: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/exam-randomizechoices.tar.xz -Source8487: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/exercisepoints.doc.tar.xz -Source8488: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/exercisepoints.tar.xz -Source8489: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/exframe.doc.tar.xz -Source8490: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/exframe.tar.xz -Source8491: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/facture-belge-simple-sans-tva.doc.tar.xz -Source8492: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/facture-belge-simple-sans-tva.tar.xz -Source8493: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fancyhandout.doc.tar.xz -Source8494: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fancyhandout.tar.xz -Source8495: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fascicules.doc.tar.xz -Source8496: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fascicules.tar.xz -Source8497: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fbox.doc.tar.xz -Source8498: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fbox.tar.xz -Source8499: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/firamath.doc.tar.xz -Source8500: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/firamath-otf.doc.tar.xz -Source8501: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/firamath-otf.tar.xz -Source8502: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/firamath.tar.xz -Source8503: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fiziko.doc.tar.xz -Source8504: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fiziko.tar.xz -Source8505: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/forum.doc.tar.xz -Source8506: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/forum.tar.xz -Source8507: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ftc-notebook.doc.tar.xz -Source8508: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ftc-notebook.tar.xz -Source8509: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gammas.doc.tar.xz -Source8510: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gammas.tar.xz -Source8511: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/garamond-libre.doc.tar.xz -Source8512: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/garamond-libre.tar.xz -Source8513: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/garamond-math.doc.tar.xz -Source8514: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/garamond-math.tar.xz -Source8515: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gitver.doc.tar.xz -Source8516: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gitver.tar.xz -Source8517: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/globalvals.doc.tar.xz -Source8518: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/globalvals.tar.xz -Source8519: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/glosmathtools.doc.tar.xz -Source8520: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/glosmathtools.tar.xz -Source8521: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/glossaries-estonian.doc.tar.xz -Source8522: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/glossaries-estonian.tar.xz -Source8523: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/glossaries-slovene.doc.tar.xz -Source8524: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/glossaries-slovene.tar.xz -Source8525: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/grabbox.doc.tar.xz -Source8526: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/grabbox.tar.xz -Source8527: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gridslides.doc.tar.xz -Source8528: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gridslides.tar.xz -Source8529: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/guitartabs.doc.tar.xz -Source8530: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/guitartabs.tar.xz -Source8531: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hu-berlin-bundle.doc.tar.xz -Source8532: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hu-berlin-bundle.tar.xz -Source8534: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/icite.doc.tar.xz -Source8535: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/icite.tar.xz -Source8536: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/identkey.doc.tar.xz -Source8537: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/identkey.tar.xz -Source8538: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/inkpaper.doc.tar.xz -Source8539: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/inkpaper.tar.xz -Source8540: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/inline-images.doc.tar.xz -Source8541: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/inline-images.tar.xz -Source8542: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/inriafonts.doc.tar.xz -Source8543: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/inriafonts.tar.xz -Source8544: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/invoice-class.doc.tar.xz -Source8545: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/invoice-class.tar.xz -Source8546: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/iodhbwm.doc.tar.xz -Source8547: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/iodhbwm.tar.xz -Source8548: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/jigsaw.doc.tar.xz -Source8549: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/jigsaw.tar.xz -Source8550: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/jkmath.doc.tar.xz -Source8551: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/jkmath.tar.xz -Source8552: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/kalendarium.doc.tar.xz -Source8553: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/kalendarium.tar.xz -Source8554: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ketcindy.doc.tar.xz -Source8555: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ketcindy.tar.xz -Source8556: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/kvmap.doc.tar.xz -Source8557: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/kvmap.tar.xz -Source8558: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/labels4easylist.doc.tar.xz -Source8559: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/labels4easylist.tar.xz -Source8560: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latex4musicians.doc.tar.xz -Source8561: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latex-base-dev.doc.tar.xz -Source8562: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latex-base-dev.tar.xz -Source8563: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latex-bin-dev.doc.tar.xz -Source8564: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latex-bin-dev.tar.xz -Source8565: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latexcolors.doc.tar.xz -Source8566: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latexcolors.tar.xz -Source8567: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latex-graphics-dev.doc.tar.xz -Source8568: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latex-graphics-dev.tar.xz -Source8569: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latex-uni8.doc.tar.xz -Source8570: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latex-uni8.tar.xz -Source8571: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lectures.doc.tar.xz -Source8572: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lectures.tar.xz -Source8573: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/libertinus-fonts.doc.tar.xz -Source8574: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/libertinus-fonts.tar.xz -Source8575: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/libertinus-type1.doc.tar.xz -Source8576: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/libertinus-type1.tar.xz -Source8577: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/librefranklin.doc.tar.xz -Source8578: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/librefranklin.tar.xz -Source8579: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/linguisticspro.doc.tar.xz -Source8580: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/linguisticspro.tar.xz -Source8581: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lstfiracode.doc.tar.xz -Source8582: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lstfiracode.tar.xz -Source8583: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ltxguidex.doc.tar.xz -Source8584: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ltxguidex.tar.xz -Source8585: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luaimageembed.doc.tar.xz -Source8586: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luaimageembed.tar.xz -Source8587: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luarandom.doc.tar.xz -Source8588: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luarandom.tar.xz -Source8589: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/makecookbook.doc.tar.xz -Source8590: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mathcommand.doc.tar.xz -Source8591: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mathcommand.tar.xz -Source8592: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/memorygraphs.doc.tar.xz -Source8593: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/memorygraphs.tar.xz -Source8594: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/metalogox.doc.tar.xz -Source8595: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/metalogox.tar.xz -Source8596: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/metapost-colorbrewer.doc.tar.xz -Source8597: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/metapost-colorbrewer.tar.xz -Source8598: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mismath.doc.tar.xz -Source8599: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mismath.tar.xz -Source8600: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mi-solns.doc.tar.xz -Source8601: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mi-solns.tar.xz -Source8602: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mlacls.doc.tar.xz -Source8603: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mlacls.tar.xz -Source8604: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/multicolrule.doc.tar.xz -Source8605: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/multicolrule.tar.xz -Source8606: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nanicolle.doc.tar.xz -Source8607: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nanicolle.tar.xz -Source8608: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/njurepo.doc.tar.xz -Source8609: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/njurepo.tar.xz -Source8610: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/numberpt.doc.tar.xz -Source8611: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/numberpt.tar.xz -Source8612: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pgf-cmykshadings.doc.tar.xz -Source8613: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pgf-cmykshadings.tar.xz -Source8614: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pgfmorepages.doc.tar.xz -Source8615: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pgfmorepages.tar.xz -Source8616: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/plautopatch.doc.tar.xz -Source8617: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/plautopatch.tar.xz -Source8618: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/poiretone.doc.tar.xz -Source8619: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/poiretone.tar.xz -Source8620: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/poormanlog.doc.tar.xz -Source8621: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/poormanlog.tar.xz -Source8622: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/proof-at-the-end.doc.tar.xz -Source8623: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/proof-at-the-end.tar.xz -Source8624: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/prtec.doc.tar.xz -Source8625: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/prtec.tar.xz -Source8626: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pseudo.doc.tar.xz -Source8627: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pseudo.tar.xz -Source8628: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-feyn.doc.tar.xz -Source8629: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-feyn.tar.xz -Source8630: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-lsystem.doc.tar.xz -Source8631: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-lsystem.tar.xz -Source8632: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-marble.doc.tar.xz -Source8633: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-marble.tar.xz -Source8634: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-moire.doc.tar.xz -Source8635: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-moire.tar.xz -Source8636: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-venn.doc.tar.xz -Source8637: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-venn.tar.xz -Source8638: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ptex-manual.doc.tar.xz -Source8639: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ptex-manual.tar.xz -Source8640: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ptolemaicastronomy.doc.tar.xz -Source8641: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ptolemaicastronomy.tar.xz -Source8642: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pxjodel.doc.tar.xz -Source8643: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pxjodel.tar.xz -Source8644: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/qsharp.doc.tar.xz -Source8645: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/qsharp.tar.xz -Source8646: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/quantikz.doc.tar.xz -Source8647: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/quantikz.tar.xz -Source8648: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/quran-de.doc.tar.xz -Source8649: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/quran-de.tar.xz -Source8650: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/quran-ur.doc.tar.xz Source8651: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ragged2e.doc.tar.xz Source8652: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ragged2e.tar.xz -Source8653: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rank-2-roots.doc.tar.xz -Source8654: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rank-2-roots.tar.xz -Source8655: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/realhats.doc.tar.xz -Source8656: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/realhats.tar.xz -Source8657: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rulerbox.doc.tar.xz -Source8658: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rulerbox.tar.xz -Source8659: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ryersonsgsthesis.doc.tar.xz -Source8660: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ryersonsgsthesis.tar.xz -Source8661: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/schedule.doc.tar.xz -Source8662: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/schedule.tar.xz -Source8663: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/scontents.doc.tar.xz -Source8664: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/scontents.tar.xz -Source8665: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/scratch3.doc.tar.xz -Source8666: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/scratch3.tar.xz -Source8667: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/soulpos.doc.tar.xz -Source8668: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/soulpos.tar.xz -Source8669: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/spacingtricks.doc.tar.xz -Source8670: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/spacingtricks.tar.xz -Source8671: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/srdp-mathematik.doc.tar.xz -Source8672: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/srdp-mathematik.tar.xz -Source8673: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/subdocs.doc.tar.xz -Source8674: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/subdocs.tar.xz -Source8675: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/subtext.doc.tar.xz -Source8676: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/subtext.tar.xz -Source8677: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/technion-thesis-template.doc.tar.xz -Source8678: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/technion-thesis-template.tar.xz -Source8679: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tensind.doc.tar.xz -Source8680: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tensind.tar.xz -Source8681: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tex-locale.doc.tar.xz -Source8682: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tex-locale.tar.xz -Source8683: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/texonly.doc.tar.xz -Source8684: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/theanodidot.doc.tar.xz -Source8685: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/theanodidot.tar.xz -Source8686: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/theanomodern.doc.tar.xz -Source8687: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/theanomodern.tar.xz -Source8688: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/theanooldstyle.doc.tar.xz -Source8689: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/theanooldstyle.tar.xz -Source8690: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/thesis-qom.doc.tar.xz -Source8691: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/thesis-qom.tar.xz -Source8692: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/thuaslogos.doc.tar.xz -Source8693: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/thuaslogos.tar.xz -Source8694: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-feynhand.doc.tar.xz -Source8695: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-feynhand.tar.xz -Source8696: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-imagelabels.doc.tar.xz -Source8697: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-imagelabels.tar.xz -Source8698: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikzlings.doc.tar.xz -Source8699: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikzlings.tar.xz -Source8700: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-truchet.doc.tar.xz -Source8701: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-truchet.tar.xz -Source8702: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/topiclongtable.doc.tar.xz -Source8703: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/topiclongtable.tar.xz -Source8704: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tuda-ci.doc.tar.xz -Source8705: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tuda-ci.tar.xz -Source8706: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ucalgmthesis.doc.tar.xz -Source8707: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ucalgmthesis.tar.xz -Source8708: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/unam-thesis.doc.tar.xz -Source8709: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/unam-thesis.tar.xz -Source8710: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/unicode-alphabets.doc.tar.xz -Source8711: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/unicode-alphabets.tar.xz -Source8712: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/vtable.doc.tar.xz -Source8713: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/vtable.tar.xz -Source8714: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/widows-and-orphans.doc.tar.xz -Source8715: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/widows-and-orphans.tar.xz -Source8716: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/windycity.doc.tar.xz -Source8717: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/windycity.tar.xz -Source8718: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/worksheet.doc.tar.xz -Source8719: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/worksheet.tar.xz -Source8720: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xbmks.doc.tar.xz -Source8721: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xbmks.tar.xz -Source8722: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xcpdftips.doc.tar.xz -Source8723: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xcpdftips.tar.xz -Source8724: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/zootaxa-bst.doc.tar.xz -Source8725: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/zootaxa-bst.tar.xz Source8726: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dehyph.tar.xz Source8727: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/l3backend.tar.xz Source8728: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/l3backend.doc.tar.xz -Source8729: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/blowup.tar.xz -Source8730: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/blowup.doc.tar.xz -Source8731: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/marcellus.tar.xz -Source8732: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/marcellus.doc.tar.xz -#TL2020 Source8733: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/atbegshi.tar.xz Source8734: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/atbegshi.doc.tar.xz Source8735: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/atveryend.tar.xz @@ -6505,302 +749,32 @@ Source8765: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rerunfil Source8766: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rerunfilecheck.doc.tar.xz Source8767: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uniquecounter.tar.xz Source8768: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/uniquecounter.doc.tar.xz -Source8769: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/apa7.tar.xz -Source8770: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/apa7.doc.tar.xz Source8771: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/modes.tar.xz Source8772: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/modes.doc.tar.xz Source8773: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/grfext.tar.xz Source8774: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/grfext.doc.tar.xz Source8775: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/grffile.tar.xz Source8776: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/grffile.doc.tar.xz -Source8777: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hmtrump.tar.xz -Source8778: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hmtrump.doc.tar.xz -Source8779: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-macedonian.tar.xz -Source8780: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/aaai-named.tar.xz -Source8781: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/accessibility.tar.xz -Source8782: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/accessibility.doc.tar.xz -Source8783: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/accsupp.tar.xz -Source8784: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/accsupp.doc.tar.xz -Source8785: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/algxpar.tar.xz -Source8786: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/algxpar.doc.tar.xz Source8787: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/alphalph.tar.xz Source8788: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/alphalph.doc.tar.xz -Source8789: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/annee-scolaire.tar.xz -Source8790: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/annee-scolaire.doc.tar.xz -Source8791: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/askinclude.tar.xz -Source8792: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/askinclude.doc.tar.xz -Source8793: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/atenddvi.tar.xz -Source8794: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/atenddvi.doc.tar.xz -Source8795: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/autofancyhdr.tar.xz -Source8796: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/autofancyhdr.doc.tar.xz -Source8797: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/axessibility.tar.xz -Source8798: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/axessibility.doc.tar.xz -Source8799: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/barracuda.tar.xz -Source8800: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/barracuda.doc.tar.xz -Source8801: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bearwear.tar.xz -Source8802: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bearwear.doc.tar.xz -Source8803: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-ajc2020unofficial.tar.xz -Source8804: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-ajc2020unofficial.doc.tar.xz -Source8805: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-apa6.tar.xz -Source8806: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-apa6.doc.tar.xz -Source8807: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-german-legal.tar.xz -Source8808: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-german-legal.doc.tar.xz -Source8809: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-jura2.tar.xz -Source8810: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-jura2.doc.tar.xz -Source8811: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-software.tar.xz -Source8812: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex-software.doc.tar.xz -Source8813: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex2bibitem.tar.xz -Source8814: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/biblatex2bibitem.doc.tar.xz Source8815: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bookmark.tar.xz Source8816: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bookmark.doc.tar.xz -Source8817: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/brandeis-thesis.tar.xz -Source8818: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/brandeis-thesis.doc.tar.xz -Source8819: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bxghost.tar.xz -Source8820: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/bxghost.doc.tar.xz -Source8821: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ccool.tar.xz -Source8822: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ccool.doc.tar.xz -Source8823: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chemplants.tar.xz -Source8824: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/chemplants.doc.tar.xz -Source8825: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/circledsteps.tar.xz -Source8826: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/circledsteps.doc.tar.xz -Source8827: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/circuit-macros.tar.xz -Source8828: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/circuit-macros.doc.tar.xz -Source8829: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/clara.tar.xz -Source8830: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/clara.doc.tar.xz -Source8831: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/csvmerge.tar.xz -Source8832: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/csvmerge.doc.tar.xz -Source8833: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ddphonism.tar.xz -Source8834: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ddphonism.doc.tar.xz -Source8835: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/diabetes-logbook.tar.xz -Source8836: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/diabetes-logbook.doc.tar.xz -Source8837: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ditaa.tar.xz -Source8838: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ditaa.doc.tar.xz -Source8839: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/domitian.tar.xz -Source8840: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/domitian.doc.tar.xz -Source8841: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dpcircling.tar.xz -Source8842: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dpcircling.doc.tar.xz -Source8843: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/econ-bst.tar.xz -Source8844: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/econ-bst.doc.tar.xz -Source8845: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/embedfile.tar.xz -Source8846: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/embedfile.doc.tar.xz -Source8847: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/emoji.tar.xz -Source8848: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/emoji.doc.tar.xz -Source8849: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/emojicite.tar.xz -Source8850: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/emojicite.doc.tar.xz -Source8851: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/endnotes-hy.tar.xz -Source8852: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/endnotes-hy.doc.tar.xz -Source8853: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/epigraph-keys.tar.xz -Source8854: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/epigraph-keys.doc.tar.xz Source8855: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/epstopdf-pkg.tar.xz Source8856: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/epstopdf-pkg.doc.tar.xz -Source8857: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/erewhon-math.tar.xz -Source8858: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/erewhon-math.doc.tar.xz -Source8859: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/esindex.tar.xz -Source8860: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/esindex.doc.tar.xz -Source8861: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/etbb.tar.xz -Source8862: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/etbb.doc.tar.xz -Source8863: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/euclideangeometry.tar.xz -Source8864: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/euclideangeometry.doc.tar.xz -Source8865: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/expkv.tar.xz -Source8866: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/expkv.doc.tar.xz -Source8867: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/expkv-cs.tar.xz -Source8868: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/expkv-cs.doc.tar.xz -Source8869: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/expkv-def.tar.xz -Source8870: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/expkv-def.doc.tar.xz -Source8871: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/expose-expl3-dunkerque-2019.tar.xz -Source8872: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/expose-expl3-dunkerque-2019.doc.tar.xz -Source8873: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fewerfloatpages.tar.xz -Source8874: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fewerfloatpages.doc.tar.xz -Source8875: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fontsetup.tar.xz -Source8876: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fontsetup.doc.tar.xz -Source8877: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fontsize.tar.xz -Source8878: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fontsize.doc.tar.xz -Source8879: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/frenchmath.tar.xz -Source8880: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/frenchmath.doc.tar.xz Source8881: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gettitlestring.tar.xz Source8882: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gettitlestring.doc.tar.xz -Source8883: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gindex.tar.xz -Source8884: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gindex.doc.tar.xz -Source8885: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/haranoaji.tar.xz -Source8886: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/haranoaji.doc.tar.xz -Source8887: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/haranoaji-extra.tar.xz -Source8888: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/haranoaji-extra.doc.tar.xz -Source8889: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hep-paper.tar.xz -Source8890: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hep-paper.doc.tar.xz -Source8891: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hitszbeamer.tar.xz -Source8892: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hitszbeamer.doc.tar.xz -Source8893: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hitszthesis.tar.xz -Source8894: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hitszthesis.doc.tar.xz Source8895: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hobsub.tar.xz Source8896: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hobsub.doc.tar.xz Source8897: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hologo.tar.xz Source8898: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hologo.doc.tar.xz -Source8899: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hvqrurl.tar.xz -Source8900: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hvqrurl.doc.tar.xz -Source8901: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/is-bst.tar.xz -Source8902: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/is-bst.doc.tar.xz -Source8903: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/jbact.tar.xz -Source8904: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/jlreq-deluxe.tar.xz -Source8905: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/jlreq-deluxe.doc.tar.xz -Source8906: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/jmb.tar.xz -Source8907: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/kblocks.tar.xz -Source8908: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/kblocks.doc.tar.xz -Source8909: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/keyindex.tar.xz -Source8910: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/keyindex.doc.tar.xz -Source8911: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/langsci-avm.tar.xz -Source8912: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/langsci-avm.doc.tar.xz -Source8913: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latino-sine-flexione.tar.xz -Source8914: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/latino-sine-flexione.doc.tar.xz -Source8915: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/letterspacing.tar.xz -Source8916: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/letterswitharrows.tar.xz -Source8917: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/letterswitharrows.doc.tar.xz -Source8918: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lexend.tar.xz -Source8919: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lexend.doc.tar.xz -Source8920: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lie-hasse.tar.xz -Source8921: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lie-hasse.doc.tar.xz -Source8922: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/listingsutf8.tar.xz -Source8923: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/listingsutf8.doc.tar.xz -Source8924: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/logix.tar.xz -Source8925: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/logix.doc.tar.xz -Source8926: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lua-uca.tar.xz -Source8927: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lua-uca.doc.tar.xz -Source8928: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lua-ul.tar.xz -Source8929: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lua-ul.doc.tar.xz -Source8930: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luacolor.tar.xz -Source8931: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luacolor.doc.tar.xz -Source8932: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/makerobust.tar.xz -Source8933: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/makerobust.doc.tar.xz -Source8934: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mathlig.tar.xz -Source8935: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/matrix-skeleton.tar.xz -Source8936: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/matrix-skeleton.doc.tar.xz -Source8937: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/media4svg.tar.xz -Source8938: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/media4svg.doc.tar.xz -Source8939: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mercatormap.tar.xz -Source8940: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mercatormap.doc.tar.xz -Source8941: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/metastr.tar.xz -Source8942: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/metastr.doc.tar.xz -Source8943: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/metatype1.tar.xz -Source8944: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mleftright.tar.xz -Source8945: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mleftright.doc.tar.xz -Source8946: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/modeles-factures-belges-assocs.tar.xz -Source8947: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/modeles-factures-belges-assocs.doc.tar.xz -Source8948: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mpfonts.tar.xz -Source8949: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mpfonts.doc.tar.xz -Source8950: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/musical.tar.xz -Source8951: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/musical.doc.tar.xz -Source8952: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/newcomputermodern.tar.xz -Source8953: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/newcomputermodern.doc.tar.xz Source8954: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/newfloat.tar.xz Source8955: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/newfloat.doc.tar.xz -Source8956: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/noto-emoji.tar.xz -Source8957: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/noto-emoji.doc.tar.xz -Source8960: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/nth.tar.xz -Source8961: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/optex.tar.xz -Source8962: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/optex.doc.tar.xz -Source8963: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/outerhbox.tar.xz -Source8964: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdfarticle.tar.xz -Source8965: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdfarticle.doc.tar.xz Source8966: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdfcolmk.tar.xz Source8967: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdfcolmk.doc.tar.xz Source8968: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdflscape.tar.xz Source8969: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdflscape.doc.tar.xz -Source8970: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdfpc.tar.xz -Source8971: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdfpc.doc.tar.xz -Source8972: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/physconst.tar.xz -Source8973: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/physconst.doc.tar.xz -Source8974: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/physunits.tar.xz -Source8975: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/physunits.doc.tar.xz -Source8976: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/picture.tar.xz -Source8977: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/picture.doc.tar.xz -Source8978: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pinoutikz.tar.xz -Source8979: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pinoutikz.doc.tar.xz -Source8980: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/plainyr.tar.xz -Source8981: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pmboxdraw.tar.xz -Source8982: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pmboxdraw.doc.tar.xz -Source8983: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pmhanguljamo.tar.xz -Source8984: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pmhanguljamo.doc.tar.xz -Source8985: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/practicalreports.tar.xz -Source8986: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/practicalreports.doc.tar.xz -Source8987: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-turtle.tar.xz -Source8988: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pst-turtle.doc.tar.xz -Source8989: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/qualitype.tar.xz -Source8990: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/qualitype.doc.tar.xz -Source8991: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/quantumarticle.tar.xz -Source8992: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/quantumarticle.doc.tar.xz -Source8993: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/quiz2socrative.tar.xz -Source8994: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/quiz2socrative.doc.tar.xz -Source8995: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/random.tar.xz -Source8996: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/random.doc.tar.xz -Source8997: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rest-api.tar.xz -Source8998: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rest-api.doc.tar.xz -Source8999: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/returntogrid.tar.xz -Source9000: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/returntogrid.doc.tar.xz -Source9001: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rgltxdoc.tar.xz -Source9002: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/rgltxdoc.doc.tar.xz -Source9003: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ruler.tar.xz -Source9004: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/scholax.tar.xz -Source9005: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/scholax.doc.tar.xz -Source9006: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/schulmathematik.tar.xz -Source9007: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/schulmathematik.doc.tar.xz -Source9008: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sdaps.tar.xz -Source9009: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sdaps.doc.tar.xz -Source9010: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/secnum.tar.xz -Source9011: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/secnum.doc.tar.xz -Source9012: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/selinput.tar.xz -Source9013: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/selinput.doc.tar.xz -Source9014: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/shortmathj.tar.xz -Source9015: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/shortmathj.doc.tar.xz -Source9016: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/simplebnf.tar.xz -Source9017: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/simplebnf.doc.tar.xz -Source9018: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/simpleoptics.tar.xz -Source9019: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/simpleoptics.doc.tar.xz -Source9020: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/soulutf8.tar.xz -Source9021: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/soulutf8.doc.tar.xz -Source9022: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/step.tar.xz -Source9023: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/step.doc.tar.xz -Source9024: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/swrule.tar.xz -Source9025: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tablvar.tar.xz -Source9026: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tablvar.doc.tar.xz -Source9027: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tetragonos.tar.xz -Source9028: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tetragonos.doc.tar.xz -Source9029: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tex-nutshell.tar.xz -Source9030: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tex-nutshell.doc.tar.xz -Source9031: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/texlive-ja.tar.xz -Source9032: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/texlive-ja.doc.tar.xz -Source9033: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/theatre.tar.xz -Source9034: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/theatre.doc.tar.xz -Source9035: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-planets.tar.xz -Source9036: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-planets.doc.tar.xz -Source9037: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-trackschematic.tar.xz -Source9038: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tikz-trackschematic.doc.tar.xz -Source9039: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tokcycle.tar.xz -Source9040: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/tokcycle.doc.tar.xz -Source9041: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/transparent.tar.xz -Source9042: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/transparent.doc.tar.xz -Source9043: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/twemoji-colr.tar.xz -Source9044: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/twemoji-colr.doc.tar.xz -Source9045: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/unifith.tar.xz -Source9046: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/unifith.doc.tar.xz -Source9047: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/utexasthesis.tar.xz -Source9048: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/utexasthesis.doc.tar.xz -Source9049: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/verifica.tar.xz -Source9050: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/verifica.doc.tar.xz Source9051: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/wasy-type1.tar.xz Source9052: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/wasy-type1.doc.tar.xz -Source9053: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/willowtreebook.tar.xz -Source9054: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/willowtreebook.doc.tar.xz -Source9055: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xecyrmongolian.tar.xz -Source9056: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xecyrmongolian.doc.tar.xz -Source9057: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xepersian-hm.tar.xz -Source9058: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xepersian-hm.doc.tar.xz -Source9059: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xkcdcolors.tar.xz -Source9060: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xkcdcolors.doc.tar.xz -Source9061: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/yazd-thesis.tar.xz -Source9062: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/yazd-thesis.doc.tar.xz -Source9063: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/yquant.tar.xz -Source9064: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/yquant.doc.tar.xz -Source9065: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/zhlineskip.tar.xz -Source9066: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/zhlineskip.doc.tar.xz Source9067: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/zref.tar.xz Source9068: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/zref.doc.tar.xz Source9069: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/refcount.tar.xz @@ -6809,29 +783,43 @@ Source9071: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/stringen Source9072: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/stringenc.doc.tar.xz Source9073: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/catchfile.tar.xz Source9074: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/catchfile.doc.tar.xz -Source9075: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/annotate.tar.xz -Source9076: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/authordate.tar.xz -Source9077: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/authordate.doc.tar.xz -Source9078: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gfsdidotclassic.tar.xz -Source9079: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/gfsdidotclassic.doc.tar.xz -Source9080: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/git-latexdiff.tar.xz -Source9081: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/git-latexdiff.doc.tar.xz -Source9082: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/inputenx.tar.xz -Source9083: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/inputenx.doc.tar.xz -Source9084: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/courierten.tar.xz -Source9085: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/courierten.doc.tar.xz -Source9086: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/notomath.tar.xz -Source9087: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/notomath.doc.tar.xz -Source9088: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cmathbb.tar.xz -Source9089: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cmathbb.doc.tar.xz -Source9090: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ibarra.tar.xz -Source9091: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ibarra.doc.tar.xz -Source9092: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/josefin.tar.xz -Source9093: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/josefin.doc.tar.xz -Source9094: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/plimsoll.tar.xz -Source9095: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/plimsoll.doc.tar.xz -Source9096: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/spectral.tar.xz -Source9097: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/spectral.doc.tar.xz +Source10000: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luahbtex.doc.tar.xz +Source10001: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/luahbtex.tar.xz +Source10002: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lwarp.doc.tar.xz +Source10003: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/lwarp.tar.xz +Patch1: tl-kpfix.patch +Patch2: tl-format.patch +Patch5: texlive-2016-kpathsea-texlive-path.patch +# fixes from arch and upstream texlive +Patch7: texlive-20200327-new-poppler.patch +# fix texmf.cnf so that it finds texinfo bits in Fedora +Patch8: texlive-20200327-texinfo-path-fix.patch +# These tests only fail on 32 bit arches with gcc8 +Patch11: texlive-20200327-disable-more-failing-tests.patch +# Another test which fails on 32 bit arches (in F30+) +# probably because of stricter malloc checks in glibc. +# https://bugzilla.redhat.com/show_bug.cgi?id=1631847 +# Filed issue upstream, no resolution yet. +Patch15: texlive-base-20180414-disable-omegafonts-check-test.patch +# fix annocheck issue detected by rpmdiff +Patch17: texlive-20180414-annocheck.patch +Patch18: texlive-20190410-poppler-0.73.patch +# Do not throw no file error in synctex +Patch19: texlive-base-20180414-synctex-do-not-throw-no-file-error.patch +# Fix libgs detection in configure/configure.ac in dvisvgm +Patch20: texlive-20190410-dvisvgm-fix-libgs-detection.patch +# Since we need to include tlmgr.pl for texconfig +# lets try to keep people from shooting themselves with it +Patch21: texlive-20190410-tlmgr-ignore-warning.patch +Patch23: texlive-20200327-poppler-0.84.patch +# bz#1798119, buffer overflow, CVE-2019-19601 +Patch28: texlive-base-20190410-CVE-2019-19601.patch +# Fixes for poppler 0.90 (f33+) +Patch29: texlive-20200327-poppler-0.90.patch +Patch101: etex-addlanguage-fix-bz1215257.patch +Patch108: texlive-2017-xepersian-python.patch +Patch109: texlive-2019-py3-and-pep8.patch +Patch110: tabu-update-to-git-930bc77.patch %description The TeX Live software distribution offers a complete TeX system for a @@ -6843,1136 +831,182 @@ of TeX macros and font libraries. The distribution includes extensive general documentation about TeX, as well as the documentation for the included software packages. -%package 12many -Provides: tex-12many = %{tl_version} -License: LPPL -Summary: Generalising mathematical index sets -Version: svn15878.0.3 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(calc.sty) -Requires: tex(keyval.sty) -Provides: tex(12many.sty) = %{tl_version} +%package base +Summary: TeX Live filesystem, metadata and licenses shipped in text form +BuildArch: noarch +Requires: coreutils + +%description base +TeX Live licenses shipped in text form. + +%package lib +Summary: Shared libraries for TeX-related files +Provides: texlive-kpathsea-lib = %{epoch}:%{source_date}-%{release} +# We have to straight up lie about this to ensure the upgrade. +Provides: texlive-kpathsea-lib(%{__isa}) = 6:2016 +Obsoletes: texlive-kpathsea-lib < %{tl_epoch}:%{source_date} +Provides: bundled(lua) = 5.2.4 +Obsoletes: texlive-dvipdfm <= %{tl_epoch}:%{source_date} +Obsoletes: texlive-dvipdfm-bin <= %{tl_epoch}:%{source_date} +Obsoletes: texlive-dvipdfm-doc <= %{tl_epoch}:%{source_date} +Obsoletes: texlive-dvipdfm-fedora-fonts <= %{tl_epoch}:%{source_date} +Obsoletes: texlive-collection-documentation-base <= %{tl_epoch}:%{source_date} +Obsoletes: texlive-xetex-def <= %{tl_epoch}:%{source_date} +Obsoletes: texlive-xetex-def-bin <= %{tl_epoch}:%{source_date} +Obsoletes: texlive-xetex-def-doc <= %{tl_epoch}:%{source_date} +Obsoletes: texlive-xetex-def-fedora-fonts <= %{tl_epoch}:%{source_date} +Obsoletes: texlive-mh <= %{tl_epoch}:%{source_date} +Obsoletes: texlive-mh-bin <= %{tl_epoch}:%{source_date} +Obsoletes: texlive-mh-doc <= %{tl_epoch}:%{source_date} +Obsoletes: texlive-mh-fedora-fonts <= %{tl_epoch}:%{source_date} +Obsoletes: texlive-misc <= %{tl_epoch}:%{source_date} +Obsoletes: texlive-misc-bin <= %{tl_epoch}:%{source_date} +Obsoletes: texlive-misc-doc <= %{tl_epoch}:%{source_date} +Obsoletes: texlive-misc-fedora-fonts <= %{tl_epoch}:%{source_date} +Obsoletes: texlive-thailatex <= %{tl_epoch}:%{source_date} +Obsoletes: texlive-thailatex-bin <= %{tl_epoch}:%{source_date} +Obsoletes: texlive-thailatex-doc <= %{tl_epoch}:%{source_date} +Obsoletes: texlive-thailatex-fedora-fonts <= %{tl_epoch}:%{source_date} + +%description lib +TeX specific shared libraries. + + +%package lib-devel +Summary: Development files for TeX specific shared libraries +Requires: %{name}-lib%{?_isa} +Provides: texlive-kpathsea-lib-devel = %{epoch}:%{source_date}-%{release} +Obsoletes: texlive-kpathsea-lib-devel < %{tl_epoch}:%{source_date} + +%description lib-devel +Development files for TeX specific shared libraries. -%description 12many -In the discrete branches of mathematics and the computer -sciences, it will only take some seconds before you're faced -with a set like {1,...,m}. Some people write $1\ldotp\ldotp m$, -others $\{j:1\leq j\leq m\}$, and the journal you're submitting -to might want something else entirely. The 12many package -provides an interface that makes changing from one to another a -one-line change. - -%package 12many-doc -Summary: Documentation for 12many -Version: svn15878.0.3 -Provides: tex-12many-doc -AutoReqProv: No - -%description 12many-doc -Documentation for 12many - -%package 2up -Provides: tex-2up = %{tl_version} -License: LPPL -Summary: 2up package -Version: svn41578 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(2up.sty) = %{tl_version} -Provides: tex(2up.tex) = %{tl_version} - -%description 2up -2up package - -%package 2up-doc -Summary: Documentation for 2up -Version: svn41578 -Provides: tex-2up-doc -AutoReqProv: No - -%description 2up-doc -Documentation for 2up - -%package a0poster -Provides: tex-a0poster = %{tl_version} -License: LPPL -Summary: Support for designing posters on large paper -Version: svn54071 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(a0poster.cls) = %{tl_version} -Provides: tex(a0size.sty) = %{tl_version} -Provides: a0poster-doc = %{epoch}:%{version}-%{release} -Obsoletes: a0poster-doc < 9:2020-1 - -%description a0poster -Provides fonts in sizes of 12pt up to 107pt and also makes sure -that in math formulas the symbols appear in the right size. Can -also create a PostScript header file for dvips which ensures -that the poster will be printed in the right size. Supported -sizes are DIN A0, DIN A1, DIN A2 and DIN A3. - -%package a4wide -Provides: tex-a4wide = %{tl_version} -License: LPPL -Summary: "Wide" a4 layout -Version: svn20943.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(a4.sty) -Provides: tex(a4wide.sty) = %{tl_version} - -%description a4wide -This package increases the width of the typeset area of an a4 -page. This sort of operation is capable of producing -typographically poor results; the operation itself is better -provided by the geometry package. The package uses the a4 -package. - -%package a4wide-doc -Summary: Documentation for a4wide -Version: svn20943.0 -Provides: tex-a4wide-doc -AutoReqProv: No - -%description a4wide-doc -Documentation for a4wide - -%package a5comb -Provides: tex-a5comb = %{tl_version} -License: Public Domain -Summary: Support for a5 paper sizes -Version: svn17020.4 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(a5comb.sty) = %{tl_version} - -%description a5comb -Superceded by geometry. - -%package a5comb-doc -Summary: Documentation for a5comb -Version: svn17020.4 -Provides: tex-a5comb-doc -AutoReqProv: No - -%description a5comb-doc -Documentation for a5comb - -%package aastex -Provides: tex-aastex = %{tl_version} -License: LPPL -Summary: Macros for Manuscript Preparation for AAS Journals -Version: svn51836 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(latexsym.sty) -Requires: tex(graphicx.sty) -Requires: tex(amssymb.sty) -Requires: tex(natbib.sty) -Requires: tex(verbatim.sty) -Provides: tex(aastex63.cls) = %{tl_version} - -%description aastex -The bundle provides a document class for preparing papers for -American Astronomical Society publications. Authors who wish to -submit papers to AAS journals are strongly urged to use this -class in preference to any of the alternatives available. - -%package aastex-doc -Summary: Documentation for aastex -Version: svn51836 -Provides: tex-aastex-doc -AutoReqProv: No - -%description aastex-doc -Documentation for aastex - -%package abbr -Provides: tex-abbr = %{tl_version} -License: Public Domain -Summary: Simple macros supporting abreviations for Plain and LaTeX -Version: svn15878.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(abbr.tex) = %{tl_version} - -%description abbr -The package provides some simple macros to support -abbreviations in Plain TeX or LaTeX. It allows writing (e.g.) -\ instead of \TeX, hence frees users from having to escape -space after parameterless macros. - -%package abbr-doc -Summary: Documentation for abbr -Version: svn15878.0 -Provides: tex-abbr-doc -AutoReqProv: No - -%description abbr-doc -Documentation for abbr - -%package abc -Provides: tex-abc = %{tl_version} -License: LPPL 1.2 -Summary: Support ABC music notation in LaTeX -Version: svn41157 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(verbatim.sty) -Requires: tex(keyval.sty) -Requires: tex(graphicx.sty) -Requires: tex(ifpdf.sty) -Provides: tex(abc.sty) = %{tl_version} -Provides: tex(mup.sty) = %{tl_version} - -%description abc -The abc package lets you include lines of music written in the -ABC Plus language. The package will then employ the \write18 -facility to convert your notation to PostScript (using the -established utility abcm2ps) and hence to the format needed for -inclusion in your document. - -%package abc-doc -Summary: Documentation for abc -Version: svn41157 -Provides: tex-abc-doc -AutoReqProv: No - -%description abc-doc -Documentation for abc - -%package abntex2 -Provides: tex-abntex2 = %{tl_version} -License: LPPL 1.3 -Summary: Typeset technical and scientific Brazilian documents based on ABNT rules -Version: svn49248 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(textcase.sty) -Requires: tex(hyperref.sty) -Requires: tex(bookmark.sty) -Requires: tex(babel.sty) -Requires: tex(enumitem.sty) -Requires: tex(calc.sty) -Requires: tex(setspace.sty) -Requires: tex(url.sty) -Requires: tex(ifpdf.sty) -Requires: tex(ifxetex.sty) -Requires: tex(breakurl.sty) -Requires: tex(relsize.sty) -Provides: tex(abntex2.cls) = %{tl_version} -Provides: tex(abntex2abrev.sty) = %{tl_version} -Provides: tex(abntex2cite.sty) = %{tl_version} - -%description abntex2 -The bundle provides support for typesetting technical and -scientific Brazilian documents (like academic thesis, articles, -reports, research project and others) based on the ABNT rules -(Associacao Brasileira de Normas Tecnicas). It replaces the old -abntex. - -%package abntex2-doc -Summary: Documentation for abntex2 -Version: svn49248 -Provides: tex-abntex2-doc -AutoReqProv: No - -%description abntex2-doc -Documentation for abntex2 - -%package abraces -Provides: tex-abraces = %{tl_version} -License: LPPL -Summary: Asymmetric over-/underbraces in maths -Version: svn27880.2 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(abraces.sty) = %{tl_version} - -%description abraces -The package provides a character key-driven interface to -supplement new constructions of the traditional \overbrace and -\underbrace pairs in an asymmetric or arbitrary way. - -%package abraces-doc -Summary: Documentation for abraces -Version: svn27880.2 -Provides: tex-abraces-doc -AutoReqProv: No - -%description abraces-doc -Documentation for abraces - -%package abstract -Provides: tex-abstract = %{tl_version} -License: LPPL -Summary: Control the typesetting of the abstract environment -Version: svn15878.1.2a -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(abstract.sty) = %{tl_version} - -%description abstract -The abstract package gives you control over the typesetting of -the abstract environment, and in particular provides for a one -column abstract in a two column paper. - -%package abstract-doc -Summary: Documentation for abstract -Version: svn15878.1.2a -Provides: tex-abstract-doc -AutoReqProv: No - -%description abstract-doc -Documentation for abstract - -%package abstyles -Provides: tex-abstyles = %{tl_version} -License: Abstyles -Summary: Adaptable BibTeX styles -Version: svn15878.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(apreambl.tex) = %{tl_version} - -%description abstyles -A family of modifications of the standard BibTeX styles whose -behaviour may be changed by changing the user document, without -change to the styles themselves. The package is largely used -nowadays in its adaptation for working with Babel. - -%package abstyles-doc -Summary: Documentation for abstyles -Version: svn15878.0 -Provides: tex-abstyles-doc -AutoReqProv: No - -%description abstyles-doc -Documentation for abstyles - -%package academicons -Provides: tex-academicons = %{tl_version} -License: LPPL 1.3 -Summary: Font containing icons of online academic profiles -Version: svn54512 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(academicons.ttf) = %{tl_version} -Provides: tex(academicons.sty) = %{tl_version} -Provides: tex(tuacademicons.fd) = %{tl_version} - -%description academicons -This package provides access in (La)TeX to 76 high quality -icons of online academic profiles included in the free -"Academicons" font. It requires the fontspec package and either -the Xe(La)TeX or the Lua(La)TeX engine to load the included -academicons.ttf font. The "Academicons" font was designed by -James Walsh and released (see -http://jpswalsh.github.io/academicons/) under the SIL Open Font -License. This package is inspired by and based on the -fontawesome package. academicons.sty provides the generic -\aiicon command to access icons, which takes as a mandatory -argument the name of the desired icon. It also provides -individual direct commands for each specific icon. The full -list of icons and their respective names and direct commands -can be found in the manual. - -%package academicons-doc -Summary: Documentation for academicons -Version: svn54512 -Provides: tex-academicons-doc -AutoReqProv: No - -%description academicons-doc -Documentation for academicons - -%package accanthis -Provides: tex-accanthis = %{tl_version} -License: GPLv2+ -Summary: Accanthis fonts, with LaTeX support -Version: svn32089.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Requires: tex(textcomp.sty) -Requires: tex(xkeyval.sty) -Requires: tex(fontspec.sty) -Requires: tex(fontenc.sty) -Requires: tex(fontaxes.sty) -Provides: tex(acnt_m4gnvn.enc) = %{tl_version} -Provides: tex(acnt_qu6a6x.enc) = %{tl_version} -Provides: tex(acnt_sjpjw4.enc) = %{tl_version} -Provides: tex(acnt_z4e4wk.enc) = %{tl_version} -Provides: tex(accanthis.map) = %{tl_version} -Provides: tex(AccanthisADFStdNo3-Bold.otf) = %{tl_version} -Provides: tex(AccanthisADFStdNo3-BoldItalic.otf) = %{tl_version} -Provides: tex(AccanthisADFStdNo3-Italic.otf) = %{tl_version} -Provides: tex(AccanthisADFStdNo3-Regular.otf) = %{tl_version} -Provides: tex(AccanthisADFStdNo3-Bold-lf-ly1--base.tfm) = %{tl_version} -Provides: tex(AccanthisADFStdNo3-Bold-lf-ly1--lcdfj.tfm) = %{tl_version} -Provides: tex(AccanthisADFStdNo3-Bold-lf-ly1.tfm) = %{tl_version} -Provides: tex(AccanthisADFStdNo3-Bold-lf-ot1--base.tfm) = %{tl_version} -Provides: tex(AccanthisADFStdNo3-Bold-lf-ot1--lcdfj.tfm) = %{tl_version} -Provides: tex(AccanthisADFStdNo3-Bold-lf-ot1.tfm) = %{tl_version} -Provides: tex(AccanthisADFStdNo3-Bold-lf-t1--base.tfm) = %{tl_version} -Provides: tex(AccanthisADFStdNo3-Bold-lf-t1--lcdfj.tfm) = %{tl_version} -Provides: tex(AccanthisADFStdNo3-Bold-lf-t1.tfm) = %{tl_version} -Provides: tex(AccanthisADFStdNo3-Bold-lf-ts1--base.tfm) = %{tl_version} -Provides: tex(AccanthisADFStdNo3-Bold-lf-ts1.tfm) = %{tl_version} -Provides: tex(AccanthisADFStdNo3-BoldItalic-lf-ly1--base.tfm) = %{tl_version} -Provides: tex(AccanthisADFStdNo3-BoldItalic-lf-ly1--lcdfj.tfm) = %{tl_version} -Provides: tex(AccanthisADFStdNo3-BoldItalic-lf-ly1.tfm) = %{tl_version} -Provides: tex(AccanthisADFStdNo3-BoldItalic-lf-ot1--base.tfm) = %{tl_version} -Provides: tex(AccanthisADFStdNo3-BoldItalic-lf-ot1--lcdfj.tfm) = %{tl_version} -Provides: tex(AccanthisADFStdNo3-BoldItalic-lf-ot1.tfm) = %{tl_version} -Provides: tex(AccanthisADFStdNo3-BoldItalic-lf-t1--base.tfm) = %{tl_version} -Provides: tex(AccanthisADFStdNo3-BoldItalic-lf-t1--lcdfj.tfm) = %{tl_version} -Provides: tex(AccanthisADFStdNo3-BoldItalic-lf-t1.tfm) = %{tl_version} -Provides: tex(AccanthisADFStdNo3-BoldItalic-lf-ts1--base.tfm) = %{tl_version} -Provides: tex(AccanthisADFStdNo3-BoldItalic-lf-ts1.tfm) = %{tl_version} -Provides: tex(AccanthisADFStdNo3-Italic-lf-ly1--base.tfm) = %{tl_version} -Provides: tex(AccanthisADFStdNo3-Italic-lf-ly1--lcdfj.tfm) = %{tl_version} -Provides: tex(AccanthisADFStdNo3-Italic-lf-ly1.tfm) = %{tl_version} -Provides: tex(AccanthisADFStdNo3-Italic-lf-ot1--base.tfm) = %{tl_version} -Provides: tex(AccanthisADFStdNo3-Italic-lf-ot1--lcdfj.tfm) = %{tl_version} -Provides: tex(AccanthisADFStdNo3-Italic-lf-ot1.tfm) = %{tl_version} -Provides: tex(AccanthisADFStdNo3-Italic-lf-t1--base.tfm) = %{tl_version} -Provides: tex(AccanthisADFStdNo3-Italic-lf-t1--lcdfj.tfm) = %{tl_version} -Provides: tex(AccanthisADFStdNo3-Italic-lf-t1.tfm) = %{tl_version} -Provides: tex(AccanthisADFStdNo3-Italic-lf-ts1--base.tfm) = %{tl_version} -Provides: tex(AccanthisADFStdNo3-Italic-lf-ts1.tfm) = %{tl_version} -Provides: tex(AccanthisADFStdNo3-Regular-lf-ly1--base.tfm) = %{tl_version} -Provides: tex(AccanthisADFStdNo3-Regular-lf-ly1--lcdfj.tfm) = %{tl_version} -Provides: tex(AccanthisADFStdNo3-Regular-lf-ly1.tfm) = %{tl_version} -Provides: tex(AccanthisADFStdNo3-Regular-lf-ot1--base.tfm) = %{tl_version} -Provides: tex(AccanthisADFStdNo3-Regular-lf-ot1--lcdfj.tfm) = %{tl_version} -Provides: tex(AccanthisADFStdNo3-Regular-lf-ot1.tfm) = %{tl_version} -Provides: tex(AccanthisADFStdNo3-Regular-lf-t1--base.tfm) = %{tl_version} -Provides: tex(AccanthisADFStdNo3-Regular-lf-t1--lcdfj.tfm) = %{tl_version} -Provides: tex(AccanthisADFStdNo3-Regular-lf-t1.tfm) = %{tl_version} -Provides: tex(AccanthisADFStdNo3-Regular-lf-ts1--base.tfm) = %{tl_version} -Provides: tex(AccanthisADFStdNo3-Regular-lf-ts1.tfm) = %{tl_version} -Provides: tex(AccanthisADFStdNo3-Bold.pfb) = %{tl_version} -Provides: tex(AccanthisADFStdNo3-BoldItalic.pfb) = %{tl_version} -Provides: tex(AccanthisADFStdNo3-BoldItalicLCDFJ.pfb) = %{tl_version} -Provides: tex(AccanthisADFStdNo3-BoldLCDFJ.pfb) = %{tl_version} -Provides: tex(AccanthisADFStdNo3-Italic.pfb) = %{tl_version} -Provides: tex(AccanthisADFStdNo3-ItalicLCDFJ.pfb) = %{tl_version} -Provides: tex(AccanthisADFStdNo3-Regular.pfb) = %{tl_version} -Provides: tex(AccanthisADFStdNo3-RegularLCDFJ.pfb) = %{tl_version} -Provides: tex(AccanthisADFStdNo3-Bold-lf-ly1.vf) = %{tl_version} -Provides: tex(AccanthisADFStdNo3-Bold-lf-ot1.vf) = %{tl_version} -Provides: tex(AccanthisADFStdNo3-Bold-lf-t1.vf) = %{tl_version} -Provides: tex(AccanthisADFStdNo3-Bold-lf-ts1.vf) = %{tl_version} -Provides: tex(AccanthisADFStdNo3-BoldItalic-lf-ly1.vf) = %{tl_version} -Provides: tex(AccanthisADFStdNo3-BoldItalic-lf-ot1.vf) = %{tl_version} -Provides: tex(AccanthisADFStdNo3-BoldItalic-lf-t1.vf) = %{tl_version} -Provides: tex(AccanthisADFStdNo3-BoldItalic-lf-ts1.vf) = %{tl_version} -Provides: tex(AccanthisADFStdNo3-Italic-lf-ly1.vf) = %{tl_version} -Provides: tex(AccanthisADFStdNo3-Italic-lf-ot1.vf) = %{tl_version} -Provides: tex(AccanthisADFStdNo3-Italic-lf-t1.vf) = %{tl_version} -Provides: tex(AccanthisADFStdNo3-Italic-lf-ts1.vf) = %{tl_version} -Provides: tex(AccanthisADFStdNo3-Regular-lf-ly1.vf) = %{tl_version} -Provides: tex(AccanthisADFStdNo3-Regular-lf-ot1.vf) = %{tl_version} -Provides: tex(AccanthisADFStdNo3-Regular-lf-t1.vf) = %{tl_version} -Provides: tex(AccanthisADFStdNo3-Regular-lf-ts1.vf) = %{tl_version} -Provides: tex(LY1AccanthisADFStdNoThree-LF.fd) = %{tl_version} -Provides: tex(OT1AccanthisADFStdNoThree-LF.fd) = %{tl_version} -Provides: tex(T1AccanthisADFStdNoThree-LF.fd) = %{tl_version} -Provides: tex(TS1AccanthisADFStdNoThree-LF.fd) = %{tl_version} -Provides: tex(accanthis.sty) = %{tl_version} - -%description accanthis -Accanthis No. 3 is designed by Hirwin Harendal and is suitable -as an alternative to fonts such as Garamond, Galliard, Horley -old style, Sabon, and Bembo. The support files are suitable for -use with all LaTeX engines. - -%package accanthis-doc -Summary: Documentation for accanthis -Version: svn32089.0 -Provides: tex-accanthis-doc -AutoReqProv: No - -%description accanthis-doc -Documentation for accanthis - -%package achemso -Provides: tex-achemso = %{tl_version} -License: LPPL 1.3 -Summary: Support for American Chemical Society journal submissions -Version: svn50025 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xkeyval.sty) -Requires: tex(geometry.sty) -Requires: tex(caption.sty) -Requires: tex(float.sty) -Requires: tex(graphicx.sty) -Requires: tex(setspace.sty) -Requires: tex(url.sty) -Requires: tex(natbib.sty) -Requires: tex(mciteplus.sty) -Provides: tex(achemso.cls) = %{tl_version} -Provides: tex(achemso.sty) = %{tl_version} -Provides: tex(achemso-aamick.cfg) = %{tl_version} -Provides: tex(achemso-acbcct.cfg) = %{tl_version} -Provides: tex(achemso-accacs.cfg) = %{tl_version} -Provides: tex(achemso-achre4.cfg) = %{tl_version} -Provides: tex(achemso-acncdm.cfg) = %{tl_version} -Provides: tex(achemso-acsccc.cfg) = %{tl_version} -Provides: tex(achemso-acsodf.cfg) = %{tl_version} -Provides: tex(achemso-aelccp.cfg) = %{tl_version} -Provides: tex(achemso-amclct.cfg) = %{tl_version} -Provides: tex(achemso-amlccd.cfg) = %{tl_version} -Provides: tex(achemso-ancac3.cfg) = %{tl_version} -Provides: tex(achemso-ancham.cfg) = %{tl_version} -Provides: tex(achemso-apchd5.cfg) = %{tl_version} -Provides: tex(achemso-asbcd6.cfg) = %{tl_version} -Provides: tex(achemso-asccii.cfg) = %{tl_version} -Provides: tex(achemso-ascecg.cfg) = %{tl_version} -Provides: tex(achemso-bcches.cfg) = %{tl_version} -Provides: tex(achemso-bichaw.cfg) = %{tl_version} -Provides: tex(achemso-bomaf6.cfg) = %{tl_version} -Provides: tex(achemso-cgdefu.cfg) = %{tl_version} -Provides: tex(achemso-chreay.cfg) = %{tl_version} -Provides: tex(achemso-cmatex.cfg) = %{tl_version} -Provides: tex(achemso-crtoec.cfg) = %{tl_version} -Provides: tex(achemso-enfuem.cfg) = %{tl_version} -Provides: tex(achemso-esthag.cfg) = %{tl_version} -Provides: tex(achemso-estlcu.cfg) = %{tl_version} -Provides: tex(achemso-iecred.cfg) = %{tl_version} -Provides: tex(achemso-inoraj.cfg) = %{tl_version} -Provides: tex(achemso-jacsat.cfg) = %{tl_version} -Provides: tex(achemso-jafcau.cfg) = %{tl_version} -Provides: tex(achemso-jceaax.cfg) = %{tl_version} -Provides: tex(achemso-jceda8.cfg) = %{tl_version} -Provides: tex(achemso-jcisd8.cfg) = %{tl_version} -Provides: tex(achemso-jctcce.cfg) = %{tl_version} -Provides: tex(achemso-jmcmar.cfg) = %{tl_version} -Provides: tex(achemso-jnprdf.cfg) = %{tl_version} -Provides: tex(achemso-joceah.cfg) = %{tl_version} -Provides: tex(achemso-jpcafh.cfg) = %{tl_version} -Provides: tex(achemso-jpcbfk.cfg) = %{tl_version} -Provides: tex(achemso-jpccck.cfg) = %{tl_version} -Provides: tex(achemso-jpclcd.cfg) = %{tl_version} -Provides: tex(achemso-jprobs.cfg) = %{tl_version} -Provides: tex(achemso-langd5.cfg) = %{tl_version} -Provides: tex(achemso-mamobx.cfg) = %{tl_version} -Provides: tex(achemso-mpohbp.cfg) = %{tl_version} -Provides: tex(achemso-nalefd.cfg) = %{tl_version} -Provides: tex(achemso-oprdfk.cfg) = %{tl_version} -Provides: tex(achemso-orgnd7.cfg) = %{tl_version} -Provides: tex(achemso-orlef7.cfg) = %{tl_version} -Provides: tex(natmove.sty) = %{tl_version} - -%description achemso -The bundle provides the official macros (achemso.cls) and -BibTeX styles (achemso.bst and biochem.bst) for submission to -the journals of the American Chemical Society. The natmove -package, which moves citations relative to punctuation, is -distributed as part of the bundle. - -%package achemso-doc -Summary: Documentation for achemso -Version: svn50025 -Provides: tex-achemso-doc -AutoReqProv: No - -%description achemso-doc -Documentation for achemso - -%package acmconf -Provides: tex-acmconf = %{tl_version} -License: LPPL -Summary: Class for ACM conference proceedings -Version: svn15878.1.3 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(flushend.sty) -Provides: tex(acmconf.cls) = %{tl_version} - -%description acmconf -This class may be used to typeset articles to be published in -the proceedings of ACM (Association for Computing Machinery) -conferences and workshops. The layout produced by the acmconf -class is based on the ACM's own specification. - -%package acmconf-doc -Summary: Documentation for acmconf -Version: svn15878.1.3 -Provides: tex-acmconf-doc -AutoReqProv: No - -%description acmconf-doc -Documentation for acmconf - -%package acronym -Provides: tex-acronym = %{tl_version} -License: LPPL 1.3 -Summary: Expand acronyms at least once -Version: svn54758 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(suffix.sty) -Requires: tex(xstring.sty) -Requires: tex(relsize.sty) -Provides: tex(acronym.sty) = %{tl_version} - -%description acronym -This package ensures that all acronyms used in the text are -spelled out in full at least once. It also provides an -environment to build a list of acronyms used. The package is -compatible with pdf bookmarks. The package requires the suffix -package, which in turn requires that it runs under e-TeX. - -%package acronym-doc -Summary: Documentation for acronym -Version: svn54758 -Provides: tex-acronym-doc -AutoReqProv: No - -%description acronym-doc -Documentation for acronym - -%package acroterm -Provides: tex-acroterm = %{tl_version} -License: LPPL 1.3 -Summary: Manage and index acronyms and terms -Version: svn20498.0.1 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(splitidx.sty) -Requires: tex(xifthen.sty) -Provides: tex(acroterm.sty) = %{tl_version} - -%description acroterm -Yet another package for acronyms: the package offers simple -markup of acronyms and technical terms in the text, giving an -index each of terms and acronyms with their expanded form. - -%package acroterm-doc -Summary: Documentation for acroterm -Version: svn20498.0.1 -Provides: tex-acroterm-doc -AutoReqProv: No - -%description acroterm-doc -Documentation for acroterm - -%package acro -Provides: tex-acro = %{tl_version} -License: LPPL 1.3 -Summary: Typeset acronyms -Version: svn54512 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-etoolbox -Requires: texlive-l3kernel -Requires: texlive-l3packages -Requires: tex(expl3.sty) -Requires: tex(xparse.sty) -Requires: tex(l3keys2e.sty) -Requires: tex(xtemplate.sty) -Requires: tex(etoolbox.sty) -Requires: tex(xspace.sty) -Requires: tex(zref-abspage.sty) -Requires: tex(accsupp.sty) -Requires: tex(pdfcomment.sty) -Requires: tex(translations.sty) -Provides: tex(acro-manual.cls) = %{tl_version} -Provides: tex(acro.definitions.tex) = %{tl_version} -Provides: tex(acro.sty) = %{tl_version} - -%description acro -The package enables the author to create acronyms in a simple -way, and provides means to add them to different 'classes' of -acronyms. Lists can be created of separate acronym classes. The -package option 'single' instructs the package to ignore -acronyms that are used only once in the whole document. As an -experimental feature the package also offers the option 'sort' -which automatically sorts the list created by \printacronyms. - -%package acro-doc -Summary: Documentation for acro -Version: svn54512 -Provides: tex-acro-doc -AutoReqProv: No - -%description acro-doc -Documentation for acro - -%package active-conf -Provides: tex-active-conf = %{tl_version} -License: LPPL -Summary: Class for typesetting ACTIVE conference papers -Version: svn15878.0.3a -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(helvet.sty) -Requires: tex(fontenc.sty) -Requires: tex(textcomp.sty) -Requires: tex(calc.sty) -Requires: tex(ifthen.sty) -Requires: tex(url.sty) -Requires: tex(geometry.sty) -Requires: tex(amsmath.sty) -Requires: tex(amssymb.sty) -Requires: tex(array.sty) -Requires: tex(bm.sty) -Requires: tex(graphicx.sty) -Requires: tex(hyperref.sty) -Provides: tex(active-conf.cls) = %{tl_version} - -%description active-conf -Active-conf is a class for typesetting papers for the Active -conference on noise and vibration control. It is initially -intended for the 2006 conference in Adelaide, Australia. The -class is based on article with more flexible front-matter, and -can be customised for conferences in future years with a header -file. - -%package active-conf-doc -Summary: Documentation for active-conf -Version: svn15878.0.3a -Provides: tex-active-conf-doc -AutoReqProv: No - -%description active-conf-doc -Documentation for active-conf - -%package actuarialangle -Provides: tex-actuarialangle = %{tl_version} -License: Public Domain -Summary: Symbol for use in "present value" statements of an annuity -Version: svn51376 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(actuarialangle.sty) = %{tl_version} - -%description actuarialangle -The package defines a single command \actuarialangle to typeset -"angles" in the 'present value of an annuity' symbols common in -actuarial and financial notation. - -%package actuarialangle-doc -Summary: Documentation for actuarialangle -Version: svn51376 -Provides: tex-actuarialangle-doc -AutoReqProv: No - -%description actuarialangle-doc -Documentation for actuarialangle - -%package addlines -Provides: tex-addlines = %{tl_version} -License: LPPL -Summary: A user-friendly wrapper around \enlargethispage -Version: svn49326 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(afterpage.sty) -Requires: tex(changepage.sty) -Provides: tex(addlines.sty) = %{tl_version} - -%description addlines -This small package provides the command \addlines for adding or -removing space in the textblock of the page it's used on. E.g., -adding an extra line of text to the page so that a section fits -better on the next page. It will also add space to the facing -page in a two-sided document. - -%package addlines-doc -Summary: Documentation for addlines -Version: svn49326 -Provides: tex-addlines-doc -AutoReqProv: No - -%description addlines-doc -Documentation for addlines - -%package adfathesis -Provides: tex-adfathesis = %{tl_version} -License: Public Domain -Summary: Australian Defence Force Academy thesis format -Version: svn26048.2.42 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(harvard.sty) -Provides: tex(adfathesis.cls) = %{tl_version} - -%description adfathesis -The bundle includes a BibTeX style file. - -%package adfathesis-doc -Summary: Documentation for adfathesis -Version: svn26048.2.42 -Provides: tex-adfathesis-doc -AutoReqProv: No - -%description adfathesis-doc -Documentation for adfathesis - -%package adforn -Provides: tex-adforn = %{tl_version} -License: LPPL -Summary: OrnementsADF font with TeX/LaTeX support -Version: svn54512 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pifont.sty) -Provides: tex(OrnementsADF.enc) = %{tl_version} -Provides: tex(OrnementsADF.map) = %{tl_version} -Provides: tex(OrnementsADF.tfm) = %{tl_version} -Provides: tex(OrnementsADF.pfb) = %{tl_version} -Provides: tex(adforn.sty) = %{tl_version} -Provides: tex(uornementsadf.fd) = %{tl_version} - -%description adforn -The bundle provides the Ornements ADF font in PostScript type 1 -format with TeX/LaTeX support files. The font is licensed under -GPL v2 or later with font exception. (See NOTICE, COPYING, -README.) The TeX/LaTeX support is licensed under LPPL. (See -README, manifest.txt.) - -%package adforn-doc -Summary: Documentation for adforn -Version: svn54512 -Provides: tex-adforn-doc -AutoReqProv: No - -%description adforn-doc -Documentation for adforn - -%package adfsymbols -Provides: tex-adfsymbols = %{tl_version} -License: LPPL -Summary: SymbolsADF with TeX/LaTeX support -Version: svn54512 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pifont.sty) -Requires: tex(fp.sty) -Provides: tex(SymbolsADF.enc) = %{tl_version} -Provides: tex(ArrowsADF.map) = %{tl_version} -Provides: tex(BulletsADF.map) = %{tl_version} -Provides: tex(ArrowsADF.tfm) = %{tl_version} -Provides: tex(BulletsADF.tfm) = %{tl_version} -Provides: tex(ArrowsADF.pfb) = %{tl_version} -Provides: tex(BulletsADF.pfb) = %{tl_version} -Provides: tex(adfarrows.sty) = %{tl_version} -Provides: tex(adfbullets.sty) = %{tl_version} -Provides: tex(uarrowsadf.fd) = %{tl_version} -Provides: tex(ubulletsadf.fd) = %{tl_version} - -%description adfsymbols -The package provides Arkandis foundry's ArrowsADF and -BulletsADF fonts in Adobe Type 1 format, together with -TeX/LaTeX support files. The fonts are licensed under GPL v2 or -later with font exception. (See NOTICE, COPYING, README.) The -TeX/LaTeX support is licensed under LPPL. (See README, -manifest.txt.) - -%package adfsymbols-doc -Summary: Documentation for adfsymbols -Version: svn54512 -Provides: tex-adfsymbols-doc -AutoReqProv: No - -%description adfsymbols-doc -Documentation for adfsymbols - -%package adjmulticol -Provides: tex-adjmulticol = %{tl_version} -License: LPPL 1.3 -Summary: Adjusting margins for multicolumn and single column output -Version: svn54157 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(multicol.sty) -Provides: tex(adjmulticol.sty) = %{tl_version} - -%description adjmulticol -The package adds, to the multicol package, the option to change -the margins for multicolumn and unicolumn layout. The package -understands the difference between the even and odd margins for -two side printing. - -%package adjmulticol-doc -Summary: Documentation for adjmulticol -Version: svn54157 -Provides: tex-adjmulticol-doc -AutoReqProv: No - -%description adjmulticol-doc -Documentation for adjmulticol - -%package adjustbox -Provides: tex-adjustbox = %{tl_version} -License: LPPL 1.3 -Summary: Graphics package-alike macros for "general" boxes -Version: svn49596 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xkeyval.sty) -Requires: tex(calc.sty) -Requires: tex(pgf.sty) -Requires: tex(graphicx.sty) -Requires: tex(collectbox.sty) -Requires: tex(ifoddpage.sty) -Requires: tex(varwidth.sty) -Provides: tex(adjcalc.sty) = %{tl_version} -Provides: tex(adjustbox.sty) = %{tl_version} -Provides: tex(tc-dvips.def) = %{tl_version} -Provides: tex(tc-pdftex.def) = %{tl_version} -Provides: tex(tc-pgf.def) = %{tl_version} -Provides: tex(tc-xetex.def) = %{tl_version} -Provides: tex(trimclip.sty) = %{tl_version} - -%description adjustbox -The package provides several macros to adjust boxed content. -One purpose is to supplement the standard graphics package, -which defines the macros \resizebox, \scalebox and \rotatebox , -with the macros\trimbox and \clipbox. The main feature is the -general \adjustbox macro which extends the "key=value" -interface of \includegraphics from the graphics package and -applies it to general text content. Additional provided box -macros are \lapbox, \marginbox, \minsizebox, \maxsizebox and -\phantombox. All macros use the collectbox package to read the -content as a box and not as a macro argument. This allows for -all forms of content including special material like verbatim -content. A special feature of collectbox is used to provide -matching environments with the identical names as the macros. - -%package adjustbox-doc -Summary: Documentation for adjustbox -Version: svn49596 -Provides: tex-adjustbox-doc -AutoReqProv: No - -%description adjustbox-doc -Documentation for adjustbox - -%package adobemapping -Provides: tex-adobemapping = %{tl_version} -License: BSD -Summary: Adobe cmap and pdfmapping files -Version: svn51787 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description adobemapping -The package comprises the collection of CMap and PDF mapping -files now made available for distribution by Adobe systems -incorporated. - -%package adrconv -Provides: tex-adrconv = %{tl_version} -License: LPPL -Summary: BibTeX styles to implement an address database -Version: svn46817 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(adrdir.cfg) = %{tl_version} -Provides: tex(adrplaner.cfg) = %{tl_version} -Provides: tex(adrsmall.cfg) = %{tl_version} - -%description adrconv -The bundle provides a collection of BibTeX style files to turn -an address database stored in the .bib format into files -suitable for printing as address books or included into letter -classes like akletter or scrletter2. The data may be sorted -either by name or birthday and output provides files in various -formats for address books or time planners. - -%package adrconv-doc -Summary: Documentation for adrconv -Version: svn46817 -Provides: tex-adrconv-doc -AutoReqProv: No - -%description adrconv-doc -Documentation for adrconv - -%package advdate -Provides: tex-advdate = %{tl_version} -License: LPPL 1.3 -Summary: Print a date relative to "today" -Version: svn20538.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(advdate.sty) = %{tl_version} - -%description advdate -Provides macros which can add a specified number of days to the -current date (as specified in \today), to save, set and restore -the 'current date' and to print it. Intended use is, for -example, in invoices "payable within 14 days from today", etc. -The package has only been tested with Czech dates. - -%package advdate-doc -Summary: Documentation for advdate -Version: svn20538.0 -Provides: tex-advdate-doc -AutoReqProv: No - -%description advdate-doc -Documentation for advdate - -%package aeguill -Provides: tex-aeguill = %{tl_version} -License: LPPL -Summary: Add several kinds of guillemets to the ae fonts -Version: svn15878.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ae.sty) -Requires: tex(latexsym.sty) -Requires: tex(fontenc.sty) -Provides: tex(aeguill.sty) = %{tl_version} - -%description aeguill -The package enables the user to add guillemets from several -source (Polish cmr, Cyrillic cmr, lasy and ec) to the ae fonts. -This was useful when the ae fonts were used to produce PDF -files, since the additional guillemets exist in fonts available -in Adobe Type 1 format. - -%package aeguill-doc -Summary: Documentation for aeguill -Version: svn15878.0 -Provides: tex-aeguill-doc -AutoReqProv: No - -%description aeguill-doc -Documentation for aeguill %package ae -Provides: tex-ae = %{tl_version} +Provides: tex-ae = %{epoch}:%{source_date}-%{release} +Provides: tex-ae-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-ae-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-ae-doc < %{tl_epoch}:%{source_date} License: LPPL Summary: Virtual fonts for T1 encoded CMR-fonts -Version: svn15878.1.4 +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-kpathsea Requires: tex(fontenc.sty) -Provides: tex(aeb10.tfm) = %{tl_version} -Provides: tex(aebx10.tfm) = %{tl_version} -Provides: tex(aebx12.tfm) = %{tl_version} -Provides: tex(aebx5.tfm) = %{tl_version} -Provides: tex(aebx6.tfm) = %{tl_version} -Provides: tex(aebx7.tfm) = %{tl_version} -Provides: tex(aebx8.tfm) = %{tl_version} -Provides: tex(aebx9.tfm) = %{tl_version} -Provides: tex(aebxsl10.tfm) = %{tl_version} -Provides: tex(aebxti10.tfm) = %{tl_version} -Provides: tex(aecsc10.tfm) = %{tl_version} -Provides: tex(aeitt10.tfm) = %{tl_version} -Provides: tex(aer10.tfm) = %{tl_version} -Provides: tex(aer12.tfm) = %{tl_version} -Provides: tex(aer17.tfm) = %{tl_version} -Provides: tex(aer5.tfm) = %{tl_version} -Provides: tex(aer6.tfm) = %{tl_version} -Provides: tex(aer7.tfm) = %{tl_version} -Provides: tex(aer8.tfm) = %{tl_version} -Provides: tex(aer9.tfm) = %{tl_version} -Provides: tex(aesl10.tfm) = %{tl_version} -Provides: tex(aesl12.tfm) = %{tl_version} -Provides: tex(aesl8.tfm) = %{tl_version} -Provides: tex(aesl9.tfm) = %{tl_version} -Provides: tex(aesltt10.tfm) = %{tl_version} -Provides: tex(aess10.tfm) = %{tl_version} -Provides: tex(aess12.tfm) = %{tl_version} -Provides: tex(aess17.tfm) = %{tl_version} -Provides: tex(aess8.tfm) = %{tl_version} -Provides: tex(aess9.tfm) = %{tl_version} -Provides: tex(aessbx10.tfm) = %{tl_version} -Provides: tex(aessdc10.tfm) = %{tl_version} -Provides: tex(aessi10.tfm) = %{tl_version} -Provides: tex(aessi12.tfm) = %{tl_version} -Provides: tex(aessi17.tfm) = %{tl_version} -Provides: tex(aessi8.tfm) = %{tl_version} -Provides: tex(aessi9.tfm) = %{tl_version} -Provides: tex(aetcsc10.tfm) = %{tl_version} -Provides: tex(aeti10.tfm) = %{tl_version} -Provides: tex(aeti12.tfm) = %{tl_version} -Provides: tex(aeti7.tfm) = %{tl_version} -Provides: tex(aeti8.tfm) = %{tl_version} -Provides: tex(aeti9.tfm) = %{tl_version} -Provides: tex(aett10.tfm) = %{tl_version} -Provides: tex(aett12.tfm) = %{tl_version} -Provides: tex(aett8.tfm) = %{tl_version} -Provides: tex(aett9.tfm) = %{tl_version} -Provides: tex(laess8.tfm) = %{tl_version} -Provides: tex(laessb8.tfm) = %{tl_version} -Provides: tex(laessi8.tfm) = %{tl_version} -Provides: tex(aeb10.vf) = %{tl_version} -Provides: tex(aebx10.vf) = %{tl_version} -Provides: tex(aebx12.vf) = %{tl_version} -Provides: tex(aebx5.vf) = %{tl_version} -Provides: tex(aebx6.vf) = %{tl_version} -Provides: tex(aebx7.vf) = %{tl_version} -Provides: tex(aebx8.vf) = %{tl_version} -Provides: tex(aebx9.vf) = %{tl_version} -Provides: tex(aebxsl10.vf) = %{tl_version} -Provides: tex(aebxti10.vf) = %{tl_version} -Provides: tex(aecsc10.vf) = %{tl_version} -Provides: tex(aeitt10.vf) = %{tl_version} -Provides: tex(aer10.vf) = %{tl_version} -Provides: tex(aer12.vf) = %{tl_version} -Provides: tex(aer17.vf) = %{tl_version} -Provides: tex(aer5.vf) = %{tl_version} -Provides: tex(aer6.vf) = %{tl_version} -Provides: tex(aer7.vf) = %{tl_version} -Provides: tex(aer8.vf) = %{tl_version} -Provides: tex(aer9.vf) = %{tl_version} -Provides: tex(aesl10.vf) = %{tl_version} -Provides: tex(aesl12.vf) = %{tl_version} -Provides: tex(aesl8.vf) = %{tl_version} -Provides: tex(aesl9.vf) = %{tl_version} -Provides: tex(aesltt10.vf) = %{tl_version} -Provides: tex(aess10.vf) = %{tl_version} -Provides: tex(aess12.vf) = %{tl_version} -Provides: tex(aess17.vf) = %{tl_version} -Provides: tex(aess8.vf) = %{tl_version} -Provides: tex(aess9.vf) = %{tl_version} -Provides: tex(aessbx10.vf) = %{tl_version} -Provides: tex(aessdc10.vf) = %{tl_version} -Provides: tex(aessi10.vf) = %{tl_version} -Provides: tex(aessi12.vf) = %{tl_version} -Provides: tex(aessi17.vf) = %{tl_version} -Provides: tex(aessi8.vf) = %{tl_version} -Provides: tex(aessi9.vf) = %{tl_version} -Provides: tex(aetcsc10.vf) = %{tl_version} -Provides: tex(aeti10.vf) = %{tl_version} -Provides: tex(aeti12.vf) = %{tl_version} -Provides: tex(aeti7.vf) = %{tl_version} -Provides: tex(aeti8.vf) = %{tl_version} -Provides: tex(aeti9.vf) = %{tl_version} -Provides: tex(aett10.vf) = %{tl_version} -Provides: tex(aett12.vf) = %{tl_version} -Provides: tex(aett8.vf) = %{tl_version} -Provides: tex(aett9.vf) = %{tl_version} -Provides: tex(laess8.vf) = %{tl_version} -Provides: tex(laessb8.vf) = %{tl_version} -Provides: tex(laessi8.vf) = %{tl_version} -Provides: tex(ae.sty) = %{tl_version} -Provides: tex(aecompl.sty) = %{tl_version} -Provides: tex(omlaer.fd) = %{tl_version} -Provides: tex(omsaer.fd) = %{tl_version} -Provides: tex(ot1aer.fd) = %{tl_version} -Provides: tex(ot1aess.fd) = %{tl_version} -Provides: tex(ot1aett.fd) = %{tl_version} -Provides: tex(ot1laess.fd) = %{tl_version} -Provides: tex(ot1laett.fd) = %{tl_version} -Provides: tex(t1aer.fd) = %{tl_version} -Provides: tex(t1aess.fd) = %{tl_version} -Provides: tex(t1aett.fd) = %{tl_version} -Provides: tex(t1laess.fd) = %{tl_version} -Provides: tex(t1laett.fd) = %{tl_version} +Provides: tex(aeb10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(aebx10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(aebx12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(aebx5.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(aebx6.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(aebx7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(aebx8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(aebx9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(aebxsl10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(aebxti10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(aecsc10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(aeitt10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(aer10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(aer12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(aer17.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(aer5.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(aer6.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(aer7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(aer8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(aer9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(aesl10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(aesl12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(aesl8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(aesl9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(aesltt10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(aess10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(aess12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(aess17.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(aess8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(aess9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(aessbx10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(aessdc10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(aessi10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(aessi12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(aessi17.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(aessi8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(aessi9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(aetcsc10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(aeti10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(aeti12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(aeti7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(aeti8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(aeti9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(aett10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(aett12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(aett8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(aett9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(laess8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(laessb8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(laessi8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(aeb10.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(aebx10.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(aebx12.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(aebx5.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(aebx6.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(aebx7.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(aebx8.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(aebx9.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(aebxsl10.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(aebxti10.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(aecsc10.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(aeitt10.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(aer10.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(aer12.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(aer17.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(aer5.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(aer6.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(aer7.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(aer8.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(aer9.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(aesl10.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(aesl12.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(aesl8.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(aesl9.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(aesltt10.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(aess10.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(aess12.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(aess17.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(aess8.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(aess9.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(aessbx10.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(aessdc10.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(aessi10.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(aessi12.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(aessi17.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(aessi8.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(aessi9.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(aetcsc10.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(aeti10.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(aeti12.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(aeti7.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(aeti8.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(aeti9.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(aett10.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(aett12.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(aett8.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(aett9.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(laess8.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(laessb8.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(laessi8.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ae.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(aecompl.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(omlaer.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(omsaer.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot1aer.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot1aess.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot1aett.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot1laess.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot1laett.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1aer.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1aess.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1aett.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1laess.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1laett.fd) = %{epoch}:%{source_date}-%{release} %description ae A set of virtual fonts which emulates T1 coded fonts using the @@ -7984,659 +1018,22 @@ substitutes for the bitmapped EC fonts are now available, via the CM-super, Latin Modern and (in a restricted way) CM-LGC font sets. -%package ae-doc -Summary: Documentation for ae -Version: svn15878.1.4 -Provides: tex-ae-doc -AutoReqProv: No - -%description ae-doc -Documentation for ae - -%package afparticle -Provides: tex-afparticle = %{tl_version} -License: LPPL 1.3 -Summary: Typesetting articles for Archives of Forensic Psychology -Version: svn35900.1.3 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xkeyval.sty) -Requires: tex(lastpage.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(caption.sty) -Requires: tex(booktabs.sty) -Requires: tex(graphicx.sty) -Requires: tex(hyperref.sty) -Requires: tex(apacite.sty) -Provides: tex(afparticle.cls) = %{tl_version} - -%description afparticle -This package provides a class for typesetting articles for the -open access journal Archives of Forensic Psychology. - -%package afparticle-doc -Summary: Documentation for afparticle -Version: svn35900.1.3 -Provides: tex-afparticle-doc -AutoReqProv: No - -%description afparticle-doc -Documentation for afparticle - -%package afthesis -Provides: tex-afthesis = %{tl_version} -License: Public Domain -Summary: Air Force Institute of Technology thesis class -Version: svn15878.2.7 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(caption2.sty) -Requires: tex(ulem.sty) -Provides: tex(afthes10.sty) = %{tl_version} -Provides: tex(afthes11.sty) = %{tl_version} -Provides: tex(afthes12.sty) = %{tl_version} -Provides: tex(afthesis.cls) = %{tl_version} -Provides: tex(afthesis.sty) = %{tl_version} - -%description afthesis -LaTeX thesis/dissertation class for US Air Force Institute Of -Technology. - -%package afthesis-doc -Summary: Documentation for afthesis -Version: svn15878.2.7 -Provides: tex-afthesis-doc -AutoReqProv: No - -%description afthesis-doc -Documentation for afthesis - -%package aguplus -Provides: tex-aguplus = %{tl_version} -License: LPPL -Summary: Styles for American Geophysical Union -Version: svn17156.1.6b -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(aguplus.cls) = %{tl_version} -Provides: tex(aguplus.sty) = %{tl_version} -Provides: tex(agupp.sty) = %{tl_version} - -%description aguplus -This bundle started as an extension to the AGU's own published -styles, providing extra facilities and improved usability. The -AGU now publishes satisfactory LaTeX materials of its own; the -author of aguplus recommends that users switch to using the -official distribution. - -%package aguplus-doc -Summary: Documentation for aguplus -Version: svn17156.1.6b -Provides: tex-aguplus-doc -AutoReqProv: No - -%description aguplus-doc -Documentation for aguplus - -%package aiaa -Provides: tex-aiaa = %{tl_version} -License: LPPL -Summary: Typeset AIAA conference papers -Version: svn15878.3.6 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(geometry.sty) -Requires: tex(graphicx.sty) -Requires: tex(array.sty) -Requires: tex(overcite.sty) -Requires: tex(lastpage.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(setspace.sty) -Requires: tex(ifthen.sty) -Provides: tex(aiaa-tc.cls) = %{tl_version} - -%description aiaa -A bundle of LaTeX/BibTeX files and sample documents to aid -those producing papers and journal articles according to the -guidelines of the American Institute of Aeronautics and -Astronautics (AIAA). - -%package aiaa-doc -Summary: Documentation for aiaa -Version: svn15878.3.6 -Provides: tex-aiaa-doc -AutoReqProv: No - -%description aiaa-doc -Documentation for aiaa - -%package aichej -Provides: tex-aichej = %{tl_version} -License: LPPL -Summary: Bibliography style file for the AIChE Journal -Version: svn15878.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description aichej -The style was generated using custom-bib, and implements the -style of the American Institute of Chemical Engineers Journal -(or AIChE Journal or AIChE J or AIChEJ). - -%package ajl -Provides: tex-ajl = %{tl_version} -License: LPPL -Summary: BibTeX style for AJL -Version: svn34016.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description ajl -Bibliographic style references in style of Australian Journal -of Linguistics. - -%package akktex -Provides: tex-akktex = %{tl_version} -License: LPPL -Summary: A collection of packages and classes -Version: svn26055.0.3.2 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(amsmath.sty) -Requires: tex(amssymb.sty) -Requires: tex(latexsym.sty) -Requires: tex(inputenc.sty) -Requires: tex(fontenc.sty) -Requires: tex(babel.sty) -Requires: tex(xspace.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(amstext.sty) -Requires: tex(akkmathset.sty) -Requires: tex(akkmathrel.sty) -Requires: tex(akkmathfun.sty) -Requires: tex(akkmathdisc.sty) -Requires: tex(array.sty) -Requires: tex(theorem.sty) -Requires: tex(lscape.sty) -Requires: tex(longtable.sty) -Requires: tex(float.sty) -Requires: tex(enumerate.sty) -Requires: tex(verbatim.sty) -Requires: tex(calc.sty) -Provides: tex(akkconditional.sty) = %{tl_version} -Provides: tex(akkcounterlabelpattern.sty) = %{tl_version} -Provides: tex(akkcs.sty) = %{tl_version} -Provides: tex(akkdoc.sty) = %{tl_version} -Provides: tex(akkgerman.sty) = %{tl_version} -Provides: tex(akkgermanabbreviations.sty) = %{tl_version} -Provides: tex(akklecture.cls) = %{tl_version} -Provides: tex(akklongpage.sty) = %{tl_version} -Provides: tex(akkmath.sty) = %{tl_version} -Provides: tex(akkmathbasic.sty) = %{tl_version} -Provides: tex(akkmathdisc.sty) = %{tl_version} -Provides: tex(akkmathfun.sty) = %{tl_version} -Provides: tex(akkmathnum.sty) = %{tl_version} -Provides: tex(akkmathpaper.sty) = %{tl_version} -Provides: tex(akkmathproof.sty) = %{tl_version} -Provides: tex(akkmathrel.sty) = %{tl_version} -Provides: tex(akkmathset.sty) = %{tl_version} -Provides: tex(akkmathtext.sty) = %{tl_version} -Provides: tex(akknum.sty) = %{tl_version} -Provides: tex(akkparskip.sty) = %{tl_version} -Provides: tex(akkscript.cls) = %{tl_version} -Provides: tex(akksection.sty) = %{tl_version} -Provides: tex(akkstring.sty) = %{tl_version} -Provides: tex(akktecdoc.cls) = %{tl_version} -Provides: tex(akktex.sty) = %{tl_version} -Provides: tex(akkwidepage.sty) = %{tl_version} - -%description akktex -The bundle provides: new document classes for technical -documents, thesis works, manuscripts and lecture notes; many -mathematical packages providing a large number of macros for -mathematical texts; layout providing a non-empty parskip with -extended length corrections and new section definition -commands; easy label creation for counters; and german language -tools and predefined abbreviations. - -%package akktex-doc -Summary: Documentation for akktex -Version: svn26055.0.3.2 -Provides: tex-akktex-doc -AutoReqProv: No - -%description akktex-doc -Documentation for akktex - -%package akletter -Provides: tex-akletter = %{tl_version} -License: LPPL -Summary: Comprehensive letter support -Version: svn15878.1.5i -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(akfax.cfg) = %{tl_version} -Provides: tex(akletter.cfg) = %{tl_version} -Provides: tex(akletter.cls) = %{tl_version} -Provides: tex(myletter.cls) = %{tl_version} - -%description akletter -An advanced letter document class which extends LaTeX's usual -letter class, providing support for building your own -letterhead and marking fold points for window envelopes. -Options supported by the package include: letterpaper for US -letter; a4offset for a modified A4 layout suitable for platic -binders that cover a part of the left margin. The class's -handling of dates has inspired an extended version of date- -handling in the isodate package. The class supersedes an -earlier class called myletter. - -%package akletter-doc -Summary: Documentation for akletter -Version: svn15878.1.5i -Provides: tex-akletter-doc -AutoReqProv: No - -%description akletter-doc -Documentation for akletter - -%package alegreya -Provides: tex-alegreya = %{tl_version} -License: OFL -Summary: Alegreya fonts with LaTeX support -Version: svn54512 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Requires: tex(textcomp.sty) -Requires: tex(xkeyval.sty) -Requires: tex(fontspec.sty) -Requires: tex(fontenc.sty) -Requires: tex(fontaxes.sty) -Requires: tex(mweights.sty) -Provides: tex(Alegreya.sty) = %{tl_version} -Provides: tex(AlegreyaSans.sty) = %{tl_version} -Provides: tex(LGRAlegreya-Inf.fd) = %{tl_version} -Provides: tex(LGRAlegreya-LF.fd) = %{tl_version} -Provides: tex(LGRAlegreya-OsF.fd) = %{tl_version} -Provides: tex(LGRAlegreya-Sup.fd) = %{tl_version} -Provides: tex(LGRAlegreya-TLF.fd) = %{tl_version} -Provides: tex(LGRAlegreya-TOsF.fd) = %{tl_version} -Provides: tex(LGRAlegreyaSans-Inf.fd) = %{tl_version} -Provides: tex(LGRAlegreyaSans-LF.fd) = %{tl_version} -Provides: tex(LGRAlegreyaSans-OsF.fd) = %{tl_version} -Provides: tex(LGRAlegreyaSans-Sup.fd) = %{tl_version} -Provides: tex(LGRAlegreyaSans-TLF.fd) = %{tl_version} -Provides: tex(LGRAlegreyaSans-TOsF.fd) = %{tl_version} -Provides: tex(LY1Alegreya-Inf.fd) = %{tl_version} -Provides: tex(LY1Alegreya-LF.fd) = %{tl_version} -Provides: tex(LY1Alegreya-OsF.fd) = %{tl_version} -Provides: tex(LY1Alegreya-Sup.fd) = %{tl_version} -Provides: tex(LY1Alegreya-TLF.fd) = %{tl_version} -Provides: tex(LY1Alegreya-TOsF.fd) = %{tl_version} -Provides: tex(LY1AlegreyaSans-Inf.fd) = %{tl_version} -Provides: tex(LY1AlegreyaSans-LF.fd) = %{tl_version} -Provides: tex(LY1AlegreyaSans-OsF.fd) = %{tl_version} -Provides: tex(LY1AlegreyaSans-Sup.fd) = %{tl_version} -Provides: tex(LY1AlegreyaSans-TLF.fd) = %{tl_version} -Provides: tex(LY1AlegreyaSans-TOsF.fd) = %{tl_version} -Provides: tex(OT1Alegreya-Inf.fd) = %{tl_version} -Provides: tex(OT1Alegreya-LF.fd) = %{tl_version} -Provides: tex(OT1Alegreya-OsF.fd) = %{tl_version} -Provides: tex(OT1Alegreya-Sup.fd) = %{tl_version} -Provides: tex(OT1Alegreya-TLF.fd) = %{tl_version} -Provides: tex(OT1Alegreya-TOsF.fd) = %{tl_version} -Provides: tex(OT1AlegreyaSans-Inf.fd) = %{tl_version} -Provides: tex(OT1AlegreyaSans-LF.fd) = %{tl_version} -Provides: tex(OT1AlegreyaSans-OsF.fd) = %{tl_version} -Provides: tex(OT1AlegreyaSans-Sup.fd) = %{tl_version} -Provides: tex(OT1AlegreyaSans-TLF.fd) = %{tl_version} -Provides: tex(OT1AlegreyaSans-TOsF.fd) = %{tl_version} -Provides: tex(T1Alegreya-Inf.fd) = %{tl_version} -Provides: tex(T1Alegreya-LF.fd) = %{tl_version} -Provides: tex(T1Alegreya-OsF.fd) = %{tl_version} -Provides: tex(T1Alegreya-Sup.fd) = %{tl_version} -Provides: tex(T1Alegreya-TLF.fd) = %{tl_version} -Provides: tex(T1Alegreya-TOsF.fd) = %{tl_version} -Provides: tex(T1AlegreyaSans-Inf.fd) = %{tl_version} -Provides: tex(T1AlegreyaSans-LF.fd) = %{tl_version} -Provides: tex(T1AlegreyaSans-OsF.fd) = %{tl_version} -Provides: tex(T1AlegreyaSans-Sup.fd) = %{tl_version} -Provides: tex(T1AlegreyaSans-TLF.fd) = %{tl_version} -Provides: tex(T1AlegreyaSans-TOsF.fd) = %{tl_version} -Provides: tex(TS1Alegreya-LF.fd) = %{tl_version} -Provides: tex(TS1Alegreya-OsF.fd) = %{tl_version} -Provides: tex(TS1Alegreya-TLF.fd) = %{tl_version} -Provides: tex(TS1Alegreya-TOsF.fd) = %{tl_version} -Provides: tex(TS1AlegreyaSans-LF.fd) = %{tl_version} -Provides: tex(TS1AlegreyaSans-OsF.fd) = %{tl_version} -Provides: tex(TS1AlegreyaSans-TLF.fd) = %{tl_version} -Provides: tex(TS1AlegreyaSans-TOsF.fd) = %{tl_version} -Provides: tex(algr_226fyf.enc) = %{tl_version} -Provides: tex(algr_2vgxay.enc) = %{tl_version} -Provides: tex(algr_32il6z.enc) = %{tl_version} -Provides: tex(algr_3ej7ja.enc) = %{tl_version} -Provides: tex(algr_3j6zf7.enc) = %{tl_version} -Provides: tex(algr_3w755y.enc) = %{tl_version} -Provides: tex(algr_4ns4wz.enc) = %{tl_version} -Provides: tex(algr_4v37z4.enc) = %{tl_version} -Provides: tex(algr_5gibri.enc) = %{tl_version} -Provides: tex(algr_5io2mf.enc) = %{tl_version} -Provides: tex(algr_5rsmqe.enc) = %{tl_version} -Provides: tex(algr_62cj7n.enc) = %{tl_version} -Provides: tex(algr_66zd6s.enc) = %{tl_version} -Provides: tex(algr_6jp7bb.enc) = %{tl_version} -Provides: tex(algr_6lq5ex.enc) = %{tl_version} -Provides: tex(algr_6q4car.enc) = %{tl_version} -Provides: tex(algr_6wvqta.enc) = %{tl_version} -Provides: tex(algr_7cbt5m.enc) = %{tl_version} -Provides: tex(algr_7jzpyg.enc) = %{tl_version} -Provides: tex(algr_b53fje.enc) = %{tl_version} -Provides: tex(algr_bwwxle.enc) = %{tl_version} -Provides: tex(algr_chmses.enc) = %{tl_version} -Provides: tex(algr_ck23qu.enc) = %{tl_version} -Provides: tex(algr_dfcgiv.enc) = %{tl_version} -Provides: tex(algr_dokm3m.enc) = %{tl_version} -Provides: tex(algr_dte76s.enc) = %{tl_version} -Provides: tex(algr_ec6aae.enc) = %{tl_version} -Provides: tex(algr_eltpie.enc) = %{tl_version} -Provides: tex(algr_es2wca.enc) = %{tl_version} -Provides: tex(algr_evb22y.enc) = %{tl_version} -Provides: tex(algr_f7lt35.enc) = %{tl_version} -Provides: tex(algr_fbntfe.enc) = %{tl_version} -Provides: tex(algr_fi2sgn.enc) = %{tl_version} -Provides: tex(algr_g3cfdt.enc) = %{tl_version} -Provides: tex(algr_h4wxrq.enc) = %{tl_version} -Provides: tex(algr_hnbre7.enc) = %{tl_version} -Provides: tex(algr_hxyeky.enc) = %{tl_version} -Provides: tex(algr_hzbvjz.enc) = %{tl_version} -Provides: tex(algr_isiobp.enc) = %{tl_version} -Provides: tex(algr_iszm25.enc) = %{tl_version} -Provides: tex(algr_jfvu45.enc) = %{tl_version} -Provides: tex(algr_jmly6e.enc) = %{tl_version} -Provides: tex(algr_kvnvnq.enc) = %{tl_version} -Provides: tex(algr_l3q2fl.enc) = %{tl_version} -Provides: tex(algr_mlgxyz.enc) = %{tl_version} -Provides: tex(algr_n26fs4.enc) = %{tl_version} -Provides: tex(algr_nwaz6g.enc) = %{tl_version} -Provides: tex(algr_oq6qvg.enc) = %{tl_version} -Provides: tex(algr_oqh4wu.enc) = %{tl_version} -Provides: tex(algr_orkgok.enc) = %{tl_version} -Provides: tex(algr_oum7q3.enc) = %{tl_version} -Provides: tex(algr_p7kywn.enc) = %{tl_version} -Provides: tex(algr_phmojf.enc) = %{tl_version} -Provides: tex(algr_qizth5.enc) = %{tl_version} -Provides: tex(algr_qy2xvu.enc) = %{tl_version} -Provides: tex(algr_r57u46.enc) = %{tl_version} -Provides: tex(algr_rpkba2.enc) = %{tl_version} -Provides: tex(algr_rxhb6t.enc) = %{tl_version} -Provides: tex(algr_su2s7h.enc) = %{tl_version} -Provides: tex(algr_te6qwy.enc) = %{tl_version} -Provides: tex(algr_tf5zvx.enc) = %{tl_version} -Provides: tex(algr_u7nq5p.enc) = %{tl_version} -Provides: tex(algr_unkqzs.enc) = %{tl_version} -Provides: tex(algr_v7kvmg.enc) = %{tl_version} -Provides: tex(algr_v7zz7p.enc) = %{tl_version} -Provides: tex(algr_vbs4kl.enc) = %{tl_version} -Provides: tex(algr_vwfggt.enc) = %{tl_version} -Provides: tex(algr_w4wd2e.enc) = %{tl_version} -Provides: tex(algr_wbb64e.enc) = %{tl_version} -Provides: tex(algr_wnb4kq.enc) = %{tl_version} -Provides: tex(algr_xyef6o.enc) = %{tl_version} -Provides: tex(algr_y2uq4q.enc) = %{tl_version} -Provides: tex(algr_ywnyo5.enc) = %{tl_version} -Provides: tex(algr_zbisw7.enc) = %{tl_version} -Provides: tex(algr_zgz46n.enc) = %{tl_version} -Provides: tex(algr_zsorhr.enc) = %{tl_version} -Provides: tex(algr_zt4bhv.enc) = %{tl_version} - -%description alegreya -The Alegreya fonts are designed by Juan Pablo del Peral for -Huerta Tipografica. Alegreya is a typeface originally intended -for literature. It conveys a dynamic and varied rhythm which -facilitates the reading of long texts. The italic has just as -much care and attention to detail in the design as the roman. -Bold, black, small caps and five number styles are available. - -%package alegreya-doc -Summary: Documentation for alegreya -Version: svn54512 -Provides: tex-alegreya-doc -AutoReqProv: No - -%description alegreya-doc -Documentation for alegreya - -%package latexconfig -Provides: tex-latexconfig = %{tl_version} -License: LPPL -Summary: latexconfig package -Version: svn53525 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(epstopdf-sys.cfg) = %{tl_version} -Provides: tex(lualatexiniconfig.tex) = %{tl_version} -Provides: tex(lualatexquotejobname.tex) = %{tl_version} - -%description latexconfig -latexconfig package - -%package latex-fonts -Provides: tex-latex-fonts = %{tl_version} -License: LPPL -Summary: A collection of fonts used in LaTeX distributions -Version: svn28888.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(icmcsc10.tfm) = %{tl_version} -Provides: tex(icmex10.tfm) = %{tl_version} -Provides: tex(icmmi8.tfm) = %{tl_version} -Provides: tex(icmsy8.tfm) = %{tl_version} -Provides: tex(icmtt8.tfm) = %{tl_version} -Provides: tex(ilasy8.tfm) = %{tl_version} -Provides: tex(ilcmss8.tfm) = %{tl_version} -Provides: tex(ilcmssb8.tfm) = %{tl_version} -Provides: tex(ilcmssi8.tfm) = %{tl_version} -Provides: tex(lasy10.tfm) = %{tl_version} -Provides: tex(lasy5.tfm) = %{tl_version} -Provides: tex(lasy6.tfm) = %{tl_version} -Provides: tex(lasy7.tfm) = %{tl_version} -Provides: tex(lasy8.tfm) = %{tl_version} -Provides: tex(lasy9.tfm) = %{tl_version} -Provides: tex(lasyb10.tfm) = %{tl_version} -Provides: tex(lcircle10.tfm) = %{tl_version} -Provides: tex(lcirclew10.tfm) = %{tl_version} -Provides: tex(lcmss8.tfm) = %{tl_version} -Provides: tex(lcmssb8.tfm) = %{tl_version} -Provides: tex(lcmssi8.tfm) = %{tl_version} -Provides: tex(line10.tfm) = %{tl_version} -Provides: tex(linew10.tfm) = %{tl_version} - -%description latex-fonts -This is a collection of fonts for use with standard LaTeX -packages and classes. It includes 'invisible' fonts (for use -with the slides class), line and circle fonts (for use in the -picture environment) and 'LaTeX symbol' fonts. For full support -of a LaTeX installation, some Computer Modern font variants -cmbsy(6-9), cmcsc(8,9), cmex(7-9) and cmmib(5-9) from the -amsfonts distribution, are also necessary. The fonts are -available as Metafont source, and metric (tfm) files are also -provided. Most of the fonts are also available in Adobe Type 1 -format, in the amsfonts distribution. - -%package latex-fonts-doc -Summary: Documentation for latex-fonts -Version: svn28888.0 -Provides: tex-latex-fonts-doc -AutoReqProv: No - -%description latex-fonts-doc -Documentation for latex-fonts - -%package plain -Provides: tex-plain = %{tl_version} -License: Knuth -Summary: The Plain TeX format -Version: svn43076 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(fontchart.tex) = %{tl_version} -Provides: tex(gkpmac.tex) = %{tl_version} -Provides: tex(letter.tex) = %{tl_version} -Provides: tex(list.tex) = %{tl_version} -Provides: tex(llist.tex) = %{tl_version} -Provides: tex(mptmac.tex) = %{tl_version} -Provides: tex(picmac.tex) = %{tl_version} -Provides: tex(plain.tex) = %{tl_version} -Provides: tex(wlist.tex) = %{tl_version} -Provides: tex(pdftexmagfix.tex) = %{tl_version} -Provides: tex(unicode-letters.def) = %{tl_version} - -%description plain -Contains files used to build the Plain TeX format, as described -in the TeXbook, together with various supporting files (some -also discussed in the book). - -%package lambda -Provides: tex-lambda = %{tl_version} -License: LPPL -Summary: lambda package -Version: svn45756 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(grlccode.tex) -Provides: tex(UT1cmr.fd) = %{tl_version} -Provides: tex(UT1omlgc.fd) = %{tl_version} -Provides: tex(elhyph16.tex) = %{tl_version} -Provides: tex(grcodes.tex) = %{tl_version} -Provides: tex(grmhyph.tex) = %{tl_version} -Provides: tex(lambda.tex) = %{tl_version} -Provides: tex(lchcmr.fd) = %{tl_version} -Provides: tex(lchenc.def) = %{tl_version} -Provides: tex(ocherokee.sty) = %{tl_version} -Provides: tex(odev.sty) = %{tl_version} -Provides: tex(ojapan.sty) = %{tl_version} -Provides: tex(omarab.cfg) = %{tl_version} -Provides: tex(omega.sty) = %{tl_version} -Provides: tex(omlgc.cfg) = %{tl_version} -Provides: tex(ot1omarb.fd) = %{tl_version} -Provides: tex(ot1omlgc.fd) = %{tl_version} -Provides: tex(ot1uctt.fd) = %{tl_version} -Provides: tex(ut1enc.def) = %{tl_version} -Provides: tex(language.dat) = %{tl_version} - -%description lambda -lambda package - -%package alertmessage -Provides: tex-alertmessage = %{tl_version} -License: LPPL 1.3 -Summary: Alert messages for LaTeX -Version: svn38055.1.1 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(picture.sty) -Requires: tex(xcolor.sty) -Requires: tex(ifthen.sty) -Requires: tex(calc.sty) -Requires: tex(graphicx.sty) -Requires: tex(tikz.sty) -Provides: tex(alertmessage.sty) = %{tl_version} - -%description alertmessage -Some macros to display alert messages (informations, errors, -warnings and success messages). - -%package alertmessage-doc -Summary: Documentation for alertmessage -Version: svn38055.1.1 -Provides: tex-alertmessage-doc -AutoReqProv: No - -%description alertmessage-doc -Documentation for alertmessage - -%package algorithm2e -Provides: tex-algorithm2e = %{tl_version} -License: LPPL -Summary: Floating algorithm environment with algorithmic keywords -Version: svn44846 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(xspace.sty) -Requires: tex(endfloat.sty) -Requires: tex(relsize.sty) -Requires: tex(color.sty) -Requires: tex(tocbibind.sty) -Provides: tex(algorithm2e.sty) = %{tl_version} - -%description algorithm2e -Algorithm2e is an environment for writing algorithms. An -algorithm becomes a floating object (like figure, table, etc.). -The package provides macros that allow you to create different -keywords, and a set of predefined key words is provided; you -can change the typography of the keywords. The package allows -vertical lines delimiting a block of instructions in an -algorithm, and defines different sorts of algorithms such as -Procedure or Function; the name of these functions may be -reused in the text or in other algorithms. - -%package algorithm2e-doc -Summary: Documentation for algorithm2e -Version: svn44846 -Provides: tex-algorithm2e-doc -AutoReqProv: No - -%description algorithm2e-doc -Documentation for algorithm2e - -%package algorithmicx -Provides: tex-algorithmicx = %{tl_version} -License: LPPL -Summary: The algorithmic style you always wanted -Version: svn15878.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Provides: tex(algc.sty) = %{tl_version} -Provides: tex(algcompatible.sty) = %{tl_version} -Provides: tex(algmatlab.sty) = %{tl_version} -Provides: tex(algorithmicx.sty) = %{tl_version} -Provides: tex(algpascal.sty) = %{tl_version} -Provides: tex(algpseudocode.sty) = %{tl_version} - -%description algorithmicx -Algorithmicx provides a flexible, yet easy to use, way for -inserting good looking pseudocode or source code in your -papers. It has built in support for Pseudocode, Pascal and C, -and offers powerful means to create definitions for any -programming language. The user can adapt a Pseudocode style to -his native language. - -%package algorithmicx-doc -Summary: Documentation for algorithmicx -Version: svn15878.0 -Provides: tex-algorithmicx-doc -AutoReqProv: No - -%description algorithmicx-doc -Documentation for algorithmicx %package algorithms -Provides: tex-algorithms = %{tl_version} +Provides: tex-algorithms = %{epoch}:%{source_date}-%{release} +Provides: tex-algorithms-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-algorithms-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-algorithms-doc < %{tl_epoch}:%{source_date} License: LGPLv2+ Summary: A suite of tools for typesetting algorithms in pseudo-code -Version: svn42428 +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-kpathsea Requires: tex(float.sty) Requires: tex(ifthen.sty) Requires: tex(keyval.sty) -Provides: tex(algorithm.sty) = %{tl_version} -Provides: tex(algorithmic.sty) = %{tl_version} +Provides: tex(algorithm.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(algorithmic.sty) = %{epoch}:%{source_date}-%{release} %description algorithms Consists of two environments: algorithm and algorithmic. The @@ -8645,494 +1042,31 @@ designed to work with the algorithmic style. Within an algorithmic environment a number of commands for typesetting popular algorithmic constructs are available. -%package algorithms-doc -Summary: Documentation for algorithms -Version: svn42428 -Provides: tex-algorithms-doc -AutoReqProv: No - -%description algorithms-doc -Documentation for algorithms - -%package alg -Provides: tex-alg = %{tl_version} -License: LPPL -Summary: LaTeX environments for typesetting algorithms -Version: svn15878.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(float.sty) -Requires: tex(ifthen.sty) -Provides: tex(alg.sty) = %{tl_version} - -%description alg -Defines two environments for typesetting algorithms in LaTeX2e. -The algtab environment is used to typeset an algorithm with -automatically numbered lines. The algorithm environment can be -used to encapsulate the algtab environment algorithm in a -floating body together with a header, a caption, etc. -\listofalgorithms is defined. - -%package alg-doc -Summary: Documentation for alg -Version: svn15878.0 -Provides: tex-alg-doc -AutoReqProv: No - -%description alg-doc -Documentation for alg - -%package allrunes -Provides: tex-allrunes = %{tl_version} -License: LPPL -Summary: Fonts and LaTeX package for almost all runes -Version: svn42221 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Provides: tex(allrunes.map) = %{tl_version} -Provides: tex(fruabm.pfb) = %{tl_version} -Provides: tex(fruabn.pfb) = %{tl_version} -Provides: tex(fruabq.pfb) = %{tl_version} -Provides: tex(fruabr.pfb) = %{tl_version} -Provides: tex(fruabs.pfb) = %{tl_version} -Provides: tex(fruabt.pfb) = %{tl_version} -Provides: tex(fruacm.pfb) = %{tl_version} -Provides: tex(fruacn.pfb) = %{tl_version} -Provides: tex(fruacq.pfb) = %{tl_version} -Provides: tex(fruacr.pfb) = %{tl_version} -Provides: tex(fruacs.pfb) = %{tl_version} -Provides: tex(fruact.pfb) = %{tl_version} -Provides: tex(fruakm.pfb) = %{tl_version} -Provides: tex(fruakn.pfb) = %{tl_version} -Provides: tex(fruakq.pfb) = %{tl_version} -Provides: tex(fruakr.pfb) = %{tl_version} -Provides: tex(fruaks.pfb) = %{tl_version} -Provides: tex(fruakt.pfb) = %{tl_version} -Provides: tex(frualm.pfb) = %{tl_version} -Provides: tex(frualn.pfb) = %{tl_version} -Provides: tex(frualq.pfb) = %{tl_version} -Provides: tex(frualr.pfb) = %{tl_version} -Provides: tex(fruals.pfb) = %{tl_version} -Provides: tex(frualt.pfb) = %{tl_version} -Provides: tex(fruamm.pfb) = %{tl_version} -Provides: tex(fruamn.pfb) = %{tl_version} -Provides: tex(fruamq.pfb) = %{tl_version} -Provides: tex(fruamr.pfb) = %{tl_version} -Provides: tex(fruams.pfb) = %{tl_version} -Provides: tex(fruamt.pfb) = %{tl_version} -Provides: tex(fruanm.pfb) = %{tl_version} -Provides: tex(fruann.pfb) = %{tl_version} -Provides: tex(fruanq.pfb) = %{tl_version} -Provides: tex(fruanr.pfb) = %{tl_version} -Provides: tex(fruans.pfb) = %{tl_version} -Provides: tex(fruant.pfb) = %{tl_version} -Provides: tex(frucbm.pfb) = %{tl_version} -Provides: tex(frucbn.pfb) = %{tl_version} -Provides: tex(frucbq.pfb) = %{tl_version} -Provides: tex(frucbr.pfb) = %{tl_version} -Provides: tex(frucbs.pfb) = %{tl_version} -Provides: tex(frucbt.pfb) = %{tl_version} -Provides: tex(fruccm.pfb) = %{tl_version} -Provides: tex(fruccn.pfb) = %{tl_version} -Provides: tex(fruccq.pfb) = %{tl_version} -Provides: tex(fruccr.pfb) = %{tl_version} -Provides: tex(fruccs.pfb) = %{tl_version} -Provides: tex(frucct.pfb) = %{tl_version} -Provides: tex(fruckm.pfb) = %{tl_version} -Provides: tex(fruckn.pfb) = %{tl_version} -Provides: tex(fruckq.pfb) = %{tl_version} -Provides: tex(fruckr.pfb) = %{tl_version} -Provides: tex(frucks.pfb) = %{tl_version} -Provides: tex(fruckt.pfb) = %{tl_version} -Provides: tex(fruclm.pfb) = %{tl_version} -Provides: tex(frucln.pfb) = %{tl_version} -Provides: tex(fruclq.pfb) = %{tl_version} -Provides: tex(fruclr.pfb) = %{tl_version} -Provides: tex(frucls.pfb) = %{tl_version} -Provides: tex(fruclt.pfb) = %{tl_version} -Provides: tex(frucmm.pfb) = %{tl_version} -Provides: tex(frucmn.pfb) = %{tl_version} -Provides: tex(frucmq.pfb) = %{tl_version} -Provides: tex(frucmr.pfb) = %{tl_version} -Provides: tex(frucms.pfb) = %{tl_version} -Provides: tex(frucmt.pfb) = %{tl_version} -Provides: tex(frucnm.pfb) = %{tl_version} -Provides: tex(frucnn.pfb) = %{tl_version} -Provides: tex(frucnq.pfb) = %{tl_version} -Provides: tex(frucnr.pfb) = %{tl_version} -Provides: tex(frucns.pfb) = %{tl_version} -Provides: tex(frucnt.pfb) = %{tl_version} -Provides: tex(frulbm.pfb) = %{tl_version} -Provides: tex(frulbn.pfb) = %{tl_version} -Provides: tex(frulbq.pfb) = %{tl_version} -Provides: tex(frulbr.pfb) = %{tl_version} -Provides: tex(frulbs.pfb) = %{tl_version} -Provides: tex(frulbt.pfb) = %{tl_version} -Provides: tex(frulcm.pfb) = %{tl_version} -Provides: tex(frulcn.pfb) = %{tl_version} -Provides: tex(frulcq.pfb) = %{tl_version} -Provides: tex(frulcr.pfb) = %{tl_version} -Provides: tex(frulcs.pfb) = %{tl_version} -Provides: tex(frulct.pfb) = %{tl_version} -Provides: tex(frulkm.pfb) = %{tl_version} -Provides: tex(frulkn.pfb) = %{tl_version} -Provides: tex(frulkq.pfb) = %{tl_version} -Provides: tex(frulkr.pfb) = %{tl_version} -Provides: tex(frulks.pfb) = %{tl_version} -Provides: tex(frulkt.pfb) = %{tl_version} -Provides: tex(frullm.pfb) = %{tl_version} -Provides: tex(frulln.pfb) = %{tl_version} -Provides: tex(frullq.pfb) = %{tl_version} -Provides: tex(frullr.pfb) = %{tl_version} -Provides: tex(frulls.pfb) = %{tl_version} -Provides: tex(frullt.pfb) = %{tl_version} -Provides: tex(frulmm.pfb) = %{tl_version} -Provides: tex(frulmn.pfb) = %{tl_version} -Provides: tex(frulmq.pfb) = %{tl_version} -Provides: tex(frulmr.pfb) = %{tl_version} -Provides: tex(frulms.pfb) = %{tl_version} -Provides: tex(frulmt.pfb) = %{tl_version} -Provides: tex(frulnm.pfb) = %{tl_version} -Provides: tex(frulnn.pfb) = %{tl_version} -Provides: tex(frulnq.pfb) = %{tl_version} -Provides: tex(frulnr.pfb) = %{tl_version} -Provides: tex(frulns.pfb) = %{tl_version} -Provides: tex(frulnt.pfb) = %{tl_version} -Provides: tex(frumbm.pfb) = %{tl_version} -Provides: tex(frumbn.pfb) = %{tl_version} -Provides: tex(frumbq.pfb) = %{tl_version} -Provides: tex(frumbr.pfb) = %{tl_version} -Provides: tex(frumbs.pfb) = %{tl_version} -Provides: tex(frumbt.pfb) = %{tl_version} -Provides: tex(frumcm.pfb) = %{tl_version} -Provides: tex(frumcn.pfb) = %{tl_version} -Provides: tex(frumcq.pfb) = %{tl_version} -Provides: tex(frumcr.pfb) = %{tl_version} -Provides: tex(frumcs.pfb) = %{tl_version} -Provides: tex(frumct.pfb) = %{tl_version} -Provides: tex(frumkm.pfb) = %{tl_version} -Provides: tex(frumkn.pfb) = %{tl_version} -Provides: tex(frumkq.pfb) = %{tl_version} -Provides: tex(frumkr.pfb) = %{tl_version} -Provides: tex(frumks.pfb) = %{tl_version} -Provides: tex(frumkt.pfb) = %{tl_version} -Provides: tex(frumlm.pfb) = %{tl_version} -Provides: tex(frumln.pfb) = %{tl_version} -Provides: tex(frumlq.pfb) = %{tl_version} -Provides: tex(frumlr.pfb) = %{tl_version} -Provides: tex(frumls.pfb) = %{tl_version} -Provides: tex(frumlt.pfb) = %{tl_version} -Provides: tex(frummm.pfb) = %{tl_version} -Provides: tex(frummn.pfb) = %{tl_version} -Provides: tex(frummq.pfb) = %{tl_version} -Provides: tex(frummr.pfb) = %{tl_version} -Provides: tex(frumms.pfb) = %{tl_version} -Provides: tex(frummt.pfb) = %{tl_version} -Provides: tex(frumnm.pfb) = %{tl_version} -Provides: tex(frumnn.pfb) = %{tl_version} -Provides: tex(frumnq.pfb) = %{tl_version} -Provides: tex(frumnr.pfb) = %{tl_version} -Provides: tex(frumns.pfb) = %{tl_version} -Provides: tex(frumnt.pfb) = %{tl_version} -Provides: tex(frunbm.pfb) = %{tl_version} -Provides: tex(frunbn.pfb) = %{tl_version} -Provides: tex(frunbq.pfb) = %{tl_version} -Provides: tex(frunbr.pfb) = %{tl_version} -Provides: tex(frunbs.pfb) = %{tl_version} -Provides: tex(frunbt.pfb) = %{tl_version} -Provides: tex(fruncm.pfb) = %{tl_version} -Provides: tex(fruncn.pfb) = %{tl_version} -Provides: tex(fruncq.pfb) = %{tl_version} -Provides: tex(fruncr.pfb) = %{tl_version} -Provides: tex(fruncs.pfb) = %{tl_version} -Provides: tex(frunct.pfb) = %{tl_version} -Provides: tex(frunkm.pfb) = %{tl_version} -Provides: tex(frunkn.pfb) = %{tl_version} -Provides: tex(frunkq.pfb) = %{tl_version} -Provides: tex(frunkr.pfb) = %{tl_version} -Provides: tex(frunks.pfb) = %{tl_version} -Provides: tex(frunkt.pfb) = %{tl_version} -Provides: tex(frunlm.pfb) = %{tl_version} -Provides: tex(frunln.pfb) = %{tl_version} -Provides: tex(frunlq.pfb) = %{tl_version} -Provides: tex(frunlr.pfb) = %{tl_version} -Provides: tex(frunls.pfb) = %{tl_version} -Provides: tex(frunlt.pfb) = %{tl_version} -Provides: tex(frunmm.pfb) = %{tl_version} -Provides: tex(frunmn.pfb) = %{tl_version} -Provides: tex(frunmq.pfb) = %{tl_version} -Provides: tex(frunmr.pfb) = %{tl_version} -Provides: tex(frunms.pfb) = %{tl_version} -Provides: tex(frunmt.pfb) = %{tl_version} -Provides: tex(frunnm.pfb) = %{tl_version} -Provides: tex(frunnn.pfb) = %{tl_version} -Provides: tex(frunnq.pfb) = %{tl_version} -Provides: tex(frunnr.pfb) = %{tl_version} -Provides: tex(frunns.pfb) = %{tl_version} -Provides: tex(frunnt.pfb) = %{tl_version} -Provides: tex(frutbm.pfb) = %{tl_version} -Provides: tex(frutbn.pfb) = %{tl_version} -Provides: tex(frutbq.pfb) = %{tl_version} -Provides: tex(frutbr.pfb) = %{tl_version} -Provides: tex(frutbs.pfb) = %{tl_version} -Provides: tex(frutbt.pfb) = %{tl_version} -Provides: tex(frutcm.pfb) = %{tl_version} -Provides: tex(frutcn.pfb) = %{tl_version} -Provides: tex(frutcq.pfb) = %{tl_version} -Provides: tex(frutcr.pfb) = %{tl_version} -Provides: tex(frutcs.pfb) = %{tl_version} -Provides: tex(frutct.pfb) = %{tl_version} -Provides: tex(frutkm.pfb) = %{tl_version} -Provides: tex(frutkn.pfb) = %{tl_version} -Provides: tex(frutkq.pfb) = %{tl_version} -Provides: tex(frutkr.pfb) = %{tl_version} -Provides: tex(frutks.pfb) = %{tl_version} -Provides: tex(frutkt.pfb) = %{tl_version} -Provides: tex(frutlm.pfb) = %{tl_version} -Provides: tex(frutln.pfb) = %{tl_version} -Provides: tex(frutlq.pfb) = %{tl_version} -Provides: tex(frutlr.pfb) = %{tl_version} -Provides: tex(frutls.pfb) = %{tl_version} -Provides: tex(frutlt.pfb) = %{tl_version} -Provides: tex(frutmm.pfb) = %{tl_version} -Provides: tex(frutmn.pfb) = %{tl_version} -Provides: tex(frutmq.pfb) = %{tl_version} -Provides: tex(frutmr.pfb) = %{tl_version} -Provides: tex(frutms.pfb) = %{tl_version} -Provides: tex(frutmt.pfb) = %{tl_version} -Provides: tex(frutnm.pfb) = %{tl_version} -Provides: tex(frutnn.pfb) = %{tl_version} -Provides: tex(frutnq.pfb) = %{tl_version} -Provides: tex(frutnr.pfb) = %{tl_version} -Provides: tex(frutns.pfb) = %{tl_version} -Provides: tex(frutnt.pfb) = %{tl_version} -Provides: tex(allrunes.sty) = %{tl_version} -Provides: tex(ara.fd) = %{tl_version} -Provides: tex(arc.fd) = %{tl_version} -Provides: tex(arl.fd) = %{tl_version} -Provides: tex(arm.fd) = %{tl_version} -Provides: tex(arn.fd) = %{tl_version} -Provides: tex(art.fd) = %{tl_version} - -%description allrunes -This large collection of fonts (in Adobe Type 1 format), with -the LaTeX package gives access to almost all runes ever used in -Europe. The bundle covers not only the main forms but also a -lot of varieties. - -%package allrunes-doc -Summary: Documentation for allrunes -Version: svn42221 -Provides: tex-allrunes-doc -AutoReqProv: No - -%description allrunes-doc -Documentation for allrunes - -%package almfixed -Provides: tex-almfixed = %{tl_version} -License: LPPL -Summary: Arabic-Latin Modern Fixed extends TeX-Gyre Latin Modern Mono 10 Regular to full Arabic Unicode support -Version: svn35065.0.92 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(almfixed.otf) = %{tl_version} -Provides: tex(almfixed.ttf) = %{tl_version} - -%description almfixed -Arabic-Latin Modern Fixed is an extension of TeX-Gyre Latin -Modern Mono 10 Regular. Every glyph and opentype feature of the -Latin Modern Mono has been retained, with minor improvements. -On the other hand, we have changed the vertical metrics of the -font. Although the Arabic script is designed to use the same x- -size as Latin Modern Mono, the former script needs greater -ascender and descender space. Every Arabic glyph in each -Unicode-code block is supported (up to Unicode 7.0): Arabic, -Arabic Supplement, Arabic Extended, Arabic Presentation-Forms -A, and Arabic Presentation-Forms B. There are two versions of -the font: otf and ttf. The opentype version is for print -applications (and usually the default for TeX). The TrueType -version is for on-screen applications such as text editors. -Hinting in the ttf version is much better for on-screen, at -least on Microsoft Windows. The unique feature of Arabic-Latin -Modern is its treatment of vowels and diacritics. Each vowel -and diacritic (ALM Fixed contains a total of 68 such glyphs) -may now be edited horizontally within any text editor or -processor. The author believes this is the very first opentype -Arabic font ever to have this capability. Editing complex -Arabic texts will now be much easier to input and to proofread. - -%package almfixed-doc -Summary: Documentation for almfixed -Version: svn35065.0.92 -Provides: tex-almfixed-doc -AutoReqProv: No - -%description almfixed-doc -Documentation for almfixed - -%package alnumsec -Provides: tex-alnumsec = %{tl_version} -License: LPPL -Summary: Alphanumeric section numbering -Version: svn15878.v0.03 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Provides: tex(alnumsec.sty) = %{tl_version} - -%description alnumsec -This package allows you to use alphanumeric section numbering, -for instance "A. Introduction ... III. International Law". Its -output is similar to alphanum, but you can use the standard -LaTeX sectioning commands, so that it is possible to switch -numbering schemes easily. Greek letters, double letters (bb) -and different delimiters around them are supported. - -%package alnumsec-doc -Summary: Documentation for alnumsec -Version: svn15878.v0.03 -Provides: tex-alnumsec-doc -AutoReqProv: No - -%description alnumsec-doc -Documentation for alnumsec - -%package altfont -Provides: tex-altfont = %{tl_version} -License: GPL+ -Summary: Alternative font handling in LaTeX -Version: svn15878.1.1 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fontenc.sty) -Provides: tex(altfont.cfg) = %{tl_version} -Provides: tex(altfont.sty) = %{tl_version} -Provides: tex(psfont.cfg) = %{tl_version} -Provides: tex(psfont.sty) = %{tl_version} - -%description altfont -The package provides a replacement for that part of psnfss and -mfnfss that changes the default font. The package is -distributed together with the psfont package, by the same -author. - -%package altfont-doc -Summary: Documentation for altfont -Version: svn15878.1.1 -Provides: tex-altfont-doc -AutoReqProv: No - -%description altfont-doc -Documentation for altfont - -%package ametsoc -Provides: tex-ametsoc = %{tl_version} -License: LPPL -Summary: Official American Meteorological Society LaTeX Template -Version: svn36030.4.3.2 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(ametsoc.cls) = %{tl_version} - -%description ametsoc -This bundle contains all the files necessary to write an -article using LaTeX for the American Meteorological Society -journals. The article and bibliography style files are provided -(with documentation) and a blank template for authors to use -when writing their article. Also available is a separate style -package used to format a two-column, journal page layout draft -for the author's personal use. - -%package ametsoc-doc -Summary: Documentation for ametsoc -Version: svn36030.4.3.2 -Provides: tex-ametsoc-doc -AutoReqProv: No - -%description ametsoc-doc -Documentation for ametsoc - -%package amiri -Provides: tex-amiri = %{tl_version} -License: OFL -Summary: A classical Arabic typeface, Naskh style -Version: svn52218 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(amiri-bold.ttf) = %{tl_version} -Provides: tex(amiri-boldslanted.ttf) = %{tl_version} -Provides: tex(amiri-quran.ttf) = %{tl_version} -Provides: tex(amiri-quran-colored.ttf) = %{tl_version} -Provides: tex(amiri-regular.ttf) = %{tl_version} -Provides: tex(amiri-slanted.ttf) = %{tl_version} - -%description amiri -Amiri is a classical Arabic typeface in Naskh style for -typesetting books and other running text. It is a revival of -the beautiful typeface pioneered in the early 20th century by -Bulaq Press in Cairo, also known as Amiria Press, after which -the font is named. The project aims at the revival of the -aesthetics and traditions of Arabic typesetting, and adapting -it to the era of digital typesetting, in a publicly available -form. - -%package amiri-doc -Summary: Documentation for amiri -Version: svn52218 -Provides: tex-amiri-doc -AutoReqProv: No - -%description amiri-doc -Documentation for amiri - -%package amsaddr -Provides: tex-amsaddr = %{tl_version} -License: LPPL -Summary: Alter the position of affiliations in amsart -Version: svn29630.1.1 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(amsaddr.sty) = %{tl_version} - -%description amsaddr -The package is to be used with the amsart documentclass. It -lets you move the authors' affiliations either just below the -authors' names on the front page or as footnotes on the first -page. The email addresses are always listed as a footnote on -the front page. - -%package amsaddr-doc -Summary: Documentation for amsaddr -Version: svn29630.1.1 -Provides: tex-amsaddr-doc -AutoReqProv: No - -%description amsaddr-doc -Documentation for amsaddr %package amscls -Provides: tex-amscls = %{tl_version} -License: LPPL 1.3 +Provides: tex-amscls = %{epoch}:%{source_date}-%{release} +Provides: tex-amscls-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-amscls-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-amscls-doc < %{tl_epoch}:%{source_date} +License: LPPL Summary: AMS document classes for LaTeX -Version: svn46099 +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-kpathsea Requires: tex(amstex.sty) Requires: tex(amsmath.sty) Requires: tex(amsfonts.sty) Requires: tex(url.sty) Requires: tex(doc.sty) -Provides: tex(amsart.cls) = %{tl_version} -Provides: tex(amsbook.cls) = %{tl_version} -Provides: tex(amsbooka.sty) = %{tl_version} -Provides: tex(amsdtx.cls) = %{tl_version} -Provides: tex(amsldoc.cls) = %{tl_version} -Provides: tex(amsmidx.sty) = %{tl_version} -Provides: tex(amsproc.cls) = %{tl_version} -Provides: tex(amsthm.sty) = %{tl_version} -Provides: tex(upref.sty) = %{tl_version} +Provides: tex(amsart.cls) = %{epoch}:%{source_date}-%{release} +Provides: tex(amsbook.cls) = %{epoch}:%{source_date}-%{release} +Provides: tex(amsbooka.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(amsdtx.cls) = %{epoch}:%{source_date}-%{release} +Provides: tex(amsldoc.cls) = %{epoch}:%{source_date}-%{release} +Provides: tex(amsmidx.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(amsproc.cls) = %{epoch}:%{source_date}-%{release} +Provides: tex(amsthm.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(upref.sty) = %{epoch}:%{source_date}-%{release} %description amscls This bundle contains three AMS classes, amsart (for writing @@ -9141,13 +1075,17 @@ proceedings), together with some supporting material. The material is made available as part of the AMS-LaTeX distribution. + %package amsfonts -Provides: tex-amsfonts = %{tl_version} -License: OFL +Provides: tex-amsfonts = %{epoch}:%{source_date}-%{release} +Provides: tex-amsfonts-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-amsfonts-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-amsfonts-doc < %{tl_epoch}:%{source_date} +License: OFSFLD Summary: TeX fonts from the American Mathematical Society -Version: svn29208.3.04 +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-kpathsea, texlive-kpathsea-bin Provides: tex(cm.map) = %{tl_version} Provides: tex(cmextra.map) = %{tl_version} Provides: tex(cyrillic.map) = %{tl_version} @@ -9416,68 +1354,26 @@ source. The distribution also includes the canonical Type 1 versions of the Computer Modern family of fonts. Plain TeX and LaTeX macros for using the fonts are provided. -%package amsfonts-doc -Summary: Documentation for amsfonts -Version: svn29208.3.04 -Provides: tex-amsfonts-doc -AutoReqProv: No - -%description amsfonts-doc -Documentation for amsfonts - -%package amslatex-primer-doc -Summary: Documentation for amslatex-primer -Version: svn28980.2.3 -Provides: tex-amslatex-primer-doc -AutoReqProv: No - -%description amslatex-primer-doc -Documentation for amslatex-primer - -%package amsldoc-it-doc -Summary: Documentation for amsldoc-it -Version: svn45662 -Provides: tex-amsldoc-it-doc -AutoReqProv: No - -%description amsldoc-it-doc -Documentation for amsldoc-it - -%package amsldoc-vn-doc -Summary: Documentation for amsldoc-vn -Version: svn21855.2.0 -Provides: tex-amsldoc-vn-doc -AutoReqProv: No - -%description amsldoc-vn-doc -Documentation for amsldoc-vn - -%package amsmath-it-doc -Summary: Documentation for amsmath-it -Version: svn22930.0 -Provides: tex-amsmath-it-doc -AutoReqProv: No - -%description amsmath-it-doc -Documentation for amsmath-it %package amsmath -Provides: tex-amsmath = %{tl_version} +Provides: tex-amsmath = %{epoch}:%{source_date}-%{release} +Provides: tex-amsmath-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-amsmath-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-amsmath-doc < %{tl_epoch}:%{source_date} License: LPPL Summary: AMS mathematical facilities for LaTeX -Version: svn53640 +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-kpathsea Requires: tex(amstext.sty) -Provides: tex(amsbsy.sty) = %{tl_version} -Provides: tex(amscd.sty) = %{tl_version} -Provides: tex(amsgen.sty) = %{tl_version} -Provides: tex(amsmath-2018-12-01.sty) = %{tl_version} -Provides: tex(amsmath.sty) = %{tl_version} -Provides: tex(amsopn.sty) = %{tl_version} -Provides: tex(amstex.sty) = %{tl_version} -Provides: tex(amstext.sty) = %{tl_version} -Provides: tex(amsxtra.sty) = %{tl_version} +Provides: tex(amsbsy.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(amscd.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(amsgen.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(amsmath.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(amsopn.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(amstex.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(amstext.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(amsxtra.sty) = %{epoch}:%{source_date}-%{release} %description amsmath The package provides the principal packages in the AMS-LaTeX @@ -9493,1742 +1389,132 @@ are empheq, which provides functions for decorating and highlighting mathematics, and ntheorem, for specifying theorem (and similar) definitions. -%package amsmath-doc -Summary: Documentation for amsmath -Version: svn53640 -Provides: tex-amsmath-doc -AutoReqProv: No - -%description amsmath-doc -Documentation for amsmath - -%package amsrefs -Provides: tex-amsrefs = %{tl_version} -License: LPPL 1.3 -Summary: A LaTeX-based replacement for BibTeX -Version: svn30646.2.14 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(url.sty) -Requires: tex(ifoption.sty) -Requires: tex(backref.sty) -Requires: tex(hyperref.sty) -Requires: tex(textcmds.sty) -Provides: tex(amsbst.sty) = %{tl_version} -Provides: tex(amsrefs.sty) = %{tl_version} -Provides: tex(ifoption.sty) = %{tl_version} -Provides: tex(mathscinet.sty) = %{tl_version} -Provides: tex(pcatcode.sty) = %{tl_version} -Provides: tex(rkeyval.sty) = %{tl_version} -Provides: tex(textcmds.sty) = %{tl_version} - -%description amsrefs -Amsrefs is a LaTeX package for bibliographies that provides an -archival data format similar to the format of BibTeX database -files, but adapted to make direct processing by LaTeX easier. -The package can be used either in conjunction with BibTeX or as -a replacement for BibTeX. - -%package amsrefs-doc -Summary: Documentation for amsrefs -Version: svn30646.2.14 -Provides: tex-amsrefs-doc -AutoReqProv: No - -%description amsrefs-doc -Documentation for amsrefs - -%package amsthdoc-it-doc -Summary: Documentation for amsthdoc-it -Version: svn45662 -Provides: tex-amsthdoc-it-doc -AutoReqProv: No - -%description amsthdoc-it-doc -Documentation for amsthdoc-it - -%package animate -Provides: tex-animate = %{tl_version} -License: LPPL -Summary: Create PDF animations from graphics files and inline graphics -Version: svn54874 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(keyval.sty) -Requires: tex(ifthen.sty) -Requires: tex(ifpdf.sty) -Requires: tex(atbegshi.sty) -Requires: tex(ifluatex.sty) -Requires: tex(ifdraft.sty) -Requires: tex(calc.sty) -Requires: tex(atenddvi.sty) -Requires: tex(graphics.sty) -Requires: tex(pdftexcmds.sty) -Provides: tex(animate.sty) = %{tl_version} -Provides: tex(animfp.sty) = %{tl_version} - -%description animate -The package provides an interface to create portable, -JavaScript driven PDF and SVG animations from sets of graphics -files or from inline graphics, such as LaTeX picture -environment, PSTricks or pgf/TikZ generated pictures, or just -from typeset text. - -%package animate-doc -Summary: Documentation for animate -Version: svn54874 -Provides: tex-animate-doc -AutoReqProv: No - -%description animate-doc -Documentation for animate - -%package anonchap -Provides: tex-anonchap = %{tl_version} -License: LPPL -Summary: Make chapters be typeset like sections -Version: svn17049.1.1a -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(anonchap.sty) = %{tl_version} - -%description anonchap -The command \simplechapter sets up the \chapter command not to -number chapters, though they may possibly have a prefix, and a -suffix (the \simplechapterdelim command, which the user may -alter). The \restorechapter command restores the status quo -ante. - -%package anonchap-doc -Summary: Documentation for anonchap -Version: svn17049.1.1a -Provides: tex-anonchap-doc -AutoReqProv: No - -%description anonchap-doc -Documentation for anonchap - -%package anonymouspro -Provides: tex-anonymouspro = %{tl_version} -License: LPPL 1.3 -Summary: Use AnonymousPro fonts with LaTeX -Version: svn51631 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(kvoptions.sty) -Provides: tex(AnonymousPro-01.enc) = %{tl_version} -Provides: tex(AnonymousPro-02.enc) = %{tl_version} -Provides: tex(AnonymousPro-03.enc) = %{tl_version} -Provides: tex(AnonymousPro-symbols.enc) = %{tl_version} -Provides: tex(AnonymousPro.map) = %{tl_version} -Provides: tex(AnonymousPro-Bold-01.tfm) = %{tl_version} -Provides: tex(AnonymousPro-Bold-02.tfm) = %{tl_version} -Provides: tex(AnonymousPro-Bold-03.tfm) = %{tl_version} -Provides: tex(AnonymousPro-Bold-Symbols-base.tfm) = %{tl_version} -Provides: tex(AnonymousPro-Bold-Symbols-u.tfm) = %{tl_version} -Provides: tex(AnonymousPro-Bold-base.tfm) = %{tl_version} -Provides: tex(AnonymousPro-Bold-t1.tfm) = %{tl_version} -Provides: tex(AnonymousPro-Bold-ts1.tfm) = %{tl_version} -Provides: tex(AnonymousPro-Bold.tfm) = %{tl_version} -Provides: tex(AnonymousPro-BoldItalic-01.tfm) = %{tl_version} -Provides: tex(AnonymousPro-BoldItalic-02.tfm) = %{tl_version} -Provides: tex(AnonymousPro-BoldItalic-03.tfm) = %{tl_version} -Provides: tex(AnonymousPro-BoldItalic-Symbols-base.tfm) = %{tl_version} -Provides: tex(AnonymousPro-BoldItalic-Symbols-u.tfm) = %{tl_version} -Provides: tex(AnonymousPro-BoldItalic-base.tfm) = %{tl_version} -Provides: tex(AnonymousPro-BoldItalic-t1.tfm) = %{tl_version} -Provides: tex(AnonymousPro-BoldItalic-ts1.tfm) = %{tl_version} -Provides: tex(AnonymousPro-BoldItalic.tfm) = %{tl_version} -Provides: tex(AnonymousPro-BoldSC-t1.tfm) = %{tl_version} -Provides: tex(AnonymousPro-Italic-01.tfm) = %{tl_version} -Provides: tex(AnonymousPro-Italic-02.tfm) = %{tl_version} -Provides: tex(AnonymousPro-Italic-03.tfm) = %{tl_version} -Provides: tex(AnonymousPro-Italic-Symbols-base.tfm) = %{tl_version} -Provides: tex(AnonymousPro-Italic-Symbols-u.tfm) = %{tl_version} -Provides: tex(AnonymousPro-Italic-base.tfm) = %{tl_version} -Provides: tex(AnonymousPro-Italic-t1.tfm) = %{tl_version} -Provides: tex(AnonymousPro-Italic-ts1.tfm) = %{tl_version} -Provides: tex(AnonymousPro-Italic.tfm) = %{tl_version} -Provides: tex(AnonymousPro-Regular-01.tfm) = %{tl_version} -Provides: tex(AnonymousPro-Regular-02.tfm) = %{tl_version} -Provides: tex(AnonymousPro-Regular-03.tfm) = %{tl_version} -Provides: tex(AnonymousPro-Regular-Symbols-base.tfm) = %{tl_version} -Provides: tex(AnonymousPro-Regular-Symbols-u.tfm) = %{tl_version} -Provides: tex(AnonymousPro-Regular-base.tfm) = %{tl_version} -Provides: tex(AnonymousPro-Regular-t1.tfm) = %{tl_version} -Provides: tex(AnonymousPro-Regular-ts1.tfm) = %{tl_version} -Provides: tex(AnonymousPro-Regular.tfm) = %{tl_version} -Provides: tex(AnonymousPro-RegularSC-t1.tfm) = %{tl_version} -Provides: tex(AnonymousPro-Bold.ttf) = %{tl_version} -Provides: tex(AnonymousPro-BoldItalic.ttf) = %{tl_version} -Provides: tex(AnonymousPro-Italic.ttf) = %{tl_version} -Provides: tex(AnonymousPro-Regular.ttf) = %{tl_version} -Provides: tex(AnonymousPro-Bold.pfb) = %{tl_version} -Provides: tex(AnonymousPro-BoldItalic.pfb) = %{tl_version} -Provides: tex(AnonymousPro-Italic.pfb) = %{tl_version} -Provides: tex(AnonymousPro-Regular.pfb) = %{tl_version} -Provides: tex(AnonymousPro-Bold-Symbols-u.vf) = %{tl_version} -Provides: tex(AnonymousPro-Bold-t1.vf) = %{tl_version} -Provides: tex(AnonymousPro-Bold-ts1.vf) = %{tl_version} -Provides: tex(AnonymousPro-BoldItalic-Symbols-u.vf) = %{tl_version} -Provides: tex(AnonymousPro-BoldItalic-t1.vf) = %{tl_version} -Provides: tex(AnonymousPro-BoldItalic-ts1.vf) = %{tl_version} -Provides: tex(AnonymousPro-BoldSC-t1.vf) = %{tl_version} -Provides: tex(AnonymousPro-Italic-Symbols-u.vf) = %{tl_version} -Provides: tex(AnonymousPro-Italic-t1.vf) = %{tl_version} -Provides: tex(AnonymousPro-Italic-ts1.vf) = %{tl_version} -Provides: tex(AnonymousPro-Regular-Symbols-u.vf) = %{tl_version} -Provides: tex(AnonymousPro-Regular-t1.vf) = %{tl_version} -Provides: tex(AnonymousPro-Regular-ts1.vf) = %{tl_version} -Provides: tex(AnonymousPro-RegularSC-t1.vf) = %{tl_version} -Provides: tex(AnonymousPro.sty) = %{tl_version} -Provides: tex(t1anonymouspro.fd) = %{tl_version} -Provides: tex(ts1anonymouspro.fd) = %{tl_version} -Provides: tex(uanonymouspro.fd) = %{tl_version} - -%description anonymouspro -The fonts are a monowidth set, designed for use by coders. They -appear as a set of four TrueType, or Adobe Type 1 font files, -and LaTeX support is also provided. - -%package anonymouspro-doc -Summary: Documentation for anonymouspro -Version: svn51631 -Provides: tex-anonymouspro-doc -AutoReqProv: No - -%description anonymouspro-doc -Documentation for anonymouspro - -%package answers -Provides: tex-answers = %{tl_version} -License: LPPL -Summary: Setting questions (or exercises) and answers -Version: svn35032.2.16 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(verbatim.sty) -Provides: tex(answers.sty) = %{tl_version} - -%description answers -The package allows a lot of flexibility in constructing -question and answer sheets. - -%package answers-doc -Summary: Documentation for answers -Version: svn35032.2.16 -Provides: tex-answers-doc -AutoReqProv: No - -%description answers-doc -Documentation for answers - -%package antiqua -Provides: tex-antiqua = %{tl_version} -License: GPL+ -Summary: URW Antiqua condensed font, for use with TeX -Version: svn24266.001.003 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(uaq.map) = %{tl_version} -Provides: tex(uaqr7tc.tfm) = %{tl_version} -Provides: tex(uaqr8ac.tfm) = %{tl_version} -Provides: tex(uaqr8cc.tfm) = %{tl_version} -Provides: tex(uaqr8rc.tfm) = %{tl_version} -Provides: tex(uaqr8tc.tfm) = %{tl_version} -Provides: tex(uaqrc7tc.tfm) = %{tl_version} -Provides: tex(uaqrc8tc.tfm) = %{tl_version} -Provides: tex(uaqro7tc.tfm) = %{tl_version} -Provides: tex(uaqro8cc.tfm) = %{tl_version} -Provides: tex(uaqro8rc.tfm) = %{tl_version} -Provides: tex(uaqro8tc.tfm) = %{tl_version} -Provides: tex(uaqr8ac.pfb) = %{tl_version} -Provides: tex(uaqr7tc.vf) = %{tl_version} -Provides: tex(uaqr8cc.vf) = %{tl_version} -Provides: tex(uaqr8tc.vf) = %{tl_version} -Provides: tex(uaqrc7tc.vf) = %{tl_version} -Provides: tex(uaqrc8tc.vf) = %{tl_version} -Provides: tex(uaqro7tc.vf) = %{tl_version} -Provides: tex(uaqro8cc.vf) = %{tl_version} -Provides: tex(uaqro8tc.vf) = %{tl_version} -Provides: tex(ot1uaq.fd) = %{tl_version} -Provides: tex(t1uaq.fd) = %{tl_version} -Provides: tex(ts1uaq.fd) = %{tl_version} - -%description antiqua -The package contains a copy of the Type 1 font "URW Antiqua -2051 Regular Condensed" released under the GPL by URW, with -supporting files for use with (La)TeX. - -%package antiqua-doc -Summary: Documentation for antiqua -Version: svn24266.001.003 -Provides: tex-antiqua-doc -AutoReqProv: No - -%description antiqua-doc -Documentation for antiqua - -%package antomega -Provides: tex-antomega = %{tl_version} -License: LPPL -Summary: Alternative language support for Omega/Lambda -Version: svn21933.0.8 -Requires: texlive-base -Requires: texlive-kpathsea -Requires: texlive-omega -Requires: tex(keyval.sty) -Requires: tex(ifthen.sty) -Requires: tex(calc.sty) -Provides: tex(antomega.cfg) = %{tl_version} -Provides: tex(antomega.sty) = %{tl_version} -Provides: tex(grhyph16.tex) = %{tl_version} -Provides: tex(hyphen.cfg) = %{tl_version} -Provides: tex(lgc0700.def) = %{tl_version} -Provides: tex(lgrenc-antomega.def) = %{tl_version} -Provides: tex(ograhyph4.tex) = %{tl_version} -Provides: tex(ogrmhyph4.tex) = %{tl_version} -Provides: tex(ogrphyph4.tex) = %{tl_version} -Provides: tex(omega-english.ldf) = %{tl_version} -Provides: tex(omega-french.ldf) = %{tl_version} -Provides: tex(omega-german.ldf) = %{tl_version} -Provides: tex(omega-greek.ldf) = %{tl_version} -Provides: tex(omega-latin.ldf) = %{tl_version} -Provides: tex(omega-latvian.ldf) = %{tl_version} -Provides: tex(omega-polish.ldf) = %{tl_version} -Provides: tex(omega-russian.ldf) = %{tl_version} -Provides: tex(omega-spanish.ldf) = %{tl_version} -Provides: tex(ruhyph16.tex) = %{tl_version} -Provides: tex(t1enc-antomega.def) = %{tl_version} -Provides: tex(t2aenc-antomega.def) = %{tl_version} -Provides: tex(uni0100.def) = %{tl_version} -Provides: tex(uni0370.def) = %{tl_version} -Provides: tex(uni0400.def) = %{tl_version} -Provides: tex(uni1f00.def) = %{tl_version} -Provides: tex(ut1enc-antomega.def) = %{tl_version} - -%description antomega -A language support package for Omega/Lambda. This replaces the -original omega package for use with Lambda, and provides extra -facilities (including Babel-like language switching, which -eases porting of LaTeX documents to Lambda). - -%package antomega-doc -Summary: Documentation for antomega -Version: svn21933.0.8 -Provides: tex-antomega-doc -AutoReqProv: No -Requires: tex-omega-doc - -%description antomega-doc -Documentation for antomega - -%package omega -Provides: tex-omega = %{tl_version} -License: GPL+ -Summary: A wide-character-set extension of TeX -Version: svn33046.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(omega.cfg) = %{tl_version} -Provides: tex(omega.map) = %{tl_version} -Provides: tex(omding.tfm) = %{tl_version} -Provides: tex(omsea1.tfm) = %{tl_version} -Provides: tex(omsea1b.tfm) = %{tl_version} -Provides: tex(omsea2.tfm) = %{tl_version} -Provides: tex(omsea2b.tfm) = %{tl_version} -Provides: tex(omsea3.tfm) = %{tl_version} -Provides: tex(omsea3b.tfm) = %{tl_version} -Provides: tex(omseco.tfm) = %{tl_version} -Provides: tex(omsecob.tfm) = %{tl_version} -Provides: tex(omsecobi.tfm) = %{tl_version} -Provides: tex(omsecoi.tfm) = %{tl_version} -Provides: tex(omsecx.tfm) = %{tl_version} -Provides: tex(omsecy.tfm) = %{tl_version} -Provides: tex(omsegr.tfm) = %{tl_version} -Provides: tex(omsegrb.tfm) = %{tl_version} -Provides: tex(omsegrbi.tfm) = %{tl_version} -Provides: tex(omsegri.tfm) = %{tl_version} -Provides: tex(omseha.tfm) = %{tl_version} -Provides: tex(omseip.tfm) = %{tl_version} -Provides: tex(omsela.tfm) = %{tl_version} -Provides: tex(omselab.tfm) = %{tl_version} -Provides: tex(omselabi.tfm) = %{tl_version} -Provides: tex(omselai.tfm) = %{tl_version} -Provides: tex(omseti.tfm) = %{tl_version} -Provides: tex(omssti.tfm) = %{tl_version} -Provides: tex(omding.pfb) = %{tl_version} -Provides: tex(omsea1.pfb) = %{tl_version} -Provides: tex(omsea1b.pfb) = %{tl_version} -Provides: tex(omsea2.pfb) = %{tl_version} -Provides: tex(omsea2b.pfb) = %{tl_version} -Provides: tex(omsea3.pfb) = %{tl_version} -Provides: tex(omsea3b.pfb) = %{tl_version} -Provides: tex(omseco.pfb) = %{tl_version} -Provides: tex(omsecob.pfb) = %{tl_version} -Provides: tex(omsecobi.pfb) = %{tl_version} -Provides: tex(omsecoi.pfb) = %{tl_version} -Provides: tex(omsecx.pfb) = %{tl_version} -Provides: tex(omsecy.pfb) = %{tl_version} -Provides: tex(omsecyb.pfb) = %{tl_version} -Provides: tex(omsecyi.pfb) = %{tl_version} -Provides: tex(omsegr.pfb) = %{tl_version} -Provides: tex(omsegrb.pfb) = %{tl_version} -Provides: tex(omsegrbi.pfb) = %{tl_version} -Provides: tex(omsegri.pfb) = %{tl_version} -Provides: tex(omseha.pfb) = %{tl_version} -Provides: tex(omsehe.pfb) = %{tl_version} -Provides: tex(omseip.pfb) = %{tl_version} -Provides: tex(omsela.pfb) = %{tl_version} -Provides: tex(omselab.pfb) = %{tl_version} -Provides: tex(omselabi.pfb) = %{tl_version} -Provides: tex(omselai.pfb) = %{tl_version} -Provides: tex(omseti.pfb) = %{tl_version} -Provides: tex(omssti.pfb) = %{tl_version} -Provides: tex(bghyph.tex) = %{tl_version} -Provides: tex(lthyph.tex) = %{tl_version} -Provides: tex(srhyph.tex) = %{tl_version} -Provides: tex(grlccode.tex) = %{tl_version} -Provides: tex(omega.tex) = %{tl_version} - -%description omega -A development of TeX, which deals in multi-octet Unicode -characters, to enable native treatment of a wide range of -languages without changing character-set. Work on Omega seems -to have ceased: its immediate successor was to be the aleph -project (though that too has stalled). Projects developing -Omega (and Aleph) ideas include Omega-2 and LuaTeX. - -%package omega-doc -Summary: Documentation for omega -Version: svn33046.0 -Provides: tex-omega-doc -AutoReqProv: No - -%description omega-doc -Documentation for omega - -%package antt -Provides: tex-antt = %{tl_version} -License: GFSL -Summary: Antykwa Torunska: a Type 1 family of a Polish traditional type -Version: svn18651.2.08 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(antt-cs.enc) = %{tl_version} -Provides: tex(antt-ec.enc) = %{tl_version} -Provides: tex(antt-el.enc) = %{tl_version} -Provides: tex(antt-ex.enc) = %{tl_version} -Provides: tex(antt-exp.enc) = %{tl_version} -Provides: tex(antt-greek.enc) = %{tl_version} -Provides: tex(antt-mi.enc) = %{tl_version} -Provides: tex(antt-qx.enc) = %{tl_version} -Provides: tex(antt-rm.enc) = %{tl_version} -Provides: tex(antt-sy.enc) = %{tl_version} -Provides: tex(antt-t2a.enc) = %{tl_version} -Provides: tex(antt-t2b.enc) = %{tl_version} -Provides: tex(antt-t2c.enc) = %{tl_version} -Provides: tex(antt-t5.enc) = %{tl_version} -Provides: tex(antt-texnansi.enc) = %{tl_version} -Provides: tex(antt-ts1.enc) = %{tl_version} -Provides: tex(antt-wncy.enc) = %{tl_version} -Provides: tex(anttcap-cs.enc) = %{tl_version} -Provides: tex(anttcap-ec.enc) = %{tl_version} -Provides: tex(anttcap-qx.enc) = %{tl_version} -Provides: tex(anttcap-t5.enc) = %{tl_version} -Provides: tex(anttcap-texnansi.enc) = %{tl_version} -Provides: tex(antt-cs.map) = %{tl_version} -Provides: tex(antt-ec.map) = %{tl_version} -Provides: tex(antt-el.map) = %{tl_version} -Provides: tex(antt-ex.map) = %{tl_version} -Provides: tex(antt-exp.map) = %{tl_version} -Provides: tex(antt-greek.map) = %{tl_version} -Provides: tex(antt-mi.map) = %{tl_version} -Provides: tex(antt-qx.map) = %{tl_version} -Provides: tex(antt-rm.map) = %{tl_version} -Provides: tex(antt-sy.map) = %{tl_version} -Provides: tex(antt-t2a.map) = %{tl_version} -Provides: tex(antt-t2b.map) = %{tl_version} -Provides: tex(antt-t2c.map) = %{tl_version} -Provides: tex(antt-t5.map) = %{tl_version} -Provides: tex(antt-texnansi.map) = %{tl_version} -Provides: tex(antt-ts1.map) = %{tl_version} -Provides: tex(antt-wncy.map) = %{tl_version} -Provides: tex(antt.map) = %{tl_version} -Provides: tex(AntykwaTorunska-Bold.otf) = %{tl_version} -Provides: tex(AntykwaTorunska-BoldItalic.otf) = %{tl_version} -Provides: tex(AntykwaTorunska-Italic.otf) = %{tl_version} -Provides: tex(AntykwaTorunska-Regular.otf) = %{tl_version} -Provides: tex(AntykwaTorunskaCond-Bold.otf) = %{tl_version} -Provides: tex(AntykwaTorunskaCond-BoldItalic.otf) = %{tl_version} -Provides: tex(AntykwaTorunskaCond-Italic.otf) = %{tl_version} -Provides: tex(AntykwaTorunskaCond-Regular.otf) = %{tl_version} -Provides: tex(AntykwaTorunskaCondLight-Italic.otf) = %{tl_version} -Provides: tex(AntykwaTorunskaCondLight-Regular.otf) = %{tl_version} -Provides: tex(AntykwaTorunskaCondMed-Italic.otf) = %{tl_version} -Provides: tex(AntykwaTorunskaCondMed-Regular.otf) = %{tl_version} -Provides: tex(AntykwaTorunskaLight-Italic.otf) = %{tl_version} -Provides: tex(AntykwaTorunskaLight-Regular.otf) = %{tl_version} -Provides: tex(AntykwaTorunskaMed-Italic.otf) = %{tl_version} -Provides: tex(AntykwaTorunskaMed-Regular.otf) = %{tl_version} -Provides: tex(cs-anttb.tfm) = %{tl_version} -Provides: tex(cs-anttbcap.tfm) = %{tl_version} -Provides: tex(cs-anttbi.tfm) = %{tl_version} -Provides: tex(cs-anttbicap.tfm) = %{tl_version} -Provides: tex(cs-anttcb.tfm) = %{tl_version} -Provides: tex(cs-anttcbcap.tfm) = %{tl_version} -Provides: tex(cs-anttcbi.tfm) = %{tl_version} -Provides: tex(cs-anttcbicap.tfm) = %{tl_version} -Provides: tex(cs-anttcl.tfm) = %{tl_version} -Provides: tex(cs-anttclcap.tfm) = %{tl_version} -Provides: tex(cs-anttcli.tfm) = %{tl_version} -Provides: tex(cs-anttclicap.tfm) = %{tl_version} -Provides: tex(cs-anttcm.tfm) = %{tl_version} -Provides: tex(cs-anttcmcap.tfm) = %{tl_version} -Provides: tex(cs-anttcmi.tfm) = %{tl_version} -Provides: tex(cs-anttcmicap.tfm) = %{tl_version} -Provides: tex(cs-anttcr.tfm) = %{tl_version} -Provides: tex(cs-anttcrcap.tfm) = %{tl_version} -Provides: tex(cs-anttcri.tfm) = %{tl_version} -Provides: tex(cs-anttcricap.tfm) = %{tl_version} -Provides: tex(cs-anttl.tfm) = %{tl_version} -Provides: tex(cs-anttlcap.tfm) = %{tl_version} -Provides: tex(cs-anttli.tfm) = %{tl_version} -Provides: tex(cs-anttlicap.tfm) = %{tl_version} -Provides: tex(cs-anttm.tfm) = %{tl_version} -Provides: tex(cs-anttmcap.tfm) = %{tl_version} -Provides: tex(cs-anttmi.tfm) = %{tl_version} -Provides: tex(cs-anttmicap.tfm) = %{tl_version} -Provides: tex(cs-anttr.tfm) = %{tl_version} -Provides: tex(cs-anttrcap.tfm) = %{tl_version} -Provides: tex(cs-anttri.tfm) = %{tl_version} -Provides: tex(cs-anttricap.tfm) = %{tl_version} -Provides: tex(ec-anttb.tfm) = %{tl_version} -Provides: tex(ec-anttbcap.tfm) = %{tl_version} -Provides: tex(ec-anttbi.tfm) = %{tl_version} -Provides: tex(ec-anttbicap.tfm) = %{tl_version} -Provides: tex(ec-anttcb.tfm) = %{tl_version} -Provides: tex(ec-anttcbcap.tfm) = %{tl_version} -Provides: tex(ec-anttcbi.tfm) = %{tl_version} -Provides: tex(ec-anttcbicap.tfm) = %{tl_version} -Provides: tex(ec-anttcl.tfm) = %{tl_version} -Provides: tex(ec-anttclcap.tfm) = %{tl_version} -Provides: tex(ec-anttcli.tfm) = %{tl_version} -Provides: tex(ec-anttclicap.tfm) = %{tl_version} -Provides: tex(ec-anttcm.tfm) = %{tl_version} -Provides: tex(ec-anttcmcap.tfm) = %{tl_version} -Provides: tex(ec-anttcmi.tfm) = %{tl_version} -Provides: tex(ec-anttcmicap.tfm) = %{tl_version} -Provides: tex(ec-anttcr.tfm) = %{tl_version} -Provides: tex(ec-anttcrcap.tfm) = %{tl_version} -Provides: tex(ec-anttcri.tfm) = %{tl_version} -Provides: tex(ec-anttcricap.tfm) = %{tl_version} -Provides: tex(ec-anttl.tfm) = %{tl_version} -Provides: tex(ec-anttlcap.tfm) = %{tl_version} -Provides: tex(ec-anttli.tfm) = %{tl_version} -Provides: tex(ec-anttlicap.tfm) = %{tl_version} -Provides: tex(ec-anttm.tfm) = %{tl_version} -Provides: tex(ec-anttmcap.tfm) = %{tl_version} -Provides: tex(ec-anttmi.tfm) = %{tl_version} -Provides: tex(ec-anttmicap.tfm) = %{tl_version} -Provides: tex(ec-anttr.tfm) = %{tl_version} -Provides: tex(ec-anttrcap.tfm) = %{tl_version} -Provides: tex(ec-anttri.tfm) = %{tl_version} -Provides: tex(ec-anttricap.tfm) = %{tl_version} -Provides: tex(el-anttb.tfm) = %{tl_version} -Provides: tex(el-anttbi.tfm) = %{tl_version} -Provides: tex(el-anttcb.tfm) = %{tl_version} -Provides: tex(el-anttcbi.tfm) = %{tl_version} -Provides: tex(el-anttcl.tfm) = %{tl_version} -Provides: tex(el-anttcli.tfm) = %{tl_version} -Provides: tex(el-anttcm.tfm) = %{tl_version} -Provides: tex(el-anttcmi.tfm) = %{tl_version} -Provides: tex(el-anttcr.tfm) = %{tl_version} -Provides: tex(el-anttcri.tfm) = %{tl_version} -Provides: tex(el-anttl.tfm) = %{tl_version} -Provides: tex(el-anttli.tfm) = %{tl_version} -Provides: tex(el-anttm.tfm) = %{tl_version} -Provides: tex(el-anttmi.tfm) = %{tl_version} -Provides: tex(el-anttr.tfm) = %{tl_version} -Provides: tex(el-anttri.tfm) = %{tl_version} -Provides: tex(ex-anttb.tfm) = %{tl_version} -Provides: tex(ex-anttcb.tfm) = %{tl_version} -Provides: tex(ex-anttcl.tfm) = %{tl_version} -Provides: tex(ex-anttcm.tfm) = %{tl_version} -Provides: tex(ex-anttcr.tfm) = %{tl_version} -Provides: tex(ex-anttl.tfm) = %{tl_version} -Provides: tex(ex-anttm.tfm) = %{tl_version} -Provides: tex(ex-anttr.tfm) = %{tl_version} -Provides: tex(exp-anttb.tfm) = %{tl_version} -Provides: tex(exp-anttbi.tfm) = %{tl_version} -Provides: tex(exp-anttcb.tfm) = %{tl_version} -Provides: tex(exp-anttcbi.tfm) = %{tl_version} -Provides: tex(exp-anttcl.tfm) = %{tl_version} -Provides: tex(exp-anttcli.tfm) = %{tl_version} -Provides: tex(exp-anttcm.tfm) = %{tl_version} -Provides: tex(exp-anttcmi.tfm) = %{tl_version} -Provides: tex(exp-anttcr.tfm) = %{tl_version} -Provides: tex(exp-anttcri.tfm) = %{tl_version} -Provides: tex(exp-anttl.tfm) = %{tl_version} -Provides: tex(exp-anttli.tfm) = %{tl_version} -Provides: tex(exp-anttm.tfm) = %{tl_version} -Provides: tex(exp-anttmi.tfm) = %{tl_version} -Provides: tex(exp-anttr.tfm) = %{tl_version} -Provides: tex(exp-anttri.tfm) = %{tl_version} -Provides: tex(greek-anttb.tfm) = %{tl_version} -Provides: tex(greek-anttbi.tfm) = %{tl_version} -Provides: tex(greek-anttcb.tfm) = %{tl_version} -Provides: tex(greek-anttcbi.tfm) = %{tl_version} -Provides: tex(greek-anttcl.tfm) = %{tl_version} -Provides: tex(greek-anttcli.tfm) = %{tl_version} -Provides: tex(greek-anttcm.tfm) = %{tl_version} -Provides: tex(greek-anttcmi.tfm) = %{tl_version} -Provides: tex(greek-anttcr.tfm) = %{tl_version} -Provides: tex(greek-anttcri.tfm) = %{tl_version} -Provides: tex(greek-anttl.tfm) = %{tl_version} -Provides: tex(greek-anttli.tfm) = %{tl_version} -Provides: tex(greek-anttm.tfm) = %{tl_version} -Provides: tex(greek-anttmi.tfm) = %{tl_version} -Provides: tex(greek-anttr.tfm) = %{tl_version} -Provides: tex(greek-anttri.tfm) = %{tl_version} -Provides: tex(mi-anttbi.tfm) = %{tl_version} -Provides: tex(mi-anttcbi.tfm) = %{tl_version} -Provides: tex(mi-anttcli.tfm) = %{tl_version} -Provides: tex(mi-anttcmi.tfm) = %{tl_version} -Provides: tex(mi-anttcri.tfm) = %{tl_version} -Provides: tex(mi-anttli.tfm) = %{tl_version} -Provides: tex(mi-anttmi.tfm) = %{tl_version} -Provides: tex(mi-anttri.tfm) = %{tl_version} -Provides: tex(qx-anttb.tfm) = %{tl_version} -Provides: tex(qx-anttbcap.tfm) = %{tl_version} -Provides: tex(qx-anttbi.tfm) = %{tl_version} -Provides: tex(qx-anttbicap.tfm) = %{tl_version} -Provides: tex(qx-anttcb.tfm) = %{tl_version} -Provides: tex(qx-anttcbcap.tfm) = %{tl_version} -Provides: tex(qx-anttcbi.tfm) = %{tl_version} -Provides: tex(qx-anttcbicap.tfm) = %{tl_version} -Provides: tex(qx-anttcl.tfm) = %{tl_version} -Provides: tex(qx-anttclcap.tfm) = %{tl_version} -Provides: tex(qx-anttcli.tfm) = %{tl_version} -Provides: tex(qx-anttclicap.tfm) = %{tl_version} -Provides: tex(qx-anttcm.tfm) = %{tl_version} -Provides: tex(qx-anttcmcap.tfm) = %{tl_version} -Provides: tex(qx-anttcmi.tfm) = %{tl_version} -Provides: tex(qx-anttcmicap.tfm) = %{tl_version} -Provides: tex(qx-anttcr.tfm) = %{tl_version} -Provides: tex(qx-anttcrcap.tfm) = %{tl_version} -Provides: tex(qx-anttcri.tfm) = %{tl_version} -Provides: tex(qx-anttcricap.tfm) = %{tl_version} -Provides: tex(qx-anttl.tfm) = %{tl_version} -Provides: tex(qx-anttlcap.tfm) = %{tl_version} -Provides: tex(qx-anttli.tfm) = %{tl_version} -Provides: tex(qx-anttlicap.tfm) = %{tl_version} -Provides: tex(qx-anttm.tfm) = %{tl_version} -Provides: tex(qx-anttmcap.tfm) = %{tl_version} -Provides: tex(qx-anttmi.tfm) = %{tl_version} -Provides: tex(qx-anttmicap.tfm) = %{tl_version} -Provides: tex(qx-anttr.tfm) = %{tl_version} -Provides: tex(qx-anttrcap.tfm) = %{tl_version} -Provides: tex(qx-anttri.tfm) = %{tl_version} -Provides: tex(qx-anttricap.tfm) = %{tl_version} -Provides: tex(rm-anttb.tfm) = %{tl_version} -Provides: tex(rm-anttbi.tfm) = %{tl_version} -Provides: tex(rm-anttcb.tfm) = %{tl_version} -Provides: tex(rm-anttcbi.tfm) = %{tl_version} -Provides: tex(rm-anttcl.tfm) = %{tl_version} -Provides: tex(rm-anttcli.tfm) = %{tl_version} -Provides: tex(rm-anttcm.tfm) = %{tl_version} -Provides: tex(rm-anttcmi.tfm) = %{tl_version} -Provides: tex(rm-anttcr.tfm) = %{tl_version} -Provides: tex(rm-anttcri.tfm) = %{tl_version} -Provides: tex(rm-anttl.tfm) = %{tl_version} -Provides: tex(rm-anttli.tfm) = %{tl_version} -Provides: tex(rm-anttm.tfm) = %{tl_version} -Provides: tex(rm-anttmi.tfm) = %{tl_version} -Provides: tex(rm-anttr.tfm) = %{tl_version} -Provides: tex(rm-anttri.tfm) = %{tl_version} -Provides: tex(sy-anttbz.tfm) = %{tl_version} -Provides: tex(sy-anttcbz.tfm) = %{tl_version} -Provides: tex(sy-anttclz.tfm) = %{tl_version} -Provides: tex(sy-anttcmz.tfm) = %{tl_version} -Provides: tex(sy-anttcrz.tfm) = %{tl_version} -Provides: tex(sy-anttlz.tfm) = %{tl_version} -Provides: tex(sy-anttmz.tfm) = %{tl_version} -Provides: tex(sy-anttrz.tfm) = %{tl_version} -Provides: tex(t2a-anttb.tfm) = %{tl_version} -Provides: tex(t2a-anttbi.tfm) = %{tl_version} -Provides: tex(t2a-anttcb.tfm) = %{tl_version} -Provides: tex(t2a-anttcbi.tfm) = %{tl_version} -Provides: tex(t2a-anttcl.tfm) = %{tl_version} -Provides: tex(t2a-anttcli.tfm) = %{tl_version} -Provides: tex(t2a-anttcm.tfm) = %{tl_version} -Provides: tex(t2a-anttcmi.tfm) = %{tl_version} -Provides: tex(t2a-anttcr.tfm) = %{tl_version} -Provides: tex(t2a-anttcri.tfm) = %{tl_version} -Provides: tex(t2a-anttl.tfm) = %{tl_version} -Provides: tex(t2a-anttli.tfm) = %{tl_version} -Provides: tex(t2a-anttm.tfm) = %{tl_version} -Provides: tex(t2a-anttmi.tfm) = %{tl_version} -Provides: tex(t2a-anttr.tfm) = %{tl_version} -Provides: tex(t2a-anttri.tfm) = %{tl_version} -Provides: tex(t2b-anttb.tfm) = %{tl_version} -Provides: tex(t2b-anttbi.tfm) = %{tl_version} -Provides: tex(t2b-anttcb.tfm) = %{tl_version} -Provides: tex(t2b-anttcbi.tfm) = %{tl_version} -Provides: tex(t2b-anttcl.tfm) = %{tl_version} -Provides: tex(t2b-anttcli.tfm) = %{tl_version} -Provides: tex(t2b-anttcm.tfm) = %{tl_version} -Provides: tex(t2b-anttcmi.tfm) = %{tl_version} -Provides: tex(t2b-anttcr.tfm) = %{tl_version} -Provides: tex(t2b-anttcri.tfm) = %{tl_version} -Provides: tex(t2b-anttl.tfm) = %{tl_version} -Provides: tex(t2b-anttli.tfm) = %{tl_version} -Provides: tex(t2b-anttm.tfm) = %{tl_version} -Provides: tex(t2b-anttmi.tfm) = %{tl_version} -Provides: tex(t2b-anttr.tfm) = %{tl_version} -Provides: tex(t2b-anttri.tfm) = %{tl_version} -Provides: tex(t2c-anttb.tfm) = %{tl_version} -Provides: tex(t2c-anttbi.tfm) = %{tl_version} -Provides: tex(t2c-anttcb.tfm) = %{tl_version} -Provides: tex(t2c-anttcbi.tfm) = %{tl_version} -Provides: tex(t2c-anttcl.tfm) = %{tl_version} -Provides: tex(t2c-anttcli.tfm) = %{tl_version} -Provides: tex(t2c-anttcm.tfm) = %{tl_version} -Provides: tex(t2c-anttcmi.tfm) = %{tl_version} -Provides: tex(t2c-anttcr.tfm) = %{tl_version} -Provides: tex(t2c-anttcri.tfm) = %{tl_version} -Provides: tex(t2c-anttl.tfm) = %{tl_version} -Provides: tex(t2c-anttli.tfm) = %{tl_version} -Provides: tex(t2c-anttm.tfm) = %{tl_version} -Provides: tex(t2c-anttmi.tfm) = %{tl_version} -Provides: tex(t2c-anttr.tfm) = %{tl_version} -Provides: tex(t2c-anttri.tfm) = %{tl_version} -Provides: tex(t5-anttb.tfm) = %{tl_version} -Provides: tex(t5-anttbcap.tfm) = %{tl_version} -Provides: tex(t5-anttbi.tfm) = %{tl_version} -Provides: tex(t5-anttbicap.tfm) = %{tl_version} -Provides: tex(t5-anttcb.tfm) = %{tl_version} -Provides: tex(t5-anttcbcap.tfm) = %{tl_version} -Provides: tex(t5-anttcbi.tfm) = %{tl_version} -Provides: tex(t5-anttcbicap.tfm) = %{tl_version} -Provides: tex(t5-anttcl.tfm) = %{tl_version} -Provides: tex(t5-anttclcap.tfm) = %{tl_version} -Provides: tex(t5-anttcli.tfm) = %{tl_version} -Provides: tex(t5-anttclicap.tfm) = %{tl_version} -Provides: tex(t5-anttcm.tfm) = %{tl_version} -Provides: tex(t5-anttcmcap.tfm) = %{tl_version} -Provides: tex(t5-anttcmi.tfm) = %{tl_version} -Provides: tex(t5-anttcmicap.tfm) = %{tl_version} -Provides: tex(t5-anttcr.tfm) = %{tl_version} -Provides: tex(t5-anttcrcap.tfm) = %{tl_version} -Provides: tex(t5-anttcri.tfm) = %{tl_version} -Provides: tex(t5-anttcricap.tfm) = %{tl_version} -Provides: tex(t5-anttl.tfm) = %{tl_version} -Provides: tex(t5-anttlcap.tfm) = %{tl_version} -Provides: tex(t5-anttli.tfm) = %{tl_version} -Provides: tex(t5-anttlicap.tfm) = %{tl_version} -Provides: tex(t5-anttm.tfm) = %{tl_version} -Provides: tex(t5-anttmcap.tfm) = %{tl_version} -Provides: tex(t5-anttmi.tfm) = %{tl_version} -Provides: tex(t5-anttmicap.tfm) = %{tl_version} -Provides: tex(t5-anttr.tfm) = %{tl_version} -Provides: tex(t5-anttrcap.tfm) = %{tl_version} -Provides: tex(t5-anttri.tfm) = %{tl_version} -Provides: tex(t5-anttricap.tfm) = %{tl_version} -Provides: tex(texnansi-anttb.tfm) = %{tl_version} -Provides: tex(texnansi-anttbcap.tfm) = %{tl_version} -Provides: tex(texnansi-anttbi.tfm) = %{tl_version} -Provides: tex(texnansi-anttbicap.tfm) = %{tl_version} -Provides: tex(texnansi-anttcb.tfm) = %{tl_version} -Provides: tex(texnansi-anttcbcap.tfm) = %{tl_version} -Provides: tex(texnansi-anttcbi.tfm) = %{tl_version} -Provides: tex(texnansi-anttcbicap.tfm) = %{tl_version} -Provides: tex(texnansi-anttcl.tfm) = %{tl_version} -Provides: tex(texnansi-anttclcap.tfm) = %{tl_version} -Provides: tex(texnansi-anttcli.tfm) = %{tl_version} -Provides: tex(texnansi-anttclicap.tfm) = %{tl_version} -Provides: tex(texnansi-anttcm.tfm) = %{tl_version} -Provides: tex(texnansi-anttcmcap.tfm) = %{tl_version} -Provides: tex(texnansi-anttcmi.tfm) = %{tl_version} -Provides: tex(texnansi-anttcmicap.tfm) = %{tl_version} -Provides: tex(texnansi-anttcr.tfm) = %{tl_version} -Provides: tex(texnansi-anttcrcap.tfm) = %{tl_version} -Provides: tex(texnansi-anttcri.tfm) = %{tl_version} -Provides: tex(texnansi-anttcricap.tfm) = %{tl_version} -Provides: tex(texnansi-anttl.tfm) = %{tl_version} -Provides: tex(texnansi-anttlcap.tfm) = %{tl_version} -Provides: tex(texnansi-anttli.tfm) = %{tl_version} -Provides: tex(texnansi-anttlicap.tfm) = %{tl_version} -Provides: tex(texnansi-anttm.tfm) = %{tl_version} -Provides: tex(texnansi-anttmcap.tfm) = %{tl_version} -Provides: tex(texnansi-anttmi.tfm) = %{tl_version} -Provides: tex(texnansi-anttmicap.tfm) = %{tl_version} -Provides: tex(texnansi-anttr.tfm) = %{tl_version} -Provides: tex(texnansi-anttrcap.tfm) = %{tl_version} -Provides: tex(texnansi-anttri.tfm) = %{tl_version} -Provides: tex(texnansi-anttricap.tfm) = %{tl_version} -Provides: tex(ts1-anttb.tfm) = %{tl_version} -Provides: tex(ts1-anttbi.tfm) = %{tl_version} -Provides: tex(ts1-anttcb.tfm) = %{tl_version} -Provides: tex(ts1-anttcbi.tfm) = %{tl_version} -Provides: tex(ts1-anttcl.tfm) = %{tl_version} -Provides: tex(ts1-anttcli.tfm) = %{tl_version} -Provides: tex(ts1-anttcm.tfm) = %{tl_version} -Provides: tex(ts1-anttcmi.tfm) = %{tl_version} -Provides: tex(ts1-anttcr.tfm) = %{tl_version} -Provides: tex(ts1-anttcri.tfm) = %{tl_version} -Provides: tex(ts1-anttl.tfm) = %{tl_version} -Provides: tex(ts1-anttli.tfm) = %{tl_version} -Provides: tex(ts1-anttm.tfm) = %{tl_version} -Provides: tex(ts1-anttmi.tfm) = %{tl_version} -Provides: tex(ts1-anttr.tfm) = %{tl_version} -Provides: tex(ts1-anttri.tfm) = %{tl_version} -Provides: tex(wncy-anttb.tfm) = %{tl_version} -Provides: tex(wncy-anttbi.tfm) = %{tl_version} -Provides: tex(wncy-anttcb.tfm) = %{tl_version} -Provides: tex(wncy-anttcbi.tfm) = %{tl_version} -Provides: tex(wncy-anttcl.tfm) = %{tl_version} -Provides: tex(wncy-anttcli.tfm) = %{tl_version} -Provides: tex(wncy-anttcm.tfm) = %{tl_version} -Provides: tex(wncy-anttcmi.tfm) = %{tl_version} -Provides: tex(wncy-anttcr.tfm) = %{tl_version} -Provides: tex(wncy-anttcri.tfm) = %{tl_version} -Provides: tex(wncy-anttl.tfm) = %{tl_version} -Provides: tex(wncy-anttli.tfm) = %{tl_version} -Provides: tex(wncy-anttm.tfm) = %{tl_version} -Provides: tex(wncy-anttmi.tfm) = %{tl_version} -Provides: tex(wncy-anttr.tfm) = %{tl_version} -Provides: tex(wncy-anttri.tfm) = %{tl_version} -Provides: tex(anttb.pfb) = %{tl_version} -Provides: tex(anttbi.pfb) = %{tl_version} -Provides: tex(anttcb.pfb) = %{tl_version} -Provides: tex(anttcbi.pfb) = %{tl_version} -Provides: tex(anttcl.pfb) = %{tl_version} -Provides: tex(anttcli.pfb) = %{tl_version} -Provides: tex(anttcm.pfb) = %{tl_version} -Provides: tex(anttcmi.pfb) = %{tl_version} -Provides: tex(anttcr.pfb) = %{tl_version} -Provides: tex(anttcri.pfb) = %{tl_version} -Provides: tex(anttl.pfb) = %{tl_version} -Provides: tex(anttli.pfb) = %{tl_version} -Provides: tex(anttm.pfb) = %{tl_version} -Provides: tex(anttmi.pfb) = %{tl_version} -Provides: tex(anttr.pfb) = %{tl_version} -Provides: tex(anttri.pfb) = %{tl_version} -Provides: tex(anttor.sty) = %{tl_version} -Provides: tex(antyktor.sty) = %{tl_version} -Provides: tex(il2antt.fd) = %{tl_version} -Provides: tex(il2anttc.fd) = %{tl_version} -Provides: tex(il2anttl.fd) = %{tl_version} -Provides: tex(il2anttlc.fd) = %{tl_version} -Provides: tex(ly1antt.fd) = %{tl_version} -Provides: tex(ly1anttc.fd) = %{tl_version} -Provides: tex(ly1anttl.fd) = %{tl_version} -Provides: tex(ly1anttlc.fd) = %{tl_version} -Provides: tex(omlantt.fd) = %{tl_version} -Provides: tex(omlanttc.fd) = %{tl_version} -Provides: tex(omlanttl.fd) = %{tl_version} -Provides: tex(omlanttlc.fd) = %{tl_version} -Provides: tex(omsantt.fd) = %{tl_version} -Provides: tex(omsanttc.fd) = %{tl_version} -Provides: tex(omsanttl.fd) = %{tl_version} -Provides: tex(omsanttlc.fd) = %{tl_version} -Provides: tex(omxantt.fd) = %{tl_version} -Provides: tex(omxanttc.fd) = %{tl_version} -Provides: tex(omxanttl.fd) = %{tl_version} -Provides: tex(omxanttlc.fd) = %{tl_version} -Provides: tex(ot1antt.fd) = %{tl_version} -Provides: tex(ot1anttc.fd) = %{tl_version} -Provides: tex(ot1anttcm.fd) = %{tl_version} -Provides: tex(ot1anttl.fd) = %{tl_version} -Provides: tex(ot1anttlc.fd) = %{tl_version} -Provides: tex(ot1anttlcm.fd) = %{tl_version} -Provides: tex(ot1anttlm.fd) = %{tl_version} -Provides: tex(ot1anttm.fd) = %{tl_version} -Provides: tex(ot2antt.fd) = %{tl_version} -Provides: tex(ot2anttc.fd) = %{tl_version} -Provides: tex(ot2anttl.fd) = %{tl_version} -Provides: tex(ot2anttlc.fd) = %{tl_version} -Provides: tex(ot4antt.fd) = %{tl_version} -Provides: tex(ot4anttc.fd) = %{tl_version} -Provides: tex(ot4anttl.fd) = %{tl_version} -Provides: tex(ot4anttlc.fd) = %{tl_version} -Provides: tex(qxantt.fd) = %{tl_version} -Provides: tex(qxanttc.fd) = %{tl_version} -Provides: tex(qxanttl.fd) = %{tl_version} -Provides: tex(qxanttlc.fd) = %{tl_version} -Provides: tex(t1antt.fd) = %{tl_version} -Provides: tex(t1anttc.fd) = %{tl_version} -Provides: tex(t1anttl.fd) = %{tl_version} -Provides: tex(t1anttlc.fd) = %{tl_version} -Provides: tex(t2aantt.fd) = %{tl_version} -Provides: tex(t2aanttc.fd) = %{tl_version} -Provides: tex(t2aanttl.fd) = %{tl_version} -Provides: tex(t2aanttlc.fd) = %{tl_version} -Provides: tex(t2bantt.fd) = %{tl_version} -Provides: tex(t2banttc.fd) = %{tl_version} -Provides: tex(t2banttl.fd) = %{tl_version} -Provides: tex(t2banttlc.fd) = %{tl_version} -Provides: tex(t2cantt.fd) = %{tl_version} -Provides: tex(t2canttc.fd) = %{tl_version} -Provides: tex(t2canttl.fd) = %{tl_version} -Provides: tex(t2canttlc.fd) = %{tl_version} -Provides: tex(t5antt.fd) = %{tl_version} -Provides: tex(t5anttc.fd) = %{tl_version} -Provides: tex(t5anttl.fd) = %{tl_version} -Provides: tex(t5anttlc.fd) = %{tl_version} -Provides: tex(ts1antt.fd) = %{tl_version} -Provides: tex(ts1anttc.fd) = %{tl_version} -Provides: tex(ts1anttl.fd) = %{tl_version} -Provides: tex(ts1anttlc.fd) = %{tl_version} -Provides: tex(antt-math.tex) = %{tl_version} - -%description antt -Antykwa Torunska is a serif font designed by the late Polish -typographer Zygfryd Gardzielewski, reconstructed and digitized -as Type 1. - -%package antt-doc -Summary: Documentation for antt -Version: svn18651.2.08 -Provides: tex-antt-doc -AutoReqProv: No - -%description antt-doc -Documentation for antt - -%package anufinalexam-doc -Summary: Documentation for anufinalexam -Version: svn26053.0 -Provides: tex-anufinalexam-doc -AutoReqProv: No - -%description anufinalexam-doc -Documentation for anufinalexam - -%package anyfontsize -Provides: tex-anyfontsize = %{tl_version} -License: LPPL -Summary: Select any font size in LaTeX -Version: svn17050.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(anyfontsize.sty) = %{tl_version} - -%description anyfontsize -The package allows the to user select any font size (via e.g. -\fontsize{...}{...}\selectfont), even those sizes that are not -listed in the .fd file. If such a size is requested, LaTeX will -search for and select the nearest listed size; anyfontsize will -then scale the font to the size actually requested. Similar -functionality is available for the CM family, for the EC -family, or for either computer modern encoding; the present -package generalises the facility. - -%package anyfontsize-doc -Summary: Documentation for anyfontsize -Version: svn17050.0 -Provides: tex-anyfontsize-doc -AutoReqProv: No - -%description anyfontsize-doc -Documentation for anyfontsize %package anysize -Provides: tex-anysize = %{tl_version} +Provides: tex-anysize = %{epoch}:%{source_date}-%{release} +Provides: tex-anysize-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-anysize-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-anysize-doc < %{tl_epoch}:%{source_date} License: Public Domain Summary: A simple package to set up document margins -Version: svn15878.0 +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(anysize.sty) = %{tl_version} +Requires: tex-kpathsea +Provides: tex(anysize.sty) = %{epoch}:%{source_date}-%{release} %description anysize This package is considered obsolete; alternatives are the typearea package from the koma-script bundle, or the geometry package. -%package anysize-doc -Summary: Documentation for anysize -Version: svn15878.0 -Provides: tex-anysize-doc -AutoReqProv: No - -%description anysize-doc -Documentation for anysize - -%package aobs-tikz -Provides: tex-aobs-tikz = %{tl_version} -License: LPPL 1.3 -Summary: TikZ styles for creating overlaid pictures in beamer -Version: svn32662.1.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(tikzlibraryoverlay-beamer-styles.code.tex) = %{tl_version} - -%description aobs-tikz -The package defines auxiliary TikZ styles useful for overlaying -pictures' elements in Beamer. The TikZ styles are grouped in a -library, overlay-beamer-styles which is automatically called by -the package itself. Users may either load just aobs-tikz or the -library; the latter method necessitates TikZ manual load. - -%package aobs-tikz-doc -Summary: Documentation for aobs-tikz -Version: svn32662.1.0 -Provides: tex-aobs-tikz-doc -AutoReqProv: No - -%description aobs-tikz-doc -Documentation for aobs-tikz - -%package aomart -Provides: tex-aomart = %{tl_version} -License: LPPL 1.3 -Summary: Typeset articles for the Annals of Mathematics -Version: svn46091 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fancyhdr.sty) -Requires: tex(lastpage.sty) -Requires: tex(ifpdf.sty) -Requires: tex(hyperref.sty) -Requires: tex(yhmath.sty) -Requires: tex(cmtiup.sty) -Provides: tex(aomart.cls) = %{tl_version} - -%description aomart -The package provides a class for typesetting articles for The -Annals of Mathematics. - -%package aomart-doc -Summary: Documentation for aomart -Version: svn46091 -Provides: tex-aomart-doc -AutoReqProv: No - -%description aomart-doc -Documentation for aomart - -%package apa6e -Provides: tex-apa6e = %{tl_version} -License: BSD -Summary: Format manuscripts to APA 6th edition guidelines -Version: svn23350.0.3 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(times.sty) -Requires: tex(mathptmx.sty) -Requires: tex(geometry.sty) -Requires: tex(ragged2e.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(float.sty) -Requires: tex(caption.sty) -Requires: tex(ifthen.sty) -Requires: tex(endnotes.sty) -Requires: tex(endfloat.sty) -Provides: tex(apa6e.cls) = %{tl_version} - -%description apa6e -This is a minimalist class file for formatting manuscripts in -the style described in the American Psychological Association -(APA) 6th edition guidelines. The apa6 class provides better -coverage of the requirements. - -%package apa6e-doc -Summary: Documentation for apa6e -Version: svn23350.0.3 -Provides: tex-apa6e-doc -AutoReqProv: No - -%description apa6e-doc -Documentation for apa6e - -%package apa6 -Provides: tex-apa6 = %{tl_version} -License: LPPL 1.3 -Summary: Format documents in APA style (6th edition) -Version: svn53406 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(etoolbox.sty) -Requires: tex(biblatex.sty) -Requires: tex(apacite.sty) -Requires: tex(lmodern.sty) -Requires: tex(fontenc.sty) -Requires: tex(draftwatermark.sty) -Requires: tex(array.sty) -Requires: tex(longtable.sty) -Requires: tex(txfonts.sty) -Requires: tex(pslatex.sty) -Requires: tex(times.sty) -Requires: tex(mathptm.sty) -Requires: tex(geometry.sty) -Requires: tex(graphicx.sty) -Requires: tex(booktabs.sty) -Requires: tex(threeparttable.sty) -Requires: tex(babel.sty) -Requires: tex(substr.sty) -Requires: tex(caption.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(bm.sty) -Requires: tex(endfloat.sty) -Requires: tex(float.sty) -Requires: tex(flushend.sty) -Requires: tex(ftnright.sty) -Provides: tex(apa6.cls) = %{tl_version} -Provides: tex(APAendfloat.cfg) = %{tl_version} - -%description apa6 -The class formats documents in APA style (6th Edition). It -provides a full set of facilities in three different output -modes (journal-like appearance, double-spaced manuscript, LaTeX- -like document), in contrast to the earlier apa6e, which only -formats double-spaced manuscripts in APA style. The class can -mask author identity for copies for use in masked peer review. -Citations are provided using the apacite bundle; the class -requires that package if citations are to be typeset. The class -is a development of the apa class (which is no longer -maintained). - -%package apa6-doc -Summary: Documentation for apa6 -Version: svn53406 -Provides: tex-apa6-doc -AutoReqProv: No - -%description apa6-doc -Documentation for apa6 - -%package apa7 -Summary: Format documents in APA style (7th edition) -Version: svn54775 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(apa7.cls) = %{tl_version} - -%description apa7 -This class formats documents in APA style (7th Edition). It -provides a full set of facilities in four different output -modes (journal-like appearance, double-spaced manuscript, -double-spaced student manuscript, LaTeX-like document). The -class can mask author identity for copies for use in masked -peer review. The class is a development of the apa6 class. - -%package apacite -Provides: tex-apacite = %{tl_version} -License: LPPL -Summary: Citation style following the rules of the APA -Version: svn54080 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(natbib.sty) -Requires: tex(index.sty) -Requires: tex(multicol.sty) -Provides: tex(apacdoc.sty) = %{tl_version} -Provides: tex(apacite.sty) = %{tl_version} - -%description apacite -Apacite provides a BibTeX style and a LaTeX package which are -designed to match the requirements of the American -Psychological Association's style for citations. The package -follows the 6th edition of the APA manual, and is designed to -work with the apa6 class. A test document is provided. The -package is compatible with chapterbib and (to some extent) with -hyperref (for limits of compatibility, see the documentation). -The package also includes a means of generating an author index -for a document. - -%package apacite-doc -Summary: Documentation for apacite -Version: svn54080 -Provides: tex-apacite-doc -AutoReqProv: No - -%description apacite-doc -Documentation for apacite - -%package apalike2 -Provides: tex-apalike2 = %{tl_version} -License: Knuth -Summary: Bibliography style that approaches APA requirements -Version: svn54080 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description apalike2 -Described as a "local adaptation" of apalike (which is part of -the base bibtex distribution). - -%package apa -Provides: tex-apa = %{tl_version} -License: LPPL -Summary: American Psychological Association format -Version: svn54080 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(longtable.sty) -Requires: tex(txfonts.sty) -Requires: tex(pslatex.sty) -Requires: tex(times.sty) -Requires: tex(mathptm.sty) -Requires: tex(babel.sty) -Requires: tex(apacite.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(bm.sty) -Requires: tex(endnotes.sty) -Requires: tex(endfloat.sty) -Requires: tex(flushend.sty) -Requires: tex(ftnright.sty) -Provides: tex(apa.cls) = %{tl_version} - -%description apa -A LaTeX class to format text according to the American -Psychological Association Publication Manual (5th ed.) -specifications for manuscripts or to the APA journal look found -in journals like the Journal of Experimental Psychology etc. In -addition, it provides regular LaTeX-like output with a few -enhancements and APA-motivated changes. Note that the apa7 -class (covering the 7th edition of the manual) and apa6 -(covering the 6th edition of the manual) are now commonly in -use. Apacite, which used to work with this class, has been -updated for use with apa6. - -%package apa-doc -Summary: Documentation for apa -Version: svn42428 -Provides: tex-apa-doc -AutoReqProv: No - -%description apa-doc -Documentation for apa - -%package apnum -Provides: tex-apnum = %{tl_version} -License: Public Domain -Summary: Arbitrary precision numbers implemented by TeX macros -Version: svn47510 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(apnum.tex) = %{tl_version} - -%description apnum -The basic operations (addition, subtraction, multiplication, -division, power to an integer) are implemented by TeX macros in -this package. Operands may be numbers with arbitrary numbers of -digits; scientific notation is allowed. The expression scanner -is also provided. Exhaustive documentation (including detailed -TeXnical documentation) is included. The macro includes many -optimizations and uses only TeX primitives (from classic TeX) -and \newcount macro. - -%package apnum-doc -Summary: Documentation for apnum -Version: svn47510 -Provides: tex-apnum-doc -AutoReqProv: No - -%description apnum-doc -Documentation for apnum - -%package appendixnumberbeamer -Provides: tex-appendixnumberbeamer = %{tl_version} -License: GPLv3+ -Summary: Manage frame numbering in appendixes in beamer -Version: svn46317 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(appendixnumberbeamer.sty) = %{tl_version} - -%description appendixnumberbeamer -The package arranges that an appendix in a beamer presentation -is not counted in the frame count of the presentation; -appendixes are numbered starting from one. - -%package appendixnumberbeamer-doc -Summary: Documentation for appendixnumberbeamer -Version: svn46317 -Provides: tex-appendixnumberbeamer-doc -AutoReqProv: No - -%description appendixnumberbeamer-doc -Documentation for appendixnumberbeamer %package appendix -Provides: tex-appendix = %{tl_version} +Provides: tex-appendix = %{epoch}:%{source_date}-%{release} +Provides: tex-appendix-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-appendix-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-appendix-doc < %{tl_epoch}:%{source_date} License: LPPL Summary: Extra control of appendices -Version: svn53718 +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(appendix.sty) = %{tl_version} +Requires: tex-kpathsea +Provides: tex(appendix.sty) = %{epoch}:%{source_date}-%{release} %description appendix The appendix package provides various ways of formatting the titles of appendices. Also (sub)appendices environments are provided that can be used, for example, for per chapter/section -appendices. The word 'Appendix' or similar can be prepended to +appendices. The word `Appendix' or similar can be prepended to the appendix number for article class documents. The word -'Appendices' or similar can be added to the table of contents -before the appendices are listed. The word 'Appendices' or +`Appendices' or similar can be added to the table of contents +before the appendices are listed. The word `Appendices' or similar can be typeset as a \part-like heading (page) in the body. An appendices environment is provided which can be used instead of the \appendix command. -%package appendix-doc -Summary: Documentation for appendix -Version: svn53718 -Provides: tex-appendix-doc -AutoReqProv: No - -%description appendix-doc -Documentation for appendix - -%package apprends-latex-doc -Summary: Documentation for apprends-latex -Version: svn19306.4.02 -Provides: tex-apprends-latex-doc -AutoReqProv: No - -%description apprends-latex-doc -Documentation for apprends-latex - -%package apptools -Provides: tex-apptools = %{tl_version} -License: LPPL 1.3 -Summary: Tools for customising appendices -Version: svn28400.1.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(apptools.sty) = %{tl_version} - -%description apptools -The package provides an \AtAppendix command to add code to a -hook that is executed when \appendix is called by the user. -Additionally, a TeX conditional \ifappendix and a LaTeX-style -conditional \IfAppendix are provided to check if \appendix has -already been called. - -%package apptools-doc -Summary: Documentation for apptools -Version: svn28400.1.0 -Provides: tex-apptools-doc -AutoReqProv: No - -%description apptools-doc -Documentation for apptools - -%package arabi -Provides: tex-arabi = %{tl_version} -License: LPPL -Summary: (La)TeX support for Arabic and Farsi, compliant with Babel -Version: svn44662 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(amssymb.sty) -Requires: tex(inputenc.sty) -Requires: tex(ifthen.sty) -Requires: tex(pstricks.sty) -Requires: tex(pst-3d.sty) -Requires: tex(multido.sty) -Requires: tex(fp.sty) -Requires: tex(pst-key.sty) -Requires: tex(babel.sty) -Requires: tex(pst-grad.sty) -Requires: tex(pifont.sty) -Provides: tex(ararabeyes.enc) = %{tl_version} -Provides: tex(ardtpnaskh.enc) = %{tl_version} -Provides: tex(ardtpthuluth.enc) = %{tl_version} -Provides: tex(armonotype.enc) = %{tl_version} -Provides: tex(aromega.enc) = %{tl_version} -Provides: tex(arsimplified.enc) = %{tl_version} -Provides: tex(arunicode.enc) = %{tl_version} -Provides: tex(farsitex.enc) = %{tl_version} -Provides: tex(farsiwebencoding.enc) = %{tl_version} -Provides: tex(frmonotype.enc) = %{tl_version} -Provides: tex(frsimple.enc) = %{tl_version} -Provides: tex(frsimplified.enc) = %{tl_version} -Provides: tex(frunicode.enc) = %{tl_version} -Provides: tex(arabi.map) = %{tl_version} -Provides: tex(ae_almohanad_xxbold.tfm) = %{tl_version} -Provides: tex(ae_alyermook.tfm) = %{tl_version} -Provides: tex(ae_arab.tfm) = %{tl_version} -Provides: tex(ae_tholoth.tfm) = %{tl_version} -Provides: tex(aealbattar.tfm) = %{tl_version} -Provides: tex(aealmateen.tfm) = %{tl_version} -Provides: tex(aealmohanadb.tfm) = %{tl_version} -Provides: tex(aealmohanadbolditalic.tfm) = %{tl_version} -Provides: tex(aealmothnna.tfm) = %{tl_version} -Provides: tex(aealyermook.tfm) = %{tl_version} -Provides: tex(aearab.tfm) = %{tl_version} -Provides: tex(aecortoba.tfm) = %{tl_version} -Provides: tex(aedimnah.tfm) = %{tl_version} -Provides: tex(aefurat.tfm) = %{tl_version} -Provides: tex(aegranada.tfm) = %{tl_version} -Provides: tex(aegraph.tfm) = %{tl_version} -Provides: tex(aehani.tfm) = %{tl_version} -Provides: tex(aehor.tfm) = %{tl_version} -Provides: tex(aekayrawan.tfm) = %{tl_version} -Provides: tex(aekhalid.tfm) = %{tl_version} -Provides: tex(aemashq.tfm) = %{tl_version} -Provides: tex(aemetal.tfm) = %{tl_version} -Provides: tex(aenada.tfm) = %{tl_version} -Provides: tex(aenagham.tfm) = %{tl_version} -Provides: tex(aenice.tfm) = %{tl_version} -Provides: tex(aeostorah.tfm) = %{tl_version} -Provides: tex(aeouhod.tfm) = %{tl_version} -Provides: tex(aepetra.tfm) = %{tl_version} -Provides: tex(aerehan.tfm) = %{tl_version} -Provides: tex(aesalem.tfm) = %{tl_version} -Provides: tex(aeshado.tfm) = %{tl_version} -Provides: tex(aesharjah.tfm) = %{tl_version} -Provides: tex(aesindibad.tfm) = %{tl_version} -Provides: tex(aetarablus.tfm) = %{tl_version} -Provides: tex(aetholoth.tfm) = %{tl_version} -Provides: tex(homa.tfm) = %{tl_version} -Provides: tex(nazli.tfm) = %{tl_version} -Provides: tex(nazlib.tfm) = %{tl_version} -Provides: tex(nazlibout.tfm) = %{tl_version} -Provides: tex(nazliout.tfm) = %{tl_version} -Provides: tex(titr.tfm) = %{tl_version} -Provides: tex(titrout.tfm) = %{tl_version} -Provides: tex(ae_albattar.pfb) = %{tl_version} -Provides: tex(ae_almateen.pfb) = %{tl_version} -Provides: tex(ae_almohanad_bold.pfb) = %{tl_version} -Provides: tex(ae_almohanad_boldItalitalic.pfb) = %{tl_version} -Provides: tex(ae_almohanad_thin.pfb) = %{tl_version} -Provides: tex(ae_almohanad_xxbold.pfb) = %{tl_version} -Provides: tex(ae_almothnna.pfb) = %{tl_version} -Provides: tex(ae_alyermook.pfb) = %{tl_version} -Provides: tex(ae_arab.pfb) = %{tl_version} -Provides: tex(ae_cortoba.pfb) = %{tl_version} -Provides: tex(ae_dimnah.pfb) = %{tl_version} -Provides: tex(ae_furat.pfb) = %{tl_version} -Provides: tex(ae_granada.pfb) = %{tl_version} -Provides: tex(ae_graph.pfb) = %{tl_version} -Provides: tex(ae_hani.pfb) = %{tl_version} -Provides: tex(ae_hor.pfb) = %{tl_version} -Provides: tex(ae_kayrawan.pfb) = %{tl_version} -Provides: tex(ae_khalid.pfb) = %{tl_version} -Provides: tex(ae_mashq.pfb) = %{tl_version} -Provides: tex(ae_metal.pfb) = %{tl_version} -Provides: tex(ae_nada.pfb) = %{tl_version} -Provides: tex(ae_nagham.pfb) = %{tl_version} -Provides: tex(ae_nice.pfb) = %{tl_version} -Provides: tex(ae_ostorah.pfb) = %{tl_version} -Provides: tex(ae_ouhod.pfb) = %{tl_version} -Provides: tex(ae_petra.pfb) = %{tl_version} -Provides: tex(ae_rehan.pfb) = %{tl_version} -Provides: tex(ae_salem.pfb) = %{tl_version} -Provides: tex(ae_shado.pfb) = %{tl_version} -Provides: tex(ae_sharjah.pfb) = %{tl_version} -Provides: tex(ae_sindibad.pfb) = %{tl_version} -Provides: tex(ae_tarablus.pfb) = %{tl_version} -Provides: tex(ae_tholoth.pfb) = %{tl_version} -Provides: tex(homa.pfb) = %{tl_version} -Provides: tex(nazli.pfb) = %{tl_version} -Provides: tex(nazlib.pfb) = %{tl_version} -Provides: tex(titr.pfb) = %{tl_version} -Provides: tex(8859-6.def) = %{tl_version} -Provides: tex(PPRarabic.sty) = %{tl_version} -Provides: tex(arabi4ht.cfg) = %{tl_version} -Provides: tex(arabic.cfg) = %{tl_version} -Provides: tex(arabic.ldf) = %{tl_version} -Provides: tex(arabicfnt.sty) = %{tl_version} -Provides: tex(arabicore.sty) = %{tl_version} -Provides: tex(arabiftoday.sty) = %{tl_version} -Provides: tex(arabnovowel.sty) = %{tl_version} -Provides: tex(arfonts.sty) = %{tl_version} -Provides: tex(ARfonts.sty) = %{tl_version} -Provides: tex(calendrierfpar.sty) = %{tl_version} -Provides: tex(calendrierfpmodified.sty) = %{tl_version} -Provides: tex(cp1256.def) = %{tl_version} -Provides: tex(farsi.ldf) = %{tl_version} -Provides: tex(farsifnt.sty) = %{tl_version} -Provides: tex(fmultico.sty) = %{tl_version} -Provides: tex(fnum.sty) = %{tl_version} -Provides: tex(frfonts.sty) = %{tl_version} -Provides: tex(FRfonts.sty) = %{tl_version} -Provides: tex(haparabica.sty) = %{tl_version} -Provides: tex(HAPArabica.sty) = %{tl_version} -Provides: tex(laeaealbattar.fd) = %{tl_version} -Provides: tex(laeaealmateen.fd) = %{tl_version} -Provides: tex(laeaealmohanadb.fd) = %{tl_version} -Provides: tex(laeaealmothnna.fd) = %{tl_version} -Provides: tex(laeaealyermook.fd) = %{tl_version} -Provides: tex(laeaearab.fd) = %{tl_version} -Provides: tex(laeaecortoba.fd) = %{tl_version} -Provides: tex(laeaedimnah.fd) = %{tl_version} -Provides: tex(laeaefurat.fd) = %{tl_version} -Provides: tex(laeaegranada.fd) = %{tl_version} -Provides: tex(laeaegraph.fd) = %{tl_version} -Provides: tex(laeaehani.fd) = %{tl_version} -Provides: tex(laeaehor.fd) = %{tl_version} -Provides: tex(laeaekayrawan.fd) = %{tl_version} -Provides: tex(laeaekhalid.fd) = %{tl_version} -Provides: tex(laeaemashq.fd) = %{tl_version} -Provides: tex(laeaemetal.fd) = %{tl_version} -Provides: tex(laeaenada.fd) = %{tl_version} -Provides: tex(laeaenagham.fd) = %{tl_version} -Provides: tex(laeaenice.fd) = %{tl_version} -Provides: tex(laeaeostorah.fd) = %{tl_version} -Provides: tex(laeaeouhod.fd) = %{tl_version} -Provides: tex(laeaepetra.fd) = %{tl_version} -Provides: tex(laeaerehan.fd) = %{tl_version} -Provides: tex(laeaesalem.fd) = %{tl_version} -Provides: tex(laeaeshado.fd) = %{tl_version} -Provides: tex(laeaesharjah.fd) = %{tl_version} -Provides: tex(laeaesindibad.fd) = %{tl_version} -Provides: tex(laeaetarablus.fd) = %{tl_version} -Provides: tex(laeaetholoth.fd) = %{tl_version} -Provides: tex(laeandlso.fd) = %{tl_version} -Provides: tex(laeararial.fd) = %{tl_version} -Provides: tex(laearcour.fd) = %{tl_version} -Provides: tex(laearomega.fd) = %{tl_version} -Provides: tex(laearsimpo.fd) = %{tl_version} -Provides: tex(laeartimes.fd) = %{tl_version} -Provides: tex(laeasv.fd) = %{tl_version} -Provides: tex(laecmr.fd) = %{tl_version} -Provides: tex(laecmss.fd) = %{tl_version} -Provides: tex(laecmtt.fd) = %{tl_version} -Provides: tex(laedthuluth.fd) = %{tl_version} -Provides: tex(laedtpn.fd) = %{tl_version} -Provides: tex(laedtpnsp.fd) = %{tl_version} -Provides: tex(laeenc.def) = %{tl_version} -Provides: tex(laekacstbook.fd) = %{tl_version} -Provides: tex(laemaghribi.fd) = %{tl_version} -Provides: tex(laenaskhi.fd) = %{tl_version} -Provides: tex(laereqaa.fd) = %{tl_version} -Provides: tex(laetraditionalarabic.fd) = %{tl_version} -Provides: tex(lagally.sty) = %{tl_version} -Provides: tex(lfecmr.fd) = %{tl_version} -Provides: tex(lfecmss.fd) = %{tl_version} -Provides: tex(lfecmtt.fd) = %{tl_version} -Provides: tex(lfeelham.fd) = %{tl_version} -Provides: tex(lfeenc.def) = %{tl_version} -Provides: tex(lfefandlso.fd) = %{tl_version} -Provides: tex(lfefarsismpl.fd) = %{tl_version} -Provides: tex(lfefrarial.fd) = %{tl_version} -Provides: tex(lfefrtimes.fd) = %{tl_version} -Provides: tex(lfeftraditionalarabic.fd) = %{tl_version} -Provides: tex(lfehoma.fd) = %{tl_version} -Provides: tex(lfekoodak.fd) = %{tl_version} -Provides: tex(lfenazli.fd) = %{tl_version} -Provides: tex(lfenazliout.fd) = %{tl_version} -Provides: tex(lferoya.fd) = %{tl_version} -Provides: tex(lfesmplarabic.fd) = %{tl_version} -Provides: tex(lfeterafik.fd) = %{tl_version} -Provides: tex(lfetitr.fd) = %{tl_version} -Provides: tex(lfetitrout.fd) = %{tl_version} -Provides: tex(mosq.def) = %{tl_version} -Provides: tex(poetry.sty) = %{tl_version} -Provides: tex(puenc-ar.def) = %{tl_version} -Provides: tex(transcmr.fd) = %{tl_version} -Provides: tex(translit.sty) = %{tl_version} - -%description arabi -The package provides an Arabic and Farsi script support for TeX -without the need of any external pre-processor, and in a way -that is compatible with babel. The bi-directional capability -supposes that the user has a TeX engine that knows the four -primitives \beginR, \endR, \beginL and \endL. That is the case -in both the TeX--XeT and e-TeX engines. Arabi will accept input -in several 8-bit encodings, including UTF-8. Arabi can make use -of a wide variety of Arabic and Farsi fonts, and provides one -of its own. PDF files generated using Arabi may be searched, -and text may be copied from them and pasted elsewhere. - -%package arabi-doc -Summary: Documentation for arabi -Version: svn44662 -Provides: tex-arabi-doc -AutoReqProv: No - -%description arabi-doc -Documentation for arabi - -%package arabtex -Provides: tex-arabtex = %{tl_version} -License: LPPL -Summary: Macros and fonts for typesetting Arabic -Version: svn25711.3.17 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(arabtex.map) = %{tl_version} -Provides: tex(hcaption.tfm) = %{tl_version} -Provides: tex(hclassic.tfm) = %{tl_version} -Provides: tex(nash14.tfm) = %{tl_version} -Provides: tex(nash14bf.tfm) = %{tl_version} -Provides: tex(xnsh14.tfm) = %{tl_version} -Provides: tex(xnsh14bf.tfm) = %{tl_version} -Provides: tex(yarborn.tfm) = %{tl_version} -Provides: tex(hcaption-4.pfb) = %{tl_version} -Provides: tex(hclassic-4.pfb) = %{tl_version} -Provides: tex(xnsh14.pfb) = %{tl_version} -Provides: tex(xnsh14bf.pfb) = %{tl_version} -Provides: tex(Uxnsh.fd) = %{tl_version} -Provides: tex(abidir.sty) = %{tl_version} -Provides: tex(abjad.sty) = %{tl_version} -Provides: tex(aboxes.sty) = %{tl_version} -Provides: tex(acjk.sty) = %{tl_version} -Provides: tex(acmd.sty) = %{tl_version} -Provides: tex(aconfig.sty) = %{tl_version} -Provides: tex(aedpatch.sty) = %{tl_version} -Provides: tex(afonts.sty) = %{tl_version} -Provides: tex(afonts0.sty) = %{tl_version} -Provides: tex(afonts1.sty) = %{tl_version} -Provides: tex(afonts2.sty) = %{tl_version} -Provides: tex(afoot.sty) = %{tl_version} -Provides: tex(alatex.sty) = %{tl_version} -Provides: tex(aligs.sty) = %{tl_version} -Provides: tex(alists.sty) = %{tl_version} -Provides: tex(alocal.sty) = %{tl_version} -Provides: tex(altxext.sty) = %{tl_version} -Provides: tex(amac.sty) = %{tl_version} -Provides: tex(aoutput.sty) = %{tl_version} -Provides: tex(aparse.sty) = %{tl_version} -Provides: tex(apatch.sty) = %{tl_version} -Provides: tex(arababel.sty) = %{tl_version} -Provides: tex(arabart.cls) = %{tl_version} -Provides: tex(arabaux.sty) = %{tl_version} -Provides: tex(arabbook.cls) = %{tl_version} -Provides: tex(arabchrs.sty) = %{tl_version} -Provides: tex(arabext.sty) = %{tl_version} -Provides: tex(arabrep.cls) = %{tl_version} -Provides: tex(arabrep1.cls) = %{tl_version} -Provides: tex(arabskel.sty) = %{tl_version} -Provides: tex(arabsymb.sty) = %{tl_version} -Provides: tex(arabtex-doc.tex) = %{tl_version} -Provides: tex(arabtex.sty) = %{tl_version} -Provides: tex(arabtex.tex) = %{tl_version} -Provides: tex(arabtoks.sty) = %{tl_version} -Provides: tex(arwindoc.tex) = %{tl_version} -Provides: tex(ascan.sty) = %{tl_version} -Provides: tex(asect.sty) = %{tl_version} -Provides: tex(asize10.clo) = %{tl_version} -Provides: tex(asize11.clo) = %{tl_version} -Provides: tex(asize12.clo) = %{tl_version} -Provides: tex(asmo449.sty) = %{tl_version} -Provides: tex(asmo449a.sty) = %{tl_version} -Provides: tex(atabg.sty) = %{tl_version} -Provides: tex(atrans.sty) = %{tl_version} -Provides: tex(awrite.sty) = %{tl_version} -Provides: tex(bhs.sty) = %{tl_version} -Provides: tex(bhslabel.sty) = %{tl_version} -Provides: tex(buck.sty) = %{tl_version} -Provides: tex(captions.def) = %{tl_version} -Provides: tex(cp1256.sty) = %{tl_version} -Provides: tex(etrans.sty) = %{tl_version} -Provides: tex(gedalin.sty) = %{tl_version} -Provides: tex(guha.tex) = %{tl_version} -Provides: tex(hebchrs.sty) = %{tl_version} -Provides: tex(hebsymb.sty) = %{tl_version} -Provides: tex(hebtex.sty) = %{tl_version} -Provides: tex(hebtex.tex) = %{tl_version} -Provides: tex(hecmd.sty) = %{tl_version} -Provides: tex(hefonts.sty) = %{tl_version} -Provides: tex(hefonts0.sty) = %{tl_version} -Provides: tex(hefonts1.sty) = %{tl_version} -Provides: tex(hefonts2.sty) = %{tl_version} -Provides: tex(heparse.sty) = %{tl_version} -Provides: tex(hepatch.sty) = %{tl_version} -Provides: tex(hescan.sty) = %{tl_version} -Provides: tex(hetrans.sty) = %{tl_version} -Provides: tex(hewrite.sty) = %{tl_version} -Provides: tex(hmac.sty) = %{tl_version} -Provides: tex(isiri.sty) = %{tl_version} -Provides: tex(iso88596.sty) = %{tl_version} -Provides: tex(kashmiri.tex) = %{tl_version} -Provides: tex(ligtable.tex) = %{tl_version} -Provides: tex(malay.tex) = %{tl_version} -Provides: tex(nashbf.sty) = %{tl_version} -Provides: tex(omar.tex) = %{tl_version} -Provides: tex(raw.sty) = %{tl_version} -Provides: tex(saw.sty) = %{tl_version} -Provides: tex(sindhi.tex) = %{tl_version} -Provides: tex(sotoku.sty) = %{tl_version} -Provides: tex(twoblks.sty) = %{tl_version} -Provides: tex(uheb.fd) = %{tl_version} -Provides: tex(uighur.tex) = %{tl_version} -Provides: tex(unash.fd) = %{tl_version} -Provides: tex(utf8.sty) = %{tl_version} -Provides: tex(utfcode.sty) = %{tl_version} -Provides: tex(verses.sty) = %{tl_version} -Provides: tex(witbhs.sty) = %{tl_version} -Provides: tex(xarbskel.sty) = %{tl_version} -Provides: tex(xarbsymb.sty) = %{tl_version} -Provides: tex(yiddish.sty) = %{tl_version} - -%description arabtex -ArabTeX is a package extending the capabilities of TeX/LaTeX to -generate Arabic and Hebrew text. Input may be in ASCII -transliteration or other encodings (including UTF-8); output -may be Arabic, Hebrew, or any of several languages that use the -Arabic script. ArabTeX consists of a TeX macro package and -Arabic and Hebrew fonts (provided both in Metafont format and -Adobe Type 1). The Arabic font is presently only available in -the Naskhi style. ArabTeX will run with Plain TeX and also with -LaTeX. - -%package arabtex-doc -Summary: Documentation for arabtex -Version: svn25711.3.17 -Provides: tex-arabtex-doc -AutoReqProv: No - -%description arabtex-doc -Documentation for arabtex %package arabxetex -Provides: tex-arabxetex = %{tl_version} +Provides: tex-arabxetex = %{epoch}:%{source_date}-%{release} +Provides: tex-arabxetex-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-arabxetex-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-arabxetex-doc < %{tl_epoch}:%{source_date} License: LPPL Summary: An ArabTeX-like interface for XeLaTeX -Version: svn38299.1.2.1 +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-kpathsea Requires: tex(amsmath.sty) Requires: tex(fontspec.sty) Requires: tex(bidi.sty) -Provides: tex(arabicdigits.map) = %{tl_version} -Provides: tex(arabtex-farsi-fullvoc.map) = %{tl_version} -Provides: tex(arabtex-farsi-novoc.map) = %{tl_version} -Provides: tex(arabtex-farsi-trans-loc.map) = %{tl_version} -Provides: tex(arabtex-farsi-voc.map) = %{tl_version} -Provides: tex(arabtex-fullvoc.map) = %{tl_version} -Provides: tex(arabtex-kashmiri-fullvoc.map) = %{tl_version} -Provides: tex(arabtex-kashmiri-novoc.map) = %{tl_version} -Provides: tex(arabtex-kashmiri-voc.map) = %{tl_version} -Provides: tex(arabtex-kurdish.map) = %{tl_version} -Provides: tex(arabtex-maghribi-fullvoc.map) = %{tl_version} -Provides: tex(arabtex-maghribi-novoc.map) = %{tl_version} -Provides: tex(arabtex-maghribi-voc.map) = %{tl_version} -Provides: tex(arabtex-malay-fullvoc.map) = %{tl_version} -Provides: tex(arabtex-malay-novoc.map) = %{tl_version} -Provides: tex(arabtex-malay-voc.map) = %{tl_version} -Provides: tex(arabtex-novoc.map) = %{tl_version} -Provides: tex(arabtex-pashto-fullvoc.map) = %{tl_version} -Provides: tex(arabtex-pashto-novoc.map) = %{tl_version} -Provides: tex(arabtex-pashto-trans-loc.map) = %{tl_version} -Provides: tex(arabtex-pashto-voc.map) = %{tl_version} -Provides: tex(arabtex-sindhi-fullvoc.map) = %{tl_version} -Provides: tex(arabtex-sindhi-novoc.map) = %{tl_version} -Provides: tex(arabtex-sindhi-trans-loc.map) = %{tl_version} -Provides: tex(arabtex-sindhi-voc.map) = %{tl_version} -Provides: tex(arabtex-trans-dmg.map) = %{tl_version} -Provides: tex(arabtex-trans-loc.map) = %{tl_version} -Provides: tex(arabtex-turk-fullvoc.map) = %{tl_version} -Provides: tex(arabtex-turk-novoc.map) = %{tl_version} -Provides: tex(arabtex-turk-voc.map) = %{tl_version} -Provides: tex(arabtex-uighur.map) = %{tl_version} -Provides: tex(arabtex-urdu-fullvoc.map) = %{tl_version} -Provides: tex(arabtex-urdu-novoc.map) = %{tl_version} -Provides: tex(arabtex-urdu-trans-loc.map) = %{tl_version} -Provides: tex(arabtex-urdu-voc.map) = %{tl_version} -Provides: tex(arabtex-voc.map) = %{tl_version} -Provides: tex(farsidigits.map) = %{tl_version} -Provides: tex(fixlamalif.map) = %{tl_version} -Provides: tex(mirrorpunct.map) = %{tl_version} -Provides: tex(arabxetex.sty) = %{tl_version} +Provides: tex(arabicdigits.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(arabtex-farsi-trans-loc.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(arabtex-fdf2alif-farsi-fullvoc.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(arabtex-fdf2alif-farsi-novoc.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(arabtex-fdf2alif-farsi-voc.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(arabtex-fdf2alif-fullvoc.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(arabtex-fdf2alif-kashmiri-fullvoc.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(arabtex-fdf2alif-kashmiri-novoc.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(arabtex-fdf2alif-kashmiri-voc.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(arabtex-fdf2alif-kurdish.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(arabtex-fdf2alif-maghribi-fullvoc.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(arabtex-fdf2alif-maghribi-novoc.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(arabtex-fdf2alif-maghribi-voc.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(arabtex-fdf2alif-malay-fullvoc.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(arabtex-fdf2alif-malay-novoc.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(arabtex-fdf2alif-malay-voc.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(arabtex-fdf2alif-novoc.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(arabtex-fdf2alif-pashto-fullvoc.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(arabtex-fdf2alif-pashto-novoc.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(arabtex-fdf2alif-pashto-voc.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(arabtex-fdf2alif-sindhi-fullvoc.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(arabtex-fdf2alif-sindhi-novoc.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(arabtex-fdf2alif-sindhi-voc.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(arabtex-fdf2alif-turk-fullvoc.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(arabtex-fdf2alif-turk-novoc.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(arabtex-fdf2alif-turk-voc.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(arabtex-fdf2alif-uighur.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(arabtex-fdf2alif-urdu-fullvoc.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(arabtex-fdf2alif-urdu-novoc.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(arabtex-fdf2alif-urdu-voc.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(arabtex-fdf2alif-voc.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(arabtex-fdf2noalif-farsi-fullvoc.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(arabtex-fdf2noalif-farsi-novoc.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(arabtex-fdf2noalif-farsi-voc.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(arabtex-fdf2noalif-fullvoc.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(arabtex-fdf2noalif-kashmiri-fullvoc.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(arabtex-fdf2noalif-kashmiri-novoc.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(arabtex-fdf2noalif-kashmiri-voc.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(arabtex-fdf2noalif-kurdish.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(arabtex-fdf2noalif-maghribi-fullvoc.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(arabtex-fdf2noalif-maghribi-novoc.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(arabtex-fdf2noalif-maghribi-voc.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(arabtex-fdf2noalif-malay-fullvoc.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(arabtex-fdf2noalif-malay-novoc.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(arabtex-fdf2noalif-malay-voc.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(arabtex-fdf2noalif-novoc.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(arabtex-fdf2noalif-pashto-fullvoc.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(arabtex-fdf2noalif-pashto-novoc.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(arabtex-fdf2noalif-pashto-voc.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(arabtex-fdf2noalif-sindhi-fullvoc.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(arabtex-fdf2noalif-sindhi-novoc.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(arabtex-fdf2noalif-sindhi-voc.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(arabtex-fdf2noalif-turk-fullvoc.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(arabtex-fdf2noalif-turk-novoc.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(arabtex-fdf2noalif-turk-voc.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(arabtex-fdf2noalif-uighur.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(arabtex-fdf2noalif-urdu-fullvoc.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(arabtex-fdf2noalif-urdu-novoc.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(arabtex-fdf2noalif-urdu-voc.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(arabtex-fdf2noalif-voc.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(arabtex-pashto-trans-loc.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(arabtex-sindhi-trans-loc.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(arabtex-trans-dmg.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(arabtex-trans-loc.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(arabtex-urdu-trans-loc.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(farsidigits.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(fixlamalif.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(mirrorpunct.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(arabxetex.sty) = %{epoch}:%{source_date}-%{release} %description arabxetex ArabXeTeX provides a convenient ArabTeX-like user-interface for @@ -11240,1529 +1526,1179 @@ parsing and converting of ArabTeX input to Unicode is done by means of TECkit mappings. Version 1.0 provides support for Arabic, Maghribi Arabic, Farsi (Persian), Urdu, Sindhi, Kashmiri, Ottoman Turkish, Kurdish, Jawi (Malay) and Uighur. -The documentation covers topics such as typesetting the Holy -Quran and typesetting bidirectional critical editions with the -package ednotes. +The documentation (not yet complete) covers topics such as +typesetting the Holy Quran, typesetting bidirectional critical +editions (with ednotes), and information on various recommended +OpenType fonts for the Arabic script and for transliterating +Oriental languages. -%package arabxetex-doc -Summary: Documentation for arabxetex -Version: svn38299.1.2.1 -Provides: tex-arabxetex-doc -AutoReqProv: No - -%description arabxetex-doc -Documentation for arabxetex - -%package aramaic-serto -Provides: tex-aramaic-serto = %{tl_version} -License: LPPL 1.3 -Summary: Fonts and LaTeX for Syriac written in Serto -Version: svn30042.1.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(syriac.map) = %{tl_version} -Provides: tex(assy.tfm) = %{tl_version} -Provides: tex(assyrb10.tfm) = %{tl_version} -Provides: tex(serto10.tfm) = %{tl_version} -Provides: tex(sertob10.tfm) = %{tl_version} -Provides: tex(assy.pfb) = %{tl_version} -Provides: tex(assyrb10.pfb) = %{tl_version} -Provides: tex(serto10.pfb) = %{tl_version} -Provides: tex(sertob10.pfb) = %{tl_version} -Provides: tex(assyr.sty) = %{tl_version} -Provides: tex(serto.sty) = %{tl_version} -Provides: tex(syriac.sty) = %{tl_version} -Provides: tex(uassyr.fd) = %{tl_version} -Provides: tex(userto.fd) = %{tl_version} - -%description aramaic-serto -This package enables (La)TeX users to typeset words or phrases -(e-TeX extensions are needed) in Syriac (Aramaic) using the -Serto-alphabet. The package includes a preprocessor written in -Python (>= 1.5.2) in order to deal with right-to-left -typesetting for those who do not want to use elatex and to -choose the correct letter depending on word context -(initial/medial/final form). Detailed documentation and -examples are included. - -%package aramaic-serto-doc -Summary: Documentation for aramaic-serto -Version: svn30042.1.0 -Provides: tex-aramaic-serto-doc -AutoReqProv: No - -%description aramaic-serto-doc -Documentation for aramaic-serto - -%package archaic -Provides: tex-archaic = %{tl_version} -License: LPPL -Summary: A collection of archaic fonts -Version: svn38005.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(aramaic.map) = %{tl_version} -Provides: tex(archaicprw.map) = %{tl_version} -Provides: tex(cypriot.map) = %{tl_version} -Provides: tex(etruscan.map) = %{tl_version} -Provides: tex(fut10.map) = %{tl_version} -Provides: tex(greek4cbc.map) = %{tl_version} -Provides: tex(greek6cbc.map) = %{tl_version} -Provides: tex(hieroglf.map) = %{tl_version} -Provides: tex(linearb.map) = %{tl_version} -Provides: tex(nabatean.map) = %{tl_version} -Provides: tex(oands.map) = %{tl_version} -Provides: tex(oldprsn.map) = %{tl_version} -Provides: tex(phoenician.map) = %{tl_version} -Provides: tex(protosem.map) = %{tl_version} -Provides: tex(sarabian.map) = %{tl_version} -Provides: tex(ugarite.map) = %{tl_version} -Provides: tex(aram10.tfm) = %{tl_version} -Provides: tex(copsn10.tfm) = %{tl_version} -Provides: tex(cugar10.tfm) = %{tl_version} -Provides: tex(cypr10.tfm) = %{tl_version} -Provides: tex(etr10.tfm) = %{tl_version} -Provides: tex(fut10.tfm) = %{tl_version} -Provides: tex(givbc10.tfm) = %{tl_version} -Provides: tex(gvibc10.tfm) = %{tl_version} -Provides: tex(linb10.tfm) = %{tl_version} -Provides: tex(nab10.tfm) = %{tl_version} -Provides: tex(oandsi10.tfm) = %{tl_version} -Provides: tex(oandsu10.tfm) = %{tl_version} -Provides: tex(phnc10.tfm) = %{tl_version} -Provides: tex(pmhg.tfm) = %{tl_version} -Provides: tex(proto10.tfm) = %{tl_version} -Provides: tex(sarab10.tfm) = %{tl_version} -Provides: tex(vik10.tfm) = %{tl_version} -Provides: tex(aram10.pfb) = %{tl_version} -Provides: tex(copsn10.pfb) = %{tl_version} -Provides: tex(cugar10.pfb) = %{tl_version} -Provides: tex(cypr10.pfb) = %{tl_version} -Provides: tex(etr10.pfb) = %{tl_version} -Provides: tex(fut10.pfb) = %{tl_version} -Provides: tex(givbc10.pfb) = %{tl_version} -Provides: tex(gvibc10.pfb) = %{tl_version} -Provides: tex(linb10.pfb) = %{tl_version} -Provides: tex(nab10.pfb) = %{tl_version} -Provides: tex(oandsi10.pfb) = %{tl_version} -Provides: tex(oandsu10.pfb) = %{tl_version} -Provides: tex(phnc10.pfb) = %{tl_version} -Provides: tex(pmhg.pfb) = %{tl_version} -Provides: tex(proto10.pfb) = %{tl_version} -Provides: tex(sarab10.pfb) = %{tl_version} -Provides: tex(aramaic.sty) = %{tl_version} -Provides: tex(cypriot.sty) = %{tl_version} -Provides: tex(etruscan.sty) = %{tl_version} -Provides: tex(greek4cbc.sty) = %{tl_version} -Provides: tex(greek6cbc.sty) = %{tl_version} -Provides: tex(hieroglf.sty) = %{tl_version} -Provides: tex(linearb.sty) = %{tl_version} -Provides: tex(nabatean.sty) = %{tl_version} -Provides: tex(oands.sty) = %{tl_version} -Provides: tex(oldprsn.sty) = %{tl_version} -Provides: tex(ot1aram.fd) = %{tl_version} -Provides: tex(ot1copsn.fd) = %{tl_version} -Provides: tex(ot1cugar.fd) = %{tl_version} -Provides: tex(ot1cypr.fd) = %{tl_version} -Provides: tex(ot1etr.fd) = %{tl_version} -Provides: tex(ot1fut.fd) = %{tl_version} -Provides: tex(ot1givbc.fd) = %{tl_version} -Provides: tex(ot1gvibc.fd) = %{tl_version} -Provides: tex(ot1nab.fd) = %{tl_version} -Provides: tex(ot1oands.fd) = %{tl_version} -Provides: tex(ot1phnc.fd) = %{tl_version} -Provides: tex(ot1pmhg.fd) = %{tl_version} -Provides: tex(ot1proto.fd) = %{tl_version} -Provides: tex(ot1sarab.fd) = %{tl_version} -Provides: tex(ot1vik.fd) = %{tl_version} -Provides: tex(phoenician.sty) = %{tl_version} -Provides: tex(protosem.sty) = %{tl_version} -Provides: tex(runic.sty) = %{tl_version} -Provides: tex(sarabian.sty) = %{tl_version} -Provides: tex(t1aram.fd) = %{tl_version} -Provides: tex(t1copsn.fd) = %{tl_version} -Provides: tex(t1cugar.fd) = %{tl_version} -Provides: tex(t1cypr.fd) = %{tl_version} -Provides: tex(t1etr.fd) = %{tl_version} -Provides: tex(t1fut.fd) = %{tl_version} -Provides: tex(t1givbc.fd) = %{tl_version} -Provides: tex(t1gvibc.fd) = %{tl_version} -Provides: tex(t1linb.fd) = %{tl_version} -Provides: tex(t1nab.fd) = %{tl_version} -Provides: tex(t1oands.fd) = %{tl_version} -Provides: tex(t1phnc.fd) = %{tl_version} -Provides: tex(t1pmhg.fd) = %{tl_version} -Provides: tex(t1proto.fd) = %{tl_version} -Provides: tex(t1sarab.fd) = %{tl_version} -Provides: tex(t1vik.fd) = %{tl_version} -Provides: tex(ugarite.sty) = %{tl_version} -Provides: tex(viking.sty) = %{tl_version} - -%description archaic -The collection contains fonts to represent Aramaic, Cypriot, -Etruscan, Greek of the 6th and 4th centuries BCE, Egyptian -hieroglyphics, Linear A, Linear B, Nabatean old Persian, the -Phaistos disc, Phoenician, proto-Semitic, runic, South Arabian -Ugaritic and Viking scripts. The bundle also includes a small -font for use in phonetic transcription of the archaic writings. -The bundle's own directory includes a font installation map -file for the whole collection. - -%package archaic-doc -Summary: Documentation for archaic -Version: svn38005.0 -Provides: tex-archaic-doc -AutoReqProv: No - -%description archaic-doc -Documentation for archaic - -%package arcs -Provides: tex-arcs = %{tl_version} -License: LPPL -Summary: Draw arcs over and under text -Version: svn15878.1 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(relsize.sty) -Provides: tex(arcs.sty) = %{tl_version} - -%description arcs -The package provides two commands for placing an arc over -(\overarc) or under (\underarc) a piece of text. (The text may -be up to three letters long.) The commands generate an \hbox, -and may be used both in text and in maths formulae. - -%package arcs-doc -Summary: Documentation for arcs -Version: svn15878.1 - -Provides: tex-arcs-doc -AutoReqProv: No - -%description arcs-doc -Documentation for arcs - -%package arev -Provides: tex-arev = %{tl_version} -License: LPPL -Summary: Fonts and LaTeX support files for Arev Sans -Version: svn15878.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(amssymb.sty) -Requires: tex(amsfonts.sty) -Requires: tex(beramono.sty) -Requires: tex(ifthen.sty) -Requires: tex(fontenc.sty) -Requires: tex(textcomp.sty) -# Thanks to \DeclareFontEncoding(MDA) -Requires: tex(mdacmr.fd) -Provides: tex(arevoml.enc) = %{tl_version} -Provides: tex(arevoms.enc) = %{tl_version} -Provides: tex(arevot1.enc) = %{tl_version} -Provides: tex(arev.map) = %{tl_version} -Provides: tex(ArevSans-Bold.tfm) = %{tl_version} -Provides: tex(ArevSans-BoldOblique.tfm) = %{tl_version} -Provides: tex(ArevSans-Oblique.tfm) = %{tl_version} -Provides: tex(ArevSans-Roman.tfm) = %{tl_version} -Provides: tex(favb8r.tfm) = %{tl_version} -Provides: tex(favb8t.tfm) = %{tl_version} -Provides: tex(favbi8r.tfm) = %{tl_version} -Provides: tex(favbi8t.tfm) = %{tl_version} -Provides: tex(favmb7t.tfm) = %{tl_version} -Provides: tex(favmbi7m.tfm) = %{tl_version} -Provides: tex(favmr7t.tfm) = %{tl_version} -Provides: tex(favmr7y.tfm) = %{tl_version} -Provides: tex(favmri7m.tfm) = %{tl_version} -Provides: tex(favr8r.tfm) = %{tl_version} -Provides: tex(favr8t.tfm) = %{tl_version} -Provides: tex(favri8r.tfm) = %{tl_version} -Provides: tex(favri8t.tfm) = %{tl_version} -Provides: tex(zavmb7t.tfm) = %{tl_version} -Provides: tex(zavmbi7m.tfm) = %{tl_version} -Provides: tex(zavmr7t.tfm) = %{tl_version} -Provides: tex(zavmr7y.tfm) = %{tl_version} -Provides: tex(zavmri7m.tfm) = %{tl_version} -Provides: tex(ArevSans-Bold.pfb) = %{tl_version} -Provides: tex(ArevSans-BoldOblique.pfb) = %{tl_version} -Provides: tex(ArevSans-Oblique.pfb) = %{tl_version} -Provides: tex(ArevSans-Roman.pfb) = %{tl_version} -Provides: tex(favb8t.vf) = %{tl_version} -Provides: tex(favbi8t.vf) = %{tl_version} -Provides: tex(favr8t.vf) = %{tl_version} -Provides: tex(favri8t.vf) = %{tl_version} -Provides: tex(zavmb7t.vf) = %{tl_version} -Provides: tex(zavmbi7m.vf) = %{tl_version} -Provides: tex(zavmr7t.vf) = %{tl_version} -Provides: tex(zavmr7y.vf) = %{tl_version} -Provides: tex(zavmri7m.vf) = %{tl_version} -Provides: tex(ams-mdbch.sty) = %{tl_version} -Provides: tex(arev.sty) = %{tl_version} -Provides: tex(arevmath.sty) = %{tl_version} -Provides: tex(arevsymbols.tex) = %{tl_version} -Provides: tex(arevtext.sty) = %{tl_version} -Provides: tex(omlzavm.fd) = %{tl_version} -Provides: tex(omszavm.fd) = %{tl_version} -Provides: tex(ot1zavm.fd) = %{tl_version} -Provides: tex(t1fav.fd) = %{tl_version} -Provides: tex(uzavm.fd) = %{tl_version} - -%description arev -The package arev provides type 1 and virtual fonts, together -with LaTeX packages for using Arev Sans in both text and -mathematics. Arev Sans is a derivative of Bitstream Vera Sans -created by Tavmjong Bah, adding support for Greek and Cyrillic -characters. Bah also added a few variant letters that are more -appropriate for mathematics. The primary purpose for using Arev -Sans in LaTeX is presentations, particularly when using a -computer projector. In such a context, Arev Sans is quite -readable, with large x-height, "open letters", wide spacing, -and thick stems. The style is very similar to the SliTeX font -lcmss, but heavier. Arev is one of a very small number of sans- -font mathematics support packages. Others are cmbright, hvmath -and kerkis. - -%package arev-doc -Summary: Documentation for arev -Version: svn15878.0 -Provides: tex-arev-doc -AutoReqProv: No - -%description arev-doc -Documentation for arev - -%package armtex -Provides: tex-armtex = %{tl_version} -License: LPPL -Summary: A sytem for writing Armenian with TeX and LaTeX -Version: svn33894.3.0_beta3 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(kvoptions.sty) -Provides: tex(arss.map) = %{tl_version} -Provides: tex(artm.map) = %{tl_version} -Provides: tex(arssb10.tfm) = %{tl_version} -Provides: tex(arssbs10.tfm) = %{tl_version} -Provides: tex(arssr10.tfm) = %{tl_version} -Provides: tex(arsssl10.tfm) = %{tl_version} -Provides: tex(artmb10.tfm) = %{tl_version} -Provides: tex(artmbi10.tfm) = %{tl_version} -Provides: tex(artmbs10.tfm) = %{tl_version} -Provides: tex(artmi10.tfm) = %{tl_version} -Provides: tex(artmr10.tfm) = %{tl_version} -Provides: tex(artmsl10.tfm) = %{tl_version} -Provides: tex(arssb10.pfb) = %{tl_version} -Provides: tex(arssbs10.pfb) = %{tl_version} -Provides: tex(arssr10.pfb) = %{tl_version} -Provides: tex(arsssl10.pfb) = %{tl_version} -Provides: tex(artmb10.pfb) = %{tl_version} -Provides: tex(artmbi10.pfb) = %{tl_version} -Provides: tex(artmbs10.pfb) = %{tl_version} -Provides: tex(artmi10.pfb) = %{tl_version} -Provides: tex(artmr10.pfb) = %{tl_version} -Provides: tex(artmsl10.pfb) = %{tl_version} -Provides: tex(armscii8.def) = %{tl_version} -Provides: tex(armtex.sty) = %{tl_version} -Provides: tex(ot6cmr.fd) = %{tl_version} -Provides: tex(ot6cmss.fd) = %{tl_version} -Provides: tex(ot6enc.def) = %{tl_version} -Provides: tex(arm.tex) = %{tl_version} -Provides: tex(armkb-a8.tex) = %{tl_version} -Provides: tex(armkb-u8.tex) = %{tl_version} - -%description armtex -ArmTeX is a system for typesetting Armenian text with Plain TeX -or LaTeX(2e). It may be used with input: from a standard Latin -keyboard without any special encoding and/or support for -Armenian letters, any keyboard which uses an encoding that has -Armenian letters in the second half (characters 128-255) of the -extended ASCII table (for example ArmSCII8 Armenian standard), -or encoded in UTF-8. Users should note that the manuals (below) -mostly describe the previous (version 2.0) of the package. -Updating work is still under way. - -%package armtex-doc -Summary: Documentation for armtex -Version: svn33894.3.0_beta3 -Provides: tex-armtex-doc -AutoReqProv: No - -%description armtex-doc -Documentation for armtex - -%package around-the-bend-doc -Summary: Documentation for around-the-bend -Version: svn15878.0 -Provides: tex-around-the-bend-doc -AutoReqProv: No - -%description around-the-bend-doc -Documentation for around-the-bend %package arphic -Provides: tex-arphic = %{tl_version} -License: Arphic +Provides: tex-arphic = %{epoch}:%{source_date}-%{release} +Provides: tex-arphic-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-arphic-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-arphic-doc < %{tl_epoch}:%{source_date} +License: Freely redistributable without restriction Summary: Arphic (Chinese) font packages -Version: svn15878 +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(bkaiu.map) = %{tl_version} -Provides: tex(bsmiu.map) = %{tl_version} -Provides: tex(gbsnu.map) = %{tl_version} -Provides: tex(gkaiu.map) = %{tl_version} -Provides: tex(bkaimp00.tfm) = %{tl_version} -Provides: tex(bkaimp01.tfm) = %{tl_version} -Provides: tex(bkaimp02.tfm) = %{tl_version} -Provides: tex(bkaimp03.tfm) = %{tl_version} -Provides: tex(bkaimp04.tfm) = %{tl_version} -Provides: tex(bkaimp05.tfm) = %{tl_version} -Provides: tex(bkaimp06.tfm) = %{tl_version} -Provides: tex(bkaimp07.tfm) = %{tl_version} -Provides: tex(bkaimp08.tfm) = %{tl_version} -Provides: tex(bkaimp09.tfm) = %{tl_version} -Provides: tex(bkaimp10.tfm) = %{tl_version} -Provides: tex(bkaimp11.tfm) = %{tl_version} -Provides: tex(bkaimp12.tfm) = %{tl_version} -Provides: tex(bkaimp13.tfm) = %{tl_version} -Provides: tex(bkaimp14.tfm) = %{tl_version} -Provides: tex(bkaimp15.tfm) = %{tl_version} -Provides: tex(bkaimp16.tfm) = %{tl_version} -Provides: tex(bkaimp17.tfm) = %{tl_version} -Provides: tex(bkaimp18.tfm) = %{tl_version} -Provides: tex(bkaimp19.tfm) = %{tl_version} -Provides: tex(bkaimp20.tfm) = %{tl_version} -Provides: tex(bkaimp21.tfm) = %{tl_version} -Provides: tex(bkaimp22.tfm) = %{tl_version} -Provides: tex(bkaimp23.tfm) = %{tl_version} -Provides: tex(bkaimp25.tfm) = %{tl_version} -Provides: tex(bkaimp26.tfm) = %{tl_version} -Provides: tex(bkaimp27.tfm) = %{tl_version} -Provides: tex(bkaimp28.tfm) = %{tl_version} -Provides: tex(bkaimp29.tfm) = %{tl_version} -Provides: tex(bkaimp30.tfm) = %{tl_version} -Provides: tex(bkaimp31.tfm) = %{tl_version} -Provides: tex(bkaimp32.tfm) = %{tl_version} -Provides: tex(bkaimp33.tfm) = %{tl_version} -Provides: tex(bkaimp34.tfm) = %{tl_version} -Provides: tex(bkaimp35.tfm) = %{tl_version} -Provides: tex(bkaimp36.tfm) = %{tl_version} -Provides: tex(bkaimp37.tfm) = %{tl_version} -Provides: tex(bkaimp38.tfm) = %{tl_version} -Provides: tex(bkaimp39.tfm) = %{tl_version} -Provides: tex(bkaimp40.tfm) = %{tl_version} -Provides: tex(bkaimp41.tfm) = %{tl_version} -Provides: tex(bkaimp42.tfm) = %{tl_version} -Provides: tex(bkaimp43.tfm) = %{tl_version} -Provides: tex(bkaimp44.tfm) = %{tl_version} -Provides: tex(bkaimp45.tfm) = %{tl_version} -Provides: tex(bkaimp46.tfm) = %{tl_version} -Provides: tex(bkaimp47.tfm) = %{tl_version} -Provides: tex(bkaimp48.tfm) = %{tl_version} -Provides: tex(bkaimp49.tfm) = %{tl_version} -Provides: tex(bkaimp50.tfm) = %{tl_version} -Provides: tex(bkaimp51.tfm) = %{tl_version} -Provides: tex(bkaimp52.tfm) = %{tl_version} -Provides: tex(bkaimp53.tfm) = %{tl_version} -Provides: tex(bkaimp54.tfm) = %{tl_version} -Provides: tex(bkaimp55.tfm) = %{tl_version} -Provides: tex(bkaimpv.tfm) = %{tl_version} -Provides: tex(bkaiu00.tfm) = %{tl_version} -Provides: tex(bkaiu02.tfm) = %{tl_version} -Provides: tex(bkaiu03.tfm) = %{tl_version} -Provides: tex(bkaiu20.tfm) = %{tl_version} -Provides: tex(bkaiu21.tfm) = %{tl_version} -Provides: tex(bkaiu22.tfm) = %{tl_version} -Provides: tex(bkaiu25.tfm) = %{tl_version} -Provides: tex(bkaiu26.tfm) = %{tl_version} -Provides: tex(bkaiu30.tfm) = %{tl_version} -Provides: tex(bkaiu31.tfm) = %{tl_version} -Provides: tex(bkaiu32.tfm) = %{tl_version} -Provides: tex(bkaiu33.tfm) = %{tl_version} -Provides: tex(bkaiu4e.tfm) = %{tl_version} -Provides: tex(bkaiu4f.tfm) = %{tl_version} -Provides: tex(bkaiu50.tfm) = %{tl_version} -Provides: tex(bkaiu51.tfm) = %{tl_version} -Provides: tex(bkaiu52.tfm) = %{tl_version} -Provides: tex(bkaiu53.tfm) = %{tl_version} -Provides: tex(bkaiu54.tfm) = %{tl_version} -Provides: tex(bkaiu55.tfm) = %{tl_version} -Provides: tex(bkaiu56.tfm) = %{tl_version} -Provides: tex(bkaiu57.tfm) = %{tl_version} -Provides: tex(bkaiu58.tfm) = %{tl_version} -Provides: tex(bkaiu59.tfm) = %{tl_version} -Provides: tex(bkaiu5a.tfm) = %{tl_version} -Provides: tex(bkaiu5b.tfm) = %{tl_version} -Provides: tex(bkaiu5c.tfm) = %{tl_version} -Provides: tex(bkaiu5d.tfm) = %{tl_version} -Provides: tex(bkaiu5e.tfm) = %{tl_version} -Provides: tex(bkaiu5f.tfm) = %{tl_version} -Provides: tex(bkaiu60.tfm) = %{tl_version} -Provides: tex(bkaiu61.tfm) = %{tl_version} -Provides: tex(bkaiu62.tfm) = %{tl_version} -Provides: tex(bkaiu63.tfm) = %{tl_version} -Provides: tex(bkaiu64.tfm) = %{tl_version} -Provides: tex(bkaiu65.tfm) = %{tl_version} -Provides: tex(bkaiu66.tfm) = %{tl_version} -Provides: tex(bkaiu67.tfm) = %{tl_version} -Provides: tex(bkaiu68.tfm) = %{tl_version} -Provides: tex(bkaiu69.tfm) = %{tl_version} -Provides: tex(bkaiu6a.tfm) = %{tl_version} -Provides: tex(bkaiu6b.tfm) = %{tl_version} -Provides: tex(bkaiu6c.tfm) = %{tl_version} -Provides: tex(bkaiu6d.tfm) = %{tl_version} -Provides: tex(bkaiu6e.tfm) = %{tl_version} -Provides: tex(bkaiu6f.tfm) = %{tl_version} -Provides: tex(bkaiu70.tfm) = %{tl_version} -Provides: tex(bkaiu71.tfm) = %{tl_version} -Provides: tex(bkaiu72.tfm) = %{tl_version} -Provides: tex(bkaiu73.tfm) = %{tl_version} -Provides: tex(bkaiu74.tfm) = %{tl_version} -Provides: tex(bkaiu75.tfm) = %{tl_version} -Provides: tex(bkaiu76.tfm) = %{tl_version} -Provides: tex(bkaiu77.tfm) = %{tl_version} -Provides: tex(bkaiu78.tfm) = %{tl_version} -Provides: tex(bkaiu79.tfm) = %{tl_version} -Provides: tex(bkaiu7a.tfm) = %{tl_version} -Provides: tex(bkaiu7b.tfm) = %{tl_version} -Provides: tex(bkaiu7c.tfm) = %{tl_version} -Provides: tex(bkaiu7d.tfm) = %{tl_version} -Provides: tex(bkaiu7e.tfm) = %{tl_version} -Provides: tex(bkaiu7f.tfm) = %{tl_version} -Provides: tex(bkaiu80.tfm) = %{tl_version} -Provides: tex(bkaiu81.tfm) = %{tl_version} -Provides: tex(bkaiu82.tfm) = %{tl_version} -Provides: tex(bkaiu83.tfm) = %{tl_version} -Provides: tex(bkaiu84.tfm) = %{tl_version} -Provides: tex(bkaiu85.tfm) = %{tl_version} -Provides: tex(bkaiu86.tfm) = %{tl_version} -Provides: tex(bkaiu87.tfm) = %{tl_version} -Provides: tex(bkaiu88.tfm) = %{tl_version} -Provides: tex(bkaiu89.tfm) = %{tl_version} -Provides: tex(bkaiu8a.tfm) = %{tl_version} -Provides: tex(bkaiu8b.tfm) = %{tl_version} -Provides: tex(bkaiu8c.tfm) = %{tl_version} -Provides: tex(bkaiu8d.tfm) = %{tl_version} -Provides: tex(bkaiu8e.tfm) = %{tl_version} -Provides: tex(bkaiu8f.tfm) = %{tl_version} -Provides: tex(bkaiu90.tfm) = %{tl_version} -Provides: tex(bkaiu91.tfm) = %{tl_version} -Provides: tex(bkaiu92.tfm) = %{tl_version} -Provides: tex(bkaiu93.tfm) = %{tl_version} -Provides: tex(bkaiu94.tfm) = %{tl_version} -Provides: tex(bkaiu95.tfm) = %{tl_version} -Provides: tex(bkaiu96.tfm) = %{tl_version} -Provides: tex(bkaiu97.tfm) = %{tl_version} -Provides: tex(bkaiu98.tfm) = %{tl_version} -Provides: tex(bkaiu99.tfm) = %{tl_version} -Provides: tex(bkaiu9a.tfm) = %{tl_version} -Provides: tex(bkaiu9b.tfm) = %{tl_version} -Provides: tex(bkaiu9c.tfm) = %{tl_version} -Provides: tex(bkaiu9d.tfm) = %{tl_version} -Provides: tex(bkaiu9e.tfm) = %{tl_version} -Provides: tex(bkaiu9f.tfm) = %{tl_version} -Provides: tex(bkaiuee.tfm) = %{tl_version} -Provides: tex(bkaiuf6.tfm) = %{tl_version} -Provides: tex(bkaiuf7.tfm) = %{tl_version} -Provides: tex(bkaiuf8.tfm) = %{tl_version} -Provides: tex(bkaiufa.tfm) = %{tl_version} -Provides: tex(bkaiufe.tfm) = %{tl_version} -Provides: tex(bkaiuff.tfm) = %{tl_version} -Provides: tex(bkaiuv.tfm) = %{tl_version} -Provides: tex(bsmilp00.tfm) = %{tl_version} -Provides: tex(bsmilp01.tfm) = %{tl_version} -Provides: tex(bsmilp02.tfm) = %{tl_version} -Provides: tex(bsmilp03.tfm) = %{tl_version} -Provides: tex(bsmilp04.tfm) = %{tl_version} -Provides: tex(bsmilp05.tfm) = %{tl_version} -Provides: tex(bsmilp06.tfm) = %{tl_version} -Provides: tex(bsmilp07.tfm) = %{tl_version} -Provides: tex(bsmilp08.tfm) = %{tl_version} -Provides: tex(bsmilp09.tfm) = %{tl_version} -Provides: tex(bsmilp10.tfm) = %{tl_version} -Provides: tex(bsmilp11.tfm) = %{tl_version} -Provides: tex(bsmilp12.tfm) = %{tl_version} -Provides: tex(bsmilp13.tfm) = %{tl_version} -Provides: tex(bsmilp14.tfm) = %{tl_version} -Provides: tex(bsmilp15.tfm) = %{tl_version} -Provides: tex(bsmilp16.tfm) = %{tl_version} -Provides: tex(bsmilp17.tfm) = %{tl_version} -Provides: tex(bsmilp18.tfm) = %{tl_version} -Provides: tex(bsmilp19.tfm) = %{tl_version} -Provides: tex(bsmilp20.tfm) = %{tl_version} -Provides: tex(bsmilp21.tfm) = %{tl_version} -Provides: tex(bsmilp22.tfm) = %{tl_version} -Provides: tex(bsmilp23.tfm) = %{tl_version} -Provides: tex(bsmilp25.tfm) = %{tl_version} -Provides: tex(bsmilp26.tfm) = %{tl_version} -Provides: tex(bsmilp27.tfm) = %{tl_version} -Provides: tex(bsmilp28.tfm) = %{tl_version} -Provides: tex(bsmilp29.tfm) = %{tl_version} -Provides: tex(bsmilp30.tfm) = %{tl_version} -Provides: tex(bsmilp31.tfm) = %{tl_version} -Provides: tex(bsmilp32.tfm) = %{tl_version} -Provides: tex(bsmilp33.tfm) = %{tl_version} -Provides: tex(bsmilp34.tfm) = %{tl_version} -Provides: tex(bsmilp35.tfm) = %{tl_version} -Provides: tex(bsmilp36.tfm) = %{tl_version} -Provides: tex(bsmilp37.tfm) = %{tl_version} -Provides: tex(bsmilp38.tfm) = %{tl_version} -Provides: tex(bsmilp39.tfm) = %{tl_version} -Provides: tex(bsmilp40.tfm) = %{tl_version} -Provides: tex(bsmilp41.tfm) = %{tl_version} -Provides: tex(bsmilp42.tfm) = %{tl_version} -Provides: tex(bsmilp43.tfm) = %{tl_version} -Provides: tex(bsmilp44.tfm) = %{tl_version} -Provides: tex(bsmilp45.tfm) = %{tl_version} -Provides: tex(bsmilp46.tfm) = %{tl_version} -Provides: tex(bsmilp47.tfm) = %{tl_version} -Provides: tex(bsmilp48.tfm) = %{tl_version} -Provides: tex(bsmilp49.tfm) = %{tl_version} -Provides: tex(bsmilp50.tfm) = %{tl_version} -Provides: tex(bsmilp51.tfm) = %{tl_version} -Provides: tex(bsmilp52.tfm) = %{tl_version} -Provides: tex(bsmilp53.tfm) = %{tl_version} -Provides: tex(bsmilp54.tfm) = %{tl_version} -Provides: tex(bsmilp55.tfm) = %{tl_version} -Provides: tex(bsmilpv.tfm) = %{tl_version} -Provides: tex(bsmiu00.tfm) = %{tl_version} -Provides: tex(bsmiu02.tfm) = %{tl_version} -Provides: tex(bsmiu03.tfm) = %{tl_version} -Provides: tex(bsmiu20.tfm) = %{tl_version} -Provides: tex(bsmiu21.tfm) = %{tl_version} -Provides: tex(bsmiu22.tfm) = %{tl_version} -Provides: tex(bsmiu25.tfm) = %{tl_version} -Provides: tex(bsmiu26.tfm) = %{tl_version} -Provides: tex(bsmiu30.tfm) = %{tl_version} -Provides: tex(bsmiu31.tfm) = %{tl_version} -Provides: tex(bsmiu32.tfm) = %{tl_version} -Provides: tex(bsmiu33.tfm) = %{tl_version} -Provides: tex(bsmiu4e.tfm) = %{tl_version} -Provides: tex(bsmiu4f.tfm) = %{tl_version} -Provides: tex(bsmiu50.tfm) = %{tl_version} -Provides: tex(bsmiu51.tfm) = %{tl_version} -Provides: tex(bsmiu52.tfm) = %{tl_version} -Provides: tex(bsmiu53.tfm) = %{tl_version} -Provides: tex(bsmiu54.tfm) = %{tl_version} -Provides: tex(bsmiu55.tfm) = %{tl_version} -Provides: tex(bsmiu56.tfm) = %{tl_version} -Provides: tex(bsmiu57.tfm) = %{tl_version} -Provides: tex(bsmiu58.tfm) = %{tl_version} -Provides: tex(bsmiu59.tfm) = %{tl_version} -Provides: tex(bsmiu5a.tfm) = %{tl_version} -Provides: tex(bsmiu5b.tfm) = %{tl_version} -Provides: tex(bsmiu5c.tfm) = %{tl_version} -Provides: tex(bsmiu5d.tfm) = %{tl_version} -Provides: tex(bsmiu5e.tfm) = %{tl_version} -Provides: tex(bsmiu5f.tfm) = %{tl_version} -Provides: tex(bsmiu60.tfm) = %{tl_version} -Provides: tex(bsmiu61.tfm) = %{tl_version} -Provides: tex(bsmiu62.tfm) = %{tl_version} -Provides: tex(bsmiu63.tfm) = %{tl_version} -Provides: tex(bsmiu64.tfm) = %{tl_version} -Provides: tex(bsmiu65.tfm) = %{tl_version} -Provides: tex(bsmiu66.tfm) = %{tl_version} -Provides: tex(bsmiu67.tfm) = %{tl_version} -Provides: tex(bsmiu68.tfm) = %{tl_version} -Provides: tex(bsmiu69.tfm) = %{tl_version} -Provides: tex(bsmiu6a.tfm) = %{tl_version} -Provides: tex(bsmiu6b.tfm) = %{tl_version} -Provides: tex(bsmiu6c.tfm) = %{tl_version} -Provides: tex(bsmiu6d.tfm) = %{tl_version} -Provides: tex(bsmiu6e.tfm) = %{tl_version} -Provides: tex(bsmiu6f.tfm) = %{tl_version} -Provides: tex(bsmiu70.tfm) = %{tl_version} -Provides: tex(bsmiu71.tfm) = %{tl_version} -Provides: tex(bsmiu72.tfm) = %{tl_version} -Provides: tex(bsmiu73.tfm) = %{tl_version} -Provides: tex(bsmiu74.tfm) = %{tl_version} -Provides: tex(bsmiu75.tfm) = %{tl_version} -Provides: tex(bsmiu76.tfm) = %{tl_version} -Provides: tex(bsmiu77.tfm) = %{tl_version} -Provides: tex(bsmiu78.tfm) = %{tl_version} -Provides: tex(bsmiu79.tfm) = %{tl_version} -Provides: tex(bsmiu7a.tfm) = %{tl_version} -Provides: tex(bsmiu7b.tfm) = %{tl_version} -Provides: tex(bsmiu7c.tfm) = %{tl_version} -Provides: tex(bsmiu7d.tfm) = %{tl_version} -Provides: tex(bsmiu7e.tfm) = %{tl_version} -Provides: tex(bsmiu7f.tfm) = %{tl_version} -Provides: tex(bsmiu80.tfm) = %{tl_version} -Provides: tex(bsmiu81.tfm) = %{tl_version} -Provides: tex(bsmiu82.tfm) = %{tl_version} -Provides: tex(bsmiu83.tfm) = %{tl_version} -Provides: tex(bsmiu84.tfm) = %{tl_version} -Provides: tex(bsmiu85.tfm) = %{tl_version} -Provides: tex(bsmiu86.tfm) = %{tl_version} -Provides: tex(bsmiu87.tfm) = %{tl_version} -Provides: tex(bsmiu88.tfm) = %{tl_version} -Provides: tex(bsmiu89.tfm) = %{tl_version} -Provides: tex(bsmiu8a.tfm) = %{tl_version} -Provides: tex(bsmiu8b.tfm) = %{tl_version} -Provides: tex(bsmiu8c.tfm) = %{tl_version} -Provides: tex(bsmiu8d.tfm) = %{tl_version} -Provides: tex(bsmiu8e.tfm) = %{tl_version} -Provides: tex(bsmiu8f.tfm) = %{tl_version} -Provides: tex(bsmiu90.tfm) = %{tl_version} -Provides: tex(bsmiu91.tfm) = %{tl_version} -Provides: tex(bsmiu92.tfm) = %{tl_version} -Provides: tex(bsmiu93.tfm) = %{tl_version} -Provides: tex(bsmiu94.tfm) = %{tl_version} -Provides: tex(bsmiu95.tfm) = %{tl_version} -Provides: tex(bsmiu96.tfm) = %{tl_version} -Provides: tex(bsmiu97.tfm) = %{tl_version} -Provides: tex(bsmiu98.tfm) = %{tl_version} -Provides: tex(bsmiu99.tfm) = %{tl_version} -Provides: tex(bsmiu9a.tfm) = %{tl_version} -Provides: tex(bsmiu9b.tfm) = %{tl_version} -Provides: tex(bsmiu9c.tfm) = %{tl_version} -Provides: tex(bsmiu9d.tfm) = %{tl_version} -Provides: tex(bsmiu9e.tfm) = %{tl_version} -Provides: tex(bsmiu9f.tfm) = %{tl_version} -Provides: tex(bsmiuee.tfm) = %{tl_version} -Provides: tex(bsmiuf6.tfm) = %{tl_version} -Provides: tex(bsmiuf7.tfm) = %{tl_version} -Provides: tex(bsmiuf8.tfm) = %{tl_version} -Provides: tex(bsmiufa.tfm) = %{tl_version} -Provides: tex(bsmiufe.tfm) = %{tl_version} -Provides: tex(bsmiuff.tfm) = %{tl_version} -Provides: tex(bsmiuv.tfm) = %{tl_version} -Provides: tex(gbsnlp00.tfm) = %{tl_version} -Provides: tex(gbsnlp01.tfm) = %{tl_version} -Provides: tex(gbsnlp02.tfm) = %{tl_version} -Provides: tex(gbsnlp03.tfm) = %{tl_version} -Provides: tex(gbsnlp04.tfm) = %{tl_version} -Provides: tex(gbsnlp06.tfm) = %{tl_version} -Provides: tex(gbsnlp07.tfm) = %{tl_version} -Provides: tex(gbsnlp08.tfm) = %{tl_version} -Provides: tex(gbsnlp09.tfm) = %{tl_version} -Provides: tex(gbsnlp10.tfm) = %{tl_version} -Provides: tex(gbsnlp11.tfm) = %{tl_version} -Provides: tex(gbsnlp12.tfm) = %{tl_version} -Provides: tex(gbsnlp13.tfm) = %{tl_version} -Provides: tex(gbsnlp14.tfm) = %{tl_version} -Provides: tex(gbsnlp15.tfm) = %{tl_version} -Provides: tex(gbsnlp16.tfm) = %{tl_version} -Provides: tex(gbsnlp17.tfm) = %{tl_version} -Provides: tex(gbsnlp18.tfm) = %{tl_version} -Provides: tex(gbsnlp19.tfm) = %{tl_version} -Provides: tex(gbsnlp20.tfm) = %{tl_version} -Provides: tex(gbsnlp21.tfm) = %{tl_version} -Provides: tex(gbsnlp22.tfm) = %{tl_version} -Provides: tex(gbsnlp23.tfm) = %{tl_version} -Provides: tex(gbsnlp24.tfm) = %{tl_version} -Provides: tex(gbsnlp25.tfm) = %{tl_version} -Provides: tex(gbsnlp26.tfm) = %{tl_version} -Provides: tex(gbsnlp27.tfm) = %{tl_version} -Provides: tex(gbsnlp28.tfm) = %{tl_version} -Provides: tex(gbsnlp29.tfm) = %{tl_version} -Provides: tex(gbsnlp30.tfm) = %{tl_version} -Provides: tex(gbsnlp31.tfm) = %{tl_version} -Provides: tex(gbsnlp32.tfm) = %{tl_version} -Provides: tex(gbsnu00.tfm) = %{tl_version} -Provides: tex(gbsnu01.tfm) = %{tl_version} -Provides: tex(gbsnu02.tfm) = %{tl_version} -Provides: tex(gbsnu03.tfm) = %{tl_version} -Provides: tex(gbsnu04.tfm) = %{tl_version} -Provides: tex(gbsnu20.tfm) = %{tl_version} -Provides: tex(gbsnu21.tfm) = %{tl_version} -Provides: tex(gbsnu22.tfm) = %{tl_version} -Provides: tex(gbsnu23.tfm) = %{tl_version} -Provides: tex(gbsnu24.tfm) = %{tl_version} -Provides: tex(gbsnu25.tfm) = %{tl_version} -Provides: tex(gbsnu26.tfm) = %{tl_version} -Provides: tex(gbsnu30.tfm) = %{tl_version} -Provides: tex(gbsnu31.tfm) = %{tl_version} -Provides: tex(gbsnu32.tfm) = %{tl_version} -Provides: tex(gbsnu4e.tfm) = %{tl_version} -Provides: tex(gbsnu4f.tfm) = %{tl_version} -Provides: tex(gbsnu50.tfm) = %{tl_version} -Provides: tex(gbsnu51.tfm) = %{tl_version} -Provides: tex(gbsnu52.tfm) = %{tl_version} -Provides: tex(gbsnu53.tfm) = %{tl_version} -Provides: tex(gbsnu54.tfm) = %{tl_version} -Provides: tex(gbsnu55.tfm) = %{tl_version} -Provides: tex(gbsnu56.tfm) = %{tl_version} -Provides: tex(gbsnu57.tfm) = %{tl_version} -Provides: tex(gbsnu58.tfm) = %{tl_version} -Provides: tex(gbsnu59.tfm) = %{tl_version} -Provides: tex(gbsnu5a.tfm) = %{tl_version} -Provides: tex(gbsnu5b.tfm) = %{tl_version} -Provides: tex(gbsnu5c.tfm) = %{tl_version} -Provides: tex(gbsnu5d.tfm) = %{tl_version} -Provides: tex(gbsnu5e.tfm) = %{tl_version} -Provides: tex(gbsnu5f.tfm) = %{tl_version} -Provides: tex(gbsnu60.tfm) = %{tl_version} -Provides: tex(gbsnu61.tfm) = %{tl_version} -Provides: tex(gbsnu62.tfm) = %{tl_version} -Provides: tex(gbsnu63.tfm) = %{tl_version} -Provides: tex(gbsnu64.tfm) = %{tl_version} -Provides: tex(gbsnu65.tfm) = %{tl_version} -Provides: tex(gbsnu66.tfm) = %{tl_version} -Provides: tex(gbsnu67.tfm) = %{tl_version} -Provides: tex(gbsnu68.tfm) = %{tl_version} -Provides: tex(gbsnu69.tfm) = %{tl_version} -Provides: tex(gbsnu6a.tfm) = %{tl_version} -Provides: tex(gbsnu6b.tfm) = %{tl_version} -Provides: tex(gbsnu6c.tfm) = %{tl_version} -Provides: tex(gbsnu6d.tfm) = %{tl_version} -Provides: tex(gbsnu6e.tfm) = %{tl_version} -Provides: tex(gbsnu6f.tfm) = %{tl_version} -Provides: tex(gbsnu70.tfm) = %{tl_version} -Provides: tex(gbsnu71.tfm) = %{tl_version} -Provides: tex(gbsnu72.tfm) = %{tl_version} -Provides: tex(gbsnu73.tfm) = %{tl_version} -Provides: tex(gbsnu74.tfm) = %{tl_version} -Provides: tex(gbsnu75.tfm) = %{tl_version} -Provides: tex(gbsnu76.tfm) = %{tl_version} -Provides: tex(gbsnu77.tfm) = %{tl_version} -Provides: tex(gbsnu78.tfm) = %{tl_version} -Provides: tex(gbsnu79.tfm) = %{tl_version} -Provides: tex(gbsnu7a.tfm) = %{tl_version} -Provides: tex(gbsnu7b.tfm) = %{tl_version} -Provides: tex(gbsnu7c.tfm) = %{tl_version} -Provides: tex(gbsnu7d.tfm) = %{tl_version} -Provides: tex(gbsnu7e.tfm) = %{tl_version} -Provides: tex(gbsnu7f.tfm) = %{tl_version} -Provides: tex(gbsnu80.tfm) = %{tl_version} -Provides: tex(gbsnu81.tfm) = %{tl_version} -Provides: tex(gbsnu82.tfm) = %{tl_version} -Provides: tex(gbsnu83.tfm) = %{tl_version} -Provides: tex(gbsnu84.tfm) = %{tl_version} -Provides: tex(gbsnu85.tfm) = %{tl_version} -Provides: tex(gbsnu86.tfm) = %{tl_version} -Provides: tex(gbsnu87.tfm) = %{tl_version} -Provides: tex(gbsnu88.tfm) = %{tl_version} -Provides: tex(gbsnu89.tfm) = %{tl_version} -Provides: tex(gbsnu8a.tfm) = %{tl_version} -Provides: tex(gbsnu8b.tfm) = %{tl_version} -Provides: tex(gbsnu8c.tfm) = %{tl_version} -Provides: tex(gbsnu8d.tfm) = %{tl_version} -Provides: tex(gbsnu8e.tfm) = %{tl_version} -Provides: tex(gbsnu8f.tfm) = %{tl_version} -Provides: tex(gbsnu90.tfm) = %{tl_version} -Provides: tex(gbsnu91.tfm) = %{tl_version} -Provides: tex(gbsnu92.tfm) = %{tl_version} -Provides: tex(gbsnu93.tfm) = %{tl_version} -Provides: tex(gbsnu94.tfm) = %{tl_version} -Provides: tex(gbsnu95.tfm) = %{tl_version} -Provides: tex(gbsnu96.tfm) = %{tl_version} -Provides: tex(gbsnu97.tfm) = %{tl_version} -Provides: tex(gbsnu98.tfm) = %{tl_version} -Provides: tex(gbsnu99.tfm) = %{tl_version} -Provides: tex(gbsnu9a.tfm) = %{tl_version} -Provides: tex(gbsnu9b.tfm) = %{tl_version} -Provides: tex(gbsnu9c.tfm) = %{tl_version} -Provides: tex(gbsnu9e.tfm) = %{tl_version} -Provides: tex(gbsnu9f.tfm) = %{tl_version} -Provides: tex(gbsnufe.tfm) = %{tl_version} -Provides: tex(gbsnuff.tfm) = %{tl_version} -Provides: tex(gkaimp00.tfm) = %{tl_version} -Provides: tex(gkaimp01.tfm) = %{tl_version} -Provides: tex(gkaimp02.tfm) = %{tl_version} -Provides: tex(gkaimp03.tfm) = %{tl_version} -Provides: tex(gkaimp04.tfm) = %{tl_version} -Provides: tex(gkaimp06.tfm) = %{tl_version} -Provides: tex(gkaimp07.tfm) = %{tl_version} -Provides: tex(gkaimp08.tfm) = %{tl_version} -Provides: tex(gkaimp09.tfm) = %{tl_version} -Provides: tex(gkaimp10.tfm) = %{tl_version} -Provides: tex(gkaimp11.tfm) = %{tl_version} -Provides: tex(gkaimp12.tfm) = %{tl_version} -Provides: tex(gkaimp13.tfm) = %{tl_version} -Provides: tex(gkaimp14.tfm) = %{tl_version} -Provides: tex(gkaimp15.tfm) = %{tl_version} -Provides: tex(gkaimp16.tfm) = %{tl_version} -Provides: tex(gkaimp17.tfm) = %{tl_version} -Provides: tex(gkaimp18.tfm) = %{tl_version} -Provides: tex(gkaimp19.tfm) = %{tl_version} -Provides: tex(gkaimp20.tfm) = %{tl_version} -Provides: tex(gkaimp21.tfm) = %{tl_version} -Provides: tex(gkaimp22.tfm) = %{tl_version} -Provides: tex(gkaimp23.tfm) = %{tl_version} -Provides: tex(gkaimp24.tfm) = %{tl_version} -Provides: tex(gkaimp25.tfm) = %{tl_version} -Provides: tex(gkaimp26.tfm) = %{tl_version} -Provides: tex(gkaimp27.tfm) = %{tl_version} -Provides: tex(gkaimp28.tfm) = %{tl_version} -Provides: tex(gkaimp29.tfm) = %{tl_version} -Provides: tex(gkaimp30.tfm) = %{tl_version} -Provides: tex(gkaimp31.tfm) = %{tl_version} -Provides: tex(gkaimp32.tfm) = %{tl_version} -Provides: tex(gkaiu00.tfm) = %{tl_version} -Provides: tex(gkaiu01.tfm) = %{tl_version} -Provides: tex(gkaiu02.tfm) = %{tl_version} -Provides: tex(gkaiu03.tfm) = %{tl_version} -Provides: tex(gkaiu04.tfm) = %{tl_version} -Provides: tex(gkaiu20.tfm) = %{tl_version} -Provides: tex(gkaiu21.tfm) = %{tl_version} -Provides: tex(gkaiu22.tfm) = %{tl_version} -Provides: tex(gkaiu23.tfm) = %{tl_version} -Provides: tex(gkaiu24.tfm) = %{tl_version} -Provides: tex(gkaiu25.tfm) = %{tl_version} -Provides: tex(gkaiu26.tfm) = %{tl_version} -Provides: tex(gkaiu30.tfm) = %{tl_version} -Provides: tex(gkaiu31.tfm) = %{tl_version} -Provides: tex(gkaiu32.tfm) = %{tl_version} -Provides: tex(gkaiu4e.tfm) = %{tl_version} -Provides: tex(gkaiu4f.tfm) = %{tl_version} -Provides: tex(gkaiu50.tfm) = %{tl_version} -Provides: tex(gkaiu51.tfm) = %{tl_version} -Provides: tex(gkaiu52.tfm) = %{tl_version} -Provides: tex(gkaiu53.tfm) = %{tl_version} -Provides: tex(gkaiu54.tfm) = %{tl_version} -Provides: tex(gkaiu55.tfm) = %{tl_version} -Provides: tex(gkaiu56.tfm) = %{tl_version} -Provides: tex(gkaiu57.tfm) = %{tl_version} -Provides: tex(gkaiu58.tfm) = %{tl_version} -Provides: tex(gkaiu59.tfm) = %{tl_version} -Provides: tex(gkaiu5a.tfm) = %{tl_version} -Provides: tex(gkaiu5b.tfm) = %{tl_version} -Provides: tex(gkaiu5c.tfm) = %{tl_version} -Provides: tex(gkaiu5d.tfm) = %{tl_version} -Provides: tex(gkaiu5e.tfm) = %{tl_version} -Provides: tex(gkaiu5f.tfm) = %{tl_version} -Provides: tex(gkaiu60.tfm) = %{tl_version} -Provides: tex(gkaiu61.tfm) = %{tl_version} -Provides: tex(gkaiu62.tfm) = %{tl_version} -Provides: tex(gkaiu63.tfm) = %{tl_version} -Provides: tex(gkaiu64.tfm) = %{tl_version} -Provides: tex(gkaiu65.tfm) = %{tl_version} -Provides: tex(gkaiu66.tfm) = %{tl_version} -Provides: tex(gkaiu67.tfm) = %{tl_version} -Provides: tex(gkaiu68.tfm) = %{tl_version} -Provides: tex(gkaiu69.tfm) = %{tl_version} -Provides: tex(gkaiu6a.tfm) = %{tl_version} -Provides: tex(gkaiu6b.tfm) = %{tl_version} -Provides: tex(gkaiu6c.tfm) = %{tl_version} -Provides: tex(gkaiu6d.tfm) = %{tl_version} -Provides: tex(gkaiu6e.tfm) = %{tl_version} -Provides: tex(gkaiu6f.tfm) = %{tl_version} -Provides: tex(gkaiu70.tfm) = %{tl_version} -Provides: tex(gkaiu71.tfm) = %{tl_version} -Provides: tex(gkaiu72.tfm) = %{tl_version} -Provides: tex(gkaiu73.tfm) = %{tl_version} -Provides: tex(gkaiu74.tfm) = %{tl_version} -Provides: tex(gkaiu75.tfm) = %{tl_version} -Provides: tex(gkaiu76.tfm) = %{tl_version} -Provides: tex(gkaiu77.tfm) = %{tl_version} -Provides: tex(gkaiu78.tfm) = %{tl_version} -Provides: tex(gkaiu79.tfm) = %{tl_version} -Provides: tex(gkaiu7a.tfm) = %{tl_version} -Provides: tex(gkaiu7b.tfm) = %{tl_version} -Provides: tex(gkaiu7c.tfm) = %{tl_version} -Provides: tex(gkaiu7d.tfm) = %{tl_version} -Provides: tex(gkaiu7e.tfm) = %{tl_version} -Provides: tex(gkaiu7f.tfm) = %{tl_version} -Provides: tex(gkaiu80.tfm) = %{tl_version} -Provides: tex(gkaiu81.tfm) = %{tl_version} -Provides: tex(gkaiu82.tfm) = %{tl_version} -Provides: tex(gkaiu83.tfm) = %{tl_version} -Provides: tex(gkaiu84.tfm) = %{tl_version} -Provides: tex(gkaiu85.tfm) = %{tl_version} -Provides: tex(gkaiu86.tfm) = %{tl_version} -Provides: tex(gkaiu87.tfm) = %{tl_version} -Provides: tex(gkaiu88.tfm) = %{tl_version} -Provides: tex(gkaiu89.tfm) = %{tl_version} -Provides: tex(gkaiu8a.tfm) = %{tl_version} -Provides: tex(gkaiu8b.tfm) = %{tl_version} -Provides: tex(gkaiu8c.tfm) = %{tl_version} -Provides: tex(gkaiu8d.tfm) = %{tl_version} -Provides: tex(gkaiu8e.tfm) = %{tl_version} -Provides: tex(gkaiu8f.tfm) = %{tl_version} -Provides: tex(gkaiu90.tfm) = %{tl_version} -Provides: tex(gkaiu91.tfm) = %{tl_version} -Provides: tex(gkaiu92.tfm) = %{tl_version} -Provides: tex(gkaiu93.tfm) = %{tl_version} -Provides: tex(gkaiu94.tfm) = %{tl_version} -Provides: tex(gkaiu95.tfm) = %{tl_version} -Provides: tex(gkaiu96.tfm) = %{tl_version} -Provides: tex(gkaiu97.tfm) = %{tl_version} -Provides: tex(gkaiu98.tfm) = %{tl_version} -Provides: tex(gkaiu99.tfm) = %{tl_version} -Provides: tex(gkaiu9a.tfm) = %{tl_version} -Provides: tex(gkaiu9b.tfm) = %{tl_version} -Provides: tex(gkaiu9c.tfm) = %{tl_version} -Provides: tex(gkaiu9e.tfm) = %{tl_version} -Provides: tex(gkaiu9f.tfm) = %{tl_version} -Provides: tex(gkaiufe.tfm) = %{tl_version} -Provides: tex(gkaiuff.tfm) = %{tl_version} -Provides: tex(bkaiu00.pfb) = %{tl_version} -Provides: tex(bkaiu02.pfb) = %{tl_version} -Provides: tex(bkaiu03.pfb) = %{tl_version} -Provides: tex(bkaiu20.pfb) = %{tl_version} -Provides: tex(bkaiu21.pfb) = %{tl_version} -Provides: tex(bkaiu22.pfb) = %{tl_version} -Provides: tex(bkaiu25.pfb) = %{tl_version} -Provides: tex(bkaiu26.pfb) = %{tl_version} -Provides: tex(bkaiu30.pfb) = %{tl_version} -Provides: tex(bkaiu31.pfb) = %{tl_version} -Provides: tex(bkaiu32.pfb) = %{tl_version} -Provides: tex(bkaiu33.pfb) = %{tl_version} -Provides: tex(bkaiu4e.pfb) = %{tl_version} -Provides: tex(bkaiu4f.pfb) = %{tl_version} -Provides: tex(bkaiu50.pfb) = %{tl_version} -Provides: tex(bkaiu51.pfb) = %{tl_version} -Provides: tex(bkaiu52.pfb) = %{tl_version} -Provides: tex(bkaiu53.pfb) = %{tl_version} -Provides: tex(bkaiu54.pfb) = %{tl_version} -Provides: tex(bkaiu55.pfb) = %{tl_version} -Provides: tex(bkaiu56.pfb) = %{tl_version} -Provides: tex(bkaiu57.pfb) = %{tl_version} -Provides: tex(bkaiu58.pfb) = %{tl_version} -Provides: tex(bkaiu59.pfb) = %{tl_version} -Provides: tex(bkaiu5a.pfb) = %{tl_version} -Provides: tex(bkaiu5b.pfb) = %{tl_version} -Provides: tex(bkaiu5c.pfb) = %{tl_version} -Provides: tex(bkaiu5d.pfb) = %{tl_version} -Provides: tex(bkaiu5e.pfb) = %{tl_version} -Provides: tex(bkaiu5f.pfb) = %{tl_version} -Provides: tex(bkaiu60.pfb) = %{tl_version} -Provides: tex(bkaiu61.pfb) = %{tl_version} -Provides: tex(bkaiu62.pfb) = %{tl_version} -Provides: tex(bkaiu63.pfb) = %{tl_version} -Provides: tex(bkaiu64.pfb) = %{tl_version} -Provides: tex(bkaiu65.pfb) = %{tl_version} -Provides: tex(bkaiu66.pfb) = %{tl_version} -Provides: tex(bkaiu67.pfb) = %{tl_version} -Provides: tex(bkaiu68.pfb) = %{tl_version} -Provides: tex(bkaiu69.pfb) = %{tl_version} -Provides: tex(bkaiu6a.pfb) = %{tl_version} -Provides: tex(bkaiu6b.pfb) = %{tl_version} -Provides: tex(bkaiu6c.pfb) = %{tl_version} -Provides: tex(bkaiu6d.pfb) = %{tl_version} -Provides: tex(bkaiu6e.pfb) = %{tl_version} -Provides: tex(bkaiu6f.pfb) = %{tl_version} -Provides: tex(bkaiu70.pfb) = %{tl_version} -Provides: tex(bkaiu71.pfb) = %{tl_version} -Provides: tex(bkaiu72.pfb) = %{tl_version} -Provides: tex(bkaiu73.pfb) = %{tl_version} -Provides: tex(bkaiu74.pfb) = %{tl_version} -Provides: tex(bkaiu75.pfb) = %{tl_version} -Provides: tex(bkaiu76.pfb) = %{tl_version} -Provides: tex(bkaiu77.pfb) = %{tl_version} -Provides: tex(bkaiu78.pfb) = %{tl_version} -Provides: tex(bkaiu79.pfb) = %{tl_version} -Provides: tex(bkaiu7a.pfb) = %{tl_version} -Provides: tex(bkaiu7b.pfb) = %{tl_version} -Provides: tex(bkaiu7c.pfb) = %{tl_version} -Provides: tex(bkaiu7d.pfb) = %{tl_version} -Provides: tex(bkaiu7e.pfb) = %{tl_version} -Provides: tex(bkaiu7f.pfb) = %{tl_version} -Provides: tex(bkaiu80.pfb) = %{tl_version} -Provides: tex(bkaiu81.pfb) = %{tl_version} -Provides: tex(bkaiu82.pfb) = %{tl_version} -Provides: tex(bkaiu83.pfb) = %{tl_version} -Provides: tex(bkaiu84.pfb) = %{tl_version} -Provides: tex(bkaiu85.pfb) = %{tl_version} -Provides: tex(bkaiu86.pfb) = %{tl_version} -Provides: tex(bkaiu87.pfb) = %{tl_version} -Provides: tex(bkaiu88.pfb) = %{tl_version} -Provides: tex(bkaiu89.pfb) = %{tl_version} -Provides: tex(bkaiu8a.pfb) = %{tl_version} -Provides: tex(bkaiu8b.pfb) = %{tl_version} -Provides: tex(bkaiu8c.pfb) = %{tl_version} -Provides: tex(bkaiu8d.pfb) = %{tl_version} -Provides: tex(bkaiu8e.pfb) = %{tl_version} -Provides: tex(bkaiu8f.pfb) = %{tl_version} -Provides: tex(bkaiu90.pfb) = %{tl_version} -Provides: tex(bkaiu91.pfb) = %{tl_version} -Provides: tex(bkaiu92.pfb) = %{tl_version} -Provides: tex(bkaiu93.pfb) = %{tl_version} -Provides: tex(bkaiu94.pfb) = %{tl_version} -Provides: tex(bkaiu95.pfb) = %{tl_version} -Provides: tex(bkaiu96.pfb) = %{tl_version} -Provides: tex(bkaiu97.pfb) = %{tl_version} -Provides: tex(bkaiu98.pfb) = %{tl_version} -Provides: tex(bkaiu99.pfb) = %{tl_version} -Provides: tex(bkaiu9a.pfb) = %{tl_version} -Provides: tex(bkaiu9b.pfb) = %{tl_version} -Provides: tex(bkaiu9c.pfb) = %{tl_version} -Provides: tex(bkaiu9d.pfb) = %{tl_version} -Provides: tex(bkaiu9e.pfb) = %{tl_version} -Provides: tex(bkaiu9f.pfb) = %{tl_version} -Provides: tex(bkaiuee.pfb) = %{tl_version} -Provides: tex(bkaiuf6.pfb) = %{tl_version} -Provides: tex(bkaiuf7.pfb) = %{tl_version} -Provides: tex(bkaiuf8.pfb) = %{tl_version} -Provides: tex(bkaiufa.pfb) = %{tl_version} -Provides: tex(bkaiufe.pfb) = %{tl_version} -Provides: tex(bkaiuff.pfb) = %{tl_version} -Provides: tex(bkaiuv.pfb) = %{tl_version} -Provides: tex(bsmiu00.pfb) = %{tl_version} -Provides: tex(bsmiu02.pfb) = %{tl_version} -Provides: tex(bsmiu03.pfb) = %{tl_version} -Provides: tex(bsmiu20.pfb) = %{tl_version} -Provides: tex(bsmiu21.pfb) = %{tl_version} -Provides: tex(bsmiu22.pfb) = %{tl_version} -Provides: tex(bsmiu25.pfb) = %{tl_version} -Provides: tex(bsmiu26.pfb) = %{tl_version} -Provides: tex(bsmiu30.pfb) = %{tl_version} -Provides: tex(bsmiu31.pfb) = %{tl_version} -Provides: tex(bsmiu32.pfb) = %{tl_version} -Provides: tex(bsmiu33.pfb) = %{tl_version} -Provides: tex(bsmiu4e.pfb) = %{tl_version} -Provides: tex(bsmiu4f.pfb) = %{tl_version} -Provides: tex(bsmiu50.pfb) = %{tl_version} -Provides: tex(bsmiu51.pfb) = %{tl_version} -Provides: tex(bsmiu52.pfb) = %{tl_version} -Provides: tex(bsmiu53.pfb) = %{tl_version} -Provides: tex(bsmiu54.pfb) = %{tl_version} -Provides: tex(bsmiu55.pfb) = %{tl_version} -Provides: tex(bsmiu56.pfb) = %{tl_version} -Provides: tex(bsmiu57.pfb) = %{tl_version} -Provides: tex(bsmiu58.pfb) = %{tl_version} -Provides: tex(bsmiu59.pfb) = %{tl_version} -Provides: tex(bsmiu5a.pfb) = %{tl_version} -Provides: tex(bsmiu5b.pfb) = %{tl_version} -Provides: tex(bsmiu5c.pfb) = %{tl_version} -Provides: tex(bsmiu5d.pfb) = %{tl_version} -Provides: tex(bsmiu5e.pfb) = %{tl_version} -Provides: tex(bsmiu5f.pfb) = %{tl_version} -Provides: tex(bsmiu60.pfb) = %{tl_version} -Provides: tex(bsmiu61.pfb) = %{tl_version} -Provides: tex(bsmiu62.pfb) = %{tl_version} -Provides: tex(bsmiu63.pfb) = %{tl_version} -Provides: tex(bsmiu64.pfb) = %{tl_version} -Provides: tex(bsmiu65.pfb) = %{tl_version} -Provides: tex(bsmiu66.pfb) = %{tl_version} -Provides: tex(bsmiu67.pfb) = %{tl_version} -Provides: tex(bsmiu68.pfb) = %{tl_version} -Provides: tex(bsmiu69.pfb) = %{tl_version} -Provides: tex(bsmiu6a.pfb) = %{tl_version} -Provides: tex(bsmiu6b.pfb) = %{tl_version} -Provides: tex(bsmiu6c.pfb) = %{tl_version} -Provides: tex(bsmiu6d.pfb) = %{tl_version} -Provides: tex(bsmiu6e.pfb) = %{tl_version} -Provides: tex(bsmiu6f.pfb) = %{tl_version} -Provides: tex(bsmiu70.pfb) = %{tl_version} -Provides: tex(bsmiu71.pfb) = %{tl_version} -Provides: tex(bsmiu72.pfb) = %{tl_version} -Provides: tex(bsmiu73.pfb) = %{tl_version} -Provides: tex(bsmiu74.pfb) = %{tl_version} -Provides: tex(bsmiu75.pfb) = %{tl_version} -Provides: tex(bsmiu76.pfb) = %{tl_version} -Provides: tex(bsmiu77.pfb) = %{tl_version} -Provides: tex(bsmiu78.pfb) = %{tl_version} -Provides: tex(bsmiu79.pfb) = %{tl_version} -Provides: tex(bsmiu7a.pfb) = %{tl_version} -Provides: tex(bsmiu7b.pfb) = %{tl_version} -Provides: tex(bsmiu7c.pfb) = %{tl_version} -Provides: tex(bsmiu7d.pfb) = %{tl_version} -Provides: tex(bsmiu7e.pfb) = %{tl_version} -Provides: tex(bsmiu7f.pfb) = %{tl_version} -Provides: tex(bsmiu80.pfb) = %{tl_version} -Provides: tex(bsmiu81.pfb) = %{tl_version} -Provides: tex(bsmiu82.pfb) = %{tl_version} -Provides: tex(bsmiu83.pfb) = %{tl_version} -Provides: tex(bsmiu84.pfb) = %{tl_version} -Provides: tex(bsmiu85.pfb) = %{tl_version} -Provides: tex(bsmiu86.pfb) = %{tl_version} -Provides: tex(bsmiu87.pfb) = %{tl_version} -Provides: tex(bsmiu88.pfb) = %{tl_version} -Provides: tex(bsmiu89.pfb) = %{tl_version} -Provides: tex(bsmiu8a.pfb) = %{tl_version} -Provides: tex(bsmiu8b.pfb) = %{tl_version} -Provides: tex(bsmiu8c.pfb) = %{tl_version} -Provides: tex(bsmiu8d.pfb) = %{tl_version} -Provides: tex(bsmiu8e.pfb) = %{tl_version} -Provides: tex(bsmiu8f.pfb) = %{tl_version} -Provides: tex(bsmiu90.pfb) = %{tl_version} -Provides: tex(bsmiu91.pfb) = %{tl_version} -Provides: tex(bsmiu92.pfb) = %{tl_version} -Provides: tex(bsmiu93.pfb) = %{tl_version} -Provides: tex(bsmiu94.pfb) = %{tl_version} -Provides: tex(bsmiu95.pfb) = %{tl_version} -Provides: tex(bsmiu96.pfb) = %{tl_version} -Provides: tex(bsmiu97.pfb) = %{tl_version} -Provides: tex(bsmiu98.pfb) = %{tl_version} -Provides: tex(bsmiu99.pfb) = %{tl_version} -Provides: tex(bsmiu9a.pfb) = %{tl_version} -Provides: tex(bsmiu9b.pfb) = %{tl_version} -Provides: tex(bsmiu9c.pfb) = %{tl_version} -Provides: tex(bsmiu9d.pfb) = %{tl_version} -Provides: tex(bsmiu9e.pfb) = %{tl_version} -Provides: tex(bsmiu9f.pfb) = %{tl_version} -Provides: tex(bsmiuee.pfb) = %{tl_version} -Provides: tex(bsmiuf6.pfb) = %{tl_version} -Provides: tex(bsmiuf7.pfb) = %{tl_version} -Provides: tex(bsmiuf8.pfb) = %{tl_version} -Provides: tex(bsmiufa.pfb) = %{tl_version} -Provides: tex(bsmiufe.pfb) = %{tl_version} -Provides: tex(bsmiuff.pfb) = %{tl_version} -Provides: tex(bsmiuv.pfb) = %{tl_version} -Provides: tex(gbsnu00.pfb) = %{tl_version} -Provides: tex(gbsnu01.pfb) = %{tl_version} -Provides: tex(gbsnu02.pfb) = %{tl_version} -Provides: tex(gbsnu03.pfb) = %{tl_version} -Provides: tex(gbsnu04.pfb) = %{tl_version} -Provides: tex(gbsnu20.pfb) = %{tl_version} -Provides: tex(gbsnu21.pfb) = %{tl_version} -Provides: tex(gbsnu22.pfb) = %{tl_version} -Provides: tex(gbsnu23.pfb) = %{tl_version} -Provides: tex(gbsnu24.pfb) = %{tl_version} -Provides: tex(gbsnu25.pfb) = %{tl_version} -Provides: tex(gbsnu26.pfb) = %{tl_version} -Provides: tex(gbsnu30.pfb) = %{tl_version} -Provides: tex(gbsnu31.pfb) = %{tl_version} -Provides: tex(gbsnu32.pfb) = %{tl_version} -Provides: tex(gbsnu4e.pfb) = %{tl_version} -Provides: tex(gbsnu4f.pfb) = %{tl_version} -Provides: tex(gbsnu50.pfb) = %{tl_version} -Provides: tex(gbsnu51.pfb) = %{tl_version} -Provides: tex(gbsnu52.pfb) = %{tl_version} -Provides: tex(gbsnu53.pfb) = %{tl_version} -Provides: tex(gbsnu54.pfb) = %{tl_version} -Provides: tex(gbsnu55.pfb) = %{tl_version} -Provides: tex(gbsnu56.pfb) = %{tl_version} -Provides: tex(gbsnu57.pfb) = %{tl_version} -Provides: tex(gbsnu58.pfb) = %{tl_version} -Provides: tex(gbsnu59.pfb) = %{tl_version} -Provides: tex(gbsnu5a.pfb) = %{tl_version} -Provides: tex(gbsnu5b.pfb) = %{tl_version} -Provides: tex(gbsnu5c.pfb) = %{tl_version} -Provides: tex(gbsnu5d.pfb) = %{tl_version} -Provides: tex(gbsnu5e.pfb) = %{tl_version} -Provides: tex(gbsnu5f.pfb) = %{tl_version} -Provides: tex(gbsnu60.pfb) = %{tl_version} -Provides: tex(gbsnu61.pfb) = %{tl_version} -Provides: tex(gbsnu62.pfb) = %{tl_version} -Provides: tex(gbsnu63.pfb) = %{tl_version} -Provides: tex(gbsnu64.pfb) = %{tl_version} -Provides: tex(gbsnu65.pfb) = %{tl_version} -Provides: tex(gbsnu66.pfb) = %{tl_version} -Provides: tex(gbsnu67.pfb) = %{tl_version} -Provides: tex(gbsnu68.pfb) = %{tl_version} -Provides: tex(gbsnu69.pfb) = %{tl_version} -Provides: tex(gbsnu6a.pfb) = %{tl_version} -Provides: tex(gbsnu6b.pfb) = %{tl_version} -Provides: tex(gbsnu6c.pfb) = %{tl_version} -Provides: tex(gbsnu6d.pfb) = %{tl_version} -Provides: tex(gbsnu6e.pfb) = %{tl_version} -Provides: tex(gbsnu6f.pfb) = %{tl_version} -Provides: tex(gbsnu70.pfb) = %{tl_version} -Provides: tex(gbsnu71.pfb) = %{tl_version} -Provides: tex(gbsnu72.pfb) = %{tl_version} -Provides: tex(gbsnu73.pfb) = %{tl_version} -Provides: tex(gbsnu74.pfb) = %{tl_version} -Provides: tex(gbsnu75.pfb) = %{tl_version} -Provides: tex(gbsnu76.pfb) = %{tl_version} -Provides: tex(gbsnu77.pfb) = %{tl_version} -Provides: tex(gbsnu78.pfb) = %{tl_version} -Provides: tex(gbsnu79.pfb) = %{tl_version} -Provides: tex(gbsnu7a.pfb) = %{tl_version} -Provides: tex(gbsnu7b.pfb) = %{tl_version} -Provides: tex(gbsnu7c.pfb) = %{tl_version} -Provides: tex(gbsnu7d.pfb) = %{tl_version} -Provides: tex(gbsnu7e.pfb) = %{tl_version} -Provides: tex(gbsnu7f.pfb) = %{tl_version} -Provides: tex(gbsnu80.pfb) = %{tl_version} -Provides: tex(gbsnu81.pfb) = %{tl_version} -Provides: tex(gbsnu82.pfb) = %{tl_version} -Provides: tex(gbsnu83.pfb) = %{tl_version} -Provides: tex(gbsnu84.pfb) = %{tl_version} -Provides: tex(gbsnu85.pfb) = %{tl_version} -Provides: tex(gbsnu86.pfb) = %{tl_version} -Provides: tex(gbsnu87.pfb) = %{tl_version} -Provides: tex(gbsnu88.pfb) = %{tl_version} -Provides: tex(gbsnu89.pfb) = %{tl_version} -Provides: tex(gbsnu8a.pfb) = %{tl_version} -Provides: tex(gbsnu8b.pfb) = %{tl_version} -Provides: tex(gbsnu8c.pfb) = %{tl_version} -Provides: tex(gbsnu8d.pfb) = %{tl_version} -Provides: tex(gbsnu8e.pfb) = %{tl_version} -Provides: tex(gbsnu8f.pfb) = %{tl_version} -Provides: tex(gbsnu90.pfb) = %{tl_version} -Provides: tex(gbsnu91.pfb) = %{tl_version} -Provides: tex(gbsnu92.pfb) = %{tl_version} -Provides: tex(gbsnu93.pfb) = %{tl_version} -Provides: tex(gbsnu94.pfb) = %{tl_version} -Provides: tex(gbsnu95.pfb) = %{tl_version} -Provides: tex(gbsnu96.pfb) = %{tl_version} -Provides: tex(gbsnu97.pfb) = %{tl_version} -Provides: tex(gbsnu98.pfb) = %{tl_version} -Provides: tex(gbsnu99.pfb) = %{tl_version} -Provides: tex(gbsnu9a.pfb) = %{tl_version} -Provides: tex(gbsnu9b.pfb) = %{tl_version} -Provides: tex(gbsnu9c.pfb) = %{tl_version} -Provides: tex(gbsnu9e.pfb) = %{tl_version} -Provides: tex(gbsnu9f.pfb) = %{tl_version} -Provides: tex(gbsnufe.pfb) = %{tl_version} -Provides: tex(gbsnuff.pfb) = %{tl_version} -Provides: tex(gkaiu00.pfb) = %{tl_version} -Provides: tex(gkaiu01.pfb) = %{tl_version} -Provides: tex(gkaiu02.pfb) = %{tl_version} -Provides: tex(gkaiu03.pfb) = %{tl_version} -Provides: tex(gkaiu04.pfb) = %{tl_version} -Provides: tex(gkaiu20.pfb) = %{tl_version} -Provides: tex(gkaiu21.pfb) = %{tl_version} -Provides: tex(gkaiu22.pfb) = %{tl_version} -Provides: tex(gkaiu23.pfb) = %{tl_version} -Provides: tex(gkaiu24.pfb) = %{tl_version} -Provides: tex(gkaiu25.pfb) = %{tl_version} -Provides: tex(gkaiu26.pfb) = %{tl_version} -Provides: tex(gkaiu30.pfb) = %{tl_version} -Provides: tex(gkaiu31.pfb) = %{tl_version} -Provides: tex(gkaiu32.pfb) = %{tl_version} -Provides: tex(gkaiu4e.pfb) = %{tl_version} -Provides: tex(gkaiu4f.pfb) = %{tl_version} -Provides: tex(gkaiu50.pfb) = %{tl_version} -Provides: tex(gkaiu51.pfb) = %{tl_version} -Provides: tex(gkaiu52.pfb) = %{tl_version} -Provides: tex(gkaiu53.pfb) = %{tl_version} -Provides: tex(gkaiu54.pfb) = %{tl_version} -Provides: tex(gkaiu55.pfb) = %{tl_version} -Provides: tex(gkaiu56.pfb) = %{tl_version} -Provides: tex(gkaiu57.pfb) = %{tl_version} -Provides: tex(gkaiu58.pfb) = %{tl_version} -Provides: tex(gkaiu59.pfb) = %{tl_version} -Provides: tex(gkaiu5a.pfb) = %{tl_version} -Provides: tex(gkaiu5b.pfb) = %{tl_version} -Provides: tex(gkaiu5c.pfb) = %{tl_version} -Provides: tex(gkaiu5d.pfb) = %{tl_version} -Provides: tex(gkaiu5e.pfb) = %{tl_version} -Provides: tex(gkaiu5f.pfb) = %{tl_version} -Provides: tex(gkaiu60.pfb) = %{tl_version} -Provides: tex(gkaiu61.pfb) = %{tl_version} -Provides: tex(gkaiu62.pfb) = %{tl_version} -Provides: tex(gkaiu63.pfb) = %{tl_version} -Provides: tex(gkaiu64.pfb) = %{tl_version} -Provides: tex(gkaiu65.pfb) = %{tl_version} -Provides: tex(gkaiu66.pfb) = %{tl_version} -Provides: tex(gkaiu67.pfb) = %{tl_version} -Provides: tex(gkaiu68.pfb) = %{tl_version} -Provides: tex(gkaiu69.pfb) = %{tl_version} -Provides: tex(gkaiu6a.pfb) = %{tl_version} -Provides: tex(gkaiu6b.pfb) = %{tl_version} -Provides: tex(gkaiu6c.pfb) = %{tl_version} -Provides: tex(gkaiu6d.pfb) = %{tl_version} -Provides: tex(gkaiu6e.pfb) = %{tl_version} -Provides: tex(gkaiu6f.pfb) = %{tl_version} -Provides: tex(gkaiu70.pfb) = %{tl_version} -Provides: tex(gkaiu71.pfb) = %{tl_version} -Provides: tex(gkaiu72.pfb) = %{tl_version} -Provides: tex(gkaiu73.pfb) = %{tl_version} -Provides: tex(gkaiu74.pfb) = %{tl_version} -Provides: tex(gkaiu75.pfb) = %{tl_version} -Provides: tex(gkaiu76.pfb) = %{tl_version} -Provides: tex(gkaiu77.pfb) = %{tl_version} -Provides: tex(gkaiu78.pfb) = %{tl_version} -Provides: tex(gkaiu79.pfb) = %{tl_version} -Provides: tex(gkaiu7a.pfb) = %{tl_version} -Provides: tex(gkaiu7b.pfb) = %{tl_version} -Provides: tex(gkaiu7c.pfb) = %{tl_version} -Provides: tex(gkaiu7d.pfb) = %{tl_version} -Provides: tex(gkaiu7e.pfb) = %{tl_version} -Provides: tex(gkaiu7f.pfb) = %{tl_version} -Provides: tex(gkaiu80.pfb) = %{tl_version} -Provides: tex(gkaiu81.pfb) = %{tl_version} -Provides: tex(gkaiu82.pfb) = %{tl_version} -Provides: tex(gkaiu83.pfb) = %{tl_version} -Provides: tex(gkaiu84.pfb) = %{tl_version} -Provides: tex(gkaiu85.pfb) = %{tl_version} -Provides: tex(gkaiu86.pfb) = %{tl_version} -Provides: tex(gkaiu87.pfb) = %{tl_version} -Provides: tex(gkaiu88.pfb) = %{tl_version} -Provides: tex(gkaiu89.pfb) = %{tl_version} -Provides: tex(gkaiu8a.pfb) = %{tl_version} -Provides: tex(gkaiu8b.pfb) = %{tl_version} -Provides: tex(gkaiu8c.pfb) = %{tl_version} -Provides: tex(gkaiu8d.pfb) = %{tl_version} -Provides: tex(gkaiu8e.pfb) = %{tl_version} -Provides: tex(gkaiu8f.pfb) = %{tl_version} -Provides: tex(gkaiu90.pfb) = %{tl_version} -Provides: tex(gkaiu91.pfb) = %{tl_version} -Provides: tex(gkaiu92.pfb) = %{tl_version} -Provides: tex(gkaiu93.pfb) = %{tl_version} -Provides: tex(gkaiu94.pfb) = %{tl_version} -Provides: tex(gkaiu95.pfb) = %{tl_version} -Provides: tex(gkaiu96.pfb) = %{tl_version} -Provides: tex(gkaiu97.pfb) = %{tl_version} -Provides: tex(gkaiu98.pfb) = %{tl_version} -Provides: tex(gkaiu99.pfb) = %{tl_version} -Provides: tex(gkaiu9a.pfb) = %{tl_version} -Provides: tex(gkaiu9b.pfb) = %{tl_version} -Provides: tex(gkaiu9c.pfb) = %{tl_version} -Provides: tex(gkaiu9e.pfb) = %{tl_version} -Provides: tex(gkaiu9f.pfb) = %{tl_version} -Provides: tex(gkaiufe.pfb) = %{tl_version} -Provides: tex(gkaiuff.pfb) = %{tl_version} -Provides: tex(bkaimp00.vf) = %{tl_version} -Provides: tex(bkaimp01.vf) = %{tl_version} -Provides: tex(bkaimp02.vf) = %{tl_version} -Provides: tex(bkaimp03.vf) = %{tl_version} -Provides: tex(bkaimp04.vf) = %{tl_version} -Provides: tex(bkaimp05.vf) = %{tl_version} -Provides: tex(bkaimp06.vf) = %{tl_version} -Provides: tex(bkaimp07.vf) = %{tl_version} -Provides: tex(bkaimp08.vf) = %{tl_version} -Provides: tex(bkaimp09.vf) = %{tl_version} -Provides: tex(bkaimp10.vf) = %{tl_version} -Provides: tex(bkaimp11.vf) = %{tl_version} -Provides: tex(bkaimp12.vf) = %{tl_version} -Provides: tex(bkaimp13.vf) = %{tl_version} -Provides: tex(bkaimp14.vf) = %{tl_version} -Provides: tex(bkaimp15.vf) = %{tl_version} -Provides: tex(bkaimp16.vf) = %{tl_version} -Provides: tex(bkaimp17.vf) = %{tl_version} -Provides: tex(bkaimp18.vf) = %{tl_version} -Provides: tex(bkaimp19.vf) = %{tl_version} -Provides: tex(bkaimp20.vf) = %{tl_version} -Provides: tex(bkaimp21.vf) = %{tl_version} -Provides: tex(bkaimp22.vf) = %{tl_version} -Provides: tex(bkaimp23.vf) = %{tl_version} -Provides: tex(bkaimp25.vf) = %{tl_version} -Provides: tex(bkaimp26.vf) = %{tl_version} -Provides: tex(bkaimp27.vf) = %{tl_version} -Provides: tex(bkaimp28.vf) = %{tl_version} -Provides: tex(bkaimp29.vf) = %{tl_version} -Provides: tex(bkaimp30.vf) = %{tl_version} -Provides: tex(bkaimp31.vf) = %{tl_version} -Provides: tex(bkaimp32.vf) = %{tl_version} -Provides: tex(bkaimp33.vf) = %{tl_version} -Provides: tex(bkaimp34.vf) = %{tl_version} -Provides: tex(bkaimp35.vf) = %{tl_version} -Provides: tex(bkaimp36.vf) = %{tl_version} -Provides: tex(bkaimp37.vf) = %{tl_version} -Provides: tex(bkaimp38.vf) = %{tl_version} -Provides: tex(bkaimp39.vf) = %{tl_version} -Provides: tex(bkaimp40.vf) = %{tl_version} -Provides: tex(bkaimp41.vf) = %{tl_version} -Provides: tex(bkaimp42.vf) = %{tl_version} -Provides: tex(bkaimp43.vf) = %{tl_version} -Provides: tex(bkaimp44.vf) = %{tl_version} -Provides: tex(bkaimp45.vf) = %{tl_version} -Provides: tex(bkaimp46.vf) = %{tl_version} -Provides: tex(bkaimp47.vf) = %{tl_version} -Provides: tex(bkaimp48.vf) = %{tl_version} -Provides: tex(bkaimp49.vf) = %{tl_version} -Provides: tex(bkaimp50.vf) = %{tl_version} -Provides: tex(bkaimp51.vf) = %{tl_version} -Provides: tex(bkaimp52.vf) = %{tl_version} -Provides: tex(bkaimp53.vf) = %{tl_version} -Provides: tex(bkaimp54.vf) = %{tl_version} -Provides: tex(bkaimp55.vf) = %{tl_version} -Provides: tex(bkaimpv.vf) = %{tl_version} -Provides: tex(bsmilp00.vf) = %{tl_version} -Provides: tex(bsmilp01.vf) = %{tl_version} -Provides: tex(bsmilp02.vf) = %{tl_version} -Provides: tex(bsmilp03.vf) = %{tl_version} -Provides: tex(bsmilp04.vf) = %{tl_version} -Provides: tex(bsmilp05.vf) = %{tl_version} -Provides: tex(bsmilp06.vf) = %{tl_version} -Provides: tex(bsmilp07.vf) = %{tl_version} -Provides: tex(bsmilp08.vf) = %{tl_version} -Provides: tex(bsmilp09.vf) = %{tl_version} -Provides: tex(bsmilp10.vf) = %{tl_version} -Provides: tex(bsmilp11.vf) = %{tl_version} -Provides: tex(bsmilp12.vf) = %{tl_version} -Provides: tex(bsmilp13.vf) = %{tl_version} -Provides: tex(bsmilp14.vf) = %{tl_version} -Provides: tex(bsmilp15.vf) = %{tl_version} -Provides: tex(bsmilp16.vf) = %{tl_version} -Provides: tex(bsmilp17.vf) = %{tl_version} -Provides: tex(bsmilp18.vf) = %{tl_version} -Provides: tex(bsmilp19.vf) = %{tl_version} -Provides: tex(bsmilp20.vf) = %{tl_version} -Provides: tex(bsmilp21.vf) = %{tl_version} -Provides: tex(bsmilp22.vf) = %{tl_version} -Provides: tex(bsmilp23.vf) = %{tl_version} -Provides: tex(bsmilp25.vf) = %{tl_version} -Provides: tex(bsmilp26.vf) = %{tl_version} -Provides: tex(bsmilp27.vf) = %{tl_version} -Provides: tex(bsmilp28.vf) = %{tl_version} -Provides: tex(bsmilp29.vf) = %{tl_version} -Provides: tex(bsmilp30.vf) = %{tl_version} -Provides: tex(bsmilp31.vf) = %{tl_version} -Provides: tex(bsmilp32.vf) = %{tl_version} -Provides: tex(bsmilp33.vf) = %{tl_version} -Provides: tex(bsmilp34.vf) = %{tl_version} -Provides: tex(bsmilp35.vf) = %{tl_version} -Provides: tex(bsmilp36.vf) = %{tl_version} -Provides: tex(bsmilp37.vf) = %{tl_version} -Provides: tex(bsmilp38.vf) = %{tl_version} -Provides: tex(bsmilp39.vf) = %{tl_version} -Provides: tex(bsmilp40.vf) = %{tl_version} -Provides: tex(bsmilp41.vf) = %{tl_version} -Provides: tex(bsmilp42.vf) = %{tl_version} -Provides: tex(bsmilp43.vf) = %{tl_version} -Provides: tex(bsmilp44.vf) = %{tl_version} -Provides: tex(bsmilp45.vf) = %{tl_version} -Provides: tex(bsmilp46.vf) = %{tl_version} -Provides: tex(bsmilp47.vf) = %{tl_version} -Provides: tex(bsmilp48.vf) = %{tl_version} -Provides: tex(bsmilp49.vf) = %{tl_version} -Provides: tex(bsmilp50.vf) = %{tl_version} -Provides: tex(bsmilp51.vf) = %{tl_version} -Provides: tex(bsmilp52.vf) = %{tl_version} -Provides: tex(bsmilp53.vf) = %{tl_version} -Provides: tex(bsmilp54.vf) = %{tl_version} -Provides: tex(bsmilp55.vf) = %{tl_version} -Provides: tex(bsmilpv.vf) = %{tl_version} -Provides: tex(gbsnlp00.vf) = %{tl_version} -Provides: tex(gbsnlp01.vf) = %{tl_version} -Provides: tex(gbsnlp02.vf) = %{tl_version} -Provides: tex(gbsnlp03.vf) = %{tl_version} -Provides: tex(gbsnlp04.vf) = %{tl_version} -Provides: tex(gbsnlp06.vf) = %{tl_version} -Provides: tex(gbsnlp07.vf) = %{tl_version} -Provides: tex(gbsnlp08.vf) = %{tl_version} -Provides: tex(gbsnlp09.vf) = %{tl_version} -Provides: tex(gbsnlp10.vf) = %{tl_version} -Provides: tex(gbsnlp11.vf) = %{tl_version} -Provides: tex(gbsnlp12.vf) = %{tl_version} -Provides: tex(gbsnlp13.vf) = %{tl_version} -Provides: tex(gbsnlp14.vf) = %{tl_version} -Provides: tex(gbsnlp15.vf) = %{tl_version} -Provides: tex(gbsnlp16.vf) = %{tl_version} -Provides: tex(gbsnlp17.vf) = %{tl_version} -Provides: tex(gbsnlp18.vf) = %{tl_version} -Provides: tex(gbsnlp19.vf) = %{tl_version} -Provides: tex(gbsnlp20.vf) = %{tl_version} -Provides: tex(gbsnlp21.vf) = %{tl_version} -Provides: tex(gbsnlp22.vf) = %{tl_version} -Provides: tex(gbsnlp23.vf) = %{tl_version} -Provides: tex(gbsnlp24.vf) = %{tl_version} -Provides: tex(gbsnlp25.vf) = %{tl_version} -Provides: tex(gbsnlp26.vf) = %{tl_version} -Provides: tex(gbsnlp27.vf) = %{tl_version} -Provides: tex(gbsnlp28.vf) = %{tl_version} -Provides: tex(gbsnlp29.vf) = %{tl_version} -Provides: tex(gbsnlp30.vf) = %{tl_version} -Provides: tex(gbsnlp31.vf) = %{tl_version} -Provides: tex(gbsnlp32.vf) = %{tl_version} -Provides: tex(gkaimp00.vf) = %{tl_version} -Provides: tex(gkaimp01.vf) = %{tl_version} -Provides: tex(gkaimp02.vf) = %{tl_version} -Provides: tex(gkaimp03.vf) = %{tl_version} -Provides: tex(gkaimp04.vf) = %{tl_version} -Provides: tex(gkaimp06.vf) = %{tl_version} -Provides: tex(gkaimp07.vf) = %{tl_version} -Provides: tex(gkaimp08.vf) = %{tl_version} -Provides: tex(gkaimp09.vf) = %{tl_version} -Provides: tex(gkaimp10.vf) = %{tl_version} -Provides: tex(gkaimp11.vf) = %{tl_version} -Provides: tex(gkaimp12.vf) = %{tl_version} -Provides: tex(gkaimp13.vf) = %{tl_version} -Provides: tex(gkaimp14.vf) = %{tl_version} -Provides: tex(gkaimp15.vf) = %{tl_version} -Provides: tex(gkaimp16.vf) = %{tl_version} -Provides: tex(gkaimp17.vf) = %{tl_version} -Provides: tex(gkaimp18.vf) = %{tl_version} -Provides: tex(gkaimp19.vf) = %{tl_version} -Provides: tex(gkaimp20.vf) = %{tl_version} -Provides: tex(gkaimp21.vf) = %{tl_version} -Provides: tex(gkaimp22.vf) = %{tl_version} -Provides: tex(gkaimp23.vf) = %{tl_version} -Provides: tex(gkaimp24.vf) = %{tl_version} -Provides: tex(gkaimp25.vf) = %{tl_version} -Provides: tex(gkaimp26.vf) = %{tl_version} -Provides: tex(gkaimp27.vf) = %{tl_version} -Provides: tex(gkaimp28.vf) = %{tl_version} -Provides: tex(gkaimp29.vf) = %{tl_version} -Provides: tex(gkaimp30.vf) = %{tl_version} -Provides: tex(gkaimp31.vf) = %{tl_version} -Provides: tex(gkaimp32.vf) = %{tl_version} +Requires: tex-kpathsea +Provides: tex(bkaiu.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp00.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp01.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp02.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp03.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp04.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp05.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp06.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp07.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp08.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp09.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp11.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp13.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp14.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp15.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp16.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp17.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp18.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp19.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp20.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp21.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp22.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp23.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp25.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp26.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp27.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp28.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp29.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp30.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp31.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp32.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp33.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp34.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp35.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp36.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp37.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp38.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp39.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp40.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp41.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp42.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp43.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp44.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp45.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp46.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp47.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp48.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp49.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp50.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp51.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp52.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp53.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp54.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp55.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimpv.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu00.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu02.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu03.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu20.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu21.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu22.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu25.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu26.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu30.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu31.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu32.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu33.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu4e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu4f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu50.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu51.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu52.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu53.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu54.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu55.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu56.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu57.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu58.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu59.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu5a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu5b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu5c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu5d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu5e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu5f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu60.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu61.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu62.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu63.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu64.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu65.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu66.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu67.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu68.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu69.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu6a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu6b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu6c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu6d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu6e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu6f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu70.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu71.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu72.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu73.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu74.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu75.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu76.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu77.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu78.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu79.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu7a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu7b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu7c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu7d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu7e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu7f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu80.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu81.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu82.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu83.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu84.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu85.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu86.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu87.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu88.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu89.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu8b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu8d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu8e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu8f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu90.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu91.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu92.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu93.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu94.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu95.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu96.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu97.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu98.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu99.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu9a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu9b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu9c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu9d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu9e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu9f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiuee.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiuf6.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiuf7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiuf8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiufa.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiufe.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiuff.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiuv.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp00.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp01.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp02.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp03.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp04.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp05.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp06.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp07.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp08.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp09.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp11.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp13.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp14.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp15.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp16.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp17.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp18.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp19.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp20.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp21.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp22.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp23.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp25.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp26.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp27.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp28.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp29.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp30.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp31.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp32.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp33.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp34.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp35.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp36.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp37.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp38.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp39.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp40.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp41.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp42.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp43.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp44.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp45.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp46.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp47.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp48.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp49.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp50.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp51.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp52.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp53.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp54.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp55.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilpv.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu00.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu02.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu03.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu20.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu21.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu22.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu25.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu26.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu30.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu31.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu32.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu33.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu4e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu4f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu50.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu51.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu52.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu53.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu54.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu55.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu56.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu57.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu58.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu59.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu5a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu5b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu5c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu5d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu5e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu5f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu60.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu61.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu62.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu63.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu64.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu65.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu66.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu67.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu68.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu69.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu6a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu6b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu6c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu6d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu6e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu6f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu70.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu71.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu72.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu73.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu74.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu75.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu76.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu77.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu78.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu79.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu7a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu7b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu7c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu7d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu7e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu7f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu80.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu81.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu82.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu83.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu84.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu85.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu86.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu87.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu88.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu89.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu8b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu8d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu8e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu8f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu90.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu91.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu92.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu93.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu94.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu95.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu96.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu97.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu98.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu99.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu9a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu9b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu9c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu9d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu9e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu9f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiuee.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiuf6.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiuf7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiuf8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiufa.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiufe.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiuff.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiuv.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnlp00.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnlp01.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnlp02.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnlp03.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnlp04.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnlp06.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnlp07.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnlp08.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnlp09.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnlp10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnlp11.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnlp12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnlp13.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnlp14.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnlp15.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnlp16.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnlp17.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnlp18.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnlp19.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnlp20.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnlp21.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnlp22.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnlp23.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnlp24.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnlp25.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnlp26.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnlp27.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnlp28.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnlp29.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnlp30.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnlp31.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnlp32.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu00.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu01.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu02.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu03.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu04.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu20.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu21.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu22.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu23.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu24.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu25.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu26.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu30.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu31.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu32.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu4e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu4f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu50.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu51.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu52.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu53.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu54.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu55.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu56.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu57.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu58.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu59.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu5a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu5b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu5c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu5d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu5e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu5f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu60.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu61.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu62.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu63.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu64.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu65.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu66.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu67.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu68.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu69.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu6a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu6b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu6c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu6d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu6e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu6f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu70.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu71.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu72.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu73.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu74.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu75.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu76.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu77.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu78.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu79.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu7a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu7b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu7c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu7d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu7e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu7f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu80.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu81.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu82.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu83.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu84.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu85.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu86.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu87.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu88.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu89.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu8b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu8d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu8e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu8f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu90.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu91.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu92.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu93.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu94.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu95.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu96.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu97.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu98.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu99.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu9a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu9b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu9c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu9e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu9f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnufe.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnuff.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaimp00.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaimp01.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaimp02.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaimp03.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaimp04.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaimp06.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaimp07.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaimp08.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaimp09.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaimp10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaimp11.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaimp12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaimp13.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaimp14.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaimp15.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaimp16.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaimp17.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaimp18.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaimp19.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaimp20.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaimp21.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaimp22.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaimp23.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaimp24.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaimp25.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaimp26.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaimp27.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaimp28.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaimp29.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaimp30.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaimp31.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaimp32.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu00.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu01.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu02.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu03.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu04.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu20.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu21.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu22.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu23.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu24.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu25.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu26.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu30.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu31.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu32.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu4e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu4f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu50.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu51.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu52.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu53.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu54.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu55.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu56.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu57.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu58.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu59.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu5a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu5b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu5c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu5d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu5e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu5f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu60.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu61.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu62.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu63.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu64.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu65.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu66.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu67.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu68.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu69.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu6a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu6b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu6c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu6d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu6e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu6f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu70.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu71.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu72.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu73.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu74.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu75.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu76.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu77.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu78.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu79.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu7a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu7b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu7c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu7d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu7e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu7f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu80.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu81.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu82.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu83.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu84.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu85.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu86.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu87.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu88.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu89.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu8b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu8d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu8e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu8f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu90.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu91.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu92.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu93.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu94.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu95.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu96.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu97.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu98.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu99.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu9a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu9b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu9c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu9e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu9f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiufe.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiuff.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu00.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu02.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu03.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu20.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu21.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu22.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu25.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu26.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu30.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu31.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu32.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu33.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu4e.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu4f.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu50.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu51.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu52.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu53.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu54.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu55.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu56.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu57.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu58.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu59.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu5a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu5b.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu5c.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu5d.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu5e.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu5f.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu60.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu61.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu62.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu63.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu64.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu65.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu66.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu67.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu68.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu69.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu6a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu6b.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu6c.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu6d.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu6e.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu6f.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu70.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu71.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu72.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu73.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu74.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu75.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu76.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu77.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu78.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu79.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu7a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu7b.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu7c.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu7d.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu7e.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu7f.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu80.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu81.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu82.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu83.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu84.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu85.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu86.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu87.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu88.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu89.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu8a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu8b.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu8c.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu8d.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu8e.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu8f.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu90.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu91.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu92.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu93.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu94.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu95.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu96.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu97.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu98.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu99.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu9a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu9b.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu9c.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu9d.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu9e.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiu9f.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiuee.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiuf6.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiuf7.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiuf8.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiufa.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiufe.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiuff.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaiuv.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu00.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu02.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu03.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu20.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu21.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu22.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu25.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu26.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu30.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu31.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu32.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu33.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu4e.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu4f.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu50.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu51.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu52.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu53.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu54.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu55.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu56.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu57.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu58.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu59.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu5a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu5b.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu5c.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu5d.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu5e.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu5f.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu60.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu61.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu62.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu63.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu64.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu65.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu66.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu67.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu68.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu69.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu6a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu6b.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu6c.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu6d.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu6e.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu6f.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu70.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu71.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu72.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu73.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu74.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu75.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu76.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu77.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu78.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu79.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu7a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu7b.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu7c.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu7d.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu7e.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu7f.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu80.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu81.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu82.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu83.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu84.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu85.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu86.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu87.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu88.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu89.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu8a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu8b.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu8c.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu8d.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu8e.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu8f.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu90.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu91.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu92.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu93.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu94.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu95.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu96.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu97.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu98.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu99.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu9a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu9b.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu9c.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu9d.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu9e.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiu9f.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiuee.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiuf6.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiuf7.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiuf8.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiufa.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiufe.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiuff.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmiuv.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu00.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu01.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu02.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu03.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu04.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu20.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu21.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu22.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu23.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu24.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu25.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu26.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu30.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu31.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu32.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu4e.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu4f.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu50.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu51.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu52.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu53.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu54.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu55.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu56.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu57.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu58.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu59.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu5a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu5b.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu5c.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu5d.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu5e.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu5f.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu60.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu61.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu62.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu63.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu64.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu65.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu66.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu67.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu68.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu69.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu6a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu6b.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu6c.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu6d.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu6e.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu6f.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu70.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu71.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu72.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu73.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu74.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu75.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu76.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu77.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu78.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu79.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu7a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu7b.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu7c.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu7d.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu7e.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu7f.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu80.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu81.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu82.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu83.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu84.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu85.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu86.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu87.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu88.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu89.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu8a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu8b.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu8c.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu8d.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu8e.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu8f.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu90.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu91.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu92.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu93.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu94.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu95.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu96.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu97.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu98.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu99.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu9a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu9b.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu9c.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu9e.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnu9f.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnufe.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnuff.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu00.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu01.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu02.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu03.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu04.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu20.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu21.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu22.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu23.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu24.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu25.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu26.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu30.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu31.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu32.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu4e.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu4f.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu50.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu51.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu52.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu53.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu54.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu55.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu56.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu57.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu58.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu59.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu5a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu5b.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu5c.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu5d.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu5e.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu5f.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu60.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu61.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu62.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu63.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu64.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu65.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu66.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu67.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu68.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu69.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu6a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu6b.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu6c.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu6d.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu6e.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu6f.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu70.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu71.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu72.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu73.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu74.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu75.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu76.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu77.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu78.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu79.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu7a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu7b.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu7c.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu7d.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu7e.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu7f.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu80.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu81.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu82.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu83.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu84.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu85.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu86.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu87.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu88.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu89.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu8a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu8b.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu8c.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu8d.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu8e.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu8f.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu90.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu91.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu92.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu93.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu94.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu95.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu96.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu97.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu98.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu99.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu9a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu9b.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu9c.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu9e.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiu9f.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiufe.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaiuff.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp00.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp01.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp02.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp03.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp04.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp05.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp06.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp07.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp08.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp09.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp10.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp11.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp12.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp13.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp14.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp15.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp16.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp17.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp18.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp19.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp20.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp21.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp22.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp23.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp25.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp26.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp27.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp28.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp29.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp30.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp31.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp32.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp33.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp34.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp35.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp36.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp37.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp38.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp39.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp40.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp41.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp42.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp43.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp44.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp45.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp46.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp47.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp48.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp49.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp50.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp51.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp52.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp53.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp54.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimp55.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bkaimpv.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp00.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp01.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp02.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp03.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp04.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp05.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp06.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp07.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp08.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp09.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp10.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp11.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp12.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp13.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp14.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp15.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp16.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp17.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp18.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp19.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp20.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp21.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp22.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp23.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp25.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp26.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp27.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp28.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp29.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp30.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp31.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp32.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp33.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp34.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp35.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp36.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp37.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp38.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp39.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp40.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp41.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp42.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp43.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp44.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp45.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp46.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp47.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp48.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp49.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp50.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp51.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp52.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp53.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp54.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilp55.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bsmilpv.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnlp00.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnlp01.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnlp02.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnlp03.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnlp04.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnlp06.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnlp07.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnlp08.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnlp09.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnlp10.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnlp11.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnlp12.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnlp13.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnlp14.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnlp15.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnlp16.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnlp17.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnlp18.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnlp19.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnlp20.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnlp21.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnlp22.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnlp23.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnlp24.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnlp25.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnlp26.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnlp27.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnlp28.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnlp29.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnlp30.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnlp31.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gbsnlp32.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaimp00.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaimp01.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaimp02.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaimp03.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaimp04.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaimp06.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaimp07.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaimp08.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaimp09.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaimp10.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaimp11.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaimp12.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaimp13.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaimp14.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaimp15.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaimp16.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaimp17.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaimp18.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaimp19.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaimp20.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaimp21.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaimp22.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaimp23.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaimp24.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaimp25.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaimp26.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaimp27.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaimp28.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaimp29.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaimp30.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaimp31.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkaimp32.vf) = %{epoch}:%{source_date}-%{release} %description arphic These are font bundles for the Chinese Arphic fonts which work @@ -12770,515 +2706,23 @@ with the CJK package. Arphic is actually the name of the company that which created the fonts (and put them under a GPL- like licence). -%package arphic-doc -Summary: Documentation for arphic -Version: svn15878.0 -Provides: tex-arphic-doc -AutoReqProv: No - -%description arphic-doc -Documentation for arphic - -%package arrayjobx -Provides: tex-arrayjobx = %{tl_version} -License: LPPL -Summary: Array data structures for (La)TeX -Version: svn18125.1.04 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(arrayjob.sty) = %{tl_version} -Provides: tex(arrayjobx.sty) = %{tl_version} - -%description arrayjobx -This package provides array data structures in (La)TeX, in the -meaning of the classical procedural programming languages like -Fortran, Ada or C, and macros to manipulate them. Arrays can be -mono or bi-dimensional. This is useful for applications which -require high level programming techniques, like algorithmic -graphics programmed in the TeX language. The package supersedes -the arrayjob package. - -%package arrayjobx-doc -Summary: Documentation for arrayjobx -Version: svn18125.1.04 -Provides: tex-arrayjobx-doc -AutoReqProv: No - -%description arrayjobx-doc -Documentation for arrayjobx - -%package arraysort -Provides: tex-arraysort = %{tl_version} -License: LPPL 1.2 -Summary: Sort arrays (or portions of them) -Version: svn31576.1.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pdftexcmds.sty) -Requires: tex(lcg.sty) -Requires: tex(arrayjobx.sty) -Requires: tex(calc.sty) -Requires: tex(ifthen.sty) -Requires: tex(etoolbox.sty) -Requires: tex(xargs.sty) -Requires: tex(macroswap.sty) -Provides: tex(arraysort.sty) = %{tl_version} - -%description arraysort -The package provides a mechanism for sorting arrays (or -portions of them); the arrays should have been created using -the arrayjobx package. - -%package arraysort-doc -Summary: Documentation for arraysort -Version: svn31576.1.0 -Provides: tex-arraysort-doc -AutoReqProv: No - -%description arraysort-doc -Documentation for arraysort - -%package arsclassica -Provides: tex-arsclassica = %{tl_version} -License: LPPL -Summary: A different view of the ClassicThesis package -Version: svn45656 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(classicthesis.sty) -Requires: tex(caption.sty) -Requires: tex(soul.sty) -Requires: tex(titlesec.sty) -Requires: texlive-iwona -Provides: tex(arsclassica.sty) = %{tl_version} - -%description arsclassica -The package changes some typographical points of the -ClassicThesis style, by Andre Miede. It enables the user to -reproduce the look of the guide The art of writing with LaTeX -(the web page is in Italian). - -%package arsclassica-doc -Summary: Documentation for arsclassica -Version: svn45656 -Provides: tex-arsclassica-doc -AutoReqProv: No - -%description arsclassica-doc -Documentation for arsclassica - -%package articleingud -Provides: tex-articleingud = %{tl_version} -License: LPPL 1.2 -Summary: LaTeX class for articles published in INGENIERIA review -Version: svn38741 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(articleingud.cls) = %{tl_version} - -%description articleingud -The class is for articles published in INGENIERIA review. It is -derived from the standard LaTeX class article. - -%package articleingud-doc -Summary: Documentation for articleingud -Version: svn38741 -Provides: tex-articleingud-doc -AutoReqProv: No - -%description articleingud-doc -Documentation for articleingud - -%package arydshln -Provides: tex-arydshln = %{tl_version} -License: LPPL -Summary: Horizontal and vertical dashed lines in arrays and tabulars -Version: svn50084 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(arydshln.sty) = %{tl_version} - -%description arydshln -Definitions of horizontal and vertical dashed lines for the -array and tabular environment. Horizontal lines are drawn by -\hdashline and \cdashline while vertical ones can be specified -as a part of preamble using ':'. The shape of dashed lines may -be controlled through style parameters or optional arguments. -The package is compatible with array and colortab. - -%package arydshln-doc -Summary: Documentation for arydshln -Version: svn50084 -Provides: tex-arydshln-doc -AutoReqProv: No - -%description arydshln-doc -Documentation for arydshln - -%package asaetr -Provides: tex-asaetr = %{tl_version} -License: Public Domain -Summary: Transactions of the ASAE -Version: svn15878.1.0a -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(asaesub.sty) = %{tl_version} -Provides: tex(asaetr.cls) = %{tl_version} -Provides: tex(asaetr.sty) = %{tl_version} - -%description asaetr -A class and BibTeX style for submissions to the Transactions of -the American Society of Agricultural Engineers. Also included -is the Metafont source of a slanted Computer Modern Caps and -Small Caps font. - -%package asaetr-doc -Summary: Documentation for asaetr -Version: svn15878.1.0a -Provides: tex-asaetr-doc -AutoReqProv: No - -%description asaetr-doc -Documentation for asaetr - -%package asana-math -Provides: tex-asana-math = %{tl_version} -License: OFL -Summary: A font to typeset maths in Xe(La)TeX and Lua(La)TeX -Version: svn50999 -Requires: texlive-base -Provides: texlive-Asana-Math = %{tl_version} -Obsoletes: texlive-Asana-Math < %{tl_version} -Obsoletes: texlive-Asana-Math-fedora-fonts < %{tl_version} -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(Asana-Math.otf) = %{tl_version} - -%description asana-math -The Asana-Math font is an OpenType font that includes almost -all mathematical Unicode symbols and it can be used to typeset -mathematical text with any software that can understand the -MATH OpenType table (e.g., XeTeX 0.997 and Microsoft Word -2007). The font is beta software. Typesetting support for use -with LaTeX is provided by the fontspec and unicode-math -packages. - -%package asana-math-doc -Summary: Documentation for asana-math -Version: svn50999 -Provides: tex-asana-math-doc -AutoReqProv: No - -%description asana-math-doc -Documentation for asana-math - -%package ascelike -Provides: tex-ascelike = %{tl_version} -License: LPPL -Summary: Bibliography style for the ASCE -Version: svn29129.2.3 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(endfloat.sty) -Requires: tex(setspace.sty) -Requires: tex(lineno.sty) -Provides: tex(ascelike.cls) = %{tl_version} - -%description ascelike -A document class and bibliographic style that prepares -documents in the style required by the American Society of -Civil Engineers (ASCE). These are unofficial files, not -sanctioned by that organization, and the files specifically -give this caveat. Also included is a short -documentation/example of how to use the class. - -%package ascelike-doc -Summary: Documentation for ascelike -Version: svn29129.2.3 -Provides: tex-ascelike-doc -AutoReqProv: No - -%description ascelike-doc -Documentation for ascelike - -%package ascii-chart-doc -Summary: Documentation for ascii-chart -Version: svn20536.0 -Provides: tex-ascii-chart-doc -AutoReqProv: No - -%description ascii-chart-doc -Documentation for ascii-chart - -%package ascii-font -Provides: tex-ascii-font = %{tl_version} -License: LPPL -Summary: Use the ASCII "font" in LaTeX -Version: svn29989.2.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xspace.sty) -Provides: tex(ascii.map) = %{tl_version} -Provides: tex(ASCII.tfm) = %{tl_version} -Provides: tex(ASCII.pfb) = %{tl_version} -Provides: tex(ascii.sty) = %{tl_version} - -%description ascii-font -The package provides glyph and font access commands so that -LaTeX users can use the ASCII glyphs in their documents. The -ASCII font is encoded according to the IBM PC Code Page 437 C0 -Graphics. This package replaces any early LaTeX 2.09 package -and "font" by R. Ramasubramanian and R.W.D. Nickalls. - -%package ascii-font-doc -Summary: Documentation for ascii-font -Version: svn29989.2.0 -Provides: tex-ascii-font-doc -AutoReqProv: No - -%description ascii-font-doc -Documentation for ascii-font - -%package askmaps -Provides: tex-askmaps = %{tl_version} -License: LPPL -Summary: Typeset American style Karnaugh maps -Version: svn32320.0.1 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pict2e.sty) -Provides: tex(askmaps.sty) = %{tl_version} - -%description askmaps -The package provides 2, 3, 4 and 5 variable Karnaugh maps, in -the style used in numerous textbooks on digital design. The -package draws K-maps where the most significant input variables -are placed on top of the columns and the least significant -variables are placed left of the rows. - -%package askmaps-doc -Summary: Documentation for askmaps -Version: svn32320.0.1 -Provides: tex-askmaps-doc -AutoReqProv: No - -%description askmaps-doc -Documentation for askmaps - -%package aspectratio -Provides: tex-aspectratio = %{tl_version} -License: LPPL -Summary: Capital A and capital R ligature for Aspect Ratio -Version: svn25243.2.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(aspectratio.map) = %{tl_version} -Provides: tex(amarbi.tfm) = %{tl_version} -Provides: tex(amarri.tfm) = %{tl_version} -Provides: tex(aparbi.tfm) = %{tl_version} -Provides: tex(aparri.tfm) = %{tl_version} -Provides: tex(ar10.tfm) = %{tl_version} -Provides: tex(ar12.tfm) = %{tl_version} -Provides: tex(ar5.tfm) = %{tl_version} -Provides: tex(ar6.tfm) = %{tl_version} -Provides: tex(ar7.tfm) = %{tl_version} -Provides: tex(ar8.tfm) = %{tl_version} -Provides: tex(ar9.tfm) = %{tl_version} -Provides: tex(arb10.tfm) = %{tl_version} -Provides: tex(arb12.tfm) = %{tl_version} -Provides: tex(arb5.tfm) = %{tl_version} -Provides: tex(arb6.tfm) = %{tl_version} -Provides: tex(arb7.tfm) = %{tl_version} -Provides: tex(arb8.tfm) = %{tl_version} -Provides: tex(arb9.tfm) = %{tl_version} -Provides: tex(arssbi10.tfm) = %{tl_version} -Provides: tex(arssi10.tfm) = %{tl_version} -Provides: tex(artti10.tfm) = %{tl_version} -Provides: tex(amarbi.pfb) = %{tl_version} -Provides: tex(amarri.pfb) = %{tl_version} -Provides: tex(ar10.pfb) = %{tl_version} -Provides: tex(ar12.pfb) = %{tl_version} -Provides: tex(ar5.pfb) = %{tl_version} -Provides: tex(ar6.pfb) = %{tl_version} -Provides: tex(ar7.pfb) = %{tl_version} -Provides: tex(ar8.pfb) = %{tl_version} -Provides: tex(ar9.pfb) = %{tl_version} -Provides: tex(arb10.pfb) = %{tl_version} -Provides: tex(arb12.pfb) = %{tl_version} -Provides: tex(arb5.pfb) = %{tl_version} -Provides: tex(arb6.pfb) = %{tl_version} -Provides: tex(arb7.pfb) = %{tl_version} -Provides: tex(arb8.pfb) = %{tl_version} -Provides: tex(arb9.pfb) = %{tl_version} -Provides: tex(arssbi10.pfb) = %{tl_version} -Provides: tex(arssi10.pfb) = %{tl_version} -Provides: tex(artti10.pfb) = %{tl_version} -Provides: tex(ar.sty) = %{tl_version} - -%description aspectratio -The package provides fonts (both as Adobe Type 1 format, and as -Metafont source) for the 'AR' symbol (for Aspect Ratio) used by -aeronautical scientists and engineers. Note that the package -supersedes the package ar - -%package aspectratio-doc -Summary: Documentation for aspectratio -Version: svn25243.2.0 -Provides: tex-aspectratio-doc -AutoReqProv: No - -%description aspectratio-doc -Documentation for aspectratio - -%package assignment -Provides: tex-assignment = %{tl_version} -License: LPPL -Summary: A class file for typesetting homework and lab assignments -Version: svn20431.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Provides: tex(assignment.cls) = %{tl_version} - -%description assignment -A class file for typesetting homework and lab assignments. - -%package assignment-doc -Summary: Documentation for assignment -Version: svn20431.0 -Provides: tex-assignment-doc -AutoReqProv: No - -%description assignment-doc -Documentation for assignment - -%package assoccnt -Provides: tex-assoccnt = %{tl_version} -License: LPPL 1.3 -Summary: Associate counters, making them step when a master steps -Version: svn38497 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xcolor.sty) -Requires: tex(etoolbox.sty) -Requires: tex(xkeyval.sty) -Requires: tex(xstring.sty) -Provides: tex(assoccnt.sty) = %{tl_version} - -%description assoccnt -The package provides the means of declaring a set of counters -to be stepped, each time some 'master' counter is stepped. - -%package assoccnt-doc -Summary: Documentation for assoccnt -Version: svn38497 -Provides: tex-assoccnt-doc -AutoReqProv: No - -%description assoccnt-doc -Documentation for assoccnt - -%package astro -Provides: tex-astro = %{tl_version} -License: LPPL -Summary: Astronomical (planetary) symbols -Version: svn15878.2.20 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(astrosym.tfm) = %{tl_version} - -%description astro -Astrosym is a font containing astronomical symbols, including -those used for the planets, four planetoids, the phases of the -moon, the signs of the zodiac, and some additional symbols. The -font is distributed as Metafont source. - -%package astro-doc -Summary: Documentation for astro -Version: svn15878.2.20 -Provides: tex-astro-doc -AutoReqProv: No - -%description astro-doc -Documentation for astro - -%package asyfig -Provides: tex-asyfig = %{tl_version} -License: LPPL -Summary: Commands for using Asymptote figures -Version: svn17512.0.1c -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifpdf.sty) -Requires: tex(ifmtarg.sty) -Provides: tex(asyalign.sty) = %{tl_version} -Provides: tex(asyfig.sty) = %{tl_version} -Provides: tex(asyprocess.sty) = %{tl_version} - -%description asyfig -The package provides a means of reading Asymptote figures from -separate files, rather than within the document, as is standard -in the asymptote package, which is provided as part of the -Asymptote bundle. The asymptote way can prove cumbersome in a -large document; the present package allows the user to process -one picture at a time, in simple test documents, and then to -migrate (with no fuss) to their use in the target document. - -%package asyfig-doc -Summary: Documentation for asyfig -Version: svn17512.0.1c -Provides: tex-asyfig-doc -AutoReqProv: No - -%description asyfig-doc -Documentation for asyfig - -%package asypictureb -Provides: tex-asypictureb = %{tl_version} -License: LPPL 1.3 -Summary: User-friendly integration of Asymptote into LaTeX -Version: svn33490.0.3 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fancyvrb.sty) -Requires: tex(graphicx.sty) -Requires: tex(pgfkeys.sty) -Requires: tex(ifplatform.sty) -Requires: tex(verbatimcopy.sty) -Provides: tex(asypictureB.sty) = %{tl_version} - -%description asypictureb -The package is an unofficial alternative to the package -provided with the Asymptote distribution, for including -pictures within a LaTeX source file. While it does not -duplicate all the features of the official package, this -package is more user-friendly in several ways. Most notably, -Asymptote errors are repackaged as LaTeX errors, making -debugging less of a pain. It also has a more robust mechanism -for identifying unchanged pictures that need not be recompiled. - -%package asypictureb-doc -Summary: Documentation for asypictureb -Version: svn33490.0.3 -Provides: tex-asypictureb-doc -AutoReqProv: No - -%description asypictureb-doc -Documentation for asypictureb %package attachfile -Provides: tex-attachfile = %{tl_version} +Provides: tex-attachfile = %{epoch}:%{source_date}-%{release} +Provides: tex-attachfile-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-attachfile-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-attachfile-doc < %{tl_epoch}:%{source_date} License: LPPL 1.3 Summary: Attach arbitrary files to a PDF document -Version: svn42099 +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-kpathsea Requires: tex(ifpdf.sty) Requires: tex(keyval.sty) Requires: tex(calc.sty) Requires: tex(color.sty) Requires: tex(hyperref.sty) -Provides: tex(attachfile.sty) = %{tl_version} +Provides: tex(attachfile.sty) = %{epoch}:%{source_date}-%{release} %description attachfile Starting with PDF 1.3 (Adobe Acrobat 4.0), PDF files can @@ -13294,669 +2738,186 @@ customize their appearance in the enclosing document. The package supports the Created, Modified, and Size keys in the EmbeddedFile's Params dictionary. -%package attachfile-doc -Summary: Documentation for attachfile -Version: svn42099 -Provides: tex-attachfile-doc -AutoReqProv: No - -%description attachfile-doc -Documentation for attachfile - -%package augie -Provides: tex-augie = %{tl_version} -License: LPPL -Summary: Calligraphic font for typesetting handwriting -Version: svn18948.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(augie.map) = %{tl_version} -Provides: tex(augie7t.tfm) = %{tl_version} -Provides: tex(augie8c.tfm) = %{tl_version} -Provides: tex(augie8r.tfm) = %{tl_version} -Provides: tex(augie8t.tfm) = %{tl_version} -Provides: tex(augie___.tfm) = %{tl_version} -Provides: tex(augie___.pfb) = %{tl_version} -Provides: tex(augie7t.vf) = %{tl_version} -Provides: tex(augie8c.vf) = %{tl_version} -Provides: tex(augie8t.vf) = %{tl_version} -Provides: tex(ot1augie.fd) = %{tl_version} -Provides: tex(t1augie.fd) = %{tl_version} -Provides: tex(ts1augie.fd) = %{tl_version} - -%description augie -A calligraphic font for simulating American-style informal -handwriting. The font is distributed in Adobe Type 1 format. - -%package augie-doc -Summary: Documentation for augie -Version: svn18948.0 -Provides: tex-augie-doc -AutoReqProv: No - -%description augie-doc -Documentation for augie - -%package auncial-new -Provides: tex-auncial-new = %{tl_version} -License: LPPL -Summary: Artificial Uncial font and LaTeX support macros -Version: svn15878.2.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(auncial.map) = %{tl_version} -Provides: tex(auncl10.tfm) = %{tl_version} -Provides: tex(aunclb10.tfm) = %{tl_version} -Provides: tex(auncl10.pfb) = %{tl_version} -Provides: tex(aunclb10.pfb) = %{tl_version} -Provides: tex(allauncl.sty) = %{tl_version} -Provides: tex(auncial.sty) = %{tl_version} -Provides: tex(b1auncl.fd) = %{tl_version} - -%description auncial-new -The auncial-new bundle provides packages and fonts for a script -based on the Artificial Uncial manuscript book-hand used -between the 6th & 10th century AD. The script consists of -minuscules and digits, with some appropriate period punctuation -marks. Both normal and bold versions are provided, and the font -is distributed in Adobe Type 1 format. This is an experimental -new version of the auncial bundle, which is one of a series of -bookhand fonts. The font follows the B1 encoding developed for -bookhands. Access to the encoding is essential. The encoding -mainly follows the standard T1 encoding. - -%package auncial-new-doc -Summary: Documentation for auncial-new -Version: svn15878.2.0 -Provides: tex-auncial-new-doc -AutoReqProv: No - -%description auncial-new-doc -Documentation for auncial-new - -%package aurical -Provides: tex-aurical = %{tl_version} -License: LPPL -Summary: Calligraphic fonts for use with LaTeX in T1 encoding -Version: svn15878.1.5 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(aurical.map) = %{tl_version} -Provides: tex(AmiciLogo.tfm) = %{tl_version} -Provides: tex(AmiciLogoBold.tfm) = %{tl_version} -Provides: tex(AmiciLogoBoldRslant.tfm) = %{tl_version} -Provides: tex(AmiciLogoBoldSlant.tfm) = %{tl_version} -Provides: tex(AmiciLogoRslant.tfm) = %{tl_version} -Provides: tex(AmiciLogoSlant.tfm) = %{tl_version} -Provides: tex(AuriocusKalligraphicus.tfm) = %{tl_version} -Provides: tex(AuriocusKalligraphicusBold.tfm) = %{tl_version} -Provides: tex(AuriocusKalligraphicusBoldRslant.tfm) = %{tl_version} -Provides: tex(AuriocusKalligraphicusBoldSlant.tfm) = %{tl_version} -Provides: tex(AuriocusKalligraphicusRslant.tfm) = %{tl_version} -Provides: tex(AuriocusKalligraphicusSlant.tfm) = %{tl_version} -Provides: tex(JanaSkrivana.tfm) = %{tl_version} -Provides: tex(JanaSkrivanaBold.tfm) = %{tl_version} -Provides: tex(JanaSkrivanaBoldRslant.tfm) = %{tl_version} -Provides: tex(JanaSkrivanaBoldSlant.tfm) = %{tl_version} -Provides: tex(JanaSkrivanaRslant.tfm) = %{tl_version} -Provides: tex(JanaSkrivanaSlant.tfm) = %{tl_version} -Provides: tex(LukasSvatba.tfm) = %{tl_version} -Provides: tex(LukasSvatbaBold.tfm) = %{tl_version} -Provides: tex(LukasSvatbaBoldRslant.tfm) = %{tl_version} -Provides: tex(LukasSvatbaBoldSlant.tfm) = %{tl_version} -Provides: tex(LukasSvatbaRslant.tfm) = %{tl_version} -Provides: tex(LukasSvatbaSlant.tfm) = %{tl_version} -Provides: tex(AmiciLogo.pfb) = %{tl_version} -Provides: tex(AmiciLogoBold.pfb) = %{tl_version} -Provides: tex(AmiciLogoBoldRslant.pfb) = %{tl_version} -Provides: tex(AmiciLogoBoldSlant.pfb) = %{tl_version} -Provides: tex(AmiciLogoRslant.pfb) = %{tl_version} -Provides: tex(AmiciLogoSlant.pfb) = %{tl_version} -Provides: tex(AuriocusKalligraphicus.pfb) = %{tl_version} -Provides: tex(AuriocusKalligraphicusBold.pfb) = %{tl_version} -Provides: tex(AuriocusKalligraphicusBoldRslant.pfb) = %{tl_version} -Provides: tex(AuriocusKalligraphicusBoldSlant.pfb) = %{tl_version} -Provides: tex(AuriocusKalligraphicusRslant.pfb) = %{tl_version} -Provides: tex(AuriocusKalligraphicusSlant.pfb) = %{tl_version} -Provides: tex(JanaSkrivana.pfb) = %{tl_version} -Provides: tex(JanaSkrivanaBold.pfb) = %{tl_version} -Provides: tex(JanaSkrivanaBoldRslant.pfb) = %{tl_version} -Provides: tex(JanaSkrivanaBoldSlant.pfb) = %{tl_version} -Provides: tex(JanaSkrivanaRslant.pfb) = %{tl_version} -Provides: tex(JanaSkrivanaSlant.pfb) = %{tl_version} -Provides: tex(LukasSvatba.pfb) = %{tl_version} -Provides: tex(LukasSvatbaBold.pfb) = %{tl_version} -Provides: tex(LukasSvatbaBoldRslant.pfb) = %{tl_version} -Provides: tex(LukasSvatbaBoldSlant.pfb) = %{tl_version} -Provides: tex(LukasSvatbaRslant.pfb) = %{tl_version} -Provides: tex(LukasSvatbaSlant.pfb) = %{tl_version} -Provides: tex(T1AmiciLogo.fd) = %{tl_version} -Provides: tex(T1AuriocusKalligraphicus.fd) = %{tl_version} -Provides: tex(T1JanaSkrivana.fd) = %{tl_version} -Provides: tex(T1LukasSvatba.fd) = %{tl_version} -Provides: tex(aurical.sty) = %{tl_version} - -%description aurical -The package that implements a set (AuriocusKalligraphicus) of -three calligraphic fonts derived from the author's handwriting -in Adobe Type 1 Format, T1 encoding for use with LaTeX: -Auriocus Kalligraphicus; Lukas Svatba; and Jana Skrivana. Each -font features oldstyle digits and (machine-generated) boldface -and slanted versions. A variant of Lukas Svatba offers a 'long -s'. - -%package aurical-doc -Summary: Documentation for aurical -Version: svn15878.1.5 -Provides: tex-aurical-doc -AutoReqProv: No - -%description aurical-doc -Documentation for aurical - -%package authoraftertitle -Provides: tex-authoraftertitle = %{tl_version} -License: Public Domain -Summary: Make author, etc., available after \maketitle -Version: svn24863.0.9 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(authoraftertitle.sty) = %{tl_version} - -%description authoraftertitle -This jiffy package makes the author, title and date of the -package available to the user (as \MyAuthor, etc) after the -\maketitle command has been executed. - -%package authoraftertitle-doc -Summary: Documentation for authoraftertitle -Version: svn24863.0.9 -Provides: tex-authoraftertitle-doc -AutoReqProv: No - -%description authoraftertitle-doc -Documentation for authoraftertitle - -%package autoarea -Provides: tex-autoarea = %{tl_version} -License: LPPL -Summary: Automatic computation of bounding boxes with PiCTeX -Version: svn15878.0.3a -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(autoarea.sty) = %{tl_version} - -%description autoarea -This package makes PiCTeX recognize lines and arcs in -determining the "bounding box" of a picture. (PiCTeX so far -accounted for put commands only). The "bounding box" is -essential for proper placement of a picture between running -text and margins and for keeping the running text away. - -%package autoarea-doc -Summary: Documentation for autoarea -Version: svn15878.0.3a -Provides: tex-autoarea-doc -AutoReqProv: No - -%description autoarea-doc -Documentation for autoarea - -%package automata -Provides: tex-automata = %{tl_version} -License: LPPL -Summary: Finite state machines, graphs and trees in MetaPost -Version: svn19717.0.3 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description automata -The package offers a collection of macros for MetaPost to make -easier to draw finite-state machines, automata, labelled -graphs, etc. The user defines nodes, which may be isolated or -arranged into matrices or trees; edges connect pairs of nodes -through arbitrary paths. Parameters, that specify the shapes of -nodes and the styles of edges, may be adjusted. - -%package automata-doc -Summary: Documentation for automata -Version: svn19717.0.3 -Provides: tex-automata-doc -AutoReqProv: No - -%description automata-doc -Documentation for automata - -%package autonum -Provides: tex-autonum = %{tl_version} -License: LPPL 1.3 -Summary: Automatic equation references -Version: svn36084.0.3.11 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(etoolbox.sty) -Requires: tex(etextools.sty) -Requires: tex(amsmath.sty) -Requires: tex(textpos.sty) -Requires: tex(letltxmacro.sty) -Provides: tex(autonum.sty) = %{tl_version} - -%description autonum -The package arranges that equation numbers are applied only to -those equations that are referenced. This operation is similar -to the showonlyrefs option of the package mathtools. - -%package autonum-doc -Summary: Documentation for autonum -Version: svn36084.0.3.11 -Provides: tex-autonum-doc -AutoReqProv: No - -%description autonum-doc -Documentation for autonum - -%package autopdf -Provides: tex-autopdf = %{tl_version} -License: LPPL 1.2 -Summary: Conversion of graphics to pdfLaTeX-compatible formats -Version: svn32377.1.1 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(keyval.sty) -Requires: tex(ifthen.sty) -Requires: tex(ifpdf.sty) -Requires: tex(ifplatform.sty) -Requires: tex(graphicx.sty) -Provides: tex(autopdf.sty) = %{tl_version} - -%description autopdf -The package facilitates the on-the-fly conversion of various -graphics formats to formats supported by pdfLaTeX (e.g. PDF). -It uses a range of external programs, and therefore requires -that the LaTeX run starts with write18 enabled. - -%package autopdf-doc -Summary: Documentation for autopdf -Version: svn32377.1.1 -Provides: tex-autopdf-doc -AutoReqProv: No - -%description autopdf-doc -Documentation for autopdf - -%package auto-pst-pdf -Provides: tex-auto-pst-pdf = %{tl_version} -License: LPPL -Summary: Wrapper for pst-pdf (with some psfrag features) -Version: svn52849 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-ifplatform -Requires: texlive-iftex -Requires: texlive-xkeyval -Provides: tex(auto-pst-pdf.sty) = %{tl_version} - -%description auto-pst-pdf -The package uses --shell-escape to execute pst-pdf when -necessary. This makes it especially easy to integrate into the -workflow of an editor with just "LaTeX" and "pdfLaTeX" buttons. -Wrappers are provided for various psfrag-related features so -that Matlab figures via laprint, Mathematica figures via -MathPSfrag, and regular psfrag figures can all be input -consistently and easily. - -%package auto-pst-pdf-doc -Summary: Documentation for auto-pst-pdf -Version: svn52849 -Provides: tex-auto-pst-pdf-doc -AutoReqProv: No - -%description auto-pst-pdf-doc -Documentation for auto-pst-pdf %package avantgar -Provides: tex-avantgar = %{tl_version} +Provides: tex-avantgar = %{epoch}:%{source_date}-%{release} License: GPL+ Summary: URW "Base 35" font pack for LaTeX -Version: svn31835.0 +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(uag.map) = %{tl_version} -Provides: tex(pagd.tfm) = %{tl_version} -Provides: tex(pagd7t.tfm) = %{tl_version} -Provides: tex(pagd8c.tfm) = %{tl_version} -Provides: tex(pagd8r.tfm) = %{tl_version} -Provides: tex(pagd8t.tfm) = %{tl_version} -Provides: tex(pagdc.tfm) = %{tl_version} -Provides: tex(pagdc7t.tfm) = %{tl_version} -Provides: tex(pagdc8t.tfm) = %{tl_version} -Provides: tex(pagdo.tfm) = %{tl_version} -Provides: tex(pagdo7t.tfm) = %{tl_version} -Provides: tex(pagdo8c.tfm) = %{tl_version} -Provides: tex(pagdo8r.tfm) = %{tl_version} -Provides: tex(pagdo8t.tfm) = %{tl_version} -Provides: tex(pagk.tfm) = %{tl_version} -Provides: tex(pagk7t.tfm) = %{tl_version} -Provides: tex(pagk8c.tfm) = %{tl_version} -Provides: tex(pagk8r.tfm) = %{tl_version} -Provides: tex(pagk8t.tfm) = %{tl_version} -Provides: tex(pagkc.tfm) = %{tl_version} -Provides: tex(pagkc7t.tfm) = %{tl_version} -Provides: tex(pagkc8t.tfm) = %{tl_version} -Provides: tex(pagko.tfm) = %{tl_version} -Provides: tex(pagko7t.tfm) = %{tl_version} -Provides: tex(pagko8c.tfm) = %{tl_version} -Provides: tex(pagko8r.tfm) = %{tl_version} -Provides: tex(pagko8t.tfm) = %{tl_version} -Provides: tex(uagb7t.tfm) = %{tl_version} -Provides: tex(uagb8c.tfm) = %{tl_version} -Provides: tex(uagb8r.tfm) = %{tl_version} -Provides: tex(uagb8t.tfm) = %{tl_version} -Provides: tex(uagbc7t.tfm) = %{tl_version} -Provides: tex(uagbc8t.tfm) = %{tl_version} -Provides: tex(uagbi7t.tfm) = %{tl_version} -Provides: tex(uagbi8c.tfm) = %{tl_version} -Provides: tex(uagbi8r.tfm) = %{tl_version} -Provides: tex(uagbi8t.tfm) = %{tl_version} -Provides: tex(uagbo7t.tfm) = %{tl_version} -Provides: tex(uagbo8c.tfm) = %{tl_version} -Provides: tex(uagbo8r.tfm) = %{tl_version} -Provides: tex(uagbo8t.tfm) = %{tl_version} -Provides: tex(uagd7t.tfm) = %{tl_version} -Provides: tex(uagd8c.tfm) = %{tl_version} -Provides: tex(uagd8r.tfm) = %{tl_version} -Provides: tex(uagd8t.tfm) = %{tl_version} -Provides: tex(uagdc7t.tfm) = %{tl_version} -Provides: tex(uagdc8t.tfm) = %{tl_version} -Provides: tex(uagdo7t.tfm) = %{tl_version} -Provides: tex(uagdo8c.tfm) = %{tl_version} -Provides: tex(uagdo8r.tfm) = %{tl_version} -Provides: tex(uagdo8t.tfm) = %{tl_version} -Provides: tex(uagk7t.tfm) = %{tl_version} -Provides: tex(uagk8c.tfm) = %{tl_version} -Provides: tex(uagk8r.tfm) = %{tl_version} -Provides: tex(uagk8t.tfm) = %{tl_version} -Provides: tex(uagkc7t.tfm) = %{tl_version} -Provides: tex(uagkc8t.tfm) = %{tl_version} -Provides: tex(uagko7t.tfm) = %{tl_version} -Provides: tex(uagko8c.tfm) = %{tl_version} -Provides: tex(uagko8r.tfm) = %{tl_version} -Provides: tex(uagko8t.tfm) = %{tl_version} -Provides: tex(uagr7t.tfm) = %{tl_version} -Provides: tex(uagr8c.tfm) = %{tl_version} -Provides: tex(uagr8r.tfm) = %{tl_version} -Provides: tex(uagr8t.tfm) = %{tl_version} -Provides: tex(uagrc7t.tfm) = %{tl_version} -Provides: tex(uagrc8t.tfm) = %{tl_version} -Provides: tex(uagri7t.tfm) = %{tl_version} -Provides: tex(uagri8c.tfm) = %{tl_version} -Provides: tex(uagri8r.tfm) = %{tl_version} -Provides: tex(uagri8t.tfm) = %{tl_version} -Provides: tex(uagro7t.tfm) = %{tl_version} -Provides: tex(uagro8c.tfm) = %{tl_version} -Provides: tex(uagro8r.tfm) = %{tl_version} -Provides: tex(uagro8t.tfm) = %{tl_version} -Provides: tex(uagd8a.pfb) = %{tl_version} -Provides: tex(uagdo8a.pfb) = %{tl_version} -Provides: tex(uagk8a.pfb) = %{tl_version} -Provides: tex(uagko8a.pfb) = %{tl_version} -Provides: tex(pagd.vf) = %{tl_version} -Provides: tex(pagd7t.vf) = %{tl_version} -Provides: tex(pagd8c.vf) = %{tl_version} -Provides: tex(pagd8t.vf) = %{tl_version} -Provides: tex(pagdc.vf) = %{tl_version} -Provides: tex(pagdc7t.vf) = %{tl_version} -Provides: tex(pagdc8t.vf) = %{tl_version} -Provides: tex(pagdo.vf) = %{tl_version} -Provides: tex(pagdo7t.vf) = %{tl_version} -Provides: tex(pagdo8c.vf) = %{tl_version} -Provides: tex(pagdo8t.vf) = %{tl_version} -Provides: tex(pagk.vf) = %{tl_version} -Provides: tex(pagk7t.vf) = %{tl_version} -Provides: tex(pagk8c.vf) = %{tl_version} -Provides: tex(pagk8t.vf) = %{tl_version} -Provides: tex(pagkc.vf) = %{tl_version} -Provides: tex(pagkc7t.vf) = %{tl_version} -Provides: tex(pagkc8t.vf) = %{tl_version} -Provides: tex(pagko.vf) = %{tl_version} -Provides: tex(pagko7t.vf) = %{tl_version} -Provides: tex(pagko8c.vf) = %{tl_version} -Provides: tex(pagko8t.vf) = %{tl_version} -Provides: tex(uagb7t.vf) = %{tl_version} -Provides: tex(uagb8c.vf) = %{tl_version} -Provides: tex(uagb8t.vf) = %{tl_version} -Provides: tex(uagbc7t.vf) = %{tl_version} -Provides: tex(uagbc8t.vf) = %{tl_version} -Provides: tex(uagbi7t.vf) = %{tl_version} -Provides: tex(uagbi8c.vf) = %{tl_version} -Provides: tex(uagbi8t.vf) = %{tl_version} -Provides: tex(uagbo7t.vf) = %{tl_version} -Provides: tex(uagbo8c.vf) = %{tl_version} -Provides: tex(uagbo8t.vf) = %{tl_version} -Provides: tex(uagd7t.vf) = %{tl_version} -Provides: tex(uagd8c.vf) = %{tl_version} -Provides: tex(uagd8t.vf) = %{tl_version} -Provides: tex(uagdc7t.vf) = %{tl_version} -Provides: tex(uagdc8t.vf) = %{tl_version} -Provides: tex(uagdo7t.vf) = %{tl_version} -Provides: tex(uagdo8c.vf) = %{tl_version} -Provides: tex(uagdo8t.vf) = %{tl_version} -Provides: tex(uagk7t.vf) = %{tl_version} -Provides: tex(uagk8c.vf) = %{tl_version} -Provides: tex(uagk8t.vf) = %{tl_version} -Provides: tex(uagkc7t.vf) = %{tl_version} -Provides: tex(uagkc8t.vf) = %{tl_version} -Provides: tex(uagko7t.vf) = %{tl_version} -Provides: tex(uagko8c.vf) = %{tl_version} -Provides: tex(uagko8t.vf) = %{tl_version} -Provides: tex(uagr7t.vf) = %{tl_version} -Provides: tex(uagr8c.vf) = %{tl_version} -Provides: tex(uagr8t.vf) = %{tl_version} -Provides: tex(uagrc7t.vf) = %{tl_version} -Provides: tex(uagrc8t.vf) = %{tl_version} -Provides: tex(uagri7t.vf) = %{tl_version} -Provides: tex(uagri8c.vf) = %{tl_version} -Provides: tex(uagri8t.vf) = %{tl_version} -Provides: tex(uagro7t.vf) = %{tl_version} -Provides: tex(uagro8c.vf) = %{tl_version} -Provides: tex(uagro8t.vf) = %{tl_version} -Provides: tex(8ruag.fd) = %{tl_version} -Provides: tex(omluag.fd) = %{tl_version} -Provides: tex(omsuag.fd) = %{tl_version} -Provides: tex(ot1uag.fd) = %{tl_version} -Provides: tex(t1uag.fd) = %{tl_version} -Provides: tex(ts1uag.fd) = %{tl_version} +Requires: tex-kpathsea +Provides: tex(uag.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(pagd.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pagd7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pagd8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pagd8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pagd8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pagdc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pagdc7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pagdc8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pagdo.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pagdo7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pagdo8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pagdo8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pagdo8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pagk.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pagk7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pagk8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pagk8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pagk8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pagkc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pagkc7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pagkc8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pagko.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pagko7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pagko8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pagko8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pagko8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagb7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagb8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagb8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagb8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagbc7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagbc8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagbi7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagbi8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagbi8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagbi8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagbo7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagbo8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagbo8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagbo8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagd7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagd8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagd8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagd8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagdc7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagdc8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagdo7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagdo8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagdo8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagdo8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagk7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagk8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagk8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagk8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagkc7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagkc8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagko7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagko8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagko8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagko8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagr7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagr8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagr8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagr8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagrc7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagrc8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagri7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagri8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagri8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagri8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagro7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagro8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagro8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagro8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagd8a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagdo8a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagk8a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagko8a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(pagd.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pagd7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pagd8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pagd8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pagdc.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pagdc7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pagdc8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pagdo.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pagdo7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pagdo8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pagdo8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pagk.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pagk7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pagk8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pagk8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pagkc.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pagkc7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pagkc8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pagko.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pagko7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pagko8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pagko8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagb7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagb8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagb8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagbc7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagbc8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagbi7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagbi8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagbi8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagbo7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagbo8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagbo8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagd7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagd8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagd8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagdc7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagdc8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagdo7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagdo8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagdo8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagk7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagk8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagk8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagkc7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagkc8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagko7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagko8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagko8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagr7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagr8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagr8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagrc7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagrc8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagri7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagri8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagri8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagro7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagro8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uagro8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(8ruag.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(omluag.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(omsuag.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot1uag.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1uag.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1uag.fd) = %{epoch}:%{source_date}-%{release} %description avantgar A set of fonts for use as "drop-in" replacements for Adobe's -basic set, comprising: Century Schoolbook (substituting for -Adobe's New Century Schoolbook); Dingbats (substituting for -Adobe's Zapf Dingbats); Nimbus Mono L (substituting for Abobe's -Courier); Nimbus Roman No9 L (substituting for Adobe's Times); -Nimbus Sans L (substituting for Adobe's Helvetica); Standard -Symbols L (substituting for Adobe's Symbol); URW Bookman; URW -Chancery L Medium Italic (substituting for Adobe's Zapf -Chancery); URW Gothic L Book (substituting for Adobe's Avant -Garde); and URW Palladio L (substituting for Adobe's Palatino). +basic set, comprising: - Century Schoolbook (substituting for +Adobe's New Century Schoolbook); - Dingbats (substituting for +Adobe's Zapf Dingbats); - Nimbus Mono L (substituting for +Abobe's Courier); - Nimbus Roman No9 L (substituting for +Adobe's Times); - Nimbus Sans L (substituting for Adobe's +Helvetica); - Standard Symbols L (substituting for Adobe's +Symbol); - URW Bookman; - URW Chancery L Medium Italic +(substituting for Adobe's Zapf Chancery); - URW Gothic L Book +(substituting for Adobe's Avant Garde); and - URW Palladio L +(substituting for Adobe's Palatino). -%package avremu -Provides: tex-avremu = %{tl_version} -License: LPPL 1.3 -Summary: An 8-Bit Microcontroller Simulator written in LaTeX -Version: svn35373.0.1 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(etoolbox.sty) -Requires: tex(tabularx.sty) -Requires: tex(kvoptions.sty) -Provides: tex(avr.binary.tex) = %{tl_version} -Provides: tex(avr.bitops.tex) = %{tl_version} -Provides: tex(avr.draw.tex) = %{tl_version} -Provides: tex(avr.instr.tex) = %{tl_version} -Provides: tex(avr.io.tex) = %{tl_version} -Provides: tex(avr.memory.tex) = %{tl_version} -Provides: tex(avr.numbers.tex) = %{tl_version} -Provides: tex(avr.testsuite.tex) = %{tl_version} -Provides: tex(avremu.sty) = %{tl_version} - -%description avremu -A fully working package to simulate a Microprocessor in pure -LaTeX. The simulator is able to calculate complex pictures, -like Mandelbrot sets. - -%package avremu-doc -Summary: Documentation for avremu -Version: svn35373.0.1 -Provides: tex-avremu-doc -AutoReqProv: No - -%description avremu-doc -Documentation for avremu - -%package b1encoding -Provides: tex-b1encoding = %{tl_version} -License: LPPL 1.3 -Summary: LaTeX encoding tools for Bookhands fonts -Version: svn21271.1.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(TeXB1.enc) = %{tl_version} -Provides: tex(b1cmr.fd) = %{tl_version} -Provides: tex(b1enc.def) = %{tl_version} - -%description b1encoding -The package characterises and defines the author's B1 encoding -for use with LaTeX when typesetting things using his Bookhands -fonts. - -%package b1encoding-doc -Summary: Documentation for b1encoding -Version: svn21271.1.0 -Provides: tex-b1encoding-doc -AutoReqProv: No - -%description b1encoding-doc -Documentation for b1encoding - -%package babel-albanian -Provides: tex-babel-albanian = %{tl_version} -License: LPPL -Summary: Support for Albanian within babel -Version: svn30254.1.0c -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(albanian.ldf) = %{tl_version} - -%description babel-albanian -The package provides support for typesetting Albanian (as part -of the babel system). - -%package babel-albanian-doc -Summary: Documentation for babel-albanian -Version: svn30254.1.0c -Provides: tex-babel-albanian-doc -AutoReqProv: No - -%description babel-albanian-doc -Documentation for babel-albanian - -%package babel-bahasa -Provides: tex-babel-bahasa = %{tl_version} -License: LPPL 1.3 -Summary: Support for Bahasa within babel -Version: svn30255.1.0l.metapackage -Requires: texlive-babel-indonesian -Requires: texlive-babel-malay - -%description babel-bahasa -This metapackage pulls in texlive-babel-indonesian and texlive-babel-malay. - -%package babel-bahasa-doc -Summary: Documentation for babel-bahasa -Version: svn30255.1.0l.metapackage -Provides: tex-babel-bahasa-doc -Requires: texlive-babel-indonesian-doc -Requires: texlive-babel-malay-doc - -%description babel-bahasa-doc -Metapackage, pulls in texlive-babel-indonesian-doc and texlive-babel-malay-doc. - -%package babel-indonesian -Provides: tex-babel-indonesian = %{tl_version} -License: LPPL 1.3 -Summary: Support for Indonesian within babel -Version: svn43235 -Requires: texlive-base -Requires: texlive-kpathsea -Provides: tex(bahasa.ldf) = %{tl_version} -Provides: tex(bahasai.ldf) = %{tl_version} -Provides: tex(indon.ldf) = %{tl_version} -Provides: tex(indonesian.ldf) = %{tl_version} - -%description babel-indonesian -Support for Indonesian within babel. - -%package babel-indonesian-doc -Summary: Documentation for babel-indonesian -Version: svn43235 -Provides: tex-babel-indonesian-doc - -%description babel-indonesian-doc -Documentation for babel-indonesian. - -%package babel-malay -Provides: tex-babel-malay = %{tl_version} -License: LPPL 1.3 -Summary: Support for Malay within babel -Version: svn43234 -Requires: texlive-base -Requires: texlive-kpathsea -Provides: tex(bahasam.ldf) = %{tl_version} -Provides: tex(malay.ldf) = %{tl_version} -Provides: tex(melayu.ldf) = %{tl_version} -Provides: tex(meyalu.ldf) = %{tl_version} - -%description babel-malay -Support for Malay within babel. - -%package babel-malay-doc -Summary: Documentation for babel-malay -Version: svn43234 -Provides: tex-babel-malay-doc - -%description babel-malay-doc -Documentation for babel-malay. - -%package babel-basque -Provides: tex-babel-basque = %{tl_version} -License: LPPL 1.3 -Summary: Babel contributed support for Basque -Version: svn30256.1.0f -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(basque.ldf) = %{tl_version} - -%description babel-basque -The package establishes Basque conventions in a document. - -%package babel-basque-doc -Summary: Documentation for babel-basque -Version: svn30256.1.0f -Provides: tex-babel-basque-doc -AutoReqProv: No - -%description babel-basque-doc -Documentation for babel-basque %package babelbib -Provides: tex-babelbib = %{tl_version} +Provides: tex-babelbib = %{epoch}:%{source_date}-%{release} +Provides: tex-babelbib-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-babelbib-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-babelbib-doc < %{tl_epoch}:%{source_date} License: LPPL Summary: Multilingual bibliographies -Version: svn50354 +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-kpathsea Requires: tex(babel.sty) -Provides: tex(babelbib.sty) = %{tl_version} +Provides: tex(babelbib.sty) = %{epoch}:%{source_date}-%{release} %description babelbib This package enables to generate multilingual bibliographies in @@ -13966,3247 +2927,100 @@ bibliography can be typeset in a language chosen by the user. In addition, the package supports commands to change the typography of the bibliographies. -%package babelbib-doc -Summary: Documentation for babelbib -Version: svn50354 -Provides: tex-babelbib-doc -AutoReqProv: No - -%description babelbib-doc -Documentation for babelbib - -%package babel-bosnian -Provides: tex-babel-bosnian = %{tl_version} -License: LPPL 1.3 -Summary: Babel contrib support for Bosnian -Version: svn38174.1.1 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(bosnian.ldf) = %{tl_version} - -%description babel-bosnian -The package provides a language definition file that enables -support of Bosnian with babel. - -%package babel-bosnian-doc -Summary: Documentation for babel-bosnian -Version: svn38174.1.1 -Provides: tex-babel-bosnian-doc -AutoReqProv: No - -%description babel-bosnian-doc -Documentation for babel-bosnian - -%package babel-breton -Provides: tex-babel-breton = %{tl_version} -License: LPPL 1.3 -Summary: Babel contributed support for Breton -Version: svn30257.1.0h -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(breton.ldf) = %{tl_version} - -%description babel-breton -Breton (being, principally, a spoken language) does not have -typographic rules of its own; this package provides an -"appropriate" selection of French and British typographic -rules. - -%package babel-breton-doc -Summary: Documentation for babel-breton -Version: svn30257.1.0h -Provides: tex-babel-breton-doc -AutoReqProv: No - -%description babel-breton-doc -Documentation for babel-breton - -%package babel-bulgarian -Provides: tex-babel-bulgarian = %{tl_version} -License: LPPL 1.3 -Summary: Babel contributed support for Bulgarian -Version: svn31902.1.2g -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(bulgarian.ldf) = %{tl_version} - -%description babel-bulgarian -The package provides support for documents in Bulgarian (or -simply containing some Bulgarian text). - -%package babel-bulgarian-doc -Summary: Documentation for babel-bulgarian -Version: svn31902.1.2g -Provides: tex-babel-bulgarian-doc -AutoReqProv: No - -%description babel-bulgarian-doc -Documentation for babel-bulgarian - -%package babel-catalan -Provides: tex-babel-catalan = %{tl_version} -License: LPPL 1.3 -Summary: Babel contributed support for Catalan -Version: svn30259.2.2p -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(catalan.ldf) = %{tl_version} - -%description babel-catalan -The package establishes Catalan conventions in a document (or a -subset of the conventions, if Catalan is not the main language -of the document). - -%package babel-catalan-doc -Summary: Documentation for babel-catalan -Version: svn30259.2.2p -Provides: tex-babel-catalan-doc -AutoReqProv: No - -%description babel-catalan-doc -Documentation for babel-catalan - -%package babel-croatian -Provides: tex-babel-croatian = %{tl_version} -License: LPPL 1.3 -Summary: Babel contributed support for Croatian -Version: svn35198.1.3l -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(croatian.ldf) = %{tl_version} - -%description babel-croatian -The package establishes Croatian conventions in a document (or -a subset of the conventions, if Croatian is not the main -language of the document). - -%package babel-croatian-doc -Summary: Documentation for babel-croatian -Version: svn35198.1.3l -Provides: tex-babel-croatian-doc -AutoReqProv: No - -%description babel-croatian-doc -Documentation for babel-croatian - -%package babel-czech -Provides: tex-babel-czech = %{tl_version} -License: LPPL 1.3 -Summary: Babel support for Czech -Version: svn30261.3.1a -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(czech.ldf) = %{tl_version} -Provides: tex(czech.sty) = %{tl_version} - -%description babel-czech -The package provides the language definition file for support -of Czech in babel. Some shortcuts are defined, as well as -translations to Czech of standard "LaTeX names". - -%package babel-czech-doc -Summary: Documentation for babel-czech -Version: svn30261.3.1a -Provides: tex-babel-czech-doc -AutoReqProv: No - -%description babel-czech-doc -Documentation for babel-czech - -%package babel-danish -Provides: tex-babel-danish = %{tl_version} -License: LPPL 1.3 -Summary: Babel contributed support for Danish -Version: svn30262.1.3r -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(danish.ldf) = %{tl_version} - -%description babel-danish -The package provides a language definition, file for use with -babel, which establishes Danish conventions in a document (or a -subset of the conventions, if Danish is not the main language -of the document). - -%package babel-danish-doc -Summary: Documentation for babel-danish -Version: svn30262.1.3r -Provides: tex-babel-danish-doc -AutoReqProv: No - -%description babel-danish-doc -Documentation for babel-danish - -%package babel-dutch -Provides: tex-babel-dutch = %{tl_version} -License: LPPL 1.3 -Summary: Babel contributed support for Dutch -Version: svn30263.3.8i -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(dutch.ldf) = %{tl_version} - -%description babel-dutch -The package provides a language definition, file for use with -babel, which establishes Dutch conventions in a document (or a -subset of the conventions, if Dutch is not the main language of -the document). - -%package babel-dutch-doc -Summary: Documentation for babel-dutch -Version: svn30263.3.8i -Provides: tex-babel-dutch-doc -AutoReqProv: No - -%description babel-dutch-doc -Documentation for babel-dutch - -%package babel-english -Provides: tex-babel-english = %{tl_version} -License: LPPL 1.3 -Summary: Babel support for English -Version: svn44495 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(english.ldf) = %{tl_version} - -%description babel-english -The package provides the language definition file for support -of English in babel. Care is taken to select british -hyphenation patterns for British English and Australian text, -and default ('american') patterns for Canadian and USA text. - -%package babel-english-doc -Summary: Documentation for babel-english -Version: svn44495 -Provides: tex-babel-english-doc -AutoReqProv: No - -%description babel-english-doc -Documentation for babel-english - -%package babel-esperanto -Provides: tex-babel-esperanto = %{tl_version} -License: LPPL 1.3 -Summary: Babel support for Esperanto -Version: svn30265.1.4t -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(esperanto.ldf) = %{tl_version} - -%description babel-esperanto -The package provides the language definition file for support -of Esperanto in babel. Some shortcuts are defined, as well as -translations to Esperanto of standard "LaTeX names". - -%package babel-esperanto-doc -Summary: Documentation for babel-esperanto -Version: svn30265.1.4t -Provides: tex-babel-esperanto-doc -AutoReqProv: No - -%description babel-esperanto-doc -Documentation for babel-esperanto - -%package babel-estonian -Provides: tex-babel-estonian = %{tl_version} -License: LPPL 1.3 -Summary: Babel support for Estonian -Version: svn38064.1.1a -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(estonian.ldf) = %{tl_version} - -%description babel-estonian -The package provides the language definition file for support -of Estonian in babel. Some shortcuts are defined, as well as -translations to Estonian of standard "LaTeX names". - -%package babel-estonian-doc -Summary: Documentation for babel-estonian -Version: svn38064.1.1a -Provides: tex-babel-estonian-doc -AutoReqProv: No - -%description babel-estonian-doc -Documentation for babel-estonian - -%package babel-finnish -Provides: tex-babel-finnish = %{tl_version} -License: LPPL -Summary: babel-finnish package -Version: svn54771 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(finnish.ldf) = %{tl_version} - -%description babel-finnish -babel-finnish package - -%package babel-finnish-doc -Summary: Documentation for babel-finnish -Version: svn54771 -Provides: tex-babel-finnish-doc -AutoReqProv: No - -%description babel-finnish-doc -Documentation for babel-finnish - -%package babel-french -Provides: tex-babel-french = %{tl_version} -License: LPPL 1.3 -Summary: Babel contributed support for French -Version: svn54787 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(luatexbase.sty) -Requires: tex(scalefnt.sty) -Requires: tex(keyval.sty) -Provides: tex(frenchb.ldf) = %{tl_version} - -%description babel-french -The package establishes French conventions in a document (or a -subset of the conventions, if French is not the main language -of the document). - -%package babel-french-doc -Summary: Documentation for babel-french -Version: svn54787 -Provides: tex-babel-french-doc -AutoReqProv: No - -%description babel-french-doc -Documentation for babel-french - -%package babel-friulan -Provides: tex-babel-friulan = %{tl_version} -License: LPPL 1.3 -Summary: Babel/Polyglossia support for Friulan(Furlan) -Version: svn39861 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(friulan.ldf) = %{tl_version} - -%description babel-friulan -The package provides a language description file that enables -support of Friulan either with babel or with polyglossia. - -%package babel-friulan-doc -Summary: Documentation for babel-friulan -Version: svn39861 -Provides: tex-babel-friulan-doc -AutoReqProv: No - -%description babel-friulan-doc -Documentation for babel-friulan - -%package babel-galician -Provides: tex-babel-galician = %{tl_version} -License: LPPL -Summary: babel-galician package -Version: svn30270.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(galician.ldf) = %{tl_version} - -%description babel-galician -babel-galician package - -%package babel-galician-doc -Summary: Documentation for babel-galician -Version: svn30270.0 -Provides: tex-babel-galician-doc -AutoReqProv: No - -%description babel-galician-doc -Documentation for babel-galician - -%package babel-georgian -Provides: tex-babel-georgian = %{tl_version} -License: LPPL 1.3 -Summary: Babel support for Georgian -Version: svn45864 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(georgian.ldf) = %{tl_version} -Provides: tex(georgian.sty) = %{tl_version} -Provides: tex(georgiancaps.tex) = %{tl_version} - -%description babel-georgian -The package provides support for use of Babel in documents -written in Georgian. The package is adapted for use both under -'traditional' TeX engines, and under XeTeX and LuaTeX. - -%package babel-georgian-doc -Summary: Documentation for babel-georgian -Version: svn45864 -Provides: tex-babel-georgian-doc -AutoReqProv: No - -%description babel-georgian-doc -Documentation for babel-georgian - -%package babel-german -Provides: tex-babel-german = %{tl_version} -License: LPPL 1.3 -Summary: Babel support for documents written in German -Version: svn49391 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(austrian.ldf) = %{tl_version} -Provides: tex(german.ldf) = %{tl_version} -Provides: tex(germanb.ldf) = %{tl_version} -Provides: tex(naustrian.ldf) = %{tl_version} -Provides: tex(ngerman.ldf) = %{tl_version} -Provides: tex(ngermanb.ldf) = %{tl_version} -Provides: tex(nswissgerman.ldf) = %{tl_version} -Provides: tex(swissgerman.ldf) = %{tl_version} - -%description babel-german -The package defines LaTeX support, within the Babel package, of -German (including its Austrian dialect), in both 'old' and -'new' orthographies. - -%package babel-german-doc -Summary: Documentation for babel-german -Version: svn49391 -Provides: tex-babel-german-doc -AutoReqProv: No - -%description babel-german-doc -Documentation for babel-german - -%package babel-greek -Provides: tex-babel-greek = %{tl_version} -License: LPPL 1.3 -Summary: Babel support for documents written in Greek -Version: svn54512 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(athnum.sty) = %{tl_version} -Provides: tex(greek.ldf) = %{tl_version} -Provides: tex(grmath.sty) = %{tl_version} - -%description babel-greek -The file provides modes for monotonic (single-diacritic) and -polytonic (multiple-diacritic) modes of writing. Provision is -made for Greek function names in mathematics, and for classical- -era symbols. - -%package babel-greek-doc -Summary: Documentation for babel-greek -Version: svn54512 -Provides: tex-babel-greek-doc -AutoReqProv: No - -%description babel-greek-doc -Documentation for babel-greek - -%package babel-hebrew -Provides: tex-babel-hebrew = %{tl_version} -License: LPPL 1.3 -Summary: Babel support for Hebrew -Version: svn30273.2.3h -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(inputenc.sty) -Requires: tex(babel.sty) -Provides: tex(8859-8.def) = %{tl_version} -Provides: tex(cp1255.def) = %{tl_version} -Provides: tex(cp862.def) = %{tl_version} -Provides: tex(he8OmegaHebrew.fd) = %{tl_version} -Provides: tex(he8aharoni.fd) = %{tl_version} -Provides: tex(he8cmr.fd) = %{tl_version} -Provides: tex(he8cmss.fd) = %{tl_version} -Provides: tex(he8cmtt.fd) = %{tl_version} -Provides: tex(he8david.fd) = %{tl_version} -Provides: tex(he8drugulin.fd) = %{tl_version} -Provides: tex(he8enc.def) = %{tl_version} -Provides: tex(he8frankruehl.fd) = %{tl_version} -Provides: tex(he8miriam.fd) = %{tl_version} -Provides: tex(he8nachlieli.fd) = %{tl_version} -Provides: tex(he8yad.fd) = %{tl_version} -Provides: tex(hebcal.sty) = %{tl_version} -Provides: tex(hebfont.sty) = %{tl_version} -Provides: tex(hebrew.ldf) = %{tl_version} -Provides: tex(hebrew_newcode.sty) = %{tl_version} -Provides: tex(hebrew_oldcode.sty) = %{tl_version} -Provides: tex(hebrew_p.sty) = %{tl_version} -Provides: tex(lheclas.fd) = %{tl_version} -Provides: tex(lhecmr.fd) = %{tl_version} -Provides: tex(lhecmss.fd) = %{tl_version} -Provides: tex(lhecmtt.fd) = %{tl_version} -Provides: tex(lhecrml.fd) = %{tl_version} -Provides: tex(lheenc.def) = %{tl_version} -Provides: tex(lhefr.fd) = %{tl_version} -Provides: tex(lheredis.fd) = %{tl_version} -Provides: tex(lheshold.fd) = %{tl_version} -Provides: tex(lheshscr.fd) = %{tl_version} -Provides: tex(lheshstk.fd) = %{tl_version} -Provides: tex(rlbabel.def) = %{tl_version} -Provides: tex(si960.def) = %{tl_version} - -%description babel-hebrew -The package provides the language definition file for support -of Hebrew in babel. Macros to control the use of text direction -control of TeX--XeT and e-TeX are provided (and may be used -elsewhere). Some shortcuts are defined, as well as translations -to Hebrew of standard "LaTeX names". - -%package babel-hebrew-doc -Summary: Documentation for babel-hebrew -Version: svn30273.2.3h -Provides: tex-babel-hebrew-doc -AutoReqProv: No - -%description babel-hebrew-doc -Documentation for babel-hebrew - -%package babel-hungarian -Provides: tex-babel-hungarian = %{tl_version} -License: LPPL -Summary: Babel support for Hungarian (Magyar) -Version: svn49701 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(textcase.sty) -Provides: tex(magyar.ldf) = %{tl_version} - -%description babel-hungarian -The package provides a language definition file that enables -support of Magyar (Hungarian) with babel. - -%package babel-hungarian-doc -Summary: Documentation for babel-hungarian -Version: svn49701 -Provides: tex-babel-hungarian-doc -AutoReqProv: No - -%description babel-hungarian-doc -Documentation for babel-hungarian - -%package babel-icelandic -Provides: tex-babel-icelandic = %{tl_version} -License: LPPL 1.3 -Summary: Babel support for Icelandic -Version: svn51551 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(icelandic.ldf) = %{tl_version} - -%description babel-icelandic -The package provides the language definition file for support -of Icelandic in babel. Some shortcuts are defined, as well as -translations to Icelandic of standard "LaTeX names". - -%package babel-icelandic-doc -Summary: Documentation for babel-icelandic -Version: svn51551 -Provides: tex-babel-icelandic-doc -AutoReqProv: No - -%description babel-icelandic-doc -Documentation for babel-icelandic - -%package babel-interlingua -Provides: tex-babel-interlingua = %{tl_version} -License: LPPL 1.3 -Summary: Babel support for Interlingua -Version: svn30276.1.6 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(interlingua.ldf) = %{tl_version} - -%description babel-interlingua -The package provides the language definition file for support -of Interlingua in babel. Translations to Interlingua of -standard "LaTeX names" (no shortcuts are provided). Interlingua -itself is an auxiliary language, built from the common -vocabulary of Spanish/Portuguese, English, Italian and French, -with some normalisation of spelling. - -%package babel-interlingua-doc -Summary: Documentation for babel-interlingua -Version: svn30276.1.6 -Provides: tex-babel-interlingua-doc -AutoReqProv: No - -%description babel-interlingua-doc -Documentation for babel-interlingua - -%package babel-irish -Provides: tex-babel-irish = %{tl_version} -License: LPPL 1.3 -Summary: Babel support for Irish -Version: svn30277.1.0h -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(irish.ldf) = %{tl_version} - -%description babel-irish -The package provides the language definition file for support -of Irish Gaelic in babel. The principal content is translations -to Irish of standard "LaTeX names". (No shortcuts are defined.) - -%package babel-irish-doc -Summary: Documentation for babel-irish -Version: svn30277.1.0h -Provides: tex-babel-irish-doc -AutoReqProv: No - -%description babel-irish-doc -Documentation for babel-irish - -%package babel-italian -Provides: tex-babel-italian = %{tl_version} -License: LPPL 1.3 -Summary: Babel support for Italian text -Version: svn53019 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(etoolbox.sty) -Provides: tex(italian.ldf) = %{tl_version} - -%description babel-italian -The package provides language definitions for use in babel. - -%package babel-italian-doc -Summary: Documentation for babel-italian -Version: svn53019 -Provides: tex-babel-italian-doc -AutoReqProv: No - -%description babel-italian-doc -Documentation for babel-italian - -%package babel-kurmanji -Provides: tex-babel-kurmanji = %{tl_version} -License: LPPL 1.3 -Summary: Babel support for Kurmanji -Version: svn30279.1.1 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(kurmanji.ldf) = %{tl_version} - -%description babel-kurmanji -The package provides the language definition file for support -of Kurmanji in babel. Kurmanji belongs to the family of Kurdish -languages. Some shortcuts are defined, as well as translations -to Kurmanji of standard "LaTeX names". Note that the package is -dealing with 'Northern' Kurdish, written using a Latin-based -alphabet. The arabxetex package offers support for Kurdish -written in Arabic script. - -%package babel-kurmanji-doc -Summary: Documentation for babel-kurmanji -Version: svn30279.1.1 -Provides: tex-babel-kurmanji-doc -AutoReqProv: No - -%description babel-kurmanji-doc -Documentation for babel-kurmanji - -%package babel-latin -Provides: tex-babel-latin = %{tl_version} -License: LPPL -Summary: Babel support for Latin -Version: svn38173.3.5 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ecclesiastic.sty) -Provides: tex(latin.ldf) = %{tl_version} - -%description babel-latin -The package provides the language definition file for support -of Latin in babel. Translations to Latin (in both modern and -medieval spelling) of standard "LaTeX names", and some -shortcuts, are provided. Apart from the modern vs. medieval -setting, a further switch permits addition of prosodic marks. - -%package babel-latin-doc -Summary: Documentation for babel-latin -Version: svn38173.3.5 -Provides: tex-babel-latin-doc -AutoReqProv: No - -%description babel-latin-doc -Documentation for babel-latin - -%package babel-latvian -Provides: tex-babel-latvian = %{tl_version} -License: LPPL 1.3 -Summary: Babel support for Latvian -Version: svn46681 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(latvian.ldf) = %{tl_version} - -%description babel-latvian -The package provides the language definition file for support -of Latvian in babel. - -%package babel-latvian-doc -Summary: Documentation for babel-latvian -Version: svn46681 -Provides: tex-babel-latvian-doc -AutoReqProv: No - -%description babel-latvian-doc -Documentation for babel-latvian - -%package babel-norsk -Provides: tex-babel-norsk = %{tl_version} -License: LPPL 1.3 -Summary: Babel support for Norwegian -Version: svn30281.2.0i -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(norsk.ldf) = %{tl_version} - -%description babel-norsk -The package provides the language definition file for support -of Norwegian in babel. Some shortcuts are defined, as well as -translations to Norsk of standard "LaTeX names". - -%package babel-norsk-doc -Summary: Documentation for babel-norsk -Version: svn30281.2.0i -Provides: tex-babel-norsk-doc -AutoReqProv: No - -%description babel-norsk-doc -Documentation for babel-norsk - -%package babel-piedmontese -Provides: tex-babel-piedmontese = %{tl_version} -License: LPPL 1.3 -Summary: Babel support for Piedmontese -Version: svn30282.1.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(piedmontese.ldf) = %{tl_version} - -%description babel-piedmontese -The package provides the language definition file for support -of Piedmontese in babel. Some shortcuts are defined, as well as -translations to Piedmontese of standard "LaTeX names". - -%package babel-piedmontese-doc -Summary: Documentation for babel-piedmontese -Version: svn30282.1.0 -Provides: tex-babel-piedmontese-doc -AutoReqProv: No - -%description babel-piedmontese-doc -Documentation for babel-piedmontese - -%package babel-polish -Provides: tex-babel-polish = %{tl_version} -License: LPPL 1.3 -Summary: Babel support for Polish -Version: svn30283.1.2l -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(polish.ldf) = %{tl_version} - -%description babel-polish -The package provides the language definition file for support -of Polish in babel. Some shortcuts are defined, as well as -translations to Polish of standard "LaTeX names". - -%package babel-polish-doc -Summary: Documentation for babel-polish -Version: svn30283.1.2l -Provides: tex-babel-polish-doc -AutoReqProv: No - -%description babel-polish-doc -Documentation for babel-polish - -%package babel-portuges -Provides: tex-babel-portuges = %{tl_version} -License: LPPL 1.3 -Summary: Babel support for Portuges -Version: svn30284.1.2q -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(portuges.ldf) = %{tl_version} - -%description babel-portuges -The package provides the language definition file for support -of Portuguese and Brazilian Portuguese in babel. Some shortcuts -are defined, as well as translations to Portuguese of standard -"LaTeX names". - -%package babel-portuges-doc -Summary: Documentation for babel-portuges -Version: svn30284.1.2q -Provides: tex-babel-portuges-doc -AutoReqProv: No - -%description babel-portuges-doc -Documentation for babel-portuges - -%package babel-romanian -Provides: tex-babel-romanian = %{tl_version} -License: LPPL 1.3 -Summary: Babel support for Romanian -Version: svn30285.1.2l -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(romanian.ldf) = %{tl_version} - -%description babel-romanian -The package provides the language definition file for support -of Romanian in babel. Translations to Romanian of standard -"LaTeX names" are provided. - -%package babel-romanian-doc -Summary: Documentation for babel-romanian -Version: svn30285.1.2l -Provides: tex-babel-romanian-doc -AutoReqProv: No - -%description babel-romanian-doc -Documentation for babel-romanian - -%package babel-romansh -Provides: tex-babel-romansh = %{tl_version} -License: LPPL 1.3 -Summary: Babel/Polyglossia support for the Romansh language -Version: svn30286.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(romansh.ldf) = %{tl_version} - -%description babel-romansh -The package provides a language description file that enables -support of Romansh either with babel or with polyglossia. - -%package babel-romansh-doc -Summary: Documentation for babel-romansh -Version: svn30286.0 -Provides: tex-babel-romansh-doc -AutoReqProv: No - -%description babel-romansh-doc -Documentation for babel-romansh - -%package babel-russian -Provides: tex-babel-russian = %{tl_version} -License: LPPL 1.3 -Summary: Russian language module for Babel -Version: svn45007 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(russianb.ldf) = %{tl_version} - -%description babel-russian -The package provides support for use of Babel in documents -written in Russian (in both "traditional" and modern forms). -The support is adapted for use both under 'traditional' TeX -engines, and under XeTeX and LuaTeX. - -%package babel-russian-doc -Summary: Documentation for babel-russian -Version: svn45007 -Provides: tex-babel-russian-doc -AutoReqProv: No - -%description babel-russian-doc -Documentation for babel-russian - -%package babel-samin -Provides: tex-babel-samin = %{tl_version} -License: LPPL 1.3 -Summary: Babel support for Samin -Version: svn30288.1.0c -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(samin.ldf) = %{tl_version} - -%description babel-samin -The package provides the language definition file for support -of North Sami in babel. (Several Sami dialects/languages are -spoken in Finland, Norway, Sweden and on the Kola Peninsula of -Russia). Not all use the same alphabet, and no attempt is made -to support any other than North Sami here. Some shortcuts are -defined, as well as translations to Norsk of standard "LaTeX -names". - -%package babel-samin-doc -Summary: Documentation for babel-samin -Version: svn30288.1.0c -Provides: tex-babel-samin-doc -AutoReqProv: No - -%description babel-samin-doc -Documentation for babel-samin - -%package babel-scottish -Provides: tex-babel-scottish = %{tl_version} -License: LPPL 1.3 -Summary: Babel support for Scottish Gaelic -Version: svn30289.1.0g -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(scottish.ldf) = %{tl_version} - -%description babel-scottish -The package provides the language definition file for support -of Gaidhlig (Scottish Gaelic) in babel. Some shortcuts are -defined, as well as translations of standard "LaTeX names". - -%package babel-scottish-doc -Summary: Documentation for babel-scottish -Version: svn30289.1.0g -Provides: tex-babel-scottish-doc -AutoReqProv: No - -%description babel-scottish-doc -Documentation for babel-scottish - -%package babel-serbianc -Provides: tex-babel-serbianc = %{tl_version} -License: LPPL 1.3 -Summary: Babel module to support Serbian Cyrillic -Version: svn53139 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ucs.sty) -Requires: tex(inputenc.sty) -Requires: tex(fontenc.sty) -Provides: tex(serbianc.ldf) = %{tl_version} -Provides: tex(serbianc.sty) = %{tl_version} - -%description babel-serbianc -The package provides support for Serbian documents written in -Cyrillic, in babel. - -%package babel-serbianc-doc -Summary: Documentation for babel-serbianc -Version: svn53139 -Provides: tex-babel-serbianc-doc -AutoReqProv: No - -%description babel-serbianc-doc -Documentation for babel-serbianc - -%package babel-serbian -Provides: tex-babel-serbian = %{tl_version} -License: LPPL -Summary: babel-serbian package -Version: svn53140 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(serbian.ldf) = %{tl_version} - -%description babel-serbian -babel-serbian package - -%package babel-serbian-doc -Summary: Documentation for babel-serbian -Version: svn53140 -Provides: tex-babel-serbian-doc -AutoReqProv: No - -%description babel-serbian-doc -Documentation for babel-serbian - -%package babel-slovak -Provides: tex-babel-slovak = %{tl_version} -License: LPPL 1.3 -Summary: Babel support for typesetting Slovak -Version: svn30292.3.1a -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(slovak.ldf) = %{tl_version} -Provides: tex(slovak.sty) = %{tl_version} - -%description babel-slovak -The package provides the language definition file for support -of Slovak in babel, including Slovak variants of LaTeX built-in- -names. Shortcuts are also defined. - -%package babel-slovak-doc -Summary: Documentation for babel-slovak -Version: svn30292.3.1a -Provides: tex-babel-slovak-doc -AutoReqProv: No - -%description babel-slovak-doc -Documentation for babel-slovak - -%package babel-slovenian -Provides: tex-babel-slovenian = %{tl_version} -License: LPPL 1.3 -Summary: Babel support for typesetting Slovenian -Version: svn30351.1.2i -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(slovene.ldf) = %{tl_version} - -%description babel-slovenian -The package provides the language definition file for support -of Slovenian in babel. Several shortcuts are defined, as well -as translations to Slovenian of standard "LaTeX names". - -%package babel-slovenian-doc -Summary: Documentation for babel-slovenian -Version: svn30351.1.2i -Provides: tex-babel-slovenian-doc -AutoReqProv: No - -%description babel-slovenian-doc -Documentation for babel-slovenian - -%package babel-sorbian -Provides: tex-babel-sorbian = %{tl_version} -License: LPPL 1.3 -Summary: Babel support for Upper and Lower Sorbian -Version: svn30294 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(lsorbian.ldf) = %{tl_version} -Provides: tex(usorbian.ldf) = %{tl_version} - -%description babel-sorbian -The package provides language definitions file for support of -both Upper and Lower Sorbian, in babel. Some shortcuts are -defined, as well as translations to the relevant language of -standard "LaTeX names". - -%package babel-sorbian-doc -Summary: Documentation for babel-sorbian -Version: svn30294 -Provides: tex-babel-sorbian-doc -AutoReqProv: No - -%description babel-sorbian-doc -Documentation for babel-sorbian - -%package babel-spanish -Provides: tex-babel-spanish = %{tl_version} -License: LPPL -Summary: Babel support for Spanish -Version: svn54080 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(romanidx.sty) = %{tl_version} -Provides: tex(spanish.ldf) = %{tl_version} - -%description babel-spanish -This bundle provides the means to typeset Spanish text, with -the support provided by the LaTeX standard package babel. Note -that separate support is provided for those who wish to typeset -Spanish as written in Mexico. - -%package babel-spanish-doc -Summary: Documentation for babel-spanish -Version: svn54080 -Provides: tex-babel-spanish-doc -AutoReqProv: No - -%description babel-spanish-doc -Documentation for babel-spanish - -%package babel-swedish -Provides: tex-babel-swedish = %{tl_version} -License: LPPL 1.3 -Summary: Babel support for typesetting Swedish -Version: svn30296.2.3d -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(swedish.ldf) = %{tl_version} - -%description babel-swedish -The package provides the language definition file for Swedish. - -%package babel-swedish-doc -Summary: Documentation for babel-swedish -Version: svn30296.2.3d -Provides: tex-babel-swedish-doc -AutoReqProv: No - -%description babel-swedish-doc -Documentation for babel-swedish - -%package babel-thai -Provides: tex-babel-thai = %{tl_version} -License: LPPL 1.3 -Summary: Support for Thai within babel -Version: svn30564.1.0.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(lthenc.def) = %{tl_version} -Provides: tex(thai.ldf) = %{tl_version} -Provides: tex(tis620.def) = %{tl_version} - -%description babel-thai -The package provides support for typesetting Thai text. within -the babel system. - -%package babel-thai-doc -Summary: Documentation for babel-thai -Version: svn30564.1.0.0 -Provides: tex-babel-thai-doc -AutoReqProv: No - -%description babel-thai-doc -Documentation for babel-thai %package babel -Provides: tex-babel = %{tl_version} -License: LPPL 1.3 +Provides: tex-babel = %{epoch}:%{source_date}-%{release} +Provides: tex-babel-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-babel-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-babel-doc < %{tl_epoch}:%{source_date} +License: LPPL Summary: Multilingual support for Plain TeX or LaTeX -Version: svn54487 +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(UKenglish.sty) = %{tl_version} -Provides: tex(USenglish.sty) = %{tl_version} -Provides: tex(afrikaans.sty) = %{tl_version} -Provides: tex(albanian.sty) = %{tl_version} -Provides: tex(american.sty) = %{tl_version} -Provides: tex(austrian.sty) = %{tl_version} -Provides: tex(babel-afrikaans.tex) = %{tl_version} -Provides: tex(babel-aghem.tex) = %{tl_version} -Provides: tex(babel-akan.tex) = %{tl_version} -Provides: tex(babel-albanian.tex) = %{tl_version} -Provides: tex(babel-american.tex) = %{tl_version} -Provides: tex(babel-amharic.tex) = %{tl_version} -Provides: tex(babel-ancientgreek.tex) = %{tl_version} -Provides: tex(babel-arabic-algeria.tex) = %{tl_version} -Provides: tex(babel-arabic-dz.tex) = %{tl_version} -Provides: tex(babel-arabic-ma.tex) = %{tl_version} -Provides: tex(babel-arabic-morocco.tex) = %{tl_version} -Provides: tex(babel-arabic-sy.tex) = %{tl_version} -Provides: tex(babel-arabic-syria.tex) = %{tl_version} -Provides: tex(babel-arabic.tex) = %{tl_version} -Provides: tex(babel-armenian.tex) = %{tl_version} -Provides: tex(babel-assamese.tex) = %{tl_version} -Provides: tex(babel-asturian.tex) = %{tl_version} -Provides: tex(babel-asu.tex) = %{tl_version} -Provides: tex(babel-australian.tex) = %{tl_version} -Provides: tex(babel-austrian.tex) = %{tl_version} -Provides: tex(babel-azerbaijani-cyrillic.tex) = %{tl_version} -Provides: tex(babel-azerbaijani-cyrl.tex) = %{tl_version} -Provides: tex(babel-azerbaijani-latin.tex) = %{tl_version} -Provides: tex(babel-azerbaijani-latn.tex) = %{tl_version} -Provides: tex(babel-azerbaijani.tex) = %{tl_version} -Provides: tex(babel-bafia.tex) = %{tl_version} -Provides: tex(babel-bambara.tex) = %{tl_version} -Provides: tex(babel-basaa.tex) = %{tl_version} -Provides: tex(babel-basque.tex) = %{tl_version} -Provides: tex(babel-belarusian.tex) = %{tl_version} -Provides: tex(babel-bemba.tex) = %{tl_version} -Provides: tex(babel-bena.tex) = %{tl_version} -Provides: tex(babel-bengali.tex) = %{tl_version} -Provides: tex(babel-bodo.tex) = %{tl_version} -Provides: tex(babel-bosnian-cyrillic.tex) = %{tl_version} -Provides: tex(babel-bosnian-cyrl.tex) = %{tl_version} -Provides: tex(babel-bosnian-latin.tex) = %{tl_version} -Provides: tex(babel-bosnian-latn.tex) = %{tl_version} -Provides: tex(babel-bosnian.tex) = %{tl_version} -Provides: tex(babel-brazilian.tex) = %{tl_version} -Provides: tex(babel-breton.tex) = %{tl_version} -Provides: tex(babel-british.tex) = %{tl_version} -Provides: tex(babel-bulgarian.tex) = %{tl_version} -Provides: tex(babel-burmese.tex) = %{tl_version} -Provides: tex(babel-canadian.tex) = %{tl_version} -Provides: tex(babel-cantonese.tex) = %{tl_version} -Provides: tex(babel-catalan.tex) = %{tl_version} -Provides: tex(babel-centralatlastamazight.tex) = %{tl_version} -Provides: tex(babel-centralkurdish.tex) = %{tl_version} -Provides: tex(babel-chechen.tex) = %{tl_version} -Provides: tex(babel-cherokee.tex) = %{tl_version} -Provides: tex(babel-chiga.tex) = %{tl_version} -Provides: tex(babel-chinese-hans-hk.tex) = %{tl_version} -Provides: tex(babel-chinese-hans-mo.tex) = %{tl_version} -Provides: tex(babel-chinese-hans-sg.tex) = %{tl_version} -Provides: tex(babel-chinese-hans.tex) = %{tl_version} -Provides: tex(babel-chinese-hant-hk.tex) = %{tl_version} -Provides: tex(babel-chinese-hant-mo.tex) = %{tl_version} -Provides: tex(babel-chinese-hant.tex) = %{tl_version} -Provides: tex(babel-chinese-simplified-hongkongsarchina.tex) = %{tl_version} -Provides: tex(babel-chinese-simplified-macausarchina.tex) = %{tl_version} -Provides: tex(babel-chinese-simplified-singapore.tex) = %{tl_version} -Provides: tex(babel-chinese-simplified.tex) = %{tl_version} -Provides: tex(babel-chinese-traditional-hongkongsarchina.tex) = %{tl_version} -Provides: tex(babel-chinese-traditional-macausarchina.tex) = %{tl_version} -Provides: tex(babel-chinese-traditional.tex) = %{tl_version} -Provides: tex(babel-chinese.tex) = %{tl_version} -Provides: tex(babel-churchslavic-cyrs.tex) = %{tl_version} -Provides: tex(babel-churchslavic-glag.tex) = %{tl_version} -Provides: tex(babel-churchslavic-glagolitic.tex) = %{tl_version} -Provides: tex(babel-churchslavic-oldcyrillic.tex) = %{tl_version} -Provides: tex(babel-churchslavic.tex) = %{tl_version} -Provides: tex(babel-churchslavonic.tex) = %{tl_version} -Provides: tex(babel-classiclatin.tex) = %{tl_version} -Provides: tex(babel-colognian.tex) = %{tl_version} -Provides: tex(babel-coptic.tex) = %{tl_version} -Provides: tex(babel-cornish.tex) = %{tl_version} -Provides: tex(babel-croatian.tex) = %{tl_version} -Provides: tex(babel-czech.tex) = %{tl_version} -Provides: tex(babel-danish.tex) = %{tl_version} -Provides: tex(babel-duala.tex) = %{tl_version} -Provides: tex(babel-dutch.tex) = %{tl_version} -Provides: tex(babel-dzongkha.tex) = %{tl_version} -Provides: tex(babel-ecclesiasticlatin.tex) = %{tl_version} -Provides: tex(babel-embu.tex) = %{tl_version} -Provides: tex(babel-english-au.tex) = %{tl_version} -Provides: tex(babel-english-australia.tex) = %{tl_version} -Provides: tex(babel-english-ca.tex) = %{tl_version} -Provides: tex(babel-english-canada.tex) = %{tl_version} -Provides: tex(babel-english-gb.tex) = %{tl_version} -Provides: tex(babel-english-newzealand.tex) = %{tl_version} -Provides: tex(babel-english-nz.tex) = %{tl_version} -Provides: tex(babel-english-unitedkingdom.tex) = %{tl_version} -Provides: tex(babel-english-unitedstates.tex) = %{tl_version} -Provides: tex(babel-english-us.tex) = %{tl_version} -Provides: tex(babel-english.tex) = %{tl_version} -Provides: tex(babel-esperanto.tex) = %{tl_version} -Provides: tex(babel-estonian.tex) = %{tl_version} -Provides: tex(babel-ewe.tex) = %{tl_version} -Provides: tex(babel-ewondo.tex) = %{tl_version} -Provides: tex(babel-faroese.tex) = %{tl_version} -Provides: tex(babel-filipino.tex) = %{tl_version} -Provides: tex(babel-finnish.tex) = %{tl_version} -Provides: tex(babel-french-be.tex) = %{tl_version} -Provides: tex(babel-french-belgium.tex) = %{tl_version} -Provides: tex(babel-french-ca.tex) = %{tl_version} -Provides: tex(babel-french-canada.tex) = %{tl_version} -Provides: tex(babel-french-ch.tex) = %{tl_version} -Provides: tex(babel-french-lu.tex) = %{tl_version} -Provides: tex(babel-french-luxembourg.tex) = %{tl_version} -Provides: tex(babel-french-switzerland.tex) = %{tl_version} -Provides: tex(babel-french.tex) = %{tl_version} -Provides: tex(babel-friulian.tex) = %{tl_version} -Provides: tex(babel-fulah.tex) = %{tl_version} -Provides: tex(babel-galician.tex) = %{tl_version} -Provides: tex(babel-ganda.tex) = %{tl_version} -Provides: tex(babel-georgian.tex) = %{tl_version} -Provides: tex(babel-german-at.tex) = %{tl_version} -Provides: tex(babel-german-austria-traditional.tex) = %{tl_version} -Provides: tex(babel-german-austria.tex) = %{tl_version} -Provides: tex(babel-german-ch.tex) = %{tl_version} -Provides: tex(babel-german-switzerland-traditional.tex) = %{tl_version} -Provides: tex(babel-german-switzerland.tex) = %{tl_version} -Provides: tex(babel-german-traditional.tex) = %{tl_version} -Provides: tex(babel-german.tex) = %{tl_version} -Provides: tex(babel-greek.tex) = %{tl_version} -Provides: tex(babel-gujarati.tex) = %{tl_version} -Provides: tex(babel-gusii.tex) = %{tl_version} -Provides: tex(babel-hausa-gh.tex) = %{tl_version} -Provides: tex(babel-hausa-ghana.tex) = %{tl_version} -Provides: tex(babel-hausa-ne.tex) = %{tl_version} -Provides: tex(babel-hausa-niger.tex) = %{tl_version} -Provides: tex(babel-hausa.tex) = %{tl_version} -Provides: tex(babel-hawaiian.tex) = %{tl_version} -Provides: tex(babel-hebrew.tex) = %{tl_version} -Provides: tex(babel-hindi.tex) = %{tl_version} -Provides: tex(babel-hungarian.tex) = %{tl_version} -Provides: tex(babel-icelandic.tex) = %{tl_version} -Provides: tex(babel-igbo.tex) = %{tl_version} -Provides: tex(babel-inarisami.tex) = %{tl_version} -Provides: tex(babel-indonesian.tex) = %{tl_version} -Provides: tex(babel-interlingua.tex) = %{tl_version} -Provides: tex(babel-irish.tex) = %{tl_version} -Provides: tex(babel-italian.tex) = %{tl_version} -Provides: tex(babel-japanese.tex) = %{tl_version} -Provides: tex(babel-jolafonyi.tex) = %{tl_version} -Provides: tex(babel-kabuverdianu.tex) = %{tl_version} -Provides: tex(babel-kabyle.tex) = %{tl_version} -Provides: tex(babel-kako.tex) = %{tl_version} -Provides: tex(babel-kalaallisut.tex) = %{tl_version} -Provides: tex(babel-kalenjin.tex) = %{tl_version} -Provides: tex(babel-kamba.tex) = %{tl_version} -Provides: tex(babel-kannada.tex) = %{tl_version} -Provides: tex(babel-kashmiri.tex) = %{tl_version} -Provides: tex(babel-kazakh.tex) = %{tl_version} -Provides: tex(babel-khmer.tex) = %{tl_version} -Provides: tex(babel-kikuyu.tex) = %{tl_version} -Provides: tex(babel-kinyarwanda.tex) = %{tl_version} -Provides: tex(babel-konkani.tex) = %{tl_version} -Provides: tex(babel-korean.tex) = %{tl_version} -Provides: tex(babel-koyraborosenni.tex) = %{tl_version} -Provides: tex(babel-koyrachiini.tex) = %{tl_version} -Provides: tex(babel-kwasio.tex) = %{tl_version} -Provides: tex(babel-kyrgyz.tex) = %{tl_version} -Provides: tex(babel-lakota.tex) = %{tl_version} -Provides: tex(babel-langi.tex) = %{tl_version} -Provides: tex(babel-lao.tex) = %{tl_version} -Provides: tex(babel-latin.tex) = %{tl_version} -Provides: tex(babel-latvian.tex) = %{tl_version} -Provides: tex(babel-lingala.tex) = %{tl_version} -Provides: tex(babel-lithuanian.tex) = %{tl_version} -Provides: tex(babel-lowersorbian.tex) = %{tl_version} -Provides: tex(babel-lsorbian.tex) = %{tl_version} -Provides: tex(babel-lubakatanga.tex) = %{tl_version} -Provides: tex(babel-luo.tex) = %{tl_version} -Provides: tex(babel-luxembourgish.tex) = %{tl_version} -Provides: tex(babel-luyia.tex) = %{tl_version} -Provides: tex(babel-macedonian.tex) = %{tl_version} -Provides: tex(babel-machame.tex) = %{tl_version} -Provides: tex(babel-makhuwameetto.tex) = %{tl_version} -Provides: tex(babel-makonde.tex) = %{tl_version} -Provides: tex(babel-malagasy.tex) = %{tl_version} -Provides: tex(babel-malay-bn.tex) = %{tl_version} -Provides: tex(babel-malay-brunei.tex) = %{tl_version} -Provides: tex(babel-malay-sg.tex) = %{tl_version} -Provides: tex(babel-malay-singapore.tex) = %{tl_version} -Provides: tex(babel-malay.tex) = %{tl_version} -Provides: tex(babel-malayalam.tex) = %{tl_version} -Provides: tex(babel-maltese.tex) = %{tl_version} -Provides: tex(babel-manx.tex) = %{tl_version} -Provides: tex(babel-marathi.tex) = %{tl_version} -Provides: tex(babel-masai.tex) = %{tl_version} -Provides: tex(babel-mazanderani.tex) = %{tl_version} -Provides: tex(babel-medievallatin.tex) = %{tl_version} -Provides: tex(babel-meru.tex) = %{tl_version} -Provides: tex(babel-meta.tex) = %{tl_version} -Provides: tex(babel-mexican.tex) = %{tl_version} -Provides: tex(babel-mongolian.tex) = %{tl_version} -Provides: tex(babel-monotonicgreek.tex) = %{tl_version} -Provides: tex(babel-morisyen.tex) = %{tl_version} -Provides: tex(babel-mundang.tex) = %{tl_version} -Provides: tex(babel-nama.tex) = %{tl_version} -Provides: tex(babel-naustrian.tex) = %{tl_version} -Provides: tex(babel-nepali.tex) = %{tl_version} -Provides: tex(babel-newzealand.tex) = %{tl_version} -Provides: tex(babel-ngerman.tex) = %{tl_version} -Provides: tex(babel-ngiemboon.tex) = %{tl_version} -Provides: tex(babel-ngomba.tex) = %{tl_version} -Provides: tex(babel-norsk.tex) = %{tl_version} -Provides: tex(babel-northernluri.tex) = %{tl_version} -Provides: tex(babel-northernsami.tex) = %{tl_version} -Provides: tex(babel-northndebele.tex) = %{tl_version} -Provides: tex(babel-norwegianbokmal.tex) = %{tl_version} -Provides: tex(babel-norwegiannynorsk.tex) = %{tl_version} -Provides: tex(babel-nswissgerman.tex) = %{tl_version} -Provides: tex(babel-nuer.tex) = %{tl_version} -Provides: tex(babel-nyankole.tex) = %{tl_version} -Provides: tex(babel-nynorsk.tex) = %{tl_version} -Provides: tex(babel-occitan.tex) = %{tl_version} -Provides: tex(babel-oriya.tex) = %{tl_version} -Provides: tex(babel-oromo.tex) = %{tl_version} -Provides: tex(babel-ossetic.tex) = %{tl_version} -Provides: tex(babel-pashto.tex) = %{tl_version} -Provides: tex(babel-persian.tex) = %{tl_version} -Provides: tex(babel-piedmontese.tex) = %{tl_version} -Provides: tex(babel-polish.tex) = %{tl_version} -Provides: tex(babel-polytonicgreek.tex) = %{tl_version} -Provides: tex(babel-portuguese-br.tex) = %{tl_version} -Provides: tex(babel-portuguese-brazil.tex) = %{tl_version} -Provides: tex(babel-portuguese-portugal.tex) = %{tl_version} -Provides: tex(babel-portuguese-pt.tex) = %{tl_version} -Provides: tex(babel-portuguese.tex) = %{tl_version} -Provides: tex(babel-punjabi-arab.tex) = %{tl_version} -Provides: tex(babel-punjabi-arabic.tex) = %{tl_version} -Provides: tex(babel-punjabi-gurmukhi.tex) = %{tl_version} -Provides: tex(babel-punjabi-guru.tex) = %{tl_version} -Provides: tex(babel-punjabi.tex) = %{tl_version} -Provides: tex(babel-quechua.tex) = %{tl_version} -Provides: tex(babel-romanian.tex) = %{tl_version} -Provides: tex(babel-romansh.tex) = %{tl_version} -Provides: tex(babel-rombo.tex) = %{tl_version} -Provides: tex(babel-rundi.tex) = %{tl_version} -Provides: tex(babel-russian.tex) = %{tl_version} -Provides: tex(babel-rwa.tex) = %{tl_version} -Provides: tex(babel-sakha.tex) = %{tl_version} -Provides: tex(babel-samburu.tex) = %{tl_version} -Provides: tex(babel-samin.tex) = %{tl_version} -Provides: tex(babel-sango.tex) = %{tl_version} -Provides: tex(babel-sangu.tex) = %{tl_version} -Provides: tex(babel-sanskrit-beng.tex) = %{tl_version} -Provides: tex(babel-sanskrit-bengali.tex) = %{tl_version} -Provides: tex(babel-sanskrit-deva.tex) = %{tl_version} -Provides: tex(babel-sanskrit-devanagari.tex) = %{tl_version} -Provides: tex(babel-sanskrit-gujarati.tex) = %{tl_version} -Provides: tex(babel-sanskrit-gujr.tex) = %{tl_version} -Provides: tex(babel-sanskrit-kannada.tex) = %{tl_version} -Provides: tex(babel-sanskrit-knda.tex) = %{tl_version} -Provides: tex(babel-sanskrit-malayalam.tex) = %{tl_version} -Provides: tex(babel-sanskrit-mlym.tex) = %{tl_version} -Provides: tex(babel-sanskrit-telu.tex) = %{tl_version} -Provides: tex(babel-sanskrit-telugu.tex) = %{tl_version} -Provides: tex(babel-sanskrit.tex) = %{tl_version} -Provides: tex(babel-scottishgaelic.tex) = %{tl_version} -Provides: tex(babel-sena.tex) = %{tl_version} -Provides: tex(babel-serbian-cyrillic-bosniaherzegovina.tex) = %{tl_version} -Provides: tex(babel-serbian-cyrillic-kosovo.tex) = %{tl_version} -Provides: tex(babel-serbian-cyrillic-montenegro.tex) = %{tl_version} -Provides: tex(babel-serbian-cyrillic.tex) = %{tl_version} -Provides: tex(babel-serbian-cyrl-ba.tex) = %{tl_version} -Provides: tex(babel-serbian-cyrl-me.tex) = %{tl_version} -Provides: tex(babel-serbian-cyrl-xk.tex) = %{tl_version} -Provides: tex(babel-serbian-cyrl.tex) = %{tl_version} -Provides: tex(babel-serbian-latin-bosniaherzegovina.tex) = %{tl_version} -Provides: tex(babel-serbian-latin-kosovo.tex) = %{tl_version} -Provides: tex(babel-serbian-latin-montenegro.tex) = %{tl_version} -Provides: tex(babel-serbian-latin.tex) = %{tl_version} -Provides: tex(babel-serbian-latn-ba.tex) = %{tl_version} -Provides: tex(babel-serbian-latn-me.tex) = %{tl_version} -Provides: tex(babel-serbian-latn-xk.tex) = %{tl_version} -Provides: tex(babel-serbian-latn.tex) = %{tl_version} -Provides: tex(babel-serbian.tex) = %{tl_version} -Provides: tex(babel-shambala.tex) = %{tl_version} -Provides: tex(babel-shona.tex) = %{tl_version} -Provides: tex(babel-sichuanyi.tex) = %{tl_version} -Provides: tex(babel-sinhala.tex) = %{tl_version} -Provides: tex(babel-slovak.tex) = %{tl_version} -Provides: tex(babel-slovene.tex) = %{tl_version} -Provides: tex(babel-slovenian.tex) = %{tl_version} -Provides: tex(babel-soga.tex) = %{tl_version} -Provides: tex(babel-somali.tex) = %{tl_version} -Provides: tex(babel-spanish-mexico.tex) = %{tl_version} -Provides: tex(babel-spanish-mx.tex) = %{tl_version} -Provides: tex(babel-spanish.tex) = %{tl_version} -Provides: tex(babel-standardmoroccantamazight.tex) = %{tl_version} -Provides: tex(babel-swahili.tex) = %{tl_version} -Provides: tex(babel-swedish.tex) = %{tl_version} -Provides: tex(babel-swissgerman.tex) = %{tl_version} -Provides: tex(babel-syriac.tex) = %{tl_version} -Provides: tex(babel-tachelhit-latin.tex) = %{tl_version} -Provides: tex(babel-tachelhit-latn.tex) = %{tl_version} -Provides: tex(babel-tachelhit-tfng.tex) = %{tl_version} -Provides: tex(babel-tachelhit-tifinagh.tex) = %{tl_version} -Provides: tex(babel-tachelhit.tex) = %{tl_version} -Provides: tex(babel-taita.tex) = %{tl_version} -Provides: tex(babel-tamil.tex) = %{tl_version} -Provides: tex(babel-tasawaq.tex) = %{tl_version} -Provides: tex(babel-telugu.tex) = %{tl_version} -Provides: tex(babel-teso.tex) = %{tl_version} -Provides: tex(babel-thai.tex) = %{tl_version} -Provides: tex(babel-tibetan.tex) = %{tl_version} -Provides: tex(babel-tigrinya.tex) = %{tl_version} -Provides: tex(babel-tongan.tex) = %{tl_version} -Provides: tex(babel-turkish.tex) = %{tl_version} -Provides: tex(babel-turkmen.tex) = %{tl_version} -Provides: tex(babel-ukenglish.tex) = %{tl_version} -Provides: tex(babel-ukrainian.tex) = %{tl_version} -Provides: tex(babel-uppersorbian.tex) = %{tl_version} -Provides: tex(babel-urdu.tex) = %{tl_version} -Provides: tex(babel-usenglish.tex) = %{tl_version} -Provides: tex(babel-usorbian.tex) = %{tl_version} -Provides: tex(babel-uyghur.tex) = %{tl_version} -Provides: tex(babel-uzbek-arab.tex) = %{tl_version} -Provides: tex(babel-uzbek-arabic.tex) = %{tl_version} -Provides: tex(babel-uzbek-cyrillic.tex) = %{tl_version} -Provides: tex(babel-uzbek-cyrl.tex) = %{tl_version} -Provides: tex(babel-uzbek-latin.tex) = %{tl_version} -Provides: tex(babel-uzbek-latn.tex) = %{tl_version} -Provides: tex(babel-uzbek.tex) = %{tl_version} -Provides: tex(babel-vai-latin.tex) = %{tl_version} -Provides: tex(babel-vai-latn.tex) = %{tl_version} -Provides: tex(babel-vai-vai.tex) = %{tl_version} -Provides: tex(babel-vai-vaii.tex) = %{tl_version} -Provides: tex(babel-vai.tex) = %{tl_version} -Provides: tex(babel-vietnam.tex) = %{tl_version} -Provides: tex(babel-vietnamese.tex) = %{tl_version} -Provides: tex(babel-vunjo.tex) = %{tl_version} -Provides: tex(babel-walser.tex) = %{tl_version} -Provides: tex(babel-welsh.tex) = %{tl_version} -Provides: tex(babel-westernfrisian.tex) = %{tl_version} -Provides: tex(babel-yangben.tex) = %{tl_version} -Provides: tex(babel-yiddish.tex) = %{tl_version} -Provides: tex(babel-yoruba.tex) = %{tl_version} -Provides: tex(babel-zarma.tex) = %{tl_version} -Provides: tex(babel-zulu.tex) = %{tl_version} -Provides: tex(babel.def) = %{tl_version} -Provides: tex(babel.sty) = %{tl_version} -Provides: tex(bahasa.sty) = %{tl_version} -Provides: tex(bahasam.sty) = %{tl_version} -Provides: tex(basque.sty) = %{tl_version} -Provides: tex(blplain.tex) = %{tl_version} -Provides: tex(bplain.tex) = %{tl_version} -Provides: tex(breton.sty) = %{tl_version} -Provides: tex(british.sty) = %{tl_version} -Provides: tex(bulgarian.sty) = %{tl_version} -Provides: tex(catalan.sty) = %{tl_version} -Provides: tex(croatian.sty) = %{tl_version} -Provides: tex(czech.sty) = %{tl_version} -Provides: tex(danish.sty) = %{tl_version} -Provides: tex(dutch.sty) = %{tl_version} -Provides: tex(english.sty) = %{tl_version} -Provides: tex(esperanto.sty) = %{tl_version} -Provides: tex(estonian.sty) = %{tl_version} -Provides: tex(finnish.sty) = %{tl_version} -Provides: tex(francais.sty) = %{tl_version} -Provides: tex(galician.sty) = %{tl_version} -Provides: tex(germanb.sty) = %{tl_version} -Provides: tex(greek.sty) = %{tl_version} -Provides: tex(hebrew.sty) = %{tl_version} -Provides: tex(hyphen.cfg) = %{tl_version} -Provides: tex(icelandic.sty) = %{tl_version} -Provides: tex(interlingua.sty) = %{tl_version} -Provides: tex(irish.sty) = %{tl_version} -Provides: tex(italian.sty) = %{tl_version} -Provides: tex(latin.sty) = %{tl_version} -Provides: tex(lsorbian.sty) = %{tl_version} -Provides: tex(luababel.def) = %{tl_version} -Provides: tex(magyar.sty) = %{tl_version} -Provides: tex(naustrian.sty) = %{tl_version} -Provides: tex(ngermanb.sty) = %{tl_version} -Provides: tex(nil.ldf) = %{tl_version} -Provides: tex(norsk.sty) = %{tl_version} -Provides: tex(plain.def) = %{tl_version} -Provides: tex(polish.sty) = %{tl_version} -Provides: tex(portuges.sty) = %{tl_version} -Provides: tex(romanian.sty) = %{tl_version} -Provides: tex(russianb.sty) = %{tl_version} -Provides: tex(samin.sty) = %{tl_version} -Provides: tex(scottish.sty) = %{tl_version} -Provides: tex(serbian.sty) = %{tl_version} -Provides: tex(slovak.sty) = %{tl_version} -Provides: tex(slovene.sty) = %{tl_version} -Provides: tex(spanish.sty) = %{tl_version} -Provides: tex(swedish.sty) = %{tl_version} -Provides: tex(switch.def) = %{tl_version} -Provides: tex(txtbabel.def) = %{tl_version} -Provides: tex(turkish.sty) = %{tl_version} -Provides: tex(ukraineb.sty) = %{tl_version} -Provides: tex(usorbian.sty) = %{tl_version} -Provides: tex(welsh.sty) = %{tl_version} -Provides: tex(xebabel.def) = %{tl_version} +Requires: tex-kpathsea +Provides: tex(UKenglish.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(USenglish.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(afrikaans.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(albanian.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(american.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(austrian.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(babel.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(babel.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(bahasa.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(bahasam.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(basque.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(blplain.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(bplain.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(breton.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(british.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(bulgarian.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(catalan.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(croatian.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(czech.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(danish.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(dutch.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(english.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(esperanto.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(estonian.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(finnish.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(francais.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(galician.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(germanb.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(greek.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(hebrew.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyphen.cfg) = %{epoch}:%{source_date}-%{release} +Provides: tex(icelandic.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(interlingua.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(irish.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(italian.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(latin.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(lsorbian.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(luababel.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(magyar.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(naustrian.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(ngermanb.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(nil.ldf) = %{epoch}:%{source_date}-%{release} +Provides: tex(norsk.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(plain.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(polish.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(portuges.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(romanian.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(russianb.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(samin.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(scottish.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(serbian.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(slovak.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(slovene.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(spanish.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(swedish.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(switch.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(turkish.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(ukraineb.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(usorbian.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(welsh.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(xebabel.def) = %{epoch}:%{source_date}-%{release} %description babel -This package manages culturally-determined typographical (and -other) rules for a wide range of languages. A document may -select a single language to be supported, or it may select -several, in which case the document may switch from one -language to another in a variety of ways. Babel uses -contributed configuration files that provide the detail of what -has to be done for each language. Included is also a set of ini -files for about 200 languages. Many language styles work with -pdfLaTeX, as well as with XeLaTeX and LuaLaTeX, out of the box. -A few even work with plain formats. +The package manages culturally-determined typographical (and +other) rules, and hyphenation patterns for a wide range of +languages. A document may select a single language to be +supported, or it may select several, in which case the document +may switch from one language to another in a variety of ways. +Note that the package has contributions for several languages +that remain to be incorporated. Examples are: Arabic; Magyar +(Hungarian); Serbian written in cyrillic; Spanish; and Spanish, +using Mexican conventions.. Users of XeTeX are advised to use +polyglossia rather than Babel. -%package babel-doc -Summary: Documentation for babel -Version: svn54487 -Provides: tex-babel-doc -AutoReqProv: No - -%description babel-doc -Documentation for babel - -%package babel-turkish -Provides: tex-babel-turkish = %{tl_version} -License: LPPL 1.3 -Summary: Babel support for Turkish documents -Version: svn51560 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(turkish.ldf) = %{tl_version} - -%description babel-turkish -The package provides support, within babel, of the Turkish -language. - -%package babel-turkish-doc -Summary: Documentation for babel-turkish -Version: svn51560 -Provides: tex-babel-turkish-doc -AutoReqProv: No - -%description babel-turkish-doc -Documentation for babel-turkish - -%package babel-ukrainian -Provides: babel-ukraineb = %{tl_version} -Obsoletes: babel-ukraineb < 2016 -Provides: tex-babel-ukrainian = %{tl_version} -Provides: tex-babel-ukraineb = %{tl_version} -License: LPPL -Summary: babel-ukrainian package -Version: svn47585 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(ukraineb.ldf) = %{tl_version} - -%description babel-ukrainian -babel-ukrainian package - -%package babel-ukrainian-doc -Summary: Documentation for babel-ukrainian -Version: svn47585 -Provides: tex-babel-ukrainian-doc = %{tl_version} -Obsoletes: babel-ukraineb-doc < 2016 -Provides: tex-babel-ukraineb-doc -AutoReqProv: No - -%description babel-ukrainian-doc -Documentation for babel-ukrainian - -%package babel-vietnamese -Provides: tex-babel-vietnamese = %{tl_version} -License: LPPL 1.3 -Summary: Babel support for typesetting Vietnamese -Version: svn39246 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(vncaps.tex) -Provides: tex(vietnam.ldf) = %{tl_version} -Provides: tex(vietnamese.ldf) = %{tl_version} - -%description babel-vietnamese -The package provides the language definition file for support -of Vietnamese in babel. - -%package babel-welsh -Provides: tex-babel-welsh = %{tl_version} -License: LPPL 1.3 -Summary: Babel support for Welsh -Version: svn38372.1.1a -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(welsh.ldf) = %{tl_version} - -%description babel-welsh -The package provides the language definition file for Welsh. -(Mostly Welsh-language versions of the standard names in a -LaTeX file.) - -%package babel-welsh-doc -Summary: Documentation for babel-welsh -Version: svn38372.1.1a -Provides: tex-babel-welsh-doc -AutoReqProv: No - -%description babel-welsh-doc -Documentation for babel-welsh - -%package background -Provides: tex-background = %{tl_version} -License: LPPL -Summary: Placement of background material on pages of a document -Version: svn42428 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xkeyval.sty) -Requires: tex(tikz.sty) -Requires: tex(everypage.sty) -Requires: tex(afterpage.sty) -Provides: tex(background.sty) = %{tl_version} - -%description background -The package offers the placement of background material on the -pages of a document. The user can control many aspects -(contents, position, color, opacity) of the background material -that will be displayed; all placement and attribute settings -are controlled by setting key values. The package makes use of -the everypage package, and uses pgf/tikz for attribute control. - -%package background-doc -Summary: Documentation for background -Version: svn42428 -Provides: tex-background-doc -AutoReqProv: No - -%description background-doc -Documentation for background - -%package backnaur -Provides: tex-backnaur = %{tl_version} -License: LPPL 1.3 -Summary: Typeset Backus Naur Form definitions -Version: svn54080 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(backnaur.sty) = %{tl_version} - -%description backnaur -The package typesets Backus-Naur Form (BNF) definitions. It -creates aligned lists of productions, with numbers if required. -It can also print in-line BNF expressions using math mode. - -%package backnaur-doc -Summary: Documentation for backnaur -Version: svn54080 -Provides: tex-backnaur-doc -AutoReqProv: No - -%description backnaur-doc -Documentation for backnaur - -%package bagpipe -Provides: tex-bagpipe = %{tl_version} -License: LPPL 1.3 -Summary: Support for typesetting bagpipe music -Version: svn34393.3.02 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(bagpipe.tex) = %{tl_version} - -%description bagpipe -Typesetting bagpipe music in MusixTeX is needlessly tedious. -This package provides specialized and re-defined macros to -simplify this task. - -%package bagpipe-doc -Summary: Documentation for bagpipe -Version: svn34393.3.02 -Provides: tex-bagpipe-doc -AutoReqProv: No - -%description bagpipe-doc -Documentation for bagpipe - -%package bangorcsthesis -Provides: tex-bangorcsthesis = %{tl_version} -License: LPPL 1.3 -Summary: Typeset a thesis at Bangor University -Version: svn48834 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fifo-stack.sty) -Requires: tex(ifthen.sty) -Requires: tex(xkeyval.sty) -Requires: tex(xcolor.sty) -Requires: tex(draftwatermark.sty) -Requires: tex(fontenc.sty) -Requires: tex(babel.sty) -Requires: tex(isodate.sty) -Requires: tex(inputenc.sty) -Requires: tex(xparse.sty) -Requires: tex(parskip.sty) -Requires: tex(indentfirst.sty) -Requires: tex(berasans.sty) -Requires: tex(charter.sty) -Requires: tex(graphicx.sty) -Requires: tex(url.sty) -Requires: tex(csquotes.sty) -Requires: tex(fixltx2e.sty) -Requires: tex(microtype.sty) -Requires: tex(setspace.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(enumitem.sty) -Requires: tex(amsmath.sty) -Requires: tex(hyperref.sty) -Requires: tex(cleveref.sty) -Requires: tex(geometry.sty) -Requires: tex(biblatex.sty) -Requires: tex(caption.sty) -Requires: tex(titlesec.sty) -Requires: tex(tocloft.sty) -Requires: tex(tikz.sty) -Requires: tex(forloop.sty) -Requires: tex(framed.sty) -Requires: tex(totalcount.sty) -Provides: tex(bangorcsthesis.cls) = %{tl_version} - -%description bangorcsthesis -The class typesets thesis/dissertation documents for all levels -(i.e., both undergraduate and graduate students may use the -class). It also provides macros designed to optimise the -process of producing a thesis. - -%package bangorcsthesis-doc -Summary: Documentation for bangorcsthesis -Version: svn48834 -Provides: tex-bangorcsthesis-doc -AutoReqProv: No - -%description bangorcsthesis-doc -Documentation for bangorcsthesis - -%package bangtex -Provides: tex-bangtex = %{tl_version} -License: LPPL -Summary: Writing Bangla and Assamese with LaTeX -Version: svn15878.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(bang10.tfm) = %{tl_version} -Provides: tex(bangsl10.tfm) = %{tl_version} -Provides: tex(bangwd10.tfm) = %{tl_version} -Provides: tex(bangfont.tex) = %{tl_version} -Provides: tex(barticle.cls) = %{tl_version} -Provides: tex(bbk10.clo) = %{tl_version} -Provides: tex(bbk11.clo) = %{tl_version} -Provides: tex(bbk12.clo) = %{tl_version} -Provides: tex(bbook.cls) = %{tl_version} -Provides: tex(bletter.cls) = %{tl_version} -Provides: tex(bsize10.clo) = %{tl_version} -Provides: tex(bsize11.clo) = %{tl_version} -Provides: tex(bsize12.clo) = %{tl_version} - -%description bangtex -The bundle provides class files for writing Bangla and Assamese -with LaTeX, and Metafont sources for fonts. - -%package bangtex-doc -Summary: Documentation for bangtex -Version: svn15878.0 -Provides: tex-bangtex-doc -AutoReqProv: No - -%description bangtex-doc -Documentation for bangtex - -%package bankstatement -Provides: tex-bankstatement = %{tl_version} -License: LPPL -Summary: A LaTeX class for bank statements based on csv data -Version: svn38857 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(xkeyval.sty) -Requires: tex(xkvltxp.sty) -Requires: tex(geometry.sty) -Requires: tex(longtable.sty) -Requires: tex(tabularx.sty) -Requires: tex(xcolor.sty) -Requires: tex(graphicx.sty) -Requires: tex(booktabs.sty) -Requires: tex(datatool.sty) -Requires: tex(calc.sty) -Requires: tex(ifthen.sty) -Provides: tex(bankstatement.cls) = %{tl_version} -Provides: tex(csv-camt.def) = %{tl_version} -Provides: tex(csv-mt940.def) = %{tl_version} -Provides: tex(stmenglish.def) = %{tl_version} -Provides: tex(stmgerman.def) = %{tl_version} - -%description bankstatement -More and more banks allow their customers to download posting -records in various formats. By using the bankstatement class, -you can create bank statements, as long as a csv format is -available. At the moment, the csv-mt940 and csv-camt formats -- -used by many german Sparkassen -- are supported. You can quite -easily add support for other csv formats. Simply define the -order of the keys in the csv data file and how to use them. The -terminology in this class -- such as BIC (Business Identifier -Code) or IBAN (International Bank Account Number) -- is based -on usage in the SEPA (Single Euro Payments Area). The user may -adjust the terminology to suit local needs. - -%package bankstatement-doc -Summary: Documentation for bankstatement -Version: svn38857 - -Provides: tex-bankstatement-doc -AutoReqProv: No - -%description bankstatement-doc -Documentation for bankstatement - -%package barcodes -Provides: tex-barcodes = %{tl_version} -License: LPPL -Summary: Fonts for making barcodes -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(wlc11.tfm) = %{tl_version} -Provides: tex(wlc128.tfm) = %{tl_version} -Provides: tex(wlc39.tfm) = %{tl_version} -Provides: tex(wlc93.tfm) = %{tl_version} -Provides: tex(wlcr39.tfm) = %{tl_version} -Provides: tex(barcodes.sty) = %{tl_version} - -%description barcodes -The package deals with EAN barcodes; Metafont sources for fonts -are provided, and a set of examples; for some codes, a small -Perl script is needed. - -%package barcodes-doc -Summary: Documentation for barcodes -Version: svn15878.0 - -Provides: tex-barcodes-doc -AutoReqProv: No - -%description barcodes-doc -Documentation for barcodes - -%package bardiag -Provides: tex-bardiag = %{tl_version} -License: LPPL -Summary: LateX package for drawing bar diagrams -Version: svn22013.0.4a - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(calc.sty) -Requires: tex(fp-snap.sty) -Requires: tex(pstricks.sty) -Requires: tex(pstcol.sty) -Requires: tex(pst-grad.sty) -Requires: tex(multido.sty) -Requires: tex(ifthen.sty) -Provides: tex(barddoc.sty) = %{tl_version} -Provides: tex(bardiag.cfg) = %{tl_version} -Provides: tex(bardiag.sty) = %{tl_version} -Provides: tex(pstfp.sty) = %{tl_version} - -%description bardiag -The main purpose of the package is to make the drawing of bar -diagrams possible and easy in LaTeX. The BarDiag package is -inspired by and based on PSTricks. - -%package bardiag-doc -Summary: Documentation for bardiag -Version: svn22013.0.4a - -Provides: tex-bardiag-doc -AutoReqProv: No - -%description bardiag-doc -Documentation for bardiag - -%package barr -Provides: tex-barr = %{tl_version} -License: LPPL -Summary: Diagram macros by Michael Barr -Version: svn38479 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(diagxy.tex) = %{tl_version} - -%description barr -Diagxy is a general diagramming package, useful for diagrams in -a number of mathematical disciplines. Diagxy is a development -of an earlier (successful) package to use the facilities of the -xypic bundle. - -%package barr-doc -Summary: Documentation for barr -Version: svn38479 - -Provides: tex-barr-doc -AutoReqProv: No - -%description barr-doc -Documentation for barr - -%package bartel-chess-fonts -Provides: tex-bartel-chess-fonts = %{tl_version} -License: GPL+ -Summary: A set of fonts supporting chess diagrams -Version: svn20619.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(fselch10.tfm) = %{tl_version} -Provides: tex(fselch11.tfm) = %{tl_version} -Provides: tex(fselch12.tfm) = %{tl_version} -Provides: tex(fselch13.tfm) = %{tl_version} -Provides: tex(fselch14.tfm) = %{tl_version} -Provides: tex(fselch16.tfm) = %{tl_version} -Provides: tex(fselch17.tfm) = %{tl_version} -Provides: tex(fselch20.tfm) = %{tl_version} -Provides: tex(fselch24.tfm) = %{tl_version} -Provides: tex(fselch32.tfm) = %{tl_version} -Provides: tex(fselch36.tfm) = %{tl_version} -Provides: tex(fselch6.tfm) = %{tl_version} -Provides: tex(fselch7.tfm) = %{tl_version} -Provides: tex(fselch8.tfm) = %{tl_version} -Provides: tex(fselch9.tfm) = %{tl_version} -Provides: tex(pkelch10.tfm) = %{tl_version} -Provides: tex(pkelch11.tfm) = %{tl_version} -Provides: tex(pkelch12.tfm) = %{tl_version} -Provides: tex(pkelch14.tfm) = %{tl_version} -Provides: tex(pkelch16.tfm) = %{tl_version} -Provides: tex(pkelch8.tfm) = %{tl_version} -Provides: tex(pkelch9.tfm) = %{tl_version} - -%description bartel-chess-fonts -The fonts are provided as Metafont source. - -%package bartel-chess-fonts-doc -Summary: Documentation for bartel-chess-fonts -Version: svn20619.0 - -Provides: tex-bartel-chess-fonts-doc -AutoReqProv: No - -%description bartel-chess-fonts-doc -Documentation for bartel-chess-fonts - -%package bashful -Provides: tex-bashful = %{tl_version} -License: LPPL 1.3 -Summary: Invoke bash commands from within LaTeX -Version: svn25597.0.93 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(xcolor.sty) -Requires: tex(catchfile.sty) -Requires: tex(xkeyval.sty) -Requires: tex(textcomp.sty) -Requires: tex(listings.sty) -Provides: tex(bashful.sty) = %{tl_version} - -%description bashful -The package makes it possible to execute Unix bash shell -scripts from within LaTeX. The main application is in writing -computer-science texts, in which you want to make sure the -programs listed in the document are executed directly from the -input. The package may use other Unix shells than bash, but -does not work without modification in a Windows environment. -The package requires the -shell-escape flag when LaTeX is -processing your document. - -%package bashful-doc -Summary: Documentation for bashful -Version: svn25597.0.93 - -Provides: tex-bashful-doc -AutoReqProv: No - -%description bashful-doc -Documentation for bashful - -%package basicarith -Provides: tex-basicarith = %{tl_version} -License: LPPL 1.3 -Summary: Macros for typesetting basic arithmetic -Version: svn35460.1.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(basicarith.sty) = %{tl_version} - -%description basicarith -The package provides macros for typesetting basic arithmetic, -in the style typically found in textbooks. It focuses on the -American style of performing these algorithms. It is written -mostly in low-level TeX, with the goal that it should run in -either plain TeX or LaTeX, but there are two constructions that -currently prevent this. It is highly configurable, with macros -and lengths described in the documentation. - -%package basicarith-doc -Summary: Documentation for basicarith -Version: svn35460.1.1 - -Provides: tex-basicarith-doc -AutoReqProv: No - -%description basicarith-doc -Documentation for basicarith - -%package baskervald -Provides: tex-baskervald = %{tl_version} -License: LPPL -Summary: Baskervald ADF fonts collection with TeX/LaTeX support -Version: svn19490.1.016 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xkeyval.sty) -Requires: tex(fontenc.sty) -Requires: tex(textcomp.sty) -Requires: tex(nfssext-cfr.sty) -Provides: tex(supp-ybv.enc) = %{tl_version} -Provides: tex(ybv.map) = %{tl_version} -Provides: tex(ybvb8c.tfm) = %{tl_version} -Provides: tex(ybvb8r.tfm) = %{tl_version} -Provides: tex(ybvb8s.tfm) = %{tl_version} -Provides: tex(ybvb8t.tfm) = %{tl_version} -Provides: tex(ybvbi8c.tfm) = %{tl_version} -Provides: tex(ybvbi8r.tfm) = %{tl_version} -Provides: tex(ybvbi8s.tfm) = %{tl_version} -Provides: tex(ybvbi8t.tfm) = %{tl_version} -Provides: tex(ybvbiw8t.tfm) = %{tl_version} -Provides: tex(ybvbw8t.tfm) = %{tl_version} -Provides: tex(ybvh8c.tfm) = %{tl_version} -Provides: tex(ybvh8r.tfm) = %{tl_version} -Provides: tex(ybvh8s.tfm) = %{tl_version} -Provides: tex(ybvh8t.tfm) = %{tl_version} -Provides: tex(ybvho8c.tfm) = %{tl_version} -Provides: tex(ybvho8r.tfm) = %{tl_version} -Provides: tex(ybvho8s.tfm) = %{tl_version} -Provides: tex(ybvho8t.tfm) = %{tl_version} -Provides: tex(ybvhow8t.tfm) = %{tl_version} -Provides: tex(ybvhw8t.tfm) = %{tl_version} -Provides: tex(ybvr8c.tfm) = %{tl_version} -Provides: tex(ybvr8r.tfm) = %{tl_version} -Provides: tex(ybvr8s.tfm) = %{tl_version} -Provides: tex(ybvr8t.tfm) = %{tl_version} -Provides: tex(ybvri8c.tfm) = %{tl_version} -Provides: tex(ybvri8r.tfm) = %{tl_version} -Provides: tex(ybvri8s.tfm) = %{tl_version} -Provides: tex(ybvri8t.tfm) = %{tl_version} -Provides: tex(ybvriw8t.tfm) = %{tl_version} -Provides: tex(ybvrw8t.tfm) = %{tl_version} -Provides: tex(ybvb8a.pfb) = %{tl_version} -Provides: tex(ybvbi8a.pfb) = %{tl_version} -Provides: tex(ybvh8a.pfb) = %{tl_version} -Provides: tex(ybvho8a.pfb) = %{tl_version} -Provides: tex(ybvr8a.pfb) = %{tl_version} -Provides: tex(ybvri8a.pfb) = %{tl_version} -Provides: tex(ybvb8c.vf) = %{tl_version} -Provides: tex(ybvb8t.vf) = %{tl_version} -Provides: tex(ybvbi8c.vf) = %{tl_version} -Provides: tex(ybvbi8t.vf) = %{tl_version} -Provides: tex(ybvbiw8t.vf) = %{tl_version} -Provides: tex(ybvbw8t.vf) = %{tl_version} -Provides: tex(ybvh8c.vf) = %{tl_version} -Provides: tex(ybvh8t.vf) = %{tl_version} -Provides: tex(ybvho8c.vf) = %{tl_version} -Provides: tex(ybvho8t.vf) = %{tl_version} -Provides: tex(ybvhow8t.vf) = %{tl_version} -Provides: tex(ybvhw8t.vf) = %{tl_version} -Provides: tex(ybvr8c.vf) = %{tl_version} -Provides: tex(ybvr8t.vf) = %{tl_version} -Provides: tex(ybvri8c.vf) = %{tl_version} -Provides: tex(ybvri8t.vf) = %{tl_version} -Provides: tex(ybvriw8t.vf) = %{tl_version} -Provides: tex(ybvrw8t.vf) = %{tl_version} -Provides: tex(baskervald.sty) = %{tl_version} -Provides: tex(t1ybv.fd) = %{tl_version} -Provides: tex(t1ybvw.fd) = %{tl_version} -Provides: tex(ts1ybv.fd) = %{tl_version} -Provides: tex(ts1ybvw.fd) = %{tl_version} - -%description baskervald -Baskervald ADF is a serif family with lining figures designed -as a substitute for Baskerville. The family currently includes -upright and italic or oblique shapes in each of regular, bold -and heavy weights. All fonts include the slashed zero and -additional non-standard ligatures. The support package renames -them according to the Karl Berry fontname scheme and defines -two families. One of these primarily provides access to the -"standard" or default characters while the other supports -additional ligatures. The included package files provide access -to these features in LaTeX. - -%package baskervald-doc -Summary: Documentation for baskervald -Version: svn19490.1.016 - -Provides: tex-baskervald-doc -AutoReqProv: No - -%description baskervald-doc -Documentation for baskervald - -%package baskervaldx -Provides: tex-baskervaldx = %{tl_version} -License: GPL+ -Summary: Extension and modification of BaskervaldADF with LaTeX support -Version: svn54512 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fontenc.sty) -Requires: tex(textcomp.sty) -Requires: tex(mweights.sty) -Requires: tex(etoolbox.sty) -Requires: tex(fontaxes.sty) -Requires: tex(xkeyval.sty) -Provides: tex(bvalph.enc) = %{tl_version} -Provides: tex(bvtabosf.enc) = %{tl_version} -Provides: tex(zbv_2bp5ef.enc) = %{tl_version} -Provides: tex(zbv_2n2qka.enc) = %{tl_version} -Provides: tex(zbv_2sm4i7.enc) = %{tl_version} -Provides: tex(zbv_3lvabu.enc) = %{tl_version} -Provides: tex(zbv_3omoui.enc) = %{tl_version} -Provides: tex(zbv_4f5bev.enc) = %{tl_version} -Provides: tex(zbv_4kmser.enc) = %{tl_version} -Provides: tex(zbv_4ksy5y.enc) = %{tl_version} -Provides: tex(zbv_537kn6.enc) = %{tl_version} -Provides: tex(zbv_5zt4ml.enc) = %{tl_version} -Provides: tex(zbv_67xtiz.enc) = %{tl_version} -Provides: tex(zbv_6mioll.enc) = %{tl_version} -Provides: tex(zbv_6rdtju.enc) = %{tl_version} -Provides: tex(zbv_6rwo65.enc) = %{tl_version} -Provides: tex(zbv_6tdhgo.enc) = %{tl_version} -Provides: tex(zbv_7453eo.enc) = %{tl_version} -Provides: tex(zbv_7nnme4.enc) = %{tl_version} -Provides: tex(zbv_7qmldf.enc) = %{tl_version} -Provides: tex(zbv_awcfcx.enc) = %{tl_version} -Provides: tex(zbv_bgypte.enc) = %{tl_version} -Provides: tex(zbv_bs5d7e.enc) = %{tl_version} -Provides: tex(zbv_caye23.enc) = %{tl_version} -Provides: tex(zbv_cgzxx6.enc) = %{tl_version} -Provides: tex(zbv_ck4t6h.enc) = %{tl_version} -Provides: tex(zbv_coqtyh.enc) = %{tl_version} -Provides: tex(zbv_e3qxqg.enc) = %{tl_version} -Provides: tex(zbv_ea64ih.enc) = %{tl_version} -Provides: tex(zbv_gar3zb.enc) = %{tl_version} -Provides: tex(zbv_gjwmpg.enc) = %{tl_version} -Provides: tex(zbv_go57dj.enc) = %{tl_version} -Provides: tex(zbv_gsgxts.enc) = %{tl_version} -Provides: tex(zbv_h4nqsn.enc) = %{tl_version} -Provides: tex(zbv_hg6ru4.enc) = %{tl_version} -Provides: tex(zbv_hkyy53.enc) = %{tl_version} -Provides: tex(zbv_igsfta.enc) = %{tl_version} -Provides: tex(zbv_ik76ei.enc) = %{tl_version} -Provides: tex(zbv_ilkd46.enc) = %{tl_version} -Provides: tex(zbv_jd6ty7.enc) = %{tl_version} -Provides: tex(zbv_jmvj36.enc) = %{tl_version} -Provides: tex(zbv_jwmruw.enc) = %{tl_version} -Provides: tex(zbv_k3ascw.enc) = %{tl_version} -Provides: tex(zbv_k6hbcl.enc) = %{tl_version} -Provides: tex(zbv_krjs6b.enc) = %{tl_version} -Provides: tex(zbv_l7sulo.enc) = %{tl_version} -Provides: tex(zbv_lewyuf.enc) = %{tl_version} -Provides: tex(zbv_mvsyl4.enc) = %{tl_version} -Provides: tex(zbv_n3xo7h.enc) = %{tl_version} -Provides: tex(zbv_n57xi2.enc) = %{tl_version} -Provides: tex(zbv_nak3zo.enc) = %{tl_version} -Provides: tex(zbv_ne5zxs.enc) = %{tl_version} -Provides: tex(zbv_nq5ldf.enc) = %{tl_version} -Provides: tex(zbv_oue4qy.enc) = %{tl_version} -Provides: tex(zbv_riybhr.enc) = %{tl_version} -Provides: tex(zbv_rtdlfq.enc) = %{tl_version} -Provides: tex(zbv_rzwiio.enc) = %{tl_version} -Provides: tex(zbv_shb4ap.enc) = %{tl_version} -Provides: tex(zbv_uhxou6.enc) = %{tl_version} -Provides: tex(zbv_untte3.enc) = %{tl_version} -Provides: tex(zbv_upsxpb.enc) = %{tl_version} -Provides: tex(zbv_wvrs5w.enc) = %{tl_version} -Provides: tex(zbv_wy43ep.enc) = %{tl_version} -Provides: tex(zbv_xbckbj.enc) = %{tl_version} -Provides: tex(zbv_xjuza2.enc) = %{tl_version} -Provides: tex(zbv_xsxsev.enc) = %{tl_version} -Provides: tex(zbv_xyk42r.enc) = %{tl_version} -Provides: tex(zbv_ymibyh.enc) = %{tl_version} -Provides: tex(baskervaldx.map) = %{tl_version} -Provides: tex(Baskervaldx-Bol.otf) = %{tl_version} -Provides: tex(Baskervaldx-BolIta.otf) = %{tl_version} -Provides: tex(Baskervaldx-Ita.otf) = %{tl_version} -Provides: tex(Baskervaldx-Reg.otf) = %{tl_version} -Provides: tex(Baskervaldx-Bol-lf-ly1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Bol-lf-ly1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Bol-lf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Bol-lf-sc-ly1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Bol-lf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Bol-lf-sc-t1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Bol-lf-swash-ly1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Bol-lf-swash-ly1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Bol-lf-swash-t1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Bol-lf-swash-t1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Bol-lf-t1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Bol-lf-t1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Bol-lf-ts1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Bol-lf-ts1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Bol-osf-ly1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Bol-osf-ly1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Bol-osf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Bol-osf-sc-ly1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Bol-osf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Bol-osf-sc-t1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Bol-osf-swash-ly1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Bol-osf-swash-ly1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Bol-osf-swash-t1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Bol-osf-swash-t1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Bol-osf-t1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Bol-osf-t1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Bol-osf-ts1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Bol-osf-ts1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Bol-osf.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Bol-sup-ly1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Bol-sup-ly1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Bol-sup-t1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Bol-sup-t1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Bol-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Bol-tlf-ly1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Bol-tlf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Bol-tlf-sc-ly1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Bol-tlf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Bol-tlf-sc-t1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Bol-tlf-swash-ly1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Bol-tlf-swash-ly1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Bol-tlf-swash-t1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Bol-tlf-swash-t1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Bol-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Bol-tlf-t1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Bol-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Bol-tlf-ts1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Bol-tosf-ly1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Bol-tosf-ly1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Bol-tosf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Bol-tosf-sc-ly1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Bol-tosf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Bol-tosf-sc-t1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Bol-tosf-swash-ly1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Bol-tosf-swash-ly1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Bol-tosf-swash-t1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Bol-tosf-swash-t1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Bol-tosf-t1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Bol-tosf-t1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Bol-tosf-ts1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Bol-tosf-ts1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-alph.tfm) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-lf-ly1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-lf-ly1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-lf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-lf-sc-ly1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-lf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-lf-sc-t1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-lf-swash-ly1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-lf-swash-ly1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-lf-swash-t1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-lf-swash-t1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-lf-t1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-lf-t1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-lf-ts1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-lf-ts1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-osf-ly1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-osf-ly1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-osf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-osf-sc-ly1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-osf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-osf-sc-t1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-osf-swash-ly1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-osf-swash-ly1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-osf-swash-t1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-osf-swash-t1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-osf-t1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-osf-t1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-osf-ts1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-osf-ts1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-sup-ly1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-sup-ly1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-sup-t1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-sup-t1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-tlf-ly1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-tlf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-tlf-sc-ly1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-tlf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-tlf-sc-t1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-tlf-swash-ly1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-tlf-swash-ly1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-tlf-swash-t1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-tlf-swash-t1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-tlf-t1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-tlf-ts1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-tosf-ly1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-tosf-ly1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-tosf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-tosf-sc-ly1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-tosf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-tosf-sc-t1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-tosf-swash-ly1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-tosf-swash-ly1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-tosf-swash-t1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-tosf-swash-t1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-tosf-t1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-tosf-t1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-tosf-ts1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-tosf-ts1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Ita-alph.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Ita-lf-ly1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Ita-lf-ly1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Ita-lf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Ita-lf-sc-ly1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Ita-lf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Ita-lf-sc-t1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Ita-lf-swash-ly1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Ita-lf-swash-ly1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Ita-lf-swash-t1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Ita-lf-swash-t1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Ita-lf-t1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Ita-lf-t1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Ita-lf-ts1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Ita-lf-ts1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Ita-osf-ly1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Ita-osf-ly1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Ita-osf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Ita-osf-sc-ly1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Ita-osf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Ita-osf-sc-t1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Ita-osf-swash-ly1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Ita-osf-swash-ly1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Ita-osf-swash-t1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Ita-osf-swash-t1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Ita-osf-t1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Ita-osf-t1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Ita-osf-ts1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Ita-osf-ts1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Ita-sup-ly1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Ita-sup-ly1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Ita-sup-t1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Ita-sup-t1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Ita-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Ita-tlf-ly1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Ita-tlf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Ita-tlf-sc-ly1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Ita-tlf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Ita-tlf-sc-t1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Ita-tlf-swash-ly1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Ita-tlf-swash-ly1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Ita-tlf-swash-t1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Ita-tlf-swash-t1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Ita-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Ita-tlf-t1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Ita-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Ita-tlf-ts1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Ita-tosf-ly1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Ita-tosf-ly1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Ita-tosf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Ita-tosf-sc-ly1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Ita-tosf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Ita-tosf-sc-t1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Ita-tosf-swash-ly1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Ita-tosf-swash-ly1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Ita-tosf-swash-t1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Ita-tosf-swash-t1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Ita-tosf-t1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Ita-tosf-t1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Ita-tosf-ts1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Ita-tosf-ts1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Reg-lf-ly1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Reg-lf-ly1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Reg-lf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Reg-lf-sc-ly1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Reg-lf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Reg-lf-sc-t1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Reg-lf-swash-ly1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Reg-lf-swash-ly1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Reg-lf-swash-t1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Reg-lf-swash-t1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Reg-lf-t1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Reg-lf-t1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Reg-lf-ts1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Reg-lf-ts1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Reg-osf-ly1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Reg-osf-ly1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Reg-osf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Reg-osf-sc-ly1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Reg-osf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Reg-osf-sc-t1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Reg-osf-swash-ly1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Reg-osf-swash-ly1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Reg-osf-swash-t1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Reg-osf-swash-t1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Reg-osf-t1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Reg-osf-t1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Reg-osf-ts1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Reg-osf-ts1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Reg-sup-ly1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Reg-sup-ly1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Reg-sup-t1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Reg-sup-t1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Reg-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Reg-tlf-ly1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Reg-tlf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Reg-tlf-sc-ly1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Reg-tlf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Reg-tlf-sc-t1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Reg-tlf-swash-ly1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Reg-tlf-swash-ly1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Reg-tlf-swash-t1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Reg-tlf-swash-t1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Reg-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Reg-tlf-t1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Reg-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Reg-tlf-ts1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Reg-tosf-ly1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Reg-tosf-ly1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Reg-tosf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Reg-tosf-sc-ly1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Reg-tosf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Reg-tosf-sc-t1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Reg-tosf-swash-ly1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Reg-tosf-swash-ly1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Reg-tosf-swash-t1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Reg-tosf-swash-t1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Reg-tosf-t1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Reg-tosf-t1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Reg-tosf-ts1--base.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Reg-tosf-ts1.tfm) = %{tl_version} -Provides: tex(Baskervaldx-osf.tfm) = %{tl_version} -Provides: tex(zbvbmi.tfm) = %{tl_version} -Provides: tex(zbvmi.tfm) = %{tl_version} -Provides: tex(Baskervaldx-Bol.pfb) = %{tl_version} -Provides: tex(Baskervaldx-BolIta.pfb) = %{tl_version} -Provides: tex(Baskervaldx-Ita.pfb) = %{tl_version} -Provides: tex(Baskervaldx-Reg.pfb) = %{tl_version} -Provides: tex(Baskervaldx-Bol-lf-ly1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Bol-lf-sc-ly1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Bol-lf-sc-t1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Bol-lf-swash-ly1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Bol-lf-swash-t1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Bol-lf-t1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Bol-lf-ts1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Bol-osf-ly1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Bol-osf-sc-ly1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Bol-osf-sc-t1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Bol-osf-swash-ly1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Bol-osf-swash-t1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Bol-osf-t1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Bol-osf-ts1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Bol-sup-ly1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Bol-sup-t1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Bol-tlf-ly1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Bol-tlf-sc-ly1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Bol-tlf-sc-t1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Bol-tlf-swash-ly1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Bol-tlf-swash-t1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Bol-tlf-t1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Bol-tlf-ts1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Bol-tosf-ly1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Bol-tosf-sc-ly1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Bol-tosf-sc-t1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Bol-tosf-swash-ly1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Bol-tosf-swash-t1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Bol-tosf-t1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Bol-tosf-ts1.vf) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-lf-ly1.vf) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-lf-sc-ly1.vf) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-lf-sc-t1.vf) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-lf-swash-ly1.vf) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-lf-swash-t1.vf) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-lf-t1.vf) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-lf-ts1.vf) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-osf-ly1.vf) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-osf-sc-ly1.vf) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-osf-sc-t1.vf) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-osf-swash-ly1.vf) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-osf-swash-t1.vf) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-osf-t1.vf) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-osf-ts1.vf) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-sup-ly1.vf) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-sup-t1.vf) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-tlf-ly1.vf) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-tlf-sc-ly1.vf) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-tlf-sc-t1.vf) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-tlf-swash-ly1.vf) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-tlf-swash-t1.vf) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-tlf-t1.vf) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-tlf-ts1.vf) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-tosf-ly1.vf) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-tosf-sc-ly1.vf) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-tosf-sc-t1.vf) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-tosf-swash-ly1.vf) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-tosf-swash-t1.vf) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-tosf-t1.vf) = %{tl_version} -Provides: tex(Baskervaldx-BolIta-tosf-ts1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Ita-lf-ly1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Ita-lf-sc-ly1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Ita-lf-sc-t1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Ita-lf-swash-ly1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Ita-lf-swash-t1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Ita-lf-t1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Ita-lf-ts1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Ita-osf-ly1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Ita-osf-sc-ly1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Ita-osf-sc-t1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Ita-osf-swash-ly1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Ita-osf-swash-t1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Ita-osf-t1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Ita-osf-ts1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Ita-sup-ly1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Ita-sup-t1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Ita-tlf-ly1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Ita-tlf-sc-ly1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Ita-tlf-sc-t1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Ita-tlf-swash-ly1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Ita-tlf-swash-t1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Ita-tlf-t1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Ita-tlf-ts1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Ita-tosf-ly1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Ita-tosf-sc-ly1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Ita-tosf-sc-t1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Ita-tosf-swash-ly1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Ita-tosf-swash-t1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Ita-tosf-t1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Ita-tosf-ts1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Reg-lf-ly1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Reg-lf-sc-ly1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Reg-lf-sc-t1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Reg-lf-swash-ly1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Reg-lf-swash-t1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Reg-lf-t1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Reg-lf-ts1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Reg-osf-ly1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Reg-osf-sc-ly1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Reg-osf-sc-t1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Reg-osf-swash-ly1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Reg-osf-swash-t1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Reg-osf-t1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Reg-osf-ts1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Reg-sup-ly1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Reg-sup-t1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Reg-tlf-ly1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Reg-tlf-sc-ly1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Reg-tlf-sc-t1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Reg-tlf-swash-ly1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Reg-tlf-swash-t1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Reg-tlf-t1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Reg-tlf-ts1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Reg-tosf-ly1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Reg-tosf-sc-ly1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Reg-tosf-sc-t1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Reg-tosf-swash-ly1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Reg-tosf-swash-t1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Reg-tosf-t1.vf) = %{tl_version} -Provides: tex(Baskervaldx-Reg-tosf-ts1.vf) = %{tl_version} -Provides: tex(zbvbmi.vf) = %{tl_version} -Provides: tex(zbvmi.vf) = %{tl_version} -Provides: tex(Baskervaldx.sty) = %{tl_version} -Provides: tex(LY1Baskervaldx-LF.fd) = %{tl_version} -Provides: tex(LY1Baskervaldx-OsF.fd) = %{tl_version} -Provides: tex(LY1Baskervaldx-Sup.fd) = %{tl_version} -Provides: tex(LY1Baskervaldx-TLF.fd) = %{tl_version} -Provides: tex(LY1Baskervaldx-TOsF.fd) = %{tl_version} -Provides: tex(T1Baskervaldx-LF.fd) = %{tl_version} -Provides: tex(T1Baskervaldx-OsF.fd) = %{tl_version} -Provides: tex(T1Baskervaldx-Sup.fd) = %{tl_version} -Provides: tex(T1Baskervaldx-TLF.fd) = %{tl_version} -Provides: tex(T1Baskervaldx-TOsF.fd) = %{tl_version} -Provides: tex(TS1Baskervaldx-LF.fd) = %{tl_version} -Provides: tex(TS1Baskervaldx-OsF.fd) = %{tl_version} -Provides: tex(TS1Baskervaldx-TLF.fd) = %{tl_version} -Provides: tex(TS1Baskervaldx-TOsF.fd) = %{tl_version} - -%description baskervaldx -Extends and modifies the BaskervaldADF font (a Baskerville -substitute) with more accented glyphs, with small caps and -oldstyle figures in all shapes. Includes OpenType and -PostScript fonts, as well as LaTeX support files. - -%package baskervaldx-doc -Summary: Documentation for baskervaldx -Version: svn54512 -Provides: tex-baskervaldx-doc -AutoReqProv: No - -%description baskervaldx-doc -Documentation for baskervaldx - -%package basque-book -Provides: tex-basque-book = %{tl_version} -License: LPPL 1.2 -Summary: Class for book-type documents written in Basque -Version: svn32924.1.20 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(basque-date.sty) -Provides: tex(basque-book.cls) = %{tl_version} - -%description basque-book -The class is derived from the LaTeX book class. The extensions -solve grammatical and numeration issues that occur when book- -type documents are written in Basque. The class is useful for -writing books, PhD and Master Theses, etc., in Basque. - -%package basque-book-doc -Summary: Documentation for basque-book -Version: svn32924.1.20 - -Provides: tex-basque-book-doc -AutoReqProv: No - -%description basque-book-doc -Documentation for basque-book - -%package basque-date -Provides: tex-basque-date = %{tl_version} -License: LPPL 1.2 -Summary: Print the date in Basque -Version: svn26477.1.05 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(basque-date.sty) = %{tl_version} - -%description basque-date -The package provides two LaTeX commands to print the current -date in Basque according to the correct forms ruled by The -Basque Language Academy (Euskaltzaindia). The commands -automatically solve the complex declination issues of numbers -in Basque. - -%package basque-date-doc -Summary: Documentation for basque-date -Version: svn26477.1.05 - -Provides: tex-basque-date-doc -AutoReqProv: No - -%description basque-date-doc -Documentation for basque-date - -%package bbcard -Provides: tex-bbcard = %{tl_version} -License: Public Domain -Summary: Bullshit bingo, calendar and baseball-score cards -Version: svn19440.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - - -%description bbcard -Three jiffy packages for creating cards of various sorts with -MetaPost. - -%package bbcard-doc -Summary: Documentation for bbcard -Version: svn19440.0 - -Provides: tex-bbcard-doc -AutoReqProv: No - -%description bbcard-doc -Documentation for bbcard - -%package bbding -Provides: tex-bbding = %{tl_version} -License: LPPL -Summary: A symbol (dingbat) font and LaTeX macros for its use -Version: svn17186.1.01 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(bbding10.tfm) = %{tl_version} -Provides: tex(Uding.fd) = %{tl_version} -Provides: tex(bbding.sty) = %{tl_version} - -%description bbding -A symbol font (distributed as Metafont source) that contains -many of the symbols of the Zapf dingbats set, together with an -NFSS interface for using the font. An Adobe Type 1 version of -the fonts is available in the niceframe fonts bundle. - -%package bbding-doc -Summary: Documentation for bbding -Version: svn17186.1.01 - -Provides: tex-bbding-doc -AutoReqProv: No - -%description bbding-doc -Documentation for bbding - -%package bbm-macros -Provides: tex-bbm-macros = %{tl_version} -License: LPPL -Summary: LaTeX support for "blackboard-style" cm fonts -Version: svn17224.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-bbm -Provides: tex(bbm.sty) = %{tl_version} -Provides: tex(ubbm.fd) = %{tl_version} -Provides: tex(ubbmss.fd) = %{tl_version} -Provides: tex(ubbmtt.fd) = %{tl_version} - -%description bbm-macros -Provides LaTeX support for Blackboard variants of Computer -Modern fonts. Declares a font family bbm so you can in -principle write running text in blackboard bold, and lots of -math alphabets for using the fonts within maths. - -%package bbm-macros-doc -Summary: Documentation for bbm-macros -Version: svn17224.0 - -Provides: tex-bbm-macros-doc -AutoReqProv: No - -%description bbm-macros-doc -Documentation for bbm-macros - -%package bbm -Provides: tex-bbm = %{tl_version} -License: Copyright only -Summary: "Blackboard-style" cm fonts -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(bbm10.tfm) = %{tl_version} -Provides: tex(bbm12.tfm) = %{tl_version} -Provides: tex(bbm17.tfm) = %{tl_version} -Provides: tex(bbm5.tfm) = %{tl_version} -Provides: tex(bbm6.tfm) = %{tl_version} -Provides: tex(bbm7.tfm) = %{tl_version} -Provides: tex(bbm8.tfm) = %{tl_version} -Provides: tex(bbm9.tfm) = %{tl_version} -Provides: tex(bbmb10.tfm) = %{tl_version} -Provides: tex(bbmbx10.tfm) = %{tl_version} -Provides: tex(bbmbx12.tfm) = %{tl_version} -Provides: tex(bbmbx5.tfm) = %{tl_version} -Provides: tex(bbmbx6.tfm) = %{tl_version} -Provides: tex(bbmbx7.tfm) = %{tl_version} -Provides: tex(bbmbx8.tfm) = %{tl_version} -Provides: tex(bbmbx9.tfm) = %{tl_version} -Provides: tex(bbmbxsl10.tfm) = %{tl_version} -Provides: tex(bbmdunh10.tfm) = %{tl_version} -Provides: tex(bbmfib8.tfm) = %{tl_version} -Provides: tex(bbmfxib8.tfm) = %{tl_version} -Provides: tex(bbmsl10.tfm) = %{tl_version} -Provides: tex(bbmsl12.tfm) = %{tl_version} -Provides: tex(bbmsl8.tfm) = %{tl_version} -Provides: tex(bbmsl9.tfm) = %{tl_version} -Provides: tex(bbmss10.tfm) = %{tl_version} -Provides: tex(bbmss12.tfm) = %{tl_version} -Provides: tex(bbmss17.tfm) = %{tl_version} -Provides: tex(bbmss8.tfm) = %{tl_version} -Provides: tex(bbmss9.tfm) = %{tl_version} -Provides: tex(bbmssbx10.tfm) = %{tl_version} -Provides: tex(bbmssdc10.tfm) = %{tl_version} -Provides: tex(bbmssi10.tfm) = %{tl_version} -Provides: tex(bbmssi12.tfm) = %{tl_version} -Provides: tex(bbmssi17.tfm) = %{tl_version} -Provides: tex(bbmssi8.tfm) = %{tl_version} -Provides: tex(bbmssi9.tfm) = %{tl_version} -Provides: tex(bbmssq8.tfm) = %{tl_version} -Provides: tex(bbmssqi8.tfm) = %{tl_version} -Provides: tex(bbmtt10.tfm) = %{tl_version} -Provides: tex(bbmtt12.tfm) = %{tl_version} -Provides: tex(bbmtt8.tfm) = %{tl_version} -Provides: tex(bbmtt9.tfm) = %{tl_version} - -%description bbm -Blackboard variants of Computer Modern fonts. The fonts are -distributed as Metafont source (only); LaTeX support is -available with the bbm-macros package. The Sauter font package -has Metafont parameter source files for building the fonts at -more sizes than you could reasonably imagine. A sample of these -fonts appears in the blackboard bold sampler. - -%package bbm-doc -Summary: Documentation for bbm -Version: svn15878.0 - -Provides: tex-bbm-doc -AutoReqProv: No - -%description bbm-doc -Documentation for bbm - -%package bbold -Provides: tex-bbold = %{tl_version} -License: BSD -Summary: Sans serif blackboard bold -Version: svn17187.1.01 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(bbold10.tfm) = %{tl_version} -Provides: tex(bbold12.tfm) = %{tl_version} -Provides: tex(bbold17.tfm) = %{tl_version} -Provides: tex(bbold5.tfm) = %{tl_version} -Provides: tex(bbold6.tfm) = %{tl_version} -Provides: tex(bbold7.tfm) = %{tl_version} -Provides: tex(bbold8.tfm) = %{tl_version} -Provides: tex(bbold9.tfm) = %{tl_version} -Provides: tex(Ubbold.fd) = %{tl_version} -Provides: tex(bbold.sty) = %{tl_version} - -%description bbold -A geometric sans serif blackboard bold font, for use in -mathematics; Metafont sources are provided, as well as macros -for use with LaTeX. The Sauter font package has Metafont -parameter source files for building the fonts at more sizes -than you could reasonably imagine. See the blackboard sampler -for a feel for the font's appearance. - -%package bbold-doc -Summary: Documentation for bbold -Version: svn17187.1.01 - -Provides: tex-bbold-doc -AutoReqProv: No - -%description bbold-doc -Documentation for bbold - -%package bbold-type1 -Provides: tex-bbold-type1 = %{tl_version} -License: Copyright only -Summary: An Adobe Type 1 format version of the bbold font -Version: svn33143.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(bbold.map) = %{tl_version} -Provides: tex(bbold10.pfb) = %{tl_version} -Provides: tex(bbold5.pfb) = %{tl_version} -Provides: tex(bbold7.pfb) = %{tl_version} - -%description bbold-type1 -The files offer an Adobe Type 1 format version of the 5pt, 7pt -and 10pt versions of the bbold fonts. The distribution also -includes a map file, for use when incorporating the fonts into -TeX documents; the macros provided with the original Metafont -version of the font serve for the scaleable version, too. The -fonts were produced to be part of the TeX distribution from -Y&Y; they were generously donated to the TeX Users Group when -Y&Y closed its doors as a business. - -%package bbold-type1-doc -Summary: Documentation for bbold-type1 -Version: svn33143.0 - -Provides: tex-bbold-type1-doc -AutoReqProv: No - -%description bbold-type1-doc -Documentation for bbold-type1 - -%package bchart -Provides: tex-bchart = %{tl_version} -License: MIT -Summary: Draw simple bar charts in LaTeX -Version: svn43928 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(bchart.sty) = %{tl_version} - -%description bchart -The package provides horizontal bar charts, drawn using TikZ on -a numeric X-axis. The focus of the package is simplicity and -aesthetics. - -%package bchart-doc -Summary: Documentation for bchart -Version: svn43928 -Provides: tex-bchart-doc -AutoReqProv: No - -%description bchart-doc -Documentation for bchart - -%package bclogo -Provides: tex-bclogo = %{tl_version} -License: LPPL -Summary: Creating colourful boxes with logos -Version: svn39364 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(xkeyval.sty) -Requires: tex(ifthen.sty) -Requires: tex(graphicx.sty) -Requires: tex(tikz.sty) -Requires: tex(pst-blur.sty) -Requires: tex(pstricks.sty) -Requires: tex(pst-grad.sty) -Requires: tex(pst-coil.sty) -Requires: tex(ifpdf.sty) -Provides: tex(bclogo.sty) = %{tl_version} - -%description bclogo -The package facilitates the creation of colorful boxes with a -title and logo. It may use either tikz or PSTricks as graphics -engine. - -%package bclogo-doc -Summary: Documentation for bclogo -Version: svn39364 - -Provides: tex-bclogo-doc -AutoReqProv: No - -%description bclogo-doc -Documentation for bclogo - -%package beamer2thesis -Provides: tex-beamer2thesis = %{tl_version} -License: LPPL -Summary: Thesis presentations using beamer -Version: svn27539.2.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifxetex.sty) -Requires: tex(pifont.sty) -Requires: tex(fontspec.sty) -Requires: tex(xunicode.sty) -Requires: tex(xltxtra.sty) -Requires: tex(metalogo.sty) -Requires: tex(xkeyval.sty) -Requires: tex(polyglossia.sty) -Requires: tex(inputenc.sty) -Requires: tex(babel.sty) -Provides: tex(beamercolorthemetorinoth.sty) = %{tl_version} -Provides: tex(beamerfontthemetorinoth.sty) = %{tl_version} -Provides: tex(beamerinnerthemetorinoth.sty) = %{tl_version} -Provides: tex(beamerouterthemetorinoth.sty) = %{tl_version} -Provides: tex(beamerthemeTorinoTh.sty) = %{tl_version} - -%description beamer2thesis -The package specifies a beamer theme for presenting a thesis. - -%package beamer2thesis-doc -Summary: Documentation for beamer2thesis -Version: svn27539.2.2 - -Provides: tex-beamer2thesis-doc -AutoReqProv: No - -%description beamer2thesis-doc -Documentation for beamer2thesis - -%package beameraudience -Provides: tex-beameraudience = %{tl_version} -License: LPPL -Summary: Assembling beamer frames according to audience -Version: svn23427.0.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(kvoptions.sty) -Requires: tex(cprotect.sty) -Requires: tex(ifthen.sty) -Provides: tex(beameraudience.sty) = %{tl_version} - -%description beameraudience -The Beamer Audience package provides macros to easily assemble -frames according to different audiences. It enables to pick up -the frames for a specific audience while leaving their order -according to a logical structure in the LaTeX source. - -%package beameraudience-doc -Summary: Documentation for beameraudience -Version: svn23427.0.1 - -Provides: tex-beameraudience-doc -AutoReqProv: No - -%description beameraudience-doc -Documentation for beameraudience - -%package beamerdarkthemes -Provides: tex-beamerdarkthemes = %{tl_version} -License: LPPL 1.3 -Summary: Dark color themes for beamer -Version: svn35101.0.4.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(beamercolorthemecormorant.sty) = %{tl_version} -Provides: tex(beamercolorthemefrigatebird.sty) = %{tl_version} -Provides: tex(beamercolorthememagpie.sty) = %{tl_version} - -%description beamerdarkthemes -A package with three dark color themes for beamer, designed for -presentations with pictures and/or for bright rooms without -screen. These themes mix one dominant foreground colour and a -black background. Cormorant stands for green, frigatebird for -red and magpie for blue. - -%package beamerdarkthemes-doc -Summary: Documentation for beamerdarkthemes -Version: svn35101.0.4.1 - -Provides: tex-beamerdarkthemes-doc -AutoReqProv: No - -%description beamerdarkthemes-doc -Documentation for beamerdarkthemes - -%package beamer-FUBerlin-doc -Summary: Documentation for beamer-FUBerlin -Version: svn38159.0.02b - -Provides: tex-beamer-FUBerlin-doc -Provides: tex-beamer-FUBerlin -Provides: texlive-beamer-FUBerlin -AutoReqProv: No - -%description beamer-FUBerlin-doc -Documentation for beamer-FUBerlin - -%package beamerposter -Provides: tex-beamerposter = %{tl_version} -License: LPPL -Summary: Extend beamer and a0poster for custom sized posters -Version: svn54512 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xkeyval.sty) -Requires: tex(type1cm.sty) -Requires: tex(fp.sty) -Provides: tex(beamerposter.sty) = %{tl_version} -Provides: tex(beamerthemeAachen.sty) = %{tl_version} -Provides: tex(beamerthemeI6dv.sty) = %{tl_version} -Provides: tex(beamerthemeI6pd.sty) = %{tl_version} -Provides: tex(beamerthemeI6pd2.sty) = %{tl_version} -Provides: tex(beamerthemeI6td.sty) = %{tl_version} -Provides: tex(beamerthemeZH.sty) = %{tl_version} - -%description beamerposter -The package enables the user to use beamer style operations on -a canvas of the sizes provided by a0poster; font scaling is -available (using packages such as type1cm if necessary). In -addition, the package allows the user to benefit from the nice -colour box handling and alignment provided by the beamer class -(for example, with rounded corners and shadows). Good looking -posters may be created very rapidly. Features include: scalable -fonts using the fp and type1cm packages; posters in A-series -sizes, and custom sizes like double A0 are possible; still -applicable to custom beamer slides, e.g. 16:9 slides for a wide- -screen (i.e. 1.78 aspect ratio); orientation may be portrait or -landscape; a 'debug mode' is provided. - -%package beamerposter-doc -Summary: Documentation for beamerposter -Version: svn54512 -Provides: tex-beamerposter-doc -AutoReqProv: No - -%description beamerposter-doc -Documentation for beamerposter - -%package beamersubframe -Provides: tex-beamersubframe = %{tl_version} -License: LPPL -Summary: Reorder frames in the PDF file -Version: svn23510.0.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(verbatim.sty) -Provides: tex(beamersubframe.sty) = %{tl_version} - -%description beamersubframe -The package provides a method to reorder frames in the PDF file -without reordering the source. Its principal use is to embed or -append frames with details on some subject. The author -describes the package as "experimental". - -%package beamersubframe-doc -Summary: Documentation for beamersubframe -Version: svn23510.0.2 - -Provides: tex-beamersubframe-doc -AutoReqProv: No - -%description beamersubframe-doc -Documentation for beamersubframe - -%package beamerthemejltree -Provides: tex-beamerthemejltree = %{tl_version} -License: GPL+ -Summary: Contributed beamer theme -Version: svn21977.1.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(beamerthemeJLTree.sty) = %{tl_version} - -%description beamerthemejltree -A theme for beamer presentations. - -%package beamerthemenirma -Provides: tex-beamerthemenirma = %{tl_version} -License: LPPL -Summary: A Beamer theme for academic presentations -Version: svn20765.0.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(beamerbasethemes.sty) -Requires: tex(pgf.sty) -Provides: tex(beamerthemenirma.sty) = %{tl_version} - -%description beamerthemenirma -The package developed for academic purposes. The distribution -includes nothing more than style file needed for preparing -presentations. - -%package beamerthemenirma-doc -Summary: Documentation for beamerthemenirma -Version: svn20765.0.1 - -Provides: tex-beamerthemenirma-doc -AutoReqProv: No - -%description beamerthemenirma-doc -Documentation for beamerthemenirma - -%package beamertheme-phnompenh -Provides: tex-beamertheme-phnompenh = %{tl_version} -Provides: tex-beamerthemephnompenh = %{tl_version} -Provides: beamerthemephnompenh = %{tl_version} -Obsoletes: beamerthemephnompenh < 2016 -License: LPPL -Summary: beamertheme-phnompenh package -Version: svn39100 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(beamerthemePhnomPenh.sty) = %{tl_version} - -%description beamertheme-phnompenh -beamertheme-phnompenh package - -%package beamertheme-phnompenh-doc -Summary: Documentation for beamertheme-phnompenh -Version: svn39100 - -Provides: tex-beamerthemephnompenh-doc -Provides: tex-beamertheme-phnompenh-doc -Provides: beamerthemephnompenh-doc = %{tl_version} -Obsoletes: beamerthemephnompenh-doc < 2016 -AutoReqProv: No - -%description beamertheme-phnompenh-doc -Documentation for beamertheme-phnompenh - -%package beamertheme-upenn-bc -Provides: tex-beamertheme-upenn-bc = %{tl_version} -License: LPPL -Summary: Beamer themies for Boston College and the University of Pennsylvania -Version: svn29937.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(beamercolorthemegoeagles.sty) = %{tl_version} -Provides: tex(beamercolorthemepenn.sty) = %{tl_version} - -%description beamertheme-upenn-bc -Beamer themes in the colors of the University of Pennsylvania, -USA, and Boston College, USA. Both were tested for the -presentation theme 'Warsaw. Please note that these color themes -are neither official nor exact! The colours are approximated -from the universities' style guidelines and websites, and -slightly modified where necessary to generate an appealing -look. The universities neither endorse, nor provide any support -for, these color themes. I give no warranty for the code. - -%package beamertheme-upenn-bc-doc -Summary: Documentation for beamertheme-upenn-bc -Version: svn29937.1.0 - -Provides: tex-beamertheme-upenn-bc-doc -AutoReqProv: No - -%description beamertheme-upenn-bc-doc -Documentation for beamertheme-upenn-bc %package beamer -Provides: tex-beamer = %{tl_version} -License: LPPL 1.3 +Provides: tex-beamer = %{epoch}:%{source_date}-%{release} +Provides: tex-beamer-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-beamer-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-beamer-doc < %{tl_epoch}:%{source_date} +License: GPL+ Summary: A LaTeX class for producing presentations and slides -Version: svn54841 +BuildArch: noarch Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea Requires: texlive-amscls @@ -17383,376 +3197,299 @@ for use in other language environments. Beamer depends on the following other packages: atbegshi, etoolbox, hyperref, ifpdf, pgf, and translator. -%package beamer-doc -Summary: Documentation for beamer -Version: svn54841 -Provides: tex-beamer-doc -AutoReqProv: No -Requires: tex-pgf-doc -Requires: tex-xcolor-doc - -%description beamer-doc -Documentation for beamer - %package pgf -Provides: tex-pgf = %{tl_version} +Provides: tex-pgf = %{epoch}:%{source_date}-%{release} +Provides: tex-pgf-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-pgf-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-pgf-doc < %{tl_epoch}:%{source_date} License: LPPL 1.3 Summary: Create PostScript and PDF graphics in TeX -Version: svn54512 +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-xkeyval -Requires: texlive-ms +Requires: tex-kpathsea +Requires: tex-xkeyval Requires: tex(pgfcomp-version-0-65.sty) Requires: tex(pgfcore.sty) Requires: tex(graphicx.sty) Requires: tex(keyval.sty) Requires: tex(xcolor.sty) -Provides: tex(pgf.cfg) = %{tl_version} -Provides: tex(pgfsys-common-pdf-via-dvi.def) = %{tl_version} -Provides: tex(pgfsys-common-pdf.def) = %{tl_version} -Provides: tex(pgfsys-common-postscript.def) = %{tl_version} -Provides: tex(pgfsys-common-svg.def) = %{tl_version} -Provides: tex(pgfsys-dvi.def) = %{tl_version} -Provides: tex(pgfsys-dvipdfm.def) = %{tl_version} -Provides: tex(pgfsys-dvipdfmx.def) = %{tl_version} -Provides: tex(pgfsys-dvips.def) = %{tl_version} -Provides: tex(pgfsys-dvisvgm.def) = %{tl_version} -Provides: tex(pgfsys-luatex.def) = %{tl_version} -Provides: tex(pgfsys-pdftex.def) = %{tl_version} -Provides: tex(pgfsys-tex4ht.def) = %{tl_version} -Provides: tex(pgfsys-textures.def) = %{tl_version} -Provides: tex(pgfsys-vtex.def) = %{tl_version} -Provides: tex(pgfsys-xetex.def) = %{tl_version} -Provides: tex(pgfutil-context.def) = %{tl_version} -Provides: tex(pgfutil-latex.def) = %{tl_version} -Provides: tex(pgfutil-plain.def) = %{tl_version} -Provides: tex(pgf.revision.tex) = %{tl_version} -Provides: tex(pgf.sty) = %{tl_version} -Provides: tex(pgf.tex) = %{tl_version} -Provides: tex(pgfarrows.sty) = %{tl_version} -Provides: tex(pgfautomata.sty) = %{tl_version} -Provides: tex(pgfbaseimage.sty) = %{tl_version} -Provides: tex(pgfbaseimage.tex) = %{tl_version} -Provides: tex(pgfbaselayers.sty) = %{tl_version} -Provides: tex(pgfbaselayers.tex) = %{tl_version} -Provides: tex(pgfbasematrix.sty) = %{tl_version} -Provides: tex(pgfbasematrix.tex) = %{tl_version} -Provides: tex(pgfbasepatterns.sty) = %{tl_version} -Provides: tex(pgfbasepatterns.tex) = %{tl_version} -Provides: tex(pgfbaseplot.sty) = %{tl_version} -Provides: tex(pgfbaseplot.tex) = %{tl_version} -Provides: tex(pgfbaseshapes.sty) = %{tl_version} -Provides: tex(pgfbaseshapes.tex) = %{tl_version} -Provides: tex(pgfbasesnakes.sty) = %{tl_version} -Provides: tex(pgfbasesnakes.tex) = %{tl_version} -Provides: tex(pgfcalendar.code.tex) = %{tl_version} -Provides: tex(pgfcalendar.sty) = %{tl_version} -Provides: tex(pgfcalendar.tex) = %{tl_version} -Provides: tex(pgfcomp-version-0-65.sty) = %{tl_version} -Provides: tex(pgfcomp-version-1-18.sty) = %{tl_version} -Provides: tex(pgfcore.code.tex) = %{tl_version} -Provides: tex(pgfcore.sty) = %{tl_version} -Provides: tex(pgfcore.tex) = %{tl_version} -Provides: tex(pgfcorearrows.code.tex) = %{tl_version} -Provides: tex(pgfcoreexternal.code.tex) = %{tl_version} -Provides: tex(pgfcoregraphicstate.code.tex) = %{tl_version} -Provides: tex(pgfcoreimage.code.tex) = %{tl_version} -Provides: tex(pgfcorelayers.code.tex) = %{tl_version} -Provides: tex(pgfcoreobjects.code.tex) = %{tl_version} -Provides: tex(pgfcorepathconstruct.code.tex) = %{tl_version} -Provides: tex(pgfcorepathprocessing.code.tex) = %{tl_version} -Provides: tex(pgfcorepathusage.code.tex) = %{tl_version} -Provides: tex(pgfcorepatterns.code.tex) = %{tl_version} -Provides: tex(pgfcorepoints.code.tex) = %{tl_version} -Provides: tex(pgfcorequick.code.tex) = %{tl_version} -Provides: tex(pgfcorerdf.code.tex) = %{tl_version} -Provides: tex(pgfcorescopes.code.tex) = %{tl_version} -Provides: tex(pgfcoreshade.code.tex) = %{tl_version} -Provides: tex(pgfcoretransformations.code.tex) = %{tl_version} -Provides: tex(pgfcoretransparency.code.tex) = %{tl_version} -Provides: tex(pgfexternal.tex) = %{tl_version} -Provides: tex(pgfexternalwithdepth.tex) = %{tl_version} -Provides: tex(pgffor.code.tex) = %{tl_version} -Provides: tex(pgffor.sty) = %{tl_version} -Provides: tex(pgffor.tex) = %{tl_version} -Provides: tex(pgfheaps.sty) = %{tl_version} -Provides: tex(pgfint.code.tex) = %{tl_version} -Provides: tex(pgfkeys.code.tex) = %{tl_version} -Provides: tex(pgfkeys.sty) = %{tl_version} -Provides: tex(pgfkeys.tex) = %{tl_version} -Provides: tex(pgfkeysfiltered.code.tex) = %{tl_version} -Provides: tex(pgflibraryarrows.code.tex) = %{tl_version} -Provides: tex(pgflibraryarrows.meta.code.tex) = %{tl_version} -Provides: tex(pgflibraryarrows.spaced.code.tex) = %{tl_version} -Provides: tex(pgflibraryarrows.sty) = %{tl_version} -Provides: tex(pgflibraryautomata.sty) = %{tl_version} -Provides: tex(pgflibrarybbox.code.tex) = %{tl_version} -Provides: tex(pgflibrarycurvilinear.code.tex) = %{tl_version} -Provides: tex(pgflibrarydatavisualization.barcharts.code.tex) = %{tl_version} -Provides: tex(pgflibrarydatavisualization.formats.functions.code.tex) = %{tl_version} -Provides: tex(pgflibrarydatavisualization.polar.code.tex) = %{tl_version} -Provides: tex(pgflibrarydecorations.footprints.code.tex) = %{tl_version} -Provides: tex(pgflibrarydecorations.fractals.code.tex) = %{tl_version} -Provides: tex(pgflibrarydecorations.markings.code.tex) = %{tl_version} -Provides: tex(pgflibrarydecorations.pathmorphing.code.tex) = %{tl_version} -Provides: tex(pgflibrarydecorations.pathreplacing.code.tex) = %{tl_version} -Provides: tex(pgflibrarydecorations.shapes.code.tex) = %{tl_version} -Provides: tex(pgflibrarydecorations.text.code.tex) = %{tl_version} -Provides: tex(pgflibraryfadings.code.tex) = %{tl_version} -Provides: tex(pgflibraryfixedpointarithmetic.code.tex) = %{tl_version} -Provides: tex(pgflibraryfpu.code.tex) = %{tl_version} -Provides: tex(pgflibrarygraphdrawing.circular.code.tex) = %{tl_version} -Provides: tex(pgflibrarygraphdrawing.code.tex) = %{tl_version} -Provides: tex(pgflibrarygraphdrawing.examples.code.tex) = %{tl_version} -Provides: tex(pgflibrarygraphdrawing.force.code.tex) = %{tl_version} -Provides: tex(pgflibrarygraphdrawing.layered.code.tex) = %{tl_version} -Provides: tex(pgflibrarygraphdrawing.trees.code.tex) = %{tl_version} -Provides: tex(pgflibraryintersections.code.tex) = %{tl_version} -Provides: tex(pgflibrarylindenmayersystems.code.tex) = %{tl_version} -Provides: tex(pgflibraryluamath.code.tex) = %{tl_version} -Provides: tex(pgflibrarypatterns.code.tex) = %{tl_version} -Provides: tex(pgflibrarypatterns.meta.code.tex) = %{tl_version} -Provides: tex(pgflibraryplothandlers.code.tex) = %{tl_version} -Provides: tex(pgflibraryplothandlers.sty) = %{tl_version} -Provides: tex(pgflibraryplotmarks.code.tex) = %{tl_version} -Provides: tex(pgflibraryplotmarks.sty) = %{tl_version} -Provides: tex(pgflibraryprofiler.code.tex) = %{tl_version} -Provides: tex(pgflibraryshadings.code.tex) = %{tl_version} -Provides: tex(pgflibraryshapes.arrows.code.tex) = %{tl_version} -Provides: tex(pgflibraryshapes.callouts.code.tex) = %{tl_version} -Provides: tex(pgflibraryshapes.code.tex) = %{tl_version} -Provides: tex(pgflibraryshapes.gates.ee.IEC.code.tex) = %{tl_version} -Provides: tex(pgflibraryshapes.gates.ee.code.tex) = %{tl_version} -Provides: tex(pgflibraryshapes.gates.logic.IEC.code.tex) = %{tl_version} -Provides: tex(pgflibraryshapes.gates.logic.US.code.tex) = %{tl_version} -Provides: tex(pgflibraryshapes.gates.logic.code.tex) = %{tl_version} -Provides: tex(pgflibraryshapes.geometric.code.tex) = %{tl_version} -Provides: tex(pgflibraryshapes.misc.code.tex) = %{tl_version} -Provides: tex(pgflibraryshapes.multipart.code.tex) = %{tl_version} -Provides: tex(pgflibraryshapes.sty) = %{tl_version} -Provides: tex(pgflibraryshapes.symbols.code.tex) = %{tl_version} -Provides: tex(pgflibrarysnakes.code.tex) = %{tl_version} -Provides: tex(pgflibrarysnakes.sty) = %{tl_version} -Provides: tex(pgflibrarysvg.path.code.tex) = %{tl_version} -Provides: tex(pgflibrarytikzbackgrounds.sty) = %{tl_version} -Provides: tex(pgflibrarytikztrees.sty) = %{tl_version} -Provides: tex(pgflibrarytimelines.code.tex) = %{tl_version} -Provides: tex(pgfmanual.code.tex) = %{tl_version} -Provides: tex(pgfmanual.pdflinks.code.tex) = %{tl_version} -Provides: tex(pgfmanual.prettyprinter.code.tex) = %{tl_version} -Provides: tex(pgfmanual.sty) = %{tl_version} -Provides: tex(pgfmath.code.tex) = %{tl_version} -Provides: tex(pgfmath.sty) = %{tl_version} -Provides: tex(pgfmath.tex) = %{tl_version} -Provides: tex(pgfmathcalc.code.tex) = %{tl_version} -Provides: tex(pgfmathfloat.code.tex) = %{tl_version} -Provides: tex(pgfmathfunctions.base.code.tex) = %{tl_version} -Provides: tex(pgfmathfunctions.basic.code.tex) = %{tl_version} -Provides: tex(pgfmathfunctions.code.tex) = %{tl_version} -Provides: tex(pgfmathfunctions.comparison.code.tex) = %{tl_version} -Provides: tex(pgfmathfunctions.integerarithmetics.code.tex) = %{tl_version} -Provides: tex(pgfmathfunctions.misc.code.tex) = %{tl_version} -Provides: tex(pgfmathfunctions.random.code.tex) = %{tl_version} -Provides: tex(pgfmathfunctions.round.code.tex) = %{tl_version} -Provides: tex(pgfmathfunctions.trigonometric.code.tex) = %{tl_version} -Provides: tex(pgfmathode.code.tex) = %{tl_version} -Provides: tex(pgfmathparser.code.tex) = %{tl_version} -Provides: tex(pgfmathutil.code.tex) = %{tl_version} -Provides: tex(pgfmoduleanimations.code.tex) = %{tl_version} -Provides: tex(pgfmodulebending.code.tex) = %{tl_version} -Provides: tex(pgfmoduledatavisualization.code.tex) = %{tl_version} -Provides: tex(pgfmoduledecorations.code.tex) = %{tl_version} -Provides: tex(pgfmodulematrix.code.tex) = %{tl_version} -Provides: tex(pgfmodulenonlineartransformations.code.tex) = %{tl_version} -Provides: tex(pgfmoduleoo.code.tex) = %{tl_version} -Provides: tex(pgfmoduleparser.code.tex) = %{tl_version} -Provides: tex(pgfmoduleplot.code.tex) = %{tl_version} -Provides: tex(pgfmoduleshapes.code.tex) = %{tl_version} -Provides: tex(pgfmodulesnakes.code.tex) = %{tl_version} -Provides: tex(pgfmodulesorting.code.tex) = %{tl_version} -Provides: tex(pgfnodes.sty) = %{tl_version} -Provides: tex(pgfpages.sty) = %{tl_version} -Provides: tex(pgfpict2e.sty) = %{tl_version} -Provides: tex(pgfrcs.code.tex) = %{tl_version} -Provides: tex(pgfrcs.sty) = %{tl_version} -Provides: tex(pgfrcs.tex) = %{tl_version} -Provides: tex(pgfshade.sty) = %{tl_version} -Provides: tex(pgfsys-common-pdf-via-dvi.def) = %{tl_version} -Provides: tex(pgfsys-common-pdf.def) = %{tl_version} -Provides: tex(pgfsys-common-postscript.def) = %{tl_version} -Provides: tex(pgfsys-common-svg.def) = %{tl_version} -Provides: tex(pgfsys-dvi.def) = %{tl_version} -Provides: tex(pgfsys-dvipdfm.def) = %{tl_version} -Provides: tex(pgfsys-dvipdfmx.def) = %{tl_version} -Provides: tex(pgfsys-dvips.def) = %{tl_version} -Provides: tex(pgfsys-dvisvgm.def) = %{tl_version} -Provides: tex(pgfsys-luatex.def) = %{tl_version} -Provides: tex(pgfsys-pdftex.def) = %{tl_version} -Provides: tex(pgfsys-tex4ht.def) = %{tl_version} -Provides: tex(pgfsys-textures.def) = %{tl_version} -Provides: tex(pgfsys-vtex.def) = %{tl_version} -Provides: tex(pgfsys-xetex.def) = %{tl_version} -Provides: tex(pgfsys.code.tex) = %{tl_version} -Provides: tex(pgfsys.sty) = %{tl_version} -Provides: tex(pgfsys.tex) = %{tl_version} -Provides: tex(pgfsysanimations.code.tex) = %{tl_version} -Provides: tex(pgfsysprotocol.code.tex) = %{tl_version} -Provides: tex(pgfsyssoftpath.code.tex) = %{tl_version} -Provides: tex(pgfutil-common-lists.tex) = %{tl_version} -Provides: tex(pgfutil-common.tex) = %{tl_version} -Provides: tex(pgfutil-context.def) = %{tl_version} -Provides: tex(pgfutil-latex.def) = %{tl_version} -Provides: tex(pgfutil-plain.def) = %{tl_version} -Provides: tex(t-pgf.tex) = %{tl_version} -Provides: tex(t-pgfbim.tex) = %{tl_version} -Provides: tex(t-pgfbla.tex) = %{tl_version} -Provides: tex(t-pgfbma.tex) = %{tl_version} -Provides: tex(t-pgfbpl.tex) = %{tl_version} -Provides: tex(t-pgfbpt.tex) = %{tl_version} -Provides: tex(t-pgfbsh.tex) = %{tl_version} -Provides: tex(t-pgfbsn.tex) = %{tl_version} -Provides: tex(t-pgfcal.tex) = %{tl_version} -Provides: tex(t-pgfcor.tex) = %{tl_version} -Provides: tex(t-pgffor.tex) = %{tl_version} -Provides: tex(t-pgfkey.tex) = %{tl_version} -Provides: tex(t-pgfmat.tex) = %{tl_version} -Provides: tex(t-pgfmod.tex) = %{tl_version} -Provides: tex(t-pgfrcs.tex) = %{tl_version} -Provides: tex(t-pgfsys.tex) = %{tl_version} -Provides: tex(t-tikz.tex) = %{tl_version} -Provides: tex(tikz.code.tex) = %{tl_version} -Provides: tex(tikz.sty) = %{tl_version} -Provides: tex(tikz.tex) = %{tl_version} -Provides: tex(tikzexternal.sty) = %{tl_version} -Provides: tex(tikzexternalshared.code.tex) = %{tl_version} -Provides: tex(tikzlibrary3d.code.tex) = %{tl_version} -Provides: tex(tikzlibraryangles.code.tex) = %{tl_version} -Provides: tex(tikzlibraryanimations.code.tex) = %{tl_version} -Provides: tex(tikzlibraryarrows.code.tex) = %{tl_version} -Provides: tex(tikzlibraryautomata.code.tex) = %{tl_version} -Provides: tex(tikzlibrarybabel.code.tex) = %{tl_version} -Provides: tex(tikzlibrarybackgrounds.code.tex) = %{tl_version} -Provides: tex(tikzlibrarybending.code.tex) = %{tl_version} -Provides: tex(tikzlibrarycalc.code.tex) = %{tl_version} -Provides: tex(tikzlibrarycalendar.code.tex) = %{tl_version} -Provides: tex(tikzlibrarychains.code.tex) = %{tl_version} -Provides: tex(tikzlibrarycircuits.code.tex) = %{tl_version} -Provides: tex(tikzlibrarycircuits.ee.IEC.code.tex) = %{tl_version} -Provides: tex(tikzlibrarycircuits.ee.code.tex) = %{tl_version} -Provides: tex(tikzlibrarycircuits.logic.CDH.code.tex) = %{tl_version} -Provides: tex(tikzlibrarycircuits.logic.IEC.code.tex) = %{tl_version} -Provides: tex(tikzlibrarycircuits.logic.US.code.tex) = %{tl_version} -Provides: tex(tikzlibrarycircuits.logic.code.tex) = %{tl_version} -Provides: tex(tikzlibrarydatavisualization.3d.code.tex) = %{tl_version} -Provides: tex(tikzlibrarydatavisualization.barcharts.code.tex) = %{tl_version} -Provides: tex(tikzlibrarydatavisualization.code.tex) = %{tl_version} -Provides: tex(tikzlibrarydatavisualization.formats.functions.code.tex) = %{tl_version} -Provides: tex(tikzlibrarydatavisualization.polar.code.tex) = %{tl_version} -Provides: tex(tikzlibrarydatavisualization.sparklines.code.tex) = %{tl_version} -Provides: tex(tikzlibrarydecorations.code.tex) = %{tl_version} -Provides: tex(tikzlibrarydecorations.footprints.code.tex) = %{tl_version} -Provides: tex(tikzlibrarydecorations.fractals.code.tex) = %{tl_version} -Provides: tex(tikzlibrarydecorations.markings.code.tex) = %{tl_version} -Provides: tex(tikzlibrarydecorations.pathmorphing.code.tex) = %{tl_version} -Provides: tex(tikzlibrarydecorations.pathreplacing.code.tex) = %{tl_version} -Provides: tex(tikzlibrarydecorations.shapes.code.tex) = %{tl_version} -Provides: tex(tikzlibrarydecorations.text.code.tex) = %{tl_version} -Provides: tex(tikzlibraryer.code.tex) = %{tl_version} -Provides: tex(tikzlibraryexternal.code.tex) = %{tl_version} -Provides: tex(tikzlibraryfadings.code.tex) = %{tl_version} -Provides: tex(tikzlibraryfit.code.tex) = %{tl_version} -Provides: tex(tikzlibraryfixedpointarithmetic.code.tex) = %{tl_version} -Provides: tex(tikzlibraryfolding.code.tex) = %{tl_version} -Provides: tex(tikzlibraryfpu.code.tex) = %{tl_version} -Provides: tex(tikzlibrarygraphdrawing.code.tex) = %{tl_version} -Provides: tex(tikzlibrarygraphdrawing.evolving.code.tex) = %{tl_version} -Provides: tex(tikzlibrarygraphs.code.tex) = %{tl_version} -Provides: tex(tikzlibrarygraphs.standard.code.tex) = %{tl_version} -Provides: tex(tikzlibraryintersections.code.tex) = %{tl_version} -Provides: tex(tikzlibrarylindenmayersystems.code.tex) = %{tl_version} -Provides: tex(tikzlibrarymath.code.tex) = %{tl_version} -Provides: tex(tikzlibrarymatrix.code.tex) = %{tl_version} -Provides: tex(tikzlibrarymindmap.code.tex) = %{tl_version} -Provides: tex(tikzlibrarypatterns.code.tex) = %{tl_version} -Provides: tex(tikzlibrarypatterns.meta.code.tex) = %{tl_version} -Provides: tex(tikzlibraryperspective.code.tex) = %{tl_version} -Provides: tex(tikzlibrarypetri.code.tex) = %{tl_version} -Provides: tex(tikzlibraryplothandlers.code.tex) = %{tl_version} -Provides: tex(tikzlibraryplotmarks.code.tex) = %{tl_version} -Provides: tex(tikzlibrarypositioning.code.tex) = %{tl_version} -Provides: tex(tikzlibraryquotes.code.tex) = %{tl_version} -Provides: tex(tikzlibraryrdf.code.tex) = %{tl_version} -Provides: tex(tikzlibraryscopes.code.tex) = %{tl_version} -Provides: tex(tikzlibraryshadings.code.tex) = %{tl_version} -Provides: tex(tikzlibraryshadows.code.tex) = %{tl_version} -Provides: tex(tikzlibraryshapes.arrows.code.tex) = %{tl_version} -Provides: tex(tikzlibraryshapes.callouts.code.tex) = %{tl_version} -Provides: tex(tikzlibraryshapes.code.tex) = %{tl_version} -Provides: tex(tikzlibraryshapes.gates.logic.IEC.code.tex) = %{tl_version} -Provides: tex(tikzlibraryshapes.gates.logic.US.code.tex) = %{tl_version} -Provides: tex(tikzlibraryshapes.geometric.code.tex) = %{tl_version} -Provides: tex(tikzlibraryshapes.misc.code.tex) = %{tl_version} -Provides: tex(tikzlibraryshapes.multipart.code.tex) = %{tl_version} -Provides: tex(tikzlibraryshapes.symbols.code.tex) = %{tl_version} -Provides: tex(tikzlibrarysnakes.code.tex) = %{tl_version} -Provides: tex(tikzlibraryspy.code.tex) = %{tl_version} -Provides: tex(tikzlibrarysvg.path.code.tex) = %{tl_version} -Provides: tex(tikzlibrarythrough.code.tex) = %{tl_version} -Provides: tex(tikzlibrarytopaths.code.tex) = %{tl_version} -Provides: tex(tikzlibrarytrees.code.tex) = %{tl_version} -Provides: tex(tikzlibraryturtle.code.tex) = %{tl_version} -Provides: tex(tikzlibraryviews.code.tex) = %{tl_version} -Provides: tex(xxcolor.sty) = %{tl_version} +Provides: tex(t-pgf.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(t-pgfbim.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(t-pgfbla.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(t-pgfbma.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(t-pgfbpl.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(t-pgfbpt.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(t-pgfbsh.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(t-pgfbsn.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(t-pgfcor.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(t-tikz.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(t-pgfmat.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(t-pgfsys.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(t-pgfcal.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(t-pgffor.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(t-pgfkey.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(t-pgfmod.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(t-pgfrcs.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfcore.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfcorearrows.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfcoreexternal.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfcoregraphicstate.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfcoreimage.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfcorelayers.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfcoreobjects.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfcorepathconstruct.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfcorepathprocessing.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfcorepathusage.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfcorepatterns.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfcorepoints.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfcorequick.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfcorescopes.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfcoreshade.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfcoretransformations.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfcoretransparency.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(svgpgf.cfg) = %{epoch}:%{source_date}-%{release} +Provides: tex(svgtest.cfg) = %{epoch}:%{source_date}-%{release} +Provides: tex(svgtest.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(tikzlibrarycircuits.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(tikzlibrarycircuits.ee.IEC.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(tikzlibrarycircuits.ee.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(tikzlibrarycircuits.logic.CDH.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(tikzlibrarycircuits.logic.IEC.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(tikzlibrarycircuits.logic.US.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(tikzlibrarycircuits.logic.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(tikzlibrarydatavisualization.3d.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(tikzlibrarydatavisualization.barcharts.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(tikzlibrarydatavisualization.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(tikzlibrarydatavisualization.formats.functions.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(tikzlibrarydatavisualization.polar.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(tikzlibrarydatavisualization.sparklines.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(tikzlibrarygraphs.basic.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(tikzlibrarygraphs.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(tikzexternalshared.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(tikzlibrary3d.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(tikzlibraryarrows.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(tikzlibraryautomata.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(tikzlibrarybackgrounds.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(tikzlibrarycalc.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(tikzlibrarycalendar.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(tikzlibrarychains.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(tikzlibrarydecorations.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(tikzlibrarydecorations.footprints.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(tikzlibrarydecorations.fractals.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(tikzlibrarydecorations.markings.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(tikzlibrarydecorations.pathmorphing.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(tikzlibrarydecorations.pathreplacing.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(tikzlibrarydecorations.shapes.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(tikzlibrarydecorations.text.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(tikzlibraryer.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(tikzlibraryfadings.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(tikzlibraryfit.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(tikzlibraryfixedpointarithmetic.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(tikzlibraryfolding.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(tikzlibraryfpu.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(tikzlibraryintersections.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(tikzlibrarylindenmayersystems.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(tikzlibrarymatrix.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(tikzlibrarymindmap.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(tikzlibrarypatterns.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(tikzlibrarypetri.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(tikzlibraryplothandlers.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(tikzlibraryplotmarks.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(tikzlibrarypositioning.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(tikzlibraryscopes.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(tikzlibraryshadings.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(tikzlibraryshadows.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(tikzlibraryshapes.arrows.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(tikzlibraryshapes.callouts.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(tikzlibraryshapes.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(tikzlibraryshapes.gates.logic.IEC.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(tikzlibraryshapes.gates.logic.US.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(tikzlibraryshapes.geometric.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(tikzlibraryshapes.misc.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(tikzlibraryshapes.multipart.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(tikzlibraryshapes.symbols.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(tikzlibrarysnakes.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(tikzlibraryspy.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(tikzlibrarysvg.path.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(tikzlibrarythrough.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(tikzlibrarytopaths.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(tikzlibrarytrees.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(tikzlibraryturtle.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(tikz.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgflibrarydatavisualization.barcharts.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgflibrarydatavisualization.formats.functions.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgflibrarydatavisualization.polar.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgflibrarydecorations.footprints.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgflibrarydecorations.fractals.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgflibrarydecorations.markings.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgflibrarydecorations.pathmorphing.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgflibrarydecorations.pathreplacing.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgflibrarydecorations.shapes.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgflibrarydecorations.text.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgflibraryarrows.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgflibraryfadings.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgflibraryfixedpointarithmetic.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgflibraryfpu.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgflibraryintersections.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgflibrarylindenmayersystems.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgflibrarypatterns.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgflibraryplothandlers.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgflibraryplotmarks.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgflibraryprofiler.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgflibraryshadings.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgflibrarysnakes.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgflibrarysvg.path.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgflibraryshapes.gates.ee.IEC.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgflibraryshapes.gates.ee.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgflibraryshapes.gates.logic.IEC.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgflibraryshapes.gates.logic.US.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgflibraryshapes.gates.logic.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgflibraryshapes.arrows.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgflibraryshapes.callouts.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgflibraryshapes.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgflibraryshapes.geometric.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgflibraryshapes.misc.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgflibraryshapes.multipart.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgflibraryshapes.symbols.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfmath.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfmathcalc.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfmathfloat.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfmathfunctions.base.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfmathfunctions.basic.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfmathfunctions.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfmathfunctions.comparison.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfmathfunctions.misc.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfmathfunctions.random.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfmathfunctions.round.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfmathfunctions.trigonometric.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfmathparser.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfmathutil.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfmoduledatavisualization.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfmoduledecorations.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfmodulematrix.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfmoduleoo.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfmoduleparser.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfmoduleplot.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfmoduleshapes.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfmodulesnakes.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfmodulesorting.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfrenderpoints.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfrendertransform.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgf.cfg) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfsys-common-pdf-via-dvi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfsys-common-pdf.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfsys-common-postscript.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfsys-common-svg.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfsys-dvi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfsys-dvipdfm.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfsys-dvipdfmx.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfsys-dvips.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfsys-pdftex.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfsys-tex4ht.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfsys-textures.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfsys-vtex.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfsys-xetex.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfsys.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfsysprotocol.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfsyssoftpath.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfcalendar.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfexternal.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfexternalwithdepth.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgffor.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfkeys.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfkeysfiltered.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfrcs.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfutil-common.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfutil-context.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfutil-latex.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfutil-plain.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgf.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfbaseimage.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfbaselayers.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfbasematrix.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfbasepatterns.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfbaseplot.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfbaseshapes.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfbasesnakes.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfcore.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfarrows.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfautomata.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfcomp-version-0-65.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfcomp-version-1-18.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfheaps.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgflibraryarrows.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgflibraryautomata.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgflibraryplothandlers.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgflibraryplotmarks.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgflibraryshapes.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgflibrarysnakes.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgflibrarytikzbackgrounds.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgflibrarytikztrees.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfnodes.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfshade.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfmanual.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfmanual.pdflinks.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfmanual.prettyprinter.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfmanual.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(tikzlibraryexternal.code.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfpict2e.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(tikz.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfmath.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfsys.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfcalendar.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgffor.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfkeys.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfpages.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfrcs.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(tikzexternal.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(xxcolor.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgf.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfbaseimage.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfbaselayers.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfbasematrix.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfbasepatterns.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfbaseplot.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfbaseshapes.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfbasesnakes.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfcore.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(tikz.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfmath.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfsys.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfcalendar.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgffor.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfkeys.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgfrcs.tex) = %{epoch}:%{source_date}-%{release} %description pgf PGF is a macro package for creating graphics. It is platform- and format-independent and works together with the most -important TeX backend drivers, including pdfTeX and dvips. It +important TeX backend drivers, including pdftex and dvips. It comes with a user-friendly syntax layer called TikZ. Its usage is similar to pstricks and the standard picture environment. PGF works with plain (pdf-)TeX, (pdf-)LaTeX, and ConTeXt. Unlike pstricks, it can produce either PostScript or PDF output. -%package pgf-doc -Summary: Documentation for pgf -Version: svn54512 -Provides: tex-pgf-doc -AutoReqProv: No -Requires: tex-xkeyval-doc - -%description pgf-doc -Documentation for pgf %package xkeyval -Provides: tex-xkeyval = %{tl_version} -License: LPPL 1.3 +Provides: tex-xkeyval = %{epoch}:%{source_date}-%{release} +Provides: tex-xkeyval-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-xkeyval-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-xkeyval-doc < %{tl_epoch}:%{source_date} +License: LPPL Summary: Extension of the keyval package -Version: svn35741.2.7a - +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - +Requires: tex-kpathsea Requires: tex(longtable.sty) -Provides: tex(keyval.tex) = %{tl_version} -Provides: tex(pst-xkey.tex) = %{tl_version} -Provides: tex(xkeyval.tex) = %{tl_version} -Provides: tex(xkvex1.tex) = %{tl_version} -Provides: tex(xkvex2.tex) = %{tl_version} -Provides: tex(xkvex3.tex) = %{tl_version} -Provides: tex(xkvex4.tex) = %{tl_version} -Provides: tex(xkvtxhdr.tex) = %{tl_version} -Provides: tex(xkvutils.tex) = %{tl_version} -Provides: tex(pst-xkey.sty) = %{tl_version} -Provides: tex(xkeyval.sty) = %{tl_version} -Provides: tex(xkveca.cls) = %{tl_version} -Provides: tex(xkvecb.cls) = %{tl_version} -Provides: tex(xkvesa.sty) = %{tl_version} -Provides: tex(xkvesb.sty) = %{tl_version} -Provides: tex(xkvesc.sty) = %{tl_version} -Provides: tex(xkvltxp.sty) = %{tl_version} -Provides: tex(xkvview.sty) = %{tl_version} +Provides: tex(keyval.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pst-xkey.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(xkeyval.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(xkvtxhdr.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pst-xkey.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(xkeyval.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(xkvltxp.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(xkvview.sty) = %{epoch}:%{source_date}-%{release} %description xkeyval This package is an extension of the keyval package and offers @@ -17763,294 +3500,139 @@ and to define families of key definitions; these all help use in documents where several packages define their own sets of keys. -%package xkeyval-doc -Summary: Documentation for xkeyval -Version: svn35741.2.7a - -Provides: tex-xkeyval-doc -AutoReqProv: No - -%description xkeyval-doc -Documentation for xkeyval %package xcolor -Provides: tex-xcolor = %{tl_version} +Provides: tex-xcolor = %{epoch}:%{source_date}-%{release} +Provides: tex-xcolor-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-xcolor-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-xcolor-doc < %{tl_epoch}:%{source_date} License: LPPL Summary: Driver-independent color extensions for LaTeX and pdfLaTeX -Version: svn41044 - +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-graphics-cfg +Requires: tex-kpathsea Requires: tex(colortbl.sty) Requires: tex(pdfcolmk.sty) -Provides: tex(svgnam.def) = %{tl_version} -Provides: tex(x11nam.def) = %{tl_version} -Provides: tex(xcolor.sty) = %{tl_version} +Provides: tex(svgnam.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(x11nam.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(xcolor.sty) = %{epoch}:%{source_date}-%{release} %description xcolor -The package starts from the basic facilities of the color -package, and provides easy driver-independent access to several -kinds of color tints, shades, tones, and mixes of arbitrary -colors. It allows a user to select a document-wide target color -model and offers complete tools for conversion between eight -color models. Additionally, there is a command for alternating -row colors plus repeated non-aligned material (like horizontal +Provides easy driver-independent access to several kinds of +color tints, shades, tones, and mixes of arbitrary colors. It +allows a user to select a document-wide target color model and +offers complete tools for conversion between eight color +models. Additionally, there is a command for alternating row +colors plus repeated non-aligned material (like horizontal lines) in tables. Colors can be mixed like \color{red!30!green!40!blue}. -%package xcolor-doc -Summary: Documentation for xcolor -Version: svn41044 - -Provides: tex-xcolor-doc -AutoReqProv: No - -%description xcolor-doc -Documentation for xcolor - -%package beamer-tut-pt-doc -Summary: Documentation for beamer-tut-pt -Version: svn15878.0 - -Provides: tex-beamer-tut-pt-doc -AutoReqProv: No - -%description beamer-tut-pt-doc -Documentation for beamer-tut-pt - -%package beebe -Provides: tex-beebe = %{tl_version} -License: LPPL -Summary: A collection of bibliographies -Version: svn54760 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(bibnames.sty) = %{tl_version} -Provides: tex(texnames.sty) = %{tl_version} -Provides: tex(tugboat.def) = %{tl_version} - -%description beebe -A collection of BibTeX bibliographies on TeX-related topics -(including, for example, spell-checking and SGML). Each -includes a LaTeX wrapper file to typeset the bibliography. - -%package begingreek -Provides: tex-begingreek = %{tl_version} -License: LPPL 1.3 -Summary: Greek environment to be used with pdflatex only -Version: svn36294.1.5 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(begingreek.sty) = %{tl_version} - -%description begingreek -This simple package defines a greek environment to be used with -pdfLaTeX only, that accepts an optional Greek font family name -to type its contents with. A similar \greektxt command does a -similar action for shorter texts. - -%package begingreek-doc -Summary: Documentation for begingreek -Version: svn36294.1.5 - -Provides: tex-begingreek-doc -AutoReqProv: No - -%description begingreek-doc -Documentation for begingreek - -%package begriff -Provides: tex-begriff = %{tl_version} -License: GPL+ -Summary: Typeset Begriffschrift -Version: svn15878.1.6 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(begriff.sty) = %{tl_version} - -%description begriff -The package defines maths mode commands for typesetting Frege's -Begriffschrift. - -%package begriff-doc -Summary: Documentation for begriff -Version: svn15878.1.6 - -Provides: tex-begriff-doc -AutoReqProv: No - -%description begriff-doc -Documentation for begriff - -%package belleek -Provides: tex-belleek = %{tl_version} -License: Public Domain -Summary: Free replacement for basic MathTime fonts -Version: svn18651.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(belleek.map) = %{tl_version} -Provides: tex(blex.ttf) = %{tl_version} -Provides: tex(blsy.ttf) = %{tl_version} -Provides: tex(rblmi.ttf) = %{tl_version} -Provides: tex(blex.pfb) = %{tl_version} -Provides: tex(blsy.pfb) = %{tl_version} -Provides: tex(rblmi.pfb) = %{tl_version} - -%description belleek -This package replaces the original MathTime fonts, not MathTime- -Plus or MathTime Professional (the last being the only -currently available commercial bundle). - -%package belleek-doc -Summary: Documentation for belleek -Version: svn18651.0 - -Provides: tex-belleek-doc -AutoReqProv: No - -%description belleek-doc -Documentation for belleek - -%package bengali -Provides: tex-bengali = %{tl_version} -License: LPPL -Summary: Support for the Bengali language -Version: svn20987.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(bnr10.tfm) = %{tl_version} -Provides: tex(bnsl10.tfm) = %{tl_version} -Provides: tex(xbnr10.tfm) = %{tl_version} -Provides: tex(xbnsl10.tfm) = %{tl_version} -Provides: tex(beng.sty) = %{tl_version} -Provides: tex(ubn.fd) = %{tl_version} -Provides: tex(ubnx.fd) = %{tl_version} - -%description bengali -The package is based on Velthuis' transliteration scheme, with -extensions to deal with the Bengali letters that are not in -Devanagari. The package also supports Assamese. - -%package bengali-doc -Summary: Documentation for bengali -Version: svn20987.0 - -Provides: tex-bengali-doc -AutoReqProv: No - -%description bengali-doc -Documentation for bengali %package bera -Provides: tex-bera = %{tl_version} +Provides: tex-bera = %{epoch}:%{source_date}-%{release} +Provides: tex-bera-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-bera-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-bera-doc < %{tl_epoch}:%{source_date} License: Bitstream vera Summary: Bera fonts -Version: svn20031.0 +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-kpathsea Requires: tex(fontenc.sty) Requires: tex(textcomp.sty) Requires: tex(berasans.sty) Requires: tex(keyval.sty) -Provides: tex(bera.map) = %{tl_version} -Provides: tex(fveb8a.tfm) = %{tl_version} -Provides: tex(fveb8c.tfm) = %{tl_version} -Provides: tex(fveb8r.tfm) = %{tl_version} -Provides: tex(fveb8t.tfm) = %{tl_version} -Provides: tex(fvebo8c.tfm) = %{tl_version} -Provides: tex(fvebo8r.tfm) = %{tl_version} -Provides: tex(fvebo8t.tfm) = %{tl_version} -Provides: tex(fver8a.tfm) = %{tl_version} -Provides: tex(fver8c.tfm) = %{tl_version} -Provides: tex(fver8r.tfm) = %{tl_version} -Provides: tex(fver8t.tfm) = %{tl_version} -Provides: tex(fvero8c.tfm) = %{tl_version} -Provides: tex(fvero8r.tfm) = %{tl_version} -Provides: tex(fvero8t.tfm) = %{tl_version} -Provides: tex(fvmb8a.tfm) = %{tl_version} -Provides: tex(fvmb8c.tfm) = %{tl_version} -Provides: tex(fvmb8r.tfm) = %{tl_version} -Provides: tex(fvmb8t.tfm) = %{tl_version} -Provides: tex(fvmbo8a.tfm) = %{tl_version} -Provides: tex(fvmbo8c.tfm) = %{tl_version} -Provides: tex(fvmbo8r.tfm) = %{tl_version} -Provides: tex(fvmbo8t.tfm) = %{tl_version} -Provides: tex(fvmr8a.tfm) = %{tl_version} -Provides: tex(fvmr8c.tfm) = %{tl_version} -Provides: tex(fvmr8r.tfm) = %{tl_version} -Provides: tex(fvmr8t.tfm) = %{tl_version} -Provides: tex(fvmro8a.tfm) = %{tl_version} -Provides: tex(fvmro8c.tfm) = %{tl_version} -Provides: tex(fvmro8r.tfm) = %{tl_version} -Provides: tex(fvmro8t.tfm) = %{tl_version} -Provides: tex(fvsb8a.tfm) = %{tl_version} -Provides: tex(fvsb8c.tfm) = %{tl_version} -Provides: tex(fvsb8r.tfm) = %{tl_version} -Provides: tex(fvsb8t.tfm) = %{tl_version} -Provides: tex(fvsbo8a.tfm) = %{tl_version} -Provides: tex(fvsbo8c.tfm) = %{tl_version} -Provides: tex(fvsbo8r.tfm) = %{tl_version} -Provides: tex(fvsbo8t.tfm) = %{tl_version} -Provides: tex(fvsr8a.tfm) = %{tl_version} -Provides: tex(fvsr8c.tfm) = %{tl_version} -Provides: tex(fvsr8r.tfm) = %{tl_version} -Provides: tex(fvsr8t.tfm) = %{tl_version} -Provides: tex(fvsro8a.tfm) = %{tl_version} -Provides: tex(fvsro8c.tfm) = %{tl_version} -Provides: tex(fvsro8r.tfm) = %{tl_version} -Provides: tex(fvsro8t.tfm) = %{tl_version} -Provides: tex(fveb8a.pfb) = %{tl_version} -Provides: tex(fver8a.pfb) = %{tl_version} -Provides: tex(fvmb8a.pfb) = %{tl_version} -Provides: tex(fvmbo8a.pfb) = %{tl_version} -Provides: tex(fvmr8a.pfb) = %{tl_version} -Provides: tex(fvmro8a.pfb) = %{tl_version} -Provides: tex(fvsb8a.pfb) = %{tl_version} -Provides: tex(fvsbo8a.pfb) = %{tl_version} -Provides: tex(fvsr8a.pfb) = %{tl_version} -Provides: tex(fvsro8a.pfb) = %{tl_version} -Provides: tex(fveb8c.vf) = %{tl_version} -Provides: tex(fveb8t.vf) = %{tl_version} -Provides: tex(fvebo8c.vf) = %{tl_version} -Provides: tex(fvebo8t.vf) = %{tl_version} -Provides: tex(fver8c.vf) = %{tl_version} -Provides: tex(fver8t.vf) = %{tl_version} -Provides: tex(fvero8c.vf) = %{tl_version} -Provides: tex(fvero8t.vf) = %{tl_version} -Provides: tex(fvmb8c.vf) = %{tl_version} -Provides: tex(fvmb8t.vf) = %{tl_version} -Provides: tex(fvmbo8c.vf) = %{tl_version} -Provides: tex(fvmbo8t.vf) = %{tl_version} -Provides: tex(fvmr8c.vf) = %{tl_version} -Provides: tex(fvmr8t.vf) = %{tl_version} -Provides: tex(fvmro8c.vf) = %{tl_version} -Provides: tex(fvmro8t.vf) = %{tl_version} -Provides: tex(fvsb8c.vf) = %{tl_version} -Provides: tex(fvsb8t.vf) = %{tl_version} -Provides: tex(fvsbo8c.vf) = %{tl_version} -Provides: tex(fvsbo8t.vf) = %{tl_version} -Provides: tex(fvsr8c.vf) = %{tl_version} -Provides: tex(fvsr8t.vf) = %{tl_version} -Provides: tex(fvsro8c.vf) = %{tl_version} -Provides: tex(fvsro8t.vf) = %{tl_version} -Provides: tex(bera.sty) = %{tl_version} -Provides: tex(beramono.sty) = %{tl_version} -Provides: tex(berasans.sty) = %{tl_version} -Provides: tex(beraserif.sty) = %{tl_version} -Provides: tex(t1fve.fd) = %{tl_version} -Provides: tex(t1fvm.fd) = %{tl_version} -Provides: tex(t1fvs.fd) = %{tl_version} -Provides: tex(ts1fve.fd) = %{tl_version} -Provides: tex(ts1fvm.fd) = %{tl_version} -Provides: tex(ts1fvs.fd) = %{tl_version} +Provides: tex(bera.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(fveb8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fveb8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fveb8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fveb8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fvebo8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fvebo8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fvebo8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fver8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fver8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fver8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fver8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fvero8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fvero8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fvero8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fvmb8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fvmb8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fvmb8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fvmb8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fvmbo8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fvmbo8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fvmbo8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fvmbo8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fvmr8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fvmr8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fvmr8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fvmr8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fvmro8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fvmro8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fvmro8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fvmro8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fvsb8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fvsb8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fvsb8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fvsb8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fvsbo8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fvsbo8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fvsbo8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fvsbo8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fvsr8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fvsr8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fvsr8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fvsr8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fvsro8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fvsro8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fvsro8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fvsro8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fveb8a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fver8a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fvmb8a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fvmbo8a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fvmr8a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fvmro8a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fvsb8a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fvsbo8a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fvsr8a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fvsro8a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fveb8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fveb8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fvebo8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fvebo8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fver8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fver8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fvero8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fvero8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fvmb8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fvmb8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fvmbo8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fvmbo8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fvmr8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fvmr8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fvmro8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fvmro8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fvsb8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fvsb8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fvsbo8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fvsbo8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fvsr8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fvsr8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fvsro8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fvsro8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bera.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(beramono.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(berasans.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(beraserif.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1fve.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1fvm.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1fvs.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1fve.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1fvm.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1fvs.fd) = %{epoch}:%{source_date}-%{release} %description bera The package contains the Bera Type 1 fonts, and a zip archive @@ -18060,2046 +3642,141 @@ three font families: Bera Serif (a slab-serif Roman), Bera Sans Support for use in LaTeX is also provided. The Bera family is a repackaging, for use with TeX, of the Bitstream Vera family. -%package bera-doc -Summary: Documentation for bera -Version: svn20031.0 - -Provides: tex-bera-doc -AutoReqProv: No - -%description bera-doc -Documentation for bera - -%package berenisadf -Provides: tex-berenisadf = %{tl_version} -License: GPLv2+ and LPPL -Summary: Berenis ADF fonts and TeX/LaTeX support -Version: svn32215.1.004 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xkeyval.sty) -Requires: tex(nfssext-cfr.sty) -Requires: tex(fontenc.sty) -Requires: tex(textcomp.sty) -Provides: tex(t1-ybd.enc) = %{tl_version} -Provides: tex(t1-ybd0.enc) = %{tl_version} -Provides: tex(t1-ybd1.enc) = %{tl_version} -Provides: tex(t1-ybd2.enc) = %{tl_version} -Provides: tex(t1-ybd2j.enc) = %{tl_version} -Provides: tex(t1-ybdj.enc) = %{tl_version} -Provides: tex(texnansi-ybd.enc) = %{tl_version} -Provides: tex(texnansi-ybd0.enc) = %{tl_version} -Provides: tex(texnansi-ybd1.enc) = %{tl_version} -Provides: tex(texnansi-ybd2.enc) = %{tl_version} -Provides: tex(texnansi-ybd2j.enc) = %{tl_version} -Provides: tex(texnansi-ybdj.enc) = %{tl_version} -Provides: tex(texnansx-ybd2jw.enc) = %{tl_version} -Provides: tex(texnansx-ybd2w.enc) = %{tl_version} -Provides: tex(texnansx-ybdjw.enc) = %{tl_version} -Provides: tex(texnansx-ybdw.enc) = %{tl_version} -Provides: tex(ts1-ybd.enc) = %{tl_version} -Provides: tex(ts1-ybd0.enc) = %{tl_version} -Provides: tex(ts1-ybd1.enc) = %{tl_version} -Provides: tex(ts1-ybd2.enc) = %{tl_version} -Provides: tex(ts1-ybd2j.enc) = %{tl_version} -Provides: tex(ts1-ybdj.enc) = %{tl_version} -Provides: tex(ybd.map) = %{tl_version} -Provides: tex(BerenisADFPro-Bold.otf) = %{tl_version} -Provides: tex(BerenisADFPro-BoldItalic.otf) = %{tl_version} -Provides: tex(BerenisADFPro-Italic.otf) = %{tl_version} -Provides: tex(BerenisADFPro-Regular.otf) = %{tl_version} -Provides: tex(BerenisADFProSC-Bold.otf) = %{tl_version} -Provides: tex(BerenisADFProSC-BoldItalic.otf) = %{tl_version} -Provides: tex(BerenisADFProSC-Italic.otf) = %{tl_version} -Provides: tex(BerenisADFProSC-Regular.otf) = %{tl_version} -Provides: tex(ybdb08c.tfm) = %{tl_version} -Provides: tex(ybdb08t.tfm) = %{tl_version} -Provides: tex(ybdb08y.tfm) = %{tl_version} -Provides: tex(ybdb0c8c.tfm) = %{tl_version} -Provides: tex(ybdb0c8t.tfm) = %{tl_version} -Provides: tex(ybdb0c8y.tfm) = %{tl_version} -Provides: tex(ybdb0ci8c.tfm) = %{tl_version} -Provides: tex(ybdb0ci8t.tfm) = %{tl_version} -Provides: tex(ybdb0ci8y.tfm) = %{tl_version} -Provides: tex(ybdb0i8c.tfm) = %{tl_version} -Provides: tex(ybdb0i8t.tfm) = %{tl_version} -Provides: tex(ybdb0i8y.tfm) = %{tl_version} -Provides: tex(ybdb18c.tfm) = %{tl_version} -Provides: tex(ybdb18t.tfm) = %{tl_version} -Provides: tex(ybdb18y.tfm) = %{tl_version} -Provides: tex(ybdb1c8c.tfm) = %{tl_version} -Provides: tex(ybdb1c8t.tfm) = %{tl_version} -Provides: tex(ybdb1c8y.tfm) = %{tl_version} -Provides: tex(ybdb1ci8c.tfm) = %{tl_version} -Provides: tex(ybdb1ci8t.tfm) = %{tl_version} -Provides: tex(ybdb1ci8y.tfm) = %{tl_version} -Provides: tex(ybdb1i8c.tfm) = %{tl_version} -Provides: tex(ybdb1i8t.tfm) = %{tl_version} -Provides: tex(ybdb1i8y.tfm) = %{tl_version} -Provides: tex(ybdb28c.tfm) = %{tl_version} -Provides: tex(ybdb28t.tfm) = %{tl_version} -Provides: tex(ybdb28y.tfm) = %{tl_version} -Provides: tex(ybdb2c8c.tfm) = %{tl_version} -Provides: tex(ybdb2c8t.tfm) = %{tl_version} -Provides: tex(ybdb2c8y.tfm) = %{tl_version} -Provides: tex(ybdb2ci8c.tfm) = %{tl_version} -Provides: tex(ybdb2ci8t.tfm) = %{tl_version} -Provides: tex(ybdb2ci8y.tfm) = %{tl_version} -Provides: tex(ybdb2cij8c.tfm) = %{tl_version} -Provides: tex(ybdb2cij8t.tfm) = %{tl_version} -Provides: tex(ybdb2cij8y.tfm) = %{tl_version} -Provides: tex(ybdb2cijw8y.tfm) = %{tl_version} -Provides: tex(ybdb2ciw8y.tfm) = %{tl_version} -Provides: tex(ybdb2cj8c.tfm) = %{tl_version} -Provides: tex(ybdb2cj8t.tfm) = %{tl_version} -Provides: tex(ybdb2cj8y.tfm) = %{tl_version} -Provides: tex(ybdb2cjw8y.tfm) = %{tl_version} -Provides: tex(ybdb2cw8y.tfm) = %{tl_version} -Provides: tex(ybdb2i8c.tfm) = %{tl_version} -Provides: tex(ybdb2i8t.tfm) = %{tl_version} -Provides: tex(ybdb2i8y.tfm) = %{tl_version} -Provides: tex(ybdb2ij8c.tfm) = %{tl_version} -Provides: tex(ybdb2ij8t.tfm) = %{tl_version} -Provides: tex(ybdb2ij8y.tfm) = %{tl_version} -Provides: tex(ybdb2ijw8y.tfm) = %{tl_version} -Provides: tex(ybdb2iw8y.tfm) = %{tl_version} -Provides: tex(ybdb2j8c.tfm) = %{tl_version} -Provides: tex(ybdb2j8t.tfm) = %{tl_version} -Provides: tex(ybdb2j8y.tfm) = %{tl_version} -Provides: tex(ybdb2jw8y.tfm) = %{tl_version} -Provides: tex(ybdb2w8y.tfm) = %{tl_version} -Provides: tex(ybdb8c.tfm) = %{tl_version} -Provides: tex(ybdb8t.tfm) = %{tl_version} -Provides: tex(ybdb8y.tfm) = %{tl_version} -Provides: tex(ybdbc8c.tfm) = %{tl_version} -Provides: tex(ybdbc8t.tfm) = %{tl_version} -Provides: tex(ybdbc8y.tfm) = %{tl_version} -Provides: tex(ybdbci8c.tfm) = %{tl_version} -Provides: tex(ybdbci8t.tfm) = %{tl_version} -Provides: tex(ybdbci8y.tfm) = %{tl_version} -Provides: tex(ybdbcij8c.tfm) = %{tl_version} -Provides: tex(ybdbcij8t.tfm) = %{tl_version} -Provides: tex(ybdbcij8y.tfm) = %{tl_version} -Provides: tex(ybdbcijw8y.tfm) = %{tl_version} -Provides: tex(ybdbciw8y.tfm) = %{tl_version} -Provides: tex(ybdbcj8c.tfm) = %{tl_version} -Provides: tex(ybdbcj8t.tfm) = %{tl_version} -Provides: tex(ybdbcj8y.tfm) = %{tl_version} -Provides: tex(ybdbcjw8y.tfm) = %{tl_version} -Provides: tex(ybdbcw8y.tfm) = %{tl_version} -Provides: tex(ybdbi8c.tfm) = %{tl_version} -Provides: tex(ybdbi8t.tfm) = %{tl_version} -Provides: tex(ybdbi8y.tfm) = %{tl_version} -Provides: tex(ybdbij8c.tfm) = %{tl_version} -Provides: tex(ybdbij8t.tfm) = %{tl_version} -Provides: tex(ybdbij8y.tfm) = %{tl_version} -Provides: tex(ybdbijw8y.tfm) = %{tl_version} -Provides: tex(ybdbiw8y.tfm) = %{tl_version} -Provides: tex(ybdbj8c.tfm) = %{tl_version} -Provides: tex(ybdbj8t.tfm) = %{tl_version} -Provides: tex(ybdbj8y.tfm) = %{tl_version} -Provides: tex(ybdbjw8y.tfm) = %{tl_version} -Provides: tex(ybdbw8y.tfm) = %{tl_version} -Provides: tex(ybdr08c.tfm) = %{tl_version} -Provides: tex(ybdr08t.tfm) = %{tl_version} -Provides: tex(ybdr08y.tfm) = %{tl_version} -Provides: tex(ybdr0c8c.tfm) = %{tl_version} -Provides: tex(ybdr0c8t.tfm) = %{tl_version} -Provides: tex(ybdr0c8y.tfm) = %{tl_version} -Provides: tex(ybdr0ci8c.tfm) = %{tl_version} -Provides: tex(ybdr0ci8t.tfm) = %{tl_version} -Provides: tex(ybdr0ci8y.tfm) = %{tl_version} -Provides: tex(ybdr0i8c.tfm) = %{tl_version} -Provides: tex(ybdr0i8t.tfm) = %{tl_version} -Provides: tex(ybdr0i8y.tfm) = %{tl_version} -Provides: tex(ybdr18c.tfm) = %{tl_version} -Provides: tex(ybdr18t.tfm) = %{tl_version} -Provides: tex(ybdr18y.tfm) = %{tl_version} -Provides: tex(ybdr1c8c.tfm) = %{tl_version} -Provides: tex(ybdr1c8t.tfm) = %{tl_version} -Provides: tex(ybdr1c8y.tfm) = %{tl_version} -Provides: tex(ybdr1ci8c.tfm) = %{tl_version} -Provides: tex(ybdr1ci8t.tfm) = %{tl_version} -Provides: tex(ybdr1ci8y.tfm) = %{tl_version} -Provides: tex(ybdr1i8c.tfm) = %{tl_version} -Provides: tex(ybdr1i8t.tfm) = %{tl_version} -Provides: tex(ybdr1i8y.tfm) = %{tl_version} -Provides: tex(ybdr28c.tfm) = %{tl_version} -Provides: tex(ybdr28t.tfm) = %{tl_version} -Provides: tex(ybdr28y.tfm) = %{tl_version} -Provides: tex(ybdr2c8c.tfm) = %{tl_version} -Provides: tex(ybdr2c8t.tfm) = %{tl_version} -Provides: tex(ybdr2c8y.tfm) = %{tl_version} -Provides: tex(ybdr2ci8c.tfm) = %{tl_version} -Provides: tex(ybdr2ci8t.tfm) = %{tl_version} -Provides: tex(ybdr2ci8y.tfm) = %{tl_version} -Provides: tex(ybdr2cij8c.tfm) = %{tl_version} -Provides: tex(ybdr2cij8t.tfm) = %{tl_version} -Provides: tex(ybdr2cij8y.tfm) = %{tl_version} -Provides: tex(ybdr2cijw8y.tfm) = %{tl_version} -Provides: tex(ybdr2ciw8y.tfm) = %{tl_version} -Provides: tex(ybdr2cj8c.tfm) = %{tl_version} -Provides: tex(ybdr2cj8t.tfm) = %{tl_version} -Provides: tex(ybdr2cj8y.tfm) = %{tl_version} -Provides: tex(ybdr2cjw8y.tfm) = %{tl_version} -Provides: tex(ybdr2cw8y.tfm) = %{tl_version} -Provides: tex(ybdr2i8c.tfm) = %{tl_version} -Provides: tex(ybdr2i8t.tfm) = %{tl_version} -Provides: tex(ybdr2i8y.tfm) = %{tl_version} -Provides: tex(ybdr2ij8c.tfm) = %{tl_version} -Provides: tex(ybdr2ij8t.tfm) = %{tl_version} -Provides: tex(ybdr2ij8y.tfm) = %{tl_version} -Provides: tex(ybdr2ijw8y.tfm) = %{tl_version} -Provides: tex(ybdr2iw8y.tfm) = %{tl_version} -Provides: tex(ybdr2j8c.tfm) = %{tl_version} -Provides: tex(ybdr2j8t.tfm) = %{tl_version} -Provides: tex(ybdr2j8y.tfm) = %{tl_version} -Provides: tex(ybdr2jw8y.tfm) = %{tl_version} -Provides: tex(ybdr2w8y.tfm) = %{tl_version} -Provides: tex(ybdr8c.tfm) = %{tl_version} -Provides: tex(ybdr8t.tfm) = %{tl_version} -Provides: tex(ybdr8y.tfm) = %{tl_version} -Provides: tex(ybdrc8c.tfm) = %{tl_version} -Provides: tex(ybdrc8t.tfm) = %{tl_version} -Provides: tex(ybdrc8y.tfm) = %{tl_version} -Provides: tex(ybdrci8c.tfm) = %{tl_version} -Provides: tex(ybdrci8t.tfm) = %{tl_version} -Provides: tex(ybdrci8y.tfm) = %{tl_version} -Provides: tex(ybdrcij8c.tfm) = %{tl_version} -Provides: tex(ybdrcij8t.tfm) = %{tl_version} -Provides: tex(ybdrcij8y.tfm) = %{tl_version} -Provides: tex(ybdrcijw8y.tfm) = %{tl_version} -Provides: tex(ybdrciw8y.tfm) = %{tl_version} -Provides: tex(ybdrcj8c.tfm) = %{tl_version} -Provides: tex(ybdrcj8t.tfm) = %{tl_version} -Provides: tex(ybdrcj8y.tfm) = %{tl_version} -Provides: tex(ybdrcjw8y.tfm) = %{tl_version} -Provides: tex(ybdrcw8y.tfm) = %{tl_version} -Provides: tex(ybdri8c.tfm) = %{tl_version} -Provides: tex(ybdri8t.tfm) = %{tl_version} -Provides: tex(ybdri8y.tfm) = %{tl_version} -Provides: tex(ybdrij8c.tfm) = %{tl_version} -Provides: tex(ybdrij8t.tfm) = %{tl_version} -Provides: tex(ybdrij8y.tfm) = %{tl_version} -Provides: tex(ybdrijw8y.tfm) = %{tl_version} -Provides: tex(ybdriw8y.tfm) = %{tl_version} -Provides: tex(ybdrj8c.tfm) = %{tl_version} -Provides: tex(ybdrj8t.tfm) = %{tl_version} -Provides: tex(ybdrj8y.tfm) = %{tl_version} -Provides: tex(ybdrjw8y.tfm) = %{tl_version} -Provides: tex(ybdrw8y.tfm) = %{tl_version} -Provides: tex(ybdb.pfb) = %{tl_version} -Provides: tex(ybdbc.pfb) = %{tl_version} -Provides: tex(ybdbci.pfb) = %{tl_version} -Provides: tex(ybdbi.pfb) = %{tl_version} -Provides: tex(ybdr.pfb) = %{tl_version} -Provides: tex(ybdrc.pfb) = %{tl_version} -Provides: tex(ybdrci.pfb) = %{tl_version} -Provides: tex(ybdri.pfb) = %{tl_version} -Provides: tex(berenis.sty) = %{tl_version} -Provides: tex(ly1ybd.fd) = %{tl_version} -Provides: tex(ly1ybd0.fd) = %{tl_version} -Provides: tex(ly1ybd1.fd) = %{tl_version} -Provides: tex(ly1ybd2.fd) = %{tl_version} -Provides: tex(ly1ybd2j.fd) = %{tl_version} -Provides: tex(ly1ybd2jw.fd) = %{tl_version} -Provides: tex(ly1ybd2w.fd) = %{tl_version} -Provides: tex(ly1ybdj.fd) = %{tl_version} -Provides: tex(ly1ybdjw.fd) = %{tl_version} -Provides: tex(ly1ybdw.fd) = %{tl_version} -Provides: tex(t1ybd.fd) = %{tl_version} -Provides: tex(t1ybd0.fd) = %{tl_version} -Provides: tex(t1ybd1.fd) = %{tl_version} -Provides: tex(t1ybd2.fd) = %{tl_version} -Provides: tex(t1ybd2j.fd) = %{tl_version} -Provides: tex(t1ybdj.fd) = %{tl_version} -Provides: tex(ts1ybd.fd) = %{tl_version} -Provides: tex(ts1ybd0.fd) = %{tl_version} -Provides: tex(ts1ybd1.fd) = %{tl_version} -Provides: tex(ts1ybd2.fd) = %{tl_version} -Provides: tex(ts1ybd2j.fd) = %{tl_version} -Provides: tex(ts1ybdj.fd) = %{tl_version} - -%description berenisadf -The bundle provides the BerenisADF Pro font collection, in -OpenType and PostScript Type 1 formats, together with support -files to use the fonts in TeXnANSI (LY1) and LaTeX standard T1 -and TS1 encodings. - -%package berenisadf-doc -Summary: Documentation for berenisadf -Version: svn32215.1.004 - -Provides: tex-berenisadf-doc -AutoReqProv: No - -%description berenisadf-doc -Documentation for berenisadf - -%package besjournals -Provides: tex-besjournals = %{tl_version} -License: LPPL -Summary: besjournals package -Version: svn45662 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description besjournals -besjournals package - -%package besjournals-doc -Summary: Documentation for besjournals -Version: svn45662 -Provides: tex-besjournals-doc -AutoReqProv: No - -%description besjournals-doc -Documentation for besjournals - -%package betababel -Provides: tex-betababel = %{tl_version} -License: LPPL -Summary: Insert ancient greek text coded in Beta Code -Version: svn15878.0.5 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(babel.sty) -Requires: tex(teubner.sty) -Provides: tex(betababel.sty) = %{tl_version} - -%description betababel -The betababel package extends the babel polutonikogreek option -to provide a simple way to insert ancient Greek texts with -diacritical characters into your document using the commonly -used Beta Code transliteration. You can directly insert Beta -Code texts -- as they can be found at the Perseus project, for -example -- without modification. - -%package betababel-doc -Summary: Documentation for betababel -Version: svn15878.0.5 - -Provides: tex-betababel-doc -AutoReqProv: No - -%description betababel-doc -Documentation for betababel %package beton -Provides: tex-beton = %{tl_version} +Provides: tex-beton = %{epoch}:%{source_date}-%{release} +Provides: tex-beton-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-beton-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-beton-doc < %{tl_epoch}:%{source_date} License: LPPL Summary: Use Concrete fonts -Version: svn15878.0 - +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(beton.sty) = %{tl_version} +Requires: tex-kpathsea +Provides: tex(beton.sty) = %{epoch}:%{source_date}-%{release} %description beton Typeset a LaTeX2e document with the Concrete fonts designed by Don Knuth and used in his book "Concrete Mathematics". -%package beton-doc -Summary: Documentation for beton -Version: svn15878.0 - -Provides: tex-beton-doc -AutoReqProv: No - -%description beton-doc -Documentation for beton - -%package bewerbung -Provides: tex-bewerbung = %{tl_version} -License: LPPL 1.3 -Summary: Typesetting job application -Version: svn37880.1.1 +%package bibtex +Provides: tex-bibtex = %{epoch}:%{source_date}-%{release} +Provides: texlive-bibtex-bin = %{epoch}:%{source_date}-%{release} +Provides: tex-bibtex-bin = %{epoch}:%{source_date}-%{release} +Obsoletes: texlive-bibtex-bin < %{tl_epoch}:%{source_date} +Provides: texlive-bibtex-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: texlive-bibtex-doc < %{tl_epoch}:%{source_date} +License: Knuth +Summary: Process bibliographies for LaTeX, etc Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(marvosym.sty) -Requires: tex(geometry.sty) -Requires: tex(datatool.sty) -Requires: tex(eurosym.sty) -Requires: tex(xspace.sty) -Requires: tex(multicol.sty) -Requires: tex(pdfpages.sty) -Requires: tex(comment.sty) -Requires: tex(xparse.sty) -Requires: tex(longtable.sty) -Requires: tex(booktabs.sty) -Requires: tex(array.sty) -Requires: tex(ragged2e.sty) -Requires: tex(xcolor.sty) -Requires: tex(fontspec.sty) -Requires: tex(lastpage.sty) -Requires: tex(ifthen.sty) -Requires: tex(kvoptions.sty) -Requires: tex(calc.sty) -Requires: tex(etoolbox.sty) -Requires: tex(ifpdf.sty) -Requires: tex(ifluatex.sty) -Requires: tex(ifxetex.sty) -Requires: tex(csquotes.sty) -Provides: tex(argetabelle.cls) = %{tl_version} -Provides: tex(bewerbung-cv-casual.sty) = %{tl_version} -Provides: tex(bewerbung-cv-classic.sty) = %{tl_version} -Provides: tex(bewerbung-cv-oldstyle.sty) = %{tl_version} -Provides: tex(bewerbung-cv.sty) = %{tl_version} -Provides: tex(bewerbung.cls) = %{tl_version} -Provides: tex(bewerbung.sty) = %{tl_version} - -%description bewerbung -The package provides packages and classes for typesetting -applications with titlepage, letter, cv and additional -documents in just a single document. The data for the -application can be edited in a simple csv file. - -%package bewerbung-doc -Summary: Documentation for bewerbung -Version: svn37880.1.1 - -Provides: tex-bewerbung-doc -AutoReqProv: No - -%description bewerbung-doc -Documentation for bewerbung - -%package bez123 -Provides: tex-bez123 = %{tl_version} -License: LPPL 1.3 -Summary: Support for Bezier curves -Version: svn15878.1.1b - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(bez123.sty) = %{tl_version} -Provides: tex(multiply.sty) = %{tl_version} - -%description bez123 -Provides additional facilities in a picture environment for -drawing linear, cubic, and rational quadratic Bezier curves -(standard LaTeX only offers non-rational quadratic splines). -Provides a package multiply that provides a command for -multiplication of a length without numerical overflow. - -%package bez123-doc -Summary: Documentation for bez123 -Version: svn15878.1.1b - -Provides: tex-bez123-doc -AutoReqProv: No - -%description bez123-doc -Documentation for bez123 - -%package bgteubner -Provides: tex-bgteubner = %{tl_version} -License: LPPL -Summary: Class for producing books for the publisher "Teubner Verlag" -Version: svn54080 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fixltx2e.sty) -Requires: tex(wasysym.sty) -Requires: tex(amsmath.sty) -Requires: tex(amsfonts.sty) -Requires: tex(amssymb.sty) -Requires: tex(booktabs.sty) -Requires: tex(array.sty) -Requires: tex(longtable.sty) -Requires: tex(fontenc.sty) -Requires: tex(mathptmx.sty) -Requires: tex(helvet.sty) -Requires: tex(courier.sty) -Requires: tex(hfoldsty.sty) -Requires: tex(textcomp.sty) -Requires: tex(mathcomp.sty) -Requires: tex(hhsubfigure.sty) -Requires: tex(ragged2e.sty) -Requires: tex(exscale.sty) -Requires: tex(graphicx.sty) -Requires: tex(color.sty) -Requires: tex(framed.sty) -Requires: tex(hhtensor.sty) -Requires: tex(makeidx.sty) -Requires: tex(mdwlist.sty) -Requires: tex(paralist.sty) -Requires: tex(ifthen.sty) -Requires: tex(ifpdf.sty) -Requires: tex(fixmath.sty) -Requires: tex(babel.sty) -Requires: tex(setspace.sty) -Requires: tex(relsize.sty) -Requires: tex(slantsc.sty) -Requires: tex(ginpenc.sty) -Requires: tex(warning.sty) -Requires: tex(onlyamsmath.sty) -Requires: tex(numprint.sty) -Requires: tex(scrlayer-scrpage.sty) -Requires: tex(babelbib.sty) -Requires: tex(fnbreak.sty) -Requires: tex(subfloat.sty) -Requires: tex(multicol.sty) -Requires: tex(pdfcprot.sty) -Requires: tex(verbatim.sty) -Provides: tex(bgteubner.cls) = %{tl_version} -Provides: tex(hhfixme.sty) = %{tl_version} -Provides: tex(hhsubfigure.sty) = %{tl_version} -Provides: tex(ptmxcomp.sty) = %{tl_version} - -%description bgteubner -The bgteubner document class has been programmed by order of -the Teubner Verlag, Wiesbaden, Germany, to ensure that books of -this publisher have a unique layout. Unfortunately, most of the -documentation is only available in German. Since the document -class is intended to generate a unique layout, many things -(layout etc.) are fixed and cannot be altered by the user. If -you want to use the document class for another purpose than -publishing with the Teubner Verlag, this may arrise unwanted -restrictions (For instance, the document class provides only -two paper sizes: DIN A-5 and 17cm x 24cm; only two font -families are supported: Times and European Computer Modern). - -%package bgteubner-doc -Summary: Documentation for bgteubner -Version: svn54080 -Provides: tex-bgteubner-doc -AutoReqProv: No - -%description bgteubner-doc -Documentation for bgteubner - -%package bguq -Provides: tex-bguq = %{tl_version} -License: LPPL -Summary: Improved quantifier stroke for Begriffsschrift packages -Version: svn27401.0.4 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Provides: tex(bguq.map) = %{tl_version} -Provides: tex(bguq10t04.tfm) = %{tl_version} -Provides: tex(bguq10t05.tfm) = %{tl_version} -Provides: tex(bguq10t06.tfm) = %{tl_version} -Provides: tex(bguq10t07.tfm) = %{tl_version} -Provides: tex(bguq10t08.tfm) = %{tl_version} -Provides: tex(bguq10t09.tfm) = %{tl_version} -Provides: tex(bguq10t10.tfm) = %{tl_version} -Provides: tex(bguq10t11.tfm) = %{tl_version} -Provides: tex(bguq10t12.tfm) = %{tl_version} -Provides: tex(bguq10t04.pfb) = %{tl_version} -Provides: tex(bguq10t05.pfb) = %{tl_version} -Provides: tex(bguq10t06.pfb) = %{tl_version} -Provides: tex(bguq10t07.pfb) = %{tl_version} -Provides: tex(bguq10t08.pfb) = %{tl_version} -Provides: tex(bguq10t09.pfb) = %{tl_version} -Provides: tex(bguq10t10.pfb) = %{tl_version} -Provides: tex(bguq10t11.pfb) = %{tl_version} -Provides: tex(bguq10t12.pfb) = %{tl_version} -Provides: tex(Ubguq04.fd) = %{tl_version} -Provides: tex(Ubguq05.fd) = %{tl_version} -Provides: tex(Ubguq06.fd) = %{tl_version} -Provides: tex(Ubguq07.fd) = %{tl_version} -Provides: tex(Ubguq08.fd) = %{tl_version} -Provides: tex(Ubguq09.fd) = %{tl_version} -Provides: tex(Ubguq10.fd) = %{tl_version} -Provides: tex(Ubguq11.fd) = %{tl_version} -Provides: tex(Ubguq12.fd) = %{tl_version} -Provides: tex(begriff-bguq.sty) = %{tl_version} -Provides: tex(bguq.cfg) = %{tl_version} -Provides: tex(bguq.sty) = %{tl_version} - -%description bguq -The font contains a single character: the Begriffsschrift -quantifier (in several sizes), as used to set the -Begriffsschrift (concept notation) of Frege. The font is not -intended for end users; instead it is expected that it will be -used by other packages which implement the Begriffsschrift. An -(unofficial) modified version of Josh Parsons' begriff is -included as an example of implementation. - -%package bguq-doc -Summary: Documentation for bguq -Version: svn27401.0.4 - -Provides: tex-bguq-doc -AutoReqProv: No - -%description bguq-doc -Documentation for bguq - -%package bhcexam -Provides: tex-bhcexam = %{tl_version} -License: LPPL -Summary: An exam class designed for Mathematics Teachers in China -Version: svn39041 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifpdf.sty) -Requires: tex(ifxetex.sty) -Requires: tex(amsmath.sty) -Requires: tex(amssymb.sty) -Requires: tex(amsthm.sty) -Requires: tex(bm.sty) -Requires: tex(bbding.sty) -Requires: tex(pifont.sty) -Requires: tex(dsfont.sty) -Requires: tex(mathtools.sty) -Requires: tex(paralist.sty) -Requires: tex(cases.sty) -Requires: tex(tabularx.sty) -Requires: tex(pstricks.sty) -Requires: tex(pst-plot.sty) -Requires: tex(xcolor.sty) -Requires: tex(graphicx.sty) -Requires: tex(geometry.sty) -Provides: tex(BHCexam.cfg) = %{tl_version} -Provides: tex(BHCexam.cls) = %{tl_version} - -%description bhcexam -The class based on the exam class, and is specially designed -for High School Mathematics Teachers in China. - -%package bhcexam-doc -Summary: Documentation for bhcexam -Version: svn39041 - -Provides: tex-bhcexam-doc -AutoReqProv: No - -%description bhcexam-doc -Documentation for bhcexam - -%package bibarts -Provides: tex-bibarts = %{tl_version} -License: GPL+ -Summary: "Arts"-style bibliographical information -Version: svn54080 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(bibarts.sty) = %{tl_version} - -%description bibarts -BibArts is a LaTeX package to assist in making bibliographical -features common in the arts and the humanities (history, -political science, philosophy, etc.). bibarts.sty provides -commands for quotations, abbreviations, and especially for a -formatted citation of literature, journals (periodicals), -edited sources, and archive sources. In difference to earlier -versions, BibArts 2.x helps to use slanted fonts (italics) and -is able to set ibidem automatically in footnotes. It will also -copy all citation information, abbreviations, and register key -words into lists for an automatically generated appendix. These -lists may refer to page and footnote numbers. BibArts has -nothing to do with BibTeX. The lists are created by bibsort -(see below). BibArts requires the program bibsort, for which -the sources and a Windows executable are provided. This program -creates the bibliography without using MakeIndex or BibTeX. Its -source is not written with any specific operating system in -mind. A summary of contents is in English; the full -documentation is in German. - -%package bibarts-doc -Summary: Documentation for bibarts -Version: svn54080 -Provides: tex-bibarts-doc -AutoReqProv: No - -%description bibarts-doc -Documentation for bibarts - -%package bib-fr -Provides: tex-bib-fr = %{tl_version} -License: LPPL -Summary: French translation of classical BibTeX styles -Version: svn15878.1.5 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - - -%description bib-fr -These files are French translations of the classical BibTeX -style files. The translations can easily be modified by simply -redefining FUNCTIONs named fr.*, at the beginning (lines 50- -150) of each file. - -%package bib-fr-doc -Summary: Documentation for bib-fr -Version: svn15878.1.5 - -Provides: tex-bib-fr-doc -AutoReqProv: No - -%description bib-fr-doc -Documentation for bib-fr - -%package bibhtml -Provides: tex-bibhtml = %{tl_version} -License: GPL+ -Summary: BibTeX support for HTML files -Version: svn31607.2.0.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - - -%description bibhtml -Bibhtml consists of a Perl script and a set of BibTeX style -files, which together allow you to output a bibliography as a -collection of HTML files. The references in the text are linked -directly to the corresponding bibliography entry, and if a URL -is defined in the entry within the BibTeX database file, then -the generated bibliography entry is linked to this. The package -provides three different style files derived from each of the -standard plain.bst and alpha.bst, as well as two style files -derived from abbrv.bst and unsrt.bst (i.e., eight in total). - -%package bibhtml-doc -Summary: Documentation for bibhtml -Version: svn31607.2.0.2 - -Provides: tex-bibhtml-doc -AutoReqProv: No - -%description bibhtml-doc -Documentation for bibhtml - -%package biblatex-anonymous -Provides: tex-biblatex-anonymous = %{tl_version} -License: LPPL 1.3 -Summary: A tool to manage anonymous work with biblatex -Version: svn48548 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(biblatex-anonymous.sty) = %{tl_version} - -%description biblatex-anonymous -The package provides tools to help manage anonymous work with -biblatex. It will be useful, for example, in history or -classical philology. - -%package biblatex-anonymous-doc -Summary: Documentation for biblatex-anonymous -Version: svn48548 -Provides: tex-biblatex-anonymous-doc -AutoReqProv: No - -%description biblatex-anonymous-doc -Documentation for biblatex-anonymous - -%package biblatex-apa -Provides: tex-biblatex-apa = %{tl_version} -License: LPPL -Summary: Biblatex citation and reference style for APA -Version: svn54896 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: biber -Requires: tex(standard.bbx) -Provides: tex(apa.bbx) = %{tl_version} -Provides: tex(apa.cbx) = %{tl_version} - -%description biblatex-apa -This is a fairly complete biblatex style (citations and -references) for APA (American Psychological Association) -publications. It implements and automates most of the -guidelines in the APA 6th edition style guide for citations and -references with a few (documented) exceptions (which are mainly -currently impossible to automate in principle for any BibTeX- -backed system). An example document is also given which -typesets every citation and reference example in the APA 6th -edition style guide. This version of the package requires use -of biblatex v2.0 and biber v1.0 (at least). - -%package biblatex-apa-doc -Summary: Documentation for biblatex-apa -Version: svn54896 -Provides: tex-biblatex-apa-doc -AutoReqProv: No - -%description biblatex-apa-doc -Documentation for biblatex-apa - -%package biblatex-bookinarticle -Provides: tex-biblatex-bookinarticle = %{tl_version} -License: LPPL 1.3 -Summary: Manage book edited in article -Version: svn40323 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(biblatex-bookinarticle.sty) = %{tl_version} - -%description biblatex-bookinarticle -This package provides two new biblatex entry types: -@bookinarticle and @bookinincollection, to refer to a modern -edition of an old book, where this modern edition is provided -in a @article or in a @incollection. - -%package biblatex-bookinarticle-doc -Summary: Documentation for biblatex-bookinarticle -Version: svn40323 - -Provides: tex-biblatex-bookinarticle-doc -AutoReqProv: No - -%description biblatex-bookinarticle-doc -Documentation for biblatex-bookinarticle - -%package biblatex-bwl -Provides: tex-biblatex-bwl = %{tl_version} -License: LPPL 1.3 -Summary: Biblatex citations for FU Berlin -Version: svn26556.0.02 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(authoryear.bbx) -Requires: tex(authoryear.cbx) -Provides: tex(bwl-FU.bbx) = %{tl_version} -Provides: tex(bwl-FU.cbx) = %{tl_version} - -%description biblatex-bwl -The bundle provides a set of biblatex implementations of -bibliography and citation styles for the Business -Administration Department of the Free University of Berlin. - -%package biblatex-bwl-doc -Summary: Documentation for biblatex-bwl -Version: svn26556.0.02 - -Provides: tex-biblatex-bwl-doc -AutoReqProv: No - -%description biblatex-bwl-doc -Documentation for biblatex-bwl - -%package biblatex-caspervector -Provides: tex-biblatex-caspervector = %{tl_version} -License: LPPL 1.3 -Summary: A simple citation style for Chinese users -Version: svn52802 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(numeric.bbx) -Requires: tex(numeric-comp.cbx) -Provides: tex(blx-caspervector-base.def) = %{tl_version} -Provides: tex(biblatex-caspervector-gbk.def) = %{tl_version} -Provides: tex(biblatex-caspervector-utf8.def) = %{tl_version} -Provides: tex(caspervector-ay.bbx) = %{tl_version} -Provides: tex(caspervector-ay.cbx) = %{tl_version} -Provides: tex(caspervector.bbx) = %{tl_version} -Provides: tex(caspervector.cbx) = %{tl_version} - -%description biblatex-caspervector -The package provides a simple and easily extensible -biblography/citation style for Chinese LaTeX users, using -biblatex. - -%package biblatex-caspervector-doc -Summary: Documentation for biblatex-caspervector -Version: svn52802 -Provides: tex-biblatex-caspervector-doc -AutoReqProv: No - -%description biblatex-caspervector-doc -Documentation for biblatex-caspervector - -%package biblatex-chem -Provides: tex-biblatex-chem = %{tl_version} -License: LPPL 1.3 -Summary: A set of biblatex implementations of chemistry-related bibliography styles -Version: svn53012 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(numeric-comp.bbx) -Requires: tex(numeric-comp.cbx) -Provides: tex(chem-acs.bbx) = %{tl_version} -Provides: tex(chem-acs.cbx) = %{tl_version} -Provides: tex(chem-angew.bbx) = %{tl_version} -Provides: tex(chem-angew.cbx) = %{tl_version} -Provides: tex(chem-biochem.bbx) = %{tl_version} -Provides: tex(chem-biochem.cbx) = %{tl_version} -Provides: tex(chem-rsc.bbx) = %{tl_version} -Provides: tex(chem-rsc.cbx) = %{tl_version} - -%description biblatex-chem -The bundle offers a set of styles to allow chemists to use -biblatex. The package has complete styles for: all ACS -journals; RSC journals using standard (Chem. Commun.) style; -and Angewandte Chem. style, (thus covering a wide range of -journals). A comprehensive set of examples of use is included. - -%package biblatex-chem-doc -Summary: Documentation for biblatex-chem -Version: svn53012 -Provides: tex-biblatex-chem-doc -AutoReqProv: No - -%description biblatex-chem-doc -Documentation for biblatex-chem - -%package biblatex-chicago -Provides: tex-biblatex-chicago = %{tl_version} -License: LPPL 1.3 -Summary: Chicago style files for biblatex -Version: svn54809 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(etoolbox.sty) -Requires: tex(biblatex.sty) -Provides: tex(biblatex-chicago.sty) = %{tl_version} -Provides: tex(chicago-authordate-trad.bbx) = %{tl_version} -Provides: tex(chicago-authordate-trad.cbx) = %{tl_version} -Provides: tex(chicago-authordate-trad16.bbx) = %{tl_version} -Provides: tex(chicago-authordate-trad16.cbx) = %{tl_version} -Provides: tex(chicago-authordate.bbx) = %{tl_version} -Provides: tex(chicago-authordate.cbx) = %{tl_version} -Provides: tex(chicago-authordate16.bbx) = %{tl_version} -Provides: tex(chicago-authordate16.cbx) = %{tl_version} -Provides: tex(chicago-dates-common.cbx) = %{tl_version} -Provides: tex(chicago-dates-common16.cbx) = %{tl_version} -Provides: tex(chicago-notes.bbx) = %{tl_version} -Provides: tex(chicago-notes.cbx) = %{tl_version} -Provides: tex(chicago-notes16.bbx) = %{tl_version} -Provides: tex(chicago-notes16.cbx) = %{tl_version} -Provides: tex(cmsdocs.sty) = %{tl_version} -Provides: tex(cmsendnotes.sty) = %{tl_version} - -%description biblatex-chicago -This is a BibLaTeX style that implements the Chicago -'author-date' and 'notes with bibliography' style -specifications given in the Chicago Manual of Style, 17th -edition (with continuing support for the 16th edition, too). -The style implements entry types for citing audio-visual -materials, among many others. The package was previously known -as biblatex-chicago-notes-df. - -%package biblatex-chicago-doc -Summary: Documentation for biblatex-chicago -Version: svn54809 -Provides: tex-biblatex-chicago-doc -AutoReqProv: No - -%description biblatex-chicago-doc -Documentation for biblatex-chicago - -%package biblatex-dw -Provides: tex-biblatex-dw = %{tl_version} -License: LPPL -Summary: Humanities styles for biblatex -Version: svn42649 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(authortitle-dw.bbx) -Requires: tex(standard.bbx) -Provides: tex(authortitle-dw.bbx) = %{tl_version} -Provides: tex(footnote-dw.bbx) = %{tl_version} -Provides: tex(standard-dw.bbx) = %{tl_version} -Provides: tex(authortitle-dw.cbx) = %{tl_version} -Provides: tex(footnote-dw.cbx) = %{tl_version} -Provides: tex(standard-dw.cbx) = %{tl_version} - -%description biblatex-dw -A small collection of styles for the biblatex package. It was -designed for citations in the humanities and offers some -features that are not provided by the standard biblatex styles. -The styles are dependent on biblatex (at least version 0.9b) -and cannot be used without it. Eine kleine Sammlung von Stilen -fur das Paket biblatex. Es ist auf geisteswissenschaftliche -Zitierweise zugeschnitten und bietet einige Funktionen, die von -den Standard-Stilen von biblatex nicht direkt bereitgestellt -werden. Biblatex-dw baut vollstandig auf biblatex auf und kann -nicht ohne biblatex (mindestens in der Version 0.9b) verwendet -werden. - -%package biblatex-dw-doc -Summary: Documentation for biblatex-dw -Version: svn42649 -Provides: tex-biblatex-dw-doc -AutoReqProv: No - -%description biblatex-dw-doc -Documentation for biblatex-dw - -%package biblatex-fiwi -Provides: tex-biblatex-fiwi = %{tl_version} -License: LPPL 1.3 -Summary: Biblatex styles for use in German humanities -Version: svn45876 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(standard.bbx) -Requires: tex(fiwi.cbx) -Provides: tex(fiwi-yearbeginning.bbx) = %{tl_version} -Provides: tex(fiwi.bbx) = %{tl_version} -Provides: tex(fiwi.cbx) = %{tl_version} -Provides: tex(fiwi2.bbx) = %{tl_version} -Provides: tex(fiwi2.cbx) = %{tl_version} - -%description biblatex-fiwi -The package provides a collection of styles for biblatex -(version 1.7 is required, currently). It was designed for -citations in German Humanities, especially film studies, and -offers some features that are not provided by the standard -biblatex styles. The style is highly optimized for documents -written in German, and the main documentation is only available -in German. - -%package biblatex-fiwi-doc -Summary: Documentation for biblatex-fiwi -Version: svn45876 -Provides: tex-biblatex-fiwi-doc -AutoReqProv: No - -%description biblatex-fiwi-doc -Documentation for biblatex-fiwi - -%package biblatex-gost -Provides: tex-biblatex-gost = %{tl_version} -License: LPPL 1.3 -Summary: Biblatex support for GOST standard bibliographies -Version: svn53916 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(gost-alphabetic.cbx) -Requires: tex(alphabetic.cbx) -Requires: tex(gost-authoryear.cbx) -Requires: tex(gost-footnote.cbx) -Requires: tex(gost-inline.cbx) -Requires: tex(gost-numeric.cbx) -Requires: tex(numeric-comp.cbx) -Provides: tex(biblatex-gost.def) = %{tl_version} -Provides: tex(gost-alphabetic-min.bbx) = %{tl_version} -Provides: tex(gost-alphabetic-min.cbx) = %{tl_version} -Provides: tex(gost-alphabetic.bbx) = %{tl_version} -Provides: tex(gost-alphabetic.cbx) = %{tl_version} -Provides: tex(gost-authoryear-min.bbx) = %{tl_version} -Provides: tex(gost-authoryear-min.cbx) = %{tl_version} -Provides: tex(gost-authoryear.bbx) = %{tl_version} -Provides: tex(gost-authoryear.cbx) = %{tl_version} -Provides: tex(gost-footnote-min.bbx) = %{tl_version} -Provides: tex(gost-footnote-min.cbx) = %{tl_version} -Provides: tex(gost-footnote.bbx) = %{tl_version} -Provides: tex(gost-footnote.cbx) = %{tl_version} -Provides: tex(gost-inline-min.bbx) = %{tl_version} -Provides: tex(gost-inline-min.cbx) = %{tl_version} -Provides: tex(gost-inline.bbx) = %{tl_version} -Provides: tex(gost-inline.cbx) = %{tl_version} -Provides: tex(gost-numeric-min.bbx) = %{tl_version} -Provides: tex(gost-numeric-min.cbx) = %{tl_version} -Provides: tex(gost-numeric.bbx) = %{tl_version} -Provides: tex(gost-numeric.cbx) = %{tl_version} -Provides: tex(gost-standard.bbx) = %{tl_version} - -%description biblatex-gost -The package provides biblatex support for Russian bibliography -style GOST 7.0.5-2008 - -%package biblatex-gost-doc -Summary: Documentation for biblatex-gost -Version: svn53916 -Provides: tex-biblatex-gost-doc -AutoReqProv: No - -%description biblatex-gost-doc -Documentation for biblatex-gost - -%package biblatex-historian -Provides: tex-biblatex-historian = %{tl_version} -License: LPPL -Summary: A Biblatex style -Version: svn19787.0.4 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(standard.bbx) -Provides: tex(historian.bbx) = %{tl_version} -Provides: tex(historian.cbx) = %{tl_version} - -%description biblatex-historian -A biblatex style, based on the Turabian Manual (a version of -Chicago). - -%package biblatex-historian-doc -Summary: Documentation for biblatex-historian -Version: svn19787.0.4 - -Provides: tex-biblatex-historian-doc -AutoReqProv: No - -%description biblatex-historian-doc -Documentation for biblatex-historian - -%package biblatex-ieee -Provides: tex-biblatex-ieee = %{tl_version} -License: LPPL 1.3 -Summary: Ieee style files for biblatex -Version: svn53931 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-biblatex -Requires: tex(alphabetic.cbx) -Requires: tex(numeric-comp.bbx) -Requires: tex(numeric-comp.cbx) -Provides: tex(ieee-alphabetic.bbx) = %{tl_version} -Provides: tex(ieee-alphabetic.cbx) = %{tl_version} -Provides: tex(ieee.bbx) = %{tl_version} -Provides: tex(ieee.cbx) = %{tl_version} - -%description biblatex-ieee -This is a biblatex style that implements the bibliography style -of the IEEE for biblatex. The implementation follows standard -biblatex conventions, and can be used simply by loading -biblatex with the appropriate option: -\usepackage[style=ieee]{biblatex} A demonstration database is -provided to show how to format input for the style. -biblatex-ieee requires BibLaTeX 2.7 or later, and works with -both BibTeX and Biber as the database back-end. - -%package biblatex-ieee-doc -Summary: Documentation for biblatex-ieee -Version: svn53931 -Provides: tex-biblatex-ieee-doc -AutoReqProv: No - -%description biblatex-ieee-doc -Documentation for biblatex-ieee - -%package biblatex-juradiss -Provides: tex-biblatex-juradiss = %{tl_version} -License: LPPL -Summary: Biblatex stylefiles for German law thesis -Version: svn54515 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(authortitle-dw.bbx) -Requires: tex(authortitle-dw.cbx) -Provides: tex(biblatex-juradiss.bbx) = %{tl_version} -Provides: tex(biblatex-juradiss.cbx) = %{tl_version} - -%description biblatex-juradiss -The package provides a custom citation-style for typesetting a -German law thesis with LaTeX. The package (using BibLaTeX) is -based on biblatex-dw and uses biber. - -%package biblatex-juradiss-doc -Summary: Documentation for biblatex-juradiss -Version: svn54515 -Provides: tex-biblatex-juradiss-doc -AutoReqProv: No - -%description biblatex-juradiss-doc -Documentation for biblatex-juradiss - -%package biblatex-luh-ipw -Provides: tex-biblatex-luh-ipw = %{tl_version} -License: LPPL 1.3 -Summary: Biblatex styles for social sciences -Version: svn32180.0.3 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(authoryear-icomp.bbx) -Requires: tex(verbose-inote.bbx) -Requires: tex(authoryear-icomp.cbx) -Requires: tex(verbose-inote.cbx) -Provides: tex(authoryear-luh-ipw.bbx) = %{tl_version} -Provides: tex(standard-luh-ipw.bbx) = %{tl_version} -Provides: tex(verbose-inote-luh-ipw.bbx) = %{tl_version} -Provides: tex(authoryear-luh-ipw.cbx) = %{tl_version} -Provides: tex(standard-luh-ipw.cbx) = %{tl_version} -Provides: tex(verbose-inote-luh-ipw.cbx) = %{tl_version} - -%description biblatex-luh-ipw -The bundle is a small collection of styles for biblatex. It was -designed for citations in the Humanities, following the -guidelines of style of the institutes for the social sciences -of the Leibniz University Hannover/LUH (especially the -Institute of Political Science). The bundle depends on biblatex -(version 1.1 at least) and cannot be used without it. - -%package biblatex-luh-ipw-doc -Summary: Documentation for biblatex-luh-ipw -Version: svn32180.0.3 - -Provides: tex-biblatex-luh-ipw-doc -AutoReqProv: No - -%description biblatex-luh-ipw-doc -Documentation for biblatex-luh-ipw - -%package biblatex-manuscripts-philology -Provides: tex-biblatex-manuscripts-philology = %{tl_version} -License: LPPL 1.3 -Summary: Manage classical manuscripts with biblatex -Version: svn53344 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(verbose.bbx) -Provides: tex(manuscripts-NewBibliographyString.sty) = %{tl_version} -Provides: tex(manuscripts-noautoshorthand.bbx) = %{tl_version} -Provides: tex(manuscripts-shared.bbx) = %{tl_version} -Provides: tex(manuscripts.bbx) = %{tl_version} - -%description biblatex-manuscripts-philology -The package adds a new entry type: @manuscript to manage -manuscript in classical philology, for example to prepare a -critical edition. - -%package biblatex-manuscripts-philology-doc -Summary: Documentation for biblatex-manuscripts-philology -Version: svn53344 -Provides: tex-biblatex-manuscripts-philology-doc -AutoReqProv: No - -%description biblatex-manuscripts-philology-doc -Documentation for biblatex-manuscripts-philology - -%package biblatex-mla -Provides: tex-biblatex-mla = %{tl_version} -License: LPPL -Summary: MLA style files for biblatex -Version: svn42445 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(standard.bbx) -Provides: tex(mla.bbx) = %{tl_version} -Provides: tex(mla.cbx) = %{tl_version} - -%description biblatex-mla -The package provides biblatex support for citations in the -format specified by the MLA handbook. - -%package biblatex-mla-doc -Summary: Documentation for biblatex-mla -Version: svn42445 -Provides: tex-biblatex-mla-doc -AutoReqProv: No - -%description biblatex-mla-doc -Documentation for biblatex-mla - -%package biblatex-multiple-dm -Provides: tex-biblatex-multiple-dm = %{tl_version} -License: LPPL 1.3 -Summary: Load multiple datamodels in biblatex -Version: svn37081.1.0.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(kvoptions.sty) -Requires: tex(etoolbox.sty) -Provides: tex(biblatex-multiple-dm.sty) = %{tl_version} -Provides: tex(multiple-dm.bbx) = %{tl_version} - -%description biblatex-multiple-dm -The package adds the possibility to biblatex to load data -models from multiple sources. - -%package biblatex-multiple-dm-doc -Summary: Documentation for biblatex-multiple-dm -Version: svn37081.1.0.1 - -Provides: tex-biblatex-multiple-dm-doc -AutoReqProv: No - -%description biblatex-multiple-dm-doc -Documentation for biblatex-multiple-dm - -%package biblatex-musuos -Provides: tex-biblatex-musuos = %{tl_version} -License: LPPL -Summary: A biblatex style for citations in musuos.cls -Version: svn24097.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(authortitle.bbx) -Requires: tex(verbose-ibid.cbx) -Provides: tex(musuos.bbx) = %{tl_version} -Provides: tex(musuos.cbx) = %{tl_version} - -%description biblatex-musuos -The style is designed for use with the musuos class, but it -should be usable with other classes, too. - -%package biblatex-musuos-doc -Summary: Documentation for biblatex-musuos -Version: svn24097.1.0 - -Provides: tex-biblatex-musuos-doc -AutoReqProv: No - -%description biblatex-musuos-doc -Documentation for biblatex-musuos - -%package biblatex-nature -Provides: tex-biblatex-nature = %{tl_version} -License: LPPL -Summary: Biblatex support for Nature -Version: svn48940 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(numeric-comp.bbx) -Requires: tex(numeric-comp.cbx) -Provides: tex(nature.bbx) = %{tl_version} -Provides: tex(nature.cbx) = %{tl_version} - -%description biblatex-nature -The bundle offers styles that allow authors to use biblatex -when preparing papers for submission to the journal Nature. - -%package biblatex-nature-doc -Summary: Documentation for biblatex-nature -Version: svn48940 -Provides: tex-biblatex-nature-doc -AutoReqProv: No - -%description biblatex-nature-doc -Documentation for biblatex-nature - -%package biblatex-nejm -Provides: tex-biblatex-nejm = %{tl_version} -License: LPPL 1.3 -Summary: Biblatex style for the New England Journal of Medicine (NEJM) -Version: svn49839 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(standard.bbx) -Requires: tex(numeric-comp.cbx) -Provides: tex(nejm.bbx) = %{tl_version} -Provides: tex(nejm.cbx) = %{tl_version} - -%description biblatex-nejm -This is a biblatex numeric style based on the design of the New -England Journal of Medicine (NEJM). - -%package biblatex-nejm-doc -Summary: Documentation for biblatex-nejm -Version: svn49839 -Provides: tex-biblatex-nejm-doc -AutoReqProv: No - -%description biblatex-nejm-doc -Documentation for biblatex-nejm - -%package biblatex-opcit-booktitle -Provides: tex-biblatex-opcit-booktitle = %{tl_version} -License: LPPL 1.3 -Summary: Use op. cit. for the booktitle of a subentry -Version: svn48983 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xpatch.sty) -Provides: tex(biblatex-opcit-booktitle.sty) = %{tl_version} - -%description biblatex-opcit-booktitle -The default citation styles verbose-trad1+; verbose-trad2 ; -verbose-trad3 use the op. cit. form in order to have shorter -reference when a title have been already cited. However, when -you cite two entries which share the same booktitle but not the -same title, the op. cit. mechanism does not work. This package -enables to obtain references like this: Author1, Title, in -Booktitle, Location, Publiser, Year, pages xxx Author2, Title2, -in Booktitle, op. cit, pages. - -%package biblatex-opcit-booktitle-doc -Summary: Documentation for biblatex-opcit-booktitle -Version: svn48983 -Provides: tex-biblatex-opcit-booktitle-doc -AutoReqProv: No - -%description biblatex-opcit-booktitle-doc -Documentation for biblatex-opcit-booktitle - -%package biblatex-philosophy -Provides: tex-biblatex-philosophy = %{tl_version} -License: LPPL 1.3 -Summary: Styles for using biblatex for work in philosophy -Version: svn47283 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(authoryear.bbx) -Requires: tex(authoryear-comp.cbx) -Requires: tex(philosophy-classic.cbx) -Requires: tex(standard.bbx) -Requires: tex(authortitle.bbx) -Requires: tex(verbose-trad2.cbx) -Provides: tex(philosophy-classic.bbx) = %{tl_version} -Provides: tex(philosophy-classic.cbx) = %{tl_version} -Provides: tex(philosophy-modern.bbx) = %{tl_version} -Provides: tex(philosophy-modern.cbx) = %{tl_version} -Provides: tex(philosophy-standard.bbx) = %{tl_version} -Provides: tex(philosophy-verbose.bbx) = %{tl_version} -Provides: tex(philosophy-verbose.cbx) = %{tl_version} - -%description biblatex-philosophy -The bundle offers two styles - philosophy-classic and -philosophy-modern - that facilitate the production of two -different kinds of bibliography, based on the authoryear style, -with options and features to manage the information about the -translation of foreign texts or their reprints. Though the -package's default settings are based on the conventions used in -Italian publications, these styles can be used with every -language recognized by babel, possibly with some simple -redefinitions. - -%package biblatex-philosophy-doc -Summary: Documentation for biblatex-philosophy -Version: svn47283 -Provides: tex-biblatex-philosophy-doc -AutoReqProv: No - -%description biblatex-philosophy-doc -Documentation for biblatex-philosophy - -%package biblatex-phys -Provides: tex-biblatex-phys = %{tl_version} -License: LPPL 1.3 -Summary: A biblatex implementation of the AIP and APS bibliography style -Version: svn53013 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(numeric-comp.bbx) -Requires: tex(numeric-comp.cbx) -Provides: tex(phys.bbx) = %{tl_version} -Provides: tex(phys.cbx) = %{tl_version} - -%description biblatex-phys -The biblatex-phys package provides an implementation of the -bibliography styles of both the AIP and the APS for biblatex. -This implementation follows standard biblatex conventions, and -can be used simply by loading biblatex with the appropriate -option: \usepackage[style=phys]{biblatex} A demonstration -database is provided to show how to format input for the style. -Style options are provided to cover the minor formatting -variations between the AIP and APS bibliography styles. - -%package biblatex-phys-doc -Summary: Documentation for biblatex-phys -Version: svn53013 -Provides: tex-biblatex-phys-doc -AutoReqProv: No - -%description biblatex-phys-doc -Documentation for biblatex-phys - -%package biblatex-publist -Provides: tex-biblatex-publist = %{tl_version} -License: LPPL 1.3 -Summary: BibLaTeX bibliography support for publication lists -Version: svn50989 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(authoryear.bbx) -Requires: tex(numeric.cbx) -Provides: tex(publist.bbx) = %{tl_version} -Provides: tex(publist.cbx) = %{tl_version} - -%description biblatex-publist -The package provides a BibLaTeX bibliography style file (*.bbx) -for publication lists. The style file draws on BibLaTeX's -authoryear style, but provides some extra features often -desired for publication lists, such as the omission of the -author's own name from author or editor data. - -%package biblatex-publist-doc -Summary: Documentation for biblatex-publist -Version: svn50989 -Provides: tex-biblatex-publist-doc -AutoReqProv: No - -%description biblatex-publist-doc -Documentation for biblatex-publist - -%package biblatex-realauthor -Provides: tex-biblatex-realauthor = %{tl_version} -License: LPPL 1.3 -Summary: Indicate the real author of a work -Version: svn45865 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(verbose.bbx) -Provides: tex(realauthor.bbx) = %{tl_version} - -%description biblatex-realauthor -This package allows to use a new field "realauthor", which -indicates the real author of a work, when published in a -pseudepigraphic name. - -%package biblatex-realauthor-doc -Summary: Documentation for biblatex-realauthor -Version: svn45865 -Provides: tex-biblatex-realauthor-doc -AutoReqProv: No - -%description biblatex-realauthor-doc -Documentation for biblatex-realauthor - -%package biblatex-science -Provides: tex-biblatex-science = %{tl_version} -License: LPPL -Summary: Biblatex implementation of the Science bibliography style -Version: svn48945 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(numeric-comp.bbx) -Requires: tex(numeric-comp.cbx) -Provides: tex(science.bbx) = %{tl_version} -Provides: tex(science.cbx) = %{tl_version} - -%description biblatex-science -The bundle offers styles that allow authors to use biblatex -when preparing papers for submission to the journal Science. - -%package biblatex-science-doc -Summary: Documentation for biblatex-science -Version: svn48945 -Provides: tex-biblatex-science-doc -AutoReqProv: No - -%description biblatex-science-doc -Documentation for biblatex-science - -%package biblatex-source-division -Provides: tex-biblatex-source-division = %{tl_version} -License: LPPL 1.3 -Summary: References by "division" in classical sources -Version: svn45379 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xpatch.sty) -Requires: tex(kvoptions.sty) -Provides: tex(biblatex-source-division.sty) = %{tl_version} - -%description biblatex-source-division -The package enables the user to make reference to "division -marks" (such as book, chapter, section), in the document being -referenced, in addition to the page-based references that -BibTeX-based citations have always had. The citation is made in -the same way as the LaTeX standard, but what's inside the -square brackets may include the "division" specification, as in -\cite[()]{} - -%package biblatex-source-division-doc -Summary: Documentation for biblatex-source-division -Version: svn45379 -Provides: tex-biblatex-source-division-doc -AutoReqProv: No - -%description biblatex-source-division-doc -Documentation for biblatex-source-division - -%package biblatex-subseries -Provides: tex-biblatex-subseries = %{tl_version} -License: LPPL 1.3 -Summary: Manages subseries with biblatex -Version: svn43330 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(verbose.bbx) -Provides: tex(subseries.bbx) = %{tl_version} - -%description biblatex-subseries -Some publishers organize book series with subseries. In this -case, two numbers are associated with one volume: the number -inside the series and the number inside the subseries. That is -the case of the series Corpus Scriptorium Christianorum -Orientalium published by Peeters. This package provides new -fields to manage such system. - -%package biblatex-subseries-doc -Summary: Documentation for biblatex-subseries -Version: svn43330 -Provides: tex-biblatex-subseries-doc -AutoReqProv: No - -%description biblatex-subseries-doc -Documentation for biblatex-subseries - -%package biblatex-swiss-legal -Provides: tex-biblatex-swiss-legal = %{tl_version} -License: LPPL 1.3 -Summary: Bibliography and citation styles following Swiss legal practice -Version: svn32750.1.1.2a - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(biblatex-swiss-legal-base.cbx) -Provides: tex(biblatex-swiss-legal-base.bbx) = %{tl_version} -Provides: tex(biblatex-swiss-legal-base.cbx) = %{tl_version} -Provides: tex(biblatex-swiss-legal-bibliography.bbx) = %{tl_version} -Provides: tex(biblatex-swiss-legal-bibliography.cbx) = %{tl_version} -Provides: tex(biblatex-swiss-legal-general.bbx) = %{tl_version} -Provides: tex(biblatex-swiss-legal-general.cbx) = %{tl_version} -Provides: tex(biblatex-swiss-legal-longarticle.bbx) = %{tl_version} -Provides: tex(biblatex-swiss-legal-longarticle.cbx) = %{tl_version} -Provides: tex(biblatex-swiss-legal-shortarticle.bbx) = %{tl_version} -Provides: tex(biblatex-swiss-legal-shortarticle.cbx) = %{tl_version} - -%description biblatex-swiss-legal -The package provides biblatex bibliography and citation styles -for documents written in accordance with Swiss legal citation -standards. Currently, the package is usable for French and -German documents. - -%package biblatex-swiss-legal-doc -Summary: Documentation for biblatex-swiss-legal -Version: svn32750.1.1.2a - -Provides: tex-biblatex-swiss-legal-doc -AutoReqProv: No - -%description biblatex-swiss-legal-doc -Documentation for biblatex-swiss-legal - -%package biblatex -Provides: tex-biblatex = %{tl_version} -License: LPPL -Summary: Sophisticated Bibliographies in LaTeX -Version: svn53063 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: biber >= 2.14 -Requires: texlive-pdftexcmds -Requires: texlive-etoolbox -Requires: texlive-kvoptions -Requires: texlive-logreq -Requires: texlive-url -Requires: tex(standard.bbx) -Requires: tex(authoryear.bbx) -Requires: tex(biblatex.sty) -Requires: tex(etoolbox.sty) -Requires: tex(keyval.sty) -Requires: tex(logreq.sty) -Requires: tex(ifthen.sty) -Requires: tex(url.sty) -Requires: tex(kvoptions.sty) -Requires: tex(xstring.sty) -Requires: tex(polyglossia.sty) -Requires: tex(babel.sty) -Requires: tex(csquotes.sty) -Requires: tex(xpatch.sty) -Requires: tex(authortitle.cbx) -Provides: tex(alphabetic-verb.bbx) = %{tl_version} -Provides: tex(alphabetic-verb.cbx) = %{tl_version} -Provides: tex(alphabetic.bbx) = %{tl_version} -Provides: tex(alphabetic.cbx) = %{tl_version} -Provides: tex(authortitle-comp.bbx) = %{tl_version} -Provides: tex(authortitle-comp.cbx) = %{tl_version} -Provides: tex(authortitle-ibid.bbx) = %{tl_version} -Provides: tex(authortitle-ibid.cbx) = %{tl_version} -Provides: tex(authortitle-icomp.bbx) = %{tl_version} -Provides: tex(authortitle-icomp.cbx) = %{tl_version} -Provides: tex(authortitle-tcomp.bbx) = %{tl_version} -Provides: tex(authortitle-tcomp.cbx) = %{tl_version} -Provides: tex(authortitle-terse.bbx) = %{tl_version} -Provides: tex(authortitle-terse.cbx) = %{tl_version} -Provides: tex(authortitle-ticomp.bbx) = %{tl_version} -Provides: tex(authortitle-ticomp.cbx) = %{tl_version} -Provides: tex(authortitle.bbx) = %{tl_version} -Provides: tex(authortitle.cbx) = %{tl_version} -Provides: tex(authoryear-comp.bbx) = %{tl_version} -Provides: tex(authoryear-comp.cbx) = %{tl_version} -Provides: tex(authoryear-ibid.bbx) = %{tl_version} -Provides: tex(authoryear-ibid.cbx) = %{tl_version} -Provides: tex(authoryear-icomp.bbx) = %{tl_version} -Provides: tex(authoryear-icomp.cbx) = %{tl_version} -Provides: tex(authoryear.bbx) = %{tl_version} -Provides: tex(authoryear.cbx) = %{tl_version} -Provides: tex(biblatex.cfg) = %{tl_version} -Provides: tex(biblatex.def) = %{tl_version} -Provides: tex(biblatex.sty) = %{tl_version} -Provides: tex(blx-bibtex.def) = %{tl_version} -Provides: tex(blx-compat.def) = %{tl_version} -Provides: tex(blx-dm.def) = %{tl_version} -Provides: tex(blx-mcite.def) = %{tl_version} -Provides: tex(blx-natbib.def) = %{tl_version} -Provides: tex(blx-unicode.def) = %{tl_version} -Provides: tex(debug.bbx) = %{tl_version} -Provides: tex(debug.cbx) = %{tl_version} -Provides: tex(draft.bbx) = %{tl_version} -Provides: tex(draft.cbx) = %{tl_version} -Provides: tex(numeric-comp.bbx) = %{tl_version} -Provides: tex(numeric-comp.cbx) = %{tl_version} -Provides: tex(numeric-verb.bbx) = %{tl_version} -Provides: tex(numeric-verb.cbx) = %{tl_version} -Provides: tex(numeric.bbx) = %{tl_version} -Provides: tex(numeric.cbx) = %{tl_version} -Provides: tex(reading.bbx) = %{tl_version} -Provides: tex(reading.cbx) = %{tl_version} -Provides: tex(standard.bbx) = %{tl_version} -Provides: tex(verbose-ibid.bbx) = %{tl_version} -Provides: tex(verbose-ibid.cbx) = %{tl_version} -Provides: tex(verbose-inote.bbx) = %{tl_version} -Provides: tex(verbose-inote.cbx) = %{tl_version} -Provides: tex(verbose-note.bbx) = %{tl_version} -Provides: tex(verbose-note.cbx) = %{tl_version} -Provides: tex(verbose-trad1.bbx) = %{tl_version} -Provides: tex(verbose-trad1.cbx) = %{tl_version} -Provides: tex(verbose-trad2.bbx) = %{tl_version} -Provides: tex(verbose-trad2.cbx) = %{tl_version} -Provides: tex(verbose-trad3.bbx) = %{tl_version} -Provides: tex(verbose-trad3.cbx) = %{tl_version} -Provides: tex(verbose.bbx) = %{tl_version} -Provides: tex(verbose.cbx) = %{tl_version} - -%description biblatex -BibLaTeX is a complete reimplementation of the bibliographic -facilities provided by LaTeX. Formatting of the bibliography is -entirely controlled by LaTeX macros, and a working knowledge of -LaTeX should be sufficient to design new bibliography and -citation styles. BibLaTeX uses its own data backend program -called "biber" to read and process the bibliographic data. With -biber, BibLaTeX has many features rivalling or surpassing other -bibliography systems. To mention a few: Full Unicode support -Highly customisable sorting using the Unicode Collation -Algorithm + CLDR tailoring Highly customisable bibliography -labels Complex macro-based on-the-fly data modification without -changing your data sources A tool mode for transforming -bibliographic data sources Multiple bibliographies and lists of -bibliographic information in the same document with different -sorting Highly customisable data source inheritance rules -Polyglossia and babel suppport for automatic language switching -for bibliographic entries and citations Automatic bibliography -data recoding (UTF-8 -> latin1, LaTeX macros -> UTF-8 etc) -Remote data sources Highly sophisticated automatic name and -name list disambiguation system Highly customisable data model -so users can define their own bibliographic data types -Validation of bibliographic data against a data model -Subdivided and/or filtered bibligraphies, bibliographies per -chapter, section etc. Apart from the features unique to -BibLaTeX, the package also incorporates core features of the -following packages: babelbib, bibtopic, bibunits, chapterbib, -cite, inlinebib, mcite and mciteplus, mlbib, multibib, -splitbib. The package strictly requires e-TeX BibTeX, bibtex8, -or Biber etoolbox 2.1 or later logreq 1.0 or later keyval -ifthen url Biber, babel / polyglossia, and csquotes 4.4 or -later are strongly recommended. - -%package biblatex-doc -Summary: Documentation for biblatex -Version: svn53063 -Provides: tex-biblatex-doc -AutoReqProv: No - -%description biblatex-doc -Documentation for biblatex - -%package biblatex-trad -Provides: tex-biblatex-trad = %{tl_version} -License: LPPL -Summary: "Traditional" BibTeX styles with BibLaTeX -Version: svn46668 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(standard.bbx) -Requires: tex(numeric.cbx) -Requires: tex(alphabetic.cbx) -Provides: tex(trad-abbrv.bbx) = %{tl_version} -Provides: tex(trad-alpha.bbx) = %{tl_version} -Provides: tex(trad-plain.bbx) = %{tl_version} -Provides: tex(trad-standard.bbx) = %{tl_version} -Provides: tex(trad-unsrt.bbx) = %{tl_version} -Provides: tex(trad-abbrv.cbx) = %{tl_version} -Provides: tex(trad-alpha.cbx) = %{tl_version} -Provides: tex(trad-plain.cbx) = %{tl_version} -Provides: tex(trad-standard.cbx) = %{tl_version} -Provides: tex(trad-unsrt.cbx) = %{tl_version} - -%description biblatex-trad -The bundle provides implementations of the "traditional" BibTeX -styles (plain, abbrev, unsrt and alpha) with BibLaTeX. - -%package biblatex-trad-doc -Summary: Documentation for biblatex-trad -Version: svn46668 -Provides: tex-biblatex-trad-doc -AutoReqProv: No - -%description biblatex-trad-doc -Documentation for biblatex-trad - -%package biblatex-true-citepages-omit -Provides: tex-biblatex-true-citepages-omit = %{tl_version} -License: LPPL 1.3 -Summary: Correction of some limitation of the citepages=omit option of biblatex styles -Version: svn44653 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xstring.sty) -Provides: tex(biblatex-true-citepages-omit.sty) = %{tl_version} - -%description biblatex-true-citepages-omit -This package deals with a limitation of the citepages=omit -option of the verbose family of biblatex citestyles. The option -works when you \cite[xx]{key}, but not when you \cite[\pno~xx, -some text]{key}. The package corrects this problem. - -%package biblatex-true-citepages-omit-doc -Summary: Documentation for biblatex-true-citepages-omit -Version: svn44653 -Provides: tex-biblatex-true-citepages-omit-doc -AutoReqProv: No - -%description biblatex-true-citepages-omit-doc -Documentation for biblatex-true-citepages-omit - -%package bibleref-french -Provides: tex-bibleref-french = %{tl_version} -License: LPPL 1.3 -Summary: French translations for bibleref -Version: svn53138 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(bibleref.sty) -Requires: tex(etoolbox.sty) -Provides: tex(bibleref-french.sty) = %{tl_version} - -%description bibleref-french -The package provides translations and alternative typesetting -conventions for use of bibleref in French. - -%package bibleref-french-doc -Summary: Documentation for bibleref-french -Version: svn53138 -Provides: tex-bibleref-french-doc -AutoReqProv: No - -%description bibleref-french-doc -Documentation for bibleref-french - -%package bibleref-german -Provides: tex-bibleref-german = %{tl_version} -License: LPPL 1.3 -Summary: German adaptation of bibleref -Version: svn21923.1.0a - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(bibleref.sty) -Requires: tex(etoolbox.sty) -Provides: tex(bibleref-german.sty) = %{tl_version} - -%description bibleref-german -The package provides translations and various formats for the -use of bibleref in German documents. The German naming of the -bible books complies with the 'Loccumer Richtlinien' (Locum -guidelines). In addition, the Vulgate (Latin bible) is -supported. - -%package bibleref-german-doc -Summary: Documentation for bibleref-german -Version: svn21923.1.0a - -Provides: tex-bibleref-german-doc -AutoReqProv: No - -%description bibleref-german-doc -Documentation for bibleref-german - -%package bibleref-lds -Provides: tex-bibleref-lds = %{tl_version} -License: LPPL 1.3 -Summary: Bible references, including those to the scriptures of the Church of Jesus Christ of Latter Day Saints -Version: svn25526.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(bibleref-mouth.sty) -Requires: tex(ifthen.sty) -Requires: tex(hyperref.sty) -Provides: tex(bibleref-lds.sty) = %{tl_version} - -%description bibleref-lds -The package extends the bibleref-mouth package to support -references to the scriptures of The Church of Jesus Christ of -Latter-day Saints (LDS). The package requires bibleref-mouth to -run, and its reference syntax is the same as that of the parent -package. - -%package bibleref-lds-doc -Summary: Documentation for bibleref-lds -Version: svn25526.1.0 - -Provides: tex-bibleref-lds-doc -AutoReqProv: No - -%description bibleref-lds-doc -Documentation for bibleref-lds - -%package bibleref-mouth -Provides: tex-bibleref-mouth = %{tl_version} -License: LPPL 1.3 -Summary: Consistent formatting of Bible references -Version: svn25527.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(fmtcount.sty) -Requires: tex(hyperref.sty) -Provides: tex(bibleref-mouth.sty) = %{tl_version} - -%description bibleref-mouth -The package allows Bible references to be formatted in a -consistent way. It is similar to the bibleref package, except -that the formatting macros are all purely expandable -- that -is, they are all implemented in TeX's mouth. This means that -they can be used in any expandable context, such as an argument -to a \url command. - -%package bibleref-mouth-doc -Summary: Documentation for bibleref-mouth -Version: svn25527.1.0 - -Provides: tex-bibleref-mouth-doc -AutoReqProv: No - -%description bibleref-mouth-doc -Documentation for bibleref-mouth - -%package bibleref-parse -Provides: tex-bibleref-parse = %{tl_version} -License: LPPL 1.3 -Summary: Specify Bible passages in human-readable format -Version: svn22054.1.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(etoolbox.sty) -Requires: tex(scrlfile.sty) -Requires: tex(bibleref.sty) -Provides: tex(bibleref-parse.sty) = %{tl_version} - -%description bibleref-parse -The package parses Bible passages that are given in human -readable format. It accepts a wide variety of formats. This -allows for a simpler and more convenient interface to the -functionality of the bibleref package. - -%package bibleref-parse-doc -Summary: Documentation for bibleref-parse -Version: svn22054.1.1 - -Provides: tex-bibleref-parse-doc -AutoReqProv: No - -%description bibleref-parse-doc -Documentation for bibleref-parse - -%package bibleref -Provides: tex-bibleref = %{tl_version} -License: LPPL 1.3 -Summary: Format bible citations -Version: svn53090 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(fmtcount.sty) -Requires: tex(amsgen.sty) -Provides: tex(bibleref-xidx.sty) = %{tl_version} -Provides: tex(bibleref.sty) = %{tl_version} - -%description bibleref -The bibleref package offers consistent formatting of references -to parts of the Christian bible, in a number of well-defined -formats. It depends on ifthen, fmtcount, and amsgen. - -%package bibleref-doc -Summary: Documentation for bibleref -Version: svn53090 -Provides: tex-bibleref-doc -AutoReqProv: No - -%description bibleref-doc -Documentation for bibleref - -%package biblist -Provides: tex-biblist = %{tl_version} -License: GPL+ -Summary: Print a BibTeX database -Version: svn17116.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(biblist.sty) = %{tl_version} - -%description biblist -The package provides the means of listing an entire BibTeX -database, avoiding the potentially large (macro) impact -associated with \nocite{*}. - -%package biblist-doc -Summary: Documentation for biblist -Version: svn17116.0 - -Provides: tex-biblist-doc -AutoReqProv: No - -%description biblist-doc -Documentation for biblist - -%package bibtopicprefix -Provides: tex-bibtopicprefix = %{tl_version} -License: LPPL -Summary: Prefix references to bibliographies produced by bibtopic -Version: svn15878.1.10 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(scrlfile.sty) -Requires: tex(bibtopic.sty) -Provides: tex(bibtopicprefix.sty) = %{tl_version} - -%description bibtopicprefix -The package permits users to apply prefixes (fixed strings) to -references to entries in bibliographies produced by the -bibtopic package. - -%package bibtopicprefix-doc -Summary: Documentation for bibtopicprefix -Version: svn15878.1.10 - -Provides: tex-bibtopicprefix-doc -AutoReqProv: No - -%description bibtopicprefix-doc -Documentation for bibtopicprefix +Requires: texlive-kpathsea +Provides: tex(apalike.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(apalike.tex) = %{epoch}:%{source_date}-%{release} + +%description bibtex +BibTeX allows the user to store his citation data in generic +form, while printing citations in a document in the form +specified by a BibTeX style, to be specified in the document +itself (one often needs a LaTeX citation-style package, such as +natbib as well). BibTeX itself is an ASCII-only program; there +is, however, a version that copes with 8-bit character sets. +However, BibTeX's facilities rapidly run out as one moves away +from simple ASCII (for example, in the various national sorting +rules for languages expressed in different parts of ISO-8859 -- +the "ISO Latin" series). For more flexibility, the user is +urged to consider using biber with biblatex to typeset its +output. In particular, it is best to avoid BibTeX in favour of +biblatex, if at all possible. + + +%package kpathsea +License: LGPLv2+ +Summary: Path searching library for TeX-related files +Provides: kpathsea = %{epoch}:%{source_date}-%{release} +Obsoletes: kpathsea < %{tl_epoch}:%{source_date} +Provides: tex-kpathsea = %{epoch}:%{source_date}-%{release} +Provides: texlive-kpathsea-bin = %{epoch}:%{source_date}-%{release} +Provides: tex-kpathsea-bin = %{epoch}:%{source_date}-%{release} +Obsoletes: texlive-kpathsea-bin < %{tl_epoch}:%{source_date} +Provides: texlive-kpathsea-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: texlive-kpathsea-doc < %{tl_epoch}:%{source_date} +Requires(post,postun): /sbin/install-info +Requires: coreutils, grep +Provides: tex(fmtutil.cnf) = %{epoch}:%{source_date}-%{release} +Provides: tex(mktex.cnf) = %{epoch}:%{source_date}-%{release} +Provides: tex(texmf.cnf) = %{epoch}:%{source_date}-%{release} + +%description kpathsea +Kpathsea is a library and utility programs which provide path +searching facilities for TeX file types, including the self- +locating feature required for movable installations, layered on +top of a general search mechanism. It is not distributed +separately, but rather is released and maintained as part of +the TeX live sources. + +%preun kpathsea +if [ "$1" == "0" ]; then + /sbin/install-info --delete %{_infodir}/kpathsea.info %{_infodir}/dir 2>/dev/null || : + /sbin/install-info --delete %{_infodir}/tds.info %{_infodir}/dir 2>/dev/null || : + /sbin/install-info --delete %{_infodir}/web2c.info %{_infodir}/dir 2>/dev/null || : +fi + +%post kpathsea +/sbin/install-info %{_infodir}/kpathsea.info %{_infodir}/dir 2>/dev/null || : +/sbin/install-info %{_infodir}/tds.info %{_infodir}/dir 2>/dev/null || : +/sbin/install-info %{_infodir}/web2c.info %{_infodir}/dir 2>/dev/null || : +: + +%transfiletriggerin kpathsea -- %{_texdir} +%{_bindir}/texhash 2> /dev/null +export TEXMF=/usr/share/texlive/texmf-dist +export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c +export TEXMFCACHE=/var/lib/texmf +%{_bindir}/mtxrun --generate &> /dev/null || : +%{_bindir}/fmtutil-sys --all &> /dev/null || : + +%transfiletriggerpostun kpathsea -- %{_texdir} +%{_bindir}/texhash 2> /dev/null || : + +%transfiletriggerin kpathsea -- %{_texdir}/texmf-dist/fonts/map/dvips/ +list=`grep "\.map" | sort -n | uniq` +while read -r line; do + [ -z "$line" ] && continue + shortfile=`basename "$line"` + if `echo $shortfile | grep -Eq 'allrunes.map|arabtex.map|arss.map|artm.map|bbold.map|cbgreek-full.map|ccpl.map|cmextra.map|cmll.map|cm.map|cm-super-t1.map|cm-super-t2a.map|cm-super-t2b.map|cm-super-t2c.map|cm-super-ts1.map|cm-super-x2.map|cmtext-bsr-interpolated.map|cyrillic.map|dvng.map|esint.map|ethiop.map|eurosym.map|hfbright.map|iby.map|latxfont.map|lxfonts.map|manfnt.map|mflogo.map|mongolian.map|musix.map|pigpen.map|plother.map|pltext.map|rsfs.map|semaf.map|stmaryrd.map|symbols.map|tipa.map|trajan.map|vnrother.map|vnrtext.map|wasy.map|xypic.map|yhmath.map'`; then + %{_bindir}/updmap-sys --nomkmap --enable MixedMap=$shortfile >/dev/null 2>&1 || : + else + %{_bindir}/updmap-sys --nomkmap --enable Map=$shortfile >/dev/null 2>&1 || : + fi +done <<< "$list" +%{_bindir}/updmap-sys --quiet --nomkmap >/dev/null || : + +%transfiletriggerpostun kpathsea -- %{_texdir}/texmf-dist/fonts/map/dvips/ +list=`grep "\.map" | sort -n | uniq` +while read -r line; do + [ -z "$line" ] && continue + shortfile=`basename "$line"` + if `echo $shortfile | grep -Eq 'allrunes.map|arabtex.map|arss.map|artm.map|bbold.map|cbgreek-full.map|ccpl.map|cmextra.map|cmll.map|cm.map|cm-super-t1.map|cm-super-t2a.map|cm-super-t2b.map|cm-super-t2c.map|cm-super-ts1.map|cm-super-x2.map|cmtext-bsr-interpolated.map|cyrillic.map|dvng.map|esint.map|ethiop.map|eurosym.map|hfbright.map|iby.map|latxfont.map|lxfonts.map|manfnt.map|mflogo.map|mongolian.map|musix.map|pigpen.map|plother.map|pltext.map|rsfs.map|semaf.map|stmaryrd.map|symbols.map|tipa.map|trajan.map|vnrother.map|vnrtext.map|wasy.map|xypic.map|yhmath.map'`; then + %{_bindir}/updmap-sys --nomkmap --disable MixedMap=$shortfile >/dev/null 2>&1 || : + else + %{_bindir}/updmap-sys --nomkmap --disable Map=$shortfile >/dev/null 2>&1 || : + fi +done <<< "$list" +%{_bindir}/updmap-sys --quiet --nomkmap >/dev/null || : %package bibtopic -Provides: tex-bibtopic = %{tl_version} +Provides: tex-bibtopic = %{epoch}:%{source_date}-%{release} +Provides: tex-bibtopic-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-bibtopic-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-bibtopic-doc < %{tl_epoch}:%{source_date} License: GPL+ Summary: Include multiple bibliographies in a document -Version: svn15878.1.1a - +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - +Requires: tex-kpathsea Requires: tex(ifthen.sty) -Provides: tex(bibtopic.sty) = %{tl_version} +Provides: tex(bibtopic.sty) = %{epoch}:%{source_date}-%{release} %description bibtopic The package allows the user to include several bibliographies @@ -20114,228 +3791,21 @@ separately by BibTeX. If you want to have bibliographies specific to one part of a document, see the packages bibunits or chapterbib. -%package bibtopic-doc -Summary: Documentation for bibtopic -Version: svn15878.1.1a - -Provides: tex-bibtopic-doc -AutoReqProv: No - -%description bibtopic-doc -Documentation for bibtopic - -%package bibunits -Provides: tex-bibunits = %{tl_version} -License: LPPL -Summary: Multiple bibliographies in one document -Version: svn15878.2.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(bibunits.sty) = %{tl_version} - -%description bibunits -The package provide a mechanism to generate separate -bibliographies for different units (chapters, sections or -bibunit-environments) of a text. The package separates the -citations of each unit of text into a separate file to be -processed by BibTeX. The global bibliography section produced -by LaTeX may also appear in the document and citations can be -placed in both the local unit and the global bibliographies at -the same time. The package is compatible with koma-script and -with the babel French option frenchb. - -%package bibunits-doc -Summary: Documentation for bibunits -Version: svn15878.2.2 - -Provides: tex-bibunits-doc -AutoReqProv: No - -%description bibunits-doc -Documentation for bibunits - -%package bidi-atbegshi -Provides: tex-bidi-atbegshi = %{tl_version} -License: LPPL 1.3 -Summary: Bidi-aware shipout macros -Version: svn35154.0.1 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(atbegshi.sty) -Provides: tex(bidi-atbegshi.sty) = %{tl_version} - -%description bidi-atbegshi -The package adds some commands to the atbegshi package for -proper placement of background material in the left and right -corners of the output page, in both LTR and RTL modes. The -package only works with xelatex format and should be loaded -before the bidi package. - -%package bidi-atbegshi-doc -Summary: Documentation for bidi-atbegshi -Version: svn35154.0.1 - -Provides: tex-bidi-atbegshi-doc -AutoReqProv: No - -%description bidi-atbegshi-doc -Documentation for bidi-atbegshi - -%package bidicontour -Provides: tex-bidicontour = %{tl_version} -License: LPPL 1.3 -Summary: Bidi-aware coloured contour around text -Version: svn34631.0.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(color.sty) -Requires: tex(trig.sty) -Provides: tex(bidicontour.sty) = %{tl_version} - -%description bidicontour -The package is a re-implementation of the contour package, -making it bidi-aware, and adding support of the xdvipdfmx (when -the outline option of the package is used). - -%package bidicontour-doc -Summary: Documentation for bidicontour -Version: svn34631.0.2 - -Provides: tex-bidicontour-doc -AutoReqProv: No - -%description bidicontour-doc -Documentation for bidicontour - -%package bidihl -Provides: tex-bidihl = %{tl_version} -License: LPPL 1.3 -Summary: Experimental bidi-aware text highlighting -Version: svn37795.0.1c - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(color.sty) -Provides: tex(bidihl.sty) = %{tl_version} - -%description bidihl -Experimental bidi-aware text highlighting. - -%package bidihl-doc -Summary: Documentation for bidihl -Version: svn37795.0.1c - -Provides: tex-bidihl-doc -AutoReqProv: No - -%description bidihl-doc -Documentation for bidihl - -%package bidipagegrid -Provides: tex-bidipagegrid = %{tl_version} -License: LPPL 1.3 -Summary: Bidi-aware page grid in background -Version: svn34632.0.2 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(tikz.sty) -Requires: tex(atbegshi.sty) -Requires: tex(kvoptions.sty) -Provides: tex(bidipagegrid.sty) = %{tl_version} - -%description bidipagegrid -The package is based on pagegrid. - -%package bidipagegrid-doc -Summary: Documentation for bidipagegrid -Version: svn34632.0.2 - -Provides: tex-bidipagegrid-doc -AutoReqProv: No - -%description bidipagegrid-doc -Documentation for bidipagegrid - -%package bidipresentation -Provides: tex-bidipresentation = %{tl_version} -License: LPPL 1.3 -Summary: Experimental bidi presentation -Version: svn35267.0.3 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(scrlfile.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(ifthen.sty) -Requires: tex(calc.sty) -Requires: tex(keyval.sty) -Requires: tex(geometry.sty) -Requires: tex(hyperref.sty) -Requires: tex(color.sty) -Requires: tex(xecolor.sty) -Provides: tex(bidiprescolors.cfg) = %{tl_version} -Provides: tex(bidipresentation.cls) = %{tl_version} - -%description bidipresentation -A great portion of the code is borrowed from the texpower -bundle, with modifications to get things working properly in -both right to left and left to right modes. - -%package bidipresentation-doc -Summary: Documentation for bidipresentation -Version: svn35267.0.3 - -Provides: tex-bidipresentation-doc -AutoReqProv: No - -%description bidipresentation-doc -Documentation for bidipresentation - -%package bidishadowtext -Provides: tex-bidishadowtext = %{tl_version} -License: LPPL 1.3 -Summary: Bidi-aware shadow text -Version: svn34633.0.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(color.sty) -Provides: tex(bidishadowtext.sty) = %{tl_version} - -%description bidishadowtext -This package allows you to typeset Bidi-aware shadow text. It -is a re-implementation of the shadowtext package adding bidi -support. - -%package bidishadowtext-doc -Summary: Documentation for bidishadowtext -Version: svn34633.0.1 - -Provides: tex-bidishadowtext-doc -AutoReqProv: No - -%description bidishadowtext-doc -Documentation for bidishadowtext %package bidi -Provides: tex-bidi = %{tl_version} +Provides: tex-bidi = %{epoch}:%{source_date}-%{release} +Provides: tex-bidi-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-bidi-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-bidi-doc < %{tl_epoch}:%{source_date} License: LPPL 1.3 -Summary: Bidirectional typesetting in plain TeX and LaTeX, using XeTeX engine -Version: svn53615 +Summary: Support for bidirectional typesetting in plain TeX and LaTeX +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-kpathsea Requires: tex(iftex.sty) Requires: tex(zref-abspage.sty) Requires: tex(auxhook.sty) Requires: tex(ltxcmds.sty) -Requires: tex(xkeyval.sty) Requires: tex(xcolor.sty) Requires: tex(showexpl.sty) Requires: tex(color.sty) @@ -20345,12 +3815,12 @@ Requires: tex(marvosym.sty) Requires: tex(url.sty) Requires: tex(hyperref.sty) Requires: tex(fancyhdr.sty) +Requires: tex(geometry.sty) Requires: tex(bidituftesidenote.sty) Requires: tex(bidituftegeneralstructure.sty) Requires: tex(bidituftetitle.sty) Requires: tex(xifthen.sty) Requires: tex(ragged2e.sty) -Requires: tex(geometry.sty) Requires: tex(changepage.sty) Requires: tex(chngpage.sty) Requires: tex(optparams.sty) @@ -20358,1400 +3828,369 @@ Requires: tex(placeins.sty) Requires: tex(paralist.sty) Requires: tex(multicol.sty) Requires: tex(setspace.sty) +Requires: tex(hopatch.sty) Requires: tex(natbib.sty) Requires: tex(bibentry.sty) +Requires: tex(etoolbox.sty) Requires: tex(titlesec.sty) Requires: tex(titletoc.sty) -Provides: tex(adjmulticol-xetex-bidi.def) = %{tl_version} -Provides: tex(algorithm2e-xetex-bidi.def) = %{tl_version} -Provides: tex(amsart-xetex-bidi.def) = %{tl_version} -Provides: tex(amsbook-xetex-bidi.def) = %{tl_version} -Provides: tex(amsmath-xetex-bidi.def) = %{tl_version} -Provides: tex(amstext-xetex-bidi.def) = %{tl_version} -Provides: tex(amsthm-xetex-bidi.def) = %{tl_version} -Provides: tex(array-xetex-bidi.def) = %{tl_version} -Provides: tex(article-xetex-bidi.def) = %{tl_version} -Provides: tex(artikel1-xetex-bidi.def) = %{tl_version} -Provides: tex(artikel2-xetex-bidi.def) = %{tl_version} -Provides: tex(artikel3-xetex-bidi.def) = %{tl_version} -Provides: tex(arydshln-xetex-bidi.def) = %{tl_version} -Provides: tex(bidi-media9.sty) = %{tl_version} -Provides: tex(bidi-perpage.sty) = %{tl_version} -Provides: tex(bidi.sty) = %{tl_version} -Provides: tex(bidi.tex) = %{tl_version} -Provides: tex(bidi2in1.sty) = %{tl_version} -Provides: tex(bidicode.sty) = %{tl_version} -Provides: tex(bidiftnxtra.sty) = %{tl_version} -Provides: tex(bidimoderncv.cls) = %{tl_version} -Provides: tex(bidipoem.sty) = %{tl_version} -Provides: tex(biditools.sty) = %{tl_version} -Provides: tex(biditufte-book.cls) = %{tl_version} -Provides: tex(biditufte-handout.cls) = %{tl_version} -Provides: tex(bidituftefloat.sty) = %{tl_version} -Provides: tex(bidituftegeneralstructure.sty) = %{tl_version} -Provides: tex(bidituftehyperref.sty) = %{tl_version} -Provides: tex(bidituftesidenote.sty) = %{tl_version} -Provides: tex(bidituftetitle.sty) = %{tl_version} -Provides: tex(bidituftetoc.sty) = %{tl_version} -Provides: tex(boek-xetex-bidi.def) = %{tl_version} -Provides: tex(boek3-xetex-bidi.def) = %{tl_version} -Provides: tex(book-xetex-bidi.def) = %{tl_version} -Provides: tex(bookest-xetex-bidi.def) = %{tl_version} -Provides: tex(breqn-xetex-bidi.def) = %{tl_version} -Provides: tex(cals-xetex-bidi.def) = %{tl_version} -Provides: tex(caption-xetex-bidi.def) = %{tl_version} -Provides: tex(caption3-xetex-bidi.def) = %{tl_version} -Provides: tex(color-xetex-bidi.def) = %{tl_version} -Provides: tex(colortbl-xetex-bidi.def) = %{tl_version} -Provides: tex(combine-xetex-bidi.def) = %{tl_version} -Provides: tex(crop-xetex-bidi.def) = %{tl_version} -Provides: tex(cuted-xetex-bidi.def) = %{tl_version} -Provides: tex(cutwin-xetex-bidi.def) = %{tl_version} -Provides: tex(cvthemebidicasual.sty) = %{tl_version} -Provides: tex(cvthemebidiclassic.sty) = %{tl_version} -Provides: tex(dblfnote-xetex-bidi.def) = %{tl_version} -Provides: tex(diagbox-xetex-bidi.def) = %{tl_version} -Provides: tex(draftwatermark-xetex-bidi.def) = %{tl_version} -Provides: tex(empheq-xetex-bidi.def) = %{tl_version} -Provides: tex(eso-pic-xetex-bidi.def) = %{tl_version} -Provides: tex(extarticle-xetex-bidi.def) = %{tl_version} -Provides: tex(extbook-xetex-bidi.def) = %{tl_version} -Provides: tex(extletter-xetex-bidi.def) = %{tl_version} -Provides: tex(extrafootnotefeatures-xetex-bidi.def) = %{tl_version} -Provides: tex(extreport-xetex-bidi.def) = %{tl_version} -Provides: tex(fancybox-xetex-bidi.def) = %{tl_version} -Provides: tex(fancyhdr-xetex-bidi.def) = %{tl_version} -Provides: tex(fix2col-xetex-bidi.def) = %{tl_version} -Provides: tex(fleqn-xetex-bidi.def) = %{tl_version} -Provides: tex(float-xetex-bidi.def) = %{tl_version} -Provides: tex(floatrow-xetex-bidi.def) = %{tl_version} -Provides: tex(flowfram-xetex-bidi.def) = %{tl_version} -Provides: tex(footnote-xetex-bidi.def) = %{tl_version} -Provides: tex(framed-xetex-bidi.def) = %{tl_version} -Provides: tex(ftnright-xetex-bidi.def) = %{tl_version} -Provides: tex(geometry-xetex-bidi.def) = %{tl_version} -Provides: tex(graphicx-xetex-bidi.def) = %{tl_version} -Provides: tex(hvfloat-xetex-bidi.def) = %{tl_version} -Provides: tex(hyperref-xetex-bidi.def) = %{tl_version} -Provides: tex(imsproc-xetex-bidi.def) = %{tl_version} -Provides: tex(latex-xetex-bidi.def) = %{tl_version} -Provides: tex(leqno-xetex-bidi.def) = %{tl_version} -Provides: tex(letter-xetex-bidi.def) = %{tl_version} -Provides: tex(lettrine-xetex-bidi.def) = %{tl_version} -Provides: tex(lineno-xetex-bidi.def) = %{tl_version} -Provides: tex(listings-xetex-bidi.def) = %{tl_version} -Provides: tex(loadingorder-xetex-bidi.def) = %{tl_version} -Provides: tex(longtable-xetex-bidi.def) = %{tl_version} -Provides: tex(mathtools-xetex-bidi.def) = %{tl_version} -Provides: tex(mdframed-xetex-bidi.def) = %{tl_version} -Provides: tex(memoir-xetex-bidi.def) = %{tl_version} -Provides: tex(midfloat-xetex-bidi.def) = %{tl_version} -Provides: tex(minitoc-xetex-bidi.def) = %{tl_version} -Provides: tex(multicol-xetex-bidi.def) = %{tl_version} -Provides: tex(multienum-xetex-bidi.def) = %{tl_version} -Provides: tex(natbib-xetex-bidi.def) = %{tl_version} -Provides: tex(newfloat-xetex-bidi.def) = %{tl_version} -Provides: tex(ntheorem-hyper-xetex-bidi.def) = %{tl_version} -Provides: tex(ntheorem-xetex-bidi.def) = %{tl_version} -Provides: tex(overpic-xetex-bidi.def) = %{tl_version} -Provides: tex(pdfpages-xetex-bidi.def) = %{tl_version} -Provides: tex(pgf-xetex-bidi.def) = %{tl_version} -Provides: tex(pgfcorescopes.code-xetex-bidi.def) = %{tl_version} -Provides: tex(picinpar-xetex-bidi.def) = %{tl_version} -Provides: tex(plain-xetex-bidi.def) = %{tl_version} -Provides: tex(pstricks-xetex-bidi.def) = %{tl_version} -Provides: tex(quotchap-xetex-bidi.def) = %{tl_version} -Provides: tex(ragged2e-xetex-bidi.def) = %{tl_version} -Provides: tex(rapport1-xetex-bidi.def) = %{tl_version} -Provides: tex(rapport3-xetex-bidi.def) = %{tl_version} -Provides: tex(refrep-xetex-bidi.def) = %{tl_version} -Provides: tex(report-xetex-bidi.def) = %{tl_version} -Provides: tex(rotating-xetex-bidi.def) = %{tl_version} -Provides: tex(scrartcl-xetex-bidi.def) = %{tl_version} -Provides: tex(scrbook-xetex-bidi.def) = %{tl_version} -Provides: tex(scrlettr-xetex-bidi.def) = %{tl_version} -Provides: tex(scrreprt-xetex-bidi.def) = %{tl_version} -Provides: tex(sidecap-xetex-bidi.def) = %{tl_version} -Provides: tex(soul-xetex-bidi.def) = %{tl_version} -Provides: tex(stabular-xetex-bidi.def) = %{tl_version} -Provides: tex(subfigure-xetex-bidi.def) = %{tl_version} -Provides: tex(tabls-xetex-bidi.def) = %{tl_version} -Provides: tex(tabularx-xetex-bidi.def) = %{tl_version} -Provides: tex(tabulary-xetex-bidi.def) = %{tl_version} -Provides: tex(tc-xetex-bidi.def) = %{tl_version} -Provides: tex(tcolorbox-xetex-bidi.def) = %{tl_version} -Provides: tex(titlesec-xetex-bidi.def) = %{tl_version} -Provides: tex(titletoc-xetex-bidi.def) = %{tl_version} -Provides: tex(tocbasic-xetex-bidi.def) = %{tl_version} -Provides: tex(tocbibind-xetex-bidi.def) = %{tl_version} -Provides: tex(tocloft-xetex-bidi.def) = %{tl_version} -Provides: tex(tocstyle-xetex-bidi.def) = %{tl_version} -Provides: tex(todonotes-xetex-bidi.def) = %{tl_version} -Provides: tex(wrapfig-xetex-bidi.def) = %{tl_version} -Provides: tex(xcolor-xetex-bidi.def) = %{tl_version} -Provides: tex(xltxtra-xetex-bidi.def) = %{tl_version} +Provides: tex(amsart-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(amsbook-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(amsmath-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(amstext-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(amsthm-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(array-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(article-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(artikel1-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(artikel2-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(artikel3-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(arydshln-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(bidi-longtable.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(bidi.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(bidi.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(bidi2in1.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(bidicode.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(bidiftnxtra.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(bidimoderncv.cls) = %{epoch}:%{source_date}-%{release} +Provides: tex(bidipoem.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(bidipresentation.cls) = %{epoch}:%{source_date}-%{release} +Provides: tex(biditools.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(biditufte-book.cls) = %{epoch}:%{source_date}-%{release} +Provides: tex(biditufte-handout.cls) = %{epoch}:%{source_date}-%{release} +Provides: tex(bidituftefloat.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(bidituftegeneralstructure.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(bidituftehyperref.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(bidituftesidenote.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(bidituftetitle.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(bidituftetoc.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(boek-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(boek3-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(book-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(bookest-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(breqn-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(caption-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(caption3-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(color-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(colortbl-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(combine-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(crop-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(cuted-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(cutwin-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(cvthemebidicasual.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(cvthemebidiclassic.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(dblfnote-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(draftwatermark-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(empheq-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(extarticle-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(extbook-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(extletter-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(extrafootnotefeatures.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(extreport-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(fancyhdr-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(fix2col-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(fleqn-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(float-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(flowfram-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(footnote-luatex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(footnote-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(framed-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(ftnright-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(geometry-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(graphicx-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(hvfloat-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyperref-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(leqno-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(letter-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(lettrine-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(listings-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(loadingorder-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(longtable-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(luatex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(memoir-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(minitoc-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(multicol-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(multienum-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(natbib-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(ntheorem-hyper-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(ntheorem-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(pdfpages-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgf-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(picinpar-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(plain-luatex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(plain-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(pstricks-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(quotchap-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(ragged2e-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(rapport1-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(rapport3-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(refrep-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(report-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(scrartcl-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(scrbook-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(scrlettr-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(scrreprt-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(sidecap-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(stabular-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(subfigure-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(tabls-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(tabulary-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(titlesec-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(titletoc-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(tocbibind-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(tocloft-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(tocstyle-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(wrapfig-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(xcolor-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(xetex-bidi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(xltxtra-xetex-bidi.def) = %{epoch}:%{source_date}-%{release} %description bidi A convenient interface for typesetting bidirectional texts with plain TeX and LaTeX. The package includes adaptations for use with many other commonly-used packages. -%package bidi-doc -Summary: Documentation for bidi -Version: svn51377 -Provides: tex-bidi-doc -AutoReqProv: No - -%description bidi-doc -Documentation for bidi %package bigfoot -Provides: tex-bigfoot = %{tl_version} +Provides: tex-bigfoot = %{epoch}:%{source_date}-%{release} +Provides: tex-bigfoot-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-bigfoot-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-bigfoot-doc < %{tl_epoch}:%{source_date} License: GPLv2+ Summary: Footnotes for critical editions -Version: svn38248.2.1 - +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - +Requires: tex-kpathsea Requires: tex(etex.sty) Requires: tex(manyfoot.sty) Requires: tex(perpage.sty) -Provides: tex(bigfoot.sty) = %{tl_version} -Provides: tex(perpage.sty) = %{tl_version} -Provides: tex(suffix.sty) = %{tl_version} +Provides: tex(bigfoot.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(perpage.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(suffix.sty) = %{epoch}:%{source_date}-%{release} %description bigfoot The package aims to provide a 'one-stop' solution to -requirements for footnotes. It offers: Multiple footnote -apparatus superior to that of manyfoot Footnotes can be +requirements for footnotes. It offers: - Multiple footnote +apparatus superior to that of the manyfoot; - Footnotes can be formatted in separate paragraphs, or be run into a single -paragraph (this choice may be selected per footnote series); -Things you might have expected (such as \verb-like material in +paragraph (this choice may be selected per footnote series); - +Things you might have expected (like \verb-like material in footnotes, and colour selections over page breaks) now work. Note that the majority of the bigfoot package's interface is identical to that of manyfoot; users should seek information from that package's documentation. The bigfoot bundle also provides the perpage and suffix packages. -%package bigfoot-doc -Summary: Documentation for bigfoot -Version: svn38248.2.1 - -Provides: tex-bigfoot-doc -AutoReqProv: No - -%description bigfoot-doc -Documentation for bigfoot - -%package bigints -Provides: tex-bigints = %{tl_version} -License: LPPL -Summary: Writing big integrals -Version: svn29803.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(amsmath.sty) -Provides: tex(bigints.sty) = %{tl_version} - -%description bigints -The package provides facilities for drawing big integral signs -when needed. An example would be when the integrand is a -matrix. - -%package bigints-doc -Summary: Documentation for bigints -Version: svn29803.0 - -Provides: tex-bigints-doc -AutoReqProv: No - -%description bigints-doc -Documentation for bigints - -%package binomexp -Provides: tex-binomexp = %{tl_version} -License: LPPL -Summary: Calculate Pascal's triangle -Version: svn15878.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(calc.sty) -Requires: tex(ifthen.sty) -Provides: tex(binomexp.sty) = %{tl_version} - -%description binomexp -The package calculates and prints rows of Pascal's triangle. It -may be used: simply to print successive rows of the triangle, -or to print the rows inside an array or tabular. - -%package binomexp-doc -Summary: Documentation for binomexp -Version: svn15878.1.0 - -Provides: tex-binomexp-doc -AutoReqProv: No - -%description binomexp-doc -Documentation for binomexp - -%package biocon -Provides: tex-biocon = %{tl_version} -License: GPL+ -Summary: Typesetting biological species names -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(keyval.sty) -Requires: tex(ifthen.sty) -Provides: tex(biocon-old.sty) = %{tl_version} -Provides: tex(biocon.sty) = %{tl_version} -Provides: tex(biocon.sty) = %{tl_version} - -%description biocon -The biocon--biological conventions--package aids the -typesetting of some biological conventions. At the moment, it -makes a good job of typesetting species names (and ranks below -the species level). A distinction is made between the Plant, -Fungi, Animalia and Bacteria kingdoms. There are default -settings for the way species names are typeset, but they can be -customized. Different default styles are used in different -situations. - -%package biocon-doc -Summary: Documentation for biocon -Version: svn15878.0 - -Provides: tex-biocon-doc -AutoReqProv: No - -%description biocon-doc -Documentation for biocon - -%package bitelist -Provides: tex-bitelist = %{tl_version} -License: LPPL 1.3 -Summary: Split list, in TeX's mouth -Version: svn25779.0.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(bitedemo.tex) = %{tl_version} -Provides: tex(bitelist.sty) = %{tl_version} - -%description bitelist -The package provides commands for "splitting" a token list at -the first occurrence of another (specified) token list. I.e., -for given token lists s, t return b and the shortest a, such -that t = a s b. The package's mechanism differs from those of -packages providing similar features, in the following ways: the -method uses TeX's mechanism of reading delimited macro -parameters; splitting macros work by pure expansion, without -assignments; the operation is carried out in a single macro -call. A variant of the operation is provided, that retains -outer braces. - -%package bitelist-doc -Summary: Documentation for bitelist -Version: svn25779.0.1 - -Provides: tex-bitelist-doc -AutoReqProv: No - -%description bitelist-doc -Documentation for bitelist - -%package bizcard -Provides: tex-bizcard = %{tl_version} -License: GPL+ -Summary: Typeset business cards -Version: svn15878.1.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Requires: tex(geometry.sty) -Provides: tex(bizcard.sty) = %{tl_version} - -%description bizcard -This is an adaption for current LaTeX of a LaTeX 2.09 style by -Silvano Balemi. It produces cards at the normal US card size, -76.2mm x 50.8mm. - -%package bizcard-doc -Summary: Documentation for bizcard -Version: svn15878.1.1 - -Provides: tex-bizcard-doc -AutoReqProv: No - -%description bizcard-doc -Documentation for bizcard - -%package blacklettert1 -Provides: tex-blacklettert1 = %{tl_version} -License: LPPL -Summary: T1-encoded versions of Haralambous old German fonts -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(tfrak.tfm) = %{tl_version} -Provides: tex(tfrakls.tfm) = %{tl_version} -Provides: tex(tgoth.tfm) = %{tl_version} -Provides: tex(tswab.tfm) = %{tl_version} -Provides: tex(tfrak.vf) = %{tl_version} -Provides: tex(tfrakls.vf) = %{tl_version} -Provides: tex(tgoth.vf) = %{tl_version} -Provides: tex(tswab.vf) = %{tl_version} -Provides: tex(t1yfrak.fd) = %{tl_version} - -%description blacklettert1 -This package contains virtual fonts that offer T1-alike encoded -variants of Yannis Haralambous's old German fonts Gothic, -Schwabacher and Fraktur (which are also available in Adobe type -1 format). The package includes LaTeX macros to embed the fonts -into the LaTeX font selection scheme. - -%package blacklettert1-doc -Summary: Documentation for blacklettert1 -Version: svn15878.0 - -Provides: tex-blacklettert1-doc -AutoReqProv: No - -%description blacklettert1-doc -Documentation for blacklettert1 - -%package blindtext -Provides: tex-blindtext = %{tl_version} -License: LPPL -Summary: Producing 'blind' text for testing -Version: svn25039.2.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(xspace.sty) -Provides: tex(blindtext.sty) = %{tl_version} - -%description blindtext -The package provides the commands \blindtext and \Blindtext for -creating 'blind' text useful in testing new classes and -packages, and \blinddocument, \Blinddocument for creating an -entire random document with sections, lists, mathematics, etc. -The package supports three languages, english, (n)german and -latin; the latin option provides a short "lorem ipsum" (for a -fuller lorem ipsum text, see the lipsum package). - -%package blindtext-doc -Summary: Documentation for blindtext -Version: svn25039.2.0 - -Provides: tex-blindtext-doc -AutoReqProv: No - -%description blindtext-doc -Documentation for blindtext - -%package blkarray -Provides: tex-blkarray = %{tl_version} -License: LPPL -Summary: Extended array and tabular -Version: svn36406.0.07 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(blkarray.sty) = %{tl_version} - -%description blkarray -An experimental package which implements an environment, -blockarray, that may be used in the same way as the array or -tabular environments of standard LaTeX, or their extended -versions defined in array. If used in math-mode, blockarray -acts like array, otherwise it acts like tabular. The package -implements a new method of defining column types, and also -block and block* environments, for specifying sub-arrays of the -main array. What's more, the \footnote command works inside a -blockarray. - -%package blkarray-doc -Summary: Documentation for blkarray -Version: svn36406.0.07 - -Provides: tex-blkarray-doc -AutoReqProv: No - -%description blkarray-doc -Documentation for blkarray - -%package blochsphere -Provides: tex-blochsphere = %{tl_version} -License: LPPL 1.3 -Summary: Draw pseudo-3D diagrams of Bloch spheres -Version: svn38388 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(blochsphere.sty) = %{tl_version} - -%description blochsphere -This package is used to draw pseudo-3D Blochsphere diagrams. It -supports various annotations, such as great and small circles, -axes, rotation markings and state vectors. It can be used in a -standalone fashion, or nested within a tikzpicture environment -by setting the environment option nested to true. - -%package blochsphere-doc -Summary: Documentation for blochsphere -Version: svn38388 - -Provides: tex-blochsphere-doc -AutoReqProv: No - -%description blochsphere-doc -Documentation for blochsphere - -%package blockdraw_mp -Provides: tex-blockdraw_mp = %{tl_version} -License: LPPL -Summary: Block diagrams and bond graphs, with MetaPost -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - - -%description blockdraw_mp -A set of simple MetaPost macros for the task. While the task is -not itself difficult to program, it is felt that many users -will be happy to have a library for the job.. - -%package blockdraw_mp-doc -Summary: Documentation for blockdraw_mp -Version: svn15878.0 - -Provides: tex-blockdraw_mp-doc -AutoReqProv: No - -%description blockdraw_mp-doc -Documentation for blockdraw_mp - -%package block -Provides: tex-block = %{tl_version} -License: Public Domain -Summary: A block letter style for the letter class -Version: svn17209.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(block.sty) = %{tl_version} - -%description block -A style file for use with the letter class that overwrites the -\opening and \closing macros so that letters can be styled with -the block letter style instead of the default style. Thus, the -return address, the closing, and the signature appear flushed -on the left margin. - -%package block-doc -Summary: Documentation for block -Version: svn17209.0 - -Provides: tex-block-doc -AutoReqProv: No - -%description block-doc -Documentation for block - -%package bloques -Provides: tex-bloques = %{tl_version} -License: LPPL 1.3 -Summary: Generate control diagrams -Version: svn22490.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(bloques.sty) = %{tl_version} - -%description bloques -The package uses TikZ to provide commands for generating -control diagrams (specially in power electronics). - -%package bloques-doc -Summary: Documentation for bloques -Version: svn22490.1.0 - -Provides: tex-bloques-doc -AutoReqProv: No - -%description bloques-doc -Documentation for bloques - -%package blowup -Provides: tex-blowup = %{tl_version} -License: LPPL -Summary: Upscale or downscale all pages of a document -Version: svn46213 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(everyshi.sty) -Requires: tex(graphics.sty) -Requires: tex(keyval.sty) -Requires: tex(typearea.sty) -Provides: tex(blowup.sty) = %{tl_version} - -%description blowup -The package blowup only defines the user-level macro \blowup, -which can be used to upscale or downscale all pages of a -document. It is similar to the TeX primitive \magnification but -more accurate and user-friendly. - -%package blowup-doc -Summary: Documentation for blowup -Version: svn46213 -Provides: tex-blowup-doc -AutoReqProv: No - -%description blowup-doc -Documentation for blowup - -%package blox -Provides: tex-blox = %{tl_version} -License: LPPL -Summary: Draw block diagrams, using TikZ -Version: svn35014.2.5 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Requires: tex(tikz.sty) -Requires: tex(pgffor.sty) -Provides: tex(blox.sty) = %{tl_version} - -%description blox -This package, along with TikZ, will typeset block diagrams for -use with programming and control theory. It is an English -translation of the schemabloc package. - -%package blox-doc -Summary: Documentation for blox -Version: svn35014.2.5 - -Provides: tex-blox-doc -AutoReqProv: No - -%description blox-doc -Documentation for blox - -%package bnumexpr -Provides: tex-bnumexpr = %{tl_version} -License: LPPL 1.3 -Summary: Extends eTeX's \numexpr...\relax construct to big integers -Version: svn49643 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xintcore.sty) -Requires: tex(bigintcalc.sty) -Provides: tex(bnumexpr.sty) = %{tl_version} - -%description bnumexpr -The package extends eTeX \numexpr...\relax operation to allow -big integers. Package option allowpower furthermore enables ^ -for power operations. By default, bnumexpr loads package -xintcore (part of the xint bundle) and uses its arithmetic -macros. - -%package bnumexpr-doc -Summary: Documentation for bnumexpr -Version: svn49643 -Provides: tex-bnumexpr-doc -AutoReqProv: No - -%description bnumexpr-doc -Documentation for bnumexpr - -%package bodegraph -Provides: tex-bodegraph = %{tl_version} -License: LPPL -Summary: Draw Bode, Nyquist and Black plots with gnuplot and TikZ -Version: svn20047.1.4 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(tikz.sty) -Requires: tex(ifthen.sty) -Requires: tex(ifsym.sty) -Provides: tex(bodegraph.sty) = %{tl_version} - -%description bodegraph -The package provides facilities to draw Bode, Nyquist and Black -plots using Gnuplot and Tikz. Elementary Transfer Functions and -basic correctors are preprogrammed for use. - -%package bodegraph-doc -Summary: Documentation for bodegraph -Version: svn20047.1.4 - -Provides: tex-bodegraph-doc -AutoReqProv: No - -%description bodegraph-doc -Documentation for bodegraph - -%package bohr -Provides: tex-bohr = %{tl_version} -License: LPPL 1.3 -Summary: Simple atom representation according to the Bohr model -Version: svn54512 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(tikz.sty) -Requires: tex(pgfopts.sty) -Requires: tex(elements.sty) -Provides: tex(bohr.sty) = %{tl_version} - -%description bohr -The package provides means for the creation of simple Bohr -models of atoms up to the atomic number 112. In addition, -commands are provided to convert atomic numbers to element -symbols or element names and vice versa. - -%package bohr-doc -Summary: Documentation for bohr -Version: svn54512 -Provides: tex-bohr-doc -AutoReqProv: No - -%description bohr-doc -Documentation for bohr - -%package boisik -Provides: tex-boisik = %{tl_version} -License: GPLv2+ -Summary: A font inspired by Baskerville design -Version: svn15878.0.5 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(bskarr10.tfm) = %{tl_version} -Provides: tex(bskex10.tfm) = %{tl_version} -Provides: tex(bskhc10.tfm) = %{tl_version} -Provides: tex(bski10-TS1.tfm) = %{tl_version} -Provides: tex(bski10.tfm) = %{tl_version} -Provides: tex(bskib10.tfm) = %{tl_version} -Provides: tex(bskiol10.tfm) = %{tl_version} -Provides: tex(bskiu10.tfm) = %{tl_version} -Provides: tex(bskiub10.tfm) = %{tl_version} -Provides: tex(bskma10.tfm) = %{tl_version} -Provides: tex(bskmab10.tfm) = %{tl_version} -Provides: tex(bskmi10.tfm) = %{tl_version} -Provides: tex(bskmib10.tfm) = %{tl_version} -Provides: tex(bskms10.tfm) = %{tl_version} -Provides: tex(bskmsb10.tfm) = %{tl_version} -Provides: tex(bskmsbsl10.tfm) = %{tl_version} -Provides: tex(bskmssl10.tfm) = %{tl_version} -Provides: tex(bskr10-T1.tfm) = %{tl_version} -Provides: tex(bskr10-TS1.tfm) = %{tl_version} -Provides: tex(bskr10.tfm) = %{tl_version} -Provides: tex(bskrb10.tfm) = %{tl_version} -Provides: tex(bskrc10.tfm) = %{tl_version} -Provides: tex(bskrcb10.tfm) = %{tl_version} -Provides: tex(bskrf10.tfm) = %{tl_version} -Provides: tex(bskrl10.tfm) = %{tl_version} -Provides: tex(bskrol10.tfm) = %{tl_version} -Provides: tex(bskrsb10.tfm) = %{tl_version} -Provides: tex(bskrsl10.tfm) = %{tl_version} -Provides: tex(bskrw10.tfm) = %{tl_version} -Provides: tex(bsksc10.tfm) = %{tl_version} -Provides: tex(bsksy10.tfm) = %{tl_version} -Provides: tex(bsksyol10.tfm) = %{tl_version} -Provides: tex(bsksysl10.tfm) = %{tl_version} -Provides: tex(boisik.sty) = %{tl_version} -Provides: tex(il2bsk.fd) = %{tl_version} -Provides: tex(il2bskf.fd) = %{tl_version} -Provides: tex(lblbskm.fd) = %{tl_version} -Provides: tex(lblcmr.fd) = %{tl_version} -Provides: tex(lblenc.def) = %{tl_version} -Provides: tex(lbmbsk.fd) = %{tl_version} -Provides: tex(lbmbskms.fd) = %{tl_version} -Provides: tex(lbmcmr.fd) = %{tl_version} -Provides: tex(lbmenc.def) = %{tl_version} -Provides: tex(lbsbsk.fd) = %{tl_version} -Provides: tex(lbsbsksy.fd) = %{tl_version} -Provides: tex(lbscmr.fd) = %{tl_version} -Provides: tex(lbsenc.def) = %{tl_version} -Provides: tex(ot1bsk.fd) = %{tl_version} -Provides: tex(ot1bskf.fd) = %{tl_version} -Provides: tex(ts1bsk.fd) = %{tl_version} -Provides: tex(ubskex.fd) = %{tl_version} - -%description boisik -Boisik is a serif font set (inspired by the Baskerville -typeface), written in Metafont. The set comprises roman and -italic text fonts and maths fonts. LaTeX support is offered for -use with OT1, IL2 and OM* encodings. - -%package boisik-doc -Summary: Documentation for boisik -Version: svn15878.0.5 - -Provides: tex-boisik-doc -AutoReqProv: No - -%description boisik-doc -Documentation for boisik - -%package boites -Provides: tex-boites = %{tl_version} -License: GPL+ -Summary: Boxes that may break across pages -Version: svn32235.1.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(color.sty) -Provides: tex(boites.sty) = %{tl_version} -Provides: tex(boites_exemples.sty) = %{tl_version} - -%description boites -Defines environments that allow page breaks inside framed boxes -whose edges may be variously fancy. The bundle includes a few -examples (shaded box, box with a wavy line on its side, etc). - -%package boites-doc -Summary: Documentation for boites -Version: svn32235.1.1 - -Provides: tex-boites-doc -AutoReqProv: No - -%description boites-doc -Documentation for boites - -%package bold-extra -Provides: tex-bold-extra = %{tl_version} -License: LPPL -Summary: Use bold small caps and typewriter fonts -Version: svn17076.0.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(bold-extra.sty) = %{tl_version} - -%description bold-extra -Allows access to 'extra' bold fonts for Computer Modern OT1 -encoding (the fonts are available in Metafont source). Since -there is more than one bold tt-family font set, the version -required is selected by a package option. - -%package bold-extra-doc -Summary: Documentation for bold-extra -Version: svn17076.0.1 - -Provides: tex-bold-extra-doc -AutoReqProv: No - -%description bold-extra-doc -Documentation for bold-extra - -%package boldtensors -Provides: tex-boldtensors = %{tl_version} -License: GPL+ -Summary: Bold latin and greek characters through simple prefix characters -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(boldtensors.sty) = %{tl_version} - -%description boldtensors -This package provides bold latin and greek characters within -\mathversion{normal}, by using ~ and " as prefix characters. - -%package boldtensors-doc -Summary: Documentation for boldtensors -Version: svn15878.0 - -Provides: tex-boldtensors-doc -AutoReqProv: No - -%description boldtensors-doc -Documentation for boldtensors - -%package bondgraphs -Provides: tex-bondgraphs = %{tl_version} -License: LPPL 1.3 -Summary: Draws bond graphs in LaTeX, using pgf/TikZ -Version: svn36605.1.0.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(tikz.sty) -Requires: tex(amsfonts.sty) -Requires: tex(bm.sty) -Requires: tex(kvoptions.sty) -Provides: tex(bondgraphs.sty) = %{tl_version} - -%description bondgraphs -The package is used to draw bond graphs in LaTeX. It uses a -recent version (3.0+) of PGF and TikZ for the drawing, hence, -it is mainly a set of TikZ styles that makes the drawing of -bond graphs easier. Compared to the bondgraph package this -package relies more on TikZ styles and less on macros, to -generate the drawings. As such it can be more flexible than -his, but requires more TikZ knowledge of the user. - -%package bondgraphs-doc -Summary: Documentation for bondgraphs -Version: svn36605.1.0.1 - -Provides: tex-bondgraphs-doc -AutoReqProv: No - -%description bondgraphs-doc -Documentation for bondgraphs - -%package bondgraph -Provides: tex-bondgraph = %{tl_version} -License: LPPL 1.3 -Summary: Create bond graph figures in LaTeX documents -Version: svn21670.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(tikz.sty) -Requires: tex(ifthen.sty) -Provides: tex(bondgraph.sty) = %{tl_version} - -%description bondgraph -The package draws bond graphs using PGF and TikZ. - -%package bondgraph-doc -Summary: Documentation for bondgraph -Version: svn21670.1.0 - -Provides: tex-bondgraph-doc -AutoReqProv: No - -%description bondgraph-doc -Documentation for bondgraph - -%package bookcover -Provides: tex-bookcover = %{tl_version} -License: LPPL 1.2 -Summary: A class for book covers and dust jackets -Version: svn46410 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(kvoptions.sty) -Requires: tex(geometry.sty) -Requires: tex(graphicx.sty) -Requires: tex(calc.sty) -Requires: tex(xcolor.sty) -Requires: tex(ifthen.sty) -Requires: tex(tikz.sty) -Requires: tex(eso-pic.sty) -Requires: tex(textpos.sty) -Provides: tex(bookcover.cls) = %{tl_version} - -%description bookcover -This class helps typesetting book covers and dust jackets. - -%package bookcover-doc -Summary: Documentation for bookcover -Version: svn46410 -Provides: tex-bookcover-doc -AutoReqProv: No - -%description bookcover-doc -Documentation for bookcover - -%package bookdb -Provides: tex-bookdb = %{tl_version} -License: LPPL 1.3 -Summary: A BibTeX style file for cataloguing a home library -Version: svn37536.0.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - - -%description bookdb -This package provides an extended book entry for use in -cataloguing a home library. The extensions include fields for -binding, category, collator, condition, copy, illustrations, -introduction, location, pages, size, value, volumes. - -%package bookdb-doc -Summary: Documentation for bookdb -Version: svn37536.0.2 - -Provides: tex-bookdb-doc -AutoReqProv: No - -%description bookdb-doc -Documentation for bookdb - -%package bookest -Provides: tex-bookest = %{tl_version} -License: LPPL -Summary: Extended book class -Version: svn15878.1.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(color.sty) -Requires: tex(setspace.sty) -Requires: tex(graphicx.sty) -Requires: tex(hyperref.sty) -Requires: tex(eso-pic.sty) -Requires: tex(geometry.sty) -Requires: tex(everyshi.sty) -Provides: tex(bookest.cls) = %{tl_version} - -%description bookest -The class extends the standard book class, in the areas of -colour scheme management, document layout, headings and -footers, front page layout, and other minor items. - -%package bookest-doc -Summary: Documentation for bookest -Version: svn15878.1.1 - -Provides: tex-bookest-doc -AutoReqProv: No - -%description bookest-doc -Documentation for bookest - -%package bookhands -Provides: tex-bookhands = %{tl_version} -License: LPPL -Summary: A collection of book-hand fonts -Version: svn46480 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(egothic.sty) -Requires: tex(huncial.sty) -Requires: tex(inslrmin.sty) -Requires: tex(rotunda.sty) -Requires: tex(sqrcaps.sty) -Provides: tex(sqrcaps.map) = %{tl_version} -Provides: tex(auncl17.tfm) = %{tl_version} -Provides: tex(auncl7.tfm) = %{tl_version} -Provides: tex(aunclb17.tfm) = %{tl_version} -Provides: tex(aunclb7.tfm) = %{tl_version} -Provides: tex(cmin10.tfm) = %{tl_version} -Provides: tex(cmin17.tfm) = %{tl_version} -Provides: tex(cmin7.tfm) = %{tl_version} -Provides: tex(cminb10.tfm) = %{tl_version} -Provides: tex(cminb17.tfm) = %{tl_version} -Provides: tex(cminb7.tfm) = %{tl_version} -Provides: tex(egoth10.tfm) = %{tl_version} -Provides: tex(egoth17.tfm) = %{tl_version} -Provides: tex(egoth7.tfm) = %{tl_version} -Provides: tex(egothb10.tfm) = %{tl_version} -Provides: tex(egothb17.tfm) = %{tl_version} -Provides: tex(egothb7.tfm) = %{tl_version} -Provides: tex(hmin10.tfm) = %{tl_version} -Provides: tex(hmin17.tfm) = %{tl_version} -Provides: tex(hmin7.tfm) = %{tl_version} -Provides: tex(hminb10.tfm) = %{tl_version} -Provides: tex(hminb17.tfm) = %{tl_version} -Provides: tex(hminb7.tfm) = %{tl_version} -Provides: tex(huncl10.tfm) = %{tl_version} -Provides: tex(huncl17.tfm) = %{tl_version} -Provides: tex(huncl7.tfm) = %{tl_version} -Provides: tex(hunclb10.tfm) = %{tl_version} -Provides: tex(hunclb17.tfm) = %{tl_version} -Provides: tex(hunclb7.tfm) = %{tl_version} -Provides: tex(imaj10.tfm) = %{tl_version} -Provides: tex(imaj17.tfm) = %{tl_version} -Provides: tex(imaj7.tfm) = %{tl_version} -Provides: tex(imajb10.tfm) = %{tl_version} -Provides: tex(imajb17.tfm) = %{tl_version} -Provides: tex(imajb7.tfm) = %{tl_version} -Provides: tex(imin10.tfm) = %{tl_version} -Provides: tex(imin17.tfm) = %{tl_version} -Provides: tex(imin7.tfm) = %{tl_version} -Provides: tex(iminb10.tfm) = %{tl_version} -Provides: tex(iminb17.tfm) = %{tl_version} -Provides: tex(iminb7.tfm) = %{tl_version} -Provides: tex(pgoth10.tfm) = %{tl_version} -Provides: tex(pgoth17.tfm) = %{tl_version} -Provides: tex(pgoth7.tfm) = %{tl_version} -Provides: tex(pgothb10.tfm) = %{tl_version} -Provides: tex(pgothb17.tfm) = %{tl_version} -Provides: tex(rtnd10.tfm) = %{tl_version} -Provides: tex(rtnd17.tfm) = %{tl_version} -Provides: tex(rtnd7.tfm) = %{tl_version} -Provides: tex(rtndb10.tfm) = %{tl_version} -Provides: tex(rtndb17.tfm) = %{tl_version} -Provides: tex(rtndb7.tfm) = %{tl_version} -Provides: tex(rust10.tfm) = %{tl_version} -Provides: tex(rust17.tfm) = %{tl_version} -Provides: tex(rust7.tfm) = %{tl_version} -Provides: tex(rustb10.tfm) = %{tl_version} -Provides: tex(rustb17.tfm) = %{tl_version} -Provides: tex(rustb7.tfm) = %{tl_version} -Provides: tex(sqrc10.tfm) = %{tl_version} -Provides: tex(sqrcb10.tfm) = %{tl_version} -Provides: tex(uncl10.tfm) = %{tl_version} -Provides: tex(uncl17.tfm) = %{tl_version} -Provides: tex(uncl7.tfm) = %{tl_version} -Provides: tex(unclb10.tfm) = %{tl_version} -Provides: tex(unclb17.tfm) = %{tl_version} -Provides: tex(unclb7.tfm) = %{tl_version} -Provides: tex(sqrc10.pfb) = %{tl_version} -Provides: tex(sqrcb10.pfb) = %{tl_version} -Provides: tex(allcmin.sty) = %{tl_version} -Provides: tex(allegoth.sty) = %{tl_version} -Provides: tex(allhmin.sty) = %{tl_version} -Provides: tex(allhuncl.sty) = %{tl_version} -Provides: tex(allimaj.sty) = %{tl_version} -Provides: tex(allimin.sty) = %{tl_version} -Provides: tex(allpgoth.sty) = %{tl_version} -Provides: tex(allrtnd.sty) = %{tl_version} -Provides: tex(allrust.sty) = %{tl_version} -Provides: tex(allsqrc.sty) = %{tl_version} -Provides: tex(alluncl.sty) = %{tl_version} -Provides: tex(carolmin.sty) = %{tl_version} -Provides: tex(egothic.sty) = %{tl_version} -Provides: tex(humanist.sty) = %{tl_version} -Provides: tex(huncial.sty) = %{tl_version} -Provides: tex(inslrmaj.sty) = %{tl_version} -Provides: tex(inslrmin.sty) = %{tl_version} -Provides: tex(ot1auncl.fd) = %{tl_version} -Provides: tex(ot1cmin.fd) = %{tl_version} -Provides: tex(ot1egoth.fd) = %{tl_version} -Provides: tex(ot1hmin.fd) = %{tl_version} -Provides: tex(ot1huncl.fd) = %{tl_version} -Provides: tex(ot1imaj.fd) = %{tl_version} -Provides: tex(ot1imin.fd) = %{tl_version} -Provides: tex(ot1pgoth.fd) = %{tl_version} -Provides: tex(ot1rtnd.fd) = %{tl_version} -Provides: tex(ot1rust.fd) = %{tl_version} -Provides: tex(ot1sqrc.fd) = %{tl_version} -Provides: tex(ot1uncl.fd) = %{tl_version} -Provides: tex(pgothic.sty) = %{tl_version} -Provides: tex(rotunda.sty) = %{tl_version} -Provides: tex(rustic.sty) = %{tl_version} -Provides: tex(sqrcaps.sty) = %{tl_version} -Provides: tex(t1auncl.fd) = %{tl_version} -Provides: tex(t1cmin.fd) = %{tl_version} -Provides: tex(t1egoth.fd) = %{tl_version} -Provides: tex(t1hmin.fd) = %{tl_version} -Provides: tex(t1huncl.fd) = %{tl_version} -Provides: tex(t1imaj.fd) = %{tl_version} -Provides: tex(t1imin.fd) = %{tl_version} -Provides: tex(t1pgoth.fd) = %{tl_version} -Provides: tex(t1rtnd.fd) = %{tl_version} -Provides: tex(t1rust.fd) = %{tl_version} -Provides: tex(t1sqrc.fd) = %{tl_version} -Provides: tex(t1uncl.fd) = %{tl_version} -Provides: tex(uncial.sty) = %{tl_version} - -%description bookhands -This is a set of book-hand (MetaFont) fonts and packages -covering manuscript scripts from the 1st century until -Gutenberg and Caxton. The included hands are: Square Capitals -(1st century onwards); Roman Rustic (1st-6th centuries); -Insular Minuscule (6th cenury onwards); Carolingian Minuscule -(8th-12th centuries); Early Gothic (11th-12th centuries); -Gothic Textura Quadrata (13th-15th centuries); Gothic Textura -Prescisus vel sine pedibus (13th century onwards); Rotunda (13- -15th centuries); Humanist Minuscule (14th century onwards); -Uncial (3rd-6th centuries); Half Uncial (3rd-9th centuries); -Artificial Uncial (6th-10th centuries); and Insular Majuscule -(6th-9th centuries). - -%package bookhands-doc -Summary: Documentation for bookhands -Version: svn46480 -Provides: tex-bookhands-doc -AutoReqProv: No - -%description bookhands-doc -Documentation for bookhands - -%package booklet -Provides: tex-booklet = %{tl_version} -License: LPPL 1.3 -Summary: Aids for printing simple booklets -Version: svn15878.0.7b - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(bkltprnt.sty) = %{tl_version} -Provides: tex(booklet.sty) = %{tl_version} - -%description booklet -Pages of a document processed with the booklet package will be -reordered and scaled so that they can be printed as four pages -per physical sheet of paper, two pages per side. The resulting -sheets will, when folded in half, assemble into a booklet. -Instructions on producing the manual itself as a booklet are -included. - -%package booklet-doc -Summary: Documentation for booklet -Version: svn15878.0.7b - -Provides: tex-booklet-doc -AutoReqProv: No - -%description booklet-doc -Documentation for booklet %package bookman -Provides: tex-bookman = %{tl_version} +Provides: tex-bookman = %{epoch}:%{source_date}-%{release} License: GPL+ Summary: URW "Base 35" font pack for LaTeX -Version: svn31835.0 +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(ubk.map) = %{tl_version} -Provides: tex(pbkd.tfm) = %{tl_version} -Provides: tex(pbkd7t.tfm) = %{tl_version} -Provides: tex(pbkd8c.tfm) = %{tl_version} -Provides: tex(pbkd8r.tfm) = %{tl_version} -Provides: tex(pbkd8t.tfm) = %{tl_version} -Provides: tex(pbkdc.tfm) = %{tl_version} -Provides: tex(pbkdc7t.tfm) = %{tl_version} -Provides: tex(pbkdc8t.tfm) = %{tl_version} -Provides: tex(pbkdi.tfm) = %{tl_version} -Provides: tex(pbkdi7t.tfm) = %{tl_version} -Provides: tex(pbkdi8c.tfm) = %{tl_version} -Provides: tex(pbkdi8r.tfm) = %{tl_version} -Provides: tex(pbkdi8t.tfm) = %{tl_version} -Provides: tex(pbkdo.tfm) = %{tl_version} -Provides: tex(pbkdo7t.tfm) = %{tl_version} -Provides: tex(pbkdo8c.tfm) = %{tl_version} -Provides: tex(pbkdo8r.tfm) = %{tl_version} -Provides: tex(pbkdo8t.tfm) = %{tl_version} -Provides: tex(pbkl.tfm) = %{tl_version} -Provides: tex(pbkl7t.tfm) = %{tl_version} -Provides: tex(pbkl8c.tfm) = %{tl_version} -Provides: tex(pbkl8r.tfm) = %{tl_version} -Provides: tex(pbkl8t.tfm) = %{tl_version} -Provides: tex(pbklc.tfm) = %{tl_version} -Provides: tex(pbklc7t.tfm) = %{tl_version} -Provides: tex(pbklc8t.tfm) = %{tl_version} -Provides: tex(pbkli.tfm) = %{tl_version} -Provides: tex(pbkli7t.tfm) = %{tl_version} -Provides: tex(pbkli8c.tfm) = %{tl_version} -Provides: tex(pbkli8r.tfm) = %{tl_version} -Provides: tex(pbkli8t.tfm) = %{tl_version} -Provides: tex(pbklo.tfm) = %{tl_version} -Provides: tex(pbklo7t.tfm) = %{tl_version} -Provides: tex(pbklo8c.tfm) = %{tl_version} -Provides: tex(pbklo8r.tfm) = %{tl_version} -Provides: tex(pbklo8t.tfm) = %{tl_version} -Provides: tex(ubkb7t.tfm) = %{tl_version} -Provides: tex(ubkb8c.tfm) = %{tl_version} -Provides: tex(ubkb8r.tfm) = %{tl_version} -Provides: tex(ubkb8t.tfm) = %{tl_version} -Provides: tex(ubkbc7t.tfm) = %{tl_version} -Provides: tex(ubkbc8t.tfm) = %{tl_version} -Provides: tex(ubkbi7t.tfm) = %{tl_version} -Provides: tex(ubkbi8c.tfm) = %{tl_version} -Provides: tex(ubkbi8r.tfm) = %{tl_version} -Provides: tex(ubkbi8t.tfm) = %{tl_version} -Provides: tex(ubkbo7t.tfm) = %{tl_version} -Provides: tex(ubkbo8c.tfm) = %{tl_version} -Provides: tex(ubkbo8r.tfm) = %{tl_version} -Provides: tex(ubkbo8t.tfm) = %{tl_version} -Provides: tex(ubkd7t.tfm) = %{tl_version} -Provides: tex(ubkd8c.tfm) = %{tl_version} -Provides: tex(ubkd8r.tfm) = %{tl_version} -Provides: tex(ubkd8t.tfm) = %{tl_version} -Provides: tex(ubkdc7t.tfm) = %{tl_version} -Provides: tex(ubkdc8t.tfm) = %{tl_version} -Provides: tex(ubkdi7t.tfm) = %{tl_version} -Provides: tex(ubkdi8c.tfm) = %{tl_version} -Provides: tex(ubkdi8r.tfm) = %{tl_version} -Provides: tex(ubkdi8t.tfm) = %{tl_version} -Provides: tex(ubkdo7t.tfm) = %{tl_version} -Provides: tex(ubkdo8c.tfm) = %{tl_version} -Provides: tex(ubkdo8r.tfm) = %{tl_version} -Provides: tex(ubkdo8t.tfm) = %{tl_version} -Provides: tex(ubkl7t.tfm) = %{tl_version} -Provides: tex(ubkl8c.tfm) = %{tl_version} -Provides: tex(ubkl8r.tfm) = %{tl_version} -Provides: tex(ubkl8t.tfm) = %{tl_version} -Provides: tex(ubklc7t.tfm) = %{tl_version} -Provides: tex(ubklc8t.tfm) = %{tl_version} -Provides: tex(ubkli7t.tfm) = %{tl_version} -Provides: tex(ubkli8c.tfm) = %{tl_version} -Provides: tex(ubkli8r.tfm) = %{tl_version} -Provides: tex(ubkli8t.tfm) = %{tl_version} -Provides: tex(ubklo7t.tfm) = %{tl_version} -Provides: tex(ubklo8c.tfm) = %{tl_version} -Provides: tex(ubklo8r.tfm) = %{tl_version} -Provides: tex(ubklo8t.tfm) = %{tl_version} -Provides: tex(ubkr7t.tfm) = %{tl_version} -Provides: tex(ubkr8c.tfm) = %{tl_version} -Provides: tex(ubkr8r.tfm) = %{tl_version} -Provides: tex(ubkr8t.tfm) = %{tl_version} -Provides: tex(ubkrc7t.tfm) = %{tl_version} -Provides: tex(ubkrc8t.tfm) = %{tl_version} -Provides: tex(ubkri7t.tfm) = %{tl_version} -Provides: tex(ubkri8c.tfm) = %{tl_version} -Provides: tex(ubkri8r.tfm) = %{tl_version} -Provides: tex(ubkri8t.tfm) = %{tl_version} -Provides: tex(ubkro7t.tfm) = %{tl_version} -Provides: tex(ubkro8c.tfm) = %{tl_version} -Provides: tex(ubkro8r.tfm) = %{tl_version} -Provides: tex(ubkro8t.tfm) = %{tl_version} -Provides: tex(ubkd8a.pfb) = %{tl_version} -Provides: tex(ubkdi8a.pfb) = %{tl_version} -Provides: tex(ubkl8a.pfb) = %{tl_version} -Provides: tex(ubkli8a.pfb) = %{tl_version} -Provides: tex(pbkd.vf) = %{tl_version} -Provides: tex(pbkd7t.vf) = %{tl_version} -Provides: tex(pbkd8c.vf) = %{tl_version} -Provides: tex(pbkd8t.vf) = %{tl_version} -Provides: tex(pbkdc.vf) = %{tl_version} -Provides: tex(pbkdc7t.vf) = %{tl_version} -Provides: tex(pbkdc8t.vf) = %{tl_version} -Provides: tex(pbkdi.vf) = %{tl_version} -Provides: tex(pbkdi7t.vf) = %{tl_version} -Provides: tex(pbkdi8c.vf) = %{tl_version} -Provides: tex(pbkdi8t.vf) = %{tl_version} -Provides: tex(pbkdo.vf) = %{tl_version} -Provides: tex(pbkdo7t.vf) = %{tl_version} -Provides: tex(pbkdo8c.vf) = %{tl_version} -Provides: tex(pbkdo8t.vf) = %{tl_version} -Provides: tex(pbkl.vf) = %{tl_version} -Provides: tex(pbkl7t.vf) = %{tl_version} -Provides: tex(pbkl8c.vf) = %{tl_version} -Provides: tex(pbkl8t.vf) = %{tl_version} -Provides: tex(pbklc.vf) = %{tl_version} -Provides: tex(pbklc7t.vf) = %{tl_version} -Provides: tex(pbklc8t.vf) = %{tl_version} -Provides: tex(pbkli.vf) = %{tl_version} -Provides: tex(pbkli7t.vf) = %{tl_version} -Provides: tex(pbkli8c.vf) = %{tl_version} -Provides: tex(pbkli8t.vf) = %{tl_version} -Provides: tex(pbklo.vf) = %{tl_version} -Provides: tex(pbklo7t.vf) = %{tl_version} -Provides: tex(pbklo8c.vf) = %{tl_version} -Provides: tex(pbklo8t.vf) = %{tl_version} -Provides: tex(ubkb7t.vf) = %{tl_version} -Provides: tex(ubkb8c.vf) = %{tl_version} -Provides: tex(ubkb8t.vf) = %{tl_version} -Provides: tex(ubkbc7t.vf) = %{tl_version} -Provides: tex(ubkbc8t.vf) = %{tl_version} -Provides: tex(ubkbi7t.vf) = %{tl_version} -Provides: tex(ubkbi8c.vf) = %{tl_version} -Provides: tex(ubkbi8t.vf) = %{tl_version} -Provides: tex(ubkbo7t.vf) = %{tl_version} -Provides: tex(ubkbo8c.vf) = %{tl_version} -Provides: tex(ubkbo8t.vf) = %{tl_version} -Provides: tex(ubkd7t.vf) = %{tl_version} -Provides: tex(ubkd8c.vf) = %{tl_version} -Provides: tex(ubkd8t.vf) = %{tl_version} -Provides: tex(ubkdc7t.vf) = %{tl_version} -Provides: tex(ubkdc8t.vf) = %{tl_version} -Provides: tex(ubkdi7t.vf) = %{tl_version} -Provides: tex(ubkdi8c.vf) = %{tl_version} -Provides: tex(ubkdi8t.vf) = %{tl_version} -Provides: tex(ubkdo7t.vf) = %{tl_version} -Provides: tex(ubkdo8c.vf) = %{tl_version} -Provides: tex(ubkdo8t.vf) = %{tl_version} -Provides: tex(ubkl7t.vf) = %{tl_version} -Provides: tex(ubkl8c.vf) = %{tl_version} -Provides: tex(ubkl8t.vf) = %{tl_version} -Provides: tex(ubklc7t.vf) = %{tl_version} -Provides: tex(ubklc8t.vf) = %{tl_version} -Provides: tex(ubkli7t.vf) = %{tl_version} -Provides: tex(ubkli8c.vf) = %{tl_version} -Provides: tex(ubkli8t.vf) = %{tl_version} -Provides: tex(ubklo7t.vf) = %{tl_version} -Provides: tex(ubklo8c.vf) = %{tl_version} -Provides: tex(ubklo8t.vf) = %{tl_version} -Provides: tex(ubkr7t.vf) = %{tl_version} -Provides: tex(ubkr8c.vf) = %{tl_version} -Provides: tex(ubkr8t.vf) = %{tl_version} -Provides: tex(ubkrc7t.vf) = %{tl_version} -Provides: tex(ubkrc8t.vf) = %{tl_version} -Provides: tex(ubkri7t.vf) = %{tl_version} -Provides: tex(ubkri8c.vf) = %{tl_version} -Provides: tex(ubkri8t.vf) = %{tl_version} -Provides: tex(ubkro7t.vf) = %{tl_version} -Provides: tex(ubkro8c.vf) = %{tl_version} -Provides: tex(ubkro8t.vf) = %{tl_version} -Provides: tex(8rubk.fd) = %{tl_version} -Provides: tex(omlubk.fd) = %{tl_version} -Provides: tex(omsubk.fd) = %{tl_version} -Provides: tex(ot1ubk.fd) = %{tl_version} -Provides: tex(t1ubk.fd) = %{tl_version} -Provides: tex(ts1ubk.fd) = %{tl_version} +Requires: tex-kpathsea +Provides: tex(ubk.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(pbkd.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pbkd7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pbkd8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pbkd8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pbkd8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pbkdc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pbkdc7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pbkdc8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pbkdi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pbkdi7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pbkdi8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pbkdi8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pbkdi8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pbkdo.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pbkdo7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pbkdo8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pbkdo8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pbkdo8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pbkl.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pbkl7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pbkl8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pbkl8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pbkl8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pbklc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pbklc7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pbklc8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pbkli.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pbkli7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pbkli8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pbkli8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pbkli8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pbklo.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pbklo7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pbklo8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pbklo8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pbklo8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkb7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkb8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkb8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkb8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkbc7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkbc8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkbi7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkbi8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkbi8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkbi8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkbo7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkbo8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkbo8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkbo8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkd7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkd8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkd8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkd8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkdc7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkdc8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkdi7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkdi8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkdi8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkdi8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkdo7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkdo8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkdo8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkdo8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkl7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkl8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkl8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkl8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubklc7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubklc8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkli7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkli8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkli8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkli8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubklo7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubklo8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubklo8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubklo8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkr7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkr8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkr8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkr8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkrc7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkrc8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkri7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkri8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkri8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkri8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkro7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkro8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkro8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkro8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkd8a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkdi8a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkl8a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkli8a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(pbkd.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pbkd7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pbkd8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pbkd8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pbkdc.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pbkdc7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pbkdc8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pbkdi.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pbkdi7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pbkdi8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pbkdi8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pbkdo.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pbkdo7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pbkdo8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pbkdo8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pbkl.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pbkl7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pbkl8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pbkl8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pbklc.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pbklc7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pbklc8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pbkli.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pbkli7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pbkli8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pbkli8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pbklo.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pbklo7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pbklo8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pbklo8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkb7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkb8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkb8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkbc7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkbc8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkbi7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkbi8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkbi8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkbo7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkbo8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkbo8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkd7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkd8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkd8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkdc7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkdc8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkdi7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkdi8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkdi8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkdo7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkdo8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkdo8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkl7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkl8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkl8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubklc7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubklc8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkli7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkli8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkli8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubklo7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubklo8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubklo8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkr7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkr8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkr8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkrc7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkrc8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkri7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkri8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkri8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkro7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkro8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ubkro8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(8rubk.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(omlubk.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(omsubk.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot1ubk.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1ubk.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1ubk.fd) = %{epoch}:%{source_date}-%{release} %description bookman A set of fonts for use as "drop-in" replacements for Adobe's -basic set, comprising: Century Schoolbook (substituting for -Adobe's New Century Schoolbook); Dingbats (substituting for -Adobe's Zapf Dingbats); Nimbus Mono L (substituting for Abobe's -Courier); Nimbus Roman No9 L (substituting for Adobe's Times); -Nimbus Sans L (substituting for Adobe's Helvetica); Standard -Symbols L (substituting for Adobe's Symbol); URW Bookman; URW -Chancery L Medium Italic (substituting for Adobe's Zapf -Chancery); URW Gothic L Book (substituting for Adobe's Avant -Garde); and URW Palladio L (substituting for Adobe's Palatino). +basic set, comprising: - Century Schoolbook (substituting for +Adobe's New Century Schoolbook); - Dingbats (substituting for +Adobe's Zapf Dingbats); - Nimbus Mono L (substituting for +Abobe's Courier); - Nimbus Roman No9 L (substituting for +Adobe's Times); - Nimbus Sans L (substituting for Adobe's +Helvetica); - Standard Symbols L (substituting for Adobe's +Symbol); - URW Bookman; - URW Chancery L Medium Italic +(substituting for Adobe's Zapf Chancery); - URW Gothic L Book +(substituting for Adobe's Avant Garde); and - URW Palladio L +(substituting for Adobe's Palatino). -%package booktabs-de-doc -Summary: Documentation for booktabs-de -Version: svn21907.1.61803 - -Provides: tex-booktabs-de-doc -AutoReqProv: No - -%description booktabs-de-doc -Documentation for booktabs-de - -%package booktabs-fr-doc -Summary: Documentation for booktabs-fr -Version: svn21948.1.00 - -Provides: tex-booktabs-fr-doc -AutoReqProv: No - -%description booktabs-fr-doc -Documentation for booktabs-fr %package booktabs -Provides: tex-booktabs = %{tl_version} +Provides: tex-booktabs = %{epoch}:%{source_date}-%{release} +Provides: tex-booktabs-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-booktabs-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-booktabs-doc < %{tl_epoch}:%{source_date} License: GPL+ Summary: Publication quality tables in LaTeX -Version: svn53402 +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(booktabs.sty) = %{tl_version} +Requires: tex-kpathsea +Provides: tex(booktabs.sty) = %{epoch}:%{source_date}-%{release} %description booktabs The package enhances the quality of tables in LaTeX, providing @@ -21760,479 +4199,20 @@ Guidelines are given as to what constitutes a good table in this context. From version 1.61, the package offers longtable compatibility. -%package booktabs-doc -Summary: Documentation for booktabs -Version: svn53402 -Provides: tex-booktabs-doc -AutoReqProv: No - -%description booktabs-doc -Documentation for booktabs - -%package boolexpr -Provides: tex-boolexpr = %{tl_version} -License: LPPL -Summary: A boolean expression evaluator and a switch command -Version: svn17830.3.14 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(boolexpr.sty) = %{tl_version} - -%description boolexpr -The \boolexpr macro evaluates boolean expressions in a purely -expandable way. \boolexpr{ A \OR B \AND C } expands to 0 if the -logical expression is TRUE. A, B, C may be: numeric expressions -such as: x=y, x<>y, x>y or x} ... \case{} ... ... \otherwise ... \endswitch - -%package boolexpr-doc -Summary: Documentation for boolexpr -Version: svn17830.3.14 - -Provides: tex-boolexpr-doc -AutoReqProv: No - -%description boolexpr-doc -Documentation for boolexpr - -%package boondox -Provides: tex-boondox = %{tl_version} -License: LPPL -Summary: Mathematical alphabets derived from the STIX fonts -Version: svn54512 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xkeyval.sty) -Provides: tex(boondox.map) = %{tl_version} -Provides: tex(BOONDOX-b-cal.tfm) = %{tl_version} -Provides: tex(BOONDOX-b-calo.tfm) = %{tl_version} -Provides: tex(BOONDOX-b-ds.tfm) = %{tl_version} -Provides: tex(BOONDOX-b-frak.tfm) = %{tl_version} -Provides: tex(BOONDOX-r-cal.tfm) = %{tl_version} -Provides: tex(BOONDOX-r-calo.tfm) = %{tl_version} -Provides: tex(BOONDOX-r-ds.tfm) = %{tl_version} -Provides: tex(BOONDOX-r-frak.tfm) = %{tl_version} -Provides: tex(zxxbf7z.tfm) = %{tl_version} -Provides: tex(zxxbf8a.tfm) = %{tl_version} -Provides: tex(zxxbl7z.tfm) = %{tl_version} -Provides: tex(zxxbl8a.tfm) = %{tl_version} -Provides: tex(zxxbow7z.tfm) = %{tl_version} -Provides: tex(zxxbw7z.tfm) = %{tl_version} -Provides: tex(zxxbw8a.tfm) = %{tl_version} -Provides: tex(zxxrf7z.tfm) = %{tl_version} -Provides: tex(zxxrf8a.tfm) = %{tl_version} -Provides: tex(zxxrl7z.tfm) = %{tl_version} -Provides: tex(zxxrl8a.tfm) = %{tl_version} -Provides: tex(zxxrow7z.tfm) = %{tl_version} -Provides: tex(zxxrw7z.tfm) = %{tl_version} -Provides: tex(zxxrw8a.tfm) = %{tl_version} -Provides: tex(zxxbf8a.pfb) = %{tl_version} -Provides: tex(zxxbl8a.pfb) = %{tl_version} -Provides: tex(zxxbw8a.pfb) = %{tl_version} -Provides: tex(zxxrf8a.pfb) = %{tl_version} -Provides: tex(zxxrl8a.pfb) = %{tl_version} -Provides: tex(zxxrw8a.pfb) = %{tl_version} -Provides: tex(BOONDOX-b-cal.vf) = %{tl_version} -Provides: tex(BOONDOX-b-calo.vf) = %{tl_version} -Provides: tex(BOONDOX-b-ds.vf) = %{tl_version} -Provides: tex(BOONDOX-b-frak.vf) = %{tl_version} -Provides: tex(BOONDOX-r-cal.vf) = %{tl_version} -Provides: tex(BOONDOX-r-calo.vf) = %{tl_version} -Provides: tex(BOONDOX-r-ds.vf) = %{tl_version} -Provides: tex(BOONDOX-r-frak.vf) = %{tl_version} -Provides: tex(BOONDOX-cal.sty) = %{tl_version} -Provides: tex(BOONDOX-calo.sty) = %{tl_version} -Provides: tex(BOONDOX-ds.sty) = %{tl_version} -Provides: tex(BOONDOX-frak.sty) = %{tl_version} -Provides: tex(BOONDOX-uprscr.sty) = %{tl_version} -Provides: tex(uboondox-cal.fd) = %{tl_version} -Provides: tex(uboondox-calo.fd) = %{tl_version} -Provides: tex(uboondox-ds.fd) = %{tl_version} -Provides: tex(uboondox-frak.fd) = %{tl_version} -Provides: tex(uboondoxuprscr.fd) = %{tl_version} - -%description boondox -The package contains a number of PostScript fonts derived from -the STIX OpenType fonts, that may be used in maths mode in -regular and bold weights for calligraphic, fraktur and double- -struck alphabets. Virtual fonts with metrics suitable for maths -mode are provided, as are LaTeX support files. - -%package boondox-doc -Summary: Documentation for boondox -Version: svn54512 -Provides: tex-boondox-doc -AutoReqProv: No - -%description boondox-doc -Documentation for boondox - -%package bophook -Provides: tex-bophook = %{tl_version} -License: LPPL -Summary: Provides an At-Begin-Page hook -Version: svn17062.0.02 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(bophook.sty) = %{tl_version} - -%description bophook -Using the \AtBeginPage hook, you can add material in the -background of a page. \PageLayout can be used to give page -makeup commands to be executed on every page (e.g., depending -on the page style). - -%package bophook-doc -Summary: Documentation for bophook -Version: svn17062.0.02 - -Provides: tex-bophook-doc -AutoReqProv: No - -%description bophook-doc -Documentation for bophook - -%package borceux -Provides: tex-borceux = %{tl_version} -License: Borceux -Summary: Diagram macros by Francois Borceux -Version: svn21047.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - - -%description borceux -The macros support the construction of diagrams, such as those -that appear in category theory texts. The user gives the list -of vertices and arrows to be included, just as when composing a -matrix, and the program takes care of computing the dimensions -of the arrows and realizing the pagesetting. All the user has -to do about the arrows is to specify their type (monomorphism, -pair of adjoint arrows, etc.) and their direction (north, south- -east, etc.); 12 types and 32 directions are available. - -%package borceux-doc -Summary: Documentation for borceux -Version: svn21047.0 - -Provides: tex-borceux-doc -AutoReqProv: No - -%description borceux-doc -Documentation for borceux - -%package bosisio -Provides: tex-bosisio = %{tl_version} -License: LPPL -Summary: A collection of packages by Francesco Bosisio -Version: svn16989.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(xspace.sty) -Requires: tex(graphics.sty) -Requires: tex(subfigure.sty) -Requires: tex(float.sty) -Provides: tex(accenti.sty) = %{tl_version} -Provides: tex(dblfont.sty) = %{tl_version} -Provides: tex(envmath.sty) = %{tl_version} -Provides: tex(evenpage.sty) = %{tl_version} -Provides: tex(graphfig.sty) = %{tl_version} -Provides: tex(mathcmd.sty) = %{tl_version} -Provides: tex(quotes.sty) = %{tl_version} -Provides: tex(sobolev.sty) = %{tl_version} - -%description bosisio -A collection of packages containing: accenti dblfont; envmath; -evenpage; graphfig; mathcmd; quotes; and sobolev. - -%package bosisio-doc -Summary: Documentation for bosisio -Version: svn16989.0 - -Provides: tex-bosisio-doc -AutoReqProv: No - -%description bosisio-doc -Documentation for bosisio - -%package boxedminipage -Provides: tex-boxedminipage = %{tl_version} -License: LPPL 1.3 -Summary: Framed minipages of a specified total width (text and frame combined) -Version: svn54827 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(boxedminipage.sty) = %{tl_version} -Provides: tex(boxedminipage2e.sty) = %{tl_version} -Provides: texlive-boxedminipage2e = %{epoch}:%{version}-%{release} -Obsoletes: texlive-boxedminipage2e <= 9:svn36477.1.0 -Provides: texlive-boxedminipage2e-doc = %{epoch}:%{version}-%{release} -Obsoletes: texlive-boxedminipage2e-doc <= 9:svn36477.1.0 -Provides: tex-boxedminipage-doc = %{epoch}:%{version}-%{release} -Provides: texlive-boxedminipage-doc = %{epoch}:%{version}-%{release} - -%description boxedminipage -The package essentially just wraps a minipage within an \fbox. -However, while -\fbox{\begin{minipage}{\linewidth}...\end{minipage}} juts out -into the margin, \begin{boxedminipage}...\end{boxedminipage} -does not. Instead, it subtracts the frame's dimensions from the -specified dimensions of the minipage before typesetting the -minipage. Note: The package was formerly known as -boxedminipage2e and now replaces Mario Wolczko's earlier -boxedminipage package. - -%package boxhandler -Provides: tex-boxhandler = %{tl_version} -License: LPPL -Summary: Flexible Captioning and Deferred Box/List Printing -Version: svn28031.1.30 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Provides: tex(boxhandler.sty) = %{tl_version} - -%description boxhandler -The package allows the user to optimise presentation of LaTeX -tables and figures. Boxhandler will lay out table and figure -captions with a variety of stylistic apperances, and will also -allow figures and tables to be "wrapped" in a manner consistent -with many business and government documents. For a document -that might appear in different venues with different -formatting, boxhandler permits the creation of a LaTeX source -document that can, with a single-line change in the source -code, produce an output that has very different layout from the -baseline configuration, not only in terms of caption style, but -more importantly in terms of the locations where figures, -tables and lists appear (or not) in the document. Deferral -routines also allow one to keep all figure and table data in a -separate source file, while nonetheless producing a document -with figures and tables appearing in the desired location. - -%package boxhandler-doc -Summary: Documentation for boxhandler -Version: svn28031.1.30 - -Provides: tex-boxhandler-doc -AutoReqProv: No - -%description boxhandler-doc -Documentation for boxhandler - -%package bpchem -Provides: tex-bpchem = %{tl_version} -License: LPPL -Summary: Typeset chemical names, formulae, etc -Version: svn45120 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xspace.sty) -Requires: tex(lgrenc.def) -Provides: tex(bpchem.sty) = %{tl_version} - -%description bpchem -The package provides support for typesetting simple chemical -formulae, those long IUPAC compound names, and some chemical -idioms. It also supports the labelling of compounds and -reference to labelled compounds. - -%package bpchem-doc -Summary: Documentation for bpchem -Version: svn45120 -Provides: tex-bpchem-doc -AutoReqProv: No - -%description bpchem-doc -Documentation for bpchem - -%package bpolynomial -Provides: tex-bpolynomial = %{tl_version} -License: LPPL -Summary: Drawing polynomial functions of up to order 3 -Version: svn15878.0.5 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - - -%description bpolynomial -This MetaPost package helps plotting polynomial and root -functions up to order three. The package provides macros to -calculate Bezier curves exactly matching a given constant, -linear, quadratic or cubic polynomial, or square or cubic root -function. In addition, tangents on all functions and -derivatives of polynomials can be calculated. - -%package bpolynomial-doc -Summary: Documentation for bpolynomial -Version: svn15878.0.5 - -Provides: tex-bpolynomial-doc -AutoReqProv: No - -%description bpolynomial-doc -Documentation for bpolynomial - -%package bracketkey -Provides: tex-bracketkey = %{tl_version} -License: LPPL 1.3 -Summary: Produce bracketed identification keys -Version: svn17129.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(bracketkey.sty) = %{tl_version} - -%description bracketkey -The package provides an environment bracketkey for use when -producing lists of species. - -%package bracketkey-doc -Summary: Documentation for bracketkey -Version: svn17129.1.0 - -Provides: tex-bracketkey-doc -AutoReqProv: No - -%description bracketkey-doc -Documentation for bracketkey - -%package braids -Provides: tex-braids = %{tl_version} -License: LPPL 1.3 -Summary: Draw braid diagrams with PGF/TikZ -Version: svn54080 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(braids.sty) = %{tl_version} -Provides: tex(tikzlibrarybraids.code.tex) = %{tl_version} - -%description braids -The package enables drawing of braid diagrams with PGF/TikZ -using a simple syntax. The braid itself is specified by giving -a word in the braid group, and there are many options for -styling the strands and for drawing "floors". - -%package braids-doc -Summary: Documentation for braids -Version: svn54080 -Provides: tex-braids-doc -AutoReqProv: No - -%description braids-doc -Documentation for braids - -%package braille -Provides: tex-braille = %{tl_version} -License: LPPL -Summary: Support for braille -Version: svn20655.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(braille.sty) = %{tl_version} - -%description braille -This package allows the user to produce Braille documents on -paper for the blind without knowing Braille (which can take -years to learn). Python scripts grade1.py and grade2.py convert -ordinary text to grade 1 and 2 Braille tags; then, the LaTeX -package takes the tags and prints out corresponding Braille -symbols. - -%package braille-doc -Summary: Documentation for braille -Version: svn20655.0 - -Provides: tex-braille-doc -AutoReqProv: No - -%description braille-doc -Documentation for braille - -%package braket -Provides: tex-braket = %{tl_version} -License: Public Domain -Summary: Dirac bra-ket and set notations -Version: svn17127.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(braket.sty) = %{tl_version} - -%description braket -Provides macros to typeset bra-ket notation, as well as set -specifiers, with a single ("|") or a double ("||" or ("\|") -vertical bar specifier in between two bracketed parts. Each -macro comes in a fixed-size version and an expanding version. -If the package finds itself operating under e-tex, it uses the -extended primitive \middle for more reliable results - -%package braket-doc -Summary: Documentation for braket -Version: svn17127.0 - -Provides: tex-braket-doc -AutoReqProv: No - -%description braket-doc -Documentation for braket - -%package brandeis-dissertation -Provides: tex-brandeis-dissertation = %{tl_version} -License: LPPL 1.2 -Summary: Class for Brandeis University dissertations -Version: svn54758 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(setspace.sty) -Requires: tex(geometry.sty) -Provides: tex(brandeis-dissertation.cls) = %{tl_version} - -%description brandeis-dissertation -The class will enable the user to typeset a dissertation which -adheres to the formatting guidelines of Brandeis University -Graduate School of Arts and Sciences (GSAS). - -%package brandeis-dissertation-doc -Summary: Documentation for brandeis-dissertation -Version: svn54758 -Provides: tex-brandeis-dissertation-doc -AutoReqProv: No - -%description brandeis-dissertation-doc -Documentation for brandeis-dissertation %package breakurl -Provides: tex-breakurl = %{tl_version} +Provides: tex-breakurl = %{epoch}:%{source_date}-%{release} +Provides: tex-breakurl-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-breakurl-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-breakurl-doc < %{tl_epoch}:%{source_date} License: LPPL Summary: Line-breakable \url-like links in hyperref when compiling via dvips/ps2pdf -Version: svn29901.1.40 - +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - +Requires: tex-kpathsea Requires: tex(xkeyval.sty) Requires: tex(ifpdf.sty) -Provides: tex(breakurl.sty) = %{tl_version} +Provides: tex(breakurl.sty) = %{epoch}:%{source_date}-%{release} %description breakurl This package provides a command much like hyperref's \url that @@ -22242,1086 +4222,26 @@ line breaks in the middle of the created link: the link comes in one atomic piece. This package allows such line breaks in the generated links. -%package breakurl-doc -Summary: Documentation for breakurl -Version: svn29901.1.40 - -Provides: tex-breakurl-doc -AutoReqProv: No - -%description breakurl-doc -Documentation for breakurl - -%package breqn -Provides: tex-breqn = %{tl_version} -License: LPPL 1.3 -Summary: Automatic line breaking of displayed equations -Version: svn54801 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(expl3.sty) -Requires: tex(keyval.sty) -Requires: tex(calc.sty) -Provides: tex(breqn.sty) = %{tl_version} -Provides: tex(flexisym.sty) = %{tl_version} -Provides: tex(mathstyle.sty) = %{tl_version} - -%description breqn -The package provides solutions to a number of common -difficulties in writing displayed equations and getting high- -quality output. For example, it is a well-known inconvenience -that if an equation must be broken into more than one line, -'left...right' constructs cannot span lines. The breqn package -makes them work as one would expect whether or not there is an -intervening line break. The single most ambitious goal of the -package, however, is to support automatic linebreaking of -displayed equations. Such linebreaking cannot be done without -substantial changes under the hood in the way formulae are -processed; the code must be watched carefully, keeping an eye -on possible glitches. The bundle also contains the flexisym and -mathstyle packages, which are both designated as support for -breqn. - -%package breqn-doc -Summary: Documentation for breqn -Version: svn54801 -Provides: tex-breqn-doc -AutoReqProv: No - -%description breqn-doc -Documentation for breqn - -%package br-lex -Provides: tex-br-lex = %{tl_version} -License: LPPL 1.3 -Summary: A Class for Typesetting Brazilian legal texts -Version: svn44939 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(enumitem.sty) -Requires: tex(indentfirst.sty) -Requires: tex(easylist.sty) -Requires: tex(ulem.sty) -Requires: tex(nowidow.sty) -Requires: tex(ifxetex.sty) -Requires: tex(fontspec.sty) -Requires: tex(polyglossia.sty) -Requires: tex(inputenc.sty) -Requires: tex(babel.sty) -Requires: tex(titlesec.sty) -Requires: tex(etoolbox.sty) -Provides: tex(br-lex.cls) = %{tl_version} - -%description br-lex -This class implements rules to typeset Brazilian legal texts. -Its purpose is to be an easy-to-use implementation for the end- -user. - -%package br-lex-doc -Summary: Documentation for br-lex -Version: svn44939 -Provides: tex-br-lex-doc -AutoReqProv: No - -%description br-lex-doc -Documentation for br-lex - -%package bropd -Provides: tex-bropd = %{tl_version} -License: LPPL 1.3 -Summary: Simplified brackets and differentials in LaTeX -Version: svn35383.1.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(bropd.sty) = %{tl_version} - -%description bropd -The package simplifies the process of writing differential -operators and brackets in LaTeX. The commands facilitate the -easy manipulation of equations involving brackets and allow -partial differentials to be expressed in an alternate form. - -%package bropd-doc -Summary: Documentation for bropd -Version: svn35383.1.2 - -Provides: tex-bropd-doc -AutoReqProv: No - -%description bropd-doc -Documentation for bropd - -%package brushscr -Provides: tex-brushscr = %{tl_version} -License: Public Domain -Summary: A handwriting script font -Version: svn28363.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(pbsi.map) = %{tl_version} -Provides: tex(pbsi.tfm) = %{tl_version} -Provides: tex(pbsi8r.tfm) = %{tl_version} -Provides: tex(pbsi8t.tfm) = %{tl_version} -Provides: tex(BrushScriptX-Italic.pfa) = %{tl_version} -Provides: tex(pbsi8t.vf) = %{tl_version} -Provides: tex(pbsi.sty) = %{tl_version} -Provides: tex(t1pbsi.fd) = %{tl_version} - -%description brushscr -The BrushScript font simulates hand-written characters; it is -distributed in Adobe Type 1 format (but is available in italic -shape only). The package includes the files needed by LaTeX in -order to use that font. The file AAA_readme.tex fully describes -the package and sample.tex illustrates its use. - -%package brushscr-doc -Summary: Documentation for brushscr -Version: svn28363.0 - -Provides: tex-brushscr-doc -AutoReqProv: No - -%description brushscr-doc -Documentation for brushscr - -%package bullcntr -Provides: tex-bullcntr = %{tl_version} -License: LPPL 1.3 -Summary: Display list item counter as regular pattern of bullets -Version: svn15878.0.04 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(bullcntr.sty) = %{tl_version} -Provides: tex(bullenum.sty) = %{tl_version} - -%description bullcntr -The bullcntr package defines the command bullcntr, which may be -thought of as an analogue of the \fnsymbol command: like the -latter, it displays the value of a counter lying between 1 and -9, but uses, for the purpose, a regular pattern of bullets. - -%package bullcntr-doc -Summary: Documentation for bullcntr -Version: svn15878.0.04 - -Provides: tex-bullcntr-doc -AutoReqProv: No - -%description bullcntr-doc -Documentation for bullcntr - -%package burmese -Provides: tex-burmese = %{tl_version} -License: LPPL -Summary: Basic Support for Writing Burmese -Version: svn25185.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(relsize.sty) -Provides: tex(burmese.map) = %{tl_version} -Provides: tex(burm.tfm) = %{tl_version} -Provides: tex(burm.pfb) = %{tl_version} -Provides: tex(birm.sty) = %{tl_version} -Provides: tex(ubirm.fd) = %{tl_version} - -%description burmese -This package provides basic support for writing Burmese. The -package provides a preprocessor (written in Perl), an Adobe -Type 1 font, and LaTeX macros. - -%package burmese-doc -Summary: Documentation for burmese -Version: svn25185.0 - -Provides: tex-burmese-doc -AutoReqProv: No - -%description burmese-doc -Documentation for burmese - -%package bussproofs -Provides: tex-bussproofs = %{tl_version} -License: LPPL 1.3 -Summary: Proof trees in the style of the sequent calculus -Version: svn54080 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(bussproofs.sty) = %{tl_version} - -%description bussproofs -The package allows the construction of proof trees in the style -of the sequent calculus and many other proof systems. One novel -feature of the macros is they support the horizontal alignment -according to some centre point specified with the command -\fCenter. This is the style often used in sequent calculus -proofs. The package works in a Plain TeX document, as well as -in LaTeX; an exposition of the commands available is given in -the package file itself. - -%package bussproofs-doc -Summary: Documentation for bussproofs -Version: svn54080 -Provides: tex-bussproofs-doc -AutoReqProv: No - -%description bussproofs-doc -Documentation for bussproofs - -%package bxbase -Provides: tex-bxbase = %{tl_version} -License: MIT -Summary: BX bundle base components -Version: svn44481 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifxetex.sty) -Provides: tex(bxbase.def) = %{tl_version} -Provides: tex(bxbase.sty) = %{tl_version} -Provides: tex(bxucs.sty) = %{tl_version} -Provides: tex(bxutf8.def) = %{tl_version} -Provides: tex(bxutf8x.def) = %{tl_version} -Provides: tex(zxbase.sty) = %{tl_version} - -%description bxbase -The main purpose of this bundle is to serve as an underlying -library for other packages created by the same author (their -names start with "BX" or "PX"). However bxbase package contains -a few user-level commands and is of some use by itself. - -%package bxbase-doc -Summary: Documentation for bxbase -Version: svn44481 -Provides: tex-bxbase-doc -AutoReqProv: No - -%description bxbase-doc -Documentation for bxbase - -%package bxcjkjatype -Provides: tex-bxcjkjatype = %{tl_version} -License: MIT -Summary: Typeset Japanese with pdfLaTeX and CJK -Version: svn54080 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(keyval.sty) -Requires: tex(CJK.sty) -Requires: tex(CJKutf8.sty) -Requires: tex(CJKspace.sty) -Requires: tex(CJKpunct.sty) -Requires: tex(etoolbox.sty) -Requires: tex(atbegshi.sty) -Provides: tex(bxcjkjatype.sty) = %{tl_version} - -%description bxcjkjatype -The package provides a working configuration of the CJK -package, suitable for Japanese typesetting of moderate quality. -Moreover, it facilitates use of the CJK package for pLaTeX -users, by providing commands that are similar to those used by -the pLaTeX kernel and some other packages used with it. - -%package bxcjkjatype-doc -Summary: Documentation for bxcjkjatype -Version: svn54080 -Provides: tex-bxcjkjatype-doc -AutoReqProv: No - -%description bxcjkjatype-doc -Documentation for bxcjkjatype - -%package bxdpx-beamer -Provides: tex-bxdpx-beamer = %{tl_version} -License: MIT -Summary: Dvipdfmx extras for use with beamer -Version: svn41813 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(bxdpx-beamer.sty) = %{tl_version} - -%description bxdpx-beamer -The package is a driver to support beamer Navigation symbols -and \framezoomed regions when using dvipdfmx as PDF generator -(e.g., as part of e-pTeX). The package does not define any -'user' commands. - -%package bxdpx-beamer-doc -Summary: Documentation for bxdpx-beamer -Version: svn41813 -Provides: tex-bxdpx-beamer-doc -AutoReqProv: No - -%description bxdpx-beamer-doc -Documentation for bxdpx-beamer - -%package bxeepic -Provides: tex-bxeepic = %{tl_version} -License: MIT -Summary: Eepic facilities using pict2e -Version: svn30559.0.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(pict2e.sty) -Provides: tex(bxdpxp2e.def) = %{tl_version} -Provides: tex(bxeepic.sty) = %{tl_version} - -%description bxeepic -The package provides an eepic driver to use pict2e facilities. - -%package bxeepic-doc -Summary: Documentation for bxeepic -Version: svn30559.0.2 - -Provides: tex-bxeepic-doc -AutoReqProv: No - -%description bxeepic-doc -Documentation for bxeepic - -%package bxjscls -Provides: tex-bxjscls = %{tl_version} -License: BSD -Summary: Japanese document class collection for all major engines -Version: svn54673 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(calc.sty) -Requires: tex(keyval.sty) -Requires: tex(type1cm.sty) -Requires: tex(geometry.sty) -Provides: tex(bxjsarticle.cls) = %{tl_version} -Provides: tex(bxjsbook.cls) = %{tl_version} -Provides: tex(bxjscjkcat.sty) = %{tl_version} -Provides: tex(bxjscompat.sty) = %{tl_version} -Provides: tex(bxjsja-minimal.def) = %{tl_version} -Provides: tex(bxjsja-modern.def) = %{tl_version} -Provides: tex(bxjsja-pandoc.def) = %{tl_version} -Provides: tex(bxjsja-standard.def) = %{tl_version} -Provides: tex(bxjspandoc.sty) = %{tl_version} -Provides: tex(bxjsreport.cls) = %{tl_version} -Provides: tex(bxjsslide.cls) = %{tl_version} - -%description bxjscls -This package provides an extended version of the Japanese -document class collection provided by jsclasses. While the -original version supports only pLaTeX and upLaTeX, the extended -version also supports pdfLaTeX, XeLaTeX and LuaLaTeX, with the -aid of suitable packages that provide capability of Japanese -typesetting. - -%package bxjscls-doc -Summary: Documentation for bxjscls -Version: svn54673 -Provides: tex-bxjscls-doc -AutoReqProv: No - -%description bxjscls-doc -Documentation for bxjscls - -%package bxpdfver -Provides: tex-bxpdfver = %{tl_version} -License: MIT -Summary: Specify version and compression level of output PDF files -Version: svn54802 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(atbegshi.sty) -Provides: tex(bxpdfver.sty) = %{tl_version} - -%description bxpdfver -This package enables users to specify in their sources the -following settings on the PDF document to output: PDF version -(1.4, 1.5 etc.); whether or not to compress streams; whether or -not to use object streams. This package supports all major PDF- -output engines and dvipdfmx. - -%package bxpdfver-doc -Summary: Documentation for bxpdfver -Version: svn43201 -Provides: tex-bxpdfver-doc -AutoReqProv: No - -%description bxpdfver-doc -Documentation for bxpdfver - -%package bytefield -Provides: tex-bytefield = %{tl_version} -License: LPPL -Summary: Create illustrations for network protocol specifications -Version: svn45339 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(calc.sty) -Requires: tex(keyval.sty) -Provides: tex(bytefield.sty) = %{tl_version} -Provides: tetex-bytefield = %{tl_version} -Obsoletes: tetex-bytefield < %{tl_version} - -%description bytefield -The bytefield package helps the user create illustrations for -network protocol specifications and anything else that utilizes -fields of data. These illustrations show how the bits and bytes -are laid out in a packet or in memory. Users should note that -the present version 2.0 offers a different (and incompatible) -user interface from earlier versions. - -%package bytefield-doc -Summary: Documentation for bytefield -Version: svn45339 -Provides: tex-bytefield-doc -AutoReqProv: No - -%description bytefield-doc -Documentation for bytefield - -%package c90 -Provides: tex-c90 = %{tl_version} -License: LPPL -Summary: c90 package -Version: svn54074 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(c90.enc) = %{tl_version} - -%description c90 -c90 package - -%package c90-doc -Summary: Documentation for c90 -Version: svn54074 -Provides: tex-c90-doc -AutoReqProv: No - -%description c90-doc -Documentation for c90 - -%package cabin -Provides: tex-cabin = %{tl_version} -License: OFL -Summary: A humanist Sans Serif font, with LaTeX support -Version: svn55907 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Requires: tex(xkeyval.sty) -Requires: tex(textcomp.sty) -Requires: tex(fontspec.sty) -Requires: tex(fontenc.sty) -Requires: tex(fontaxes.sty) -Requires: tex(mweights.sty) -Provides: tex(LY1Cabin-Sup.fd) = %{tl_version} -Provides: tex(LY1Cabin-TLF.fd) = %{tl_version} -Provides: tex(OT1Cabin-Sup.fd) = %{tl_version} -Provides: tex(OT1Cabin-TLF.fd) = %{tl_version} -Provides: tex(T1Cabin-Sup.fd) = %{tl_version} -Provides: tex(T1Cabin-TLF.fd) = %{tl_version} -Provides: tex(TS1Cabin-TLF.fd) = %{tl_version} -Provides: tex(cabin.map) = %{tl_version} -Provides: tex(cabin.sty) = %{tl_version} -Provides: tex(cbn_5xld5w.enc) = %{tl_version} -Provides: tex(cbn_fp7bit.enc) = %{tl_version} -Provides: tex(cbn_hau3x5.enc) = %{tl_version} -Provides: tex(cbn_i3ioen.enc) = %{tl_version} -Provides: tex(cbn_jjp77t.enc) = %{tl_version} -Provides: tex(cbn_meva6t.enc) = %{tl_version} -Provides: tex(cbn_taosrr.enc) = %{tl_version} -Provides: tex(cbn_vqopxp.enc) = %{tl_version} -Provides: tex(cbn_vqpkf5.enc) = %{tl_version} -Provides: tex(cbn_yhiurv.enc) = %{tl_version} -Provides: tex(cbn_yhzmyq.enc) = %{tl_version} - -%description cabin -Cabin is a humanist sans with four weights and true italics and -small capitals. According to the designer, Pablo Impallari, -Cabin was inspired by Edward Johnston's and Eric Gill's -typefaces, with a touch of modernism. Cabin incorporates modern -proportions, optical adjustments, and some elements of the -geometric sans. cabin.sty supports use of the font under LaTeX, -pdfLaTeX, xeLaTeX and luaLaTeX; it uses the mweights, to manage -the user's view of all those font weights. An sfdefault option -is provided to enable Cabin as the default text font. The -fontaxes package is required for use with [pdf]LaTeX. - -%package cabin-doc -Summary: Documentation for cabin -Version: svn55907 -Provides: tex-cabin-doc -AutoReqProv: No - -%description cabin-doc -Documentation for cabin - -%package caladea -Provides: tex-caladea = %{tl_version} -License: ASL 2.0 -Summary: Support for the Caladea family of fonts -Version: svn34991.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Requires: tex(xkeyval.sty) -Requires: tex(textcomp.sty) -Requires: tex(fontspec.sty) -Provides: tex(cld_cb3g7n.enc) = %{tl_version} -Provides: tex(cld_fjy5hl.enc) = %{tl_version} -Provides: tex(cld_prieif.enc) = %{tl_version} -Provides: tex(cld_w45fff.enc) = %{tl_version} -Provides: tex(caladea.map) = %{tl_version} -Provides: tex(Caladea-Bold-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(Caladea-Bold-tlf-ly1.tfm) = %{tl_version} -Provides: tex(Caladea-Bold-tlf-ot1.tfm) = %{tl_version} -Provides: tex(Caladea-Bold-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(Caladea-Bold-tlf-t1.tfm) = %{tl_version} -Provides: tex(Caladea-Bold-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(Caladea-Bold-tlf-ts1.tfm) = %{tl_version} -Provides: tex(Caladea-BoldItalic-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(Caladea-BoldItalic-tlf-ly1.tfm) = %{tl_version} -Provides: tex(Caladea-BoldItalic-tlf-ot1.tfm) = %{tl_version} -Provides: tex(Caladea-BoldItalic-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(Caladea-BoldItalic-tlf-t1.tfm) = %{tl_version} -Provides: tex(Caladea-BoldItalic-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(Caladea-BoldItalic-tlf-ts1.tfm) = %{tl_version} -Provides: tex(Caladea-Italic-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(Caladea-Italic-tlf-ly1.tfm) = %{tl_version} -Provides: tex(Caladea-Italic-tlf-ot1.tfm) = %{tl_version} -Provides: tex(Caladea-Italic-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(Caladea-Italic-tlf-t1.tfm) = %{tl_version} -Provides: tex(Caladea-Italic-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(Caladea-Italic-tlf-ts1.tfm) = %{tl_version} -Provides: tex(Caladea-Regular-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(Caladea-Regular-tlf-ly1.tfm) = %{tl_version} -Provides: tex(Caladea-Regular-tlf-ot1.tfm) = %{tl_version} -Provides: tex(Caladea-Regular-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(Caladea-Regular-tlf-t1.tfm) = %{tl_version} -Provides: tex(Caladea-Regular-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(Caladea-Regular-tlf-ts1.tfm) = %{tl_version} -Provides: tex(Caladea-Bold.ttf) = %{tl_version} -Provides: tex(Caladea-BoldItalic.ttf) = %{tl_version} -Provides: tex(Caladea-Italic.ttf) = %{tl_version} -Provides: tex(Caladea-Regular.ttf) = %{tl_version} -Provides: tex(Caladea-Bold.pfb) = %{tl_version} -Provides: tex(Caladea-BoldItalic.pfb) = %{tl_version} -Provides: tex(Caladea-Italic.pfb) = %{tl_version} -Provides: tex(Caladea-Regular.pfb) = %{tl_version} -Provides: tex(Caladea-Bold-tlf-ly1.vf) = %{tl_version} -Provides: tex(Caladea-Bold-tlf-t1.vf) = %{tl_version} -Provides: tex(Caladea-Bold-tlf-ts1.vf) = %{tl_version} -Provides: tex(Caladea-BoldItalic-tlf-ly1.vf) = %{tl_version} -Provides: tex(Caladea-BoldItalic-tlf-t1.vf) = %{tl_version} -Provides: tex(Caladea-BoldItalic-tlf-ts1.vf) = %{tl_version} -Provides: tex(Caladea-Italic-tlf-ly1.vf) = %{tl_version} -Provides: tex(Caladea-Italic-tlf-t1.vf) = %{tl_version} -Provides: tex(Caladea-Italic-tlf-ts1.vf) = %{tl_version} -Provides: tex(Caladea-Regular-tlf-ly1.vf) = %{tl_version} -Provides: tex(Caladea-Regular-tlf-t1.vf) = %{tl_version} -Provides: tex(Caladea-Regular-tlf-ts1.vf) = %{tl_version} -Provides: tex(LY1Caladea-TLF.fd) = %{tl_version} -Provides: tex(OT1Caladea-TLF.fd) = %{tl_version} -Provides: tex(T1Caladea-TLF.fd) = %{tl_version} -Provides: tex(TS1Caladea-TLF.fd) = %{tl_version} -Provides: tex(caladea.sty) = %{tl_version} - -%description caladea -This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX -support for the Caladea family of fonts, designed by Carolina -Giovagnoli and Andres Torresi of the Huerta Tipografica foundry -and adopted by Google for ChromeOS as a font-metric compatible -replacement for Cambria. - -%package caladea-doc -Summary: Documentation for caladea -Version: svn34991.0 - -Provides: tex-caladea-doc -AutoReqProv: No - -%description caladea-doc -Documentation for caladea - -%package calcage -Provides: tex-calcage = %{tl_version} -License: LPPL 1.3 -Summary: Calculate the age of something, in years -Version: svn27725.0.90 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(fnumprint.sty) -Requires: tex(datenumber.sty) -Requires: tex(fp.sty) -Requires: tex(calc.sty) -Requires: tex(xkeyval.sty) -Requires: tex(kvoptions.sty) -Requires: tex(xifthen.sty) -Provides: tex(calcage.sty) = %{tl_version} - -%description calcage -The package calculates the age of someone or something in -years. Internally it uses the datenumber package to calculate -the age in days; conversion from days to years is then -performed, taking care of leap years and such odd things. - -%package calcage-doc -Summary: Documentation for calcage -Version: svn27725.0.90 - -Provides: tex-calcage-doc -AutoReqProv: No - -%description calcage-doc -Documentation for calcage - -%package calctab -Provides: tex-calctab = %{tl_version} -License: LPPL -Summary: Language for numeric tables -Version: svn15878.v0.6.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(alphalph.sty) -Requires: tex(booktabs.sty) -Requires: tex(eurosym.sty) -Requires: tex(xcolor.sty) -Requires: tex(numprint.sty) -Requires: tex(xkeyval.sty) -Requires: tex(ifthen.sty) -Requires: tex(fltpoint.sty) -Requires: tex(xstring.sty) -Provides: tex(calctab.sty) = %{tl_version} - -%description calctab -The calctab package helps the user to typeset a kind of -economic table such as invoices, expense notes and liquidation, -or other tabular material with a values column. The code -computes sum and percentage with floating point numeric methods -(using the fltpoint package) and builds the render table task. - -%package calctab-doc -Summary: Documentation for calctab -Version: svn15878.v0.6.1 - -Provides: tex-calctab-doc -AutoReqProv: No - -%description calctab-doc -Documentation for calctab - -%package calculation -Provides: tex-calculation = %{tl_version} -License: LPPL 1.3 -Summary: Typesetting reasoned calculations, also called calculational proofs -Version: svn35973.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(delarray.sty) -Provides: tex(calculation.sty) = %{tl_version} - -%description calculation -The calculation environment formats reasoned calculations, also -called calculational proofs. The notion of reasoned -calculations or calculational proofs was originally advocated -by Wim Feijen and Edsger Dijkstra. The package accepts options -fleqn and leqno (with the same effect as the LaTeX options -fleqn and leqno, or may inherit the options from the document -class). It allows steps and expressions to be numbered (by -LaTeX equation numbers, obeying the LaTeX \label command to -refer to these numbers), and a step doesn't take vertical space -if its hint is empty. An expression in a calculation can be -given a comment; it is placed at the side opposite to the -equation numbers. Calculations are allowed inside hints -although numbering and commenting is then disabled. - -%package calculation-doc -Summary: Documentation for calculation -Version: svn35973.1.0 - -Provides: tex-calculation-doc -AutoReqProv: No - -%description calculation-doc -Documentation for calculation - -%package calculator -Provides: tex-calculator = %{tl_version} -License: LPPL 1.2 -Summary: Use LaTeX as a scientific calculator -Version: svn33041.2.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(calculator.sty) = %{tl_version} -Provides: tex(calculus.sty) = %{tl_version} - -%description calculator -The calculator and calculus packages define several -instructions which allow us to realise algebraic operations and -to evaluate elementary functions and derivatives in our -documents. The package's main goal is to define the arithmetic -and functional calculations need in the author's package -xpicture, but the numeric abilities of "calculator" and -"calculus" may be useful in other contexts. - -%package calculator-doc -Summary: Documentation for calculator -Version: svn33041.2.0 - -Provides: tex-calculator-doc -AutoReqProv: No - -%description calculator-doc -Documentation for calculator - -%package calligra -Provides: tex-calligra = %{tl_version} -License: Copyright only -Summary: Calligraphic font -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(callig15.tfm) = %{tl_version} - -%description calligra -A calligraphic font in the handwriting style of the author, -Peter Vanroose. The font is supplied as Metafont source. LaTeX -support of the font is provided in the calligra package in the -fundus bundle. - -%package calligra-doc -Summary: Documentation for calligra -Version: svn15878.0 - -Provides: tex-calligra-doc -AutoReqProv: No - -%description calligra-doc -Documentation for calligra - -%package calligra-type1 -Provides: tex-calligra-type1 = %{tl_version} -License: Copyright only -Summary: Type 1 version of Calligra -Version: svn24302.001.000 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(calligra.map) = %{tl_version} -Provides: tex(callig15.pfb) = %{tl_version} - -%description calligra-type1 -This is a conversion (using mf2pt1) of Peter Vanroose's -handwriting font. - -%package calligra-type1-doc -Summary: Documentation for calligra-type1 -Version: svn24302.001.000 - -Provides: tex-calligra-type1-doc -AutoReqProv: No - -%description calligra-type1-doc -Documentation for calligra-type1 - -%package calrsfs -Provides: tex-calrsfs = %{tl_version} -License: Public Domain -Summary: Copperplate calligraphic letters in LaTeX -Version: svn17125.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(OMSrsfs.fd) = %{tl_version} -Provides: tex(calrsfs.sty) = %{tl_version} - -%description calrsfs -Provides a maths interface to the rsfs fonts. - -%package calrsfs-doc -Summary: Documentation for calrsfs -Version: svn17125.0 - -Provides: tex-calrsfs-doc -AutoReqProv: No - -%description calrsfs-doc -Documentation for calrsfs - -%package cals -Provides: tex-cals = %{tl_version} -License: LPPL 1.3 -Summary: Multipage tables with wide range of features -Version: svn43003 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(cals.sty) = %{tl_version} - -%description cals -The package allows the user to typeset multipage tables with -repeatable headers and footers, and with cells spanned over -rows and columns. Decorations are supported: padding, -background color, width of separation rules. The package is -compatible with multicol and pdfsync. - -%package cals-doc -Summary: Documentation for cals -Version: svn43003 -Provides: tex-cals-doc -AutoReqProv: No - -%description cals-doc -Documentation for cals - -%package calxxxx-yyyy -Provides: tex-calxxxx-yyyy = %{tl_version} -License: LPPL 1.3 -Summary: Print a calendar for a group of years -Version: svn53290 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(calxxxx-yyyy.tex) = %{tl_version} - -%description calxxxx-yyyy -The package prints a calendar for 2 or more years, according to -a language selection. The package is also "culture dependent", -in the sense that it will start weeks according to local rules: -e.g., weeks conventionally start on Monday in the English- -speaking world. - -%package calxxxx-yyyy-doc -Summary: Documentation for calxxxx-yyyy -Version: svn53290 -Provides: tex-calxxxx-yyyy-doc -AutoReqProv: No - -%description calxxxx-yyyy-doc -Documentation for calxxxx-yyyy - -%package cancel -Provides: tex-cancel = %{tl_version} -License: Public Domain -Summary: Place lines through maths formulae -Version: svn32508.2.2 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(cancel.sty) = %{tl_version} - -%description cancel -A package to draw diagonal lines ("cancelling" a term) and -arrows with limits (cancelling a term "to a value") through -parts of maths formulae. - -%package cancel-doc -Summary: Documentation for cancel -Version: svn32508.2.2 -Provides: tex-cancel-doc -AutoReqProv: No - -%description cancel-doc -Documentation for cancel - -%package canoniclayout -Provides: tex-canoniclayout = %{tl_version} -License: LPPL 1.3 -Summary: Create canonical page layouts with memoir -Version: svn54758 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(canoniclayout.sty) = %{tl_version} - -%description canoniclayout -A canonic text layout has specified relations to a circle -inscribed within the enclosing page. The package allows the -user to use a canonic layout with the memoir class. - -%package canoniclayout-doc -Summary: Documentation for canoniclayout -Version: svn54758 -Provides: tex-canoniclayout-doc -AutoReqProv: No - -%description canoniclayout-doc -Documentation for canoniclayout - -%package cantarell -Provides: tex-cantarell = %{tl_version} -License: LPPL 1.3 -Summary: LaTeX support for the Cantarell font family -Version: svn54512 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(keyval.sty) -Requires: tex(slantsc.sty) -Provides: tex(cantarell.map) = %{tl_version} -Provides: tex(OT1cantarell-LF.fd) = %{tl_version} -Provides: tex(OT1cantarell-OsF.fd) = %{tl_version} -Provides: tex(OT1cantarell-TLF.fd) = %{tl_version} -Provides: tex(OT1cantarell-TOsF.fd) = %{tl_version} -Provides: tex(T1cantarell-LF.fd) = %{tl_version} -Provides: tex(T1cantarell-OsF.fd) = %{tl_version} -Provides: tex(T1cantarell-TLF.fd) = %{tl_version} -Provides: tex(T1cantarell-TOsF.fd) = %{tl_version} -Provides: tex(T2Acantarell-LF.fd) = %{tl_version} -Provides: tex(T2Acantarell-OsF.fd) = %{tl_version} -Provides: tex(T2Acantarell-TLF.fd) = %{tl_version} -Provides: tex(T2Acantarell-TOsF.fd) = %{tl_version} -Provides: tex(T2Bcantarell-LF.fd) = %{tl_version} -Provides: tex(T2Bcantarell-OsF.fd) = %{tl_version} -Provides: tex(T2Bcantarell-TLF.fd) = %{tl_version} -Provides: tex(T2Bcantarell-TOsF.fd) = %{tl_version} -Provides: tex(T2Ccantarell-LF.fd) = %{tl_version} -Provides: tex(T2Ccantarell-OsF.fd) = %{tl_version} -Provides: tex(T2Ccantarell-TLF.fd) = %{tl_version} -Provides: tex(T2Ccantarell-TOsF.fd) = %{tl_version} -Provides: tex(TS1cantarell-LF.fd) = %{tl_version} -Provides: tex(TS1cantarell-OsF.fd) = %{tl_version} -Provides: tex(TS1cantarell-TLF.fd) = %{tl_version} -Provides: tex(TS1cantarell-TOsF.fd) = %{tl_version} -Provides: tex(X2cantarell-LF.fd) = %{tl_version} -Provides: tex(X2cantarell-OsF.fd) = %{tl_version} -Provides: tex(X2cantarell-TLF.fd) = %{tl_version} -Provides: tex(X2cantarell-TOsF.fd) = %{tl_version} -Provides: tex(a_2jvscy.enc) = %{tl_version} -Provides: tex(a_334zia.enc) = %{tl_version} -Provides: tex(a_3al2dj.enc) = %{tl_version} -Provides: tex(a_3qbyge.enc) = %{tl_version} -Provides: tex(a_3qszes.enc) = %{tl_version} -Provides: tex(a_5r5lpu.enc) = %{tl_version} -Provides: tex(a_aawtss.enc) = %{tl_version} -Provides: tex(a_bltucy.enc) = %{tl_version} -Provides: tex(a_d5jo7z.enc) = %{tl_version} -Provides: tex(a_dr4czt.enc) = %{tl_version} -Provides: tex(a_ds3g6z.enc) = %{tl_version} -Provides: tex(a_hg4i6b.enc) = %{tl_version} -Provides: tex(a_hl732t.enc) = %{tl_version} -Provides: tex(a_imucfy.enc) = %{tl_version} -Provides: tex(a_jqbnr6.enc) = %{tl_version} -Provides: tex(a_l4vbvl.enc) = %{tl_version} -Provides: tex(a_lgcgi4.enc) = %{tl_version} -Provides: tex(a_of73ha.enc) = %{tl_version} -Provides: tex(a_p4btle.enc) = %{tl_version} -Provides: tex(a_p4zxsj.enc) = %{tl_version} -Provides: tex(a_qpjwax.enc) = %{tl_version} -Provides: tex(a_st5pyv.enc) = %{tl_version} -Provides: tex(a_tv3tjz.enc) = %{tl_version} -Provides: tex(a_ucjayy.enc) = %{tl_version} -Provides: tex(a_wdni4i.enc) = %{tl_version} -Provides: tex(a_we6g55.enc) = %{tl_version} -Provides: tex(a_wsmjok.enc) = %{tl_version} -Provides: tex(a_wvctok.enc) = %{tl_version} -Provides: tex(a_x2x3v2.enc) = %{tl_version} -Provides: tex(a_yiealt.enc) = %{tl_version} -Provides: tex(cantarell.sty) = %{tl_version} - -%description cantarell -Cantarell is a contemporary Humanist sans serif designed by -Dave Crossland and Jakub Steiner. This font, delivered under -the OFL version 1.1, is available on the GNOME download server. -The present package provides support for this font in LaTeX. It -includes Type 1 versions of the fonts, converted for this -package using FontForge from its sources, for full support with -Dvips. - -%package cantarell-doc -Summary: Documentation for cantarell -Version: svn54512 -Provides: tex-cantarell-doc -AutoReqProv: No - -%description cantarell-doc -Documentation for cantarell - -%package captcont -Provides: tex-captcont = %{tl_version} -License: LPPL -Summary: Retain float number across several floats -Version: svn15878.2.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(captcont.sty) = %{tl_version} - -%description captcont -The captcont package provides the ability to continue the -numbering in your float environment (figure, table, etc.) with -minimal overhead. This package adds three commands: \caption*, -\captcont, and \captcont*. Along with the \caption command, -these give full control over the caption numbering, caption -text and the entries in the list-of pages. The \caption and -\captcont commands generate list-of page entries. The \caption -and \caption* commands increment the figure or table counter. -Captcont also fully supports the subfigure package. - -%package captcont-doc -Summary: Documentation for captcont -Version: svn15878.2.0 - -Provides: tex-captcont-doc -AutoReqProv: No - -%description captcont-doc -Documentation for captcont - -%package captdef -Provides: tex-captdef = %{tl_version} -License: LPPL -Summary: Declare free-standing \caption commands -Version: svn17353.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(captdef.sty) = %{tl_version} - -%description captdef -The \DeclareCaption command defines a class of caption command -associated with the counter specified to the command. These -commands are free-standing (i.e., don't need to be inside a -float environment). The package uses \DeclareCaption to define -\figcaption and \tabcaption, which can be used outside figure -or table environments. - -%package captdef-doc -Summary: Documentation for captdef -Version: svn17353.0 - -Provides: tex-captdef-doc -AutoReqProv: No - -%description captdef-doc -Documentation for captdef %package caption -Provides: tex-caption = %{tl_version} +Provides: tex-caption = %{epoch}:%{source_date}-%{release} +Provides: tex-caption-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-caption-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-caption-doc < %{tl_epoch}:%{source_date} License: LPPL 1.3 Summary: Customising captions in floating environments -Version: svn53517 +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-kpathsea Requires: tex(caption3.sty) Requires: tex(keyval.sty) -Requires: tex(xspace.sty) -Provides: tex(bicaption.sty) = %{tl_version} -Provides: tex(caption.sty) = %{tl_version} -Provides: tex(caption2.sty) = %{tl_version} -Provides: tex(caption3.sty) = %{tl_version} -Provides: tex(ltcaption.sty) = %{tl_version} -Provides: tex(subcaption.sty) = %{tl_version} -Provides: tex(totalcount.sty) = %{tl_version} +Provides: tex(bicaption.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(caption.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(caption2.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(caption3.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(ltcaption.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(newfloat.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(subcaption.sty) = %{epoch}:%{source_date}-%{release} %description caption The caption package provides many ways to customise the @@ -23334,2049 +4254,52 @@ documentation. The package also provides the "caption outside float" facility, in the same way that simpler packages like capt-of do. The package supersedes caption2. -%package caption-doc -Summary: Documentation for caption -Version: svn53517 -Provides: tex-caption-doc -AutoReqProv: No - -%description caption-doc -Documentation for caption - -%package capt-of -Provides: tex-capt-of = %{tl_version} -License: LPPL -Summary: Captions on more than floats -Version: svn29803.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(capt-of.sty) = %{tl_version} - -%description capt-of -Defines a command \captionof for putting a caption to something -that's not a float. Note that the caption package includes a -\captionof command that is an extension of that provided by -this package. - -%package capt-of-doc -Summary: Documentation for capt-of -Version: svn29803.0 - -Provides: tex-capt-of-doc -AutoReqProv: No - -%description capt-of-doc -Documentation for capt-of %package carlisle -Provides: tex-carlisle = %{tl_version} +Provides: tex-carlisle = %{epoch}:%{source_date}-%{release} +Provides: tex-carlisle-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-carlisle-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-carlisle-doc < %{tl_epoch}:%{source_date} License: LPPL Summary: David Carlisle's small packages -Version: svn47876 +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-kpathsea Requires: tex(color.sty) Requires: tex(tabularx.sty) Requires: tex(longtable.sty) -Provides: tex(dotlessj.sty) = %{tl_version} -Provides: tex(ltxtable.sty) = %{tl_version} -Provides: tex(plain.sty) = %{tl_version} -Provides: tex(remreset.sty) = %{tl_version} -Provides: tex(scalefnt.sty) = %{tl_version} -Provides: tex(slashed.sty) = %{tl_version} +Provides: tex(dotlessj.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(ltxtable.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(plain.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(remreset.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(scalefnt.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(slashed.sty) = %{epoch}:%{source_date}-%{release} %description carlisle Many of David Carlisle's more substantial packages stand on their own, or as part of the LaTeX tools set; this set -contains: Making dotless 'j' characters for fonts that don't -have them; Fix marks in 2-column output; A method for combining -the capabilities of longtable and tabularx; A proforma for -building personalised LaTeX formats; A jiffy to suppress page -numbers; An environment for including Plain TeX in LaTeX -documents; A jiffy to remove counters from other counters' -reset lists; A package to rescale fonts to arbitrary sizes; A -jiffy to create 'slashed' characters for physicists; and An -environment for including HTML in LaTeX documents. +contains: - Making dotless 'j' characters for fonts that don't +have them; - Fix marks in 2-column output; - A method for +combining the capabilities of longtable and tabularx; - A +proforma for building personalised LaTeX formats; - A jiffy to +suppress page numbers; - An environment for including Plain TeX +in LaTeX documents; - A jiffy to remove counters from other +counters' reset lists; - A package to rescale fonts to +arbitrary sizes; - A jiffy to create 'slashed' for physicists; +and - An environment for including HTML in LaTeX documents. -%package carlisle-doc -Summary: Documentation for carlisle -Version: svn47876 -Provides: tex-carlisle-doc -AutoReqProv: No - -%description carlisle-doc -Documentation for carlisle - -%package carlito -Provides: tex-carlito = %{tl_version} -License: OFL -Summary: Support for Carlito sans-serif fonts -Version: svn35002.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Requires: tex(xkeyval.sty) -Requires: tex(textcomp.sty) -Requires: tex(fontspec.sty) -Requires: tex(fontenc.sty) -Requires: tex(fontaxes.sty) -Provides: tex(crlt_57h366.enc) = %{tl_version} -Provides: tex(crlt_bxv5ge.enc) = %{tl_version} -Provides: tex(crlt_cegsyz.enc) = %{tl_version} -Provides: tex(crlt_csjzgd.enc) = %{tl_version} -Provides: tex(crlt_eckivh.enc) = %{tl_version} -Provides: tex(crlt_houcxd.enc) = %{tl_version} -Provides: tex(crlt_ibktmo.enc) = %{tl_version} -Provides: tex(crlt_lllwh4.enc) = %{tl_version} -Provides: tex(crlt_llspvt.enc) = %{tl_version} -Provides: tex(crlt_n2dr37.enc) = %{tl_version} -Provides: tex(crlt_n75whf.enc) = %{tl_version} -Provides: tex(crlt_ntvnfo.enc) = %{tl_version} -Provides: tex(crlt_o4ofpw.enc) = %{tl_version} -Provides: tex(crlt_orgsld.enc) = %{tl_version} -Provides: tex(crlt_rekp6x.enc) = %{tl_version} -Provides: tex(crlt_sghv4p.enc) = %{tl_version} -Provides: tex(crlt_ssbojb.enc) = %{tl_version} -Provides: tex(crlt_uuhkl6.enc) = %{tl_version} -Provides: tex(crlt_ynpzot.enc) = %{tl_version} -Provides: tex(crlt_z7vml3.enc) = %{tl_version} -Provides: tex(carlito.map) = %{tl_version} -Provides: tex(Carlito-Bold-inf-ly1.tfm) = %{tl_version} -Provides: tex(Carlito-Bold-inf-ot1.tfm) = %{tl_version} -Provides: tex(Carlito-Bold-inf-t1--base.tfm) = %{tl_version} -Provides: tex(Carlito-Bold-inf-t1.tfm) = %{tl_version} -Provides: tex(Carlito-Bold-lf-ly1.tfm) = %{tl_version} -Provides: tex(Carlito-Bold-lf-ot1.tfm) = %{tl_version} -Provides: tex(Carlito-Bold-lf-t1--base.tfm) = %{tl_version} -Provides: tex(Carlito-Bold-lf-t1.tfm) = %{tl_version} -Provides: tex(Carlito-Bold-lf-ts1--base.tfm) = %{tl_version} -Provides: tex(Carlito-Bold-lf-ts1.tfm) = %{tl_version} -Provides: tex(Carlito-Bold-osf-ly1.tfm) = %{tl_version} -Provides: tex(Carlito-Bold-osf-ot1.tfm) = %{tl_version} -Provides: tex(Carlito-Bold-osf-t1--base.tfm) = %{tl_version} -Provides: tex(Carlito-Bold-osf-t1.tfm) = %{tl_version} -Provides: tex(Carlito-Bold-osf-ts1--base.tfm) = %{tl_version} -Provides: tex(Carlito-Bold-osf-ts1.tfm) = %{tl_version} -Provides: tex(Carlito-Bold-sup-ly1.tfm) = %{tl_version} -Provides: tex(Carlito-Bold-sup-ot1.tfm) = %{tl_version} -Provides: tex(Carlito-Bold-sup-t1--base.tfm) = %{tl_version} -Provides: tex(Carlito-Bold-sup-t1.tfm) = %{tl_version} -Provides: tex(Carlito-Bold-tlf-ly1.tfm) = %{tl_version} -Provides: tex(Carlito-Bold-tlf-ot1.tfm) = %{tl_version} -Provides: tex(Carlito-Bold-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(Carlito-Bold-tlf-t1.tfm) = %{tl_version} -Provides: tex(Carlito-Bold-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(Carlito-Bold-tlf-ts1.tfm) = %{tl_version} -Provides: tex(Carlito-Bold-tosf-ly1.tfm) = %{tl_version} -Provides: tex(Carlito-Bold-tosf-ot1.tfm) = %{tl_version} -Provides: tex(Carlito-Bold-tosf-t1--base.tfm) = %{tl_version} -Provides: tex(Carlito-Bold-tosf-t1.tfm) = %{tl_version} -Provides: tex(Carlito-Bold-tosf-ts1--base.tfm) = %{tl_version} -Provides: tex(Carlito-Bold-tosf-ts1.tfm) = %{tl_version} -Provides: tex(Carlito-BoldItalic-inf-ly1.tfm) = %{tl_version} -Provides: tex(Carlito-BoldItalic-inf-ot1.tfm) = %{tl_version} -Provides: tex(Carlito-BoldItalic-inf-t1--base.tfm) = %{tl_version} -Provides: tex(Carlito-BoldItalic-inf-t1.tfm) = %{tl_version} -Provides: tex(Carlito-BoldItalic-lf-ly1.tfm) = %{tl_version} -Provides: tex(Carlito-BoldItalic-lf-ot1.tfm) = %{tl_version} -Provides: tex(Carlito-BoldItalic-lf-t1--base.tfm) = %{tl_version} -Provides: tex(Carlito-BoldItalic-lf-t1.tfm) = %{tl_version} -Provides: tex(Carlito-BoldItalic-lf-ts1--base.tfm) = %{tl_version} -Provides: tex(Carlito-BoldItalic-lf-ts1.tfm) = %{tl_version} -Provides: tex(Carlito-BoldItalic-osf-ly1.tfm) = %{tl_version} -Provides: tex(Carlito-BoldItalic-osf-ot1.tfm) = %{tl_version} -Provides: tex(Carlito-BoldItalic-osf-t1--base.tfm) = %{tl_version} -Provides: tex(Carlito-BoldItalic-osf-t1.tfm) = %{tl_version} -Provides: tex(Carlito-BoldItalic-osf-ts1--base.tfm) = %{tl_version} -Provides: tex(Carlito-BoldItalic-osf-ts1.tfm) = %{tl_version} -Provides: tex(Carlito-BoldItalic-sup-ly1.tfm) = %{tl_version} -Provides: tex(Carlito-BoldItalic-sup-ot1.tfm) = %{tl_version} -Provides: tex(Carlito-BoldItalic-sup-t1--base.tfm) = %{tl_version} -Provides: tex(Carlito-BoldItalic-sup-t1.tfm) = %{tl_version} -Provides: tex(Carlito-BoldItalic-tlf-ly1.tfm) = %{tl_version} -Provides: tex(Carlito-BoldItalic-tlf-ot1.tfm) = %{tl_version} -Provides: tex(Carlito-BoldItalic-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(Carlito-BoldItalic-tlf-t1.tfm) = %{tl_version} -Provides: tex(Carlito-BoldItalic-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(Carlito-BoldItalic-tlf-ts1.tfm) = %{tl_version} -Provides: tex(Carlito-BoldItalic-tosf-ly1.tfm) = %{tl_version} -Provides: tex(Carlito-BoldItalic-tosf-ot1.tfm) = %{tl_version} -Provides: tex(Carlito-BoldItalic-tosf-t1--base.tfm) = %{tl_version} -Provides: tex(Carlito-BoldItalic-tosf-t1.tfm) = %{tl_version} -Provides: tex(Carlito-BoldItalic-tosf-ts1--base.tfm) = %{tl_version} -Provides: tex(Carlito-BoldItalic-tosf-ts1.tfm) = %{tl_version} -Provides: tex(Carlito-Italic-inf-ly1.tfm) = %{tl_version} -Provides: tex(Carlito-Italic-inf-ot1.tfm) = %{tl_version} -Provides: tex(Carlito-Italic-inf-t1--base.tfm) = %{tl_version} -Provides: tex(Carlito-Italic-inf-t1.tfm) = %{tl_version} -Provides: tex(Carlito-Italic-lf-ly1.tfm) = %{tl_version} -Provides: tex(Carlito-Italic-lf-ot1.tfm) = %{tl_version} -Provides: tex(Carlito-Italic-lf-t1--base.tfm) = %{tl_version} -Provides: tex(Carlito-Italic-lf-t1.tfm) = %{tl_version} -Provides: tex(Carlito-Italic-lf-ts1--base.tfm) = %{tl_version} -Provides: tex(Carlito-Italic-lf-ts1.tfm) = %{tl_version} -Provides: tex(Carlito-Italic-osf-ly1.tfm) = %{tl_version} -Provides: tex(Carlito-Italic-osf-ot1.tfm) = %{tl_version} -Provides: tex(Carlito-Italic-osf-t1--base.tfm) = %{tl_version} -Provides: tex(Carlito-Italic-osf-t1.tfm) = %{tl_version} -Provides: tex(Carlito-Italic-osf-ts1--base.tfm) = %{tl_version} -Provides: tex(Carlito-Italic-osf-ts1.tfm) = %{tl_version} -Provides: tex(Carlito-Italic-sup-ly1.tfm) = %{tl_version} -Provides: tex(Carlito-Italic-sup-ot1.tfm) = %{tl_version} -Provides: tex(Carlito-Italic-sup-t1--base.tfm) = %{tl_version} -Provides: tex(Carlito-Italic-sup-t1.tfm) = %{tl_version} -Provides: tex(Carlito-Italic-tlf-ly1.tfm) = %{tl_version} -Provides: tex(Carlito-Italic-tlf-ot1.tfm) = %{tl_version} -Provides: tex(Carlito-Italic-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(Carlito-Italic-tlf-t1.tfm) = %{tl_version} -Provides: tex(Carlito-Italic-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(Carlito-Italic-tlf-ts1.tfm) = %{tl_version} -Provides: tex(Carlito-Italic-tosf-ly1.tfm) = %{tl_version} -Provides: tex(Carlito-Italic-tosf-ot1.tfm) = %{tl_version} -Provides: tex(Carlito-Italic-tosf-t1--base.tfm) = %{tl_version} -Provides: tex(Carlito-Italic-tosf-t1.tfm) = %{tl_version} -Provides: tex(Carlito-Italic-tosf-ts1--base.tfm) = %{tl_version} -Provides: tex(Carlito-Italic-tosf-ts1.tfm) = %{tl_version} -Provides: tex(Carlito-inf-ly1.tfm) = %{tl_version} -Provides: tex(Carlito-inf-ot1.tfm) = %{tl_version} -Provides: tex(Carlito-inf-t1--base.tfm) = %{tl_version} -Provides: tex(Carlito-inf-t1.tfm) = %{tl_version} -Provides: tex(Carlito-lf-ly1.tfm) = %{tl_version} -Provides: tex(Carlito-lf-ot1.tfm) = %{tl_version} -Provides: tex(Carlito-lf-t1--base.tfm) = %{tl_version} -Provides: tex(Carlito-lf-t1.tfm) = %{tl_version} -Provides: tex(Carlito-lf-ts1--base.tfm) = %{tl_version} -Provides: tex(Carlito-lf-ts1.tfm) = %{tl_version} -Provides: tex(Carlito-osf-ly1.tfm) = %{tl_version} -Provides: tex(Carlito-osf-ot1.tfm) = %{tl_version} -Provides: tex(Carlito-osf-t1--base.tfm) = %{tl_version} -Provides: tex(Carlito-osf-t1.tfm) = %{tl_version} -Provides: tex(Carlito-osf-ts1--base.tfm) = %{tl_version} -Provides: tex(Carlito-osf-ts1.tfm) = %{tl_version} -Provides: tex(Carlito-sup-ly1.tfm) = %{tl_version} -Provides: tex(Carlito-sup-ot1.tfm) = %{tl_version} -Provides: tex(Carlito-sup-t1--base.tfm) = %{tl_version} -Provides: tex(Carlito-sup-t1.tfm) = %{tl_version} -Provides: tex(Carlito-tlf-ly1.tfm) = %{tl_version} -Provides: tex(Carlito-tlf-ot1.tfm) = %{tl_version} -Provides: tex(Carlito-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(Carlito-tlf-t1.tfm) = %{tl_version} -Provides: tex(Carlito-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(Carlito-tlf-ts1.tfm) = %{tl_version} -Provides: tex(Carlito-tosf-ly1.tfm) = %{tl_version} -Provides: tex(Carlito-tosf-ot1.tfm) = %{tl_version} -Provides: tex(Carlito-tosf-t1--base.tfm) = %{tl_version} -Provides: tex(Carlito-tosf-t1.tfm) = %{tl_version} -Provides: tex(Carlito-tosf-ts1--base.tfm) = %{tl_version} -Provides: tex(Carlito-tosf-ts1.tfm) = %{tl_version} -Provides: tex(Carlito-Bold.ttf) = %{tl_version} -Provides: tex(Carlito-BoldItalic.ttf) = %{tl_version} -Provides: tex(Carlito-Italic.ttf) = %{tl_version} -Provides: tex(Carlito-Regular.ttf) = %{tl_version} -Provides: tex(Carlito-Bold.pfb) = %{tl_version} -Provides: tex(Carlito-BoldItalic.pfb) = %{tl_version} -Provides: tex(Carlito-Italic.pfb) = %{tl_version} -Provides: tex(Carlito.pfb) = %{tl_version} -Provides: tex(Carlito-Bold-inf-t1.vf) = %{tl_version} -Provides: tex(Carlito-Bold-lf-t1.vf) = %{tl_version} -Provides: tex(Carlito-Bold-lf-ts1.vf) = %{tl_version} -Provides: tex(Carlito-Bold-osf-t1.vf) = %{tl_version} -Provides: tex(Carlito-Bold-osf-ts1.vf) = %{tl_version} -Provides: tex(Carlito-Bold-sup-t1.vf) = %{tl_version} -Provides: tex(Carlito-Bold-tlf-t1.vf) = %{tl_version} -Provides: tex(Carlito-Bold-tlf-ts1.vf) = %{tl_version} -Provides: tex(Carlito-Bold-tosf-t1.vf) = %{tl_version} -Provides: tex(Carlito-Bold-tosf-ts1.vf) = %{tl_version} -Provides: tex(Carlito-BoldItalic-inf-t1.vf) = %{tl_version} -Provides: tex(Carlito-BoldItalic-lf-t1.vf) = %{tl_version} -Provides: tex(Carlito-BoldItalic-lf-ts1.vf) = %{tl_version} -Provides: tex(Carlito-BoldItalic-osf-t1.vf) = %{tl_version} -Provides: tex(Carlito-BoldItalic-osf-ts1.vf) = %{tl_version} -Provides: tex(Carlito-BoldItalic-sup-t1.vf) = %{tl_version} -Provides: tex(Carlito-BoldItalic-tlf-t1.vf) = %{tl_version} -Provides: tex(Carlito-BoldItalic-tlf-ts1.vf) = %{tl_version} -Provides: tex(Carlito-BoldItalic-tosf-t1.vf) = %{tl_version} -Provides: tex(Carlito-BoldItalic-tosf-ts1.vf) = %{tl_version} -Provides: tex(Carlito-Italic-inf-t1.vf) = %{tl_version} -Provides: tex(Carlito-Italic-lf-t1.vf) = %{tl_version} -Provides: tex(Carlito-Italic-lf-ts1.vf) = %{tl_version} -Provides: tex(Carlito-Italic-osf-t1.vf) = %{tl_version} -Provides: tex(Carlito-Italic-osf-ts1.vf) = %{tl_version} -Provides: tex(Carlito-Italic-sup-t1.vf) = %{tl_version} -Provides: tex(Carlito-Italic-tlf-t1.vf) = %{tl_version} -Provides: tex(Carlito-Italic-tlf-ts1.vf) = %{tl_version} -Provides: tex(Carlito-Italic-tosf-t1.vf) = %{tl_version} -Provides: tex(Carlito-Italic-tosf-ts1.vf) = %{tl_version} -Provides: tex(Carlito-inf-t1.vf) = %{tl_version} -Provides: tex(Carlito-lf-t1.vf) = %{tl_version} -Provides: tex(Carlito-lf-ts1.vf) = %{tl_version} -Provides: tex(Carlito-osf-t1.vf) = %{tl_version} -Provides: tex(Carlito-osf-ts1.vf) = %{tl_version} -Provides: tex(Carlito-sup-t1.vf) = %{tl_version} -Provides: tex(Carlito-tlf-t1.vf) = %{tl_version} -Provides: tex(Carlito-tlf-ts1.vf) = %{tl_version} -Provides: tex(Carlito-tosf-t1.vf) = %{tl_version} -Provides: tex(Carlito-tosf-ts1.vf) = %{tl_version} -Provides: tex(LY1Carlito-Inf.fd) = %{tl_version} -Provides: tex(LY1Carlito-LF.fd) = %{tl_version} -Provides: tex(LY1Carlito-OsF.fd) = %{tl_version} -Provides: tex(LY1Carlito-Sup.fd) = %{tl_version} -Provides: tex(LY1Carlito-TLF.fd) = %{tl_version} -Provides: tex(LY1Carlito-TOsF.fd) = %{tl_version} -Provides: tex(OT1Carlito-Inf.fd) = %{tl_version} -Provides: tex(OT1Carlito-LF.fd) = %{tl_version} -Provides: tex(OT1Carlito-OsF.fd) = %{tl_version} -Provides: tex(OT1Carlito-Sup.fd) = %{tl_version} -Provides: tex(OT1Carlito-TLF.fd) = %{tl_version} -Provides: tex(OT1Carlito-TOsF.fd) = %{tl_version} -Provides: tex(T1Carlito-Inf.fd) = %{tl_version} -Provides: tex(T1Carlito-LF.fd) = %{tl_version} -Provides: tex(T1Carlito-OsF.fd) = %{tl_version} -Provides: tex(T1Carlito-Sup.fd) = %{tl_version} -Provides: tex(T1Carlito-TLF.fd) = %{tl_version} -Provides: tex(T1Carlito-TOsF.fd) = %{tl_version} -Provides: tex(TS1Carlito-LF.fd) = %{tl_version} -Provides: tex(TS1Carlito-OsF.fd) = %{tl_version} -Provides: tex(TS1Carlito-TLF.fd) = %{tl_version} -Provides: tex(TS1Carlito-TOsF.fd) = %{tl_version} -Provides: tex(carlito.sty) = %{tl_version} - -%description carlito -The package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX -support for the Carlito family of sans serif fonts, designed by -Lukasz Dziedzic of the tyPoland foundry and adopted by Google -for ChromeOS as a font-metric compatible replacement for -Calibri. - -%package carlito-doc -Summary: Documentation for carlito -Version: svn35002.0 - -Provides: tex-carlito-doc -AutoReqProv: No - -%description carlito-doc -Documentation for carlito - -%package carolmin-ps -Provides: tex-carolmin-ps = %{tl_version} -License: LPPL -Summary: Adobe Type 1 format of Carolingian Minuscule fonts -Version: svn15878.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(cmin.map) = %{tl_version} -Provides: tex(cmin10.pfb) = %{tl_version} -Provides: tex(cmin17.pfb) = %{tl_version} -Provides: tex(cmin7.pfb) = %{tl_version} -Provides: tex(cminb10.pfb) = %{tl_version} -Provides: tex(cminb17.pfb) = %{tl_version} -Provides: tex(cminb7.pfb) = %{tl_version} - -%description carolmin-ps -The bundle offers Adobe Type 1 format versions of Peter -Wilson's Carolingian Minuscule font set (part of the bookhands -collection). The fonts in the bundle are ready-to-use -replacements for the Metafont originals. - -%package carolmin-ps-doc -Summary: Documentation for carolmin-ps -Version: svn15878.0 - -Provides: tex-carolmin-ps-doc -AutoReqProv: No - -%description carolmin-ps-doc -Documentation for carolmin-ps - -%package cascadilla -Provides: tex-cascadilla = %{tl_version} -License: LPPL -Summary: Typeset papers conforming to the stylesheet of the Cascadilla Proceedings Project -Version: svn25144.1.8.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Requires: tex(geometry.sty) -Requires: tex(times.sty) -Requires: tex(indentfirst.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(titlesec.sty) -Requires: tex(natbib.sty) -Requires: tex(caption.sty) -Provides: tex(cascadilla.cls) = %{tl_version} - -%description cascadilla -The class provides an extension of the standard LaTeX article -class that may be used to typeset papers conforming to the -stylesheet of the Cascadilla Proceedings Project, which is used -by a number of linguistics conference proceedings (e.g., -WCCFL). - -%package cascadilla-doc -Summary: Documentation for cascadilla -Version: svn25144.1.8.2 - -Provides: tex-cascadilla-doc -AutoReqProv: No - -%description cascadilla-doc -Documentation for cascadilla - -%package cases -Provides: tex-cases = %{tl_version} -License: Public Domain -Summary: Numbered cases environment -Version: svn54682 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(cases.sty) = %{tl_version} - -%description cases -This package provides a LaTeX environment "numcases" to produce -multi-case equations with a separate equation number for each -case. There is also a "subnumcases" environment which numbers -each case with the overall equation number plus a letter [8a, -8b, etc.]. - -%package cases-doc -Summary: Documentation for cases -Version: svn54682 -Provides: tex-cases-doc -AutoReqProv: No - -%description cases-doc -Documentation for cases - -%package casyl -Provides: tex-casyl = %{tl_version} -License: Public Domain -Summary: Typeset Cree/Inuktitut in Canadian Aboriginal Syllabics -Version: svn15878.2.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(casyll10.tfm) = %{tl_version} -Provides: tex(casyltex.sty) = %{tl_version} - -%description casyl -The bundle constitutes a font (as Metafont source) and LaTeX -macros for its use within a document. - -%package casyl-doc -Summary: Documentation for casyl -Version: svn15878.2.0 - -Provides: tex-casyl-doc -AutoReqProv: No - -%description casyl-doc -Documentation for casyl - -%package catchfilebetweentags -Provides: tex-catchfilebetweentags = %{tl_version} -License: LPPL 1.3 -Summary: Catch text delimited by docstrip tags -Version: svn21476.1.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(etex.sty) -Requires: tex(etoolbox.sty) -Requires: tex(ltxcmds.sty) -Requires: tex(catchfile.sty) -Provides: tex(catchfilebetweentags.sty) = %{tl_version} - -%description catchfilebetweentags -This package (built using the facilities of catchfile) provides -a macro \catchfilebetweentags acts like the original \catchfile -but only extracts a portion of the file instead of the complete -file. The extracted portion can be delimited by strings or by -docstrip tags: %<*tag> .... % (comments in the caught -region may be included or dropped). - -%package catchfilebetweentags-doc -Summary: Documentation for catchfilebetweentags -Version: svn21476.1.1 - -Provides: tex-catchfilebetweentags-doc -AutoReqProv: No - -%description catchfilebetweentags-doc -Documentation for catchfilebetweentags - -%package catcodes -Provides: tex-catcodes = %{tl_version} -License: LPPL 1.3 -Summary: Generic handling of TeX category codes -Version: svn38859 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(actcodes.sty) = %{tl_version} -Provides: tex(catchdq.sty) = %{tl_version} -Provides: tex(stacklet.sty) = %{tl_version} - -%description catcodes -The bundle deals with category code switching; the packages of -the bundle should work with any TeX format (with the support of -the plainpkg package). The bundle provides: stacklet.sty, which -supports stacks that control the use of different catcodes; -actcodes.sty, which deals with active characters; and -catchdq.sty, which provides a simple quotation character -control mechanism. - -%package catcodes-doc -Summary: Documentation for catcodes -Version: svn38859 - -Provides: tex-catcodes-doc -AutoReqProv: No - -%description catcodes-doc -Documentation for catcodes - -%package catechis -Provides: tex-catechis = %{tl_version} -License: LPPL -Summary: Macros for typesetting catechisms -Version: svn49061 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(calc.sty) -Requires: tex(ifthen.sty) -Requires: tex(varioref.sty) -Provides: tex(catechis.sty) = %{tl_version} - -%description catechis -The macros include: format for question-and-answer; comments on -answers; citations; a specialised enumerate which only operates -in the catechism parts of a document. The macros are all highly -customisable. - -%package catechis-doc -Summary: Documentation for catechis -Version: svn49061 -Provides: tex-catechis-doc -AutoReqProv: No - -%description catechis-doc -Documentation for catechis - -%package catoptions -Provides: tex-catoptions = %{tl_version} -License: LPPL 1.3 -Summary: Preserving and recalling standard catcodes -Version: svn35069.0.2.7h - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(pdftexcmds.sty) -Provides: tex(catoptions-guide.cfg) = %{tl_version} -Provides: tex(catoptions.sty) = %{tl_version} - -%description catoptions -The package changes package loading internals so that all -subsequently loaded packages can rely on normal/standard -catcodes of all ASCII characters. The package defines canonical -control sequences to represent all the visible ASCII -characters. It also provides robust option parsing mechanisms -(XDeclareOption, XExecuteOptions and XProcessOptions, which -will be used by \documentclass if the package has already been -loaded). The package also provides a range of other TeX -programming tools. - -%package catoptions-doc -Summary: Documentation for catoptions -Version: svn35069.0.2.7h - -Provides: tex-catoptions-doc -AutoReqProv: No - -%description catoptions-doc -Documentation for catoptions - -%package cbcoptic -Provides: tex-cbcoptic = %{tl_version} -License: LPPL -Summary: Coptic fonts and LaTeX macros for general usage and for philology -Version: svn16666.0.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(textcomp.sty) -Provides: tex(copti.tfm) = %{tl_version} -Provides: tex(copto.tfm) = %{tl_version} -Provides: tex(copti.pfb) = %{tl_version} -Provides: tex(copto.pfb) = %{tl_version} -Provides: tex(coptic.sty) = %{tl_version} -Provides: tex(lcopcoptic.fd) = %{tl_version} -Provides: tex(prnthyph.sty) = %{tl_version} - -%description cbcoptic -CBcoptic is a bundle of files for typesetting Coptic -philological text with the proper fonts and hyphenation. The -fonts are based on, but much extend, the fonts of the original -coptic bundle. The CBcoptic bundle includes font description -files, Metafont sources and equivalent Adobe Type 1 fonts in -pfb format. The bundle also includes a package that provides -some macros of philological interest. - -%package cbcoptic-doc -Summary: Documentation for cbcoptic -Version: svn16666.0.2 - -Provides: tex-cbcoptic-doc -AutoReqProv: No - -%description cbcoptic-doc -Documentation for cbcoptic - -%package cbfonts-fd -Provides: tex-cbfonts-fd = %{tl_version} -License: LPPL 1.3 -Summary: LaTeX font description files for the CB Greek fonts -Version: svn54080 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-cbfonts -Provides: tex(lgrcmr.fd) = %{tl_version} -Provides: tex(lgrcmro.fd) = %{tl_version} -Provides: tex(lgrcmss.fd) = %{tl_version} -Provides: tex(lgrcmtt.fd) = %{tl_version} -Provides: tex(lgrlcmss.fd) = %{tl_version} -Provides: tex(lgrlcmtt.fd) = %{tl_version} -Provides: tex(lgrlmr.fd) = %{tl_version} -Provides: tex(lgrlmro.fd) = %{tl_version} -Provides: tex(lgrlmss.fd) = %{tl_version} -Provides: tex(lgrlmtt.fd) = %{tl_version} - -%description cbfonts-fd -The package provides font description files for all the many -shapes available from the cbfonts collection. The files provide -the means whereby the NFSS knows which fonts a LaTeX user is -requesting. - -%package cbfonts-fd-doc -Summary: Documentation for cbfonts-fd -Version: svn54080 -Provides: tex-cbfonts-fd-doc -AutoReqProv: No - -%description cbfonts-fd-doc -Documentation for cbfonts-fd - -%package cbfonts -Provides: tex-cbfonts = %{tl_version} -License: LPPL -Summary: Complete set of Greek fonts -Version: svn54080 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-cbfonts-fd -Provides: tex(CB.enc) = %{tl_version} -Provides: tex(gmtr.enc) = %{tl_version} -Provides: tex(cbgreek-full.map) = %{tl_version} - -%description cbfonts -This bundle presents the whole of Beccari's original Greek font -set, which use the 'Lispiakos' font shape derived from the -shape of the fonts used in printers' shops in Lispia. The fonts -are available both as Metafont source and in Adobe Type 1 -format, and at the same wide set of design sizes as are such -font sets as the EC fonts. Please note that this package needs -the complementary cbfonts-fd package to work properly. - -%package cbfonts-doc -Summary: Documentation for cbfonts -Version: svn54080 -Provides: tex-cbfonts-doc -AutoReqProv: No -Requires: tex-cbfonts-fd-doc - -%description cbfonts-doc -Documentation for cbfonts - -%package ccaption -Provides: tex-ccaption = %{tl_version} -License: LPPL 1.3 -Summary: Continuation headings and legends for floats -Version: svn23443.3.2c - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(ccaption.sty) = %{tl_version} - -%description ccaption -A package providing commands for 'continuation captions', -unnumbered captions, and also a non-specific legend heading for -any environment. Methods are also provided to define captions -for use outside float (e.g., figure and table) environments, -and to define new float environments and Lists of Floats. Tools -are provided for specifying your own captioning styles. - -%package ccaption-doc -Summary: Documentation for ccaption -Version: svn23443.3.2c - -Provides: tex-ccaption-doc -AutoReqProv: No - -%description ccaption-doc -Documentation for ccaption - -%package ccfonts -Provides: tex-ccfonts = %{tl_version} -License: LPPL -Summary: Support for Concrete text and math fonts in LaTeX -Version: svn54686 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(ccfonts.sty) = %{tl_version} -Provides: tex(t1ccr.fd) = %{tl_version} -Provides: tex(ts1ccr.fd) = %{tl_version} - -%description ccfonts -LaTeX font definition files for the Concrete fonts and a LaTeX -package for typesetting documents using Concrete as the default -font family. The files support OT1, T1, TS1, and Concrete -mathematics including AMS fonts (Ulrik Vieth's concmath). - -%package ccfonts-doc -Summary: Documentation for ccfonts -Version: svn54686 -Provides: tex-ccfonts-doc -AutoReqProv: No - -%description ccfonts-doc -Documentation for ccfonts - -%package ccicons -Provides: tex-ccicons = %{tl_version} -License: LPPL 1.3 -Summary: LaTeX support for Creative Commons icons -Version: svn54512 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xkeyval.sty) -Provides: tex(ccicons-u.enc) = %{tl_version} -Provides: tex(ccicons.map) = %{tl_version} -Provides: tex(ccicons.sty) = %{tl_version} - -%description ccicons -The package provides the means to typeset Creative Commons -icons, in documents licensed under CC licences. A font (in -Adobe Type 1 format) and LaTeX support macros are provided. - -%package ccicons-doc -Summary: Documentation for ccicons -Version: svn54512 -Provides: tex-ccicons-doc -AutoReqProv: No - -%description ccicons-doc -Documentation for ccicons - -%package cclicenses -Provides: tex-cclicenses = %{tl_version} -License: LPPL -Summary: Typeset Creative Commons licence logos -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(rotating.sty) -Provides: tex(cclicenses.sty) = %{tl_version} - -%description cclicenses -The cclicenses package helps users typesetting Creative Commons -logos in LaTeX. It defines some commands useful to quickly -write these logos, related to CC licences versions 1.0 and 2.0. - -%package cclicenses-doc -Summary: Documentation for cclicenses -Version: svn15878.0 - -Provides: tex-cclicenses-doc -AutoReqProv: No - -%description cclicenses-doc -Documentation for cclicenses - -%package cc-pl -Provides: tex-cc-pl = %{tl_version} -License: Public Domain -Summary: Polish extension of Computer Concrete fonts -Version: svn15878.1.02.2 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(ccpl.map) = %{tl_version} -Provides: tex(pccsc10.tfm) = %{tl_version} -Provides: tex(pcmi10.tfm) = %{tl_version} -Provides: tex(pcr10.tfm) = %{tl_version} -Provides: tex(pcr5.tfm) = %{tl_version} -Provides: tex(pcr6.tfm) = %{tl_version} -Provides: tex(pcr7.tfm) = %{tl_version} -Provides: tex(pcr8.tfm) = %{tl_version} -Provides: tex(pcr9.tfm) = %{tl_version} -Provides: tex(pcsl10.tfm) = %{tl_version} -Provides: tex(pcslc9.tfm) = %{tl_version} -Provides: tex(pcti10.tfm) = %{tl_version} -Provides: tex(pccsc10.pfb) = %{tl_version} -Provides: tex(pcmi10.pfb) = %{tl_version} -Provides: tex(pcr10.pfb) = %{tl_version} -Provides: tex(pcr5.pfb) = %{tl_version} -Provides: tex(pcr6.pfb) = %{tl_version} -Provides: tex(pcr7.pfb) = %{tl_version} -Provides: tex(pcr8.pfb) = %{tl_version} -Provides: tex(pcr9.pfb) = %{tl_version} -Provides: tex(pcsl10.pfb) = %{tl_version} -Provides: tex(pcslc9.pfb) = %{tl_version} -Provides: tex(pcti10.pfb) = %{tl_version} - -%description cc-pl -These Metafont sources rely on the availability of the Metafont -'Polish' fonts and of the Metafont sources of the original -Concrete fonts. Adobe Type 1 versions of the fonts are -included. - -%package cc-pl-doc -Summary: Documentation for cc-pl -Version: svn15878.1.02.2 - -Provides: tex-cc-pl-doc -AutoReqProv: No - -%description cc-pl-doc -Documentation for cc-pl - -%package cd-cover -Provides: tex-cd-cover = %{tl_version} -License: GPL+ -Summary: Typeset CD covers -Version: svn17121.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(rotating.sty) -Provides: tex(cd-cover.cls) = %{tl_version} - -%description cd-cover -The CD-cover class will typeset front and back cover sheets for -CD jewel cases, or an entire paper cover, or a label for a -plastic slip-cover. - -%package cd-cover-doc -Summary: Documentation for cd-cover -Version: svn17121.1.0 - -Provides: tex-cd-cover-doc -AutoReqProv: No - -%description cd-cover-doc -Documentation for cd-cover - -%package cdpbundl -Provides: tex-cdpbundl = %{tl_version} -License: LPPL -Summary: Business letters in the Italian style -Version: svn46613 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(color.sty) -Requires: tex(hyperref.sty) -Requires: tex(babel.sty) -Requires: tex(eepic.sty) -Provides: tex(articoletteracdp.cls) = %{tl_version} -Provides: tex(cdpaddon.sty) = %{tl_version} -Provides: tex(cdpbabel.sty) = %{tl_version} -Provides: tex(cdpnamesenglish.ldf) = %{tl_version} -Provides: tex(cdpnamesitalian.ldf) = %{tl_version} -Provides: tex(cdpshues-example.def) = %{tl_version} -Provides: tex(cdpshues.cfg) = %{tl_version} -Provides: tex(epson-stylus-740.def) = %{tl_version} -Provides: tex(hp-laserjet-4500.def) = %{tl_version} -Provides: tex(letteracdp.cls) = %{tl_version} - -%description cdpbundl -The C.D.P. Bundle can be used to typeset high-quality business -letters formatted according to Italian style conventions. It is -highly configurable, and its modular structure provides you -with building blocks of increasing level, by means of which you -can compose a large variety of letters. It is also possible to -write letters divided into sections and paragraphs, to include -floating figures and tables, and to have the relevant indexes -compiled automatically. A single input file can contain several -letters, and each letter will have its own table of contents, -etc., independant from the other ones. - -%package cdpbundl-doc -Summary: Documentation for cdpbundl -Version: svn46613 -Provides: tex-cdpbundl-doc -AutoReqProv: No - -%description cdpbundl-doc -Documentation for cdpbundl - -%package cd -Provides: tex-cd = %{tl_version} -License: GPL+ -Summary: Typeset CD covers -Version: svn34452.1.4 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(rotating.sty) -Provides: tex(cd.cls) = %{tl_version} - -%description cd -Normal usage will ordinarily require no more than a simple data -file per cover; the package will make a full insert for a CD -case (it copes with both normal and slim cases). - -%package cd-doc -Summary: Documentation for cd -Version: svn34452.1.4 - -Provides: tex-cd-doc -AutoReqProv: No - -%description cd-doc -Documentation for cd - -%package cellspace -Provides: tex-cellspace = %{tl_version} -License: LPPL -Summary: Ensure minimal spacing of table cells -Version: svn50374 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(array.sty) -Requires: tex(calc.sty) -Requires: tex(amsmath.sty) -Provides: tex(cellspace.sty) = %{tl_version} - -%description cellspace -It is well known that high or deep cells tend to touch the -\hlines of a tabular. This package provides a modifier S acting -on usual column types so that to ensure a minimal distance that -can be controlled through two parameters \cellspacetoplimit and -\cellspacebottomlimit. The approach employed by this package is -noticeably simpler than that of tabls, which considers the -dimensions of each entire row; whereas you can ask the -cellspace only to look at the cells of potentially difficult -columns. - -%package cellspace-doc -Summary: Documentation for cellspace -Version: svn50374 -Provides: tex-cellspace-doc -AutoReqProv: No - -%description cellspace-doc -Documentation for cellspace - -%package cell -Provides: tex-cell = %{tl_version} -License: Public Domain -Summary: Bibliography style for Cell -Version: svn42428 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(cite.sty) -Provides: tex(cell.sty) = %{tl_version} - -%description cell -This is an "apa-like" style (cf. apalike.bst in the BibTeX -distribution), developed from the same author's JMB style. A -supporting LaTeX package is also provided. - -%package cell-doc -Summary: Documentation for cell -Version: svn42428 -Provides: tex-cell-doc -AutoReqProv: No - -%description cell-doc -Documentation for cell - -%package celtic -Provides: tex-celtic = %{tl_version} -License: LPPL 1.3 -Summary: A TikZ library for drawing celtic knots -Version: svn39797 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(tikzlibraryceltic.code.tex) = %{tl_version} - -%description celtic -The package provides a TikZ library for drawing celtic knots. - -%package celtic-doc -Summary: Documentation for celtic -Version: svn39797 - -Provides: tex-celtic-doc -AutoReqProv: No - -%description celtic-doc -Documentation for celtic - -%package censor -Provides: tex-censor = %{tl_version} -License: LPPL 1.3 -Summary: Facilities for controlling restricted text in a document -Version: svn49168 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(censor.sty) = %{tl_version} - -%description censor -The package allows a convenient redaction/censor capability to -be employed, for those who need to protect restricted -information, etc. The package can "redact" anything that can be -enclosed by a LaTeX box. - -%package censor-doc -Summary: Documentation for censor -Version: svn49168 -Provides: tex-censor-doc -AutoReqProv: No - -%description censor-doc -Documentation for censor - -%package cfr-initials -Provides: tex-cfr-initials = %{tl_version} -License: LPPL 1.3 -Summary: LaTeX packages for use of initials -Version: svn36728.1.01 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(Acorn.fd) -Requires: tex(AnnSton.fd) -Requires: tex(ArtNouv.fd) -Requires: tex(ArtNouvc.fd) -Requires: tex(Carrickc.fd) -Requires: tex(Eichenla.fd) -Requires: tex(Eileen.fd) -Requires: tex(EileenBl.fd) -Requires: tex(Elzevier.fd) -Requires: tex(GotIn.fd) -Requires: tex(GoudyIn.fd) -Requires: tex(Kinigcap.fd) -Requires: tex(Konanur.fd) -Requires: tex(Kramer.fd) -Requires: tex(MorrisIn.fd) -Requires: tex(Nouveaud.fd) -Requires: tex(Romantik.fd) -Requires: tex(Rothdn.fd) -Requires: tex(RoyalIn.fd) -Requires: tex(Sanremo.fd) -Requires: tex(Starburst.fd) -Requires: tex(Typocaps.fd) -Requires: tex(Zallman.fd) -Provides: tex(Acorn.sty) = %{tl_version} -Provides: tex(AnnSton.sty) = %{tl_version} -Provides: tex(ArtNouv.sty) = %{tl_version} -Provides: tex(ArtNouvc.sty) = %{tl_version} -Provides: tex(Carrickc.sty) = %{tl_version} -Provides: tex(Eichenla.sty) = %{tl_version} -Provides: tex(Eileen.sty) = %{tl_version} -Provides: tex(EileenBl.sty) = %{tl_version} -Provides: tex(Elzevier.sty) = %{tl_version} -Provides: tex(GotIn.sty) = %{tl_version} -Provides: tex(GoudyIn.sty) = %{tl_version} -Provides: tex(Kinigcap.sty) = %{tl_version} -Provides: tex(Konanur.sty) = %{tl_version} -Provides: tex(Kramer.sty) = %{tl_version} -Provides: tex(MorrisIn.sty) = %{tl_version} -Provides: tex(Nouveaud.sty) = %{tl_version} -Provides: tex(Romantik.sty) = %{tl_version} -Provides: tex(Rothdn.sty) = %{tl_version} -Provides: tex(Royal.sty) = %{tl_version} -Provides: tex(Sanremo.sty) = %{tl_version} -Provides: tex(Starburst.sty) = %{tl_version} -Provides: tex(Typocaps.sty) = %{tl_version} -Provides: tex(Zallman.sty) = %{tl_version} - -%description cfr-initials -This is a set of 23 tiny packages designed to make it easier to -use fonts from the initials package in LaTeX, e.g. with the -lettrine package. It is a response to comments on an answer at -TeX Stack Exchange (http://tex.stackexchange.com/a/236410/) -requesting sample package files for others to copy. I had -previously assumed these were too trivial to be of interest, -but if they would be useful, then I would prefer them to be -generally available via CTAN. - -%package cfr-initials-doc -Summary: Documentation for cfr-initials -Version: svn36728.1.01 - -Provides: tex-cfr-initials-doc -AutoReqProv: No - -%description cfr-initials-doc -Documentation for cfr-initials - -%package cfr-lm -Provides: tex-cfr-lm = %{tl_version} -License: LPPL 1.3 -Summary: Enhanced support for the Latin Modern fonts -Version: svn36195.1.5 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xkeyval.sty) -Requires: tex(fontenc.sty) -Requires: tex(textcomp.sty) -Requires: tex(nfssext-cfr.sty) -Provides: tex(dotdigits-clm.enc) = %{tl_version} -Provides: tex(t1-clm.enc) = %{tl_version} -Provides: tex(clm.map) = %{tl_version} -Provides: tex(clmb28t10.tfm) = %{tl_version} -Provides: tex(clmb2j8t10.tfm) = %{tl_version} -Provides: tex(clmb2jo8t10.tfm) = %{tl_version} -Provides: tex(clmb2o8t10.tfm) = %{tl_version} -Provides: tex(clmb8t10.tfm) = %{tl_version} -Provides: tex(clmbj8t10.tfm) = %{tl_version} -Provides: tex(clmbjo8t10.tfm) = %{tl_version} -Provides: tex(clmbo8t10.tfm) = %{tl_version} -Provides: tex(clmbx28t10.tfm) = %{tl_version} -Provides: tex(clmbx28t12.tfm) = %{tl_version} -Provides: tex(clmbx28t5.tfm) = %{tl_version} -Provides: tex(clmbx28t6.tfm) = %{tl_version} -Provides: tex(clmbx28t7.tfm) = %{tl_version} -Provides: tex(clmbx28t8.tfm) = %{tl_version} -Provides: tex(clmbx28t9.tfm) = %{tl_version} -Provides: tex(clmbx2i8t10.tfm) = %{tl_version} -Provides: tex(clmbx2ij8t10.tfm) = %{tl_version} -Provides: tex(clmbx2j8t10.tfm) = %{tl_version} -Provides: tex(clmbx2j8t12.tfm) = %{tl_version} -Provides: tex(clmbx2j8t5.tfm) = %{tl_version} -Provides: tex(clmbx2j8t6.tfm) = %{tl_version} -Provides: tex(clmbx2j8t7.tfm) = %{tl_version} -Provides: tex(clmbx2j8t8.tfm) = %{tl_version} -Provides: tex(clmbx2j8t9.tfm) = %{tl_version} -Provides: tex(clmbx2jo8t10.tfm) = %{tl_version} -Provides: tex(clmbx2o8t10.tfm) = %{tl_version} -Provides: tex(clmbx8t10.tfm) = %{tl_version} -Provides: tex(clmbx8t12.tfm) = %{tl_version} -Provides: tex(clmbx8t5.tfm) = %{tl_version} -Provides: tex(clmbx8t6.tfm) = %{tl_version} -Provides: tex(clmbx8t7.tfm) = %{tl_version} -Provides: tex(clmbx8t8.tfm) = %{tl_version} -Provides: tex(clmbx8t9.tfm) = %{tl_version} -Provides: tex(clmbxi8t10.tfm) = %{tl_version} -Provides: tex(clmbxj8t10.tfm) = %{tl_version} -Provides: tex(clmbxj8t12.tfm) = %{tl_version} -Provides: tex(clmbxj8t5.tfm) = %{tl_version} -Provides: tex(clmbxj8t6.tfm) = %{tl_version} -Provides: tex(clmbxj8t7.tfm) = %{tl_version} -Provides: tex(clmbxj8t8.tfm) = %{tl_version} -Provides: tex(clmbxj8t9.tfm) = %{tl_version} -Provides: tex(clmbxji8t10.tfm) = %{tl_version} -Provides: tex(clmbxjo8t10.tfm) = %{tl_version} -Provides: tex(clmbxo8t10.tfm) = %{tl_version} -Provides: tex(clmcsc28t10.tfm) = %{tl_version} -Provides: tex(clmcsc2j8t10.tfm) = %{tl_version} -Provides: tex(clmcsc2jo8t10.tfm) = %{tl_version} -Provides: tex(clmcsc2o8t10.tfm) = %{tl_version} -Provides: tex(clmcsc8t10.tfm) = %{tl_version} -Provides: tex(clmcscj8t10.tfm) = %{tl_version} -Provides: tex(clmcscjo8t10.tfm) = %{tl_version} -Provides: tex(clmcsco8t10.tfm) = %{tl_version} -Provides: tex(clmdun2jo8t10.tfm) = %{tl_version} -Provides: tex(clmdun2o8t10.tfm) = %{tl_version} -Provides: tex(clmdunh28t10.tfm) = %{tl_version} -Provides: tex(clmdunh2j8t10.tfm) = %{tl_version} -Provides: tex(clmdunh8t10.tfm) = %{tl_version} -Provides: tex(clmdunhj8t10.tfm) = %{tl_version} -Provides: tex(clmdunjo8t10.tfm) = %{tl_version} -Provides: tex(clmduno8t10.tfm) = %{tl_version} -Provides: tex(clmr28t10.tfm) = %{tl_version} -Provides: tex(clmr28t12.tfm) = %{tl_version} -Provides: tex(clmr28t17.tfm) = %{tl_version} -Provides: tex(clmr28t5.tfm) = %{tl_version} -Provides: tex(clmr28t6.tfm) = %{tl_version} -Provides: tex(clmr28t7.tfm) = %{tl_version} -Provides: tex(clmr28t8.tfm) = %{tl_version} -Provides: tex(clmr28t9.tfm) = %{tl_version} -Provides: tex(clmr2i8t10.tfm) = %{tl_version} -Provides: tex(clmr2i8t12.tfm) = %{tl_version} -Provides: tex(clmr2i8t7.tfm) = %{tl_version} -Provides: tex(clmr2i8t8.tfm) = %{tl_version} -Provides: tex(clmr2i8t9.tfm) = %{tl_version} -Provides: tex(clmr2ij8t10.tfm) = %{tl_version} -Provides: tex(clmr2ij8t12.tfm) = %{tl_version} -Provides: tex(clmr2ij8t7.tfm) = %{tl_version} -Provides: tex(clmr2ij8t8.tfm) = %{tl_version} -Provides: tex(clmr2ij8t9.tfm) = %{tl_version} -Provides: tex(clmr2j8t10.tfm) = %{tl_version} -Provides: tex(clmr2j8t12.tfm) = %{tl_version} -Provides: tex(clmr2j8t17.tfm) = %{tl_version} -Provides: tex(clmr2j8t5.tfm) = %{tl_version} -Provides: tex(clmr2j8t6.tfm) = %{tl_version} -Provides: tex(clmr2j8t7.tfm) = %{tl_version} -Provides: tex(clmr2j8t8.tfm) = %{tl_version} -Provides: tex(clmr2j8t9.tfm) = %{tl_version} -Provides: tex(clmr2jo8t10.tfm) = %{tl_version} -Provides: tex(clmr2jo8t12.tfm) = %{tl_version} -Provides: tex(clmr2jo8t17.tfm) = %{tl_version} -Provides: tex(clmr2jo8t8.tfm) = %{tl_version} -Provides: tex(clmr2jo8t9.tfm) = %{tl_version} -Provides: tex(clmr2o8t10.tfm) = %{tl_version} -Provides: tex(clmr2o8t12.tfm) = %{tl_version} -Provides: tex(clmr2o8t17.tfm) = %{tl_version} -Provides: tex(clmr2o8t8.tfm) = %{tl_version} -Provides: tex(clmr2o8t9.tfm) = %{tl_version} -Provides: tex(clmr8t10.tfm) = %{tl_version} -Provides: tex(clmr8t12.tfm) = %{tl_version} -Provides: tex(clmr8t17.tfm) = %{tl_version} -Provides: tex(clmr8t5.tfm) = %{tl_version} -Provides: tex(clmr8t6.tfm) = %{tl_version} -Provides: tex(clmr8t7.tfm) = %{tl_version} -Provides: tex(clmr8t8.tfm) = %{tl_version} -Provides: tex(clmr8t9.tfm) = %{tl_version} -Provides: tex(clmri8t10.tfm) = %{tl_version} -Provides: tex(clmri8t12.tfm) = %{tl_version} -Provides: tex(clmri8t7.tfm) = %{tl_version} -Provides: tex(clmri8t8.tfm) = %{tl_version} -Provides: tex(clmri8t9.tfm) = %{tl_version} -Provides: tex(clmrj8t10.tfm) = %{tl_version} -Provides: tex(clmrj8t12.tfm) = %{tl_version} -Provides: tex(clmrj8t17.tfm) = %{tl_version} -Provides: tex(clmrj8t5.tfm) = %{tl_version} -Provides: tex(clmrj8t6.tfm) = %{tl_version} -Provides: tex(clmrj8t7.tfm) = %{tl_version} -Provides: tex(clmrj8t8.tfm) = %{tl_version} -Provides: tex(clmrj8t9.tfm) = %{tl_version} -Provides: tex(clmrji8t10.tfm) = %{tl_version} -Provides: tex(clmrji8t12.tfm) = %{tl_version} -Provides: tex(clmrji8t7.tfm) = %{tl_version} -Provides: tex(clmrji8t8.tfm) = %{tl_version} -Provides: tex(clmrji8t9.tfm) = %{tl_version} -Provides: tex(clmrjo8t10.tfm) = %{tl_version} -Provides: tex(clmrjo8t12.tfm) = %{tl_version} -Provides: tex(clmrjo8t17.tfm) = %{tl_version} -Provides: tex(clmrjo8t8.tfm) = %{tl_version} -Provides: tex(clmrjo8t9.tfm) = %{tl_version} -Provides: tex(clmro8t10.tfm) = %{tl_version} -Provides: tex(clmro8t12.tfm) = %{tl_version} -Provides: tex(clmro8t17.tfm) = %{tl_version} -Provides: tex(clmro8t8.tfm) = %{tl_version} -Provides: tex(clmro8t9.tfm) = %{tl_version} -Provides: tex(clmss28t10.tfm) = %{tl_version} -Provides: tex(clmss28t12.tfm) = %{tl_version} -Provides: tex(clmss28t17.tfm) = %{tl_version} -Provides: tex(clmss28t8.tfm) = %{tl_version} -Provides: tex(clmss28t9.tfm) = %{tl_version} -Provides: tex(clmss2j8t10.tfm) = %{tl_version} -Provides: tex(clmss2j8t12.tfm) = %{tl_version} -Provides: tex(clmss2j8t17.tfm) = %{tl_version} -Provides: tex(clmss2j8t8.tfm) = %{tl_version} -Provides: tex(clmss2j8t9.tfm) = %{tl_version} -Provides: tex(clmss2jo8t10.tfm) = %{tl_version} -Provides: tex(clmss2jo8t12.tfm) = %{tl_version} -Provides: tex(clmss2jo8t17.tfm) = %{tl_version} -Provides: tex(clmss2jo8t8.tfm) = %{tl_version} -Provides: tex(clmss2jo8t9.tfm) = %{tl_version} -Provides: tex(clmss8t10.tfm) = %{tl_version} -Provides: tex(clmss8t12.tfm) = %{tl_version} -Provides: tex(clmss8t17.tfm) = %{tl_version} -Provides: tex(clmss8t8.tfm) = %{tl_version} -Provides: tex(clmss8t9.tfm) = %{tl_version} -Provides: tex(clmssb2jo8t10.tfm) = %{tl_version} -Provides: tex(clmssb2o8t10.tfm) = %{tl_version} -Provides: tex(clmssbjo8t10.tfm) = %{tl_version} -Provides: tex(clmssbo8t10.tfm) = %{tl_version} -Provides: tex(clmssbx28t10.tfm) = %{tl_version} -Provides: tex(clmssbx2j8t10.tfm) = %{tl_version} -Provides: tex(clmssbx8t10.tfm) = %{tl_version} -Provides: tex(clmssbxj8t10.tfm) = %{tl_version} -Provides: tex(clmssd2jo8t10.tfm) = %{tl_version} -Provides: tex(clmssd2o8t10.tfm) = %{tl_version} -Provides: tex(clmssdc28t10.tfm) = %{tl_version} -Provides: tex(clmssdc2j8t10.tfm) = %{tl_version} -Provides: tex(clmssdc8t10.tfm) = %{tl_version} -Provides: tex(clmssdcj8t10.tfm) = %{tl_version} -Provides: tex(clmssdjo8t10.tfm) = %{tl_version} -Provides: tex(clmssdo8t10.tfm) = %{tl_version} -Provides: tex(clmssj8t10.tfm) = %{tl_version} -Provides: tex(clmssj8t12.tfm) = %{tl_version} -Provides: tex(clmssj8t17.tfm) = %{tl_version} -Provides: tex(clmssj8t8.tfm) = %{tl_version} -Provides: tex(clmssj8t9.tfm) = %{tl_version} -Provides: tex(clmssjo8t10.tfm) = %{tl_version} -Provides: tex(clmssjo8t12.tfm) = %{tl_version} -Provides: tex(clmssjo8t17.tfm) = %{tl_version} -Provides: tex(clmssjo8t8.tfm) = %{tl_version} -Provides: tex(clmssjo8t9.tfm) = %{tl_version} -Provides: tex(clmsso28t10.tfm) = %{tl_version} -Provides: tex(clmsso28t12.tfm) = %{tl_version} -Provides: tex(clmsso28t17.tfm) = %{tl_version} -Provides: tex(clmsso28t8.tfm) = %{tl_version} -Provides: tex(clmsso28t9.tfm) = %{tl_version} -Provides: tex(clmsso8t10.tfm) = %{tl_version} -Provides: tex(clmsso8t12.tfm) = %{tl_version} -Provides: tex(clmsso8t17.tfm) = %{tl_version} -Provides: tex(clmsso8t8.tfm) = %{tl_version} -Provides: tex(clmsso8t9.tfm) = %{tl_version} -Provides: tex(clmssq28t8.tfm) = %{tl_version} -Provides: tex(clmssq2j8t8.tfm) = %{tl_version} -Provides: tex(clmssq2jo8t8.tfm) = %{tl_version} -Provides: tex(clmssq2o8t8.tfm) = %{tl_version} -Provides: tex(clmssq8t8.tfm) = %{tl_version} -Provides: tex(clmssqb2jo8t8.tfm) = %{tl_version} -Provides: tex(clmssqb2o8t8.tfm) = %{tl_version} -Provides: tex(clmssqbjo8t8.tfm) = %{tl_version} -Provides: tex(clmssqbo8t8.tfm) = %{tl_version} -Provides: tex(clmssqbx28t8.tfm) = %{tl_version} -Provides: tex(clmssqbx2j8t8.tfm) = %{tl_version} -Provides: tex(clmssqbx8t8.tfm) = %{tl_version} -Provides: tex(clmssqbxj8t8.tfm) = %{tl_version} -Provides: tex(clmssqj8t8.tfm) = %{tl_version} -Provides: tex(clmssqjo8t8.tfm) = %{tl_version} -Provides: tex(clmssqo8t8.tfm) = %{tl_version} -Provides: tex(clmtcsc8t10.tfm) = %{tl_version} -Provides: tex(clmtcscj8t10.tfm) = %{tl_version} -Provides: tex(clmtcsjo8t10.tfm) = %{tl_version} -Provides: tex(clmtcso8t10.tfm) = %{tl_version} -Provides: tex(clmtk8t10.tfm) = %{tl_version} -Provides: tex(clmtkj8t10.tfm) = %{tl_version} -Provides: tex(clmtkjo8t10.tfm) = %{tl_version} -Provides: tex(clmtko8t10.tfm) = %{tl_version} -Provides: tex(clmtl8t10.tfm) = %{tl_version} -Provides: tex(clmtlc8t10.tfm) = %{tl_version} -Provides: tex(clmtlcj8t10.tfm) = %{tl_version} -Provides: tex(clmtlcjo8t10.tfm) = %{tl_version} -Provides: tex(clmtlco8t10.tfm) = %{tl_version} -Provides: tex(clmtlj8t10.tfm) = %{tl_version} -Provides: tex(clmtljo8t10.tfm) = %{tl_version} -Provides: tex(clmtlo8t10.tfm) = %{tl_version} -Provides: tex(clmtt8t10.tfm) = %{tl_version} -Provides: tex(clmtt8t12.tfm) = %{tl_version} -Provides: tex(clmtt8t8.tfm) = %{tl_version} -Provides: tex(clmtt8t9.tfm) = %{tl_version} -Provides: tex(clmtti8t10.tfm) = %{tl_version} -Provides: tex(clmttij8t10.tfm) = %{tl_version} -Provides: tex(clmttj8t10.tfm) = %{tl_version} -Provides: tex(clmttj8t12.tfm) = %{tl_version} -Provides: tex(clmttj8t8.tfm) = %{tl_version} -Provides: tex(clmttj8t9.tfm) = %{tl_version} -Provides: tex(clmttjo8t10.tfm) = %{tl_version} -Provides: tex(clmtto8t10.tfm) = %{tl_version} -Provides: tex(clmu28t10.tfm) = %{tl_version} -Provides: tex(clmu2j8t10.tfm) = %{tl_version} -Provides: tex(clmu8t10.tfm) = %{tl_version} -Provides: tex(clmuj8t10.tfm) = %{tl_version} -Provides: tex(clmvtk28t10.tfm) = %{tl_version} -Provides: tex(clmvtk2j8t10.tfm) = %{tl_version} -Provides: tex(clmvtk2jo8t10.tfm) = %{tl_version} -Provides: tex(clmvtk2o8t10.tfm) = %{tl_version} -Provides: tex(clmvtk8t10.tfm) = %{tl_version} -Provides: tex(clmvtkj8t10.tfm) = %{tl_version} -Provides: tex(clmvtkjo8t10.tfm) = %{tl_version} -Provides: tex(clmvtko8t10.tfm) = %{tl_version} -Provides: tex(clmvtl28t10.tfm) = %{tl_version} -Provides: tex(clmvtl2j8t10.tfm) = %{tl_version} -Provides: tex(clmvtl2jo8t10.tfm) = %{tl_version} -Provides: tex(clmvtl2o8t10.tfm) = %{tl_version} -Provides: tex(clmvtl8t10.tfm) = %{tl_version} -Provides: tex(clmvtlj8t10.tfm) = %{tl_version} -Provides: tex(clmvtljo8t10.tfm) = %{tl_version} -Provides: tex(clmvtlo8t10.tfm) = %{tl_version} -Provides: tex(clmvtt28t10.tfm) = %{tl_version} -Provides: tex(clmvtt2j8t10.tfm) = %{tl_version} -Provides: tex(clmvtt2jo8t10.tfm) = %{tl_version} -Provides: tex(clmvtt2o8t10.tfm) = %{tl_version} -Provides: tex(clmvtt8t10.tfm) = %{tl_version} -Provides: tex(clmvttj8t10.tfm) = %{tl_version} -Provides: tex(clmvttjo8t10.tfm) = %{tl_version} -Provides: tex(clmvtto8t10.tfm) = %{tl_version} -Provides: tex(dd-lmb10.tfm) = %{tl_version} -Provides: tex(dd-lmbo10.tfm) = %{tl_version} -Provides: tex(dd-lmbx10.tfm) = %{tl_version} -Provides: tex(dd-lmbx12.tfm) = %{tl_version} -Provides: tex(dd-lmbx5.tfm) = %{tl_version} -Provides: tex(dd-lmbx6.tfm) = %{tl_version} -Provides: tex(dd-lmbx7.tfm) = %{tl_version} -Provides: tex(dd-lmbx8.tfm) = %{tl_version} -Provides: tex(dd-lmbx9.tfm) = %{tl_version} -Provides: tex(dd-lmbxi10.tfm) = %{tl_version} -Provides: tex(dd-lmbxo10.tfm) = %{tl_version} -Provides: tex(dd-lmcsc10.tfm) = %{tl_version} -Provides: tex(dd-lmcsco10.tfm) = %{tl_version} -Provides: tex(dd-lmdunh10.tfm) = %{tl_version} -Provides: tex(dd-lmduno10.tfm) = %{tl_version} -Provides: tex(dd-lmr10.tfm) = %{tl_version} -Provides: tex(dd-lmr12.tfm) = %{tl_version} -Provides: tex(dd-lmr17.tfm) = %{tl_version} -Provides: tex(dd-lmr5.tfm) = %{tl_version} -Provides: tex(dd-lmr6.tfm) = %{tl_version} -Provides: tex(dd-lmr7.tfm) = %{tl_version} -Provides: tex(dd-lmr8.tfm) = %{tl_version} -Provides: tex(dd-lmr9.tfm) = %{tl_version} -Provides: tex(dd-lmri10.tfm) = %{tl_version} -Provides: tex(dd-lmri12.tfm) = %{tl_version} -Provides: tex(dd-lmri7.tfm) = %{tl_version} -Provides: tex(dd-lmri8.tfm) = %{tl_version} -Provides: tex(dd-lmri9.tfm) = %{tl_version} -Provides: tex(dd-lmro10.tfm) = %{tl_version} -Provides: tex(dd-lmro12.tfm) = %{tl_version} -Provides: tex(dd-lmro17.tfm) = %{tl_version} -Provides: tex(dd-lmro8.tfm) = %{tl_version} -Provides: tex(dd-lmro9.tfm) = %{tl_version} -Provides: tex(dd-lmss10.tfm) = %{tl_version} -Provides: tex(dd-lmss12.tfm) = %{tl_version} -Provides: tex(dd-lmss17.tfm) = %{tl_version} -Provides: tex(dd-lmss8.tfm) = %{tl_version} -Provides: tex(dd-lmss9.tfm) = %{tl_version} -Provides: tex(dd-lmssbo10.tfm) = %{tl_version} -Provides: tex(dd-lmssbx10.tfm) = %{tl_version} -Provides: tex(dd-lmssdc10.tfm) = %{tl_version} -Provides: tex(dd-lmssdo10.tfm) = %{tl_version} -Provides: tex(dd-lmsso10.tfm) = %{tl_version} -Provides: tex(dd-lmsso12.tfm) = %{tl_version} -Provides: tex(dd-lmsso17.tfm) = %{tl_version} -Provides: tex(dd-lmsso8.tfm) = %{tl_version} -Provides: tex(dd-lmsso9.tfm) = %{tl_version} -Provides: tex(dd-lmssq8.tfm) = %{tl_version} -Provides: tex(dd-lmssqbo8.tfm) = %{tl_version} -Provides: tex(dd-lmssqbx8.tfm) = %{tl_version} -Provides: tex(dd-lmssqo8.tfm) = %{tl_version} -Provides: tex(dd-lmtcsc10.tfm) = %{tl_version} -Provides: tex(dd-lmtcso10.tfm) = %{tl_version} -Provides: tex(dd-lmtk10.tfm) = %{tl_version} -Provides: tex(dd-lmtko10.tfm) = %{tl_version} -Provides: tex(dd-lmtl10.tfm) = %{tl_version} -Provides: tex(dd-lmtlc10.tfm) = %{tl_version} -Provides: tex(dd-lmtlco10.tfm) = %{tl_version} -Provides: tex(dd-lmtlo10.tfm) = %{tl_version} -Provides: tex(dd-lmtt10.tfm) = %{tl_version} -Provides: tex(dd-lmtt12.tfm) = %{tl_version} -Provides: tex(dd-lmtt8.tfm) = %{tl_version} -Provides: tex(dd-lmtt9.tfm) = %{tl_version} -Provides: tex(dd-lmtti10.tfm) = %{tl_version} -Provides: tex(dd-lmtto10.tfm) = %{tl_version} -Provides: tex(dd-lmu10.tfm) = %{tl_version} -Provides: tex(dd-lmvtk10.tfm) = %{tl_version} -Provides: tex(dd-lmvtko10.tfm) = %{tl_version} -Provides: tex(dd-lmvtl10.tfm) = %{tl_version} -Provides: tex(dd-lmvtlo10.tfm) = %{tl_version} -Provides: tex(dd-lmvtt10.tfm) = %{tl_version} -Provides: tex(dd-lmvtto10.tfm) = %{tl_version} -Provides: tex(lmb8ttl10.tfm) = %{tl_version} -Provides: tex(lmbo8ttl10.tfm) = %{tl_version} -Provides: tex(lmbx8ttl10.tfm) = %{tl_version} -Provides: tex(lmbx8ttl12.tfm) = %{tl_version} -Provides: tex(lmbx8ttl5.tfm) = %{tl_version} -Provides: tex(lmbx8ttl6.tfm) = %{tl_version} -Provides: tex(lmbx8ttl7.tfm) = %{tl_version} -Provides: tex(lmbx8ttl8.tfm) = %{tl_version} -Provides: tex(lmbx8ttl9.tfm) = %{tl_version} -Provides: tex(lmbxi8ttl10.tfm) = %{tl_version} -Provides: tex(lmbxo8ttl10.tfm) = %{tl_version} -Provides: tex(lmcsc8ttl10.tfm) = %{tl_version} -Provides: tex(lmcsco8ttl10.tfm) = %{tl_version} -Provides: tex(lmdunh8ttl10.tfm) = %{tl_version} -Provides: tex(lmduno8ttl10.tfm) = %{tl_version} -Provides: tex(lmr8ttl10.tfm) = %{tl_version} -Provides: tex(lmr8ttl12.tfm) = %{tl_version} -Provides: tex(lmr8ttl17.tfm) = %{tl_version} -Provides: tex(lmr8ttl5.tfm) = %{tl_version} -Provides: tex(lmr8ttl6.tfm) = %{tl_version} -Provides: tex(lmr8ttl7.tfm) = %{tl_version} -Provides: tex(lmr8ttl8.tfm) = %{tl_version} -Provides: tex(lmr8ttl9.tfm) = %{tl_version} -Provides: tex(lmri8ttl10.tfm) = %{tl_version} -Provides: tex(lmri8ttl12.tfm) = %{tl_version} -Provides: tex(lmri8ttl7.tfm) = %{tl_version} -Provides: tex(lmri8ttl8.tfm) = %{tl_version} -Provides: tex(lmri8ttl9.tfm) = %{tl_version} -Provides: tex(lmro8ttl10.tfm) = %{tl_version} -Provides: tex(lmro8ttl12.tfm) = %{tl_version} -Provides: tex(lmro8ttl17.tfm) = %{tl_version} -Provides: tex(lmro8ttl8.tfm) = %{tl_version} -Provides: tex(lmro8ttl9.tfm) = %{tl_version} -Provides: tex(lmss8ttl10.tfm) = %{tl_version} -Provides: tex(lmss8ttl12.tfm) = %{tl_version} -Provides: tex(lmss8ttl17.tfm) = %{tl_version} -Provides: tex(lmss8ttl8.tfm) = %{tl_version} -Provides: tex(lmss8ttl9.tfm) = %{tl_version} -Provides: tex(lmssbo8ttl10.tfm) = %{tl_version} -Provides: tex(lmssbx8ttl10.tfm) = %{tl_version} -Provides: tex(lmssdc8ttl10.tfm) = %{tl_version} -Provides: tex(lmssdo8ttl10.tfm) = %{tl_version} -Provides: tex(lmsso8ttl10.tfm) = %{tl_version} -Provides: tex(lmsso8ttl12.tfm) = %{tl_version} -Provides: tex(lmsso8ttl17.tfm) = %{tl_version} -Provides: tex(lmsso8ttl8.tfm) = %{tl_version} -Provides: tex(lmsso8ttl9.tfm) = %{tl_version} -Provides: tex(lmssq8ttl8.tfm) = %{tl_version} -Provides: tex(lmssqbo8ttl8.tfm) = %{tl_version} -Provides: tex(lmssqbx8ttl8.tfm) = %{tl_version} -Provides: tex(lmssqo8ttl8.tfm) = %{tl_version} -Provides: tex(lmtcsc8ttl10.tfm) = %{tl_version} -Provides: tex(lmtcso8ttl10.tfm) = %{tl_version} -Provides: tex(lmtk8ttl10.tfm) = %{tl_version} -Provides: tex(lmtko8ttl10.tfm) = %{tl_version} -Provides: tex(lmtl8ttl10.tfm) = %{tl_version} -Provides: tex(lmtlc8ttl10.tfm) = %{tl_version} -Provides: tex(lmtlco8ttl10.tfm) = %{tl_version} -Provides: tex(lmtlo8ttl10.tfm) = %{tl_version} -Provides: tex(lmtt8ttl10.tfm) = %{tl_version} -Provides: tex(lmtt8ttl12.tfm) = %{tl_version} -Provides: tex(lmtt8ttl8.tfm) = %{tl_version} -Provides: tex(lmtt8ttl9.tfm) = %{tl_version} -Provides: tex(lmtti8ttl10.tfm) = %{tl_version} -Provides: tex(lmtto8ttl10.tfm) = %{tl_version} -Provides: tex(lmu8ttl10.tfm) = %{tl_version} -Provides: tex(lmvtk8ttl10.tfm) = %{tl_version} -Provides: tex(lmvtko8ttl10.tfm) = %{tl_version} -Provides: tex(lmvtl8ttl10.tfm) = %{tl_version} -Provides: tex(lmvtlo8ttl10.tfm) = %{tl_version} -Provides: tex(lmvtt8ttl10.tfm) = %{tl_version} -Provides: tex(lmvtto8ttl10.tfm) = %{tl_version} -Provides: tex(u-clmb10.tfm) = %{tl_version} -Provides: tex(u-clmbo10.tfm) = %{tl_version} -Provides: tex(u-clmbx10.tfm) = %{tl_version} -Provides: tex(u-clmbx12.tfm) = %{tl_version} -Provides: tex(u-clmbx5.tfm) = %{tl_version} -Provides: tex(u-clmbx6.tfm) = %{tl_version} -Provides: tex(u-clmbx7.tfm) = %{tl_version} -Provides: tex(u-clmbx8.tfm) = %{tl_version} -Provides: tex(u-clmbx9.tfm) = %{tl_version} -Provides: tex(u-clmbxi10.tfm) = %{tl_version} -Provides: tex(u-clmbxo10.tfm) = %{tl_version} -Provides: tex(u-clmcsc10.tfm) = %{tl_version} -Provides: tex(u-clmcsco10.tfm) = %{tl_version} -Provides: tex(u-clmdunh10.tfm) = %{tl_version} -Provides: tex(u-clmduno10.tfm) = %{tl_version} -Provides: tex(u-clmr10.tfm) = %{tl_version} -Provides: tex(u-clmr12.tfm) = %{tl_version} -Provides: tex(u-clmr17.tfm) = %{tl_version} -Provides: tex(u-clmr5.tfm) = %{tl_version} -Provides: tex(u-clmr6.tfm) = %{tl_version} -Provides: tex(u-clmr7.tfm) = %{tl_version} -Provides: tex(u-clmr8.tfm) = %{tl_version} -Provides: tex(u-clmr9.tfm) = %{tl_version} -Provides: tex(u-clmri10.tfm) = %{tl_version} -Provides: tex(u-clmri12.tfm) = %{tl_version} -Provides: tex(u-clmri7.tfm) = %{tl_version} -Provides: tex(u-clmri8.tfm) = %{tl_version} -Provides: tex(u-clmri9.tfm) = %{tl_version} -Provides: tex(u-clmro10.tfm) = %{tl_version} -Provides: tex(u-clmro12.tfm) = %{tl_version} -Provides: tex(u-clmro17.tfm) = %{tl_version} -Provides: tex(u-clmro8.tfm) = %{tl_version} -Provides: tex(u-clmro9.tfm) = %{tl_version} -Provides: tex(u-clmss10.tfm) = %{tl_version} -Provides: tex(u-clmss12.tfm) = %{tl_version} -Provides: tex(u-clmss17.tfm) = %{tl_version} -Provides: tex(u-clmss8.tfm) = %{tl_version} -Provides: tex(u-clmss9.tfm) = %{tl_version} -Provides: tex(u-clmssbo10.tfm) = %{tl_version} -Provides: tex(u-clmssbx10.tfm) = %{tl_version} -Provides: tex(u-clmssdc10.tfm) = %{tl_version} -Provides: tex(u-clmssdo10.tfm) = %{tl_version} -Provides: tex(u-clmsso10.tfm) = %{tl_version} -Provides: tex(u-clmsso12.tfm) = %{tl_version} -Provides: tex(u-clmsso17.tfm) = %{tl_version} -Provides: tex(u-clmsso8.tfm) = %{tl_version} -Provides: tex(u-clmsso9.tfm) = %{tl_version} -Provides: tex(u-clmssq8.tfm) = %{tl_version} -Provides: tex(u-clmssqbo8.tfm) = %{tl_version} -Provides: tex(u-clmssqbx8.tfm) = %{tl_version} -Provides: tex(u-clmssqo8.tfm) = %{tl_version} -Provides: tex(u-clmtcsc10.tfm) = %{tl_version} -Provides: tex(u-clmtcso10.tfm) = %{tl_version} -Provides: tex(u-clmtk10.tfm) = %{tl_version} -Provides: tex(u-clmtko10.tfm) = %{tl_version} -Provides: tex(u-clmtl10.tfm) = %{tl_version} -Provides: tex(u-clmtlc10.tfm) = %{tl_version} -Provides: tex(u-clmtlco10.tfm) = %{tl_version} -Provides: tex(u-clmtlo10.tfm) = %{tl_version} -Provides: tex(u-clmtt10.tfm) = %{tl_version} -Provides: tex(u-clmtt12.tfm) = %{tl_version} -Provides: tex(u-clmtt8.tfm) = %{tl_version} -Provides: tex(u-clmtt9.tfm) = %{tl_version} -Provides: tex(u-clmtti10.tfm) = %{tl_version} -Provides: tex(u-clmtto10.tfm) = %{tl_version} -Provides: tex(u-clmu10.tfm) = %{tl_version} -Provides: tex(u-clmvtk10.tfm) = %{tl_version} -Provides: tex(u-clmvtko10.tfm) = %{tl_version} -Provides: tex(u-clmvtl10.tfm) = %{tl_version} -Provides: tex(u-clmvtlo10.tfm) = %{tl_version} -Provides: tex(u-clmvtt10.tfm) = %{tl_version} -Provides: tex(u-clmvtto10.tfm) = %{tl_version} -Provides: tex(clmb28t10.vf) = %{tl_version} -Provides: tex(clmb2j8t10.vf) = %{tl_version} -Provides: tex(clmb2jo8t10.vf) = %{tl_version} -Provides: tex(clmb2o8t10.vf) = %{tl_version} -Provides: tex(clmb8t10.vf) = %{tl_version} -Provides: tex(clmbj8t10.vf) = %{tl_version} -Provides: tex(clmbjo8t10.vf) = %{tl_version} -Provides: tex(clmbo8t10.vf) = %{tl_version} -Provides: tex(clmbx28t10.vf) = %{tl_version} -Provides: tex(clmbx28t12.vf) = %{tl_version} -Provides: tex(clmbx28t5.vf) = %{tl_version} -Provides: tex(clmbx28t6.vf) = %{tl_version} -Provides: tex(clmbx28t7.vf) = %{tl_version} -Provides: tex(clmbx28t8.vf) = %{tl_version} -Provides: tex(clmbx28t9.vf) = %{tl_version} -Provides: tex(clmbx2i8t10.vf) = %{tl_version} -Provides: tex(clmbx2ij8t10.vf) = %{tl_version} -Provides: tex(clmbx2j8t10.vf) = %{tl_version} -Provides: tex(clmbx2j8t12.vf) = %{tl_version} -Provides: tex(clmbx2j8t5.vf) = %{tl_version} -Provides: tex(clmbx2j8t6.vf) = %{tl_version} -Provides: tex(clmbx2j8t7.vf) = %{tl_version} -Provides: tex(clmbx2j8t8.vf) = %{tl_version} -Provides: tex(clmbx2j8t9.vf) = %{tl_version} -Provides: tex(clmbx2jo8t10.vf) = %{tl_version} -Provides: tex(clmbx2o8t10.vf) = %{tl_version} -Provides: tex(clmbx8t10.vf) = %{tl_version} -Provides: tex(clmbx8t12.vf) = %{tl_version} -Provides: tex(clmbx8t5.vf) = %{tl_version} -Provides: tex(clmbx8t6.vf) = %{tl_version} -Provides: tex(clmbx8t7.vf) = %{tl_version} -Provides: tex(clmbx8t8.vf) = %{tl_version} -Provides: tex(clmbx8t9.vf) = %{tl_version} -Provides: tex(clmbxi8t10.vf) = %{tl_version} -Provides: tex(clmbxj8t10.vf) = %{tl_version} -Provides: tex(clmbxj8t12.vf) = %{tl_version} -Provides: tex(clmbxj8t5.vf) = %{tl_version} -Provides: tex(clmbxj8t6.vf) = %{tl_version} -Provides: tex(clmbxj8t7.vf) = %{tl_version} -Provides: tex(clmbxj8t8.vf) = %{tl_version} -Provides: tex(clmbxj8t9.vf) = %{tl_version} -Provides: tex(clmbxji8t10.vf) = %{tl_version} -Provides: tex(clmbxjo8t10.vf) = %{tl_version} -Provides: tex(clmbxo8t10.vf) = %{tl_version} -Provides: tex(clmcsc28t10.vf) = %{tl_version} -Provides: tex(clmcsc2j8t10.vf) = %{tl_version} -Provides: tex(clmcsc2jo8t10.vf) = %{tl_version} -Provides: tex(clmcsc2o8t10.vf) = %{tl_version} -Provides: tex(clmcsc8t10.vf) = %{tl_version} -Provides: tex(clmcscj8t10.vf) = %{tl_version} -Provides: tex(clmcscjo8t10.vf) = %{tl_version} -Provides: tex(clmcsco8t10.vf) = %{tl_version} -Provides: tex(clmdun2jo8t10.vf) = %{tl_version} -Provides: tex(clmdun2o8t10.vf) = %{tl_version} -Provides: tex(clmdunh28t10.vf) = %{tl_version} -Provides: tex(clmdunh2j8t10.vf) = %{tl_version} -Provides: tex(clmdunh8t10.vf) = %{tl_version} -Provides: tex(clmdunhj8t10.vf) = %{tl_version} -Provides: tex(clmdunjo8t10.vf) = %{tl_version} -Provides: tex(clmduno8t10.vf) = %{tl_version} -Provides: tex(clmr28t10.vf) = %{tl_version} -Provides: tex(clmr28t12.vf) = %{tl_version} -Provides: tex(clmr28t17.vf) = %{tl_version} -Provides: tex(clmr28t5.vf) = %{tl_version} -Provides: tex(clmr28t6.vf) = %{tl_version} -Provides: tex(clmr28t7.vf) = %{tl_version} -Provides: tex(clmr28t8.vf) = %{tl_version} -Provides: tex(clmr28t9.vf) = %{tl_version} -Provides: tex(clmr2i8t10.vf) = %{tl_version} -Provides: tex(clmr2i8t12.vf) = %{tl_version} -Provides: tex(clmr2i8t7.vf) = %{tl_version} -Provides: tex(clmr2i8t8.vf) = %{tl_version} -Provides: tex(clmr2i8t9.vf) = %{tl_version} -Provides: tex(clmr2ij8t10.vf) = %{tl_version} -Provides: tex(clmr2ij8t12.vf) = %{tl_version} -Provides: tex(clmr2ij8t7.vf) = %{tl_version} -Provides: tex(clmr2ij8t8.vf) = %{tl_version} -Provides: tex(clmr2ij8t9.vf) = %{tl_version} -Provides: tex(clmr2j8t10.vf) = %{tl_version} -Provides: tex(clmr2j8t12.vf) = %{tl_version} -Provides: tex(clmr2j8t17.vf) = %{tl_version} -Provides: tex(clmr2j8t5.vf) = %{tl_version} -Provides: tex(clmr2j8t6.vf) = %{tl_version} -Provides: tex(clmr2j8t7.vf) = %{tl_version} -Provides: tex(clmr2j8t8.vf) = %{tl_version} -Provides: tex(clmr2j8t9.vf) = %{tl_version} -Provides: tex(clmr2jo8t10.vf) = %{tl_version} -Provides: tex(clmr2jo8t12.vf) = %{tl_version} -Provides: tex(clmr2jo8t17.vf) = %{tl_version} -Provides: tex(clmr2jo8t8.vf) = %{tl_version} -Provides: tex(clmr2jo8t9.vf) = %{tl_version} -Provides: tex(clmr2o8t10.vf) = %{tl_version} -Provides: tex(clmr2o8t12.vf) = %{tl_version} -Provides: tex(clmr2o8t17.vf) = %{tl_version} -Provides: tex(clmr2o8t8.vf) = %{tl_version} -Provides: tex(clmr2o8t9.vf) = %{tl_version} -Provides: tex(clmr8t10.vf) = %{tl_version} -Provides: tex(clmr8t12.vf) = %{tl_version} -Provides: tex(clmr8t17.vf) = %{tl_version} -Provides: tex(clmr8t5.vf) = %{tl_version} -Provides: tex(clmr8t6.vf) = %{tl_version} -Provides: tex(clmr8t7.vf) = %{tl_version} -Provides: tex(clmr8t8.vf) = %{tl_version} -Provides: tex(clmr8t9.vf) = %{tl_version} -Provides: tex(clmri8t10.vf) = %{tl_version} -Provides: tex(clmri8t12.vf) = %{tl_version} -Provides: tex(clmri8t7.vf) = %{tl_version} -Provides: tex(clmri8t8.vf) = %{tl_version} -Provides: tex(clmri8t9.vf) = %{tl_version} -Provides: tex(clmrj8t10.vf) = %{tl_version} -Provides: tex(clmrj8t12.vf) = %{tl_version} -Provides: tex(clmrj8t17.vf) = %{tl_version} -Provides: tex(clmrj8t5.vf) = %{tl_version} -Provides: tex(clmrj8t6.vf) = %{tl_version} -Provides: tex(clmrj8t7.vf) = %{tl_version} -Provides: tex(clmrj8t8.vf) = %{tl_version} -Provides: tex(clmrj8t9.vf) = %{tl_version} -Provides: tex(clmrji8t10.vf) = %{tl_version} -Provides: tex(clmrji8t12.vf) = %{tl_version} -Provides: tex(clmrji8t7.vf) = %{tl_version} -Provides: tex(clmrji8t8.vf) = %{tl_version} -Provides: tex(clmrji8t9.vf) = %{tl_version} -Provides: tex(clmrjo8t10.vf) = %{tl_version} -Provides: tex(clmrjo8t12.vf) = %{tl_version} -Provides: tex(clmrjo8t17.vf) = %{tl_version} -Provides: tex(clmrjo8t8.vf) = %{tl_version} -Provides: tex(clmrjo8t9.vf) = %{tl_version} -Provides: tex(clmro8t10.vf) = %{tl_version} -Provides: tex(clmro8t12.vf) = %{tl_version} -Provides: tex(clmro8t17.vf) = %{tl_version} -Provides: tex(clmro8t8.vf) = %{tl_version} -Provides: tex(clmro8t9.vf) = %{tl_version} -Provides: tex(clmss28t10.vf) = %{tl_version} -Provides: tex(clmss28t12.vf) = %{tl_version} -Provides: tex(clmss28t17.vf) = %{tl_version} -Provides: tex(clmss28t8.vf) = %{tl_version} -Provides: tex(clmss28t9.vf) = %{tl_version} -Provides: tex(clmss2j8t10.vf) = %{tl_version} -Provides: tex(clmss2j8t12.vf) = %{tl_version} -Provides: tex(clmss2j8t17.vf) = %{tl_version} -Provides: tex(clmss2j8t8.vf) = %{tl_version} -Provides: tex(clmss2j8t9.vf) = %{tl_version} -Provides: tex(clmss2jo8t10.vf) = %{tl_version} -Provides: tex(clmss2jo8t12.vf) = %{tl_version} -Provides: tex(clmss2jo8t17.vf) = %{tl_version} -Provides: tex(clmss2jo8t8.vf) = %{tl_version} -Provides: tex(clmss2jo8t9.vf) = %{tl_version} -Provides: tex(clmss8t10.vf) = %{tl_version} -Provides: tex(clmss8t12.vf) = %{tl_version} -Provides: tex(clmss8t17.vf) = %{tl_version} -Provides: tex(clmss8t8.vf) = %{tl_version} -Provides: tex(clmss8t9.vf) = %{tl_version} -Provides: tex(clmssb2jo8t10.vf) = %{tl_version} -Provides: tex(clmssb2o8t10.vf) = %{tl_version} -Provides: tex(clmssbjo8t10.vf) = %{tl_version} -Provides: tex(clmssbo8t10.vf) = %{tl_version} -Provides: tex(clmssbx28t10.vf) = %{tl_version} -Provides: tex(clmssbx2j8t10.vf) = %{tl_version} -Provides: tex(clmssbx8t10.vf) = %{tl_version} -Provides: tex(clmssbxj8t10.vf) = %{tl_version} -Provides: tex(clmssd2jo8t10.vf) = %{tl_version} -Provides: tex(clmssd2o8t10.vf) = %{tl_version} -Provides: tex(clmssdc28t10.vf) = %{tl_version} -Provides: tex(clmssdc2j8t10.vf) = %{tl_version} -Provides: tex(clmssdc8t10.vf) = %{tl_version} -Provides: tex(clmssdcj8t10.vf) = %{tl_version} -Provides: tex(clmssdjo8t10.vf) = %{tl_version} -Provides: tex(clmssdo8t10.vf) = %{tl_version} -Provides: tex(clmssj8t10.vf) = %{tl_version} -Provides: tex(clmssj8t12.vf) = %{tl_version} -Provides: tex(clmssj8t17.vf) = %{tl_version} -Provides: tex(clmssj8t8.vf) = %{tl_version} -Provides: tex(clmssj8t9.vf) = %{tl_version} -Provides: tex(clmssjo8t10.vf) = %{tl_version} -Provides: tex(clmssjo8t12.vf) = %{tl_version} -Provides: tex(clmssjo8t17.vf) = %{tl_version} -Provides: tex(clmssjo8t8.vf) = %{tl_version} -Provides: tex(clmssjo8t9.vf) = %{tl_version} -Provides: tex(clmsso28t10.vf) = %{tl_version} -Provides: tex(clmsso28t12.vf) = %{tl_version} -Provides: tex(clmsso28t17.vf) = %{tl_version} -Provides: tex(clmsso28t8.vf) = %{tl_version} -Provides: tex(clmsso28t9.vf) = %{tl_version} -Provides: tex(clmsso8t10.vf) = %{tl_version} -Provides: tex(clmsso8t12.vf) = %{tl_version} -Provides: tex(clmsso8t17.vf) = %{tl_version} -Provides: tex(clmsso8t8.vf) = %{tl_version} -Provides: tex(clmsso8t9.vf) = %{tl_version} -Provides: tex(clmssq28t8.vf) = %{tl_version} -Provides: tex(clmssq2j8t8.vf) = %{tl_version} -Provides: tex(clmssq2jo8t8.vf) = %{tl_version} -Provides: tex(clmssq2o8t8.vf) = %{tl_version} -Provides: tex(clmssq8t8.vf) = %{tl_version} -Provides: tex(clmssqb2jo8t8.vf) = %{tl_version} -Provides: tex(clmssqb2o8t8.vf) = %{tl_version} -Provides: tex(clmssqbjo8t8.vf) = %{tl_version} -Provides: tex(clmssqbo8t8.vf) = %{tl_version} -Provides: tex(clmssqbx28t8.vf) = %{tl_version} -Provides: tex(clmssqbx2j8t8.vf) = %{tl_version} -Provides: tex(clmssqbx8t8.vf) = %{tl_version} -Provides: tex(clmssqbxj8t8.vf) = %{tl_version} -Provides: tex(clmssqj8t8.vf) = %{tl_version} -Provides: tex(clmssqjo8t8.vf) = %{tl_version} -Provides: tex(clmssqo8t8.vf) = %{tl_version} -Provides: tex(clmtcsc8t10.vf) = %{tl_version} -Provides: tex(clmtcscj8t10.vf) = %{tl_version} -Provides: tex(clmtcsjo8t10.vf) = %{tl_version} -Provides: tex(clmtcso8t10.vf) = %{tl_version} -Provides: tex(clmtk8t10.vf) = %{tl_version} -Provides: tex(clmtkj8t10.vf) = %{tl_version} -Provides: tex(clmtkjo8t10.vf) = %{tl_version} -Provides: tex(clmtko8t10.vf) = %{tl_version} -Provides: tex(clmtl8t10.vf) = %{tl_version} -Provides: tex(clmtlc8t10.vf) = %{tl_version} -Provides: tex(clmtlcj8t10.vf) = %{tl_version} -Provides: tex(clmtlcjo8t10.vf) = %{tl_version} -Provides: tex(clmtlco8t10.vf) = %{tl_version} -Provides: tex(clmtlj8t10.vf) = %{tl_version} -Provides: tex(clmtljo8t10.vf) = %{tl_version} -Provides: tex(clmtlo8t10.vf) = %{tl_version} -Provides: tex(clmtt8t10.vf) = %{tl_version} -Provides: tex(clmtt8t12.vf) = %{tl_version} -Provides: tex(clmtt8t8.vf) = %{tl_version} -Provides: tex(clmtt8t9.vf) = %{tl_version} -Provides: tex(clmtti8t10.vf) = %{tl_version} -Provides: tex(clmttij8t10.vf) = %{tl_version} -Provides: tex(clmttj8t10.vf) = %{tl_version} -Provides: tex(clmttj8t12.vf) = %{tl_version} -Provides: tex(clmttj8t8.vf) = %{tl_version} -Provides: tex(clmttj8t9.vf) = %{tl_version} -Provides: tex(clmttjo8t10.vf) = %{tl_version} -Provides: tex(clmtto8t10.vf) = %{tl_version} -Provides: tex(clmu28t10.vf) = %{tl_version} -Provides: tex(clmu2j8t10.vf) = %{tl_version} -Provides: tex(clmu8t10.vf) = %{tl_version} -Provides: tex(clmuj8t10.vf) = %{tl_version} -Provides: tex(clmvtk28t10.vf) = %{tl_version} -Provides: tex(clmvtk2j8t10.vf) = %{tl_version} -Provides: tex(clmvtk2jo8t10.vf) = %{tl_version} -Provides: tex(clmvtk2o8t10.vf) = %{tl_version} -Provides: tex(clmvtk8t10.vf) = %{tl_version} -Provides: tex(clmvtkj8t10.vf) = %{tl_version} -Provides: tex(clmvtkjo8t10.vf) = %{tl_version} -Provides: tex(clmvtko8t10.vf) = %{tl_version} -Provides: tex(clmvtl28t10.vf) = %{tl_version} -Provides: tex(clmvtl2j8t10.vf) = %{tl_version} -Provides: tex(clmvtl2jo8t10.vf) = %{tl_version} -Provides: tex(clmvtl2o8t10.vf) = %{tl_version} -Provides: tex(clmvtl8t10.vf) = %{tl_version} -Provides: tex(clmvtlj8t10.vf) = %{tl_version} -Provides: tex(clmvtljo8t10.vf) = %{tl_version} -Provides: tex(clmvtlo8t10.vf) = %{tl_version} -Provides: tex(clmvtt28t10.vf) = %{tl_version} -Provides: tex(clmvtt2j8t10.vf) = %{tl_version} -Provides: tex(clmvtt2jo8t10.vf) = %{tl_version} -Provides: tex(clmvtt2o8t10.vf) = %{tl_version} -Provides: tex(clmvtt8t10.vf) = %{tl_version} -Provides: tex(clmvttj8t10.vf) = %{tl_version} -Provides: tex(clmvttjo8t10.vf) = %{tl_version} -Provides: tex(clmvtto8t10.vf) = %{tl_version} -Provides: tex(u-clmb10.vf) = %{tl_version} -Provides: tex(u-clmbo10.vf) = %{tl_version} -Provides: tex(u-clmbx10.vf) = %{tl_version} -Provides: tex(u-clmbx12.vf) = %{tl_version} -Provides: tex(u-clmbx5.vf) = %{tl_version} -Provides: tex(u-clmbx6.vf) = %{tl_version} -Provides: tex(u-clmbx7.vf) = %{tl_version} -Provides: tex(u-clmbx8.vf) = %{tl_version} -Provides: tex(u-clmbx9.vf) = %{tl_version} -Provides: tex(u-clmbxi10.vf) = %{tl_version} -Provides: tex(u-clmbxo10.vf) = %{tl_version} -Provides: tex(u-clmcsc10.vf) = %{tl_version} -Provides: tex(u-clmcsco10.vf) = %{tl_version} -Provides: tex(u-clmdunh10.vf) = %{tl_version} -Provides: tex(u-clmduno10.vf) = %{tl_version} -Provides: tex(u-clmr10.vf) = %{tl_version} -Provides: tex(u-clmr12.vf) = %{tl_version} -Provides: tex(u-clmr17.vf) = %{tl_version} -Provides: tex(u-clmr5.vf) = %{tl_version} -Provides: tex(u-clmr6.vf) = %{tl_version} -Provides: tex(u-clmr7.vf) = %{tl_version} -Provides: tex(u-clmr8.vf) = %{tl_version} -Provides: tex(u-clmr9.vf) = %{tl_version} -Provides: tex(u-clmri10.vf) = %{tl_version} -Provides: tex(u-clmri12.vf) = %{tl_version} -Provides: tex(u-clmri7.vf) = %{tl_version} -Provides: tex(u-clmri8.vf) = %{tl_version} -Provides: tex(u-clmri9.vf) = %{tl_version} -Provides: tex(u-clmro10.vf) = %{tl_version} -Provides: tex(u-clmro12.vf) = %{tl_version} -Provides: tex(u-clmro17.vf) = %{tl_version} -Provides: tex(u-clmro8.vf) = %{tl_version} -Provides: tex(u-clmro9.vf) = %{tl_version} -Provides: tex(u-clmss10.vf) = %{tl_version} -Provides: tex(u-clmss12.vf) = %{tl_version} -Provides: tex(u-clmss17.vf) = %{tl_version} -Provides: tex(u-clmss8.vf) = %{tl_version} -Provides: tex(u-clmss9.vf) = %{tl_version} -Provides: tex(u-clmssbo10.vf) = %{tl_version} -Provides: tex(u-clmssbx10.vf) = %{tl_version} -Provides: tex(u-clmssdc10.vf) = %{tl_version} -Provides: tex(u-clmssdo10.vf) = %{tl_version} -Provides: tex(u-clmsso10.vf) = %{tl_version} -Provides: tex(u-clmsso12.vf) = %{tl_version} -Provides: tex(u-clmsso17.vf) = %{tl_version} -Provides: tex(u-clmsso8.vf) = %{tl_version} -Provides: tex(u-clmsso9.vf) = %{tl_version} -Provides: tex(u-clmssq8.vf) = %{tl_version} -Provides: tex(u-clmssqbo8.vf) = %{tl_version} -Provides: tex(u-clmssqbx8.vf) = %{tl_version} -Provides: tex(u-clmssqo8.vf) = %{tl_version} -Provides: tex(u-clmtcsc10.vf) = %{tl_version} -Provides: tex(u-clmtcso10.vf) = %{tl_version} -Provides: tex(u-clmtk10.vf) = %{tl_version} -Provides: tex(u-clmtko10.vf) = %{tl_version} -Provides: tex(u-clmtl10.vf) = %{tl_version} -Provides: tex(u-clmtlc10.vf) = %{tl_version} -Provides: tex(u-clmtlco10.vf) = %{tl_version} -Provides: tex(u-clmtlo10.vf) = %{tl_version} -Provides: tex(u-clmtt10.vf) = %{tl_version} -Provides: tex(u-clmtt12.vf) = %{tl_version} -Provides: tex(u-clmtt8.vf) = %{tl_version} -Provides: tex(u-clmtt9.vf) = %{tl_version} -Provides: tex(u-clmtti10.vf) = %{tl_version} -Provides: tex(u-clmtto10.vf) = %{tl_version} -Provides: tex(u-clmu10.vf) = %{tl_version} -Provides: tex(u-clmvtk10.vf) = %{tl_version} -Provides: tex(u-clmvtko10.vf) = %{tl_version} -Provides: tex(u-clmvtl10.vf) = %{tl_version} -Provides: tex(u-clmvtlo10.vf) = %{tl_version} -Provides: tex(u-clmvtt10.vf) = %{tl_version} -Provides: tex(u-clmvtto10.vf) = %{tl_version} -Provides: tex(cfr-lm.sty) = %{tl_version} -Provides: tex(t1clm.fd) = %{tl_version} -Provides: tex(t1clm2.fd) = %{tl_version} -Provides: tex(t1clm2d.fd) = %{tl_version} -Provides: tex(t1clm2dj.fd) = %{tl_version} -Provides: tex(t1clm2j.fd) = %{tl_version} -Provides: tex(t1clm2jqs.fd) = %{tl_version} -Provides: tex(t1clm2js.fd) = %{tl_version} -Provides: tex(t1clm2jt.fd) = %{tl_version} -Provides: tex(t1clm2jv.fd) = %{tl_version} -Provides: tex(t1clm2qs.fd) = %{tl_version} -Provides: tex(t1clm2s.fd) = %{tl_version} -Provides: tex(t1clm2t.fd) = %{tl_version} -Provides: tex(t1clm2v.fd) = %{tl_version} -Provides: tex(t1clmd.fd) = %{tl_version} -Provides: tex(t1clmdj.fd) = %{tl_version} -Provides: tex(t1clmj.fd) = %{tl_version} -Provides: tex(t1clmjqs.fd) = %{tl_version} -Provides: tex(t1clmjs.fd) = %{tl_version} -Provides: tex(t1clmjt.fd) = %{tl_version} -Provides: tex(t1clmjv.fd) = %{tl_version} -Provides: tex(t1clmqs.fd) = %{tl_version} -Provides: tex(t1clms.fd) = %{tl_version} -Provides: tex(t1clmt.fd) = %{tl_version} -Provides: tex(t1clmv.fd) = %{tl_version} -Provides: tex(ts1clm.fd) = %{tl_version} -Provides: tex(ts1clm2.fd) = %{tl_version} -Provides: tex(ts1clm2d.fd) = %{tl_version} -Provides: tex(ts1clm2dj.fd) = %{tl_version} -Provides: tex(ts1clm2j.fd) = %{tl_version} -Provides: tex(ts1clm2jqs.fd) = %{tl_version} -Provides: tex(ts1clm2js.fd) = %{tl_version} -Provides: tex(ts1clm2jt.fd) = %{tl_version} -Provides: tex(ts1clm2jv.fd) = %{tl_version} -Provides: tex(ts1clm2qs.fd) = %{tl_version} -Provides: tex(ts1clm2s.fd) = %{tl_version} -Provides: tex(ts1clm2t.fd) = %{tl_version} -Provides: tex(ts1clm2v.fd) = %{tl_version} -Provides: tex(ts1clmd.fd) = %{tl_version} -Provides: tex(ts1clmdj.fd) = %{tl_version} -Provides: tex(ts1clmj.fd) = %{tl_version} -Provides: tex(ts1clmjqs.fd) = %{tl_version} -Provides: tex(ts1clmjs.fd) = %{tl_version} -Provides: tex(ts1clmjt.fd) = %{tl_version} -Provides: tex(ts1clmjv.fd) = %{tl_version} -Provides: tex(ts1clmqs.fd) = %{tl_version} -Provides: tex(ts1clms.fd) = %{tl_version} -Provides: tex(ts1clmt.fd) = %{tl_version} -Provides: tex(ts1clmv.fd) = %{tl_version} -Provides: tex(uclm.fd) = %{tl_version} -Provides: tex(uclm2.fd) = %{tl_version} -Provides: tex(uclm2d.fd) = %{tl_version} -Provides: tex(uclm2dj.fd) = %{tl_version} -Provides: tex(uclm2j.fd) = %{tl_version} -Provides: tex(uclm2jqs.fd) = %{tl_version} -Provides: tex(uclm2js.fd) = %{tl_version} -Provides: tex(uclm2jt.fd) = %{tl_version} -Provides: tex(uclm2jv.fd) = %{tl_version} -Provides: tex(uclm2qs.fd) = %{tl_version} -Provides: tex(uclm2s.fd) = %{tl_version} -Provides: tex(uclm2t.fd) = %{tl_version} -Provides: tex(uclm2v.fd) = %{tl_version} -Provides: tex(uclmd.fd) = %{tl_version} -Provides: tex(uclmdj.fd) = %{tl_version} -Provides: tex(uclmj.fd) = %{tl_version} -Provides: tex(uclmjqs.fd) = %{tl_version} -Provides: tex(uclmjs.fd) = %{tl_version} -Provides: tex(uclmjt.fd) = %{tl_version} -Provides: tex(uclmjv.fd) = %{tl_version} -Provides: tex(uclmqs.fd) = %{tl_version} -Provides: tex(uclms.fd) = %{tl_version} -Provides: tex(uclmt.fd) = %{tl_version} -Provides: tex(uclmv.fd) = %{tl_version} - -%description cfr-lm -The package supports a number of features of the Latin Modern -fonts which are not easily accessible via the default (La)TeX -support provided in the official distribution. In particular, -the package supports the use of the various styles of digits -available, small-caps and upright italic shapes, and -alternative weights and widths. It also supports variable width -typewriter and the "quotation" font. Version 2.004 of the Latin -Modern fonts is supported. By default, the package uses -proportional oldstyle digits and variable width typewriter but -this can be changed by passing appropriate options to the -package. The package also supports using (for example) -different styles of digits within a document so it is possible -to use proportional oldstyle digits by default, say, but -tabular lining digits within a particular table. The package -requires the official Latin Modern distribution, including its -(La)TeX support. The package relies on the availability of both -the fonts themselves and the official font support files. The -package also makes use of the nfssext-cfr package. Only the T1 -and TS1 encodings are supported for text fonts. The set up of -fonts for mathematics is identical to that provided by Latin -Modern. - -%package cfr-lm-doc -Summary: Documentation for cfr-lm -Version: svn36195.1.5 - -Provides: tex-cfr-lm-doc -AutoReqProv: No - -%description cfr-lm-doc -Documentation for cfr-lm %package changebar -Provides: tex-changebar = %{tl_version} +Provides: tex-changebar = %{epoch}:%{source_date}-%{release} +Provides: tex-changebar-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-changebar-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-changebar-doc < %{tl_epoch}:%{source_date} License: LPPL Summary: Generate changebars in LaTeX documents -Version: svn46919 +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(changebar.sty) = %{tl_version} +Requires: tex-kpathsea +Provides: tex(changebar.sty) = %{epoch}:%{source_date}-%{release} %description changebar Identify areas of text to be marked with changebars with the @@ -25385,56 +4308,19 @@ package uses 'drivers' to place the bars; the available drivers can work with dvitoln03, dvitops, dvips, the emTeX and TeXtures DVI drivers, and VTeX and PDFTeX. -%package changebar-doc -Summary: Documentation for changebar -Version: svn46919 -Provides: tex-changebar-doc -AutoReqProv: No - -%description changebar-doc -Documentation for changebar - -%package changelayout -Provides: tex-changelayout = %{tl_version} -License: LPPL -Summary: Change the layout of individual pages and their text -Version: svn16094.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(etextools.sty) -Requires: tex(xkeyval.sty) -Requires: tex(ltxnew.sty) -Requires: tex(xcolor.sty) -Provides: tex(changelayout.sty) = %{tl_version} - -%description changelayout -The package is an extension of the changepage package to permit -the user to change the layout of individual pages and their -texts. - -%package changelayout-doc -Summary: Documentation for changelayout -Version: svn16094.1.0 - -Provides: tex-changelayout-doc -AutoReqProv: No - -%description changelayout-doc -Documentation for changelayout %package changepage -Provides: tex-changepage = %{tl_version} +Provides: tex-changepage = %{epoch}:%{source_date}-%{release} +Provides: tex-changepage-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-changepage-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-changepage-doc < %{tl_epoch}:%{source_date} License: LPPL 1.3 Summary: Margin adjustment and detection of odd/even pages -Version: svn15878.1.0c - +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(changepage.sty) = %{tl_version} -Provides: tex(chngpage.sty) = %{tl_version} +Requires: tex-kpathsea +Provides: tex(changepage.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(chngpage.sty) = %{epoch}:%{source_date}-%{release} %description changepage The package provides commands to change the page layout in the @@ -25445,1341 +4331,109 @@ class, whose user interface it shares. It is intended the this package will eventually replace the chngpage package, which is distributed with the package. -%package changepage-doc -Summary: Documentation for changepage -Version: svn15878.1.0c - -Provides: tex-changepage-doc -AutoReqProv: No - -%description changepage-doc -Documentation for changepage - -%package changes -Provides: tex-changes = %{tl_version} -License: LPPL 1.3 -Summary: Manual change markup -Version: svn52838 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xkeyval.sty) -Requires: tex(xifthen.sty) -Requires: tex(xcolor.sty) -Requires: tex(pdfcolmk.sty) -Requires: tex(ulem.sty) -Requires: tex(truncate.sty) -Provides: tex(changes.sty) = %{tl_version} - -%description changes -The package allows the user to manually markup changes of text, -such as additions, deletions, or replacements. Changed text is -shown in a different color; deleted text is striked out. -Additionally, text can be highlighted and/or commented. The -package allows free definition of additional authors and their -associated color. It also allows you to change the markup of -changes, authors, highlights or comments. A bash script is -provided for removing the changes. - -%package changes-doc -Summary: Documentation for changes -Version: svn52838 -Provides: tex-changes-doc -AutoReqProv: No - -%description changes-doc -Documentation for changes - -%package chappg -Provides: tex-chappg = %{tl_version} -License: LPPL -Summary: Page numbering by chapter -Version: svn15878.2.1b - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(chappg.sty) = %{tl_version} - -%description chappg -The package provides for 'chapterno-pageno' or 'chaptername- -pageno' page numbering. Provision is made for front- and -backmatter in book class. - -%package chappg-doc -Summary: Documentation for chappg -Version: svn15878.2.1b - -Provides: tex-chappg-doc -AutoReqProv: No - -%description chappg-doc -Documentation for chappg - -%package chapterfolder -Provides: tex-chapterfolder = %{tl_version} -License: LPPL -Summary: Package for working with complicated folder structures -Version: svn15878.2.0.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Provides: tex(chapterfolder.sty) = %{tl_version} - -%description chapterfolder -This package simplifies working with folder structures that -match the chapter/section/subsection structure. It provides -macros to define a folder that contains the file for a -chapter/section/subsection, and provides macros that allow -inclusion without using the full path, rather the path relative -to the current folder of the chapter/section/subsection. It -makes easy changing the name of a folder, for example. - -%package chapterfolder-doc -Summary: Documentation for chapterfolder -Version: svn15878.2.0.1 - -Provides: tex-chapterfolder-doc -AutoReqProv: No - -%description chapterfolder-doc -Documentation for chapterfolder %package charter -Provides: tex-charter = %{tl_version} +Provides: tex-charter = %{epoch}:%{source_date}-%{release} +Provides: tex-charter-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-charter-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-charter-doc < %{tl_epoch}:%{source_date} License: Copyright only Summary: Charter fonts -Version: svn15878.0 - +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(bchb7t.tfm) = %{tl_version} -Provides: tex(bchb8c.tfm) = %{tl_version} -Provides: tex(bchb8r.tfm) = %{tl_version} -Provides: tex(bchb8t.tfm) = %{tl_version} -Provides: tex(bchbc7t.tfm) = %{tl_version} -Provides: tex(bchbc8t.tfm) = %{tl_version} -Provides: tex(bchbi7t.tfm) = %{tl_version} -Provides: tex(bchbi8c.tfm) = %{tl_version} -Provides: tex(bchbi8r.tfm) = %{tl_version} -Provides: tex(bchbi8t.tfm) = %{tl_version} -Provides: tex(bchbo7t.tfm) = %{tl_version} -Provides: tex(bchbo8c.tfm) = %{tl_version} -Provides: tex(bchbo8r.tfm) = %{tl_version} -Provides: tex(bchbo8t.tfm) = %{tl_version} -Provides: tex(bchr7t.tfm) = %{tl_version} -Provides: tex(bchr8c.tfm) = %{tl_version} -Provides: tex(bchr8r.tfm) = %{tl_version} -Provides: tex(bchr8t.tfm) = %{tl_version} -Provides: tex(bchrc7t.tfm) = %{tl_version} -Provides: tex(bchrc8t.tfm) = %{tl_version} -Provides: tex(bchri7t.tfm) = %{tl_version} -Provides: tex(bchri8c.tfm) = %{tl_version} -Provides: tex(bchri8r.tfm) = %{tl_version} -Provides: tex(bchri8t.tfm) = %{tl_version} -Provides: tex(bchro7t.tfm) = %{tl_version} -Provides: tex(bchro8c.tfm) = %{tl_version} -Provides: tex(bchro8r.tfm) = %{tl_version} -Provides: tex(bchro8t.tfm) = %{tl_version} -Provides: tex(bchb8a.pfb) = %{tl_version} -Provides: tex(bchbi8a.pfb) = %{tl_version} -Provides: tex(bchr8a.pfb) = %{tl_version} -Provides: tex(bchri8a.pfb) = %{tl_version} -Provides: tex(bchb7t.vf) = %{tl_version} -Provides: tex(bchb8c.vf) = %{tl_version} -Provides: tex(bchb8t.vf) = %{tl_version} -Provides: tex(bchbc7t.vf) = %{tl_version} -Provides: tex(bchbc8t.vf) = %{tl_version} -Provides: tex(bchbi7t.vf) = %{tl_version} -Provides: tex(bchbi8c.vf) = %{tl_version} -Provides: tex(bchbi8t.vf) = %{tl_version} -Provides: tex(bchbo7t.vf) = %{tl_version} -Provides: tex(bchbo8c.vf) = %{tl_version} -Provides: tex(bchbo8t.vf) = %{tl_version} -Provides: tex(bchr7t.vf) = %{tl_version} -Provides: tex(bchr8c.vf) = %{tl_version} -Provides: tex(bchr8t.vf) = %{tl_version} -Provides: tex(bchrc7t.vf) = %{tl_version} -Provides: tex(bchrc8t.vf) = %{tl_version} -Provides: tex(bchri7t.vf) = %{tl_version} -Provides: tex(bchri8c.vf) = %{tl_version} -Provides: tex(bchri8t.vf) = %{tl_version} -Provides: tex(bchro7t.vf) = %{tl_version} -Provides: tex(bchro8c.vf) = %{tl_version} -Provides: tex(bchro8t.vf) = %{tl_version} +Requires: tex-kpathsea +Provides: tex(bchb7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bchb8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bchb8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bchb8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bchbc7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bchbc8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bchbi7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bchbi8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bchbi8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bchbi8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bchbo7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bchbo8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bchbo8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bchbo8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bchr7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bchr8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bchr8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bchr8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bchrc7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bchrc8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bchri7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bchri8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bchri8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bchri8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bchro7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bchro8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bchro8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bchro8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(bchb8a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bchbi8a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bchr8a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bchri8a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bchb7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bchb8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bchb8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bchbc7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bchbc8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bchbi7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bchbi8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bchbi8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bchbo7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bchbo8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bchbo8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bchr7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bchr8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bchr8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bchrc7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bchrc8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bchri7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bchri8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bchri8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bchro7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bchro8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(bchro8t.vf) = %{epoch}:%{source_date}-%{release} %description charter A commercial text font donated for the common good. Support for use with LaTeX is available in freenfss, part of psnfss. -%package charter-doc -Summary: Documentation for charter -Version: svn15878.0 - -Provides: tex-charter-doc -AutoReqProv: No - -%description charter-doc -Documentation for charter - -%package chbibref -Provides: tex-chbibref = %{tl_version} -License: LPPL -Summary: Change the Bibliography/References title -Version: svn17120.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(chbibref.sty) = %{tl_version} - -%description chbibref -Defines a single command, \setbibref, which sets whichever of -\bibname and \refname is in use. (\bibname is used in book.cls -and report.cls, and \refname is used in article.cls.) - -%package chbibref-doc -Summary: Documentation for chbibref -Version: svn17120.1.0 - -Provides: tex-chbibref-doc -AutoReqProv: No - -%description chbibref-doc -Documentation for chbibref - -%package chemarrow -Provides: tex-chemarrow = %{tl_version} -License: Public Domain -Summary: Arrows for use in chemistry -Version: svn17146.0.9 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(chemarrow.map) = %{tl_version} -Provides: tex(arrow.tfm) = %{tl_version} -Provides: tex(arrow.pfb) = %{tl_version} -Provides: tex(chemarrow.sty) = %{tl_version} - -%description chemarrow -This bundle consists of a font (available as Metafont source, -Metapost source, and generated type 1 versions), and a package -to use it. The arrows in the font are designed to look more -like those in chemistry text-books than do Knuth's originals. - -%package chemarrow-doc -Summary: Documentation for chemarrow -Version: svn17146.0.9 - -Provides: tex-chemarrow-doc -AutoReqProv: No - -%description chemarrow-doc -Documentation for chemarrow - -%package chembst -Provides: tex-chembst = %{tl_version} -License: LPPL -Summary: A collection of BibTeX files for chemistry journals -Version: svn15878.0.2.5 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - - -%description chembst -The package offers a collection of advanced BibTeX style files -suitable for publications in chemistry journals. Currently, -style files for journals published by the American Chemical -Society, Wiley-VCH and The Royal Society of Chemistry are -available. The style files support advanced features such as -automatic formatting of errata or creating an appropriate entry -for publications in Angewandte Chemie where both English and -German should be cited simultaneously. - -%package chembst-doc -Summary: Documentation for chembst -Version: svn15878.0.2.5 - -Provides: tex-chembst-doc -AutoReqProv: No - -%description chembst-doc -Documentation for chembst - -%package chemcompounds -Provides: tex-chemcompounds = %{tl_version} -License: LPPL -Summary: Simple consecutive numbering of chemical compounds -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(chemcompounds.sty) = %{tl_version} - -%description chemcompounds -The chemcompounds package allows for a simple consecutive -numbering of chemical compounds. Optionally, it is possible to -supply a custom name for each compound. The package differs -from the chemcono package by not generating an odd-looking list -of compounds inside the text. - -%package chemcompounds-doc -Summary: Documentation for chemcompounds -Version: svn15878.0 - -Provides: tex-chemcompounds-doc -AutoReqProv: No - -%description chemcompounds-doc -Documentation for chemcompounds - -%package chemcono -Provides: tex-chemcono = %{tl_version} -License: LPPL -Summary: Support for compound numbers in chemistry documents -Version: svn17119.1.3 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(color.sty) -Provides: tex(chemcono.sty) = %{tl_version} -Provides: tex(drftcono.sty) = %{tl_version} -Provides: tex(showkeysff.sty) = %{tl_version} - -%description chemcono -A LaTeX package for using compound numbers in chemistry -documents. It works like \cite and the \thebibliography, using -\fcite and \theffbibliography instead. It allows compound names -in documents to be numbered and does not affect the normal -citation routines. - -%package chemcono-doc -Summary: Documentation for chemcono -Version: svn17119.1.3 - -Provides: tex-chemcono-doc -AutoReqProv: No - -%description chemcono-doc -Documentation for chemcono - -%package chemexec -Provides: tex-chemexec = %{tl_version} -License: LPPL 1.3 -Summary: Creating (chemical) exercise sheets -Version: svn21632.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(calc.sty) -Requires: tex(amsmath.sty) -Requires: tex(ifthen.sty) -Requires: tex(accents.sty) -Requires: tex(framed.sty) -Requires: tex(xcolor.sty) -Requires: tex(xkeyval.sty) -Requires: tex(tikz.sty) -Requires: tex(ulem.sty) -Requires: tex(mhchem.sty) -Provides: tex(chemexec.sty) = %{tl_version} - -%description chemexec -The package provides environments and commands that the author -needed when preparing exercise sheets and other teaching -material. In particular, the package supports the creation of -exercise sheets, with separating printing of solutions - -%package chemexec-doc -Summary: Documentation for chemexec -Version: svn21632.1.0 - -Provides: tex-chemexec-doc -AutoReqProv: No - -%description chemexec-doc -Documentation for chemexec - -%package chemfig -Provides: tex-chemfig = %{tl_version} -License: LPPL 1.3 -Summary: Draw molecules with easy syntax -Version: svn54914 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(tikz.sty) -Provides: tex(chemfig.sty) = %{tl_version} -Provides: tex(chemfig.tex) = %{tl_version} -Provides: tex(t-chemfig.tex) = %{tl_version} - -%description chemfig -The package provides the command \chemfig{}, which draws -molecules using the tikz package. The argument provides -instructions for the drawing operation. While the diagrams -produced are essentially 2-dimensional, the package supports -many of the conventional notations for illustrating the 3- -dimensional layout of a molecule. The package uses TikZ for its -actual drawing operations. - -%package chemfig-doc -Summary: Documentation for chemfig -Version: svn54914 -Provides: tex-chemfig-doc -AutoReqProv: No - -%description chemfig-doc -Documentation for chemfig - -%package chemformula -Provides: tex-chemformula = %{tl_version} -License: LPPL 1.3 -Summary: Command for typesetting chemical formulas and reactions -Version: svn54158 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-units -Requires: tex(expl3.sty) -Requires: tex(xparse.sty) -Requires: tex(l3keys2e.sty) -Requires: tex(tikz.sty) -Requires: tex(amstext.sty) -Requires: tex(xfrac.sty) -Requires: tex(nicefrac.sty) -Requires: tex(scrlfile.sty) -Provides: tex(chemformula.sty) = %{tl_version} - -%description chemformula -The package provides a command to typeset chemical formulas and -reactions in support of other chemistry packages (such as -chemmacros). The package used to be distributed as a part of -chemmacros. - -%package chemformula-doc -Summary: Documentation for chemformula -Version: svn54158 -Provides: tex-chemformula-doc -AutoReqProv: No - -%description chemformula-doc -Documentation for chemformula - -%package chemgreek -Provides: tex-chemgreek = %{tl_version} -License: LPPL 1.3 -Summary: Upright Greek letters in chemistry -Version: svn53437 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(expl3.sty) -Requires: tex(xparse.sty) -Provides: tex(chemgreek.sty) = %{tl_version} - -%description chemgreek -The package provides upright Greek letters in support of other -chemistry packages (such as chemmacros). The package used to be -distributed as a part of chemmacros. - -%package chemgreek-doc -Summary: Documentation for chemgreek -Version: svn53437 -Provides: tex-chemgreek-doc -AutoReqProv: No - -%description chemgreek-doc -Documentation for chemgreek - -%package chem-journal -Provides: tex-chem-journal = %{tl_version} -License: GPL+ -Summary: Various BibTeX formats for journals in Chemistry -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - - -%description chem-journal -Various BibTeX formats for journals in Chemistry, including -Reviews in Computational Chemistry, Journal of Physical -Chemistry, Journal of Computational Chemistry, and Physical -Chemistry Chemical Physics. - -%package chemmacros -Provides: tex-chemmacros = %{tl_version} -License: LPPL 1.3 -Summary: A collection of macros to support typesetting chemistry documents -Version: svn54191 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(expl3.sty) -Requires: tex(xparse.sty) -Requires: tex(l3keys2e.sty) -Requires: tex(chemmacros5.sty) -Requires: tex(environ.sty) -Requires: tex(scrlfile.sty) -Requires: tex(etoolbox.sty) -Requires: tex(translations.sty) -Requires: tex(xfrac.sty) -Requires: tex(siunitx.sty) -Requires: tex(tikz.sty) -Requires: tex(mathtools.sty) -Requires: tex(bm.sty) -Requires: tex(chemformula.sty) -Requires: tex(chemgreek.sty) -Requires: tex(ghsystem.sty) -Requires: tex(xspace.sty) -Provides: tex(chemmacros-manual.cls) = %{tl_version} -Provides: tex(chemmacros.module.acid-base.code.tex) = %{tl_version} -Provides: tex(chemmacros.module.all.code.tex) = %{tl_version} -Provides: tex(chemmacros.module.base.code.tex) = %{tl_version} -Provides: tex(chemmacros.module.charges.code.tex) = %{tl_version} -Provides: tex(chemmacros.module.chemformula.code.tex) = %{tl_version} -Provides: tex(chemmacros.module.errorcheck.code.tex) = %{tl_version} -Provides: tex(chemmacros.module.greek.code.tex) = %{tl_version} -Provides: tex(chemmacros.module.isotopes.code.tex) = %{tl_version} -Provides: tex(chemmacros.module.lang.code.tex) = %{tl_version} -Provides: tex(chemmacros.module.mechanisms.code.tex) = %{tl_version} -Provides: tex(chemmacros.module.newman.code.tex) = %{tl_version} -Provides: tex(chemmacros.module.nomenclature.code.tex) = %{tl_version} -Provides: tex(chemmacros.module.orbital.code.tex) = %{tl_version} -Provides: tex(chemmacros.module.particles.code.tex) = %{tl_version} -Provides: tex(chemmacros.module.phases.code.tex) = %{tl_version} -Provides: tex(chemmacros.module.polymers.code.tex) = %{tl_version} -Provides: tex(chemmacros.module.reactions.code.tex) = %{tl_version} -Provides: tex(chemmacros.module.redox.code.tex) = %{tl_version} -Provides: tex(chemmacros.module.scheme.code.tex) = %{tl_version} -Provides: tex(chemmacros.module.spectroscopy.code.tex) = %{tl_version} -Provides: tex(chemmacros.module.symbols.code.tex) = %{tl_version} -Provides: tex(chemmacros.module.thermodynamics.code.tex) = %{tl_version} -Provides: tex(chemmacros.module.tikz.code.tex) = %{tl_version} -Provides: tex(chemmacros.module.units.code.tex) = %{tl_version} -Provides: tex(chemmacros.module.xfrac.code.tex) = %{tl_version} -Provides: tex(chemmacros.sty) = %{tl_version} -Provides: tex(chemmacros4.sty) = %{tl_version} -Provides: tex(chemmacros5.sty) = %{tl_version} - -%description chemmacros -The bundle offers a collection of macros and commands which are -intended to make typesetting chemistry documents faster and -more convenient. Coverage includes some nomenclature commands, -oxidation numbers, thermodynamic data, newman projections, etc. -The package relies on the following supporting packages: -chemformula, providing a command for typesetting chemical -formulae and reactions (doing a similar task to that of -mhchem); chemgreek, offering support for use of greek letters; -and ghsystem, providing for the UN globally harmonised chemical -notation. The packages are written using current versions of -the experimental LaTeX 3 coding conventions and the LaTeX 3 -support packages. - -%package chemmacros-doc -Summary: Documentation for chemmacros -Version: svn54191 -Provides: tex-chemmacros-doc -AutoReqProv: No - -%description chemmacros-doc -Documentation for chemmacros - -%package chemnum -Provides: tex-chemnum = %{tl_version} -License: LPPL 1.3 -Summary: A method of numbering chemical compounds -Version: svn52256 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(expl3.sty) -Requires: tex(xparse.sty) -Requires: tex(l3keys2e.sty) -Requires: tex(translations.sty) -Requires: tex(chemgreek.sty) -Requires: tex(psfrag.sty) -Provides: tex(chemnum.sty) = %{tl_version} - -%description chemnum -The package defines a \label- and \ref-like commands for -compound numbers. The package requires LaTeX3 packages expl3 -(from the l3kernel bundle) as well as xparse and l3keys2e (from -the l3packages bundle). - -%package chemnum-doc -Summary: Documentation for chemnum -Version: svn52256 - -Provides: tex-chemnum-doc -AutoReqProv: No - -%description chemnum-doc -Documentation for chemnum - -%package chemschemex -Provides: tex-chemschemex = %{tl_version} -License: LPPL 1.2 -Summary: Typeset and cross-reference chemical schemes based on TikZ code -Version: svn46723 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xkeyval.sty) -Requires: tex(etextools.sty) -Requires: tex(xargs.sty) -Requires: tex(ifthen.sty) -Requires: tex(suffix.sty) -Requires: tex(fancylabel.sty) -Requires: tex(graphicx.sty) -Requires: tex(tikz.sty) -Provides: tex(chemschemex.sty) = %{tl_version} - -%description chemschemex -The package provides a comfortable means of typesetting -chemical schemes, and also offers automatic structure -referencing. - -%package chemschemex-doc -Summary: Documentation for chemschemex -Version: svn46723 -Provides: tex-chemschemex-doc -AutoReqProv: No - -%description chemschemex-doc -Documentation for chemschemex - -%package chemstyle -Provides: tex-chemstyle = %{tl_version} -License: LPPL 1.3 -Summary: Writing chemistry with style -Version: svn31096.2.0m - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(kvoptions.sty) -Requires: tex(psfrag.sty) -Requires: tex(float.sty) -Requires: tex(floatrow.sty) -Requires: tex(chemcompounds.sty) -Requires: tex(bpchem.sty) -Requires: tex(amstext.sty) -Requires: tex(caption.sty) -Requires: tex(siunitx.sty) -Requires: tex(SIunits.sty) -Requires: tex(varioref.sty) -Provides: tex(chemscheme.sty) = %{tl_version} -Provides: tex(chemstyle.sty) = %{tl_version} -Provides: tex(angew.chemstyle.cfg) = %{tl_version} -Provides: tex(ic.chemstyle.cfg) = %{tl_version} -Provides: tex(jacs.chemstyle.cfg) = %{tl_version} -Provides: tex(jomc.chemstyle.cfg) = %{tl_version} -Provides: tex(orglett.chemstyle.cfg) = %{tl_version} -Provides: tex(rsc.chemstyle.cfg) = %{tl_version} -Provides: tex(tetlett.chemstyle.cfg) = %{tl_version} - -%description chemstyle -Chemstyle has been developed as a successor to the LaTeX -package provided by the rsc bundle. The package provides an -extensible system for formatting chemistry documents according -to the conventions of a number of leading journals. It also -provides some handy chemistry-related macros. Chemstyle is much -enhanced compared to its predecessor, and users of rsc are -strongly encouraged to migrate (all of the additional macros in -the rsc LaTeX package are present in chemstyle). The package -chemscheme is distributed with chemstyle; chemstyle itself -incorporates ideas that come from the trivfloat package; the -documentation uses the auto-pst-pdf package. - -%package chemstyle-doc -Summary: Documentation for chemstyle -Version: svn31096.2.0m - -Provides: tex-chemstyle-doc -AutoReqProv: No - -%description chemstyle-doc -Documentation for chemstyle - -%package cherokee -Provides: tex-cherokee = %{tl_version} -License: Copyright only -Summary: A font for the Cherokee script -Version: svn21046.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(cherokee.tfm) = %{tl_version} -Provides: tex(cherokee.sty) = %{tl_version} - -%description cherokee -The Cherokee script was designed in 1821 by Segwoya. The -alphabet is essentially syllabic, only 6 characters (a e i o s -u) correspond to Roman letters: the font encodes these to the -corresponding roman letter. The remaining 79 characters have -been arbitrarily encoded in the range 38-122; the cherokee -package provides commands that map each such syllable to the -appropriate character; for example, Segwoya himself would be -represented \Cse\Cgwo\Cya. The font is distributed as Metafont -source; it works very poorly in modern environments, and could -do with expert attention (if you are interested, please contact -the CTAN team for details). - -%package cherokee-doc -Summary: Documentation for cherokee -Version: svn21046.0 - -Provides: tex-cherokee-doc -AutoReqProv: No - -%description cherokee-doc -Documentation for cherokee - -%package chessboard -Provides: tex-chessboard = %{tl_version} -License: LPPL -Summary: Print chess boards -Version: svn51469 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(chessfss.sty) -Requires: tex(xkeyval.sty) -Requires: tex(xifthen.sty) -Requires: tex(ifpdf.sty) -Requires: tex(tikz.sty) -Requires: tex(pst-node.sty) -Provides: tex(chessboard-keys-main.sty) = %{tl_version} -Provides: tex(chessboard-keys-pgf.sty) = %{tl_version} -Provides: tex(chessboard-pgf.sty) = %{tl_version} -Provides: tex(chessboard.sty) = %{tl_version} - -%description chessboard -This package offers commands to print chessboards. It can print -partial boards, hide pieces and fields, color the boards and -put various marks on the board. It has a lot of options to -place pieces on the board. Using exotic pieces (e.g., for fairy -chess) is possible. The documentation includes an example of an -animated chessboard, for those whose PDF viewer can display -animations. - -%package chessboard-doc -Summary: Documentation for chessboard -Version: svn51469 -Provides: tex-chessboard-doc -AutoReqProv: No - -%description chessboard-doc -Documentation for chessboard - -%package chessfss -Provides: tex-chessfss = %{tl_version} -License: LPPL -Summary: A package to handle chess fonts -Version: svn19440.1.2a - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Requires: tex(xkeyval.sty) -Provides: tex(chess-board-example-enc.enc) = %{tl_version} -Provides: tex(chess-fig-example-enc.enc) = %{tl_version} -Provides: tex(chessfss.sty) = %{tl_version} -Provides: tex(lsb1enc.def) = %{tl_version} -Provides: tex(lsb1skak.fd) = %{tl_version} -Provides: tex(lsb1skaknew.fd) = %{tl_version} -Provides: tex(lsb2enc.def) = %{tl_version} -Provides: tex(lsb2skak.fd) = %{tl_version} -Provides: tex(lsb2skaknew.fd) = %{tl_version} -Provides: tex(lsb3enc.def) = %{tl_version} -Provides: tex(lsb3skak.fd) = %{tl_version} -Provides: tex(lsb3skaknew.fd) = %{tl_version} -Provides: tex(lsbc1enc.def) = %{tl_version} -Provides: tex(lsbc1skaknew.fd) = %{tl_version} -Provides: tex(lsbc2enc.def) = %{tl_version} -Provides: tex(lsbc2skaknew.fd) = %{tl_version} -Provides: tex(lsbc3enc.def) = %{tl_version} -Provides: tex(lsbc3skaknew.fd) = %{tl_version} -Provides: tex(lsbc4enc.def) = %{tl_version} -Provides: tex(lsbc4skaknew.fd) = %{tl_version} -Provides: tex(lsbc5enc.def) = %{tl_version} -Provides: tex(lsbc5skaknew.fd) = %{tl_version} -Provides: tex(lsbenc.def) = %{tl_version} -Provides: tex(lsbskak.fd) = %{tl_version} -Provides: tex(lsbskaknew.fd) = %{tl_version} -Provides: tex(lsfenc.def) = %{tl_version} -Provides: tex(lsfskak.fd) = %{tl_version} -Provides: tex(lsfskaknew.fd) = %{tl_version} -Provides: tex(lsienc.def) = %{tl_version} -Provides: tex(lsiskak.fd) = %{tl_version} -Provides: tex(lsiskaknew.fd) = %{tl_version} - -%description chessfss -This package offers commands to use and switch between chess -fonts. It uses the LaTeX font selection scheme (nfss). The -package doesn't parse, format and print PGN input like e.g. the -packages skak or texmate; the aim of the package is to offer -writers of chess packages a bundle of commands for fonts, so -that they don't have to implement all these commands for -themselves. A normal user can use the package to print e.g. -single chess symbols and simple diagrams. The documentation -contains also a section about installation of chess fonts. - -%package chessfss-doc -Summary: Documentation for chessfss -Version: svn19440.1.2a - -Provides: tex-chessfss-doc -AutoReqProv: No - -%description chessfss-doc -Documentation for chessfss - -%package chess-problem-diagrams -Provides: tex-chess-problem-diagrams = %{tl_version} -License: LPPL 1.2 -Summary: A package for typesetting chess problem diagrams -Version: svn53302 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(calc.sty) -Requires: tex(pstricks.sty) -Provides: tex(diagram.sty) = %{tl_version} - -%description chess-problem-diagrams -This package provides macros to typeset chess problem diagrams -including fairy chess problems (mostly using rotated images of -pieces) and other boards. - -%package chess-problem-diagrams-doc -Summary: Documentation for chess-problem-diagrams -Version: svn53302 -Provides: tex-chess-problem-diagrams-doc -AutoReqProv: No - -%description chess-problem-diagrams-doc -Documentation for chess-problem-diagrams - -%package chess -Provides: tex-chess = %{tl_version} -License: Public Domain -Summary: Fonts for typesetting chess boards -Version: svn20582.1.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(chess10.tfm) = %{tl_version} -Provides: tex(chess20.tfm) = %{tl_version} -Provides: tex(chess30.tfm) = %{tl_version} -Provides: tex(chessf10.tfm) = %{tl_version} -Provides: tex(chessfig10.tfm) = %{tl_version} -Provides: tex(chess.sty) = %{tl_version} - -%description chess -The original (and now somewhat dated) TeX chess font package. -Potential users should consider skak (for alternative fonts, -and notation support), texmate (for alternative notation -support), or chessfss (for flexible font choices). - -%package chess-doc -Summary: Documentation for chess -Version: svn20582.1.2 - -Provides: tex-chess-doc -AutoReqProv: No - -%description chess-doc -Documentation for chess - -%package chet -Provides: tex-chet = %{tl_version} -License: LPPL 1.3 -Summary: LaTeX layout inspired by harvmac -Version: svn45081 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(kvoptions.sty) -Provides: tex(chet.sty) = %{tl_version} - -%description chet -The package aims to streamline the work of typesetting, and to -provide the look and feel of harvmac for readers. - -%package chet-doc -Summary: Documentation for chet -Version: svn45081 -Provides: tex-chet-doc -AutoReqProv: No - -%description chet-doc -Documentation for chet - -%package chextras -Provides: tex-chextras = %{tl_version} -License: LPPL 1.3 -Summary: A companion package for the Swiss typesetter -Version: svn27118.1.01 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(inputenc.sty) -Requires: tex(luainputenc.sty) -Requires: tex(xunicode.sty) -Requires: tex(fixltx2e.sty) -Requires: tex(fontenc.sty) -Requires: tex(lmodern.sty) -Requires: tex(babel.sty) -Requires: tex(etoolbox.sty) -Requires: tex(xkeyval.sty) -Requires: tex(makecmds.sty) -Requires: tex(hyperref.sty) -Provides: tex(chextras.sty) = %{tl_version} -Provides: tex(eu1lmros.fd) = %{tl_version} -Provides: tex(eu1lmssos.fd) = %{tl_version} -Provides: tex(eu1lmttos.fd) = %{tl_version} -Provides: tex(eu1lmvttos.fd) = %{tl_version} -Provides: tex(t1lmros.fd) = %{tl_version} -Provides: tex(t1lmssos.fd) = %{tl_version} -Provides: tex(t1lmttos.fd) = %{tl_version} -Provides: tex(t1lmvttos.fd) = %{tl_version} - -%description chextras -The package simplifies the preparation of Swiss documents and -letters by setting up linguistic and common packages. While it -is a useful addition to the chletter document class, it is not -tied to it and may be used as a general purpose package. - -%package chextras-doc -Summary: Documentation for chextras -Version: svn27118.1.01 - -Provides: tex-chextras-doc -AutoReqProv: No - -%description chextras-doc -Documentation for chextras - -%package chicago-annote -Provides: tex-chicago-annote = %{tl_version} -License: LPPL -Summary: Chicago-based annotated BibTeX style -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - - -%description chicago-annote -This is a revision of chicagoa.bst, using the commonly-used -annote field in place of the original's annotation. - -%package chicago-annote-doc -Summary: Documentation for chicago-annote -Version: svn15878.0 - -Provides: tex-chicago-annote-doc -AutoReqProv: No - -%description chicago-annote-doc -Documentation for chicago-annote - -%package chicago -Provides: tex-chicago = %{tl_version} -License: Knuth -Summary: A "Chicago" bibliography style -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(chicago.sty) = %{tl_version} - -%description chicago -Chicago is a BibTeX style that follows the "B" reference style -of the 13th Edition of the Chicago manual of style; a LaTeX -package (to LaTeX 2.09 conventions) is also provided. The style -was derived from the newapa style. - -%package chickenize -Provides: tex-chickenize = %{tl_version} -License: LPPL 1.3 -Summary: Use lua callbacks for "interesting" textual effects -Version: svn45083 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(chickenize.sty) = %{tl_version} -Provides: tex(chickenize.tex) = %{tl_version} - -%description chickenize -The package allows manipulations of any LuaTeX document (it is -known to work with Plain LuaTeX and LuaLaTeX). Most of the -package's functions are merely for fun or educational use, but -some functions (for example, colorstretch for visualising the -badness and font expansion of each line, and letterspaceadjust -doing what its name says) could be useful in a "normal" LuaTeX -document. - -%package chickenize-doc -Summary: Documentation for chickenize -Version: svn45083 -Provides: tex-chickenize-doc -AutoReqProv: No - -%description chickenize-doc -Documentation for chickenize - -%package chkfloat -Provides: tex-chkfloat = %{tl_version} -License: LPPL 1.3 -Summary: Warn whenever a float is placed "to far away" -Version: svn27473.0.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(kvoptions.sty) -Provides: tex(chkfloat.sty) = %{tl_version} - -%description chkfloat -The package checks for floats that are placed too far from -their origin. It was motivated by a question on the question -and answer page. - -%package chkfloat-doc -Summary: Documentation for chkfloat -Version: svn27473.0.1 - -Provides: tex-chkfloat-doc -AutoReqProv: No - -%description chkfloat-doc -Documentation for chkfloat - -%package chletter -Provides: tex-chletter = %{tl_version} -License: LPPL -Summary: Class for typesetting letters to Swiss rules -Version: svn20060.2.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(chletter.cls) = %{tl_version} - -%description chletter -The class enables composition of letters fitting into Swiss C5 -& C6/5 windowed envelopes. No assumption is made about the -language used. The class is based on the standard LaTeX classes -and is compatible with the LaTeX letter class. It is not -limited to letters and may be used as a generic document class; -it is used with the chextras package. - -%package chletter-doc -Summary: Documentation for chletter -Version: svn20060.2.0 - -Provides: tex-chletter-doc -AutoReqProv: No - -%description chletter-doc -Documentation for chletter %package chngcntr -Provides: tex-chngcntr = %{tl_version} +Provides: tex-chngcntr = %{epoch}:%{source_date}-%{release} +Provides: tex-chngcntr-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-chngcntr-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-chngcntr-doc < %{tl_epoch}:%{source_date} License: LPPL Summary: Change the resetting of counters -Version: svn47577 +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(chngcntr.sty) = %{tl_version} +Requires: tex-kpathsea +Provides: tex(chngcntr.sty) = %{epoch}:%{source_date}-%{release} %description chngcntr Defines commands \counterwithin (which sets up a counter to be reset when another is incremented) and \counterwithout (which unsets such a relationship). -%package chngcntr-doc -Summary: Documentation for chngcntr -Version: svn47577 -Provides: tex-chngcntr-doc -AutoReqProv: No - -%description chngcntr-doc -Documentation for chngcntr - -%package chronology -Provides: tex-chronology = %{tl_version} -License: LPPL 1.3 -Summary: Provides a horizontal timeline -Version: svn37934.1.1.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(calc.sty) -Requires: tex(tikz.sty) -Requires: tex(xparse.sty) -Provides: tex(chronology.sty) = %{tl_version} - -%description chronology -A timeline package that allows labelling of events with per-day -granularity. Other features include relative positioning with -unit specification, adjustable tick mark step size, and scaling -to specified width. - -%package chronology-doc -Summary: Documentation for chronology -Version: svn37934.1.1.1 - -Provides: tex-chronology-doc -AutoReqProv: No - -%description chronology-doc -Documentation for chronology - -%package chronosys -Provides: tex-chronosys = %{tl_version} -License: LPPL 1.3 -Summary: Drawing time-line diagrams -Version: svn26700.1.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(tikz.sty) -Provides: tex(chronosys.sty) = %{tl_version} -Provides: tex(chronosys.tex) = %{tl_version} -Provides: tex(chronosyschr.tex) = %{tl_version} -Provides: tex(x-chronosys.tex) = %{tl_version} - -%description chronosys -Macros to produce time line diagrams. Interfaces for Plain TeX, -Context and LaTeX are provided. - -%package chronosys-doc -Summary: Documentation for chronosys -Version: svn26700.1.2 - -Provides: tex-chronosys-doc -AutoReqProv: No - -%description chronosys-doc -Documentation for chronosys - -%package chscite -Provides: tex-chscite = %{tl_version} -License: LPPL 1.2 -Summary: Bibliography style for Chalmers University of Technology -Version: svn28552.2.9999 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Requires: tex(url.sty) -Provides: tex(chscite.sty) = %{tl_version} - -%description chscite -The package, heavily based on the harvard package for Harvard- -style citations, provides a citation suite for students at -Chalmers University of Technology that follows given -recommendations. - -%package chscite-doc -Summary: Documentation for chscite -Version: svn28552.2.9999 - -Provides: tex-chscite-doc -AutoReqProv: No - -%description chscite-doc -Documentation for chscite - -%package cinzel -Provides: tex-cinzel = %{tl_version} -License: OFL -Summary: LaTeX support for Cinzel and Cinzel Decorative fonts -Version: svn54512 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Requires: tex(xkeyval.sty) -Requires: tex(textcomp.sty) -Requires: tex(fontspec.sty) -Requires: tex(fontenc.sty) -Requires: tex(fontaxes.sty) -Requires: tex(mweights.sty) -Provides: tex(cnzl_7luz43.enc) = %{tl_version} -Provides: tex(cnzl_7t2zcj.enc) = %{tl_version} -Provides: tex(cnzl_aakhvz.enc) = %{tl_version} -Provides: tex(cnzl_k6z3ge.enc) = %{tl_version} -Provides: tex(cinzel.map) = %{tl_version} -Provides: tex(LY1Cinzel-LF.fd) = %{tl_version} -Provides: tex(LY1CinzelDecorative-LF.fd) = %{tl_version} -Provides: tex(OT1Cinzel-LF.fd) = %{tl_version} -Provides: tex(OT1CinzelDecorative-LF.fd) = %{tl_version} -Provides: tex(T1Cinzel-LF.fd) = %{tl_version} -Provides: tex(T1CinzelDecorative-LF.fd) = %{tl_version} -Provides: tex(TS1Cinzel-LF.fd) = %{tl_version} -Provides: tex(TS1CinzelDecorative-LF.fd) = %{tl_version} -Provides: tex(cinzel.sty) = %{tl_version} - -%description cinzel -Cinzel and Cinzel Decorative fonts, designed by Natanael Gama -Natanael Gama), find their inspiration in first century roman -inscriptions, and are based on classical proportions. Cinzel is -all-caps (similar to Trajan and Michelangelo), but is available -in three weights (Regular, Bold, Black). There are no italic -fonts, but there are Decorative variants, which can be selected -by the usual italic-selection commands in the package's LaTeX -support. - -%package cinzel-doc -Summary: Documentation for cinzel -Version: svn54512 -Provides: tex-cinzel-doc -AutoReqProv: No - -%description cinzel-doc -Documentation for cinzel - -%package circ -Provides: tex-circ = %{tl_version} -License: GPL+ -Summary: Macros for typesetting circuit diagrams -Version: svn15878.1.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(cioptic.tfm) = %{tl_version} -Provides: tex(basic.def) = %{tl_version} -Provides: tex(box.def) = %{tl_version} -Provides: tex(circ.sty) = %{tl_version} -Provides: tex(gate.def) = %{tl_version} -Provides: tex(ic.def) = %{tl_version} -Provides: tex(oldgate.def) = %{tl_version} -Provides: tex(optics.def) = %{tl_version} -Provides: tex(physics.def) = %{tl_version} - -%description circ -Several electrical symbols like resistor, capacitor, -transistors etc., are defined. The symbols can be connected -with wires. The package also contains an American resistor -symbol for those of us on that side of the Atlantic. The -package also has simple facilities for producing optics -diagrams; however, no-one would deny that the PSTricks pst- -optic package, or the MetaPost makecirc package does the job -better. - -%package circ-doc -Summary: Documentation for circ -Version: svn15878.1.1 - -Provides: tex-circ-doc -AutoReqProv: No - -%description circ-doc -Documentation for circ - -%package circuitikz -Provides: tex-circuitikz = %{tl_version} -License: LPPL -Summary: Draw electrical networks with TikZ -Version: svn54873 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(tikz.sty) -Requires: tex(xstring.sty) -Requires: tex(siunitx.sty) -Provides: tex(circuitikz-0.4.sty) = %{tl_version} -Provides: tex(circuitikz-0.6.sty) = %{tl_version} -Provides: tex(circuitikz-0.7.sty) = %{tl_version} -Provides: tex(circuitikz-0.8.3.sty) = %{tl_version} -Provides: tex(circuitikz-0.9.3.sty) = %{tl_version} -Provides: tex(circuitikz-0.9.6.sty) = %{tl_version} -Provides: tex(circuitikz-1.0.sty) = %{tl_version} -Provides: tex(circuitikz.sty) = %{tl_version} -Provides: tex(ctikzstyle-example.tex) = %{tl_version} -Provides: tex(ctikzstyle-legacy.tex) = %{tl_version} -Provides: tex(ctikzstyle-romano.tex) = %{tl_version} -Provides: tex(pgfcirc.defines.tex) = %{tl_version} -Provides: tex(pgfcircbipoles.tex) = %{tl_version} -Provides: tex(pgfcirccurrent.tex) = %{tl_version} -Provides: tex(pgfcircflow.tex) = %{tl_version} -Provides: tex(pgfcirclabel.tex) = %{tl_version} -Provides: tex(pgfcircmonopoles.tex) = %{tl_version} -Provides: tex(pgfcircmultipoles.tex) = %{tl_version} -Provides: tex(pgfcircpath.tex) = %{tl_version} -Provides: tex(pgfcircquadpoles.tex) = %{tl_version} -Provides: tex(pgfcircshapes.tex) = %{tl_version} -Provides: tex(pgfcirctripoles.tex) = %{tl_version} -Provides: tex(pgfcircutils.tex) = %{tl_version} -Provides: tex(pgfcircvoltage.tex) = %{tl_version} -Provides: tex(t-circuitikz-0.8.3.tex) = %{tl_version} -Provides: tex(t-circuitikz-0.9.3.tex) = %{tl_version} -Provides: tex(t-circuitikz-0.9.6.tex) = %{tl_version} -Provides: tex(t-circuitikz-1.0.tex) = %{tl_version} -Provides: tex(t-circuitikz.tex) = %{tl_version} - -%description circuitikz -The package provides a set of macros for naturally typesetting -electrical and (somewhat less naturally, perhaps) electronic -networks. It is designed as a tool that is easy to use, with a -lean syntax, native to LaTeX, and directly supporting PDF -output format. So is based on the very impressive pgf/TikZ -package. - -%package circuitikz-doc -Summary: Documentation for circuitikz -Version: svn54873 -Provides: tex-circuitikz-doc -AutoReqProv: No - -%description circuitikz-doc -Documentation for circuitikz - -%package citeall -Provides: tex-citeall = %{tl_version} -License: LPPL 1.3 -Summary: Cite all entries of a bbl created with biblatex -Version: svn45975 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(expl3.sty) -Requires: tex(xparse.sty) -Provides: tex(citeall.sty) = %{tl_version} - -%description citeall -This small package allows to cite all entries of a bbl-file -created with biblatex (v1.9). - -%package citeall-doc -Summary: Documentation for citeall -Version: svn45975 -Provides: tex-citeall-doc -AutoReqProv: No - -%description citeall-doc -Documentation for citeall %package cite -Provides: tex-cite = %{tl_version} +Provides: tex-cite = %{epoch}:%{source_date}-%{release} +Provides: tex-cite-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-cite-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-cite-doc < %{tl_epoch}:%{source_date} License: Copyright only Summary: Improved citation handling in LaTeX -Version: svn36428.5.5 - +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(chapterbib.sty) = %{tl_version} -Provides: tex(cite.sty) = %{tl_version} -Provides: tex(drftcite.sty) = %{tl_version} -Provides: tex(overcite.sty) = %{tl_version} +Requires: tex-kpathsea +Provides: tex(chapterbib.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(cite.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(drftcite.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(overcite.sty) = %{epoch}:%{source_date}-%{release} %description cite The package supports compressed, sorted lists of numerical @@ -26789,127 +4443,17 @@ break points. The package is compatible with both hyperref and backref. The package is (unsurprisingly) part of the cite bundle of the author's citation-related packages. -%package cite-doc -Summary: Documentation for cite -Version: svn36428.5.5 - -Provides: tex-cite-doc -AutoReqProv: No - -%description cite-doc -Documentation for cite - -%package cjhebrew -Provides: tex-cjhebrew = %{tl_version} -License: LPPL -Summary: Typeset Hebrew with LaTeX -Version: svn43444 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(cjhebltx.enc) = %{tl_version} -Provides: tex(cjhebrew.map) = %{tl_version} -Provides: tex(cjhblsm.tfm) = %{tl_version} -Provides: tex(cjhbltx.tfm) = %{tl_version} -Provides: tex(cjheblsm.tfm) = %{tl_version} -Provides: tex(cjhebltx.tfm) = %{tl_version} -Provides: tex(rcjhblsm.tfm) = %{tl_version} -Provides: tex(rcjhbltx.tfm) = %{tl_version} -Provides: tex(cjheblsm.pfb) = %{tl_version} -Provides: tex(cjhebltx.pfb) = %{tl_version} -Provides: tex(cjhblsm.vf) = %{tl_version} -Provides: tex(cjhbltx.vf) = %{tl_version} -Provides: tex(cjhebrew.sty) = %{tl_version} - -%description cjhebrew -The cjhebrew package provides Adobe Type 1 fonts for Hebrew, -and LaTeX macros to support their use. Hebrew text can be -vocalised, and a few accents are also available. The package -makes it easy to include Hebrew text in other-language -documents. The package makes use of the e-TeX extensions to -TeX, so should be run using an "e-LaTeX". - -%package cjhebrew-doc -Summary: Documentation for cjhebrew -Version: svn43444 -Provides: tex-cjhebrew-doc -AutoReqProv: No - -%description cjhebrew-doc -Documentation for cjhebrew - -%package cjk-ko -Provides: tex-cjk-ko = %{tl_version} -License: GPL+ and LPPL and Public Domain -Summary: Extension of the CJK package for Korean typesetting -Version: svn40373 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(fontenc.sty) -Requires: tex(textcomp.sty) -Requires: tex(CJKutf8.sty) -Requires: tex(ulem.sty) -Requires: tex(CJKfntef.sty) -Requires: tex(kolabels-utf.sty) -Requires: tex(kotexutf.sty) -Requires: tex(xetexko.sty) -Requires: tex(luatexko.sty) -Provides: tex(cjkutf8-josa.sty) = %{tl_version} -Provides: tex(cjkutf8-ko.sty) = %{tl_version} -Provides: tex(cjkutf8-nanummjhanja.sty) = %{tl_version} -Provides: tex(kolabels-utf.sty) = %{tl_version} -Provides: tex(konames-utf.sty) = %{tl_version} -Provides: tex(kotex.sty) = %{tl_version} - -%description cjk-ko -The package supports typesetting UTF-8-encoded modern Korean -documents with the help of the LaTeX2e CJK package. The package -requires nanumtype1 fonts. - -%package cjk-ko-doc -Summary: Documentation for cjk-ko -Version: svn40373 - -Provides: tex-cjk-ko-doc -AutoReqProv: No - -%description cjk-ko-doc -Documentation for cjk-ko - -%package cjkpunct -Provides: tex-cjkpunct = %{tl_version} -License: LPPL -Summary: Adjust locations and kerning of CJK punctuation marks -Version: svn41119 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(CJKpunct.sty) = %{tl_version} - -%description cjkpunct -The package serves as a companion package for CJK. - -%package cjkpunct-doc -Summary: Documentation for cjkpunct -Version: svn41119 - -Provides: tex-cjkpunct-doc -AutoReqProv: No - -%description cjkpunct-doc -Documentation for cjkpunct %package cjk -Provides: tex-cjk = %{tl_version} +Provides: tex-cjk = %{epoch}:%{source_date}-%{release} +Provides: tex-cjk-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-cjk-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-cjk-doc < %{tl_epoch}:%{source_date} License: GPL+ Summary: CJK language support -Version: svn36951.4.8.4 - +BuildArch: noarch Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea - Requires: tex-arphic Requires: tex-cns Requires: tex-garuda-c90 @@ -27082,4685 +4626,4916 @@ Provides: tex(pinyin.ldf) = %{tl_version} %description cjk CJK is a macro package for LaTeX, providing simultaneous support for various Asian scripts in many encodings (including -Unicode): Chinese (both traditional and simplified), Japanese, -Korean and Thai. A special add-on feature is an interface to -the Emacs editor (cjk-enc.el) which gives simultaneous, easy-to- -use support to a bunch of other scripts in addition to the -above -- Cyrillic, Greek, Latin-based scripts, Russian and -Vietnamese are supported. +Unicode): - Chinese (both traditional and simplified), - +Japanese, - Korean and - Thai. A special add-on feature is an +interface to the Emacs editor (cjk-enc.el) which gives +simultaneous, easy-to-use support to a bunch of other scripts +in addition to the above: - Cyrillic, - Greek, - Latin-based +scripts, - Russian and - Vietnamese. -%package cjk-doc -Summary: Documentation for cjk -Version: svn36951.4.8.4 - -Provides: tex-cjk-doc -AutoReqProv: No -Requires: tex-arphic-doc -Requires: tex-cns-doc -Requires: tex-uhc-doc -Requires: tex-wadalab-doc - -%description cjk-doc -Documentation for cjk %package cns -Provides: tex-cns = %{tl_version} +Provides: tex-cns = %{epoch}:%{source_date}-%{release} +Provides: tex-cns-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-cns-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-cns-doc < %{epoch}:%{source_date}-%{release} License: LPPL Summary: cns package -Version: svn45677 +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(c0so1201.tfm) = %{tl_version} -Provides: tex(c0so1202.tfm) = %{tl_version} -Provides: tex(c0so1203.tfm) = %{tl_version} -Provides: tex(c0so1204.tfm) = %{tl_version} -Provides: tex(c0so1205.tfm) = %{tl_version} -Provides: tex(c0so1206.tfm) = %{tl_version} -Provides: tex(c0so1207.tfm) = %{tl_version} -Provides: tex(c0so1208.tfm) = %{tl_version} -Provides: tex(c0so1209.tfm) = %{tl_version} -Provides: tex(c0so1210.tfm) = %{tl_version} -Provides: tex(c0so1211.tfm) = %{tl_version} -Provides: tex(c0so1212.tfm) = %{tl_version} -Provides: tex(c0so1213.tfm) = %{tl_version} -Provides: tex(c0so1214.tfm) = %{tl_version} -Provides: tex(c0so1215.tfm) = %{tl_version} -Provides: tex(c0so1216.tfm) = %{tl_version} -Provides: tex(c0so1217.tfm) = %{tl_version} -Provides: tex(c0so1218.tfm) = %{tl_version} -Provides: tex(c0so1219.tfm) = %{tl_version} -Provides: tex(c0so1220.tfm) = %{tl_version} -Provides: tex(c0so1221.tfm) = %{tl_version} -Provides: tex(c0so1222.tfm) = %{tl_version} -Provides: tex(c0so1223.tfm) = %{tl_version} -Provides: tex(c0so1224.tfm) = %{tl_version} -Provides: tex(c0so1225.tfm) = %{tl_version} -Provides: tex(c0so1226.tfm) = %{tl_version} -Provides: tex(c0so1227.tfm) = %{tl_version} -Provides: tex(c0so1228.tfm) = %{tl_version} -Provides: tex(c0so1229.tfm) = %{tl_version} -Provides: tex(c0so1230.tfm) = %{tl_version} -Provides: tex(c0so1231.tfm) = %{tl_version} -Provides: tex(c0so1232.tfm) = %{tl_version} -Provides: tex(c0so1233.tfm) = %{tl_version} -Provides: tex(c0so1234.tfm) = %{tl_version} -Provides: tex(c0so1235.tfm) = %{tl_version} -Provides: tex(c0so1236.tfm) = %{tl_version} -Provides: tex(c0so1237.tfm) = %{tl_version} -Provides: tex(c0so1238.tfm) = %{tl_version} -Provides: tex(c0so1239.tfm) = %{tl_version} -Provides: tex(c0so1240.tfm) = %{tl_version} -Provides: tex(c0so1241.tfm) = %{tl_version} -Provides: tex(c0so1242.tfm) = %{tl_version} -Provides: tex(c0so1243.tfm) = %{tl_version} -Provides: tex(c0so1244.tfm) = %{tl_version} -Provides: tex(c0so1245.tfm) = %{tl_version} -Provides: tex(c0so1246.tfm) = %{tl_version} -Provides: tex(c0so1247.tfm) = %{tl_version} -Provides: tex(c0so1248.tfm) = %{tl_version} -Provides: tex(c0so1249.tfm) = %{tl_version} -Provides: tex(c0so1250.tfm) = %{tl_version} -Provides: tex(c0so1251.tfm) = %{tl_version} -Provides: tex(c0so1252.tfm) = %{tl_version} -Provides: tex(c0so1253.tfm) = %{tl_version} -Provides: tex(c0so1254.tfm) = %{tl_version} -Provides: tex(c0so1255.tfm) = %{tl_version} -Provides: tex(c1so1201.tfm) = %{tl_version} -Provides: tex(c1so1202.tfm) = %{tl_version} -Provides: tex(c1so1203.tfm) = %{tl_version} -Provides: tex(c1so1204.tfm) = %{tl_version} -Provides: tex(c1so1205.tfm) = %{tl_version} -Provides: tex(c1so1206.tfm) = %{tl_version} -Provides: tex(c1so1207.tfm) = %{tl_version} -Provides: tex(c1so1208.tfm) = %{tl_version} -Provides: tex(c1so1209.tfm) = %{tl_version} -Provides: tex(c1so1210.tfm) = %{tl_version} -Provides: tex(c1so1211.tfm) = %{tl_version} -Provides: tex(c1so1212.tfm) = %{tl_version} -Provides: tex(c1so1213.tfm) = %{tl_version} -Provides: tex(c1so1214.tfm) = %{tl_version} -Provides: tex(c1so1215.tfm) = %{tl_version} -Provides: tex(c1so1216.tfm) = %{tl_version} -Provides: tex(c1so1217.tfm) = %{tl_version} -Provides: tex(c1so1218.tfm) = %{tl_version} -Provides: tex(c1so1219.tfm) = %{tl_version} -Provides: tex(c1so1220.tfm) = %{tl_version} -Provides: tex(c1so1221.tfm) = %{tl_version} -Provides: tex(c1so1222.tfm) = %{tl_version} -Provides: tex(c1so1223.tfm) = %{tl_version} -Provides: tex(c1so1224.tfm) = %{tl_version} -Provides: tex(c1so1225.tfm) = %{tl_version} -Provides: tex(c1so1226.tfm) = %{tl_version} -Provides: tex(c1so1227.tfm) = %{tl_version} -Provides: tex(c1so1228.tfm) = %{tl_version} -Provides: tex(c1so1229.tfm) = %{tl_version} -Provides: tex(c1so1230.tfm) = %{tl_version} -Provides: tex(c1so1231.tfm) = %{tl_version} -Provides: tex(c1so1232.tfm) = %{tl_version} -Provides: tex(c1so1233.tfm) = %{tl_version} -Provides: tex(c1so1234.tfm) = %{tl_version} -Provides: tex(c2so1201.tfm) = %{tl_version} -Provides: tex(c2so1202.tfm) = %{tl_version} -Provides: tex(c2so1203.tfm) = %{tl_version} -Provides: tex(c2so1204.tfm) = %{tl_version} -Provides: tex(c2so1205.tfm) = %{tl_version} -Provides: tex(c2so1206.tfm) = %{tl_version} -Provides: tex(c2so1207.tfm) = %{tl_version} -Provides: tex(c2so1208.tfm) = %{tl_version} -Provides: tex(c2so1209.tfm) = %{tl_version} -Provides: tex(c2so1210.tfm) = %{tl_version} -Provides: tex(c2so1211.tfm) = %{tl_version} -Provides: tex(c2so1212.tfm) = %{tl_version} -Provides: tex(c2so1213.tfm) = %{tl_version} -Provides: tex(c2so1214.tfm) = %{tl_version} -Provides: tex(c2so1215.tfm) = %{tl_version} -Provides: tex(c2so1216.tfm) = %{tl_version} -Provides: tex(c2so1217.tfm) = %{tl_version} -Provides: tex(c2so1218.tfm) = %{tl_version} -Provides: tex(c2so1219.tfm) = %{tl_version} -Provides: tex(c2so1220.tfm) = %{tl_version} -Provides: tex(c2so1221.tfm) = %{tl_version} -Provides: tex(c2so1222.tfm) = %{tl_version} -Provides: tex(c2so1223.tfm) = %{tl_version} -Provides: tex(c2so1224.tfm) = %{tl_version} -Provides: tex(c2so1225.tfm) = %{tl_version} -Provides: tex(c2so1226.tfm) = %{tl_version} -Provides: tex(c2so1227.tfm) = %{tl_version} -Provides: tex(c2so1228.tfm) = %{tl_version} -Provides: tex(c2so1229.tfm) = %{tl_version} -Provides: tex(c2so1230.tfm) = %{tl_version} -Provides: tex(c3so1201.tfm) = %{tl_version} -Provides: tex(c3so1202.tfm) = %{tl_version} -Provides: tex(c3so1203.tfm) = %{tl_version} -Provides: tex(c3so1204.tfm) = %{tl_version} -Provides: tex(c3so1205.tfm) = %{tl_version} -Provides: tex(c3so1206.tfm) = %{tl_version} -Provides: tex(c3so1207.tfm) = %{tl_version} -Provides: tex(c3so1208.tfm) = %{tl_version} -Provides: tex(c3so1209.tfm) = %{tl_version} -Provides: tex(c3so1210.tfm) = %{tl_version} -Provides: tex(c3so1211.tfm) = %{tl_version} -Provides: tex(c3so1212.tfm) = %{tl_version} -Provides: tex(c3so1213.tfm) = %{tl_version} -Provides: tex(c3so1214.tfm) = %{tl_version} -Provides: tex(c3so1215.tfm) = %{tl_version} -Provides: tex(c3so1216.tfm) = %{tl_version} -Provides: tex(c3so1217.tfm) = %{tl_version} -Provides: tex(c3so1218.tfm) = %{tl_version} -Provides: tex(c3so1219.tfm) = %{tl_version} -Provides: tex(c3so1220.tfm) = %{tl_version} -Provides: tex(c3so1221.tfm) = %{tl_version} -Provides: tex(c3so1222.tfm) = %{tl_version} -Provides: tex(c3so1223.tfm) = %{tl_version} -Provides: tex(c3so1224.tfm) = %{tl_version} -Provides: tex(c3so1225.tfm) = %{tl_version} -Provides: tex(c4so1201.tfm) = %{tl_version} -Provides: tex(c4so1202.tfm) = %{tl_version} -Provides: tex(c4so1203.tfm) = %{tl_version} -Provides: tex(c4so1204.tfm) = %{tl_version} -Provides: tex(c4so1205.tfm) = %{tl_version} -Provides: tex(c4so1206.tfm) = %{tl_version} -Provides: tex(c4so1207.tfm) = %{tl_version} -Provides: tex(c4so1208.tfm) = %{tl_version} -Provides: tex(c4so1209.tfm) = %{tl_version} -Provides: tex(c4so1210.tfm) = %{tl_version} -Provides: tex(c4so1211.tfm) = %{tl_version} -Provides: tex(c4so1212.tfm) = %{tl_version} -Provides: tex(c4so1213.tfm) = %{tl_version} -Provides: tex(c4so1214.tfm) = %{tl_version} -Provides: tex(c4so1215.tfm) = %{tl_version} -Provides: tex(c4so1216.tfm) = %{tl_version} -Provides: tex(c4so1217.tfm) = %{tl_version} -Provides: tex(c4so1218.tfm) = %{tl_version} -Provides: tex(c4so1219.tfm) = %{tl_version} -Provides: tex(c4so1220.tfm) = %{tl_version} -Provides: tex(c4so1221.tfm) = %{tl_version} -Provides: tex(c4so1222.tfm) = %{tl_version} -Provides: tex(c4so1223.tfm) = %{tl_version} -Provides: tex(c4so1224.tfm) = %{tl_version} -Provides: tex(c4so1225.tfm) = %{tl_version} -Provides: tex(c4so1226.tfm) = %{tl_version} -Provides: tex(c4so1227.tfm) = %{tl_version} -Provides: tex(c4so1228.tfm) = %{tl_version} -Provides: tex(c4so1229.tfm) = %{tl_version} -Provides: tex(c5so1201.tfm) = %{tl_version} -Provides: tex(c5so1202.tfm) = %{tl_version} -Provides: tex(c5so1203.tfm) = %{tl_version} -Provides: tex(c5so1204.tfm) = %{tl_version} -Provides: tex(c5so1205.tfm) = %{tl_version} -Provides: tex(c5so1206.tfm) = %{tl_version} -Provides: tex(c5so1207.tfm) = %{tl_version} -Provides: tex(c5so1208.tfm) = %{tl_version} -Provides: tex(c5so1209.tfm) = %{tl_version} -Provides: tex(c5so1210.tfm) = %{tl_version} -Provides: tex(c5so1211.tfm) = %{tl_version} -Provides: tex(c5so1212.tfm) = %{tl_version} -Provides: tex(c5so1213.tfm) = %{tl_version} -Provides: tex(c5so1214.tfm) = %{tl_version} -Provides: tex(c5so1215.tfm) = %{tl_version} -Provides: tex(c5so1216.tfm) = %{tl_version} -Provides: tex(c5so1217.tfm) = %{tl_version} -Provides: tex(c5so1218.tfm) = %{tl_version} -Provides: tex(c5so1219.tfm) = %{tl_version} -Provides: tex(c5so1220.tfm) = %{tl_version} -Provides: tex(c5so1221.tfm) = %{tl_version} -Provides: tex(c5so1222.tfm) = %{tl_version} -Provides: tex(c5so1223.tfm) = %{tl_version} -Provides: tex(c5so1224.tfm) = %{tl_version} -Provides: tex(c5so1225.tfm) = %{tl_version} -Provides: tex(c5so1226.tfm) = %{tl_version} -Provides: tex(c5so1227.tfm) = %{tl_version} -Provides: tex(c5so1228.tfm) = %{tl_version} -Provides: tex(c5so1229.tfm) = %{tl_version} -Provides: tex(c5so1230.tfm) = %{tl_version} -Provides: tex(c5so1231.tfm) = %{tl_version} -Provides: tex(c5so1232.tfm) = %{tl_version} -Provides: tex(c5so1233.tfm) = %{tl_version} -Provides: tex(c5so1234.tfm) = %{tl_version} -Provides: tex(c6so1201.tfm) = %{tl_version} -Provides: tex(c6so1202.tfm) = %{tl_version} -Provides: tex(c6so1203.tfm) = %{tl_version} -Provides: tex(c6so1204.tfm) = %{tl_version} -Provides: tex(c6so1205.tfm) = %{tl_version} -Provides: tex(c6so1206.tfm) = %{tl_version} -Provides: tex(c6so1207.tfm) = %{tl_version} -Provides: tex(c6so1208.tfm) = %{tl_version} -Provides: tex(c6so1209.tfm) = %{tl_version} -Provides: tex(c6so1210.tfm) = %{tl_version} -Provides: tex(c6so1211.tfm) = %{tl_version} -Provides: tex(c6so1212.tfm) = %{tl_version} -Provides: tex(c6so1213.tfm) = %{tl_version} -Provides: tex(c6so1214.tfm) = %{tl_version} -Provides: tex(c6so1215.tfm) = %{tl_version} -Provides: tex(c6so1216.tfm) = %{tl_version} -Provides: tex(c6so1217.tfm) = %{tl_version} -Provides: tex(c6so1218.tfm) = %{tl_version} -Provides: tex(c6so1219.tfm) = %{tl_version} -Provides: tex(c6so1220.tfm) = %{tl_version} -Provides: tex(c6so1221.tfm) = %{tl_version} -Provides: tex(c6so1222.tfm) = %{tl_version} -Provides: tex(c6so1223.tfm) = %{tl_version} -Provides: tex(c6so1224.tfm) = %{tl_version} -Provides: tex(c6so1225.tfm) = %{tl_version} -Provides: tex(c7so1201.tfm) = %{tl_version} -Provides: tex(c7so1202.tfm) = %{tl_version} -Provides: tex(c7so1203.tfm) = %{tl_version} -Provides: tex(c7so1204.tfm) = %{tl_version} -Provides: tex(c7so1205.tfm) = %{tl_version} -Provides: tex(c7so1206.tfm) = %{tl_version} -Provides: tex(c7so1207.tfm) = %{tl_version} -Provides: tex(c7so1208.tfm) = %{tl_version} -Provides: tex(c7so1209.tfm) = %{tl_version} -Provides: tex(c7so1210.tfm) = %{tl_version} -Provides: tex(c7so1211.tfm) = %{tl_version} -Provides: tex(c7so1212.tfm) = %{tl_version} -Provides: tex(c7so1213.tfm) = %{tl_version} -Provides: tex(c7so1214.tfm) = %{tl_version} -Provides: tex(c7so1215.tfm) = %{tl_version} -Provides: tex(c7so1216.tfm) = %{tl_version} -Provides: tex(c7so1217.tfm) = %{tl_version} -Provides: tex(c7so1218.tfm) = %{tl_version} -Provides: tex(c7so1219.tfm) = %{tl_version} -Provides: tex(c7so1220.tfm) = %{tl_version} -Provides: tex(c7so1221.tfm) = %{tl_version} -Provides: tex(c7so1222.tfm) = %{tl_version} -Provides: tex(c7so1223.tfm) = %{tl_version} -Provides: tex(c7so1224.tfm) = %{tl_version} -Provides: tex(c7so1225.tfm) = %{tl_version} -Provides: tex(c7so1226.tfm) = %{tl_version} +Requires: tex-kpathsea +Provides: tex(c0so1201.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c0so1202.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c0so1203.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c0so1204.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c0so1205.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c0so1206.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c0so1207.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c0so1208.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c0so1209.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c0so1210.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c0so1211.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c0so1212.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c0so1213.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c0so1214.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c0so1215.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c0so1216.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c0so1217.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c0so1218.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c0so1219.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c0so1220.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c0so1221.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c0so1222.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c0so1223.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c0so1224.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c0so1225.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c0so1226.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c0so1227.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c0so1228.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c0so1229.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c0so1230.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c0so1231.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c0so1232.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c0so1233.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c0so1234.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c0so1235.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c0so1236.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c0so1237.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c0so1238.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c0so1239.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c0so1240.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c0so1241.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c0so1242.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c0so1243.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c0so1244.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c0so1245.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c0so1246.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c0so1247.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c0so1248.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c0so1249.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c0so1250.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c0so1251.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c0so1252.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c0so1253.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c0so1254.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c0so1255.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c1so1201.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c1so1202.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c1so1203.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c1so1204.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c1so1205.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c1so1206.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c1so1207.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c1so1208.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c1so1209.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c1so1210.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c1so1211.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c1so1212.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c1so1213.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c1so1214.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c1so1215.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c1so1216.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c1so1217.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c1so1218.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c1so1219.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c1so1220.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c1so1221.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c1so1222.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c1so1223.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c1so1224.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c1so1225.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c1so1226.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c1so1227.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c1so1228.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c1so1229.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c1so1230.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c1so1231.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c1so1232.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c1so1233.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c1so1234.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c2so1201.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c2so1202.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c2so1203.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c2so1204.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c2so1205.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c2so1206.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c2so1207.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c2so1208.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c2so1209.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c2so1210.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c2so1211.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c2so1212.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c2so1213.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c2so1214.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c2so1215.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c2so1216.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c2so1217.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c2so1218.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c2so1219.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c2so1220.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c2so1221.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c2so1222.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c2so1223.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c2so1224.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c2so1225.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c2so1226.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c2so1227.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c2so1228.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c2so1229.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c2so1230.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c3so1201.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c3so1202.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c3so1203.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c3so1204.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c3so1205.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c3so1206.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c3so1207.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c3so1208.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c3so1209.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c3so1210.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c3so1211.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c3so1212.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c3so1213.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c3so1214.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c3so1215.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c3so1216.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c3so1217.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c3so1218.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c3so1219.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c3so1220.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c3so1221.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c3so1222.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c3so1223.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c3so1224.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c3so1225.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c4so1201.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c4so1202.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c4so1203.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c4so1204.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c4so1205.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c4so1206.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c4so1207.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c4so1208.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c4so1209.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c4so1210.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c4so1211.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c4so1212.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c4so1213.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c4so1214.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c4so1215.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c4so1216.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c4so1217.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c4so1218.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c4so1219.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c4so1220.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c4so1221.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c4so1222.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c4so1223.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c4so1224.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c4so1225.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c4so1226.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c4so1227.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c4so1228.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c4so1229.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c5so1201.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c5so1202.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c5so1203.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c5so1204.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c5so1205.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c5so1206.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c5so1207.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c5so1208.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c5so1209.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c5so1210.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c5so1211.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c5so1212.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c5so1213.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c5so1214.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c5so1215.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c5so1216.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c5so1217.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c5so1218.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c5so1219.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c5so1220.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c5so1221.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c5so1222.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c5so1223.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c5so1224.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c5so1225.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c5so1226.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c5so1227.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c5so1228.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c5so1229.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c5so1230.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c5so1231.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c5so1232.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c5so1233.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c5so1234.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c6so1201.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c6so1202.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c6so1203.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c6so1204.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c6so1205.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c6so1206.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c6so1207.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c6so1208.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c6so1209.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c6so1210.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c6so1211.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c6so1212.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c6so1213.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c6so1214.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c6so1215.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c6so1216.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c6so1217.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c6so1218.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c6so1219.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c6so1220.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c6so1221.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c6so1222.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c6so1223.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c6so1224.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c6so1225.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c7so1201.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c7so1202.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c7so1203.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c7so1204.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c7so1205.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c7so1206.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c7so1207.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c7so1208.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c7so1209.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c7so1210.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c7so1211.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c7so1212.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c7so1213.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c7so1214.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c7so1215.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c7so1216.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c7so1217.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c7so1218.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c7so1219.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c7so1220.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c7so1221.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c7so1222.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c7so1223.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c7so1224.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c7so1225.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(c7so1226.tfm) = %{epoch}:%{source_date}-%{release} %description cns cns package -%package cns-doc -Summary: Documentation for cns -Version: svn45677 -Provides: tex-cns-doc -AutoReqProv: No -%description cns-doc -Documentation for cns +%package collectbox +Provides: tex-collectbox = %{epoch}:%{source_date}-%{release} +Provides: tex-collectbox-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-collectbox-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-collectbox-doc < %{epoch}:%{source_date}-%{release} +License: LPPL +Summary: collectbox package +BuildArch: noarch +Requires: texlive-base +Requires: tex-kpathsea +Provides: tex(collectbox.sty) = %{epoch}:%{source_date}-%{release} + +%description collectbox +collectbox package + + +%package environ +Provides: tex-environ = %{epoch}:%{source_date}-%{release} +Provides: tex-environ-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-environ-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-environ-doc < %{epoch}:%{source_date}-%{release} +License: LPPL +Summary: A new interface for environments in LaTeX +BuildArch: noarch +Requires: texlive-base +Requires: texlive-kpathsea, tex-kpathsea +Requires: tex(trimspaces.sty) +Provides: tex(environ.sty) = %{epoch}:%{source_date}-%{release} + +%description environ +The package provides the \collect@body command (as in amsmath), +as well as a \long version \Collect@Body, for collecting the +body text of an environment. These commands are used to define +a new author interface to creating new environments. For +example: \NewEnviron{test} wraps the entire environment body in +square brackets, doing the right thing in ignoring leading and +trailing spaces. + %package garuda-c90 -Provides: tex-garuda-c90 = %{tl_version} +Provides: tex-garuda-c90 = %{epoch}:%{source_date}-%{release} License: LPPL Summary: TeX support (from CJK) for the garuda font -Version: svn37677.0 +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-kpathsea Requires: tex-fonts-tlwg -Provides: tex(garuda-c90.map) = %{tl_version} -Provides: tex(fgdb8z.tfm) = %{tl_version} -Provides: tex(fgdbo8z.tfm) = %{tl_version} -Provides: tex(fgdo8z.tfm) = %{tl_version} -Provides: tex(fgdr8z.tfm) = %{tl_version} +Provides: tex(garuda-c90.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(fgdb8z.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fgdbo8z.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fgdo8z.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fgdr8z.tfm) = %{epoch}:%{source_date}-%{release} %description garuda-c90 garuda-c90 package + %package fonts-tlwg -Provides: tex-fonts-tlwg = %{tl_version} +Provides: tex-fonts-tlwg = %{epoch}:%{source_date}-%{release} +Provides: tex-fonts-tlwg-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-fonts-tlwg-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-fonts-tlwg-doc < %{tl_epoch}:%{source_date} License: GPL+ Summary: Thai fonts for LaTeX from TLWG -Version: svn54512 +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: texlive-tlwg = %{epoch}:%{tl_version} -Obsoletes: texlive-tlwg < %{epoch}:%{tl_version} -Provides: tex(lthtlwg.enc) = %{tl_version} -Provides: tex(nectec.map) = %{tl_version} -Provides: tex(nf.map) = %{tl_version} -Provides: tex(sipa.map) = %{tl_version} -Provides: tex(tlwg.map) = %{tl_version} -Provides: tex(fonts-tlwg.sty) = %{tl_version} -Provides: tex(lthgaruda.fd) = %{tl_version} -Provides: tex(lthkinnari.fd) = %{tl_version} -Provides: tex(lthlaksaman.fd) = %{tl_version} -Provides: tex(lthloma.fd) = %{tl_version} -Provides: tex(lthnorasi.fd) = %{tl_version} -Provides: tex(lthpurisa.fd) = %{tl_version} -Provides: tex(lthsawasdee.fd) = %{tl_version} -Provides: tex(lthttype.fd) = %{tl_version} -Provides: tex(lthttypist.fd) = %{tl_version} -Provides: tex(lthumpush.fd) = %{tl_version} -Provides: tex(lthwaree.fd) = %{tl_version} +Requires: tex-kpathsea +Provides: texlive-tlwg = %{epoch}:%{source_date}-%{release} +Obsoletes: texlive-tlwg < %{tl_epoch}:%{source_date} +Provides: tex(lthtlwg.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(nectec.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(nf.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(sipa.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(tlwg.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(garuda.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(garuda_b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(garuda_bo.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(garuda_o.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(kinnari.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(kinnari_b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(kinnari_bi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(kinnari_bo.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(kinnari_i.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(kinnari_o.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(laksaman.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(laksaman_b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(laksaman_bi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(laksaman_i.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(loma.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(loma_b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(loma_bo.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(loma_o.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(norasi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(norasi_b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(norasi_bi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(norasi_bo.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(norasi_i.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(norasi_o.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(purisa.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(purisa_b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(purisa_bo.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(purisa_o.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rgaruda.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rgaruda_b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rgaruda_bo.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rgaruda_o.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rkinnari.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rkinnari_b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rkinnari_bi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rkinnari_bo.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rkinnari_i.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rkinnari_o.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rlaksaman.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rlaksaman_b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rlaksaman_bi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rlaksaman_i.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rloma.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rloma_b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rloma_bo.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rloma_o.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rnorasi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rnorasi_b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rnorasi_bi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rnorasi_bo.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rnorasi_i.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rnorasi_o.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rpurisa.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rpurisa_b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rpurisa_bo.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rpurisa_o.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rsawasdee.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rsawasdee_b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rsawasdee_bo.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rsawasdee_o.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rttype.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rttype_b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rttype_bo.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rttype_o.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rttypist.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rttypist_b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rttypist_bo.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rttypist_o.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rumpush.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rumpush_b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rumpush_bo.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rumpush_l.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rumpush_lo.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rumpush_o.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rwaree.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rwaree_b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rwaree_bo.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rwaree_o.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(sawasdee.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(sawasdee_b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(sawasdee_bo.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(sawasdee_o.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ttype.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ttype_b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ttype_bo.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ttype_o.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ttypist.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ttypist_b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ttypist_bo.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ttypist_o.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umpush.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umpush_b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umpush_bo.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umpush_l.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umpush_lo.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umpush_o.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(waree.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(waree_b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(waree_bo.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(waree_o.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(garuda.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(garuda_b.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(garuda_bo.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(garuda_o.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(kinnari.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(kinnari_b.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(kinnari_bi.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(kinnari_bo.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(kinnari_i.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(kinnari_o.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(laksaman.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(laksaman_b.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(laksaman_bi.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(laksaman_i.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(loma.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(loma_b.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(loma_bo.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(loma_o.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(norasi.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(norasi_b.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(norasi_bi.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(norasi_bo.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(norasi_i.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(norasi_o.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(purisa.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(purisa_b.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(purisa_bo.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(purisa_o.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sawasdee.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sawasdee_b.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sawasdee_bo.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sawasdee_o.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(ttype.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(ttype_b.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(ttype_bo.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(ttype_o.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(ttypist.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(ttypist_b.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(ttypist_bo.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(ttypist_o.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(umpush.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(umpush_b.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(umpush_bo.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(umpush_l.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(umpush_lo.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(umpush_o.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(waree.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(waree_b.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(waree_bo.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(waree_o.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(garuda.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(garuda_b.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(garuda_bo.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(garuda_o.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(kinnari.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(kinnari_b.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(kinnari_bi.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(kinnari_bo.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(kinnari_i.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(kinnari_o.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(laksaman.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(laksaman_b.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(laksaman_bi.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(laksaman_i.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(loma.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(loma_b.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(loma_bo.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(loma_o.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(norasi.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(norasi_b.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(norasi_bi.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(norasi_bo.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(norasi_i.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(norasi_o.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(purisa.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(purisa_b.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(purisa_bo.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(purisa_o.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(sawasdee.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(sawasdee_b.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(sawasdee_bo.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(sawasdee_o.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ttype.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ttype_b.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ttype_bo.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ttype_o.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ttypist.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ttypist_b.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ttypist_bo.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ttypist_o.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umpush.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umpush_b.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umpush_bo.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umpush_l.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umpush_lo.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umpush_o.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(waree.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(waree_b.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(waree_bo.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(waree_o.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fonts-tlwg.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(lthgaruda.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(lthkinnari.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(lthlaksaman.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(lthloma.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(lthnorasi.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(lthpurisa.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(lthsawasdee.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(lthttype.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(lthttypist.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(lthumpush.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(lthwaree.fd) = %{epoch}:%{source_date}-%{release} %description fonts-tlwg A collection of free Thai fonts, supplied as FontForge sources, and with LaTeX .fd files. This package depends on the thailatex package. -%package fonts-tlwg-doc -Summary: Documentation for fonts-tlwg -Version: svn54512 -Provides: tex-fonts-tlwg-doc -AutoReqProv: No -%description fonts-tlwg-doc -Documentation for fonts-tlwg +%package ifoddpage +Provides: tex-ifoddpage = %{epoch}:%{source_date}-%{release} +Provides: tex-ifoddpage-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-ifoddpage-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-ifoddpage-doc < %{tl_epoch}:%{source_date} +License: LPPL +Summary: ifoddpage package +BuildArch: noarch +Requires: texlive-base +Requires: tex-kpathsea +Provides: tex(ifoddpage.sty) = %{epoch}:%{source_date}-%{release} + +%description ifoddpage +ifoddpage package + %package norasi-c90 -Provides: tex-norasi-c90 = %{tl_version} +Provides: tex-norasi-c90 = %{epoch}:%{source_date}-%{release} License: LPPL -Summary: TeX support (from CJK) for the norasi font -Version: svn37675.0 +Summary: TeX support (from CJK) for the norasi font in thailatex +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-kpathsea Requires: tex-fonts-tlwg -Provides: tex(norasi-c90.map) = %{tl_version} -Provides: tex(ftnb8z.tfm) = %{tl_version} -Provides: tex(ftnbi8z.tfm) = %{tl_version} -Provides: tex(ftni8z.tfm) = %{tl_version} -Provides: tex(ftnr8z.tfm) = %{tl_version} +Provides: tex(norasi-c90.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(ftnb8z.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ftnbi8z.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ftni8z.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ftnr8z.tfm) = %{epoch}:%{source_date}-%{release} %description norasi-c90 norasi-c90 package + %package uhc -Provides: tex-uhc = %{tl_version} +Provides: tex-uhc = %{epoch}:%{source_date}-%{release} +Provides: tex-uhc-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-uhc-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-uhc-doc < %{tl_epoch}:%{source_date} License: LPPL Summary: Fonts for the Korean language -Version: svn16791.0 +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(umj.map) = %{tl_version} -Provides: tex(umj00.tfm) = %{tl_version} -Provides: tex(umj01.tfm) = %{tl_version} -Provides: tex(umj02.tfm) = %{tl_version} -Provides: tex(umj03.tfm) = %{tl_version} -Provides: tex(umj04.tfm) = %{tl_version} -Provides: tex(umj05.tfm) = %{tl_version} -Provides: tex(umj10.tfm) = %{tl_version} -Provides: tex(umj11.tfm) = %{tl_version} -Provides: tex(umj12.tfm) = %{tl_version} -Provides: tex(umj13.tfm) = %{tl_version} -Provides: tex(umj14.tfm) = %{tl_version} -Provides: tex(umj15.tfm) = %{tl_version} -Provides: tex(umj16.tfm) = %{tl_version} -Provides: tex(umj17.tfm) = %{tl_version} -Provides: tex(umj20.tfm) = %{tl_version} -Provides: tex(umj21.tfm) = %{tl_version} -Provides: tex(umj22.tfm) = %{tl_version} -Provides: tex(umj23.tfm) = %{tl_version} -Provides: tex(umj24.tfm) = %{tl_version} -Provides: tex(umj25.tfm) = %{tl_version} -Provides: tex(umj26.tfm) = %{tl_version} -Provides: tex(umj27.tfm) = %{tl_version} -Provides: tex(umj28.tfm) = %{tl_version} -Provides: tex(umj29.tfm) = %{tl_version} -Provides: tex(umj30.tfm) = %{tl_version} -Provides: tex(umj31.tfm) = %{tl_version} -Provides: tex(umj32.tfm) = %{tl_version} -Provides: tex(umj33.tfm) = %{tl_version} -Provides: tex(umj34.tfm) = %{tl_version} -Provides: tex(umj35.tfm) = %{tl_version} -Provides: tex(umj36.tfm) = %{tl_version} -Provides: tex(umj37.tfm) = %{tl_version} -Provides: tex(umj38.tfm) = %{tl_version} -Provides: tex(umjc00.tfm) = %{tl_version} -Provides: tex(umjc01.tfm) = %{tl_version} -Provides: tex(umjc02.tfm) = %{tl_version} -Provides: tex(umjc03.tfm) = %{tl_version} -Provides: tex(umjc04.tfm) = %{tl_version} -Provides: tex(umjc05.tfm) = %{tl_version} -Provides: tex(umjc10.tfm) = %{tl_version} -Provides: tex(umjc11.tfm) = %{tl_version} -Provides: tex(umjc12.tfm) = %{tl_version} -Provides: tex(umjc13.tfm) = %{tl_version} -Provides: tex(umjc14.tfm) = %{tl_version} -Provides: tex(umjc15.tfm) = %{tl_version} -Provides: tex(umjc16.tfm) = %{tl_version} -Provides: tex(umjc17.tfm) = %{tl_version} -Provides: tex(umjc20.tfm) = %{tl_version} -Provides: tex(umjc21.tfm) = %{tl_version} -Provides: tex(umjc22.tfm) = %{tl_version} -Provides: tex(umjc23.tfm) = %{tl_version} -Provides: tex(umjc24.tfm) = %{tl_version} -Provides: tex(umjc25.tfm) = %{tl_version} -Provides: tex(umjc26.tfm) = %{tl_version} -Provides: tex(umjc27.tfm) = %{tl_version} -Provides: tex(umjc28.tfm) = %{tl_version} -Provides: tex(umjc29.tfm) = %{tl_version} -Provides: tex(umjc30.tfm) = %{tl_version} -Provides: tex(umjc31.tfm) = %{tl_version} -Provides: tex(umjc32.tfm) = %{tl_version} -Provides: tex(umjc33.tfm) = %{tl_version} -Provides: tex(umjc34.tfm) = %{tl_version} -Provides: tex(umjc35.tfm) = %{tl_version} -Provides: tex(umjc36.tfm) = %{tl_version} -Provides: tex(umjc37.tfm) = %{tl_version} -Provides: tex(umjc38.tfm) = %{tl_version} -Provides: tex(umjco00.tfm) = %{tl_version} -Provides: tex(umjco01.tfm) = %{tl_version} -Provides: tex(umjco02.tfm) = %{tl_version} -Provides: tex(umjco03.tfm) = %{tl_version} -Provides: tex(umjco04.tfm) = %{tl_version} -Provides: tex(umjco05.tfm) = %{tl_version} -Provides: tex(umjco10.tfm) = %{tl_version} -Provides: tex(umjco11.tfm) = %{tl_version} -Provides: tex(umjco12.tfm) = %{tl_version} -Provides: tex(umjco13.tfm) = %{tl_version} -Provides: tex(umjco14.tfm) = %{tl_version} -Provides: tex(umjco15.tfm) = %{tl_version} -Provides: tex(umjco16.tfm) = %{tl_version} -Provides: tex(umjco17.tfm) = %{tl_version} -Provides: tex(umjco20.tfm) = %{tl_version} -Provides: tex(umjco21.tfm) = %{tl_version} -Provides: tex(umjco22.tfm) = %{tl_version} -Provides: tex(umjco23.tfm) = %{tl_version} -Provides: tex(umjco24.tfm) = %{tl_version} -Provides: tex(umjco25.tfm) = %{tl_version} -Provides: tex(umjco26.tfm) = %{tl_version} -Provides: tex(umjco27.tfm) = %{tl_version} -Provides: tex(umjco28.tfm) = %{tl_version} -Provides: tex(umjco29.tfm) = %{tl_version} -Provides: tex(umjco30.tfm) = %{tl_version} -Provides: tex(umjco31.tfm) = %{tl_version} -Provides: tex(umjco32.tfm) = %{tl_version} -Provides: tex(umjco33.tfm) = %{tl_version} -Provides: tex(umjco34.tfm) = %{tl_version} -Provides: tex(umjco35.tfm) = %{tl_version} -Provides: tex(umjco36.tfm) = %{tl_version} -Provides: tex(umjco37.tfm) = %{tl_version} -Provides: tex(umjco38.tfm) = %{tl_version} -Provides: tex(umjo00.tfm) = %{tl_version} -Provides: tex(umjo01.tfm) = %{tl_version} -Provides: tex(umjo02.tfm) = %{tl_version} -Provides: tex(umjo03.tfm) = %{tl_version} -Provides: tex(umjo04.tfm) = %{tl_version} -Provides: tex(umjo05.tfm) = %{tl_version} -Provides: tex(umjo10.tfm) = %{tl_version} -Provides: tex(umjo11.tfm) = %{tl_version} -Provides: tex(umjo12.tfm) = %{tl_version} -Provides: tex(umjo13.tfm) = %{tl_version} -Provides: tex(umjo14.tfm) = %{tl_version} -Provides: tex(umjo15.tfm) = %{tl_version} -Provides: tex(umjo16.tfm) = %{tl_version} -Provides: tex(umjo17.tfm) = %{tl_version} -Provides: tex(umjo20.tfm) = %{tl_version} -Provides: tex(umjo21.tfm) = %{tl_version} -Provides: tex(umjo22.tfm) = %{tl_version} -Provides: tex(umjo23.tfm) = %{tl_version} -Provides: tex(umjo24.tfm) = %{tl_version} -Provides: tex(umjo25.tfm) = %{tl_version} -Provides: tex(umjo26.tfm) = %{tl_version} -Provides: tex(umjo27.tfm) = %{tl_version} -Provides: tex(umjo28.tfm) = %{tl_version} -Provides: tex(umjo29.tfm) = %{tl_version} -Provides: tex(umjo30.tfm) = %{tl_version} -Provides: tex(umjo31.tfm) = %{tl_version} -Provides: tex(umjo32.tfm) = %{tl_version} -Provides: tex(umjo33.tfm) = %{tl_version} -Provides: tex(umjo34.tfm) = %{tl_version} -Provides: tex(umjo35.tfm) = %{tl_version} -Provides: tex(umjo36.tfm) = %{tl_version} -Provides: tex(umjo37.tfm) = %{tl_version} -Provides: tex(umjo38.tfm) = %{tl_version} -Provides: tex(umju00.tfm) = %{tl_version} -Provides: tex(umju01.tfm) = %{tl_version} -Provides: tex(umju02.tfm) = %{tl_version} -Provides: tex(umju03.tfm) = %{tl_version} -Provides: tex(umju04.tfm) = %{tl_version} -Provides: tex(umju05.tfm) = %{tl_version} -Provides: tex(umju10.tfm) = %{tl_version} -Provides: tex(umju11.tfm) = %{tl_version} -Provides: tex(umju12.tfm) = %{tl_version} -Provides: tex(umju13.tfm) = %{tl_version} -Provides: tex(umju14.tfm) = %{tl_version} -Provides: tex(umju15.tfm) = %{tl_version} -Provides: tex(umju16.tfm) = %{tl_version} -Provides: tex(umju17.tfm) = %{tl_version} -Provides: tex(umju20.tfm) = %{tl_version} -Provides: tex(umju21.tfm) = %{tl_version} -Provides: tex(umju22.tfm) = %{tl_version} -Provides: tex(umju23.tfm) = %{tl_version} -Provides: tex(umju24.tfm) = %{tl_version} -Provides: tex(umju25.tfm) = %{tl_version} -Provides: tex(umju26.tfm) = %{tl_version} -Provides: tex(umju27.tfm) = %{tl_version} -Provides: tex(umju28.tfm) = %{tl_version} -Provides: tex(umju29.tfm) = %{tl_version} -Provides: tex(umju30.tfm) = %{tl_version} -Provides: tex(umju31.tfm) = %{tl_version} -Provides: tex(umju32.tfm) = %{tl_version} -Provides: tex(umju33.tfm) = %{tl_version} -Provides: tex(umju34.tfm) = %{tl_version} -Provides: tex(umju35.tfm) = %{tl_version} -Provides: tex(umju36.tfm) = %{tl_version} -Provides: tex(umju37.tfm) = %{tl_version} -Provides: tex(umju38.tfm) = %{tl_version} -Provides: tex(umjuo00.tfm) = %{tl_version} -Provides: tex(umjuo01.tfm) = %{tl_version} -Provides: tex(umjuo02.tfm) = %{tl_version} -Provides: tex(umjuo03.tfm) = %{tl_version} -Provides: tex(umjuo04.tfm) = %{tl_version} -Provides: tex(umjuo05.tfm) = %{tl_version} -Provides: tex(umjuo10.tfm) = %{tl_version} -Provides: tex(umjuo11.tfm) = %{tl_version} -Provides: tex(umjuo12.tfm) = %{tl_version} -Provides: tex(umjuo13.tfm) = %{tl_version} -Provides: tex(umjuo14.tfm) = %{tl_version} -Provides: tex(umjuo15.tfm) = %{tl_version} -Provides: tex(umjuo16.tfm) = %{tl_version} -Provides: tex(umjuo17.tfm) = %{tl_version} -Provides: tex(umjuo20.tfm) = %{tl_version} -Provides: tex(umjuo21.tfm) = %{tl_version} -Provides: tex(umjuo22.tfm) = %{tl_version} -Provides: tex(umjuo23.tfm) = %{tl_version} -Provides: tex(umjuo24.tfm) = %{tl_version} -Provides: tex(umjuo25.tfm) = %{tl_version} -Provides: tex(umjuo26.tfm) = %{tl_version} -Provides: tex(umjuo27.tfm) = %{tl_version} -Provides: tex(umjuo28.tfm) = %{tl_version} -Provides: tex(umjuo29.tfm) = %{tl_version} -Provides: tex(umjuo30.tfm) = %{tl_version} -Provides: tex(umjuo31.tfm) = %{tl_version} -Provides: tex(umjuo32.tfm) = %{tl_version} -Provides: tex(umjuo33.tfm) = %{tl_version} -Provides: tex(umjuo34.tfm) = %{tl_version} -Provides: tex(umjuo35.tfm) = %{tl_version} -Provides: tex(umjuo36.tfm) = %{tl_version} -Provides: tex(umjuo37.tfm) = %{tl_version} -Provides: tex(umjuo38.tfm) = %{tl_version} -Provides: tex(umjx00.tfm) = %{tl_version} -Provides: tex(umjx01.tfm) = %{tl_version} -Provides: tex(umjx02.tfm) = %{tl_version} -Provides: tex(umjx03.tfm) = %{tl_version} -Provides: tex(umjx04.tfm) = %{tl_version} -Provides: tex(umjx05.tfm) = %{tl_version} -Provides: tex(umjx10.tfm) = %{tl_version} -Provides: tex(umjx11.tfm) = %{tl_version} -Provides: tex(umjx12.tfm) = %{tl_version} -Provides: tex(umjx13.tfm) = %{tl_version} -Provides: tex(umjx14.tfm) = %{tl_version} -Provides: tex(umjx15.tfm) = %{tl_version} -Provides: tex(umjx16.tfm) = %{tl_version} -Provides: tex(umjx17.tfm) = %{tl_version} -Provides: tex(umjx20.tfm) = %{tl_version} -Provides: tex(umjx21.tfm) = %{tl_version} -Provides: tex(umjx22.tfm) = %{tl_version} -Provides: tex(umjx23.tfm) = %{tl_version} -Provides: tex(umjx24.tfm) = %{tl_version} -Provides: tex(umjx25.tfm) = %{tl_version} -Provides: tex(umjx26.tfm) = %{tl_version} -Provides: tex(umjx27.tfm) = %{tl_version} -Provides: tex(umjx28.tfm) = %{tl_version} -Provides: tex(umjx29.tfm) = %{tl_version} -Provides: tex(umjx30.tfm) = %{tl_version} -Provides: tex(umjx31.tfm) = %{tl_version} -Provides: tex(umjx32.tfm) = %{tl_version} -Provides: tex(umjx33.tfm) = %{tl_version} -Provides: tex(umjx34.tfm) = %{tl_version} -Provides: tex(umjx35.tfm) = %{tl_version} -Provides: tex(umjx36.tfm) = %{tl_version} -Provides: tex(umjx37.tfm) = %{tl_version} -Provides: tex(umjx38.tfm) = %{tl_version} -Provides: tex(umjxo00.tfm) = %{tl_version} -Provides: tex(umjxo01.tfm) = %{tl_version} -Provides: tex(umjxo02.tfm) = %{tl_version} -Provides: tex(umjxo03.tfm) = %{tl_version} -Provides: tex(umjxo04.tfm) = %{tl_version} -Provides: tex(umjxo05.tfm) = %{tl_version} -Provides: tex(umjxo10.tfm) = %{tl_version} -Provides: tex(umjxo11.tfm) = %{tl_version} -Provides: tex(umjxo12.tfm) = %{tl_version} -Provides: tex(umjxo13.tfm) = %{tl_version} -Provides: tex(umjxo14.tfm) = %{tl_version} -Provides: tex(umjxo15.tfm) = %{tl_version} -Provides: tex(umjxo16.tfm) = %{tl_version} -Provides: tex(umjxo17.tfm) = %{tl_version} -Provides: tex(umjxo20.tfm) = %{tl_version} -Provides: tex(umjxo21.tfm) = %{tl_version} -Provides: tex(umjxo22.tfm) = %{tl_version} -Provides: tex(umjxo23.tfm) = %{tl_version} -Provides: tex(umjxo24.tfm) = %{tl_version} -Provides: tex(umjxo25.tfm) = %{tl_version} -Provides: tex(umjxo26.tfm) = %{tl_version} -Provides: tex(umjxo27.tfm) = %{tl_version} -Provides: tex(umjxo28.tfm) = %{tl_version} -Provides: tex(umjxo29.tfm) = %{tl_version} -Provides: tex(umjxo30.tfm) = %{tl_version} -Provides: tex(umjxo31.tfm) = %{tl_version} -Provides: tex(umjxo32.tfm) = %{tl_version} -Provides: tex(umjxo33.tfm) = %{tl_version} -Provides: tex(umjxo34.tfm) = %{tl_version} -Provides: tex(umjxo35.tfm) = %{tl_version} -Provides: tex(umjxo36.tfm) = %{tl_version} -Provides: tex(umjxo37.tfm) = %{tl_version} -Provides: tex(umjxo38.tfm) = %{tl_version} -Provides: tex(uwmj00.tfm) = %{tl_version} -Provides: tex(uwmj01.tfm) = %{tl_version} -Provides: tex(uwmj02.tfm) = %{tl_version} -Provides: tex(uwmj03.tfm) = %{tl_version} -Provides: tex(uwmj04.tfm) = %{tl_version} -Provides: tex(uwmj20.tfm) = %{tl_version} -Provides: tex(uwmj21.tfm) = %{tl_version} -Provides: tex(uwmj22.tfm) = %{tl_version} -Provides: tex(uwmj23.tfm) = %{tl_version} -Provides: tex(uwmj24.tfm) = %{tl_version} -Provides: tex(uwmj25.tfm) = %{tl_version} -Provides: tex(uwmj26.tfm) = %{tl_version} -Provides: tex(uwmj30.tfm) = %{tl_version} -Provides: tex(uwmj31.tfm) = %{tl_version} -Provides: tex(uwmj32.tfm) = %{tl_version} -Provides: tex(uwmj33.tfm) = %{tl_version} -Provides: tex(uwmj4e.tfm) = %{tl_version} -Provides: tex(uwmj4f.tfm) = %{tl_version} -Provides: tex(uwmj50.tfm) = %{tl_version} -Provides: tex(uwmj51.tfm) = %{tl_version} -Provides: tex(uwmj52.tfm) = %{tl_version} -Provides: tex(uwmj53.tfm) = %{tl_version} -Provides: tex(uwmj54.tfm) = %{tl_version} -Provides: tex(uwmj55.tfm) = %{tl_version} -Provides: tex(uwmj56.tfm) = %{tl_version} -Provides: tex(uwmj57.tfm) = %{tl_version} -Provides: tex(uwmj58.tfm) = %{tl_version} -Provides: tex(uwmj59.tfm) = %{tl_version} -Provides: tex(uwmj5a.tfm) = %{tl_version} -Provides: tex(uwmj5b.tfm) = %{tl_version} -Provides: tex(uwmj5c.tfm) = %{tl_version} -Provides: tex(uwmj5d.tfm) = %{tl_version} -Provides: tex(uwmj5e.tfm) = %{tl_version} -Provides: tex(uwmj5f.tfm) = %{tl_version} -Provides: tex(uwmj60.tfm) = %{tl_version} -Provides: tex(uwmj61.tfm) = %{tl_version} -Provides: tex(uwmj62.tfm) = %{tl_version} -Provides: tex(uwmj63.tfm) = %{tl_version} -Provides: tex(uwmj64.tfm) = %{tl_version} -Provides: tex(uwmj65.tfm) = %{tl_version} -Provides: tex(uwmj66.tfm) = %{tl_version} -Provides: tex(uwmj67.tfm) = %{tl_version} -Provides: tex(uwmj68.tfm) = %{tl_version} -Provides: tex(uwmj69.tfm) = %{tl_version} -Provides: tex(uwmj6a.tfm) = %{tl_version} -Provides: tex(uwmj6b.tfm) = %{tl_version} -Provides: tex(uwmj6c.tfm) = %{tl_version} -Provides: tex(uwmj6d.tfm) = %{tl_version} -Provides: tex(uwmj6e.tfm) = %{tl_version} -Provides: tex(uwmj6f.tfm) = %{tl_version} -Provides: tex(uwmj70.tfm) = %{tl_version} -Provides: tex(uwmj71.tfm) = %{tl_version} -Provides: tex(uwmj72.tfm) = %{tl_version} -Provides: tex(uwmj73.tfm) = %{tl_version} -Provides: tex(uwmj74.tfm) = %{tl_version} -Provides: tex(uwmj75.tfm) = %{tl_version} -Provides: tex(uwmj76.tfm) = %{tl_version} -Provides: tex(uwmj77.tfm) = %{tl_version} -Provides: tex(uwmj78.tfm) = %{tl_version} -Provides: tex(uwmj79.tfm) = %{tl_version} -Provides: tex(uwmj7a.tfm) = %{tl_version} -Provides: tex(uwmj7b.tfm) = %{tl_version} -Provides: tex(uwmj7c.tfm) = %{tl_version} -Provides: tex(uwmj7d.tfm) = %{tl_version} -Provides: tex(uwmj7e.tfm) = %{tl_version} -Provides: tex(uwmj7f.tfm) = %{tl_version} -Provides: tex(uwmj80.tfm) = %{tl_version} -Provides: tex(uwmj81.tfm) = %{tl_version} -Provides: tex(uwmj82.tfm) = %{tl_version} -Provides: tex(uwmj83.tfm) = %{tl_version} -Provides: tex(uwmj84.tfm) = %{tl_version} -Provides: tex(uwmj85.tfm) = %{tl_version} -Provides: tex(uwmj86.tfm) = %{tl_version} -Provides: tex(uwmj87.tfm) = %{tl_version} -Provides: tex(uwmj88.tfm) = %{tl_version} -Provides: tex(uwmj89.tfm) = %{tl_version} -Provides: tex(uwmj8a.tfm) = %{tl_version} -Provides: tex(uwmj8b.tfm) = %{tl_version} -Provides: tex(uwmj8c.tfm) = %{tl_version} -Provides: tex(uwmj8d.tfm) = %{tl_version} -Provides: tex(uwmj8e.tfm) = %{tl_version} -Provides: tex(uwmj8f.tfm) = %{tl_version} -Provides: tex(uwmj90.tfm) = %{tl_version} -Provides: tex(uwmj91.tfm) = %{tl_version} -Provides: tex(uwmj92.tfm) = %{tl_version} -Provides: tex(uwmj93.tfm) = %{tl_version} -Provides: tex(uwmj94.tfm) = %{tl_version} -Provides: tex(uwmj95.tfm) = %{tl_version} -Provides: tex(uwmj96.tfm) = %{tl_version} -Provides: tex(uwmj97.tfm) = %{tl_version} -Provides: tex(uwmj98.tfm) = %{tl_version} -Provides: tex(uwmj99.tfm) = %{tl_version} -Provides: tex(uwmj9a.tfm) = %{tl_version} -Provides: tex(uwmj9b.tfm) = %{tl_version} -Provides: tex(uwmj9c.tfm) = %{tl_version} -Provides: tex(uwmj9d.tfm) = %{tl_version} -Provides: tex(uwmj9e.tfm) = %{tl_version} -Provides: tex(uwmj9f.tfm) = %{tl_version} -Provides: tex(uwmjac.tfm) = %{tl_version} -Provides: tex(uwmjad.tfm) = %{tl_version} -Provides: tex(uwmjae.tfm) = %{tl_version} -Provides: tex(uwmjaf.tfm) = %{tl_version} -Provides: tex(uwmjb0.tfm) = %{tl_version} -Provides: tex(uwmjb1.tfm) = %{tl_version} -Provides: tex(uwmjb2.tfm) = %{tl_version} -Provides: tex(uwmjb3.tfm) = %{tl_version} -Provides: tex(uwmjb4.tfm) = %{tl_version} -Provides: tex(uwmjb5.tfm) = %{tl_version} -Provides: tex(uwmjb6.tfm) = %{tl_version} -Provides: tex(uwmjb7.tfm) = %{tl_version} -Provides: tex(uwmjb8.tfm) = %{tl_version} -Provides: tex(uwmjb9.tfm) = %{tl_version} -Provides: tex(uwmjba.tfm) = %{tl_version} -Provides: tex(uwmjbb.tfm) = %{tl_version} -Provides: tex(uwmjbc.tfm) = %{tl_version} -Provides: tex(uwmjbd.tfm) = %{tl_version} -Provides: tex(uwmjbe.tfm) = %{tl_version} -Provides: tex(uwmjbf.tfm) = %{tl_version} -Provides: tex(uwmjc0.tfm) = %{tl_version} -Provides: tex(uwmjc00.tfm) = %{tl_version} -Provides: tex(uwmjc01.tfm) = %{tl_version} -Provides: tex(uwmjc02.tfm) = %{tl_version} -Provides: tex(uwmjc03.tfm) = %{tl_version} -Provides: tex(uwmjc04.tfm) = %{tl_version} -Provides: tex(uwmjc1.tfm) = %{tl_version} -Provides: tex(uwmjc2.tfm) = %{tl_version} -Provides: tex(uwmjc20.tfm) = %{tl_version} -Provides: tex(uwmjc21.tfm) = %{tl_version} -Provides: tex(uwmjc22.tfm) = %{tl_version} -Provides: tex(uwmjc23.tfm) = %{tl_version} -Provides: tex(uwmjc24.tfm) = %{tl_version} -Provides: tex(uwmjc25.tfm) = %{tl_version} -Provides: tex(uwmjc26.tfm) = %{tl_version} -Provides: tex(uwmjc3.tfm) = %{tl_version} -Provides: tex(uwmjc30.tfm) = %{tl_version} -Provides: tex(uwmjc31.tfm) = %{tl_version} -Provides: tex(uwmjc32.tfm) = %{tl_version} -Provides: tex(uwmjc33.tfm) = %{tl_version} -Provides: tex(uwmjc4.tfm) = %{tl_version} -Provides: tex(uwmjc4e.tfm) = %{tl_version} -Provides: tex(uwmjc4f.tfm) = %{tl_version} -Provides: tex(uwmjc5.tfm) = %{tl_version} -Provides: tex(uwmjc50.tfm) = %{tl_version} -Provides: tex(uwmjc51.tfm) = %{tl_version} -Provides: tex(uwmjc52.tfm) = %{tl_version} -Provides: tex(uwmjc53.tfm) = %{tl_version} -Provides: tex(uwmjc54.tfm) = %{tl_version} -Provides: tex(uwmjc55.tfm) = %{tl_version} -Provides: tex(uwmjc56.tfm) = %{tl_version} -Provides: tex(uwmjc57.tfm) = %{tl_version} -Provides: tex(uwmjc58.tfm) = %{tl_version} -Provides: tex(uwmjc59.tfm) = %{tl_version} -Provides: tex(uwmjc5a.tfm) = %{tl_version} -Provides: tex(uwmjc5b.tfm) = %{tl_version} -Provides: tex(uwmjc5c.tfm) = %{tl_version} -Provides: tex(uwmjc5d.tfm) = %{tl_version} -Provides: tex(uwmjc5e.tfm) = %{tl_version} -Provides: tex(uwmjc5f.tfm) = %{tl_version} -Provides: tex(uwmjc6.tfm) = %{tl_version} -Provides: tex(uwmjc60.tfm) = %{tl_version} -Provides: tex(uwmjc61.tfm) = %{tl_version} -Provides: tex(uwmjc62.tfm) = %{tl_version} -Provides: tex(uwmjc63.tfm) = %{tl_version} -Provides: tex(uwmjc64.tfm) = %{tl_version} -Provides: tex(uwmjc65.tfm) = %{tl_version} -Provides: tex(uwmjc66.tfm) = %{tl_version} -Provides: tex(uwmjc67.tfm) = %{tl_version} -Provides: tex(uwmjc68.tfm) = %{tl_version} -Provides: tex(uwmjc69.tfm) = %{tl_version} -Provides: tex(uwmjc6a.tfm) = %{tl_version} -Provides: tex(uwmjc6b.tfm) = %{tl_version} -Provides: tex(uwmjc6c.tfm) = %{tl_version} -Provides: tex(uwmjc6d.tfm) = %{tl_version} -Provides: tex(uwmjc6e.tfm) = %{tl_version} -Provides: tex(uwmjc6f.tfm) = %{tl_version} -Provides: tex(uwmjc7.tfm) = %{tl_version} -Provides: tex(uwmjc70.tfm) = %{tl_version} -Provides: tex(uwmjc71.tfm) = %{tl_version} -Provides: tex(uwmjc72.tfm) = %{tl_version} -Provides: tex(uwmjc73.tfm) = %{tl_version} -Provides: tex(uwmjc74.tfm) = %{tl_version} -Provides: tex(uwmjc75.tfm) = %{tl_version} -Provides: tex(uwmjc76.tfm) = %{tl_version} -Provides: tex(uwmjc77.tfm) = %{tl_version} -Provides: tex(uwmjc78.tfm) = %{tl_version} -Provides: tex(uwmjc79.tfm) = %{tl_version} -Provides: tex(uwmjc7a.tfm) = %{tl_version} -Provides: tex(uwmjc7b.tfm) = %{tl_version} -Provides: tex(uwmjc7c.tfm) = %{tl_version} -Provides: tex(uwmjc7d.tfm) = %{tl_version} -Provides: tex(uwmjc7e.tfm) = %{tl_version} -Provides: tex(uwmjc7f.tfm) = %{tl_version} -Provides: tex(uwmjc8.tfm) = %{tl_version} -Provides: tex(uwmjc80.tfm) = %{tl_version} -Provides: tex(uwmjc81.tfm) = %{tl_version} -Provides: tex(uwmjc82.tfm) = %{tl_version} -Provides: tex(uwmjc83.tfm) = %{tl_version} -Provides: tex(uwmjc84.tfm) = %{tl_version} -Provides: tex(uwmjc85.tfm) = %{tl_version} -Provides: tex(uwmjc86.tfm) = %{tl_version} -Provides: tex(uwmjc87.tfm) = %{tl_version} -Provides: tex(uwmjc88.tfm) = %{tl_version} -Provides: tex(uwmjc89.tfm) = %{tl_version} -Provides: tex(uwmjc8a.tfm) = %{tl_version} -Provides: tex(uwmjc8b.tfm) = %{tl_version} -Provides: tex(uwmjc8c.tfm) = %{tl_version} -Provides: tex(uwmjc8d.tfm) = %{tl_version} -Provides: tex(uwmjc8e.tfm) = %{tl_version} -Provides: tex(uwmjc8f.tfm) = %{tl_version} -Provides: tex(uwmjc9.tfm) = %{tl_version} -Provides: tex(uwmjc90.tfm) = %{tl_version} -Provides: tex(uwmjc91.tfm) = %{tl_version} -Provides: tex(uwmjc92.tfm) = %{tl_version} -Provides: tex(uwmjc93.tfm) = %{tl_version} -Provides: tex(uwmjc94.tfm) = %{tl_version} -Provides: tex(uwmjc95.tfm) = %{tl_version} -Provides: tex(uwmjc96.tfm) = %{tl_version} -Provides: tex(uwmjc97.tfm) = %{tl_version} -Provides: tex(uwmjc98.tfm) = %{tl_version} -Provides: tex(uwmjc99.tfm) = %{tl_version} -Provides: tex(uwmjc9a.tfm) = %{tl_version} -Provides: tex(uwmjc9b.tfm) = %{tl_version} -Provides: tex(uwmjc9c.tfm) = %{tl_version} -Provides: tex(uwmjc9d.tfm) = %{tl_version} -Provides: tex(uwmjc9e.tfm) = %{tl_version} -Provides: tex(uwmjc9f.tfm) = %{tl_version} -Provides: tex(uwmjca.tfm) = %{tl_version} -Provides: tex(uwmjcac.tfm) = %{tl_version} -Provides: tex(uwmjcad.tfm) = %{tl_version} -Provides: tex(uwmjcae.tfm) = %{tl_version} -Provides: tex(uwmjcaf.tfm) = %{tl_version} -Provides: tex(uwmjcb.tfm) = %{tl_version} -Provides: tex(uwmjcb0.tfm) = %{tl_version} -Provides: tex(uwmjcb1.tfm) = %{tl_version} -Provides: tex(uwmjcb2.tfm) = %{tl_version} -Provides: tex(uwmjcb3.tfm) = %{tl_version} -Provides: tex(uwmjcb4.tfm) = %{tl_version} -Provides: tex(uwmjcb5.tfm) = %{tl_version} -Provides: tex(uwmjcb6.tfm) = %{tl_version} -Provides: tex(uwmjcb7.tfm) = %{tl_version} -Provides: tex(uwmjcb8.tfm) = %{tl_version} -Provides: tex(uwmjcb9.tfm) = %{tl_version} -Provides: tex(uwmjcba.tfm) = %{tl_version} -Provides: tex(uwmjcbb.tfm) = %{tl_version} -Provides: tex(uwmjcbc.tfm) = %{tl_version} -Provides: tex(uwmjcbd.tfm) = %{tl_version} -Provides: tex(uwmjcbe.tfm) = %{tl_version} -Provides: tex(uwmjcbf.tfm) = %{tl_version} -Provides: tex(uwmjcc.tfm) = %{tl_version} -Provides: tex(uwmjcc0.tfm) = %{tl_version} -Provides: tex(uwmjcc1.tfm) = %{tl_version} -Provides: tex(uwmjcc2.tfm) = %{tl_version} -Provides: tex(uwmjcc3.tfm) = %{tl_version} -Provides: tex(uwmjcc4.tfm) = %{tl_version} -Provides: tex(uwmjcc5.tfm) = %{tl_version} -Provides: tex(uwmjcc6.tfm) = %{tl_version} -Provides: tex(uwmjcc7.tfm) = %{tl_version} -Provides: tex(uwmjcc8.tfm) = %{tl_version} -Provides: tex(uwmjcc9.tfm) = %{tl_version} -Provides: tex(uwmjcca.tfm) = %{tl_version} -Provides: tex(uwmjccb.tfm) = %{tl_version} -Provides: tex(uwmjccc.tfm) = %{tl_version} -Provides: tex(uwmjccd.tfm) = %{tl_version} -Provides: tex(uwmjcce.tfm) = %{tl_version} -Provides: tex(uwmjccf.tfm) = %{tl_version} -Provides: tex(uwmjcd.tfm) = %{tl_version} -Provides: tex(uwmjcd0.tfm) = %{tl_version} -Provides: tex(uwmjcd1.tfm) = %{tl_version} -Provides: tex(uwmjcd2.tfm) = %{tl_version} -Provides: tex(uwmjcd3.tfm) = %{tl_version} -Provides: tex(uwmjcd4.tfm) = %{tl_version} -Provides: tex(uwmjcd5.tfm) = %{tl_version} -Provides: tex(uwmjcd6.tfm) = %{tl_version} -Provides: tex(uwmjcd7.tfm) = %{tl_version} -Provides: tex(uwmjce.tfm) = %{tl_version} -Provides: tex(uwmjcf.tfm) = %{tl_version} -Provides: tex(uwmjcf9.tfm) = %{tl_version} -Provides: tex(uwmjcfa.tfm) = %{tl_version} -Provides: tex(uwmjcff.tfm) = %{tl_version} -Provides: tex(uwmjco00.tfm) = %{tl_version} -Provides: tex(uwmjco01.tfm) = %{tl_version} -Provides: tex(uwmjco02.tfm) = %{tl_version} -Provides: tex(uwmjco03.tfm) = %{tl_version} -Provides: tex(uwmjco04.tfm) = %{tl_version} -Provides: tex(uwmjco20.tfm) = %{tl_version} -Provides: tex(uwmjco21.tfm) = %{tl_version} -Provides: tex(uwmjco22.tfm) = %{tl_version} -Provides: tex(uwmjco23.tfm) = %{tl_version} -Provides: tex(uwmjco24.tfm) = %{tl_version} -Provides: tex(uwmjco25.tfm) = %{tl_version} -Provides: tex(uwmjco26.tfm) = %{tl_version} -Provides: tex(uwmjco30.tfm) = %{tl_version} -Provides: tex(uwmjco31.tfm) = %{tl_version} -Provides: tex(uwmjco32.tfm) = %{tl_version} -Provides: tex(uwmjco33.tfm) = %{tl_version} -Provides: tex(uwmjco4e.tfm) = %{tl_version} -Provides: tex(uwmjco4f.tfm) = %{tl_version} -Provides: tex(uwmjco50.tfm) = %{tl_version} -Provides: tex(uwmjco51.tfm) = %{tl_version} -Provides: tex(uwmjco52.tfm) = %{tl_version} -Provides: tex(uwmjco53.tfm) = %{tl_version} -Provides: tex(uwmjco54.tfm) = %{tl_version} -Provides: tex(uwmjco55.tfm) = %{tl_version} -Provides: tex(uwmjco56.tfm) = %{tl_version} -Provides: tex(uwmjco57.tfm) = %{tl_version} -Provides: tex(uwmjco58.tfm) = %{tl_version} -Provides: tex(uwmjco59.tfm) = %{tl_version} -Provides: tex(uwmjco5a.tfm) = %{tl_version} -Provides: tex(uwmjco5b.tfm) = %{tl_version} -Provides: tex(uwmjco5c.tfm) = %{tl_version} -Provides: tex(uwmjco5d.tfm) = %{tl_version} -Provides: tex(uwmjco5e.tfm) = %{tl_version} -Provides: tex(uwmjco5f.tfm) = %{tl_version} -Provides: tex(uwmjco60.tfm) = %{tl_version} -Provides: tex(uwmjco61.tfm) = %{tl_version} -Provides: tex(uwmjco62.tfm) = %{tl_version} -Provides: tex(uwmjco63.tfm) = %{tl_version} -Provides: tex(uwmjco64.tfm) = %{tl_version} -Provides: tex(uwmjco65.tfm) = %{tl_version} -Provides: tex(uwmjco66.tfm) = %{tl_version} -Provides: tex(uwmjco67.tfm) = %{tl_version} -Provides: tex(uwmjco68.tfm) = %{tl_version} -Provides: tex(uwmjco69.tfm) = %{tl_version} -Provides: tex(uwmjco6a.tfm) = %{tl_version} -Provides: tex(uwmjco6b.tfm) = %{tl_version} -Provides: tex(uwmjco6c.tfm) = %{tl_version} -Provides: tex(uwmjco6d.tfm) = %{tl_version} -Provides: tex(uwmjco6e.tfm) = %{tl_version} -Provides: tex(uwmjco6f.tfm) = %{tl_version} -Provides: tex(uwmjco70.tfm) = %{tl_version} -Provides: tex(uwmjco71.tfm) = %{tl_version} -Provides: tex(uwmjco72.tfm) = %{tl_version} -Provides: tex(uwmjco73.tfm) = %{tl_version} -Provides: tex(uwmjco74.tfm) = %{tl_version} -Provides: tex(uwmjco75.tfm) = %{tl_version} -Provides: tex(uwmjco76.tfm) = %{tl_version} -Provides: tex(uwmjco77.tfm) = %{tl_version} -Provides: tex(uwmjco78.tfm) = %{tl_version} -Provides: tex(uwmjco79.tfm) = %{tl_version} -Provides: tex(uwmjco7a.tfm) = %{tl_version} -Provides: tex(uwmjco7b.tfm) = %{tl_version} -Provides: tex(uwmjco7c.tfm) = %{tl_version} -Provides: tex(uwmjco7d.tfm) = %{tl_version} -Provides: tex(uwmjco7e.tfm) = %{tl_version} -Provides: tex(uwmjco7f.tfm) = %{tl_version} -Provides: tex(uwmjco80.tfm) = %{tl_version} -Provides: tex(uwmjco81.tfm) = %{tl_version} -Provides: tex(uwmjco82.tfm) = %{tl_version} -Provides: tex(uwmjco83.tfm) = %{tl_version} -Provides: tex(uwmjco84.tfm) = %{tl_version} -Provides: tex(uwmjco85.tfm) = %{tl_version} -Provides: tex(uwmjco86.tfm) = %{tl_version} -Provides: tex(uwmjco87.tfm) = %{tl_version} -Provides: tex(uwmjco88.tfm) = %{tl_version} -Provides: tex(uwmjco89.tfm) = %{tl_version} -Provides: tex(uwmjco8a.tfm) = %{tl_version} -Provides: tex(uwmjco8b.tfm) = %{tl_version} -Provides: tex(uwmjco8c.tfm) = %{tl_version} -Provides: tex(uwmjco8d.tfm) = %{tl_version} -Provides: tex(uwmjco8e.tfm) = %{tl_version} -Provides: tex(uwmjco8f.tfm) = %{tl_version} -Provides: tex(uwmjco90.tfm) = %{tl_version} -Provides: tex(uwmjco91.tfm) = %{tl_version} -Provides: tex(uwmjco92.tfm) = %{tl_version} -Provides: tex(uwmjco93.tfm) = %{tl_version} -Provides: tex(uwmjco94.tfm) = %{tl_version} -Provides: tex(uwmjco95.tfm) = %{tl_version} -Provides: tex(uwmjco96.tfm) = %{tl_version} -Provides: tex(uwmjco97.tfm) = %{tl_version} -Provides: tex(uwmjco98.tfm) = %{tl_version} -Provides: tex(uwmjco99.tfm) = %{tl_version} -Provides: tex(uwmjco9a.tfm) = %{tl_version} -Provides: tex(uwmjco9b.tfm) = %{tl_version} -Provides: tex(uwmjco9c.tfm) = %{tl_version} -Provides: tex(uwmjco9d.tfm) = %{tl_version} -Provides: tex(uwmjco9e.tfm) = %{tl_version} -Provides: tex(uwmjco9f.tfm) = %{tl_version} -Provides: tex(uwmjcoac.tfm) = %{tl_version} -Provides: tex(uwmjcoad.tfm) = %{tl_version} -Provides: tex(uwmjcoae.tfm) = %{tl_version} -Provides: tex(uwmjcoaf.tfm) = %{tl_version} -Provides: tex(uwmjcob0.tfm) = %{tl_version} -Provides: tex(uwmjcob1.tfm) = %{tl_version} -Provides: tex(uwmjcob2.tfm) = %{tl_version} -Provides: tex(uwmjcob3.tfm) = %{tl_version} -Provides: tex(uwmjcob4.tfm) = %{tl_version} -Provides: tex(uwmjcob5.tfm) = %{tl_version} -Provides: tex(uwmjcob6.tfm) = %{tl_version} -Provides: tex(uwmjcob7.tfm) = %{tl_version} -Provides: tex(uwmjcob8.tfm) = %{tl_version} -Provides: tex(uwmjcob9.tfm) = %{tl_version} -Provides: tex(uwmjcoba.tfm) = %{tl_version} -Provides: tex(uwmjcobb.tfm) = %{tl_version} -Provides: tex(uwmjcobc.tfm) = %{tl_version} -Provides: tex(uwmjcobd.tfm) = %{tl_version} -Provides: tex(uwmjcobe.tfm) = %{tl_version} -Provides: tex(uwmjcobf.tfm) = %{tl_version} -Provides: tex(uwmjcoc0.tfm) = %{tl_version} -Provides: tex(uwmjcoc1.tfm) = %{tl_version} -Provides: tex(uwmjcoc2.tfm) = %{tl_version} -Provides: tex(uwmjcoc3.tfm) = %{tl_version} -Provides: tex(uwmjcoc4.tfm) = %{tl_version} -Provides: tex(uwmjcoc5.tfm) = %{tl_version} -Provides: tex(uwmjcoc6.tfm) = %{tl_version} -Provides: tex(uwmjcoc7.tfm) = %{tl_version} -Provides: tex(uwmjcoc8.tfm) = %{tl_version} -Provides: tex(uwmjcoc9.tfm) = %{tl_version} -Provides: tex(uwmjcoca.tfm) = %{tl_version} -Provides: tex(uwmjcocb.tfm) = %{tl_version} -Provides: tex(uwmjcocc.tfm) = %{tl_version} -Provides: tex(uwmjcocd.tfm) = %{tl_version} -Provides: tex(uwmjcoce.tfm) = %{tl_version} -Provides: tex(uwmjcocf.tfm) = %{tl_version} -Provides: tex(uwmjcod0.tfm) = %{tl_version} -Provides: tex(uwmjcod1.tfm) = %{tl_version} -Provides: tex(uwmjcod2.tfm) = %{tl_version} -Provides: tex(uwmjcod3.tfm) = %{tl_version} -Provides: tex(uwmjcod4.tfm) = %{tl_version} -Provides: tex(uwmjcod5.tfm) = %{tl_version} -Provides: tex(uwmjcod6.tfm) = %{tl_version} -Provides: tex(uwmjcod7.tfm) = %{tl_version} -Provides: tex(uwmjcof9.tfm) = %{tl_version} -Provides: tex(uwmjcofa.tfm) = %{tl_version} -Provides: tex(uwmjcoff.tfm) = %{tl_version} -Provides: tex(uwmjd0.tfm) = %{tl_version} -Provides: tex(uwmjd1.tfm) = %{tl_version} -Provides: tex(uwmjd2.tfm) = %{tl_version} -Provides: tex(uwmjd3.tfm) = %{tl_version} -Provides: tex(uwmjd4.tfm) = %{tl_version} -Provides: tex(uwmjd5.tfm) = %{tl_version} -Provides: tex(uwmjd6.tfm) = %{tl_version} -Provides: tex(uwmjd7.tfm) = %{tl_version} -Provides: tex(uwmjf9.tfm) = %{tl_version} -Provides: tex(uwmjfa.tfm) = %{tl_version} -Provides: tex(uwmjff.tfm) = %{tl_version} -Provides: tex(uwmjo00.tfm) = %{tl_version} -Provides: tex(uwmjo01.tfm) = %{tl_version} -Provides: tex(uwmjo02.tfm) = %{tl_version} -Provides: tex(uwmjo03.tfm) = %{tl_version} -Provides: tex(uwmjo04.tfm) = %{tl_version} -Provides: tex(uwmjo20.tfm) = %{tl_version} -Provides: tex(uwmjo21.tfm) = %{tl_version} -Provides: tex(uwmjo22.tfm) = %{tl_version} -Provides: tex(uwmjo23.tfm) = %{tl_version} -Provides: tex(uwmjo24.tfm) = %{tl_version} -Provides: tex(uwmjo25.tfm) = %{tl_version} -Provides: tex(uwmjo26.tfm) = %{tl_version} -Provides: tex(uwmjo30.tfm) = %{tl_version} -Provides: tex(uwmjo31.tfm) = %{tl_version} -Provides: tex(uwmjo32.tfm) = %{tl_version} -Provides: tex(uwmjo33.tfm) = %{tl_version} -Provides: tex(uwmjo4e.tfm) = %{tl_version} -Provides: tex(uwmjo4f.tfm) = %{tl_version} -Provides: tex(uwmjo50.tfm) = %{tl_version} -Provides: tex(uwmjo51.tfm) = %{tl_version} -Provides: tex(uwmjo52.tfm) = %{tl_version} -Provides: tex(uwmjo53.tfm) = %{tl_version} -Provides: tex(uwmjo54.tfm) = %{tl_version} -Provides: tex(uwmjo55.tfm) = %{tl_version} -Provides: tex(uwmjo56.tfm) = %{tl_version} -Provides: tex(uwmjo57.tfm) = %{tl_version} -Provides: tex(uwmjo58.tfm) = %{tl_version} -Provides: tex(uwmjo59.tfm) = %{tl_version} -Provides: tex(uwmjo5a.tfm) = %{tl_version} -Provides: tex(uwmjo5b.tfm) = %{tl_version} -Provides: tex(uwmjo5c.tfm) = %{tl_version} -Provides: tex(uwmjo5d.tfm) = %{tl_version} -Provides: tex(uwmjo5e.tfm) = %{tl_version} -Provides: tex(uwmjo5f.tfm) = %{tl_version} -Provides: tex(uwmjo60.tfm) = %{tl_version} -Provides: tex(uwmjo61.tfm) = %{tl_version} -Provides: tex(uwmjo62.tfm) = %{tl_version} -Provides: tex(uwmjo63.tfm) = %{tl_version} -Provides: tex(uwmjo64.tfm) = %{tl_version} -Provides: tex(uwmjo65.tfm) = %{tl_version} -Provides: tex(uwmjo66.tfm) = %{tl_version} -Provides: tex(uwmjo67.tfm) = %{tl_version} -Provides: tex(uwmjo68.tfm) = %{tl_version} -Provides: tex(uwmjo69.tfm) = %{tl_version} -Provides: tex(uwmjo6a.tfm) = %{tl_version} -Provides: tex(uwmjo6b.tfm) = %{tl_version} -Provides: tex(uwmjo6c.tfm) = %{tl_version} -Provides: tex(uwmjo6d.tfm) = %{tl_version} -Provides: tex(uwmjo6e.tfm) = %{tl_version} -Provides: tex(uwmjo6f.tfm) = %{tl_version} -Provides: tex(uwmjo70.tfm) = %{tl_version} -Provides: tex(uwmjo71.tfm) = %{tl_version} -Provides: tex(uwmjo72.tfm) = %{tl_version} -Provides: tex(uwmjo73.tfm) = %{tl_version} -Provides: tex(uwmjo74.tfm) = %{tl_version} -Provides: tex(uwmjo75.tfm) = %{tl_version} -Provides: tex(uwmjo76.tfm) = %{tl_version} -Provides: tex(uwmjo77.tfm) = %{tl_version} -Provides: tex(uwmjo78.tfm) = %{tl_version} -Provides: tex(uwmjo79.tfm) = %{tl_version} -Provides: tex(uwmjo7a.tfm) = %{tl_version} -Provides: tex(uwmjo7b.tfm) = %{tl_version} -Provides: tex(uwmjo7c.tfm) = %{tl_version} -Provides: tex(uwmjo7d.tfm) = %{tl_version} -Provides: tex(uwmjo7e.tfm) = %{tl_version} -Provides: tex(uwmjo7f.tfm) = %{tl_version} -Provides: tex(uwmjo80.tfm) = %{tl_version} -Provides: tex(uwmjo81.tfm) = %{tl_version} -Provides: tex(uwmjo82.tfm) = %{tl_version} -Provides: tex(uwmjo83.tfm) = %{tl_version} -Provides: tex(uwmjo84.tfm) = %{tl_version} -Provides: tex(uwmjo85.tfm) = %{tl_version} -Provides: tex(uwmjo86.tfm) = %{tl_version} -Provides: tex(uwmjo87.tfm) = %{tl_version} -Provides: tex(uwmjo88.tfm) = %{tl_version} -Provides: tex(uwmjo89.tfm) = %{tl_version} -Provides: tex(uwmjo8a.tfm) = %{tl_version} -Provides: tex(uwmjo8b.tfm) = %{tl_version} -Provides: tex(uwmjo8c.tfm) = %{tl_version} -Provides: tex(uwmjo8d.tfm) = %{tl_version} -Provides: tex(uwmjo8e.tfm) = %{tl_version} -Provides: tex(uwmjo8f.tfm) = %{tl_version} -Provides: tex(uwmjo90.tfm) = %{tl_version} -Provides: tex(uwmjo91.tfm) = %{tl_version} -Provides: tex(uwmjo92.tfm) = %{tl_version} -Provides: tex(uwmjo93.tfm) = %{tl_version} -Provides: tex(uwmjo94.tfm) = %{tl_version} -Provides: tex(uwmjo95.tfm) = %{tl_version} -Provides: tex(uwmjo96.tfm) = %{tl_version} -Provides: tex(uwmjo97.tfm) = %{tl_version} -Provides: tex(uwmjo98.tfm) = %{tl_version} -Provides: tex(uwmjo99.tfm) = %{tl_version} -Provides: tex(uwmjo9a.tfm) = %{tl_version} -Provides: tex(uwmjo9b.tfm) = %{tl_version} -Provides: tex(uwmjo9c.tfm) = %{tl_version} -Provides: tex(uwmjo9d.tfm) = %{tl_version} -Provides: tex(uwmjo9e.tfm) = %{tl_version} -Provides: tex(uwmjo9f.tfm) = %{tl_version} -Provides: tex(uwmjoac.tfm) = %{tl_version} -Provides: tex(uwmjoad.tfm) = %{tl_version} -Provides: tex(uwmjoae.tfm) = %{tl_version} -Provides: tex(uwmjoaf.tfm) = %{tl_version} -Provides: tex(uwmjob0.tfm) = %{tl_version} -Provides: tex(uwmjob1.tfm) = %{tl_version} -Provides: tex(uwmjob2.tfm) = %{tl_version} -Provides: tex(uwmjob3.tfm) = %{tl_version} -Provides: tex(uwmjob4.tfm) = %{tl_version} -Provides: tex(uwmjob5.tfm) = %{tl_version} -Provides: tex(uwmjob6.tfm) = %{tl_version} -Provides: tex(uwmjob7.tfm) = %{tl_version} -Provides: tex(uwmjob8.tfm) = %{tl_version} -Provides: tex(uwmjob9.tfm) = %{tl_version} -Provides: tex(uwmjoba.tfm) = %{tl_version} -Provides: tex(uwmjobb.tfm) = %{tl_version} -Provides: tex(uwmjobc.tfm) = %{tl_version} -Provides: tex(uwmjobd.tfm) = %{tl_version} -Provides: tex(uwmjobe.tfm) = %{tl_version} -Provides: tex(uwmjobf.tfm) = %{tl_version} -Provides: tex(uwmjoc0.tfm) = %{tl_version} -Provides: tex(uwmjoc1.tfm) = %{tl_version} -Provides: tex(uwmjoc2.tfm) = %{tl_version} -Provides: tex(uwmjoc3.tfm) = %{tl_version} -Provides: tex(uwmjoc4.tfm) = %{tl_version} -Provides: tex(uwmjoc5.tfm) = %{tl_version} -Provides: tex(uwmjoc6.tfm) = %{tl_version} -Provides: tex(uwmjoc7.tfm) = %{tl_version} -Provides: tex(uwmjoc8.tfm) = %{tl_version} -Provides: tex(uwmjoc9.tfm) = %{tl_version} -Provides: tex(uwmjoca.tfm) = %{tl_version} -Provides: tex(uwmjocb.tfm) = %{tl_version} -Provides: tex(uwmjocc.tfm) = %{tl_version} -Provides: tex(uwmjocd.tfm) = %{tl_version} -Provides: tex(uwmjoce.tfm) = %{tl_version} -Provides: tex(uwmjocf.tfm) = %{tl_version} -Provides: tex(uwmjod0.tfm) = %{tl_version} -Provides: tex(uwmjod1.tfm) = %{tl_version} -Provides: tex(uwmjod2.tfm) = %{tl_version} -Provides: tex(uwmjod3.tfm) = %{tl_version} -Provides: tex(uwmjod4.tfm) = %{tl_version} -Provides: tex(uwmjod5.tfm) = %{tl_version} -Provides: tex(uwmjod6.tfm) = %{tl_version} -Provides: tex(uwmjod7.tfm) = %{tl_version} -Provides: tex(uwmjof9.tfm) = %{tl_version} -Provides: tex(uwmjofa.tfm) = %{tl_version} -Provides: tex(uwmjoff.tfm) = %{tl_version} -Provides: tex(uwmju00.tfm) = %{tl_version} -Provides: tex(uwmju01.tfm) = %{tl_version} -Provides: tex(uwmju02.tfm) = %{tl_version} -Provides: tex(uwmju03.tfm) = %{tl_version} -Provides: tex(uwmju04.tfm) = %{tl_version} -Provides: tex(uwmju20.tfm) = %{tl_version} -Provides: tex(uwmju21.tfm) = %{tl_version} -Provides: tex(uwmju22.tfm) = %{tl_version} -Provides: tex(uwmju23.tfm) = %{tl_version} -Provides: tex(uwmju24.tfm) = %{tl_version} -Provides: tex(uwmju25.tfm) = %{tl_version} -Provides: tex(uwmju26.tfm) = %{tl_version} -Provides: tex(uwmju30.tfm) = %{tl_version} -Provides: tex(uwmju31.tfm) = %{tl_version} -Provides: tex(uwmju32.tfm) = %{tl_version} -Provides: tex(uwmju33.tfm) = %{tl_version} -Provides: tex(uwmju4e.tfm) = %{tl_version} -Provides: tex(uwmju4f.tfm) = %{tl_version} -Provides: tex(uwmju50.tfm) = %{tl_version} -Provides: tex(uwmju51.tfm) = %{tl_version} -Provides: tex(uwmju52.tfm) = %{tl_version} -Provides: tex(uwmju53.tfm) = %{tl_version} -Provides: tex(uwmju54.tfm) = %{tl_version} -Provides: tex(uwmju55.tfm) = %{tl_version} -Provides: tex(uwmju56.tfm) = %{tl_version} -Provides: tex(uwmju57.tfm) = %{tl_version} -Provides: tex(uwmju58.tfm) = %{tl_version} -Provides: tex(uwmju59.tfm) = %{tl_version} -Provides: tex(uwmju5a.tfm) = %{tl_version} -Provides: tex(uwmju5b.tfm) = %{tl_version} -Provides: tex(uwmju5c.tfm) = %{tl_version} -Provides: tex(uwmju5d.tfm) = %{tl_version} -Provides: tex(uwmju5e.tfm) = %{tl_version} -Provides: tex(uwmju5f.tfm) = %{tl_version} -Provides: tex(uwmju60.tfm) = %{tl_version} -Provides: tex(uwmju61.tfm) = %{tl_version} -Provides: tex(uwmju62.tfm) = %{tl_version} -Provides: tex(uwmju63.tfm) = %{tl_version} -Provides: tex(uwmju64.tfm) = %{tl_version} -Provides: tex(uwmju65.tfm) = %{tl_version} -Provides: tex(uwmju66.tfm) = %{tl_version} -Provides: tex(uwmju67.tfm) = %{tl_version} -Provides: tex(uwmju68.tfm) = %{tl_version} -Provides: tex(uwmju69.tfm) = %{tl_version} -Provides: tex(uwmju6a.tfm) = %{tl_version} -Provides: tex(uwmju6b.tfm) = %{tl_version} -Provides: tex(uwmju6c.tfm) = %{tl_version} -Provides: tex(uwmju6d.tfm) = %{tl_version} -Provides: tex(uwmju6e.tfm) = %{tl_version} -Provides: tex(uwmju6f.tfm) = %{tl_version} -Provides: tex(uwmju70.tfm) = %{tl_version} -Provides: tex(uwmju71.tfm) = %{tl_version} -Provides: tex(uwmju72.tfm) = %{tl_version} -Provides: tex(uwmju73.tfm) = %{tl_version} -Provides: tex(uwmju74.tfm) = %{tl_version} -Provides: tex(uwmju75.tfm) = %{tl_version} -Provides: tex(uwmju76.tfm) = %{tl_version} -Provides: tex(uwmju77.tfm) = %{tl_version} -Provides: tex(uwmju78.tfm) = %{tl_version} -Provides: tex(uwmju79.tfm) = %{tl_version} -Provides: tex(uwmju7a.tfm) = %{tl_version} -Provides: tex(uwmju7b.tfm) = %{tl_version} -Provides: tex(uwmju7c.tfm) = %{tl_version} -Provides: tex(uwmju7d.tfm) = %{tl_version} -Provides: tex(uwmju7e.tfm) = %{tl_version} -Provides: tex(uwmju7f.tfm) = %{tl_version} -Provides: tex(uwmju80.tfm) = %{tl_version} -Provides: tex(uwmju81.tfm) = %{tl_version} -Provides: tex(uwmju82.tfm) = %{tl_version} -Provides: tex(uwmju83.tfm) = %{tl_version} -Provides: tex(uwmju84.tfm) = %{tl_version} -Provides: tex(uwmju85.tfm) = %{tl_version} -Provides: tex(uwmju86.tfm) = %{tl_version} -Provides: tex(uwmju87.tfm) = %{tl_version} -Provides: tex(uwmju88.tfm) = %{tl_version} -Provides: tex(uwmju89.tfm) = %{tl_version} -Provides: tex(uwmju8a.tfm) = %{tl_version} -Provides: tex(uwmju8b.tfm) = %{tl_version} -Provides: tex(uwmju8c.tfm) = %{tl_version} -Provides: tex(uwmju8d.tfm) = %{tl_version} -Provides: tex(uwmju8e.tfm) = %{tl_version} -Provides: tex(uwmju8f.tfm) = %{tl_version} -Provides: tex(uwmju90.tfm) = %{tl_version} -Provides: tex(uwmju91.tfm) = %{tl_version} -Provides: tex(uwmju92.tfm) = %{tl_version} -Provides: tex(uwmju93.tfm) = %{tl_version} -Provides: tex(uwmju94.tfm) = %{tl_version} -Provides: tex(uwmju95.tfm) = %{tl_version} -Provides: tex(uwmju96.tfm) = %{tl_version} -Provides: tex(uwmju97.tfm) = %{tl_version} -Provides: tex(uwmju98.tfm) = %{tl_version} -Provides: tex(uwmju99.tfm) = %{tl_version} -Provides: tex(uwmju9a.tfm) = %{tl_version} -Provides: tex(uwmju9b.tfm) = %{tl_version} -Provides: tex(uwmju9c.tfm) = %{tl_version} -Provides: tex(uwmju9d.tfm) = %{tl_version} -Provides: tex(uwmju9e.tfm) = %{tl_version} -Provides: tex(uwmju9f.tfm) = %{tl_version} -Provides: tex(uwmjuac.tfm) = %{tl_version} -Provides: tex(uwmjuad.tfm) = %{tl_version} -Provides: tex(uwmjuae.tfm) = %{tl_version} -Provides: tex(uwmjuaf.tfm) = %{tl_version} -Provides: tex(uwmjub0.tfm) = %{tl_version} -Provides: tex(uwmjub1.tfm) = %{tl_version} -Provides: tex(uwmjub2.tfm) = %{tl_version} -Provides: tex(uwmjub3.tfm) = %{tl_version} -Provides: tex(uwmjub4.tfm) = %{tl_version} -Provides: tex(uwmjub5.tfm) = %{tl_version} -Provides: tex(uwmjub6.tfm) = %{tl_version} -Provides: tex(uwmjub7.tfm) = %{tl_version} -Provides: tex(uwmjub8.tfm) = %{tl_version} -Provides: tex(uwmjub9.tfm) = %{tl_version} -Provides: tex(uwmjuba.tfm) = %{tl_version} -Provides: tex(uwmjubb.tfm) = %{tl_version} -Provides: tex(uwmjubc.tfm) = %{tl_version} -Provides: tex(uwmjubd.tfm) = %{tl_version} -Provides: tex(uwmjube.tfm) = %{tl_version} -Provides: tex(uwmjubf.tfm) = %{tl_version} -Provides: tex(uwmjuc0.tfm) = %{tl_version} -Provides: tex(uwmjuc1.tfm) = %{tl_version} -Provides: tex(uwmjuc2.tfm) = %{tl_version} -Provides: tex(uwmjuc3.tfm) = %{tl_version} -Provides: tex(uwmjuc4.tfm) = %{tl_version} -Provides: tex(uwmjuc5.tfm) = %{tl_version} -Provides: tex(uwmjuc6.tfm) = %{tl_version} -Provides: tex(uwmjuc7.tfm) = %{tl_version} -Provides: tex(uwmjuc8.tfm) = %{tl_version} -Provides: tex(uwmjuc9.tfm) = %{tl_version} -Provides: tex(uwmjuca.tfm) = %{tl_version} -Provides: tex(uwmjucb.tfm) = %{tl_version} -Provides: tex(uwmjucc.tfm) = %{tl_version} -Provides: tex(uwmjucd.tfm) = %{tl_version} -Provides: tex(uwmjuce.tfm) = %{tl_version} -Provides: tex(uwmjucf.tfm) = %{tl_version} -Provides: tex(uwmjud0.tfm) = %{tl_version} -Provides: tex(uwmjud1.tfm) = %{tl_version} -Provides: tex(uwmjud2.tfm) = %{tl_version} -Provides: tex(uwmjud3.tfm) = %{tl_version} -Provides: tex(uwmjud4.tfm) = %{tl_version} -Provides: tex(uwmjud5.tfm) = %{tl_version} -Provides: tex(uwmjud6.tfm) = %{tl_version} -Provides: tex(uwmjud7.tfm) = %{tl_version} -Provides: tex(uwmjuf9.tfm) = %{tl_version} -Provides: tex(uwmjufa.tfm) = %{tl_version} -Provides: tex(uwmjuff.tfm) = %{tl_version} -Provides: tex(uwmjuo00.tfm) = %{tl_version} -Provides: tex(uwmjuo01.tfm) = %{tl_version} -Provides: tex(uwmjuo02.tfm) = %{tl_version} -Provides: tex(uwmjuo03.tfm) = %{tl_version} -Provides: tex(uwmjuo04.tfm) = %{tl_version} -Provides: tex(uwmjuo20.tfm) = %{tl_version} -Provides: tex(uwmjuo21.tfm) = %{tl_version} -Provides: tex(uwmjuo22.tfm) = %{tl_version} -Provides: tex(uwmjuo23.tfm) = %{tl_version} -Provides: tex(uwmjuo24.tfm) = %{tl_version} -Provides: tex(uwmjuo25.tfm) = %{tl_version} -Provides: tex(uwmjuo26.tfm) = %{tl_version} -Provides: tex(uwmjuo30.tfm) = %{tl_version} -Provides: tex(uwmjuo31.tfm) = %{tl_version} -Provides: tex(uwmjuo32.tfm) = %{tl_version} -Provides: tex(uwmjuo33.tfm) = %{tl_version} -Provides: tex(uwmjuo4e.tfm) = %{tl_version} -Provides: tex(uwmjuo4f.tfm) = %{tl_version} -Provides: tex(uwmjuo50.tfm) = %{tl_version} -Provides: tex(uwmjuo51.tfm) = %{tl_version} -Provides: tex(uwmjuo52.tfm) = %{tl_version} -Provides: tex(uwmjuo53.tfm) = %{tl_version} -Provides: tex(uwmjuo54.tfm) = %{tl_version} -Provides: tex(uwmjuo55.tfm) = %{tl_version} -Provides: tex(uwmjuo56.tfm) = %{tl_version} -Provides: tex(uwmjuo57.tfm) = %{tl_version} -Provides: tex(uwmjuo58.tfm) = %{tl_version} -Provides: tex(uwmjuo59.tfm) = %{tl_version} -Provides: tex(uwmjuo5a.tfm) = %{tl_version} -Provides: tex(uwmjuo5b.tfm) = %{tl_version} -Provides: tex(uwmjuo5c.tfm) = %{tl_version} -Provides: tex(uwmjuo5d.tfm) = %{tl_version} -Provides: tex(uwmjuo5e.tfm) = %{tl_version} -Provides: tex(uwmjuo5f.tfm) = %{tl_version} -Provides: tex(uwmjuo60.tfm) = %{tl_version} -Provides: tex(uwmjuo61.tfm) = %{tl_version} -Provides: tex(uwmjuo62.tfm) = %{tl_version} -Provides: tex(uwmjuo63.tfm) = %{tl_version} -Provides: tex(uwmjuo64.tfm) = %{tl_version} -Provides: tex(uwmjuo65.tfm) = %{tl_version} -Provides: tex(uwmjuo66.tfm) = %{tl_version} -Provides: tex(uwmjuo67.tfm) = %{tl_version} -Provides: tex(uwmjuo68.tfm) = %{tl_version} -Provides: tex(uwmjuo69.tfm) = %{tl_version} -Provides: tex(uwmjuo6a.tfm) = %{tl_version} -Provides: tex(uwmjuo6b.tfm) = %{tl_version} -Provides: tex(uwmjuo6c.tfm) = %{tl_version} -Provides: tex(uwmjuo6d.tfm) = %{tl_version} -Provides: tex(uwmjuo6e.tfm) = %{tl_version} -Provides: tex(uwmjuo6f.tfm) = %{tl_version} -Provides: tex(uwmjuo70.tfm) = %{tl_version} -Provides: tex(uwmjuo71.tfm) = %{tl_version} -Provides: tex(uwmjuo72.tfm) = %{tl_version} -Provides: tex(uwmjuo73.tfm) = %{tl_version} -Provides: tex(uwmjuo74.tfm) = %{tl_version} -Provides: tex(uwmjuo75.tfm) = %{tl_version} -Provides: tex(uwmjuo76.tfm) = %{tl_version} -Provides: tex(uwmjuo77.tfm) = %{tl_version} -Provides: tex(uwmjuo78.tfm) = %{tl_version} -Provides: tex(uwmjuo79.tfm) = %{tl_version} -Provides: tex(uwmjuo7a.tfm) = %{tl_version} -Provides: tex(uwmjuo7b.tfm) = %{tl_version} -Provides: tex(uwmjuo7c.tfm) = %{tl_version} -Provides: tex(uwmjuo7d.tfm) = %{tl_version} -Provides: tex(uwmjuo7e.tfm) = %{tl_version} -Provides: tex(uwmjuo7f.tfm) = %{tl_version} -Provides: tex(uwmjuo80.tfm) = %{tl_version} -Provides: tex(uwmjuo81.tfm) = %{tl_version} -Provides: tex(uwmjuo82.tfm) = %{tl_version} -Provides: tex(uwmjuo83.tfm) = %{tl_version} -Provides: tex(uwmjuo84.tfm) = %{tl_version} -Provides: tex(uwmjuo85.tfm) = %{tl_version} -Provides: tex(uwmjuo86.tfm) = %{tl_version} -Provides: tex(uwmjuo87.tfm) = %{tl_version} -Provides: tex(uwmjuo88.tfm) = %{tl_version} -Provides: tex(uwmjuo89.tfm) = %{tl_version} -Provides: tex(uwmjuo8a.tfm) = %{tl_version} -Provides: tex(uwmjuo8b.tfm) = %{tl_version} -Provides: tex(uwmjuo8c.tfm) = %{tl_version} -Provides: tex(uwmjuo8d.tfm) = %{tl_version} -Provides: tex(uwmjuo8e.tfm) = %{tl_version} -Provides: tex(uwmjuo8f.tfm) = %{tl_version} -Provides: tex(uwmjuo90.tfm) = %{tl_version} -Provides: tex(uwmjuo91.tfm) = %{tl_version} -Provides: tex(uwmjuo92.tfm) = %{tl_version} -Provides: tex(uwmjuo93.tfm) = %{tl_version} -Provides: tex(uwmjuo94.tfm) = %{tl_version} -Provides: tex(uwmjuo95.tfm) = %{tl_version} -Provides: tex(uwmjuo96.tfm) = %{tl_version} -Provides: tex(uwmjuo97.tfm) = %{tl_version} -Provides: tex(uwmjuo98.tfm) = %{tl_version} -Provides: tex(uwmjuo99.tfm) = %{tl_version} -Provides: tex(uwmjuo9a.tfm) = %{tl_version} -Provides: tex(uwmjuo9b.tfm) = %{tl_version} -Provides: tex(uwmjuo9c.tfm) = %{tl_version} -Provides: tex(uwmjuo9d.tfm) = %{tl_version} -Provides: tex(uwmjuo9e.tfm) = %{tl_version} -Provides: tex(uwmjuo9f.tfm) = %{tl_version} -Provides: tex(uwmjuoac.tfm) = %{tl_version} -Provides: tex(uwmjuoad.tfm) = %{tl_version} -Provides: tex(uwmjuoae.tfm) = %{tl_version} -Provides: tex(uwmjuoaf.tfm) = %{tl_version} -Provides: tex(uwmjuob0.tfm) = %{tl_version} -Provides: tex(uwmjuob1.tfm) = %{tl_version} -Provides: tex(uwmjuob2.tfm) = %{tl_version} -Provides: tex(uwmjuob3.tfm) = %{tl_version} -Provides: tex(uwmjuob4.tfm) = %{tl_version} -Provides: tex(uwmjuob5.tfm) = %{tl_version} -Provides: tex(uwmjuob6.tfm) = %{tl_version} -Provides: tex(uwmjuob7.tfm) = %{tl_version} -Provides: tex(uwmjuob8.tfm) = %{tl_version} -Provides: tex(uwmjuob9.tfm) = %{tl_version} -Provides: tex(uwmjuoba.tfm) = %{tl_version} -Provides: tex(uwmjuobb.tfm) = %{tl_version} -Provides: tex(uwmjuobc.tfm) = %{tl_version} -Provides: tex(uwmjuobd.tfm) = %{tl_version} -Provides: tex(uwmjuobe.tfm) = %{tl_version} -Provides: tex(uwmjuobf.tfm) = %{tl_version} -Provides: tex(uwmjuoc0.tfm) = %{tl_version} -Provides: tex(uwmjuoc1.tfm) = %{tl_version} -Provides: tex(uwmjuoc2.tfm) = %{tl_version} -Provides: tex(uwmjuoc3.tfm) = %{tl_version} -Provides: tex(uwmjuoc4.tfm) = %{tl_version} -Provides: tex(uwmjuoc5.tfm) = %{tl_version} -Provides: tex(uwmjuoc6.tfm) = %{tl_version} -Provides: tex(uwmjuoc7.tfm) = %{tl_version} -Provides: tex(uwmjuoc8.tfm) = %{tl_version} -Provides: tex(uwmjuoc9.tfm) = %{tl_version} -Provides: tex(uwmjuoca.tfm) = %{tl_version} -Provides: tex(uwmjuocb.tfm) = %{tl_version} -Provides: tex(uwmjuocc.tfm) = %{tl_version} -Provides: tex(uwmjuocd.tfm) = %{tl_version} -Provides: tex(uwmjuoce.tfm) = %{tl_version} -Provides: tex(uwmjuocf.tfm) = %{tl_version} -Provides: tex(uwmjuod0.tfm) = %{tl_version} -Provides: tex(uwmjuod1.tfm) = %{tl_version} -Provides: tex(uwmjuod2.tfm) = %{tl_version} -Provides: tex(uwmjuod3.tfm) = %{tl_version} -Provides: tex(uwmjuod4.tfm) = %{tl_version} -Provides: tex(uwmjuod5.tfm) = %{tl_version} -Provides: tex(uwmjuod6.tfm) = %{tl_version} -Provides: tex(uwmjuod7.tfm) = %{tl_version} -Provides: tex(uwmjuof9.tfm) = %{tl_version} -Provides: tex(uwmjuofa.tfm) = %{tl_version} -Provides: tex(uwmjuoff.tfm) = %{tl_version} -Provides: tex(uwmjx00.tfm) = %{tl_version} -Provides: tex(uwmjx01.tfm) = %{tl_version} -Provides: tex(uwmjx02.tfm) = %{tl_version} -Provides: tex(uwmjx03.tfm) = %{tl_version} -Provides: tex(uwmjx04.tfm) = %{tl_version} -Provides: tex(uwmjx20.tfm) = %{tl_version} -Provides: tex(uwmjx21.tfm) = %{tl_version} -Provides: tex(uwmjx22.tfm) = %{tl_version} -Provides: tex(uwmjx23.tfm) = %{tl_version} -Provides: tex(uwmjx24.tfm) = %{tl_version} -Provides: tex(uwmjx25.tfm) = %{tl_version} -Provides: tex(uwmjx26.tfm) = %{tl_version} -Provides: tex(uwmjx30.tfm) = %{tl_version} -Provides: tex(uwmjx31.tfm) = %{tl_version} -Provides: tex(uwmjx32.tfm) = %{tl_version} -Provides: tex(uwmjx33.tfm) = %{tl_version} -Provides: tex(uwmjx4e.tfm) = %{tl_version} -Provides: tex(uwmjx4f.tfm) = %{tl_version} -Provides: tex(uwmjx50.tfm) = %{tl_version} -Provides: tex(uwmjx51.tfm) = %{tl_version} -Provides: tex(uwmjx52.tfm) = %{tl_version} -Provides: tex(uwmjx53.tfm) = %{tl_version} -Provides: tex(uwmjx54.tfm) = %{tl_version} -Provides: tex(uwmjx55.tfm) = %{tl_version} -Provides: tex(uwmjx56.tfm) = %{tl_version} -Provides: tex(uwmjx57.tfm) = %{tl_version} -Provides: tex(uwmjx58.tfm) = %{tl_version} -Provides: tex(uwmjx59.tfm) = %{tl_version} -Provides: tex(uwmjx5a.tfm) = %{tl_version} -Provides: tex(uwmjx5b.tfm) = %{tl_version} -Provides: tex(uwmjx5c.tfm) = %{tl_version} -Provides: tex(uwmjx5d.tfm) = %{tl_version} -Provides: tex(uwmjx5e.tfm) = %{tl_version} -Provides: tex(uwmjx5f.tfm) = %{tl_version} -Provides: tex(uwmjx60.tfm) = %{tl_version} -Provides: tex(uwmjx61.tfm) = %{tl_version} -Provides: tex(uwmjx62.tfm) = %{tl_version} -Provides: tex(uwmjx63.tfm) = %{tl_version} -Provides: tex(uwmjx64.tfm) = %{tl_version} -Provides: tex(uwmjx65.tfm) = %{tl_version} -Provides: tex(uwmjx66.tfm) = %{tl_version} -Provides: tex(uwmjx67.tfm) = %{tl_version} -Provides: tex(uwmjx68.tfm) = %{tl_version} -Provides: tex(uwmjx69.tfm) = %{tl_version} -Provides: tex(uwmjx6a.tfm) = %{tl_version} -Provides: tex(uwmjx6b.tfm) = %{tl_version} -Provides: tex(uwmjx6c.tfm) = %{tl_version} -Provides: tex(uwmjx6d.tfm) = %{tl_version} -Provides: tex(uwmjx6e.tfm) = %{tl_version} -Provides: tex(uwmjx6f.tfm) = %{tl_version} -Provides: tex(uwmjx70.tfm) = %{tl_version} -Provides: tex(uwmjx71.tfm) = %{tl_version} -Provides: tex(uwmjx72.tfm) = %{tl_version} -Provides: tex(uwmjx73.tfm) = %{tl_version} -Provides: tex(uwmjx74.tfm) = %{tl_version} -Provides: tex(uwmjx75.tfm) = %{tl_version} -Provides: tex(uwmjx76.tfm) = %{tl_version} -Provides: tex(uwmjx77.tfm) = %{tl_version} -Provides: tex(uwmjx78.tfm) = %{tl_version} -Provides: tex(uwmjx79.tfm) = %{tl_version} -Provides: tex(uwmjx7a.tfm) = %{tl_version} -Provides: tex(uwmjx7b.tfm) = %{tl_version} -Provides: tex(uwmjx7c.tfm) = %{tl_version} -Provides: tex(uwmjx7d.tfm) = %{tl_version} -Provides: tex(uwmjx7e.tfm) = %{tl_version} -Provides: tex(uwmjx7f.tfm) = %{tl_version} -Provides: tex(uwmjx80.tfm) = %{tl_version} -Provides: tex(uwmjx81.tfm) = %{tl_version} -Provides: tex(uwmjx82.tfm) = %{tl_version} -Provides: tex(uwmjx83.tfm) = %{tl_version} -Provides: tex(uwmjx84.tfm) = %{tl_version} -Provides: tex(uwmjx85.tfm) = %{tl_version} -Provides: tex(uwmjx86.tfm) = %{tl_version} -Provides: tex(uwmjx87.tfm) = %{tl_version} -Provides: tex(uwmjx88.tfm) = %{tl_version} -Provides: tex(uwmjx89.tfm) = %{tl_version} -Provides: tex(uwmjx8a.tfm) = %{tl_version} -Provides: tex(uwmjx8b.tfm) = %{tl_version} -Provides: tex(uwmjx8c.tfm) = %{tl_version} -Provides: tex(uwmjx8d.tfm) = %{tl_version} -Provides: tex(uwmjx8e.tfm) = %{tl_version} -Provides: tex(uwmjx8f.tfm) = %{tl_version} -Provides: tex(uwmjx90.tfm) = %{tl_version} -Provides: tex(uwmjx91.tfm) = %{tl_version} -Provides: tex(uwmjx92.tfm) = %{tl_version} -Provides: tex(uwmjx93.tfm) = %{tl_version} -Provides: tex(uwmjx94.tfm) = %{tl_version} -Provides: tex(uwmjx95.tfm) = %{tl_version} -Provides: tex(uwmjx96.tfm) = %{tl_version} -Provides: tex(uwmjx97.tfm) = %{tl_version} -Provides: tex(uwmjx98.tfm) = %{tl_version} -Provides: tex(uwmjx99.tfm) = %{tl_version} -Provides: tex(uwmjx9a.tfm) = %{tl_version} -Provides: tex(uwmjx9b.tfm) = %{tl_version} -Provides: tex(uwmjx9c.tfm) = %{tl_version} -Provides: tex(uwmjx9d.tfm) = %{tl_version} -Provides: tex(uwmjx9e.tfm) = %{tl_version} -Provides: tex(uwmjx9f.tfm) = %{tl_version} -Provides: tex(uwmjxac.tfm) = %{tl_version} -Provides: tex(uwmjxad.tfm) = %{tl_version} -Provides: tex(uwmjxae.tfm) = %{tl_version} -Provides: tex(uwmjxaf.tfm) = %{tl_version} -Provides: tex(uwmjxb0.tfm) = %{tl_version} -Provides: tex(uwmjxb1.tfm) = %{tl_version} -Provides: tex(uwmjxb2.tfm) = %{tl_version} -Provides: tex(uwmjxb3.tfm) = %{tl_version} -Provides: tex(uwmjxb4.tfm) = %{tl_version} -Provides: tex(uwmjxb5.tfm) = %{tl_version} -Provides: tex(uwmjxb6.tfm) = %{tl_version} -Provides: tex(uwmjxb7.tfm) = %{tl_version} -Provides: tex(uwmjxb8.tfm) = %{tl_version} -Provides: tex(uwmjxb9.tfm) = %{tl_version} -Provides: tex(uwmjxba.tfm) = %{tl_version} -Provides: tex(uwmjxbb.tfm) = %{tl_version} -Provides: tex(uwmjxbc.tfm) = %{tl_version} -Provides: tex(uwmjxbd.tfm) = %{tl_version} -Provides: tex(uwmjxbe.tfm) = %{tl_version} -Provides: tex(uwmjxbf.tfm) = %{tl_version} -Provides: tex(uwmjxc0.tfm) = %{tl_version} -Provides: tex(uwmjxc1.tfm) = %{tl_version} -Provides: tex(uwmjxc2.tfm) = %{tl_version} -Provides: tex(uwmjxc3.tfm) = %{tl_version} -Provides: tex(uwmjxc4.tfm) = %{tl_version} -Provides: tex(uwmjxc5.tfm) = %{tl_version} -Provides: tex(uwmjxc6.tfm) = %{tl_version} -Provides: tex(uwmjxc7.tfm) = %{tl_version} -Provides: tex(uwmjxc8.tfm) = %{tl_version} -Provides: tex(uwmjxc9.tfm) = %{tl_version} -Provides: tex(uwmjxca.tfm) = %{tl_version} -Provides: tex(uwmjxcb.tfm) = %{tl_version} -Provides: tex(uwmjxcc.tfm) = %{tl_version} -Provides: tex(uwmjxcd.tfm) = %{tl_version} -Provides: tex(uwmjxce.tfm) = %{tl_version} -Provides: tex(uwmjxcf.tfm) = %{tl_version} -Provides: tex(uwmjxd0.tfm) = %{tl_version} -Provides: tex(uwmjxd1.tfm) = %{tl_version} -Provides: tex(uwmjxd2.tfm) = %{tl_version} -Provides: tex(uwmjxd3.tfm) = %{tl_version} -Provides: tex(uwmjxd4.tfm) = %{tl_version} -Provides: tex(uwmjxd5.tfm) = %{tl_version} -Provides: tex(uwmjxd6.tfm) = %{tl_version} -Provides: tex(uwmjxd7.tfm) = %{tl_version} -Provides: tex(uwmjxf9.tfm) = %{tl_version} -Provides: tex(uwmjxfa.tfm) = %{tl_version} -Provides: tex(uwmjxff.tfm) = %{tl_version} -Provides: tex(uwmjxo00.tfm) = %{tl_version} -Provides: tex(uwmjxo01.tfm) = %{tl_version} -Provides: tex(uwmjxo02.tfm) = %{tl_version} -Provides: tex(uwmjxo03.tfm) = %{tl_version} -Provides: tex(uwmjxo04.tfm) = %{tl_version} -Provides: tex(uwmjxo20.tfm) = %{tl_version} -Provides: tex(uwmjxo21.tfm) = %{tl_version} -Provides: tex(uwmjxo22.tfm) = %{tl_version} -Provides: tex(uwmjxo23.tfm) = %{tl_version} -Provides: tex(uwmjxo24.tfm) = %{tl_version} -Provides: tex(uwmjxo25.tfm) = %{tl_version} -Provides: tex(uwmjxo26.tfm) = %{tl_version} -Provides: tex(uwmjxo30.tfm) = %{tl_version} -Provides: tex(uwmjxo31.tfm) = %{tl_version} -Provides: tex(uwmjxo32.tfm) = %{tl_version} -Provides: tex(uwmjxo33.tfm) = %{tl_version} -Provides: tex(uwmjxo4e.tfm) = %{tl_version} -Provides: tex(uwmjxo4f.tfm) = %{tl_version} -Provides: tex(uwmjxo50.tfm) = %{tl_version} -Provides: tex(uwmjxo51.tfm) = %{tl_version} -Provides: tex(uwmjxo52.tfm) = %{tl_version} -Provides: tex(uwmjxo53.tfm) = %{tl_version} -Provides: tex(uwmjxo54.tfm) = %{tl_version} -Provides: tex(uwmjxo55.tfm) = %{tl_version} -Provides: tex(uwmjxo56.tfm) = %{tl_version} -Provides: tex(uwmjxo57.tfm) = %{tl_version} -Provides: tex(uwmjxo58.tfm) = %{tl_version} -Provides: tex(uwmjxo59.tfm) = %{tl_version} -Provides: tex(uwmjxo5a.tfm) = %{tl_version} -Provides: tex(uwmjxo5b.tfm) = %{tl_version} -Provides: tex(uwmjxo5c.tfm) = %{tl_version} -Provides: tex(uwmjxo5d.tfm) = %{tl_version} -Provides: tex(uwmjxo5e.tfm) = %{tl_version} -Provides: tex(uwmjxo5f.tfm) = %{tl_version} -Provides: tex(uwmjxo60.tfm) = %{tl_version} -Provides: tex(uwmjxo61.tfm) = %{tl_version} -Provides: tex(uwmjxo62.tfm) = %{tl_version} -Provides: tex(uwmjxo63.tfm) = %{tl_version} -Provides: tex(uwmjxo64.tfm) = %{tl_version} -Provides: tex(uwmjxo65.tfm) = %{tl_version} -Provides: tex(uwmjxo66.tfm) = %{tl_version} -Provides: tex(uwmjxo67.tfm) = %{tl_version} -Provides: tex(uwmjxo68.tfm) = %{tl_version} -Provides: tex(uwmjxo69.tfm) = %{tl_version} -Provides: tex(uwmjxo6a.tfm) = %{tl_version} -Provides: tex(uwmjxo6b.tfm) = %{tl_version} -Provides: tex(uwmjxo6c.tfm) = %{tl_version} -Provides: tex(uwmjxo6d.tfm) = %{tl_version} -Provides: tex(uwmjxo6e.tfm) = %{tl_version} -Provides: tex(uwmjxo6f.tfm) = %{tl_version} -Provides: tex(uwmjxo70.tfm) = %{tl_version} -Provides: tex(uwmjxo71.tfm) = %{tl_version} -Provides: tex(uwmjxo72.tfm) = %{tl_version} -Provides: tex(uwmjxo73.tfm) = %{tl_version} -Provides: tex(uwmjxo74.tfm) = %{tl_version} -Provides: tex(uwmjxo75.tfm) = %{tl_version} -Provides: tex(uwmjxo76.tfm) = %{tl_version} -Provides: tex(uwmjxo77.tfm) = %{tl_version} -Provides: tex(uwmjxo78.tfm) = %{tl_version} -Provides: tex(uwmjxo79.tfm) = %{tl_version} -Provides: tex(uwmjxo7a.tfm) = %{tl_version} -Provides: tex(uwmjxo7b.tfm) = %{tl_version} -Provides: tex(uwmjxo7c.tfm) = %{tl_version} -Provides: tex(uwmjxo7d.tfm) = %{tl_version} -Provides: tex(uwmjxo7e.tfm) = %{tl_version} -Provides: tex(uwmjxo7f.tfm) = %{tl_version} -Provides: tex(uwmjxo80.tfm) = %{tl_version} -Provides: tex(uwmjxo81.tfm) = %{tl_version} -Provides: tex(uwmjxo82.tfm) = %{tl_version} -Provides: tex(uwmjxo83.tfm) = %{tl_version} -Provides: tex(uwmjxo84.tfm) = %{tl_version} -Provides: tex(uwmjxo85.tfm) = %{tl_version} -Provides: tex(uwmjxo86.tfm) = %{tl_version} -Provides: tex(uwmjxo87.tfm) = %{tl_version} -Provides: tex(uwmjxo88.tfm) = %{tl_version} -Provides: tex(uwmjxo89.tfm) = %{tl_version} -Provides: tex(uwmjxo8a.tfm) = %{tl_version} -Provides: tex(uwmjxo8b.tfm) = %{tl_version} -Provides: tex(uwmjxo8c.tfm) = %{tl_version} -Provides: tex(uwmjxo8d.tfm) = %{tl_version} -Provides: tex(uwmjxo8e.tfm) = %{tl_version} -Provides: tex(uwmjxo8f.tfm) = %{tl_version} -Provides: tex(uwmjxo90.tfm) = %{tl_version} -Provides: tex(uwmjxo91.tfm) = %{tl_version} -Provides: tex(uwmjxo92.tfm) = %{tl_version} -Provides: tex(uwmjxo93.tfm) = %{tl_version} -Provides: tex(uwmjxo94.tfm) = %{tl_version} -Provides: tex(uwmjxo95.tfm) = %{tl_version} -Provides: tex(uwmjxo96.tfm) = %{tl_version} -Provides: tex(uwmjxo97.tfm) = %{tl_version} -Provides: tex(uwmjxo98.tfm) = %{tl_version} -Provides: tex(uwmjxo99.tfm) = %{tl_version} -Provides: tex(uwmjxo9a.tfm) = %{tl_version} -Provides: tex(uwmjxo9b.tfm) = %{tl_version} -Provides: tex(uwmjxo9c.tfm) = %{tl_version} -Provides: tex(uwmjxo9d.tfm) = %{tl_version} -Provides: tex(uwmjxo9e.tfm) = %{tl_version} -Provides: tex(uwmjxo9f.tfm) = %{tl_version} -Provides: tex(uwmjxoac.tfm) = %{tl_version} -Provides: tex(uwmjxoad.tfm) = %{tl_version} -Provides: tex(uwmjxoae.tfm) = %{tl_version} -Provides: tex(uwmjxoaf.tfm) = %{tl_version} -Provides: tex(uwmjxob0.tfm) = %{tl_version} -Provides: tex(uwmjxob1.tfm) = %{tl_version} -Provides: tex(uwmjxob2.tfm) = %{tl_version} -Provides: tex(uwmjxob3.tfm) = %{tl_version} -Provides: tex(uwmjxob4.tfm) = %{tl_version} -Provides: tex(uwmjxob5.tfm) = %{tl_version} -Provides: tex(uwmjxob6.tfm) = %{tl_version} -Provides: tex(uwmjxob7.tfm) = %{tl_version} -Provides: tex(uwmjxob8.tfm) = %{tl_version} -Provides: tex(uwmjxob9.tfm) = %{tl_version} -Provides: tex(uwmjxoba.tfm) = %{tl_version} -Provides: tex(uwmjxobb.tfm) = %{tl_version} -Provides: tex(uwmjxobc.tfm) = %{tl_version} -Provides: tex(uwmjxobd.tfm) = %{tl_version} -Provides: tex(uwmjxobe.tfm) = %{tl_version} -Provides: tex(uwmjxobf.tfm) = %{tl_version} -Provides: tex(uwmjxoc0.tfm) = %{tl_version} -Provides: tex(uwmjxoc1.tfm) = %{tl_version} -Provides: tex(uwmjxoc2.tfm) = %{tl_version} -Provides: tex(uwmjxoc3.tfm) = %{tl_version} -Provides: tex(uwmjxoc4.tfm) = %{tl_version} -Provides: tex(uwmjxoc5.tfm) = %{tl_version} -Provides: tex(uwmjxoc6.tfm) = %{tl_version} -Provides: tex(uwmjxoc7.tfm) = %{tl_version} -Provides: tex(uwmjxoc8.tfm) = %{tl_version} -Provides: tex(uwmjxoc9.tfm) = %{tl_version} -Provides: tex(uwmjxoca.tfm) = %{tl_version} -Provides: tex(uwmjxocb.tfm) = %{tl_version} -Provides: tex(uwmjxocc.tfm) = %{tl_version} -Provides: tex(uwmjxocd.tfm) = %{tl_version} -Provides: tex(uwmjxoce.tfm) = %{tl_version} -Provides: tex(uwmjxocf.tfm) = %{tl_version} -Provides: tex(uwmjxod0.tfm) = %{tl_version} -Provides: tex(uwmjxod1.tfm) = %{tl_version} -Provides: tex(uwmjxod2.tfm) = %{tl_version} -Provides: tex(uwmjxod3.tfm) = %{tl_version} -Provides: tex(uwmjxod4.tfm) = %{tl_version} -Provides: tex(uwmjxod5.tfm) = %{tl_version} -Provides: tex(uwmjxod6.tfm) = %{tl_version} -Provides: tex(uwmjxod7.tfm) = %{tl_version} -Provides: tex(uwmjxof9.tfm) = %{tl_version} -Provides: tex(uwmjxofa.tfm) = %{tl_version} -Provides: tex(uwmjxoff.tfm) = %{tl_version} -Provides: tex(wmj0.tfm) = %{tl_version} -Provides: tex(wmj04.tfm) = %{tl_version} -Provides: tex(wmj05.tfm) = %{tl_version} -Provides: tex(wmj06.tfm) = %{tl_version} -Provides: tex(wmj07.tfm) = %{tl_version} -Provides: tex(wmj1.tfm) = %{tl_version} -Provides: tex(wmj10.tfm) = %{tl_version} -Provides: tex(wmj11.tfm) = %{tl_version} -Provides: tex(wmj12.tfm) = %{tl_version} -Provides: tex(wmj13.tfm) = %{tl_version} -Provides: tex(wmj14.tfm) = %{tl_version} -Provides: tex(wmj15.tfm) = %{tl_version} -Provides: tex(wmj16.tfm) = %{tl_version} -Provides: tex(wmj17.tfm) = %{tl_version} -Provides: tex(wmj18.tfm) = %{tl_version} -Provides: tex(wmj19.tfm) = %{tl_version} -Provides: tex(wmj2.tfm) = %{tl_version} -Provides: tex(wmj20.tfm) = %{tl_version} -Provides: tex(wmj21.tfm) = %{tl_version} -Provides: tex(wmj22.tfm) = %{tl_version} -Provides: tex(wmj23.tfm) = %{tl_version} -Provides: tex(wmj24.tfm) = %{tl_version} -Provides: tex(wmj25.tfm) = %{tl_version} -Provides: tex(wmj26.tfm) = %{tl_version} -Provides: tex(wmj27.tfm) = %{tl_version} -Provides: tex(wmj28.tfm) = %{tl_version} -Provides: tex(wmj29.tfm) = %{tl_version} -Provides: tex(wmj3.tfm) = %{tl_version} -Provides: tex(wmj4.tfm) = %{tl_version} -Provides: tex(wmj5.tfm) = %{tl_version} -Provides: tex(wmj6.tfm) = %{tl_version} -Provides: tex(wmj7.tfm) = %{tl_version} -Provides: tex(wmj8.tfm) = %{tl_version} -Provides: tex(wmj9.tfm) = %{tl_version} -Provides: tex(wmjc0.tfm) = %{tl_version} -Provides: tex(wmjc04.tfm) = %{tl_version} -Provides: tex(wmjc05.tfm) = %{tl_version} -Provides: tex(wmjc06.tfm) = %{tl_version} -Provides: tex(wmjc07.tfm) = %{tl_version} -Provides: tex(wmjc1.tfm) = %{tl_version} -Provides: tex(wmjc10.tfm) = %{tl_version} -Provides: tex(wmjc11.tfm) = %{tl_version} -Provides: tex(wmjc12.tfm) = %{tl_version} -Provides: tex(wmjc13.tfm) = %{tl_version} -Provides: tex(wmjc14.tfm) = %{tl_version} -Provides: tex(wmjc15.tfm) = %{tl_version} -Provides: tex(wmjc16.tfm) = %{tl_version} -Provides: tex(wmjc17.tfm) = %{tl_version} -Provides: tex(wmjc18.tfm) = %{tl_version} -Provides: tex(wmjc19.tfm) = %{tl_version} -Provides: tex(wmjc2.tfm) = %{tl_version} -Provides: tex(wmjc20.tfm) = %{tl_version} -Provides: tex(wmjc21.tfm) = %{tl_version} -Provides: tex(wmjc22.tfm) = %{tl_version} -Provides: tex(wmjc23.tfm) = %{tl_version} -Provides: tex(wmjc24.tfm) = %{tl_version} -Provides: tex(wmjc25.tfm) = %{tl_version} -Provides: tex(wmjc26.tfm) = %{tl_version} -Provides: tex(wmjc27.tfm) = %{tl_version} -Provides: tex(wmjc28.tfm) = %{tl_version} -Provides: tex(wmjc29.tfm) = %{tl_version} -Provides: tex(wmjc3.tfm) = %{tl_version} -Provides: tex(wmjc4.tfm) = %{tl_version} -Provides: tex(wmjc5.tfm) = %{tl_version} -Provides: tex(wmjc6.tfm) = %{tl_version} -Provides: tex(wmjc7.tfm) = %{tl_version} -Provides: tex(wmjc8.tfm) = %{tl_version} -Provides: tex(wmjc9.tfm) = %{tl_version} -Provides: tex(wmjco0.tfm) = %{tl_version} -Provides: tex(wmjco04.tfm) = %{tl_version} -Provides: tex(wmjco05.tfm) = %{tl_version} -Provides: tex(wmjco06.tfm) = %{tl_version} -Provides: tex(wmjco07.tfm) = %{tl_version} -Provides: tex(wmjco1.tfm) = %{tl_version} -Provides: tex(wmjco10.tfm) = %{tl_version} -Provides: tex(wmjco11.tfm) = %{tl_version} -Provides: tex(wmjco12.tfm) = %{tl_version} -Provides: tex(wmjco13.tfm) = %{tl_version} -Provides: tex(wmjco14.tfm) = %{tl_version} -Provides: tex(wmjco15.tfm) = %{tl_version} -Provides: tex(wmjco16.tfm) = %{tl_version} -Provides: tex(wmjco17.tfm) = %{tl_version} -Provides: tex(wmjco18.tfm) = %{tl_version} -Provides: tex(wmjco19.tfm) = %{tl_version} -Provides: tex(wmjco2.tfm) = %{tl_version} -Provides: tex(wmjco20.tfm) = %{tl_version} -Provides: tex(wmjco21.tfm) = %{tl_version} -Provides: tex(wmjco22.tfm) = %{tl_version} -Provides: tex(wmjco23.tfm) = %{tl_version} -Provides: tex(wmjco24.tfm) = %{tl_version} -Provides: tex(wmjco25.tfm) = %{tl_version} -Provides: tex(wmjco26.tfm) = %{tl_version} -Provides: tex(wmjco27.tfm) = %{tl_version} -Provides: tex(wmjco28.tfm) = %{tl_version} -Provides: tex(wmjco29.tfm) = %{tl_version} -Provides: tex(wmjco3.tfm) = %{tl_version} -Provides: tex(wmjco4.tfm) = %{tl_version} -Provides: tex(wmjco5.tfm) = %{tl_version} -Provides: tex(wmjco6.tfm) = %{tl_version} -Provides: tex(wmjco7.tfm) = %{tl_version} -Provides: tex(wmjco8.tfm) = %{tl_version} -Provides: tex(wmjco9.tfm) = %{tl_version} -Provides: tex(wmjo0.tfm) = %{tl_version} -Provides: tex(wmjo04.tfm) = %{tl_version} -Provides: tex(wmjo05.tfm) = %{tl_version} -Provides: tex(wmjo06.tfm) = %{tl_version} -Provides: tex(wmjo07.tfm) = %{tl_version} -Provides: tex(wmjo1.tfm) = %{tl_version} -Provides: tex(wmjo10.tfm) = %{tl_version} -Provides: tex(wmjo11.tfm) = %{tl_version} -Provides: tex(wmjo12.tfm) = %{tl_version} -Provides: tex(wmjo13.tfm) = %{tl_version} -Provides: tex(wmjo14.tfm) = %{tl_version} -Provides: tex(wmjo15.tfm) = %{tl_version} -Provides: tex(wmjo16.tfm) = %{tl_version} -Provides: tex(wmjo17.tfm) = %{tl_version} -Provides: tex(wmjo18.tfm) = %{tl_version} -Provides: tex(wmjo19.tfm) = %{tl_version} -Provides: tex(wmjo2.tfm) = %{tl_version} -Provides: tex(wmjo20.tfm) = %{tl_version} -Provides: tex(wmjo21.tfm) = %{tl_version} -Provides: tex(wmjo22.tfm) = %{tl_version} -Provides: tex(wmjo23.tfm) = %{tl_version} -Provides: tex(wmjo24.tfm) = %{tl_version} -Provides: tex(wmjo25.tfm) = %{tl_version} -Provides: tex(wmjo26.tfm) = %{tl_version} -Provides: tex(wmjo27.tfm) = %{tl_version} -Provides: tex(wmjo28.tfm) = %{tl_version} -Provides: tex(wmjo29.tfm) = %{tl_version} -Provides: tex(wmjo3.tfm) = %{tl_version} -Provides: tex(wmjo4.tfm) = %{tl_version} -Provides: tex(wmjo5.tfm) = %{tl_version} -Provides: tex(wmjo6.tfm) = %{tl_version} -Provides: tex(wmjo7.tfm) = %{tl_version} -Provides: tex(wmjo8.tfm) = %{tl_version} -Provides: tex(wmjo9.tfm) = %{tl_version} -Provides: tex(wmju0.tfm) = %{tl_version} -Provides: tex(wmju04.tfm) = %{tl_version} -Provides: tex(wmju05.tfm) = %{tl_version} -Provides: tex(wmju06.tfm) = %{tl_version} -Provides: tex(wmju07.tfm) = %{tl_version} -Provides: tex(wmju1.tfm) = %{tl_version} -Provides: tex(wmju10.tfm) = %{tl_version} -Provides: tex(wmju11.tfm) = %{tl_version} -Provides: tex(wmju12.tfm) = %{tl_version} -Provides: tex(wmju13.tfm) = %{tl_version} -Provides: tex(wmju14.tfm) = %{tl_version} -Provides: tex(wmju15.tfm) = %{tl_version} -Provides: tex(wmju16.tfm) = %{tl_version} -Provides: tex(wmju17.tfm) = %{tl_version} -Provides: tex(wmju18.tfm) = %{tl_version} -Provides: tex(wmju19.tfm) = %{tl_version} -Provides: tex(wmju2.tfm) = %{tl_version} -Provides: tex(wmju20.tfm) = %{tl_version} -Provides: tex(wmju21.tfm) = %{tl_version} -Provides: tex(wmju22.tfm) = %{tl_version} -Provides: tex(wmju23.tfm) = %{tl_version} -Provides: tex(wmju24.tfm) = %{tl_version} -Provides: tex(wmju25.tfm) = %{tl_version} -Provides: tex(wmju26.tfm) = %{tl_version} -Provides: tex(wmju27.tfm) = %{tl_version} -Provides: tex(wmju28.tfm) = %{tl_version} -Provides: tex(wmju29.tfm) = %{tl_version} -Provides: tex(wmju3.tfm) = %{tl_version} -Provides: tex(wmju4.tfm) = %{tl_version} -Provides: tex(wmju5.tfm) = %{tl_version} -Provides: tex(wmju6.tfm) = %{tl_version} -Provides: tex(wmju7.tfm) = %{tl_version} -Provides: tex(wmju8.tfm) = %{tl_version} -Provides: tex(wmju9.tfm) = %{tl_version} -Provides: tex(wmjuo0.tfm) = %{tl_version} -Provides: tex(wmjuo04.tfm) = %{tl_version} -Provides: tex(wmjuo05.tfm) = %{tl_version} -Provides: tex(wmjuo06.tfm) = %{tl_version} -Provides: tex(wmjuo07.tfm) = %{tl_version} -Provides: tex(wmjuo1.tfm) = %{tl_version} -Provides: tex(wmjuo10.tfm) = %{tl_version} -Provides: tex(wmjuo11.tfm) = %{tl_version} -Provides: tex(wmjuo12.tfm) = %{tl_version} -Provides: tex(wmjuo13.tfm) = %{tl_version} -Provides: tex(wmjuo14.tfm) = %{tl_version} -Provides: tex(wmjuo15.tfm) = %{tl_version} -Provides: tex(wmjuo16.tfm) = %{tl_version} -Provides: tex(wmjuo17.tfm) = %{tl_version} -Provides: tex(wmjuo18.tfm) = %{tl_version} -Provides: tex(wmjuo19.tfm) = %{tl_version} -Provides: tex(wmjuo2.tfm) = %{tl_version} -Provides: tex(wmjuo20.tfm) = %{tl_version} -Provides: tex(wmjuo21.tfm) = %{tl_version} -Provides: tex(wmjuo22.tfm) = %{tl_version} -Provides: tex(wmjuo23.tfm) = %{tl_version} -Provides: tex(wmjuo24.tfm) = %{tl_version} -Provides: tex(wmjuo25.tfm) = %{tl_version} -Provides: tex(wmjuo26.tfm) = %{tl_version} -Provides: tex(wmjuo27.tfm) = %{tl_version} -Provides: tex(wmjuo28.tfm) = %{tl_version} -Provides: tex(wmjuo29.tfm) = %{tl_version} -Provides: tex(wmjuo3.tfm) = %{tl_version} -Provides: tex(wmjuo4.tfm) = %{tl_version} -Provides: tex(wmjuo5.tfm) = %{tl_version} -Provides: tex(wmjuo6.tfm) = %{tl_version} -Provides: tex(wmjuo7.tfm) = %{tl_version} -Provides: tex(wmjuo8.tfm) = %{tl_version} -Provides: tex(wmjuo9.tfm) = %{tl_version} -Provides: tex(wmjx0.tfm) = %{tl_version} -Provides: tex(wmjx04.tfm) = %{tl_version} -Provides: tex(wmjx05.tfm) = %{tl_version} -Provides: tex(wmjx06.tfm) = %{tl_version} -Provides: tex(wmjx07.tfm) = %{tl_version} -Provides: tex(wmjx1.tfm) = %{tl_version} -Provides: tex(wmjx10.tfm) = %{tl_version} -Provides: tex(wmjx11.tfm) = %{tl_version} -Provides: tex(wmjx12.tfm) = %{tl_version} -Provides: tex(wmjx13.tfm) = %{tl_version} -Provides: tex(wmjx14.tfm) = %{tl_version} -Provides: tex(wmjx15.tfm) = %{tl_version} -Provides: tex(wmjx16.tfm) = %{tl_version} -Provides: tex(wmjx17.tfm) = %{tl_version} -Provides: tex(wmjx18.tfm) = %{tl_version} -Provides: tex(wmjx19.tfm) = %{tl_version} -Provides: tex(wmjx2.tfm) = %{tl_version} -Provides: tex(wmjx20.tfm) = %{tl_version} -Provides: tex(wmjx21.tfm) = %{tl_version} -Provides: tex(wmjx22.tfm) = %{tl_version} -Provides: tex(wmjx23.tfm) = %{tl_version} -Provides: tex(wmjx24.tfm) = %{tl_version} -Provides: tex(wmjx25.tfm) = %{tl_version} -Provides: tex(wmjx26.tfm) = %{tl_version} -Provides: tex(wmjx27.tfm) = %{tl_version} -Provides: tex(wmjx28.tfm) = %{tl_version} -Provides: tex(wmjx29.tfm) = %{tl_version} -Provides: tex(wmjx3.tfm) = %{tl_version} -Provides: tex(wmjx4.tfm) = %{tl_version} -Provides: tex(wmjx5.tfm) = %{tl_version} -Provides: tex(wmjx6.tfm) = %{tl_version} -Provides: tex(wmjx7.tfm) = %{tl_version} -Provides: tex(wmjx8.tfm) = %{tl_version} -Provides: tex(wmjx9.tfm) = %{tl_version} -Provides: tex(wmjxo0.tfm) = %{tl_version} -Provides: tex(wmjxo04.tfm) = %{tl_version} -Provides: tex(wmjxo05.tfm) = %{tl_version} -Provides: tex(wmjxo06.tfm) = %{tl_version} -Provides: tex(wmjxo07.tfm) = %{tl_version} -Provides: tex(wmjxo1.tfm) = %{tl_version} -Provides: tex(wmjxo10.tfm) = %{tl_version} -Provides: tex(wmjxo11.tfm) = %{tl_version} -Provides: tex(wmjxo12.tfm) = %{tl_version} -Provides: tex(wmjxo13.tfm) = %{tl_version} -Provides: tex(wmjxo14.tfm) = %{tl_version} -Provides: tex(wmjxo15.tfm) = %{tl_version} -Provides: tex(wmjxo16.tfm) = %{tl_version} -Provides: tex(wmjxo17.tfm) = %{tl_version} -Provides: tex(wmjxo18.tfm) = %{tl_version} -Provides: tex(wmjxo19.tfm) = %{tl_version} -Provides: tex(wmjxo2.tfm) = %{tl_version} -Provides: tex(wmjxo20.tfm) = %{tl_version} -Provides: tex(wmjxo21.tfm) = %{tl_version} -Provides: tex(wmjxo22.tfm) = %{tl_version} -Provides: tex(wmjxo23.tfm) = %{tl_version} -Provides: tex(wmjxo24.tfm) = %{tl_version} -Provides: tex(wmjxo25.tfm) = %{tl_version} -Provides: tex(wmjxo26.tfm) = %{tl_version} -Provides: tex(wmjxo27.tfm) = %{tl_version} -Provides: tex(wmjxo28.tfm) = %{tl_version} -Provides: tex(wmjxo29.tfm) = %{tl_version} -Provides: tex(wmjxo3.tfm) = %{tl_version} -Provides: tex(wmjxo4.tfm) = %{tl_version} -Provides: tex(wmjxo5.tfm) = %{tl_version} -Provides: tex(wmjxo6.tfm) = %{tl_version} -Provides: tex(wmjxo7.tfm) = %{tl_version} -Provides: tex(wmjxo8.tfm) = %{tl_version} -Provides: tex(wmjxo9.tfm) = %{tl_version} -Provides: tex(umj00.pfb) = %{tl_version} -Provides: tex(umj01.pfb) = %{tl_version} -Provides: tex(umj02.pfb) = %{tl_version} -Provides: tex(umj03.pfb) = %{tl_version} -Provides: tex(umj04.pfb) = %{tl_version} -Provides: tex(umj05.pfb) = %{tl_version} -Provides: tex(umj10.pfb) = %{tl_version} -Provides: tex(umj11.pfb) = %{tl_version} -Provides: tex(umj12.pfb) = %{tl_version} -Provides: tex(umj13.pfb) = %{tl_version} -Provides: tex(umj14.pfb) = %{tl_version} -Provides: tex(umj15.pfb) = %{tl_version} -Provides: tex(umj16.pfb) = %{tl_version} -Provides: tex(umj17.pfb) = %{tl_version} -Provides: tex(umj20.pfb) = %{tl_version} -Provides: tex(umj21.pfb) = %{tl_version} -Provides: tex(umj22.pfb) = %{tl_version} -Provides: tex(umj23.pfb) = %{tl_version} -Provides: tex(umj24.pfb) = %{tl_version} -Provides: tex(umj25.pfb) = %{tl_version} -Provides: tex(umj26.pfb) = %{tl_version} -Provides: tex(umj27.pfb) = %{tl_version} -Provides: tex(umj28.pfb) = %{tl_version} -Provides: tex(umj29.pfb) = %{tl_version} -Provides: tex(umj30.pfb) = %{tl_version} -Provides: tex(umj31.pfb) = %{tl_version} -Provides: tex(umj32.pfb) = %{tl_version} -Provides: tex(umj33.pfb) = %{tl_version} -Provides: tex(umj34.pfb) = %{tl_version} -Provides: tex(umj35.pfb) = %{tl_version} -Provides: tex(umj36.pfb) = %{tl_version} -Provides: tex(umj37.pfb) = %{tl_version} -Provides: tex(umj38.pfb) = %{tl_version} -Provides: tex(uwmj00.vf) = %{tl_version} -Provides: tex(uwmj01.vf) = %{tl_version} -Provides: tex(uwmj02.vf) = %{tl_version} -Provides: tex(uwmj03.vf) = %{tl_version} -Provides: tex(uwmj04.vf) = %{tl_version} -Provides: tex(uwmj20.vf) = %{tl_version} -Provides: tex(uwmj21.vf) = %{tl_version} -Provides: tex(uwmj22.vf) = %{tl_version} -Provides: tex(uwmj23.vf) = %{tl_version} -Provides: tex(uwmj24.vf) = %{tl_version} -Provides: tex(uwmj25.vf) = %{tl_version} -Provides: tex(uwmj26.vf) = %{tl_version} -Provides: tex(uwmj30.vf) = %{tl_version} -Provides: tex(uwmj31.vf) = %{tl_version} -Provides: tex(uwmj32.vf) = %{tl_version} -Provides: tex(uwmj33.vf) = %{tl_version} -Provides: tex(uwmj4e.vf) = %{tl_version} -Provides: tex(uwmj4f.vf) = %{tl_version} -Provides: tex(uwmj50.vf) = %{tl_version} -Provides: tex(uwmj51.vf) = %{tl_version} -Provides: tex(uwmj52.vf) = %{tl_version} -Provides: tex(uwmj53.vf) = %{tl_version} -Provides: tex(uwmj54.vf) = %{tl_version} -Provides: tex(uwmj55.vf) = %{tl_version} -Provides: tex(uwmj56.vf) = %{tl_version} -Provides: tex(uwmj57.vf) = %{tl_version} -Provides: tex(uwmj58.vf) = %{tl_version} -Provides: tex(uwmj59.vf) = %{tl_version} -Provides: tex(uwmj5a.vf) = %{tl_version} -Provides: tex(uwmj5b.vf) = %{tl_version} -Provides: tex(uwmj5c.vf) = %{tl_version} -Provides: tex(uwmj5d.vf) = %{tl_version} -Provides: tex(uwmj5e.vf) = %{tl_version} -Provides: tex(uwmj5f.vf) = %{tl_version} -Provides: tex(uwmj60.vf) = %{tl_version} -Provides: tex(uwmj61.vf) = %{tl_version} -Provides: tex(uwmj62.vf) = %{tl_version} -Provides: tex(uwmj63.vf) = %{tl_version} -Provides: tex(uwmj64.vf) = %{tl_version} -Provides: tex(uwmj65.vf) = %{tl_version} -Provides: tex(uwmj66.vf) = %{tl_version} -Provides: tex(uwmj67.vf) = %{tl_version} -Provides: tex(uwmj68.vf) = %{tl_version} -Provides: tex(uwmj69.vf) = %{tl_version} -Provides: tex(uwmj6a.vf) = %{tl_version} -Provides: tex(uwmj6b.vf) = %{tl_version} -Provides: tex(uwmj6c.vf) = %{tl_version} -Provides: tex(uwmj6d.vf) = %{tl_version} -Provides: tex(uwmj6e.vf) = %{tl_version} -Provides: tex(uwmj6f.vf) = %{tl_version} -Provides: tex(uwmj70.vf) = %{tl_version} -Provides: tex(uwmj71.vf) = %{tl_version} -Provides: tex(uwmj72.vf) = %{tl_version} -Provides: tex(uwmj73.vf) = %{tl_version} -Provides: tex(uwmj74.vf) = %{tl_version} -Provides: tex(uwmj75.vf) = %{tl_version} -Provides: tex(uwmj76.vf) = %{tl_version} -Provides: tex(uwmj77.vf) = %{tl_version} -Provides: tex(uwmj78.vf) = %{tl_version} -Provides: tex(uwmj79.vf) = %{tl_version} -Provides: tex(uwmj7a.vf) = %{tl_version} -Provides: tex(uwmj7b.vf) = %{tl_version} -Provides: tex(uwmj7c.vf) = %{tl_version} -Provides: tex(uwmj7d.vf) = %{tl_version} -Provides: tex(uwmj7e.vf) = %{tl_version} -Provides: tex(uwmj7f.vf) = %{tl_version} -Provides: tex(uwmj80.vf) = %{tl_version} -Provides: tex(uwmj81.vf) = %{tl_version} -Provides: tex(uwmj82.vf) = %{tl_version} -Provides: tex(uwmj83.vf) = %{tl_version} -Provides: tex(uwmj84.vf) = %{tl_version} -Provides: tex(uwmj85.vf) = %{tl_version} -Provides: tex(uwmj86.vf) = %{tl_version} -Provides: tex(uwmj87.vf) = %{tl_version} -Provides: tex(uwmj88.vf) = %{tl_version} -Provides: tex(uwmj89.vf) = %{tl_version} -Provides: tex(uwmj8a.vf) = %{tl_version} -Provides: tex(uwmj8b.vf) = %{tl_version} -Provides: tex(uwmj8c.vf) = %{tl_version} -Provides: tex(uwmj8d.vf) = %{tl_version} -Provides: tex(uwmj8e.vf) = %{tl_version} -Provides: tex(uwmj8f.vf) = %{tl_version} -Provides: tex(uwmj90.vf) = %{tl_version} -Provides: tex(uwmj91.vf) = %{tl_version} -Provides: tex(uwmj92.vf) = %{tl_version} -Provides: tex(uwmj93.vf) = %{tl_version} -Provides: tex(uwmj94.vf) = %{tl_version} -Provides: tex(uwmj95.vf) = %{tl_version} -Provides: tex(uwmj96.vf) = %{tl_version} -Provides: tex(uwmj97.vf) = %{tl_version} -Provides: tex(uwmj98.vf) = %{tl_version} -Provides: tex(uwmj99.vf) = %{tl_version} -Provides: tex(uwmj9a.vf) = %{tl_version} -Provides: tex(uwmj9b.vf) = %{tl_version} -Provides: tex(uwmj9c.vf) = %{tl_version} -Provides: tex(uwmj9d.vf) = %{tl_version} -Provides: tex(uwmj9e.vf) = %{tl_version} -Provides: tex(uwmj9f.vf) = %{tl_version} -Provides: tex(uwmjac.vf) = %{tl_version} -Provides: tex(uwmjad.vf) = %{tl_version} -Provides: tex(uwmjae.vf) = %{tl_version} -Provides: tex(uwmjaf.vf) = %{tl_version} -Provides: tex(uwmjb0.vf) = %{tl_version} -Provides: tex(uwmjb1.vf) = %{tl_version} -Provides: tex(uwmjb2.vf) = %{tl_version} -Provides: tex(uwmjb3.vf) = %{tl_version} -Provides: tex(uwmjb4.vf) = %{tl_version} -Provides: tex(uwmjb5.vf) = %{tl_version} -Provides: tex(uwmjb6.vf) = %{tl_version} -Provides: tex(uwmjb7.vf) = %{tl_version} -Provides: tex(uwmjb8.vf) = %{tl_version} -Provides: tex(uwmjb9.vf) = %{tl_version} -Provides: tex(uwmjba.vf) = %{tl_version} -Provides: tex(uwmjbb.vf) = %{tl_version} -Provides: tex(uwmjbc.vf) = %{tl_version} -Provides: tex(uwmjbd.vf) = %{tl_version} -Provides: tex(uwmjbe.vf) = %{tl_version} -Provides: tex(uwmjbf.vf) = %{tl_version} -Provides: tex(uwmjc0.vf) = %{tl_version} -Provides: tex(uwmjc00.vf) = %{tl_version} -Provides: tex(uwmjc01.vf) = %{tl_version} -Provides: tex(uwmjc02.vf) = %{tl_version} -Provides: tex(uwmjc03.vf) = %{tl_version} -Provides: tex(uwmjc04.vf) = %{tl_version} -Provides: tex(uwmjc1.vf) = %{tl_version} -Provides: tex(uwmjc2.vf) = %{tl_version} -Provides: tex(uwmjc20.vf) = %{tl_version} -Provides: tex(uwmjc21.vf) = %{tl_version} -Provides: tex(uwmjc22.vf) = %{tl_version} -Provides: tex(uwmjc23.vf) = %{tl_version} -Provides: tex(uwmjc24.vf) = %{tl_version} -Provides: tex(uwmjc25.vf) = %{tl_version} -Provides: tex(uwmjc26.vf) = %{tl_version} -Provides: tex(uwmjc3.vf) = %{tl_version} -Provides: tex(uwmjc30.vf) = %{tl_version} -Provides: tex(uwmjc31.vf) = %{tl_version} -Provides: tex(uwmjc32.vf) = %{tl_version} -Provides: tex(uwmjc33.vf) = %{tl_version} -Provides: tex(uwmjc4.vf) = %{tl_version} -Provides: tex(uwmjc4e.vf) = %{tl_version} -Provides: tex(uwmjc4f.vf) = %{tl_version} -Provides: tex(uwmjc5.vf) = %{tl_version} -Provides: tex(uwmjc50.vf) = %{tl_version} -Provides: tex(uwmjc51.vf) = %{tl_version} -Provides: tex(uwmjc52.vf) = %{tl_version} -Provides: tex(uwmjc53.vf) = %{tl_version} -Provides: tex(uwmjc54.vf) = %{tl_version} -Provides: tex(uwmjc55.vf) = %{tl_version} -Provides: tex(uwmjc56.vf) = %{tl_version} -Provides: tex(uwmjc57.vf) = %{tl_version} -Provides: tex(uwmjc58.vf) = %{tl_version} -Provides: tex(uwmjc59.vf) = %{tl_version} -Provides: tex(uwmjc5a.vf) = %{tl_version} -Provides: tex(uwmjc5b.vf) = %{tl_version} -Provides: tex(uwmjc5c.vf) = %{tl_version} -Provides: tex(uwmjc5d.vf) = %{tl_version} -Provides: tex(uwmjc5e.vf) = %{tl_version} -Provides: tex(uwmjc5f.vf) = %{tl_version} -Provides: tex(uwmjc6.vf) = %{tl_version} -Provides: tex(uwmjc60.vf) = %{tl_version} -Provides: tex(uwmjc61.vf) = %{tl_version} -Provides: tex(uwmjc62.vf) = %{tl_version} -Provides: tex(uwmjc63.vf) = %{tl_version} -Provides: tex(uwmjc64.vf) = %{tl_version} -Provides: tex(uwmjc65.vf) = %{tl_version} -Provides: tex(uwmjc66.vf) = %{tl_version} -Provides: tex(uwmjc67.vf) = %{tl_version} -Provides: tex(uwmjc68.vf) = %{tl_version} -Provides: tex(uwmjc69.vf) = %{tl_version} -Provides: tex(uwmjc6a.vf) = %{tl_version} -Provides: tex(uwmjc6b.vf) = %{tl_version} -Provides: tex(uwmjc6c.vf) = %{tl_version} -Provides: tex(uwmjc6d.vf) = %{tl_version} -Provides: tex(uwmjc6e.vf) = %{tl_version} -Provides: tex(uwmjc6f.vf) = %{tl_version} -Provides: tex(uwmjc7.vf) = %{tl_version} -Provides: tex(uwmjc70.vf) = %{tl_version} -Provides: tex(uwmjc71.vf) = %{tl_version} -Provides: tex(uwmjc72.vf) = %{tl_version} -Provides: tex(uwmjc73.vf) = %{tl_version} -Provides: tex(uwmjc74.vf) = %{tl_version} -Provides: tex(uwmjc75.vf) = %{tl_version} -Provides: tex(uwmjc76.vf) = %{tl_version} -Provides: tex(uwmjc77.vf) = %{tl_version} -Provides: tex(uwmjc78.vf) = %{tl_version} -Provides: tex(uwmjc79.vf) = %{tl_version} -Provides: tex(uwmjc7a.vf) = %{tl_version} -Provides: tex(uwmjc7b.vf) = %{tl_version} -Provides: tex(uwmjc7c.vf) = %{tl_version} -Provides: tex(uwmjc7d.vf) = %{tl_version} -Provides: tex(uwmjc7e.vf) = %{tl_version} -Provides: tex(uwmjc7f.vf) = %{tl_version} -Provides: tex(uwmjc8.vf) = %{tl_version} -Provides: tex(uwmjc80.vf) = %{tl_version} -Provides: tex(uwmjc81.vf) = %{tl_version} -Provides: tex(uwmjc82.vf) = %{tl_version} -Provides: tex(uwmjc83.vf) = %{tl_version} -Provides: tex(uwmjc84.vf) = %{tl_version} -Provides: tex(uwmjc85.vf) = %{tl_version} -Provides: tex(uwmjc86.vf) = %{tl_version} -Provides: tex(uwmjc87.vf) = %{tl_version} -Provides: tex(uwmjc88.vf) = %{tl_version} -Provides: tex(uwmjc89.vf) = %{tl_version} -Provides: tex(uwmjc8a.vf) = %{tl_version} -Provides: tex(uwmjc8b.vf) = %{tl_version} -Provides: tex(uwmjc8c.vf) = %{tl_version} -Provides: tex(uwmjc8d.vf) = %{tl_version} -Provides: tex(uwmjc8e.vf) = %{tl_version} -Provides: tex(uwmjc8f.vf) = %{tl_version} -Provides: tex(uwmjc9.vf) = %{tl_version} -Provides: tex(uwmjc90.vf) = %{tl_version} -Provides: tex(uwmjc91.vf) = %{tl_version} -Provides: tex(uwmjc92.vf) = %{tl_version} -Provides: tex(uwmjc93.vf) = %{tl_version} -Provides: tex(uwmjc94.vf) = %{tl_version} -Provides: tex(uwmjc95.vf) = %{tl_version} -Provides: tex(uwmjc96.vf) = %{tl_version} -Provides: tex(uwmjc97.vf) = %{tl_version} -Provides: tex(uwmjc98.vf) = %{tl_version} -Provides: tex(uwmjc99.vf) = %{tl_version} -Provides: tex(uwmjc9a.vf) = %{tl_version} -Provides: tex(uwmjc9b.vf) = %{tl_version} -Provides: tex(uwmjc9c.vf) = %{tl_version} -Provides: tex(uwmjc9d.vf) = %{tl_version} -Provides: tex(uwmjc9e.vf) = %{tl_version} -Provides: tex(uwmjc9f.vf) = %{tl_version} -Provides: tex(uwmjca.vf) = %{tl_version} -Provides: tex(uwmjcac.vf) = %{tl_version} -Provides: tex(uwmjcad.vf) = %{tl_version} -Provides: tex(uwmjcae.vf) = %{tl_version} -Provides: tex(uwmjcaf.vf) = %{tl_version} -Provides: tex(uwmjcb.vf) = %{tl_version} -Provides: tex(uwmjcb0.vf) = %{tl_version} -Provides: tex(uwmjcb1.vf) = %{tl_version} -Provides: tex(uwmjcb2.vf) = %{tl_version} -Provides: tex(uwmjcb3.vf) = %{tl_version} -Provides: tex(uwmjcb4.vf) = %{tl_version} -Provides: tex(uwmjcb5.vf) = %{tl_version} -Provides: tex(uwmjcb6.vf) = %{tl_version} -Provides: tex(uwmjcb7.vf) = %{tl_version} -Provides: tex(uwmjcb8.vf) = %{tl_version} -Provides: tex(uwmjcb9.vf) = %{tl_version} -Provides: tex(uwmjcba.vf) = %{tl_version} -Provides: tex(uwmjcbb.vf) = %{tl_version} -Provides: tex(uwmjcbc.vf) = %{tl_version} -Provides: tex(uwmjcbd.vf) = %{tl_version} -Provides: tex(uwmjcbe.vf) = %{tl_version} -Provides: tex(uwmjcbf.vf) = %{tl_version} -Provides: tex(uwmjcc.vf) = %{tl_version} -Provides: tex(uwmjcc0.vf) = %{tl_version} -Provides: tex(uwmjcc1.vf) = %{tl_version} -Provides: tex(uwmjcc2.vf) = %{tl_version} -Provides: tex(uwmjcc3.vf) = %{tl_version} -Provides: tex(uwmjcc4.vf) = %{tl_version} -Provides: tex(uwmjcc5.vf) = %{tl_version} -Provides: tex(uwmjcc6.vf) = %{tl_version} -Provides: tex(uwmjcc7.vf) = %{tl_version} -Provides: tex(uwmjcc8.vf) = %{tl_version} -Provides: tex(uwmjcc9.vf) = %{tl_version} -Provides: tex(uwmjcca.vf) = %{tl_version} -Provides: tex(uwmjccb.vf) = %{tl_version} -Provides: tex(uwmjccc.vf) = %{tl_version} -Provides: tex(uwmjccd.vf) = %{tl_version} -Provides: tex(uwmjcce.vf) = %{tl_version} -Provides: tex(uwmjccf.vf) = %{tl_version} -Provides: tex(uwmjcd.vf) = %{tl_version} -Provides: tex(uwmjcd0.vf) = %{tl_version} -Provides: tex(uwmjcd1.vf) = %{tl_version} -Provides: tex(uwmjcd2.vf) = %{tl_version} -Provides: tex(uwmjcd3.vf) = %{tl_version} -Provides: tex(uwmjcd4.vf) = %{tl_version} -Provides: tex(uwmjcd5.vf) = %{tl_version} -Provides: tex(uwmjcd6.vf) = %{tl_version} -Provides: tex(uwmjcd7.vf) = %{tl_version} -Provides: tex(uwmjce.vf) = %{tl_version} -Provides: tex(uwmjcf.vf) = %{tl_version} -Provides: tex(uwmjcf9.vf) = %{tl_version} -Provides: tex(uwmjcfa.vf) = %{tl_version} -Provides: tex(uwmjcff.vf) = %{tl_version} -Provides: tex(uwmjco00.vf) = %{tl_version} -Provides: tex(uwmjco01.vf) = %{tl_version} -Provides: tex(uwmjco02.vf) = %{tl_version} -Provides: tex(uwmjco03.vf) = %{tl_version} -Provides: tex(uwmjco04.vf) = %{tl_version} -Provides: tex(uwmjco20.vf) = %{tl_version} -Provides: tex(uwmjco21.vf) = %{tl_version} -Provides: tex(uwmjco22.vf) = %{tl_version} -Provides: tex(uwmjco23.vf) = %{tl_version} -Provides: tex(uwmjco24.vf) = %{tl_version} -Provides: tex(uwmjco25.vf) = %{tl_version} -Provides: tex(uwmjco26.vf) = %{tl_version} -Provides: tex(uwmjco30.vf) = %{tl_version} -Provides: tex(uwmjco31.vf) = %{tl_version} -Provides: tex(uwmjco32.vf) = %{tl_version} -Provides: tex(uwmjco33.vf) = %{tl_version} -Provides: tex(uwmjco4e.vf) = %{tl_version} -Provides: tex(uwmjco4f.vf) = %{tl_version} -Provides: tex(uwmjco50.vf) = %{tl_version} -Provides: tex(uwmjco51.vf) = %{tl_version} -Provides: tex(uwmjco52.vf) = %{tl_version} -Provides: tex(uwmjco53.vf) = %{tl_version} -Provides: tex(uwmjco54.vf) = %{tl_version} -Provides: tex(uwmjco55.vf) = %{tl_version} -Provides: tex(uwmjco56.vf) = %{tl_version} -Provides: tex(uwmjco57.vf) = %{tl_version} -Provides: tex(uwmjco58.vf) = %{tl_version} -Provides: tex(uwmjco59.vf) = %{tl_version} -Provides: tex(uwmjco5a.vf) = %{tl_version} -Provides: tex(uwmjco5b.vf) = %{tl_version} -Provides: tex(uwmjco5c.vf) = %{tl_version} -Provides: tex(uwmjco5d.vf) = %{tl_version} -Provides: tex(uwmjco5e.vf) = %{tl_version} -Provides: tex(uwmjco5f.vf) = %{tl_version} -Provides: tex(uwmjco60.vf) = %{tl_version} -Provides: tex(uwmjco61.vf) = %{tl_version} -Provides: tex(uwmjco62.vf) = %{tl_version} -Provides: tex(uwmjco63.vf) = %{tl_version} -Provides: tex(uwmjco64.vf) = %{tl_version} -Provides: tex(uwmjco65.vf) = %{tl_version} -Provides: tex(uwmjco66.vf) = %{tl_version} -Provides: tex(uwmjco67.vf) = %{tl_version} -Provides: tex(uwmjco68.vf) = %{tl_version} -Provides: tex(uwmjco69.vf) = %{tl_version} -Provides: tex(uwmjco6a.vf) = %{tl_version} -Provides: tex(uwmjco6b.vf) = %{tl_version} -Provides: tex(uwmjco6c.vf) = %{tl_version} -Provides: tex(uwmjco6d.vf) = %{tl_version} -Provides: tex(uwmjco6e.vf) = %{tl_version} -Provides: tex(uwmjco6f.vf) = %{tl_version} -Provides: tex(uwmjco70.vf) = %{tl_version} -Provides: tex(uwmjco71.vf) = %{tl_version} -Provides: tex(uwmjco72.vf) = %{tl_version} -Provides: tex(uwmjco73.vf) = %{tl_version} -Provides: tex(uwmjco74.vf) = %{tl_version} -Provides: tex(uwmjco75.vf) = %{tl_version} -Provides: tex(uwmjco76.vf) = %{tl_version} -Provides: tex(uwmjco77.vf) = %{tl_version} -Provides: tex(uwmjco78.vf) = %{tl_version} -Provides: tex(uwmjco79.vf) = %{tl_version} -Provides: tex(uwmjco7a.vf) = %{tl_version} -Provides: tex(uwmjco7b.vf) = %{tl_version} -Provides: tex(uwmjco7c.vf) = %{tl_version} -Provides: tex(uwmjco7d.vf) = %{tl_version} -Provides: tex(uwmjco7e.vf) = %{tl_version} -Provides: tex(uwmjco7f.vf) = %{tl_version} -Provides: tex(uwmjco80.vf) = %{tl_version} -Provides: tex(uwmjco81.vf) = %{tl_version} -Provides: tex(uwmjco82.vf) = %{tl_version} -Provides: tex(uwmjco83.vf) = %{tl_version} -Provides: tex(uwmjco84.vf) = %{tl_version} -Provides: tex(uwmjco85.vf) = %{tl_version} -Provides: tex(uwmjco86.vf) = %{tl_version} -Provides: tex(uwmjco87.vf) = %{tl_version} -Provides: tex(uwmjco88.vf) = %{tl_version} -Provides: tex(uwmjco89.vf) = %{tl_version} -Provides: tex(uwmjco8a.vf) = %{tl_version} -Provides: tex(uwmjco8b.vf) = %{tl_version} -Provides: tex(uwmjco8c.vf) = %{tl_version} -Provides: tex(uwmjco8d.vf) = %{tl_version} -Provides: tex(uwmjco8e.vf) = %{tl_version} -Provides: tex(uwmjco8f.vf) = %{tl_version} -Provides: tex(uwmjco90.vf) = %{tl_version} -Provides: tex(uwmjco91.vf) = %{tl_version} -Provides: tex(uwmjco92.vf) = %{tl_version} -Provides: tex(uwmjco93.vf) = %{tl_version} -Provides: tex(uwmjco94.vf) = %{tl_version} -Provides: tex(uwmjco95.vf) = %{tl_version} -Provides: tex(uwmjco96.vf) = %{tl_version} -Provides: tex(uwmjco97.vf) = %{tl_version} -Provides: tex(uwmjco98.vf) = %{tl_version} -Provides: tex(uwmjco99.vf) = %{tl_version} -Provides: tex(uwmjco9a.vf) = %{tl_version} -Provides: tex(uwmjco9b.vf) = %{tl_version} -Provides: tex(uwmjco9c.vf) = %{tl_version} -Provides: tex(uwmjco9d.vf) = %{tl_version} -Provides: tex(uwmjco9e.vf) = %{tl_version} -Provides: tex(uwmjco9f.vf) = %{tl_version} -Provides: tex(uwmjcoac.vf) = %{tl_version} -Provides: tex(uwmjcoad.vf) = %{tl_version} -Provides: tex(uwmjcoae.vf) = %{tl_version} -Provides: tex(uwmjcoaf.vf) = %{tl_version} -Provides: tex(uwmjcob0.vf) = %{tl_version} -Provides: tex(uwmjcob1.vf) = %{tl_version} -Provides: tex(uwmjcob2.vf) = %{tl_version} -Provides: tex(uwmjcob3.vf) = %{tl_version} -Provides: tex(uwmjcob4.vf) = %{tl_version} -Provides: tex(uwmjcob5.vf) = %{tl_version} -Provides: tex(uwmjcob6.vf) = %{tl_version} -Provides: tex(uwmjcob7.vf) = %{tl_version} -Provides: tex(uwmjcob8.vf) = %{tl_version} -Provides: tex(uwmjcob9.vf) = %{tl_version} -Provides: tex(uwmjcoba.vf) = %{tl_version} -Provides: tex(uwmjcobb.vf) = %{tl_version} -Provides: tex(uwmjcobc.vf) = %{tl_version} -Provides: tex(uwmjcobd.vf) = %{tl_version} -Provides: tex(uwmjcobe.vf) = %{tl_version} -Provides: tex(uwmjcobf.vf) = %{tl_version} -Provides: tex(uwmjcoc0.vf) = %{tl_version} -Provides: tex(uwmjcoc1.vf) = %{tl_version} -Provides: tex(uwmjcoc2.vf) = %{tl_version} -Provides: tex(uwmjcoc3.vf) = %{tl_version} -Provides: tex(uwmjcoc4.vf) = %{tl_version} -Provides: tex(uwmjcoc5.vf) = %{tl_version} -Provides: tex(uwmjcoc6.vf) = %{tl_version} -Provides: tex(uwmjcoc7.vf) = %{tl_version} -Provides: tex(uwmjcoc8.vf) = %{tl_version} -Provides: tex(uwmjcoc9.vf) = %{tl_version} -Provides: tex(uwmjcoca.vf) = %{tl_version} -Provides: tex(uwmjcocb.vf) = %{tl_version} -Provides: tex(uwmjcocc.vf) = %{tl_version} -Provides: tex(uwmjcocd.vf) = %{tl_version} -Provides: tex(uwmjcoce.vf) = %{tl_version} -Provides: tex(uwmjcocf.vf) = %{tl_version} -Provides: tex(uwmjcod0.vf) = %{tl_version} -Provides: tex(uwmjcod1.vf) = %{tl_version} -Provides: tex(uwmjcod2.vf) = %{tl_version} -Provides: tex(uwmjcod3.vf) = %{tl_version} -Provides: tex(uwmjcod4.vf) = %{tl_version} -Provides: tex(uwmjcod5.vf) = %{tl_version} -Provides: tex(uwmjcod6.vf) = %{tl_version} -Provides: tex(uwmjcod7.vf) = %{tl_version} -Provides: tex(uwmjcof9.vf) = %{tl_version} -Provides: tex(uwmjcofa.vf) = %{tl_version} -Provides: tex(uwmjcoff.vf) = %{tl_version} -Provides: tex(uwmjd0.vf) = %{tl_version} -Provides: tex(uwmjd1.vf) = %{tl_version} -Provides: tex(uwmjd2.vf) = %{tl_version} -Provides: tex(uwmjd3.vf) = %{tl_version} -Provides: tex(uwmjd4.vf) = %{tl_version} -Provides: tex(uwmjd5.vf) = %{tl_version} -Provides: tex(uwmjd6.vf) = %{tl_version} -Provides: tex(uwmjd7.vf) = %{tl_version} -Provides: tex(uwmjf9.vf) = %{tl_version} -Provides: tex(uwmjfa.vf) = %{tl_version} -Provides: tex(uwmjff.vf) = %{tl_version} -Provides: tex(uwmjo00.vf) = %{tl_version} -Provides: tex(uwmjo01.vf) = %{tl_version} -Provides: tex(uwmjo02.vf) = %{tl_version} -Provides: tex(uwmjo03.vf) = %{tl_version} -Provides: tex(uwmjo04.vf) = %{tl_version} -Provides: tex(uwmjo20.vf) = %{tl_version} -Provides: tex(uwmjo21.vf) = %{tl_version} -Provides: tex(uwmjo22.vf) = %{tl_version} -Provides: tex(uwmjo23.vf) = %{tl_version} -Provides: tex(uwmjo24.vf) = %{tl_version} -Provides: tex(uwmjo25.vf) = %{tl_version} -Provides: tex(uwmjo26.vf) = %{tl_version} -Provides: tex(uwmjo30.vf) = %{tl_version} -Provides: tex(uwmjo31.vf) = %{tl_version} -Provides: tex(uwmjo32.vf) = %{tl_version} -Provides: tex(uwmjo33.vf) = %{tl_version} -Provides: tex(uwmjo4e.vf) = %{tl_version} -Provides: tex(uwmjo4f.vf) = %{tl_version} -Provides: tex(uwmjo50.vf) = %{tl_version} -Provides: tex(uwmjo51.vf) = %{tl_version} -Provides: tex(uwmjo52.vf) = %{tl_version} -Provides: tex(uwmjo53.vf) = %{tl_version} -Provides: tex(uwmjo54.vf) = %{tl_version} -Provides: tex(uwmjo55.vf) = %{tl_version} -Provides: tex(uwmjo56.vf) = %{tl_version} -Provides: tex(uwmjo57.vf) = %{tl_version} -Provides: tex(uwmjo58.vf) = %{tl_version} -Provides: tex(uwmjo59.vf) = %{tl_version} -Provides: tex(uwmjo5a.vf) = %{tl_version} -Provides: tex(uwmjo5b.vf) = %{tl_version} -Provides: tex(uwmjo5c.vf) = %{tl_version} -Provides: tex(uwmjo5d.vf) = %{tl_version} -Provides: tex(uwmjo5e.vf) = %{tl_version} -Provides: tex(uwmjo5f.vf) = %{tl_version} -Provides: tex(uwmjo60.vf) = %{tl_version} -Provides: tex(uwmjo61.vf) = %{tl_version} -Provides: tex(uwmjo62.vf) = %{tl_version} -Provides: tex(uwmjo63.vf) = %{tl_version} -Provides: tex(uwmjo64.vf) = %{tl_version} -Provides: tex(uwmjo65.vf) = %{tl_version} -Provides: tex(uwmjo66.vf) = %{tl_version} -Provides: tex(uwmjo67.vf) = %{tl_version} -Provides: tex(uwmjo68.vf) = %{tl_version} -Provides: tex(uwmjo69.vf) = %{tl_version} -Provides: tex(uwmjo6a.vf) = %{tl_version} -Provides: tex(uwmjo6b.vf) = %{tl_version} -Provides: tex(uwmjo6c.vf) = %{tl_version} -Provides: tex(uwmjo6d.vf) = %{tl_version} -Provides: tex(uwmjo6e.vf) = %{tl_version} -Provides: tex(uwmjo6f.vf) = %{tl_version} -Provides: tex(uwmjo70.vf) = %{tl_version} -Provides: tex(uwmjo71.vf) = %{tl_version} -Provides: tex(uwmjo72.vf) = %{tl_version} -Provides: tex(uwmjo73.vf) = %{tl_version} -Provides: tex(uwmjo74.vf) = %{tl_version} -Provides: tex(uwmjo75.vf) = %{tl_version} -Provides: tex(uwmjo76.vf) = %{tl_version} -Provides: tex(uwmjo77.vf) = %{tl_version} -Provides: tex(uwmjo78.vf) = %{tl_version} -Provides: tex(uwmjo79.vf) = %{tl_version} -Provides: tex(uwmjo7a.vf) = %{tl_version} -Provides: tex(uwmjo7b.vf) = %{tl_version} -Provides: tex(uwmjo7c.vf) = %{tl_version} -Provides: tex(uwmjo7d.vf) = %{tl_version} -Provides: tex(uwmjo7e.vf) = %{tl_version} -Provides: tex(uwmjo7f.vf) = %{tl_version} -Provides: tex(uwmjo80.vf) = %{tl_version} -Provides: tex(uwmjo81.vf) = %{tl_version} -Provides: tex(uwmjo82.vf) = %{tl_version} -Provides: tex(uwmjo83.vf) = %{tl_version} -Provides: tex(uwmjo84.vf) = %{tl_version} -Provides: tex(uwmjo85.vf) = %{tl_version} -Provides: tex(uwmjo86.vf) = %{tl_version} -Provides: tex(uwmjo87.vf) = %{tl_version} -Provides: tex(uwmjo88.vf) = %{tl_version} -Provides: tex(uwmjo89.vf) = %{tl_version} -Provides: tex(uwmjo8a.vf) = %{tl_version} -Provides: tex(uwmjo8b.vf) = %{tl_version} -Provides: tex(uwmjo8c.vf) = %{tl_version} -Provides: tex(uwmjo8d.vf) = %{tl_version} -Provides: tex(uwmjo8e.vf) = %{tl_version} -Provides: tex(uwmjo8f.vf) = %{tl_version} -Provides: tex(uwmjo90.vf) = %{tl_version} -Provides: tex(uwmjo91.vf) = %{tl_version} -Provides: tex(uwmjo92.vf) = %{tl_version} -Provides: tex(uwmjo93.vf) = %{tl_version} -Provides: tex(uwmjo94.vf) = %{tl_version} -Provides: tex(uwmjo95.vf) = %{tl_version} -Provides: tex(uwmjo96.vf) = %{tl_version} -Provides: tex(uwmjo97.vf) = %{tl_version} -Provides: tex(uwmjo98.vf) = %{tl_version} -Provides: tex(uwmjo99.vf) = %{tl_version} -Provides: tex(uwmjo9a.vf) = %{tl_version} -Provides: tex(uwmjo9b.vf) = %{tl_version} -Provides: tex(uwmjo9c.vf) = %{tl_version} -Provides: tex(uwmjo9d.vf) = %{tl_version} -Provides: tex(uwmjo9e.vf) = %{tl_version} -Provides: tex(uwmjo9f.vf) = %{tl_version} -Provides: tex(uwmjoac.vf) = %{tl_version} -Provides: tex(uwmjoad.vf) = %{tl_version} -Provides: tex(uwmjoae.vf) = %{tl_version} -Provides: tex(uwmjoaf.vf) = %{tl_version} -Provides: tex(uwmjob0.vf) = %{tl_version} -Provides: tex(uwmjob1.vf) = %{tl_version} -Provides: tex(uwmjob2.vf) = %{tl_version} -Provides: tex(uwmjob3.vf) = %{tl_version} -Provides: tex(uwmjob4.vf) = %{tl_version} -Provides: tex(uwmjob5.vf) = %{tl_version} -Provides: tex(uwmjob6.vf) = %{tl_version} -Provides: tex(uwmjob7.vf) = %{tl_version} -Provides: tex(uwmjob8.vf) = %{tl_version} -Provides: tex(uwmjob9.vf) = %{tl_version} -Provides: tex(uwmjoba.vf) = %{tl_version} -Provides: tex(uwmjobb.vf) = %{tl_version} -Provides: tex(uwmjobc.vf) = %{tl_version} -Provides: tex(uwmjobd.vf) = %{tl_version} -Provides: tex(uwmjobe.vf) = %{tl_version} -Provides: tex(uwmjobf.vf) = %{tl_version} -Provides: tex(uwmjoc0.vf) = %{tl_version} -Provides: tex(uwmjoc1.vf) = %{tl_version} -Provides: tex(uwmjoc2.vf) = %{tl_version} -Provides: tex(uwmjoc3.vf) = %{tl_version} -Provides: tex(uwmjoc4.vf) = %{tl_version} -Provides: tex(uwmjoc5.vf) = %{tl_version} -Provides: tex(uwmjoc6.vf) = %{tl_version} -Provides: tex(uwmjoc7.vf) = %{tl_version} -Provides: tex(uwmjoc8.vf) = %{tl_version} -Provides: tex(uwmjoc9.vf) = %{tl_version} -Provides: tex(uwmjoca.vf) = %{tl_version} -Provides: tex(uwmjocb.vf) = %{tl_version} -Provides: tex(uwmjocc.vf) = %{tl_version} -Provides: tex(uwmjocd.vf) = %{tl_version} -Provides: tex(uwmjoce.vf) = %{tl_version} -Provides: tex(uwmjocf.vf) = %{tl_version} -Provides: tex(uwmjod0.vf) = %{tl_version} -Provides: tex(uwmjod1.vf) = %{tl_version} -Provides: tex(uwmjod2.vf) = %{tl_version} -Provides: tex(uwmjod3.vf) = %{tl_version} -Provides: tex(uwmjod4.vf) = %{tl_version} -Provides: tex(uwmjod5.vf) = %{tl_version} -Provides: tex(uwmjod6.vf) = %{tl_version} -Provides: tex(uwmjod7.vf) = %{tl_version} -Provides: tex(uwmjof9.vf) = %{tl_version} -Provides: tex(uwmjofa.vf) = %{tl_version} -Provides: tex(uwmjoff.vf) = %{tl_version} -Provides: tex(uwmju00.vf) = %{tl_version} -Provides: tex(uwmju01.vf) = %{tl_version} -Provides: tex(uwmju02.vf) = %{tl_version} -Provides: tex(uwmju03.vf) = %{tl_version} -Provides: tex(uwmju04.vf) = %{tl_version} -Provides: tex(uwmju20.vf) = %{tl_version} -Provides: tex(uwmju21.vf) = %{tl_version} -Provides: tex(uwmju22.vf) = %{tl_version} -Provides: tex(uwmju23.vf) = %{tl_version} -Provides: tex(uwmju24.vf) = %{tl_version} -Provides: tex(uwmju25.vf) = %{tl_version} -Provides: tex(uwmju26.vf) = %{tl_version} -Provides: tex(uwmju30.vf) = %{tl_version} -Provides: tex(uwmju31.vf) = %{tl_version} -Provides: tex(uwmju32.vf) = %{tl_version} -Provides: tex(uwmju33.vf) = %{tl_version} -Provides: tex(uwmju4e.vf) = %{tl_version} -Provides: tex(uwmju4f.vf) = %{tl_version} -Provides: tex(uwmju50.vf) = %{tl_version} -Provides: tex(uwmju51.vf) = %{tl_version} -Provides: tex(uwmju52.vf) = %{tl_version} -Provides: tex(uwmju53.vf) = %{tl_version} -Provides: tex(uwmju54.vf) = %{tl_version} -Provides: tex(uwmju55.vf) = %{tl_version} -Provides: tex(uwmju56.vf) = %{tl_version} -Provides: tex(uwmju57.vf) = %{tl_version} -Provides: tex(uwmju58.vf) = %{tl_version} -Provides: tex(uwmju59.vf) = %{tl_version} -Provides: tex(uwmju5a.vf) = %{tl_version} -Provides: tex(uwmju5b.vf) = %{tl_version} -Provides: tex(uwmju5c.vf) = %{tl_version} -Provides: tex(uwmju5d.vf) = %{tl_version} -Provides: tex(uwmju5e.vf) = %{tl_version} -Provides: tex(uwmju5f.vf) = %{tl_version} -Provides: tex(uwmju60.vf) = %{tl_version} -Provides: tex(uwmju61.vf) = %{tl_version} -Provides: tex(uwmju62.vf) = %{tl_version} -Provides: tex(uwmju63.vf) = %{tl_version} -Provides: tex(uwmju64.vf) = %{tl_version} -Provides: tex(uwmju65.vf) = %{tl_version} -Provides: tex(uwmju66.vf) = %{tl_version} -Provides: tex(uwmju67.vf) = %{tl_version} -Provides: tex(uwmju68.vf) = %{tl_version} -Provides: tex(uwmju69.vf) = %{tl_version} -Provides: tex(uwmju6a.vf) = %{tl_version} -Provides: tex(uwmju6b.vf) = %{tl_version} -Provides: tex(uwmju6c.vf) = %{tl_version} -Provides: tex(uwmju6d.vf) = %{tl_version} -Provides: tex(uwmju6e.vf) = %{tl_version} -Provides: tex(uwmju6f.vf) = %{tl_version} -Provides: tex(uwmju70.vf) = %{tl_version} -Provides: tex(uwmju71.vf) = %{tl_version} -Provides: tex(uwmju72.vf) = %{tl_version} -Provides: tex(uwmju73.vf) = %{tl_version} -Provides: tex(uwmju74.vf) = %{tl_version} -Provides: tex(uwmju75.vf) = %{tl_version} -Provides: tex(uwmju76.vf) = %{tl_version} -Provides: tex(uwmju77.vf) = %{tl_version} -Provides: tex(uwmju78.vf) = %{tl_version} -Provides: tex(uwmju79.vf) = %{tl_version} -Provides: tex(uwmju7a.vf) = %{tl_version} -Provides: tex(uwmju7b.vf) = %{tl_version} -Provides: tex(uwmju7c.vf) = %{tl_version} -Provides: tex(uwmju7d.vf) = %{tl_version} -Provides: tex(uwmju7e.vf) = %{tl_version} -Provides: tex(uwmju7f.vf) = %{tl_version} -Provides: tex(uwmju80.vf) = %{tl_version} -Provides: tex(uwmju81.vf) = %{tl_version} -Provides: tex(uwmju82.vf) = %{tl_version} -Provides: tex(uwmju83.vf) = %{tl_version} -Provides: tex(uwmju84.vf) = %{tl_version} -Provides: tex(uwmju85.vf) = %{tl_version} -Provides: tex(uwmju86.vf) = %{tl_version} -Provides: tex(uwmju87.vf) = %{tl_version} -Provides: tex(uwmju88.vf) = %{tl_version} -Provides: tex(uwmju89.vf) = %{tl_version} -Provides: tex(uwmju8a.vf) = %{tl_version} -Provides: tex(uwmju8b.vf) = %{tl_version} -Provides: tex(uwmju8c.vf) = %{tl_version} -Provides: tex(uwmju8d.vf) = %{tl_version} -Provides: tex(uwmju8e.vf) = %{tl_version} -Provides: tex(uwmju8f.vf) = %{tl_version} -Provides: tex(uwmju90.vf) = %{tl_version} -Provides: tex(uwmju91.vf) = %{tl_version} -Provides: tex(uwmju92.vf) = %{tl_version} -Provides: tex(uwmju93.vf) = %{tl_version} -Provides: tex(uwmju94.vf) = %{tl_version} -Provides: tex(uwmju95.vf) = %{tl_version} -Provides: tex(uwmju96.vf) = %{tl_version} -Provides: tex(uwmju97.vf) = %{tl_version} -Provides: tex(uwmju98.vf) = %{tl_version} -Provides: tex(uwmju99.vf) = %{tl_version} -Provides: tex(uwmju9a.vf) = %{tl_version} -Provides: tex(uwmju9b.vf) = %{tl_version} -Provides: tex(uwmju9c.vf) = %{tl_version} -Provides: tex(uwmju9d.vf) = %{tl_version} -Provides: tex(uwmju9e.vf) = %{tl_version} -Provides: tex(uwmju9f.vf) = %{tl_version} -Provides: tex(uwmjuac.vf) = %{tl_version} -Provides: tex(uwmjuad.vf) = %{tl_version} -Provides: tex(uwmjuae.vf) = %{tl_version} -Provides: tex(uwmjuaf.vf) = %{tl_version} -Provides: tex(uwmjub0.vf) = %{tl_version} -Provides: tex(uwmjub1.vf) = %{tl_version} -Provides: tex(uwmjub2.vf) = %{tl_version} -Provides: tex(uwmjub3.vf) = %{tl_version} -Provides: tex(uwmjub4.vf) = %{tl_version} -Provides: tex(uwmjub5.vf) = %{tl_version} -Provides: tex(uwmjub6.vf) = %{tl_version} -Provides: tex(uwmjub7.vf) = %{tl_version} -Provides: tex(uwmjub8.vf) = %{tl_version} -Provides: tex(uwmjub9.vf) = %{tl_version} -Provides: tex(uwmjuba.vf) = %{tl_version} -Provides: tex(uwmjubb.vf) = %{tl_version} -Provides: tex(uwmjubc.vf) = %{tl_version} -Provides: tex(uwmjubd.vf) = %{tl_version} -Provides: tex(uwmjube.vf) = %{tl_version} -Provides: tex(uwmjubf.vf) = %{tl_version} -Provides: tex(uwmjuc0.vf) = %{tl_version} -Provides: tex(uwmjuc1.vf) = %{tl_version} -Provides: tex(uwmjuc2.vf) = %{tl_version} -Provides: tex(uwmjuc3.vf) = %{tl_version} -Provides: tex(uwmjuc4.vf) = %{tl_version} -Provides: tex(uwmjuc5.vf) = %{tl_version} -Provides: tex(uwmjuc6.vf) = %{tl_version} -Provides: tex(uwmjuc7.vf) = %{tl_version} -Provides: tex(uwmjuc8.vf) = %{tl_version} -Provides: tex(uwmjuc9.vf) = %{tl_version} -Provides: tex(uwmjuca.vf) = %{tl_version} -Provides: tex(uwmjucb.vf) = %{tl_version} -Provides: tex(uwmjucc.vf) = %{tl_version} -Provides: tex(uwmjucd.vf) = %{tl_version} -Provides: tex(uwmjuce.vf) = %{tl_version} -Provides: tex(uwmjucf.vf) = %{tl_version} -Provides: tex(uwmjud0.vf) = %{tl_version} -Provides: tex(uwmjud1.vf) = %{tl_version} -Provides: tex(uwmjud2.vf) = %{tl_version} -Provides: tex(uwmjud3.vf) = %{tl_version} -Provides: tex(uwmjud4.vf) = %{tl_version} -Provides: tex(uwmjud5.vf) = %{tl_version} -Provides: tex(uwmjud6.vf) = %{tl_version} -Provides: tex(uwmjud7.vf) = %{tl_version} -Provides: tex(uwmjuf9.vf) = %{tl_version} -Provides: tex(uwmjufa.vf) = %{tl_version} -Provides: tex(uwmjuff.vf) = %{tl_version} -Provides: tex(uwmjuo00.vf) = %{tl_version} -Provides: tex(uwmjuo01.vf) = %{tl_version} -Provides: tex(uwmjuo02.vf) = %{tl_version} -Provides: tex(uwmjuo03.vf) = %{tl_version} -Provides: tex(uwmjuo04.vf) = %{tl_version} -Provides: tex(uwmjuo20.vf) = %{tl_version} -Provides: tex(uwmjuo21.vf) = %{tl_version} -Provides: tex(uwmjuo22.vf) = %{tl_version} -Provides: tex(uwmjuo23.vf) = %{tl_version} -Provides: tex(uwmjuo24.vf) = %{tl_version} -Provides: tex(uwmjuo25.vf) = %{tl_version} -Provides: tex(uwmjuo26.vf) = %{tl_version} -Provides: tex(uwmjuo30.vf) = %{tl_version} -Provides: tex(uwmjuo31.vf) = %{tl_version} -Provides: tex(uwmjuo32.vf) = %{tl_version} -Provides: tex(uwmjuo33.vf) = %{tl_version} -Provides: tex(uwmjuo4e.vf) = %{tl_version} -Provides: tex(uwmjuo4f.vf) = %{tl_version} -Provides: tex(uwmjuo50.vf) = %{tl_version} -Provides: tex(uwmjuo51.vf) = %{tl_version} -Provides: tex(uwmjuo52.vf) = %{tl_version} -Provides: tex(uwmjuo53.vf) = %{tl_version} -Provides: tex(uwmjuo54.vf) = %{tl_version} -Provides: tex(uwmjuo55.vf) = %{tl_version} -Provides: tex(uwmjuo56.vf) = %{tl_version} -Provides: tex(uwmjuo57.vf) = %{tl_version} -Provides: tex(uwmjuo58.vf) = %{tl_version} -Provides: tex(uwmjuo59.vf) = %{tl_version} -Provides: tex(uwmjuo5a.vf) = %{tl_version} -Provides: tex(uwmjuo5b.vf) = %{tl_version} -Provides: tex(uwmjuo5c.vf) = %{tl_version} -Provides: tex(uwmjuo5d.vf) = %{tl_version} -Provides: tex(uwmjuo5e.vf) = %{tl_version} -Provides: tex(uwmjuo5f.vf) = %{tl_version} -Provides: tex(uwmjuo60.vf) = %{tl_version} -Provides: tex(uwmjuo61.vf) = %{tl_version} -Provides: tex(uwmjuo62.vf) = %{tl_version} -Provides: tex(uwmjuo63.vf) = %{tl_version} -Provides: tex(uwmjuo64.vf) = %{tl_version} -Provides: tex(uwmjuo65.vf) = %{tl_version} -Provides: tex(uwmjuo66.vf) = %{tl_version} -Provides: tex(uwmjuo67.vf) = %{tl_version} -Provides: tex(uwmjuo68.vf) = %{tl_version} -Provides: tex(uwmjuo69.vf) = %{tl_version} -Provides: tex(uwmjuo6a.vf) = %{tl_version} -Provides: tex(uwmjuo6b.vf) = %{tl_version} -Provides: tex(uwmjuo6c.vf) = %{tl_version} -Provides: tex(uwmjuo6d.vf) = %{tl_version} -Provides: tex(uwmjuo6e.vf) = %{tl_version} -Provides: tex(uwmjuo6f.vf) = %{tl_version} -Provides: tex(uwmjuo70.vf) = %{tl_version} -Provides: tex(uwmjuo71.vf) = %{tl_version} -Provides: tex(uwmjuo72.vf) = %{tl_version} -Provides: tex(uwmjuo73.vf) = %{tl_version} -Provides: tex(uwmjuo74.vf) = %{tl_version} -Provides: tex(uwmjuo75.vf) = %{tl_version} -Provides: tex(uwmjuo76.vf) = %{tl_version} -Provides: tex(uwmjuo77.vf) = %{tl_version} -Provides: tex(uwmjuo78.vf) = %{tl_version} -Provides: tex(uwmjuo79.vf) = %{tl_version} -Provides: tex(uwmjuo7a.vf) = %{tl_version} -Provides: tex(uwmjuo7b.vf) = %{tl_version} -Provides: tex(uwmjuo7c.vf) = %{tl_version} -Provides: tex(uwmjuo7d.vf) = %{tl_version} -Provides: tex(uwmjuo7e.vf) = %{tl_version} -Provides: tex(uwmjuo7f.vf) = %{tl_version} -Provides: tex(uwmjuo80.vf) = %{tl_version} -Provides: tex(uwmjuo81.vf) = %{tl_version} -Provides: tex(uwmjuo82.vf) = %{tl_version} -Provides: tex(uwmjuo83.vf) = %{tl_version} -Provides: tex(uwmjuo84.vf) = %{tl_version} -Provides: tex(uwmjuo85.vf) = %{tl_version} -Provides: tex(uwmjuo86.vf) = %{tl_version} -Provides: tex(uwmjuo87.vf) = %{tl_version} -Provides: tex(uwmjuo88.vf) = %{tl_version} -Provides: tex(uwmjuo89.vf) = %{tl_version} -Provides: tex(uwmjuo8a.vf) = %{tl_version} -Provides: tex(uwmjuo8b.vf) = %{tl_version} -Provides: tex(uwmjuo8c.vf) = %{tl_version} -Provides: tex(uwmjuo8d.vf) = %{tl_version} -Provides: tex(uwmjuo8e.vf) = %{tl_version} -Provides: tex(uwmjuo8f.vf) = %{tl_version} -Provides: tex(uwmjuo90.vf) = %{tl_version} -Provides: tex(uwmjuo91.vf) = %{tl_version} -Provides: tex(uwmjuo92.vf) = %{tl_version} -Provides: tex(uwmjuo93.vf) = %{tl_version} -Provides: tex(uwmjuo94.vf) = %{tl_version} -Provides: tex(uwmjuo95.vf) = %{tl_version} -Provides: tex(uwmjuo96.vf) = %{tl_version} -Provides: tex(uwmjuo97.vf) = %{tl_version} -Provides: tex(uwmjuo98.vf) = %{tl_version} -Provides: tex(uwmjuo99.vf) = %{tl_version} -Provides: tex(uwmjuo9a.vf) = %{tl_version} -Provides: tex(uwmjuo9b.vf) = %{tl_version} -Provides: tex(uwmjuo9c.vf) = %{tl_version} -Provides: tex(uwmjuo9d.vf) = %{tl_version} -Provides: tex(uwmjuo9e.vf) = %{tl_version} -Provides: tex(uwmjuo9f.vf) = %{tl_version} -Provides: tex(uwmjuoac.vf) = %{tl_version} -Provides: tex(uwmjuoad.vf) = %{tl_version} -Provides: tex(uwmjuoae.vf) = %{tl_version} -Provides: tex(uwmjuoaf.vf) = %{tl_version} -Provides: tex(uwmjuob0.vf) = %{tl_version} -Provides: tex(uwmjuob1.vf) = %{tl_version} -Provides: tex(uwmjuob2.vf) = %{tl_version} -Provides: tex(uwmjuob3.vf) = %{tl_version} -Provides: tex(uwmjuob4.vf) = %{tl_version} -Provides: tex(uwmjuob5.vf) = %{tl_version} -Provides: tex(uwmjuob6.vf) = %{tl_version} -Provides: tex(uwmjuob7.vf) = %{tl_version} -Provides: tex(uwmjuob8.vf) = %{tl_version} -Provides: tex(uwmjuob9.vf) = %{tl_version} -Provides: tex(uwmjuoba.vf) = %{tl_version} -Provides: tex(uwmjuobb.vf) = %{tl_version} -Provides: tex(uwmjuobc.vf) = %{tl_version} -Provides: tex(uwmjuobd.vf) = %{tl_version} -Provides: tex(uwmjuobe.vf) = %{tl_version} -Provides: tex(uwmjuobf.vf) = %{tl_version} -Provides: tex(uwmjuoc0.vf) = %{tl_version} -Provides: tex(uwmjuoc1.vf) = %{tl_version} -Provides: tex(uwmjuoc2.vf) = %{tl_version} -Provides: tex(uwmjuoc3.vf) = %{tl_version} -Provides: tex(uwmjuoc4.vf) = %{tl_version} -Provides: tex(uwmjuoc5.vf) = %{tl_version} -Provides: tex(uwmjuoc6.vf) = %{tl_version} -Provides: tex(uwmjuoc7.vf) = %{tl_version} -Provides: tex(uwmjuoc8.vf) = %{tl_version} -Provides: tex(uwmjuoc9.vf) = %{tl_version} -Provides: tex(uwmjuoca.vf) = %{tl_version} -Provides: tex(uwmjuocb.vf) = %{tl_version} -Provides: tex(uwmjuocc.vf) = %{tl_version} -Provides: tex(uwmjuocd.vf) = %{tl_version} -Provides: tex(uwmjuoce.vf) = %{tl_version} -Provides: tex(uwmjuocf.vf) = %{tl_version} -Provides: tex(uwmjuod0.vf) = %{tl_version} -Provides: tex(uwmjuod1.vf) = %{tl_version} -Provides: tex(uwmjuod2.vf) = %{tl_version} -Provides: tex(uwmjuod3.vf) = %{tl_version} -Provides: tex(uwmjuod4.vf) = %{tl_version} -Provides: tex(uwmjuod5.vf) = %{tl_version} -Provides: tex(uwmjuod6.vf) = %{tl_version} -Provides: tex(uwmjuod7.vf) = %{tl_version} -Provides: tex(uwmjuof9.vf) = %{tl_version} -Provides: tex(uwmjuofa.vf) = %{tl_version} -Provides: tex(uwmjuoff.vf) = %{tl_version} -Provides: tex(uwmjx00.vf) = %{tl_version} -Provides: tex(uwmjx01.vf) = %{tl_version} -Provides: tex(uwmjx02.vf) = %{tl_version} -Provides: tex(uwmjx03.vf) = %{tl_version} -Provides: tex(uwmjx04.vf) = %{tl_version} -Provides: tex(uwmjx20.vf) = %{tl_version} -Provides: tex(uwmjx21.vf) = %{tl_version} -Provides: tex(uwmjx22.vf) = %{tl_version} -Provides: tex(uwmjx23.vf) = %{tl_version} -Provides: tex(uwmjx24.vf) = %{tl_version} -Provides: tex(uwmjx25.vf) = %{tl_version} -Provides: tex(uwmjx26.vf) = %{tl_version} -Provides: tex(uwmjx30.vf) = %{tl_version} -Provides: tex(uwmjx31.vf) = %{tl_version} -Provides: tex(uwmjx32.vf) = %{tl_version} -Provides: tex(uwmjx33.vf) = %{tl_version} -Provides: tex(uwmjx4e.vf) = %{tl_version} -Provides: tex(uwmjx4f.vf) = %{tl_version} -Provides: tex(uwmjx50.vf) = %{tl_version} -Provides: tex(uwmjx51.vf) = %{tl_version} -Provides: tex(uwmjx52.vf) = %{tl_version} -Provides: tex(uwmjx53.vf) = %{tl_version} -Provides: tex(uwmjx54.vf) = %{tl_version} -Provides: tex(uwmjx55.vf) = %{tl_version} -Provides: tex(uwmjx56.vf) = %{tl_version} -Provides: tex(uwmjx57.vf) = %{tl_version} -Provides: tex(uwmjx58.vf) = %{tl_version} -Provides: tex(uwmjx59.vf) = %{tl_version} -Provides: tex(uwmjx5a.vf) = %{tl_version} -Provides: tex(uwmjx5b.vf) = %{tl_version} -Provides: tex(uwmjx5c.vf) = %{tl_version} -Provides: tex(uwmjx5d.vf) = %{tl_version} -Provides: tex(uwmjx5e.vf) = %{tl_version} -Provides: tex(uwmjx5f.vf) = %{tl_version} -Provides: tex(uwmjx60.vf) = %{tl_version} -Provides: tex(uwmjx61.vf) = %{tl_version} -Provides: tex(uwmjx62.vf) = %{tl_version} -Provides: tex(uwmjx63.vf) = %{tl_version} -Provides: tex(uwmjx64.vf) = %{tl_version} -Provides: tex(uwmjx65.vf) = %{tl_version} -Provides: tex(uwmjx66.vf) = %{tl_version} -Provides: tex(uwmjx67.vf) = %{tl_version} -Provides: tex(uwmjx68.vf) = %{tl_version} -Provides: tex(uwmjx69.vf) = %{tl_version} -Provides: tex(uwmjx6a.vf) = %{tl_version} -Provides: tex(uwmjx6b.vf) = %{tl_version} -Provides: tex(uwmjx6c.vf) = %{tl_version} -Provides: tex(uwmjx6d.vf) = %{tl_version} -Provides: tex(uwmjx6e.vf) = %{tl_version} -Provides: tex(uwmjx6f.vf) = %{tl_version} -Provides: tex(uwmjx70.vf) = %{tl_version} -Provides: tex(uwmjx71.vf) = %{tl_version} -Provides: tex(uwmjx72.vf) = %{tl_version} -Provides: tex(uwmjx73.vf) = %{tl_version} -Provides: tex(uwmjx74.vf) = %{tl_version} -Provides: tex(uwmjx75.vf) = %{tl_version} -Provides: tex(uwmjx76.vf) = %{tl_version} -Provides: tex(uwmjx77.vf) = %{tl_version} -Provides: tex(uwmjx78.vf) = %{tl_version} -Provides: tex(uwmjx79.vf) = %{tl_version} -Provides: tex(uwmjx7a.vf) = %{tl_version} -Provides: tex(uwmjx7b.vf) = %{tl_version} -Provides: tex(uwmjx7c.vf) = %{tl_version} -Provides: tex(uwmjx7d.vf) = %{tl_version} -Provides: tex(uwmjx7e.vf) = %{tl_version} -Provides: tex(uwmjx7f.vf) = %{tl_version} -Provides: tex(uwmjx80.vf) = %{tl_version} -Provides: tex(uwmjx81.vf) = %{tl_version} -Provides: tex(uwmjx82.vf) = %{tl_version} -Provides: tex(uwmjx83.vf) = %{tl_version} -Provides: tex(uwmjx84.vf) = %{tl_version} -Provides: tex(uwmjx85.vf) = %{tl_version} -Provides: tex(uwmjx86.vf) = %{tl_version} -Provides: tex(uwmjx87.vf) = %{tl_version} -Provides: tex(uwmjx88.vf) = %{tl_version} -Provides: tex(uwmjx89.vf) = %{tl_version} -Provides: tex(uwmjx8a.vf) = %{tl_version} -Provides: tex(uwmjx8b.vf) = %{tl_version} -Provides: tex(uwmjx8c.vf) = %{tl_version} -Provides: tex(uwmjx8d.vf) = %{tl_version} -Provides: tex(uwmjx8e.vf) = %{tl_version} -Provides: tex(uwmjx8f.vf) = %{tl_version} -Provides: tex(uwmjx90.vf) = %{tl_version} -Provides: tex(uwmjx91.vf) = %{tl_version} -Provides: tex(uwmjx92.vf) = %{tl_version} -Provides: tex(uwmjx93.vf) = %{tl_version} -Provides: tex(uwmjx94.vf) = %{tl_version} -Provides: tex(uwmjx95.vf) = %{tl_version} -Provides: tex(uwmjx96.vf) = %{tl_version} -Provides: tex(uwmjx97.vf) = %{tl_version} -Provides: tex(uwmjx98.vf) = %{tl_version} -Provides: tex(uwmjx99.vf) = %{tl_version} -Provides: tex(uwmjx9a.vf) = %{tl_version} -Provides: tex(uwmjx9b.vf) = %{tl_version} -Provides: tex(uwmjx9c.vf) = %{tl_version} -Provides: tex(uwmjx9d.vf) = %{tl_version} -Provides: tex(uwmjx9e.vf) = %{tl_version} -Provides: tex(uwmjx9f.vf) = %{tl_version} -Provides: tex(uwmjxac.vf) = %{tl_version} -Provides: tex(uwmjxad.vf) = %{tl_version} -Provides: tex(uwmjxae.vf) = %{tl_version} -Provides: tex(uwmjxaf.vf) = %{tl_version} -Provides: tex(uwmjxb0.vf) = %{tl_version} -Provides: tex(uwmjxb1.vf) = %{tl_version} -Provides: tex(uwmjxb2.vf) = %{tl_version} -Provides: tex(uwmjxb3.vf) = %{tl_version} -Provides: tex(uwmjxb4.vf) = %{tl_version} -Provides: tex(uwmjxb5.vf) = %{tl_version} -Provides: tex(uwmjxb6.vf) = %{tl_version} -Provides: tex(uwmjxb7.vf) = %{tl_version} -Provides: tex(uwmjxb8.vf) = %{tl_version} -Provides: tex(uwmjxb9.vf) = %{tl_version} -Provides: tex(uwmjxba.vf) = %{tl_version} -Provides: tex(uwmjxbb.vf) = %{tl_version} -Provides: tex(uwmjxbc.vf) = %{tl_version} -Provides: tex(uwmjxbd.vf) = %{tl_version} -Provides: tex(uwmjxbe.vf) = %{tl_version} -Provides: tex(uwmjxbf.vf) = %{tl_version} -Provides: tex(uwmjxc0.vf) = %{tl_version} -Provides: tex(uwmjxc1.vf) = %{tl_version} -Provides: tex(uwmjxc2.vf) = %{tl_version} -Provides: tex(uwmjxc3.vf) = %{tl_version} -Provides: tex(uwmjxc4.vf) = %{tl_version} -Provides: tex(uwmjxc5.vf) = %{tl_version} -Provides: tex(uwmjxc6.vf) = %{tl_version} -Provides: tex(uwmjxc7.vf) = %{tl_version} -Provides: tex(uwmjxc8.vf) = %{tl_version} -Provides: tex(uwmjxc9.vf) = %{tl_version} -Provides: tex(uwmjxca.vf) = %{tl_version} -Provides: tex(uwmjxcb.vf) = %{tl_version} -Provides: tex(uwmjxcc.vf) = %{tl_version} -Provides: tex(uwmjxcd.vf) = %{tl_version} -Provides: tex(uwmjxce.vf) = %{tl_version} -Provides: tex(uwmjxcf.vf) = %{tl_version} -Provides: tex(uwmjxd0.vf) = %{tl_version} -Provides: tex(uwmjxd1.vf) = %{tl_version} -Provides: tex(uwmjxd2.vf) = %{tl_version} -Provides: tex(uwmjxd3.vf) = %{tl_version} -Provides: tex(uwmjxd4.vf) = %{tl_version} -Provides: tex(uwmjxd5.vf) = %{tl_version} -Provides: tex(uwmjxd6.vf) = %{tl_version} -Provides: tex(uwmjxd7.vf) = %{tl_version} -Provides: tex(uwmjxf9.vf) = %{tl_version} -Provides: tex(uwmjxfa.vf) = %{tl_version} -Provides: tex(uwmjxff.vf) = %{tl_version} -Provides: tex(uwmjxo00.vf) = %{tl_version} -Provides: tex(uwmjxo01.vf) = %{tl_version} -Provides: tex(uwmjxo02.vf) = %{tl_version} -Provides: tex(uwmjxo03.vf) = %{tl_version} -Provides: tex(uwmjxo04.vf) = %{tl_version} -Provides: tex(uwmjxo20.vf) = %{tl_version} -Provides: tex(uwmjxo21.vf) = %{tl_version} -Provides: tex(uwmjxo22.vf) = %{tl_version} -Provides: tex(uwmjxo23.vf) = %{tl_version} -Provides: tex(uwmjxo24.vf) = %{tl_version} -Provides: tex(uwmjxo25.vf) = %{tl_version} -Provides: tex(uwmjxo26.vf) = %{tl_version} -Provides: tex(uwmjxo30.vf) = %{tl_version} -Provides: tex(uwmjxo31.vf) = %{tl_version} -Provides: tex(uwmjxo32.vf) = %{tl_version} -Provides: tex(uwmjxo33.vf) = %{tl_version} -Provides: tex(uwmjxo4e.vf) = %{tl_version} -Provides: tex(uwmjxo4f.vf) = %{tl_version} -Provides: tex(uwmjxo50.vf) = %{tl_version} -Provides: tex(uwmjxo51.vf) = %{tl_version} -Provides: tex(uwmjxo52.vf) = %{tl_version} -Provides: tex(uwmjxo53.vf) = %{tl_version} -Provides: tex(uwmjxo54.vf) = %{tl_version} -Provides: tex(uwmjxo55.vf) = %{tl_version} -Provides: tex(uwmjxo56.vf) = %{tl_version} -Provides: tex(uwmjxo57.vf) = %{tl_version} -Provides: tex(uwmjxo58.vf) = %{tl_version} -Provides: tex(uwmjxo59.vf) = %{tl_version} -Provides: tex(uwmjxo5a.vf) = %{tl_version} -Provides: tex(uwmjxo5b.vf) = %{tl_version} -Provides: tex(uwmjxo5c.vf) = %{tl_version} -Provides: tex(uwmjxo5d.vf) = %{tl_version} -Provides: tex(uwmjxo5e.vf) = %{tl_version} -Provides: tex(uwmjxo5f.vf) = %{tl_version} -Provides: tex(uwmjxo60.vf) = %{tl_version} -Provides: tex(uwmjxo61.vf) = %{tl_version} -Provides: tex(uwmjxo62.vf) = %{tl_version} -Provides: tex(uwmjxo63.vf) = %{tl_version} -Provides: tex(uwmjxo64.vf) = %{tl_version} -Provides: tex(uwmjxo65.vf) = %{tl_version} -Provides: tex(uwmjxo66.vf) = %{tl_version} -Provides: tex(uwmjxo67.vf) = %{tl_version} -Provides: tex(uwmjxo68.vf) = %{tl_version} -Provides: tex(uwmjxo69.vf) = %{tl_version} -Provides: tex(uwmjxo6a.vf) = %{tl_version} -Provides: tex(uwmjxo6b.vf) = %{tl_version} -Provides: tex(uwmjxo6c.vf) = %{tl_version} -Provides: tex(uwmjxo6d.vf) = %{tl_version} -Provides: tex(uwmjxo6e.vf) = %{tl_version} -Provides: tex(uwmjxo6f.vf) = %{tl_version} -Provides: tex(uwmjxo70.vf) = %{tl_version} -Provides: tex(uwmjxo71.vf) = %{tl_version} -Provides: tex(uwmjxo72.vf) = %{tl_version} -Provides: tex(uwmjxo73.vf) = %{tl_version} -Provides: tex(uwmjxo74.vf) = %{tl_version} -Provides: tex(uwmjxo75.vf) = %{tl_version} -Provides: tex(uwmjxo76.vf) = %{tl_version} -Provides: tex(uwmjxo77.vf) = %{tl_version} -Provides: tex(uwmjxo78.vf) = %{tl_version} -Provides: tex(uwmjxo79.vf) = %{tl_version} -Provides: tex(uwmjxo7a.vf) = %{tl_version} -Provides: tex(uwmjxo7b.vf) = %{tl_version} -Provides: tex(uwmjxo7c.vf) = %{tl_version} -Provides: tex(uwmjxo7d.vf) = %{tl_version} -Provides: tex(uwmjxo7e.vf) = %{tl_version} -Provides: tex(uwmjxo7f.vf) = %{tl_version} -Provides: tex(uwmjxo80.vf) = %{tl_version} -Provides: tex(uwmjxo81.vf) = %{tl_version} -Provides: tex(uwmjxo82.vf) = %{tl_version} -Provides: tex(uwmjxo83.vf) = %{tl_version} -Provides: tex(uwmjxo84.vf) = %{tl_version} -Provides: tex(uwmjxo85.vf) = %{tl_version} -Provides: tex(uwmjxo86.vf) = %{tl_version} -Provides: tex(uwmjxo87.vf) = %{tl_version} -Provides: tex(uwmjxo88.vf) = %{tl_version} -Provides: tex(uwmjxo89.vf) = %{tl_version} -Provides: tex(uwmjxo8a.vf) = %{tl_version} -Provides: tex(uwmjxo8b.vf) = %{tl_version} -Provides: tex(uwmjxo8c.vf) = %{tl_version} -Provides: tex(uwmjxo8d.vf) = %{tl_version} -Provides: tex(uwmjxo8e.vf) = %{tl_version} -Provides: tex(uwmjxo8f.vf) = %{tl_version} -Provides: tex(uwmjxo90.vf) = %{tl_version} -Provides: tex(uwmjxo91.vf) = %{tl_version} -Provides: tex(uwmjxo92.vf) = %{tl_version} -Provides: tex(uwmjxo93.vf) = %{tl_version} -Provides: tex(uwmjxo94.vf) = %{tl_version} -Provides: tex(uwmjxo95.vf) = %{tl_version} -Provides: tex(uwmjxo96.vf) = %{tl_version} -Provides: tex(uwmjxo97.vf) = %{tl_version} -Provides: tex(uwmjxo98.vf) = %{tl_version} -Provides: tex(uwmjxo99.vf) = %{tl_version} -Provides: tex(uwmjxo9a.vf) = %{tl_version} -Provides: tex(uwmjxo9b.vf) = %{tl_version} -Provides: tex(uwmjxo9c.vf) = %{tl_version} -Provides: tex(uwmjxo9d.vf) = %{tl_version} -Provides: tex(uwmjxo9e.vf) = %{tl_version} -Provides: tex(uwmjxo9f.vf) = %{tl_version} -Provides: tex(uwmjxoac.vf) = %{tl_version} -Provides: tex(uwmjxoad.vf) = %{tl_version} -Provides: tex(uwmjxoae.vf) = %{tl_version} -Provides: tex(uwmjxoaf.vf) = %{tl_version} -Provides: tex(uwmjxob0.vf) = %{tl_version} -Provides: tex(uwmjxob1.vf) = %{tl_version} -Provides: tex(uwmjxob2.vf) = %{tl_version} -Provides: tex(uwmjxob3.vf) = %{tl_version} -Provides: tex(uwmjxob4.vf) = %{tl_version} -Provides: tex(uwmjxob5.vf) = %{tl_version} -Provides: tex(uwmjxob6.vf) = %{tl_version} -Provides: tex(uwmjxob7.vf) = %{tl_version} -Provides: tex(uwmjxob8.vf) = %{tl_version} -Provides: tex(uwmjxob9.vf) = %{tl_version} -Provides: tex(uwmjxoba.vf) = %{tl_version} -Provides: tex(uwmjxobb.vf) = %{tl_version} -Provides: tex(uwmjxobc.vf) = %{tl_version} -Provides: tex(uwmjxobd.vf) = %{tl_version} -Provides: tex(uwmjxobe.vf) = %{tl_version} -Provides: tex(uwmjxobf.vf) = %{tl_version} -Provides: tex(uwmjxoc0.vf) = %{tl_version} -Provides: tex(uwmjxoc1.vf) = %{tl_version} -Provides: tex(uwmjxoc2.vf) = %{tl_version} -Provides: tex(uwmjxoc3.vf) = %{tl_version} -Provides: tex(uwmjxoc4.vf) = %{tl_version} -Provides: tex(uwmjxoc5.vf) = %{tl_version} -Provides: tex(uwmjxoc6.vf) = %{tl_version} -Provides: tex(uwmjxoc7.vf) = %{tl_version} -Provides: tex(uwmjxoc8.vf) = %{tl_version} -Provides: tex(uwmjxoc9.vf) = %{tl_version} -Provides: tex(uwmjxoca.vf) = %{tl_version} -Provides: tex(uwmjxocb.vf) = %{tl_version} -Provides: tex(uwmjxocc.vf) = %{tl_version} -Provides: tex(uwmjxocd.vf) = %{tl_version} -Provides: tex(uwmjxoce.vf) = %{tl_version} -Provides: tex(uwmjxocf.vf) = %{tl_version} -Provides: tex(uwmjxod0.vf) = %{tl_version} -Provides: tex(uwmjxod1.vf) = %{tl_version} -Provides: tex(uwmjxod2.vf) = %{tl_version} -Provides: tex(uwmjxod3.vf) = %{tl_version} -Provides: tex(uwmjxod4.vf) = %{tl_version} -Provides: tex(uwmjxod5.vf) = %{tl_version} -Provides: tex(uwmjxod6.vf) = %{tl_version} -Provides: tex(uwmjxod7.vf) = %{tl_version} -Provides: tex(uwmjxof9.vf) = %{tl_version} -Provides: tex(uwmjxofa.vf) = %{tl_version} -Provides: tex(uwmjxoff.vf) = %{tl_version} -Provides: tex(wmj0.vf) = %{tl_version} -Provides: tex(wmj04.vf) = %{tl_version} -Provides: tex(wmj05.vf) = %{tl_version} -Provides: tex(wmj06.vf) = %{tl_version} -Provides: tex(wmj07.vf) = %{tl_version} -Provides: tex(wmj1.vf) = %{tl_version} -Provides: tex(wmj10.vf) = %{tl_version} -Provides: tex(wmj11.vf) = %{tl_version} -Provides: tex(wmj12.vf) = %{tl_version} -Provides: tex(wmj13.vf) = %{tl_version} -Provides: tex(wmj14.vf) = %{tl_version} -Provides: tex(wmj15.vf) = %{tl_version} -Provides: tex(wmj16.vf) = %{tl_version} -Provides: tex(wmj17.vf) = %{tl_version} -Provides: tex(wmj18.vf) = %{tl_version} -Provides: tex(wmj19.vf) = %{tl_version} -Provides: tex(wmj2.vf) = %{tl_version} -Provides: tex(wmj20.vf) = %{tl_version} -Provides: tex(wmj21.vf) = %{tl_version} -Provides: tex(wmj22.vf) = %{tl_version} -Provides: tex(wmj23.vf) = %{tl_version} -Provides: tex(wmj24.vf) = %{tl_version} -Provides: tex(wmj25.vf) = %{tl_version} -Provides: tex(wmj26.vf) = %{tl_version} -Provides: tex(wmj27.vf) = %{tl_version} -Provides: tex(wmj28.vf) = %{tl_version} -Provides: tex(wmj29.vf) = %{tl_version} -Provides: tex(wmj3.vf) = %{tl_version} -Provides: tex(wmj4.vf) = %{tl_version} -Provides: tex(wmj5.vf) = %{tl_version} -Provides: tex(wmj6.vf) = %{tl_version} -Provides: tex(wmj7.vf) = %{tl_version} -Provides: tex(wmj8.vf) = %{tl_version} -Provides: tex(wmj9.vf) = %{tl_version} -Provides: tex(wmjc0.vf) = %{tl_version} -Provides: tex(wmjc04.vf) = %{tl_version} -Provides: tex(wmjc05.vf) = %{tl_version} -Provides: tex(wmjc06.vf) = %{tl_version} -Provides: tex(wmjc07.vf) = %{tl_version} -Provides: tex(wmjc1.vf) = %{tl_version} -Provides: tex(wmjc10.vf) = %{tl_version} -Provides: tex(wmjc11.vf) = %{tl_version} -Provides: tex(wmjc12.vf) = %{tl_version} -Provides: tex(wmjc13.vf) = %{tl_version} -Provides: tex(wmjc14.vf) = %{tl_version} -Provides: tex(wmjc15.vf) = %{tl_version} -Provides: tex(wmjc16.vf) = %{tl_version} -Provides: tex(wmjc17.vf) = %{tl_version} -Provides: tex(wmjc18.vf) = %{tl_version} -Provides: tex(wmjc19.vf) = %{tl_version} -Provides: tex(wmjc2.vf) = %{tl_version} -Provides: tex(wmjc20.vf) = %{tl_version} -Provides: tex(wmjc21.vf) = %{tl_version} -Provides: tex(wmjc22.vf) = %{tl_version} -Provides: tex(wmjc23.vf) = %{tl_version} -Provides: tex(wmjc24.vf) = %{tl_version} -Provides: tex(wmjc25.vf) = %{tl_version} -Provides: tex(wmjc26.vf) = %{tl_version} -Provides: tex(wmjc27.vf) = %{tl_version} -Provides: tex(wmjc28.vf) = %{tl_version} -Provides: tex(wmjc29.vf) = %{tl_version} -Provides: tex(wmjc3.vf) = %{tl_version} -Provides: tex(wmjc4.vf) = %{tl_version} -Provides: tex(wmjc5.vf) = %{tl_version} -Provides: tex(wmjc6.vf) = %{tl_version} -Provides: tex(wmjc7.vf) = %{tl_version} -Provides: tex(wmjc8.vf) = %{tl_version} -Provides: tex(wmjc9.vf) = %{tl_version} -Provides: tex(wmjco0.vf) = %{tl_version} -Provides: tex(wmjco04.vf) = %{tl_version} -Provides: tex(wmjco05.vf) = %{tl_version} -Provides: tex(wmjco06.vf) = %{tl_version} -Provides: tex(wmjco07.vf) = %{tl_version} -Provides: tex(wmjco1.vf) = %{tl_version} -Provides: tex(wmjco10.vf) = %{tl_version} -Provides: tex(wmjco11.vf) = %{tl_version} -Provides: tex(wmjco12.vf) = %{tl_version} -Provides: tex(wmjco13.vf) = %{tl_version} -Provides: tex(wmjco14.vf) = %{tl_version} -Provides: tex(wmjco15.vf) = %{tl_version} -Provides: tex(wmjco16.vf) = %{tl_version} -Provides: tex(wmjco17.vf) = %{tl_version} -Provides: tex(wmjco18.vf) = %{tl_version} -Provides: tex(wmjco19.vf) = %{tl_version} -Provides: tex(wmjco2.vf) = %{tl_version} -Provides: tex(wmjco20.vf) = %{tl_version} -Provides: tex(wmjco21.vf) = %{tl_version} -Provides: tex(wmjco22.vf) = %{tl_version} -Provides: tex(wmjco23.vf) = %{tl_version} -Provides: tex(wmjco24.vf) = %{tl_version} -Provides: tex(wmjco25.vf) = %{tl_version} -Provides: tex(wmjco26.vf) = %{tl_version} -Provides: tex(wmjco27.vf) = %{tl_version} -Provides: tex(wmjco28.vf) = %{tl_version} -Provides: tex(wmjco29.vf) = %{tl_version} -Provides: tex(wmjco3.vf) = %{tl_version} -Provides: tex(wmjco4.vf) = %{tl_version} -Provides: tex(wmjco5.vf) = %{tl_version} -Provides: tex(wmjco6.vf) = %{tl_version} -Provides: tex(wmjco7.vf) = %{tl_version} -Provides: tex(wmjco8.vf) = %{tl_version} -Provides: tex(wmjco9.vf) = %{tl_version} -Provides: tex(wmjo0.vf) = %{tl_version} -Provides: tex(wmjo04.vf) = %{tl_version} -Provides: tex(wmjo05.vf) = %{tl_version} -Provides: tex(wmjo06.vf) = %{tl_version} -Provides: tex(wmjo07.vf) = %{tl_version} -Provides: tex(wmjo1.vf) = %{tl_version} -Provides: tex(wmjo10.vf) = %{tl_version} -Provides: tex(wmjo11.vf) = %{tl_version} -Provides: tex(wmjo12.vf) = %{tl_version} -Provides: tex(wmjo13.vf) = %{tl_version} -Provides: tex(wmjo14.vf) = %{tl_version} -Provides: tex(wmjo15.vf) = %{tl_version} -Provides: tex(wmjo16.vf) = %{tl_version} -Provides: tex(wmjo17.vf) = %{tl_version} -Provides: tex(wmjo18.vf) = %{tl_version} -Provides: tex(wmjo19.vf) = %{tl_version} -Provides: tex(wmjo2.vf) = %{tl_version} -Provides: tex(wmjo20.vf) = %{tl_version} -Provides: tex(wmjo21.vf) = %{tl_version} -Provides: tex(wmjo22.vf) = %{tl_version} -Provides: tex(wmjo23.vf) = %{tl_version} -Provides: tex(wmjo24.vf) = %{tl_version} -Provides: tex(wmjo25.vf) = %{tl_version} -Provides: tex(wmjo26.vf) = %{tl_version} -Provides: tex(wmjo27.vf) = %{tl_version} -Provides: tex(wmjo28.vf) = %{tl_version} -Provides: tex(wmjo29.vf) = %{tl_version} -Provides: tex(wmjo3.vf) = %{tl_version} -Provides: tex(wmjo4.vf) = %{tl_version} -Provides: tex(wmjo5.vf) = %{tl_version} -Provides: tex(wmjo6.vf) = %{tl_version} -Provides: tex(wmjo7.vf) = %{tl_version} -Provides: tex(wmjo8.vf) = %{tl_version} -Provides: tex(wmjo9.vf) = %{tl_version} -Provides: tex(wmju0.vf) = %{tl_version} -Provides: tex(wmju04.vf) = %{tl_version} -Provides: tex(wmju05.vf) = %{tl_version} -Provides: tex(wmju06.vf) = %{tl_version} -Provides: tex(wmju07.vf) = %{tl_version} -Provides: tex(wmju1.vf) = %{tl_version} -Provides: tex(wmju10.vf) = %{tl_version} -Provides: tex(wmju11.vf) = %{tl_version} -Provides: tex(wmju12.vf) = %{tl_version} -Provides: tex(wmju13.vf) = %{tl_version} -Provides: tex(wmju14.vf) = %{tl_version} -Provides: tex(wmju15.vf) = %{tl_version} -Provides: tex(wmju16.vf) = %{tl_version} -Provides: tex(wmju17.vf) = %{tl_version} -Provides: tex(wmju18.vf) = %{tl_version} -Provides: tex(wmju19.vf) = %{tl_version} -Provides: tex(wmju2.vf) = %{tl_version} -Provides: tex(wmju20.vf) = %{tl_version} -Provides: tex(wmju21.vf) = %{tl_version} -Provides: tex(wmju22.vf) = %{tl_version} -Provides: tex(wmju23.vf) = %{tl_version} -Provides: tex(wmju24.vf) = %{tl_version} -Provides: tex(wmju25.vf) = %{tl_version} -Provides: tex(wmju26.vf) = %{tl_version} -Provides: tex(wmju27.vf) = %{tl_version} -Provides: tex(wmju28.vf) = %{tl_version} -Provides: tex(wmju29.vf) = %{tl_version} -Provides: tex(wmju3.vf) = %{tl_version} -Provides: tex(wmju4.vf) = %{tl_version} -Provides: tex(wmju5.vf) = %{tl_version} -Provides: tex(wmju6.vf) = %{tl_version} -Provides: tex(wmju7.vf) = %{tl_version} -Provides: tex(wmju8.vf) = %{tl_version} -Provides: tex(wmju9.vf) = %{tl_version} -Provides: tex(wmjuo0.vf) = %{tl_version} -Provides: tex(wmjuo04.vf) = %{tl_version} -Provides: tex(wmjuo05.vf) = %{tl_version} -Provides: tex(wmjuo06.vf) = %{tl_version} -Provides: tex(wmjuo07.vf) = %{tl_version} -Provides: tex(wmjuo1.vf) = %{tl_version} -Provides: tex(wmjuo10.vf) = %{tl_version} -Provides: tex(wmjuo11.vf) = %{tl_version} -Provides: tex(wmjuo12.vf) = %{tl_version} -Provides: tex(wmjuo13.vf) = %{tl_version} -Provides: tex(wmjuo14.vf) = %{tl_version} -Provides: tex(wmjuo15.vf) = %{tl_version} -Provides: tex(wmjuo16.vf) = %{tl_version} -Provides: tex(wmjuo17.vf) = %{tl_version} -Provides: tex(wmjuo18.vf) = %{tl_version} -Provides: tex(wmjuo19.vf) = %{tl_version} -Provides: tex(wmjuo2.vf) = %{tl_version} -Provides: tex(wmjuo20.vf) = %{tl_version} -Provides: tex(wmjuo21.vf) = %{tl_version} -Provides: tex(wmjuo22.vf) = %{tl_version} -Provides: tex(wmjuo23.vf) = %{tl_version} -Provides: tex(wmjuo24.vf) = %{tl_version} -Provides: tex(wmjuo25.vf) = %{tl_version} -Provides: tex(wmjuo26.vf) = %{tl_version} -Provides: tex(wmjuo27.vf) = %{tl_version} -Provides: tex(wmjuo28.vf) = %{tl_version} -Provides: tex(wmjuo29.vf) = %{tl_version} -Provides: tex(wmjuo3.vf) = %{tl_version} -Provides: tex(wmjuo4.vf) = %{tl_version} -Provides: tex(wmjuo5.vf) = %{tl_version} -Provides: tex(wmjuo6.vf) = %{tl_version} -Provides: tex(wmjuo7.vf) = %{tl_version} -Provides: tex(wmjuo8.vf) = %{tl_version} -Provides: tex(wmjuo9.vf) = %{tl_version} -Provides: tex(wmjx0.vf) = %{tl_version} -Provides: tex(wmjx04.vf) = %{tl_version} -Provides: tex(wmjx05.vf) = %{tl_version} -Provides: tex(wmjx06.vf) = %{tl_version} -Provides: tex(wmjx07.vf) = %{tl_version} -Provides: tex(wmjx1.vf) = %{tl_version} -Provides: tex(wmjx10.vf) = %{tl_version} -Provides: tex(wmjx11.vf) = %{tl_version} -Provides: tex(wmjx12.vf) = %{tl_version} -Provides: tex(wmjx13.vf) = %{tl_version} -Provides: tex(wmjx14.vf) = %{tl_version} -Provides: tex(wmjx15.vf) = %{tl_version} -Provides: tex(wmjx16.vf) = %{tl_version} -Provides: tex(wmjx17.vf) = %{tl_version} -Provides: tex(wmjx18.vf) = %{tl_version} -Provides: tex(wmjx19.vf) = %{tl_version} -Provides: tex(wmjx2.vf) = %{tl_version} -Provides: tex(wmjx20.vf) = %{tl_version} -Provides: tex(wmjx21.vf) = %{tl_version} -Provides: tex(wmjx22.vf) = %{tl_version} -Provides: tex(wmjx23.vf) = %{tl_version} -Provides: tex(wmjx24.vf) = %{tl_version} -Provides: tex(wmjx25.vf) = %{tl_version} -Provides: tex(wmjx26.vf) = %{tl_version} -Provides: tex(wmjx27.vf) = %{tl_version} -Provides: tex(wmjx28.vf) = %{tl_version} -Provides: tex(wmjx29.vf) = %{tl_version} -Provides: tex(wmjx3.vf) = %{tl_version} -Provides: tex(wmjx4.vf) = %{tl_version} -Provides: tex(wmjx5.vf) = %{tl_version} -Provides: tex(wmjx6.vf) = %{tl_version} -Provides: tex(wmjx7.vf) = %{tl_version} -Provides: tex(wmjx8.vf) = %{tl_version} -Provides: tex(wmjx9.vf) = %{tl_version} -Provides: tex(wmjxo0.vf) = %{tl_version} -Provides: tex(wmjxo04.vf) = %{tl_version} -Provides: tex(wmjxo05.vf) = %{tl_version} -Provides: tex(wmjxo06.vf) = %{tl_version} -Provides: tex(wmjxo07.vf) = %{tl_version} -Provides: tex(wmjxo1.vf) = %{tl_version} -Provides: tex(wmjxo10.vf) = %{tl_version} -Provides: tex(wmjxo11.vf) = %{tl_version} -Provides: tex(wmjxo12.vf) = %{tl_version} -Provides: tex(wmjxo13.vf) = %{tl_version} -Provides: tex(wmjxo14.vf) = %{tl_version} -Provides: tex(wmjxo15.vf) = %{tl_version} -Provides: tex(wmjxo16.vf) = %{tl_version} -Provides: tex(wmjxo17.vf) = %{tl_version} -Provides: tex(wmjxo18.vf) = %{tl_version} -Provides: tex(wmjxo19.vf) = %{tl_version} -Provides: tex(wmjxo2.vf) = %{tl_version} -Provides: tex(wmjxo20.vf) = %{tl_version} -Provides: tex(wmjxo21.vf) = %{tl_version} -Provides: tex(wmjxo22.vf) = %{tl_version} -Provides: tex(wmjxo23.vf) = %{tl_version} -Provides: tex(wmjxo24.vf) = %{tl_version} -Provides: tex(wmjxo25.vf) = %{tl_version} -Provides: tex(wmjxo26.vf) = %{tl_version} -Provides: tex(wmjxo27.vf) = %{tl_version} -Provides: tex(wmjxo28.vf) = %{tl_version} -Provides: tex(wmjxo29.vf) = %{tl_version} -Provides: tex(wmjxo3.vf) = %{tl_version} -Provides: tex(wmjxo4.vf) = %{tl_version} -Provides: tex(wmjxo5.vf) = %{tl_version} -Provides: tex(wmjxo6.vf) = %{tl_version} -Provides: tex(wmjxo7.vf) = %{tl_version} -Provides: tex(wmjxo8.vf) = %{tl_version} -Provides: tex(wmjxo9.vf) = %{tl_version} +Requires: tex-kpathsea +Provides: tex(umj.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(umj00.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umj01.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umj02.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umj03.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umj04.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umj05.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umj10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umj11.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umj12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umj13.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umj14.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umj15.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umj16.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umj17.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umj20.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umj21.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umj22.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umj23.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umj24.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umj25.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umj26.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umj27.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umj28.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umj29.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umj30.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umj31.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umj32.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umj33.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umj34.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umj35.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umj36.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umj37.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umj38.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjc00.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjc01.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjc02.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjc03.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjc04.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjc05.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjc10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjc11.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjc12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjc13.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjc14.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjc15.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjc16.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjc17.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjc20.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjc21.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjc22.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjc23.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjc24.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjc25.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjc26.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjc27.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjc28.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjc29.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjc30.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjc31.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjc32.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjc33.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjc34.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjc35.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjc36.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjc37.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjc38.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjco00.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjco01.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjco02.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjco03.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjco04.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjco05.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjco10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjco11.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjco12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjco13.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjco14.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjco15.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjco16.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjco17.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjco20.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjco21.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjco22.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjco23.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjco24.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjco25.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjco26.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjco27.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjco28.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjco29.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjco30.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjco31.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjco32.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjco33.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjco34.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjco35.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjco36.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjco37.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjco38.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjo00.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjo01.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjo02.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjo03.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjo04.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjo05.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjo10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjo11.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjo12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjo13.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjo14.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjo15.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjo16.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjo17.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjo20.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjo21.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjo22.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjo23.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjo24.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjo25.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjo26.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjo27.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjo28.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjo29.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjo30.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjo31.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjo32.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjo33.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjo34.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjo35.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjo36.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjo37.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjo38.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umju00.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umju01.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umju02.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umju03.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umju04.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umju05.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umju10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umju11.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umju12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umju13.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umju14.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umju15.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umju16.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umju17.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umju20.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umju21.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umju22.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umju23.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umju24.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umju25.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umju26.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umju27.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umju28.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umju29.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umju30.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umju31.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umju32.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umju33.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umju34.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umju35.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umju36.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umju37.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umju38.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjuo00.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjuo01.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjuo02.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjuo03.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjuo04.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjuo05.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjuo10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjuo11.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjuo12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjuo13.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjuo14.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjuo15.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjuo16.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjuo17.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjuo20.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjuo21.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjuo22.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjuo23.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjuo24.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjuo25.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjuo26.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjuo27.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjuo28.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjuo29.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjuo30.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjuo31.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjuo32.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjuo33.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjuo34.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjuo35.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjuo36.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjuo37.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjuo38.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjx00.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjx01.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjx02.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjx03.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjx04.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjx05.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjx10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjx11.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjx12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjx13.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjx14.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjx15.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjx16.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjx17.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjx20.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjx21.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjx22.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjx23.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjx24.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjx25.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjx26.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjx27.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjx28.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjx29.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjx30.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjx31.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjx32.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjx33.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjx34.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjx35.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjx36.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjx37.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjx38.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjxo00.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjxo01.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjxo02.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjxo03.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjxo04.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjxo05.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjxo10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjxo11.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjxo12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjxo13.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjxo14.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjxo15.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjxo16.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjxo17.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjxo20.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjxo21.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjxo22.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjxo23.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjxo24.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjxo25.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjxo26.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjxo27.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjxo28.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjxo29.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjxo30.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjxo31.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjxo32.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjxo33.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjxo34.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjxo35.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjxo36.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjxo37.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umjxo38.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj00.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj01.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj02.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj03.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj04.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj20.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj21.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj22.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj23.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj24.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj25.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj26.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj30.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj31.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj32.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj33.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj4e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj4f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj50.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj51.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj52.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj53.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj54.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj55.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj56.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj57.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj58.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj59.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj5a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj5b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj5c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj5d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj5e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj5f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj60.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj61.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj62.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj63.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj64.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj65.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj66.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj67.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj68.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj69.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj6a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj6b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj6c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj6d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj6e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj6f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj70.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj71.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj72.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj73.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj74.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj75.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj76.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj77.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj78.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj79.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj7a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj7b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj7c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj7d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj7e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj7f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj80.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj81.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj82.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj83.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj84.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj85.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj86.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj87.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj88.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj89.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj8b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj8d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj8e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj8f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj90.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj91.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj92.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj93.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj94.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj95.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj96.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj97.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj98.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj99.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj9a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj9b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj9c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj9d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj9e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj9f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjac.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjad.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjae.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjaf.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjb0.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjb1.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjb2.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjb3.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjb4.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjb5.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjb6.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjb7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjb8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjb9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjba.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjbb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjbc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjbd.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjbe.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjbf.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc0.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc00.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc01.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc02.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc03.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc04.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc1.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc2.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc20.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc21.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc22.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc23.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc24.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc25.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc26.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc3.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc30.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc31.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc32.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc33.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc4.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc4e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc4f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc5.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc50.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc51.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc52.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc53.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc54.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc55.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc56.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc57.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc58.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc59.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc5a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc5b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc5c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc5d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc5e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc5f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc6.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc60.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc61.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc62.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc63.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc64.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc65.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc66.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc67.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc68.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc69.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc6a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc6b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc6c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc6d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc6e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc6f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc70.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc71.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc72.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc73.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc74.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc75.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc76.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc77.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc78.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc79.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc7a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc7b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc7c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc7d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc7e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc7f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc80.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc81.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc82.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc83.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc84.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc85.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc86.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc87.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc88.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc89.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc8b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc8d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc8e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc8f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc90.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc91.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc92.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc93.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc94.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc95.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc96.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc97.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc98.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc99.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc9a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc9b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc9c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc9d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc9e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc9f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjca.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcac.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcad.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcae.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcaf.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcb0.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcb1.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcb2.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcb3.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcb4.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcb5.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcb6.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcb7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcb8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcb9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcba.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcbb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcbc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcbd.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcbe.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcbf.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcc0.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcc1.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcc2.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcc3.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcc4.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcc5.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcc6.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcc7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcc8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcc9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcca.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjccb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjccc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjccd.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcce.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjccf.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcd.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcd0.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcd1.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcd2.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcd3.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcd4.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcd5.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcd6.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcd7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjce.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcf.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcf9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcfa.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcff.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco00.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco01.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco02.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco03.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco04.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco20.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco21.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco22.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco23.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco24.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco25.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco26.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco30.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco31.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco32.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco33.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco4e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco4f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco50.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco51.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco52.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco53.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco54.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco55.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco56.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco57.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco58.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco59.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco5a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco5b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco5c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco5d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco5e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco5f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco60.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco61.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco62.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco63.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco64.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco65.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco66.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco67.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco68.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco69.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco6a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco6b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco6c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco6d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco6e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco6f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco70.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco71.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco72.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco73.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco74.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco75.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco76.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco77.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco78.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco79.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco7a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco7b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco7c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco7d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco7e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco7f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco80.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco81.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco82.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco83.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco84.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco85.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco86.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco87.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco88.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco89.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco8b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco8d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco8e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco8f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco90.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco91.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco92.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco93.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco94.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco95.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco96.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco97.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco98.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco99.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco9a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco9b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco9c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco9d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco9e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco9f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcoac.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcoad.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcoae.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcoaf.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcob0.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcob1.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcob2.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcob3.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcob4.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcob5.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcob6.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcob7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcob8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcob9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcoba.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcobb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcobc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcobd.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcobe.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcobf.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcoc0.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcoc1.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcoc2.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcoc3.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcoc4.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcoc5.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcoc6.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcoc7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcoc8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcoc9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcoca.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcocb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcocc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcocd.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcoce.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcocf.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcod0.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcod1.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcod2.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcod3.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcod4.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcod5.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcod6.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcod7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcof9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcofa.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcoff.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjd0.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjd1.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjd2.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjd3.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjd4.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjd5.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjd6.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjd7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjf9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjfa.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjff.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo00.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo01.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo02.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo03.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo04.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo20.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo21.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo22.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo23.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo24.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo25.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo26.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo30.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo31.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo32.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo33.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo4e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo4f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo50.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo51.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo52.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo53.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo54.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo55.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo56.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo57.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo58.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo59.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo5a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo5b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo5c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo5d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo5e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo5f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo60.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo61.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo62.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo63.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo64.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo65.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo66.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo67.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo68.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo69.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo6a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo6b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo6c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo6d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo6e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo6f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo70.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo71.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo72.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo73.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo74.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo75.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo76.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo77.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo78.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo79.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo7a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo7b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo7c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo7d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo7e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo7f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo80.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo81.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo82.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo83.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo84.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo85.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo86.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo87.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo88.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo89.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo8b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo8d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo8e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo8f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo90.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo91.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo92.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo93.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo94.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo95.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo96.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo97.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo98.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo99.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo9a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo9b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo9c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo9d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo9e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo9f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjoac.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjoad.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjoae.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjoaf.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjob0.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjob1.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjob2.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjob3.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjob4.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjob5.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjob6.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjob7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjob8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjob9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjoba.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjobb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjobc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjobd.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjobe.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjobf.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjoc0.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjoc1.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjoc2.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjoc3.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjoc4.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjoc5.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjoc6.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjoc7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjoc8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjoc9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjoca.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjocb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjocc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjocd.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjoce.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjocf.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjod0.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjod1.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjod2.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjod3.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjod4.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjod5.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjod6.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjod7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjof9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjofa.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjoff.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju00.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju01.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju02.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju03.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju04.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju20.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju21.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju22.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju23.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju24.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju25.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju26.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju30.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju31.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju32.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju33.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju4e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju4f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju50.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju51.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju52.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju53.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju54.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju55.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju56.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju57.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju58.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju59.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju5a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju5b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju5c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju5d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju5e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju5f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju60.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju61.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju62.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju63.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju64.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju65.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju66.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju67.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju68.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju69.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju6a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju6b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju6c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju6d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju6e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju6f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju70.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju71.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju72.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju73.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju74.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju75.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju76.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju77.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju78.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju79.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju7a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju7b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju7c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju7d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju7e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju7f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju80.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju81.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju82.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju83.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju84.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju85.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju86.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju87.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju88.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju89.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju8b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju8d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju8e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju8f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju90.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju91.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju92.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju93.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju94.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju95.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju96.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju97.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju98.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju99.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju9a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju9b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju9c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju9d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju9e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju9f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuac.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuad.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuae.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuaf.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjub0.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjub1.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjub2.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjub3.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjub4.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjub5.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjub6.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjub7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjub8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjub9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuba.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjubb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjubc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjubd.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjube.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjubf.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuc0.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuc1.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuc2.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuc3.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuc4.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuc5.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuc6.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuc7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuc8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuc9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuca.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjucb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjucc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjucd.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuce.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjucf.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjud0.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjud1.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjud2.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjud3.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjud4.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjud5.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjud6.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjud7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuf9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjufa.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuff.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo00.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo01.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo02.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo03.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo04.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo20.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo21.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo22.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo23.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo24.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo25.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo26.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo30.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo31.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo32.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo33.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo4e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo4f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo50.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo51.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo52.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo53.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo54.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo55.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo56.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo57.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo58.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo59.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo5a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo5b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo5c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo5d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo5e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo5f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo60.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo61.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo62.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo63.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo64.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo65.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo66.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo67.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo68.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo69.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo6a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo6b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo6c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo6d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo6e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo6f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo70.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo71.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo72.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo73.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo74.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo75.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo76.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo77.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo78.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo79.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo7a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo7b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo7c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo7d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo7e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo7f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo80.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo81.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo82.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo83.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo84.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo85.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo86.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo87.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo88.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo89.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo8b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo8d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo8e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo8f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo90.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo91.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo92.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo93.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo94.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo95.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo96.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo97.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo98.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo99.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo9a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo9b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo9c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo9d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo9e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo9f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuoac.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuoad.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuoae.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuoaf.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuob0.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuob1.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuob2.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuob3.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuob4.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuob5.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuob6.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuob7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuob8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuob9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuoba.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuobb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuobc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuobd.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuobe.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuobf.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuoc0.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuoc1.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuoc2.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuoc3.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuoc4.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuoc5.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuoc6.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuoc7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuoc8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuoc9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuoca.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuocb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuocc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuocd.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuoce.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuocf.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuod0.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuod1.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuod2.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuod3.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuod4.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuod5.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuod6.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuod7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuof9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuofa.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuoff.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx00.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx01.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx02.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx03.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx04.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx20.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx21.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx22.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx23.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx24.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx25.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx26.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx30.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx31.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx32.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx33.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx4e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx4f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx50.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx51.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx52.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx53.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx54.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx55.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx56.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx57.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx58.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx59.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx5a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx5b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx5c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx5d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx5e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx5f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx60.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx61.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx62.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx63.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx64.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx65.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx66.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx67.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx68.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx69.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx6a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx6b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx6c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx6d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx6e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx6f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx70.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx71.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx72.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx73.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx74.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx75.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx76.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx77.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx78.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx79.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx7a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx7b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx7c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx7d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx7e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx7f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx80.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx81.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx82.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx83.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx84.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx85.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx86.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx87.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx88.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx89.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx8b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx8d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx8e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx8f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx90.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx91.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx92.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx93.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx94.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx95.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx96.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx97.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx98.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx99.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx9a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx9b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx9c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx9d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx9e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx9f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxac.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxad.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxae.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxaf.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxb0.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxb1.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxb2.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxb3.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxb4.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxb5.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxb6.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxb7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxb8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxb9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxba.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxbb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxbc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxbd.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxbe.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxbf.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxc0.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxc1.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxc2.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxc3.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxc4.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxc5.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxc6.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxc7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxc8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxc9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxca.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxcb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxcc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxcd.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxce.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxcf.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxd0.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxd1.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxd2.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxd3.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxd4.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxd5.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxd6.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxd7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxf9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxfa.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxff.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo00.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo01.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo02.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo03.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo04.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo20.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo21.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo22.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo23.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo24.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo25.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo26.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo30.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo31.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo32.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo33.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo4e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo4f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo50.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo51.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo52.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo53.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo54.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo55.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo56.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo57.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo58.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo59.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo5a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo5b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo5c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo5d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo5e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo5f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo60.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo61.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo62.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo63.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo64.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo65.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo66.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo67.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo68.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo69.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo6a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo6b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo6c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo6d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo6e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo6f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo70.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo71.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo72.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo73.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo74.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo75.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo76.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo77.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo78.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo79.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo7a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo7b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo7c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo7d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo7e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo7f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo80.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo81.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo82.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo83.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo84.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo85.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo86.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo87.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo88.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo89.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo8b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo8d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo8e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo8f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo90.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo91.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo92.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo93.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo94.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo95.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo96.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo97.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo98.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo99.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo9a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo9b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo9c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo9d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo9e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo9f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxoac.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxoad.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxoae.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxoaf.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxob0.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxob1.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxob2.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxob3.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxob4.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxob5.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxob6.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxob7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxob8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxob9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxoba.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxobb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxobc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxobd.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxobe.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxobf.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxoc0.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxoc1.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxoc2.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxoc3.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxoc4.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxoc5.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxoc6.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxoc7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxoc8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxoc9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxoca.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxocb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxocc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxocd.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxoce.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxocf.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxod0.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxod1.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxod2.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxod3.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxod4.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxod5.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxod6.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxod7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxof9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxofa.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxoff.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmj0.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmj04.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmj05.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmj06.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmj07.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmj1.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmj10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmj11.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmj12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmj13.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmj14.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmj15.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmj16.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmj17.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmj18.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmj19.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmj2.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmj20.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmj21.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmj22.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmj23.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmj24.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmj25.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmj26.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmj27.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmj28.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmj29.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmj3.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmj4.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmj5.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmj6.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmj7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmj8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmj9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjc0.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjc04.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjc05.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjc06.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjc07.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjc1.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjc10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjc11.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjc12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjc13.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjc14.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjc15.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjc16.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjc17.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjc18.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjc19.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjc2.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjc20.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjc21.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjc22.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjc23.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjc24.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjc25.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjc26.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjc27.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjc28.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjc29.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjc3.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjc4.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjc5.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjc6.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjc7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjc8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjc9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjco0.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjco04.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjco05.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjco06.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjco07.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjco1.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjco10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjco11.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjco12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjco13.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjco14.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjco15.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjco16.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjco17.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjco18.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjco19.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjco2.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjco20.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjco21.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjco22.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjco23.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjco24.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjco25.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjco26.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjco27.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjco28.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjco29.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjco3.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjco4.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjco5.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjco6.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjco7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjco8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjco9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjo0.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjo04.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjo05.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjo06.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjo07.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjo1.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjo10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjo11.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjo12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjo13.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjo14.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjo15.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjo16.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjo17.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjo18.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjo19.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjo2.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjo20.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjo21.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjo22.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjo23.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjo24.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjo25.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjo26.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjo27.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjo28.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjo29.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjo3.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjo4.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjo5.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjo6.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjo7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjo8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjo9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmju0.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmju04.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmju05.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmju06.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmju07.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmju1.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmju10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmju11.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmju12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmju13.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmju14.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmju15.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmju16.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmju17.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmju18.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmju19.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmju2.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmju20.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmju21.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmju22.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmju23.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmju24.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmju25.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmju26.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmju27.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmju28.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmju29.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmju3.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmju4.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmju5.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmju6.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmju7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmju8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmju9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjuo0.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjuo04.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjuo05.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjuo06.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjuo07.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjuo1.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjuo10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjuo11.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjuo12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjuo13.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjuo14.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjuo15.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjuo16.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjuo17.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjuo18.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjuo19.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjuo2.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjuo20.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjuo21.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjuo22.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjuo23.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjuo24.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjuo25.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjuo26.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjuo27.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjuo28.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjuo29.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjuo3.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjuo4.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjuo5.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjuo6.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjuo7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjuo8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjuo9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjx0.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjx04.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjx05.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjx06.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjx07.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjx1.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjx10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjx11.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjx12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjx13.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjx14.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjx15.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjx16.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjx17.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjx18.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjx19.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjx2.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjx20.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjx21.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjx22.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjx23.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjx24.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjx25.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjx26.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjx27.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjx28.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjx29.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjx3.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjx4.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjx5.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjx6.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjx7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjx8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjx9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjxo0.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjxo04.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjxo05.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjxo06.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjxo07.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjxo1.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjxo10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjxo11.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjxo12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjxo13.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjxo14.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjxo15.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjxo16.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjxo17.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjxo18.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjxo19.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjxo2.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjxo20.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjxo21.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjxo22.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjxo23.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjxo24.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjxo25.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjxo26.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjxo27.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjxo28.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjxo29.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjxo3.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjxo4.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjxo5.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjxo6.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjxo7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjxo8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjxo9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umj00.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(umj01.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(umj02.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(umj03.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(umj04.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(umj05.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(umj10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(umj11.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(umj12.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(umj13.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(umj14.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(umj15.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(umj16.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(umj17.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(umj20.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(umj21.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(umj22.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(umj23.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(umj24.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(umj25.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(umj26.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(umj27.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(umj28.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(umj29.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(umj30.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(umj31.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(umj32.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(umj33.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(umj34.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(umj35.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(umj36.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(umj37.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(umj38.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj00.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj01.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj02.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj03.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj04.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj20.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj21.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj22.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj23.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj24.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj25.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj26.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj30.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj31.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj32.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj33.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj4e.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj4f.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj50.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj51.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj52.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj53.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj54.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj55.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj56.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj57.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj58.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj59.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj5a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj5b.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj5c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj5d.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj5e.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj5f.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj60.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj61.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj62.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj63.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj64.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj65.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj66.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj67.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj68.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj69.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj6a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj6b.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj6c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj6d.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj6e.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj6f.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj70.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj71.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj72.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj73.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj74.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj75.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj76.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj77.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj78.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj79.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj7a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj7b.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj7c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj7d.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj7e.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj7f.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj80.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj81.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj82.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj83.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj84.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj85.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj86.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj87.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj88.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj89.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj8a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj8b.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj8d.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj8e.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj8f.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj90.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj91.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj92.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj93.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj94.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj95.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj96.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj97.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj98.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj99.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj9a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj9b.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj9c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj9d.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj9e.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmj9f.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjac.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjad.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjae.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjaf.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjb0.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjb1.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjb2.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjb3.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjb4.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjb5.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjb6.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjb7.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjb8.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjb9.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjba.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjbb.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjbc.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjbd.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjbe.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjbf.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc0.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc00.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc01.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc02.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc03.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc04.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc1.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc2.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc20.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc21.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc22.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc23.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc24.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc25.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc26.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc3.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc30.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc31.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc32.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc33.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc4.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc4e.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc4f.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc5.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc50.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc51.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc52.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc53.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc54.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc55.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc56.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc57.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc58.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc59.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc5a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc5b.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc5c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc5d.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc5e.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc5f.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc6.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc60.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc61.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc62.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc63.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc64.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc65.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc66.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc67.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc68.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc69.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc6a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc6b.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc6c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc6d.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc6e.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc6f.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc7.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc70.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc71.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc72.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc73.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc74.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc75.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc76.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc77.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc78.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc79.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc7a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc7b.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc7c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc7d.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc7e.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc7f.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc8.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc80.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc81.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc82.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc83.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc84.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc85.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc86.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc87.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc88.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc89.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc8a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc8b.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc8d.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc8e.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc8f.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc9.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc90.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc91.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc92.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc93.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc94.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc95.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc96.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc97.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc98.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc99.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc9a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc9b.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc9c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc9d.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc9e.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjc9f.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjca.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcac.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcad.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcae.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcaf.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcb.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcb0.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcb1.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcb2.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcb3.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcb4.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcb5.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcb6.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcb7.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcb8.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcb9.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcba.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcbb.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcbc.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcbd.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcbe.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcbf.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcc.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcc0.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcc1.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcc2.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcc3.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcc4.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcc5.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcc6.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcc7.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcc8.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcc9.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcca.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjccb.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjccc.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjccd.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcce.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjccf.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcd.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcd0.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcd1.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcd2.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcd3.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcd4.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcd5.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcd6.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcd7.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjce.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcf.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcf9.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcfa.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcff.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco00.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco01.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco02.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco03.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco04.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco20.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco21.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco22.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco23.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco24.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco25.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco26.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco30.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco31.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco32.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco33.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco4e.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco4f.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco50.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco51.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco52.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco53.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco54.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco55.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco56.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco57.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco58.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco59.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco5a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco5b.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco5c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco5d.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco5e.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco5f.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco60.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco61.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco62.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco63.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco64.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco65.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco66.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco67.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco68.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco69.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco6a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco6b.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco6c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco6d.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco6e.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco6f.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco70.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco71.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco72.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco73.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco74.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco75.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco76.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco77.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco78.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco79.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco7a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco7b.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco7c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco7d.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco7e.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco7f.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco80.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco81.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco82.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco83.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco84.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco85.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco86.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco87.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco88.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco89.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco8a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco8b.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco8d.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco8e.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco8f.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco90.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco91.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco92.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco93.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco94.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco95.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco96.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco97.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco98.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco99.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco9a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco9b.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco9c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco9d.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco9e.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjco9f.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcoac.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcoad.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcoae.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcoaf.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcob0.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcob1.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcob2.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcob3.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcob4.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcob5.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcob6.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcob7.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcob8.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcob9.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcoba.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcobb.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcobc.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcobd.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcobe.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcobf.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcoc0.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcoc1.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcoc2.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcoc3.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcoc4.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcoc5.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcoc6.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcoc7.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcoc8.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcoc9.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcoca.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcocb.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcocc.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcocd.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcoce.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcocf.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcod0.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcod1.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcod2.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcod3.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcod4.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcod5.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcod6.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcod7.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcof9.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcofa.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjcoff.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjd0.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjd1.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjd2.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjd3.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjd4.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjd5.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjd6.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjd7.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjf9.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjfa.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjff.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo00.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo01.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo02.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo03.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo04.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo20.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo21.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo22.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo23.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo24.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo25.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo26.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo30.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo31.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo32.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo33.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo4e.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo4f.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo50.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo51.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo52.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo53.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo54.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo55.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo56.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo57.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo58.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo59.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo5a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo5b.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo5c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo5d.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo5e.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo5f.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo60.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo61.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo62.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo63.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo64.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo65.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo66.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo67.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo68.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo69.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo6a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo6b.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo6c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo6d.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo6e.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo6f.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo70.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo71.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo72.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo73.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo74.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo75.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo76.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo77.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo78.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo79.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo7a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo7b.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo7c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo7d.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo7e.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo7f.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo80.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo81.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo82.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo83.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo84.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo85.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo86.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo87.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo88.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo89.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo8a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo8b.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo8d.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo8e.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo8f.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo90.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo91.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo92.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo93.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo94.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo95.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo96.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo97.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo98.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo99.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo9a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo9b.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo9c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo9d.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo9e.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjo9f.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjoac.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjoad.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjoae.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjoaf.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjob0.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjob1.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjob2.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjob3.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjob4.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjob5.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjob6.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjob7.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjob8.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjob9.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjoba.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjobb.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjobc.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjobd.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjobe.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjobf.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjoc0.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjoc1.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjoc2.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjoc3.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjoc4.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjoc5.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjoc6.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjoc7.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjoc8.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjoc9.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjoca.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjocb.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjocc.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjocd.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjoce.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjocf.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjod0.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjod1.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjod2.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjod3.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjod4.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjod5.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjod6.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjod7.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjof9.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjofa.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjoff.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju00.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju01.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju02.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju03.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju04.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju20.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju21.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju22.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju23.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju24.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju25.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju26.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju30.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju31.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju32.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju33.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju4e.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju4f.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju50.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju51.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju52.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju53.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju54.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju55.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju56.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju57.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju58.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju59.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju5a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju5b.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju5c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju5d.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju5e.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju5f.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju60.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju61.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju62.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju63.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju64.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju65.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju66.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju67.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju68.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju69.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju6a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju6b.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju6c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju6d.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju6e.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju6f.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju70.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju71.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju72.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju73.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju74.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju75.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju76.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju77.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju78.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju79.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju7a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju7b.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju7c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju7d.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju7e.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju7f.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju80.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju81.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju82.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju83.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju84.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju85.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju86.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju87.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju88.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju89.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju8a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju8b.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju8d.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju8e.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju8f.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju90.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju91.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju92.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju93.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju94.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju95.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju96.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju97.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju98.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju99.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju9a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju9b.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju9c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju9d.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju9e.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmju9f.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuac.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuad.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuae.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuaf.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjub0.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjub1.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjub2.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjub3.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjub4.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjub5.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjub6.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjub7.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjub8.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjub9.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuba.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjubb.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjubc.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjubd.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjube.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjubf.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuc0.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuc1.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuc2.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuc3.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuc4.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuc5.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuc6.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuc7.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuc8.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuc9.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuca.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjucb.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjucc.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjucd.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuce.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjucf.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjud0.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjud1.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjud2.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjud3.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjud4.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjud5.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjud6.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjud7.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuf9.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjufa.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuff.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo00.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo01.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo02.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo03.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo04.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo20.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo21.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo22.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo23.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo24.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo25.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo26.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo30.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo31.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo32.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo33.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo4e.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo4f.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo50.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo51.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo52.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo53.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo54.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo55.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo56.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo57.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo58.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo59.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo5a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo5b.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo5c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo5d.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo5e.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo5f.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo60.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo61.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo62.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo63.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo64.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo65.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo66.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo67.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo68.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo69.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo6a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo6b.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo6c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo6d.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo6e.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo6f.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo70.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo71.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo72.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo73.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo74.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo75.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo76.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo77.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo78.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo79.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo7a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo7b.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo7c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo7d.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo7e.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo7f.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo80.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo81.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo82.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo83.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo84.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo85.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo86.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo87.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo88.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo89.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo8a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo8b.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo8d.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo8e.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo8f.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo90.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo91.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo92.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo93.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo94.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo95.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo96.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo97.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo98.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo99.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo9a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo9b.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo9c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo9d.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo9e.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuo9f.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuoac.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuoad.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuoae.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuoaf.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuob0.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuob1.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuob2.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuob3.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuob4.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuob5.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuob6.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuob7.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuob8.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuob9.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuoba.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuobb.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuobc.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuobd.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuobe.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuobf.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuoc0.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuoc1.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuoc2.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuoc3.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuoc4.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuoc5.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuoc6.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuoc7.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuoc8.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuoc9.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuoca.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuocb.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuocc.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuocd.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuoce.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuocf.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuod0.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuod1.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuod2.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuod3.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuod4.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuod5.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuod6.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuod7.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuof9.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuofa.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjuoff.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx00.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx01.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx02.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx03.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx04.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx20.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx21.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx22.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx23.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx24.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx25.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx26.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx30.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx31.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx32.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx33.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx4e.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx4f.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx50.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx51.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx52.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx53.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx54.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx55.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx56.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx57.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx58.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx59.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx5a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx5b.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx5c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx5d.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx5e.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx5f.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx60.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx61.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx62.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx63.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx64.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx65.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx66.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx67.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx68.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx69.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx6a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx6b.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx6c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx6d.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx6e.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx6f.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx70.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx71.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx72.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx73.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx74.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx75.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx76.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx77.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx78.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx79.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx7a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx7b.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx7c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx7d.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx7e.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx7f.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx80.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx81.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx82.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx83.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx84.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx85.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx86.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx87.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx88.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx89.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx8a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx8b.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx8d.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx8e.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx8f.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx90.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx91.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx92.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx93.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx94.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx95.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx96.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx97.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx98.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx99.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx9a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx9b.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx9c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx9d.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx9e.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjx9f.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxac.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxad.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxae.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxaf.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxb0.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxb1.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxb2.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxb3.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxb4.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxb5.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxb6.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxb7.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxb8.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxb9.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxba.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxbb.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxbc.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxbd.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxbe.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxbf.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxc0.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxc1.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxc2.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxc3.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxc4.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxc5.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxc6.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxc7.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxc8.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxc9.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxca.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxcb.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxcc.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxcd.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxce.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxcf.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxd0.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxd1.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxd2.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxd3.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxd4.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxd5.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxd6.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxd7.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxf9.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxfa.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxff.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo00.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo01.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo02.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo03.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo04.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo20.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo21.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo22.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo23.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo24.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo25.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo26.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo30.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo31.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo32.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo33.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo4e.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo4f.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo50.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo51.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo52.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo53.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo54.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo55.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo56.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo57.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo58.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo59.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo5a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo5b.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo5c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo5d.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo5e.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo5f.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo60.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo61.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo62.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo63.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo64.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo65.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo66.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo67.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo68.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo69.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo6a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo6b.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo6c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo6d.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo6e.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo6f.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo70.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo71.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo72.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo73.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo74.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo75.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo76.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo77.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo78.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo79.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo7a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo7b.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo7c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo7d.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo7e.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo7f.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo80.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo81.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo82.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo83.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo84.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo85.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo86.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo87.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo88.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo89.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo8a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo8b.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo8d.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo8e.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo8f.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo90.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo91.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo92.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo93.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo94.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo95.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo96.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo97.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo98.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo99.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo9a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo9b.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo9c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo9d.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo9e.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxo9f.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxoac.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxoad.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxoae.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxoaf.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxob0.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxob1.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxob2.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxob3.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxob4.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxob5.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxob6.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxob7.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxob8.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxob9.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxoba.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxobb.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxobc.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxobd.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxobe.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxobf.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxoc0.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxoc1.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxoc2.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxoc3.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxoc4.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxoc5.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxoc6.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxoc7.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxoc8.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxoc9.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxoca.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxocb.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxocc.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxocd.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxoce.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxocf.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxod0.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxod1.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxod2.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxod3.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxod4.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxod5.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxod6.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxod7.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxof9.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxofa.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwmjxoff.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmj0.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmj04.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmj05.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmj06.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmj07.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmj1.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmj10.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmj11.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmj12.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmj13.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmj14.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmj15.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmj16.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmj17.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmj18.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmj19.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmj2.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmj20.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmj21.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmj22.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmj23.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmj24.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmj25.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmj26.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmj27.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmj28.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmj29.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmj3.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmj4.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmj5.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmj6.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmj7.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmj8.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmj9.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjc0.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjc04.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjc05.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjc06.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjc07.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjc1.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjc10.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjc11.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjc12.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjc13.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjc14.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjc15.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjc16.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjc17.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjc18.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjc19.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjc2.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjc20.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjc21.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjc22.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjc23.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjc24.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjc25.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjc26.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjc27.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjc28.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjc29.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjc3.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjc4.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjc5.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjc6.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjc7.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjc8.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjc9.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjco0.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjco04.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjco05.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjco06.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjco07.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjco1.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjco10.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjco11.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjco12.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjco13.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjco14.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjco15.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjco16.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjco17.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjco18.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjco19.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjco2.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjco20.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjco21.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjco22.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjco23.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjco24.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjco25.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjco26.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjco27.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjco28.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjco29.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjco3.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjco4.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjco5.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjco6.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjco7.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjco8.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjco9.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjo0.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjo04.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjo05.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjo06.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjo07.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjo1.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjo10.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjo11.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjo12.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjo13.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjo14.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjo15.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjo16.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjo17.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjo18.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjo19.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjo2.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjo20.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjo21.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjo22.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjo23.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjo24.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjo25.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjo26.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjo27.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjo28.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjo29.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjo3.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjo4.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjo5.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjo6.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjo7.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjo8.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjo9.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmju0.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmju04.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmju05.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmju06.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmju07.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmju1.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmju10.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmju11.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmju12.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmju13.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmju14.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmju15.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmju16.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmju17.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmju18.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmju19.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmju2.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmju20.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmju21.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmju22.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmju23.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmju24.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmju25.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmju26.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmju27.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmju28.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmju29.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmju3.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmju4.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmju5.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmju6.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmju7.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmju8.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmju9.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjuo0.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjuo04.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjuo05.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjuo06.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjuo07.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjuo1.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjuo10.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjuo11.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjuo12.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjuo13.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjuo14.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjuo15.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjuo16.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjuo17.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjuo18.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjuo19.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjuo2.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjuo20.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjuo21.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjuo22.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjuo23.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjuo24.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjuo25.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjuo26.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjuo27.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjuo28.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjuo29.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjuo3.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjuo4.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjuo5.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjuo6.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjuo7.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjuo8.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjuo9.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjx0.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjx04.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjx05.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjx06.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjx07.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjx1.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjx10.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjx11.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjx12.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjx13.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjx14.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjx15.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjx16.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjx17.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjx18.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjx19.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjx2.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjx20.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjx21.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjx22.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjx23.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjx24.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjx25.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjx26.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjx27.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjx28.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjx29.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjx3.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjx4.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjx5.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjx6.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjx7.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjx8.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjx9.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjxo0.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjxo04.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjxo05.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjxo06.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjxo07.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjxo1.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjxo10.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjxo11.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjxo12.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjxo13.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjxo14.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjxo15.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjxo16.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjxo17.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjxo18.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjxo19.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjxo2.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjxo20.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjxo21.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjxo22.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjxo23.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjxo24.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjxo25.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjxo26.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjxo27.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjxo28.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjxo29.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjxo3.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjxo4.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjxo5.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjxo6.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjxo7.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjxo8.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(wmjxo9.vf) = %{epoch}:%{source_date}-%{release} %description uhc Support for Korean documents written in Korean standard KSC codes for LaTeX2e. -%package uhc-doc -Summary: Documentation for uhc -Version: svn16791.0 - -Provides: tex-uhc-doc -AutoReqProv: No - -%description uhc-doc -Documentation for uhc %package wadalab -Provides: tex-wadalab = %{tl_version} +Provides: tex-wadalab = %{epoch}:%{source_date}-%{release} +Provides: tex-wadalab-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-wadalab-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-wadalab-doc < %{tl_epoch}:%{source_date} License: Wadalab Summary: Wadalab (Japanese) font packages -Version: svn42428 +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(dgj.map) = %{tl_version} -Provides: tex(dmj.map) = %{tl_version} -Provides: tex(mc2j.map) = %{tl_version} -Provides: tex(mcj.map) = %{tl_version} -Provides: tex(mr2j.map) = %{tl_version} -Provides: tex(mrj.map) = %{tl_version} -Provides: tex(dgjgreek.tfm) = %{tl_version} -Provides: tex(dgjhira.tfm) = %{tl_version} -Provides: tex(dgjhw.tfm) = %{tl_version} -Provides: tex(dgjka.tfm) = %{tl_version} -Provides: tex(dgjkata.tfm) = %{tl_version} -Provides: tex(dgjkb.tfm) = %{tl_version} -Provides: tex(dgjkc.tfm) = %{tl_version} -Provides: tex(dgjkd.tfm) = %{tl_version} -Provides: tex(dgjke.tfm) = %{tl_version} -Provides: tex(dgjkeisen.tfm) = %{tl_version} -Provides: tex(dgjkf.tfm) = %{tl_version} -Provides: tex(dgjkg.tfm) = %{tl_version} -Provides: tex(dgjkh.tfm) = %{tl_version} -Provides: tex(dgjki.tfm) = %{tl_version} -Provides: tex(dgjkj.tfm) = %{tl_version} -Provides: tex(dgjkk.tfm) = %{tl_version} -Provides: tex(dgjkl.tfm) = %{tl_version} -Provides: tex(dgjkm.tfm) = %{tl_version} -Provides: tex(dgjkn.tfm) = %{tl_version} -Provides: tex(dgjko.tfm) = %{tl_version} -Provides: tex(dgjkp.tfm) = %{tl_version} -Provides: tex(dgjkq.tfm) = %{tl_version} -Provides: tex(dgjkr.tfm) = %{tl_version} -Provides: tex(dgjks.tfm) = %{tl_version} -Provides: tex(dgjkt.tfm) = %{tl_version} -Provides: tex(dgjku.tfm) = %{tl_version} -Provides: tex(dgjkv.tfm) = %{tl_version} -Provides: tex(dgjkw.tfm) = %{tl_version} -Provides: tex(dgjkx.tfm) = %{tl_version} -Provides: tex(dgjky.tfm) = %{tl_version} -Provides: tex(dgjkz.tfm) = %{tl_version} -Provides: tex(dgjroma.tfm) = %{tl_version} -Provides: tex(dgjrussian.tfm) = %{tl_version} -Provides: tex(dgjsy.tfm) = %{tl_version} -Provides: tex(dmjgreek.tfm) = %{tl_version} -Provides: tex(dmjhira.tfm) = %{tl_version} -Provides: tex(dmjhw.tfm) = %{tl_version} -Provides: tex(dmjka.tfm) = %{tl_version} -Provides: tex(dmjkata.tfm) = %{tl_version} -Provides: tex(dmjkb.tfm) = %{tl_version} -Provides: tex(dmjkc.tfm) = %{tl_version} -Provides: tex(dmjkd.tfm) = %{tl_version} -Provides: tex(dmjke.tfm) = %{tl_version} -Provides: tex(dmjkeisen.tfm) = %{tl_version} -Provides: tex(dmjkf.tfm) = %{tl_version} -Provides: tex(dmjkg.tfm) = %{tl_version} -Provides: tex(dmjkh.tfm) = %{tl_version} -Provides: tex(dmjki.tfm) = %{tl_version} -Provides: tex(dmjkj.tfm) = %{tl_version} -Provides: tex(dmjkk.tfm) = %{tl_version} -Provides: tex(dmjkl.tfm) = %{tl_version} -Provides: tex(dmjkm.tfm) = %{tl_version} -Provides: tex(dmjkn.tfm) = %{tl_version} -Provides: tex(dmjko.tfm) = %{tl_version} -Provides: tex(dmjkp.tfm) = %{tl_version} -Provides: tex(dmjkq.tfm) = %{tl_version} -Provides: tex(dmjkr.tfm) = %{tl_version} -Provides: tex(dmjks.tfm) = %{tl_version} -Provides: tex(dmjkt.tfm) = %{tl_version} -Provides: tex(dmjku.tfm) = %{tl_version} -Provides: tex(dmjkv.tfm) = %{tl_version} -Provides: tex(dmjkw.tfm) = %{tl_version} -Provides: tex(dmjkx.tfm) = %{tl_version} -Provides: tex(dmjky.tfm) = %{tl_version} -Provides: tex(dmjkz.tfm) = %{tl_version} -Provides: tex(dmjroma.tfm) = %{tl_version} -Provides: tex(dmjrussian.tfm) = %{tl_version} -Provides: tex(dmjsy.tfm) = %{tl_version} -Provides: tex(mc2jka.tfm) = %{tl_version} -Provides: tex(mc2jkb.tfm) = %{tl_version} -Provides: tex(mc2jkc.tfm) = %{tl_version} -Provides: tex(mc2jkd.tfm) = %{tl_version} -Provides: tex(mc2jke.tfm) = %{tl_version} -Provides: tex(mc2jkf.tfm) = %{tl_version} -Provides: tex(mc2jkg.tfm) = %{tl_version} -Provides: tex(mc2jkh.tfm) = %{tl_version} -Provides: tex(mc2jki.tfm) = %{tl_version} -Provides: tex(mc2jkj.tfm) = %{tl_version} -Provides: tex(mc2jkk.tfm) = %{tl_version} -Provides: tex(mc2jkl.tfm) = %{tl_version} -Provides: tex(mc2jkm.tfm) = %{tl_version} -Provides: tex(mc2jkn.tfm) = %{tl_version} -Provides: tex(mc2jko.tfm) = %{tl_version} -Provides: tex(mc2jkp.tfm) = %{tl_version} -Provides: tex(mc2jkq.tfm) = %{tl_version} -Provides: tex(mc2jkr.tfm) = %{tl_version} -Provides: tex(mc2jks.tfm) = %{tl_version} -Provides: tex(mc2jkt.tfm) = %{tl_version} -Provides: tex(mc2jku.tfm) = %{tl_version} -Provides: tex(mc2jkv.tfm) = %{tl_version} -Provides: tex(mc2jkw.tfm) = %{tl_version} -Provides: tex(mcjgreek.tfm) = %{tl_version} -Provides: tex(mcjhira.tfm) = %{tl_version} -Provides: tex(mcjhw.tfm) = %{tl_version} -Provides: tex(mcjka.tfm) = %{tl_version} -Provides: tex(mcjkata.tfm) = %{tl_version} -Provides: tex(mcjkb.tfm) = %{tl_version} -Provides: tex(mcjkc.tfm) = %{tl_version} -Provides: tex(mcjkd.tfm) = %{tl_version} -Provides: tex(mcjke.tfm) = %{tl_version} -Provides: tex(mcjkeisen.tfm) = %{tl_version} -Provides: tex(mcjkf.tfm) = %{tl_version} -Provides: tex(mcjkg.tfm) = %{tl_version} -Provides: tex(mcjkh.tfm) = %{tl_version} -Provides: tex(mcjki.tfm) = %{tl_version} -Provides: tex(mcjkj.tfm) = %{tl_version} -Provides: tex(mcjkk.tfm) = %{tl_version} -Provides: tex(mcjkl.tfm) = %{tl_version} -Provides: tex(mcjkm.tfm) = %{tl_version} -Provides: tex(mcjkn.tfm) = %{tl_version} -Provides: tex(mcjko.tfm) = %{tl_version} -Provides: tex(mcjkp.tfm) = %{tl_version} -Provides: tex(mcjkq.tfm) = %{tl_version} -Provides: tex(mcjkr.tfm) = %{tl_version} -Provides: tex(mcjks.tfm) = %{tl_version} -Provides: tex(mcjkt.tfm) = %{tl_version} -Provides: tex(mcjku.tfm) = %{tl_version} -Provides: tex(mcjkv.tfm) = %{tl_version} -Provides: tex(mcjkw.tfm) = %{tl_version} -Provides: tex(mcjkx.tfm) = %{tl_version} -Provides: tex(mcjky.tfm) = %{tl_version} -Provides: tex(mcjkz.tfm) = %{tl_version} -Provides: tex(mcjroma.tfm) = %{tl_version} -Provides: tex(mcjrussian.tfm) = %{tl_version} -Provides: tex(mcjsy.tfm) = %{tl_version} -Provides: tex(mr2jka.tfm) = %{tl_version} -Provides: tex(mr2jkb.tfm) = %{tl_version} -Provides: tex(mr2jkc.tfm) = %{tl_version} -Provides: tex(mr2jkd.tfm) = %{tl_version} -Provides: tex(mr2jke.tfm) = %{tl_version} -Provides: tex(mr2jkf.tfm) = %{tl_version} -Provides: tex(mr2jkg.tfm) = %{tl_version} -Provides: tex(mr2jkh.tfm) = %{tl_version} -Provides: tex(mr2jki.tfm) = %{tl_version} -Provides: tex(mr2jkj.tfm) = %{tl_version} -Provides: tex(mr2jkk.tfm) = %{tl_version} -Provides: tex(mr2jkl.tfm) = %{tl_version} -Provides: tex(mr2jkm.tfm) = %{tl_version} -Provides: tex(mr2jkn.tfm) = %{tl_version} -Provides: tex(mr2jko.tfm) = %{tl_version} -Provides: tex(mr2jkp.tfm) = %{tl_version} -Provides: tex(mr2jkq.tfm) = %{tl_version} -Provides: tex(mr2jkr.tfm) = %{tl_version} -Provides: tex(mr2jks.tfm) = %{tl_version} -Provides: tex(mr2jkt.tfm) = %{tl_version} -Provides: tex(mr2jku.tfm) = %{tl_version} -Provides: tex(mr2jkv.tfm) = %{tl_version} -Provides: tex(mr2jkw.tfm) = %{tl_version} -Provides: tex(mrjgreek.tfm) = %{tl_version} -Provides: tex(mrjhira.tfm) = %{tl_version} -Provides: tex(mrjhw.tfm) = %{tl_version} -Provides: tex(mrjka.tfm) = %{tl_version} -Provides: tex(mrjkata.tfm) = %{tl_version} -Provides: tex(mrjkb.tfm) = %{tl_version} -Provides: tex(mrjkc.tfm) = %{tl_version} -Provides: tex(mrjkd.tfm) = %{tl_version} -Provides: tex(mrjke.tfm) = %{tl_version} -Provides: tex(mrjkeisen.tfm) = %{tl_version} -Provides: tex(mrjkf.tfm) = %{tl_version} -Provides: tex(mrjkg.tfm) = %{tl_version} -Provides: tex(mrjkh.tfm) = %{tl_version} -Provides: tex(mrjki.tfm) = %{tl_version} -Provides: tex(mrjkj.tfm) = %{tl_version} -Provides: tex(mrjkk.tfm) = %{tl_version} -Provides: tex(mrjkl.tfm) = %{tl_version} -Provides: tex(mrjkm.tfm) = %{tl_version} -Provides: tex(mrjkn.tfm) = %{tl_version} -Provides: tex(mrjko.tfm) = %{tl_version} -Provides: tex(mrjkp.tfm) = %{tl_version} -Provides: tex(mrjkq.tfm) = %{tl_version} -Provides: tex(mrjkr.tfm) = %{tl_version} -Provides: tex(mrjks.tfm) = %{tl_version} -Provides: tex(mrjkt.tfm) = %{tl_version} -Provides: tex(mrjku.tfm) = %{tl_version} -Provides: tex(mrjkv.tfm) = %{tl_version} -Provides: tex(mrjkw.tfm) = %{tl_version} -Provides: tex(mrjkx.tfm) = %{tl_version} -Provides: tex(mrjky.tfm) = %{tl_version} -Provides: tex(mrjkz.tfm) = %{tl_version} -Provides: tex(mrjroma.tfm) = %{tl_version} -Provides: tex(mrjrussian.tfm) = %{tl_version} -Provides: tex(mrjsy.tfm) = %{tl_version} -Provides: tex(udgj00.tfm) = %{tl_version} -Provides: tex(udgj03.tfm) = %{tl_version} -Provides: tex(udgj04.tfm) = %{tl_version} -Provides: tex(udgj20.tfm) = %{tl_version} -Provides: tex(udgj21.tfm) = %{tl_version} -Provides: tex(udgj22.tfm) = %{tl_version} -Provides: tex(udgj23.tfm) = %{tl_version} -Provides: tex(udgj25.tfm) = %{tl_version} -Provides: tex(udgj26.tfm) = %{tl_version} -Provides: tex(udgj30.tfm) = %{tl_version} -Provides: tex(udgj4e.tfm) = %{tl_version} -Provides: tex(udgj4f.tfm) = %{tl_version} -Provides: tex(udgj50.tfm) = %{tl_version} -Provides: tex(udgj51.tfm) = %{tl_version} -Provides: tex(udgj52.tfm) = %{tl_version} -Provides: tex(udgj53.tfm) = %{tl_version} -Provides: tex(udgj54.tfm) = %{tl_version} -Provides: tex(udgj55.tfm) = %{tl_version} -Provides: tex(udgj56.tfm) = %{tl_version} -Provides: tex(udgj57.tfm) = %{tl_version} -Provides: tex(udgj58.tfm) = %{tl_version} -Provides: tex(udgj59.tfm) = %{tl_version} -Provides: tex(udgj5a.tfm) = %{tl_version} -Provides: tex(udgj5b.tfm) = %{tl_version} -Provides: tex(udgj5c.tfm) = %{tl_version} -Provides: tex(udgj5d.tfm) = %{tl_version} -Provides: tex(udgj5e.tfm) = %{tl_version} -Provides: tex(udgj5f.tfm) = %{tl_version} -Provides: tex(udgj60.tfm) = %{tl_version} -Provides: tex(udgj61.tfm) = %{tl_version} -Provides: tex(udgj62.tfm) = %{tl_version} -Provides: tex(udgj63.tfm) = %{tl_version} -Provides: tex(udgj64.tfm) = %{tl_version} -Provides: tex(udgj65.tfm) = %{tl_version} -Provides: tex(udgj66.tfm) = %{tl_version} -Provides: tex(udgj67.tfm) = %{tl_version} -Provides: tex(udgj68.tfm) = %{tl_version} -Provides: tex(udgj69.tfm) = %{tl_version} -Provides: tex(udgj6a.tfm) = %{tl_version} -Provides: tex(udgj6b.tfm) = %{tl_version} -Provides: tex(udgj6c.tfm) = %{tl_version} -Provides: tex(udgj6d.tfm) = %{tl_version} -Provides: tex(udgj6e.tfm) = %{tl_version} -Provides: tex(udgj6f.tfm) = %{tl_version} -Provides: tex(udgj70.tfm) = %{tl_version} -Provides: tex(udgj71.tfm) = %{tl_version} -Provides: tex(udgj72.tfm) = %{tl_version} -Provides: tex(udgj73.tfm) = %{tl_version} -Provides: tex(udgj74.tfm) = %{tl_version} -Provides: tex(udgj75.tfm) = %{tl_version} -Provides: tex(udgj76.tfm) = %{tl_version} -Provides: tex(udgj77.tfm) = %{tl_version} -Provides: tex(udgj78.tfm) = %{tl_version} -Provides: tex(udgj79.tfm) = %{tl_version} -Provides: tex(udgj7a.tfm) = %{tl_version} -Provides: tex(udgj7b.tfm) = %{tl_version} -Provides: tex(udgj7c.tfm) = %{tl_version} -Provides: tex(udgj7d.tfm) = %{tl_version} -Provides: tex(udgj7e.tfm) = %{tl_version} -Provides: tex(udgj7f.tfm) = %{tl_version} -Provides: tex(udgj80.tfm) = %{tl_version} -Provides: tex(udgj81.tfm) = %{tl_version} -Provides: tex(udgj82.tfm) = %{tl_version} -Provides: tex(udgj83.tfm) = %{tl_version} -Provides: tex(udgj84.tfm) = %{tl_version} -Provides: tex(udgj85.tfm) = %{tl_version} -Provides: tex(udgj86.tfm) = %{tl_version} -Provides: tex(udgj87.tfm) = %{tl_version} -Provides: tex(udgj88.tfm) = %{tl_version} -Provides: tex(udgj89.tfm) = %{tl_version} -Provides: tex(udgj8a.tfm) = %{tl_version} -Provides: tex(udgj8b.tfm) = %{tl_version} -Provides: tex(udgj8c.tfm) = %{tl_version} -Provides: tex(udgj8d.tfm) = %{tl_version} -Provides: tex(udgj8e.tfm) = %{tl_version} -Provides: tex(udgj8f.tfm) = %{tl_version} -Provides: tex(udgj90.tfm) = %{tl_version} -Provides: tex(udgj91.tfm) = %{tl_version} -Provides: tex(udgj92.tfm) = %{tl_version} -Provides: tex(udgj93.tfm) = %{tl_version} -Provides: tex(udgj94.tfm) = %{tl_version} -Provides: tex(udgj95.tfm) = %{tl_version} -Provides: tex(udgj96.tfm) = %{tl_version} -Provides: tex(udgj97.tfm) = %{tl_version} -Provides: tex(udgj98.tfm) = %{tl_version} -Provides: tex(udgj99.tfm) = %{tl_version} -Provides: tex(udgj9a.tfm) = %{tl_version} -Provides: tex(udgj9b.tfm) = %{tl_version} -Provides: tex(udgj9c.tfm) = %{tl_version} -Provides: tex(udgj9d.tfm) = %{tl_version} -Provides: tex(udgj9e.tfm) = %{tl_version} -Provides: tex(udgj9f.tfm) = %{tl_version} -Provides: tex(udgjff.tfm) = %{tl_version} -Provides: tex(udmj00.tfm) = %{tl_version} -Provides: tex(udmj03.tfm) = %{tl_version} -Provides: tex(udmj04.tfm) = %{tl_version} -Provides: tex(udmj20.tfm) = %{tl_version} -Provides: tex(udmj21.tfm) = %{tl_version} -Provides: tex(udmj22.tfm) = %{tl_version} -Provides: tex(udmj23.tfm) = %{tl_version} -Provides: tex(udmj25.tfm) = %{tl_version} -Provides: tex(udmj26.tfm) = %{tl_version} -Provides: tex(udmj30.tfm) = %{tl_version} -Provides: tex(udmj4e.tfm) = %{tl_version} -Provides: tex(udmj4f.tfm) = %{tl_version} -Provides: tex(udmj50.tfm) = %{tl_version} -Provides: tex(udmj51.tfm) = %{tl_version} -Provides: tex(udmj52.tfm) = %{tl_version} -Provides: tex(udmj53.tfm) = %{tl_version} -Provides: tex(udmj54.tfm) = %{tl_version} -Provides: tex(udmj55.tfm) = %{tl_version} -Provides: tex(udmj56.tfm) = %{tl_version} -Provides: tex(udmj57.tfm) = %{tl_version} -Provides: tex(udmj58.tfm) = %{tl_version} -Provides: tex(udmj59.tfm) = %{tl_version} -Provides: tex(udmj5a.tfm) = %{tl_version} -Provides: tex(udmj5b.tfm) = %{tl_version} -Provides: tex(udmj5c.tfm) = %{tl_version} -Provides: tex(udmj5d.tfm) = %{tl_version} -Provides: tex(udmj5e.tfm) = %{tl_version} -Provides: tex(udmj5f.tfm) = %{tl_version} -Provides: tex(udmj60.tfm) = %{tl_version} -Provides: tex(udmj61.tfm) = %{tl_version} -Provides: tex(udmj62.tfm) = %{tl_version} -Provides: tex(udmj63.tfm) = %{tl_version} -Provides: tex(udmj64.tfm) = %{tl_version} -Provides: tex(udmj65.tfm) = %{tl_version} -Provides: tex(udmj66.tfm) = %{tl_version} -Provides: tex(udmj67.tfm) = %{tl_version} -Provides: tex(udmj68.tfm) = %{tl_version} -Provides: tex(udmj69.tfm) = %{tl_version} -Provides: tex(udmj6a.tfm) = %{tl_version} -Provides: tex(udmj6b.tfm) = %{tl_version} -Provides: tex(udmj6c.tfm) = %{tl_version} -Provides: tex(udmj6d.tfm) = %{tl_version} -Provides: tex(udmj6e.tfm) = %{tl_version} -Provides: tex(udmj6f.tfm) = %{tl_version} -Provides: tex(udmj70.tfm) = %{tl_version} -Provides: tex(udmj71.tfm) = %{tl_version} -Provides: tex(udmj72.tfm) = %{tl_version} -Provides: tex(udmj73.tfm) = %{tl_version} -Provides: tex(udmj74.tfm) = %{tl_version} -Provides: tex(udmj75.tfm) = %{tl_version} -Provides: tex(udmj76.tfm) = %{tl_version} -Provides: tex(udmj77.tfm) = %{tl_version} -Provides: tex(udmj78.tfm) = %{tl_version} -Provides: tex(udmj79.tfm) = %{tl_version} -Provides: tex(udmj7a.tfm) = %{tl_version} -Provides: tex(udmj7b.tfm) = %{tl_version} -Provides: tex(udmj7c.tfm) = %{tl_version} -Provides: tex(udmj7d.tfm) = %{tl_version} -Provides: tex(udmj7e.tfm) = %{tl_version} -Provides: tex(udmj7f.tfm) = %{tl_version} -Provides: tex(udmj80.tfm) = %{tl_version} -Provides: tex(udmj81.tfm) = %{tl_version} -Provides: tex(udmj82.tfm) = %{tl_version} -Provides: tex(udmj83.tfm) = %{tl_version} -Provides: tex(udmj84.tfm) = %{tl_version} -Provides: tex(udmj85.tfm) = %{tl_version} -Provides: tex(udmj86.tfm) = %{tl_version} -Provides: tex(udmj87.tfm) = %{tl_version} -Provides: tex(udmj88.tfm) = %{tl_version} -Provides: tex(udmj89.tfm) = %{tl_version} -Provides: tex(udmj8a.tfm) = %{tl_version} -Provides: tex(udmj8b.tfm) = %{tl_version} -Provides: tex(udmj8c.tfm) = %{tl_version} -Provides: tex(udmj8d.tfm) = %{tl_version} -Provides: tex(udmj8e.tfm) = %{tl_version} -Provides: tex(udmj8f.tfm) = %{tl_version} -Provides: tex(udmj90.tfm) = %{tl_version} -Provides: tex(udmj91.tfm) = %{tl_version} -Provides: tex(udmj92.tfm) = %{tl_version} -Provides: tex(udmj93.tfm) = %{tl_version} -Provides: tex(udmj94.tfm) = %{tl_version} -Provides: tex(udmj95.tfm) = %{tl_version} -Provides: tex(udmj96.tfm) = %{tl_version} -Provides: tex(udmj97.tfm) = %{tl_version} -Provides: tex(udmj98.tfm) = %{tl_version} -Provides: tex(udmj99.tfm) = %{tl_version} -Provides: tex(udmj9a.tfm) = %{tl_version} -Provides: tex(udmj9b.tfm) = %{tl_version} -Provides: tex(udmj9c.tfm) = %{tl_version} -Provides: tex(udmj9d.tfm) = %{tl_version} -Provides: tex(udmj9e.tfm) = %{tl_version} -Provides: tex(udmj9f.tfm) = %{tl_version} -Provides: tex(udmjff.tfm) = %{tl_version} -Provides: tex(umcj00.tfm) = %{tl_version} -Provides: tex(umcj03.tfm) = %{tl_version} -Provides: tex(umcj04.tfm) = %{tl_version} -Provides: tex(umcj20.tfm) = %{tl_version} -Provides: tex(umcj21.tfm) = %{tl_version} -Provides: tex(umcj22.tfm) = %{tl_version} -Provides: tex(umcj23.tfm) = %{tl_version} -Provides: tex(umcj25.tfm) = %{tl_version} -Provides: tex(umcj26.tfm) = %{tl_version} -Provides: tex(umcj30.tfm) = %{tl_version} -Provides: tex(umcj4e.tfm) = %{tl_version} -Provides: tex(umcj4f.tfm) = %{tl_version} -Provides: tex(umcj50.tfm) = %{tl_version} -Provides: tex(umcj51.tfm) = %{tl_version} -Provides: tex(umcj52.tfm) = %{tl_version} -Provides: tex(umcj53.tfm) = %{tl_version} -Provides: tex(umcj54.tfm) = %{tl_version} -Provides: tex(umcj55.tfm) = %{tl_version} -Provides: tex(umcj56.tfm) = %{tl_version} -Provides: tex(umcj57.tfm) = %{tl_version} -Provides: tex(umcj58.tfm) = %{tl_version} -Provides: tex(umcj59.tfm) = %{tl_version} -Provides: tex(umcj5a.tfm) = %{tl_version} -Provides: tex(umcj5b.tfm) = %{tl_version} -Provides: tex(umcj5c.tfm) = %{tl_version} -Provides: tex(umcj5d.tfm) = %{tl_version} -Provides: tex(umcj5e.tfm) = %{tl_version} -Provides: tex(umcj5f.tfm) = %{tl_version} -Provides: tex(umcj60.tfm) = %{tl_version} -Provides: tex(umcj61.tfm) = %{tl_version} -Provides: tex(umcj62.tfm) = %{tl_version} -Provides: tex(umcj63.tfm) = %{tl_version} -Provides: tex(umcj64.tfm) = %{tl_version} -Provides: tex(umcj65.tfm) = %{tl_version} -Provides: tex(umcj66.tfm) = %{tl_version} -Provides: tex(umcj67.tfm) = %{tl_version} -Provides: tex(umcj68.tfm) = %{tl_version} -Provides: tex(umcj69.tfm) = %{tl_version} -Provides: tex(umcj6a.tfm) = %{tl_version} -Provides: tex(umcj6b.tfm) = %{tl_version} -Provides: tex(umcj6c.tfm) = %{tl_version} -Provides: tex(umcj6d.tfm) = %{tl_version} -Provides: tex(umcj6e.tfm) = %{tl_version} -Provides: tex(umcj6f.tfm) = %{tl_version} -Provides: tex(umcj70.tfm) = %{tl_version} -Provides: tex(umcj71.tfm) = %{tl_version} -Provides: tex(umcj72.tfm) = %{tl_version} -Provides: tex(umcj73.tfm) = %{tl_version} -Provides: tex(umcj74.tfm) = %{tl_version} -Provides: tex(umcj75.tfm) = %{tl_version} -Provides: tex(umcj76.tfm) = %{tl_version} -Provides: tex(umcj77.tfm) = %{tl_version} -Provides: tex(umcj78.tfm) = %{tl_version} -Provides: tex(umcj79.tfm) = %{tl_version} -Provides: tex(umcj7a.tfm) = %{tl_version} -Provides: tex(umcj7b.tfm) = %{tl_version} -Provides: tex(umcj7c.tfm) = %{tl_version} -Provides: tex(umcj7d.tfm) = %{tl_version} -Provides: tex(umcj7e.tfm) = %{tl_version} -Provides: tex(umcj7f.tfm) = %{tl_version} -Provides: tex(umcj80.tfm) = %{tl_version} -Provides: tex(umcj81.tfm) = %{tl_version} -Provides: tex(umcj82.tfm) = %{tl_version} -Provides: tex(umcj83.tfm) = %{tl_version} -Provides: tex(umcj84.tfm) = %{tl_version} -Provides: tex(umcj85.tfm) = %{tl_version} -Provides: tex(umcj86.tfm) = %{tl_version} -Provides: tex(umcj87.tfm) = %{tl_version} -Provides: tex(umcj88.tfm) = %{tl_version} -Provides: tex(umcj89.tfm) = %{tl_version} -Provides: tex(umcj8a.tfm) = %{tl_version} -Provides: tex(umcj8b.tfm) = %{tl_version} -Provides: tex(umcj8c.tfm) = %{tl_version} -Provides: tex(umcj8d.tfm) = %{tl_version} -Provides: tex(umcj8e.tfm) = %{tl_version} -Provides: tex(umcj8f.tfm) = %{tl_version} -Provides: tex(umcj90.tfm) = %{tl_version} -Provides: tex(umcj91.tfm) = %{tl_version} -Provides: tex(umcj92.tfm) = %{tl_version} -Provides: tex(umcj93.tfm) = %{tl_version} -Provides: tex(umcj94.tfm) = %{tl_version} -Provides: tex(umcj95.tfm) = %{tl_version} -Provides: tex(umcj96.tfm) = %{tl_version} -Provides: tex(umcj97.tfm) = %{tl_version} -Provides: tex(umcj98.tfm) = %{tl_version} -Provides: tex(umcj99.tfm) = %{tl_version} -Provides: tex(umcj9a.tfm) = %{tl_version} -Provides: tex(umcj9b.tfm) = %{tl_version} -Provides: tex(umcj9c.tfm) = %{tl_version} -Provides: tex(umcj9d.tfm) = %{tl_version} -Provides: tex(umcj9e.tfm) = %{tl_version} -Provides: tex(umcj9f.tfm) = %{tl_version} -Provides: tex(umcjff.tfm) = %{tl_version} -Provides: tex(umrj00.tfm) = %{tl_version} -Provides: tex(umrj03.tfm) = %{tl_version} -Provides: tex(umrj04.tfm) = %{tl_version} -Provides: tex(umrj20.tfm) = %{tl_version} -Provides: tex(umrj21.tfm) = %{tl_version} -Provides: tex(umrj22.tfm) = %{tl_version} -Provides: tex(umrj23.tfm) = %{tl_version} -Provides: tex(umrj25.tfm) = %{tl_version} -Provides: tex(umrj26.tfm) = %{tl_version} -Provides: tex(umrj30.tfm) = %{tl_version} -Provides: tex(umrj4e.tfm) = %{tl_version} -Provides: tex(umrj4f.tfm) = %{tl_version} -Provides: tex(umrj50.tfm) = %{tl_version} -Provides: tex(umrj51.tfm) = %{tl_version} -Provides: tex(umrj52.tfm) = %{tl_version} -Provides: tex(umrj53.tfm) = %{tl_version} -Provides: tex(umrj54.tfm) = %{tl_version} -Provides: tex(umrj55.tfm) = %{tl_version} -Provides: tex(umrj56.tfm) = %{tl_version} -Provides: tex(umrj57.tfm) = %{tl_version} -Provides: tex(umrj58.tfm) = %{tl_version} -Provides: tex(umrj59.tfm) = %{tl_version} -Provides: tex(umrj5a.tfm) = %{tl_version} -Provides: tex(umrj5b.tfm) = %{tl_version} -Provides: tex(umrj5c.tfm) = %{tl_version} -Provides: tex(umrj5d.tfm) = %{tl_version} -Provides: tex(umrj5e.tfm) = %{tl_version} -Provides: tex(umrj5f.tfm) = %{tl_version} -Provides: tex(umrj60.tfm) = %{tl_version} -Provides: tex(umrj61.tfm) = %{tl_version} -Provides: tex(umrj62.tfm) = %{tl_version} -Provides: tex(umrj63.tfm) = %{tl_version} -Provides: tex(umrj64.tfm) = %{tl_version} -Provides: tex(umrj65.tfm) = %{tl_version} -Provides: tex(umrj66.tfm) = %{tl_version} -Provides: tex(umrj67.tfm) = %{tl_version} -Provides: tex(umrj68.tfm) = %{tl_version} -Provides: tex(umrj69.tfm) = %{tl_version} -Provides: tex(umrj6a.tfm) = %{tl_version} -Provides: tex(umrj6b.tfm) = %{tl_version} -Provides: tex(umrj6c.tfm) = %{tl_version} -Provides: tex(umrj6d.tfm) = %{tl_version} -Provides: tex(umrj6e.tfm) = %{tl_version} -Provides: tex(umrj6f.tfm) = %{tl_version} -Provides: tex(umrj70.tfm) = %{tl_version} -Provides: tex(umrj71.tfm) = %{tl_version} -Provides: tex(umrj72.tfm) = %{tl_version} -Provides: tex(umrj73.tfm) = %{tl_version} -Provides: tex(umrj74.tfm) = %{tl_version} -Provides: tex(umrj75.tfm) = %{tl_version} -Provides: tex(umrj76.tfm) = %{tl_version} -Provides: tex(umrj77.tfm) = %{tl_version} -Provides: tex(umrj78.tfm) = %{tl_version} -Provides: tex(umrj79.tfm) = %{tl_version} -Provides: tex(umrj7a.tfm) = %{tl_version} -Provides: tex(umrj7b.tfm) = %{tl_version} -Provides: tex(umrj7c.tfm) = %{tl_version} -Provides: tex(umrj7d.tfm) = %{tl_version} -Provides: tex(umrj7e.tfm) = %{tl_version} -Provides: tex(umrj7f.tfm) = %{tl_version} -Provides: tex(umrj80.tfm) = %{tl_version} -Provides: tex(umrj81.tfm) = %{tl_version} -Provides: tex(umrj82.tfm) = %{tl_version} -Provides: tex(umrj83.tfm) = %{tl_version} -Provides: tex(umrj84.tfm) = %{tl_version} -Provides: tex(umrj85.tfm) = %{tl_version} -Provides: tex(umrj86.tfm) = %{tl_version} -Provides: tex(umrj87.tfm) = %{tl_version} -Provides: tex(umrj88.tfm) = %{tl_version} -Provides: tex(umrj89.tfm) = %{tl_version} -Provides: tex(umrj8a.tfm) = %{tl_version} -Provides: tex(umrj8b.tfm) = %{tl_version} -Provides: tex(umrj8c.tfm) = %{tl_version} -Provides: tex(umrj8d.tfm) = %{tl_version} -Provides: tex(umrj8e.tfm) = %{tl_version} -Provides: tex(umrj8f.tfm) = %{tl_version} -Provides: tex(umrj90.tfm) = %{tl_version} -Provides: tex(umrj91.tfm) = %{tl_version} -Provides: tex(umrj92.tfm) = %{tl_version} -Provides: tex(umrj93.tfm) = %{tl_version} -Provides: tex(umrj94.tfm) = %{tl_version} -Provides: tex(umrj95.tfm) = %{tl_version} -Provides: tex(umrj96.tfm) = %{tl_version} -Provides: tex(umrj97.tfm) = %{tl_version} -Provides: tex(umrj98.tfm) = %{tl_version} -Provides: tex(umrj99.tfm) = %{tl_version} -Provides: tex(umrj9a.tfm) = %{tl_version} -Provides: tex(umrj9b.tfm) = %{tl_version} -Provides: tex(umrj9c.tfm) = %{tl_version} -Provides: tex(umrj9d.tfm) = %{tl_version} -Provides: tex(umrj9e.tfm) = %{tl_version} -Provides: tex(umrj9f.tfm) = %{tl_version} -Provides: tex(umrjff.tfm) = %{tl_version} -Provides: tex(dgjgreek.pfb) = %{tl_version} -Provides: tex(dgjhira.pfb) = %{tl_version} -Provides: tex(dgjhw.pfb) = %{tl_version} -Provides: tex(dgjka.pfb) = %{tl_version} -Provides: tex(dgjkata.pfb) = %{tl_version} -Provides: tex(dgjkb.pfb) = %{tl_version} -Provides: tex(dgjkc.pfb) = %{tl_version} -Provides: tex(dgjkd.pfb) = %{tl_version} -Provides: tex(dgjke.pfb) = %{tl_version} -Provides: tex(dgjkeisen.pfb) = %{tl_version} -Provides: tex(dgjkf.pfb) = %{tl_version} -Provides: tex(dgjkg.pfb) = %{tl_version} -Provides: tex(dgjkh.pfb) = %{tl_version} -Provides: tex(dgjki.pfb) = %{tl_version} -Provides: tex(dgjkj.pfb) = %{tl_version} -Provides: tex(dgjkk.pfb) = %{tl_version} -Provides: tex(dgjkl.pfb) = %{tl_version} -Provides: tex(dgjkm.pfb) = %{tl_version} -Provides: tex(dgjkn.pfb) = %{tl_version} -Provides: tex(dgjko.pfb) = %{tl_version} -Provides: tex(dgjkp.pfb) = %{tl_version} -Provides: tex(dgjkq.pfb) = %{tl_version} -Provides: tex(dgjkr.pfb) = %{tl_version} -Provides: tex(dgjks.pfb) = %{tl_version} -Provides: tex(dgjkt.pfb) = %{tl_version} -Provides: tex(dgjku.pfb) = %{tl_version} -Provides: tex(dgjkv.pfb) = %{tl_version} -Provides: tex(dgjkw.pfb) = %{tl_version} -Provides: tex(dgjkx.pfb) = %{tl_version} -Provides: tex(dgjky.pfb) = %{tl_version} -Provides: tex(dgjkz.pfb) = %{tl_version} -Provides: tex(dgjroma.pfb) = %{tl_version} -Provides: tex(dgjrussian.pfb) = %{tl_version} -Provides: tex(dgjsy.pfb) = %{tl_version} -Provides: tex(dmjgreek.pfb) = %{tl_version} -Provides: tex(dmjhira.pfb) = %{tl_version} -Provides: tex(dmjhw.pfb) = %{tl_version} -Provides: tex(dmjka.pfb) = %{tl_version} -Provides: tex(dmjkata.pfb) = %{tl_version} -Provides: tex(dmjkb.pfb) = %{tl_version} -Provides: tex(dmjkc.pfb) = %{tl_version} -Provides: tex(dmjkd.pfb) = %{tl_version} -Provides: tex(dmjke.pfb) = %{tl_version} -Provides: tex(dmjkeisen.pfb) = %{tl_version} -Provides: tex(dmjkf.pfb) = %{tl_version} -Provides: tex(dmjkg.pfb) = %{tl_version} -Provides: tex(dmjkh.pfb) = %{tl_version} -Provides: tex(dmjki.pfb) = %{tl_version} -Provides: tex(dmjkj.pfb) = %{tl_version} -Provides: tex(dmjkk.pfb) = %{tl_version} -Provides: tex(dmjkl.pfb) = %{tl_version} -Provides: tex(dmjkm.pfb) = %{tl_version} -Provides: tex(dmjkn.pfb) = %{tl_version} -Provides: tex(dmjko.pfb) = %{tl_version} -Provides: tex(dmjkp.pfb) = %{tl_version} -Provides: tex(dmjkq.pfb) = %{tl_version} -Provides: tex(dmjkr.pfb) = %{tl_version} -Provides: tex(dmjks.pfb) = %{tl_version} -Provides: tex(dmjkt.pfb) = %{tl_version} -Provides: tex(dmjku.pfb) = %{tl_version} -Provides: tex(dmjkv.pfb) = %{tl_version} -Provides: tex(dmjkw.pfb) = %{tl_version} -Provides: tex(dmjkx.pfb) = %{tl_version} -Provides: tex(dmjky.pfb) = %{tl_version} -Provides: tex(dmjkz.pfb) = %{tl_version} -Provides: tex(dmjroma.pfb) = %{tl_version} -Provides: tex(dmjrussian.pfb) = %{tl_version} -Provides: tex(dmjsy.pfb) = %{tl_version} -Provides: tex(mc2jka.pfb) = %{tl_version} -Provides: tex(mc2jkb.pfb) = %{tl_version} -Provides: tex(mc2jkc.pfb) = %{tl_version} -Provides: tex(mc2jkd.pfb) = %{tl_version} -Provides: tex(mc2jke.pfb) = %{tl_version} -Provides: tex(mc2jkf.pfb) = %{tl_version} -Provides: tex(mc2jkg.pfb) = %{tl_version} -Provides: tex(mc2jkh.pfb) = %{tl_version} -Provides: tex(mc2jki.pfb) = %{tl_version} -Provides: tex(mc2jkj.pfb) = %{tl_version} -Provides: tex(mc2jkk.pfb) = %{tl_version} -Provides: tex(mc2jkl.pfb) = %{tl_version} -Provides: tex(mc2jkm.pfb) = %{tl_version} -Provides: tex(mc2jkn.pfb) = %{tl_version} -Provides: tex(mc2jko.pfb) = %{tl_version} -Provides: tex(mc2jkp.pfb) = %{tl_version} -Provides: tex(mc2jkq.pfb) = %{tl_version} -Provides: tex(mc2jkr.pfb) = %{tl_version} -Provides: tex(mc2jks.pfb) = %{tl_version} -Provides: tex(mc2jkt.pfb) = %{tl_version} -Provides: tex(mc2jku.pfb) = %{tl_version} -Provides: tex(mc2jkv.pfb) = %{tl_version} -Provides: tex(mc2jkw.pfb) = %{tl_version} -Provides: tex(mcjgreek.pfb) = %{tl_version} -Provides: tex(mcjhira.pfb) = %{tl_version} -Provides: tex(mcjhw.pfb) = %{tl_version} -Provides: tex(mcjka.pfb) = %{tl_version} -Provides: tex(mcjkata.pfb) = %{tl_version} -Provides: tex(mcjkb.pfb) = %{tl_version} -Provides: tex(mcjkc.pfb) = %{tl_version} -Provides: tex(mcjkd.pfb) = %{tl_version} -Provides: tex(mcjke.pfb) = %{tl_version} -Provides: tex(mcjkeisen.pfb) = %{tl_version} -Provides: tex(mcjkf.pfb) = %{tl_version} -Provides: tex(mcjkg.pfb) = %{tl_version} -Provides: tex(mcjkh.pfb) = %{tl_version} -Provides: tex(mcjki.pfb) = %{tl_version} -Provides: tex(mcjkj.pfb) = %{tl_version} -Provides: tex(mcjkk.pfb) = %{tl_version} -Provides: tex(mcjkl.pfb) = %{tl_version} -Provides: tex(mcjkm.pfb) = %{tl_version} -Provides: tex(mcjkn.pfb) = %{tl_version} -Provides: tex(mcjko.pfb) = %{tl_version} -Provides: tex(mcjkp.pfb) = %{tl_version} -Provides: tex(mcjkq.pfb) = %{tl_version} -Provides: tex(mcjkr.pfb) = %{tl_version} -Provides: tex(mcjks.pfb) = %{tl_version} -Provides: tex(mcjkt.pfb) = %{tl_version} -Provides: tex(mcjku.pfb) = %{tl_version} -Provides: tex(mcjkv.pfb) = %{tl_version} -Provides: tex(mcjkw.pfb) = %{tl_version} -Provides: tex(mcjkx.pfb) = %{tl_version} -Provides: tex(mcjky.pfb) = %{tl_version} -Provides: tex(mcjkz.pfb) = %{tl_version} -Provides: tex(mcjroma.pfb) = %{tl_version} -Provides: tex(mcjrussian.pfb) = %{tl_version} -Provides: tex(mcjsy.pfb) = %{tl_version} -Provides: tex(mr2jka.pfb) = %{tl_version} -Provides: tex(mr2jkb.pfb) = %{tl_version} -Provides: tex(mr2jkc.pfb) = %{tl_version} -Provides: tex(mr2jkd.pfb) = %{tl_version} -Provides: tex(mr2jke.pfb) = %{tl_version} -Provides: tex(mr2jkf.pfb) = %{tl_version} -Provides: tex(mr2jkg.pfb) = %{tl_version} -Provides: tex(mr2jkh.pfb) = %{tl_version} -Provides: tex(mr2jki.pfb) = %{tl_version} -Provides: tex(mr2jkj.pfb) = %{tl_version} -Provides: tex(mr2jkk.pfb) = %{tl_version} -Provides: tex(mr2jkl.pfb) = %{tl_version} -Provides: tex(mr2jkm.pfb) = %{tl_version} -Provides: tex(mr2jkn.pfb) = %{tl_version} -Provides: tex(mr2jko.pfb) = %{tl_version} -Provides: tex(mr2jkp.pfb) = %{tl_version} -Provides: tex(mr2jkq.pfb) = %{tl_version} -Provides: tex(mr2jkr.pfb) = %{tl_version} -Provides: tex(mr2jks.pfb) = %{tl_version} -Provides: tex(mr2jkt.pfb) = %{tl_version} -Provides: tex(mr2jku.pfb) = %{tl_version} -Provides: tex(mr2jkv.pfb) = %{tl_version} -Provides: tex(mr2jkw.pfb) = %{tl_version} -Provides: tex(mrjgreek.pfb) = %{tl_version} -Provides: tex(mrjhira.pfb) = %{tl_version} -Provides: tex(mrjhw.pfb) = %{tl_version} -Provides: tex(mrjka.pfb) = %{tl_version} -Provides: tex(mrjkata.pfb) = %{tl_version} -Provides: tex(mrjkb.pfb) = %{tl_version} -Provides: tex(mrjkc.pfb) = %{tl_version} -Provides: tex(mrjkd.pfb) = %{tl_version} -Provides: tex(mrjke.pfb) = %{tl_version} -Provides: tex(mrjkeisen.pfb) = %{tl_version} -Provides: tex(mrjkf.pfb) = %{tl_version} -Provides: tex(mrjkg.pfb) = %{tl_version} -Provides: tex(mrjkh.pfb) = %{tl_version} -Provides: tex(mrjki.pfb) = %{tl_version} -Provides: tex(mrjkj.pfb) = %{tl_version} -Provides: tex(mrjkk.pfb) = %{tl_version} -Provides: tex(mrjkl.pfb) = %{tl_version} -Provides: tex(mrjkm.pfb) = %{tl_version} -Provides: tex(mrjkn.pfb) = %{tl_version} -Provides: tex(mrjko.pfb) = %{tl_version} -Provides: tex(mrjkp.pfb) = %{tl_version} -Provides: tex(mrjkq.pfb) = %{tl_version} -Provides: tex(mrjkr.pfb) = %{tl_version} -Provides: tex(mrjks.pfb) = %{tl_version} -Provides: tex(mrjkt.pfb) = %{tl_version} -Provides: tex(mrjku.pfb) = %{tl_version} -Provides: tex(mrjkv.pfb) = %{tl_version} -Provides: tex(mrjkw.pfb) = %{tl_version} -Provides: tex(mrjkx.pfb) = %{tl_version} -Provides: tex(mrjky.pfb) = %{tl_version} -Provides: tex(mrjkz.pfb) = %{tl_version} -Provides: tex(mrjroma.pfb) = %{tl_version} -Provides: tex(mrjrussian.pfb) = %{tl_version} -Provides: tex(mrjsy.pfb) = %{tl_version} -Provides: tex(udgj00.vf) = %{tl_version} -Provides: tex(udgj03.vf) = %{tl_version} -Provides: tex(udgj04.vf) = %{tl_version} -Provides: tex(udgj20.vf) = %{tl_version} -Provides: tex(udgj21.vf) = %{tl_version} -Provides: tex(udgj22.vf) = %{tl_version} -Provides: tex(udgj23.vf) = %{tl_version} -Provides: tex(udgj25.vf) = %{tl_version} -Provides: tex(udgj26.vf) = %{tl_version} -Provides: tex(udgj30.vf) = %{tl_version} -Provides: tex(udgj4e.vf) = %{tl_version} -Provides: tex(udgj4f.vf) = %{tl_version} -Provides: tex(udgj50.vf) = %{tl_version} -Provides: tex(udgj51.vf) = %{tl_version} -Provides: tex(udgj52.vf) = %{tl_version} -Provides: tex(udgj53.vf) = %{tl_version} -Provides: tex(udgj54.vf) = %{tl_version} -Provides: tex(udgj55.vf) = %{tl_version} -Provides: tex(udgj56.vf) = %{tl_version} -Provides: tex(udgj57.vf) = %{tl_version} -Provides: tex(udgj58.vf) = %{tl_version} -Provides: tex(udgj59.vf) = %{tl_version} -Provides: tex(udgj5a.vf) = %{tl_version} -Provides: tex(udgj5b.vf) = %{tl_version} -Provides: tex(udgj5c.vf) = %{tl_version} -Provides: tex(udgj5d.vf) = %{tl_version} -Provides: tex(udgj5e.vf) = %{tl_version} -Provides: tex(udgj5f.vf) = %{tl_version} -Provides: tex(udgj60.vf) = %{tl_version} -Provides: tex(udgj61.vf) = %{tl_version} -Provides: tex(udgj62.vf) = %{tl_version} -Provides: tex(udgj63.vf) = %{tl_version} -Provides: tex(udgj64.vf) = %{tl_version} -Provides: tex(udgj65.vf) = %{tl_version} -Provides: tex(udgj66.vf) = %{tl_version} -Provides: tex(udgj67.vf) = %{tl_version} -Provides: tex(udgj68.vf) = %{tl_version} -Provides: tex(udgj69.vf) = %{tl_version} -Provides: tex(udgj6a.vf) = %{tl_version} -Provides: tex(udgj6b.vf) = %{tl_version} -Provides: tex(udgj6c.vf) = %{tl_version} -Provides: tex(udgj6d.vf) = %{tl_version} -Provides: tex(udgj6e.vf) = %{tl_version} -Provides: tex(udgj6f.vf) = %{tl_version} -Provides: tex(udgj70.vf) = %{tl_version} -Provides: tex(udgj71.vf) = %{tl_version} -Provides: tex(udgj72.vf) = %{tl_version} -Provides: tex(udgj73.vf) = %{tl_version} -Provides: tex(udgj74.vf) = %{tl_version} -Provides: tex(udgj75.vf) = %{tl_version} -Provides: tex(udgj76.vf) = %{tl_version} -Provides: tex(udgj77.vf) = %{tl_version} -Provides: tex(udgj78.vf) = %{tl_version} -Provides: tex(udgj79.vf) = %{tl_version} -Provides: tex(udgj7a.vf) = %{tl_version} -Provides: tex(udgj7b.vf) = %{tl_version} -Provides: tex(udgj7c.vf) = %{tl_version} -Provides: tex(udgj7d.vf) = %{tl_version} -Provides: tex(udgj7e.vf) = %{tl_version} -Provides: tex(udgj7f.vf) = %{tl_version} -Provides: tex(udgj80.vf) = %{tl_version} -Provides: tex(udgj81.vf) = %{tl_version} -Provides: tex(udgj82.vf) = %{tl_version} -Provides: tex(udgj83.vf) = %{tl_version} -Provides: tex(udgj84.vf) = %{tl_version} -Provides: tex(udgj85.vf) = %{tl_version} -Provides: tex(udgj86.vf) = %{tl_version} -Provides: tex(udgj87.vf) = %{tl_version} -Provides: tex(udgj88.vf) = %{tl_version} -Provides: tex(udgj89.vf) = %{tl_version} -Provides: tex(udgj8a.vf) = %{tl_version} -Provides: tex(udgj8b.vf) = %{tl_version} -Provides: tex(udgj8c.vf) = %{tl_version} -Provides: tex(udgj8d.vf) = %{tl_version} -Provides: tex(udgj8e.vf) = %{tl_version} -Provides: tex(udgj8f.vf) = %{tl_version} -Provides: tex(udgj90.vf) = %{tl_version} -Provides: tex(udgj91.vf) = %{tl_version} -Provides: tex(udgj92.vf) = %{tl_version} -Provides: tex(udgj93.vf) = %{tl_version} -Provides: tex(udgj94.vf) = %{tl_version} -Provides: tex(udgj95.vf) = %{tl_version} -Provides: tex(udgj96.vf) = %{tl_version} -Provides: tex(udgj97.vf) = %{tl_version} -Provides: tex(udgj98.vf) = %{tl_version} -Provides: tex(udgj99.vf) = %{tl_version} -Provides: tex(udgj9a.vf) = %{tl_version} -Provides: tex(udgj9b.vf) = %{tl_version} -Provides: tex(udgj9c.vf) = %{tl_version} -Provides: tex(udgj9d.vf) = %{tl_version} -Provides: tex(udgj9e.vf) = %{tl_version} -Provides: tex(udgj9f.vf) = %{tl_version} -Provides: tex(udgjff.vf) = %{tl_version} -Provides: tex(udmj00.vf) = %{tl_version} -Provides: tex(udmj03.vf) = %{tl_version} -Provides: tex(udmj04.vf) = %{tl_version} -Provides: tex(udmj20.vf) = %{tl_version} -Provides: tex(udmj21.vf) = %{tl_version} -Provides: tex(udmj22.vf) = %{tl_version} -Provides: tex(udmj23.vf) = %{tl_version} -Provides: tex(udmj25.vf) = %{tl_version} -Provides: tex(udmj26.vf) = %{tl_version} -Provides: tex(udmj30.vf) = %{tl_version} -Provides: tex(udmj4e.vf) = %{tl_version} -Provides: tex(udmj4f.vf) = %{tl_version} -Provides: tex(udmj50.vf) = %{tl_version} -Provides: tex(udmj51.vf) = %{tl_version} -Provides: tex(udmj52.vf) = %{tl_version} -Provides: tex(udmj53.vf) = %{tl_version} -Provides: tex(udmj54.vf) = %{tl_version} -Provides: tex(udmj55.vf) = %{tl_version} -Provides: tex(udmj56.vf) = %{tl_version} -Provides: tex(udmj57.vf) = %{tl_version} -Provides: tex(udmj58.vf) = %{tl_version} -Provides: tex(udmj59.vf) = %{tl_version} -Provides: tex(udmj5a.vf) = %{tl_version} -Provides: tex(udmj5b.vf) = %{tl_version} -Provides: tex(udmj5c.vf) = %{tl_version} -Provides: tex(udmj5d.vf) = %{tl_version} -Provides: tex(udmj5e.vf) = %{tl_version} -Provides: tex(udmj5f.vf) = %{tl_version} -Provides: tex(udmj60.vf) = %{tl_version} -Provides: tex(udmj61.vf) = %{tl_version} -Provides: tex(udmj62.vf) = %{tl_version} -Provides: tex(udmj63.vf) = %{tl_version} -Provides: tex(udmj64.vf) = %{tl_version} -Provides: tex(udmj65.vf) = %{tl_version} -Provides: tex(udmj66.vf) = %{tl_version} -Provides: tex(udmj67.vf) = %{tl_version} -Provides: tex(udmj68.vf) = %{tl_version} -Provides: tex(udmj69.vf) = %{tl_version} -Provides: tex(udmj6a.vf) = %{tl_version} -Provides: tex(udmj6b.vf) = %{tl_version} -Provides: tex(udmj6c.vf) = %{tl_version} -Provides: tex(udmj6d.vf) = %{tl_version} -Provides: tex(udmj6e.vf) = %{tl_version} -Provides: tex(udmj6f.vf) = %{tl_version} -Provides: tex(udmj70.vf) = %{tl_version} -Provides: tex(udmj71.vf) = %{tl_version} -Provides: tex(udmj72.vf) = %{tl_version} -Provides: tex(udmj73.vf) = %{tl_version} -Provides: tex(udmj74.vf) = %{tl_version} -Provides: tex(udmj75.vf) = %{tl_version} -Provides: tex(udmj76.vf) = %{tl_version} -Provides: tex(udmj77.vf) = %{tl_version} -Provides: tex(udmj78.vf) = %{tl_version} -Provides: tex(udmj79.vf) = %{tl_version} -Provides: tex(udmj7a.vf) = %{tl_version} -Provides: tex(udmj7b.vf) = %{tl_version} -Provides: tex(udmj7c.vf) = %{tl_version} -Provides: tex(udmj7d.vf) = %{tl_version} -Provides: tex(udmj7e.vf) = %{tl_version} -Provides: tex(udmj7f.vf) = %{tl_version} -Provides: tex(udmj80.vf) = %{tl_version} -Provides: tex(udmj81.vf) = %{tl_version} -Provides: tex(udmj82.vf) = %{tl_version} -Provides: tex(udmj83.vf) = %{tl_version} -Provides: tex(udmj84.vf) = %{tl_version} -Provides: tex(udmj85.vf) = %{tl_version} -Provides: tex(udmj86.vf) = %{tl_version} -Provides: tex(udmj87.vf) = %{tl_version} -Provides: tex(udmj88.vf) = %{tl_version} -Provides: tex(udmj89.vf) = %{tl_version} -Provides: tex(udmj8a.vf) = %{tl_version} -Provides: tex(udmj8b.vf) = %{tl_version} -Provides: tex(udmj8c.vf) = %{tl_version} -Provides: tex(udmj8d.vf) = %{tl_version} -Provides: tex(udmj8e.vf) = %{tl_version} -Provides: tex(udmj8f.vf) = %{tl_version} -Provides: tex(udmj90.vf) = %{tl_version} -Provides: tex(udmj91.vf) = %{tl_version} -Provides: tex(udmj92.vf) = %{tl_version} -Provides: tex(udmj93.vf) = %{tl_version} -Provides: tex(udmj94.vf) = %{tl_version} -Provides: tex(udmj95.vf) = %{tl_version} -Provides: tex(udmj96.vf) = %{tl_version} -Provides: tex(udmj97.vf) = %{tl_version} -Provides: tex(udmj98.vf) = %{tl_version} -Provides: tex(udmj99.vf) = %{tl_version} -Provides: tex(udmj9a.vf) = %{tl_version} -Provides: tex(udmj9b.vf) = %{tl_version} -Provides: tex(udmj9c.vf) = %{tl_version} -Provides: tex(udmj9d.vf) = %{tl_version} -Provides: tex(udmj9e.vf) = %{tl_version} -Provides: tex(udmj9f.vf) = %{tl_version} -Provides: tex(udmjff.vf) = %{tl_version} -Provides: tex(umcj00.vf) = %{tl_version} -Provides: tex(umcj03.vf) = %{tl_version} -Provides: tex(umcj04.vf) = %{tl_version} -Provides: tex(umcj20.vf) = %{tl_version} -Provides: tex(umcj21.vf) = %{tl_version} -Provides: tex(umcj22.vf) = %{tl_version} -Provides: tex(umcj23.vf) = %{tl_version} -Provides: tex(umcj25.vf) = %{tl_version} -Provides: tex(umcj26.vf) = %{tl_version} -Provides: tex(umcj30.vf) = %{tl_version} -Provides: tex(umcj4e.vf) = %{tl_version} -Provides: tex(umcj4f.vf) = %{tl_version} -Provides: tex(umcj50.vf) = %{tl_version} -Provides: tex(umcj51.vf) = %{tl_version} -Provides: tex(umcj52.vf) = %{tl_version} -Provides: tex(umcj53.vf) = %{tl_version} -Provides: tex(umcj54.vf) = %{tl_version} -Provides: tex(umcj55.vf) = %{tl_version} -Provides: tex(umcj56.vf) = %{tl_version} -Provides: tex(umcj57.vf) = %{tl_version} -Provides: tex(umcj58.vf) = %{tl_version} -Provides: tex(umcj59.vf) = %{tl_version} -Provides: tex(umcj5a.vf) = %{tl_version} -Provides: tex(umcj5b.vf) = %{tl_version} -Provides: tex(umcj5c.vf) = %{tl_version} -Provides: tex(umcj5d.vf) = %{tl_version} -Provides: tex(umcj5e.vf) = %{tl_version} -Provides: tex(umcj5f.vf) = %{tl_version} -Provides: tex(umcj60.vf) = %{tl_version} -Provides: tex(umcj61.vf) = %{tl_version} -Provides: tex(umcj62.vf) = %{tl_version} -Provides: tex(umcj63.vf) = %{tl_version} -Provides: tex(umcj64.vf) = %{tl_version} -Provides: tex(umcj65.vf) = %{tl_version} -Provides: tex(umcj66.vf) = %{tl_version} -Provides: tex(umcj67.vf) = %{tl_version} -Provides: tex(umcj68.vf) = %{tl_version} -Provides: tex(umcj69.vf) = %{tl_version} -Provides: tex(umcj6a.vf) = %{tl_version} -Provides: tex(umcj6b.vf) = %{tl_version} -Provides: tex(umcj6c.vf) = %{tl_version} -Provides: tex(umcj6d.vf) = %{tl_version} -Provides: tex(umcj6e.vf) = %{tl_version} -Provides: tex(umcj6f.vf) = %{tl_version} -Provides: tex(umcj70.vf) = %{tl_version} -Provides: tex(umcj71.vf) = %{tl_version} -Provides: tex(umcj72.vf) = %{tl_version} -Provides: tex(umcj73.vf) = %{tl_version} -Provides: tex(umcj74.vf) = %{tl_version} -Provides: tex(umcj75.vf) = %{tl_version} -Provides: tex(umcj76.vf) = %{tl_version} -Provides: tex(umcj77.vf) = %{tl_version} -Provides: tex(umcj78.vf) = %{tl_version} -Provides: tex(umcj79.vf) = %{tl_version} -Provides: tex(umcj7a.vf) = %{tl_version} -Provides: tex(umcj7b.vf) = %{tl_version} -Provides: tex(umcj7c.vf) = %{tl_version} -Provides: tex(umcj7d.vf) = %{tl_version} -Provides: tex(umcj7e.vf) = %{tl_version} -Provides: tex(umcj7f.vf) = %{tl_version} -Provides: tex(umcj80.vf) = %{tl_version} -Provides: tex(umcj81.vf) = %{tl_version} -Provides: tex(umcj82.vf) = %{tl_version} -Provides: tex(umcj83.vf) = %{tl_version} -Provides: tex(umcj84.vf) = %{tl_version} -Provides: tex(umcj85.vf) = %{tl_version} -Provides: tex(umcj86.vf) = %{tl_version} -Provides: tex(umcj87.vf) = %{tl_version} -Provides: tex(umcj88.vf) = %{tl_version} -Provides: tex(umcj89.vf) = %{tl_version} -Provides: tex(umcj8a.vf) = %{tl_version} -Provides: tex(umcj8b.vf) = %{tl_version} -Provides: tex(umcj8c.vf) = %{tl_version} -Provides: tex(umcj8d.vf) = %{tl_version} -Provides: tex(umcj8e.vf) = %{tl_version} -Provides: tex(umcj8f.vf) = %{tl_version} -Provides: tex(umcj90.vf) = %{tl_version} -Provides: tex(umcj91.vf) = %{tl_version} -Provides: tex(umcj92.vf) = %{tl_version} -Provides: tex(umcj93.vf) = %{tl_version} -Provides: tex(umcj94.vf) = %{tl_version} -Provides: tex(umcj95.vf) = %{tl_version} -Provides: tex(umcj96.vf) = %{tl_version} -Provides: tex(umcj97.vf) = %{tl_version} -Provides: tex(umcj98.vf) = %{tl_version} -Provides: tex(umcj99.vf) = %{tl_version} -Provides: tex(umcj9a.vf) = %{tl_version} -Provides: tex(umcj9b.vf) = %{tl_version} -Provides: tex(umcj9c.vf) = %{tl_version} -Provides: tex(umcj9d.vf) = %{tl_version} -Provides: tex(umcj9e.vf) = %{tl_version} -Provides: tex(umcj9f.vf) = %{tl_version} -Provides: tex(umcjff.vf) = %{tl_version} -Provides: tex(umrj00.vf) = %{tl_version} -Provides: tex(umrj03.vf) = %{tl_version} -Provides: tex(umrj04.vf) = %{tl_version} -Provides: tex(umrj20.vf) = %{tl_version} -Provides: tex(umrj21.vf) = %{tl_version} -Provides: tex(umrj22.vf) = %{tl_version} -Provides: tex(umrj23.vf) = %{tl_version} -Provides: tex(umrj25.vf) = %{tl_version} -Provides: tex(umrj26.vf) = %{tl_version} -Provides: tex(umrj30.vf) = %{tl_version} -Provides: tex(umrj4e.vf) = %{tl_version} -Provides: tex(umrj4f.vf) = %{tl_version} -Provides: tex(umrj50.vf) = %{tl_version} -Provides: tex(umrj51.vf) = %{tl_version} -Provides: tex(umrj52.vf) = %{tl_version} -Provides: tex(umrj53.vf) = %{tl_version} -Provides: tex(umrj54.vf) = %{tl_version} -Provides: tex(umrj55.vf) = %{tl_version} -Provides: tex(umrj56.vf) = %{tl_version} -Provides: tex(umrj57.vf) = %{tl_version} -Provides: tex(umrj58.vf) = %{tl_version} -Provides: tex(umrj59.vf) = %{tl_version} -Provides: tex(umrj5a.vf) = %{tl_version} -Provides: tex(umrj5b.vf) = %{tl_version} -Provides: tex(umrj5c.vf) = %{tl_version} -Provides: tex(umrj5d.vf) = %{tl_version} -Provides: tex(umrj5e.vf) = %{tl_version} -Provides: tex(umrj5f.vf) = %{tl_version} -Provides: tex(umrj60.vf) = %{tl_version} -Provides: tex(umrj61.vf) = %{tl_version} -Provides: tex(umrj62.vf) = %{tl_version} -Provides: tex(umrj63.vf) = %{tl_version} -Provides: tex(umrj64.vf) = %{tl_version} -Provides: tex(umrj65.vf) = %{tl_version} -Provides: tex(umrj66.vf) = %{tl_version} -Provides: tex(umrj67.vf) = %{tl_version} -Provides: tex(umrj68.vf) = %{tl_version} -Provides: tex(umrj69.vf) = %{tl_version} -Provides: tex(umrj6a.vf) = %{tl_version} -Provides: tex(umrj6b.vf) = %{tl_version} -Provides: tex(umrj6c.vf) = %{tl_version} -Provides: tex(umrj6d.vf) = %{tl_version} -Provides: tex(umrj6e.vf) = %{tl_version} -Provides: tex(umrj6f.vf) = %{tl_version} -Provides: tex(umrj70.vf) = %{tl_version} -Provides: tex(umrj71.vf) = %{tl_version} -Provides: tex(umrj72.vf) = %{tl_version} -Provides: tex(umrj73.vf) = %{tl_version} -Provides: tex(umrj74.vf) = %{tl_version} -Provides: tex(umrj75.vf) = %{tl_version} -Provides: tex(umrj76.vf) = %{tl_version} -Provides: tex(umrj77.vf) = %{tl_version} -Provides: tex(umrj78.vf) = %{tl_version} -Provides: tex(umrj79.vf) = %{tl_version} -Provides: tex(umrj7a.vf) = %{tl_version} -Provides: tex(umrj7b.vf) = %{tl_version} -Provides: tex(umrj7c.vf) = %{tl_version} -Provides: tex(umrj7d.vf) = %{tl_version} -Provides: tex(umrj7e.vf) = %{tl_version} -Provides: tex(umrj7f.vf) = %{tl_version} -Provides: tex(umrj80.vf) = %{tl_version} -Provides: tex(umrj81.vf) = %{tl_version} -Provides: tex(umrj82.vf) = %{tl_version} -Provides: tex(umrj83.vf) = %{tl_version} -Provides: tex(umrj84.vf) = %{tl_version} -Provides: tex(umrj85.vf) = %{tl_version} -Provides: tex(umrj86.vf) = %{tl_version} -Provides: tex(umrj87.vf) = %{tl_version} -Provides: tex(umrj88.vf) = %{tl_version} -Provides: tex(umrj89.vf) = %{tl_version} -Provides: tex(umrj8a.vf) = %{tl_version} -Provides: tex(umrj8b.vf) = %{tl_version} -Provides: tex(umrj8c.vf) = %{tl_version} -Provides: tex(umrj8d.vf) = %{tl_version} -Provides: tex(umrj8e.vf) = %{tl_version} -Provides: tex(umrj8f.vf) = %{tl_version} -Provides: tex(umrj90.vf) = %{tl_version} -Provides: tex(umrj91.vf) = %{tl_version} -Provides: tex(umrj92.vf) = %{tl_version} -Provides: tex(umrj93.vf) = %{tl_version} -Provides: tex(umrj94.vf) = %{tl_version} -Provides: tex(umrj95.vf) = %{tl_version} -Provides: tex(umrj96.vf) = %{tl_version} -Provides: tex(umrj97.vf) = %{tl_version} -Provides: tex(umrj98.vf) = %{tl_version} -Provides: tex(umrj99.vf) = %{tl_version} -Provides: tex(umrj9a.vf) = %{tl_version} -Provides: tex(umrj9b.vf) = %{tl_version} -Provides: tex(umrj9c.vf) = %{tl_version} -Provides: tex(umrj9d.vf) = %{tl_version} -Provides: tex(umrj9e.vf) = %{tl_version} -Provides: tex(umrj9f.vf) = %{tl_version} -Provides: tex(umrjff.vf) = %{tl_version} +Requires: tex-kpathsea +Provides: tex(dgj.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(dmj.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(mc2j.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(mcj.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(mr2j.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(mrj.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(dgjgreek.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(dgjhira.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(dgjhw.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(dgjka.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(dgjkata.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(dgjkb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(dgjkc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(dgjkd.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(dgjke.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(dgjkeisen.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(dgjkf.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(dgjkg.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(dgjkh.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(dgjki.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(dgjkj.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(dgjkk.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(dgjkl.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(dgjkm.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(dgjkn.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(dgjko.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(dgjkp.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(dgjkq.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(dgjkr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(dgjks.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(dgjkt.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(dgjku.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(dgjkv.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(dgjkw.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(dgjkx.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(dgjky.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(dgjkz.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(dgjroma.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(dgjrussian.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(dgjsy.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(dmjgreek.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(dmjhira.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(dmjhw.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(dmjka.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(dmjkata.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(dmjkb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(dmjkc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(dmjkd.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(dmjke.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(dmjkeisen.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(dmjkf.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(dmjkg.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(dmjkh.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(dmjki.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(dmjkj.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(dmjkk.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(dmjkl.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(dmjkm.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(dmjkn.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(dmjko.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(dmjkp.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(dmjkq.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(dmjkr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(dmjks.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(dmjkt.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(dmjku.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(dmjkv.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(dmjkw.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(dmjkx.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(dmjky.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(dmjkz.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(dmjroma.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(dmjrussian.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(dmjsy.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mc2jka.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mc2jkb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mc2jkc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mc2jkd.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mc2jke.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mc2jkf.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mc2jkg.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mc2jkh.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mc2jki.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mc2jkj.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mc2jkk.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mc2jkl.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mc2jkm.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mc2jkn.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mc2jko.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mc2jkp.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mc2jkq.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mc2jkr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mc2jks.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mc2jkt.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mc2jku.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mc2jkv.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mc2jkw.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mcjgreek.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mcjhira.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mcjhw.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mcjka.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mcjkata.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mcjkb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mcjkc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mcjkd.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mcjke.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mcjkeisen.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mcjkf.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mcjkg.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mcjkh.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mcjki.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mcjkj.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mcjkk.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mcjkl.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mcjkm.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mcjkn.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mcjko.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mcjkp.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mcjkq.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mcjkr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mcjks.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mcjkt.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mcjku.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mcjkv.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mcjkw.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mcjkx.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mcjky.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mcjkz.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mcjroma.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mcjrussian.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mcjsy.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mr2jka.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mr2jkb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mr2jkc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mr2jkd.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mr2jke.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mr2jkf.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mr2jkg.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mr2jkh.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mr2jki.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mr2jkj.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mr2jkk.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mr2jkl.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mr2jkm.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mr2jkn.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mr2jko.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mr2jkp.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mr2jkq.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mr2jkr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mr2jks.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mr2jkt.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mr2jku.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mr2jkv.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mr2jkw.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mrjgreek.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mrjhira.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mrjhw.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mrjka.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mrjkata.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mrjkb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mrjkc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mrjkd.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mrjke.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mrjkeisen.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mrjkf.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mrjkg.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mrjkh.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mrjki.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mrjkj.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mrjkk.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mrjkl.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mrjkm.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mrjkn.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mrjko.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mrjkp.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mrjkq.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mrjkr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mrjks.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mrjkt.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mrjku.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mrjkv.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mrjkw.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mrjkx.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mrjky.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mrjkz.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mrjroma.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mrjrussian.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mrjsy.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj00.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj03.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj04.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj20.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj21.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj22.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj23.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj25.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj26.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj30.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj4e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj4f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj50.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj51.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj52.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj53.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj54.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj55.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj56.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj57.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj58.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj59.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj5a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj5b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj5c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj5d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj5e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj5f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj60.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj61.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj62.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj63.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj64.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj65.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj66.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj67.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj68.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj69.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj6a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj6b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj6c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj6d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj6e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj6f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj70.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj71.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj72.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj73.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj74.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj75.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj76.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj77.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj78.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj79.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj7a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj7b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj7c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj7d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj7e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj7f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj80.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj81.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj82.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj83.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj84.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj85.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj86.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj87.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj88.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj89.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj8b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj8d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj8e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj8f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj90.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj91.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj92.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj93.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj94.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj95.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj96.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj97.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj98.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj99.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj9a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj9b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj9c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj9d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj9e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj9f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgjff.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj00.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj03.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj04.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj20.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj21.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj22.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj23.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj25.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj26.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj30.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj4e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj4f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj50.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj51.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj52.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj53.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj54.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj55.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj56.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj57.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj58.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj59.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj5a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj5b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj5c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj5d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj5e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj5f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj60.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj61.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj62.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj63.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj64.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj65.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj66.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj67.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj68.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj69.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj6a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj6b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj6c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj6d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj6e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj6f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj70.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj71.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj72.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj73.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj74.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj75.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj76.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj77.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj78.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj79.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj7a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj7b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj7c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj7d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj7e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj7f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj80.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj81.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj82.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj83.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj84.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj85.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj86.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj87.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj88.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj89.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj8b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj8d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj8e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj8f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj90.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj91.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj92.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj93.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj94.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj95.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj96.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj97.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj98.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj99.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj9a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj9b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj9c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj9d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj9e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj9f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmjff.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj00.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj03.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj04.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj20.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj21.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj22.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj23.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj25.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj26.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj30.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj4e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj4f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj50.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj51.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj52.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj53.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj54.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj55.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj56.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj57.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj58.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj59.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj5a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj5b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj5c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj5d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj5e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj5f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj60.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj61.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj62.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj63.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj64.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj65.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj66.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj67.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj68.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj69.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj6a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj6b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj6c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj6d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj6e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj6f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj70.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj71.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj72.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj73.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj74.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj75.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj76.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj77.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj78.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj79.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj7a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj7b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj7c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj7d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj7e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj7f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj80.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj81.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj82.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj83.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj84.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj85.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj86.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj87.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj88.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj89.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj8b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj8d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj8e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj8f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj90.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj91.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj92.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj93.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj94.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj95.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj96.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj97.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj98.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj99.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj9a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj9b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj9c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj9d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj9e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj9f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcjff.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj00.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj03.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj04.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj20.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj21.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj22.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj23.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj25.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj26.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj30.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj4e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj4f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj50.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj51.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj52.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj53.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj54.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj55.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj56.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj57.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj58.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj59.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj5a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj5b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj5c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj5d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj5e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj5f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj60.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj61.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj62.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj63.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj64.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj65.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj66.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj67.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj68.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj69.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj6a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj6b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj6c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj6d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj6e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj6f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj70.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj71.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj72.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj73.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj74.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj75.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj76.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj77.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj78.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj79.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj7a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj7b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj7c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj7d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj7e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj7f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj80.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj81.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj82.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj83.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj84.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj85.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj86.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj87.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj88.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj89.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj8b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj8d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj8e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj8f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj90.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj91.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj92.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj93.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj94.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj95.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj96.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj97.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj98.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj99.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj9a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj9b.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj9c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj9d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj9e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj9f.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrjff.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(dgjgreek.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(dgjhira.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(dgjhw.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(dgjka.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(dgjkata.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(dgjkb.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(dgjkc.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(dgjkd.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(dgjke.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(dgjkeisen.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(dgjkf.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(dgjkg.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(dgjkh.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(dgjki.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(dgjkj.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(dgjkk.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(dgjkl.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(dgjkm.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(dgjkn.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(dgjko.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(dgjkp.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(dgjkq.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(dgjkr.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(dgjks.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(dgjkt.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(dgjku.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(dgjkv.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(dgjkw.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(dgjkx.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(dgjky.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(dgjkz.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(dgjroma.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(dgjrussian.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(dgjsy.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(dmjgreek.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(dmjhira.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(dmjhw.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(dmjka.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(dmjkata.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(dmjkb.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(dmjkc.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(dmjkd.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(dmjke.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(dmjkeisen.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(dmjkf.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(dmjkg.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(dmjkh.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(dmjki.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(dmjkj.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(dmjkk.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(dmjkl.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(dmjkm.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(dmjkn.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(dmjko.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(dmjkp.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(dmjkq.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(dmjkr.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(dmjks.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(dmjkt.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(dmjku.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(dmjkv.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(dmjkw.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(dmjkx.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(dmjky.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(dmjkz.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(dmjroma.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(dmjrussian.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(dmjsy.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mc2jka.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mc2jkb.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mc2jkc.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mc2jkd.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mc2jke.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mc2jkf.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mc2jkg.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mc2jkh.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mc2jki.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mc2jkj.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mc2jkk.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mc2jkl.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mc2jkm.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mc2jkn.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mc2jko.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mc2jkp.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mc2jkq.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mc2jkr.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mc2jks.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mc2jkt.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mc2jku.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mc2jkv.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mc2jkw.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mcjgreek.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mcjhira.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mcjhw.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mcjka.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mcjkata.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mcjkb.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mcjkc.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mcjkd.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mcjke.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mcjkeisen.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mcjkf.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mcjkg.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mcjkh.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mcjki.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mcjkj.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mcjkk.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mcjkl.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mcjkm.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mcjkn.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mcjko.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mcjkp.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mcjkq.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mcjkr.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mcjks.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mcjkt.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mcjku.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mcjkv.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mcjkw.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mcjkx.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mcjky.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mcjkz.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mcjroma.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mcjrussian.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mcjsy.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mr2jka.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mr2jkb.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mr2jkc.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mr2jkd.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mr2jke.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mr2jkf.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mr2jkg.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mr2jkh.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mr2jki.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mr2jkj.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mr2jkk.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mr2jkl.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mr2jkm.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mr2jkn.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mr2jko.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mr2jkp.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mr2jkq.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mr2jkr.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mr2jks.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mr2jkt.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mr2jku.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mr2jkv.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mr2jkw.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mrjgreek.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mrjhira.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mrjhw.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mrjka.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mrjkata.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mrjkb.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mrjkc.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mrjkd.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mrjke.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mrjkeisen.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mrjkf.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mrjkg.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mrjkh.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mrjki.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mrjkj.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mrjkk.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mrjkl.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mrjkm.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mrjkn.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mrjko.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mrjkp.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mrjkq.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mrjkr.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mrjks.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mrjkt.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mrjku.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mrjkv.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mrjkw.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mrjkx.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mrjky.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mrjkz.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mrjroma.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mrjrussian.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(mrjsy.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj00.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj03.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj04.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj20.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj21.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj22.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj23.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj25.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj26.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj30.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj4e.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj4f.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj50.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj51.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj52.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj53.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj54.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj55.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj56.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj57.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj58.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj59.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj5a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj5b.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj5c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj5d.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj5e.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj5f.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj60.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj61.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj62.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj63.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj64.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj65.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj66.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj67.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj68.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj69.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj6a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj6b.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj6c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj6d.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj6e.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj6f.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj70.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj71.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj72.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj73.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj74.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj75.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj76.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj77.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj78.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj79.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj7a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj7b.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj7c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj7d.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj7e.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj7f.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj80.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj81.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj82.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj83.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj84.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj85.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj86.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj87.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj88.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj89.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj8a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj8b.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj8d.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj8e.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj8f.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj90.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj91.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj92.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj93.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj94.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj95.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj96.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj97.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj98.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj99.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj9a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj9b.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj9c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj9d.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj9e.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgj9f.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udgjff.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj00.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj03.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj04.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj20.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj21.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj22.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj23.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj25.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj26.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj30.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj4e.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj4f.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj50.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj51.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj52.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj53.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj54.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj55.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj56.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj57.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj58.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj59.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj5a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj5b.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj5c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj5d.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj5e.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj5f.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj60.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj61.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj62.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj63.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj64.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj65.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj66.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj67.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj68.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj69.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj6a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj6b.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj6c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj6d.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj6e.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj6f.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj70.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj71.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj72.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj73.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj74.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj75.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj76.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj77.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj78.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj79.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj7a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj7b.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj7c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj7d.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj7e.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj7f.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj80.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj81.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj82.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj83.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj84.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj85.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj86.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj87.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj88.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj89.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj8a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj8b.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj8d.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj8e.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj8f.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj90.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj91.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj92.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj93.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj94.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj95.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj96.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj97.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj98.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj99.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj9a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj9b.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj9c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj9d.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj9e.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmj9f.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(udmjff.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj00.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj03.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj04.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj20.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj21.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj22.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj23.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj25.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj26.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj30.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj4e.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj4f.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj50.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj51.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj52.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj53.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj54.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj55.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj56.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj57.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj58.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj59.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj5a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj5b.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj5c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj5d.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj5e.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj5f.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj60.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj61.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj62.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj63.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj64.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj65.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj66.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj67.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj68.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj69.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj6a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj6b.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj6c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj6d.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj6e.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj6f.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj70.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj71.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj72.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj73.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj74.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj75.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj76.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj77.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj78.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj79.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj7a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj7b.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj7c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj7d.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj7e.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj7f.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj80.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj81.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj82.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj83.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj84.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj85.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj86.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj87.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj88.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj89.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj8a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj8b.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj8d.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj8e.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj8f.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj90.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj91.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj92.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj93.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj94.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj95.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj96.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj97.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj98.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj99.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj9a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj9b.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj9c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj9d.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj9e.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcj9f.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umcjff.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj00.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj03.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj04.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj20.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj21.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj22.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj23.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj25.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj26.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj30.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj4e.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj4f.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj50.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj51.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj52.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj53.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj54.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj55.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj56.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj57.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj58.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj59.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj5a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj5b.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj5c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj5d.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj5e.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj5f.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj60.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj61.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj62.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj63.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj64.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj65.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj66.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj67.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj68.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj69.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj6a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj6b.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj6c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj6d.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj6e.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj6f.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj70.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj71.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj72.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj73.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj74.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj75.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj76.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj77.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj78.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj79.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj7a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj7b.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj7c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj7d.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj7e.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj7f.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj80.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj81.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj82.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj83.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj84.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj85.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj86.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj87.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj88.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj89.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj8a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj8b.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj8d.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj8e.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj8f.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj90.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj91.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj92.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj93.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj94.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj95.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj96.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj97.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj98.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj99.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj9a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj9b.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj9c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj9d.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj9e.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrj9f.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(umrjff.vf) = %{epoch}:%{source_date}-%{release} %description wadalab These are font bundles for the Japanese Wadalab fonts which @@ -31770,1687 +9545,506 @@ PDF documents (created automatically by dvipdfmx) work correctly. All font bundles now contain virtual Unicode subfonts. -%package wadalab-doc -Summary: Documentation for wadalab -Version: svn42428 -Provides: tex-wadalab-doc -AutoReqProv: No - -%description wadalab-doc -Documentation for wadalab - -%package classics -Provides: tex-classics = %{tl_version} -License: LPPL 1.3 -Summary: Cite classic works -Version: svn53671 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(expl3.sty) -Requires: tex(xparse.sty) -Provides: tex(classics.sty) = %{tl_version} - -%description classics -The package provides a basic framework to cite classic works -(specially from authors such as Homer, Plato, Aristotle, -Descartes, Hume, and Kant) in accordance with traditional -pagination systems. It may be used in conjunction with other -citation packages. - -%package classics-doc -Summary: Documentation for classics -Version: svn53671 -Provides: tex-classics-doc -AutoReqProv: No - -%description classics-doc -Documentation for classics - -%package classicthesis -Provides: tex-classicthesis = %{tl_version} -License: GPLv2+ -Summary: A "classically styled" thesis package -Version: svn48041 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(listings.sty) -Requires: tex(ifpdf.sty) -Requires: tex(hyperref.sty) -Requires: tex(ifxetex.sty) -Requires: tex(xcolor.sty) -Requires: tex(mathpazo.sty) -Requires: tex(beramono.sty) -Requires: tex(eulervm.sty) -Requires: tex(microtype.sty) -Requires: tex(typearea.sty) -Requires: tex(booktabs.sty) -Requires: tex(textcase.sty) -Requires: tex(soul.sty) -Requires: tex(scrlayer-scrpage.sty) -Requires: tex(titlesec.sty) -Requires: tex(tocloft.sty) -Requires: tex(footmisc.sty) -Requires: tex(scrtime.sty) -Requires: tex(prelim2e.sty) -Requires: tex(remreset.sty) -Provides: tex(classicthesis.sty) = %{tl_version} - -%description classicthesis -The classicthesis package provides an elegant layout designed -in homage to Bringhurst's "The Elements of Typographic Style". -It makes use of a range of techniques to get the best results -achievable using TeX. Included in the bundle are templates to -make thesis writing easier. - -%package classicthesis-doc -Summary: Documentation for classicthesis -Version: svn48041 -Provides: tex-classicthesis-doc -AutoReqProv: No - -%description classicthesis-doc -Documentation for classicthesis - -%package classpack -Provides: tex-classpack = %{tl_version} -License: LPPL 1.3 -Summary: XML mastering for LaTeX classes and packages -Version: svn33101.0.77 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(classpack.sty) = %{tl_version} - -%description classpack -The package provides an experiment in using XML (specifically -DocBook 5) to mark up and maintain LaTeX classes and packages. -XSLT 2 styleheets generate the .dtx and .ins distribution files -expected by end users. - -%package classpack-doc -Summary: Documentation for classpack -Version: svn33101.0.77 - -Provides: tex-classpack-doc -AutoReqProv: No - -%description classpack-doc -Documentation for classpack - -%package cleanthesis -Provides: tex-cleanthesis = %{tl_version} -License: LPPL 1.3 -Summary: A clean LaTeX style for thesis documents -Version: svn51472 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xkeyval.sty) -Requires: tex(xcolor.sty) -Requires: tex(fontenc.sty) -Requires: tex(tgheros.sty) -Requires: tex(lmodern.sty) -Requires: tex(charter.sty) -Requires: tex(fixltx2e.sty) -Requires: tex(microtype.sty) -Requires: tex(setspace.sty) -Requires: tex(graphicx.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(enumitem.sty) -Requires: tex(blindtext.sty) -Requires: tex(textcomp.sty) -Requires: tex(hyperref.sty) -Requires: tex(caption.sty) -Requires: tex(geometry.sty) -Requires: tex(csquotes.sty) -Requires: tex(biblatex.sty) -Requires: tex(titlesec.sty) -Requires: tex(tocloft.sty) -Provides: tex(cleanthesis.sty) = %{tl_version} - -%description cleanthesis -The package offers a clean, simple, and elegant LaTeX style for -thesis documents. - -%package cleanthesis-doc -Summary: Documentation for cleanthesis -Version: svn51472 -Provides: tex-cleanthesis-doc -AutoReqProv: No - -%description cleanthesis-doc -Documentation for cleanthesis - -%package clearsans -Provides: tex-clearsans = %{tl_version} -License: ASL 2.0 -Summary: Clear Sans fonts with LaTeX support -Version: svn54512 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Requires: tex(xkeyval.sty) -Requires: tex(textcomp.sty) -Requires: tex(fontspec.sty) -Requires: tex(fontenc.sty) -Requires: tex(fontaxes.sty) -Requires: tex(mweights.sty) -Provides: tex(ClearSans.map) = %{tl_version} -Provides: tex(ClearSans.sty) = %{tl_version} -Provides: tex(LY1ClearSans-TLF.fd) = %{tl_version} -Provides: tex(OT1ClearSans-TLF.fd) = %{tl_version} -Provides: tex(T1ClearSans-TLF.fd) = %{tl_version} -Provides: tex(TS1ClearSans-TLF.fd) = %{tl_version} -Provides: tex(clr_c5eikb.enc) = %{tl_version} -Provides: tex(clr_lz5qp4.enc) = %{tl_version} -Provides: tex(clr_nrghxx.enc) = %{tl_version} -Provides: tex(clr_zxbkm4.enc) = %{tl_version} - -%description clearsans -Clear Sans was designed by Daniel Ratighan at Monotype under -the direction of the User Experience team at Intel's Open -Source Technology Center. Clear Sans is available in three -weights (regular, medium, and bold) with corresponding italics, -plus light and thin upright (without italics). Clear Sans has -minimized, unambiguous characters and slightly narrow -proportions, making it ideal for UI design. Its strong, -recognizable forms avoid distracting ambiguity, making Clear -Sans comfortable for reading short UI labels and long passages -in both screen and print. The fonts are available in both -TrueType and Type 1 formats. - -%package clearsans-doc -Summary: Documentation for clearsans -Version: svn54512 -Provides: tex-clearsans-doc -AutoReqProv: No - -%description clearsans-doc -Documentation for clearsans - -%package clefval -Provides: tex-clefval = %{tl_version} -License: LPPL -Summary: Key/value support with a hash -Version: svn16549.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(clefval.sty) = %{tl_version} - -%description clefval -This package provides only two macros viz. \TheKey and -\TheValue to define then use pairs of key/value and gives a -semblance of a hash. Syntax: \TheKey{key}{value} to define the -value associated to the key, does not produce text; -\TheValue{key} to return the value linked to the key. Both -arguments of \TheKey are 'moving' as LaTeX defines the term and -we have sometimes to protect them. - -%package clefval-doc -Summary: Documentation for clefval -Version: svn16549.0 - -Provides: tex-clefval-doc -AutoReqProv: No - -%description clefval-doc -Documentation for clefval - -%package cleveref -Provides: tex-cleveref = %{tl_version} -License: LPPL -Summary: Intelligent cross-referencing -Version: svn47525 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(cleveref.sty) = %{tl_version} - -%description cleveref -The package enhances LaTeX's cross-referencing features, -allowing the format of references to be determined -automatically according to the type of reference. The formats -used may be customised in the preamble of a document; babel -support is available (though the choice of languages remains -limited: currently Danish, Dutch, English, French, German, -Italian, Norwegian, Russian, Spanish and Ukranian). The package -also offers a means of referencing a list of references, each -formatted according to its type. In such lists, it can collapse -sequences of numerically-consecutive labels to a reference -range. - -%package cleveref-doc -Summary: Documentation for cleveref -Version: svn47525 -Provides: tex-cleveref-doc -AutoReqProv: No - -%description cleveref-doc -Documentation for cleveref - -%package clipboard -Provides: tex-clipboard = %{tl_version} -License: LPPL 1.3 -Summary: Copy and paste into and across documents -Version: svn47747 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(clipboard.sty) = %{tl_version} - -%description clipboard -The clipboard package provides a basic framework for copying -and pasting text and commands into and across multiple -documents. It replaces the copypaste package. - -%package clipboard-doc -Summary: Documentation for clipboard -Version: svn47747 -Provides: tex-clipboard-doc -AutoReqProv: No - -%description clipboard-doc -Documentation for clipboard - -%package clock -Provides: tex-clock = %{tl_version} -License: GPL+ -Summary: Graphical and textual clocks for TeX and LaTeX -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(clock.tfm) = %{tl_version} -Provides: tex(clock.sty) = %{tl_version} -Provides: tex(clock.tex) = %{tl_version} - -%description clock -Features graphical clocks (with a classical 12h dial and two -hands) and text clocks (in 24h format) which can show system -time or any time the user desires. Works with both TeX and -LaTeX. The clock faces (appearances of the dial) are easily -expandable; the default uses a custom Metafont font. - -%package clock-doc -Summary: Documentation for clock -Version: svn15878.0 - -Provides: tex-clock-doc -AutoReqProv: No - -%description clock-doc -Documentation for clock - -%package cloze -Provides: tex-cloze = %{tl_version} -License: LPPL 1.3 -Summary: A LuaLaTeX package for creating cloze texts -Version: svn41531 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fontspec.sty) -Requires: tex(luatexbase-mcb.sty) -Requires: tex(kvoptions.sty) -Requires: tex(xcolor.sty) -Provides: tex(cloze.sty) = %{tl_version} - -%description cloze -This is a LuaLaTeX package for generating cloze texts. The main -feature of the package is that the formatting doesn't change -when using the hide and show options. There are three commands -and one environment to generate cloze texts: \cloze, \clozefix, -\closefil, and \closepar. - -%package cloze-doc -Summary: Documentation for cloze -Version: svn41531 -Provides: tex-cloze-doc -AutoReqProv: No - -%description cloze-doc -Documentation for cloze - -%package clrscode3e -Provides: tex-clrscode3e = %{tl_version} -License: LPPL -Summary: Typesets pseudocode as in Introduction to Algorithms -Version: svn51137 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(graphics.sty) -Provides: tex(clrscode3e.sty) = %{tl_version} - -%description clrscode3e -This package allows you to typeset pseudocode in the style of -Introduction to Algorithms, Third edition, by Cormen, -Leiserson, Rivest, and Stein. The package was written by the -authors. Use the commands the same way the package's author did -when writing the book, and your output will look just like the -pseudocode in the text. - -%package clrscode3e-doc -Summary: Documentation for clrscode3e -Version: svn51137 -Provides: tex-clrscode3e-doc -AutoReqProv: No - -%description clrscode3e-doc -Documentation for clrscode3e - -%package clrscode -Provides: tex-clrscode = %{tl_version} -License: LPPL -Summary: Typesets pseudocode as in Introduction to Algorithms -Version: svn51136 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(clrscode.sty) = %{tl_version} - -%description clrscode -This package allows you to typeset pseudocode in the style of -Introduction to Algorithms, Second edition, by Cormen, -Leiserson, Rivest, and Stein. The package was written by the -authors. You use the commands the same way the package's author -did when writing the book, and your output will look just like -the pseudocode in the text. - -%package clrscode-doc -Summary: Documentation for clrscode -Version: svn51136 -Provides: tex-clrscode-doc -AutoReqProv: No - -%description clrscode-doc -Documentation for clrscode %package cmap -Provides: tex-cmap = %{tl_version} +Provides: tex-cmap = %{epoch}:%{source_date}-%{release} +Provides: tex-cmap-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-cmap-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-cmap-doc < %{tl_epoch}:%{source_date} License: LPPL -Summary: Make PDF files searchable and copyable -Version: svn42428 +Summary: cmap package +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(cmap.sty) = %{tl_version} +Requires: tex-kpathsea +Provides: tex(cmap.sty) = %{epoch}:%{source_date}-%{release} %description cmap -The cmap package provides character map tables, which make PDF -files generated by pdfLaTeX both searchable and copy-able in -acrobat reader and other compliant PDF viewers. Encodings -supported are OT1, T1, T2A, T2B, T2C and T5, together with LAE -(Arabic), LFE (Farsi) and LGR (Greek) and a variant OT1tt for -cmtt-like fonts. The package's main limitation currently is the -inability to work with virtual fonts, because of limitations of -pdfTeX. This restriction may be resolved in a future version of -pdfTeX. +cmap package -%package cmap-doc -Summary: Documentation for cmap -Version: svn42428 -Provides: tex-cmap-doc -AutoReqProv: No - -%description cmap-doc -Documentation for cmap - -%package cmarrows -Provides: tex-cmarrows = %{tl_version} -License: LPPL -Summary: MetaPost arrows and braces in the Computer Modern style -Version: svn24378.v0.9 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - - -%description cmarrows -This MetaPost package contains macros to draw arrows and braces -in the Computer Modern style. - -%package cmarrows-doc -Summary: Documentation for cmarrows -Version: svn24378.v0.9 - -Provides: tex-cmarrows-doc -AutoReqProv: No - -%description cmarrows-doc -Documentation for cmarrows - -%package cmbright -Provides: tex-cmbright = %{tl_version} -License: LPPL -Summary: Computer Modern Bright fonts -Version: svn21107.8.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(cmbr10.tfm) = %{tl_version} -Provides: tex(cmbr17.tfm) = %{tl_version} -Provides: tex(cmbr8.tfm) = %{tl_version} -Provides: tex(cmbr9.tfm) = %{tl_version} -Provides: tex(cmbras10.tfm) = %{tl_version} -Provides: tex(cmbras8.tfm) = %{tl_version} -Provides: tex(cmbras9.tfm) = %{tl_version} -Provides: tex(cmbrbs10.tfm) = %{tl_version} -Provides: tex(cmbrbs8.tfm) = %{tl_version} -Provides: tex(cmbrbs9.tfm) = %{tl_version} -Provides: tex(cmbrbx10.tfm) = %{tl_version} -Provides: tex(cmbrmb10.tfm) = %{tl_version} -Provides: tex(cmbrmi10.tfm) = %{tl_version} -Provides: tex(cmbrmi8.tfm) = %{tl_version} -Provides: tex(cmbrmi9.tfm) = %{tl_version} -Provides: tex(cmbrsl10.tfm) = %{tl_version} -Provides: tex(cmbrsl17.tfm) = %{tl_version} -Provides: tex(cmbrsl8.tfm) = %{tl_version} -Provides: tex(cmbrsl9.tfm) = %{tl_version} -Provides: tex(cmbrsy10.tfm) = %{tl_version} -Provides: tex(cmbrsy8.tfm) = %{tl_version} -Provides: tex(cmbrsy9.tfm) = %{tl_version} -Provides: tex(cmsltl10.tfm) = %{tl_version} -Provides: tex(cmtl10.tfm) = %{tl_version} -Provides: tex(ebbx10.tfm) = %{tl_version} -Provides: tex(ebmo10.tfm) = %{tl_version} -Provides: tex(ebmo17.tfm) = %{tl_version} -Provides: tex(ebmo8.tfm) = %{tl_version} -Provides: tex(ebmo9.tfm) = %{tl_version} -Provides: tex(ebmr10.tfm) = %{tl_version} -Provides: tex(ebmr17.tfm) = %{tl_version} -Provides: tex(ebmr8.tfm) = %{tl_version} -Provides: tex(ebmr9.tfm) = %{tl_version} -Provides: tex(ebso10.tfm) = %{tl_version} -Provides: tex(ebso17.tfm) = %{tl_version} -Provides: tex(ebso8.tfm) = %{tl_version} -Provides: tex(ebso9.tfm) = %{tl_version} -Provides: tex(ebsr10.tfm) = %{tl_version} -Provides: tex(ebsr17.tfm) = %{tl_version} -Provides: tex(ebsr8.tfm) = %{tl_version} -Provides: tex(ebsr9.tfm) = %{tl_version} -Provides: tex(ebtl10.tfm) = %{tl_version} -Provides: tex(ebto10.tfm) = %{tl_version} -Provides: tex(tbbx10.tfm) = %{tl_version} -Provides: tex(tbmo10.tfm) = %{tl_version} -Provides: tex(tbmo17.tfm) = %{tl_version} -Provides: tex(tbmo8.tfm) = %{tl_version} -Provides: tex(tbmo9.tfm) = %{tl_version} -Provides: tex(tbmr10.tfm) = %{tl_version} -Provides: tex(tbmr17.tfm) = %{tl_version} -Provides: tex(tbmr8.tfm) = %{tl_version} -Provides: tex(tbmr9.tfm) = %{tl_version} -Provides: tex(tbso10.tfm) = %{tl_version} -Provides: tex(tbso17.tfm) = %{tl_version} -Provides: tex(tbso8.tfm) = %{tl_version} -Provides: tex(tbso9.tfm) = %{tl_version} -Provides: tex(tbsr10.tfm) = %{tl_version} -Provides: tex(tbsr17.tfm) = %{tl_version} -Provides: tex(tbsr8.tfm) = %{tl_version} -Provides: tex(tbsr9.tfm) = %{tl_version} -Provides: tex(tbtl10.tfm) = %{tl_version} -Provides: tex(tbto10.tfm) = %{tl_version} -Provides: tex(cmbright.sty) = %{tl_version} -Provides: tex(omlcmbr.fd) = %{tl_version} -Provides: tex(omlcmbrm.fd) = %{tl_version} -Provides: tex(omscmbr.fd) = %{tl_version} -Provides: tex(omscmbrs.fd) = %{tl_version} -Provides: tex(ot1cmbr.fd) = %{tl_version} -Provides: tex(ot1cmtl.fd) = %{tl_version} -Provides: tex(t1cmbr.fd) = %{tl_version} -Provides: tex(t1cmtl.fd) = %{tl_version} -Provides: tex(ts1cmbr.fd) = %{tl_version} -Provides: tex(ts1cmtl.fd) = %{tl_version} - -%description cmbright -A family of sans serif fonts for TeX and LaTeX, based on Donald -Knuth's CM fonts. It comprises OT1, T1 and TS1 encoded text -fonts of various shapes as well as all the fonts necessary for -mathematical typesetting, including AMS symbols. This -collection provides all the necessary files for using the fonts -with LaTeX. A commercial-quality Adobe Type 1 version of these -fonts is available from Micropress. Free versions are -available, in the cm-super font bundle (the T1 and TS1 encoded -part of the set), and in the hfbright package (the OT1 encoded -part, and the maths fonts). - -%package cmbright-doc -Summary: Documentation for cmbright -Version: svn21107.8.1 - -Provides: tex-cmbright-doc -AutoReqProv: No - -%description cmbright-doc -Documentation for cmbright - -%package cmcyr -Provides: tex-cmcyr = %{tl_version} -License: Public Domain -Summary: Computer Modern fonts with cyrillic extensions -Version: svn39273 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(cmcyr.map) = %{tl_version} -Provides: tex(cmcb10.tfm) = %{tl_version} -Provides: tex(cmcbx10.tfm) = %{tl_version} -Provides: tex(cmcbx12.tfm) = %{tl_version} -Provides: tex(cmcbx5.tfm) = %{tl_version} -Provides: tex(cmcbx6.tfm) = %{tl_version} -Provides: tex(cmcbx7.tfm) = %{tl_version} -Provides: tex(cmcbx8.tfm) = %{tl_version} -Provides: tex(cmcbx9.tfm) = %{tl_version} -Provides: tex(cmcbxsl10.tfm) = %{tl_version} -Provides: tex(cmcbxti10.tfm) = %{tl_version} -Provides: tex(cmccsc10.tfm) = %{tl_version} -Provides: tex(cmccsc8.tfm) = %{tl_version} -Provides: tex(cmccsc9.tfm) = %{tl_version} -Provides: tex(cmcinch.tfm) = %{tl_version} -Provides: tex(cmcitt10.tfm) = %{tl_version} -Provides: tex(cmcsl10.tfm) = %{tl_version} -Provides: tex(cmcsl12.tfm) = %{tl_version} -Provides: tex(cmcsl8.tfm) = %{tl_version} -Provides: tex(cmcsl9.tfm) = %{tl_version} -Provides: tex(cmcsltt10.tfm) = %{tl_version} -Provides: tex(cmcss10.tfm) = %{tl_version} -Provides: tex(cmcss12.tfm) = %{tl_version} -Provides: tex(cmcss17.tfm) = %{tl_version} -Provides: tex(cmcss8.tfm) = %{tl_version} -Provides: tex(cmcss9.tfm) = %{tl_version} -Provides: tex(cmcssbx10.tfm) = %{tl_version} -Provides: tex(cmcssdc10.tfm) = %{tl_version} -Provides: tex(cmcssi10.tfm) = %{tl_version} -Provides: tex(cmcssi12.tfm) = %{tl_version} -Provides: tex(cmcssi17.tfm) = %{tl_version} -Provides: tex(cmcssi8.tfm) = %{tl_version} -Provides: tex(cmcssi9.tfm) = %{tl_version} -Provides: tex(cmcssq8.tfm) = %{tl_version} -Provides: tex(cmcssqi8.tfm) = %{tl_version} -Provides: tex(cmcti10.tfm) = %{tl_version} -Provides: tex(cmcti12.tfm) = %{tl_version} -Provides: tex(cmcti7.tfm) = %{tl_version} -Provides: tex(cmcti8.tfm) = %{tl_version} -Provides: tex(cmcti9.tfm) = %{tl_version} -Provides: tex(cmctt10.tfm) = %{tl_version} -Provides: tex(cmctt12.tfm) = %{tl_version} -Provides: tex(cmctt8.tfm) = %{tl_version} -Provides: tex(cmctt9.tfm) = %{tl_version} -Provides: tex(cmcu10.tfm) = %{tl_version} -Provides: tex(cmcyr10.tfm) = %{tl_version} -Provides: tex(cmcyr12.tfm) = %{tl_version} -Provides: tex(cmcyr17.tfm) = %{tl_version} -Provides: tex(cmcyr5.tfm) = %{tl_version} -Provides: tex(cmcyr6.tfm) = %{tl_version} -Provides: tex(cmcyr7.tfm) = %{tl_version} -Provides: tex(cmcyr8.tfm) = %{tl_version} -Provides: tex(cmcyr9.tfm) = %{tl_version} -Provides: tex(kcmb10.tfm) = %{tl_version} -Provides: tex(kcmbx10.tfm) = %{tl_version} -Provides: tex(kcmbx12.tfm) = %{tl_version} -Provides: tex(kcmbx5.tfm) = %{tl_version} -Provides: tex(kcmbx6.tfm) = %{tl_version} -Provides: tex(kcmbx7.tfm) = %{tl_version} -Provides: tex(kcmbx8.tfm) = %{tl_version} -Provides: tex(kcmbx9.tfm) = %{tl_version} -Provides: tex(kcmbxsl10.tfm) = %{tl_version} -Provides: tex(kcmbxti10.tfm) = %{tl_version} -Provides: tex(kcmcsc10.tfm) = %{tl_version} -Provides: tex(kcmcsc8.tfm) = %{tl_version} -Provides: tex(kcmcsc9.tfm) = %{tl_version} -Provides: tex(kcminch.tfm) = %{tl_version} -Provides: tex(kcmitt10.tfm) = %{tl_version} -Provides: tex(kcmmi10.tfm) = %{tl_version} -Provides: tex(kcmmi12.tfm) = %{tl_version} -Provides: tex(kcmmi5.tfm) = %{tl_version} -Provides: tex(kcmmi6.tfm) = %{tl_version} -Provides: tex(kcmmi7.tfm) = %{tl_version} -Provides: tex(kcmmi8.tfm) = %{tl_version} -Provides: tex(kcmmi9.tfm) = %{tl_version} -Provides: tex(kcmmib10.tfm) = %{tl_version} -Provides: tex(kcmr10.tfm) = %{tl_version} -Provides: tex(kcmr12.tfm) = %{tl_version} -Provides: tex(kcmr17.tfm) = %{tl_version} -Provides: tex(kcmr5.tfm) = %{tl_version} -Provides: tex(kcmr6.tfm) = %{tl_version} -Provides: tex(kcmr7.tfm) = %{tl_version} -Provides: tex(kcmr8.tfm) = %{tl_version} -Provides: tex(kcmr9.tfm) = %{tl_version} -Provides: tex(kcmsl10.tfm) = %{tl_version} -Provides: tex(kcmsl12.tfm) = %{tl_version} -Provides: tex(kcmsl8.tfm) = %{tl_version} -Provides: tex(kcmsl9.tfm) = %{tl_version} -Provides: tex(kcmsltt10.tfm) = %{tl_version} -Provides: tex(kcmss10.tfm) = %{tl_version} -Provides: tex(kcmss12.tfm) = %{tl_version} -Provides: tex(kcmss17.tfm) = %{tl_version} -Provides: tex(kcmss8.tfm) = %{tl_version} -Provides: tex(kcmss9.tfm) = %{tl_version} -Provides: tex(kcmssbx10.tfm) = %{tl_version} -Provides: tex(kcmssdc10.tfm) = %{tl_version} -Provides: tex(kcmssi10.tfm) = %{tl_version} -Provides: tex(kcmssi12.tfm) = %{tl_version} -Provides: tex(kcmssi17.tfm) = %{tl_version} -Provides: tex(kcmssi8.tfm) = %{tl_version} -Provides: tex(kcmssi9.tfm) = %{tl_version} -Provides: tex(kcmssq8.tfm) = %{tl_version} -Provides: tex(kcmssqi8.tfm) = %{tl_version} -Provides: tex(kcmti10.tfm) = %{tl_version} -Provides: tex(kcmti12.tfm) = %{tl_version} -Provides: tex(kcmti7.tfm) = %{tl_version} -Provides: tex(kcmti8.tfm) = %{tl_version} -Provides: tex(kcmti9.tfm) = %{tl_version} -Provides: tex(kcmtt10.tfm) = %{tl_version} -Provides: tex(kcmtt12.tfm) = %{tl_version} -Provides: tex(kcmtt8.tfm) = %{tl_version} -Provides: tex(kcmtt9.tfm) = %{tl_version} -Provides: tex(kcmu10.tfm) = %{tl_version} -Provides: tex(wcmb10.tfm) = %{tl_version} -Provides: tex(wcmbx10.tfm) = %{tl_version} -Provides: tex(wcmbx12.tfm) = %{tl_version} -Provides: tex(wcmbx5.tfm) = %{tl_version} -Provides: tex(wcmbx6.tfm) = %{tl_version} -Provides: tex(wcmbx7.tfm) = %{tl_version} -Provides: tex(wcmbx8.tfm) = %{tl_version} -Provides: tex(wcmbx9.tfm) = %{tl_version} -Provides: tex(wcmbxsl10.tfm) = %{tl_version} -Provides: tex(wcmbxti10.tfm) = %{tl_version} -Provides: tex(wcmcsc10.tfm) = %{tl_version} -Provides: tex(wcmcsc8.tfm) = %{tl_version} -Provides: tex(wcmcsc9.tfm) = %{tl_version} -Provides: tex(wcminch.tfm) = %{tl_version} -Provides: tex(wcmitt10.tfm) = %{tl_version} -Provides: tex(wcmmi10.tfm) = %{tl_version} -Provides: tex(wcmmi12.tfm) = %{tl_version} -Provides: tex(wcmmi5.tfm) = %{tl_version} -Provides: tex(wcmmi6.tfm) = %{tl_version} -Provides: tex(wcmmi7.tfm) = %{tl_version} -Provides: tex(wcmmi8.tfm) = %{tl_version} -Provides: tex(wcmmi9.tfm) = %{tl_version} -Provides: tex(wcmmib10.tfm) = %{tl_version} -Provides: tex(wcmr10.tfm) = %{tl_version} -Provides: tex(wcmr12.tfm) = %{tl_version} -Provides: tex(wcmr17.tfm) = %{tl_version} -Provides: tex(wcmr5.tfm) = %{tl_version} -Provides: tex(wcmr6.tfm) = %{tl_version} -Provides: tex(wcmr7.tfm) = %{tl_version} -Provides: tex(wcmr8.tfm) = %{tl_version} -Provides: tex(wcmr9.tfm) = %{tl_version} -Provides: tex(wcmsl10.tfm) = %{tl_version} -Provides: tex(wcmsl12.tfm) = %{tl_version} -Provides: tex(wcmsl8.tfm) = %{tl_version} -Provides: tex(wcmsl9.tfm) = %{tl_version} -Provides: tex(wcmsltt10.tfm) = %{tl_version} -Provides: tex(wcmss10.tfm) = %{tl_version} -Provides: tex(wcmss12.tfm) = %{tl_version} -Provides: tex(wcmss17.tfm) = %{tl_version} -Provides: tex(wcmss8.tfm) = %{tl_version} -Provides: tex(wcmss9.tfm) = %{tl_version} -Provides: tex(wcmssbx10.tfm) = %{tl_version} -Provides: tex(wcmssdc10.tfm) = %{tl_version} -Provides: tex(wcmssi10.tfm) = %{tl_version} -Provides: tex(wcmssi12.tfm) = %{tl_version} -Provides: tex(wcmssi17.tfm) = %{tl_version} -Provides: tex(wcmssi8.tfm) = %{tl_version} -Provides: tex(wcmssi9.tfm) = %{tl_version} -Provides: tex(wcmssq8.tfm) = %{tl_version} -Provides: tex(wcmssqi8.tfm) = %{tl_version} -Provides: tex(wcmti10.tfm) = %{tl_version} -Provides: tex(wcmti12.tfm) = %{tl_version} -Provides: tex(wcmti7.tfm) = %{tl_version} -Provides: tex(wcmti8.tfm) = %{tl_version} -Provides: tex(wcmti9.tfm) = %{tl_version} -Provides: tex(wcmtt10.tfm) = %{tl_version} -Provides: tex(wcmtt12.tfm) = %{tl_version} -Provides: tex(wcmtt8.tfm) = %{tl_version} -Provides: tex(wcmtt9.tfm) = %{tl_version} -Provides: tex(wcmu10.tfm) = %{tl_version} -Provides: tex(xcmb10.tfm) = %{tl_version} -Provides: tex(xcmbx10.tfm) = %{tl_version} -Provides: tex(xcmbx12.tfm) = %{tl_version} -Provides: tex(xcmbx5.tfm) = %{tl_version} -Provides: tex(xcmbx6.tfm) = %{tl_version} -Provides: tex(xcmbx7.tfm) = %{tl_version} -Provides: tex(xcmbx8.tfm) = %{tl_version} -Provides: tex(xcmbx9.tfm) = %{tl_version} -Provides: tex(xcmbxsl10.tfm) = %{tl_version} -Provides: tex(xcmbxti10.tfm) = %{tl_version} -Provides: tex(xcmcsc10.tfm) = %{tl_version} -Provides: tex(xcmcsc8.tfm) = %{tl_version} -Provides: tex(xcmcsc9.tfm) = %{tl_version} -Provides: tex(xcminch.tfm) = %{tl_version} -Provides: tex(xcmitt10.tfm) = %{tl_version} -Provides: tex(xcmmi10.tfm) = %{tl_version} -Provides: tex(xcmmi12.tfm) = %{tl_version} -Provides: tex(xcmmi5.tfm) = %{tl_version} -Provides: tex(xcmmi6.tfm) = %{tl_version} -Provides: tex(xcmmi7.tfm) = %{tl_version} -Provides: tex(xcmmi8.tfm) = %{tl_version} -Provides: tex(xcmmi9.tfm) = %{tl_version} -Provides: tex(xcmmib10.tfm) = %{tl_version} -Provides: tex(xcmr10.tfm) = %{tl_version} -Provides: tex(xcmr12.tfm) = %{tl_version} -Provides: tex(xcmr17.tfm) = %{tl_version} -Provides: tex(xcmr5.tfm) = %{tl_version} -Provides: tex(xcmr6.tfm) = %{tl_version} -Provides: tex(xcmr7.tfm) = %{tl_version} -Provides: tex(xcmr8.tfm) = %{tl_version} -Provides: tex(xcmr9.tfm) = %{tl_version} -Provides: tex(xcmsl10.tfm) = %{tl_version} -Provides: tex(xcmsl12.tfm) = %{tl_version} -Provides: tex(xcmsl8.tfm) = %{tl_version} -Provides: tex(xcmsl9.tfm) = %{tl_version} -Provides: tex(xcmsltt10.tfm) = %{tl_version} -Provides: tex(xcmss10.tfm) = %{tl_version} -Provides: tex(xcmss12.tfm) = %{tl_version} -Provides: tex(xcmss17.tfm) = %{tl_version} -Provides: tex(xcmss8.tfm) = %{tl_version} -Provides: tex(xcmss9.tfm) = %{tl_version} -Provides: tex(xcmssbx10.tfm) = %{tl_version} -Provides: tex(xcmssdc10.tfm) = %{tl_version} -Provides: tex(xcmssi10.tfm) = %{tl_version} -Provides: tex(xcmssi12.tfm) = %{tl_version} -Provides: tex(xcmssi17.tfm) = %{tl_version} -Provides: tex(xcmssi8.tfm) = %{tl_version} -Provides: tex(xcmssi9.tfm) = %{tl_version} -Provides: tex(xcmssq8.tfm) = %{tl_version} -Provides: tex(xcmssqi8.tfm) = %{tl_version} -Provides: tex(xcmti10.tfm) = %{tl_version} -Provides: tex(xcmti12.tfm) = %{tl_version} -Provides: tex(xcmti7.tfm) = %{tl_version} -Provides: tex(xcmti8.tfm) = %{tl_version} -Provides: tex(xcmti9.tfm) = %{tl_version} -Provides: tex(xcmtt10.tfm) = %{tl_version} -Provides: tex(xcmtt12.tfm) = %{tl_version} -Provides: tex(xcmtt8.tfm) = %{tl_version} -Provides: tex(xcmtt9.tfm) = %{tl_version} -Provides: tex(xcmu10.tfm) = %{tl_version} -Provides: tex(ycmb10.tfm) = %{tl_version} -Provides: tex(ycmbx10.tfm) = %{tl_version} -Provides: tex(ycmbx12.tfm) = %{tl_version} -Provides: tex(ycmbx5.tfm) = %{tl_version} -Provides: tex(ycmbx6.tfm) = %{tl_version} -Provides: tex(ycmbx7.tfm) = %{tl_version} -Provides: tex(ycmbx8.tfm) = %{tl_version} -Provides: tex(ycmbx9.tfm) = %{tl_version} -Provides: tex(ycmbxsl10.tfm) = %{tl_version} -Provides: tex(ycmbxti10.tfm) = %{tl_version} -Provides: tex(ycmcsc10.tfm) = %{tl_version} -Provides: tex(ycmcsc8.tfm) = %{tl_version} -Provides: tex(ycmcsc9.tfm) = %{tl_version} -Provides: tex(ycminch.tfm) = %{tl_version} -Provides: tex(ycmitt10.tfm) = %{tl_version} -Provides: tex(ycmmi10.tfm) = %{tl_version} -Provides: tex(ycmmi12.tfm) = %{tl_version} -Provides: tex(ycmmi5.tfm) = %{tl_version} -Provides: tex(ycmmi6.tfm) = %{tl_version} -Provides: tex(ycmmi7.tfm) = %{tl_version} -Provides: tex(ycmmi8.tfm) = %{tl_version} -Provides: tex(ycmmi9.tfm) = %{tl_version} -Provides: tex(ycmmib10.tfm) = %{tl_version} -Provides: tex(ycmr10.tfm) = %{tl_version} -Provides: tex(ycmr12.tfm) = %{tl_version} -Provides: tex(ycmr17.tfm) = %{tl_version} -Provides: tex(ycmr5.tfm) = %{tl_version} -Provides: tex(ycmr6.tfm) = %{tl_version} -Provides: tex(ycmr7.tfm) = %{tl_version} -Provides: tex(ycmr8.tfm) = %{tl_version} -Provides: tex(ycmr9.tfm) = %{tl_version} -Provides: tex(ycmsl10.tfm) = %{tl_version} -Provides: tex(ycmsl12.tfm) = %{tl_version} -Provides: tex(ycmsl8.tfm) = %{tl_version} -Provides: tex(ycmsl9.tfm) = %{tl_version} -Provides: tex(ycmsltt10.tfm) = %{tl_version} -Provides: tex(ycmss10.tfm) = %{tl_version} -Provides: tex(ycmss12.tfm) = %{tl_version} -Provides: tex(ycmss17.tfm) = %{tl_version} -Provides: tex(ycmss8.tfm) = %{tl_version} -Provides: tex(ycmss9.tfm) = %{tl_version} -Provides: tex(ycmssbx10.tfm) = %{tl_version} -Provides: tex(ycmssdc10.tfm) = %{tl_version} -Provides: tex(ycmssi10.tfm) = %{tl_version} -Provides: tex(ycmssi12.tfm) = %{tl_version} -Provides: tex(ycmssi17.tfm) = %{tl_version} -Provides: tex(ycmssi8.tfm) = %{tl_version} -Provides: tex(ycmssi9.tfm) = %{tl_version} -Provides: tex(ycmssq8.tfm) = %{tl_version} -Provides: tex(ycmssqi8.tfm) = %{tl_version} -Provides: tex(ycmti10.tfm) = %{tl_version} -Provides: tex(ycmti12.tfm) = %{tl_version} -Provides: tex(ycmti7.tfm) = %{tl_version} -Provides: tex(ycmti8.tfm) = %{tl_version} -Provides: tex(ycmti9.tfm) = %{tl_version} -Provides: tex(ycmtt10.tfm) = %{tl_version} -Provides: tex(ycmtt12.tfm) = %{tl_version} -Provides: tex(ycmtt8.tfm) = %{tl_version} -Provides: tex(ycmtt9.tfm) = %{tl_version} -Provides: tex(ycmu10.tfm) = %{tl_version} -Provides: tex(cmcb10.pfb) = %{tl_version} -Provides: tex(cmcbx10.pfb) = %{tl_version} -Provides: tex(cmcbx12.pfb) = %{tl_version} -Provides: tex(cmcbx5.pfb) = %{tl_version} -Provides: tex(cmcbx6.pfb) = %{tl_version} -Provides: tex(cmcbx7.pfb) = %{tl_version} -Provides: tex(cmcbx8.pfb) = %{tl_version} -Provides: tex(cmcbx9.pfb) = %{tl_version} -Provides: tex(cmcbxsl1.pfb) = %{tl_version} -Provides: tex(cmcbxti1.pfb) = %{tl_version} -Provides: tex(cmccsc10.pfb) = %{tl_version} -Provides: tex(cmccsc8.pfb) = %{tl_version} -Provides: tex(cmccsc9.pfb) = %{tl_version} -Provides: tex(cmcinch7.pfb) = %{tl_version} -Provides: tex(cmcitt10.pfb) = %{tl_version} -Provides: tex(cmcsl10.pfb) = %{tl_version} -Provides: tex(cmcsl12.pfb) = %{tl_version} -Provides: tex(cmcsl8.pfb) = %{tl_version} -Provides: tex(cmcsl9.pfb) = %{tl_version} -Provides: tex(cmcsltt1.pfb) = %{tl_version} -Provides: tex(cmcss10.pfb) = %{tl_version} -Provides: tex(cmcss12.pfb) = %{tl_version} -Provides: tex(cmcss17.pfb) = %{tl_version} -Provides: tex(cmcss8.pfb) = %{tl_version} -Provides: tex(cmcss9.pfb) = %{tl_version} -Provides: tex(cmcssbx1.pfb) = %{tl_version} -Provides: tex(cmcssdc1.pfb) = %{tl_version} -Provides: tex(cmcssi10.pfb) = %{tl_version} -Provides: tex(cmcssi12.pfb) = %{tl_version} -Provides: tex(cmcssi17.pfb) = %{tl_version} -Provides: tex(cmcssi8.pfb) = %{tl_version} -Provides: tex(cmcssi9.pfb) = %{tl_version} -Provides: tex(cmcssq8.pfb) = %{tl_version} -Provides: tex(cmcssqi8.pfb) = %{tl_version} -Provides: tex(cmcti10.pfb) = %{tl_version} -Provides: tex(cmcti12.pfb) = %{tl_version} -Provides: tex(cmcti7.pfb) = %{tl_version} -Provides: tex(cmcti8.pfb) = %{tl_version} -Provides: tex(cmcti9.pfb) = %{tl_version} -Provides: tex(cmctt10.pfb) = %{tl_version} -Provides: tex(cmctt12.pfb) = %{tl_version} -Provides: tex(cmctt8.pfb) = %{tl_version} -Provides: tex(cmctt9.pfb) = %{tl_version} -Provides: tex(cmcu10.pfb) = %{tl_version} -Provides: tex(cmcyr10.pfb) = %{tl_version} -Provides: tex(cmcyr12.pfb) = %{tl_version} -Provides: tex(cmcyr17.pfb) = %{tl_version} -Provides: tex(cmcyr5.pfb) = %{tl_version} -Provides: tex(cmcyr6.pfb) = %{tl_version} -Provides: tex(cmcyr7.pfb) = %{tl_version} -Provides: tex(cmcyr8.pfb) = %{tl_version} -Provides: tex(cmcyr9.pfb) = %{tl_version} -Provides: tex(kcmb10.vf) = %{tl_version} -Provides: tex(kcmbx10.vf) = %{tl_version} -Provides: tex(kcmbx12.vf) = %{tl_version} -Provides: tex(kcmbx5.vf) = %{tl_version} -Provides: tex(kcmbx6.vf) = %{tl_version} -Provides: tex(kcmbx7.vf) = %{tl_version} -Provides: tex(kcmbx8.vf) = %{tl_version} -Provides: tex(kcmbx9.vf) = %{tl_version} -Provides: tex(kcmbxsl10.vf) = %{tl_version} -Provides: tex(kcmbxti10.vf) = %{tl_version} -Provides: tex(kcmcsc10.vf) = %{tl_version} -Provides: tex(kcmcsc8.vf) = %{tl_version} -Provides: tex(kcmcsc9.vf) = %{tl_version} -Provides: tex(kcminch.vf) = %{tl_version} -Provides: tex(kcmitt10.vf) = %{tl_version} -Provides: tex(kcmmi10.vf) = %{tl_version} -Provides: tex(kcmmi12.vf) = %{tl_version} -Provides: tex(kcmmi5.vf) = %{tl_version} -Provides: tex(kcmmi6.vf) = %{tl_version} -Provides: tex(kcmmi7.vf) = %{tl_version} -Provides: tex(kcmmi8.vf) = %{tl_version} -Provides: tex(kcmmi9.vf) = %{tl_version} -Provides: tex(kcmmib10.vf) = %{tl_version} -Provides: tex(kcmr10.vf) = %{tl_version} -Provides: tex(kcmr12.vf) = %{tl_version} -Provides: tex(kcmr17.vf) = %{tl_version} -Provides: tex(kcmr5.vf) = %{tl_version} -Provides: tex(kcmr6.vf) = %{tl_version} -Provides: tex(kcmr7.vf) = %{tl_version} -Provides: tex(kcmr8.vf) = %{tl_version} -Provides: tex(kcmr9.vf) = %{tl_version} -Provides: tex(kcmsl10.vf) = %{tl_version} -Provides: tex(kcmsl12.vf) = %{tl_version} -Provides: tex(kcmsl8.vf) = %{tl_version} -Provides: tex(kcmsl9.vf) = %{tl_version} -Provides: tex(kcmsltt10.vf) = %{tl_version} -Provides: tex(kcmss10.vf) = %{tl_version} -Provides: tex(kcmss12.vf) = %{tl_version} -Provides: tex(kcmss17.vf) = %{tl_version} -Provides: tex(kcmss8.vf) = %{tl_version} -Provides: tex(kcmss9.vf) = %{tl_version} -Provides: tex(kcmssbx10.vf) = %{tl_version} -Provides: tex(kcmssdc10.vf) = %{tl_version} -Provides: tex(kcmssi10.vf) = %{tl_version} -Provides: tex(kcmssi12.vf) = %{tl_version} -Provides: tex(kcmssi17.vf) = %{tl_version} -Provides: tex(kcmssi8.vf) = %{tl_version} -Provides: tex(kcmssi9.vf) = %{tl_version} -Provides: tex(kcmssq8.vf) = %{tl_version} -Provides: tex(kcmssqi8.vf) = %{tl_version} -Provides: tex(kcmti10.vf) = %{tl_version} -Provides: tex(kcmti12.vf) = %{tl_version} -Provides: tex(kcmti7.vf) = %{tl_version} -Provides: tex(kcmti8.vf) = %{tl_version} -Provides: tex(kcmti9.vf) = %{tl_version} -Provides: tex(kcmtt10.vf) = %{tl_version} -Provides: tex(kcmtt12.vf) = %{tl_version} -Provides: tex(kcmtt8.vf) = %{tl_version} -Provides: tex(kcmtt9.vf) = %{tl_version} -Provides: tex(kcmu10.vf) = %{tl_version} -Provides: tex(wcmb10.vf) = %{tl_version} -Provides: tex(wcmbx10.vf) = %{tl_version} -Provides: tex(wcmbx12.vf) = %{tl_version} -Provides: tex(wcmbx5.vf) = %{tl_version} -Provides: tex(wcmbx6.vf) = %{tl_version} -Provides: tex(wcmbx7.vf) = %{tl_version} -Provides: tex(wcmbx8.vf) = %{tl_version} -Provides: tex(wcmbx9.vf) = %{tl_version} -Provides: tex(wcmbxsl10.vf) = %{tl_version} -Provides: tex(wcmbxti10.vf) = %{tl_version} -Provides: tex(wcmcsc10.vf) = %{tl_version} -Provides: tex(wcmcsc8.vf) = %{tl_version} -Provides: tex(wcmcsc9.vf) = %{tl_version} -Provides: tex(wcminch.vf) = %{tl_version} -Provides: tex(wcmitt10.vf) = %{tl_version} -Provides: tex(wcmmi10.vf) = %{tl_version} -Provides: tex(wcmmi12.vf) = %{tl_version} -Provides: tex(wcmmi5.vf) = %{tl_version} -Provides: tex(wcmmi6.vf) = %{tl_version} -Provides: tex(wcmmi7.vf) = %{tl_version} -Provides: tex(wcmmi8.vf) = %{tl_version} -Provides: tex(wcmmi9.vf) = %{tl_version} -Provides: tex(wcmmib10.vf) = %{tl_version} -Provides: tex(wcmr10.vf) = %{tl_version} -Provides: tex(wcmr12.vf) = %{tl_version} -Provides: tex(wcmr17.vf) = %{tl_version} -Provides: tex(wcmr5.vf) = %{tl_version} -Provides: tex(wcmr6.vf) = %{tl_version} -Provides: tex(wcmr7.vf) = %{tl_version} -Provides: tex(wcmr8.vf) = %{tl_version} -Provides: tex(wcmr9.vf) = %{tl_version} -Provides: tex(wcmsl10.vf) = %{tl_version} -Provides: tex(wcmsl12.vf) = %{tl_version} -Provides: tex(wcmsl8.vf) = %{tl_version} -Provides: tex(wcmsl9.vf) = %{tl_version} -Provides: tex(wcmsltt10.vf) = %{tl_version} -Provides: tex(wcmss10.vf) = %{tl_version} -Provides: tex(wcmss12.vf) = %{tl_version} -Provides: tex(wcmss17.vf) = %{tl_version} -Provides: tex(wcmss8.vf) = %{tl_version} -Provides: tex(wcmss9.vf) = %{tl_version} -Provides: tex(wcmssbx10.vf) = %{tl_version} -Provides: tex(wcmssdc10.vf) = %{tl_version} -Provides: tex(wcmssi10.vf) = %{tl_version} -Provides: tex(wcmssi12.vf) = %{tl_version} -Provides: tex(wcmssi17.vf) = %{tl_version} -Provides: tex(wcmssi8.vf) = %{tl_version} -Provides: tex(wcmssi9.vf) = %{tl_version} -Provides: tex(wcmssq8.vf) = %{tl_version} -Provides: tex(wcmssqi8.vf) = %{tl_version} -Provides: tex(wcmti10.vf) = %{tl_version} -Provides: tex(wcmti12.vf) = %{tl_version} -Provides: tex(wcmti7.vf) = %{tl_version} -Provides: tex(wcmti8.vf) = %{tl_version} -Provides: tex(wcmti9.vf) = %{tl_version} -Provides: tex(wcmtt10.vf) = %{tl_version} -Provides: tex(wcmtt12.vf) = %{tl_version} -Provides: tex(wcmtt8.vf) = %{tl_version} -Provides: tex(wcmtt9.vf) = %{tl_version} -Provides: tex(wcmu10.vf) = %{tl_version} -Provides: tex(xcmb10.vf) = %{tl_version} -Provides: tex(xcmbx10.vf) = %{tl_version} -Provides: tex(xcmbx12.vf) = %{tl_version} -Provides: tex(xcmbx5.vf) = %{tl_version} -Provides: tex(xcmbx6.vf) = %{tl_version} -Provides: tex(xcmbx7.vf) = %{tl_version} -Provides: tex(xcmbx8.vf) = %{tl_version} -Provides: tex(xcmbx9.vf) = %{tl_version} -Provides: tex(xcmbxsl10.vf) = %{tl_version} -Provides: tex(xcmbxti10.vf) = %{tl_version} -Provides: tex(xcmcsc10.vf) = %{tl_version} -Provides: tex(xcmcsc8.vf) = %{tl_version} -Provides: tex(xcmcsc9.vf) = %{tl_version} -Provides: tex(xcminch.vf) = %{tl_version} -Provides: tex(xcmitt10.vf) = %{tl_version} -Provides: tex(xcmmi10.vf) = %{tl_version} -Provides: tex(xcmmi12.vf) = %{tl_version} -Provides: tex(xcmmi5.vf) = %{tl_version} -Provides: tex(xcmmi6.vf) = %{tl_version} -Provides: tex(xcmmi7.vf) = %{tl_version} -Provides: tex(xcmmi8.vf) = %{tl_version} -Provides: tex(xcmmi9.vf) = %{tl_version} -Provides: tex(xcmmib10.vf) = %{tl_version} -Provides: tex(xcmr10.vf) = %{tl_version} -Provides: tex(xcmr12.vf) = %{tl_version} -Provides: tex(xcmr17.vf) = %{tl_version} -Provides: tex(xcmr5.vf) = %{tl_version} -Provides: tex(xcmr6.vf) = %{tl_version} -Provides: tex(xcmr7.vf) = %{tl_version} -Provides: tex(xcmr8.vf) = %{tl_version} -Provides: tex(xcmr9.vf) = %{tl_version} -Provides: tex(xcmsl10.vf) = %{tl_version} -Provides: tex(xcmsl12.vf) = %{tl_version} -Provides: tex(xcmsl8.vf) = %{tl_version} -Provides: tex(xcmsl9.vf) = %{tl_version} -Provides: tex(xcmsltt10.vf) = %{tl_version} -Provides: tex(xcmss10.vf) = %{tl_version} -Provides: tex(xcmss12.vf) = %{tl_version} -Provides: tex(xcmss17.vf) = %{tl_version} -Provides: tex(xcmss8.vf) = %{tl_version} -Provides: tex(xcmss9.vf) = %{tl_version} -Provides: tex(xcmssbx10.vf) = %{tl_version} -Provides: tex(xcmssdc10.vf) = %{tl_version} -Provides: tex(xcmssi10.vf) = %{tl_version} -Provides: tex(xcmssi12.vf) = %{tl_version} -Provides: tex(xcmssi17.vf) = %{tl_version} -Provides: tex(xcmssi8.vf) = %{tl_version} -Provides: tex(xcmssi9.vf) = %{tl_version} -Provides: tex(xcmssq8.vf) = %{tl_version} -Provides: tex(xcmssqi8.vf) = %{tl_version} -Provides: tex(xcmti10.vf) = %{tl_version} -Provides: tex(xcmti12.vf) = %{tl_version} -Provides: tex(xcmti7.vf) = %{tl_version} -Provides: tex(xcmti8.vf) = %{tl_version} -Provides: tex(xcmti9.vf) = %{tl_version} -Provides: tex(xcmtt10.vf) = %{tl_version} -Provides: tex(xcmtt12.vf) = %{tl_version} -Provides: tex(xcmtt8.vf) = %{tl_version} -Provides: tex(xcmtt9.vf) = %{tl_version} -Provides: tex(xcmu10.vf) = %{tl_version} -Provides: tex(ycmb10.vf) = %{tl_version} -Provides: tex(ycmbx10.vf) = %{tl_version} -Provides: tex(ycmbx12.vf) = %{tl_version} -Provides: tex(ycmbx5.vf) = %{tl_version} -Provides: tex(ycmbx6.vf) = %{tl_version} -Provides: tex(ycmbx7.vf) = %{tl_version} -Provides: tex(ycmbx8.vf) = %{tl_version} -Provides: tex(ycmbx9.vf) = %{tl_version} -Provides: tex(ycmbxsl10.vf) = %{tl_version} -Provides: tex(ycmbxti10.vf) = %{tl_version} -Provides: tex(ycmcsc10.vf) = %{tl_version} -Provides: tex(ycmcsc8.vf) = %{tl_version} -Provides: tex(ycmcsc9.vf) = %{tl_version} -Provides: tex(ycminch.vf) = %{tl_version} -Provides: tex(ycmitt10.vf) = %{tl_version} -Provides: tex(ycmmi10.vf) = %{tl_version} -Provides: tex(ycmmi12.vf) = %{tl_version} -Provides: tex(ycmmi5.vf) = %{tl_version} -Provides: tex(ycmmi6.vf) = %{tl_version} -Provides: tex(ycmmi7.vf) = %{tl_version} -Provides: tex(ycmmi8.vf) = %{tl_version} -Provides: tex(ycmmi9.vf) = %{tl_version} -Provides: tex(ycmmib10.vf) = %{tl_version} -Provides: tex(ycmr10.vf) = %{tl_version} -Provides: tex(ycmr12.vf) = %{tl_version} -Provides: tex(ycmr17.vf) = %{tl_version} -Provides: tex(ycmr5.vf) = %{tl_version} -Provides: tex(ycmr6.vf) = %{tl_version} -Provides: tex(ycmr7.vf) = %{tl_version} -Provides: tex(ycmr8.vf) = %{tl_version} -Provides: tex(ycmr9.vf) = %{tl_version} -Provides: tex(ycmsl10.vf) = %{tl_version} -Provides: tex(ycmsl12.vf) = %{tl_version} -Provides: tex(ycmsl8.vf) = %{tl_version} -Provides: tex(ycmsl9.vf) = %{tl_version} -Provides: tex(ycmsltt10.vf) = %{tl_version} -Provides: tex(ycmss10.vf) = %{tl_version} -Provides: tex(ycmss12.vf) = %{tl_version} -Provides: tex(ycmss17.vf) = %{tl_version} -Provides: tex(ycmss8.vf) = %{tl_version} -Provides: tex(ycmss9.vf) = %{tl_version} -Provides: tex(ycmssbx10.vf) = %{tl_version} -Provides: tex(ycmssdc10.vf) = %{tl_version} -Provides: tex(ycmssi10.vf) = %{tl_version} -Provides: tex(ycmssi12.vf) = %{tl_version} -Provides: tex(ycmssi17.vf) = %{tl_version} -Provides: tex(ycmssi8.vf) = %{tl_version} -Provides: tex(ycmssi9.vf) = %{tl_version} -Provides: tex(ycmssq8.vf) = %{tl_version} -Provides: tex(ycmssqi8.vf) = %{tl_version} -Provides: tex(ycmti10.vf) = %{tl_version} -Provides: tex(ycmti12.vf) = %{tl_version} -Provides: tex(ycmti7.vf) = %{tl_version} -Provides: tex(ycmti8.vf) = %{tl_version} -Provides: tex(ycmti9.vf) = %{tl_version} -Provides: tex(ycmtt10.vf) = %{tl_version} -Provides: tex(ycmtt12.vf) = %{tl_version} -Provides: tex(ycmtt8.vf) = %{tl_version} -Provides: tex(ycmtt9.vf) = %{tl_version} -Provides: tex(ycmu10.vf) = %{tl_version} - -%description cmcyr -These are the Computer Modern fonts extended with Russian -letters, in Metafont sources and ATM Compatible Type 1 format. -The fonts are provided in KOI-7, but virtual fonts are -available to recode them to three other Russian 8-bit -encodings. - -%package cmcyr-doc -Summary: Documentation for cmcyr -Version: svn39273 - -Provides: tex-cmcyr-doc -AutoReqProv: No - -%description cmcyr-doc -Documentation for cmcyr - -%package cmdstring -Provides: tex-cmdstring = %{tl_version} -License: LPPL -Summary: Get command name reliably -Version: svn15878.1.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(cmdstring.sty) = %{tl_version} - -%description cmdstring -Extracts the letters of a command's name (e.g., foo for command -\foo), in a reliable way. - -%package cmdstring-doc -Summary: Documentation for cmdstring -Version: svn15878.1.1 - -Provides: tex-cmdstring-doc -AutoReqProv: No - -%description cmdstring-doc -Documentation for cmdstring %package cmextra -Provides: tex-cmextra = %{tl_version} -License: Knuth -Summary: Knuth's local information -Version: svn42428 +Provides: tex-cmextra = %{epoch}:%{source_date}-%{release} +License: LPPL +Summary: cmextra package +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(bible12.tfm) = %{tl_version} -Provides: tex(cmbxcd10.tfm) = %{tl_version} -Provides: tex(cmbxti12.tfm) = %{tl_version} -Provides: tex(cmbxti7.tfm) = %{tl_version} -Provides: tex(cmcscsl10.tfm) = %{tl_version} -Provides: tex(cmfibs8.tfm) = %{tl_version} -Provides: tex(cmitt12.tfm) = %{tl_version} -Provides: tex(cmitt9.tfm) = %{tl_version} -Provides: tex(cmman.tfm) = %{tl_version} -Provides: tex(cmntex10.tfm) = %{tl_version} -Provides: tex(cmntt10.tfm) = %{tl_version} -Provides: tex(cmsl6.tfm) = %{tl_version} -Provides: tex(cmsltt9.tfm) = %{tl_version} -Provides: tex(cmssbxo10.tfm) = %{tl_version} -Provides: tex(cmsslu30.tfm) = %{tl_version} -Provides: tex(cmssu30.tfm) = %{tl_version} -Provides: tex(cmsytt10.tfm) = %{tl_version} -Provides: tex(cmtim.tfm) = %{tl_version} -Provides: tex(cmvtti10.tfm) = %{tl_version} -Provides: tex(diam12.tfm) = %{tl_version} -Provides: tex(gen10.tfm) = %{tl_version} -Provides: tex(gen8.tfm) = %{tl_version} -Provides: tex(gen9.tfm) = %{tl_version} +Requires: tex-kpathsea +Provides: tex(cmbxcd10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmbxti12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmbxti7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmcscsl10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmfibs8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmitt12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmitt9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmsl6.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmsltt9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmssbxo10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmsslu30.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmssu30.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmvtti10.tfm) = %{epoch}:%{source_date}-%{release} %description cmextra -A collection of experimental programs and developments based -on, or complementary to, the matter in his distribution -directories. +cmextra package + %package cm-lgc -Provides: tex-cm-lgc = %{tl_version} +Provides: tex-cm-lgc = %{epoch}:%{source_date}-%{release} +Provides: tex-cm-lgc-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-cm-lgc-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-cm-lgc-doc < %{tl_epoch}:%{source_date} License: GPL+ Summary: Type 1 CM-based fonts for Latin, Greek and Cyrillic -Version: svn28250.0.5 +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(8r-mod.enc) = %{tl_version} -Provides: tex(cm-lgc.map) = %{tl_version} -Provides: tex(fcmb6a.tfm) = %{tl_version} -Provides: tex(fcmb6y.tfm) = %{tl_version} -Provides: tex(fcmb6z.tfm) = %{tl_version} -Provides: tex(fcmb7k.tfm) = %{tl_version} -Provides: tex(fcmb7t.tfm) = %{tl_version} -Provides: tex(fcmb8a.tfm) = %{tl_version} -Provides: tex(fcmb8c.tfm) = %{tl_version} -Provides: tex(fcmb8r.tfm) = %{tl_version} -Provides: tex(fcmb8t.tfm) = %{tl_version} -Provides: tex(fcmbc6a.tfm) = %{tl_version} -Provides: tex(fcmbc6y.tfm) = %{tl_version} -Provides: tex(fcmbc6z.tfm) = %{tl_version} -Provides: tex(fcmbc7k.tfm) = %{tl_version} -Provides: tex(fcmbc7t.tfm) = %{tl_version} -Provides: tex(fcmbc8a.tfm) = %{tl_version} -Provides: tex(fcmbc8r.tfm) = %{tl_version} -Provides: tex(fcmbc8t.tfm) = %{tl_version} -Provides: tex(fcmbcce.tfm) = %{tl_version} -Provides: tex(fcmbce.tfm) = %{tl_version} -Provides: tex(fcmbcgr.tfm) = %{tl_version} -Provides: tex(fcmbcpg.tfm) = %{tl_version} -Provides: tex(fcmbgr.tfm) = %{tl_version} -Provides: tex(fcmbi6a.tfm) = %{tl_version} -Provides: tex(fcmbi6y.tfm) = %{tl_version} -Provides: tex(fcmbi6z.tfm) = %{tl_version} -Provides: tex(fcmbi7k.tfm) = %{tl_version} -Provides: tex(fcmbi7t.tfm) = %{tl_version} -Provides: tex(fcmbi8a.tfm) = %{tl_version} -Provides: tex(fcmbi8c.tfm) = %{tl_version} -Provides: tex(fcmbi8r.tfm) = %{tl_version} -Provides: tex(fcmbi8t.tfm) = %{tl_version} -Provides: tex(fcmbice.tfm) = %{tl_version} -Provides: tex(fcmbigr.tfm) = %{tl_version} -Provides: tex(fcmbij8a.tfm) = %{tl_version} -Provides: tex(fcmbij8r.tfm) = %{tl_version} -Provides: tex(fcmbipg.tfm) = %{tl_version} -Provides: tex(fcmbo6a.tfm) = %{tl_version} -Provides: tex(fcmbo6y.tfm) = %{tl_version} -Provides: tex(fcmbo6z.tfm) = %{tl_version} -Provides: tex(fcmbo7k.tfm) = %{tl_version} -Provides: tex(fcmbo7t.tfm) = %{tl_version} -Provides: tex(fcmbo8c.tfm) = %{tl_version} -Provides: tex(fcmbo8r.tfm) = %{tl_version} -Provides: tex(fcmbo8t.tfm) = %{tl_version} -Provides: tex(fcmboc8r.tfm) = %{tl_version} -Provides: tex(fcmboce.tfm) = %{tl_version} -Provides: tex(fcmbogr.tfm) = %{tl_version} -Provides: tex(fcmbopg.tfm) = %{tl_version} -Provides: tex(fcmbpg.tfm) = %{tl_version} -Provides: tex(fcmbu6a.tfm) = %{tl_version} -Provides: tex(fcmbu6y.tfm) = %{tl_version} -Provides: tex(fcmbu6z.tfm) = %{tl_version} -Provides: tex(fcmbu7k.tfm) = %{tl_version} -Provides: tex(fcmbu7t.tfm) = %{tl_version} -Provides: tex(fcmbu8c.tfm) = %{tl_version} -Provides: tex(fcmbu8r.tfm) = %{tl_version} -Provides: tex(fcmbu8t.tfm) = %{tl_version} -Provides: tex(fcmbuce.tfm) = %{tl_version} -Provides: tex(fcmbugr.tfm) = %{tl_version} -Provides: tex(fcmbuj8r.tfm) = %{tl_version} -Provides: tex(fcmbupg.tfm) = %{tl_version} -Provides: tex(fcmr6a.tfm) = %{tl_version} -Provides: tex(fcmr6y.tfm) = %{tl_version} -Provides: tex(fcmr6z.tfm) = %{tl_version} -Provides: tex(fcmr7k.tfm) = %{tl_version} -Provides: tex(fcmr7t.tfm) = %{tl_version} -Provides: tex(fcmr8a.tfm) = %{tl_version} -Provides: tex(fcmr8c.tfm) = %{tl_version} -Provides: tex(fcmr8r.tfm) = %{tl_version} -Provides: tex(fcmr8t.tfm) = %{tl_version} -Provides: tex(fcmrc6a.tfm) = %{tl_version} -Provides: tex(fcmrc6y.tfm) = %{tl_version} -Provides: tex(fcmrc6z.tfm) = %{tl_version} -Provides: tex(fcmrc7k.tfm) = %{tl_version} -Provides: tex(fcmrc7t.tfm) = %{tl_version} -Provides: tex(fcmrc8a.tfm) = %{tl_version} -Provides: tex(fcmrc8r.tfm) = %{tl_version} -Provides: tex(fcmrc8t.tfm) = %{tl_version} -Provides: tex(fcmrcce.tfm) = %{tl_version} -Provides: tex(fcmrce.tfm) = %{tl_version} -Provides: tex(fcmrcgr.tfm) = %{tl_version} -Provides: tex(fcmrcpg.tfm) = %{tl_version} -Provides: tex(fcmrgr.tfm) = %{tl_version} -Provides: tex(fcmri6a.tfm) = %{tl_version} -Provides: tex(fcmri6y.tfm) = %{tl_version} -Provides: tex(fcmri6z.tfm) = %{tl_version} -Provides: tex(fcmri7k.tfm) = %{tl_version} -Provides: tex(fcmri7t.tfm) = %{tl_version} -Provides: tex(fcmri8a.tfm) = %{tl_version} -Provides: tex(fcmri8c.tfm) = %{tl_version} -Provides: tex(fcmri8r.tfm) = %{tl_version} -Provides: tex(fcmri8t.tfm) = %{tl_version} -Provides: tex(fcmrice.tfm) = %{tl_version} -Provides: tex(fcmrigr.tfm) = %{tl_version} -Provides: tex(fcmrij8a.tfm) = %{tl_version} -Provides: tex(fcmrij8r.tfm) = %{tl_version} -Provides: tex(fcmripg.tfm) = %{tl_version} -Provides: tex(fcmro6a.tfm) = %{tl_version} -Provides: tex(fcmro6y.tfm) = %{tl_version} -Provides: tex(fcmro6z.tfm) = %{tl_version} -Provides: tex(fcmro7k.tfm) = %{tl_version} -Provides: tex(fcmro7t.tfm) = %{tl_version} -Provides: tex(fcmro8c.tfm) = %{tl_version} -Provides: tex(fcmro8r.tfm) = %{tl_version} -Provides: tex(fcmro8t.tfm) = %{tl_version} -Provides: tex(fcmroc8r.tfm) = %{tl_version} -Provides: tex(fcmroce.tfm) = %{tl_version} -Provides: tex(fcmrogr.tfm) = %{tl_version} -Provides: tex(fcmropg.tfm) = %{tl_version} -Provides: tex(fcmrpg.tfm) = %{tl_version} -Provides: tex(fcmru6a.tfm) = %{tl_version} -Provides: tex(fcmru6y.tfm) = %{tl_version} -Provides: tex(fcmru6z.tfm) = %{tl_version} -Provides: tex(fcmru7k.tfm) = %{tl_version} -Provides: tex(fcmru7t.tfm) = %{tl_version} -Provides: tex(fcmru8c.tfm) = %{tl_version} -Provides: tex(fcmru8r.tfm) = %{tl_version} -Provides: tex(fcmru8t.tfm) = %{tl_version} -Provides: tex(fcmruce.tfm) = %{tl_version} -Provides: tex(fcmrugr.tfm) = %{tl_version} -Provides: tex(fcmruj8r.tfm) = %{tl_version} -Provides: tex(fcmrupg.tfm) = %{tl_version} -Provides: tex(fcsb6a.tfm) = %{tl_version} -Provides: tex(fcsb6y.tfm) = %{tl_version} -Provides: tex(fcsb6z.tfm) = %{tl_version} -Provides: tex(fcsb7k.tfm) = %{tl_version} -Provides: tex(fcsb7t.tfm) = %{tl_version} -Provides: tex(fcsb8a.tfm) = %{tl_version} -Provides: tex(fcsb8c.tfm) = %{tl_version} -Provides: tex(fcsb8r.tfm) = %{tl_version} -Provides: tex(fcsb8t.tfm) = %{tl_version} -Provides: tex(fcsbce.tfm) = %{tl_version} -Provides: tex(fcsbgr.tfm) = %{tl_version} -Provides: tex(fcsbo6a.tfm) = %{tl_version} -Provides: tex(fcsbo6y.tfm) = %{tl_version} -Provides: tex(fcsbo6z.tfm) = %{tl_version} -Provides: tex(fcsbo7k.tfm) = %{tl_version} -Provides: tex(fcsbo7t.tfm) = %{tl_version} -Provides: tex(fcsbo8a.tfm) = %{tl_version} -Provides: tex(fcsbo8c.tfm) = %{tl_version} -Provides: tex(fcsbo8r.tfm) = %{tl_version} -Provides: tex(fcsbo8t.tfm) = %{tl_version} -Provides: tex(fcsboce.tfm) = %{tl_version} -Provides: tex(fcsbogr.tfm) = %{tl_version} -Provides: tex(fcsbopg.tfm) = %{tl_version} -Provides: tex(fcsbpg.tfm) = %{tl_version} -Provides: tex(fcsr6a.tfm) = %{tl_version} -Provides: tex(fcsr6y.tfm) = %{tl_version} -Provides: tex(fcsr6z.tfm) = %{tl_version} -Provides: tex(fcsr7k.tfm) = %{tl_version} -Provides: tex(fcsr7t.tfm) = %{tl_version} -Provides: tex(fcsr8a.tfm) = %{tl_version} -Provides: tex(fcsr8c.tfm) = %{tl_version} -Provides: tex(fcsr8r.tfm) = %{tl_version} -Provides: tex(fcsr8t.tfm) = %{tl_version} -Provides: tex(fcsrce.tfm) = %{tl_version} -Provides: tex(fcsrgr.tfm) = %{tl_version} -Provides: tex(fcsro6a.tfm) = %{tl_version} -Provides: tex(fcsro6y.tfm) = %{tl_version} -Provides: tex(fcsro6z.tfm) = %{tl_version} -Provides: tex(fcsro7k.tfm) = %{tl_version} -Provides: tex(fcsro7t.tfm) = %{tl_version} -Provides: tex(fcsro8a.tfm) = %{tl_version} -Provides: tex(fcsro8c.tfm) = %{tl_version} -Provides: tex(fcsro8r.tfm) = %{tl_version} -Provides: tex(fcsro8t.tfm) = %{tl_version} -Provides: tex(fcsroce.tfm) = %{tl_version} -Provides: tex(fcsrogr.tfm) = %{tl_version} -Provides: tex(fcsropg.tfm) = %{tl_version} -Provides: tex(fcsrpg.tfm) = %{tl_version} -Provides: tex(fctr6a.tfm) = %{tl_version} -Provides: tex(fctr6y.tfm) = %{tl_version} -Provides: tex(fctr6z.tfm) = %{tl_version} -Provides: tex(fctr7k.tfm) = %{tl_version} -Provides: tex(fctr7t.tfm) = %{tl_version} -Provides: tex(fctr8a.tfm) = %{tl_version} -Provides: tex(fctr8c.tfm) = %{tl_version} -Provides: tex(fctr8r.tfm) = %{tl_version} -Provides: tex(fctr8t.tfm) = %{tl_version} -Provides: tex(fctrc6a.tfm) = %{tl_version} -Provides: tex(fctrc6y.tfm) = %{tl_version} -Provides: tex(fctrc6z.tfm) = %{tl_version} -Provides: tex(fctrc7k.tfm) = %{tl_version} -Provides: tex(fctrc7t.tfm) = %{tl_version} -Provides: tex(fctrc8a.tfm) = %{tl_version} -Provides: tex(fctrc8r.tfm) = %{tl_version} -Provides: tex(fctrc8t.tfm) = %{tl_version} -Provides: tex(fctrcce.tfm) = %{tl_version} -Provides: tex(fctrce.tfm) = %{tl_version} -Provides: tex(fctrcgr.tfm) = %{tl_version} -Provides: tex(fctrcpg.tfm) = %{tl_version} -Provides: tex(fctrgr.tfm) = %{tl_version} -Provides: tex(fctri6a.tfm) = %{tl_version} -Provides: tex(fctri6y.tfm) = %{tl_version} -Provides: tex(fctri6z.tfm) = %{tl_version} -Provides: tex(fctri7k.tfm) = %{tl_version} -Provides: tex(fctri7t.tfm) = %{tl_version} -Provides: tex(fctri8a.tfm) = %{tl_version} -Provides: tex(fctri8c.tfm) = %{tl_version} -Provides: tex(fctri8r.tfm) = %{tl_version} -Provides: tex(fctri8t.tfm) = %{tl_version} -Provides: tex(fctrice.tfm) = %{tl_version} -Provides: tex(fctrigr.tfm) = %{tl_version} -Provides: tex(fctrij8a.tfm) = %{tl_version} -Provides: tex(fctrij8r.tfm) = %{tl_version} -Provides: tex(fctripg.tfm) = %{tl_version} -Provides: tex(fctro6a.tfm) = %{tl_version} -Provides: tex(fctro6y.tfm) = %{tl_version} -Provides: tex(fctro6z.tfm) = %{tl_version} -Provides: tex(fctro7k.tfm) = %{tl_version} -Provides: tex(fctro7t.tfm) = %{tl_version} -Provides: tex(fctro8c.tfm) = %{tl_version} -Provides: tex(fctro8r.tfm) = %{tl_version} -Provides: tex(fctro8t.tfm) = %{tl_version} -Provides: tex(fctroc8r.tfm) = %{tl_version} -Provides: tex(fctroce.tfm) = %{tl_version} -Provides: tex(fctrogr.tfm) = %{tl_version} -Provides: tex(fctropg.tfm) = %{tl_version} -Provides: tex(fctrpg.tfm) = %{tl_version} -Provides: tex(fctru6a.tfm) = %{tl_version} -Provides: tex(fctru6y.tfm) = %{tl_version} -Provides: tex(fctru6z.tfm) = %{tl_version} -Provides: tex(fctru7k.tfm) = %{tl_version} -Provides: tex(fctru7t.tfm) = %{tl_version} -Provides: tex(fctru8c.tfm) = %{tl_version} -Provides: tex(fctru8r.tfm) = %{tl_version} -Provides: tex(fctru8t.tfm) = %{tl_version} -Provides: tex(fctruce.tfm) = %{tl_version} -Provides: tex(fctrugr.tfm) = %{tl_version} -Provides: tex(fctruj8r.tfm) = %{tl_version} -Provides: tex(fctrupg.tfm) = %{tl_version} -Provides: tex(fcmb6y.pfb) = %{tl_version} -Provides: tex(fcmb6z.pfb) = %{tl_version} -Provides: tex(fcmb8a.pfb) = %{tl_version} -Provides: tex(fcmbc6y.pfb) = %{tl_version} -Provides: tex(fcmbc6z.pfb) = %{tl_version} -Provides: tex(fcmbc8a.pfb) = %{tl_version} -Provides: tex(fcmbcce.pfb) = %{tl_version} -Provides: tex(fcmbce.pfb) = %{tl_version} -Provides: tex(fcmbcpg.pfb) = %{tl_version} -Provides: tex(fcmbi6y.pfb) = %{tl_version} -Provides: tex(fcmbi6z.pfb) = %{tl_version} -Provides: tex(fcmbi8a.pfb) = %{tl_version} -Provides: tex(fcmbice.pfb) = %{tl_version} -Provides: tex(fcmbij6y.pfb) = %{tl_version} -Provides: tex(fcmbij6z.pfb) = %{tl_version} -Provides: tex(fcmbij8a.pfb) = %{tl_version} -Provides: tex(fcmbijce.pfb) = %{tl_version} -Provides: tex(fcmbijpg.pfb) = %{tl_version} -Provides: tex(fcmbipg.pfb) = %{tl_version} -Provides: tex(fcmbpg.pfb) = %{tl_version} -Provides: tex(fcmr6y.pfb) = %{tl_version} -Provides: tex(fcmr6z.pfb) = %{tl_version} -Provides: tex(fcmr8a.pfb) = %{tl_version} -Provides: tex(fcmrc6y.pfb) = %{tl_version} -Provides: tex(fcmrc6z.pfb) = %{tl_version} -Provides: tex(fcmrc8a.pfb) = %{tl_version} -Provides: tex(fcmrcce.pfb) = %{tl_version} -Provides: tex(fcmrce.pfb) = %{tl_version} -Provides: tex(fcmrcpg.pfb) = %{tl_version} -Provides: tex(fcmri6y.pfb) = %{tl_version} -Provides: tex(fcmri6z.pfb) = %{tl_version} -Provides: tex(fcmri8a.pfb) = %{tl_version} -Provides: tex(fcmrice.pfb) = %{tl_version} -Provides: tex(fcmrij6y.pfb) = %{tl_version} -Provides: tex(fcmrij6z.pfb) = %{tl_version} -Provides: tex(fcmrij8a.pfb) = %{tl_version} -Provides: tex(fcmrijce.pfb) = %{tl_version} -Provides: tex(fcmrijpg.pfb) = %{tl_version} -Provides: tex(fcmripg.pfb) = %{tl_version} -Provides: tex(fcmrpg.pfb) = %{tl_version} -Provides: tex(fcsb6y.pfb) = %{tl_version} -Provides: tex(fcsb6z.pfb) = %{tl_version} -Provides: tex(fcsb8a.pfb) = %{tl_version} -Provides: tex(fcsbce.pfb) = %{tl_version} -Provides: tex(fcsbo6y.pfb) = %{tl_version} -Provides: tex(fcsbo6z.pfb) = %{tl_version} -Provides: tex(fcsbo8a.pfb) = %{tl_version} -Provides: tex(fcsboce.pfb) = %{tl_version} -Provides: tex(fcsbopg.pfb) = %{tl_version} -Provides: tex(fcsbpg.pfb) = %{tl_version} -Provides: tex(fcsr6y.pfb) = %{tl_version} -Provides: tex(fcsr6z.pfb) = %{tl_version} -Provides: tex(fcsr8a.pfb) = %{tl_version} -Provides: tex(fcsrce.pfb) = %{tl_version} -Provides: tex(fcsro6y.pfb) = %{tl_version} -Provides: tex(fcsro6z.pfb) = %{tl_version} -Provides: tex(fcsro8a.pfb) = %{tl_version} -Provides: tex(fcsroce.pfb) = %{tl_version} -Provides: tex(fcsropg.pfb) = %{tl_version} -Provides: tex(fcsrpg.pfb) = %{tl_version} -Provides: tex(fctr6y.pfb) = %{tl_version} -Provides: tex(fctr6z.pfb) = %{tl_version} -Provides: tex(fctr8a.pfb) = %{tl_version} -Provides: tex(fctrc6y.pfb) = %{tl_version} -Provides: tex(fctrc6z.pfb) = %{tl_version} -Provides: tex(fctrc8a.pfb) = %{tl_version} -Provides: tex(fctrcce.pfb) = %{tl_version} -Provides: tex(fctrce.pfb) = %{tl_version} -Provides: tex(fctrcpg.pfb) = %{tl_version} -Provides: tex(fctri6y.pfb) = %{tl_version} -Provides: tex(fctri6z.pfb) = %{tl_version} -Provides: tex(fctri8a.pfb) = %{tl_version} -Provides: tex(fctrice.pfb) = %{tl_version} -Provides: tex(fctrij6y.pfb) = %{tl_version} -Provides: tex(fctrij6z.pfb) = %{tl_version} -Provides: tex(fctrij8a.pfb) = %{tl_version} -Provides: tex(fctrijce.pfb) = %{tl_version} -Provides: tex(fctrijpg.pfb) = %{tl_version} -Provides: tex(fctripg.pfb) = %{tl_version} -Provides: tex(fctrpg.pfb) = %{tl_version} -Provides: tex(fcmb6a.vf) = %{tl_version} -Provides: tex(fcmb7k.vf) = %{tl_version} -Provides: tex(fcmb7t.vf) = %{tl_version} -Provides: tex(fcmb8c.vf) = %{tl_version} -Provides: tex(fcmb8t.vf) = %{tl_version} -Provides: tex(fcmbc6a.vf) = %{tl_version} -Provides: tex(fcmbc7k.vf) = %{tl_version} -Provides: tex(fcmbc7t.vf) = %{tl_version} -Provides: tex(fcmbc8t.vf) = %{tl_version} -Provides: tex(fcmbcgr.vf) = %{tl_version} -Provides: tex(fcmbgr.vf) = %{tl_version} -Provides: tex(fcmbi6a.vf) = %{tl_version} -Provides: tex(fcmbi7k.vf) = %{tl_version} -Provides: tex(fcmbi7t.vf) = %{tl_version} -Provides: tex(fcmbi8c.vf) = %{tl_version} -Provides: tex(fcmbi8t.vf) = %{tl_version} -Provides: tex(fcmbigr.vf) = %{tl_version} -Provides: tex(fcmbo6a.vf) = %{tl_version} -Provides: tex(fcmbo7k.vf) = %{tl_version} -Provides: tex(fcmbo7t.vf) = %{tl_version} -Provides: tex(fcmbo8c.vf) = %{tl_version} -Provides: tex(fcmbo8t.vf) = %{tl_version} -Provides: tex(fcmbogr.vf) = %{tl_version} -Provides: tex(fcmbu6a.vf) = %{tl_version} -Provides: tex(fcmbu7k.vf) = %{tl_version} -Provides: tex(fcmbu7t.vf) = %{tl_version} -Provides: tex(fcmbu8c.vf) = %{tl_version} -Provides: tex(fcmbu8t.vf) = %{tl_version} -Provides: tex(fcmbugr.vf) = %{tl_version} -Provides: tex(fcmr6a.vf) = %{tl_version} -Provides: tex(fcmr7k.vf) = %{tl_version} -Provides: tex(fcmr7t.vf) = %{tl_version} -Provides: tex(fcmr8c.vf) = %{tl_version} -Provides: tex(fcmr8t.vf) = %{tl_version} -Provides: tex(fcmrc6a.vf) = %{tl_version} -Provides: tex(fcmrc7k.vf) = %{tl_version} -Provides: tex(fcmrc7t.vf) = %{tl_version} -Provides: tex(fcmrc8t.vf) = %{tl_version} -Provides: tex(fcmrcgr.vf) = %{tl_version} -Provides: tex(fcmrgr.vf) = %{tl_version} -Provides: tex(fcmri6a.vf) = %{tl_version} -Provides: tex(fcmri7k.vf) = %{tl_version} -Provides: tex(fcmri7t.vf) = %{tl_version} -Provides: tex(fcmri8c.vf) = %{tl_version} -Provides: tex(fcmri8t.vf) = %{tl_version} -Provides: tex(fcmrigr.vf) = %{tl_version} -Provides: tex(fcmro6a.vf) = %{tl_version} -Provides: tex(fcmro7k.vf) = %{tl_version} -Provides: tex(fcmro7t.vf) = %{tl_version} -Provides: tex(fcmro8c.vf) = %{tl_version} -Provides: tex(fcmro8t.vf) = %{tl_version} -Provides: tex(fcmrogr.vf) = %{tl_version} -Provides: tex(fcmru6a.vf) = %{tl_version} -Provides: tex(fcmru7k.vf) = %{tl_version} -Provides: tex(fcmru7t.vf) = %{tl_version} -Provides: tex(fcmru8c.vf) = %{tl_version} -Provides: tex(fcmru8t.vf) = %{tl_version} -Provides: tex(fcmrugr.vf) = %{tl_version} -Provides: tex(fcsb6a.vf) = %{tl_version} -Provides: tex(fcsb7k.vf) = %{tl_version} -Provides: tex(fcsb7t.vf) = %{tl_version} -Provides: tex(fcsb8c.vf) = %{tl_version} -Provides: tex(fcsb8t.vf) = %{tl_version} -Provides: tex(fcsbgr.vf) = %{tl_version} -Provides: tex(fcsbo6a.vf) = %{tl_version} -Provides: tex(fcsbo7k.vf) = %{tl_version} -Provides: tex(fcsbo7t.vf) = %{tl_version} -Provides: tex(fcsbo8c.vf) = %{tl_version} -Provides: tex(fcsbo8t.vf) = %{tl_version} -Provides: tex(fcsbogr.vf) = %{tl_version} -Provides: tex(fcsr6a.vf) = %{tl_version} -Provides: tex(fcsr7k.vf) = %{tl_version} -Provides: tex(fcsr7t.vf) = %{tl_version} -Provides: tex(fcsr8c.vf) = %{tl_version} -Provides: tex(fcsr8t.vf) = %{tl_version} -Provides: tex(fcsrgr.vf) = %{tl_version} -Provides: tex(fcsro6a.vf) = %{tl_version} -Provides: tex(fcsro7k.vf) = %{tl_version} -Provides: tex(fcsro7t.vf) = %{tl_version} -Provides: tex(fcsro8c.vf) = %{tl_version} -Provides: tex(fcsro8t.vf) = %{tl_version} -Provides: tex(fcsrogr.vf) = %{tl_version} -Provides: tex(fctr6a.vf) = %{tl_version} -Provides: tex(fctr7k.vf) = %{tl_version} -Provides: tex(fctr7t.vf) = %{tl_version} -Provides: tex(fctr8c.vf) = %{tl_version} -Provides: tex(fctr8t.vf) = %{tl_version} -Provides: tex(fctrc6a.vf) = %{tl_version} -Provides: tex(fctrc7k.vf) = %{tl_version} -Provides: tex(fctrc7t.vf) = %{tl_version} -Provides: tex(fctrc8t.vf) = %{tl_version} -Provides: tex(fctrcgr.vf) = %{tl_version} -Provides: tex(fctrgr.vf) = %{tl_version} -Provides: tex(fctri6a.vf) = %{tl_version} -Provides: tex(fctri7k.vf) = %{tl_version} -Provides: tex(fctri7t.vf) = %{tl_version} -Provides: tex(fctri8c.vf) = %{tl_version} -Provides: tex(fctri8t.vf) = %{tl_version} -Provides: tex(fctrigr.vf) = %{tl_version} -Provides: tex(fctro6a.vf) = %{tl_version} -Provides: tex(fctro7k.vf) = %{tl_version} -Provides: tex(fctro7t.vf) = %{tl_version} -Provides: tex(fctro8c.vf) = %{tl_version} -Provides: tex(fctro8t.vf) = %{tl_version} -Provides: tex(fctrogr.vf) = %{tl_version} -Provides: tex(fctru6a.vf) = %{tl_version} -Provides: tex(fctru7k.vf) = %{tl_version} -Provides: tex(fctru7t.vf) = %{tl_version} -Provides: tex(fctru8c.vf) = %{tl_version} -Provides: tex(fctru8t.vf) = %{tl_version} -Provides: tex(fctrugr.vf) = %{tl_version} -Provides: tex(antcmlgc.sty) = %{tl_version} -Provides: tex(cmlgc.sty) = %{tl_version} -Provides: tex(lgrfcm.fd) = %{tl_version} -Provides: tex(lgrfcs.fd) = %{tl_version} -Provides: tex(lgrfct.fd) = %{tl_version} -Provides: tex(ot1fcm.fd) = %{tl_version} -Provides: tex(ot1fcs.fd) = %{tl_version} -Provides: tex(ot1fct.fd) = %{tl_version} -Provides: tex(ot2fcm.fd) = %{tl_version} -Provides: tex(ot2fcs.fd) = %{tl_version} -Provides: tex(ot2fct.fd) = %{tl_version} -Provides: tex(t1fcm.fd) = %{tl_version} -Provides: tex(t1fcs.fd) = %{tl_version} -Provides: tex(t1fct.fd) = %{tl_version} -Provides: tex(t2afcm.fd) = %{tl_version} -Provides: tex(t2afcs.fd) = %{tl_version} -Provides: tex(t2afct.fd) = %{tl_version} -Provides: tex(ts1fcm.fd) = %{tl_version} -Provides: tex(ts1fcs.fd) = %{tl_version} -Provides: tex(ts1fct.fd) = %{tl_version} -Provides: tex(ut1fcm.fd) = %{tl_version} -Provides: tex(ut1fcs.fd) = %{tl_version} -Provides: tex(ut1fct.fd) = %{tl_version} -Obsoletes: tex-cm-lgc < %{tl_version} +Requires: tex-kpathsea +Provides: tex(8r-mod.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(cm-lgc.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmb6a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmb6y.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmb6z.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmb7k.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmb7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmb8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmb8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmb8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmb8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbc6a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbc6y.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbc6z.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbc7k.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbc7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbc8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbc8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbc8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbcce.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbce.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbcgr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbcpg.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbgr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbi6a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbi6y.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbi6z.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbi7k.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbi7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbi8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbi8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbi8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbi8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbice.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbigr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbij8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbij8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbipg.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbo6a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbo6y.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbo6z.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbo7k.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbo7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbo8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbo8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbo8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmboc8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmboce.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbogr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbopg.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbpg.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbu6a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbu6y.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbu6z.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbu7k.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbu7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbu8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbu8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbu8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbuce.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbugr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbuj8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbupg.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmr6a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmr6y.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmr6z.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmr7k.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmr7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmr8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmr8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmr8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmr8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmrc6a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmrc6y.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmrc6z.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmrc7k.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmrc7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmrc8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmrc8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmrc8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmrcce.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmrce.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmrcgr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmrcpg.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmrgr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmri6a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmri6y.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmri6z.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmri7k.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmri7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmri8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmri8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmri8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmri8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmrice.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmrigr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmrij8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmrij8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmripg.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmro6a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmro6y.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmro6z.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmro7k.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmro7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmro8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmro8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmro8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmroc8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmroce.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmrogr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmropg.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmrpg.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmru6a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmru6y.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmru6z.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmru7k.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmru7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmru8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmru8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmru8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmruce.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmrugr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmruj8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmrupg.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsb6a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsb6y.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsb6z.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsb7k.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsb7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsb8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsb8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsb8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsb8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsbce.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsbgr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsbo6a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsbo6y.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsbo6z.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsbo7k.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsbo7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsbo8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsbo8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsbo8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsbo8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsboce.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsbogr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsbopg.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsbpg.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsr6a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsr6y.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsr6z.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsr7k.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsr7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsr8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsr8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsr8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsr8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsrce.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsrgr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsro6a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsro6y.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsro6z.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsro7k.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsro7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsro8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsro8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsro8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsro8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsroce.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsrogr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsropg.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsrpg.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctr6a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctr6y.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctr6z.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctr7k.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctr7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctr8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctr8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctr8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctr8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctrc6a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctrc6y.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctrc6z.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctrc7k.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctrc7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctrc8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctrc8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctrc8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctrcce.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctrce.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctrcgr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctrcpg.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctrgr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctri6a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctri6y.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctri6z.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctri7k.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctri7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctri8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctri8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctri8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctri8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctrice.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctrigr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctrij8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctrij8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctripg.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctro6a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctro6y.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctro6z.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctro7k.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctro7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctro8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctro8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctro8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctroc8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctroce.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctrogr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctropg.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctrpg.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctru6a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctru6y.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctru6z.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctru7k.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctru7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctru8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctru8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctru8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctruce.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctrugr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctruj8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctrupg.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmb6y.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmb6z.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmb8a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbc6y.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbc6z.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbc8a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbcce.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbce.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbcpg.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbi6y.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbi6z.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbi8a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbice.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbij6y.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbij6z.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbij8a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbijce.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbijpg.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbipg.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbpg.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmr6y.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmr6z.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmr8a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmrc6y.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmrc6z.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmrc8a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmrcce.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmrce.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmrcpg.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmri6y.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmri6z.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmri8a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmrice.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmrij6y.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmrij6z.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmrij8a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmrijce.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmrijpg.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmripg.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmrpg.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsb6y.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsb6z.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsb8a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsbce.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsbo6y.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsbo6z.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsbo8a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsboce.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsbopg.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsbpg.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsr6y.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsr6z.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsr8a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsrce.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsro6y.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsro6z.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsro8a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsroce.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsropg.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsrpg.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctr6y.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctr6z.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctr8a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctrc6y.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctrc6z.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctrc8a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctrcce.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctrce.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctrcpg.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctri6y.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctri6z.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctri8a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctrice.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctrij6y.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctrij6z.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctrij8a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctrijce.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctrijpg.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctripg.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctrpg.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmb6a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmb7k.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmb7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmb8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmb8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbc6a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbc7k.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbc7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbc8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbcgr.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbgr.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbi6a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbi7k.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbi7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbi8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbi8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbigr.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbo6a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbo7k.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbo7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbo8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbo8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbogr.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbu6a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbu7k.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbu7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbu8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbu8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmbugr.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmr6a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmr7k.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmr7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmr8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmr8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmrc6a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmrc7k.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmrc7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmrc8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmrcgr.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmrgr.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmri6a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmri7k.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmri7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmri8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmri8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmrigr.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmro6a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmro7k.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmro7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmro8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmro8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmrogr.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmru6a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmru7k.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmru7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmru8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmru8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcmrugr.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsb6a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsb7k.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsb7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsb8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsb8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsbgr.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsbo6a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsbo7k.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsbo7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsbo8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsbo8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsbogr.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsr6a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsr7k.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsr7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsr8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsr8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsrgr.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsro6a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsro7k.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsro7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsro8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsro8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcsrogr.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctr6a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctr7k.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctr7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctr8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctr8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctrc6a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctrc7k.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctrc7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctrc8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctrcgr.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctrgr.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctri6a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctri7k.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctri7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctri8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctri8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctrigr.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctro6a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctro7k.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctro7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctro8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctro8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctrogr.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctru6a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctru7k.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctru7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctru8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctru8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(fctrugr.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(antcmlgc.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmlgc.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(lgrfcm.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(lgrfcs.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(lgrfct.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot1fcm.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot1fcs.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot1fct.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot2fcm.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot2fcs.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot2fct.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1fcm.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1fcs.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1fct.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t2afcm.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t2afcs.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t2afct.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1fcm.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1fcs.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1fct.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ut1fcm.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ut1fcs.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ut1fct.fd) = %{epoch}:%{source_date}-%{release} +Obsoletes: tex-cm-lgc < %{epoch}:%{source_date}-%{release} %description cm-lgc The fonts are converted from Metafont sources of the Computer @@ -33464,797 +10058,538 @@ single size only; it offers a compact set for 'general' working. The fonts themselves are encoded to external standards, and virtual fonts are provided for use with TeX. -%package cm-lgc-doc -Summary: Documentation for cm-lgc -Version: svn28250.0.5 - -Provides: tex-cm-lgc-doc -AutoReqProv: No - -%description cm-lgc-doc -Documentation for cm-lgc - -%package cmll -Provides: tex-cmll = %{tl_version} -License: LPPL -Summary: Symbols for linear logic -Version: svn17964.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(graphicx.sty) -Requires: tex(relsize.sty) -Provides: tex(cmll.map) = %{tl_version} -Provides: tex(cmllbx10.tfm) = %{tl_version} -Provides: tex(cmllbx12.tfm) = %{tl_version} -Provides: tex(cmllbx5.tfm) = %{tl_version} -Provides: tex(cmllbx6.tfm) = %{tl_version} -Provides: tex(cmllbx7.tfm) = %{tl_version} -Provides: tex(cmllbx8.tfm) = %{tl_version} -Provides: tex(cmllbx9.tfm) = %{tl_version} -Provides: tex(cmllr10.tfm) = %{tl_version} -Provides: tex(cmllr12.tfm) = %{tl_version} -Provides: tex(cmllr17.tfm) = %{tl_version} -Provides: tex(cmllr5.tfm) = %{tl_version} -Provides: tex(cmllr6.tfm) = %{tl_version} -Provides: tex(cmllr7.tfm) = %{tl_version} -Provides: tex(cmllr8.tfm) = %{tl_version} -Provides: tex(cmllr9.tfm) = %{tl_version} -Provides: tex(cmllss10.tfm) = %{tl_version} -Provides: tex(cmllss12.tfm) = %{tl_version} -Provides: tex(cmllss17.tfm) = %{tl_version} -Provides: tex(cmllss8.tfm) = %{tl_version} -Provides: tex(cmllss9.tfm) = %{tl_version} -Provides: tex(cmllssbx10.tfm) = %{tl_version} -Provides: tex(eullbx10.tfm) = %{tl_version} -Provides: tex(eullbx5.tfm) = %{tl_version} -Provides: tex(eullbx6.tfm) = %{tl_version} -Provides: tex(eullbx7.tfm) = %{tl_version} -Provides: tex(eullbx8.tfm) = %{tl_version} -Provides: tex(eullbx9.tfm) = %{tl_version} -Provides: tex(eullr10.tfm) = %{tl_version} -Provides: tex(eullr5.tfm) = %{tl_version} -Provides: tex(eullr6.tfm) = %{tl_version} -Provides: tex(eullr7.tfm) = %{tl_version} -Provides: tex(eullr8.tfm) = %{tl_version} -Provides: tex(eullr9.tfm) = %{tl_version} -Provides: tex(cmllbx10.pfb) = %{tl_version} -Provides: tex(cmllbx12.pfb) = %{tl_version} -Provides: tex(cmllbx5.pfb) = %{tl_version} -Provides: tex(cmllbx6.pfb) = %{tl_version} -Provides: tex(cmllbx7.pfb) = %{tl_version} -Provides: tex(cmllbx8.pfb) = %{tl_version} -Provides: tex(cmllbx9.pfb) = %{tl_version} -Provides: tex(cmllr10.pfb) = %{tl_version} -Provides: tex(cmllr12.pfb) = %{tl_version} -Provides: tex(cmllr17.pfb) = %{tl_version} -Provides: tex(cmllr5.pfb) = %{tl_version} -Provides: tex(cmllr6.pfb) = %{tl_version} -Provides: tex(cmllr7.pfb) = %{tl_version} -Provides: tex(cmllr8.pfb) = %{tl_version} -Provides: tex(cmllr9.pfb) = %{tl_version} -Provides: tex(cmllss10.pfb) = %{tl_version} -Provides: tex(cmllss12.pfb) = %{tl_version} -Provides: tex(cmllss17.pfb) = %{tl_version} -Provides: tex(cmllss8.pfb) = %{tl_version} -Provides: tex(cmllss9.pfb) = %{tl_version} -Provides: tex(cmllssbx10.pfb) = %{tl_version} -Provides: tex(eullbx10.pfb) = %{tl_version} -Provides: tex(eullbx5.pfb) = %{tl_version} -Provides: tex(eullbx6.pfb) = %{tl_version} -Provides: tex(eullbx7.pfb) = %{tl_version} -Provides: tex(eullbx8.pfb) = %{tl_version} -Provides: tex(eullbx9.pfb) = %{tl_version} -Provides: tex(eullr10.pfb) = %{tl_version} -Provides: tex(eullr5.pfb) = %{tl_version} -Provides: tex(eullr6.pfb) = %{tl_version} -Provides: tex(eullr7.pfb) = %{tl_version} -Provides: tex(eullr8.pfb) = %{tl_version} -Provides: tex(eullr9.pfb) = %{tl_version} -Provides: tex(cmll.sty) = %{tl_version} -Provides: tex(ucmllr.fd) = %{tl_version} -Provides: tex(ucmllss.fd) = %{tl_version} -Provides: tex(ueull.fd) = %{tl_version} - -%description cmll -This is a very small font set that contain some symbols useful -in linear logic, which are apparently not available elsewhere. -Variants are included for use with Computer Modern serif and -sans-serif and with the AMS Euler series. The font is provided -both as Metafont source, and in Adobe Type 1 format. LaTeX -support is provided. - -%package cmll-doc -Summary: Documentation for cmll -Version: svn17964.0 - -Provides: tex-cmll-doc -AutoReqProv: No - -%description cmll-doc -Documentation for cmll - -%package cmpica -Provides: tex-cmpica = %{tl_version} -License: Public Domain -Summary: A Computer Modern Pica variant -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(cmpica.tfm) = %{tl_version} -Provides: tex(cmpicab.tfm) = %{tl_version} -Provides: tex(cmpicati.tfm) = %{tl_version} - -%description cmpica -An approximate equivalent of the Xerox Pica typeface; the font -is optimised for submitting fiction manuscripts to mainline -publishers. The font is a fixed-width one, rather less heavy -than Computer Modern typewriter. Emphasis for bold-face comes -from a wavy underline of each letter. The two fonts are -supplied as Metafont source. - -%package cmpica-doc -Summary: Documentation for cmpica -Version: svn15878.0 - -Provides: tex-cmpica-doc -AutoReqProv: No - -%description cmpica-doc -Documentation for cmpica - -%package cmpj -Provides: tex-cmpj = %{tl_version} -License: LPPL -Summary: Style for the journal Condensed Matter Physics -Version: svn51661 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fancyhdr.sty) -Requires: tex(graphicx.sty) -Requires: tex(natbib.sty) -Requires: tex(ifthen.sty) -Requires: tex(hyperref.sty) -Requires: tex(doi.sty) -Requires: tex(url.sty) -Requires: tex(txfonts.sty) -Requires: tex(fourier.sty) -Requires: tex(droidserif.sty) -Requires: tex(droidsans.sty) -Requires: tex(droidsansmono.sty) -Requires: tex(fontenc.sty) -Requires: tex(textcomp.sty) -Requires: tex(amsmath.sty) -Requires: tex(amssymb.sty) -Requires: tex(newtxmath.sty) -Provides: tex(cmpj.sty) = %{tl_version} -Provides: tex(cmpj2.sty) = %{tl_version} -Provides: tex(cmpj3.sty) = %{tl_version} - -%description cmpj -The package contains macros and some documentation for -typesetting papers for submission to the Condensed Matter -Physics journal published by the Institute for Condensed Matter -Physics of the National Academy of Sciences of Ukraine. - -%package cmpj-doc -Summary: Documentation for cmpj -Version: svn51661 -Provides: tex-cmpj-doc -AutoReqProv: No - -%description cmpj-doc -Documentation for cmpj - -%package cmsd -Provides: tex-cmsd = %{tl_version} -License: LPPL -Summary: Interfaces to the CM Sans Serif Bold fonts -Version: svn18787.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(cmsd.sty) = %{tl_version} -Provides: tex(t1cmsd.fd) = %{tl_version} -Provides: tex(ts1cmsd.fd) = %{tl_version} - -%description cmsd -Thr purpose of the package is to provide an alternative -interface to the CM Sans Serif boldface fonts. The EC (T1, -Cork) encoded versions of the 'CM Sans Serif boldface extended' -fonts differ considerably from the traditionally (OT1) encoded -ones: at large sizes, >10pt, they have thinner strokes and are -much wider. At 25pt they are hardly to be recognized as being -'boldface'. This package attempts to make these T1 fonts look -like the traditional ones did. You do not need any new fonts; -the package just changes the way LaTeX makes use of the current -ones. - -%package cmsd-doc -Summary: Documentation for cmsd -Version: svn18787.0 - -Provides: tex-cmsd-doc -AutoReqProv: No - -%description cmsd-doc -Documentation for cmsd %package cm-super -Provides: tex-cm-super = %{tl_version} +Provides: tex-cm-super = %{epoch}:%{source_date}-%{release} +Provides: tex-cm-super-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-cm-super-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-cm-super-doc < %{tl_epoch}:%{source_date} License: GPL+ Summary: CM-Super family of fonts -Version: svn15878.0 +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-kpathsea Requires: tex(t1cmr.fd) -Provides: tex(cm-super-t1.enc) = %{tl_version} -Provides: tex(cm-super-t2a.enc) = %{tl_version} -Provides: tex(cm-super-t2b.enc) = %{tl_version} -Provides: tex(cm-super-t2c.enc) = %{tl_version} -Provides: tex(cm-super-ts1.enc) = %{tl_version} -Provides: tex(cm-super-x2.enc) = %{tl_version} -Provides: tex(cm-super-t1.map) = %{tl_version} -Provides: tex(cm-super-t2a.map) = %{tl_version} -Provides: tex(cm-super-t2b.map) = %{tl_version} -Provides: tex(cm-super-t2c.map) = %{tl_version} -Provides: tex(cm-super-ts1.map) = %{tl_version} -Provides: tex(cm-super-x2.map) = %{tl_version} -Provides: tex(isflb8.pfb) = %{tl_version} -Provides: tex(isfli8.pfb) = %{tl_version} -Provides: tex(isflo8.pfb) = %{tl_version} -Provides: tex(isflq8.pfb) = %{tl_version} -Provides: tex(isfltt8.pfb) = %{tl_version} -Provides: tex(sfbbx10.pfb) = %{tl_version} -Provides: tex(sfbi0500.pfb) = %{tl_version} -Provides: tex(sfbi0600.pfb) = %{tl_version} -Provides: tex(sfbi0700.pfb) = %{tl_version} -Provides: tex(sfbi0800.pfb) = %{tl_version} -Provides: tex(sfbi0900.pfb) = %{tl_version} -Provides: tex(sfbi1000.pfb) = %{tl_version} -Provides: tex(sfbi1095.pfb) = %{tl_version} -Provides: tex(sfbi1200.pfb) = %{tl_version} -Provides: tex(sfbi1440.pfb) = %{tl_version} -Provides: tex(sfbi1728.pfb) = %{tl_version} -Provides: tex(sfbi2074.pfb) = %{tl_version} -Provides: tex(sfbi2488.pfb) = %{tl_version} -Provides: tex(sfbi2986.pfb) = %{tl_version} -Provides: tex(sfbi3583.pfb) = %{tl_version} -Provides: tex(sfbl0500.pfb) = %{tl_version} -Provides: tex(sfbl0600.pfb) = %{tl_version} -Provides: tex(sfbl0700.pfb) = %{tl_version} -Provides: tex(sfbl0800.pfb) = %{tl_version} -Provides: tex(sfbl0900.pfb) = %{tl_version} -Provides: tex(sfbl1000.pfb) = %{tl_version} -Provides: tex(sfbl1095.pfb) = %{tl_version} -Provides: tex(sfbl1200.pfb) = %{tl_version} -Provides: tex(sfbl1440.pfb) = %{tl_version} -Provides: tex(sfbl1728.pfb) = %{tl_version} -Provides: tex(sfbl2074.pfb) = %{tl_version} -Provides: tex(sfbl2488.pfb) = %{tl_version} -Provides: tex(sfbl2986.pfb) = %{tl_version} -Provides: tex(sfbl3583.pfb) = %{tl_version} -Provides: tex(sfbm0500.pfb) = %{tl_version} -Provides: tex(sfbm0700.pfb) = %{tl_version} -Provides: tex(sfbm0900.pfb) = %{tl_version} -Provides: tex(sfbm1000.pfb) = %{tl_version} -Provides: tex(sfbm1095.pfb) = %{tl_version} -Provides: tex(sfbm1200.pfb) = %{tl_version} -Provides: tex(sfbm1440.pfb) = %{tl_version} -Provides: tex(sfbm1728.pfb) = %{tl_version} -Provides: tex(sfbm2074.pfb) = %{tl_version} -Provides: tex(sfbm2488.pfb) = %{tl_version} -Provides: tex(sfbm2986.pfb) = %{tl_version} -Provides: tex(sfbm3583.pfb) = %{tl_version} -Provides: tex(sfbmo10.pfb) = %{tl_version} -Provides: tex(sfbmo17.pfb) = %{tl_version} -Provides: tex(sfbmo8.pfb) = %{tl_version} -Provides: tex(sfbmo9.pfb) = %{tl_version} -Provides: tex(sfbmr10.pfb) = %{tl_version} -Provides: tex(sfbmr17.pfb) = %{tl_version} -Provides: tex(sfbmr8.pfb) = %{tl_version} -Provides: tex(sfbmr9.pfb) = %{tl_version} -Provides: tex(sfbso10.pfb) = %{tl_version} -Provides: tex(sfbso17.pfb) = %{tl_version} -Provides: tex(sfbso8.pfb) = %{tl_version} -Provides: tex(sfbso9.pfb) = %{tl_version} -Provides: tex(sfbsr10.pfb) = %{tl_version} -Provides: tex(sfbsr17.pfb) = %{tl_version} -Provides: tex(sfbsr8.pfb) = %{tl_version} -Provides: tex(sfbsr9.pfb) = %{tl_version} -Provides: tex(sfbtl10.pfb) = %{tl_version} -Provides: tex(sfbto10.pfb) = %{tl_version} -Provides: tex(sfbx0500.pfb) = %{tl_version} -Provides: tex(sfbx0600.pfb) = %{tl_version} -Provides: tex(sfbx0700.pfb) = %{tl_version} -Provides: tex(sfbx0800.pfb) = %{tl_version} -Provides: tex(sfbx0900.pfb) = %{tl_version} -Provides: tex(sfbx1000.pfb) = %{tl_version} -Provides: tex(sfbx1095.pfb) = %{tl_version} -Provides: tex(sfbx1200.pfb) = %{tl_version} -Provides: tex(sfbx1440.pfb) = %{tl_version} -Provides: tex(sfbx1728.pfb) = %{tl_version} -Provides: tex(sfbx2074.pfb) = %{tl_version} -Provides: tex(sfbx2488.pfb) = %{tl_version} -Provides: tex(sfbx2986.pfb) = %{tl_version} -Provides: tex(sfbx3583.pfb) = %{tl_version} -Provides: tex(sfcc0500.pfb) = %{tl_version} -Provides: tex(sfcc0600.pfb) = %{tl_version} -Provides: tex(sfcc0700.pfb) = %{tl_version} -Provides: tex(sfcc0800.pfb) = %{tl_version} -Provides: tex(sfcc0900.pfb) = %{tl_version} -Provides: tex(sfcc1000.pfb) = %{tl_version} -Provides: tex(sfcc1095.pfb) = %{tl_version} -Provides: tex(sfcc1200.pfb) = %{tl_version} -Provides: tex(sfcc1440.pfb) = %{tl_version} -Provides: tex(sfcc1728.pfb) = %{tl_version} -Provides: tex(sfcc2074.pfb) = %{tl_version} -Provides: tex(sfcc2488.pfb) = %{tl_version} -Provides: tex(sfcc2986.pfb) = %{tl_version} -Provides: tex(sfcc3583.pfb) = %{tl_version} -Provides: tex(sfci0500.pfb) = %{tl_version} -Provides: tex(sfci0600.pfb) = %{tl_version} -Provides: tex(sfci0700.pfb) = %{tl_version} -Provides: tex(sfci0800.pfb) = %{tl_version} -Provides: tex(sfci0900.pfb) = %{tl_version} -Provides: tex(sfci1000.pfb) = %{tl_version} -Provides: tex(sfci1095.pfb) = %{tl_version} -Provides: tex(sfci1200.pfb) = %{tl_version} -Provides: tex(sfci1440.pfb) = %{tl_version} -Provides: tex(sfci1728.pfb) = %{tl_version} -Provides: tex(sfci2074.pfb) = %{tl_version} -Provides: tex(sfci2488.pfb) = %{tl_version} -Provides: tex(sfci2986.pfb) = %{tl_version} -Provides: tex(sfci3583.pfb) = %{tl_version} -Provides: tex(sfdh0500.pfb) = %{tl_version} -Provides: tex(sfdh0600.pfb) = %{tl_version} -Provides: tex(sfdh0700.pfb) = %{tl_version} -Provides: tex(sfdh0800.pfb) = %{tl_version} -Provides: tex(sfdh0900.pfb) = %{tl_version} -Provides: tex(sfdh1000.pfb) = %{tl_version} -Provides: tex(sfdh1095.pfb) = %{tl_version} -Provides: tex(sfdh1200.pfb) = %{tl_version} -Provides: tex(sfdh1440.pfb) = %{tl_version} -Provides: tex(sfdh1728.pfb) = %{tl_version} -Provides: tex(sfdh2074.pfb) = %{tl_version} -Provides: tex(sfdh2488.pfb) = %{tl_version} -Provides: tex(sfdh2986.pfb) = %{tl_version} -Provides: tex(sfdh3583.pfb) = %{tl_version} -Provides: tex(sffb0500.pfb) = %{tl_version} -Provides: tex(sffb0600.pfb) = %{tl_version} -Provides: tex(sffb0700.pfb) = %{tl_version} -Provides: tex(sffb0800.pfb) = %{tl_version} -Provides: tex(sffb0900.pfb) = %{tl_version} -Provides: tex(sffb1000.pfb) = %{tl_version} -Provides: tex(sffb1095.pfb) = %{tl_version} -Provides: tex(sffb1200.pfb) = %{tl_version} -Provides: tex(sffb1440.pfb) = %{tl_version} -Provides: tex(sffb1728.pfb) = %{tl_version} -Provides: tex(sffb2074.pfb) = %{tl_version} -Provides: tex(sfff0900.pfb) = %{tl_version} -Provides: tex(sfff1000.pfb) = %{tl_version} -Provides: tex(sfff1095.pfb) = %{tl_version} -Provides: tex(sfff1200.pfb) = %{tl_version} -Provides: tex(sfff1440.pfb) = %{tl_version} -Provides: tex(sfff2488.pfb) = %{tl_version} -Provides: tex(sffi0900.pfb) = %{tl_version} -Provides: tex(sffi1000.pfb) = %{tl_version} -Provides: tex(sffi1095.pfb) = %{tl_version} -Provides: tex(sffi1200.pfb) = %{tl_version} -Provides: tex(sffi1440.pfb) = %{tl_version} -Provides: tex(sffi1728.pfb) = %{tl_version} -Provides: tex(sffi2074.pfb) = %{tl_version} -Provides: tex(sffs0500.pfb) = %{tl_version} -Provides: tex(sffs0600.pfb) = %{tl_version} -Provides: tex(sffs0700.pfb) = %{tl_version} -Provides: tex(sffs0800.pfb) = %{tl_version} -Provides: tex(sffs0900.pfb) = %{tl_version} -Provides: tex(sffs1000.pfb) = %{tl_version} -Provides: tex(sffs1095.pfb) = %{tl_version} -Provides: tex(sffs1200.pfb) = %{tl_version} -Provides: tex(sffs1440.pfb) = %{tl_version} -Provides: tex(sffs1728.pfb) = %{tl_version} -Provides: tex(sffs2074.pfb) = %{tl_version} -Provides: tex(sfit0800.pfb) = %{tl_version} -Provides: tex(sfit0900.pfb) = %{tl_version} -Provides: tex(sfit1000.pfb) = %{tl_version} -Provides: tex(sfit1095.pfb) = %{tl_version} -Provides: tex(sfit1200.pfb) = %{tl_version} -Provides: tex(sfit1440.pfb) = %{tl_version} -Provides: tex(sfit1728.pfb) = %{tl_version} -Provides: tex(sfit2074.pfb) = %{tl_version} -Provides: tex(sfit2488.pfb) = %{tl_version} -Provides: tex(sflb8.pfb) = %{tl_version} -Provides: tex(sfli8.pfb) = %{tl_version} -Provides: tex(sflo8.pfb) = %{tl_version} -Provides: tex(sflq8.pfb) = %{tl_version} -Provides: tex(sfltt8.pfb) = %{tl_version} -Provides: tex(sfoc0500.pfb) = %{tl_version} -Provides: tex(sfoc0600.pfb) = %{tl_version} -Provides: tex(sfoc0700.pfb) = %{tl_version} -Provides: tex(sfoc0800.pfb) = %{tl_version} -Provides: tex(sfoc0900.pfb) = %{tl_version} -Provides: tex(sfoc1000.pfb) = %{tl_version} -Provides: tex(sfoc1095.pfb) = %{tl_version} -Provides: tex(sfoc1200.pfb) = %{tl_version} -Provides: tex(sfoc1440.pfb) = %{tl_version} -Provides: tex(sfoc1728.pfb) = %{tl_version} -Provides: tex(sfoc2074.pfb) = %{tl_version} -Provides: tex(sfoc2488.pfb) = %{tl_version} -Provides: tex(sfoc2986.pfb) = %{tl_version} -Provides: tex(sfoc3583.pfb) = %{tl_version} -Provides: tex(sfocc10.pfb) = %{tl_version} -Provides: tex(sform10.pfb) = %{tl_version} -Provides: tex(sform5.pfb) = %{tl_version} -Provides: tex(sform6.pfb) = %{tl_version} -Provides: tex(sform7.pfb) = %{tl_version} -Provides: tex(sform8.pfb) = %{tl_version} -Provides: tex(sform9.pfb) = %{tl_version} -Provides: tex(sfosl10.pfb) = %{tl_version} -Provides: tex(sfosl5.pfb) = %{tl_version} -Provides: tex(sfosl6.pfb) = %{tl_version} -Provides: tex(sfosl7.pfb) = %{tl_version} -Provides: tex(sfosl8.pfb) = %{tl_version} -Provides: tex(sfosl9.pfb) = %{tl_version} -Provides: tex(sfoti10.pfb) = %{tl_version} -Provides: tex(sfqi8.pfb) = %{tl_version} -Provides: tex(sfrb0500.pfb) = %{tl_version} -Provides: tex(sfrb0600.pfb) = %{tl_version} -Provides: tex(sfrb0700.pfb) = %{tl_version} -Provides: tex(sfrb0800.pfb) = %{tl_version} -Provides: tex(sfrb0900.pfb) = %{tl_version} -Provides: tex(sfrb1000.pfb) = %{tl_version} -Provides: tex(sfrb1095.pfb) = %{tl_version} -Provides: tex(sfrb1200.pfb) = %{tl_version} -Provides: tex(sfrb1440.pfb) = %{tl_version} -Provides: tex(sfrb1728.pfb) = %{tl_version} -Provides: tex(sfrb2074.pfb) = %{tl_version} -Provides: tex(sfrb2488.pfb) = %{tl_version} -Provides: tex(sfrb2986.pfb) = %{tl_version} -Provides: tex(sfrb3583.pfb) = %{tl_version} -Provides: tex(sfrm0500.pfb) = %{tl_version} -Provides: tex(sfrm0600.pfb) = %{tl_version} -Provides: tex(sfrm0700.pfb) = %{tl_version} -Provides: tex(sfrm0800.pfb) = %{tl_version} -Provides: tex(sfrm0900.pfb) = %{tl_version} -Provides: tex(sfrm1000.pfb) = %{tl_version} -Provides: tex(sfrm1095.pfb) = %{tl_version} -Provides: tex(sfrm1200.pfb) = %{tl_version} -Provides: tex(sfrm1440.pfb) = %{tl_version} -Provides: tex(sfrm1728.pfb) = %{tl_version} -Provides: tex(sfrm2074.pfb) = %{tl_version} -Provides: tex(sfrm2488.pfb) = %{tl_version} -Provides: tex(sfrm2986.pfb) = %{tl_version} -Provides: tex(sfrm3583.pfb) = %{tl_version} -Provides: tex(sfsc0500.pfb) = %{tl_version} -Provides: tex(sfsc0600.pfb) = %{tl_version} -Provides: tex(sfsc0700.pfb) = %{tl_version} -Provides: tex(sfsc0800.pfb) = %{tl_version} -Provides: tex(sfsc0900.pfb) = %{tl_version} -Provides: tex(sfsc1000.pfb) = %{tl_version} -Provides: tex(sfsc1095.pfb) = %{tl_version} -Provides: tex(sfsc1200.pfb) = %{tl_version} -Provides: tex(sfsc1440.pfb) = %{tl_version} -Provides: tex(sfsc1728.pfb) = %{tl_version} -Provides: tex(sfsc2074.pfb) = %{tl_version} -Provides: tex(sfsc2488.pfb) = %{tl_version} -Provides: tex(sfsc2986.pfb) = %{tl_version} -Provides: tex(sfsc3583.pfb) = %{tl_version} -Provides: tex(sfsi0500.pfb) = %{tl_version} -Provides: tex(sfsi0600.pfb) = %{tl_version} -Provides: tex(sfsi0700.pfb) = %{tl_version} -Provides: tex(sfsi0800.pfb) = %{tl_version} -Provides: tex(sfsi0900.pfb) = %{tl_version} -Provides: tex(sfsi1000.pfb) = %{tl_version} -Provides: tex(sfsi1095.pfb) = %{tl_version} -Provides: tex(sfsi1200.pfb) = %{tl_version} -Provides: tex(sfsi1440.pfb) = %{tl_version} -Provides: tex(sfsi1728.pfb) = %{tl_version} -Provides: tex(sfsi2074.pfb) = %{tl_version} -Provides: tex(sfsi2488.pfb) = %{tl_version} -Provides: tex(sfsi2986.pfb) = %{tl_version} -Provides: tex(sfsi3583.pfb) = %{tl_version} -Provides: tex(sfsl0500.pfb) = %{tl_version} -Provides: tex(sfsl0600.pfb) = %{tl_version} -Provides: tex(sfsl0700.pfb) = %{tl_version} -Provides: tex(sfsl0800.pfb) = %{tl_version} -Provides: tex(sfsl0900.pfb) = %{tl_version} -Provides: tex(sfsl1000.pfb) = %{tl_version} -Provides: tex(sfsl1095.pfb) = %{tl_version} -Provides: tex(sfsl1200.pfb) = %{tl_version} -Provides: tex(sfsl1440.pfb) = %{tl_version} -Provides: tex(sfsl1728.pfb) = %{tl_version} -Provides: tex(sfsl2074.pfb) = %{tl_version} -Provides: tex(sfsl2488.pfb) = %{tl_version} -Provides: tex(sfsl2986.pfb) = %{tl_version} -Provides: tex(sfsl3583.pfb) = %{tl_version} -Provides: tex(sfso0500.pfb) = %{tl_version} -Provides: tex(sfso0600.pfb) = %{tl_version} -Provides: tex(sfso0700.pfb) = %{tl_version} -Provides: tex(sfso0800.pfb) = %{tl_version} -Provides: tex(sfso0900.pfb) = %{tl_version} -Provides: tex(sfso1000.pfb) = %{tl_version} -Provides: tex(sfso1095.pfb) = %{tl_version} -Provides: tex(sfso1200.pfb) = %{tl_version} -Provides: tex(sfso1440.pfb) = %{tl_version} -Provides: tex(sfso1728.pfb) = %{tl_version} -Provides: tex(sfso2074.pfb) = %{tl_version} -Provides: tex(sfso2488.pfb) = %{tl_version} -Provides: tex(sfso2986.pfb) = %{tl_version} -Provides: tex(sfso3583.pfb) = %{tl_version} -Provides: tex(sfsq8.pfb) = %{tl_version} -Provides: tex(sfss0500.pfb) = %{tl_version} -Provides: tex(sfss0600.pfb) = %{tl_version} -Provides: tex(sfss0700.pfb) = %{tl_version} -Provides: tex(sfss0800.pfb) = %{tl_version} -Provides: tex(sfss0900.pfb) = %{tl_version} -Provides: tex(sfss1000.pfb) = %{tl_version} -Provides: tex(sfss1095.pfb) = %{tl_version} -Provides: tex(sfss1200.pfb) = %{tl_version} -Provides: tex(sfss1440.pfb) = %{tl_version} -Provides: tex(sfss1728.pfb) = %{tl_version} -Provides: tex(sfss2074.pfb) = %{tl_version} -Provides: tex(sfss2488.pfb) = %{tl_version} -Provides: tex(sfss2986.pfb) = %{tl_version} -Provides: tex(sfss3583.pfb) = %{tl_version} -Provides: tex(sfssdc10.pfb) = %{tl_version} -Provides: tex(sfst0800.pfb) = %{tl_version} -Provides: tex(sfst0900.pfb) = %{tl_version} -Provides: tex(sfst1000.pfb) = %{tl_version} -Provides: tex(sfst1095.pfb) = %{tl_version} -Provides: tex(sfst1200.pfb) = %{tl_version} -Provides: tex(sfst1440.pfb) = %{tl_version} -Provides: tex(sfst1728.pfb) = %{tl_version} -Provides: tex(sfst2074.pfb) = %{tl_version} -Provides: tex(sfst2488.pfb) = %{tl_version} -Provides: tex(sfst2986.pfb) = %{tl_version} -Provides: tex(sfst3583.pfb) = %{tl_version} -Provides: tex(sfsx0500.pfb) = %{tl_version} -Provides: tex(sfsx0600.pfb) = %{tl_version} -Provides: tex(sfsx0700.pfb) = %{tl_version} -Provides: tex(sfsx0800.pfb) = %{tl_version} -Provides: tex(sfsx0900.pfb) = %{tl_version} -Provides: tex(sfsx1000.pfb) = %{tl_version} -Provides: tex(sfsx1095.pfb) = %{tl_version} -Provides: tex(sfsx1200.pfb) = %{tl_version} -Provides: tex(sfsx1440.pfb) = %{tl_version} -Provides: tex(sfsx1728.pfb) = %{tl_version} -Provides: tex(sfsx2074.pfb) = %{tl_version} -Provides: tex(sfsx2488.pfb) = %{tl_version} -Provides: tex(sfsx2986.pfb) = %{tl_version} -Provides: tex(sfsx3583.pfb) = %{tl_version} -Provides: tex(sftc0800.pfb) = %{tl_version} -Provides: tex(sftc0900.pfb) = %{tl_version} -Provides: tex(sftc1000.pfb) = %{tl_version} -Provides: tex(sftc1095.pfb) = %{tl_version} -Provides: tex(sftc1200.pfb) = %{tl_version} -Provides: tex(sftc1440.pfb) = %{tl_version} -Provides: tex(sftc1728.pfb) = %{tl_version} -Provides: tex(sftc2074.pfb) = %{tl_version} -Provides: tex(sftc2488.pfb) = %{tl_version} -Provides: tex(sftc2986.pfb) = %{tl_version} -Provides: tex(sftc3583.pfb) = %{tl_version} -Provides: tex(sfti0500.pfb) = %{tl_version} -Provides: tex(sfti0600.pfb) = %{tl_version} -Provides: tex(sfti0700.pfb) = %{tl_version} -Provides: tex(sfti0800.pfb) = %{tl_version} -Provides: tex(sfti0900.pfb) = %{tl_version} -Provides: tex(sfti1000.pfb) = %{tl_version} -Provides: tex(sfti1095.pfb) = %{tl_version} -Provides: tex(sfti1200.pfb) = %{tl_version} -Provides: tex(sfti1440.pfb) = %{tl_version} -Provides: tex(sfti1728.pfb) = %{tl_version} -Provides: tex(sfti2074.pfb) = %{tl_version} -Provides: tex(sfti2488.pfb) = %{tl_version} -Provides: tex(sfti2986.pfb) = %{tl_version} -Provides: tex(sfti3583.pfb) = %{tl_version} -Provides: tex(sftt0800.pfb) = %{tl_version} -Provides: tex(sftt0900.pfb) = %{tl_version} -Provides: tex(sftt1000.pfb) = %{tl_version} -Provides: tex(sftt1095.pfb) = %{tl_version} -Provides: tex(sftt1200.pfb) = %{tl_version} -Provides: tex(sftt1440.pfb) = %{tl_version} -Provides: tex(sftt1728.pfb) = %{tl_version} -Provides: tex(sftt2074.pfb) = %{tl_version} -Provides: tex(sftt2488.pfb) = %{tl_version} -Provides: tex(sftt2986.pfb) = %{tl_version} -Provides: tex(sftt3583.pfb) = %{tl_version} -Provides: tex(sfui0500.pfb) = %{tl_version} -Provides: tex(sfui0600.pfb) = %{tl_version} -Provides: tex(sfui0700.pfb) = %{tl_version} -Provides: tex(sfui0800.pfb) = %{tl_version} -Provides: tex(sfui0900.pfb) = %{tl_version} -Provides: tex(sfui1000.pfb) = %{tl_version} -Provides: tex(sfui1095.pfb) = %{tl_version} -Provides: tex(sfui1200.pfb) = %{tl_version} -Provides: tex(sfui1440.pfb) = %{tl_version} -Provides: tex(sfui1728.pfb) = %{tl_version} -Provides: tex(sfui2074.pfb) = %{tl_version} -Provides: tex(sfui2488.pfb) = %{tl_version} -Provides: tex(sfui2986.pfb) = %{tl_version} -Provides: tex(sfui3583.pfb) = %{tl_version} -Provides: tex(sfvi0800.pfb) = %{tl_version} -Provides: tex(sfvi0900.pfb) = %{tl_version} -Provides: tex(sfvi1000.pfb) = %{tl_version} -Provides: tex(sfvi1095.pfb) = %{tl_version} -Provides: tex(sfvi1200.pfb) = %{tl_version} -Provides: tex(sfvi1440.pfb) = %{tl_version} -Provides: tex(sfvi1728.pfb) = %{tl_version} -Provides: tex(sfvi2074.pfb) = %{tl_version} -Provides: tex(sfvi2488.pfb) = %{tl_version} -Provides: tex(sfvi2986.pfb) = %{tl_version} -Provides: tex(sfvi3583.pfb) = %{tl_version} -Provides: tex(sfvt0800.pfb) = %{tl_version} -Provides: tex(sfvt0900.pfb) = %{tl_version} -Provides: tex(sfvt1000.pfb) = %{tl_version} -Provides: tex(sfvt1095.pfb) = %{tl_version} -Provides: tex(sfvt1200.pfb) = %{tl_version} -Provides: tex(sfvt1440.pfb) = %{tl_version} -Provides: tex(sfvt1728.pfb) = %{tl_version} -Provides: tex(sfvt2074.pfb) = %{tl_version} -Provides: tex(sfvt2488.pfb) = %{tl_version} -Provides: tex(sfvt2986.pfb) = %{tl_version} -Provides: tex(sfvt3583.pfb) = %{tl_version} -Provides: tex(sfxc0500.pfb) = %{tl_version} -Provides: tex(sfxc0600.pfb) = %{tl_version} -Provides: tex(sfxc0700.pfb) = %{tl_version} -Provides: tex(sfxc0800.pfb) = %{tl_version} -Provides: tex(sfxc0900.pfb) = %{tl_version} -Provides: tex(sfxc1000.pfb) = %{tl_version} -Provides: tex(sfxc1095.pfb) = %{tl_version} -Provides: tex(sfxc1200.pfb) = %{tl_version} -Provides: tex(sfxc1440.pfb) = %{tl_version} -Provides: tex(sfxc1728.pfb) = %{tl_version} -Provides: tex(sfxc2074.pfb) = %{tl_version} -Provides: tex(sfxc2488.pfb) = %{tl_version} -Provides: tex(sfxc2986.pfb) = %{tl_version} -Provides: tex(sfxc3583.pfb) = %{tl_version} -Provides: tex(type1ec.sty) = %{tl_version} +Provides: tex(cm-super-t1.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(cm-super-t2a.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(cm-super-t2b.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(cm-super-t2c.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(cm-super-ts1.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(cm-super-x2.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(cm-super-t1.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(cm-super-t2a.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(cm-super-t2b.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(cm-super-t2c.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(cm-super-ts1.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(cm-super-x2.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(isflb8.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(isfli8.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(isflo8.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(isflq8.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(isfltt8.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfbbx10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfbi0500.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfbi0600.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfbi0700.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfbi0800.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfbi0900.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfbi1000.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfbi1095.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfbi1200.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfbi1440.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfbi1728.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfbi2074.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfbi2488.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfbi2986.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfbi3583.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfbl0500.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfbl0600.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfbl0700.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfbl0800.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfbl0900.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfbl1000.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfbl1095.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfbl1200.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfbl1440.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfbl1728.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfbl2074.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfbl2488.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfbl2986.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfbl3583.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfbm0500.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfbm0700.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfbm0900.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfbm1000.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfbm1095.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfbm1200.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfbm1440.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfbm1728.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfbm2074.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfbm2488.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfbm2986.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfbm3583.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfbmo10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfbmo17.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfbmo8.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfbmo9.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfbmr10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfbmr17.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfbmr8.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfbmr9.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfbso10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfbso17.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfbso8.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfbso9.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfbsr10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfbsr17.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfbsr8.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfbsr9.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfbtl10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfbto10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfbx0500.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfbx0600.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfbx0700.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfbx0800.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfbx0900.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfbx1000.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfbx1095.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfbx1200.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfbx1440.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfbx1728.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfbx2074.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfbx2488.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfbx2986.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfbx3583.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfcc0500.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfcc0600.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfcc0700.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfcc0800.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfcc0900.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfcc1000.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfcc1095.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfcc1200.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfcc1440.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfcc1728.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfcc2074.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfcc2488.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfcc2986.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfcc3583.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfci0500.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfci0600.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfci0700.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfci0800.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfci0900.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfci1000.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfci1095.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfci1200.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfci1440.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfci1728.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfci2074.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfci2488.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfci2986.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfci3583.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfdh0500.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfdh0600.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfdh0700.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfdh0800.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfdh0900.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfdh1000.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfdh1095.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfdh1200.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfdh1440.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfdh1728.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfdh2074.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfdh2488.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfdh2986.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfdh3583.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sffb0500.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sffb0600.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sffb0700.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sffb0800.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sffb0900.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sffb1000.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sffb1095.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sffb1200.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sffb1440.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sffb1728.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sffb2074.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfff0900.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfff1000.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfff1095.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfff1200.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfff1440.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfff2488.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sffi0900.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sffi1000.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sffi1095.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sffi1200.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sffi1440.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sffi1728.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sffi2074.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sffs0500.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sffs0600.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sffs0700.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sffs0800.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sffs0900.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sffs1000.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sffs1095.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sffs1200.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sffs1440.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sffs1728.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sffs2074.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfit0800.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfit0900.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfit1000.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfit1095.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfit1200.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfit1440.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfit1728.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfit2074.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfit2488.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sflb8.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfli8.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sflo8.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sflq8.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfltt8.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfoc0500.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfoc0600.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfoc0700.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfoc0800.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfoc0900.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfoc1000.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfoc1095.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfoc1200.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfoc1440.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfoc1728.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfoc2074.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfoc2488.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfoc2986.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfoc3583.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfocc10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sform10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sform5.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sform6.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sform7.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sform8.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sform9.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfosl10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfosl5.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfosl6.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfosl7.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfosl8.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfosl9.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfoti10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfqi8.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfrb0500.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfrb0600.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfrb0700.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfrb0800.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfrb0900.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfrb1000.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfrb1095.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfrb1200.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfrb1440.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfrb1728.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfrb2074.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfrb2488.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfrb2986.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfrb3583.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfrm0500.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfrm0600.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfrm0700.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfrm0800.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfrm0900.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfrm1000.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfrm1095.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfrm1200.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfrm1440.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfrm1728.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfrm2074.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfrm2488.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfrm2986.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfrm3583.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfsc0500.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfsc0600.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfsc0700.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfsc0800.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfsc0900.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfsc1000.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfsc1095.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfsc1200.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfsc1440.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfsc1728.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfsc2074.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfsc2488.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfsc2986.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfsc3583.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfsi0500.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfsi0600.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfsi0700.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfsi0800.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfsi0900.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfsi1000.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfsi1095.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfsi1200.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfsi1440.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfsi1728.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfsi2074.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfsi2488.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfsi2986.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfsi3583.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfsl0500.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfsl0600.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfsl0700.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfsl0800.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfsl0900.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfsl1000.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfsl1095.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfsl1200.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfsl1440.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfsl1728.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfsl2074.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfsl2488.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfsl2986.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfsl3583.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfso0500.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfso0600.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfso0700.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfso0800.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfso0900.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfso1000.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfso1095.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfso1200.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfso1440.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfso1728.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfso2074.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfso2488.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfso2986.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfso3583.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfsq8.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfss0500.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfss0600.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfss0700.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfss0800.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfss0900.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfss1000.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfss1095.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfss1200.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfss1440.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfss1728.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfss2074.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfss2488.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfss2986.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfss3583.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfssdc10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfst0800.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfst0900.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfst1000.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfst1095.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfst1200.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfst1440.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfst1728.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfst2074.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfst2488.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfst2986.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfst3583.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfsx0500.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfsx0600.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfsx0700.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfsx0800.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfsx0900.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfsx1000.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfsx1095.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfsx1200.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfsx1440.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfsx1728.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfsx2074.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfsx2488.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfsx2986.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfsx3583.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sftc0800.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sftc0900.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sftc1000.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sftc1095.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sftc1200.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sftc1440.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sftc1728.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sftc2074.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sftc2488.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sftc2986.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sftc3583.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfti0500.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfti0600.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfti0700.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfti0800.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfti0900.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfti1000.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfti1095.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfti1200.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfti1440.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfti1728.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfti2074.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfti2488.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfti2986.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfti3583.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sftt0800.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sftt0900.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sftt1000.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sftt1095.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sftt1200.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sftt1440.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sftt1728.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sftt2074.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sftt2488.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sftt2986.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sftt3583.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfui0500.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfui0600.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfui0700.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfui0800.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfui0900.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfui1000.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfui1095.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfui1200.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfui1440.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfui1728.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfui2074.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfui2488.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfui2986.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfui3583.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfvi0800.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfvi0900.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfvi1000.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfvi1095.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfvi1200.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfvi1440.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfvi1728.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfvi2074.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfvi2488.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfvi2986.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfvi3583.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfvt0800.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfvt0900.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfvt1000.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfvt1095.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfvt1200.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfvt1440.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfvt1728.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfvt2074.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfvt2488.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfvt2986.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfvt3583.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfxc0500.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfxc0600.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfxc0700.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfxc0800.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfxc0900.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfxc1000.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfxc1095.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfxc1200.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfxc1440.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfxc1728.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfxc2074.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfxc2488.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfxc2986.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfxc3583.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(type1ec.sty) = %{epoch}:%{source_date}-%{release} %description cm-super -The CM-Super family provides Adobe Type 1 fonts that replace +CM-Super family of fonts are Adobe Type 1 fonts that replace the T1/TS1-encoded Computer Modern (EC/TC), T1/TS1-encoded -Concrete, T1/TS1-encoded CM bright and LH Cyrillic fonts (thus -supporting all European languages except Greek), and bringing -many ameliorations in typesetting quality. The fonts exhibit -the same metrics as the Metafont-encoded originals. +Concrete, T1/TS1-encoded CM bright and LH fonts (thus +supporting all European languages except Greek, and all +Cyrillic-based languages), and bringing many ameliorations in +typesetting quality. The fonts exhibit the same metrics as the +MetaFont-encoded originals. -%package cm-super-doc -Summary: Documentation for cm-super -Version: svn15878.0 - -Provides: tex-cm-super-doc -AutoReqProv: No - -%description cm-super-doc -Documentation for cm-super - -%package cmtiup -Provides: tex-cmtiup = %{tl_version} -License: LPPL 1.3 -Summary: Upright punctuation with CM italic -Version: svn39728 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(cmtiup10.tfm) = %{tl_version} -Provides: tex(cmtiup12.tfm) = %{tl_version} -Provides: tex(cmtiup7.tfm) = %{tl_version} -Provides: tex(cmtiup8.tfm) = %{tl_version} -Provides: tex(cmtiup9.tfm) = %{tl_version} -Provides: tex(cmtiup10.vf) = %{tl_version} -Provides: tex(cmtiup12.vf) = %{tl_version} -Provides: tex(cmtiup7.vf) = %{tl_version} -Provides: tex(cmtiup8.vf) = %{tl_version} -Provides: tex(cmtiup9.vf) = %{tl_version} -Provides: tex(cmtiup.sty) = %{tl_version} - -%description cmtiup -The cmtiup fonts address a problem with the appearance of -punctuation in italic text in mathematical documents. To -achieve this, all punctuation characters are upright, and -kerning between letters and punctuation is adjusted to allow -for the italic correction. The fonts are implemented as a set -of vf files; a package for support in LaTeX 2e is provided. - -%package cmtiup-doc -Summary: Documentation for cmtiup -Version: svn39728 - -Provides: tex-cmtiup-doc -AutoReqProv: No - -%description cmtiup-doc -Documentation for cmtiup %package cm -Provides: tex-cm = %{tl_version} +Provides: tex-cm = %{epoch}:%{source_date}-%{release} +Provides: tex-cm-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-cm-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-cm-doc < %{tl_epoch}:%{source_date} License: Knuth Summary: Computer Modern fonts -Version: svn49028 +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(cmtext-bsr-interpolated.map) = %{tl_version} -Provides: tex(cmb10.tfm) = %{tl_version} -Provides: tex(cmbcsc10.tfm) = %{tl_version} -Provides: tex(cmbsy10.tfm) = %{tl_version} -Provides: tex(cmbx10.tfm) = %{tl_version} -Provides: tex(cmbx12.tfm) = %{tl_version} -Provides: tex(cmbx5.tfm) = %{tl_version} -Provides: tex(cmbx6.tfm) = %{tl_version} -Provides: tex(cmbx7.tfm) = %{tl_version} -Provides: tex(cmbx8.tfm) = %{tl_version} -Provides: tex(cmbx9.tfm) = %{tl_version} -Provides: tex(cmbxsl10.tfm) = %{tl_version} -Provides: tex(cmbxti10.tfm) = %{tl_version} -Provides: tex(cmcsc10.tfm) = %{tl_version} -Provides: tex(cmdunh10.tfm) = %{tl_version} -Provides: tex(cmex10.tfm) = %{tl_version} -Provides: tex(cmff10.tfm) = %{tl_version} -Provides: tex(cmfi10.tfm) = %{tl_version} -Provides: tex(cmfib8.tfm) = %{tl_version} -Provides: tex(cminch.tfm) = %{tl_version} -Provides: tex(cmitt10.tfm) = %{tl_version} -Provides: tex(cmmi10.tfm) = %{tl_version} -Provides: tex(cmmi12.tfm) = %{tl_version} -Provides: tex(cmmi5.tfm) = %{tl_version} -Provides: tex(cmmi6.tfm) = %{tl_version} -Provides: tex(cmmi7.tfm) = %{tl_version} -Provides: tex(cmmi8.tfm) = %{tl_version} -Provides: tex(cmmi9.tfm) = %{tl_version} -Provides: tex(cmmib10.tfm) = %{tl_version} -Provides: tex(cmr10.tfm) = %{tl_version} -Provides: tex(cmr12.tfm) = %{tl_version} -Provides: tex(cmr17.tfm) = %{tl_version} -Provides: tex(cmr5.tfm) = %{tl_version} -Provides: tex(cmr6.tfm) = %{tl_version} -Provides: tex(cmr7.tfm) = %{tl_version} -Provides: tex(cmr8.tfm) = %{tl_version} -Provides: tex(cmr9.tfm) = %{tl_version} -Provides: tex(cmsl10.tfm) = %{tl_version} -Provides: tex(cmsl12.tfm) = %{tl_version} -Provides: tex(cmsl8.tfm) = %{tl_version} -Provides: tex(cmsl9.tfm) = %{tl_version} -Provides: tex(cmsltt10.tfm) = %{tl_version} -Provides: tex(cmss10.tfm) = %{tl_version} -Provides: tex(cmss12.tfm) = %{tl_version} -Provides: tex(cmss17.tfm) = %{tl_version} -Provides: tex(cmss8.tfm) = %{tl_version} -Provides: tex(cmss9.tfm) = %{tl_version} -Provides: tex(cmssbx10.tfm) = %{tl_version} -Provides: tex(cmssdc10.tfm) = %{tl_version} -Provides: tex(cmssi10.tfm) = %{tl_version} -Provides: tex(cmssi12.tfm) = %{tl_version} -Provides: tex(cmssi17.tfm) = %{tl_version} -Provides: tex(cmssi8.tfm) = %{tl_version} -Provides: tex(cmssi9.tfm) = %{tl_version} -Provides: tex(cmssq8.tfm) = %{tl_version} -Provides: tex(cmssqi8.tfm) = %{tl_version} -Provides: tex(cmsy10.tfm) = %{tl_version} -Provides: tex(cmsy5.tfm) = %{tl_version} -Provides: tex(cmsy6.tfm) = %{tl_version} -Provides: tex(cmsy7.tfm) = %{tl_version} -Provides: tex(cmsy8.tfm) = %{tl_version} -Provides: tex(cmsy9.tfm) = %{tl_version} -Provides: tex(cmtcsc10.tfm) = %{tl_version} -Provides: tex(cmtex10.tfm) = %{tl_version} -Provides: tex(cmtex8.tfm) = %{tl_version} -Provides: tex(cmtex9.tfm) = %{tl_version} -Provides: tex(cmti10.tfm) = %{tl_version} -Provides: tex(cmti12.tfm) = %{tl_version} -Provides: tex(cmti7.tfm) = %{tl_version} -Provides: tex(cmti8.tfm) = %{tl_version} -Provides: tex(cmti9.tfm) = %{tl_version} -Provides: tex(cmtt10.tfm) = %{tl_version} -Provides: tex(cmtt12.tfm) = %{tl_version} -Provides: tex(cmtt8.tfm) = %{tl_version} -Provides: tex(cmtt9.tfm) = %{tl_version} -Provides: tex(cmu10.tfm) = %{tl_version} -Provides: tex(cmvtt10.tfm) = %{tl_version} +Requires: tex-kpathsea +Provides: tex(cmtext-bsr-interpolated.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmb10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmbcsc10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmbsy10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmbx10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmbx12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmbx5.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmbx6.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmbx7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmbx8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmbx9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmbxsl10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmbxti10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmcsc10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmdunh10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmex10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmff10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmfi10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmfib8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cminch.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmitt10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmmi10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmmi12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmmi5.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmmi6.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmmi7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmmi8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmmi9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmmib10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmr10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmr12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmr17.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmr5.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmr6.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmr7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmr8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmr9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmsl10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmsl12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmsl8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmsl9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmsltt10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmss10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmss12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmss17.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmss8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmss9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmssbx10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmssdc10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmssi10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmssi12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmssi17.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmssi8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmssi9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmssq8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmssqi8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmsy10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmsy5.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmsy6.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmsy7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmsy8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmsy9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmtcsc10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmtex10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmtex8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmtex9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmti10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmti12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmti7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmti8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmti9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmtt10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmtt12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmtt8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmtt9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmu10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmvtt10.tfm) = %{epoch}:%{source_date}-%{release} %description cm Knuth's final iteration of his re-interpretation of a c.19 @@ -34268,505 +10603,10 @@ distribution, and also the BaKoMa distribution). The Computer Modern fonts have inspired many later families, notably the European Computer Modern and the Latin Modern families. -%package cm-doc -Summary: Documentation for cm -Version: svn49028 -Provides: tex-cm-doc -AutoReqProv: No - -%description cm-doc -Documentation for cm - -%package cm-unicode -Provides: tex-cm-unicode = %{tl_version} -License: OFL -Summary: Computer Modern Unicode font family -Version: svn19445.0.7.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(cmu-ec.enc) = %{tl_version} -Provides: tex(cmu-ecsc.enc) = %{tl_version} -Provides: tex(cmu-g.enc) = %{tl_version} -Provides: tex(cmu-gsc.enc) = %{tl_version} -Provides: tex(cmu-la.enc) = %{tl_version} -Provides: tex(cmu-lasc.enc) = %{tl_version} -Provides: tex(cmu-lb.enc) = %{tl_version} -Provides: tex(cmu-lc.enc) = %{tl_version} -Provides: tex(cmu-ld.enc) = %{tl_version} -Provides: tex(cmu-rx.enc) = %{tl_version} -Provides: tex(cmu-tc.enc) = %{tl_version} -Provides: tex(cmu-tipa.enc) = %{tl_version} -Provides: tex(cmu-tipx.enc) = %{tl_version} -Provides: tex(cmu-ux.enc) = %{tl_version} -Provides: tex(cmu-uxsc.enc) = %{tl_version} -Provides: tex(cmu-vn.enc) = %{tl_version} -Provides: tex(cmu.map) = %{tl_version} -Provides: tex(cmunbbx.otf) = %{tl_version} -Provides: tex(cmunbi.otf) = %{tl_version} -Provides: tex(cmunbl.otf) = %{tl_version} -Provides: tex(cmunbmo.otf) = %{tl_version} -Provides: tex(cmunbmr.otf) = %{tl_version} -Provides: tex(cmunbso.otf) = %{tl_version} -Provides: tex(cmunbsr.otf) = %{tl_version} -Provides: tex(cmunbtl.otf) = %{tl_version} -Provides: tex(cmunbto.otf) = %{tl_version} -Provides: tex(cmunbx.otf) = %{tl_version} -Provides: tex(cmunbxo.otf) = %{tl_version} -Provides: tex(cmunci.otf) = %{tl_version} -Provides: tex(cmunit.otf) = %{tl_version} -Provides: tex(cmunobi.otf) = %{tl_version} -Provides: tex(cmunobx.otf) = %{tl_version} -Provides: tex(cmunorm.otf) = %{tl_version} -Provides: tex(cmunoti.otf) = %{tl_version} -Provides: tex(cmunrb.otf) = %{tl_version} -Provides: tex(cmunrm.otf) = %{tl_version} -Provides: tex(cmunsi.otf) = %{tl_version} -Provides: tex(cmunsl.otf) = %{tl_version} -Provides: tex(cmunso.otf) = %{tl_version} -Provides: tex(cmunss.otf) = %{tl_version} -Provides: tex(cmunssdc.otf) = %{tl_version} -Provides: tex(cmunst.otf) = %{tl_version} -Provides: tex(cmunsx.otf) = %{tl_version} -Provides: tex(cmuntb.otf) = %{tl_version} -Provides: tex(cmunti.otf) = %{tl_version} -Provides: tex(cmuntt.otf) = %{tl_version} -Provides: tex(cmuntx.otf) = %{tl_version} -Provides: tex(cmunui.otf) = %{tl_version} -Provides: tex(cmunvi.otf) = %{tl_version} -Provides: tex(cmunvt.otf) = %{tl_version} -Provides: tex(cmunbbx.pfb) = %{tl_version} -Provides: tex(cmunbi.pfb) = %{tl_version} -Provides: tex(cmunbl.pfb) = %{tl_version} -Provides: tex(cmunbmo.pfb) = %{tl_version} -Provides: tex(cmunbmr.pfb) = %{tl_version} -Provides: tex(cmunbso.pfb) = %{tl_version} -Provides: tex(cmunbsr.pfb) = %{tl_version} -Provides: tex(cmunbtl.pfb) = %{tl_version} -Provides: tex(cmunbto.pfb) = %{tl_version} -Provides: tex(cmunbx.pfb) = %{tl_version} -Provides: tex(cmunbxo.pfb) = %{tl_version} -Provides: tex(cmunci.pfb) = %{tl_version} -Provides: tex(cmunit.pfb) = %{tl_version} -Provides: tex(cmunobi.pfb) = %{tl_version} -Provides: tex(cmunobx.pfb) = %{tl_version} -Provides: tex(cmunorm.pfb) = %{tl_version} -Provides: tex(cmunoti.pfb) = %{tl_version} -Provides: tex(cmunrb.pfb) = %{tl_version} -Provides: tex(cmunrm.pfb) = %{tl_version} -Provides: tex(cmunsi.pfb) = %{tl_version} -Provides: tex(cmunsl.pfb) = %{tl_version} -Provides: tex(cmunso.pfb) = %{tl_version} -Provides: tex(cmunss.pfb) = %{tl_version} -Provides: tex(cmunssdc.pfb) = %{tl_version} -Provides: tex(cmunst.pfb) = %{tl_version} -Provides: tex(cmunsx.pfb) = %{tl_version} -Provides: tex(cmuntb.pfb) = %{tl_version} -Provides: tex(cmunti.pfb) = %{tl_version} -Provides: tex(cmuntt.pfb) = %{tl_version} -Provides: tex(cmuntx.pfb) = %{tl_version} -Provides: tex(cmunui.pfb) = %{tl_version} -Provides: tex(cmunvi.pfb) = %{tl_version} -Provides: tex(cmunvt.pfb) = %{tl_version} - -%description cm-unicode -Computer Modern Unicode fonts, converted from Metafont sources -using mftrace with autotrace backend and fontforge. Some -characters in several fonts are copied from Blue Sky type 1 -fonts released by AMS. Currently the fonts contain glyphs from -Latin (Metafont ec, tc, vnr), Cyrillic (lh), Greek (cbgreek -when available) code sets and IPA extensions (from tipa). This -font set contains 33 fonts. This archive contains AFM, PFB and -OTF versions; the OTF version of the Computer Modern Unicode -fonts works with TeX engines that directly support OpenType -features, such as XeTeX and LuaTeX. - -%package cm-unicode-doc -Summary: Documentation for cm-unicode -Version: svn19445.0.7.0 - -Provides: tex-cm-unicode-doc -AutoReqProv: No - -%description cm-unicode-doc -Documentation for cm-unicode - -%package cnbwp -Provides: tex-cnbwp = %{tl_version} -License: LPPL -Summary: Typeset working papers of the Czech National Bank -Version: svn32550.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(url.sty) -Requires: tex(makeidx.sty) -Requires: tex(multicol.sty) -Requires: tex(graphicx.sty) -Requires: tex(color.sty) -Requires: tex(verbatim.sty) -Requires: tex(moreverb.sty) -Requires: tex(dcolumn.sty) -Requires: tex(rotating.sty) -Requires: tex(fontspec.sty) -Requires: tex(polyglossia.sty) -Requires: tex(zwpagelayout.sty) -Requires: tex(hyperref.sty) -Requires: tex(xevlna.sty) -Requires: tex(ifpdf.sty) -Requires: tex(fontenc.sty) -Requires: tex(babel.sty) -Requires: tex(mathptmx.sty) -Requires: tex(natbib.sty) -Requires: tex(keyval.sty) -Provides: tex(cnbwp-manual.sty) = %{tl_version} -Provides: tex(cnbwp.cls) = %{tl_version} -Provides: tex(cnbwpsizes.clo) = %{tl_version} - -%description cnbwp -The package supports proper formatting of Working Papers of the -Czech National Bank (WP CNB). The package was developed for CNB -but it is also intended for authors from outside CNB. - -%package cnbwp-doc -Summary: Documentation for cnbwp -Version: svn32550.0 - -Provides: tex-cnbwp-doc -AutoReqProv: No - -%description cnbwp-doc -Documentation for cnbwp - -%package cnltx -Provides: tex-cnltx = %{tl_version} -License: LPPL 1.3 -Summary: LaTeX tools and documenting facilities -Version: svn52601 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pgfopts.sty) -Requires: tex(etoolbox.sty) -Requires: tex(ltxcmds.sty) -Requires: tex(pdftexcmds.sty) -Requires: tex(xcolor.sty) -Requires: tex(trimspaces.sty) -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Requires: tex(fontenc.sty) -Requires: tex(fontspec.sty) -Requires: tex(libertine.sty) -Requires: tex(superiors.sty) -Requires: tex(microtype.sty) -Requires: tex(beramono.sty) -Requires: tex(fnpct.sty) -Requires: tex(scrlayer-scrpage.sty) -Requires: tex(biblatex.sty) -Requires: tex(imakeidx.sty) -Requires: tex(multicol.sty) -Requires: tex(marginnote.sty) -Requires: tex(ragged2e.sty) -Requires: tex(hyperref.sty) -Requires: tex(mdframed.sty) -Requires: tex(idxcmds.sty) -Requires: tex(textcomp.sty) -Requires: tex(adjustbox.sty) -Requires: tex(ulem.sty) -Requires: tex(listings.sty) -Requires: tex(catchfile.sty) -Requires: tex(accsupp.sty) -Requires: tex(translations.sty) -Requires: tex(alphabetic.bbx) -Requires: tex(alphabetic.cbx) -Provides: tex(cnltx-base.sty) = %{tl_version} -Provides: tex(cnltx-doc.cls) = %{tl_version} -Provides: tex(cnltx-example.sty) = %{tl_version} -Provides: tex(cnltx-listings.sty) = %{tl_version} -Provides: tex(cnltx-names.sty) = %{tl_version} -Provides: tex(cnltx-tools.sty) = %{tl_version} -Provides: tex(cnltx-translations.sty) = %{tl_version} -Provides: tex(cnltx.bbx) = %{tl_version} -Provides: tex(cnltx.cbx) = %{tl_version} -Provides: tex(cnltx.sty) = %{tl_version} - -%description cnltx -This is a versatile bundle of packages and classes for -consistent formatting of control sequences, package options, -source code examples, and writing a package manual (including -an index containing the explained control sequences, options, -ldots). The bundle also provides several other small ideas of -mine such as a mechansim for providing abbreviations etc. Not -at least it provides a number of programming tools. The -intention behind this bundle mainly is a selfish one: -documenting my own packages. The bundle contains an index style -file cnltx.ist that should be placed in a directory in a TDS -makeindex directory. - -%package cnltx-doc -Summary: Documentation for cnltx -Version: svn52601 -Provides: tex-cnltx-doc -AutoReqProv: No - -%description cnltx-doc -Documentation for cnltx - -%package cntformats -Provides: tex-cntformats = %{tl_version} -License: LPPL 1.3 -Summary: A different way to read counters -Version: svn34668.0.7 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(etoolbox.sty) -Requires: tex(cnltx-base.sty) -Provides: tex(cntformats.sty) = %{tl_version} - -%description cntformats -The package offers package or class authors a way to format -counters with 'patterns'. These patterns do not affect affect -'normal' LaTeX treatment of counters. - -%package cntformats-doc -Summary: Documentation for cntformats -Version: svn34668.0.7 - -Provides: tex-cntformats-doc -AutoReqProv: No - -%description cntformats-doc -Documentation for cntformats - -%package cntperchap -Provides: tex-cntperchap = %{tl_version} -License: LPPL 1.3 -Summary: Store counter values per chapter -Version: svn37572.0.3 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Requires: tex(assoccnt.sty) -Requires: tex(morewrites.sty) -Requires: tex(xpatch.sty) -Requires: tex(xparse.sty) -Provides: tex(cntperchap.sty) = %{tl_version} - -%description cntperchap -This package stores values of counters (which have been -registered beforehand) on a per chapter base and provides the -values on demand in the 2nd LaTeX compilation run. In this way -it is possible to know how many sections etc. there are lying -ahead and to react to these counter values, if needed. This is -a preliminary version that has been tested with book.cls, -memoir.cls, and scrbook.cls. The packages assoccnt (by the same -author) and xparse are needed as well. - -%package cntperchap-doc -Summary: Documentation for cntperchap -Version: svn37572.0.3 - -Provides: tex-cntperchap-doc -AutoReqProv: No - -%description cntperchap-doc -Documentation for cntperchap - -%package codedoc -Provides: tex-codedoc = %{tl_version} -License: LPPL -Summary: LaTeX code and documentation in LaTeX-format file -Version: svn17630.0.3 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(makeidx.sty) -Provides: tex(codedoc.cls) = %{tl_version} - -%description codedoc -The CodeDoc class is an alternative to DocStrip (and others) to -produce LaTeX code along with its documentation without -departing from LaTeX's ordinary syntax. The documentation is -prepared like any other LaTeX document and the code to be -commented verbatim is simply delimited by an environment. When -an option is turned on in the class options, this code is -written to the desired file(s). The class also includes fully -customizable verbatim environments which provide the author -with separate commands to typeset the material and/or to -execute it. - -%package codedoc-doc -Summary: Documentation for codedoc -Version: svn17630.0.3 - -Provides: tex-codedoc-doc -AutoReqProv: No - -%description codedoc-doc -Documentation for codedoc - -%package codepage -Provides: tex-codepage = %{tl_version} -License: BSD -Summary: Support for variant code pages -Version: svn51502 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(code437.tex) = %{tl_version} -Provides: tex(code850.tex) = %{tl_version} -Provides: tex(codeiso1.tex) = %{tl_version} -Provides: tex(codemac.tex) = %{tl_version} -Provides: tex(codepage.sty) = %{tl_version} -Provides: tex(initcar.tex) = %{tl_version} -Provides: tex(shapecm.tex) = %{tl_version} -Provides: tex(shapedc.tex) = %{tl_version} - -%description codepage -The package provides a mechanism for inputting non-ASCII text. -Nowadays, the job is mostly done by the inputenc package in the -LaTeX distribution. - -%package codepage-doc -Summary: Documentation for codepage -Version: svn51502 -Provides: tex-codepage-doc -AutoReqProv: No - -%description codepage-doc -Documentation for codepage - -%package codesection -Provides: tex-codesection = %{tl_version} -License: LPPL 1.3 -Summary: Provides an environment that may be conditionally included -Version: svn34481.0.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(etoolbox.sty) -Provides: tex(codesection.sty) = %{tl_version} - -%description codesection -This package provides an environment to switch a section of -code on or off. The code may be placed anywhere in the file (it -is not limited to the document or the preamble). The motivation -for this package was to have commands which allow preselection -based on whether sections of code in a preamble of a template -are executed. - -%package codesection-doc -Summary: Documentation for codesection -Version: svn34481.0.1 - -Provides: tex-codesection-doc -AutoReqProv: No - -%description codesection-doc -Documentation for codesection - -%package codicefiscaleitaliano -Provides: tex-codicefiscaleitaliano = %{tl_version} -License: LPPL 1.3 -Summary: Test the consistency of the Italian personal Fiscal Code -Version: svn29803.1.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(codicefiscaleitaliano.sty) = %{tl_version} - -%description codicefiscaleitaliano -The alphanumeric string that forms the Italian personal Fiscal -Code is prone to be misspelled thus rendering a legal document -invalid. The package quickly verifies the consistency of the -fiscal code string, and can therefore be useful for lawyers and -accountants that use fiscal codes very frequently. - -%package codicefiscaleitaliano-doc -Summary: Documentation for codicefiscaleitaliano -Version: svn29803.1.2 - -Provides: tex-codicefiscaleitaliano-doc -AutoReqProv: No - -%description codicefiscaleitaliano-doc -Documentation for codicefiscaleitaliano - -%package collcell -Provides: tex-collcell = %{tl_version} -License: LPPL 1.3 -Summary: Collect contents of a tabular cell as argument to a macro -Version: svn21539.0.5 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(array.sty) -Requires: tex(tabularx.sty) -Requires: tex(etoolbox.sty) -Provides: tex(collcell.sty) = %{tl_version} - -%description collcell -The package provides macros that collect the content of a -tabular cell, and offer them as an argument to a macro. Special -care is taken to remove all aligning macros inserted by tabular -from the cell content. The macros also work in the last column -of a table, but do not support verbatim material inside the -cells. - -%package collcell-doc -Summary: Documentation for collcell -Version: svn21539.0.5 - -Provides: tex-collcell-doc -AutoReqProv: No - -%description collcell-doc -Documentation for collcell - -%package collectbox -Provides: tex-collectbox = %{tl_version} -License: LPPL 1.3 -Summary: Collect and process macro arguments as boxes -Version: svn26557.0.4b - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(collectbox.sty) = %{tl_version} - -%description collectbox -The package provides macros to collect and process a macro -argument (i.e., something which looks like a macro argument) as -a horizontal box rather than as a real macro argument. The -"arguments" are stored as if they had been saved by \savebox or -by the lrbox environment. Grouping tokens \bgroup and \egroup -may be used, which allows the user to have the beginning and -end of a group in different macro invocations, or to place them -in the begin and end code of an environment. Arguments may -contain verbatim material or other special use of characters. -The macros were designed for use within other macros. - -%package collectbox-doc -Summary: Documentation for collectbox -Version: svn26557.0.4b - -Provides: tex-collectbox-doc -AutoReqProv: No - -%description collectbox-doc -Documentation for collectbox %package collection-basic Summary: Essential programs and files -Version: svn54186 +BuildArch: noarch Requires: texlive-base Requires: texlive-texlive.infra Requires: texlive-amsfonts @@ -34818,138 +10658,460 @@ These files are regarded as basic for any TeX system, covering plain TeX macros, Computer Modern fonts, and configuration for common drivers; no LaTeX. + +%package glyphlist +Provides: tex-glyphlist = %{epoch}:%{source_date}-%{release} +License: LPPL +Summary: glyphlist package +BuildArch: noarch +Requires: texlive-base +Requires: tex-kpathsea + +%description glyphlist +glyphlist package + + +%package dvipdfmx +Provides: tex-dvipdfmx = %{epoch}:%{source_date}-%{release} +Provides: texlive-dvipdfmx-bin = %{epoch}:%{source_date}-%{release} +Provides: tex-dvipdfmx-bin = %{epoch}:%{source_date}-%{release} +Obsoletes: texlive-dvipdfmx-bin < %{tl_epoch}:%{source_date} +Provides: texlive-dvipdfmx-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: texlive-dvipdfmx-doc < %{tl_epoch}:%{source_date} +Provides: dvipdfmx = %{epoch}:%{source_date}-%{release} +Provides: dvipdfm = %{epoch}:%{source_date}-%{release} +License: GPL+ +Summary: An extended version of dvipdfm +Requires: texlive-base +Requires: texlive-glyphlist +Requires: texlive-kpathsea +Requires: texlive-graphics-def +Provides: tex(dvipdfmx.cfg) = %{epoch}:%{source_date}-%{release} +Provides: tex(cid-x.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(ckx.map) = %{epoch}:%{source_date}-%{release} + +%description dvipdfmx +Dvipdfmx (formerly dvipdfm-cjk) is a development of dvipdfm +created to support multi-byte character encodings and large +character sets for East Asian languages. Dvipdfmx, if "called" +with the name dvipdfm, operates in a "dvipdfm compatibility" +mode, so that users of the both packages need only keep one +executable. A secondary design goal is to support as many "PDF" +features as does pdfTeX. There being no documentation as such, +users are advised to consult the documentation of dvipdfm (as +well, of course, as the package Readme. + + +%package dvips +Provides: tex-dvips = %{epoch}:%{source_date}-%{release} +Provides: texlive-dvips-bin = %{epoch}:%{source_date}-%{release} +Provides: tex-dvips-bin = %{epoch}:%{source_date}-%{release} +Obsoletes: texlive-dvips-bin < %{tl_epoch}:%{source_date} +Provides: tex-dvips-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-dvips-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-dvips-doc < %{tl_epoch}:%{source_date} +Provides: tetex-dvips = %{epoch}:%{source_date}-%{release} +Provides: %{name}-texmf-dvips = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-texmf-dvips < %{tl_epoch}:%{source_date} +License: GPL+ +Summary: A DVI to PostScript driver +Requires: texlive-base +Requires: texlive-kpathsea +Requires(post,postun): /sbin/install-info +Provides: tex(canonex.cfg) = %{epoch}:%{source_date}-%{release} +Provides: tex(cx.cfg) = %{epoch}:%{source_date}-%{release} +Provides: tex(deskjet.cfg) = %{epoch}:%{source_date}-%{release} +Provides: tex(dfaxhigh.cfg) = %{epoch}:%{source_date}-%{release} +Provides: tex(dvired.cfg) = %{epoch}:%{source_date}-%{release} +Provides: tex(epson.cfg) = %{epoch}:%{source_date}-%{release} +Provides: tex(ibmvga.cfg) = %{epoch}:%{source_date}-%{release} +Provides: tex(ljfour.cfg) = %{epoch}:%{source_date}-%{release} +Provides: tex(qms.cfg) = %{epoch}:%{source_date}-%{release} +Provides: tex(toshiba.cfg) = %{epoch}:%{source_date}-%{release} +Provides: tex(6w.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(7t.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(8a.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(8r.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(ad.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(ansinew.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(asex.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(asexp.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(dc.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(dvips.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(extex.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(funky.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(odvips.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(q-cs-uni.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(q-ec-uni.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(q-l7x-uni.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(q-qx-uni.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(q-rm-uni.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(q-t2a-uni.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(q-t2b-uni.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(q-t2c-uni.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(q-t5-uni.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(q-texnansi-uni.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(q-ts1-uni.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(stormex.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(tex256.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(texmext.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(texmital.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(texmsym.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansx.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(blackdvi.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(blackdvi.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(colordvi.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(colordvi.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(rotate.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(rotate.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(dvips) = %{epoch}:%{source_date}-%{release} +Requires: texlive-latex-fonts + +%description dvips +This package has been withdrawn from CTAN, and bundled into the +distributions' package sets. The current sources of dvips may +be found in the distribution of dvipsk which forms part of the +TeX-live sources. + +%preun dvips +if [ "$1" == "0" ]; then + /sbin/install-info --delete %{_infodir}/dvips.info %{_infodir}/dir 2>/dev/null || : +fi + +%post dvips +/sbin/install-info %{_infodir}/dvips.info %{_infodir}/dir 2>/dev/null +: + + %package enctex -Provides: tex-enctex = %{tl_version} +Provides: tex-enctex = %{epoch}:%{source_date}-%{release} +Provides: tex-enctex-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-enctex-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-enctex-doc < %{tl_epoch}:%{source_date} License: GPL+ Summary: A TeX extension that translates input on its way into TeX -Version: svn34957.0 +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(1250-csf.tex) = %{tl_version} -Provides: tex(1250-il2.tex) = %{tl_version} -Provides: tex(1250-latex.tex) = %{tl_version} -Provides: tex(1250-t1.tex) = %{tl_version} -Provides: tex(852-csf.tex) = %{tl_version} -Provides: tex(852-il2.tex) = %{tl_version} -Provides: tex(852-latex.tex) = %{tl_version} -Provides: tex(852-t1.tex) = %{tl_version} -Provides: tex(csfmacro.tex) = %{tl_version} -Provides: tex(enc-u.tex) = %{tl_version} -Provides: tex(encmacro.tex) = %{tl_version} -Provides: tex(il2-1250.tex) = %{tl_version} -Provides: tex(il2-852.tex) = %{tl_version} -Provides: tex(il2-csf.tex) = %{tl_version} -Provides: tex(il2-kam.tex) = %{tl_version} -Provides: tex(il2-t1.tex) = %{tl_version} -Provides: tex(kam-csf.tex) = %{tl_version} -Provides: tex(kam-il2.tex) = %{tl_version} -Provides: tex(kam-latex.tex) = %{tl_version} -Provides: tex(kam-t1.tex) = %{tl_version} -Provides: tex(mixcodes.tex) = %{tl_version} -Provides: tex(noprefnt.tex) = %{tl_version} -Provides: tex(plain-1250-cs.tex) = %{tl_version} -Provides: tex(plain-852-cs.tex) = %{tl_version} -Provides: tex(plain-il2-cs.tex) = %{tl_version} -Provides: tex(plain-kam-cs.tex) = %{tl_version} -Provides: tex(plain-utf8-cs.tex) = %{tl_version} -Provides: tex(plain-utf8-ec.tex) = %{tl_version} -Provides: tex(polyset.tex) = %{tl_version} -Provides: tex(t1macro.tex) = %{tl_version} -Provides: tex(utf8-csf.tex) = %{tl_version} -Provides: tex(utf8-t1.tex) = %{tl_version} -Provides: tex(utf8cseq.tex) = %{tl_version} -Provides: tex(utf8lat1.tex) = %{tl_version} -Provides: tex(utf8lata.tex) = %{tl_version} -Provides: tex(utf8math.tex) = %{tl_version} -Provides: tex(utf8off.tex) = %{tl_version} -Provides: tex(utf8raw.tex) = %{tl_version} -Provides: tex(utf8unkn.tex) = %{tl_version} -Provides: tex(utf8warn.tex) = %{tl_version} +Requires: tex-kpathsea +Provides: tex(1250-csf.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(1250-il2.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(1250-latex.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(1250-t1.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(852-csf.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(852-il2.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(852-latex.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(852-t1.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(csfmacro.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(enc-u.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(encmacro.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(il2-1250.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(il2-852.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(il2-csf.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(il2-kam.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(il2-t1.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(kam-csf.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(kam-il2.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(kam-latex.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(kam-t1.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(mixcodes.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(noprefnt.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(plain-1250-cs.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(plain-852-cs.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(plain-il2-cs.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(plain-kam-cs.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(plain-utf8-cs.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(plain-utf8-ec.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(polyset.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1macro.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(utf8-csf.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(utf8-t1.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(utf8cseq.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(utf8lat1.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(utf8lata.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(utf8math.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(utf8off.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(utf8raw.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(utf8unkn.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(utf8warn.tex) = %{epoch}:%{source_date}-%{release} %description enctex -EncTeX is (another) TeX extension, written at the change-file +EncTeX is (another) tex extension, written at the change-file level. It provides means of translating input on the way into TeX. It allows, for example, translation of multibyte sequences, such as utf-8 encoding. -%package enctex-doc -Summary: Documentation for enctex -Version: svn34957.0 - -Provides: tex-enctex-doc -AutoReqProv: No - -%description enctex-doc -Documentation for enctex %package etex -Provides: tex-etex = %{tl_version} +Provides: tex-etex = %{epoch}:%{source_date}-%{release} +Provides: tex-etex-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-etex-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-etex-doc < %{tl_epoch}:%{source_date} License: Knuth Summary: An extended version of TeX, from the NTS project -Version: svn37057.0 +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(xbmc10.tfm) = %{tl_version} +Requires: tex-kpathsea %description etex An extended version of TeX (which is capable of running as if it were TeX unmodified). E-TeX has been specified by the LaTeX -team as the engine for the development of LaTeX 2e, in the +team as the engine for the development of LaTeX, in the immediate future; as a result, LaTeX programmers may (in all current TeX distributions) assume e-TeX functionality. -Development versions of e-TeX are to be found in the TeX live -source repository. -%package etex-doc -Summary: Documentation for etex -Version: svn37057.0 -Provides: tex-etex-doc -AutoReqProv: No - -%description etex-doc -Documentation for etex %package etex-pkg -Provides: tex-etex-pkg = %{tl_version} +Provides: tex-etex-pkg = %{epoch}:%{source_date}-%{release} +Provides: tex-etex-pkg-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-etex-pkg-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-etex-pkg-doc < %{tl_epoch}:%{source_date} License: LPPL Summary: E-TeX support package -Version: svn41784 +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(etex.sty) = %{tl_version} +Requires: tex-kpathsea +Provides: tex(etex.sty) = %{epoch}:%{source_date}-%{release} %description etex-pkg -The package provides support for LaTeX documents to use many of -the extensions offered by e-TeX; in particular, it modifies -LaTeX's register allocation macros to make use of the extended -register range. The etextools package provides macros that make -more sophisticated use of e-TeX's facilities. +The package provides a straightforward interface to many of the +extensions offered by e-TeX; in particular, it modifies LaTeX's +register allocation macros to make use of the extended register +range. The etoolbox and etextools packages provide macros that +make more sophisticated use of e-TeX's facilities. -%package etex-pkg-doc -Summary: Documentation for etex-pkg -Version: svn41784 -Provides: tex-etex-pkg-doc -AutoReqProv: No -%description etex-pkg-doc -Documentation for etex-pkg +%package gsftopk +Provides: tex-gsftopk = %{epoch}:%{source_date}-%{release} +Provides: tex-gsftopk = %{epoch}:%{source_date}-%{release} +Provides: texlive-gsftopk-bin = %{epoch}:%{source_date}-%{release} +Provides: tex-gsftopk-bin = %{epoch}:%{source_date}-%{release} +License: GPL+ +Summary: Convert "ghostscript fonts" to PK files +Obsoletes: texlive-gsftopk-bin < %{tl_epoch}:%{source_date} +Requires: texlive-base +Requires: tex-kpathsea +Requires: texlive-gsftopk + +%description gsftopk +Designed for use with xdvi and dvips this utility converts +Adobe Type 1 fonts to PK bitmap format. It should not +ordinarily be much used nowadays, since both its target +applications are now capable of dealing with Type 1 fonts, +direct. %package hyph-utf8 -Provides: tex-hyph-utf8 = %{tl_version} +Provides: tex-hyph-utf8 = %{epoch}:%{source_date}-%{release} +Provides: tex-hyph-utf8-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-hyph-utf8-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-hyph-utf8-doc < %{tl_epoch}:%{source_date} License: Copyright only Summary: Hyphenation patterns expressed in UTF-8 -Version: svn54568 +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(conv-utf8-ec.tex) = %{tl_version} -Provides: tex(conv-utf8-il2.tex) = %{tl_version} -Provides: tex(conv-utf8-il3.tex) = %{tl_version} -Provides: tex(conv-utf8-l7x.tex) = %{tl_version} -Provides: tex(conv-utf8-lmc.tex) = %{tl_version} -Provides: tex(conv-utf8-lth.tex) = %{tl_version} -Provides: tex(conv-utf8-qx.tex) = %{tl_version} -Provides: tex(conv-utf8-t2a.tex) = %{tl_version} -Provides: tex(conv-utf8-t8m.tex) = %{tl_version} +Requires: tex-kpathsea +Provides: tex(conv-utf8-ec.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(conv-utf8-il2.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(conv-utf8-il3.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(conv-utf8-l7x.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(conv-utf8-lmc.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(conv-utf8-qx.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(conv-utf8-t2a.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(loadhyph-af.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(loadhyph-as.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(loadhyph-bg.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(loadhyph-bn.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(loadhyph-ca.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(loadhyph-cop.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(loadhyph-cs.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(loadhyph-cy.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(loadhyph-da.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(loadhyph-de-1901.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(loadhyph-de-1996.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(loadhyph-de-ch-1901.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(loadhyph-el-monoton.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(loadhyph-el-polyton.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(loadhyph-en-gb.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(loadhyph-en-us.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(loadhyph-eo.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(loadhyph-es.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(loadhyph-et.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(loadhyph-eu.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(loadhyph-fi.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(loadhyph-fr.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(loadhyph-fur.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(loadhyph-ga.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(loadhyph-gl.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(loadhyph-grc.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(loadhyph-gu.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(loadhyph-hi.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(loadhyph-hr.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(loadhyph-hsb.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(loadhyph-hu.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(loadhyph-hy.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(loadhyph-ia.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(loadhyph-id.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(loadhyph-is.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(loadhyph-it.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(loadhyph-kmr.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(loadhyph-kn.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(loadhyph-la.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(loadhyph-lt.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(loadhyph-lv.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(loadhyph-ml.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(loadhyph-mn-cyrl-x-lmc.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(loadhyph-mn-cyrl.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(loadhyph-mr.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(loadhyph-mul-ethi.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(loadhyph-nb.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(loadhyph-nl.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(loadhyph-nn.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(loadhyph-or.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(loadhyph-pa.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(loadhyph-pl.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(loadhyph-pms.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(loadhyph-pt.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(loadhyph-rm.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(loadhyph-ro.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(loadhyph-ru.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(loadhyph-sa.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(loadhyph-sk.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(loadhyph-sl.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(loadhyph-sr-cyrl.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(loadhyph-sr-latn.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(loadhyph-sv.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(loadhyph-ta.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(loadhyph-te.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(loadhyph-tk.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(loadhyph-tr.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(loadhyph-uk.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(loadhyph-zh-latn-pinyin.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-af.ec.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-bg.t2a.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-ca.ec.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-cs.ec.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-cy.ec.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-da.ec.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-de-1901.ec.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-de-1996.ec.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-de-ch-1901.ec.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-eo.il3.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-es.ec.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-et.ec.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-eu.ec.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-fi.ec.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-fr.ec.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-fur.ec.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-ga.ec.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-gl.ec.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-hr.ec.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-hsb.ec.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-hu.ec.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-is.ec.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-kmr.ec.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-la.ec.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-lt.l7x.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-lv.l7x.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-mn-cyrl-x-lmc.lmc.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-mn-cyrl.t2a.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-nb.ec.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-nl.ec.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-nn.ec.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-pl.qx.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-pt.ec.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-ro.ec.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-ru.t2a.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-sh-cyrl.t2a.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-sh-latn.ec.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-sk.ec.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-sl.ec.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-sv.ec.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-tk.ec.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-tr.ec.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-uk.t2a.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-zh-latn-pinyin.ec.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-quote-af.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-quote-fr.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-quote-fur.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-quote-it.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-quote-pms.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-quote-rm.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-quote-uk.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-quote-zh-latn-pinyin.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(copthyph.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-af.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-as.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-bg.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-bn.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-ca.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-cop.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-cs.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-cy.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-da.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-de-1901.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-de-1996.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-de-ch-1901.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-el-monoton.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-el-polyton.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-en-gb.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-en-us.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-eo.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-es.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-et.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-eu.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-fi.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-fr.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-fur.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-ga.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-gl.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-grc.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-gu.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-hi.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-hr.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-hsb.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-hu.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-hy.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-ia.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-id.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-is.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-it.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-kmr.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-kn.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-la.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-lt.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-lv.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-ml.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-mn-cyrl-x-lmc.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-mn-cyrl.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-mr.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-mul-ethi.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-nb.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-nl.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-nn.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-no.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-or.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-pa.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-pl.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-pms.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-pt.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-rm.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-ro.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-ru.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-sa.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-sh-cyrl.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-sh-latn.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-sk.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-sl.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-sr-cyrl.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-sv.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-ta.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-te.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-tk.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-tr.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-uk.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyph-zh-latn-pinyin.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyphen.cfg) = %{epoch}:%{source_date}-%{release} %description hyph-utf8 Modern native UTF-8 engines such as XeTeX and LuaTeX need @@ -34964,57 +11126,43 @@ TeX systems are only read at iniTeX time, it is hoped that the UTF-8 patterns, with their converters, will completely supplant the older patterns. -%package hyph-utf8-doc -Summary: Documentation for hyph-utf8 -Version: svn54568 -Provides: tex-hyph-utf8-doc -AutoReqProv: No - -%description hyph-utf8-doc -Documentation for hyph-utf8 - %package hyphen-base -Provides: tex-hyphen-base = %{tl_version} +Provides: tex-hyphen-base = %{epoch}:%{source_date}-%{release} License: LPPL -Summary: core hyphenation support files -Version: svn54763 +Summary: hyphen-base package +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(language.dat) = %{tl_version} -Provides: tex(language.def) = %{tl_version} -Provides: tex(language.us.def) = %{tl_version} -Provides: tex(dumyhyph.tex) = %{tl_version} -Provides: tex(hyphen.tex) = %{tl_version} -Provides: tex(hypht1.tex) = %{tl_version} -Provides: tex(zerohyph.tex) = %{tl_version} +Requires: tex-kpathsea +Provides: tex(language.dat) = %{epoch}:%{source_date}-%{release} +Provides: tex(language.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(language.us.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(dumyhyph.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyphen.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hypht1.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(zerohyph.tex) = %{epoch}:%{source_date}-%{release} %description hyphen-base -Includes Knuth's original hyphen.tex, zerohyph.tex to disable -hyphenation, language.us which starts the autogenerated files -language.dat and language.def (and default versions of those), -etc. +hyphen-base package %package knuth-lib -Provides: tex-knuth-lib = %{tl_version} +Provides: tex-knuth-lib = %{epoch}:%{source_date}-%{release} License: Knuth Summary: A small library of MetaFont sources -Version: svn35820.0 - +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(logo10.tfm) = %{tl_version} -Provides: tex(logo8.tfm) = %{tl_version} -Provides: tex(logo9.tfm) = %{tl_version} -Provides: tex(logobf10.tfm) = %{tl_version} -Provides: tex(logosl10.tfm) = %{tl_version} -Provides: tex(manfnt.tfm) = %{tl_version} -Provides: tex(null.tex) = %{tl_version} -Provides: tex(manmac.tex) = %{tl_version} -Provides: tex(mftmac.tex) = %{tl_version} -Provides: tex(story.tex) = %{tl_version} -Provides: tex(testfont.tex) = %{tl_version} -Provides: tex(webmac.tex) = %{tl_version} +Requires: texlive-kpathsea +Provides: tex(logo10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(logo8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(logo9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(logobf10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(logosl10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(manfnt.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(null.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(manmac.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(mftmac.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(story.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(testfont.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(webmac.tex) = %{epoch}:%{source_date}-%{release} %description knuth-lib A collection of miscellaneous MetaFont source, including the @@ -35022,18 +11170,16 @@ means to generate the logo font that is used for MetaFont and MetaPost. %package knuth-local -Provides: tex-knuth-local = %{tl_version} +Provides: tex-knuth-local = %{epoch}:%{source_date}-%{release} License: Knuth Summary: Knuth's local information -Version: svn38627 - +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(domino.tfm) = %{tl_version} -Provides: tex(random.tfm) = %{tl_version} -Provides: tex(snfont.tfm) = %{tl_version} -Provides: tex(xepsf.tex) = %{tl_version} +Requires: texlive-kpathsea +Provides: tex(domino.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(random.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(snfont.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(xepsf.tex) = %{epoch}:%{source_date}-%{release} %description knuth-local A collection of experimental programs and developments based @@ -35041,14 +11187,15 @@ on, or complementary to, the matter in his distribution directories. %package lua-alt-getopt -Provides: tex-lua-alt-getopt = %{tl_version} +Provides: tex-lua-alt-getopt = %{epoch}:%{source_date}-%{release} +Provides: tex-lua-alt-getopt-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-lua-alt-getopt-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-lua-alt-getopt-doc < %{tl_epoch}:%{source_date} License: MIT Summary: Process application arguments the same way as getopt_long -Version: svn29349.0.7.0 - +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - +Requires: tex-kpathsea %description lua-alt-getopt lua_altgetopt is a MIT-licensed module for Lua, for processing @@ -35056,226 +11203,4604 @@ application arguments in the same way as BSD/GNU getopt_long(3) functions do. This module is made available for lua script writers to have consistent command line parsing routines. -%package lua-alt-getopt-doc -Summary: Documentation for lua-alt-getopt -Version: svn29349.0.7.0 +%package luatex +License: GPLv2+ +Summary: The LuaTeX engine +Provides: tex-luatex = %{epoch}:%{source_date}-%{release} +Provides: texlive-luatex-bin = %{epoch}:%{source_date}-%{release} +Provides: tex-luatex-bin = %{epoch}:%{source_date}-%{release} +Obsoletes: texlive-luatex-bin < %{tl_epoch}:%{source_date} +Provides: texlive-luatex-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: texlive-luatex-doc < %{tl_epoch}:%{source_date} +Requires: texlive-base +Requires: texlive-kpathsea +Requires: texlive-tetex +Requires(post,postun): coreutils +Requires: texlive-cm +Requires: texlive-etex +Requires: texlive-hyphen-base +Requires: texlive-knuth-lib +Requires: texlive-plain +Requires: texlive-tex-ini-files +Requires: texlive-unicode-data +Requires: tex(luatex.def) +Provides: tex(luatex-unicode-letters.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(luatexiniconfig.tex) = %{epoch}:%{source_date}-%{release} -Provides: tex-lua-alt-getopt-doc -AutoReqProv: No +%description luatex +LuaTeX is an extended version of pdfTeX using Lua as an +embedded scripting language. The LuaTeX project's main +objective is to provide an open and configurable variant of TeX +while at the same time offering downward compatibility. LuaTeX +uses Unicode (as UTF-8) as its default input encoding, and is +able to use modern (OpenType) fonts (for both text and +mathematics). It should be noted that LuaTeX is still under +development; its specification has been declared stable, but +absolute stability may not in practice be assumed. -%description lua-alt-getopt-doc -Documentation for lua-alt-getopt +%post luatex +if [ $1 -gt 0 ] ; then +sed -i 's/^\#\!\ luatex.*$/luatex luatex language.def,language.dat.lua luatex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf +sed -i 's/^\#\!\ dviluatex.*$/dviluatex luatex language.def,language.dat.lua dviluatex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf +sed -i 's/^\#\!\ luajittex.*$/luajittex luajittex language.def,language.dat.lua luatex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf +fi +: + +%postun luatex +if [ $1 == 0 ] ; then +sed -i 's/^luatex.*$/\#\!\ luatex luatex language.def,language.dat.lua luatex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf > /dev/null 2>&1 +sed -i 's/^dviluatex.*$/\#\!\ dviluatex luatex language.def,language.dat.lua dviluatex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf > /dev/null 2>&1 +sed -i 's/^luajittex.*$/\#\!\ luajittex luajittex language.def,language.dat.lua luatex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf > /dev/null 2>&1 +fi +: + +%package makeindex +License: MakeIndex +Summary: Process index output to produce typesettable code +Provides: tex-makeindex = %{epoch}:%{source_date}-%{release} +Provides: texlive-makeindex-bin = %{epoch}:%{source_date}-%{release} +Provides: tex-makeindex-bin = %{epoch}:%{source_date}-%{release} +Obsoletes: texlive-makeindex-bin < %{tl_epoch}:%{source_date} +Provides: texlive-makeindex-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: texlive-makeindex-doc < %{tl_epoch}:%{source_date} +Requires: texlive-base +Requires: tex-kpathsea + +%description makeindex +A general purpose hierarchical index generator; it accepts one +or more input files (often produced by a text formatter such as +TeX or troff), sorts the entries, and produces an output file +which can be formatted. The formats of the input and output +files are specified in a style file; by default, input is +assumed to be an .idx file, as generated by LaTeX. + +%package metafont +License: Knuth +Summary: A system for specifying fonts +Provides: tex-metafont = %{epoch}:%{source_date}-%{release} +Provides: %{name}-metafont-bin = %{epoch}:%{source_date}-%{release} +Provides: tex-metafont-bin = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-metafont-bin < %{tl_epoch}:%{source_date} +Requires: texlive-base +Requires: texlive-kpathsea +Requires: texlive-tetex +Requires(post,postun): coreutils +Provides: tex(mf.mf) = %{epoch}:%{source_date}-%{release} +Provides: tex(plain.mf) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmmf.ini) = %{epoch}:%{source_date}-%{release} +Provides: tex(mf.ini) = %{epoch}:%{source_date}-%{release} +Provides: tex(mode2dpi.mf) = %{epoch}:%{source_date}-%{release} +Provides: tex(mode2dpixy.mf) = %{epoch}:%{source_date}-%{release} +Provides: tex(modename.mf) = %{epoch}:%{source_date}-%{release} +Provides: tex(modes.mf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ps2mfbas.mf) = %{epoch}:%{source_date}-%{release} + +%description metafont +The program takes a semi-algorithmic specification of a font, +and produces a bitmap font (whose properties are defined by a +set of parameters of the target device), and a set metrics for +use by TeX. The bitmap output may be converted into a format +directly usable by a device driver, etc., by the tools provided +in the parallel mfware distribution. (Third parties have +developed tools to convert the bitmap output to outline fonts.) +The distribution includes the source of Knuth's Metafont book; +this source is there to read, as an example of writing TeX -- +it should not be processed without Knuth's direct permission. + +%post metafont +if [ $1 -gt 0 ] ; then +sed -i 's/^\#\!\ mf.*$/mf mf-nowin - -translate-file=cp227.tcx mf.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf +fi +: + +%postun metafont +if [ $1 == 0 ] ; then +sed -i 's/^mf.*$/\#\!\ mf mf-nowin - -translate-file=cp227.tcx mf.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf > /dev/null 2>&1 +fi +: %package mflogo -Provides: tex-mflogo = %{tl_version} License: LPPL -Summary: LaTeX support for Metafont logo fonts -Version: svn42428 +Summary: LaTeX support for MetaFont logo fonts +BuildArch: noarch +Provides: tex-mflogo = %{epoch}:%{source_date}-%{release} +Provides: tex-mflogo-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-mflogo-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-mflogo-doc < %{tl_epoch}:%{source_date} Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(mflogo.sty) = %{tl_version} -Provides: tex(ulogo.fd) = %{tl_version} +Requires: tex-kpathsea +Provides: tex(mflogo.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(ulogo.fd) = %{epoch}:%{source_date}-%{release} %description mflogo LaTeX package and font definition file to access the Knuthian -mflogo fonts described in 'The Metafontbook' and to typeset -Metafont logos in LaTeX documents. +mflogo fonts described in 'The MetaFontbook' and to typeset +MetaFont logos in LaTeX documents. -%package mflogo-doc -Summary: Documentation for mflogo -Version: svn42428 -Provides: tex-mflogo-doc -AutoReqProv: No +%package mfware +License: Knuth +Summary: Supporting tools for use with Metafont +Provides: tex-mfware = %{epoch}:%{source_date}-%{release} +Provides: texlive-mfware-bin = %{epoch}:%{source_date}-%{release} +Provides: tex-mfware-bin = %{epoch}:%{source_date}-%{release} +Obsoletes: texlive-mfware-bin < %{tl_epoch}:%{source_date} +Requires: texlive-base +Requires: tex-kpathsea +Requires: texlive-mfware-bin -%description mflogo-doc -Documentation for mflogo +%description mfware +A collection of programs for processing the output of Metafont. -%package texlive-common-doc -Summary: Documentation for texlive-common -Version: svn54176 -Provides: tex-texlive-common-doc -AutoReqProv: No +%package pdftex +License: GPL+ +Summary: A TeX extension for direct creation of PDF +Provides: tex-pdftex = %{epoch}:%{source_date}-%{release} +Provides: %{name}-pdftex-bin = %{epoch}:%{source_date}-%{release} +Provides: tex-pdftex-bin = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-pdftex-bin < %{tl_epoch}:%{source_date} +Provides: tex-pdftex-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-pdftex-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-pdftex-doc < %{tl_epoch}:%{source_date} +Requires: texlive-base +Requires: texlive-kpathsea +Requires: texlive-tetex +Requires(post,postun): coreutils +Requires: tex-graphics-def +Requires: texlive-cm +Requires: texlive-etex +Requires: texlive-hyphen-base +Requires: texlive-knuth-lib +Requires: texlive-plain +Requires: texlive-graphics-def +Requires: tex-tex-ini-files +Provides: tex(dummy-space.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(dummy-space.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(dummy-space.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(pdftex-dvi.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(glyphtounicode.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pdfcolor.tex) = %{epoch}:%{source_date}-%{release} -%description texlive-common-doc -Documentation for texlive-common +%description pdftex +An extension of TeX which can be configured to directly +generate PDF documents instead of DVI. All current free TeX +distributionsm including TeX live, MacTeX and MiKTeX include +pdfTeX (Plain TeX) and pdfLaTeX (LaTeX). ConTeXt was designed +around use of pdfTeX (though it is now migrating towards +LuaTeX). -%package texlive-msg-translations -Provides: tex-texlive-msg-translations = %{tl_version} +%post pdftex +if [ $1 -gt 0 ] ; then +sed -i 's/^\#\!\ pdftex.*$/pdftex pdftex language.def -translate-file=cp227.tcx *pdfetex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf +sed -i 's/^\#\!\ etex.*$/etex pdftex language.def -translate-file=cp227.tcx *etex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf +sed -i 's/^\#\!\ pdfetex.*$/pdfetex pdftex language.def -translate-file=cp227.tcx *pdfetex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf +fi +: + +%postun pdftex +if [ $1 == 0 ] ; then +sed -i 's/^pdftex.*$/\#\!\ pdftex pdftex language.def -translate-file=cp227.tcx *pdfetex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf > /dev/null 2>&1 +sed -i 's/^etex.*$/\#\!\ etex pdftex language.def -translate-file=cp227.tcx *etex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf > /dev/null 2>&1 +sed -i 's/^pdfetex.*$/\#\!\ pdfetex pdftex language.def -translate-file=cp227.tcx *pdfetex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf > /dev/null 2>&1 +fi +: + +%package plain +Provides: tex-plain = %{epoch}:%{source_date}-%{release} License: LPPL -Summary: translations of the TeX Live installer and TeX Live Manager -Version: svn54919 +Summary: plain package +BuildArch: noarch +Requires: texlive-base +Requires: tex-kpathsea +Provides: tex(fontchart.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkpmac.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(letter.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(list.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(llist.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(manmac.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(mftmac.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(mptmac.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(picmac.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(plain.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(story.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(testfont.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(webmac.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(wlist.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pdftexmagfix.tex) = %{epoch}:%{source_date}-%{release} + +%description plain +Contains files used to build the Plain TeX format, as described +in the TeXbook, together with various supporting files (some +also discussed in the book). + +%package tex +Provides: tex-tex = %{epoch}:%{source_date}-%{release} +License: Knuth +Summary: A sophisticated typesetting engine +Provides: tex-tex = %{epoch}:%{source_date}-%{release} +Provides: tex-tex-bin = %{epoch}:%{source_date}-%{release} +Provides: texlive-tex-bin = %{epoch}:%{source_date}-%{release} +Obsoletes: texlive-tex-bin < %{tl_epoch}:%{source_date} +Requires: texlive-base +Requires: texlive-cm +Requires: texlive-hyphen-base +Requires: texlive-knuth-lib +Requires: texlive-kpathsea +Requires: texlive-plain +Requires: texlive-tetex +Requires(post,postun): coreutils + +%description tex +TeX is a typesetting system that incorporates a macro +processor. A TeX source document specifies or incorporates a +number of macro definitions that instruct the TeX engine how to +typeset the document. The TeX engine also uses font metrics +generated by Metafont, or by any of several other mechanisms +that incorporate fonts from other sources into an environment +suitable for TeX. TeX has been, and continues, a basis and an +inspiration for several other programs, including e-TeX and +PDFTeX. The distribution includes the source of Knuth's TeX +book; this source is there to read, as an example of writing +TeX -- it should not be processed without Knuth's direct +permission. + +%post tex +if [ $1 -gt 0 ] ; then +sed -i 's/^\#\!\ tex.*$/tex tex - tex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf +fi +: + +%postun tex +if [ $1 == 0 ] ; then +sed -i 's/^tex.*$/\#\!\ tex tex - tex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf > /dev/null 2>&1 +fi +: + +# need to check +%if 0 +%package texconfig +License: LPPL +Summary: texconfig package +Provides: tex-texconfig = %{epoch}:%{source_date}-%{release} +Provides: tex-texconfig-bin = %{epoch}:%{source_date}-%{release} +Provides: texlive-texconfig-bin = %{epoch}:%{source_date}-%{release} +Obsoletes: texlive-texconfig-bin < %{tl_epoch}:%{source_date} +Requires: texlive-base +Requires: texlive-kpathsea +Provides: tex(tcfmgr.map) = %{epoch}:%{source_date}-%{release} +# shell +BuildArch: noarch + +%description texconfig +texconfig allows one to configure and maintain TeX in an easy +and convenient manner, offering a series of dialog boxes to +the user. The directory in which texconfig is found is also +preferentially used to find subprograms. +%endif + +%package texlive.infra +License: LPPL +Summary: basic TeX Live infrastructure +Provides: tex-texlive.infra = %{epoch}:%{source_date}-%{release} +Provides: tex-texlive.infra = %{epoch}:%{source_date}-%{release} +Provides: tex-texlive.infra-bin = %{epoch}:%{source_date}-%{release} +Provides: texlive-texlive.infra-bin = %{epoch}:%{source_date}-%{release} +Obsoletes: texlive-texlive.infra-bin < %{tl_epoch}:%{source_date} +Provides: texlive-texlive.infra-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: texlive-texlive.infra-doc < %{tl_epoch}:%{source_date} +Requires: texlive-base +Requires: texlive-kpathsea +Provides: tex(fmtutil-hdr.cnf) = %{epoch}:%{source_date}-%{release} +Provides: tex(updmap-hdr.cfg) = %{epoch}:%{source_date}-%{release} +# perl +BuildArch: noarch + +%description texlive.infra +This package contains the files needed to get the TeX Live +tools (notably tlmgr) running: perl modules, xz binaries, plus +(sometimes) tar and wget. These files end up in the standalone +install packages, and in the tlcritical repository. + +%package xdvi +License: MIT +Summary: A DVI previewer for the X Window System +Provides: tex-xdvi = %{epoch}:%{source_date}-%{release} +Provides: tex-xdvi-bin = %{epoch}:%{source_date}-%{release} +Provides: texlive-xdvi-bin = %{epoch}:%{source_date}-%{release} +Obsoletes: texlive-xdvi-bin < %{tl_epoch}:%{source_date} +Provides: xdvi = %{epoch}:%{source_date}-%{release} +Provides: xdvik = %{epoch}:%{source_date}-%{release} +Requires: texlive-kpathsea +Requires: texlive-base + +%description xdvi +The canonical previewer for use on Unix and other X-windows +based systems. The distribution has been integrated with that +of xdvik (no longer separately available), so that it will +build with web2c "out of the box". In practice, it is usually +distributed via Tex-live. + +%package collection-fontsrecommended +Summary: Recommended fonts +BuildArch: noarch +Requires: texlive-base +Requires: texlive-collection-basic +Requires: tex-avantgar +Requires: tex-bookman +Requires: tex-charter +Requires: tex-cm-super +Requires: tex-cmextra +Requires: tex-courier +Requires: tex-ec +Requires: tex-euro +Requires: tex-eurosym +Requires: tex-fpl +Requires: tex-helvetic +Requires: tex-lm +Requires: tex-lm-math +Requires: tex-marvosym +Requires: tex-mathpazo +Requires: tex-manfnt-font +Requires: tex-mflogo-font +Requires: tex-ncntrsbk +Requires: tex-palatino +Requires: tex-pxfonts +Requires: tex-rsfs +Requires: tex-symbol +Requires: tex-tex-gyre +Requires: tex-tex-gyre-math +Requires: tex-times +Requires: tex-tipa +Requires: tex-txfonts +Requires: tex-utopia +Requires: tex-wasy +Requires: texlive-wasy-type1 +Requires: tex-wasysym +Requires: tex-zapfchan +Requires: tex-zapfding +Provides: tetex-fonts = %{epoch}:%{source_date}-%{release} +Obsoletes: tetex-fonts < %{tl_epoch}:%{source_date} +Provides: texlive-texmf-fonts = %{epoch}:%{source_date}-%{release} +Obsoletes: texlive-texmf-fonts < %{tl_epoch}:%{source_date} + +%description collection-fontsrecommended +Recommended fonts, including the base 35 PostScript fonts, +Latin Modern, TeX Gyre, and T1 and other encoding support for +Computer Modern, in outline form. + +%package courier +Provides: tex-courier = %{epoch}:%{source_date}-%{release} +License: GPL+ +Summary: URW "Base 35" font pack for LaTeX +BuildArch: noarch +Requires: texlive-base +Requires: tex-kpathsea +Provides: tex(ucr.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(pcrb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pcrb7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pcrb8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pcrb8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pcrb8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pcrbc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pcrbc7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pcrbc8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pcrbo.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pcrbo7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pcrbo8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pcrbo8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pcrbo8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pcrr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pcrr7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pcrr8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pcrr8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pcrr8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pcrrc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pcrrc7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pcrrc8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pcrro.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pcrro7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pcrro8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pcrro8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pcrro8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ccrb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ccrb8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ccrbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ccrbi8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ccrr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ccrr8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ccrri.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ccrri8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(crb10u.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(crb2n.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(crb6j.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(crb7j.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(crb8u.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(crb9t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cri10u.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cri2n.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cri6j.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cri7j.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cri8u.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cri9t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(crj10u.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(crj2n.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(crj6j.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(crj7j.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(crj8u.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(crj9t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(crr10u.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(crr2n.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(crr6j.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(crr7j.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(crr8u.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(crr9t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ucrb7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ucrb8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ucrb8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ucrb8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ucrbc7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ucrbc8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ucrbo7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ucrbo8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ucrbo8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ucrbo8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ucrr7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ucrr8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ucrr8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ucrr8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ucrrc7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ucrrc8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ucrro7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ucrro8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ucrro8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ucrro8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pcrb8a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(pcrbi8a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(pcrbo8a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(pcri8a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(pcrr8a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(pcrro8a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(ucrb8a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(ucrbo8a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(ucrr8a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(ucrro8a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(pcrb.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pcrb7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pcrb8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pcrb8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pcrbc.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pcrbc7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pcrbc8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pcrbo.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pcrbo7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pcrbo8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pcrbo8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pcrr.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pcrr7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pcrr8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pcrr8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pcrrc.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pcrrc7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pcrrc8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pcrro.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pcrro7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pcrro8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pcrro8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ccrb.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ccrb8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ccrbi.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ccrbi8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ccrr.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ccrr8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ccrri.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ccrri8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ucrb7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ucrb8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ucrb8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ucrbc7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ucrbc8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ucrbo7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ucrbo8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ucrbo8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ucrr7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ucrr8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ucrr8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ucrrc7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ucrrc8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ucrro7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ucrro8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ucrro8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(8rucr.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(omlucr.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(omsucr.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot1ucr.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1ucr.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1ucr.fd) = %{epoch}:%{source_date}-%{release} + +%description courier +A set of fonts for use as "drop-in" replacements for Adobe's +basic set, comprising: - Century Schoolbook (substituting for +Adobe's New Century Schoolbook); - Dingbats (substituting for +Adobe's Zapf Dingbats); - Nimbus Mono L (substituting for +Abobe's Courier); - Nimbus Roman No9 L (substituting for +Adobe's Times); - Nimbus Sans L (substituting for Adobe's +Helvetica); - Standard Symbols L (substituting for Adobe's +Symbol); - URW Bookman; - URW Chancery L Medium Italic +(substituting for Adobe's Zapf Chancery); - URW Gothic L Book +(substituting for Adobe's Avant Garde); and - URW Palladio L +(substituting for Adobe's Palatino). + +%package euro +Provides: tex-euro = %{epoch}:%{source_date}-%{release} +Provides: tex-euro-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-euro-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-euro-doc < %{tl_epoch}:%{source_date} +License: LPPL +Summary: Provide Euro values for national currency amounts +BuildArch: noarch +Requires: texlive-base +Requires: tex-kpathsea +Requires: tex(fp-basic.sty) +Requires: tex(fp-snap.sty) +Provides: tex(euro.sty) = %{epoch}:%{source_date}-%{release} + +%description euro +Converts arbitrary national currency amounts using the Euro as +base unit, and typesets monetary amounts in almost any desired +way. Write, e.g., \ATS{17.6} to get something like '17,60 oS +(1,28 Euro)' automatically. Conversion rates for the initial +Euro-zone countries are already built-in. Further rates can be +added easily. The package uses the fp package to do its sums. + +%package eurosym +Provides: tex-eurosym = %{epoch}:%{source_date}-%{release} +Provides: tex-eurosym-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-eurosym-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-eurosym-doc < %{tl_epoch}:%{source_date} +License: Eurosym +Summary: MetaFont and macros for Euro sign +BuildArch: noarch +Requires: texlive-base +Requires: tex-kpathsea +Provides: tex(eurosym.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(feybl10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(feybo10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(feybr10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(feyml10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(feymo10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(feymr10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(feybl10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(feybo10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(feybr10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(feyml10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(feymo10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(feymr10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(geybl10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(geybo10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(geybr10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(geyml10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(geymo10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(geymr10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(eurosym.sty) = %{epoch}:%{source_date}-%{release} + +%description eurosym +The new European currency symbol for the Euro implemented in +MetaFont, using the official European Commission dimensions, +and providing several shapes (normal, slanted, bold, outline). +The package also includes a LaTeX package which defines the +macro, pre-compiled tfm files, and documentation. + +%package fpl +Provides: tex-fpl = %{epoch}:%{source_date}-%{release} +Provides: tex-fpl-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-fpl-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-fpl-doc < %{tl_epoch}:%{source_date} +License: GPL+ +Summary: SC and OsF fonts for URW Palladio L +BuildArch: noarch +Requires: texlive-base +Requires: tex-kpathsea +Provides: tex(fplbij8a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fplbj8a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fplrc8a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fplrij8a.pfb) = %{epoch}:%{source_date}-%{release} + +%description fpl +The FPL Fonts provide a set of SC/OsF fonts for URW Palladio L +which are compatible with respect to metrics with the Palatino +SC/OsF fonts from Adobe. Note that it is not my aim to exactly +reproduce the outlines of the original Adobe fonts. The SC and +OsF in the FPL Fonts were designed with the glyphs from URW +Palladio L as starting point. For some glyphs (e.g. 'o') I got +the best result by scaling and boldening. For others (e.g. 'h') +shifting selected portions of the character gave more +satisfying results. All this was done using the free font +editor FontForge. The kerning data in these fonts comes from +Walter Schmidt's improved Palatino metrics. LaTeX use is +enabled by the mathpazo package, which is part of the psnfss +distribution. + +%package helvetic +Provides: tex-helvetic = %{epoch}:%{source_date}-%{release} +License: GPL+ +Summary: URW "Base 35" font pack for LaTeX +BuildArch: noarch +Requires: texlive-base +Requires: tex-kpathsea +Provides: tex(uhv.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvb7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvb7tn.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvb8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvb8cn.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvb8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvb8rn.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvb8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvb8tn.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvbc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvbc7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvbc7tn.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvbc8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvbc8tn.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvbo.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvbo7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvbo7tn.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvbo8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvbo8cn.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvbo8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvbo8rn.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvbo8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvbo8tn.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvbon.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvbrn.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvr7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvr7tn.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvr8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvr8cn.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvr8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvr8rn.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvr8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvr8tn.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvrc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvrc7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvrc7tn.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvrc8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvrc8tn.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvro.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvro7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvro7tn.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvro8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvro8cn.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvro8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvro8rn.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvro8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvro8tn.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvron.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvrrn.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(arb10u.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(arb2n.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(arb7j.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(arb8u.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(arb9t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ari10u.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ari2n.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ari7j.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ari8u.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ari9t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(arj10u.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(arj2n.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(arj7j.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(arj8u.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(arj9t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(arr10u.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(arr2n.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(arr7j.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(arr8u.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(arr9t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mhvb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mhvb8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mhvbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mhvbi8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mhvr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mhvr8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mhvri.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(mhvri8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvb7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvb7tn.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvb8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvb8cn.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvb8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvb8rn.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvb8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvb8tn.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvbc7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvbc7tn.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvbc8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvbc8tn.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvbi7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvbi8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvbi8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvbi8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvbo7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvbo7tn.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvbo8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvbo8cn.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvbo8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvbo8rn.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvbo8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvbo8tn.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvr7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvr7tn.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvr8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvr8cn.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvr8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvr8rn.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvr8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvr8tn.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvrc7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvrc7tn.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvrc8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvrc8tn.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvri7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvri7tn.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvri8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvri8cn.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvri8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvri8rn.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvri8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvri8tn.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvro7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvro7tn.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvro8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvro8cn.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvro8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvro8rn.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvro8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvro8tn.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvb8a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvb8ac.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvbo8a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvbo8ac.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvr8a-105.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvr8a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvr8ac.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvro8a-105.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvro8a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvro8ac.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvb.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvb7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvb7tn.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvb8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvb8cn.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvb8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvb8tn.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvbc.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvbc7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvbc7tn.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvbc8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvbc8tn.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvbo.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvbo7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvbo7tn.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvbo8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvbo8cn.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvbo8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvbo8tn.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvbon.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvbrn.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvr.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvr7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvr7tn.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvr8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvr8cn.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvr8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvr8tn.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvrc.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvrc7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvrc7tn.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvrc8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvrc8tn.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvro.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvro7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvro7tn.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvro8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvro8cn.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvro8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvro8tn.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvron.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvrrn.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(mhvb.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(mhvb8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(mhvbi.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(mhvbi8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(mhvr.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(mhvr8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(mhvri.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(mhvri8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvb7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvb7tn.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvb8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvb8cn.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvb8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvb8tn.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvbc7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvbc7tn.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvbc8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvbc8tn.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvbi7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvbi8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvbi8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvbo7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvbo7tn.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvbo8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvbo8cn.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvbo8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvbo8tn.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvr7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvr7tn.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvr8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvr8cn.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvr8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvr8tn.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvrc7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvrc7tn.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvrc8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvrc8tn.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvri7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvri7tn.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvri8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvri8cn.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvri8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvri8tn.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvro7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvro7tn.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvro8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvro8cn.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvro8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uhvro8tn.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(8ruhv.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(omluhv.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(omsuhv.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot1uhv.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1uhv.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1uhv.fd) = %{epoch}:%{source_date}-%{release} + +%description helvetic +A set of fonts for use as "drop-in" replacements for Adobe's +basic set, comprising: - Century Schoolbook (substituting for +Adobe's New Century Schoolbook); - Dingbats (substituting for +Adobe's Zapf Dingbats); - Nimbus Mono L (substituting for +Abobe's Courier); - Nimbus Roman No9 L (substituting for +Adobe's Times); - Nimbus Sans L (substituting for Adobe's +Helvetica); - Standard Symbols L (substituting for Adobe's +Symbol); - URW Bookman; - URW Chancery L Medium Italic +(substituting for Adobe's Zapf Chancery); - URW Gothic L Book +(substituting for Adobe's Avant Garde); and - URW Palladio L +(substituting for Adobe's Palatino). + +%package lm +Provides: tex-lm = %{epoch}:%{source_date}-%{release} +Provides: tex-lm-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-lm-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-lm-doc < %{tl_epoch}:%{source_date} +License: GFSL +Summary: Latin modern fonts in outline formats +BuildArch: noarch +Requires: texlive-base +Requires: tex-kpathsea +Provides: tex(lm-cs.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(lm-cssc.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(lm-cstt.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(lm-ec.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(lm-l7x.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(lm-mathex.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(lm-mathit.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(lm-mathsy.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(lm-qx.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(lm-qxsc.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(lm-qxtt.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(lm-rep-cmin.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(lm-rep-cmit.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(lm-rep-cmitt.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(lm-rep-cmrm.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(lm-rep-cmsc.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(lm-rep-cmtt.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(lm-rep-csin.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(lm-rep-csrm.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(lm-rep-cssc.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(lm-rep-cstt.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(lm-rep-plin.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(lm-rep-plit.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(lm-rep-plitt.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(lm-rep-plrm.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(lm-rep-plsc.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(lm-rep-pltt.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(lm-rep-t5psn.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(lm-rm.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(lm-rmsc.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(lm-rmtt.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(lm-t5.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(lm-texnansi.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(lm-ts1.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(lm-ec.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(lm-math.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(lm-rm.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(lm-texnansi.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(lm-cs.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(lm-ec.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(lm-l7x.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(lm-math.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(lm-qx.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(lm-rep-cmother.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(lm-rep-cmtext-interpolated.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(lm-rep-cmtext.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(lm-rep-cstext.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(lm-rep-pltext.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(lm-rep-vntext.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(lm-rm.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(lm-t5.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(lm-texnansi.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(lm-ts1.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(lm.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmmono10-italic.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmmono10-regular.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmmono12-regular.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmmono8-regular.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmmono9-regular.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmmonocaps10-oblique.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmmonocaps10-regular.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmmonolt10-bold.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmmonolt10-boldoblique.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmmonolt10-oblique.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmmonolt10-regular.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmmonoltcond10-oblique.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmmonoltcond10-regular.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmmonoprop10-oblique.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmmonoprop10-regular.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmmonoproplt10-bold.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmmonoproplt10-boldoblique.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmmonoproplt10-oblique.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmmonoproplt10-regular.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmmonoslant10-regular.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmroman10-bold.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmroman10-bolditalic.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmroman10-italic.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmroman10-regular.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmroman12-bold.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmroman12-italic.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmroman12-regular.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmroman17-regular.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmroman5-bold.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmroman5-regular.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmroman6-bold.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmroman6-regular.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmroman7-bold.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmroman7-italic.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmroman7-regular.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmroman8-bold.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmroman8-italic.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmroman8-regular.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmroman9-bold.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmroman9-italic.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmroman9-regular.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmromancaps10-oblique.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmromancaps10-regular.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmromandemi10-oblique.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmromandemi10-regular.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmromandunh10-oblique.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmromandunh10-regular.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmromanslant10-bold.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmromanslant10-regular.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmromanslant12-regular.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmromanslant17-regular.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmromanslant8-regular.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmromanslant9-regular.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmromanunsl10-regular.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmsans10-bold.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmsans10-boldoblique.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmsans10-oblique.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmsans10-regular.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmsans12-oblique.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmsans12-regular.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmsans17-oblique.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmsans17-regular.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmsans8-oblique.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmsans8-regular.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmsans9-oblique.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmsans9-regular.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmsansdemicond10-oblique.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmsansdemicond10-regular.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmsansquot8-bold.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmsansquot8-boldoblique.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmsansquot8-oblique.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmsansquot8-regular.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-lmb10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-lmbo10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-lmbx10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-lmbx12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-lmbx5.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-lmbx6.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-lmbx7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-lmbx8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-lmbx9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-lmbxi10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-lmbxo10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-lmcsc10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-lmcsco10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-lmdunh10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-lmduno10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-lmr10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-lmr12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-lmr17.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-lmr5.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-lmr6.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-lmr7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-lmr8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-lmr9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-lmri10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-lmri12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-lmri7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-lmri8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-lmri9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-lmro10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-lmro12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-lmro17.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-lmro8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-lmro9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-lmss10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-lmss12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-lmss17.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-lmss8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-lmss9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-lmssbo10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-lmssbx10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-lmssdc10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-lmssdo10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-lmsso10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-lmsso12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-lmsso17.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-lmsso8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-lmsso9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-lmssq8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-lmssqbo8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-lmssqbx8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-lmssqo8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-lmtcsc10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-lmtcso10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-lmtk10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-lmtko10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-lmtl10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-lmtlc10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-lmtlco10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-lmtlo10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-lmtt10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-lmtt12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-lmtt8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-lmtt9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-lmtti10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-lmtto10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-lmu10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-lmvtk10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-lmvtko10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-lmvtl10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-lmvtlo10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-lmvtt10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-lmvtto10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-lmb10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-lmbo10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-lmbx10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-lmbx12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-lmbx5.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-lmbx6.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-lmbx7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-lmbx8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-lmbx9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-lmbxi10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-lmbxo10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-lmcsc10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-lmcsco10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-lmdunh10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-lmduno10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-lmr10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-lmr12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-lmr17.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-lmr5.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-lmr6.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-lmr7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-lmr8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-lmr9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-lmri10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-lmri12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-lmri7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-lmri8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-lmri9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-lmro10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-lmro12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-lmro17.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-lmro8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-lmro9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-lmss10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-lmss12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-lmss17.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-lmss8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-lmss9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-lmssbo10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-lmssbx10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-lmssdc10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-lmssdo10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-lmsso10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-lmsso12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-lmsso17.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-lmsso8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-lmsso9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-lmssq8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-lmssqbo8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-lmssqbx8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-lmssqo8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-lmtcsc10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-lmtcso10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-lmtk10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-lmtko10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-lmtl10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-lmtlc10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-lmtlco10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-lmtlo10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-lmtt10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-lmtt12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-lmtt8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-lmtt9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-lmtti10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-lmtto10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-lmu10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-lmvtk10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-lmvtko10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-lmvtl10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-lmvtlo10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-lmvtt10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-lmvtto10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-lmb10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-lmbo10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-lmbx10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-lmbx12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-lmbx5.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-lmbx6.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-lmbx7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-lmbx8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-lmbx9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-lmbxi10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-lmbxo10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-lmcsc10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-lmcsco10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-lmdunh10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-lmduno10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-lmr10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-lmr12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-lmr17.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-lmr5.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-lmr6.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-lmr7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-lmr8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-lmr9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-lmri10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-lmri12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-lmri7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-lmri8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-lmri9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-lmro10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-lmro12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-lmro17.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-lmro8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-lmro9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-lmss10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-lmss12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-lmss17.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-lmss8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-lmss9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-lmssbo10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-lmssbx10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-lmssdc10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-lmssdo10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-lmsso10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-lmsso12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-lmsso17.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-lmsso8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-lmsso9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-lmssq8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-lmssqbo8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-lmssqbx8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-lmssqo8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-lmtcsc10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-lmtcso10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-lmtk10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-lmtko10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-lmtl10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-lmtlc10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-lmtlco10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-lmtlo10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-lmtt10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-lmtt12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-lmtt8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-lmtt9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-lmtti10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-lmtto10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-lmu10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-lmvtk10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-lmvtko10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-lmvtl10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-lmvtlo10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-lmvtt10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-lmvtto10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmbsy10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmbsy5.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmbsy7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmex10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmmi10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmmi12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmmi5.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmmi6.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmmi7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmmi8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmmi9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmmib10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmmib5.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmmib7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmsy10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmsy5.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmsy6.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmsy7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmsy8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmsy9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-lmb10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-lmbo10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-lmbx10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-lmbx12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-lmbx5.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-lmbx6.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-lmbx7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-lmbx8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-lmbx9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-lmbxi10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-lmbxo10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-lmcsc10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-lmcsco10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-lmdunh10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-lmduno10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-lmr10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-lmr12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-lmr17.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-lmr5.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-lmr6.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-lmr7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-lmr8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-lmr9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-lmri10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-lmri12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-lmri7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-lmri8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-lmri9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-lmro10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-lmro12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-lmro17.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-lmro8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-lmro9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-lmss10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-lmss12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-lmss17.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-lmss8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-lmss9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-lmssbo10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-lmssbx10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-lmssdc10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-lmssdo10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-lmsso10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-lmsso12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-lmsso17.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-lmsso8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-lmsso9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-lmssq8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-lmssqbo8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-lmssqbx8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-lmssqo8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-lmtcsc10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-lmtcso10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-lmtk10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-lmtko10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-lmtl10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-lmtlc10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-lmtlco10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-lmtlo10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-lmtt10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-lmtt12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-lmtt8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-lmtt9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-lmtti10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-lmtto10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-lmu10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-lmvtk10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-lmvtko10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-lmvtl10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-lmvtlo10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-lmvtt10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-lmvtto10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-lmb10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-lmbo10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-lmbx10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-lmbx12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-lmbx5.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-lmbx6.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-lmbx7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-lmbx8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-lmbx9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-lmbxi10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-lmbxo10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-lmcsc10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-lmcsco10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-lmdunh10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-lmduno10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-lmr10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-lmr12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-lmr17.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-lmr5.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-lmr6.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-lmr7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-lmr8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-lmr9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-lmri10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-lmri12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-lmri7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-lmri8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-lmri9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-lmro10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-lmro12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-lmro17.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-lmro8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-lmro9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-lmss10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-lmss12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-lmss17.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-lmss8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-lmss9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-lmssbo10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-lmssbx10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-lmssdc10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-lmssdo10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-lmsso10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-lmsso12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-lmsso17.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-lmsso8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-lmsso9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-lmssq8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-lmssqbo8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-lmssqbx8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-lmssqo8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-lmtcsc10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-lmtcso10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-lmtk10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-lmtko10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-lmtl10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-lmtlc10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-lmtlco10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-lmtlo10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-lmtt10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-lmtt12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-lmtt8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-lmtt9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-lmtti10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-lmtto10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-lmu10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-lmvtk10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-lmvtko10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-lmvtl10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-lmvtlo10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-lmvtt10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-lmvtto10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-lmb10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-lmbo10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-lmbx10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-lmbx12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-lmbx5.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-lmbx6.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-lmbx7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-lmbx8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-lmbx9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-lmbxi10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-lmbxo10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-lmcsc10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-lmcsco10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-lmdunh10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-lmduno10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-lmr10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-lmr12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-lmr17.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-lmr5.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-lmr6.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-lmr7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-lmr8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-lmr9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-lmri10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-lmri12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-lmri7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-lmri8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-lmri9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-lmro10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-lmro12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-lmro17.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-lmro8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-lmro9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-lmss10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-lmss12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-lmss17.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-lmss8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-lmss9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-lmssbo10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-lmssbx10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-lmssdc10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-lmssdo10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-lmsso10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-lmsso12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-lmsso17.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-lmsso8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-lmsso9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-lmssq8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-lmssqbo8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-lmssqbx8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-lmssqo8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-lmtcsc10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-lmtcso10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-lmtk10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-lmtko10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-lmtl10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-lmtlc10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-lmtlco10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-lmtlo10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-lmtt10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-lmtt12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-lmtt8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-lmtt9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-lmtti10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-lmtto10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-lmu10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-lmvtk10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-lmvtko10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-lmvtl10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-lmvtlo10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-lmvtt10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-lmvtto10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-lmb10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-lmbo10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-lmbx10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-lmbx12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-lmbx5.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-lmbx6.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-lmbx7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-lmbx8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-lmbx9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-lmbxi10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-lmbxo10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-lmcsc10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-lmcsco10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-lmdunh10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-lmduno10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-lmr10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-lmr12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-lmr17.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-lmr5.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-lmr6.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-lmr7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-lmr8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-lmr9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-lmri10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-lmri12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-lmri7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-lmri8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-lmri9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-lmro10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-lmro12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-lmro17.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-lmro8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-lmro9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-lmss10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-lmss12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-lmss17.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-lmss8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-lmss9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-lmssbo10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-lmssbx10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-lmssdc10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-lmssdo10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-lmsso10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-lmsso12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-lmsso17.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-lmsso8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-lmsso9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-lmssq8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-lmssqbo8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-lmssqbx8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-lmssqo8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-lmtcsc10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-lmtcso10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-lmtk10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-lmtko10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-lmtl10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-lmtlc10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-lmtlco10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-lmtlo10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-lmtt10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-lmtt12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-lmtt8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-lmtt9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-lmtti10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-lmtto10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-lmu10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-lmvtk10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-lmvtko10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-lmvtl10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-lmvtlo10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-lmvtt10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-lmvtto10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-lmb10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-lmbo10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-lmbx10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-lmbx12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-lmbx5.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-lmbx6.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-lmbx7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-lmbx8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-lmbx9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-lmbxi10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-lmbxo10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-lmcsc10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-lmcsco10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-lmdunh10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-lmduno10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-lmr10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-lmr12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-lmr17.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-lmr5.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-lmr6.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-lmr7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-lmr8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-lmr9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-lmri10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-lmri12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-lmri7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-lmri8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-lmri9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-lmro10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-lmro12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-lmro17.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-lmro8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-lmro9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-lmss10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-lmss12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-lmss17.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-lmss8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-lmss9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-lmssbo10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-lmssbx10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-lmssdc10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-lmssdo10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-lmsso10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-lmsso12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-lmsso17.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-lmsso8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-lmsso9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-lmssq8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-lmssqbo8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-lmssqbx8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-lmssqo8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-lmtcsc10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-lmtcso10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-lmtk10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-lmtko10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-lmtl10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-lmtlc10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-lmtlco10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-lmtlo10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-lmtt10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-lmtt12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-lmtt8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-lmtt9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-lmtti10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-lmtto10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-lmu10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-lmvtk10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-lmvtko10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-lmvtl10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-lmvtlo10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-lmvtt10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-lmvtto10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmb10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmbo10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmbsy10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmbsy5.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmbsy7.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmbx10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmbx12.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmbx5.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmbx6.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmbx7.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmbx8.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmbx9.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmbxi10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmbxo10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmcsc10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmcsco10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmdunh10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmduno10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmex10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmmi10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmmi12.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmmi5.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmmi6.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmmi7.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmmi8.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmmi9.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmmib10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmmib5.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmmib7.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmr10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmr12.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmr17.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmr5.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmr6.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmr7.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmr8.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmr9.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmri10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmri12.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmri7.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmri8.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmri9.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmro10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmro12.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmro17.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmro8.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmro9.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmss10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmss12.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmss17.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmss8.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmss9.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmssbo10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmssbx10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmssdc10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmssdo10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmsso10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmsso12.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmsso17.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmsso8.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmsso9.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmssq8.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmssqbo8.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmssqbx8.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmssqo8.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmsy10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmsy5.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmsy6.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmsy7.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmsy8.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmsy9.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmtcsc10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmtcso10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmtk10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmtko10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmtl10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmtlc10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmtlco10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmtlo10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmtt10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmtt12.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmtt8.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmtt9.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmtti10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmtto10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmu10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmvtk10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmvtko10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmvtl10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmvtlo10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmvtt10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmvtto10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(il2lmdh.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(il2lmr.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(il2lmss.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(il2lmssq.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(il2lmtt.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(il2lmvtt.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7xlmdh.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7xlmr.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7xlmss.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7xlmssq.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7xlmtt.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7xlmvtt.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(lmodern.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(ly1lmdh.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ly1lmr.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ly1lmss.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ly1lmssq.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ly1lmtt.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ly1lmvtt.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(omllmm.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(omllmr.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(omslmr.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(omslmsy.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(omxlmex.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot1lmdh.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot1lmr.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot1lmss.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot1lmssq.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot1lmtt.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot1lmvtt.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot4lmdh.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot4lmr.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot4lmss.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot4lmssq.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot4lmtt.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot4lmvtt.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(qxlmdh.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(qxlmr.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(qxlmss.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(qxlmssq.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(qxlmtt.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(qxlmvtt.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1lmdh.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1lmr.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1lmss.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1lmssq.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1lmtt.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1lmvtt.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5lmdh.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5lmr.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5lmss.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5lmssq.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5lmtt.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5lmvtt.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1lmdh.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1lmr.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1lmss.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1lmssq.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1lmtt.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1lmvtt.fd) = %{epoch}:%{source_date}-%{release} + +%description lm +The Latin Modern family of fonts consists of 72 text fonts and +20 mathematics fonts, and is based on the Computer Modern fonts +released into public domain by AMS (copyright (c) 1997 AMS). +The lm font set contains a lot of additional characters, mainly +accented ones, but not exclusively. There is one set of fonts, +available both in Adobe Type 1 format (*.pfb) and in OpenType +format (*.otf). There are five sets of TeX Font Metric files, +corresponding to: Cork encoding (cork-*.tfm); QX encoding (qx- +*.tfm); TeX'n'ANSI aka LY1 encoding (texnansi-*.tfm); T5 +(Vietnamese) encoding (t5-*.tfm); and Text Companion for EC +fonts aka TS1 (ts1-*.tfm). + +%package lm-math +Provides: tex-lm-math = %{epoch}:%{source_date}-%{release} +Provides: tex-lm-math-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-lm-math-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-lm-math-doc < %{tl_epoch}:%{source_date} +License: LPPL +Summary: OpenType maths fonts for Latin Modern +BuildArch: noarch +Requires: texlive-base +Requires: tex-kpathsea +Provides: tex(latinmodern-math.otf) = %{epoch}:%{source_date}-%{release} + +%description lm-math +Latin Modern Math is a maths companion for the Latin Modern +family of fonts, in OpenType format. For use with LuaLaTeX or +XeLaTeX, support is available from the unicode-math package. + +%package marvosym +Provides: tex-marvosym = %{epoch}:%{source_date}-%{release} +Provides: tex-marvosym-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-marvosym-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-marvosym-doc < %{tl_epoch}:%{source_date} +License: OFSFLD +Summary: Martin Vogel's Symbols (marvosym) font +BuildArch: noarch +Requires: texlive-base +Requires: tex-kpathsea +Provides: tex(marvosym.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(umvs.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(marvosym.ttf) = %{epoch}:%{source_date}-%{release} +Provides: tex(marvosym.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(marvosym.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(umvs.fd) = %{epoch}:%{source_date}-%{release} + +%description marvosym +Martin Vogel's Symbol font (marvosym) contains the Euro +currency symbol as defined by the European commission, along +with symbols for structural engineering; symbols for steel +cross-sections; astronomy signs (sun, moon, planets); the 12 +signs of the zodiac; scissor symbols; CE sign and others. The +package contains both the original TrueType font and the +derived Type 1 font, together with support files for TeX +(LaTeX). + +%package mathpazo +Provides: tex-mathpazo = %{epoch}:%{source_date}-%{release} +Provides: tex-mathpazo-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-mathpazo-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-mathpazo-doc < %{tl_epoch}:%{source_date} +License: GPL+ +Summary: Fonts to typeset mathematics to match Palatino +BuildArch: noarch +Requires: texlive-base +Requires: tex-kpathsea +Provides: tex(fplmb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fplmbb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fplmbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fplmr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fplmri.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(zplmb7m.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(zplmb7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(zplmb7y.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(zplmr7m.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(zplmr7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(zplmr7v.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(zplmr7y.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(fplmb.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fplmbb.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fplmbi.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fplmr.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fplmri.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(zplmb7m.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(zplmb7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(zplmb7y.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(zplmr7m.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(zplmr7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(zplmr7v.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(zplmr7y.vf) = %{epoch}:%{source_date}-%{release} + +%description mathpazo +The Pazo Math fonts are a family of PostScript fonts suitable +for typesetting mathematics in combination with the Palatino +family of text fonts. The Pazo Math family is made up of five +fonts provided in Adobe Type 1 format (PazoMath, PazoMath- +Italic, PazoMath-Bold, PazoMath-BoldItalic, and +PazoMathBlackboardBold). These contain, in designs that match +Palatino, glyphs that are usually not available in Palatino and +for which Computer Modern looks odd when combined with +Palatino. These glyphs include the uppercase Greek alphabet in +upright and slanted shapes in regular and bold weights, the +lowercase Greek alphabet in slanted shape in regular and bold +weights, several mathematical glyphs (partialdiff, summation, +product, coproduct, emptyset, infinity, and proportional) in +regular and bold weights, other glyphs (Euro and dotlessj) in +upright and slanted shapes in regular and bold weights, and the +uppercase letters commonly used to represent various number +sets (C, I, N, Q, R, and Z) in blackboard bold. The set also +includes a set of 'true' small-caps fonts, also suitable for +use with Palatino (or one of its clones). LaTeX macro support +(using package mathpazo.sty) is provided in psnfss (a required +part of any LaTeX distribution). + +%package ncntrsbk +Provides: tex-ncntrsbk = %{epoch}:%{source_date}-%{release} +License: GPL+ +Summary: URW "Base 35" font pack for LaTeX +BuildArch: noarch +Requires: texlive-base +Requires: tex-kpathsea +Provides: tex(unc.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(pncb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pncb7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pncb8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pncb8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pncb8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pncbc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pncbc7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pncbc8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pncbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pncbi7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pncbi8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pncbi8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pncbi8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pncbo.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pncbo7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pncbo8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pncbo8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pncbo8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pncr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pncr7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pncr8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pncr8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pncr8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pncrc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pncrc7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pncrc8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pncri.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pncri7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pncri8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pncri8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pncri8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pncro.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pncro7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pncro8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pncro8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pncro8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uncb7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uncb8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uncb8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uncb8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uncbc7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uncbc8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uncbi7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uncbi8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uncbi8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uncbi8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uncbo7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uncbo8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uncbo8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uncbo8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uncr7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uncr8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uncr8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uncr8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uncrc7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uncrc8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uncri7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uncri8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uncri8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uncri8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uncro7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uncro8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uncro8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uncro8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uncb8a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(uncbi8a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(uncr8a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(uncri8a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(pncb.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pncb7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pncb8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pncb8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pncbc.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pncbc7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pncbc8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pncbi.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pncbi7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pncbi8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pncbi8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pncbo.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pncbo7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pncbo8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pncbo8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pncr.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pncr7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pncr8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pncr8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pncrc.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pncrc7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pncrc8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pncri.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pncri7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pncri8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pncri8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pncro.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pncro7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pncro8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pncro8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uncb7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uncb8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uncb8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uncbc7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uncbc8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uncbi7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uncbi8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uncbi8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uncbo7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uncbo8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uncbo8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uncr7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uncr8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uncr8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uncrc7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uncrc8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uncri7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uncri8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uncri8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uncro7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uncro8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uncro8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(8runc.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(omlunc.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(omsunc.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot1unc.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1unc.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1unc.fd) = %{epoch}:%{source_date}-%{release} + +%description ncntrsbk +A set of fonts for use as "drop-in" replacements for Adobe's +basic set, comprising: - Century Schoolbook (substituting for +Adobe's New Century Schoolbook); - Dingbats (substituting for +Adobe's Zapf Dingbats); - Nimbus Mono L (substituting for +Abobe's Courier); - Nimbus Roman No9 L (substituting for +Adobe's Times); - Nimbus Sans L (substituting for Adobe's +Helvetica); - Standard Symbols L (substituting for Adobe's +Symbol); - URW Bookman; - URW Chancery L Medium Italic +(substituting for Adobe's Zapf Chancery); - URW Gothic L Book +(substituting for Adobe's Avant Garde); and - URW Palladio L +(substituting for Adobe's Palatino). + +%package palatino +Provides: tex-palatino = %{epoch}:%{source_date}-%{release} +License: GPL+ +Summary: URW "Base 35" font pack for LaTeX +BuildArch: noarch +Requires: texlive-base +Requires: tex-kpathsea +Provides: tex(upl.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(eurbo10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(eurmo10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplb7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplb8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplb8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplb8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplb9c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplb9d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplb9e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplb9o.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplb9t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplbc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplbc7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplbc8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplbi7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplbi8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplbi8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplbi8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplbi9c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplbi9d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplbi9e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplbi9o.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplbi9t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplbij8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplbj8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplbo.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplbo7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplbo8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplbo8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplbo8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplbu.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplbu8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplr7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplr8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplr8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplr8rn.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplr8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplr9c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplr9d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplr9e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplr9o.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplr9t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplrc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplrc7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplrc8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplrc8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplrc9d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplrc9e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplrc9o.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplrc9t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplri.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplri7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplri8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplri8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplri8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplri9c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplri9d.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplri9e.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplri9o.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplri9t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplrij8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplro.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplro7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplro8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplro8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplro8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplrr8re.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplrre.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplrrn.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplru.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplru8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(zppleb7m.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(zppleb7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(zppleb7y.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(zppler7m.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(zppler7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(zppler7v.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(zppler7y.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uplb7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uplb8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uplb8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uplb8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uplbc7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uplbc8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uplbi7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uplbi8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uplbi8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uplbi8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uplbo7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uplbo8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uplbo8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uplbo8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uplr7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uplr8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uplr8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uplr8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uplrc7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uplrc8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uplri7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uplri8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uplri8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uplri8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uplro7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uplro8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uplro8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uplro8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uplb8a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(uplbi8a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(uplr8a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(uplri8a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplb.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplb7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplb8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplb8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplb9c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplb9d.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplb9e.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplb9o.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplb9t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplbc.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplbc7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplbc8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplbi.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplbi7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplbi8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplbi8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplbi9c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplbi9d.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplbi9e.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplbi9o.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplbi9t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplbo.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplbo7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplbo8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplbo8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplbu.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplr.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplr7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplr8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplr8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplr9c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplr9d.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplr9e.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplr9o.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplr9t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplrc.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplrc7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplrc8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplrc9d.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplrc9e.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplrc9o.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplrc9t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplri.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplri7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplri8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplri8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplri9c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplri9d.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplri9e.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplri9o.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplri9t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplro.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplro7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplro8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplro8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplrre.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplrrn.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplru.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(zppleb7m.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(zppleb7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(zppleb7y.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(zppler7m.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(zppler7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(zppler7v.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(zppler7y.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uplb7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uplb8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uplb8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uplbc7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uplbc8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uplbi7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uplbi8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uplbi8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uplbo7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uplbo8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uplbo8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uplr7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uplr8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uplr8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uplrc7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uplrc8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uplri7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uplri8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uplri8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uplro7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uplro8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uplro8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(8rupl.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(omlupl.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(omsupl.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot1upl.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1upl.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1upl.fd) = %{epoch}:%{source_date}-%{release} + +%description palatino +A set of fonts for use as "drop-in" replacements for Adobe's +basic set, comprising: - Century Schoolbook (substituting for +Adobe's New Century Schoolbook); - Dingbats (substituting for +Adobe's Zapf Dingbats); - Nimbus Mono L (substituting for +Abobe's Courier); - Nimbus Roman No9 L (substituting for +Adobe's Times); - Nimbus Sans L (substituting for Adobe's +Helvetica); - Standard Symbols L (substituting for Adobe's +Symbol); - URW Bookman; - URW Chancery L Medium Italic +(substituting for Adobe's Zapf Chancery); - URW Gothic L Book +(substituting for Adobe's Avant Garde); and - URW Palladio L +(substituting for Adobe's Palatino). + +%package pxfonts +Provides: tex-pxfonts = %{epoch}:%{source_date}-%{release} +Provides: tex-pxfonts-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-pxfonts-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-pxfonts-doc < %{tl_epoch}:%{source_date} +License: GPL+ +Summary: Palatino-like fonts in support of mathematics +BuildArch: noarch +Requires: texlive-base +Requires: tex-kpathsea +Provides: tex(pxfonts.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(pxr.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(pxr1.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(pxr2.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(pxr3.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(p1xb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(p1xbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(p1xbsc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(p1xbsl.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(p1xi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(p1xr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(p1xsc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(p1xsl.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pcxb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pcxbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pcxbsl.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pcxi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pcxr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pcxsl.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pxb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pxbex.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pxbexa.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pxbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pxbmi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pxbmi1.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pxbmia.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pxbsc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pxbsl.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pxbsy.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pxbsya.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pxbsyb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pxbsyc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pxex.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pxexa.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pxi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pxmi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pxmi1.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pxmia.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pxr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pxsc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pxsl.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pxsy.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pxsya.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pxsyb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pxsyc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rpcxb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rpcxbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rpcxbsl.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rpcxi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rpcxr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rpcxsl.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rpxb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rpxbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rpxbmi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rpxbsc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rpxbsl.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rpxi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rpxmi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rpxpplb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rpxpplbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rpxpplbo.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rpxpplr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rpxpplri.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rpxpplro.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rpxr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rpxsc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rpxsl.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pxbex.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(pxbexa.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(pxbmia.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(pxbsy.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(pxbsya.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(pxbsyb.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(pxbsyc.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(pxex.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(pxexa.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(pxmia.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(pxsy.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(pxsya.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(pxsyb.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(pxsyc.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(rpcxb.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(rpcxbi.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(rpcxi.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(rpcxr.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(rpxb.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(rpxbi.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(rpxbmi.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(rpxbsc.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(rpxi.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(rpxmi.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(rpxr.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(rpxsc.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(p1xb.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(p1xbi.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(p1xbsc.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(p1xbsl.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(p1xi.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(p1xr.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(p1xsc.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(p1xsl.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pcxb.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pcxbi.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pcxbsl.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pcxi.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pcxr.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pcxsl.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pxb.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pxbi.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pxbmi.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pxbmi1.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pxbsc.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pxbsl.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pxi.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pxmi.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pxmi1.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pxr.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pxsc.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pxsl.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(omlpxmi.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(omlpxr.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(omspxr.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(omspxsy.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(omxpxex.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot1pxr.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot1pxss.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot1pxtt.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(pxfonts.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1pxr.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1pxss.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1pxtt.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1pxr.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1pxss.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1pxtt.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(upxexa.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(upxmia.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(upxr.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(upxss.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(upxsya.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(upxsyb.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(upxsyc.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(upxtt.fd) = %{epoch}:%{source_date}-%{release} + +%description pxfonts +Pxfonts supplies virtual text roman fonts using Adobe Palatino +(or URWPalladioL) with some modified and additional text +symbols in the OT1, T1, and TS1 encodings; maths alphabets +using Palatino/Palladio; maths fonts providing all the symbols +of the Computer Modern and AMS fonts, including all the Greek +capital letters from CMR; and additional maths fonts of various +other symbols. The set is complemented by a sans-serif set of +text fonts, based on Helvetica/NimbusSanL, and a monospace set +derived from the parallel TX font set. All the fonts are in +Type 1 format (AFM and PFB files), and are supported by TeX +metrics (VF and TFM files) and macros for use with LaTeX. + +%package rsfs +Provides: tex-rsfs = %{epoch}:%{source_date}-%{release} +Provides: tex-rsfs-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-rsfs-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-rsfs-doc < %{tl_epoch}:%{source_date} +License: rsfs +Summary: Ralph Smith's Formal Script font +BuildArch: noarch +Requires: texlive-base +Requires: tex-kpathsea +Provides: tex(rsfs.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(rsfs10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rsfs5.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rsfs7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rsfs10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(rsfs5.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(rsfs7.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(scrload.tex) = %{epoch}:%{source_date}-%{release} + +%description rsfs +The fonts provide uppercase 'formal' script letters for use as +symbols in scientific and mathematical typesetting (in contrast +to the informal script fonts such as that used for the +'calligraphic' symbols in the TeX maths symbol font). The fonts +are provided as MetaFont source, and as derived Adobe Type 1 +format. LaTeX support, for using these fonts in mathematics, is +available via one of the packages calrsfs and mathrsfs. + +%package symbol +Provides: tex-symbol = %{epoch}:%{source_date}-%{release} +License: GPL+ +Summary: URW "Base 35" font pack for LaTeX +BuildArch: noarch +Requires: texlive-base +Requires: tex-kpathsea +Provides: tex(usy.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(psyr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(msyr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(usyr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(usyr.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(uusy.fd) = %{epoch}:%{source_date}-%{release} + +%description symbol +A set of fonts for use as "drop-in" replacements for Adobe's +basic set, comprising: - Century Schoolbook (substituting for +Adobe's New Century Schoolbook); - Dingbats (substituting for +Adobe's Zapf Dingbats); - Nimbus Mono L (substituting for +Abobe's Courier); - Nimbus Roman No9 L (substituting for +Adobe's Times); - Nimbus Sans L (substituting for Adobe's +Helvetica); - Standard Symbols L (substituting for Adobe's +Symbol); - URW Bookman; - URW Chancery L Medium Italic +(substituting for Adobe's Zapf Chancery); - URW Gothic L Book +(substituting for Adobe's Avant Garde); and - URW Palladio L +(substituting for Adobe's Palatino). + +%package tex-gyre +Provides: tex-tex-gyre = %{epoch}:%{source_date}-%{release} +Provides: tex-tex-gyre-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-tex-gyre-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-tex-gyre-doc < %{tl_epoch}:%{source_date} +License: GFSL +Summary: TeX Fonts extending freely available URW fonts +BuildArch: noarch +Requires: texlive-base +Requires: tex-kpathsea +Requires: tex(tgcursor.sty) +Requires: tex(tgheros.sty) +Requires: tex(tgchorus.sty) +Requires: tex(kvoptions.sty) +Provides: tex(q-cs-sc.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(q-cs.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(q-csm-sc.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(q-csm.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(q-cszc.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(q-ec-sc.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(q-ec.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(q-l7x-sc.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(q-l7x.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(q-l7xzc.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(q-qx-sc.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(q-qx.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(q-qxm-sc.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(q-qxm.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(q-qxzc.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(q-rm-sc.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(q-rm.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(q-rmm-sc.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(q-rmm.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(q-rmzc.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(q-t5-sc.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(q-t5.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(q-texnansi-sc.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(q-texnansi.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(q-texnansizc.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(q-ts1.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(qag-cs.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(qag-ec.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(qag-l7x.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(qag-qx.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(qag-rm.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(qag-t5.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(qag-texnansi.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(qag-ts1.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(qag.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(qbk-cs.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(qbk-ec.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(qbk-l7x.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(qbk-qx.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(qbk-rm.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(qbk-t5.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(qbk-texnansi.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(qbk-ts1.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(qbk.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(qcr-cs.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(qcr-ec.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(qcr-l7x.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(qcr-qx.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(qcr-rm.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(qcr-t5.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(qcr-texnansi.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(qcr-ts1.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(qcr.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(qcs-cs.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(qcs-ec.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(qcs-l7x.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(qcs-qx.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(qcs-rm.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(qcs-t5.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(qcs-texnansi.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(qcs-ts1.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(qcs.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(qhv-cs.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(qhv-ec.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(qhv-l7x.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(qhv-qx.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(qhv-rm.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(qhv-t5.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(qhv-texnansi.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(qhv-ts1.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(qhv.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(qpl-cs.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(qpl-ec.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(qpl-l7x.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(qpl-qx.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(qpl-rm.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(qpl-t5.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(qpl-texnansi.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(qpl-ts1.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(qpl.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(qtm-cs.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(qtm-ec.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(qtm-l7x.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(qtm-qx.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(qtm-rm.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(qtm-t5.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(qtm-texnansi.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(qtm-ts1.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(qtm.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(qzc-cs.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(qzc-ec.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(qzc-l7x.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(qzc-qx.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(qzc-rm.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(qzc-t5.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(qzc-texnansi.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(qzc-ts1.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(qzc.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(texgyreadventor-bold.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(texgyreadventor-bolditalic.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(texgyreadventor-italic.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(texgyreadventor-regular.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(texgyrebonum-bold.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(texgyrebonum-bolditalic.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(texgyrebonum-italic.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(texgyrebonum-regular.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(texgyrechorus-mediumitalic.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(texgyrecursor-bold.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(texgyrecursor-bolditalic.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(texgyrecursor-italic.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(texgyrecursor-regular.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(texgyreheros-bold.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(texgyreheros-bolditalic.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(texgyreheros-italic.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(texgyreheros-regular.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(texgyreheroscn-bold.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(texgyreheroscn-bolditalic.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(texgyreheroscn-italic.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(texgyreheroscn-regular.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(texgyrepagella-bold.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(texgyrepagella-bolditalic.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(texgyrepagella-italic.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(texgyrepagella-regular.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(texgyreschola-bold.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(texgyreschola-bolditalic.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(texgyreschola-italic.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(texgyreschola-regular.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(texgyretermes-bold.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(texgyretermes-bolditalic.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(texgyretermes-italic.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(texgyretermes-regular.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-qagb-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-qagb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-qagbi-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-qagbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-qagr-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-qagr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-qagri-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-qagri.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-qbkb-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-qbkb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-qbkbi-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-qbkbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-qbkr-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-qbkr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-qbkri-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-qbkri.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-qcrb-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-qcrb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-qcrbi-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-qcrbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-qcrr-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-qcrr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-qcrri-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-qcrri.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-qcsb-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-qcsb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-qcsbi-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-qcsbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-qcsr-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-qcsr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-qcsri-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-qcsri.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-qhvb-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-qhvb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-qhvbi-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-qhvbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-qhvcb-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-qhvcb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-qhvcbi-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-qhvcbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-qhvcr-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-qhvcr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-qhvcri-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-qhvcri.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-qhvr-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-qhvr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-qhvri-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-qhvri.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-qplb-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-qplb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-qplbi-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-qplbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-qplr-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-qplr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-qplri-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-qplri.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-qtmb-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-qtmb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-qtmbi-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-qtmbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-qtmr-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-qtmr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-qtmri-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-qtmri.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cs-qzcmi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-qagb-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-qagb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-qagbi-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-qagbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-qagr-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-qagr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-qagri-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-qagri.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-qbkb-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-qbkb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-qbkbi-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-qbkbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-qbkr-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-qbkr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-qbkri-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-qbkri.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-qcrb-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-qcrb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-qcrbi-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-qcrbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-qcrr-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-qcrr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-qcrri-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-qcrri.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-qcsb-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-qcsb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-qcsbi-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-qcsbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-qcsr-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-qcsr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-qcsri-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-qcsri.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-qhvb-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-qhvb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-qhvbi-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-qhvbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-qhvcb-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-qhvcb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-qhvcbi-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-qhvcbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-qhvcr-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-qhvcr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-qhvcri-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-qhvcri.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-qhvr-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-qhvr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-qhvri-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-qhvri.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-qplb-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-qplb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-qplbi-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-qplbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-qplr-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-qplr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-qplri-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-qplri.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-qtmb-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-qtmb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-qtmbi-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-qtmbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-qtmr-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-qtmr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-qtmri-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-qtmri.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-qzcmi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-qagb-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-qagb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-qagbi-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-qagbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-qagr-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-qagr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-qagri-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-qagri.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-qbkb-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-qbkb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-qbkbi-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-qbkbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-qbkr-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-qbkr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-qbkri-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-qbkri.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-qcrb-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-qcrb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-qcrbi-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-qcrbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-qcrr-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-qcrr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-qcrri-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-qcrri.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-qcsb-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-qcsb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-qcsbi-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-qcsbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-qcsr-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-qcsr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-qcsri-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-qcsri.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-qhvb-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-qhvb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-qhvbi-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-qhvbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-qhvcb-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-qhvcb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-qhvcbi-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-qhvcbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-qhvcr-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-qhvcr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-qhvcri-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-qhvcri.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-qhvr-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-qhvr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-qhvri-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-qhvri.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-qplb-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-qplb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-qplbi-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-qplbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-qplr-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-qplr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-qplri-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-qplri.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-qtmb-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-qtmb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-qtmbi-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-qtmbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-qtmr-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-qtmr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-qtmri-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-qtmri.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7x-qzcmi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-qagb-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-qagb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-qagbi-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-qagbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-qagr-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-qagr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-qagri-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-qagri.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-qbkb-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-qbkb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-qbkbi-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-qbkbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-qbkr-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-qbkr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-qbkri-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-qbkri.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-qcrb-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-qcrb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-qcrbi-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-qcrbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-qcrr-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-qcrr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-qcrri-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-qcrri.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-qcsb-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-qcsb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-qcsbi-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-qcsbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-qcsr-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-qcsr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-qcsri-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-qcsri.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-qhvb-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-qhvb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-qhvbi-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-qhvbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-qhvcb-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-qhvcb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-qhvcbi-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-qhvcbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-qhvcr-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-qhvcr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-qhvcri-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-qhvcri.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-qhvr-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-qhvr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-qhvri-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-qhvri.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-qplb-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-qplb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-qplbi-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-qplbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-qplr-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-qplr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-qplri-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-qplri.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-qtmb-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-qtmb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-qtmbi-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-qtmbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-qtmr-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-qtmr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-qtmri-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-qtmri.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-qzcmi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-qagb-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-qagb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-qagbi-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-qagbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-qagr-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-qagr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-qagri-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-qagri.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-qbkb-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-qbkb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-qbkbi-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-qbkbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-qbkr-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-qbkr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-qbkri-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-qbkri.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-qcrb-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-qcrb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-qcrbi-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-qcrbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-qcrr-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-qcrr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-qcrri-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-qcrri.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-qcsb-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-qcsb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-qcsbi-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-qcsbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-qcsr-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-qcsr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-qcsri-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-qcsri.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-qhvb-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-qhvb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-qhvbi-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-qhvbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-qhvcb-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-qhvcb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-qhvcbi-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-qhvcbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-qhvcr-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-qhvcr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-qhvcri-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-qhvcri.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-qhvr-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-qhvr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-qhvri-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-qhvri.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-qplb-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-qplb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-qplbi-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-qplbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-qplr-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-qplr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-qplri-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-qplri.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-qtmb-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-qtmb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-qtmbi-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-qtmbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-qtmr-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-qtmr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-qtmri-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-qtmri.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rm-qzcmi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-qagb-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-qagb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-qagbi-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-qagbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-qagr-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-qagr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-qagri-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-qagri.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-qbkb-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-qbkb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-qbkbi-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-qbkbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-qbkr-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-qbkr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-qbkri-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-qbkri.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-qcrb-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-qcrb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-qcrbi-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-qcrbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-qcrr-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-qcrr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-qcrri-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-qcrri.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-qcsb-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-qcsb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-qcsbi-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-qcsbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-qcsr-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-qcsr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-qcsri-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-qcsri.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-qhvb-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-qhvb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-qhvbi-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-qhvbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-qhvcb-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-qhvcb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-qhvcbi-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-qhvcbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-qhvcr-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-qhvcr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-qhvcri-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-qhvcri.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-qhvr-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-qhvr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-qhvri-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-qhvri.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-qplb-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-qplb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-qplbi-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-qplbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-qplr-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-qplr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-qplri-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-qplri.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-qtmb-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-qtmb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-qtmbi-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-qtmbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-qtmr-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-qtmr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-qtmri-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-qtmri.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-qzcmi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-qagb-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-qagb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-qagbi-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-qagbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-qagr-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-qagr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-qagri-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-qagri.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-qbkb-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-qbkb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-qbkbi-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-qbkbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-qbkr-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-qbkr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-qbkri-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-qbkri.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-qcrb-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-qcrb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-qcrbi-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-qcrbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-qcrr-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-qcrr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-qcrri-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-qcrri.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-qcsb-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-qcsb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-qcsbi-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-qcsbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-qcsr-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-qcsr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-qcsri-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-qcsri.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-qhvb-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-qhvb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-qhvbi-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-qhvbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-qhvcb-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-qhvcb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-qhvcbi-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-qhvcbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-qhvcr-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-qhvcr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-qhvcri-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-qhvcri.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-qhvr-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-qhvr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-qhvri-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-qhvri.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-qplb-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-qplb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-qplbi-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-qplbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-qplr-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-qplr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-qplri-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-qplri.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-qtmb-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-qtmb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-qtmbi-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-qtmbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-qtmr-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-qtmr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-qtmri-sc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-qtmri.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-qzcmi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-qagb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-qagbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-qagr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-qagri.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-qbkb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-qbkbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-qbkr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-qbkri.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-qcrb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-qcrbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-qcrr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-qcrri.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-qcsb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-qcsbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-qcsr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-qcsri.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-qhvb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-qhvbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-qhvcb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-qhvcbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-qhvcr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-qhvcri.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-qhvr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-qhvri.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-qplb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-qplbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-qplr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-qplri.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-qtmb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-qtmbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-qtmr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-qtmri.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1-qzcmi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(qagb.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(qagbi.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(qagr.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(qagri.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(qbkb.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(qbkbi.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(qbkr.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(qbkri.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(qcrb.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(qcrbi.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(qcrr.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(qcrri.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(qcsb.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(qcsbi.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(qcsr.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(qcsri.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(qhvb.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(qhvbi.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(qhvcb.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(qhvcbi.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(qhvcr.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(qhvcri.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(qhvr.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(qhvri.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(qplb.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(qplbi.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(qplr.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(qplri.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(qtmb.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(qtmbi.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(qtmr.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(qtmri.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(qzcmi.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(il2qag.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(il2qbk.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(il2qcr.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(il2qcs.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(il2qhv.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(il2qhvc.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(il2qpl.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(il2qtm.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(il2qzc.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7xqag.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7xqbk.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7xqcr.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7xqcs.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7xqhv.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7xqhvc.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7xqpl.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7xqtm.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(l7xqzc.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ly1qag.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ly1qbk.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ly1qcr.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ly1qcs.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ly1qhv.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ly1qhvc.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ly1qpl.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ly1qtm.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ly1qzc.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot1qag.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot1qbk.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot1qcr.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot1qcs.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot1qhv.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot1qhvc.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot1qpl.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot1qtm.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot1qzc.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot4qag.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot4qbk.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot4qcr.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot4qcs.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot4qhv.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot4qhvc.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot4qpl.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot4qtm.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot4qzc.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(qbookman.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(qcourier.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(qpalatin.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(qswiss.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(qtimes.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(qxqag.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(qxqbk.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(qxqcr.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(qxqcs.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(qxqhv.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(qxqhvc.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(qxqpl.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(qxqtm.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(qxqzc.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(qzapfcha.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1qag.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1qbk.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1qcr.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1qcs.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1qhv.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1qhvc.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1qpl.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1qtm.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1qzc.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5qag.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5qbk.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5qcr.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5qcs.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5qhv.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5qhvc.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5qpl.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5qtm.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5qzc.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(tgadventor.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(tgbonum.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(tgchorus.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(tgcursor.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(tgheros.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(tgpagella.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(tgschola.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(tgtermes.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1qag.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1qbk.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1qcr.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1qcs.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1qhv.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1qhvc.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1qpl.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1qtm.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1qzc.fd) = %{epoch}:%{source_date}-%{release} + +%description tex-gyre +The TeX-GYRE bundle consists of six font families: TeX Gyre +Adventor is based on the URW Gothic L family of fonts (which is +derived from ITC Avant Garde Gothic, designed by Herb Lubalin +and Tom Carnase). TeX Gyre Bonum is based on the URW Bookman L +family (from Bookman Old Style, designed by Alexander +Phemister). TeX Gyre Chorus is based on URW Chancery L Medium +Italic (from ITC Zapf Chancery, designed by Hermann Zapf in +1979). TeX-Gyre Cursor is based on URW Nimbus Mono L (based on +Courier, designed by Howard G. Kettler in 1955, for IBM). TeX +Gyre Heros is based on URW Nimbus Sans L (from Helvetica, +prepared by Max Miedinger, with Eduard Hoffmann in 1957). TeX +Gyre Pagella is based on URW Palladio L (from Palation, +designed by Hermann Zapf in the 1940s). TeX Gyre Schola is +based on the URW Century Schoolbook L family (which was +designed by Morris Fuller Benton for the American Type +Founders). TeX Gyre Termes is based on the URW Nimbus Roman No9 +L family of fonts (whose original, Times, was designed by +Stanley Morison together with Starling Burgess and Victor +Lardent and first offered by Monotype). The constituent +standard faces of each family have been greatly extended, and +contain nearly 1200 glyphs each (though Chorus omits Greek +support, has no small-caps family and has approximately 900 +glyphs). Each family is available in Adobe Type 1 and Open Type +formats, and LaTeX support (for use with a variety of +encodings) is provided. Vietnamese and Cyrillic characters were +added by Han The Thanh and Valek Filippov, respectively. + + +%package tex-gyre-math +Provides: tex-tex-gyre-math = %{epoch}:%{source_date}-%{release} +Provides: tex-tex-gyre-math-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-tex-gyre-math-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-tex-gyre-math-doc < %{tl_epoch}:%{source_date} +License: LPPL +Summary: Maths fonts to match tex-gyre text fonts +BuildArch: noarch +Requires: texlive-base +Requires: tex-kpathsea +Provides: tex(texgyrepagella-math.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(texgyretermes-math.otf) = %{epoch}:%{source_date}-%{release} + +%description tex-gyre-math +TeX-Gyre-Math is to be a collection of maths fonts to match the +text fonts of the TeX-Gyre collection. The collection will be +made available in OpenType format, only; fonts will conform to +the developing standards for OpenType maths fonts. TeX-Gyre- +Math-Pagella (to match Tex-Gyre-Pagella) and TeX-Gyre-Math- +Termes (to match Tex-Gyre-Termes) fonts are provided. + + +%package times +Provides: tex-times = %{epoch}:%{source_date}-%{release} +License: GPL+ +Summary: URW "Base 35" font pack for LaTeX +BuildArch: noarch +Requires: texlive-base +Requires: tex-kpathsea +Provides: tex(utm.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(psyro.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ptmb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ptmb7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ptmb8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ptmb8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ptmb8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ptmbc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ptmbc7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ptmbc8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ptmbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ptmbi7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ptmbi8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ptmbi8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ptmbi8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ptmbo.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ptmbo7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ptmbo8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ptmbo8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ptmbo8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ptmr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ptmr7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ptmr8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ptmr8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ptmr8rn.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ptmr8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ptmrc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ptmrc7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ptmrc8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ptmri.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ptmri7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ptmri8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ptmri8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ptmri8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ptmro.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ptmro7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ptmro8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ptmro8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ptmro8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ptmrr8re.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ptmrre.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ptmrrn.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(zpsycmrv.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(zptmcm7m.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(zptmcm7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(zptmcm7v.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(zptmcm7y.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(zptmcmr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(zptmcmrm.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(zpzccmry.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ctmb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ctmb8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ctmbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ctmbi8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ctmr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ctmr8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ctmri.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ctmri8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(trb10u.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(trb2n.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(trb6j.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(trb7j.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(trb8u.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(trb9t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tri10u.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tri2n.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tri6j.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tri7j.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tri8u.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tri9t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(trj10u.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(trj2n.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(trj6j.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(trj7j.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(trj8u.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(trj9t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(trr10u.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(trr2n.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(trr6j.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(trr7j.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(trr8u.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(trr9t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(utmb7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(utmb8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(utmb8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(utmb8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(utmbc7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(utmbc8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(utmbi7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(utmbi8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(utmbi8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(utmbi8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(utmbo7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(utmbo8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(utmbo8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(utmbo8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(utmr7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(utmr8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(utmr8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(utmr8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(utmrc7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(utmrc8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(utmri7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(utmri8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(utmri8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(utmri8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(utmro7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(utmro8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(utmro8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(utmro8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(utmb8a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(utmbi8a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(utmr8a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(utmri8a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(ptmb.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ptmb7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ptmb8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ptmb8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ptmbc.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ptmbc7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ptmbc8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ptmbi.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ptmbi7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ptmbi8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ptmbi8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ptmbo.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ptmbo7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ptmbo8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ptmbo8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ptmr.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ptmr7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ptmr8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ptmr8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ptmrc.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ptmrc7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ptmrc8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ptmri.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ptmri7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ptmri8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ptmri8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ptmro.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ptmro7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ptmro8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ptmro8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ptmrre.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ptmrrn.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(zpsycmrv.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(zptmcm7m.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(zptmcm7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(zptmcm7v.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(zptmcm7y.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(zptmcmr.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(zptmcmrm.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(zpzccmry.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ctmb.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ctmb8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ctmbi.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ctmbi8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ctmr.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ctmr8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ctmri.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ctmri8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(utmb7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(utmb8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(utmb8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(utmbc7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(utmbc8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(utmbi7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(utmbi8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(utmbi8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(utmbo7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(utmbo8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(utmbo8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(utmr7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(utmr8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(utmr8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(utmrc7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(utmrc8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(utmri7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(utmri8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(utmri8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(utmro7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(utmro8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(utmro8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(8rutm.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(omlutm.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(omsutm.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot1utm.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1utm.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1utm.fd) = %{epoch}:%{source_date}-%{release} + +%description times +A set of fonts for use as "drop-in" replacements for Adobe's +basic set, comprising: - Century Schoolbook (substituting for +Adobe's New Century Schoolbook); - Dingbats (substituting for +Adobe's Zapf Dingbats); - Nimbus Mono L (substituting for +Abobe's Courier); - Nimbus Roman No9 L (substituting for +Adobe's Times); - Nimbus Sans L (substituting for Adobe's +Helvetica); - Standard Symbols L (substituting for Adobe's +Symbol); - URW Bookman; - URW Chancery L Medium Italic +(substituting for Adobe's Zapf Chancery); - URW Gothic L Book +(substituting for Adobe's Avant Garde); and - URW Palladio L +(substituting for Adobe's Palatino). + +%package tipa +Provides: tex-tipa = %{epoch}:%{source_date}-%{release} +Provides: tex-tipa-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-tipa-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-tipa-doc < %{tl_epoch}:%{source_date} +License: LPPL +Summary: Fonts and macros for IPA phonetics characters +BuildArch: noarch +Requires: texlive-base +Requires: tex-kpathsea +Requires: tex(tipx.sty) +Requires: tex(fontenc.sty) +Provides: tex(tipa.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipaprm.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(xipaprm.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipa10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipa12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipa17.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipa8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipa9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipab10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipabs10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipabx10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipabx12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipabx8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipabx9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipasb10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipasi10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipasl10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipasl12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipasl8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipasl9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipass10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipass12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipass17.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipass8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipass9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipats10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipatt10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipatt12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipatt8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipatt9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipx10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipx12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipx17.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipx8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipx9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipxb10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipxbs10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipxbx10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipxbx12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipxbx8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipxbx9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipxsb10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipxsi10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipxsl10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipxsl12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipxsl8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipxsl9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipxss10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipxss12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipxss17.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipxss8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipxss9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipxts10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipxtt10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipxtt12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipxtt8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipxtt9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(xipa10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(xipab10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(xipabs10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(xipasb10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(xipasi10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(xipasl10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(xipass10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(xipx10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(xipxb10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(xipxbs10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(xipxsb10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(xipxsi10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(xipxsl10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(xipxss10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipa10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipa12.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipa17.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipa8.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipa9.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipab10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipabs10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipabx10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipabx12.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipabx8.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipabx9.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipasb10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipasi10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipasl10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipasl12.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipasl8.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipasl9.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipass10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipass12.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipass17.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipass8.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipass9.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipats10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipatt10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipatt12.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipatt8.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipatt9.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipx10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipx12.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipx17.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipx8.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipx9.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipxb10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipxbs10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipxbx10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipxbx12.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipxbx8.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipxbx9.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipxsb10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipxsi10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipxsl10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipxsl12.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipxsl8.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipxsl9.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipxss10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipxss12.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipxss17.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipxss8.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipxss9.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipxts10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipxtt10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipxtt12.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipxtt8.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipxtt9.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(xipa10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(xipab10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(xipabs10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(xipasb10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(xipasi10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(xipasl10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(xipass10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(xipx10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(xipxb10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(xipxbs10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(xipxsb10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(xipxsi10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(xipxsl10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(xipxss10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(exaccent.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(extraipa.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(t3cmr.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t3cmss.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t3cmtt.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t3enc.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(t3phv.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t3ptm.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipa.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(tipx.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(tone.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts3cmr.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts3cmss.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts3cmtt.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts3enc.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts3phv.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts3ptm.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(utipx.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(utipxss.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(utipxtt.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(uxipx.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(uxipxss.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(vowel.sty) = %{epoch}:%{source_date}-%{release} + +%description tipa +These fonts are considered the 'ultimate answer' to IPA +typesetting. The encoding of these 8-bit fonts has been +registered as LaTeX standard encoding T3, and the set of +addendum symbols as encoding TS3. 'Times-like' Adobe Type 1 +versions are provided for both the T3 and the TS3 fonts. + +%package txfonts +Provides: tex-txfonts = %{epoch}:%{source_date}-%{release} +Provides: tex-txfonts-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-txfonts-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-txfonts-doc < %{tl_epoch}:%{source_date} +License: GPL+ +Summary: Times-like fonts in support of mathematics +BuildArch: noarch +Requires: texlive-base +Requires: tex-kpathsea +Provides: tex(tx8r.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(txfonts.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(txr.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(txr1.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(txr2.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(txr3.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(rtcxb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rtcxbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rtcxbsl.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rtcxbss.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rtcxbsso.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rtcxi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rtcxr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rtcxsl.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rtcxss.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rtcxsssl.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rtxb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rtxbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rtxbmi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rtxbsc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rtxbsl.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rtxbss.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rtxbsssc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rtxbsssl.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rtxi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rtxmi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rtxphvb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rtxphvbo.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rtxphvr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rtxphvro.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rtxptmb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rtxptmbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rtxptmbo.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rtxptmr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rtxptmri.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rtxptmro.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rtxr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rtxsc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rtxsl.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rtxss.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rtxsssc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rtxsssl.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1xb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1xbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1xbsc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1xbsl.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1xbss.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1xbsssc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1xbsssl.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1xbtt.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1xbttsc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1xbttsl.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1xi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1xr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1xsc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1xsl.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1xss.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1xsssc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1xsssl.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1xtt.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1xttsc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1xttsl.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcxb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcxbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcxbsl.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcxbss.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcxbsssl.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcxbtt.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcxbttsl.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcxi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcxr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcxsl.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcxss.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcxsssl.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcxtt.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcxttsl.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(txb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(txbex.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(txbexa.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(txbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(txbmi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(txbmi1.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(txbmia.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(txbsc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(txbsl.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(txbss.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(txbsssc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(txbsssl.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(txbsy.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(txbsya.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(txbsyb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(txbsyc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(txbtt.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(txbttsc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(txbttsl.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(txex.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(txexa.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(txi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(txmi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(txmi1.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(txmia.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(txr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(txsc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(txsl.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(txss.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(txsssc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(txsssl.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(txsy.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(txsya.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(txsyb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(txsyc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(txtt.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(txttsc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(txttsl.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tyxb.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tyxbi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tyxbsc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tyxbsl.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tyxbss.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tyxbsssc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tyxbsssl.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tyxbtt.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tyxbttsc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tyxbttsl.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tyxi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tyxr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tyxsc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tyxsl.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tyxss.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tyxsssc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tyxsssl.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tyxtt.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tyxttsc.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tyxttsl.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(rtcxb.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(rtcxbi.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(rtcxbss.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(rtcxi.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(rtcxr.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(rtcxss.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(rtxb.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(rtxbi.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(rtxbmi.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(rtxbsc.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(rtxbss.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(rtxbsssc.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(rtxi.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(rtxmi.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(rtxr.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(rtxsc.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(rtxss.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(rtxsssc.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1xbtt.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1xbttsc.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1xtt.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1xttsc.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcxbtt.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcxtt.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(txbex.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(txbexa.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(txbmia.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(txbsy.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(txbsya.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(txbsyb.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(txbsyc.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(txbtt.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(txbttsc.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(txex.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(txexa.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(txmia.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(txsy.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(txsya.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(txsyb.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(txsyc.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(txtt.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(txttsc.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1xb.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1xbi.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1xbsc.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1xbsl.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1xbss.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1xbsssc.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1xbsssl.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1xi.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1xr.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1xsc.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1xsl.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1xss.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1xsssc.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1xsssl.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcxb.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcxbi.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcxbsl.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcxbss.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcxbsssl.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcxi.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcxr.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcxsl.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcxss.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcxsssl.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(txb.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(txbi.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(txbmi.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(txbmi1.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(txbsc.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(txbsl.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(txbss.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(txbsssc.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(txbsssl.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(txi.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(txmi.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(txmi1.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(txr.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(txsc.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(txsl.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(txss.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(txsssc.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(txsssl.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(tyxb.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(tyxbi.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(tyxbsc.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(tyxbsl.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(tyxbss.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(tyxbsssc.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(tyxbsssl.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(tyxbtt.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(tyxbttsc.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(tyxbttsl.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(tyxi.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(tyxr.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(tyxsc.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(tyxsl.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(tyxss.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(tyxsssc.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(tyxsssl.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(tyxtt.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(tyxttsc.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(tyxttsl.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ly1txr.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ly1txss.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ly1txtt.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(omltxmi.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(omltxr.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(omstxr.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(omstxsy.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(omxtxex.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot1txr.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot1txss.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot1txtt.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1txr.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1txss.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1txtt.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1txr.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1txss.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1txtt.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(txfonts.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(utxexa.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(utxmia.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(utxr.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(utxss.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(utxsya.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(utxsyb.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(utxsyc.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(utxtt.fd) = %{epoch}:%{source_date}-%{release} + +%description txfonts +Txfonts supplies virtual text roman fonts using Adobe Times (or +URW NimbusRomNo9L) with some modified and additional text +symbols in the OT1, T1, and TS1 encodings; maths alphabets +using Times/URW Nimbus; maths fonts providing all the symbols +of the Computer Modern and AMS fonts, including all the Greek +capital letters from CMR; and additional maths fonts of various +other symbols. The set is complemented by a sans-serif set of +text fonts, based on Helvetica/NimbusSanL, and a monospace set. +All the fonts are in Type 1 format (AFM and PFB files), and are +supported by TeX metrics (VF and TFM files) and macros for use +with LaTeX. + +%package utopia +Provides: tex-utopia = %{epoch}:%{source_date}-%{release} +Provides: tex-utopia-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-utopia-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-utopia-doc < %{tl_epoch}:%{source_date} +License: Utopia +Summary: Adobe Utopia fonts +BuildArch: noarch +Requires: texlive-base +Requires: tex-kpathsea +Provides: tex(putb7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(putb8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(putb8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(putb8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(putbc7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(putbc8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(putbi7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(putbi8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(putbi8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(putbi8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(putbo7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(putbo8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(putbo8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(putbo8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(putr7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(putr8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(putr8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(putr8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(putrc7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(putrc8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(putri7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(putri8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(putri8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(putri8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(putro7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(putro8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(putro8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(putro8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(putb8a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(putbi8a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(putr8a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(putri8a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(putb7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(putb8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(putb8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(putbc7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(putbc8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(putbi7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(putbi8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(putbi8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(putbo7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(putbo8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(putbo8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(putr7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(putr8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(putr8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(putrc7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(putrc8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(putri7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(putri8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(putri8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(putro7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(putro8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(putro8t.vf) = %{epoch}:%{source_date}-%{release} + +%description utopia +The Adobe Standard Encoding set (upright and italic shapes, +medium and bold weights) of the Utopia font family, which Adobe +donated to the X Consortium. Macro support, and maths fonts +that match the Utopia family, are provided by the Fourier and +the Mathdesign Utopia font packages. + +%package wasysym +Provides: tex-wasysym = %{epoch}:%{source_date}-%{release} +Provides: tex-wasysym-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-wasysym-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-wasysym-doc < %{tl_epoch}:%{source_date} +License: LPPL +Summary: LaTeX support file to use the WASY2 fonts +BuildArch: noarch +Requires: texlive-base +Requires: tex-kpathsea +Provides: tex(uwasy.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(uwasyvar.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(wasysym.sty) = %{epoch}:%{source_date}-%{release} + +%description wasysym +The WASY2 (Waldi Symbol) font by Roland Waldi provides many +glyphs like male and female symbols and astronomical symbols, +as well as the complete lasy font set and other odds and ends. +The wasysym package implements an easy to use interface for +these symbols. + +%package zapfchan +Provides: tex-zapfchan = %{epoch}:%{source_date}-%{release} +License: GPL+ +Summary: URW "Base 35" font pack for LaTeX +BuildArch: noarch +Requires: texlive-base +Requires: tex-kpathsea +Provides: tex(uzc.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(pzcmi.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pzcmi7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pzcmi8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pzcmi8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pzcmi8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uzcmi7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uzcmi8c.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uzcmi8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uzcmi8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uzcmi8a.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(pzcmi.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pzcmi7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pzcmi8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pzcmi8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uzcmi7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uzcmi8c.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(uzcmi8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(8ruzc.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(omluzc.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(omsuzc.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot1uzc.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1uzc.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1uzc.fd) = %{epoch}:%{source_date}-%{release} + +%description zapfchan +A set of fonts for use as "drop-in" replacements for Adobe's +basic set, comprising: - Century Schoolbook (substituting for +Adobe's New Century Schoolbook); - Dingbats (substituting for +Adobe's Zapf Dingbats); - Nimbus Mono L (substituting for +Abobe's Courier); - Nimbus Roman No9 L (substituting for +Adobe's Times); - Nimbus Sans L (substituting for Adobe's +Helvetica); - Standard Symbols L (substituting for Adobe's +Symbol); - URW Bookman; - URW Chancery L Medium Italic +(substituting for Adobe's Zapf Chancery); - URW Gothic L Book +(substituting for Adobe's Avant Garde); and - URW Palladio L +(substituting for Adobe's Palatino). + +%package zapfding +Provides: tex-zapfding = %{epoch}:%{source_date}-%{release} +License: GPL+ +Summary: URW "Base 35" font pack for LaTeX +BuildArch: noarch +Requires: texlive-base +Requires: tex-kpathsea +Provides: tex(uzd.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(pzdr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uzdr.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(uzdr.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(uuzd.fd) = %{epoch}:%{source_date}-%{release} + +%description zapfding +A set of fonts for use as "drop-in" replacements for Adobe's +basic set, comprising: - Century Schoolbook (substituting for +Adobe's New Century Schoolbook); - Dingbats (substituting for +Adobe's Zapf Dingbats); - Nimbus Mono L (substituting for +Abobe's Courier); - Nimbus Roman No9 L (substituting for +Adobe's Times); - Nimbus Sans L (substituting for Adobe's +Helvetica); - Standard Symbols L (substituting for Adobe's +Symbol); - URW Bookman; - URW Chancery L Medium Italic +(substituting for Adobe's Zapf Chancery); - URW Gothic L Book +(substituting for Adobe's Avant Garde); and - URW Palladio L +(substituting for Adobe's Palatino). + +%package jadetex +Provides: tex-jadetex = %{epoch}:%{source_date}-%{release} +Provides: tex-jadetex-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-jadetex-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-jadetex-doc < %{tl_epoch}:%{source_date} +Provides: %{name}-jadetex-bin = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-jadetex-bin < %{tl_epoch}:%{source_date} +License: MIT +Summary: Macros supporting Jade DSSSL output +BuildArch: noarch +Requires: texlive-base +Provides: jadetex = %{epoch}:%{source_date}-%{release} +Obsoletes: jadetex < %{tl_epoch}:%{source_date} +Requires: texlive-kpathsea +Requires: texlive-tetex +Requires(post,postun): coreutils +Requires: tex-latex +Requires: tex-passivetex +Requires: tex-pdftex +Requires: tex-tex +Provides: tex(dsssl.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uentities.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(ut1omlgc.fd) = %{epoch}:%{source_date}-%{release} + +%description jadetex +Macro package on top of LaTeX to typeset TeX output of the Jade +DSSSL implementation. + +%post jadetex +if [ $1 -gt 0 ] ; then +sed -i 's/^\#\!\ jadetex.*$/jadetex pdftex language.dat *jadetex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf +sed -i 's/^\#\!\ pdfjadetex.*$/pdfjadetex pdftex language.dat *pdfjadetex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf +fi +: + +%postun jadetex +if [ $1 == 0 ] ; then +sed -i 's/^jadetex.*$/\#\!\ jadetex pdftex language.dat *jadetex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf > /dev/null 2>&1 +sed -i 's/^pdfjadetex.*$/\#\!\ pdfjadetex pdftex language.dat *pdfjadetex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf > /dev/null 2>&1 +fi +: + +%package latex +Provides: tex-latex = %{epoch}:%{source_date}-%{release} +Provides: tetex-latex = %{epoch}:%{source_date}-%{release} +Provides: texlive-latex-bin = %{epoch}:%{source_date}-%{release} +Provides: tex-latex-bin = %{epoch}:%{source_date}-%{release} +Obsoletes: texlive-latex-bin < %{tl_epoch}:%{source_date} +Provides: texlive-latex-bin-bin = %{epoch}:%{source_date}-%{release} +Provides: tex-latex-bin-bin = %{epoch}:%{source_date}-%{release} +Obsoletes: texlive-latex-bin-bin < %{tl_epoch}:%{source_date} +Provides: texlive-latex-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: texlive-latex-doc < %{tl_epoch}:%{source_date} +License: LPPL 1.3 +Summary: A TeX macro package that defines LaTeX +Requires: texlive-base +Requires: texlive-kpathsea +Requires: texlive-luatex +Requires: texlive-pdftex +Requires: texlive-latexconfig +Requires: texlive-latex-fonts +Requires: texlive-tetex +Requires(post,postun): coreutils +Requires: tex(multicol.sty) +Requires: tex(url.sty) +Requires: tex(hyperref.sty) +Provides: tex(alltt.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(ansinew.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(applemac.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(article.cls) = %{epoch}:%{source_date}-%{release} +Provides: tex(article.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(ascii.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(bezier.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(bk10.clo) = %{epoch}:%{source_date}-%{release} +Provides: tex(bk11.clo) = %{epoch}:%{source_date}-%{release} +Provides: tex(bk12.clo) = %{epoch}:%{source_date}-%{release} +Provides: tex(book.cls) = %{epoch}:%{source_date}-%{release} +Provides: tex(book.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(cp1250.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(cp1252.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(cp1257.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(cp437.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(cp437de.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(cp850.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(cp852.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(cp858.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(cp865.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(decmulti.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(doc.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(docstrip.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(exscale.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(fix-cm.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(fixltx2e.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(flafter.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(fleqn.clo) = %{epoch}:%{source_date}-%{release} +Provides: tex(fleqn.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(fltrace.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(fontenc.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(fontmath.cfg) = %{epoch}:%{source_date}-%{release} +Provides: tex(fonttext.cfg) = %{epoch}:%{source_date}-%{release} +Provides: tex(graphpap.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(idx.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(ifthen.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(inputenc.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(lablst.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(latex209.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(latexbug.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(latexrelease.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(latexsym.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(latin1.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(latin10.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(latin2.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(latin3.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(latin4.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(latin5.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(latin9.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(leqno.clo) = %{epoch}:%{source_date}-%{release} +Provides: tex(leqno.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(letter.cls) = %{epoch}:%{source_date}-%{release} +Provides: tex(letter.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(lppl.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(ltnews.cls) = %{epoch}:%{source_date}-%{release} +Provides: tex(ltxcheck.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(ltxdoc.cls) = %{epoch}:%{source_date}-%{release} +Provides: tex(ltxguide.cls) = %{epoch}:%{source_date}-%{release} +Provides: tex(macce.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(makeidx.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(minimal.cls) = %{epoch}:%{source_date}-%{release} +Provides: tex(newlfont.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(next.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(nfssfont.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(oldlfont.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(omlcmm.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(omlcmr.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(omlenc.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(omllcmm.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(omscmr.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(omscmsy.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(omsenc.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(omslcmsy.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(omxcmex.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(omxlcmex.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(openbib.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot1cmdh.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot1cmfib.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot1cmfr.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot1cmr.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot1cmss.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot1cmtt.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot1cmvtt.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot1enc.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot1lcmss.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot1lcmtt.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot4enc.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(preload.cfg) = %{epoch}:%{source_date}-%{release} +Provides: tex(proc.cls) = %{epoch}:%{source_date}-%{release} +Provides: tex(proc.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(report.cls) = %{epoch}:%{source_date}-%{release} +Provides: tex(report.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(sample2e.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(sfonts.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(shortvrb.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(showidx.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(size10.clo) = %{epoch}:%{source_date}-%{release} +Provides: tex(size11.clo) = %{epoch}:%{source_date}-%{release} +Provides: tex(size12.clo) = %{epoch}:%{source_date}-%{release} +Provides: tex(slides.cls) = %{epoch}:%{source_date}-%{release} +Provides: tex(slides.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(slides.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(small2e.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(source2e.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(syntonly.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1cmdh.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1cmfib.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1cmfr.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1cmr.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1cmss.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1cmtt.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1cmvtt.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1enc.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1enc.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1lcmss.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1lcmtt.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(testpage.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(texsys.cfg) = %{epoch}:%{source_date}-%{release} +Provides: tex(textcomp.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(tracefnt.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1cmr.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1cmss.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1cmtt.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1cmvtt.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1enc.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(tuenc.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(tulmdh.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(tulmr.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(tulmss.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(tulmssq.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(tulmssq.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(tulmtt.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(tulmvtt.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ucmr.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ucmss.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ucmtt.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ulasy.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ullasy.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(utf8-test.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(utf8.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(utf8test.tex) = %{epoch}:%{source_date}-%{release} +Provides: texlive-texmf-latex = %{epoch}:%{source_date}-%{release} +Obsoletes: texlive-texmf-latex < %{source_date} +# symlinks +BuildArch: noarch + +%description latex +LaTeX is a widely-used macro package for TeX, providing many +basic document formating commands extended by a wide range of +packages. It is a development of Leslie Lamport's original +LaTeX 2.09, and superseded the older system in June 1994. The +basic distribution is catalogued separately, at latex-base; +apart from a large set of contributed packages and third-party +documentation (elsewhere on the archive), the distribution +includes: - a bunch of required packages, which LaTeX authors +are "entitled to assume" will be present on any system running +LaTeX; and - a minimal set of documentation detailing +differences from the 'old' version of LaTeX in the areas of +user commands, font selection and control, class and package +writing, font encodings, configuration options and modification +of LaTeX. For downloading details, see the linked catalogue +entries above. + +%post latex +if [ $1 -gt 0 ] ; then +sed -i 's/^\#\!\ latex.*$/latex pdftex language.dat -translate-file=cp227.tcx *latex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf +sed -i 's/^\#\!\ pdflatex.*$/pdflatex pdftex language.dat -translate-file=cp227.tcx *pdflatex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf +sed -i 's/^\#\!\ dvilualatex.*$/dvilualatex luatex language.dat,language.dat.lua dvilualatex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf +sed -i 's/^\#\!\ lualatex.*$/lualatex luatex language.dat,language.dat.lua lualatex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf +sed -i 's/^\#\!\ luajitlatex.*$/luajitlatex luajittex language.dat,language.dat.lua lualatex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf +fi +: + +%postun latex +if [ $1 == 0 ] ; then +sed -i 's/^latex.*$/\#\!\ latex pdftex language.dat -translate-file=cp227.tcx *latex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf > /dev/null 2>&1 +sed -i 's/^pdflatex.*$/\#\!\ pdflatex pdftex language.dat -translate-file=cp227.tcx *pdflatex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf > /dev/null 2>&1 +sed -i 's/^dvilualatex.*$/\#\!\ dvilualatex luatex language.dat,language.dat.lua dvilualatex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf > /dev/null 2>&1 +sed -i 's/^lualatex.*$/\#\!\ lualatex luatex language.dat,language.dat.lua lualatex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf > /dev/null 2>&1 +sed -i 's/^luajitlatex.*$/\#\!\ luajitlatex luajittex language.dat,language.dat.lua lualatex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf > /dev/null 2>&1 +fi +: + + +%package latexconfig +Provides: tex-latexconfig = %{epoch}:%{source_date}-%{release} +License: LPPL +Summary: latexconfig package +BuildArch: noarch +Requires: texlive-base +Requires: tex-kpathsea +Provides: tex(color.cfg) = %{epoch}:%{source_date}-%{release} +Provides: tex(epstopdf-sys.cfg) = %{epoch}:%{source_date}-%{release} +Provides: tex(graphics.cfg) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyperref.cfg) = %{epoch}:%{source_date}-%{release} +Provides: tex(lualatex-patch-kernel.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(lualatex-reset-codes.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(lualatexiniconfig.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(lualatexquotejobname.tex) = %{epoch}:%{source_date}-%{release} + +%description latexconfig +latexconfig package + +%package latex-fonts +Provides: tex-latex-fonts = %{epoch}:%{source_date}-%{release} +Provides: tex-latex-fonts-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-latex-fonts-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-latex-fonts-doc < %{tl_epoch}:%{source_date} +License: LPPL +Summary: A collection of fonts used in LaTeX distributions +BuildArch: noarch +Requires: texlive-base +Requires: tex-kpathsea +Provides: tex(icmcsc10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(icmex10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(icmmi8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(icmsy8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(icmtt8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ilasy8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ilcmss8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ilcmssb8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ilcmssi8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(lasy10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(lasy5.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(lasy6.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(lasy7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(lasy8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(lasy9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(lasyb10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(lcircle10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(lcirclew10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(lcmss8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(lcmssb8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(lcmssi8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(line10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(linew10.tfm) = %{epoch}:%{source_date}-%{release} + +%description latex-fonts +This is a collection of fonts for use with standard latex +packages and classes. It includes 'invisible' fonts (for use +with the slides class), line and circle fonts (for use in the +picture environment) and 'latex symbol' fonts. For full support +of a latex installation, some Computer Modern font variants +cmbsy(6-9), cmcsc(8,9), cmex(7-9) and cmmib(5-9) from the +amsfonts distribution, are also necessary. The fonts are +available as Metafont source, and metric (tfm) files are also +provided. Most of the fonts are also available in Adobe Type 1 +format, in the amsfonts distribution. + +%package passivetex +Provides: tex-passivetex = %{epoch}:%{source_date}-%{release} +License: MIT +Summary: Support package for XML/SGML typesetting +BuildArch: noarch +Requires: texlive-base +Requires: tex-kpathsea +Requires: tex(graphicx.sty) +Requires: tex(multicol.sty) +Requires: tex(rotating.sty) +Requires: tex(array.sty) +Requires: tex(amsmath.sty) +Requires: tex(longtable.sty) +Requires: tex(url.sty) +Requires: tex(ulem.sty) +Requires: tex(color.sty) +Requires: tex(times.sty) +Requires: tex(unicode.sty) +Requires: tex(marvosym.sty) +Requires: tex(nameref.sty) +Requires: tex(hyperref.sty) +Requires: tex(ifthen.sty) +Requires: tex(fontenc.sty) +Requires: tex(tipa.sty) +Requires: tex(tone.sty) +Requires: tex(amssymb.sty) +Requires: tex(bm.sty) +Requires: tex(textcomp.sty) +Requires: tex(pifont.sty) +Provides: tex(dummyels.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(fotex.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(mlnames.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(teixml.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(teixmlslides.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(ucharacters.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(unicode.sty) = %{epoch}:%{source_date}-%{release} + +%description passivetex +Packages providing XML parsing, UTF-8 parsing, Unicode +entities, and common formatting object definitions for jadetex. + + +%package tex4ht +Provides: tex-tex4ht = %{epoch}:%{source_date}-%{release} +Provides: tex-tex4ht-bin = %{epoch}:%{source_date}-%{release} +Provides: texlive-tex4ht-bin = %{epoch}:%{source_date}-%{release} +Obsoletes: texlive-tex4ht-bin < %{tl_epoch}:%{source_date} +Provides: texlive-tex4ht-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: texlive-tex4ht-doc < %{tl_epoch}:%{source_date} +License: LPPL +Summary: Convert (La)TeX to HTML/XML +Requires: texlive-base +Requires: texlive-kpathsea +Provides: tetex-tex4ht = %{epoch}:%{source_date}-%{release} +Obsoletes: tetex-tex4ht < %{tl_epoch}:%{source_date} +Provides: tex(m-tex4ht.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(tex4ht.sty) = %{epoch}:%{source_date}-%{release} + +%description tex4ht +A converter from TeX and LaTeX to SGML-based formats such as +(X)HTML, MathML, OpenDocument, and DocBook, providing a +configurable (La)TeX-based authoring system for hypertext. +Tex4ht does not parse (La)TeX source (so that it avoids the +difficulties encountered by many other converters, arising from +the irregularity of (La)TeX syntax). Instead, Tex4ht uses +(La)TeX itself (with an extra macro package) to produce a non- +standard DVI file that it can then process. This technique +allows TeX4ht to approach the robustness characteristic of +restricted-syntax systems such as hyperlatex and gellmu. Note +that CTAN no longer holds the definitive sources of the +package: see the 'Readme' file. + + +%package xmltex +Provides: tex-xmltex = %{epoch}:%{source_date}-%{release} +Provides: tex-xmltex-bin = %{epoch}:%{source_date}-%{release} +Provides: texlive-xmltex-bin = %{epoch}:%{source_date}-%{release} +Obsoletes: texlive-xmltex-bin < %{tl_epoch}:%{source_date} +Provides: texlive-xmltex-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: texlive-xmltex-doc < %{tl_epoch}:%{source_date} +License: LPPL +Summary: Support for parsing XML documents Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-latex +Requires: texlive-pdftex +Requires: texlive-tex +Requires: texlive-xmltexconfig +Requires: texlive-babel +Requires: texlive-cm +Requires: texlive-hyphen-base +Requires: texlive-latex-fonts +Requires: texlive-l3backend +Requires: texlive-l3kernel +Requires: texlive-l3packages +Requires: texlive-tex-ini-files +Requires: texlive-unicode-data +Requires: texlive-dehyph +Requires: texlive-hyph-utf8 +Requires: texlive-latexconfig +Provides: tex(xmltex.cfg) = %{epoch}:%{source_date}-%{release} +Provides: tex(xmltex.tex) = %{epoch}:%{source_date}-%{release} +# symlinks +BuildArch: noarch -%description texlive-msg-translations -This package contains the translated messages of the TeX Live -installer and TeX Live Manager. For information on creating or -updating translations, see -http://tug.org/texlive/doc.html#install-tl-xlate. +%description xmltex +This package provides an implementation of a parser for +documents matching the XML 1.0 and XML Namespace +Recommendations. In addition to parsing commands are provided +to attatch TeX typesetting instructions to the various markup +elemenets as they are encounted. Sample files for typesetting a +subset of TEI, MathML, are included. Element and Attribute +names, as well as character data, may use any characters +allowed in XML, using UTF-8 or a suitable 8-bit encoding. -%package collection-bibtexextra -Summary: BibTeX additional styles -Version: svn54875 -Requires: texlive-base -Requires: texlive-collection-latex -Requires: texlive-aaai-named -Requires: texlive-aichej -Requires: texlive-ajl -Requires: texlive-amsrefs -Requires: texlive-annotate -Requires: texlive-apacite -Requires: texlive-apalike2 -Requires: texlive-archaeologie -Requires: texlive-authordate -Requires: texlive-beebe -Requires: texlive-besjournals -Requires: texlive-bestpapers -Requires: texlive-bib2gls -Requires: texlive-bibarts -# Biber is Artistic 1.0, non-free -# Requires: tex-biber -Requires: texlive-bibexport -Requires: texlive-bibhtml -Requires: texlive-biblatex -Requires: texlive-biblatex-abnt -Requires: texlive-biblatex-ajc2020unofficial -Requires: texlive-biblatex-anonymous -Requires: texlive-biblatex-apa -Requires: texlive-biblatex-apa6 -Requires: texlive-biblatex-archaeology -Requires: texlive-biblatex-arthistory-bonn -Requires: texlive-biblatex-bath -Requires: texlive-biblatex-bookinarticle -Requires: texlive-biblatex-bookinother -Requires: texlive-biblatex-bwl -Requires: texlive-biblatex-caspervector -Requires: texlive-biblatex-chem -Requires: texlive-biblatex-chicago -Requires: texlive-biblatex-claves -Requires: texlive-biblatex-dw -Requires: texlive-biblatex-enc -Requires: texlive-biblatex-ext -Requires: texlive-biblatex-fiwi -Requires: texlive-biblatex-gb7714-2015 -Requires: texlive-biblatex-german-legal -Requires: texlive-biblatex-gost -Requires: texlive-biblatex-historian -Requires: texlive-biblatex-ieee -Requires: texlive-biblatex-ijsra -Requires: texlive-biblatex-iso690 -Requires: texlive-biblatex-jura2 -Requires: texlive-biblatex-juradiss -Requires: texlive-biblatex-lni -Requires: texlive-biblatex-luh-ipw -Requires: texlive-biblatex-manuscripts-philology -Requires: texlive-biblatex-mla -Requires: texlive-biblatex-morenames -Requires: texlive-biblatex-multiple-dm -Requires: texlive-biblatex-musuos -Requires: texlive-biblatex-nature -Requires: texlive-biblatex-nejm -Requires: texlive-biblatex-nottsclassic -Requires: texlive-biblatex-opcit-booktitle -Requires: texlive-biblatex-oxref -Requires: texlive-biblatex-philosophy -Requires: texlive-biblatex-phys -Requires: texlive-biblatex-publist -Requires: texlive-biblatex-realauthor -Requires: texlive-biblatex-sbl -Requires: texlive-biblatex-science -Requires: texlive-biblatex-shortfields -Requires: texlive-biblatex-socialscienceshuberlin -Requires: texlive-biblatex-software -Requires: texlive-biblatex-source-division -Requires: texlive-biblatex-subseries -Requires: texlive-biblatex-swiss-legal -Requires: texlive-biblatex-trad -Requires: texlive-biblatex-true-citepages-omit -Requires: texlive-biblatex2bibitem -Requires: texlive-biblist -Requires: texlive-bibtexperllibs -Requires: texlive-bibtopic -Requires: texlive-bibtopicprefix -Requires: texlive-bibunits -Requires: texlive-biolett-bst -Requires: texlive-bookdb -Requires: texlive-breakcites -Requires: texlive-cell -Requires: texlive-chbibref -Requires: texlive-chembst -Requires: texlive-chicago -Requires: texlive-chicago-annote -Requires: texlive-chscite -Requires: texlive-citeall -Requires: texlive-citeref -Requires: texlive-collection-latex -Requires: texlive-collref -Requires: texlive-compactbib -Requires: texlive-crossrefware -Requires: texlive-custom-bib -Requires: texlive-din1505 -Requires: texlive-dk-bib -Requires: texlive-doipubmed -Requires: texlive-ecobiblatex -Requires: texlive-econ-bst -Requires: texlive-economic -Requires: texlive-fbs -Requires: texlive-figbib -Requires: texlive-footbib -Requires: texlive-francais-bst -Requires: texlive-gbt7714 -Requires: texlive-geschichtsfrkl -Requires: texlive-harvard -Requires: texlive-harvmac -Requires: texlive-historische-zeitschrift -Requires: texlive-icite -Requires: texlive-ietfbibs-doc -Requires: texlive-ijqc -Requires: texlive-inlinebib -Requires: texlive-iopart-num -Requires: texlive-is-bst -Requires: texlive-jbact -Requires: texlive-jmb -Requires: texlive-jneurosci -Requires: texlive-jurabib -Requires: texlive-ksfh_nat -Requires: texlive-listbib -Requires: texlive-logreq -Requires: texlive-ltb2bib -Requires: texlive-luabibentry -Requires: texlive-margbib -Requires: texlive-multibib -Requires: texlive-multibibliography -Requires: texlive-munich -Requires: texlive-nar -Requires: texlive-nmbib -Requires: texlive-notes2bib -Requires: texlive-notex-bst -Requires: texlive-oscola -Requires: texlive-perception -Requires: texlive-plainyr -Requires: texlive-pnas2009 -Requires: texlive-rsc -Requires: texlive-showtags -Requires: texlive-sort-by-letters -Requires: texlive-splitbib -Requires: texlive-turabian-formatting -Requires: texlive-uni-wtal-ger -Requires: texlive-uni-wtal-lin -Requires: texlive-urlbst -Requires: texlive-usebib -Requires: texlive-vak -Requires: texlive-windycity -Requires: texlive-xcite -Requires: texlive-zootaxa-bst +%post xmltex +if [ $1 -gt 0 ] ; then +sed -i 's/^\#\!\ xmltex.*$/xmltex pdftex language.dat *xmltex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf +sed -i 's/^\#\!\ pdfxmltex.*$/pdfxmltex pdftex language.dat *pdfxmltex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf +fi +: -%description collection-bibtexextra -Additional BibTeX styles and bibliography data(bases), notably -including BibLaTeX. +%postun xmltex +if [ $1 == 0 ] ; then +sed -i 's/^xmltex.*$/\#\!\ xmltex pdftex language.dat *xmltex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf > /dev/null 2>&1 +sed -i 's/^pdfxmltex.*$/\#\!\ pdfxmltex pdftex language.dat *pdfxmltex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf > /dev/null 2>&1 +fi +: %package collection-latex -Summary: LaTeX fundamental packages -Version: svn54074 +Summary: Basic LaTeX packages +BuildArch: noarch Requires: texlive-base Requires: texlive-collection-basic Requires: texlive-ae @@ -35332,43 +15857,42 @@ Requires: texlive-url Provides: tex(latex-base) = %{tl_version} %description collection-latex -These packages are either mandated by the core LaTeX team, or -very widely used and strongly recommended in practice. +These packages are mandated by the core LaTeX team, or at least +very strongly recommended. + %package colortbl -Provides: tex-colortbl = %{tl_version} +Provides: tex-colortbl = %{epoch}:%{source_date}-%{release} +Provides: tex-colortbl-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-colortbl-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-colortbl-doc < %{tl_epoch}:%{source_date} License: LPPL Summary: Add colour to LaTeX tables -Version: svn53545 +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-kpathsea Requires: tex(array.sty) Requires: tex(color.sty) -Provides: tex(colortbl.sty) = %{tl_version} +Provides: tex(colortbl.sty) = %{epoch}:%{source_date}-%{release} %description colortbl The package allows rows and columns to be coloured, and even individual cells. -%package colortbl-doc -Summary: Documentation for colortbl -Version: svn49404 -Provides: tex-colortbl-doc -AutoReqProv: No - -%description colortbl-doc -Documentation for colortbl %package fancyhdr -Provides: tex-fancyhdr = %{tl_version} +Provides: tex-fancyhdr = %{epoch}:%{source_date}-%{release} +Provides: tex-fancyhdr-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-fancyhdr-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-fancyhdr-doc < %{tl_epoch}:%{source_date} License: LPPL Summary: Extensive control of page headers and footers in LaTeX2e -Version: svn49886 +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(extramarks.sty) = %{tl_version} -Provides: tex(fancyhdr.sty) = %{tl_version} -Provides: tex(fancyheadings.sty) = %{tl_version} +Requires: tex-kpathsea +Provides: tex(extramarks.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(fancyhdr.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(fancyheadings.sty) = %{epoch}:%{source_date}-%{release} %description fancyhdr The package provides extensive facilities, both for @@ -35376,25 +15900,18 @@ constructing headers and footers, and for controlling their use (for example, at times when LaTeX would automatically change the heading style in use). -%package fancyhdr-doc -Summary: Documentation for fancyhdr -Version: svn49886 -Provides: tex-fancyhdr-doc -AutoReqProv: No - -%description fancyhdr-doc -Documentation for fancyhdr %package fix2col -Provides: tex-fix2col = %{tl_version} +Provides: tex-fix2col = %{epoch}:%{source_date}-%{release} +Provides: tex-fix2col-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-fix2col-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-fix2col-doc < %{tl_epoch}:%{source_date} License: LPPL Summary: Fix miscellaneous two column mode features -Version: svn38770 - +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(fix2col.sty) = %{tl_version} +Requires: tex-kpathsea +Provides: tex(fix2col.sty) = %{epoch}:%{source_date}-%{release} %description fix2col Fix mark handling so that \firstmark is taken from the first @@ -35402,30 +15919,23 @@ column if that column has any marks at all; keep two column floats like figure* in sequence with single column floats like figure. -%package fix2col-doc -Summary: Documentation for fix2col -Version: svn38770 - -Provides: tex-fix2col-doc -AutoReqProv: No - -%description fix2col-doc -Documentation for fix2col %package geometry -Provides: tex-geometry = %{tl_version} +Provides: tex-geometry = %{epoch}:%{source_date}-%{release} +Provides: tex-geometry-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-geometry-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-geometry-doc < %{tl_epoch}:%{source_date} License: LPPL Summary: Flexible and complete interface to document dimensions -Version: svn54080 +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(graphics.sty) +Requires: tex-kpathsea Requires: tex(keyval.sty) Requires: tex(ifpdf.sty) Requires: tex(ifvtex.sty) Requires: tex(ifxetex.sty) Requires: tex(atbegshi.sty) -Provides: tex(geometry.sty) = %{tl_version} +Provides: tex(geometry.sty) = %{epoch}:%{source_date}-%{release} %description geometry The package provides an easy and flexible user interface to @@ -35441,70 +15951,68 @@ feature is the package's ability to communicate the paper size it's set up to the output (whether via DVI \specials or via direct interaction with PDF(La)TeX). -%package geometry-doc -Summary: Documentation for geometry -Version: svn54080 -Provides: tex-geometry-doc -AutoReqProv: No - -%description geometry-doc -Documentation for geometry %package graphics -Provides: tex-graphics = %{tl_version} +Provides: tex-graphics = %{epoch}:%{source_date}-%{release} +Provides: tex-graphics-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-graphics-doc = %{epoch}:%{source_date}-%{release} +Provides: tex-rotating = %{epoch}:%{source_date}-%{release} +Provides: %{name}-rotating = %{epoch}:%{source_date}-%{release} +Provides: tex-rotating-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-rotating-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-rotating-doc < %{tl_epoch}:%{source_date} +Obsoletes: %{name}-rotating < %{tl_epoch}:%{source_date} +Obsoletes: %{name}-graphics-doc < %{tl_epoch}:%{source_date} License: LPPL 1.3 -Summary: The LaTeX standard graphics bundle -Version: svn53640 -Provides: texlive-rotating = %{epoch}:svn16832.2.16b.obsolete -Obsoletes: texlive-rotating <= 6:svn16832.2.16b +Summary: Standard LaTeX graphics +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-kpathsea Requires: texlive-graphics-cfg -Requires: texlive-graphics-def -Requires: tex(trig.sty) -Provides: tex(color.sty) = %{tl_version} -Provides: tex(dvipdf.def) = %{tl_version} -Provides: tex(dvipsnam.def) = %{tl_version} -Provides: tex(dvipsone.def) = %{tl_version} -Provides: tex(dviwin.def) = %{tl_version} -Provides: tex(emtex.def) = %{tl_version} -Provides: tex(epsfig.sty) = %{tl_version} -Provides: tex(graphics-2017-06-25.sty) = %{tl_version} -Provides: tex(graphics.sty) = %{tl_version} -Provides: tex(graphicx.sty) = %{tl_version} -Provides: tex(keyval.sty) = %{tl_version} -Provides: tex(lscape.sty) = %{tl_version} -Provides: tex(pctex32.def) = %{tl_version} -Provides: tex(pctexhp.def) = %{tl_version} -Provides: tex(pctexps.def) = %{tl_version} -Provides: tex(pctexwin.def) = %{tl_version} -Provides: tex(rotating.sty) = %{tl_version} -Provides: tex(tcidvi.def) = %{tl_version} -Provides: tex(trig.sty) = %{tl_version} -Provides: tex(truetex.def) = %{tl_version} +Provides: tex(color.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(dvipdf.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(dvipsnam.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(dvipsone.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(dviwin.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(emtex.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(epsfig.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(graphics.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(graphicx.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(keyval.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(lscape.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(pctex32.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(pctexhp.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(pctexps.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(pctexwin.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcidvi.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(trig.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(truetex.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(rotating.sty) = %{epoch}:%{source_date}-%{release} %description graphics -This is a collection of LaTeX packages for: producing colour -including graphics (eg PostScript) files rotation and scaling -of text in LaTeX documents. It comprises the packages color, -graphics, graphicx, trig, epsfig, keyval, and lscape. +The package was designed to accommodate all needs for inclusion +of graphics in LaTeX documents, replacing many earlier packages +used in LaTeX 2.09. The package aims to give a consistent +interface to including the file types that are understood in +your output, by use of 'printer drivers' (now known, simply, as +'drivers'). The distribtion of the package contains several +drivers, but others (for example, pdfTeX) are distributed +separately. The package also offers several means of +manipulating graphics in the course of inserting them into a +document (for example, rotation and scaling). For extended +documentation see epslatex. The package is part of the graphics +bundle, which is one of the collections in the LaTeX 'required' +set of packages. -%package graphics-doc -Summary: Documentation for graphics -Version: svn53640 -Provides: texlive-rotating-doc = svn16832.2.16b.obsolete -Obsoletes: texlive-rotating-doc <= svn16832.2.16b -Provides: tex-graphics-doc -AutoReqProv: No - -%description graphics-doc -Documentation for graphics %package hyperref -Provides: tex-hyperref = %{tl_version} +Provides: tex-hyperref = %{epoch}:%{source_date}-%{release} +Provides: tex-hyperref-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-hyperref-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-hyperref-doc < %{tl_epoch}:%{source_date} License: LPPL Summary: Extensive support for hypertext in LaTeX -Version: svn54841 +BuildArch: noarch Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea Requires: tex(atbegshi.sty) @@ -35572,26 +16080,16 @@ Y&Y's dviwindo; for PDF control within pdfTeX and dvipdfm; for TeX4ht; and for VTeX's pdf and HTML backends. The package is distributed with the backref and nameref packages, which make use of the facilities of hyperref. The package depends on the -author's kvoptions, ltxcmds and refcount packages. +author's kvoptions, ltxcmdsand refcount packages. -%package hyperref-doc -Summary: Documentation for hyperref -Version: svn54841 -Provides: tex-hyperref-doc -AutoReqProv: No - -%description hyperref-doc -Documentation for hyperref %package ltxmisc -Provides: tex-ltxmisc = %{tl_version} +Provides: tex-ltxmisc = %{epoch}:%{source_date}-%{release} License: Public Domain Summary: Miscellaneous LaTeX packages, etc -Version: svn21927.0 - +BuildArch: noarch Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea - Requires: tex(makeidx.sty) Requires: tex(graphicx.sty) Requires: tex(minitoc.sty) @@ -35616,21 +16114,25 @@ Provides: tex(vrbexin.sty) = %{tl_version} %description ltxmisc ltxmisc package + %package mfnfss -Provides: tex-mfnfss = %{tl_version} +Provides: tex-mfnfss = %{epoch}:%{source_date}-%{release} +Provides: tex-mfnfss-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-mfnfss-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-mfnfss-doc < %{tl_epoch}:%{source_date} License: LPPL Summary: Packages to typeset oldgerman and pandora fonts in LaTeX -Version: svn46036 +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(oldgerm.sty) = %{tl_version} -Provides: tex(ot1panr.fd) = %{tl_version} -Provides: tex(ot1pss.fd) = %{tl_version} -Provides: tex(pandora.sty) = %{tl_version} -Provides: tex(uyfrak.fd) = %{tl_version} -Provides: tex(uygoth.fd) = %{tl_version} -Provides: tex(uyinit.fd) = %{tl_version} -Provides: tex(uyswab.fd) = %{tl_version} +Requires: tex-kpathsea +Provides: tex(oldgerm.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot1panr.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot1pss.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(pandora.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(uyfrak.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(uygoth.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(uyinit.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(uyswab.fd) = %{epoch}:%{source_date}-%{release} %description mfnfss This bundle contains two packages: - oldgerm, a package to @@ -35639,62 +16141,227 @@ pandora, a package to typeset with Pandora fonts designed by Neena Billawala. Note that support for the Pandora fonts is also available via the pandora-latex package. -%package mfnfss-doc -Summary: Documentation for mfnfss -Version: svn46036 -Provides: tex-mfnfss-doc -AutoReqProv: No -%description mfnfss-doc -Documentation for mfnfss +%package mptopdf +License: LPPL +Summary: mpost to PDF, native MetaPost graphics inclusion +BuildArch: noarch +Provides: tex-mptopdf = %{epoch}:%{source_date}-%{release} +Provides: texlive-mptopdf-bin = %{epoch}:%{source_date}-%{release} +Provides: tex-mptopdf-bin = %{epoch}:%{source_date}-%{release} +Obsoletes: texlive-mptopdf-bin < %{tl_epoch}:%{source_date} +Provides: texlive-mptopdf-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: texlive-mptopdf-doc < %{tl_epoch}:%{source_date} +Requires: texlive-base +Requires: texlive-kpathsea +Requires: texlive-tetex +Requires(post,postun): coreutils +Provides: tex(mptopdf.tex) = %{epoch}:%{source_date}-%{release} + +%description mptopdf +The mptopdf script does standalone conversion from mpost to +PDF, using the supp-* and syst-* files. They also allow native +MetaPost graphics inclusion in LaTeX (via pdftex.def) and +ConTeXt. They can be used independently of the rest of +ConTeXt, yet are maintained as part of it. So in TeX Live we +pull them out to this separate package for the benefit of LaTeX +users who do not install the rest of ConTeXt. This can be +found on CTAN in macros/pdftex/graphics. + +%post mptopdf +if [ $1 -gt 0 ] ; then +sed -i 's/^\#\!\ mptopdf.*$/mptopdf pdftex - -translate-file=cp227.tcx mptopdf.tex/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf +fi +: + +%postun mptopdf +if [ $1 == 0 ] ; then +sed -i 's/^mptopdf.*$/\#\!\ mptopdf pdftex - -translate-file=cp227.tcx mptopdf.tex/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf > /dev/null 2>&1 +fi +: %package natbib -Provides: tex-natbib = %{tl_version} +Provides: tex-natbib = %{epoch}:%{source_date}-%{release} +Provides: tex-natbib-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-natbib-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-natbib-doc < %{tl_epoch}:%{source_date} License: LPPL Summary: Flexible bibliography support -Version: svn20668.8.31b - +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(bibentry.sty) = %{tl_version} -Provides: tex(natbib.sty) = %{tl_version} +Requires: tex-kpathsea +Provides: tex(bibentry.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(natbib.sty) = %{epoch}:%{source_date}-%{release} %description natbib -The bundle provides a package that implements both author-year -and numbered references, as well as much detailed of support -for other bibliography use. Also Provided are versions of the -standard BibTeX styles that are compatible with natbib-- -plainnat, unsrtnat, abbrnat. The bibliography styles produced -by custom-bib are designed from the start to be compatible with -natbib. +Provides a style with author-year and numbered references, as +well as much detailed of support for other bibliography use. +Provides versions of the standard BibTeX styles that are +compatible with natbib - plainnat, unsrtnat, abbrnat. The +bibliography styles produced by custom-bib are designed from +the start to be compatible with natbib. -%package natbib-doc -Summary: Documentation for natbib -Version: svn20668.8.31b -Provides: tex-natbib-doc -AutoReqProv: No +%package oberdiek +Provides: tex-oberdiek = %{epoch}:%{source_date}-%{release} +Provides: tex-oberdiek-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-oberdiek-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-oberdiek-doc < %{tl_epoch}:%{source_date} +License: LPPL +Summary: A bundle of packages submitted by Heiko Oberdiek +BuildArch: noarch +Requires: texlive-base +Requires: texlive-kpathsea +Requires: texlive-auxhook +Requires: texlive-grfext +Requires: texlive-grffile +Requires: texlive-iftex +Requires: texlive-kvoptions +Requires: texlive-infwarerr +Requires: texlive-pdftexcmds +# To complete the bundle +Requires: tex(ifluatex.sty) +Requires: tex(intcalc.sty) +Requires: tex(ifpdf.sty) +Requires: tex(etexcmds.sty) +Requires: tex(kvoptions.sty) +Requires: tex(ifxetex.sty) +Requires: tex(etex.sty) +Requires: tex(color.sty) +Requires: tex(keyval.sty) +Requires: tex(soul.sty) +Requires: tex(remreset.sty) +Requires: tex(makematch.sty) +Requires: tex(zref-lastpage.sty) +Requires: tex(hyperref.sty) +Requires: tex(fp-basic.sty) +Requires: tex(fp-snap.sty) +Requires: tex(graphics.sty) +Requires: tex(amsmath.sty) +Requires: tex(grfext.sty) +Requires: tex(hypdoc.sty) +Requires: tex(array.sty) +Requires: tex(fontspec.sty) +Requires: tex(unicode-math.sty) +Requires: tex(doc.sty) +Requires: tex(calc.sty) +Requires: tex(thumbpdf.sty) +Requires: tex(inputenc.sty) +Requires: tex(listings.sty) +Requires: tex(tikz.sty) +Requires: tex(everyshi.sty) +Requires: tex(parallel.sty) +Requires: tex(parcolumns.sty) +Requires: tex(lscape.sty) +Requires: tex(index.sty) +Requires: tex(zref-pagelayout.sty) +Provides: tex(aliascnt.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(bmpsize-base.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(bmpsize-dvipdfm.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(bmpsize-dvipdfmx.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(bmpsize-dvips.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(bmpsize.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(bmpsize-test.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(centernot.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(chemarr.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(classlist.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(colonequals.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(dvipscol.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(engord.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(enparen.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(eolgrab.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(fibnum.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(flags.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(holtxdoc.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(hopatch.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(hypbmsec.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(hypcap.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(hypdestopt.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(hypdoc.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(hypgotoe.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyphsubst.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(ifdraft.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(iflang.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(pagegrid.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(pagesel.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(pdfcolfoot.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(pdfcolparallel.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(pdfcolparcolumns.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(pdfcol.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(pdfcrypt.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(pdfrender.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(protecteddef.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(resizegather.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(rotchiffre.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(scrindex.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(setouterhbox.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(settobox.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(stackrel.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(stampinclude.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(tabularht.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(tabularkv.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(telprint.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(thepdfnumber.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(twoopt.sty) = %{epoch}:%{source_date}-%{release} -%description natbib-doc -Documentation for natbib +%description oberdiek +The bundle comprises packages to provide: aliascnt: 'alias +counters'; bmpsize: get bitmap size and resolution data; +centernot: a horizontally-centred \not symbol; chemarr: +extensible chemists' reaction arrows; classlist: record +information about document class(es) used; colonequals: poor +man's mathematical relation symbols; dvipscol: dvips colour +stack management; engord: define counter-printing operations +producing English ordinals; eolgrab: collect arguments +delimited by end of line; flags: setting and clearing flags in +bit fields and converting the bit field into a decimal number; +holtxdoc: extra documentation macros; hopatch: safely apply +package patches; hypbmsec: bookmarks in sectioning commands; +hypcap: anjusting anchors of captions; hypdestopt: optimising +hyperref's pdfTeX driver destinations; hypdoc: hyper-references +in the LaTeX standard doc package; hypgotoe: experimental +package for links to embedded files; hyphsubst: substitute +hyphenation patterns; ifdraft: switch for option draft; iflang: +provides expandable checks for the current language; pagegrid: +prints a page grid in the background; pagesel: select pages of +a document for output; pdfcolfoot: using pdfTeX's color stack +for footnotes; pdfcol: macros for setting and maintaining new +color stacks; pdfcolparallel: fixes colour problems in package +parallel; pdfcolparcolumns: fixes colour problems in package +parcolumns; pdfcrypt: setting PDF encryption; pdfrender: +control PDF rendering modes; protecteddef: define a command +that protected against expansion; resizegather: automatically +resize overly large equations; rotchiffre: performs simple +rotation cyphers; scrindex: redefines environment 'theindex' of +package 'index', if a class from KOMA-Script is loaded; +setouterhbox: set \hbox in outer horizontal mode; settobox: +getting box sizes; soul and adds some support for UTF-8; +stackrel: extensions of the \stackrel command; stampinclude: +selects the files for \include by inspecting the timestamp of +the .aux file(s); tabularht: tabulars with height +specification; tabularkv: key value interface for tabular +parameters; telprint: print German telephone numbers; +thepdfnumber: canonical numbers for use in PDF files and +elsewhere; twoopt: commands with two optional arguments; Each +of the packages is represented by two files, a .dtx (documented +source) and a PDF file; the .ins file necessary for +installation is extracted by running the .dtx file with Plain +TeX. %package pslatex -Provides: tex-pslatex = %{tl_version} +Provides: tex-pslatex = %{epoch}:%{source_date}-%{release} License: LPPL Summary: Use PostScript fonts by default -Version: svn16416.0 - +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(pcrr8rn.map) = %{tl_version} -Provides: tex(pcrr7tn.tfm) = %{tl_version} -Provides: tex(pcrr8rn.tfm) = %{tl_version} -Provides: tex(pcrr8tn.tfm) = %{tl_version} -Provides: tex(pcrr7tn.vf) = %{tl_version} -Provides: tex(pcrr8tn.vf) = %{tl_version} -Provides: tex(pslatex.sty) = %{tl_version} +Requires: tex-kpathsea +Provides: tex(pcrr8rn.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(pcrr7tn.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pcrr8rn.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pcrr8tn.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pcrr7tn.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pcrr8tn.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(pslatex.sty) = %{epoch}:%{source_date}-%{release} %description pslatex A small package that makes LaTeX default to 'standard' @@ -35713,123 +16380,128 @@ as a lost cause (there are better free fixed-width available now, than there were when pslatex was designed). As a result, pslatex is widely considered obsolete. + %package psnfss -Provides: tex-psnfss = %{tl_version} +Provides: tex-psnfss = %{epoch}:%{source_date}-%{release} +Provides: tex-psnfss-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-psnfss-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-psnfss-doc < %{tl_epoch}:%{source_date} License: LPPL Summary: Font support for common PostScript fonts -Version: svn54694 +BuildArch: noarch +Requires: tex-graphics-doc = %{epoch}:%{source_date}-%{release} Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-kpathsea Requires: texlive-symbol Requires: texlive-zapfding Requires: texlive-graphics Requires: tex(keyval.sty) -Provides: tex(charter.map) = %{tl_version} -Provides: tex(fpls.map) = %{tl_version} -Provides: tex(pazo.map) = %{tl_version} -Provides: tex(psnfss.map) = %{tl_version} -Provides: tex(utopia.map) = %{tl_version} -Provides: tex(8rbch.fd) = %{tl_version} -Provides: tex(8rpag.fd) = %{tl_version} -Provides: tex(8rpbk.fd) = %{tl_version} -Provides: tex(8rpcr.fd) = %{tl_version} -Provides: tex(8rphv.fd) = %{tl_version} -Provides: tex(8rpnc.fd) = %{tl_version} -Provides: tex(8rppl.fd) = %{tl_version} -Provides: tex(8rptm.fd) = %{tl_version} -Provides: tex(8rput.fd) = %{tl_version} -Provides: tex(8rpzc.fd) = %{tl_version} -Provides: tex(avant.sty) = %{tl_version} -Provides: tex(bookman.sty) = %{tl_version} -Provides: tex(chancery.sty) = %{tl_version} -Provides: tex(charter.sty) = %{tl_version} -Provides: tex(courier.sty) = %{tl_version} -Provides: tex(helvet.sty) = %{tl_version} -Provides: tex(mathpazo.sty) = %{tl_version} -Provides: tex(mathpple.sty) = %{tl_version} -Provides: tex(mathptm.sty) = %{tl_version} -Provides: tex(mathptmx.sty) = %{tl_version} -Provides: tex(newcent.sty) = %{tl_version} -Provides: tex(omlbch.fd) = %{tl_version} -Provides: tex(omlpag.fd) = %{tl_version} -Provides: tex(omlpbk.fd) = %{tl_version} -Provides: tex(omlpcr.fd) = %{tl_version} -Provides: tex(omlphv.fd) = %{tl_version} -Provides: tex(omlpnc.fd) = %{tl_version} -Provides: tex(omlppl.fd) = %{tl_version} -Provides: tex(omlptm.fd) = %{tl_version} -Provides: tex(omlptmcm.fd) = %{tl_version} -Provides: tex(omlput.fd) = %{tl_version} -Provides: tex(omlpzc.fd) = %{tl_version} -Provides: tex(omlzplm.fd) = %{tl_version} -Provides: tex(omlzpple.fd) = %{tl_version} -Provides: tex(omlztmcm.fd) = %{tl_version} -Provides: tex(omsbch.fd) = %{tl_version} -Provides: tex(omspag.fd) = %{tl_version} -Provides: tex(omspbk.fd) = %{tl_version} -Provides: tex(omspcr.fd) = %{tl_version} -Provides: tex(omsphv.fd) = %{tl_version} -Provides: tex(omspnc.fd) = %{tl_version} -Provides: tex(omsppl.fd) = %{tl_version} -Provides: tex(omsptm.fd) = %{tl_version} -Provides: tex(omsput.fd) = %{tl_version} -Provides: tex(omspzc.fd) = %{tl_version} -Provides: tex(omspzccm.fd) = %{tl_version} -Provides: tex(omszplm.fd) = %{tl_version} -Provides: tex(omszpple.fd) = %{tl_version} -Provides: tex(omsztmcm.fd) = %{tl_version} -Provides: tex(omxpsycm.fd) = %{tl_version} -Provides: tex(omxzplm.fd) = %{tl_version} -Provides: tex(omxzpple.fd) = %{tl_version} -Provides: tex(omxztmcm.fd) = %{tl_version} -Provides: tex(ot1bch.fd) = %{tl_version} -Provides: tex(ot1pag.fd) = %{tl_version} -Provides: tex(ot1pbk.fd) = %{tl_version} -Provides: tex(ot1pcr.fd) = %{tl_version} -Provides: tex(ot1phv.fd) = %{tl_version} -Provides: tex(ot1pnc.fd) = %{tl_version} -Provides: tex(ot1ppl.fd) = %{tl_version} -Provides: tex(ot1pplj.fd) = %{tl_version} -Provides: tex(ot1pplx.fd) = %{tl_version} -Provides: tex(ot1ptm.fd) = %{tl_version} -Provides: tex(ot1ptmcm.fd) = %{tl_version} -Provides: tex(ot1put.fd) = %{tl_version} -Provides: tex(ot1pzc.fd) = %{tl_version} -Provides: tex(ot1zplm.fd) = %{tl_version} -Provides: tex(ot1zpple.fd) = %{tl_version} -Provides: tex(ot1ztmcm.fd) = %{tl_version} -Provides: tex(palatino.sty) = %{tl_version} -Provides: tex(pifont.sty) = %{tl_version} -Provides: tex(t1bch.fd) = %{tl_version} -Provides: tex(t1pag.fd) = %{tl_version} -Provides: tex(t1pbk.fd) = %{tl_version} -Provides: tex(t1pcr.fd) = %{tl_version} -Provides: tex(t1phv.fd) = %{tl_version} -Provides: tex(t1pnc.fd) = %{tl_version} -Provides: tex(t1ppl.fd) = %{tl_version} -Provides: tex(t1pplj.fd) = %{tl_version} -Provides: tex(t1pplx.fd) = %{tl_version} -Provides: tex(t1ptm.fd) = %{tl_version} -Provides: tex(t1put.fd) = %{tl_version} -Provides: tex(t1pzc.fd) = %{tl_version} -Provides: tex(times.sty) = %{tl_version} -Provides: tex(ts1bch.fd) = %{tl_version} -Provides: tex(ts1pag.fd) = %{tl_version} -Provides: tex(ts1pbk.fd) = %{tl_version} -Provides: tex(ts1pcr.fd) = %{tl_version} -Provides: tex(ts1phv.fd) = %{tl_version} -Provides: tex(ts1pnc.fd) = %{tl_version} -Provides: tex(ts1ppl.fd) = %{tl_version} -Provides: tex(ts1pplj.fd) = %{tl_version} -Provides: tex(ts1pplx.fd) = %{tl_version} -Provides: tex(ts1ptm.fd) = %{tl_version} -Provides: tex(ts1put.fd) = %{tl_version} -Provides: tex(ts1pzc.fd) = %{tl_version} -Provides: tex(ufplm.fd) = %{tl_version} -Provides: tex(ufplmbb.fd) = %{tl_version} -Provides: tex(upsy.fd) = %{tl_version} -Provides: tex(upzd.fd) = %{tl_version} -Provides: tex(utopia.sty) = %{tl_version} +Provides: tex(charter.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(fpls.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(pazo.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(psnfss.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(utopia.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(8rbch.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(8rpag.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(8rpbk.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(8rpcr.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(8rphv.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(8rpnc.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(8rppl.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(8rptm.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(8rput.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(8rpzc.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(avant.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(bookman.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(chancery.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(charter.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(courier.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(helvet.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(mathpazo.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(mathpple.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(mathptm.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(mathptmx.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(newcent.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(omlbch.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(omlpag.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(omlpbk.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(omlpcr.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(omlphv.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(omlpnc.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(omlppl.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(omlptm.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(omlptmcm.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(omlput.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(omlpzc.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(omlzplm.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(omlzpple.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(omlztmcm.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(omsbch.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(omspag.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(omspbk.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(omspcr.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(omsphv.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(omspnc.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(omsppl.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(omsptm.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(omsput.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(omspzc.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(omspzccm.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(omszplm.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(omszpple.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(omsztmcm.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(omxpsycm.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(omxzplm.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(omxzpple.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(omxztmcm.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot1bch.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot1pag.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot1pbk.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot1pcr.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot1phv.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot1pnc.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot1ppl.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot1pplj.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot1pplx.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot1ptm.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot1ptmcm.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot1put.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot1pzc.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot1zplm.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot1zpple.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot1ztmcm.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(palatino.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(pifont.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1bch.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1pag.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1pbk.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1pcr.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1phv.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1pnc.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1ppl.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1pplj.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1pplx.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1ptm.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1put.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1pzc.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(times.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1bch.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1pag.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1pbk.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1pcr.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1phv.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1pnc.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1ppl.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1pplj.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1pplx.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1ptm.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1put.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ts1pzc.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ufplm.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ufplmbb.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(upsy.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(upzd.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(utopia.sty) = %{epoch}:%{source_date}-%{release} %description psnfss Font definition files, macros and font metrics for freely- @@ -35861,49611 +16533,89 @@ which uses Palatino as base font, with the mathpazo fonts. The bundle as a whole is part of the LaTeX 'required' set of packages. -%package psnfss-doc -Summary: Documentation for psnfss -Version: svn54694 -Provides: tex-psnfss-doc -AutoReqProv: No -Requires: tex-graphics-doc - -%description psnfss-doc -Documentation for psnfss %package pspicture -Provides: tex-pspicture = %{tl_version} +Provides: tex-pspicture = %{epoch}:%{source_date}-%{release} +Provides: tex-pspicture-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-pspicture-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-pspicture-doc < %{tl_epoch}:%{source_date} License: LPPL Summary: PostScript picture support -Version: svn15878.0 - +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(pspicture.sty) = %{tl_version} +Requires: tex-kpathsea +Provides: tex(pspicture.sty) = %{epoch}:%{source_date}-%{release} %description pspicture A replacement for LaTeX's picture macros, that uses PostScript \special commands. The package is now largely superseded by pict2e. -%package pspicture-doc -Summary: Documentation for pspicture -Version: svn15878.0 - -Provides: tex-pspicture-doc -AutoReqProv: No - -%description pspicture-doc -Documentation for pspicture %package tools -Provides: tex-tools = %{tl_version} -License: LPPL 1.3 +Provides: tex-tools = %{epoch}:%{source_date}-%{release} +Provides: tex-tools-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-tools-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-tools-doc < %{tl_epoch}:%{source_date} +License: LPPL Summary: The LaTeX standard tools bundle -Version: svn53640 +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-kpathsea Requires: tex(color.sty) -Provides: tex(.tex) = %{tl_version} -Provides: tex(afterpage.sty) = %{tl_version} -Provides: tex(array-2016-10-06.sty) = %{tl_version} -Provides: tex(array.sty) = %{tl_version} -Provides: tex(bm.sty) = %{tl_version} -Provides: tex(calc.sty) = %{tl_version} -Provides: tex(dcolumn.sty) = %{tl_version} -Provides: tex(delarray.sty) = %{tl_version} -Provides: tex(e.tex) = %{tl_version} -Provides: tex(enumerate.sty) = %{tl_version} -Provides: tex(fontsmpl.sty) = %{tl_version} -Provides: tex(fontsmpl.tex) = %{tl_version} -Provides: tex(ftnright.sty) = %{tl_version} -Provides: tex(h.tex) = %{tl_version} -Provides: tex(hhline.sty) = %{tl_version} -Provides: tex(indentfirst.sty) = %{tl_version} -Provides: tex(layout.sty) = %{tl_version} -Provides: tex(longtable.sty) = %{tl_version} -Provides: tex(multicol-2017-04-11.sty) = %{tl_version} -Provides: tex(multicol.sty) = %{tl_version} -Provides: tex(q.tex) = %{tl_version} -Provides: tex(r.tex) = %{tl_version} -Provides: tex(rawfonts.sty) = %{tl_version} -Provides: tex(s.tex) = %{tl_version} -Provides: tex(shellesc.sty) = %{tl_version} -Provides: tex(showkeys.sty) = %{tl_version} -Provides: tex(somedefs.sty) = %{tl_version} -Provides: tex(tabularx.sty) = %{tl_version} -Provides: tex(thb.sty) = %{tl_version} -Provides: tex(thc.sty) = %{tl_version} -Provides: tex(thcb.sty) = %{tl_version} -Provides: tex(theorem.sty) = %{tl_version} -Provides: tex(thm.sty) = %{tl_version} -Provides: tex(thmb.sty) = %{tl_version} -Provides: tex(thp.sty) = %{tl_version} -Provides: tex(trace.sty) = %{tl_version} -Provides: tex(varioref-2016-02-16.sty) = %{tl_version} -Provides: tex(varioref.sty) = %{tl_version} -Provides: tex(verbatim.sty) = %{tl_version} -Provides: tex(verbtest.tex) = %{tl_version} -Provides: tex(x.tex) = %{tl_version} -Provides: tex(xr.sty) = %{tl_version} -Provides: tex(xspace.sty) = %{tl_version} +Provides: tex(.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(afterpage.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(array.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(bm.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(calc.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(dcolumn.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(delarray.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(e.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(enumerate.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(fontsmpl.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(fontsmpl.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(ftnright.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(h.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hhline.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(indentfirst.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(layout.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(longtable.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(multicol.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(q.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(r.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(rawfonts.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(s.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(shellesc.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(showkeys.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(somedefs.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(tabularx.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(thb.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(thc.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(thcb.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(theorem.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(thm.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(thmb.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(thp.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(trace.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(varioref.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(verbatim.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(verbtest.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(x.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(xr.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(xspace.sty) = %{epoch}:%{source_date}-%{release} %description tools A collection of (variously) simple tools provided as part of -the LaTeX required tools distribution, comprising the packages: -afterpage, array, bm, calc, dcolumn, delarray, enumerate, -fileerr, fontsmpl, ftnright, hhline, indentfirst, layout, -longtable, multicol, rawfonts, showkeys, somedefs, tabularx, -theorem, trace, varioref, verbatim, xr, and xspace. +the LaTeX required tools distribution, comprising: afterpage, +array, bm, calc, dcolumn, delarray, enumerate, fileerr, +fontsmpl, ftnright, hhline, indentfirst, layout, longtable, +multicol, rawfonts, showkeys, somedefs, tabularx, theorem, +trace, varioref, verbatim, xr, and xspace. -%package tools-doc -Summary: Documentation for tools -Version: svn53640 -Provides: tex-tools-doc -AutoReqProv: No - -%description tools-doc -Documentation for tools - -%package url -Provides: tex-url = %{tl_version} -License: LPPL -Summary: Verbatim with URL-sensitive line breaks -Version: svn32528.3.4 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(url.sty) = %{tl_version} - -%description url -The command \url is a form of verbatim command that allows -linebreaks at certain characters or combinations of characters, -accepts reconfiguration, and can usually be used in the -argument to another command. (The \urldef command provides -robust commands that serve in cases when \url doesn't work in -an argument.) The command is intended for email addresses, -hypertext links, directories/paths, etc., which normally have -no spaces, so by default the package ignores spaces in its -argument. However, a package option "allows spaces", which is -useful for operating systems where spaces are a common part of -file names. - -%package url-doc -Summary: Documentation for url -Version: svn32528.3.4 - -Provides: tex-url-doc -AutoReqProv: No - -%description url-doc -Documentation for url - -%package collref -Provides: tex-collref = %{tl_version} -License: LPPL 1.3 -Summary: Collect blocks of references into a single reference -Version: svn46358 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(collref.sty) = %{tl_version} - -%description collref -The package automatically collects multiple \bibitem -references, which always appear in the same sequence in \cite, -into a single \bibitem block. - -%package collref-doc -Summary: Documentation for collref -Version: svn46358 -Provides: tex-collref-doc -AutoReqProv: No - -%description collref-doc -Documentation for collref - -%package compactbib -Provides: tex-compactbib = %{tl_version} -License: LPPL -Summary: Multiple thebibliography environments -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(compactbib.sty) = %{tl_version} - -%description compactbib -Allows a second bibliography, optionally with a different -title, after the main bibliography. - -%package custom-bib -Provides: tex-custom-bib = %{tl_version} -License: LPPL -Summary: Customised BibTeX styles -Version: svn24729.4.33 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(geophys.tex) = %{tl_version} -Provides: tex(makebst.tex) = %{tl_version} -Provides: tex(shorthnd.tex) = %{tl_version} - -%description custom-bib -Package generating customized BibTeX bibliography styles from a -generic file using docstrip driven by parameters generated by a -menu application. Includes support for the Harvard style of -citations. - -%package custom-bib-doc -Summary: Documentation for custom-bib -Version: svn24729.4.33 - -Provides: tex-custom-bib-doc -AutoReqProv: No - -%description custom-bib-doc -Documentation for custom-bib - -%package din1505 -Provides: tex-din1505 = %{tl_version} -License: Bibtex -Summary: Bibliography styles for German texts -Version: svn19441.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - - -%description din1505 -A set of bibliography styles that conformt to DIN 1505, and -match the original BibTeX standard set (plain, unsrt, alpha and -abbrv), together with a style natdin to work with natbib. - -%package din1505-doc -Summary: Documentation for din1505 -Version: svn19441.0 - -Provides: tex-din1505-doc -AutoReqProv: No - -%description din1505-doc -Documentation for din1505 - -%package dk-bib -Provides: tex-dk-bib = %{tl_version} -License: GPLv2+ -Summary: Danish variants of standard BibTeX styles -Version: svn15878.0.6 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(xkeyval.sty) -Requires: tex(url.sty) -Provides: tex(dk-apali.sty) = %{tl_version} -Provides: tex(dk-bib.sty) = %{tl_version} - -%description dk-bib -Dk-bib is a translation of the four standard BibTeX style files -(abbrv, alpha, plain and unsrt) and the apalike style file into -Danish. The files have been extended with URL, ISBN, ISSN, -annote and printing fields which can be enabled through a LaTeX -style file. Dk-bib also comes with a couple of Danish sorting -order files for BibTeX8. - -%package dk-bib-doc -Summary: Documentation for dk-bib -Version: svn15878.0.6 - -Provides: tex-dk-bib-doc -AutoReqProv: No - -%description dk-bib-doc -Documentation for dk-bib - -%package doipubmed -Provides: tex-doipubmed = %{tl_version} -License: LPPL -Summary: Special commands for use in bibliographies -Version: svn15878.1.01 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(url.sty) -Provides: tex(doipubmed.sty) = %{tl_version} - -%description doipubmed -The package provides the commands \doi, \pubmed and \citeurl. -These commands are primarily designed for use in -bibliographies. A LaTeX2HTML style file is also provided. - -%package doipubmed-doc -Summary: Documentation for doipubmed -Version: svn15878.1.01 - -Provides: tex-doipubmed-doc -AutoReqProv: No - -%description doipubmed-doc -Documentation for doipubmed - -%package economic -Provides: tex-economic = %{tl_version} -License: LPPL -Summary: BibTeX support for submitting to Economics journals -Version: svn32639.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ulem.sty) -Requires: tex(ifthen.sty) -Requires: tex(babel.sty) -Requires: tex(geometry.sty) -Requires: tex(setspace.sty) -Requires: tex(titlesec.sty) -Requires: tex(lmodern.sty) -Requires: tex(amsmath.sty) -Requires: tex(url.sty) -Requires: tex(natbib.sty) -Requires: tex(endfloat.sty) -Requires: tex(mathptmx.sty) -Requires: tex(helvet.sty) -Requires: tex(courier.sty) -Requires: tex(bm.sty) -Requires: tex(endnotes.sty) -Requires: tex(textcomp.sty) -Requires: tex(stringstrings.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(soul.sty) -Requires: tex(verbatim.sty) -Provides: tex(aer.sty) = %{tl_version} -Provides: tex(aertt.sty) = %{tl_version} -Provides: tex(agecon.cls) = %{tl_version} -Provides: tex(ajae.cls) = %{tl_version} -Provides: tex(apecon.cls) = %{tl_version} -Provides: tex(cje.sty) = %{tl_version} -Provides: tex(ecca.cls) = %{tl_version} -Provides: tex(erae.cls) = %{tl_version} -Provides: tex(itaxpf.cls) = %{tl_version} -Provides: tex(jrurstud.cls) = %{tl_version} -Provides: tex(njf.cls) = %{tl_version} -Provides: tex(oegatb.cls) = %{tl_version} -Provides: tex(pocoec.cls) = %{tl_version} -Provides: tex(regstud.cls) = %{tl_version} -Provides: tex(worlddev.cls) = %{tl_version} - -%description economic -The bundle offers macros and BibTeX styles for the American -Economic Review (AER), the American Journal of Agricultural -Economics (AJAE), the Canadian Journal of Economics (CJE), the -European Review of Agricultural Economics (ERAE), the -International Economic Review (IER) and Economica. The macro -sets are based on (and require) the harvard package, and all -provide variations of author-date styles of presentation. - -%package economic-doc -Summary: Documentation for economic -Version: svn32639.0 - -Provides: tex-economic-doc -AutoReqProv: No - -%description economic-doc -Documentation for economic - -%package fbs -Provides: tex-fbs = %{tl_version} -License: LPPL -Summary: BibTeX style for Frontiers in Bioscience -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - - -%description fbs -A BibTeX style file made with custom-bib to fit Frontiers in -Bioscience requirements: all authors, no et al, full author -names, initials abbreviated; only abbreviated journal name -italicised, no abbreviation dots; only year, no month, at end -of reference; and DOI excluded, ISSN excluded. - -%package figbib -Provides: tex-figbib = %{tl_version} -License: LPPL -Summary: Organize figure databases with BibTeX -Version: svn19388.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(figbib.sty) = %{tl_version} - -%description figbib -FigBib lets you organize your figures in BibTeX databases. Some -FigBib features are: Store and manage figures in a BibTeX -database; Include figures in your LaTeX document with one short -command; Generate a List of Figures containing more/other -information than the figure captions; Control with one switch -where to output the figures, either as usual float objects or -in a separate part at the end of your document. - -%package figbib-doc -Summary: Documentation for figbib -Version: svn19388.0 - -Provides: tex-figbib-doc -AutoReqProv: No - -%description figbib-doc -Documentation for figbib - -%package footbib -Provides: tex-footbib = %{tl_version} -License: LPPL -Summary: Bibliographic references as footnotes -Version: svn17115.2.0.7 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(footbib.sty) = %{tl_version} - -%description footbib -The package makes bibliographic references appear as footnotes. -It defines a command \footcite which is similar to the LaTeX -\cite command but the references cited in this way appear at -the bottom of the pages. This 'foot bibliography' does not -conflict with the standard one and both may exist -simultaneously in a document. The command \cite may still be -used to produce the standard bibliography. The foot -bibliography uses its own style and bibliographic database -which may be specified independently of the standard one. Any -standard bibliography style may be used. - -%package footbib-doc -Summary: Documentation for footbib -Version: svn17115.2.0.7 - -Provides: tex-footbib-doc -AutoReqProv: No - -%description footbib-doc -Documentation for footbib - -%package francais-bst -Provides: tex-francais-bst = %{tl_version} -License: LPPL 1.3 -Summary: Bibliographies conforming to French typographic standards -Version: svn38922 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - - -%description francais-bst -The package provides bibliographies (in French) conforming to -the rules in "Guide de la communication ecrite" (Malo, M., -Quebec Amerique, 1996. ISBN 978-2-8903-7875-9) The BibTeX -styles were generated using custom-bib and they are compatible -with natbib - -%package francais-bst-doc -Summary: Documentation for francais-bst -Version: svn38922 - -Provides: tex-francais-bst-doc -AutoReqProv: No - -%description francais-bst-doc -Documentation for francais-bst - -%package geschichtsfrkl -Provides: tex-geschichtsfrkl = %{tl_version} -License: LPPL -Summary: BibLaTeX style for historians -Version: svn42121 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(standard.bbx) -Provides: tex(geschichtsfrkl.bbx) = %{tl_version} -Provides: tex(geschichtsfrkl.cbx) = %{tl_version} - -%description geschichtsfrkl -The package provides a BibLaTeX style, (mostly) meeting the -requirements of the History Faculty of the University of -Freiburg (Germany). - -%package geschichtsfrkl-doc -Summary: Documentation for geschichtsfrkl -Version: svn42121 -Provides: tex-geschichtsfrkl-doc -AutoReqProv: No - -%description geschichtsfrkl-doc -Documentation for geschichtsfrkl - -%package harvard -Provides: tex-harvard = %{tl_version} -License: LPPL -Summary: Harvard citation package for use with LaTeX 2e -Version: svn15878.2.0.5 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Provides: tex(harvard.sty) = %{tl_version} - -%description harvard -This is a re-implementation, for LaTeX 2e, of the original -Harvard package. The bundle contains the LaTeX package, several -BibTeX styles, and a 'Perl package' for use with LaTeX2HTML. -Harvard is an author-year citation style (all but the first -author are suppressed in second and subsequent citations of the -same entry); the package defines several variant styles: -apsr.bst for the American Political Science Review; agsm.bst -for Australian Government publications; dcu.bst from the Design -Computing Unit of the University of Sydney; kluwer.bstwhich -aims at the format preferred in Kluwer publications; -nederlands.bst which deals with sorting Dutch names with -prefixes (such as van) according to Dutch rules, together with -several styles whose authors offer no description of their -behaviour. - -%package harvard-doc -Summary: Documentation for harvard -Version: svn15878.2.0.5 - -Provides: tex-harvard-doc -AutoReqProv: No - -%description harvard-doc -Documentation for harvard - -%package harvmac -Provides: tex-harvmac = %{tl_version} -License: CC-BY -Summary: Macros for scientific articles -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(harvmac.tex) = %{tl_version} - -%description harvmac -Known as 'Harvard macros', since written at that University. - -%package harvmac-doc -Summary: Documentation for harvmac -Version: svn15878.0 - -Provides: tex-harvmac-doc -AutoReqProv: No - -%description harvmac-doc -Documentation for harvmac - -%package historische-zeitschrift -Provides: tex-historische-zeitschrift = %{tl_version} -License: LPPL -Summary: Biblatex style for the journal 'Historische Zeitschrift' -Version: svn42635 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(historische-zeitschrift.bbx) = %{tl_version} -Provides: tex(historische-zeitschrift.cbx) = %{tl_version} - -%description historische-zeitschrift -The package provides citations according with the house style -of the 'Historische Zeitschrift', a German historical journal. -The scheme is a fullcite for the first citation and 'Author, -Shorttitle (as note N, P)' for later citations (P being the -page number). For further details, see the description of the -house style at the journal's site. The package depends on -biblatex (version 0.8 or higher) as well as etoolbox (version -1.5 or higher). - -%package historische-zeitschrift-doc -Summary: Documentation for historische-zeitschrift -Version: svn42635 -Provides: tex-historische-zeitschrift-doc -AutoReqProv: No - -%description historische-zeitschrift-doc -Documentation for historische-zeitschrift - -%package ijqc -Provides: tex-ijqc = %{tl_version} -License: LPPL -Summary: BibTeX style file for the Intl. J. Quantum Chem -Version: svn15878.1.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - - -%description ijqc -ijqc.bst is a BibTeX style file to support publication in -Wiley's International Journal of Quantum Chemistry. It is not -in any way officially endorsed by the publisher or editors, and -is provided without any warranty one could ever think of. - -%package ijqc-doc -Summary: Documentation for ijqc -Version: svn15878.1.2 - -Provides: tex-ijqc-doc -AutoReqProv: No - -%description ijqc-doc -Documentation for ijqc - -%package inlinebib -Provides: tex-inlinebib = %{tl_version} -License: LPPL -Summary: Citations in footnotes -Version: svn22018.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(inlinebib.sty) = %{tl_version} -Provides: tex(pageranges.sty) = %{tl_version} - -%description inlinebib -A BibTeX style and a LaTeX package that allow for a full -bibliography at the end of the document as well as citation -details in footnotes. The footnote details include "op. cit." -and "ibid." contractions. - -%package inlinebib-doc -Summary: Documentation for inlinebib -Version: svn22018.0 - -Provides: tex-inlinebib-doc -AutoReqProv: No - -%description inlinebib-doc -Documentation for inlinebib - -%package iopart-num -Provides: tex-iopart-num = %{tl_version} -License: LPPL -Summary: Numeric citation style for IOP journals -Version: svn15878.2.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - - -%description iopart-num -A BibTeX style providing numeric citation in Harvard-like -format. Intended for use with Institute of Physics (IOP) -journals, including Journal of Physics. - -%package iopart-num-doc -Summary: Documentation for iopart-num -Version: svn15878.2.1 - -Provides: tex-iopart-num-doc -AutoReqProv: No - -%description iopart-num-doc -Documentation for iopart-num - -%package jneurosci -Provides: tex-jneurosci = %{tl_version} -License: LPPL -Summary: BibTeX style for the Journal of Neuroscience -Version: svn17346.1.00 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(jneurosci.sty) = %{tl_version} - -%description jneurosci -This is a slightly modified version of the namedplus style, -which fully conforms with the Journal of Neuroscience citation -style. It should be characterised as an author-date citation -style; a BibTeX style and a LaTeX package are provided. - -%package jneurosci-doc -Summary: Documentation for jneurosci -Version: svn17346.1.00 - -Provides: tex-jneurosci-doc -AutoReqProv: No - -%description jneurosci-doc -Documentation for jneurosci - -%package jurabib -Provides: tex-jurabib = %{tl_version} -License: GPL+ -Summary: Extended BibTeX citation support for the humanities and legal texts -Version: svn15878.0.6 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Requires: tex(calc.sty) -Requires: tex(keyval.sty) -Requires: tex(url.sty) -Requires: tex(array.sty) -Provides: tex(dajbbib.ldf) = %{tl_version} -Provides: tex(dejbbib.ldf) = %{tl_version} -Provides: tex(dujbbib.ldf) = %{tl_version} -Provides: tex(enjbbib.ldf) = %{tl_version} -Provides: tex(fijbbib.ldf) = %{tl_version} -Provides: tex(frjbbib.ldf) = %{tl_version} -Provides: tex(itjbbib.ldf) = %{tl_version} -Provides: tex(jblong.cfg) = %{tl_version} -Provides: tex(jurabib.cfg) = %{tl_version} -Provides: tex(jurabib.sty) = %{tl_version} -Provides: tex(nojbbib.ldf) = %{tl_version} -Provides: tex(ptjbbib.ldf) = %{tl_version} -Provides: tex(spjbbib.ldf) = %{tl_version} - -%description jurabib -This package enables automated citation with BibTeX for legal -studies and the humanities. In addition, the package provides -commands for specifying editors in a commentary in a convenient -way. Simplified formatting of the citation as well as the -bibliography entry is also provided. It is possible to display -the (short) title of a work only if an authors is cited with -multiple works. Giving a full citation in the text, conforming -to the bibliography entry, is supported. Several options are -provided which might be of special interest for those outside -legal studies--for instance, displaying multiple full -citations. In addition, the format of last names and first -names of authors may be changed easily. Cross references to -other footnotes are possible. Language dependent handling of -bibliography entries is possible by the special language field. - -%package jurabib-doc -Summary: Documentation for jurabib -Version: svn15878.0.6 - -Provides: tex-jurabib-doc -AutoReqProv: No - -%description jurabib-doc -Documentation for jurabib - -%package ksfh_nat -Provides: tex-ksfh_nat = %{tl_version} -License: LPPL 1.3 -Summary: BibTeX style for KSFH Munich -Version: svn24825.1.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - - -%description ksfh_nat -The package supports bibliographies as standard for KSFH -(Katholische Stiftungsfachhochschule) Munich. BibTeX entries in -article, book, inbook, incollection and misc formats are -supported. - -%package logreq -Provides: tex-logreq = %{tl_version} -License: LPPL 1.3 -Summary: Support for automation of the LaTeX workflow -Version: svn53003 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(etoolbox.sty) -Requires: tex(keyval.sty) -Provides: tex(logreq.def) = %{tl_version} -Provides: tex(logreq.sty) = %{tl_version} - -%description logreq -The package helps to automate a typical LaTeX workflow that -involves running LaTeX several times, running tools such as -BibTeX or makeindex, and so on. It will log requests like -"please rerun LaTeX" or "please run BibTeX on file X" to an -external XML file which lists all open tasks in a machine- -readable format. Compiler scripts and integrated LaTeX editing -environments may parse this file to determine the next steps in -the workflow in a way that is more efficient than parsing the -main log file. In sum, the package will do two things: enable -package authors to use LaTeX commands to issue requests, -collect all requests from all packages and write them to an -external XML file at the end of the document. - -%package logreq-doc -Summary: Documentation for logreq -Version: svn53003 -Provides: tex-logreq-doc -AutoReqProv: No - -%description logreq-doc -Documentation for logreq - -%package margbib -Provides: tex-margbib = %{tl_version} -License: GPL+ -Summary: Display bibitem tags in the margins -Version: svn15878.1.0c - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(margbib.sty) = %{tl_version} - -%description margbib -The package redefines the 'thebibliography' environment to -place the citation key into the margin. - -%package margbib-doc -Summary: Documentation for margbib -Version: svn15878.1.0c - -Provides: tex-margbib-doc -AutoReqProv: No - -%description margbib-doc -Documentation for margbib - -%package multibib -Provides: tex-multibib = %{tl_version} -License: LPPL -Summary: Multiple bibliographies within one document -Version: svn15878.1.4 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(multibib.sty) = %{tl_version} - -%description multibib -The package the creation of references to multiple -bibliographies within one document. It thus provides -complementary functionality to packages like bibunits and -chapterbib, which allow the creation of one bibliography for -multiple, but different parts of the document. Multibib is -compatible with inlinebib, natbib, and koma-script. - -%package multibib-doc -Summary: Documentation for multibib -Version: svn15878.1.4 - -Provides: tex-multibib-doc -AutoReqProv: No - -%description multibib-doc -Documentation for multibib - -%package munich -Provides: tex-munich = %{tl_version} -License: LPPL -Summary: An alternative authordate bibliography style -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - - -%description munich -The Munich BibTeX style is produced with custom-bib, as a -German (and, more generally, Continental European) alternative -to such author-date styles as harvard and oxford. - -%package munich-doc -Summary: Documentation for munich -Version: svn15878.0 - -Provides: tex-munich-doc -AutoReqProv: No - -%description munich-doc -Documentation for munich - -%package nar -Provides: tex-nar = %{tl_version} -License: Bibtex -Summary: BibTeX style for Nucleic Acid Research -Version: svn38100.3.19 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - - -%description nar -This BibTeX bibliography style is for the journal Nucleic Acid -Research. It was adapted from the standard unsrt.bst style -file. - -%package nmbib -Provides: tex-nmbib = %{tl_version} -License: LPPL 1.3 -Summary: Multiple versions of a bibliography, with different sort orders -Version: svn37984.1.04 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(natbib.sty) -Provides: tex(nmbib.sty) = %{tl_version} - -%description nmbib -This package is a rewrite of the multibibliography package -providing multiple bibliographies with different sorting. The -new version offers a number of citation commands, streamlines -the creation of bibliographies, ensures compatibility with the -natbib package, and provides other improvements. - -%package nmbib-doc -Summary: Documentation for nmbib -Version: svn37984.1.04 - -Provides: tex-nmbib-doc -AutoReqProv: No - -%description nmbib-doc -Documentation for nmbib - -%package notes2bib -Provides: tex-notes2bib = %{tl_version} -License: LPPL -Summary: Integrating notes into the bibliography -Version: svn52231 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-l3kernel -Requires: texlive-l3packages -Requires: tex(xparse.sty) -Requires: tex(l3keys2e.sty) -Provides: tex(notes2bib.sty) = %{tl_version} - -%description notes2bib -The package defines a new type of note, bibnote, which will -always be added to the bibliography. The package allows -footnotes and endnotes to be moved into the bibliography in the -same way. The package can be used with natbib and biblatex as -well as plain LaTeX citations. Both sorted and unsorted -bibliography styles are supported. The package uses the LaTeX 3 -macros and the associated xpackages bundle. It also makes use -of the e-TeX extensions (any post-2005 LaTeX distribution will -provide these by default, but users of older systems may need -to use an elatex command or equivalent). The package relies on -LaTeX 3 support from the l3kernel and l3packages bundles. - -%package notes2bib-doc -Summary: Documentation for notes2bib -Version: svn52231 -Provides: tex-notes2bib-doc -AutoReqProv: No - -%description notes2bib-doc -Documentation for notes2bib - -%package oscola -Provides: tex-oscola = %{tl_version} -License: LPPL 1.3 -Summary: BibLaTeX style for the Oxford Standard for the Citation of Legal Authorities -Version: svn54328 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(authortitle.bbx) -Requires: tex(verbose-inote.cbx) -Provides: tex(oscola.bbx) = %{tl_version} -Provides: tex(oscola.cbx) = %{tl_version} - -%description oscola -The package provides a set of style files for use with Biblatex -(v 2+) and Biber (v 1+) to produce citations and bibliographies -in accordance with the widely-used Oxford Standard for the -Citation of Legal Authorities. It also includes facilities for -constructing tables of cases and legislation from citations (in -conjunction with appropriate indexing packages). - -%package oscola-doc -Summary: Documentation for oscola -Version: svn54328 -Provides: tex-oscola-doc -AutoReqProv: No - -%description oscola-doc -Documentation for oscola - -%package perception -Provides: tex-perception = %{tl_version} -License: LPPL -Summary: BibTeX style for the journal Perception -Version: svn48861 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description perception -A product of custom-bib, provided simply to save others' time. - -%package perception-doc -Summary: Documentation for perception -Version: svn48861 -Provides: tex-perception-doc -AutoReqProv: No - -%description perception-doc -Documentation for perception - -%package pnas2009 -Provides: tex-pnas2009 = %{tl_version} -License: Bibtex -Summary: Bibtex style for PNAS -Version: svn16287.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - - -%description pnas2009 -This style produces bibliographies in the format of -"Proceedings of the National Academy of Sciences, USA". The -style was derived from the standard unsrt.bst and adapted to -the new (2009) formatting rules. - -%package rsc -Provides: tex-rsc = %{tl_version} -License: GPL+ -Summary: BibTeX style for use with RSC journals -Version: svn41923 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(kvoptions.sty) -Requires: tex(natbib.sty) -Requires: tex(natmove.sty) -Requires: tex(mciteplus.sty) -Provides: tex(rsc.sty) = %{tl_version} - -%description rsc -The rsc package provides a BibTeX style in accordance with the -requirements of the Royal Society of Chemistry. It was -originally based on the file pccp.bst, but also implements a -number of styles from the achemso package. The package is now a -stub for the chemstyle package, which the author developed to -unify the writing of articles with a chemistry content. - -%package rsc-doc -Summary: Documentation for rsc -Version: svn41923 -Provides: tex-rsc-doc -AutoReqProv: No - -%description rsc-doc -Documentation for rsc - -%package showtags -Provides: tex-showtags = %{tl_version} -License: Public Domain -Summary: Print the tags of bibliography entries -Version: svn20336.1.05 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(showtags.sty) = %{tl_version} - -%description showtags -Prints the tag right-aligned on each line of the bibliography. - -%package showtags-doc -Summary: Documentation for showtags -Version: svn20336.1.05 - -Provides: tex-showtags-doc -AutoReqProv: No - -%description showtags-doc -Documentation for showtags - -%package sort-by-letters -Provides: tex-sort-by-letters = %{tl_version} -License: Bibtex -Summary: Bibliography styles for alphabetic sorting -Version: svn27128.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - - -%description sort-by-letters -This bundle contains several bibliography styles for separating -a document's references by the first letter of the first -author/editor in the bibliography entry. The styles are adapted -from standard ones or from natbib ones. - -%package sort-by-letters-doc -Summary: Documentation for sort-by-letters -Version: svn27128.0 - -Provides: tex-sort-by-letters-doc -AutoReqProv: No - -%description sort-by-letters-doc -Documentation for sort-by-letters - -%package splitbib -Provides: tex-splitbib = %{tl_version} -License: LPPL -Summary: Split and reorder your bibliography -Version: svn15878.1.17 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(splitbib.sty) = %{tl_version} - -%description splitbib -This package enables you to split a bibliography into several -categories and subcategories. It does not depend on BibTeX: any -bibliography may be split and reordered. - -%package splitbib-doc -Summary: Documentation for splitbib -Version: svn15878.1.17 - -Provides: tex-splitbib-doc -AutoReqProv: No - -%description splitbib-doc -Documentation for splitbib - -%package turabian-formatting -Provides: tex-turabian-formatting = %{tl_version} -License: LPPL 1.3 -Summary: Formatting based on Turabian's Manual -Version: svn54436 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(setspace.sty) -Requires: tex(xifthen.sty) -Requires: tex(etoolbox.sty) -Requires: tex(geometry.sty) -Requires: tex(nowidow.sty) -Requires: tex(url.sty) -Requires: tex(footmisc.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(titlesec.sty) -Requires: tex(quoting.sty) -Requires: tex(flafter.sty) -Requires: tex(caption.sty) -Requires: tex(endnotes.sty) -Provides: tex(turabian-formatting.sty) = %{tl_version} -Provides: tex(turabian-researchpaper.cls) = %{tl_version} -Provides: tex(turabian-thesis.cls) = %{tl_version} - -%description turabian-formatting -The turabian-formatting package provides Chicago-style -formatting based on Kate L. Turabian's "A Manual for Writers of -Research Papers, Theses, and Dissertations: Chicago Style for -Students and Researchers" (9th edition). - -%package turabian-formatting-doc -Summary: Documentation for turabian-formatting -Version: svn54436 -Provides: tex-turabian-formatting-doc -AutoReqProv: No - -%description turabian-formatting-doc -Documentation for turabian-formatting - -%package uni-wtal-ger -Provides: tex-uni-wtal-ger = %{tl_version} -License: LPPL 1.3 -Summary: Citation style for literary studies at the University of Wuppertal -Version: svn31541.0.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(authortitle-dw.bbx) -Requires: tex(authortitle-dw.cbx) -Provides: tex(uni-wtal-ger.bbx) = %{tl_version} -Provides: tex(uni-wtal-ger.cbx) = %{tl_version} - -%description uni-wtal-ger -The package defines a biblatex citation style based on the -author-title style of biblatex-dw. The citations are optimised -for literary studies in faculty of humanities at the Bergische -Universitat Wuppertal. - -%package uni-wtal-ger-doc -Summary: Documentation for uni-wtal-ger -Version: svn31541.0.2 - -Provides: tex-uni-wtal-ger-doc -AutoReqProv: No - -%description uni-wtal-ger-doc -Documentation for uni-wtal-ger - -%package uni-wtal-lin -Provides: tex-uni-wtal-lin = %{tl_version} -License: LPPL 1.3 -Summary: Citation style for linguistic studies at the University of Wuppertal -Version: svn31409.0.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(authoryear.bbx) -Requires: tex(authoryear.cbx) -Provides: tex(uni-wtal-lin.bbx) = %{tl_version} -Provides: tex(uni-wtal-lin.cbx) = %{tl_version} - -%description uni-wtal-lin -The package defines a biblatex citation style based on the -standard author-year style. The citations are optimised for -linguistic studies at the Institute of Linguistics at the -Bergische Universitat Wuppertal. - -%package uni-wtal-lin-doc -Summary: Documentation for uni-wtal-lin -Version: svn31409.0.2 - -Provides: tex-uni-wtal-lin-doc -AutoReqProv: No - -%description uni-wtal-lin-doc -Documentation for uni-wtal-lin - -%package usebib -Provides: tex-usebib = %{tl_version} -License: LPPL 1.3 -Summary: A simple bibliography processor -Version: svn25969.1.0a - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(url.sty) -Requires: tex(keyval.sty) -Provides: tex(usebib.sty) = %{tl_version} - -%description usebib -The package is described by its author as "a poor person's -replacement for the more powerful methods provided by biblatex -to access data from a .bib file". Its principle commands are -\bibinput (which specifies a database to use) and \usebibdata -(which typesets a single field from a specified entry in that -database. - -%package usebib-doc -Summary: Documentation for usebib -Version: svn25969.1.0a - -Provides: tex-usebib-doc -AutoReqProv: No - -%description usebib-doc -Documentation for usebib - -%package vak -Provides: tex-vak = %{tl_version} -License: LPPL -Summary: BibTeX style for Russian Theses, books, etc -Version: svn23431.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - - -%description vak -The file can be used to format the bibliographies of PhD -theses, books etc., according to the latest Russian standards: -GOST 7.82 - 2001 and GOST 7.1 - 2003. It introduces the minimum -number of new entries and styles to cover all frequently used -situations. The style file provides an easy way to perform a -semiautomatic, or a completely manual sort of the list of the -references. Processing bibliographies produced by the style -requires a 8-bit BibTeX system. - -%package vak-doc -Summary: Documentation for vak -Version: svn23431.0 - -Provides: tex-vak-doc -AutoReqProv: No - -%description vak-doc -Documentation for vak - -%package xcite -Provides: tex-xcite = %{tl_version} -License: LPPL 1.3 -Summary: Use citation keys from a different document -Version: svn53486 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xr.sty) -Provides: tex(xcite.sty) = %{tl_version} - -%description xcite -The package xcite is no longer necessary, because its -functionality has been taken over by xr, so this final version -is just a stub that loads xr. - -%package xcite-doc -Summary: Documentation for xcite -Version: svn53486 -Provides: tex-xcite-doc -AutoReqProv: No - -%description xcite-doc -Documentation for xcite - -%package collection-binextra -Summary: TeX auxiliary programs -Version: svn54732 -Requires: texlive-base -Requires: texlive-collection-basic -Requires: texlive-a2ping -Requires: texlive-adhocfilelist -Requires: texlive-arara -Requires: asymptote -Requires: texlive-bibtex8 -Requires: texlive-bibtexu -Requires: texlive-bundledoc -Requires: texlive-checklistings -Requires: texlive-chklref -Requires: texlive-chktex -Requires: texlive-clojure-pamphlet -Requires: texlive-cluttex -Requires: texlive-ctan-o-mat -Requires: texlive-ctan_chk-doc -Requires: texlive-ctanbib -Requires: texlive-ctanify -Requires: texlive-ctanupload -Requires: texlive-ctie -Requires: texlive-cweb -Requires: texlive-de-macro -Requires: texlive-detex -Requires: texlive-dtl -Requires: texlive-dtxgen -Requires: texlive-dvi2tty -Requires: texlive-dviasm -Requires: texlive-dvicopy -Requires: texlive-dvidvi -Requires: texlive-dviinfox -Requires: texlive-dviljk -Requires: texlive-dviout-util -Requires: texlive-dvipng -Requires: texlive-dvipos -Requires: texlive-dvisvgm -Requires: texlive-findhyph -Requires: texlive-fragmaster -Requires: texlive-git-latexdiff -Requires: texlive-gsftopk -Requires: texlive-hook-pre-commit-pkg-doc -Requires: texlive-installfont -Requires: texlive-ketcindy -Requires: texlive-lacheck -Requires: texlive-latex-git-log -Requires: texlive-latex-papersize -Requires: texlive-latex2man -Requires: texlive-latex2nemeth -Requires: texlive-latexdiff -Requires: texlive-latexfileversion -Requires: latexmk -Requires: texlive-latexpand -Requires: texlive-latexindent -Requires: texlive-ltxfileinfo -Requires: texlive-ltximg -Requires: texlive-listings-ext -Requires: texlive-luajittex -Requires: texlive-make4ht -Requires: texlive-match_parens -Requires: texlive-mflua -Requires: texlive-mkjobtexmf -Requires: texlive-patgen -Requires: texlive-pdfbook2 -Requires: texlive-pdfcrop -Requires: texlive-pdfjam -Requires: texlive-pdflatexpicscale -Requires: texlive-pdftex-quiet -Requires: texlive-pdftosrc -Requires: texlive-pdfxup -Requires: texlive-pfarrei -Requires: texlive-pkfix -Requires: texlive-pkfix-helper -Requires: texlive-purifyeps -Requires: texlive-pythontex -Requires: texlive-seetexk -Requires: texlive-srcredact -Requires: texlive-sty2dtx -Requires: texlive-synctex -Requires: texlive-tex4ebook -Requires: texlive-texcount -Requires: texlive-texdef -Requires: texlive-texdiff -Requires: texlive-texdirflatten -Requires: texlive-texdoc -Requires: texlive-texdoctk -Requires: texlive-texfot -Requires: texlive-texlive-scripts-extra -Requires: texlive-texliveonfly -Requires: texlive-texloganalyser -Requires: texlive-texosquery -Requires: texlive-texplate -Requires: texlive-texware -Requires: texlive-tie -# Requires: texlive-tlcockpit -Requires: texlive-tpic2pdftex -Requires: texlive-typeoutfileinfo -Requires: texlive-web -Requires: texlive-xindex -%ifarch %{xindy_arches} -Requires: texlive-xindy -%endif -Requires: texlive-xpdfopen -Obsoletes: texlive-utils < %{tl_version} -Requires: dvipng - -%description collection-binextra -Various useful, but non-essential, support programs. Includes -programs and macros for DVI file manipulation, literate -programming, patgen, and the TeX Works Editor. - -%package ctan_chk-doc -Summary: Documentation for ctan_chk -Version: svn36304.1.0 - -Provides: tex-ctan_chk-doc -AutoReqProv: No - -%description ctan_chk-doc -Documentation for ctan_chk - -%package hook-pre-commit-pkg-doc -Summary: Documentation for hook-pre-commit-pkg -Version: svn41378 - -Provides: tex-hook-pre-commit-pkg-doc -AutoReqProv: No - -%description hook-pre-commit-pkg-doc -Documentation for hook-pre-commit-pkg - -%package hyphenex -Provides: tex-hyphenex = %{tl_version} -License: Public Domain -Summary: US English hyphenation exceptions file -Version: svn37354.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(ushyphex.tex) = %{tl_version} - -%description hyphenex -Exceptions for American English hyphenation patterns are -occasionally published in the TeX User Group journal TUGboat. -This bundle provides alternative Perl and Bourne shell scripts -to convert the source of such an article into an exceptions -file, together with a recent copy of the article and machine- -readable files. - -%package collection-context -Summary: ConTeXt and packages -Version: svn54074 -Requires: texlive-base -Requires: texlive-collection-basic -Requires: texlive-context -Requires: texlive-jmn -# Windows only -# Requires: texlive-npp-for-context -Requires: texlive-context-account -Requires: texlive-context-algorithmic -Requires: texlive-context-animation -Requires: texlive-context-annotation -Requires: texlive-context-bnf -Requires: texlive-context-chromato -Requires: texlive-context-cmscbf -Requires: texlive-context-cmttbf -Requires: texlive-context-construction-plan -Requires: texlive-context-cyrillicnumbers -Requires: texlive-context-degrade -Requires: texlive-context-fancybreak -Requires: texlive-context-filter -Requires: texlive-context-french -Requires: texlive-context-fullpage -Requires: texlive-context-gantt -Requires: texlive-context-gnuplot -Requires: texlive-context-handlecsv -Requires: texlive-context-inifile -Requires: texlive-context-layout -Requires: texlive-context-letter -Requires: texlive-context-lettrine -Requires: texlive-context-mathsets -Requires: texlive-context-notes-zh-cn -Requires: texlive-context-rst -Requires: texlive-context-ruby -Requires: texlive-context-simplefonts -Requires: texlive-context-simpleslides -Requires: texlive-context-title -Requires: texlive-context-transliterator -Requires: texlive-context-typearea -Requires: texlive-context-typescripts -Requires: texlive-context-vim -Requires: texlive-context-visualcounter - -%description collection-context -Hans Hagen's powerful ConTeXt system, http://pragma-ade.com. -Also includes third-party ConTeXt packages. - -%package xetexconfig -Provides: tex-xetexconfig = %{tl_version} -License: LPPL -Summary: Configuration files for XeTeX -Version: svn45845 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(crop.cfg) = %{tl_version} - -%description xetexconfig -special crop.cfg for XeTeX - -%package lm -Provides: tex-lm = %{tl_version} -License: GFSL -Summary: Latin modern fonts in outline formats -Version: svn48145 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(lm-cs.enc) = %{tl_version} -Provides: tex(lm-cssc.enc) = %{tl_version} -Provides: tex(lm-cstt.enc) = %{tl_version} -Provides: tex(lm-ec.enc) = %{tl_version} -Provides: tex(lm-l7x.enc) = %{tl_version} -Provides: tex(lm-mathex.enc) = %{tl_version} -Provides: tex(lm-mathit.enc) = %{tl_version} -Provides: tex(lm-mathsy.enc) = %{tl_version} -Provides: tex(lm-qx.enc) = %{tl_version} -Provides: tex(lm-qxsc.enc) = %{tl_version} -Provides: tex(lm-qxtt.enc) = %{tl_version} -Provides: tex(lm-rep-cmin.enc) = %{tl_version} -Provides: tex(lm-rep-cmit.enc) = %{tl_version} -Provides: tex(lm-rep-cmitt.enc) = %{tl_version} -Provides: tex(lm-rep-cmrm.enc) = %{tl_version} -Provides: tex(lm-rep-cmsc.enc) = %{tl_version} -Provides: tex(lm-rep-cmtt.enc) = %{tl_version} -Provides: tex(lm-rep-csin.enc) = %{tl_version} -Provides: tex(lm-rep-csrm.enc) = %{tl_version} -Provides: tex(lm-rep-cssc.enc) = %{tl_version} -Provides: tex(lm-rep-cstt.enc) = %{tl_version} -Provides: tex(lm-rep-plin.enc) = %{tl_version} -Provides: tex(lm-rep-plit.enc) = %{tl_version} -Provides: tex(lm-rep-plitt.enc) = %{tl_version} -Provides: tex(lm-rep-plrm.enc) = %{tl_version} -Provides: tex(lm-rep-plsc.enc) = %{tl_version} -Provides: tex(lm-rep-pltt.enc) = %{tl_version} -Provides: tex(lm-rep-t5psn.enc) = %{tl_version} -Provides: tex(lm-rm.enc) = %{tl_version} -Provides: tex(lm-rmsc.enc) = %{tl_version} -Provides: tex(lm-rmtt.enc) = %{tl_version} -Provides: tex(lm-t5.enc) = %{tl_version} -Provides: tex(lm-texnansi.enc) = %{tl_version} -Provides: tex(lm-ts1.enc) = %{tl_version} -Provides: tex(lm-ec.map) = %{tl_version} -Provides: tex(lm-math.map) = %{tl_version} -Provides: tex(lm-rm.map) = %{tl_version} -Provides: tex(lm-texnansi.map) = %{tl_version} -Provides: tex(lm-cs.map) = %{tl_version} -Provides: tex(lm-ec.map) = %{tl_version} -Provides: tex(lm-l7x.map) = %{tl_version} -Provides: tex(lm-math.map) = %{tl_version} -Provides: tex(lm-qx.map) = %{tl_version} -Provides: tex(lm-rep-cmother.map) = %{tl_version} -Provides: tex(lm-rep-cmtext-interpolated.map) = %{tl_version} -Provides: tex(lm-rep-cmtext.map) = %{tl_version} -Provides: tex(lm-rep-cstext.map) = %{tl_version} -Provides: tex(lm-rep-pltext.map) = %{tl_version} -Provides: tex(lm-rep-vntext.map) = %{tl_version} -Provides: tex(lm-rm.map) = %{tl_version} -Provides: tex(lm-t5.map) = %{tl_version} -Provides: tex(lm-texnansi.map) = %{tl_version} -Provides: tex(lm-ts1.map) = %{tl_version} -Provides: tex(lm.map) = %{tl_version} -Provides: tex(lmmono10-italic.otf) = %{tl_version} -Provides: tex(lmmono10-regular.otf) = %{tl_version} -Provides: tex(lmmono12-regular.otf) = %{tl_version} -Provides: tex(lmmono8-regular.otf) = %{tl_version} -Provides: tex(lmmono9-regular.otf) = %{tl_version} -Provides: tex(lmmonocaps10-oblique.otf) = %{tl_version} -Provides: tex(lmmonocaps10-regular.otf) = %{tl_version} -Provides: tex(lmmonolt10-bold.otf) = %{tl_version} -Provides: tex(lmmonolt10-boldoblique.otf) = %{tl_version} -Provides: tex(lmmonolt10-oblique.otf) = %{tl_version} -Provides: tex(lmmonolt10-regular.otf) = %{tl_version} -Provides: tex(lmmonoltcond10-oblique.otf) = %{tl_version} -Provides: tex(lmmonoltcond10-regular.otf) = %{tl_version} -Provides: tex(lmmonoprop10-oblique.otf) = %{tl_version} -Provides: tex(lmmonoprop10-regular.otf) = %{tl_version} -Provides: tex(lmmonoproplt10-bold.otf) = %{tl_version} -Provides: tex(lmmonoproplt10-boldoblique.otf) = %{tl_version} -Provides: tex(lmmonoproplt10-oblique.otf) = %{tl_version} -Provides: tex(lmmonoproplt10-regular.otf) = %{tl_version} -Provides: tex(lmmonoslant10-regular.otf) = %{tl_version} -Provides: tex(lmroman10-bold.otf) = %{tl_version} -Provides: tex(lmroman10-bolditalic.otf) = %{tl_version} -Provides: tex(lmroman10-italic.otf) = %{tl_version} -Provides: tex(lmroman10-regular.otf) = %{tl_version} -Provides: tex(lmroman12-bold.otf) = %{tl_version} -Provides: tex(lmroman12-italic.otf) = %{tl_version} -Provides: tex(lmroman12-regular.otf) = %{tl_version} -Provides: tex(lmroman17-regular.otf) = %{tl_version} -Provides: tex(lmroman5-bold.otf) = %{tl_version} -Provides: tex(lmroman5-regular.otf) = %{tl_version} -Provides: tex(lmroman6-bold.otf) = %{tl_version} -Provides: tex(lmroman6-regular.otf) = %{tl_version} -Provides: tex(lmroman7-bold.otf) = %{tl_version} -Provides: tex(lmroman7-italic.otf) = %{tl_version} -Provides: tex(lmroman7-regular.otf) = %{tl_version} -Provides: tex(lmroman8-bold.otf) = %{tl_version} -Provides: tex(lmroman8-italic.otf) = %{tl_version} -Provides: tex(lmroman8-regular.otf) = %{tl_version} -Provides: tex(lmroman9-bold.otf) = %{tl_version} -Provides: tex(lmroman9-italic.otf) = %{tl_version} -Provides: tex(lmroman9-regular.otf) = %{tl_version} -Provides: tex(lmromancaps10-oblique.otf) = %{tl_version} -Provides: tex(lmromancaps10-regular.otf) = %{tl_version} -Provides: tex(lmromandemi10-oblique.otf) = %{tl_version} -Provides: tex(lmromandemi10-regular.otf) = %{tl_version} -Provides: tex(lmromandunh10-oblique.otf) = %{tl_version} -Provides: tex(lmromandunh10-regular.otf) = %{tl_version} -Provides: tex(lmromanslant10-bold.otf) = %{tl_version} -Provides: tex(lmromanslant10-regular.otf) = %{tl_version} -Provides: tex(lmromanslant12-regular.otf) = %{tl_version} -Provides: tex(lmromanslant17-regular.otf) = %{tl_version} -Provides: tex(lmromanslant8-regular.otf) = %{tl_version} -Provides: tex(lmromanslant9-regular.otf) = %{tl_version} -Provides: tex(lmromanunsl10-regular.otf) = %{tl_version} -Provides: tex(lmsans10-bold.otf) = %{tl_version} -Provides: tex(lmsans10-boldoblique.otf) = %{tl_version} -Provides: tex(lmsans10-oblique.otf) = %{tl_version} -Provides: tex(lmsans10-regular.otf) = %{tl_version} -Provides: tex(lmsans12-oblique.otf) = %{tl_version} -Provides: tex(lmsans12-regular.otf) = %{tl_version} -Provides: tex(lmsans17-oblique.otf) = %{tl_version} -Provides: tex(lmsans17-regular.otf) = %{tl_version} -Provides: tex(lmsans8-oblique.otf) = %{tl_version} -Provides: tex(lmsans8-regular.otf) = %{tl_version} -Provides: tex(lmsans9-oblique.otf) = %{tl_version} -Provides: tex(lmsans9-regular.otf) = %{tl_version} -Provides: tex(lmsansdemicond10-oblique.otf) = %{tl_version} -Provides: tex(lmsansdemicond10-regular.otf) = %{tl_version} -Provides: tex(lmsansquot8-bold.otf) = %{tl_version} -Provides: tex(lmsansquot8-boldoblique.otf) = %{tl_version} -Provides: tex(lmsansquot8-oblique.otf) = %{tl_version} -Provides: tex(lmsansquot8-regular.otf) = %{tl_version} -Provides: tex(cs-lmb10.tfm) = %{tl_version} -Provides: tex(cs-lmbo10.tfm) = %{tl_version} -Provides: tex(cs-lmbx10.tfm) = %{tl_version} -Provides: tex(cs-lmbx12.tfm) = %{tl_version} -Provides: tex(cs-lmbx5.tfm) = %{tl_version} -Provides: tex(cs-lmbx6.tfm) = %{tl_version} -Provides: tex(cs-lmbx7.tfm) = %{tl_version} -Provides: tex(cs-lmbx8.tfm) = %{tl_version} -Provides: tex(cs-lmbx9.tfm) = %{tl_version} -Provides: tex(cs-lmbxi10.tfm) = %{tl_version} -Provides: tex(cs-lmbxo10.tfm) = %{tl_version} -Provides: tex(cs-lmcsc10.tfm) = %{tl_version} -Provides: tex(cs-lmcsco10.tfm) = %{tl_version} -Provides: tex(cs-lmdunh10.tfm) = %{tl_version} -Provides: tex(cs-lmduno10.tfm) = %{tl_version} -Provides: tex(cs-lmr10.tfm) = %{tl_version} -Provides: tex(cs-lmr12.tfm) = %{tl_version} -Provides: tex(cs-lmr17.tfm) = %{tl_version} -Provides: tex(cs-lmr5.tfm) = %{tl_version} -Provides: tex(cs-lmr6.tfm) = %{tl_version} -Provides: tex(cs-lmr7.tfm) = %{tl_version} -Provides: tex(cs-lmr8.tfm) = %{tl_version} -Provides: tex(cs-lmr9.tfm) = %{tl_version} -Provides: tex(cs-lmri10.tfm) = %{tl_version} -Provides: tex(cs-lmri12.tfm) = %{tl_version} -Provides: tex(cs-lmri7.tfm) = %{tl_version} -Provides: tex(cs-lmri8.tfm) = %{tl_version} -Provides: tex(cs-lmri9.tfm) = %{tl_version} -Provides: tex(cs-lmro10.tfm) = %{tl_version} -Provides: tex(cs-lmro12.tfm) = %{tl_version} -Provides: tex(cs-lmro17.tfm) = %{tl_version} -Provides: tex(cs-lmro8.tfm) = %{tl_version} -Provides: tex(cs-lmro9.tfm) = %{tl_version} -Provides: tex(cs-lmss10.tfm) = %{tl_version} -Provides: tex(cs-lmss12.tfm) = %{tl_version} -Provides: tex(cs-lmss17.tfm) = %{tl_version} -Provides: tex(cs-lmss8.tfm) = %{tl_version} -Provides: tex(cs-lmss9.tfm) = %{tl_version} -Provides: tex(cs-lmssbo10.tfm) = %{tl_version} -Provides: tex(cs-lmssbx10.tfm) = %{tl_version} -Provides: tex(cs-lmssdc10.tfm) = %{tl_version} -Provides: tex(cs-lmssdo10.tfm) = %{tl_version} -Provides: tex(cs-lmsso10.tfm) = %{tl_version} -Provides: tex(cs-lmsso12.tfm) = %{tl_version} -Provides: tex(cs-lmsso17.tfm) = %{tl_version} -Provides: tex(cs-lmsso8.tfm) = %{tl_version} -Provides: tex(cs-lmsso9.tfm) = %{tl_version} -Provides: tex(cs-lmssq8.tfm) = %{tl_version} -Provides: tex(cs-lmssqbo8.tfm) = %{tl_version} -Provides: tex(cs-lmssqbx8.tfm) = %{tl_version} -Provides: tex(cs-lmssqo8.tfm) = %{tl_version} -Provides: tex(cs-lmtcsc10.tfm) = %{tl_version} -Provides: tex(cs-lmtcso10.tfm) = %{tl_version} -Provides: tex(cs-lmtk10.tfm) = %{tl_version} -Provides: tex(cs-lmtko10.tfm) = %{tl_version} -Provides: tex(cs-lmtl10.tfm) = %{tl_version} -Provides: tex(cs-lmtlc10.tfm) = %{tl_version} -Provides: tex(cs-lmtlco10.tfm) = %{tl_version} -Provides: tex(cs-lmtlo10.tfm) = %{tl_version} -Provides: tex(cs-lmtt10.tfm) = %{tl_version} -Provides: tex(cs-lmtt12.tfm) = %{tl_version} -Provides: tex(cs-lmtt8.tfm) = %{tl_version} -Provides: tex(cs-lmtt9.tfm) = %{tl_version} -Provides: tex(cs-lmtti10.tfm) = %{tl_version} -Provides: tex(cs-lmtto10.tfm) = %{tl_version} -Provides: tex(cs-lmu10.tfm) = %{tl_version} -Provides: tex(cs-lmvtk10.tfm) = %{tl_version} -Provides: tex(cs-lmvtko10.tfm) = %{tl_version} -Provides: tex(cs-lmvtl10.tfm) = %{tl_version} -Provides: tex(cs-lmvtlo10.tfm) = %{tl_version} -Provides: tex(cs-lmvtt10.tfm) = %{tl_version} -Provides: tex(cs-lmvtto10.tfm) = %{tl_version} -Provides: tex(ec-lmb10.tfm) = %{tl_version} -Provides: tex(ec-lmbo10.tfm) = %{tl_version} -Provides: tex(ec-lmbx10.tfm) = %{tl_version} -Provides: tex(ec-lmbx12.tfm) = %{tl_version} -Provides: tex(ec-lmbx5.tfm) = %{tl_version} -Provides: tex(ec-lmbx6.tfm) = %{tl_version} -Provides: tex(ec-lmbx7.tfm) = %{tl_version} -Provides: tex(ec-lmbx8.tfm) = %{tl_version} -Provides: tex(ec-lmbx9.tfm) = %{tl_version} -Provides: tex(ec-lmbxi10.tfm) = %{tl_version} -Provides: tex(ec-lmbxo10.tfm) = %{tl_version} -Provides: tex(ec-lmcsc10.tfm) = %{tl_version} -Provides: tex(ec-lmcsco10.tfm) = %{tl_version} -Provides: tex(ec-lmdunh10.tfm) = %{tl_version} -Provides: tex(ec-lmduno10.tfm) = %{tl_version} -Provides: tex(ec-lmr10.tfm) = %{tl_version} -Provides: tex(ec-lmr12.tfm) = %{tl_version} -Provides: tex(ec-lmr17.tfm) = %{tl_version} -Provides: tex(ec-lmr5.tfm) = %{tl_version} -Provides: tex(ec-lmr6.tfm) = %{tl_version} -Provides: tex(ec-lmr7.tfm) = %{tl_version} -Provides: tex(ec-lmr8.tfm) = %{tl_version} -Provides: tex(ec-lmr9.tfm) = %{tl_version} -Provides: tex(ec-lmri10.tfm) = %{tl_version} -Provides: tex(ec-lmri12.tfm) = %{tl_version} -Provides: tex(ec-lmri7.tfm) = %{tl_version} -Provides: tex(ec-lmri8.tfm) = %{tl_version} -Provides: tex(ec-lmri9.tfm) = %{tl_version} -Provides: tex(ec-lmro10.tfm) = %{tl_version} -Provides: tex(ec-lmro12.tfm) = %{tl_version} -Provides: tex(ec-lmro17.tfm) = %{tl_version} -Provides: tex(ec-lmro8.tfm) = %{tl_version} -Provides: tex(ec-lmro9.tfm) = %{tl_version} -Provides: tex(ec-lmss10.tfm) = %{tl_version} -Provides: tex(ec-lmss12.tfm) = %{tl_version} -Provides: tex(ec-lmss17.tfm) = %{tl_version} -Provides: tex(ec-lmss8.tfm) = %{tl_version} -Provides: tex(ec-lmss9.tfm) = %{tl_version} -Provides: tex(ec-lmssbo10.tfm) = %{tl_version} -Provides: tex(ec-lmssbx10.tfm) = %{tl_version} -Provides: tex(ec-lmssdc10.tfm) = %{tl_version} -Provides: tex(ec-lmssdo10.tfm) = %{tl_version} -Provides: tex(ec-lmsso10.tfm) = %{tl_version} -Provides: tex(ec-lmsso12.tfm) = %{tl_version} -Provides: tex(ec-lmsso17.tfm) = %{tl_version} -Provides: tex(ec-lmsso8.tfm) = %{tl_version} -Provides: tex(ec-lmsso9.tfm) = %{tl_version} -Provides: tex(ec-lmssq8.tfm) = %{tl_version} -Provides: tex(ec-lmssqbo8.tfm) = %{tl_version} -Provides: tex(ec-lmssqbx8.tfm) = %{tl_version} -Provides: tex(ec-lmssqo8.tfm) = %{tl_version} -Provides: tex(ec-lmtcsc10.tfm) = %{tl_version} -Provides: tex(ec-lmtcso10.tfm) = %{tl_version} -Provides: tex(ec-lmtk10.tfm) = %{tl_version} -Provides: tex(ec-lmtko10.tfm) = %{tl_version} -Provides: tex(ec-lmtl10.tfm) = %{tl_version} -Provides: tex(ec-lmtlc10.tfm) = %{tl_version} -Provides: tex(ec-lmtlco10.tfm) = %{tl_version} -Provides: tex(ec-lmtlo10.tfm) = %{tl_version} -Provides: tex(ec-lmtt10.tfm) = %{tl_version} -Provides: tex(ec-lmtt12.tfm) = %{tl_version} -Provides: tex(ec-lmtt8.tfm) = %{tl_version} -Provides: tex(ec-lmtt9.tfm) = %{tl_version} -Provides: tex(ec-lmtti10.tfm) = %{tl_version} -Provides: tex(ec-lmtto10.tfm) = %{tl_version} -Provides: tex(ec-lmu10.tfm) = %{tl_version} -Provides: tex(ec-lmvtk10.tfm) = %{tl_version} -Provides: tex(ec-lmvtko10.tfm) = %{tl_version} -Provides: tex(ec-lmvtl10.tfm) = %{tl_version} -Provides: tex(ec-lmvtlo10.tfm) = %{tl_version} -Provides: tex(ec-lmvtt10.tfm) = %{tl_version} -Provides: tex(ec-lmvtto10.tfm) = %{tl_version} -Provides: tex(l7x-lmb10.tfm) = %{tl_version} -Provides: tex(l7x-lmbo10.tfm) = %{tl_version} -Provides: tex(l7x-lmbx10.tfm) = %{tl_version} -Provides: tex(l7x-lmbx12.tfm) = %{tl_version} -Provides: tex(l7x-lmbx5.tfm) = %{tl_version} -Provides: tex(l7x-lmbx6.tfm) = %{tl_version} -Provides: tex(l7x-lmbx7.tfm) = %{tl_version} -Provides: tex(l7x-lmbx8.tfm) = %{tl_version} -Provides: tex(l7x-lmbx9.tfm) = %{tl_version} -Provides: tex(l7x-lmbxi10.tfm) = %{tl_version} -Provides: tex(l7x-lmbxo10.tfm) = %{tl_version} -Provides: tex(l7x-lmcsc10.tfm) = %{tl_version} -Provides: tex(l7x-lmcsco10.tfm) = %{tl_version} -Provides: tex(l7x-lmdunh10.tfm) = %{tl_version} -Provides: tex(l7x-lmduno10.tfm) = %{tl_version} -Provides: tex(l7x-lmr10.tfm) = %{tl_version} -Provides: tex(l7x-lmr12.tfm) = %{tl_version} -Provides: tex(l7x-lmr17.tfm) = %{tl_version} -Provides: tex(l7x-lmr5.tfm) = %{tl_version} -Provides: tex(l7x-lmr6.tfm) = %{tl_version} -Provides: tex(l7x-lmr7.tfm) = %{tl_version} -Provides: tex(l7x-lmr8.tfm) = %{tl_version} -Provides: tex(l7x-lmr9.tfm) = %{tl_version} -Provides: tex(l7x-lmri10.tfm) = %{tl_version} -Provides: tex(l7x-lmri12.tfm) = %{tl_version} -Provides: tex(l7x-lmri7.tfm) = %{tl_version} -Provides: tex(l7x-lmri8.tfm) = %{tl_version} -Provides: tex(l7x-lmri9.tfm) = %{tl_version} -Provides: tex(l7x-lmro10.tfm) = %{tl_version} -Provides: tex(l7x-lmro12.tfm) = %{tl_version} -Provides: tex(l7x-lmro17.tfm) = %{tl_version} -Provides: tex(l7x-lmro8.tfm) = %{tl_version} -Provides: tex(l7x-lmro9.tfm) = %{tl_version} -Provides: tex(l7x-lmss10.tfm) = %{tl_version} -Provides: tex(l7x-lmss12.tfm) = %{tl_version} -Provides: tex(l7x-lmss17.tfm) = %{tl_version} -Provides: tex(l7x-lmss8.tfm) = %{tl_version} -Provides: tex(l7x-lmss9.tfm) = %{tl_version} -Provides: tex(l7x-lmssbo10.tfm) = %{tl_version} -Provides: tex(l7x-lmssbx10.tfm) = %{tl_version} -Provides: tex(l7x-lmssdc10.tfm) = %{tl_version} -Provides: tex(l7x-lmssdo10.tfm) = %{tl_version} -Provides: tex(l7x-lmsso10.tfm) = %{tl_version} -Provides: tex(l7x-lmsso12.tfm) = %{tl_version} -Provides: tex(l7x-lmsso17.tfm) = %{tl_version} -Provides: tex(l7x-lmsso8.tfm) = %{tl_version} -Provides: tex(l7x-lmsso9.tfm) = %{tl_version} -Provides: tex(l7x-lmssq8.tfm) = %{tl_version} -Provides: tex(l7x-lmssqbo8.tfm) = %{tl_version} -Provides: tex(l7x-lmssqbx8.tfm) = %{tl_version} -Provides: tex(l7x-lmssqo8.tfm) = %{tl_version} -Provides: tex(l7x-lmtcsc10.tfm) = %{tl_version} -Provides: tex(l7x-lmtcso10.tfm) = %{tl_version} -Provides: tex(l7x-lmtk10.tfm) = %{tl_version} -Provides: tex(l7x-lmtko10.tfm) = %{tl_version} -Provides: tex(l7x-lmtl10.tfm) = %{tl_version} -Provides: tex(l7x-lmtlc10.tfm) = %{tl_version} -Provides: tex(l7x-lmtlco10.tfm) = %{tl_version} -Provides: tex(l7x-lmtlo10.tfm) = %{tl_version} -Provides: tex(l7x-lmtt10.tfm) = %{tl_version} -Provides: tex(l7x-lmtt12.tfm) = %{tl_version} -Provides: tex(l7x-lmtt8.tfm) = %{tl_version} -Provides: tex(l7x-lmtt9.tfm) = %{tl_version} -Provides: tex(l7x-lmtti10.tfm) = %{tl_version} -Provides: tex(l7x-lmtto10.tfm) = %{tl_version} -Provides: tex(l7x-lmu10.tfm) = %{tl_version} -Provides: tex(l7x-lmvtk10.tfm) = %{tl_version} -Provides: tex(l7x-lmvtko10.tfm) = %{tl_version} -Provides: tex(l7x-lmvtl10.tfm) = %{tl_version} -Provides: tex(l7x-lmvtlo10.tfm) = %{tl_version} -Provides: tex(l7x-lmvtt10.tfm) = %{tl_version} -Provides: tex(l7x-lmvtto10.tfm) = %{tl_version} -Provides: tex(lmbsy10.tfm) = %{tl_version} -Provides: tex(lmbsy5.tfm) = %{tl_version} -Provides: tex(lmbsy7.tfm) = %{tl_version} -Provides: tex(lmex10.tfm) = %{tl_version} -Provides: tex(lmmi10.tfm) = %{tl_version} -Provides: tex(lmmi12.tfm) = %{tl_version} -Provides: tex(lmmi5.tfm) = %{tl_version} -Provides: tex(lmmi6.tfm) = %{tl_version} -Provides: tex(lmmi7.tfm) = %{tl_version} -Provides: tex(lmmi8.tfm) = %{tl_version} -Provides: tex(lmmi9.tfm) = %{tl_version} -Provides: tex(lmmib10.tfm) = %{tl_version} -Provides: tex(lmmib5.tfm) = %{tl_version} -Provides: tex(lmmib7.tfm) = %{tl_version} -Provides: tex(lmsy10.tfm) = %{tl_version} -Provides: tex(lmsy5.tfm) = %{tl_version} -Provides: tex(lmsy6.tfm) = %{tl_version} -Provides: tex(lmsy7.tfm) = %{tl_version} -Provides: tex(lmsy8.tfm) = %{tl_version} -Provides: tex(lmsy9.tfm) = %{tl_version} -Provides: tex(qx-lmb10.tfm) = %{tl_version} -Provides: tex(qx-lmbo10.tfm) = %{tl_version} -Provides: tex(qx-lmbx10.tfm) = %{tl_version} -Provides: tex(qx-lmbx12.tfm) = %{tl_version} -Provides: tex(qx-lmbx5.tfm) = %{tl_version} -Provides: tex(qx-lmbx6.tfm) = %{tl_version} -Provides: tex(qx-lmbx7.tfm) = %{tl_version} -Provides: tex(qx-lmbx8.tfm) = %{tl_version} -Provides: tex(qx-lmbx9.tfm) = %{tl_version} -Provides: tex(qx-lmbxi10.tfm) = %{tl_version} -Provides: tex(qx-lmbxo10.tfm) = %{tl_version} -Provides: tex(qx-lmcsc10.tfm) = %{tl_version} -Provides: tex(qx-lmcsco10.tfm) = %{tl_version} -Provides: tex(qx-lmdunh10.tfm) = %{tl_version} -Provides: tex(qx-lmduno10.tfm) = %{tl_version} -Provides: tex(qx-lmr10.tfm) = %{tl_version} -Provides: tex(qx-lmr12.tfm) = %{tl_version} -Provides: tex(qx-lmr17.tfm) = %{tl_version} -Provides: tex(qx-lmr5.tfm) = %{tl_version} -Provides: tex(qx-lmr6.tfm) = %{tl_version} -Provides: tex(qx-lmr7.tfm) = %{tl_version} -Provides: tex(qx-lmr8.tfm) = %{tl_version} -Provides: tex(qx-lmr9.tfm) = %{tl_version} -Provides: tex(qx-lmri10.tfm) = %{tl_version} -Provides: tex(qx-lmri12.tfm) = %{tl_version} -Provides: tex(qx-lmri7.tfm) = %{tl_version} -Provides: tex(qx-lmri8.tfm) = %{tl_version} -Provides: tex(qx-lmri9.tfm) = %{tl_version} -Provides: tex(qx-lmro10.tfm) = %{tl_version} -Provides: tex(qx-lmro12.tfm) = %{tl_version} -Provides: tex(qx-lmro17.tfm) = %{tl_version} -Provides: tex(qx-lmro8.tfm) = %{tl_version} -Provides: tex(qx-lmro9.tfm) = %{tl_version} -Provides: tex(qx-lmss10.tfm) = %{tl_version} -Provides: tex(qx-lmss12.tfm) = %{tl_version} -Provides: tex(qx-lmss17.tfm) = %{tl_version} -Provides: tex(qx-lmss8.tfm) = %{tl_version} -Provides: tex(qx-lmss9.tfm) = %{tl_version} -Provides: tex(qx-lmssbo10.tfm) = %{tl_version} -Provides: tex(qx-lmssbx10.tfm) = %{tl_version} -Provides: tex(qx-lmssdc10.tfm) = %{tl_version} -Provides: tex(qx-lmssdo10.tfm) = %{tl_version} -Provides: tex(qx-lmsso10.tfm) = %{tl_version} -Provides: tex(qx-lmsso12.tfm) = %{tl_version} -Provides: tex(qx-lmsso17.tfm) = %{tl_version} -Provides: tex(qx-lmsso8.tfm) = %{tl_version} -Provides: tex(qx-lmsso9.tfm) = %{tl_version} -Provides: tex(qx-lmssq8.tfm) = %{tl_version} -Provides: tex(qx-lmssqbo8.tfm) = %{tl_version} -Provides: tex(qx-lmssqbx8.tfm) = %{tl_version} -Provides: tex(qx-lmssqo8.tfm) = %{tl_version} -Provides: tex(qx-lmtcsc10.tfm) = %{tl_version} -Provides: tex(qx-lmtcso10.tfm) = %{tl_version} -Provides: tex(qx-lmtk10.tfm) = %{tl_version} -Provides: tex(qx-lmtko10.tfm) = %{tl_version} -Provides: tex(qx-lmtl10.tfm) = %{tl_version} -Provides: tex(qx-lmtlc10.tfm) = %{tl_version} -Provides: tex(qx-lmtlco10.tfm) = %{tl_version} -Provides: tex(qx-lmtlo10.tfm) = %{tl_version} -Provides: tex(qx-lmtt10.tfm) = %{tl_version} -Provides: tex(qx-lmtt12.tfm) = %{tl_version} -Provides: tex(qx-lmtt8.tfm) = %{tl_version} -Provides: tex(qx-lmtt9.tfm) = %{tl_version} -Provides: tex(qx-lmtti10.tfm) = %{tl_version} -Provides: tex(qx-lmtto10.tfm) = %{tl_version} -Provides: tex(qx-lmu10.tfm) = %{tl_version} -Provides: tex(qx-lmvtk10.tfm) = %{tl_version} -Provides: tex(qx-lmvtko10.tfm) = %{tl_version} -Provides: tex(qx-lmvtl10.tfm) = %{tl_version} -Provides: tex(qx-lmvtlo10.tfm) = %{tl_version} -Provides: tex(qx-lmvtt10.tfm) = %{tl_version} -Provides: tex(qx-lmvtto10.tfm) = %{tl_version} -Provides: tex(rm-lmb10.tfm) = %{tl_version} -Provides: tex(rm-lmbo10.tfm) = %{tl_version} -Provides: tex(rm-lmbx10.tfm) = %{tl_version} -Provides: tex(rm-lmbx12.tfm) = %{tl_version} -Provides: tex(rm-lmbx5.tfm) = %{tl_version} -Provides: tex(rm-lmbx6.tfm) = %{tl_version} -Provides: tex(rm-lmbx7.tfm) = %{tl_version} -Provides: tex(rm-lmbx8.tfm) = %{tl_version} -Provides: tex(rm-lmbx9.tfm) = %{tl_version} -Provides: tex(rm-lmbxi10.tfm) = %{tl_version} -Provides: tex(rm-lmbxo10.tfm) = %{tl_version} -Provides: tex(rm-lmcsc10.tfm) = %{tl_version} -Provides: tex(rm-lmcsco10.tfm) = %{tl_version} -Provides: tex(rm-lmdunh10.tfm) = %{tl_version} -Provides: tex(rm-lmduno10.tfm) = %{tl_version} -Provides: tex(rm-lmr10.tfm) = %{tl_version} -Provides: tex(rm-lmr12.tfm) = %{tl_version} -Provides: tex(rm-lmr17.tfm) = %{tl_version} -Provides: tex(rm-lmr5.tfm) = %{tl_version} -Provides: tex(rm-lmr6.tfm) = %{tl_version} -Provides: tex(rm-lmr7.tfm) = %{tl_version} -Provides: tex(rm-lmr8.tfm) = %{tl_version} -Provides: tex(rm-lmr9.tfm) = %{tl_version} -Provides: tex(rm-lmri10.tfm) = %{tl_version} -Provides: tex(rm-lmri12.tfm) = %{tl_version} -Provides: tex(rm-lmri7.tfm) = %{tl_version} -Provides: tex(rm-lmri8.tfm) = %{tl_version} -Provides: tex(rm-lmri9.tfm) = %{tl_version} -Provides: tex(rm-lmro10.tfm) = %{tl_version} -Provides: tex(rm-lmro12.tfm) = %{tl_version} -Provides: tex(rm-lmro17.tfm) = %{tl_version} -Provides: tex(rm-lmro8.tfm) = %{tl_version} -Provides: tex(rm-lmro9.tfm) = %{tl_version} -Provides: tex(rm-lmss10.tfm) = %{tl_version} -Provides: tex(rm-lmss12.tfm) = %{tl_version} -Provides: tex(rm-lmss17.tfm) = %{tl_version} -Provides: tex(rm-lmss8.tfm) = %{tl_version} -Provides: tex(rm-lmss9.tfm) = %{tl_version} -Provides: tex(rm-lmssbo10.tfm) = %{tl_version} -Provides: tex(rm-lmssbx10.tfm) = %{tl_version} -Provides: tex(rm-lmssdc10.tfm) = %{tl_version} -Provides: tex(rm-lmssdo10.tfm) = %{tl_version} -Provides: tex(rm-lmsso10.tfm) = %{tl_version} -Provides: tex(rm-lmsso12.tfm) = %{tl_version} -Provides: tex(rm-lmsso17.tfm) = %{tl_version} -Provides: tex(rm-lmsso8.tfm) = %{tl_version} -Provides: tex(rm-lmsso9.tfm) = %{tl_version} -Provides: tex(rm-lmssq8.tfm) = %{tl_version} -Provides: tex(rm-lmssqbo8.tfm) = %{tl_version} -Provides: tex(rm-lmssqbx8.tfm) = %{tl_version} -Provides: tex(rm-lmssqo8.tfm) = %{tl_version} -Provides: tex(rm-lmtcsc10.tfm) = %{tl_version} -Provides: tex(rm-lmtcso10.tfm) = %{tl_version} -Provides: tex(rm-lmtk10.tfm) = %{tl_version} -Provides: tex(rm-lmtko10.tfm) = %{tl_version} -Provides: tex(rm-lmtl10.tfm) = %{tl_version} -Provides: tex(rm-lmtlc10.tfm) = %{tl_version} -Provides: tex(rm-lmtlco10.tfm) = %{tl_version} -Provides: tex(rm-lmtlo10.tfm) = %{tl_version} -Provides: tex(rm-lmtt10.tfm) = %{tl_version} -Provides: tex(rm-lmtt12.tfm) = %{tl_version} -Provides: tex(rm-lmtt8.tfm) = %{tl_version} -Provides: tex(rm-lmtt9.tfm) = %{tl_version} -Provides: tex(rm-lmtti10.tfm) = %{tl_version} -Provides: tex(rm-lmtto10.tfm) = %{tl_version} -Provides: tex(rm-lmu10.tfm) = %{tl_version} -Provides: tex(rm-lmvtk10.tfm) = %{tl_version} -Provides: tex(rm-lmvtko10.tfm) = %{tl_version} -Provides: tex(rm-lmvtl10.tfm) = %{tl_version} -Provides: tex(rm-lmvtlo10.tfm) = %{tl_version} -Provides: tex(rm-lmvtt10.tfm) = %{tl_version} -Provides: tex(rm-lmvtto10.tfm) = %{tl_version} -Provides: tex(t5-lmb10.tfm) = %{tl_version} -Provides: tex(t5-lmbo10.tfm) = %{tl_version} -Provides: tex(t5-lmbx10.tfm) = %{tl_version} -Provides: tex(t5-lmbx12.tfm) = %{tl_version} -Provides: tex(t5-lmbx5.tfm) = %{tl_version} -Provides: tex(t5-lmbx6.tfm) = %{tl_version} -Provides: tex(t5-lmbx7.tfm) = %{tl_version} -Provides: tex(t5-lmbx8.tfm) = %{tl_version} -Provides: tex(t5-lmbx9.tfm) = %{tl_version} -Provides: tex(t5-lmbxi10.tfm) = %{tl_version} -Provides: tex(t5-lmbxo10.tfm) = %{tl_version} -Provides: tex(t5-lmcsc10.tfm) = %{tl_version} -Provides: tex(t5-lmcsco10.tfm) = %{tl_version} -Provides: tex(t5-lmdunh10.tfm) = %{tl_version} -Provides: tex(t5-lmduno10.tfm) = %{tl_version} -Provides: tex(t5-lmr10.tfm) = %{tl_version} -Provides: tex(t5-lmr12.tfm) = %{tl_version} -Provides: tex(t5-lmr17.tfm) = %{tl_version} -Provides: tex(t5-lmr5.tfm) = %{tl_version} -Provides: tex(t5-lmr6.tfm) = %{tl_version} -Provides: tex(t5-lmr7.tfm) = %{tl_version} -Provides: tex(t5-lmr8.tfm) = %{tl_version} -Provides: tex(t5-lmr9.tfm) = %{tl_version} -Provides: tex(t5-lmri10.tfm) = %{tl_version} -Provides: tex(t5-lmri12.tfm) = %{tl_version} -Provides: tex(t5-lmri7.tfm) = %{tl_version} -Provides: tex(t5-lmri8.tfm) = %{tl_version} -Provides: tex(t5-lmri9.tfm) = %{tl_version} -Provides: tex(t5-lmro10.tfm) = %{tl_version} -Provides: tex(t5-lmro12.tfm) = %{tl_version} -Provides: tex(t5-lmro17.tfm) = %{tl_version} -Provides: tex(t5-lmro8.tfm) = %{tl_version} -Provides: tex(t5-lmro9.tfm) = %{tl_version} -Provides: tex(t5-lmss10.tfm) = %{tl_version} -Provides: tex(t5-lmss12.tfm) = %{tl_version} -Provides: tex(t5-lmss17.tfm) = %{tl_version} -Provides: tex(t5-lmss8.tfm) = %{tl_version} -Provides: tex(t5-lmss9.tfm) = %{tl_version} -Provides: tex(t5-lmssbo10.tfm) = %{tl_version} -Provides: tex(t5-lmssbx10.tfm) = %{tl_version} -Provides: tex(t5-lmssdc10.tfm) = %{tl_version} -Provides: tex(t5-lmssdo10.tfm) = %{tl_version} -Provides: tex(t5-lmsso10.tfm) = %{tl_version} -Provides: tex(t5-lmsso12.tfm) = %{tl_version} -Provides: tex(t5-lmsso17.tfm) = %{tl_version} -Provides: tex(t5-lmsso8.tfm) = %{tl_version} -Provides: tex(t5-lmsso9.tfm) = %{tl_version} -Provides: tex(t5-lmssq8.tfm) = %{tl_version} -Provides: tex(t5-lmssqbo8.tfm) = %{tl_version} -Provides: tex(t5-lmssqbx8.tfm) = %{tl_version} -Provides: tex(t5-lmssqo8.tfm) = %{tl_version} -Provides: tex(t5-lmtcsc10.tfm) = %{tl_version} -Provides: tex(t5-lmtcso10.tfm) = %{tl_version} -Provides: tex(t5-lmtk10.tfm) = %{tl_version} -Provides: tex(t5-lmtko10.tfm) = %{tl_version} -Provides: tex(t5-lmtl10.tfm) = %{tl_version} -Provides: tex(t5-lmtlc10.tfm) = %{tl_version} -Provides: tex(t5-lmtlco10.tfm) = %{tl_version} -Provides: tex(t5-lmtlo10.tfm) = %{tl_version} -Provides: tex(t5-lmtt10.tfm) = %{tl_version} -Provides: tex(t5-lmtt12.tfm) = %{tl_version} -Provides: tex(t5-lmtt8.tfm) = %{tl_version} -Provides: tex(t5-lmtt9.tfm) = %{tl_version} -Provides: tex(t5-lmtti10.tfm) = %{tl_version} -Provides: tex(t5-lmtto10.tfm) = %{tl_version} -Provides: tex(t5-lmu10.tfm) = %{tl_version} -Provides: tex(t5-lmvtk10.tfm) = %{tl_version} -Provides: tex(t5-lmvtko10.tfm) = %{tl_version} -Provides: tex(t5-lmvtl10.tfm) = %{tl_version} -Provides: tex(t5-lmvtlo10.tfm) = %{tl_version} -Provides: tex(t5-lmvtt10.tfm) = %{tl_version} -Provides: tex(t5-lmvtto10.tfm) = %{tl_version} -Provides: tex(texnansi-lmb10.tfm) = %{tl_version} -Provides: tex(texnansi-lmbo10.tfm) = %{tl_version} -Provides: tex(texnansi-lmbx10.tfm) = %{tl_version} -Provides: tex(texnansi-lmbx12.tfm) = %{tl_version} -Provides: tex(texnansi-lmbx5.tfm) = %{tl_version} -Provides: tex(texnansi-lmbx6.tfm) = %{tl_version} -Provides: tex(texnansi-lmbx7.tfm) = %{tl_version} -Provides: tex(texnansi-lmbx8.tfm) = %{tl_version} -Provides: tex(texnansi-lmbx9.tfm) = %{tl_version} -Provides: tex(texnansi-lmbxi10.tfm) = %{tl_version} -Provides: tex(texnansi-lmbxo10.tfm) = %{tl_version} -Provides: tex(texnansi-lmcsc10.tfm) = %{tl_version} -Provides: tex(texnansi-lmcsco10.tfm) = %{tl_version} -Provides: tex(texnansi-lmdunh10.tfm) = %{tl_version} -Provides: tex(texnansi-lmduno10.tfm) = %{tl_version} -Provides: tex(texnansi-lmr10.tfm) = %{tl_version} -Provides: tex(texnansi-lmr12.tfm) = %{tl_version} -Provides: tex(texnansi-lmr17.tfm) = %{tl_version} -Provides: tex(texnansi-lmr5.tfm) = %{tl_version} -Provides: tex(texnansi-lmr6.tfm) = %{tl_version} -Provides: tex(texnansi-lmr7.tfm) = %{tl_version} -Provides: tex(texnansi-lmr8.tfm) = %{tl_version} -Provides: tex(texnansi-lmr9.tfm) = %{tl_version} -Provides: tex(texnansi-lmri10.tfm) = %{tl_version} -Provides: tex(texnansi-lmri12.tfm) = %{tl_version} -Provides: tex(texnansi-lmri7.tfm) = %{tl_version} -Provides: tex(texnansi-lmri8.tfm) = %{tl_version} -Provides: tex(texnansi-lmri9.tfm) = %{tl_version} -Provides: tex(texnansi-lmro10.tfm) = %{tl_version} -Provides: tex(texnansi-lmro12.tfm) = %{tl_version} -Provides: tex(texnansi-lmro17.tfm) = %{tl_version} -Provides: tex(texnansi-lmro8.tfm) = %{tl_version} -Provides: tex(texnansi-lmro9.tfm) = %{tl_version} -Provides: tex(texnansi-lmss10.tfm) = %{tl_version} -Provides: tex(texnansi-lmss12.tfm) = %{tl_version} -Provides: tex(texnansi-lmss17.tfm) = %{tl_version} -Provides: tex(texnansi-lmss8.tfm) = %{tl_version} -Provides: tex(texnansi-lmss9.tfm) = %{tl_version} -Provides: tex(texnansi-lmssbo10.tfm) = %{tl_version} -Provides: tex(texnansi-lmssbx10.tfm) = %{tl_version} -Provides: tex(texnansi-lmssdc10.tfm) = %{tl_version} -Provides: tex(texnansi-lmssdo10.tfm) = %{tl_version} -Provides: tex(texnansi-lmsso10.tfm) = %{tl_version} -Provides: tex(texnansi-lmsso12.tfm) = %{tl_version} -Provides: tex(texnansi-lmsso17.tfm) = %{tl_version} -Provides: tex(texnansi-lmsso8.tfm) = %{tl_version} -Provides: tex(texnansi-lmsso9.tfm) = %{tl_version} -Provides: tex(texnansi-lmssq8.tfm) = %{tl_version} -Provides: tex(texnansi-lmssqbo8.tfm) = %{tl_version} -Provides: tex(texnansi-lmssqbx8.tfm) = %{tl_version} -Provides: tex(texnansi-lmssqo8.tfm) = %{tl_version} -Provides: tex(texnansi-lmtcsc10.tfm) = %{tl_version} -Provides: tex(texnansi-lmtcso10.tfm) = %{tl_version} -Provides: tex(texnansi-lmtk10.tfm) = %{tl_version} -Provides: tex(texnansi-lmtko10.tfm) = %{tl_version} -Provides: tex(texnansi-lmtl10.tfm) = %{tl_version} -Provides: tex(texnansi-lmtlc10.tfm) = %{tl_version} -Provides: tex(texnansi-lmtlco10.tfm) = %{tl_version} -Provides: tex(texnansi-lmtlo10.tfm) = %{tl_version} -Provides: tex(texnansi-lmtt10.tfm) = %{tl_version} -Provides: tex(texnansi-lmtt12.tfm) = %{tl_version} -Provides: tex(texnansi-lmtt8.tfm) = %{tl_version} -Provides: tex(texnansi-lmtt9.tfm) = %{tl_version} -Provides: tex(texnansi-lmtti10.tfm) = %{tl_version} -Provides: tex(texnansi-lmtto10.tfm) = %{tl_version} -Provides: tex(texnansi-lmu10.tfm) = %{tl_version} -Provides: tex(texnansi-lmvtk10.tfm) = %{tl_version} -Provides: tex(texnansi-lmvtko10.tfm) = %{tl_version} -Provides: tex(texnansi-lmvtl10.tfm) = %{tl_version} -Provides: tex(texnansi-lmvtlo10.tfm) = %{tl_version} -Provides: tex(texnansi-lmvtt10.tfm) = %{tl_version} -Provides: tex(texnansi-lmvtto10.tfm) = %{tl_version} -Provides: tex(ts1-lmb10.tfm) = %{tl_version} -Provides: tex(ts1-lmbo10.tfm) = %{tl_version} -Provides: tex(ts1-lmbx10.tfm) = %{tl_version} -Provides: tex(ts1-lmbx12.tfm) = %{tl_version} -Provides: tex(ts1-lmbx5.tfm) = %{tl_version} -Provides: tex(ts1-lmbx6.tfm) = %{tl_version} -Provides: tex(ts1-lmbx7.tfm) = %{tl_version} -Provides: tex(ts1-lmbx8.tfm) = %{tl_version} -Provides: tex(ts1-lmbx9.tfm) = %{tl_version} -Provides: tex(ts1-lmbxi10.tfm) = %{tl_version} -Provides: tex(ts1-lmbxo10.tfm) = %{tl_version} -Provides: tex(ts1-lmcsc10.tfm) = %{tl_version} -Provides: tex(ts1-lmcsco10.tfm) = %{tl_version} -Provides: tex(ts1-lmdunh10.tfm) = %{tl_version} -Provides: tex(ts1-lmduno10.tfm) = %{tl_version} -Provides: tex(ts1-lmr10.tfm) = %{tl_version} -Provides: tex(ts1-lmr12.tfm) = %{tl_version} -Provides: tex(ts1-lmr17.tfm) = %{tl_version} -Provides: tex(ts1-lmr5.tfm) = %{tl_version} -Provides: tex(ts1-lmr6.tfm) = %{tl_version} -Provides: tex(ts1-lmr7.tfm) = %{tl_version} -Provides: tex(ts1-lmr8.tfm) = %{tl_version} -Provides: tex(ts1-lmr9.tfm) = %{tl_version} -Provides: tex(ts1-lmri10.tfm) = %{tl_version} -Provides: tex(ts1-lmri12.tfm) = %{tl_version} -Provides: tex(ts1-lmri7.tfm) = %{tl_version} -Provides: tex(ts1-lmri8.tfm) = %{tl_version} -Provides: tex(ts1-lmri9.tfm) = %{tl_version} -Provides: tex(ts1-lmro10.tfm) = %{tl_version} -Provides: tex(ts1-lmro12.tfm) = %{tl_version} -Provides: tex(ts1-lmro17.tfm) = %{tl_version} -Provides: tex(ts1-lmro8.tfm) = %{tl_version} -Provides: tex(ts1-lmro9.tfm) = %{tl_version} -Provides: tex(ts1-lmss10.tfm) = %{tl_version} -Provides: tex(ts1-lmss12.tfm) = %{tl_version} -Provides: tex(ts1-lmss17.tfm) = %{tl_version} -Provides: tex(ts1-lmss8.tfm) = %{tl_version} -Provides: tex(ts1-lmss9.tfm) = %{tl_version} -Provides: tex(ts1-lmssbo10.tfm) = %{tl_version} -Provides: tex(ts1-lmssbx10.tfm) = %{tl_version} -Provides: tex(ts1-lmssdc10.tfm) = %{tl_version} -Provides: tex(ts1-lmssdo10.tfm) = %{tl_version} -Provides: tex(ts1-lmsso10.tfm) = %{tl_version} -Provides: tex(ts1-lmsso12.tfm) = %{tl_version} -Provides: tex(ts1-lmsso17.tfm) = %{tl_version} -Provides: tex(ts1-lmsso8.tfm) = %{tl_version} -Provides: tex(ts1-lmsso9.tfm) = %{tl_version} -Provides: tex(ts1-lmssq8.tfm) = %{tl_version} -Provides: tex(ts1-lmssqbo8.tfm) = %{tl_version} -Provides: tex(ts1-lmssqbx8.tfm) = %{tl_version} -Provides: tex(ts1-lmssqo8.tfm) = %{tl_version} -Provides: tex(ts1-lmtcsc10.tfm) = %{tl_version} -Provides: tex(ts1-lmtcso10.tfm) = %{tl_version} -Provides: tex(ts1-lmtk10.tfm) = %{tl_version} -Provides: tex(ts1-lmtko10.tfm) = %{tl_version} -Provides: tex(ts1-lmtl10.tfm) = %{tl_version} -Provides: tex(ts1-lmtlc10.tfm) = %{tl_version} -Provides: tex(ts1-lmtlco10.tfm) = %{tl_version} -Provides: tex(ts1-lmtlo10.tfm) = %{tl_version} -Provides: tex(ts1-lmtt10.tfm) = %{tl_version} -Provides: tex(ts1-lmtt12.tfm) = %{tl_version} -Provides: tex(ts1-lmtt8.tfm) = %{tl_version} -Provides: tex(ts1-lmtt9.tfm) = %{tl_version} -Provides: tex(ts1-lmtti10.tfm) = %{tl_version} -Provides: tex(ts1-lmtto10.tfm) = %{tl_version} -Provides: tex(ts1-lmu10.tfm) = %{tl_version} -Provides: tex(ts1-lmvtk10.tfm) = %{tl_version} -Provides: tex(ts1-lmvtko10.tfm) = %{tl_version} -Provides: tex(ts1-lmvtl10.tfm) = %{tl_version} -Provides: tex(ts1-lmvtlo10.tfm) = %{tl_version} -Provides: tex(ts1-lmvtt10.tfm) = %{tl_version} -Provides: tex(ts1-lmvtto10.tfm) = %{tl_version} -Provides: tex(lmb10.pfb) = %{tl_version} -Provides: tex(lmbo10.pfb) = %{tl_version} -Provides: tex(lmbsy10.pfb) = %{tl_version} -Provides: tex(lmbsy5.pfb) = %{tl_version} -Provides: tex(lmbsy7.pfb) = %{tl_version} -Provides: tex(lmbx10.pfb) = %{tl_version} -Provides: tex(lmbx12.pfb) = %{tl_version} -Provides: tex(lmbx5.pfb) = %{tl_version} -Provides: tex(lmbx6.pfb) = %{tl_version} -Provides: tex(lmbx7.pfb) = %{tl_version} -Provides: tex(lmbx8.pfb) = %{tl_version} -Provides: tex(lmbx9.pfb) = %{tl_version} -Provides: tex(lmbxi10.pfb) = %{tl_version} -Provides: tex(lmbxo10.pfb) = %{tl_version} -Provides: tex(lmcsc10.pfb) = %{tl_version} -Provides: tex(lmcsco10.pfb) = %{tl_version} -Provides: tex(lmdunh10.pfb) = %{tl_version} -Provides: tex(lmduno10.pfb) = %{tl_version} -Provides: tex(lmex10.pfb) = %{tl_version} -Provides: tex(lmmi10.pfb) = %{tl_version} -Provides: tex(lmmi12.pfb) = %{tl_version} -Provides: tex(lmmi5.pfb) = %{tl_version} -Provides: tex(lmmi6.pfb) = %{tl_version} -Provides: tex(lmmi7.pfb) = %{tl_version} -Provides: tex(lmmi8.pfb) = %{tl_version} -Provides: tex(lmmi9.pfb) = %{tl_version} -Provides: tex(lmmib10.pfb) = %{tl_version} -Provides: tex(lmmib5.pfb) = %{tl_version} -Provides: tex(lmmib7.pfb) = %{tl_version} -Provides: tex(lmr10.pfb) = %{tl_version} -Provides: tex(lmr12.pfb) = %{tl_version} -Provides: tex(lmr17.pfb) = %{tl_version} -Provides: tex(lmr5.pfb) = %{tl_version} -Provides: tex(lmr6.pfb) = %{tl_version} -Provides: tex(lmr7.pfb) = %{tl_version} -Provides: tex(lmr8.pfb) = %{tl_version} -Provides: tex(lmr9.pfb) = %{tl_version} -Provides: tex(lmri10.pfb) = %{tl_version} -Provides: tex(lmri12.pfb) = %{tl_version} -Provides: tex(lmri7.pfb) = %{tl_version} -Provides: tex(lmri8.pfb) = %{tl_version} -Provides: tex(lmri9.pfb) = %{tl_version} -Provides: tex(lmro10.pfb) = %{tl_version} -Provides: tex(lmro12.pfb) = %{tl_version} -Provides: tex(lmro17.pfb) = %{tl_version} -Provides: tex(lmro8.pfb) = %{tl_version} -Provides: tex(lmro9.pfb) = %{tl_version} -Provides: tex(lmss10.pfb) = %{tl_version} -Provides: tex(lmss12.pfb) = %{tl_version} -Provides: tex(lmss17.pfb) = %{tl_version} -Provides: tex(lmss8.pfb) = %{tl_version} -Provides: tex(lmss9.pfb) = %{tl_version} -Provides: tex(lmssbo10.pfb) = %{tl_version} -Provides: tex(lmssbx10.pfb) = %{tl_version} -Provides: tex(lmssdc10.pfb) = %{tl_version} -Provides: tex(lmssdo10.pfb) = %{tl_version} -Provides: tex(lmsso10.pfb) = %{tl_version} -Provides: tex(lmsso12.pfb) = %{tl_version} -Provides: tex(lmsso17.pfb) = %{tl_version} -Provides: tex(lmsso8.pfb) = %{tl_version} -Provides: tex(lmsso9.pfb) = %{tl_version} -Provides: tex(lmssq8.pfb) = %{tl_version} -Provides: tex(lmssqbo8.pfb) = %{tl_version} -Provides: tex(lmssqbx8.pfb) = %{tl_version} -Provides: tex(lmssqo8.pfb) = %{tl_version} -Provides: tex(lmsy10.pfb) = %{tl_version} -Provides: tex(lmsy5.pfb) = %{tl_version} -Provides: tex(lmsy6.pfb) = %{tl_version} -Provides: tex(lmsy7.pfb) = %{tl_version} -Provides: tex(lmsy8.pfb) = %{tl_version} -Provides: tex(lmsy9.pfb) = %{tl_version} -Provides: tex(lmtcsc10.pfb) = %{tl_version} -Provides: tex(lmtcso10.pfb) = %{tl_version} -Provides: tex(lmtk10.pfb) = %{tl_version} -Provides: tex(lmtko10.pfb) = %{tl_version} -Provides: tex(lmtl10.pfb) = %{tl_version} -Provides: tex(lmtlc10.pfb) = %{tl_version} -Provides: tex(lmtlco10.pfb) = %{tl_version} -Provides: tex(lmtlo10.pfb) = %{tl_version} -Provides: tex(lmtt10.pfb) = %{tl_version} -Provides: tex(lmtt12.pfb) = %{tl_version} -Provides: tex(lmtt8.pfb) = %{tl_version} -Provides: tex(lmtt9.pfb) = %{tl_version} -Provides: tex(lmtti10.pfb) = %{tl_version} -Provides: tex(lmtto10.pfb) = %{tl_version} -Provides: tex(lmu10.pfb) = %{tl_version} -Provides: tex(lmvtk10.pfb) = %{tl_version} -Provides: tex(lmvtko10.pfb) = %{tl_version} -Provides: tex(lmvtl10.pfb) = %{tl_version} -Provides: tex(lmvtlo10.pfb) = %{tl_version} -Provides: tex(lmvtt10.pfb) = %{tl_version} -Provides: tex(lmvtto10.pfb) = %{tl_version} -Provides: tex(il2lmdh.fd) = %{tl_version} -Provides: tex(il2lmr.fd) = %{tl_version} -Provides: tex(il2lmss.fd) = %{tl_version} -Provides: tex(il2lmssq.fd) = %{tl_version} -Provides: tex(il2lmtt.fd) = %{tl_version} -Provides: tex(il2lmvtt.fd) = %{tl_version} -Provides: tex(l7xlmdh.fd) = %{tl_version} -Provides: tex(l7xlmr.fd) = %{tl_version} -Provides: tex(l7xlmss.fd) = %{tl_version} -Provides: tex(l7xlmssq.fd) = %{tl_version} -Provides: tex(l7xlmtt.fd) = %{tl_version} -Provides: tex(l7xlmvtt.fd) = %{tl_version} -Provides: tex(lmodern.sty) = %{tl_version} -Provides: tex(ly1lmdh.fd) = %{tl_version} -Provides: tex(ly1lmr.fd) = %{tl_version} -Provides: tex(ly1lmss.fd) = %{tl_version} -Provides: tex(ly1lmssq.fd) = %{tl_version} -Provides: tex(ly1lmtt.fd) = %{tl_version} -Provides: tex(ly1lmvtt.fd) = %{tl_version} -Provides: tex(omllmm.fd) = %{tl_version} -Provides: tex(omllmr.fd) = %{tl_version} -Provides: tex(omslmr.fd) = %{tl_version} -Provides: tex(omslmsy.fd) = %{tl_version} -Provides: tex(omxlmex.fd) = %{tl_version} -Provides: tex(ot1lmdh.fd) = %{tl_version} -Provides: tex(ot1lmr.fd) = %{tl_version} -Provides: tex(ot1lmss.fd) = %{tl_version} -Provides: tex(ot1lmssq.fd) = %{tl_version} -Provides: tex(ot1lmtt.fd) = %{tl_version} -Provides: tex(ot1lmvtt.fd) = %{tl_version} -Provides: tex(ot4lmdh.fd) = %{tl_version} -Provides: tex(ot4lmr.fd) = %{tl_version} -Provides: tex(ot4lmss.fd) = %{tl_version} -Provides: tex(ot4lmssq.fd) = %{tl_version} -Provides: tex(ot4lmtt.fd) = %{tl_version} -Provides: tex(ot4lmvtt.fd) = %{tl_version} -Provides: tex(qxlmdh.fd) = %{tl_version} -Provides: tex(qxlmr.fd) = %{tl_version} -Provides: tex(qxlmss.fd) = %{tl_version} -Provides: tex(qxlmssq.fd) = %{tl_version} -Provides: tex(qxlmtt.fd) = %{tl_version} -Provides: tex(qxlmvtt.fd) = %{tl_version} -Provides: tex(t1lmdh.fd) = %{tl_version} -Provides: tex(t1lmr.fd) = %{tl_version} -Provides: tex(t1lmss.fd) = %{tl_version} -Provides: tex(t1lmssq.fd) = %{tl_version} -Provides: tex(t1lmtt.fd) = %{tl_version} -Provides: tex(t1lmvtt.fd) = %{tl_version} -Provides: tex(t5lmdh.fd) = %{tl_version} -Provides: tex(t5lmr.fd) = %{tl_version} -Provides: tex(t5lmss.fd) = %{tl_version} -Provides: tex(t5lmssq.fd) = %{tl_version} -Provides: tex(t5lmtt.fd) = %{tl_version} -Provides: tex(t5lmvtt.fd) = %{tl_version} -Provides: tex(ts1lmdh.fd) = %{tl_version} -Provides: tex(ts1lmr.fd) = %{tl_version} -Provides: tex(ts1lmss.fd) = %{tl_version} -Provides: tex(ts1lmssq.fd) = %{tl_version} -Provides: tex(ts1lmtt.fd) = %{tl_version} -Provides: tex(ts1lmvtt.fd) = %{tl_version} - -%description lm -The Latin Modern family of fonts consists of 72 text fonts and -20 mathematics fonts, and is based on the Computer Modern fonts -released into public domain by AMS (copyright (c) 1997 AMS). -The lm font set contains a lot of additional characters, mainly -accented ones, but not exclusively. There is one set of fonts, -available both in Adobe Type 1 format (*.pfb) and in OpenType -format (*.otf). There are five sets of TeX Font Metric files, -corresponding to: Cork encoding (cork-*.tfm); QX encoding (qx- -*.tfm); TeX'n'ANSI aka LY1 encoding (texnansi-*.tfm); T5 -(Vietnamese) encoding (t5-*.tfm); and Text Companion for EC -fonts aka TS1 (ts1-*.tfm). - -%package lm-doc -Summary: Documentation for lm -Version: svn48145 -Provides: tex-lm-doc -AutoReqProv: No - -%description lm-doc -Documentation for lm - -%package lm-math -Provides: tex-lm-math = %{tl_version} -License: LPPL -Summary: OpenType maths fonts for Latin Modern -Version: svn36915.1.959 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(latinmodern-math.otf) = %{tl_version} - -%description lm-math -Latin Modern Math is a maths companion for the Latin Modern -family of fonts, in OpenType format. For use with LuaLaTeX or -XeLaTeX, support is available from the unicode-math package. - -%package lm-math-doc -Summary: Documentation for lm-math -Version: svn36915.1.959 - -Provides: tex-lm-math-doc -AutoReqProv: No - -%description lm-math-doc -Documentation for lm-math - -%package manfnt-font -Provides: tex-manfnt-font = %{tl_version} -License: LPPL -Summary: LaTeX support for the TeX book symbols -Version: svn54684 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(manfnt.map) = %{tl_version} -Provides: tex(manfnt.pfb) = %{tl_version} -Provides: tex(manfnt.sty) = %{tl_version} - -%description manfnt-font -A LaTeX package for easy access to the symbols of the Knuth's -'manual' font, such as the Dangerous Bend and Manual-errata -Arrow. - -%package mflogo-font -Provides: tex-mflogo-font = %{tl_version} -License: Knuth -Summary: Metafont logo font -Version: svn54512 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(mflogo.map) = %{tl_version} - -%description mflogo-font -These fonts were created in Metafont by Knuth, for his own -publications. At some stage, the letters 'P' and 'S' were -added, so that the MetaPost logo could also be expressed. The -fonts were originally issued (of course) as Metafont source; -they have since been autotraced and reissued in Adobe Type 1 -format by Taco Hoekwater. - -%package mflogo-font-doc -Summary: Documentation for mflogo-font -Version: svn54512 -Provides: tex-mflogo-font-doc -AutoReqProv: No - -%description mflogo-font-doc -Documentation for mflogo-font - -%package stmaryrd -Provides: tex-stmaryrd = %{tl_version} -License: LPPL -Summary: St Mary Road symbols for theoretical computer science -Version: svn22027.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(stmaryrd.map) = %{tl_version} -Provides: tex(stmary10.tfm) = %{tl_version} -Provides: tex(stmary5.tfm) = %{tl_version} -Provides: tex(stmary6.tfm) = %{tl_version} -Provides: tex(stmary7.tfm) = %{tl_version} -Provides: tex(stmary8.tfm) = %{tl_version} -Provides: tex(stmary9.tfm) = %{tl_version} -Provides: tex(stmary10.pfb) = %{tl_version} -Provides: tex(stmary5.pfb) = %{tl_version} -Provides: tex(stmary6.pfb) = %{tl_version} -Provides: tex(stmary7.pfb) = %{tl_version} -Provides: tex(stmary8.pfb) = %{tl_version} -Provides: tex(stmary9.pfb) = %{tl_version} -Provides: tex(Ustmry.fd) = %{tl_version} -Provides: tex(stmaryrd.sty) = %{tl_version} - -%description stmaryrd -The fonts were originally distributed as Metafont sources only, -but Adobe Type 1 versions are also now available. Macro support -is provided for use under LaTeX; the package supports the -"only" option (provided by the somedefs package) to restrict -what is loaded, for those who don't need the whole font. - -%package stmaryrd-doc -Summary: Documentation for stmaryrd -Version: svn22027.0 - -Provides: tex-stmaryrd-doc -AutoReqProv: No - -%description stmaryrd-doc -Documentation for stmaryrd - -%package jmn -Provides: tex-jmn = %{tl_version} -License: LPPL -Summary: jmn package -Version: svn45751 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(hans.enc) = %{tl_version} -Provides: tex(hans.map) = %{tl_version} -Provides: tex(hans-sh.tfm) = %{tl_version} -Provides: tex(hans.tfm) = %{tl_version} -Provides: tex(hans-sh.pfb) = %{tl_version} -Provides: tex(hans.pfb) = %{tl_version} - -%description jmn -jmn package - -%package context-account -Provides: tex-context-account = %{tl_version} -License: Public Domain -Summary: A simple accounting package -Version: svn47085 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-context -Provides: tex(t-account.tex) = %{tl_version} -Provides: tex(t-floatnumber.tex) = %{tl_version} - -%description context-account -The package deals with "accounts" of its own specification. - -%package context-account-doc -Summary: Documentation for context-account -Version: svn47085 -Provides: tex-context-account-doc -AutoReqProv: No -Requires: tex-context-doc - -%description context-account-doc -Documentation for context-account - -%package context-algorithmic -Provides: tex-context-algorithmic = %{tl_version} -License: GPL+ -Summary: Algorithm handling in ConTeXt -Version: svn47085 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-context - -%description context-algorithmic -Support for typesetting algorithms (a port of the LaTeX package -algorithmic, which was a predecessor of algorithmicx). - -%package context-animation -Provides: tex-context-animation = %{tl_version} -License: GPLv3+ -Summary: Generate fieldstack based animation with ConTeXt -Version: svn47085 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-context - -%description context-animation -The package is a port, to Context (mkvi), of the corresponding -LaTeX package. - -%package context-animation-doc -Summary: Documentation for context-animation -Version: svn47085 -Provides: tex-context-animation-doc -AutoReqProv: No -Requires: tex-context-doc - -%description context-animation-doc -Documentation for context-animation - -%package context-annotation -Provides: tex-context-annotation = %{tl_version} -License: LPPL -Summary: context-annotation package -Version: svn47085 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-context - -%description context-annotation -context-annotation package - -%package context-annotation-doc -Summary: Documentation for context-annotation -Version: svn47085 -Provides: tex-context-annotation-doc -AutoReqProv: No -Requires: tex-context-doc - -%description context-annotation-doc -Documentation for context-annotation - -%package context-bnf -Provides: tex-context-bnf = %{tl_version} -License: GPL+ -Summary: A BNF module for Context -Version: svn47085 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-context -Provides: tex(t-bnf.tex) = %{tl_version} - -%description context-bnf -The module provides a simple way to write good-looking BNF- -style grammars in ConTeXt. Grammars are written using the BNF -syntax right in your ConTeXt documents, so there is a clear -separation between content and layout. This allows the user to -decide exactly how the grammar is to be displayed, while also -allowing the gist of the grammar to be understood from simply -looking at the source ConTeXt document. - -%package context-bnf-doc -Summary: Documentation for context-bnf -Version: svn47085 -Provides: tex-context-bnf-doc -AutoReqProv: No -Requires: tex-context-doc - -%description context-bnf-doc -Documentation for context-bnf - -%package context-chromato -Provides: tex-context-chromato = %{tl_version} -License: GPL+ -Summary: ConTeXt macros for chromatograms -Version: svn47085 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-context -Provides: tex(t-chromato.tex) = %{tl_version} - -%description context-chromato -The module provides macros for drawing chromatograms. - -%package context-chromato-doc -Summary: Documentation for context-chromato -Version: svn47085 -Provides: tex-context-chromato-doc -AutoReqProv: No -Requires: tex-context-doc - -%description context-chromato-doc -Documentation for context-chromato - -%package context-construction-plan -Provides: tex-context-construction-plan = %{tl_version} -License: GPL+ -Summary: Construction plans in ConTeXt -Version: svn47085 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-context -Provides: tex(t-construction-plan.tex) = %{tl_version} - -%description context-construction-plan -Generate a page with a figure at a well-defined scale. - -%package context-construction-plan-doc -Summary: Documentation for context-construction-plan -Version: svn47085 -Provides: tex-context-construction-plan-doc -AutoReqProv: No -Requires: tex-context-doc - -%description context-construction-plan-doc -Documentation for context-construction-plan - -%package context-cyrillicnumbers -Provides: tex-context-cyrillicnumbers = %{tl_version} -License: BSD -Summary: Write numbers as cyrillic glyphs -Version: svn47085 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-context - -%description context-cyrillicnumbers -The package extends Context's system of number conversion, by -adding numeration using cyrillic letters. - -%package context-cyrillicnumbers-doc -Summary: Documentation for context-cyrillicnumbers -Version: svn47085 -Provides: tex-context-cyrillicnumbers-doc -AutoReqProv: No -Requires: tex-context-doc - -%description context-cyrillicnumbers-doc -Documentation for context-cyrillicnumbers - -%package context-degrade -Provides: tex-context-degrade = %{tl_version} -License: GPL+ -Summary: Degrading JPEG images in ConTeXt -Version: svn47085 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-context -Provides: tex(t-degrade.tex) = %{tl_version} - -%description context-degrade -context-degrade package - -%package context-degrade-doc -Summary: Documentation for context-degrade -Version: svn47085 -Provides: tex-context-degrade-doc -AutoReqProv: No -Requires: tex-context-doc - -%description context-degrade-doc -Documentation for context-degrade - -%package context-fancybreak -Provides: tex-context-fancybreak = %{tl_version} -License: GPL+ -Summary: Overfull pages with ConTeXt -Version: svn47085 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-context - -%description context-fancybreak -The (ConTeXt) module allows insertion of thought breaks in -texts. With parameters one can adjust the spacing around the -content and set a default symbol. - -%package context-fancybreak-doc -Summary: Documentation for context-fancybreak -Version: svn47085 -Provides: tex-context-fancybreak-doc -AutoReqProv: No -Requires: tex-context-doc - -%description context-fancybreak-doc -Documentation for context-fancybreak - -%package context-filter -Provides: tex-context-filter = %{tl_version} -License: BSD -Summary: Run external programs on the contents of a start-stop environment -Version: svn54912 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-context - -%description context-filter -The filter module provides a simple interface to run external -programs on the contents of a start-stop environment. Options -are available to run the external program only if the content -of the environment has changed, to specify how the program -output should be read back, and to choose the name of the -temporary files that are created. The module is compatible with -both MkII and MkIV. - -%package context-filter-doc -Summary: Documentation for context-filter -Version: svn54912 -Provides: tex-context-filter-doc -AutoReqProv: No -Requires: tex-context-doc - -%description context-filter-doc -Documentation for context-filter - -%package context-french -Provides: tex-context-french = %{tl_version} -License: GPL+ -Summary: Support for writing French in ConTeXt -Version: svn54215 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-context - -%description context-french -Deals with spacing around French punctuation; the package is -distributed for ConTeXt Mark iv only. - -%package context-french-doc -Summary: Documentation for context-french -Version: svn54215 -Provides: tex-context-french-doc -AutoReqProv: No -Requires: tex-context-doc - -%description context-french-doc -Documentation for context-french - -%package context-fullpage -Provides: tex-context-fullpage = %{tl_version} -License: GPL+ -Summary: Overfull pages with ConTeXt -Version: svn47085 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-context - -%description context-fullpage -The (ConTeXt) module copies the functionality of the fullpage, -and adds a styling parameter, given in the \usemodule command - -%package context-fullpage-doc -Summary: Documentation for context-fullpage -Version: svn47085 -Provides: tex-context-fullpage-doc -AutoReqProv: No -Requires: tex-context-doc - -%description context-fullpage-doc -Documentation for context-fullpage - -%package skaknew -Provides: tex-skaknew = %{tl_version} -License: LPPL -Summary: The skak chess fonts redone in Adobe Type 1 -Version: svn20031.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(SkakNew.map) = %{tl_version} -Provides: tex(AlphaDia.otf) = %{tl_version} -Provides: tex(SkakNew-Diagram.otf) = %{tl_version} -Provides: tex(SkakNew-DiagramT.otf) = %{tl_version} -Provides: tex(SkakNew-Figurine.otf) = %{tl_version} -Provides: tex(SkakNew-FigurineBold.otf) = %{tl_version} -Provides: tex(AlphaDia.tfm) = %{tl_version} -Provides: tex(SkakNew-Diagram.tfm) = %{tl_version} -Provides: tex(SkakNew-DiagramT.tfm) = %{tl_version} -Provides: tex(SkakNew-Figurine.tfm) = %{tl_version} -Provides: tex(SkakNew-FigurineBold.tfm) = %{tl_version} -Provides: tex(AlphaDia.pfb) = %{tl_version} -Provides: tex(SkakNew-Diagram.pfb) = %{tl_version} -Provides: tex(SkakNew-DiagramT.pfb) = %{tl_version} -Provides: tex(SkakNew-Figurine.pfb) = %{tl_version} -Provides: tex(SkakNew-FigurineBold.pfb) = %{tl_version} - -%description skaknew -This package offers Adobe Type 1 versions of the fonts provided -as Metafont source by the skak bundle. - -%package skaknew-doc -Summary: Documentation for skaknew -Version: svn20031.0 - -Provides: tex-skaknew-doc -AutoReqProv: No - -%description skaknew-doc -Documentation for skaknew - -%package context-gantt -Provides: tex-context-gantt = %{tl_version} -License: Public Domain -Summary: GANTT module for ConTeXt -Version: svn47085 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-context -Requires: tex-hatching -Provides: tex(gantt-s-mp.tex) = %{tl_version} -Provides: tex(gantt-s-tikz.tex) = %{tl_version} -Provides: tex(t-gantt.tex) = %{tl_version} - -%description context-gantt -Gantt is a module for drawing Gantt charts via metapost or -pgf/tikz. - -%package context-gantt-doc -Summary: Documentation for context-gantt -Version: svn47085 -Provides: tex-context-gantt-doc -AutoReqProv: No -Requires: tex-context-doc -Requires: tex-hatching-doc - -%description context-gantt-doc -Documentation for context-gantt - -%package hatching -Provides: tex-hatching = %{tl_version} -License: Public Domain -Summary: MetaPost macros for hatching interior of closed paths -Version: svn23818.0.11 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - - -%description hatching -The file hatching.mp contains a set of MetaPost macros for -hatching interior of closed paths. Examples of usage are -included. - -%package hatching-doc -Summary: Documentation for hatching -Version: svn23818.0.11 - -Provides: tex-hatching-doc -AutoReqProv: No - -%description hatching-doc -Documentation for hatching - -%package context-gnuplot -Provides: tex-context-gnuplot = %{tl_version} -License: GPL+ -Summary: Inclusion of Gnuplot graphs in ConTeXt -Version: svn47085 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-context - -%description context-gnuplot -Enables simple creation and inclusion of graphs with Gnuplot. -The package writes a script into temporary file, runs Gnuplot -and includes the resulting graphic directly into the document. -See the ConTeXt Garden package page for further details. - -%package context-gnuplot-doc -Summary: Documentation for context-gnuplot -Version: svn47085 -Provides: tex-context-gnuplot-doc -AutoReqProv: No -Requires: tex-context-doc - -%description context-gnuplot-doc -Documentation for context-gnuplot - -%package context-letter -Provides: tex-context-letter = %{tl_version} -License: GPL+ -Summary: ConTeXt package for writing letters -Version: svn53499 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-context - -%description context-letter -A means of writing 'vanilla' letters and memos is provided, -with support covering ConTeXt Mkii and Mkiv. The design of -letters may be amended by a wide range of style specifications. - -%package context-letter-doc -Summary: Documentation for context-letter -Version: svn53499 -Provides: tex-context-letter-doc -AutoReqProv: No -Requires: tex-context-doc - -%description context-letter-doc -Documentation for context-letter - -%package context-lettrine -Provides: tex-context-lettrine = %{tl_version} -License: Public Domain -Summary: A ConTeXt implementation of lettrines -Version: svn47085 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-context -Provides: tex(t-lettrine.tex) = %{tl_version} - -%description context-lettrine -This is a re-implementation of the LaTeX package lettrine. - -%package context-lettrine-doc -Summary: Documentation for context-lettrine -Version: svn47085 -Provides: tex-context-lettrine-doc -AutoReqProv: No -Requires: tex-context-doc - -%description context-lettrine-doc -Documentation for context-lettrine - -%package context-mathsets -Provides: tex-context-mathsets = %{tl_version} -License: BSD -Summary: Set notation in ConTeXt -Version: svn47085 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-context -Provides: tex(t-mathsets.tex) = %{tl_version} - -%description context-mathsets -Typeset good-looking set notation (e.g., {x|x \in Y}), as well -as similar things such as Dirac bra-ket notation, conditional -probabilities, etc. The package is at least inspired by braket. - -%package context-mathsets-doc -Summary: Documentation for context-mathsets -Version: svn47085 -Provides: tex-context-mathsets-doc -AutoReqProv: No -Requires: tex-context-doc - -%description context-mathsets-doc -Documentation for context-mathsets - -%package context-notes-zh-cn -Provides: tex-context-notes-zh-cn = %{tl_version} -License: GPL+ -Summary: Notes on using ConTeXt MkIV -Version: svn23171.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-context - -%description context-notes-zh-cn -An introductory tutorial on ConTeXt, in Chinese. The document -covers ConTeXt installation, fonts, layout design, cross- -reference, project structure, metafun and presentation design. - -%package context-notes-zh-cn-doc -Summary: Documentation for context-notes-zh-cn -Version: svn23171.0 - -Provides: tex-context-notes-zh-cn-doc -AutoReqProv: No -Requires: tex-context-doc - -%description context-notes-zh-cn-doc -Documentation for context-notes-zh-cn - -%package context-rst -Provides: tex-context-rst = %{tl_version} -License: BSD -Summary: Process reStructuredText with ConTeXt -Version: svn47085 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-context - -%description context-rst -The package provides a converter and module for typesetting -reStructuredText with ConTeXt. The module uses several lua -scripts in doing its work. Documentation is supplied in rst, -which seems to be readable as text, but... - -%package context-rst-doc -Summary: Documentation for context-rst -Version: svn47085 -Provides: tex-context-rst-doc -AutoReqProv: No -Requires: tex-context-doc - -%description context-rst-doc -Documentation for context-rst - -%package context-ruby -Provides: tex-context-ruby = %{tl_version} -License: Public Domain -Summary: Ruby annotations in ConTeXt -Version: svn47085 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-context - -%description context-ruby -Ruby markup (aka furigana in Japan) are inline annotations -above or below a word to indicate the reading of ideographic -characters. The module implements the W3C specification for -simple ruby in ConTeXt. The position and layout of the base -text and the ruby text can becontrolled by parameters. - -%package context-ruby-doc -Summary: Documentation for context-ruby -Version: svn47085 -Provides: tex-context-ruby-doc -AutoReqProv: No -Requires: tex-context-doc - -%description context-ruby-doc -Documentation for context-ruby - -%package context-simplefonts -Provides: tex-context-simplefonts = %{tl_version} -License: GPL+ -Summary: Simplified font usage for ConTeXt -Version: svn47085 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-context - -%description context-simplefonts -The package defines a set of commands for loading and using -fonts in ConTeXt. - -%package context-simplefonts-doc -Summary: Documentation for context-simplefonts -Version: svn47085 -Provides: tex-context-simplefonts-doc -AutoReqProv: No -Requires: tex-context-doc - -%description context-simplefonts-doc -Documentation for context-simplefonts - -%package context-simpleslides -Provides: tex-context-simpleslides = %{tl_version} -License: LPPL -Summary: context-simpleslides package -Version: svn47085 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-context -Provides: tex(s-simpleslides-BigNumber.tex) = %{tl_version} -Provides: tex(s-simpleslides-BlackBoard.tex) = %{tl_version} -Provides: tex(s-simpleslides-BottomSquares.tex) = %{tl_version} -Provides: tex(s-simpleslides-Boxed.tex) = %{tl_version} -Provides: tex(s-simpleslides-BoxedTitle.tex) = %{tl_version} -Provides: tex(s-simpleslides-Ellipse.tex) = %{tl_version} -Provides: tex(s-simpleslides-Embossed.tex) = %{tl_version} -Provides: tex(s-simpleslides-Framed.tex) = %{tl_version} -Provides: tex(s-simpleslides-FramedTitle.tex) = %{tl_version} -Provides: tex(s-simpleslides-FuzzyFrame.tex) = %{tl_version} -Provides: tex(s-simpleslides-FuzzyTopic.tex) = %{tl_version} -Provides: tex(s-simpleslides-HorizontalStripes.tex) = %{tl_version} -Provides: tex(s-simpleslides-NarrowStripes.tex) = %{tl_version} -Provides: tex(s-simpleslides-PlainCounter.tex) = %{tl_version} -Provides: tex(s-simpleslides-RainbowStripe.tex) = %{tl_version} -Provides: tex(s-simpleslides-Rounded.tex) = %{tl_version} -Provides: tex(s-simpleslides-Shaded.tex) = %{tl_version} -Provides: tex(s-simpleslides-SideSquares.tex) = %{tl_version} -Provides: tex(s-simpleslides-SideToc.tex) = %{tl_version} -Provides: tex(s-simpleslides-Split.tex) = %{tl_version} -Provides: tex(s-simpleslides-Sunrise.tex) = %{tl_version} -Provides: tex(s-simpleslides-Swoosh.tex) = %{tl_version} -Provides: tex(s-simpleslides-ThickStripes.tex) = %{tl_version} -Provides: tex(s-simpleslides-default.tex) = %{tl_version} - -%description context-simpleslides -context-simpleslides package - -%package context-simpleslides-doc -Summary: Documentation for context-simpleslides -Version: svn47085 -Provides: tex-context-simpleslides-doc -AutoReqProv: No -Requires: tex-context-doc - -%description context-simpleslides-doc -Documentation for context-simpleslides - -%package context-title -Provides: tex-context-title = %{tl_version} -License: LPPL -Summary: context-title package -Version: svn47085 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-context - -%description context-title -context-title package - -%package context-title-doc -Summary: Documentation for context-title -Version: svn47085 -Provides: tex-context-title-doc -AutoReqProv: No -Requires: tex-context-doc - -%description context-title-doc -Documentation for context-title - -%package context-transliterator -Provides: tex-context-transliterator = %{tl_version} -License: BSD -Summary: Transliterate text from 'other' alphabets -Version: svn47085 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-context -Provides: tex(t-transliterator.tex) = %{tl_version} - -%description context-transliterator -The package will read text in one alphabet, and provide a -transliterated version in another; this is useful for readers -who cannot read the original alphabet. The package can make -allowance for hyphenation. - -%package context-transliterator-doc -Summary: Documentation for context-transliterator -Version: svn47085 -Provides: tex-context-transliterator-doc -AutoReqProv: No -Requires: tex-context-doc - -%description context-transliterator-doc -Documentation for context-transliterator - -%package context-typearea -Provides: tex-context-typearea = %{tl_version} -License: GPL+ -Summary: Something like Koma-Script typearea -Version: svn47085 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-context -Provides: tex(t-typearea.tex) = %{tl_version} - -%description context-typearea -The module provides a command that calculates the page layout -as the LaTeX package typearea does. - -%package context-typearea-doc -Summary: Documentation for context-typearea -Version: svn47085 -Provides: tex-context-typearea-doc -AutoReqProv: No -Requires: tex-context-doc - -%description context-typearea-doc -Documentation for context-typearea - -%package context-typescripts -Provides: tex-context-typescripts = %{tl_version} -License: GPLv2+ -Summary: Small modules to load various fonts for use in ConTeXt -Version: svn47085 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-context - -%description context-typescripts -The package provides files offering interfaces to 33 publicly -available fonts (or collections of fonts from the same -foundry); each is available in a .mkii and a .mkiv version. - -%package context-typescripts-doc -Summary: Documentation for context-typescripts -Version: svn47085 -Provides: tex-context-typescripts-doc -AutoReqProv: No -Requires: tex-context-doc - -%description context-typescripts-doc -Documentation for context-typescripts - -%package context-vim -Provides: tex-context-vim = %{tl_version} -License: BSD -Summary: Generate Context syntax highlighting code from vim -Version: svn54913 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-context-filter -Requires: texlive-context -Provides: tex(t-syntax-groups.tex) = %{tl_version} -Provides: tex(t-vim.tex) = %{tl_version} - -%description context-vim -ConTeXt has excellent pretty printing capabilities for many -languages. The code for pretty printing is written in TeX, and -due to catcode juggling, such verbatim typesetting is perhaps -the trickiest part of TeX. This makes it difficult for a -"normal" user to define syntax highlighting rules for a new -language. This module takes the onus of defining syntax -highlighting rules away from the user and uses ViM editor to -generate the syntax highlighting. There is a helper -2context.vim script to do the syntax parsing in ViM. - -%package context-vim-doc -Summary: Documentation for context-vim -Version: svn54913 -Provides: tex-context-vim-doc -AutoReqProv: No -Requires: texlive-context-filter-doc -Requires: texlive-context-doc - -%description context-vim-doc -Documentation for context-vim - -%package context-visualcounter -Provides: tex-context-visualcounter = %{tl_version} -License: LPPL -Summary: context-visualcounter package -Version: svn47085 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-context - -%description context-visualcounter -context-visualcounter package - -%package context-visualcounter-doc -Summary: Documentation for context-visualcounter -Version: svn47085 -Provides: tex-context-visualcounter-doc -AutoReqProv: No -Requires: tex-context-doc - -%description context-visualcounter-doc -Documentation for context-visualcounter - -%package collection-fontsextra -Summary: Additional fonts -Version: svn54138 -Requires: texlive-base -Requires: texlive-collection-basic -Requires: texlive-asana-math -Requires: texlive-academicons -Requires: texlive-accanthis -Requires: texlive-adforn -Requires: texlive-adfsymbols -Requires: texlive-alegreya -Requires: texlive-algolrevived -Requires: texlive-allrunes -Requires: texlive-almendra -Requires: texlive-almfixed -Requires: texlive-anonymouspro -Requires: texlive-antiqua -Requires: texlive-antt -Requires: texlive-archaic -Requires: texlive-arev -Requires: texlive-arimo -Requires: texlive-asapsym -Requires: texlive-ascii-font -Requires: texlive-aspectratio -Requires: texlive-astro -Requires: texlive-augie -Requires: texlive-auncial-new -Requires: texlive-aurical -Requires: texlive-b1encoding -Requires: texlive-barcodes -Requires: texlive-baskervald -Requires: texlive-baskervaldx -Requires: texlive-baskervillef -Requires: texlive-bbding -Requires: texlive-bbm -Requires: texlive-bbm-macros -Requires: texlive-bbold -Requires: texlive-bbold-type1 -Requires: texlive-belleek -Requires: texlive-bera -Requires: texlive-berenisadf -Requires: texlive-beuron -Requires: texlive-bguq -Requires: texlive-bitter -Requires: texlive-blacklettert1 -Requires: texlive-boisik -Requires: texlive-bookhands -Requires: texlive-boondox -Requires: texlive-braille -Requires: texlive-brushscr -Requires: texlive-cabin -Requires: texlive-caladea -Requires: texlive-calligra -Requires: texlive-calligra-type1 -Requires: texlive-cantarell -Requires: texlive-carlito -Requires: texlive-carolmin-ps -Requires: texlive-ccicons -Requires: texlive-cfr-initials -Requires: texlive-cfr-lm -Requires: texlive-cherokee -Requires: texlive-chivo -Requires: texlive-cinzel -Requires: texlive-clara -Requires: texlive-clearsans -Requires: texlive-cm-lgc -Requires: texlive-cm-mf-extra-bold -Requires: texlive-cm-unicode -Requires: texlive-cmbright -Requires: texlive-cmexb -Requires: texlive-cmll -Requires: texlive-cmpica -Requires: texlive-cmsrb -Requires: texlive-cmtiup -Requires: texlive-cochineal -Requires: texlive-coelacanth -Requires: texlive-comfortaa -Requires: texlive-comicneue -Requires: texlive-concmath-fonts -Requires: texlive-cookingsymbols -Requires: texlive-cormorantgaramond -Requires: texlive-countriesofeurope -Requires: texlive-courier-scaled -Requires: texlive-crimson -Requires: texlive-crimsonpro -Requires: texlive-cryst -Requires: texlive-cuprum -Requires: texlive-cyklop -Requires: texlive-dancers -Requires: texlive-dantelogo -Requires: texlive-dejavu -Requires: texlive-dejavu-otf -Requires: texlive-dice -Requires: texlive-dictsym -Requires: texlive-dingbat -Requires: texlive-domitian -Requires: texlive-doublestroke -Requires: texlive-dozenal -Requires: texlive-drm -Requires: texlive-droid -Requires: texlive-dsserif -Requires: texlive-duerer -Requires: texlive-duerer-latex -Requires: texlive-dutchcal -Requires: texlive-ean -Requires: texlive-ebgaramond -Requires: texlive-ebgaramond-maths -Requires: texlive-ecc -Requires: texlive-eco -Requires: texlive-eiad -Requires: texlive-eiad-ltx -Requires: texlive-electrum -Requires: texlive-elvish -Requires: texlive-epigrafica -Requires: texlive-epsdice -Requires: texlive-erewhon -Requires: texlive-erewhon-math -Requires: texlive-esrelation -Requires: texlive-esstix -Requires: texlive-esvect -Requires: texlive-etbb -Requires: texlive-eulervm -Requires: texlive-euxm -Requires: texlive-fbb -Requires: texlive-fdsymbol -Requires: texlive-fetamont -Requires: texlive-feyn -Requires: texlive-fge -Requires: texlive-fira -Requires: texlive-firamath -Requires: texlive-firamath-otf -Requires: texlive-foekfont -Requires: texlive-fonetika -Requires: texlive-fontawesome -Requires: texlive-fontawesome5 -Requires: texlive-fontmfizz -Requires: texlive-fonts-churchslavonic -Requires: texlive-forum -Requires: texlive-fourier -Requires: texlive-fouriernc -Requires: texlive-frcursive -Requires: texlive-frederika2016 -Requires: texlive-garamond-libre -Requires: texlive-garamond-math -Requires: texlive-genealogy -Requires: texlive-gentium-tug -Requires: texlive-gfsartemisia -Requires: texlive-gfsbodoni -Requires: texlive-gfscomplutum -Requires: texlive-gfsdidot -Requires: texlive-gfsdidotclassic -Requires: texlive-gfsneohellenic -Requires: texlive-gfsneohellenicmath -Requires: texlive-gfssolomos -Requires: texlive-gillcm -Requires: texlive-gillius -Requires: texlive-gnu-freefont -Requires: texlive-gofonts -Requires: texlive-gothic -Requires: texlive-greenpoint -Requires: texlive-grotesq -Requires: texlive-hacm -Requires: texlive-hands -Requires: texlive-heuristica -Requires: texlive-hfbright -Requires: texlive-hfoldsty -Requires: texlive-ifsym -Requires: texlive-imfellenglish -Requires: texlive-inconsolata -Requires: texlive-initials -Requires: texlive-inriafonts -Requires: texlive-ipaex-type1 -Requires: texlive-iwona -Requires: texlive-jablantile -Requires: texlive-jamtimes -Requires: texlive-junicode -Requires: texlive-kixfont -Requires: texlive-kpfonts -Requires: texlive-kurier -Requires: texlive-lato -Requires: texlive-lexend -Requires: texlive-lfb -Requires: texlive-libertine -Requires: texlive-libertinegc -Requires: texlive-libertinus -Requires: texlive-libertinus-fonts -Requires: texlive-libertinus-otf -Requires: texlive-libertinus-type1 -Requires: texlive-libertinust1math -Requires: texlive-librebaskerville -Requires: texlive-librebodoni -Requires: texlive-librecaslon -Requires: texlive-librefranklin -Requires: texlive-libris -Requires: texlive-lineara -Requires: texlive-linguisticspro -Requires: texlive-lobster2 -Requires: texlive-logix -Requires: texlive-lxfonts -Requires: texlive-ly1 -Requires: texlive-marcellus -Requires: texlive-mathabx -Requires: texlive-mathabx-type1 -Requires: texlive-mathdesign -Requires: texlive-mdputu -Requires: texlive-mdsymbol -Requires: texlive-merriweather -Requires: texlive-miama -Requires: texlive-mintspirit -Requires: texlive-missaali -Requires: texlive-mnsymbol -Requires: texlive-montserrat -Requires: texlive-mpfonts -Requires: texlive-mweights -Requires: texlive-newcomputermodern -Requires: texlive-newpx -Requires: texlive-newtx -Requires: texlive-newtxsf -Requires: texlive-newtxtt -Requires: texlive-niceframe-type1 -Requires: texlive-nimbus15 -Requires: texlive-nkarta -Requires: texlive-noto -Requires: texlive-noto-emoji -Requires: texlive-obnov -Requires: texlive-ocherokee -Requires: texlive-ocr-b -Requires: texlive-ocr-b-outline -Requires: texlive-ogham -Requires: texlive-oinuit -Requires: texlive-old-arrows -Requires: texlive-oldlatin -Requires: texlive-oldstandard -Requires: texlive-opensans -Requires: texlive-orkhun -Requires: texlive-overlock -Requires: texlive-pacioli -Requires: texlive-paratype -Requires: texlive-phaistos -Requires: texlive-phonetic -Requires: texlive-pigpen -Requires: texlive-playfair -Requires: texlive-plex -Requires: texlive-plex-otf -Requires: texlive-poiretone -Requires: texlive-poltawski -Requires: texlive-prodint -Requires: texlive-punk -Requires: texlive-punk-latex -Requires: texlive-punknova -Requires: texlive-pxtxalfa -Requires: texlive-qualitype -Requires: texlive-quattrocento -Requires: texlive-raleway -Requires: texlive-recycle -Requires: texlive-roboto -Requires: texlive-romande -Requires: texlive-rosario -Requires: texlive-rsfso -Requires: texlive-sansmathaccent -Requires: texlive-sansmathfonts -Requires: texlive-sauter -Requires: texlive-sauterfonts -Requires: texlive-scholax -Requires: texlive-schulschriften -Requires: texlive-semaphor -Requires: texlive-shobhika -Requires: texlive-skull -Requires: texlive-sourcecodepro -Requires: texlive-sourcesanspro -Requires: texlive-sourceserifpro -Requires: texlive-starfont -Requires: texlive-staves -Requires: texlive-step -Requires: texlive-stickstoo -Requires: texlive-stix -Requires: texlive-stix2-otf -Requires: texlive-stix2-type1 -Requires: texlive-superiors -Requires: texlive-svrsymbols -Requires: texlive-tapir -Requires: texlive-tempora -Requires: texlive-tengwarscript -Requires: texlive-tfrupee -Requires: texlive-theanodidot -Requires: texlive-theanomodern -Requires: texlive-theanooldstyle -Requires: texlive-tinos -Requires: texlive-tpslifonts -Requires: texlive-trajan -Requires: texlive-twemoji-colr -Requires: texlive-txfontsb -Requires: texlive-txuprcal -Requires: texlive-typicons -Requires: texlive-umtypewriter -Requires: texlive-universa -Requires: texlive-universalis -Requires: texlive-uppunctlm -Requires: texlive-urwchancal -Requires: texlive-venturisadf -Requires: texlive-wsuipa -Requires: texlive-xcharter -Requires: texlive-xits -Requires: texlive-yfonts -Requires: texlive-yfonts-t1 -Requires: texlive-yinit-otf -Requires: texlive-zlmtt - -%description collection-fontsextra -collection-fontsextra package - -%package comfortaa -Provides: tex-comfortaa = %{tl_version} -License: LPPL 1.3 -Summary: Sans serif font, with LaTeX support -Version: svn54512 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(keyval.sty) -Requires: tex(slantsc.sty) -Provides: tex(comfortaa.map) = %{tl_version} -Provides: tex(LGRcomfortaa.fd) = %{tl_version} -Provides: tex(OT1comfortaa.fd) = %{tl_version} -Provides: tex(T1comfortaa.fd) = %{tl_version} -Provides: tex(T2Acomfortaa.fd) = %{tl_version} -Provides: tex(T2Bcomfortaa.fd) = %{tl_version} -Provides: tex(T2Ccomfortaa.fd) = %{tl_version} -Provides: tex(TS1comfortaa.fd) = %{tl_version} -Provides: tex(X2comfortaa.fd) = %{tl_version} -Provides: tex(a_64c3ob.enc) = %{tl_version} -Provides: tex(a_bh4242.enc) = %{tl_version} -Provides: tex(a_e4iqkg.enc) = %{tl_version} -Provides: tex(a_m2qr2b.enc) = %{tl_version} -Provides: tex(a_n5moke.enc) = %{tl_version} -Provides: tex(a_ovobyi.enc) = %{tl_version} -Provides: tex(a_q4mh67.enc) = %{tl_version} -Provides: tex(a_qfuw5x.enc) = %{tl_version} -Provides: tex(a_xu66hj.enc) = %{tl_version} -Provides: tex(comfortaa.sty) = %{tl_version} - -%description comfortaa -Comfortaa is a sans-serif font, comfortable in every aspect, -designed by Johan Aakerlund. The font, which includes three -weights (thin, regular and bold), is available on Johan's -deviantArt web page as TrueType files under the Open Font -License version 1.1. This package provides support for this -font in LaTeX, and includes both the TrueType fonts, and -conversions to Adobe Type 1 format. - -%package comfortaa-doc -Summary: Documentation for comfortaa -Version: svn54512 -Provides: tex-comfortaa-doc -AutoReqProv: No - -%description comfortaa-doc -Documentation for comfortaa - -%package comicneue -Provides: tex-comicneue = %{tl_version} -License: OFL -Summary: Use Comic Neue with TeX(-alike) systems -Version: svn54891 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(l3keys2e.sty) -Requires: tex(xparse.sty) -Requires: tex(fontspec.sty) -Requires: tex(fontenc.sty) -Requires: tex(mweights.sty) -Provides: tex(ComicNeue.map) = %{tl_version} -Provides: tex(ComicNeueAngular.map) = %{tl_version} -Provides: tex(LY1ComicNeue-TLF.fd) = %{tl_version} -Provides: tex(LY1ComicNeueAngular-TLF.fd) = %{tl_version} -Provides: tex(OT1ComicNeue-TLF.fd) = %{tl_version} -Provides: tex(OT1ComicNeueAngular-TLF.fd) = %{tl_version} -Provides: tex(T1ComicNeue-TLF.fd) = %{tl_version} -Provides: tex(T1ComicNeueAngular-TLF.fd) = %{tl_version} -Provides: tex(TS1ComicNeue-TLF.fd) = %{tl_version} -Provides: tex(TS1ComicNeueAngular-TLF.fd) = %{tl_version} -Provides: tex(a_3f3vls.enc) = %{tl_version} -Provides: tex(a_d7lrxj.enc) = %{tl_version} -Provides: tex(a_fqjac7.enc) = %{tl_version} -Provides: tex(a_ixwebc.enc) = %{tl_version} -Provides: tex(a_ncyf37.enc) = %{tl_version} -Provides: tex(a_nhwyv3.enc) = %{tl_version} -Provides: tex(a_trnund.enc) = %{tl_version} -Provides: tex(a_upn2ip.enc) = %{tl_version} -Provides: tex(a_wfs66e.enc) = %{tl_version} -Provides: tex(comicneue.sty) = %{tl_version} - -%description comicneue -Comic Neue is a well-known redesign of the (in)famous Comic -Sans font. The package provides the original OpenType font for -XeTeX and LuaTeX users, and also has converted Type1 files for -pdfTeX users. Issues with this package can be reported on -GitHub or emailed to tex@slxh.nl. - -%package comicneue-doc -Summary: Documentation for comicneue -Version: svn54891 -Provides: tex-comicneue-doc -AutoReqProv: No - -%description comicneue-doc -Documentation for comicneue - -%package concmath-fonts -Provides: tex-concmath-fonts = %{tl_version} -License: LPPL -Summary: Concrete mathematics fonts -Version: svn17218.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(xccam10.tfm) = %{tl_version} -Provides: tex(xccam5.tfm) = %{tl_version} -Provides: tex(xccam6.tfm) = %{tl_version} -Provides: tex(xccam7.tfm) = %{tl_version} -Provides: tex(xccam8.tfm) = %{tl_version} -Provides: tex(xccam9.tfm) = %{tl_version} -Provides: tex(xccbm10.tfm) = %{tl_version} -Provides: tex(xccbm5.tfm) = %{tl_version} -Provides: tex(xccbm6.tfm) = %{tl_version} -Provides: tex(xccbm7.tfm) = %{tl_version} -Provides: tex(xccbm8.tfm) = %{tl_version} -Provides: tex(xccbm9.tfm) = %{tl_version} -Provides: tex(xccex10.tfm) = %{tl_version} -Provides: tex(xccex7.tfm) = %{tl_version} -Provides: tex(xccex8.tfm) = %{tl_version} -Provides: tex(xccex9.tfm) = %{tl_version} -Provides: tex(xccmi10.tfm) = %{tl_version} -Provides: tex(xccmi5.tfm) = %{tl_version} -Provides: tex(xccmi6.tfm) = %{tl_version} -Provides: tex(xccmi7.tfm) = %{tl_version} -Provides: tex(xccmi8.tfm) = %{tl_version} -Provides: tex(xccmi9.tfm) = %{tl_version} -Provides: tex(xccsy10.tfm) = %{tl_version} -Provides: tex(xccsy5.tfm) = %{tl_version} -Provides: tex(xccsy6.tfm) = %{tl_version} -Provides: tex(xccsy7.tfm) = %{tl_version} -Provides: tex(xccsy8.tfm) = %{tl_version} -Provides: tex(xccsy9.tfm) = %{tl_version} - -%description concmath-fonts -The fonts are derived from the computer modern mathematics -fonts and from Knuth's Concrete Roman fonts; they are -distributed as Metafont source. LaTeX support is offered by the -concmath package. - -%package concmath-fonts-doc -Summary: Documentation for concmath-fonts -Version: svn17218.0 - -Provides: tex-concmath-fonts-doc -AutoReqProv: No - -%description concmath-fonts-doc -Documentation for concmath-fonts - -%package cookingsymbols -Provides: tex-cookingsymbols = %{tl_version} -License: LPPL -Summary: Symbols for recipes -Version: svn35929.1.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(cookingsymbols.tfm) = %{tl_version} -Provides: tex(cookingsymbols.sty) = %{tl_version} - -%description cookingsymbols -The package provides 11 symbols for typesetting recipes: oven, -gasstove, topheat, fanoven, gloves and dish symbol (among -others). The symbols are defined using Metafont. - -%package cookingsymbols-doc -Summary: Documentation for cookingsymbols -Version: svn35929.1.1 - -Provides: tex-cookingsymbols-doc -AutoReqProv: No - -%description cookingsymbols-doc -Documentation for cookingsymbols - -%package countriesofeurope -Provides: tex-countriesofeurope = %{tl_version} -License: LPPL -Summary: A font with the images of the countries of Europe -Version: svn54512 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(keyval.sty) -Provides: tex(CountriesOfEurope.enc) = %{tl_version} -Provides: tex(CountriesOfEurope.map) = %{tl_version} -Provides: tex(CountriesOfEurope.tfm) = %{tl_version} -Provides: tex(CountriesOfEurope.pfb) = %{tl_version} -Provides: tex(CountriesOfEurope.sty) = %{tl_version} - -%description countriesofeurope -The bundle provides a font "CountriesOfEurope" (in Adobe Type 1 -format) and the necessary metrics, together with LaTeX macros -for its use. The font provides glyphs with a filled outline of -the shape of each country; each glyph is at the same -cartographic scale. - -%package countriesofeurope-doc -Summary: Documentation for countriesofeurope -Version: svn54512 -Provides: tex-countriesofeurope-doc -AutoReqProv: No - -%description countriesofeurope-doc -Documentation for countriesofeurope - -%package courier-scaled -Provides: tex-courier-scaled = %{tl_version} -License: LPPL 1.2 -Summary: Provides a scaled Courier font -Version: svn24940.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(keyval.sty) -Provides: tex(8rpcrs.fd) = %{tl_version} -Provides: tex(couriers.sty) = %{tl_version} -Provides: tex(il2pcrs.fd) = %{tl_version} -Provides: tex(ly1pcrs.fd) = %{tl_version} -Provides: tex(omlpcrs.fd) = %{tl_version} -Provides: tex(omspcrs.fd) = %{tl_version} -Provides: tex(ot1pcrs.fd) = %{tl_version} -Provides: tex(t1pcrs.fd) = %{tl_version} -Provides: tex(t5pcrs.fd) = %{tl_version} -Provides: tex(ts1pcrs.fd) = %{tl_version} -Provides: tex(xl2pcrs.fd) = %{tl_version} - -%description courier-scaled -This package sets the default typewriter font to Courier with a -possible scale factor (in the same way as the helvet package -for Helvetica works for sans serif). - -%package courier-scaled-doc -Summary: Documentation for courier-scaled -Version: svn24940.0 - -Provides: tex-courier-scaled-doc -AutoReqProv: No - -%description courier-scaled-doc -Documentation for courier-scaled - -%package cryst -Provides: tex-cryst = %{tl_version} -License: LPPL -Summary: Font for graphical symbols used in crystallography -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(cryst.tfm) = %{tl_version} -Provides: tex(cryst.pfb) = %{tl_version} - -%description cryst -The font is provided as an Adobe Type 1 font, and as Metafont -source. Instructions for use are available both in the README -file and (with a font diagram) in the documentation. - -%package cryst-doc -Summary: Documentation for cryst -Version: svn15878.0 - -Provides: tex-cryst-doc -AutoReqProv: No - -%description cryst-doc -Documentation for cryst - -%package cyklop -Provides: tex-cyklop = %{tl_version} -License: LPPL -Summary: The Cyclop typeface -Version: svn18651.0.915 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(cs-cyklop-sc.enc) = %{tl_version} -Provides: tex(cs-cyklop.enc) = %{tl_version} -Provides: tex(ec-cyklop-sc.enc) = %{tl_version} -Provides: tex(ec-cyklop.enc) = %{tl_version} -Provides: tex(l7x-cyklop-sc.enc) = %{tl_version} -Provides: tex(l7x-cyklop.enc) = %{tl_version} -Provides: tex(ly1-cyklop-sc.enc) = %{tl_version} -Provides: tex(ly1-cyklop.enc) = %{tl_version} -Provides: tex(qx-cyklop-sc.enc) = %{tl_version} -Provides: tex(qx-cyklop.enc) = %{tl_version} -Provides: tex(t5-cyklop-sc.enc) = %{tl_version} -Provides: tex(t5-cyklop.enc) = %{tl_version} -Provides: tex(cyklop-cs.map) = %{tl_version} -Provides: tex(cyklop-ec.map) = %{tl_version} -Provides: tex(cyklop-l7x.map) = %{tl_version} -Provides: tex(cyklop-ly1.map) = %{tl_version} -Provides: tex(cyklop-qx.map) = %{tl_version} -Provides: tex(cyklop-t5.map) = %{tl_version} -Provides: tex(cyklop.map) = %{tl_version} -Provides: tex(cyklop-italic.otf) = %{tl_version} -Provides: tex(cyklop-regular.otf) = %{tl_version} -Provides: tex(cs-cyklopi-sc.tfm) = %{tl_version} -Provides: tex(cs-cyklopi.tfm) = %{tl_version} -Provides: tex(cs-cyklopr-sc.tfm) = %{tl_version} -Provides: tex(cs-cyklopr.tfm) = %{tl_version} -Provides: tex(ec-cyklopi-sc.tfm) = %{tl_version} -Provides: tex(ec-cyklopi.tfm) = %{tl_version} -Provides: tex(ec-cyklopr-sc.tfm) = %{tl_version} -Provides: tex(ec-cyklopr.tfm) = %{tl_version} -Provides: tex(l7x-cyklopi-sc.tfm) = %{tl_version} -Provides: tex(l7x-cyklopi.tfm) = %{tl_version} -Provides: tex(l7x-cyklopr-sc.tfm) = %{tl_version} -Provides: tex(l7x-cyklopr.tfm) = %{tl_version} -Provides: tex(ly1-cyklopi-sc.tfm) = %{tl_version} -Provides: tex(ly1-cyklopi.tfm) = %{tl_version} -Provides: tex(ly1-cyklopr-sc.tfm) = %{tl_version} -Provides: tex(ly1-cyklopr.tfm) = %{tl_version} -Provides: tex(qx-cyklopi-sc.tfm) = %{tl_version} -Provides: tex(qx-cyklopi.tfm) = %{tl_version} -Provides: tex(qx-cyklopr-sc.tfm) = %{tl_version} -Provides: tex(qx-cyklopr.tfm) = %{tl_version} -Provides: tex(t5-cyklopi-sc.tfm) = %{tl_version} -Provides: tex(t5-cyklopi.tfm) = %{tl_version} -Provides: tex(t5-cyklopr-sc.tfm) = %{tl_version} -Provides: tex(t5-cyklopr.tfm) = %{tl_version} -Provides: tex(cyklopi.pfb) = %{tl_version} -Provides: tex(cyklopr.pfb) = %{tl_version} -Provides: tex(cyklop.sty) = %{tl_version} -Provides: tex(il2cyklop.fd) = %{tl_version} -Provides: tex(l7xcyklop.fd) = %{tl_version} -Provides: tex(ly1cyklop.fd) = %{tl_version} -Provides: tex(ot1cyklop.fd) = %{tl_version} -Provides: tex(ot4cyklop.fd) = %{tl_version} -Provides: tex(qxcyklop.fd) = %{tl_version} -Provides: tex(t1cyklop.fd) = %{tl_version} -Provides: tex(t5cyklop.fd) = %{tl_version} - -%description cyklop -The Cyclop typeface was designed in the 1920s at the workshop -of Warsaw type foundry "Odlewnia Czcionek J. Idzkowski i S-ka". -This sans serif typeface has a highly modulated stroke so it -has high typographic contrast. The vertical stems are much -heavier then horizontal ones. Most characters have thin -rectangles as additional counters giving the unique shape of -the characters. The lead types of Cyclop typeface were produced -in slanted variant at sizes 8-48 pt. It was heavily used for -heads in newspapers and accidents prints. Typesetters used -Cyclop in the inter-war period, during the occupation in the -underground press. The typeface was used until the beginnings -of the offset print and computer typesetting era. Nowadays it -is hard to find the metal types of this typeface. The font was -generated using the Metatype1 package. Then the original set of -characters was completed by adding the full set of accented -letters and characters of the modern Latin alphabets (including -Vietnamese). The upright variant was generated and it was more -complicated task than it appeared at the beginning. 11 upright -letters of the Cyclop typeface were presented in the book by -Filip Trzaska, "Podstawy techniki wydawniczej" ("Foundation of -the publishing techonology"), Warsaw 1967. But even the author -of the book does not know what was the source of the presented -examples. The fonts are distributed in the Type1 and OpenType -formats along with the files necessary for use these fonts in -TeX and LaTeX including encoding definition files: T1 (ec), T5 -(Vietnamese), OT4, QX, texnansi and nonstandard ones (IL2 for -Czech fonts). - -%package cyklop-doc -Summary: Documentation for cyklop -Version: svn18651.0.915 - -Provides: tex-cyklop-doc -AutoReqProv: No - -%description cyklop-doc -Documentation for cyklop - -%package dancers -Provides: tex-dancers = %{tl_version} -License: Copyright only -Summary: Font for Conan Doyle'ss "The Dancing Men" -Version: svn13293.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(dancers.tfm) = %{tl_version} - -%description dancers -The (Sherlock Holmes) book contains a code which uses dancing -men as glyphs. The alphabet as given is not complete, lacking -f, j, k, q, u, w, x and z, so those letters in the font are not -due to Conan Doyle. The code required word endings to be marked -by the dancing man representing the last letter to be holding a -flag: these are coded as A-Z. -thaTiStOsaYsentenceSiNthEcodElooKlikEthiS. In some cases, the -man has no arms, making it impossible for him to hold a flag. -In these cases, he is wearing a flag on his hat in the -'character'. The font is distributed as Metafont source; it -works poorly in modern environments, and could do with expert -attention (if you are interested, please contact the CTAN team -for details). - -%package dantelogo -Provides: tex-dantelogo = %{tl_version} -License: LPPL -Summary: A font for DANTE's logo -Version: svn38599 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(iftex.sty) -Requires: tex(fontenc.sty) -Requires: tex(fontspec.sty) -Provides: tex(dante.enc) = %{tl_version} -Provides: tex(dante.map) = %{tl_version} -Provides: tex(DANTE-Bold-Italic.otf) = %{tl_version} -Provides: tex(DANTE-Bold.otf) = %{tl_version} -Provides: tex(DANTE-Italic.otf) = %{tl_version} -Provides: tex(DANTE.otf) = %{tl_version} -Provides: tex(DANTE-Bold--texnansx--base.tfm) = %{tl_version} -Provides: tex(DANTE-Bold--texnansx.tfm) = %{tl_version} -Provides: tex(DANTE-Bold-Italic--texnansx--base.tfm) = %{tl_version} -Provides: tex(DANTE-Bold-Italic--texnansx.tfm) = %{tl_version} -Provides: tex(DANTE-Bold.tfm) = %{tl_version} -Provides: tex(DANTE-Italic--texnansx--base.tfm) = %{tl_version} -Provides: tex(DANTE-Italic--texnansx.tfm) = %{tl_version} -Provides: tex(DANTE.tfm) = %{tl_version} -Provides: tex(DANTE-Bold-Italic.pfb) = %{tl_version} -Provides: tex(DANTE-Bold.pfb) = %{tl_version} -Provides: tex(DANTE-Italic.pfb) = %{tl_version} -Provides: tex(DANTE.pfb) = %{tl_version} -Provides: tex(DANTE-Bold--texnansx.vf) = %{tl_version} -Provides: tex(DANTE-Bold-Italic--texnansx.vf) = %{tl_version} -Provides: tex(DANTE-Italic--texnansx.vf) = %{tl_version} -Provides: tex(dantelogo.sty) = %{tl_version} -Provides: tex(OT1DANTE.fd) = %{tl_version} -Provides: tex(T1DANTE.fd) = %{tl_version} - -%description dantelogo -The DANTE font for the logo of DANTE (http://www.dante.de), the -German speaking TeX users group. The font includes only the -five characters d, a, n, t, and e. dantelogo.sty provides an -interface for LuaLaTeX/XeLaTeX/pdfLaTeX. - -%package dantelogo-doc -Summary: Documentation for dantelogo -Version: svn38599 - -Provides: tex-dantelogo-doc -AutoReqProv: No - -%description dantelogo-doc -Documentation for dantelogo - -%package dejavu -Provides: tex-dejavu = %{tl_version} -License: LPPL -Summary: LaTeX support for the DejaVu fonts -Version: svn31771.2.34 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(keyval.sty) -Provides: tex(dejavumono_il2.enc) = %{tl_version} -Provides: tex(dejavumono_lgr.enc) = %{tl_version} -Provides: tex(dejavumono_ot1.enc) = %{tl_version} -Provides: tex(dejavumono_qx.enc) = %{tl_version} -Provides: tex(dejavumono_t1-truetype.enc) = %{tl_version} -Provides: tex(dejavumono_t1-type1.enc) = %{tl_version} -Provides: tex(dejavumono_t2a.enc) = %{tl_version} -Provides: tex(dejavumono_t2b.enc) = %{tl_version} -Provides: tex(dejavumono_t2c.enc) = %{tl_version} -Provides: tex(dejavumono_ts1.enc) = %{tl_version} -Provides: tex(dejavumono_x2.enc) = %{tl_version} -Provides: tex(dejavusans_il2.enc) = %{tl_version} -Provides: tex(dejavusans_lgr.enc) = %{tl_version} -Provides: tex(dejavusans_ot1.enc) = %{tl_version} -Provides: tex(dejavusans_qx.enc) = %{tl_version} -Provides: tex(dejavusans_t1-truetype.enc) = %{tl_version} -Provides: tex(dejavusans_t1-type1.enc) = %{tl_version} -Provides: tex(dejavusans_t2a.enc) = %{tl_version} -Provides: tex(dejavusans_t2b.enc) = %{tl_version} -Provides: tex(dejavusans_t2c.enc) = %{tl_version} -Provides: tex(dejavusans_ts1.enc) = %{tl_version} -Provides: tex(dejavusans_x2.enc) = %{tl_version} -Provides: tex(dejavusanslight_il2.enc) = %{tl_version} -Provides: tex(dejavusanslight_lgr.enc) = %{tl_version} -Provides: tex(dejavusanslight_ot1.enc) = %{tl_version} -Provides: tex(dejavusanslight_qx.enc) = %{tl_version} -Provides: tex(dejavusanslight_t1-truetype.enc) = %{tl_version} -Provides: tex(dejavusanslight_t1-type1.enc) = %{tl_version} -Provides: tex(dejavusanslight_t2a.enc) = %{tl_version} -Provides: tex(dejavusanslight_t2b.enc) = %{tl_version} -Provides: tex(dejavusanslight_t2c.enc) = %{tl_version} -Provides: tex(dejavusanslight_ts1.enc) = %{tl_version} -Provides: tex(dejavusanslight_x2.enc) = %{tl_version} -Provides: tex(dejavuserif_il2.enc) = %{tl_version} -Provides: tex(dejavuserif_lgr.enc) = %{tl_version} -Provides: tex(dejavuserif_ot1.enc) = %{tl_version} -Provides: tex(dejavuserif_qx.enc) = %{tl_version} -Provides: tex(dejavuserif_t1-truetype.enc) = %{tl_version} -Provides: tex(dejavuserif_t1-type1.enc) = %{tl_version} -Provides: tex(dejavuserif_t2a.enc) = %{tl_version} -Provides: tex(dejavuserif_t2b.enc) = %{tl_version} -Provides: tex(dejavuserif_t2c.enc) = %{tl_version} -Provides: tex(dejavuserif_ts1.enc) = %{tl_version} -Provides: tex(dejavuserif_x2.enc) = %{tl_version} -Provides: tex(dejavu-truetype.map) = %{tl_version} -Provides: tex(dejavu-type1.map) = %{tl_version} -Provides: tex(DejaVuSans-Bold-tlf-il2.tfm) = %{tl_version} -Provides: tex(DejaVuSans-Bold-tlf-lgr.tfm) = %{tl_version} -Provides: tex(DejaVuSans-Bold-tlf-ot1.tfm) = %{tl_version} -Provides: tex(DejaVuSans-Bold-tlf-qx--base.tfm) = %{tl_version} -Provides: tex(DejaVuSans-Bold-tlf-qx.tfm) = %{tl_version} -Provides: tex(DejaVuSans-Bold-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSans-Bold-tlf-t1.tfm) = %{tl_version} -Provides: tex(DejaVuSans-Bold-tlf-t2a.tfm) = %{tl_version} -Provides: tex(DejaVuSans-Bold-tlf-t2b.tfm) = %{tl_version} -Provides: tex(DejaVuSans-Bold-tlf-t2c.tfm) = %{tl_version} -Provides: tex(DejaVuSans-Bold-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSans-Bold-tlf-ts1.tfm) = %{tl_version} -Provides: tex(DejaVuSans-Bold-tlf-x2.tfm) = %{tl_version} -Provides: tex(DejaVuSans-BoldOblique-tlf-il2.tfm) = %{tl_version} -Provides: tex(DejaVuSans-BoldOblique-tlf-lgr.tfm) = %{tl_version} -Provides: tex(DejaVuSans-BoldOblique-tlf-ot1.tfm) = %{tl_version} -Provides: tex(DejaVuSans-BoldOblique-tlf-qx--base.tfm) = %{tl_version} -Provides: tex(DejaVuSans-BoldOblique-tlf-qx.tfm) = %{tl_version} -Provides: tex(DejaVuSans-BoldOblique-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSans-BoldOblique-tlf-t1.tfm) = %{tl_version} -Provides: tex(DejaVuSans-BoldOblique-tlf-t2a.tfm) = %{tl_version} -Provides: tex(DejaVuSans-BoldOblique-tlf-t2b.tfm) = %{tl_version} -Provides: tex(DejaVuSans-BoldOblique-tlf-t2c.tfm) = %{tl_version} -Provides: tex(DejaVuSans-BoldOblique-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSans-BoldOblique-tlf-ts1.tfm) = %{tl_version} -Provides: tex(DejaVuSans-BoldOblique-tlf-x2.tfm) = %{tl_version} -Provides: tex(DejaVuSans-ExtraLight-tlf-il2.tfm) = %{tl_version} -Provides: tex(DejaVuSans-ExtraLight-tlf-lgr.tfm) = %{tl_version} -Provides: tex(DejaVuSans-ExtraLight-tlf-ot1.tfm) = %{tl_version} -Provides: tex(DejaVuSans-ExtraLight-tlf-qx--base.tfm) = %{tl_version} -Provides: tex(DejaVuSans-ExtraLight-tlf-qx.tfm) = %{tl_version} -Provides: tex(DejaVuSans-ExtraLight-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSans-ExtraLight-tlf-t1.tfm) = %{tl_version} -Provides: tex(DejaVuSans-ExtraLight-tlf-t2a--base.tfm) = %{tl_version} -Provides: tex(DejaVuSans-ExtraLight-tlf-t2a.tfm) = %{tl_version} -Provides: tex(DejaVuSans-ExtraLight-tlf-t2b--base.tfm) = %{tl_version} -Provides: tex(DejaVuSans-ExtraLight-tlf-t2b.tfm) = %{tl_version} -Provides: tex(DejaVuSans-ExtraLight-tlf-t2c--base.tfm) = %{tl_version} -Provides: tex(DejaVuSans-ExtraLight-tlf-t2c.tfm) = %{tl_version} -Provides: tex(DejaVuSans-ExtraLight-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSans-ExtraLight-tlf-ts1.tfm) = %{tl_version} -Provides: tex(DejaVuSans-ExtraLight-tlf-x2--base.tfm) = %{tl_version} -Provides: tex(DejaVuSans-ExtraLight-tlf-x2.tfm) = %{tl_version} -Provides: tex(DejaVuSans-Oblique-tlf-il2.tfm) = %{tl_version} -Provides: tex(DejaVuSans-Oblique-tlf-lgr.tfm) = %{tl_version} -Provides: tex(DejaVuSans-Oblique-tlf-ot1.tfm) = %{tl_version} -Provides: tex(DejaVuSans-Oblique-tlf-qx--base.tfm) = %{tl_version} -Provides: tex(DejaVuSans-Oblique-tlf-qx.tfm) = %{tl_version} -Provides: tex(DejaVuSans-Oblique-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSans-Oblique-tlf-t1.tfm) = %{tl_version} -Provides: tex(DejaVuSans-Oblique-tlf-t2a.tfm) = %{tl_version} -Provides: tex(DejaVuSans-Oblique-tlf-t2b.tfm) = %{tl_version} -Provides: tex(DejaVuSans-Oblique-tlf-t2c.tfm) = %{tl_version} -Provides: tex(DejaVuSans-Oblique-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSans-Oblique-tlf-ts1.tfm) = %{tl_version} -Provides: tex(DejaVuSans-Oblique-tlf-x2.tfm) = %{tl_version} -Provides: tex(DejaVuSans-tlf-il2.tfm) = %{tl_version} -Provides: tex(DejaVuSans-tlf-lgr.tfm) = %{tl_version} -Provides: tex(DejaVuSans-tlf-ot1.tfm) = %{tl_version} -Provides: tex(DejaVuSans-tlf-qx--base.tfm) = %{tl_version} -Provides: tex(DejaVuSans-tlf-qx.tfm) = %{tl_version} -Provides: tex(DejaVuSans-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSans-tlf-t1.tfm) = %{tl_version} -Provides: tex(DejaVuSans-tlf-t2a.tfm) = %{tl_version} -Provides: tex(DejaVuSans-tlf-t2b.tfm) = %{tl_version} -Provides: tex(DejaVuSans-tlf-t2c.tfm) = %{tl_version} -Provides: tex(DejaVuSans-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSans-tlf-ts1.tfm) = %{tl_version} -Provides: tex(DejaVuSans-tlf-x2.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-Bold-tlf-il2.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-Bold-tlf-lgr.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-Bold-tlf-ot1.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-Bold-tlf-qx--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-Bold-tlf-qx.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-Bold-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-Bold-tlf-t1.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-Bold-tlf-t2a.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-Bold-tlf-t2b.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-Bold-tlf-t2c.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-Bold-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-Bold-tlf-ts1.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-Bold-tlf-x2.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-BoldOblique-tlf-il2.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-BoldOblique-tlf-lgr.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-BoldOblique-tlf-ot1.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-BoldOblique-tlf-qx--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-BoldOblique-tlf-qx.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-BoldOblique-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-BoldOblique-tlf-t1.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-BoldOblique-tlf-t2a.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-BoldOblique-tlf-t2b.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-BoldOblique-tlf-t2c.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-BoldOblique-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-BoldOblique-tlf-ts1.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-BoldOblique-tlf-x2.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-Oblique-tlf-il2.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-Oblique-tlf-lgr.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-Oblique-tlf-ot1.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-Oblique-tlf-qx--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-Oblique-tlf-qx.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-Oblique-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-Oblique-tlf-t1.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-Oblique-tlf-t2a.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-Oblique-tlf-t2b.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-Oblique-tlf-t2c.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-Oblique-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-Oblique-tlf-ts1.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-Oblique-tlf-x2.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-tlf-il2.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-tlf-lgr.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-tlf-ot1.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-tlf-qx--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-tlf-qx.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-tlf-t1.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-tlf-t2a.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-tlf-t2b.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-tlf-t2c.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-tlf-ts1.tfm) = %{tl_version} -Provides: tex(DejaVuSansCondensed-tlf-x2.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-Bold-tlf-il2.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-Bold-tlf-lgr--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-Bold-tlf-lgr.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-Bold-tlf-ot1.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-Bold-tlf-qx--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-Bold-tlf-qx.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-Bold-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-Bold-tlf-t1.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-Bold-tlf-t2a--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-Bold-tlf-t2a.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-Bold-tlf-t2b--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-Bold-tlf-t2b.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-Bold-tlf-t2c--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-Bold-tlf-t2c.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-Bold-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-Bold-tlf-ts1.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-Bold-tlf-x2--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-Bold-tlf-x2.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-BoldOblique-tlf-il2.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-BoldOblique-tlf-lgr--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-BoldOblique-tlf-lgr.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-BoldOblique-tlf-ot1.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-BoldOblique-tlf-qx--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-BoldOblique-tlf-qx.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-BoldOblique-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-BoldOblique-tlf-t1.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-BoldOblique-tlf-t2a--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-BoldOblique-tlf-t2a.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-BoldOblique-tlf-t2b--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-BoldOblique-tlf-t2b.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-BoldOblique-tlf-t2c--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-BoldOblique-tlf-t2c.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-BoldOblique-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-BoldOblique-tlf-ts1.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-BoldOblique-tlf-x2--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-BoldOblique-tlf-x2.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-Oblique-tlf-il2.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-Oblique-tlf-lgr--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-Oblique-tlf-lgr.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-Oblique-tlf-ot1.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-Oblique-tlf-qx--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-Oblique-tlf-qx.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-Oblique-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-Oblique-tlf-t1.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-Oblique-tlf-t2a--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-Oblique-tlf-t2a.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-Oblique-tlf-t2b--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-Oblique-tlf-t2b.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-Oblique-tlf-t2c--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-Oblique-tlf-t2c.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-Oblique-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-Oblique-tlf-ts1.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-Oblique-tlf-x2--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-Oblique-tlf-x2.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-tlf-il2.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-tlf-lgr--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-tlf-lgr.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-tlf-ot1.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-tlf-qx--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-tlf-qx.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-tlf-t1.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-tlf-t2a--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-tlf-t2a.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-tlf-t2b--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-tlf-t2b.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-tlf-t2c--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-tlf-t2c.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-tlf-ts1.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-tlf-x2--base.tfm) = %{tl_version} -Provides: tex(DejaVuSansMono-tlf-x2.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-Bold-tlf-il2.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-Bold-tlf-lgr.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-Bold-tlf-ot1.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-Bold-tlf-qx--base.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-Bold-tlf-qx.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-Bold-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-Bold-tlf-t1.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-Bold-tlf-t2a.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-Bold-tlf-t2b.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-Bold-tlf-t2c.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-Bold-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-Bold-tlf-ts1.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-Bold-tlf-x2.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-BoldItalic-tlf-il2.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-BoldItalic-tlf-lgr.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-BoldItalic-tlf-ot1.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-BoldItalic-tlf-qx--base.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-BoldItalic-tlf-qx.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-BoldItalic-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-BoldItalic-tlf-t1.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-BoldItalic-tlf-t2a.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-BoldItalic-tlf-t2b.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-BoldItalic-tlf-t2c.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-BoldItalic-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-BoldItalic-tlf-ts1.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-BoldItalic-tlf-x2.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-Italic-tlf-il2.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-Italic-tlf-lgr.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-Italic-tlf-ot1.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-Italic-tlf-qx--base.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-Italic-tlf-qx.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-Italic-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-Italic-tlf-t1.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-Italic-tlf-t2a.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-Italic-tlf-t2b.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-Italic-tlf-t2c.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-Italic-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-Italic-tlf-ts1.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-Italic-tlf-x2.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-tlf-il2.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-tlf-lgr.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-tlf-ot1.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-tlf-qx--base.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-tlf-qx.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-tlf-t1.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-tlf-t2a.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-tlf-t2b.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-tlf-t2c.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-tlf-ts1.tfm) = %{tl_version} -Provides: tex(DejaVuSerif-tlf-x2.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-Bold-tlf-il2.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-Bold-tlf-lgr.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-Bold-tlf-ot1.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-Bold-tlf-qx--base.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-Bold-tlf-qx.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-Bold-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-Bold-tlf-t1.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-Bold-tlf-t2a.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-Bold-tlf-t2b.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-Bold-tlf-t2c.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-Bold-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-Bold-tlf-ts1.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-Bold-tlf-x2.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-BoldItalic-tlf-il2.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-BoldItalic-tlf-lgr.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-BoldItalic-tlf-ot1.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-BoldItalic-tlf-qx--base.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-BoldItalic-tlf-qx.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-BoldItalic-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-BoldItalic-tlf-t1.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-BoldItalic-tlf-t2a.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-BoldItalic-tlf-t2b.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-BoldItalic-tlf-t2c.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-BoldItalic-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-BoldItalic-tlf-ts1.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-BoldItalic-tlf-x2.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-Italic-tlf-il2.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-Italic-tlf-lgr.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-Italic-tlf-ot1.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-Italic-tlf-qx--base.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-Italic-tlf-qx.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-Italic-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-Italic-tlf-t1.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-Italic-tlf-t2a.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-Italic-tlf-t2b.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-Italic-tlf-t2c.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-Italic-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-Italic-tlf-ts1.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-Italic-tlf-x2.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-tlf-il2.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-tlf-lgr.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-tlf-ot1.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-tlf-qx--base.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-tlf-qx.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-tlf-t1.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-tlf-t2a.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-tlf-t2b.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-tlf-t2c.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-tlf-ts1.tfm) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-tlf-x2.tfm) = %{tl_version} -Provides: tex(DejaVuSans-Bold.ttf) = %{tl_version} -Provides: tex(DejaVuSans-BoldOblique.ttf) = %{tl_version} -Provides: tex(DejaVuSans-ExtraLight.ttf) = %{tl_version} -Provides: tex(DejaVuSans-Oblique.ttf) = %{tl_version} -Provides: tex(DejaVuSans.ttf) = %{tl_version} -Provides: tex(DejaVuSansCondensed-Bold.ttf) = %{tl_version} -Provides: tex(DejaVuSansCondensed-BoldOblique.ttf) = %{tl_version} -Provides: tex(DejaVuSansCondensed-Oblique.ttf) = %{tl_version} -Provides: tex(DejaVuSansCondensed.ttf) = %{tl_version} -Provides: tex(DejaVuSansMono-Bold.ttf) = %{tl_version} -Provides: tex(DejaVuSansMono-BoldOblique.ttf) = %{tl_version} -Provides: tex(DejaVuSansMono-Oblique.ttf) = %{tl_version} -Provides: tex(DejaVuSansMono.ttf) = %{tl_version} -Provides: tex(DejaVuSerif-Bold.ttf) = %{tl_version} -Provides: tex(DejaVuSerif-BoldItalic.ttf) = %{tl_version} -Provides: tex(DejaVuSerif-Italic.ttf) = %{tl_version} -Provides: tex(DejaVuSerif.ttf) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-Bold.ttf) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-BoldItalic.ttf) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-Italic.ttf) = %{tl_version} -Provides: tex(DejaVuSerifCondensed.ttf) = %{tl_version} -Provides: tex(DejaVuSans-Bold.pfb) = %{tl_version} -Provides: tex(DejaVuSans-BoldOblique.pfb) = %{tl_version} -Provides: tex(DejaVuSans-ExtraLight.pfb) = %{tl_version} -Provides: tex(DejaVuSans-Oblique.pfb) = %{tl_version} -Provides: tex(DejaVuSans.pfb) = %{tl_version} -Provides: tex(DejaVuSansCondensed-Bold.pfb) = %{tl_version} -Provides: tex(DejaVuSansCondensed-BoldOblique.pfb) = %{tl_version} -Provides: tex(DejaVuSansCondensed-Oblique.pfb) = %{tl_version} -Provides: tex(DejaVuSansCondensed.pfb) = %{tl_version} -Provides: tex(DejaVuSansMono-Bold.pfb) = %{tl_version} -Provides: tex(DejaVuSansMono-BoldOblique.pfb) = %{tl_version} -Provides: tex(DejaVuSansMono-Oblique.pfb) = %{tl_version} -Provides: tex(DejaVuSansMono.pfb) = %{tl_version} -Provides: tex(DejaVuSerif-Bold.pfb) = %{tl_version} -Provides: tex(DejaVuSerif-BoldItalic.pfb) = %{tl_version} -Provides: tex(DejaVuSerif-Italic.pfb) = %{tl_version} -Provides: tex(DejaVuSerif.pfb) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-Bold.pfb) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-BoldItalic.pfb) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-Italic.pfb) = %{tl_version} -Provides: tex(DejaVuSerifCondensed.pfb) = %{tl_version} -Provides: tex(DejaVuSans-Bold-tlf-qx.vf) = %{tl_version} -Provides: tex(DejaVuSans-Bold-tlf-t1.vf) = %{tl_version} -Provides: tex(DejaVuSans-Bold-tlf-ts1.vf) = %{tl_version} -Provides: tex(DejaVuSans-BoldOblique-tlf-qx.vf) = %{tl_version} -Provides: tex(DejaVuSans-BoldOblique-tlf-t1.vf) = %{tl_version} -Provides: tex(DejaVuSans-BoldOblique-tlf-ts1.vf) = %{tl_version} -Provides: tex(DejaVuSans-ExtraLight-tlf-qx.vf) = %{tl_version} -Provides: tex(DejaVuSans-ExtraLight-tlf-t1.vf) = %{tl_version} -Provides: tex(DejaVuSans-ExtraLight-tlf-t2a.vf) = %{tl_version} -Provides: tex(DejaVuSans-ExtraLight-tlf-t2b.vf) = %{tl_version} -Provides: tex(DejaVuSans-ExtraLight-tlf-t2c.vf) = %{tl_version} -Provides: tex(DejaVuSans-ExtraLight-tlf-ts1.vf) = %{tl_version} -Provides: tex(DejaVuSans-ExtraLight-tlf-x2.vf) = %{tl_version} -Provides: tex(DejaVuSans-Oblique-tlf-qx.vf) = %{tl_version} -Provides: tex(DejaVuSans-Oblique-tlf-t1.vf) = %{tl_version} -Provides: tex(DejaVuSans-Oblique-tlf-ts1.vf) = %{tl_version} -Provides: tex(DejaVuSans-tlf-qx.vf) = %{tl_version} -Provides: tex(DejaVuSans-tlf-t1.vf) = %{tl_version} -Provides: tex(DejaVuSans-tlf-ts1.vf) = %{tl_version} -Provides: tex(DejaVuSansCondensed-Bold-tlf-qx.vf) = %{tl_version} -Provides: tex(DejaVuSansCondensed-Bold-tlf-t1.vf) = %{tl_version} -Provides: tex(DejaVuSansCondensed-Bold-tlf-ts1.vf) = %{tl_version} -Provides: tex(DejaVuSansCondensed-BoldOblique-tlf-qx.vf) = %{tl_version} -Provides: tex(DejaVuSansCondensed-BoldOblique-tlf-t1.vf) = %{tl_version} -Provides: tex(DejaVuSansCondensed-BoldOblique-tlf-ts1.vf) = %{tl_version} -Provides: tex(DejaVuSansCondensed-Oblique-tlf-qx.vf) = %{tl_version} -Provides: tex(DejaVuSansCondensed-Oblique-tlf-t1.vf) = %{tl_version} -Provides: tex(DejaVuSansCondensed-Oblique-tlf-ts1.vf) = %{tl_version} -Provides: tex(DejaVuSansCondensed-tlf-qx.vf) = %{tl_version} -Provides: tex(DejaVuSansCondensed-tlf-t1.vf) = %{tl_version} -Provides: tex(DejaVuSansCondensed-tlf-ts1.vf) = %{tl_version} -Provides: tex(DejaVuSansMono-Bold-tlf-lgr.vf) = %{tl_version} -Provides: tex(DejaVuSansMono-Bold-tlf-qx.vf) = %{tl_version} -Provides: tex(DejaVuSansMono-Bold-tlf-t1.vf) = %{tl_version} -Provides: tex(DejaVuSansMono-Bold-tlf-t2a.vf) = %{tl_version} -Provides: tex(DejaVuSansMono-Bold-tlf-t2b.vf) = %{tl_version} -Provides: tex(DejaVuSansMono-Bold-tlf-t2c.vf) = %{tl_version} -Provides: tex(DejaVuSansMono-Bold-tlf-ts1.vf) = %{tl_version} -Provides: tex(DejaVuSansMono-Bold-tlf-x2.vf) = %{tl_version} -Provides: tex(DejaVuSansMono-BoldOblique-tlf-lgr.vf) = %{tl_version} -Provides: tex(DejaVuSansMono-BoldOblique-tlf-qx.vf) = %{tl_version} -Provides: tex(DejaVuSansMono-BoldOblique-tlf-t1.vf) = %{tl_version} -Provides: tex(DejaVuSansMono-BoldOblique-tlf-t2a.vf) = %{tl_version} -Provides: tex(DejaVuSansMono-BoldOblique-tlf-t2b.vf) = %{tl_version} -Provides: tex(DejaVuSansMono-BoldOblique-tlf-t2c.vf) = %{tl_version} -Provides: tex(DejaVuSansMono-BoldOblique-tlf-ts1.vf) = %{tl_version} -Provides: tex(DejaVuSansMono-BoldOblique-tlf-x2.vf) = %{tl_version} -Provides: tex(DejaVuSansMono-Oblique-tlf-lgr.vf) = %{tl_version} -Provides: tex(DejaVuSansMono-Oblique-tlf-qx.vf) = %{tl_version} -Provides: tex(DejaVuSansMono-Oblique-tlf-t1.vf) = %{tl_version} -Provides: tex(DejaVuSansMono-Oblique-tlf-t2a.vf) = %{tl_version} -Provides: tex(DejaVuSansMono-Oblique-tlf-t2b.vf) = %{tl_version} -Provides: tex(DejaVuSansMono-Oblique-tlf-t2c.vf) = %{tl_version} -Provides: tex(DejaVuSansMono-Oblique-tlf-ts1.vf) = %{tl_version} -Provides: tex(DejaVuSansMono-Oblique-tlf-x2.vf) = %{tl_version} -Provides: tex(DejaVuSansMono-tlf-lgr.vf) = %{tl_version} -Provides: tex(DejaVuSansMono-tlf-qx.vf) = %{tl_version} -Provides: tex(DejaVuSansMono-tlf-t1.vf) = %{tl_version} -Provides: tex(DejaVuSansMono-tlf-t2a.vf) = %{tl_version} -Provides: tex(DejaVuSansMono-tlf-t2b.vf) = %{tl_version} -Provides: tex(DejaVuSansMono-tlf-t2c.vf) = %{tl_version} -Provides: tex(DejaVuSansMono-tlf-ts1.vf) = %{tl_version} -Provides: tex(DejaVuSansMono-tlf-x2.vf) = %{tl_version} -Provides: tex(DejaVuSerif-Bold-tlf-qx.vf) = %{tl_version} -Provides: tex(DejaVuSerif-Bold-tlf-t1.vf) = %{tl_version} -Provides: tex(DejaVuSerif-Bold-tlf-ts1.vf) = %{tl_version} -Provides: tex(DejaVuSerif-BoldItalic-tlf-qx.vf) = %{tl_version} -Provides: tex(DejaVuSerif-BoldItalic-tlf-t1.vf) = %{tl_version} -Provides: tex(DejaVuSerif-BoldItalic-tlf-ts1.vf) = %{tl_version} -Provides: tex(DejaVuSerif-Italic-tlf-qx.vf) = %{tl_version} -Provides: tex(DejaVuSerif-Italic-tlf-t1.vf) = %{tl_version} -Provides: tex(DejaVuSerif-Italic-tlf-ts1.vf) = %{tl_version} -Provides: tex(DejaVuSerif-tlf-qx.vf) = %{tl_version} -Provides: tex(DejaVuSerif-tlf-t1.vf) = %{tl_version} -Provides: tex(DejaVuSerif-tlf-ts1.vf) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-Bold-tlf-qx.vf) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-Bold-tlf-t1.vf) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-Bold-tlf-ts1.vf) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-BoldItalic-tlf-qx.vf) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-BoldItalic-tlf-t1.vf) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-BoldItalic-tlf-ts1.vf) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-Italic-tlf-qx.vf) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-Italic-tlf-t1.vf) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-Italic-tlf-ts1.vf) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-tlf-qx.vf) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-tlf-t1.vf) = %{tl_version} -Provides: tex(DejaVuSerifCondensed-tlf-ts1.vf) = %{tl_version} -Provides: tex(DejaVuSans.sty) = %{tl_version} -Provides: tex(DejaVuSansCondensed.sty) = %{tl_version} -Provides: tex(DejaVuSansMono.sty) = %{tl_version} -Provides: tex(DejaVuSerif.sty) = %{tl_version} -Provides: tex(DejaVuSerifCondensed.sty) = %{tl_version} -Provides: tex(IL2DejaVuSans-TLF.fd) = %{tl_version} -Provides: tex(IL2DejaVuSansCondensed-TLF.fd) = %{tl_version} -Provides: tex(IL2DejaVuSansMono-TLF.fd) = %{tl_version} -Provides: tex(IL2DejaVuSerif-TLF.fd) = %{tl_version} -Provides: tex(IL2DejaVuSerifCondensed-TLF.fd) = %{tl_version} -Provides: tex(LGRDejaVuSans-TLF.fd) = %{tl_version} -Provides: tex(LGRDejaVuSansCondensed-TLF.fd) = %{tl_version} -Provides: tex(LGRDejaVuSansMono-TLF.fd) = %{tl_version} -Provides: tex(LGRDejaVuSerif-TLF.fd) = %{tl_version} -Provides: tex(LGRDejaVuSerifCondensed-TLF.fd) = %{tl_version} -Provides: tex(OT1DejaVuSans-TLF.fd) = %{tl_version} -Provides: tex(OT1DejaVuSansCondensed-TLF.fd) = %{tl_version} -Provides: tex(OT1DejaVuSansMono-TLF.fd) = %{tl_version} -Provides: tex(OT1DejaVuSerif-TLF.fd) = %{tl_version} -Provides: tex(OT1DejaVuSerifCondensed-TLF.fd) = %{tl_version} -Provides: tex(QXDejaVuSans-TLF.fd) = %{tl_version} -Provides: tex(QXDejaVuSansCondensed-TLF.fd) = %{tl_version} -Provides: tex(QXDejaVuSansMono-TLF.fd) = %{tl_version} -Provides: tex(QXDejaVuSerif-TLF.fd) = %{tl_version} -Provides: tex(QXDejaVuSerifCondensed-TLF.fd) = %{tl_version} -Provides: tex(T1DejaVuSans-TLF.fd) = %{tl_version} -Provides: tex(T1DejaVuSansCondensed-TLF.fd) = %{tl_version} -Provides: tex(T1DejaVuSansMono-TLF.fd) = %{tl_version} -Provides: tex(T1DejaVuSerif-TLF.fd) = %{tl_version} -Provides: tex(T1DejaVuSerifCondensed-TLF.fd) = %{tl_version} -Provides: tex(T2ADejaVuSans-TLF.fd) = %{tl_version} -Provides: tex(T2ADejaVuSansCondensed-TLF.fd) = %{tl_version} -Provides: tex(T2ADejaVuSansMono-TLF.fd) = %{tl_version} -Provides: tex(T2ADejaVuSerif-TLF.fd) = %{tl_version} -Provides: tex(T2ADejaVuSerifCondensed-TLF.fd) = %{tl_version} -Provides: tex(T2BDejaVuSans-TLF.fd) = %{tl_version} -Provides: tex(T2BDejaVuSansCondensed-TLF.fd) = %{tl_version} -Provides: tex(T2BDejaVuSansMono-TLF.fd) = %{tl_version} -Provides: tex(T2BDejaVuSerif-TLF.fd) = %{tl_version} -Provides: tex(T2BDejaVuSerifCondensed-TLF.fd) = %{tl_version} -Provides: tex(T2CDejaVuSans-TLF.fd) = %{tl_version} -Provides: tex(T2CDejaVuSansCondensed-TLF.fd) = %{tl_version} -Provides: tex(T2CDejaVuSansMono-TLF.fd) = %{tl_version} -Provides: tex(T2CDejaVuSerif-TLF.fd) = %{tl_version} -Provides: tex(T2CDejaVuSerifCondensed-TLF.fd) = %{tl_version} -Provides: tex(TS1DejaVuSans-TLF.fd) = %{tl_version} -Provides: tex(TS1DejaVuSansCondensed-TLF.fd) = %{tl_version} -Provides: tex(TS1DejaVuSansMono-TLF.fd) = %{tl_version} -Provides: tex(TS1DejaVuSerif-TLF.fd) = %{tl_version} -Provides: tex(TS1DejaVuSerifCondensed-TLF.fd) = %{tl_version} -Provides: tex(X2DejaVuSans-TLF.fd) = %{tl_version} -Provides: tex(X2DejaVuSansCondensed-TLF.fd) = %{tl_version} -Provides: tex(X2DejaVuSansMono-TLF.fd) = %{tl_version} -Provides: tex(X2DejaVuSerif-TLF.fd) = %{tl_version} -Provides: tex(X2DejaVuSerifCondensed-TLF.fd) = %{tl_version} -Provides: tex(dejavu.sty) = %{tl_version} - -%description dejavu -The package contains LaTeX support for the DejaVu fonts, which -are derived from the Vera fonts but contain more characters and -styles. The fonts are included in the original TrueType format, -and in converted Type 1 format. The (currently) supported -encodings are: OT1, T1, IL2, TS1, T2*, X2, QX, and LGR. The -package doesn't (currently) support mathematics. More encodings -and/or features are expected. - -%package dejavu-doc -Summary: Documentation for dejavu -Version: svn31771.2.34 - -Provides: tex-dejavu-doc -AutoReqProv: No - -%description dejavu-doc -Documentation for dejavu - -%package dice -Provides: tex-dice = %{tl_version} -License: LPPL -Summary: A font for die faces -Version: svn28501.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(dice3d.tfm) = %{tl_version} - -%description dice -A Metafont font that can produce die faces in 2D or with -various 3D effects. - -%package dice-doc -Summary: Documentation for dice -Version: svn28501.0 - -Provides: tex-dice-doc -AutoReqProv: No - -%description dice-doc -Documentation for dice - -%package dictsym -Provides: tex-dictsym = %{tl_version} -License: LPPL -Summary: DictSym font and macro package -Version: svn20031.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pifont.sty) -Requires: tex(keyval.sty) -Provides: tex(dictsym.map) = %{tl_version} -Provides: tex(dictsym.tfm) = %{tl_version} -Provides: tex(dictsym.pfb) = %{tl_version} -Provides: tex(dictsym.sty) = %{tl_version} - -%description dictsym -This directory contains the DictSym Type1 font designed by -Georg Verweyen and all files required to use it with LaTeX on -the Unix or PC platforms. The font provides a number of symbols -commonly used in dictionaries. The accompanying macro package -makes the symbols accessible as LaTeX commands. - -%package dictsym-doc -Summary: Documentation for dictsym -Version: svn20031.0 - -Provides: tex-dictsym-doc -AutoReqProv: No - -%description dictsym-doc -Documentation for dictsym - -%package dingbat -Provides: tex-dingbat = %{tl_version} -License: LPPL -Summary: Two dingbat symbol fonts -Version: svn27918.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(ark10.tfm) = %{tl_version} -Provides: tex(dingbat.tfm) = %{tl_version} -Provides: tex(dingbat.sty) = %{tl_version} -Provides: tex(uark.fd) = %{tl_version} -Provides: tex(udingbat.fd) = %{tl_version} - -%description dingbat -The fonts (ark10 and dingbat) are specified in Metafont; -support macros are provided for use in LaTeX. An Adobe Type 1 -version of the fonts is available in the niceframe fonts -bundle. - -%package dingbat-doc -Summary: Documentation for dingbat -Version: svn27918.1.0 - -Provides: tex-dingbat-doc -AutoReqProv: No - -%description dingbat-doc -Documentation for dingbat - -%package doublestroke -Provides: tex-doublestroke = %{tl_version} -License: Doublestroke -Summary: Typeset mathematical double stroke symbols -Version: svn15878.1.111 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(dstroke.map) = %{tl_version} -Provides: tex(dsrom10.tfm) = %{tl_version} -Provides: tex(dsrom12.tfm) = %{tl_version} -Provides: tex(dsrom8.tfm) = %{tl_version} -Provides: tex(dsss10.tfm) = %{tl_version} -Provides: tex(dsss12.tfm) = %{tl_version} -Provides: tex(dsss8.tfm) = %{tl_version} -Provides: tex(dsrom10.pfb) = %{tl_version} -Provides: tex(dsrom12.pfb) = %{tl_version} -Provides: tex(dsrom8.pfb) = %{tl_version} -Provides: tex(dsss10.pfb) = %{tl_version} -Provides: tex(dsss12.pfb) = %{tl_version} -Provides: tex(dsss8.pfb) = %{tl_version} -Provides: tex(Udsrom.fd) = %{tl_version} -Provides: tex(Udsss.fd) = %{tl_version} -Provides: tex(dsfont.sty) = %{tl_version} - -%description doublestroke -A font based on Computer Modern Roman useful for typesetting -the mathematical symbols for the natural numbers (N), whole -numbers (Z), rational numbers (Q), real numbers (R) and complex -numbers (C); coverage includes all Roman capital letters, '1', -'h' and 'k'. The font is available both as Metafont source and -in Adobe Type 1 format, and LaTeX macros for its use are -provided. The fonts appear in the blackboard bold sampler. - -%package doublestroke-doc -Summary: Documentation for doublestroke -Version: svn15878.1.111 - -Provides: tex-doublestroke-doc -AutoReqProv: No - -%description doublestroke-doc -Documentation for doublestroke - -%package dozenal -Provides: tex-dozenal = %{tl_version} -License: LPPL 1.3 -Summary: Typeset documents using base twelve numbering (also called "dozenal") -Version: svn47680 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fixltx2e.sty) -Requires: tex(xstring.sty) -Requires: tex(ifpdf.sty) -Requires: tex(mfirstuc.sty) -Provides: tex(dozenal.map) = %{tl_version} -Provides: tex(dozchars10.tfm) = %{tl_version} -Provides: tex(dozchars12.tfm) = %{tl_version} -Provides: tex(dozchars17.tfm) = %{tl_version} -Provides: tex(dozchars6.tfm) = %{tl_version} -Provides: tex(dozchars7.tfm) = %{tl_version} -Provides: tex(dozchars8.tfm) = %{tl_version} -Provides: tex(dozchars9.tfm) = %{tl_version} -Provides: tex(dozchb10.tfm) = %{tl_version} -Provides: tex(dozchbx10.tfm) = %{tl_version} -Provides: tex(dozchbx12.tfm) = %{tl_version} -Provides: tex(dozchbx5.tfm) = %{tl_version} -Provides: tex(dozchbx6.tfm) = %{tl_version} -Provides: tex(dozchbx7.tfm) = %{tl_version} -Provides: tex(dozchbx8.tfm) = %{tl_version} -Provides: tex(dozchbx9.tfm) = %{tl_version} -Provides: tex(dozchbxi10.tfm) = %{tl_version} -Provides: tex(dozchbxsl10.tfm) = %{tl_version} -Provides: tex(dozchit10.tfm) = %{tl_version} -Provides: tex(dozchit12.tfm) = %{tl_version} -Provides: tex(dozchit7.tfm) = %{tl_version} -Provides: tex(dozchit8.tfm) = %{tl_version} -Provides: tex(dozchit9.tfm) = %{tl_version} -Provides: tex(dozchsl10.tfm) = %{tl_version} -Provides: tex(dozchsl12.tfm) = %{tl_version} -Provides: tex(dozchsl8.tfm) = %{tl_version} -Provides: tex(dozchsl9.tfm) = %{tl_version} -Provides: tex(dozchars10.pfb) = %{tl_version} -Provides: tex(dozchars12.pfb) = %{tl_version} -Provides: tex(dozchars17.pfb) = %{tl_version} -Provides: tex(dozchars6.pfb) = %{tl_version} -Provides: tex(dozchars7.pfb) = %{tl_version} -Provides: tex(dozchars8.pfb) = %{tl_version} -Provides: tex(dozchars9.pfb) = %{tl_version} -Provides: tex(dozchb10.pfb) = %{tl_version} -Provides: tex(dozchbx10.pfb) = %{tl_version} -Provides: tex(dozchbx12.pfb) = %{tl_version} -Provides: tex(dozchbx5.pfb) = %{tl_version} -Provides: tex(dozchbx6.pfb) = %{tl_version} -Provides: tex(dozchbx7.pfb) = %{tl_version} -Provides: tex(dozchbx8.pfb) = %{tl_version} -Provides: tex(dozchbx9.pfb) = %{tl_version} -Provides: tex(dozchbxi10.pfb) = %{tl_version} -Provides: tex(dozchbxsl10.pfb) = %{tl_version} -Provides: tex(dozchit10.pfb) = %{tl_version} -Provides: tex(dozchit12.pfb) = %{tl_version} -Provides: tex(dozchit7.pfb) = %{tl_version} -Provides: tex(dozchit8.pfb) = %{tl_version} -Provides: tex(dozchit9.pfb) = %{tl_version} -Provides: tex(dozchsl10.pfb) = %{tl_version} -Provides: tex(dozchsl12.pfb) = %{tl_version} -Provides: tex(dozchsl8.pfb) = %{tl_version} -Provides: tex(dozchsl9.pfb) = %{tl_version} -Provides: tex(dozenal.sty) = %{tl_version} - -%description dozenal -The package supports typesetting documents whose counters are -represented in base twelve, also called "dozenal". It includes -a macro by David Kastrup for converting positive whole numbers -to dozenal from decimal (base ten) representation. The package -also includes a few other macros and redefines all the standard -counters to produce dozenal output. Fonts, in Roman, italic, -slanted, and boldface versions, provide ten and eleven (the -Pitman characters preferred by the Dozenal Society of Great -Britain). The fonts were designed to blend well with the -Computer Modern fonts, and are available both as Metafont -source and in Adobe Type 1 format. - -%package dozenal-doc -Summary: Documentation for dozenal -Version: svn47680 -Provides: tex-dozenal-doc -AutoReqProv: No - -%description dozenal-doc -Documentation for dozenal - -%package drm -Provides: tex-drm = %{tl_version} -License: LPPL 1.3 -Summary: A complete family of fonts written in Metafont -Version: svn38157.4.4 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(fontenc.sty) -Requires: tex(modroman.sty) -Requires: tex(amsmath.sty) -Requires: tex(gmp.sty) -Requires: tex(ifpdf.sty) -Provides: tex(drm.map) = %{tl_version} -Provides: tex(drm10.otf) = %{tl_version} -Provides: tex(drm11.otf) = %{tl_version} -Provides: tex(drm12.otf) = %{tl_version} -Provides: tex(drm14.otf) = %{tl_version} -Provides: tex(drm17.otf) = %{tl_version} -Provides: tex(drm24.otf) = %{tl_version} -Provides: tex(drm6.otf) = %{tl_version} -Provides: tex(drm7.otf) = %{tl_version} -Provides: tex(drm8.otf) = %{tl_version} -Provides: tex(drm9.otf) = %{tl_version} -Provides: tex(drmb10.otf) = %{tl_version} -Provides: tex(drmb11.otf) = %{tl_version} -Provides: tex(drmb12.otf) = %{tl_version} -Provides: tex(drmb14.otf) = %{tl_version} -Provides: tex(drmb17.otf) = %{tl_version} -Provides: tex(drmb24.otf) = %{tl_version} -Provides: tex(drmb6.otf) = %{tl_version} -Provides: tex(drmb7.otf) = %{tl_version} -Provides: tex(drmb8.otf) = %{tl_version} -Provides: tex(drmb9.otf) = %{tl_version} -Provides: tex(drmbx10.otf) = %{tl_version} -Provides: tex(drmbx11.otf) = %{tl_version} -Provides: tex(drmbx12.otf) = %{tl_version} -Provides: tex(drmbx14.otf) = %{tl_version} -Provides: tex(drmbx17.otf) = %{tl_version} -Provides: tex(drmbx24.otf) = %{tl_version} -Provides: tex(drmbx6.otf) = %{tl_version} -Provides: tex(drmbx7.otf) = %{tl_version} -Provides: tex(drmbx8.otf) = %{tl_version} -Provides: tex(drmbx9.otf) = %{tl_version} -Provides: tex(drmdoz10.otf) = %{tl_version} -Provides: tex(drmdoz11.otf) = %{tl_version} -Provides: tex(drmdoz12.otf) = %{tl_version} -Provides: tex(drmdoz14.otf) = %{tl_version} -Provides: tex(drmdoz17.otf) = %{tl_version} -Provides: tex(drmdoz24.otf) = %{tl_version} -Provides: tex(drmdoz6.otf) = %{tl_version} -Provides: tex(drmdoz7.otf) = %{tl_version} -Provides: tex(drmdoz8.otf) = %{tl_version} -Provides: tex(drmdoz9.otf) = %{tl_version} -Provides: tex(drmdozb10.otf) = %{tl_version} -Provides: tex(drmdozb11.otf) = %{tl_version} -Provides: tex(drmdozb12.otf) = %{tl_version} -Provides: tex(drmdozb14.otf) = %{tl_version} -Provides: tex(drmdozb17.otf) = %{tl_version} -Provides: tex(drmdozb24.otf) = %{tl_version} -Provides: tex(drmdozb6.otf) = %{tl_version} -Provides: tex(drmdozb7.otf) = %{tl_version} -Provides: tex(drmdozb8.otf) = %{tl_version} -Provides: tex(drmdozb9.otf) = %{tl_version} -Provides: tex(drmdozbx10.otf) = %{tl_version} -Provides: tex(drmdozbx11.otf) = %{tl_version} -Provides: tex(drmdozbx12.otf) = %{tl_version} -Provides: tex(drmdozbx14.otf) = %{tl_version} -Provides: tex(drmdozbx17.otf) = %{tl_version} -Provides: tex(drmdozbx24.otf) = %{tl_version} -Provides: tex(drmdozbx6.otf) = %{tl_version} -Provides: tex(drmdozbx7.otf) = %{tl_version} -Provides: tex(drmdozbx8.otf) = %{tl_version} -Provides: tex(drmdozbx9.otf) = %{tl_version} -Provides: tex(drmdozit10.otf) = %{tl_version} -Provides: tex(drmdozit11.otf) = %{tl_version} -Provides: tex(drmdozit12.otf) = %{tl_version} -Provides: tex(drmdozit14.otf) = %{tl_version} -Provides: tex(drmdozit17.otf) = %{tl_version} -Provides: tex(drmdozit24.otf) = %{tl_version} -Provides: tex(drmdozit6.otf) = %{tl_version} -Provides: tex(drmdozit7.otf) = %{tl_version} -Provides: tex(drmdozit8.otf) = %{tl_version} -Provides: tex(drmdozit9.otf) = %{tl_version} -Provides: tex(drmdozitbx10.otf) = %{tl_version} -Provides: tex(drmdozitbx11.otf) = %{tl_version} -Provides: tex(drmdozitbx12.otf) = %{tl_version} -Provides: tex(drmdozitbx14.otf) = %{tl_version} -Provides: tex(drmdozitbx17.otf) = %{tl_version} -Provides: tex(drmdozitbx24.otf) = %{tl_version} -Provides: tex(drmdozitbx6.otf) = %{tl_version} -Provides: tex(drmdozitbx7.otf) = %{tl_version} -Provides: tex(drmdozitbx8.otf) = %{tl_version} -Provides: tex(drmdozitbx9.otf) = %{tl_version} -Provides: tex(drmdozitsc10.otf) = %{tl_version} -Provides: tex(drmdozitsc11.otf) = %{tl_version} -Provides: tex(drmdozitsc12.otf) = %{tl_version} -Provides: tex(drmdozitsc14.otf) = %{tl_version} -Provides: tex(drmdozitsc17.otf) = %{tl_version} -Provides: tex(drmdozitsc24.otf) = %{tl_version} -Provides: tex(drmdozitsc6.otf) = %{tl_version} -Provides: tex(drmdozitsc7.otf) = %{tl_version} -Provides: tex(drmdozitsc8.otf) = %{tl_version} -Provides: tex(drmdozitsc9.otf) = %{tl_version} -Provides: tex(drmdozittc10.otf) = %{tl_version} -Provides: tex(drmdozittc11.otf) = %{tl_version} -Provides: tex(drmdozittc12.otf) = %{tl_version} -Provides: tex(drmdozittc14.otf) = %{tl_version} -Provides: tex(drmdozittc17.otf) = %{tl_version} -Provides: tex(drmdozittc24.otf) = %{tl_version} -Provides: tex(drmdozittc6.otf) = %{tl_version} -Provides: tex(drmdozittc7.otf) = %{tl_version} -Provides: tex(drmdozittc8.otf) = %{tl_version} -Provides: tex(drmdozittc9.otf) = %{tl_version} -Provides: tex(drmdozl10.otf) = %{tl_version} -Provides: tex(drmdozl11.otf) = %{tl_version} -Provides: tex(drmdozl12.otf) = %{tl_version} -Provides: tex(drmdozl14.otf) = %{tl_version} -Provides: tex(drmdozl17.otf) = %{tl_version} -Provides: tex(drmdozl24.otf) = %{tl_version} -Provides: tex(drmdozl6.otf) = %{tl_version} -Provides: tex(drmdozl7.otf) = %{tl_version} -Provides: tex(drmdozl8.otf) = %{tl_version} -Provides: tex(drmdozl9.otf) = %{tl_version} -Provides: tex(drmdozsc10.otf) = %{tl_version} -Provides: tex(drmdozsc11.otf) = %{tl_version} -Provides: tex(drmdozsc12.otf) = %{tl_version} -Provides: tex(drmdozsc14.otf) = %{tl_version} -Provides: tex(drmdozsc17.otf) = %{tl_version} -Provides: tex(drmdozsc24.otf) = %{tl_version} -Provides: tex(drmdozsc6.otf) = %{tl_version} -Provides: tex(drmdozsc7.otf) = %{tl_version} -Provides: tex(drmdozsc8.otf) = %{tl_version} -Provides: tex(drmdozsc9.otf) = %{tl_version} -Provides: tex(drmdozscbx10.otf) = %{tl_version} -Provides: tex(drmdozscbx11.otf) = %{tl_version} -Provides: tex(drmdozscbx12.otf) = %{tl_version} -Provides: tex(drmdozscbx14.otf) = %{tl_version} -Provides: tex(drmdozscbx17.otf) = %{tl_version} -Provides: tex(drmdozscbx24.otf) = %{tl_version} -Provides: tex(drmdozscbx6.otf) = %{tl_version} -Provides: tex(drmdozscbx7.otf) = %{tl_version} -Provides: tex(drmdozscbx8.otf) = %{tl_version} -Provides: tex(drmdozscbx9.otf) = %{tl_version} -Provides: tex(drmdozsl10.otf) = %{tl_version} -Provides: tex(drmdozsl11.otf) = %{tl_version} -Provides: tex(drmdozsl12.otf) = %{tl_version} -Provides: tex(drmdozsl14.otf) = %{tl_version} -Provides: tex(drmdozsl17.otf) = %{tl_version} -Provides: tex(drmdozsl24.otf) = %{tl_version} -Provides: tex(drmdozsl6.otf) = %{tl_version} -Provides: tex(drmdozsl7.otf) = %{tl_version} -Provides: tex(drmdozsl8.otf) = %{tl_version} -Provides: tex(drmdozsl9.otf) = %{tl_version} -Provides: tex(drmdoztc10.otf) = %{tl_version} -Provides: tex(drmdoztc11.otf) = %{tl_version} -Provides: tex(drmdoztc12.otf) = %{tl_version} -Provides: tex(drmdoztc14.otf) = %{tl_version} -Provides: tex(drmdoztc17.otf) = %{tl_version} -Provides: tex(drmdoztc24.otf) = %{tl_version} -Provides: tex(drmdoztc6.otf) = %{tl_version} -Provides: tex(drmdoztc7.otf) = %{tl_version} -Provides: tex(drmdoztc8.otf) = %{tl_version} -Provides: tex(drmdoztc9.otf) = %{tl_version} -Provides: tex(drmdoztcbx10.otf) = %{tl_version} -Provides: tex(drmdoztcbx11.otf) = %{tl_version} -Provides: tex(drmdoztcbx12.otf) = %{tl_version} -Provides: tex(drmdoztcbx14.otf) = %{tl_version} -Provides: tex(drmdoztcbx17.otf) = %{tl_version} -Provides: tex(drmdoztcbx24.otf) = %{tl_version} -Provides: tex(drmdoztcbx6.otf) = %{tl_version} -Provides: tex(drmdoztcbx7.otf) = %{tl_version} -Provides: tex(drmdoztcbx8.otf) = %{tl_version} -Provides: tex(drmdoztcbx9.otf) = %{tl_version} -Provides: tex(drmdozui10.otf) = %{tl_version} -Provides: tex(drmdozui11.otf) = %{tl_version} -Provides: tex(drmdozui12.otf) = %{tl_version} -Provides: tex(drmdozui14.otf) = %{tl_version} -Provides: tex(drmdozui17.otf) = %{tl_version} -Provides: tex(drmdozui24.otf) = %{tl_version} -Provides: tex(drmdozui6.otf) = %{tl_version} -Provides: tex(drmdozui7.otf) = %{tl_version} -Provides: tex(drmdozui8.otf) = %{tl_version} -Provides: tex(drmdozui9.otf) = %{tl_version} -Provides: tex(drmdozuibx10.otf) = %{tl_version} -Provides: tex(drmdozuibx11.otf) = %{tl_version} -Provides: tex(drmdozuibx12.otf) = %{tl_version} -Provides: tex(drmdozuibx14.otf) = %{tl_version} -Provides: tex(drmdozuibx17.otf) = %{tl_version} -Provides: tex(drmdozuibx24.otf) = %{tl_version} -Provides: tex(drmdozuibx6.otf) = %{tl_version} -Provides: tex(drmdozuibx7.otf) = %{tl_version} -Provides: tex(drmdozuibx8.otf) = %{tl_version} -Provides: tex(drmdozuibx9.otf) = %{tl_version} -Provides: tex(drmfigs10.otf) = %{tl_version} -Provides: tex(drmfigs11.otf) = %{tl_version} -Provides: tex(drmfigs12.otf) = %{tl_version} -Provides: tex(drmfigs14.otf) = %{tl_version} -Provides: tex(drmfigs17.otf) = %{tl_version} -Provides: tex(drmfigs24.otf) = %{tl_version} -Provides: tex(drmfigs6.otf) = %{tl_version} -Provides: tex(drmfigs7.otf) = %{tl_version} -Provides: tex(drmfigs8.otf) = %{tl_version} -Provides: tex(drmfigs9.otf) = %{tl_version} -Provides: tex(drmgrk10.otf) = %{tl_version} -Provides: tex(drminf10.otf) = %{tl_version} -Provides: tex(drminf11.otf) = %{tl_version} -Provides: tex(drminf12.otf) = %{tl_version} -Provides: tex(drminf14.otf) = %{tl_version} -Provides: tex(drminf17.otf) = %{tl_version} -Provides: tex(drminf24.otf) = %{tl_version} -Provides: tex(drminf6.otf) = %{tl_version} -Provides: tex(drminf7.otf) = %{tl_version} -Provides: tex(drminf8.otf) = %{tl_version} -Provides: tex(drminf9.otf) = %{tl_version} -Provides: tex(drmit10.otf) = %{tl_version} -Provides: tex(drmit11.otf) = %{tl_version} -Provides: tex(drmit12.otf) = %{tl_version} -Provides: tex(drmit14.otf) = %{tl_version} -Provides: tex(drmit17.otf) = %{tl_version} -Provides: tex(drmit24.otf) = %{tl_version} -Provides: tex(drmit6.otf) = %{tl_version} -Provides: tex(drmit7.otf) = %{tl_version} -Provides: tex(drmit8.otf) = %{tl_version} -Provides: tex(drmit9.otf) = %{tl_version} -Provides: tex(drmitbx10.otf) = %{tl_version} -Provides: tex(drmitbx11.otf) = %{tl_version} -Provides: tex(drmitbx12.otf) = %{tl_version} -Provides: tex(drmitbx14.otf) = %{tl_version} -Provides: tex(drmitbx17.otf) = %{tl_version} -Provides: tex(drmitbx24.otf) = %{tl_version} -Provides: tex(drmitbx6.otf) = %{tl_version} -Provides: tex(drmitbx7.otf) = %{tl_version} -Provides: tex(drmitbx8.otf) = %{tl_version} -Provides: tex(drmitbx9.otf) = %{tl_version} -Provides: tex(drmitsc10.otf) = %{tl_version} -Provides: tex(drmitsc11.otf) = %{tl_version} -Provides: tex(drmitsc12.otf) = %{tl_version} -Provides: tex(drmitsc14.otf) = %{tl_version} -Provides: tex(drmitsc17.otf) = %{tl_version} -Provides: tex(drmitsc24.otf) = %{tl_version} -Provides: tex(drmitsc6.otf) = %{tl_version} -Provides: tex(drmitsc7.otf) = %{tl_version} -Provides: tex(drmitsc8.otf) = %{tl_version} -Provides: tex(drmitsc9.otf) = %{tl_version} -Provides: tex(drmittc10.otf) = %{tl_version} -Provides: tex(drmittc11.otf) = %{tl_version} -Provides: tex(drmittc12.otf) = %{tl_version} -Provides: tex(drmittc14.otf) = %{tl_version} -Provides: tex(drmittc17.otf) = %{tl_version} -Provides: tex(drmittc24.otf) = %{tl_version} -Provides: tex(drmittc6.otf) = %{tl_version} -Provides: tex(drmittc7.otf) = %{tl_version} -Provides: tex(drmittc8.otf) = %{tl_version} -Provides: tex(drmittc9.otf) = %{tl_version} -Provides: tex(drml10.otf) = %{tl_version} -Provides: tex(drml11.otf) = %{tl_version} -Provides: tex(drml12.otf) = %{tl_version} -Provides: tex(drml14.otf) = %{tl_version} -Provides: tex(drml17.otf) = %{tl_version} -Provides: tex(drml24.otf) = %{tl_version} -Provides: tex(drml6.otf) = %{tl_version} -Provides: tex(drml7.otf) = %{tl_version} -Provides: tex(drml8.otf) = %{tl_version} -Provides: tex(drml9.otf) = %{tl_version} -Provides: tex(drmmi10.otf) = %{tl_version} -Provides: tex(drmsc10.otf) = %{tl_version} -Provides: tex(drmsc11.otf) = %{tl_version} -Provides: tex(drmsc12.otf) = %{tl_version} -Provides: tex(drmsc14.otf) = %{tl_version} -Provides: tex(drmsc17.otf) = %{tl_version} -Provides: tex(drmsc24.otf) = %{tl_version} -Provides: tex(drmsc6.otf) = %{tl_version} -Provides: tex(drmsc7.otf) = %{tl_version} -Provides: tex(drmsc8.otf) = %{tl_version} -Provides: tex(drmsc9.otf) = %{tl_version} -Provides: tex(drmscbx10.otf) = %{tl_version} -Provides: tex(drmscbx11.otf) = %{tl_version} -Provides: tex(drmscbx12.otf) = %{tl_version} -Provides: tex(drmscbx14.otf) = %{tl_version} -Provides: tex(drmscbx17.otf) = %{tl_version} -Provides: tex(drmscbx24.otf) = %{tl_version} -Provides: tex(drmscbx6.otf) = %{tl_version} -Provides: tex(drmscbx7.otf) = %{tl_version} -Provides: tex(drmscbx8.otf) = %{tl_version} -Provides: tex(drmscbx9.otf) = %{tl_version} -Provides: tex(drmsl10.otf) = %{tl_version} -Provides: tex(drmsl11.otf) = %{tl_version} -Provides: tex(drmsl12.otf) = %{tl_version} -Provides: tex(drmsl14.otf) = %{tl_version} -Provides: tex(drmsl17.otf) = %{tl_version} -Provides: tex(drmsl24.otf) = %{tl_version} -Provides: tex(drmsl6.otf) = %{tl_version} -Provides: tex(drmsl7.otf) = %{tl_version} -Provides: tex(drmsl8.otf) = %{tl_version} -Provides: tex(drmsl9.otf) = %{tl_version} -Provides: tex(drmsy10.otf) = %{tl_version} -Provides: tex(drmsym10.otf) = %{tl_version} -Provides: tex(drmsym11.otf) = %{tl_version} -Provides: tex(drmsym12.otf) = %{tl_version} -Provides: tex(drmsym14.otf) = %{tl_version} -Provides: tex(drmsym17.otf) = %{tl_version} -Provides: tex(drmsym24.otf) = %{tl_version} -Provides: tex(drmsym7.otf) = %{tl_version} -Provides: tex(drmsym8.otf) = %{tl_version} -Provides: tex(drmsym9.otf) = %{tl_version} -Provides: tex(drmtc10.otf) = %{tl_version} -Provides: tex(drmtc11.otf) = %{tl_version} -Provides: tex(drmtc12.otf) = %{tl_version} -Provides: tex(drmtc14.otf) = %{tl_version} -Provides: tex(drmtc17.otf) = %{tl_version} -Provides: tex(drmtc24.otf) = %{tl_version} -Provides: tex(drmtc6.otf) = %{tl_version} -Provides: tex(drmtc7.otf) = %{tl_version} -Provides: tex(drmtc8.otf) = %{tl_version} -Provides: tex(drmtc9.otf) = %{tl_version} -Provides: tex(drmtcbx10.otf) = %{tl_version} -Provides: tex(drmtcbx11.otf) = %{tl_version} -Provides: tex(drmtcbx12.otf) = %{tl_version} -Provides: tex(drmtcbx14.otf) = %{tl_version} -Provides: tex(drmtcbx17.otf) = %{tl_version} -Provides: tex(drmtcbx24.otf) = %{tl_version} -Provides: tex(drmtcbx6.otf) = %{tl_version} -Provides: tex(drmtcbx7.otf) = %{tl_version} -Provides: tex(drmtcbx8.otf) = %{tl_version} -Provides: tex(drmtcbx9.otf) = %{tl_version} -Provides: tex(drmui10.otf) = %{tl_version} -Provides: tex(drmui11.otf) = %{tl_version} -Provides: tex(drmui12.otf) = %{tl_version} -Provides: tex(drmui14.otf) = %{tl_version} -Provides: tex(drmui17.otf) = %{tl_version} -Provides: tex(drmui24.otf) = %{tl_version} -Provides: tex(drmui6.otf) = %{tl_version} -Provides: tex(drmui7.otf) = %{tl_version} -Provides: tex(drmui8.otf) = %{tl_version} -Provides: tex(drmui9.otf) = %{tl_version} -Provides: tex(drmuibx10.otf) = %{tl_version} -Provides: tex(drmuibx11.otf) = %{tl_version} -Provides: tex(drmuibx12.otf) = %{tl_version} -Provides: tex(drmuibx14.otf) = %{tl_version} -Provides: tex(drmuibx17.otf) = %{tl_version} -Provides: tex(drmuibx24.otf) = %{tl_version} -Provides: tex(drmuibx6.otf) = %{tl_version} -Provides: tex(drmuibx7.otf) = %{tl_version} -Provides: tex(drmuibx8.otf) = %{tl_version} -Provides: tex(drmuibx9.otf) = %{tl_version} -Provides: tex(drm10.tfm) = %{tl_version} -Provides: tex(drm100.tfm) = %{tl_version} -Provides: tex(drm11.tfm) = %{tl_version} -Provides: tex(drm12.tfm) = %{tl_version} -Provides: tex(drm14.tfm) = %{tl_version} -Provides: tex(drm17.tfm) = %{tl_version} -Provides: tex(drm24.tfm) = %{tl_version} -Provides: tex(drm6.tfm) = %{tl_version} -Provides: tex(drm7.tfm) = %{tl_version} -Provides: tex(drm8.tfm) = %{tl_version} -Provides: tex(drm9.tfm) = %{tl_version} -Provides: tex(drmb10.tfm) = %{tl_version} -Provides: tex(drmb11.tfm) = %{tl_version} -Provides: tex(drmb12.tfm) = %{tl_version} -Provides: tex(drmb14.tfm) = %{tl_version} -Provides: tex(drmb17.tfm) = %{tl_version} -Provides: tex(drmb24.tfm) = %{tl_version} -Provides: tex(drmb6.tfm) = %{tl_version} -Provides: tex(drmb7.tfm) = %{tl_version} -Provides: tex(drmb8.tfm) = %{tl_version} -Provides: tex(drmb9.tfm) = %{tl_version} -Provides: tex(drmbs10.tfm) = %{tl_version} -Provides: tex(drmbx10.tfm) = %{tl_version} -Provides: tex(drmbx11.tfm) = %{tl_version} -Provides: tex(drmbx12.tfm) = %{tl_version} -Provides: tex(drmbx14.tfm) = %{tl_version} -Provides: tex(drmbx17.tfm) = %{tl_version} -Provides: tex(drmbx24.tfm) = %{tl_version} -Provides: tex(drmbx6.tfm) = %{tl_version} -Provides: tex(drmbx7.tfm) = %{tl_version} -Provides: tex(drmbx8.tfm) = %{tl_version} -Provides: tex(drmbx9.tfm) = %{tl_version} -Provides: tex(drmdoz10.tfm) = %{tl_version} -Provides: tex(drmdoz11.tfm) = %{tl_version} -Provides: tex(drmdoz12.tfm) = %{tl_version} -Provides: tex(drmdoz14.tfm) = %{tl_version} -Provides: tex(drmdoz17.tfm) = %{tl_version} -Provides: tex(drmdoz24.tfm) = %{tl_version} -Provides: tex(drmdoz6.tfm) = %{tl_version} -Provides: tex(drmdoz7.tfm) = %{tl_version} -Provides: tex(drmdoz8.tfm) = %{tl_version} -Provides: tex(drmdoz9.tfm) = %{tl_version} -Provides: tex(drmdozb10.tfm) = %{tl_version} -Provides: tex(drmdozb11.tfm) = %{tl_version} -Provides: tex(drmdozb12.tfm) = %{tl_version} -Provides: tex(drmdozb14.tfm) = %{tl_version} -Provides: tex(drmdozb17.tfm) = %{tl_version} -Provides: tex(drmdozb24.tfm) = %{tl_version} -Provides: tex(drmdozb6.tfm) = %{tl_version} -Provides: tex(drmdozb7.tfm) = %{tl_version} -Provides: tex(drmdozb8.tfm) = %{tl_version} -Provides: tex(drmdozb9.tfm) = %{tl_version} -Provides: tex(drmdozbx10.tfm) = %{tl_version} -Provides: tex(drmdozbx11.tfm) = %{tl_version} -Provides: tex(drmdozbx12.tfm) = %{tl_version} -Provides: tex(drmdozbx14.tfm) = %{tl_version} -Provides: tex(drmdozbx17.tfm) = %{tl_version} -Provides: tex(drmdozbx24.tfm) = %{tl_version} -Provides: tex(drmdozbx6.tfm) = %{tl_version} -Provides: tex(drmdozbx7.tfm) = %{tl_version} -Provides: tex(drmdozbx8.tfm) = %{tl_version} -Provides: tex(drmdozbx9.tfm) = %{tl_version} -Provides: tex(drmdozit10.tfm) = %{tl_version} -Provides: tex(drmdozit11.tfm) = %{tl_version} -Provides: tex(drmdozit12.tfm) = %{tl_version} -Provides: tex(drmdozit14.tfm) = %{tl_version} -Provides: tex(drmdozit17.tfm) = %{tl_version} -Provides: tex(drmdozit24.tfm) = %{tl_version} -Provides: tex(drmdozit6.tfm) = %{tl_version} -Provides: tex(drmdozit7.tfm) = %{tl_version} -Provides: tex(drmdozit8.tfm) = %{tl_version} -Provides: tex(drmdozit9.tfm) = %{tl_version} -Provides: tex(drmdozitbx10.tfm) = %{tl_version} -Provides: tex(drmdozitbx11.tfm) = %{tl_version} -Provides: tex(drmdozitbx12.tfm) = %{tl_version} -Provides: tex(drmdozitbx14.tfm) = %{tl_version} -Provides: tex(drmdozitbx17.tfm) = %{tl_version} -Provides: tex(drmdozitbx24.tfm) = %{tl_version} -Provides: tex(drmdozitbx6.tfm) = %{tl_version} -Provides: tex(drmdozitbx7.tfm) = %{tl_version} -Provides: tex(drmdozitbx8.tfm) = %{tl_version} -Provides: tex(drmdozitbx9.tfm) = %{tl_version} -Provides: tex(drmdozitsc10.tfm) = %{tl_version} -Provides: tex(drmdozitsc11.tfm) = %{tl_version} -Provides: tex(drmdozitsc12.tfm) = %{tl_version} -Provides: tex(drmdozitsc14.tfm) = %{tl_version} -Provides: tex(drmdozitsc17.tfm) = %{tl_version} -Provides: tex(drmdozitsc24.tfm) = %{tl_version} -Provides: tex(drmdozitsc6.tfm) = %{tl_version} -Provides: tex(drmdozitsc7.tfm) = %{tl_version} -Provides: tex(drmdozitsc8.tfm) = %{tl_version} -Provides: tex(drmdozitsc9.tfm) = %{tl_version} -Provides: tex(drmdozittc10.tfm) = %{tl_version} -Provides: tex(drmdozittc11.tfm) = %{tl_version} -Provides: tex(drmdozittc12.tfm) = %{tl_version} -Provides: tex(drmdozittc14.tfm) = %{tl_version} -Provides: tex(drmdozittc17.tfm) = %{tl_version} -Provides: tex(drmdozittc24.tfm) = %{tl_version} -Provides: tex(drmdozittc6.tfm) = %{tl_version} -Provides: tex(drmdozittc7.tfm) = %{tl_version} -Provides: tex(drmdozittc8.tfm) = %{tl_version} -Provides: tex(drmdozittc9.tfm) = %{tl_version} -Provides: tex(drmdozl10.tfm) = %{tl_version} -Provides: tex(drmdozl11.tfm) = %{tl_version} -Provides: tex(drmdozl12.tfm) = %{tl_version} -Provides: tex(drmdozl14.tfm) = %{tl_version} -Provides: tex(drmdozl17.tfm) = %{tl_version} -Provides: tex(drmdozl24.tfm) = %{tl_version} -Provides: tex(drmdozl6.tfm) = %{tl_version} -Provides: tex(drmdozl7.tfm) = %{tl_version} -Provides: tex(drmdozl8.tfm) = %{tl_version} -Provides: tex(drmdozl9.tfm) = %{tl_version} -Provides: tex(drmdozsc10.tfm) = %{tl_version} -Provides: tex(drmdozsc11.tfm) = %{tl_version} -Provides: tex(drmdozsc12.tfm) = %{tl_version} -Provides: tex(drmdozsc14.tfm) = %{tl_version} -Provides: tex(drmdozsc17.tfm) = %{tl_version} -Provides: tex(drmdozsc24.tfm) = %{tl_version} -Provides: tex(drmdozsc6.tfm) = %{tl_version} -Provides: tex(drmdozsc7.tfm) = %{tl_version} -Provides: tex(drmdozsc8.tfm) = %{tl_version} -Provides: tex(drmdozsc9.tfm) = %{tl_version} -Provides: tex(drmdozscbx10.tfm) = %{tl_version} -Provides: tex(drmdozscbx11.tfm) = %{tl_version} -Provides: tex(drmdozscbx12.tfm) = %{tl_version} -Provides: tex(drmdozscbx14.tfm) = %{tl_version} -Provides: tex(drmdozscbx17.tfm) = %{tl_version} -Provides: tex(drmdozscbx24.tfm) = %{tl_version} -Provides: tex(drmdozscbx6.tfm) = %{tl_version} -Provides: tex(drmdozscbx7.tfm) = %{tl_version} -Provides: tex(drmdozscbx8.tfm) = %{tl_version} -Provides: tex(drmdozscbx9.tfm) = %{tl_version} -Provides: tex(drmdozsl10.tfm) = %{tl_version} -Provides: tex(drmdozsl11.tfm) = %{tl_version} -Provides: tex(drmdozsl12.tfm) = %{tl_version} -Provides: tex(drmdozsl14.tfm) = %{tl_version} -Provides: tex(drmdozsl17.tfm) = %{tl_version} -Provides: tex(drmdozsl24.tfm) = %{tl_version} -Provides: tex(drmdozsl6.tfm) = %{tl_version} -Provides: tex(drmdozsl7.tfm) = %{tl_version} -Provides: tex(drmdozsl8.tfm) = %{tl_version} -Provides: tex(drmdozsl9.tfm) = %{tl_version} -Provides: tex(drmdoztc10.tfm) = %{tl_version} -Provides: tex(drmdoztc11.tfm) = %{tl_version} -Provides: tex(drmdoztc12.tfm) = %{tl_version} -Provides: tex(drmdoztc14.tfm) = %{tl_version} -Provides: tex(drmdoztc17.tfm) = %{tl_version} -Provides: tex(drmdoztc24.tfm) = %{tl_version} -Provides: tex(drmdoztc6.tfm) = %{tl_version} -Provides: tex(drmdoztc7.tfm) = %{tl_version} -Provides: tex(drmdoztc8.tfm) = %{tl_version} -Provides: tex(drmdoztc9.tfm) = %{tl_version} -Provides: tex(drmdoztcbx10.tfm) = %{tl_version} -Provides: tex(drmdoztcbx11.tfm) = %{tl_version} -Provides: tex(drmdoztcbx12.tfm) = %{tl_version} -Provides: tex(drmdoztcbx14.tfm) = %{tl_version} -Provides: tex(drmdoztcbx17.tfm) = %{tl_version} -Provides: tex(drmdoztcbx24.tfm) = %{tl_version} -Provides: tex(drmdoztcbx6.tfm) = %{tl_version} -Provides: tex(drmdoztcbx7.tfm) = %{tl_version} -Provides: tex(drmdoztcbx8.tfm) = %{tl_version} -Provides: tex(drmdoztcbx9.tfm) = %{tl_version} -Provides: tex(drmdozui10.tfm) = %{tl_version} -Provides: tex(drmdozui11.tfm) = %{tl_version} -Provides: tex(drmdozui12.tfm) = %{tl_version} -Provides: tex(drmdozui14.tfm) = %{tl_version} -Provides: tex(drmdozui17.tfm) = %{tl_version} -Provides: tex(drmdozui24.tfm) = %{tl_version} -Provides: tex(drmdozui6.tfm) = %{tl_version} -Provides: tex(drmdozui7.tfm) = %{tl_version} -Provides: tex(drmdozui8.tfm) = %{tl_version} -Provides: tex(drmdozui9.tfm) = %{tl_version} -Provides: tex(drmdozuibx10.tfm) = %{tl_version} -Provides: tex(drmdozuibx11.tfm) = %{tl_version} -Provides: tex(drmdozuibx12.tfm) = %{tl_version} -Provides: tex(drmdozuibx14.tfm) = %{tl_version} -Provides: tex(drmdozuibx17.tfm) = %{tl_version} -Provides: tex(drmdozuibx24.tfm) = %{tl_version} -Provides: tex(drmdozuibx6.tfm) = %{tl_version} -Provides: tex(drmdozuibx7.tfm) = %{tl_version} -Provides: tex(drmdozuibx8.tfm) = %{tl_version} -Provides: tex(drmdozuibx9.tfm) = %{tl_version} -Provides: tex(drmfigs10.tfm) = %{tl_version} -Provides: tex(drmfigs11.tfm) = %{tl_version} -Provides: tex(drmfigs12.tfm) = %{tl_version} -Provides: tex(drmfigs14.tfm) = %{tl_version} -Provides: tex(drmfigs17.tfm) = %{tl_version} -Provides: tex(drmfigs24.tfm) = %{tl_version} -Provides: tex(drmfigs6.tfm) = %{tl_version} -Provides: tex(drmfigs7.tfm) = %{tl_version} -Provides: tex(drmfigs8.tfm) = %{tl_version} -Provides: tex(drmfigs9.tfm) = %{tl_version} -Provides: tex(drmgrk10.tfm) = %{tl_version} -Provides: tex(drminf10.tfm) = %{tl_version} -Provides: tex(drminf11.tfm) = %{tl_version} -Provides: tex(drminf12.tfm) = %{tl_version} -Provides: tex(drminf14.tfm) = %{tl_version} -Provides: tex(drminf17.tfm) = %{tl_version} -Provides: tex(drminf24.tfm) = %{tl_version} -Provides: tex(drminf6.tfm) = %{tl_version} -Provides: tex(drminf7.tfm) = %{tl_version} -Provides: tex(drminf8.tfm) = %{tl_version} -Provides: tex(drminf9.tfm) = %{tl_version} -Provides: tex(drmit10.tfm) = %{tl_version} -Provides: tex(drmit11.tfm) = %{tl_version} -Provides: tex(drmit12.tfm) = %{tl_version} -Provides: tex(drmit14.tfm) = %{tl_version} -Provides: tex(drmit17.tfm) = %{tl_version} -Provides: tex(drmit24.tfm) = %{tl_version} -Provides: tex(drmit6.tfm) = %{tl_version} -Provides: tex(drmit7.tfm) = %{tl_version} -Provides: tex(drmit8.tfm) = %{tl_version} -Provides: tex(drmit9.tfm) = %{tl_version} -Provides: tex(drmitbx10.tfm) = %{tl_version} -Provides: tex(drmitbx11.tfm) = %{tl_version} -Provides: tex(drmitbx12.tfm) = %{tl_version} -Provides: tex(drmitbx14.tfm) = %{tl_version} -Provides: tex(drmitbx17.tfm) = %{tl_version} -Provides: tex(drmitbx24.tfm) = %{tl_version} -Provides: tex(drmitbx6.tfm) = %{tl_version} -Provides: tex(drmitbx7.tfm) = %{tl_version} -Provides: tex(drmitbx8.tfm) = %{tl_version} -Provides: tex(drmitbx9.tfm) = %{tl_version} -Provides: tex(drmitsc10.tfm) = %{tl_version} -Provides: tex(drmitsc11.tfm) = %{tl_version} -Provides: tex(drmitsc12.tfm) = %{tl_version} -Provides: tex(drmitsc14.tfm) = %{tl_version} -Provides: tex(drmitsc17.tfm) = %{tl_version} -Provides: tex(drmitsc24.tfm) = %{tl_version} -Provides: tex(drmitsc6.tfm) = %{tl_version} -Provides: tex(drmitsc7.tfm) = %{tl_version} -Provides: tex(drmitsc8.tfm) = %{tl_version} -Provides: tex(drmitsc9.tfm) = %{tl_version} -Provides: tex(drmittc10.tfm) = %{tl_version} -Provides: tex(drmittc11.tfm) = %{tl_version} -Provides: tex(drmittc12.tfm) = %{tl_version} -Provides: tex(drmittc14.tfm) = %{tl_version} -Provides: tex(drmittc17.tfm) = %{tl_version} -Provides: tex(drmittc24.tfm) = %{tl_version} -Provides: tex(drmittc6.tfm) = %{tl_version} -Provides: tex(drmittc7.tfm) = %{tl_version} -Provides: tex(drmittc8.tfm) = %{tl_version} -Provides: tex(drmittc9.tfm) = %{tl_version} -Provides: tex(drml10.tfm) = %{tl_version} -Provides: tex(drml11.tfm) = %{tl_version} -Provides: tex(drml12.tfm) = %{tl_version} -Provides: tex(drml14.tfm) = %{tl_version} -Provides: tex(drml17.tfm) = %{tl_version} -Provides: tex(drml24.tfm) = %{tl_version} -Provides: tex(drml6.tfm) = %{tl_version} -Provides: tex(drml7.tfm) = %{tl_version} -Provides: tex(drml8.tfm) = %{tl_version} -Provides: tex(drml9.tfm) = %{tl_version} -Provides: tex(drmmi10.tfm) = %{tl_version} -Provides: tex(drmomx10.tfm) = %{tl_version} -Provides: tex(drmorns.tfm) = %{tl_version} -Provides: tex(drmsc10.tfm) = %{tl_version} -Provides: tex(drmsc11.tfm) = %{tl_version} -Provides: tex(drmsc12.tfm) = %{tl_version} -Provides: tex(drmsc14.tfm) = %{tl_version} -Provides: tex(drmsc17.tfm) = %{tl_version} -Provides: tex(drmsc24.tfm) = %{tl_version} -Provides: tex(drmsc6.tfm) = %{tl_version} -Provides: tex(drmsc7.tfm) = %{tl_version} -Provides: tex(drmsc8.tfm) = %{tl_version} -Provides: tex(drmsc9.tfm) = %{tl_version} -Provides: tex(drmscbx10.tfm) = %{tl_version} -Provides: tex(drmscbx11.tfm) = %{tl_version} -Provides: tex(drmscbx12.tfm) = %{tl_version} -Provides: tex(drmscbx14.tfm) = %{tl_version} -Provides: tex(drmscbx17.tfm) = %{tl_version} -Provides: tex(drmscbx24.tfm) = %{tl_version} -Provides: tex(drmscbx6.tfm) = %{tl_version} -Provides: tex(drmscbx7.tfm) = %{tl_version} -Provides: tex(drmscbx8.tfm) = %{tl_version} -Provides: tex(drmscbx9.tfm) = %{tl_version} -Provides: tex(drmsl10.tfm) = %{tl_version} -Provides: tex(drmsl11.tfm) = %{tl_version} -Provides: tex(drmsl12.tfm) = %{tl_version} -Provides: tex(drmsl14.tfm) = %{tl_version} -Provides: tex(drmsl17.tfm) = %{tl_version} -Provides: tex(drmsl24.tfm) = %{tl_version} -Provides: tex(drmsl6.tfm) = %{tl_version} -Provides: tex(drmsl7.tfm) = %{tl_version} -Provides: tex(drmsl8.tfm) = %{tl_version} -Provides: tex(drmsl9.tfm) = %{tl_version} -Provides: tex(drmsy10.tfm) = %{tl_version} -Provides: tex(drmsym10.tfm) = %{tl_version} -Provides: tex(drmsym11.tfm) = %{tl_version} -Provides: tex(drmsym12.tfm) = %{tl_version} -Provides: tex(drmsym14.tfm) = %{tl_version} -Provides: tex(drmsym17.tfm) = %{tl_version} -Provides: tex(drmsym24.tfm) = %{tl_version} -Provides: tex(drmsym7.tfm) = %{tl_version} -Provides: tex(drmsym8.tfm) = %{tl_version} -Provides: tex(drmsym9.tfm) = %{tl_version} -Provides: tex(drmtc10.tfm) = %{tl_version} -Provides: tex(drmtc11.tfm) = %{tl_version} -Provides: tex(drmtc12.tfm) = %{tl_version} -Provides: tex(drmtc14.tfm) = %{tl_version} -Provides: tex(drmtc17.tfm) = %{tl_version} -Provides: tex(drmtc24.tfm) = %{tl_version} -Provides: tex(drmtc6.tfm) = %{tl_version} -Provides: tex(drmtc7.tfm) = %{tl_version} -Provides: tex(drmtc8.tfm) = %{tl_version} -Provides: tex(drmtc9.tfm) = %{tl_version} -Provides: tex(drmtcbx10.tfm) = %{tl_version} -Provides: tex(drmtcbx11.tfm) = %{tl_version} -Provides: tex(drmtcbx12.tfm) = %{tl_version} -Provides: tex(drmtcbx14.tfm) = %{tl_version} -Provides: tex(drmtcbx17.tfm) = %{tl_version} -Provides: tex(drmtcbx24.tfm) = %{tl_version} -Provides: tex(drmtcbx6.tfm) = %{tl_version} -Provides: tex(drmtcbx7.tfm) = %{tl_version} -Provides: tex(drmtcbx8.tfm) = %{tl_version} -Provides: tex(drmtcbx9.tfm) = %{tl_version} -Provides: tex(drmui10.tfm) = %{tl_version} -Provides: tex(drmui11.tfm) = %{tl_version} -Provides: tex(drmui12.tfm) = %{tl_version} -Provides: tex(drmui14.tfm) = %{tl_version} -Provides: tex(drmui17.tfm) = %{tl_version} -Provides: tex(drmui24.tfm) = %{tl_version} -Provides: tex(drmui6.tfm) = %{tl_version} -Provides: tex(drmui7.tfm) = %{tl_version} -Provides: tex(drmui8.tfm) = %{tl_version} -Provides: tex(drmui9.tfm) = %{tl_version} -Provides: tex(drmuibx10.tfm) = %{tl_version} -Provides: tex(drmuibx11.tfm) = %{tl_version} -Provides: tex(drmuibx12.tfm) = %{tl_version} -Provides: tex(drmuibx14.tfm) = %{tl_version} -Provides: tex(drmuibx17.tfm) = %{tl_version} -Provides: tex(drmuibx24.tfm) = %{tl_version} -Provides: tex(drmuibx6.tfm) = %{tl_version} -Provides: tex(drmuibx7.tfm) = %{tl_version} -Provides: tex(drmuibx8.tfm) = %{tl_version} -Provides: tex(drmuibx9.tfm) = %{tl_version} -Provides: tex(drm10.pfb) = %{tl_version} -Provides: tex(drm11.pfb) = %{tl_version} -Provides: tex(drm12.pfb) = %{tl_version} -Provides: tex(drm14.pfb) = %{tl_version} -Provides: tex(drm17.pfb) = %{tl_version} -Provides: tex(drm24.pfb) = %{tl_version} -Provides: tex(drm6.pfb) = %{tl_version} -Provides: tex(drm7.pfb) = %{tl_version} -Provides: tex(drm8.pfb) = %{tl_version} -Provides: tex(drm9.pfb) = %{tl_version} -Provides: tex(drmb10.pfb) = %{tl_version} -Provides: tex(drmb11.pfb) = %{tl_version} -Provides: tex(drmb12.pfb) = %{tl_version} -Provides: tex(drmb14.pfb) = %{tl_version} -Provides: tex(drmb17.pfb) = %{tl_version} -Provides: tex(drmb24.pfb) = %{tl_version} -Provides: tex(drmb6.pfb) = %{tl_version} -Provides: tex(drmb7.pfb) = %{tl_version} -Provides: tex(drmb8.pfb) = %{tl_version} -Provides: tex(drmb9.pfb) = %{tl_version} -Provides: tex(drmbx10.pfb) = %{tl_version} -Provides: tex(drmbx11.pfb) = %{tl_version} -Provides: tex(drmbx12.pfb) = %{tl_version} -Provides: tex(drmbx14.pfb) = %{tl_version} -Provides: tex(drmbx17.pfb) = %{tl_version} -Provides: tex(drmbx24.pfb) = %{tl_version} -Provides: tex(drmbx6.pfb) = %{tl_version} -Provides: tex(drmbx7.pfb) = %{tl_version} -Provides: tex(drmbx8.pfb) = %{tl_version} -Provides: tex(drmbx9.pfb) = %{tl_version} -Provides: tex(drmdoz10.pfb) = %{tl_version} -Provides: tex(drmdoz11.pfb) = %{tl_version} -Provides: tex(drmdoz12.pfb) = %{tl_version} -Provides: tex(drmdoz14.pfb) = %{tl_version} -Provides: tex(drmdoz17.pfb) = %{tl_version} -Provides: tex(drmdoz24.pfb) = %{tl_version} -Provides: tex(drmdoz6.pfb) = %{tl_version} -Provides: tex(drmdoz7.pfb) = %{tl_version} -Provides: tex(drmdoz8.pfb) = %{tl_version} -Provides: tex(drmdoz9.pfb) = %{tl_version} -Provides: tex(drmdozb10.pfb) = %{tl_version} -Provides: tex(drmdozb11.pfb) = %{tl_version} -Provides: tex(drmdozb12.pfb) = %{tl_version} -Provides: tex(drmdozb14.pfb) = %{tl_version} -Provides: tex(drmdozb17.pfb) = %{tl_version} -Provides: tex(drmdozb24.pfb) = %{tl_version} -Provides: tex(drmdozb6.pfb) = %{tl_version} -Provides: tex(drmdozb7.pfb) = %{tl_version} -Provides: tex(drmdozb8.pfb) = %{tl_version} -Provides: tex(drmdozb9.pfb) = %{tl_version} -Provides: tex(drmdozbx10.pfb) = %{tl_version} -Provides: tex(drmdozbx11.pfb) = %{tl_version} -Provides: tex(drmdozbx12.pfb) = %{tl_version} -Provides: tex(drmdozbx14.pfb) = %{tl_version} -Provides: tex(drmdozbx17.pfb) = %{tl_version} -Provides: tex(drmdozbx24.pfb) = %{tl_version} -Provides: tex(drmdozbx6.pfb) = %{tl_version} -Provides: tex(drmdozbx7.pfb) = %{tl_version} -Provides: tex(drmdozbx8.pfb) = %{tl_version} -Provides: tex(drmdozbx9.pfb) = %{tl_version} -Provides: tex(drmdozit10.pfb) = %{tl_version} -Provides: tex(drmdozit11.pfb) = %{tl_version} -Provides: tex(drmdozit12.pfb) = %{tl_version} -Provides: tex(drmdozit14.pfb) = %{tl_version} -Provides: tex(drmdozit17.pfb) = %{tl_version} -Provides: tex(drmdozit24.pfb) = %{tl_version} -Provides: tex(drmdozit6.pfb) = %{tl_version} -Provides: tex(drmdozit7.pfb) = %{tl_version} -Provides: tex(drmdozit8.pfb) = %{tl_version} -Provides: tex(drmdozit9.pfb) = %{tl_version} -Provides: tex(drmdozitbx10.pfb) = %{tl_version} -Provides: tex(drmdozitbx11.pfb) = %{tl_version} -Provides: tex(drmdozitbx12.pfb) = %{tl_version} -Provides: tex(drmdozitbx14.pfb) = %{tl_version} -Provides: tex(drmdozitbx17.pfb) = %{tl_version} -Provides: tex(drmdozitbx24.pfb) = %{tl_version} -Provides: tex(drmdozitbx6.pfb) = %{tl_version} -Provides: tex(drmdozitbx7.pfb) = %{tl_version} -Provides: tex(drmdozitbx8.pfb) = %{tl_version} -Provides: tex(drmdozitbx9.pfb) = %{tl_version} -Provides: tex(drmdozitsc10.pfb) = %{tl_version} -Provides: tex(drmdozitsc11.pfb) = %{tl_version} -Provides: tex(drmdozitsc12.pfb) = %{tl_version} -Provides: tex(drmdozitsc14.pfb) = %{tl_version} -Provides: tex(drmdozitsc17.pfb) = %{tl_version} -Provides: tex(drmdozitsc24.pfb) = %{tl_version} -Provides: tex(drmdozitsc6.pfb) = %{tl_version} -Provides: tex(drmdozitsc7.pfb) = %{tl_version} -Provides: tex(drmdozitsc8.pfb) = %{tl_version} -Provides: tex(drmdozitsc9.pfb) = %{tl_version} -Provides: tex(drmdozittc10.pfb) = %{tl_version} -Provides: tex(drmdozittc11.pfb) = %{tl_version} -Provides: tex(drmdozittc12.pfb) = %{tl_version} -Provides: tex(drmdozittc14.pfb) = %{tl_version} -Provides: tex(drmdozittc17.pfb) = %{tl_version} -Provides: tex(drmdozittc24.pfb) = %{tl_version} -Provides: tex(drmdozittc6.pfb) = %{tl_version} -Provides: tex(drmdozittc7.pfb) = %{tl_version} -Provides: tex(drmdozittc8.pfb) = %{tl_version} -Provides: tex(drmdozittc9.pfb) = %{tl_version} -Provides: tex(drmdozl10.pfb) = %{tl_version} -Provides: tex(drmdozl11.pfb) = %{tl_version} -Provides: tex(drmdozl12.pfb) = %{tl_version} -Provides: tex(drmdozl14.pfb) = %{tl_version} -Provides: tex(drmdozl17.pfb) = %{tl_version} -Provides: tex(drmdozl24.pfb) = %{tl_version} -Provides: tex(drmdozl6.pfb) = %{tl_version} -Provides: tex(drmdozl7.pfb) = %{tl_version} -Provides: tex(drmdozl8.pfb) = %{tl_version} -Provides: tex(drmdozl9.pfb) = %{tl_version} -Provides: tex(drmdozsc10.pfb) = %{tl_version} -Provides: tex(drmdozsc11.pfb) = %{tl_version} -Provides: tex(drmdozsc12.pfb) = %{tl_version} -Provides: tex(drmdozsc14.pfb) = %{tl_version} -Provides: tex(drmdozsc17.pfb) = %{tl_version} -Provides: tex(drmdozsc24.pfb) = %{tl_version} -Provides: tex(drmdozsc6.pfb) = %{tl_version} -Provides: tex(drmdozsc7.pfb) = %{tl_version} -Provides: tex(drmdozsc8.pfb) = %{tl_version} -Provides: tex(drmdozsc9.pfb) = %{tl_version} -Provides: tex(drmdozscbx10.pfb) = %{tl_version} -Provides: tex(drmdozscbx11.pfb) = %{tl_version} -Provides: tex(drmdozscbx12.pfb) = %{tl_version} -Provides: tex(drmdozscbx14.pfb) = %{tl_version} -Provides: tex(drmdozscbx17.pfb) = %{tl_version} -Provides: tex(drmdozscbx24.pfb) = %{tl_version} -Provides: tex(drmdozscbx6.pfb) = %{tl_version} -Provides: tex(drmdozscbx7.pfb) = %{tl_version} -Provides: tex(drmdozscbx8.pfb) = %{tl_version} -Provides: tex(drmdozscbx9.pfb) = %{tl_version} -Provides: tex(drmdozsl10.pfb) = %{tl_version} -Provides: tex(drmdozsl11.pfb) = %{tl_version} -Provides: tex(drmdozsl12.pfb) = %{tl_version} -Provides: tex(drmdozsl14.pfb) = %{tl_version} -Provides: tex(drmdozsl17.pfb) = %{tl_version} -Provides: tex(drmdozsl24.pfb) = %{tl_version} -Provides: tex(drmdozsl6.pfb) = %{tl_version} -Provides: tex(drmdozsl7.pfb) = %{tl_version} -Provides: tex(drmdozsl8.pfb) = %{tl_version} -Provides: tex(drmdozsl9.pfb) = %{tl_version} -Provides: tex(drmdoztc10.pfb) = %{tl_version} -Provides: tex(drmdoztc11.pfb) = %{tl_version} -Provides: tex(drmdoztc12.pfb) = %{tl_version} -Provides: tex(drmdoztc14.pfb) = %{tl_version} -Provides: tex(drmdoztc17.pfb) = %{tl_version} -Provides: tex(drmdoztc24.pfb) = %{tl_version} -Provides: tex(drmdoztc6.pfb) = %{tl_version} -Provides: tex(drmdoztc7.pfb) = %{tl_version} -Provides: tex(drmdoztc8.pfb) = %{tl_version} -Provides: tex(drmdoztc9.pfb) = %{tl_version} -Provides: tex(drmdoztcbx10.pfb) = %{tl_version} -Provides: tex(drmdoztcbx11.pfb) = %{tl_version} -Provides: tex(drmdoztcbx12.pfb) = %{tl_version} -Provides: tex(drmdoztcbx14.pfb) = %{tl_version} -Provides: tex(drmdoztcbx17.pfb) = %{tl_version} -Provides: tex(drmdoztcbx24.pfb) = %{tl_version} -Provides: tex(drmdoztcbx6.pfb) = %{tl_version} -Provides: tex(drmdoztcbx7.pfb) = %{tl_version} -Provides: tex(drmdoztcbx8.pfb) = %{tl_version} -Provides: tex(drmdoztcbx9.pfb) = %{tl_version} -Provides: tex(drmdozui10.pfb) = %{tl_version} -Provides: tex(drmdozui11.pfb) = %{tl_version} -Provides: tex(drmdozui12.pfb) = %{tl_version} -Provides: tex(drmdozui14.pfb) = %{tl_version} -Provides: tex(drmdozui17.pfb) = %{tl_version} -Provides: tex(drmdozui24.pfb) = %{tl_version} -Provides: tex(drmdozui6.pfb) = %{tl_version} -Provides: tex(drmdozui7.pfb) = %{tl_version} -Provides: tex(drmdozui8.pfb) = %{tl_version} -Provides: tex(drmdozui9.pfb) = %{tl_version} -Provides: tex(drmdozuibx10.pfb) = %{tl_version} -Provides: tex(drmdozuibx11.pfb) = %{tl_version} -Provides: tex(drmdozuibx12.pfb) = %{tl_version} -Provides: tex(drmdozuibx14.pfb) = %{tl_version} -Provides: tex(drmdozuibx17.pfb) = %{tl_version} -Provides: tex(drmdozuibx24.pfb) = %{tl_version} -Provides: tex(drmdozuibx6.pfb) = %{tl_version} -Provides: tex(drmdozuibx7.pfb) = %{tl_version} -Provides: tex(drmdozuibx8.pfb) = %{tl_version} -Provides: tex(drmdozuibx9.pfb) = %{tl_version} -Provides: tex(drmfigs10.pfb) = %{tl_version} -Provides: tex(drmfigs11.pfb) = %{tl_version} -Provides: tex(drmfigs12.pfb) = %{tl_version} -Provides: tex(drmfigs14.pfb) = %{tl_version} -Provides: tex(drmfigs17.pfb) = %{tl_version} -Provides: tex(drmfigs24.pfb) = %{tl_version} -Provides: tex(drmfigs6.pfb) = %{tl_version} -Provides: tex(drmfigs7.pfb) = %{tl_version} -Provides: tex(drmfigs8.pfb) = %{tl_version} -Provides: tex(drmfigs9.pfb) = %{tl_version} -Provides: tex(drmgrk10.pfb) = %{tl_version} -Provides: tex(drminf10.pfb) = %{tl_version} -Provides: tex(drminf11.pfb) = %{tl_version} -Provides: tex(drminf12.pfb) = %{tl_version} -Provides: tex(drminf14.pfb) = %{tl_version} -Provides: tex(drminf17.pfb) = %{tl_version} -Provides: tex(drminf24.pfb) = %{tl_version} -Provides: tex(drminf6.pfb) = %{tl_version} -Provides: tex(drminf7.pfb) = %{tl_version} -Provides: tex(drminf8.pfb) = %{tl_version} -Provides: tex(drminf9.pfb) = %{tl_version} -Provides: tex(drmit10.pfb) = %{tl_version} -Provides: tex(drmit11.pfb) = %{tl_version} -Provides: tex(drmit12.pfb) = %{tl_version} -Provides: tex(drmit14.pfb) = %{tl_version} -Provides: tex(drmit17.pfb) = %{tl_version} -Provides: tex(drmit24.pfb) = %{tl_version} -Provides: tex(drmit6.pfb) = %{tl_version} -Provides: tex(drmit7.pfb) = %{tl_version} -Provides: tex(drmit8.pfb) = %{tl_version} -Provides: tex(drmit9.pfb) = %{tl_version} -Provides: tex(drmitbx10.pfb) = %{tl_version} -Provides: tex(drmitbx11.pfb) = %{tl_version} -Provides: tex(drmitbx12.pfb) = %{tl_version} -Provides: tex(drmitbx14.pfb) = %{tl_version} -Provides: tex(drmitbx17.pfb) = %{tl_version} -Provides: tex(drmitbx24.pfb) = %{tl_version} -Provides: tex(drmitbx6.pfb) = %{tl_version} -Provides: tex(drmitbx7.pfb) = %{tl_version} -Provides: tex(drmitbx8.pfb) = %{tl_version} -Provides: tex(drmitbx9.pfb) = %{tl_version} -Provides: tex(drmitsc10.pfb) = %{tl_version} -Provides: tex(drmitsc11.pfb) = %{tl_version} -Provides: tex(drmitsc12.pfb) = %{tl_version} -Provides: tex(drmitsc14.pfb) = %{tl_version} -Provides: tex(drmitsc17.pfb) = %{tl_version} -Provides: tex(drmitsc24.pfb) = %{tl_version} -Provides: tex(drmitsc6.pfb) = %{tl_version} -Provides: tex(drmitsc7.pfb) = %{tl_version} -Provides: tex(drmitsc8.pfb) = %{tl_version} -Provides: tex(drmitsc9.pfb) = %{tl_version} -Provides: tex(drmittc10.pfb) = %{tl_version} -Provides: tex(drmittc11.pfb) = %{tl_version} -Provides: tex(drmittc12.pfb) = %{tl_version} -Provides: tex(drmittc14.pfb) = %{tl_version} -Provides: tex(drmittc17.pfb) = %{tl_version} -Provides: tex(drmittc24.pfb) = %{tl_version} -Provides: tex(drmittc6.pfb) = %{tl_version} -Provides: tex(drmittc7.pfb) = %{tl_version} -Provides: tex(drmittc8.pfb) = %{tl_version} -Provides: tex(drmittc9.pfb) = %{tl_version} -Provides: tex(drml10.pfb) = %{tl_version} -Provides: tex(drml11.pfb) = %{tl_version} -Provides: tex(drml12.pfb) = %{tl_version} -Provides: tex(drml14.pfb) = %{tl_version} -Provides: tex(drml17.pfb) = %{tl_version} -Provides: tex(drml24.pfb) = %{tl_version} -Provides: tex(drml6.pfb) = %{tl_version} -Provides: tex(drml7.pfb) = %{tl_version} -Provides: tex(drml8.pfb) = %{tl_version} -Provides: tex(drml9.pfb) = %{tl_version} -Provides: tex(drmmi10.pfb) = %{tl_version} -Provides: tex(drmsc10.pfb) = %{tl_version} -Provides: tex(drmsc11.pfb) = %{tl_version} -Provides: tex(drmsc12.pfb) = %{tl_version} -Provides: tex(drmsc14.pfb) = %{tl_version} -Provides: tex(drmsc17.pfb) = %{tl_version} -Provides: tex(drmsc24.pfb) = %{tl_version} -Provides: tex(drmsc6.pfb) = %{tl_version} -Provides: tex(drmsc7.pfb) = %{tl_version} -Provides: tex(drmsc8.pfb) = %{tl_version} -Provides: tex(drmsc9.pfb) = %{tl_version} -Provides: tex(drmscbx10.pfb) = %{tl_version} -Provides: tex(drmscbx11.pfb) = %{tl_version} -Provides: tex(drmscbx12.pfb) = %{tl_version} -Provides: tex(drmscbx14.pfb) = %{tl_version} -Provides: tex(drmscbx17.pfb) = %{tl_version} -Provides: tex(drmscbx24.pfb) = %{tl_version} -Provides: tex(drmscbx6.pfb) = %{tl_version} -Provides: tex(drmscbx7.pfb) = %{tl_version} -Provides: tex(drmscbx8.pfb) = %{tl_version} -Provides: tex(drmscbx9.pfb) = %{tl_version} -Provides: tex(drmsl10.pfb) = %{tl_version} -Provides: tex(drmsl11.pfb) = %{tl_version} -Provides: tex(drmsl12.pfb) = %{tl_version} -Provides: tex(drmsl14.pfb) = %{tl_version} -Provides: tex(drmsl17.pfb) = %{tl_version} -Provides: tex(drmsl24.pfb) = %{tl_version} -Provides: tex(drmsl6.pfb) = %{tl_version} -Provides: tex(drmsl7.pfb) = %{tl_version} -Provides: tex(drmsl8.pfb) = %{tl_version} -Provides: tex(drmsl9.pfb) = %{tl_version} -Provides: tex(drmsy10.pfb) = %{tl_version} -Provides: tex(drmsym10.pfb) = %{tl_version} -Provides: tex(drmsym11.pfb) = %{tl_version} -Provides: tex(drmsym12.pfb) = %{tl_version} -Provides: tex(drmsym14.pfb) = %{tl_version} -Provides: tex(drmsym17.pfb) = %{tl_version} -Provides: tex(drmsym24.pfb) = %{tl_version} -Provides: tex(drmsym7.pfb) = %{tl_version} -Provides: tex(drmsym8.pfb) = %{tl_version} -Provides: tex(drmsym9.pfb) = %{tl_version} -Provides: tex(drmtc10.pfb) = %{tl_version} -Provides: tex(drmtc11.pfb) = %{tl_version} -Provides: tex(drmtc12.pfb) = %{tl_version} -Provides: tex(drmtc14.pfb) = %{tl_version} -Provides: tex(drmtc17.pfb) = %{tl_version} -Provides: tex(drmtc24.pfb) = %{tl_version} -Provides: tex(drmtc6.pfb) = %{tl_version} -Provides: tex(drmtc7.pfb) = %{tl_version} -Provides: tex(drmtc8.pfb) = %{tl_version} -Provides: tex(drmtc9.pfb) = %{tl_version} -Provides: tex(drmtcbx10.pfb) = %{tl_version} -Provides: tex(drmtcbx11.pfb) = %{tl_version} -Provides: tex(drmtcbx12.pfb) = %{tl_version} -Provides: tex(drmtcbx14.pfb) = %{tl_version} -Provides: tex(drmtcbx17.pfb) = %{tl_version} -Provides: tex(drmtcbx24.pfb) = %{tl_version} -Provides: tex(drmtcbx6.pfb) = %{tl_version} -Provides: tex(drmtcbx7.pfb) = %{tl_version} -Provides: tex(drmtcbx8.pfb) = %{tl_version} -Provides: tex(drmtcbx9.pfb) = %{tl_version} -Provides: tex(drmui10.pfb) = %{tl_version} -Provides: tex(drmui11.pfb) = %{tl_version} -Provides: tex(drmui12.pfb) = %{tl_version} -Provides: tex(drmui14.pfb) = %{tl_version} -Provides: tex(drmui17.pfb) = %{tl_version} -Provides: tex(drmui24.pfb) = %{tl_version} -Provides: tex(drmui6.pfb) = %{tl_version} -Provides: tex(drmui7.pfb) = %{tl_version} -Provides: tex(drmui8.pfb) = %{tl_version} -Provides: tex(drmui9.pfb) = %{tl_version} -Provides: tex(drmuibx10.pfb) = %{tl_version} -Provides: tex(drmuibx11.pfb) = %{tl_version} -Provides: tex(drmuibx12.pfb) = %{tl_version} -Provides: tex(drmuibx14.pfb) = %{tl_version} -Provides: tex(drmuibx17.pfb) = %{tl_version} -Provides: tex(drmuibx24.pfb) = %{tl_version} -Provides: tex(drmuibx6.pfb) = %{tl_version} -Provides: tex(drmuibx7.pfb) = %{tl_version} -Provides: tex(drmuibx8.pfb) = %{tl_version} -Provides: tex(drmuibx9.pfb) = %{tl_version} -Provides: tex(drm.sty) = %{tl_version} - -%description drm -The package provides access to the DRM (Don's Revised Modern) -family of fonts, which includes a variety of optical sizes in -Roman (in four weights), italic, and small caps, among other -shapes, along with a set of symbols and ornaments. It is -intended to be a full-body text font, but its larger sizes can -also be used for simple display purposes, and its significant -body of symbols can stand on its own. It comes complete with -textual ("old-style") and lining figures, and even has small- -caps figures. It also comes with extensible decorative rules to -be used with ornaments from itself or other fonts, along with -an extremely flexible ellipsis package. - -%package drm-doc -Summary: Documentation for drm -Version: svn38157.4.4 - -Provides: tex-drm-doc -AutoReqProv: No - -%description drm-doc -Documentation for drm - -%package droid -Provides: tex-droid = %{tl_version} -License: LPPL 1.3 -Summary: LaTeX support for the Droid font families -Version: svn54512 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(droidsans.sty) -Requires: tex(keyval.sty) -Requires: tex(slantsc.sty) -Provides: tex(droid.map) = %{tl_version} -Provides: tex(LGRdroidsans.fd) = %{tl_version} -Provides: tex(LGRdroidsansmono.fd) = %{tl_version} -Provides: tex(LGRdroidserif.fd) = %{tl_version} -Provides: tex(OT1droidsans.fd) = %{tl_version} -Provides: tex(OT1droidsansmono.fd) = %{tl_version} -Provides: tex(OT1droidserif.fd) = %{tl_version} -Provides: tex(T1droidsans.fd) = %{tl_version} -Provides: tex(T1droidsansmono.fd) = %{tl_version} -Provides: tex(T1droidserif.fd) = %{tl_version} -Provides: tex(T2Adroidsans.fd) = %{tl_version} -Provides: tex(T2Adroidsansmono.fd) = %{tl_version} -Provides: tex(T2Adroidserif.fd) = %{tl_version} -Provides: tex(T2Bdroidsans.fd) = %{tl_version} -Provides: tex(T2Bdroidsansmono.fd) = %{tl_version} -Provides: tex(T2Bdroidserif.fd) = %{tl_version} -Provides: tex(T2Cdroidsans.fd) = %{tl_version} -Provides: tex(T2Cdroidsansmono.fd) = %{tl_version} -Provides: tex(T2Cdroidserif.fd) = %{tl_version} -Provides: tex(TS1droidsans.fd) = %{tl_version} -Provides: tex(TS1droidsansmono.fd) = %{tl_version} -Provides: tex(TS1droidserif.fd) = %{tl_version} -Provides: tex(X2droidsans.fd) = %{tl_version} -Provides: tex(X2droidsansmono.fd) = %{tl_version} -Provides: tex(X2droidserif.fd) = %{tl_version} -Provides: tex(a_55mctf.enc) = %{tl_version} -Provides: tex(a_6t6vor.enc) = %{tl_version} -Provides: tex(a_7xkq4l.enc) = %{tl_version} -Provides: tex(a_atrmj4.enc) = %{tl_version} -Provides: tex(a_auqje4.enc) = %{tl_version} -Provides: tex(a_dhbph5.enc) = %{tl_version} -Provides: tex(a_es3zal.enc) = %{tl_version} -Provides: tex(a_gyeryq.enc) = %{tl_version} -Provides: tex(a_hyyrer.enc) = %{tl_version} -Provides: tex(a_i77vuw.enc) = %{tl_version} -Provides: tex(a_joxy3n.enc) = %{tl_version} -Provides: tex(a_k2ku5j.enc) = %{tl_version} -Provides: tex(a_l5aj6z.enc) = %{tl_version} -Provides: tex(a_lzb5hy.enc) = %{tl_version} -Provides: tex(a_nm2gjd.enc) = %{tl_version} -Provides: tex(a_nwf7uv.enc) = %{tl_version} -Provides: tex(a_slcnpg.enc) = %{tl_version} -Provides: tex(a_vtfkvv.enc) = %{tl_version} -Provides: tex(a_w466e2.enc) = %{tl_version} -Provides: tex(a_xgvdme.enc) = %{tl_version} -Provides: tex(a_zpgv3j.enc) = %{tl_version} -Provides: tex(droid.sty) = %{tl_version} -Provides: tex(droidsans.sty) = %{tl_version} -Provides: tex(droidsansmono.sty) = %{tl_version} -Provides: tex(droidserif.sty) = %{tl_version} - -%description droid -The Droid typeface family was designed in the fall of 2006 by -Steve Matteson, as a commission from Google to create a set of -system fonts for its Android platform. The goal was to provide -optimal quality and comfort on a mobile handset when rendered -in application menus, web browsers and for other screen text. -The Droid family consists of Droid Serif, Droid Sans and Droid -Sans Mono fonts, licensed under the Apache License Version 2.0. -The bundle includes the fonts in both TrueType and Adobe Type 1 -formats. The package does not support the Droid Pro family of -fonts, available for purchase from the Ascender foundry. - -%package droid-doc -Summary: Documentation for droid -Version: svn54512 -Provides: tex-droid-doc -AutoReqProv: No - -%description droid-doc -Documentation for droid - -%package duerer -Provides: tex-duerer = %{tl_version} -License: Public Domain -Summary: Computer Duerer fonts -Version: svn20741.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(cdb10.tfm) = %{tl_version} -Provides: tex(cdi10.tfm) = %{tl_version} -Provides: tex(cdr10.tfm) = %{tl_version} -Provides: tex(cdsl10.tfm) = %{tl_version} -Provides: tex(cdss10.tfm) = %{tl_version} -Provides: tex(cdtt10.tfm) = %{tl_version} - -%description duerer -These fonts are designed for titling use, and consist of -capital roman letters only. Together with the normal set of -base shapes, the family also offers an informal shape. The -distribution is as Metafont source. LaTeX support is available -in the duerer-latex bundle. - -%package duerer-doc -Summary: Documentation for duerer -Version: svn20741.0 - -Provides: tex-duerer-doc -AutoReqProv: No - -%description duerer-doc -Documentation for duerer - -%package duerer-latex -Provides: tex-duerer-latex = %{tl_version} -License: GPL+ -Summary: LaTeX support for the Duerer fonts -Version: svn15878.1.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(duerer.sty) = %{tl_version} -Provides: tex(ot1cdin.fd) = %{tl_version} -Provides: tex(ot1cdr.fd) = %{tl_version} -Provides: tex(ot1cdss.fd) = %{tl_version} -Provides: tex(ot1cdtt.fd) = %{tl_version} - -%description duerer-latex -LaTeX support for Hoenig's Computer Duerer fonts, using their -standard fontname names. - -%package duerer-latex-doc -Summary: Documentation for duerer-latex -Version: svn15878.1.1 - -Provides: tex-duerer-latex-doc -AutoReqProv: No - -%description duerer-latex-doc -Documentation for duerer-latex - -%package dutchcal -Provides: tex-dutchcal = %{tl_version} -License: LPPL -Summary: A reworking of ESSTIX13, adding a bold version -Version: svn54080 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xkeyval.sty) -Provides: tex(dutchcal.map) = %{tl_version} -Provides: tex(dutchcal-b.tfm) = %{tl_version} -Provides: tex(dutchcal-r.tfm) = %{tl_version} -Provides: tex(rdutchcalb.tfm) = %{tl_version} -Provides: tex(rdutchcalr.tfm) = %{tl_version} -Provides: tex(DutchCalBold.pfb) = %{tl_version} -Provides: tex(DutchCalReg.pfb) = %{tl_version} -Provides: tex(dutchcal-b.vf) = %{tl_version} -Provides: tex(dutchcal-r.vf) = %{tl_version} -Provides: tex(dutchcal.sty) = %{tl_version} -Provides: tex(udutchcal.fd) = %{tl_version} - -%description dutchcal -This package reworks the mathematical calligraphic font -ESSTIX13, adding a bold version. LaTeX support files are -included. The new fonts may also be accessed from the most -recent version of mathalpha. The fonts themselves are subject to -the SIL OPEN FONT LICENSE, version 1.1. - -%package dutchcal-doc -Summary: Documentation for dutchcal -Version: svn54080 -Provides: tex-dutchcal-doc -AutoReqProv: No - -%description dutchcal-doc -Documentation for dutchcal - -%package ean -Provides: tex-ean = %{tl_version} -License: GPL+ -Summary: Macros for making EAN barcodes -Version: svn20851.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(ean13.tex) = %{tl_version} -Provides: tex(ean8.tex) = %{tl_version} - -%description ean -Provides EAN-8 and EAN-13 forms. The package needs the ocr-b -fonts; note that the fonts are not available under a free -licence, as the macros are. - -%package ean-doc -Summary: Documentation for ean -Version: svn20851.0 - -Provides: tex-ean-doc -AutoReqProv: No - -%description ean-doc -Documentation for ean - -%package ebgaramond -Provides: tex-ebgaramond = %{tl_version} -License: OFL -Summary: LaTeX support for EBGaramond fonts -Version: svn54721 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Requires: tex(xkeyval.sty) -Requires: tex(textcomp.sty) -Requires: tex(fontspec.sty) -Requires: tex(fontenc.sty) -Requires: tex(fontaxes.sty) -Provides: tex(EBGaramond.map) = %{tl_version} -Provides: tex(LGREBGaramond-Inf.fd) = %{tl_version} -Provides: tex(LGREBGaramond-LF.fd) = %{tl_version} -Provides: tex(LGREBGaramond-OsF.fd) = %{tl_version} -Provides: tex(LGREBGaramond-Sup.fd) = %{tl_version} -Provides: tex(LGREBGaramond-TLF.fd) = %{tl_version} -Provides: tex(LGREBGaramond-TOsF.fd) = %{tl_version} -Provides: tex(LGREBGaramondInitials-TLF.fd) = %{tl_version} -Provides: tex(LY1EBGaramond-Inf.fd) = %{tl_version} -Provides: tex(LY1EBGaramond-LF.fd) = %{tl_version} -Provides: tex(LY1EBGaramond-OsF.fd) = %{tl_version} -Provides: tex(LY1EBGaramond-Sup.fd) = %{tl_version} -Provides: tex(LY1EBGaramond-TLF.fd) = %{tl_version} -Provides: tex(LY1EBGaramond-TOsF.fd) = %{tl_version} -Provides: tex(LY1EBGaramondInitials-TLF.fd) = %{tl_version} -Provides: tex(OT1EBGaramond-Inf.fd) = %{tl_version} -Provides: tex(OT1EBGaramond-LF.fd) = %{tl_version} -Provides: tex(OT1EBGaramond-OsF.fd) = %{tl_version} -Provides: tex(OT1EBGaramond-Sup.fd) = %{tl_version} -Provides: tex(OT1EBGaramond-TLF.fd) = %{tl_version} -Provides: tex(OT1EBGaramond-TOsF.fd) = %{tl_version} -Provides: tex(OT1EBGaramondInitials-TLF.fd) = %{tl_version} -Provides: tex(T1EBGaramond-Inf.fd) = %{tl_version} -Provides: tex(T1EBGaramond-LF.fd) = %{tl_version} -Provides: tex(T1EBGaramond-OsF.fd) = %{tl_version} -Provides: tex(T1EBGaramond-Sup.fd) = %{tl_version} -Provides: tex(T1EBGaramond-TLF.fd) = %{tl_version} -Provides: tex(T1EBGaramond-TOsF.fd) = %{tl_version} -Provides: tex(T1EBGaramondInitials-TLF.fd) = %{tl_version} -Provides: tex(TS1EBGaramond-LF.fd) = %{tl_version} -Provides: tex(TS1EBGaramond-OsF.fd) = %{tl_version} -Provides: tex(TS1EBGaramond-TLF.fd) = %{tl_version} -Provides: tex(TS1EBGaramond-TOsF.fd) = %{tl_version} -Provides: tex(TS1EBGaramondInitials-TLF.fd) = %{tl_version} -Provides: tex(ebgaramond.sty) = %{tl_version} -Provides: tex(ebgm_2hp5cx.enc) = %{tl_version} -Provides: tex(ebgm_2ybfsp.enc) = %{tl_version} -Provides: tex(ebgm_34tkje.enc) = %{tl_version} -Provides: tex(ebgm_3veehr.enc) = %{tl_version} -Provides: tex(ebgm_3zuots.enc) = %{tl_version} -Provides: tex(ebgm_4ljeza.enc) = %{tl_version} -Provides: tex(ebgm_4v7kvs.enc) = %{tl_version} -Provides: tex(ebgm_524p5k.enc) = %{tl_version} -Provides: tex(ebgm_535mcm.enc) = %{tl_version} -Provides: tex(ebgm_57ulwi.enc) = %{tl_version} -Provides: tex(ebgm_5cvcse.enc) = %{tl_version} -Provides: tex(ebgm_5xwr64.enc) = %{tl_version} -Provides: tex(ebgm_5ysuwq.enc) = %{tl_version} -Provides: tex(ebgm_67ivnh.enc) = %{tl_version} -Provides: tex(ebgm_6qtp6p.enc) = %{tl_version} -Provides: tex(ebgm_7tc6ve.enc) = %{tl_version} -Provides: tex(ebgm_7zgzer.enc) = %{tl_version} -Provides: tex(ebgm_a23bap.enc) = %{tl_version} -Provides: tex(ebgm_a37mnv.enc) = %{tl_version} -Provides: tex(ebgm_a56nal.enc) = %{tl_version} -Provides: tex(ebgm_ancics.enc) = %{tl_version} -Provides: tex(ebgm_ao6kf7.enc) = %{tl_version} -Provides: tex(ebgm_bevor6.enc) = %{tl_version} -Provides: tex(ebgm_bisgyq.enc) = %{tl_version} -Provides: tex(ebgm_bj5npy.enc) = %{tl_version} -Provides: tex(ebgm_bszlvl.enc) = %{tl_version} -Provides: tex(ebgm_byuyni.enc) = %{tl_version} -Provides: tex(ebgm_c6t5bp.enc) = %{tl_version} -Provides: tex(ebgm_chpilv.enc) = %{tl_version} -Provides: tex(ebgm_cqx43s.enc) = %{tl_version} -Provides: tex(ebgm_d2h6lj.enc) = %{tl_version} -Provides: tex(ebgm_doset5.enc) = %{tl_version} -Provides: tex(ebgm_egoty6.enc) = %{tl_version} -Provides: tex(ebgm_epwp2l.enc) = %{tl_version} -Provides: tex(ebgm_fbpsnn.enc) = %{tl_version} -Provides: tex(ebgm_fc2mbn.enc) = %{tl_version} -Provides: tex(ebgm_fc5dte.enc) = %{tl_version} -Provides: tex(ebgm_fhs5ay.enc) = %{tl_version} -Provides: tex(ebgm_fl2mea.enc) = %{tl_version} -Provides: tex(ebgm_g63n4u.enc) = %{tl_version} -Provides: tex(ebgm_gaaohp.enc) = %{tl_version} -Provides: tex(ebgm_gf4ecr.enc) = %{tl_version} -Provides: tex(ebgm_gfppum.enc) = %{tl_version} -Provides: tex(ebgm_gspomo.enc) = %{tl_version} -Provides: tex(ebgm_h2c7fw.enc) = %{tl_version} -Provides: tex(ebgm_h5djnb.enc) = %{tl_version} -Provides: tex(ebgm_hfyizy.enc) = %{tl_version} -Provides: tex(ebgm_hrbra6.enc) = %{tl_version} -Provides: tex(ebgm_i3ibnm.enc) = %{tl_version} -Provides: tex(ebgm_ipm435.enc) = %{tl_version} -Provides: tex(ebgm_j2crie.enc) = %{tl_version} -Provides: tex(ebgm_j4bgam.enc) = %{tl_version} -Provides: tex(ebgm_k24cav.enc) = %{tl_version} -Provides: tex(ebgm_k5z2jz.enc) = %{tl_version} -Provides: tex(ebgm_k7jns3.enc) = %{tl_version} -Provides: tex(ebgm_kfeykp.enc) = %{tl_version} -Provides: tex(ebgm_lbrscz.enc) = %{tl_version} -Provides: tex(ebgm_ld6df2.enc) = %{tl_version} -Provides: tex(ebgm_ldtcgl.enc) = %{tl_version} -Provides: tex(ebgm_liamow.enc) = %{tl_version} -Provides: tex(ebgm_ljow5q.enc) = %{tl_version} -Provides: tex(ebgm_lmhdpa.enc) = %{tl_version} -Provides: tex(ebgm_lybnup.enc) = %{tl_version} -Provides: tex(ebgm_ndsebz.enc) = %{tl_version} -Provides: tex(ebgm_nhfy4v.enc) = %{tl_version} -Provides: tex(ebgm_oahxim.enc) = %{tl_version} -Provides: tex(ebgm_oge4ze.enc) = %{tl_version} -Provides: tex(ebgm_oskdwa.enc) = %{tl_version} -Provides: tex(ebgm_pdqo3a.enc) = %{tl_version} -Provides: tex(ebgm_puit2n.enc) = %{tl_version} -Provides: tex(ebgm_qhp2au.enc) = %{tl_version} -Provides: tex(ebgm_qip76a.enc) = %{tl_version} -Provides: tex(ebgm_qwnohr.enc) = %{tl_version} -Provides: tex(ebgm_rdmgdp.enc) = %{tl_version} -Provides: tex(ebgm_rtavnu.enc) = %{tl_version} -Provides: tex(ebgm_s7tpqt.enc) = %{tl_version} -Provides: tex(ebgm_sqqqn7.enc) = %{tl_version} -Provides: tex(ebgm_t3ctnr.enc) = %{tl_version} -Provides: tex(ebgm_t6g5sq.enc) = %{tl_version} -Provides: tex(ebgm_tcdnmr.enc) = %{tl_version} -Provides: tex(ebgm_tsrvmb.enc) = %{tl_version} -Provides: tex(ebgm_u7qtot.enc) = %{tl_version} -Provides: tex(ebgm_utfkrl.enc) = %{tl_version} -Provides: tex(ebgm_vqv3w3.enc) = %{tl_version} -Provides: tex(ebgm_w7jvgc.enc) = %{tl_version} -Provides: tex(ebgm_xgcnbw.enc) = %{tl_version} -Provides: tex(ebgm_xhqcff.enc) = %{tl_version} -Provides: tex(ebgm_xoskhe.enc) = %{tl_version} -Provides: tex(ebgm_ybjcp2.enc) = %{tl_version} -Provides: tex(ebgm_yddfsn.enc) = %{tl_version} -Provides: tex(ebgm_yjkoc2.enc) = %{tl_version} -Provides: tex(ebgm_yqpahr.enc) = %{tl_version} -Provides: tex(ebgm_z6ekgm.enc) = %{tl_version} -Provides: tex(ebgm_zbngqq.enc) = %{tl_version} -Provides: tex(ebgm_zcffwk.enc) = %{tl_version} -Provides: tex(ebgm_zor4nh.enc) = %{tl_version} - -%description ebgaramond -EB Garamond is a revival by Georg Duffner of the 16th century -fonts designed by Claude Garamond. The LaTeX support package -works for (pdf)LaTeX, xeLaTeX and luaLaTeX users; configuration -files for use with microtype are provided. - -%package ebgaramond-doc -Summary: Documentation for ebgaramond -Version: svn54721 -Provides: tex-ebgaramond-doc -AutoReqProv: No - -%description ebgaramond-doc -Documentation for ebgaramond - -%package ebgaramond-maths -Provides: tex-ebgaramond-maths = %{tl_version} -License: LPPL 1.3 -Summary: LaTeX support for EBGaramond fonts in mathematics -Version: svn52168 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ebgaramond.sty) -Provides: tex(a_w5zv5t.enc) = %{tl_version} -Provides: tex(EBGaramond-Maths.map) = %{tl_version} -Provides: tex(OMLEBGaramond-Maths.fd) = %{tl_version} -Provides: tex(ebgaramond-maths.sty) = %{tl_version} - -%description ebgaramond-maths -This package provides some LaTeX support for the use of -EBGaramond12 in mathematics. It is based on, and requires, -ebgaramond. The package was created in response to a question -at TeX-stackexchange. and tested in the form of an answer in -the same forum. - -%package ebgaramond-maths-doc -Summary: Documentation for ebgaramond-maths -Version: svn52168 -Provides: tex-ebgaramond-maths-doc -AutoReqProv: No - -%description ebgaramond-maths-doc -Documentation for ebgaramond-maths - -%package ecc -Provides: tex-ecc = %{tl_version} -License: LPPL -Summary: Sources for the European Concrete fonts -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(eocc10.tfm) = %{tl_version} -Provides: tex(eorm10.tfm) = %{tl_version} -Provides: tex(eorm5.tfm) = %{tl_version} -Provides: tex(eorm6.tfm) = %{tl_version} -Provides: tex(eorm7.tfm) = %{tl_version} -Provides: tex(eorm8.tfm) = %{tl_version} -Provides: tex(eorm9.tfm) = %{tl_version} -Provides: tex(eosl10.tfm) = %{tl_version} -Provides: tex(eosl5.tfm) = %{tl_version} -Provides: tex(eosl6.tfm) = %{tl_version} -Provides: tex(eosl7.tfm) = %{tl_version} -Provides: tex(eosl8.tfm) = %{tl_version} -Provides: tex(eosl9.tfm) = %{tl_version} -Provides: tex(eoti10.tfm) = %{tl_version} -Provides: tex(tcssdc10.tfm) = %{tl_version} -Provides: tex(torm10.tfm) = %{tl_version} -Provides: tex(torm5.tfm) = %{tl_version} -Provides: tex(torm6.tfm) = %{tl_version} -Provides: tex(torm7.tfm) = %{tl_version} -Provides: tex(torm8.tfm) = %{tl_version} -Provides: tex(torm9.tfm) = %{tl_version} -Provides: tex(tosl10.tfm) = %{tl_version} -Provides: tex(tosl5.tfm) = %{tl_version} -Provides: tex(tosl6.tfm) = %{tl_version} -Provides: tex(tosl7.tfm) = %{tl_version} -Provides: tex(tosl8.tfm) = %{tl_version} -Provides: tex(tosl9.tfm) = %{tl_version} -Provides: tex(toti10.tfm) = %{tl_version} - -%description ecc -The Metafont sources and TFM files of the European Concrete -Fonts. This is the T1-encoded extension of Knuth's Concrete -fonts, including also the corresponding text companion fonts. -Adobe Type 1 versions of the fonts are available as part of the -cm-super font bundle. - -%package ecc-doc -Summary: Documentation for ecc -Version: svn15878.0 - -Provides: tex-ecc-doc -AutoReqProv: No - -%description ecc-doc -Documentation for ecc - -%package eco -Provides: tex-eco = %{tl_version} -License: GPL+ -Summary: Oldstyle numerals using EC fonts -Version: svn29349.1.3 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(fontenc.sty) -Requires: tex(ifthen.sty) -Provides: tex(ecobi0500.tfm) = %{tl_version} -Provides: tex(ecobi0600.tfm) = %{tl_version} -Provides: tex(ecobi0700.tfm) = %{tl_version} -Provides: tex(ecobi0800.tfm) = %{tl_version} -Provides: tex(ecobi0900.tfm) = %{tl_version} -Provides: tex(ecobi1000.tfm) = %{tl_version} -Provides: tex(ecobi1095.tfm) = %{tl_version} -Provides: tex(ecobi1200.tfm) = %{tl_version} -Provides: tex(ecobi1440.tfm) = %{tl_version} -Provides: tex(ecobi1728.tfm) = %{tl_version} -Provides: tex(ecobi2074.tfm) = %{tl_version} -Provides: tex(ecobi2488.tfm) = %{tl_version} -Provides: tex(ecobi2986.tfm) = %{tl_version} -Provides: tex(ecobi3583.tfm) = %{tl_version} -Provides: tex(ecobl0500.tfm) = %{tl_version} -Provides: tex(ecobl0600.tfm) = %{tl_version} -Provides: tex(ecobl0700.tfm) = %{tl_version} -Provides: tex(ecobl0800.tfm) = %{tl_version} -Provides: tex(ecobl0900.tfm) = %{tl_version} -Provides: tex(ecobl1000.tfm) = %{tl_version} -Provides: tex(ecobl1095.tfm) = %{tl_version} -Provides: tex(ecobl1200.tfm) = %{tl_version} -Provides: tex(ecobl1440.tfm) = %{tl_version} -Provides: tex(ecobl1728.tfm) = %{tl_version} -Provides: tex(ecobl2074.tfm) = %{tl_version} -Provides: tex(ecobl2488.tfm) = %{tl_version} -Provides: tex(ecobl2986.tfm) = %{tl_version} -Provides: tex(ecobl3583.tfm) = %{tl_version} -Provides: tex(ecobx0500.tfm) = %{tl_version} -Provides: tex(ecobx0600.tfm) = %{tl_version} -Provides: tex(ecobx0700.tfm) = %{tl_version} -Provides: tex(ecobx0800.tfm) = %{tl_version} -Provides: tex(ecobx0900.tfm) = %{tl_version} -Provides: tex(ecobx1000.tfm) = %{tl_version} -Provides: tex(ecobx1095.tfm) = %{tl_version} -Provides: tex(ecobx1200.tfm) = %{tl_version} -Provides: tex(ecobx1440.tfm) = %{tl_version} -Provides: tex(ecobx1728.tfm) = %{tl_version} -Provides: tex(ecobx2074.tfm) = %{tl_version} -Provides: tex(ecobx2488.tfm) = %{tl_version} -Provides: tex(ecobx2986.tfm) = %{tl_version} -Provides: tex(ecobx3583.tfm) = %{tl_version} -Provides: tex(ecodh0500.tfm) = %{tl_version} -Provides: tex(ecodh0600.tfm) = %{tl_version} -Provides: tex(ecodh0700.tfm) = %{tl_version} -Provides: tex(ecodh0800.tfm) = %{tl_version} -Provides: tex(ecodh0900.tfm) = %{tl_version} -Provides: tex(ecodh1000.tfm) = %{tl_version} -Provides: tex(ecodh1095.tfm) = %{tl_version} -Provides: tex(ecodh1200.tfm) = %{tl_version} -Provides: tex(ecodh1440.tfm) = %{tl_version} -Provides: tex(ecodh1728.tfm) = %{tl_version} -Provides: tex(ecodh2074.tfm) = %{tl_version} -Provides: tex(ecodh2488.tfm) = %{tl_version} -Provides: tex(ecodh2986.tfm) = %{tl_version} -Provides: tex(ecodh3583.tfm) = %{tl_version} -Provides: tex(ecoit0600.tfm) = %{tl_version} -Provides: tex(ecoit0700.tfm) = %{tl_version} -Provides: tex(ecoit0800.tfm) = %{tl_version} -Provides: tex(ecoit0900.tfm) = %{tl_version} -Provides: tex(ecoit1000.tfm) = %{tl_version} -Provides: tex(ecoit1095.tfm) = %{tl_version} -Provides: tex(ecoit1200.tfm) = %{tl_version} -Provides: tex(ecoit1440.tfm) = %{tl_version} -Provides: tex(ecoit1728.tfm) = %{tl_version} -Provides: tex(ecoit2074.tfm) = %{tl_version} -Provides: tex(ecoit2488.tfm) = %{tl_version} -Provides: tex(ecoit2986.tfm) = %{tl_version} -Provides: tex(ecoit3583.tfm) = %{tl_version} -Provides: tex(ecorb0500.tfm) = %{tl_version} -Provides: tex(ecorb0600.tfm) = %{tl_version} -Provides: tex(ecorb0700.tfm) = %{tl_version} -Provides: tex(ecorb0800.tfm) = %{tl_version} -Provides: tex(ecorb0900.tfm) = %{tl_version} -Provides: tex(ecorb1000.tfm) = %{tl_version} -Provides: tex(ecorb1095.tfm) = %{tl_version} -Provides: tex(ecorb1200.tfm) = %{tl_version} -Provides: tex(ecorb1440.tfm) = %{tl_version} -Provides: tex(ecorb1728.tfm) = %{tl_version} -Provides: tex(ecorb2074.tfm) = %{tl_version} -Provides: tex(ecorb2488.tfm) = %{tl_version} -Provides: tex(ecorb2986.tfm) = %{tl_version} -Provides: tex(ecorb3583.tfm) = %{tl_version} -Provides: tex(ecorm0500.tfm) = %{tl_version} -Provides: tex(ecorm0600.tfm) = %{tl_version} -Provides: tex(ecorm0700.tfm) = %{tl_version} -Provides: tex(ecorm0800.tfm) = %{tl_version} -Provides: tex(ecorm0900.tfm) = %{tl_version} -Provides: tex(ecorm1000.tfm) = %{tl_version} -Provides: tex(ecorm1095.tfm) = %{tl_version} -Provides: tex(ecorm1200.tfm) = %{tl_version} -Provides: tex(ecorm1440.tfm) = %{tl_version} -Provides: tex(ecorm1728.tfm) = %{tl_version} -Provides: tex(ecorm2074.tfm) = %{tl_version} -Provides: tex(ecorm2488.tfm) = %{tl_version} -Provides: tex(ecorm2986.tfm) = %{tl_version} -Provides: tex(ecorm3583.tfm) = %{tl_version} -Provides: tex(ecosi0500.tfm) = %{tl_version} -Provides: tex(ecosi0600.tfm) = %{tl_version} -Provides: tex(ecosi0700.tfm) = %{tl_version} -Provides: tex(ecosi0800.tfm) = %{tl_version} -Provides: tex(ecosi0900.tfm) = %{tl_version} -Provides: tex(ecosi1000.tfm) = %{tl_version} -Provides: tex(ecosi1095.tfm) = %{tl_version} -Provides: tex(ecosi1200.tfm) = %{tl_version} -Provides: tex(ecosi1440.tfm) = %{tl_version} -Provides: tex(ecosi1728.tfm) = %{tl_version} -Provides: tex(ecosi2074.tfm) = %{tl_version} -Provides: tex(ecosi2488.tfm) = %{tl_version} -Provides: tex(ecosi2986.tfm) = %{tl_version} -Provides: tex(ecosi3583.tfm) = %{tl_version} -Provides: tex(ecosl0500.tfm) = %{tl_version} -Provides: tex(ecosl0600.tfm) = %{tl_version} -Provides: tex(ecosl0700.tfm) = %{tl_version} -Provides: tex(ecosl0800.tfm) = %{tl_version} -Provides: tex(ecosl0900.tfm) = %{tl_version} -Provides: tex(ecosl1000.tfm) = %{tl_version} -Provides: tex(ecosl1095.tfm) = %{tl_version} -Provides: tex(ecosl1200.tfm) = %{tl_version} -Provides: tex(ecosl1440.tfm) = %{tl_version} -Provides: tex(ecosl1728.tfm) = %{tl_version} -Provides: tex(ecosl2074.tfm) = %{tl_version} -Provides: tex(ecosl2488.tfm) = %{tl_version} -Provides: tex(ecosl2986.tfm) = %{tl_version} -Provides: tex(ecosl3583.tfm) = %{tl_version} -Provides: tex(ecoso0500.tfm) = %{tl_version} -Provides: tex(ecoso0600.tfm) = %{tl_version} -Provides: tex(ecoso0700.tfm) = %{tl_version} -Provides: tex(ecoso0800.tfm) = %{tl_version} -Provides: tex(ecoso0900.tfm) = %{tl_version} -Provides: tex(ecoso1000.tfm) = %{tl_version} -Provides: tex(ecoso1095.tfm) = %{tl_version} -Provides: tex(ecoso1200.tfm) = %{tl_version} -Provides: tex(ecoso1440.tfm) = %{tl_version} -Provides: tex(ecoso1728.tfm) = %{tl_version} -Provides: tex(ecoso2074.tfm) = %{tl_version} -Provides: tex(ecoso2488.tfm) = %{tl_version} -Provides: tex(ecoso2986.tfm) = %{tl_version} -Provides: tex(ecoso3583.tfm) = %{tl_version} -Provides: tex(ecoss0500.tfm) = %{tl_version} -Provides: tex(ecoss0600.tfm) = %{tl_version} -Provides: tex(ecoss0700.tfm) = %{tl_version} -Provides: tex(ecoss0800.tfm) = %{tl_version} -Provides: tex(ecoss0900.tfm) = %{tl_version} -Provides: tex(ecoss1000.tfm) = %{tl_version} -Provides: tex(ecoss1095.tfm) = %{tl_version} -Provides: tex(ecoss1200.tfm) = %{tl_version} -Provides: tex(ecoss1440.tfm) = %{tl_version} -Provides: tex(ecoss1728.tfm) = %{tl_version} -Provides: tex(ecoss2074.tfm) = %{tl_version} -Provides: tex(ecoss2488.tfm) = %{tl_version} -Provides: tex(ecoss2986.tfm) = %{tl_version} -Provides: tex(ecoss3583.tfm) = %{tl_version} -Provides: tex(ecost0600.tfm) = %{tl_version} -Provides: tex(ecost0700.tfm) = %{tl_version} -Provides: tex(ecost0800.tfm) = %{tl_version} -Provides: tex(ecost0900.tfm) = %{tl_version} -Provides: tex(ecost1000.tfm) = %{tl_version} -Provides: tex(ecost1095.tfm) = %{tl_version} -Provides: tex(ecost1200.tfm) = %{tl_version} -Provides: tex(ecost1440.tfm) = %{tl_version} -Provides: tex(ecost1728.tfm) = %{tl_version} -Provides: tex(ecost2074.tfm) = %{tl_version} -Provides: tex(ecost2488.tfm) = %{tl_version} -Provides: tex(ecost2986.tfm) = %{tl_version} -Provides: tex(ecost3583.tfm) = %{tl_version} -Provides: tex(ecosx0500.tfm) = %{tl_version} -Provides: tex(ecosx0600.tfm) = %{tl_version} -Provides: tex(ecosx0700.tfm) = %{tl_version} -Provides: tex(ecosx0800.tfm) = %{tl_version} -Provides: tex(ecosx0900.tfm) = %{tl_version} -Provides: tex(ecosx1000.tfm) = %{tl_version} -Provides: tex(ecosx1095.tfm) = %{tl_version} -Provides: tex(ecosx1200.tfm) = %{tl_version} -Provides: tex(ecosx1440.tfm) = %{tl_version} -Provides: tex(ecosx1728.tfm) = %{tl_version} -Provides: tex(ecosx2074.tfm) = %{tl_version} -Provides: tex(ecosx2488.tfm) = %{tl_version} -Provides: tex(ecosx2986.tfm) = %{tl_version} -Provides: tex(ecosx3583.tfm) = %{tl_version} -Provides: tex(ecoti0500.tfm) = %{tl_version} -Provides: tex(ecoti0600.tfm) = %{tl_version} -Provides: tex(ecoti0700.tfm) = %{tl_version} -Provides: tex(ecoti0800.tfm) = %{tl_version} -Provides: tex(ecoti0900.tfm) = %{tl_version} -Provides: tex(ecoti1000.tfm) = %{tl_version} -Provides: tex(ecoti1095.tfm) = %{tl_version} -Provides: tex(ecoti1200.tfm) = %{tl_version} -Provides: tex(ecoti1440.tfm) = %{tl_version} -Provides: tex(ecoti1728.tfm) = %{tl_version} -Provides: tex(ecoti2074.tfm) = %{tl_version} -Provides: tex(ecoti2488.tfm) = %{tl_version} -Provides: tex(ecoti2986.tfm) = %{tl_version} -Provides: tex(ecoti3583.tfm) = %{tl_version} -Provides: tex(ecott0600.tfm) = %{tl_version} -Provides: tex(ecott0700.tfm) = %{tl_version} -Provides: tex(ecott0800.tfm) = %{tl_version} -Provides: tex(ecott0900.tfm) = %{tl_version} -Provides: tex(ecott1000.tfm) = %{tl_version} -Provides: tex(ecott1095.tfm) = %{tl_version} -Provides: tex(ecott1200.tfm) = %{tl_version} -Provides: tex(ecott1440.tfm) = %{tl_version} -Provides: tex(ecott1728.tfm) = %{tl_version} -Provides: tex(ecott2074.tfm) = %{tl_version} -Provides: tex(ecott2488.tfm) = %{tl_version} -Provides: tex(ecott2986.tfm) = %{tl_version} -Provides: tex(ecott3583.tfm) = %{tl_version} -Provides: tex(ecoui0500.tfm) = %{tl_version} -Provides: tex(ecoui0600.tfm) = %{tl_version} -Provides: tex(ecoui0700.tfm) = %{tl_version} -Provides: tex(ecoui0800.tfm) = %{tl_version} -Provides: tex(ecoui0900.tfm) = %{tl_version} -Provides: tex(ecoui1000.tfm) = %{tl_version} -Provides: tex(ecoui1095.tfm) = %{tl_version} -Provides: tex(ecoui1200.tfm) = %{tl_version} -Provides: tex(ecoui1440.tfm) = %{tl_version} -Provides: tex(ecoui1728.tfm) = %{tl_version} -Provides: tex(ecoui2074.tfm) = %{tl_version} -Provides: tex(ecoui2488.tfm) = %{tl_version} -Provides: tex(ecoui2986.tfm) = %{tl_version} -Provides: tex(ecoui3583.tfm) = %{tl_version} -Provides: tex(ecovi0600.tfm) = %{tl_version} -Provides: tex(ecovi0700.tfm) = %{tl_version} -Provides: tex(ecovi0800.tfm) = %{tl_version} -Provides: tex(ecovi0900.tfm) = %{tl_version} -Provides: tex(ecovi1000.tfm) = %{tl_version} -Provides: tex(ecovi1095.tfm) = %{tl_version} -Provides: tex(ecovi1200.tfm) = %{tl_version} -Provides: tex(ecovi1440.tfm) = %{tl_version} -Provides: tex(ecovi1728.tfm) = %{tl_version} -Provides: tex(ecovi2074.tfm) = %{tl_version} -Provides: tex(ecovi2488.tfm) = %{tl_version} -Provides: tex(ecovi2986.tfm) = %{tl_version} -Provides: tex(ecovi3583.tfm) = %{tl_version} -Provides: tex(ecovt0600.tfm) = %{tl_version} -Provides: tex(ecovt0700.tfm) = %{tl_version} -Provides: tex(ecovt0800.tfm) = %{tl_version} -Provides: tex(ecovt0900.tfm) = %{tl_version} -Provides: tex(ecovt1000.tfm) = %{tl_version} -Provides: tex(ecovt1095.tfm) = %{tl_version} -Provides: tex(ecovt1200.tfm) = %{tl_version} -Provides: tex(ecovt1440.tfm) = %{tl_version} -Provides: tex(ecovt1728.tfm) = %{tl_version} -Provides: tex(ecovt2074.tfm) = %{tl_version} -Provides: tex(ecovt2488.tfm) = %{tl_version} -Provides: tex(ecovt2986.tfm) = %{tl_version} -Provides: tex(ecovt3583.tfm) = %{tl_version} -Provides: tex(ecobi0500.vf) = %{tl_version} -Provides: tex(ecobi0600.vf) = %{tl_version} -Provides: tex(ecobi0700.vf) = %{tl_version} -Provides: tex(ecobi0800.vf) = %{tl_version} -Provides: tex(ecobi0900.vf) = %{tl_version} -Provides: tex(ecobi1000.vf) = %{tl_version} -Provides: tex(ecobi1095.vf) = %{tl_version} -Provides: tex(ecobi1200.vf) = %{tl_version} -Provides: tex(ecobi1440.vf) = %{tl_version} -Provides: tex(ecobi1728.vf) = %{tl_version} -Provides: tex(ecobi2074.vf) = %{tl_version} -Provides: tex(ecobi2488.vf) = %{tl_version} -Provides: tex(ecobi2986.vf) = %{tl_version} -Provides: tex(ecobi3583.vf) = %{tl_version} -Provides: tex(ecobl0500.vf) = %{tl_version} -Provides: tex(ecobl0600.vf) = %{tl_version} -Provides: tex(ecobl0700.vf) = %{tl_version} -Provides: tex(ecobl0800.vf) = %{tl_version} -Provides: tex(ecobl0900.vf) = %{tl_version} -Provides: tex(ecobl1000.vf) = %{tl_version} -Provides: tex(ecobl1095.vf) = %{tl_version} -Provides: tex(ecobl1200.vf) = %{tl_version} -Provides: tex(ecobl1440.vf) = %{tl_version} -Provides: tex(ecobl1728.vf) = %{tl_version} -Provides: tex(ecobl2074.vf) = %{tl_version} -Provides: tex(ecobl2488.vf) = %{tl_version} -Provides: tex(ecobl2986.vf) = %{tl_version} -Provides: tex(ecobl3583.vf) = %{tl_version} -Provides: tex(ecobx0500.vf) = %{tl_version} -Provides: tex(ecobx0600.vf) = %{tl_version} -Provides: tex(ecobx0700.vf) = %{tl_version} -Provides: tex(ecobx0800.vf) = %{tl_version} -Provides: tex(ecobx0900.vf) = %{tl_version} -Provides: tex(ecobx1000.vf) = %{tl_version} -Provides: tex(ecobx1095.vf) = %{tl_version} -Provides: tex(ecobx1200.vf) = %{tl_version} -Provides: tex(ecobx1440.vf) = %{tl_version} -Provides: tex(ecobx1728.vf) = %{tl_version} -Provides: tex(ecobx2074.vf) = %{tl_version} -Provides: tex(ecobx2488.vf) = %{tl_version} -Provides: tex(ecobx2986.vf) = %{tl_version} -Provides: tex(ecobx3583.vf) = %{tl_version} -Provides: tex(ecodh0500.vf) = %{tl_version} -Provides: tex(ecodh0600.vf) = %{tl_version} -Provides: tex(ecodh0700.vf) = %{tl_version} -Provides: tex(ecodh0800.vf) = %{tl_version} -Provides: tex(ecodh0900.vf) = %{tl_version} -Provides: tex(ecodh1000.vf) = %{tl_version} -Provides: tex(ecodh1095.vf) = %{tl_version} -Provides: tex(ecodh1200.vf) = %{tl_version} -Provides: tex(ecodh1440.vf) = %{tl_version} -Provides: tex(ecodh1728.vf) = %{tl_version} -Provides: tex(ecodh2074.vf) = %{tl_version} -Provides: tex(ecodh2488.vf) = %{tl_version} -Provides: tex(ecodh2986.vf) = %{tl_version} -Provides: tex(ecodh3583.vf) = %{tl_version} -Provides: tex(ecoit0600.vf) = %{tl_version} -Provides: tex(ecoit0700.vf) = %{tl_version} -Provides: tex(ecoit0800.vf) = %{tl_version} -Provides: tex(ecoit0900.vf) = %{tl_version} -Provides: tex(ecoit1000.vf) = %{tl_version} -Provides: tex(ecoit1095.vf) = %{tl_version} -Provides: tex(ecoit1200.vf) = %{tl_version} -Provides: tex(ecoit1440.vf) = %{tl_version} -Provides: tex(ecoit1728.vf) = %{tl_version} -Provides: tex(ecoit2074.vf) = %{tl_version} -Provides: tex(ecoit2488.vf) = %{tl_version} -Provides: tex(ecoit2986.vf) = %{tl_version} -Provides: tex(ecoit3583.vf) = %{tl_version} -Provides: tex(ecorb0500.vf) = %{tl_version} -Provides: tex(ecorb0600.vf) = %{tl_version} -Provides: tex(ecorb0700.vf) = %{tl_version} -Provides: tex(ecorb0800.vf) = %{tl_version} -Provides: tex(ecorb0900.vf) = %{tl_version} -Provides: tex(ecorb1000.vf) = %{tl_version} -Provides: tex(ecorb1095.vf) = %{tl_version} -Provides: tex(ecorb1200.vf) = %{tl_version} -Provides: tex(ecorb1440.vf) = %{tl_version} -Provides: tex(ecorb1728.vf) = %{tl_version} -Provides: tex(ecorb2074.vf) = %{tl_version} -Provides: tex(ecorb2488.vf) = %{tl_version} -Provides: tex(ecorb2986.vf) = %{tl_version} -Provides: tex(ecorb3583.vf) = %{tl_version} -Provides: tex(ecorm0500.vf) = %{tl_version} -Provides: tex(ecorm0600.vf) = %{tl_version} -Provides: tex(ecorm0700.vf) = %{tl_version} -Provides: tex(ecorm0800.vf) = %{tl_version} -Provides: tex(ecorm0900.vf) = %{tl_version} -Provides: tex(ecorm1000.vf) = %{tl_version} -Provides: tex(ecorm1095.vf) = %{tl_version} -Provides: tex(ecorm1200.vf) = %{tl_version} -Provides: tex(ecorm1440.vf) = %{tl_version} -Provides: tex(ecorm1728.vf) = %{tl_version} -Provides: tex(ecorm2074.vf) = %{tl_version} -Provides: tex(ecorm2488.vf) = %{tl_version} -Provides: tex(ecorm2986.vf) = %{tl_version} -Provides: tex(ecorm3583.vf) = %{tl_version} -Provides: tex(ecosi0500.vf) = %{tl_version} -Provides: tex(ecosi0600.vf) = %{tl_version} -Provides: tex(ecosi0700.vf) = %{tl_version} -Provides: tex(ecosi0800.vf) = %{tl_version} -Provides: tex(ecosi0900.vf) = %{tl_version} -Provides: tex(ecosi1000.vf) = %{tl_version} -Provides: tex(ecosi1095.vf) = %{tl_version} -Provides: tex(ecosi1200.vf) = %{tl_version} -Provides: tex(ecosi1440.vf) = %{tl_version} -Provides: tex(ecosi1728.vf) = %{tl_version} -Provides: tex(ecosi2074.vf) = %{tl_version} -Provides: tex(ecosi2488.vf) = %{tl_version} -Provides: tex(ecosi2986.vf) = %{tl_version} -Provides: tex(ecosi3583.vf) = %{tl_version} -Provides: tex(ecosl0500.vf) = %{tl_version} -Provides: tex(ecosl0600.vf) = %{tl_version} -Provides: tex(ecosl0700.vf) = %{tl_version} -Provides: tex(ecosl0800.vf) = %{tl_version} -Provides: tex(ecosl0900.vf) = %{tl_version} -Provides: tex(ecosl1000.vf) = %{tl_version} -Provides: tex(ecosl1095.vf) = %{tl_version} -Provides: tex(ecosl1200.vf) = %{tl_version} -Provides: tex(ecosl1440.vf) = %{tl_version} -Provides: tex(ecosl1728.vf) = %{tl_version} -Provides: tex(ecosl2074.vf) = %{tl_version} -Provides: tex(ecosl2488.vf) = %{tl_version} -Provides: tex(ecosl2986.vf) = %{tl_version} -Provides: tex(ecosl3583.vf) = %{tl_version} -Provides: tex(ecoso0500.vf) = %{tl_version} -Provides: tex(ecoso0600.vf) = %{tl_version} -Provides: tex(ecoso0700.vf) = %{tl_version} -Provides: tex(ecoso0800.vf) = %{tl_version} -Provides: tex(ecoso0900.vf) = %{tl_version} -Provides: tex(ecoso1000.vf) = %{tl_version} -Provides: tex(ecoso1095.vf) = %{tl_version} -Provides: tex(ecoso1200.vf) = %{tl_version} -Provides: tex(ecoso1440.vf) = %{tl_version} -Provides: tex(ecoso1728.vf) = %{tl_version} -Provides: tex(ecoso2074.vf) = %{tl_version} -Provides: tex(ecoso2488.vf) = %{tl_version} -Provides: tex(ecoso2986.vf) = %{tl_version} -Provides: tex(ecoso3583.vf) = %{tl_version} -Provides: tex(ecoss0500.vf) = %{tl_version} -Provides: tex(ecoss0600.vf) = %{tl_version} -Provides: tex(ecoss0700.vf) = %{tl_version} -Provides: tex(ecoss0800.vf) = %{tl_version} -Provides: tex(ecoss0900.vf) = %{tl_version} -Provides: tex(ecoss1000.vf) = %{tl_version} -Provides: tex(ecoss1095.vf) = %{tl_version} -Provides: tex(ecoss1200.vf) = %{tl_version} -Provides: tex(ecoss1440.vf) = %{tl_version} -Provides: tex(ecoss1728.vf) = %{tl_version} -Provides: tex(ecoss2074.vf) = %{tl_version} -Provides: tex(ecoss2488.vf) = %{tl_version} -Provides: tex(ecoss2986.vf) = %{tl_version} -Provides: tex(ecoss3583.vf) = %{tl_version} -Provides: tex(ecost0600.vf) = %{tl_version} -Provides: tex(ecost0700.vf) = %{tl_version} -Provides: tex(ecost0800.vf) = %{tl_version} -Provides: tex(ecost0900.vf) = %{tl_version} -Provides: tex(ecost1000.vf) = %{tl_version} -Provides: tex(ecost1095.vf) = %{tl_version} -Provides: tex(ecost1200.vf) = %{tl_version} -Provides: tex(ecost1440.vf) = %{tl_version} -Provides: tex(ecost1728.vf) = %{tl_version} -Provides: tex(ecost2074.vf) = %{tl_version} -Provides: tex(ecost2488.vf) = %{tl_version} -Provides: tex(ecost2986.vf) = %{tl_version} -Provides: tex(ecost3583.vf) = %{tl_version} -Provides: tex(ecosx0500.vf) = %{tl_version} -Provides: tex(ecosx0600.vf) = %{tl_version} -Provides: tex(ecosx0700.vf) = %{tl_version} -Provides: tex(ecosx0800.vf) = %{tl_version} -Provides: tex(ecosx0900.vf) = %{tl_version} -Provides: tex(ecosx1000.vf) = %{tl_version} -Provides: tex(ecosx1095.vf) = %{tl_version} -Provides: tex(ecosx1200.vf) = %{tl_version} -Provides: tex(ecosx1440.vf) = %{tl_version} -Provides: tex(ecosx1728.vf) = %{tl_version} -Provides: tex(ecosx2074.vf) = %{tl_version} -Provides: tex(ecosx2488.vf) = %{tl_version} -Provides: tex(ecosx2986.vf) = %{tl_version} -Provides: tex(ecosx3583.vf) = %{tl_version} -Provides: tex(ecoti0500.vf) = %{tl_version} -Provides: tex(ecoti0600.vf) = %{tl_version} -Provides: tex(ecoti0700.vf) = %{tl_version} -Provides: tex(ecoti0800.vf) = %{tl_version} -Provides: tex(ecoti0900.vf) = %{tl_version} -Provides: tex(ecoti1000.vf) = %{tl_version} -Provides: tex(ecoti1095.vf) = %{tl_version} -Provides: tex(ecoti1200.vf) = %{tl_version} -Provides: tex(ecoti1440.vf) = %{tl_version} -Provides: tex(ecoti1728.vf) = %{tl_version} -Provides: tex(ecoti2074.vf) = %{tl_version} -Provides: tex(ecoti2488.vf) = %{tl_version} -Provides: tex(ecoti2986.vf) = %{tl_version} -Provides: tex(ecoti3583.vf) = %{tl_version} -Provides: tex(ecott0600.vf) = %{tl_version} -Provides: tex(ecott0700.vf) = %{tl_version} -Provides: tex(ecott0800.vf) = %{tl_version} -Provides: tex(ecott0900.vf) = %{tl_version} -Provides: tex(ecott1000.vf) = %{tl_version} -Provides: tex(ecott1095.vf) = %{tl_version} -Provides: tex(ecott1200.vf) = %{tl_version} -Provides: tex(ecott1440.vf) = %{tl_version} -Provides: tex(ecott1728.vf) = %{tl_version} -Provides: tex(ecott2074.vf) = %{tl_version} -Provides: tex(ecott2488.vf) = %{tl_version} -Provides: tex(ecott2986.vf) = %{tl_version} -Provides: tex(ecott3583.vf) = %{tl_version} -Provides: tex(ecoui0500.vf) = %{tl_version} -Provides: tex(ecoui0600.vf) = %{tl_version} -Provides: tex(ecoui0700.vf) = %{tl_version} -Provides: tex(ecoui0800.vf) = %{tl_version} -Provides: tex(ecoui0900.vf) = %{tl_version} -Provides: tex(ecoui1000.vf) = %{tl_version} -Provides: tex(ecoui1095.vf) = %{tl_version} -Provides: tex(ecoui1200.vf) = %{tl_version} -Provides: tex(ecoui1440.vf) = %{tl_version} -Provides: tex(ecoui1728.vf) = %{tl_version} -Provides: tex(ecoui2074.vf) = %{tl_version} -Provides: tex(ecoui2488.vf) = %{tl_version} -Provides: tex(ecoui2986.vf) = %{tl_version} -Provides: tex(ecoui3583.vf) = %{tl_version} -Provides: tex(ecovi0600.vf) = %{tl_version} -Provides: tex(ecovi0700.vf) = %{tl_version} -Provides: tex(ecovi0800.vf) = %{tl_version} -Provides: tex(ecovi0900.vf) = %{tl_version} -Provides: tex(ecovi1000.vf) = %{tl_version} -Provides: tex(ecovi1095.vf) = %{tl_version} -Provides: tex(ecovi1200.vf) = %{tl_version} -Provides: tex(ecovi1440.vf) = %{tl_version} -Provides: tex(ecovi1728.vf) = %{tl_version} -Provides: tex(ecovi2074.vf) = %{tl_version} -Provides: tex(ecovi2488.vf) = %{tl_version} -Provides: tex(ecovi2986.vf) = %{tl_version} -Provides: tex(ecovi3583.vf) = %{tl_version} -Provides: tex(ecovt0600.vf) = %{tl_version} -Provides: tex(ecovt0700.vf) = %{tl_version} -Provides: tex(ecovt0800.vf) = %{tl_version} -Provides: tex(ecovt0900.vf) = %{tl_version} -Provides: tex(ecovt1000.vf) = %{tl_version} -Provides: tex(ecovt1095.vf) = %{tl_version} -Provides: tex(ecovt1200.vf) = %{tl_version} -Provides: tex(ecovt1440.vf) = %{tl_version} -Provides: tex(ecovt1728.vf) = %{tl_version} -Provides: tex(ecovt2074.vf) = %{tl_version} -Provides: tex(ecovt2488.vf) = %{tl_version} -Provides: tex(ecovt2986.vf) = %{tl_version} -Provides: tex(ecovt3583.vf) = %{tl_version} -Provides: tex(T1cmodh.fd) = %{tl_version} -Provides: tex(T1cmor.fd) = %{tl_version} -Provides: tex(T1cmoss.fd) = %{tl_version} -Provides: tex(T1cmott.fd) = %{tl_version} -Provides: tex(T1cmovt.fd) = %{tl_version} -Provides: tex(eco.sty) = %{tl_version} - -%description eco -A set of font metric files and virtual fonts for using the EC -fonts with oldstyle numerals. These files can only be used -together with the standard ec fonts. The style file eco.sty is -sufficient to use the eco fonts but if you intend to use other -font families as well, e.g., PostScript fonts, try altfont. - -%package eco-doc -Summary: Documentation for eco -Version: svn29349.1.3 - -Provides: tex-eco-doc -AutoReqProv: No - -%description eco-doc -Documentation for eco - -%package eiad -Provides: tex-eiad = %{tl_version} -License: Public Domain -Summary: Traditional style Irish fonts -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(eiadb10.tfm) = %{tl_version} -Provides: tex(eiadbx10.tfm) = %{tl_version} -Provides: tex(eiadbxi10.tfm) = %{tl_version} -Provides: tex(eiadbxsl10.tfm) = %{tl_version} -Provides: tex(eiadccsc10.tfm) = %{tl_version} -Provides: tex(eiadci10.tfm) = %{tl_version} -Provides: tex(eiadcr10.tfm) = %{tl_version} -Provides: tex(eiadcsc10.tfm) = %{tl_version} -Provides: tex(eiadcsl10.tfm) = %{tl_version} -Provides: tex(eiadcslc9.tfm) = %{tl_version} -Provides: tex(eiaddunh10.tfm) = %{tl_version} -Provides: tex(eiadff10.tfm) = %{tl_version} -Provides: tex(eiadfi10.tfm) = %{tl_version} -Provides: tex(eiadfib8.tfm) = %{tl_version} -Provides: tex(eiadi10.tfm) = %{tl_version} -Provides: tex(eiaditt10.tfm) = %{tl_version} -Provides: tex(eiadr10.tfm) = %{tl_version} -Provides: tex(eiadr12.tfm) = %{tl_version} -Provides: tex(eiadr17.tfm) = %{tl_version} -Provides: tex(eiadsl10.tfm) = %{tl_version} -Provides: tex(eiadsltt10.tfm) = %{tl_version} -Provides: tex(eiadss10.tfm) = %{tl_version} -Provides: tex(eiadssbx10.tfm) = %{tl_version} -Provides: tex(eiadssdc10.tfm) = %{tl_version} -Provides: tex(eiadssi10.tfm) = %{tl_version} -Provides: tex(eiadssq8.tfm) = %{tl_version} -Provides: tex(eiadssqi8.tfm) = %{tl_version} -Provides: tex(eiadtcsc10.tfm) = %{tl_version} -Provides: tex(eiadtt10.tfm) = %{tl_version} -Provides: tex(eiadvtt10.tfm) = %{tl_version} -Provides: tex(OT1eiad.fd) = %{tl_version} -Provides: tex(OT1eiadcc.fd) = %{tl_version} -Provides: tex(OT1eiadss.fd) = %{tl_version} -Provides: tex(OT1eiadtt.fd) = %{tl_version} - -%description eiad -In both lower and upper case 32 letters are defined (18 'plain' -ones, 5 long vowels and 9 aspirated consonants). The ligature -'agus' is also made available. The remaining characters -(digits, punctuation and accents) are inherited from the -Computer Modern family of fonts. The font definitions use code -from the sauter fonts, so those fonts have to be installed -before using eiad. OT1*.fd files are provided for use with -LaTeX. - -%package eiad-doc -Summary: Documentation for eiad -Version: svn15878.0 - -Provides: tex-eiad-doc -AutoReqProv: No - -%description eiad-doc -Documentation for eiad - -%package eiad-ltx -Provides: tex-eiad-ltx = %{tl_version} -License: LPPL -Summary: LaTeX support for the eiad font -Version: svn15878.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(eiad.sty) = %{tl_version} - -%description eiad-ltx -The package provides macros to support use of the eiad fonts in -OT1 encoding. Also offered are a couple of Metafont files -described in the font package, but not provided there. - -%package eiad-ltx-doc -Summary: Documentation for eiad-ltx -Version: svn15878.1.0 - -Provides: tex-eiad-ltx-doc -AutoReqProv: No - -%description eiad-ltx-doc -Documentation for eiad-ltx - -%package electrum -Provides: tex-electrum = %{tl_version} -License: GPLv2+ with exceptions and LPPL -Summary: Electrum ADF fonts collection -Version: svn19705.1.005_b -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xkeyval.sty) -Requires: tex(fontenc.sty) -Requires: tex(textcomp.sty) -Requires: tex(nfssext-cfr.sty) -Provides: tex(supp-yes.enc) = %{tl_version} -Provides: tex(yes.map) = %{tl_version} -Provides: tex(yesb08c.tfm) = %{tl_version} -Provides: tex(yesb08t.tfm) = %{tl_version} -Provides: tex(yesb0o8c.tfm) = %{tl_version} -Provides: tex(yesb0o8t.tfm) = %{tl_version} -Provides: tex(yesb18c.tfm) = %{tl_version} -Provides: tex(yesb18t.tfm) = %{tl_version} -Provides: tex(yesb1o8c.tfm) = %{tl_version} -Provides: tex(yesb1o8t.tfm) = %{tl_version} -Provides: tex(yesb8c.tfm) = %{tl_version} -Provides: tex(yesb8r.tfm) = %{tl_version} -Provides: tex(yesb8s.tfm) = %{tl_version} -Provides: tex(yesb8t.tfm) = %{tl_version} -Provides: tex(yesbc8t.tfm) = %{tl_version} -Provides: tex(yesbcj8t.tfm) = %{tl_version} -Provides: tex(yesbcjo8t.tfm) = %{tl_version} -Provides: tex(yesbcjow8t.tfm) = %{tl_version} -Provides: tex(yesbcjw8t.tfm) = %{tl_version} -Provides: tex(yesbco8t.tfm) = %{tl_version} -Provides: tex(yesbcow8t.tfm) = %{tl_version} -Provides: tex(yesbcw8t.tfm) = %{tl_version} -Provides: tex(yesbj8c.tfm) = %{tl_version} -Provides: tex(yesbj8t.tfm) = %{tl_version} -Provides: tex(yesbjo8c.tfm) = %{tl_version} -Provides: tex(yesbjo8t.tfm) = %{tl_version} -Provides: tex(yesbjow8t.tfm) = %{tl_version} -Provides: tex(yesbjw8t.tfm) = %{tl_version} -Provides: tex(yesbo8c.tfm) = %{tl_version} -Provides: tex(yesbo8r.tfm) = %{tl_version} -Provides: tex(yesbo8s.tfm) = %{tl_version} -Provides: tex(yesbo8t.tfm) = %{tl_version} -Provides: tex(yesbow8t.tfm) = %{tl_version} -Provides: tex(yesbw8t.tfm) = %{tl_version} -Provides: tex(yesl08c.tfm) = %{tl_version} -Provides: tex(yesl08t.tfm) = %{tl_version} -Provides: tex(yesl0o8c.tfm) = %{tl_version} -Provides: tex(yesl0o8t.tfm) = %{tl_version} -Provides: tex(yesl18c.tfm) = %{tl_version} -Provides: tex(yesl18t.tfm) = %{tl_version} -Provides: tex(yesl1o8c.tfm) = %{tl_version} -Provides: tex(yesl1o8t.tfm) = %{tl_version} -Provides: tex(yesl8c.tfm) = %{tl_version} -Provides: tex(yesl8r.tfm) = %{tl_version} -Provides: tex(yesl8s.tfm) = %{tl_version} -Provides: tex(yesl8t.tfm) = %{tl_version} -Provides: tex(yeslc8t.tfm) = %{tl_version} -Provides: tex(yeslcj8t.tfm) = %{tl_version} -Provides: tex(yeslcjo8t.tfm) = %{tl_version} -Provides: tex(yeslcjow8t.tfm) = %{tl_version} -Provides: tex(yeslcjw8t.tfm) = %{tl_version} -Provides: tex(yeslco8t.tfm) = %{tl_version} -Provides: tex(yeslcow8t.tfm) = %{tl_version} -Provides: tex(yeslcw8t.tfm) = %{tl_version} -Provides: tex(yeslj8c.tfm) = %{tl_version} -Provides: tex(yeslj8t.tfm) = %{tl_version} -Provides: tex(yesljo8c.tfm) = %{tl_version} -Provides: tex(yesljo8t.tfm) = %{tl_version} -Provides: tex(yesljow8t.tfm) = %{tl_version} -Provides: tex(yesljw8t.tfm) = %{tl_version} -Provides: tex(yeslo8c.tfm) = %{tl_version} -Provides: tex(yeslo8r.tfm) = %{tl_version} -Provides: tex(yeslo8s.tfm) = %{tl_version} -Provides: tex(yeslo8t.tfm) = %{tl_version} -Provides: tex(yeslow8t.tfm) = %{tl_version} -Provides: tex(yeslw8t.tfm) = %{tl_version} -Provides: tex(yesr08c.tfm) = %{tl_version} -Provides: tex(yesr08t.tfm) = %{tl_version} -Provides: tex(yesr0o8c.tfm) = %{tl_version} -Provides: tex(yesr0o8t.tfm) = %{tl_version} -Provides: tex(yesr18c.tfm) = %{tl_version} -Provides: tex(yesr18t.tfm) = %{tl_version} -Provides: tex(yesr1o8c.tfm) = %{tl_version} -Provides: tex(yesr1o8t.tfm) = %{tl_version} -Provides: tex(yesr8c.tfm) = %{tl_version} -Provides: tex(yesr8r.tfm) = %{tl_version} -Provides: tex(yesr8s.tfm) = %{tl_version} -Provides: tex(yesr8t.tfm) = %{tl_version} -Provides: tex(yesrc8t.tfm) = %{tl_version} -Provides: tex(yesrcj8t.tfm) = %{tl_version} -Provides: tex(yesrcjo8t.tfm) = %{tl_version} -Provides: tex(yesrcjow8t.tfm) = %{tl_version} -Provides: tex(yesrcjw8t.tfm) = %{tl_version} -Provides: tex(yesrco8t.tfm) = %{tl_version} -Provides: tex(yesrcow8t.tfm) = %{tl_version} -Provides: tex(yesrcw8t.tfm) = %{tl_version} -Provides: tex(yesrj8c.tfm) = %{tl_version} -Provides: tex(yesrj8t.tfm) = %{tl_version} -Provides: tex(yesrjo8c.tfm) = %{tl_version} -Provides: tex(yesrjo8t.tfm) = %{tl_version} -Provides: tex(yesrjow8t.tfm) = %{tl_version} -Provides: tex(yesrjw8t.tfm) = %{tl_version} -Provides: tex(yesro8c.tfm) = %{tl_version} -Provides: tex(yesro8r.tfm) = %{tl_version} -Provides: tex(yesro8s.tfm) = %{tl_version} -Provides: tex(yesro8t.tfm) = %{tl_version} -Provides: tex(yesrow8t.tfm) = %{tl_version} -Provides: tex(yesrw8t.tfm) = %{tl_version} -Provides: tex(yess08c.tfm) = %{tl_version} -Provides: tex(yess08t.tfm) = %{tl_version} -Provides: tex(yess0o8c.tfm) = %{tl_version} -Provides: tex(yess0o8t.tfm) = %{tl_version} -Provides: tex(yess18c.tfm) = %{tl_version} -Provides: tex(yess18t.tfm) = %{tl_version} -Provides: tex(yess1o8c.tfm) = %{tl_version} -Provides: tex(yess1o8t.tfm) = %{tl_version} -Provides: tex(yess8c.tfm) = %{tl_version} -Provides: tex(yess8r.tfm) = %{tl_version} -Provides: tex(yess8s.tfm) = %{tl_version} -Provides: tex(yess8t.tfm) = %{tl_version} -Provides: tex(yessc8t.tfm) = %{tl_version} -Provides: tex(yesscj8t.tfm) = %{tl_version} -Provides: tex(yesscjo8t.tfm) = %{tl_version} -Provides: tex(yesscjow8t.tfm) = %{tl_version} -Provides: tex(yesscjw8t.tfm) = %{tl_version} -Provides: tex(yessco8t.tfm) = %{tl_version} -Provides: tex(yesscow8t.tfm) = %{tl_version} -Provides: tex(yesscw8t.tfm) = %{tl_version} -Provides: tex(yessj8c.tfm) = %{tl_version} -Provides: tex(yessj8t.tfm) = %{tl_version} -Provides: tex(yessjo8c.tfm) = %{tl_version} -Provides: tex(yessjo8t.tfm) = %{tl_version} -Provides: tex(yessjow8t.tfm) = %{tl_version} -Provides: tex(yessjw8t.tfm) = %{tl_version} -Provides: tex(yesso8c.tfm) = %{tl_version} -Provides: tex(yesso8r.tfm) = %{tl_version} -Provides: tex(yesso8s.tfm) = %{tl_version} -Provides: tex(yesso8t.tfm) = %{tl_version} -Provides: tex(yessow8t.tfm) = %{tl_version} -Provides: tex(yessw8t.tfm) = %{tl_version} -Provides: tex(yesb8a.pfb) = %{tl_version} -Provides: tex(yesbo8a.pfb) = %{tl_version} -Provides: tex(yesl8a.pfb) = %{tl_version} -Provides: tex(yeslo8a.pfb) = %{tl_version} -Provides: tex(yesr8a.pfb) = %{tl_version} -Provides: tex(yesro8a.pfb) = %{tl_version} -Provides: tex(yess8a.pfb) = %{tl_version} -Provides: tex(yesso8a.pfb) = %{tl_version} -Provides: tex(yesb08c.vf) = %{tl_version} -Provides: tex(yesb08t.vf) = %{tl_version} -Provides: tex(yesb0o8c.vf) = %{tl_version} -Provides: tex(yesb0o8t.vf) = %{tl_version} -Provides: tex(yesb18c.vf) = %{tl_version} -Provides: tex(yesb18t.vf) = %{tl_version} -Provides: tex(yesb1o8c.vf) = %{tl_version} -Provides: tex(yesb1o8t.vf) = %{tl_version} -Provides: tex(yesb8c.vf) = %{tl_version} -Provides: tex(yesb8t.vf) = %{tl_version} -Provides: tex(yesbc8t.vf) = %{tl_version} -Provides: tex(yesbcj8t.vf) = %{tl_version} -Provides: tex(yesbcjo8t.vf) = %{tl_version} -Provides: tex(yesbcjow8t.vf) = %{tl_version} -Provides: tex(yesbcjw8t.vf) = %{tl_version} -Provides: tex(yesbco8t.vf) = %{tl_version} -Provides: tex(yesbcow8t.vf) = %{tl_version} -Provides: tex(yesbcw8t.vf) = %{tl_version} -Provides: tex(yesbj8c.vf) = %{tl_version} -Provides: tex(yesbj8t.vf) = %{tl_version} -Provides: tex(yesbjo8c.vf) = %{tl_version} -Provides: tex(yesbjo8t.vf) = %{tl_version} -Provides: tex(yesbjow8t.vf) = %{tl_version} -Provides: tex(yesbjw8t.vf) = %{tl_version} -Provides: tex(yesbo8c.vf) = %{tl_version} -Provides: tex(yesbo8t.vf) = %{tl_version} -Provides: tex(yesbow8t.vf) = %{tl_version} -Provides: tex(yesbw8t.vf) = %{tl_version} -Provides: tex(yesl08c.vf) = %{tl_version} -Provides: tex(yesl08t.vf) = %{tl_version} -Provides: tex(yesl0o8c.vf) = %{tl_version} -Provides: tex(yesl0o8t.vf) = %{tl_version} -Provides: tex(yesl18c.vf) = %{tl_version} -Provides: tex(yesl18t.vf) = %{tl_version} -Provides: tex(yesl1o8c.vf) = %{tl_version} -Provides: tex(yesl1o8t.vf) = %{tl_version} -Provides: tex(yesl8c.vf) = %{tl_version} -Provides: tex(yesl8t.vf) = %{tl_version} -Provides: tex(yeslc8t.vf) = %{tl_version} -Provides: tex(yeslcj8t.vf) = %{tl_version} -Provides: tex(yeslcjo8t.vf) = %{tl_version} -Provides: tex(yeslcjow8t.vf) = %{tl_version} -Provides: tex(yeslcjw8t.vf) = %{tl_version} -Provides: tex(yeslco8t.vf) = %{tl_version} -Provides: tex(yeslcow8t.vf) = %{tl_version} -Provides: tex(yeslcw8t.vf) = %{tl_version} -Provides: tex(yeslj8c.vf) = %{tl_version} -Provides: tex(yeslj8t.vf) = %{tl_version} -Provides: tex(yesljo8c.vf) = %{tl_version} -Provides: tex(yesljo8t.vf) = %{tl_version} -Provides: tex(yesljow8t.vf) = %{tl_version} -Provides: tex(yesljw8t.vf) = %{tl_version} -Provides: tex(yeslo8c.vf) = %{tl_version} -Provides: tex(yeslo8t.vf) = %{tl_version} -Provides: tex(yeslow8t.vf) = %{tl_version} -Provides: tex(yeslw8t.vf) = %{tl_version} -Provides: tex(yesr08c.vf) = %{tl_version} -Provides: tex(yesr08t.vf) = %{tl_version} -Provides: tex(yesr0o8c.vf) = %{tl_version} -Provides: tex(yesr0o8t.vf) = %{tl_version} -Provides: tex(yesr18c.vf) = %{tl_version} -Provides: tex(yesr18t.vf) = %{tl_version} -Provides: tex(yesr1o8c.vf) = %{tl_version} -Provides: tex(yesr1o8t.vf) = %{tl_version} -Provides: tex(yesr8c.vf) = %{tl_version} -Provides: tex(yesr8t.vf) = %{tl_version} -Provides: tex(yesrc8t.vf) = %{tl_version} -Provides: tex(yesrcj8t.vf) = %{tl_version} -Provides: tex(yesrcjo8t.vf) = %{tl_version} -Provides: tex(yesrcjow8t.vf) = %{tl_version} -Provides: tex(yesrcjw8t.vf) = %{tl_version} -Provides: tex(yesrco8t.vf) = %{tl_version} -Provides: tex(yesrcow8t.vf) = %{tl_version} -Provides: tex(yesrcw8t.vf) = %{tl_version} -Provides: tex(yesrj8c.vf) = %{tl_version} -Provides: tex(yesrj8t.vf) = %{tl_version} -Provides: tex(yesrjo8c.vf) = %{tl_version} -Provides: tex(yesrjo8t.vf) = %{tl_version} -Provides: tex(yesrjow8t.vf) = %{tl_version} -Provides: tex(yesrjw8t.vf) = %{tl_version} -Provides: tex(yesro8c.vf) = %{tl_version} -Provides: tex(yesro8t.vf) = %{tl_version} -Provides: tex(yesrow8t.vf) = %{tl_version} -Provides: tex(yesrw8t.vf) = %{tl_version} -Provides: tex(yess08c.vf) = %{tl_version} -Provides: tex(yess08t.vf) = %{tl_version} -Provides: tex(yess0o8c.vf) = %{tl_version} -Provides: tex(yess0o8t.vf) = %{tl_version} -Provides: tex(yess18c.vf) = %{tl_version} -Provides: tex(yess18t.vf) = %{tl_version} -Provides: tex(yess1o8c.vf) = %{tl_version} -Provides: tex(yess1o8t.vf) = %{tl_version} -Provides: tex(yess8c.vf) = %{tl_version} -Provides: tex(yess8t.vf) = %{tl_version} -Provides: tex(yessc8t.vf) = %{tl_version} -Provides: tex(yesscj8t.vf) = %{tl_version} -Provides: tex(yesscjo8t.vf) = %{tl_version} -Provides: tex(yesscjow8t.vf) = %{tl_version} -Provides: tex(yesscjw8t.vf) = %{tl_version} -Provides: tex(yessco8t.vf) = %{tl_version} -Provides: tex(yesscow8t.vf) = %{tl_version} -Provides: tex(yesscw8t.vf) = %{tl_version} -Provides: tex(yessj8c.vf) = %{tl_version} -Provides: tex(yessj8t.vf) = %{tl_version} -Provides: tex(yessjo8c.vf) = %{tl_version} -Provides: tex(yessjo8t.vf) = %{tl_version} -Provides: tex(yessjow8t.vf) = %{tl_version} -Provides: tex(yessjw8t.vf) = %{tl_version} -Provides: tex(yesso8c.vf) = %{tl_version} -Provides: tex(yesso8t.vf) = %{tl_version} -Provides: tex(yessow8t.vf) = %{tl_version} -Provides: tex(yessw8t.vf) = %{tl_version} -Provides: tex(electrum.sty) = %{tl_version} -Provides: tex(t1yes.fd) = %{tl_version} -Provides: tex(t1yes0.fd) = %{tl_version} -Provides: tex(t1yes1.fd) = %{tl_version} -Provides: tex(t1yesj.fd) = %{tl_version} -Provides: tex(t1yesjw.fd) = %{tl_version} -Provides: tex(t1yesw.fd) = %{tl_version} -Provides: tex(ts1yes.fd) = %{tl_version} -Provides: tex(ts1yes0.fd) = %{tl_version} -Provides: tex(ts1yes1.fd) = %{tl_version} -Provides: tex(ts1yesj.fd) = %{tl_version} -Provides: tex(ts1yesjw.fd) = %{tl_version} -Provides: tex(ts1yesw.fd) = %{tl_version} - -%description electrum -Electrum ADF is a slab-serif font featuring optical and italic -small-caps; additional ligatures and an alternate Q; lining, -hanging, inferior and superior digits; and four weights. The -fonts are provided in Adobe Type 1 format and the support -material enables use with LaTeX. Licence is mixed: LPPL for -LaTeX support; GPL with font exception for the fonts. - -%package electrum-doc -Summary: Documentation for electrum -Version: svn19705.1.005_b - -Provides: tex-electrum-doc -AutoReqProv: No - -%description electrum-doc -Documentation for electrum - -%package elvish -Provides: tex-elvish = %{tl_version} -License: Elvish -Summary: Fonts for typesetting Tolkien Elvish scripts -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(cirth.tfm) = %{tl_version} -Provides: tex(teng10.tfm) = %{tl_version} - -%description elvish -The bundle provides fonts for Cirth (cirth.mf, etc.) and for -Tengwar (teng10.mf). The Tengwar fonts are supported by macros -in teng.tex, or by the (better documented) tengtex package. - -%package elvish-doc -Summary: Documentation for elvish -Version: svn15878.0 - -Provides: tex-elvish-doc -AutoReqProv: No - -%description elvish-doc -Documentation for elvish - -%package epigrafica -Provides: tex-epigrafica = %{tl_version} -License: GPL+ -Summary: A Greek and Latin font -Version: svn17210.1.01 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pxfonts.sty) -Provides: tex(epigraficahellenic.enc) = %{tl_version} -Provides: tex(epigrafica.map) = %{tl_version} -Provides: tex(epigraficab8a.tfm) = %{tl_version} -Provides: tex(epigraficab8r.tfm) = %{tl_version} -Provides: tex(epigraficabi8a.tfm) = %{tl_version} -Provides: tex(epigraficabi8r.tfm) = %{tl_version} -Provides: tex(epigraficabo8a.tfm) = %{tl_version} -Provides: tex(epigraficabo8r.tfm) = %{tl_version} -Provides: tex(epigraficac8a.tfm) = %{tl_version} -Provides: tex(epigraficac8r.tfm) = %{tl_version} -Provides: tex(epigraficahb7a.tfm) = %{tl_version} -Provides: tex(epigraficahb7r.tfm) = %{tl_version} -Provides: tex(epigraficahbi7a.tfm) = %{tl_version} -Provides: tex(epigraficahbi7r.tfm) = %{tl_version} -Provides: tex(epigraficahbo7a.tfm) = %{tl_version} -Provides: tex(epigraficahbo7r.tfm) = %{tl_version} -Provides: tex(epigraficahc7a.tfm) = %{tl_version} -Provides: tex(epigraficahc7r.tfm) = %{tl_version} -Provides: tex(epigraficahi7a.tfm) = %{tl_version} -Provides: tex(epigraficahi7r.tfm) = %{tl_version} -Provides: tex(epigraficahn7r.tfm) = %{tl_version} -Provides: tex(epigraficaho7a.tfm) = %{tl_version} -Provides: tex(epigraficaho7r.tfm) = %{tl_version} -Provides: tex(epigraficai8a.tfm) = %{tl_version} -Provides: tex(epigraficai8r.tfm) = %{tl_version} -Provides: tex(epigrafican8a.tfm) = %{tl_version} -Provides: tex(epigrafican8r.tfm) = %{tl_version} -Provides: tex(epigraficao8a.tfm) = %{tl_version} -Provides: tex(epigraficao8r.tfm) = %{tl_version} -Provides: tex(gepigraficahn7a.tfm) = %{tl_version} -Provides: tex(Epigrafica-Entona.pfb) = %{tl_version} -Provides: tex(Epigrafica-EntonaReonta.pfb) = %{tl_version} -Provides: tex(Epigrafica-Ortha.pfb) = %{tl_version} -Provides: tex(Epigrafica-Pezokefalaia.pfb) = %{tl_version} -Provides: tex(Epigrafica-Reonta.pfb) = %{tl_version} -Provides: tex(epigraficab8r.vf) = %{tl_version} -Provides: tex(epigraficabi8r.vf) = %{tl_version} -Provides: tex(epigraficabo8r.vf) = %{tl_version} -Provides: tex(epigraficac8r.vf) = %{tl_version} -Provides: tex(epigraficahb7r.vf) = %{tl_version} -Provides: tex(epigraficahbi7r.vf) = %{tl_version} -Provides: tex(epigraficahbo7r.vf) = %{tl_version} -Provides: tex(epigraficahc7r.vf) = %{tl_version} -Provides: tex(epigraficahi7r.vf) = %{tl_version} -Provides: tex(epigraficahn7r.vf) = %{tl_version} -Provides: tex(epigraficaho7r.vf) = %{tl_version} -Provides: tex(epigraficai8r.vf) = %{tl_version} -Provides: tex(epigrafican8r.vf) = %{tl_version} -Provides: tex(epigraficao8r.vf) = %{tl_version} -Provides: tex(epigrafica.sty) = %{tl_version} -Provides: tex(lgrepigrafica.fd) = %{tl_version} -Provides: tex(ot1epigrafica.fd) = %{tl_version} - -%description epigrafica -Epigrafica is forked from the development of the MgOpen font -Cosmetica, which is a similar design to Optima and includes -Greek. Development has been supported by the Laboratory of -Digital Typography and Mathematical Software, of the Department -of Mathematics of the University of the Aegean, Greece. - -%package epigrafica-doc -Summary: Documentation for epigrafica -Version: svn17210.1.01 - -Provides: tex-epigrafica-doc -AutoReqProv: No - -%description epigrafica-doc -Documentation for epigrafica - -%package epsdice -Provides: tex-epsdice = %{tl_version} -License: LPPL -Summary: A scalable dice "font" -Version: svn15878.2.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(graphicx.sty) -Requires: tex(ifthen.sty) -Provides: tex(epsdice.cfg) = %{tl_version} -Provides: tex(epsdice.sty) = %{tl_version} - -%description epsdice -The epsdice package defines a single command \epsdice that -takes a numeric argument (in the range 1-6), and selects a face -image from a file that contains each of the 6 possible die -faces. The graphic file is provided in both Encapsulated -PostScript and PDF formats. - -%package epsdice-doc -Summary: Documentation for epsdice -Version: svn15878.2.1 - -Provides: tex-epsdice-doc -AutoReqProv: No - -%description epsdice-doc -Documentation for epsdice - -%package erewhon -Provides: tex-erewhon = %{tl_version} -License: OFL -Summary: Font package derived from Heuristica and Utopia -Version: svn55705 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fontenc.sty) -Requires: tex(textcomp.sty) -Requires: tex(mweights.sty) -Requires: tex(etoolbox.sty) -Requires: tex(fontaxes.sty) -Requires: tex(xkeyval.sty) -Provides: tex(LY1erewhon-Dnom.fd) = %{tl_version} -Provides: tex(LY1erewhon-Inf.fd) = %{tl_version} -Provides: tex(LY1erewhon-LF.fd) = %{tl_version} -Provides: tex(LY1erewhon-Numr.fd) = %{tl_version} -Provides: tex(LY1erewhon-OsF.fd) = %{tl_version} -Provides: tex(LY1erewhon-Sup.fd) = %{tl_version} -Provides: tex(LY1erewhon-TLF.fd) = %{tl_version} -Provides: tex(LY1erewhon-TOsF.fd) = %{tl_version} -Provides: tex(OT2erewhon-TLF.fd) = %{tl_version} -Provides: tex(T1erewhon-Dnom.fd) = %{tl_version} -Provides: tex(T1erewhon-Inf.fd) = %{tl_version} -Provides: tex(T1erewhon-LF.fd) = %{tl_version} -Provides: tex(T1erewhon-Numr.fd) = %{tl_version} -Provides: tex(T1erewhon-OsF.fd) = %{tl_version} -Provides: tex(T1erewhon-Sup.fd) = %{tl_version} -Provides: tex(T1erewhon-TLF.fd) = %{tl_version} -Provides: tex(T1erewhon-TOsF.fd) = %{tl_version} -Provides: tex(T2Aerewhon-Dnom.fd) = %{tl_version} -Provides: tex(T2Aerewhon-Inf.fd) = %{tl_version} -Provides: tex(T2Aerewhon-LF.fd) = %{tl_version} -Provides: tex(T2Aerewhon-Numr.fd) = %{tl_version} -Provides: tex(T2Aerewhon-OsF.fd) = %{tl_version} -Provides: tex(T2Aerewhon-Sup.fd) = %{tl_version} -Provides: tex(T2Aerewhon-TLF.fd) = %{tl_version} -Provides: tex(T2Aerewhon-TOsF.fd) = %{tl_version} -Provides: tex(T2Berewhon-Dnom.fd) = %{tl_version} -Provides: tex(T2Berewhon-Inf.fd) = %{tl_version} -Provides: tex(T2Berewhon-LF.fd) = %{tl_version} -Provides: tex(T2Berewhon-Numr.fd) = %{tl_version} -Provides: tex(T2Berewhon-OsF.fd) = %{tl_version} -Provides: tex(T2Berewhon-Sup.fd) = %{tl_version} -Provides: tex(T2Berewhon-TLF.fd) = %{tl_version} -Provides: tex(T2Berewhon-TOsF.fd) = %{tl_version} -Provides: tex(T2Cerewhon-Dnom.fd) = %{tl_version} -Provides: tex(T2Cerewhon-Inf.fd) = %{tl_version} -Provides: tex(T2Cerewhon-LF.fd) = %{tl_version} -Provides: tex(T2Cerewhon-Numr.fd) = %{tl_version} -Provides: tex(T2Cerewhon-OsF.fd) = %{tl_version} -Provides: tex(T2Cerewhon-Sup.fd) = %{tl_version} -Provides: tex(T2Cerewhon-TLF.fd) = %{tl_version} -Provides: tex(T2Cerewhon-TOsF.fd) = %{tl_version} -Provides: tex(TS1erewhon-LF.fd) = %{tl_version} -Provides: tex(TS1erewhon-OsF.fd) = %{tl_version} -Provides: tex(TS1erewhon-TLF.fd) = %{tl_version} -Provides: tex(TS1erewhon-TOsF.fd) = %{tl_version} -Provides: tex(erewhon.map) = %{tl_version} -Provides: tex(erewhon.sty) = %{tl_version} -Provides: tex(erewhontlf-ot2.enc) = %{tl_version} -Provides: tex(zut1_2h4ezz.enc) = %{tl_version} -Provides: tex(zut1_2kgcbe.enc) = %{tl_version} -Provides: tex(zut1_2px4pm.enc) = %{tl_version} -Provides: tex(zut1_2ttnbr.enc) = %{tl_version} -Provides: tex(zut1_2vfnrz.enc) = %{tl_version} -Provides: tex(zut1_2zzglv.enc) = %{tl_version} -Provides: tex(zut1_3b4drr.enc) = %{tl_version} -Provides: tex(zut1_3elzbu.enc) = %{tl_version} -Provides: tex(zut1_3nkbzs.enc) = %{tl_version} -Provides: tex(zut1_3om7o5.enc) = %{tl_version} -Provides: tex(zut1_43wmo6.enc) = %{tl_version} -Provides: tex(zut1_44vtia.enc) = %{tl_version} -Provides: tex(zut1_45ihyl.enc) = %{tl_version} -Provides: tex(zut1_45lvyq.enc) = %{tl_version} -Provides: tex(zut1_4s5f2s.enc) = %{tl_version} -Provides: tex(zut1_5rdrfx.enc) = %{tl_version} -Provides: tex(zut1_5zxumb.enc) = %{tl_version} -Provides: tex(zut1_6uafpb.enc) = %{tl_version} -Provides: tex(zut1_7j7rwe.enc) = %{tl_version} -Provides: tex(zut1_7pzgim.enc) = %{tl_version} -Provides: tex(zut1_7qbp4f.enc) = %{tl_version} -Provides: tex(zut1_a2ijma.enc) = %{tl_version} -Provides: tex(zut1_a4kjr4.enc) = %{tl_version} -Provides: tex(zut1_aapc7z.enc) = %{tl_version} -Provides: tex(zut1_acdonb.enc) = %{tl_version} -Provides: tex(zut1_alti6e.enc) = %{tl_version} -Provides: tex(zut1_ap3btm.enc) = %{tl_version} -Provides: tex(zut1_arprdz.enc) = %{tl_version} -Provides: tex(zut1_aswkga.enc) = %{tl_version} -Provides: tex(zut1_auximm.enc) = %{tl_version} -Provides: tex(zut1_avxsqu.enc) = %{tl_version} -Provides: tex(zut1_bgu3lr.enc) = %{tl_version} -Provides: tex(zut1_bnrjsn.enc) = %{tl_version} -Provides: tex(zut1_cimwg7.enc) = %{tl_version} -Provides: tex(zut1_cqlwfi.enc) = %{tl_version} -Provides: tex(zut1_cwbecz.enc) = %{tl_version} -Provides: tex(zut1_cwyvmt.enc) = %{tl_version} -Provides: tex(zut1_d6faof.enc) = %{tl_version} -Provides: tex(zut1_difcna.enc) = %{tl_version} -Provides: tex(zut1_diyaes.enc) = %{tl_version} -Provides: tex(zut1_dn3zcw.enc) = %{tl_version} -Provides: tex(zut1_dnhvn3.enc) = %{tl_version} -Provides: tex(zut1_dv3mk6.enc) = %{tl_version} -Provides: tex(zut1_e77qtc.enc) = %{tl_version} -Provides: tex(zut1_ejltpg.enc) = %{tl_version} -Provides: tex(zut1_ekq2fx.enc) = %{tl_version} -Provides: tex(zut1_eu4f6g.enc) = %{tl_version} -Provides: tex(zut1_eulyhg.enc) = %{tl_version} -Provides: tex(zut1_evduy3.enc) = %{tl_version} -Provides: tex(zut1_f3qrga.enc) = %{tl_version} -Provides: tex(zut1_fhck2l.enc) = %{tl_version} -Provides: tex(zut1_flawok.enc) = %{tl_version} -Provides: tex(zut1_fmm3ij.enc) = %{tl_version} -Provides: tex(zut1_g5zjdm.enc) = %{tl_version} -Provides: tex(zut1_g7cqph.enc) = %{tl_version} -Provides: tex(zut1_gc72xz.enc) = %{tl_version} -Provides: tex(zut1_gohf2a.enc) = %{tl_version} -Provides: tex(zut1_gom6la.enc) = %{tl_version} -Provides: tex(zut1_gqji7z.enc) = %{tl_version} -Provides: tex(zut1_gsknjr.enc) = %{tl_version} -Provides: tex(zut1_guxxsa.enc) = %{tl_version} -Provides: tex(zut1_guyry6.enc) = %{tl_version} -Provides: tex(zut1_hbj2kj.enc) = %{tl_version} -Provides: tex(zut1_hljml5.enc) = %{tl_version} -Provides: tex(zut1_i4xinu.enc) = %{tl_version} -Provides: tex(zut1_i7vlzw.enc) = %{tl_version} -Provides: tex(zut1_ibngfe.enc) = %{tl_version} -Provides: tex(zut1_iih2z6.enc) = %{tl_version} -Provides: tex(zut1_iioipf.enc) = %{tl_version} -Provides: tex(zut1_itswie.enc) = %{tl_version} -Provides: tex(zut1_ixswvx.enc) = %{tl_version} -Provides: tex(zut1_j6pqeu.enc) = %{tl_version} -Provides: tex(zut1_jjyu3n.enc) = %{tl_version} -Provides: tex(zut1_jsdebf.enc) = %{tl_version} -Provides: tex(zut1_k3wfh7.enc) = %{tl_version} -Provides: tex(zut1_k5naq7.enc) = %{tl_version} -Provides: tex(zut1_kaj6yp.enc) = %{tl_version} -Provides: tex(zut1_ke4hra.enc) = %{tl_version} -Provides: tex(zut1_kfacq2.enc) = %{tl_version} -Provides: tex(zut1_kgxk7e.enc) = %{tl_version} -Provides: tex(zut1_kpjvx5.enc) = %{tl_version} -Provides: tex(zut1_kqpq7i.enc) = %{tl_version} -Provides: tex(zut1_kr7owi.enc) = %{tl_version} -Provides: tex(zut1_krmfb2.enc) = %{tl_version} -Provides: tex(zut1_kusb63.enc) = %{tl_version} -Provides: tex(zut1_kyhdzd.enc) = %{tl_version} -Provides: tex(zut1_l2txil.enc) = %{tl_version} -Provides: tex(zut1_lbxa52.enc) = %{tl_version} -Provides: tex(zut1_ldfvvz.enc) = %{tl_version} -Provides: tex(zut1_lfc333.enc) = %{tl_version} -Provides: tex(zut1_lknn34.enc) = %{tl_version} -Provides: tex(zut1_lku3zs.enc) = %{tl_version} -Provides: tex(zut1_lzgimh.enc) = %{tl_version} -Provides: tex(zut1_lzr7pz.enc) = %{tl_version} -Provides: tex(zut1_m37h6o.enc) = %{tl_version} -Provides: tex(zut1_m3nnvz.enc) = %{tl_version} -Provides: tex(zut1_mhy7h5.enc) = %{tl_version} -Provides: tex(zut1_mkqhoa.enc) = %{tl_version} -Provides: tex(zut1_mwaz7t.enc) = %{tl_version} -Provides: tex(zut1_mza5ex.enc) = %{tl_version} -Provides: tex(zut1_n6sb7c.enc) = %{tl_version} -Provides: tex(zut1_nosd3d.enc) = %{tl_version} -Provides: tex(zut1_ntfore.enc) = %{tl_version} -Provides: tex(zut1_nyil2z.enc) = %{tl_version} -Provides: tex(zut1_nzqzmy.enc) = %{tl_version} -Provides: tex(zut1_o6jmxn.enc) = %{tl_version} -Provides: tex(zut1_owr4hx.enc) = %{tl_version} -Provides: tex(zut1_oxlhzq.enc) = %{tl_version} -Provides: tex(zut1_p5bs7v.enc) = %{tl_version} -Provides: tex(zut1_prrnsj.enc) = %{tl_version} -Provides: tex(zut1_q3ctgn.enc) = %{tl_version} -Provides: tex(zut1_q5l3se.enc) = %{tl_version} -Provides: tex(zut1_q6m374.enc) = %{tl_version} -Provides: tex(zut1_q6o7po.enc) = %{tl_version} -Provides: tex(zut1_qduv2i.enc) = %{tl_version} -Provides: tex(zut1_qr6pdo.enc) = %{tl_version} -Provides: tex(zut1_qvhtbp.enc) = %{tl_version} -Provides: tex(zut1_qyrste.enc) = %{tl_version} -Provides: tex(zut1_r35fsd.enc) = %{tl_version} -Provides: tex(zut1_rf456a.enc) = %{tl_version} -Provides: tex(zut1_rlrhvn.enc) = %{tl_version} -Provides: tex(zut1_rorgcs.enc) = %{tl_version} -Provides: tex(zut1_rrs35b.enc) = %{tl_version} -Provides: tex(zut1_rru6gy.enc) = %{tl_version} -Provides: tex(zut1_rvwfgp.enc) = %{tl_version} -Provides: tex(zut1_sawcbj.enc) = %{tl_version} -Provides: tex(zut1_sawuiy.enc) = %{tl_version} -Provides: tex(zut1_siihhb.enc) = %{tl_version} -Provides: tex(zut1_sim7pz.enc) = %{tl_version} -Provides: tex(zut1_stg3em.enc) = %{tl_version} -Provides: tex(zut1_su4wdy.enc) = %{tl_version} -Provides: tex(zut1_tjqwnw.enc) = %{tl_version} -Provides: tex(zut1_totpyl.enc) = %{tl_version} -Provides: tex(zut1_twhqtf.enc) = %{tl_version} -Provides: tex(zut1_u22hib.enc) = %{tl_version} -Provides: tex(zut1_ubwvkh.enc) = %{tl_version} -Provides: tex(zut1_uimsyn.enc) = %{tl_version} -Provides: tex(zut1_uofugq.enc) = %{tl_version} -Provides: tex(zut1_upydia.enc) = %{tl_version} -Provides: tex(zut1_v2pu2l.enc) = %{tl_version} -Provides: tex(zut1_vcw2hi.enc) = %{tl_version} -Provides: tex(zut1_vkdxbd.enc) = %{tl_version} -Provides: tex(zut1_vlikpx.enc) = %{tl_version} -Provides: tex(zut1_vwspja.enc) = %{tl_version} -Provides: tex(zut1_wapm72.enc) = %{tl_version} -Provides: tex(zut1_wjwjxt.enc) = %{tl_version} -Provides: tex(zut1_wrgbks.enc) = %{tl_version} -Provides: tex(zut1_wyd53g.enc) = %{tl_version} -Provides: tex(zut1_wznnjs.enc) = %{tl_version} -Provides: tex(zut1_xarqe6.enc) = %{tl_version} -Provides: tex(zut1_xbmmsr.enc) = %{tl_version} -Provides: tex(zut1_xdsmvt.enc) = %{tl_version} -Provides: tex(zut1_xfwnyy.enc) = %{tl_version} -Provides: tex(zut1_xlud6l.enc) = %{tl_version} -Provides: tex(zut1_xwkviq.enc) = %{tl_version} -Provides: tex(zut1_y46t2n.enc) = %{tl_version} -Provides: tex(zut1_yicjml.enc) = %{tl_version} -Provides: tex(zut1_yllr7z.enc) = %{tl_version} -Provides: tex(zut1_z3cf52.enc) = %{tl_version} -Provides: tex(zut1_zdof4l.enc) = %{tl_version} -Provides: tex(zut1_zhuxl5.enc) = %{tl_version} -Provides: tex(zut1_zk3pqy.enc) = %{tl_version} -Provides: tex(zut1_zt7jvb.enc) = %{tl_version} - -%description erewhon -Erewhon is based on the Heuristica package, which is based in -turn on Utopia. Erewhon adds a number of new features -- small -caps in all styles rather than just regular, added figure -styles (proportional, inferior, numerator, denominator) and -superior letters. The size is 6% smaller than Heuristica, -matching that of UtopiaStd. - -%package erewhon-doc -Summary: Documentation for erewhon -Version: svn55705 -Provides: tex-erewhon-doc -AutoReqProv: No - -%description erewhon-doc -Documentation for erewhon - -%package esrelation -Provides: tex-esrelation = %{tl_version} -License: LPPL 1.3 -Summary: Provides a symbol set for describing relations between ordered pairs -Version: svn37236.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(esrelation.map) = %{tl_version} -Provides: tex(esrelation10.tfm) = %{tl_version} -Provides: tex(esrelation10.pfb) = %{tl_version} -Provides: tex(esrelation.sty) = %{tl_version} -Provides: tex(uesrelation.fd) = %{tl_version} - -%description esrelation -Around 2008, researcher Byron Cook and several colleagues began -developing a new set of interrelated algorithms capable of -automatically reasoning about the behavior of computer programs -and other systems (such as biological systems, circuit designs, -etc). At the center of these algorithms were new ideas about -the relationships between structures expressable as -mathematical sets and relations. Using the language of -mathematics and logic, the researchers communicated these new -results to others in their community via published papers, -research talks, etc. Unfortunately, they found the symbols -already available for reasoning about relations lacking (in -contrast to sets, which have a long-ago developed and robust -symbol vocabulary). Early presentations were unnecessarily -cluttered. To more elegantly express these ideas around -relations, Cook recruited artist Tauba Auerbach to help develop -a set of symbols. This package provides an math symbol font for -describing relations between ordered pairs by using Metafont. - -%package esrelation-doc -Summary: Documentation for esrelation -Version: svn37236.0 - -Provides: tex-esrelation-doc -AutoReqProv: No - -%description esrelation-doc -Documentation for esrelation - -%package esstix -Provides: tex-esstix = %{tl_version} -License: OFL -Summary: PostScript versions of the ESSTIX, with macro support -Version: svn22426.1.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xkeyval.sty) -Provides: tex(ESSTIX.map) = %{tl_version} -Provides: tex(esstixbb.tfm) = %{tl_version} -Provides: tex(esstixcal.tfm) = %{tl_version} -Provides: tex(esstixfrak.tfm) = %{tl_version} -Provides: tex(rESSTIX13.tfm) = %{tl_version} -Provides: tex(rESSTIX14.tfm) = %{tl_version} -Provides: tex(rESSTIX15.tfm) = %{tl_version} -Provides: tex(ESSTIX10.pfb) = %{tl_version} -Provides: tex(ESSTIX11.pfb) = %{tl_version} -Provides: tex(ESSTIX12.pfb) = %{tl_version} -Provides: tex(ESSTIX13.pfb) = %{tl_version} -Provides: tex(ESSTIX14.pfb) = %{tl_version} -Provides: tex(ESSTIX15.pfb) = %{tl_version} -Provides: tex(ESSTIX16.pfb) = %{tl_version} -Provides: tex(ESSTIX17.pfb) = %{tl_version} -Provides: tex(ESSTIX1_.pfb) = %{tl_version} -Provides: tex(ESSTIX2_.pfb) = %{tl_version} -Provides: tex(ESSTIX3_.pfb) = %{tl_version} -Provides: tex(ESSTIX4_.pfb) = %{tl_version} -Provides: tex(ESSTIX5_.pfb) = %{tl_version} -Provides: tex(ESSTIX6_.pfb) = %{tl_version} -Provides: tex(ESSTIX7_.pfb) = %{tl_version} -Provides: tex(ESSTIX8_.pfb) = %{tl_version} -Provides: tex(ESSTIX9_.pfb) = %{tl_version} -Provides: tex(esstixbb.vf) = %{tl_version} -Provides: tex(esstixcal.vf) = %{tl_version} -Provides: tex(esstixfrak.vf) = %{tl_version} -Provides: tex(esstixbb.sty) = %{tl_version} -Provides: tex(esstixcal.sty) = %{tl_version} -Provides: tex(esstixfrak.sty) = %{tl_version} -Provides: tex(uesstixbb.fd) = %{tl_version} -Provides: tex(uesstixcal.fd) = %{tl_version} -Provides: tex(uesstixfrak.fd) = %{tl_version} - -%description esstix -These fonts represent translation to PostScript Type 1 of the -ESSTIX fonts. ESSTIX seem to have been a precursor to the STIX -project, and were donated by Elsevier to that project. The -accompanying virtual fonts with customized metrics and LaTeX -support files allow their use as calligraphic, fraktur and -double-struck (blackboard bold) in maths mode. - -%package esstix-doc -Summary: Documentation for esstix -Version: svn22426.1.0 - -Provides: tex-esstix-doc -AutoReqProv: No - -%description esstix-doc -Documentation for esstix - -%package esvect -Provides: tex-esvect = %{tl_version} -License: GPL+ -Summary: Vector arrows -Version: svn32098.1.3 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(esvect.map) = %{tl_version} -Provides: tex(vect10.tfm) = %{tl_version} -Provides: tex(vect5.tfm) = %{tl_version} -Provides: tex(vect6.tfm) = %{tl_version} -Provides: tex(vect7.tfm) = %{tl_version} -Provides: tex(vect8.tfm) = %{tl_version} -Provides: tex(vect9.tfm) = %{tl_version} -Provides: tex(vect10.pfb) = %{tl_version} -Provides: tex(vect5.pfb) = %{tl_version} -Provides: tex(vect6.pfb) = %{tl_version} -Provides: tex(vect7.pfb) = %{tl_version} -Provides: tex(vect8.pfb) = %{tl_version} -Provides: tex(vect9.pfb) = %{tl_version} -Provides: tex(esvect.sty) = %{tl_version} -Provides: tex(uesvect.fd) = %{tl_version} - -%description esvect -Write vectors using an arrow which differs from the Computer -Modern one. You have the choice between several kinds of -arrows. The package consists of the relevant Metafont code and -a package to use it. - -%package esvect-doc -Summary: Documentation for esvect -Version: svn32098.1.3 - -Provides: tex-esvect-doc -AutoReqProv: No - -%description esvect-doc -Documentation for esvect - -%package eulervm -Provides: tex-eulervm = %{tl_version} -License: LPPL -Summary: Euler virtual math fonts -Version: svn15878.4.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(zeuex10.tfm) = %{tl_version} -Provides: tex(zeurb10.tfm) = %{tl_version} -Provides: tex(zeurb5.tfm) = %{tl_version} -Provides: tex(zeurb7.tfm) = %{tl_version} -Provides: tex(zeurm10.tfm) = %{tl_version} -Provides: tex(zeurm5.tfm) = %{tl_version} -Provides: tex(zeurm7.tfm) = %{tl_version} -Provides: tex(zeusb10.tfm) = %{tl_version} -Provides: tex(zeusb5.tfm) = %{tl_version} -Provides: tex(zeusb7.tfm) = %{tl_version} -Provides: tex(zeusm10.tfm) = %{tl_version} -Provides: tex(zeusm5.tfm) = %{tl_version} -Provides: tex(zeusm7.tfm) = %{tl_version} -Provides: tex(zeuex10.vf) = %{tl_version} -Provides: tex(zeurb10.vf) = %{tl_version} -Provides: tex(zeurb5.vf) = %{tl_version} -Provides: tex(zeurb7.vf) = %{tl_version} -Provides: tex(zeurm10.vf) = %{tl_version} -Provides: tex(zeurm5.vf) = %{tl_version} -Provides: tex(zeurm7.vf) = %{tl_version} -Provides: tex(zeusb10.vf) = %{tl_version} -Provides: tex(zeusb5.vf) = %{tl_version} -Provides: tex(zeusb7.vf) = %{tl_version} -Provides: tex(zeusm10.vf) = %{tl_version} -Provides: tex(zeusm5.vf) = %{tl_version} -Provides: tex(zeusm7.vf) = %{tl_version} -Provides: tex(eulervm.sty) = %{tl_version} -Provides: tex(uzeuex.fd) = %{tl_version} -Provides: tex(uzeur.fd) = %{tl_version} -Provides: tex(uzeus.fd) = %{tl_version} - -%description eulervm -The well-known Euler fonts are suitable for typsetting -mathematics in conjunction with a variety of text fonts which -do not provide mathematical character sets of their own. Euler- -VM is a set of virtual mathematics fonts based on Euler and CM. -This approach has several advantages over immediately using the -real Euler fonts: Most noticeably, less TeX resources are -consumed, the quality of various math symbols is improved and a -usable \hslash symbol can be provided. The virtual fonts are -accompanied by a LaTeX package which makes them easy to use, -particularly in conjunction with Type1 PostScript text fonts. -They are compatible with amsmath. A package option allows the -fonts to be loaded at 95% of their nominal size, thus blending -better with certain text fonts, e.g., Minion. - -%package eulervm-doc -Summary: Documentation for eulervm -Version: svn15878.4.0 - -Provides: tex-eulervm-doc -AutoReqProv: No - -%description eulervm-doc -Documentation for eulervm - -%package euxm -Provides: tex-euxm = %{tl_version} -License: LPPL -Summary: extended Euler by DEK -Version: svn54074 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(euxm10.tfm) = %{tl_version} -Provides: tex(euxm5.tfm) = %{tl_version} -Provides: tex(euxm7.tfm) = %{tl_version} - -%description euxm -Includes two additional characters needed for Concrete Math -(ca. 1991). - -%package fbb -Provides: tex-fbb = %{tl_version} -License: OFL -Summary: A free Bembo-like font -Version: svn55728 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fontenc.sty) -Requires: tex(textcomp.sty) -Requires: tex(ifetex.sty) -Requires: tex(etoolbox.sty) -Requires: tex(mweights.sty) -Requires: tex(fontaxes.sty) -Requires: tex(xkeyval.sty) -Provides: tex(LY1fbb-Inf.fd) = %{tl_version} -Provides: tex(LY1fbb-LF.fd) = %{tl_version} -Provides: tex(LY1fbb-OsF.fd) = %{tl_version} -Provides: tex(LY1fbb-Sup.fd) = %{tl_version} -Provides: tex(LY1fbb-TLF.fd) = %{tl_version} -Provides: tex(LY1fbb-TOsF.fd) = %{tl_version} -Provides: tex(OT1fbb-Inf.fd) = %{tl_version} -Provides: tex(OT1fbb-LF.fd) = %{tl_version} -Provides: tex(OT1fbb-OsF.fd) = %{tl_version} -Provides: tex(OT1fbb-Sup.fd) = %{tl_version} -Provides: tex(OT1fbb-TLF.fd) = %{tl_version} -Provides: tex(OT1fbb-TOsF.fd) = %{tl_version} -Provides: tex(T1fbb-Inf.fd) = %{tl_version} -Provides: tex(T1fbb-LF.fd) = %{tl_version} -Provides: tex(T1fbb-OsF.fd) = %{tl_version} -Provides: tex(T1fbb-Sup.fd) = %{tl_version} -Provides: tex(T1fbb-TLF.fd) = %{tl_version} -Provides: tex(T1fbb-TOsF.fd) = %{tl_version} -Provides: tex(TS1fbb-LF.fd) = %{tl_version} -Provides: tex(TS1fbb-OsF.fd) = %{tl_version} -Provides: tex(TS1fbb-TLF.fd) = %{tl_version} -Provides: tex(TS1fbb-TOsF.fd) = %{tl_version} -Provides: tex(fbb.map) = %{tl_version} -Provides: tex(fbb.sty) = %{tl_version} -Provides: tex(fbbP_24put5.enc) = %{tl_version} -Provides: tex(fbbP_2igduj.enc) = %{tl_version} -Provides: tex(fbbP_2jnzza.enc) = %{tl_version} -Provides: tex(fbbP_3duhfc.enc) = %{tl_version} -Provides: tex(fbbP_3zscfd.enc) = %{tl_version} -Provides: tex(fbbP_4mw2rr.enc) = %{tl_version} -Provides: tex(fbbP_4wcgh5.enc) = %{tl_version} -Provides: tex(fbbP_4zjlsx.enc) = %{tl_version} -Provides: tex(fbbP_62speq.enc) = %{tl_version} -Provides: tex(fbbP_6kt7zw.enc) = %{tl_version} -Provides: tex(fbbP_6poto5.enc) = %{tl_version} -Provides: tex(fbbP_6vkgd4.enc) = %{tl_version} -Provides: tex(fbbP_6x3k7a.enc) = %{tl_version} -Provides: tex(fbbP_73u7o6.enc) = %{tl_version} -Provides: tex(fbbP_7uozom.enc) = %{tl_version} -Provides: tex(fbbP_7zfhk4.enc) = %{tl_version} -Provides: tex(fbbP_ba3tof.enc) = %{tl_version} -Provides: tex(fbbP_bjh4if.enc) = %{tl_version} -Provides: tex(fbbP_enzkw5.enc) = %{tl_version} -Provides: tex(fbbP_f32ejw.enc) = %{tl_version} -Provides: tex(fbbP_f7memx.enc) = %{tl_version} -Provides: tex(fbbP_fmbb57.enc) = %{tl_version} -Provides: tex(fbbP_ivhnor.enc) = %{tl_version} -Provides: tex(fbbP_k3h4c5.enc) = %{tl_version} -Provides: tex(fbbP_kc7qho.enc) = %{tl_version} -Provides: tex(fbbP_lpkr6b.enc) = %{tl_version} -Provides: tex(fbbP_mbwkti.enc) = %{tl_version} -Provides: tex(fbbP_naynxa.enc) = %{tl_version} -Provides: tex(fbbP_ned4xv.enc) = %{tl_version} -Provides: tex(fbbP_nrlzkf.enc) = %{tl_version} -Provides: tex(fbbP_oiqgfb.enc) = %{tl_version} -Provides: tex(fbbP_orcs6b.enc) = %{tl_version} -Provides: tex(fbbP_qfprdo.enc) = %{tl_version} -Provides: tex(fbbP_qznuv4.enc) = %{tl_version} -Provides: tex(fbbP_rkdrjp.enc) = %{tl_version} -Provides: tex(fbbP_tu2qnw.enc) = %{tl_version} -Provides: tex(fbbP_ub5jdu.enc) = %{tl_version} -Provides: tex(fbbP_ulsnvv.enc) = %{tl_version} -Provides: tex(fbbP_uscd66.enc) = %{tl_version} -Provides: tex(fbbP_v6tazz.enc) = %{tl_version} -Provides: tex(fbbP_vo3hij.enc) = %{tl_version} -Provides: tex(fbbP_wblpum.enc) = %{tl_version} -Provides: tex(fbbP_x5klbo.enc) = %{tl_version} -Provides: tex(fbbP_xctm5z.enc) = %{tl_version} -Provides: tex(fbbP_xp6hp3.enc) = %{tl_version} -Provides: tex(fbbP_xyrmbw.enc) = %{tl_version} -Provides: tex(fbbP_y2ahej.enc) = %{tl_version} -Provides: tex(fbbP_yragzx.enc) = %{tl_version} -Provides: tex(fbb_24fmi7.enc) = %{tl_version} -Provides: tex(fbb_24put5.enc) = %{tl_version} -Provides: tex(fbb_2b4mld.enc) = %{tl_version} -Provides: tex(fbb_2igduj.enc) = %{tl_version} -Provides: tex(fbb_2jnzza.enc) = %{tl_version} -Provides: tex(fbb_2op7s3.enc) = %{tl_version} -Provides: tex(fbb_2xprkz.enc) = %{tl_version} -Provides: tex(fbb_3cnzgn.enc) = %{tl_version} -Provides: tex(fbb_3duhfc.enc) = %{tl_version} -Provides: tex(fbb_3gn25k.enc) = %{tl_version} -Provides: tex(fbb_3xwxat.enc) = %{tl_version} -Provides: tex(fbb_3zscfd.enc) = %{tl_version} -Provides: tex(fbb_4ejvjt.enc) = %{tl_version} -Provides: tex(fbb_4mw2rr.enc) = %{tl_version} -Provides: tex(fbb_4qmemg.enc) = %{tl_version} -Provides: tex(fbb_4qxxhr.enc) = %{tl_version} -Provides: tex(fbb_4wcgh5.enc) = %{tl_version} -Provides: tex(fbb_4zjlsx.enc) = %{tl_version} -Provides: tex(fbb_54lzpc.enc) = %{tl_version} -Provides: tex(fbb_62speq.enc) = %{tl_version} -Provides: tex(fbb_6kt7zw.enc) = %{tl_version} -Provides: tex(fbb_6poto5.enc) = %{tl_version} -Provides: tex(fbb_6vkgd4.enc) = %{tl_version} -Provides: tex(fbb_6x3k7a.enc) = %{tl_version} -Provides: tex(fbb_6xtdz5.enc) = %{tl_version} -Provides: tex(fbb_73u7o6.enc) = %{tl_version} -Provides: tex(fbb_7uozom.enc) = %{tl_version} -Provides: tex(fbb_7zfhk4.enc) = %{tl_version} -Provides: tex(fbb_aeezmr.enc) = %{tl_version} -Provides: tex(fbb_alifw3.enc) = %{tl_version} -Provides: tex(fbb_anjsak.enc) = %{tl_version} -Provides: tex(fbb_b4m333.enc) = %{tl_version} -Provides: tex(fbb_ba3tof.enc) = %{tl_version} -Provides: tex(fbb_bjh4if.enc) = %{tl_version} -Provides: tex(fbb_bus4he.enc) = %{tl_version} -Provides: tex(fbb_cocscg.enc) = %{tl_version} -Provides: tex(fbb_dejuay.enc) = %{tl_version} -Provides: tex(fbb_dvpyqt.enc) = %{tl_version} -Provides: tex(fbb_dz2n6o.enc) = %{tl_version} -Provides: tex(fbb_enzkw5.enc) = %{tl_version} -Provides: tex(fbb_f32ejw.enc) = %{tl_version} -Provides: tex(fbb_f7memx.enc) = %{tl_version} -Provides: tex(fbb_fmbb57.enc) = %{tl_version} -Provides: tex(fbb_fq2tsq.enc) = %{tl_version} -Provides: tex(fbb_g53n3i.enc) = %{tl_version} -Provides: tex(fbb_gebqxj.enc) = %{tl_version} -Provides: tex(fbb_go7ogc.enc) = %{tl_version} -Provides: tex(fbb_gspevp.enc) = %{tl_version} -Provides: tex(fbb_hcrfa2.enc) = %{tl_version} -Provides: tex(fbb_i5idwu.enc) = %{tl_version} -Provides: tex(fbb_ihegxb.enc) = %{tl_version} -Provides: tex(fbb_ivhnor.enc) = %{tl_version} -Provides: tex(fbb_iygvdi.enc) = %{tl_version} -Provides: tex(fbb_j5xf4u.enc) = %{tl_version} -Provides: tex(fbb_jc4ywh.enc) = %{tl_version} -Provides: tex(fbb_jssv6r.enc) = %{tl_version} -Provides: tex(fbb_k3h4c5.enc) = %{tl_version} -Provides: tex(fbb_kc7qho.enc) = %{tl_version} -Provides: tex(fbb_l27jix.enc) = %{tl_version} -Provides: tex(fbb_lbjzwe.enc) = %{tl_version} -Provides: tex(fbb_lpkr6b.enc) = %{tl_version} -Provides: tex(fbb_lulz6h.enc) = %{tl_version} -Provides: tex(fbb_m5ynvh.enc) = %{tl_version} -Provides: tex(fbb_m7ioki.enc) = %{tl_version} -Provides: tex(fbb_mbwkti.enc) = %{tl_version} -Provides: tex(fbb_mlvt4q.enc) = %{tl_version} -Provides: tex(fbb_mpf4qq.enc) = %{tl_version} -Provides: tex(fbb_naynxa.enc) = %{tl_version} -Provides: tex(fbb_nc4uw4.enc) = %{tl_version} -Provides: tex(fbb_nc5i6g.enc) = %{tl_version} -Provides: tex(fbb_ned4xv.enc) = %{tl_version} -Provides: tex(fbb_nrlzkf.enc) = %{tl_version} -Provides: tex(fbb_o52cyd.enc) = %{tl_version} -Provides: tex(fbb_oiqgfb.enc) = %{tl_version} -Provides: tex(fbb_orcs6b.enc) = %{tl_version} -Provides: tex(fbb_p5akwa.enc) = %{tl_version} -Provides: tex(fbb_pwpiae.enc) = %{tl_version} -Provides: tex(fbb_qfprdo.enc) = %{tl_version} -Provides: tex(fbb_qznuv4.enc) = %{tl_version} -Provides: tex(fbb_rdlb6f.enc) = %{tl_version} -Provides: tex(fbb_rkdrjp.enc) = %{tl_version} -Provides: tex(fbb_s5g7rn.enc) = %{tl_version} -Provides: tex(fbb_tonehg.enc) = %{tl_version} -Provides: tex(fbb_tu2qnw.enc) = %{tl_version} -Provides: tex(fbb_ub5jdu.enc) = %{tl_version} -Provides: tex(fbb_ulsnvv.enc) = %{tl_version} -Provides: tex(fbb_uscd66.enc) = %{tl_version} -Provides: tex(fbb_v6tazz.enc) = %{tl_version} -Provides: tex(fbb_vk4up5.enc) = %{tl_version} -Provides: tex(fbb_vo3hij.enc) = %{tl_version} -Provides: tex(fbb_wblpum.enc) = %{tl_version} -Provides: tex(fbb_wdb4p7.enc) = %{tl_version} -Provides: tex(fbb_x5klbo.enc) = %{tl_version} -Provides: tex(fbb_xctm5z.enc) = %{tl_version} -Provides: tex(fbb_xp6hp3.enc) = %{tl_version} -Provides: tex(fbb_xyrmbw.enc) = %{tl_version} -Provides: tex(fbb_y2ahej.enc) = %{tl_version} -Provides: tex(fbb_yragzx.enc) = %{tl_version} -Provides: tex(fbb_ywg272.enc) = %{tl_version} -Provides: tex(fbb_ywphh4.enc) = %{tl_version} -Provides: tex(fbb_zbnzwf.enc) = %{tl_version} -Provides: tex(fbb_zjfw7l.enc) = %{tl_version} - -%description fbb -The package provides a Bembo-like font package based on Cardo -but with many modifications, adding Bold Italic, small caps in -all styles, six figure choices in all styles, updated kerning -tables, added figure tables and corrected f-ligatures. Both -OpenType and Adobe Type 1 versions are provided; all necessary -support files are provided. The font works well with -newtxmath's libertine option. - -%package fbb-doc -Summary: Documentation for fbb -Version: svn55728 -Provides: tex-fbb-doc -AutoReqProv: No - -%description fbb-doc -Documentation for fbb - -%package fdsymbol -Provides: tex-fdsymbol = %{tl_version} -License: OFL -Summary: A maths symbol font -Version: svn26722.0.8 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xkeyval.sty) -Requires: tex(amsmath.sty) -Requires: tex(textcomp.sty) -Provides: tex(fdsymbol-a.enc) = %{tl_version} -Provides: tex(fdsymbol-b.enc) = %{tl_version} -Provides: tex(fdsymbol-c.enc) = %{tl_version} -Provides: tex(fdsymbol-d.enc) = %{tl_version} -Provides: tex(fdsymbol-e.enc) = %{tl_version} -Provides: tex(fdsymbol-f.enc) = %{tl_version} -Provides: tex(fdsymbol.map) = %{tl_version} -Provides: tex(FdSymbol-Bold.otf) = %{tl_version} -Provides: tex(FdSymbol-Book.otf) = %{tl_version} -Provides: tex(FdSymbol-Medium.otf) = %{tl_version} -Provides: tex(FdSymbol-Regular.otf) = %{tl_version} -Provides: tex(FdSymbolA-Bold.tfm) = %{tl_version} -Provides: tex(FdSymbolA-Book.tfm) = %{tl_version} -Provides: tex(FdSymbolA-Medium.tfm) = %{tl_version} -Provides: tex(FdSymbolA-Regular.tfm) = %{tl_version} -Provides: tex(FdSymbolB-Bold.tfm) = %{tl_version} -Provides: tex(FdSymbolB-Book.tfm) = %{tl_version} -Provides: tex(FdSymbolB-Medium.tfm) = %{tl_version} -Provides: tex(FdSymbolB-Regular.tfm) = %{tl_version} -Provides: tex(FdSymbolC-Bold.tfm) = %{tl_version} -Provides: tex(FdSymbolC-Book.tfm) = %{tl_version} -Provides: tex(FdSymbolC-Medium.tfm) = %{tl_version} -Provides: tex(FdSymbolC-Regular.tfm) = %{tl_version} -Provides: tex(FdSymbolD-Bold.tfm) = %{tl_version} -Provides: tex(FdSymbolD-Book.tfm) = %{tl_version} -Provides: tex(FdSymbolD-Medium.tfm) = %{tl_version} -Provides: tex(FdSymbolD-Regular.tfm) = %{tl_version} -Provides: tex(FdSymbolE-Bold.tfm) = %{tl_version} -Provides: tex(FdSymbolE-Book.tfm) = %{tl_version} -Provides: tex(FdSymbolE-Medium.tfm) = %{tl_version} -Provides: tex(FdSymbolE-Regular.tfm) = %{tl_version} -Provides: tex(FdSymbolF-Bold.tfm) = %{tl_version} -Provides: tex(FdSymbolF-Book.tfm) = %{tl_version} -Provides: tex(FdSymbolF-Medium.tfm) = %{tl_version} -Provides: tex(FdSymbolF-Regular.tfm) = %{tl_version} -Provides: tex(FdSymbolA-Bold.pfb) = %{tl_version} -Provides: tex(FdSymbolA-Book.pfb) = %{tl_version} -Provides: tex(FdSymbolA-Medium.pfb) = %{tl_version} -Provides: tex(FdSymbolA-Regular.pfb) = %{tl_version} -Provides: tex(FdSymbolB-Bold.pfb) = %{tl_version} -Provides: tex(FdSymbolB-Book.pfb) = %{tl_version} -Provides: tex(FdSymbolB-Medium.pfb) = %{tl_version} -Provides: tex(FdSymbolB-Regular.pfb) = %{tl_version} -Provides: tex(FdSymbolC-Bold.pfb) = %{tl_version} -Provides: tex(FdSymbolC-Book.pfb) = %{tl_version} -Provides: tex(FdSymbolC-Medium.pfb) = %{tl_version} -Provides: tex(FdSymbolC-Regular.pfb) = %{tl_version} -Provides: tex(FdSymbolD-Bold.pfb) = %{tl_version} -Provides: tex(FdSymbolD-Book.pfb) = %{tl_version} -Provides: tex(FdSymbolD-Medium.pfb) = %{tl_version} -Provides: tex(FdSymbolD-Regular.pfb) = %{tl_version} -Provides: tex(FdSymbolE-Bold.pfb) = %{tl_version} -Provides: tex(FdSymbolE-Book.pfb) = %{tl_version} -Provides: tex(FdSymbolE-Medium.pfb) = %{tl_version} -Provides: tex(FdSymbolE-Regular.pfb) = %{tl_version} -Provides: tex(FdSymbolF-Bold.pfb) = %{tl_version} -Provides: tex(FdSymbolF-Book.pfb) = %{tl_version} -Provides: tex(FdSymbolF-Medium.pfb) = %{tl_version} -Provides: tex(FdSymbolF-Regular.pfb) = %{tl_version} -Provides: tex(fdsymbol.sty) = %{tl_version} - -%description fdsymbol -FdSymbol is a maths symbol font, designed as a companion to the -Fedra family by Typotheque, but it might also fit other -contemporary typefaces. - -%package fdsymbol-doc -Summary: Documentation for fdsymbol -Version: svn26722.0.8 - -Provides: tex-fdsymbol-doc -AutoReqProv: No - -%description fdsymbol-doc -Documentation for fdsymbol - -%package fetamont -Provides: tex-fetamont = %{tl_version} -License: LPPL 1.3 -Summary: Extended version of Knuth's logo typeface -Version: svn43812 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(fetamont.map) = %{tl_version} -Provides: tex(ffmb10.otf) = %{tl_version} -Provides: tex(ffmb8.otf) = %{tl_version} -Provides: tex(ffmb9.otf) = %{tl_version} -Provides: tex(ffmbc40.otf) = %{tl_version} -Provides: tex(ffmbco40.otf) = %{tl_version} -Provides: tex(ffmbo10.otf) = %{tl_version} -Provides: tex(ffmbo8.otf) = %{tl_version} -Provides: tex(ffmbo9.otf) = %{tl_version} -Provides: tex(ffmbw10.otf) = %{tl_version} -Provides: tex(ffmbwo10.otf) = %{tl_version} -Provides: tex(ffmc10.otf) = %{tl_version} -Provides: tex(ffmco10.otf) = %{tl_version} -Provides: tex(ffmh10.otf) = %{tl_version} -Provides: tex(ffmh8.otf) = %{tl_version} -Provides: tex(ffmh9.otf) = %{tl_version} -Provides: tex(ffmho10.otf) = %{tl_version} -Provides: tex(ffmho8.otf) = %{tl_version} -Provides: tex(ffmho9.otf) = %{tl_version} -Provides: tex(ffmhw10.otf) = %{tl_version} -Provides: tex(ffmhwo10.otf) = %{tl_version} -Provides: tex(ffml10.otf) = %{tl_version} -Provides: tex(ffmlc10.otf) = %{tl_version} -Provides: tex(ffmlco10.otf) = %{tl_version} -Provides: tex(ffmlo10.otf) = %{tl_version} -Provides: tex(ffmlq10.otf) = %{tl_version} -Provides: tex(ffmlqo10.otf) = %{tl_version} -Provides: tex(ffmlw10.otf) = %{tl_version} -Provides: tex(ffmlwo10.otf) = %{tl_version} -Provides: tex(ffmo10.otf) = %{tl_version} -Provides: tex(ffmo8.otf) = %{tl_version} -Provides: tex(ffmo9.otf) = %{tl_version} -Provides: tex(ffmr10.otf) = %{tl_version} -Provides: tex(ffmr8.otf) = %{tl_version} -Provides: tex(ffmr9.otf) = %{tl_version} -Provides: tex(ffmw10.otf) = %{tl_version} -Provides: tex(ffmwo10.otf) = %{tl_version} -Provides: tex(ffmb10.tfm) = %{tl_version} -Provides: tex(ffmb8.tfm) = %{tl_version} -Provides: tex(ffmb9.tfm) = %{tl_version} -Provides: tex(ffmbc40.tfm) = %{tl_version} -Provides: tex(ffmbco40.tfm) = %{tl_version} -Provides: tex(ffmbo10.tfm) = %{tl_version} -Provides: tex(ffmbo8.tfm) = %{tl_version} -Provides: tex(ffmbo9.tfm) = %{tl_version} -Provides: tex(ffmbw10.tfm) = %{tl_version} -Provides: tex(ffmbwo10.tfm) = %{tl_version} -Provides: tex(ffmc10.tfm) = %{tl_version} -Provides: tex(ffmco10.tfm) = %{tl_version} -Provides: tex(ffmh10.tfm) = %{tl_version} -Provides: tex(ffmh8.tfm) = %{tl_version} -Provides: tex(ffmh9.tfm) = %{tl_version} -Provides: tex(ffmho10.tfm) = %{tl_version} -Provides: tex(ffmho8.tfm) = %{tl_version} -Provides: tex(ffmho9.tfm) = %{tl_version} -Provides: tex(ffmhw10.tfm) = %{tl_version} -Provides: tex(ffmhwo10.tfm) = %{tl_version} -Provides: tex(ffml10.tfm) = %{tl_version} -Provides: tex(ffmlc10.tfm) = %{tl_version} -Provides: tex(ffmlco10.tfm) = %{tl_version} -Provides: tex(ffmlo10.tfm) = %{tl_version} -Provides: tex(ffmlq10.tfm) = %{tl_version} -Provides: tex(ffmlqo10.tfm) = %{tl_version} -Provides: tex(ffmlw10.tfm) = %{tl_version} -Provides: tex(ffmlwo10.tfm) = %{tl_version} -Provides: tex(ffmo10.tfm) = %{tl_version} -Provides: tex(ffmo8.tfm) = %{tl_version} -Provides: tex(ffmo9.tfm) = %{tl_version} -Provides: tex(ffmr10.tfm) = %{tl_version} -Provides: tex(ffmr8.tfm) = %{tl_version} -Provides: tex(ffmr9.tfm) = %{tl_version} -Provides: tex(ffmw10.tfm) = %{tl_version} -Provides: tex(ffmwo10.tfm) = %{tl_version} -Provides: tex(ffmb10.pfb) = %{tl_version} -Provides: tex(ffmb8.pfb) = %{tl_version} -Provides: tex(ffmb9.pfb) = %{tl_version} -Provides: tex(ffmbc40.pfb) = %{tl_version} -Provides: tex(ffmbco40.pfb) = %{tl_version} -Provides: tex(ffmbo10.pfb) = %{tl_version} -Provides: tex(ffmbo8.pfb) = %{tl_version} -Provides: tex(ffmbo9.pfb) = %{tl_version} -Provides: tex(ffmbw10.pfb) = %{tl_version} -Provides: tex(ffmbwo10.pfb) = %{tl_version} -Provides: tex(ffmc10.pfb) = %{tl_version} -Provides: tex(ffmco10.pfb) = %{tl_version} -Provides: tex(ffmh10.pfb) = %{tl_version} -Provides: tex(ffmh8.pfb) = %{tl_version} -Provides: tex(ffmh9.pfb) = %{tl_version} -Provides: tex(ffmho10.pfb) = %{tl_version} -Provides: tex(ffmho8.pfb) = %{tl_version} -Provides: tex(ffmho9.pfb) = %{tl_version} -Provides: tex(ffmhw10.pfb) = %{tl_version} -Provides: tex(ffmhwo10.pfb) = %{tl_version} -Provides: tex(ffml10.pfb) = %{tl_version} -Provides: tex(ffmlc10.pfb) = %{tl_version} -Provides: tex(ffmlco10.pfb) = %{tl_version} -Provides: tex(ffmlo10.pfb) = %{tl_version} -Provides: tex(ffmlq10.pfb) = %{tl_version} -Provides: tex(ffmlqo10.pfb) = %{tl_version} -Provides: tex(ffmlw10.pfb) = %{tl_version} -Provides: tex(ffmlwo10.pfb) = %{tl_version} -Provides: tex(ffmo10.pfb) = %{tl_version} -Provides: tex(ffmo8.pfb) = %{tl_version} -Provides: tex(ffmo9.pfb) = %{tl_version} -Provides: tex(ffmr10.pfb) = %{tl_version} -Provides: tex(ffmr8.pfb) = %{tl_version} -Provides: tex(ffmr9.pfb) = %{tl_version} -Provides: tex(ffmw10.pfb) = %{tl_version} -Provides: tex(ffmwo10.pfb) = %{tl_version} -Provides: tex(T1ffm.fd) = %{tl_version} -Provides: tex(T1ffmw.fd) = %{tl_version} -Provides: tex(fetamont.sty) = %{tl_version} - -%description fetamont -The fetamont typeface was designed in METAFONT and extends the -Logo fonts to complete the T1 encoding. The designs of the -glyphs A, E, F, M, N, O, P, S and T are based on the METAFONT -constructions by D. E. Knuth. The glyphs Y and 1 imitate the -shapes of the corresponding glyphs in the METATYPE1 logo. - -%package fetamont-doc -Summary: Documentation for fetamont -Version: svn43812 -Provides: tex-fetamont-doc -AutoReqProv: No - -%description fetamont-doc -Documentation for fetamont - -%package feyn -Provides: tex-feyn = %{tl_version} -License: GPL+ -Summary: A font for in-text Feynman diagrams -Version: svn45679 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(feyn10.tfm) = %{tl_version} -Provides: tex(feyn11.tfm) = %{tl_version} -Provides: tex(feyn12.tfm) = %{tl_version} -Provides: tex(feyn18.tfm) = %{tl_version} -Provides: tex(feyn24.tfm) = %{tl_version} -Provides: tex(feyntext10.tfm) = %{tl_version} -Provides: tex(feyntext11.tfm) = %{tl_version} -Provides: tex(feyntext12.tfm) = %{tl_version} -Provides: tex(feyntext18.tfm) = %{tl_version} -Provides: tex(feyntext24.tfm) = %{tl_version} -Provides: tex(feyn.sty) = %{tl_version} - -%description feyn -Feyn may be used to produce relatively simple Feynman diagrams -within equations in a LaTeX document. While the feynmf package -is good at drawing large diagrams for figures, the present -package and its fonts allow diagrams within equations or text, -at a matching size. The fonts are distributed as Metafont -source, and macros for their use are also provided. - -%package feyn-doc -Summary: Documentation for feyn -Version: svn45679 -Provides: tex-feyn-doc -AutoReqProv: No - -%description feyn-doc -Documentation for feyn - -%package fge -Provides: tex-fge = %{tl_version} -License: LPPL -Summary: A font for Frege's Grundgesetze der Arithmetik -Version: svn37628.1.25 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(fge.map) = %{tl_version} -Provides: tex(fgeit10.tfm) = %{tl_version} -Provides: tex(fgerm10.tfm) = %{tl_version} -Provides: tex(fgeit10.pfb) = %{tl_version} -Provides: tex(fgerm10.pfb) = %{tl_version} -Provides: tex(Ufgeit.fd) = %{tl_version} -Provides: tex(Ufgerm.fd) = %{tl_version} -Provides: tex(fge.cfg) = %{tl_version} -Provides: tex(fge.sty) = %{tl_version} - -%description fge -The fonts are provided as Metafont source and Adobe Type 1 -(pfb) files. A small LaTeX package (fge) is included. - -%package fge-doc -Summary: Documentation for fge -Version: svn37628.1.25 - -Provides: tex-fge-doc -AutoReqProv: No - -%description fge-doc -Documentation for fge - -%package fira -Provides: tex-fira = %{tl_version} -License: OFL -Summary: Fira fonts with LaTeX support -Version: svn54512 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Requires: tex(xkeyval.sty) -Requires: tex(textcomp.sty) -Requires: tex(fontspec.sty) -Requires: tex(fontenc.sty) -Requires: tex(mweights.sty) -Requires: tex(fontaxes.sty) -Provides: tex(fira.map) = %{tl_version} -Provides: tex(FiraMono.sty) = %{tl_version} -Provides: tex(FiraSans.sty) = %{tl_version} -Provides: tex(LGRFiraMono-Sup.fd) = %{tl_version} -Provides: tex(LGRFiraMono-TLF.fd) = %{tl_version} -Provides: tex(LGRFiraMono-TOsF.fd) = %{tl_version} -Provides: tex(LGRFiraSans-LF.fd) = %{tl_version} -Provides: tex(LGRFiraSans-OsF.fd) = %{tl_version} -Provides: tex(LGRFiraSans-Sup.fd) = %{tl_version} -Provides: tex(LGRFiraSans-TLF.fd) = %{tl_version} -Provides: tex(LGRFiraSans-TOsF.fd) = %{tl_version} -Provides: tex(LY1FiraMono-Sup.fd) = %{tl_version} -Provides: tex(LY1FiraMono-TLF.fd) = %{tl_version} -Provides: tex(LY1FiraMono-TOsF.fd) = %{tl_version} -Provides: tex(LY1FiraSans-LF.fd) = %{tl_version} -Provides: tex(LY1FiraSans-OsF.fd) = %{tl_version} -Provides: tex(LY1FiraSans-Sup.fd) = %{tl_version} -Provides: tex(LY1FiraSans-TLF.fd) = %{tl_version} -Provides: tex(LY1FiraSans-TOsF.fd) = %{tl_version} -Provides: tex(OT1FiraMono-Sup.fd) = %{tl_version} -Provides: tex(OT1FiraMono-TLF.fd) = %{tl_version} -Provides: tex(OT1FiraMono-TOsF.fd) = %{tl_version} -Provides: tex(OT1FiraSans-LF.fd) = %{tl_version} -Provides: tex(OT1FiraSans-OsF.fd) = %{tl_version} -Provides: tex(OT1FiraSans-Sup.fd) = %{tl_version} -Provides: tex(OT1FiraSans-TLF.fd) = %{tl_version} -Provides: tex(OT1FiraSans-TOsF.fd) = %{tl_version} -Provides: tex(T1FiraMono-Sup.fd) = %{tl_version} -Provides: tex(T1FiraMono-TLF.fd) = %{tl_version} -Provides: tex(T1FiraMono-TOsF.fd) = %{tl_version} -Provides: tex(T1FiraSans-LF.fd) = %{tl_version} -Provides: tex(T1FiraSans-OsF.fd) = %{tl_version} -Provides: tex(T1FiraSans-Sup.fd) = %{tl_version} -Provides: tex(T1FiraSans-TLF.fd) = %{tl_version} -Provides: tex(T1FiraSans-TOsF.fd) = %{tl_version} -Provides: tex(TS1FiraMono-TLF.fd) = %{tl_version} -Provides: tex(TS1FiraMono-TOsF.fd) = %{tl_version} -Provides: tex(TS1FiraSans-LF.fd) = %{tl_version} -Provides: tex(TS1FiraSans-OsF.fd) = %{tl_version} -Provides: tex(TS1FiraSans-TLF.fd) = %{tl_version} -Provides: tex(TS1FiraSans-TOsF.fd) = %{tl_version} -Provides: tex(fir_277p54.enc) = %{tl_version} -Provides: tex(fir_2mfh3o.enc) = %{tl_version} -Provides: tex(fir_337jzs.enc) = %{tl_version} -Provides: tex(fir_35cirm.enc) = %{tl_version} -Provides: tex(fir_3rjtzj.enc) = %{tl_version} -Provides: tex(fir_4amwxz.enc) = %{tl_version} -Provides: tex(fir_64bwtp.enc) = %{tl_version} -Provides: tex(fir_6a7jni.enc) = %{tl_version} -Provides: tex(fir_6pmvcj.enc) = %{tl_version} -Provides: tex(fir_752xwd.enc) = %{tl_version} -Provides: tex(fir_77v2wz.enc) = %{tl_version} -Provides: tex(fir_a7qib3.enc) = %{tl_version} -Provides: tex(fir_ato6be.enc) = %{tl_version} -Provides: tex(fir_bdsk4z.enc) = %{tl_version} -Provides: tex(fir_bweh26.enc) = %{tl_version} -Provides: tex(fir_ctfgmy.enc) = %{tl_version} -Provides: tex(fir_d4q673.enc) = %{tl_version} -Provides: tex(fir_d67aat.enc) = %{tl_version} -Provides: tex(fir_drwkde.enc) = %{tl_version} -Provides: tex(fir_embvrf.enc) = %{tl_version} -Provides: tex(fir_fdi65k.enc) = %{tl_version} -Provides: tex(fir_fkitua.enc) = %{tl_version} -Provides: tex(fir_fmuqgy.enc) = %{tl_version} -Provides: tex(fir_fp7bit.enc) = %{tl_version} -Provides: tex(fir_fugcbc.enc) = %{tl_version} -Provides: tex(fir_i3ioen.enc) = %{tl_version} -Provides: tex(fir_ikmdpu.enc) = %{tl_version} -Provides: tex(fir_iln36p.enc) = %{tl_version} -Provides: tex(fir_ipx2pi.enc) = %{tl_version} -Provides: tex(fir_iuj4v6.enc) = %{tl_version} -Provides: tex(fir_l5plul.enc) = %{tl_version} -Provides: tex(fir_lyxrxe.enc) = %{tl_version} -Provides: tex(fir_mg765t.enc) = %{tl_version} -Provides: tex(fir_mp24xm.enc) = %{tl_version} -Provides: tex(fir_muxyzp.enc) = %{tl_version} -Provides: tex(fir_nlwzva.enc) = %{tl_version} -Provides: tex(fir_nqd3t2.enc) = %{tl_version} -Provides: tex(fir_ogsljj.enc) = %{tl_version} -Provides: tex(fir_pn4j44.enc) = %{tl_version} -Provides: tex(fir_pqsnfd.enc) = %{tl_version} -Provides: tex(fir_q4uag2.enc) = %{tl_version} -Provides: tex(fir_q72bhc.enc) = %{tl_version} -Provides: tex(fir_qz5ryr.enc) = %{tl_version} -Provides: tex(fir_rqul6i.enc) = %{tl_version} -Provides: tex(fir_tz2nek.enc) = %{tl_version} -Provides: tex(fir_ugbesn.enc) = %{tl_version} -Provides: tex(fir_uhzub2.enc) = %{tl_version} -Provides: tex(fir_utelx5.enc) = %{tl_version} -Provides: tex(fir_wpkht5.enc) = %{tl_version} -Provides: tex(fir_yz65wh.enc) = %{tl_version} -Provides: tex(fir_znzycj.enc) = %{tl_version} - -%description fira -This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX -support for the Fira Sans family of fonts designed by Erik -Spiekermann and Ralph du Carrois of Carrois Type Design. Fira -Sans is available in eleven weights with corresponding italics: -light, regular, medium, bold, ... - -%package fira-doc -Summary: Documentation for fira -Version: svn54512 -Provides: tex-fira-doc -AutoReqProv: No - -%description fira-doc -Documentation for fira - -%package foekfont -Provides: tex-foekfont = %{tl_version} -License: GPL+ -Summary: The title font of the Mads Fok magazine -Version: svn15878.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(foekfont.map) = %{tl_version} -Provides: tex(foekfont.tfm) = %{tl_version} -Provides: tex(FoekFont.pfb) = %{tl_version} -Provides: tex(foekfont.sty) = %{tl_version} -Provides: tex(ot1foekfont.fd) = %{tl_version} -Provides: tex(t1foekfont.fd) = %{tl_version} - -%description foekfont -The bundle provides an Adobe Type 1 font, and LaTeX support for -its use. The magazine web site shows the font in use in a few -places. - -%package foekfont-doc -Summary: Documentation for foekfont -Version: svn15878.0 - -Provides: tex-foekfont-doc -AutoReqProv: No - -%description foekfont-doc -Documentation for foekfont - -%package fonetika -Provides: tex-fonetika = %{tl_version} -License: GPL+ and LPPL -Summary: Support for the Danish "Dania" phonetic system -Version: svn21326.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fontenc.sty) -Provides: tex(fonetika.map) = %{tl_version} -Provides: tex(fonetika.tfm) = %{tl_version} -Provides: tex(fonetikabold.tfm) = %{tl_version} -Provides: tex(fonetikasans.tfm) = %{tl_version} -Provides: tex(fonetikasansbold.tfm) = %{tl_version} -Provides: tex(FonetikaDaniaIwonaeBold.ttf) = %{tl_version} -Provides: tex(FonetikaDaniaIwonaeRegular.ttf) = %{tl_version} -Provides: tex(FonetikaDaniaPallaeBold.ttf) = %{tl_version} -Provides: tex(FonetikaDaniaPallaeRegular.ttf) = %{tl_version} -Provides: tex(FonetikaDaniaIwonaeBold.pfb) = %{tl_version} -Provides: tex(FonetikaDaniaIwonaeRegular.pfb) = %{tl_version} -Provides: tex(FonetikaDaniaPallaeBold.pfb) = %{tl_version} -Provides: tex(FonetikaDaniaPallaeRegular.pfb) = %{tl_version} -Provides: tex(fonetika.sty) = %{tl_version} -Provides: tex(t1fonetika.fd) = %{tl_version} - -%description fonetika -Fonetika Dania is a font bundle with a serif font and a sans -serif font for the danish phonetic system Dania. Both fonts -exist in regular and bold weights. LaTeX support is provided. -The fonts are based on URW Palladio and Iwona Condensed, and -were created using FontForge. - -%package fonetika-doc -Summary: Documentation for fonetika -Version: svn21326.0 - -Provides: tex-fonetika-doc -AutoReqProv: No - -%description fonetika-doc -Documentation for fonetika - -%package fontawesome -Provides: tex-fontawesome = %{tl_version} -License: LPPL 1.3 -Summary: Font containing web-related icons -Version: svn48145 -# This is a bit of a lie, but I don't want someone who installs texlive-fontawesome to wonder where their -# system fonts are. -Requires: fontawesome-fonts -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Provides: tex(fontawesomeone.enc) = %{tl_version} -Provides: tex(fontawesomethree.enc) = %{tl_version} -Provides: tex(fontawesometwo.enc) = %{tl_version} -Provides: tex(fontawesome.map) = %{tl_version} -Provides: tex(FontAwesome.otf) = %{tl_version} -Provides: tex(FontAwesome--fontawesomeone.tfm) = %{tl_version} -Provides: tex(FontAwesome--fontawesomethree.tfm) = %{tl_version} -Provides: tex(FontAwesome--fontawesometwo.tfm) = %{tl_version} -Provides: tex(FontAwesome.pfb) = %{tl_version} -Provides: tex(fontawesome.sty) = %{tl_version} -Provides: tex(fontawesomesymbols-generic.tex) = %{tl_version} -Provides: tex(fontawesomesymbols-pdftex.tex) = %{tl_version} -Provides: tex(fontawesomesymbols-xeluatex.tex) = %{tl_version} -Provides: tex(ufontawesomeone.fd) = %{tl_version} -Provides: tex(ufontawesomethree.fd) = %{tl_version} -Provides: tex(ufontawesometwo.fd) = %{tl_version} - -%description fontawesome -The package offers access to the large number of web-related -icons provided by the included font. The package requires the -package, fontspec, if run with XeTeX or LuaTeX. - -%package fontawesome-doc -Summary: Documentation for fontawesome -Version: svn48145 -Provides: tex-fontawesome-doc -AutoReqProv: No - -%description fontawesome-doc -Documentation for fontawesome - -%package fontmfizz -Provides: tex-fontmfizz = %{tl_version} -License: MIT -Summary: Font Mfizz icons for use in LaTeX -Version: svn43546 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(font-mfizz.ttf) = %{tl_version} -Provides: tex(fontmfizz.sty) = %{tl_version} - -%description fontmfizz -The MFizz font provides scalable vector icons representing -programming languages, operating systems, software engineering, -and technology. It can be seen as an extension to FontAwesome. -This package requires the fontspec package and either the -Xe(La)TeX or Lua(La)TeX engine to load the included ttf font. - -%package fontmfizz-doc -Summary: Documentation for fontmfizz -Version: svn43546 -Provides: tex-fontmfizz-doc -AutoReqProv: No - -%description fontmfizz-doc -Documentation for fontmfizz - -%package old-arrows -Provides: tex-old-arrows = %{tl_version} -License: LPPL 1.3 -Summary: Computer Modern old-style arrows with smaller arrowheads -Version: svn42872 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(oasy.enc) = %{tl_version} -Provides: tex(oasy.map) = %{tl_version} -Provides: tex(oabsy10.tfm) = %{tl_version} -Provides: tex(oabsy5.tfm) = %{tl_version} -Provides: tex(oabsy6.tfm) = %{tl_version} -Provides: tex(oabsy7.tfm) = %{tl_version} -Provides: tex(oabsy8.tfm) = %{tl_version} -Provides: tex(oabsy9.tfm) = %{tl_version} -Provides: tex(oasy10.tfm) = %{tl_version} -Provides: tex(oasy5.tfm) = %{tl_version} -Provides: tex(oasy6.tfm) = %{tl_version} -Provides: tex(oasy7.tfm) = %{tl_version} -Provides: tex(oasy8.tfm) = %{tl_version} -Provides: tex(oasy9.tfm) = %{tl_version} -Provides: tex(oabsy10.pfb) = %{tl_version} -Provides: tex(oabsy5.pfb) = %{tl_version} -Provides: tex(oabsy7.pfb) = %{tl_version} -Provides: tex(oasy10.pfb) = %{tl_version} -Provides: tex(oasy5.pfb) = %{tl_version} -Provides: tex(oasy6.pfb) = %{tl_version} -Provides: tex(oasy7.pfb) = %{tl_version} -Provides: tex(oasy8.pfb) = %{tl_version} -Provides: tex(oasy9.pfb) = %{tl_version} -Provides: tex(old-arrows.sty) = %{tl_version} - -%description old-arrows -This package provides Computer Modern old-style arrows with -smaller arrowheads, associated with the usual LaTeX commands. -It can be used in documents that contain other amssymb arrow -characters that also have small arrowheads. It is also possible -to use the usual new-style Computer Modern arrows together with -the old-style ones. - -%package old-arrows-doc -Summary: Documentation for old-arrows -Version: svn42872 -Provides: tex-old-arrows-doc -AutoReqProv: No - -%description old-arrows-doc -Documentation for old-arrows - -%package fourier -Provides: tex-fourier = %{tl_version} -License: LPPL -Summary: Using Utopia fonts in LaTeX documents -Version: svn54090 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fontenc.sty) -Requires: tex(textcomp.sty) -Provides: tex(fourier-utopia-expert.map) = %{tl_version} -Provides: tex(fourier.map) = %{tl_version} -Provides: tex(fmlfutm.fd) = %{tl_version} -Provides: tex(fmlfutmi.fd) = %{tl_version} -Provides: tex(fmsfutm.fd) = %{tl_version} -Provides: tex(fmxfutm.fd) = %{tl_version} -Provides: tex(fourier-orns.sty) = %{tl_version} -Provides: tex(fourier.sty) = %{tl_version} -Provides: tex(t1futj.fd) = %{tl_version} -Provides: tex(t1futs.fd) = %{tl_version} -Provides: tex(t1futx.fd) = %{tl_version} -Provides: tex(ts1futj.fd) = %{tl_version} -Provides: tex(ts1futs.fd) = %{tl_version} -Provides: tex(ts1futx.fd) = %{tl_version} -Provides: tex(ufuts.fd) = %{tl_version} - -%description fourier -Fourier-GUTenberg is a LaTeX typesetting system which uses -Adobe Utopia as its standard base font. Fourier-GUTenberg -provides all complementary typefaces needed to allow Utopia -based TeX typesetting, including an extensive mathematics set -and several other symbols. The system is absolutely stand- -alone: apart from Utopia and Fourier, no other typefaces are -required. The fourier fonts will also work with Adobe Utopia -Expert fonts, which are only available for purchase. Utopia is -a registered trademark of Adobe Systems Incorporated - -%package fourier-doc -Summary: Documentation for fourier -Version: svn54090 -Provides: tex-fourier-doc -AutoReqProv: No - -%description fourier-doc -Documentation for fourier - -%package fouriernc -Provides: tex-fouriernc = %{tl_version} -License: LPPL -Summary: Use New Century Schoolbook text with Fourier maths fonts -Version: svn29646.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(fourier.sty) -Provides: tex(fncmi.tfm) = %{tl_version} -Provides: tex(fncmib.tfm) = %{tl_version} -Provides: tex(fncmii.tfm) = %{tl_version} -Provides: tex(fncmiib.tfm) = %{tl_version} -Provides: tex(fncsy.tfm) = %{tl_version} -Provides: tex(fncmi.vf) = %{tl_version} -Provides: tex(fncmib.vf) = %{tl_version} -Provides: tex(fncmii.vf) = %{tl_version} -Provides: tex(fncmiib.vf) = %{tl_version} -Provides: tex(fncsy.vf) = %{tl_version} -Provides: tex(fmlfncm.fd) = %{tl_version} -Provides: tex(fmlfncmi.fd) = %{tl_version} -Provides: tex(fmsfncm.fd) = %{tl_version} -Provides: tex(fouriernc.sty) = %{tl_version} -Provides: tex(t1fnc.fd) = %{tl_version} -Provides: tex(ts1fnc.fd) = %{tl_version} - -%description fouriernc -This package provides a LaTeX mathematics font setup for use -with New Century Schoolbook text. In order to use it you need -to have the Fourier-GUTenberg fonts installed. - -%package fouriernc-doc -Summary: Documentation for fouriernc -Version: svn29646.0 - -Provides: tex-fouriernc-doc -AutoReqProv: No - -%description fouriernc-doc -Documentation for fouriernc - -%package frcursive -Provides: tex-frcursive = %{tl_version} -License: LPPL 1.2 -Summary: French cursive hand fonts -Version: svn24559.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fontenc.sty) -Provides: tex(frcursive.map) = %{tl_version} -Provides: tex(frca10.tfm) = %{tl_version} -Provides: tex(frcbx10.tfm) = %{tl_version} -Provides: tex(frcbx14.tfm) = %{tl_version} -Provides: tex(frcbx6.tfm) = %{tl_version} -Provides: tex(frcc10.tfm) = %{tl_version} -Provides: tex(frcc14.tfm) = %{tl_version} -Provides: tex(frcc6.tfm) = %{tl_version} -Provides: tex(frcf10.tfm) = %{tl_version} -Provides: tex(frcf14.tfm) = %{tl_version} -Provides: tex(frcf6.tfm) = %{tl_version} -Provides: tex(frcr10.tfm) = %{tl_version} -Provides: tex(frcr14.tfm) = %{tl_version} -Provides: tex(frcr6.tfm) = %{tl_version} -Provides: tex(frcsl10.tfm) = %{tl_version} -Provides: tex(frcsl14.tfm) = %{tl_version} -Provides: tex(frcsl6.tfm) = %{tl_version} -Provides: tex(frcslbx10.tfm) = %{tl_version} -Provides: tex(frcslbx14.tfm) = %{tl_version} -Provides: tex(frcslbx6.tfm) = %{tl_version} -Provides: tex(frcslc10.tfm) = %{tl_version} -Provides: tex(frcslc14.tfm) = %{tl_version} -Provides: tex(frcslc6.tfm) = %{tl_version} -Provides: tex(frcw10.tfm) = %{tl_version} -Provides: tex(frca10.pfb) = %{tl_version} -Provides: tex(frcbx10.pfb) = %{tl_version} -Provides: tex(frcbx14.pfb) = %{tl_version} -Provides: tex(frcbx6.pfb) = %{tl_version} -Provides: tex(frcc10.pfb) = %{tl_version} -Provides: tex(frcc14.pfb) = %{tl_version} -Provides: tex(frcc6.pfb) = %{tl_version} -Provides: tex(frcf10.pfb) = %{tl_version} -Provides: tex(frcf14.pfb) = %{tl_version} -Provides: tex(frcf6.pfb) = %{tl_version} -Provides: tex(frcr10.pfb) = %{tl_version} -Provides: tex(frcr14.pfb) = %{tl_version} -Provides: tex(frcr6.pfb) = %{tl_version} -Provides: tex(frcsl10.pfb) = %{tl_version} -Provides: tex(frcsl14.pfb) = %{tl_version} -Provides: tex(frcsl6.pfb) = %{tl_version} -Provides: tex(frcslbx10.pfb) = %{tl_version} -Provides: tex(frcslbx14.pfb) = %{tl_version} -Provides: tex(frcslbx6.pfb) = %{tl_version} -Provides: tex(frcslc10.pfb) = %{tl_version} -Provides: tex(frcslc14.pfb) = %{tl_version} -Provides: tex(frcslc6.pfb) = %{tl_version} -Provides: tex(frcw10.pfb) = %{tl_version} -Provides: tex(frcursive.sty) = %{tl_version} -Provides: tex(ot1frc.fd) = %{tl_version} -Provides: tex(t1frc.fd) = %{tl_version} - -%description frcursive -A hand-writing font in the style of the French academic running- -hand. The font was written in Metafont and and has been -converted to Adobe Type 1 format. LaTeX support (NFFS fd files, -and a package) and font maps are provided. - -%package frcursive-doc -Summary: Documentation for frcursive -Version: svn24559.0 - -Provides: tex-frcursive-doc -AutoReqProv: No - -%description frcursive-doc -Documentation for frcursive - -%package genealogy -Provides: tex-genealogy = %{tl_version} -License: LPPL -Summary: A compilation genealogy font -Version: svn25112.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(drgen10.tfm) = %{tl_version} - -%description genealogy -A simple compilation of the genealogical symbols found in the -wasy and gen fonts, adding the male and female symbols to -Knuth's 'gen' font, and so avoiding loading two fonts when you -need only genealogical symbols. The font is distributed as -Metafont source. - -%package genealogy-doc -Summary: Documentation for genealogy -Version: svn25112.0 - -Provides: tex-genealogy-doc -AutoReqProv: No - -%description genealogy-doc -Documentation for genealogy - -%package gentium-tug -Provides: tex-gentium-tug = %{tl_version} -License: MIT and OFL -Summary: Gentium fonts (in two formats) and support files -Version: svn54512 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xkeyval.sty) -Provides: tex(gentium-agr.enc) = %{tl_version} -Provides: tex(gentium-ec-sc.enc) = %{tl_version} -Provides: tex(gentium-ec-ttf-sc.enc) = %{tl_version} -Provides: tex(gentium-ec-ttf.enc) = %{tl_version} -Provides: tex(gentium-ec.enc) = %{tl_version} -Provides: tex(gentium-l7x-sc.enc) = %{tl_version} -Provides: tex(gentium-l7x.enc) = %{tl_version} -Provides: tex(gentium-lgr.enc) = %{tl_version} -Provides: tex(gentium-ot1-sc.enc) = %{tl_version} -Provides: tex(gentium-ot1.enc) = %{tl_version} -Provides: tex(gentium-qx-sc.enc) = %{tl_version} -Provides: tex(gentium-qx.enc) = %{tl_version} -Provides: tex(gentium-t2a-sc.enc) = %{tl_version} -Provides: tex(gentium-t2a.enc) = %{tl_version} -Provides: tex(gentium-t2b-sc.enc) = %{tl_version} -Provides: tex(gentium-t2b.enc) = %{tl_version} -Provides: tex(gentium-t2c-sc.enc) = %{tl_version} -Provides: tex(gentium-t2c.enc) = %{tl_version} -Provides: tex(gentium-t5-sc.enc) = %{tl_version} -Provides: tex(gentium-t5-ttf.enc) = %{tl_version} -Provides: tex(gentium-t5.enc) = %{tl_version} -Provides: tex(gentium-texnansi-sc.enc) = %{tl_version} -Provides: tex(gentium-texnansi.enc) = %{tl_version} -Provides: tex(gentium-ts1.enc) = %{tl_version} -Provides: tex(gentium-x2-sc.enc) = %{tl_version} -Provides: tex(gentium-x2.enc) = %{tl_version} -Provides: tex(gentium-type1.map) = %{tl_version} -Provides: tex(gentium-agr.map) = %{tl_version} -Provides: tex(gentium-ec.map) = %{tl_version} -Provides: tex(gentium-l7x.map) = %{tl_version} -Provides: tex(gentium-lgr.map) = %{tl_version} -Provides: tex(gentium-ot1.map) = %{tl_version} -Provides: tex(gentium-qx.map) = %{tl_version} -Provides: tex(gentium-t2a.map) = %{tl_version} -Provides: tex(gentium-t2b.map) = %{tl_version} -Provides: tex(gentium-t2c.map) = %{tl_version} -Provides: tex(gentium-t5.map) = %{tl_version} -Provides: tex(gentium-texnansi.map) = %{tl_version} -Provides: tex(gentium-truetype.map) = %{tl_version} -Provides: tex(gentium-ts1.map) = %{tl_version} -Provides: tex(gentium-x2.map) = %{tl_version} -Provides: tex(gentium.sty) = %{tl_version} -Provides: tex(l7xgentium.fd) = %{tl_version} -Provides: tex(lgrgentium.fd) = %{tl_version} -Provides: tex(ly1gentium.fd) = %{tl_version} -Provides: tex(ot1gentium.fd) = %{tl_version} -Provides: tex(qxgentium.fd) = %{tl_version} -Provides: tex(t1gentium.fd) = %{tl_version} -Provides: tex(t2agentium.fd) = %{tl_version} -Provides: tex(t2bgentium.fd) = %{tl_version} -Provides: tex(t2cgentium.fd) = %{tl_version} -Provides: tex(t5gentium.fd) = %{tl_version} -Provides: tex(ts1gentium.fd) = %{tl_version} -Provides: tex(x2gentium.fd) = %{tl_version} - -%description gentium-tug -Gentium is a typeface family designed to enable the diverse -ethnic groups around the world who use the Latin, Cyrillic and -Greek scripts to produce readable, high-quality publications. -It supports a wide range of Latin- and Cyrillic-based -alphabets. The package consists of: The original (unaltered) -GentiumPlus, GentiumBook, and other Gentium-family fonts in -TrueType format, as developed by SIL and released under the OFL -(see OFL.txt and OFL-FAQ.txt); Converted fonts in PostScript -Type 1 format, released under the same terms. These incorporate -the name "Gentium" by permission of SIL given to the TeX Users -Group; ConTeXt, LaTeX and other supporting files; TeX-related -documentation, and the SIL documentation and other files. - -%package gentium-tug-doc -Summary: Documentation for gentium-tug -Version: svn54512 -Provides: tex-gentium-tug-doc -AutoReqProv: No - -%description gentium-tug-doc -Documentation for gentium-tug - -%package gfsartemisia -Provides: tex-gfsartemisia = %{tl_version} -License: LPPL -Summary: A modern Greek font design -Version: svn19469.1.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(euler.sty) -Requires: tex(txfonts.sty) -Provides: tex(artemisia.enc) = %{tl_version} -Provides: tex(artemisiadenomnums.enc) = %{tl_version} -Provides: tex(artemisiaec.enc) = %{tl_version} -Provides: tex(artemisiaecsc.enc) = %{tl_version} -Provides: tex(artemisiael.enc) = %{tl_version} -Provides: tex(artemisiaelsc.enc) = %{tl_version} -Provides: tex(artemisiamath.enc) = %{tl_version} -Provides: tex(artemisianumnums.enc) = %{tl_version} -Provides: tex(artemisiasc.enc) = %{tl_version} -Provides: tex(artemisiatabnums.enc) = %{tl_version} -Provides: tex(gfsartemisia.map) = %{tl_version} -Provides: tex(GFSArtemisia.otf) = %{tl_version} -Provides: tex(GFSArtemisiaBold.otf) = %{tl_version} -Provides: tex(GFSArtemisiaBoldIt.otf) = %{tl_version} -Provides: tex(GFSArtemisiaIt.otf) = %{tl_version} -Provides: tex(artemisiab8a.tfm) = %{tl_version} -Provides: tex(artemisiab8r.tfm) = %{tl_version} -Provides: tex(artemisiab9a.tfm) = %{tl_version} -Provides: tex(artemisiab9r.tfm) = %{tl_version} -Provides: tex(artemisiabi8a.tfm) = %{tl_version} -Provides: tex(artemisiabi8r.tfm) = %{tl_version} -Provides: tex(artemisiabi9a.tfm) = %{tl_version} -Provides: tex(artemisiabi9r.tfm) = %{tl_version} -Provides: tex(artemisiabo8a.tfm) = %{tl_version} -Provides: tex(artemisiabo8r.tfm) = %{tl_version} -Provides: tex(artemisiabo9a.tfm) = %{tl_version} -Provides: tex(artemisiabo9r.tfm) = %{tl_version} -Provides: tex(artemisiadenomnums8a.tfm) = %{tl_version} -Provides: tex(artemisiadenomnums8r.tfm) = %{tl_version} -Provides: tex(artemisiai8a.tfm) = %{tl_version} -Provides: tex(artemisiai8r.tfm) = %{tl_version} -Provides: tex(artemisiai9a.tfm) = %{tl_version} -Provides: tex(artemisiai9r.tfm) = %{tl_version} -Provides: tex(artemisiamath8a.tfm) = %{tl_version} -Provides: tex(artemisiamath8r.tfm) = %{tl_version} -Provides: tex(artemisianumnums8a.tfm) = %{tl_version} -Provides: tex(artemisianumnums8r.tfm) = %{tl_version} -Provides: tex(artemisiao8a.tfm) = %{tl_version} -Provides: tex(artemisiao8r.tfm) = %{tl_version} -Provides: tex(artemisiao9a.tfm) = %{tl_version} -Provides: tex(artemisiao9r.tfm) = %{tl_version} -Provides: tex(artemisiarg8a.tfm) = %{tl_version} -Provides: tex(artemisiarg8r.tfm) = %{tl_version} -Provides: tex(artemisiarg9a.tfm) = %{tl_version} -Provides: tex(artemisiarg9r.tfm) = %{tl_version} -Provides: tex(artemisiasc8a.tfm) = %{tl_version} -Provides: tex(artemisiasc8r.tfm) = %{tl_version} -Provides: tex(artemisiasc9a.tfm) = %{tl_version} -Provides: tex(artemisiasc9r.tfm) = %{tl_version} -Provides: tex(artemisiasco8a.tfm) = %{tl_version} -Provides: tex(artemisiasco8r.tfm) = %{tl_version} -Provides: tex(artemisiasco9a.tfm) = %{tl_version} -Provides: tex(artemisiasco9r.tfm) = %{tl_version} -Provides: tex(artemisiatabnums8a.tfm) = %{tl_version} -Provides: tex(artemisiatabnums8r.tfm) = %{tl_version} -Provides: tex(gartemisiab6a.tfm) = %{tl_version} -Provides: tex(gartemisiab6r.tfm) = %{tl_version} -Provides: tex(gartemisiabi6a.tfm) = %{tl_version} -Provides: tex(gartemisiabi6r.tfm) = %{tl_version} -Provides: tex(gartemisiabo6a.tfm) = %{tl_version} -Provides: tex(gartemisiabo6r.tfm) = %{tl_version} -Provides: tex(gartemisiai6a.tfm) = %{tl_version} -Provides: tex(gartemisiai6r.tfm) = %{tl_version} -Provides: tex(gartemisiao6a.tfm) = %{tl_version} -Provides: tex(gartemisiao6r.tfm) = %{tl_version} -Provides: tex(gartemisiarg6a.tfm) = %{tl_version} -Provides: tex(gartemisiarg6r.tfm) = %{tl_version} -Provides: tex(gartemisiasc6a.tfm) = %{tl_version} -Provides: tex(gartemisiasc6r.tfm) = %{tl_version} -Provides: tex(gartemisiasco6a.tfm) = %{tl_version} -Provides: tex(gartemisiasco6r.tfm) = %{tl_version} -Provides: tex(GFSArtemisia-Bold.pfb) = %{tl_version} -Provides: tex(GFSArtemisia-BoldItalic.pfb) = %{tl_version} -Provides: tex(GFSArtemisia-Italic.pfb) = %{tl_version} -Provides: tex(GFSArtemisia-Regular.pfb) = %{tl_version} -Provides: tex(artemisiab8a.vf) = %{tl_version} -Provides: tex(artemisiab9a.vf) = %{tl_version} -Provides: tex(artemisiabi8a.vf) = %{tl_version} -Provides: tex(artemisiabi9a.vf) = %{tl_version} -Provides: tex(artemisiabo8a.vf) = %{tl_version} -Provides: tex(artemisiabo9a.vf) = %{tl_version} -Provides: tex(artemisiadenomnums8a.vf) = %{tl_version} -Provides: tex(artemisiai8a.vf) = %{tl_version} -Provides: tex(artemisiai9a.vf) = %{tl_version} -Provides: tex(artemisiamath8a.vf) = %{tl_version} -Provides: tex(artemisianumnums8a.vf) = %{tl_version} -Provides: tex(artemisiao8a.vf) = %{tl_version} -Provides: tex(artemisiao9a.vf) = %{tl_version} -Provides: tex(artemisiarg8a.vf) = %{tl_version} -Provides: tex(artemisiarg9a.vf) = %{tl_version} -Provides: tex(artemisiasc8a.vf) = %{tl_version} -Provides: tex(artemisiasc9a.vf) = %{tl_version} -Provides: tex(artemisiasco8a.vf) = %{tl_version} -Provides: tex(artemisiasco9a.vf) = %{tl_version} -Provides: tex(artemisiatabnums8a.vf) = %{tl_version} -Provides: tex(gartemisiab6a.vf) = %{tl_version} -Provides: tex(gartemisiabi6a.vf) = %{tl_version} -Provides: tex(gartemisiabo6a.vf) = %{tl_version} -Provides: tex(gartemisiai6a.vf) = %{tl_version} -Provides: tex(gartemisiao6a.vf) = %{tl_version} -Provides: tex(gartemisiarg6a.vf) = %{tl_version} -Provides: tex(gartemisiasc6a.vf) = %{tl_version} -Provides: tex(gartemisiasco6a.vf) = %{tl_version} -Provides: tex(gfsartemisia-euler.sty) = %{tl_version} -Provides: tex(gfsartemisia.sty) = %{tl_version} -Provides: tex(lgrartemisia.fd) = %{tl_version} -Provides: tex(lgrartemisiaeuler.fd) = %{tl_version} -Provides: tex(ot1artemisia.fd) = %{tl_version} -Provides: tex(ot1artemisiaeuler.fd) = %{tl_version} -Provides: tex(t1artemisia.fd) = %{tl_version} -Provides: tex(t1artemisiaeuler.fd) = %{tl_version} -Provides: tex(uartemisiaeulernums.fd) = %{tl_version} -Provides: tex(uartemisianums.fd) = %{tl_version} - -%description gfsartemisia -GFS Artemisia is a relatively modern font, designed as a -'general purpose' font in the same sense as Times is nowadays -treated. The present version has been provided by the Greek -Font Society. The font supports the Greek and Latin alphabets. -LaTeX support is provided, using the OT1, T1 and LGR encodings. - -%package gfsartemisia-doc -Summary: Documentation for gfsartemisia -Version: svn19469.1.0 - -Provides: tex-gfsartemisia-doc -AutoReqProv: No - -%description gfsartemisia-doc -Documentation for gfsartemisia - -%package gfsbodoni -Provides: tex-gfsbodoni = %{tl_version} -License: OFL -Summary: A Greek and Latin font based on Bodoni -Version: svn28484.1.01 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(bodoni.enc) = %{tl_version} -Provides: tex(bodonidenomnums.enc) = %{tl_version} -Provides: tex(bodoniec.enc) = %{tl_version} -Provides: tex(bodoniecsc.enc) = %{tl_version} -Provides: tex(bodoniel.enc) = %{tl_version} -Provides: tex(bodonielsc.enc) = %{tl_version} -Provides: tex(bodoninumnums.enc) = %{tl_version} -Provides: tex(bodonisc.enc) = %{tl_version} -Provides: tex(bodonitabnums.enc) = %{tl_version} -Provides: tex(gfsbodoni.map) = %{tl_version} -Provides: tex(GFSBodoni.otf) = %{tl_version} -Provides: tex(GFSBodoniBold.otf) = %{tl_version} -Provides: tex(GFSBodoniBoldIt.otf) = %{tl_version} -Provides: tex(GFSBodoniIt.otf) = %{tl_version} -Provides: tex(bodonib8a.tfm) = %{tl_version} -Provides: tex(bodonib8r.tfm) = %{tl_version} -Provides: tex(bodonib9a.tfm) = %{tl_version} -Provides: tex(bodonib9r.tfm) = %{tl_version} -Provides: tex(bodonibi8a.tfm) = %{tl_version} -Provides: tex(bodonibi8r.tfm) = %{tl_version} -Provides: tex(bodonibi9a.tfm) = %{tl_version} -Provides: tex(bodonibi9r.tfm) = %{tl_version} -Provides: tex(bodonibo8a.tfm) = %{tl_version} -Provides: tex(bodonibo8r.tfm) = %{tl_version} -Provides: tex(bodonibo9a.tfm) = %{tl_version} -Provides: tex(bodonibo9r.tfm) = %{tl_version} -Provides: tex(bodonidenomnums8a.tfm) = %{tl_version} -Provides: tex(bodonidenomnums8r.tfm) = %{tl_version} -Provides: tex(bodonii8a.tfm) = %{tl_version} -Provides: tex(bodonii8r.tfm) = %{tl_version} -Provides: tex(bodonii9a.tfm) = %{tl_version} -Provides: tex(bodonii9r.tfm) = %{tl_version} -Provides: tex(bodoninumnums8a.tfm) = %{tl_version} -Provides: tex(bodoninumnums8r.tfm) = %{tl_version} -Provides: tex(bodonio8a.tfm) = %{tl_version} -Provides: tex(bodonio8r.tfm) = %{tl_version} -Provides: tex(bodonio9a.tfm) = %{tl_version} -Provides: tex(bodonio9r.tfm) = %{tl_version} -Provides: tex(bodonirg8a.tfm) = %{tl_version} -Provides: tex(bodonirg8r.tfm) = %{tl_version} -Provides: tex(bodonirg9a.tfm) = %{tl_version} -Provides: tex(bodonirg9r.tfm) = %{tl_version} -Provides: tex(bodonisc8a.tfm) = %{tl_version} -Provides: tex(bodonisc8r.tfm) = %{tl_version} -Provides: tex(bodonisc9a.tfm) = %{tl_version} -Provides: tex(bodonisc9r.tfm) = %{tl_version} -Provides: tex(bodonisco8a.tfm) = %{tl_version} -Provides: tex(bodonisco8r.tfm) = %{tl_version} -Provides: tex(bodonisco9a.tfm) = %{tl_version} -Provides: tex(bodonisco9r.tfm) = %{tl_version} -Provides: tex(bodonitabnums8a.tfm) = %{tl_version} -Provides: tex(bodonitabnums8r.tfm) = %{tl_version} -Provides: tex(gbodonib6a.tfm) = %{tl_version} -Provides: tex(gbodonib6r.tfm) = %{tl_version} -Provides: tex(gbodonibi6a.tfm) = %{tl_version} -Provides: tex(gbodonibi6r.tfm) = %{tl_version} -Provides: tex(gbodonibo6a.tfm) = %{tl_version} -Provides: tex(gbodonibo6r.tfm) = %{tl_version} -Provides: tex(gbodonii6a.tfm) = %{tl_version} -Provides: tex(gbodonii6r.tfm) = %{tl_version} -Provides: tex(gbodonio6a.tfm) = %{tl_version} -Provides: tex(gbodonio6r.tfm) = %{tl_version} -Provides: tex(gbodonio9a.tfm) = %{tl_version} -Provides: tex(gbodonirg6a.tfm) = %{tl_version} -Provides: tex(gbodonirg6r.tfm) = %{tl_version} -Provides: tex(gbodonisc6a.tfm) = %{tl_version} -Provides: tex(gbodonisc6r.tfm) = %{tl_version} -Provides: tex(gbodonisco6a.tfm) = %{tl_version} -Provides: tex(gbodonisco6r.tfm) = %{tl_version} -Provides: tex(GFSBodoni-Bold.pfb) = %{tl_version} -Provides: tex(GFSBodoni-BoldItalic.pfb) = %{tl_version} -Provides: tex(GFSBodoni-Italic.pfb) = %{tl_version} -Provides: tex(GFSBodoni-Regular.pfb) = %{tl_version} -Provides: tex(bodonib8a.vf) = %{tl_version} -Provides: tex(bodonib9a.vf) = %{tl_version} -Provides: tex(bodonibi8a.vf) = %{tl_version} -Provides: tex(bodonibi9a.vf) = %{tl_version} -Provides: tex(bodonibo8a.vf) = %{tl_version} -Provides: tex(bodonibo9a.vf) = %{tl_version} -Provides: tex(bodonidenomnums8a.vf) = %{tl_version} -Provides: tex(bodonii8a.vf) = %{tl_version} -Provides: tex(bodonii9a.vf) = %{tl_version} -Provides: tex(bodoninumnums8a.vf) = %{tl_version} -Provides: tex(bodonio8a.vf) = %{tl_version} -Provides: tex(bodonio9a.vf) = %{tl_version} -Provides: tex(bodonirg8a.vf) = %{tl_version} -Provides: tex(bodonirg9a.vf) = %{tl_version} -Provides: tex(bodonisc8a.vf) = %{tl_version} -Provides: tex(bodonisc9a.vf) = %{tl_version} -Provides: tex(bodonisco8a.vf) = %{tl_version} -Provides: tex(bodonisco9a.vf) = %{tl_version} -Provides: tex(bodonitabnums8a.vf) = %{tl_version} -Provides: tex(gbodonib6a.vf) = %{tl_version} -Provides: tex(gbodonibi6a.vf) = %{tl_version} -Provides: tex(gbodonibo6a.vf) = %{tl_version} -Provides: tex(gbodonii6a.vf) = %{tl_version} -Provides: tex(gbodonio6a.vf) = %{tl_version} -Provides: tex(gbodonio9a.vf) = %{tl_version} -Provides: tex(gbodonirg6a.vf) = %{tl_version} -Provides: tex(gbodonisc6a.vf) = %{tl_version} -Provides: tex(gbodonisco6a.vf) = %{tl_version} -Provides: tex(gfsbodoni.sty) = %{tl_version} -Provides: tex(lgrbodoni.fd) = %{tl_version} -Provides: tex(ot1bodoni.fd) = %{tl_version} -Provides: tex(t1bodoni.fd) = %{tl_version} -Provides: tex(ubodoninums.fd) = %{tl_version} - -%description gfsbodoni -Bodoni's Greek fonts in the 18th century broke, for the first -time, with the Byzantine cursive tradition of Greek fonts. GFS -Bodoni resurrects his work for general use. The font family -supports both Greek and Latin letters. LaTeX support of the -fonts is provided, offering OT1, T1 and LGR encodings. The -fonts themselves are provided in Adobe Type 1 and OpenType -formats. - -%package gfsbodoni-doc -Summary: Documentation for gfsbodoni -Version: svn28484.1.01 - -Provides: tex-gfsbodoni-doc -AutoReqProv: No - -%description gfsbodoni-doc -Documentation for gfsbodoni - -%package gfscomplutum -Provides: tex-gfscomplutum = %{tl_version} -License: OFL -Summary: A Greek font with a long history -Version: svn19469.1.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(gpcomplutum.enc) = %{tl_version} -Provides: tex(gfscomplutum.map) = %{tl_version} -Provides: tex(GFSPolyglot.otf) = %{tl_version} -Provides: tex(gcomplutum8a.tfm) = %{tl_version} -Provides: tex(gcomplutum8r.tfm) = %{tl_version} -Provides: tex(gcomplutumo8a.tfm) = %{tl_version} -Provides: tex(gcomplutumo8r.tfm) = %{tl_version} -Provides: tex(GFSComplutum-Regular.pfb) = %{tl_version} -Provides: tex(gcomplutum8a.vf) = %{tl_version} -Provides: tex(gcomplutumo8a.vf) = %{tl_version} -Provides: tex(gfscomplutum.sty) = %{tl_version} -Provides: tex(lgrcomplutum.fd) = %{tl_version} - -%description gfscomplutum -GFS Complutum derives, via a long development, from a minuscule- -only font cut in the 16th century. An unsatisfactory set of -majuscules were added in the early 20th century, but its author -died before he could complete the revival of the font. The -Greek Font Society has released this version, which has a new -set of majuscules. - -%package gfscomplutum-doc -Summary: Documentation for gfscomplutum -Version: svn19469.1.0 - -Provides: tex-gfscomplutum-doc -AutoReqProv: No - -%description gfscomplutum-doc -Documentation for gfscomplutum - -%package gfsdidot -Provides: tex-gfsdidot = %{tl_version} -License: LPPL -Summary: A Greek font based on Didot's work -Version: svn54080 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pxfonts.sty) -Provides: tex(didot.enc) = %{tl_version} -Provides: tex(didotOT1.enc) = %{tl_version} -Provides: tex(didotOT1it.enc) = %{tl_version} -Provides: tex(didotOT1sc.enc) = %{tl_version} -Provides: tex(didotTS1.enc) = %{tl_version} -Provides: tex(didotdenomnums.enc) = %{tl_version} -Provides: tex(didotec.enc) = %{tl_version} -Provides: tex(didotnumnums.enc) = %{tl_version} -Provides: tex(didottabnums.enc) = %{tl_version} -Provides: tex(didotuecsc.enc) = %{tl_version} -Provides: tex(didotusc.enc) = %{tl_version} -Provides: tex(gfsudidotmath.enc) = %{tl_version} -Provides: tex(gpdidot.enc) = %{tl_version} -Provides: tex(gpdidoti.enc) = %{tl_version} -Provides: tex(gpdidotusc.enc) = %{tl_version} -Provides: tex(gpolga.enc) = %{tl_version} -Provides: tex(gfsdidot.map) = %{tl_version} -Provides: tex(gfsdidot.sty) = %{tl_version} -Provides: tex(lgrudidot.fd) = %{tl_version} -Provides: tex(omludidot.fd) = %{tl_version} -Provides: tex(ot1udidot.fd) = %{tl_version} -Provides: tex(t1udidot.fd) = %{tl_version} -Provides: tex(testDidot.sty) = %{tl_version} -Provides: tex(ts1udidot.fd) = %{tl_version} -Provides: tex(uudidotnums.fd) = %{tl_version} - -%description gfsdidot -The design of Didot's 1805 Greek typeface was influenced by the -neoclassical ideals of the late 18th century. The font was -brought to Greece at the time of the 1821 Greek Revolution, by -Didot's son, and was very widely used. The present version is -provided by the Greek Font Society. The font supports the Greek -alphabet, and is accompanied by a matching Latin alphabet based -on Zapf's Palatino. LaTeX support is provided, using the OT1, -T1, TS1, and LGR encodings. - -%package gfsdidot-doc -Summary: Documentation for gfsdidot -Version: svn54080 -Provides: tex-gfsdidot-doc -AutoReqProv: No - -%description gfsdidot-doc -Documentation for gfsdidot - -%package gfsneohellenic -Provides: tex-gfsneohellenic = %{tl_version} -License: LPPL -Summary: A Greek font in the Neo-Hellenic style -Version: svn54080 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(neohellenic.enc) = %{tl_version} -Provides: tex(neohellenicdenomnums.enc) = %{tl_version} -Provides: tex(neohellenicec.enc) = %{tl_version} -Provides: tex(neohellenicecsc.enc) = %{tl_version} -Provides: tex(neohellenicel.enc) = %{tl_version} -Provides: tex(neohellenicelsc.enc) = %{tl_version} -Provides: tex(neohellenicmath.enc) = %{tl_version} -Provides: tex(neohellenicnumnums.enc) = %{tl_version} -Provides: tex(neohellenicsc.enc) = %{tl_version} -Provides: tex(neohellenictabnums.enc) = %{tl_version} -Provides: tex(gfsneohellenic.map) = %{tl_version} -Provides: tex(gfsneohellenic.sty) = %{tl_version} -Provides: tex(lgrneohellenic.fd) = %{tl_version} -Provides: tex(omlneohellenic.fd) = %{tl_version} -Provides: tex(ot1neohellenic.fd) = %{tl_version} -Provides: tex(t1neohellenic.fd) = %{tl_version} -Provides: tex(uneohellenicnums.fd) = %{tl_version} - -%description gfsneohellenic -The NeoHellenic style evolved in academic circles in the 19th -and 20th century; the present font follows a cut commissioned -from Monotype in 1927. The present version was provided by the -Greek Font Society. The font supports both Greek and Latin -characters, and has been adjusted to work well with the -cmbright fonts for mathematics support. LaTeX support of the -fonts is provided, offering OT1, T1 and LGR encodings. - -%package gfsneohellenic-doc -Summary: Documentation for gfsneohellenic -Version: svn54080 -Provides: tex-gfsneohellenic-doc -AutoReqProv: No - -%description gfsneohellenic-doc -Documentation for gfsneohellenic - -%package gfssolomos -Provides: tex-gfssolomos = %{tl_version} -License: OFL -Summary: A Greek-alphabet font -Version: svn18651.1.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(gpsolomos.enc) = %{tl_version} -Provides: tex(gfssolomos.map) = %{tl_version} -Provides: tex(GFSSolomos.otf) = %{tl_version} -Provides: tex(gsolomos8a.tfm) = %{tl_version} -Provides: tex(gsolomos8r.tfm) = %{tl_version} -Provides: tex(GFSSolomos-Regular.pfb) = %{tl_version} -Provides: tex(gsolomos8a.vf) = %{tl_version} -Provides: tex(gfssolomos.sty) = %{tl_version} -Provides: tex(lgrsolomos.fd) = %{tl_version} - -%description gfssolomos -Solomos is a font which traces its descent from a -calligraphically-inspired font of the mid-19th century. LaTeX -support, for use with the LGR encoding only, is provided. - -%package gfssolomos-doc -Summary: Documentation for gfssolomos -Version: svn18651.1.0 - -Provides: tex-gfssolomos-doc -AutoReqProv: No - -%description gfssolomos-doc -Documentation for gfssolomos - -%package gillcm -Provides: tex-gillcm = %{tl_version} -License: BSD -Summary: Alternative unslanted italic Computer Modern fonts -Version: svn19878.1.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(cmg.map) = %{tl_version} -Provides: tex(cmgb8r.tfm) = %{tl_version} -Provides: tex(cmgbi7t.tfm) = %{tl_version} -Provides: tex(cmgbi8c.tfm) = %{tl_version} -Provides: tex(cmgbi8r.tfm) = %{tl_version} -Provides: tex(cmgbi8t.tfm) = %{tl_version} -Provides: tex(cmgbiu7t.tfm) = %{tl_version} -Provides: tex(cmgbiu8c.tfm) = %{tl_version} -Provides: tex(cmgbiu8r.tfm) = %{tl_version} -Provides: tex(cmgbiu8t.tfm) = %{tl_version} -Provides: tex(cmgm8r.tfm) = %{tl_version} -Provides: tex(cmgmi7t.tfm) = %{tl_version} -Provides: tex(cmgmi8c.tfm) = %{tl_version} -Provides: tex(cmgmi8r.tfm) = %{tl_version} -Provides: tex(cmgmi8t.tfm) = %{tl_version} -Provides: tex(cmgmiu7t.tfm) = %{tl_version} -Provides: tex(cmgmiu8c.tfm) = %{tl_version} -Provides: tex(cmgmiu8r.tfm) = %{tl_version} -Provides: tex(cmgmiu8t.tfm) = %{tl_version} -Provides: tex(cmgbi7t.vf) = %{tl_version} -Provides: tex(cmgbi8c.vf) = %{tl_version} -Provides: tex(cmgbi8t.vf) = %{tl_version} -Provides: tex(cmgbiu7t.vf) = %{tl_version} -Provides: tex(cmgbiu8c.vf) = %{tl_version} -Provides: tex(cmgbiu8t.vf) = %{tl_version} -Provides: tex(cmgmi7t.vf) = %{tl_version} -Provides: tex(cmgmi8c.vf) = %{tl_version} -Provides: tex(cmgmi8t.vf) = %{tl_version} -Provides: tex(cmgmiu7t.vf) = %{tl_version} -Provides: tex(cmgmiu8c.vf) = %{tl_version} -Provides: tex(cmgmiu8t.vf) = %{tl_version} -Provides: tex(gillcm.sty) = %{tl_version} -Provides: tex(ot1cmg.fd) = %{tl_version} -Provides: tex(t1cmg.fd) = %{tl_version} -Provides: tex(ts1cmg.fd) = %{tl_version} - -%description gillcm -This is a demonstration of the use of virtual fonts for unusual -effects: the package implements an old idea of Eric Gill. The -package was written for the author's talk at TUG 2010. - -%package gillcm-doc -Summary: Documentation for gillcm -Version: svn19878.1.1 - -Provides: tex-gillcm-doc -AutoReqProv: No - -%description gillcm-doc -Documentation for gillcm - -%package gillius -Provides: tex-gillius = %{tl_version} -License: GPLv2+ -Summary: Gillius fonts with LaTeX support -Version: svn32068.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Requires: tex(xkeyval.sty) -Requires: tex(textcomp.sty) -Requires: tex(fontspec.sty) -Requires: tex(fontenc.sty) -Requires: tex(fontaxes.sty) -Provides: tex(gls_4bsedw.enc) = %{tl_version} -Provides: tex(gls_a6mi7n.enc) = %{tl_version} -Provides: tex(gls_az7pev.enc) = %{tl_version} -Provides: tex(gls_bg5e7z.enc) = %{tl_version} -Provides: tex(gls_efuo7w.enc) = %{tl_version} -Provides: tex(gls_lf6eoq.enc) = %{tl_version} -Provides: tex(gls_pqq4vh.enc) = %{tl_version} -Provides: tex(gls_shb4ap.enc) = %{tl_version} -Provides: tex(gillius.map) = %{tl_version} -Provides: tex(GilliusADF-Bold.otf) = %{tl_version} -Provides: tex(GilliusADF-BoldItalic.otf) = %{tl_version} -Provides: tex(GilliusADF-Italic.otf) = %{tl_version} -Provides: tex(GilliusADF-Regular.otf) = %{tl_version} -Provides: tex(GilliusADFCond-Bold.otf) = %{tl_version} -Provides: tex(GilliusADFCond-BoldItalic.otf) = %{tl_version} -Provides: tex(GilliusADFCond-Italic.otf) = %{tl_version} -Provides: tex(GilliusADFCond-Regular.otf) = %{tl_version} -Provides: tex(GilliusADFNo2-Bold.otf) = %{tl_version} -Provides: tex(GilliusADFNo2-BoldItalic.otf) = %{tl_version} -Provides: tex(GilliusADFNo2-Italic.otf) = %{tl_version} -Provides: tex(GilliusADFNo2-Regular.otf) = %{tl_version} -Provides: tex(GilliusADFNo2Cond-Bold.otf) = %{tl_version} -Provides: tex(GilliusADFNo2Cond-BoldItalic.otf) = %{tl_version} -Provides: tex(GilliusADFNo2Cond-Italic.otf) = %{tl_version} -Provides: tex(GilliusADFNo2Cond-Regular.otf) = %{tl_version} -Provides: tex(GilliusADF-Bold-lf-ly1--base.tfm) = %{tl_version} -Provides: tex(GilliusADF-Bold-lf-ly1--lcdfj.tfm) = %{tl_version} -Provides: tex(GilliusADF-Bold-lf-ly1.tfm) = %{tl_version} -Provides: tex(GilliusADF-Bold-lf-ot1--base.tfm) = %{tl_version} -Provides: tex(GilliusADF-Bold-lf-ot1--lcdfj.tfm) = %{tl_version} -Provides: tex(GilliusADF-Bold-lf-ot1.tfm) = %{tl_version} -Provides: tex(GilliusADF-Bold-lf-t1--base.tfm) = %{tl_version} -Provides: tex(GilliusADF-Bold-lf-t1--lcdfj.tfm) = %{tl_version} -Provides: tex(GilliusADF-Bold-lf-t1.tfm) = %{tl_version} -Provides: tex(GilliusADF-Bold-lf-ts1--base.tfm) = %{tl_version} -Provides: tex(GilliusADF-Bold-lf-ts1.tfm) = %{tl_version} -Provides: tex(GilliusADF-BoldItalic-lf-ly1--base.tfm) = %{tl_version} -Provides: tex(GilliusADF-BoldItalic-lf-ly1--lcdfj.tfm) = %{tl_version} -Provides: tex(GilliusADF-BoldItalic-lf-ly1.tfm) = %{tl_version} -Provides: tex(GilliusADF-BoldItalic-lf-ot1--base.tfm) = %{tl_version} -Provides: tex(GilliusADF-BoldItalic-lf-ot1--lcdfj.tfm) = %{tl_version} -Provides: tex(GilliusADF-BoldItalic-lf-ot1.tfm) = %{tl_version} -Provides: tex(GilliusADF-BoldItalic-lf-t1--base.tfm) = %{tl_version} -Provides: tex(GilliusADF-BoldItalic-lf-t1--lcdfj.tfm) = %{tl_version} -Provides: tex(GilliusADF-BoldItalic-lf-t1.tfm) = %{tl_version} -Provides: tex(GilliusADF-BoldItalic-lf-ts1--base.tfm) = %{tl_version} -Provides: tex(GilliusADF-BoldItalic-lf-ts1.tfm) = %{tl_version} -Provides: tex(GilliusADF-Italic-lf-ly1--base.tfm) = %{tl_version} -Provides: tex(GilliusADF-Italic-lf-ly1--lcdfj.tfm) = %{tl_version} -Provides: tex(GilliusADF-Italic-lf-ly1.tfm) = %{tl_version} -Provides: tex(GilliusADF-Italic-lf-ot1--base.tfm) = %{tl_version} -Provides: tex(GilliusADF-Italic-lf-ot1--lcdfj.tfm) = %{tl_version} -Provides: tex(GilliusADF-Italic-lf-ot1.tfm) = %{tl_version} -Provides: tex(GilliusADF-Italic-lf-t1--base.tfm) = %{tl_version} -Provides: tex(GilliusADF-Italic-lf-t1--lcdfj.tfm) = %{tl_version} -Provides: tex(GilliusADF-Italic-lf-t1.tfm) = %{tl_version} -Provides: tex(GilliusADF-Italic-lf-ts1--base.tfm) = %{tl_version} -Provides: tex(GilliusADF-Italic-lf-ts1.tfm) = %{tl_version} -Provides: tex(GilliusADF-Regular-lf-ly1--base.tfm) = %{tl_version} -Provides: tex(GilliusADF-Regular-lf-ly1--lcdfj.tfm) = %{tl_version} -Provides: tex(GilliusADF-Regular-lf-ly1.tfm) = %{tl_version} -Provides: tex(GilliusADF-Regular-lf-ot1--base.tfm) = %{tl_version} -Provides: tex(GilliusADF-Regular-lf-ot1--lcdfj.tfm) = %{tl_version} -Provides: tex(GilliusADF-Regular-lf-ot1.tfm) = %{tl_version} -Provides: tex(GilliusADF-Regular-lf-t1--base.tfm) = %{tl_version} -Provides: tex(GilliusADF-Regular-lf-t1--lcdfj.tfm) = %{tl_version} -Provides: tex(GilliusADF-Regular-lf-t1.tfm) = %{tl_version} -Provides: tex(GilliusADF-Regular-lf-ts1--base.tfm) = %{tl_version} -Provides: tex(GilliusADF-Regular-lf-ts1.tfm) = %{tl_version} -Provides: tex(GilliusADFCond-Bold-lf-ly1--base.tfm) = %{tl_version} -Provides: tex(GilliusADFCond-Bold-lf-ly1--lcdfj.tfm) = %{tl_version} -Provides: tex(GilliusADFCond-Bold-lf-ly1.tfm) = %{tl_version} -Provides: tex(GilliusADFCond-Bold-lf-ot1--base.tfm) = %{tl_version} -Provides: tex(GilliusADFCond-Bold-lf-ot1--lcdfj.tfm) = %{tl_version} -Provides: tex(GilliusADFCond-Bold-lf-ot1.tfm) = %{tl_version} -Provides: tex(GilliusADFCond-Bold-lf-t1--base.tfm) = %{tl_version} -Provides: tex(GilliusADFCond-Bold-lf-t1--lcdfj.tfm) = %{tl_version} -Provides: tex(GilliusADFCond-Bold-lf-t1.tfm) = %{tl_version} -Provides: tex(GilliusADFCond-Bold-lf-ts1--base.tfm) = %{tl_version} -Provides: tex(GilliusADFCond-Bold-lf-ts1.tfm) = %{tl_version} -Provides: tex(GilliusADFCond-BoldItalic-lf-ly1--base.tfm) = %{tl_version} -Provides: tex(GilliusADFCond-BoldItalic-lf-ly1--lcdfj.tfm) = %{tl_version} -Provides: tex(GilliusADFCond-BoldItalic-lf-ly1.tfm) = %{tl_version} -Provides: tex(GilliusADFCond-BoldItalic-lf-ot1--base.tfm) = %{tl_version} -Provides: tex(GilliusADFCond-BoldItalic-lf-ot1--lcdfj.tfm) = %{tl_version} -Provides: tex(GilliusADFCond-BoldItalic-lf-ot1.tfm) = %{tl_version} -Provides: tex(GilliusADFCond-BoldItalic-lf-t1--base.tfm) = %{tl_version} -Provides: tex(GilliusADFCond-BoldItalic-lf-t1--lcdfj.tfm) = %{tl_version} -Provides: tex(GilliusADFCond-BoldItalic-lf-t1.tfm) = %{tl_version} -Provides: tex(GilliusADFCond-BoldItalic-lf-ts1--base.tfm) = %{tl_version} -Provides: tex(GilliusADFCond-BoldItalic-lf-ts1.tfm) = %{tl_version} -Provides: tex(GilliusADFCond-Italic-lf-ly1--base.tfm) = %{tl_version} -Provides: tex(GilliusADFCond-Italic-lf-ly1--lcdfj.tfm) = %{tl_version} -Provides: tex(GilliusADFCond-Italic-lf-ly1.tfm) = %{tl_version} -Provides: tex(GilliusADFCond-Italic-lf-ot1--base.tfm) = %{tl_version} -Provides: tex(GilliusADFCond-Italic-lf-ot1--lcdfj.tfm) = %{tl_version} -Provides: tex(GilliusADFCond-Italic-lf-ot1.tfm) = %{tl_version} -Provides: tex(GilliusADFCond-Italic-lf-t1--base.tfm) = %{tl_version} -Provides: tex(GilliusADFCond-Italic-lf-t1--lcdfj.tfm) = %{tl_version} -Provides: tex(GilliusADFCond-Italic-lf-t1.tfm) = %{tl_version} -Provides: tex(GilliusADFCond-Italic-lf-ts1--base.tfm) = %{tl_version} -Provides: tex(GilliusADFCond-Italic-lf-ts1.tfm) = %{tl_version} -Provides: tex(GilliusADFCond-Regular-lf-ly1--base.tfm) = %{tl_version} -Provides: tex(GilliusADFCond-Regular-lf-ly1--lcdfj.tfm) = %{tl_version} -Provides: tex(GilliusADFCond-Regular-lf-ly1.tfm) = %{tl_version} -Provides: tex(GilliusADFCond-Regular-lf-ot1--base.tfm) = %{tl_version} -Provides: tex(GilliusADFCond-Regular-lf-ot1--lcdfj.tfm) = %{tl_version} -Provides: tex(GilliusADFCond-Regular-lf-ot1.tfm) = %{tl_version} -Provides: tex(GilliusADFCond-Regular-lf-t1--base.tfm) = %{tl_version} -Provides: tex(GilliusADFCond-Regular-lf-t1--lcdfj.tfm) = %{tl_version} -Provides: tex(GilliusADFCond-Regular-lf-t1.tfm) = %{tl_version} -Provides: tex(GilliusADFCond-Regular-lf-ts1--base.tfm) = %{tl_version} -Provides: tex(GilliusADFCond-Regular-lf-ts1.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2-Bold-lf-ly1--base.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2-Bold-lf-ly1--lcdfj.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2-Bold-lf-ly1.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2-Bold-lf-ot1--base.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2-Bold-lf-ot1--lcdfj.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2-Bold-lf-ot1.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2-Bold-lf-t1--base.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2-Bold-lf-t1--lcdfj.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2-Bold-lf-t1.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2-Bold-lf-ts1--base.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2-Bold-lf-ts1.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2-BoldItalic-lf-ly1--base.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2-BoldItalic-lf-ly1--lcdfj.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2-BoldItalic-lf-ly1.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2-BoldItalic-lf-ot1--base.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2-BoldItalic-lf-ot1--lcdfj.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2-BoldItalic-lf-ot1.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2-BoldItalic-lf-t1--base.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2-BoldItalic-lf-t1--lcdfj.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2-BoldItalic-lf-t1.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2-BoldItalic-lf-ts1--base.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2-BoldItalic-lf-ts1.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2-Italic-lf-ly1--base.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2-Italic-lf-ly1--lcdfj.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2-Italic-lf-ly1.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2-Italic-lf-ot1--base.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2-Italic-lf-ot1--lcdfj.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2-Italic-lf-ot1.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2-Italic-lf-t1--base.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2-Italic-lf-t1--lcdfj.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2-Italic-lf-t1.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2-Italic-lf-ts1--base.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2-Italic-lf-ts1.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2-Regular-lf-ly1--base.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2-Regular-lf-ly1--lcdfj.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2-Regular-lf-ly1.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2-Regular-lf-ot1--base.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2-Regular-lf-ot1--lcdfj.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2-Regular-lf-ot1.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2-Regular-lf-t1--base.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2-Regular-lf-t1--lcdfj.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2-Regular-lf-t1.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2-Regular-lf-ts1--base.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2-Regular-lf-ts1.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2Cond-Bold-lf-ly1--base.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2Cond-Bold-lf-ly1--lcdfj.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2Cond-Bold-lf-ly1.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2Cond-Bold-lf-ot1--base.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2Cond-Bold-lf-ot1--lcdfj.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2Cond-Bold-lf-ot1.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2Cond-Bold-lf-t1--base.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2Cond-Bold-lf-t1--lcdfj.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2Cond-Bold-lf-t1.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2Cond-Bold-lf-ts1--base.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2Cond-Bold-lf-ts1.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2Cond-BoldItalic-lf-ly1--base.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2Cond-BoldItalic-lf-ly1--lcdfj.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2Cond-BoldItalic-lf-ly1.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2Cond-BoldItalic-lf-ot1--base.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2Cond-BoldItalic-lf-ot1--lcdfj.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2Cond-BoldItalic-lf-ot1.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2Cond-BoldItalic-lf-t1--base.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2Cond-BoldItalic-lf-t1--lcdfj.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2Cond-BoldItalic-lf-t1.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2Cond-BoldItalic-lf-ts1--base.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2Cond-BoldItalic-lf-ts1.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2Cond-Italic-lf-ly1--base.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2Cond-Italic-lf-ly1--lcdfj.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2Cond-Italic-lf-ly1.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2Cond-Italic-lf-ot1--base.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2Cond-Italic-lf-ot1--lcdfj.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2Cond-Italic-lf-ot1.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2Cond-Italic-lf-t1--base.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2Cond-Italic-lf-t1--lcdfj.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2Cond-Italic-lf-t1.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2Cond-Italic-lf-ts1--base.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2Cond-Italic-lf-ts1.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2Cond-Regular-lf-ly1--base.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2Cond-Regular-lf-ly1--lcdfj.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2Cond-Regular-lf-ly1.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2Cond-Regular-lf-ot1--base.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2Cond-Regular-lf-ot1--lcdfj.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2Cond-Regular-lf-ot1.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2Cond-Regular-lf-t1--base.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2Cond-Regular-lf-t1--lcdfj.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2Cond-Regular-lf-t1.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2Cond-Regular-lf-ts1--base.tfm) = %{tl_version} -Provides: tex(GilliusADFNo2Cond-Regular-lf-ts1.tfm) = %{tl_version} -Provides: tex(GilliusADF-Bold.pfb) = %{tl_version} -Provides: tex(GilliusADF-BoldItalic.pfb) = %{tl_version} -Provides: tex(GilliusADF-BoldItalicLCDFJ.pfb) = %{tl_version} -Provides: tex(GilliusADF-BoldLCDFJ.pfb) = %{tl_version} -Provides: tex(GilliusADF-Italic.pfb) = %{tl_version} -Provides: tex(GilliusADF-ItalicLCDFJ.pfb) = %{tl_version} -Provides: tex(GilliusADF-Regular.pfb) = %{tl_version} -Provides: tex(GilliusADF-RegularLCDFJ.pfb) = %{tl_version} -Provides: tex(GilliusADFCond-Bold.pfb) = %{tl_version} -Provides: tex(GilliusADFCond-BoldItalic.pfb) = %{tl_version} -Provides: tex(GilliusADFCond-BoldItalicLCDFJ.pfb) = %{tl_version} -Provides: tex(GilliusADFCond-BoldLCDFJ.pfb) = %{tl_version} -Provides: tex(GilliusADFCond-Italic.pfb) = %{tl_version} -Provides: tex(GilliusADFCond-ItalicLCDFJ.pfb) = %{tl_version} -Provides: tex(GilliusADFCond-Regular.pfb) = %{tl_version} -Provides: tex(GilliusADFCond-RegularLCDFJ.pfb) = %{tl_version} -Provides: tex(GilliusADFNo2-Bold.pfb) = %{tl_version} -Provides: tex(GilliusADFNo2-BoldItalic.pfb) = %{tl_version} -Provides: tex(GilliusADFNo2-BoldItalicLCDFJ.pfb) = %{tl_version} -Provides: tex(GilliusADFNo2-BoldLCDFJ.pfb) = %{tl_version} -Provides: tex(GilliusADFNo2-Italic.pfb) = %{tl_version} -Provides: tex(GilliusADFNo2-ItalicLCDFJ.pfb) = %{tl_version} -Provides: tex(GilliusADFNo2-Regular.pfb) = %{tl_version} -Provides: tex(GilliusADFNo2-RegularLCDFJ.pfb) = %{tl_version} -Provides: tex(GilliusADFNo2Cond-Bold.pfb) = %{tl_version} -Provides: tex(GilliusADFNo2Cond-BoldItalic.pfb) = %{tl_version} -Provides: tex(GilliusADFNo2Cond-BoldItalicLCDFJ.pfb) = %{tl_version} -Provides: tex(GilliusADFNo2Cond-BoldLCDFJ.pfb) = %{tl_version} -Provides: tex(GilliusADFNo2Cond-Italic.pfb) = %{tl_version} -Provides: tex(GilliusADFNo2Cond-ItalicLCDFJ.pfb) = %{tl_version} -Provides: tex(GilliusADFNo2Cond-Regular.pfb) = %{tl_version} -Provides: tex(GilliusADFNo2Cond-RegularLCDFJ.pfb) = %{tl_version} -Provides: tex(GilliusADF-Bold-lf-ly1.vf) = %{tl_version} -Provides: tex(GilliusADF-Bold-lf-ot1.vf) = %{tl_version} -Provides: tex(GilliusADF-Bold-lf-t1.vf) = %{tl_version} -Provides: tex(GilliusADF-Bold-lf-ts1.vf) = %{tl_version} -Provides: tex(GilliusADF-BoldItalic-lf-ly1.vf) = %{tl_version} -Provides: tex(GilliusADF-BoldItalic-lf-ot1.vf) = %{tl_version} -Provides: tex(GilliusADF-BoldItalic-lf-t1.vf) = %{tl_version} -Provides: tex(GilliusADF-BoldItalic-lf-ts1.vf) = %{tl_version} -Provides: tex(GilliusADF-Italic-lf-ly1.vf) = %{tl_version} -Provides: tex(GilliusADF-Italic-lf-ot1.vf) = %{tl_version} -Provides: tex(GilliusADF-Italic-lf-t1.vf) = %{tl_version} -Provides: tex(GilliusADF-Italic-lf-ts1.vf) = %{tl_version} -Provides: tex(GilliusADF-Regular-lf-ly1.vf) = %{tl_version} -Provides: tex(GilliusADF-Regular-lf-ot1.vf) = %{tl_version} -Provides: tex(GilliusADF-Regular-lf-t1.vf) = %{tl_version} -Provides: tex(GilliusADF-Regular-lf-ts1.vf) = %{tl_version} -Provides: tex(GilliusADFCond-Bold-lf-ly1.vf) = %{tl_version} -Provides: tex(GilliusADFCond-Bold-lf-ot1.vf) = %{tl_version} -Provides: tex(GilliusADFCond-Bold-lf-t1.vf) = %{tl_version} -Provides: tex(GilliusADFCond-Bold-lf-ts1.vf) = %{tl_version} -Provides: tex(GilliusADFCond-BoldItalic-lf-ly1.vf) = %{tl_version} -Provides: tex(GilliusADFCond-BoldItalic-lf-ot1.vf) = %{tl_version} -Provides: tex(GilliusADFCond-BoldItalic-lf-t1.vf) = %{tl_version} -Provides: tex(GilliusADFCond-BoldItalic-lf-ts1.vf) = %{tl_version} -Provides: tex(GilliusADFCond-Italic-lf-ly1.vf) = %{tl_version} -Provides: tex(GilliusADFCond-Italic-lf-ot1.vf) = %{tl_version} -Provides: tex(GilliusADFCond-Italic-lf-t1.vf) = %{tl_version} -Provides: tex(GilliusADFCond-Italic-lf-ts1.vf) = %{tl_version} -Provides: tex(GilliusADFCond-Regular-lf-ly1.vf) = %{tl_version} -Provides: tex(GilliusADFCond-Regular-lf-ot1.vf) = %{tl_version} -Provides: tex(GilliusADFCond-Regular-lf-t1.vf) = %{tl_version} -Provides: tex(GilliusADFCond-Regular-lf-ts1.vf) = %{tl_version} -Provides: tex(GilliusADFNo2-Bold-lf-ly1.vf) = %{tl_version} -Provides: tex(GilliusADFNo2-Bold-lf-ot1.vf) = %{tl_version} -Provides: tex(GilliusADFNo2-Bold-lf-t1.vf) = %{tl_version} -Provides: tex(GilliusADFNo2-Bold-lf-ts1.vf) = %{tl_version} -Provides: tex(GilliusADFNo2-BoldItalic-lf-ly1.vf) = %{tl_version} -Provides: tex(GilliusADFNo2-BoldItalic-lf-ot1.vf) = %{tl_version} -Provides: tex(GilliusADFNo2-BoldItalic-lf-t1.vf) = %{tl_version} -Provides: tex(GilliusADFNo2-BoldItalic-lf-ts1.vf) = %{tl_version} -Provides: tex(GilliusADFNo2-Italic-lf-ly1.vf) = %{tl_version} -Provides: tex(GilliusADFNo2-Italic-lf-ot1.vf) = %{tl_version} -Provides: tex(GilliusADFNo2-Italic-lf-t1.vf) = %{tl_version} -Provides: tex(GilliusADFNo2-Italic-lf-ts1.vf) = %{tl_version} -Provides: tex(GilliusADFNo2-Regular-lf-ly1.vf) = %{tl_version} -Provides: tex(GilliusADFNo2-Regular-lf-ot1.vf) = %{tl_version} -Provides: tex(GilliusADFNo2-Regular-lf-t1.vf) = %{tl_version} -Provides: tex(GilliusADFNo2-Regular-lf-ts1.vf) = %{tl_version} -Provides: tex(GilliusADFNo2Cond-Bold-lf-ly1.vf) = %{tl_version} -Provides: tex(GilliusADFNo2Cond-Bold-lf-ot1.vf) = %{tl_version} -Provides: tex(GilliusADFNo2Cond-Bold-lf-t1.vf) = %{tl_version} -Provides: tex(GilliusADFNo2Cond-Bold-lf-ts1.vf) = %{tl_version} -Provides: tex(GilliusADFNo2Cond-BoldItalic-lf-ly1.vf) = %{tl_version} -Provides: tex(GilliusADFNo2Cond-BoldItalic-lf-ot1.vf) = %{tl_version} -Provides: tex(GilliusADFNo2Cond-BoldItalic-lf-t1.vf) = %{tl_version} -Provides: tex(GilliusADFNo2Cond-BoldItalic-lf-ts1.vf) = %{tl_version} -Provides: tex(GilliusADFNo2Cond-Italic-lf-ly1.vf) = %{tl_version} -Provides: tex(GilliusADFNo2Cond-Italic-lf-ot1.vf) = %{tl_version} -Provides: tex(GilliusADFNo2Cond-Italic-lf-t1.vf) = %{tl_version} -Provides: tex(GilliusADFNo2Cond-Italic-lf-ts1.vf) = %{tl_version} -Provides: tex(GilliusADFNo2Cond-Regular-lf-ly1.vf) = %{tl_version} -Provides: tex(GilliusADFNo2Cond-Regular-lf-ot1.vf) = %{tl_version} -Provides: tex(GilliusADFNo2Cond-Regular-lf-t1.vf) = %{tl_version} -Provides: tex(GilliusADFNo2Cond-Regular-lf-ts1.vf) = %{tl_version} -Provides: tex(LY1GilliusADF-LF.fd) = %{tl_version} -Provides: tex(LY1GilliusADFCond-LF.fd) = %{tl_version} -Provides: tex(LY1GilliusADFNoTwo-LF.fd) = %{tl_version} -Provides: tex(LY1GilliusADFNoTwoCond-LF.fd) = %{tl_version} -Provides: tex(OT1GilliusADF-LF.fd) = %{tl_version} -Provides: tex(OT1GilliusADFCond-LF.fd) = %{tl_version} -Provides: tex(OT1GilliusADFNoTwo-LF.fd) = %{tl_version} -Provides: tex(OT1GilliusADFNoTwoCond-LF.fd) = %{tl_version} -Provides: tex(T1GilliusADF-LF.fd) = %{tl_version} -Provides: tex(T1GilliusADFCond-LF.fd) = %{tl_version} -Provides: tex(T1GilliusADFNoTwo-LF.fd) = %{tl_version} -Provides: tex(T1GilliusADFNoTwoCond-LF.fd) = %{tl_version} -Provides: tex(TS1GilliusADF-LF.fd) = %{tl_version} -Provides: tex(TS1GilliusADFCond-LF.fd) = %{tl_version} -Provides: tex(TS1GilliusADFNoTwo-LF.fd) = %{tl_version} -Provides: tex(TS1GilliusADFNoTwoCond-LF.fd) = %{tl_version} -Provides: tex(gillius.sty) = %{tl_version} -Provides: tex(gillius2.sty) = %{tl_version} - -%description gillius -This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX -support for the Gillius and Gillius No. 2 families of sans -serif fonts and condensed versions of them, designed by Hirwen -Harendal. According to the designer, the fonts were inspired by -Gill Sans. - -%package gillius-doc -Summary: Documentation for gillius -Version: svn32068.0 - -Provides: tex-gillius-doc -AutoReqProv: No - -%description gillius-doc -Documentation for gillius - -%package gnu-freefont -Provides: tex-gnu-freefont = %{tl_version} -License: GPLv3+ -Summary: A Unicode font, with rather wide coverage -Version: svn29349.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(FreeMono.otf) = %{tl_version} -Provides: tex(FreeMonoBold.otf) = %{tl_version} -Provides: tex(FreeMonoBoldOblique.otf) = %{tl_version} -Provides: tex(FreeMonoOblique.otf) = %{tl_version} -Provides: tex(FreeSans.otf) = %{tl_version} -Provides: tex(FreeSansBold.otf) = %{tl_version} -Provides: tex(FreeSansBoldOblique.otf) = %{tl_version} -Provides: tex(FreeSansOblique.otf) = %{tl_version} -Provides: tex(FreeSerif.otf) = %{tl_version} -Provides: tex(FreeSerifBold.otf) = %{tl_version} -Provides: tex(FreeSerifBoldItalic.otf) = %{tl_version} -Provides: tex(FreeSerifItalic.otf) = %{tl_version} -Provides: tex(FreeMono.ttf) = %{tl_version} -Provides: tex(FreeMonoBold.ttf) = %{tl_version} -Provides: tex(FreeMonoBoldOblique.ttf) = %{tl_version} -Provides: tex(FreeMonoOblique.ttf) = %{tl_version} -Provides: tex(FreeSans.ttf) = %{tl_version} -Provides: tex(FreeSansBold.ttf) = %{tl_version} -Provides: tex(FreeSansBoldOblique.ttf) = %{tl_version} -Provides: tex(FreeSansOblique.ttf) = %{tl_version} -Provides: tex(FreeSerif.ttf) = %{tl_version} -Provides: tex(FreeSerifBold.ttf) = %{tl_version} -Provides: tex(FreeSerifBoldItalic.ttf) = %{tl_version} -Provides: tex(FreeSerifItalic.ttf) = %{tl_version} - -%description gnu-freefont -The package provides a set of outline (i.e. OpenType) fonts -covering as much as possible of the Unicode character set. The -set consists of three typefaces: one monospaced and two -proportional (one with uniform and one with modulated stroke). - -%package gnu-freefont-doc -Summary: Documentation for gnu-freefont -Version: svn29349.0 - -Provides: tex-gnu-freefont-doc -AutoReqProv: No - -%description gnu-freefont-doc -Documentation for gnu-freefont - -%package gothic -Provides: tex-gothic = %{tl_version} -License: Public Domain -Summary: A collection of old German-style fonts -Version: svn49869 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(cmfrak.tfm) = %{tl_version} -Provides: tex(schwell.tfm) = %{tl_version} -Provides: tex(suet14.tfm) = %{tl_version} -Provides: tex(yfrak.tfm) = %{tl_version} -Provides: tex(ygoth.tfm) = %{tl_version} -Provides: tex(yinit.tfm) = %{tl_version} -Provides: tex(ysmfrak.tfm) = %{tl_version} -Provides: tex(yswab.tfm) = %{tl_version} - -%description gothic -A collection of fonts that reproduce those used in "old German" -printing and handwriting. The set comprises Gothic, Schwabacher -and Fraktur fonts, a pair of handwriting fonts, Sutterlin and -Schwell, and a font containing decorative initials. In -addition, there are two re-encoding packages for Haralambous's -fonts, providing T1, using virtual fonts, and OT1 and T1, using -Metafont. - -%package gothic-doc -Summary: Documentation for gothic -Version: svn49869 -Provides: tex-gothic-doc -AutoReqProv: No - -%description gothic-doc -Documentation for gothic - -%package greenpoint -Provides: tex-greenpoint = %{tl_version} -License: GPL+ -Summary: The Green Point logo -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(greenpoint.tfm) = %{tl_version} - -%description greenpoint -A Metafont-implementation of the logo commonly known as 'Der -Grune Punkt' ('The Green Point'). In Austria, it can be found -on nearly every bottle. It should not be confused with the -'Recycle'-logo, implemented by Ian Green. - -%package greenpoint-doc -Summary: Documentation for greenpoint -Version: svn15878.0 - -Provides: tex-greenpoint-doc -AutoReqProv: No - -%description greenpoint-doc -Documentation for greenpoint - -%package grotesq -Provides: tex-grotesq = %{tl_version} -License: GPL+ -Summary: URW Grotesq font pack for LaTeX -Version: svn35859.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(ugq.map) = %{tl_version} -Provides: tex(ugqb7t.tfm) = %{tl_version} -Provides: tex(ugqb8a.tfm) = %{tl_version} -Provides: tex(ugqb8c.tfm) = %{tl_version} -Provides: tex(ugqb8r.tfm) = %{tl_version} -Provides: tex(ugqb8t.tfm) = %{tl_version} -Provides: tex(ugqbo7t.tfm) = %{tl_version} -Provides: tex(ugqbo8c.tfm) = %{tl_version} -Provides: tex(ugqbo8r.tfm) = %{tl_version} -Provides: tex(ugqbo8t.tfm) = %{tl_version} -Provides: tex(ugqb8a.pfb) = %{tl_version} -Provides: tex(ugqb7t.vf) = %{tl_version} -Provides: tex(ugqb8c.vf) = %{tl_version} -Provides: tex(ugqb8t.vf) = %{tl_version} -Provides: tex(ugqbo7t.vf) = %{tl_version} -Provides: tex(ugqbo8c.vf) = %{tl_version} -Provides: tex(ugqbo8t.vf) = %{tl_version} -Provides: tex(ot1ugq.fd) = %{tl_version} -Provides: tex(t1ugq.fd) = %{tl_version} -Provides: tex(ts1ugq.fd) = %{tl_version} - -%description grotesq -The directory contains a copy of the Type 1 font "URW Grotesq -2031 Bold' released under the GPL by URW, with supporting files -for use with (La)TeX. - -%package grotesq-doc -Summary: Documentation for grotesq -Version: svn35859.0 - -Provides: tex-grotesq-doc -AutoReqProv: No - -%description grotesq-doc -Documentation for grotesq - -%package hacm -Provides: tex-hacm = %{tl_version} -License: LPPL 1.3 -Summary: Font support for the Arka language -Version: svn27671.0.1 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(hacm.map) = %{tl_version} -Provides: tex(alblant.tfm) = %{tl_version} -Provides: tex(defans.tfm) = %{tl_version} -Provides: tex(fenlil.tfm) = %{tl_version} -Provides: tex(fialis.tfm) = %{tl_version} -Provides: tex(inje.tfm) = %{tl_version} -Provides: tex(kardinal.tfm) = %{tl_version} -Provides: tex(lantia.tfm) = %{tl_version} -Provides: tex(nalnia.tfm) = %{tl_version} -Provides: tex(olivia.tfm) = %{tl_version} -Provides: tex(ralblant.tfm) = %{tl_version} -Provides: tex(rdefans.tfm) = %{tl_version} -Provides: tex(rfenlil.tfm) = %{tl_version} -Provides: tex(rfialis.tfm) = %{tl_version} -Provides: tex(rinje.tfm) = %{tl_version} -Provides: tex(rkardinal.tfm) = %{tl_version} -Provides: tex(rlantia.tfm) = %{tl_version} -Provides: tex(rnalnia.tfm) = %{tl_version} -Provides: tex(rolivia.tfm) = %{tl_version} -Provides: tex(alblant.pfb) = %{tl_version} -Provides: tex(defans.pfb) = %{tl_version} -Provides: tex(fenlil.pfb) = %{tl_version} -Provides: tex(fialis.pfb) = %{tl_version} -Provides: tex(inje.pfb) = %{tl_version} -Provides: tex(kardinal.pfb) = %{tl_version} -Provides: tex(lantia.pfb) = %{tl_version} -Provides: tex(nalnia.pfb) = %{tl_version} -Provides: tex(olivia.pfb) = %{tl_version} -Provides: tex(alblant.vf) = %{tl_version} -Provides: tex(defans.vf) = %{tl_version} -Provides: tex(fenlil.vf) = %{tl_version} -Provides: tex(fialis.vf) = %{tl_version} -Provides: tex(inje.vf) = %{tl_version} -Provides: tex(kardinal.vf) = %{tl_version} -Provides: tex(lantia.vf) = %{tl_version} -Provides: tex(nalnia.vf) = %{tl_version} -Provides: tex(olivia.vf) = %{tl_version} -Provides: tex(hacm.sty) = %{tl_version} -Provides: tex(ot1halb.fd) = %{tl_version} -Provides: tex(ot1hdef.fd) = %{tl_version} -Provides: tex(ot1hfen.fd) = %{tl_version} -Provides: tex(ot1hfia.fd) = %{tl_version} -Provides: tex(ot1hinj.fd) = %{tl_version} -Provides: tex(ot1hkar.fd) = %{tl_version} -Provides: tex(ot1hlan.fd) = %{tl_version} - -%description hacm -The package supports typesetting hacm, the alphabet of the -constructed language Arka. The bundle provides nine official -fonts, in Adobe Type 1 format. - -%package hacm-doc -Summary: Documentation for hacm -Version: svn27671.0.1 - -Provides: tex-hacm-doc -AutoReqProv: No - -%description hacm-doc -Documentation for hacm - -%package hands -Provides: tex-hands = %{tl_version} -License: Public Domain -Summary: Pointing hand font -Version: svn13293.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(hands.tfm) = %{tl_version} - -%description hands -Provides right- and left-pointing hands in both black-on-white -and white-on-black realisation. The font is distributed as -Metafont source. - -%package heuristica -Provides: tex-heuristica = %{tl_version} -License: OFL -Summary: Fonts extending Utopia, with LaTeX support files -Version: svn51362 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fontenc.sty) -Requires: tex(textcomp.sty) -Requires: tex(mweights.sty) -Requires: tex(etoolbox.sty) -Requires: tex(fontaxes.sty) -Requires: tex(xkeyval.sty) -Provides: tex(zut_5b7xz5.enc) = %{tl_version} -Provides: tex(zut_bavnqe.enc) = %{tl_version} -Provides: tex(zut_ckaykl.enc) = %{tl_version} -Provides: tex(zut_cq6rqq.enc) = %{tl_version} -Provides: tex(zut_cvig5d.enc) = %{tl_version} -Provides: tex(zut_d3dvo4.enc) = %{tl_version} -Provides: tex(zut_dcwkkw.enc) = %{tl_version} -Provides: tex(zut_dhvb6d.enc) = %{tl_version} -Provides: tex(zut_dvh2xl.enc) = %{tl_version} -Provides: tex(zut_e7tlds.enc) = %{tl_version} -Provides: tex(zut_edf5gu.enc) = %{tl_version} -Provides: tex(zut_etrbro.enc) = %{tl_version} -Provides: tex(zut_evgarn.enc) = %{tl_version} -Provides: tex(zut_f5n2rf.enc) = %{tl_version} -Provides: tex(zut_fc3mov.enc) = %{tl_version} -Provides: tex(zut_flhghs.enc) = %{tl_version} -Provides: tex(zut_g4w54e.enc) = %{tl_version} -Provides: tex(zut_geqeyh.enc) = %{tl_version} -Provides: tex(zut_hbxdik.enc) = %{tl_version} -Provides: tex(zut_hln2hy.enc) = %{tl_version} -Provides: tex(zut_hvy566.enc) = %{tl_version} -Provides: tex(zut_ijw3px.enc) = %{tl_version} -Provides: tex(zut_it5nv3.enc) = %{tl_version} -Provides: tex(zut_j3hjx2.enc) = %{tl_version} -Provides: tex(zut_k42udk.enc) = %{tl_version} -Provides: tex(zut_n2gc2n.enc) = %{tl_version} -Provides: tex(zut_nvi5ys.enc) = %{tl_version} -Provides: tex(zut_qy67bk.enc) = %{tl_version} -Provides: tex(zut_rhmrtx.enc) = %{tl_version} -Provides: tex(zut_rutxxy.enc) = %{tl_version} -Provides: tex(zut_tfeu3y.enc) = %{tl_version} -Provides: tex(zut_thxlbm.enc) = %{tl_version} -Provides: tex(zut_tsvs4d.enc) = %{tl_version} -Provides: tex(zut_u7pc6m.enc) = %{tl_version} -Provides: tex(zut_ul3ofd.enc) = %{tl_version} -Provides: tex(zut_v7it2w.enc) = %{tl_version} -Provides: tex(zut_vaioc2.enc) = %{tl_version} -Provides: tex(zut_vtjod4.enc) = %{tl_version} -Provides: tex(zut_ysltpx.enc) = %{tl_version} -Provides: tex(zut_zk7stm.enc) = %{tl_version} -Provides: tex(zut_zl5g24.enc) = %{tl_version} -Provides: tex(Heuristica.map) = %{tl_version} -Provides: tex(Heuristica-Bold.otf) = %{tl_version} -Provides: tex(Heuristica-BoldItalic.otf) = %{tl_version} -Provides: tex(Heuristica-Italic.otf) = %{tl_version} -Provides: tex(Heuristica-Regular.otf) = %{tl_version} -Provides: tex(Heuristica-Bold-inf-ly1.tfm) = %{tl_version} -Provides: tex(Heuristica-Bold-inf-t1--base.tfm) = %{tl_version} -Provides: tex(Heuristica-Bold-inf-t1.tfm) = %{tl_version} -Provides: tex(Heuristica-Bold-inf-t2a.tfm) = %{tl_version} -Provides: tex(Heuristica-Bold-inf-t2b.tfm) = %{tl_version} -Provides: tex(Heuristica-Bold-inf-t2c.tfm) = %{tl_version} -Provides: tex(Heuristica-Bold-sup-ly1.tfm) = %{tl_version} -Provides: tex(Heuristica-Bold-sup-t1--base.tfm) = %{tl_version} -Provides: tex(Heuristica-Bold-sup-t1.tfm) = %{tl_version} -Provides: tex(Heuristica-Bold-sup-t2a.tfm) = %{tl_version} -Provides: tex(Heuristica-Bold-sup-t2b.tfm) = %{tl_version} -Provides: tex(Heuristica-Bold-sup-t2c.tfm) = %{tl_version} -Provides: tex(Heuristica-Bold-tlf-ly1.tfm) = %{tl_version} -Provides: tex(Heuristica-Bold-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(Heuristica-Bold-tlf-t1.tfm) = %{tl_version} -Provides: tex(Heuristica-Bold-tlf-t2a.tfm) = %{tl_version} -Provides: tex(Heuristica-Bold-tlf-t2b.tfm) = %{tl_version} -Provides: tex(Heuristica-Bold-tlf-t2c.tfm) = %{tl_version} -Provides: tex(Heuristica-Bold-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(Heuristica-Bold-tlf-ts1.tfm) = %{tl_version} -Provides: tex(Heuristica-Bold-tosf-ly1.tfm) = %{tl_version} -Provides: tex(Heuristica-Bold-tosf-t1--base.tfm) = %{tl_version} -Provides: tex(Heuristica-Bold-tosf-t1.tfm) = %{tl_version} -Provides: tex(Heuristica-Bold-tosf-t2a.tfm) = %{tl_version} -Provides: tex(Heuristica-Bold-tosf-t2b.tfm) = %{tl_version} -Provides: tex(Heuristica-Bold-tosf-t2c.tfm) = %{tl_version} -Provides: tex(Heuristica-Bold-tosf-ts1--base.tfm) = %{tl_version} -Provides: tex(Heuristica-Bold-tosf-ts1.tfm) = %{tl_version} -Provides: tex(Heuristica-BoldItalic-inf-ly1.tfm) = %{tl_version} -Provides: tex(Heuristica-BoldItalic-inf-t1--base.tfm) = %{tl_version} -Provides: tex(Heuristica-BoldItalic-inf-t1.tfm) = %{tl_version} -Provides: tex(Heuristica-BoldItalic-inf-t2a.tfm) = %{tl_version} -Provides: tex(Heuristica-BoldItalic-inf-t2b.tfm) = %{tl_version} -Provides: tex(Heuristica-BoldItalic-inf-t2c.tfm) = %{tl_version} -Provides: tex(Heuristica-BoldItalic-sup-ly1.tfm) = %{tl_version} -Provides: tex(Heuristica-BoldItalic-sup-t1--base.tfm) = %{tl_version} -Provides: tex(Heuristica-BoldItalic-sup-t1.tfm) = %{tl_version} -Provides: tex(Heuristica-BoldItalic-sup-t2a.tfm) = %{tl_version} -Provides: tex(Heuristica-BoldItalic-sup-t2b.tfm) = %{tl_version} -Provides: tex(Heuristica-BoldItalic-sup-t2c.tfm) = %{tl_version} -Provides: tex(Heuristica-BoldItalic-tlf-ly1.tfm) = %{tl_version} -Provides: tex(Heuristica-BoldItalic-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(Heuristica-BoldItalic-tlf-t1.tfm) = %{tl_version} -Provides: tex(Heuristica-BoldItalic-tlf-t2a.tfm) = %{tl_version} -Provides: tex(Heuristica-BoldItalic-tlf-t2b.tfm) = %{tl_version} -Provides: tex(Heuristica-BoldItalic-tlf-t2c.tfm) = %{tl_version} -Provides: tex(Heuristica-BoldItalic-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(Heuristica-BoldItalic-tlf-ts1.tfm) = %{tl_version} -Provides: tex(Heuristica-BoldItalic-tosf-ly1.tfm) = %{tl_version} -Provides: tex(Heuristica-BoldItalic-tosf-t1--base.tfm) = %{tl_version} -Provides: tex(Heuristica-BoldItalic-tosf-t1.tfm) = %{tl_version} -Provides: tex(Heuristica-BoldItalic-tosf-t2a.tfm) = %{tl_version} -Provides: tex(Heuristica-BoldItalic-tosf-t2b.tfm) = %{tl_version} -Provides: tex(Heuristica-BoldItalic-tosf-t2c.tfm) = %{tl_version} -Provides: tex(Heuristica-BoldItalic-tosf-ts1--base.tfm) = %{tl_version} -Provides: tex(Heuristica-BoldItalic-tosf-ts1.tfm) = %{tl_version} -Provides: tex(Heuristica-Italic-inf-ly1.tfm) = %{tl_version} -Provides: tex(Heuristica-Italic-inf-t1--base.tfm) = %{tl_version} -Provides: tex(Heuristica-Italic-inf-t1.tfm) = %{tl_version} -Provides: tex(Heuristica-Italic-inf-t2a.tfm) = %{tl_version} -Provides: tex(Heuristica-Italic-inf-t2b.tfm) = %{tl_version} -Provides: tex(Heuristica-Italic-inf-t2c.tfm) = %{tl_version} -Provides: tex(Heuristica-Italic-sup-ly1.tfm) = %{tl_version} -Provides: tex(Heuristica-Italic-sup-t1--base.tfm) = %{tl_version} -Provides: tex(Heuristica-Italic-sup-t1.tfm) = %{tl_version} -Provides: tex(Heuristica-Italic-sup-t2a.tfm) = %{tl_version} -Provides: tex(Heuristica-Italic-sup-t2b.tfm) = %{tl_version} -Provides: tex(Heuristica-Italic-sup-t2c.tfm) = %{tl_version} -Provides: tex(Heuristica-Italic-tlf-ly1.tfm) = %{tl_version} -Provides: tex(Heuristica-Italic-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(Heuristica-Italic-tlf-t1.tfm) = %{tl_version} -Provides: tex(Heuristica-Italic-tlf-t2a.tfm) = %{tl_version} -Provides: tex(Heuristica-Italic-tlf-t2b.tfm) = %{tl_version} -Provides: tex(Heuristica-Italic-tlf-t2c.tfm) = %{tl_version} -Provides: tex(Heuristica-Italic-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(Heuristica-Italic-tlf-ts1.tfm) = %{tl_version} -Provides: tex(Heuristica-Italic-tosf-ly1.tfm) = %{tl_version} -Provides: tex(Heuristica-Italic-tosf-t1--base.tfm) = %{tl_version} -Provides: tex(Heuristica-Italic-tosf-t1.tfm) = %{tl_version} -Provides: tex(Heuristica-Italic-tosf-t2a.tfm) = %{tl_version} -Provides: tex(Heuristica-Italic-tosf-t2b.tfm) = %{tl_version} -Provides: tex(Heuristica-Italic-tosf-t2c.tfm) = %{tl_version} -Provides: tex(Heuristica-Italic-tosf-ts1--base.tfm) = %{tl_version} -Provides: tex(Heuristica-Italic-tosf-ts1.tfm) = %{tl_version} -Provides: tex(Heuristica-Regular-inf-ly1.tfm) = %{tl_version} -Provides: tex(Heuristica-Regular-inf-t1--base.tfm) = %{tl_version} -Provides: tex(Heuristica-Regular-inf-t1.tfm) = %{tl_version} -Provides: tex(Heuristica-Regular-inf-t2a.tfm) = %{tl_version} -Provides: tex(Heuristica-Regular-inf-t2b.tfm) = %{tl_version} -Provides: tex(Heuristica-Regular-inf-t2c.tfm) = %{tl_version} -Provides: tex(Heuristica-Regular-sup-ly1.tfm) = %{tl_version} -Provides: tex(Heuristica-Regular-sup-t1--base.tfm) = %{tl_version} -Provides: tex(Heuristica-Regular-sup-t1.tfm) = %{tl_version} -Provides: tex(Heuristica-Regular-sup-t2a.tfm) = %{tl_version} -Provides: tex(Heuristica-Regular-sup-t2b.tfm) = %{tl_version} -Provides: tex(Heuristica-Regular-sup-t2c.tfm) = %{tl_version} -Provides: tex(Heuristica-Regular-tlf-ly1.tfm) = %{tl_version} -Provides: tex(Heuristica-Regular-tlf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(Heuristica-Regular-tlf-sc-ly1.tfm) = %{tl_version} -Provides: tex(Heuristica-Regular-tlf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(Heuristica-Regular-tlf-sc-t1.tfm) = %{tl_version} -Provides: tex(Heuristica-Regular-tlf-sc-t2a.tfm) = %{tl_version} -Provides: tex(Heuristica-Regular-tlf-sc-t2b.tfm) = %{tl_version} -Provides: tex(Heuristica-Regular-tlf-sc-t2c.tfm) = %{tl_version} -Provides: tex(Heuristica-Regular-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(Heuristica-Regular-tlf-t1.tfm) = %{tl_version} -Provides: tex(Heuristica-Regular-tlf-t2a.tfm) = %{tl_version} -Provides: tex(Heuristica-Regular-tlf-t2b.tfm) = %{tl_version} -Provides: tex(Heuristica-Regular-tlf-t2c.tfm) = %{tl_version} -Provides: tex(Heuristica-Regular-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(Heuristica-Regular-tlf-ts1.tfm) = %{tl_version} -Provides: tex(Heuristica-Regular-tosf-ly1.tfm) = %{tl_version} -Provides: tex(Heuristica-Regular-tosf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(Heuristica-Regular-tosf-sc-ly1.tfm) = %{tl_version} -Provides: tex(Heuristica-Regular-tosf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(Heuristica-Regular-tosf-sc-t1.tfm) = %{tl_version} -Provides: tex(Heuristica-Regular-tosf-sc-t2a.tfm) = %{tl_version} -Provides: tex(Heuristica-Regular-tosf-sc-t2b.tfm) = %{tl_version} -Provides: tex(Heuristica-Regular-tosf-sc-t2c.tfm) = %{tl_version} -Provides: tex(Heuristica-Regular-tosf-t1--base.tfm) = %{tl_version} -Provides: tex(Heuristica-Regular-tosf-t1.tfm) = %{tl_version} -Provides: tex(Heuristica-Regular-tosf-t2a.tfm) = %{tl_version} -Provides: tex(Heuristica-Regular-tosf-t2b.tfm) = %{tl_version} -Provides: tex(Heuristica-Regular-tosf-t2c.tfm) = %{tl_version} -Provides: tex(Heuristica-Regular-tosf-ts1--base.tfm) = %{tl_version} -Provides: tex(Heuristica-Regular-tosf-ts1.tfm) = %{tl_version} -Provides: tex(Heuristica-Bold.pfb) = %{tl_version} -Provides: tex(Heuristica-BoldItalic.pfb) = %{tl_version} -Provides: tex(Heuristica-Italic.pfb) = %{tl_version} -Provides: tex(Heuristica-Regular.pfb) = %{tl_version} -Provides: tex(Heuristica-Bold-inf-t1.vf) = %{tl_version} -Provides: tex(Heuristica-Bold-sup-t1.vf) = %{tl_version} -Provides: tex(Heuristica-Bold-tlf-t1.vf) = %{tl_version} -Provides: tex(Heuristica-Bold-tlf-ts1.vf) = %{tl_version} -Provides: tex(Heuristica-Bold-tosf-t1.vf) = %{tl_version} -Provides: tex(Heuristica-Bold-tosf-ts1.vf) = %{tl_version} -Provides: tex(Heuristica-BoldItalic-inf-t1.vf) = %{tl_version} -Provides: tex(Heuristica-BoldItalic-sup-t1.vf) = %{tl_version} -Provides: tex(Heuristica-BoldItalic-tlf-t1.vf) = %{tl_version} -Provides: tex(Heuristica-BoldItalic-tlf-ts1.vf) = %{tl_version} -Provides: tex(Heuristica-BoldItalic-tosf-t1.vf) = %{tl_version} -Provides: tex(Heuristica-BoldItalic-tosf-ts1.vf) = %{tl_version} -Provides: tex(Heuristica-Italic-inf-t1.vf) = %{tl_version} -Provides: tex(Heuristica-Italic-sup-t1.vf) = %{tl_version} -Provides: tex(Heuristica-Italic-tlf-t1.vf) = %{tl_version} -Provides: tex(Heuristica-Italic-tlf-ts1.vf) = %{tl_version} -Provides: tex(Heuristica-Italic-tosf-t1.vf) = %{tl_version} -Provides: tex(Heuristica-Italic-tosf-ts1.vf) = %{tl_version} -Provides: tex(Heuristica-Regular-inf-t1.vf) = %{tl_version} -Provides: tex(Heuristica-Regular-sup-t1.vf) = %{tl_version} -Provides: tex(Heuristica-Regular-tlf-sc-ly1.vf) = %{tl_version} -Provides: tex(Heuristica-Regular-tlf-sc-t1.vf) = %{tl_version} -Provides: tex(Heuristica-Regular-tlf-t1.vf) = %{tl_version} -Provides: tex(Heuristica-Regular-tlf-ts1.vf) = %{tl_version} -Provides: tex(Heuristica-Regular-tosf-sc-ly1.vf) = %{tl_version} -Provides: tex(Heuristica-Regular-tosf-sc-t1.vf) = %{tl_version} -Provides: tex(Heuristica-Regular-tosf-t1.vf) = %{tl_version} -Provides: tex(Heuristica-Regular-tosf-ts1.vf) = %{tl_version} -Provides: tex(LY1Heuristica-Inf.fd) = %{tl_version} -Provides: tex(LY1Heuristica-Sup.fd) = %{tl_version} -Provides: tex(LY1Heuristica-TLF.fd) = %{tl_version} -Provides: tex(LY1Heuristica-TOsF.fd) = %{tl_version} -Provides: tex(T1Heuristica-Inf.fd) = %{tl_version} -Provides: tex(T1Heuristica-Sup.fd) = %{tl_version} -Provides: tex(T1Heuristica-TLF.fd) = %{tl_version} -Provides: tex(T1Heuristica-TOsF.fd) = %{tl_version} -Provides: tex(T2AHeuristica-Inf.fd) = %{tl_version} -Provides: tex(T2AHeuristica-Sup.fd) = %{tl_version} -Provides: tex(T2AHeuristica-TLF.fd) = %{tl_version} -Provides: tex(T2AHeuristica-TOsF.fd) = %{tl_version} -Provides: tex(T2BHeuristica-Inf.fd) = %{tl_version} -Provides: tex(T2BHeuristica-Sup.fd) = %{tl_version} -Provides: tex(T2BHeuristica-TLF.fd) = %{tl_version} -Provides: tex(T2BHeuristica-TOsF.fd) = %{tl_version} -Provides: tex(T2CHeuristica-Inf.fd) = %{tl_version} -Provides: tex(T2CHeuristica-Sup.fd) = %{tl_version} -Provides: tex(T2CHeuristica-TLF.fd) = %{tl_version} -Provides: tex(T2CHeuristica-TOsF.fd) = %{tl_version} -Provides: tex(TS1Heuristica-TLF.fd) = %{tl_version} -Provides: tex(TS1Heuristica-TOsF.fd) = %{tl_version} -Provides: tex(heuristica.sty) = %{tl_version} - -%description heuristica -The fonts extend the utopia set with Cyrillic glyphs, -additional figure styles, ligatures and Small Caps in Regular -style only. Macro support, and maths fonts that match the -Utopia family, are provided by the Fourier and the Mathdesign -font packages. - -%package heuristica-doc -Summary: Documentation for heuristica -Version: svn51362 -Provides: tex-heuristica-doc -AutoReqProv: No - -%description heuristica-doc -Documentation for heuristica - -%package hfbright -Provides: tex-hfbright = %{tl_version} -License: LPPL -Summary: The hfbright fonts -Version: svn29349.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(hfmital.enc) = %{tl_version} -Provides: tex(hfmsa.enc) = %{tl_version} -Provides: tex(hfmsb.enc) = %{tl_version} -Provides: tex(hfmsym.enc) = %{tl_version} -Provides: tex(hfot1.enc) = %{tl_version} -Provides: tex(hfbright.map) = %{tl_version} -Provides: tex(hfbr10.pfb) = %{tl_version} -Provides: tex(hfbr17.pfb) = %{tl_version} -Provides: tex(hfbr8.pfb) = %{tl_version} -Provides: tex(hfbr9.pfb) = %{tl_version} -Provides: tex(hfbras10.pfb) = %{tl_version} -Provides: tex(hfbras8.pfb) = %{tl_version} -Provides: tex(hfbras9.pfb) = %{tl_version} -Provides: tex(hfbrbs10.pfb) = %{tl_version} -Provides: tex(hfbrbs8.pfb) = %{tl_version} -Provides: tex(hfbrbs9.pfb) = %{tl_version} -Provides: tex(hfbrbx10.pfb) = %{tl_version} -Provides: tex(hfbrmb10.pfb) = %{tl_version} -Provides: tex(hfbrmi10.pfb) = %{tl_version} -Provides: tex(hfbrmi8.pfb) = %{tl_version} -Provides: tex(hfbrmi9.pfb) = %{tl_version} -Provides: tex(hfbrsl10.pfb) = %{tl_version} -Provides: tex(hfbrsl17.pfb) = %{tl_version} -Provides: tex(hfbrsl8.pfb) = %{tl_version} -Provides: tex(hfbrsl9.pfb) = %{tl_version} -Provides: tex(hfbrsy10.pfb) = %{tl_version} -Provides: tex(hfbrsy8.pfb) = %{tl_version} -Provides: tex(hfbrsy9.pfb) = %{tl_version} -Provides: tex(hfsltl10.pfb) = %{tl_version} -Provides: tex(hftl10.pfb) = %{tl_version} - -%description hfbright -These are Adobe Type 1 versions of the OT1-encoded and maths -parts of the Computer Modern Bright fonts. - -%package hfbright-doc -Summary: Documentation for hfbright -Version: svn29349.0 - -Provides: tex-hfbright-doc -AutoReqProv: No - -%description hfbright-doc -Documentation for hfbright - -%package hfoldsty -Provides: tex-hfoldsty = %{tl_version} -License: GPL+ -Summary: Old style numerals with EC fonts -Version: svn29349.1.15 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(fontenc.sty) -Requires: tex(fix-cm.sty) -Requires: tex(ifthen.sty) -Provides: tex(hfobi0500.tfm) = %{tl_version} -Provides: tex(hfobi0600.tfm) = %{tl_version} -Provides: tex(hfobi0700.tfm) = %{tl_version} -Provides: tex(hfobi0800.tfm) = %{tl_version} -Provides: tex(hfobi0900.tfm) = %{tl_version} -Provides: tex(hfobi1000.tfm) = %{tl_version} -Provides: tex(hfobi1095.tfm) = %{tl_version} -Provides: tex(hfobi1200.tfm) = %{tl_version} -Provides: tex(hfobi1440.tfm) = %{tl_version} -Provides: tex(hfobi1728.tfm) = %{tl_version} -Provides: tex(hfobi2074.tfm) = %{tl_version} -Provides: tex(hfobi2488.tfm) = %{tl_version} -Provides: tex(hfobi2986.tfm) = %{tl_version} -Provides: tex(hfobi3583.tfm) = %{tl_version} -Provides: tex(hfobl0500.tfm) = %{tl_version} -Provides: tex(hfobl0600.tfm) = %{tl_version} -Provides: tex(hfobl0700.tfm) = %{tl_version} -Provides: tex(hfobl0800.tfm) = %{tl_version} -Provides: tex(hfobl0900.tfm) = %{tl_version} -Provides: tex(hfobl1000.tfm) = %{tl_version} -Provides: tex(hfobl1095.tfm) = %{tl_version} -Provides: tex(hfobl1200.tfm) = %{tl_version} -Provides: tex(hfobl1440.tfm) = %{tl_version} -Provides: tex(hfobl1728.tfm) = %{tl_version} -Provides: tex(hfobl2074.tfm) = %{tl_version} -Provides: tex(hfobl2488.tfm) = %{tl_version} -Provides: tex(hfobl2986.tfm) = %{tl_version} -Provides: tex(hfobl3583.tfm) = %{tl_version} -Provides: tex(hfobx0500.tfm) = %{tl_version} -Provides: tex(hfobx0600.tfm) = %{tl_version} -Provides: tex(hfobx0700.tfm) = %{tl_version} -Provides: tex(hfobx0800.tfm) = %{tl_version} -Provides: tex(hfobx0900.tfm) = %{tl_version} -Provides: tex(hfobx1000.tfm) = %{tl_version} -Provides: tex(hfobx1095.tfm) = %{tl_version} -Provides: tex(hfobx1200.tfm) = %{tl_version} -Provides: tex(hfobx1440.tfm) = %{tl_version} -Provides: tex(hfobx1728.tfm) = %{tl_version} -Provides: tex(hfobx2074.tfm) = %{tl_version} -Provides: tex(hfobx2488.tfm) = %{tl_version} -Provides: tex(hfobx2986.tfm) = %{tl_version} -Provides: tex(hfobx3583.tfm) = %{tl_version} -Provides: tex(hfocc0500.tfm) = %{tl_version} -Provides: tex(hfocc0600.tfm) = %{tl_version} -Provides: tex(hfocc0700.tfm) = %{tl_version} -Provides: tex(hfocc0800.tfm) = %{tl_version} -Provides: tex(hfocc0900.tfm) = %{tl_version} -Provides: tex(hfocc1000.tfm) = %{tl_version} -Provides: tex(hfocc1095.tfm) = %{tl_version} -Provides: tex(hfocc1200.tfm) = %{tl_version} -Provides: tex(hfocc1440.tfm) = %{tl_version} -Provides: tex(hfocc1728.tfm) = %{tl_version} -Provides: tex(hfocc2074.tfm) = %{tl_version} -Provides: tex(hfocc2488.tfm) = %{tl_version} -Provides: tex(hfocc2986.tfm) = %{tl_version} -Provides: tex(hfocc3583.tfm) = %{tl_version} -Provides: tex(hfodh0500.tfm) = %{tl_version} -Provides: tex(hfodh0600.tfm) = %{tl_version} -Provides: tex(hfodh0700.tfm) = %{tl_version} -Provides: tex(hfodh0800.tfm) = %{tl_version} -Provides: tex(hfodh0900.tfm) = %{tl_version} -Provides: tex(hfodh1000.tfm) = %{tl_version} -Provides: tex(hfodh1095.tfm) = %{tl_version} -Provides: tex(hfodh1200.tfm) = %{tl_version} -Provides: tex(hfodh1440.tfm) = %{tl_version} -Provides: tex(hfodh1728.tfm) = %{tl_version} -Provides: tex(hfodh2074.tfm) = %{tl_version} -Provides: tex(hfodh2488.tfm) = %{tl_version} -Provides: tex(hfodh2986.tfm) = %{tl_version} -Provides: tex(hfodh3583.tfm) = %{tl_version} -Provides: tex(hfoit0600.tfm) = %{tl_version} -Provides: tex(hfoit0700.tfm) = %{tl_version} -Provides: tex(hfoit0800.tfm) = %{tl_version} -Provides: tex(hfoit0900.tfm) = %{tl_version} -Provides: tex(hfoit1000.tfm) = %{tl_version} -Provides: tex(hfoit1095.tfm) = %{tl_version} -Provides: tex(hfoit1200.tfm) = %{tl_version} -Provides: tex(hfoit1440.tfm) = %{tl_version} -Provides: tex(hfoit1728.tfm) = %{tl_version} -Provides: tex(hfoit2074.tfm) = %{tl_version} -Provides: tex(hfoit2488.tfm) = %{tl_version} -Provides: tex(hfoit2986.tfm) = %{tl_version} -Provides: tex(hfoit3583.tfm) = %{tl_version} -Provides: tex(hfooc0500.tfm) = %{tl_version} -Provides: tex(hfooc0600.tfm) = %{tl_version} -Provides: tex(hfooc0700.tfm) = %{tl_version} -Provides: tex(hfooc0800.tfm) = %{tl_version} -Provides: tex(hfooc0900.tfm) = %{tl_version} -Provides: tex(hfooc1000.tfm) = %{tl_version} -Provides: tex(hfooc1095.tfm) = %{tl_version} -Provides: tex(hfooc1200.tfm) = %{tl_version} -Provides: tex(hfooc1440.tfm) = %{tl_version} -Provides: tex(hfooc1728.tfm) = %{tl_version} -Provides: tex(hfooc2074.tfm) = %{tl_version} -Provides: tex(hfooc2488.tfm) = %{tl_version} -Provides: tex(hfooc2986.tfm) = %{tl_version} -Provides: tex(hfooc3583.tfm) = %{tl_version} -Provides: tex(hforb0500.tfm) = %{tl_version} -Provides: tex(hforb0600.tfm) = %{tl_version} -Provides: tex(hforb0700.tfm) = %{tl_version} -Provides: tex(hforb0800.tfm) = %{tl_version} -Provides: tex(hforb0900.tfm) = %{tl_version} -Provides: tex(hforb1000.tfm) = %{tl_version} -Provides: tex(hforb1095.tfm) = %{tl_version} -Provides: tex(hforb1200.tfm) = %{tl_version} -Provides: tex(hforb1440.tfm) = %{tl_version} -Provides: tex(hforb1728.tfm) = %{tl_version} -Provides: tex(hforb2074.tfm) = %{tl_version} -Provides: tex(hforb2488.tfm) = %{tl_version} -Provides: tex(hforb2986.tfm) = %{tl_version} -Provides: tex(hforb3583.tfm) = %{tl_version} -Provides: tex(hform0500.tfm) = %{tl_version} -Provides: tex(hform0600.tfm) = %{tl_version} -Provides: tex(hform0700.tfm) = %{tl_version} -Provides: tex(hform0800.tfm) = %{tl_version} -Provides: tex(hform0900.tfm) = %{tl_version} -Provides: tex(hform1000.tfm) = %{tl_version} -Provides: tex(hform1095.tfm) = %{tl_version} -Provides: tex(hform1200.tfm) = %{tl_version} -Provides: tex(hform1440.tfm) = %{tl_version} -Provides: tex(hform1728.tfm) = %{tl_version} -Provides: tex(hform2074.tfm) = %{tl_version} -Provides: tex(hform2488.tfm) = %{tl_version} -Provides: tex(hform2986.tfm) = %{tl_version} -Provides: tex(hform3583.tfm) = %{tl_version} -Provides: tex(hfosc0500.tfm) = %{tl_version} -Provides: tex(hfosc0600.tfm) = %{tl_version} -Provides: tex(hfosc0700.tfm) = %{tl_version} -Provides: tex(hfosc0800.tfm) = %{tl_version} -Provides: tex(hfosc0900.tfm) = %{tl_version} -Provides: tex(hfosc1000.tfm) = %{tl_version} -Provides: tex(hfosc1095.tfm) = %{tl_version} -Provides: tex(hfosc1200.tfm) = %{tl_version} -Provides: tex(hfosc1440.tfm) = %{tl_version} -Provides: tex(hfosc1728.tfm) = %{tl_version} -Provides: tex(hfosc2074.tfm) = %{tl_version} -Provides: tex(hfosc2488.tfm) = %{tl_version} -Provides: tex(hfosc2986.tfm) = %{tl_version} -Provides: tex(hfosc3583.tfm) = %{tl_version} -Provides: tex(hfosi0500.tfm) = %{tl_version} -Provides: tex(hfosi0600.tfm) = %{tl_version} -Provides: tex(hfosi0700.tfm) = %{tl_version} -Provides: tex(hfosi0800.tfm) = %{tl_version} -Provides: tex(hfosi0900.tfm) = %{tl_version} -Provides: tex(hfosi1000.tfm) = %{tl_version} -Provides: tex(hfosi1095.tfm) = %{tl_version} -Provides: tex(hfosi1200.tfm) = %{tl_version} -Provides: tex(hfosi1440.tfm) = %{tl_version} -Provides: tex(hfosi1728.tfm) = %{tl_version} -Provides: tex(hfosi2074.tfm) = %{tl_version} -Provides: tex(hfosi2488.tfm) = %{tl_version} -Provides: tex(hfosi2986.tfm) = %{tl_version} -Provides: tex(hfosi3583.tfm) = %{tl_version} -Provides: tex(hfosl0500.tfm) = %{tl_version} -Provides: tex(hfosl0600.tfm) = %{tl_version} -Provides: tex(hfosl0700.tfm) = %{tl_version} -Provides: tex(hfosl0800.tfm) = %{tl_version} -Provides: tex(hfosl0900.tfm) = %{tl_version} -Provides: tex(hfosl1000.tfm) = %{tl_version} -Provides: tex(hfosl1095.tfm) = %{tl_version} -Provides: tex(hfosl1200.tfm) = %{tl_version} -Provides: tex(hfosl1440.tfm) = %{tl_version} -Provides: tex(hfosl1728.tfm) = %{tl_version} -Provides: tex(hfosl2074.tfm) = %{tl_version} -Provides: tex(hfosl2488.tfm) = %{tl_version} -Provides: tex(hfosl2986.tfm) = %{tl_version} -Provides: tex(hfosl3583.tfm) = %{tl_version} -Provides: tex(hfoso0500.tfm) = %{tl_version} -Provides: tex(hfoso0600.tfm) = %{tl_version} -Provides: tex(hfoso0700.tfm) = %{tl_version} -Provides: tex(hfoso0800.tfm) = %{tl_version} -Provides: tex(hfoso0900.tfm) = %{tl_version} -Provides: tex(hfoso1000.tfm) = %{tl_version} -Provides: tex(hfoso1095.tfm) = %{tl_version} -Provides: tex(hfoso1200.tfm) = %{tl_version} -Provides: tex(hfoso1440.tfm) = %{tl_version} -Provides: tex(hfoso1728.tfm) = %{tl_version} -Provides: tex(hfoso2074.tfm) = %{tl_version} -Provides: tex(hfoso2488.tfm) = %{tl_version} -Provides: tex(hfoso2986.tfm) = %{tl_version} -Provides: tex(hfoso3583.tfm) = %{tl_version} -Provides: tex(hfoss0500.tfm) = %{tl_version} -Provides: tex(hfoss0600.tfm) = %{tl_version} -Provides: tex(hfoss0700.tfm) = %{tl_version} -Provides: tex(hfoss0800.tfm) = %{tl_version} -Provides: tex(hfoss0900.tfm) = %{tl_version} -Provides: tex(hfoss1000.tfm) = %{tl_version} -Provides: tex(hfoss1095.tfm) = %{tl_version} -Provides: tex(hfoss1200.tfm) = %{tl_version} -Provides: tex(hfoss1440.tfm) = %{tl_version} -Provides: tex(hfoss1728.tfm) = %{tl_version} -Provides: tex(hfoss2074.tfm) = %{tl_version} -Provides: tex(hfoss2488.tfm) = %{tl_version} -Provides: tex(hfoss2986.tfm) = %{tl_version} -Provides: tex(hfoss3583.tfm) = %{tl_version} -Provides: tex(hfost0600.tfm) = %{tl_version} -Provides: tex(hfost0700.tfm) = %{tl_version} -Provides: tex(hfost0800.tfm) = %{tl_version} -Provides: tex(hfost0900.tfm) = %{tl_version} -Provides: tex(hfost1000.tfm) = %{tl_version} -Provides: tex(hfost1095.tfm) = %{tl_version} -Provides: tex(hfost1200.tfm) = %{tl_version} -Provides: tex(hfost1440.tfm) = %{tl_version} -Provides: tex(hfost1728.tfm) = %{tl_version} -Provides: tex(hfost2074.tfm) = %{tl_version} -Provides: tex(hfost2488.tfm) = %{tl_version} -Provides: tex(hfost2986.tfm) = %{tl_version} -Provides: tex(hfost3583.tfm) = %{tl_version} -Provides: tex(hfosx0500.tfm) = %{tl_version} -Provides: tex(hfosx0600.tfm) = %{tl_version} -Provides: tex(hfosx0700.tfm) = %{tl_version} -Provides: tex(hfosx0800.tfm) = %{tl_version} -Provides: tex(hfosx0900.tfm) = %{tl_version} -Provides: tex(hfosx1000.tfm) = %{tl_version} -Provides: tex(hfosx1095.tfm) = %{tl_version} -Provides: tex(hfosx1200.tfm) = %{tl_version} -Provides: tex(hfosx1440.tfm) = %{tl_version} -Provides: tex(hfosx1728.tfm) = %{tl_version} -Provides: tex(hfosx2074.tfm) = %{tl_version} -Provides: tex(hfosx2488.tfm) = %{tl_version} -Provides: tex(hfosx2986.tfm) = %{tl_version} -Provides: tex(hfosx3583.tfm) = %{tl_version} -Provides: tex(hfotc0600.tfm) = %{tl_version} -Provides: tex(hfotc0700.tfm) = %{tl_version} -Provides: tex(hfotc0800.tfm) = %{tl_version} -Provides: tex(hfotc0900.tfm) = %{tl_version} -Provides: tex(hfotc1000.tfm) = %{tl_version} -Provides: tex(hfotc1095.tfm) = %{tl_version} -Provides: tex(hfotc1200.tfm) = %{tl_version} -Provides: tex(hfotc1440.tfm) = %{tl_version} -Provides: tex(hfotc1728.tfm) = %{tl_version} -Provides: tex(hfotc2074.tfm) = %{tl_version} -Provides: tex(hfotc2488.tfm) = %{tl_version} -Provides: tex(hfotc2986.tfm) = %{tl_version} -Provides: tex(hfotc3583.tfm) = %{tl_version} -Provides: tex(hfoti0500.tfm) = %{tl_version} -Provides: tex(hfoti0600.tfm) = %{tl_version} -Provides: tex(hfoti0700.tfm) = %{tl_version} -Provides: tex(hfoti0800.tfm) = %{tl_version} -Provides: tex(hfoti0900.tfm) = %{tl_version} -Provides: tex(hfoti1000.tfm) = %{tl_version} -Provides: tex(hfoti1095.tfm) = %{tl_version} -Provides: tex(hfoti1200.tfm) = %{tl_version} -Provides: tex(hfoti1440.tfm) = %{tl_version} -Provides: tex(hfoti1728.tfm) = %{tl_version} -Provides: tex(hfoti2074.tfm) = %{tl_version} -Provides: tex(hfoti2488.tfm) = %{tl_version} -Provides: tex(hfoti2986.tfm) = %{tl_version} -Provides: tex(hfoti3583.tfm) = %{tl_version} -Provides: tex(hfott0600.tfm) = %{tl_version} -Provides: tex(hfott0700.tfm) = %{tl_version} -Provides: tex(hfott0800.tfm) = %{tl_version} -Provides: tex(hfott0900.tfm) = %{tl_version} -Provides: tex(hfott1000.tfm) = %{tl_version} -Provides: tex(hfott1095.tfm) = %{tl_version} -Provides: tex(hfott1200.tfm) = %{tl_version} -Provides: tex(hfott1440.tfm) = %{tl_version} -Provides: tex(hfott1728.tfm) = %{tl_version} -Provides: tex(hfott2074.tfm) = %{tl_version} -Provides: tex(hfott2488.tfm) = %{tl_version} -Provides: tex(hfott2986.tfm) = %{tl_version} -Provides: tex(hfott3583.tfm) = %{tl_version} -Provides: tex(hfoui0500.tfm) = %{tl_version} -Provides: tex(hfoui0600.tfm) = %{tl_version} -Provides: tex(hfoui0700.tfm) = %{tl_version} -Provides: tex(hfoui0800.tfm) = %{tl_version} -Provides: tex(hfoui0900.tfm) = %{tl_version} -Provides: tex(hfoui1000.tfm) = %{tl_version} -Provides: tex(hfoui1095.tfm) = %{tl_version} -Provides: tex(hfoui1200.tfm) = %{tl_version} -Provides: tex(hfoui1440.tfm) = %{tl_version} -Provides: tex(hfoui1728.tfm) = %{tl_version} -Provides: tex(hfoui2074.tfm) = %{tl_version} -Provides: tex(hfoui2488.tfm) = %{tl_version} -Provides: tex(hfoui2986.tfm) = %{tl_version} -Provides: tex(hfoui3583.tfm) = %{tl_version} -Provides: tex(hfovi0600.tfm) = %{tl_version} -Provides: tex(hfovi0700.tfm) = %{tl_version} -Provides: tex(hfovi0800.tfm) = %{tl_version} -Provides: tex(hfovi0900.tfm) = %{tl_version} -Provides: tex(hfovi1000.tfm) = %{tl_version} -Provides: tex(hfovi1095.tfm) = %{tl_version} -Provides: tex(hfovi1200.tfm) = %{tl_version} -Provides: tex(hfovi1440.tfm) = %{tl_version} -Provides: tex(hfovi1728.tfm) = %{tl_version} -Provides: tex(hfovi2074.tfm) = %{tl_version} -Provides: tex(hfovi2488.tfm) = %{tl_version} -Provides: tex(hfovi2986.tfm) = %{tl_version} -Provides: tex(hfovi3583.tfm) = %{tl_version} -Provides: tex(hfovt0600.tfm) = %{tl_version} -Provides: tex(hfovt0700.tfm) = %{tl_version} -Provides: tex(hfovt0800.tfm) = %{tl_version} -Provides: tex(hfovt0900.tfm) = %{tl_version} -Provides: tex(hfovt1000.tfm) = %{tl_version} -Provides: tex(hfovt1095.tfm) = %{tl_version} -Provides: tex(hfovt1200.tfm) = %{tl_version} -Provides: tex(hfovt1440.tfm) = %{tl_version} -Provides: tex(hfovt1728.tfm) = %{tl_version} -Provides: tex(hfovt2074.tfm) = %{tl_version} -Provides: tex(hfovt2488.tfm) = %{tl_version} -Provides: tex(hfovt2986.tfm) = %{tl_version} -Provides: tex(hfovt3583.tfm) = %{tl_version} -Provides: tex(hfoxc0500.tfm) = %{tl_version} -Provides: tex(hfoxc0600.tfm) = %{tl_version} -Provides: tex(hfoxc0700.tfm) = %{tl_version} -Provides: tex(hfoxc0800.tfm) = %{tl_version} -Provides: tex(hfoxc0900.tfm) = %{tl_version} -Provides: tex(hfoxc1000.tfm) = %{tl_version} -Provides: tex(hfoxc1095.tfm) = %{tl_version} -Provides: tex(hfoxc1200.tfm) = %{tl_version} -Provides: tex(hfoxc1440.tfm) = %{tl_version} -Provides: tex(hfoxc1728.tfm) = %{tl_version} -Provides: tex(hfoxc2074.tfm) = %{tl_version} -Provides: tex(hfoxc2488.tfm) = %{tl_version} -Provides: tex(hfoxc2986.tfm) = %{tl_version} -Provides: tex(hfoxc3583.tfm) = %{tl_version} -Provides: tex(hfobi0500.vf) = %{tl_version} -Provides: tex(hfobi0600.vf) = %{tl_version} -Provides: tex(hfobi0700.vf) = %{tl_version} -Provides: tex(hfobi0800.vf) = %{tl_version} -Provides: tex(hfobi0900.vf) = %{tl_version} -Provides: tex(hfobi1000.vf) = %{tl_version} -Provides: tex(hfobi1095.vf) = %{tl_version} -Provides: tex(hfobi1200.vf) = %{tl_version} -Provides: tex(hfobi1440.vf) = %{tl_version} -Provides: tex(hfobi1728.vf) = %{tl_version} -Provides: tex(hfobi2074.vf) = %{tl_version} -Provides: tex(hfobi2488.vf) = %{tl_version} -Provides: tex(hfobi2986.vf) = %{tl_version} -Provides: tex(hfobi3583.vf) = %{tl_version} -Provides: tex(hfobl0500.vf) = %{tl_version} -Provides: tex(hfobl0600.vf) = %{tl_version} -Provides: tex(hfobl0700.vf) = %{tl_version} -Provides: tex(hfobl0800.vf) = %{tl_version} -Provides: tex(hfobl0900.vf) = %{tl_version} -Provides: tex(hfobl1000.vf) = %{tl_version} -Provides: tex(hfobl1095.vf) = %{tl_version} -Provides: tex(hfobl1200.vf) = %{tl_version} -Provides: tex(hfobl1440.vf) = %{tl_version} -Provides: tex(hfobl1728.vf) = %{tl_version} -Provides: tex(hfobl2074.vf) = %{tl_version} -Provides: tex(hfobl2488.vf) = %{tl_version} -Provides: tex(hfobl2986.vf) = %{tl_version} -Provides: tex(hfobl3583.vf) = %{tl_version} -Provides: tex(hfobx0500.vf) = %{tl_version} -Provides: tex(hfobx0600.vf) = %{tl_version} -Provides: tex(hfobx0700.vf) = %{tl_version} -Provides: tex(hfobx0800.vf) = %{tl_version} -Provides: tex(hfobx0900.vf) = %{tl_version} -Provides: tex(hfobx1000.vf) = %{tl_version} -Provides: tex(hfobx1095.vf) = %{tl_version} -Provides: tex(hfobx1200.vf) = %{tl_version} -Provides: tex(hfobx1440.vf) = %{tl_version} -Provides: tex(hfobx1728.vf) = %{tl_version} -Provides: tex(hfobx2074.vf) = %{tl_version} -Provides: tex(hfobx2488.vf) = %{tl_version} -Provides: tex(hfobx2986.vf) = %{tl_version} -Provides: tex(hfobx3583.vf) = %{tl_version} -Provides: tex(hfocc0500.vf) = %{tl_version} -Provides: tex(hfocc0600.vf) = %{tl_version} -Provides: tex(hfocc0700.vf) = %{tl_version} -Provides: tex(hfocc0800.vf) = %{tl_version} -Provides: tex(hfocc0900.vf) = %{tl_version} -Provides: tex(hfocc1000.vf) = %{tl_version} -Provides: tex(hfocc1095.vf) = %{tl_version} -Provides: tex(hfocc1200.vf) = %{tl_version} -Provides: tex(hfocc1440.vf) = %{tl_version} -Provides: tex(hfocc1728.vf) = %{tl_version} -Provides: tex(hfocc2074.vf) = %{tl_version} -Provides: tex(hfocc2488.vf) = %{tl_version} -Provides: tex(hfocc2986.vf) = %{tl_version} -Provides: tex(hfocc3583.vf) = %{tl_version} -Provides: tex(hfodh0500.vf) = %{tl_version} -Provides: tex(hfodh0600.vf) = %{tl_version} -Provides: tex(hfodh0700.vf) = %{tl_version} -Provides: tex(hfodh0800.vf) = %{tl_version} -Provides: tex(hfodh0900.vf) = %{tl_version} -Provides: tex(hfodh1000.vf) = %{tl_version} -Provides: tex(hfodh1095.vf) = %{tl_version} -Provides: tex(hfodh1200.vf) = %{tl_version} -Provides: tex(hfodh1440.vf) = %{tl_version} -Provides: tex(hfodh1728.vf) = %{tl_version} -Provides: tex(hfodh2074.vf) = %{tl_version} -Provides: tex(hfodh2488.vf) = %{tl_version} -Provides: tex(hfodh2986.vf) = %{tl_version} -Provides: tex(hfodh3583.vf) = %{tl_version} -Provides: tex(hfoit0600.vf) = %{tl_version} -Provides: tex(hfoit0700.vf) = %{tl_version} -Provides: tex(hfoit0800.vf) = %{tl_version} -Provides: tex(hfoit0900.vf) = %{tl_version} -Provides: tex(hfoit1000.vf) = %{tl_version} -Provides: tex(hfoit1095.vf) = %{tl_version} -Provides: tex(hfoit1200.vf) = %{tl_version} -Provides: tex(hfoit1440.vf) = %{tl_version} -Provides: tex(hfoit1728.vf) = %{tl_version} -Provides: tex(hfoit2074.vf) = %{tl_version} -Provides: tex(hfoit2488.vf) = %{tl_version} -Provides: tex(hfoit2986.vf) = %{tl_version} -Provides: tex(hfoit3583.vf) = %{tl_version} -Provides: tex(hfooc0500.vf) = %{tl_version} -Provides: tex(hfooc0600.vf) = %{tl_version} -Provides: tex(hfooc0700.vf) = %{tl_version} -Provides: tex(hfooc0800.vf) = %{tl_version} -Provides: tex(hfooc0900.vf) = %{tl_version} -Provides: tex(hfooc1000.vf) = %{tl_version} -Provides: tex(hfooc1095.vf) = %{tl_version} -Provides: tex(hfooc1200.vf) = %{tl_version} -Provides: tex(hfooc1440.vf) = %{tl_version} -Provides: tex(hfooc1728.vf) = %{tl_version} -Provides: tex(hfooc2074.vf) = %{tl_version} -Provides: tex(hfooc2488.vf) = %{tl_version} -Provides: tex(hfooc2986.vf) = %{tl_version} -Provides: tex(hfooc3583.vf) = %{tl_version} -Provides: tex(hforb0500.vf) = %{tl_version} -Provides: tex(hforb0600.vf) = %{tl_version} -Provides: tex(hforb0700.vf) = %{tl_version} -Provides: tex(hforb0800.vf) = %{tl_version} -Provides: tex(hforb0900.vf) = %{tl_version} -Provides: tex(hforb1000.vf) = %{tl_version} -Provides: tex(hforb1095.vf) = %{tl_version} -Provides: tex(hforb1200.vf) = %{tl_version} -Provides: tex(hforb1440.vf) = %{tl_version} -Provides: tex(hforb1728.vf) = %{tl_version} -Provides: tex(hforb2074.vf) = %{tl_version} -Provides: tex(hforb2488.vf) = %{tl_version} -Provides: tex(hforb2986.vf) = %{tl_version} -Provides: tex(hforb3583.vf) = %{tl_version} -Provides: tex(hform0500.vf) = %{tl_version} -Provides: tex(hform0600.vf) = %{tl_version} -Provides: tex(hform0700.vf) = %{tl_version} -Provides: tex(hform0800.vf) = %{tl_version} -Provides: tex(hform0900.vf) = %{tl_version} -Provides: tex(hform1000.vf) = %{tl_version} -Provides: tex(hform1095.vf) = %{tl_version} -Provides: tex(hform1200.vf) = %{tl_version} -Provides: tex(hform1440.vf) = %{tl_version} -Provides: tex(hform1728.vf) = %{tl_version} -Provides: tex(hform2074.vf) = %{tl_version} -Provides: tex(hform2488.vf) = %{tl_version} -Provides: tex(hform2986.vf) = %{tl_version} -Provides: tex(hform3583.vf) = %{tl_version} -Provides: tex(hfosc0500.vf) = %{tl_version} -Provides: tex(hfosc0600.vf) = %{tl_version} -Provides: tex(hfosc0700.vf) = %{tl_version} -Provides: tex(hfosc0800.vf) = %{tl_version} -Provides: tex(hfosc0900.vf) = %{tl_version} -Provides: tex(hfosc1000.vf) = %{tl_version} -Provides: tex(hfosc1095.vf) = %{tl_version} -Provides: tex(hfosc1200.vf) = %{tl_version} -Provides: tex(hfosc1440.vf) = %{tl_version} -Provides: tex(hfosc1728.vf) = %{tl_version} -Provides: tex(hfosc2074.vf) = %{tl_version} -Provides: tex(hfosc2488.vf) = %{tl_version} -Provides: tex(hfosc2986.vf) = %{tl_version} -Provides: tex(hfosc3583.vf) = %{tl_version} -Provides: tex(hfosi0500.vf) = %{tl_version} -Provides: tex(hfosi0600.vf) = %{tl_version} -Provides: tex(hfosi0700.vf) = %{tl_version} -Provides: tex(hfosi0800.vf) = %{tl_version} -Provides: tex(hfosi0900.vf) = %{tl_version} -Provides: tex(hfosi1000.vf) = %{tl_version} -Provides: tex(hfosi1095.vf) = %{tl_version} -Provides: tex(hfosi1200.vf) = %{tl_version} -Provides: tex(hfosi1440.vf) = %{tl_version} -Provides: tex(hfosi1728.vf) = %{tl_version} -Provides: tex(hfosi2074.vf) = %{tl_version} -Provides: tex(hfosi2488.vf) = %{tl_version} -Provides: tex(hfosi2986.vf) = %{tl_version} -Provides: tex(hfosi3583.vf) = %{tl_version} -Provides: tex(hfosl0500.vf) = %{tl_version} -Provides: tex(hfosl0600.vf) = %{tl_version} -Provides: tex(hfosl0700.vf) = %{tl_version} -Provides: tex(hfosl0800.vf) = %{tl_version} -Provides: tex(hfosl0900.vf) = %{tl_version} -Provides: tex(hfosl1000.vf) = %{tl_version} -Provides: tex(hfosl1095.vf) = %{tl_version} -Provides: tex(hfosl1200.vf) = %{tl_version} -Provides: tex(hfosl1440.vf) = %{tl_version} -Provides: tex(hfosl1728.vf) = %{tl_version} -Provides: tex(hfosl2074.vf) = %{tl_version} -Provides: tex(hfosl2488.vf) = %{tl_version} -Provides: tex(hfosl2986.vf) = %{tl_version} -Provides: tex(hfosl3583.vf) = %{tl_version} -Provides: tex(hfoso0500.vf) = %{tl_version} -Provides: tex(hfoso0600.vf) = %{tl_version} -Provides: tex(hfoso0700.vf) = %{tl_version} -Provides: tex(hfoso0800.vf) = %{tl_version} -Provides: tex(hfoso0900.vf) = %{tl_version} -Provides: tex(hfoso1000.vf) = %{tl_version} -Provides: tex(hfoso1095.vf) = %{tl_version} -Provides: tex(hfoso1200.vf) = %{tl_version} -Provides: tex(hfoso1440.vf) = %{tl_version} -Provides: tex(hfoso1728.vf) = %{tl_version} -Provides: tex(hfoso2074.vf) = %{tl_version} -Provides: tex(hfoso2488.vf) = %{tl_version} -Provides: tex(hfoso2986.vf) = %{tl_version} -Provides: tex(hfoso3583.vf) = %{tl_version} -Provides: tex(hfoss0500.vf) = %{tl_version} -Provides: tex(hfoss0600.vf) = %{tl_version} -Provides: tex(hfoss0700.vf) = %{tl_version} -Provides: tex(hfoss0800.vf) = %{tl_version} -Provides: tex(hfoss0900.vf) = %{tl_version} -Provides: tex(hfoss1000.vf) = %{tl_version} -Provides: tex(hfoss1095.vf) = %{tl_version} -Provides: tex(hfoss1200.vf) = %{tl_version} -Provides: tex(hfoss1440.vf) = %{tl_version} -Provides: tex(hfoss1728.vf) = %{tl_version} -Provides: tex(hfoss2074.vf) = %{tl_version} -Provides: tex(hfoss2488.vf) = %{tl_version} -Provides: tex(hfoss2986.vf) = %{tl_version} -Provides: tex(hfoss3583.vf) = %{tl_version} -Provides: tex(hfost0600.vf) = %{tl_version} -Provides: tex(hfost0700.vf) = %{tl_version} -Provides: tex(hfost0800.vf) = %{tl_version} -Provides: tex(hfost0900.vf) = %{tl_version} -Provides: tex(hfost1000.vf) = %{tl_version} -Provides: tex(hfost1095.vf) = %{tl_version} -Provides: tex(hfost1200.vf) = %{tl_version} -Provides: tex(hfost1440.vf) = %{tl_version} -Provides: tex(hfost1728.vf) = %{tl_version} -Provides: tex(hfost2074.vf) = %{tl_version} -Provides: tex(hfost2488.vf) = %{tl_version} -Provides: tex(hfost2986.vf) = %{tl_version} -Provides: tex(hfost3583.vf) = %{tl_version} -Provides: tex(hfosx0500.vf) = %{tl_version} -Provides: tex(hfosx0600.vf) = %{tl_version} -Provides: tex(hfosx0700.vf) = %{tl_version} -Provides: tex(hfosx0800.vf) = %{tl_version} -Provides: tex(hfosx0900.vf) = %{tl_version} -Provides: tex(hfosx1000.vf) = %{tl_version} -Provides: tex(hfosx1095.vf) = %{tl_version} -Provides: tex(hfosx1200.vf) = %{tl_version} -Provides: tex(hfosx1440.vf) = %{tl_version} -Provides: tex(hfosx1728.vf) = %{tl_version} -Provides: tex(hfosx2074.vf) = %{tl_version} -Provides: tex(hfosx2488.vf) = %{tl_version} -Provides: tex(hfosx2986.vf) = %{tl_version} -Provides: tex(hfosx3583.vf) = %{tl_version} -Provides: tex(hfotc0600.vf) = %{tl_version} -Provides: tex(hfotc0700.vf) = %{tl_version} -Provides: tex(hfotc0800.vf) = %{tl_version} -Provides: tex(hfotc0900.vf) = %{tl_version} -Provides: tex(hfotc1000.vf) = %{tl_version} -Provides: tex(hfotc1095.vf) = %{tl_version} -Provides: tex(hfotc1200.vf) = %{tl_version} -Provides: tex(hfotc1440.vf) = %{tl_version} -Provides: tex(hfotc1728.vf) = %{tl_version} -Provides: tex(hfotc2074.vf) = %{tl_version} -Provides: tex(hfotc2488.vf) = %{tl_version} -Provides: tex(hfotc2986.vf) = %{tl_version} -Provides: tex(hfotc3583.vf) = %{tl_version} -Provides: tex(hfoti0500.vf) = %{tl_version} -Provides: tex(hfoti0600.vf) = %{tl_version} -Provides: tex(hfoti0700.vf) = %{tl_version} -Provides: tex(hfoti0800.vf) = %{tl_version} -Provides: tex(hfoti0900.vf) = %{tl_version} -Provides: tex(hfoti1000.vf) = %{tl_version} -Provides: tex(hfoti1095.vf) = %{tl_version} -Provides: tex(hfoti1200.vf) = %{tl_version} -Provides: tex(hfoti1440.vf) = %{tl_version} -Provides: tex(hfoti1728.vf) = %{tl_version} -Provides: tex(hfoti2074.vf) = %{tl_version} -Provides: tex(hfoti2488.vf) = %{tl_version} -Provides: tex(hfoti2986.vf) = %{tl_version} -Provides: tex(hfoti3583.vf) = %{tl_version} -Provides: tex(hfott0600.vf) = %{tl_version} -Provides: tex(hfott0700.vf) = %{tl_version} -Provides: tex(hfott0800.vf) = %{tl_version} -Provides: tex(hfott0900.vf) = %{tl_version} -Provides: tex(hfott1000.vf) = %{tl_version} -Provides: tex(hfott1095.vf) = %{tl_version} -Provides: tex(hfott1200.vf) = %{tl_version} -Provides: tex(hfott1440.vf) = %{tl_version} -Provides: tex(hfott1728.vf) = %{tl_version} -Provides: tex(hfott2074.vf) = %{tl_version} -Provides: tex(hfott2488.vf) = %{tl_version} -Provides: tex(hfott2986.vf) = %{tl_version} -Provides: tex(hfott3583.vf) = %{tl_version} -Provides: tex(hfoui0500.vf) = %{tl_version} -Provides: tex(hfoui0600.vf) = %{tl_version} -Provides: tex(hfoui0700.vf) = %{tl_version} -Provides: tex(hfoui0800.vf) = %{tl_version} -Provides: tex(hfoui0900.vf) = %{tl_version} -Provides: tex(hfoui1000.vf) = %{tl_version} -Provides: tex(hfoui1095.vf) = %{tl_version} -Provides: tex(hfoui1200.vf) = %{tl_version} -Provides: tex(hfoui1440.vf) = %{tl_version} -Provides: tex(hfoui1728.vf) = %{tl_version} -Provides: tex(hfoui2074.vf) = %{tl_version} -Provides: tex(hfoui2488.vf) = %{tl_version} -Provides: tex(hfoui2986.vf) = %{tl_version} -Provides: tex(hfoui3583.vf) = %{tl_version} -Provides: tex(hfovi0600.vf) = %{tl_version} -Provides: tex(hfovi0700.vf) = %{tl_version} -Provides: tex(hfovi0800.vf) = %{tl_version} -Provides: tex(hfovi0900.vf) = %{tl_version} -Provides: tex(hfovi1000.vf) = %{tl_version} -Provides: tex(hfovi1095.vf) = %{tl_version} -Provides: tex(hfovi1200.vf) = %{tl_version} -Provides: tex(hfovi1440.vf) = %{tl_version} -Provides: tex(hfovi1728.vf) = %{tl_version} -Provides: tex(hfovi2074.vf) = %{tl_version} -Provides: tex(hfovi2488.vf) = %{tl_version} -Provides: tex(hfovi2986.vf) = %{tl_version} -Provides: tex(hfovi3583.vf) = %{tl_version} -Provides: tex(hfovt0600.vf) = %{tl_version} -Provides: tex(hfovt0700.vf) = %{tl_version} -Provides: tex(hfovt0800.vf) = %{tl_version} -Provides: tex(hfovt0900.vf) = %{tl_version} -Provides: tex(hfovt1000.vf) = %{tl_version} -Provides: tex(hfovt1095.vf) = %{tl_version} -Provides: tex(hfovt1200.vf) = %{tl_version} -Provides: tex(hfovt1440.vf) = %{tl_version} -Provides: tex(hfovt1728.vf) = %{tl_version} -Provides: tex(hfovt2074.vf) = %{tl_version} -Provides: tex(hfovt2488.vf) = %{tl_version} -Provides: tex(hfovt2986.vf) = %{tl_version} -Provides: tex(hfovt3583.vf) = %{tl_version} -Provides: tex(hfoxc0500.vf) = %{tl_version} -Provides: tex(hfoxc0600.vf) = %{tl_version} -Provides: tex(hfoxc0700.vf) = %{tl_version} -Provides: tex(hfoxc0800.vf) = %{tl_version} -Provides: tex(hfoxc0900.vf) = %{tl_version} -Provides: tex(hfoxc1000.vf) = %{tl_version} -Provides: tex(hfoxc1095.vf) = %{tl_version} -Provides: tex(hfoxc1200.vf) = %{tl_version} -Provides: tex(hfoxc1440.vf) = %{tl_version} -Provides: tex(hfoxc1728.vf) = %{tl_version} -Provides: tex(hfoxc2074.vf) = %{tl_version} -Provides: tex(hfoxc2488.vf) = %{tl_version} -Provides: tex(hfoxc2986.vf) = %{tl_version} -Provides: tex(hfoxc3583.vf) = %{tl_version} -Provides: tex(hfoldsty.sty) = %{tl_version} -Provides: tex(omlhfor.fd) = %{tl_version} -Provides: tex(omshfor.fd) = %{tl_version} -Provides: tex(t1hfodh.fd) = %{tl_version} -Provides: tex(t1hfor.fd) = %{tl_version} -Provides: tex(t1hfoss.fd) = %{tl_version} -Provides: tex(t1hfott.fd) = %{tl_version} -Provides: tex(t1hfovt.fd) = %{tl_version} -Provides: tex(ts1hfor.fd) = %{tl_version} -Provides: tex(ts1hfoss.fd) = %{tl_version} -Provides: tex(ts1hfott.fd) = %{tl_version} -Provides: tex(ts1hfovtt.fd) = %{tl_version} - -%description hfoldsty -The hfoldsty package provides virtual fonts for using oldstyle -(0123456789) figures with the European Computer Modern fonts. -It does a similar job as the eco package by Sebastian Kirsch -but includes a couple of improvements, i.e., better kerning -with guillemets, and support for character protruding using the -pdfcprot package. - -%package hfoldsty-doc -Summary: Documentation for hfoldsty -Version: svn29349.1.15 - -Provides: tex-hfoldsty-doc -AutoReqProv: No - -%description hfoldsty-doc -Documentation for hfoldsty - -%package ifsym -Provides: tex-ifsym = %{tl_version} -License: LPPL -Summary: A collection of symbols -Version: svn24868.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(calc.sty) -Provides: tex(ifclk10.tfm) = %{tl_version} -Provides: tex(ifclkb10.tfm) = %{tl_version} -Provides: tex(ifgeo10.tfm) = %{tl_version} -Provides: tex(ifgeob10.tfm) = %{tl_version} -Provides: tex(ifgeobn10.tfm) = %{tl_version} -Provides: tex(ifgeobw10.tfm) = %{tl_version} -Provides: tex(ifgeon10.tfm) = %{tl_version} -Provides: tex(ifgeow10.tfm) = %{tl_version} -Provides: tex(ifsym10.tfm) = %{tl_version} -Provides: tex(ifsymb10.tfm) = %{tl_version} -Provides: tex(ifsymbi10.tfm) = %{tl_version} -Provides: tex(ifsymi10.tfm) = %{tl_version} -Provides: tex(ifwea10.tfm) = %{tl_version} -Provides: tex(ifweab10.tfm) = %{tl_version} -Provides: tex(ifsym.sty) = %{tl_version} -Provides: tex(uifblk.fd) = %{tl_version} -Provides: tex(uifclk.fd) = %{tl_version} -Provides: tex(uifgeo.fd) = %{tl_version} -Provides: tex(uifsym.fd) = %{tl_version} -Provides: tex(uifwea.fd) = %{tl_version} - -%description ifsym -A set of symbol fonts, written in Metafont, offering -(respectively) clock-face symbols, geometrical symbols, weather -symbols, mountaineering symbols, electronic circuit symbols and -a set of miscellaneous symbols. A LaTeX package is provided, -that allows the user to load only those symbols needed in a -document. - -%package ifsym-doc -Summary: Documentation for ifsym -Version: svn24868.0 - -Provides: tex-ifsym-doc -AutoReqProv: No - -%description ifsym-doc -Documentation for ifsym - -%package inconsolata -Provides: tex-inconsolata = %{tl_version} -License: OFL -Summary: A monospaced font, with support files for use with TeX -Version: svn54512 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(textcomp.sty) -Requires: tex(keyval.sty) -Provides: tex(i4-ly1-0.enc) = %{tl_version} -Provides: tex(i4-ly1-1.enc) = %{tl_version} -Provides: tex(i4-ly1-2.enc) = %{tl_version} -Provides: tex(i4-ly1-3.enc) = %{tl_version} -Provides: tex(i4-ly1-4.enc) = %{tl_version} -Provides: tex(i4-ly1-5.enc) = %{tl_version} -Provides: tex(i4-ly1-6.enc) = %{tl_version} -Provides: tex(i4-ly1-7.enc) = %{tl_version} -Provides: tex(i4-ot1-0.enc) = %{tl_version} -Provides: tex(i4-ot1-1.enc) = %{tl_version} -Provides: tex(i4-ot1-2.enc) = %{tl_version} -Provides: tex(i4-ot1-3.enc) = %{tl_version} -Provides: tex(i4-ot1-4.enc) = %{tl_version} -Provides: tex(i4-ot1-5.enc) = %{tl_version} -Provides: tex(i4-ot1-6.enc) = %{tl_version} -Provides: tex(i4-ot1-7.enc) = %{tl_version} -Provides: tex(i4-qx-0.enc) = %{tl_version} -Provides: tex(i4-qx-1.enc) = %{tl_version} -Provides: tex(i4-qx-2.enc) = %{tl_version} -Provides: tex(i4-qx-3.enc) = %{tl_version} -Provides: tex(i4-qx-4.enc) = %{tl_version} -Provides: tex(i4-qx-5.enc) = %{tl_version} -Provides: tex(i4-qx-6.enc) = %{tl_version} -Provides: tex(i4-qx-7.enc) = %{tl_version} -Provides: tex(i4-t1-0.enc) = %{tl_version} -Provides: tex(i4-t1-1.enc) = %{tl_version} -Provides: tex(i4-t1-2.enc) = %{tl_version} -Provides: tex(i4-t1-3.enc) = %{tl_version} -Provides: tex(i4-t1-4.enc) = %{tl_version} -Provides: tex(i4-t1-5.enc) = %{tl_version} -Provides: tex(i4-t1-6.enc) = %{tl_version} -Provides: tex(i4-t1-7.enc) = %{tl_version} -Provides: tex(i4-ts1.enc) = %{tl_version} -Provides: tex(zi4.map) = %{tl_version} -Provides: tex(inconsolata.sty) = %{tl_version} -Provides: tex(ly1zi4.fd) = %{tl_version} -Provides: tex(ot1zi4.fd) = %{tl_version} -Provides: tex(qxzi4.fd) = %{tl_version} -Provides: tex(t1zi4.fd) = %{tl_version} -Provides: tex(ts1zi4.fd) = %{tl_version} -Provides: tex(zi4.sty) = %{tl_version} - -%description inconsolata -Inconsolata is a monospaced font designed by Raph Levien. This -package contains the font (in both Adobe Type 1 and OpenType -formats) in regular and bold weights, with additional glyphs -and options to control slashed zero, upright quotes and a -shapelier lower-case L, plus metric files for use with TeX, and -LaTeX font definition and other relevant files. - -%package inconsolata-doc -Summary: Documentation for inconsolata -Version: svn54512 -Provides: tex-inconsolata-doc -AutoReqProv: No - -%description inconsolata-doc -Documentation for inconsolata - -%package initials -Provides: tex-initials = %{tl_version} -License: LPPL -Summary: Adobe Type 1 decorative initial fonts -Version: svn54080 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(Acorn.map) = %{tl_version} -Provides: tex(AnnSton.map) = %{tl_version} -Provides: tex(ArtNouv.map) = %{tl_version} -Provides: tex(ArtNouvc.map) = %{tl_version} -Provides: tex(Carrickc.map) = %{tl_version} -Provides: tex(Eichenla.map) = %{tl_version} -Provides: tex(Eileen.map) = %{tl_version} -Provides: tex(EileenBl.map) = %{tl_version} -Provides: tex(Elzevier.map) = %{tl_version} -Provides: tex(GotIn.map) = %{tl_version} -Provides: tex(GoudyIn.map) = %{tl_version} -Provides: tex(Kinigcap.map) = %{tl_version} -Provides: tex(Konanur.map) = %{tl_version} -Provides: tex(Kramer.map) = %{tl_version} -Provides: tex(MorrisIn.map) = %{tl_version} -Provides: tex(Nouveaud.map) = %{tl_version} -Provides: tex(Romantik.map) = %{tl_version} -Provides: tex(Rothdn.map) = %{tl_version} -Provides: tex(RoyalIn.map) = %{tl_version} -Provides: tex(Sanremo.map) = %{tl_version} -Provides: tex(Starburst.map) = %{tl_version} -Provides: tex(Typocaps.map) = %{tl_version} -Provides: tex(Zallman.map) = %{tl_version} -Provides: tex(Acorn.fd) = %{tl_version} -Provides: tex(AnnSton.fd) = %{tl_version} -Provides: tex(ArtNouv.fd) = %{tl_version} -Provides: tex(ArtNouvc.fd) = %{tl_version} -Provides: tex(Carrickc.fd) = %{tl_version} -Provides: tex(Eichenla.fd) = %{tl_version} -Provides: tex(Eileen.fd) = %{tl_version} -Provides: tex(EileenBl.fd) = %{tl_version} -Provides: tex(Elzevier.fd) = %{tl_version} -Provides: tex(GotIn.fd) = %{tl_version} -Provides: tex(GoudyIn.fd) = %{tl_version} -Provides: tex(Kinigcap.fd) = %{tl_version} -Provides: tex(Konanur.fd) = %{tl_version} -Provides: tex(Kramer.fd) = %{tl_version} -Provides: tex(MorrisIn.fd) = %{tl_version} -Provides: tex(Nouveaud.fd) = %{tl_version} -Provides: tex(Romantik.fd) = %{tl_version} -Provides: tex(Rothdn.fd) = %{tl_version} -Provides: tex(RoyalIn.fd) = %{tl_version} -Provides: tex(Sanremo.fd) = %{tl_version} -Provides: tex(Starburst.fd) = %{tl_version} -Provides: tex(Typocaps.fd) = %{tl_version} -Provides: tex(Zallman.fd) = %{tl_version} - -%description initials -For each font, at least an .pfb and .tfm file is provided, with -a .fd file for use with LaTeX. - -%package initials-doc -Summary: Documentation for initials -Version: svn54080 -Provides: tex-initials-doc -AutoReqProv: No - -%description initials-doc -Documentation for initials - -%package ipaex-type1 -Provides: tex-ipaex-type1 = %{tl_version} -License: IPA -Summary: IPAex fonts converted to Type-1 format Unicode subfonts -Version: svn47700 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(ipaex-type1.map) = %{tl_version} -Provides: tex(c70ipxg.fd) = %{tl_version} -Provides: tex(c70ipxga.fd) = %{tl_version} -Provides: tex(c70ipxm.fd) = %{tl_version} -Provides: tex(c70ipxma.fd) = %{tl_version} -Provides: tex(ot1ipxg.fd) = %{tl_version} -Provides: tex(ot1ipxm.fd) = %{tl_version} -Provides: tex(t1ipxg.fd) = %{tl_version} -Provides: tex(t1ipxm.fd) = %{tl_version} -Provides: tex(ts1ipxg.fd) = %{tl_version} -Provides: tex(ts1ipxm.fd) = %{tl_version} - -%description ipaex-type1 -The package contains the IPAex Fonts converted into Unicode -subfonts in Type1 format, which is most suitable for use with -the CJK package. Font conversion was done with ttf2pt1. - -%package ipaex-type1-doc -Summary: Documentation for ipaex-type1 -Version: svn47700 -Provides: tex-ipaex-type1-doc -AutoReqProv: No - -%description ipaex-type1-doc -Documentation for ipaex-type1 - -%package iwona -Provides: tex-iwona = %{tl_version} -License: GFSL -Summary: A two-element sans-serif font -Version: svn19611.0.995b -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(cs-iwona-sc.enc) = %{tl_version} -Provides: tex(cs-iwona.enc) = %{tl_version} -Provides: tex(ec-iwona-sc.enc) = %{tl_version} -Provides: tex(ec-iwona.enc) = %{tl_version} -Provides: tex(ex-iwona.enc) = %{tl_version} -Provides: tex(greek-iwona.enc) = %{tl_version} -Provides: tex(l7x-iwona-sc.enc) = %{tl_version} -Provides: tex(l7x-iwona.enc) = %{tl_version} -Provides: tex(mi-iwona.enc) = %{tl_version} -Provides: tex(qx-iwona-sc.enc) = %{tl_version} -Provides: tex(qx-iwona.enc) = %{tl_version} -Provides: tex(rm-iwona-sc.enc) = %{tl_version} -Provides: tex(rm-iwona.enc) = %{tl_version} -Provides: tex(sy-iwona.enc) = %{tl_version} -Provides: tex(t2a-iwona.enc) = %{tl_version} -Provides: tex(t2b-iwona.enc) = %{tl_version} -Provides: tex(t2c-iwona.enc) = %{tl_version} -Provides: tex(t5-iwona-sc.enc) = %{tl_version} -Provides: tex(t5-iwona.enc) = %{tl_version} -Provides: tex(texnansi-iwona-sc.enc) = %{tl_version} -Provides: tex(texnansi-iwona.enc) = %{tl_version} -Provides: tex(ts1-iwona.enc) = %{tl_version} -Provides: tex(wncy-iwona.enc) = %{tl_version} -Provides: tex(iwona-cs.map) = %{tl_version} -Provides: tex(iwona-ec.map) = %{tl_version} -Provides: tex(iwona-ex.map) = %{tl_version} -Provides: tex(iwona-greek.map) = %{tl_version} -Provides: tex(iwona-l7x.map) = %{tl_version} -Provides: tex(iwona-mi.map) = %{tl_version} -Provides: tex(iwona-qx.map) = %{tl_version} -Provides: tex(iwona-rm.map) = %{tl_version} -Provides: tex(iwona-sy.map) = %{tl_version} -Provides: tex(iwona-t2a.map) = %{tl_version} -Provides: tex(iwona-t2b.map) = %{tl_version} -Provides: tex(iwona-t2c.map) = %{tl_version} -Provides: tex(iwona-t5.map) = %{tl_version} -Provides: tex(iwona-texnansi.map) = %{tl_version} -Provides: tex(iwona-ts1.map) = %{tl_version} -Provides: tex(iwona-wncy.map) = %{tl_version} -Provides: tex(iwona.map) = %{tl_version} -Provides: tex(Iwona-Bold.otf) = %{tl_version} -Provides: tex(Iwona-BoldItalic.otf) = %{tl_version} -Provides: tex(Iwona-Italic.otf) = %{tl_version} -Provides: tex(Iwona-Regular.otf) = %{tl_version} -Provides: tex(IwonaCond-Bold.otf) = %{tl_version} -Provides: tex(IwonaCond-BoldItalic.otf) = %{tl_version} -Provides: tex(IwonaCond-Italic.otf) = %{tl_version} -Provides: tex(IwonaCond-Regular.otf) = %{tl_version} -Provides: tex(IwonaCondHeavy-Italic.otf) = %{tl_version} -Provides: tex(IwonaCondHeavy-Regular.otf) = %{tl_version} -Provides: tex(IwonaCondLight-Italic.otf) = %{tl_version} -Provides: tex(IwonaCondLight-Regular.otf) = %{tl_version} -Provides: tex(IwonaCondMedium-Italic.otf) = %{tl_version} -Provides: tex(IwonaCondMedium-Regular.otf) = %{tl_version} -Provides: tex(IwonaHeavy-Italic.otf) = %{tl_version} -Provides: tex(IwonaHeavy-Regular.otf) = %{tl_version} -Provides: tex(IwonaLight-Italic.otf) = %{tl_version} -Provides: tex(IwonaLight-Regular.otf) = %{tl_version} -Provides: tex(IwonaMedium-Italic.otf) = %{tl_version} -Provides: tex(IwonaMedium-Regular.otf) = %{tl_version} -Provides: tex(cs-iwonab-sc.tfm) = %{tl_version} -Provides: tex(cs-iwonab.tfm) = %{tl_version} -Provides: tex(cs-iwonabi-sc.tfm) = %{tl_version} -Provides: tex(cs-iwonabi.tfm) = %{tl_version} -Provides: tex(cs-iwonacb-sc.tfm) = %{tl_version} -Provides: tex(cs-iwonacb.tfm) = %{tl_version} -Provides: tex(cs-iwonacbi-sc.tfm) = %{tl_version} -Provides: tex(cs-iwonacbi.tfm) = %{tl_version} -Provides: tex(cs-iwonach-sc.tfm) = %{tl_version} -Provides: tex(cs-iwonach.tfm) = %{tl_version} -Provides: tex(cs-iwonachi-sc.tfm) = %{tl_version} -Provides: tex(cs-iwonachi.tfm) = %{tl_version} -Provides: tex(cs-iwonacl-sc.tfm) = %{tl_version} -Provides: tex(cs-iwonacl.tfm) = %{tl_version} -Provides: tex(cs-iwonacli-sc.tfm) = %{tl_version} -Provides: tex(cs-iwonacli.tfm) = %{tl_version} -Provides: tex(cs-iwonacm-sc.tfm) = %{tl_version} -Provides: tex(cs-iwonacm.tfm) = %{tl_version} -Provides: tex(cs-iwonacmi-sc.tfm) = %{tl_version} -Provides: tex(cs-iwonacmi.tfm) = %{tl_version} -Provides: tex(cs-iwonacr-sc.tfm) = %{tl_version} -Provides: tex(cs-iwonacr.tfm) = %{tl_version} -Provides: tex(cs-iwonacri-sc.tfm) = %{tl_version} -Provides: tex(cs-iwonacri.tfm) = %{tl_version} -Provides: tex(cs-iwonah-sc.tfm) = %{tl_version} -Provides: tex(cs-iwonah.tfm) = %{tl_version} -Provides: tex(cs-iwonahi-sc.tfm) = %{tl_version} -Provides: tex(cs-iwonahi.tfm) = %{tl_version} -Provides: tex(cs-iwonal-sc.tfm) = %{tl_version} -Provides: tex(cs-iwonal.tfm) = %{tl_version} -Provides: tex(cs-iwonali-sc.tfm) = %{tl_version} -Provides: tex(cs-iwonali.tfm) = %{tl_version} -Provides: tex(cs-iwonam-sc.tfm) = %{tl_version} -Provides: tex(cs-iwonam.tfm) = %{tl_version} -Provides: tex(cs-iwonami-sc.tfm) = %{tl_version} -Provides: tex(cs-iwonami.tfm) = %{tl_version} -Provides: tex(cs-iwonar-sc.tfm) = %{tl_version} -Provides: tex(cs-iwonar.tfm) = %{tl_version} -Provides: tex(cs-iwonari-sc.tfm) = %{tl_version} -Provides: tex(cs-iwonari.tfm) = %{tl_version} -Provides: tex(ec-iwonab-sc.tfm) = %{tl_version} -Provides: tex(ec-iwonab.tfm) = %{tl_version} -Provides: tex(ec-iwonabi-sc.tfm) = %{tl_version} -Provides: tex(ec-iwonabi.tfm) = %{tl_version} -Provides: tex(ec-iwonacb-sc.tfm) = %{tl_version} -Provides: tex(ec-iwonacb.tfm) = %{tl_version} -Provides: tex(ec-iwonacbi-sc.tfm) = %{tl_version} -Provides: tex(ec-iwonacbi.tfm) = %{tl_version} -Provides: tex(ec-iwonach-sc.tfm) = %{tl_version} -Provides: tex(ec-iwonach.tfm) = %{tl_version} -Provides: tex(ec-iwonachi-sc.tfm) = %{tl_version} -Provides: tex(ec-iwonachi.tfm) = %{tl_version} -Provides: tex(ec-iwonacl-sc.tfm) = %{tl_version} -Provides: tex(ec-iwonacl.tfm) = %{tl_version} -Provides: tex(ec-iwonacli-sc.tfm) = %{tl_version} -Provides: tex(ec-iwonacli.tfm) = %{tl_version} -Provides: tex(ec-iwonacm-sc.tfm) = %{tl_version} -Provides: tex(ec-iwonacm.tfm) = %{tl_version} -Provides: tex(ec-iwonacmi-sc.tfm) = %{tl_version} -Provides: tex(ec-iwonacmi.tfm) = %{tl_version} -Provides: tex(ec-iwonacr-sc.tfm) = %{tl_version} -Provides: tex(ec-iwonacr.tfm) = %{tl_version} -Provides: tex(ec-iwonacri-sc.tfm) = %{tl_version} -Provides: tex(ec-iwonacri.tfm) = %{tl_version} -Provides: tex(ec-iwonah-sc.tfm) = %{tl_version} -Provides: tex(ec-iwonah.tfm) = %{tl_version} -Provides: tex(ec-iwonahi-sc.tfm) = %{tl_version} -Provides: tex(ec-iwonahi.tfm) = %{tl_version} -Provides: tex(ec-iwonal-sc.tfm) = %{tl_version} -Provides: tex(ec-iwonal.tfm) = %{tl_version} -Provides: tex(ec-iwonali-sc.tfm) = %{tl_version} -Provides: tex(ec-iwonali.tfm) = %{tl_version} -Provides: tex(ec-iwonam-sc.tfm) = %{tl_version} -Provides: tex(ec-iwonam.tfm) = %{tl_version} -Provides: tex(ec-iwonami-sc.tfm) = %{tl_version} -Provides: tex(ec-iwonami.tfm) = %{tl_version} -Provides: tex(ec-iwonar-sc.tfm) = %{tl_version} -Provides: tex(ec-iwonar.tfm) = %{tl_version} -Provides: tex(ec-iwonari-sc.tfm) = %{tl_version} -Provides: tex(ec-iwonari.tfm) = %{tl_version} -Provides: tex(ex-iwonab.tfm) = %{tl_version} -Provides: tex(ex-iwonacb.tfm) = %{tl_version} -Provides: tex(ex-iwonach.tfm) = %{tl_version} -Provides: tex(ex-iwonacl.tfm) = %{tl_version} -Provides: tex(ex-iwonacm.tfm) = %{tl_version} -Provides: tex(ex-iwonacr.tfm) = %{tl_version} -Provides: tex(ex-iwonah.tfm) = %{tl_version} -Provides: tex(ex-iwonal.tfm) = %{tl_version} -Provides: tex(ex-iwonam.tfm) = %{tl_version} -Provides: tex(ex-iwonar.tfm) = %{tl_version} -Provides: tex(greek-iwonab.tfm) = %{tl_version} -Provides: tex(greek-iwonabi.tfm) = %{tl_version} -Provides: tex(greek-iwonacb.tfm) = %{tl_version} -Provides: tex(greek-iwonacbi.tfm) = %{tl_version} -Provides: tex(greek-iwonach.tfm) = %{tl_version} -Provides: tex(greek-iwonachi.tfm) = %{tl_version} -Provides: tex(greek-iwonacl.tfm) = %{tl_version} -Provides: tex(greek-iwonacli.tfm) = %{tl_version} -Provides: tex(greek-iwonacm.tfm) = %{tl_version} -Provides: tex(greek-iwonacmi.tfm) = %{tl_version} -Provides: tex(greek-iwonacr.tfm) = %{tl_version} -Provides: tex(greek-iwonacri.tfm) = %{tl_version} -Provides: tex(greek-iwonah.tfm) = %{tl_version} -Provides: tex(greek-iwonahi.tfm) = %{tl_version} -Provides: tex(greek-iwonal.tfm) = %{tl_version} -Provides: tex(greek-iwonali.tfm) = %{tl_version} -Provides: tex(greek-iwonam.tfm) = %{tl_version} -Provides: tex(greek-iwonami.tfm) = %{tl_version} -Provides: tex(greek-iwonar.tfm) = %{tl_version} -Provides: tex(greek-iwonari.tfm) = %{tl_version} -Provides: tex(l7x-iwonab-sc.tfm) = %{tl_version} -Provides: tex(l7x-iwonab.tfm) = %{tl_version} -Provides: tex(l7x-iwonabi-sc.tfm) = %{tl_version} -Provides: tex(l7x-iwonabi.tfm) = %{tl_version} -Provides: tex(l7x-iwonacb-sc.tfm) = %{tl_version} -Provides: tex(l7x-iwonacb.tfm) = %{tl_version} -Provides: tex(l7x-iwonacbi-sc.tfm) = %{tl_version} -Provides: tex(l7x-iwonacbi.tfm) = %{tl_version} -Provides: tex(l7x-iwonach-sc.tfm) = %{tl_version} -Provides: tex(l7x-iwonach.tfm) = %{tl_version} -Provides: tex(l7x-iwonachi-sc.tfm) = %{tl_version} -Provides: tex(l7x-iwonachi.tfm) = %{tl_version} -Provides: tex(l7x-iwonacl-sc.tfm) = %{tl_version} -Provides: tex(l7x-iwonacl.tfm) = %{tl_version} -Provides: tex(l7x-iwonacli-sc.tfm) = %{tl_version} -Provides: tex(l7x-iwonacli.tfm) = %{tl_version} -Provides: tex(l7x-iwonacm-sc.tfm) = %{tl_version} -Provides: tex(l7x-iwonacm.tfm) = %{tl_version} -Provides: tex(l7x-iwonacmi-sc.tfm) = %{tl_version} -Provides: tex(l7x-iwonacmi.tfm) = %{tl_version} -Provides: tex(l7x-iwonacr-sc.tfm) = %{tl_version} -Provides: tex(l7x-iwonacr.tfm) = %{tl_version} -Provides: tex(l7x-iwonacri-sc.tfm) = %{tl_version} -Provides: tex(l7x-iwonacri.tfm) = %{tl_version} -Provides: tex(l7x-iwonah-sc.tfm) = %{tl_version} -Provides: tex(l7x-iwonah.tfm) = %{tl_version} -Provides: tex(l7x-iwonahi-sc.tfm) = %{tl_version} -Provides: tex(l7x-iwonahi.tfm) = %{tl_version} -Provides: tex(l7x-iwonal-sc.tfm) = %{tl_version} -Provides: tex(l7x-iwonal.tfm) = %{tl_version} -Provides: tex(l7x-iwonali-sc.tfm) = %{tl_version} -Provides: tex(l7x-iwonali.tfm) = %{tl_version} -Provides: tex(l7x-iwonam-sc.tfm) = %{tl_version} -Provides: tex(l7x-iwonam.tfm) = %{tl_version} -Provides: tex(l7x-iwonami-sc.tfm) = %{tl_version} -Provides: tex(l7x-iwonami.tfm) = %{tl_version} -Provides: tex(l7x-iwonar-sc.tfm) = %{tl_version} -Provides: tex(l7x-iwonar.tfm) = %{tl_version} -Provides: tex(l7x-iwonari-sc.tfm) = %{tl_version} -Provides: tex(l7x-iwonari.tfm) = %{tl_version} -Provides: tex(mi-iwonabi.tfm) = %{tl_version} -Provides: tex(mi-iwonacbi.tfm) = %{tl_version} -Provides: tex(mi-iwonachi.tfm) = %{tl_version} -Provides: tex(mi-iwonacli.tfm) = %{tl_version} -Provides: tex(mi-iwonacmi.tfm) = %{tl_version} -Provides: tex(mi-iwonacri.tfm) = %{tl_version} -Provides: tex(mi-iwonahi.tfm) = %{tl_version} -Provides: tex(mi-iwonali.tfm) = %{tl_version} -Provides: tex(mi-iwonami.tfm) = %{tl_version} -Provides: tex(mi-iwonari.tfm) = %{tl_version} -Provides: tex(qx-iwonab-sc.tfm) = %{tl_version} -Provides: tex(qx-iwonab.tfm) = %{tl_version} -Provides: tex(qx-iwonabi-sc.tfm) = %{tl_version} -Provides: tex(qx-iwonabi.tfm) = %{tl_version} -Provides: tex(qx-iwonacb-sc.tfm) = %{tl_version} -Provides: tex(qx-iwonacb.tfm) = %{tl_version} -Provides: tex(qx-iwonacbi-sc.tfm) = %{tl_version} -Provides: tex(qx-iwonacbi.tfm) = %{tl_version} -Provides: tex(qx-iwonach-sc.tfm) = %{tl_version} -Provides: tex(qx-iwonach.tfm) = %{tl_version} -Provides: tex(qx-iwonachi-sc.tfm) = %{tl_version} -Provides: tex(qx-iwonachi.tfm) = %{tl_version} -Provides: tex(qx-iwonacl-sc.tfm) = %{tl_version} -Provides: tex(qx-iwonacl.tfm) = %{tl_version} -Provides: tex(qx-iwonacli-sc.tfm) = %{tl_version} -Provides: tex(qx-iwonacli.tfm) = %{tl_version} -Provides: tex(qx-iwonacm-sc.tfm) = %{tl_version} -Provides: tex(qx-iwonacm.tfm) = %{tl_version} -Provides: tex(qx-iwonacmi-sc.tfm) = %{tl_version} -Provides: tex(qx-iwonacmi.tfm) = %{tl_version} -Provides: tex(qx-iwonacr-sc.tfm) = %{tl_version} -Provides: tex(qx-iwonacr.tfm) = %{tl_version} -Provides: tex(qx-iwonacri-sc.tfm) = %{tl_version} -Provides: tex(qx-iwonacri.tfm) = %{tl_version} -Provides: tex(qx-iwonah-sc.tfm) = %{tl_version} -Provides: tex(qx-iwonah.tfm) = %{tl_version} -Provides: tex(qx-iwonahi-sc.tfm) = %{tl_version} -Provides: tex(qx-iwonahi.tfm) = %{tl_version} -Provides: tex(qx-iwonal-sc.tfm) = %{tl_version} -Provides: tex(qx-iwonal.tfm) = %{tl_version} -Provides: tex(qx-iwonali-sc.tfm) = %{tl_version} -Provides: tex(qx-iwonali.tfm) = %{tl_version} -Provides: tex(qx-iwonam-sc.tfm) = %{tl_version} -Provides: tex(qx-iwonam.tfm) = %{tl_version} -Provides: tex(qx-iwonami-sc.tfm) = %{tl_version} -Provides: tex(qx-iwonami.tfm) = %{tl_version} -Provides: tex(qx-iwonar-sc.tfm) = %{tl_version} -Provides: tex(qx-iwonar.tfm) = %{tl_version} -Provides: tex(qx-iwonari-sc.tfm) = %{tl_version} -Provides: tex(qx-iwonari.tfm) = %{tl_version} -Provides: tex(rm-iwonab-sc.tfm) = %{tl_version} -Provides: tex(rm-iwonab.tfm) = %{tl_version} -Provides: tex(rm-iwonabi-sc.tfm) = %{tl_version} -Provides: tex(rm-iwonabi.tfm) = %{tl_version} -Provides: tex(rm-iwonacb-sc.tfm) = %{tl_version} -Provides: tex(rm-iwonacb.tfm) = %{tl_version} -Provides: tex(rm-iwonacbi-sc.tfm) = %{tl_version} -Provides: tex(rm-iwonacbi.tfm) = %{tl_version} -Provides: tex(rm-iwonach-sc.tfm) = %{tl_version} -Provides: tex(rm-iwonach.tfm) = %{tl_version} -Provides: tex(rm-iwonachi-sc.tfm) = %{tl_version} -Provides: tex(rm-iwonachi.tfm) = %{tl_version} -Provides: tex(rm-iwonacl-sc.tfm) = %{tl_version} -Provides: tex(rm-iwonacl.tfm) = %{tl_version} -Provides: tex(rm-iwonacli-sc.tfm) = %{tl_version} -Provides: tex(rm-iwonacli.tfm) = %{tl_version} -Provides: tex(rm-iwonacm-sc.tfm) = %{tl_version} -Provides: tex(rm-iwonacm.tfm) = %{tl_version} -Provides: tex(rm-iwonacmi-sc.tfm) = %{tl_version} -Provides: tex(rm-iwonacmi.tfm) = %{tl_version} -Provides: tex(rm-iwonacr-sc.tfm) = %{tl_version} -Provides: tex(rm-iwonacr.tfm) = %{tl_version} -Provides: tex(rm-iwonacri-sc.tfm) = %{tl_version} -Provides: tex(rm-iwonacri.tfm) = %{tl_version} -Provides: tex(rm-iwonah-sc.tfm) = %{tl_version} -Provides: tex(rm-iwonah.tfm) = %{tl_version} -Provides: tex(rm-iwonahi-sc.tfm) = %{tl_version} -Provides: tex(rm-iwonahi.tfm) = %{tl_version} -Provides: tex(rm-iwonal-sc.tfm) = %{tl_version} -Provides: tex(rm-iwonal.tfm) = %{tl_version} -Provides: tex(rm-iwonali-sc.tfm) = %{tl_version} -Provides: tex(rm-iwonali.tfm) = %{tl_version} -Provides: tex(rm-iwonam-sc.tfm) = %{tl_version} -Provides: tex(rm-iwonam.tfm) = %{tl_version} -Provides: tex(rm-iwonami-sc.tfm) = %{tl_version} -Provides: tex(rm-iwonami.tfm) = %{tl_version} -Provides: tex(rm-iwonar-sc.tfm) = %{tl_version} -Provides: tex(rm-iwonar.tfm) = %{tl_version} -Provides: tex(rm-iwonari-sc.tfm) = %{tl_version} -Provides: tex(rm-iwonari.tfm) = %{tl_version} -Provides: tex(sy-iwonabz.tfm) = %{tl_version} -Provides: tex(sy-iwonacbz.tfm) = %{tl_version} -Provides: tex(sy-iwonachz.tfm) = %{tl_version} -Provides: tex(sy-iwonaclz.tfm) = %{tl_version} -Provides: tex(sy-iwonacmz.tfm) = %{tl_version} -Provides: tex(sy-iwonacrz.tfm) = %{tl_version} -Provides: tex(sy-iwonahz.tfm) = %{tl_version} -Provides: tex(sy-iwonalz.tfm) = %{tl_version} -Provides: tex(sy-iwonamz.tfm) = %{tl_version} -Provides: tex(sy-iwonarz.tfm) = %{tl_version} -Provides: tex(t2a-iwonab.tfm) = %{tl_version} -Provides: tex(t2a-iwonabi.tfm) = %{tl_version} -Provides: tex(t2a-iwonacb.tfm) = %{tl_version} -Provides: tex(t2a-iwonacbi.tfm) = %{tl_version} -Provides: tex(t2a-iwonach.tfm) = %{tl_version} -Provides: tex(t2a-iwonachi.tfm) = %{tl_version} -Provides: tex(t2a-iwonacl.tfm) = %{tl_version} -Provides: tex(t2a-iwonacli.tfm) = %{tl_version} -Provides: tex(t2a-iwonacm.tfm) = %{tl_version} -Provides: tex(t2a-iwonacmi.tfm) = %{tl_version} -Provides: tex(t2a-iwonacr.tfm) = %{tl_version} -Provides: tex(t2a-iwonacri.tfm) = %{tl_version} -Provides: tex(t2a-iwonah.tfm) = %{tl_version} -Provides: tex(t2a-iwonahi.tfm) = %{tl_version} -Provides: tex(t2a-iwonal.tfm) = %{tl_version} -Provides: tex(t2a-iwonali.tfm) = %{tl_version} -Provides: tex(t2a-iwonam.tfm) = %{tl_version} -Provides: tex(t2a-iwonami.tfm) = %{tl_version} -Provides: tex(t2a-iwonar.tfm) = %{tl_version} -Provides: tex(t2a-iwonari.tfm) = %{tl_version} -Provides: tex(t2b-iwonab.tfm) = %{tl_version} -Provides: tex(t2b-iwonabi.tfm) = %{tl_version} -Provides: tex(t2b-iwonacb.tfm) = %{tl_version} -Provides: tex(t2b-iwonacbi.tfm) = %{tl_version} -Provides: tex(t2b-iwonach.tfm) = %{tl_version} -Provides: tex(t2b-iwonachi.tfm) = %{tl_version} -Provides: tex(t2b-iwonacl.tfm) = %{tl_version} -Provides: tex(t2b-iwonacli.tfm) = %{tl_version} -Provides: tex(t2b-iwonacm.tfm) = %{tl_version} -Provides: tex(t2b-iwonacmi.tfm) = %{tl_version} -Provides: tex(t2b-iwonacr.tfm) = %{tl_version} -Provides: tex(t2b-iwonacri.tfm) = %{tl_version} -Provides: tex(t2b-iwonah.tfm) = %{tl_version} -Provides: tex(t2b-iwonahi.tfm) = %{tl_version} -Provides: tex(t2b-iwonal.tfm) = %{tl_version} -Provides: tex(t2b-iwonali.tfm) = %{tl_version} -Provides: tex(t2b-iwonam.tfm) = %{tl_version} -Provides: tex(t2b-iwonami.tfm) = %{tl_version} -Provides: tex(t2b-iwonar.tfm) = %{tl_version} -Provides: tex(t2b-iwonari.tfm) = %{tl_version} -Provides: tex(t2c-iwonab.tfm) = %{tl_version} -Provides: tex(t2c-iwonabi.tfm) = %{tl_version} -Provides: tex(t2c-iwonacb.tfm) = %{tl_version} -Provides: tex(t2c-iwonacbi.tfm) = %{tl_version} -Provides: tex(t2c-iwonach.tfm) = %{tl_version} -Provides: tex(t2c-iwonachi.tfm) = %{tl_version} -Provides: tex(t2c-iwonacl.tfm) = %{tl_version} -Provides: tex(t2c-iwonacli.tfm) = %{tl_version} -Provides: tex(t2c-iwonacm.tfm) = %{tl_version} -Provides: tex(t2c-iwonacmi.tfm) = %{tl_version} -Provides: tex(t2c-iwonacr.tfm) = %{tl_version} -Provides: tex(t2c-iwonacri.tfm) = %{tl_version} -Provides: tex(t2c-iwonah.tfm) = %{tl_version} -Provides: tex(t2c-iwonahi.tfm) = %{tl_version} -Provides: tex(t2c-iwonal.tfm) = %{tl_version} -Provides: tex(t2c-iwonali.tfm) = %{tl_version} -Provides: tex(t2c-iwonam.tfm) = %{tl_version} -Provides: tex(t2c-iwonami.tfm) = %{tl_version} -Provides: tex(t2c-iwonar.tfm) = %{tl_version} -Provides: tex(t2c-iwonari.tfm) = %{tl_version} -Provides: tex(t5-iwonab-sc.tfm) = %{tl_version} -Provides: tex(t5-iwonab.tfm) = %{tl_version} -Provides: tex(t5-iwonabi-sc.tfm) = %{tl_version} -Provides: tex(t5-iwonabi.tfm) = %{tl_version} -Provides: tex(t5-iwonacb-sc.tfm) = %{tl_version} -Provides: tex(t5-iwonacb.tfm) = %{tl_version} -Provides: tex(t5-iwonacbi-sc.tfm) = %{tl_version} -Provides: tex(t5-iwonacbi.tfm) = %{tl_version} -Provides: tex(t5-iwonach-sc.tfm) = %{tl_version} -Provides: tex(t5-iwonach.tfm) = %{tl_version} -Provides: tex(t5-iwonachi-sc.tfm) = %{tl_version} -Provides: tex(t5-iwonachi.tfm) = %{tl_version} -Provides: tex(t5-iwonacl-sc.tfm) = %{tl_version} -Provides: tex(t5-iwonacl.tfm) = %{tl_version} -Provides: tex(t5-iwonacli-sc.tfm) = %{tl_version} -Provides: tex(t5-iwonacli.tfm) = %{tl_version} -Provides: tex(t5-iwonacm-sc.tfm) = %{tl_version} -Provides: tex(t5-iwonacm.tfm) = %{tl_version} -Provides: tex(t5-iwonacmi-sc.tfm) = %{tl_version} -Provides: tex(t5-iwonacmi.tfm) = %{tl_version} -Provides: tex(t5-iwonacr-sc.tfm) = %{tl_version} -Provides: tex(t5-iwonacr.tfm) = %{tl_version} -Provides: tex(t5-iwonacri-sc.tfm) = %{tl_version} -Provides: tex(t5-iwonacri.tfm) = %{tl_version} -Provides: tex(t5-iwonah-sc.tfm) = %{tl_version} -Provides: tex(t5-iwonah.tfm) = %{tl_version} -Provides: tex(t5-iwonahi-sc.tfm) = %{tl_version} -Provides: tex(t5-iwonahi.tfm) = %{tl_version} -Provides: tex(t5-iwonal-sc.tfm) = %{tl_version} -Provides: tex(t5-iwonal.tfm) = %{tl_version} -Provides: tex(t5-iwonali-sc.tfm) = %{tl_version} -Provides: tex(t5-iwonali.tfm) = %{tl_version} -Provides: tex(t5-iwonam-sc.tfm) = %{tl_version} -Provides: tex(t5-iwonam.tfm) = %{tl_version} -Provides: tex(t5-iwonami-sc.tfm) = %{tl_version} -Provides: tex(t5-iwonami.tfm) = %{tl_version} -Provides: tex(t5-iwonar-sc.tfm) = %{tl_version} -Provides: tex(t5-iwonar.tfm) = %{tl_version} -Provides: tex(t5-iwonari-sc.tfm) = %{tl_version} -Provides: tex(t5-iwonari.tfm) = %{tl_version} -Provides: tex(texnansi-iwonab-sc.tfm) = %{tl_version} -Provides: tex(texnansi-iwonab.tfm) = %{tl_version} -Provides: tex(texnansi-iwonabi-sc.tfm) = %{tl_version} -Provides: tex(texnansi-iwonabi.tfm) = %{tl_version} -Provides: tex(texnansi-iwonacb-sc.tfm) = %{tl_version} -Provides: tex(texnansi-iwonacb.tfm) = %{tl_version} -Provides: tex(texnansi-iwonacbi-sc.tfm) = %{tl_version} -Provides: tex(texnansi-iwonacbi.tfm) = %{tl_version} -Provides: tex(texnansi-iwonach-sc.tfm) = %{tl_version} -Provides: tex(texnansi-iwonach.tfm) = %{tl_version} -Provides: tex(texnansi-iwonachi-sc.tfm) = %{tl_version} -Provides: tex(texnansi-iwonachi.tfm) = %{tl_version} -Provides: tex(texnansi-iwonacl-sc.tfm) = %{tl_version} -Provides: tex(texnansi-iwonacl.tfm) = %{tl_version} -Provides: tex(texnansi-iwonacli-sc.tfm) = %{tl_version} -Provides: tex(texnansi-iwonacli.tfm) = %{tl_version} -Provides: tex(texnansi-iwonacm-sc.tfm) = %{tl_version} -Provides: tex(texnansi-iwonacm.tfm) = %{tl_version} -Provides: tex(texnansi-iwonacmi-sc.tfm) = %{tl_version} -Provides: tex(texnansi-iwonacmi.tfm) = %{tl_version} -Provides: tex(texnansi-iwonacr-sc.tfm) = %{tl_version} -Provides: tex(texnansi-iwonacr.tfm) = %{tl_version} -Provides: tex(texnansi-iwonacri-sc.tfm) = %{tl_version} -Provides: tex(texnansi-iwonacri.tfm) = %{tl_version} -Provides: tex(texnansi-iwonah-sc.tfm) = %{tl_version} -Provides: tex(texnansi-iwonah.tfm) = %{tl_version} -Provides: tex(texnansi-iwonahi-sc.tfm) = %{tl_version} -Provides: tex(texnansi-iwonahi.tfm) = %{tl_version} -Provides: tex(texnansi-iwonal-sc.tfm) = %{tl_version} -Provides: tex(texnansi-iwonal.tfm) = %{tl_version} -Provides: tex(texnansi-iwonali-sc.tfm) = %{tl_version} -Provides: tex(texnansi-iwonali.tfm) = %{tl_version} -Provides: tex(texnansi-iwonam-sc.tfm) = %{tl_version} -Provides: tex(texnansi-iwonam.tfm) = %{tl_version} -Provides: tex(texnansi-iwonami-sc.tfm) = %{tl_version} -Provides: tex(texnansi-iwonami.tfm) = %{tl_version} -Provides: tex(texnansi-iwonar-sc.tfm) = %{tl_version} -Provides: tex(texnansi-iwonar.tfm) = %{tl_version} -Provides: tex(texnansi-iwonari-sc.tfm) = %{tl_version} -Provides: tex(texnansi-iwonari.tfm) = %{tl_version} -Provides: tex(ts1-iwonab.tfm) = %{tl_version} -Provides: tex(ts1-iwonabi.tfm) = %{tl_version} -Provides: tex(ts1-iwonacb.tfm) = %{tl_version} -Provides: tex(ts1-iwonacbi.tfm) = %{tl_version} -Provides: tex(ts1-iwonach.tfm) = %{tl_version} -Provides: tex(ts1-iwonachi.tfm) = %{tl_version} -Provides: tex(ts1-iwonacl.tfm) = %{tl_version} -Provides: tex(ts1-iwonacli.tfm) = %{tl_version} -Provides: tex(ts1-iwonacm.tfm) = %{tl_version} -Provides: tex(ts1-iwonacmi.tfm) = %{tl_version} -Provides: tex(ts1-iwonacr.tfm) = %{tl_version} -Provides: tex(ts1-iwonacri.tfm) = %{tl_version} -Provides: tex(ts1-iwonah.tfm) = %{tl_version} -Provides: tex(ts1-iwonahi.tfm) = %{tl_version} -Provides: tex(ts1-iwonal.tfm) = %{tl_version} -Provides: tex(ts1-iwonali.tfm) = %{tl_version} -Provides: tex(ts1-iwonam.tfm) = %{tl_version} -Provides: tex(ts1-iwonami.tfm) = %{tl_version} -Provides: tex(ts1-iwonar.tfm) = %{tl_version} -Provides: tex(ts1-iwonari.tfm) = %{tl_version} -Provides: tex(wncy-iwonab.tfm) = %{tl_version} -Provides: tex(wncy-iwonabi.tfm) = %{tl_version} -Provides: tex(wncy-iwonacb.tfm) = %{tl_version} -Provides: tex(wncy-iwonacbi.tfm) = %{tl_version} -Provides: tex(wncy-iwonach.tfm) = %{tl_version} -Provides: tex(wncy-iwonachi.tfm) = %{tl_version} -Provides: tex(wncy-iwonacl.tfm) = %{tl_version} -Provides: tex(wncy-iwonacli.tfm) = %{tl_version} -Provides: tex(wncy-iwonacm.tfm) = %{tl_version} -Provides: tex(wncy-iwonacmi.tfm) = %{tl_version} -Provides: tex(wncy-iwonacr.tfm) = %{tl_version} -Provides: tex(wncy-iwonacri.tfm) = %{tl_version} -Provides: tex(wncy-iwonah.tfm) = %{tl_version} -Provides: tex(wncy-iwonahi.tfm) = %{tl_version} -Provides: tex(wncy-iwonal.tfm) = %{tl_version} -Provides: tex(wncy-iwonali.tfm) = %{tl_version} -Provides: tex(wncy-iwonam.tfm) = %{tl_version} -Provides: tex(wncy-iwonami.tfm) = %{tl_version} -Provides: tex(wncy-iwonar.tfm) = %{tl_version} -Provides: tex(wncy-iwonari.tfm) = %{tl_version} -Provides: tex(iwonab.pfb) = %{tl_version} -Provides: tex(iwonabi.pfb) = %{tl_version} -Provides: tex(iwonacb.pfb) = %{tl_version} -Provides: tex(iwonacbi.pfb) = %{tl_version} -Provides: tex(iwonach.pfb) = %{tl_version} -Provides: tex(iwonachi.pfb) = %{tl_version} -Provides: tex(iwonacl.pfb) = %{tl_version} -Provides: tex(iwonacli.pfb) = %{tl_version} -Provides: tex(iwonacm.pfb) = %{tl_version} -Provides: tex(iwonacmi.pfb) = %{tl_version} -Provides: tex(iwonacr.pfb) = %{tl_version} -Provides: tex(iwonacri.pfb) = %{tl_version} -Provides: tex(iwonah.pfb) = %{tl_version} -Provides: tex(iwonahi.pfb) = %{tl_version} -Provides: tex(iwonal.pfb) = %{tl_version} -Provides: tex(iwonali.pfb) = %{tl_version} -Provides: tex(iwonam.pfb) = %{tl_version} -Provides: tex(iwonami.pfb) = %{tl_version} -Provides: tex(iwonar.pfb) = %{tl_version} -Provides: tex(iwonari.pfb) = %{tl_version} -Provides: tex(il2iwona.fd) = %{tl_version} -Provides: tex(il2iwonac.fd) = %{tl_version} -Provides: tex(il2iwonal.fd) = %{tl_version} -Provides: tex(il2iwonalc.fd) = %{tl_version} -Provides: tex(iwona.sty) = %{tl_version} -Provides: tex(l7xiwona.fd) = %{tl_version} -Provides: tex(l7xiwonac.fd) = %{tl_version} -Provides: tex(l7xiwonal.fd) = %{tl_version} -Provides: tex(l7xiwonalc.fd) = %{tl_version} -Provides: tex(ly1iwona.fd) = %{tl_version} -Provides: tex(ly1iwonac.fd) = %{tl_version} -Provides: tex(ly1iwonal.fd) = %{tl_version} -Provides: tex(ly1iwonalc.fd) = %{tl_version} -Provides: tex(omliwona.fd) = %{tl_version} -Provides: tex(omliwonac.fd) = %{tl_version} -Provides: tex(omliwonal.fd) = %{tl_version} -Provides: tex(omliwonalc.fd) = %{tl_version} -Provides: tex(omsiwona.fd) = %{tl_version} -Provides: tex(omsiwonac.fd) = %{tl_version} -Provides: tex(omsiwonal.fd) = %{tl_version} -Provides: tex(omsiwonalc.fd) = %{tl_version} -Provides: tex(omxiwona.fd) = %{tl_version} -Provides: tex(omxiwonac.fd) = %{tl_version} -Provides: tex(omxiwonal.fd) = %{tl_version} -Provides: tex(omxiwonalc.fd) = %{tl_version} -Provides: tex(ot1iwona.fd) = %{tl_version} -Provides: tex(ot1iwonac.fd) = %{tl_version} -Provides: tex(ot1iwonacm.fd) = %{tl_version} -Provides: tex(ot1iwonal.fd) = %{tl_version} -Provides: tex(ot1iwonalc.fd) = %{tl_version} -Provides: tex(ot1iwonalcm.fd) = %{tl_version} -Provides: tex(ot1iwonalm.fd) = %{tl_version} -Provides: tex(ot1iwonam.fd) = %{tl_version} -Provides: tex(ot2iwona.fd) = %{tl_version} -Provides: tex(ot2iwonac.fd) = %{tl_version} -Provides: tex(ot2iwonal.fd) = %{tl_version} -Provides: tex(ot2iwonalc.fd) = %{tl_version} -Provides: tex(ot4iwona.fd) = %{tl_version} -Provides: tex(ot4iwonac.fd) = %{tl_version} -Provides: tex(ot4iwonal.fd) = %{tl_version} -Provides: tex(ot4iwonalc.fd) = %{tl_version} -Provides: tex(qxiwona.fd) = %{tl_version} -Provides: tex(qxiwonac.fd) = %{tl_version} -Provides: tex(qxiwonal.fd) = %{tl_version} -Provides: tex(qxiwonalc.fd) = %{tl_version} -Provides: tex(t1iwona.fd) = %{tl_version} -Provides: tex(t1iwonac.fd) = %{tl_version} -Provides: tex(t1iwonal.fd) = %{tl_version} -Provides: tex(t1iwonalc.fd) = %{tl_version} -Provides: tex(t2aiwona.fd) = %{tl_version} -Provides: tex(t2aiwonac.fd) = %{tl_version} -Provides: tex(t2aiwonal.fd) = %{tl_version} -Provides: tex(t2aiwonalc.fd) = %{tl_version} -Provides: tex(t2biwona.fd) = %{tl_version} -Provides: tex(t2biwonac.fd) = %{tl_version} -Provides: tex(t2biwonal.fd) = %{tl_version} -Provides: tex(t2biwonalc.fd) = %{tl_version} -Provides: tex(t2ciwona.fd) = %{tl_version} -Provides: tex(t2ciwonac.fd) = %{tl_version} -Provides: tex(t2ciwonal.fd) = %{tl_version} -Provides: tex(t2ciwonalc.fd) = %{tl_version} -Provides: tex(t5iwona.fd) = %{tl_version} -Provides: tex(t5iwonac.fd) = %{tl_version} -Provides: tex(t5iwonal.fd) = %{tl_version} -Provides: tex(t5iwonalc.fd) = %{tl_version} -Provides: tex(ts1iwona.fd) = %{tl_version} -Provides: tex(ts1iwonac.fd) = %{tl_version} -Provides: tex(ts1iwonal.fd) = %{tl_version} -Provides: tex(ts1iwonalc.fd) = %{tl_version} -Provides: tex(iwona-math.tex) = %{tl_version} - -%description iwona -Iwona is a two-element sans-serif typeface. It was created as -an alternative version of the Kurier typeface, which was -designed in 1975 for a diploma in typeface design at the Warsaw -Academy of Fine Arts under the supervision of Roman -Tomaszewski. This distribution contains a significantly -extended set of characters covering the following modern -alphabets: latin (including Vietnamese), Cyrillic and Greek as -well as a number of additional symbols (including mathematical -symbols). The fonts are prepared in Type 1 and OpenType -formats. For use with TeX the following encoding files have -been prepared: T1 (ec), T2 (abc), and OT2--Cyrillic, T5 -(Vietnamese), OT4, QX, texansi and nonstandard (IL2 for the -Czech fonts), as well as supporting macros and files defining -fonts for LaTeX. - -%package iwona-doc -Summary: Documentation for iwona -Version: svn19611.0.995b - -Provides: tex-iwona-doc -AutoReqProv: No - -%description iwona-doc -Documentation for iwona - -%package jablantile -Provides: tex-jablantile = %{tl_version} -License: Public Domain -Summary: Metafont version of tiles in the style of Slavik Jablan -Version: svn16364.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - - -%description jablantile -This is a small Metafont font to implement the modular tiles -described by Slavik Jablan. For an outline of the theoretical -structure of the tiles, see (for example) Jablan's JMM 2006 -Exhibit. - -%package jablantile-doc -Summary: Documentation for jablantile -Version: svn16364.0 - -Provides: tex-jablantile-doc -AutoReqProv: No - -%description jablantile-doc -Documentation for jablantile - -%package jamtimes -Provides: tex-jamtimes = %{tl_version} -License: BSD -Summary: Expanded Times Roman fonts -Version: svn20408.1.12 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(xkeyval.sty) -Requires: tex(eucal.sty) -Requires: tex(amsfonts.sty) -Provides: tex(jtm.map) = %{tl_version} -Provides: tex(blsy.tfm) = %{tl_version} -Provides: tex(jtmb7tv.tfm) = %{tl_version} -Provides: tex(jtmb8cv.tfm) = %{tl_version} -Provides: tex(jtmb8rv.tfm) = %{tl_version} -Provides: tex(jtmb8tv.tfm) = %{tl_version} -Provides: tex(jtmbc7tv.tfm) = %{tl_version} -Provides: tex(jtmbc8tv.tfm) = %{tl_version} -Provides: tex(jtmbi7me.tfm) = %{tl_version} -Provides: tex(jtmbi7tv.tfm) = %{tl_version} -Provides: tex(jtmbi8cv.tfm) = %{tl_version} -Provides: tex(jtmbi8rv.tfm) = %{tl_version} -Provides: tex(jtmbi8tv.tfm) = %{tl_version} -Provides: tex(jtmbo7tv.tfm) = %{tl_version} -Provides: tex(jtmbo8cv.tfm) = %{tl_version} -Provides: tex(jtmbo8rv.tfm) = %{tl_version} -Provides: tex(jtmbo8tv.tfm) = %{tl_version} -Provides: tex(jtmr7tc.tfm) = %{tl_version} -Provides: tex(jtmr7te.tfm) = %{tl_version} -Provides: tex(jtmr7tw.tfm) = %{tl_version} -Provides: tex(jtmr7ye.tfm) = %{tl_version} -Provides: tex(jtmr7yoe.tfm) = %{tl_version} -Provides: tex(jtmr8cc.tfm) = %{tl_version} -Provides: tex(jtmr8ce.tfm) = %{tl_version} -Provides: tex(jtmr8cw.tfm) = %{tl_version} -Provides: tex(jtmr8rc.tfm) = %{tl_version} -Provides: tex(jtmr8re.tfm) = %{tl_version} -Provides: tex(jtmr8rw.tfm) = %{tl_version} -Provides: tex(jtmr8tc.tfm) = %{tl_version} -Provides: tex(jtmr8te.tfm) = %{tl_version} -Provides: tex(jtmr8tw.tfm) = %{tl_version} -Provides: tex(jtmrc7te.tfm) = %{tl_version} -Provides: tex(jtmrc7tw.tfm) = %{tl_version} -Provides: tex(jtmrc8te.tfm) = %{tl_version} -Provides: tex(jtmrc8tw.tfm) = %{tl_version} -Provides: tex(jtmri7me.tfm) = %{tl_version} -Provides: tex(jtmri7te.tfm) = %{tl_version} -Provides: tex(jtmri7tw.tfm) = %{tl_version} -Provides: tex(jtmri7ze.tfm) = %{tl_version} -Provides: tex(jtmri8ce.tfm) = %{tl_version} -Provides: tex(jtmri8cw.tfm) = %{tl_version} -Provides: tex(jtmri8re.tfm) = %{tl_version} -Provides: tex(jtmri8rw.tfm) = %{tl_version} -Provides: tex(jtmri8te.tfm) = %{tl_version} -Provides: tex(jtmri8tw.tfm) = %{tl_version} -Provides: tex(jtmro7te.tfm) = %{tl_version} -Provides: tex(jtmro7tw.tfm) = %{tl_version} -Provides: tex(jtmro8ce.tfm) = %{tl_version} -Provides: tex(jtmro8cw.tfm) = %{tl_version} -Provides: tex(jtmro8re.tfm) = %{tl_version} -Provides: tex(jtmro8rw.tfm) = %{tl_version} -Provides: tex(jtmro8te.tfm) = %{tl_version} -Provides: tex(jtmro8tw.tfm) = %{tl_version} -Provides: tex(ptmb8a.tfm) = %{tl_version} -Provides: tex(ptmbi8a.tfm) = %{tl_version} -Provides: tex(ptmr8a.tfm) = %{tl_version} -Provides: tex(ptmri8a.tfm) = %{tl_version} -Provides: tex(rblmi.tfm) = %{tl_version} -Provides: tex(jtmb7tv.vf) = %{tl_version} -Provides: tex(jtmb8cv.vf) = %{tl_version} -Provides: tex(jtmb8tv.vf) = %{tl_version} -Provides: tex(jtmbc7tv.vf) = %{tl_version} -Provides: tex(jtmbc8tv.vf) = %{tl_version} -Provides: tex(jtmbi7me.vf) = %{tl_version} -Provides: tex(jtmbi7tv.vf) = %{tl_version} -Provides: tex(jtmbi8cv.vf) = %{tl_version} -Provides: tex(jtmbi8tv.vf) = %{tl_version} -Provides: tex(jtmbo7tv.vf) = %{tl_version} -Provides: tex(jtmbo8cv.vf) = %{tl_version} -Provides: tex(jtmbo8tv.vf) = %{tl_version} -Provides: tex(jtmr7tc.vf) = %{tl_version} -Provides: tex(jtmr7te.vf) = %{tl_version} -Provides: tex(jtmr7tw.vf) = %{tl_version} -Provides: tex(jtmr7ye.vf) = %{tl_version} -Provides: tex(jtmr8cc.vf) = %{tl_version} -Provides: tex(jtmr8ce.vf) = %{tl_version} -Provides: tex(jtmr8cw.vf) = %{tl_version} -Provides: tex(jtmr8tc.vf) = %{tl_version} -Provides: tex(jtmr8te.vf) = %{tl_version} -Provides: tex(jtmr8tw.vf) = %{tl_version} -Provides: tex(jtmrc7te.vf) = %{tl_version} -Provides: tex(jtmrc7tw.vf) = %{tl_version} -Provides: tex(jtmrc8te.vf) = %{tl_version} -Provides: tex(jtmrc8tw.vf) = %{tl_version} -Provides: tex(jtmri7me.vf) = %{tl_version} -Provides: tex(jtmri7te.vf) = %{tl_version} -Provides: tex(jtmri7tw.vf) = %{tl_version} -Provides: tex(jtmri8ce.vf) = %{tl_version} -Provides: tex(jtmri8cw.vf) = %{tl_version} -Provides: tex(jtmri8te.vf) = %{tl_version} -Provides: tex(jtmri8tw.vf) = %{tl_version} -Provides: tex(jtmro7te.vf) = %{tl_version} -Provides: tex(jtmro7tw.vf) = %{tl_version} -Provides: tex(jtmro8ce.vf) = %{tl_version} -Provides: tex(jtmro8cw.vf) = %{tl_version} -Provides: tex(jtmro8te.vf) = %{tl_version} -Provides: tex(jtmro8tw.vf) = %{tl_version} -Provides: tex(jamtimes.sty) = %{tl_version} -Provides: tex(omljtm.fd) = %{tl_version} -Provides: tex(omsjtm.fd) = %{tl_version} -Provides: tex(ot1jtm.fd) = %{tl_version} -Provides: tex(t1jtm.fd) = %{tl_version} -Provides: tex(ts1jtm.fd) = %{tl_version} - -%description jamtimes -The package offers LaTeX support for the expanded Times Roman -font, which has been used for many years in the Journal -d'Analyse Mathematique. Mathematics support is based on the -Belleek fonts. - -%package jamtimes-doc -Summary: Documentation for jamtimes -Version: svn20408.1.12 - -Provides: tex-jamtimes-doc -AutoReqProv: No - -%description jamtimes-doc -Documentation for jamtimes - -%package junicode -Provides: tex-junicode = %{tl_version} -License: GPL+ -Summary: A TrueType font for mediaevalists -Version: svn53954 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(LY1Junicode-Inf.fd) = %{tl_version} -Provides: tex(LY1Junicode-Sup.fd) = %{tl_version} -Provides: tex(LY1Junicode-TLF.fd) = %{tl_version} -Provides: tex(LY1Junicode-TOsF.fd) = %{tl_version} -Provides: tex(OT1Junicode-Inf.fd) = %{tl_version} -Provides: tex(OT1Junicode-Sup.fd) = %{tl_version} -Provides: tex(OT1Junicode-TLF.fd) = %{tl_version} -Provides: tex(OT1Junicode-TOsF.fd) = %{tl_version} -Provides: tex(T1Junicode-Inf.fd) = %{tl_version} -Provides: tex(T1Junicode-Sup.fd) = %{tl_version} -Provides: tex(T1Junicode-TLF.fd) = %{tl_version} -Provides: tex(T1Junicode-TOsF.fd) = %{tl_version} -Provides: tex(T3Junicode-Inf.fd) = %{tl_version} -Provides: tex(T3Junicode-Sup.fd) = %{tl_version} -Provides: tex(T3Junicode-TLF.fd) = %{tl_version} -Provides: tex(T3Junicode-TOsF.fd) = %{tl_version} -Provides: tex(TS1Junicode-TLF.fd) = %{tl_version} -Provides: tex(TS1Junicode-TOsF.fd) = %{tl_version} -Provides: tex(TS3Junicode-Inf.fd) = %{tl_version} -Provides: tex(TS3Junicode-Sup.fd) = %{tl_version} -Provides: tex(TS3Junicode-TLF.fd) = %{tl_version} -Provides: tex(TS3Junicode-TOsF.fd) = %{tl_version} -Provides: tex(a_2bpv3m.enc) = %{tl_version} -Provides: tex(a_2mm3c2.enc) = %{tl_version} -Provides: tex(a_2p6ois.enc) = %{tl_version} -Provides: tex(a_2sfipb.enc) = %{tl_version} -Provides: tex(a_3lniep.enc) = %{tl_version} -Provides: tex(a_3oiwi3.enc) = %{tl_version} -Provides: tex(a_3volwp.enc) = %{tl_version} -Provides: tex(a_3xz3h2.enc) = %{tl_version} -Provides: tex(a_4n6crv.enc) = %{tl_version} -Provides: tex(a_4wispq.enc) = %{tl_version} -Provides: tex(a_4ycye2.enc) = %{tl_version} -Provides: tex(a_5swlfy.enc) = %{tl_version} -Provides: tex(a_6u5uu4.enc) = %{tl_version} -Provides: tex(a_7ds3wq.enc) = %{tl_version} -Provides: tex(a_b5lvdl.enc) = %{tl_version} -Provides: tex(a_b5zcir.enc) = %{tl_version} -Provides: tex(a_bt27yq.enc) = %{tl_version} -Provides: tex(a_buzzjq.enc) = %{tl_version} -Provides: tex(a_bxn3t2.enc) = %{tl_version} -Provides: tex(a_c3r5id.enc) = %{tl_version} -Provides: tex(a_ciujvo.enc) = %{tl_version} -Provides: tex(a_czanfn.enc) = %{tl_version} -Provides: tex(a_daqx6o.enc) = %{tl_version} -Provides: tex(a_ddgo45.enc) = %{tl_version} -Provides: tex(a_dh7eks.enc) = %{tl_version} -Provides: tex(a_dsxmxh.enc) = %{tl_version} -Provides: tex(a_e224kq.enc) = %{tl_version} -Provides: tex(a_e24h5d.enc) = %{tl_version} -Provides: tex(a_eegkrc.enc) = %{tl_version} -Provides: tex(a_egdeql.enc) = %{tl_version} -Provides: tex(a_equvmx.enc) = %{tl_version} -Provides: tex(a_ewwy5y.enc) = %{tl_version} -Provides: tex(a_eyvcqg.enc) = %{tl_version} -Provides: tex(a_fb4xbs.enc) = %{tl_version} -Provides: tex(a_fsg22v.enc) = %{tl_version} -Provides: tex(a_ghwqhd.enc) = %{tl_version} -Provides: tex(a_gus7sm.enc) = %{tl_version} -Provides: tex(a_h747e4.enc) = %{tl_version} -Provides: tex(a_hlkg6v.enc) = %{tl_version} -Provides: tex(a_hzunuz.enc) = %{tl_version} -Provides: tex(a_iahbda.enc) = %{tl_version} -Provides: tex(a_iapetj.enc) = %{tl_version} -Provides: tex(a_iqg3f5.enc) = %{tl_version} -Provides: tex(a_jddr6t.enc) = %{tl_version} -Provides: tex(a_jg27fn.enc) = %{tl_version} -Provides: tex(a_jjpsim.enc) = %{tl_version} -Provides: tex(a_jtxgor.enc) = %{tl_version} -Provides: tex(a_l3mb37.enc) = %{tl_version} -Provides: tex(a_leirnf.enc) = %{tl_version} -Provides: tex(a_lzmc63.enc) = %{tl_version} -Provides: tex(a_m5vvpo.enc) = %{tl_version} -Provides: tex(a_msm5ja.enc) = %{tl_version} -Provides: tex(a_myi6mz.enc) = %{tl_version} -Provides: tex(a_n574it.enc) = %{tl_version} -Provides: tex(a_n5rwri.enc) = %{tl_version} -Provides: tex(a_ncdqoi.enc) = %{tl_version} -Provides: tex(a_nfgurc.enc) = %{tl_version} -Provides: tex(a_ng574l.enc) = %{tl_version} -Provides: tex(a_nxovao.enc) = %{tl_version} -Provides: tex(a_ocfo6w.enc) = %{tl_version} -Provides: tex(a_ofg65e.enc) = %{tl_version} -Provides: tex(a_ovuqp7.enc) = %{tl_version} -Provides: tex(a_oyqcvc.enc) = %{tl_version} -Provides: tex(a_oz2voy.enc) = %{tl_version} -Provides: tex(a_p42lhv.enc) = %{tl_version} -Provides: tex(a_pjlm4h.enc) = %{tl_version} -Provides: tex(a_pyi5bn.enc) = %{tl_version} -Provides: tex(a_q5oomy.enc) = %{tl_version} -Provides: tex(a_qojq43.enc) = %{tl_version} -Provides: tex(a_qrnvns.enc) = %{tl_version} -Provides: tex(a_r5vqsy.enc) = %{tl_version} -Provides: tex(a_re7epd.enc) = %{tl_version} -Provides: tex(a_reswd7.enc) = %{tl_version} -Provides: tex(a_riy3vj.enc) = %{tl_version} -Provides: tex(a_rld3th.enc) = %{tl_version} -Provides: tex(a_rq7kaz.enc) = %{tl_version} -Provides: tex(a_rufiuz.enc) = %{tl_version} -Provides: tex(a_senygh.enc) = %{tl_version} -Provides: tex(a_skkj5j.enc) = %{tl_version} -Provides: tex(a_tgx5t5.enc) = %{tl_version} -Provides: tex(a_ud6k5n.enc) = %{tl_version} -Provides: tex(a_ue6kia.enc) = %{tl_version} -Provides: tex(a_uqrabr.enc) = %{tl_version} -Provides: tex(a_uteiqb.enc) = %{tl_version} -Provides: tex(a_uui4bo.enc) = %{tl_version} -Provides: tex(a_vd2fo2.enc) = %{tl_version} -Provides: tex(a_w3oimd.enc) = %{tl_version} -Provides: tex(a_wqhzsa.enc) = %{tl_version} -Provides: tex(a_x5gcu6.enc) = %{tl_version} -Provides: tex(a_xafpoq.enc) = %{tl_version} -Provides: tex(a_xzdxuw.enc) = %{tl_version} -Provides: tex(a_yabl64.enc) = %{tl_version} -Provides: tex(a_yt7kgf.enc) = %{tl_version} -Provides: tex(a_z2b6ll.enc) = %{tl_version} -Provides: tex(a_zbjpie.enc) = %{tl_version} -Provides: tex(a_zw22co.enc) = %{tl_version} -Provides: tex(a_zyf2d6.enc) = %{tl_version} -Provides: tex(junicode.sty) = %{tl_version} -Provides: tex(mt-Junicode.cfg) = %{tl_version} - -%description junicode -Junicode is a TrueType font with many OpenType features for -antiquarians (especially medievalists) based on typefaces used -by the Oxford Press in the late 17th and early 18th centuries. -It works well with Xe(La)TeX. - -%package junicode-doc -Summary: Documentation for junicode -Version: svn53954 -Provides: tex-junicode-doc -AutoReqProv: No - -%description junicode-doc -Documentation for junicode - -%package kixfont -Provides: tex-kixfont = %{tl_version} -License: Copyright only -Summary: A font for KIX codes -Version: svn18488.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(kix.tfm) = %{tl_version} - -%description kixfont -The KIX code is a barcode-like format used by the Dutch PTT to -encode country codes, zip codes and street numbers in a machine- -readable format. If printed below the address line on bulk -mailings, a discount can be obtained. The font is distributed -in Metafont format, and covers the numbers and upper-case -letters. - -%package kixfont-doc -Summary: Documentation for kixfont -Version: svn18488.0 - -Provides: tex-kixfont-doc -AutoReqProv: No - -%description kixfont-doc -Documentation for kixfont - -%package kpfonts -Provides: tex-kpfonts = %{tl_version} -License: GPL+ -Summary: A complete set of fonts for text and mathematics -Version: svn48470 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(textcomp.sty) -Requires: tex(amsmath.sty) -Requires: tex(ifthen.sty) -Provides: tex(kpfonts-expert-sc.enc) = %{tl_version} -Provides: tex(kpfonts-expert-tt.enc) = %{tl_version} -Provides: tex(kpfonts-expert.enc) = %{tl_version} -Provides: tex(kpfonts-large-sc.enc) = %{tl_version} -Provides: tex(kpfonts.map) = %{tl_version} -Provides: tex(kpfonts.sty) = %{tl_version} -Provides: tex(omljkp.fd) = %{tl_version} -Provides: tex(omljkpl.fd) = %{tl_version} -Provides: tex(omljkplvos.fd) = %{tl_version} -Provides: tex(omljkplvosw.fd) = %{tl_version} -Provides: tex(omljkplw.fd) = %{tl_version} -Provides: tex(omljkpss.fd) = %{tl_version} -Provides: tex(omljkpssvos.fd) = %{tl_version} -Provides: tex(omljkpvos.fd) = %{tl_version} -Provides: tex(omljkpvosw.fd) = %{tl_version} -Provides: tex(omljkpw.fd) = %{tl_version} -Provides: tex(omsjkp.fd) = %{tl_version} -Provides: tex(omsjkpl.fd) = %{tl_version} -Provides: tex(omsjkplw.fd) = %{tl_version} -Provides: tex(omsjkpw.fd) = %{tl_version} -Provides: tex(omxjkp.fd) = %{tl_version} -Provides: tex(omxjkpl.fd) = %{tl_version} -Provides: tex(omxjkpss.fd) = %{tl_version} -Provides: tex(ot1jkp.fd) = %{tl_version} -Provides: tex(ot1jkpf.fd) = %{tl_version} -Provides: tex(ot1jkpfosn.fd) = %{tl_version} -Provides: tex(ot1jkpk.fd) = %{tl_version} -Provides: tex(ot1jkpkf.fd) = %{tl_version} -Provides: tex(ot1jkpkfosn.fd) = %{tl_version} -Provides: tex(ot1jkpkos.fd) = %{tl_version} -Provides: tex(ot1jkpkosn.fd) = %{tl_version} -Provides: tex(ot1jkpkvos.fd) = %{tl_version} -Provides: tex(ot1jkpl.fd) = %{tl_version} -Provides: tex(ot1jkplf.fd) = %{tl_version} -Provides: tex(ot1jkplfosn.fd) = %{tl_version} -Provides: tex(ot1jkplk.fd) = %{tl_version} -Provides: tex(ot1jkplkf.fd) = %{tl_version} -Provides: tex(ot1jkplkfosn.fd) = %{tl_version} -Provides: tex(ot1jkplkos.fd) = %{tl_version} -Provides: tex(ot1jkplkosn.fd) = %{tl_version} -Provides: tex(ot1jkplkvos.fd) = %{tl_version} -Provides: tex(ot1jkplos.fd) = %{tl_version} -Provides: tex(ot1jkplosn.fd) = %{tl_version} -Provides: tex(ot1jkplvos.fd) = %{tl_version} -Provides: tex(ot1jkpos.fd) = %{tl_version} -Provides: tex(ot1jkposn.fd) = %{tl_version} -Provides: tex(ot1jkpss.fd) = %{tl_version} -Provides: tex(ot1jkpssf.fd) = %{tl_version} -Provides: tex(ot1jkpssfosn.fd) = %{tl_version} -Provides: tex(ot1jkpssk.fd) = %{tl_version} -Provides: tex(ot1jkpsskf.fd) = %{tl_version} -Provides: tex(ot1jkpsskfosn.fd) = %{tl_version} -Provides: tex(ot1jkpsskos.fd) = %{tl_version} -Provides: tex(ot1jkpsskosn.fd) = %{tl_version} -Provides: tex(ot1jkpsskvos.fd) = %{tl_version} -Provides: tex(ot1jkpssos.fd) = %{tl_version} -Provides: tex(ot1jkpssosn.fd) = %{tl_version} -Provides: tex(ot1jkpssvos.fd) = %{tl_version} -Provides: tex(ot1jkptt.fd) = %{tl_version} -Provides: tex(ot1jkpttos.fd) = %{tl_version} -Provides: tex(ot1jkpttosn.fd) = %{tl_version} -Provides: tex(ot1jkpttvos.fd) = %{tl_version} -Provides: tex(ot1jkpvos.fd) = %{tl_version} -Provides: tex(ot1jkpx.fd) = %{tl_version} -Provides: tex(ot1jkpxf.fd) = %{tl_version} -Provides: tex(ot1jkpxfosn.fd) = %{tl_version} -Provides: tex(ot1jkpxk.fd) = %{tl_version} -Provides: tex(ot1jkpxkf.fd) = %{tl_version} -Provides: tex(ot1jkpxkfosn.fd) = %{tl_version} -Provides: tex(ot1jkpxkos.fd) = %{tl_version} -Provides: tex(ot1jkpxkosn.fd) = %{tl_version} -Provides: tex(ot1jkpxkvos.fd) = %{tl_version} -Provides: tex(ot1jkpxos.fd) = %{tl_version} -Provides: tex(ot1jkpxosn.fd) = %{tl_version} -Provides: tex(ot1jkpxvos.fd) = %{tl_version} -Provides: tex(t1jkp.fd) = %{tl_version} -Provides: tex(t1jkpf.fd) = %{tl_version} -Provides: tex(t1jkpfosn.fd) = %{tl_version} -Provides: tex(t1jkpk.fd) = %{tl_version} -Provides: tex(t1jkpkf.fd) = %{tl_version} -Provides: tex(t1jkpkfosn.fd) = %{tl_version} -Provides: tex(t1jkpkos.fd) = %{tl_version} -Provides: tex(t1jkpkosn.fd) = %{tl_version} -Provides: tex(t1jkpkvos.fd) = %{tl_version} -Provides: tex(t1jkpl.fd) = %{tl_version} -Provides: tex(t1jkplf.fd) = %{tl_version} -Provides: tex(t1jkplfosn.fd) = %{tl_version} -Provides: tex(t1jkplk.fd) = %{tl_version} -Provides: tex(t1jkplkf.fd) = %{tl_version} -Provides: tex(t1jkplkfosn.fd) = %{tl_version} -Provides: tex(t1jkplkos.fd) = %{tl_version} -Provides: tex(t1jkplkosn.fd) = %{tl_version} -Provides: tex(t1jkplkvos.fd) = %{tl_version} -Provides: tex(t1jkplos.fd) = %{tl_version} -Provides: tex(t1jkplosn.fd) = %{tl_version} -Provides: tex(t1jkplvos.fd) = %{tl_version} -Provides: tex(t1jkpos.fd) = %{tl_version} -Provides: tex(t1jkposn.fd) = %{tl_version} -Provides: tex(t1jkpss.fd) = %{tl_version} -Provides: tex(t1jkpssf.fd) = %{tl_version} -Provides: tex(t1jkpssfosn.fd) = %{tl_version} -Provides: tex(t1jkpssk.fd) = %{tl_version} -Provides: tex(t1jkpsskf.fd) = %{tl_version} -Provides: tex(t1jkpsskfosn.fd) = %{tl_version} -Provides: tex(t1jkpsskos.fd) = %{tl_version} -Provides: tex(t1jkpsskosn.fd) = %{tl_version} -Provides: tex(t1jkpsskvos.fd) = %{tl_version} -Provides: tex(t1jkpssos.fd) = %{tl_version} -Provides: tex(t1jkpssosn.fd) = %{tl_version} -Provides: tex(t1jkpssvos.fd) = %{tl_version} -Provides: tex(t1jkptt.fd) = %{tl_version} -Provides: tex(t1jkpttos.fd) = %{tl_version} -Provides: tex(t1jkpttosn.fd) = %{tl_version} -Provides: tex(t1jkpttvos.fd) = %{tl_version} -Provides: tex(t1jkpvos.fd) = %{tl_version} -Provides: tex(t1jkpx.fd) = %{tl_version} -Provides: tex(t1jkpxf.fd) = %{tl_version} -Provides: tex(t1jkpxfosn.fd) = %{tl_version} -Provides: tex(t1jkpxk.fd) = %{tl_version} -Provides: tex(t1jkpxkf.fd) = %{tl_version} -Provides: tex(t1jkpxkfosn.fd) = %{tl_version} -Provides: tex(t1jkpxkos.fd) = %{tl_version} -Provides: tex(t1jkpxkosn.fd) = %{tl_version} -Provides: tex(t1jkpxkvos.fd) = %{tl_version} -Provides: tex(t1jkpxos.fd) = %{tl_version} -Provides: tex(t1jkpxosn.fd) = %{tl_version} -Provides: tex(t1jkpxvos.fd) = %{tl_version} -Provides: tex(ts1jkp.fd) = %{tl_version} -Provides: tex(ts1jkpf.fd) = %{tl_version} -Provides: tex(ts1jkpfosn.fd) = %{tl_version} -Provides: tex(ts1jkpk.fd) = %{tl_version} -Provides: tex(ts1jkpkf.fd) = %{tl_version} -Provides: tex(ts1jkpkfosn.fd) = %{tl_version} -Provides: tex(ts1jkpkos.fd) = %{tl_version} -Provides: tex(ts1jkpkosn.fd) = %{tl_version} -Provides: tex(ts1jkpkvos.fd) = %{tl_version} -Provides: tex(ts1jkpl.fd) = %{tl_version} -Provides: tex(ts1jkplf.fd) = %{tl_version} -Provides: tex(ts1jkplfosn.fd) = %{tl_version} -Provides: tex(ts1jkplk.fd) = %{tl_version} -Provides: tex(ts1jkplkf.fd) = %{tl_version} -Provides: tex(ts1jkplkfosn.fd) = %{tl_version} -Provides: tex(ts1jkplkos.fd) = %{tl_version} -Provides: tex(ts1jkplkosn.fd) = %{tl_version} -Provides: tex(ts1jkplkvos.fd) = %{tl_version} -Provides: tex(ts1jkplos.fd) = %{tl_version} -Provides: tex(ts1jkplosn.fd) = %{tl_version} -Provides: tex(ts1jkplvos.fd) = %{tl_version} -Provides: tex(ts1jkpos.fd) = %{tl_version} -Provides: tex(ts1jkposn.fd) = %{tl_version} -Provides: tex(ts1jkpss.fd) = %{tl_version} -Provides: tex(ts1jkpssf.fd) = %{tl_version} -Provides: tex(ts1jkpssfosn.fd) = %{tl_version} -Provides: tex(ts1jkpssk.fd) = %{tl_version} -Provides: tex(ts1jkpsskf.fd) = %{tl_version} -Provides: tex(ts1jkpsskfosn.fd) = %{tl_version} -Provides: tex(ts1jkpsskos.fd) = %{tl_version} -Provides: tex(ts1jkpsskosn.fd) = %{tl_version} -Provides: tex(ts1jkpsskvos.fd) = %{tl_version} -Provides: tex(ts1jkpssos.fd) = %{tl_version} -Provides: tex(ts1jkpssosn.fd) = %{tl_version} -Provides: tex(ts1jkpssvos.fd) = %{tl_version} -Provides: tex(ts1jkptt.fd) = %{tl_version} -Provides: tex(ts1jkpttos.fd) = %{tl_version} -Provides: tex(ts1jkpttosn.fd) = %{tl_version} -Provides: tex(ts1jkpttvos.fd) = %{tl_version} -Provides: tex(ts1jkpvos.fd) = %{tl_version} -Provides: tex(ts1jkpx.fd) = %{tl_version} -Provides: tex(ts1jkpxf.fd) = %{tl_version} -Provides: tex(ts1jkpxfosn.fd) = %{tl_version} -Provides: tex(ts1jkpxk.fd) = %{tl_version} -Provides: tex(ts1jkpxkf.fd) = %{tl_version} -Provides: tex(ts1jkpxkfosn.fd) = %{tl_version} -Provides: tex(ts1jkpxkos.fd) = %{tl_version} -Provides: tex(ts1jkpxkosn.fd) = %{tl_version} -Provides: tex(ts1jkpxkvos.fd) = %{tl_version} -Provides: tex(ts1jkpxos.fd) = %{tl_version} -Provides: tex(ts1jkpxosn.fd) = %{tl_version} -Provides: tex(ts1jkpxvos.fd) = %{tl_version} -Provides: tex(ujkpexa.fd) = %{tl_version} -Provides: tex(ujkplexa.fd) = %{tl_version} -Provides: tex(ujkplmia.fd) = %{tl_version} -Provides: tex(ujkplmiaw.fd) = %{tl_version} -Provides: tex(ujkplsyb.fd) = %{tl_version} -Provides: tex(ujkplsybw.fd) = %{tl_version} -Provides: tex(ujkplsyc.fd) = %{tl_version} -Provides: tex(ujkplsyd.fd) = %{tl_version} -Provides: tex(ujkplsydw.fd) = %{tl_version} -Provides: tex(ujkpmia.fd) = %{tl_version} -Provides: tex(ujkpmiaw.fd) = %{tl_version} -Provides: tex(ujkpsslsyb.fd) = %{tl_version} -Provides: tex(ujkpsslsybw.fd) = %{tl_version} -Provides: tex(ujkpssmia.fd) = %{tl_version} -Provides: tex(ujkpsssyb.fd) = %{tl_version} -Provides: tex(ujkpsssybw.fd) = %{tl_version} -Provides: tex(ujkpsya.fd) = %{tl_version} -Provides: tex(ujkpsyb.fd) = %{tl_version} -Provides: tex(ujkpsybw.fd) = %{tl_version} -Provides: tex(ujkpsyc.fd) = %{tl_version} -Provides: tex(ujkpsyd.fd) = %{tl_version} -Provides: tex(ujkpsydw.fd) = %{tl_version} - -%description kpfonts -The family contains text fonts in roman, sans-serif and -monospaced shapes, with true small caps and old-style numbers; -the package offers full support of the textcomp package. The -mathematics fonts include all the AMS fonts, in both normal and -bold weights. Each of the font types is available in two main -versions: default and 'light'. Each version is available in -four variants: default; oldstyle numbers; oldstyle numbers with -old ligatures such as ct and st, and long-tailed capital Q; and -veryoldstyle with long s. Other variants include small caps as -default or 'large small caps', and for mathematics both upright -and slanted shapes for Greek letters, as well as default and -narrow versions of multiple integrals. The fonts were -originally derived from URW Palladio (with URW's agreement) -though the fonts are very clearly different in appearance from -their parent. - -%package kpfonts-doc -Summary: Documentation for kpfonts -Version: svn48470 -Provides: tex-kpfonts-doc -AutoReqProv: No - -%description kpfonts-doc -Documentation for kpfonts - -%package kurier -Provides: tex-kurier = %{tl_version} -License: GFSL -Summary: A two-element sans-serif typeface -Version: svn19612.0.995b -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(cs-kurier-sc.enc) = %{tl_version} -Provides: tex(cs-kurier.enc) = %{tl_version} -Provides: tex(ec-kurier-sc.enc) = %{tl_version} -Provides: tex(ec-kurier.enc) = %{tl_version} -Provides: tex(ex-kurier.enc) = %{tl_version} -Provides: tex(greek-kurier.enc) = %{tl_version} -Provides: tex(l7x-kurier-sc.enc) = %{tl_version} -Provides: tex(l7x-kurier.enc) = %{tl_version} -Provides: tex(mi-kurier.enc) = %{tl_version} -Provides: tex(qx-kurier-sc.enc) = %{tl_version} -Provides: tex(qx-kurier.enc) = %{tl_version} -Provides: tex(rm-kurier-sc.enc) = %{tl_version} -Provides: tex(rm-kurier.enc) = %{tl_version} -Provides: tex(sy-kurier.enc) = %{tl_version} -Provides: tex(t2a-kurier.enc) = %{tl_version} -Provides: tex(t2b-kurier.enc) = %{tl_version} -Provides: tex(t2c-kurier.enc) = %{tl_version} -Provides: tex(t5-kurier-sc.enc) = %{tl_version} -Provides: tex(t5-kurier.enc) = %{tl_version} -Provides: tex(texnansi-kurier-sc.enc) = %{tl_version} -Provides: tex(texnansi-kurier.enc) = %{tl_version} -Provides: tex(ts1-kurier.enc) = %{tl_version} -Provides: tex(wncy-kurier.enc) = %{tl_version} -Provides: tex(kurier-cs.map) = %{tl_version} -Provides: tex(kurier-ec.map) = %{tl_version} -Provides: tex(kurier-ex.map) = %{tl_version} -Provides: tex(kurier-greek.map) = %{tl_version} -Provides: tex(kurier-l7x.map) = %{tl_version} -Provides: tex(kurier-mi.map) = %{tl_version} -Provides: tex(kurier-qx.map) = %{tl_version} -Provides: tex(kurier-rm.map) = %{tl_version} -Provides: tex(kurier-sy.map) = %{tl_version} -Provides: tex(kurier-t2a.map) = %{tl_version} -Provides: tex(kurier-t2b.map) = %{tl_version} -Provides: tex(kurier-t2c.map) = %{tl_version} -Provides: tex(kurier-t5.map) = %{tl_version} -Provides: tex(kurier-texnansi.map) = %{tl_version} -Provides: tex(kurier-ts1.map) = %{tl_version} -Provides: tex(kurier-wncy.map) = %{tl_version} -Provides: tex(kurier.map) = %{tl_version} -Provides: tex(Kurier-Bold.otf) = %{tl_version} -Provides: tex(Kurier-BoldItalic.otf) = %{tl_version} -Provides: tex(Kurier-Italic.otf) = %{tl_version} -Provides: tex(Kurier-Regular.otf) = %{tl_version} -Provides: tex(KurierCond-Bold.otf) = %{tl_version} -Provides: tex(KurierCond-BoldItalic.otf) = %{tl_version} -Provides: tex(KurierCond-Italic.otf) = %{tl_version} -Provides: tex(KurierCond-Regular.otf) = %{tl_version} -Provides: tex(KurierCondHeavy-Italic.otf) = %{tl_version} -Provides: tex(KurierCondHeavy-Regular.otf) = %{tl_version} -Provides: tex(KurierCondLight-Italic.otf) = %{tl_version} -Provides: tex(KurierCondLight-Regular.otf) = %{tl_version} -Provides: tex(KurierCondMedium-Italic.otf) = %{tl_version} -Provides: tex(KurierCondMedium-Regular.otf) = %{tl_version} -Provides: tex(KurierHeavy-Italic.otf) = %{tl_version} -Provides: tex(KurierHeavy-Regular.otf) = %{tl_version} -Provides: tex(KurierLight-Italic.otf) = %{tl_version} -Provides: tex(KurierLight-Regular.otf) = %{tl_version} -Provides: tex(KurierMedium-Italic.otf) = %{tl_version} -Provides: tex(KurierMedium-Regular.otf) = %{tl_version} -Provides: tex(cs-kurierb-sc.tfm) = %{tl_version} -Provides: tex(cs-kurierb.tfm) = %{tl_version} -Provides: tex(cs-kurierbi-sc.tfm) = %{tl_version} -Provides: tex(cs-kurierbi.tfm) = %{tl_version} -Provides: tex(cs-kuriercb-sc.tfm) = %{tl_version} -Provides: tex(cs-kuriercb.tfm) = %{tl_version} -Provides: tex(cs-kuriercbi-sc.tfm) = %{tl_version} -Provides: tex(cs-kuriercbi.tfm) = %{tl_version} -Provides: tex(cs-kurierch-sc.tfm) = %{tl_version} -Provides: tex(cs-kurierch.tfm) = %{tl_version} -Provides: tex(cs-kurierchi-sc.tfm) = %{tl_version} -Provides: tex(cs-kurierchi.tfm) = %{tl_version} -Provides: tex(cs-kuriercl-sc.tfm) = %{tl_version} -Provides: tex(cs-kuriercl.tfm) = %{tl_version} -Provides: tex(cs-kuriercli-sc.tfm) = %{tl_version} -Provides: tex(cs-kuriercli.tfm) = %{tl_version} -Provides: tex(cs-kuriercm-sc.tfm) = %{tl_version} -Provides: tex(cs-kuriercm.tfm) = %{tl_version} -Provides: tex(cs-kuriercmi-sc.tfm) = %{tl_version} -Provides: tex(cs-kuriercmi.tfm) = %{tl_version} -Provides: tex(cs-kuriercr-sc.tfm) = %{tl_version} -Provides: tex(cs-kuriercr.tfm) = %{tl_version} -Provides: tex(cs-kuriercri-sc.tfm) = %{tl_version} -Provides: tex(cs-kuriercri.tfm) = %{tl_version} -Provides: tex(cs-kurierh-sc.tfm) = %{tl_version} -Provides: tex(cs-kurierh.tfm) = %{tl_version} -Provides: tex(cs-kurierhi-sc.tfm) = %{tl_version} -Provides: tex(cs-kurierhi.tfm) = %{tl_version} -Provides: tex(cs-kurierl-sc.tfm) = %{tl_version} -Provides: tex(cs-kurierl.tfm) = %{tl_version} -Provides: tex(cs-kurierli-sc.tfm) = %{tl_version} -Provides: tex(cs-kurierli.tfm) = %{tl_version} -Provides: tex(cs-kurierm-sc.tfm) = %{tl_version} -Provides: tex(cs-kurierm.tfm) = %{tl_version} -Provides: tex(cs-kuriermi-sc.tfm) = %{tl_version} -Provides: tex(cs-kuriermi.tfm) = %{tl_version} -Provides: tex(cs-kurierr-sc.tfm) = %{tl_version} -Provides: tex(cs-kurierr.tfm) = %{tl_version} -Provides: tex(cs-kurierri-sc.tfm) = %{tl_version} -Provides: tex(cs-kurierri.tfm) = %{tl_version} -Provides: tex(ec-kurierb-sc.tfm) = %{tl_version} -Provides: tex(ec-kurierb.tfm) = %{tl_version} -Provides: tex(ec-kurierbi-sc.tfm) = %{tl_version} -Provides: tex(ec-kurierbi.tfm) = %{tl_version} -Provides: tex(ec-kuriercb-sc.tfm) = %{tl_version} -Provides: tex(ec-kuriercb.tfm) = %{tl_version} -Provides: tex(ec-kuriercbi-sc.tfm) = %{tl_version} -Provides: tex(ec-kuriercbi.tfm) = %{tl_version} -Provides: tex(ec-kurierch-sc.tfm) = %{tl_version} -Provides: tex(ec-kurierch.tfm) = %{tl_version} -Provides: tex(ec-kurierchi-sc.tfm) = %{tl_version} -Provides: tex(ec-kurierchi.tfm) = %{tl_version} -Provides: tex(ec-kuriercl-sc.tfm) = %{tl_version} -Provides: tex(ec-kuriercl.tfm) = %{tl_version} -Provides: tex(ec-kuriercli-sc.tfm) = %{tl_version} -Provides: tex(ec-kuriercli.tfm) = %{tl_version} -Provides: tex(ec-kuriercm-sc.tfm) = %{tl_version} -Provides: tex(ec-kuriercm.tfm) = %{tl_version} -Provides: tex(ec-kuriercmi-sc.tfm) = %{tl_version} -Provides: tex(ec-kuriercmi.tfm) = %{tl_version} -Provides: tex(ec-kuriercr-sc.tfm) = %{tl_version} -Provides: tex(ec-kuriercr.tfm) = %{tl_version} -Provides: tex(ec-kuriercri-sc.tfm) = %{tl_version} -Provides: tex(ec-kuriercri.tfm) = %{tl_version} -Provides: tex(ec-kurierh-sc.tfm) = %{tl_version} -Provides: tex(ec-kurierh.tfm) = %{tl_version} -Provides: tex(ec-kurierhi-sc.tfm) = %{tl_version} -Provides: tex(ec-kurierhi.tfm) = %{tl_version} -Provides: tex(ec-kurierl-sc.tfm) = %{tl_version} -Provides: tex(ec-kurierl.tfm) = %{tl_version} -Provides: tex(ec-kurierli-sc.tfm) = %{tl_version} -Provides: tex(ec-kurierli.tfm) = %{tl_version} -Provides: tex(ec-kurierm-sc.tfm) = %{tl_version} -Provides: tex(ec-kurierm.tfm) = %{tl_version} -Provides: tex(ec-kuriermi-sc.tfm) = %{tl_version} -Provides: tex(ec-kuriermi.tfm) = %{tl_version} -Provides: tex(ec-kurierr-sc.tfm) = %{tl_version} -Provides: tex(ec-kurierr.tfm) = %{tl_version} -Provides: tex(ec-kurierri-sc.tfm) = %{tl_version} -Provides: tex(ec-kurierri.tfm) = %{tl_version} -Provides: tex(ex-kurierb.tfm) = %{tl_version} -Provides: tex(ex-kuriercb.tfm) = %{tl_version} -Provides: tex(ex-kurierch.tfm) = %{tl_version} -Provides: tex(ex-kuriercl.tfm) = %{tl_version} -Provides: tex(ex-kuriercm.tfm) = %{tl_version} -Provides: tex(ex-kuriercr.tfm) = %{tl_version} -Provides: tex(ex-kurierh.tfm) = %{tl_version} -Provides: tex(ex-kurierl.tfm) = %{tl_version} -Provides: tex(ex-kurierm.tfm) = %{tl_version} -Provides: tex(ex-kurierr.tfm) = %{tl_version} -Provides: tex(greek-kurierb.tfm) = %{tl_version} -Provides: tex(greek-kurierbi.tfm) = %{tl_version} -Provides: tex(greek-kuriercb.tfm) = %{tl_version} -Provides: tex(greek-kuriercbi.tfm) = %{tl_version} -Provides: tex(greek-kurierch.tfm) = %{tl_version} -Provides: tex(greek-kurierchi.tfm) = %{tl_version} -Provides: tex(greek-kuriercl.tfm) = %{tl_version} -Provides: tex(greek-kuriercli.tfm) = %{tl_version} -Provides: tex(greek-kuriercm.tfm) = %{tl_version} -Provides: tex(greek-kuriercmi.tfm) = %{tl_version} -Provides: tex(greek-kuriercr.tfm) = %{tl_version} -Provides: tex(greek-kuriercri.tfm) = %{tl_version} -Provides: tex(greek-kurierh.tfm) = %{tl_version} -Provides: tex(greek-kurierhi.tfm) = %{tl_version} -Provides: tex(greek-kurierl.tfm) = %{tl_version} -Provides: tex(greek-kurierli.tfm) = %{tl_version} -Provides: tex(greek-kurierm.tfm) = %{tl_version} -Provides: tex(greek-kuriermi.tfm) = %{tl_version} -Provides: tex(greek-kurierr.tfm) = %{tl_version} -Provides: tex(greek-kurierri.tfm) = %{tl_version} -Provides: tex(l7x-kurierb-sc.tfm) = %{tl_version} -Provides: tex(l7x-kurierb.tfm) = %{tl_version} -Provides: tex(l7x-kurierbi-sc.tfm) = %{tl_version} -Provides: tex(l7x-kurierbi.tfm) = %{tl_version} -Provides: tex(l7x-kuriercb-sc.tfm) = %{tl_version} -Provides: tex(l7x-kuriercb.tfm) = %{tl_version} -Provides: tex(l7x-kuriercbi-sc.tfm) = %{tl_version} -Provides: tex(l7x-kuriercbi.tfm) = %{tl_version} -Provides: tex(l7x-kurierch-sc.tfm) = %{tl_version} -Provides: tex(l7x-kurierch.tfm) = %{tl_version} -Provides: tex(l7x-kurierchi-sc.tfm) = %{tl_version} -Provides: tex(l7x-kurierchi.tfm) = %{tl_version} -Provides: tex(l7x-kuriercl-sc.tfm) = %{tl_version} -Provides: tex(l7x-kuriercl.tfm) = %{tl_version} -Provides: tex(l7x-kuriercli-sc.tfm) = %{tl_version} -Provides: tex(l7x-kuriercli.tfm) = %{tl_version} -Provides: tex(l7x-kuriercm-sc.tfm) = %{tl_version} -Provides: tex(l7x-kuriercm.tfm) = %{tl_version} -Provides: tex(l7x-kuriercmi-sc.tfm) = %{tl_version} -Provides: tex(l7x-kuriercmi.tfm) = %{tl_version} -Provides: tex(l7x-kuriercr-sc.tfm) = %{tl_version} -Provides: tex(l7x-kuriercr.tfm) = %{tl_version} -Provides: tex(l7x-kuriercri-sc.tfm) = %{tl_version} -Provides: tex(l7x-kuriercri.tfm) = %{tl_version} -Provides: tex(l7x-kurierh-sc.tfm) = %{tl_version} -Provides: tex(l7x-kurierh.tfm) = %{tl_version} -Provides: tex(l7x-kurierhi-sc.tfm) = %{tl_version} -Provides: tex(l7x-kurierhi.tfm) = %{tl_version} -Provides: tex(l7x-kurierl-sc.tfm) = %{tl_version} -Provides: tex(l7x-kurierl.tfm) = %{tl_version} -Provides: tex(l7x-kurierli-sc.tfm) = %{tl_version} -Provides: tex(l7x-kurierli.tfm) = %{tl_version} -Provides: tex(l7x-kurierm-sc.tfm) = %{tl_version} -Provides: tex(l7x-kurierm.tfm) = %{tl_version} -Provides: tex(l7x-kuriermi-sc.tfm) = %{tl_version} -Provides: tex(l7x-kuriermi.tfm) = %{tl_version} -Provides: tex(l7x-kurierr-sc.tfm) = %{tl_version} -Provides: tex(l7x-kurierr.tfm) = %{tl_version} -Provides: tex(l7x-kurierri-sc.tfm) = %{tl_version} -Provides: tex(l7x-kurierri.tfm) = %{tl_version} -Provides: tex(mi-kurierbi.tfm) = %{tl_version} -Provides: tex(mi-kuriercbi.tfm) = %{tl_version} -Provides: tex(mi-kurierchi.tfm) = %{tl_version} -Provides: tex(mi-kuriercli.tfm) = %{tl_version} -Provides: tex(mi-kuriercmi.tfm) = %{tl_version} -Provides: tex(mi-kuriercri.tfm) = %{tl_version} -Provides: tex(mi-kurierhi.tfm) = %{tl_version} -Provides: tex(mi-kurierli.tfm) = %{tl_version} -Provides: tex(mi-kuriermi.tfm) = %{tl_version} -Provides: tex(mi-kurierri.tfm) = %{tl_version} -Provides: tex(qx-kurierb-sc.tfm) = %{tl_version} -Provides: tex(qx-kurierb.tfm) = %{tl_version} -Provides: tex(qx-kurierbi-sc.tfm) = %{tl_version} -Provides: tex(qx-kurierbi.tfm) = %{tl_version} -Provides: tex(qx-kuriercb-sc.tfm) = %{tl_version} -Provides: tex(qx-kuriercb.tfm) = %{tl_version} -Provides: tex(qx-kuriercbi-sc.tfm) = %{tl_version} -Provides: tex(qx-kuriercbi.tfm) = %{tl_version} -Provides: tex(qx-kurierch-sc.tfm) = %{tl_version} -Provides: tex(qx-kurierch.tfm) = %{tl_version} -Provides: tex(qx-kurierchi-sc.tfm) = %{tl_version} -Provides: tex(qx-kurierchi.tfm) = %{tl_version} -Provides: tex(qx-kuriercl-sc.tfm) = %{tl_version} -Provides: tex(qx-kuriercl.tfm) = %{tl_version} -Provides: tex(qx-kuriercli-sc.tfm) = %{tl_version} -Provides: tex(qx-kuriercli.tfm) = %{tl_version} -Provides: tex(qx-kuriercm-sc.tfm) = %{tl_version} -Provides: tex(qx-kuriercm.tfm) = %{tl_version} -Provides: tex(qx-kuriercmi-sc.tfm) = %{tl_version} -Provides: tex(qx-kuriercmi.tfm) = %{tl_version} -Provides: tex(qx-kuriercr-sc.tfm) = %{tl_version} -Provides: tex(qx-kuriercr.tfm) = %{tl_version} -Provides: tex(qx-kuriercri-sc.tfm) = %{tl_version} -Provides: tex(qx-kuriercri.tfm) = %{tl_version} -Provides: tex(qx-kurierh-sc.tfm) = %{tl_version} -Provides: tex(qx-kurierh.tfm) = %{tl_version} -Provides: tex(qx-kurierhi-sc.tfm) = %{tl_version} -Provides: tex(qx-kurierhi.tfm) = %{tl_version} -Provides: tex(qx-kurierl-sc.tfm) = %{tl_version} -Provides: tex(qx-kurierl.tfm) = %{tl_version} -Provides: tex(qx-kurierli-sc.tfm) = %{tl_version} -Provides: tex(qx-kurierli.tfm) = %{tl_version} -Provides: tex(qx-kurierm-sc.tfm) = %{tl_version} -Provides: tex(qx-kurierm.tfm) = %{tl_version} -Provides: tex(qx-kuriermi-sc.tfm) = %{tl_version} -Provides: tex(qx-kuriermi.tfm) = %{tl_version} -Provides: tex(qx-kurierr-sc.tfm) = %{tl_version} -Provides: tex(qx-kurierr.tfm) = %{tl_version} -Provides: tex(qx-kurierri-sc.tfm) = %{tl_version} -Provides: tex(qx-kurierri.tfm) = %{tl_version} -Provides: tex(rm-kurierb-sc.tfm) = %{tl_version} -Provides: tex(rm-kurierb.tfm) = %{tl_version} -Provides: tex(rm-kurierbi-sc.tfm) = %{tl_version} -Provides: tex(rm-kurierbi.tfm) = %{tl_version} -Provides: tex(rm-kuriercb-sc.tfm) = %{tl_version} -Provides: tex(rm-kuriercb.tfm) = %{tl_version} -Provides: tex(rm-kuriercbi-sc.tfm) = %{tl_version} -Provides: tex(rm-kuriercbi.tfm) = %{tl_version} -Provides: tex(rm-kurierch-sc.tfm) = %{tl_version} -Provides: tex(rm-kurierch.tfm) = %{tl_version} -Provides: tex(rm-kurierchi-sc.tfm) = %{tl_version} -Provides: tex(rm-kurierchi.tfm) = %{tl_version} -Provides: tex(rm-kuriercl-sc.tfm) = %{tl_version} -Provides: tex(rm-kuriercl.tfm) = %{tl_version} -Provides: tex(rm-kuriercli-sc.tfm) = %{tl_version} -Provides: tex(rm-kuriercli.tfm) = %{tl_version} -Provides: tex(rm-kuriercm-sc.tfm) = %{tl_version} -Provides: tex(rm-kuriercm.tfm) = %{tl_version} -Provides: tex(rm-kuriercmi-sc.tfm) = %{tl_version} -Provides: tex(rm-kuriercmi.tfm) = %{tl_version} -Provides: tex(rm-kuriercr-sc.tfm) = %{tl_version} -Provides: tex(rm-kuriercr.tfm) = %{tl_version} -Provides: tex(rm-kuriercri-sc.tfm) = %{tl_version} -Provides: tex(rm-kuriercri.tfm) = %{tl_version} -Provides: tex(rm-kurierh-sc.tfm) = %{tl_version} -Provides: tex(rm-kurierh.tfm) = %{tl_version} -Provides: tex(rm-kurierhi-sc.tfm) = %{tl_version} -Provides: tex(rm-kurierhi.tfm) = %{tl_version} -Provides: tex(rm-kurierl-sc.tfm) = %{tl_version} -Provides: tex(rm-kurierl.tfm) = %{tl_version} -Provides: tex(rm-kurierli-sc.tfm) = %{tl_version} -Provides: tex(rm-kurierli.tfm) = %{tl_version} -Provides: tex(rm-kurierm-sc.tfm) = %{tl_version} -Provides: tex(rm-kurierm.tfm) = %{tl_version} -Provides: tex(rm-kuriermi-sc.tfm) = %{tl_version} -Provides: tex(rm-kuriermi.tfm) = %{tl_version} -Provides: tex(rm-kurierr-sc.tfm) = %{tl_version} -Provides: tex(rm-kurierr.tfm) = %{tl_version} -Provides: tex(rm-kurierri-sc.tfm) = %{tl_version} -Provides: tex(rm-kurierri.tfm) = %{tl_version} -Provides: tex(sy-kurierbz.tfm) = %{tl_version} -Provides: tex(sy-kuriercbz.tfm) = %{tl_version} -Provides: tex(sy-kurierchz.tfm) = %{tl_version} -Provides: tex(sy-kurierclz.tfm) = %{tl_version} -Provides: tex(sy-kuriercmz.tfm) = %{tl_version} -Provides: tex(sy-kuriercrz.tfm) = %{tl_version} -Provides: tex(sy-kurierhz.tfm) = %{tl_version} -Provides: tex(sy-kurierlz.tfm) = %{tl_version} -Provides: tex(sy-kuriermz.tfm) = %{tl_version} -Provides: tex(sy-kurierrz.tfm) = %{tl_version} -Provides: tex(t2a-kurierb.tfm) = %{tl_version} -Provides: tex(t2a-kurierbi.tfm) = %{tl_version} -Provides: tex(t2a-kuriercb.tfm) = %{tl_version} -Provides: tex(t2a-kuriercbi.tfm) = %{tl_version} -Provides: tex(t2a-kurierch.tfm) = %{tl_version} -Provides: tex(t2a-kurierchi.tfm) = %{tl_version} -Provides: tex(t2a-kuriercl.tfm) = %{tl_version} -Provides: tex(t2a-kuriercli.tfm) = %{tl_version} -Provides: tex(t2a-kuriercm.tfm) = %{tl_version} -Provides: tex(t2a-kuriercmi.tfm) = %{tl_version} -Provides: tex(t2a-kuriercr.tfm) = %{tl_version} -Provides: tex(t2a-kuriercri.tfm) = %{tl_version} -Provides: tex(t2a-kurierh.tfm) = %{tl_version} -Provides: tex(t2a-kurierhi.tfm) = %{tl_version} -Provides: tex(t2a-kurierl.tfm) = %{tl_version} -Provides: tex(t2a-kurierli.tfm) = %{tl_version} -Provides: tex(t2a-kurierm.tfm) = %{tl_version} -Provides: tex(t2a-kuriermi.tfm) = %{tl_version} -Provides: tex(t2a-kurierr.tfm) = %{tl_version} -Provides: tex(t2a-kurierri.tfm) = %{tl_version} -Provides: tex(t2b-kurierb.tfm) = %{tl_version} -Provides: tex(t2b-kurierbi.tfm) = %{tl_version} -Provides: tex(t2b-kuriercb.tfm) = %{tl_version} -Provides: tex(t2b-kuriercbi.tfm) = %{tl_version} -Provides: tex(t2b-kurierch.tfm) = %{tl_version} -Provides: tex(t2b-kurierchi.tfm) = %{tl_version} -Provides: tex(t2b-kuriercl.tfm) = %{tl_version} -Provides: tex(t2b-kuriercli.tfm) = %{tl_version} -Provides: tex(t2b-kuriercm.tfm) = %{tl_version} -Provides: tex(t2b-kuriercmi.tfm) = %{tl_version} -Provides: tex(t2b-kuriercr.tfm) = %{tl_version} -Provides: tex(t2b-kuriercri.tfm) = %{tl_version} -Provides: tex(t2b-kurierh.tfm) = %{tl_version} -Provides: tex(t2b-kurierhi.tfm) = %{tl_version} -Provides: tex(t2b-kurierl.tfm) = %{tl_version} -Provides: tex(t2b-kurierli.tfm) = %{tl_version} -Provides: tex(t2b-kurierm.tfm) = %{tl_version} -Provides: tex(t2b-kuriermi.tfm) = %{tl_version} -Provides: tex(t2b-kurierr.tfm) = %{tl_version} -Provides: tex(t2b-kurierri.tfm) = %{tl_version} -Provides: tex(t2c-kurierb.tfm) = %{tl_version} -Provides: tex(t2c-kurierbi.tfm) = %{tl_version} -Provides: tex(t2c-kuriercb.tfm) = %{tl_version} -Provides: tex(t2c-kuriercbi.tfm) = %{tl_version} -Provides: tex(t2c-kurierch.tfm) = %{tl_version} -Provides: tex(t2c-kurierchi.tfm) = %{tl_version} -Provides: tex(t2c-kuriercl.tfm) = %{tl_version} -Provides: tex(t2c-kuriercli.tfm) = %{tl_version} -Provides: tex(t2c-kuriercm.tfm) = %{tl_version} -Provides: tex(t2c-kuriercmi.tfm) = %{tl_version} -Provides: tex(t2c-kuriercr.tfm) = %{tl_version} -Provides: tex(t2c-kuriercri.tfm) = %{tl_version} -Provides: tex(t2c-kurierh.tfm) = %{tl_version} -Provides: tex(t2c-kurierhi.tfm) = %{tl_version} -Provides: tex(t2c-kurierl.tfm) = %{tl_version} -Provides: tex(t2c-kurierli.tfm) = %{tl_version} -Provides: tex(t2c-kurierm.tfm) = %{tl_version} -Provides: tex(t2c-kuriermi.tfm) = %{tl_version} -Provides: tex(t2c-kurierr.tfm) = %{tl_version} -Provides: tex(t2c-kurierri.tfm) = %{tl_version} -Provides: tex(t5-kurierb-sc.tfm) = %{tl_version} -Provides: tex(t5-kurierb.tfm) = %{tl_version} -Provides: tex(t5-kurierbi-sc.tfm) = %{tl_version} -Provides: tex(t5-kurierbi.tfm) = %{tl_version} -Provides: tex(t5-kuriercb-sc.tfm) = %{tl_version} -Provides: tex(t5-kuriercb.tfm) = %{tl_version} -Provides: tex(t5-kuriercbi-sc.tfm) = %{tl_version} -Provides: tex(t5-kuriercbi.tfm) = %{tl_version} -Provides: tex(t5-kurierch-sc.tfm) = %{tl_version} -Provides: tex(t5-kurierch.tfm) = %{tl_version} -Provides: tex(t5-kurierchi-sc.tfm) = %{tl_version} -Provides: tex(t5-kurierchi.tfm) = %{tl_version} -Provides: tex(t5-kuriercl-sc.tfm) = %{tl_version} -Provides: tex(t5-kuriercl.tfm) = %{tl_version} -Provides: tex(t5-kuriercli-sc.tfm) = %{tl_version} -Provides: tex(t5-kuriercli.tfm) = %{tl_version} -Provides: tex(t5-kuriercm-sc.tfm) = %{tl_version} -Provides: tex(t5-kuriercm.tfm) = %{tl_version} -Provides: tex(t5-kuriercmi-sc.tfm) = %{tl_version} -Provides: tex(t5-kuriercmi.tfm) = %{tl_version} -Provides: tex(t5-kuriercr-sc.tfm) = %{tl_version} -Provides: tex(t5-kuriercr.tfm) = %{tl_version} -Provides: tex(t5-kuriercri-sc.tfm) = %{tl_version} -Provides: tex(t5-kuriercri.tfm) = %{tl_version} -Provides: tex(t5-kurierh-sc.tfm) = %{tl_version} -Provides: tex(t5-kurierh.tfm) = %{tl_version} -Provides: tex(t5-kurierhi-sc.tfm) = %{tl_version} -Provides: tex(t5-kurierhi.tfm) = %{tl_version} -Provides: tex(t5-kurierl-sc.tfm) = %{tl_version} -Provides: tex(t5-kurierl.tfm) = %{tl_version} -Provides: tex(t5-kurierli-sc.tfm) = %{tl_version} -Provides: tex(t5-kurierli.tfm) = %{tl_version} -Provides: tex(t5-kurierm-sc.tfm) = %{tl_version} -Provides: tex(t5-kurierm.tfm) = %{tl_version} -Provides: tex(t5-kuriermi-sc.tfm) = %{tl_version} -Provides: tex(t5-kuriermi.tfm) = %{tl_version} -Provides: tex(t5-kurierr-sc.tfm) = %{tl_version} -Provides: tex(t5-kurierr.tfm) = %{tl_version} -Provides: tex(t5-kurierri-sc.tfm) = %{tl_version} -Provides: tex(t5-kurierri.tfm) = %{tl_version} -Provides: tex(texnansi-kurierb-sc.tfm) = %{tl_version} -Provides: tex(texnansi-kurierb.tfm) = %{tl_version} -Provides: tex(texnansi-kurierbi-sc.tfm) = %{tl_version} -Provides: tex(texnansi-kurierbi.tfm) = %{tl_version} -Provides: tex(texnansi-kuriercb-sc.tfm) = %{tl_version} -Provides: tex(texnansi-kuriercb.tfm) = %{tl_version} -Provides: tex(texnansi-kuriercbi-sc.tfm) = %{tl_version} -Provides: tex(texnansi-kuriercbi.tfm) = %{tl_version} -Provides: tex(texnansi-kurierch-sc.tfm) = %{tl_version} -Provides: tex(texnansi-kurierch.tfm) = %{tl_version} -Provides: tex(texnansi-kurierchi-sc.tfm) = %{tl_version} -Provides: tex(texnansi-kurierchi.tfm) = %{tl_version} -Provides: tex(texnansi-kuriercl-sc.tfm) = %{tl_version} -Provides: tex(texnansi-kuriercl.tfm) = %{tl_version} -Provides: tex(texnansi-kuriercli-sc.tfm) = %{tl_version} -Provides: tex(texnansi-kuriercli.tfm) = %{tl_version} -Provides: tex(texnansi-kuriercm-sc.tfm) = %{tl_version} -Provides: tex(texnansi-kuriercm.tfm) = %{tl_version} -Provides: tex(texnansi-kuriercmi-sc.tfm) = %{tl_version} -Provides: tex(texnansi-kuriercmi.tfm) = %{tl_version} -Provides: tex(texnansi-kuriercr-sc.tfm) = %{tl_version} -Provides: tex(texnansi-kuriercr.tfm) = %{tl_version} -Provides: tex(texnansi-kuriercri-sc.tfm) = %{tl_version} -Provides: tex(texnansi-kuriercri.tfm) = %{tl_version} -Provides: tex(texnansi-kurierh-sc.tfm) = %{tl_version} -Provides: tex(texnansi-kurierh.tfm) = %{tl_version} -Provides: tex(texnansi-kurierhi-sc.tfm) = %{tl_version} -Provides: tex(texnansi-kurierhi.tfm) = %{tl_version} -Provides: tex(texnansi-kurierl-sc.tfm) = %{tl_version} -Provides: tex(texnansi-kurierl.tfm) = %{tl_version} -Provides: tex(texnansi-kurierli-sc.tfm) = %{tl_version} -Provides: tex(texnansi-kurierli.tfm) = %{tl_version} -Provides: tex(texnansi-kurierm-sc.tfm) = %{tl_version} -Provides: tex(texnansi-kurierm.tfm) = %{tl_version} -Provides: tex(texnansi-kuriermi-sc.tfm) = %{tl_version} -Provides: tex(texnansi-kuriermi.tfm) = %{tl_version} -Provides: tex(texnansi-kurierr-sc.tfm) = %{tl_version} -Provides: tex(texnansi-kurierr.tfm) = %{tl_version} -Provides: tex(texnansi-kurierri-sc.tfm) = %{tl_version} -Provides: tex(texnansi-kurierri.tfm) = %{tl_version} -Provides: tex(ts1-kurierb.tfm) = %{tl_version} -Provides: tex(ts1-kurierbi.tfm) = %{tl_version} -Provides: tex(ts1-kuriercb.tfm) = %{tl_version} -Provides: tex(ts1-kuriercbi.tfm) = %{tl_version} -Provides: tex(ts1-kurierch.tfm) = %{tl_version} -Provides: tex(ts1-kurierchi.tfm) = %{tl_version} -Provides: tex(ts1-kuriercl.tfm) = %{tl_version} -Provides: tex(ts1-kuriercli.tfm) = %{tl_version} -Provides: tex(ts1-kuriercm.tfm) = %{tl_version} -Provides: tex(ts1-kuriercmi.tfm) = %{tl_version} -Provides: tex(ts1-kuriercr.tfm) = %{tl_version} -Provides: tex(ts1-kuriercri.tfm) = %{tl_version} -Provides: tex(ts1-kurierh.tfm) = %{tl_version} -Provides: tex(ts1-kurierhi.tfm) = %{tl_version} -Provides: tex(ts1-kurierl.tfm) = %{tl_version} -Provides: tex(ts1-kurierli.tfm) = %{tl_version} -Provides: tex(ts1-kurierm.tfm) = %{tl_version} -Provides: tex(ts1-kuriermi.tfm) = %{tl_version} -Provides: tex(ts1-kurierr.tfm) = %{tl_version} -Provides: tex(ts1-kurierri.tfm) = %{tl_version} -Provides: tex(wncy-kurierb.tfm) = %{tl_version} -Provides: tex(wncy-kurierbi.tfm) = %{tl_version} -Provides: tex(wncy-kuriercb.tfm) = %{tl_version} -Provides: tex(wncy-kuriercbi.tfm) = %{tl_version} -Provides: tex(wncy-kurierch.tfm) = %{tl_version} -Provides: tex(wncy-kurierchi.tfm) = %{tl_version} -Provides: tex(wncy-kuriercl.tfm) = %{tl_version} -Provides: tex(wncy-kuriercli.tfm) = %{tl_version} -Provides: tex(wncy-kuriercm.tfm) = %{tl_version} -Provides: tex(wncy-kuriercmi.tfm) = %{tl_version} -Provides: tex(wncy-kuriercr.tfm) = %{tl_version} -Provides: tex(wncy-kuriercri.tfm) = %{tl_version} -Provides: tex(wncy-kurierh.tfm) = %{tl_version} -Provides: tex(wncy-kurierhi.tfm) = %{tl_version} -Provides: tex(wncy-kurierl.tfm) = %{tl_version} -Provides: tex(wncy-kurierli.tfm) = %{tl_version} -Provides: tex(wncy-kurierm.tfm) = %{tl_version} -Provides: tex(wncy-kuriermi.tfm) = %{tl_version} -Provides: tex(wncy-kurierr.tfm) = %{tl_version} -Provides: tex(wncy-kurierri.tfm) = %{tl_version} -Provides: tex(kurierb.pfb) = %{tl_version} -Provides: tex(kurierbi.pfb) = %{tl_version} -Provides: tex(kuriercb.pfb) = %{tl_version} -Provides: tex(kuriercbi.pfb) = %{tl_version} -Provides: tex(kurierch.pfb) = %{tl_version} -Provides: tex(kurierchi.pfb) = %{tl_version} -Provides: tex(kuriercl.pfb) = %{tl_version} -Provides: tex(kuriercli.pfb) = %{tl_version} -Provides: tex(kuriercm.pfb) = %{tl_version} -Provides: tex(kuriercmi.pfb) = %{tl_version} -Provides: tex(kuriercr.pfb) = %{tl_version} -Provides: tex(kuriercri.pfb) = %{tl_version} -Provides: tex(kurierh.pfb) = %{tl_version} -Provides: tex(kurierhi.pfb) = %{tl_version} -Provides: tex(kurierl.pfb) = %{tl_version} -Provides: tex(kurierli.pfb) = %{tl_version} -Provides: tex(kurierm.pfb) = %{tl_version} -Provides: tex(kuriermi.pfb) = %{tl_version} -Provides: tex(kurierr.pfb) = %{tl_version} -Provides: tex(kurierri.pfb) = %{tl_version} -Provides: tex(il2kurier.fd) = %{tl_version} -Provides: tex(il2kurierc.fd) = %{tl_version} -Provides: tex(il2kurierl.fd) = %{tl_version} -Provides: tex(il2kurierlc.fd) = %{tl_version} -Provides: tex(kurier.sty) = %{tl_version} -Provides: tex(l7xkurier.fd) = %{tl_version} -Provides: tex(l7xkurierc.fd) = %{tl_version} -Provides: tex(l7xkurierl.fd) = %{tl_version} -Provides: tex(l7xkurierlc.fd) = %{tl_version} -Provides: tex(ly1kurier.fd) = %{tl_version} -Provides: tex(ly1kurierc.fd) = %{tl_version} -Provides: tex(ly1kurierl.fd) = %{tl_version} -Provides: tex(ly1kurierlc.fd) = %{tl_version} -Provides: tex(omlkurier.fd) = %{tl_version} -Provides: tex(omlkurierc.fd) = %{tl_version} -Provides: tex(omlkurierl.fd) = %{tl_version} -Provides: tex(omlkurierlc.fd) = %{tl_version} -Provides: tex(omskurier.fd) = %{tl_version} -Provides: tex(omskurierc.fd) = %{tl_version} -Provides: tex(omskurierl.fd) = %{tl_version} -Provides: tex(omskurierlc.fd) = %{tl_version} -Provides: tex(omxkurier.fd) = %{tl_version} -Provides: tex(omxkurierc.fd) = %{tl_version} -Provides: tex(omxkurierl.fd) = %{tl_version} -Provides: tex(omxkurierlc.fd) = %{tl_version} -Provides: tex(ot1kurier.fd) = %{tl_version} -Provides: tex(ot1kurierc.fd) = %{tl_version} -Provides: tex(ot1kuriercm.fd) = %{tl_version} -Provides: tex(ot1kurierl.fd) = %{tl_version} -Provides: tex(ot1kurierlc.fd) = %{tl_version} -Provides: tex(ot1kurierlcm.fd) = %{tl_version} -Provides: tex(ot1kurierlm.fd) = %{tl_version} -Provides: tex(ot1kurierm.fd) = %{tl_version} -Provides: tex(ot2kurier.fd) = %{tl_version} -Provides: tex(ot2kurierc.fd) = %{tl_version} -Provides: tex(ot2kurierl.fd) = %{tl_version} -Provides: tex(ot2kurierlc.fd) = %{tl_version} -Provides: tex(ot4kurier.fd) = %{tl_version} -Provides: tex(ot4kurierc.fd) = %{tl_version} -Provides: tex(ot4kurierl.fd) = %{tl_version} -Provides: tex(ot4kurierlc.fd) = %{tl_version} -Provides: tex(qxkurier.fd) = %{tl_version} -Provides: tex(qxkurierc.fd) = %{tl_version} -Provides: tex(qxkurierl.fd) = %{tl_version} -Provides: tex(qxkurierlc.fd) = %{tl_version} -Provides: tex(t1kurier.fd) = %{tl_version} -Provides: tex(t1kurierc.fd) = %{tl_version} -Provides: tex(t1kurierl.fd) = %{tl_version} -Provides: tex(t1kurierlc.fd) = %{tl_version} -Provides: tex(t2akurier.fd) = %{tl_version} -Provides: tex(t2akurierc.fd) = %{tl_version} -Provides: tex(t2akurierl.fd) = %{tl_version} -Provides: tex(t2akurierlc.fd) = %{tl_version} -Provides: tex(t2bkurier.fd) = %{tl_version} -Provides: tex(t2bkurierc.fd) = %{tl_version} -Provides: tex(t2bkurierl.fd) = %{tl_version} -Provides: tex(t2bkurierlc.fd) = %{tl_version} -Provides: tex(t2ckurier.fd) = %{tl_version} -Provides: tex(t2ckurierc.fd) = %{tl_version} -Provides: tex(t2ckurierl.fd) = %{tl_version} -Provides: tex(t2ckurierlc.fd) = %{tl_version} -Provides: tex(t5kurier.fd) = %{tl_version} -Provides: tex(t5kurierc.fd) = %{tl_version} -Provides: tex(t5kurierl.fd) = %{tl_version} -Provides: tex(t5kurierlc.fd) = %{tl_version} -Provides: tex(ts1kurier.fd) = %{tl_version} -Provides: tex(ts1kurierc.fd) = %{tl_version} -Provides: tex(ts1kurierl.fd) = %{tl_version} -Provides: tex(ts1kurierlc.fd) = %{tl_version} -Provides: tex(kurier-math.tex) = %{tl_version} - -%description kurier -Kurier is a two-element sans-serif typeface. It was designed -for a diploma in typeface design at the Warsaw Academy of Fine -Arts under the supervision of Roman Tomaszewski. This -distribution contains a significantly extended set of -characters covering the following modern alphabets: latin -(including Vietnamese), Cyrillic and Greek as well as a number -of additional symbols (including mathematical symbols). The -fonts are prepared in Type 1 and OpenType formats. For use with -TeX the following encoding files have been prepared: T1 (ec), -T2 (abc), and OT2--Cyrillic, T5 (Vietnamese), OT4, QX, texansi -and--nonstandard (IL2 for the Czech fonts), as well as -supporting macros and files defining fonts for LaTeX. - -%package kurier-doc -Summary: Documentation for kurier -Version: svn19612.0.995b - -Provides: tex-kurier-doc -AutoReqProv: No - -%description kurier-doc -Documentation for kurier - -%package lato -Provides: tex-lato = %{tl_version} -License: LPPL 1.3 -Summary: Lato font family and LaTeX support -Version: svn54512 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(keyval.sty) -Requires: tex(slantsc.sty) -Provides: tex(LGRlato-LF.fd) = %{tl_version} -Provides: tex(LGRlato-OsF.fd) = %{tl_version} -Provides: tex(LGRlato-TLF.fd) = %{tl_version} -Provides: tex(LGRlato-TOsF.fd) = %{tl_version} -Provides: tex(OT1lato-LF.fd) = %{tl_version} -Provides: tex(OT1lato-OsF.fd) = %{tl_version} -Provides: tex(OT1lato-TLF.fd) = %{tl_version} -Provides: tex(OT1lato-TOsF.fd) = %{tl_version} -Provides: tex(T1lato-LF.fd) = %{tl_version} -Provides: tex(T1lato-OsF.fd) = %{tl_version} -Provides: tex(T1lato-TLF.fd) = %{tl_version} -Provides: tex(T1lato-TOsF.fd) = %{tl_version} -Provides: tex(T2Alato-LF.fd) = %{tl_version} -Provides: tex(T2Alato-OsF.fd) = %{tl_version} -Provides: tex(T2Alato-TLF.fd) = %{tl_version} -Provides: tex(T2Alato-TOsF.fd) = %{tl_version} -Provides: tex(T2Blato-LF.fd) = %{tl_version} -Provides: tex(T2Blato-OsF.fd) = %{tl_version} -Provides: tex(T2Blato-TLF.fd) = %{tl_version} -Provides: tex(T2Blato-TOsF.fd) = %{tl_version} -Provides: tex(T2Clato-LF.fd) = %{tl_version} -Provides: tex(T2Clato-OsF.fd) = %{tl_version} -Provides: tex(T2Clato-TLF.fd) = %{tl_version} -Provides: tex(T2Clato-TOsF.fd) = %{tl_version} -Provides: tex(TS1lato-LF.fd) = %{tl_version} -Provides: tex(TS1lato-OsF.fd) = %{tl_version} -Provides: tex(TS1lato-TLF.fd) = %{tl_version} -Provides: tex(TS1lato-TOsF.fd) = %{tl_version} -Provides: tex(X2lato-LF.fd) = %{tl_version} -Provides: tex(X2lato-OsF.fd) = %{tl_version} -Provides: tex(X2lato-TLF.fd) = %{tl_version} -Provides: tex(X2lato-TOsF.fd) = %{tl_version} -Provides: tex(a_25nmxu.enc) = %{tl_version} -Provides: tex(a_3qgqav.enc) = %{tl_version} -Provides: tex(a_4vt5lz.enc) = %{tl_version} -Provides: tex(a_5qkav4.enc) = %{tl_version} -Provides: tex(a_6aejyg.enc) = %{tl_version} -Provides: tex(a_6rhh47.enc) = %{tl_version} -Provides: tex(a_cje5wf.enc) = %{tl_version} -Provides: tex(a_cl4kdn.enc) = %{tl_version} -Provides: tex(a_dakysd.enc) = %{tl_version} -Provides: tex(a_eu4zf2.enc) = %{tl_version} -Provides: tex(a_ggdek5.enc) = %{tl_version} -Provides: tex(a_glk7jc.enc) = %{tl_version} -Provides: tex(a_gxztqc.enc) = %{tl_version} -Provides: tex(a_hgebqg.enc) = %{tl_version} -Provides: tex(a_jdumzv.enc) = %{tl_version} -Provides: tex(a_ju6eua.enc) = %{tl_version} -Provides: tex(a_jzblmk.enc) = %{tl_version} -Provides: tex(a_khaflp.enc) = %{tl_version} -Provides: tex(a_l7s2m2.enc) = %{tl_version} -Provides: tex(a_lqirpk.enc) = %{tl_version} -Provides: tex(a_nqwozw.enc) = %{tl_version} -Provides: tex(a_o6jpkv.enc) = %{tl_version} -Provides: tex(a_oolqad.enc) = %{tl_version} -Provides: tex(a_rt66h3.enc) = %{tl_version} -Provides: tex(a_t3w74u.enc) = %{tl_version} -Provides: tex(a_t6qg2v.enc) = %{tl_version} -Provides: tex(a_v5zdec.enc) = %{tl_version} -Provides: tex(a_v7r724.enc) = %{tl_version} -Provides: tex(a_vc7epu.enc) = %{tl_version} -Provides: tex(a_vrqych.enc) = %{tl_version} -Provides: tex(a_wd5mfa.enc) = %{tl_version} -Provides: tex(a_y2bxm4.enc) = %{tl_version} -Provides: tex(a_y72t7m.enc) = %{tl_version} -Provides: tex(a_ycjpon.enc) = %{tl_version} -Provides: tex(a_yl3wnd.enc) = %{tl_version} -Provides: tex(a_yoxmuz.enc) = %{tl_version} -Provides: tex(lato.map) = %{tl_version} -Provides: tex(lato.sty) = %{tl_version} - -%description lato -Lato is a sanserif typeface family designed in the Summer 2010 -by Warsaw-based designer Lukasz Dziedzic for the tyPoland -foundry. This font, which includes five weights (hairline, -light, regular, bold and black), is available from the Google -Font Directory as TrueType files under the Open Font License -version 1.1. The package provides support for this font in -LaTeX. It includes the original TrueType fonts, as well as Type -1 versions, converted for this package using FontForge for full -support with Dvips. - -%package lato-doc -Summary: Documentation for lato -Version: svn54512 -Provides: tex-lato-doc -AutoReqProv: No - -%description lato-doc -Documentation for lato - -%package lfb -Provides: tex-lfb = %{tl_version} -License: LPPL -Summary: A Greek font with normal and bold variants -Version: svn15878.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(lfb10.tfm) = %{tl_version} -Provides: tex(lfb11.tfm) = %{tl_version} -Provides: tex(lfb12.tfm) = %{tl_version} -Provides: tex(lfb5.tfm) = %{tl_version} -Provides: tex(lfb6.tfm) = %{tl_version} -Provides: tex(lfb7.tfm) = %{tl_version} -Provides: tex(lfb8.tfm) = %{tl_version} -Provides: tex(lfb9.tfm) = %{tl_version} -Provides: tex(lfbb10.tfm) = %{tl_version} -Provides: tex(lfbb11.tfm) = %{tl_version} -Provides: tex(lfbb12.tfm) = %{tl_version} -Provides: tex(lfbb5.tfm) = %{tl_version} -Provides: tex(lfbb6.tfm) = %{tl_version} -Provides: tex(lfbb7.tfm) = %{tl_version} -Provides: tex(lfbb8.tfm) = %{tl_version} -Provides: tex(lfbb9.tfm) = %{tl_version} - -%description lfb -This is a Greek font written in Metafont, with inspiration from -the Bodoni typefaces in old books. It is stylistically a little -more exotic than the standard textbook Greek fonts, -particularly in glyphs like the lowercase rho and kappa. It -aims for a rather calligraphic feel, but seems to blend well -with Computer Modern. There is a ligature scheme which -automatically inserts the breathings required for ancient -texts, making the input text more readable than in some -schemes. - -%package lfb-doc -Summary: Documentation for lfb -Version: svn15878.1.0 - -Provides: tex-lfb-doc -AutoReqProv: No - -%description lfb-doc -Documentation for lfb - -%package libertine -Provides: tex-libertine = %{tl_version} -License: LPPL -Summary: Use of Linux Libertine and Biolinum fonts with LaTeX -Version: svn54583 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Requires: tex(xkeyval.sty) -Requires: tex(textcomp.sty) -Requires: tex(fontspec.sty) -Requires: tex(fontenc.sty) -Requires: tex(fontaxes.sty) -Requires: tex(mweights.sty) -Provides: tex(lbtn_25tcsq.enc) = %{tl_version} -Provides: tex(lbtn_2exa4z.enc) = %{tl_version} -Provides: tex(lbtn_2ezly2.enc) = %{tl_version} -Provides: tex(lbtn_2jy62z.enc) = %{tl_version} -Provides: tex(lbtn_2lhpup.enc) = %{tl_version} -Provides: tex(lbtn_2mruj6.enc) = %{tl_version} -Provides: tex(lbtn_2or2lf.enc) = %{tl_version} -Provides: tex(lbtn_2vtnkl.enc) = %{tl_version} -Provides: tex(lbtn_2xw2fz.enc) = %{tl_version} -Provides: tex(lbtn_2yk3ov.enc) = %{tl_version} -Provides: tex(lbtn_3acize.enc) = %{tl_version} -Provides: tex(lbtn_3c7nkx.enc) = %{tl_version} -Provides: tex(lbtn_3dk467.enc) = %{tl_version} -Provides: tex(lbtn_3gqkkc.enc) = %{tl_version} -Provides: tex(lbtn_3i7fl4.enc) = %{tl_version} -Provides: tex(lbtn_3ocgcu.enc) = %{tl_version} -Provides: tex(lbtn_3r2fe2.enc) = %{tl_version} -Provides: tex(lbtn_3zs4uy.enc) = %{tl_version} -Provides: tex(lbtn_44kw74.enc) = %{tl_version} -Provides: tex(lbtn_4fqbzh.enc) = %{tl_version} -Provides: tex(lbtn_4gizrm.enc) = %{tl_version} -Provides: tex(lbtn_4h5nuw.enc) = %{tl_version} -Provides: tex(lbtn_4ifdhd.enc) = %{tl_version} -Provides: tex(lbtn_4lzzdn.enc) = %{tl_version} -Provides: tex(lbtn_4p7cpr.enc) = %{tl_version} -Provides: tex(lbtn_4pa5s6.enc) = %{tl_version} -Provides: tex(lbtn_4qdwcl.enc) = %{tl_version} -Provides: tex(lbtn_4wvzw4.enc) = %{tl_version} -Provides: tex(lbtn_4xgrig.enc) = %{tl_version} -Provides: tex(lbtn_4zgdm7.enc) = %{tl_version} -Provides: tex(lbtn_5t7yy5.enc) = %{tl_version} -Provides: tex(lbtn_5yotx4.enc) = %{tl_version} -Provides: tex(lbtn_64fcpm.enc) = %{tl_version} -Provides: tex(lbtn_67ud6q.enc) = %{tl_version} -Provides: tex(lbtn_6fbtzc.enc) = %{tl_version} -Provides: tex(lbtn_6icwtb.enc) = %{tl_version} -Provides: tex(lbtn_6igaju.enc) = %{tl_version} -Provides: tex(lbtn_6koeqx.enc) = %{tl_version} -Provides: tex(lbtn_6mhf45.enc) = %{tl_version} -Provides: tex(lbtn_6p6dn5.enc) = %{tl_version} -Provides: tex(lbtn_75c3wo.enc) = %{tl_version} -Provides: tex(lbtn_76gpa5.enc) = %{tl_version} -Provides: tex(lbtn_77vsbz.enc) = %{tl_version} -Provides: tex(lbtn_7aljsl.enc) = %{tl_version} -Provides: tex(lbtn_7f4ce4.enc) = %{tl_version} -Provides: tex(lbtn_7fko2h.enc) = %{tl_version} -Provides: tex(lbtn_7gfcac.enc) = %{tl_version} -Provides: tex(lbtn_7grukw.enc) = %{tl_version} -Provides: tex(lbtn_7gvbi7.enc) = %{tl_version} -Provides: tex(lbtn_7ukmos.enc) = %{tl_version} -Provides: tex(lbtn_7wxhd7.enc) = %{tl_version} -Provides: tex(lbtn_7yry24.enc) = %{tl_version} -Provides: tex(lbtn_7zzaqc.enc) = %{tl_version} -Provides: tex(lbtn_a6mubu.enc) = %{tl_version} -Provides: tex(lbtn_a7ysm3.enc) = %{tl_version} -Provides: tex(lbtn_ac44fr.enc) = %{tl_version} -Provides: tex(lbtn_afusau.enc) = %{tl_version} -Provides: tex(lbtn_aiatc4.enc) = %{tl_version} -Provides: tex(lbtn_ashjgg.enc) = %{tl_version} -Provides: tex(lbtn_avrf3y.enc) = %{tl_version} -Provides: tex(lbtn_azutla.enc) = %{tl_version} -Provides: tex(lbtn_b7buxp.enc) = %{tl_version} -Provides: tex(lbtn_b7tf5m.enc) = %{tl_version} -Provides: tex(lbtn_bgokdj.enc) = %{tl_version} -Provides: tex(lbtn_bgqvqi.enc) = %{tl_version} -Provides: tex(lbtn_bkwvsw.enc) = %{tl_version} -Provides: tex(lbtn_bvtjwh.enc) = %{tl_version} -Provides: tex(lbtn_bxcpwt.enc) = %{tl_version} -Provides: tex(lbtn_c3m4uk.enc) = %{tl_version} -Provides: tex(lbtn_c4mbat.enc) = %{tl_version} -Provides: tex(lbtn_c5qhbu.enc) = %{tl_version} -Provides: tex(lbtn_c6yh3y.enc) = %{tl_version} -Provides: tex(lbtn_c7hqsr.enc) = %{tl_version} -Provides: tex(lbtn_c7kyj5.enc) = %{tl_version} -Provides: tex(lbtn_ccye3h.enc) = %{tl_version} -Provides: tex(lbtn_coqhcm.enc) = %{tl_version} -Provides: tex(lbtn_crxz7j.enc) = %{tl_version} -Provides: tex(lbtn_ctsnwr.enc) = %{tl_version} -Provides: tex(lbtn_d4efeo.enc) = %{tl_version} -Provides: tex(lbtn_d5t6d3.enc) = %{tl_version} -Provides: tex(lbtn_d6jdyt.enc) = %{tl_version} -Provides: tex(lbtn_dc4jmj.enc) = %{tl_version} -Provides: tex(lbtn_dgc7p3.enc) = %{tl_version} -Provides: tex(lbtn_dgwfac.enc) = %{tl_version} -Provides: tex(lbtn_dh3kuf.enc) = %{tl_version} -Provides: tex(lbtn_dhi6qf.enc) = %{tl_version} -Provides: tex(lbtn_djk3hd.enc) = %{tl_version} -Provides: tex(lbtn_dm3bvq.enc) = %{tl_version} -Provides: tex(lbtn_dobmnc.enc) = %{tl_version} -Provides: tex(lbtn_doxsfd.enc) = %{tl_version} -Provides: tex(lbtn_drc7cb.enc) = %{tl_version} -Provides: tex(lbtn_dukpkt.enc) = %{tl_version} -Provides: tex(lbtn_dvvysc.enc) = %{tl_version} -Provides: tex(lbtn_dylq3g.enc) = %{tl_version} -Provides: tex(lbtn_e2nnp6.enc) = %{tl_version} -Provides: tex(lbtn_edcawa.enc) = %{tl_version} -Provides: tex(lbtn_ee6wgp.enc) = %{tl_version} -Provides: tex(lbtn_eh2cuc.enc) = %{tl_version} -Provides: tex(lbtn_ehpgim.enc) = %{tl_version} -Provides: tex(lbtn_ek5o26.enc) = %{tl_version} -Provides: tex(lbtn_ep5ow4.enc) = %{tl_version} -Provides: tex(lbtn_etetpy.enc) = %{tl_version} -Provides: tex(lbtn_ew6fhv.enc) = %{tl_version} -Provides: tex(lbtn_ewm74v.enc) = %{tl_version} -Provides: tex(lbtn_ezf25l.enc) = %{tl_version} -Provides: tex(lbtn_f3437j.enc) = %{tl_version} -Provides: tex(lbtn_f4vjgq.enc) = %{tl_version} -Provides: tex(lbtn_f75mth.enc) = %{tl_version} -Provides: tex(lbtn_fah7mx.enc) = %{tl_version} -Provides: tex(lbtn_fdphbq.enc) = %{tl_version} -Provides: tex(lbtn_ffhb5a.enc) = %{tl_version} -Provides: tex(lbtn_fgflse.enc) = %{tl_version} -Provides: tex(lbtn_flx7j2.enc) = %{tl_version} -Provides: tex(lbtn_fmcq3c.enc) = %{tl_version} -Provides: tex(lbtn_fte2ql.enc) = %{tl_version} -Provides: tex(lbtn_fygcup.enc) = %{tl_version} -Provides: tex(lbtn_g3iycs.enc) = %{tl_version} -Provides: tex(lbtn_g3y3rv.enc) = %{tl_version} -Provides: tex(lbtn_gannye.enc) = %{tl_version} -Provides: tex(lbtn_ggtxir.enc) = %{tl_version} -Provides: tex(lbtn_gj2vz5.enc) = %{tl_version} -Provides: tex(lbtn_glqt35.enc) = %{tl_version} -Provides: tex(lbtn_gppru4.enc) = %{tl_version} -Provides: tex(lbtn_gw5dl2.enc) = %{tl_version} -Provides: tex(lbtn_gwx7x5.enc) = %{tl_version} -Provides: tex(lbtn_gzistf.enc) = %{tl_version} -Provides: tex(lbtn_h7zthp.enc) = %{tl_version} -Provides: tex(lbtn_hj4mhx.enc) = %{tl_version} -Provides: tex(lbtn_hk6flg.enc) = %{tl_version} -Provides: tex(lbtn_hmhe76.enc) = %{tl_version} -Provides: tex(lbtn_hraow7.enc) = %{tl_version} -Provides: tex(lbtn_hrou5r.enc) = %{tl_version} -Provides: tex(lbtn_hx6qbg.enc) = %{tl_version} -Provides: tex(lbtn_hxgvkt.enc) = %{tl_version} -Provides: tex(lbtn_i5uqjc.enc) = %{tl_version} -Provides: tex(lbtn_igd6cx.enc) = %{tl_version} -Provides: tex(lbtn_ijo4o4.enc) = %{tl_version} -Provides: tex(lbtn_ilz2ox.enc) = %{tl_version} -Provides: tex(lbtn_imzna7.enc) = %{tl_version} -Provides: tex(lbtn_indkeb.enc) = %{tl_version} -Provides: tex(lbtn_io54zc.enc) = %{tl_version} -Provides: tex(lbtn_ip3srb.enc) = %{tl_version} -Provides: tex(lbtn_iqbcqn.enc) = %{tl_version} -Provides: tex(lbtn_ism4pi.enc) = %{tl_version} -Provides: tex(lbtn_itwafr.enc) = %{tl_version} -Provides: tex(lbtn_j3xg3k.enc) = %{tl_version} -Provides: tex(lbtn_j6rzs3.enc) = %{tl_version} -Provides: tex(lbtn_jbwhst.enc) = %{tl_version} -Provides: tex(lbtn_jk65vs.enc) = %{tl_version} -Provides: tex(lbtn_jkqd5u.enc) = %{tl_version} -Provides: tex(lbtn_jm7hzd.enc) = %{tl_version} -Provides: tex(lbtn_jnah33.enc) = %{tl_version} -Provides: tex(lbtn_jr2l53.enc) = %{tl_version} -Provides: tex(lbtn_jtbvjr.enc) = %{tl_version} -Provides: tex(lbtn_jtta5h.enc) = %{tl_version} -Provides: tex(lbtn_jubyw6.enc) = %{tl_version} -Provides: tex(lbtn_jvhpxk.enc) = %{tl_version} -Provides: tex(lbtn_jx6jsy.enc) = %{tl_version} -Provides: tex(lbtn_k2din5.enc) = %{tl_version} -Provides: tex(lbtn_ka7zfp.enc) = %{tl_version} -Provides: tex(lbtn_ki75ao.enc) = %{tl_version} -Provides: tex(lbtn_kijugd.enc) = %{tl_version} -Provides: tex(lbtn_kmbcyi.enc) = %{tl_version} -Provides: tex(lbtn_kozgsn.enc) = %{tl_version} -Provides: tex(lbtn_kqi56g.enc) = %{tl_version} -Provides: tex(lbtn_ks2ukx.enc) = %{tl_version} -Provides: tex(lbtn_kuli6n.enc) = %{tl_version} -Provides: tex(lbtn_kvn6mi.enc) = %{tl_version} -Provides: tex(lbtn_l4ygyh.enc) = %{tl_version} -Provides: tex(lbtn_l5ekfx.enc) = %{tl_version} -Provides: tex(lbtn_ldz4vi.enc) = %{tl_version} -Provides: tex(lbtn_lmduqq.enc) = %{tl_version} -Provides: tex(lbtn_lqfkm2.enc) = %{tl_version} -Provides: tex(lbtn_lrrvac.enc) = %{tl_version} -Provides: tex(lbtn_lu7m2n.enc) = %{tl_version} -Provides: tex(lbtn_lyu3x3.enc) = %{tl_version} -Provides: tex(lbtn_m4ul6s.enc) = %{tl_version} -Provides: tex(lbtn_m7vdvu.enc) = %{tl_version} -Provides: tex(lbtn_mdetlm.enc) = %{tl_version} -Provides: tex(lbtn_mlkyly.enc) = %{tl_version} -Provides: tex(lbtn_mmutss.enc) = %{tl_version} -Provides: tex(lbtn_mx3chd.enc) = %{tl_version} -Provides: tex(lbtn_mywn7m.enc) = %{tl_version} -Provides: tex(lbtn_n3ddym.enc) = %{tl_version} -Provides: tex(lbtn_n3gv2c.enc) = %{tl_version} -Provides: tex(lbtn_n3xw57.enc) = %{tl_version} -Provides: tex(lbtn_n7uljd.enc) = %{tl_version} -Provides: tex(lbtn_naooyc.enc) = %{tl_version} -Provides: tex(lbtn_ncsllp.enc) = %{tl_version} -Provides: tex(lbtn_nh77jq.enc) = %{tl_version} -Provides: tex(lbtn_nifh3d.enc) = %{tl_version} -Provides: tex(lbtn_o3jfbt.enc) = %{tl_version} -Provides: tex(lbtn_o3v7gd.enc) = %{tl_version} -Provides: tex(lbtn_o7ljol.enc) = %{tl_version} -Provides: tex(lbtn_oexx6f.enc) = %{tl_version} -Provides: tex(lbtn_oie7e6.enc) = %{tl_version} -Provides: tex(lbtn_okxbyw.enc) = %{tl_version} -Provides: tex(lbtn_omcwp2.enc) = %{tl_version} -Provides: tex(lbtn_ooant5.enc) = %{tl_version} -Provides: tex(lbtn_ouu7z6.enc) = %{tl_version} -Provides: tex(lbtn_ov2e4f.enc) = %{tl_version} -Provides: tex(lbtn_owmg2c.enc) = %{tl_version} -Provides: tex(lbtn_pagsao.enc) = %{tl_version} -Provides: tex(lbtn_pc62jw.enc) = %{tl_version} -Provides: tex(lbtn_pfnu67.enc) = %{tl_version} -Provides: tex(lbtn_pjjyzv.enc) = %{tl_version} -Provides: tex(lbtn_pjxd67.enc) = %{tl_version} -Provides: tex(lbtn_pkft74.enc) = %{tl_version} -Provides: tex(lbtn_pq6qgt.enc) = %{tl_version} -Provides: tex(lbtn_prxh5x.enc) = %{tl_version} -Provides: tex(lbtn_puhpfk.enc) = %{tl_version} -Provides: tex(lbtn_pwsgbx.enc) = %{tl_version} -Provides: tex(lbtn_q2zrjv.enc) = %{tl_version} -Provides: tex(lbtn_q6vmp6.enc) = %{tl_version} -Provides: tex(lbtn_qac756.enc) = %{tl_version} -Provides: tex(lbtn_qacof3.enc) = %{tl_version} -Provides: tex(lbtn_qgimbz.enc) = %{tl_version} -Provides: tex(lbtn_qlw4xk.enc) = %{tl_version} -Provides: tex(lbtn_qnd5b5.enc) = %{tl_version} -Provides: tex(lbtn_qwz7uv.enc) = %{tl_version} -Provides: tex(lbtn_r4tgzq.enc) = %{tl_version} -Provides: tex(lbtn_rat5le.enc) = %{tl_version} -Provides: tex(lbtn_rh4gvg.enc) = %{tl_version} -Provides: tex(lbtn_roevjg.enc) = %{tl_version} -Provides: tex(lbtn_rvmawp.enc) = %{tl_version} -Provides: tex(lbtn_sakzps.enc) = %{tl_version} -Provides: tex(lbtn_sdmuhw.enc) = %{tl_version} -Provides: tex(lbtn_sfn3yq.enc) = %{tl_version} -Provides: tex(lbtn_sjkbhb.enc) = %{tl_version} -Provides: tex(lbtn_soyanm.enc) = %{tl_version} -Provides: tex(lbtn_sruc5m.enc) = %{tl_version} -Provides: tex(lbtn_suv2ur.enc) = %{tl_version} -Provides: tex(lbtn_t62t6h.enc) = %{tl_version} -Provides: tex(lbtn_tk3eej.enc) = %{tl_version} -Provides: tex(lbtn_tltjc6.enc) = %{tl_version} -Provides: tex(lbtn_tlukpt.enc) = %{tl_version} -Provides: tex(lbtn_tnngrt.enc) = %{tl_version} -Provides: tex(lbtn_trvg3w.enc) = %{tl_version} -Provides: tex(lbtn_txfk5t.enc) = %{tl_version} -Provides: tex(lbtn_u442ab.enc) = %{tl_version} -Provides: tex(lbtn_u4pufl.enc) = %{tl_version} -Provides: tex(lbtn_u7qtuy.enc) = %{tl_version} -Provides: tex(lbtn_ufdkzv.enc) = %{tl_version} -Provides: tex(lbtn_ulngvd.enc) = %{tl_version} -Provides: tex(lbtn_uqwtgw.enc) = %{tl_version} -Provides: tex(lbtn_urpt4g.enc) = %{tl_version} -Provides: tex(lbtn_usa6cb.enc) = %{tl_version} -Provides: tex(lbtn_utckyy.enc) = %{tl_version} -Provides: tex(lbtn_uwivlq.enc) = %{tl_version} -Provides: tex(lbtn_v2xmgd.enc) = %{tl_version} -Provides: tex(lbtn_v3uc42.enc) = %{tl_version} -Provides: tex(lbtn_vezqth.enc) = %{tl_version} -Provides: tex(lbtn_vfdxlw.enc) = %{tl_version} -Provides: tex(lbtn_vhl5ch.enc) = %{tl_version} -Provides: tex(lbtn_vm42ve.enc) = %{tl_version} -Provides: tex(lbtn_voilzo.enc) = %{tl_version} -Provides: tex(lbtn_volajt.enc) = %{tl_version} -Provides: tex(lbtn_vp3gac.enc) = %{tl_version} -Provides: tex(lbtn_vpeqwl.enc) = %{tl_version} -Provides: tex(lbtn_vpjqew.enc) = %{tl_version} -Provides: tex(lbtn_vsrqlo.enc) = %{tl_version} -Provides: tex(lbtn_vump27.enc) = %{tl_version} -Provides: tex(lbtn_vyzecs.enc) = %{tl_version} -Provides: tex(lbtn_w5h3ip.enc) = %{tl_version} -Provides: tex(lbtn_w6afmj.enc) = %{tl_version} -Provides: tex(lbtn_wcay2e.enc) = %{tl_version} -Provides: tex(lbtn_weuxsp.enc) = %{tl_version} -Provides: tex(lbtn_wnipxy.enc) = %{tl_version} -Provides: tex(lbtn_wruwpj.enc) = %{tl_version} -Provides: tex(lbtn_wyfdnl.enc) = %{tl_version} -Provides: tex(lbtn_wzgokb.enc) = %{tl_version} -Provides: tex(lbtn_x4bvel.enc) = %{tl_version} -Provides: tex(lbtn_x4urtl.enc) = %{tl_version} -Provides: tex(lbtn_xapzkq.enc) = %{tl_version} -Provides: tex(lbtn_xc6c72.enc) = %{tl_version} -Provides: tex(lbtn_xeech7.enc) = %{tl_version} -Provides: tex(lbtn_xie3od.enc) = %{tl_version} -Provides: tex(lbtn_xnyvcl.enc) = %{tl_version} -Provides: tex(lbtn_xogrpz.enc) = %{tl_version} -Provides: tex(lbtn_xpavo4.enc) = %{tl_version} -Provides: tex(lbtn_xsgxhq.enc) = %{tl_version} -Provides: tex(lbtn_xz74p6.enc) = %{tl_version} -Provides: tex(lbtn_xzlo5e.enc) = %{tl_version} -Provides: tex(lbtn_y6cxei.enc) = %{tl_version} -Provides: tex(lbtn_y6gumo.enc) = %{tl_version} -Provides: tex(lbtn_yea32d.enc) = %{tl_version} -Provides: tex(lbtn_yfflrw.enc) = %{tl_version} -Provides: tex(lbtn_yruotg.enc) = %{tl_version} -Provides: tex(lbtn_yvenhr.enc) = %{tl_version} -Provides: tex(lbtn_z254vq.enc) = %{tl_version} -Provides: tex(lbtn_z3bmga.enc) = %{tl_version} -Provides: tex(lbtn_zacdtl.enc) = %{tl_version} -Provides: tex(lbtn_zajy4r.enc) = %{tl_version} -Provides: tex(lbtn_zkaele.enc) = %{tl_version} -Provides: tex(lbtn_zlmmkb.enc) = %{tl_version} -Provides: tex(lbtn_zoexom.enc) = %{tl_version} -Provides: tex(lbtn_zp73k3.enc) = %{tl_version} -Provides: tex(lbtn_zq22hj.enc) = %{tl_version} -Provides: tex(lbtn_zxvhqu.enc) = %{tl_version} -Provides: tex(lbtn_zycpkp.enc) = %{tl_version} -Provides: tex(lbtn_zyymej.enc) = %{tl_version} -Provides: tex(libertine.map) = %{tl_version} -Provides: tex(LKey.tex) = %{tl_version} -Provides: tex(LY1LinuxBiolinumO-LF.fd) = %{tl_version} -Provides: tex(LY1LinuxBiolinumO-OsF.fd) = %{tl_version} -Provides: tex(LY1LinuxBiolinumO-TLF.fd) = %{tl_version} -Provides: tex(LY1LinuxBiolinumO-TOsF.fd) = %{tl_version} -Provides: tex(LY1LinuxBiolinumT-LF.fd) = %{tl_version} -Provides: tex(LY1LinuxBiolinumT-OsF.fd) = %{tl_version} -Provides: tex(LY1LinuxBiolinumT-Sup.fd) = %{tl_version} -Provides: tex(LY1LinuxBiolinumT-TLF.fd) = %{tl_version} -Provides: tex(LY1LinuxBiolinumT-TOsF.fd) = %{tl_version} -Provides: tex(LY1LinuxLibertineDisplayT-LF.fd) = %{tl_version} -Provides: tex(LY1LinuxLibertineDisplayT-OsF.fd) = %{tl_version} -Provides: tex(LY1LinuxLibertineDisplayT-Sup.fd) = %{tl_version} -Provides: tex(LY1LinuxLibertineDisplayT-TLF.fd) = %{tl_version} -Provides: tex(LY1LinuxLibertineDisplayT-TOsF.fd) = %{tl_version} -Provides: tex(LY1LinuxLibertineInitialsT-LF.fd) = %{tl_version} -Provides: tex(LY1LinuxLibertineInitialsT-OsF.fd) = %{tl_version} -Provides: tex(LY1LinuxLibertineInitialsT-TLF.fd) = %{tl_version} -Provides: tex(LY1LinuxLibertineMonoT-LF.fd) = %{tl_version} -Provides: tex(LY1LinuxLibertineMonoT-Sup.fd) = %{tl_version} -Provides: tex(LY1LinuxLibertineMonoT-TLF.fd) = %{tl_version} -Provides: tex(LY1LinuxLibertineO-LF.fd) = %{tl_version} -Provides: tex(LY1LinuxLibertineO-OsF.fd) = %{tl_version} -Provides: tex(LY1LinuxLibertineO-TLF.fd) = %{tl_version} -Provides: tex(LY1LinuxLibertineO-TOsF.fd) = %{tl_version} -Provides: tex(LY1LinuxLibertineT-LF.fd) = %{tl_version} -Provides: tex(LY1LinuxLibertineT-OsF.fd) = %{tl_version} -Provides: tex(LY1LinuxLibertineT-Sup.fd) = %{tl_version} -Provides: tex(LY1LinuxLibertineT-TLF.fd) = %{tl_version} -Provides: tex(LY1LinuxLibertineT-TOsF.fd) = %{tl_version} -Provides: tex(LinBiolinum_K.tex) = %{tl_version} -Provides: tex(LinBiolinum_R.tex) = %{tl_version} -Provides: tex(LinLibertine_I.tex) = %{tl_version} -Provides: tex(LinLibertine_R.tex) = %{tl_version} -Provides: tex(OT1LinuxBiolinumO-LF.fd) = %{tl_version} -Provides: tex(OT1LinuxBiolinumO-OsF.fd) = %{tl_version} -Provides: tex(OT1LinuxBiolinumO-TLF.fd) = %{tl_version} -Provides: tex(OT1LinuxBiolinumO-TOsF.fd) = %{tl_version} -Provides: tex(OT1LinuxBiolinumT-LF.fd) = %{tl_version} -Provides: tex(OT1LinuxBiolinumT-OsF.fd) = %{tl_version} -Provides: tex(OT1LinuxBiolinumT-Sup.fd) = %{tl_version} -Provides: tex(OT1LinuxBiolinumT-TLF.fd) = %{tl_version} -Provides: tex(OT1LinuxBiolinumT-TOsF.fd) = %{tl_version} -Provides: tex(OT1LinuxLibertineDisplayT-LF.fd) = %{tl_version} -Provides: tex(OT1LinuxLibertineDisplayT-OsF.fd) = %{tl_version} -Provides: tex(OT1LinuxLibertineDisplayT-Sup.fd) = %{tl_version} -Provides: tex(OT1LinuxLibertineDisplayT-TLF.fd) = %{tl_version} -Provides: tex(OT1LinuxLibertineDisplayT-TOsF.fd) = %{tl_version} -Provides: tex(OT1LinuxLibertineInitialsT-LF.fd) = %{tl_version} -Provides: tex(OT1LinuxLibertineInitialsT-OsF.fd) = %{tl_version} -Provides: tex(OT1LinuxLibertineInitialsT-TLF.fd) = %{tl_version} -Provides: tex(OT1LinuxLibertineMonoT-LF.fd) = %{tl_version} -Provides: tex(OT1LinuxLibertineMonoT-Sup.fd) = %{tl_version} -Provides: tex(OT1LinuxLibertineMonoT-TLF.fd) = %{tl_version} -Provides: tex(OT1LinuxLibertineO-LF.fd) = %{tl_version} -Provides: tex(OT1LinuxLibertineO-OsF.fd) = %{tl_version} -Provides: tex(OT1LinuxLibertineO-TLF.fd) = %{tl_version} -Provides: tex(OT1LinuxLibertineO-TOsF.fd) = %{tl_version} -Provides: tex(OT1LinuxLibertineT-LF.fd) = %{tl_version} -Provides: tex(OT1LinuxLibertineT-OsF.fd) = %{tl_version} -Provides: tex(OT1LinuxLibertineT-Sup.fd) = %{tl_version} -Provides: tex(OT1LinuxLibertineT-TLF.fd) = %{tl_version} -Provides: tex(OT1LinuxLibertineT-TOsF.fd) = %{tl_version} -Provides: tex(T1LinuxBiolinumO-LF.fd) = %{tl_version} -Provides: tex(T1LinuxBiolinumO-OsF.fd) = %{tl_version} -Provides: tex(T1LinuxBiolinumO-TLF.fd) = %{tl_version} -Provides: tex(T1LinuxBiolinumO-TOsF.fd) = %{tl_version} -Provides: tex(T1LinuxBiolinumT-LF.fd) = %{tl_version} -Provides: tex(T1LinuxBiolinumT-OsF.fd) = %{tl_version} -Provides: tex(T1LinuxBiolinumT-Sup.fd) = %{tl_version} -Provides: tex(T1LinuxBiolinumT-TLF.fd) = %{tl_version} -Provides: tex(T1LinuxBiolinumT-TOsF.fd) = %{tl_version} -Provides: tex(T1LinuxLibertineDisplayT-LF.fd) = %{tl_version} -Provides: tex(T1LinuxLibertineDisplayT-OsF.fd) = %{tl_version} -Provides: tex(T1LinuxLibertineDisplayT-Sup.fd) = %{tl_version} -Provides: tex(T1LinuxLibertineDisplayT-TLF.fd) = %{tl_version} -Provides: tex(T1LinuxLibertineDisplayT-TOsF.fd) = %{tl_version} -Provides: tex(T1LinuxLibertineInitialsT-LF.fd) = %{tl_version} -Provides: tex(T1LinuxLibertineInitialsT-OsF.fd) = %{tl_version} -Provides: tex(T1LinuxLibertineInitialsT-TLF.fd) = %{tl_version} -Provides: tex(T1LinuxLibertineMonoT-LF.fd) = %{tl_version} -Provides: tex(T1LinuxLibertineMonoT-Sup.fd) = %{tl_version} -Provides: tex(T1LinuxLibertineMonoT-TLF.fd) = %{tl_version} -Provides: tex(T1LinuxLibertineO-LF.fd) = %{tl_version} -Provides: tex(T1LinuxLibertineO-OsF.fd) = %{tl_version} -Provides: tex(T1LinuxLibertineO-TLF.fd) = %{tl_version} -Provides: tex(T1LinuxLibertineO-TOsF.fd) = %{tl_version} -Provides: tex(T1LinuxLibertineT-LF.fd) = %{tl_version} -Provides: tex(T1LinuxLibertineT-OsF.fd) = %{tl_version} -Provides: tex(T1LinuxLibertineT-Sup.fd) = %{tl_version} -Provides: tex(T1LinuxLibertineT-TLF.fd) = %{tl_version} -Provides: tex(T1LinuxLibertineT-TOsF.fd) = %{tl_version} -Provides: tex(TS1LinuxBiolinumO-LF.fd) = %{tl_version} -Provides: tex(TS1LinuxBiolinumO-OsF.fd) = %{tl_version} -Provides: tex(TS1LinuxBiolinumO-TLF.fd) = %{tl_version} -Provides: tex(TS1LinuxBiolinumO-TOsF.fd) = %{tl_version} -Provides: tex(TS1LinuxBiolinumT-LF.fd) = %{tl_version} -Provides: tex(TS1LinuxBiolinumT-OsF.fd) = %{tl_version} -Provides: tex(TS1LinuxBiolinumT-TLF.fd) = %{tl_version} -Provides: tex(TS1LinuxBiolinumT-TOsF.fd) = %{tl_version} -Provides: tex(TS1LinuxLibertineDisplayT-LF.fd) = %{tl_version} -Provides: tex(TS1LinuxLibertineDisplayT-OsF.fd) = %{tl_version} -Provides: tex(TS1LinuxLibertineDisplayT-TLF.fd) = %{tl_version} -Provides: tex(TS1LinuxLibertineDisplayT-TOsF.fd) = %{tl_version} -Provides: tex(TS1LinuxLibertineInitialsT-LF.fd) = %{tl_version} -Provides: tex(TS1LinuxLibertineInitialsT-OsF.fd) = %{tl_version} -Provides: tex(TS1LinuxLibertineInitialsT-TLF.fd) = %{tl_version} -Provides: tex(TS1LinuxLibertineMonoT-LF.fd) = %{tl_version} -Provides: tex(TS1LinuxLibertineMonoT-TLF.fd) = %{tl_version} -Provides: tex(TS1LinuxLibertineO-LF.fd) = %{tl_version} -Provides: tex(TS1LinuxLibertineO-OsF.fd) = %{tl_version} -Provides: tex(TS1LinuxLibertineO-TLF.fd) = %{tl_version} -Provides: tex(TS1LinuxLibertineO-TOsF.fd) = %{tl_version} -Provides: tex(TS1LinuxLibertineT-LF.fd) = %{tl_version} -Provides: tex(TS1LinuxLibertineT-OsF.fd) = %{tl_version} -Provides: tex(TS1LinuxLibertineT-TLF.fd) = %{tl_version} -Provides: tex(TS1LinuxLibertineT-TOsF.fd) = %{tl_version} -Provides: tex(biolinum.sty) = %{tl_version} -Provides: tex(libertine.sty) = %{tl_version} -Provides: tex(libertineMono.sty) = %{tl_version} -Provides: tex(libertineRoman.sty) = %{tl_version} - -%description libertine -The package provides the Libertine and Biolinum fonts in both -Type 1 and OTF styles, together with support macros for their -use. Monospaced and display fonts, and the "keyboard" set are -also included, in OTF style, only. The mweights package is used -to manage the selection of font weights. The package supersedes -both the libertineotf and the libertine-legacy packages. - -%package libertine-doc -Summary: Documentation for libertine -Version: svn54583 -Provides: tex-libertine-doc -AutoReqProv: No - -%description libertine-doc -Documentation for libertine - -%package librebaskerville -Provides: tex-librebaskerville = %{tl_version} -License: LPPL -Summary: LaTeX support for the Libre Baskerville family of fonts -Version: svn56018 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Requires: tex(textcomp.sty) -Requires: tex(xkeyval.sty) -Requires: tex(fontspec.sty) -Requires: tex(fontenc.sty) -Requires: tex(fontaxes.sty) -Provides: tex(LY1LibreBskvl-LF.fd) = %{tl_version} -Provides: tex(LY1LibreBskvl-Sup.fd) = %{tl_version} -Provides: tex(LibreBaskerville.map) = %{tl_version} -Provides: tex(LibreBskvl.sty) = %{tl_version} -Provides: tex(OT1LibreBskvl-LF.fd) = %{tl_version} -Provides: tex(OT1LibreBskvl-Sup.fd) = %{tl_version} -Provides: tex(T1LibreBskvl-LF.fd) = %{tl_version} -Provides: tex(T1LibreBskvl-Sup.fd) = %{tl_version} -Provides: tex(TS1LibreBskvl-LF.fd) = %{tl_version} -Provides: tex(lbskvl_4uz6a2.enc) = %{tl_version} -Provides: tex(lbskvl_4yc6wb.enc) = %{tl_version} -Provides: tex(lbskvl_6hj2ra.enc) = %{tl_version} -Provides: tex(lbskvl_p6yehx.enc) = %{tl_version} -Provides: tex(lbskvl_uf5aa7.enc) = %{tl_version} -Provides: tex(lbskvl_ufnake.enc) = %{tl_version} -Provides: tex(lbskvl_vepvv3.enc) = %{tl_version} -Provides: tex(lbskvl_wpcz7d.enc) = %{tl_version} -Provides: tex(lbskvl_yeotsr.enc) = %{tl_version} -Provides: tex(librebaskerville.sty) = %{tl_version} - -%description librebaskerville -Libre Baskerville is designed by Pablo Impallari. It is -primarily intended to be a web font but is also attractive as a -TeX font. As there is currently no bold italic variant, an -artificially slanted version of the bold variant has been -generated. - -%package librebaskerville-doc -Summary: Documentation for librebaskerville -Version: svn56018 -Provides: tex-librebaskerville-doc -AutoReqProv: No - -%description librebaskerville-doc -Documentation for librebaskerville - -%package librecaslon -Provides: tex-librecaslon = %{tl_version} -License: OFL -Summary: Libre Caslon fonts, with LaTeX support -Version: svn56003 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Requires: tex(textcomp.sty) -Requires: tex(xkeyval.sty) -Requires: tex(fontspec.sty) -Requires: tex(fontenc.sty) -Requires: tex(fontaxes.sty) -Provides: tex(LY1LibreCsln-Inf.fd) = %{tl_version} -Provides: tex(LY1LibreCsln-LF.fd) = %{tl_version} -Provides: tex(LY1LibreCsln-OsF.fd) = %{tl_version} -Provides: tex(LY1LibreCsln-Sup.fd) = %{tl_version} -Provides: tex(LY1LibreCsln-TLF.fd) = %{tl_version} -Provides: tex(LY1LibreCsln-TOsF.fd) = %{tl_version} -Provides: tex(LibreCaslon.map) = %{tl_version} -Provides: tex(OT1LibreCsln-Inf.fd) = %{tl_version} -Provides: tex(OT1LibreCsln-LF.fd) = %{tl_version} -Provides: tex(OT1LibreCsln-OsF.fd) = %{tl_version} -Provides: tex(OT1LibreCsln-Sup.fd) = %{tl_version} -Provides: tex(OT1LibreCsln-TLF.fd) = %{tl_version} -Provides: tex(OT1LibreCsln-TOsF.fd) = %{tl_version} -Provides: tex(T1LibreCsln-Inf.fd) = %{tl_version} -Provides: tex(T1LibreCsln-LF.fd) = %{tl_version} -Provides: tex(T1LibreCsln-OsF.fd) = %{tl_version} -Provides: tex(T1LibreCsln-Sup.fd) = %{tl_version} -Provides: tex(T1LibreCsln-TLF.fd) = %{tl_version} -Provides: tex(T1LibreCsln-TOsF.fd) = %{tl_version} -Provides: tex(TS1LibreCsln-LF.fd) = %{tl_version} -Provides: tex(TS1LibreCsln-OsF.fd) = %{tl_version} -Provides: tex(TS1LibreCsln-TLF.fd) = %{tl_version} -Provides: tex(TS1LibreCsln-TOsF.fd) = %{tl_version} -Provides: tex(lcsln_4uz6a2.enc) = %{tl_version} -Provides: tex(lcsln_4yc6wb.enc) = %{tl_version} -Provides: tex(lcsln_6hj2ra.enc) = %{tl_version} -Provides: tex(lcsln_cfomvu.enc) = %{tl_version} -Provides: tex(lcsln_dwvqiv.enc) = %{tl_version} -Provides: tex(lcsln_dybe4i.enc) = %{tl_version} -Provides: tex(lcsln_etzx2k.enc) = %{tl_version} -Provides: tex(lcsln_fx4jx2.enc) = %{tl_version} -Provides: tex(lcsln_igmdqj.enc) = %{tl_version} -Provides: tex(lcsln_n56tqa.enc) = %{tl_version} -Provides: tex(lcsln_p6yehx.enc) = %{tl_version} -Provides: tex(lcsln_uf5aa7.enc) = %{tl_version} -Provides: tex(lcsln_ufnake.enc) = %{tl_version} -Provides: tex(lcsln_vwciie.enc) = %{tl_version} -Provides: tex(lcsln_yeotsr.enc) = %{tl_version} -Provides: tex(lcsln_yiohbm.enc) = %{tl_version} -Provides: tex(lcsln_zdmgtj.enc) = %{tl_version} -Provides: tex(librecaslon.sty) = %{tl_version} - -%description librecaslon -The Libre Caslon fonts are designed by Pablo Impallari. -Although they have been designed for use as web fonts, they -work well as conventional text fonts. A bold italic variant is -not currently available. As a stopgap, an artificially slanted -bold variant has been created and treated as italic. - -%package librecaslon-doc -Summary: Documentation for librecaslon -Version: svn56003 -Provides: tex-librecaslon-doc -AutoReqProv: No - -%description librecaslon-doc -Documentation for librecaslon - -%package libris -Provides: tex-libris = %{tl_version} -License: GPL+ -Summary: Libris ADF fonts, with LaTeX support -Version: svn19409.1.007 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fontenc.sty) -Requires: tex(textcomp.sty) -Requires: tex(nfssext-cfr.sty) -Provides: tex(libris-supp.enc) = %{tl_version} -Provides: tex(t1-cfr-yly.enc) = %{tl_version} -Provides: tex(ts1-euro-yly.enc) = %{tl_version} -Provides: tex(yly.map) = %{tl_version} -Provides: tex(ylyb-t1.tfm) = %{tl_version} -Provides: tex(ylyb-ts1.tfm) = %{tl_version} -Provides: tex(ylyb8c.tfm) = %{tl_version} -Provides: tex(ylyb8s.tfm) = %{tl_version} -Provides: tex(ylyb8t.tfm) = %{tl_version} -Provides: tex(ylybi-t1.tfm) = %{tl_version} -Provides: tex(ylybi-ts1.tfm) = %{tl_version} -Provides: tex(ylybi8c.tfm) = %{tl_version} -Provides: tex(ylybi8s.tfm) = %{tl_version} -Provides: tex(ylybi8t.tfm) = %{tl_version} -Provides: tex(ylybiw8t.tfm) = %{tl_version} -Provides: tex(ylybw8t.tfm) = %{tl_version} -Provides: tex(ylyr-t1.tfm) = %{tl_version} -Provides: tex(ylyr-ts1.tfm) = %{tl_version} -Provides: tex(ylyr8c.tfm) = %{tl_version} -Provides: tex(ylyr8s.tfm) = %{tl_version} -Provides: tex(ylyr8t.tfm) = %{tl_version} -Provides: tex(ylyri-t1.tfm) = %{tl_version} -Provides: tex(ylyri-ts1.tfm) = %{tl_version} -Provides: tex(ylyri8c.tfm) = %{tl_version} -Provides: tex(ylyri8s.tfm) = %{tl_version} -Provides: tex(ylyri8t.tfm) = %{tl_version} -Provides: tex(ylyriw8t.tfm) = %{tl_version} -Provides: tex(ylyrw8t.tfm) = %{tl_version} -Provides: tex(ylyb8a.pfb) = %{tl_version} -Provides: tex(ylybi8a.pfb) = %{tl_version} -Provides: tex(ylyr8a.pfb) = %{tl_version} -Provides: tex(ylyri8a.pfb) = %{tl_version} -Provides: tex(ylyb8c.vf) = %{tl_version} -Provides: tex(ylyb8t.vf) = %{tl_version} -Provides: tex(ylybi8c.vf) = %{tl_version} -Provides: tex(ylybi8t.vf) = %{tl_version} -Provides: tex(ylybiw8t.vf) = %{tl_version} -Provides: tex(ylybw8t.vf) = %{tl_version} -Provides: tex(ylyr8c.vf) = %{tl_version} -Provides: tex(ylyr8t.vf) = %{tl_version} -Provides: tex(ylyri8c.vf) = %{tl_version} -Provides: tex(ylyri8t.vf) = %{tl_version} -Provides: tex(ylyriw8t.vf) = %{tl_version} -Provides: tex(ylyrw8t.vf) = %{tl_version} -Provides: tex(libris.sty) = %{tl_version} -Provides: tex(t1yly.fd) = %{tl_version} -Provides: tex(t1ylyw.fd) = %{tl_version} -Provides: tex(ts1yly.fd) = %{tl_version} -Provides: tex(ts1ylyw.fd) = %{tl_version} - -%description libris -LibrisADF is a sans-serif family designed to mimic Lydian. The -bundle includes: fonts, in Adobe Type 1, TrueType and OpenType -formats, and LaTeX support macros, for use with the Type 1 -versions of the fonts. The LaTeX macros depend on the nfssext- -cfr bundle. GPL licensing applies the fonts themselves; the -support macros are distributed under LPPL licensing. - -%package libris-doc -Summary: Documentation for libris -Version: svn19409.1.007 - -Provides: tex-libris-doc -AutoReqProv: No - -%description libris-doc -Documentation for libris - -%package lineara -Provides: tex-lineara = %{tl_version} -License: LPPL -Summary: Linear A script fonts -Version: svn15878.0 -Requires: texlive-base -Provides: texlive-linearA = %{tl_version}.1 -Obsoletes: texlive-linearA < %{tl_version}.1 -Obsoletes: texlive-linearA-fedora-fonts < %{tl_version}.1 -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xspace.sty) -Provides: tex(linearA.map) = %{tl_version} -Provides: tex(LinearA.tfm) = %{tl_version} -Provides: tex(LinearACmplxSigns.tfm) = %{tl_version} -Provides: tex(LinearA.pfb) = %{tl_version} -Provides: tex(LinearACmplxSigns.pfb) = %{tl_version} -Provides: tex(linearA.sty) = %{tl_version} - -%description lineara -The linearA package provides a simple interface to two fonts -which include all known symbols, simple and complex, of the -Linear A script. This way one can easily replicate Linear A -"texts" using modern typographic technology. Note that the -Linear A script has not been deciphered yet and probably never -will be deciphered. - -%package lineara-doc -Summary: Documentation for linearA -Version: svn15878.0 -Provides: tex-lineara-doc -AutoReqProv: No - -%description lineara-doc -Documentation for lineara - -%package lobster2 -Provides: tex-lobster2 = %{tl_version} -License: OFL -Summary: Lobster Two fonts, with support for all LaTeX engines -Version: svn56019 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Requires: tex(textcomp.sty) -Requires: tex(xkeyval.sty) -Requires: tex(fontspec.sty) -Requires: tex(fontenc.sty) -Requires: tex(fontaxes.sty) -Provides: tex(LY1Lbstr-LF.fd) = %{tl_version} -Provides: tex(LobsterTwo.map) = %{tl_version} -Provides: tex(LobsterTwo.sty) = %{tl_version} -Provides: tex(OT1Lbstr-LF.fd) = %{tl_version} -Provides: tex(T1Lbstr-LF.fd) = %{tl_version} -Provides: tex(TS1Lbstr-LF.fd) = %{tl_version} -Provides: tex(lbstr_2rydtx.enc) = %{tl_version} -Provides: tex(lbstr_bucufw.enc) = %{tl_version} -Provides: tex(lbstr_pvoz5h.enc) = %{tl_version} -Provides: tex(lbstr_t7yaon.enc) = %{tl_version} - -%description lobster2 -Lobster Two is a family of script fonts designed by Pablo -Impallari. It has many ligatures and terminal forms, but most -of these can be accessed only using XeLaTeX or LuaLaTeX. Font -access and use is supported in LaTeX. - -%package lobster2-doc -Summary: Documentation for lobster2 -Version: svn56019 -Provides: tex-lobster2-doc -AutoReqProv: No - -%description lobster2-doc -Documentation for lobster2 - -%package lxfonts -Provides: tex-lxfonts = %{tl_version} -License: LPPL -Summary: Set of slide fonts based on CM -Version: svn32354.2.0b -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(etoolbox.sty) -Provides: tex(lxfonts.map) = %{tl_version} -Provides: tex(lcmbsy8.tfm) = %{tl_version} -Provides: tex(lcmex8.tfm) = %{tl_version} -Provides: tex(lcmmi8.tfm) = %{tl_version} -Provides: tex(lcmmib8.tfm) = %{tl_version} -Provides: tex(lcmsy8.tfm) = %{tl_version} -Provides: tex(leclb8.tfm) = %{tl_version} -Provides: tex(lecli8.tfm) = %{tl_version} -Provides: tex(leclo8.tfm) = %{tl_version} -Provides: tex(leclq8.tfm) = %{tl_version} -Provides: tex(llasy8.tfm) = %{tl_version} -Provides: tex(llasyb8.tfm) = %{tl_version} -Provides: tex(llcmss8.tfm) = %{tl_version} -Provides: tex(llcmssb8.tfm) = %{tl_version} -Provides: tex(llcmssi8.tfm) = %{tl_version} -Provides: tex(llcmsso8.tfm) = %{tl_version} -Provides: tex(lmsam8.tfm) = %{tl_version} -Provides: tex(lmsbm8.tfm) = %{tl_version} -Provides: tex(ltclb8.tfm) = %{tl_version} -Provides: tex(ltcli8.tfm) = %{tl_version} -Provides: tex(ltclo8.tfm) = %{tl_version} -Provides: tex(ltclq8.tfm) = %{tl_version} -Provides: tex(lcmbsy8.pfb) = %{tl_version} -Provides: tex(lcmex8.pfb) = %{tl_version} -Provides: tex(lcmmi8.pfb) = %{tl_version} -Provides: tex(lcmmib8.pfb) = %{tl_version} -Provides: tex(lcmsy8.pfb) = %{tl_version} -Provides: tex(leclb8.pfb) = %{tl_version} -Provides: tex(lecli8.pfb) = %{tl_version} -Provides: tex(leclo8.pfb) = %{tl_version} -Provides: tex(leclq8.pfb) = %{tl_version} -Provides: tex(llasy8.pfb) = %{tl_version} -Provides: tex(llasyb8.pfb) = %{tl_version} -Provides: tex(llcmss8.pfb) = %{tl_version} -Provides: tex(llcmssb8.pfb) = %{tl_version} -Provides: tex(llcmssi8.pfb) = %{tl_version} -Provides: tex(llcmsso8.pfb) = %{tl_version} -Provides: tex(lmsam8.pfb) = %{tl_version} -Provides: tex(lmsbm8.pfb) = %{tl_version} -Provides: tex(ltclb8.pfb) = %{tl_version} -Provides: tex(ltcli8.pfb) = %{tl_version} -Provides: tex(ltclo8.pfb) = %{tl_version} -Provides: tex(ltclq8.pfb) = %{tl_version} -Provides: tex(lgrllcmss.fd) = %{tl_version} -Provides: tex(lgrllcmtt.fd) = %{tl_version} -Provides: tex(lxfonts.sty) = %{tl_version} -Provides: tex(omlllcmm.fd) = %{tl_version} -Provides: tex(omsllcmsy.fd) = %{tl_version} -Provides: tex(omxllcmex.fd) = %{tl_version} -Provides: tex(ot1llcmss.fd) = %{tl_version} -Provides: tex(ot1llcmtt.fd) = %{tl_version} -Provides: tex(t1llcmss.fd) = %{tl_version} -Provides: tex(t1llcmtt.fd) = %{tl_version} -Provides: tex(ts1llcmss.fd) = %{tl_version} -Provides: tex(ulllasy.fd) = %{tl_version} -Provides: tex(ulmsa.fd) = %{tl_version} -Provides: tex(ulmsb.fd) = %{tl_version} - -%description lxfonts -The bundle contains the traditional slides fonts revised to be -completely usable both as text fonts and mathematics fonts; -they are fully integrate with the new operators, letters, -symbols and extensible delimiter fonts, as well as with the AMS -fonts, all redone with the same stylistic parameters. - -%package lxfonts-doc -Summary: Documentation for lxfonts -Version: svn32354.2.0b - -Provides: tex-lxfonts-doc -AutoReqProv: No - -%description lxfonts-doc -Documentation for lxfonts - -%package ly1 -Provides: tex-ly1 = %{tl_version} -License: LPPL -Summary: Support for LY1 LaTeX encoding -Version: svn47848 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fontenc.sty) -Provides: tex(texnansi.enc) = %{tl_version} -Provides: tex(pag8y.map) = %{tl_version} -Provides: tex(pbk8y.map) = %{tl_version} -Provides: tex(pcr8y.map) = %{tl_version} -Provides: tex(phv8y.map) = %{tl_version} -Provides: tex(pnc8y.map) = %{tl_version} -Provides: tex(ppl8y.map) = %{tl_version} -Provides: tex(ptm8y.map) = %{tl_version} -Provides: tex(pzc8y.map) = %{tl_version} -Provides: tex(pagd8y.tfm) = %{tl_version} -Provides: tex(pagdo8y.tfm) = %{tl_version} -Provides: tex(pagk8y.tfm) = %{tl_version} -Provides: tex(pagko8y.tfm) = %{tl_version} -Provides: tex(pbkd8y.tfm) = %{tl_version} -Provides: tex(pbkdi8y.tfm) = %{tl_version} -Provides: tex(pbkdo8y.tfm) = %{tl_version} -Provides: tex(pbkl8y.tfm) = %{tl_version} -Provides: tex(pbkli8y.tfm) = %{tl_version} -Provides: tex(pbklo8y.tfm) = %{tl_version} -Provides: tex(pcrb8y.tfm) = %{tl_version} -Provides: tex(pcrbo8y.tfm) = %{tl_version} -Provides: tex(pcrr8y.tfm) = %{tl_version} -Provides: tex(pcrro8y.tfm) = %{tl_version} -Provides: tex(phvb8y.tfm) = %{tl_version} -Provides: tex(phvb8yn.tfm) = %{tl_version} -Provides: tex(phvbo8y.tfm) = %{tl_version} -Provides: tex(phvbo8yn.tfm) = %{tl_version} -Provides: tex(phvr8y.tfm) = %{tl_version} -Provides: tex(phvr8yn.tfm) = %{tl_version} -Provides: tex(phvro8y.tfm) = %{tl_version} -Provides: tex(phvro8yn.tfm) = %{tl_version} -Provides: tex(pncb8y.tfm) = %{tl_version} -Provides: tex(pncbi8y.tfm) = %{tl_version} -Provides: tex(pncbo8y.tfm) = %{tl_version} -Provides: tex(pncr8y.tfm) = %{tl_version} -Provides: tex(pncri8y.tfm) = %{tl_version} -Provides: tex(pncro8y.tfm) = %{tl_version} -Provides: tex(pplb8y.tfm) = %{tl_version} -Provides: tex(pplbi8y.tfm) = %{tl_version} -Provides: tex(pplbo8y.tfm) = %{tl_version} -Provides: tex(pplbu8y.tfm) = %{tl_version} -Provides: tex(pplr8y.tfm) = %{tl_version} -Provides: tex(pplr8yn.tfm) = %{tl_version} -Provides: tex(pplri8y.tfm) = %{tl_version} -Provides: tex(pplro8y.tfm) = %{tl_version} -Provides: tex(pplrr8ye.tfm) = %{tl_version} -Provides: tex(pplru8y.tfm) = %{tl_version} -Provides: tex(ptmb8y.tfm) = %{tl_version} -Provides: tex(ptmbc8y.tfm) = %{tl_version} -Provides: tex(ptmbi8y.tfm) = %{tl_version} -Provides: tex(ptmbo8y.tfm) = %{tl_version} -Provides: tex(ptmr8y.tfm) = %{tl_version} -Provides: tex(ptmr8yn.tfm) = %{tl_version} -Provides: tex(ptmrc8y.tfm) = %{tl_version} -Provides: tex(ptmri8y.tfm) = %{tl_version} -Provides: tex(ptmro8y.tfm) = %{tl_version} -Provides: tex(ptmrr8ye.tfm) = %{tl_version} -Provides: tex(pzcmi8y.tfm) = %{tl_version} -Provides: tex(ptmbc8y.vf) = %{tl_version} -Provides: tex(ptmrc8y.vf) = %{tl_version} -Provides: tex(ly1enc.def) = %{tl_version} -Provides: tex(ly1pag.fd) = %{tl_version} -Provides: tex(ly1pbk.fd) = %{tl_version} -Provides: tex(ly1pcr.fd) = %{tl_version} -Provides: tex(ly1phv.fd) = %{tl_version} -Provides: tex(ly1pnc.fd) = %{tl_version} -Provides: tex(ly1ppl.fd) = %{tl_version} -Provides: tex(ly1ptm.fd) = %{tl_version} -Provides: tex(ly1pzc.fd) = %{tl_version} -Provides: tex(texnansi.sty) = %{tl_version} -Provides: tex(texnansi.tex) = %{tl_version} - -%description ly1 -The Y&Y 'texnansi' (TeX and ANSI, for Microsoft interpretations -of ANSI standards) encoding lives on, even after the decease of -the company; it is known in the LaTeX scheme of things as LY1 -encoding. This bundle includes metrics and LaTeX macros to use -the basic three (Times, Helvetica and Courier) Adobe Type 1 -fonts in LaTeX using LY1 encoding. - -%package ly1-doc -Summary: Documentation for ly1 -Version: svn47848 -Provides: tex-ly1-doc -AutoReqProv: No - -%description ly1-doc -Documentation for ly1 - -%package mathabx -Provides: tex-mathabx = %{tl_version} -License: LPPL -Summary: Three series of mathematical symbols -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(matha10.tfm) = %{tl_version} -Provides: tex(matha12.tfm) = %{tl_version} -Provides: tex(matha5.tfm) = %{tl_version} -Provides: tex(matha6.tfm) = %{tl_version} -Provides: tex(matha7.tfm) = %{tl_version} -Provides: tex(matha8.tfm) = %{tl_version} -Provides: tex(matha9.tfm) = %{tl_version} -Provides: tex(mathastrotest10.tfm) = %{tl_version} -Provides: tex(mathb10.tfm) = %{tl_version} -Provides: tex(mathb12.tfm) = %{tl_version} -Provides: tex(mathb5.tfm) = %{tl_version} -Provides: tex(mathb6.tfm) = %{tl_version} -Provides: tex(mathb7.tfm) = %{tl_version} -Provides: tex(mathb8.tfm) = %{tl_version} -Provides: tex(mathb9.tfm) = %{tl_version} -Provides: tex(mathc10.tfm) = %{tl_version} -Provides: tex(mathu10.tfm) = %{tl_version} -Provides: tex(mathux10.tfm) = %{tl_version} -Provides: tex(mathx10.tfm) = %{tl_version} -Provides: tex(mathx12.tfm) = %{tl_version} -Provides: tex(mathx5.tfm) = %{tl_version} -Provides: tex(mathx6.tfm) = %{tl_version} -Provides: tex(mathx7.tfm) = %{tl_version} -Provides: tex(mathx8.tfm) = %{tl_version} -Provides: tex(mathx9.tfm) = %{tl_version} -Provides: tex(mathabx.sty) = %{tl_version} -Provides: tex(mathabx.tex) = %{tl_version} - -%description mathabx -Mathabx is a set of 3 mathematical symbols font series: matha, -mathb and mathx. They are defined by Metafont code and should -be of reasonable quality (bitmap output). Things change from -time to time, so there is no claim of stability (encoding, -metrics, design). The package includes Plain TeX and LaTeX -support macros. A version of the fonts, in Adobe Type 1 format, -is also available. - -%package mathabx-doc -Summary: Documentation for mathabx -Version: svn15878.0 - -Provides: tex-mathabx-doc -AutoReqProv: No - -%description mathabx-doc -Documentation for mathabx - -%package mathabx-type1 -Provides: tex-mathabx-type1 = %{tl_version} -License: LPPL -Summary: Outline version of the mathabx fonts -Version: svn21129.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-mathabx -Provides: tex(mathabx.map) = %{tl_version} -Provides: tex(matha10.pfb) = %{tl_version} -Provides: tex(matha12.pfb) = %{tl_version} -Provides: tex(matha5.pfb) = %{tl_version} -Provides: tex(matha6.pfb) = %{tl_version} -Provides: tex(matha7.pfb) = %{tl_version} -Provides: tex(matha8.pfb) = %{tl_version} -Provides: tex(matha9.pfb) = %{tl_version} -Provides: tex(mathastrotest10.pfb) = %{tl_version} -Provides: tex(mathb10.pfb) = %{tl_version} -Provides: tex(mathb12.pfb) = %{tl_version} -Provides: tex(mathb5.pfb) = %{tl_version} -Provides: tex(mathb6.pfb) = %{tl_version} -Provides: tex(mathb7.pfb) = %{tl_version} -Provides: tex(mathb8.pfb) = %{tl_version} -Provides: tex(mathb9.pfb) = %{tl_version} -Provides: tex(mathc10.pfb) = %{tl_version} -Provides: tex(mathu10.pfb) = %{tl_version} -Provides: tex(mathux10.pfb) = %{tl_version} -Provides: tex(mathx10.pfb) = %{tl_version} -Provides: tex(mathx12.pfb) = %{tl_version} -Provides: tex(mathx5.pfb) = %{tl_version} -Provides: tex(mathx6.pfb) = %{tl_version} -Provides: tex(mathx7.pfb) = %{tl_version} -Provides: tex(mathx8.pfb) = %{tl_version} -Provides: tex(mathx9.pfb) = %{tl_version} - -%description mathabx-type1 -This is an Adobe Type 1 outline version of the mathabx fonts. - -%package mathabx-type1-doc -Summary: Documentation for mathabx-type1 -Version: svn21129.0 - -Provides: tex-mathabx-type1-doc -AutoReqProv: No -Requires: tex-mathabx-doc - -%description mathabx-type1-doc -Documentation for mathabx-type1 - -%package mathdesign -Provides: tex-mathdesign = %{tl_version} -License: GPL+ -Summary: Mathematical fonts to fit with particular text fonts -Version: svn31639.2.31 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(keyval.sty) -Requires: tex(ifthen.sty) -Requires: tex(fontenc.sty) -Requires: tex(xkeyval.sty) -Requires: tex(texnansi.enc) -Provides: tex(a_2dncez.enc) = %{tl_version} -Provides: tex(a_2rwgaw.enc) = %{tl_version} -Provides: tex(a_42s2zl.enc) = %{tl_version} -Provides: tex(a_45o73x.enc) = %{tl_version} -Provides: tex(a_4b5i6w.enc) = %{tl_version} -Provides: tex(a_57soyv.enc) = %{tl_version} -Provides: tex(a_csqf63.enc) = %{tl_version} -Provides: tex(a_e65dz6.enc) = %{tl_version} -Provides: tex(a_g2masa.enc) = %{tl_version} -Provides: tex(a_g47ck7.enc) = %{tl_version} -Provides: tex(a_ipzj2o.enc) = %{tl_version} -Provides: tex(a_kld4uc.enc) = %{tl_version} -Provides: tex(a_mdpn2k.enc) = %{tl_version} -Provides: tex(a_n2elaj.enc) = %{tl_version} -Provides: tex(a_oxfbe4.enc) = %{tl_version} -Provides: tex(a_py5znv.enc) = %{tl_version} -Provides: tex(a_qnfjtt.enc) = %{tl_version} -Provides: tex(a_qzg4u4.enc) = %{tl_version} -Provides: tex(a_r2nxhw.enc) = %{tl_version} -Provides: tex(a_rl4tn2.enc) = %{tl_version} -Provides: tex(a_rxz3ga.enc) = %{tl_version} -Provides: tex(a_telfo7.enc) = %{tl_version} -Provides: tex(a_uwwzqd.enc) = %{tl_version} -Provides: tex(a_yezm6g.enc) = %{tl_version} -Provides: tex(md8x.enc) = %{tl_version} -Provides: tex(mdbch.map) = %{tl_version} -Provides: tex(mdgreek.map) = %{tl_version} -Provides: tex(mdici.map) = %{tl_version} -Provides: tex(mdpgd.map) = %{tl_version} -Provides: tex(mdpus.map) = %{tl_version} -Provides: tex(mdput.map) = %{tl_version} -Provides: tex(mdugm.map) = %{tl_version} -Provides: tex(bchb8a.tfm) = %{tl_version} -Provides: tex(bchbc8a.tfm) = %{tl_version} -Provides: tex(bchbc8y.tfm) = %{tl_version} -Provides: tex(bchbi8a.tfm) = %{tl_version} -Provides: tex(bchr8a.tfm) = %{tl_version} -Provides: tex(bchrc8a.tfm) = %{tl_version} -Provides: tex(bchrc8y.tfm) = %{tl_version} -Provides: tex(bchri8a.tfm) = %{tl_version} -Provides: tex(md-chb7m.tfm) = %{tl_version} -Provides: tex(md-chb7t.tfm) = %{tl_version} -Provides: tex(md-chb7v.tfm) = %{tl_version} -Provides: tex(md-chb7y.tfm) = %{tl_version} -Provides: tex(md-chb8c.tfm) = %{tl_version} -Provides: tex(md-chb8t.tfm) = %{tl_version} -Provides: tex(md-chb8y.tfm) = %{tl_version} -Provides: tex(md-chbc8y.tfm) = %{tl_version} -Provides: tex(md-chbi7m.tfm) = %{tl_version} -Provides: tex(md-chbi7t.tfm) = %{tl_version} -Provides: tex(md-chbi8c.tfm) = %{tl_version} -Provides: tex(md-chbi8t.tfm) = %{tl_version} -Provides: tex(md-chbi8y.tfm) = %{tl_version} -Provides: tex(md-chbma.tfm) = %{tl_version} -Provides: tex(md-chbmb.tfm) = %{tl_version} -Provides: tex(md-chbo7t.tfm) = %{tl_version} -Provides: tex(md-chbo8c.tfm) = %{tl_version} -Provides: tex(md-chbo8t.tfm) = %{tl_version} -Provides: tex(md-chbo8y.tfm) = %{tl_version} -Provides: tex(md-chboc8y.tfm) = %{tl_version} -Provides: tex(md-chr7m.tfm) = %{tl_version} -Provides: tex(md-chr7t.tfm) = %{tl_version} -Provides: tex(md-chr7v.tfm) = %{tl_version} -Provides: tex(md-chr7y.tfm) = %{tl_version} -Provides: tex(md-chr8c.tfm) = %{tl_version} -Provides: tex(md-chr8t.tfm) = %{tl_version} -Provides: tex(md-chr8y.tfm) = %{tl_version} -Provides: tex(md-chrc8y.tfm) = %{tl_version} -Provides: tex(md-chree.tfm) = %{tl_version} -Provides: tex(md-chri7m.tfm) = %{tl_version} -Provides: tex(md-chri7t.tfm) = %{tl_version} -Provides: tex(md-chri8c.tfm) = %{tl_version} -Provides: tex(md-chri8t.tfm) = %{tl_version} -Provides: tex(md-chri8y.tfm) = %{tl_version} -Provides: tex(md-chrma.tfm) = %{tl_version} -Provides: tex(md-chrmb.tfm) = %{tl_version} -Provides: tex(md-chro7t.tfm) = %{tl_version} -Provides: tex(md-chro8c.tfm) = %{tl_version} -Provides: tex(md-chro8t.tfm) = %{tl_version} -Provides: tex(md-chro8y.tfm) = %{tl_version} -Provides: tex(md-chroc8y.tfm) = %{tl_version} -Provides: tex(mdbchb7m.tfm) = %{tl_version} -Provides: tex(mdbchb7t.tfm) = %{tl_version} -Provides: tex(mdbchb7v.tfm) = %{tl_version} -Provides: tex(mdbchb7y.tfm) = %{tl_version} -Provides: tex(mdbchb8c.tfm) = %{tl_version} -Provides: tex(mdbchb8t.tfm) = %{tl_version} -Provides: tex(mdbchbc8t.tfm) = %{tl_version} -Provides: tex(mdbchbfc8t.tfm) = %{tl_version} -Provides: tex(mdbchbi7m.tfm) = %{tl_version} -Provides: tex(mdbchbi7t.tfm) = %{tl_version} -Provides: tex(mdbchbi8c.tfm) = %{tl_version} -Provides: tex(mdbchbi8t.tfm) = %{tl_version} -Provides: tex(mdbchbifc8t.tfm) = %{tl_version} -Provides: tex(mdbchbma.tfm) = %{tl_version} -Provides: tex(mdbchbmb.tfm) = %{tl_version} -Provides: tex(mdbchbo7t.tfm) = %{tl_version} -Provides: tex(mdbchbo8c.tfm) = %{tl_version} -Provides: tex(mdbchbo8t.tfm) = %{tl_version} -Provides: tex(mdbchbofc8t.tfm) = %{tl_version} -Provides: tex(mdbchr7m.tfm) = %{tl_version} -Provides: tex(mdbchr7t.tfm) = %{tl_version} -Provides: tex(mdbchr7v.tfm) = %{tl_version} -Provides: tex(mdbchr7y.tfm) = %{tl_version} -Provides: tex(mdbchr8c.tfm) = %{tl_version} -Provides: tex(mdbchr8t.tfm) = %{tl_version} -Provides: tex(mdbchrc8t.tfm) = %{tl_version} -Provides: tex(mdbchrfc8t.tfm) = %{tl_version} -Provides: tex(mdbchri7m.tfm) = %{tl_version} -Provides: tex(mdbchri7t.tfm) = %{tl_version} -Provides: tex(mdbchri8c.tfm) = %{tl_version} -Provides: tex(mdbchri8t.tfm) = %{tl_version} -Provides: tex(mdbchrifc8t.tfm) = %{tl_version} -Provides: tex(mdbchrma.tfm) = %{tl_version} -Provides: tex(mdbchrmb.tfm) = %{tl_version} -Provides: tex(mdbchro7t.tfm) = %{tl_version} -Provides: tex(mdbchro8c.tfm) = %{tl_version} -Provides: tex(mdbchro8t.tfm) = %{tl_version} -Provides: tex(mdbchrofc8t.tfm) = %{tl_version} -Provides: tex(md-grbb7m.tfm) = %{tl_version} -Provides: tex(md-grbbi7m.tfm) = %{tl_version} -Provides: tex(md-grbr7m.tfm) = %{tl_version} -Provides: tex(md-grbri7m.tfm) = %{tl_version} -Provides: tex(md-grdb7m.tfm) = %{tl_version} -Provides: tex(md-grdbi7m.tfm) = %{tl_version} -Provides: tex(md-grdr7m.tfm) = %{tl_version} -Provides: tex(md-grdri7m.tfm) = %{tl_version} -Provides: tex(mdgrbCb7m.tfm) = %{tl_version} -Provides: tex(mdgrbCbi7m.tfm) = %{tl_version} -Provides: tex(mdgrbCr7m.tfm) = %{tl_version} -Provides: tex(mdgrbCri7m.tfm) = %{tl_version} -Provides: tex(mdgrbb7m.tfm) = %{tl_version} -Provides: tex(mdgrbbi7m.tfm) = %{tl_version} -Provides: tex(mdgrbr7m.tfm) = %{tl_version} -Provides: tex(mdgrbri7m.tfm) = %{tl_version} -Provides: tex(mdgrdCb7m.tfm) = %{tl_version} -Provides: tex(mdgrdCbi7m.tfm) = %{tl_version} -Provides: tex(mdgrdCri7m.tfm) = %{tl_version} -Provides: tex(mdgrdb7m.tfm) = %{tl_version} -Provides: tex(mdgrdbi7m.tfm) = %{tl_version} -Provides: tex(mdgrdr7m.tfm) = %{tl_version} -Provides: tex(mdgrdrC7m.tfm) = %{tl_version} -Provides: tex(mdgrdri7m.tfm) = %{tl_version} -Provides: tex(md-cib7m.tfm) = %{tl_version} -Provides: tex(md-cib7t.tfm) = %{tl_version} -Provides: tex(md-cib7v.tfm) = %{tl_version} -Provides: tex(md-cib7y.tfm) = %{tl_version} -Provides: tex(md-cib8c.tfm) = %{tl_version} -Provides: tex(md-cib8t.tfm) = %{tl_version} -Provides: tex(md-cibee.tfm) = %{tl_version} -Provides: tex(md-cibi7m.tfm) = %{tl_version} -Provides: tex(md-cibi7t.tfm) = %{tl_version} -Provides: tex(md-cibi8c.tfm) = %{tl_version} -Provides: tex(md-cibi8t.tfm) = %{tl_version} -Provides: tex(md-cibma.tfm) = %{tl_version} -Provides: tex(md-cibmb.tfm) = %{tl_version} -Provides: tex(md-cir7m.tfm) = %{tl_version} -Provides: tex(md-cir7t.tfm) = %{tl_version} -Provides: tex(md-cir7v.tfm) = %{tl_version} -Provides: tex(md-cir7y.tfm) = %{tl_version} -Provides: tex(md-cir8c.tfm) = %{tl_version} -Provides: tex(md-cir8t.tfm) = %{tl_version} -Provides: tex(md-ciree.tfm) = %{tl_version} -Provides: tex(md-ciri7m.tfm) = %{tl_version} -Provides: tex(md-ciri7t.tfm) = %{tl_version} -Provides: tex(md-ciri8c.tfm) = %{tl_version} -Provides: tex(md-ciri8t.tfm) = %{tl_version} -Provides: tex(md-cirma.tfm) = %{tl_version} -Provides: tex(md-cirmb.tfm) = %{tl_version} -Provides: tex(mdicib7m.tfm) = %{tl_version} -Provides: tex(mdicib7t.tfm) = %{tl_version} -Provides: tex(mdicib7v.tfm) = %{tl_version} -Provides: tex(mdicib7y.tfm) = %{tl_version} -Provides: tex(mdicib8c.tfm) = %{tl_version} -Provides: tex(mdicib8t.tfm) = %{tl_version} -Provides: tex(mdicibc8c.tfm) = %{tl_version} -Provides: tex(mdicibc8t.tfm) = %{tl_version} -Provides: tex(mdicibfc8t.tfm) = %{tl_version} -Provides: tex(mdicibi7m.tfm) = %{tl_version} -Provides: tex(mdicibi7t.tfm) = %{tl_version} -Provides: tex(mdicibi8c.tfm) = %{tl_version} -Provides: tex(mdicibi8t.tfm) = %{tl_version} -Provides: tex(mdicibic8c.tfm) = %{tl_version} -Provides: tex(mdicibic8t.tfm) = %{tl_version} -Provides: tex(mdicibifc8t.tfm) = %{tl_version} -Provides: tex(mdicibma.tfm) = %{tl_version} -Provides: tex(mdicibmb.tfm) = %{tl_version} -Provides: tex(mdicic8c.tfm) = %{tl_version} -Provides: tex(mdicic8t.tfm) = %{tl_version} -Provides: tex(mdicicc8c.tfm) = %{tl_version} -Provides: tex(mdicicc8t.tfm) = %{tl_version} -Provides: tex(mdicicfc8t.tfm) = %{tl_version} -Provides: tex(mdicici8c.tfm) = %{tl_version} -Provides: tex(mdicici8t.tfm) = %{tl_version} -Provides: tex(mdicicic8c.tfm) = %{tl_version} -Provides: tex(mdicicic8t.tfm) = %{tl_version} -Provides: tex(mdicicifc8t.tfm) = %{tl_version} -Provides: tex(mdicir7m.tfm) = %{tl_version} -Provides: tex(mdicir7t.tfm) = %{tl_version} -Provides: tex(mdicir7v.tfm) = %{tl_version} -Provides: tex(mdicir7y.tfm) = %{tl_version} -Provides: tex(mdicir8c.tfm) = %{tl_version} -Provides: tex(mdicir8t.tfm) = %{tl_version} -Provides: tex(mdicirc8c.tfm) = %{tl_version} -Provides: tex(mdicirc8t.tfm) = %{tl_version} -Provides: tex(mdicirfc8t.tfm) = %{tl_version} -Provides: tex(mdiciri7m.tfm) = %{tl_version} -Provides: tex(mdiciri7t.tfm) = %{tl_version} -Provides: tex(mdiciri8c.tfm) = %{tl_version} -Provides: tex(mdiciri8t.tfm) = %{tl_version} -Provides: tex(mdiciric8c.tfm) = %{tl_version} -Provides: tex(mdiciric8t.tfm) = %{tl_version} -Provides: tex(mdicirifc8t.tfm) = %{tl_version} -Provides: tex(mdicirma.tfm) = %{tl_version} -Provides: tex(mdicirmb.tfm) = %{tl_version} -Provides: tex(mdwcib7m.tfm) = %{tl_version} -Provides: tex(mdwcib7y.tfm) = %{tl_version} -Provides: tex(mdwcib8t.tfm) = %{tl_version} -Provides: tex(mdwcibc8t.tfm) = %{tl_version} -Provides: tex(mdwcibi7m.tfm) = %{tl_version} -Provides: tex(mdwcibi7y.tfm) = %{tl_version} -Provides: tex(mdwcibi8t.tfm) = %{tl_version} -Provides: tex(mdwcibic8t.tfm) = %{tl_version} -Provides: tex(mdwcic7m.tfm) = %{tl_version} -Provides: tex(mdwcic7y.tfm) = %{tl_version} -Provides: tex(mdwcic8t.tfm) = %{tl_version} -Provides: tex(mdwcicc8t.tfm) = %{tl_version} -Provides: tex(mdwcici7m.tfm) = %{tl_version} -Provides: tex(mdwcici7y.tfm) = %{tl_version} -Provides: tex(mdwcici8t.tfm) = %{tl_version} -Provides: tex(mdwcicic8t.tfm) = %{tl_version} -Provides: tex(mdwcir7m.tfm) = %{tl_version} -Provides: tex(mdwcir7y.tfm) = %{tl_version} -Provides: tex(mdwcir8t.tfm) = %{tl_version} -Provides: tex(mdwcirc8t.tfm) = %{tl_version} -Provides: tex(mdwciri7m.tfm) = %{tl_version} -Provides: tex(mdwciri7y.tfm) = %{tl_version} -Provides: tex(mdwciri8t.tfm) = %{tl_version} -Provides: tex(mdwciric8t.tfm) = %{tl_version} -Provides: tex(mdxcib7t.tfm) = %{tl_version} -Provides: tex(mdxcib7y.tfm) = %{tl_version} -Provides: tex(mdxcib8t.tfm) = %{tl_version} -Provides: tex(mdxcibc8t.tfm) = %{tl_version} -Provides: tex(mdxcibi7t.tfm) = %{tl_version} -Provides: tex(mdxcibi7y.tfm) = %{tl_version} -Provides: tex(mdxcibi8t.tfm) = %{tl_version} -Provides: tex(mdxcibic8t.tfm) = %{tl_version} -Provides: tex(mdxcic7t.tfm) = %{tl_version} -Provides: tex(mdxcic7y.tfm) = %{tl_version} -Provides: tex(mdxcic8t.tfm) = %{tl_version} -Provides: tex(mdxcicc8t.tfm) = %{tl_version} -Provides: tex(mdxcici7t.tfm) = %{tl_version} -Provides: tex(mdxcici7y.tfm) = %{tl_version} -Provides: tex(mdxcici8t.tfm) = %{tl_version} -Provides: tex(mdxcicic8t.tfm) = %{tl_version} -Provides: tex(mdxcir7t.tfm) = %{tl_version} -Provides: tex(mdxcir7y.tfm) = %{tl_version} -Provides: tex(mdxcir8t.tfm) = %{tl_version} -Provides: tex(mdxcirc8t.tfm) = %{tl_version} -Provides: tex(mdxciri7t.tfm) = %{tl_version} -Provides: tex(mdxciri7y.tfm) = %{tl_version} -Provides: tex(mdxciri8t.tfm) = %{tl_version} -Provides: tex(mdxciric8t.tfm) = %{tl_version} -Provides: tex(md-gdr7m.tfm) = %{tl_version} -Provides: tex(md-gdr7t.tfm) = %{tl_version} -Provides: tex(md-gdr7v.tfm) = %{tl_version} -Provides: tex(md-gdr7y.tfm) = %{tl_version} -Provides: tex(md-gdr8c.tfm) = %{tl_version} -Provides: tex(md-gdr8t.tfm) = %{tl_version} -Provides: tex(md-gdree.tfm) = %{tl_version} -Provides: tex(md-gdri7m.tfm) = %{tl_version} -Provides: tex(md-gdri7t.tfm) = %{tl_version} -Provides: tex(md-gdri8c.tfm) = %{tl_version} -Provides: tex(md-gdri8t.tfm) = %{tl_version} -Provides: tex(md-gdrma.tfm) = %{tl_version} -Provides: tex(md-gdrmb.tfm) = %{tl_version} -Provides: tex(md-gds7m.tfm) = %{tl_version} -Provides: tex(md-gds7t.tfm) = %{tl_version} -Provides: tex(md-gds7v.tfm) = %{tl_version} -Provides: tex(md-gds7y.tfm) = %{tl_version} -Provides: tex(md-gds8c.tfm) = %{tl_version} -Provides: tex(md-gds8t.tfm) = %{tl_version} -Provides: tex(md-gdsi7m.tfm) = %{tl_version} -Provides: tex(md-gdsi7t.tfm) = %{tl_version} -Provides: tex(md-gdsi8c.tfm) = %{tl_version} -Provides: tex(md-gdsi8t.tfm) = %{tl_version} -Provides: tex(md-gdsma.tfm) = %{tl_version} -Provides: tex(md-gdsmb.tfm) = %{tl_version} -Provides: tex(mdpgdb8c.tfm) = %{tl_version} -Provides: tex(mdpgdb8t.tfm) = %{tl_version} -Provides: tex(mdpgdbc8c.tfm) = %{tl_version} -Provides: tex(mdpgdbc8t.tfm) = %{tl_version} -Provides: tex(mdpgdbfc8t.tfm) = %{tl_version} -Provides: tex(mdpgdbi8c.tfm) = %{tl_version} -Provides: tex(mdpgdbi8t.tfm) = %{tl_version} -Provides: tex(mdpgdbic8c.tfm) = %{tl_version} -Provides: tex(mdpgdbic8t.tfm) = %{tl_version} -Provides: tex(mdpgdbifc8t.tfm) = %{tl_version} -Provides: tex(mdpgdr7m.tfm) = %{tl_version} -Provides: tex(mdpgdr7t.tfm) = %{tl_version} -Provides: tex(mdpgdr7v.tfm) = %{tl_version} -Provides: tex(mdpgdr7y.tfm) = %{tl_version} -Provides: tex(mdpgdr8c.tfm) = %{tl_version} -Provides: tex(mdpgdr8t.tfm) = %{tl_version} -Provides: tex(mdpgdrc8c.tfm) = %{tl_version} -Provides: tex(mdpgdrc8t.tfm) = %{tl_version} -Provides: tex(mdpgdrfc8t.tfm) = %{tl_version} -Provides: tex(mdpgdri7m.tfm) = %{tl_version} -Provides: tex(mdpgdri7t.tfm) = %{tl_version} -Provides: tex(mdpgdri8c.tfm) = %{tl_version} -Provides: tex(mdpgdri8t.tfm) = %{tl_version} -Provides: tex(mdpgdric8c.tfm) = %{tl_version} -Provides: tex(mdpgdric8t.tfm) = %{tl_version} -Provides: tex(mdpgdrifc8t.tfm) = %{tl_version} -Provides: tex(mdpgdrma.tfm) = %{tl_version} -Provides: tex(mdpgdrmb.tfm) = %{tl_version} -Provides: tex(mdpgds7m.tfm) = %{tl_version} -Provides: tex(mdpgds7t.tfm) = %{tl_version} -Provides: tex(mdpgds7v.tfm) = %{tl_version} -Provides: tex(mdpgds7y.tfm) = %{tl_version} -Provides: tex(mdpgds8c.tfm) = %{tl_version} -Provides: tex(mdpgds8t.tfm) = %{tl_version} -Provides: tex(mdpgdsc8c.tfm) = %{tl_version} -Provides: tex(mdpgdsc8t.tfm) = %{tl_version} -Provides: tex(mdpgdsfc8t.tfm) = %{tl_version} -Provides: tex(mdpgdsi7m.tfm) = %{tl_version} -Provides: tex(mdpgdsi7t.tfm) = %{tl_version} -Provides: tex(mdpgdsi8c.tfm) = %{tl_version} -Provides: tex(mdpgdsi8t.tfm) = %{tl_version} -Provides: tex(mdpgdsic8c.tfm) = %{tl_version} -Provides: tex(mdpgdsic8t.tfm) = %{tl_version} -Provides: tex(mdpgdsifc8t.tfm) = %{tl_version} -Provides: tex(mdpgdsma.tfm) = %{tl_version} -Provides: tex(mdpgdsmb.tfm) = %{tl_version} -Provides: tex(mdwgdb7m.tfm) = %{tl_version} -Provides: tex(mdwgdb7y.tfm) = %{tl_version} -Provides: tex(mdwgdb8t.tfm) = %{tl_version} -Provides: tex(mdwgdbc8t.tfm) = %{tl_version} -Provides: tex(mdwgdbi7m.tfm) = %{tl_version} -Provides: tex(mdwgdbi7y.tfm) = %{tl_version} -Provides: tex(mdwgdbi8t.tfm) = %{tl_version} -Provides: tex(mdwgdbic8t.tfm) = %{tl_version} -Provides: tex(mdwgdr7m.tfm) = %{tl_version} -Provides: tex(mdwgdr7y.tfm) = %{tl_version} -Provides: tex(mdwgdr8t.tfm) = %{tl_version} -Provides: tex(mdwgdrc8t.tfm) = %{tl_version} -Provides: tex(mdwgdri7m.tfm) = %{tl_version} -Provides: tex(mdwgdri7y.tfm) = %{tl_version} -Provides: tex(mdwgdri8t.tfm) = %{tl_version} -Provides: tex(mdwgdric8t.tfm) = %{tl_version} -Provides: tex(mdwgds7m.tfm) = %{tl_version} -Provides: tex(mdwgds7y.tfm) = %{tl_version} -Provides: tex(mdwgds8t.tfm) = %{tl_version} -Provides: tex(mdwgdsc8t.tfm) = %{tl_version} -Provides: tex(mdwgdsi7m.tfm) = %{tl_version} -Provides: tex(mdwgdsi7y.tfm) = %{tl_version} -Provides: tex(mdwgdsi8t.tfm) = %{tl_version} -Provides: tex(mdwgdsic8t.tfm) = %{tl_version} -Provides: tex(mdxgdb7t.tfm) = %{tl_version} -Provides: tex(mdxgdb7y.tfm) = %{tl_version} -Provides: tex(mdxgdb8t.tfm) = %{tl_version} -Provides: tex(mdxgdbc8t.tfm) = %{tl_version} -Provides: tex(mdxgdbi7t.tfm) = %{tl_version} -Provides: tex(mdxgdbi7y.tfm) = %{tl_version} -Provides: tex(mdxgdbi8t.tfm) = %{tl_version} -Provides: tex(mdxgdbic8t.tfm) = %{tl_version} -Provides: tex(mdxgdr7t.tfm) = %{tl_version} -Provides: tex(mdxgdr7y.tfm) = %{tl_version} -Provides: tex(mdxgdr8t.tfm) = %{tl_version} -Provides: tex(mdxgdrc8t.tfm) = %{tl_version} -Provides: tex(mdxgdri7t.tfm) = %{tl_version} -Provides: tex(mdxgdri7y.tfm) = %{tl_version} -Provides: tex(mdxgdri8t.tfm) = %{tl_version} -Provides: tex(mdxgdric8t.tfm) = %{tl_version} -Provides: tex(mdxgds7t.tfm) = %{tl_version} -Provides: tex(mdxgds7y.tfm) = %{tl_version} -Provides: tex(mdxgds8t.tfm) = %{tl_version} -Provides: tex(mdxgdsc8t.tfm) = %{tl_version} -Provides: tex(mdxgdsi7t.tfm) = %{tl_version} -Provides: tex(mdxgdsi7y.tfm) = %{tl_version} -Provides: tex(mdxgdsi8t.tfm) = %{tl_version} -Provides: tex(mdxgdsic8t.tfm) = %{tl_version} -Provides: tex(md-usr7m.tfm) = %{tl_version} -Provides: tex(md-usr7t.tfm) = %{tl_version} -Provides: tex(md-usr7t5.tfm) = %{tl_version} -Provides: tex(md-usr7t6.tfm) = %{tl_version} -Provides: tex(md-usr7t7.tfm) = %{tl_version} -Provides: tex(md-usr7t8.tfm) = %{tl_version} -Provides: tex(md-usr7t9.tfm) = %{tl_version} -Provides: tex(md-usr7v.tfm) = %{tl_version} -Provides: tex(md-usr7y.tfm) = %{tl_version} -Provides: tex(md-usr8c.tfm) = %{tl_version} -Provides: tex(md-usr8t.tfm) = %{tl_version} -Provides: tex(md-usree.tfm) = %{tl_version} -Provides: tex(md-usri7m.tfm) = %{tl_version} -Provides: tex(md-usri7t.tfm) = %{tl_version} -Provides: tex(md-usri7t5.tfm) = %{tl_version} -Provides: tex(md-usri7t6.tfm) = %{tl_version} -Provides: tex(md-usri7t7.tfm) = %{tl_version} -Provides: tex(md-usri7t8.tfm) = %{tl_version} -Provides: tex(md-usri7t9.tfm) = %{tl_version} -Provides: tex(md-usri8c.tfm) = %{tl_version} -Provides: tex(md-usri8t.tfm) = %{tl_version} -Provides: tex(md-usrma.tfm) = %{tl_version} -Provides: tex(md-usrmb.tfm) = %{tl_version} -Provides: tex(md-uss7m.tfm) = %{tl_version} -Provides: tex(md-uss7t.tfm) = %{tl_version} -Provides: tex(md-uss7v.tfm) = %{tl_version} -Provides: tex(md-uss7y.tfm) = %{tl_version} -Provides: tex(md-uss8c.tfm) = %{tl_version} -Provides: tex(md-uss8t.tfm) = %{tl_version} -Provides: tex(md-ussi7m.tfm) = %{tl_version} -Provides: tex(md-ussi7t.tfm) = %{tl_version} -Provides: tex(md-ussi8c.tfm) = %{tl_version} -Provides: tex(md-ussi8t.tfm) = %{tl_version} -Provides: tex(md-ussma.tfm) = %{tl_version} -Provides: tex(md-ussmb.tfm) = %{tl_version} -Provides: tex(mdpusb8c.tfm) = %{tl_version} -Provides: tex(mdpusb8t.tfm) = %{tl_version} -Provides: tex(mdpusbc8c.tfm) = %{tl_version} -Provides: tex(mdpusbc8t.tfm) = %{tl_version} -Provides: tex(mdpusbfc8t.tfm) = %{tl_version} -Provides: tex(mdpusbi8c.tfm) = %{tl_version} -Provides: tex(mdpusbi8t.tfm) = %{tl_version} -Provides: tex(mdpusbic8c.tfm) = %{tl_version} -Provides: tex(mdpusbic8t.tfm) = %{tl_version} -Provides: tex(mdpusbifc8t.tfm) = %{tl_version} -Provides: tex(mdpusr7m.tfm) = %{tl_version} -Provides: tex(mdpusr7t.tfm) = %{tl_version} -Provides: tex(mdpusr7v.tfm) = %{tl_version} -Provides: tex(mdpusr7y.tfm) = %{tl_version} -Provides: tex(mdpusr8c.tfm) = %{tl_version} -Provides: tex(mdpusr8t.tfm) = %{tl_version} -Provides: tex(mdpusrc8c.tfm) = %{tl_version} -Provides: tex(mdpusrc8t.tfm) = %{tl_version} -Provides: tex(mdpusrfc8t.tfm) = %{tl_version} -Provides: tex(mdpusri7m.tfm) = %{tl_version} -Provides: tex(mdpusri7t.tfm) = %{tl_version} -Provides: tex(mdpusri8c.tfm) = %{tl_version} -Provides: tex(mdpusri8t.tfm) = %{tl_version} -Provides: tex(mdpusric8c.tfm) = %{tl_version} -Provides: tex(mdpusric8t.tfm) = %{tl_version} -Provides: tex(mdpusrifc8t.tfm) = %{tl_version} -Provides: tex(mdpusrma.tfm) = %{tl_version} -Provides: tex(mdpusrmb.tfm) = %{tl_version} -Provides: tex(mdpuss7m.tfm) = %{tl_version} -Provides: tex(mdpuss7t.tfm) = %{tl_version} -Provides: tex(mdpuss7v.tfm) = %{tl_version} -Provides: tex(mdpuss7y.tfm) = %{tl_version} -Provides: tex(mdpuss8c.tfm) = %{tl_version} -Provides: tex(mdpuss8t.tfm) = %{tl_version} -Provides: tex(mdpussc8c.tfm) = %{tl_version} -Provides: tex(mdpussc8t.tfm) = %{tl_version} -Provides: tex(mdpussfc8t.tfm) = %{tl_version} -Provides: tex(mdpussi7m.tfm) = %{tl_version} -Provides: tex(mdpussi7t.tfm) = %{tl_version} -Provides: tex(mdpussi8c.tfm) = %{tl_version} -Provides: tex(mdpussi8t.tfm) = %{tl_version} -Provides: tex(mdpussic8c.tfm) = %{tl_version} -Provides: tex(mdpussic8t.tfm) = %{tl_version} -Provides: tex(mdpussifc8t.tfm) = %{tl_version} -Provides: tex(mdpussma.tfm) = %{tl_version} -Provides: tex(mdpussmb.tfm) = %{tl_version} -Provides: tex(mdwusb7m.tfm) = %{tl_version} -Provides: tex(mdwusb7y.tfm) = %{tl_version} -Provides: tex(mdwusb8t.tfm) = %{tl_version} -Provides: tex(mdwusbc8t.tfm) = %{tl_version} -Provides: tex(mdwusbi7m.tfm) = %{tl_version} -Provides: tex(mdwusbi7y.tfm) = %{tl_version} -Provides: tex(mdwusbi8t.tfm) = %{tl_version} -Provides: tex(mdwusbic8t.tfm) = %{tl_version} -Provides: tex(mdwusr7m.tfm) = %{tl_version} -Provides: tex(mdwusr7y.tfm) = %{tl_version} -Provides: tex(mdwusr8t.tfm) = %{tl_version} -Provides: tex(mdwusrc8t.tfm) = %{tl_version} -Provides: tex(mdwusri7m.tfm) = %{tl_version} -Provides: tex(mdwusri7y.tfm) = %{tl_version} -Provides: tex(mdwusri8t.tfm) = %{tl_version} -Provides: tex(mdwusric8t.tfm) = %{tl_version} -Provides: tex(mdwuss7m.tfm) = %{tl_version} -Provides: tex(mdwuss7y.tfm) = %{tl_version} -Provides: tex(mdwuss8t.tfm) = %{tl_version} -Provides: tex(mdwussc8t.tfm) = %{tl_version} -Provides: tex(mdwussi7m.tfm) = %{tl_version} -Provides: tex(mdwussi7y.tfm) = %{tl_version} -Provides: tex(mdwussi8t.tfm) = %{tl_version} -Provides: tex(mdwussic8t.tfm) = %{tl_version} -Provides: tex(mdxusb7t.tfm) = %{tl_version} -Provides: tex(mdxusb7y.tfm) = %{tl_version} -Provides: tex(mdxusb8t.tfm) = %{tl_version} -Provides: tex(mdxusbc8t.tfm) = %{tl_version} -Provides: tex(mdxusbi7t.tfm) = %{tl_version} -Provides: tex(mdxusbi7y.tfm) = %{tl_version} -Provides: tex(mdxusbi8t.tfm) = %{tl_version} -Provides: tex(mdxusbic8t.tfm) = %{tl_version} -Provides: tex(mdxusr7t.tfm) = %{tl_version} -Provides: tex(mdxusr7y.tfm) = %{tl_version} -Provides: tex(mdxusr8t.tfm) = %{tl_version} -Provides: tex(mdxusrc8t.tfm) = %{tl_version} -Provides: tex(mdxusri7t.tfm) = %{tl_version} -Provides: tex(mdxusri7y.tfm) = %{tl_version} -Provides: tex(mdxusri8t.tfm) = %{tl_version} -Provides: tex(mdxusric8t.tfm) = %{tl_version} -Provides: tex(mdxuss7t.tfm) = %{tl_version} -Provides: tex(mdxuss7y.tfm) = %{tl_version} -Provides: tex(mdxuss8t.tfm) = %{tl_version} -Provides: tex(mdxussc8t.tfm) = %{tl_version} -Provides: tex(mdxussi7t.tfm) = %{tl_version} -Provides: tex(mdxussi7y.tfm) = %{tl_version} -Provides: tex(mdxussi8t.tfm) = %{tl_version} -Provides: tex(mdxussic8t.tfm) = %{tl_version} -Provides: tex(md-utb7m.tfm) = %{tl_version} -Provides: tex(md-utb7t.tfm) = %{tl_version} -Provides: tex(md-utb7v.tfm) = %{tl_version} -Provides: tex(md-utb7y.tfm) = %{tl_version} -Provides: tex(md-utb8c.tfm) = %{tl_version} -Provides: tex(md-utb8t.tfm) = %{tl_version} -Provides: tex(md-utb8y.tfm) = %{tl_version} -Provides: tex(md-utbee.tfm) = %{tl_version} -Provides: tex(md-utbi7m.tfm) = %{tl_version} -Provides: tex(md-utbi7t.tfm) = %{tl_version} -Provides: tex(md-utbi8c.tfm) = %{tl_version} -Provides: tex(md-utbi8t.tfm) = %{tl_version} -Provides: tex(md-utbi8y.tfm) = %{tl_version} -Provides: tex(md-utbma.tfm) = %{tl_version} -Provides: tex(md-utbmb.tfm) = %{tl_version} -Provides: tex(md-utbo7t.tfm) = %{tl_version} -Provides: tex(md-utbo8c.tfm) = %{tl_version} -Provides: tex(md-utbo8t.tfm) = %{tl_version} -Provides: tex(md-utbo8y.tfm) = %{tl_version} -Provides: tex(md-utr7m.tfm) = %{tl_version} -Provides: tex(md-utr7t.tfm) = %{tl_version} -Provides: tex(md-utr7v.tfm) = %{tl_version} -Provides: tex(md-utr7y.tfm) = %{tl_version} -Provides: tex(md-utr8c.tfm) = %{tl_version} -Provides: tex(md-utr8t.tfm) = %{tl_version} -Provides: tex(md-utr8y.tfm) = %{tl_version} -Provides: tex(md-utree.tfm) = %{tl_version} -Provides: tex(md-utri7m.tfm) = %{tl_version} -Provides: tex(md-utri7t.tfm) = %{tl_version} -Provides: tex(md-utri8c.tfm) = %{tl_version} -Provides: tex(md-utri8t.tfm) = %{tl_version} -Provides: tex(md-utri8y.tfm) = %{tl_version} -Provides: tex(md-utrma.tfm) = %{tl_version} -Provides: tex(md-utrmb.tfm) = %{tl_version} -Provides: tex(md-utro7t.tfm) = %{tl_version} -Provides: tex(md-utro8c.tfm) = %{tl_version} -Provides: tex(md-utro8t.tfm) = %{tl_version} -Provides: tex(md-utro8y.tfm) = %{tl_version} -Provides: tex(mdputb7m.tfm) = %{tl_version} -Provides: tex(mdputb7t.tfm) = %{tl_version} -Provides: tex(mdputb7v.tfm) = %{tl_version} -Provides: tex(mdputb7y.tfm) = %{tl_version} -Provides: tex(mdputb8c.tfm) = %{tl_version} -Provides: tex(mdputb8t.tfm) = %{tl_version} -Provides: tex(mdputbc8t.tfm) = %{tl_version} -Provides: tex(mdputbfc8t.tfm) = %{tl_version} -Provides: tex(mdputbi7m.tfm) = %{tl_version} -Provides: tex(mdputbi7t.tfm) = %{tl_version} -Provides: tex(mdputbi8c.tfm) = %{tl_version} -Provides: tex(mdputbi8t.tfm) = %{tl_version} -Provides: tex(mdputbifc8t.tfm) = %{tl_version} -Provides: tex(mdputbma.tfm) = %{tl_version} -Provides: tex(mdputbmb.tfm) = %{tl_version} -Provides: tex(mdputbo7t.tfm) = %{tl_version} -Provides: tex(mdputbo8c.tfm) = %{tl_version} -Provides: tex(mdputbo8t.tfm) = %{tl_version} -Provides: tex(mdputbofc8t.tfm) = %{tl_version} -Provides: tex(mdputr7m.tfm) = %{tl_version} -Provides: tex(mdputr7t.tfm) = %{tl_version} -Provides: tex(mdputr7v.tfm) = %{tl_version} -Provides: tex(mdputr7y.tfm) = %{tl_version} -Provides: tex(mdputr8c.tfm) = %{tl_version} -Provides: tex(mdputr8t.tfm) = %{tl_version} -Provides: tex(mdputrc8t.tfm) = %{tl_version} -Provides: tex(mdputrfc8t.tfm) = %{tl_version} -Provides: tex(mdputri7m.tfm) = %{tl_version} -Provides: tex(mdputri7t.tfm) = %{tl_version} -Provides: tex(mdputri8c.tfm) = %{tl_version} -Provides: tex(mdputri8t.tfm) = %{tl_version} -Provides: tex(mdputrifc8t.tfm) = %{tl_version} -Provides: tex(mdputrma.tfm) = %{tl_version} -Provides: tex(mdputrmb.tfm) = %{tl_version} -Provides: tex(mdputro7t.tfm) = %{tl_version} -Provides: tex(mdputro8c.tfm) = %{tl_version} -Provides: tex(mdputro8t.tfm) = %{tl_version} -Provides: tex(mdputrofc8t.tfm) = %{tl_version} -Provides: tex(putb8a.tfm) = %{tl_version} -Provides: tex(putb8x.tfm) = %{tl_version} -Provides: tex(putbi8a.tfm) = %{tl_version} -Provides: tex(putr8a.tfm) = %{tl_version} -Provides: tex(putr8x.tfm) = %{tl_version} -Provides: tex(putri8a.tfm) = %{tl_version} -Provides: tex(md-gmm7m.tfm) = %{tl_version} -Provides: tex(md-gmm7t.tfm) = %{tl_version} -Provides: tex(md-gmm7v.tfm) = %{tl_version} -Provides: tex(md-gmm7y.tfm) = %{tl_version} -Provides: tex(md-gmm8c.tfm) = %{tl_version} -Provides: tex(md-gmm8t.tfm) = %{tl_version} -Provides: tex(md-gmm8y.tfm) = %{tl_version} -Provides: tex(md-gmmi7m.tfm) = %{tl_version} -Provides: tex(md-gmmi7t.tfm) = %{tl_version} -Provides: tex(md-gmmi8c.tfm) = %{tl_version} -Provides: tex(md-gmmi8t.tfm) = %{tl_version} -Provides: tex(md-gmmi8y.tfm) = %{tl_version} -Provides: tex(md-gmmma.tfm) = %{tl_version} -Provides: tex(md-gmmmb.tfm) = %{tl_version} -Provides: tex(md-gmmo7t.tfm) = %{tl_version} -Provides: tex(md-gmmo8c.tfm) = %{tl_version} -Provides: tex(md-gmmo8t.tfm) = %{tl_version} -Provides: tex(md-gmmo8y.tfm) = %{tl_version} -Provides: tex(md-gmr7m.tfm) = %{tl_version} -Provides: tex(md-gmr7t.tfm) = %{tl_version} -Provides: tex(md-gmr7v.tfm) = %{tl_version} -Provides: tex(md-gmr7y.tfm) = %{tl_version} -Provides: tex(md-gmr8c.tfm) = %{tl_version} -Provides: tex(md-gmr8t.tfm) = %{tl_version} -Provides: tex(md-gmr8y.tfm) = %{tl_version} -Provides: tex(md-gmree.tfm) = %{tl_version} -Provides: tex(md-gmri7m.tfm) = %{tl_version} -Provides: tex(md-gmri7t.tfm) = %{tl_version} -Provides: tex(md-gmri8c.tfm) = %{tl_version} -Provides: tex(md-gmri8t.tfm) = %{tl_version} -Provides: tex(md-gmri8y.tfm) = %{tl_version} -Provides: tex(md-gmrma.tfm) = %{tl_version} -Provides: tex(md-gmrmb.tfm) = %{tl_version} -Provides: tex(md-gmro7t.tfm) = %{tl_version} -Provides: tex(md-gmro8c.tfm) = %{tl_version} -Provides: tex(md-gmro8t.tfm) = %{tl_version} -Provides: tex(md-gmro8y.tfm) = %{tl_version} -Provides: tex(mdugmm7m.tfm) = %{tl_version} -Provides: tex(mdugmm7t.tfm) = %{tl_version} -Provides: tex(mdugmm7v.tfm) = %{tl_version} -Provides: tex(mdugmm7y.tfm) = %{tl_version} -Provides: tex(mdugmm8c.tfm) = %{tl_version} -Provides: tex(mdugmm8t.tfm) = %{tl_version} -Provides: tex(mdugmmfc8t.tfm) = %{tl_version} -Provides: tex(mdugmmi7m.tfm) = %{tl_version} -Provides: tex(mdugmmi7t.tfm) = %{tl_version} -Provides: tex(mdugmmi8c.tfm) = %{tl_version} -Provides: tex(mdugmmi8t.tfm) = %{tl_version} -Provides: tex(mdugmmifc8t.tfm) = %{tl_version} -Provides: tex(mdugmmma.tfm) = %{tl_version} -Provides: tex(mdugmmmb.tfm) = %{tl_version} -Provides: tex(mdugmmo7t.tfm) = %{tl_version} -Provides: tex(mdugmmo8c.tfm) = %{tl_version} -Provides: tex(mdugmmo8t.tfm) = %{tl_version} -Provides: tex(mdugmmofc8t.tfm) = %{tl_version} -Provides: tex(mdugmr7m.tfm) = %{tl_version} -Provides: tex(mdugmr7t.tfm) = %{tl_version} -Provides: tex(mdugmr7v.tfm) = %{tl_version} -Provides: tex(mdugmr7y.tfm) = %{tl_version} -Provides: tex(mdugmr8c.tfm) = %{tl_version} -Provides: tex(mdugmr8t.tfm) = %{tl_version} -Provides: tex(mdugmrfc8t.tfm) = %{tl_version} -Provides: tex(mdugmri7m.tfm) = %{tl_version} -Provides: tex(mdugmri7t.tfm) = %{tl_version} -Provides: tex(mdugmri8c.tfm) = %{tl_version} -Provides: tex(mdugmri8t.tfm) = %{tl_version} -Provides: tex(mdugmrifc8t.tfm) = %{tl_version} -Provides: tex(mdugmrma.tfm) = %{tl_version} -Provides: tex(mdugmrmb.tfm) = %{tl_version} -Provides: tex(mdugmro7t.tfm) = %{tl_version} -Provides: tex(mdugmro8c.tfm) = %{tl_version} -Provides: tex(mdugmro8t.tfm) = %{tl_version} -Provides: tex(mdugmrofc8t.tfm) = %{tl_version} -Provides: tex(ugmm8a.tfm) = %{tl_version} -Provides: tex(ugmmi8a.tfm) = %{tl_version} -Provides: tex(ugmr8a.tfm) = %{tl_version} -Provides: tex(ugmri8a.tfm) = %{tl_version} -Provides: tex(md-chb7m.pfb) = %{tl_version} -Provides: tex(md-chb7t.pfb) = %{tl_version} -Provides: tex(md-chb7v.pfb) = %{tl_version} -Provides: tex(md-chb7y.pfb) = %{tl_version} -Provides: tex(md-chb8c.pfb) = %{tl_version} -Provides: tex(md-chb8t.pfb) = %{tl_version} -Provides: tex(md-chbi7m.pfb) = %{tl_version} -Provides: tex(md-chbi7t.pfb) = %{tl_version} -Provides: tex(md-chbi8c.pfb) = %{tl_version} -Provides: tex(md-chbi8t.pfb) = %{tl_version} -Provides: tex(md-chbma.pfb) = %{tl_version} -Provides: tex(md-chbmb.pfb) = %{tl_version} -Provides: tex(md-chr7m.pfb) = %{tl_version} -Provides: tex(md-chr7t.pfb) = %{tl_version} -Provides: tex(md-chr7v.pfb) = %{tl_version} -Provides: tex(md-chr7y.pfb) = %{tl_version} -Provides: tex(md-chr8c.pfb) = %{tl_version} -Provides: tex(md-chr8t.pfb) = %{tl_version} -Provides: tex(md-chree.pfb) = %{tl_version} -Provides: tex(md-chri7m.pfb) = %{tl_version} -Provides: tex(md-chri7t.pfb) = %{tl_version} -Provides: tex(md-chri8c.pfb) = %{tl_version} -Provides: tex(md-chri8t.pfb) = %{tl_version} -Provides: tex(md-chrma.pfb) = %{tl_version} -Provides: tex(md-chrmb.pfb) = %{tl_version} -Provides: tex(UtopiaStd-Regular.pfb) = %{tl_version} -Provides: tex(md-cib7m.pfb) = %{tl_version} -Provides: tex(md-cib7t.pfb) = %{tl_version} -Provides: tex(md-cib7v.pfb) = %{tl_version} -Provides: tex(md-cib7y.pfb) = %{tl_version} -Provides: tex(md-cib8c.pfb) = %{tl_version} -Provides: tex(md-cib8t.pfb) = %{tl_version} -Provides: tex(md-cibee.pfb) = %{tl_version} -Provides: tex(md-cibi7m.pfb) = %{tl_version} -Provides: tex(md-cibi7t.pfb) = %{tl_version} -Provides: tex(md-cibi8c.pfb) = %{tl_version} -Provides: tex(md-cibi8t.pfb) = %{tl_version} -Provides: tex(md-cibma.pfb) = %{tl_version} -Provides: tex(md-cibmb.pfb) = %{tl_version} -Provides: tex(md-cir7m.pfb) = %{tl_version} -Provides: tex(md-cir7t.pfb) = %{tl_version} -Provides: tex(md-cir7v.pfb) = %{tl_version} -Provides: tex(md-cir7y.pfb) = %{tl_version} -Provides: tex(md-cir8c.pfb) = %{tl_version} -Provides: tex(md-cir8t.pfb) = %{tl_version} -Provides: tex(md-ciree.pfb) = %{tl_version} -Provides: tex(md-ciri7m.pfb) = %{tl_version} -Provides: tex(md-ciri7t.pfb) = %{tl_version} -Provides: tex(md-ciri8c.pfb) = %{tl_version} -Provides: tex(md-ciri8t.pfb) = %{tl_version} -Provides: tex(md-cirma.pfb) = %{tl_version} -Provides: tex(md-cirmb.pfb) = %{tl_version} -Provides: tex(md-gdr7m.pfb) = %{tl_version} -Provides: tex(md-gdr7t.pfb) = %{tl_version} -Provides: tex(md-gdr7v.pfb) = %{tl_version} -Provides: tex(md-gdr7y.pfb) = %{tl_version} -Provides: tex(md-gdr8c.pfb) = %{tl_version} -Provides: tex(md-gdr8t.pfb) = %{tl_version} -Provides: tex(md-gdree.pfb) = %{tl_version} -Provides: tex(md-gdri7m.pfb) = %{tl_version} -Provides: tex(md-gdri7t.pfb) = %{tl_version} -Provides: tex(md-gdri8c.pfb) = %{tl_version} -Provides: tex(md-gdri8t.pfb) = %{tl_version} -Provides: tex(md-gdrma.pfb) = %{tl_version} -Provides: tex(md-gdrmb.pfb) = %{tl_version} -Provides: tex(md-gds7m.pfb) = %{tl_version} -Provides: tex(md-gds7t.pfb) = %{tl_version} -Provides: tex(md-gds7v.pfb) = %{tl_version} -Provides: tex(md-gds7y.pfb) = %{tl_version} -Provides: tex(md-gds8c.pfb) = %{tl_version} -Provides: tex(md-gds8t.pfb) = %{tl_version} -Provides: tex(md-gdsi7m.pfb) = %{tl_version} -Provides: tex(md-gdsi7t.pfb) = %{tl_version} -Provides: tex(md-gdsi8c.pfb) = %{tl_version} -Provides: tex(md-gdsi8t.pfb) = %{tl_version} -Provides: tex(md-gdsma.pfb) = %{tl_version} -Provides: tex(md-gdsmb.pfb) = %{tl_version} -Provides: tex(md-utrma.pfb) = %{tl_version} -Provides: tex(md-usr7m.pfb) = %{tl_version} -Provides: tex(md-usr7t.pfb) = %{tl_version} -Provides: tex(md-usr7t5.pfb) = %{tl_version} -Provides: tex(md-usr7t6.pfb) = %{tl_version} -Provides: tex(md-usr7t7.pfb) = %{tl_version} -Provides: tex(md-usr7t8.pfb) = %{tl_version} -Provides: tex(md-usr7t9.pfb) = %{tl_version} -Provides: tex(md-usr7v.pfb) = %{tl_version} -Provides: tex(md-usr7y.pfb) = %{tl_version} -Provides: tex(md-usr8c.pfb) = %{tl_version} -Provides: tex(md-usr8t.pfb) = %{tl_version} -Provides: tex(md-usree.pfb) = %{tl_version} -Provides: tex(md-usri7m.pfb) = %{tl_version} -Provides: tex(md-usri7t.pfb) = %{tl_version} -Provides: tex(md-usri7t5.pfb) = %{tl_version} -Provides: tex(md-usri7t6.pfb) = %{tl_version} -Provides: tex(md-usri7t7.pfb) = %{tl_version} -Provides: tex(md-usri7t8.pfb) = %{tl_version} -Provides: tex(md-usri7t9.pfb) = %{tl_version} -Provides: tex(md-usri8c.pfb) = %{tl_version} -Provides: tex(md-usri8t.pfb) = %{tl_version} -Provides: tex(md-usrma.pfb) = %{tl_version} -Provides: tex(md-usrmb.pfb) = %{tl_version} -Provides: tex(md-uss7m.pfb) = %{tl_version} -Provides: tex(md-uss7t.pfb) = %{tl_version} -Provides: tex(md-uss7v.pfb) = %{tl_version} -Provides: tex(md-uss7y.pfb) = %{tl_version} -Provides: tex(md-uss8c.pfb) = %{tl_version} -Provides: tex(md-uss8t.pfb) = %{tl_version} -Provides: tex(md-ussi7m.pfb) = %{tl_version} -Provides: tex(md-ussi7t.pfb) = %{tl_version} -Provides: tex(md-ussi8c.pfb) = %{tl_version} -Provides: tex(md-ussi8t.pfb) = %{tl_version} -Provides: tex(md-ussma.pfb) = %{tl_version} -Provides: tex(md-ussmb.pfb) = %{tl_version} -Provides: tex(md-utb7m.pfb) = %{tl_version} -Provides: tex(md-utb7t.pfb) = %{tl_version} -Provides: tex(md-utb7v.pfb) = %{tl_version} -Provides: tex(md-utb7y.pfb) = %{tl_version} -Provides: tex(md-utb8c.pfb) = %{tl_version} -Provides: tex(md-utb8t.pfb) = %{tl_version} -Provides: tex(md-utbee.pfb) = %{tl_version} -Provides: tex(md-utbi7m.pfb) = %{tl_version} -Provides: tex(md-utbi7t.pfb) = %{tl_version} -Provides: tex(md-utbi8c.pfb) = %{tl_version} -Provides: tex(md-utbi8t.pfb) = %{tl_version} -Provides: tex(md-utbma.pfb) = %{tl_version} -Provides: tex(md-utbmb.pfb) = %{tl_version} -Provides: tex(md-utr7m.pfb) = %{tl_version} -Provides: tex(md-utr7t.pfb) = %{tl_version} -Provides: tex(md-utr7v.pfb) = %{tl_version} -Provides: tex(md-utr7y.pfb) = %{tl_version} -Provides: tex(md-utr8c.pfb) = %{tl_version} -Provides: tex(md-utr8t.pfb) = %{tl_version} -Provides: tex(md-utree.pfb) = %{tl_version} -Provides: tex(md-utri7m.pfb) = %{tl_version} -Provides: tex(md-utri7t.pfb) = %{tl_version} -Provides: tex(md-utri8c.pfb) = %{tl_version} -Provides: tex(md-utri8t.pfb) = %{tl_version} -Provides: tex(md-utrma.pfb) = %{tl_version} -Provides: tex(md-utrmb.pfb) = %{tl_version} -Provides: tex(md-gmm7m.pfb) = %{tl_version} -Provides: tex(md-gmm7t.pfb) = %{tl_version} -Provides: tex(md-gmm7v.pfb) = %{tl_version} -Provides: tex(md-gmm7y.pfb) = %{tl_version} -Provides: tex(md-gmm8c.pfb) = %{tl_version} -Provides: tex(md-gmm8t.pfb) = %{tl_version} -Provides: tex(md-gmmi7m.pfb) = %{tl_version} -Provides: tex(md-gmmi7t.pfb) = %{tl_version} -Provides: tex(md-gmmi8c.pfb) = %{tl_version} -Provides: tex(md-gmmi8t.pfb) = %{tl_version} -Provides: tex(md-gmmma.pfb) = %{tl_version} -Provides: tex(md-gmmmb.pfb) = %{tl_version} -Provides: tex(md-gmr7m.pfb) = %{tl_version} -Provides: tex(md-gmr7t.pfb) = %{tl_version} -Provides: tex(md-gmr7v.pfb) = %{tl_version} -Provides: tex(md-gmr7y.pfb) = %{tl_version} -Provides: tex(md-gmr8c.pfb) = %{tl_version} -Provides: tex(md-gmr8t.pfb) = %{tl_version} -Provides: tex(md-gmree.pfb) = %{tl_version} -Provides: tex(md-gmri7m.pfb) = %{tl_version} -Provides: tex(md-gmri7t.pfb) = %{tl_version} -Provides: tex(md-gmri8c.pfb) = %{tl_version} -Provides: tex(md-gmri8t.pfb) = %{tl_version} -Provides: tex(md-gmrma.pfb) = %{tl_version} -Provides: tex(md-gmrmb.pfb) = %{tl_version} -Provides: tex(mdbchb7m.vf) = %{tl_version} -Provides: tex(mdbchb7t.vf) = %{tl_version} -Provides: tex(mdbchb7v.vf) = %{tl_version} -Provides: tex(mdbchb7y.vf) = %{tl_version} -Provides: tex(mdbchb8c.vf) = %{tl_version} -Provides: tex(mdbchb8t.vf) = %{tl_version} -Provides: tex(mdbchbc8t.vf) = %{tl_version} -Provides: tex(mdbchbfc8t.vf) = %{tl_version} -Provides: tex(mdbchbi7m.vf) = %{tl_version} -Provides: tex(mdbchbi7t.vf) = %{tl_version} -Provides: tex(mdbchbi8c.vf) = %{tl_version} -Provides: tex(mdbchbi8t.vf) = %{tl_version} -Provides: tex(mdbchbifc8t.vf) = %{tl_version} -Provides: tex(mdbchbma.vf) = %{tl_version} -Provides: tex(mdbchbmb.vf) = %{tl_version} -Provides: tex(mdbchbo7t.vf) = %{tl_version} -Provides: tex(mdbchbo8c.vf) = %{tl_version} -Provides: tex(mdbchbo8t.vf) = %{tl_version} -Provides: tex(mdbchbofc8t.vf) = %{tl_version} -Provides: tex(mdbchr7m.vf) = %{tl_version} -Provides: tex(mdbchr7t.vf) = %{tl_version} -Provides: tex(mdbchr7v.vf) = %{tl_version} -Provides: tex(mdbchr7y.vf) = %{tl_version} -Provides: tex(mdbchr8c.vf) = %{tl_version} -Provides: tex(mdbchr8t.vf) = %{tl_version} -Provides: tex(mdbchrc8t.vf) = %{tl_version} -Provides: tex(mdbchrfc8t.vf) = %{tl_version} -Provides: tex(mdbchri7m.vf) = %{tl_version} -Provides: tex(mdbchri7t.vf) = %{tl_version} -Provides: tex(mdbchri8c.vf) = %{tl_version} -Provides: tex(mdbchri8t.vf) = %{tl_version} -Provides: tex(mdbchrifc8t.vf) = %{tl_version} -Provides: tex(mdbchrma.vf) = %{tl_version} -Provides: tex(mdbchrmb.vf) = %{tl_version} -Provides: tex(mdbchro7t.vf) = %{tl_version} -Provides: tex(mdbchro8c.vf) = %{tl_version} -Provides: tex(mdbchro8t.vf) = %{tl_version} -Provides: tex(mdbchrofc8t.vf) = %{tl_version} -Provides: tex(mdgrbCb7m.vf) = %{tl_version} -Provides: tex(mdgrbCbi7m.vf) = %{tl_version} -Provides: tex(mdgrbCr7m.vf) = %{tl_version} -Provides: tex(mdgrbCri7m.vf) = %{tl_version} -Provides: tex(mdgrbb7m.vf) = %{tl_version} -Provides: tex(mdgrbbi7m.vf) = %{tl_version} -Provides: tex(mdgrbr7m.vf) = %{tl_version} -Provides: tex(mdgrbri7m.vf) = %{tl_version} -Provides: tex(mdgrdCb7m.vf) = %{tl_version} -Provides: tex(mdgrdCbi7m.vf) = %{tl_version} -Provides: tex(mdgrdCri7m.vf) = %{tl_version} -Provides: tex(mdgrdb7m.vf) = %{tl_version} -Provides: tex(mdgrdbi7m.vf) = %{tl_version} -Provides: tex(mdgrdr7m.vf) = %{tl_version} -Provides: tex(mdgrdrC7m.vf) = %{tl_version} -Provides: tex(mdgrdri7m.vf) = %{tl_version} -Provides: tex(mdicib7m.vf) = %{tl_version} -Provides: tex(mdicib7t.vf) = %{tl_version} -Provides: tex(mdicib7v.vf) = %{tl_version} -Provides: tex(mdicib7y.vf) = %{tl_version} -Provides: tex(mdicib8c.vf) = %{tl_version} -Provides: tex(mdicib8t.vf) = %{tl_version} -Provides: tex(mdicibc8c.vf) = %{tl_version} -Provides: tex(mdicibc8t.vf) = %{tl_version} -Provides: tex(mdicibfc8t.vf) = %{tl_version} -Provides: tex(mdicibi7m.vf) = %{tl_version} -Provides: tex(mdicibi7t.vf) = %{tl_version} -Provides: tex(mdicibi8c.vf) = %{tl_version} -Provides: tex(mdicibi8t.vf) = %{tl_version} -Provides: tex(mdicibic8c.vf) = %{tl_version} -Provides: tex(mdicibic8t.vf) = %{tl_version} -Provides: tex(mdicibifc8t.vf) = %{tl_version} -Provides: tex(mdicibiu7m.vf) = %{tl_version} -Provides: tex(mdicibma.vf) = %{tl_version} -Provides: tex(mdicibmb.vf) = %{tl_version} -Provides: tex(mdicibui7m.vf) = %{tl_version} -Provides: tex(mdicic8c.vf) = %{tl_version} -Provides: tex(mdicic8t.vf) = %{tl_version} -Provides: tex(mdicicc8c.vf) = %{tl_version} -Provides: tex(mdicicc8t.vf) = %{tl_version} -Provides: tex(mdicicfc8t.vf) = %{tl_version} -Provides: tex(mdicici8c.vf) = %{tl_version} -Provides: tex(mdicici8t.vf) = %{tl_version} -Provides: tex(mdicicic8c.vf) = %{tl_version} -Provides: tex(mdicicic8t.vf) = %{tl_version} -Provides: tex(mdicicifc8t.vf) = %{tl_version} -Provides: tex(mdicir7m.vf) = %{tl_version} -Provides: tex(mdicir7t.vf) = %{tl_version} -Provides: tex(mdicir7v.vf) = %{tl_version} -Provides: tex(mdicir7y.vf) = %{tl_version} -Provides: tex(mdicir8c.vf) = %{tl_version} -Provides: tex(mdicir8t.vf) = %{tl_version} -Provides: tex(mdicirc8c.vf) = %{tl_version} -Provides: tex(mdicirc8t.vf) = %{tl_version} -Provides: tex(mdicirfc8t.vf) = %{tl_version} -Provides: tex(mdiciri7m.vf) = %{tl_version} -Provides: tex(mdiciri7t.vf) = %{tl_version} -Provides: tex(mdiciri8c.vf) = %{tl_version} -Provides: tex(mdiciri8t.vf) = %{tl_version} -Provides: tex(mdiciric8c.vf) = %{tl_version} -Provides: tex(mdiciric8t.vf) = %{tl_version} -Provides: tex(mdicirifc8t.vf) = %{tl_version} -Provides: tex(mdiciriu7m.vf) = %{tl_version} -Provides: tex(mdicirma.vf) = %{tl_version} -Provides: tex(mdicirmb.vf) = %{tl_version} -Provides: tex(mdicirui7m.vf) = %{tl_version} -Provides: tex(mdxcib7y.vf) = %{tl_version} -Provides: tex(mdxcib8t.vf) = %{tl_version} -Provides: tex(mdxcibc8t.vf) = %{tl_version} -Provides: tex(mdxcibi7y.vf) = %{tl_version} -Provides: tex(mdxcibi8t.vf) = %{tl_version} -Provides: tex(mdxcibic8t.vf) = %{tl_version} -Provides: tex(mdxcic7y.vf) = %{tl_version} -Provides: tex(mdxcic8t.vf) = %{tl_version} -Provides: tex(mdxcicc8t.vf) = %{tl_version} -Provides: tex(mdxcici7y.vf) = %{tl_version} -Provides: tex(mdxcici8t.vf) = %{tl_version} -Provides: tex(mdxcicic8t.vf) = %{tl_version} -Provides: tex(mdxcir7y.vf) = %{tl_version} -Provides: tex(mdxcir8t.vf) = %{tl_version} -Provides: tex(mdxcirc8t.vf) = %{tl_version} -Provides: tex(mdxciri7y.vf) = %{tl_version} -Provides: tex(mdxciri8t.vf) = %{tl_version} -Provides: tex(mdxciric8t.vf) = %{tl_version} -Provides: tex(mdpgdb8c.vf) = %{tl_version} -Provides: tex(mdpgdb8t.vf) = %{tl_version} -Provides: tex(mdpgdbc8c.vf) = %{tl_version} -Provides: tex(mdpgdbc8t.vf) = %{tl_version} -Provides: tex(mdpgdbfc8t.vf) = %{tl_version} -Provides: tex(mdpgdbi8c.vf) = %{tl_version} -Provides: tex(mdpgdbi8t.vf) = %{tl_version} -Provides: tex(mdpgdbic8c.vf) = %{tl_version} -Provides: tex(mdpgdbic8t.vf) = %{tl_version} -Provides: tex(mdpgdbifc8t.vf) = %{tl_version} -Provides: tex(mdpgdr7m.vf) = %{tl_version} -Provides: tex(mdpgdr7t.vf) = %{tl_version} -Provides: tex(mdpgdr7v.vf) = %{tl_version} -Provides: tex(mdpgdr7y.vf) = %{tl_version} -Provides: tex(mdpgdr8c.vf) = %{tl_version} -Provides: tex(mdpgdr8t.vf) = %{tl_version} -Provides: tex(mdpgdrc8c.vf) = %{tl_version} -Provides: tex(mdpgdrc8t.vf) = %{tl_version} -Provides: tex(mdpgdrfc8t.vf) = %{tl_version} -Provides: tex(mdpgdri7m.vf) = %{tl_version} -Provides: tex(mdpgdri7t.vf) = %{tl_version} -Provides: tex(mdpgdri8c.vf) = %{tl_version} -Provides: tex(mdpgdri8t.vf) = %{tl_version} -Provides: tex(mdpgdric8c.vf) = %{tl_version} -Provides: tex(mdpgdric8t.vf) = %{tl_version} -Provides: tex(mdpgdrifc8t.vf) = %{tl_version} -Provides: tex(mdpgdrma.vf) = %{tl_version} -Provides: tex(mdpgdrmb.vf) = %{tl_version} -Provides: tex(mdpgds7m.vf) = %{tl_version} -Provides: tex(mdpgds7t.vf) = %{tl_version} -Provides: tex(mdpgds7v.vf) = %{tl_version} -Provides: tex(mdpgds7y.vf) = %{tl_version} -Provides: tex(mdpgds8c.vf) = %{tl_version} -Provides: tex(mdpgds8t.vf) = %{tl_version} -Provides: tex(mdpgdsc8c.vf) = %{tl_version} -Provides: tex(mdpgdsc8t.vf) = %{tl_version} -Provides: tex(mdpgdsfc8t.vf) = %{tl_version} -Provides: tex(mdpgdsi7m.vf) = %{tl_version} -Provides: tex(mdpgdsi7t.vf) = %{tl_version} -Provides: tex(mdpgdsi8c.vf) = %{tl_version} -Provides: tex(mdpgdsi8t.vf) = %{tl_version} -Provides: tex(mdpgdsic8c.vf) = %{tl_version} -Provides: tex(mdpgdsic8t.vf) = %{tl_version} -Provides: tex(mdpgdsifc8t.vf) = %{tl_version} -Provides: tex(mdpgdsma.vf) = %{tl_version} -Provides: tex(mdpgdsmb.vf) = %{tl_version} -Provides: tex(mdxgdb7y.vf) = %{tl_version} -Provides: tex(mdxgdb8t.vf) = %{tl_version} -Provides: tex(mdxgdbc8t.vf) = %{tl_version} -Provides: tex(mdxgdbi7y.vf) = %{tl_version} -Provides: tex(mdxgdbi8t.vf) = %{tl_version} -Provides: tex(mdxgdbic8t.vf) = %{tl_version} -Provides: tex(mdxgdr7y.vf) = %{tl_version} -Provides: tex(mdxgdr8t.vf) = %{tl_version} -Provides: tex(mdxgdrc8t.vf) = %{tl_version} -Provides: tex(mdxgdri7y.vf) = %{tl_version} -Provides: tex(mdxgdri8t.vf) = %{tl_version} -Provides: tex(mdxgdric8t.vf) = %{tl_version} -Provides: tex(mdxgds7y.vf) = %{tl_version} -Provides: tex(mdxgds8t.vf) = %{tl_version} -Provides: tex(mdxgdsc8t.vf) = %{tl_version} -Provides: tex(mdxgdsi7y.vf) = %{tl_version} -Provides: tex(mdxgdsi8t.vf) = %{tl_version} -Provides: tex(mdxgdsic8t.vf) = %{tl_version} -Provides: tex(mdpusb8c.vf) = %{tl_version} -Provides: tex(mdpusb8t.vf) = %{tl_version} -Provides: tex(mdpusbc8c.vf) = %{tl_version} -Provides: tex(mdpusbc8t.vf) = %{tl_version} -Provides: tex(mdpusbfc8t.vf) = %{tl_version} -Provides: tex(mdpusbi8c.vf) = %{tl_version} -Provides: tex(mdpusbi8t.vf) = %{tl_version} -Provides: tex(mdpusbic8c.vf) = %{tl_version} -Provides: tex(mdpusbic8t.vf) = %{tl_version} -Provides: tex(mdpusbifc8t.vf) = %{tl_version} -Provides: tex(mdpusr7m.vf) = %{tl_version} -Provides: tex(mdpusr7t.vf) = %{tl_version} -Provides: tex(mdpusr7v.vf) = %{tl_version} -Provides: tex(mdpusr7y.vf) = %{tl_version} -Provides: tex(mdpusr8c.vf) = %{tl_version} -Provides: tex(mdpusr8t.vf) = %{tl_version} -Provides: tex(mdpusrc8c.vf) = %{tl_version} -Provides: tex(mdpusrc8t.vf) = %{tl_version} -Provides: tex(mdpusrfc8t.vf) = %{tl_version} -Provides: tex(mdpusri7m.vf) = %{tl_version} -Provides: tex(mdpusri7t.vf) = %{tl_version} -Provides: tex(mdpusri8c.vf) = %{tl_version} -Provides: tex(mdpusri8t.vf) = %{tl_version} -Provides: tex(mdpusric8c.vf) = %{tl_version} -Provides: tex(mdpusric8t.vf) = %{tl_version} -Provides: tex(mdpusrifc8t.vf) = %{tl_version} -Provides: tex(mdpusrma.vf) = %{tl_version} -Provides: tex(mdpusrmb.vf) = %{tl_version} -Provides: tex(mdpuss7m.vf) = %{tl_version} -Provides: tex(mdpuss7t.vf) = %{tl_version} -Provides: tex(mdpuss7v.vf) = %{tl_version} -Provides: tex(mdpuss7y.vf) = %{tl_version} -Provides: tex(mdpuss8c.vf) = %{tl_version} -Provides: tex(mdpuss8t.vf) = %{tl_version} -Provides: tex(mdpussc8c.vf) = %{tl_version} -Provides: tex(mdpussc8t.vf) = %{tl_version} -Provides: tex(mdpussfc8t.vf) = %{tl_version} -Provides: tex(mdpussi7m.vf) = %{tl_version} -Provides: tex(mdpussi7t.vf) = %{tl_version} -Provides: tex(mdpussi8c.vf) = %{tl_version} -Provides: tex(mdpussi8t.vf) = %{tl_version} -Provides: tex(mdpussic8c.vf) = %{tl_version} -Provides: tex(mdpussic8t.vf) = %{tl_version} -Provides: tex(mdpussifc8t.vf) = %{tl_version} -Provides: tex(mdpussma.vf) = %{tl_version} -Provides: tex(mdpussmb.vf) = %{tl_version} -Provides: tex(mdxusb7y.vf) = %{tl_version} -Provides: tex(mdxusb8t.vf) = %{tl_version} -Provides: tex(mdxusbc8t.vf) = %{tl_version} -Provides: tex(mdxusbi7y.vf) = %{tl_version} -Provides: tex(mdxusbi8t.vf) = %{tl_version} -Provides: tex(mdxusbic8t.vf) = %{tl_version} -Provides: tex(mdxusr7y.vf) = %{tl_version} -Provides: tex(mdxusr8t.vf) = %{tl_version} -Provides: tex(mdxusrc8t.vf) = %{tl_version} -Provides: tex(mdxusri7y.vf) = %{tl_version} -Provides: tex(mdxusri8t.vf) = %{tl_version} -Provides: tex(mdxusric8t.vf) = %{tl_version} -Provides: tex(mdxuss7y.vf) = %{tl_version} -Provides: tex(mdxuss8t.vf) = %{tl_version} -Provides: tex(mdxussc8t.vf) = %{tl_version} -Provides: tex(mdxussi7y.vf) = %{tl_version} -Provides: tex(mdxussi8t.vf) = %{tl_version} -Provides: tex(mdxussic8t.vf) = %{tl_version} -Provides: tex(mdputb7m.vf) = %{tl_version} -Provides: tex(mdputb7t.vf) = %{tl_version} -Provides: tex(mdputb7v.vf) = %{tl_version} -Provides: tex(mdputb7y.vf) = %{tl_version} -Provides: tex(mdputb8c.vf) = %{tl_version} -Provides: tex(mdputb8t.vf) = %{tl_version} -Provides: tex(mdputbc8t.vf) = %{tl_version} -Provides: tex(mdputbfc8t.vf) = %{tl_version} -Provides: tex(mdputbi7m.vf) = %{tl_version} -Provides: tex(mdputbi7t.vf) = %{tl_version} -Provides: tex(mdputbi8c.vf) = %{tl_version} -Provides: tex(mdputbi8t.vf) = %{tl_version} -Provides: tex(mdputbifc8t.vf) = %{tl_version} -Provides: tex(mdputbma.vf) = %{tl_version} -Provides: tex(mdputbmb.vf) = %{tl_version} -Provides: tex(mdputbo7t.vf) = %{tl_version} -Provides: tex(mdputbo8c.vf) = %{tl_version} -Provides: tex(mdputbo8t.vf) = %{tl_version} -Provides: tex(mdputbofc8t.vf) = %{tl_version} -Provides: tex(mdputr7m.vf) = %{tl_version} -Provides: tex(mdputr7t.vf) = %{tl_version} -Provides: tex(mdputr7v.vf) = %{tl_version} -Provides: tex(mdputr7y.vf) = %{tl_version} -Provides: tex(mdputr8c.vf) = %{tl_version} -Provides: tex(mdputr8t.vf) = %{tl_version} -Provides: tex(mdputrc8t.vf) = %{tl_version} -Provides: tex(mdputrfc8t.vf) = %{tl_version} -Provides: tex(mdputri7m.vf) = %{tl_version} -Provides: tex(mdputri7t.vf) = %{tl_version} -Provides: tex(mdputri8c.vf) = %{tl_version} -Provides: tex(mdputri8t.vf) = %{tl_version} -Provides: tex(mdputrifc8t.vf) = %{tl_version} -Provides: tex(mdputrma.vf) = %{tl_version} -Provides: tex(mdputrmb.vf) = %{tl_version} -Provides: tex(mdputro7t.vf) = %{tl_version} -Provides: tex(mdputro8c.vf) = %{tl_version} -Provides: tex(mdputro8t.vf) = %{tl_version} -Provides: tex(mdputrofc8t.vf) = %{tl_version} -Provides: tex(mdugmm7m.vf) = %{tl_version} -Provides: tex(mdugmm7t.vf) = %{tl_version} -Provides: tex(mdugmm7v.vf) = %{tl_version} -Provides: tex(mdugmm7y.vf) = %{tl_version} -Provides: tex(mdugmm8c.vf) = %{tl_version} -Provides: tex(mdugmm8t.vf) = %{tl_version} -Provides: tex(mdugmmfc8t.vf) = %{tl_version} -Provides: tex(mdugmmi7m.vf) = %{tl_version} -Provides: tex(mdugmmi7t.vf) = %{tl_version} -Provides: tex(mdugmmi8c.vf) = %{tl_version} -Provides: tex(mdugmmi8t.vf) = %{tl_version} -Provides: tex(mdugmmifc8t.vf) = %{tl_version} -Provides: tex(mdugmmma.vf) = %{tl_version} -Provides: tex(mdugmmmb.vf) = %{tl_version} -Provides: tex(mdugmmo7t.vf) = %{tl_version} -Provides: tex(mdugmmo8c.vf) = %{tl_version} -Provides: tex(mdugmmo8t.vf) = %{tl_version} -Provides: tex(mdugmmofc8t.vf) = %{tl_version} -Provides: tex(mdugmr7m.vf) = %{tl_version} -Provides: tex(mdugmr7t.vf) = %{tl_version} -Provides: tex(mdugmr7v.vf) = %{tl_version} -Provides: tex(mdugmr7y.vf) = %{tl_version} -Provides: tex(mdugmr8c.vf) = %{tl_version} -Provides: tex(mdugmr8t.vf) = %{tl_version} -Provides: tex(mdugmrfc8t.vf) = %{tl_version} -Provides: tex(mdugmri7m.vf) = %{tl_version} -Provides: tex(mdugmri7t.vf) = %{tl_version} -Provides: tex(mdugmri8c.vf) = %{tl_version} -Provides: tex(mdugmri8t.vf) = %{tl_version} -Provides: tex(mdugmrifc8t.vf) = %{tl_version} -Provides: tex(mdugmrma.vf) = %{tl_version} -Provides: tex(mdugmrmb.vf) = %{tl_version} -Provides: tex(mdugmro7t.vf) = %{tl_version} -Provides: tex(mdugmro8c.vf) = %{tl_version} -Provides: tex(mdugmro8t.vf) = %{tl_version} -Provides: tex(mdugmrofc8t.vf) = %{tl_version} -Provides: tex(mathdesign.sty) = %{tl_version} -Provides: tex(mdacmr.fd) = %{tl_version} -Provides: tex(mdamdbch.fd) = %{tl_version} -Provides: tex(mdbch.cfg) = %{tl_version} -Provides: tex(mdbch.sty) = %{tl_version} -Provides: tex(mdbmdbch.fd) = %{tl_version} -Provides: tex(omlmdbch.fd) = %{tl_version} -Provides: tex(omsmdbch.fd) = %{tl_version} -Provides: tex(omxmdbch.fd) = %{tl_version} -Provides: tex(ot1mdbch.fd) = %{tl_version} -Provides: tex(t1mdbch.fd) = %{tl_version} -Provides: tex(ts1mdbch.fd) = %{tl_version} -Provides: tex(mdbcmr.fd) = %{tl_version} -Provides: tex(mdfont.def) = %{tl_version} -Provides: tex(mdamdici.fd) = %{tl_version} -Provides: tex(mdbmdici.fd) = %{tl_version} -Provides: tex(mdici.cfg) = %{tl_version} -Provides: tex(mdici.sty) = %{tl_version} -Provides: tex(omlmdici.fd) = %{tl_version} -Provides: tex(omsmdici.fd) = %{tl_version} -Provides: tex(omxmdici.fd) = %{tl_version} -Provides: tex(ot1mdici.fd) = %{tl_version} -Provides: tex(t1mdici.fd) = %{tl_version} -Provides: tex(ts1mdici.fd) = %{tl_version} -Provides: tex(mdamdpgd.fd) = %{tl_version} -Provides: tex(mdbmdpgd.fd) = %{tl_version} -Provides: tex(mdpgd.cfg) = %{tl_version} -Provides: tex(mdpgd.sty) = %{tl_version} -Provides: tex(omlmdpgd.fd) = %{tl_version} -Provides: tex(omsmdpgd.fd) = %{tl_version} -Provides: tex(omxmdpgd.fd) = %{tl_version} -Provides: tex(ot1mdpgd.fd) = %{tl_version} -Provides: tex(t1mdpgd.fd) = %{tl_version} -Provides: tex(ts1mdpgd.fd) = %{tl_version} -Provides: tex(mdamdpus.fd) = %{tl_version} -Provides: tex(mdbmdpus.fd) = %{tl_version} -Provides: tex(mdpus.cfg) = %{tl_version} -Provides: tex(mdpus.sty) = %{tl_version} -Provides: tex(omlmdpus.fd) = %{tl_version} -Provides: tex(omsmdpus.fd) = %{tl_version} -Provides: tex(omxmdpus.fd) = %{tl_version} -Provides: tex(ot1mdpus.fd) = %{tl_version} -Provides: tex(t1mdpus.fd) = %{tl_version} -Provides: tex(ts1mdpus.fd) = %{tl_version} -Provides: tex(mdamdput.fd) = %{tl_version} -Provides: tex(mdbmdput.fd) = %{tl_version} -Provides: tex(mdput.cfg) = %{tl_version} -Provides: tex(mdput.sty) = %{tl_version} -Provides: tex(omlmdput.fd) = %{tl_version} -Provides: tex(omsmdput.fd) = %{tl_version} -Provides: tex(omxmdput.fd) = %{tl_version} -Provides: tex(ot1mdput.fd) = %{tl_version} -Provides: tex(t1mdput.fd) = %{tl_version} -Provides: tex(ts1mdput.fd) = %{tl_version} -Provides: tex(mdsffont.def) = %{tl_version} -Provides: tex(mdttfont.def) = %{tl_version} -Provides: tex(mdamdugm.fd) = %{tl_version} -Provides: tex(mdbmdugm.fd) = %{tl_version} -Provides: tex(mdugm.cfg) = %{tl_version} -Provides: tex(mdugm.sty) = %{tl_version} -Provides: tex(omlmdugm.fd) = %{tl_version} -Provides: tex(omsmdugm.fd) = %{tl_version} -Provides: tex(omxmdugm.fd) = %{tl_version} -Provides: tex(ot1mdugm.fd) = %{tl_version} -Provides: tex(t1mdugm.fd) = %{tl_version} -Provides: tex(ts1mdugm.fd) = %{tl_version} -Provides: tex(omlmdgrb.fd) = %{tl_version} -Provides: tex(omlmdgrbc.fd) = %{tl_version} -Provides: tex(omlmdgrd.fd) = %{tl_version} -Provides: tex(omlmdgrdc.fd) = %{tl_version} - -%description mathdesign -The Math Design project offers free mathematical fonts that -match with existing text fonts. To date, three free font -families are available: Adobe Utopia, URW Garamond and -Bitstream Charter. Three commercial fonts are also supported: -Adobe Garamond Pro, Adobe UtopiaStd and ITC Charter. Mathdesign -covers the whole LaTeX glyph set, including AMS symbols and -some extra. Both roman and bold versions of these symbols can -be used. Moreover you can choose between three greek fonts (two -of them created by the Greek Font Society). - -%package mathdesign-doc -Summary: Documentation for mathdesign -Version: svn31639.2.31 - -Provides: tex-mathdesign-doc -AutoReqProv: No - -%description mathdesign-doc -Documentation for mathdesign - -%package mdputu -Provides: tex-mdputu = %{tl_version} -License: BSD -Summary: Upright digits in Adobe Utopia Italic -Version: svn20298.1.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(mdputubi7t.tfm) = %{tl_version} -Provides: tex(mdputubi8t.tfm) = %{tl_version} -Provides: tex(mdputuri7t.tfm) = %{tl_version} -Provides: tex(mdputuri8t.tfm) = %{tl_version} -Provides: tex(mdputubi7t.vf) = %{tl_version} -Provides: tex(mdputubi8t.vf) = %{tl_version} -Provides: tex(mdputuri7t.vf) = %{tl_version} -Provides: tex(mdputuri8t.vf) = %{tl_version} -Provides: tex(mdputu.sty) = %{tl_version} -Provides: tex(ot1mdputu.fd) = %{tl_version} -Provides: tex(t1mdputu.fd) = %{tl_version} - -%description mdputu -The Annals of Mathematics uses italics for theorems. However, -slanted digits and parentheses look disturbing when surrounded -by (upright) mathematics. This package provides virtual fonts -with italics and upright digits and punctuation, as an -extension to Mathdesign's Utopia bundle. - -%package mdputu-doc -Summary: Documentation for mdputu -Version: svn20298.1.2 - -Provides: tex-mdputu-doc -AutoReqProv: No - -%description mdputu-doc -Documentation for mdputu - -%package mdsymbol -Provides: tex-mdsymbol = %{tl_version} -License: OFL -Summary: Symbol fonts to match Adobe Myriad Pro -Version: svn28399.0.5 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xkeyval.sty) -Requires: tex(amsmath.sty) -Requires: tex(textcomp.sty) -Requires: tex(etoolbox.sty) -Requires: tex(fltpoint.sty) -Requires: tex(calc.sty) -Provides: tex(mdsymbol-a.enc) = %{tl_version} -Provides: tex(mdsymbol-b.enc) = %{tl_version} -Provides: tex(mdsymbol-c.enc) = %{tl_version} -Provides: tex(mdsymbol-d.enc) = %{tl_version} -Provides: tex(mdsymbol-e.enc) = %{tl_version} -Provides: tex(mdsymbol-f.enc) = %{tl_version} -Provides: tex(mdsymbol.map) = %{tl_version} -Provides: tex(MdSymbol-Bold.otf) = %{tl_version} -Provides: tex(MdSymbol-Light.otf) = %{tl_version} -Provides: tex(MdSymbol-Regular.otf) = %{tl_version} -Provides: tex(MdSymbol-Semibold.otf) = %{tl_version} -Provides: tex(MdSymbolA-Bold.tfm) = %{tl_version} -Provides: tex(MdSymbolA-Light.tfm) = %{tl_version} -Provides: tex(MdSymbolA-Regular.tfm) = %{tl_version} -Provides: tex(MdSymbolA-Semibold.tfm) = %{tl_version} -Provides: tex(MdSymbolB-Bold.tfm) = %{tl_version} -Provides: tex(MdSymbolB-Light.tfm) = %{tl_version} -Provides: tex(MdSymbolB-Regular.tfm) = %{tl_version} -Provides: tex(MdSymbolB-Semibold.tfm) = %{tl_version} -Provides: tex(MdSymbolC-Bold.tfm) = %{tl_version} -Provides: tex(MdSymbolC-Light.tfm) = %{tl_version} -Provides: tex(MdSymbolC-Regular.tfm) = %{tl_version} -Provides: tex(MdSymbolC-Semibold.tfm) = %{tl_version} -Provides: tex(MdSymbolD-Bold.tfm) = %{tl_version} -Provides: tex(MdSymbolD-Light.tfm) = %{tl_version} -Provides: tex(MdSymbolD-Regular.tfm) = %{tl_version} -Provides: tex(MdSymbolD-Semibold.tfm) = %{tl_version} -Provides: tex(MdSymbolE-Bold.tfm) = %{tl_version} -Provides: tex(MdSymbolE-Light.tfm) = %{tl_version} -Provides: tex(MdSymbolE-Regular.tfm) = %{tl_version} -Provides: tex(MdSymbolE-Semibold.tfm) = %{tl_version} -Provides: tex(MdSymbolF-Bold.tfm) = %{tl_version} -Provides: tex(MdSymbolF-Light.tfm) = %{tl_version} -Provides: tex(MdSymbolF-Regular.tfm) = %{tl_version} -Provides: tex(MdSymbolF-Semibold.tfm) = %{tl_version} -Provides: tex(MdSymbolA-Bold.pfb) = %{tl_version} -Provides: tex(MdSymbolA-Light.pfb) = %{tl_version} -Provides: tex(MdSymbolA-Regular.pfb) = %{tl_version} -Provides: tex(MdSymbolA-Semibold.pfb) = %{tl_version} -Provides: tex(MdSymbolB-Bold.pfb) = %{tl_version} -Provides: tex(MdSymbolB-Light.pfb) = %{tl_version} -Provides: tex(MdSymbolB-Regular.pfb) = %{tl_version} -Provides: tex(MdSymbolB-Semibold.pfb) = %{tl_version} -Provides: tex(MdSymbolC-Bold.pfb) = %{tl_version} -Provides: tex(MdSymbolC-Light.pfb) = %{tl_version} -Provides: tex(MdSymbolC-Regular.pfb) = %{tl_version} -Provides: tex(MdSymbolC-Semibold.pfb) = %{tl_version} -Provides: tex(MdSymbolD-Bold.pfb) = %{tl_version} -Provides: tex(MdSymbolD-Light.pfb) = %{tl_version} -Provides: tex(MdSymbolD-Regular.pfb) = %{tl_version} -Provides: tex(MdSymbolD-Semibold.pfb) = %{tl_version} -Provides: tex(MdSymbolE-Bold.pfb) = %{tl_version} -Provides: tex(MdSymbolE-Light.pfb) = %{tl_version} -Provides: tex(MdSymbolE-Regular.pfb) = %{tl_version} -Provides: tex(MdSymbolE-Semibold.pfb) = %{tl_version} -Provides: tex(MdSymbolF-Bold.pfb) = %{tl_version} -Provides: tex(MdSymbolF-Light.pfb) = %{tl_version} -Provides: tex(MdSymbolF-Regular.pfb) = %{tl_version} -Provides: tex(MdSymbolF-Semibold.pfb) = %{tl_version} -Provides: tex(mdsymbol.sty) = %{tl_version} - -%description mdsymbol -The package provides a font of mathematical symbols, MyriadPro -The font is designed as a companion to Adobe Myriad Pro, but it -might also fit well with other contemporary typefaces. - -%package mdsymbol-doc -Summary: Documentation for mdsymbol -Version: svn28399.0.5 - -Provides: tex-mdsymbol-doc -AutoReqProv: No - -%description mdsymbol-doc -Documentation for mdsymbol - -%package merriweather -Provides: tex-merriweather = %{tl_version} -License: OFL -Summary: Merriweather and MerriweatherSans fonts, with LaTeX support -Version: svn56365 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Requires: tex(textcomp.sty) -Requires: tex(xkeyval.sty) -Requires: tex(fontspec.sty) -Requires: tex(fontenc.sty) -Requires: tex(fontaxes.sty) -Requires: tex(mweights.sty) -Provides: tex(LY1Merriwthr-LF.fd) = %{tl_version} -Provides: tex(LY1Merriwthr-OsF.fd) = %{tl_version} -Provides: tex(LY1Merriwthr-Sup.fd) = %{tl_version} -Provides: tex(LY1Merriwthr-TLF.fd) = %{tl_version} -Provides: tex(LY1Merriwthr-TOsF.fd) = %{tl_version} -Provides: tex(LY1MerriwthrSans-LF.fd) = %{tl_version} -Provides: tex(LY1MerriwthrSans-OsF.fd) = %{tl_version} -Provides: tex(LY1MerriwthrSans-Sup.fd) = %{tl_version} -Provides: tex(LY1MerriwthrSans-TLF.fd) = %{tl_version} -Provides: tex(LY1MerriwthrSans-TOsF.fd) = %{tl_version} -Provides: tex(OT1Merriwthr-LF.fd) = %{tl_version} -Provides: tex(OT1Merriwthr-OsF.fd) = %{tl_version} -Provides: tex(OT1Merriwthr-Sup.fd) = %{tl_version} -Provides: tex(OT1Merriwthr-TLF.fd) = %{tl_version} -Provides: tex(OT1Merriwthr-TOsF.fd) = %{tl_version} -Provides: tex(OT1MerriwthrSans-LF.fd) = %{tl_version} -Provides: tex(OT1MerriwthrSans-OsF.fd) = %{tl_version} -Provides: tex(OT1MerriwthrSans-Sup.fd) = %{tl_version} -Provides: tex(OT1MerriwthrSans-TLF.fd) = %{tl_version} -Provides: tex(OT1MerriwthrSans-TOsF.fd) = %{tl_version} -Provides: tex(T1Merriwthr-LF.fd) = %{tl_version} -Provides: tex(T1Merriwthr-OsF.fd) = %{tl_version} -Provides: tex(T1Merriwthr-Sup.fd) = %{tl_version} -Provides: tex(T1Merriwthr-TLF.fd) = %{tl_version} -Provides: tex(T1Merriwthr-TOsF.fd) = %{tl_version} -Provides: tex(T1MerriwthrSans-LF.fd) = %{tl_version} -Provides: tex(T1MerriwthrSans-OsF.fd) = %{tl_version} -Provides: tex(T1MerriwthrSans-Sup.fd) = %{tl_version} -Provides: tex(T1MerriwthrSans-TLF.fd) = %{tl_version} -Provides: tex(T1MerriwthrSans-TOsF.fd) = %{tl_version} -Provides: tex(TS1Merriwthr-LF.fd) = %{tl_version} -Provides: tex(TS1Merriwthr-OsF.fd) = %{tl_version} -Provides: tex(TS1Merriwthr-TLF.fd) = %{tl_version} -Provides: tex(TS1Merriwthr-TOsF.fd) = %{tl_version} -Provides: tex(TS1MerriwthrSans-LF.fd) = %{tl_version} -Provides: tex(TS1MerriwthrSans-OsF.fd) = %{tl_version} -Provides: tex(TS1MerriwthrSans-TLF.fd) = %{tl_version} -Provides: tex(TS1MerriwthrSans-TOsF.fd) = %{tl_version} -Provides: tex(merriweather.map) = %{tl_version} -Provides: tex(merriweather.sty) = %{tl_version} -Provides: tex(merriwthr_27vehb.enc) = %{tl_version} -Provides: tex(merriwthr_2hyv6t.enc) = %{tl_version} -Provides: tex(merriwthr_2j7grf.enc) = %{tl_version} -Provides: tex(merriwthr_2r7lb2.enc) = %{tl_version} -Provides: tex(merriwthr_4ylisx.enc) = %{tl_version} -Provides: tex(merriwthr_5lck5z.enc) = %{tl_version} -Provides: tex(merriwthr_5xld5w.enc) = %{tl_version} -Provides: tex(merriwthr_6qeh6o.enc) = %{tl_version} -Provides: tex(merriwthr_7bivwm.enc) = %{tl_version} -Provides: tex(merriwthr_7jdyhk.enc) = %{tl_version} -Provides: tex(merriwthr_7npxgm.enc) = %{tl_version} -Provides: tex(merriwthr_7t3tp2.enc) = %{tl_version} -Provides: tex(merriwthr_7tayun.enc) = %{tl_version} -Provides: tex(merriwthr_abao47.enc) = %{tl_version} -Provides: tex(merriwthr_adz5lu.enc) = %{tl_version} -Provides: tex(merriwthr_afua2j.enc) = %{tl_version} -Provides: tex(merriwthr_ags7qn.enc) = %{tl_version} -Provides: tex(merriwthr_ah5y5a.enc) = %{tl_version} -Provides: tex(merriwthr_b6rchs.enc) = %{tl_version} -Provides: tex(merriwthr_btdrxl.enc) = %{tl_version} -Provides: tex(merriwthr_c4h6ot.enc) = %{tl_version} -Provides: tex(merriwthr_cc6s4l.enc) = %{tl_version} -Provides: tex(merriwthr_ckyw6q.enc) = %{tl_version} -Provides: tex(merriwthr_cqy4t2.enc) = %{tl_version} -Provides: tex(merriwthr_cvdnuw.enc) = %{tl_version} -Provides: tex(merriwthr_cy3ufi.enc) = %{tl_version} -Provides: tex(merriwthr_diijaa.enc) = %{tl_version} -Provides: tex(merriwthr_dl4a4c.enc) = %{tl_version} -Provides: tex(merriwthr_dx3n55.enc) = %{tl_version} -Provides: tex(merriwthr_e2idhw.enc) = %{tl_version} -Provides: tex(merriwthr_e5zf5y.enc) = %{tl_version} -Provides: tex(merriwthr_f5n6m3.enc) = %{tl_version} -Provides: tex(merriwthr_fs3efe.enc) = %{tl_version} -Provides: tex(merriwthr_gbcczm.enc) = %{tl_version} -Provides: tex(merriwthr_gdbfjs.enc) = %{tl_version} -Provides: tex(merriwthr_gldhmf.enc) = %{tl_version} -Provides: tex(merriwthr_gmchnq.enc) = %{tl_version} -Provides: tex(merriwthr_h6z4fc.enc) = %{tl_version} -Provides: tex(merriwthr_h7gtfv.enc) = %{tl_version} -Provides: tex(merriwthr_hwcxwn.enc) = %{tl_version} -Provides: tex(merriwthr_hz3jhh.enc) = %{tl_version} -Provides: tex(merriwthr_ibepov.enc) = %{tl_version} -Provides: tex(merriwthr_igdvgb.enc) = %{tl_version} -Provides: tex(merriwthr_jjwbah.enc) = %{tl_version} -Provides: tex(merriwthr_k4bbiq.enc) = %{tl_version} -Provides: tex(merriwthr_lkhefy.enc) = %{tl_version} -Provides: tex(merriwthr_lm56sz.enc) = %{tl_version} -Provides: tex(merriwthr_mb4bqm.enc) = %{tl_version} -Provides: tex(merriwthr_me3dx7.enc) = %{tl_version} -Provides: tex(merriwthr_mgprdv.enc) = %{tl_version} -Provides: tex(merriwthr_mr3nck.enc) = %{tl_version} -Provides: tex(merriwthr_mx2b4h.enc) = %{tl_version} -Provides: tex(merriwthr_nszfm3.enc) = %{tl_version} -Provides: tex(merriwthr_o43b2q.enc) = %{tl_version} -Provides: tex(merriwthr_ob5vn4.enc) = %{tl_version} -Provides: tex(merriwthr_okb76x.enc) = %{tl_version} -Provides: tex(merriwthr_owzwzj.enc) = %{tl_version} -Provides: tex(merriwthr_p242jx.enc) = %{tl_version} -Provides: tex(merriwthr_posqbl.enc) = %{tl_version} -Provides: tex(merriwthr_qfmkcs.enc) = %{tl_version} -Provides: tex(merriwthr_qndjqi.enc) = %{tl_version} -Provides: tex(merriwthr_rzflsg.enc) = %{tl_version} -Provides: tex(merriwthr_s56ilq.enc) = %{tl_version} -Provides: tex(merriwthr_stxeas.enc) = %{tl_version} -Provides: tex(merriwthr_ttjzpe.enc) = %{tl_version} -Provides: tex(merriwthr_u2frii.enc) = %{tl_version} -Provides: tex(merriwthr_uduhhn.enc) = %{tl_version} -Provides: tex(merriwthr_urus45.enc) = %{tl_version} -Provides: tex(merriwthr_vvhkhe.enc) = %{tl_version} -Provides: tex(merriwthr_w4rwtq.enc) = %{tl_version} -Provides: tex(merriwthr_wlsyn3.enc) = %{tl_version} -Provides: tex(merriwthr_wppmfi.enc) = %{tl_version} -Provides: tex(merriwthr_x754fd.enc) = %{tl_version} -Provides: tex(merriwthr_xfdjpz.enc) = %{tl_version} -Provides: tex(merriwthr_xys2i2.enc) = %{tl_version} -Provides: tex(merriwthr_ynquvw.enc) = %{tl_version} - -%description merriweather -Merriweather features a very large x height, slightly condensed -letterforms, a mild diagonal stress, sturdy serifs and open -forms. The Sans family closely harmonizes with the weights and -styles of the serif family. There are four weights and italics -for each. - -%package merriweather-doc -Summary: Documentation for merriweather -Version: svn56365 -Provides: tex-merriweather-doc -AutoReqProv: No - -%description merriweather-doc -Documentation for merriweather - -%package mintspirit -Provides: tex-mintspirit = %{tl_version} -License: OFL -Summary: LaTeX support for MintSpirit font families -Version: svn32069.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Requires: tex(textcomp.sty) -Requires: tex(xkeyval.sty) -Requires: tex(fontspec.sty) -Requires: tex(fontenc.sty) -Requires: tex(fontaxes.sty) -Provides: tex(mntsprt2_24uybq.enc) = %{tl_version} -Provides: tex(mntsprt2_2dxuba.enc) = %{tl_version} -Provides: tex(mntsprt2_3vy5j3.enc) = %{tl_version} -Provides: tex(mntsprt2_5cazkt.enc) = %{tl_version} -Provides: tex(mntsprt2_63vcua.enc) = %{tl_version} -Provides: tex(mntsprt2_6x4rw3.enc) = %{tl_version} -Provides: tex(mntsprt2_7ayy44.enc) = %{tl_version} -Provides: tex(mntsprt2_7u5374.enc) = %{tl_version} -Provides: tex(mntsprt2_amdskp.enc) = %{tl_version} -Provides: tex(mntsprt2_biiinc.enc) = %{tl_version} -Provides: tex(mntsprt2_bkoczj.enc) = %{tl_version} -Provides: tex(mntsprt2_dnk3mn.enc) = %{tl_version} -Provides: tex(mntsprt2_eex3ia.enc) = %{tl_version} -Provides: tex(mntsprt2_eqihrw.enc) = %{tl_version} -Provides: tex(mntsprt2_eqrkmo.enc) = %{tl_version} -Provides: tex(mntsprt2_fizmng.enc) = %{tl_version} -Provides: tex(mntsprt2_fm3wlu.enc) = %{tl_version} -Provides: tex(mntsprt2_j4bodc.enc) = %{tl_version} -Provides: tex(mntsprt2_k4fv75.enc) = %{tl_version} -Provides: tex(mntsprt2_l3e5vj.enc) = %{tl_version} -Provides: tex(mntsprt2_lm7mhw.enc) = %{tl_version} -Provides: tex(mntsprt2_lwraz3.enc) = %{tl_version} -Provides: tex(mntsprt2_me5dp6.enc) = %{tl_version} -Provides: tex(mntsprt2_oe76kg.enc) = %{tl_version} -Provides: tex(mntsprt2_ref42g.enc) = %{tl_version} -Provides: tex(mntsprt2_s7rd6p.enc) = %{tl_version} -Provides: tex(mntsprt2_taixll.enc) = %{tl_version} -Provides: tex(mntsprt2_tmtdfz.enc) = %{tl_version} -Provides: tex(mntsprt2_ywkmiw.enc) = %{tl_version} -Provides: tex(mntsprt_2isll4.enc) = %{tl_version} -Provides: tex(mntsprt_3sm7wd.enc) = %{tl_version} -Provides: tex(mntsprt_3y5hmb.enc) = %{tl_version} -Provides: tex(mntsprt_5lbatd.enc) = %{tl_version} -Provides: tex(mntsprt_5yvi6n.enc) = %{tl_version} -Provides: tex(mntsprt_675dmr.enc) = %{tl_version} -Provides: tex(mntsprt_7enqs3.enc) = %{tl_version} -Provides: tex(mntsprt_bjjcsi.enc) = %{tl_version} -Provides: tex(mntsprt_f4utek.enc) = %{tl_version} -Provides: tex(mntsprt_gcdgcc.enc) = %{tl_version} -Provides: tex(mntsprt_gdx47l.enc) = %{tl_version} -Provides: tex(mntsprt_girsvq.enc) = %{tl_version} -Provides: tex(mntsprt_gr6qqq.enc) = %{tl_version} -Provides: tex(mntsprt_imdxi4.enc) = %{tl_version} -Provides: tex(mntsprt_lvhuc6.enc) = %{tl_version} -Provides: tex(mntsprt_lzc2o4.enc) = %{tl_version} -Provides: tex(mntsprt_oj7rfe.enc) = %{tl_version} -Provides: tex(mntsprt_opresw.enc) = %{tl_version} -Provides: tex(mntsprt_pulfbi.enc) = %{tl_version} -Provides: tex(mntsprt_swumq4.enc) = %{tl_version} -Provides: tex(mntsprt_v6lq4b.enc) = %{tl_version} -Provides: tex(mntsprt_wk34ig.enc) = %{tl_version} -Provides: tex(mntsprt_y4xqha.enc) = %{tl_version} -Provides: tex(mntsprt_zt2pqo.enc) = %{tl_version} -Provides: tex(mintspirit.map) = %{tl_version} -Provides: tex(MintSpirit-Bold.otf) = %{tl_version} -Provides: tex(MintSpirit-BoldItalic.otf) = %{tl_version} -Provides: tex(MintSpirit-Italic.otf) = %{tl_version} -Provides: tex(MintSpirit-Regular.otf) = %{tl_version} -Provides: tex(MintSpiritNo2-Bold.otf) = %{tl_version} -Provides: tex(MintSpiritNo2-BoldItalic.otf) = %{tl_version} -Provides: tex(MintSpiritNo2-Italic.otf) = %{tl_version} -Provides: tex(MintSpiritNo2-Regular.otf) = %{tl_version} -Provides: tex(MintSpirit-Bold-inf-ly1--base.tfm) = %{tl_version} -Provides: tex(MintSpirit-Bold-inf-ly1.tfm) = %{tl_version} -Provides: tex(MintSpirit-Bold-inf-ot1.tfm) = %{tl_version} -Provides: tex(MintSpirit-Bold-inf-t1--base.tfm) = %{tl_version} -Provides: tex(MintSpirit-Bold-inf-t1.tfm) = %{tl_version} -Provides: tex(MintSpirit-Bold-lf-ly1--base.tfm) = %{tl_version} -Provides: tex(MintSpirit-Bold-lf-ly1.tfm) = %{tl_version} -Provides: tex(MintSpirit-Bold-lf-ot1.tfm) = %{tl_version} -Provides: tex(MintSpirit-Bold-lf-t1--base.tfm) = %{tl_version} -Provides: tex(MintSpirit-Bold-lf-t1.tfm) = %{tl_version} -Provides: tex(MintSpirit-Bold-lf-ts1--base.tfm) = %{tl_version} -Provides: tex(MintSpirit-Bold-lf-ts1.tfm) = %{tl_version} -Provides: tex(MintSpirit-Bold-osf-ly1--base.tfm) = %{tl_version} -Provides: tex(MintSpirit-Bold-osf-ly1.tfm) = %{tl_version} -Provides: tex(MintSpirit-Bold-osf-ot1.tfm) = %{tl_version} -Provides: tex(MintSpirit-Bold-osf-t1--base.tfm) = %{tl_version} -Provides: tex(MintSpirit-Bold-osf-t1.tfm) = %{tl_version} -Provides: tex(MintSpirit-Bold-osf-ts1--base.tfm) = %{tl_version} -Provides: tex(MintSpirit-Bold-osf-ts1.tfm) = %{tl_version} -Provides: tex(MintSpirit-Bold-sup-ly1--base.tfm) = %{tl_version} -Provides: tex(MintSpirit-Bold-sup-ly1.tfm) = %{tl_version} -Provides: tex(MintSpirit-Bold-sup-ot1.tfm) = %{tl_version} -Provides: tex(MintSpirit-Bold-sup-t1--base.tfm) = %{tl_version} -Provides: tex(MintSpirit-Bold-sup-t1.tfm) = %{tl_version} -Provides: tex(MintSpirit-Bold-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(MintSpirit-Bold-tlf-ly1.tfm) = %{tl_version} -Provides: tex(MintSpirit-Bold-tlf-ot1.tfm) = %{tl_version} -Provides: tex(MintSpirit-Bold-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(MintSpirit-Bold-tlf-t1.tfm) = %{tl_version} -Provides: tex(MintSpirit-Bold-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(MintSpirit-Bold-tlf-ts1.tfm) = %{tl_version} -Provides: tex(MintSpirit-Bold-tosf-ly1--base.tfm) = %{tl_version} -Provides: tex(MintSpirit-Bold-tosf-ly1.tfm) = %{tl_version} -Provides: tex(MintSpirit-Bold-tosf-ot1.tfm) = %{tl_version} -Provides: tex(MintSpirit-Bold-tosf-t1--base.tfm) = %{tl_version} -Provides: tex(MintSpirit-Bold-tosf-t1.tfm) = %{tl_version} -Provides: tex(MintSpirit-Bold-tosf-ts1--base.tfm) = %{tl_version} -Provides: tex(MintSpirit-Bold-tosf-ts1.tfm) = %{tl_version} -Provides: tex(MintSpirit-BoldItalic-inf-ly1--base.tfm) = %{tl_version} -Provides: tex(MintSpirit-BoldItalic-inf-ly1.tfm) = %{tl_version} -Provides: tex(MintSpirit-BoldItalic-inf-ot1.tfm) = %{tl_version} -Provides: tex(MintSpirit-BoldItalic-inf-t1--base.tfm) = %{tl_version} -Provides: tex(MintSpirit-BoldItalic-inf-t1.tfm) = %{tl_version} -Provides: tex(MintSpirit-BoldItalic-lf-ly1--base.tfm) = %{tl_version} -Provides: tex(MintSpirit-BoldItalic-lf-ly1.tfm) = %{tl_version} -Provides: tex(MintSpirit-BoldItalic-lf-ot1.tfm) = %{tl_version} -Provides: tex(MintSpirit-BoldItalic-lf-t1--base.tfm) = %{tl_version} -Provides: tex(MintSpirit-BoldItalic-lf-t1.tfm) = %{tl_version} -Provides: tex(MintSpirit-BoldItalic-lf-ts1--base.tfm) = %{tl_version} -Provides: tex(MintSpirit-BoldItalic-lf-ts1.tfm) = %{tl_version} -Provides: tex(MintSpirit-BoldItalic-osf-ly1--base.tfm) = %{tl_version} -Provides: tex(MintSpirit-BoldItalic-osf-ly1.tfm) = %{tl_version} -Provides: tex(MintSpirit-BoldItalic-osf-ot1.tfm) = %{tl_version} -Provides: tex(MintSpirit-BoldItalic-osf-t1--base.tfm) = %{tl_version} -Provides: tex(MintSpirit-BoldItalic-osf-t1.tfm) = %{tl_version} -Provides: tex(MintSpirit-BoldItalic-osf-ts1--base.tfm) = %{tl_version} -Provides: tex(MintSpirit-BoldItalic-osf-ts1.tfm) = %{tl_version} -Provides: tex(MintSpirit-BoldItalic-sup-ly1--base.tfm) = %{tl_version} -Provides: tex(MintSpirit-BoldItalic-sup-ly1.tfm) = %{tl_version} -Provides: tex(MintSpirit-BoldItalic-sup-ot1.tfm) = %{tl_version} -Provides: tex(MintSpirit-BoldItalic-sup-t1--base.tfm) = %{tl_version} -Provides: tex(MintSpirit-BoldItalic-sup-t1.tfm) = %{tl_version} -Provides: tex(MintSpirit-BoldItalic-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(MintSpirit-BoldItalic-tlf-ly1.tfm) = %{tl_version} -Provides: tex(MintSpirit-BoldItalic-tlf-ot1.tfm) = %{tl_version} -Provides: tex(MintSpirit-BoldItalic-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(MintSpirit-BoldItalic-tlf-t1.tfm) = %{tl_version} -Provides: tex(MintSpirit-BoldItalic-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(MintSpirit-BoldItalic-tlf-ts1.tfm) = %{tl_version} -Provides: tex(MintSpirit-BoldItalic-tosf-ly1--base.tfm) = %{tl_version} -Provides: tex(MintSpirit-BoldItalic-tosf-ly1.tfm) = %{tl_version} -Provides: tex(MintSpirit-BoldItalic-tosf-ot1.tfm) = %{tl_version} -Provides: tex(MintSpirit-BoldItalic-tosf-t1--base.tfm) = %{tl_version} -Provides: tex(MintSpirit-BoldItalic-tosf-t1.tfm) = %{tl_version} -Provides: tex(MintSpirit-BoldItalic-tosf-ts1--base.tfm) = %{tl_version} -Provides: tex(MintSpirit-BoldItalic-tosf-ts1.tfm) = %{tl_version} -Provides: tex(MintSpirit-Italic-inf-ly1--base.tfm) = %{tl_version} -Provides: tex(MintSpirit-Italic-inf-ly1.tfm) = %{tl_version} -Provides: tex(MintSpirit-Italic-inf-ot1.tfm) = %{tl_version} -Provides: tex(MintSpirit-Italic-inf-t1--base.tfm) = %{tl_version} -Provides: tex(MintSpirit-Italic-inf-t1.tfm) = %{tl_version} -Provides: tex(MintSpirit-Italic-lf-ly1--base.tfm) = %{tl_version} -Provides: tex(MintSpirit-Italic-lf-ly1.tfm) = %{tl_version} -Provides: tex(MintSpirit-Italic-lf-ot1.tfm) = %{tl_version} -Provides: tex(MintSpirit-Italic-lf-t1--base.tfm) = %{tl_version} -Provides: tex(MintSpirit-Italic-lf-t1.tfm) = %{tl_version} -Provides: tex(MintSpirit-Italic-lf-ts1--base.tfm) = %{tl_version} -Provides: tex(MintSpirit-Italic-lf-ts1.tfm) = %{tl_version} -Provides: tex(MintSpirit-Italic-osf-ly1--base.tfm) = %{tl_version} -Provides: tex(MintSpirit-Italic-osf-ly1.tfm) = %{tl_version} -Provides: tex(MintSpirit-Italic-osf-ot1.tfm) = %{tl_version} -Provides: tex(MintSpirit-Italic-osf-t1--base.tfm) = %{tl_version} -Provides: tex(MintSpirit-Italic-osf-t1.tfm) = %{tl_version} -Provides: tex(MintSpirit-Italic-osf-ts1--base.tfm) = %{tl_version} -Provides: tex(MintSpirit-Italic-osf-ts1.tfm) = %{tl_version} -Provides: tex(MintSpirit-Italic-sup-ly1--base.tfm) = %{tl_version} -Provides: tex(MintSpirit-Italic-sup-ly1.tfm) = %{tl_version} -Provides: tex(MintSpirit-Italic-sup-ot1.tfm) = %{tl_version} -Provides: tex(MintSpirit-Italic-sup-t1--base.tfm) = %{tl_version} -Provides: tex(MintSpirit-Italic-sup-t1.tfm) = %{tl_version} -Provides: tex(MintSpirit-Italic-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(MintSpirit-Italic-tlf-ly1.tfm) = %{tl_version} -Provides: tex(MintSpirit-Italic-tlf-ot1.tfm) = %{tl_version} -Provides: tex(MintSpirit-Italic-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(MintSpirit-Italic-tlf-t1.tfm) = %{tl_version} -Provides: tex(MintSpirit-Italic-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(MintSpirit-Italic-tlf-ts1.tfm) = %{tl_version} -Provides: tex(MintSpirit-Italic-tosf-ly1--base.tfm) = %{tl_version} -Provides: tex(MintSpirit-Italic-tosf-ly1.tfm) = %{tl_version} -Provides: tex(MintSpirit-Italic-tosf-ot1.tfm) = %{tl_version} -Provides: tex(MintSpirit-Italic-tosf-t1--base.tfm) = %{tl_version} -Provides: tex(MintSpirit-Italic-tosf-t1.tfm) = %{tl_version} -Provides: tex(MintSpirit-Italic-tosf-ts1--base.tfm) = %{tl_version} -Provides: tex(MintSpirit-Italic-tosf-ts1.tfm) = %{tl_version} -Provides: tex(MintSpirit-Regular-inf-ly1--base.tfm) = %{tl_version} -Provides: tex(MintSpirit-Regular-inf-ly1.tfm) = %{tl_version} -Provides: tex(MintSpirit-Regular-inf-ot1.tfm) = %{tl_version} -Provides: tex(MintSpirit-Regular-inf-t1--base.tfm) = %{tl_version} -Provides: tex(MintSpirit-Regular-inf-t1.tfm) = %{tl_version} -Provides: tex(MintSpirit-Regular-lf-ly1--base.tfm) = %{tl_version} -Provides: tex(MintSpirit-Regular-lf-ly1.tfm) = %{tl_version} -Provides: tex(MintSpirit-Regular-lf-ot1.tfm) = %{tl_version} -Provides: tex(MintSpirit-Regular-lf-t1--base.tfm) = %{tl_version} -Provides: tex(MintSpirit-Regular-lf-t1.tfm) = %{tl_version} -Provides: tex(MintSpirit-Regular-lf-ts1--base.tfm) = %{tl_version} -Provides: tex(MintSpirit-Regular-lf-ts1.tfm) = %{tl_version} -Provides: tex(MintSpirit-Regular-osf-ly1--base.tfm) = %{tl_version} -Provides: tex(MintSpirit-Regular-osf-ly1.tfm) = %{tl_version} -Provides: tex(MintSpirit-Regular-osf-ot1.tfm) = %{tl_version} -Provides: tex(MintSpirit-Regular-osf-t1--base.tfm) = %{tl_version} -Provides: tex(MintSpirit-Regular-osf-t1.tfm) = %{tl_version} -Provides: tex(MintSpirit-Regular-osf-ts1--base.tfm) = %{tl_version} -Provides: tex(MintSpirit-Regular-osf-ts1.tfm) = %{tl_version} -Provides: tex(MintSpirit-Regular-sup-ly1--base.tfm) = %{tl_version} -Provides: tex(MintSpirit-Regular-sup-ly1.tfm) = %{tl_version} -Provides: tex(MintSpirit-Regular-sup-ot1.tfm) = %{tl_version} -Provides: tex(MintSpirit-Regular-sup-t1--base.tfm) = %{tl_version} -Provides: tex(MintSpirit-Regular-sup-t1.tfm) = %{tl_version} -Provides: tex(MintSpirit-Regular-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(MintSpirit-Regular-tlf-ly1.tfm) = %{tl_version} -Provides: tex(MintSpirit-Regular-tlf-ot1.tfm) = %{tl_version} -Provides: tex(MintSpirit-Regular-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(MintSpirit-Regular-tlf-t1.tfm) = %{tl_version} -Provides: tex(MintSpirit-Regular-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(MintSpirit-Regular-tlf-ts1.tfm) = %{tl_version} -Provides: tex(MintSpirit-Regular-tosf-ly1--base.tfm) = %{tl_version} -Provides: tex(MintSpirit-Regular-tosf-ly1.tfm) = %{tl_version} -Provides: tex(MintSpirit-Regular-tosf-ot1.tfm) = %{tl_version} -Provides: tex(MintSpirit-Regular-tosf-t1--base.tfm) = %{tl_version} -Provides: tex(MintSpirit-Regular-tosf-t1.tfm) = %{tl_version} -Provides: tex(MintSpirit-Regular-tosf-ts1--base.tfm) = %{tl_version} -Provides: tex(MintSpirit-Regular-tosf-ts1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Bold-inf-ly1--base.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Bold-inf-ly1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Bold-inf-ot1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Bold-inf-t1--base.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Bold-inf-t1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Bold-lf-ly1--base.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Bold-lf-ly1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Bold-lf-ot1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Bold-lf-t1--base.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Bold-lf-t1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Bold-lf-ts1--base.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Bold-lf-ts1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Bold-osf-ly1--base.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Bold-osf-ly1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Bold-osf-ot1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Bold-osf-t1--base.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Bold-osf-t1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Bold-osf-ts1--base.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Bold-osf-ts1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Bold-sup-ly1--base.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Bold-sup-ly1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Bold-sup-ot1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Bold-sup-t1--base.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Bold-sup-t1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Bold-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Bold-tlf-ly1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Bold-tlf-ot1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Bold-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Bold-tlf-t1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Bold-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Bold-tlf-ts1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Bold-tosf-ly1--base.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Bold-tosf-ly1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Bold-tosf-ot1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Bold-tosf-t1--base.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Bold-tosf-t1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Bold-tosf-ts1--base.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Bold-tosf-ts1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-BoldItalic-inf-ly1--base.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-BoldItalic-inf-ly1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-BoldItalic-inf-ot1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-BoldItalic-inf-t1--base.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-BoldItalic-inf-t1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-BoldItalic-lf-ly1--base.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-BoldItalic-lf-ly1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-BoldItalic-lf-ot1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-BoldItalic-lf-t1--base.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-BoldItalic-lf-t1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-BoldItalic-lf-ts1--base.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-BoldItalic-lf-ts1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-BoldItalic-osf-ly1--base.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-BoldItalic-osf-ly1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-BoldItalic-osf-ot1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-BoldItalic-osf-t1--base.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-BoldItalic-osf-t1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-BoldItalic-osf-ts1--base.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-BoldItalic-osf-ts1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-BoldItalic-sup-ly1--base.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-BoldItalic-sup-ly1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-BoldItalic-sup-ot1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-BoldItalic-sup-t1--base.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-BoldItalic-sup-t1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-BoldItalic-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-BoldItalic-tlf-ly1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-BoldItalic-tlf-ot1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-BoldItalic-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-BoldItalic-tlf-t1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-BoldItalic-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-BoldItalic-tlf-ts1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-BoldItalic-tosf-ly1--base.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-BoldItalic-tosf-ly1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-BoldItalic-tosf-ot1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-BoldItalic-tosf-t1--base.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-BoldItalic-tosf-t1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-BoldItalic-tosf-ts1--base.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-BoldItalic-tosf-ts1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Italic-inf-ly1--base.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Italic-inf-ly1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Italic-inf-ot1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Italic-inf-t1--base.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Italic-inf-t1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Italic-lf-ly1--base.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Italic-lf-ly1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Italic-lf-ot1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Italic-lf-t1--base.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Italic-lf-t1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Italic-lf-ts1--base.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Italic-lf-ts1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Italic-osf-ly1--base.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Italic-osf-ly1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Italic-osf-ot1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Italic-osf-t1--base.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Italic-osf-t1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Italic-osf-ts1--base.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Italic-osf-ts1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Italic-sup-ly1--base.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Italic-sup-ly1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Italic-sup-ot1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Italic-sup-t1--base.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Italic-sup-t1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Italic-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Italic-tlf-ly1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Italic-tlf-ot1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Italic-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Italic-tlf-t1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Italic-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Italic-tlf-ts1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Italic-tosf-ly1--base.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Italic-tosf-ly1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Italic-tosf-ot1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Italic-tosf-t1--base.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Italic-tosf-t1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Italic-tosf-ts1--base.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Italic-tosf-ts1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Regular-inf-ly1--base.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Regular-inf-ly1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Regular-inf-ot1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Regular-inf-t1--base.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Regular-inf-t1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Regular-lf-ly1--base.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Regular-lf-ly1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Regular-lf-ot1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Regular-lf-t1--base.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Regular-lf-t1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Regular-lf-ts1--base.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Regular-lf-ts1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Regular-osf-ly1--base.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Regular-osf-ly1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Regular-osf-ot1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Regular-osf-t1--base.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Regular-osf-t1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Regular-osf-ts1--base.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Regular-osf-ts1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Regular-sup-ly1--base.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Regular-sup-ly1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Regular-sup-ot1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Regular-sup-t1--base.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Regular-sup-t1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Regular-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Regular-tlf-ly1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Regular-tlf-ot1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Regular-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Regular-tlf-t1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Regular-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Regular-tlf-ts1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Regular-tosf-ly1--base.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Regular-tosf-ly1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Regular-tosf-ot1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Regular-tosf-t1--base.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Regular-tosf-t1.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Regular-tosf-ts1--base.tfm) = %{tl_version} -Provides: tex(MintSpiritNo2-Regular-tosf-ts1.tfm) = %{tl_version} -Provides: tex(MintSpirit-Bold.pfb) = %{tl_version} -Provides: tex(MintSpirit-BoldItalic.pfb) = %{tl_version} -Provides: tex(MintSpirit-Italic.pfb) = %{tl_version} -Provides: tex(MintSpirit-Regular.pfb) = %{tl_version} -Provides: tex(MintSpiritNo2-Bold.pfb) = %{tl_version} -Provides: tex(MintSpiritNo2-BoldItalic.pfb) = %{tl_version} -Provides: tex(MintSpiritNo2-Italic.pfb) = %{tl_version} -Provides: tex(MintSpiritNo2-Regular.pfb) = %{tl_version} -Provides: tex(MintSpirit-Bold-inf-ly1.vf) = %{tl_version} -Provides: tex(MintSpirit-Bold-inf-t1.vf) = %{tl_version} -Provides: tex(MintSpirit-Bold-lf-ly1.vf) = %{tl_version} -Provides: tex(MintSpirit-Bold-lf-t1.vf) = %{tl_version} -Provides: tex(MintSpirit-Bold-lf-ts1.vf) = %{tl_version} -Provides: tex(MintSpirit-Bold-osf-ly1.vf) = %{tl_version} -Provides: tex(MintSpirit-Bold-osf-t1.vf) = %{tl_version} -Provides: tex(MintSpirit-Bold-osf-ts1.vf) = %{tl_version} -Provides: tex(MintSpirit-Bold-sup-ly1.vf) = %{tl_version} -Provides: tex(MintSpirit-Bold-sup-t1.vf) = %{tl_version} -Provides: tex(MintSpirit-Bold-tlf-ly1.vf) = %{tl_version} -Provides: tex(MintSpirit-Bold-tlf-t1.vf) = %{tl_version} -Provides: tex(MintSpirit-Bold-tlf-ts1.vf) = %{tl_version} -Provides: tex(MintSpirit-Bold-tosf-ly1.vf) = %{tl_version} -Provides: tex(MintSpirit-Bold-tosf-t1.vf) = %{tl_version} -Provides: tex(MintSpirit-Bold-tosf-ts1.vf) = %{tl_version} -Provides: tex(MintSpirit-BoldItalic-inf-ly1.vf) = %{tl_version} -Provides: tex(MintSpirit-BoldItalic-inf-t1.vf) = %{tl_version} -Provides: tex(MintSpirit-BoldItalic-lf-ly1.vf) = %{tl_version} -Provides: tex(MintSpirit-BoldItalic-lf-t1.vf) = %{tl_version} -Provides: tex(MintSpirit-BoldItalic-lf-ts1.vf) = %{tl_version} -Provides: tex(MintSpirit-BoldItalic-osf-ly1.vf) = %{tl_version} -Provides: tex(MintSpirit-BoldItalic-osf-t1.vf) = %{tl_version} -Provides: tex(MintSpirit-BoldItalic-osf-ts1.vf) = %{tl_version} -Provides: tex(MintSpirit-BoldItalic-sup-ly1.vf) = %{tl_version} -Provides: tex(MintSpirit-BoldItalic-sup-t1.vf) = %{tl_version} -Provides: tex(MintSpirit-BoldItalic-tlf-ly1.vf) = %{tl_version} -Provides: tex(MintSpirit-BoldItalic-tlf-t1.vf) = %{tl_version} -Provides: tex(MintSpirit-BoldItalic-tlf-ts1.vf) = %{tl_version} -Provides: tex(MintSpirit-BoldItalic-tosf-ly1.vf) = %{tl_version} -Provides: tex(MintSpirit-BoldItalic-tosf-t1.vf) = %{tl_version} -Provides: tex(MintSpirit-BoldItalic-tosf-ts1.vf) = %{tl_version} -Provides: tex(MintSpirit-Italic-inf-ly1.vf) = %{tl_version} -Provides: tex(MintSpirit-Italic-inf-t1.vf) = %{tl_version} -Provides: tex(MintSpirit-Italic-lf-ly1.vf) = %{tl_version} -Provides: tex(MintSpirit-Italic-lf-t1.vf) = %{tl_version} -Provides: tex(MintSpirit-Italic-lf-ts1.vf) = %{tl_version} -Provides: tex(MintSpirit-Italic-osf-ly1.vf) = %{tl_version} -Provides: tex(MintSpirit-Italic-osf-t1.vf) = %{tl_version} -Provides: tex(MintSpirit-Italic-osf-ts1.vf) = %{tl_version} -Provides: tex(MintSpirit-Italic-sup-ly1.vf) = %{tl_version} -Provides: tex(MintSpirit-Italic-sup-t1.vf) = %{tl_version} -Provides: tex(MintSpirit-Italic-tlf-ly1.vf) = %{tl_version} -Provides: tex(MintSpirit-Italic-tlf-t1.vf) = %{tl_version} -Provides: tex(MintSpirit-Italic-tlf-ts1.vf) = %{tl_version} -Provides: tex(MintSpirit-Italic-tosf-ly1.vf) = %{tl_version} -Provides: tex(MintSpirit-Italic-tosf-t1.vf) = %{tl_version} -Provides: tex(MintSpirit-Italic-tosf-ts1.vf) = %{tl_version} -Provides: tex(MintSpirit-Regular-inf-ly1.vf) = %{tl_version} -Provides: tex(MintSpirit-Regular-inf-t1.vf) = %{tl_version} -Provides: tex(MintSpirit-Regular-lf-ly1.vf) = %{tl_version} -Provides: tex(MintSpirit-Regular-lf-t1.vf) = %{tl_version} -Provides: tex(MintSpirit-Regular-lf-ts1.vf) = %{tl_version} -Provides: tex(MintSpirit-Regular-osf-ly1.vf) = %{tl_version} -Provides: tex(MintSpirit-Regular-osf-t1.vf) = %{tl_version} -Provides: tex(MintSpirit-Regular-osf-ts1.vf) = %{tl_version} -Provides: tex(MintSpirit-Regular-sup-ly1.vf) = %{tl_version} -Provides: tex(MintSpirit-Regular-sup-t1.vf) = %{tl_version} -Provides: tex(MintSpirit-Regular-tlf-ly1.vf) = %{tl_version} -Provides: tex(MintSpirit-Regular-tlf-t1.vf) = %{tl_version} -Provides: tex(MintSpirit-Regular-tlf-ts1.vf) = %{tl_version} -Provides: tex(MintSpirit-Regular-tosf-ly1.vf) = %{tl_version} -Provides: tex(MintSpirit-Regular-tosf-t1.vf) = %{tl_version} -Provides: tex(MintSpirit-Regular-tosf-ts1.vf) = %{tl_version} -Provides: tex(MintSpiritNo2-Bold-inf-ly1.vf) = %{tl_version} -Provides: tex(MintSpiritNo2-Bold-inf-t1.vf) = %{tl_version} -Provides: tex(MintSpiritNo2-Bold-lf-ly1.vf) = %{tl_version} -Provides: tex(MintSpiritNo2-Bold-lf-t1.vf) = %{tl_version} -Provides: tex(MintSpiritNo2-Bold-lf-ts1.vf) = %{tl_version} -Provides: tex(MintSpiritNo2-Bold-osf-ly1.vf) = %{tl_version} -Provides: tex(MintSpiritNo2-Bold-osf-t1.vf) = %{tl_version} -Provides: tex(MintSpiritNo2-Bold-osf-ts1.vf) = %{tl_version} -Provides: tex(MintSpiritNo2-Bold-sup-ly1.vf) = %{tl_version} -Provides: tex(MintSpiritNo2-Bold-sup-t1.vf) = %{tl_version} -Provides: tex(MintSpiritNo2-Bold-tlf-ly1.vf) = %{tl_version} -Provides: tex(MintSpiritNo2-Bold-tlf-t1.vf) = %{tl_version} -Provides: tex(MintSpiritNo2-Bold-tlf-ts1.vf) = %{tl_version} -Provides: tex(MintSpiritNo2-Bold-tosf-ly1.vf) = %{tl_version} -Provides: tex(MintSpiritNo2-Bold-tosf-t1.vf) = %{tl_version} -Provides: tex(MintSpiritNo2-Bold-tosf-ts1.vf) = %{tl_version} -Provides: tex(MintSpiritNo2-BoldItalic-inf-ly1.vf) = %{tl_version} -Provides: tex(MintSpiritNo2-BoldItalic-inf-t1.vf) = %{tl_version} -Provides: tex(MintSpiritNo2-BoldItalic-lf-ly1.vf) = %{tl_version} -Provides: tex(MintSpiritNo2-BoldItalic-lf-t1.vf) = %{tl_version} -Provides: tex(MintSpiritNo2-BoldItalic-lf-ts1.vf) = %{tl_version} -Provides: tex(MintSpiritNo2-BoldItalic-osf-ly1.vf) = %{tl_version} -Provides: tex(MintSpiritNo2-BoldItalic-osf-t1.vf) = %{tl_version} -Provides: tex(MintSpiritNo2-BoldItalic-osf-ts1.vf) = %{tl_version} -Provides: tex(MintSpiritNo2-BoldItalic-sup-ly1.vf) = %{tl_version} -Provides: tex(MintSpiritNo2-BoldItalic-sup-t1.vf) = %{tl_version} -Provides: tex(MintSpiritNo2-BoldItalic-tlf-ly1.vf) = %{tl_version} -Provides: tex(MintSpiritNo2-BoldItalic-tlf-t1.vf) = %{tl_version} -Provides: tex(MintSpiritNo2-BoldItalic-tlf-ts1.vf) = %{tl_version} -Provides: tex(MintSpiritNo2-BoldItalic-tosf-ly1.vf) = %{tl_version} -Provides: tex(MintSpiritNo2-BoldItalic-tosf-t1.vf) = %{tl_version} -Provides: tex(MintSpiritNo2-BoldItalic-tosf-ts1.vf) = %{tl_version} -Provides: tex(MintSpiritNo2-Italic-inf-ly1.vf) = %{tl_version} -Provides: tex(MintSpiritNo2-Italic-inf-t1.vf) = %{tl_version} -Provides: tex(MintSpiritNo2-Italic-lf-ly1.vf) = %{tl_version} -Provides: tex(MintSpiritNo2-Italic-lf-t1.vf) = %{tl_version} -Provides: tex(MintSpiritNo2-Italic-lf-ts1.vf) = %{tl_version} -Provides: tex(MintSpiritNo2-Italic-osf-ly1.vf) = %{tl_version} -Provides: tex(MintSpiritNo2-Italic-osf-t1.vf) = %{tl_version} -Provides: tex(MintSpiritNo2-Italic-osf-ts1.vf) = %{tl_version} -Provides: tex(MintSpiritNo2-Italic-sup-ly1.vf) = %{tl_version} -Provides: tex(MintSpiritNo2-Italic-sup-t1.vf) = %{tl_version} -Provides: tex(MintSpiritNo2-Italic-tlf-ly1.vf) = %{tl_version} -Provides: tex(MintSpiritNo2-Italic-tlf-t1.vf) = %{tl_version} -Provides: tex(MintSpiritNo2-Italic-tlf-ts1.vf) = %{tl_version} -Provides: tex(MintSpiritNo2-Italic-tosf-ly1.vf) = %{tl_version} -Provides: tex(MintSpiritNo2-Italic-tosf-t1.vf) = %{tl_version} -Provides: tex(MintSpiritNo2-Italic-tosf-ts1.vf) = %{tl_version} -Provides: tex(MintSpiritNo2-Regular-inf-ly1.vf) = %{tl_version} -Provides: tex(MintSpiritNo2-Regular-inf-t1.vf) = %{tl_version} -Provides: tex(MintSpiritNo2-Regular-lf-ly1.vf) = %{tl_version} -Provides: tex(MintSpiritNo2-Regular-lf-t1.vf) = %{tl_version} -Provides: tex(MintSpiritNo2-Regular-lf-ts1.vf) = %{tl_version} -Provides: tex(MintSpiritNo2-Regular-osf-ly1.vf) = %{tl_version} -Provides: tex(MintSpiritNo2-Regular-osf-t1.vf) = %{tl_version} -Provides: tex(MintSpiritNo2-Regular-osf-ts1.vf) = %{tl_version} -Provides: tex(MintSpiritNo2-Regular-sup-ly1.vf) = %{tl_version} -Provides: tex(MintSpiritNo2-Regular-sup-t1.vf) = %{tl_version} -Provides: tex(MintSpiritNo2-Regular-tlf-ly1.vf) = %{tl_version} -Provides: tex(MintSpiritNo2-Regular-tlf-t1.vf) = %{tl_version} -Provides: tex(MintSpiritNo2-Regular-tlf-ts1.vf) = %{tl_version} -Provides: tex(MintSpiritNo2-Regular-tosf-ly1.vf) = %{tl_version} -Provides: tex(MintSpiritNo2-Regular-tosf-t1.vf) = %{tl_version} -Provides: tex(MintSpiritNo2-Regular-tosf-ts1.vf) = %{tl_version} -Provides: tex(LY1MintSpirit-Inf.fd) = %{tl_version} -Provides: tex(LY1MintSpirit-LF.fd) = %{tl_version} -Provides: tex(LY1MintSpirit-OsF.fd) = %{tl_version} -Provides: tex(LY1MintSpirit-Sup.fd) = %{tl_version} -Provides: tex(LY1MintSpirit-TLF.fd) = %{tl_version} -Provides: tex(LY1MintSpirit-TOsF.fd) = %{tl_version} -Provides: tex(LY1MintSpiritNoTwo-Inf.fd) = %{tl_version} -Provides: tex(LY1MintSpiritNoTwo-LF.fd) = %{tl_version} -Provides: tex(LY1MintSpiritNoTwo-OsF.fd) = %{tl_version} -Provides: tex(LY1MintSpiritNoTwo-Sup.fd) = %{tl_version} -Provides: tex(LY1MintSpiritNoTwo-TLF.fd) = %{tl_version} -Provides: tex(LY1MintSpiritNoTwo-TOsF.fd) = %{tl_version} -Provides: tex(OT1MintSpirit-Inf.fd) = %{tl_version} -Provides: tex(OT1MintSpirit-LF.fd) = %{tl_version} -Provides: tex(OT1MintSpirit-OsF.fd) = %{tl_version} -Provides: tex(OT1MintSpirit-Sup.fd) = %{tl_version} -Provides: tex(OT1MintSpirit-TLF.fd) = %{tl_version} -Provides: tex(OT1MintSpirit-TOsF.fd) = %{tl_version} -Provides: tex(OT1MintSpiritNoTwo-Inf.fd) = %{tl_version} -Provides: tex(OT1MintSpiritNoTwo-LF.fd) = %{tl_version} -Provides: tex(OT1MintSpiritNoTwo-OsF.fd) = %{tl_version} -Provides: tex(OT1MintSpiritNoTwo-Sup.fd) = %{tl_version} -Provides: tex(OT1MintSpiritNoTwo-TLF.fd) = %{tl_version} -Provides: tex(OT1MintSpiritNoTwo-TOsF.fd) = %{tl_version} -Provides: tex(T1MintSpirit-Inf.fd) = %{tl_version} -Provides: tex(T1MintSpirit-LF.fd) = %{tl_version} -Provides: tex(T1MintSpirit-OsF.fd) = %{tl_version} -Provides: tex(T1MintSpirit-Sup.fd) = %{tl_version} -Provides: tex(T1MintSpirit-TLF.fd) = %{tl_version} -Provides: tex(T1MintSpirit-TOsF.fd) = %{tl_version} -Provides: tex(T1MintSpiritNoTwo-Inf.fd) = %{tl_version} -Provides: tex(T1MintSpiritNoTwo-LF.fd) = %{tl_version} -Provides: tex(T1MintSpiritNoTwo-OsF.fd) = %{tl_version} -Provides: tex(T1MintSpiritNoTwo-Sup.fd) = %{tl_version} -Provides: tex(T1MintSpiritNoTwo-TLF.fd) = %{tl_version} -Provides: tex(T1MintSpiritNoTwo-TOsF.fd) = %{tl_version} -Provides: tex(TS1MintSpirit-LF.fd) = %{tl_version} -Provides: tex(TS1MintSpirit-OsF.fd) = %{tl_version} -Provides: tex(TS1MintSpirit-TLF.fd) = %{tl_version} -Provides: tex(TS1MintSpirit-TOsF.fd) = %{tl_version} -Provides: tex(TS1MintSpiritNoTwo-LF.fd) = %{tl_version} -Provides: tex(TS1MintSpiritNoTwo-OsF.fd) = %{tl_version} -Provides: tex(TS1MintSpiritNoTwo-TLF.fd) = %{tl_version} -Provides: tex(TS1MintSpiritNoTwo-TOsF.fd) = %{tl_version} -Provides: tex(mintspirit.sty) = %{tl_version} -Provides: tex(mintspirit2.sty) = %{tl_version} - -%description mintspirit -The package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX -support for the MintSpirit and MintSpiritNo2 families of fonts, -designed by Hirwen Harendal. MintSpirit was originally designed -for use as a system font on a Linux Mint system. The No. 2 -variant provides more conventional shapes for some glyphs. - -%package mintspirit-doc -Summary: Documentation for mintspirit -Version: svn32069.0 - -Provides: tex-mintspirit-doc -AutoReqProv: No - -%description mintspirit-doc -Documentation for mintspirit - -%package mnsymbol -Provides: tex-mnsymbol = %{tl_version} -License: Public Domain -Summary: Mathematical symbol font for Adobe MinionPro -Version: svn18651.1.4 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(textcomp.sty) -Requires: tex(eufrak.sty) -Requires: tex(amsmath.sty) -Provides: tex(MnSymbolA.enc) = %{tl_version} -Provides: tex(MnSymbolB.enc) = %{tl_version} -Provides: tex(MnSymbolC.enc) = %{tl_version} -Provides: tex(MnSymbolD.enc) = %{tl_version} -Provides: tex(MnSymbolE.enc) = %{tl_version} -Provides: tex(MnSymbolF.enc) = %{tl_version} -Provides: tex(MnSymbolS.enc) = %{tl_version} -Provides: tex(MnSymbol.map) = %{tl_version} -Provides: tex(MnSymbol-Bold10.otf) = %{tl_version} -Provides: tex(MnSymbol-Bold12.otf) = %{tl_version} -Provides: tex(MnSymbol-Bold5.otf) = %{tl_version} -Provides: tex(MnSymbol-Bold6.otf) = %{tl_version} -Provides: tex(MnSymbol-Bold7.otf) = %{tl_version} -Provides: tex(MnSymbol-Bold8.otf) = %{tl_version} -Provides: tex(MnSymbol-Bold9.otf) = %{tl_version} -Provides: tex(MnSymbol10.otf) = %{tl_version} -Provides: tex(MnSymbol12.otf) = %{tl_version} -Provides: tex(MnSymbol5.otf) = %{tl_version} -Provides: tex(MnSymbol6.otf) = %{tl_version} -Provides: tex(MnSymbol7.otf) = %{tl_version} -Provides: tex(MnSymbol8.otf) = %{tl_version} -Provides: tex(MnSymbol9.otf) = %{tl_version} -Provides: tex(MnSymbolA-Bold10.tfm) = %{tl_version} -Provides: tex(MnSymbolA-Bold12.tfm) = %{tl_version} -Provides: tex(MnSymbolA-Bold5.tfm) = %{tl_version} -Provides: tex(MnSymbolA-Bold6.tfm) = %{tl_version} -Provides: tex(MnSymbolA-Bold7.tfm) = %{tl_version} -Provides: tex(MnSymbolA-Bold8.tfm) = %{tl_version} -Provides: tex(MnSymbolA-Bold9.tfm) = %{tl_version} -Provides: tex(MnSymbolA10.tfm) = %{tl_version} -Provides: tex(MnSymbolA12.tfm) = %{tl_version} -Provides: tex(MnSymbolA5.tfm) = %{tl_version} -Provides: tex(MnSymbolA6.tfm) = %{tl_version} -Provides: tex(MnSymbolA7.tfm) = %{tl_version} -Provides: tex(MnSymbolA8.tfm) = %{tl_version} -Provides: tex(MnSymbolA9.tfm) = %{tl_version} -Provides: tex(MnSymbolB-Bold10.tfm) = %{tl_version} -Provides: tex(MnSymbolB-Bold12.tfm) = %{tl_version} -Provides: tex(MnSymbolB-Bold5.tfm) = %{tl_version} -Provides: tex(MnSymbolB-Bold6.tfm) = %{tl_version} -Provides: tex(MnSymbolB-Bold7.tfm) = %{tl_version} -Provides: tex(MnSymbolB-Bold8.tfm) = %{tl_version} -Provides: tex(MnSymbolB-Bold9.tfm) = %{tl_version} -Provides: tex(MnSymbolB10.tfm) = %{tl_version} -Provides: tex(MnSymbolB12.tfm) = %{tl_version} -Provides: tex(MnSymbolB5.tfm) = %{tl_version} -Provides: tex(MnSymbolB6.tfm) = %{tl_version} -Provides: tex(MnSymbolB7.tfm) = %{tl_version} -Provides: tex(MnSymbolB8.tfm) = %{tl_version} -Provides: tex(MnSymbolB9.tfm) = %{tl_version} -Provides: tex(MnSymbolC-Bold10.tfm) = %{tl_version} -Provides: tex(MnSymbolC-Bold12.tfm) = %{tl_version} -Provides: tex(MnSymbolC-Bold5.tfm) = %{tl_version} -Provides: tex(MnSymbolC-Bold6.tfm) = %{tl_version} -Provides: tex(MnSymbolC-Bold7.tfm) = %{tl_version} -Provides: tex(MnSymbolC-Bold8.tfm) = %{tl_version} -Provides: tex(MnSymbolC-Bold9.tfm) = %{tl_version} -Provides: tex(MnSymbolC10.tfm) = %{tl_version} -Provides: tex(MnSymbolC12.tfm) = %{tl_version} -Provides: tex(MnSymbolC5.tfm) = %{tl_version} -Provides: tex(MnSymbolC6.tfm) = %{tl_version} -Provides: tex(MnSymbolC7.tfm) = %{tl_version} -Provides: tex(MnSymbolC8.tfm) = %{tl_version} -Provides: tex(MnSymbolC9.tfm) = %{tl_version} -Provides: tex(MnSymbolD-Bold10.tfm) = %{tl_version} -Provides: tex(MnSymbolD-Bold12.tfm) = %{tl_version} -Provides: tex(MnSymbolD-Bold5.tfm) = %{tl_version} -Provides: tex(MnSymbolD-Bold6.tfm) = %{tl_version} -Provides: tex(MnSymbolD-Bold7.tfm) = %{tl_version} -Provides: tex(MnSymbolD-Bold8.tfm) = %{tl_version} -Provides: tex(MnSymbolD-Bold9.tfm) = %{tl_version} -Provides: tex(MnSymbolD10.tfm) = %{tl_version} -Provides: tex(MnSymbolD12.tfm) = %{tl_version} -Provides: tex(MnSymbolD5.tfm) = %{tl_version} -Provides: tex(MnSymbolD6.tfm) = %{tl_version} -Provides: tex(MnSymbolD7.tfm) = %{tl_version} -Provides: tex(MnSymbolD8.tfm) = %{tl_version} -Provides: tex(MnSymbolD9.tfm) = %{tl_version} -Provides: tex(MnSymbolE-Bold10.tfm) = %{tl_version} -Provides: tex(MnSymbolE-Bold12.tfm) = %{tl_version} -Provides: tex(MnSymbolE-Bold5.tfm) = %{tl_version} -Provides: tex(MnSymbolE-Bold6.tfm) = %{tl_version} -Provides: tex(MnSymbolE-Bold7.tfm) = %{tl_version} -Provides: tex(MnSymbolE-Bold8.tfm) = %{tl_version} -Provides: tex(MnSymbolE-Bold9.tfm) = %{tl_version} -Provides: tex(MnSymbolE10.tfm) = %{tl_version} -Provides: tex(MnSymbolE12.tfm) = %{tl_version} -Provides: tex(MnSymbolE5.tfm) = %{tl_version} -Provides: tex(MnSymbolE6.tfm) = %{tl_version} -Provides: tex(MnSymbolE7.tfm) = %{tl_version} -Provides: tex(MnSymbolE8.tfm) = %{tl_version} -Provides: tex(MnSymbolE9.tfm) = %{tl_version} -Provides: tex(MnSymbolF-Bold10.tfm) = %{tl_version} -Provides: tex(MnSymbolF-Bold12.tfm) = %{tl_version} -Provides: tex(MnSymbolF-Bold5.tfm) = %{tl_version} -Provides: tex(MnSymbolF-Bold6.tfm) = %{tl_version} -Provides: tex(MnSymbolF-Bold7.tfm) = %{tl_version} -Provides: tex(MnSymbolF-Bold8.tfm) = %{tl_version} -Provides: tex(MnSymbolF-Bold9.tfm) = %{tl_version} -Provides: tex(MnSymbolF10.tfm) = %{tl_version} -Provides: tex(MnSymbolF12.tfm) = %{tl_version} -Provides: tex(MnSymbolF5.tfm) = %{tl_version} -Provides: tex(MnSymbolF6.tfm) = %{tl_version} -Provides: tex(MnSymbolF7.tfm) = %{tl_version} -Provides: tex(MnSymbolF8.tfm) = %{tl_version} -Provides: tex(MnSymbolF9.tfm) = %{tl_version} -Provides: tex(MnSymbolS-Bold10.tfm) = %{tl_version} -Provides: tex(MnSymbolS-Bold12.tfm) = %{tl_version} -Provides: tex(MnSymbolS-Bold5.tfm) = %{tl_version} -Provides: tex(MnSymbolS-Bold6.tfm) = %{tl_version} -Provides: tex(MnSymbolS-Bold7.tfm) = %{tl_version} -Provides: tex(MnSymbolS-Bold8.tfm) = %{tl_version} -Provides: tex(MnSymbolS-Bold9.tfm) = %{tl_version} -Provides: tex(MnSymbolS10.tfm) = %{tl_version} -Provides: tex(MnSymbolS12.tfm) = %{tl_version} -Provides: tex(MnSymbolS5.tfm) = %{tl_version} -Provides: tex(MnSymbolS6.tfm) = %{tl_version} -Provides: tex(MnSymbolS7.tfm) = %{tl_version} -Provides: tex(MnSymbolS8.tfm) = %{tl_version} -Provides: tex(MnSymbolS9.tfm) = %{tl_version} -Provides: tex(MnSymbol-Bold10.pfb) = %{tl_version} -Provides: tex(MnSymbol-Bold12.pfb) = %{tl_version} -Provides: tex(MnSymbol-Bold5.pfb) = %{tl_version} -Provides: tex(MnSymbol-Bold6.pfb) = %{tl_version} -Provides: tex(MnSymbol-Bold7.pfb) = %{tl_version} -Provides: tex(MnSymbol-Bold8.pfb) = %{tl_version} -Provides: tex(MnSymbol-Bold9.pfb) = %{tl_version} -Provides: tex(MnSymbol10.pfb) = %{tl_version} -Provides: tex(MnSymbol12.pfb) = %{tl_version} -Provides: tex(MnSymbol5.pfb) = %{tl_version} -Provides: tex(MnSymbol6.pfb) = %{tl_version} -Provides: tex(MnSymbol7.pfb) = %{tl_version} -Provides: tex(MnSymbol8.pfb) = %{tl_version} -Provides: tex(MnSymbol9.pfb) = %{tl_version} -Provides: tex(MnSymbol.sty) = %{tl_version} - -%description mnsymbol -MnSymbol is a symbol font family, designed to be used in -conjunction with Adobe Minion Pro (via the MinionPro package). -Almost all of LaTeX and AMS mathematical symbols are provided; -remaining coverage is available from the MinionPro font with -the MinionPro package. The fonts are available both as Metafont -source and as Adobe Type 1 format, and a comprehensive support -package is provided. While the fonts were designed to fit with -Minon Pro, the design should fit well with other renaissance or -baroque faces: indeed, it will probably work with most fonts -that are neither too wide nor too thin, for example Palatino or -Times; it is known to look good with Sabon. There is no package -designed to configure its use with any font other than Minion -Pro, but (for example) simply loading mnsymbol after mathpazo -will probably do what is needed. - -%package mnsymbol-doc -Summary: Documentation for mnsymbol -Version: svn18651.1.4 - -Provides: tex-mnsymbol-doc -AutoReqProv: No - -%description mnsymbol-doc -Documentation for mnsymbol - -%package newpx -Provides: tex-newpx = %{tl_version} -License: LPPL -Summary: Alternative uses of the PX fonts, with improved metrics -Version: svn53792 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(newtxmath.sty) -Requires: texlive-pxfonts -Requires: texlive-tex-gyre -Requires: tex(amsmath.sty) -Requires: tex(xkeyval.sty) -Requires: tex(binhex.tex) -Requires: tex(fontaxes.sty) -Requires: tex(fontenc.sty) -Requires: tex(textcomp.sty) -Provides: tex(newpx.map) = %{tl_version} -Provides: tex(lmsnpxsy.fd) = %{tl_version} -Provides: tex(lmxnpxexx.fd) = %{tl_version} -Provides: tex(ly1npxtt.fd) = %{tl_version} -Provides: tex(ly1zpllf.fd) = %{tl_version} -Provides: tex(ly1zplosf.fd) = %{tl_version} -Provides: tex(ly1zplsups.fd) = %{tl_version} -Provides: tex(ly1zpltlf.fd) = %{tl_version} -Provides: tex(ly1zpltosf.fd) = %{tl_version} -Provides: tex(newpx-subs.tex) = %{tl_version} -Provides: tex(newpxmath.sty) = %{tl_version} -Provides: tex(newpxtext.sty) = %{tl_version} -Provides: tex(npxsups_ly1.enc) = %{tl_version} -Provides: tex(npxsups_ot1.enc) = %{tl_version} -Provides: tex(npxsups_t1.enc) = %{tl_version} -Provides: tex(omlnpxmi.fd) = %{tl_version} -Provides: tex(ot1npxtt.fd) = %{tl_version} -Provides: tex(ot1zpllf.fd) = %{tl_version} -Provides: tex(ot1zplosf.fd) = %{tl_version} -Provides: tex(ot1zplsups.fd) = %{tl_version} -Provides: tex(ot1zpltlf.fd) = %{tl_version} -Provides: tex(ot1zpltosf.fd) = %{tl_version} -Provides: tex(t1npxtt.fd) = %{tl_version} -Provides: tex(t1zpllf.fd) = %{tl_version} -Provides: tex(t1zplosf.fd) = %{tl_version} -Provides: tex(t1zplsups.fd) = %{tl_version} -Provides: tex(t1zpltlf.fd) = %{tl_version} -Provides: tex(t1zpltosf.fd) = %{tl_version} -Provides: tex(tgpdiff.enc) = %{tl_version} -Provides: tex(ts1npxtt.fd) = %{tl_version} -Provides: tex(ts1zpllf.fd) = %{tl_version} -Provides: tex(ts1zplosf.fd) = %{tl_version} -Provides: tex(ts1zpltlf.fd) = %{tl_version} -Provides: tex(ts1zpltosf.fd) = %{tl_version} -Provides: tex(unpxexa.fd) = %{tl_version} -Provides: tex(unpxmia.fd) = %{tl_version} -Provides: tex(unpxss.fd) = %{tl_version} -Provides: tex(unpxsyc.fd) = %{tl_version} -Provides: tex(unpxsym.fd) = %{tl_version} -Provides: tex(unpxtt.fd) = %{tl_version} - -%description newpx -This package, initially based on pxfonts, provides many fixes -and enhancements to that package, and splits it in two parts -(newpxtext and newpxmath) which may be run independently of one -another. It provides scaling, improved metrics, and other -options. For proper operation, the packages require that the -packages newtxmath, pxfonts, and TeXGyrePagella be installed -and their map files enabled. - -%package newpx-doc -Summary: Documentation for newpx -Version: svn53792 -Provides: tex-newpx-doc -AutoReqProv: No - -%description newpx-doc -Documentation for newpx - -%package newtx -Provides: tex-newtx = %{tl_version} -License: LPPL 1.3 -Summary: Alternative uses of the TX fonts, with improved metrics -Version: svn56384 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-boondox -Requires: texlive-kastrup -Requires: tex(amsmath.sty) -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Requires: tex(xkeyval.sty) -Requires: tex(binhex.tex) -Requires: tex(fontaxes.sty) -Requires: tex(fontenc.sty) -Requires: tex(textcomp.sty) -Provides: tex(alt-mn-greek.enc) = %{tl_version} -Provides: tex(libcaps.enc) = %{tl_version} -Provides: tex(libertinealt.enc) = %{tl_version} -Provides: tex(lmsntxsy.fd) = %{tl_version} -Provides: tex(lmxntxexx.fd) = %{tl_version} -Provides: tex(ly1minlibertine.fd) = %{tl_version} -Provides: tex(ly1ntxdenoms.fd) = %{tl_version} -Provides: tex(ly1ntxlf.fd) = %{tl_version} -Provides: tex(ly1ntxosf.fd) = %{tl_version} -Provides: tex(ly1ntxsups.fd) = %{tl_version} -Provides: tex(ly1ntxtlf.fd) = %{tl_version} -Provides: tex(ly1ntxtosf.fd) = %{tl_version} -Provides: tex(ly1ntxtt.fd) = %{tl_version} -Provides: tex(newtx-ebgaramond-subs.tex) = %{tl_version} -Provides: tex(newtx-libertine-subs.tex) = %{tl_version} -Provides: tex(newtx-subs.tex) = %{tl_version} -Provides: tex(newtx.map) = %{tl_version} -Provides: tex(newtxmath.sty) = %{tl_version} -Provides: tex(newtxtext.sty) = %{tl_version} -Provides: tex(ntx-ec-lf-pc.enc) = %{tl_version} -Provides: tex(ntx-ec-lf-sc.enc) = %{tl_version} -Provides: tex(ntx-ec-lf.enc) = %{tl_version} -Provides: tex(ntx-ec-osf-pc.enc) = %{tl_version} -Provides: tex(ntx-ec-osf-sc.enc) = %{tl_version} -Provides: tex(ntx-ec-osf.enc) = %{tl_version} -Provides: tex(ntx-ec-tlf-pc.enc) = %{tl_version} -Provides: tex(ntx-ec-tlf-sc.enc) = %{tl_version} -Provides: tex(ntx-ec-tlf.enc) = %{tl_version} -Provides: tex(ntx-ec-tosf-pc.enc) = %{tl_version} -Provides: tex(ntx-ec-tosf-sc.enc) = %{tl_version} -Provides: tex(ntx-ec-tosf.enc) = %{tl_version} -Provides: tex(ntx-ecth-lf.enc) = %{tl_version} -Provides: tex(ntx-ecth-osf.enc) = %{tl_version} -Provides: tex(ntx-ecth-tlf.enc) = %{tl_version} -Provides: tex(ntx-ecth-tosf.enc) = %{tl_version} -Provides: tex(ntx-ot1-lf-pc.enc) = %{tl_version} -Provides: tex(ntx-ot1-lf-sc.enc) = %{tl_version} -Provides: tex(ntx-ot1-lf.enc) = %{tl_version} -Provides: tex(ntx-ot1-osf-pc.enc) = %{tl_version} -Provides: tex(ntx-ot1-osf-sc.enc) = %{tl_version} -Provides: tex(ntx-ot1-osf.enc) = %{tl_version} -Provides: tex(ntx-ot1-th-osf.enc) = %{tl_version} -Provides: tex(ntx-ot1-th-tlf.enc) = %{tl_version} -Provides: tex(ntx-ot1-tlf-pc.enc) = %{tl_version} -Provides: tex(ntx-ot1-tlf-sc.enc) = %{tl_version} -Provides: tex(ntx-ot1-tlf.enc) = %{tl_version} -Provides: tex(ntx-ot1-tosf-pc.enc) = %{tl_version} -Provides: tex(ntx-ot1-tosf-sc.enc) = %{tl_version} -Provides: tex(ntx-ot1-tosf.enc) = %{tl_version} -Provides: tex(ntx-texnansi-lf-pc.enc) = %{tl_version} -Provides: tex(ntx-texnansi-lf-sc.enc) = %{tl_version} -Provides: tex(ntx-texnansi-lf.enc) = %{tl_version} -Provides: tex(ntx-texnansi-osf-pc.enc) = %{tl_version} -Provides: tex(ntx-texnansi-osf-sc.enc) = %{tl_version} -Provides: tex(ntx-texnansi-osf.enc) = %{tl_version} -Provides: tex(ntx-texnansi-th-osf.enc) = %{tl_version} -Provides: tex(ntx-texnansi-th-tlf.enc) = %{tl_version} -Provides: tex(ntx-texnansi-tlf-pc.enc) = %{tl_version} -Provides: tex(ntx-texnansi-tlf-sc.enc) = %{tl_version} -Provides: tex(ntx-texnansi-tlf.enc) = %{tl_version} -Provides: tex(ntx-texnansi-tosf-pc.enc) = %{tl_version} -Provides: tex(ntx-texnansi-tosf-sc.enc) = %{tl_version} -Provides: tex(ntx-texnansi-tosf.enc) = %{tl_version} -Provides: tex(ntxdenoms_LY1.enc) = %{tl_version} -Provides: tex(ntxdenoms_OT1.enc) = %{tl_version} -Provides: tex(ntxdenoms_T1.enc) = %{tl_version} -Provides: tex(ntxmiaalt.enc) = %{tl_version} -Provides: tex(ntxsups_ly1.enc) = %{tl_version} -Provides: tex(ntxsups_ot1.enc) = %{tl_version} -Provides: tex(ntxsups_t1.enc) = %{tl_version} -Provides: tex(omlntxebgmi.fd) = %{tl_version} -Provides: tex(omlntxmi.fd) = %{tl_version} -Provides: tex(omlntxstx2mi.fd) = %{tl_version} -Provides: tex(omlnxlmi.fd) = %{tl_version} -Provides: tex(omlzbvmi.fd) = %{tl_version} -Provides: tex(omlzmnmi.fd) = %{tl_version} -Provides: tex(omlzutmi.fd) = %{tl_version} -Provides: tex(ot1minlibertine.fd) = %{tl_version} -Provides: tex(ot1ntxdenoms.fd) = %{tl_version} -Provides: tex(ot1ntxlf.fd) = %{tl_version} -Provides: tex(ot1ntxosf.fd) = %{tl_version} -Provides: tex(ot1ntxsups.fd) = %{tl_version} -Provides: tex(ot1ntxtlf.fd) = %{tl_version} -Provides: tex(ot1ntxtosf.fd) = %{tl_version} -Provides: tex(ot1ntxtt.fd) = %{tl_version} -Provides: tex(t1fxl1.fd) = %{tl_version} -Provides: tex(t1minlibertine.fd) = %{tl_version} -Provides: tex(t1ntxdenoms.fd) = %{tl_version} -Provides: tex(t1ntxlf.fd) = %{tl_version} -Provides: tex(t1ntxosf.fd) = %{tl_version} -Provides: tex(t1ntxsups.fd) = %{tl_version} -Provides: tex(t1ntxtlf.fd) = %{tl_version} -Provides: tex(t1ntxtosf.fd) = %{tl_version} -Provides: tex(t1ntxtt.fd) = %{tl_version} -Provides: tex(ts1ntxlf.fd) = %{tl_version} -Provides: tex(ts1ntxosf.fd) = %{tl_version} -Provides: tex(ts1ntxtlf.fd) = %{tl_version} -Provides: tex(ts1ntxtosf.fd) = %{tl_version} -Provides: tex(ts1ntxtt.fd) = %{tl_version} -Provides: tex(untxebgmia.fd) = %{tl_version} -Provides: tex(untxexa.fd) = %{tl_version} -Provides: tex(untxmia.fd) = %{tl_version} -Provides: tex(untxsyc.fd) = %{tl_version} -Provides: tex(untxsym.fd) = %{tl_version} -Provides: tex(untxtt.fd) = %{tl_version} -Provides: tex(uzmnmia.fd) = %{tl_version} - -%description newtx -The bundle splits txfonts.sty (from the TX fonts distribution) -into two independent packages, newtxtext.sty and newtxmath.sty, -each with fixes and enhancements. newtxmath's metrics have been -re-evaluated to provide a less tight appearance, and to provide -a libertine option that substitutes Libertine italic and Greek -letter for the existing math italic and Greek glyphs, making a -mathematics package that matches Libertine text quite well. -newtxmath can also use the maths italic font provided with the -garamondx package, thus offering a garamond-alike text-with- -maths combination. - -%package newtx-doc -Summary: Documentation for newtx -Version: svn56384 -Provides: tex-newtx-doc -AutoReqProv: No - -%description newtx-doc -Documentation for newtx - -%package newtxsf -Provides: tex-newtxsf = %{tl_version} -License: OFL -Summary: Sans-math fonts for use with newtx -Version: svn56527 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(amsmath.sty) -Requires: tex(xkeyval.sty) -Requires: tex(binhex.tex) -Provides: tex(newtxsf.map) = %{tl_version} -Provides: tex(newtxsf.sty) = %{tl_version} -Provides: tex(omlntxsfmi.fd) = %{tl_version} -Provides: tex(untxsfmia.fd) = %{tl_version} - -%description newtxsf -The package provides a maths support that amounts to -modifications of the STIX sans serif Roman and Greek letters -with most symbols taken from newtxmath (which must of course be -installed and its map file enabled). - -%package newtxsf-doc -Summary: Documentation for newtxsf -Version: svn56527 -Provides: tex-newtxsf-doc -AutoReqProv: No - -%description newtxsf-doc -Documentation for newtxsf - -%package newtxtt -Provides: tex-newtxtt = %{tl_version} -License: GPLv3+ -Summary: Enhancement of typewriter fonts from newtx -Version: svn54512 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fontenc.sty) -Requires: tex(textcomp.sty) -Requires: tex(xkeyval.sty) -Provides: tex(txttAec.enc) = %{tl_version} -Provides: tex(txttAqec.enc) = %{tl_version} -Provides: tex(txttBec.enc) = %{tl_version} -Provides: tex(txttBqec.enc) = %{tl_version} -Provides: tex(txttCec.enc) = %{tl_version} -Provides: tex(txttCqec.enc) = %{tl_version} -Provides: tex(txttDec.enc) = %{tl_version} -Provides: tex(txttDqec.enc) = %{tl_version} -Provides: tex(txttEec.enc) = %{tl_version} -Provides: tex(txttEqec.enc) = %{tl_version} -Provides: tex(newtxtt.map) = %{tl_version} -Provides: tex(newtxtt.sty) = %{tl_version} -Provides: tex(t1newtxtt.fd) = %{tl_version} -Provides: tex(t1newtxttz.fd) = %{tl_version} -Provides: tex(ts1newtxtt.fd) = %{tl_version} -Provides: tex(ts1newtxttz.fd) = %{tl_version} - -%description newtxtt -The package provides enhanced fonts with LaTeX support files -providing access to the typewriter fonts from newtx. Regular -and bold weights, slanted variants and a choice of four -different styles for zero. - -%package newtxtt-doc -Summary: Documentation for newtxtt -Version: svn54512 -Provides: tex-newtxtt-doc -AutoReqProv: No - -%description newtxtt-doc -Documentation for newtxtt - -%package nkarta -Provides: tex-nkarta = %{tl_version} -License: Public Domain -Summary: A "new" version of the karta cartographic fonts -Version: svn16437.0.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(nkarta15.tfm) = %{tl_version} - -%description nkarta -A development of the karta font, offering more mathematical -stability in Metafont. A version that will produce the glyphs -as Encapsulated PostScript, using MetaPost, is also provided. - -%package nkarta-doc -Summary: Documentation for nkarta -Version: svn16437.0.2 - -Provides: tex-nkarta-doc -AutoReqProv: No - -%description nkarta-doc -Documentation for nkarta - -%package obnov -Provides: tex-obnov = %{tl_version} -License: LPPL -Summary: Obyknovennaya Novaya fonts -Version: svn33355.0.11 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(obn10.tfm) = %{tl_version} -Provides: tex(obn12.tfm) = %{tl_version} -Provides: tex(obn17.tfm) = %{tl_version} -Provides: tex(obn7.tfm) = %{tl_version} -Provides: tex(obnb10.tfm) = %{tl_version} -Provides: tex(obnb12.tfm) = %{tl_version} -Provides: tex(obnb17.tfm) = %{tl_version} -Provides: tex(obnb7.tfm) = %{tl_version} -Provides: tex(obnit10.tfm) = %{tl_version} -Provides: tex(obnit12.tfm) = %{tl_version} -Provides: tex(obnit17.tfm) = %{tl_version} -Provides: tex(obnit7.tfm) = %{tl_version} -Provides: tex(obnitb10.tfm) = %{tl_version} -Provides: tex(obnitb12.tfm) = %{tl_version} -Provides: tex(obnitb17.tfm) = %{tl_version} -Provides: tex(obnsc10.tfm) = %{tl_version} -Provides: tex(obnsc12.tfm) = %{tl_version} -Provides: tex(obnsc17.tfm) = %{tl_version} -Provides: tex(obnsc7.tfm) = %{tl_version} -Provides: tex(obnsl10.tfm) = %{tl_version} -Provides: tex(obnsl12.tfm) = %{tl_version} -Provides: tex(obnsl17.tfm) = %{tl_version} -Provides: tex(obnsl7.tfm) = %{tl_version} -Provides: tex(lcywobn.fd) = %{tl_version} - -%description obnov -The Obyknovennaya Novaya (Ordinary New Face) typeface was -widely used in the USSR for scientific and technical -publications, as well as textbooks. The fonts are encoded to -KOI8-R (which is a long-established Russian font encoding, -rather than a TeX/LaTeX encoding). To use the fonts, the user -needs Cyrillic font support. - -%package obnov-doc -Summary: Documentation for obnov -Version: svn33355.0.11 - -Provides: tex-obnov-doc -AutoReqProv: No - -%description obnov-doc -Documentation for obnov - -%package ocherokee -Provides: tex-ocherokee = %{tl_version} -License: LPPL -Summary: LaTeX Support for the Cherokee language -Version: svn25689.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(cherokee.map) = %{tl_version} -Provides: tex(Cherokee.tfm) = %{tl_version} -Provides: tex(Cherokeeb.tfm) = %{tl_version} -Provides: tex(Cherokeebo.tfm) = %{tl_version} -Provides: tex(Cherokeeo.tfm) = %{tl_version} -Provides: tex(Cherokee-Bold.pfb) = %{tl_version} -Provides: tex(Cherokee.pfb) = %{tl_version} -Provides: tex(lchcmr.fd) = %{tl_version} -Provides: tex(lchenc.def) = %{tl_version} -Provides: tex(ocherokee.sty) = %{tl_version} - -%description ocherokee -Macros and Type 1 fonts for Typesetting the Cherokee language -with the Omega version of LaTeX (known as Lambda). - -%package ocherokee-doc -Summary: Documentation for ocherokee -Version: svn25689.0 - -Provides: tex-ocherokee-doc -AutoReqProv: No - -%description ocherokee-doc -Documentation for ocherokee - -%package ocr-b -Provides: tex-ocr-b = %{tl_version} -License: Copyright only -Summary: Fonts for OCR-B -Version: svn20852.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(ocrb10.tfm) = %{tl_version} -Provides: tex(ocrb5.tfm) = %{tl_version} -Provides: tex(ocrb6.tfm) = %{tl_version} -Provides: tex(ocrb7.tfm) = %{tl_version} -Provides: tex(ocrb8.tfm) = %{tl_version} -Provides: tex(ocrb9.tfm) = %{tl_version} - -%description ocr-b -Metafont source for OCR-B at several sizes. - -%package ocr-b-doc -Summary: Documentation for ocr-b -Version: svn20852.0 - -Provides: tex-ocr-b-doc -AutoReqProv: No - -%description ocr-b-doc -Documentation for ocr-b - -%package ocr-b-outline -Provides: tex-ocr-b-outline = %{tl_version} -License: Copyright only -Summary: OCR-B fonts in Type 1 and OpenType -Version: svn20969.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(ocrb.map) = %{tl_version} -Provides: tex(ocrb10.otf) = %{tl_version} -Provides: tex(ocrb5.otf) = %{tl_version} -Provides: tex(ocrb6.otf) = %{tl_version} -Provides: tex(ocrb7.otf) = %{tl_version} -Provides: tex(ocrb8.otf) = %{tl_version} -Provides: tex(ocrb9.otf) = %{tl_version} -Provides: tex(ocrb10.pfb) = %{tl_version} -Provides: tex(ocrb5.pfb) = %{tl_version} -Provides: tex(ocrb6.pfb) = %{tl_version} -Provides: tex(ocrb7.pfb) = %{tl_version} -Provides: tex(ocrb8.pfb) = %{tl_version} -Provides: tex(ocrb9.pfb) = %{tl_version} - -%description ocr-b-outline -The package contains OCR-B fonts in Type1 and OpenType formats. -They were generated from the Metafont sources of the OCR-B -fonts. The metric files are not included here, so that original -ocr-b package should also be installed. - -%package ocr-b-outline-doc -Summary: Documentation for ocr-b-outline -Version: svn20969.0 - -Provides: tex-ocr-b-outline-doc -AutoReqProv: No - -%description ocr-b-outline-doc -Documentation for ocr-b-outline - -%package ogham -Provides: tex-ogham = %{tl_version} -License: Public Domain -Summary: Fonts for typesetting Ogham script -Version: svn24876.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(ogham.tfm) = %{tl_version} - -%description ogham -The font provides the Ogham alphabet, which is found on a -number of Irish and Pictish carvings dating from the 4th -century AD. The font is distributed as Metafont source, which -has been patched (with the author's permission) for stability -at different output device resolutions. (Thanks are due to -Peter Flynn and Dan Luecking.) - -%package ogham-doc -Summary: Documentation for ogham -Version: svn24876.0 - -Provides: tex-ogham-doc -AutoReqProv: No - -%description ogham-doc -Documentation for ogham - -%package oinuit -Provides: tex-oinuit = %{tl_version} -License: LPPL -Summary: LaTeX Support for the Inuktitut Language -Version: svn28668.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(oinuit.map) = %{tl_version} -Provides: tex(Inuit.tfm) = %{tl_version} -Provides: tex(Inuitb.tfm) = %{tl_version} -Provides: tex(Inuitbo.tfm) = %{tl_version} -Provides: tex(Inuito.tfm) = %{tl_version} -Provides: tex(Inuit.pfb) = %{tl_version} -Provides: tex(Inuitb.pfb) = %{tl_version} -Provides: tex(Inuitbo.pfb) = %{tl_version} -Provides: tex(Inuito.pfb) = %{tl_version} -Provides: tex(cmssbxo10.pfb) = %{tl_version} -Provides: tex(litcmr.fd) = %{tl_version} -Provides: tex(litenc.def) = %{tl_version} -Provides: tex(oinuit.sty) = %{tl_version} - -%description oinuit -The package provides a set of Lambda (Omega LaTeX) typesetting -tools for the Inuktitut language. Five different input methods -are supported and with the necessary fonts are also provided. - -%package oinuit-doc -Summary: Documentation for oinuit -Version: svn28668.0 - -Provides: tex-oinuit-doc -AutoReqProv: No - -%description oinuit-doc -Documentation for oinuit - -%package oldlatin -Provides: tex-oldlatin = %{tl_version} -License: LPPL -Summary: Compute Modern-like font with long s -Version: svn17932.1.00 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(olb10.tfm) = %{tl_version} -Provides: tex(olbx10.tfm) = %{tl_version} -Provides: tex(olbx12.tfm) = %{tl_version} -Provides: tex(olbx5.tfm) = %{tl_version} -Provides: tex(olbx6.tfm) = %{tl_version} -Provides: tex(olbx7.tfm) = %{tl_version} -Provides: tex(olbx8.tfm) = %{tl_version} -Provides: tex(olbx9.tfm) = %{tl_version} -Provides: tex(olbxsl10.tfm) = %{tl_version} -Provides: tex(oldunh10.tfm) = %{tl_version} -Provides: tex(olff10.tfm) = %{tl_version} -Provides: tex(olfib8.tfm) = %{tl_version} -Provides: tex(olr10.tfm) = %{tl_version} -Provides: tex(olr12.tfm) = %{tl_version} -Provides: tex(olr17.tfm) = %{tl_version} -Provides: tex(olr5.tfm) = %{tl_version} -Provides: tex(olr6.tfm) = %{tl_version} -Provides: tex(olr7.tfm) = %{tl_version} -Provides: tex(olr8.tfm) = %{tl_version} -Provides: tex(olr9.tfm) = %{tl_version} -Provides: tex(olsl10.tfm) = %{tl_version} -Provides: tex(olsl12.tfm) = %{tl_version} -Provides: tex(olsl8.tfm) = %{tl_version} -Provides: tex(olsl9.tfm) = %{tl_version} -Provides: tex(olsltt10.tfm) = %{tl_version} -Provides: tex(olss10.tfm) = %{tl_version} -Provides: tex(olss12.tfm) = %{tl_version} -Provides: tex(olss17.tfm) = %{tl_version} -Provides: tex(olss8.tfm) = %{tl_version} -Provides: tex(olss9.tfm) = %{tl_version} -Provides: tex(olssbx10.tfm) = %{tl_version} -Provides: tex(olssdc10.tfm) = %{tl_version} -Provides: tex(olssi10.tfm) = %{tl_version} -Provides: tex(olssi12.tfm) = %{tl_version} -Provides: tex(olssi17.tfm) = %{tl_version} -Provides: tex(olssi8.tfm) = %{tl_version} -Provides: tex(olssi9.tfm) = %{tl_version} -Provides: tex(olssq8.tfm) = %{tl_version} -Provides: tex(olssqi8.tfm) = %{tl_version} -Provides: tex(oltt10.tfm) = %{tl_version} -Provides: tex(oltt12.tfm) = %{tl_version} -Provides: tex(oltt8.tfm) = %{tl_version} -Provides: tex(oltt9.tfm) = %{tl_version} -Provides: tex(olvtt10.tfm) = %{tl_version} - -%description oldlatin -Metafont sources modified from Computer Modern in order to -generate "long s" which was used in old text. - -%package oldlatin-doc -Summary: Documentation for oldlatin -Version: svn17932.1.00 - -Provides: tex-oldlatin-doc -AutoReqProv: No - -%description oldlatin-doc -Documentation for oldlatin - -%package oldstandard -Provides: tex-oldstandard = %{tl_version} -License: OFL -Summary: Old Standard: A Unicode Font for Classical and Medieval Studies -Version: svn54512 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -# A bit of a lie, but we want people who install texlive-oldstandard to end up with the system fonts. -Requires: oldstandard-sfd-fonts -Provides: tex(LGROldStandard-Sup.fd) = %{tl_version} -Provides: tex(LGROldStandard-TLF.fd) = %{tl_version} -Provides: tex(LY1OldStandard-Sup.fd) = %{tl_version} -Provides: tex(LY1OldStandard-TLF.fd) = %{tl_version} -Provides: tex(OT1OldStandard-Sup.fd) = %{tl_version} -Provides: tex(OT1OldStandard-TLF.fd) = %{tl_version} -Provides: tex(OldStandard.sty) = %{tl_version} -Provides: tex(T1OldStandard-Sup.fd) = %{tl_version} -Provides: tex(T1OldStandard-TLF.fd) = %{tl_version} -Provides: tex(T2AOldStandard-Sup.fd) = %{tl_version} -Provides: tex(T2AOldStandard-TLF.fd) = %{tl_version} -Provides: tex(T2BOldStandard-Sup.fd) = %{tl_version} -Provides: tex(T2BOldStandard-TLF.fd) = %{tl_version} -Provides: tex(T2COldStandard-Sup.fd) = %{tl_version} -Provides: tex(T2COldStandard-TLF.fd) = %{tl_version} -Provides: tex(TS1OldStandard-TLF.fd) = %{tl_version} -Provides: tex(ost_2dnilg.enc) = %{tl_version} -Provides: tex(ost_2xpsha.enc) = %{tl_version} -Provides: tex(ost_6xqr26.enc) = %{tl_version} -Provides: tex(ost_aclpqv.enc) = %{tl_version} -Provides: tex(ost_angj2q.enc) = %{tl_version} -Provides: tex(ost_aouu7x.enc) = %{tl_version} -Provides: tex(ost_bjisry.enc) = %{tl_version} -Provides: tex(ost_bjztjg.enc) = %{tl_version} -Provides: tex(ost_cjp7iu.enc) = %{tl_version} -Provides: tex(ost_dvc3ov.enc) = %{tl_version} -Provides: tex(ost_gemz57.enc) = %{tl_version} -Provides: tex(ost_gmdyie.enc) = %{tl_version} -Provides: tex(ost_gxvnqn.enc) = %{tl_version} -Provides: tex(ost_hgxo4t.enc) = %{tl_version} -Provides: tex(ost_im33zw.enc) = %{tl_version} -Provides: tex(ost_jejqrz.enc) = %{tl_version} -Provides: tex(ost_jkelwa.enc) = %{tl_version} -Provides: tex(ost_jsesfs.enc) = %{tl_version} -Provides: tex(ost_lpt7jr.enc) = %{tl_version} -Provides: tex(ost_lu6zq2.enc) = %{tl_version} -Provides: tex(ost_mknljf.enc) = %{tl_version} -Provides: tex(ost_o47vxq.enc) = %{tl_version} -Provides: tex(ost_o6llsg.enc) = %{tl_version} -Provides: tex(ost_ppxooj.enc) = %{tl_version} -Provides: tex(ost_qpx6oq.enc) = %{tl_version} -Provides: tex(ost_qrrmno.enc) = %{tl_version} -Provides: tex(ost_qudnnd.enc) = %{tl_version} -Provides: tex(ost_roofh6.enc) = %{tl_version} -Provides: tex(ost_ry3lml.enc) = %{tl_version} -Provides: tex(ost_sngi4d.enc) = %{tl_version} -Provides: tex(ost_t3mcms.enc) = %{tl_version} -Provides: tex(ost_y2jfiq.enc) = %{tl_version} -Provides: tex(ost_y4aoqz.enc) = %{tl_version} -Provides: tex(ost_y6hbpa.enc) = %{tl_version} -Provides: tex(ost_ytxedg.enc) = %{tl_version} -Provides: tex(ost_zpoxlt.enc) = %{tl_version} - -%description oldstandard -Old Standard is designed to reproduce the actual printing style -of the early 20th century, reviving a specific type of Modern -(classicist) style of serif typefaces, very commonly used in -various editions of the late 19th and early 20th century, but -almost completely abandoned later. The font supports -typesetting of Old and Middle English, Old Icelandic, Cyrillic -(with historical characters, extensions for Old Slavonic and -localised forms), Gothic transliterations, critical editions of -Classical Greek and Latin, and many more. This package works -with TeX engines that directly support OpenType features, such -as XeTeX and LuaTeX, as well as traditional engines such as TeX -and pdfTeX. - -%package oldstandard-doc -Summary: Documentation for oldstandard -Version: svn54512 -Provides: tex-oldstandard-doc -AutoReqProv: No - -%description oldstandard-doc -Documentation for oldstandard - -%package opensans -Provides: tex-opensans = %{tl_version} -License: LPPL 1.3 -Summary: The Open Sans font family, and LaTeX support -Version: svn54512 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(keyval.sty) -Requires: tex(slantsc.sty) -Provides: tex(opensans.map) = %{tl_version} -Provides: tex(LGRopensans-LF.fd) = %{tl_version} -Provides: tex(LGRopensans-OsF.fd) = %{tl_version} -Provides: tex(LGRopensans-TLF.fd) = %{tl_version} -Provides: tex(LGRopensans-TOsF.fd) = %{tl_version} -Provides: tex(OT1opensans-LF.fd) = %{tl_version} -Provides: tex(OT1opensans-OsF.fd) = %{tl_version} -Provides: tex(OT1opensans-TLF.fd) = %{tl_version} -Provides: tex(OT1opensans-TOsF.fd) = %{tl_version} -Provides: tex(T1opensans-LF.fd) = %{tl_version} -Provides: tex(T1opensans-OsF.fd) = %{tl_version} -Provides: tex(T1opensans-TLF.fd) = %{tl_version} -Provides: tex(T1opensans-TOsF.fd) = %{tl_version} -Provides: tex(T2Aopensans-LF.fd) = %{tl_version} -Provides: tex(T2Aopensans-OsF.fd) = %{tl_version} -Provides: tex(T2Aopensans-TLF.fd) = %{tl_version} -Provides: tex(T2Aopensans-TOsF.fd) = %{tl_version} -Provides: tex(T2Bopensans-LF.fd) = %{tl_version} -Provides: tex(T2Bopensans-OsF.fd) = %{tl_version} -Provides: tex(T2Bopensans-TLF.fd) = %{tl_version} -Provides: tex(T2Bopensans-TOsF.fd) = %{tl_version} -Provides: tex(T2Copensans-LF.fd) = %{tl_version} -Provides: tex(T2Copensans-OsF.fd) = %{tl_version} -Provides: tex(T2Copensans-TLF.fd) = %{tl_version} -Provides: tex(T2Copensans-TOsF.fd) = %{tl_version} -Provides: tex(TS1opensans-LF.fd) = %{tl_version} -Provides: tex(TS1opensans-OsF.fd) = %{tl_version} -Provides: tex(TS1opensans-TLF.fd) = %{tl_version} -Provides: tex(TS1opensans-TOsF.fd) = %{tl_version} -Provides: tex(X2opensans-LF.fd) = %{tl_version} -Provides: tex(X2opensans-OsF.fd) = %{tl_version} -Provides: tex(X2opensans-TLF.fd) = %{tl_version} -Provides: tex(X2opensans-TOsF.fd) = %{tl_version} -Provides: tex(a_22wi7j.enc) = %{tl_version} -Provides: tex(a_3kulrh.enc) = %{tl_version} -Provides: tex(a_6fef26.enc) = %{tl_version} -Provides: tex(a_6fnoxn.enc) = %{tl_version} -Provides: tex(a_a426mb.enc) = %{tl_version} -Provides: tex(a_ajvczw.enc) = %{tl_version} -Provides: tex(a_crnekn.enc) = %{tl_version} -Provides: tex(a_cxxwxv.enc) = %{tl_version} -Provides: tex(a_epwjz7.enc) = %{tl_version} -Provides: tex(a_far7gh.enc) = %{tl_version} -Provides: tex(a_iz27ck.enc) = %{tl_version} -Provides: tex(a_jg4h6q.enc) = %{tl_version} -Provides: tex(a_kjsjgs.enc) = %{tl_version} -Provides: tex(a_lhblba.enc) = %{tl_version} -Provides: tex(a_mx6tiu.enc) = %{tl_version} -Provides: tex(a_n3lhbv.enc) = %{tl_version} -Provides: tex(a_nvvucy.enc) = %{tl_version} -Provides: tex(a_nwf7uv.enc) = %{tl_version} -Provides: tex(a_p2vepx.enc) = %{tl_version} -Provides: tex(a_rnfpjs.enc) = %{tl_version} -Provides: tex(a_roa3ad.enc) = %{tl_version} -Provides: tex(a_uqj6z7.enc) = %{tl_version} -Provides: tex(a_uv4o4i.enc) = %{tl_version} -Provides: tex(a_uw4ovh.enc) = %{tl_version} -Provides: tex(a_v2kvzh.enc) = %{tl_version} -Provides: tex(opensans.sty) = %{tl_version} - -%description opensans -Open Sans is a humanist sans serif typeface designed by Steve -Matteson; the font is available from the Google Font Directory -as TrueType files licensed under the Apache License version -2.0. The package provides support for this font family in -LaTeX. It includes the original TrueType fonts, as well as Type -1 versions, converted for this package using FontForge for full -support with dvips - -%package opensans-doc -Summary: Documentation for opensans -Version: svn54512 -Provides: tex-opensans-doc -AutoReqProv: No - -%description opensans-doc -Documentation for opensans - -%package orkhun -Provides: tex-orkhun = %{tl_version} -License: LPPL -Summary: A font for orkhun script -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(orhant11.tfm) = %{tl_version} -Provides: tex(orhant14.tfm) = %{tl_version} -Provides: tex(orhant16.tfm) = %{tl_version} -Provides: tex(orhant20.tfm) = %{tl_version} -Provides: tex(orhant25.tfm) = %{tl_version} - -%description orkhun -The font covers an old Turkic script. It is provided as -Metafont source. - -%package orkhun-doc -Summary: Documentation for orkhun -Version: svn15878.0 - -Provides: tex-orkhun-doc -AutoReqProv: No - -%description orkhun-doc -Documentation for orkhun - -%package overlock -Provides: tex-overlock = %{tl_version} -License: OFL -Summary: Overlook sans fonts with LaTeX support -Version: svn56079 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Requires: tex(xkeyval.sty) -Requires: tex(textcomp.sty) -Requires: tex(fontspec.sty) -Requires: tex(fontenc.sty) -Requires: tex(fontaxes.sty) -Requires: tex(mweights.sty) -Provides: tex(LY1Ovrlck-LF.fd) = %{tl_version} -Provides: tex(LY1Ovrlck-OsF.fd) = %{tl_version} -Provides: tex(OT1Ovrlck-LF.fd) = %{tl_version} -Provides: tex(OT1Ovrlck-OsF.fd) = %{tl_version} -Provides: tex(T1Ovrlck-LF.fd) = %{tl_version} -Provides: tex(T1Ovrlck-OsF.fd) = %{tl_version} -Provides: tex(TS1Ovrlck-LF.fd) = %{tl_version} -Provides: tex(TS1Ovrlck-OsF.fd) = %{tl_version} -Provides: tex(overlock.map) = %{tl_version} -Provides: tex(overlock.sty) = %{tl_version} -Provides: tex(ovrlck_2sdgnb.enc) = %{tl_version} -Provides: tex(ovrlck_325tkf.enc) = %{tl_version} -Provides: tex(ovrlck_7l4e47.enc) = %{tl_version} -Provides: tex(ovrlck_a4aghc.enc) = %{tl_version} -Provides: tex(ovrlck_bhbhyo.enc) = %{tl_version} -Provides: tex(ovrlck_cj365g.enc) = %{tl_version} -Provides: tex(ovrlck_cr35rj.enc) = %{tl_version} -Provides: tex(ovrlck_e3j4ia.enc) = %{tl_version} -Provides: tex(ovrlck_fqfhhf.enc) = %{tl_version} -Provides: tex(ovrlck_gmmlzo.enc) = %{tl_version} -Provides: tex(ovrlck_irzqhk.enc) = %{tl_version} -Provides: tex(ovrlck_j3mq5n.enc) = %{tl_version} -Provides: tex(ovrlck_k2npiy.enc) = %{tl_version} -Provides: tex(ovrlck_lhx5go.enc) = %{tl_version} -Provides: tex(ovrlck_lqqrub.enc) = %{tl_version} -Provides: tex(ovrlck_siy5zo.enc) = %{tl_version} -Provides: tex(ovrlck_tmoia5.enc) = %{tl_version} -Provides: tex(ovrlck_vvi6px.enc) = %{tl_version} -Provides: tex(ovrlck_woxjio.enc) = %{tl_version} - -%description overlock -The package provides the Overlock and OverlockSC families of -fonts, designed by Dario Manuel Muhafara of the TIPO foundry -(http://www.tipo.net.ar) are "rounded" sans-serif fonts in -three weights (Regular, Bold, Black) with italic variants for -each of them. There are also small-caps and old-style figures -in the Regular weight. - -%package overlock-doc -Summary: Documentation for overlock -Version: svn56079 -Provides: tex-overlock-doc -AutoReqProv: No - -%description overlock-doc -Documentation for overlock - -%package pacioli -Provides: tex-pacioli = %{tl_version} -License: LPPL -Summary: Fonts designed by Fra Luca de Pacioli in 1497 -Version: svn24947.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(cpcr10.tfm) = %{tl_version} -Provides: tex(cpcsl10.tfm) = %{tl_version} -Provides: tex(ot1cpc.fd) = %{tl_version} -Provides: tex(pacioli.sty) = %{tl_version} -Provides: tex(t1cpc.fd) = %{tl_version} - -%description pacioli -Pacioli was a c.15 mathematician, and his font was designed -according to 'the divine proportion'. The font is uppercase -letters together with punctuation and some analphabetics; no -lowercase or digits. The Metafont source is distributed in a -.dtx file, together with LaTeX support. - -%package pacioli-doc -Summary: Documentation for pacioli -Version: svn24947.0 - -Provides: tex-pacioli-doc -AutoReqProv: No - -%description pacioli-doc -Documentation for pacioli - -%package paratype -Provides: tex-paratype = %{tl_version} -License: LPPL -Summary: LaTeX support for free fonts by ParaType -Version: svn32859.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(keyval.sty) -Provides: tex(ptmono_il2.enc) = %{tl_version} -Provides: tex(ptmono_ot1.enc) = %{tl_version} -Provides: tex(ptmono_ot2.enc) = %{tl_version} -Provides: tex(ptmono_t1.enc) = %{tl_version} -Provides: tex(ptmono_t2a.enc) = %{tl_version} -Provides: tex(ptmono_t2b.enc) = %{tl_version} -Provides: tex(ptmono_t2c.enc) = %{tl_version} -Provides: tex(ptmono_ts1.enc) = %{tl_version} -Provides: tex(ptmono_x2.enc) = %{tl_version} -Provides: tex(ptsans_il2.enc) = %{tl_version} -Provides: tex(ptsans_ot1.enc) = %{tl_version} -Provides: tex(ptsans_ot2.enc) = %{tl_version} -Provides: tex(ptsans_t1.enc) = %{tl_version} -Provides: tex(ptsans_t2a.enc) = %{tl_version} -Provides: tex(ptsans_t2b.enc) = %{tl_version} -Provides: tex(ptsans_t2c.enc) = %{tl_version} -Provides: tex(ptsans_ts1.enc) = %{tl_version} -Provides: tex(ptsans_x2.enc) = %{tl_version} -Provides: tex(ptserif_il2.enc) = %{tl_version} -Provides: tex(ptserif_ot1.enc) = %{tl_version} -Provides: tex(ptserif_ot2.enc) = %{tl_version} -Provides: tex(ptserif_t1.enc) = %{tl_version} -Provides: tex(ptserif_t2a.enc) = %{tl_version} -Provides: tex(ptserif_t2b.enc) = %{tl_version} -Provides: tex(ptserif_t2c.enc) = %{tl_version} -Provides: tex(ptserif_ts1.enc) = %{tl_version} -Provides: tex(ptserif_x2.enc) = %{tl_version} -Provides: tex(paratype-truetype.map) = %{tl_version} -Provides: tex(paratype-type1.map) = %{tl_version} -Provides: tex(PTMono-Bold-tlf-il2--base.tfm) = %{tl_version} -Provides: tex(PTMono-Bold-tlf-il2.tfm) = %{tl_version} -Provides: tex(PTMono-Bold-tlf-ot1--base.tfm) = %{tl_version} -Provides: tex(PTMono-Bold-tlf-ot1.tfm) = %{tl_version} -Provides: tex(PTMono-Bold-tlf-ot2.tfm) = %{tl_version} -Provides: tex(PTMono-Bold-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(PTMono-Bold-tlf-t1.tfm) = %{tl_version} -Provides: tex(PTMono-Bold-tlf-t2a--base.tfm) = %{tl_version} -Provides: tex(PTMono-Bold-tlf-t2a.tfm) = %{tl_version} -Provides: tex(PTMono-Bold-tlf-t2b--base.tfm) = %{tl_version} -Provides: tex(PTMono-Bold-tlf-t2b.tfm) = %{tl_version} -Provides: tex(PTMono-Bold-tlf-t2c--base.tfm) = %{tl_version} -Provides: tex(PTMono-Bold-tlf-t2c.tfm) = %{tl_version} -Provides: tex(PTMono-Bold-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(PTMono-Bold-tlf-ts1.tfm) = %{tl_version} -Provides: tex(PTMono-Bold-tlf-x2--base.tfm) = %{tl_version} -Provides: tex(PTMono-Bold-tlf-x2.tfm) = %{tl_version} -Provides: tex(PTMono-BoldSlanted-tlf-il2.tfm) = %{tl_version} -Provides: tex(PTMono-BoldSlanted-tlf-ot1.tfm) = %{tl_version} -Provides: tex(PTMono-BoldSlanted-tlf-ot2.tfm) = %{tl_version} -Provides: tex(PTMono-BoldSlanted-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(PTMono-BoldSlanted-tlf-t1.tfm) = %{tl_version} -Provides: tex(PTMono-BoldSlanted-tlf-t2a--base.tfm) = %{tl_version} -Provides: tex(PTMono-BoldSlanted-tlf-t2a.tfm) = %{tl_version} -Provides: tex(PTMono-BoldSlanted-tlf-t2b--base.tfm) = %{tl_version} -Provides: tex(PTMono-BoldSlanted-tlf-t2b.tfm) = %{tl_version} -Provides: tex(PTMono-BoldSlanted-tlf-t2c--base.tfm) = %{tl_version} -Provides: tex(PTMono-BoldSlanted-tlf-t2c.tfm) = %{tl_version} -Provides: tex(PTMono-BoldSlanted-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(PTMono-BoldSlanted-tlf-ts1.tfm) = %{tl_version} -Provides: tex(PTMono-BoldSlanted-tlf-x2--base.tfm) = %{tl_version} -Provides: tex(PTMono-BoldSlanted-tlf-x2.tfm) = %{tl_version} -Provides: tex(PTMono-Regular-tlf-il2--base.tfm) = %{tl_version} -Provides: tex(PTMono-Regular-tlf-il2.tfm) = %{tl_version} -Provides: tex(PTMono-Regular-tlf-ot1--base.tfm) = %{tl_version} -Provides: tex(PTMono-Regular-tlf-ot1.tfm) = %{tl_version} -Provides: tex(PTMono-Regular-tlf-ot2.tfm) = %{tl_version} -Provides: tex(PTMono-Regular-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(PTMono-Regular-tlf-t1.tfm) = %{tl_version} -Provides: tex(PTMono-Regular-tlf-t2a--base.tfm) = %{tl_version} -Provides: tex(PTMono-Regular-tlf-t2a.tfm) = %{tl_version} -Provides: tex(PTMono-Regular-tlf-t2b--base.tfm) = %{tl_version} -Provides: tex(PTMono-Regular-tlf-t2b.tfm) = %{tl_version} -Provides: tex(PTMono-Regular-tlf-t2c--base.tfm) = %{tl_version} -Provides: tex(PTMono-Regular-tlf-t2c.tfm) = %{tl_version} -Provides: tex(PTMono-Regular-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(PTMono-Regular-tlf-ts1.tfm) = %{tl_version} -Provides: tex(PTMono-Regular-tlf-x2--base.tfm) = %{tl_version} -Provides: tex(PTMono-Regular-tlf-x2.tfm) = %{tl_version} -Provides: tex(PTMono-Slanted-tlf-il2.tfm) = %{tl_version} -Provides: tex(PTMono-Slanted-tlf-ot1.tfm) = %{tl_version} -Provides: tex(PTMono-Slanted-tlf-ot2.tfm) = %{tl_version} -Provides: tex(PTMono-Slanted-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(PTMono-Slanted-tlf-t1.tfm) = %{tl_version} -Provides: tex(PTMono-Slanted-tlf-t2a--base.tfm) = %{tl_version} -Provides: tex(PTMono-Slanted-tlf-t2a.tfm) = %{tl_version} -Provides: tex(PTMono-Slanted-tlf-t2b--base.tfm) = %{tl_version} -Provides: tex(PTMono-Slanted-tlf-t2b.tfm) = %{tl_version} -Provides: tex(PTMono-Slanted-tlf-t2c--base.tfm) = %{tl_version} -Provides: tex(PTMono-Slanted-tlf-t2c.tfm) = %{tl_version} -Provides: tex(PTMono-Slanted-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(PTMono-Slanted-tlf-ts1.tfm) = %{tl_version} -Provides: tex(PTMono-Slanted-tlf-x2--base.tfm) = %{tl_version} -Provides: tex(PTMono-Slanted-tlf-x2.tfm) = %{tl_version} -Provides: tex(PTSans-Bold-tlf-il2.tfm) = %{tl_version} -Provides: tex(PTSans-Bold-tlf-ot1.tfm) = %{tl_version} -Provides: tex(PTSans-Bold-tlf-ot2.tfm) = %{tl_version} -Provides: tex(PTSans-Bold-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(PTSans-Bold-tlf-t1.tfm) = %{tl_version} -Provides: tex(PTSans-Bold-tlf-t2a--base.tfm) = %{tl_version} -Provides: tex(PTSans-Bold-tlf-t2a.tfm) = %{tl_version} -Provides: tex(PTSans-Bold-tlf-t2b--base.tfm) = %{tl_version} -Provides: tex(PTSans-Bold-tlf-t2b.tfm) = %{tl_version} -Provides: tex(PTSans-Bold-tlf-t2c--base.tfm) = %{tl_version} -Provides: tex(PTSans-Bold-tlf-t2c.tfm) = %{tl_version} -Provides: tex(PTSans-Bold-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(PTSans-Bold-tlf-ts1.tfm) = %{tl_version} -Provides: tex(PTSans-Bold-tlf-x2--base.tfm) = %{tl_version} -Provides: tex(PTSans-Bold-tlf-x2.tfm) = %{tl_version} -Provides: tex(PTSans-BoldItalic-tlf-il2.tfm) = %{tl_version} -Provides: tex(PTSans-BoldItalic-tlf-ot1.tfm) = %{tl_version} -Provides: tex(PTSans-BoldItalic-tlf-ot2.tfm) = %{tl_version} -Provides: tex(PTSans-BoldItalic-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(PTSans-BoldItalic-tlf-t1.tfm) = %{tl_version} -Provides: tex(PTSans-BoldItalic-tlf-t2a--base.tfm) = %{tl_version} -Provides: tex(PTSans-BoldItalic-tlf-t2a.tfm) = %{tl_version} -Provides: tex(PTSans-BoldItalic-tlf-t2b--base.tfm) = %{tl_version} -Provides: tex(PTSans-BoldItalic-tlf-t2b.tfm) = %{tl_version} -Provides: tex(PTSans-BoldItalic-tlf-t2c--base.tfm) = %{tl_version} -Provides: tex(PTSans-BoldItalic-tlf-t2c.tfm) = %{tl_version} -Provides: tex(PTSans-BoldItalic-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(PTSans-BoldItalic-tlf-ts1.tfm) = %{tl_version} -Provides: tex(PTSans-BoldItalic-tlf-x2--base.tfm) = %{tl_version} -Provides: tex(PTSans-BoldItalic-tlf-x2.tfm) = %{tl_version} -Provides: tex(PTSans-Caption-tlf-il2.tfm) = %{tl_version} -Provides: tex(PTSans-Caption-tlf-ot1.tfm) = %{tl_version} -Provides: tex(PTSans-Caption-tlf-ot2.tfm) = %{tl_version} -Provides: tex(PTSans-Caption-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(PTSans-Caption-tlf-t1.tfm) = %{tl_version} -Provides: tex(PTSans-Caption-tlf-t2a--base.tfm) = %{tl_version} -Provides: tex(PTSans-Caption-tlf-t2a.tfm) = %{tl_version} -Provides: tex(PTSans-Caption-tlf-t2b--base.tfm) = %{tl_version} -Provides: tex(PTSans-Caption-tlf-t2b.tfm) = %{tl_version} -Provides: tex(PTSans-Caption-tlf-t2c--base.tfm) = %{tl_version} -Provides: tex(PTSans-Caption-tlf-t2c.tfm) = %{tl_version} -Provides: tex(PTSans-Caption-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(PTSans-Caption-tlf-ts1.tfm) = %{tl_version} -Provides: tex(PTSans-Caption-tlf-x2--base.tfm) = %{tl_version} -Provides: tex(PTSans-Caption-tlf-x2.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionBold-tlf-il2.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionBold-tlf-ot1.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionBold-tlf-ot2.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionBold-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionBold-tlf-t1.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionBold-tlf-t2a--base.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionBold-tlf-t2a.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionBold-tlf-t2b--base.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionBold-tlf-t2b.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionBold-tlf-t2c--base.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionBold-tlf-t2c.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionBold-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionBold-tlf-ts1.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionBold-tlf-x2--base.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionBold-tlf-x2.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionBoldSlanted-tlf-il2.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionBoldSlanted-tlf-ot1.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionBoldSlanted-tlf-ot2.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionBoldSlanted-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionBoldSlanted-tlf-t1.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionBoldSlanted-tlf-t2a--base.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionBoldSlanted-tlf-t2a.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionBoldSlanted-tlf-t2b--base.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionBoldSlanted-tlf-t2b.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionBoldSlanted-tlf-t2c--base.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionBoldSlanted-tlf-t2c.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionBoldSlanted-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionBoldSlanted-tlf-ts1.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionBoldSlanted-tlf-x2--base.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionBoldSlanted-tlf-x2.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionSlanted-tlf-il2.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionSlanted-tlf-ot1.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionSlanted-tlf-ot2.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionSlanted-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionSlanted-tlf-t1.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionSlanted-tlf-t2a--base.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionSlanted-tlf-t2a.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionSlanted-tlf-t2b--base.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionSlanted-tlf-t2b.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionSlanted-tlf-t2c--base.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionSlanted-tlf-t2c.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionSlanted-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionSlanted-tlf-ts1.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionSlanted-tlf-x2--base.tfm) = %{tl_version} -Provides: tex(PTSans-CaptionSlanted-tlf-x2.tfm) = %{tl_version} -Provides: tex(PTSans-Italic-tlf-il2.tfm) = %{tl_version} -Provides: tex(PTSans-Italic-tlf-ot1.tfm) = %{tl_version} -Provides: tex(PTSans-Italic-tlf-ot2.tfm) = %{tl_version} -Provides: tex(PTSans-Italic-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(PTSans-Italic-tlf-t1.tfm) = %{tl_version} -Provides: tex(PTSans-Italic-tlf-t2a--base.tfm) = %{tl_version} -Provides: tex(PTSans-Italic-tlf-t2a.tfm) = %{tl_version} -Provides: tex(PTSans-Italic-tlf-t2b--base.tfm) = %{tl_version} -Provides: tex(PTSans-Italic-tlf-t2b.tfm) = %{tl_version} -Provides: tex(PTSans-Italic-tlf-t2c--base.tfm) = %{tl_version} -Provides: tex(PTSans-Italic-tlf-t2c.tfm) = %{tl_version} -Provides: tex(PTSans-Italic-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(PTSans-Italic-tlf-ts1.tfm) = %{tl_version} -Provides: tex(PTSans-Italic-tlf-x2--base.tfm) = %{tl_version} -Provides: tex(PTSans-Italic-tlf-x2.tfm) = %{tl_version} -Provides: tex(PTSans-Narrow-tlf-il2.tfm) = %{tl_version} -Provides: tex(PTSans-Narrow-tlf-ot1.tfm) = %{tl_version} -Provides: tex(PTSans-Narrow-tlf-ot2.tfm) = %{tl_version} -Provides: tex(PTSans-Narrow-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(PTSans-Narrow-tlf-t1.tfm) = %{tl_version} -Provides: tex(PTSans-Narrow-tlf-t2a--base.tfm) = %{tl_version} -Provides: tex(PTSans-Narrow-tlf-t2a.tfm) = %{tl_version} -Provides: tex(PTSans-Narrow-tlf-t2b--base.tfm) = %{tl_version} -Provides: tex(PTSans-Narrow-tlf-t2b.tfm) = %{tl_version} -Provides: tex(PTSans-Narrow-tlf-t2c--base.tfm) = %{tl_version} -Provides: tex(PTSans-Narrow-tlf-t2c.tfm) = %{tl_version} -Provides: tex(PTSans-Narrow-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(PTSans-Narrow-tlf-ts1.tfm) = %{tl_version} -Provides: tex(PTSans-Narrow-tlf-x2--base.tfm) = %{tl_version} -Provides: tex(PTSans-Narrow-tlf-x2.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowBold-tlf-il2.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowBold-tlf-ot1.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowBold-tlf-ot2.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowBold-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowBold-tlf-t1.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowBold-tlf-t2a--base.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowBold-tlf-t2a.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowBold-tlf-t2b--base.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowBold-tlf-t2b.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowBold-tlf-t2c--base.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowBold-tlf-t2c.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowBold-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowBold-tlf-ts1.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowBold-tlf-x2--base.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowBold-tlf-x2.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowBoldSlanted-tlf-il2.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowBoldSlanted-tlf-ot1.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowBoldSlanted-tlf-ot2.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowBoldSlanted-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowBoldSlanted-tlf-t1.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowBoldSlanted-tlf-t2a--base.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowBoldSlanted-tlf-t2a.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowBoldSlanted-tlf-t2b--base.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowBoldSlanted-tlf-t2b.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowBoldSlanted-tlf-t2c--base.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowBoldSlanted-tlf-t2c.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowBoldSlanted-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowBoldSlanted-tlf-ts1.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowBoldSlanted-tlf-x2--base.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowBoldSlanted-tlf-x2.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowSlanted-tlf-il2.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowSlanted-tlf-ot1.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowSlanted-tlf-ot2.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowSlanted-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowSlanted-tlf-t1.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowSlanted-tlf-t2a--base.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowSlanted-tlf-t2a.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowSlanted-tlf-t2b--base.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowSlanted-tlf-t2b.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowSlanted-tlf-t2c--base.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowSlanted-tlf-t2c.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowSlanted-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowSlanted-tlf-ts1.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowSlanted-tlf-x2--base.tfm) = %{tl_version} -Provides: tex(PTSans-NarrowSlanted-tlf-x2.tfm) = %{tl_version} -Provides: tex(PTSans-Regular-tlf-il2.tfm) = %{tl_version} -Provides: tex(PTSans-Regular-tlf-ot1.tfm) = %{tl_version} -Provides: tex(PTSans-Regular-tlf-ot2.tfm) = %{tl_version} -Provides: tex(PTSans-Regular-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(PTSans-Regular-tlf-t1.tfm) = %{tl_version} -Provides: tex(PTSans-Regular-tlf-t2a--base.tfm) = %{tl_version} -Provides: tex(PTSans-Regular-tlf-t2a.tfm) = %{tl_version} -Provides: tex(PTSans-Regular-tlf-t2b--base.tfm) = %{tl_version} -Provides: tex(PTSans-Regular-tlf-t2b.tfm) = %{tl_version} -Provides: tex(PTSans-Regular-tlf-t2c--base.tfm) = %{tl_version} -Provides: tex(PTSans-Regular-tlf-t2c.tfm) = %{tl_version} -Provides: tex(PTSans-Regular-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(PTSans-Regular-tlf-ts1.tfm) = %{tl_version} -Provides: tex(PTSans-Regular-tlf-x2--base.tfm) = %{tl_version} -Provides: tex(PTSans-Regular-tlf-x2.tfm) = %{tl_version} -Provides: tex(PTSerif-Bold-tlf-il2.tfm) = %{tl_version} -Provides: tex(PTSerif-Bold-tlf-ot1.tfm) = %{tl_version} -Provides: tex(PTSerif-Bold-tlf-ot2.tfm) = %{tl_version} -Provides: tex(PTSerif-Bold-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(PTSerif-Bold-tlf-t1.tfm) = %{tl_version} -Provides: tex(PTSerif-Bold-tlf-t2a--base.tfm) = %{tl_version} -Provides: tex(PTSerif-Bold-tlf-t2a.tfm) = %{tl_version} -Provides: tex(PTSerif-Bold-tlf-t2b--base.tfm) = %{tl_version} -Provides: tex(PTSerif-Bold-tlf-t2b.tfm) = %{tl_version} -Provides: tex(PTSerif-Bold-tlf-t2c--base.tfm) = %{tl_version} -Provides: tex(PTSerif-Bold-tlf-t2c.tfm) = %{tl_version} -Provides: tex(PTSerif-Bold-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(PTSerif-Bold-tlf-ts1.tfm) = %{tl_version} -Provides: tex(PTSerif-Bold-tlf-x2--base.tfm) = %{tl_version} -Provides: tex(PTSerif-Bold-tlf-x2.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldItalic-tlf-il2.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldItalic-tlf-ot1.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldItalic-tlf-ot2.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldItalic-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldItalic-tlf-t1.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldItalic-tlf-t2a--base.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldItalic-tlf-t2a.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldItalic-tlf-t2b--base.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldItalic-tlf-t2b.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldItalic-tlf-t2c--base.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldItalic-tlf-t2c.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldItalic-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldItalic-tlf-ts1.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldItalic-tlf-x2--base.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldItalic-tlf-x2.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldSlanted-tlf-il2.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldSlanted-tlf-ot1.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldSlanted-tlf-ot2.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldSlanted-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldSlanted-tlf-t1.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldSlanted-tlf-t2a--base.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldSlanted-tlf-t2a.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldSlanted-tlf-t2b--base.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldSlanted-tlf-t2b.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldSlanted-tlf-t2c--base.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldSlanted-tlf-t2c.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldSlanted-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldSlanted-tlf-ts1.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldSlanted-tlf-x2--base.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldSlanted-tlf-x2.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldUprightItalic-tlf-il2.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldUprightItalic-tlf-ot1.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldUprightItalic-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldUprightItalic-tlf-t1.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldUprightItalic-tlf-t2a--base.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldUprightItalic-tlf-t2a.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldUprightItalic-tlf-t2b--base.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldUprightItalic-tlf-t2b.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldUprightItalic-tlf-t2c--base.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldUprightItalic-tlf-t2c.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldUprightItalic-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldUprightItalic-tlf-ts1.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldUprightItalic-tlf-x2--base.tfm) = %{tl_version} -Provides: tex(PTSerif-BoldUprightItalic-tlf-x2.tfm) = %{tl_version} -Provides: tex(PTSerif-Caption-tlf-il2.tfm) = %{tl_version} -Provides: tex(PTSerif-Caption-tlf-ot1.tfm) = %{tl_version} -Provides: tex(PTSerif-Caption-tlf-ot2.tfm) = %{tl_version} -Provides: tex(PTSerif-Caption-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(PTSerif-Caption-tlf-t1.tfm) = %{tl_version} -Provides: tex(PTSerif-Caption-tlf-t2a--base.tfm) = %{tl_version} -Provides: tex(PTSerif-Caption-tlf-t2a.tfm) = %{tl_version} -Provides: tex(PTSerif-Caption-tlf-t2b--base.tfm) = %{tl_version} -Provides: tex(PTSerif-Caption-tlf-t2b.tfm) = %{tl_version} -Provides: tex(PTSerif-Caption-tlf-t2c--base.tfm) = %{tl_version} -Provides: tex(PTSerif-Caption-tlf-t2c.tfm) = %{tl_version} -Provides: tex(PTSerif-Caption-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(PTSerif-Caption-tlf-ts1.tfm) = %{tl_version} -Provides: tex(PTSerif-Caption-tlf-x2--base.tfm) = %{tl_version} -Provides: tex(PTSerif-Caption-tlf-x2.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionItalic-tlf-il2.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionItalic-tlf-ot1.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionItalic-tlf-ot2.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionItalic-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionItalic-tlf-t1.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionItalic-tlf-t2a--base.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionItalic-tlf-t2a.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionItalic-tlf-t2b--base.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionItalic-tlf-t2b.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionItalic-tlf-t2c--base.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionItalic-tlf-t2c.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionItalic-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionItalic-tlf-ts1.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionItalic-tlf-x2--base.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionItalic-tlf-x2.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionSlanted-tlf-il2.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionSlanted-tlf-ot1.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionSlanted-tlf-ot2.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionSlanted-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionSlanted-tlf-t1.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionSlanted-tlf-t2a--base.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionSlanted-tlf-t2a.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionSlanted-tlf-t2b--base.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionSlanted-tlf-t2b.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionSlanted-tlf-t2c--base.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionSlanted-tlf-t2c.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionSlanted-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionSlanted-tlf-ts1.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionSlanted-tlf-x2--base.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionSlanted-tlf-x2.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionUprightItalic-tlf-il2.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionUprightItalic-tlf-ot1.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionUprightItalic-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionUprightItalic-tlf-t1.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionUprightItalic-tlf-t2a--base.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionUprightItalic-tlf-t2a.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionUprightItalic-tlf-t2b--base.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionUprightItalic-tlf-t2b.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionUprightItalic-tlf-t2c--base.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionUprightItalic-tlf-t2c.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionUprightItalic-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionUprightItalic-tlf-ts1.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionUprightItalic-tlf-x2--base.tfm) = %{tl_version} -Provides: tex(PTSerif-CaptionUprightItalic-tlf-x2.tfm) = %{tl_version} -Provides: tex(PTSerif-Italic-tlf-il2.tfm) = %{tl_version} -Provides: tex(PTSerif-Italic-tlf-ot1.tfm) = %{tl_version} -Provides: tex(PTSerif-Italic-tlf-ot2.tfm) = %{tl_version} -Provides: tex(PTSerif-Italic-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(PTSerif-Italic-tlf-t1.tfm) = %{tl_version} -Provides: tex(PTSerif-Italic-tlf-t2a--base.tfm) = %{tl_version} -Provides: tex(PTSerif-Italic-tlf-t2a.tfm) = %{tl_version} -Provides: tex(PTSerif-Italic-tlf-t2b--base.tfm) = %{tl_version} -Provides: tex(PTSerif-Italic-tlf-t2b.tfm) = %{tl_version} -Provides: tex(PTSerif-Italic-tlf-t2c--base.tfm) = %{tl_version} -Provides: tex(PTSerif-Italic-tlf-t2c.tfm) = %{tl_version} -Provides: tex(PTSerif-Italic-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(PTSerif-Italic-tlf-ts1.tfm) = %{tl_version} -Provides: tex(PTSerif-Italic-tlf-x2--base.tfm) = %{tl_version} -Provides: tex(PTSerif-Italic-tlf-x2.tfm) = %{tl_version} -Provides: tex(PTSerif-Regular-tlf-il2.tfm) = %{tl_version} -Provides: tex(PTSerif-Regular-tlf-ot1.tfm) = %{tl_version} -Provides: tex(PTSerif-Regular-tlf-ot2.tfm) = %{tl_version} -Provides: tex(PTSerif-Regular-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(PTSerif-Regular-tlf-t1.tfm) = %{tl_version} -Provides: tex(PTSerif-Regular-tlf-t2a--base.tfm) = %{tl_version} -Provides: tex(PTSerif-Regular-tlf-t2a.tfm) = %{tl_version} -Provides: tex(PTSerif-Regular-tlf-t2b--base.tfm) = %{tl_version} -Provides: tex(PTSerif-Regular-tlf-t2b.tfm) = %{tl_version} -Provides: tex(PTSerif-Regular-tlf-t2c--base.tfm) = %{tl_version} -Provides: tex(PTSerif-Regular-tlf-t2c.tfm) = %{tl_version} -Provides: tex(PTSerif-Regular-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(PTSerif-Regular-tlf-ts1.tfm) = %{tl_version} -Provides: tex(PTSerif-Regular-tlf-x2--base.tfm) = %{tl_version} -Provides: tex(PTSerif-Regular-tlf-x2.tfm) = %{tl_version} -Provides: tex(PTSerif-Slanted-tlf-il2.tfm) = %{tl_version} -Provides: tex(PTSerif-Slanted-tlf-ot1.tfm) = %{tl_version} -Provides: tex(PTSerif-Slanted-tlf-ot2.tfm) = %{tl_version} -Provides: tex(PTSerif-Slanted-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(PTSerif-Slanted-tlf-t1.tfm) = %{tl_version} -Provides: tex(PTSerif-Slanted-tlf-t2a--base.tfm) = %{tl_version} -Provides: tex(PTSerif-Slanted-tlf-t2a.tfm) = %{tl_version} -Provides: tex(PTSerif-Slanted-tlf-t2b--base.tfm) = %{tl_version} -Provides: tex(PTSerif-Slanted-tlf-t2b.tfm) = %{tl_version} -Provides: tex(PTSerif-Slanted-tlf-t2c--base.tfm) = %{tl_version} -Provides: tex(PTSerif-Slanted-tlf-t2c.tfm) = %{tl_version} -Provides: tex(PTSerif-Slanted-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(PTSerif-Slanted-tlf-ts1.tfm) = %{tl_version} -Provides: tex(PTSerif-Slanted-tlf-x2--base.tfm) = %{tl_version} -Provides: tex(PTSerif-Slanted-tlf-x2.tfm) = %{tl_version} -Provides: tex(PTSerif-UprightItalic-tlf-il2.tfm) = %{tl_version} -Provides: tex(PTSerif-UprightItalic-tlf-ot1.tfm) = %{tl_version} -Provides: tex(PTSerif-UprightItalic-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(PTSerif-UprightItalic-tlf-t1.tfm) = %{tl_version} -Provides: tex(PTSerif-UprightItalic-tlf-t2a--base.tfm) = %{tl_version} -Provides: tex(PTSerif-UprightItalic-tlf-t2a.tfm) = %{tl_version} -Provides: tex(PTSerif-UprightItalic-tlf-t2b--base.tfm) = %{tl_version} -Provides: tex(PTSerif-UprightItalic-tlf-t2b.tfm) = %{tl_version} -Provides: tex(PTSerif-UprightItalic-tlf-t2c--base.tfm) = %{tl_version} -Provides: tex(PTSerif-UprightItalic-tlf-t2c.tfm) = %{tl_version} -Provides: tex(PTSerif-UprightItalic-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(PTSerif-UprightItalic-tlf-ts1.tfm) = %{tl_version} -Provides: tex(PTSerif-UprightItalic-tlf-x2--base.tfm) = %{tl_version} -Provides: tex(PTSerif-UprightItalic-tlf-x2.tfm) = %{tl_version} -Provides: tex(PTM55F.ttf) = %{tl_version} -Provides: tex(PTM75F.ttf) = %{tl_version} -Provides: tex(PTC55F.ttf) = %{tl_version} -Provides: tex(PTC75F.ttf) = %{tl_version} -Provides: tex(PTN57F.ttf) = %{tl_version} -Provides: tex(PTN77F.ttf) = %{tl_version} -Provides: tex(PTS55F.ttf) = %{tl_version} -Provides: tex(PTS56F.ttf) = %{tl_version} -Provides: tex(PTS75F.ttf) = %{tl_version} -Provides: tex(PTS76F.ttf) = %{tl_version} -Provides: tex(PTF55F.ttf) = %{tl_version} -Provides: tex(PTF56F.ttf) = %{tl_version} -Provides: tex(PTF75F.ttf) = %{tl_version} -Provides: tex(PTF76F.ttf) = %{tl_version} -Provides: tex(PTZ55F.ttf) = %{tl_version} -Provides: tex(PTZ56F.ttf) = %{tl_version} -Provides: tex(PTM55F.pfb) = %{tl_version} -Provides: tex(PTM75F.pfb) = %{tl_version} -Provides: tex(PTC55F.pfb) = %{tl_version} -Provides: tex(PTC75F.pfb) = %{tl_version} -Provides: tex(PTN57F.pfb) = %{tl_version} -Provides: tex(PTN77F.pfb) = %{tl_version} -Provides: tex(PTS55F.pfb) = %{tl_version} -Provides: tex(PTS56F.pfb) = %{tl_version} -Provides: tex(PTS75F.pfb) = %{tl_version} -Provides: tex(PTS76F.pfb) = %{tl_version} -Provides: tex(PTF55F.pfb) = %{tl_version} -Provides: tex(PTF56F.pfb) = %{tl_version} -Provides: tex(PTF75F.pfb) = %{tl_version} -Provides: tex(PTF76F.pfb) = %{tl_version} -Provides: tex(PTZ55F.pfb) = %{tl_version} -Provides: tex(PTZ56F.pfb) = %{tl_version} -Provides: tex(PTMono-Bold-tlf-il2.vf) = %{tl_version} -Provides: tex(PTMono-Bold-tlf-ot1.vf) = %{tl_version} -Provides: tex(PTMono-Bold-tlf-t1.vf) = %{tl_version} -Provides: tex(PTMono-Bold-tlf-t2a.vf) = %{tl_version} -Provides: tex(PTMono-Bold-tlf-t2b.vf) = %{tl_version} -Provides: tex(PTMono-Bold-tlf-t2c.vf) = %{tl_version} -Provides: tex(PTMono-Bold-tlf-ts1.vf) = %{tl_version} -Provides: tex(PTMono-Bold-tlf-x2.vf) = %{tl_version} -Provides: tex(PTMono-BoldSlanted-tlf-t1.vf) = %{tl_version} -Provides: tex(PTMono-BoldSlanted-tlf-t2a.vf) = %{tl_version} -Provides: tex(PTMono-BoldSlanted-tlf-t2b.vf) = %{tl_version} -Provides: tex(PTMono-BoldSlanted-tlf-t2c.vf) = %{tl_version} -Provides: tex(PTMono-BoldSlanted-tlf-ts1.vf) = %{tl_version} -Provides: tex(PTMono-BoldSlanted-tlf-x2.vf) = %{tl_version} -Provides: tex(PTMono-Regular-tlf-il2.vf) = %{tl_version} -Provides: tex(PTMono-Regular-tlf-ot1.vf) = %{tl_version} -Provides: tex(PTMono-Regular-tlf-t1.vf) = %{tl_version} -Provides: tex(PTMono-Regular-tlf-t2a.vf) = %{tl_version} -Provides: tex(PTMono-Regular-tlf-t2b.vf) = %{tl_version} -Provides: tex(PTMono-Regular-tlf-t2c.vf) = %{tl_version} -Provides: tex(PTMono-Regular-tlf-ts1.vf) = %{tl_version} -Provides: tex(PTMono-Regular-tlf-x2.vf) = %{tl_version} -Provides: tex(PTMono-Slanted-tlf-t1.vf) = %{tl_version} -Provides: tex(PTMono-Slanted-tlf-t2a.vf) = %{tl_version} -Provides: tex(PTMono-Slanted-tlf-t2b.vf) = %{tl_version} -Provides: tex(PTMono-Slanted-tlf-t2c.vf) = %{tl_version} -Provides: tex(PTMono-Slanted-tlf-ts1.vf) = %{tl_version} -Provides: tex(PTMono-Slanted-tlf-x2.vf) = %{tl_version} -Provides: tex(PTSans-Bold-tlf-t1.vf) = %{tl_version} -Provides: tex(PTSans-Bold-tlf-t2a.vf) = %{tl_version} -Provides: tex(PTSans-Bold-tlf-t2b.vf) = %{tl_version} -Provides: tex(PTSans-Bold-tlf-t2c.vf) = %{tl_version} -Provides: tex(PTSans-Bold-tlf-ts1.vf) = %{tl_version} -Provides: tex(PTSans-Bold-tlf-x2.vf) = %{tl_version} -Provides: tex(PTSans-BoldItalic-tlf-t1.vf) = %{tl_version} -Provides: tex(PTSans-BoldItalic-tlf-t2a.vf) = %{tl_version} -Provides: tex(PTSans-BoldItalic-tlf-t2b.vf) = %{tl_version} -Provides: tex(PTSans-BoldItalic-tlf-t2c.vf) = %{tl_version} -Provides: tex(PTSans-BoldItalic-tlf-ts1.vf) = %{tl_version} -Provides: tex(PTSans-BoldItalic-tlf-x2.vf) = %{tl_version} -Provides: tex(PTSans-Caption-tlf-t1.vf) = %{tl_version} -Provides: tex(PTSans-Caption-tlf-t2a.vf) = %{tl_version} -Provides: tex(PTSans-Caption-tlf-t2b.vf) = %{tl_version} -Provides: tex(PTSans-Caption-tlf-t2c.vf) = %{tl_version} -Provides: tex(PTSans-Caption-tlf-ts1.vf) = %{tl_version} -Provides: tex(PTSans-Caption-tlf-x2.vf) = %{tl_version} -Provides: tex(PTSans-CaptionBold-tlf-t1.vf) = %{tl_version} -Provides: tex(PTSans-CaptionBold-tlf-t2a.vf) = %{tl_version} -Provides: tex(PTSans-CaptionBold-tlf-t2b.vf) = %{tl_version} -Provides: tex(PTSans-CaptionBold-tlf-t2c.vf) = %{tl_version} -Provides: tex(PTSans-CaptionBold-tlf-ts1.vf) = %{tl_version} -Provides: tex(PTSans-CaptionBold-tlf-x2.vf) = %{tl_version} -Provides: tex(PTSans-CaptionBoldSlanted-tlf-t1.vf) = %{tl_version} -Provides: tex(PTSans-CaptionBoldSlanted-tlf-t2a.vf) = %{tl_version} -Provides: tex(PTSans-CaptionBoldSlanted-tlf-t2b.vf) = %{tl_version} -Provides: tex(PTSans-CaptionBoldSlanted-tlf-t2c.vf) = %{tl_version} -Provides: tex(PTSans-CaptionBoldSlanted-tlf-ts1.vf) = %{tl_version} -Provides: tex(PTSans-CaptionBoldSlanted-tlf-x2.vf) = %{tl_version} -Provides: tex(PTSans-CaptionSlanted-tlf-t1.vf) = %{tl_version} -Provides: tex(PTSans-CaptionSlanted-tlf-t2a.vf) = %{tl_version} -Provides: tex(PTSans-CaptionSlanted-tlf-t2b.vf) = %{tl_version} -Provides: tex(PTSans-CaptionSlanted-tlf-t2c.vf) = %{tl_version} -Provides: tex(PTSans-CaptionSlanted-tlf-ts1.vf) = %{tl_version} -Provides: tex(PTSans-CaptionSlanted-tlf-x2.vf) = %{tl_version} -Provides: tex(PTSans-Italic-tlf-t1.vf) = %{tl_version} -Provides: tex(PTSans-Italic-tlf-t2a.vf) = %{tl_version} -Provides: tex(PTSans-Italic-tlf-t2b.vf) = %{tl_version} -Provides: tex(PTSans-Italic-tlf-t2c.vf) = %{tl_version} -Provides: tex(PTSans-Italic-tlf-ts1.vf) = %{tl_version} -Provides: tex(PTSans-Italic-tlf-x2.vf) = %{tl_version} -Provides: tex(PTSans-Narrow-tlf-t1.vf) = %{tl_version} -Provides: tex(PTSans-Narrow-tlf-t2a.vf) = %{tl_version} -Provides: tex(PTSans-Narrow-tlf-t2b.vf) = %{tl_version} -Provides: tex(PTSans-Narrow-tlf-t2c.vf) = %{tl_version} -Provides: tex(PTSans-Narrow-tlf-ts1.vf) = %{tl_version} -Provides: tex(PTSans-Narrow-tlf-x2.vf) = %{tl_version} -Provides: tex(PTSans-NarrowBold-tlf-t1.vf) = %{tl_version} -Provides: tex(PTSans-NarrowBold-tlf-t2a.vf) = %{tl_version} -Provides: tex(PTSans-NarrowBold-tlf-t2b.vf) = %{tl_version} -Provides: tex(PTSans-NarrowBold-tlf-t2c.vf) = %{tl_version} -Provides: tex(PTSans-NarrowBold-tlf-ts1.vf) = %{tl_version} -Provides: tex(PTSans-NarrowBold-tlf-x2.vf) = %{tl_version} -Provides: tex(PTSans-NarrowBoldSlanted-tlf-t1.vf) = %{tl_version} -Provides: tex(PTSans-NarrowBoldSlanted-tlf-t2a.vf) = %{tl_version} -Provides: tex(PTSans-NarrowBoldSlanted-tlf-t2b.vf) = %{tl_version} -Provides: tex(PTSans-NarrowBoldSlanted-tlf-t2c.vf) = %{tl_version} -Provides: tex(PTSans-NarrowBoldSlanted-tlf-ts1.vf) = %{tl_version} -Provides: tex(PTSans-NarrowBoldSlanted-tlf-x2.vf) = %{tl_version} -Provides: tex(PTSans-NarrowSlanted-tlf-t1.vf) = %{tl_version} -Provides: tex(PTSans-NarrowSlanted-tlf-t2a.vf) = %{tl_version} -Provides: tex(PTSans-NarrowSlanted-tlf-t2b.vf) = %{tl_version} -Provides: tex(PTSans-NarrowSlanted-tlf-t2c.vf) = %{tl_version} -Provides: tex(PTSans-NarrowSlanted-tlf-ts1.vf) = %{tl_version} -Provides: tex(PTSans-NarrowSlanted-tlf-x2.vf) = %{tl_version} -Provides: tex(PTSans-Regular-tlf-t1.vf) = %{tl_version} -Provides: tex(PTSans-Regular-tlf-t2a.vf) = %{tl_version} -Provides: tex(PTSans-Regular-tlf-t2b.vf) = %{tl_version} -Provides: tex(PTSans-Regular-tlf-t2c.vf) = %{tl_version} -Provides: tex(PTSans-Regular-tlf-ts1.vf) = %{tl_version} -Provides: tex(PTSans-Regular-tlf-x2.vf) = %{tl_version} -Provides: tex(PTSerif-Bold-tlf-t1.vf) = %{tl_version} -Provides: tex(PTSerif-Bold-tlf-t2a.vf) = %{tl_version} -Provides: tex(PTSerif-Bold-tlf-t2b.vf) = %{tl_version} -Provides: tex(PTSerif-Bold-tlf-t2c.vf) = %{tl_version} -Provides: tex(PTSerif-Bold-tlf-ts1.vf) = %{tl_version} -Provides: tex(PTSerif-Bold-tlf-x2.vf) = %{tl_version} -Provides: tex(PTSerif-BoldItalic-tlf-t1.vf) = %{tl_version} -Provides: tex(PTSerif-BoldItalic-tlf-t2a.vf) = %{tl_version} -Provides: tex(PTSerif-BoldItalic-tlf-t2b.vf) = %{tl_version} -Provides: tex(PTSerif-BoldItalic-tlf-t2c.vf) = %{tl_version} -Provides: tex(PTSerif-BoldItalic-tlf-ts1.vf) = %{tl_version} -Provides: tex(PTSerif-BoldItalic-tlf-x2.vf) = %{tl_version} -Provides: tex(PTSerif-BoldSlanted-tlf-t1.vf) = %{tl_version} -Provides: tex(PTSerif-BoldSlanted-tlf-t2a.vf) = %{tl_version} -Provides: tex(PTSerif-BoldSlanted-tlf-t2b.vf) = %{tl_version} -Provides: tex(PTSerif-BoldSlanted-tlf-t2c.vf) = %{tl_version} -Provides: tex(PTSerif-BoldSlanted-tlf-ts1.vf) = %{tl_version} -Provides: tex(PTSerif-BoldSlanted-tlf-x2.vf) = %{tl_version} -Provides: tex(PTSerif-BoldUprightItalic-tlf-t1.vf) = %{tl_version} -Provides: tex(PTSerif-BoldUprightItalic-tlf-t2a.vf) = %{tl_version} -Provides: tex(PTSerif-BoldUprightItalic-tlf-t2b.vf) = %{tl_version} -Provides: tex(PTSerif-BoldUprightItalic-tlf-t2c.vf) = %{tl_version} -Provides: tex(PTSerif-BoldUprightItalic-tlf-ts1.vf) = %{tl_version} -Provides: tex(PTSerif-BoldUprightItalic-tlf-x2.vf) = %{tl_version} -Provides: tex(PTSerif-Caption-tlf-t1.vf) = %{tl_version} -Provides: tex(PTSerif-Caption-tlf-t2a.vf) = %{tl_version} -Provides: tex(PTSerif-Caption-tlf-t2b.vf) = %{tl_version} -Provides: tex(PTSerif-Caption-tlf-t2c.vf) = %{tl_version} -Provides: tex(PTSerif-Caption-tlf-ts1.vf) = %{tl_version} -Provides: tex(PTSerif-Caption-tlf-x2.vf) = %{tl_version} -Provides: tex(PTSerif-CaptionItalic-tlf-t1.vf) = %{tl_version} -Provides: tex(PTSerif-CaptionItalic-tlf-t2a.vf) = %{tl_version} -Provides: tex(PTSerif-CaptionItalic-tlf-t2b.vf) = %{tl_version} -Provides: tex(PTSerif-CaptionItalic-tlf-t2c.vf) = %{tl_version} -Provides: tex(PTSerif-CaptionItalic-tlf-ts1.vf) = %{tl_version} -Provides: tex(PTSerif-CaptionItalic-tlf-x2.vf) = %{tl_version} -Provides: tex(PTSerif-CaptionSlanted-tlf-t1.vf) = %{tl_version} -Provides: tex(PTSerif-CaptionSlanted-tlf-t2a.vf) = %{tl_version} -Provides: tex(PTSerif-CaptionSlanted-tlf-t2b.vf) = %{tl_version} -Provides: tex(PTSerif-CaptionSlanted-tlf-t2c.vf) = %{tl_version} -Provides: tex(PTSerif-CaptionSlanted-tlf-ts1.vf) = %{tl_version} -Provides: tex(PTSerif-CaptionSlanted-tlf-x2.vf) = %{tl_version} -Provides: tex(PTSerif-CaptionUprightItalic-tlf-t1.vf) = %{tl_version} -Provides: tex(PTSerif-CaptionUprightItalic-tlf-t2a.vf) = %{tl_version} -Provides: tex(PTSerif-CaptionUprightItalic-tlf-t2b.vf) = %{tl_version} -Provides: tex(PTSerif-CaptionUprightItalic-tlf-t2c.vf) = %{tl_version} -Provides: tex(PTSerif-CaptionUprightItalic-tlf-ts1.vf) = %{tl_version} -Provides: tex(PTSerif-CaptionUprightItalic-tlf-x2.vf) = %{tl_version} -Provides: tex(PTSerif-Italic-tlf-t1.vf) = %{tl_version} -Provides: tex(PTSerif-Italic-tlf-t2a.vf) = %{tl_version} -Provides: tex(PTSerif-Italic-tlf-t2b.vf) = %{tl_version} -Provides: tex(PTSerif-Italic-tlf-t2c.vf) = %{tl_version} -Provides: tex(PTSerif-Italic-tlf-ts1.vf) = %{tl_version} -Provides: tex(PTSerif-Italic-tlf-x2.vf) = %{tl_version} -Provides: tex(PTSerif-Regular-tlf-t1.vf) = %{tl_version} -Provides: tex(PTSerif-Regular-tlf-t2a.vf) = %{tl_version} -Provides: tex(PTSerif-Regular-tlf-t2b.vf) = %{tl_version} -Provides: tex(PTSerif-Regular-tlf-t2c.vf) = %{tl_version} -Provides: tex(PTSerif-Regular-tlf-ts1.vf) = %{tl_version} -Provides: tex(PTSerif-Regular-tlf-x2.vf) = %{tl_version} -Provides: tex(PTSerif-Slanted-tlf-t1.vf) = %{tl_version} -Provides: tex(PTSerif-Slanted-tlf-t2a.vf) = %{tl_version} -Provides: tex(PTSerif-Slanted-tlf-t2b.vf) = %{tl_version} -Provides: tex(PTSerif-Slanted-tlf-t2c.vf) = %{tl_version} -Provides: tex(PTSerif-Slanted-tlf-ts1.vf) = %{tl_version} -Provides: tex(PTSerif-Slanted-tlf-x2.vf) = %{tl_version} -Provides: tex(PTSerif-UprightItalic-tlf-t1.vf) = %{tl_version} -Provides: tex(PTSerif-UprightItalic-tlf-t2a.vf) = %{tl_version} -Provides: tex(PTSerif-UprightItalic-tlf-t2b.vf) = %{tl_version} -Provides: tex(PTSerif-UprightItalic-tlf-t2c.vf) = %{tl_version} -Provides: tex(PTSerif-UprightItalic-tlf-ts1.vf) = %{tl_version} -Provides: tex(PTSerif-UprightItalic-tlf-x2.vf) = %{tl_version} -Provides: tex(IL2PTMono-TLF.fd) = %{tl_version} -Provides: tex(IL2PTSans-TLF.fd) = %{tl_version} -Provides: tex(IL2PTSansCaption-TLF.fd) = %{tl_version} -Provides: tex(IL2PTSansNarrow-TLF.fd) = %{tl_version} -Provides: tex(IL2PTSerif-TLF.fd) = %{tl_version} -Provides: tex(IL2PTSerifCaption-TLF.fd) = %{tl_version} -Provides: tex(OT1PTMono-TLF.fd) = %{tl_version} -Provides: tex(OT1PTSans-TLF.fd) = %{tl_version} -Provides: tex(OT1PTSansCaption-TLF.fd) = %{tl_version} -Provides: tex(OT1PTSansNarrow-TLF.fd) = %{tl_version} -Provides: tex(OT1PTSerif-TLF.fd) = %{tl_version} -Provides: tex(OT1PTSerifCaption-TLF.fd) = %{tl_version} -Provides: tex(OT2PTMono-TLF.fd) = %{tl_version} -Provides: tex(OT2PTSans-TLF.fd) = %{tl_version} -Provides: tex(OT2PTSansCaption-TLF.fd) = %{tl_version} -Provides: tex(OT2PTSansNarrow-TLF.fd) = %{tl_version} -Provides: tex(OT2PTSerif-TLF.fd) = %{tl_version} -Provides: tex(OT2PTSerifCaption-TLF.fd) = %{tl_version} -Provides: tex(PTMono.sty) = %{tl_version} -Provides: tex(PTSans.sty) = %{tl_version} -Provides: tex(PTSansCaption.sty) = %{tl_version} -Provides: tex(PTSansNarrow.sty) = %{tl_version} -Provides: tex(PTSerif.sty) = %{tl_version} -Provides: tex(PTSerifCaption.sty) = %{tl_version} -Provides: tex(T1PTMono-TLF.fd) = %{tl_version} -Provides: tex(T1PTSans-TLF.fd) = %{tl_version} -Provides: tex(T1PTSansCaption-TLF.fd) = %{tl_version} -Provides: tex(T1PTSansNarrow-TLF.fd) = %{tl_version} -Provides: tex(T1PTSerif-TLF.fd) = %{tl_version} -Provides: tex(T1PTSerifCaption-TLF.fd) = %{tl_version} -Provides: tex(T2APTMono-TLF.fd) = %{tl_version} -Provides: tex(T2APTSans-TLF.fd) = %{tl_version} -Provides: tex(T2APTSansCaption-TLF.fd) = %{tl_version} -Provides: tex(T2APTSansNarrow-TLF.fd) = %{tl_version} -Provides: tex(T2APTSerif-TLF.fd) = %{tl_version} -Provides: tex(T2APTSerifCaption-TLF.fd) = %{tl_version} -Provides: tex(T2BPTMono-TLF.fd) = %{tl_version} -Provides: tex(T2BPTSans-TLF.fd) = %{tl_version} -Provides: tex(T2BPTSansCaption-TLF.fd) = %{tl_version} -Provides: tex(T2BPTSansNarrow-TLF.fd) = %{tl_version} -Provides: tex(T2BPTSerif-TLF.fd) = %{tl_version} -Provides: tex(T2BPTSerifCaption-TLF.fd) = %{tl_version} -Provides: tex(T2CPTMono-TLF.fd) = %{tl_version} -Provides: tex(T2CPTSans-TLF.fd) = %{tl_version} -Provides: tex(T2CPTSansCaption-TLF.fd) = %{tl_version} -Provides: tex(T2CPTSansNarrow-TLF.fd) = %{tl_version} -Provides: tex(T2CPTSerif-TLF.fd) = %{tl_version} -Provides: tex(T2CPTSerifCaption-TLF.fd) = %{tl_version} -Provides: tex(TS1PTMono-TLF.fd) = %{tl_version} -Provides: tex(TS1PTSans-TLF.fd) = %{tl_version} -Provides: tex(TS1PTSansCaption-TLF.fd) = %{tl_version} -Provides: tex(TS1PTSansNarrow-TLF.fd) = %{tl_version} -Provides: tex(TS1PTSerif-TLF.fd) = %{tl_version} -Provides: tex(TS1PTSerifCaption-TLF.fd) = %{tl_version} -Provides: tex(X2PTMono-TLF.fd) = %{tl_version} -Provides: tex(X2PTSans-TLF.fd) = %{tl_version} -Provides: tex(X2PTSansCaption-TLF.fd) = %{tl_version} -Provides: tex(X2PTSansNarrow-TLF.fd) = %{tl_version} -Provides: tex(X2PTSerif-TLF.fd) = %{tl_version} -Provides: tex(X2PTSerifCaption-TLF.fd) = %{tl_version} -Provides: tex(paratype.sty) = %{tl_version} - -%description paratype -The package offers LaTeX support for the fonts PT Sans, PT -Serif and PT Mono developed by ParaType for the project "Public -Types of Russian Federation", and released under an open user -license. The fonts themselves are provided in both the TrueType -and Type 1 formats, both created by ParaType). The fonts -provide encodings OT1, T1, IL2, TS1, T2* and X2. The package -provides a convenient replacement of the two packages ptsans -and ptserif. - -%package paratype-doc -Summary: Documentation for paratype -Version: svn32859.0 - -Provides: tex-paratype-doc -AutoReqProv: No - -%description paratype-doc -Documentation for paratype - -%package phaistos -Provides: tex-phaistos = %{tl_version} -License: LPPL -Summary: Disk of Phaistos font -Version: svn18651.1.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(phaistos.map) = %{tl_version} -Provides: tex(Phaistos.otf) = %{tl_version} -Provides: tex(phaistos.tfm) = %{tl_version} -Provides: tex(phaistos.pfb) = %{tl_version} -Provides: tex(phaistos.sty) = %{tl_version} - -%description phaistos -A font that contains all the symbols of the famous Disc of -Phaistos, together with a LaTeX package. The disc was 'printed' -by stamping the wet clay with some sort of punches, probably -around 1700 BCE. The font is available in Adobe Type 1 and -OpenType formats (the latter using the Unicode positions for -the symbols). There are those who believe that this Cretan -script was used to 'write' Greek (it is known, for example, -that the rather later Cretan Linear B script was used to write -Greek), but arguments for other languages have been presented. - -%package phaistos-doc -Summary: Documentation for phaistos -Version: svn18651.1.0 - -Provides: tex-phaistos-doc -AutoReqProv: No - -%description phaistos-doc -Documentation for phaistos - -%package phonetic -Provides: tex-phonetic = %{tl_version} -License: LPPL -Summary: Metafont Phonetic fonts, based on Computer Modern -Version: svn21871.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(cmph10.tfm) = %{tl_version} -Provides: tex(cmph5.tfm) = %{tl_version} -Provides: tex(cmph6.tfm) = %{tl_version} -Provides: tex(cmph7.tfm) = %{tl_version} -Provides: tex(cmph8.tfm) = %{tl_version} -Provides: tex(cmph9.tfm) = %{tl_version} -Provides: tex(cmphb10.tfm) = %{tl_version} -Provides: tex(cmphi10.tfm) = %{tl_version} -Provides: tex(cmphi7.tfm) = %{tl_version} -Provides: tex(cmphi8.tfm) = %{tl_version} -Provides: tex(cmphi9.tfm) = %{tl_version} -Provides: tex(Uphon.fd) = %{tl_version} -Provides: tex(phonetic.sty) = %{tl_version} - -%description phonetic -The fonts are based on Computer Modern, and specified in -Metafont. Macros for the fonts' use are provided, both for -LaTeX 2.09 and for current LaTeX. - -%package phonetic-doc -Summary: Documentation for phonetic -Version: svn21871.0 - -Provides: tex-phonetic-doc -AutoReqProv: No - -%description phonetic-doc -Documentation for phonetic - -%package pigpen -Provides: tex-pigpen = %{tl_version} -License: LPPL -Summary: A font for the pigpen (or masonic) cipher -Version: svn15878.0.2 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(pigpen.map) = %{tl_version} -Provides: tex(pigpen.tfm) = %{tl_version} -Provides: tex(pigpen.pfa) = %{tl_version} -Provides: tex(pigpen.sty) = %{tl_version} -Provides: tex(pigpen.tex) = %{tl_version} - -%description pigpen -The Pigpen cipher package provides the font and the necessary -wrappers (style file, etc.) in order to write Pigpen ciphers, a -simple substitution cipher. The package provides a font -(available both as Metafont source, and as an Adobe Type 1 -file), and macros for its use. - -%package pigpen-doc -Summary: Documentation for pigpen -Version: svn15878.0.2 - -Provides: tex-pigpen-doc -AutoReqProv: No - -%description pigpen-doc -Documentation for pigpen - -%package playfair -Provides: tex-playfair = %{tl_version} -License: OFL -Summary: Playfair Display fonts with LaTeX support -Version: svn56005 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Requires: tex(textcomp.sty) -Requires: tex(xkeyval.sty) -Requires: tex(fontspec.sty) -Requires: tex(fontenc.sty) -Requires: tex(fontaxes.sty) -Requires: tex(mweights.sty) -Provides: tex(LY1PlyfrDisplay-LF.fd) = %{tl_version} -Provides: tex(LY1PlyfrDisplay-OsF.fd) = %{tl_version} -Provides: tex(LY1PlyfrDisplay-Sup.fd) = %{tl_version} -Provides: tex(OT1PlyfrDisplay-LF.fd) = %{tl_version} -Provides: tex(OT1PlyfrDisplay-OsF.fd) = %{tl_version} -Provides: tex(OT1PlyfrDisplay-Sup.fd) = %{tl_version} -Provides: tex(PlayfairDisplay.map) = %{tl_version} -Provides: tex(PlayfairDisplay.sty) = %{tl_version} -Provides: tex(T1PlyfrDisplay-LF.fd) = %{tl_version} -Provides: tex(T1PlyfrDisplay-OsF.fd) = %{tl_version} -Provides: tex(T1PlyfrDisplay-Sup.fd) = %{tl_version} -Provides: tex(TS1PlyfrDisplay-LF.fd) = %{tl_version} -Provides: tex(TS1PlyfrDisplay-OsF.fd) = %{tl_version} -Provides: tex(plyfr_3udzka.enc) = %{tl_version} -Provides: tex(plyfr_4avjba.enc) = %{tl_version} -Provides: tex(plyfr_4srszf.enc) = %{tl_version} -Provides: tex(plyfr_b7y4dd.enc) = %{tl_version} -Provides: tex(plyfr_chpa4l.enc) = %{tl_version} -Provides: tex(plyfr_eb5cw4.enc) = %{tl_version} -Provides: tex(plyfr_fmyrgi.enc) = %{tl_version} -Provides: tex(plyfr_gb53zg.enc) = %{tl_version} -Provides: tex(plyfr_h54wtc.enc) = %{tl_version} -Provides: tex(plyfr_he4k5f.enc) = %{tl_version} -Provides: tex(plyfr_j7rmxo.enc) = %{tl_version} -Provides: tex(plyfr_jk5hji.enc) = %{tl_version} -Provides: tex(plyfr_jowrio.enc) = %{tl_version} -Provides: tex(plyfr_kdf3ua.enc) = %{tl_version} -Provides: tex(plyfr_kzslp6.enc) = %{tl_version} -Provides: tex(plyfr_me7kyw.enc) = %{tl_version} -Provides: tex(plyfr_q6cjrr.enc) = %{tl_version} -Provides: tex(plyfr_qfnkfj.enc) = %{tl_version} -Provides: tex(plyfr_vw64ij.enc) = %{tl_version} -Provides: tex(plyfr_ygz7pk.enc) = %{tl_version} - -%description playfair -Playfair Display is well suited for titling and headlines. It -has an extra large x-height and short descenders. It can be set -with no leading if space is tight, for instance in news -headlines, or for stylistic effect in titles. Capitals are -extra short, and only very slightly heavier than the lowercase -characters. This helps achieve a more even typographical colour -when typesetting proper nouns and initialisms. - -%package playfair-doc -Summary: Documentation for playfair -Version: svn56005 -Provides: tex-playfair-doc -AutoReqProv: No - -%description playfair-doc -Documentation for playfair - -%package poltawski -Provides: tex-poltawski = %{tl_version} -License: GFSL -Summary: Antykwa Poltawskiego Family of Fonts -Version: svn20075.1.101 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(ap-cs-sc.enc) = %{tl_version} -Provides: tex(ap-cs.enc) = %{tl_version} -Provides: tex(ap-ec-sc.enc) = %{tl_version} -Provides: tex(ap-ec.enc) = %{tl_version} -Provides: tex(ap-l7x-sc.enc) = %{tl_version} -Provides: tex(ap-l7x.enc) = %{tl_version} -Provides: tex(ap-qx-sc.enc) = %{tl_version} -Provides: tex(ap-qx.enc) = %{tl_version} -Provides: tex(ap-rm-sc.enc) = %{tl_version} -Provides: tex(ap-rm.enc) = %{tl_version} -Provides: tex(ap-t5-sc.enc) = %{tl_version} -Provides: tex(ap-t5.enc) = %{tl_version} -Provides: tex(ap-texnansi-sc.enc) = %{tl_version} -Provides: tex(ap-texnansi.enc) = %{tl_version} -Provides: tex(ap-ts1.enc) = %{tl_version} -Provides: tex(ap-cs.map) = %{tl_version} -Provides: tex(ap-ec.map) = %{tl_version} -Provides: tex(ap-l7x.map) = %{tl_version} -Provides: tex(ap-qx.map) = %{tl_version} -Provides: tex(ap-rm.map) = %{tl_version} -Provides: tex(ap-t5.map) = %{tl_version} -Provides: tex(ap-texnansi.map) = %{tl_version} -Provides: tex(ap-ts1.map) = %{tl_version} -Provides: tex(ap.map) = %{tl_version} -Provides: tex(antpolt-bold.otf) = %{tl_version} -Provides: tex(antpolt-bolditalic.otf) = %{tl_version} -Provides: tex(antpolt-italic.otf) = %{tl_version} -Provides: tex(antpolt-regular.otf) = %{tl_version} -Provides: tex(antpoltcond-bold.otf) = %{tl_version} -Provides: tex(antpoltcond-bolditalic.otf) = %{tl_version} -Provides: tex(antpoltcond-italic.otf) = %{tl_version} -Provides: tex(antpoltcond-regular.otf) = %{tl_version} -Provides: tex(antpoltexpd-bold.otf) = %{tl_version} -Provides: tex(antpoltexpd-bolditalic.otf) = %{tl_version} -Provides: tex(antpoltexpd-italic.otf) = %{tl_version} -Provides: tex(antpoltexpd-regular.otf) = %{tl_version} -Provides: tex(antpoltlt-bold.otf) = %{tl_version} -Provides: tex(antpoltlt-bolditalic.otf) = %{tl_version} -Provides: tex(antpoltlt-italic.otf) = %{tl_version} -Provides: tex(antpoltlt-regular.otf) = %{tl_version} -Provides: tex(antpoltltcond-bold.otf) = %{tl_version} -Provides: tex(antpoltltcond-bolditalic.otf) = %{tl_version} -Provides: tex(antpoltltcond-italic.otf) = %{tl_version} -Provides: tex(antpoltltcond-regular.otf) = %{tl_version} -Provides: tex(antpoltltexpd-bold.otf) = %{tl_version} -Provides: tex(antpoltltexpd-bolditalic.otf) = %{tl_version} -Provides: tex(antpoltltexpd-italic.otf) = %{tl_version} -Provides: tex(antpoltltexpd-regular.otf) = %{tl_version} -Provides: tex(antpoltltsemicond-bold.otf) = %{tl_version} -Provides: tex(antpoltltsemicond-bolditalic.otf) = %{tl_version} -Provides: tex(antpoltltsemicond-italic.otf) = %{tl_version} -Provides: tex(antpoltltsemicond-regular.otf) = %{tl_version} -Provides: tex(antpoltltsemiexpd-bold.otf) = %{tl_version} -Provides: tex(antpoltltsemiexpd-bolditalic.otf) = %{tl_version} -Provides: tex(antpoltltsemiexpd-italic.otf) = %{tl_version} -Provides: tex(antpoltltsemiexpd-regular.otf) = %{tl_version} -Provides: tex(antpoltsemicond-bold.otf) = %{tl_version} -Provides: tex(antpoltsemicond-bolditalic.otf) = %{tl_version} -Provides: tex(antpoltsemicond-italic.otf) = %{tl_version} -Provides: tex(antpoltsemicond-regular.otf) = %{tl_version} -Provides: tex(antpoltsemiexpd-bold.otf) = %{tl_version} -Provides: tex(antpoltsemiexpd-bolditalic.otf) = %{tl_version} -Provides: tex(antpoltsemiexpd-italic.otf) = %{tl_version} -Provides: tex(antpoltsemiexpd-regular.otf) = %{tl_version} -Provides: tex(cs-antpb10-sc.tfm) = %{tl_version} -Provides: tex(cs-antpb10.tfm) = %{tl_version} -Provides: tex(cs-antpb12-sc.tfm) = %{tl_version} -Provides: tex(cs-antpb12.tfm) = %{tl_version} -Provides: tex(cs-antpb17-sc.tfm) = %{tl_version} -Provides: tex(cs-antpb17.tfm) = %{tl_version} -Provides: tex(cs-antpb6-sc.tfm) = %{tl_version} -Provides: tex(cs-antpb6.tfm) = %{tl_version} -Provides: tex(cs-antpb8-sc.tfm) = %{tl_version} -Provides: tex(cs-antpb8.tfm) = %{tl_version} -Provides: tex(cs-antpbi10-sc.tfm) = %{tl_version} -Provides: tex(cs-antpbi10.tfm) = %{tl_version} -Provides: tex(cs-antpbi12-sc.tfm) = %{tl_version} -Provides: tex(cs-antpbi12.tfm) = %{tl_version} -Provides: tex(cs-antpbi17-sc.tfm) = %{tl_version} -Provides: tex(cs-antpbi17.tfm) = %{tl_version} -Provides: tex(cs-antpbi6-sc.tfm) = %{tl_version} -Provides: tex(cs-antpbi6.tfm) = %{tl_version} -Provides: tex(cs-antpbi8-sc.tfm) = %{tl_version} -Provides: tex(cs-antpbi8.tfm) = %{tl_version} -Provides: tex(cs-antpl10-sc.tfm) = %{tl_version} -Provides: tex(cs-antpl10.tfm) = %{tl_version} -Provides: tex(cs-antpl12-sc.tfm) = %{tl_version} -Provides: tex(cs-antpl12.tfm) = %{tl_version} -Provides: tex(cs-antpl17-sc.tfm) = %{tl_version} -Provides: tex(cs-antpl17.tfm) = %{tl_version} -Provides: tex(cs-antpl6-sc.tfm) = %{tl_version} -Provides: tex(cs-antpl6.tfm) = %{tl_version} -Provides: tex(cs-antpl8-sc.tfm) = %{tl_version} -Provides: tex(cs-antpl8.tfm) = %{tl_version} -Provides: tex(cs-antpli10-sc.tfm) = %{tl_version} -Provides: tex(cs-antpli10.tfm) = %{tl_version} -Provides: tex(cs-antpli12-sc.tfm) = %{tl_version} -Provides: tex(cs-antpli12.tfm) = %{tl_version} -Provides: tex(cs-antpli17-sc.tfm) = %{tl_version} -Provides: tex(cs-antpli17.tfm) = %{tl_version} -Provides: tex(cs-antpli6-sc.tfm) = %{tl_version} -Provides: tex(cs-antpli6.tfm) = %{tl_version} -Provides: tex(cs-antpli8-sc.tfm) = %{tl_version} -Provides: tex(cs-antpli8.tfm) = %{tl_version} -Provides: tex(cs-antpm10-sc.tfm) = %{tl_version} -Provides: tex(cs-antpm10.tfm) = %{tl_version} -Provides: tex(cs-antpm12-sc.tfm) = %{tl_version} -Provides: tex(cs-antpm12.tfm) = %{tl_version} -Provides: tex(cs-antpm17-sc.tfm) = %{tl_version} -Provides: tex(cs-antpm17.tfm) = %{tl_version} -Provides: tex(cs-antpm6-sc.tfm) = %{tl_version} -Provides: tex(cs-antpm6.tfm) = %{tl_version} -Provides: tex(cs-antpm8-sc.tfm) = %{tl_version} -Provides: tex(cs-antpm8.tfm) = %{tl_version} -Provides: tex(cs-antpmi10-sc.tfm) = %{tl_version} -Provides: tex(cs-antpmi10.tfm) = %{tl_version} -Provides: tex(cs-antpmi12-sc.tfm) = %{tl_version} -Provides: tex(cs-antpmi12.tfm) = %{tl_version} -Provides: tex(cs-antpmi17-sc.tfm) = %{tl_version} -Provides: tex(cs-antpmi17.tfm) = %{tl_version} -Provides: tex(cs-antpmi6-sc.tfm) = %{tl_version} -Provides: tex(cs-antpmi6.tfm) = %{tl_version} -Provides: tex(cs-antpmi8-sc.tfm) = %{tl_version} -Provides: tex(cs-antpmi8.tfm) = %{tl_version} -Provides: tex(cs-antpr10-sc.tfm) = %{tl_version} -Provides: tex(cs-antpr10.tfm) = %{tl_version} -Provides: tex(cs-antpr12-sc.tfm) = %{tl_version} -Provides: tex(cs-antpr12.tfm) = %{tl_version} -Provides: tex(cs-antpr17-sc.tfm) = %{tl_version} -Provides: tex(cs-antpr17.tfm) = %{tl_version} -Provides: tex(cs-antpr6-sc.tfm) = %{tl_version} -Provides: tex(cs-antpr6.tfm) = %{tl_version} -Provides: tex(cs-antpr8-sc.tfm) = %{tl_version} -Provides: tex(cs-antpr8.tfm) = %{tl_version} -Provides: tex(cs-antpri10-sc.tfm) = %{tl_version} -Provides: tex(cs-antpri10.tfm) = %{tl_version} -Provides: tex(cs-antpri12-sc.tfm) = %{tl_version} -Provides: tex(cs-antpri12.tfm) = %{tl_version} -Provides: tex(cs-antpri17-sc.tfm) = %{tl_version} -Provides: tex(cs-antpri17.tfm) = %{tl_version} -Provides: tex(cs-antpri6-sc.tfm) = %{tl_version} -Provides: tex(cs-antpri6.tfm) = %{tl_version} -Provides: tex(cs-antpri8-sc.tfm) = %{tl_version} -Provides: tex(cs-antpri8.tfm) = %{tl_version} -Provides: tex(ec-antpb10-sc.tfm) = %{tl_version} -Provides: tex(ec-antpb10.tfm) = %{tl_version} -Provides: tex(ec-antpb12-sc.tfm) = %{tl_version} -Provides: tex(ec-antpb12.tfm) = %{tl_version} -Provides: tex(ec-antpb17-sc.tfm) = %{tl_version} -Provides: tex(ec-antpb17.tfm) = %{tl_version} -Provides: tex(ec-antpb6-sc.tfm) = %{tl_version} -Provides: tex(ec-antpb6.tfm) = %{tl_version} -Provides: tex(ec-antpb8-sc.tfm) = %{tl_version} -Provides: tex(ec-antpb8.tfm) = %{tl_version} -Provides: tex(ec-antpbi10-sc.tfm) = %{tl_version} -Provides: tex(ec-antpbi10.tfm) = %{tl_version} -Provides: tex(ec-antpbi12-sc.tfm) = %{tl_version} -Provides: tex(ec-antpbi12.tfm) = %{tl_version} -Provides: tex(ec-antpbi17-sc.tfm) = %{tl_version} -Provides: tex(ec-antpbi17.tfm) = %{tl_version} -Provides: tex(ec-antpbi6-sc.tfm) = %{tl_version} -Provides: tex(ec-antpbi6.tfm) = %{tl_version} -Provides: tex(ec-antpbi8-sc.tfm) = %{tl_version} -Provides: tex(ec-antpbi8.tfm) = %{tl_version} -Provides: tex(ec-antpl10-sc.tfm) = %{tl_version} -Provides: tex(ec-antpl10.tfm) = %{tl_version} -Provides: tex(ec-antpl12-sc.tfm) = %{tl_version} -Provides: tex(ec-antpl12.tfm) = %{tl_version} -Provides: tex(ec-antpl17-sc.tfm) = %{tl_version} -Provides: tex(ec-antpl17.tfm) = %{tl_version} -Provides: tex(ec-antpl6-sc.tfm) = %{tl_version} -Provides: tex(ec-antpl6.tfm) = %{tl_version} -Provides: tex(ec-antpl8-sc.tfm) = %{tl_version} -Provides: tex(ec-antpl8.tfm) = %{tl_version} -Provides: tex(ec-antpli10-sc.tfm) = %{tl_version} -Provides: tex(ec-antpli10.tfm) = %{tl_version} -Provides: tex(ec-antpli12-sc.tfm) = %{tl_version} -Provides: tex(ec-antpli12.tfm) = %{tl_version} -Provides: tex(ec-antpli17-sc.tfm) = %{tl_version} -Provides: tex(ec-antpli17.tfm) = %{tl_version} -Provides: tex(ec-antpli6-sc.tfm) = %{tl_version} -Provides: tex(ec-antpli6.tfm) = %{tl_version} -Provides: tex(ec-antpli8-sc.tfm) = %{tl_version} -Provides: tex(ec-antpli8.tfm) = %{tl_version} -Provides: tex(ec-antpm10-sc.tfm) = %{tl_version} -Provides: tex(ec-antpm10.tfm) = %{tl_version} -Provides: tex(ec-antpm12-sc.tfm) = %{tl_version} -Provides: tex(ec-antpm12.tfm) = %{tl_version} -Provides: tex(ec-antpm17-sc.tfm) = %{tl_version} -Provides: tex(ec-antpm17.tfm) = %{tl_version} -Provides: tex(ec-antpm6-sc.tfm) = %{tl_version} -Provides: tex(ec-antpm6.tfm) = %{tl_version} -Provides: tex(ec-antpm8-sc.tfm) = %{tl_version} -Provides: tex(ec-antpm8.tfm) = %{tl_version} -Provides: tex(ec-antpmi10-sc.tfm) = %{tl_version} -Provides: tex(ec-antpmi10.tfm) = %{tl_version} -Provides: tex(ec-antpmi12-sc.tfm) = %{tl_version} -Provides: tex(ec-antpmi12.tfm) = %{tl_version} -Provides: tex(ec-antpmi17-sc.tfm) = %{tl_version} -Provides: tex(ec-antpmi17.tfm) = %{tl_version} -Provides: tex(ec-antpmi6-sc.tfm) = %{tl_version} -Provides: tex(ec-antpmi6.tfm) = %{tl_version} -Provides: tex(ec-antpmi8-sc.tfm) = %{tl_version} -Provides: tex(ec-antpmi8.tfm) = %{tl_version} -Provides: tex(ec-antpr10-sc.tfm) = %{tl_version} -Provides: tex(ec-antpr10.tfm) = %{tl_version} -Provides: tex(ec-antpr12-sc.tfm) = %{tl_version} -Provides: tex(ec-antpr12.tfm) = %{tl_version} -Provides: tex(ec-antpr17-sc.tfm) = %{tl_version} -Provides: tex(ec-antpr17.tfm) = %{tl_version} -Provides: tex(ec-antpr6-sc.tfm) = %{tl_version} -Provides: tex(ec-antpr6.tfm) = %{tl_version} -Provides: tex(ec-antpr8-sc.tfm) = %{tl_version} -Provides: tex(ec-antpr8.tfm) = %{tl_version} -Provides: tex(ec-antpri10-sc.tfm) = %{tl_version} -Provides: tex(ec-antpri10.tfm) = %{tl_version} -Provides: tex(ec-antpri12-sc.tfm) = %{tl_version} -Provides: tex(ec-antpri12.tfm) = %{tl_version} -Provides: tex(ec-antpri17-sc.tfm) = %{tl_version} -Provides: tex(ec-antpri17.tfm) = %{tl_version} -Provides: tex(ec-antpri6-sc.tfm) = %{tl_version} -Provides: tex(ec-antpri6.tfm) = %{tl_version} -Provides: tex(ec-antpri8-sc.tfm) = %{tl_version} -Provides: tex(ec-antpri8.tfm) = %{tl_version} -Provides: tex(l7x-antpb10-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpb10.tfm) = %{tl_version} -Provides: tex(l7x-antpb12-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpb12.tfm) = %{tl_version} -Provides: tex(l7x-antpb17-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpb17.tfm) = %{tl_version} -Provides: tex(l7x-antpb6-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpb6.tfm) = %{tl_version} -Provides: tex(l7x-antpb8-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpb8.tfm) = %{tl_version} -Provides: tex(l7x-antpbi10-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpbi10.tfm) = %{tl_version} -Provides: tex(l7x-antpbi12-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpbi12.tfm) = %{tl_version} -Provides: tex(l7x-antpbi17-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpbi17.tfm) = %{tl_version} -Provides: tex(l7x-antpbi6-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpbi6.tfm) = %{tl_version} -Provides: tex(l7x-antpbi8-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpbi8.tfm) = %{tl_version} -Provides: tex(l7x-antpl10-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpl10.tfm) = %{tl_version} -Provides: tex(l7x-antpl12-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpl12.tfm) = %{tl_version} -Provides: tex(l7x-antpl17-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpl17.tfm) = %{tl_version} -Provides: tex(l7x-antpl6-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpl6.tfm) = %{tl_version} -Provides: tex(l7x-antpl8-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpl8.tfm) = %{tl_version} -Provides: tex(l7x-antpli10-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpli10.tfm) = %{tl_version} -Provides: tex(l7x-antpli12-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpli12.tfm) = %{tl_version} -Provides: tex(l7x-antpli17-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpli17.tfm) = %{tl_version} -Provides: tex(l7x-antpli6-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpli6.tfm) = %{tl_version} -Provides: tex(l7x-antpli8-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpli8.tfm) = %{tl_version} -Provides: tex(l7x-antpm10-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpm10.tfm) = %{tl_version} -Provides: tex(l7x-antpm12-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpm12.tfm) = %{tl_version} -Provides: tex(l7x-antpm17-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpm17.tfm) = %{tl_version} -Provides: tex(l7x-antpm6-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpm6.tfm) = %{tl_version} -Provides: tex(l7x-antpm8-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpm8.tfm) = %{tl_version} -Provides: tex(l7x-antpmi10-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpmi10.tfm) = %{tl_version} -Provides: tex(l7x-antpmi12-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpmi12.tfm) = %{tl_version} -Provides: tex(l7x-antpmi17-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpmi17.tfm) = %{tl_version} -Provides: tex(l7x-antpmi6-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpmi6.tfm) = %{tl_version} -Provides: tex(l7x-antpmi8-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpmi8.tfm) = %{tl_version} -Provides: tex(l7x-antpr10-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpr10.tfm) = %{tl_version} -Provides: tex(l7x-antpr12-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpr12.tfm) = %{tl_version} -Provides: tex(l7x-antpr17-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpr17.tfm) = %{tl_version} -Provides: tex(l7x-antpr6-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpr6.tfm) = %{tl_version} -Provides: tex(l7x-antpr8-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpr8.tfm) = %{tl_version} -Provides: tex(l7x-antpri10-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpri10.tfm) = %{tl_version} -Provides: tex(l7x-antpri12-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpri12.tfm) = %{tl_version} -Provides: tex(l7x-antpri17-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpri17.tfm) = %{tl_version} -Provides: tex(l7x-antpri6-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpri6.tfm) = %{tl_version} -Provides: tex(l7x-antpri8-sc.tfm) = %{tl_version} -Provides: tex(l7x-antpri8.tfm) = %{tl_version} -Provides: tex(qx-antpb10-sc.tfm) = %{tl_version} -Provides: tex(qx-antpb10.tfm) = %{tl_version} -Provides: tex(qx-antpb12-sc.tfm) = %{tl_version} -Provides: tex(qx-antpb12.tfm) = %{tl_version} -Provides: tex(qx-antpb17-sc.tfm) = %{tl_version} -Provides: tex(qx-antpb17.tfm) = %{tl_version} -Provides: tex(qx-antpb6-sc.tfm) = %{tl_version} -Provides: tex(qx-antpb6.tfm) = %{tl_version} -Provides: tex(qx-antpb8-sc.tfm) = %{tl_version} -Provides: tex(qx-antpb8.tfm) = %{tl_version} -Provides: tex(qx-antpbi10-sc.tfm) = %{tl_version} -Provides: tex(qx-antpbi10.tfm) = %{tl_version} -Provides: tex(qx-antpbi12-sc.tfm) = %{tl_version} -Provides: tex(qx-antpbi12.tfm) = %{tl_version} -Provides: tex(qx-antpbi17-sc.tfm) = %{tl_version} -Provides: tex(qx-antpbi17.tfm) = %{tl_version} -Provides: tex(qx-antpbi6-sc.tfm) = %{tl_version} -Provides: tex(qx-antpbi6.tfm) = %{tl_version} -Provides: tex(qx-antpbi8-sc.tfm) = %{tl_version} -Provides: tex(qx-antpbi8.tfm) = %{tl_version} -Provides: tex(qx-antpl10-sc.tfm) = %{tl_version} -Provides: tex(qx-antpl10.tfm) = %{tl_version} -Provides: tex(qx-antpl12-sc.tfm) = %{tl_version} -Provides: tex(qx-antpl12.tfm) = %{tl_version} -Provides: tex(qx-antpl17-sc.tfm) = %{tl_version} -Provides: tex(qx-antpl17.tfm) = %{tl_version} -Provides: tex(qx-antpl6-sc.tfm) = %{tl_version} -Provides: tex(qx-antpl6.tfm) = %{tl_version} -Provides: tex(qx-antpl8-sc.tfm) = %{tl_version} -Provides: tex(qx-antpl8.tfm) = %{tl_version} -Provides: tex(qx-antpli10-sc.tfm) = %{tl_version} -Provides: tex(qx-antpli10.tfm) = %{tl_version} -Provides: tex(qx-antpli12-sc.tfm) = %{tl_version} -Provides: tex(qx-antpli12.tfm) = %{tl_version} -Provides: tex(qx-antpli17-sc.tfm) = %{tl_version} -Provides: tex(qx-antpli17.tfm) = %{tl_version} -Provides: tex(qx-antpli6-sc.tfm) = %{tl_version} -Provides: tex(qx-antpli6.tfm) = %{tl_version} -Provides: tex(qx-antpli8-sc.tfm) = %{tl_version} -Provides: tex(qx-antpli8.tfm) = %{tl_version} -Provides: tex(qx-antpm10-sc.tfm) = %{tl_version} -Provides: tex(qx-antpm10.tfm) = %{tl_version} -Provides: tex(qx-antpm12-sc.tfm) = %{tl_version} -Provides: tex(qx-antpm12.tfm) = %{tl_version} -Provides: tex(qx-antpm17-sc.tfm) = %{tl_version} -Provides: tex(qx-antpm17.tfm) = %{tl_version} -Provides: tex(qx-antpm6-sc.tfm) = %{tl_version} -Provides: tex(qx-antpm6.tfm) = %{tl_version} -Provides: tex(qx-antpm8-sc.tfm) = %{tl_version} -Provides: tex(qx-antpm8.tfm) = %{tl_version} -Provides: tex(qx-antpmi10-sc.tfm) = %{tl_version} -Provides: tex(qx-antpmi10.tfm) = %{tl_version} -Provides: tex(qx-antpmi12-sc.tfm) = %{tl_version} -Provides: tex(qx-antpmi12.tfm) = %{tl_version} -Provides: tex(qx-antpmi17-sc.tfm) = %{tl_version} -Provides: tex(qx-antpmi17.tfm) = %{tl_version} -Provides: tex(qx-antpmi6-sc.tfm) = %{tl_version} -Provides: tex(qx-antpmi6.tfm) = %{tl_version} -Provides: tex(qx-antpmi8-sc.tfm) = %{tl_version} -Provides: tex(qx-antpmi8.tfm) = %{tl_version} -Provides: tex(qx-antpr10-sc.tfm) = %{tl_version} -Provides: tex(qx-antpr10.tfm) = %{tl_version} -Provides: tex(qx-antpr12-sc.tfm) = %{tl_version} -Provides: tex(qx-antpr12.tfm) = %{tl_version} -Provides: tex(qx-antpr17-sc.tfm) = %{tl_version} -Provides: tex(qx-antpr17.tfm) = %{tl_version} -Provides: tex(qx-antpr6-sc.tfm) = %{tl_version} -Provides: tex(qx-antpr6.tfm) = %{tl_version} -Provides: tex(qx-antpr8-sc.tfm) = %{tl_version} -Provides: tex(qx-antpr8.tfm) = %{tl_version} -Provides: tex(qx-antpri10-sc.tfm) = %{tl_version} -Provides: tex(qx-antpri10.tfm) = %{tl_version} -Provides: tex(qx-antpri12-sc.tfm) = %{tl_version} -Provides: tex(qx-antpri12.tfm) = %{tl_version} -Provides: tex(qx-antpri17-sc.tfm) = %{tl_version} -Provides: tex(qx-antpri17.tfm) = %{tl_version} -Provides: tex(qx-antpri6-sc.tfm) = %{tl_version} -Provides: tex(qx-antpri6.tfm) = %{tl_version} -Provides: tex(qx-antpri8-sc.tfm) = %{tl_version} -Provides: tex(qx-antpri8.tfm) = %{tl_version} -Provides: tex(rm-antpb10-sc.tfm) = %{tl_version} -Provides: tex(rm-antpb10.tfm) = %{tl_version} -Provides: tex(rm-antpb12-sc.tfm) = %{tl_version} -Provides: tex(rm-antpb12.tfm) = %{tl_version} -Provides: tex(rm-antpb17-sc.tfm) = %{tl_version} -Provides: tex(rm-antpb17.tfm) = %{tl_version} -Provides: tex(rm-antpb6-sc.tfm) = %{tl_version} -Provides: tex(rm-antpb6.tfm) = %{tl_version} -Provides: tex(rm-antpb8-sc.tfm) = %{tl_version} -Provides: tex(rm-antpb8.tfm) = %{tl_version} -Provides: tex(rm-antpbi10-sc.tfm) = %{tl_version} -Provides: tex(rm-antpbi10.tfm) = %{tl_version} -Provides: tex(rm-antpbi12-sc.tfm) = %{tl_version} -Provides: tex(rm-antpbi12.tfm) = %{tl_version} -Provides: tex(rm-antpbi17-sc.tfm) = %{tl_version} -Provides: tex(rm-antpbi17.tfm) = %{tl_version} -Provides: tex(rm-antpbi6-sc.tfm) = %{tl_version} -Provides: tex(rm-antpbi6.tfm) = %{tl_version} -Provides: tex(rm-antpbi8-sc.tfm) = %{tl_version} -Provides: tex(rm-antpbi8.tfm) = %{tl_version} -Provides: tex(rm-antpl10-sc.tfm) = %{tl_version} -Provides: tex(rm-antpl10.tfm) = %{tl_version} -Provides: tex(rm-antpl12-sc.tfm) = %{tl_version} -Provides: tex(rm-antpl12.tfm) = %{tl_version} -Provides: tex(rm-antpl17-sc.tfm) = %{tl_version} -Provides: tex(rm-antpl17.tfm) = %{tl_version} -Provides: tex(rm-antpl6-sc.tfm) = %{tl_version} -Provides: tex(rm-antpl6.tfm) = %{tl_version} -Provides: tex(rm-antpl8-sc.tfm) = %{tl_version} -Provides: tex(rm-antpl8.tfm) = %{tl_version} -Provides: tex(rm-antpli10-sc.tfm) = %{tl_version} -Provides: tex(rm-antpli10.tfm) = %{tl_version} -Provides: tex(rm-antpli12-sc.tfm) = %{tl_version} -Provides: tex(rm-antpli12.tfm) = %{tl_version} -Provides: tex(rm-antpli17-sc.tfm) = %{tl_version} -Provides: tex(rm-antpli17.tfm) = %{tl_version} -Provides: tex(rm-antpli6-sc.tfm) = %{tl_version} -Provides: tex(rm-antpli6.tfm) = %{tl_version} -Provides: tex(rm-antpli8-sc.tfm) = %{tl_version} -Provides: tex(rm-antpli8.tfm) = %{tl_version} -Provides: tex(rm-antpm10-sc.tfm) = %{tl_version} -Provides: tex(rm-antpm10.tfm) = %{tl_version} -Provides: tex(rm-antpm12-sc.tfm) = %{tl_version} -Provides: tex(rm-antpm12.tfm) = %{tl_version} -Provides: tex(rm-antpm17-sc.tfm) = %{tl_version} -Provides: tex(rm-antpm17.tfm) = %{tl_version} -Provides: tex(rm-antpm6-sc.tfm) = %{tl_version} -Provides: tex(rm-antpm6.tfm) = %{tl_version} -Provides: tex(rm-antpm8-sc.tfm) = %{tl_version} -Provides: tex(rm-antpm8.tfm) = %{tl_version} -Provides: tex(rm-antpmi10-sc.tfm) = %{tl_version} -Provides: tex(rm-antpmi10.tfm) = %{tl_version} -Provides: tex(rm-antpmi12-sc.tfm) = %{tl_version} -Provides: tex(rm-antpmi12.tfm) = %{tl_version} -Provides: tex(rm-antpmi17-sc.tfm) = %{tl_version} -Provides: tex(rm-antpmi17.tfm) = %{tl_version} -Provides: tex(rm-antpmi6-sc.tfm) = %{tl_version} -Provides: tex(rm-antpmi6.tfm) = %{tl_version} -Provides: tex(rm-antpmi8-sc.tfm) = %{tl_version} -Provides: tex(rm-antpmi8.tfm) = %{tl_version} -Provides: tex(rm-antpr10-sc.tfm) = %{tl_version} -Provides: tex(rm-antpr10.tfm) = %{tl_version} -Provides: tex(rm-antpr12-sc.tfm) = %{tl_version} -Provides: tex(rm-antpr12.tfm) = %{tl_version} -Provides: tex(rm-antpr17-sc.tfm) = %{tl_version} -Provides: tex(rm-antpr17.tfm) = %{tl_version} -Provides: tex(rm-antpr6-sc.tfm) = %{tl_version} -Provides: tex(rm-antpr6.tfm) = %{tl_version} -Provides: tex(rm-antpr8-sc.tfm) = %{tl_version} -Provides: tex(rm-antpr8.tfm) = %{tl_version} -Provides: tex(rm-antpri10-sc.tfm) = %{tl_version} -Provides: tex(rm-antpri10.tfm) = %{tl_version} -Provides: tex(rm-antpri12-sc.tfm) = %{tl_version} -Provides: tex(rm-antpri12.tfm) = %{tl_version} -Provides: tex(rm-antpri17-sc.tfm) = %{tl_version} -Provides: tex(rm-antpri17.tfm) = %{tl_version} -Provides: tex(rm-antpri6-sc.tfm) = %{tl_version} -Provides: tex(rm-antpri6.tfm) = %{tl_version} -Provides: tex(rm-antpri8-sc.tfm) = %{tl_version} -Provides: tex(rm-antpri8.tfm) = %{tl_version} -Provides: tex(t5-antpb10-sc.tfm) = %{tl_version} -Provides: tex(t5-antpb10.tfm) = %{tl_version} -Provides: tex(t5-antpb12-sc.tfm) = %{tl_version} -Provides: tex(t5-antpb12.tfm) = %{tl_version} -Provides: tex(t5-antpb17-sc.tfm) = %{tl_version} -Provides: tex(t5-antpb17.tfm) = %{tl_version} -Provides: tex(t5-antpb6-sc.tfm) = %{tl_version} -Provides: tex(t5-antpb6.tfm) = %{tl_version} -Provides: tex(t5-antpb8-sc.tfm) = %{tl_version} -Provides: tex(t5-antpb8.tfm) = %{tl_version} -Provides: tex(t5-antpbi10-sc.tfm) = %{tl_version} -Provides: tex(t5-antpbi10.tfm) = %{tl_version} -Provides: tex(t5-antpbi12-sc.tfm) = %{tl_version} -Provides: tex(t5-antpbi12.tfm) = %{tl_version} -Provides: tex(t5-antpbi17-sc.tfm) = %{tl_version} -Provides: tex(t5-antpbi17.tfm) = %{tl_version} -Provides: tex(t5-antpbi6-sc.tfm) = %{tl_version} -Provides: tex(t5-antpbi6.tfm) = %{tl_version} -Provides: tex(t5-antpbi8-sc.tfm) = %{tl_version} -Provides: tex(t5-antpbi8.tfm) = %{tl_version} -Provides: tex(t5-antpl10-sc.tfm) = %{tl_version} -Provides: tex(t5-antpl10.tfm) = %{tl_version} -Provides: tex(t5-antpl12-sc.tfm) = %{tl_version} -Provides: tex(t5-antpl12.tfm) = %{tl_version} -Provides: tex(t5-antpl17-sc.tfm) = %{tl_version} -Provides: tex(t5-antpl17.tfm) = %{tl_version} -Provides: tex(t5-antpl6-sc.tfm) = %{tl_version} -Provides: tex(t5-antpl6.tfm) = %{tl_version} -Provides: tex(t5-antpl8-sc.tfm) = %{tl_version} -Provides: tex(t5-antpl8.tfm) = %{tl_version} -Provides: tex(t5-antpli10-sc.tfm) = %{tl_version} -Provides: tex(t5-antpli10.tfm) = %{tl_version} -Provides: tex(t5-antpli12-sc.tfm) = %{tl_version} -Provides: tex(t5-antpli12.tfm) = %{tl_version} -Provides: tex(t5-antpli17-sc.tfm) = %{tl_version} -Provides: tex(t5-antpli17.tfm) = %{tl_version} -Provides: tex(t5-antpli6-sc.tfm) = %{tl_version} -Provides: tex(t5-antpli6.tfm) = %{tl_version} -Provides: tex(t5-antpli8-sc.tfm) = %{tl_version} -Provides: tex(t5-antpli8.tfm) = %{tl_version} -Provides: tex(t5-antpm10-sc.tfm) = %{tl_version} -Provides: tex(t5-antpm10.tfm) = %{tl_version} -Provides: tex(t5-antpm12-sc.tfm) = %{tl_version} -Provides: tex(t5-antpm12.tfm) = %{tl_version} -Provides: tex(t5-antpm17-sc.tfm) = %{tl_version} -Provides: tex(t5-antpm17.tfm) = %{tl_version} -Provides: tex(t5-antpm6-sc.tfm) = %{tl_version} -Provides: tex(t5-antpm6.tfm) = %{tl_version} -Provides: tex(t5-antpm8-sc.tfm) = %{tl_version} -Provides: tex(t5-antpm8.tfm) = %{tl_version} -Provides: tex(t5-antpmi10-sc.tfm) = %{tl_version} -Provides: tex(t5-antpmi10.tfm) = %{tl_version} -Provides: tex(t5-antpmi12-sc.tfm) = %{tl_version} -Provides: tex(t5-antpmi12.tfm) = %{tl_version} -Provides: tex(t5-antpmi17-sc.tfm) = %{tl_version} -Provides: tex(t5-antpmi17.tfm) = %{tl_version} -Provides: tex(t5-antpmi6-sc.tfm) = %{tl_version} -Provides: tex(t5-antpmi6.tfm) = %{tl_version} -Provides: tex(t5-antpmi8-sc.tfm) = %{tl_version} -Provides: tex(t5-antpmi8.tfm) = %{tl_version} -Provides: tex(t5-antpr10-sc.tfm) = %{tl_version} -Provides: tex(t5-antpr10.tfm) = %{tl_version} -Provides: tex(t5-antpr12-sc.tfm) = %{tl_version} -Provides: tex(t5-antpr12.tfm) = %{tl_version} -Provides: tex(t5-antpr17-sc.tfm) = %{tl_version} -Provides: tex(t5-antpr17.tfm) = %{tl_version} -Provides: tex(t5-antpr6-sc.tfm) = %{tl_version} -Provides: tex(t5-antpr6.tfm) = %{tl_version} -Provides: tex(t5-antpr8-sc.tfm) = %{tl_version} -Provides: tex(t5-antpr8.tfm) = %{tl_version} -Provides: tex(t5-antpri10-sc.tfm) = %{tl_version} -Provides: tex(t5-antpri10.tfm) = %{tl_version} -Provides: tex(t5-antpri12-sc.tfm) = %{tl_version} -Provides: tex(t5-antpri12.tfm) = %{tl_version} -Provides: tex(t5-antpri17-sc.tfm) = %{tl_version} -Provides: tex(t5-antpri17.tfm) = %{tl_version} -Provides: tex(t5-antpri6-sc.tfm) = %{tl_version} -Provides: tex(t5-antpri6.tfm) = %{tl_version} -Provides: tex(t5-antpri8-sc.tfm) = %{tl_version} -Provides: tex(t5-antpri8.tfm) = %{tl_version} -Provides: tex(texnansi-antpb10-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpb10.tfm) = %{tl_version} -Provides: tex(texnansi-antpb12-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpb12.tfm) = %{tl_version} -Provides: tex(texnansi-antpb17-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpb17.tfm) = %{tl_version} -Provides: tex(texnansi-antpb6-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpb6.tfm) = %{tl_version} -Provides: tex(texnansi-antpb8-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpb8.tfm) = %{tl_version} -Provides: tex(texnansi-antpbi10-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpbi10.tfm) = %{tl_version} -Provides: tex(texnansi-antpbi12-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpbi12.tfm) = %{tl_version} -Provides: tex(texnansi-antpbi17-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpbi17.tfm) = %{tl_version} -Provides: tex(texnansi-antpbi6-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpbi6.tfm) = %{tl_version} -Provides: tex(texnansi-antpbi8-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpbi8.tfm) = %{tl_version} -Provides: tex(texnansi-antpl10-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpl10.tfm) = %{tl_version} -Provides: tex(texnansi-antpl12-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpl12.tfm) = %{tl_version} -Provides: tex(texnansi-antpl17-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpl17.tfm) = %{tl_version} -Provides: tex(texnansi-antpl6-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpl6.tfm) = %{tl_version} -Provides: tex(texnansi-antpl8-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpl8.tfm) = %{tl_version} -Provides: tex(texnansi-antpli10-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpli10.tfm) = %{tl_version} -Provides: tex(texnansi-antpli12-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpli12.tfm) = %{tl_version} -Provides: tex(texnansi-antpli17-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpli17.tfm) = %{tl_version} -Provides: tex(texnansi-antpli6-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpli6.tfm) = %{tl_version} -Provides: tex(texnansi-antpli8-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpli8.tfm) = %{tl_version} -Provides: tex(texnansi-antpm10-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpm10.tfm) = %{tl_version} -Provides: tex(texnansi-antpm12-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpm12.tfm) = %{tl_version} -Provides: tex(texnansi-antpm17-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpm17.tfm) = %{tl_version} -Provides: tex(texnansi-antpm6-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpm6.tfm) = %{tl_version} -Provides: tex(texnansi-antpm8-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpm8.tfm) = %{tl_version} -Provides: tex(texnansi-antpmi10-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpmi10.tfm) = %{tl_version} -Provides: tex(texnansi-antpmi12-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpmi12.tfm) = %{tl_version} -Provides: tex(texnansi-antpmi17-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpmi17.tfm) = %{tl_version} -Provides: tex(texnansi-antpmi6-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpmi6.tfm) = %{tl_version} -Provides: tex(texnansi-antpmi8-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpmi8.tfm) = %{tl_version} -Provides: tex(texnansi-antpr10-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpr10.tfm) = %{tl_version} -Provides: tex(texnansi-antpr12-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpr12.tfm) = %{tl_version} -Provides: tex(texnansi-antpr17-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpr17.tfm) = %{tl_version} -Provides: tex(texnansi-antpr6-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpr6.tfm) = %{tl_version} -Provides: tex(texnansi-antpr8-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpr8.tfm) = %{tl_version} -Provides: tex(texnansi-antpri10-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpri10.tfm) = %{tl_version} -Provides: tex(texnansi-antpri12-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpri12.tfm) = %{tl_version} -Provides: tex(texnansi-antpri17-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpri17.tfm) = %{tl_version} -Provides: tex(texnansi-antpri6-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpri6.tfm) = %{tl_version} -Provides: tex(texnansi-antpri8-sc.tfm) = %{tl_version} -Provides: tex(texnansi-antpri8.tfm) = %{tl_version} -Provides: tex(ts1-antpb10.tfm) = %{tl_version} -Provides: tex(ts1-antpb12.tfm) = %{tl_version} -Provides: tex(ts1-antpb17.tfm) = %{tl_version} -Provides: tex(ts1-antpb6.tfm) = %{tl_version} -Provides: tex(ts1-antpb8.tfm) = %{tl_version} -Provides: tex(ts1-antpbi10.tfm) = %{tl_version} -Provides: tex(ts1-antpbi12.tfm) = %{tl_version} -Provides: tex(ts1-antpbi17.tfm) = %{tl_version} -Provides: tex(ts1-antpbi6.tfm) = %{tl_version} -Provides: tex(ts1-antpbi8.tfm) = %{tl_version} -Provides: tex(ts1-antpl10.tfm) = %{tl_version} -Provides: tex(ts1-antpl12.tfm) = %{tl_version} -Provides: tex(ts1-antpl17.tfm) = %{tl_version} -Provides: tex(ts1-antpl6.tfm) = %{tl_version} -Provides: tex(ts1-antpl8.tfm) = %{tl_version} -Provides: tex(ts1-antpli10.tfm) = %{tl_version} -Provides: tex(ts1-antpli12.tfm) = %{tl_version} -Provides: tex(ts1-antpli17.tfm) = %{tl_version} -Provides: tex(ts1-antpli6.tfm) = %{tl_version} -Provides: tex(ts1-antpli8.tfm) = %{tl_version} -Provides: tex(ts1-antpm10.tfm) = %{tl_version} -Provides: tex(ts1-antpm12.tfm) = %{tl_version} -Provides: tex(ts1-antpm17.tfm) = %{tl_version} -Provides: tex(ts1-antpm6.tfm) = %{tl_version} -Provides: tex(ts1-antpm8.tfm) = %{tl_version} -Provides: tex(ts1-antpmi10.tfm) = %{tl_version} -Provides: tex(ts1-antpmi12.tfm) = %{tl_version} -Provides: tex(ts1-antpmi17.tfm) = %{tl_version} -Provides: tex(ts1-antpmi6.tfm) = %{tl_version} -Provides: tex(ts1-antpmi8.tfm) = %{tl_version} -Provides: tex(ts1-antpr10.tfm) = %{tl_version} -Provides: tex(ts1-antpr12.tfm) = %{tl_version} -Provides: tex(ts1-antpr17.tfm) = %{tl_version} -Provides: tex(ts1-antpr6.tfm) = %{tl_version} -Provides: tex(ts1-antpr8.tfm) = %{tl_version} -Provides: tex(ts1-antpri10.tfm) = %{tl_version} -Provides: tex(ts1-antpri12.tfm) = %{tl_version} -Provides: tex(ts1-antpri17.tfm) = %{tl_version} -Provides: tex(ts1-antpri6.tfm) = %{tl_version} -Provides: tex(ts1-antpri8.tfm) = %{tl_version} -Provides: tex(antpb10.pfb) = %{tl_version} -Provides: tex(antpb12.pfb) = %{tl_version} -Provides: tex(antpb17.pfb) = %{tl_version} -Provides: tex(antpb6.pfb) = %{tl_version} -Provides: tex(antpb8.pfb) = %{tl_version} -Provides: tex(antpbi10.pfb) = %{tl_version} -Provides: tex(antpbi12.pfb) = %{tl_version} -Provides: tex(antpbi17.pfb) = %{tl_version} -Provides: tex(antpbi6.pfb) = %{tl_version} -Provides: tex(antpbi8.pfb) = %{tl_version} -Provides: tex(antpl10.pfb) = %{tl_version} -Provides: tex(antpl12.pfb) = %{tl_version} -Provides: tex(antpl17.pfb) = %{tl_version} -Provides: tex(antpl6.pfb) = %{tl_version} -Provides: tex(antpl8.pfb) = %{tl_version} -Provides: tex(antpli10.pfb) = %{tl_version} -Provides: tex(antpli12.pfb) = %{tl_version} -Provides: tex(antpli17.pfb) = %{tl_version} -Provides: tex(antpli6.pfb) = %{tl_version} -Provides: tex(antpli8.pfb) = %{tl_version} -Provides: tex(antpm10.pfb) = %{tl_version} -Provides: tex(antpm12.pfb) = %{tl_version} -Provides: tex(antpm17.pfb) = %{tl_version} -Provides: tex(antpm6.pfb) = %{tl_version} -Provides: tex(antpm8.pfb) = %{tl_version} -Provides: tex(antpmi10.pfb) = %{tl_version} -Provides: tex(antpmi12.pfb) = %{tl_version} -Provides: tex(antpmi17.pfb) = %{tl_version} -Provides: tex(antpmi6.pfb) = %{tl_version} -Provides: tex(antpmi8.pfb) = %{tl_version} -Provides: tex(antpr10.pfb) = %{tl_version} -Provides: tex(antpr12.pfb) = %{tl_version} -Provides: tex(antpr17.pfb) = %{tl_version} -Provides: tex(antpr6.pfb) = %{tl_version} -Provides: tex(antpr8.pfb) = %{tl_version} -Provides: tex(antpri10.pfb) = %{tl_version} -Provides: tex(antpri12.pfb) = %{tl_version} -Provides: tex(antpri17.pfb) = %{tl_version} -Provides: tex(antpri6.pfb) = %{tl_version} -Provides: tex(antpri8.pfb) = %{tl_version} -Provides: tex(antpolt.sty) = %{tl_version} -Provides: tex(il2antp.fd) = %{tl_version} -Provides: tex(il2antpl.fd) = %{tl_version} -Provides: tex(l7xantp.fd) = %{tl_version} -Provides: tex(l7xantpl.fd) = %{tl_version} -Provides: tex(ly1antp.fd) = %{tl_version} -Provides: tex(ly1antpl.fd) = %{tl_version} -Provides: tex(ot1antp.fd) = %{tl_version} -Provides: tex(ot1antpl.fd) = %{tl_version} -Provides: tex(ot4antp.fd) = %{tl_version} -Provides: tex(ot4antpl.fd) = %{tl_version} -Provides: tex(qxantp.fd) = %{tl_version} -Provides: tex(qxantpl.fd) = %{tl_version} -Provides: tex(t1antp.fd) = %{tl_version} -Provides: tex(t1antpl.fd) = %{tl_version} -Provides: tex(t5antp.fd) = %{tl_version} -Provides: tex(t5antpl.fd) = %{tl_version} -Provides: tex(ts1antp.fd) = %{tl_version} -Provides: tex(ts1antpl.fd) = %{tl_version} - -%description poltawski -The package contains the Antykwa Poltawskiego family of fonts -in the PostScript Type 1 and OpenType formats. The original -font was designed in the twenties of the XX century by the -Polish typographer Adam Poltawski(1881-1952). Following the -route set out by the Latin Modern and TeX Gyre projects -(http://www.gust.org.pl/projects/e-foundry), the Antykwa -Poltawskiego digitisation project aims at providing a rich -collection of diacritical characters in the attempt to cover as -many Latin-based scripts as possible. To our knowledge, the -repertoire of characters covers all European languages as well -as some other Latin-based alphabets such as Vietnamese and -Navajo; at the request of users, recent extensions (following -the enhancement of the Latin Modern collection) provide glyphs -sufficient for typesetting of romanized transliterations of -Arabic and Sanskrit scripts. The Antykwa Poltawskiego family -consists of 4 weights (light, normal, medium, bold), each -having upright and italic forms and one of 5 design sizes: 6, -8, 10, 12 and 17pt. Altogether, the collection comprises 40 -font files, containing the same repertoire of 1126 characters. -The preliminary version of Antykwa Poltawskiego (antp package) -released in 2000 is rendered obsolete by this package. - -%package poltawski-doc -Summary: Documentation for poltawski -Version: svn20075.1.101 - -Provides: tex-poltawski-doc -AutoReqProv: No - -%description poltawski-doc -Documentation for poltawski - -%package prodint -Provides: tex-prodint = %{tl_version} -License: OFL -Summary: A font that provides the product integral symbol -Version: svn21893.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(prodint.map) = %{tl_version} -Provides: tex(prodint.tfm) = %{tl_version} -Provides: tex(prodint.pfb) = %{tl_version} -Provides: tex(prodint.sty) = %{tl_version} - -%description prodint -Product integrals are to products, as integrals are to sums. -They have been around for more than a hundred years, they have -not become part of the standard mathematician's toolbox, -possibly because no-one invented the right mathematical symbol -for them. The authors have remedied that situation by proposing -the symbol and providing this font. - -%package prodint-doc -Summary: Documentation for prodint -Version: svn21893.0 - -Provides: tex-prodint-doc -AutoReqProv: No - -%description prodint-doc -Documentation for prodint - -%package punk -Provides: tex-punk = %{tl_version} -License: Knuth -Summary: Donald Knuth's punk font -Version: svn27388.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(punk10.tfm) = %{tl_version} -Provides: tex(punk12.tfm) = %{tl_version} -Provides: tex(punk20.tfm) = %{tl_version} -Provides: tex(punkbx20.tfm) = %{tl_version} -Provides: tex(punksl20.tfm) = %{tl_version} - -%description punk -A response to the assertion in a lecture that "typography tends -to lag behind other stylistic changes by about 10 years". Knuth -felt it was (in 1988) time to design a replacement for his -designs of the 1970s, and came up with this font! The fonts are -distributed as Metafont source. The package offers LaTeX -support by Rohit Grover, from an original by Sebastian Rahtz, -which is slightly odd in claiming that the fonts are T1- -encoded. A (possibly) more rational support package is to be -found in punk-latex - -%package punk-doc -Summary: Documentation for punk -Version: svn27388.0 - -Provides: tex-punk-doc -AutoReqProv: No - -%description punk-doc -Documentation for punk - -%package punk-latex -Provides: tex-punk-latex = %{tl_version} -License: GPL+ -Summary: LaTeX support for punk fonts -Version: svn27389.1.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(ot1pnk.fd) = %{tl_version} -Provides: tex(punk.sty) = %{tl_version} - -%description punk-latex -The package and .fd file provide support for Knuth's punk -fonts. That bundle also offers support within LaTeX; the -present package is to be preferred. - -%package punk-latex-doc -Summary: Documentation for punk-latex -Version: svn27389.1.1 - -Provides: tex-punk-latex-doc -AutoReqProv: No - -%description punk-latex-doc -Documentation for punk-latex - -%package punknova -Provides: tex-punknova = %{tl_version} -License: Punknova -Summary: OpenType version of Knuth's Punk font -Version: svn24649.1.003 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(punknova-bold.otf) = %{tl_version} -Provides: tex(punknova-boldslanted.otf) = %{tl_version} -Provides: tex(punknova-regular.otf) = %{tl_version} -Provides: tex(punknova-slanted.otf) = %{tl_version} - -%description punknova -The font was generated from a MetaPost version of the sources -of the 'original' punk font. Knuth's original fonts generated -different shapes at random. This isn't actually possible in an -OpenType font; rather, the font contains several variants of -each glyph, and uses the OpenType randomize function to select -a variant for each invocation. - -%package punknova-doc -Summary: Documentation for punknova -Version: svn24649.1.003 - -Provides: tex-punknova-doc -AutoReqProv: No - -%description punknova-doc -Documentation for punknova - -%package pxtxalfa -Provides: tex-pxtxalfa = %{tl_version} -License: LPPL -Summary: Virtual maths alphabets based on pxfonts and txfonts -Version: svn54080 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xkeyval.sty) -Provides: tex(pxtx.map) = %{tl_version} -Provides: tex(px-ds.sty) = %{tl_version} -Provides: tex(pxtx-cal.sty) = %{tl_version} -Provides: tex(pxtx-frak.sty) = %{tl_version} -Provides: tex(tx-of.sty) = %{tl_version} -Provides: tex(upx-ds.fd) = %{tl_version} -Provides: tex(utx-cal.fd) = %{tl_version} -Provides: tex(utx-frak.fd) = %{tl_version} -Provides: tex(utx-of.fd) = %{tl_version} - -%description pxtxalfa -The package provides virtual math alphabets based on pxfonts -and txfonts, with LaTeX support files and adjusted metrics. The -mathalpha package offers support for this collection. - -%package pxtxalfa-doc -Summary: Documentation for pxtxalfa -Version: svn54080 -Provides: tex-pxtxalfa-doc -AutoReqProv: No - -%description pxtxalfa-doc -Documentation for pxtxalfa - -%package quattrocento -Provides: tex-quattrocento = %{tl_version} -License: LPPL -Summary: LaTeX support for Quattrocento and Quattrocento Sans fonts -Version: svn56020 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Requires: tex(textcomp.sty) -Requires: tex(xkeyval.sty) -Requires: tex(fontspec.sty) -Requires: tex(fontenc.sty) -Requires: tex(fontaxes.sty) -Provides: tex(LY1Quattro-LF.fd) = %{tl_version} -Provides: tex(LY1Quattro-Sup.fd) = %{tl_version} -Provides: tex(LY1QuattroSans-LF.fd) = %{tl_version} -Provides: tex(LY1QuattroSans-Sup.fd) = %{tl_version} -Provides: tex(OT1Quattro-LF.fd) = %{tl_version} -Provides: tex(OT1Quattro-Sup.fd) = %{tl_version} -Provides: tex(OT1QuattroSans-LF.fd) = %{tl_version} -Provides: tex(OT1QuattroSans-Sup.fd) = %{tl_version} -Provides: tex(T1Quattro-LF.fd) = %{tl_version} -Provides: tex(T1Quattro-Sup.fd) = %{tl_version} -Provides: tex(T1QuattroSans-LF.fd) = %{tl_version} -Provides: tex(T1QuattroSans-Sup.fd) = %{tl_version} -Provides: tex(TS1Quattro-LF.fd) = %{tl_version} -Provides: tex(TS1QuattroSans-LF.fd) = %{tl_version} -Provides: tex(qcntr_3fwis5.enc) = %{tl_version} -Provides: tex(qcntr_464xel.enc) = %{tl_version} -Provides: tex(qcntr_4btof3.enc) = %{tl_version} -Provides: tex(qcntr_564kqe.enc) = %{tl_version} -Provides: tex(qcntr_6abmaa.enc) = %{tl_version} -Provides: tex(qcntr_arxkdo.enc) = %{tl_version} -Provides: tex(qcntr_bwr4r4.enc) = %{tl_version} -Provides: tex(qcntr_cpzb4n.enc) = %{tl_version} -Provides: tex(qcntr_dn5k7b.enc) = %{tl_version} -Provides: tex(qcntr_ezrk6a.enc) = %{tl_version} -Provides: tex(qcntr_iyhp72.enc) = %{tl_version} -Provides: tex(qcntr_lten7n.enc) = %{tl_version} -Provides: tex(qcntr_lzgh2n.enc) = %{tl_version} -Provides: tex(qcntr_mamppr.enc) = %{tl_version} -Provides: tex(qcntr_mizmmx.enc) = %{tl_version} -Provides: tex(qcntr_mntdbg.enc) = %{tl_version} -Provides: tex(qcntr_qwkegf.enc) = %{tl_version} -Provides: tex(qcntr_rf6b27.enc) = %{tl_version} -Provides: tex(qcntr_tldjzh.enc) = %{tl_version} -Provides: tex(qcntr_vzn2dc.enc) = %{tl_version} -Provides: tex(qcntr_wczi5x.enc) = %{tl_version} -Provides: tex(qcntr_xvywtm.enc) = %{tl_version} -Provides: tex(qcntr_y54nu7.enc) = %{tl_version} -Provides: tex(qcntr_zievlx.enc) = %{tl_version} -Provides: tex(qcntr_zq54sp.enc) = %{tl_version} -Provides: tex(quattrocento.map) = %{tl_version} -Provides: tex(quattrocento.sty) = %{tl_version} - -%description quattrocento -The package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX -support for the Quattrocento and Quattrocento Sans families of -fonts, designed by Pablo Impallari; the fonts themselves are -also provided, in both Type 1 and OpenType format. Quattrocento -is a classic typeface with wide and open letterforms, and great -x-height, which makes it very legible for body text at small -sizes. Tiny details that only show up at bigger sizes make it -also great for display use. Quattrocento Sans is the perfect -sans-serif companion for Quattrocento. - -%package quattrocento-doc -Summary: Documentation for quattrocento -Version: svn56020 -Provides: tex-quattrocento-doc -AutoReqProv: No - -%description quattrocento-doc -Documentation for quattrocento - -%package raleway -Provides: tex-raleway = %{tl_version} -License: OFL -Summary: Use Raleway with TeX(-alike) systems -Version: svn42629 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fontenc.sty) -Requires: tex(textcomp.sty) -Requires: tex(mweights.sty) -Requires: tex(fontaxes.sty) -Requires: tex(xkeyval.sty) -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Requires: tex(fontspec.sty) -Provides: tex(a_2bcjq6.enc) = %{tl_version} -Provides: tex(a_biciir.enc) = %{tl_version} -Provides: tex(a_bzmckq.enc) = %{tl_version} -Provides: tex(a_f3uqdf.enc) = %{tl_version} -Provides: tex(a_gvxmk7.enc) = %{tl_version} -Provides: tex(a_ioname.enc) = %{tl_version} -Provides: tex(a_k2dfwc.enc) = %{tl_version} -Provides: tex(a_mgzrni.enc) = %{tl_version} -Provides: tex(a_mzuigi.enc) = %{tl_version} -Provides: tex(a_oaf34p.enc) = %{tl_version} -Provides: tex(a_pcwse4.enc) = %{tl_version} -Provides: tex(a_sor5xn.enc) = %{tl_version} -Provides: tex(a_u6n666.enc) = %{tl_version} -Provides: tex(a_yqxcf3.enc) = %{tl_version} -Provides: tex(Raleway.map) = %{tl_version} -Provides: tex(Raleway-Black-Italic.otf) = %{tl_version} -Provides: tex(Raleway-Black.otf) = %{tl_version} -Provides: tex(Raleway-Bold-Italic.otf) = %{tl_version} -Provides: tex(Raleway-Bold.otf) = %{tl_version} -Provides: tex(Raleway-ExtraBold-Italic.otf) = %{tl_version} -Provides: tex(Raleway-ExtraBold.otf) = %{tl_version} -Provides: tex(Raleway-ExtraLight-Italic.otf) = %{tl_version} -Provides: tex(Raleway-ExtraLight.otf) = %{tl_version} -Provides: tex(Raleway-Light-Italic.otf) = %{tl_version} -Provides: tex(Raleway-Light.otf) = %{tl_version} -Provides: tex(Raleway-Medium-Italic.otf) = %{tl_version} -Provides: tex(Raleway-Medium.otf) = %{tl_version} -Provides: tex(Raleway-Regular-Italic.otf) = %{tl_version} -Provides: tex(Raleway-Regular.otf) = %{tl_version} -Provides: tex(Raleway-SemiBold-Italic.otf) = %{tl_version} -Provides: tex(Raleway-SemiBold.otf) = %{tl_version} -Provides: tex(Raleway-Thin-Italic.otf) = %{tl_version} -Provides: tex(Raleway-Thin.otf) = %{tl_version} -Provides: tex(Raleway-Black-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Black-tlf-ly1.tfm) = %{tl_version} -Provides: tex(Raleway-Black-tlf-ot1.tfm) = %{tl_version} -Provides: tex(Raleway-Black-tlf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Black-tlf-sc-ly1.tfm) = %{tl_version} -Provides: tex(Raleway-Black-tlf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Black-tlf-sc-ot1.tfm) = %{tl_version} -Provides: tex(Raleway-Black-tlf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Black-tlf-sc-t1.tfm) = %{tl_version} -Provides: tex(Raleway-Black-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Black-tlf-t1.tfm) = %{tl_version} -Provides: tex(Raleway-Black-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Black-tlf-ts1.tfm) = %{tl_version} -Provides: tex(Raleway-Black-tosf-ly1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Black-tosf-ly1.tfm) = %{tl_version} -Provides: tex(Raleway-Black-tosf-ot1.tfm) = %{tl_version} -Provides: tex(Raleway-Black-tosf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Black-tosf-sc-ly1.tfm) = %{tl_version} -Provides: tex(Raleway-Black-tosf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Black-tosf-sc-ot1.tfm) = %{tl_version} -Provides: tex(Raleway-Black-tosf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Black-tosf-sc-t1.tfm) = %{tl_version} -Provides: tex(Raleway-Black-tosf-t1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Black-tosf-t1.tfm) = %{tl_version} -Provides: tex(Raleway-Black-tosf-ts1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Black-tosf-ts1.tfm) = %{tl_version} -Provides: tex(Raleway-BlackItalic-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(Raleway-BlackItalic-tlf-ly1.tfm) = %{tl_version} -Provides: tex(Raleway-BlackItalic-tlf-ot1.tfm) = %{tl_version} -Provides: tex(Raleway-BlackItalic-tlf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(Raleway-BlackItalic-tlf-sc-ly1.tfm) = %{tl_version} -Provides: tex(Raleway-BlackItalic-tlf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(Raleway-BlackItalic-tlf-sc-ot1.tfm) = %{tl_version} -Provides: tex(Raleway-BlackItalic-tlf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(Raleway-BlackItalic-tlf-sc-t1.tfm) = %{tl_version} -Provides: tex(Raleway-BlackItalic-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(Raleway-BlackItalic-tlf-t1.tfm) = %{tl_version} -Provides: tex(Raleway-BlackItalic-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(Raleway-BlackItalic-tlf-ts1.tfm) = %{tl_version} -Provides: tex(Raleway-BlackItalic-tosf-ly1--base.tfm) = %{tl_version} -Provides: tex(Raleway-BlackItalic-tosf-ly1.tfm) = %{tl_version} -Provides: tex(Raleway-BlackItalic-tosf-ot1.tfm) = %{tl_version} -Provides: tex(Raleway-BlackItalic-tosf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(Raleway-BlackItalic-tosf-sc-ly1.tfm) = %{tl_version} -Provides: tex(Raleway-BlackItalic-tosf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(Raleway-BlackItalic-tosf-sc-ot1.tfm) = %{tl_version} -Provides: tex(Raleway-BlackItalic-tosf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(Raleway-BlackItalic-tosf-sc-t1.tfm) = %{tl_version} -Provides: tex(Raleway-BlackItalic-tosf-t1--base.tfm) = %{tl_version} -Provides: tex(Raleway-BlackItalic-tosf-t1.tfm) = %{tl_version} -Provides: tex(Raleway-BlackItalic-tosf-ts1--base.tfm) = %{tl_version} -Provides: tex(Raleway-BlackItalic-tosf-ts1.tfm) = %{tl_version} -Provides: tex(Raleway-Bold-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Bold-tlf-ly1.tfm) = %{tl_version} -Provides: tex(Raleway-Bold-tlf-ot1.tfm) = %{tl_version} -Provides: tex(Raleway-Bold-tlf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Bold-tlf-sc-ly1.tfm) = %{tl_version} -Provides: tex(Raleway-Bold-tlf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Bold-tlf-sc-ot1.tfm) = %{tl_version} -Provides: tex(Raleway-Bold-tlf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Bold-tlf-sc-t1.tfm) = %{tl_version} -Provides: tex(Raleway-Bold-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Bold-tlf-t1.tfm) = %{tl_version} -Provides: tex(Raleway-Bold-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Bold-tlf-ts1.tfm) = %{tl_version} -Provides: tex(Raleway-Bold-tosf-ly1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Bold-tosf-ly1.tfm) = %{tl_version} -Provides: tex(Raleway-Bold-tosf-ot1.tfm) = %{tl_version} -Provides: tex(Raleway-Bold-tosf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Bold-tosf-sc-ly1.tfm) = %{tl_version} -Provides: tex(Raleway-Bold-tosf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Bold-tosf-sc-ot1.tfm) = %{tl_version} -Provides: tex(Raleway-Bold-tosf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Bold-tosf-sc-t1.tfm) = %{tl_version} -Provides: tex(Raleway-Bold-tosf-t1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Bold-tosf-t1.tfm) = %{tl_version} -Provides: tex(Raleway-Bold-tosf-ts1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Bold-tosf-ts1.tfm) = %{tl_version} -Provides: tex(Raleway-BoldItalic-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(Raleway-BoldItalic-tlf-ly1.tfm) = %{tl_version} -Provides: tex(Raleway-BoldItalic-tlf-ot1.tfm) = %{tl_version} -Provides: tex(Raleway-BoldItalic-tlf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(Raleway-BoldItalic-tlf-sc-ly1.tfm) = %{tl_version} -Provides: tex(Raleway-BoldItalic-tlf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(Raleway-BoldItalic-tlf-sc-ot1.tfm) = %{tl_version} -Provides: tex(Raleway-BoldItalic-tlf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(Raleway-BoldItalic-tlf-sc-t1.tfm) = %{tl_version} -Provides: tex(Raleway-BoldItalic-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(Raleway-BoldItalic-tlf-t1.tfm) = %{tl_version} -Provides: tex(Raleway-BoldItalic-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(Raleway-BoldItalic-tlf-ts1.tfm) = %{tl_version} -Provides: tex(Raleway-BoldItalic-tosf-ly1--base.tfm) = %{tl_version} -Provides: tex(Raleway-BoldItalic-tosf-ly1.tfm) = %{tl_version} -Provides: tex(Raleway-BoldItalic-tosf-ot1.tfm) = %{tl_version} -Provides: tex(Raleway-BoldItalic-tosf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(Raleway-BoldItalic-tosf-sc-ly1.tfm) = %{tl_version} -Provides: tex(Raleway-BoldItalic-tosf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(Raleway-BoldItalic-tosf-sc-ot1.tfm) = %{tl_version} -Provides: tex(Raleway-BoldItalic-tosf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(Raleway-BoldItalic-tosf-sc-t1.tfm) = %{tl_version} -Provides: tex(Raleway-BoldItalic-tosf-t1--base.tfm) = %{tl_version} -Provides: tex(Raleway-BoldItalic-tosf-t1.tfm) = %{tl_version} -Provides: tex(Raleway-BoldItalic-tosf-ts1--base.tfm) = %{tl_version} -Provides: tex(Raleway-BoldItalic-tosf-ts1.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraBold-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraBold-tlf-ly1.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraBold-tlf-ot1.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraBold-tlf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraBold-tlf-sc-ly1.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraBold-tlf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraBold-tlf-sc-ot1.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraBold-tlf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraBold-tlf-sc-t1.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraBold-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraBold-tlf-t1.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraBold-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraBold-tlf-ts1.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraBold-tosf-ly1--base.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraBold-tosf-ly1.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraBold-tosf-ot1.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraBold-tosf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraBold-tosf-sc-ly1.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraBold-tosf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraBold-tosf-sc-ot1.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraBold-tosf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraBold-tosf-sc-t1.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraBold-tosf-t1--base.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraBold-tosf-t1.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraBold-tosf-ts1--base.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraBold-tosf-ts1.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraBoldItalic-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraBoldItalic-tlf-ly1.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraBoldItalic-tlf-ot1.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraBoldItalic-tlf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraBoldItalic-tlf-sc-ly1.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraBoldItalic-tlf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraBoldItalic-tlf-sc-ot1.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraBoldItalic-tlf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraBoldItalic-tlf-sc-t1.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraBoldItalic-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraBoldItalic-tlf-t1.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraBoldItalic-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraBoldItalic-tlf-ts1.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraBoldItalic-tosf-ly1--base.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraBoldItalic-tosf-ly1.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraBoldItalic-tosf-ot1.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraBoldItalic-tosf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraBoldItalic-tosf-sc-ly1.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraBoldItalic-tosf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraBoldItalic-tosf-sc-ot1.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraBoldItalic-tosf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraBoldItalic-tosf-sc-t1.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraBoldItalic-tosf-t1--base.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraBoldItalic-tosf-t1.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraBoldItalic-tosf-ts1--base.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraBoldItalic-tosf-ts1.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraLight-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraLight-tlf-ly1.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraLight-tlf-ot1.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraLight-tlf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraLight-tlf-sc-ly1.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraLight-tlf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraLight-tlf-sc-ot1.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraLight-tlf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraLight-tlf-sc-t1.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraLight-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraLight-tlf-t1.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraLight-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraLight-tlf-ts1.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraLight-tosf-ly1--base.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraLight-tosf-ly1.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraLight-tosf-ot1.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraLight-tosf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraLight-tosf-sc-ly1.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraLight-tosf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraLight-tosf-sc-ot1.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraLight-tosf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraLight-tosf-sc-t1.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraLight-tosf-t1--base.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraLight-tosf-t1.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraLight-tosf-ts1--base.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraLight-tosf-ts1.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraLightItalic-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraLightItalic-tlf-ly1.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraLightItalic-tlf-ot1.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraLightItalic-tlf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraLightItalic-tlf-sc-ly1.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraLightItalic-tlf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraLightItalic-tlf-sc-ot1.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraLightItalic-tlf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraLightItalic-tlf-sc-t1.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraLightItalic-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraLightItalic-tlf-t1.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraLightItalic-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraLightItalic-tlf-ts1.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraLightItalic-tosf-ly1--base.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraLightItalic-tosf-ly1.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraLightItalic-tosf-ot1.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraLightItalic-tosf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraLightItalic-tosf-sc-ly1.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraLightItalic-tosf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraLightItalic-tosf-sc-ot1.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraLightItalic-tosf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraLightItalic-tosf-sc-t1.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraLightItalic-tosf-t1--base.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraLightItalic-tosf-t1.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraLightItalic-tosf-ts1--base.tfm) = %{tl_version} -Provides: tex(Raleway-ExtraLightItalic-tosf-ts1.tfm) = %{tl_version} -Provides: tex(Raleway-Italic-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Italic-tlf-ly1.tfm) = %{tl_version} -Provides: tex(Raleway-Italic-tlf-ot1.tfm) = %{tl_version} -Provides: tex(Raleway-Italic-tlf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Italic-tlf-sc-ly1.tfm) = %{tl_version} -Provides: tex(Raleway-Italic-tlf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Italic-tlf-sc-ot1.tfm) = %{tl_version} -Provides: tex(Raleway-Italic-tlf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Italic-tlf-sc-t1.tfm) = %{tl_version} -Provides: tex(Raleway-Italic-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Italic-tlf-t1.tfm) = %{tl_version} -Provides: tex(Raleway-Italic-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Italic-tlf-ts1.tfm) = %{tl_version} -Provides: tex(Raleway-Italic-tosf-ly1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Italic-tosf-ly1.tfm) = %{tl_version} -Provides: tex(Raleway-Italic-tosf-ot1.tfm) = %{tl_version} -Provides: tex(Raleway-Italic-tosf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Italic-tosf-sc-ly1.tfm) = %{tl_version} -Provides: tex(Raleway-Italic-tosf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Italic-tosf-sc-ot1.tfm) = %{tl_version} -Provides: tex(Raleway-Italic-tosf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Italic-tosf-sc-t1.tfm) = %{tl_version} -Provides: tex(Raleway-Italic-tosf-t1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Italic-tosf-t1.tfm) = %{tl_version} -Provides: tex(Raleway-Italic-tosf-ts1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Italic-tosf-ts1.tfm) = %{tl_version} -Provides: tex(Raleway-Light-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Light-tlf-ly1.tfm) = %{tl_version} -Provides: tex(Raleway-Light-tlf-ot1.tfm) = %{tl_version} -Provides: tex(Raleway-Light-tlf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Light-tlf-sc-ly1.tfm) = %{tl_version} -Provides: tex(Raleway-Light-tlf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Light-tlf-sc-ot1.tfm) = %{tl_version} -Provides: tex(Raleway-Light-tlf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Light-tlf-sc-t1.tfm) = %{tl_version} -Provides: tex(Raleway-Light-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Light-tlf-t1.tfm) = %{tl_version} -Provides: tex(Raleway-Light-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Light-tlf-ts1.tfm) = %{tl_version} -Provides: tex(Raleway-Light-tosf-ly1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Light-tosf-ly1.tfm) = %{tl_version} -Provides: tex(Raleway-Light-tosf-ot1.tfm) = %{tl_version} -Provides: tex(Raleway-Light-tosf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Light-tosf-sc-ly1.tfm) = %{tl_version} -Provides: tex(Raleway-Light-tosf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Light-tosf-sc-ot1.tfm) = %{tl_version} -Provides: tex(Raleway-Light-tosf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Light-tosf-sc-t1.tfm) = %{tl_version} -Provides: tex(Raleway-Light-tosf-t1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Light-tosf-t1.tfm) = %{tl_version} -Provides: tex(Raleway-Light-tosf-ts1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Light-tosf-ts1.tfm) = %{tl_version} -Provides: tex(Raleway-LightItalic-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(Raleway-LightItalic-tlf-ly1.tfm) = %{tl_version} -Provides: tex(Raleway-LightItalic-tlf-ot1.tfm) = %{tl_version} -Provides: tex(Raleway-LightItalic-tlf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(Raleway-LightItalic-tlf-sc-ly1.tfm) = %{tl_version} -Provides: tex(Raleway-LightItalic-tlf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(Raleway-LightItalic-tlf-sc-ot1.tfm) = %{tl_version} -Provides: tex(Raleway-LightItalic-tlf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(Raleway-LightItalic-tlf-sc-t1.tfm) = %{tl_version} -Provides: tex(Raleway-LightItalic-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(Raleway-LightItalic-tlf-t1.tfm) = %{tl_version} -Provides: tex(Raleway-LightItalic-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(Raleway-LightItalic-tlf-ts1.tfm) = %{tl_version} -Provides: tex(Raleway-LightItalic-tosf-ly1--base.tfm) = %{tl_version} -Provides: tex(Raleway-LightItalic-tosf-ly1.tfm) = %{tl_version} -Provides: tex(Raleway-LightItalic-tosf-ot1.tfm) = %{tl_version} -Provides: tex(Raleway-LightItalic-tosf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(Raleway-LightItalic-tosf-sc-ly1.tfm) = %{tl_version} -Provides: tex(Raleway-LightItalic-tosf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(Raleway-LightItalic-tosf-sc-ot1.tfm) = %{tl_version} -Provides: tex(Raleway-LightItalic-tosf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(Raleway-LightItalic-tosf-sc-t1.tfm) = %{tl_version} -Provides: tex(Raleway-LightItalic-tosf-t1--base.tfm) = %{tl_version} -Provides: tex(Raleway-LightItalic-tosf-t1.tfm) = %{tl_version} -Provides: tex(Raleway-LightItalic-tosf-ts1--base.tfm) = %{tl_version} -Provides: tex(Raleway-LightItalic-tosf-ts1.tfm) = %{tl_version} -Provides: tex(Raleway-Medium-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Medium-tlf-ly1.tfm) = %{tl_version} -Provides: tex(Raleway-Medium-tlf-ot1.tfm) = %{tl_version} -Provides: tex(Raleway-Medium-tlf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Medium-tlf-sc-ly1.tfm) = %{tl_version} -Provides: tex(Raleway-Medium-tlf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Medium-tlf-sc-ot1.tfm) = %{tl_version} -Provides: tex(Raleway-Medium-tlf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Medium-tlf-sc-t1.tfm) = %{tl_version} -Provides: tex(Raleway-Medium-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Medium-tlf-t1.tfm) = %{tl_version} -Provides: tex(Raleway-Medium-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Medium-tlf-ts1.tfm) = %{tl_version} -Provides: tex(Raleway-Medium-tosf-ly1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Medium-tosf-ly1.tfm) = %{tl_version} -Provides: tex(Raleway-Medium-tosf-ot1.tfm) = %{tl_version} -Provides: tex(Raleway-Medium-tosf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Medium-tosf-sc-ly1.tfm) = %{tl_version} -Provides: tex(Raleway-Medium-tosf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Medium-tosf-sc-ot1.tfm) = %{tl_version} -Provides: tex(Raleway-Medium-tosf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Medium-tosf-sc-t1.tfm) = %{tl_version} -Provides: tex(Raleway-Medium-tosf-t1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Medium-tosf-t1.tfm) = %{tl_version} -Provides: tex(Raleway-Medium-tosf-ts1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Medium-tosf-ts1.tfm) = %{tl_version} -Provides: tex(Raleway-MediumItalic-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(Raleway-MediumItalic-tlf-ly1.tfm) = %{tl_version} -Provides: tex(Raleway-MediumItalic-tlf-ot1.tfm) = %{tl_version} -Provides: tex(Raleway-MediumItalic-tlf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(Raleway-MediumItalic-tlf-sc-ly1.tfm) = %{tl_version} -Provides: tex(Raleway-MediumItalic-tlf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(Raleway-MediumItalic-tlf-sc-ot1.tfm) = %{tl_version} -Provides: tex(Raleway-MediumItalic-tlf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(Raleway-MediumItalic-tlf-sc-t1.tfm) = %{tl_version} -Provides: tex(Raleway-MediumItalic-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(Raleway-MediumItalic-tlf-t1.tfm) = %{tl_version} -Provides: tex(Raleway-MediumItalic-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(Raleway-MediumItalic-tlf-ts1.tfm) = %{tl_version} -Provides: tex(Raleway-MediumItalic-tosf-ly1--base.tfm) = %{tl_version} -Provides: tex(Raleway-MediumItalic-tosf-ly1.tfm) = %{tl_version} -Provides: tex(Raleway-MediumItalic-tosf-ot1.tfm) = %{tl_version} -Provides: tex(Raleway-MediumItalic-tosf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(Raleway-MediumItalic-tosf-sc-ly1.tfm) = %{tl_version} -Provides: tex(Raleway-MediumItalic-tosf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(Raleway-MediumItalic-tosf-sc-ot1.tfm) = %{tl_version} -Provides: tex(Raleway-MediumItalic-tosf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(Raleway-MediumItalic-tosf-sc-t1.tfm) = %{tl_version} -Provides: tex(Raleway-MediumItalic-tosf-t1--base.tfm) = %{tl_version} -Provides: tex(Raleway-MediumItalic-tosf-t1.tfm) = %{tl_version} -Provides: tex(Raleway-MediumItalic-tosf-ts1--base.tfm) = %{tl_version} -Provides: tex(Raleway-MediumItalic-tosf-ts1.tfm) = %{tl_version} -Provides: tex(Raleway-Regular-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Regular-tlf-ly1.tfm) = %{tl_version} -Provides: tex(Raleway-Regular-tlf-ot1.tfm) = %{tl_version} -Provides: tex(Raleway-Regular-tlf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Regular-tlf-sc-ly1.tfm) = %{tl_version} -Provides: tex(Raleway-Regular-tlf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Regular-tlf-sc-ot1.tfm) = %{tl_version} -Provides: tex(Raleway-Regular-tlf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Regular-tlf-sc-t1.tfm) = %{tl_version} -Provides: tex(Raleway-Regular-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Regular-tlf-t1.tfm) = %{tl_version} -Provides: tex(Raleway-Regular-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Regular-tlf-ts1.tfm) = %{tl_version} -Provides: tex(Raleway-Regular-tosf-ly1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Regular-tosf-ly1.tfm) = %{tl_version} -Provides: tex(Raleway-Regular-tosf-ot1.tfm) = %{tl_version} -Provides: tex(Raleway-Regular-tosf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Regular-tosf-sc-ly1.tfm) = %{tl_version} -Provides: tex(Raleway-Regular-tosf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Regular-tosf-sc-ot1.tfm) = %{tl_version} -Provides: tex(Raleway-Regular-tosf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Regular-tosf-sc-t1.tfm) = %{tl_version} -Provides: tex(Raleway-Regular-tosf-t1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Regular-tosf-t1.tfm) = %{tl_version} -Provides: tex(Raleway-Regular-tosf-ts1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Regular-tosf-ts1.tfm) = %{tl_version} -Provides: tex(Raleway-SemiBold-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(Raleway-SemiBold-tlf-ly1.tfm) = %{tl_version} -Provides: tex(Raleway-SemiBold-tlf-ot1.tfm) = %{tl_version} -Provides: tex(Raleway-SemiBold-tlf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(Raleway-SemiBold-tlf-sc-ly1.tfm) = %{tl_version} -Provides: tex(Raleway-SemiBold-tlf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(Raleway-SemiBold-tlf-sc-ot1.tfm) = %{tl_version} -Provides: tex(Raleway-SemiBold-tlf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(Raleway-SemiBold-tlf-sc-t1.tfm) = %{tl_version} -Provides: tex(Raleway-SemiBold-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(Raleway-SemiBold-tlf-t1.tfm) = %{tl_version} -Provides: tex(Raleway-SemiBold-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(Raleway-SemiBold-tlf-ts1.tfm) = %{tl_version} -Provides: tex(Raleway-SemiBold-tosf-ly1--base.tfm) = %{tl_version} -Provides: tex(Raleway-SemiBold-tosf-ly1.tfm) = %{tl_version} -Provides: tex(Raleway-SemiBold-tosf-ot1.tfm) = %{tl_version} -Provides: tex(Raleway-SemiBold-tosf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(Raleway-SemiBold-tosf-sc-ly1.tfm) = %{tl_version} -Provides: tex(Raleway-SemiBold-tosf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(Raleway-SemiBold-tosf-sc-ot1.tfm) = %{tl_version} -Provides: tex(Raleway-SemiBold-tosf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(Raleway-SemiBold-tosf-sc-t1.tfm) = %{tl_version} -Provides: tex(Raleway-SemiBold-tosf-t1--base.tfm) = %{tl_version} -Provides: tex(Raleway-SemiBold-tosf-t1.tfm) = %{tl_version} -Provides: tex(Raleway-SemiBold-tosf-ts1--base.tfm) = %{tl_version} -Provides: tex(Raleway-SemiBold-tosf-ts1.tfm) = %{tl_version} -Provides: tex(Raleway-SemiBoldItalic-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(Raleway-SemiBoldItalic-tlf-ly1.tfm) = %{tl_version} -Provides: tex(Raleway-SemiBoldItalic-tlf-ot1.tfm) = %{tl_version} -Provides: tex(Raleway-SemiBoldItalic-tlf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(Raleway-SemiBoldItalic-tlf-sc-ly1.tfm) = %{tl_version} -Provides: tex(Raleway-SemiBoldItalic-tlf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(Raleway-SemiBoldItalic-tlf-sc-ot1.tfm) = %{tl_version} -Provides: tex(Raleway-SemiBoldItalic-tlf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(Raleway-SemiBoldItalic-tlf-sc-t1.tfm) = %{tl_version} -Provides: tex(Raleway-SemiBoldItalic-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(Raleway-SemiBoldItalic-tlf-t1.tfm) = %{tl_version} -Provides: tex(Raleway-SemiBoldItalic-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(Raleway-SemiBoldItalic-tlf-ts1.tfm) = %{tl_version} -Provides: tex(Raleway-SemiBoldItalic-tosf-ly1--base.tfm) = %{tl_version} -Provides: tex(Raleway-SemiBoldItalic-tosf-ly1.tfm) = %{tl_version} -Provides: tex(Raleway-SemiBoldItalic-tosf-ot1.tfm) = %{tl_version} -Provides: tex(Raleway-SemiBoldItalic-tosf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(Raleway-SemiBoldItalic-tosf-sc-ly1.tfm) = %{tl_version} -Provides: tex(Raleway-SemiBoldItalic-tosf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(Raleway-SemiBoldItalic-tosf-sc-ot1.tfm) = %{tl_version} -Provides: tex(Raleway-SemiBoldItalic-tosf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(Raleway-SemiBoldItalic-tosf-sc-t1.tfm) = %{tl_version} -Provides: tex(Raleway-SemiBoldItalic-tosf-t1--base.tfm) = %{tl_version} -Provides: tex(Raleway-SemiBoldItalic-tosf-t1.tfm) = %{tl_version} -Provides: tex(Raleway-SemiBoldItalic-tosf-ts1--base.tfm) = %{tl_version} -Provides: tex(Raleway-SemiBoldItalic-tosf-ts1.tfm) = %{tl_version} -Provides: tex(Raleway-Thin-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Thin-tlf-ly1.tfm) = %{tl_version} -Provides: tex(Raleway-Thin-tlf-ot1.tfm) = %{tl_version} -Provides: tex(Raleway-Thin-tlf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Thin-tlf-sc-ly1.tfm) = %{tl_version} -Provides: tex(Raleway-Thin-tlf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Thin-tlf-sc-ot1.tfm) = %{tl_version} -Provides: tex(Raleway-Thin-tlf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Thin-tlf-sc-t1.tfm) = %{tl_version} -Provides: tex(Raleway-Thin-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Thin-tlf-t1.tfm) = %{tl_version} -Provides: tex(Raleway-Thin-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Thin-tlf-ts1.tfm) = %{tl_version} -Provides: tex(Raleway-Thin-tosf-ly1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Thin-tosf-ly1.tfm) = %{tl_version} -Provides: tex(Raleway-Thin-tosf-ot1.tfm) = %{tl_version} -Provides: tex(Raleway-Thin-tosf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Thin-tosf-sc-ly1.tfm) = %{tl_version} -Provides: tex(Raleway-Thin-tosf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Thin-tosf-sc-ot1.tfm) = %{tl_version} -Provides: tex(Raleway-Thin-tosf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Thin-tosf-sc-t1.tfm) = %{tl_version} -Provides: tex(Raleway-Thin-tosf-t1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Thin-tosf-t1.tfm) = %{tl_version} -Provides: tex(Raleway-Thin-tosf-ts1--base.tfm) = %{tl_version} -Provides: tex(Raleway-Thin-tosf-ts1.tfm) = %{tl_version} -Provides: tex(Raleway-ThinItalic-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(Raleway-ThinItalic-tlf-ly1.tfm) = %{tl_version} -Provides: tex(Raleway-ThinItalic-tlf-ot1.tfm) = %{tl_version} -Provides: tex(Raleway-ThinItalic-tlf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(Raleway-ThinItalic-tlf-sc-ly1.tfm) = %{tl_version} -Provides: tex(Raleway-ThinItalic-tlf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(Raleway-ThinItalic-tlf-sc-ot1.tfm) = %{tl_version} -Provides: tex(Raleway-ThinItalic-tlf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(Raleway-ThinItalic-tlf-sc-t1.tfm) = %{tl_version} -Provides: tex(Raleway-ThinItalic-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(Raleway-ThinItalic-tlf-t1.tfm) = %{tl_version} -Provides: tex(Raleway-ThinItalic-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(Raleway-ThinItalic-tlf-ts1.tfm) = %{tl_version} -Provides: tex(Raleway-ThinItalic-tosf-ly1--base.tfm) = %{tl_version} -Provides: tex(Raleway-ThinItalic-tosf-ly1.tfm) = %{tl_version} -Provides: tex(Raleway-ThinItalic-tosf-ot1.tfm) = %{tl_version} -Provides: tex(Raleway-ThinItalic-tosf-sc-ly1--base.tfm) = %{tl_version} -Provides: tex(Raleway-ThinItalic-tosf-sc-ly1.tfm) = %{tl_version} -Provides: tex(Raleway-ThinItalic-tosf-sc-ot1--base.tfm) = %{tl_version} -Provides: tex(Raleway-ThinItalic-tosf-sc-ot1.tfm) = %{tl_version} -Provides: tex(Raleway-ThinItalic-tosf-sc-t1--base.tfm) = %{tl_version} -Provides: tex(Raleway-ThinItalic-tosf-sc-t1.tfm) = %{tl_version} -Provides: tex(Raleway-ThinItalic-tosf-t1--base.tfm) = %{tl_version} -Provides: tex(Raleway-ThinItalic-tosf-t1.tfm) = %{tl_version} -Provides: tex(Raleway-ThinItalic-tosf-ts1--base.tfm) = %{tl_version} -Provides: tex(Raleway-ThinItalic-tosf-ts1.tfm) = %{tl_version} -Provides: tex(Raleway-Black.pfb) = %{tl_version} -Provides: tex(Raleway-BlackItalic.pfb) = %{tl_version} -Provides: tex(Raleway-Bold.pfb) = %{tl_version} -Provides: tex(Raleway-BoldItalic.pfb) = %{tl_version} -Provides: tex(Raleway-ExtraBold.pfb) = %{tl_version} -Provides: tex(Raleway-ExtraBoldItalic.pfb) = %{tl_version} -Provides: tex(Raleway-ExtraLight.pfb) = %{tl_version} -Provides: tex(Raleway-ExtraLightItalic.pfb) = %{tl_version} -Provides: tex(Raleway-Italic.pfb) = %{tl_version} -Provides: tex(Raleway-Light.pfb) = %{tl_version} -Provides: tex(Raleway-LightItalic.pfb) = %{tl_version} -Provides: tex(Raleway-Medium.pfb) = %{tl_version} -Provides: tex(Raleway-MediumItalic.pfb) = %{tl_version} -Provides: tex(Raleway-Regular.pfb) = %{tl_version} -Provides: tex(Raleway-SemiBold.pfb) = %{tl_version} -Provides: tex(Raleway-SemiBoldItalic.pfb) = %{tl_version} -Provides: tex(Raleway-Thin.pfb) = %{tl_version} -Provides: tex(Raleway-ThinItalic.pfb) = %{tl_version} -Provides: tex(Raleway-Black-tlf-ly1.vf) = %{tl_version} -Provides: tex(Raleway-Black-tlf-sc-ly1.vf) = %{tl_version} -Provides: tex(Raleway-Black-tlf-sc-ot1.vf) = %{tl_version} -Provides: tex(Raleway-Black-tlf-sc-t1.vf) = %{tl_version} -Provides: tex(Raleway-Black-tlf-t1.vf) = %{tl_version} -Provides: tex(Raleway-Black-tlf-ts1.vf) = %{tl_version} -Provides: tex(Raleway-Black-tosf-ly1.vf) = %{tl_version} -Provides: tex(Raleway-Black-tosf-sc-ly1.vf) = %{tl_version} -Provides: tex(Raleway-Black-tosf-sc-ot1.vf) = %{tl_version} -Provides: tex(Raleway-Black-tosf-sc-t1.vf) = %{tl_version} -Provides: tex(Raleway-Black-tosf-t1.vf) = %{tl_version} -Provides: tex(Raleway-Black-tosf-ts1.vf) = %{tl_version} -Provides: tex(Raleway-BlackItalic-tlf-ly1.vf) = %{tl_version} -Provides: tex(Raleway-BlackItalic-tlf-sc-ly1.vf) = %{tl_version} -Provides: tex(Raleway-BlackItalic-tlf-sc-ot1.vf) = %{tl_version} -Provides: tex(Raleway-BlackItalic-tlf-sc-t1.vf) = %{tl_version} -Provides: tex(Raleway-BlackItalic-tlf-t1.vf) = %{tl_version} -Provides: tex(Raleway-BlackItalic-tlf-ts1.vf) = %{tl_version} -Provides: tex(Raleway-BlackItalic-tosf-ly1.vf) = %{tl_version} -Provides: tex(Raleway-BlackItalic-tosf-sc-ly1.vf) = %{tl_version} -Provides: tex(Raleway-BlackItalic-tosf-sc-ot1.vf) = %{tl_version} -Provides: tex(Raleway-BlackItalic-tosf-sc-t1.vf) = %{tl_version} -Provides: tex(Raleway-BlackItalic-tosf-t1.vf) = %{tl_version} -Provides: tex(Raleway-BlackItalic-tosf-ts1.vf) = %{tl_version} -Provides: tex(Raleway-Bold-tlf-ly1.vf) = %{tl_version} -Provides: tex(Raleway-Bold-tlf-sc-ly1.vf) = %{tl_version} -Provides: tex(Raleway-Bold-tlf-sc-ot1.vf) = %{tl_version} -Provides: tex(Raleway-Bold-tlf-sc-t1.vf) = %{tl_version} -Provides: tex(Raleway-Bold-tlf-t1.vf) = %{tl_version} -Provides: tex(Raleway-Bold-tlf-ts1.vf) = %{tl_version} -Provides: tex(Raleway-Bold-tosf-ly1.vf) = %{tl_version} -Provides: tex(Raleway-Bold-tosf-sc-ly1.vf) = %{tl_version} -Provides: tex(Raleway-Bold-tosf-sc-ot1.vf) = %{tl_version} -Provides: tex(Raleway-Bold-tosf-sc-t1.vf) = %{tl_version} -Provides: tex(Raleway-Bold-tosf-t1.vf) = %{tl_version} -Provides: tex(Raleway-Bold-tosf-ts1.vf) = %{tl_version} -Provides: tex(Raleway-BoldItalic-tlf-ly1.vf) = %{tl_version} -Provides: tex(Raleway-BoldItalic-tlf-sc-ly1.vf) = %{tl_version} -Provides: tex(Raleway-BoldItalic-tlf-sc-ot1.vf) = %{tl_version} -Provides: tex(Raleway-BoldItalic-tlf-sc-t1.vf) = %{tl_version} -Provides: tex(Raleway-BoldItalic-tlf-t1.vf) = %{tl_version} -Provides: tex(Raleway-BoldItalic-tlf-ts1.vf) = %{tl_version} -Provides: tex(Raleway-BoldItalic-tosf-ly1.vf) = %{tl_version} -Provides: tex(Raleway-BoldItalic-tosf-sc-ly1.vf) = %{tl_version} -Provides: tex(Raleway-BoldItalic-tosf-sc-ot1.vf) = %{tl_version} -Provides: tex(Raleway-BoldItalic-tosf-sc-t1.vf) = %{tl_version} -Provides: tex(Raleway-BoldItalic-tosf-t1.vf) = %{tl_version} -Provides: tex(Raleway-BoldItalic-tosf-ts1.vf) = %{tl_version} -Provides: tex(Raleway-ExtraBold-tlf-ly1.vf) = %{tl_version} -Provides: tex(Raleway-ExtraBold-tlf-sc-ly1.vf) = %{tl_version} -Provides: tex(Raleway-ExtraBold-tlf-sc-ot1.vf) = %{tl_version} -Provides: tex(Raleway-ExtraBold-tlf-sc-t1.vf) = %{tl_version} -Provides: tex(Raleway-ExtraBold-tlf-t1.vf) = %{tl_version} -Provides: tex(Raleway-ExtraBold-tlf-ts1.vf) = %{tl_version} -Provides: tex(Raleway-ExtraBold-tosf-ly1.vf) = %{tl_version} -Provides: tex(Raleway-ExtraBold-tosf-sc-ly1.vf) = %{tl_version} -Provides: tex(Raleway-ExtraBold-tosf-sc-ot1.vf) = %{tl_version} -Provides: tex(Raleway-ExtraBold-tosf-sc-t1.vf) = %{tl_version} -Provides: tex(Raleway-ExtraBold-tosf-t1.vf) = %{tl_version} -Provides: tex(Raleway-ExtraBold-tosf-ts1.vf) = %{tl_version} -Provides: tex(Raleway-ExtraBoldItalic-tlf-ly1.vf) = %{tl_version} -Provides: tex(Raleway-ExtraBoldItalic-tlf-sc-ly1.vf) = %{tl_version} -Provides: tex(Raleway-ExtraBoldItalic-tlf-sc-ot1.vf) = %{tl_version} -Provides: tex(Raleway-ExtraBoldItalic-tlf-sc-t1.vf) = %{tl_version} -Provides: tex(Raleway-ExtraBoldItalic-tlf-t1.vf) = %{tl_version} -Provides: tex(Raleway-ExtraBoldItalic-tlf-ts1.vf) = %{tl_version} -Provides: tex(Raleway-ExtraBoldItalic-tosf-ly1.vf) = %{tl_version} -Provides: tex(Raleway-ExtraBoldItalic-tosf-sc-ly1.vf) = %{tl_version} -Provides: tex(Raleway-ExtraBoldItalic-tosf-sc-ot1.vf) = %{tl_version} -Provides: tex(Raleway-ExtraBoldItalic-tosf-sc-t1.vf) = %{tl_version} -Provides: tex(Raleway-ExtraBoldItalic-tosf-t1.vf) = %{tl_version} -Provides: tex(Raleway-ExtraBoldItalic-tosf-ts1.vf) = %{tl_version} -Provides: tex(Raleway-ExtraLight-tlf-ly1.vf) = %{tl_version} -Provides: tex(Raleway-ExtraLight-tlf-sc-ly1.vf) = %{tl_version} -Provides: tex(Raleway-ExtraLight-tlf-sc-ot1.vf) = %{tl_version} -Provides: tex(Raleway-ExtraLight-tlf-sc-t1.vf) = %{tl_version} -Provides: tex(Raleway-ExtraLight-tlf-t1.vf) = %{tl_version} -Provides: tex(Raleway-ExtraLight-tlf-ts1.vf) = %{tl_version} -Provides: tex(Raleway-ExtraLight-tosf-ly1.vf) = %{tl_version} -Provides: tex(Raleway-ExtraLight-tosf-sc-ly1.vf) = %{tl_version} -Provides: tex(Raleway-ExtraLight-tosf-sc-ot1.vf) = %{tl_version} -Provides: tex(Raleway-ExtraLight-tosf-sc-t1.vf) = %{tl_version} -Provides: tex(Raleway-ExtraLight-tosf-t1.vf) = %{tl_version} -Provides: tex(Raleway-ExtraLight-tosf-ts1.vf) = %{tl_version} -Provides: tex(Raleway-ExtraLightItalic-tlf-ly1.vf) = %{tl_version} -Provides: tex(Raleway-ExtraLightItalic-tlf-sc-ly1.vf) = %{tl_version} -Provides: tex(Raleway-ExtraLightItalic-tlf-sc-ot1.vf) = %{tl_version} -Provides: tex(Raleway-ExtraLightItalic-tlf-sc-t1.vf) = %{tl_version} -Provides: tex(Raleway-ExtraLightItalic-tlf-t1.vf) = %{tl_version} -Provides: tex(Raleway-ExtraLightItalic-tlf-ts1.vf) = %{tl_version} -Provides: tex(Raleway-ExtraLightItalic-tosf-ly1.vf) = %{tl_version} -Provides: tex(Raleway-ExtraLightItalic-tosf-sc-ly1.vf) = %{tl_version} -Provides: tex(Raleway-ExtraLightItalic-tosf-sc-ot1.vf) = %{tl_version} -Provides: tex(Raleway-ExtraLightItalic-tosf-sc-t1.vf) = %{tl_version} -Provides: tex(Raleway-ExtraLightItalic-tosf-t1.vf) = %{tl_version} -Provides: tex(Raleway-ExtraLightItalic-tosf-ts1.vf) = %{tl_version} -Provides: tex(Raleway-Italic-tlf-ly1.vf) = %{tl_version} -Provides: tex(Raleway-Italic-tlf-sc-ly1.vf) = %{tl_version} -Provides: tex(Raleway-Italic-tlf-sc-ot1.vf) = %{tl_version} -Provides: tex(Raleway-Italic-tlf-sc-t1.vf) = %{tl_version} -Provides: tex(Raleway-Italic-tlf-t1.vf) = %{tl_version} -Provides: tex(Raleway-Italic-tlf-ts1.vf) = %{tl_version} -Provides: tex(Raleway-Italic-tosf-ly1.vf) = %{tl_version} -Provides: tex(Raleway-Italic-tosf-sc-ly1.vf) = %{tl_version} -Provides: tex(Raleway-Italic-tosf-sc-ot1.vf) = %{tl_version} -Provides: tex(Raleway-Italic-tosf-sc-t1.vf) = %{tl_version} -Provides: tex(Raleway-Italic-tosf-t1.vf) = %{tl_version} -Provides: tex(Raleway-Italic-tosf-ts1.vf) = %{tl_version} -Provides: tex(Raleway-Light-tlf-ly1.vf) = %{tl_version} -Provides: tex(Raleway-Light-tlf-sc-ly1.vf) = %{tl_version} -Provides: tex(Raleway-Light-tlf-sc-ot1.vf) = %{tl_version} -Provides: tex(Raleway-Light-tlf-sc-t1.vf) = %{tl_version} -Provides: tex(Raleway-Light-tlf-t1.vf) = %{tl_version} -Provides: tex(Raleway-Light-tlf-ts1.vf) = %{tl_version} -Provides: tex(Raleway-Light-tosf-ly1.vf) = %{tl_version} -Provides: tex(Raleway-Light-tosf-sc-ly1.vf) = %{tl_version} -Provides: tex(Raleway-Light-tosf-sc-ot1.vf) = %{tl_version} -Provides: tex(Raleway-Light-tosf-sc-t1.vf) = %{tl_version} -Provides: tex(Raleway-Light-tosf-t1.vf) = %{tl_version} -Provides: tex(Raleway-Light-tosf-ts1.vf) = %{tl_version} -Provides: tex(Raleway-LightItalic-tlf-ly1.vf) = %{tl_version} -Provides: tex(Raleway-LightItalic-tlf-sc-ly1.vf) = %{tl_version} -Provides: tex(Raleway-LightItalic-tlf-sc-ot1.vf) = %{tl_version} -Provides: tex(Raleway-LightItalic-tlf-sc-t1.vf) = %{tl_version} -Provides: tex(Raleway-LightItalic-tlf-t1.vf) = %{tl_version} -Provides: tex(Raleway-LightItalic-tlf-ts1.vf) = %{tl_version} -Provides: tex(Raleway-LightItalic-tosf-ly1.vf) = %{tl_version} -Provides: tex(Raleway-LightItalic-tosf-sc-ly1.vf) = %{tl_version} -Provides: tex(Raleway-LightItalic-tosf-sc-ot1.vf) = %{tl_version} -Provides: tex(Raleway-LightItalic-tosf-sc-t1.vf) = %{tl_version} -Provides: tex(Raleway-LightItalic-tosf-t1.vf) = %{tl_version} -Provides: tex(Raleway-LightItalic-tosf-ts1.vf) = %{tl_version} -Provides: tex(Raleway-Medium-tlf-ly1.vf) = %{tl_version} -Provides: tex(Raleway-Medium-tlf-sc-ly1.vf) = %{tl_version} -Provides: tex(Raleway-Medium-tlf-sc-ot1.vf) = %{tl_version} -Provides: tex(Raleway-Medium-tlf-sc-t1.vf) = %{tl_version} -Provides: tex(Raleway-Medium-tlf-t1.vf) = %{tl_version} -Provides: tex(Raleway-Medium-tlf-ts1.vf) = %{tl_version} -Provides: tex(Raleway-Medium-tosf-ly1.vf) = %{tl_version} -Provides: tex(Raleway-Medium-tosf-sc-ly1.vf) = %{tl_version} -Provides: tex(Raleway-Medium-tosf-sc-ot1.vf) = %{tl_version} -Provides: tex(Raleway-Medium-tosf-sc-t1.vf) = %{tl_version} -Provides: tex(Raleway-Medium-tosf-t1.vf) = %{tl_version} -Provides: tex(Raleway-Medium-tosf-ts1.vf) = %{tl_version} -Provides: tex(Raleway-MediumItalic-tlf-ly1.vf) = %{tl_version} -Provides: tex(Raleway-MediumItalic-tlf-sc-ly1.vf) = %{tl_version} -Provides: tex(Raleway-MediumItalic-tlf-sc-ot1.vf) = %{tl_version} -Provides: tex(Raleway-MediumItalic-tlf-sc-t1.vf) = %{tl_version} -Provides: tex(Raleway-MediumItalic-tlf-t1.vf) = %{tl_version} -Provides: tex(Raleway-MediumItalic-tlf-ts1.vf) = %{tl_version} -Provides: tex(Raleway-MediumItalic-tosf-ly1.vf) = %{tl_version} -Provides: tex(Raleway-MediumItalic-tosf-sc-ly1.vf) = %{tl_version} -Provides: tex(Raleway-MediumItalic-tosf-sc-ot1.vf) = %{tl_version} -Provides: tex(Raleway-MediumItalic-tosf-sc-t1.vf) = %{tl_version} -Provides: tex(Raleway-MediumItalic-tosf-t1.vf) = %{tl_version} -Provides: tex(Raleway-MediumItalic-tosf-ts1.vf) = %{tl_version} -Provides: tex(Raleway-Regular-tlf-ly1.vf) = %{tl_version} -Provides: tex(Raleway-Regular-tlf-sc-ly1.vf) = %{tl_version} -Provides: tex(Raleway-Regular-tlf-sc-ot1.vf) = %{tl_version} -Provides: tex(Raleway-Regular-tlf-sc-t1.vf) = %{tl_version} -Provides: tex(Raleway-Regular-tlf-t1.vf) = %{tl_version} -Provides: tex(Raleway-Regular-tlf-ts1.vf) = %{tl_version} -Provides: tex(Raleway-Regular-tosf-ly1.vf) = %{tl_version} -Provides: tex(Raleway-Regular-tosf-sc-ly1.vf) = %{tl_version} -Provides: tex(Raleway-Regular-tosf-sc-ot1.vf) = %{tl_version} -Provides: tex(Raleway-Regular-tosf-sc-t1.vf) = %{tl_version} -Provides: tex(Raleway-Regular-tosf-t1.vf) = %{tl_version} -Provides: tex(Raleway-Regular-tosf-ts1.vf) = %{tl_version} -Provides: tex(Raleway-SemiBold-tlf-ly1.vf) = %{tl_version} -Provides: tex(Raleway-SemiBold-tlf-sc-ly1.vf) = %{tl_version} -Provides: tex(Raleway-SemiBold-tlf-sc-ot1.vf) = %{tl_version} -Provides: tex(Raleway-SemiBold-tlf-sc-t1.vf) = %{tl_version} -Provides: tex(Raleway-SemiBold-tlf-t1.vf) = %{tl_version} -Provides: tex(Raleway-SemiBold-tlf-ts1.vf) = %{tl_version} -Provides: tex(Raleway-SemiBold-tosf-ly1.vf) = %{tl_version} -Provides: tex(Raleway-SemiBold-tosf-sc-ly1.vf) = %{tl_version} -Provides: tex(Raleway-SemiBold-tosf-sc-ot1.vf) = %{tl_version} -Provides: tex(Raleway-SemiBold-tosf-sc-t1.vf) = %{tl_version} -Provides: tex(Raleway-SemiBold-tosf-t1.vf) = %{tl_version} -Provides: tex(Raleway-SemiBold-tosf-ts1.vf) = %{tl_version} -Provides: tex(Raleway-SemiBoldItalic-tlf-ly1.vf) = %{tl_version} -Provides: tex(Raleway-SemiBoldItalic-tlf-sc-ly1.vf) = %{tl_version} -Provides: tex(Raleway-SemiBoldItalic-tlf-sc-ot1.vf) = %{tl_version} -Provides: tex(Raleway-SemiBoldItalic-tlf-sc-t1.vf) = %{tl_version} -Provides: tex(Raleway-SemiBoldItalic-tlf-t1.vf) = %{tl_version} -Provides: tex(Raleway-SemiBoldItalic-tlf-ts1.vf) = %{tl_version} -Provides: tex(Raleway-SemiBoldItalic-tosf-ly1.vf) = %{tl_version} -Provides: tex(Raleway-SemiBoldItalic-tosf-sc-ly1.vf) = %{tl_version} -Provides: tex(Raleway-SemiBoldItalic-tosf-sc-ot1.vf) = %{tl_version} -Provides: tex(Raleway-SemiBoldItalic-tosf-sc-t1.vf) = %{tl_version} -Provides: tex(Raleway-SemiBoldItalic-tosf-t1.vf) = %{tl_version} -Provides: tex(Raleway-SemiBoldItalic-tosf-ts1.vf) = %{tl_version} -Provides: tex(Raleway-Thin-tlf-ly1.vf) = %{tl_version} -Provides: tex(Raleway-Thin-tlf-sc-ly1.vf) = %{tl_version} -Provides: tex(Raleway-Thin-tlf-sc-ot1.vf) = %{tl_version} -Provides: tex(Raleway-Thin-tlf-sc-t1.vf) = %{tl_version} -Provides: tex(Raleway-Thin-tlf-t1.vf) = %{tl_version} -Provides: tex(Raleway-Thin-tlf-ts1.vf) = %{tl_version} -Provides: tex(Raleway-Thin-tosf-ly1.vf) = %{tl_version} -Provides: tex(Raleway-Thin-tosf-sc-ly1.vf) = %{tl_version} -Provides: tex(Raleway-Thin-tosf-sc-ot1.vf) = %{tl_version} -Provides: tex(Raleway-Thin-tosf-sc-t1.vf) = %{tl_version} -Provides: tex(Raleway-Thin-tosf-t1.vf) = %{tl_version} -Provides: tex(Raleway-Thin-tosf-ts1.vf) = %{tl_version} -Provides: tex(Raleway-ThinItalic-tlf-ly1.vf) = %{tl_version} -Provides: tex(Raleway-ThinItalic-tlf-sc-ly1.vf) = %{tl_version} -Provides: tex(Raleway-ThinItalic-tlf-sc-ot1.vf) = %{tl_version} -Provides: tex(Raleway-ThinItalic-tlf-sc-t1.vf) = %{tl_version} -Provides: tex(Raleway-ThinItalic-tlf-t1.vf) = %{tl_version} -Provides: tex(Raleway-ThinItalic-tlf-ts1.vf) = %{tl_version} -Provides: tex(Raleway-ThinItalic-tosf-ly1.vf) = %{tl_version} -Provides: tex(Raleway-ThinItalic-tosf-sc-ly1.vf) = %{tl_version} -Provides: tex(Raleway-ThinItalic-tosf-sc-ot1.vf) = %{tl_version} -Provides: tex(Raleway-ThinItalic-tosf-sc-t1.vf) = %{tl_version} -Provides: tex(Raleway-ThinItalic-tosf-t1.vf) = %{tl_version} -Provides: tex(Raleway-ThinItalic-tosf-ts1.vf) = %{tl_version} -Provides: tex(LY1Raleway-TLF.fd) = %{tl_version} -Provides: tex(LY1Raleway-TOsF.fd) = %{tl_version} -Provides: tex(OT1Raleway-TLF.fd) = %{tl_version} -Provides: tex(OT1Raleway-TOsF.fd) = %{tl_version} -Provides: tex(T1Raleway-TLF.fd) = %{tl_version} -Provides: tex(T1Raleway-TOsF.fd) = %{tl_version} -Provides: tex(TS1Raleway-TLF.fd) = %{tl_version} -Provides: tex(TS1Raleway-TOsF.fd) = %{tl_version} -Provides: tex(raleway-type1-autoinst.sty) = %{tl_version} -Provides: tex(Raleway.sty) = %{tl_version} -Provides: tex(raleway.sty) = %{tl_version} - -%description raleway -The package provides the Raleway family in an easy to use way. -For XeLaTeX and LuaLaTeX users the original OpenType fonts are -used. The entire font family is included. - -%package raleway-doc -Summary: Documentation for raleway -Version: svn42629 -Provides: tex-raleway-doc -AutoReqProv: No - -%description raleway-doc -Documentation for raleway - -%package recycle -Provides: tex-recycle = %{tl_version} -License: GPL+ -Summary: A font providing the "recyclable" logo -Version: svn15878.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(recycle.map) = %{tl_version} -Provides: tex(recycle.tfm) = %{tl_version} -Provides: tex(recycle.pfb) = %{tl_version} -Provides: tex(recycle.sty) = %{tl_version} - -%description recycle -This single-character font is provided as Metafont source, and -in Adobe Type 1 format. It is accompanied by a trivial LaTeX -package to use the logo at various sizes. - -%package recycle-doc -Summary: Documentation for recycle -Version: svn15878.0 - -Provides: tex-recycle-doc -AutoReqProv: No - -%description recycle-doc -Documentation for recycle - -%package roboto -Provides: tex-roboto = %{tl_version} -License: ASL 2.0 -Summary: Support for the Roboto family of fonts -Version: svn54512 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Requires: tex(xkeyval.sty) -Requires: tex(textcomp.sty) -Requires: tex(fontspec.sty) -Requires: tex(fontenc.sty) -Requires: tex(fontaxes.sty) -Requires: tex(mweights.sty) -Provides: tex(roboto.map) = %{tl_version} -Provides: tex(LGRRoboto-LF.fd) = %{tl_version} -Provides: tex(LGRRoboto-OsF.fd) = %{tl_version} -Provides: tex(LGRRoboto-TLF.fd) = %{tl_version} -Provides: tex(LGRRoboto-TOsF.fd) = %{tl_version} -Provides: tex(LGRRobotoMono-TLF.fd) = %{tl_version} -Provides: tex(LGRRobotoSlab-TLF.fd) = %{tl_version} -Provides: tex(LY1Roboto-LF.fd) = %{tl_version} -Provides: tex(LY1Roboto-OsF.fd) = %{tl_version} -Provides: tex(LY1Roboto-TLF.fd) = %{tl_version} -Provides: tex(LY1Roboto-TOsF.fd) = %{tl_version} -Provides: tex(LY1RobotoMono-TLF.fd) = %{tl_version} -Provides: tex(LY1RobotoSlab-TLF.fd) = %{tl_version} -Provides: tex(OT1Roboto-LF.fd) = %{tl_version} -Provides: tex(OT1Roboto-OsF.fd) = %{tl_version} -Provides: tex(OT1Roboto-TLF.fd) = %{tl_version} -Provides: tex(OT1Roboto-TOsF.fd) = %{tl_version} -Provides: tex(OT1RobotoMono-TLF.fd) = %{tl_version} -Provides: tex(OT1RobotoSlab-TLF.fd) = %{tl_version} -Provides: tex(T1Roboto-LF.fd) = %{tl_version} -Provides: tex(T1Roboto-OsF.fd) = %{tl_version} -Provides: tex(T1Roboto-TLF.fd) = %{tl_version} -Provides: tex(T1Roboto-TOsF.fd) = %{tl_version} -Provides: tex(T1RobotoMono-TLF.fd) = %{tl_version} -Provides: tex(T1RobotoSlab-TLF.fd) = %{tl_version} -Provides: tex(TS1Roboto-LF.fd) = %{tl_version} -Provides: tex(TS1Roboto-OsF.fd) = %{tl_version} -Provides: tex(TS1Roboto-TLF.fd) = %{tl_version} -Provides: tex(TS1Roboto-TOsF.fd) = %{tl_version} -Provides: tex(TS1RobotoMono-TLF.fd) = %{tl_version} -Provides: tex(TS1RobotoSlab-TLF.fd) = %{tl_version} -Provides: tex(rbto_2cs4gp.enc) = %{tl_version} -Provides: tex(rbto_2ylw52.enc) = %{tl_version} -Provides: tex(rbto_35j2t6.enc) = %{tl_version} -Provides: tex(rbto_4jpen6.enc) = %{tl_version} -Provides: tex(rbto_5au2tj.enc) = %{tl_version} -Provides: tex(rbto_5wuobl.enc) = %{tl_version} -Provides: tex(rbto_5xgh2b.enc) = %{tl_version} -Provides: tex(rbto_6i2fao.enc) = %{tl_version} -Provides: tex(rbto_6rxeh6.enc) = %{tl_version} -Provides: tex(rbto_7juiin.enc) = %{tl_version} -Provides: tex(rbto_a4rth4.enc) = %{tl_version} -Provides: tex(rbto_adklll.enc) = %{tl_version} -Provides: tex(rbto_as7fdj.enc) = %{tl_version} -Provides: tex(rbto_b5rac7.enc) = %{tl_version} -Provides: tex(rbto_bsqqk2.enc) = %{tl_version} -Provides: tex(rbto_bzwjdb.enc) = %{tl_version} -Provides: tex(rbto_ddkove.enc) = %{tl_version} -Provides: tex(rbto_dfqeeu.enc) = %{tl_version} -Provides: tex(rbto_dqsbwe.enc) = %{tl_version} -Provides: tex(rbto_e24joy.enc) = %{tl_version} -Provides: tex(rbto_el2qpt.enc) = %{tl_version} -Provides: tex(rbto_ghuabv.enc) = %{tl_version} -Provides: tex(rbto_h6xohf.enc) = %{tl_version} -Provides: tex(rbto_hdhu7c.enc) = %{tl_version} -Provides: tex(rbto_hlrajr.enc) = %{tl_version} -Provides: tex(rbto_ifem6v.enc) = %{tl_version} -Provides: tex(rbto_ihpqsf.enc) = %{tl_version} -Provides: tex(rbto_imandq.enc) = %{tl_version} -Provides: tex(rbto_iqgrsz.enc) = %{tl_version} -Provides: tex(rbto_j2bk2t.enc) = %{tl_version} -Provides: tex(rbto_lhlrii.enc) = %{tl_version} -Provides: tex(rbto_ocbbsb.enc) = %{tl_version} -Provides: tex(rbto_ogts26.enc) = %{tl_version} -Provides: tex(rbto_q5hjoy.enc) = %{tl_version} -Provides: tex(rbto_qhmgos.enc) = %{tl_version} -Provides: tex(rbto_qulak4.enc) = %{tl_version} -Provides: tex(rbto_rehtu3.enc) = %{tl_version} -Provides: tex(rbto_s5b5bo.enc) = %{tl_version} -Provides: tex(rbto_schjax.enc) = %{tl_version} -Provides: tex(rbto_shbyjm.enc) = %{tl_version} -Provides: tex(rbto_swa2hd.enc) = %{tl_version} -Provides: tex(rbto_t46jwv.enc) = %{tl_version} -Provides: tex(rbto_t4kqic.enc) = %{tl_version} -Provides: tex(rbto_uf77so.enc) = %{tl_version} -Provides: tex(rbto_wkn3wn.enc) = %{tl_version} -Provides: tex(rbto_wttfgh.enc) = %{tl_version} -Provides: tex(rbto_wywsyy.enc) = %{tl_version} -Provides: tex(rbto_xzfhjt.enc) = %{tl_version} -Provides: tex(rbto_z4nc45.enc) = %{tl_version} -Provides: tex(rbto_zf56p3.enc) = %{tl_version} -Provides: tex(rbto_zfcuyn.enc) = %{tl_version} -Provides: tex(roboto-mono.sty) = %{tl_version} -Provides: tex(roboto.sty) = %{tl_version} - -%description roboto -This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX -support for the Roboto, RobotoCondensed, RobotoMono and -RobotoSlab families of fonts, designed by Christian Robertson -for Google. - -%package roboto-doc -Summary: Documentation for roboto -Version: svn54512 -Provides: tex-roboto-doc -AutoReqProv: No - -%description roboto-doc -Documentation for roboto - -%package romande -Provides: tex-romande = %{tl_version} -License: LPPL -Summary: Romande ADF fonts and LaTeX support -Version: svn19537.1.008_v7_sc -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xkeyval.sty) -Requires: tex(fontenc.sty) -Requires: tex(textcomp.sty) -Requires: tex(nfssext-cfr.sty) -Provides: tex(romande-supp.enc) = %{tl_version} -Provides: tex(t1-romandeadf-alt.enc) = %{tl_version} -Provides: tex(t1-romandeadf.enc) = %{tl_version} -Provides: tex(ts1-euro-yrd.enc) = %{tl_version} -Provides: tex(yrd.map) = %{tl_version} -Provides: tex(s-yrdd.tfm) = %{tl_version} -Provides: tex(s-yrddi.tfm) = %{tl_version} -Provides: tex(s-yrdr.tfm) = %{tl_version} -Provides: tex(s-yrdri.tfm) = %{tl_version} -Provides: tex(s-yrdriw.tfm) = %{tl_version} -Provides: tex(t1-romandeadf-alt-yrdd.tfm) = %{tl_version} -Provides: tex(t1-romandeadf-alt-yrddi.tfm) = %{tl_version} -Provides: tex(t1-romandeadf-alt-yrdr.tfm) = %{tl_version} -Provides: tex(t1-romandeadf-alt-yrdri.tfm) = %{tl_version} -Provides: tex(t1-romandeadf-alt-yrdriw.tfm) = %{tl_version} -Provides: tex(t1-romandeadf-yrdd.tfm) = %{tl_version} -Provides: tex(t1-romandeadf-yrddc.tfm) = %{tl_version} -Provides: tex(t1-romandeadf-yrddi.tfm) = %{tl_version} -Provides: tex(t1-romandeadf-yrdr.tfm) = %{tl_version} -Provides: tex(t1-romandeadf-yrdrc.tfm) = %{tl_version} -Provides: tex(t1-romandeadf-yrdri.tfm) = %{tl_version} -Provides: tex(t1-romandeadf-yrdriw.tfm) = %{tl_version} -Provides: tex(ts1-yrdd.tfm) = %{tl_version} -Provides: tex(ts1-yrddi.tfm) = %{tl_version} -Provides: tex(ts1-yrdr.tfm) = %{tl_version} -Provides: tex(ts1-yrdri.tfm) = %{tl_version} -Provides: tex(ts1-yrdriw.tfm) = %{tl_version} -Provides: tex(yrdd8c.tfm) = %{tl_version} -Provides: tex(yrdd8t.tfm) = %{tl_version} -Provides: tex(yrdda8t.tfm) = %{tl_version} -Provides: tex(yrddai8t.tfm) = %{tl_version} -Provides: tex(yrddc8t.tfm) = %{tl_version} -Provides: tex(yrddi8c.tfm) = %{tl_version} -Provides: tex(yrddi8t.tfm) = %{tl_version} -Provides: tex(yrdr8c.tfm) = %{tl_version} -Provides: tex(yrdr8t.tfm) = %{tl_version} -Provides: tex(yrdra8t.tfm) = %{tl_version} -Provides: tex(yrdrai8t.tfm) = %{tl_version} -Provides: tex(yrdraiw8t.tfm) = %{tl_version} -Provides: tex(yrdrc8t.tfm) = %{tl_version} -Provides: tex(yrdri8c.tfm) = %{tl_version} -Provides: tex(yrdri8t.tfm) = %{tl_version} -Provides: tex(yrdriw8c.tfm) = %{tl_version} -Provides: tex(yrdriw8t.tfm) = %{tl_version} -Provides: tex(yrdd8a.pfb) = %{tl_version} -Provides: tex(yrddc8a.pfb) = %{tl_version} -Provides: tex(yrddi8a.pfb) = %{tl_version} -Provides: tex(yrdr8a.pfb) = %{tl_version} -Provides: tex(yrdrc8a.pfb) = %{tl_version} -Provides: tex(yrdri8a.pfb) = %{tl_version} -Provides: tex(yrdriw8a.pfb) = %{tl_version} -Provides: tex(yrdd8c.vf) = %{tl_version} -Provides: tex(yrdd8t.vf) = %{tl_version} -Provides: tex(yrdda8t.vf) = %{tl_version} -Provides: tex(yrddai8t.vf) = %{tl_version} -Provides: tex(yrddc8t.vf) = %{tl_version} -Provides: tex(yrddi8c.vf) = %{tl_version} -Provides: tex(yrddi8t.vf) = %{tl_version} -Provides: tex(yrdr8c.vf) = %{tl_version} -Provides: tex(yrdr8t.vf) = %{tl_version} -Provides: tex(yrdra8t.vf) = %{tl_version} -Provides: tex(yrdrai8t.vf) = %{tl_version} -Provides: tex(yrdraiw8t.vf) = %{tl_version} -Provides: tex(yrdrc8t.vf) = %{tl_version} -Provides: tex(yrdri8c.vf) = %{tl_version} -Provides: tex(yrdri8t.vf) = %{tl_version} -Provides: tex(yrdriw8c.vf) = %{tl_version} -Provides: tex(yrdriw8t.vf) = %{tl_version} -Provides: tex(romande.sty) = %{tl_version} -Provides: tex(t1yrd.fd) = %{tl_version} -Provides: tex(t1yrda.fd) = %{tl_version} -Provides: tex(t1yrdaw.fd) = %{tl_version} -Provides: tex(t1yrdw.fd) = %{tl_version} -Provides: tex(ts1yrd.fd) = %{tl_version} -Provides: tex(ts1yrda.fd) = %{tl_version} -Provides: tex(ts1yrdaw.fd) = %{tl_version} -Provides: tex(ts1yrdw.fd) = %{tl_version} - -%description romande -Romande ADF is a serif font family with oldstyle figures, -designed as a substitute for Times, Tiffany or Caslon. The -family currently includes upright, italic and small-caps shapes -in each of regular and demi-bold weights and an italic script -in regular. The support package renames the fonts according to -the Karl Berry fontname scheme and defines four families. Two -of these primarily provide access to the "standard" or default -characters while the "alternate" families support alternate -characters, additional ligatures and the long s. The included -package files provide access to these features in LaTeX as -explained in the documentation. The LaTeX support requires the -nfssext-cfr and the xkeyval packages. - -%package romande-doc -Summary: Documentation for romande -Version: svn19537.1.008_v7_sc - -Provides: tex-romande-doc -AutoReqProv: No - -%description romande-doc -Documentation for romande - -%package rsfso -Provides: tex-rsfso = %{tl_version} -License: LPPL -Summary: A mathematical calligraphic font based on rsfs -Version: svn37965.1.02 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xkeyval.sty) -Provides: tex(rsfso.map) = %{tl_version} -Provides: tex(rrsfso10.tfm) = %{tl_version} -Provides: tex(rrsfso5.tfm) = %{tl_version} -Provides: tex(rrsfso7.tfm) = %{tl_version} -Provides: tex(rsfso10.tfm) = %{tl_version} -Provides: tex(rsfso5.tfm) = %{tl_version} -Provides: tex(rsfso7.tfm) = %{tl_version} -Provides: tex(rsfso10.vf) = %{tl_version} -Provides: tex(rsfso5.vf) = %{tl_version} -Provides: tex(rsfso7.vf) = %{tl_version} -Provides: tex(rsfso.sty) = %{tl_version} -Provides: tex(ursfso.fd) = %{tl_version} - -%description rsfso -The package provides virtual fonts and LaTeX support files for -mathematical calligraphic fonts based on the rsfs Adobe Type 1 -fonts (which must also be present for successful installation, -with the slant substantially reduced. The output is quite -similar to that from the Adobe Mathematical Pi script font. - -%package rsfso-doc -Summary: Documentation for rsfso -Version: svn37965.1.02 - -Provides: tex-rsfso-doc -AutoReqProv: No - -%description rsfso-doc -Documentation for rsfso - -%package sansmathaccent -Provides: tex-sansmathaccent = %{tl_version} -License: LPPL 1.3 -Summary: Correct placement of accents in sans-serif maths -Version: svn53628 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(filehook.sty) -Provides: tex(sansmathaccent.map) = %{tl_version} -Provides: tex(ot1mathkerncmss.fd) = %{tl_version} -Provides: tex(sansmathaccent.sty) = %{tl_version} - -%description sansmathaccent -Sans serif maths (produced by the beamer class or the sfmath -package) often has accents positioned incorrectly. This package -fixes the positioning of such accents when the default font -(cmssi) is used for sans serif maths. It will have no effect if -used in a document that does not use the beamer class or the -sfmath package. - -%package sansmathaccent-doc -Summary: Documentation for sansmathaccent -Version: svn53628 -Provides: tex-sansmathaccent-doc -AutoReqProv: No - -%description sansmathaccent-doc -Documentation for sansmathaccent - -%package sansmathfonts -Provides: tex-sansmathfonts = %{tl_version} -License: LPPL 1.3 -Summary: Correct placement of accents in sans-serif maths -Version: svn51356 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(sansmathfonts.map) = %{tl_version} -Provides: tex(cmsmf10.tfm) = %{tl_version} -Provides: tex(cmsmf12.tfm) = %{tl_version} -Provides: tex(cmsmf17.tfm) = %{tl_version} -Provides: tex(cmsmf8.tfm) = %{tl_version} -Provides: tex(cmsmf9.tfm) = %{tl_version} -Provides: tex(cmsmfIPiXi10.tfm) = %{tl_version} -Provides: tex(cmsmfIPiXi12.tfm) = %{tl_version} -Provides: tex(cmsmfIPiXi17.tfm) = %{tl_version} -Provides: tex(cmsmfIPiXi8.tfm) = %{tl_version} -Provides: tex(cmsmfIPiXi9.tfm) = %{tl_version} -Provides: tex(cmsmfIPiXibx10.tfm) = %{tl_version} -Provides: tex(cmsmfIPiXibx12.tfm) = %{tl_version} -Provides: tex(cmsmfIPiXibx17.tfm) = %{tl_version} -Provides: tex(cmsmfIPiXibx8.tfm) = %{tl_version} -Provides: tex(cmsmfIPiXibx9.tfm) = %{tl_version} -Provides: tex(cmsmfIPiXibxcsc10.tfm) = %{tl_version} -Provides: tex(cmsmfIPiXicsc10.tfm) = %{tl_version} -Provides: tex(cmsmfIPiXicsc8.tfm) = %{tl_version} -Provides: tex(cmsmfIPiXicsc9.tfm) = %{tl_version} -Provides: tex(cmsmfIPiXicsci10.tfm) = %{tl_version} -Provides: tex(cmsmfIPiXicsci8.tfm) = %{tl_version} -Provides: tex(cmsmfIPiXicsci9.tfm) = %{tl_version} -Provides: tex(cmsmfIPiXii10.tfm) = %{tl_version} -Provides: tex(cmsmfIPiXii12.tfm) = %{tl_version} -Provides: tex(cmsmfIPiXii17.tfm) = %{tl_version} -Provides: tex(cmsmfIPiXii8.tfm) = %{tl_version} -Provides: tex(cmsmfIPiXii9.tfm) = %{tl_version} -Provides: tex(cmsmfIPiXixi10.tfm) = %{tl_version} -Provides: tex(cmsmfIPiXixi12.tfm) = %{tl_version} -Provides: tex(cmsmfIPiXixi17.tfm) = %{tl_version} -Provides: tex(cmsmfIPiXixi8.tfm) = %{tl_version} -Provides: tex(cmsmfIPiXixi9.tfm) = %{tl_version} -Provides: tex(cmsmfIPiXixicsc10.tfm) = %{tl_version} -Provides: tex(cmsmfbx10.tfm) = %{tl_version} -Provides: tex(cmsmfbx12.tfm) = %{tl_version} -Provides: tex(cmsmfbx17.tfm) = %{tl_version} -Provides: tex(cmsmfbx8.tfm) = %{tl_version} -Provides: tex(cmsmfbx9.tfm) = %{tl_version} -Provides: tex(cmsmfbxcsc10.tfm) = %{tl_version} -Provides: tex(cmsmfcsc10.tfm) = %{tl_version} -Provides: tex(cmsmfcsc8.tfm) = %{tl_version} -Provides: tex(cmsmfcsc9.tfm) = %{tl_version} -Provides: tex(cmsmfcsci10.tfm) = %{tl_version} -Provides: tex(cmsmfcsci8.tfm) = %{tl_version} -Provides: tex(cmsmfcsci9.tfm) = %{tl_version} -Provides: tex(cmsmfi10.tfm) = %{tl_version} -Provides: tex(cmsmfi12.tfm) = %{tl_version} -Provides: tex(cmsmfi17.tfm) = %{tl_version} -Provides: tex(cmsmfi8.tfm) = %{tl_version} -Provides: tex(cmsmfi9.tfm) = %{tl_version} -Provides: tex(cmsmfxi10.tfm) = %{tl_version} -Provides: tex(cmsmfxi12.tfm) = %{tl_version} -Provides: tex(cmsmfxi17.tfm) = %{tl_version} -Provides: tex(cmsmfxi8.tfm) = %{tl_version} -Provides: tex(cmsmfxi9.tfm) = %{tl_version} -Provides: tex(cmsmfxicsc10.tfm) = %{tl_version} -Provides: tex(cmssbsy10.tfm) = %{tl_version} -Provides: tex(cmssbsy5.tfm) = %{tl_version} -Provides: tex(cmssbsy6.tfm) = %{tl_version} -Provides: tex(cmssbsy7.tfm) = %{tl_version} -Provides: tex(cmssbsy8.tfm) = %{tl_version} -Provides: tex(cmssbsy9.tfm) = %{tl_version} -Provides: tex(cmssbxcsc10.tfm) = %{tl_version} -Provides: tex(cmsscsc10.tfm) = %{tl_version} -Provides: tex(cmsscsc8.tfm) = %{tl_version} -Provides: tex(cmsscsc9.tfm) = %{tl_version} -Provides: tex(cmsscsci10.tfm) = %{tl_version} -Provides: tex(cmsscsci8.tfm) = %{tl_version} -Provides: tex(cmsscsci9.tfm) = %{tl_version} -Provides: tex(cmssex10.tfm) = %{tl_version} -Provides: tex(cmssex7.tfm) = %{tl_version} -Provides: tex(cmssex8.tfm) = %{tl_version} -Provides: tex(cmssex9.tfm) = %{tl_version} -Provides: tex(cmssmi10.tfm) = %{tl_version} -Provides: tex(cmssmi5.tfm) = %{tl_version} -Provides: tex(cmssmi6.tfm) = %{tl_version} -Provides: tex(cmssmi7.tfm) = %{tl_version} -Provides: tex(cmssmi8.tfm) = %{tl_version} -Provides: tex(cmssmi9.tfm) = %{tl_version} -Provides: tex(cmssmib10.tfm) = %{tl_version} -Provides: tex(cmssmib5.tfm) = %{tl_version} -Provides: tex(cmssmib6.tfm) = %{tl_version} -Provides: tex(cmssmib7.tfm) = %{tl_version} -Provides: tex(cmssmib8.tfm) = %{tl_version} -Provides: tex(cmssmib9.tfm) = %{tl_version} -Provides: tex(cmsssy10.tfm) = %{tl_version} -Provides: tex(cmsssy5.tfm) = %{tl_version} -Provides: tex(cmsssy6.tfm) = %{tl_version} -Provides: tex(cmsssy7.tfm) = %{tl_version} -Provides: tex(cmsssy8.tfm) = %{tl_version} -Provides: tex(cmsssy9.tfm) = %{tl_version} -Provides: tex(cmssu10.tfm) = %{tl_version} -Provides: tex(cmssxicsc10.tfm) = %{tl_version} -Provides: tex(eczi0500.tfm) = %{tl_version} -Provides: tex(eczi0600.tfm) = %{tl_version} -Provides: tex(eczi0700.tfm) = %{tl_version} -Provides: tex(eczi0800.tfm) = %{tl_version} -Provides: tex(eczi0900.tfm) = %{tl_version} -Provides: tex(eczi1000.tfm) = %{tl_version} -Provides: tex(eczi1095.tfm) = %{tl_version} -Provides: tex(eczi1200.tfm) = %{tl_version} -Provides: tex(eczi1440.tfm) = %{tl_version} -Provides: tex(eczi1728.tfm) = %{tl_version} -Provides: tex(eczi2074.tfm) = %{tl_version} -Provides: tex(eczi2488.tfm) = %{tl_version} -Provides: tex(eczi2986.tfm) = %{tl_version} -Provides: tex(eczi3583.tfm) = %{tl_version} -Provides: tex(eczo0500.tfm) = %{tl_version} -Provides: tex(eczo0600.tfm) = %{tl_version} -Provides: tex(eczo0700.tfm) = %{tl_version} -Provides: tex(eczo0800.tfm) = %{tl_version} -Provides: tex(eczo0900.tfm) = %{tl_version} -Provides: tex(eczo1000.tfm) = %{tl_version} -Provides: tex(eczo1095.tfm) = %{tl_version} -Provides: tex(eczo1200.tfm) = %{tl_version} -Provides: tex(eczo1440.tfm) = %{tl_version} -Provides: tex(eczo1728.tfm) = %{tl_version} -Provides: tex(eczo2074.tfm) = %{tl_version} -Provides: tex(eczo2488.tfm) = %{tl_version} -Provides: tex(eczo2986.tfm) = %{tl_version} -Provides: tex(eczo3583.tfm) = %{tl_version} -Provides: tex(eczx0500.tfm) = %{tl_version} -Provides: tex(eczx0600.tfm) = %{tl_version} -Provides: tex(eczx0700.tfm) = %{tl_version} -Provides: tex(eczx0800.tfm) = %{tl_version} -Provides: tex(eczx0900.tfm) = %{tl_version} -Provides: tex(eczx1000.tfm) = %{tl_version} -Provides: tex(eczx1095.tfm) = %{tl_version} -Provides: tex(eczx1200.tfm) = %{tl_version} -Provides: tex(eczx1440.tfm) = %{tl_version} -Provides: tex(eczx1728.tfm) = %{tl_version} -Provides: tex(eczx2074.tfm) = %{tl_version} -Provides: tex(eczx2488.tfm) = %{tl_version} -Provides: tex(eczx2986.tfm) = %{tl_version} -Provides: tex(eczx3583.tfm) = %{tl_version} -Provides: tex(eczz0500.tfm) = %{tl_version} -Provides: tex(eczz0600.tfm) = %{tl_version} -Provides: tex(eczz0700.tfm) = %{tl_version} -Provides: tex(eczz0800.tfm) = %{tl_version} -Provides: tex(eczz0900.tfm) = %{tl_version} -Provides: tex(eczz1000.tfm) = %{tl_version} -Provides: tex(eczz1095.tfm) = %{tl_version} -Provides: tex(eczz1200.tfm) = %{tl_version} -Provides: tex(eczz1440.tfm) = %{tl_version} -Provides: tex(eczz1728.tfm) = %{tl_version} -Provides: tex(eczz2074.tfm) = %{tl_version} -Provides: tex(eczz2488.tfm) = %{tl_version} -Provides: tex(eczz2986.tfm) = %{tl_version} -Provides: tex(eczz3583.tfm) = %{tl_version} -Provides: tex(ssesint10.tfm) = %{tl_version} -Provides: tex(ssesint7.tfm) = %{tl_version} -Provides: tex(ssesint8.tfm) = %{tl_version} -Provides: tex(ssesint9.tfm) = %{tl_version} -Provides: tex(ssmsam10.tfm) = %{tl_version} -Provides: tex(ssmsam5.tfm) = %{tl_version} -Provides: tex(ssmsam6.tfm) = %{tl_version} -Provides: tex(ssmsam7.tfm) = %{tl_version} -Provides: tex(ssmsam8.tfm) = %{tl_version} -Provides: tex(ssmsam9.tfm) = %{tl_version} -Provides: tex(ssmsbm10.tfm) = %{tl_version} -Provides: tex(ssmsbm5.tfm) = %{tl_version} -Provides: tex(ssmsbm6.tfm) = %{tl_version} -Provides: tex(ssmsbm7.tfm) = %{tl_version} -Provides: tex(ssmsbm8.tfm) = %{tl_version} -Provides: tex(ssmsbm9.tfm) = %{tl_version} -Provides: tex(cmsmfIPiXi10.pfb) = %{tl_version} -Provides: tex(cmsmfIPiXi12.pfb) = %{tl_version} -Provides: tex(cmsmfIPiXi17.pfb) = %{tl_version} -Provides: tex(cmsmfIPiXi8.pfb) = %{tl_version} -Provides: tex(cmsmfIPiXi9.pfb) = %{tl_version} -Provides: tex(cmsmfIPiXibx10.pfb) = %{tl_version} -Provides: tex(cmsmfIPiXibx12.pfb) = %{tl_version} -Provides: tex(cmsmfIPiXibx17.pfb) = %{tl_version} -Provides: tex(cmsmfIPiXibx8.pfb) = %{tl_version} -Provides: tex(cmsmfIPiXibx9.pfb) = %{tl_version} -Provides: tex(cmsmfIPiXibxcsc10.pfb) = %{tl_version} -Provides: tex(cmsmfIPiXicsc10.pfb) = %{tl_version} -Provides: tex(cmsmfIPiXicsc8.pfb) = %{tl_version} -Provides: tex(cmsmfIPiXicsc9.pfb) = %{tl_version} -Provides: tex(cmsmfIPiXicsci10.pfb) = %{tl_version} -Provides: tex(cmsmfIPiXicsci8.pfb) = %{tl_version} -Provides: tex(cmsmfIPiXicsci9.pfb) = %{tl_version} -Provides: tex(cmsmfIPiXii10.pfb) = %{tl_version} -Provides: tex(cmsmfIPiXii12.pfb) = %{tl_version} -Provides: tex(cmsmfIPiXii17.pfb) = %{tl_version} -Provides: tex(cmsmfIPiXii8.pfb) = %{tl_version} -Provides: tex(cmsmfIPiXii9.pfb) = %{tl_version} -Provides: tex(cmsmfIPiXixi10.pfb) = %{tl_version} -Provides: tex(cmsmfIPiXixi12.pfb) = %{tl_version} -Provides: tex(cmsmfIPiXixi17.pfb) = %{tl_version} -Provides: tex(cmsmfIPiXixi8.pfb) = %{tl_version} -Provides: tex(cmsmfIPiXixi9.pfb) = %{tl_version} -Provides: tex(cmsmfIPiXixicsc10.pfb) = %{tl_version} -Provides: tex(cmssbsy10.pfb) = %{tl_version} -Provides: tex(cmssbsy5.pfb) = %{tl_version} -Provides: tex(cmssbsy6.pfb) = %{tl_version} -Provides: tex(cmssbsy7.pfb) = %{tl_version} -Provides: tex(cmssbsy8.pfb) = %{tl_version} -Provides: tex(cmssbsy9.pfb) = %{tl_version} -Provides: tex(cmssbx12.pfb) = %{tl_version} -Provides: tex(cmssbx17.pfb) = %{tl_version} -Provides: tex(cmssbx8.pfb) = %{tl_version} -Provides: tex(cmssbx9.pfb) = %{tl_version} -Provides: tex(cmssbxcsc10.pfb) = %{tl_version} -Provides: tex(cmsscsc10.pfb) = %{tl_version} -Provides: tex(cmsscsc8.pfb) = %{tl_version} -Provides: tex(cmsscsc9.pfb) = %{tl_version} -Provides: tex(cmsscsci10.pfb) = %{tl_version} -Provides: tex(cmsscsci8.pfb) = %{tl_version} -Provides: tex(cmsscsci9.pfb) = %{tl_version} -Provides: tex(cmssex10.pfb) = %{tl_version} -Provides: tex(cmssex7.pfb) = %{tl_version} -Provides: tex(cmssex8.pfb) = %{tl_version} -Provides: tex(cmssex9.pfb) = %{tl_version} -Provides: tex(cmssmi10.pfb) = %{tl_version} -Provides: tex(cmssmi5.pfb) = %{tl_version} -Provides: tex(cmssmi6.pfb) = %{tl_version} -Provides: tex(cmssmi7.pfb) = %{tl_version} -Provides: tex(cmssmi8.pfb) = %{tl_version} -Provides: tex(cmssmi9.pfb) = %{tl_version} -Provides: tex(cmssmib10.pfb) = %{tl_version} -Provides: tex(cmssmib5.pfb) = %{tl_version} -Provides: tex(cmssmib6.pfb) = %{tl_version} -Provides: tex(cmssmib7.pfb) = %{tl_version} -Provides: tex(cmssmib8.pfb) = %{tl_version} -Provides: tex(cmssmib9.pfb) = %{tl_version} -Provides: tex(cmsssy10.pfb) = %{tl_version} -Provides: tex(cmsssy5.pfb) = %{tl_version} -Provides: tex(cmsssy6.pfb) = %{tl_version} -Provides: tex(cmsssy7.pfb) = %{tl_version} -Provides: tex(cmsssy8.pfb) = %{tl_version} -Provides: tex(cmsssy9.pfb) = %{tl_version} -Provides: tex(cmssu10.pfb) = %{tl_version} -Provides: tex(cmssxi10.pfb) = %{tl_version} -Provides: tex(cmssxi12.pfb) = %{tl_version} -Provides: tex(cmssxi17.pfb) = %{tl_version} -Provides: tex(cmssxi8.pfb) = %{tl_version} -Provides: tex(cmssxi9.pfb) = %{tl_version} -Provides: tex(cmssxicsc10.pfb) = %{tl_version} -Provides: tex(eczi0500.pfb) = %{tl_version} -Provides: tex(eczi0600.pfb) = %{tl_version} -Provides: tex(eczi0700.pfb) = %{tl_version} -Provides: tex(eczi0800.pfb) = %{tl_version} -Provides: tex(eczi0900.pfb) = %{tl_version} -Provides: tex(eczi1000.pfb) = %{tl_version} -Provides: tex(eczi1095.pfb) = %{tl_version} -Provides: tex(eczi1200.pfb) = %{tl_version} -Provides: tex(eczi1440.pfb) = %{tl_version} -Provides: tex(eczi1728.pfb) = %{tl_version} -Provides: tex(eczi2074.pfb) = %{tl_version} -Provides: tex(eczi2488.pfb) = %{tl_version} -Provides: tex(eczi2986.pfb) = %{tl_version} -Provides: tex(eczi3583.pfb) = %{tl_version} -Provides: tex(eczo0500.pfb) = %{tl_version} -Provides: tex(eczo0600.pfb) = %{tl_version} -Provides: tex(eczo0700.pfb) = %{tl_version} -Provides: tex(eczo0800.pfb) = %{tl_version} -Provides: tex(eczo0900.pfb) = %{tl_version} -Provides: tex(eczo1000.pfb) = %{tl_version} -Provides: tex(eczo1095.pfb) = %{tl_version} -Provides: tex(eczo1200.pfb) = %{tl_version} -Provides: tex(eczo1440.pfb) = %{tl_version} -Provides: tex(eczo1728.pfb) = %{tl_version} -Provides: tex(eczo2074.pfb) = %{tl_version} -Provides: tex(eczo2488.pfb) = %{tl_version} -Provides: tex(eczo2986.pfb) = %{tl_version} -Provides: tex(eczo3583.pfb) = %{tl_version} -Provides: tex(eczx0500.pfb) = %{tl_version} -Provides: tex(eczx0600.pfb) = %{tl_version} -Provides: tex(eczx0700.pfb) = %{tl_version} -Provides: tex(eczx0800.pfb) = %{tl_version} -Provides: tex(eczx0900.pfb) = %{tl_version} -Provides: tex(eczx1000.pfb) = %{tl_version} -Provides: tex(eczx1095.pfb) = %{tl_version} -Provides: tex(eczx1200.pfb) = %{tl_version} -Provides: tex(eczx1440.pfb) = %{tl_version} -Provides: tex(eczx1728.pfb) = %{tl_version} -Provides: tex(eczx2074.pfb) = %{tl_version} -Provides: tex(eczx2488.pfb) = %{tl_version} -Provides: tex(eczx2986.pfb) = %{tl_version} -Provides: tex(eczx3583.pfb) = %{tl_version} -Provides: tex(eczz0500.pfb) = %{tl_version} -Provides: tex(eczz0600.pfb) = %{tl_version} -Provides: tex(eczz0700.pfb) = %{tl_version} -Provides: tex(eczz0800.pfb) = %{tl_version} -Provides: tex(eczz0900.pfb) = %{tl_version} -Provides: tex(eczz1000.pfb) = %{tl_version} -Provides: tex(eczz1095.pfb) = %{tl_version} -Provides: tex(eczz1200.pfb) = %{tl_version} -Provides: tex(eczz1440.pfb) = %{tl_version} -Provides: tex(eczz1728.pfb) = %{tl_version} -Provides: tex(eczz2074.pfb) = %{tl_version} -Provides: tex(eczz2488.pfb) = %{tl_version} -Provides: tex(eczz2986.pfb) = %{tl_version} -Provides: tex(eczz3583.pfb) = %{tl_version} -Provides: tex(ssesint10.pfb) = %{tl_version} -Provides: tex(ssesint7.pfb) = %{tl_version} -Provides: tex(ssesint8.pfb) = %{tl_version} -Provides: tex(ssesint9.pfb) = %{tl_version} -Provides: tex(ssmsam10.pfb) = %{tl_version} -Provides: tex(ssmsam5.pfb) = %{tl_version} -Provides: tex(ssmsam6.pfb) = %{tl_version} -Provides: tex(ssmsam7.pfb) = %{tl_version} -Provides: tex(ssmsam8.pfb) = %{tl_version} -Provides: tex(ssmsam9.pfb) = %{tl_version} -Provides: tex(ssmsbm10.pfb) = %{tl_version} -Provides: tex(ssmsbm5.pfb) = %{tl_version} -Provides: tex(ssmsbm6.pfb) = %{tl_version} -Provides: tex(ssmsbm7.pfb) = %{tl_version} -Provides: tex(ssmsbm8.pfb) = %{tl_version} -Provides: tex(ssmsbm9.pfb) = %{tl_version} -Provides: tex(cmsmf10.vf) = %{tl_version} -Provides: tex(cmsmf12.vf) = %{tl_version} -Provides: tex(cmsmf17.vf) = %{tl_version} -Provides: tex(cmsmf8.vf) = %{tl_version} -Provides: tex(cmsmf9.vf) = %{tl_version} -Provides: tex(cmsmfbx10.vf) = %{tl_version} -Provides: tex(cmsmfbx12.vf) = %{tl_version} -Provides: tex(cmsmfbx17.vf) = %{tl_version} -Provides: tex(cmsmfbx8.vf) = %{tl_version} -Provides: tex(cmsmfbx9.vf) = %{tl_version} -Provides: tex(cmsmfbxcsc10.vf) = %{tl_version} -Provides: tex(cmsmfcsc10.vf) = %{tl_version} -Provides: tex(cmsmfcsc8.vf) = %{tl_version} -Provides: tex(cmsmfcsc9.vf) = %{tl_version} -Provides: tex(cmsmfcsci10.vf) = %{tl_version} -Provides: tex(cmsmfcsci8.vf) = %{tl_version} -Provides: tex(cmsmfcsci9.vf) = %{tl_version} -Provides: tex(cmsmfi10.vf) = %{tl_version} -Provides: tex(cmsmfi12.vf) = %{tl_version} -Provides: tex(cmsmfi17.vf) = %{tl_version} -Provides: tex(cmsmfi8.vf) = %{tl_version} -Provides: tex(cmsmfi9.vf) = %{tl_version} -Provides: tex(cmsmfxi10.vf) = %{tl_version} -Provides: tex(cmsmfxi12.vf) = %{tl_version} -Provides: tex(cmsmfxi17.vf) = %{tl_version} -Provides: tex(cmsmfxi8.vf) = %{tl_version} -Provides: tex(cmsmfxi9.vf) = %{tl_version} -Provides: tex(cmsmfxicsc10.vf) = %{tl_version} -Provides: tex(omlcmssm.fd) = %{tl_version} -Provides: tex(omscmsssy.fd) = %{tl_version} -Provides: tex(omxcmssex.fd) = %{tl_version} -Provides: tex(ot1cmsmf.fd) = %{tl_version} -Provides: tex(ot1xcmss.fd) = %{tl_version} -Provides: tex(sansmathfonts.sty) = %{tl_version} -Provides: tex(t1xcmss.fd) = %{tl_version} -Provides: tex(ucmsmf.fd) = %{tl_version} -Provides: tex(ussesint.fd) = %{tl_version} -Provides: tex(ussmsa.fd) = %{tl_version} -Provides: tex(ussmsb.fd) = %{tl_version} -Provides: tex(uxcmss.fd) = %{tl_version} - -%description sansmathfonts -Sans serifsmall caps and math fonts for use with Computer -Modern. - -%package sansmathfonts-doc -Summary: Documentation for sansmathfonts -Version: svn51356 -Provides: tex-sansmathfonts-doc -AutoReqProv: No - -%description sansmathfonts-doc -Documentation for sansmathfonts - -%package sauter -Provides: tex-sauter = %{tl_version} -License: GPL+ -Summary: Wide range of design sizes for CM fonts -Version: svn13293.2.4 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - - -%description sauter -Extensions, originally to the CM fonts, providing a -parameterization scheme to build Metafont fonts at true design -sizes, for a large range of sizes. The scheme has now been -extended to a range of other fonts, including the AMS fonts, -bbm, bbold, rsfs and wasy fonts. - -%package sauterfonts -Provides: tex-sauterfonts = %{tl_version} -License: GPL+ -Summary: Use Sauter's fonts in LaTeX -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(sbbm.sty) = %{tl_version} -Provides: tex(sexscale.sty) = %{tl_version} -Provides: tex(somlcmm.fd) = %{tl_version} -Provides: tex(somlcmr.fd) = %{tl_version} -Provides: tex(somscmr.fd) = %{tl_version} -Provides: tex(somscmsy.fd) = %{tl_version} -Provides: tex(somxcmex.fd) = %{tl_version} -Provides: tex(sot1cmdh.fd) = %{tl_version} -Provides: tex(sot1cmfib.fd) = %{tl_version} -Provides: tex(sot1cmfr.fd) = %{tl_version} -Provides: tex(sot1cmr.fd) = %{tl_version} -Provides: tex(sot1cmss.fd) = %{tl_version} -Provides: tex(sot1cmtt.fd) = %{tl_version} -Provides: tex(sot1cmvtt.fd) = %{tl_version} -Provides: tex(subbm.fd) = %{tl_version} -Provides: tex(subbmdh.fd) = %{tl_version} -Provides: tex(subbmfib.fd) = %{tl_version} -Provides: tex(subbmss.fd) = %{tl_version} -Provides: tex(subbmtt.fd) = %{tl_version} -Provides: tex(subbmvtt.fd) = %{tl_version} -Provides: tex(subbold.fd) = %{tl_version} -Provides: tex(sucmr.fd) = %{tl_version} -Provides: tex(sucmss.fd) = %{tl_version} -Provides: tex(sucmtt.fd) = %{tl_version} -Provides: tex(sulasy.fd) = %{tl_version} -Provides: tex(sumsa.fd) = %{tl_version} -Provides: tex(sumsb.fd) = %{tl_version} -Provides: tex(sursfs.fd) = %{tl_version} -Provides: tex(sustmry.fd) = %{tl_version} -Provides: tex(suwasy.fd) = %{tl_version} - -%description sauterfonts -The package provides font definition files (plus a replacement -for the package exscale) to access many of the fonts in -Sauter's collection. These fonts are available in all point -sizes and look nicer for such "intermediate" document sizes as -11pt. Also included is the package sbbm, an alternative to -access the bbm fonts. - -%package sauterfonts-doc -Summary: Documentation for sauterfonts -Version: svn15878.0 - -Provides: tex-sauterfonts-doc -AutoReqProv: No - -%description sauterfonts-doc -Documentation for sauterfonts - -%package schulschriften -Provides: tex-schulschriften = %{tl_version} -License: LPPL -Summary: German "school scripts" from Suetterlin to the present day -Version: svn35730.4 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(wedn14.tfm) = %{tl_version} -Provides: tex(wednbx14.tfm) = %{tl_version} -Provides: tex(wednbxsl14.tfm) = %{tl_version} -Provides: tex(wedneb14.tfm) = %{tl_version} -Provides: tex(wednebsl14.tfm) = %{tl_version} -Provides: tex(wednsb14.tfm) = %{tl_version} -Provides: tex(wednsbsl14.tfm) = %{tl_version} -Provides: tex(wednsl14.tfm) = %{tl_version} -Provides: tex(wednub14.tfm) = %{tl_version} -Provides: tex(wednubsl14.tfm) = %{tl_version} -Provides: tex(wela14.tfm) = %{tl_version} -Provides: tex(welabx14.tfm) = %{tl_version} -Provides: tex(welabxsl14.tfm) = %{tl_version} -Provides: tex(welaeb14.tfm) = %{tl_version} -Provides: tex(welaebsl14.tfm) = %{tl_version} -Provides: tex(welasb14.tfm) = %{tl_version} -Provides: tex(welasbsl14.tfm) = %{tl_version} -Provides: tex(welasl14.tfm) = %{tl_version} -Provides: tex(welaub14.tfm) = %{tl_version} -Provides: tex(welaubsl14.tfm) = %{tl_version} -Provides: tex(wesa14.tfm) = %{tl_version} -Provides: tex(wesabx14.tfm) = %{tl_version} -Provides: tex(wesabxsl14.tfm) = %{tl_version} -Provides: tex(wesaeb14.tfm) = %{tl_version} -Provides: tex(wesaebsl14.tfm) = %{tl_version} -Provides: tex(wesasb14.tfm) = %{tl_version} -Provides: tex(wesasbsl14.tfm) = %{tl_version} -Provides: tex(wesasl14.tfm) = %{tl_version} -Provides: tex(wesaub14.tfm) = %{tl_version} -Provides: tex(wesaubsl14.tfm) = %{tl_version} -Provides: tex(wesu14.tfm) = %{tl_version} -Provides: tex(wesub14.tfm) = %{tl_version} -Provides: tex(wesubsl14.tfm) = %{tl_version} -Provides: tex(wesubx14.tfm) = %{tl_version} -Provides: tex(wesubxsl14.tfm) = %{tl_version} -Provides: tex(wesueb14.tfm) = %{tl_version} -Provides: tex(wesuebsl14.tfm) = %{tl_version} -Provides: tex(wesusb14.tfm) = %{tl_version} -Provides: tex(wesusbsl14.tfm) = %{tl_version} -Provides: tex(wesusl14.tfm) = %{tl_version} -Provides: tex(wesuub14.tfm) = %{tl_version} -Provides: tex(wesuubsl14.tfm) = %{tl_version} -Provides: tex(weva14.tfm) = %{tl_version} -Provides: tex(wevabx14.tfm) = %{tl_version} -Provides: tex(wevabxsl14.tfm) = %{tl_version} -Provides: tex(wevaeb14.tfm) = %{tl_version} -Provides: tex(wevaebsl14.tfm) = %{tl_version} -Provides: tex(wevasb14.tfm) = %{tl_version} -Provides: tex(wevasbsl14.tfm) = %{tl_version} -Provides: tex(wevasl14.tfm) = %{tl_version} -Provides: tex(wevaub14.tfm) = %{tl_version} -Provides: tex(wevaubsl14.tfm) = %{tl_version} -Provides: tex(schulschriften_lin.sty) = %{tl_version} -Provides: tex(schulschriften_ltx.sty) = %{tl_version} -Provides: tex(t1wedn.fd) = %{tl_version} -Provides: tex(t1wela.fd) = %{tl_version} -Provides: tex(t1wesa.fd) = %{tl_version} -Provides: tex(t1wesu.fd) = %{tl_version} -Provides: tex(t1weva.fd) = %{tl_version} -Provides: tex(wedn.sty) = %{tl_version} -Provides: tex(wela.sty) = %{tl_version} -Provides: tex(wesa.sty) = %{tl_version} -Provides: tex(wesu.sty) = %{tl_version} -Provides: tex(weva.sty) = %{tl_version} - -%description schulschriften -Das Paket enthalt im wesentlichen die METAFONT-Quellfiles fur -die folgenden Schulausgangsschriften: Suetterlinschrift, -Deutsche Normalschrift, Lateinische Ausgangsschrift, -Schulausgangsschrift, Vereinfachte Ausgangsschrift. Damit ist -es moglich, beliebige deutsche Texte in diesen Schreibschriften -zu schreiben. - -%package schulschriften-doc -Summary: Documentation for schulschriften -Version: svn35730.4 - -Provides: tex-schulschriften-doc -AutoReqProv: No - -%description schulschriften-doc -Documentation for schulschriften - -%package semaphor -Provides: tex-semaphor = %{tl_version} -License: GPL+ -Summary: Semaphore alphabet font -Version: svn18651.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(smfb10.enc) = %{tl_version} -Provides: tex(smfbsl10.enc) = %{tl_version} -Provides: tex(smfeb10.enc) = %{tl_version} -Provides: tex(smfebsl10.enc) = %{tl_version} -Provides: tex(smfer10.enc) = %{tl_version} -Provides: tex(smfesl10.enc) = %{tl_version} -Provides: tex(smfett10.enc) = %{tl_version} -Provides: tex(smfpb10.enc) = %{tl_version} -Provides: tex(smfpbsl10.enc) = %{tl_version} -Provides: tex(smfpr10.enc) = %{tl_version} -Provides: tex(smfpsl10.enc) = %{tl_version} -Provides: tex(smfptt10.enc) = %{tl_version} -Provides: tex(smfr10.enc) = %{tl_version} -Provides: tex(smfsl10.enc) = %{tl_version} -Provides: tex(smftt10.enc) = %{tl_version} -Provides: tex(semaf.map) = %{tl_version} -Provides: tex(smfb10.otf) = %{tl_version} -Provides: tex(smfbsl10.otf) = %{tl_version} -Provides: tex(smfeb10.otf) = %{tl_version} -Provides: tex(smfebsl10.otf) = %{tl_version} -Provides: tex(smfer10.otf) = %{tl_version} -Provides: tex(smfesl10.otf) = %{tl_version} -Provides: tex(smfett10.otf) = %{tl_version} -Provides: tex(smfpb10.otf) = %{tl_version} -Provides: tex(smfpbsl10.otf) = %{tl_version} -Provides: tex(smfpr10.otf) = %{tl_version} -Provides: tex(smfpsl10.otf) = %{tl_version} -Provides: tex(smfptt10.otf) = %{tl_version} -Provides: tex(smfr10.otf) = %{tl_version} -Provides: tex(smfsl10.otf) = %{tl_version} -Provides: tex(smftt10.otf) = %{tl_version} -Provides: tex(smfb10.tfm) = %{tl_version} -Provides: tex(smfbsl10.tfm) = %{tl_version} -Provides: tex(smfeb10.tfm) = %{tl_version} -Provides: tex(smfebsl10.tfm) = %{tl_version} -Provides: tex(smfer10.tfm) = %{tl_version} -Provides: tex(smfesl10.tfm) = %{tl_version} -Provides: tex(smfett10.tfm) = %{tl_version} -Provides: tex(smfpb10.tfm) = %{tl_version} -Provides: tex(smfpbsl10.tfm) = %{tl_version} -Provides: tex(smfpr10.tfm) = %{tl_version} -Provides: tex(smfpsl10.tfm) = %{tl_version} -Provides: tex(smfptt10.tfm) = %{tl_version} -Provides: tex(smfr10.tfm) = %{tl_version} -Provides: tex(smfsl10.tfm) = %{tl_version} -Provides: tex(smftt10.tfm) = %{tl_version} -Provides: tex(smfb10.pfb) = %{tl_version} -Provides: tex(smfbsl10.pfb) = %{tl_version} -Provides: tex(smfeb10.pfb) = %{tl_version} -Provides: tex(smfebsl10.pfb) = %{tl_version} -Provides: tex(smfer10.pfb) = %{tl_version} -Provides: tex(smfesl10.pfb) = %{tl_version} -Provides: tex(smfett10.pfb) = %{tl_version} -Provides: tex(smfpb10.pfb) = %{tl_version} -Provides: tex(smfpbsl10.pfb) = %{tl_version} -Provides: tex(smfpr10.pfb) = %{tl_version} -Provides: tex(smfpsl10.pfb) = %{tl_version} -Provides: tex(smfptt10.pfb) = %{tl_version} -Provides: tex(smfr10.pfb) = %{tl_version} -Provides: tex(smfsl10.pfb) = %{tl_version} -Provides: tex(smftt10.pfb) = %{tl_version} -Provides: tex(t-type-semaf.tex) = %{tl_version} -Provides: tex(il2semaf.fd) = %{tl_version} -Provides: tex(semaf.fd) = %{tl_version} -Provides: tex(semaf.tex) = %{tl_version} - -%description semaphor -These fonts represent semaphore in a highly schematic, but very -clear, fashion. The fonts are provided as Metafont source, and -in both OpenType and Adobe Type 1 formats. - -%package semaphor-doc -Summary: Documentation for semaphor -Version: svn18651.0 - -Provides: tex-semaphor-doc -AutoReqProv: No - -%description semaphor-doc -Documentation for semaphor - -%package skull -Provides: tex-skull = %{tl_version} -License: GPL+ -Summary: A font to draw a skull -Version: svn51907 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(skull.sty) = %{tl_version} - -%description skull -The font (defined in Metafont) defines a single character, a -black solid skull. A package is supplied to make this character -available as a symbol in maths mode. - -%package sourcecodepro -Provides: tex-sourcecodepro = %{tl_version} -License: OFL -Summary: Use SourceCodePro with TeX(-alike) systems -Version: svn54512 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fontenc.sty) -Requires: tex(textcomp.sty) -Requires: tex(mweights.sty) -Requires: tex(fontaxes.sty) -Requires: tex(xkeyval.sty) -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Requires: tex(fontspec.sty) -Provides: tex(SourceCodePro.map) = %{tl_version} -Provides: tex(LY1SourceCodePro-Dnom.fd) = %{tl_version} -Provides: tex(LY1SourceCodePro-Numr.fd) = %{tl_version} -Provides: tex(LY1SourceCodePro-Sup.fd) = %{tl_version} -Provides: tex(LY1SourceCodePro-TLF.fd) = %{tl_version} -Provides: tex(LY1SourceCodePro-TOsF.fd) = %{tl_version} -Provides: tex(OT1SourceCodePro-Dnom.fd) = %{tl_version} -Provides: tex(OT1SourceCodePro-Numr.fd) = %{tl_version} -Provides: tex(OT1SourceCodePro-Sup.fd) = %{tl_version} -Provides: tex(OT1SourceCodePro-TLF.fd) = %{tl_version} -Provides: tex(OT1SourceCodePro-TOsF.fd) = %{tl_version} -Provides: tex(T1SourceCodePro-Dnom.fd) = %{tl_version} -Provides: tex(T1SourceCodePro-Numr.fd) = %{tl_version} -Provides: tex(T1SourceCodePro-Sup.fd) = %{tl_version} -Provides: tex(T1SourceCodePro-TLF.fd) = %{tl_version} -Provides: tex(T1SourceCodePro-TOsF.fd) = %{tl_version} -Provides: tex(T2ASourceCodePro-Dnom.fd) = %{tl_version} -Provides: tex(T2ASourceCodePro-Numr.fd) = %{tl_version} -Provides: tex(T2ASourceCodePro-Sup.fd) = %{tl_version} -Provides: tex(T2ASourceCodePro-TLF.fd) = %{tl_version} -Provides: tex(T2ASourceCodePro-TOsF.fd) = %{tl_version} -Provides: tex(TS1SourceCodePro-TLF.fd) = %{tl_version} -Provides: tex(TS1SourceCodePro-TOsF.fd) = %{tl_version} -Provides: tex(a_3iph7b.enc) = %{tl_version} -Provides: tex(a_4bagdb.enc) = %{tl_version} -Provides: tex(a_4jrrta.enc) = %{tl_version} -Provides: tex(a_6samag.enc) = %{tl_version} -Provides: tex(a_beydf2.enc) = %{tl_version} -Provides: tex(a_bzs6pp.enc) = %{tl_version} -Provides: tex(a_ciozbc.enc) = %{tl_version} -Provides: tex(a_cy5ftw.enc) = %{tl_version} -Provides: tex(a_d56bnw.enc) = %{tl_version} -Provides: tex(a_fhxzui.enc) = %{tl_version} -Provides: tex(a_fnt2zo.enc) = %{tl_version} -Provides: tex(a_fy4e5k.enc) = %{tl_version} -Provides: tex(a_gog54w.enc) = %{tl_version} -Provides: tex(a_gufhru.enc) = %{tl_version} -Provides: tex(a_h3vs4v.enc) = %{tl_version} -Provides: tex(a_j24bgz.enc) = %{tl_version} -Provides: tex(a_jjp77t.enc) = %{tl_version} -Provides: tex(a_ljusoa.enc) = %{tl_version} -Provides: tex(a_lutrty.enc) = %{tl_version} -Provides: tex(a_lxssho.enc) = %{tl_version} -Provides: tex(a_mjxvy6.enc) = %{tl_version} -Provides: tex(a_n5gv3r.enc) = %{tl_version} -Provides: tex(a_npftpj.enc) = %{tl_version} -Provides: tex(a_o4vjd2.enc) = %{tl_version} -Provides: tex(a_pyiqqv.enc) = %{tl_version} -Provides: tex(a_snirjt.enc) = %{tl_version} -Provides: tex(a_tadnvb.enc) = %{tl_version} -Provides: tex(a_uio74x.enc) = %{tl_version} -Provides: tex(a_v5qca6.enc) = %{tl_version} -Provides: tex(a_xmlzny.enc) = %{tl_version} -Provides: tex(a_yyete5.enc) = %{tl_version} -Provides: tex(sourcecodepro-type1-autoinst.sty) = %{tl_version} -Provides: tex(sourcecodepro.sty) = %{tl_version} - -%description sourcecodepro -The font is an open-source Monospaced development from Adobe. -The package provides fonts (in both Adobe Type 1 and OpenType -formats) and macros supporting their use in LaTeX (Type 1) and -XeLaTeX/LuaLaTeX (OTF). - -%package sourcecodepro-doc -Summary: Documentation for sourcecodepro -Version: svn54512 -Provides: tex-sourcecodepro-doc -AutoReqProv: No - -%description sourcecodepro-doc -Documentation for sourcecodepro - -%package sourcesanspro -Provides: tex-sourcesanspro = %{tl_version} -License: OFL -Summary: Use SourceSansPro with TeX(-alike) systems -Version: svn54892 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fontenc.sty) -Requires: tex(textcomp.sty) -Requires: tex(mweights.sty) -Requires: tex(fontaxes.sty) -Requires: tex(xkeyval.sty) -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Requires: tex(fontspec.sty) -Provides: tex(LGRSourceSansPro-Dnom.fd) = %{tl_version} -Provides: tex(LGRSourceSansPro-Inf.fd) = %{tl_version} -Provides: tex(LGRSourceSansPro-LF.fd) = %{tl_version} -Provides: tex(LGRSourceSansPro-Numr.fd) = %{tl_version} -Provides: tex(LGRSourceSansPro-OsF.fd) = %{tl_version} -Provides: tex(LGRSourceSansPro-Sup.fd) = %{tl_version} -Provides: tex(LGRSourceSansPro-TLF.fd) = %{tl_version} -Provides: tex(LGRSourceSansPro-TOsF.fd) = %{tl_version} -Provides: tex(LY1SourceSansPro-Dnom.fd) = %{tl_version} -Provides: tex(LY1SourceSansPro-Inf.fd) = %{tl_version} -Provides: tex(LY1SourceSansPro-LF.fd) = %{tl_version} -Provides: tex(LY1SourceSansPro-Numr.fd) = %{tl_version} -Provides: tex(LY1SourceSansPro-OsF.fd) = %{tl_version} -Provides: tex(LY1SourceSansPro-Sup.fd) = %{tl_version} -Provides: tex(LY1SourceSansPro-TLF.fd) = %{tl_version} -Provides: tex(LY1SourceSansPro-TOsF.fd) = %{tl_version} -Provides: tex(OT1SourceSansPro-Dnom.fd) = %{tl_version} -Provides: tex(OT1SourceSansPro-Inf.fd) = %{tl_version} -Provides: tex(OT1SourceSansPro-LF.fd) = %{tl_version} -Provides: tex(OT1SourceSansPro-Numr.fd) = %{tl_version} -Provides: tex(OT1SourceSansPro-OsF.fd) = %{tl_version} -Provides: tex(OT1SourceSansPro-Sup.fd) = %{tl_version} -Provides: tex(OT1SourceSansPro-TLF.fd) = %{tl_version} -Provides: tex(OT1SourceSansPro-TOsF.fd) = %{tl_version} -Provides: tex(SourceSansPro.map) = %{tl_version} -Provides: tex(T1SourceSansPro-Dnom.fd) = %{tl_version} -Provides: tex(T1SourceSansPro-Inf.fd) = %{tl_version} -Provides: tex(T1SourceSansPro-LF.fd) = %{tl_version} -Provides: tex(T1SourceSansPro-Numr.fd) = %{tl_version} -Provides: tex(T1SourceSansPro-OsF.fd) = %{tl_version} -Provides: tex(T1SourceSansPro-Sup.fd) = %{tl_version} -Provides: tex(T1SourceSansPro-TLF.fd) = %{tl_version} -Provides: tex(T1SourceSansPro-TOsF.fd) = %{tl_version} -Provides: tex(TS1SourceSansPro-LF.fd) = %{tl_version} -Provides: tex(TS1SourceSansPro-OsF.fd) = %{tl_version} -Provides: tex(TS1SourceSansPro-TLF.fd) = %{tl_version} -Provides: tex(TS1SourceSansPro-TOsF.fd) = %{tl_version} -Provides: tex(a_3x2gk5.enc) = %{tl_version} -Provides: tex(a_3yibv2.enc) = %{tl_version} -Provides: tex(a_46wjfg.enc) = %{tl_version} -Provides: tex(a_4blavb.enc) = %{tl_version} -Provides: tex(a_4hbp34.enc) = %{tl_version} -Provides: tex(a_4jropk.enc) = %{tl_version} -Provides: tex(a_5ponh6.enc) = %{tl_version} -Provides: tex(a_65vrnz.enc) = %{tl_version} -Provides: tex(a_6qpf2n.enc) = %{tl_version} -Provides: tex(a_77nslr.enc) = %{tl_version} -Provides: tex(a_7n4q7u.enc) = %{tl_version} -Provides: tex(a_ahahpn.enc) = %{tl_version} -Provides: tex(a_bkdqh2.enc) = %{tl_version} -Provides: tex(a_c3pynx.enc) = %{tl_version} -Provides: tex(a_cgcyrm.enc) = %{tl_version} -Provides: tex(a_cqavns.enc) = %{tl_version} -Provides: tex(a_dbwo4p.enc) = %{tl_version} -Provides: tex(a_ea4zg5.enc) = %{tl_version} -Provides: tex(a_emkxm5.enc) = %{tl_version} -Provides: tex(a_ercdtc.enc) = %{tl_version} -Provides: tex(a_f2tdxs.enc) = %{tl_version} -Provides: tex(a_fbyhkd.enc) = %{tl_version} -Provides: tex(a_ghwomg.enc) = %{tl_version} -Provides: tex(a_gpgjtc.enc) = %{tl_version} -Provides: tex(a_gvn2fe.enc) = %{tl_version} -Provides: tex(a_i5t6gn.enc) = %{tl_version} -Provides: tex(a_ivdnq2.enc) = %{tl_version} -Provides: tex(a_kjpvhx.enc) = %{tl_version} -Provides: tex(a_ktnhmk.enc) = %{tl_version} -Provides: tex(a_lhxooi.enc) = %{tl_version} -Provides: tex(a_li5oiy.enc) = %{tl_version} -Provides: tex(a_msbdn3.enc) = %{tl_version} -Provides: tex(a_nxd2w7.enc) = %{tl_version} -Provides: tex(a_o3uzeo.enc) = %{tl_version} -Provides: tex(a_oazma5.enc) = %{tl_version} -Provides: tex(a_oph6lb.enc) = %{tl_version} -Provides: tex(a_ordpq2.enc) = %{tl_version} -Provides: tex(a_p7zagl.enc) = %{tl_version} -Provides: tex(a_q6ppsi.enc) = %{tl_version} -Provides: tex(a_qthovn.enc) = %{tl_version} -Provides: tex(a_sj7g2w.enc) = %{tl_version} -Provides: tex(a_svsr4s.enc) = %{tl_version} -Provides: tex(a_t773hb.enc) = %{tl_version} -Provides: tex(a_ufai4b.enc) = %{tl_version} -Provides: tex(a_vauq2g.enc) = %{tl_version} -Provides: tex(a_wp5x3v.enc) = %{tl_version} -Provides: tex(a_ywoy3g.enc) = %{tl_version} -Provides: tex(a_zphccl.enc) = %{tl_version} -Provides: tex(a_zypyw7.enc) = %{tl_version} -Provides: tex(sourcesanspro-type1-autoinst.sty) = %{tl_version} -Provides: tex(sourcesanspro.sty) = %{tl_version} - -%description sourcesanspro -The font is an open-source Sans-Serif development from Adobe. -The package provides fonts (in both Adobe Type 1 and OpenType -formats) and macros supporting their use in LaTeX (Type 1) and -XeLaTeX/LuaLaTeX (OTF). - -%package sourcesanspro-doc -Summary: Documentation for sourcesanspro -Version: svn54892 -Provides: tex-sourcesanspro-doc -AutoReqProv: No - -%description sourcesanspro-doc -Documentation for sourcesanspro - -%package sourceserifpro -Provides: tex-sourceserifpro = %{tl_version} -License: OFL -Summary: Use SourceSerifPro with TeX(-alike) systems -Version: svn54512 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fontenc.sty) -Requires: tex(textcomp.sty) -Requires: tex(mweights.sty) -Requires: tex(fontaxes.sty) -Requires: tex(xkeyval.sty) -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Requires: tex(fontspec.sty) -Provides: tex(SourceSerifPro.map) = %{tl_version} -Provides: tex(LY1SourceSerifPro-Dnom.fd) = %{tl_version} -Provides: tex(LY1SourceSerifPro-LF.fd) = %{tl_version} -Provides: tex(LY1SourceSerifPro-Numr.fd) = %{tl_version} -Provides: tex(LY1SourceSerifPro-OsF.fd) = %{tl_version} -Provides: tex(LY1SourceSerifPro-Sup.fd) = %{tl_version} -Provides: tex(LY1SourceSerifPro-TLF.fd) = %{tl_version} -Provides: tex(LY1SourceSerifPro-TOsF.fd) = %{tl_version} -Provides: tex(OT1SourceSerifPro-Dnom.fd) = %{tl_version} -Provides: tex(OT1SourceSerifPro-LF.fd) = %{tl_version} -Provides: tex(OT1SourceSerifPro-Numr.fd) = %{tl_version} -Provides: tex(OT1SourceSerifPro-OsF.fd) = %{tl_version} -Provides: tex(OT1SourceSerifPro-Sup.fd) = %{tl_version} -Provides: tex(OT1SourceSerifPro-TLF.fd) = %{tl_version} -Provides: tex(OT1SourceSerifPro-TOsF.fd) = %{tl_version} -Provides: tex(T1SourceSerifPro-Dnom.fd) = %{tl_version} -Provides: tex(T1SourceSerifPro-LF.fd) = %{tl_version} -Provides: tex(T1SourceSerifPro-Numr.fd) = %{tl_version} -Provides: tex(T1SourceSerifPro-OsF.fd) = %{tl_version} -Provides: tex(T1SourceSerifPro-Sup.fd) = %{tl_version} -Provides: tex(T1SourceSerifPro-TLF.fd) = %{tl_version} -Provides: tex(T1SourceSerifPro-TOsF.fd) = %{tl_version} -Provides: tex(TS1SourceSerifPro-LF.fd) = %{tl_version} -Provides: tex(TS1SourceSerifPro-OsF.fd) = %{tl_version} -Provides: tex(TS1SourceSerifPro-TLF.fd) = %{tl_version} -Provides: tex(TS1SourceSerifPro-TOsF.fd) = %{tl_version} -Provides: tex(a_3wqk3b.enc) = %{tl_version} -Provides: tex(a_5mjl2d.enc) = %{tl_version} -Provides: tex(a_5ts2b6.enc) = %{tl_version} -Provides: tex(a_6lyhkv.enc) = %{tl_version} -Provides: tex(a_a6i6f2.enc) = %{tl_version} -Provides: tex(a_abavx3.enc) = %{tl_version} -Provides: tex(a_an4p3v.enc) = %{tl_version} -Provides: tex(a_bdm2ki.enc) = %{tl_version} -Provides: tex(a_bizpe5.enc) = %{tl_version} -Provides: tex(a_brdplf.enc) = %{tl_version} -Provides: tex(a_dc746j.enc) = %{tl_version} -Provides: tex(a_etdltz.enc) = %{tl_version} -Provides: tex(a_flbt57.enc) = %{tl_version} -Provides: tex(a_g6m65j.enc) = %{tl_version} -Provides: tex(a_gtvdgc.enc) = %{tl_version} -Provides: tex(a_jevuw6.enc) = %{tl_version} -Provides: tex(a_l72wii.enc) = %{tl_version} -Provides: tex(a_lnjzcs.enc) = %{tl_version} -Provides: tex(a_lseshj.enc) = %{tl_version} -Provides: tex(a_meqgh4.enc) = %{tl_version} -Provides: tex(a_mjlzxh.enc) = %{tl_version} -Provides: tex(a_n7bg2c.enc) = %{tl_version} -Provides: tex(a_nan7a4.enc) = %{tl_version} -Provides: tex(a_nqu667.enc) = %{tl_version} -Provides: tex(a_nx47sx.enc) = %{tl_version} -Provides: tex(a_ob4xxw.enc) = %{tl_version} -Provides: tex(a_oi66c4.enc) = %{tl_version} -Provides: tex(a_oprvft.enc) = %{tl_version} -Provides: tex(a_osimgj.enc) = %{tl_version} -Provides: tex(a_osnaur.enc) = %{tl_version} -Provides: tex(a_qiz27h.enc) = %{tl_version} -Provides: tex(a_r74etr.enc) = %{tl_version} -Provides: tex(a_rlbtkr.enc) = %{tl_version} -Provides: tex(a_s5phdg.enc) = %{tl_version} -Provides: tex(a_s6kslv.enc) = %{tl_version} -Provides: tex(a_sboynu.enc) = %{tl_version} -Provides: tex(a_sonlso.enc) = %{tl_version} -Provides: tex(a_sor56s.enc) = %{tl_version} -Provides: tex(a_tf7hcc.enc) = %{tl_version} -Provides: tex(a_uima5p.enc) = %{tl_version} -Provides: tex(a_upudw7.enc) = %{tl_version} -Provides: tex(a_vbwd4w.enc) = %{tl_version} -Provides: tex(a_vnu3m6.enc) = %{tl_version} -Provides: tex(a_z6lp4v.enc) = %{tl_version} -Provides: tex(a_ztztxn.enc) = %{tl_version} -Provides: tex(sourceserifpro-type1-autoinst.sty) = %{tl_version} -Provides: tex(sourceserifpro.sty) = %{tl_version} - -%description sourceserifpro -This package provides Source Serif Pro for LaTeX. It includes -both Type1 and OpenType fonts and selects the latter when using -XeLaTeX or LuaLaTeX. Issues with this package can be reported -on GitHub (https://github.com/silkeh/latex- -sourceserifpro/issues) or emailed to tex@slxh.nl. - -%package sourceserifpro-doc -Summary: Documentation for sourceserifpro -Version: svn54512 -Provides: tex-sourceserifpro-doc -AutoReqProv: No - -%description sourceserifpro-doc -Documentation for sourceserifpro - -%package starfont -Provides: tex-starfont = %{tl_version} -License: Public Domain -Summary: The StarFont Sans astrological font -Version: svn19982.1.2 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(starfont.map) = %{tl_version} -Provides: tex(fstr8x.tfm) = %{tl_version} -Provides: tex(fsts8x.tfm) = %{tl_version} -Provides: tex(starfont.pfb) = %{tl_version} -Provides: tex(strfnser.pfb) = %{tl_version} -Provides: tex(starfont.sty) = %{tl_version} - -%description starfont -The package contains StarFontSans and StarFontSerif, two public- -domain astrological fonts designed by Anthony I.P. Owen, and -the appropriate macros to use them with TeX and LaTeX. The -fonts are supplied both in the original TrueType Format and in -Adobe Type 1 format. - -%package starfont-doc -Summary: Documentation for starfont -Version: svn19982.1.2 - -Provides: tex-starfont-doc -AutoReqProv: No - -%description starfont-doc -Documentation for starfont - -%package staves -Provides: tex-staves = %{tl_version} -License: LPPL -Summary: Typeset Icelandic staves and runic letters -Version: svn15878.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(icelandic.map) = %{tl_version} -Provides: tex(icelandic.tfm) = %{tl_version} -Provides: tex(icelandic.pfb) = %{tl_version} -Provides: tex(staves.sty) = %{tl_version} - -%description staves -This package contains all the necessary tools to typeset the -"magical" Icelandic staves plus the runic letters used in -Iceland. Included are a font in Adobe Type 1 format and LaTeX -support. - -%package staves-doc -Summary: Documentation for staves -Version: svn15878.0 - -Provides: tex-staves-doc -AutoReqProv: No - -%description staves-doc -Documentation for staves - -%package stix -Provides: tex-stix = %{tl_version} -License: OFL -Summary: OpenType Unicode maths fonts -Version: svn54512 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(textcomp.sty) -Provides: tex(stix.map) = %{tl_version} -Provides: tex(ls1stix.fd) = %{tl_version} -Provides: tex(ls1stixbb.fd) = %{tl_version} -Provides: tex(ls1stixfrak.fd) = %{tl_version} -Provides: tex(ls1stixscr.fd) = %{tl_version} -Provides: tex(ls1stixsf.fd) = %{tl_version} -Provides: tex(ls2stix.fd) = %{tl_version} -Provides: tex(ls2stixcal.fd) = %{tl_version} -Provides: tex(ls2stixex.fd) = %{tl_version} -Provides: tex(ls2stixtt.fd) = %{tl_version} -Provides: tex(ot1stix.fd) = %{tl_version} -Provides: tex(ot2stix.fd) = %{tl_version} -Provides: tex(stix-extra1.enc) = %{tl_version} -Provides: tex(stix-extra2.enc) = %{tl_version} -Provides: tex(stix-extra3.enc) = %{tl_version} -Provides: tex(stix-ot1.enc) = %{tl_version} -Provides: tex(stix-ot2.enc) = %{tl_version} -Provides: tex(stix-t1.enc) = %{tl_version} -Provides: tex(stix-ts1.enc) = %{tl_version} -Provides: tex(stix.sty) = %{tl_version} -Provides: tex(t1stix.fd) = %{tl_version} -Provides: tex(ts1stix.fd) = %{tl_version} - -%description stix -The STIX fonts are a suite of unicode OpenType fonts containing -a complete set of mathematical glyphs. The CTAN package is a -copy of the fonts' official release, organised as specified by -the TeX Directory Structure, for inclusion in standard TeX -distributions. A Type 1-only distribution of the fonts is -available in the esstix bundle. - -%package stix-doc -Summary: Documentation for stix -Version: svn54512 -Provides: tex-stix-doc -AutoReqProv: No - -%description stix-doc -Documentation for stix - -%package superiors -Provides: tex-superiors = %{tl_version} -License: LPPL -Summary: Attach superior figures to a font family -Version: svn51909 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xkeyval.sty) -Requires: tex(pgffor.sty) -Provides: tex(sups.enc) = %{tl_version} -Provides: tex(superiors.map) = %{tl_version} -Provides: tex(superiors.sty) = %{tl_version} - -%description superiors -The package allows the attachment of an arbitrary superior -figures font to a font family that lacks one. (Superior figures -are commonly used as footnote markers.) Two superior figures -fonts are provided--one matching Times, the other matching -Libertine. - -%package superiors-doc -Summary: Documentation for superiors -Version: svn51909 -Provides: tex-superiors-doc -AutoReqProv: No - -%description superiors-doc -Documentation for superiors - -%package tapir -Provides: tex-tapir = %{tl_version} -License: GPL+ -Summary: A simple geometrical font -Version: svn20484.0.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(tap.pfb) = %{tl_version} - -%description tapir -Tapir is a simple geometrical font mostly created of line and -circular segments with constant thickness. The font is -available as Metafont source and in Adobe Type 1 format. The -character set contains all characters in the range 0-127 (as in -cmr10), accented characters used in the Czech, Slovak and -Polish languages. - -%package tapir-doc -Summary: Documentation for tapir -Version: svn20484.0.2 - -Provides: tex-tapir-doc -AutoReqProv: No - -%description tapir-doc -Documentation for tapir - -%package tengwarscript -Provides: tex-tengwarscript = %{tl_version} -License: LPPL -Summary: LaTeX support for using Tengwar fonts -Version: svn34594.1.3.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(fp-basic.sty) -Requires: tex(fp-snap.sty) -Provides: tex(tengwaralt.enc) = %{tl_version} -Provides: tex(tengwarcap.enc) = %{tl_version} -Provides: tex(tengwarscript.enc) = %{tl_version} -Provides: tex(tengwarscript.map) = %{tl_version} -Provides: tex(Elfica32.tfm) = %{tl_version} -Provides: tex(Parmaite.tfm) = %{tl_version} -Provides: tex(Parmaite_alt.tfm) = %{tl_version} -Provides: tex(Parmaite_full.tfm) = %{tl_version} -Provides: tex(TengwarFormal12.tfm) = %{tl_version} -Provides: tex(TengwarFormalA12.tfm) = %{tl_version} -Provides: tex(TengwarFormal_full.tfm) = %{tl_version} -Provides: tex(TengwarGothika050.tfm) = %{tl_version} -Provides: tex(TengwarNoldor.tfm) = %{tl_version} -Provides: tex(TengwarNoldorAlt.tfm) = %{tl_version} -Provides: tex(TengwarNoldorCapitals1.tfm) = %{tl_version} -Provides: tex(TengwarNoldorCapitals2.tfm) = %{tl_version} -Provides: tex(TengwarNoldor_full.tfm) = %{tl_version} -Provides: tex(TengwarQuenya.tfm) = %{tl_version} -Provides: tex(TengwarQuenyaAlt.tfm) = %{tl_version} -Provides: tex(TengwarQuenyaCapitals1.tfm) = %{tl_version} -Provides: tex(TengwarQuenyaCapitals2.tfm) = %{tl_version} -Provides: tex(TengwarQuenya_full.tfm) = %{tl_version} -Provides: tex(TengwarSindarin.tfm) = %{tl_version} -Provides: tex(TengwarSindarinAlt.tfm) = %{tl_version} -Provides: tex(TengwarSindarinCapitals1.tfm) = %{tl_version} -Provides: tex(TengwarSindarinCapitals2.tfm) = %{tl_version} -Provides: tex(TengwarSindarin_full.tfm) = %{tl_version} -Provides: tex(TengwarTelerin.tfm) = %{tl_version} -Provides: tex(UnicodeParmaite.tfm) = %{tl_version} -Provides: tex(tngan.tfm) = %{tl_version} -Provides: tex(tngan_full.tfm) = %{tl_version} -Provides: tex(tngana.tfm) = %{tl_version} -Provides: tex(tnganab.tfm) = %{tl_version} -Provides: tex(tnganabi.tfm) = %{tl_version} -Provides: tex(tnganai.tfm) = %{tl_version} -Provides: tex(tnganb.tfm) = %{tl_version} -Provides: tex(tnganb_full.tfm) = %{tl_version} -Provides: tex(tnganbi.tfm) = %{tl_version} -Provides: tex(tnganbi_full.tfm) = %{tl_version} -Provides: tex(tngani.tfm) = %{tl_version} -Provides: tex(tngani_full.tfm) = %{tl_version} -Provides: tex(Parmaite_full.vf) = %{tl_version} -Provides: tex(TengwarFormal_full.vf) = %{tl_version} -Provides: tex(TengwarNoldor_full.vf) = %{tl_version} -Provides: tex(TengwarQuenya_full.vf) = %{tl_version} -Provides: tex(TengwarSindarin_full.vf) = %{tl_version} -Provides: tex(tngan_full.vf) = %{tl_version} -Provides: tex(tnganb_full.vf) = %{tl_version} -Provides: tex(tnganbi_full.vf) = %{tl_version} -Provides: tex(tngani_full.vf) = %{tl_version} -Provides: tex(annatar.cfg) = %{tl_version} -Provides: tex(annatarbold.cfg) = %{tl_version} -Provides: tex(annatarbolditalic.cfg) = %{tl_version} -Provides: tex(annataritalic.cfg) = %{tl_version} -Provides: tex(elfica.cfg) = %{tl_version} -Provides: tex(formal.cfg) = %{tl_version} -Provides: tex(gothika.cfg) = %{tl_version} -Provides: tex(noldor.cfg) = %{tl_version} -Provides: tex(noldorcapI.cfg) = %{tl_version} -Provides: tex(noldorcapII.cfg) = %{tl_version} -Provides: tex(parmaite.cfg) = %{tl_version} -Provides: tex(quenya.cfg) = %{tl_version} -Provides: tex(quenyacapI.cfg) = %{tl_version} -Provides: tex(quenyacapII.cfg) = %{tl_version} -Provides: tex(sindarin.cfg) = %{tl_version} -Provides: tex(sindarincapI.cfg) = %{tl_version} -Provides: tex(sindarincapII.cfg) = %{tl_version} -Provides: tex(teleri.cfg) = %{tl_version} -Provides: tex(tengwarscript.sty) = %{tl_version} -Provides: tex(unicodeparmaite.cfg) = %{tl_version} - -%description tengwarscript -The package provides "mid-level" access to tengwar fonts, -providing good quality output. Each tengwar sign is represented -by a command, which will place the sign nicely in relation to -previous signs. A transcription package is available from the -package's home page: writing all those tengwar commands would -quickly become untenable. The package supports the use of a -wide variety of tengwar fonts that are available from the net; -metric and map files are provided for all the supported fonts. - -%package tengwarscript-doc -Summary: Documentation for tengwarscript -Version: svn34594.1.3.1 - -Provides: tex-tengwarscript-doc -AutoReqProv: No - -%description tengwarscript-doc -Documentation for tengwarscript - -%package tfrupee -Provides: tex-tfrupee = %{tl_version} -License: GPLv3+ -Summary: A font offering the new (Indian) Rupee symbol -Version: svn20770.1.02 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(tfrupee.map) = %{tl_version} -Provides: tex(tfrupee.tfm) = %{tl_version} -Provides: tex(tfrupee.pfb) = %{tl_version} -Provides: tex(tfrupee.sty) = %{tl_version} - -%description tfrupee -The package provides LaTeX support for the (Indian) Rupee -symbol font, created by TechFat. The original font has been -converted to Adobe Type 1 format, and simple LaTeX support -written for its use. - -%package tfrupee-doc -Summary: Documentation for tfrupee -Version: svn20770.1.02 - -Provides: tex-tfrupee-doc -AutoReqProv: No - -%description tfrupee-doc -Documentation for tfrupee - -%package tpslifonts -Provides: tex-tpslifonts = %{tl_version} -License: GPL+ -Summary: A LaTeX package for configuring presentation fonts -Version: svn42428 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(cmbright.sty) -Requires: tex(eulervm.sty) -Requires: tex(t1cmr.fd) -Requires: tex(t1cmfr.fd) -Requires: tex(t1cmdh.fd) -Requires: tex(t1cmfib.fd) -Requires: tex(t1cmss.fd) -Requires: tex(t1cmtt.fd) -Provides: tex(tpslifonts.sty) = %{tl_version} - -%description tpslifonts -This package aims to improve of font readability in -presentations, especially with maths. The standard cm maths -fonts at large design sizes are difficult to read from far -away, especially at low resolutions and low contrast color -choice. Using this package leads to much better overall -readability of some font combinations. The package offers a -couple of 'harmonising' combinations of text and maths fonts -from the (distant) relatives of computer modern fonts, with a -couple of extras for optimising readability. Text fonts from -computer modern roman, computer modern sans serif, SliTeX -computer modern sans serif, computer modern bright, or concrete -roman are available, in addition to maths fonts from computer -modern maths, computer modern bright maths, or Euler fonts. The -package is part of the TeXPower bundle. - -%package tpslifonts-doc -Summary: Documentation for tpslifonts -Version: svn42428 -Provides: tex-tpslifonts-doc -AutoReqProv: No - -%description tpslifonts-doc -Documentation for tpslifonts - -%package trajan -Provides: tex-trajan = %{tl_version} -License: LPPL -Summary: Fonts from the Trajan column in Rome -Version: svn15878.1.1 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(trajan.map) = %{tl_version} -Provides: tex(trjnr10.tfm) = %{tl_version} -Provides: tex(trjnsl10.tfm) = %{tl_version} -Provides: tex(trjnr10.pfb) = %{tl_version} -Provides: tex(trjnsl10.pfb) = %{tl_version} -Provides: tex(t1trjn.fd) = %{tl_version} -Provides: tex(trajan.sty) = %{tl_version} - -%description trajan -Provides fonts (both as Metafont source and in Adobe Type 1 -format) based on the capitals carved on the Trajan column in -Rome in 114 AD, together with macros to access the fonts. Many -typographers think these rank first among the Roman's artistic -legacy. The font is uppercase letters together with some -punctuation and analphabetics; no lowercase or digits. - -%package trajan-doc -Summary: Documentation for trajan -Version: svn15878.1.1 - -Provides: tex-trajan-doc -AutoReqProv: No - -%description trajan-doc -Documentation for trajan - -%package txfontsb -Provides: tex-txfontsb = %{tl_version} -License: GPL+ -Summary: Extensions to txfonts, using GNU Freefont -Version: svn54512 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(txfonts.sty) -Provides: tex(gptimes.enc) = %{tl_version} -Provides: tex(gptimesy.enc) = %{tl_version} -Provides: tex(gptimes.map) = %{tl_version} -Provides: tex(lgrtxr.fd) = %{tl_version} -Provides: tex(lgrtxrc.fd) = %{tl_version} -Provides: tex(lgrtxry.fd) = %{tl_version} -Provides: tex(lgrtxryc.fd) = %{tl_version} -Provides: tex(ot1txrc.fd) = %{tl_version} -Provides: tex(ot1txryc.fd) = %{tl_version} -Provides: tex(txfontsb.sty) = %{tl_version} - -%description txfontsb -A set of fonts that extend the txfonts bundle with small caps -and old style numbers, together with Greek support. The -extensions are made with modifications of the GNU Freefont. - -%package txfontsb-doc -Summary: Documentation for txfontsb -Version: svn54512 -Provides: tex-txfontsb-doc -AutoReqProv: No - -%description txfontsb-doc -Documentation for txfontsb - -%package typicons -Provides: tex-typicons = %{tl_version} -License: LPPL 1.3 -Summary: Font containing a set of web-related icons -Version: svn37623.2.0.7 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(typicons.ttf) = %{tl_version} -Provides: tex(typicons.sty) = %{tl_version} - -%description typicons -This package grants access to 336 web-related icons provided by -the included "Typicons" free font, designed by Stephen -Hutchings and released under the SIL Open Font License. See -http://www.typicons.com for more details about the font itself. -This package requires the fontspec package and either the -Xe(La)TeX or Lua(La)TeX engine to load the included ttf font. -Once the package is loaded, icons can be accessed through the -general \ticon command, which takes as argument the name of the -desired icon, or through direct commands specific to each icon. -The full list of icon designs, names and direct commands is -showcased in the manual. - -%package typicons-doc -Summary: Documentation for typicons -Version: svn37623.2.0.7 - -Provides: tex-typicons-doc -AutoReqProv: No - -%description typicons-doc -Documentation for typicons - -%package umtypewriter -Provides: tex-umtypewriter = %{tl_version} -License: OFL -Summary: Fonts to typeset with the xgreek package -Version: svn18651.001.002 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(UMTypewriter-Bold.otf) = %{tl_version} -Provides: tex(UMTypewriter-BoldItalic.otf) = %{tl_version} -Provides: tex(UMTypewriter-Italic.otf) = %{tl_version} -Provides: tex(UMTypewriter-Oblique.otf) = %{tl_version} -Provides: tex(UMTypewriter-Regular.otf) = %{tl_version} - -%description umtypewriter -The UMTypewriter font family is a monospaced font family that -was built from glyphs from the CB Greek fonts, the CyrTUG -Cyrillic alphabet fonts ("LH"), and the standard Computer -Modern font family. It contains four OpenType fonts which are -required for use of the xgreek package for XeLaTeX. - -%package universa -Provides: tex-universa = %{tl_version} -License: GPL+ -Summary: Herbert Bayer's 'universal' font -Version: svn51984 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(omluni.fd) = %{tl_version} -Provides: tex(omsuni.fd) = %{tl_version} -Provides: tex(ot1uni.fd) = %{tl_version} -Provides: tex(t1uni.fd) = %{tl_version} -Provides: tex(uni.sty) = %{tl_version} -Provides: tex(uuni.fd) = %{tl_version} - -%description universa -An implementation of the universal font by Herbert Bayer of the -Bauhaus school. The Metafont sources of the fonts, and their -LaTeX support, are all supplied in a LaTeX documented source -(.dtx) file. - -%package universa-doc -Summary: Documentation for universa -Version: svn51984 -Provides: tex-universa-doc -AutoReqProv: No - -%description universa-doc -Documentation for universa - -%package universalis -Provides: tex-universalis = %{tl_version} -License: GPLv2+ -Summary: Universalis font, with support -Version: svn33860.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fontenc.sty) -Requires: tex(textcomp.sty) -Requires: tex(mweights.sty) -Requires: tex(fontaxes.sty) -Requires: tex(xkeyval.sty) -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Requires: tex(fontspec.sty) -Provides: tex(unvsl_fe7xck.enc) = %{tl_version} -Provides: tex(unvsl_qu6a6x.enc) = %{tl_version} -Provides: tex(unvsl_sjpjw4.enc) = %{tl_version} -Provides: tex(unvsl_xtabpf.enc) = %{tl_version} -Provides: tex(universalis.map) = %{tl_version} -Provides: tex(UniversalisADFStd-Bold.otf) = %{tl_version} -Provides: tex(UniversalisADFStd-BoldCond.otf) = %{tl_version} -Provides: tex(UniversalisADFStd-BoldCondIt.otf) = %{tl_version} -Provides: tex(UniversalisADFStd-BoldItalic.otf) = %{tl_version} -Provides: tex(UniversalisADFStd-Cond.otf) = %{tl_version} -Provides: tex(UniversalisADFStd-CondItalic.otf) = %{tl_version} -Provides: tex(UniversalisADFStd-Italic.otf) = %{tl_version} -Provides: tex(UniversalisADFStd-Regular.otf) = %{tl_version} -Provides: tex(UniversalisADFStd-Bold-lf-ly1--base.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-Bold-lf-ly1--lcdfj.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-Bold-lf-ly1.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-Bold-lf-ot1--base.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-Bold-lf-ot1--lcdfj.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-Bold-lf-ot1.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-Bold-lf-t1--base.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-Bold-lf-t1--lcdfj.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-Bold-lf-t1.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-Bold-lf-ts1--base.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-Bold-lf-ts1.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-BoldCond-lf-ly1--base.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-BoldCond-lf-ly1--lcdfj.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-BoldCond-lf-ly1.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-BoldCond-lf-ot1--base.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-BoldCond-lf-ot1--lcdfj.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-BoldCond-lf-ot1.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-BoldCond-lf-t1--base.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-BoldCond-lf-t1--lcdfj.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-BoldCond-lf-t1.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-BoldCond-lf-ts1--base.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-BoldCond-lf-ts1.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-BoldCondIt-lf-ly1--base.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-BoldCondIt-lf-ly1--lcdfj.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-BoldCondIt-lf-ly1.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-BoldCondIt-lf-ot1--base.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-BoldCondIt-lf-ot1--lcdfj.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-BoldCondIt-lf-ot1.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-BoldCondIt-lf-t1--base.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-BoldCondIt-lf-t1--lcdfj.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-BoldCondIt-lf-t1.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-BoldCondIt-lf-ts1--base.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-BoldCondIt-lf-ts1.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-BoldItalic-lf-ly1--base.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-BoldItalic-lf-ly1--lcdfj.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-BoldItalic-lf-ly1.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-BoldItalic-lf-ot1--base.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-BoldItalic-lf-ot1--lcdfj.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-BoldItalic-lf-ot1.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-BoldItalic-lf-t1--base.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-BoldItalic-lf-t1--lcdfj.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-BoldItalic-lf-t1.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-BoldItalic-lf-ts1--base.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-BoldItalic-lf-ts1.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-Cond-lf-ly1--base.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-Cond-lf-ly1--lcdfj.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-Cond-lf-ly1.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-Cond-lf-ot1--base.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-Cond-lf-ot1--lcdfj.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-Cond-lf-ot1.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-Cond-lf-t1--base.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-Cond-lf-t1--lcdfj.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-Cond-lf-t1.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-Cond-lf-ts1--base.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-Cond-lf-ts1.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-CondItalic-lf-ly1--base.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-CondItalic-lf-ly1--lcdfj.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-CondItalic-lf-ly1.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-CondItalic-lf-ot1--base.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-CondItalic-lf-ot1--lcdfj.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-CondItalic-lf-ot1.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-CondItalic-lf-t1--base.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-CondItalic-lf-t1--lcdfj.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-CondItalic-lf-t1.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-CondItalic-lf-ts1--base.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-CondItalic-lf-ts1.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-Italic-lf-ly1--base.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-Italic-lf-ly1--lcdfj.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-Italic-lf-ly1.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-Italic-lf-ot1--base.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-Italic-lf-ot1--lcdfj.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-Italic-lf-ot1.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-Italic-lf-t1--base.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-Italic-lf-t1--lcdfj.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-Italic-lf-t1.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-Italic-lf-ts1--base.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-Italic-lf-ts1.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-Regular-lf-ly1--base.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-Regular-lf-ly1--lcdfj.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-Regular-lf-ly1.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-Regular-lf-ot1--base.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-Regular-lf-ot1--lcdfj.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-Regular-lf-ot1.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-Regular-lf-t1--base.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-Regular-lf-t1--lcdfj.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-Regular-lf-t1.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-Regular-lf-ts1--base.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-Regular-lf-ts1.tfm) = %{tl_version} -Provides: tex(UniversalisADFStd-Bold.pfb) = %{tl_version} -Provides: tex(UniversalisADFStd-BoldCond.pfb) = %{tl_version} -Provides: tex(UniversalisADFStd-BoldCondIt.pfb) = %{tl_version} -Provides: tex(UniversalisADFStd-BoldCondItLCDFJ.pfb) = %{tl_version} -Provides: tex(UniversalisADFStd-BoldCondLCDFJ.pfb) = %{tl_version} -Provides: tex(UniversalisADFStd-BoldItalic.pfb) = %{tl_version} -Provides: tex(UniversalisADFStd-BoldItalicLCDFJ.pfb) = %{tl_version} -Provides: tex(UniversalisADFStd-BoldLCDFJ.pfb) = %{tl_version} -Provides: tex(UniversalisADFStd-Cond.pfb) = %{tl_version} -Provides: tex(UniversalisADFStd-CondItalic.pfb) = %{tl_version} -Provides: tex(UniversalisADFStd-CondItalicLCDFJ.pfb) = %{tl_version} -Provides: tex(UniversalisADFStd-CondLCDFJ.pfb) = %{tl_version} -Provides: tex(UniversalisADFStd-Italic.pfb) = %{tl_version} -Provides: tex(UniversalisADFStd-ItalicLCDFJ.pfb) = %{tl_version} -Provides: tex(UniversalisADFStd-Regular.pfb) = %{tl_version} -Provides: tex(UniversalisADFStd-RegularLCDFJ.pfb) = %{tl_version} -Provides: tex(UniversalisADFStd-Bold-lf-ly1.vf) = %{tl_version} -Provides: tex(UniversalisADFStd-Bold-lf-ot1.vf) = %{tl_version} -Provides: tex(UniversalisADFStd-Bold-lf-t1.vf) = %{tl_version} -Provides: tex(UniversalisADFStd-Bold-lf-ts1.vf) = %{tl_version} -Provides: tex(UniversalisADFStd-BoldCond-lf-ly1.vf) = %{tl_version} -Provides: tex(UniversalisADFStd-BoldCond-lf-ot1.vf) = %{tl_version} -Provides: tex(UniversalisADFStd-BoldCond-lf-t1.vf) = %{tl_version} -Provides: tex(UniversalisADFStd-BoldCond-lf-ts1.vf) = %{tl_version} -Provides: tex(UniversalisADFStd-BoldCondIt-lf-ly1.vf) = %{tl_version} -Provides: tex(UniversalisADFStd-BoldCondIt-lf-ot1.vf) = %{tl_version} -Provides: tex(UniversalisADFStd-BoldCondIt-lf-t1.vf) = %{tl_version} -Provides: tex(UniversalisADFStd-BoldCondIt-lf-ts1.vf) = %{tl_version} -Provides: tex(UniversalisADFStd-BoldItalic-lf-ly1.vf) = %{tl_version} -Provides: tex(UniversalisADFStd-BoldItalic-lf-ot1.vf) = %{tl_version} -Provides: tex(UniversalisADFStd-BoldItalic-lf-t1.vf) = %{tl_version} -Provides: tex(UniversalisADFStd-BoldItalic-lf-ts1.vf) = %{tl_version} -Provides: tex(UniversalisADFStd-Cond-lf-ly1.vf) = %{tl_version} -Provides: tex(UniversalisADFStd-Cond-lf-ot1.vf) = %{tl_version} -Provides: tex(UniversalisADFStd-Cond-lf-t1.vf) = %{tl_version} -Provides: tex(UniversalisADFStd-Cond-lf-ts1.vf) = %{tl_version} -Provides: tex(UniversalisADFStd-CondItalic-lf-ly1.vf) = %{tl_version} -Provides: tex(UniversalisADFStd-CondItalic-lf-ot1.vf) = %{tl_version} -Provides: tex(UniversalisADFStd-CondItalic-lf-t1.vf) = %{tl_version} -Provides: tex(UniversalisADFStd-CondItalic-lf-ts1.vf) = %{tl_version} -Provides: tex(UniversalisADFStd-Italic-lf-ly1.vf) = %{tl_version} -Provides: tex(UniversalisADFStd-Italic-lf-ot1.vf) = %{tl_version} -Provides: tex(UniversalisADFStd-Italic-lf-t1.vf) = %{tl_version} -Provides: tex(UniversalisADFStd-Italic-lf-ts1.vf) = %{tl_version} -Provides: tex(UniversalisADFStd-Regular-lf-ly1.vf) = %{tl_version} -Provides: tex(UniversalisADFStd-Regular-lf-ot1.vf) = %{tl_version} -Provides: tex(UniversalisADFStd-Regular-lf-t1.vf) = %{tl_version} -Provides: tex(UniversalisADFStd-Regular-lf-ts1.vf) = %{tl_version} -Provides: tex(LY1UniversalisADFStd-LF.fd) = %{tl_version} -Provides: tex(OT1UniversalisADFStd-LF.fd) = %{tl_version} -Provides: tex(T1UniversalisADFStd-LF.fd) = %{tl_version} -Provides: tex(TS1UniversalisADFStd-LF.fd) = %{tl_version} -Provides: tex(UniversalisADFStd.sty) = %{tl_version} -Provides: tex(universalis.sty) = %{tl_version} - -%description universalis -This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX -support for the UniversalisADFStd family of fonts, designed by -Hirwin Harendal. The font is suitable as an alternative to -fonts such as Adrian Frutiger's Univers and Frutiger. - -%package universalis-doc -Summary: Documentation for universalis -Version: svn33860.0 - -Provides: tex-universalis-doc -AutoReqProv: No - -%description universalis-doc -Documentation for universalis - -%package urwchancal -Provides: tex-urwchancal = %{tl_version} -License: LPPL -Summary: Use URW's clone of Zapf Chancery as a maths alphabet -Version: svn21701.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(xkeyval.sty) -Provides: tex(urwchancal.tfm) = %{tl_version} -Provides: tex(urwchancal.vf) = %{tl_version} -Provides: tex(urwchancal.sty) = %{tl_version} -Provides: tex(uurwchancal.fd) = %{tl_version} - -%description urwchancal -The package allows (the URW clone of) Zapf Chancery to function -as a maths alphabet, the target of \mathcal or \mathscr, with -accents appearing where they should, and other spacing -parameters set to reasonable (not very tight) values. The font -itself may be found in the URW basic fonts collection. This -package supersedes the pzccal package. - -%package urwchancal-doc -Summary: Documentation for urwchancal -Version: svn21701.1 - -Provides: tex-urwchancal-doc -AutoReqProv: No - -%description urwchancal-doc -Documentation for urwchancal - -%package venturisadf -Provides: tex-venturisadf = %{tl_version} -License: Utopia -Summary: Venturis ADF fonts collection -Version: svn19444.1.005 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xkeyval.sty) -Requires: tex(fontenc.sty) -Requires: tex(textcomp.sty) -Requires: tex(nfssext-cfr.sty) -Provides: tex(t1-dotalt-f_f-venturisadf.enc) = %{tl_version} -Provides: tex(t1-f_f-venturisadf.enc) = %{tl_version} -Provides: tex(t1-venturis.enc) = %{tl_version} -Provides: tex(t1-venturisold-longs.enc) = %{tl_version} -Provides: tex(ts1-euro-venturisadf.enc) = %{tl_version} -Provides: tex(yvt.map) = %{tl_version} -Provides: tex(yv2.map) = %{tl_version} -Provides: tex(yvo.map) = %{tl_version} -Provides: tex(yv1.map) = %{tl_version} -Provides: tex(yv3.map) = %{tl_version} -Provides: tex(t1-yvtb-c.tfm) = %{tl_version} -Provides: tex(t1-yvtb.tfm) = %{tl_version} -Provides: tex(t1-yvtbc-c.tfm) = %{tl_version} -Provides: tex(t1-yvtbc.tfm) = %{tl_version} -Provides: tex(t1-yvtbci-c.tfm) = %{tl_version} -Provides: tex(t1-yvtbci.tfm) = %{tl_version} -Provides: tex(t1-yvtbd-c.tfm) = %{tl_version} -Provides: tex(t1-yvtbi-c.tfm) = %{tl_version} -Provides: tex(t1-yvtbi.tfm) = %{tl_version} -Provides: tex(t1-yvth.tfm) = %{tl_version} -Provides: tex(t1-yvthi.tfm) = %{tl_version} -Provides: tex(t1-yvtr-c.tfm) = %{tl_version} -Provides: tex(t1-yvtr.tfm) = %{tl_version} -Provides: tex(t1-yvtrc-c.tfm) = %{tl_version} -Provides: tex(t1-yvtrc.tfm) = %{tl_version} -Provides: tex(t1-yvtrci-c.tfm) = %{tl_version} -Provides: tex(t1-yvtrci.tfm) = %{tl_version} -Provides: tex(t1-yvtrdl.tfm) = %{tl_version} -Provides: tex(t1-yvtri-c.tfm) = %{tl_version} -Provides: tex(t1-yvtri.tfm) = %{tl_version} -Provides: tex(t1alt-yvtbc-c.tfm) = %{tl_version} -Provides: tex(t1alt-yvtbc.tfm) = %{tl_version} -Provides: tex(t1alt-yvtbci-c.tfm) = %{tl_version} -Provides: tex(t1alt-yvtbci.tfm) = %{tl_version} -Provides: tex(t1alt-yvtrc-c.tfm) = %{tl_version} -Provides: tex(t1alt-yvtrc.tfm) = %{tl_version} -Provides: tex(t1alt-yvtrci-c.tfm) = %{tl_version} -Provides: tex(t1alt-yvtrci.tfm) = %{tl_version} -Provides: tex(ts1-yvtb-c.tfm) = %{tl_version} -Provides: tex(ts1-yvtb.tfm) = %{tl_version} -Provides: tex(ts1-yvtbc-c.tfm) = %{tl_version} -Provides: tex(ts1-yvtbc.tfm) = %{tl_version} -Provides: tex(ts1-yvtbci-c.tfm) = %{tl_version} -Provides: tex(ts1-yvtbci.tfm) = %{tl_version} -Provides: tex(ts1-yvtbd-c.tfm) = %{tl_version} -Provides: tex(ts1-yvtbi-c.tfm) = %{tl_version} -Provides: tex(ts1-yvtbi.tfm) = %{tl_version} -Provides: tex(ts1-yvth.tfm) = %{tl_version} -Provides: tex(ts1-yvthi.tfm) = %{tl_version} -Provides: tex(ts1-yvtr-c.tfm) = %{tl_version} -Provides: tex(ts1-yvtr.tfm) = %{tl_version} -Provides: tex(ts1-yvtrc-c.tfm) = %{tl_version} -Provides: tex(ts1-yvtrc.tfm) = %{tl_version} -Provides: tex(ts1-yvtrci-c.tfm) = %{tl_version} -Provides: tex(ts1-yvtrci.tfm) = %{tl_version} -Provides: tex(ts1-yvtrdl.tfm) = %{tl_version} -Provides: tex(ts1-yvtri-c.tfm) = %{tl_version} -Provides: tex(ts1-yvtri.tfm) = %{tl_version} -Provides: tex(vent-yvtr.tfm) = %{tl_version} -Provides: tex(yvtb8c.tfm) = %{tl_version} -Provides: tex(yvtb8cc.tfm) = %{tl_version} -Provides: tex(yvtb8t.tfm) = %{tl_version} -Provides: tex(yvtb8tc.tfm) = %{tl_version} -Provides: tex(yvtbc8c.tfm) = %{tl_version} -Provides: tex(yvtbc8cc.tfm) = %{tl_version} -Provides: tex(yvtbc8t.tfm) = %{tl_version} -Provides: tex(yvtbc8tc.tfm) = %{tl_version} -Provides: tex(yvtbci8c.tfm) = %{tl_version} -Provides: tex(yvtbci8cc.tfm) = %{tl_version} -Provides: tex(yvtbci8t.tfm) = %{tl_version} -Provides: tex(yvtbci8tc.tfm) = %{tl_version} -Provides: tex(yvtbcij8t.tfm) = %{tl_version} -Provides: tex(yvtbcij8tc.tfm) = %{tl_version} -Provides: tex(yvtbcijw8t.tfm) = %{tl_version} -Provides: tex(yvtbcijw8tc.tfm) = %{tl_version} -Provides: tex(yvtbciw8t.tfm) = %{tl_version} -Provides: tex(yvtbciw8tc.tfm) = %{tl_version} -Provides: tex(yvtbcj8t.tfm) = %{tl_version} -Provides: tex(yvtbcj8tc.tfm) = %{tl_version} -Provides: tex(yvtbcjw8t.tfm) = %{tl_version} -Provides: tex(yvtbcjw8tc.tfm) = %{tl_version} -Provides: tex(yvtbcw8t.tfm) = %{tl_version} -Provides: tex(yvtbcw8tc.tfm) = %{tl_version} -Provides: tex(yvtbd8cc.tfm) = %{tl_version} -Provides: tex(yvtbd8tc.tfm) = %{tl_version} -Provides: tex(yvtbi8c.tfm) = %{tl_version} -Provides: tex(yvtbi8cc.tfm) = %{tl_version} -Provides: tex(yvtbi8t.tfm) = %{tl_version} -Provides: tex(yvtbi8tc.tfm) = %{tl_version} -Provides: tex(yvtbij8t.tfm) = %{tl_version} -Provides: tex(yvtbij8tc.tfm) = %{tl_version} -Provides: tex(yvtbijw8t.tfm) = %{tl_version} -Provides: tex(yvtbijw8tc.tfm) = %{tl_version} -Provides: tex(yvtbiw8t.tfm) = %{tl_version} -Provides: tex(yvtbiw8tc.tfm) = %{tl_version} -Provides: tex(yvtbj8t.tfm) = %{tl_version} -Provides: tex(yvtbj8tc.tfm) = %{tl_version} -Provides: tex(yvtbjw8t.tfm) = %{tl_version} -Provides: tex(yvtbjw8tc.tfm) = %{tl_version} -Provides: tex(yvtbw8t.tfm) = %{tl_version} -Provides: tex(yvtbw8tc.tfm) = %{tl_version} -Provides: tex(yvth8c.tfm) = %{tl_version} -Provides: tex(yvth8t.tfm) = %{tl_version} -Provides: tex(yvthi8c.tfm) = %{tl_version} -Provides: tex(yvthi8t.tfm) = %{tl_version} -Provides: tex(yvtr8c.tfm) = %{tl_version} -Provides: tex(yvtr8cc.tfm) = %{tl_version} -Provides: tex(yvtr8t.tfm) = %{tl_version} -Provides: tex(yvtr8tc.tfm) = %{tl_version} -Provides: tex(yvtrajw8t.tfm) = %{tl_version} -Provides: tex(yvtraw8t.tfm) = %{tl_version} -Provides: tex(yvtrc8c.tfm) = %{tl_version} -Provides: tex(yvtrc8cc.tfm) = %{tl_version} -Provides: tex(yvtrc8t.tfm) = %{tl_version} -Provides: tex(yvtrc8tc.tfm) = %{tl_version} -Provides: tex(yvtrci8c.tfm) = %{tl_version} -Provides: tex(yvtrci8cc.tfm) = %{tl_version} -Provides: tex(yvtrci8t.tfm) = %{tl_version} -Provides: tex(yvtrci8tc.tfm) = %{tl_version} -Provides: tex(yvtrcij8t.tfm) = %{tl_version} -Provides: tex(yvtrcij8tc.tfm) = %{tl_version} -Provides: tex(yvtrcijw8t.tfm) = %{tl_version} -Provides: tex(yvtrcijw8tc.tfm) = %{tl_version} -Provides: tex(yvtrciw8t.tfm) = %{tl_version} -Provides: tex(yvtrciw8tc.tfm) = %{tl_version} -Provides: tex(yvtrcj8t.tfm) = %{tl_version} -Provides: tex(yvtrcj8tc.tfm) = %{tl_version} -Provides: tex(yvtrcjw8t.tfm) = %{tl_version} -Provides: tex(yvtrcjw8tc.tfm) = %{tl_version} -Provides: tex(yvtrcw8t.tfm) = %{tl_version} -Provides: tex(yvtrcw8tc.tfm) = %{tl_version} -Provides: tex(yvtrdl8c.tfm) = %{tl_version} -Provides: tex(yvtrdl8t.tfm) = %{tl_version} -Provides: tex(yvtri8c.tfm) = %{tl_version} -Provides: tex(yvtri8cc.tfm) = %{tl_version} -Provides: tex(yvtri8t.tfm) = %{tl_version} -Provides: tex(yvtri8tc.tfm) = %{tl_version} -Provides: tex(yvtrij8t.tfm) = %{tl_version} -Provides: tex(yvtrij8tc.tfm) = %{tl_version} -Provides: tex(yvtrijw8t.tfm) = %{tl_version} -Provides: tex(yvtrijw8tc.tfm) = %{tl_version} -Provides: tex(yvtriw8t.tfm) = %{tl_version} -Provides: tex(yvtriw8tc.tfm) = %{tl_version} -Provides: tex(yvtrj8t.tfm) = %{tl_version} -Provides: tex(yvtrj8tc.tfm) = %{tl_version} -Provides: tex(yvtrjw8t.tfm) = %{tl_version} -Provides: tex(yvtrjw8tc.tfm) = %{tl_version} -Provides: tex(yvtrw8t.tfm) = %{tl_version} -Provides: tex(yvtrw8tc.tfm) = %{tl_version} -Provides: tex(t1-yv2b-c.tfm) = %{tl_version} -Provides: tex(t1-yv2b.tfm) = %{tl_version} -Provides: tex(t1-yv2bi-c.tfm) = %{tl_version} -Provides: tex(t1-yv2bi.tfm) = %{tl_version} -Provides: tex(t1-yv2m.tfm) = %{tl_version} -Provides: tex(t1-yv2mi.tfm) = %{tl_version} -Provides: tex(t1-yv2r-c.tfm) = %{tl_version} -Provides: tex(t1-yv2r.tfm) = %{tl_version} -Provides: tex(t1-yv2ri-c.tfm) = %{tl_version} -Provides: tex(t1-yv2ri.tfm) = %{tl_version} -Provides: tex(t1-yv2x.tfm) = %{tl_version} -Provides: tex(t1-yv2xi.tfm) = %{tl_version} -Provides: tex(ts1-yv2b-c.tfm) = %{tl_version} -Provides: tex(ts1-yv2b.tfm) = %{tl_version} -Provides: tex(ts1-yv2bi-c.tfm) = %{tl_version} -Provides: tex(ts1-yv2bi.tfm) = %{tl_version} -Provides: tex(ts1-yv2m.tfm) = %{tl_version} -Provides: tex(ts1-yv2mi.tfm) = %{tl_version} -Provides: tex(ts1-yv2r-c.tfm) = %{tl_version} -Provides: tex(ts1-yv2r.tfm) = %{tl_version} -Provides: tex(ts1-yv2ri-c.tfm) = %{tl_version} -Provides: tex(ts1-yv2ri.tfm) = %{tl_version} -Provides: tex(ts1-yv2x.tfm) = %{tl_version} -Provides: tex(ts1-yv2xi.tfm) = %{tl_version} -Provides: tex(yv2b8c.tfm) = %{tl_version} -Provides: tex(yv2b8cc.tfm) = %{tl_version} -Provides: tex(yv2b8t.tfm) = %{tl_version} -Provides: tex(yv2b8tc.tfm) = %{tl_version} -Provides: tex(yv2bi8c.tfm) = %{tl_version} -Provides: tex(yv2bi8cc.tfm) = %{tl_version} -Provides: tex(yv2bi8t.tfm) = %{tl_version} -Provides: tex(yv2bi8tc.tfm) = %{tl_version} -Provides: tex(yv2m8c.tfm) = %{tl_version} -Provides: tex(yv2m8t.tfm) = %{tl_version} -Provides: tex(yv2mi8c.tfm) = %{tl_version} -Provides: tex(yv2mi8t.tfm) = %{tl_version} -Provides: tex(yv2r8c.tfm) = %{tl_version} -Provides: tex(yv2r8cc.tfm) = %{tl_version} -Provides: tex(yv2r8t.tfm) = %{tl_version} -Provides: tex(yv2r8tc.tfm) = %{tl_version} -Provides: tex(yv2ri8c.tfm) = %{tl_version} -Provides: tex(yv2ri8cc.tfm) = %{tl_version} -Provides: tex(yv2ri8t.tfm) = %{tl_version} -Provides: tex(yv2ri8tc.tfm) = %{tl_version} -Provides: tex(yv2x8c.tfm) = %{tl_version} -Provides: tex(yv2x8t.tfm) = %{tl_version} -Provides: tex(yv2xi8c.tfm) = %{tl_version} -Provides: tex(yv2xi8t.tfm) = %{tl_version} -Provides: tex(t1-yvob.tfm) = %{tl_version} -Provides: tex(t1-yvobi.tfm) = %{tl_version} -Provides: tex(t1-yvodd.tfm) = %{tl_version} -Provides: tex(t1-yvor.tfm) = %{tl_version} -Provides: tex(t1-yvori.tfm) = %{tl_version} -Provides: tex(ts1-yvob.tfm) = %{tl_version} -Provides: tex(ts1-yvobi.tfm) = %{tl_version} -Provides: tex(ts1-yvodd.tfm) = %{tl_version} -Provides: tex(ts1-yvor.tfm) = %{tl_version} -Provides: tex(ts1-yvori.tfm) = %{tl_version} -Provides: tex(yvoab8t.tfm) = %{tl_version} -Provides: tex(yvoabi8t.tfm) = %{tl_version} -Provides: tex(yvoar8t.tfm) = %{tl_version} -Provides: tex(yvoari8t.tfm) = %{tl_version} -Provides: tex(yvob8c.tfm) = %{tl_version} -Provides: tex(yvob8t.tfm) = %{tl_version} -Provides: tex(yvobi8c.tfm) = %{tl_version} -Provides: tex(yvobi8t.tfm) = %{tl_version} -Provides: tex(yvodd8c.tfm) = %{tl_version} -Provides: tex(yvodd8t.tfm) = %{tl_version} -Provides: tex(yvor8c.tfm) = %{tl_version} -Provides: tex(yvor8t.tfm) = %{tl_version} -Provides: tex(yvori8c.tfm) = %{tl_version} -Provides: tex(yvori8t.tfm) = %{tl_version} -Provides: tex(t1-yv1b-c.tfm) = %{tl_version} -Provides: tex(t1-yv1b-x.tfm) = %{tl_version} -Provides: tex(t1-yv1b.tfm) = %{tl_version} -Provides: tex(t1-yv1bd.tfm) = %{tl_version} -Provides: tex(t1-yv1bi-c.tfm) = %{tl_version} -Provides: tex(t1-yv1bi-x.tfm) = %{tl_version} -Provides: tex(t1-yv1bi.tfm) = %{tl_version} -Provides: tex(t1-yv1d.tfm) = %{tl_version} -Provides: tex(t1-yv1dd-u.tfm) = %{tl_version} -Provides: tex(t1-yv1di.tfm) = %{tl_version} -Provides: tex(t1-yv1h.tfm) = %{tl_version} -Provides: tex(t1-yv1ho.tfm) = %{tl_version} -Provides: tex(t1-yv1l.tfm) = %{tl_version} -Provides: tex(t1-yv1li.tfm) = %{tl_version} -Provides: tex(t1-yv1r-c.tfm) = %{tl_version} -Provides: tex(t1-yv1r-x.tfm) = %{tl_version} -Provides: tex(t1-yv1r.tfm) = %{tl_version} -Provides: tex(t1-yv1ri-c.tfm) = %{tl_version} -Provides: tex(t1-yv1ri-x.tfm) = %{tl_version} -Provides: tex(t1-yv1ri.tfm) = %{tl_version} -Provides: tex(ts1-yv1b-c.tfm) = %{tl_version} -Provides: tex(ts1-yv1b-x.tfm) = %{tl_version} -Provides: tex(ts1-yv1b.tfm) = %{tl_version} -Provides: tex(ts1-yv1bd.tfm) = %{tl_version} -Provides: tex(ts1-yv1bi-c.tfm) = %{tl_version} -Provides: tex(ts1-yv1bi-x.tfm) = %{tl_version} -Provides: tex(ts1-yv1bi.tfm) = %{tl_version} -Provides: tex(ts1-yv1d.tfm) = %{tl_version} -Provides: tex(ts1-yv1dd-u.tfm) = %{tl_version} -Provides: tex(ts1-yv1di.tfm) = %{tl_version} -Provides: tex(ts1-yv1h.tfm) = %{tl_version} -Provides: tex(ts1-yv1ho.tfm) = %{tl_version} -Provides: tex(ts1-yv1l.tfm) = %{tl_version} -Provides: tex(ts1-yv1li.tfm) = %{tl_version} -Provides: tex(ts1-yv1r-c.tfm) = %{tl_version} -Provides: tex(ts1-yv1r-x.tfm) = %{tl_version} -Provides: tex(ts1-yv1r.tfm) = %{tl_version} -Provides: tex(ts1-yv1ri-c.tfm) = %{tl_version} -Provides: tex(ts1-yv1ri-x.tfm) = %{tl_version} -Provides: tex(ts1-yv1ri.tfm) = %{tl_version} -Provides: tex(yv1b8c.tfm) = %{tl_version} -Provides: tex(yv1b8cc.tfm) = %{tl_version} -Provides: tex(yv1b8cx.tfm) = %{tl_version} -Provides: tex(yv1b8t.tfm) = %{tl_version} -Provides: tex(yv1b8tc.tfm) = %{tl_version} -Provides: tex(yv1b8tx.tfm) = %{tl_version} -Provides: tex(yv1bd8c.tfm) = %{tl_version} -Provides: tex(yv1bd8t.tfm) = %{tl_version} -Provides: tex(yv1bi8c.tfm) = %{tl_version} -Provides: tex(yv1bi8cc.tfm) = %{tl_version} -Provides: tex(yv1bi8cx.tfm) = %{tl_version} -Provides: tex(yv1bi8t.tfm) = %{tl_version} -Provides: tex(yv1bi8tc.tfm) = %{tl_version} -Provides: tex(yv1bi8tx.tfm) = %{tl_version} -Provides: tex(yv1d8c.tfm) = %{tl_version} -Provides: tex(yv1d8t.tfm) = %{tl_version} -Provides: tex(yv1dd8cu.tfm) = %{tl_version} -Provides: tex(yv1dd8tu.tfm) = %{tl_version} -Provides: tex(yv1di8c.tfm) = %{tl_version} -Provides: tex(yv1di8t.tfm) = %{tl_version} -Provides: tex(yv1h8c.tfm) = %{tl_version} -Provides: tex(yv1h8t.tfm) = %{tl_version} -Provides: tex(yv1ho8c.tfm) = %{tl_version} -Provides: tex(yv1ho8t.tfm) = %{tl_version} -Provides: tex(yv1l8c.tfm) = %{tl_version} -Provides: tex(yv1l8t.tfm) = %{tl_version} -Provides: tex(yv1li8c.tfm) = %{tl_version} -Provides: tex(yv1li8t.tfm) = %{tl_version} -Provides: tex(yv1r8c.tfm) = %{tl_version} -Provides: tex(yv1r8cc.tfm) = %{tl_version} -Provides: tex(yv1r8cx.tfm) = %{tl_version} -Provides: tex(yv1r8t.tfm) = %{tl_version} -Provides: tex(yv1r8tc.tfm) = %{tl_version} -Provides: tex(yv1r8tx.tfm) = %{tl_version} -Provides: tex(yv1ri8c.tfm) = %{tl_version} -Provides: tex(yv1ri8cc.tfm) = %{tl_version} -Provides: tex(yv1ri8cx.tfm) = %{tl_version} -Provides: tex(yv1ri8t.tfm) = %{tl_version} -Provides: tex(yv1ri8tc.tfm) = %{tl_version} -Provides: tex(yv1ri8tx.tfm) = %{tl_version} -Provides: tex(t1-yv3b-c.tfm) = %{tl_version} -Provides: tex(t1-yv3b-x.tfm) = %{tl_version} -Provides: tex(t1-yv3b.tfm) = %{tl_version} -Provides: tex(t1-yv3bi-c.tfm) = %{tl_version} -Provides: tex(t1-yv3bi-x.tfm) = %{tl_version} -Provides: tex(t1-yv3bi.tfm) = %{tl_version} -Provides: tex(t1-yv3r-c.tfm) = %{tl_version} -Provides: tex(t1-yv3r-x.tfm) = %{tl_version} -Provides: tex(t1-yv3r.tfm) = %{tl_version} -Provides: tex(t1-yv3ri-c.tfm) = %{tl_version} -Provides: tex(t1-yv3ri-x.tfm) = %{tl_version} -Provides: tex(t1-yv3ri.tfm) = %{tl_version} -Provides: tex(ts1-yv3b-c.tfm) = %{tl_version} -Provides: tex(ts1-yv3b-x.tfm) = %{tl_version} -Provides: tex(ts1-yv3b.tfm) = %{tl_version} -Provides: tex(ts1-yv3bi-c.tfm) = %{tl_version} -Provides: tex(ts1-yv3bi-x.tfm) = %{tl_version} -Provides: tex(ts1-yv3bi.tfm) = %{tl_version} -Provides: tex(ts1-yv3r-c.tfm) = %{tl_version} -Provides: tex(ts1-yv3r-x.tfm) = %{tl_version} -Provides: tex(ts1-yv3r.tfm) = %{tl_version} -Provides: tex(ts1-yv3ri-c.tfm) = %{tl_version} -Provides: tex(ts1-yv3ri-x.tfm) = %{tl_version} -Provides: tex(ts1-yv3ri.tfm) = %{tl_version} -Provides: tex(yv3b8c.tfm) = %{tl_version} -Provides: tex(yv3b8cc.tfm) = %{tl_version} -Provides: tex(yv3b8cx.tfm) = %{tl_version} -Provides: tex(yv3b8t.tfm) = %{tl_version} -Provides: tex(yv3b8tc.tfm) = %{tl_version} -Provides: tex(yv3b8tx.tfm) = %{tl_version} -Provides: tex(yv3bi8c.tfm) = %{tl_version} -Provides: tex(yv3bi8cc.tfm) = %{tl_version} -Provides: tex(yv3bi8cx.tfm) = %{tl_version} -Provides: tex(yv3bi8t.tfm) = %{tl_version} -Provides: tex(yv3bi8tc.tfm) = %{tl_version} -Provides: tex(yv3bi8tx.tfm) = %{tl_version} -Provides: tex(yv3r8c.tfm) = %{tl_version} -Provides: tex(yv3r8cc.tfm) = %{tl_version} -Provides: tex(yv3r8cx.tfm) = %{tl_version} -Provides: tex(yv3r8t.tfm) = %{tl_version} -Provides: tex(yv3r8tc.tfm) = %{tl_version} -Provides: tex(yv3r8tx.tfm) = %{tl_version} -Provides: tex(yv3ri8c.tfm) = %{tl_version} -Provides: tex(yv3ri8cc.tfm) = %{tl_version} -Provides: tex(yv3ri8cx.tfm) = %{tl_version} -Provides: tex(yv3ri8t.tfm) = %{tl_version} -Provides: tex(yv3ri8tc.tfm) = %{tl_version} -Provides: tex(yv3ri8tx.tfm) = %{tl_version} -Provides: tex(yvtb8a.pfb) = %{tl_version} -Provides: tex(yvtb8ac.pfb) = %{tl_version} -Provides: tex(yvtbc8a.pfb) = %{tl_version} -Provides: tex(yvtbc8ac.pfb) = %{tl_version} -Provides: tex(yvtbci8a.pfb) = %{tl_version} -Provides: tex(yvtbci8ac.pfb) = %{tl_version} -Provides: tex(yvtbd8ac.pfb) = %{tl_version} -Provides: tex(yvtbi8a.pfb) = %{tl_version} -Provides: tex(yvtbi8ac.pfb) = %{tl_version} -Provides: tex(yvth8a.pfb) = %{tl_version} -Provides: tex(yvthi8a.pfb) = %{tl_version} -Provides: tex(yvtr8a.pfb) = %{tl_version} -Provides: tex(yvtr8ac.pfb) = %{tl_version} -Provides: tex(yvtrc8a.pfb) = %{tl_version} -Provides: tex(yvtrc8ac.pfb) = %{tl_version} -Provides: tex(yvtrci8a.pfb) = %{tl_version} -Provides: tex(yvtrci8ac.pfb) = %{tl_version} -Provides: tex(yvtrdl8a.pfb) = %{tl_version} -Provides: tex(yvtri8a.pfb) = %{tl_version} -Provides: tex(yvtri8ac.pfb) = %{tl_version} -Provides: tex(yv2b8a.pfb) = %{tl_version} -Provides: tex(yv2b8ac.pfb) = %{tl_version} -Provides: tex(yv2bi8a.pfb) = %{tl_version} -Provides: tex(yv2bi8ac.pfb) = %{tl_version} -Provides: tex(yv2m8a.pfb) = %{tl_version} -Provides: tex(yv2mi8a.pfb) = %{tl_version} -Provides: tex(yv2r8a.pfb) = %{tl_version} -Provides: tex(yv2r8ac.pfb) = %{tl_version} -Provides: tex(yv2ri8a.pfb) = %{tl_version} -Provides: tex(yv2ri8ac.pfb) = %{tl_version} -Provides: tex(yv2x8a.pfb) = %{tl_version} -Provides: tex(yv2xi8a.pfb) = %{tl_version} -Provides: tex(yvob8a.pfb) = %{tl_version} -Provides: tex(yvobi8a.pfb) = %{tl_version} -Provides: tex(yvodd8a.pfb) = %{tl_version} -Provides: tex(yvor8a.pfb) = %{tl_version} -Provides: tex(yvori8a.pfb) = %{tl_version} -Provides: tex(yv1b8a.pfb) = %{tl_version} -Provides: tex(yv1b8ac.pfb) = %{tl_version} -Provides: tex(yv1b8ax.pfb) = %{tl_version} -Provides: tex(yv1bd8a.pfb) = %{tl_version} -Provides: tex(yv1bi8a.pfb) = %{tl_version} -Provides: tex(yv1bi8ac.pfb) = %{tl_version} -Provides: tex(yv1bi8ax.pfb) = %{tl_version} -Provides: tex(yv1d8a.pfb) = %{tl_version} -Provides: tex(yv1dd8au.pfb) = %{tl_version} -Provides: tex(yv1di8a.pfb) = %{tl_version} -Provides: tex(yv1h8a.pfb) = %{tl_version} -Provides: tex(yv1ho8a.pfb) = %{tl_version} -Provides: tex(yv1l8a.pfb) = %{tl_version} -Provides: tex(yv1li8a.pfb) = %{tl_version} -Provides: tex(yv1r8a.pfb) = %{tl_version} -Provides: tex(yv1r8ac.pfb) = %{tl_version} -Provides: tex(yv1r8ax.pfb) = %{tl_version} -Provides: tex(yv1ri8a.pfb) = %{tl_version} -Provides: tex(yv1ri8ac.pfb) = %{tl_version} -Provides: tex(yv1ri8ax.pfb) = %{tl_version} -Provides: tex(yv3b8a.pfb) = %{tl_version} -Provides: tex(yv3b8ac.pfb) = %{tl_version} -Provides: tex(yv3b8ax.pfb) = %{tl_version} -Provides: tex(yv3bi8a.pfb) = %{tl_version} -Provides: tex(yv3bi8ac.pfb) = %{tl_version} -Provides: tex(yv3bi8ax.pfb) = %{tl_version} -Provides: tex(yv3r8a.pfb) = %{tl_version} -Provides: tex(yv3r8ac.pfb) = %{tl_version} -Provides: tex(yv3r8ax.pfb) = %{tl_version} -Provides: tex(yv3ri8a.pfb) = %{tl_version} -Provides: tex(yv3ri8ac.pfb) = %{tl_version} -Provides: tex(yv3ri8ax.pfb) = %{tl_version} -Provides: tex(yvtb8c.vf) = %{tl_version} -Provides: tex(yvtb8cc.vf) = %{tl_version} -Provides: tex(yvtb8t.vf) = %{tl_version} -Provides: tex(yvtb8tc.vf) = %{tl_version} -Provides: tex(yvtbc8c.vf) = %{tl_version} -Provides: tex(yvtbc8cc.vf) = %{tl_version} -Provides: tex(yvtbc8t.vf) = %{tl_version} -Provides: tex(yvtbc8tc.vf) = %{tl_version} -Provides: tex(yvtbci8c.vf) = %{tl_version} -Provides: tex(yvtbci8cc.vf) = %{tl_version} -Provides: tex(yvtbci8t.vf) = %{tl_version} -Provides: tex(yvtbci8tc.vf) = %{tl_version} -Provides: tex(yvtbcij8t.vf) = %{tl_version} -Provides: tex(yvtbcij8tc.vf) = %{tl_version} -Provides: tex(yvtbcijw8t.vf) = %{tl_version} -Provides: tex(yvtbcijw8tc.vf) = %{tl_version} -Provides: tex(yvtbciw8t.vf) = %{tl_version} -Provides: tex(yvtbciw8tc.vf) = %{tl_version} -Provides: tex(yvtbcj8t.vf) = %{tl_version} -Provides: tex(yvtbcj8tc.vf) = %{tl_version} -Provides: tex(yvtbcjw8t.vf) = %{tl_version} -Provides: tex(yvtbcjw8tc.vf) = %{tl_version} -Provides: tex(yvtbcw8t.vf) = %{tl_version} -Provides: tex(yvtbcw8tc.vf) = %{tl_version} -Provides: tex(yvtbd8cc.vf) = %{tl_version} -Provides: tex(yvtbd8tc.vf) = %{tl_version} -Provides: tex(yvtbi8c.vf) = %{tl_version} -Provides: tex(yvtbi8cc.vf) = %{tl_version} -Provides: tex(yvtbi8t.vf) = %{tl_version} -Provides: tex(yvtbi8tc.vf) = %{tl_version} -Provides: tex(yvtbij8t.vf) = %{tl_version} -Provides: tex(yvtbij8tc.vf) = %{tl_version} -Provides: tex(yvtbijw8t.vf) = %{tl_version} -Provides: tex(yvtbijw8tc.vf) = %{tl_version} -Provides: tex(yvtbiw8t.vf) = %{tl_version} -Provides: tex(yvtbiw8tc.vf) = %{tl_version} -Provides: tex(yvtbj8t.vf) = %{tl_version} -Provides: tex(yvtbj8tc.vf) = %{tl_version} -Provides: tex(yvtbjw8t.vf) = %{tl_version} -Provides: tex(yvtbjw8tc.vf) = %{tl_version} -Provides: tex(yvtbw8t.vf) = %{tl_version} -Provides: tex(yvtbw8tc.vf) = %{tl_version} -Provides: tex(yvth8c.vf) = %{tl_version} -Provides: tex(yvth8t.vf) = %{tl_version} -Provides: tex(yvthi8c.vf) = %{tl_version} -Provides: tex(yvthi8t.vf) = %{tl_version} -Provides: tex(yvtr8c.vf) = %{tl_version} -Provides: tex(yvtr8cc.vf) = %{tl_version} -Provides: tex(yvtr8t.vf) = %{tl_version} -Provides: tex(yvtr8tc.vf) = %{tl_version} -Provides: tex(yvtrajw8t.vf) = %{tl_version} -Provides: tex(yvtraw8t.vf) = %{tl_version} -Provides: tex(yvtrc8c.vf) = %{tl_version} -Provides: tex(yvtrc8cc.vf) = %{tl_version} -Provides: tex(yvtrc8t.vf) = %{tl_version} -Provides: tex(yvtrc8tc.vf) = %{tl_version} -Provides: tex(yvtrci8c.vf) = %{tl_version} -Provides: tex(yvtrci8cc.vf) = %{tl_version} -Provides: tex(yvtrci8t.vf) = %{tl_version} -Provides: tex(yvtrci8tc.vf) = %{tl_version} -Provides: tex(yvtrcij8t.vf) = %{tl_version} -Provides: tex(yvtrcij8tc.vf) = %{tl_version} -Provides: tex(yvtrcijw8t.vf) = %{tl_version} -Provides: tex(yvtrcijw8tc.vf) = %{tl_version} -Provides: tex(yvtrciw8t.vf) = %{tl_version} -Provides: tex(yvtrciw8tc.vf) = %{tl_version} -Provides: tex(yvtrcj8t.vf) = %{tl_version} -Provides: tex(yvtrcj8tc.vf) = %{tl_version} -Provides: tex(yvtrcjw8t.vf) = %{tl_version} -Provides: tex(yvtrcjw8tc.vf) = %{tl_version} -Provides: tex(yvtrcw8t.vf) = %{tl_version} -Provides: tex(yvtrcw8tc.vf) = %{tl_version} -Provides: tex(yvtrdl8c.vf) = %{tl_version} -Provides: tex(yvtrdl8t.vf) = %{tl_version} -Provides: tex(yvtri8c.vf) = %{tl_version} -Provides: tex(yvtri8cc.vf) = %{tl_version} -Provides: tex(yvtri8t.vf) = %{tl_version} -Provides: tex(yvtri8tc.vf) = %{tl_version} -Provides: tex(yvtrij8t.vf) = %{tl_version} -Provides: tex(yvtrij8tc.vf) = %{tl_version} -Provides: tex(yvtrijw8t.vf) = %{tl_version} -Provides: tex(yvtrijw8tc.vf) = %{tl_version} -Provides: tex(yvtriw8t.vf) = %{tl_version} -Provides: tex(yvtriw8tc.vf) = %{tl_version} -Provides: tex(yvtrj8t.vf) = %{tl_version} -Provides: tex(yvtrj8tc.vf) = %{tl_version} -Provides: tex(yvtrjw8t.vf) = %{tl_version} -Provides: tex(yvtrjw8tc.vf) = %{tl_version} -Provides: tex(yvtrw8t.vf) = %{tl_version} -Provides: tex(yvtrw8tc.vf) = %{tl_version} -Provides: tex(yv2b8c.vf) = %{tl_version} -Provides: tex(yv2b8cc.vf) = %{tl_version} -Provides: tex(yv2b8t.vf) = %{tl_version} -Provides: tex(yv2b8tc.vf) = %{tl_version} -Provides: tex(yv2bi8c.vf) = %{tl_version} -Provides: tex(yv2bi8cc.vf) = %{tl_version} -Provides: tex(yv2bi8t.vf) = %{tl_version} -Provides: tex(yv2bi8tc.vf) = %{tl_version} -Provides: tex(yv2m8c.vf) = %{tl_version} -Provides: tex(yv2m8t.vf) = %{tl_version} -Provides: tex(yv2mi8c.vf) = %{tl_version} -Provides: tex(yv2mi8t.vf) = %{tl_version} -Provides: tex(yv2r8c.vf) = %{tl_version} -Provides: tex(yv2r8cc.vf) = %{tl_version} -Provides: tex(yv2r8t.vf) = %{tl_version} -Provides: tex(yv2r8tc.vf) = %{tl_version} -Provides: tex(yv2ri8c.vf) = %{tl_version} -Provides: tex(yv2ri8cc.vf) = %{tl_version} -Provides: tex(yv2ri8t.vf) = %{tl_version} -Provides: tex(yv2ri8tc.vf) = %{tl_version} -Provides: tex(yv2x8c.vf) = %{tl_version} -Provides: tex(yv2x8t.vf) = %{tl_version} -Provides: tex(yv2xi8c.vf) = %{tl_version} -Provides: tex(yv2xi8t.vf) = %{tl_version} -Provides: tex(yvoab8t.vf) = %{tl_version} -Provides: tex(yvoabi8t.vf) = %{tl_version} -Provides: tex(yvoar8t.vf) = %{tl_version} -Provides: tex(yvoari8t.vf) = %{tl_version} -Provides: tex(yvob8c.vf) = %{tl_version} -Provides: tex(yvob8t.vf) = %{tl_version} -Provides: tex(yvobi8c.vf) = %{tl_version} -Provides: tex(yvobi8t.vf) = %{tl_version} -Provides: tex(yvodd8c.vf) = %{tl_version} -Provides: tex(yvodd8t.vf) = %{tl_version} -Provides: tex(yvor8c.vf) = %{tl_version} -Provides: tex(yvor8t.vf) = %{tl_version} -Provides: tex(yvori8c.vf) = %{tl_version} -Provides: tex(yvori8t.vf) = %{tl_version} -Provides: tex(yv1b8c.vf) = %{tl_version} -Provides: tex(yv1b8cc.vf) = %{tl_version} -Provides: tex(yv1b8cx.vf) = %{tl_version} -Provides: tex(yv1b8t.vf) = %{tl_version} -Provides: tex(yv1b8tc.vf) = %{tl_version} -Provides: tex(yv1b8tx.vf) = %{tl_version} -Provides: tex(yv1bd8c.vf) = %{tl_version} -Provides: tex(yv1bd8t.vf) = %{tl_version} -Provides: tex(yv1bi8c.vf) = %{tl_version} -Provides: tex(yv1bi8cc.vf) = %{tl_version} -Provides: tex(yv1bi8cx.vf) = %{tl_version} -Provides: tex(yv1bi8t.vf) = %{tl_version} -Provides: tex(yv1bi8tc.vf) = %{tl_version} -Provides: tex(yv1bi8tx.vf) = %{tl_version} -Provides: tex(yv1d8c.vf) = %{tl_version} -Provides: tex(yv1d8t.vf) = %{tl_version} -Provides: tex(yv1dd8cu.vf) = %{tl_version} -Provides: tex(yv1dd8tu.vf) = %{tl_version} -Provides: tex(yv1di8c.vf) = %{tl_version} -Provides: tex(yv1di8t.vf) = %{tl_version} -Provides: tex(yv1h8c.vf) = %{tl_version} -Provides: tex(yv1h8t.vf) = %{tl_version} -Provides: tex(yv1ho8c.vf) = %{tl_version} -Provides: tex(yv1ho8t.vf) = %{tl_version} -Provides: tex(yv1l8c.vf) = %{tl_version} -Provides: tex(yv1l8t.vf) = %{tl_version} -Provides: tex(yv1li8c.vf) = %{tl_version} -Provides: tex(yv1li8t.vf) = %{tl_version} -Provides: tex(yv1r8c.vf) = %{tl_version} -Provides: tex(yv1r8cc.vf) = %{tl_version} -Provides: tex(yv1r8cx.vf) = %{tl_version} -Provides: tex(yv1r8t.vf) = %{tl_version} -Provides: tex(yv1r8tc.vf) = %{tl_version} -Provides: tex(yv1r8tx.vf) = %{tl_version} -Provides: tex(yv1ri8c.vf) = %{tl_version} -Provides: tex(yv1ri8cc.vf) = %{tl_version} -Provides: tex(yv1ri8cx.vf) = %{tl_version} -Provides: tex(yv1ri8t.vf) = %{tl_version} -Provides: tex(yv1ri8tc.vf) = %{tl_version} -Provides: tex(yv1ri8tx.vf) = %{tl_version} -Provides: tex(yv3b8c.vf) = %{tl_version} -Provides: tex(yv3b8cc.vf) = %{tl_version} -Provides: tex(yv3b8cx.vf) = %{tl_version} -Provides: tex(yv3b8t.vf) = %{tl_version} -Provides: tex(yv3b8tc.vf) = %{tl_version} -Provides: tex(yv3b8tx.vf) = %{tl_version} -Provides: tex(yv3bi8c.vf) = %{tl_version} -Provides: tex(yv3bi8cc.vf) = %{tl_version} -Provides: tex(yv3bi8cx.vf) = %{tl_version} -Provides: tex(yv3bi8t.vf) = %{tl_version} -Provides: tex(yv3bi8tc.vf) = %{tl_version} -Provides: tex(yv3bi8tx.vf) = %{tl_version} -Provides: tex(yv3r8c.vf) = %{tl_version} -Provides: tex(yv3r8cc.vf) = %{tl_version} -Provides: tex(yv3r8cx.vf) = %{tl_version} -Provides: tex(yv3r8t.vf) = %{tl_version} -Provides: tex(yv3r8tc.vf) = %{tl_version} -Provides: tex(yv3r8tx.vf) = %{tl_version} -Provides: tex(yv3ri8c.vf) = %{tl_version} -Provides: tex(yv3ri8cc.vf) = %{tl_version} -Provides: tex(yv3ri8cx.vf) = %{tl_version} -Provides: tex(yv3ri8t.vf) = %{tl_version} -Provides: tex(yv3ri8tc.vf) = %{tl_version} -Provides: tex(yv3ri8tx.vf) = %{tl_version} -Provides: tex(t1yvt.fd) = %{tl_version} -Provides: tex(t1yvtajw.fd) = %{tl_version} -Provides: tex(t1yvtaw.fd) = %{tl_version} -Provides: tex(t1yvtd.fd) = %{tl_version} -Provides: tex(t1yvtj.fd) = %{tl_version} -Provides: tex(t1yvtjw.fd) = %{tl_version} -Provides: tex(t1yvtw.fd) = %{tl_version} -Provides: tex(ts1yvt.fd) = %{tl_version} -Provides: tex(ts1yvtajw.fd) = %{tl_version} -Provides: tex(ts1yvtaw.fd) = %{tl_version} -Provides: tex(ts1yvtd.fd) = %{tl_version} -Provides: tex(ts1yvtj.fd) = %{tl_version} -Provides: tex(ts1yvtjw.fd) = %{tl_version} -Provides: tex(ts1yvtw.fd) = %{tl_version} -Provides: tex(t1yv2.fd) = %{tl_version} -Provides: tex(ts1yv2.fd) = %{tl_version} -Provides: tex(venturis.sty) = %{tl_version} -Provides: tex(venturis2.sty) = %{tl_version} -Provides: tex(venturisold.sty) = %{tl_version} -Provides: tex(t1yvo.fd) = %{tl_version} -Provides: tex(t1yvoa.fd) = %{tl_version} -Provides: tex(t1yvoad.fd) = %{tl_version} -Provides: tex(t1yvod.fd) = %{tl_version} -Provides: tex(ts1yvo.fd) = %{tl_version} -Provides: tex(ts1yvoa.fd) = %{tl_version} -Provides: tex(ts1yvoad.fd) = %{tl_version} -Provides: tex(ts1yvod.fd) = %{tl_version} -Provides: tex(t1yv1.fd) = %{tl_version} -Provides: tex(t1yv1d.fd) = %{tl_version} -Provides: tex(ts1yv1.fd) = %{tl_version} -Provides: tex(ts1yv1d.fd) = %{tl_version} -Provides: tex(t1yv3.fd) = %{tl_version} -Provides: tex(ts1yv3.fd) = %{tl_version} - -%description venturisadf -Serif and sans serif complete text font families, in both Adobe -Type 1 and OpenType formats for publication. The family is -based on Utopia family, and has been modified and developed by -the Arkandis Digital foundry. Support for using the fonts, in -LaTeX, is also provided (and makes use of the nfssext-cfr -package). - -%package venturisadf-doc -Summary: Documentation for venturisadf -Version: svn19444.1.005 - -Provides: tex-venturisadf-doc -AutoReqProv: No - -%description venturisadf-doc -Documentation for venturisadf - -%package wsuipa -Provides: tex-wsuipa = %{tl_version} -License: Utopia -Summary: International Phonetic Alphabet fonts -Version: svn25469.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(wbxipa10.tfm) = %{tl_version} -Provides: tex(wbxipa11.tfm) = %{tl_version} -Provides: tex(wbxipa12.tfm) = %{tl_version} -Provides: tex(wbxipa17.tfm) = %{tl_version} -Provides: tex(wbxipa8.tfm) = %{tl_version} -Provides: tex(wbxipa9.tfm) = %{tl_version} -Provides: tex(wslipa10.tfm) = %{tl_version} -Provides: tex(wslipa11.tfm) = %{tl_version} -Provides: tex(wslipa12.tfm) = %{tl_version} -Provides: tex(wslipa17.tfm) = %{tl_version} -Provides: tex(wslipa8.tfm) = %{tl_version} -Provides: tex(wslipa9.tfm) = %{tl_version} -Provides: tex(wsuipa10.tfm) = %{tl_version} -Provides: tex(wsuipa11.tfm) = %{tl_version} -Provides: tex(wsuipa12.tfm) = %{tl_version} -Provides: tex(wsuipa17.tfm) = %{tl_version} -Provides: tex(wsuipa8.tfm) = %{tl_version} -Provides: tex(wsuipa9.tfm) = %{tl_version} -Provides: tex(ipa.sty) = %{tl_version} -Provides: tex(ipalmacs.sty) = %{tl_version} -Provides: tex(uipa.fd) = %{tl_version} - -%description wsuipa -The package provides a 7-bit IPA font, as Metafont source, and -macros for support under TeXt1 and LaTeX. The fonts (and -macros) are now largely superseded by the tipa fonts. - -%package wsuipa-doc -Summary: Documentation for wsuipa -Version: svn25469.0 - -Provides: tex-wsuipa-doc -AutoReqProv: No - -%description wsuipa-doc -Documentation for wsuipa - -%package xcharter -Provides: tex-xcharter = %{tl_version} -License: MIT -Summary: Extension of Bitstream Charter fonts -Version: svn56692 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fontenc.sty) -Requires: tex(textcomp.sty) -Requires: tex(mweights.sty) -Requires: tex(etoolbox.sty) -Requires: tex(fontaxes.sty) -Requires: tex(xkeyval.sty) -Provides: tex(LY1XCharter-Dnom.fd) = %{tl_version} -Provides: tex(LY1XCharter-Inf.fd) = %{tl_version} -Provides: tex(LY1XCharter-Numr.fd) = %{tl_version} -Provides: tex(LY1XCharter-Sup.fd) = %{tl_version} -Provides: tex(LY1XCharter-TLF.fd) = %{tl_version} -Provides: tex(LY1XCharter-TOsF.fd) = %{tl_version} -Provides: tex(OT1XCharter-Dnom.fd) = %{tl_version} -Provides: tex(OT1XCharter-Inf.fd) = %{tl_version} -Provides: tex(OT1XCharter-Numr.fd) = %{tl_version} -Provides: tex(OT1XCharter-Sup.fd) = %{tl_version} -Provides: tex(OT1XCharter-TLF.fd) = %{tl_version} -Provides: tex(OT1XCharter-TOsF.fd) = %{tl_version} -Provides: tex(OT2XCharter-TLF.fd) = %{tl_version} -Provides: tex(T1XCharter-Dnom.fd) = %{tl_version} -Provides: tex(T1XCharter-Inf.fd) = %{tl_version} -Provides: tex(T1XCharter-Numr.fd) = %{tl_version} -Provides: tex(T1XCharter-Sup.fd) = %{tl_version} -Provides: tex(T1XCharter-TLF.fd) = %{tl_version} -Provides: tex(T1XCharter-TOsF.fd) = %{tl_version} -Provides: tex(T2ASRBXCharter-Sup.fd) = %{tl_version} -Provides: tex(T2ASRBXCharter-TLF.fd) = %{tl_version} -Provides: tex(T2ASRBXCharter-TOsF.fd) = %{tl_version} -Provides: tex(T2AXCharter-Sup.fd) = %{tl_version} -Provides: tex(T2AXCharter-TLF.fd) = %{tl_version} -Provides: tex(T2AXCharter-TOsF.fd) = %{tl_version} -Provides: tex(TS1XCharter-TLF.fd) = %{tl_version} -Provides: tex(TS1XCharter-TOsF.fd) = %{tl_version} -Provides: tex(XCharter.map) = %{tl_version} -Provides: tex(XCharter.sty) = %{tl_version} -Provides: tex(chalph.enc) = %{tl_version} -Provides: tex(chtabosf.enc) = %{tl_version} -Provides: tex(newtx-xcharter-subs.tex) = %{tl_version} -Provides: tex(omlzchmi.fd) = %{tl_version} -Provides: tex(t2asrbcmr.fd) = %{tl_version} -Provides: tex(t2asrbenc.def) = %{tl_version} -Provides: tex(xch1_3nubio.enc) = %{tl_version} -Provides: tex(xch1_5xfeuz.enc) = %{tl_version} -Provides: tex(xch1_62ztbr.enc) = %{tl_version} -Provides: tex(xch1_64qgug.enc) = %{tl_version} -Provides: tex(xch1_6l4ixg.enc) = %{tl_version} -Provides: tex(xch1_7p4e2o.enc) = %{tl_version} -Provides: tex(xch1_bcg6lk.enc) = %{tl_version} -Provides: tex(xch1_bpv7ty.enc) = %{tl_version} -Provides: tex(xch1_dbdfpx.enc) = %{tl_version} -Provides: tex(xch1_e3nxtd.enc) = %{tl_version} -Provides: tex(xch1_erwtw3.enc) = %{tl_version} -Provides: tex(xch1_evj3rb.enc) = %{tl_version} -Provides: tex(xch1_gb4haz.enc) = %{tl_version} -Provides: tex(xch1_gvbfhh.enc) = %{tl_version} -Provides: tex(xch1_ivnpe7.enc) = %{tl_version} -Provides: tex(xch1_jg3oo5.enc) = %{tl_version} -Provides: tex(xch1_l4c4ke.enc) = %{tl_version} -Provides: tex(xch1_l6an6k.enc) = %{tl_version} -Provides: tex(xch1_oj27u4.enc) = %{tl_version} -Provides: tex(xch1_ph46id.enc) = %{tl_version} -Provides: tex(xch1_pqp4df.enc) = %{tl_version} -Provides: tex(xch1_q2nwaj.enc) = %{tl_version} -Provides: tex(xch1_qdfne6.enc) = %{tl_version} -Provides: tex(xch1_tis6bf.enc) = %{tl_version} -Provides: tex(xch1_vv7waw.enc) = %{tl_version} -Provides: tex(xch1_wi6ykn.enc) = %{tl_version} -Provides: tex(xch1_wqeam3.enc) = %{tl_version} -Provides: tex(xch1_wwsmtw.enc) = %{tl_version} -Provides: tex(xch1_xmfb6b.enc) = %{tl_version} -Provides: tex(xch1_xqcxen.enc) = %{tl_version} -Provides: tex(xch1_yz7cd7.enc) = %{tl_version} -Provides: tex(xch_26pbhy.enc) = %{tl_version} -Provides: tex(xch_2acc4n.enc) = %{tl_version} -Provides: tex(xch_2jytnu.enc) = %{tl_version} -Provides: tex(xch_3j6jnh.enc) = %{tl_version} -Provides: tex(xch_3nubio.enc) = %{tl_version} -Provides: tex(xch_3oyzty.enc) = %{tl_version} -Provides: tex(xch_3reguq.enc) = %{tl_version} -Provides: tex(xch_4siibn.enc) = %{tl_version} -Provides: tex(xch_57lqj7.enc) = %{tl_version} -Provides: tex(xch_5klbw4.enc) = %{tl_version} -Provides: tex(xch_5xfeuz.enc) = %{tl_version} -Provides: tex(xch_62z5ot.enc) = %{tl_version} -Provides: tex(xch_62ztbr.enc) = %{tl_version} -Provides: tex(xch_64qgug.enc) = %{tl_version} -Provides: tex(xch_6l4ixg.enc) = %{tl_version} -Provides: tex(xch_6zxmh3.enc) = %{tl_version} -Provides: tex(xch_7cmdv6.enc) = %{tl_version} -Provides: tex(xch_7p4e2o.enc) = %{tl_version} -Provides: tex(xch_abgjzu.enc) = %{tl_version} -Provides: tex(xch_ao7ayk.enc) = %{tl_version} -Provides: tex(xch_ay4e7o.enc) = %{tl_version} -Provides: tex(xch_bcg6lk.enc) = %{tl_version} -Provides: tex(xch_bk4eiy.enc) = %{tl_version} -Provides: tex(xch_bpv7ty.enc) = %{tl_version} -Provides: tex(xch_bxmb3o.enc) = %{tl_version} -Provides: tex(xch_ch4v2b.enc) = %{tl_version} -Provides: tex(xch_ckugtc.enc) = %{tl_version} -Provides: tex(xch_ct4qni.enc) = %{tl_version} -Provides: tex(xch_dbdfpx.enc) = %{tl_version} -Provides: tex(xch_dcwqct.enc) = %{tl_version} -Provides: tex(xch_dwd75d.enc) = %{tl_version} -Provides: tex(xch_e3nxtd.enc) = %{tl_version} -Provides: tex(xch_erwtw3.enc) = %{tl_version} -Provides: tex(xch_evj3rb.enc) = %{tl_version} -Provides: tex(xch_gb4haz.enc) = %{tl_version} -Provides: tex(xch_gvbfhh.enc) = %{tl_version} -Provides: tex(xch_h2xo5a.enc) = %{tl_version} -Provides: tex(xch_h4dyum.enc) = %{tl_version} -Provides: tex(xch_hk5uz5.enc) = %{tl_version} -Provides: tex(xch_hnm3ex.enc) = %{tl_version} -Provides: tex(xch_hrleas.enc) = %{tl_version} -Provides: tex(xch_imj3v4.enc) = %{tl_version} -Provides: tex(xch_ivnpe7.enc) = %{tl_version} -Provides: tex(xch_jg3oo5.enc) = %{tl_version} -Provides: tex(xch_kivgfk.enc) = %{tl_version} -Provides: tex(xch_kkifs2.enc) = %{tl_version} -Provides: tex(xch_l4c4ke.enc) = %{tl_version} -Provides: tex(xch_l6an6k.enc) = %{tl_version} -Provides: tex(xch_l7jokp.enc) = %{tl_version} -Provides: tex(xch_lotb2t.enc) = %{tl_version} -Provides: tex(xch_nxyw3t.enc) = %{tl_version} -Provides: tex(xch_o6avng.enc) = %{tl_version} -Provides: tex(xch_og2pus.enc) = %{tl_version} -Provides: tex(xch_oj27u4.enc) = %{tl_version} -Provides: tex(xch_opza6q.enc) = %{tl_version} -Provides: tex(xch_ouuvex.enc) = %{tl_version} -Provides: tex(xch_ph46id.enc) = %{tl_version} -Provides: tex(xch_pqp4df.enc) = %{tl_version} -Provides: tex(xch_q2nwaj.enc) = %{tl_version} -Provides: tex(xch_qdfne6.enc) = %{tl_version} -Provides: tex(xch_s3y5jv.enc) = %{tl_version} -Provides: tex(xch_sbuybh.enc) = %{tl_version} -Provides: tex(xch_tis6bf.enc) = %{tl_version} -Provides: tex(xch_ukw3hq.enc) = %{tl_version} -Provides: tex(xch_uoo6px.enc) = %{tl_version} -Provides: tex(xch_uv5z4v.enc) = %{tl_version} -Provides: tex(xch_uy5hgr.enc) = %{tl_version} -Provides: tex(xch_v6llfb.enc) = %{tl_version} -Provides: tex(xch_vtvjjk.enc) = %{tl_version} -Provides: tex(xch_vv7waw.enc) = %{tl_version} -Provides: tex(xch_wi6ykn.enc) = %{tl_version} -Provides: tex(xch_wiwj7n.enc) = %{tl_version} -Provides: tex(xch_wizqmm.enc) = %{tl_version} -Provides: tex(xch_wqeam3.enc) = %{tl_version} -Provides: tex(xch_wwsmtw.enc) = %{tl_version} -Provides: tex(xch_x25wg5.enc) = %{tl_version} -Provides: tex(xch_xmfb6b.enc) = %{tl_version} -Provides: tex(xch_xqcxen.enc) = %{tl_version} -Provides: tex(xch_ybxeq6.enc) = %{tl_version} -Provides: tex(xch_ykltyo.enc) = %{tl_version} -Provides: tex(xch_yrgi2d.enc) = %{tl_version} -Provides: tex(xch_yz7cd7.enc) = %{tl_version} -Provides: tex(xcharter-ot2.enc) = %{tl_version} - -%description xcharter -The package presents an extension of Bitstream Charter, which -provides small caps, oldstyle figures and superior figures in -all four styles, accompanied by LaTeX font support files. The -fonts themselves are provided in both Adobe Type 1 and OTF -formats, with supporting files as necessary. - -%package xcharter-doc -Summary: Documentation for xcharter -Version: svn56692 -Provides: tex-xcharter-doc -AutoReqProv: No - -%description xcharter-doc -Documentation for xcharter - -%package xits -Provides: tex-xits = %{tl_version} -License: OFL -Summary: A Scientific Times-like font with support for mathematical typesetting -Version: svn52046 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description xits -XITS is a Times-like font for scientific typesetting with -proper mathematical support for modern, Unicode and OpenType -capable TeX engines, namely LuaTeX and XeTeX. For use with -LuaLaTeX or XeLaTeX, support is available from the fontspec and -unicode-math packages. - -%package xits-doc -Summary: Documentation for xits -Version: svn52046 -Provides: tex-xits-doc -AutoReqProv: No - -%description xits-doc -Documentation for xits - -%package yfonts -Provides: tex-yfonts = %{tl_version} -License: LPPL -Summary: Support for old German fonts -Version: svn50755 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(yfonts.sty) = %{tl_version} - -%description yfonts -A LaTeX interface to the old-german fonts designed by Yannis -Haralambous: Gothic, Schwabacher, Fraktur and the baroque -initials. - -%package yfonts-doc -Summary: Documentation for yfonts -Version: svn50755 -Provides: tex-yfonts-doc -AutoReqProv: No - -%description yfonts-doc -Documentation for yfonts - -%package yfonts-t1 -Provides: tex-yfonts-t1 = %{tl_version} -# Copyright holder provided license information via email, included as %%license. -License: LPPL -Summary: Old German-style fonts, in Adobe type 1 format -Version: svn36013 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(yfrak.afm) = %{tl_version} -Provides: tex(ygoth.afm) = %{tl_version} -Provides: tex(yswab.afm) = %{tl_version} -Provides: tex(yfrak.map) = %{tl_version} -Provides: tex(yfrak.pfb) = %{tl_version} -Provides: tex(ygoth.pfb) = %{tl_version} -Provides: tex(yswab.pfb) = %{tl_version} - -%description yfonts-t1 -This package comprises type 1 versions of the Gothic, -Schwabacher and Fraktur fonts of Yannis Haralambous' set of old -German fonts. - -%package yfonts-t1-doc -Summary: Documentation for yfonts-t1 -Version: svn36013 - -Provides: tex-yfonts-t1-doc -AutoReqProv: No - -%description yfonts-t1-doc -Documentation for yfonts-t1. - -%package zlmtt -Provides: tex-zlmtt = %{tl_version} -License: LPPL 1.3 -Summary: Use Latin Modern Typewriter fonts -Version: svn51368 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(mweights.sty) -Requires: tex(xkeyval.sty) -Provides: tex(il2zlmtt.fd) = %{tl_version} -Provides: tex(il2zlmvtt.fd) = %{tl_version} -Provides: tex(l7xzlmtt.fd) = %{tl_version} -Provides: tex(l7xzlmvtt.fd) = %{tl_version} -Provides: tex(ly1zlmtt.fd) = %{tl_version} -Provides: tex(ly1zlmvtt.fd) = %{tl_version} -Provides: tex(ot1zlmtt.fd) = %{tl_version} -Provides: tex(ot1zlmvtt.fd) = %{tl_version} -Provides: tex(ot4zlmtt.fd) = %{tl_version} -Provides: tex(ot4zlmvtt.fd) = %{tl_version} -Provides: tex(qxzlmtt.fd) = %{tl_version} -Provides: tex(qxzlmvtt.fd) = %{tl_version} -Provides: tex(t1zlmtt.fd) = %{tl_version} -Provides: tex(t1zlmvtt.fd) = %{tl_version} -Provides: tex(t5zlmtt.fd) = %{tl_version} -Provides: tex(t5zlmvtt.fd) = %{tl_version} -Provides: tex(ts1zlmtt.fd) = %{tl_version} -Provides: tex(ts1zlmvtt.fd) = %{tl_version} -Provides: tex(zlmtt.sty) = %{tl_version} - -%description zlmtt -The package allows selection of Latin Modern Typewriter fonts -with scaling and access to all its features. The package -requires the mweights package. - -%package zlmtt-doc -Summary: Documentation for zlmtt -Version: svn51368 -Provides: tex-zlmtt-doc -AutoReqProv: No - -%description zlmtt-doc -Documentation for zlmtt - -%package collection-fontsrecommended -Summary: Recommended fonts -Version: svn54074 -Requires: texlive-base -Requires: texlive-collection-basic -Requires: texlive-avantgar -Requires: texlive-bookman -Requires: texlive-charter -Requires: texlive-cm-super -Requires: texlive-cmextra -Requires: texlive-courier -Requires: texlive-euro -Requires: texlive-euro-ce -Requires: texlive-eurosym -Requires: texlive-fpl -Requires: texlive-helvetic -Requires: texlive-lm -Requires: texlive-lm-math -Requires: texlive-marvosym -Requires: texlive-mathpazo -Requires: texlive-manfnt-font -Requires: texlive-mflogo-font -Requires: texlive-ncntrsbk -Requires: texlive-palatino -Requires: texlive-pxfonts -Requires: texlive-rsfs -Requires: texlive-symbol -Requires: texlive-tex-gyre -Requires: texlive-tex-gyre-math -Requires: texlive-times -Requires: texlive-tipa -Requires: texlive-txfonts -Requires: texlive-utopia -Requires: texlive-wasy -Requires: texlive-wasy-type1 -Requires: texlive-wasysym -Requires: texlive-zapfchan -Requires: texlive-zapfding -Provides: tetex-fonts = 3.1-99 -Obsoletes: tetex-fonts < 3.1-99 -Provides: texlive-texmf-fonts = %{tl_version} -Obsoletes: texlive-texmf-fonts < %{tl_version} - -%description collection-fontsrecommended -Recommended fonts, including the base 35 PostScript fonts, -Latin Modern, TeX Gyre, and T1 and other encoding support for -Computer Modern, in outline form. - -%package courier -Provides: tex-courier = %{tl_version} -License: GPL+ -Summary: URW "Base 35" font pack for LaTeX -Version: svn35058.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(ucr.map) = %{tl_version} -Provides: tex(pcrb.tfm) = %{tl_version} -Provides: tex(pcrb7t.tfm) = %{tl_version} -Provides: tex(pcrb8c.tfm) = %{tl_version} -Provides: tex(pcrb8r.tfm) = %{tl_version} -Provides: tex(pcrb8t.tfm) = %{tl_version} -Provides: tex(pcrbc.tfm) = %{tl_version} -Provides: tex(pcrbc7t.tfm) = %{tl_version} -Provides: tex(pcrbc8t.tfm) = %{tl_version} -Provides: tex(pcrbo.tfm) = %{tl_version} -Provides: tex(pcrbo7t.tfm) = %{tl_version} -Provides: tex(pcrbo8c.tfm) = %{tl_version} -Provides: tex(pcrbo8r.tfm) = %{tl_version} -Provides: tex(pcrbo8t.tfm) = %{tl_version} -Provides: tex(pcrr.tfm) = %{tl_version} -Provides: tex(pcrr7t.tfm) = %{tl_version} -Provides: tex(pcrr8c.tfm) = %{tl_version} -Provides: tex(pcrr8r.tfm) = %{tl_version} -Provides: tex(pcrr8t.tfm) = %{tl_version} -Provides: tex(pcrrc.tfm) = %{tl_version} -Provides: tex(pcrrc7t.tfm) = %{tl_version} -Provides: tex(pcrrc8t.tfm) = %{tl_version} -Provides: tex(pcrro.tfm) = %{tl_version} -Provides: tex(pcrro7t.tfm) = %{tl_version} -Provides: tex(pcrro8c.tfm) = %{tl_version} -Provides: tex(pcrro8r.tfm) = %{tl_version} -Provides: tex(pcrro8t.tfm) = %{tl_version} -Provides: tex(ucrb7t.tfm) = %{tl_version} -Provides: tex(ucrb8c.tfm) = %{tl_version} -Provides: tex(ucrb8r.tfm) = %{tl_version} -Provides: tex(ucrb8t.tfm) = %{tl_version} -Provides: tex(ucrbc7t.tfm) = %{tl_version} -Provides: tex(ucrbc8t.tfm) = %{tl_version} -Provides: tex(ucrbo7t.tfm) = %{tl_version} -Provides: tex(ucrbo8c.tfm) = %{tl_version} -Provides: tex(ucrbo8r.tfm) = %{tl_version} -Provides: tex(ucrbo8t.tfm) = %{tl_version} -Provides: tex(ucrr7t.tfm) = %{tl_version} -Provides: tex(ucrr8c.tfm) = %{tl_version} -Provides: tex(ucrr8r.tfm) = %{tl_version} -Provides: tex(ucrr8t.tfm) = %{tl_version} -Provides: tex(ucrrc7t.tfm) = %{tl_version} -Provides: tex(ucrrc8t.tfm) = %{tl_version} -Provides: tex(ucrro7t.tfm) = %{tl_version} -Provides: tex(ucrro8c.tfm) = %{tl_version} -Provides: tex(ucrro8r.tfm) = %{tl_version} -Provides: tex(ucrro8t.tfm) = %{tl_version} -Provides: tex(pcrb8a.pfb) = %{tl_version} -Provides: tex(pcrbi8a.pfb) = %{tl_version} -Provides: tex(pcrbo8a.pfb) = %{tl_version} -Provides: tex(pcri8a.pfb) = %{tl_version} -Provides: tex(pcrr8a.pfb) = %{tl_version} -Provides: tex(pcrro8a.pfb) = %{tl_version} -Provides: tex(ucrb8a.pfb) = %{tl_version} -Provides: tex(ucrbo8a.pfb) = %{tl_version} -Provides: tex(ucrr8a.pfb) = %{tl_version} -Provides: tex(ucrro8a.pfb) = %{tl_version} -Provides: tex(pcrb.vf) = %{tl_version} -Provides: tex(pcrb7t.vf) = %{tl_version} -Provides: tex(pcrb8c.vf) = %{tl_version} -Provides: tex(pcrb8t.vf) = %{tl_version} -Provides: tex(pcrbc.vf) = %{tl_version} -Provides: tex(pcrbc7t.vf) = %{tl_version} -Provides: tex(pcrbc8t.vf) = %{tl_version} -Provides: tex(pcrbo.vf) = %{tl_version} -Provides: tex(pcrbo7t.vf) = %{tl_version} -Provides: tex(pcrbo8c.vf) = %{tl_version} -Provides: tex(pcrbo8t.vf) = %{tl_version} -Provides: tex(pcrr.vf) = %{tl_version} -Provides: tex(pcrr7t.vf) = %{tl_version} -Provides: tex(pcrr8c.vf) = %{tl_version} -Provides: tex(pcrr8t.vf) = %{tl_version} -Provides: tex(pcrrc.vf) = %{tl_version} -Provides: tex(pcrrc7t.vf) = %{tl_version} -Provides: tex(pcrrc8t.vf) = %{tl_version} -Provides: tex(pcrro.vf) = %{tl_version} -Provides: tex(pcrro7t.vf) = %{tl_version} -Provides: tex(pcrro8c.vf) = %{tl_version} -Provides: tex(pcrro8t.vf) = %{tl_version} -Provides: tex(ucrb7t.vf) = %{tl_version} -Provides: tex(ucrb8c.vf) = %{tl_version} -Provides: tex(ucrb8t.vf) = %{tl_version} -Provides: tex(ucrbc7t.vf) = %{tl_version} -Provides: tex(ucrbc8t.vf) = %{tl_version} -Provides: tex(ucrbo7t.vf) = %{tl_version} -Provides: tex(ucrbo8c.vf) = %{tl_version} -Provides: tex(ucrbo8t.vf) = %{tl_version} -Provides: tex(ucrr7t.vf) = %{tl_version} -Provides: tex(ucrr8c.vf) = %{tl_version} -Provides: tex(ucrr8t.vf) = %{tl_version} -Provides: tex(ucrrc7t.vf) = %{tl_version} -Provides: tex(ucrrc8t.vf) = %{tl_version} -Provides: tex(ucrro7t.vf) = %{tl_version} -Provides: tex(ucrro8c.vf) = %{tl_version} -Provides: tex(ucrro8t.vf) = %{tl_version} -Provides: tex(8rucr.fd) = %{tl_version} -Provides: tex(omlucr.fd) = %{tl_version} -Provides: tex(omsucr.fd) = %{tl_version} -Provides: tex(ot1ucr.fd) = %{tl_version} -Provides: tex(t1ucr.fd) = %{tl_version} -Provides: tex(ts1ucr.fd) = %{tl_version} - -%description courier -A set of fonts for use as "drop-in" replacements for Adobe's -basic set, comprising: Century Schoolbook (substituting for -Adobe's New Century Schoolbook); Dingbats (substituting for -Adobe's Zapf Dingbats); Nimbus Mono L (substituting for Abobe's -Courier); Nimbus Roman No9 L (substituting for Adobe's Times); -Nimbus Sans L (substituting for Adobe's Helvetica); Standard -Symbols L (substituting for Adobe's Symbol); URW Bookman; URW -Chancery L Medium Italic (substituting for Adobe's Zapf -Chancery); URW Gothic L Book (substituting for Adobe's Avant -Garde); and URW Palladio L (substituting for Adobe's Palatino). - -%package ec -Provides: tex-ec = %{tl_version} -License: ec -Summary: Computer modern fonts in T1 and TS1 encodings -Version: svn25033.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(ecbi0500.tfm) = %{tl_version} -Provides: tex(ecbi0600.tfm) = %{tl_version} -Provides: tex(ecbi0700.tfm) = %{tl_version} -Provides: tex(ecbi0800.tfm) = %{tl_version} -Provides: tex(ecbi0900.tfm) = %{tl_version} -Provides: tex(ecbi1000.tfm) = %{tl_version} -Provides: tex(ecbi1095.tfm) = %{tl_version} -Provides: tex(ecbi1200.tfm) = %{tl_version} -Provides: tex(ecbi1440.tfm) = %{tl_version} -Provides: tex(ecbi1728.tfm) = %{tl_version} -Provides: tex(ecbi2074.tfm) = %{tl_version} -Provides: tex(ecbi2488.tfm) = %{tl_version} -Provides: tex(ecbi2986.tfm) = %{tl_version} -Provides: tex(ecbi3583.tfm) = %{tl_version} -Provides: tex(ecbl0500.tfm) = %{tl_version} -Provides: tex(ecbl0600.tfm) = %{tl_version} -Provides: tex(ecbl0700.tfm) = %{tl_version} -Provides: tex(ecbl0800.tfm) = %{tl_version} -Provides: tex(ecbl0900.tfm) = %{tl_version} -Provides: tex(ecbl1000.tfm) = %{tl_version} -Provides: tex(ecbl1095.tfm) = %{tl_version} -Provides: tex(ecbl1200.tfm) = %{tl_version} -Provides: tex(ecbl1440.tfm) = %{tl_version} -Provides: tex(ecbl1728.tfm) = %{tl_version} -Provides: tex(ecbl2074.tfm) = %{tl_version} -Provides: tex(ecbl2488.tfm) = %{tl_version} -Provides: tex(ecbl2986.tfm) = %{tl_version} -Provides: tex(ecbl3583.tfm) = %{tl_version} -Provides: tex(ecbx0500.tfm) = %{tl_version} -Provides: tex(ecbx0600.tfm) = %{tl_version} -Provides: tex(ecbx0700.tfm) = %{tl_version} -Provides: tex(ecbx0800.tfm) = %{tl_version} -Provides: tex(ecbx0900.tfm) = %{tl_version} -Provides: tex(ecbx1000.tfm) = %{tl_version} -Provides: tex(ecbx1095.tfm) = %{tl_version} -Provides: tex(ecbx1200.tfm) = %{tl_version} -Provides: tex(ecbx1440.tfm) = %{tl_version} -Provides: tex(ecbx1728.tfm) = %{tl_version} -Provides: tex(ecbx2074.tfm) = %{tl_version} -Provides: tex(ecbx2488.tfm) = %{tl_version} -Provides: tex(ecbx2986.tfm) = %{tl_version} -Provides: tex(ecbx3583.tfm) = %{tl_version} -Provides: tex(eccc0500.tfm) = %{tl_version} -Provides: tex(eccc0600.tfm) = %{tl_version} -Provides: tex(eccc0700.tfm) = %{tl_version} -Provides: tex(eccc0800.tfm) = %{tl_version} -Provides: tex(eccc0900.tfm) = %{tl_version} -Provides: tex(eccc1000.tfm) = %{tl_version} -Provides: tex(eccc1095.tfm) = %{tl_version} -Provides: tex(eccc1200.tfm) = %{tl_version} -Provides: tex(eccc1440.tfm) = %{tl_version} -Provides: tex(eccc1728.tfm) = %{tl_version} -Provides: tex(eccc2074.tfm) = %{tl_version} -Provides: tex(eccc2488.tfm) = %{tl_version} -Provides: tex(eccc2986.tfm) = %{tl_version} -Provides: tex(eccc3583.tfm) = %{tl_version} -Provides: tex(ecci0500.tfm) = %{tl_version} -Provides: tex(ecci0600.tfm) = %{tl_version} -Provides: tex(ecci0700.tfm) = %{tl_version} -Provides: tex(ecci0800.tfm) = %{tl_version} -Provides: tex(ecci0900.tfm) = %{tl_version} -Provides: tex(ecci1000.tfm) = %{tl_version} -Provides: tex(ecci1095.tfm) = %{tl_version} -Provides: tex(ecci1200.tfm) = %{tl_version} -Provides: tex(ecci1440.tfm) = %{tl_version} -Provides: tex(ecci1728.tfm) = %{tl_version} -Provides: tex(ecci2074.tfm) = %{tl_version} -Provides: tex(ecci2488.tfm) = %{tl_version} -Provides: tex(ecci2986.tfm) = %{tl_version} -Provides: tex(ecci3583.tfm) = %{tl_version} -Provides: tex(ecdh0500.tfm) = %{tl_version} -Provides: tex(ecdh0600.tfm) = %{tl_version} -Provides: tex(ecdh0700.tfm) = %{tl_version} -Provides: tex(ecdh0800.tfm) = %{tl_version} -Provides: tex(ecdh0900.tfm) = %{tl_version} -Provides: tex(ecdh1000.tfm) = %{tl_version} -Provides: tex(ecdh1095.tfm) = %{tl_version} -Provides: tex(ecdh1200.tfm) = %{tl_version} -Provides: tex(ecdh1440.tfm) = %{tl_version} -Provides: tex(ecdh1728.tfm) = %{tl_version} -Provides: tex(ecdh2074.tfm) = %{tl_version} -Provides: tex(ecdh2488.tfm) = %{tl_version} -Provides: tex(ecdh2986.tfm) = %{tl_version} -Provides: tex(ecdh3583.tfm) = %{tl_version} -Provides: tex(ecit0800.tfm) = %{tl_version} -Provides: tex(ecit0900.tfm) = %{tl_version} -Provides: tex(ecit1000.tfm) = %{tl_version} -Provides: tex(ecit1095.tfm) = %{tl_version} -Provides: tex(ecit1200.tfm) = %{tl_version} -Provides: tex(ecit1440.tfm) = %{tl_version} -Provides: tex(ecit1728.tfm) = %{tl_version} -Provides: tex(ecit2074.tfm) = %{tl_version} -Provides: tex(ecit2488.tfm) = %{tl_version} -Provides: tex(ecit2986.tfm) = %{tl_version} -Provides: tex(ecit3583.tfm) = %{tl_version} -Provides: tex(eclb8.tfm) = %{tl_version} -Provides: tex(ecli8.tfm) = %{tl_version} -Provides: tex(eclo8.tfm) = %{tl_version} -Provides: tex(eclq8.tfm) = %{tl_version} -Provides: tex(ecltt8.tfm) = %{tl_version} -Provides: tex(ecoc0500.tfm) = %{tl_version} -Provides: tex(ecoc0600.tfm) = %{tl_version} -Provides: tex(ecoc0700.tfm) = %{tl_version} -Provides: tex(ecoc0800.tfm) = %{tl_version} -Provides: tex(ecoc0900.tfm) = %{tl_version} -Provides: tex(ecoc1000.tfm) = %{tl_version} -Provides: tex(ecoc1095.tfm) = %{tl_version} -Provides: tex(ecoc1200.tfm) = %{tl_version} -Provides: tex(ecoc1440.tfm) = %{tl_version} -Provides: tex(ecoc1728.tfm) = %{tl_version} -Provides: tex(ecoc2074.tfm) = %{tl_version} -Provides: tex(ecoc2488.tfm) = %{tl_version} -Provides: tex(ecoc2986.tfm) = %{tl_version} -Provides: tex(ecoc3583.tfm) = %{tl_version} -Provides: tex(ecrb0500.tfm) = %{tl_version} -Provides: tex(ecrb0600.tfm) = %{tl_version} -Provides: tex(ecrb0700.tfm) = %{tl_version} -Provides: tex(ecrb0800.tfm) = %{tl_version} -Provides: tex(ecrb0900.tfm) = %{tl_version} -Provides: tex(ecrb1000.tfm) = %{tl_version} -Provides: tex(ecrb1095.tfm) = %{tl_version} -Provides: tex(ecrb1200.tfm) = %{tl_version} -Provides: tex(ecrb1440.tfm) = %{tl_version} -Provides: tex(ecrb1728.tfm) = %{tl_version} -Provides: tex(ecrb2074.tfm) = %{tl_version} -Provides: tex(ecrb2488.tfm) = %{tl_version} -Provides: tex(ecrb2986.tfm) = %{tl_version} -Provides: tex(ecrb3583.tfm) = %{tl_version} -Provides: tex(ecrm0500.tfm) = %{tl_version} -Provides: tex(ecrm0600.tfm) = %{tl_version} -Provides: tex(ecrm0700.tfm) = %{tl_version} -Provides: tex(ecrm0800.tfm) = %{tl_version} -Provides: tex(ecrm0900.tfm) = %{tl_version} -Provides: tex(ecrm1000.tfm) = %{tl_version} -Provides: tex(ecrm1095.tfm) = %{tl_version} -Provides: tex(ecrm1200.tfm) = %{tl_version} -Provides: tex(ecrm1440.tfm) = %{tl_version} -Provides: tex(ecrm1728.tfm) = %{tl_version} -Provides: tex(ecrm2074.tfm) = %{tl_version} -Provides: tex(ecrm2488.tfm) = %{tl_version} -Provides: tex(ecrm2986.tfm) = %{tl_version} -Provides: tex(ecrm3583.tfm) = %{tl_version} -Provides: tex(ecsc0500.tfm) = %{tl_version} -Provides: tex(ecsc0600.tfm) = %{tl_version} -Provides: tex(ecsc0700.tfm) = %{tl_version} -Provides: tex(ecsc0800.tfm) = %{tl_version} -Provides: tex(ecsc0900.tfm) = %{tl_version} -Provides: tex(ecsc1000.tfm) = %{tl_version} -Provides: tex(ecsc1095.tfm) = %{tl_version} -Provides: tex(ecsc1200.tfm) = %{tl_version} -Provides: tex(ecsc1440.tfm) = %{tl_version} -Provides: tex(ecsc1728.tfm) = %{tl_version} -Provides: tex(ecsc2074.tfm) = %{tl_version} -Provides: tex(ecsc2488.tfm) = %{tl_version} -Provides: tex(ecsc2986.tfm) = %{tl_version} -Provides: tex(ecsc3583.tfm) = %{tl_version} -Provides: tex(ecsi0500.tfm) = %{tl_version} -Provides: tex(ecsi0600.tfm) = %{tl_version} -Provides: tex(ecsi0700.tfm) = %{tl_version} -Provides: tex(ecsi0800.tfm) = %{tl_version} -Provides: tex(ecsi0900.tfm) = %{tl_version} -Provides: tex(ecsi1000.tfm) = %{tl_version} -Provides: tex(ecsi1095.tfm) = %{tl_version} -Provides: tex(ecsi1200.tfm) = %{tl_version} -Provides: tex(ecsi1440.tfm) = %{tl_version} -Provides: tex(ecsi1728.tfm) = %{tl_version} -Provides: tex(ecsi2074.tfm) = %{tl_version} -Provides: tex(ecsi2488.tfm) = %{tl_version} -Provides: tex(ecsi2986.tfm) = %{tl_version} -Provides: tex(ecsi3583.tfm) = %{tl_version} -Provides: tex(ecsl0500.tfm) = %{tl_version} -Provides: tex(ecsl0600.tfm) = %{tl_version} -Provides: tex(ecsl0700.tfm) = %{tl_version} -Provides: tex(ecsl0800.tfm) = %{tl_version} -Provides: tex(ecsl0900.tfm) = %{tl_version} -Provides: tex(ecsl1000.tfm) = %{tl_version} -Provides: tex(ecsl1095.tfm) = %{tl_version} -Provides: tex(ecsl1200.tfm) = %{tl_version} -Provides: tex(ecsl1440.tfm) = %{tl_version} -Provides: tex(ecsl1728.tfm) = %{tl_version} -Provides: tex(ecsl2074.tfm) = %{tl_version} -Provides: tex(ecsl2488.tfm) = %{tl_version} -Provides: tex(ecsl2986.tfm) = %{tl_version} -Provides: tex(ecsl3583.tfm) = %{tl_version} -Provides: tex(ecso0500.tfm) = %{tl_version} -Provides: tex(ecso0600.tfm) = %{tl_version} -Provides: tex(ecso0700.tfm) = %{tl_version} -Provides: tex(ecso0800.tfm) = %{tl_version} -Provides: tex(ecso0900.tfm) = %{tl_version} -Provides: tex(ecso1000.tfm) = %{tl_version} -Provides: tex(ecso1095.tfm) = %{tl_version} -Provides: tex(ecso1200.tfm) = %{tl_version} -Provides: tex(ecso1440.tfm) = %{tl_version} -Provides: tex(ecso1728.tfm) = %{tl_version} -Provides: tex(ecso2074.tfm) = %{tl_version} -Provides: tex(ecso2488.tfm) = %{tl_version} -Provides: tex(ecso2986.tfm) = %{tl_version} -Provides: tex(ecso3583.tfm) = %{tl_version} -Provides: tex(ecss0500.tfm) = %{tl_version} -Provides: tex(ecss0600.tfm) = %{tl_version} -Provides: tex(ecss0700.tfm) = %{tl_version} -Provides: tex(ecss0800.tfm) = %{tl_version} -Provides: tex(ecss0900.tfm) = %{tl_version} -Provides: tex(ecss1000.tfm) = %{tl_version} -Provides: tex(ecss1095.tfm) = %{tl_version} -Provides: tex(ecss1200.tfm) = %{tl_version} -Provides: tex(ecss1440.tfm) = %{tl_version} -Provides: tex(ecss1728.tfm) = %{tl_version} -Provides: tex(ecss2074.tfm) = %{tl_version} -Provides: tex(ecss2488.tfm) = %{tl_version} -Provides: tex(ecss2986.tfm) = %{tl_version} -Provides: tex(ecss3583.tfm) = %{tl_version} -Provides: tex(ecst0800.tfm) = %{tl_version} -Provides: tex(ecst0900.tfm) = %{tl_version} -Provides: tex(ecst1000.tfm) = %{tl_version} -Provides: tex(ecst1095.tfm) = %{tl_version} -Provides: tex(ecst1200.tfm) = %{tl_version} -Provides: tex(ecst1440.tfm) = %{tl_version} -Provides: tex(ecst1728.tfm) = %{tl_version} -Provides: tex(ecst2074.tfm) = %{tl_version} -Provides: tex(ecst2488.tfm) = %{tl_version} -Provides: tex(ecst2986.tfm) = %{tl_version} -Provides: tex(ecst3583.tfm) = %{tl_version} -Provides: tex(ecsx0500.tfm) = %{tl_version} -Provides: tex(ecsx0600.tfm) = %{tl_version} -Provides: tex(ecsx0700.tfm) = %{tl_version} -Provides: tex(ecsx0800.tfm) = %{tl_version} -Provides: tex(ecsx0900.tfm) = %{tl_version} -Provides: tex(ecsx1000.tfm) = %{tl_version} -Provides: tex(ecsx1095.tfm) = %{tl_version} -Provides: tex(ecsx1200.tfm) = %{tl_version} -Provides: tex(ecsx1440.tfm) = %{tl_version} -Provides: tex(ecsx1728.tfm) = %{tl_version} -Provides: tex(ecsx2074.tfm) = %{tl_version} -Provides: tex(ecsx2488.tfm) = %{tl_version} -Provides: tex(ecsx2986.tfm) = %{tl_version} -Provides: tex(ecsx3583.tfm) = %{tl_version} -Provides: tex(ectc0800.tfm) = %{tl_version} -Provides: tex(ectc0900.tfm) = %{tl_version} -Provides: tex(ectc1000.tfm) = %{tl_version} -Provides: tex(ectc1095.tfm) = %{tl_version} -Provides: tex(ectc1200.tfm) = %{tl_version} -Provides: tex(ectc1440.tfm) = %{tl_version} -Provides: tex(ectc1728.tfm) = %{tl_version} -Provides: tex(ectc2074.tfm) = %{tl_version} -Provides: tex(ectc2488.tfm) = %{tl_version} -Provides: tex(ectc2986.tfm) = %{tl_version} -Provides: tex(ectc3583.tfm) = %{tl_version} -Provides: tex(ecti0500.tfm) = %{tl_version} -Provides: tex(ecti0600.tfm) = %{tl_version} -Provides: tex(ecti0700.tfm) = %{tl_version} -Provides: tex(ecti0800.tfm) = %{tl_version} -Provides: tex(ecti0900.tfm) = %{tl_version} -Provides: tex(ecti1000.tfm) = %{tl_version} -Provides: tex(ecti1095.tfm) = %{tl_version} -Provides: tex(ecti1200.tfm) = %{tl_version} -Provides: tex(ecti1440.tfm) = %{tl_version} -Provides: tex(ecti1728.tfm) = %{tl_version} -Provides: tex(ecti2074.tfm) = %{tl_version} -Provides: tex(ecti2488.tfm) = %{tl_version} -Provides: tex(ecti2986.tfm) = %{tl_version} -Provides: tex(ecti3583.tfm) = %{tl_version} -Provides: tex(ectt0800.tfm) = %{tl_version} -Provides: tex(ectt0900.tfm) = %{tl_version} -Provides: tex(ectt1000.tfm) = %{tl_version} -Provides: tex(ectt1095.tfm) = %{tl_version} -Provides: tex(ectt1200.tfm) = %{tl_version} -Provides: tex(ectt1440.tfm) = %{tl_version} -Provides: tex(ectt1728.tfm) = %{tl_version} -Provides: tex(ectt2074.tfm) = %{tl_version} -Provides: tex(ectt2488.tfm) = %{tl_version} -Provides: tex(ectt2986.tfm) = %{tl_version} -Provides: tex(ectt3583.tfm) = %{tl_version} -Provides: tex(ecui0500.tfm) = %{tl_version} -Provides: tex(ecui0600.tfm) = %{tl_version} -Provides: tex(ecui0700.tfm) = %{tl_version} -Provides: tex(ecui0800.tfm) = %{tl_version} -Provides: tex(ecui0900.tfm) = %{tl_version} -Provides: tex(ecui1000.tfm) = %{tl_version} -Provides: tex(ecui1095.tfm) = %{tl_version} -Provides: tex(ecui1200.tfm) = %{tl_version} -Provides: tex(ecui1440.tfm) = %{tl_version} -Provides: tex(ecui1728.tfm) = %{tl_version} -Provides: tex(ecui2074.tfm) = %{tl_version} -Provides: tex(ecui2488.tfm) = %{tl_version} -Provides: tex(ecui2986.tfm) = %{tl_version} -Provides: tex(ecui3583.tfm) = %{tl_version} -Provides: tex(ecvi0800.tfm) = %{tl_version} -Provides: tex(ecvi0900.tfm) = %{tl_version} -Provides: tex(ecvi1000.tfm) = %{tl_version} -Provides: tex(ecvi1095.tfm) = %{tl_version} -Provides: tex(ecvi1200.tfm) = %{tl_version} -Provides: tex(ecvi1440.tfm) = %{tl_version} -Provides: tex(ecvi1728.tfm) = %{tl_version} -Provides: tex(ecvi2074.tfm) = %{tl_version} -Provides: tex(ecvi2488.tfm) = %{tl_version} -Provides: tex(ecvi2986.tfm) = %{tl_version} -Provides: tex(ecvi3583.tfm) = %{tl_version} -Provides: tex(ecvt0800.tfm) = %{tl_version} -Provides: tex(ecvt0900.tfm) = %{tl_version} -Provides: tex(ecvt1000.tfm) = %{tl_version} -Provides: tex(ecvt1095.tfm) = %{tl_version} -Provides: tex(ecvt1200.tfm) = %{tl_version} -Provides: tex(ecvt1440.tfm) = %{tl_version} -Provides: tex(ecvt1728.tfm) = %{tl_version} -Provides: tex(ecvt2074.tfm) = %{tl_version} -Provides: tex(ecvt2488.tfm) = %{tl_version} -Provides: tex(ecvt2986.tfm) = %{tl_version} -Provides: tex(ecvt3583.tfm) = %{tl_version} -Provides: tex(ecxc0500.tfm) = %{tl_version} -Provides: tex(ecxc0600.tfm) = %{tl_version} -Provides: tex(ecxc0700.tfm) = %{tl_version} -Provides: tex(ecxc0800.tfm) = %{tl_version} -Provides: tex(ecxc0900.tfm) = %{tl_version} -Provides: tex(ecxc1000.tfm) = %{tl_version} -Provides: tex(ecxc1095.tfm) = %{tl_version} -Provides: tex(ecxc1200.tfm) = %{tl_version} -Provides: tex(ecxc1440.tfm) = %{tl_version} -Provides: tex(ecxc1728.tfm) = %{tl_version} -Provides: tex(ecxc2074.tfm) = %{tl_version} -Provides: tex(ecxc2488.tfm) = %{tl_version} -Provides: tex(ecxc2986.tfm) = %{tl_version} -Provides: tex(ecxc3583.tfm) = %{tl_version} -Provides: tex(ieclb8.tfm) = %{tl_version} -Provides: tex(iecli8.tfm) = %{tl_version} -Provides: tex(ieclo8.tfm) = %{tl_version} -Provides: tex(ieclq8.tfm) = %{tl_version} -Provides: tex(iecltt8.tfm) = %{tl_version} -Provides: tex(tcbi0500.tfm) = %{tl_version} -Provides: tex(tcbi0600.tfm) = %{tl_version} -Provides: tex(tcbi0700.tfm) = %{tl_version} -Provides: tex(tcbi0800.tfm) = %{tl_version} -Provides: tex(tcbi0900.tfm) = %{tl_version} -Provides: tex(tcbi1000.tfm) = %{tl_version} -Provides: tex(tcbi1095.tfm) = %{tl_version} -Provides: tex(tcbi1200.tfm) = %{tl_version} -Provides: tex(tcbi1440.tfm) = %{tl_version} -Provides: tex(tcbi1728.tfm) = %{tl_version} -Provides: tex(tcbi2074.tfm) = %{tl_version} -Provides: tex(tcbi2488.tfm) = %{tl_version} -Provides: tex(tcbi2986.tfm) = %{tl_version} -Provides: tex(tcbi3583.tfm) = %{tl_version} -Provides: tex(tcbl0500.tfm) = %{tl_version} -Provides: tex(tcbl0600.tfm) = %{tl_version} -Provides: tex(tcbl0700.tfm) = %{tl_version} -Provides: tex(tcbl0800.tfm) = %{tl_version} -Provides: tex(tcbl0900.tfm) = %{tl_version} -Provides: tex(tcbl1000.tfm) = %{tl_version} -Provides: tex(tcbl1095.tfm) = %{tl_version} -Provides: tex(tcbl1200.tfm) = %{tl_version} -Provides: tex(tcbl1440.tfm) = %{tl_version} -Provides: tex(tcbl1728.tfm) = %{tl_version} -Provides: tex(tcbl2074.tfm) = %{tl_version} -Provides: tex(tcbl2488.tfm) = %{tl_version} -Provides: tex(tcbl2986.tfm) = %{tl_version} -Provides: tex(tcbl3583.tfm) = %{tl_version} -Provides: tex(tcbx0500.tfm) = %{tl_version} -Provides: tex(tcbx0600.tfm) = %{tl_version} -Provides: tex(tcbx0700.tfm) = %{tl_version} -Provides: tex(tcbx0800.tfm) = %{tl_version} -Provides: tex(tcbx0900.tfm) = %{tl_version} -Provides: tex(tcbx1000.tfm) = %{tl_version} -Provides: tex(tcbx1095.tfm) = %{tl_version} -Provides: tex(tcbx1200.tfm) = %{tl_version} -Provides: tex(tcbx1440.tfm) = %{tl_version} -Provides: tex(tcbx1728.tfm) = %{tl_version} -Provides: tex(tcbx2074.tfm) = %{tl_version} -Provides: tex(tcbx2488.tfm) = %{tl_version} -Provides: tex(tcbx2986.tfm) = %{tl_version} -Provides: tex(tcbx3583.tfm) = %{tl_version} -Provides: tex(tcci0500.tfm) = %{tl_version} -Provides: tex(tcci0600.tfm) = %{tl_version} -Provides: tex(tcci0700.tfm) = %{tl_version} -Provides: tex(tcci0800.tfm) = %{tl_version} -Provides: tex(tcci0900.tfm) = %{tl_version} -Provides: tex(tcci1000.tfm) = %{tl_version} -Provides: tex(tcci1095.tfm) = %{tl_version} -Provides: tex(tcci1200.tfm) = %{tl_version} -Provides: tex(tcci1440.tfm) = %{tl_version} -Provides: tex(tcci1728.tfm) = %{tl_version} -Provides: tex(tcci2074.tfm) = %{tl_version} -Provides: tex(tcci2488.tfm) = %{tl_version} -Provides: tex(tcci2986.tfm) = %{tl_version} -Provides: tex(tcci3583.tfm) = %{tl_version} -Provides: tex(tcit0800.tfm) = %{tl_version} -Provides: tex(tcit0900.tfm) = %{tl_version} -Provides: tex(tcit1000.tfm) = %{tl_version} -Provides: tex(tcit1095.tfm) = %{tl_version} -Provides: tex(tcit1200.tfm) = %{tl_version} -Provides: tex(tcit1440.tfm) = %{tl_version} -Provides: tex(tcit1728.tfm) = %{tl_version} -Provides: tex(tcit2074.tfm) = %{tl_version} -Provides: tex(tcit2488.tfm) = %{tl_version} -Provides: tex(tcit2986.tfm) = %{tl_version} -Provides: tex(tcit3583.tfm) = %{tl_version} -Provides: tex(tcrb0500.tfm) = %{tl_version} -Provides: tex(tcrb0600.tfm) = %{tl_version} -Provides: tex(tcrb0700.tfm) = %{tl_version} -Provides: tex(tcrb0800.tfm) = %{tl_version} -Provides: tex(tcrb0900.tfm) = %{tl_version} -Provides: tex(tcrb1000.tfm) = %{tl_version} -Provides: tex(tcrb1095.tfm) = %{tl_version} -Provides: tex(tcrb1200.tfm) = %{tl_version} -Provides: tex(tcrb1440.tfm) = %{tl_version} -Provides: tex(tcrb1728.tfm) = %{tl_version} -Provides: tex(tcrb2074.tfm) = %{tl_version} -Provides: tex(tcrb2488.tfm) = %{tl_version} -Provides: tex(tcrb2986.tfm) = %{tl_version} -Provides: tex(tcrb3583.tfm) = %{tl_version} -Provides: tex(tcrm0500.tfm) = %{tl_version} -Provides: tex(tcrm0600.tfm) = %{tl_version} -Provides: tex(tcrm0700.tfm) = %{tl_version} -Provides: tex(tcrm0800.tfm) = %{tl_version} -Provides: tex(tcrm0900.tfm) = %{tl_version} -Provides: tex(tcrm1000.tfm) = %{tl_version} -Provides: tex(tcrm1095.tfm) = %{tl_version} -Provides: tex(tcrm1200.tfm) = %{tl_version} -Provides: tex(tcrm1440.tfm) = %{tl_version} -Provides: tex(tcrm1728.tfm) = %{tl_version} -Provides: tex(tcrm2074.tfm) = %{tl_version} -Provides: tex(tcrm2488.tfm) = %{tl_version} -Provides: tex(tcrm2986.tfm) = %{tl_version} -Provides: tex(tcrm3583.tfm) = %{tl_version} -Provides: tex(tcsi0500.tfm) = %{tl_version} -Provides: tex(tcsi0600.tfm) = %{tl_version} -Provides: tex(tcsi0700.tfm) = %{tl_version} -Provides: tex(tcsi0800.tfm) = %{tl_version} -Provides: tex(tcsi0900.tfm) = %{tl_version} -Provides: tex(tcsi1000.tfm) = %{tl_version} -Provides: tex(tcsi1095.tfm) = %{tl_version} -Provides: tex(tcsi1200.tfm) = %{tl_version} -Provides: tex(tcsi1440.tfm) = %{tl_version} -Provides: tex(tcsi1728.tfm) = %{tl_version} -Provides: tex(tcsi2074.tfm) = %{tl_version} -Provides: tex(tcsi2488.tfm) = %{tl_version} -Provides: tex(tcsi2986.tfm) = %{tl_version} -Provides: tex(tcsi3583.tfm) = %{tl_version} -Provides: tex(tcsl0500.tfm) = %{tl_version} -Provides: tex(tcsl0600.tfm) = %{tl_version} -Provides: tex(tcsl0700.tfm) = %{tl_version} -Provides: tex(tcsl0800.tfm) = %{tl_version} -Provides: tex(tcsl0900.tfm) = %{tl_version} -Provides: tex(tcsl1000.tfm) = %{tl_version} -Provides: tex(tcsl1095.tfm) = %{tl_version} -Provides: tex(tcsl1200.tfm) = %{tl_version} -Provides: tex(tcsl1440.tfm) = %{tl_version} -Provides: tex(tcsl1728.tfm) = %{tl_version} -Provides: tex(tcsl2074.tfm) = %{tl_version} -Provides: tex(tcsl2488.tfm) = %{tl_version} -Provides: tex(tcsl2986.tfm) = %{tl_version} -Provides: tex(tcsl3583.tfm) = %{tl_version} -Provides: tex(tcso0500.tfm) = %{tl_version} -Provides: tex(tcso0600.tfm) = %{tl_version} -Provides: tex(tcso0700.tfm) = %{tl_version} -Provides: tex(tcso0800.tfm) = %{tl_version} -Provides: tex(tcso0900.tfm) = %{tl_version} -Provides: tex(tcso1000.tfm) = %{tl_version} -Provides: tex(tcso1095.tfm) = %{tl_version} -Provides: tex(tcso1200.tfm) = %{tl_version} -Provides: tex(tcso1440.tfm) = %{tl_version} -Provides: tex(tcso1728.tfm) = %{tl_version} -Provides: tex(tcso2074.tfm) = %{tl_version} -Provides: tex(tcso2488.tfm) = %{tl_version} -Provides: tex(tcso2986.tfm) = %{tl_version} -Provides: tex(tcso3583.tfm) = %{tl_version} -Provides: tex(tcss0500.tfm) = %{tl_version} -Provides: tex(tcss0600.tfm) = %{tl_version} -Provides: tex(tcss0700.tfm) = %{tl_version} -Provides: tex(tcss0800.tfm) = %{tl_version} -Provides: tex(tcss0900.tfm) = %{tl_version} -Provides: tex(tcss1000.tfm) = %{tl_version} -Provides: tex(tcss1095.tfm) = %{tl_version} -Provides: tex(tcss1200.tfm) = %{tl_version} -Provides: tex(tcss1440.tfm) = %{tl_version} -Provides: tex(tcss1728.tfm) = %{tl_version} -Provides: tex(tcss2074.tfm) = %{tl_version} -Provides: tex(tcss2488.tfm) = %{tl_version} -Provides: tex(tcss2986.tfm) = %{tl_version} -Provides: tex(tcss3583.tfm) = %{tl_version} -Provides: tex(tcst0800.tfm) = %{tl_version} -Provides: tex(tcst0900.tfm) = %{tl_version} -Provides: tex(tcst1000.tfm) = %{tl_version} -Provides: tex(tcst1095.tfm) = %{tl_version} -Provides: tex(tcst1200.tfm) = %{tl_version} -Provides: tex(tcst1440.tfm) = %{tl_version} -Provides: tex(tcst1728.tfm) = %{tl_version} -Provides: tex(tcst2074.tfm) = %{tl_version} -Provides: tex(tcst2488.tfm) = %{tl_version} -Provides: tex(tcst2986.tfm) = %{tl_version} -Provides: tex(tcst3583.tfm) = %{tl_version} -Provides: tex(tcsx0500.tfm) = %{tl_version} -Provides: tex(tcsx0600.tfm) = %{tl_version} -Provides: tex(tcsx0700.tfm) = %{tl_version} -Provides: tex(tcsx0800.tfm) = %{tl_version} -Provides: tex(tcsx0900.tfm) = %{tl_version} -Provides: tex(tcsx1000.tfm) = %{tl_version} -Provides: tex(tcsx1095.tfm) = %{tl_version} -Provides: tex(tcsx1200.tfm) = %{tl_version} -Provides: tex(tcsx1440.tfm) = %{tl_version} -Provides: tex(tcsx1728.tfm) = %{tl_version} -Provides: tex(tcsx2074.tfm) = %{tl_version} -Provides: tex(tcsx2488.tfm) = %{tl_version} -Provides: tex(tcsx2986.tfm) = %{tl_version} -Provides: tex(tcsx3583.tfm) = %{tl_version} -Provides: tex(tcti0500.tfm) = %{tl_version} -Provides: tex(tcti0600.tfm) = %{tl_version} -Provides: tex(tcti0700.tfm) = %{tl_version} -Provides: tex(tcti0800.tfm) = %{tl_version} -Provides: tex(tcti0900.tfm) = %{tl_version} -Provides: tex(tcti1000.tfm) = %{tl_version} -Provides: tex(tcti1095.tfm) = %{tl_version} -Provides: tex(tcti1200.tfm) = %{tl_version} -Provides: tex(tcti1440.tfm) = %{tl_version} -Provides: tex(tcti1728.tfm) = %{tl_version} -Provides: tex(tcti2074.tfm) = %{tl_version} -Provides: tex(tcti2488.tfm) = %{tl_version} -Provides: tex(tcti2986.tfm) = %{tl_version} -Provides: tex(tcti3583.tfm) = %{tl_version} -Provides: tex(tctt0800.tfm) = %{tl_version} -Provides: tex(tctt0900.tfm) = %{tl_version} -Provides: tex(tctt1000.tfm) = %{tl_version} -Provides: tex(tctt1095.tfm) = %{tl_version} -Provides: tex(tctt1200.tfm) = %{tl_version} -Provides: tex(tctt1440.tfm) = %{tl_version} -Provides: tex(tctt1728.tfm) = %{tl_version} -Provides: tex(tctt2074.tfm) = %{tl_version} -Provides: tex(tctt2488.tfm) = %{tl_version} -Provides: tex(tctt2986.tfm) = %{tl_version} -Provides: tex(tctt3583.tfm) = %{tl_version} -Provides: tex(tcui0500.tfm) = %{tl_version} -Provides: tex(tcui0600.tfm) = %{tl_version} -Provides: tex(tcui0700.tfm) = %{tl_version} -Provides: tex(tcui0800.tfm) = %{tl_version} -Provides: tex(tcui0900.tfm) = %{tl_version} -Provides: tex(tcui1000.tfm) = %{tl_version} -Provides: tex(tcui1095.tfm) = %{tl_version} -Provides: tex(tcui1200.tfm) = %{tl_version} -Provides: tex(tcui1440.tfm) = %{tl_version} -Provides: tex(tcui1728.tfm) = %{tl_version} -Provides: tex(tcui2074.tfm) = %{tl_version} -Provides: tex(tcui2488.tfm) = %{tl_version} -Provides: tex(tcui2986.tfm) = %{tl_version} -Provides: tex(tcui3583.tfm) = %{tl_version} -Provides: tex(tcvi0800.tfm) = %{tl_version} -Provides: tex(tcvi0900.tfm) = %{tl_version} -Provides: tex(tcvi1000.tfm) = %{tl_version} -Provides: tex(tcvi1095.tfm) = %{tl_version} -Provides: tex(tcvi1200.tfm) = %{tl_version} -Provides: tex(tcvi1440.tfm) = %{tl_version} -Provides: tex(tcvi1728.tfm) = %{tl_version} -Provides: tex(tcvi2074.tfm) = %{tl_version} -Provides: tex(tcvi2488.tfm) = %{tl_version} -Provides: tex(tcvi2986.tfm) = %{tl_version} -Provides: tex(tcvi3583.tfm) = %{tl_version} -Provides: tex(tcvt0800.tfm) = %{tl_version} -Provides: tex(tcvt0900.tfm) = %{tl_version} -Provides: tex(tcvt1000.tfm) = %{tl_version} -Provides: tex(tcvt1095.tfm) = %{tl_version} -Provides: tex(tcvt1200.tfm) = %{tl_version} -Provides: tex(tcvt1440.tfm) = %{tl_version} -Provides: tex(tcvt1728.tfm) = %{tl_version} -Provides: tex(tcvt2074.tfm) = %{tl_version} -Provides: tex(tcvt2488.tfm) = %{tl_version} -Provides: tex(tcvt2986.tfm) = %{tl_version} -Provides: tex(tcvt3583.tfm) = %{tl_version} - -%description ec -The EC fonts are European Computer Modern Fonts, supporting the -complete LaTeX T1 encoding defined at the 1990 TUG conference -hold at Cork/Ireland. These fonts are intended to be stable -with no changes being made to the tfm files. The set also -contains a Text Companion Symbol font, called tc, featuring -many useful characters needed in text typesetting, for example -oldstyle digits, currency symbols (including the newly created -Euro symbol), the permille sign, copyright, trade mark and -servicemark as well as a copyleft sign, and many others. Recent -releases of LaTeX2e support the EC fonts. The EC fonts -supersede the preliminary version released as the DC fonts. The -fonts are available in (traced) Adobe Type 1 format, as part of -the cm-super bundle. The other Computer Modern-style T1-encoded -Type 1 set, Latin Modern, is not actually a direct development -of the EC set, and differs from the EC in a number of -particulars. - -%package ec-doc -Summary: Documentation for ec -Version: svn25033.1.0 - -Provides: tex-ec-doc -AutoReqProv: No - -%description ec-doc -Documentation for ec - -%package euro -Provides: tex-euro = %{tl_version} -License: LPPL -Summary: Provide Euro values for national currency amounts -Version: svn22191.1.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(fp-basic.sty) -Requires: tex(fp-snap.sty) -Provides: tex(euro.sty) = %{tl_version} - -%description euro -Converts arbitrary national currency amounts using the Euro as -base unit, and typesets monetary amounts in almost any desired -way. Write, e.g., \ATS{17.6} to get something like '17,60 oS -(1,28 Euro)' automatically. Conversion rates for the initial -Euro-zone countries are already built-in. Further rates can be -added easily. The package uses the fp package to do its sums. - -%package euro-doc -Summary: Documentation for euro -Version: svn22191.1.1 - -Provides: tex-euro-doc -AutoReqProv: No - -%description euro-doc -Documentation for euro - -%package eurosym -Provides: tex-eurosym = %{tl_version} -License: Eurosym -Summary: Metafont and macros for Euro sign -Version: svn17265.1.4_subrfix -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(eurosym.map) = %{tl_version} -Provides: tex(feybl10.tfm) = %{tl_version} -Provides: tex(feybo10.tfm) = %{tl_version} -Provides: tex(feybr10.tfm) = %{tl_version} -Provides: tex(feyml10.tfm) = %{tl_version} -Provides: tex(feymo10.tfm) = %{tl_version} -Provides: tex(feymr10.tfm) = %{tl_version} -Provides: tex(feybl10.pfb) = %{tl_version} -Provides: tex(feybo10.pfb) = %{tl_version} -Provides: tex(feybr10.pfb) = %{tl_version} -Provides: tex(feyml10.pfb) = %{tl_version} -Provides: tex(feymo10.pfb) = %{tl_version} -Provides: tex(feymr10.pfb) = %{tl_version} -Provides: tex(geybl10.pfb) = %{tl_version} -Provides: tex(geybo10.pfb) = %{tl_version} -Provides: tex(geybr10.pfb) = %{tl_version} -Provides: tex(geyml10.pfb) = %{tl_version} -Provides: tex(geymo10.pfb) = %{tl_version} -Provides: tex(geymr10.pfb) = %{tl_version} -Provides: tex(eurosym.sty) = %{tl_version} - -%description eurosym -The European currency symbol for the Euro implemented in -Metafont, using the official European Commission dimensions, -and providing several shapes (normal, slanted, bold, outline). -The package also includes a LaTeX package which defines the -macro, pre-compiled tfm files, and documentation. - -%package eurosym-doc -Summary: Documentation for eurosym -Version: svn17265.1.4_subrfix - -Provides: tex-eurosym-doc -AutoReqProv: No - -%description eurosym-doc -Documentation for eurosym - -%package fpl -Provides: tex-fpl = %{tl_version} -License: GPL+ -Summary: SC and OsF fonts for URW Palladio L -Version: svn54512 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(fplbij8a.pfb) = %{tl_version} -Provides: tex(fplbj8a.pfb) = %{tl_version} -Provides: tex(fplrc8a.pfb) = %{tl_version} -Provides: tex(fplrij8a.pfb) = %{tl_version} - -%description fpl -The FPL Fonts provide a set of SC/OsF fonts for URW Palladio L -which are compatible with respect to metrics with the Palatino -SC/OsF fonts from Adobe. Note that it is not my aim to exactly -reproduce the outlines of the original Adobe fonts. The SC and -OsF in the FPL Fonts were designed with the glyphs from URW -Palladio L as starting point. For some glyphs (e.g. 'o') I got -the best result by scaling and boldening. For others (e.g. 'h') -shifting selected portions of the character gave more -satisfying results. All this was done using the free font -editor FontForge. The kerning data in these fonts comes from -Walter Schmidt's improved Palatino metrics. LaTeX use is -enabled by the mathpazo package, which is part of the psnfss -distribution. - -%package fpl-doc -Summary: Documentation for fpl -Version: svn54512 -Provides: tex-fpl-doc -AutoReqProv: No - -%description fpl-doc -Documentation for fpl - -%package helvetic -Provides: tex-helvetic = %{tl_version} -License: GPL+ -Summary: URW "Base 35" font pack for LaTeX -Version: svn31835.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(uhv.map) = %{tl_version} -Provides: tex(phvb.tfm) = %{tl_version} -Provides: tex(phvb7t.tfm) = %{tl_version} -Provides: tex(phvb7tn.tfm) = %{tl_version} -Provides: tex(phvb8c.tfm) = %{tl_version} -Provides: tex(phvb8cn.tfm) = %{tl_version} -Provides: tex(phvb8r.tfm) = %{tl_version} -Provides: tex(phvb8rn.tfm) = %{tl_version} -Provides: tex(phvb8t.tfm) = %{tl_version} -Provides: tex(phvb8tn.tfm) = %{tl_version} -Provides: tex(phvbc.tfm) = %{tl_version} -Provides: tex(phvbc7t.tfm) = %{tl_version} -Provides: tex(phvbc7tn.tfm) = %{tl_version} -Provides: tex(phvbc8t.tfm) = %{tl_version} -Provides: tex(phvbc8tn.tfm) = %{tl_version} -Provides: tex(phvbo.tfm) = %{tl_version} -Provides: tex(phvbo7t.tfm) = %{tl_version} -Provides: tex(phvbo7tn.tfm) = %{tl_version} -Provides: tex(phvbo8c.tfm) = %{tl_version} -Provides: tex(phvbo8cn.tfm) = %{tl_version} -Provides: tex(phvbo8r.tfm) = %{tl_version} -Provides: tex(phvbo8rn.tfm) = %{tl_version} -Provides: tex(phvbo8t.tfm) = %{tl_version} -Provides: tex(phvbo8tn.tfm) = %{tl_version} -Provides: tex(phvbon.tfm) = %{tl_version} -Provides: tex(phvbrn.tfm) = %{tl_version} -Provides: tex(phvr.tfm) = %{tl_version} -Provides: tex(phvr7t.tfm) = %{tl_version} -Provides: tex(phvr7tn.tfm) = %{tl_version} -Provides: tex(phvr8c.tfm) = %{tl_version} -Provides: tex(phvr8cn.tfm) = %{tl_version} -Provides: tex(phvr8r.tfm) = %{tl_version} -Provides: tex(phvr8rn.tfm) = %{tl_version} -Provides: tex(phvr8t.tfm) = %{tl_version} -Provides: tex(phvr8tn.tfm) = %{tl_version} -Provides: tex(phvrc.tfm) = %{tl_version} -Provides: tex(phvrc7t.tfm) = %{tl_version} -Provides: tex(phvrc7tn.tfm) = %{tl_version} -Provides: tex(phvrc8t.tfm) = %{tl_version} -Provides: tex(phvrc8tn.tfm) = %{tl_version} -Provides: tex(phvro.tfm) = %{tl_version} -Provides: tex(phvro7t.tfm) = %{tl_version} -Provides: tex(phvro7tn.tfm) = %{tl_version} -Provides: tex(phvro8c.tfm) = %{tl_version} -Provides: tex(phvro8cn.tfm) = %{tl_version} -Provides: tex(phvro8r.tfm) = %{tl_version} -Provides: tex(phvro8rn.tfm) = %{tl_version} -Provides: tex(phvro8t.tfm) = %{tl_version} -Provides: tex(phvro8tn.tfm) = %{tl_version} -Provides: tex(phvron.tfm) = %{tl_version} -Provides: tex(phvrrn.tfm) = %{tl_version} -Provides: tex(arb10u.tfm) = %{tl_version} -Provides: tex(arb2n.tfm) = %{tl_version} -Provides: tex(arb7j.tfm) = %{tl_version} -Provides: tex(arb8u.tfm) = %{tl_version} -Provides: tex(arb9t.tfm) = %{tl_version} -Provides: tex(ari10u.tfm) = %{tl_version} -Provides: tex(ari2n.tfm) = %{tl_version} -Provides: tex(ari7j.tfm) = %{tl_version} -Provides: tex(ari8u.tfm) = %{tl_version} -Provides: tex(ari9t.tfm) = %{tl_version} -Provides: tex(arj10u.tfm) = %{tl_version} -Provides: tex(arj2n.tfm) = %{tl_version} -Provides: tex(arj7j.tfm) = %{tl_version} -Provides: tex(arj8u.tfm) = %{tl_version} -Provides: tex(arj9t.tfm) = %{tl_version} -Provides: tex(arr10u.tfm) = %{tl_version} -Provides: tex(arr2n.tfm) = %{tl_version} -Provides: tex(arr7j.tfm) = %{tl_version} -Provides: tex(arr8u.tfm) = %{tl_version} -Provides: tex(arr9t.tfm) = %{tl_version} -Provides: tex(mhvb.tfm) = %{tl_version} -Provides: tex(mhvb8t.tfm) = %{tl_version} -Provides: tex(mhvbi.tfm) = %{tl_version} -Provides: tex(mhvbi8t.tfm) = %{tl_version} -Provides: tex(mhvr.tfm) = %{tl_version} -Provides: tex(mhvr8t.tfm) = %{tl_version} -Provides: tex(mhvri.tfm) = %{tl_version} -Provides: tex(mhvri8t.tfm) = %{tl_version} -Provides: tex(uhvb7t.tfm) = %{tl_version} -Provides: tex(uhvb7tn.tfm) = %{tl_version} -Provides: tex(uhvb8c.tfm) = %{tl_version} -Provides: tex(uhvb8cn.tfm) = %{tl_version} -Provides: tex(uhvb8r.tfm) = %{tl_version} -Provides: tex(uhvb8rn.tfm) = %{tl_version} -Provides: tex(uhvb8t.tfm) = %{tl_version} -Provides: tex(uhvb8tn.tfm) = %{tl_version} -Provides: tex(uhvbc7t.tfm) = %{tl_version} -Provides: tex(uhvbc7tn.tfm) = %{tl_version} -Provides: tex(uhvbc8t.tfm) = %{tl_version} -Provides: tex(uhvbc8tn.tfm) = %{tl_version} -Provides: tex(uhvbi7t.tfm) = %{tl_version} -Provides: tex(uhvbi8c.tfm) = %{tl_version} -Provides: tex(uhvbi8r.tfm) = %{tl_version} -Provides: tex(uhvbi8t.tfm) = %{tl_version} -Provides: tex(uhvbo7t.tfm) = %{tl_version} -Provides: tex(uhvbo7tn.tfm) = %{tl_version} -Provides: tex(uhvbo8c.tfm) = %{tl_version} -Provides: tex(uhvbo8cn.tfm) = %{tl_version} -Provides: tex(uhvbo8r.tfm) = %{tl_version} -Provides: tex(uhvbo8rn.tfm) = %{tl_version} -Provides: tex(uhvbo8t.tfm) = %{tl_version} -Provides: tex(uhvbo8tn.tfm) = %{tl_version} -Provides: tex(uhvr7t.tfm) = %{tl_version} -Provides: tex(uhvr7tn.tfm) = %{tl_version} -Provides: tex(uhvr8c.tfm) = %{tl_version} -Provides: tex(uhvr8cn.tfm) = %{tl_version} -Provides: tex(uhvr8r.tfm) = %{tl_version} -Provides: tex(uhvr8rn.tfm) = %{tl_version} -Provides: tex(uhvr8t.tfm) = %{tl_version} -Provides: tex(uhvr8tn.tfm) = %{tl_version} -Provides: tex(uhvrc7t.tfm) = %{tl_version} -Provides: tex(uhvrc7tn.tfm) = %{tl_version} -Provides: tex(uhvrc8t.tfm) = %{tl_version} -Provides: tex(uhvrc8tn.tfm) = %{tl_version} -Provides: tex(uhvri7t.tfm) = %{tl_version} -Provides: tex(uhvri7tn.tfm) = %{tl_version} -Provides: tex(uhvri8c.tfm) = %{tl_version} -Provides: tex(uhvri8cn.tfm) = %{tl_version} -Provides: tex(uhvri8r.tfm) = %{tl_version} -Provides: tex(uhvri8rn.tfm) = %{tl_version} -Provides: tex(uhvri8t.tfm) = %{tl_version} -Provides: tex(uhvri8tn.tfm) = %{tl_version} -Provides: tex(uhvro7t.tfm) = %{tl_version} -Provides: tex(uhvro7tn.tfm) = %{tl_version} -Provides: tex(uhvro8c.tfm) = %{tl_version} -Provides: tex(uhvro8cn.tfm) = %{tl_version} -Provides: tex(uhvro8r.tfm) = %{tl_version} -Provides: tex(uhvro8rn.tfm) = %{tl_version} -Provides: tex(uhvro8t.tfm) = %{tl_version} -Provides: tex(uhvro8tn.tfm) = %{tl_version} -Provides: tex(uhvb8a.pfb) = %{tl_version} -Provides: tex(uhvb8ac.pfb) = %{tl_version} -Provides: tex(uhvbo8a.pfb) = %{tl_version} -Provides: tex(uhvbo8ac.pfb) = %{tl_version} -Provides: tex(uhvr8a-105.pfb) = %{tl_version} -Provides: tex(uhvr8a.pfb) = %{tl_version} -Provides: tex(uhvr8ac.pfb) = %{tl_version} -Provides: tex(uhvro8a-105.pfb) = %{tl_version} -Provides: tex(uhvro8a.pfb) = %{tl_version} -Provides: tex(uhvro8ac.pfb) = %{tl_version} -Provides: tex(phvb.vf) = %{tl_version} -Provides: tex(phvb7t.vf) = %{tl_version} -Provides: tex(phvb7tn.vf) = %{tl_version} -Provides: tex(phvb8c.vf) = %{tl_version} -Provides: tex(phvb8cn.vf) = %{tl_version} -Provides: tex(phvb8t.vf) = %{tl_version} -Provides: tex(phvb8tn.vf) = %{tl_version} -Provides: tex(phvbc.vf) = %{tl_version} -Provides: tex(phvbc7t.vf) = %{tl_version} -Provides: tex(phvbc7tn.vf) = %{tl_version} -Provides: tex(phvbc8t.vf) = %{tl_version} -Provides: tex(phvbc8tn.vf) = %{tl_version} -Provides: tex(phvbo.vf) = %{tl_version} -Provides: tex(phvbo7t.vf) = %{tl_version} -Provides: tex(phvbo7tn.vf) = %{tl_version} -Provides: tex(phvbo8c.vf) = %{tl_version} -Provides: tex(phvbo8cn.vf) = %{tl_version} -Provides: tex(phvbo8t.vf) = %{tl_version} -Provides: tex(phvbo8tn.vf) = %{tl_version} -Provides: tex(phvbon.vf) = %{tl_version} -Provides: tex(phvbrn.vf) = %{tl_version} -Provides: tex(phvr.vf) = %{tl_version} -Provides: tex(phvr7t.vf) = %{tl_version} -Provides: tex(phvr7tn.vf) = %{tl_version} -Provides: tex(phvr8c.vf) = %{tl_version} -Provides: tex(phvr8cn.vf) = %{tl_version} -Provides: tex(phvr8t.vf) = %{tl_version} -Provides: tex(phvr8tn.vf) = %{tl_version} -Provides: tex(phvrc.vf) = %{tl_version} -Provides: tex(phvrc7t.vf) = %{tl_version} -Provides: tex(phvrc7tn.vf) = %{tl_version} -Provides: tex(phvrc8t.vf) = %{tl_version} -Provides: tex(phvrc8tn.vf) = %{tl_version} -Provides: tex(phvro.vf) = %{tl_version} -Provides: tex(phvro7t.vf) = %{tl_version} -Provides: tex(phvro7tn.vf) = %{tl_version} -Provides: tex(phvro8c.vf) = %{tl_version} -Provides: tex(phvro8cn.vf) = %{tl_version} -Provides: tex(phvro8t.vf) = %{tl_version} -Provides: tex(phvro8tn.vf) = %{tl_version} -Provides: tex(phvron.vf) = %{tl_version} -Provides: tex(phvrrn.vf) = %{tl_version} -Provides: tex(mhvb.vf) = %{tl_version} -Provides: tex(mhvb8t.vf) = %{tl_version} -Provides: tex(mhvbi.vf) = %{tl_version} -Provides: tex(mhvbi8t.vf) = %{tl_version} -Provides: tex(mhvr.vf) = %{tl_version} -Provides: tex(mhvr8t.vf) = %{tl_version} -Provides: tex(mhvri.vf) = %{tl_version} -Provides: tex(mhvri8t.vf) = %{tl_version} -Provides: tex(uhvb7t.vf) = %{tl_version} -Provides: tex(uhvb7tn.vf) = %{tl_version} -Provides: tex(uhvb8c.vf) = %{tl_version} -Provides: tex(uhvb8cn.vf) = %{tl_version} -Provides: tex(uhvb8t.vf) = %{tl_version} -Provides: tex(uhvb8tn.vf) = %{tl_version} -Provides: tex(uhvbc7t.vf) = %{tl_version} -Provides: tex(uhvbc7tn.vf) = %{tl_version} -Provides: tex(uhvbc8t.vf) = %{tl_version} -Provides: tex(uhvbc8tn.vf) = %{tl_version} -Provides: tex(uhvbi7t.vf) = %{tl_version} -Provides: tex(uhvbi8c.vf) = %{tl_version} -Provides: tex(uhvbi8t.vf) = %{tl_version} -Provides: tex(uhvbo7t.vf) = %{tl_version} -Provides: tex(uhvbo7tn.vf) = %{tl_version} -Provides: tex(uhvbo8c.vf) = %{tl_version} -Provides: tex(uhvbo8cn.vf) = %{tl_version} -Provides: tex(uhvbo8t.vf) = %{tl_version} -Provides: tex(uhvbo8tn.vf) = %{tl_version} -Provides: tex(uhvr7t.vf) = %{tl_version} -Provides: tex(uhvr7tn.vf) = %{tl_version} -Provides: tex(uhvr8c.vf) = %{tl_version} -Provides: tex(uhvr8cn.vf) = %{tl_version} -Provides: tex(uhvr8t.vf) = %{tl_version} -Provides: tex(uhvr8tn.vf) = %{tl_version} -Provides: tex(uhvrc7t.vf) = %{tl_version} -Provides: tex(uhvrc7tn.vf) = %{tl_version} -Provides: tex(uhvrc8t.vf) = %{tl_version} -Provides: tex(uhvrc8tn.vf) = %{tl_version} -Provides: tex(uhvri7t.vf) = %{tl_version} -Provides: tex(uhvri7tn.vf) = %{tl_version} -Provides: tex(uhvri8c.vf) = %{tl_version} -Provides: tex(uhvri8cn.vf) = %{tl_version} -Provides: tex(uhvri8t.vf) = %{tl_version} -Provides: tex(uhvri8tn.vf) = %{tl_version} -Provides: tex(uhvro7t.vf) = %{tl_version} -Provides: tex(uhvro7tn.vf) = %{tl_version} -Provides: tex(uhvro8c.vf) = %{tl_version} -Provides: tex(uhvro8cn.vf) = %{tl_version} -Provides: tex(uhvro8t.vf) = %{tl_version} -Provides: tex(uhvro8tn.vf) = %{tl_version} -Provides: tex(8ruhv.fd) = %{tl_version} -Provides: tex(omluhv.fd) = %{tl_version} -Provides: tex(omsuhv.fd) = %{tl_version} -Provides: tex(ot1uhv.fd) = %{tl_version} -Provides: tex(t1uhv.fd) = %{tl_version} -Provides: tex(ts1uhv.fd) = %{tl_version} - -%description helvetic -A set of fonts for use as "drop-in" replacements for Adobe's -basic set, comprising: Century Schoolbook (substituting for -Adobe's New Century Schoolbook); Dingbats (substituting for -Adobe's Zapf Dingbats); Nimbus Mono L (substituting for Abobe's -Courier); Nimbus Roman No9 L (substituting for Adobe's Times); -Nimbus Sans L (substituting for Adobe's Helvetica); Standard -Symbols L (substituting for Adobe's Symbol); URW Bookman; URW -Chancery L Medium Italic (substituting for Adobe's Zapf -Chancery); URW Gothic L Book (substituting for Adobe's Avant -Garde); and URW Palladio L (substituting for Adobe's Palatino). - -%package marvosym -Provides: tex-marvosym = %{tl_version} -License: OFL -Summary: Martin Vogel's Symbols (marvosym) font -Version: svn29349.2.2a -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(marvosym.map) = %{tl_version} -Provides: tex(umvs.tfm) = %{tl_version} -Provides: tex(marvosym.ttf) = %{tl_version} -Provides: tex(marvosym.pfb) = %{tl_version} -Provides: tex(marvosym.sty) = %{tl_version} -Provides: tex(umvs.fd) = %{tl_version} - -%description marvosym -Martin Vogel's Symbol font (marvosym) contains the Euro -currency symbol as defined by the European commission, along -with symbols for structural engineering; symbols for steel -cross-sections; astronomy signs (sun, moon, planets); the 12 -signs of the zodiac; scissor symbols; CE sign and others. The -package contains both the original TrueType font and the -derived Type 1 font, together with support files for TeX -(LaTeX). - -%package marvosym-doc -Summary: Documentation for marvosym -Version: svn29349.2.2a - -Provides: tex-marvosym-doc -AutoReqProv: No - -%description marvosym-doc -Documentation for marvosym - -%package mathpazo -Provides: tex-mathpazo = %{tl_version} -License: GPL+ -Summary: Fonts to typeset mathematics to match Palatino -Version: svn52663 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-fpl -Requires: texlive-palatino - -%description mathpazo -The Pazo Math fonts are a family of PostScript fonts suitable -for typesetting mathematics in combination with the Palatino -family of text fonts. The Pazo Math family is made up of five -fonts provided in Adobe Type 1 format (PazoMath, PazoMath- -Italic, PazoMath-Bold, PazoMath-BoldItalic, and -PazoMathBlackboardBold). These contain, in designs that match -Palatino, glyphs that are usually not available in Palatino and -for which Computer Modern looks odd when combined with -Palatino. These glyphs include the uppercase Greek alphabet in -upright and slanted shapes in regular and bold weights, the -lowercase Greek alphabet in slanted shape in regular and bold -weights, several mathematical glyphs (partialdiff, summation, -product, coproduct, emptyset, infinity, and proportional) in -regular and bold weights, other glyphs (Euro and dotlessj) in -upright and slanted shapes in regular and bold weights, and the -uppercase letters commonly used to represent various number -sets (C, I, N, Q, R, and Z) in blackboard bold. The set also -includes a set of 'true' small-caps fonts, also suitable for -use with Palatino (or one of its clones). LaTeX macro support -(using package mathpazo.sty) is provided in psnfss (a required -part of any LaTeX distribution). - -%package mathpazo-doc -Summary: Documentation for mathpazo -Version: svn52663 -Provides: tex-mathpazo-doc -AutoReqProv: No - -%description mathpazo-doc -Documentation for mathpazo - -%package ncntrsbk -Provides: tex-ncntrsbk = %{tl_version} -License: GPL+ -Summary: URW "Base 35" font pack for LaTeX -Version: svn31835.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(unc.map) = %{tl_version} -Provides: tex(pncb.tfm) = %{tl_version} -Provides: tex(pncb7t.tfm) = %{tl_version} -Provides: tex(pncb8c.tfm) = %{tl_version} -Provides: tex(pncb8r.tfm) = %{tl_version} -Provides: tex(pncb8t.tfm) = %{tl_version} -Provides: tex(pncbc.tfm) = %{tl_version} -Provides: tex(pncbc7t.tfm) = %{tl_version} -Provides: tex(pncbc8t.tfm) = %{tl_version} -Provides: tex(pncbi.tfm) = %{tl_version} -Provides: tex(pncbi7t.tfm) = %{tl_version} -Provides: tex(pncbi8c.tfm) = %{tl_version} -Provides: tex(pncbi8r.tfm) = %{tl_version} -Provides: tex(pncbi8t.tfm) = %{tl_version} -Provides: tex(pncbo.tfm) = %{tl_version} -Provides: tex(pncbo7t.tfm) = %{tl_version} -Provides: tex(pncbo8c.tfm) = %{tl_version} -Provides: tex(pncbo8r.tfm) = %{tl_version} -Provides: tex(pncbo8t.tfm) = %{tl_version} -Provides: tex(pncr.tfm) = %{tl_version} -Provides: tex(pncr7t.tfm) = %{tl_version} -Provides: tex(pncr8c.tfm) = %{tl_version} -Provides: tex(pncr8r.tfm) = %{tl_version} -Provides: tex(pncr8t.tfm) = %{tl_version} -Provides: tex(pncrc.tfm) = %{tl_version} -Provides: tex(pncrc7t.tfm) = %{tl_version} -Provides: tex(pncrc8t.tfm) = %{tl_version} -Provides: tex(pncri.tfm) = %{tl_version} -Provides: tex(pncri7t.tfm) = %{tl_version} -Provides: tex(pncri8c.tfm) = %{tl_version} -Provides: tex(pncri8r.tfm) = %{tl_version} -Provides: tex(pncri8t.tfm) = %{tl_version} -Provides: tex(pncro.tfm) = %{tl_version} -Provides: tex(pncro7t.tfm) = %{tl_version} -Provides: tex(pncro8c.tfm) = %{tl_version} -Provides: tex(pncro8r.tfm) = %{tl_version} -Provides: tex(pncro8t.tfm) = %{tl_version} -Provides: tex(uncb7t.tfm) = %{tl_version} -Provides: tex(uncb8c.tfm) = %{tl_version} -Provides: tex(uncb8r.tfm) = %{tl_version} -Provides: tex(uncb8t.tfm) = %{tl_version} -Provides: tex(uncbc7t.tfm) = %{tl_version} -Provides: tex(uncbc8t.tfm) = %{tl_version} -Provides: tex(uncbi7t.tfm) = %{tl_version} -Provides: tex(uncbi8c.tfm) = %{tl_version} -Provides: tex(uncbi8r.tfm) = %{tl_version} -Provides: tex(uncbi8t.tfm) = %{tl_version} -Provides: tex(uncbo7t.tfm) = %{tl_version} -Provides: tex(uncbo8c.tfm) = %{tl_version} -Provides: tex(uncbo8r.tfm) = %{tl_version} -Provides: tex(uncbo8t.tfm) = %{tl_version} -Provides: tex(uncr7t.tfm) = %{tl_version} -Provides: tex(uncr8c.tfm) = %{tl_version} -Provides: tex(uncr8r.tfm) = %{tl_version} -Provides: tex(uncr8t.tfm) = %{tl_version} -Provides: tex(uncrc7t.tfm) = %{tl_version} -Provides: tex(uncrc8t.tfm) = %{tl_version} -Provides: tex(uncri7t.tfm) = %{tl_version} -Provides: tex(uncri8c.tfm) = %{tl_version} -Provides: tex(uncri8r.tfm) = %{tl_version} -Provides: tex(uncri8t.tfm) = %{tl_version} -Provides: tex(uncro7t.tfm) = %{tl_version} -Provides: tex(uncro8c.tfm) = %{tl_version} -Provides: tex(uncro8r.tfm) = %{tl_version} -Provides: tex(uncro8t.tfm) = %{tl_version} -Provides: tex(uncb8a.pfb) = %{tl_version} -Provides: tex(uncbi8a.pfb) = %{tl_version} -Provides: tex(uncr8a.pfb) = %{tl_version} -Provides: tex(uncri8a.pfb) = %{tl_version} -Provides: tex(pncb.vf) = %{tl_version} -Provides: tex(pncb7t.vf) = %{tl_version} -Provides: tex(pncb8c.vf) = %{tl_version} -Provides: tex(pncb8t.vf) = %{tl_version} -Provides: tex(pncbc.vf) = %{tl_version} -Provides: tex(pncbc7t.vf) = %{tl_version} -Provides: tex(pncbc8t.vf) = %{tl_version} -Provides: tex(pncbi.vf) = %{tl_version} -Provides: tex(pncbi7t.vf) = %{tl_version} -Provides: tex(pncbi8c.vf) = %{tl_version} -Provides: tex(pncbi8t.vf) = %{tl_version} -Provides: tex(pncbo.vf) = %{tl_version} -Provides: tex(pncbo7t.vf) = %{tl_version} -Provides: tex(pncbo8c.vf) = %{tl_version} -Provides: tex(pncbo8t.vf) = %{tl_version} -Provides: tex(pncr.vf) = %{tl_version} -Provides: tex(pncr7t.vf) = %{tl_version} -Provides: tex(pncr8c.vf) = %{tl_version} -Provides: tex(pncr8t.vf) = %{tl_version} -Provides: tex(pncrc.vf) = %{tl_version} -Provides: tex(pncrc7t.vf) = %{tl_version} -Provides: tex(pncrc8t.vf) = %{tl_version} -Provides: tex(pncri.vf) = %{tl_version} -Provides: tex(pncri7t.vf) = %{tl_version} -Provides: tex(pncri8c.vf) = %{tl_version} -Provides: tex(pncri8t.vf) = %{tl_version} -Provides: tex(pncro.vf) = %{tl_version} -Provides: tex(pncro7t.vf) = %{tl_version} -Provides: tex(pncro8c.vf) = %{tl_version} -Provides: tex(pncro8t.vf) = %{tl_version} -Provides: tex(uncb7t.vf) = %{tl_version} -Provides: tex(uncb8c.vf) = %{tl_version} -Provides: tex(uncb8t.vf) = %{tl_version} -Provides: tex(uncbc7t.vf) = %{tl_version} -Provides: tex(uncbc8t.vf) = %{tl_version} -Provides: tex(uncbi7t.vf) = %{tl_version} -Provides: tex(uncbi8c.vf) = %{tl_version} -Provides: tex(uncbi8t.vf) = %{tl_version} -Provides: tex(uncbo7t.vf) = %{tl_version} -Provides: tex(uncbo8c.vf) = %{tl_version} -Provides: tex(uncbo8t.vf) = %{tl_version} -Provides: tex(uncr7t.vf) = %{tl_version} -Provides: tex(uncr8c.vf) = %{tl_version} -Provides: tex(uncr8t.vf) = %{tl_version} -Provides: tex(uncrc7t.vf) = %{tl_version} -Provides: tex(uncrc8t.vf) = %{tl_version} -Provides: tex(uncri7t.vf) = %{tl_version} -Provides: tex(uncri8c.vf) = %{tl_version} -Provides: tex(uncri8t.vf) = %{tl_version} -Provides: tex(uncro7t.vf) = %{tl_version} -Provides: tex(uncro8c.vf) = %{tl_version} -Provides: tex(uncro8t.vf) = %{tl_version} -Provides: tex(8runc.fd) = %{tl_version} -Provides: tex(omlunc.fd) = %{tl_version} -Provides: tex(omsunc.fd) = %{tl_version} -Provides: tex(ot1unc.fd) = %{tl_version} -Provides: tex(t1unc.fd) = %{tl_version} -Provides: tex(ts1unc.fd) = %{tl_version} - -%description ncntrsbk -A set of fonts for use as "drop-in" replacements for Adobe's -basic set, comprising: Century Schoolbook (substituting for -Adobe's New Century Schoolbook); Dingbats (substituting for -Adobe's Zapf Dingbats); Nimbus Mono L (substituting for Abobe's -Courier); Nimbus Roman No9 L (substituting for Adobe's Times); -Nimbus Sans L (substituting for Adobe's Helvetica); Standard -Symbols L (substituting for Adobe's Symbol); URW Bookman; URW -Chancery L Medium Italic (substituting for Adobe's Zapf -Chancery); URW Gothic L Book (substituting for Adobe's Avant -Garde); and URW Palladio L (substituting for Adobe's Palatino). - -%package palatino -Provides: tex-palatino = %{tl_version} -License: GPL+ -Summary: URW "Base 35" font pack for LaTeX -Version: svn31835.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(upl.map) = %{tl_version} -Provides: tex(eurbo10.tfm) = %{tl_version} -Provides: tex(eurmo10.tfm) = %{tl_version} -Provides: tex(pplb.tfm) = %{tl_version} -Provides: tex(pplb7t.tfm) = %{tl_version} -Provides: tex(pplb8c.tfm) = %{tl_version} -Provides: tex(pplb8r.tfm) = %{tl_version} -Provides: tex(pplb8t.tfm) = %{tl_version} -Provides: tex(pplb9c.tfm) = %{tl_version} -Provides: tex(pplb9d.tfm) = %{tl_version} -Provides: tex(pplb9e.tfm) = %{tl_version} -Provides: tex(pplb9o.tfm) = %{tl_version} -Provides: tex(pplb9t.tfm) = %{tl_version} -Provides: tex(pplbc.tfm) = %{tl_version} -Provides: tex(pplbc7t.tfm) = %{tl_version} -Provides: tex(pplbc8t.tfm) = %{tl_version} -Provides: tex(pplbi.tfm) = %{tl_version} -Provides: tex(pplbi7t.tfm) = %{tl_version} -Provides: tex(pplbi8c.tfm) = %{tl_version} -Provides: tex(pplbi8r.tfm) = %{tl_version} -Provides: tex(pplbi8t.tfm) = %{tl_version} -Provides: tex(pplbi9c.tfm) = %{tl_version} -Provides: tex(pplbi9d.tfm) = %{tl_version} -Provides: tex(pplbi9e.tfm) = %{tl_version} -Provides: tex(pplbi9o.tfm) = %{tl_version} -Provides: tex(pplbi9t.tfm) = %{tl_version} -Provides: tex(pplbij8r.tfm) = %{tl_version} -Provides: tex(pplbj8r.tfm) = %{tl_version} -Provides: tex(pplbo.tfm) = %{tl_version} -Provides: tex(pplbo7t.tfm) = %{tl_version} -Provides: tex(pplbo8c.tfm) = %{tl_version} -Provides: tex(pplbo8r.tfm) = %{tl_version} -Provides: tex(pplbo8t.tfm) = %{tl_version} -Provides: tex(pplbu.tfm) = %{tl_version} -Provides: tex(pplbu8r.tfm) = %{tl_version} -Provides: tex(pplr.tfm) = %{tl_version} -Provides: tex(pplr7t.tfm) = %{tl_version} -Provides: tex(pplr8c.tfm) = %{tl_version} -Provides: tex(pplr8r.tfm) = %{tl_version} -Provides: tex(pplr8rn.tfm) = %{tl_version} -Provides: tex(pplr8t.tfm) = %{tl_version} -Provides: tex(pplr9c.tfm) = %{tl_version} -Provides: tex(pplr9d.tfm) = %{tl_version} -Provides: tex(pplr9e.tfm) = %{tl_version} -Provides: tex(pplr9o.tfm) = %{tl_version} -Provides: tex(pplr9t.tfm) = %{tl_version} -Provides: tex(pplrc.tfm) = %{tl_version} -Provides: tex(pplrc7t.tfm) = %{tl_version} -Provides: tex(pplrc8r.tfm) = %{tl_version} -Provides: tex(pplrc8t.tfm) = %{tl_version} -Provides: tex(pplrc9d.tfm) = %{tl_version} -Provides: tex(pplrc9e.tfm) = %{tl_version} -Provides: tex(pplrc9o.tfm) = %{tl_version} -Provides: tex(pplrc9t.tfm) = %{tl_version} -Provides: tex(pplri.tfm) = %{tl_version} -Provides: tex(pplri7t.tfm) = %{tl_version} -Provides: tex(pplri8c.tfm) = %{tl_version} -Provides: tex(pplri8r.tfm) = %{tl_version} -Provides: tex(pplri8t.tfm) = %{tl_version} -Provides: tex(pplri9c.tfm) = %{tl_version} -Provides: tex(pplri9d.tfm) = %{tl_version} -Provides: tex(pplri9e.tfm) = %{tl_version} -Provides: tex(pplri9o.tfm) = %{tl_version} -Provides: tex(pplri9t.tfm) = %{tl_version} -Provides: tex(pplrij8r.tfm) = %{tl_version} -Provides: tex(pplro.tfm) = %{tl_version} -Provides: tex(pplro7t.tfm) = %{tl_version} -Provides: tex(pplro8c.tfm) = %{tl_version} -Provides: tex(pplro8r.tfm) = %{tl_version} -Provides: tex(pplro8t.tfm) = %{tl_version} -Provides: tex(pplrr8re.tfm) = %{tl_version} -Provides: tex(pplrre.tfm) = %{tl_version} -Provides: tex(pplrrn.tfm) = %{tl_version} -Provides: tex(pplru.tfm) = %{tl_version} -Provides: tex(pplru8r.tfm) = %{tl_version} -Provides: tex(zppleb7m.tfm) = %{tl_version} -Provides: tex(zppleb7t.tfm) = %{tl_version} -Provides: tex(zppleb7y.tfm) = %{tl_version} -Provides: tex(zppler7m.tfm) = %{tl_version} -Provides: tex(zppler7t.tfm) = %{tl_version} -Provides: tex(zppler7v.tfm) = %{tl_version} -Provides: tex(zppler7y.tfm) = %{tl_version} -Provides: tex(uplb7t.tfm) = %{tl_version} -Provides: tex(uplb8c.tfm) = %{tl_version} -Provides: tex(uplb8r.tfm) = %{tl_version} -Provides: tex(uplb8t.tfm) = %{tl_version} -Provides: tex(uplbc7t.tfm) = %{tl_version} -Provides: tex(uplbc8t.tfm) = %{tl_version} -Provides: tex(uplbi7t.tfm) = %{tl_version} -Provides: tex(uplbi8c.tfm) = %{tl_version} -Provides: tex(uplbi8r.tfm) = %{tl_version} -Provides: tex(uplbi8t.tfm) = %{tl_version} -Provides: tex(uplbo7t.tfm) = %{tl_version} -Provides: tex(uplbo8c.tfm) = %{tl_version} -Provides: tex(uplbo8r.tfm) = %{tl_version} -Provides: tex(uplbo8t.tfm) = %{tl_version} -Provides: tex(uplr7t.tfm) = %{tl_version} -Provides: tex(uplr8c.tfm) = %{tl_version} -Provides: tex(uplr8r.tfm) = %{tl_version} -Provides: tex(uplr8t.tfm) = %{tl_version} -Provides: tex(uplrc7t.tfm) = %{tl_version} -Provides: tex(uplrc8t.tfm) = %{tl_version} -Provides: tex(uplri7t.tfm) = %{tl_version} -Provides: tex(uplri8c.tfm) = %{tl_version} -Provides: tex(uplri8r.tfm) = %{tl_version} -Provides: tex(uplri8t.tfm) = %{tl_version} -Provides: tex(uplro7t.tfm) = %{tl_version} -Provides: tex(uplro8c.tfm) = %{tl_version} -Provides: tex(uplro8r.tfm) = %{tl_version} -Provides: tex(uplro8t.tfm) = %{tl_version} -Provides: tex(uplb8a.pfb) = %{tl_version} -Provides: tex(uplbi8a.pfb) = %{tl_version} -Provides: tex(uplr8a.pfb) = %{tl_version} -Provides: tex(uplri8a.pfb) = %{tl_version} -Provides: tex(pplb.vf) = %{tl_version} -Provides: tex(pplb7t.vf) = %{tl_version} -Provides: tex(pplb8c.vf) = %{tl_version} -Provides: tex(pplb8t.vf) = %{tl_version} -Provides: tex(pplb9c.vf) = %{tl_version} -Provides: tex(pplb9d.vf) = %{tl_version} -Provides: tex(pplb9e.vf) = %{tl_version} -Provides: tex(pplb9o.vf) = %{tl_version} -Provides: tex(pplb9t.vf) = %{tl_version} -Provides: tex(pplbc.vf) = %{tl_version} -Provides: tex(pplbc7t.vf) = %{tl_version} -Provides: tex(pplbc8t.vf) = %{tl_version} -Provides: tex(pplbi.vf) = %{tl_version} -Provides: tex(pplbi7t.vf) = %{tl_version} -Provides: tex(pplbi8c.vf) = %{tl_version} -Provides: tex(pplbi8t.vf) = %{tl_version} -Provides: tex(pplbi9c.vf) = %{tl_version} -Provides: tex(pplbi9d.vf) = %{tl_version} -Provides: tex(pplbi9e.vf) = %{tl_version} -Provides: tex(pplbi9o.vf) = %{tl_version} -Provides: tex(pplbi9t.vf) = %{tl_version} -Provides: tex(pplbo.vf) = %{tl_version} -Provides: tex(pplbo7t.vf) = %{tl_version} -Provides: tex(pplbo8c.vf) = %{tl_version} -Provides: tex(pplbo8t.vf) = %{tl_version} -Provides: tex(pplbu.vf) = %{tl_version} -Provides: tex(pplr.vf) = %{tl_version} -Provides: tex(pplr7t.vf) = %{tl_version} -Provides: tex(pplr8c.vf) = %{tl_version} -Provides: tex(pplr8t.vf) = %{tl_version} -Provides: tex(pplr9c.vf) = %{tl_version} -Provides: tex(pplr9d.vf) = %{tl_version} -Provides: tex(pplr9e.vf) = %{tl_version} -Provides: tex(pplr9o.vf) = %{tl_version} -Provides: tex(pplr9t.vf) = %{tl_version} -Provides: tex(pplrc.vf) = %{tl_version} -Provides: tex(pplrc7t.vf) = %{tl_version} -Provides: tex(pplrc8t.vf) = %{tl_version} -Provides: tex(pplrc9d.vf) = %{tl_version} -Provides: tex(pplrc9e.vf) = %{tl_version} -Provides: tex(pplrc9o.vf) = %{tl_version} -Provides: tex(pplrc9t.vf) = %{tl_version} -Provides: tex(pplri.vf) = %{tl_version} -Provides: tex(pplri7t.vf) = %{tl_version} -Provides: tex(pplri8c.vf) = %{tl_version} -Provides: tex(pplri8t.vf) = %{tl_version} -Provides: tex(pplri9c.vf) = %{tl_version} -Provides: tex(pplri9d.vf) = %{tl_version} -Provides: tex(pplri9e.vf) = %{tl_version} -Provides: tex(pplri9o.vf) = %{tl_version} -Provides: tex(pplri9t.vf) = %{tl_version} -Provides: tex(pplro.vf) = %{tl_version} -Provides: tex(pplro7t.vf) = %{tl_version} -Provides: tex(pplro8c.vf) = %{tl_version} -Provides: tex(pplro8t.vf) = %{tl_version} -Provides: tex(pplrre.vf) = %{tl_version} -Provides: tex(pplrrn.vf) = %{tl_version} -Provides: tex(pplru.vf) = %{tl_version} -Provides: tex(zppleb7m.vf) = %{tl_version} -Provides: tex(zppleb7t.vf) = %{tl_version} -Provides: tex(zppleb7y.vf) = %{tl_version} -Provides: tex(zppler7m.vf) = %{tl_version} -Provides: tex(zppler7t.vf) = %{tl_version} -Provides: tex(zppler7v.vf) = %{tl_version} -Provides: tex(zppler7y.vf) = %{tl_version} -Provides: tex(uplb7t.vf) = %{tl_version} -Provides: tex(uplb8c.vf) = %{tl_version} -Provides: tex(uplb8t.vf) = %{tl_version} -Provides: tex(uplbc7t.vf) = %{tl_version} -Provides: tex(uplbc8t.vf) = %{tl_version} -Provides: tex(uplbi7t.vf) = %{tl_version} -Provides: tex(uplbi8c.vf) = %{tl_version} -Provides: tex(uplbi8t.vf) = %{tl_version} -Provides: tex(uplbo7t.vf) = %{tl_version} -Provides: tex(uplbo8c.vf) = %{tl_version} -Provides: tex(uplbo8t.vf) = %{tl_version} -Provides: tex(uplr7t.vf) = %{tl_version} -Provides: tex(uplr8c.vf) = %{tl_version} -Provides: tex(uplr8t.vf) = %{tl_version} -Provides: tex(uplrc7t.vf) = %{tl_version} -Provides: tex(uplrc8t.vf) = %{tl_version} -Provides: tex(uplri7t.vf) = %{tl_version} -Provides: tex(uplri8c.vf) = %{tl_version} -Provides: tex(uplri8t.vf) = %{tl_version} -Provides: tex(uplro7t.vf) = %{tl_version} -Provides: tex(uplro8c.vf) = %{tl_version} -Provides: tex(uplro8t.vf) = %{tl_version} -Provides: tex(8rupl.fd) = %{tl_version} -Provides: tex(omlupl.fd) = %{tl_version} -Provides: tex(omsupl.fd) = %{tl_version} -Provides: tex(ot1upl.fd) = %{tl_version} -Provides: tex(t1upl.fd) = %{tl_version} -Provides: tex(ts1upl.fd) = %{tl_version} - -%description palatino -A set of fonts for use as "drop-in" replacements for Adobe's -basic set, comprising: Century Schoolbook (substituting for -Adobe's New Century Schoolbook); Dingbats (substituting for -Adobe's Zapf Dingbats); Nimbus Mono L (substituting for Abobe's -Courier); Nimbus Roman No9 L (substituting for Adobe's Times); -Nimbus Sans L (substituting for Adobe's Helvetica); Standard -Symbols L (substituting for Adobe's Symbol); URW Bookman; URW -Chancery L Medium Italic (substituting for Adobe's Zapf -Chancery); URW Gothic L Book (substituting for Adobe's Avant -Garde); and URW Palladio L (substituting for Adobe's Palatino). - -%package pxfonts -Provides: tex-pxfonts = %{tl_version} -License: GPL+ -Summary: Palatino-like fonts in support of mathematics -Version: svn15878.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(pxfonts.map) = %{tl_version} -Provides: tex(pxr.map) = %{tl_version} -Provides: tex(pxr1.map) = %{tl_version} -Provides: tex(pxr2.map) = %{tl_version} -Provides: tex(pxr3.map) = %{tl_version} -Provides: tex(p1xb.tfm) = %{tl_version} -Provides: tex(p1xbi.tfm) = %{tl_version} -Provides: tex(p1xbsc.tfm) = %{tl_version} -Provides: tex(p1xbsl.tfm) = %{tl_version} -Provides: tex(p1xi.tfm) = %{tl_version} -Provides: tex(p1xr.tfm) = %{tl_version} -Provides: tex(p1xsc.tfm) = %{tl_version} -Provides: tex(p1xsl.tfm) = %{tl_version} -Provides: tex(pcxb.tfm) = %{tl_version} -Provides: tex(pcxbi.tfm) = %{tl_version} -Provides: tex(pcxbsl.tfm) = %{tl_version} -Provides: tex(pcxi.tfm) = %{tl_version} -Provides: tex(pcxr.tfm) = %{tl_version} -Provides: tex(pcxsl.tfm) = %{tl_version} -Provides: tex(pxb.tfm) = %{tl_version} -Provides: tex(pxbex.tfm) = %{tl_version} -Provides: tex(pxbexa.tfm) = %{tl_version} -Provides: tex(pxbi.tfm) = %{tl_version} -Provides: tex(pxbmi.tfm) = %{tl_version} -Provides: tex(pxbmi1.tfm) = %{tl_version} -Provides: tex(pxbmia.tfm) = %{tl_version} -Provides: tex(pxbsc.tfm) = %{tl_version} -Provides: tex(pxbsl.tfm) = %{tl_version} -Provides: tex(pxbsy.tfm) = %{tl_version} -Provides: tex(pxbsya.tfm) = %{tl_version} -Provides: tex(pxbsyb.tfm) = %{tl_version} -Provides: tex(pxbsyc.tfm) = %{tl_version} -Provides: tex(pxex.tfm) = %{tl_version} -Provides: tex(pxexa.tfm) = %{tl_version} -Provides: tex(pxi.tfm) = %{tl_version} -Provides: tex(pxmi.tfm) = %{tl_version} -Provides: tex(pxmi1.tfm) = %{tl_version} -Provides: tex(pxmia.tfm) = %{tl_version} -Provides: tex(pxr.tfm) = %{tl_version} -Provides: tex(pxsc.tfm) = %{tl_version} -Provides: tex(pxsl.tfm) = %{tl_version} -Provides: tex(pxsy.tfm) = %{tl_version} -Provides: tex(pxsya.tfm) = %{tl_version} -Provides: tex(pxsyb.tfm) = %{tl_version} -Provides: tex(pxsyc.tfm) = %{tl_version} -Provides: tex(rpcxb.tfm) = %{tl_version} -Provides: tex(rpcxbi.tfm) = %{tl_version} -Provides: tex(rpcxbsl.tfm) = %{tl_version} -Provides: tex(rpcxi.tfm) = %{tl_version} -Provides: tex(rpcxr.tfm) = %{tl_version} -Provides: tex(rpcxsl.tfm) = %{tl_version} -Provides: tex(rpxb.tfm) = %{tl_version} -Provides: tex(rpxbi.tfm) = %{tl_version} -Provides: tex(rpxbmi.tfm) = %{tl_version} -Provides: tex(rpxbsc.tfm) = %{tl_version} -Provides: tex(rpxbsl.tfm) = %{tl_version} -Provides: tex(rpxi.tfm) = %{tl_version} -Provides: tex(rpxmi.tfm) = %{tl_version} -Provides: tex(rpxpplb.tfm) = %{tl_version} -Provides: tex(rpxpplbi.tfm) = %{tl_version} -Provides: tex(rpxpplbo.tfm) = %{tl_version} -Provides: tex(rpxpplr.tfm) = %{tl_version} -Provides: tex(rpxpplri.tfm) = %{tl_version} -Provides: tex(rpxpplro.tfm) = %{tl_version} -Provides: tex(rpxr.tfm) = %{tl_version} -Provides: tex(rpxsc.tfm) = %{tl_version} -Provides: tex(rpxsl.tfm) = %{tl_version} -Provides: tex(pxbex.pfb) = %{tl_version} -Provides: tex(pxbexa.pfb) = %{tl_version} -Provides: tex(pxbmia.pfb) = %{tl_version} -Provides: tex(pxbsy.pfb) = %{tl_version} -Provides: tex(pxbsya.pfb) = %{tl_version} -Provides: tex(pxbsyb.pfb) = %{tl_version} -Provides: tex(pxbsyc.pfb) = %{tl_version} -Provides: tex(pxex.pfb) = %{tl_version} -Provides: tex(pxexa.pfb) = %{tl_version} -Provides: tex(pxmia.pfb) = %{tl_version} -Provides: tex(pxsy.pfb) = %{tl_version} -Provides: tex(pxsya.pfb) = %{tl_version} -Provides: tex(pxsyb.pfb) = %{tl_version} -Provides: tex(pxsyc.pfb) = %{tl_version} -Provides: tex(rpcxb.pfb) = %{tl_version} -Provides: tex(rpcxbi.pfb) = %{tl_version} -Provides: tex(rpcxi.pfb) = %{tl_version} -Provides: tex(rpcxr.pfb) = %{tl_version} -Provides: tex(rpxb.pfb) = %{tl_version} -Provides: tex(rpxbi.pfb) = %{tl_version} -Provides: tex(rpxbmi.pfb) = %{tl_version} -Provides: tex(rpxbsc.pfb) = %{tl_version} -Provides: tex(rpxi.pfb) = %{tl_version} -Provides: tex(rpxmi.pfb) = %{tl_version} -Provides: tex(rpxr.pfb) = %{tl_version} -Provides: tex(rpxsc.pfb) = %{tl_version} -Provides: tex(p1xb.vf) = %{tl_version} -Provides: tex(p1xbi.vf) = %{tl_version} -Provides: tex(p1xbsc.vf) = %{tl_version} -Provides: tex(p1xbsl.vf) = %{tl_version} -Provides: tex(p1xi.vf) = %{tl_version} -Provides: tex(p1xr.vf) = %{tl_version} -Provides: tex(p1xsc.vf) = %{tl_version} -Provides: tex(p1xsl.vf) = %{tl_version} -Provides: tex(pcxb.vf) = %{tl_version} -Provides: tex(pcxbi.vf) = %{tl_version} -Provides: tex(pcxbsl.vf) = %{tl_version} -Provides: tex(pcxi.vf) = %{tl_version} -Provides: tex(pcxr.vf) = %{tl_version} -Provides: tex(pcxsl.vf) = %{tl_version} -Provides: tex(pxb.vf) = %{tl_version} -Provides: tex(pxbi.vf) = %{tl_version} -Provides: tex(pxbmi.vf) = %{tl_version} -Provides: tex(pxbmi1.vf) = %{tl_version} -Provides: tex(pxbsc.vf) = %{tl_version} -Provides: tex(pxbsl.vf) = %{tl_version} -Provides: tex(pxi.vf) = %{tl_version} -Provides: tex(pxmi.vf) = %{tl_version} -Provides: tex(pxmi1.vf) = %{tl_version} -Provides: tex(pxr.vf) = %{tl_version} -Provides: tex(pxsc.vf) = %{tl_version} -Provides: tex(pxsl.vf) = %{tl_version} -Provides: tex(omlpxmi.fd) = %{tl_version} -Provides: tex(omlpxr.fd) = %{tl_version} -Provides: tex(omspxr.fd) = %{tl_version} -Provides: tex(omspxsy.fd) = %{tl_version} -Provides: tex(omxpxex.fd) = %{tl_version} -Provides: tex(ot1pxr.fd) = %{tl_version} -Provides: tex(ot1pxss.fd) = %{tl_version} -Provides: tex(ot1pxtt.fd) = %{tl_version} -Provides: tex(pxfonts.sty) = %{tl_version} -Provides: tex(t1pxr.fd) = %{tl_version} -Provides: tex(t1pxss.fd) = %{tl_version} -Provides: tex(t1pxtt.fd) = %{tl_version} -Provides: tex(ts1pxr.fd) = %{tl_version} -Provides: tex(ts1pxss.fd) = %{tl_version} -Provides: tex(ts1pxtt.fd) = %{tl_version} -Provides: tex(upxexa.fd) = %{tl_version} -Provides: tex(upxmia.fd) = %{tl_version} -Provides: tex(upxr.fd) = %{tl_version} -Provides: tex(upxss.fd) = %{tl_version} -Provides: tex(upxsya.fd) = %{tl_version} -Provides: tex(upxsyb.fd) = %{tl_version} -Provides: tex(upxsyc.fd) = %{tl_version} -Provides: tex(upxtt.fd) = %{tl_version} - -%description pxfonts -Pxfonts supplies virtual text roman fonts using Adobe Palatino -(or URWPalladioL) with some modified and additional text -symbols in the OT1, T1, and TS1 encodings; maths alphabets -using Palatino/Palladio; maths fonts providing all the symbols -of the Computer Modern and AMS fonts, including all the Greek -capital letters from CMR; and additional maths fonts of various -other symbols. The set is complemented by a sans-serif set of -text fonts, based on Helvetica/NimbusSanL, and a monospace set -derived from the parallel TX font set. All the fonts are in -Type 1 format (AFM and PFB files), and are supported by TeX -metrics (VF and TFM files) and macros for use with LaTeX. - -%package pxfonts-doc -Summary: Documentation for pxfonts -Version: svn15878.0 - -Provides: tex-pxfonts-doc -AutoReqProv: No - -%description pxfonts-doc -Documentation for pxfonts - -%package rsfs -Provides: tex-rsfs = %{tl_version} -License: rsfs -Summary: Ralph Smith's Formal Script font -Version: svn15878.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(rsfs.map) = %{tl_version} -Provides: tex(rsfs10.tfm) = %{tl_version} -Provides: tex(rsfs5.tfm) = %{tl_version} -Provides: tex(rsfs7.tfm) = %{tl_version} -Provides: tex(rsfs10.pfb) = %{tl_version} -Provides: tex(rsfs5.pfb) = %{tl_version} -Provides: tex(rsfs7.pfb) = %{tl_version} -Provides: tex(scrload.tex) = %{tl_version} - -%description rsfs -The fonts provide uppercase 'formal' script letters for use as -symbols in scientific and mathematical typesetting (in contrast -to the informal script fonts such as that used for the -'calligraphic' symbols in the TeX maths symbol font). The fonts -are provided as Metafont source, and as derived Adobe Type 1 -format. LaTeX support, for using these fonts in mathematics, is -available via one of the packages calrsfs and mathrsfs. - -%package rsfs-doc -Summary: Documentation for rsfs -Version: svn15878.0 - -Provides: tex-rsfs-doc -AutoReqProv: No - -%description rsfs-doc -Documentation for rsfs - -%package symbol -Provides: tex-symbol = %{tl_version} -License: GPL+ -Summary: URW "Base 35" font pack for LaTeX -Version: svn31835.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(usy.map) = %{tl_version} -Provides: tex(psyr.tfm) = %{tl_version} -Provides: tex(msyr.tfm) = %{tl_version} -Provides: tex(usyr.tfm) = %{tl_version} -Provides: tex(usyr.pfb) = %{tl_version} -Provides: tex(uusy.fd) = %{tl_version} - -%description symbol -A set of fonts for use as "drop-in" replacements for Adobe's -basic set, comprising: Century Schoolbook (substituting for -Adobe's New Century Schoolbook); Dingbats (substituting for -Adobe's Zapf Dingbats); Nimbus Mono L (substituting for Abobe's -Courier); Nimbus Roman No9 L (substituting for Adobe's Times); -Nimbus Sans L (substituting for Adobe's Helvetica); Standard -Symbols L (substituting for Adobe's Symbol); URW Bookman; URW -Chancery L Medium Italic (substituting for Adobe's Zapf -Chancery); URW Gothic L Book (substituting for Adobe's Avant -Garde); and URW Palladio L (substituting for Adobe's Palatino). - -%package tex-gyre -Provides: tex-tex-gyre = %{tl_version} -License: GFSL -Summary: TeX Fonts extending freely available URW fonts -Version: svn48058 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(tgcursor.sty) -Requires: tex(tgheros.sty) -Requires: tex(tgchorus.sty) -Requires: tex(kvoptions.sty) -Provides: tex(q-cs-sc.enc) = %{tl_version} -Provides: tex(q-cs.enc) = %{tl_version} -Provides: tex(q-csm-sc.enc) = %{tl_version} -Provides: tex(q-csm.enc) = %{tl_version} -Provides: tex(q-cszc.enc) = %{tl_version} -Provides: tex(q-ec-sc.enc) = %{tl_version} -Provides: tex(q-ec.enc) = %{tl_version} -Provides: tex(q-l7x-sc.enc) = %{tl_version} -Provides: tex(q-l7x.enc) = %{tl_version} -Provides: tex(q-l7xzc.enc) = %{tl_version} -Provides: tex(q-qx-sc.enc) = %{tl_version} -Provides: tex(q-qx.enc) = %{tl_version} -Provides: tex(q-qxm-sc.enc) = %{tl_version} -Provides: tex(q-qxm.enc) = %{tl_version} -Provides: tex(q-qxzc.enc) = %{tl_version} -Provides: tex(q-rm-sc.enc) = %{tl_version} -Provides: tex(q-rm.enc) = %{tl_version} -Provides: tex(q-rmm-sc.enc) = %{tl_version} -Provides: tex(q-rmm.enc) = %{tl_version} -Provides: tex(q-rmzc.enc) = %{tl_version} -Provides: tex(q-t5-sc.enc) = %{tl_version} -Provides: tex(q-t5.enc) = %{tl_version} -Provides: tex(q-texnansi-sc.enc) = %{tl_version} -Provides: tex(q-texnansi.enc) = %{tl_version} -Provides: tex(q-texnansizc.enc) = %{tl_version} -Provides: tex(q-ts1.enc) = %{tl_version} -Provides: tex(qag-cs.map) = %{tl_version} -Provides: tex(qag-ec.map) = %{tl_version} -Provides: tex(qag-l7x.map) = %{tl_version} -Provides: tex(qag-qx.map) = %{tl_version} -Provides: tex(qag-rm.map) = %{tl_version} -Provides: tex(qag-t5.map) = %{tl_version} -Provides: tex(qag-texnansi.map) = %{tl_version} -Provides: tex(qag-ts1.map) = %{tl_version} -Provides: tex(qag.map) = %{tl_version} -Provides: tex(qbk-cs.map) = %{tl_version} -Provides: tex(qbk-ec.map) = %{tl_version} -Provides: tex(qbk-l7x.map) = %{tl_version} -Provides: tex(qbk-qx.map) = %{tl_version} -Provides: tex(qbk-rm.map) = %{tl_version} -Provides: tex(qbk-t5.map) = %{tl_version} -Provides: tex(qbk-texnansi.map) = %{tl_version} -Provides: tex(qbk-ts1.map) = %{tl_version} -Provides: tex(qbk.map) = %{tl_version} -Provides: tex(qcr-cs.map) = %{tl_version} -Provides: tex(qcr-ec.map) = %{tl_version} -Provides: tex(qcr-l7x.map) = %{tl_version} -Provides: tex(qcr-qx.map) = %{tl_version} -Provides: tex(qcr-rm.map) = %{tl_version} -Provides: tex(qcr-t5.map) = %{tl_version} -Provides: tex(qcr-texnansi.map) = %{tl_version} -Provides: tex(qcr-ts1.map) = %{tl_version} -Provides: tex(qcr.map) = %{tl_version} -Provides: tex(qcs-cs.map) = %{tl_version} -Provides: tex(qcs-ec.map) = %{tl_version} -Provides: tex(qcs-l7x.map) = %{tl_version} -Provides: tex(qcs-qx.map) = %{tl_version} -Provides: tex(qcs-rm.map) = %{tl_version} -Provides: tex(qcs-t5.map) = %{tl_version} -Provides: tex(qcs-texnansi.map) = %{tl_version} -Provides: tex(qcs-ts1.map) = %{tl_version} -Provides: tex(qcs.map) = %{tl_version} -Provides: tex(qhv-cs.map) = %{tl_version} -Provides: tex(qhv-ec.map) = %{tl_version} -Provides: tex(qhv-l7x.map) = %{tl_version} -Provides: tex(qhv-qx.map) = %{tl_version} -Provides: tex(qhv-rm.map) = %{tl_version} -Provides: tex(qhv-t5.map) = %{tl_version} -Provides: tex(qhv-texnansi.map) = %{tl_version} -Provides: tex(qhv-ts1.map) = %{tl_version} -Provides: tex(qhv.map) = %{tl_version} -Provides: tex(qpl-cs.map) = %{tl_version} -Provides: tex(qpl-ec.map) = %{tl_version} -Provides: tex(qpl-l7x.map) = %{tl_version} -Provides: tex(qpl-qx.map) = %{tl_version} -Provides: tex(qpl-rm.map) = %{tl_version} -Provides: tex(qpl-t5.map) = %{tl_version} -Provides: tex(qpl-texnansi.map) = %{tl_version} -Provides: tex(qpl-ts1.map) = %{tl_version} -Provides: tex(qpl.map) = %{tl_version} -Provides: tex(qtm-cs.map) = %{tl_version} -Provides: tex(qtm-ec.map) = %{tl_version} -Provides: tex(qtm-l7x.map) = %{tl_version} -Provides: tex(qtm-qx.map) = %{tl_version} -Provides: tex(qtm-rm.map) = %{tl_version} -Provides: tex(qtm-t5.map) = %{tl_version} -Provides: tex(qtm-texnansi.map) = %{tl_version} -Provides: tex(qtm-ts1.map) = %{tl_version} -Provides: tex(qtm.map) = %{tl_version} -Provides: tex(qzc-cs.map) = %{tl_version} -Provides: tex(qzc-ec.map) = %{tl_version} -Provides: tex(qzc-l7x.map) = %{tl_version} -Provides: tex(qzc-qx.map) = %{tl_version} -Provides: tex(qzc-rm.map) = %{tl_version} -Provides: tex(qzc-t5.map) = %{tl_version} -Provides: tex(qzc-texnansi.map) = %{tl_version} -Provides: tex(qzc-ts1.map) = %{tl_version} -Provides: tex(qzc.map) = %{tl_version} -Provides: tex(texgyreadventor-bold.otf) = %{tl_version} -Provides: tex(texgyreadventor-bolditalic.otf) = %{tl_version} -Provides: tex(texgyreadventor-italic.otf) = %{tl_version} -Provides: tex(texgyreadventor-regular.otf) = %{tl_version} -Provides: tex(texgyrebonum-bold.otf) = %{tl_version} -Provides: tex(texgyrebonum-bolditalic.otf) = %{tl_version} -Provides: tex(texgyrebonum-italic.otf) = %{tl_version} -Provides: tex(texgyrebonum-regular.otf) = %{tl_version} -Provides: tex(texgyrechorus-mediumitalic.otf) = %{tl_version} -Provides: tex(texgyrecursor-bold.otf) = %{tl_version} -Provides: tex(texgyrecursor-bolditalic.otf) = %{tl_version} -Provides: tex(texgyrecursor-italic.otf) = %{tl_version} -Provides: tex(texgyrecursor-regular.otf) = %{tl_version} -Provides: tex(texgyreheros-bold.otf) = %{tl_version} -Provides: tex(texgyreheros-bolditalic.otf) = %{tl_version} -Provides: tex(texgyreheros-italic.otf) = %{tl_version} -Provides: tex(texgyreheros-regular.otf) = %{tl_version} -Provides: tex(texgyreheroscn-bold.otf) = %{tl_version} -Provides: tex(texgyreheroscn-bolditalic.otf) = %{tl_version} -Provides: tex(texgyreheroscn-italic.otf) = %{tl_version} -Provides: tex(texgyreheroscn-regular.otf) = %{tl_version} -Provides: tex(texgyrepagella-bold.otf) = %{tl_version} -Provides: tex(texgyrepagella-bolditalic.otf) = %{tl_version} -Provides: tex(texgyrepagella-italic.otf) = %{tl_version} -Provides: tex(texgyrepagella-regular.otf) = %{tl_version} -Provides: tex(texgyreschola-bold.otf) = %{tl_version} -Provides: tex(texgyreschola-bolditalic.otf) = %{tl_version} -Provides: tex(texgyreschola-italic.otf) = %{tl_version} -Provides: tex(texgyreschola-regular.otf) = %{tl_version} -Provides: tex(texgyretermes-bold.otf) = %{tl_version} -Provides: tex(texgyretermes-bolditalic.otf) = %{tl_version} -Provides: tex(texgyretermes-italic.otf) = %{tl_version} -Provides: tex(texgyretermes-regular.otf) = %{tl_version} -Provides: tex(cs-qagb-sc.tfm) = %{tl_version} -Provides: tex(cs-qagb.tfm) = %{tl_version} -Provides: tex(cs-qagbi-sc.tfm) = %{tl_version} -Provides: tex(cs-qagbi.tfm) = %{tl_version} -Provides: tex(cs-qagr-sc.tfm) = %{tl_version} -Provides: tex(cs-qagr.tfm) = %{tl_version} -Provides: tex(cs-qagri-sc.tfm) = %{tl_version} -Provides: tex(cs-qagri.tfm) = %{tl_version} -Provides: tex(cs-qbkb-sc.tfm) = %{tl_version} -Provides: tex(cs-qbkb.tfm) = %{tl_version} -Provides: tex(cs-qbkbi-sc.tfm) = %{tl_version} -Provides: tex(cs-qbkbi.tfm) = %{tl_version} -Provides: tex(cs-qbkr-sc.tfm) = %{tl_version} -Provides: tex(cs-qbkr.tfm) = %{tl_version} -Provides: tex(cs-qbkri-sc.tfm) = %{tl_version} -Provides: tex(cs-qbkri.tfm) = %{tl_version} -Provides: tex(cs-qcrb-sc.tfm) = %{tl_version} -Provides: tex(cs-qcrb.tfm) = %{tl_version} -Provides: tex(cs-qcrbi-sc.tfm) = %{tl_version} -Provides: tex(cs-qcrbi.tfm) = %{tl_version} -Provides: tex(cs-qcrr-sc.tfm) = %{tl_version} -Provides: tex(cs-qcrr.tfm) = %{tl_version} -Provides: tex(cs-qcrri-sc.tfm) = %{tl_version} -Provides: tex(cs-qcrri.tfm) = %{tl_version} -Provides: tex(cs-qcsb-sc.tfm) = %{tl_version} -Provides: tex(cs-qcsb.tfm) = %{tl_version} -Provides: tex(cs-qcsbi-sc.tfm) = %{tl_version} -Provides: tex(cs-qcsbi.tfm) = %{tl_version} -Provides: tex(cs-qcsr-sc.tfm) = %{tl_version} -Provides: tex(cs-qcsr.tfm) = %{tl_version} -Provides: tex(cs-qcsri-sc.tfm) = %{tl_version} -Provides: tex(cs-qcsri.tfm) = %{tl_version} -Provides: tex(cs-qhvb-sc.tfm) = %{tl_version} -Provides: tex(cs-qhvb.tfm) = %{tl_version} -Provides: tex(cs-qhvbi-sc.tfm) = %{tl_version} -Provides: tex(cs-qhvbi.tfm) = %{tl_version} -Provides: tex(cs-qhvcb-sc.tfm) = %{tl_version} -Provides: tex(cs-qhvcb.tfm) = %{tl_version} -Provides: tex(cs-qhvcbi-sc.tfm) = %{tl_version} -Provides: tex(cs-qhvcbi.tfm) = %{tl_version} -Provides: tex(cs-qhvcr-sc.tfm) = %{tl_version} -Provides: tex(cs-qhvcr.tfm) = %{tl_version} -Provides: tex(cs-qhvcri-sc.tfm) = %{tl_version} -Provides: tex(cs-qhvcri.tfm) = %{tl_version} -Provides: tex(cs-qhvr-sc.tfm) = %{tl_version} -Provides: tex(cs-qhvr.tfm) = %{tl_version} -Provides: tex(cs-qhvri-sc.tfm) = %{tl_version} -Provides: tex(cs-qhvri.tfm) = %{tl_version} -Provides: tex(cs-qplb-sc.tfm) = %{tl_version} -Provides: tex(cs-qplb.tfm) = %{tl_version} -Provides: tex(cs-qplbi-sc.tfm) = %{tl_version} -Provides: tex(cs-qplbi.tfm) = %{tl_version} -Provides: tex(cs-qplr-sc.tfm) = %{tl_version} -Provides: tex(cs-qplr.tfm) = %{tl_version} -Provides: tex(cs-qplri-sc.tfm) = %{tl_version} -Provides: tex(cs-qplri.tfm) = %{tl_version} -Provides: tex(cs-qtmb-sc.tfm) = %{tl_version} -Provides: tex(cs-qtmb.tfm) = %{tl_version} -Provides: tex(cs-qtmbi-sc.tfm) = %{tl_version} -Provides: tex(cs-qtmbi.tfm) = %{tl_version} -Provides: tex(cs-qtmr-sc.tfm) = %{tl_version} -Provides: tex(cs-qtmr.tfm) = %{tl_version} -Provides: tex(cs-qtmri-sc.tfm) = %{tl_version} -Provides: tex(cs-qtmri.tfm) = %{tl_version} -Provides: tex(cs-qzcmi.tfm) = %{tl_version} -Provides: tex(ec-qagb-sc.tfm) = %{tl_version} -Provides: tex(ec-qagb.tfm) = %{tl_version} -Provides: tex(ec-qagbi-sc.tfm) = %{tl_version} -Provides: tex(ec-qagbi.tfm) = %{tl_version} -Provides: tex(ec-qagr-sc.tfm) = %{tl_version} -Provides: tex(ec-qagr.tfm) = %{tl_version} -Provides: tex(ec-qagri-sc.tfm) = %{tl_version} -Provides: tex(ec-qagri.tfm) = %{tl_version} -Provides: tex(ec-qbkb-sc.tfm) = %{tl_version} -Provides: tex(ec-qbkb.tfm) = %{tl_version} -Provides: tex(ec-qbkbi-sc.tfm) = %{tl_version} -Provides: tex(ec-qbkbi.tfm) = %{tl_version} -Provides: tex(ec-qbkr-sc.tfm) = %{tl_version} -Provides: tex(ec-qbkr.tfm) = %{tl_version} -Provides: tex(ec-qbkri-sc.tfm) = %{tl_version} -Provides: tex(ec-qbkri.tfm) = %{tl_version} -Provides: tex(ec-qcrb-sc.tfm) = %{tl_version} -Provides: tex(ec-qcrb.tfm) = %{tl_version} -Provides: tex(ec-qcrbi-sc.tfm) = %{tl_version} -Provides: tex(ec-qcrbi.tfm) = %{tl_version} -Provides: tex(ec-qcrr-sc.tfm) = %{tl_version} -Provides: tex(ec-qcrr.tfm) = %{tl_version} -Provides: tex(ec-qcrri-sc.tfm) = %{tl_version} -Provides: tex(ec-qcrri.tfm) = %{tl_version} -Provides: tex(ec-qcsb-sc.tfm) = %{tl_version} -Provides: tex(ec-qcsb.tfm) = %{tl_version} -Provides: tex(ec-qcsbi-sc.tfm) = %{tl_version} -Provides: tex(ec-qcsbi.tfm) = %{tl_version} -Provides: tex(ec-qcsr-sc.tfm) = %{tl_version} -Provides: tex(ec-qcsr.tfm) = %{tl_version} -Provides: tex(ec-qcsri-sc.tfm) = %{tl_version} -Provides: tex(ec-qcsri.tfm) = %{tl_version} -Provides: tex(ec-qhvb-sc.tfm) = %{tl_version} -Provides: tex(ec-qhvb.tfm) = %{tl_version} -Provides: tex(ec-qhvbi-sc.tfm) = %{tl_version} -Provides: tex(ec-qhvbi.tfm) = %{tl_version} -Provides: tex(ec-qhvcb-sc.tfm) = %{tl_version} -Provides: tex(ec-qhvcb.tfm) = %{tl_version} -Provides: tex(ec-qhvcbi-sc.tfm) = %{tl_version} -Provides: tex(ec-qhvcbi.tfm) = %{tl_version} -Provides: tex(ec-qhvcr-sc.tfm) = %{tl_version} -Provides: tex(ec-qhvcr.tfm) = %{tl_version} -Provides: tex(ec-qhvcri-sc.tfm) = %{tl_version} -Provides: tex(ec-qhvcri.tfm) = %{tl_version} -Provides: tex(ec-qhvr-sc.tfm) = %{tl_version} -Provides: tex(ec-qhvr.tfm) = %{tl_version} -Provides: tex(ec-qhvri-sc.tfm) = %{tl_version} -Provides: tex(ec-qhvri.tfm) = %{tl_version} -Provides: tex(ec-qplb-sc.tfm) = %{tl_version} -Provides: tex(ec-qplb.tfm) = %{tl_version} -Provides: tex(ec-qplbi-sc.tfm) = %{tl_version} -Provides: tex(ec-qplbi.tfm) = %{tl_version} -Provides: tex(ec-qplr-sc.tfm) = %{tl_version} -Provides: tex(ec-qplr.tfm) = %{tl_version} -Provides: tex(ec-qplri-sc.tfm) = %{tl_version} -Provides: tex(ec-qplri.tfm) = %{tl_version} -Provides: tex(ec-qtmb-sc.tfm) = %{tl_version} -Provides: tex(ec-qtmb.tfm) = %{tl_version} -Provides: tex(ec-qtmbi-sc.tfm) = %{tl_version} -Provides: tex(ec-qtmbi.tfm) = %{tl_version} -Provides: tex(ec-qtmr-sc.tfm) = %{tl_version} -Provides: tex(ec-qtmr.tfm) = %{tl_version} -Provides: tex(ec-qtmri-sc.tfm) = %{tl_version} -Provides: tex(ec-qtmri.tfm) = %{tl_version} -Provides: tex(ec-qzcmi.tfm) = %{tl_version} -Provides: tex(l7x-qagb-sc.tfm) = %{tl_version} -Provides: tex(l7x-qagb.tfm) = %{tl_version} -Provides: tex(l7x-qagbi-sc.tfm) = %{tl_version} -Provides: tex(l7x-qagbi.tfm) = %{tl_version} -Provides: tex(l7x-qagr-sc.tfm) = %{tl_version} -Provides: tex(l7x-qagr.tfm) = %{tl_version} -Provides: tex(l7x-qagri-sc.tfm) = %{tl_version} -Provides: tex(l7x-qagri.tfm) = %{tl_version} -Provides: tex(l7x-qbkb-sc.tfm) = %{tl_version} -Provides: tex(l7x-qbkb.tfm) = %{tl_version} -Provides: tex(l7x-qbkbi-sc.tfm) = %{tl_version} -Provides: tex(l7x-qbkbi.tfm) = %{tl_version} -Provides: tex(l7x-qbkr-sc.tfm) = %{tl_version} -Provides: tex(l7x-qbkr.tfm) = %{tl_version} -Provides: tex(l7x-qbkri-sc.tfm) = %{tl_version} -Provides: tex(l7x-qbkri.tfm) = %{tl_version} -Provides: tex(l7x-qcrb-sc.tfm) = %{tl_version} -Provides: tex(l7x-qcrb.tfm) = %{tl_version} -Provides: tex(l7x-qcrbi-sc.tfm) = %{tl_version} -Provides: tex(l7x-qcrbi.tfm) = %{tl_version} -Provides: tex(l7x-qcrr-sc.tfm) = %{tl_version} -Provides: tex(l7x-qcrr.tfm) = %{tl_version} -Provides: tex(l7x-qcrri-sc.tfm) = %{tl_version} -Provides: tex(l7x-qcrri.tfm) = %{tl_version} -Provides: tex(l7x-qcsb-sc.tfm) = %{tl_version} -Provides: tex(l7x-qcsb.tfm) = %{tl_version} -Provides: tex(l7x-qcsbi-sc.tfm) = %{tl_version} -Provides: tex(l7x-qcsbi.tfm) = %{tl_version} -Provides: tex(l7x-qcsr-sc.tfm) = %{tl_version} -Provides: tex(l7x-qcsr.tfm) = %{tl_version} -Provides: tex(l7x-qcsri-sc.tfm) = %{tl_version} -Provides: tex(l7x-qcsri.tfm) = %{tl_version} -Provides: tex(l7x-qhvb-sc.tfm) = %{tl_version} -Provides: tex(l7x-qhvb.tfm) = %{tl_version} -Provides: tex(l7x-qhvbi-sc.tfm) = %{tl_version} -Provides: tex(l7x-qhvbi.tfm) = %{tl_version} -Provides: tex(l7x-qhvcb-sc.tfm) = %{tl_version} -Provides: tex(l7x-qhvcb.tfm) = %{tl_version} -Provides: tex(l7x-qhvcbi-sc.tfm) = %{tl_version} -Provides: tex(l7x-qhvcbi.tfm) = %{tl_version} -Provides: tex(l7x-qhvcr-sc.tfm) = %{tl_version} -Provides: tex(l7x-qhvcr.tfm) = %{tl_version} -Provides: tex(l7x-qhvcri-sc.tfm) = %{tl_version} -Provides: tex(l7x-qhvcri.tfm) = %{tl_version} -Provides: tex(l7x-qhvr-sc.tfm) = %{tl_version} -Provides: tex(l7x-qhvr.tfm) = %{tl_version} -Provides: tex(l7x-qhvri-sc.tfm) = %{tl_version} -Provides: tex(l7x-qhvri.tfm) = %{tl_version} -Provides: tex(l7x-qplb-sc.tfm) = %{tl_version} -Provides: tex(l7x-qplb.tfm) = %{tl_version} -Provides: tex(l7x-qplbi-sc.tfm) = %{tl_version} -Provides: tex(l7x-qplbi.tfm) = %{tl_version} -Provides: tex(l7x-qplr-sc.tfm) = %{tl_version} -Provides: tex(l7x-qplr.tfm) = %{tl_version} -Provides: tex(l7x-qplri-sc.tfm) = %{tl_version} -Provides: tex(l7x-qplri.tfm) = %{tl_version} -Provides: tex(l7x-qtmb-sc.tfm) = %{tl_version} -Provides: tex(l7x-qtmb.tfm) = %{tl_version} -Provides: tex(l7x-qtmbi-sc.tfm) = %{tl_version} -Provides: tex(l7x-qtmbi.tfm) = %{tl_version} -Provides: tex(l7x-qtmr-sc.tfm) = %{tl_version} -Provides: tex(l7x-qtmr.tfm) = %{tl_version} -Provides: tex(l7x-qtmri-sc.tfm) = %{tl_version} -Provides: tex(l7x-qtmri.tfm) = %{tl_version} -Provides: tex(l7x-qzcmi.tfm) = %{tl_version} -Provides: tex(qx-qagb-sc.tfm) = %{tl_version} -Provides: tex(qx-qagb.tfm) = %{tl_version} -Provides: tex(qx-qagbi-sc.tfm) = %{tl_version} -Provides: tex(qx-qagbi.tfm) = %{tl_version} -Provides: tex(qx-qagr-sc.tfm) = %{tl_version} -Provides: tex(qx-qagr.tfm) = %{tl_version} -Provides: tex(qx-qagri-sc.tfm) = %{tl_version} -Provides: tex(qx-qagri.tfm) = %{tl_version} -Provides: tex(qx-qbkb-sc.tfm) = %{tl_version} -Provides: tex(qx-qbkb.tfm) = %{tl_version} -Provides: tex(qx-qbkbi-sc.tfm) = %{tl_version} -Provides: tex(qx-qbkbi.tfm) = %{tl_version} -Provides: tex(qx-qbkr-sc.tfm) = %{tl_version} -Provides: tex(qx-qbkr.tfm) = %{tl_version} -Provides: tex(qx-qbkri-sc.tfm) = %{tl_version} -Provides: tex(qx-qbkri.tfm) = %{tl_version} -Provides: tex(qx-qcrb-sc.tfm) = %{tl_version} -Provides: tex(qx-qcrb.tfm) = %{tl_version} -Provides: tex(qx-qcrbi-sc.tfm) = %{tl_version} -Provides: tex(qx-qcrbi.tfm) = %{tl_version} -Provides: tex(qx-qcrr-sc.tfm) = %{tl_version} -Provides: tex(qx-qcrr.tfm) = %{tl_version} -Provides: tex(qx-qcrri-sc.tfm) = %{tl_version} -Provides: tex(qx-qcrri.tfm) = %{tl_version} -Provides: tex(qx-qcsb-sc.tfm) = %{tl_version} -Provides: tex(qx-qcsb.tfm) = %{tl_version} -Provides: tex(qx-qcsbi-sc.tfm) = %{tl_version} -Provides: tex(qx-qcsbi.tfm) = %{tl_version} -Provides: tex(qx-qcsr-sc.tfm) = %{tl_version} -Provides: tex(qx-qcsr.tfm) = %{tl_version} -Provides: tex(qx-qcsri-sc.tfm) = %{tl_version} -Provides: tex(qx-qcsri.tfm) = %{tl_version} -Provides: tex(qx-qhvb-sc.tfm) = %{tl_version} -Provides: tex(qx-qhvb.tfm) = %{tl_version} -Provides: tex(qx-qhvbi-sc.tfm) = %{tl_version} -Provides: tex(qx-qhvbi.tfm) = %{tl_version} -Provides: tex(qx-qhvcb-sc.tfm) = %{tl_version} -Provides: tex(qx-qhvcb.tfm) = %{tl_version} -Provides: tex(qx-qhvcbi-sc.tfm) = %{tl_version} -Provides: tex(qx-qhvcbi.tfm) = %{tl_version} -Provides: tex(qx-qhvcr-sc.tfm) = %{tl_version} -Provides: tex(qx-qhvcr.tfm) = %{tl_version} -Provides: tex(qx-qhvcri-sc.tfm) = %{tl_version} -Provides: tex(qx-qhvcri.tfm) = %{tl_version} -Provides: tex(qx-qhvr-sc.tfm) = %{tl_version} -Provides: tex(qx-qhvr.tfm) = %{tl_version} -Provides: tex(qx-qhvri-sc.tfm) = %{tl_version} -Provides: tex(qx-qhvri.tfm) = %{tl_version} -Provides: tex(qx-qplb-sc.tfm) = %{tl_version} -Provides: tex(qx-qplb.tfm) = %{tl_version} -Provides: tex(qx-qplbi-sc.tfm) = %{tl_version} -Provides: tex(qx-qplbi.tfm) = %{tl_version} -Provides: tex(qx-qplr-sc.tfm) = %{tl_version} -Provides: tex(qx-qplr.tfm) = %{tl_version} -Provides: tex(qx-qplri-sc.tfm) = %{tl_version} -Provides: tex(qx-qplri.tfm) = %{tl_version} -Provides: tex(qx-qtmb-sc.tfm) = %{tl_version} -Provides: tex(qx-qtmb.tfm) = %{tl_version} -Provides: tex(qx-qtmbi-sc.tfm) = %{tl_version} -Provides: tex(qx-qtmbi.tfm) = %{tl_version} -Provides: tex(qx-qtmr-sc.tfm) = %{tl_version} -Provides: tex(qx-qtmr.tfm) = %{tl_version} -Provides: tex(qx-qtmri-sc.tfm) = %{tl_version} -Provides: tex(qx-qtmri.tfm) = %{tl_version} -Provides: tex(qx-qzcmi.tfm) = %{tl_version} -Provides: tex(rm-qagb-sc.tfm) = %{tl_version} -Provides: tex(rm-qagb.tfm) = %{tl_version} -Provides: tex(rm-qagbi-sc.tfm) = %{tl_version} -Provides: tex(rm-qagbi.tfm) = %{tl_version} -Provides: tex(rm-qagr-sc.tfm) = %{tl_version} -Provides: tex(rm-qagr.tfm) = %{tl_version} -Provides: tex(rm-qagri-sc.tfm) = %{tl_version} -Provides: tex(rm-qagri.tfm) = %{tl_version} -Provides: tex(rm-qbkb-sc.tfm) = %{tl_version} -Provides: tex(rm-qbkb.tfm) = %{tl_version} -Provides: tex(rm-qbkbi-sc.tfm) = %{tl_version} -Provides: tex(rm-qbkbi.tfm) = %{tl_version} -Provides: tex(rm-qbkr-sc.tfm) = %{tl_version} -Provides: tex(rm-qbkr.tfm) = %{tl_version} -Provides: tex(rm-qbkri-sc.tfm) = %{tl_version} -Provides: tex(rm-qbkri.tfm) = %{tl_version} -Provides: tex(rm-qcrb-sc.tfm) = %{tl_version} -Provides: tex(rm-qcrb.tfm) = %{tl_version} -Provides: tex(rm-qcrbi-sc.tfm) = %{tl_version} -Provides: tex(rm-qcrbi.tfm) = %{tl_version} -Provides: tex(rm-qcrr-sc.tfm) = %{tl_version} -Provides: tex(rm-qcrr.tfm) = %{tl_version} -Provides: tex(rm-qcrri-sc.tfm) = %{tl_version} -Provides: tex(rm-qcrri.tfm) = %{tl_version} -Provides: tex(rm-qcsb-sc.tfm) = %{tl_version} -Provides: tex(rm-qcsb.tfm) = %{tl_version} -Provides: tex(rm-qcsbi-sc.tfm) = %{tl_version} -Provides: tex(rm-qcsbi.tfm) = %{tl_version} -Provides: tex(rm-qcsr-sc.tfm) = %{tl_version} -Provides: tex(rm-qcsr.tfm) = %{tl_version} -Provides: tex(rm-qcsri-sc.tfm) = %{tl_version} -Provides: tex(rm-qcsri.tfm) = %{tl_version} -Provides: tex(rm-qhvb-sc.tfm) = %{tl_version} -Provides: tex(rm-qhvb.tfm) = %{tl_version} -Provides: tex(rm-qhvbi-sc.tfm) = %{tl_version} -Provides: tex(rm-qhvbi.tfm) = %{tl_version} -Provides: tex(rm-qhvcb-sc.tfm) = %{tl_version} -Provides: tex(rm-qhvcb.tfm) = %{tl_version} -Provides: tex(rm-qhvcbi-sc.tfm) = %{tl_version} -Provides: tex(rm-qhvcbi.tfm) = %{tl_version} -Provides: tex(rm-qhvcr-sc.tfm) = %{tl_version} -Provides: tex(rm-qhvcr.tfm) = %{tl_version} -Provides: tex(rm-qhvcri-sc.tfm) = %{tl_version} -Provides: tex(rm-qhvcri.tfm) = %{tl_version} -Provides: tex(rm-qhvr-sc.tfm) = %{tl_version} -Provides: tex(rm-qhvr.tfm) = %{tl_version} -Provides: tex(rm-qhvri-sc.tfm) = %{tl_version} -Provides: tex(rm-qhvri.tfm) = %{tl_version} -Provides: tex(rm-qplb-sc.tfm) = %{tl_version} -Provides: tex(rm-qplb.tfm) = %{tl_version} -Provides: tex(rm-qplbi-sc.tfm) = %{tl_version} -Provides: tex(rm-qplbi.tfm) = %{tl_version} -Provides: tex(rm-qplr-sc.tfm) = %{tl_version} -Provides: tex(rm-qplr.tfm) = %{tl_version} -Provides: tex(rm-qplri-sc.tfm) = %{tl_version} -Provides: tex(rm-qplri.tfm) = %{tl_version} -Provides: tex(rm-qtmb-sc.tfm) = %{tl_version} -Provides: tex(rm-qtmb.tfm) = %{tl_version} -Provides: tex(rm-qtmbi-sc.tfm) = %{tl_version} -Provides: tex(rm-qtmbi.tfm) = %{tl_version} -Provides: tex(rm-qtmr-sc.tfm) = %{tl_version} -Provides: tex(rm-qtmr.tfm) = %{tl_version} -Provides: tex(rm-qtmri-sc.tfm) = %{tl_version} -Provides: tex(rm-qtmri.tfm) = %{tl_version} -Provides: tex(rm-qzcmi.tfm) = %{tl_version} -Provides: tex(t5-qagb-sc.tfm) = %{tl_version} -Provides: tex(t5-qagb.tfm) = %{tl_version} -Provides: tex(t5-qagbi-sc.tfm) = %{tl_version} -Provides: tex(t5-qagbi.tfm) = %{tl_version} -Provides: tex(t5-qagr-sc.tfm) = %{tl_version} -Provides: tex(t5-qagr.tfm) = %{tl_version} -Provides: tex(t5-qagri-sc.tfm) = %{tl_version} -Provides: tex(t5-qagri.tfm) = %{tl_version} -Provides: tex(t5-qbkb-sc.tfm) = %{tl_version} -Provides: tex(t5-qbkb.tfm) = %{tl_version} -Provides: tex(t5-qbkbi-sc.tfm) = %{tl_version} -Provides: tex(t5-qbkbi.tfm) = %{tl_version} -Provides: tex(t5-qbkr-sc.tfm) = %{tl_version} -Provides: tex(t5-qbkr.tfm) = %{tl_version} -Provides: tex(t5-qbkri-sc.tfm) = %{tl_version} -Provides: tex(t5-qbkri.tfm) = %{tl_version} -Provides: tex(t5-qcrb-sc.tfm) = %{tl_version} -Provides: tex(t5-qcrb.tfm) = %{tl_version} -Provides: tex(t5-qcrbi-sc.tfm) = %{tl_version} -Provides: tex(t5-qcrbi.tfm) = %{tl_version} -Provides: tex(t5-qcrr-sc.tfm) = %{tl_version} -Provides: tex(t5-qcrr.tfm) = %{tl_version} -Provides: tex(t5-qcrri-sc.tfm) = %{tl_version} -Provides: tex(t5-qcrri.tfm) = %{tl_version} -Provides: tex(t5-qcsb-sc.tfm) = %{tl_version} -Provides: tex(t5-qcsb.tfm) = %{tl_version} -Provides: tex(t5-qcsbi-sc.tfm) = %{tl_version} -Provides: tex(t5-qcsbi.tfm) = %{tl_version} -Provides: tex(t5-qcsr-sc.tfm) = %{tl_version} -Provides: tex(t5-qcsr.tfm) = %{tl_version} -Provides: tex(t5-qcsri-sc.tfm) = %{tl_version} -Provides: tex(t5-qcsri.tfm) = %{tl_version} -Provides: tex(t5-qhvb-sc.tfm) = %{tl_version} -Provides: tex(t5-qhvb.tfm) = %{tl_version} -Provides: tex(t5-qhvbi-sc.tfm) = %{tl_version} -Provides: tex(t5-qhvbi.tfm) = %{tl_version} -Provides: tex(t5-qhvcb-sc.tfm) = %{tl_version} -Provides: tex(t5-qhvcb.tfm) = %{tl_version} -Provides: tex(t5-qhvcbi-sc.tfm) = %{tl_version} -Provides: tex(t5-qhvcbi.tfm) = %{tl_version} -Provides: tex(t5-qhvcr-sc.tfm) = %{tl_version} -Provides: tex(t5-qhvcr.tfm) = %{tl_version} -Provides: tex(t5-qhvcri-sc.tfm) = %{tl_version} -Provides: tex(t5-qhvcri.tfm) = %{tl_version} -Provides: tex(t5-qhvr-sc.tfm) = %{tl_version} -Provides: tex(t5-qhvr.tfm) = %{tl_version} -Provides: tex(t5-qhvri-sc.tfm) = %{tl_version} -Provides: tex(t5-qhvri.tfm) = %{tl_version} -Provides: tex(t5-qplb-sc.tfm) = %{tl_version} -Provides: tex(t5-qplb.tfm) = %{tl_version} -Provides: tex(t5-qplbi-sc.tfm) = %{tl_version} -Provides: tex(t5-qplbi.tfm) = %{tl_version} -Provides: tex(t5-qplr-sc.tfm) = %{tl_version} -Provides: tex(t5-qplr.tfm) = %{tl_version} -Provides: tex(t5-qplri-sc.tfm) = %{tl_version} -Provides: tex(t5-qplri.tfm) = %{tl_version} -Provides: tex(t5-qtmb-sc.tfm) = %{tl_version} -Provides: tex(t5-qtmb.tfm) = %{tl_version} -Provides: tex(t5-qtmbi-sc.tfm) = %{tl_version} -Provides: tex(t5-qtmbi.tfm) = %{tl_version} -Provides: tex(t5-qtmr-sc.tfm) = %{tl_version} -Provides: tex(t5-qtmr.tfm) = %{tl_version} -Provides: tex(t5-qtmri-sc.tfm) = %{tl_version} -Provides: tex(t5-qtmri.tfm) = %{tl_version} -Provides: tex(t5-qzcmi.tfm) = %{tl_version} -Provides: tex(texnansi-qagb-sc.tfm) = %{tl_version} -Provides: tex(texnansi-qagb.tfm) = %{tl_version} -Provides: tex(texnansi-qagbi-sc.tfm) = %{tl_version} -Provides: tex(texnansi-qagbi.tfm) = %{tl_version} -Provides: tex(texnansi-qagr-sc.tfm) = %{tl_version} -Provides: tex(texnansi-qagr.tfm) = %{tl_version} -Provides: tex(texnansi-qagri-sc.tfm) = %{tl_version} -Provides: tex(texnansi-qagri.tfm) = %{tl_version} -Provides: tex(texnansi-qbkb-sc.tfm) = %{tl_version} -Provides: tex(texnansi-qbkb.tfm) = %{tl_version} -Provides: tex(texnansi-qbkbi-sc.tfm) = %{tl_version} -Provides: tex(texnansi-qbkbi.tfm) = %{tl_version} -Provides: tex(texnansi-qbkr-sc.tfm) = %{tl_version} -Provides: tex(texnansi-qbkr.tfm) = %{tl_version} -Provides: tex(texnansi-qbkri-sc.tfm) = %{tl_version} -Provides: tex(texnansi-qbkri.tfm) = %{tl_version} -Provides: tex(texnansi-qcrb-sc.tfm) = %{tl_version} -Provides: tex(texnansi-qcrb.tfm) = %{tl_version} -Provides: tex(texnansi-qcrbi-sc.tfm) = %{tl_version} -Provides: tex(texnansi-qcrbi.tfm) = %{tl_version} -Provides: tex(texnansi-qcrr-sc.tfm) = %{tl_version} -Provides: tex(texnansi-qcrr.tfm) = %{tl_version} -Provides: tex(texnansi-qcrri-sc.tfm) = %{tl_version} -Provides: tex(texnansi-qcrri.tfm) = %{tl_version} -Provides: tex(texnansi-qcsb-sc.tfm) = %{tl_version} -Provides: tex(texnansi-qcsb.tfm) = %{tl_version} -Provides: tex(texnansi-qcsbi-sc.tfm) = %{tl_version} -Provides: tex(texnansi-qcsbi.tfm) = %{tl_version} -Provides: tex(texnansi-qcsr-sc.tfm) = %{tl_version} -Provides: tex(texnansi-qcsr.tfm) = %{tl_version} -Provides: tex(texnansi-qcsri-sc.tfm) = %{tl_version} -Provides: tex(texnansi-qcsri.tfm) = %{tl_version} -Provides: tex(texnansi-qhvb-sc.tfm) = %{tl_version} -Provides: tex(texnansi-qhvb.tfm) = %{tl_version} -Provides: tex(texnansi-qhvbi-sc.tfm) = %{tl_version} -Provides: tex(texnansi-qhvbi.tfm) = %{tl_version} -Provides: tex(texnansi-qhvcb-sc.tfm) = %{tl_version} -Provides: tex(texnansi-qhvcb.tfm) = %{tl_version} -Provides: tex(texnansi-qhvcbi-sc.tfm) = %{tl_version} -Provides: tex(texnansi-qhvcbi.tfm) = %{tl_version} -Provides: tex(texnansi-qhvcr-sc.tfm) = %{tl_version} -Provides: tex(texnansi-qhvcr.tfm) = %{tl_version} -Provides: tex(texnansi-qhvcri-sc.tfm) = %{tl_version} -Provides: tex(texnansi-qhvcri.tfm) = %{tl_version} -Provides: tex(texnansi-qhvr-sc.tfm) = %{tl_version} -Provides: tex(texnansi-qhvr.tfm) = %{tl_version} -Provides: tex(texnansi-qhvri-sc.tfm) = %{tl_version} -Provides: tex(texnansi-qhvri.tfm) = %{tl_version} -Provides: tex(texnansi-qplb-sc.tfm) = %{tl_version} -Provides: tex(texnansi-qplb.tfm) = %{tl_version} -Provides: tex(texnansi-qplbi-sc.tfm) = %{tl_version} -Provides: tex(texnansi-qplbi.tfm) = %{tl_version} -Provides: tex(texnansi-qplr-sc.tfm) = %{tl_version} -Provides: tex(texnansi-qplr.tfm) = %{tl_version} -Provides: tex(texnansi-qplri-sc.tfm) = %{tl_version} -Provides: tex(texnansi-qplri.tfm) = %{tl_version} -Provides: tex(texnansi-qtmb-sc.tfm) = %{tl_version} -Provides: tex(texnansi-qtmb.tfm) = %{tl_version} -Provides: tex(texnansi-qtmbi-sc.tfm) = %{tl_version} -Provides: tex(texnansi-qtmbi.tfm) = %{tl_version} -Provides: tex(texnansi-qtmr-sc.tfm) = %{tl_version} -Provides: tex(texnansi-qtmr.tfm) = %{tl_version} -Provides: tex(texnansi-qtmri-sc.tfm) = %{tl_version} -Provides: tex(texnansi-qtmri.tfm) = %{tl_version} -Provides: tex(texnansi-qzcmi.tfm) = %{tl_version} -Provides: tex(ts1-qagb.tfm) = %{tl_version} -Provides: tex(ts1-qagbi.tfm) = %{tl_version} -Provides: tex(ts1-qagr.tfm) = %{tl_version} -Provides: tex(ts1-qagri.tfm) = %{tl_version} -Provides: tex(ts1-qbkb.tfm) = %{tl_version} -Provides: tex(ts1-qbkbi.tfm) = %{tl_version} -Provides: tex(ts1-qbkr.tfm) = %{tl_version} -Provides: tex(ts1-qbkri.tfm) = %{tl_version} -Provides: tex(ts1-qcrb.tfm) = %{tl_version} -Provides: tex(ts1-qcrbi.tfm) = %{tl_version} -Provides: tex(ts1-qcrr.tfm) = %{tl_version} -Provides: tex(ts1-qcrri.tfm) = %{tl_version} -Provides: tex(ts1-qcsb.tfm) = %{tl_version} -Provides: tex(ts1-qcsbi.tfm) = %{tl_version} -Provides: tex(ts1-qcsr.tfm) = %{tl_version} -Provides: tex(ts1-qcsri.tfm) = %{tl_version} -Provides: tex(ts1-qhvb.tfm) = %{tl_version} -Provides: tex(ts1-qhvbi.tfm) = %{tl_version} -Provides: tex(ts1-qhvcb.tfm) = %{tl_version} -Provides: tex(ts1-qhvcbi.tfm) = %{tl_version} -Provides: tex(ts1-qhvcr.tfm) = %{tl_version} -Provides: tex(ts1-qhvcri.tfm) = %{tl_version} -Provides: tex(ts1-qhvr.tfm) = %{tl_version} -Provides: tex(ts1-qhvri.tfm) = %{tl_version} -Provides: tex(ts1-qplb.tfm) = %{tl_version} -Provides: tex(ts1-qplbi.tfm) = %{tl_version} -Provides: tex(ts1-qplr.tfm) = %{tl_version} -Provides: tex(ts1-qplri.tfm) = %{tl_version} -Provides: tex(ts1-qtmb.tfm) = %{tl_version} -Provides: tex(ts1-qtmbi.tfm) = %{tl_version} -Provides: tex(ts1-qtmr.tfm) = %{tl_version} -Provides: tex(ts1-qtmri.tfm) = %{tl_version} -Provides: tex(ts1-qzcmi.tfm) = %{tl_version} -Provides: tex(qagb.pfb) = %{tl_version} -Provides: tex(qagbi.pfb) = %{tl_version} -Provides: tex(qagr.pfb) = %{tl_version} -Provides: tex(qagri.pfb) = %{tl_version} -Provides: tex(qbkb.pfb) = %{tl_version} -Provides: tex(qbkbi.pfb) = %{tl_version} -Provides: tex(qbkr.pfb) = %{tl_version} -Provides: tex(qbkri.pfb) = %{tl_version} -Provides: tex(qcrb.pfb) = %{tl_version} -Provides: tex(qcrbi.pfb) = %{tl_version} -Provides: tex(qcrr.pfb) = %{tl_version} -Provides: tex(qcrri.pfb) = %{tl_version} -Provides: tex(qcsb.pfb) = %{tl_version} -Provides: tex(qcsbi.pfb) = %{tl_version} -Provides: tex(qcsr.pfb) = %{tl_version} -Provides: tex(qcsri.pfb) = %{tl_version} -Provides: tex(qhvb.pfb) = %{tl_version} -Provides: tex(qhvbi.pfb) = %{tl_version} -Provides: tex(qhvcb.pfb) = %{tl_version} -Provides: tex(qhvcbi.pfb) = %{tl_version} -Provides: tex(qhvcr.pfb) = %{tl_version} -Provides: tex(qhvcri.pfb) = %{tl_version} -Provides: tex(qhvr.pfb) = %{tl_version} -Provides: tex(qhvri.pfb) = %{tl_version} -Provides: tex(qplb.pfb) = %{tl_version} -Provides: tex(qplbi.pfb) = %{tl_version} -Provides: tex(qplr.pfb) = %{tl_version} -Provides: tex(qplri.pfb) = %{tl_version} -Provides: tex(qtmb.pfb) = %{tl_version} -Provides: tex(qtmbi.pfb) = %{tl_version} -Provides: tex(qtmr.pfb) = %{tl_version} -Provides: tex(qtmri.pfb) = %{tl_version} -Provides: tex(qzcmi.pfb) = %{tl_version} -Provides: tex(il2qag.fd) = %{tl_version} -Provides: tex(il2qbk.fd) = %{tl_version} -Provides: tex(il2qcr.fd) = %{tl_version} -Provides: tex(il2qcs.fd) = %{tl_version} -Provides: tex(il2qhv.fd) = %{tl_version} -Provides: tex(il2qhvc.fd) = %{tl_version} -Provides: tex(il2qpl.fd) = %{tl_version} -Provides: tex(il2qtm.fd) = %{tl_version} -Provides: tex(il2qzc.fd) = %{tl_version} -Provides: tex(l7xqag.fd) = %{tl_version} -Provides: tex(l7xqbk.fd) = %{tl_version} -Provides: tex(l7xqcr.fd) = %{tl_version} -Provides: tex(l7xqcs.fd) = %{tl_version} -Provides: tex(l7xqhv.fd) = %{tl_version} -Provides: tex(l7xqhvc.fd) = %{tl_version} -Provides: tex(l7xqpl.fd) = %{tl_version} -Provides: tex(l7xqtm.fd) = %{tl_version} -Provides: tex(l7xqzc.fd) = %{tl_version} -Provides: tex(ly1qag.fd) = %{tl_version} -Provides: tex(ly1qbk.fd) = %{tl_version} -Provides: tex(ly1qcr.fd) = %{tl_version} -Provides: tex(ly1qcs.fd) = %{tl_version} -Provides: tex(ly1qhv.fd) = %{tl_version} -Provides: tex(ly1qhvc.fd) = %{tl_version} -Provides: tex(ly1qpl.fd) = %{tl_version} -Provides: tex(ly1qtm.fd) = %{tl_version} -Provides: tex(ly1qzc.fd) = %{tl_version} -Provides: tex(ot1qag.fd) = %{tl_version} -Provides: tex(ot1qbk.fd) = %{tl_version} -Provides: tex(ot1qcr.fd) = %{tl_version} -Provides: tex(ot1qcs.fd) = %{tl_version} -Provides: tex(ot1qhv.fd) = %{tl_version} -Provides: tex(ot1qhvc.fd) = %{tl_version} -Provides: tex(ot1qpl.fd) = %{tl_version} -Provides: tex(ot1qtm.fd) = %{tl_version} -Provides: tex(ot1qzc.fd) = %{tl_version} -Provides: tex(ot4qag.fd) = %{tl_version} -Provides: tex(ot4qbk.fd) = %{tl_version} -Provides: tex(ot4qcr.fd) = %{tl_version} -Provides: tex(ot4qcs.fd) = %{tl_version} -Provides: tex(ot4qhv.fd) = %{tl_version} -Provides: tex(ot4qhvc.fd) = %{tl_version} -Provides: tex(ot4qpl.fd) = %{tl_version} -Provides: tex(ot4qtm.fd) = %{tl_version} -Provides: tex(ot4qzc.fd) = %{tl_version} -Provides: tex(qbookman.sty) = %{tl_version} -Provides: tex(qcourier.sty) = %{tl_version} -Provides: tex(qpalatin.sty) = %{tl_version} -Provides: tex(qswiss.sty) = %{tl_version} -Provides: tex(qtimes.sty) = %{tl_version} -Provides: tex(qxqag.fd) = %{tl_version} -Provides: tex(qxqbk.fd) = %{tl_version} -Provides: tex(qxqcr.fd) = %{tl_version} -Provides: tex(qxqcs.fd) = %{tl_version} -Provides: tex(qxqhv.fd) = %{tl_version} -Provides: tex(qxqhvc.fd) = %{tl_version} -Provides: tex(qxqpl.fd) = %{tl_version} -Provides: tex(qxqtm.fd) = %{tl_version} -Provides: tex(qxqzc.fd) = %{tl_version} -Provides: tex(qzapfcha.sty) = %{tl_version} -Provides: tex(t1qag.fd) = %{tl_version} -Provides: tex(t1qbk.fd) = %{tl_version} -Provides: tex(t1qcr.fd) = %{tl_version} -Provides: tex(t1qcs.fd) = %{tl_version} -Provides: tex(t1qhv.fd) = %{tl_version} -Provides: tex(t1qhvc.fd) = %{tl_version} -Provides: tex(t1qpl.fd) = %{tl_version} -Provides: tex(t1qtm.fd) = %{tl_version} -Provides: tex(t1qzc.fd) = %{tl_version} -Provides: tex(t5qag.fd) = %{tl_version} -Provides: tex(t5qbk.fd) = %{tl_version} -Provides: tex(t5qcr.fd) = %{tl_version} -Provides: tex(t5qcs.fd) = %{tl_version} -Provides: tex(t5qhv.fd) = %{tl_version} -Provides: tex(t5qhvc.fd) = %{tl_version} -Provides: tex(t5qpl.fd) = %{tl_version} -Provides: tex(t5qtm.fd) = %{tl_version} -Provides: tex(t5qzc.fd) = %{tl_version} -Provides: tex(tgadventor.sty) = %{tl_version} -Provides: tex(tgbonum.sty) = %{tl_version} -Provides: tex(tgchorus.sty) = %{tl_version} -Provides: tex(tgcursor.sty) = %{tl_version} -Provides: tex(tgheros.sty) = %{tl_version} -Provides: tex(tgpagella.sty) = %{tl_version} -Provides: tex(tgschola.sty) = %{tl_version} -Provides: tex(tgtermes.sty) = %{tl_version} -Provides: tex(ts1qag.fd) = %{tl_version} -Provides: tex(ts1qbk.fd) = %{tl_version} -Provides: tex(ts1qcr.fd) = %{tl_version} -Provides: tex(ts1qcs.fd) = %{tl_version} -Provides: tex(ts1qhv.fd) = %{tl_version} -Provides: tex(ts1qhvc.fd) = %{tl_version} -Provides: tex(ts1qpl.fd) = %{tl_version} -Provides: tex(ts1qtm.fd) = %{tl_version} -Provides: tex(ts1qzc.fd) = %{tl_version} - -%description tex-gyre -The TeX-GYRE bundle consists of six font families: TeX Gyre -Adventor is based on the URW Gothic L family of fonts (which is -derived from ITC Avant Garde Gothic, designed by Herb Lubalin -and Tom Carnase). TeX Gyre Bonum is based on the URW Bookman L -family (from Bookman Old Style, designed by Alexander -Phemister). TeX Gyre Chorus is based on URW Chancery L Medium -Italic (from ITC Zapf Chancery, designed by Hermann Zapf in -1979). TeX-Gyre Cursor is based on URW Nimbus Mono L (based on -Courier, designed by Howard G. Kettler in 1955, for IBM). TeX -Gyre Heros is based on URW Nimbus Sans L (from Helvetica, -prepared by Max Miedinger, with Eduard Hoffmann in 1957). TeX -Gyre Pagella is based on URW Palladio L (from Palatino, -designed by Hermann Zapf in the 1940s). TeX Gyre Schola is -based on the URW Century Schoolbook L family (which was -designed by Morris Fuller Benton for the American Type -Founders). TeX Gyre Termes is based on the URW Nimbus Roman No9 -L family of fonts (whose original, Times, was designed by -Stanley Morison together with Starling Burgess and Victor -Lardent and first offered by Monotype). The constituent -standard faces of each family have been greatly extended, and -contain nearly 1100 glyphs each (though Chorus omits Greek -support, has no small-caps family and has approximately 800 -glyphs). Each family is available in Adobe Type 1 and Open Type -formats, and LaTeX support (for use with a variety of -encodings) is provided. Vietnamese characters were added by Han -The Thanh. - -%package tex-gyre-doc -Summary: Documentation for tex-gyre -Version: svn48058 -Provides: tex-tex-gyre-doc -AutoReqProv: No - -%description tex-gyre-doc -Documentation for tex-gyre - -%package tex-gyre-math -Provides: tex-tex-gyre-math = %{tl_version} -License: LPPL -Summary: Maths fonts to match tex-gyre text fonts -Version: svn41264 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(texgyrebonum-math.otf) = %{tl_version} -Provides: tex(texgyrepagella-math.otf) = %{tl_version} -Provides: tex(texgyreschola-math.otf) = %{tl_version} -Provides: tex(texgyretermes-math.otf) = %{tl_version} - -%description tex-gyre-math -TeX-Gyre-Math is a collection of maths fonts to match the text -fonts of the TeX-Gyre collection. The collection is available -in OpenType format, only; fonts conform to the developing -standards for OpenType maths fonts. TeX-Gyre-Math-Bonum (to -match TeX-Gyre-Bonum), TeX-Gyre-Math-Pagella (to match TeX-Gyre- -Pagella), TeX-Gyre-Math-Schola (to match TeX-Gyre-Schola) and -TeX-Gyre-Math-Termes (to match TeX-Gyre-Termes) fonts are -provided. - -%package tex-gyre-math-doc -Summary: Documentation for tex-gyre-math -Version: svn41264 - -Provides: tex-tex-gyre-math-doc -AutoReqProv: No - -%description tex-gyre-math-doc -Documentation for tex-gyre-math - -%package times -Provides: tex-times = %{tl_version} -License: GPL+ -Summary: URW "Base 35" font pack for LaTeX -Version: svn35058.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(utm.map) = %{tl_version} -Provides: tex(psyro.tfm) = %{tl_version} -Provides: tex(ptmb.tfm) = %{tl_version} -Provides: tex(ptmb7t.tfm) = %{tl_version} -Provides: tex(ptmb8c.tfm) = %{tl_version} -Provides: tex(ptmb8r.tfm) = %{tl_version} -Provides: tex(ptmb8t.tfm) = %{tl_version} -Provides: tex(ptmbc.tfm) = %{tl_version} -Provides: tex(ptmbc7t.tfm) = %{tl_version} -Provides: tex(ptmbc8t.tfm) = %{tl_version} -Provides: tex(ptmbi.tfm) = %{tl_version} -Provides: tex(ptmbi7t.tfm) = %{tl_version} -Provides: tex(ptmbi8c.tfm) = %{tl_version} -Provides: tex(ptmbi8r.tfm) = %{tl_version} -Provides: tex(ptmbi8t.tfm) = %{tl_version} -Provides: tex(ptmbo.tfm) = %{tl_version} -Provides: tex(ptmbo7t.tfm) = %{tl_version} -Provides: tex(ptmbo8c.tfm) = %{tl_version} -Provides: tex(ptmbo8r.tfm) = %{tl_version} -Provides: tex(ptmbo8t.tfm) = %{tl_version} -Provides: tex(ptmr.tfm) = %{tl_version} -Provides: tex(ptmr7t.tfm) = %{tl_version} -Provides: tex(ptmr8c.tfm) = %{tl_version} -Provides: tex(ptmr8r.tfm) = %{tl_version} -Provides: tex(ptmr8rn.tfm) = %{tl_version} -Provides: tex(ptmr8t.tfm) = %{tl_version} -Provides: tex(ptmrc.tfm) = %{tl_version} -Provides: tex(ptmrc7t.tfm) = %{tl_version} -Provides: tex(ptmrc8t.tfm) = %{tl_version} -Provides: tex(ptmri.tfm) = %{tl_version} -Provides: tex(ptmri7t.tfm) = %{tl_version} -Provides: tex(ptmri8c.tfm) = %{tl_version} -Provides: tex(ptmri8r.tfm) = %{tl_version} -Provides: tex(ptmri8t.tfm) = %{tl_version} -Provides: tex(ptmro.tfm) = %{tl_version} -Provides: tex(ptmro7t.tfm) = %{tl_version} -Provides: tex(ptmro8c.tfm) = %{tl_version} -Provides: tex(ptmro8r.tfm) = %{tl_version} -Provides: tex(ptmro8t.tfm) = %{tl_version} -Provides: tex(ptmrr8re.tfm) = %{tl_version} -Provides: tex(ptmrre.tfm) = %{tl_version} -Provides: tex(ptmrrn.tfm) = %{tl_version} -Provides: tex(zpsycmrv.tfm) = %{tl_version} -Provides: tex(zptmcm7m.tfm) = %{tl_version} -Provides: tex(zptmcm7t.tfm) = %{tl_version} -Provides: tex(zptmcm7v.tfm) = %{tl_version} -Provides: tex(zptmcm7y.tfm) = %{tl_version} -Provides: tex(zptmcmr.tfm) = %{tl_version} -Provides: tex(zptmcmrm.tfm) = %{tl_version} -Provides: tex(zpzccmry.tfm) = %{tl_version} -Provides: tex(utmb7t.tfm) = %{tl_version} -Provides: tex(utmb8c.tfm) = %{tl_version} -Provides: tex(utmb8r.tfm) = %{tl_version} -Provides: tex(utmb8t.tfm) = %{tl_version} -Provides: tex(utmbc7t.tfm) = %{tl_version} -Provides: tex(utmbc8t.tfm) = %{tl_version} -Provides: tex(utmbi7t.tfm) = %{tl_version} -Provides: tex(utmbi8c.tfm) = %{tl_version} -Provides: tex(utmbi8r.tfm) = %{tl_version} -Provides: tex(utmbi8t.tfm) = %{tl_version} -Provides: tex(utmbo7t.tfm) = %{tl_version} -Provides: tex(utmbo8c.tfm) = %{tl_version} -Provides: tex(utmbo8r.tfm) = %{tl_version} -Provides: tex(utmbo8t.tfm) = %{tl_version} -Provides: tex(utmr7t.tfm) = %{tl_version} -Provides: tex(utmr8c.tfm) = %{tl_version} -Provides: tex(utmr8r.tfm) = %{tl_version} -Provides: tex(utmr8t.tfm) = %{tl_version} -Provides: tex(utmrc7t.tfm) = %{tl_version} -Provides: tex(utmrc8t.tfm) = %{tl_version} -Provides: tex(utmri7t.tfm) = %{tl_version} -Provides: tex(utmri8c.tfm) = %{tl_version} -Provides: tex(utmri8r.tfm) = %{tl_version} -Provides: tex(utmri8t.tfm) = %{tl_version} -Provides: tex(utmro7t.tfm) = %{tl_version} -Provides: tex(utmro8c.tfm) = %{tl_version} -Provides: tex(utmro8r.tfm) = %{tl_version} -Provides: tex(utmro8t.tfm) = %{tl_version} -Provides: tex(utmb8a.pfb) = %{tl_version} -Provides: tex(utmbi8a.pfb) = %{tl_version} -Provides: tex(utmr8a.pfb) = %{tl_version} -Provides: tex(utmri8a.pfb) = %{tl_version} -Provides: tex(ptmb.vf) = %{tl_version} -Provides: tex(ptmb7t.vf) = %{tl_version} -Provides: tex(ptmb8c.vf) = %{tl_version} -Provides: tex(ptmb8t.vf) = %{tl_version} -Provides: tex(ptmbc.vf) = %{tl_version} -Provides: tex(ptmbc7t.vf) = %{tl_version} -Provides: tex(ptmbc8t.vf) = %{tl_version} -Provides: tex(ptmbi.vf) = %{tl_version} -Provides: tex(ptmbi7t.vf) = %{tl_version} -Provides: tex(ptmbi8c.vf) = %{tl_version} -Provides: tex(ptmbi8t.vf) = %{tl_version} -Provides: tex(ptmbo.vf) = %{tl_version} -Provides: tex(ptmbo7t.vf) = %{tl_version} -Provides: tex(ptmbo8c.vf) = %{tl_version} -Provides: tex(ptmbo8t.vf) = %{tl_version} -Provides: tex(ptmr.vf) = %{tl_version} -Provides: tex(ptmr7t.vf) = %{tl_version} -Provides: tex(ptmr8c.vf) = %{tl_version} -Provides: tex(ptmr8t.vf) = %{tl_version} -Provides: tex(ptmrc.vf) = %{tl_version} -Provides: tex(ptmrc7t.vf) = %{tl_version} -Provides: tex(ptmrc8t.vf) = %{tl_version} -Provides: tex(ptmri.vf) = %{tl_version} -Provides: tex(ptmri7t.vf) = %{tl_version} -Provides: tex(ptmri8c.vf) = %{tl_version} -Provides: tex(ptmri8t.vf) = %{tl_version} -Provides: tex(ptmro.vf) = %{tl_version} -Provides: tex(ptmro7t.vf) = %{tl_version} -Provides: tex(ptmro8c.vf) = %{tl_version} -Provides: tex(ptmro8t.vf) = %{tl_version} -Provides: tex(ptmrre.vf) = %{tl_version} -Provides: tex(ptmrrn.vf) = %{tl_version} -Provides: tex(zpsycmrv.vf) = %{tl_version} -Provides: tex(zptmcm7m.vf) = %{tl_version} -Provides: tex(zptmcm7t.vf) = %{tl_version} -Provides: tex(zptmcm7v.vf) = %{tl_version} -Provides: tex(zptmcm7y.vf) = %{tl_version} -Provides: tex(zptmcmr.vf) = %{tl_version} -Provides: tex(zptmcmrm.vf) = %{tl_version} -Provides: tex(zpzccmry.vf) = %{tl_version} -Provides: tex(utmb7t.vf) = %{tl_version} -Provides: tex(utmb8c.vf) = %{tl_version} -Provides: tex(utmb8t.vf) = %{tl_version} -Provides: tex(utmbc7t.vf) = %{tl_version} -Provides: tex(utmbc8t.vf) = %{tl_version} -Provides: tex(utmbi7t.vf) = %{tl_version} -Provides: tex(utmbi8c.vf) = %{tl_version} -Provides: tex(utmbi8t.vf) = %{tl_version} -Provides: tex(utmbo7t.vf) = %{tl_version} -Provides: tex(utmbo8c.vf) = %{tl_version} -Provides: tex(utmbo8t.vf) = %{tl_version} -Provides: tex(utmr7t.vf) = %{tl_version} -Provides: tex(utmr8c.vf) = %{tl_version} -Provides: tex(utmr8t.vf) = %{tl_version} -Provides: tex(utmrc7t.vf) = %{tl_version} -Provides: tex(utmrc8t.vf) = %{tl_version} -Provides: tex(utmri7t.vf) = %{tl_version} -Provides: tex(utmri8c.vf) = %{tl_version} -Provides: tex(utmri8t.vf) = %{tl_version} -Provides: tex(utmro7t.vf) = %{tl_version} -Provides: tex(utmro8c.vf) = %{tl_version} -Provides: tex(utmro8t.vf) = %{tl_version} -Provides: tex(8rutm.fd) = %{tl_version} -Provides: tex(omlutm.fd) = %{tl_version} -Provides: tex(omsutm.fd) = %{tl_version} -Provides: tex(ot1utm.fd) = %{tl_version} -Provides: tex(t1utm.fd) = %{tl_version} -Provides: tex(ts1utm.fd) = %{tl_version} - -%description times -A set of fonts for use as "drop-in" replacements for Adobe's -basic set, comprising: Century Schoolbook (substituting for -Adobe's New Century Schoolbook); Dingbats (substituting for -Adobe's Zapf Dingbats); Nimbus Mono L (substituting for Abobe's -Courier); Nimbus Roman No9 L (substituting for Adobe's Times); -Nimbus Sans L (substituting for Adobe's Helvetica); Standard -Symbols L (substituting for Adobe's Symbol); URW Bookman; URW -Chancery L Medium Italic (substituting for Adobe's Zapf -Chancery); URW Gothic L Book (substituting for Adobe's Avant -Garde); and URW Palladio L (substituting for Adobe's Palatino). - -%package tipa -Provides: tex-tipa = %{tl_version} -License: LPPL -Summary: Fonts and macros for IPA phonetics characters -Version: svn29349.1.3 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(tipx.sty) -Requires: tex(fontenc.sty) -Provides: tex(tipa.map) = %{tl_version} -Provides: tex(tipaprm.def) = %{tl_version} -Provides: tex(xipaprm.def) = %{tl_version} -Provides: tex(tipa10.tfm) = %{tl_version} -Provides: tex(tipa12.tfm) = %{tl_version} -Provides: tex(tipa17.tfm) = %{tl_version} -Provides: tex(tipa8.tfm) = %{tl_version} -Provides: tex(tipa9.tfm) = %{tl_version} -Provides: tex(tipab10.tfm) = %{tl_version} -Provides: tex(tipabs10.tfm) = %{tl_version} -Provides: tex(tipabx10.tfm) = %{tl_version} -Provides: tex(tipabx12.tfm) = %{tl_version} -Provides: tex(tipabx8.tfm) = %{tl_version} -Provides: tex(tipabx9.tfm) = %{tl_version} -Provides: tex(tipasb10.tfm) = %{tl_version} -Provides: tex(tipasi10.tfm) = %{tl_version} -Provides: tex(tipasl10.tfm) = %{tl_version} -Provides: tex(tipasl12.tfm) = %{tl_version} -Provides: tex(tipasl8.tfm) = %{tl_version} -Provides: tex(tipasl9.tfm) = %{tl_version} -Provides: tex(tipass10.tfm) = %{tl_version} -Provides: tex(tipass12.tfm) = %{tl_version} -Provides: tex(tipass17.tfm) = %{tl_version} -Provides: tex(tipass8.tfm) = %{tl_version} -Provides: tex(tipass9.tfm) = %{tl_version} -Provides: tex(tipats10.tfm) = %{tl_version} -Provides: tex(tipatt10.tfm) = %{tl_version} -Provides: tex(tipatt12.tfm) = %{tl_version} -Provides: tex(tipatt8.tfm) = %{tl_version} -Provides: tex(tipatt9.tfm) = %{tl_version} -Provides: tex(tipx10.tfm) = %{tl_version} -Provides: tex(tipx12.tfm) = %{tl_version} -Provides: tex(tipx17.tfm) = %{tl_version} -Provides: tex(tipx8.tfm) = %{tl_version} -Provides: tex(tipx9.tfm) = %{tl_version} -Provides: tex(tipxb10.tfm) = %{tl_version} -Provides: tex(tipxbs10.tfm) = %{tl_version} -Provides: tex(tipxbx10.tfm) = %{tl_version} -Provides: tex(tipxbx12.tfm) = %{tl_version} -Provides: tex(tipxbx8.tfm) = %{tl_version} -Provides: tex(tipxbx9.tfm) = %{tl_version} -Provides: tex(tipxsb10.tfm) = %{tl_version} -Provides: tex(tipxsi10.tfm) = %{tl_version} -Provides: tex(tipxsl10.tfm) = %{tl_version} -Provides: tex(tipxsl12.tfm) = %{tl_version} -Provides: tex(tipxsl8.tfm) = %{tl_version} -Provides: tex(tipxsl9.tfm) = %{tl_version} -Provides: tex(tipxss10.tfm) = %{tl_version} -Provides: tex(tipxss12.tfm) = %{tl_version} -Provides: tex(tipxss17.tfm) = %{tl_version} -Provides: tex(tipxss8.tfm) = %{tl_version} -Provides: tex(tipxss9.tfm) = %{tl_version} -Provides: tex(tipxts10.tfm) = %{tl_version} -Provides: tex(tipxtt10.tfm) = %{tl_version} -Provides: tex(tipxtt12.tfm) = %{tl_version} -Provides: tex(tipxtt8.tfm) = %{tl_version} -Provides: tex(tipxtt9.tfm) = %{tl_version} -Provides: tex(xipa10.tfm) = %{tl_version} -Provides: tex(xipab10.tfm) = %{tl_version} -Provides: tex(xipabs10.tfm) = %{tl_version} -Provides: tex(xipasb10.tfm) = %{tl_version} -Provides: tex(xipasi10.tfm) = %{tl_version} -Provides: tex(xipasl10.tfm) = %{tl_version} -Provides: tex(xipass10.tfm) = %{tl_version} -Provides: tex(xipx10.tfm) = %{tl_version} -Provides: tex(xipxb10.tfm) = %{tl_version} -Provides: tex(xipxbs10.tfm) = %{tl_version} -Provides: tex(xipxsb10.tfm) = %{tl_version} -Provides: tex(xipxsi10.tfm) = %{tl_version} -Provides: tex(xipxsl10.tfm) = %{tl_version} -Provides: tex(xipxss10.tfm) = %{tl_version} -Provides: tex(tipa10.pfb) = %{tl_version} -Provides: tex(tipa12.pfb) = %{tl_version} -Provides: tex(tipa17.pfb) = %{tl_version} -Provides: tex(tipa8.pfb) = %{tl_version} -Provides: tex(tipa9.pfb) = %{tl_version} -Provides: tex(tipab10.pfb) = %{tl_version} -Provides: tex(tipabs10.pfb) = %{tl_version} -Provides: tex(tipabx10.pfb) = %{tl_version} -Provides: tex(tipabx12.pfb) = %{tl_version} -Provides: tex(tipabx8.pfb) = %{tl_version} -Provides: tex(tipabx9.pfb) = %{tl_version} -Provides: tex(tipasb10.pfb) = %{tl_version} -Provides: tex(tipasi10.pfb) = %{tl_version} -Provides: tex(tipasl10.pfb) = %{tl_version} -Provides: tex(tipasl12.pfb) = %{tl_version} -Provides: tex(tipasl8.pfb) = %{tl_version} -Provides: tex(tipasl9.pfb) = %{tl_version} -Provides: tex(tipass10.pfb) = %{tl_version} -Provides: tex(tipass12.pfb) = %{tl_version} -Provides: tex(tipass17.pfb) = %{tl_version} -Provides: tex(tipass8.pfb) = %{tl_version} -Provides: tex(tipass9.pfb) = %{tl_version} -Provides: tex(tipats10.pfb) = %{tl_version} -Provides: tex(tipatt10.pfb) = %{tl_version} -Provides: tex(tipatt12.pfb) = %{tl_version} -Provides: tex(tipatt8.pfb) = %{tl_version} -Provides: tex(tipatt9.pfb) = %{tl_version} -Provides: tex(tipx10.pfb) = %{tl_version} -Provides: tex(tipx12.pfb) = %{tl_version} -Provides: tex(tipx17.pfb) = %{tl_version} -Provides: tex(tipx8.pfb) = %{tl_version} -Provides: tex(tipx9.pfb) = %{tl_version} -Provides: tex(tipxb10.pfb) = %{tl_version} -Provides: tex(tipxbs10.pfb) = %{tl_version} -Provides: tex(tipxbx10.pfb) = %{tl_version} -Provides: tex(tipxbx12.pfb) = %{tl_version} -Provides: tex(tipxbx8.pfb) = %{tl_version} -Provides: tex(tipxbx9.pfb) = %{tl_version} -Provides: tex(tipxsb10.pfb) = %{tl_version} -Provides: tex(tipxsi10.pfb) = %{tl_version} -Provides: tex(tipxsl10.pfb) = %{tl_version} -Provides: tex(tipxsl12.pfb) = %{tl_version} -Provides: tex(tipxsl8.pfb) = %{tl_version} -Provides: tex(tipxsl9.pfb) = %{tl_version} -Provides: tex(tipxss10.pfb) = %{tl_version} -Provides: tex(tipxss12.pfb) = %{tl_version} -Provides: tex(tipxss17.pfb) = %{tl_version} -Provides: tex(tipxss8.pfb) = %{tl_version} -Provides: tex(tipxss9.pfb) = %{tl_version} -Provides: tex(tipxts10.pfb) = %{tl_version} -Provides: tex(tipxtt10.pfb) = %{tl_version} -Provides: tex(tipxtt12.pfb) = %{tl_version} -Provides: tex(tipxtt8.pfb) = %{tl_version} -Provides: tex(tipxtt9.pfb) = %{tl_version} -Provides: tex(xipa10.pfb) = %{tl_version} -Provides: tex(xipab10.pfb) = %{tl_version} -Provides: tex(xipabs10.pfb) = %{tl_version} -Provides: tex(xipasb10.pfb) = %{tl_version} -Provides: tex(xipasi10.pfb) = %{tl_version} -Provides: tex(xipasl10.pfb) = %{tl_version} -Provides: tex(xipass10.pfb) = %{tl_version} -Provides: tex(xipx10.pfb) = %{tl_version} -Provides: tex(xipxb10.pfb) = %{tl_version} -Provides: tex(xipxbs10.pfb) = %{tl_version} -Provides: tex(xipxsb10.pfb) = %{tl_version} -Provides: tex(xipxsi10.pfb) = %{tl_version} -Provides: tex(xipxsl10.pfb) = %{tl_version} -Provides: tex(xipxss10.pfb) = %{tl_version} -Provides: tex(exaccent.sty) = %{tl_version} -Provides: tex(extraipa.sty) = %{tl_version} -Provides: tex(t3cmr.fd) = %{tl_version} -Provides: tex(t3cmss.fd) = %{tl_version} -Provides: tex(t3cmtt.fd) = %{tl_version} -Provides: tex(t3enc.def) = %{tl_version} -Provides: tex(t3phv.fd) = %{tl_version} -Provides: tex(t3ptm.fd) = %{tl_version} -Provides: tex(tipa.sty) = %{tl_version} -Provides: tex(tipx.sty) = %{tl_version} -Provides: tex(tone.sty) = %{tl_version} -Provides: tex(ts3cmr.fd) = %{tl_version} -Provides: tex(ts3cmss.fd) = %{tl_version} -Provides: tex(ts3cmtt.fd) = %{tl_version} -Provides: tex(ts3enc.def) = %{tl_version} -Provides: tex(ts3phv.fd) = %{tl_version} -Provides: tex(ts3ptm.fd) = %{tl_version} -Provides: tex(utipx.fd) = %{tl_version} -Provides: tex(utipxss.fd) = %{tl_version} -Provides: tex(utipxtt.fd) = %{tl_version} -Provides: tex(uxipx.fd) = %{tl_version} -Provides: tex(uxipxss.fd) = %{tl_version} -Provides: tex(vowel.sty) = %{tl_version} - -%description tipa -These fonts are considered the 'ultimate answer' to IPA -typesetting. The encoding of these 8-bit fonts has been -registered as LaTeX standard encoding T3, and the set of -addendum symbols as encoding TS3. 'Times-like' Adobe Type 1 -versions are provided for both the T3 and the TS3 fonts. - -%package tipa-doc -Summary: Documentation for tipa -Version: svn29349.1.3 - -Provides: tex-tipa-doc -AutoReqProv: No - -%description tipa-doc -Documentation for tipa - -%package txfonts -Provides: tex-txfonts = %{tl_version} -License: GPL+ -Summary: Times-like fonts in support of mathematics -Version: svn15878.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(tx8r.enc) = %{tl_version} -Provides: tex(txfonts.map) = %{tl_version} -Provides: tex(txr.map) = %{tl_version} -Provides: tex(txr1.map) = %{tl_version} -Provides: tex(txr2.map) = %{tl_version} -Provides: tex(txr3.map) = %{tl_version} -Provides: tex(rtcxb.tfm) = %{tl_version} -Provides: tex(rtcxbi.tfm) = %{tl_version} -Provides: tex(rtcxbsl.tfm) = %{tl_version} -Provides: tex(rtcxbss.tfm) = %{tl_version} -Provides: tex(rtcxbsso.tfm) = %{tl_version} -Provides: tex(rtcxi.tfm) = %{tl_version} -Provides: tex(rtcxr.tfm) = %{tl_version} -Provides: tex(rtcxsl.tfm) = %{tl_version} -Provides: tex(rtcxss.tfm) = %{tl_version} -Provides: tex(rtcxsssl.tfm) = %{tl_version} -Provides: tex(rtxb.tfm) = %{tl_version} -Provides: tex(rtxbi.tfm) = %{tl_version} -Provides: tex(rtxbmi.tfm) = %{tl_version} -Provides: tex(rtxbsc.tfm) = %{tl_version} -Provides: tex(rtxbsl.tfm) = %{tl_version} -Provides: tex(rtxbss.tfm) = %{tl_version} -Provides: tex(rtxbsssc.tfm) = %{tl_version} -Provides: tex(rtxbsssl.tfm) = %{tl_version} -Provides: tex(rtxi.tfm) = %{tl_version} -Provides: tex(rtxmi.tfm) = %{tl_version} -Provides: tex(rtxphvb.tfm) = %{tl_version} -Provides: tex(rtxphvbo.tfm) = %{tl_version} -Provides: tex(rtxphvr.tfm) = %{tl_version} -Provides: tex(rtxphvro.tfm) = %{tl_version} -Provides: tex(rtxptmb.tfm) = %{tl_version} -Provides: tex(rtxptmbi.tfm) = %{tl_version} -Provides: tex(rtxptmbo.tfm) = %{tl_version} -Provides: tex(rtxptmr.tfm) = %{tl_version} -Provides: tex(rtxptmri.tfm) = %{tl_version} -Provides: tex(rtxptmro.tfm) = %{tl_version} -Provides: tex(rtxr.tfm) = %{tl_version} -Provides: tex(rtxsc.tfm) = %{tl_version} -Provides: tex(rtxsl.tfm) = %{tl_version} -Provides: tex(rtxss.tfm) = %{tl_version} -Provides: tex(rtxsssc.tfm) = %{tl_version} -Provides: tex(rtxsssl.tfm) = %{tl_version} -Provides: tex(t1xb.tfm) = %{tl_version} -Provides: tex(t1xbi.tfm) = %{tl_version} -Provides: tex(t1xbsc.tfm) = %{tl_version} -Provides: tex(t1xbsl.tfm) = %{tl_version} -Provides: tex(t1xbss.tfm) = %{tl_version} -Provides: tex(t1xbsssc.tfm) = %{tl_version} -Provides: tex(t1xbsssl.tfm) = %{tl_version} -Provides: tex(t1xbtt.tfm) = %{tl_version} -Provides: tex(t1xbttsc.tfm) = %{tl_version} -Provides: tex(t1xbttsl.tfm) = %{tl_version} -Provides: tex(t1xi.tfm) = %{tl_version} -Provides: tex(t1xr.tfm) = %{tl_version} -Provides: tex(t1xsc.tfm) = %{tl_version} -Provides: tex(t1xsl.tfm) = %{tl_version} -Provides: tex(t1xss.tfm) = %{tl_version} -Provides: tex(t1xsssc.tfm) = %{tl_version} -Provides: tex(t1xsssl.tfm) = %{tl_version} -Provides: tex(t1xtt.tfm) = %{tl_version} -Provides: tex(t1xttsc.tfm) = %{tl_version} -Provides: tex(t1xttsl.tfm) = %{tl_version} -Provides: tex(tcxb.tfm) = %{tl_version} -Provides: tex(tcxbi.tfm) = %{tl_version} -Provides: tex(tcxbsl.tfm) = %{tl_version} -Provides: tex(tcxbss.tfm) = %{tl_version} -Provides: tex(tcxbsssl.tfm) = %{tl_version} -Provides: tex(tcxbtt.tfm) = %{tl_version} -Provides: tex(tcxbttsl.tfm) = %{tl_version} -Provides: tex(tcxi.tfm) = %{tl_version} -Provides: tex(tcxr.tfm) = %{tl_version} -Provides: tex(tcxsl.tfm) = %{tl_version} -Provides: tex(tcxss.tfm) = %{tl_version} -Provides: tex(tcxsssl.tfm) = %{tl_version} -Provides: tex(tcxtt.tfm) = %{tl_version} -Provides: tex(tcxttsl.tfm) = %{tl_version} -Provides: tex(txb.tfm) = %{tl_version} -Provides: tex(txbex.tfm) = %{tl_version} -Provides: tex(txbexa.tfm) = %{tl_version} -Provides: tex(txbi.tfm) = %{tl_version} -Provides: tex(txbmi.tfm) = %{tl_version} -Provides: tex(txbmi1.tfm) = %{tl_version} -Provides: tex(txbmia.tfm) = %{tl_version} -Provides: tex(txbsc.tfm) = %{tl_version} -Provides: tex(txbsl.tfm) = %{tl_version} -Provides: tex(txbss.tfm) = %{tl_version} -Provides: tex(txbsssc.tfm) = %{tl_version} -Provides: tex(txbsssl.tfm) = %{tl_version} -Provides: tex(txbsy.tfm) = %{tl_version} -Provides: tex(txbsya.tfm) = %{tl_version} -Provides: tex(txbsyb.tfm) = %{tl_version} -Provides: tex(txbsyc.tfm) = %{tl_version} -Provides: tex(txbtt.tfm) = %{tl_version} -Provides: tex(txbttsc.tfm) = %{tl_version} -Provides: tex(txbttsl.tfm) = %{tl_version} -Provides: tex(txex.tfm) = %{tl_version} -Provides: tex(txexa.tfm) = %{tl_version} -Provides: tex(txi.tfm) = %{tl_version} -Provides: tex(txmi.tfm) = %{tl_version} -Provides: tex(txmi1.tfm) = %{tl_version} -Provides: tex(txmia.tfm) = %{tl_version} -Provides: tex(txr.tfm) = %{tl_version} -Provides: tex(txsc.tfm) = %{tl_version} -Provides: tex(txsl.tfm) = %{tl_version} -Provides: tex(txss.tfm) = %{tl_version} -Provides: tex(txsssc.tfm) = %{tl_version} -Provides: tex(txsssl.tfm) = %{tl_version} -Provides: tex(txsy.tfm) = %{tl_version} -Provides: tex(txsya.tfm) = %{tl_version} -Provides: tex(txsyb.tfm) = %{tl_version} -Provides: tex(txsyc.tfm) = %{tl_version} -Provides: tex(txtt.tfm) = %{tl_version} -Provides: tex(txttsc.tfm) = %{tl_version} -Provides: tex(txttsl.tfm) = %{tl_version} -Provides: tex(tyxb.tfm) = %{tl_version} -Provides: tex(tyxbi.tfm) = %{tl_version} -Provides: tex(tyxbsc.tfm) = %{tl_version} -Provides: tex(tyxbsl.tfm) = %{tl_version} -Provides: tex(tyxbss.tfm) = %{tl_version} -Provides: tex(tyxbsssc.tfm) = %{tl_version} -Provides: tex(tyxbsssl.tfm) = %{tl_version} -Provides: tex(tyxbtt.tfm) = %{tl_version} -Provides: tex(tyxbttsc.tfm) = %{tl_version} -Provides: tex(tyxbttsl.tfm) = %{tl_version} -Provides: tex(tyxi.tfm) = %{tl_version} -Provides: tex(tyxr.tfm) = %{tl_version} -Provides: tex(tyxsc.tfm) = %{tl_version} -Provides: tex(tyxsl.tfm) = %{tl_version} -Provides: tex(tyxss.tfm) = %{tl_version} -Provides: tex(tyxsssc.tfm) = %{tl_version} -Provides: tex(tyxsssl.tfm) = %{tl_version} -Provides: tex(tyxtt.tfm) = %{tl_version} -Provides: tex(tyxttsc.tfm) = %{tl_version} -Provides: tex(tyxttsl.tfm) = %{tl_version} -Provides: tex(rtcxb.pfb) = %{tl_version} -Provides: tex(rtcxbi.pfb) = %{tl_version} -Provides: tex(rtcxbss.pfb) = %{tl_version} -Provides: tex(rtcxi.pfb) = %{tl_version} -Provides: tex(rtcxr.pfb) = %{tl_version} -Provides: tex(rtcxss.pfb) = %{tl_version} -Provides: tex(rtxb.pfb) = %{tl_version} -Provides: tex(rtxbi.pfb) = %{tl_version} -Provides: tex(rtxbmi.pfb) = %{tl_version} -Provides: tex(rtxbsc.pfb) = %{tl_version} -Provides: tex(rtxbss.pfb) = %{tl_version} -Provides: tex(rtxbsssc.pfb) = %{tl_version} -Provides: tex(rtxi.pfb) = %{tl_version} -Provides: tex(rtxmi.pfb) = %{tl_version} -Provides: tex(rtxr.pfb) = %{tl_version} -Provides: tex(rtxsc.pfb) = %{tl_version} -Provides: tex(rtxss.pfb) = %{tl_version} -Provides: tex(rtxsssc.pfb) = %{tl_version} -Provides: tex(t1xbtt.pfb) = %{tl_version} -Provides: tex(t1xbttsc.pfb) = %{tl_version} -Provides: tex(t1xtt.pfb) = %{tl_version} -Provides: tex(t1xttsc.pfb) = %{tl_version} -Provides: tex(tcxbtt.pfb) = %{tl_version} -Provides: tex(tcxtt.pfb) = %{tl_version} -Provides: tex(txbex.pfb) = %{tl_version} -Provides: tex(txbexa.pfb) = %{tl_version} -Provides: tex(txbmia.pfb) = %{tl_version} -Provides: tex(txbsy.pfb) = %{tl_version} -Provides: tex(txbsya.pfb) = %{tl_version} -Provides: tex(txbsyb.pfb) = %{tl_version} -Provides: tex(txbsyc.pfb) = %{tl_version} -Provides: tex(txbtt.pfb) = %{tl_version} -Provides: tex(txbttsc.pfb) = %{tl_version} -Provides: tex(txex.pfb) = %{tl_version} -Provides: tex(txexa.pfb) = %{tl_version} -Provides: tex(txmia.pfb) = %{tl_version} -Provides: tex(txsy.pfb) = %{tl_version} -Provides: tex(txsya.pfb) = %{tl_version} -Provides: tex(txsyb.pfb) = %{tl_version} -Provides: tex(txsyc.pfb) = %{tl_version} -Provides: tex(txtt.pfb) = %{tl_version} -Provides: tex(txttsc.pfb) = %{tl_version} -Provides: tex(t1xb.vf) = %{tl_version} -Provides: tex(t1xbi.vf) = %{tl_version} -Provides: tex(t1xbsc.vf) = %{tl_version} -Provides: tex(t1xbsl.vf) = %{tl_version} -Provides: tex(t1xbss.vf) = %{tl_version} -Provides: tex(t1xbsssc.vf) = %{tl_version} -Provides: tex(t1xbsssl.vf) = %{tl_version} -Provides: tex(t1xi.vf) = %{tl_version} -Provides: tex(t1xr.vf) = %{tl_version} -Provides: tex(t1xsc.vf) = %{tl_version} -Provides: tex(t1xsl.vf) = %{tl_version} -Provides: tex(t1xss.vf) = %{tl_version} -Provides: tex(t1xsssc.vf) = %{tl_version} -Provides: tex(t1xsssl.vf) = %{tl_version} -Provides: tex(tcxb.vf) = %{tl_version} -Provides: tex(tcxbi.vf) = %{tl_version} -Provides: tex(tcxbsl.vf) = %{tl_version} -Provides: tex(tcxbss.vf) = %{tl_version} -Provides: tex(tcxbsssl.vf) = %{tl_version} -Provides: tex(tcxi.vf) = %{tl_version} -Provides: tex(tcxr.vf) = %{tl_version} -Provides: tex(tcxsl.vf) = %{tl_version} -Provides: tex(tcxss.vf) = %{tl_version} -Provides: tex(tcxsssl.vf) = %{tl_version} -Provides: tex(txb.vf) = %{tl_version} -Provides: tex(txbi.vf) = %{tl_version} -Provides: tex(txbmi.vf) = %{tl_version} -Provides: tex(txbmi1.vf) = %{tl_version} -Provides: tex(txbsc.vf) = %{tl_version} -Provides: tex(txbsl.vf) = %{tl_version} -Provides: tex(txbss.vf) = %{tl_version} -Provides: tex(txbsssc.vf) = %{tl_version} -Provides: tex(txbsssl.vf) = %{tl_version} -Provides: tex(txi.vf) = %{tl_version} -Provides: tex(txmi.vf) = %{tl_version} -Provides: tex(txmi1.vf) = %{tl_version} -Provides: tex(txr.vf) = %{tl_version} -Provides: tex(txsc.vf) = %{tl_version} -Provides: tex(txsl.vf) = %{tl_version} -Provides: tex(txss.vf) = %{tl_version} -Provides: tex(txsssc.vf) = %{tl_version} -Provides: tex(txsssl.vf) = %{tl_version} -Provides: tex(tyxb.vf) = %{tl_version} -Provides: tex(tyxbi.vf) = %{tl_version} -Provides: tex(tyxbsc.vf) = %{tl_version} -Provides: tex(tyxbsl.vf) = %{tl_version} -Provides: tex(tyxbss.vf) = %{tl_version} -Provides: tex(tyxbsssc.vf) = %{tl_version} -Provides: tex(tyxbsssl.vf) = %{tl_version} -Provides: tex(tyxbtt.vf) = %{tl_version} -Provides: tex(tyxbttsc.vf) = %{tl_version} -Provides: tex(tyxbttsl.vf) = %{tl_version} -Provides: tex(tyxi.vf) = %{tl_version} -Provides: tex(tyxr.vf) = %{tl_version} -Provides: tex(tyxsc.vf) = %{tl_version} -Provides: tex(tyxsl.vf) = %{tl_version} -Provides: tex(tyxss.vf) = %{tl_version} -Provides: tex(tyxsssc.vf) = %{tl_version} -Provides: tex(tyxsssl.vf) = %{tl_version} -Provides: tex(tyxtt.vf) = %{tl_version} -Provides: tex(tyxttsc.vf) = %{tl_version} -Provides: tex(tyxttsl.vf) = %{tl_version} -Provides: tex(ly1txr.fd) = %{tl_version} -Provides: tex(ly1txss.fd) = %{tl_version} -Provides: tex(ly1txtt.fd) = %{tl_version} -Provides: tex(omltxmi.fd) = %{tl_version} -Provides: tex(omltxr.fd) = %{tl_version} -Provides: tex(omstxr.fd) = %{tl_version} -Provides: tex(omstxsy.fd) = %{tl_version} -Provides: tex(omxtxex.fd) = %{tl_version} -Provides: tex(ot1txr.fd) = %{tl_version} -Provides: tex(ot1txss.fd) = %{tl_version} -Provides: tex(ot1txtt.fd) = %{tl_version} -Provides: tex(t1txr.fd) = %{tl_version} -Provides: tex(t1txss.fd) = %{tl_version} -Provides: tex(t1txtt.fd) = %{tl_version} -Provides: tex(ts1txr.fd) = %{tl_version} -Provides: tex(ts1txss.fd) = %{tl_version} -Provides: tex(ts1txtt.fd) = %{tl_version} -Provides: tex(txfonts.sty) = %{tl_version} -Provides: tex(utxexa.fd) = %{tl_version} -Provides: tex(utxmia.fd) = %{tl_version} -Provides: tex(utxr.fd) = %{tl_version} -Provides: tex(utxss.fd) = %{tl_version} -Provides: tex(utxsya.fd) = %{tl_version} -Provides: tex(utxsyb.fd) = %{tl_version} -Provides: tex(utxsyc.fd) = %{tl_version} -Provides: tex(utxtt.fd) = %{tl_version} - -%description txfonts -Txfonts supplies virtual text roman fonts using Adobe Times (or -URW NimbusRomNo9L) with some modified and additional text -symbols in the OT1, T1, and TS1 encodings; maths alphabets -using Times/URW Nimbus; maths fonts providing all the symbols -of the Computer Modern and AMS fonts, including all the Greek -capital letters from CMR; and additional maths fonts of various -other symbols. The set is complemented by a sans-serif set of -text fonts, based on Helvetica/NimbusSanL, and a monospace set. -All the fonts are in Type 1 format (AFM and PFB files), and are -supported by TeX metrics (VF and TFM files) and macros for use -with LaTeX. - -%package txfonts-doc -Summary: Documentation for txfonts -Version: svn15878.0 - -Provides: tex-txfonts-doc -AutoReqProv: No - -%description txfonts-doc -Documentation for txfonts - -%package utopia -Provides: tex-utopia = %{tl_version} -License: Utopia -Summary: Adobe Utopia fonts -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(putb7t.tfm) = %{tl_version} -Provides: tex(putb8c.tfm) = %{tl_version} -Provides: tex(putb8r.tfm) = %{tl_version} -Provides: tex(putb8t.tfm) = %{tl_version} -Provides: tex(putbc7t.tfm) = %{tl_version} -Provides: tex(putbc8t.tfm) = %{tl_version} -Provides: tex(putbi7t.tfm) = %{tl_version} -Provides: tex(putbi8c.tfm) = %{tl_version} -Provides: tex(putbi8r.tfm) = %{tl_version} -Provides: tex(putbi8t.tfm) = %{tl_version} -Provides: tex(putbo7t.tfm) = %{tl_version} -Provides: tex(putbo8c.tfm) = %{tl_version} -Provides: tex(putbo8r.tfm) = %{tl_version} -Provides: tex(putbo8t.tfm) = %{tl_version} -Provides: tex(putr7t.tfm) = %{tl_version} -Provides: tex(putr8c.tfm) = %{tl_version} -Provides: tex(putr8r.tfm) = %{tl_version} -Provides: tex(putr8t.tfm) = %{tl_version} -Provides: tex(putrc7t.tfm) = %{tl_version} -Provides: tex(putrc8t.tfm) = %{tl_version} -Provides: tex(putri7t.tfm) = %{tl_version} -Provides: tex(putri8c.tfm) = %{tl_version} -Provides: tex(putri8r.tfm) = %{tl_version} -Provides: tex(putri8t.tfm) = %{tl_version} -Provides: tex(putro7t.tfm) = %{tl_version} -Provides: tex(putro8c.tfm) = %{tl_version} -Provides: tex(putro8r.tfm) = %{tl_version} -Provides: tex(putro8t.tfm) = %{tl_version} -Provides: tex(putb8a.pfb) = %{tl_version} -Provides: tex(putbi8a.pfb) = %{tl_version} -Provides: tex(putr8a.pfb) = %{tl_version} -Provides: tex(putri8a.pfb) = %{tl_version} -Provides: tex(putb7t.vf) = %{tl_version} -Provides: tex(putb8c.vf) = %{tl_version} -Provides: tex(putb8t.vf) = %{tl_version} -Provides: tex(putbc7t.vf) = %{tl_version} -Provides: tex(putbc8t.vf) = %{tl_version} -Provides: tex(putbi7t.vf) = %{tl_version} -Provides: tex(putbi8c.vf) = %{tl_version} -Provides: tex(putbi8t.vf) = %{tl_version} -Provides: tex(putbo7t.vf) = %{tl_version} -Provides: tex(putbo8c.vf) = %{tl_version} -Provides: tex(putbo8t.vf) = %{tl_version} -Provides: tex(putr7t.vf) = %{tl_version} -Provides: tex(putr8c.vf) = %{tl_version} -Provides: tex(putr8t.vf) = %{tl_version} -Provides: tex(putrc7t.vf) = %{tl_version} -Provides: tex(putrc8t.vf) = %{tl_version} -Provides: tex(putri7t.vf) = %{tl_version} -Provides: tex(putri8c.vf) = %{tl_version} -Provides: tex(putri8t.vf) = %{tl_version} -Provides: tex(putro7t.vf) = %{tl_version} -Provides: tex(putro8c.vf) = %{tl_version} -Provides: tex(putro8t.vf) = %{tl_version} - -%description utopia -The Adobe Standard Encoding set (upright and italic shapes, -medium and bold weights) of the Utopia font family, which Adobe -donated to the X Consortium. Macro support, and maths fonts -that match the Utopia family, are provided by the Fourier and -the Mathdesign font packages. - -%package utopia-doc -Summary: Documentation for utopia -Version: svn15878.0 - -Provides: tex-utopia-doc -AutoReqProv: No - -%description utopia-doc -Documentation for utopia - -%package wasy -Provides: tex-wasy = %{tl_version} -License: Public Domain -Summary: The wasy fonts (Waldi symbol fonts) -Version: svn53533 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(wasyfont.tex) = %{tl_version} - -%description wasy -This font contains all lasy characters (by L.Lamport, copyright -notice in lasychr.mf), and a lot more symbols. Provided are the -Metafont files for 5-10pt, and bold and slanted 10pt fonts, -together with a .tex and .pdf documentation, and a file for -using the fonts in a PLAIN-TeX document. Type-1 fonts by -Michael Sharpe and Taco Hoekwater are available as separate -package wasy-type1. Support under LaTeX is provided by Axel -Kielhorn's wasysym package. - -%package wasy-doc -Summary: Documentation for wasy -Version: svn53533 -Provides: tex-wasy-doc -AutoReqProv: No - -%description wasy-doc -Documentation for wasy - -%package wasysym -Provides: tex-wasysym = %{tl_version} -License: LPPL -Summary: LaTeX support file to use the WASY2 fonts -Version: svn54080 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(uwasy.fd) = %{tl_version} -Provides: tex(uwasyvar.fd) = %{tl_version} -Provides: tex(wasysym.sty) = %{tl_version} - -%description wasysym -The wasy (Waldi Symbol) font by Roland Waldi provides many -glyphs like male and female symbols and astronomical symbols, -as well as the complete lasy font set and other odds and ends. -This package implements an easy to use interface for these -symbols. - -%package wasysym-doc -Summary: Documentation for wasysym -Version: svn54080 -Provides: tex-wasysym-doc -AutoReqProv: No - -%description wasysym-doc -Documentation for wasysym - -%package zapfchan -Provides: tex-zapfchan = %{tl_version} -License: GPL+ -Summary: URW "Base 35" font pack for LaTeX -Version: svn31835.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(uzc.map) = %{tl_version} -Provides: tex(pzcmi.tfm) = %{tl_version} -Provides: tex(pzcmi7t.tfm) = %{tl_version} -Provides: tex(pzcmi8c.tfm) = %{tl_version} -Provides: tex(pzcmi8r.tfm) = %{tl_version} -Provides: tex(pzcmi8t.tfm) = %{tl_version} -Provides: tex(uzcmi7t.tfm) = %{tl_version} -Provides: tex(uzcmi8c.tfm) = %{tl_version} -Provides: tex(uzcmi8r.tfm) = %{tl_version} -Provides: tex(uzcmi8t.tfm) = %{tl_version} -Provides: tex(uzcmi8a.pfb) = %{tl_version} -Provides: tex(pzcmi.vf) = %{tl_version} -Provides: tex(pzcmi7t.vf) = %{tl_version} -Provides: tex(pzcmi8c.vf) = %{tl_version} -Provides: tex(pzcmi8t.vf) = %{tl_version} -Provides: tex(uzcmi7t.vf) = %{tl_version} -Provides: tex(uzcmi8c.vf) = %{tl_version} -Provides: tex(uzcmi8t.vf) = %{tl_version} -Provides: tex(8ruzc.fd) = %{tl_version} -Provides: tex(omluzc.fd) = %{tl_version} -Provides: tex(omsuzc.fd) = %{tl_version} -Provides: tex(ot1uzc.fd) = %{tl_version} -Provides: tex(t1uzc.fd) = %{tl_version} -Provides: tex(ts1uzc.fd) = %{tl_version} - -%description zapfchan -A set of fonts for use as "drop-in" replacements for Adobe's -basic set, comprising: Century Schoolbook (substituting for -Adobe's New Century Schoolbook); Dingbats (substituting for -Adobe's Zapf Dingbats); Nimbus Mono L (substituting for Abobe's -Courier); Nimbus Roman No9 L (substituting for Adobe's Times); -Nimbus Sans L (substituting for Adobe's Helvetica); Standard -Symbols L (substituting for Adobe's Symbol); URW Bookman; URW -Chancery L Medium Italic (substituting for Adobe's Zapf -Chancery); URW Gothic L Book (substituting for Adobe's Avant -Garde); and URW Palladio L (substituting for Adobe's Palatino). - -%package zapfding -Provides: tex-zapfding = %{tl_version} -License: GPL+ -Summary: URW "Base 35" font pack for LaTeX -Version: svn31835.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(uzd.map) = %{tl_version} -Provides: tex(pzdr.tfm) = %{tl_version} -Provides: tex(uzdr.tfm) = %{tl_version} -Provides: tex(uzdr.pfb) = %{tl_version} -Provides: tex(uuzd.fd) = %{tl_version} - -%description zapfding -A set of fonts for use as "drop-in" replacements for Adobe's -basic set, comprising: Century Schoolbook (substituting for -Adobe's New Century Schoolbook); Dingbats (substituting for -Adobe's Zapf Dingbats); Nimbus Mono L (substituting for Abobe's -Courier); Nimbus Roman No9 L (substituting for Adobe's Times); -Nimbus Sans L (substituting for Adobe's Helvetica); Standard -Symbols L (substituting for Adobe's Symbol); URW Bookman; URW -Chancery L Medium Italic (substituting for Adobe's Zapf -Chancery); URW Gothic L Book (substituting for Adobe's Avant -Garde); and URW Palladio L (substituting for Adobe's Palatino). - -%package collection-fontutils -Summary: Graphics and font utilities -Version: svn54074 -Requires: texlive-base -Requires: texlive-collection-basic -Requires: texlive-accfonts -Requires: texlive-afm2pl -Requires: texlive-dosepsbin -Requires: texlive-epstopdf -Requires: texlive-fontware -Requires: texlive-lcdftypetools -Requires: texlive-metatype1 -Requires: texlive-ps2pk -Requires: texlive-ps2eps -Requires: texlive-psutils -Requires: texlive-dvipsconfig -Requires: texlive-fontinst -Requires: texlive-fontools -Requires: texlive-mf2pt1 -Requires: t1utils -Requires: texlive-ttfutils -Requires: t1utils, psutils - -%description collection-fontutils -Programs for conversion between font formats, testing fonts, -virtual fonts, .gf and .pk manipulation, mft, fontinst, etc. -Manipulating OpenType, TrueType, Type 1,and for manipulation of -PostScript and other image formats. - -%package dvipsconfig -Provides: tex-dvipsconfig = %{tl_version} -License: GPL+ -Summary: Collection of dvips PostScript headers -Version: svn13293.1.6 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - - -%description dvipsconfig -This is a collection of dvips PostScript header and dvips -config files. They control certain features of the printer, -including: A4, A3, usletter, simplex, duplex / long edge, -duplex / short edge, screen frequencies of images, black/white -invers, select transparency / paper for tektronix 550/560, -manual feeder, envelope feeder, and tray 1, 2 and 3, and -printing a PostScript grid underneath the page material--very -useful for measuring and eliminating paper feed errors! - -%package collection-formatsextra -Summary: Additional formats -Version: svn54074 -Provides: texlive-collection-htmlxml = %{epoch}:svn35743.0.obsolete -Obsoletes: texlive-collection-htmlxml <= 6:svn35743.0 -Provides: texlive-collection-omega = %{epoch}:svn30388.0.obsolete -Obsoletes: texlive-collection-omega <= 6:svn30388.0 -Requires: texlive-aleph -Requires: texlive-antomega -Requires: texlive-base -Requires: texlive-collection-basic -Requires: texlive-collection-latex -Requires: texlive-edmac -Requires: texlive-eplain -Requires: texlive-jadetex -Requires: texlive-lambda -Requires: texlive-lollipop -Requires: texlive-mltex -Requires: texlive-mxedruli -Requires: texlive-omega -Requires: texlive-omegaware -Requires: texlive-otibet -Requires: texlive-passivetex -Requires: texlive-psizzl -Requires: texlive-startex -Requires: texlive-texsis -Requires: texlive-xmltex -Requires: texlive-xmltexconfig - -%description collection-formatsextra -Collected TeX `formats', i.e., large-scale macro packages -designed to be dumped into .fmt files -- excluding the most -common ones, such as latex and context, which have their own -package(s). It also includes the Aleph engine and related Omega -formats and packages. - -%package edmac -Provides: tex-edmac = %{tl_version} -License: GPLv2+ -Summary: Typeset critical editions -Version: svn15878.3.17 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(edmac.tex) = %{tl_version} -Provides: tex(edmacfss.sty) = %{tl_version} -Provides: tex(edstanza.tex) = %{tl_version} -Provides: tex(tabmac.tex) = %{tl_version} - -%description edmac -This is the type example package for typesetting scholarly -critical editions. - -%package edmac-doc -Summary: Documentation for edmac -Version: svn15878.3.17 - -Provides: tex-edmac-doc -AutoReqProv: No - -%description edmac-doc -Documentation for edmac - -%package psizzl -Provides: tex-psizzl = %{tl_version} -License: LPPL -Summary: A TeX format for physics papers -Version: svn15878.0.35 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(mypsizzl.tex) = %{tl_version} -Provides: tex(psizzl.tex) = %{tl_version} - -%description psizzl -PSIZZL is a TeX format for physics papers written at SLAC and -used at several other places. It dates from rather early in the -development of TeX82; as a result, some of the descriptions of -limitations look rather quaint to modern eyes. - -%package psizzl-doc -Summary: Documentation for psizzl -Version: svn15878.0.35 - -Provides: tex-psizzl-doc -AutoReqProv: No - -%description psizzl-doc -Documentation for psizzl - -%package startex -Provides: tex-startex = %{tl_version} -License: Public Domain -Summary: An XML-inspired format for student use -Version: svn35718.1.04 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(startex.tex) = %{tl_version} - -%description startex -A TeX format designed to help students write short reports and -essays. It provides the user with a suitable set of commands -for such a task. It is also more robust than plain TeX and -LaTeX. - -%package startex-doc -Summary: Documentation for startex -Version: svn35718.1.04 - -Provides: tex-startex-doc -AutoReqProv: No - -%description startex-doc -Documentation for startex - -%package collection-games -Summary: Games typesetting -Version: svn54074 -Requires: texlive-base -Requires: texlive-collection-latex -Requires: texlive-bartel-chess-fonts -Requires: texlive-chess -Requires: texlive-chess-problem-diagrams -Requires: texlive-chessboard -Requires: texlive-chessfss -Requires: texlive-crossword -Requires: texlive-crosswrd -Requires: texlive-egameps -Requires: texlive-gamebook -Requires: texlive-go -Requires: texlive-hanoi -Requires: texlive-havannah -Requires: texlive-hexgame -Requires: texlive-hmtrump -Requires: texlive-horoscop -Requires: texlive-jigsaw -Requires: texlive-labyrinth -Requires: texlive-logicpuzzle -Requires: texlive-musikui -Requires: texlive-onedown -Requires: texlive-othello -Requires: texlive-othelloboard -Requires: texlive-pas-crosswords -Requires: texlive-psgo -Requires: texlive-reverxii-doc -Requires: texlive-rubik -Requires: texlive-schwalbe-chess -Requires: texlive-sgame -Requires: texlive-skak -Requires: texlive-skaknew -Requires: texlive-soup -Requires: texlive-sudoku -Requires: texlive-sudokubundle -Requires: texlive-xq -Requires: texlive-xskak - -%description collection-games -Setups for typesetting various games, including chess. - -%package crossword -Provides: tex-crossword = %{tl_version} -License: Crossword -Summary: Typeset crossword puzzles -Version: svn32657.1.9 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(amssymb.sty) -Provides: tex(cwpuzzle.sty) = %{tl_version} - -%description crossword -An extended grid-based puzzle package, designed to take all -input (both grid and clues) from the same file. The package can -typeset grids with holes in them (for advertisements, or other -sorts of stuff), and can deal with several sorts of puzzle: The -classical puzzle contains numbers for the words and clues for -the words to be filled in. The numbered puzzle contains numbers -in each cell where identical numbers represent identical -letters. The goal is to find out which number corresponds to -which letter. The fill-in type of puzzle consists of a grid and -a list of words. The goal is to place all words in the grid. -Sudoku and Kakuro puzzles involve filling in grids of numbers -according to their own rules. Format may be block-separated, or -separated by thick lines. Input to the package is somewhat -redundant: specification of the grid is separate from -specification of the clues (if they're necessary). The author -considers this style both 'natural' and robust. - -%package crossword-doc -Summary: Documentation for crossword -Version: svn32657.1.9 - -Provides: tex-crossword-doc -AutoReqProv: No - -%description crossword-doc -Documentation for crossword - -%package crosswrd -Provides: tex-crosswrd = %{tl_version} -License: LPPL -Summary: Macros for typesetting crossword puzzles -Version: svn16896.3.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Provides: tex(crosswrd.sty) = %{tl_version} - -%description crosswrd -The package provides a LaTeX method of typesetting crosswords, -and assists the composer ensure that the grid all goes together -properly. Brian Hamilton Kelly's original was written for LaTeX -2.09, and needed to be updated to run with current LaTeX. - -%package crosswrd-doc -Summary: Documentation for crosswrd -Version: svn16896.3.0 - -Provides: tex-crosswrd-doc -AutoReqProv: No - -%description crosswrd-doc -Documentation for crosswrd - -%package egameps -Provides: tex-egameps = %{tl_version} -License: LPPL -Summary: LaTeX package for typesetting extensive games -Version: svn15878.1.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(egameps.sty) = %{tl_version} - -%description egameps -The style is intended to have enough features to draw any -extensive game with relative ease. The facilities of PSTricks -are used for graphics. (An older version of the package, which -uses the LaTeX picture environment rather than PSTricks and -consequently has many fewer features is available on the -package home page.) - -%package egameps-doc -Summary: Documentation for egameps -Version: svn15878.1.1 - -Provides: tex-egameps-doc -AutoReqProv: No - -%description egameps-doc -Documentation for egameps - -%package gamebook -Provides: tex-gamebook = %{tl_version} -License: LPPL 1.3 -Summary: Typeset gamebooks and other interactive novels -Version: svn24714.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(extramarks.sty) -Requires: tex(titlesec.sty) -Requires: tex(enumitem.sty) -Requires: tex(draftwatermark.sty) -Requires: tex(scrtime.sty) -Requires: tex(prelim2e.sty) -Provides: tex(gamebook.sty) = %{tl_version} - -%description gamebook -This package provides the means in order to lay-out gamebooks -with LaTeX. A simple gamebook example is included with the -package, and acts as a tutorial. - -%package gamebook-doc -Summary: Documentation for gamebook -Version: svn24714.1.0 - -Provides: tex-gamebook-doc -AutoReqProv: No - -%description gamebook-doc -Documentation for gamebook - -%package go -Provides: tex-go = %{tl_version} -License: Public Domain -Summary: Fonts and macros for typesetting go games -Version: svn28628.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(go10.tfm) = %{tl_version} -Provides: tex(go15.tfm) = %{tl_version} -Provides: tex(go1bla10.tfm) = %{tl_version} -Provides: tex(go1bla15.tfm) = %{tl_version} -Provides: tex(go1bla20.tfm) = %{tl_version} -Provides: tex(go1whi10.tfm) = %{tl_version} -Provides: tex(go1whi15.tfm) = %{tl_version} -Provides: tex(go1whi20.tfm) = %{tl_version} -Provides: tex(go20.tfm) = %{tl_version} -Provides: tex(go2bla10.tfm) = %{tl_version} -Provides: tex(go2bla15.tfm) = %{tl_version} -Provides: tex(go2bla20.tfm) = %{tl_version} -Provides: tex(go2whi10.tfm) = %{tl_version} -Provides: tex(go2whi15.tfm) = %{tl_version} -Provides: tex(go2whi20.tfm) = %{tl_version} -Provides: tex(gosign50.tfm) = %{tl_version} -Provides: tex(go.sty) = %{tl_version} - -%description go -The macros provide for nothing more complicated than the -standard 19x19 board; the fonts are written in Metafont. - -%package go-doc -Summary: Documentation for go -Version: svn28628.0 - -Provides: tex-go-doc -AutoReqProv: No - -%description go-doc -Documentation for go - -%package hanoi -Provides: tex-hanoi = %{tl_version} -License: Public Domain -Summary: Tower of Hanoi in TeX -Version: svn25019.20120101 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(hanoi.tex) = %{tl_version} - -%description hanoi -The Plain TeX program (typed in the shape of the towers of -Hanoi) serves both as a game and as a TeX programming exercise. -As a game it will solve the towers with (up to) 15 discs (with -15 discs, 32767 moves are needed). - -%package havannah -Provides: tex-havannah = %{tl_version} -License: LPPL 1.2 -Summary: Diagrams of board positions in the games of Havannah and Hex -Version: svn36348.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(tikz.sty) -Provides: tex(havannah.sty) = %{tl_version} - -%description havannah -This package defines macros for typesetting diagrams of board -positions in the games of Havannah and Hex. - -%package havannah-doc -Summary: Documentation for havannah -Version: svn36348.0 - -Provides: tex-havannah-doc -AutoReqProv: No - -%description havannah-doc -Documentation for havannah - -%package hexgame -Provides: tex-hexgame = %{tl_version} -License: LPPL -Summary: Provide an environment to draw a hexgame-board -Version: svn15878.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(pstcol.sty) -Requires: tex(pst-poly.sty) -Requires: tex(calc.sty) -Requires: tex(ifthen.sty) -Provides: tex(hexgame.sty) = %{tl_version} - -%description hexgame -Hex is a mathematical game invented by the Danish mathematician -Piet Hein and independently by the mathematician John Nash. -This package defines an environment that enables the user to -draw such a game in a trivial way. - -%package hexgame-doc -Summary: Documentation for hexgame -Version: svn15878.1.0 - -Provides: tex-hexgame-doc -AutoReqProv: No - -%description hexgame-doc -Documentation for hexgame - -%package horoscop -Provides: tex-horoscop = %{tl_version} -License: Public Domain -Summary: Generate astrological charts in LaTeX -Version: svn30530.0.92 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(wasysym.sty) -Requires: tex(marvosym.sty) -Requires: tex(starfont.sty) -Requires: tex(pict2e.sty) -Requires: tex(trig.sty) -Provides: tex(horoscop.sty) = %{tl_version} - -%description horoscop -The horoscop package provides a unified interface for -astrological font packages; typesetting with pict2e of standard -wheel charts and some variations, in PostScript- and PDF- -generating TeX engines; and access to external calculation -software (Astrolog and Swiss Ephemeris) for computing object -positions. - -%package horoscop-doc -Summary: Documentation for horoscop -Version: svn30530.0.92 - -Provides: tex-horoscop-doc -AutoReqProv: No - -%description horoscop-doc -Documentation for horoscop - -%package labyrinth -Provides: tex-labyrinth = %{tl_version} -License: LPPL -Summary: Draw labyrinths and solution paths -Version: svn33454.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(calc.sty) -Requires: tex(xkeyval.sty) -Requires: tex(picture.sty) -Provides: tex(labyrinth.sty) = %{tl_version} - -%description labyrinth -The labyrinth package provides code and an environment for -typesetting simple labyrinths with LaTeX, and generating an -automatic or manual solution path. - -%package labyrinth-doc -Summary: Documentation for labyrinth -Version: svn33454.1.0 - -Provides: tex-labyrinth-doc -AutoReqProv: No - -%description labyrinth-doc -Documentation for labyrinth - -%package logicpuzzle -Provides: tex-logicpuzzle = %{tl_version} -License: LPPL 1.3 -Summary: Typeset (grid-based) logic puzzles -Version: svn34491.2.5 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(xkeyval.sty) -Requires: tex(ifthen.sty) -Requires: tex(ragged2e.sty) -Requires: tex(marginnote.sty) -Requires: tex(tikz.sty) -Provides: tex(logicpuzzle.sty) = %{tl_version} -Provides: tex(lpenv.sty) = %{tl_version} - -%description logicpuzzle -The package allows the user to typeset various logic puzzles. -At the moment the following puzzles are supported: 2D-Sudoku -(aka Magiequadrat, Diagon, ...), Battleship (aka Bimaru, -Marinespiel, Batalla Naval, ...), Bokkusu (aka Kakurasu, -Feldersummenratsel, ...), Bridges (akak Bruckenbau, Hashi, -...), Chaos Sudoku, Four Winds (aka Eminent Domain, -Lichtstrahl, ...), Hakyuu (aka Seismic, Ripple Effect, ...), -Hitori, Kakuro, Kendoku (aka Mathdoku, Calcudoku, Basic, -MiniPlu, Ken Ken, Square Wisdom, Sukendo, Caldoku, ..., Killer -Sudoku (aka Samunapure, Sum Number Place, Sumdoku, -Gebietssummen, ...), Laser Beam (aka Laserstrahl, ...), Magic -Labyrinth (aka Magic Spiral, Magisches Labyrinth, ...), Magnets -(aka Magnetplatte, Magnetfeld, ...), Masyu (aka Mashi, -{White|Black} Pearls, ...), Minesweeper (aka Minensuche, ...), -Nonogram (aka Griddlers, Hanjie, Tsunami, Logic Art, Logimage, -...), Number Link (aka Alphabet Link, Arukone, Buchstabenbund, -...), Resuko, Schatzsuche, Skyline (aka Skycrapers, -Wolkenkratzer, Hochhauser, ...), including Skyline Sudoku and -Skyline Sudoku (N*N) variants, Slitherlink (aka Fences, Number -Line, Dotty Dilemma, Sli-Lin, Takegaki, Great Wall of China, -Loop the Loop, Rundweg, Gartenzaun, ...), Star Battle (aka -Sternenschlacht, ...), Stars and Arrows (aka Sternenhimmel, -...), Sudoku, Sun and Moon (aka Sternenhaufen, Munraito, ...), -Tents and Trees (aka Zeltlager, Zeltplatz, Camping, ...), and -Tunnel. - -%package logicpuzzle-doc -Summary: Documentation for logicpuzzle -Version: svn34491.2.5 - -Provides: tex-logicpuzzle-doc -AutoReqProv: No - -%description logicpuzzle-doc -Documentation for logicpuzzle - -%package othello -Provides: tex-othello = %{tl_version} -License: GPL+ -Summary: Modification of a Go package to create othello boards -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(ot10.tfm) = %{tl_version} -Provides: tex(ot15.tfm) = %{tl_version} -Provides: tex(ot1bla10.tfm) = %{tl_version} -Provides: tex(ot1bla15.tfm) = %{tl_version} -Provides: tex(ot1bla20.tfm) = %{tl_version} -Provides: tex(ot1neu10.tfm) = %{tl_version} -Provides: tex(ot1neu15.tfm) = %{tl_version} -Provides: tex(ot1neu20.tfm) = %{tl_version} -Provides: tex(ot1whi10.tfm) = %{tl_version} -Provides: tex(ot1whi15.tfm) = %{tl_version} -Provides: tex(ot1whi20.tfm) = %{tl_version} -Provides: tex(othello.sty) = %{tl_version} - -%description othello -A package (based on Kolodziejska's go), and fonts (as Metafont -source) are provided. - -%package othello-doc -Summary: Documentation for othello -Version: svn15878.0 - -Provides: tex-othello-doc -AutoReqProv: No - -%description othello-doc -Documentation for othello - -%package othelloboard -Provides: tex-othelloboard = %{tl_version} -License: LPPL 1.3 -Summary: Typeset Othello (Reversi) diagrams of any size, with annotations -Version: svn23714.1.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(graphicx.sty) -Requires: tex(pict2e.sty) -Requires: tex(ifthen.sty) -Requires: tex(color.sty) -Requires: tex(xstring.sty) -Requires: tex(stringstrings.sty) -Provides: tex(othelloboard.sty) = %{tl_version} - -%description othelloboard -The package enables the user to generate high-quality Othello -(also known as Reversi) board diagrams of any size. The -diagrams support annotations, including full game transcripts. -Automated board or transcript creation, from plain text formats -standard to WZebra (and other programs) is also supported. - -%package othelloboard-doc -Summary: Documentation for othelloboard -Version: svn23714.1.2 - -Provides: tex-othelloboard-doc -AutoReqProv: No - -%description othelloboard-doc -Documentation for othelloboard - -%package pas-crosswords -Provides: tex-pas-crosswords = %{tl_version} -License: LPPL -Summary: Creating crossword grids, using TikZ -Version: svn32313.1.03 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(xkeyval.sty) -Requires: tex(xstring.sty) -Requires: tex(tikz.sty) -Requires: tex(multido.sty) -Requires: tex(fp.sty) -Provides: tex(pas-crosswords.sty) = %{tl_version} - -%description pas-crosswords -The package produces crossword grids, using a wide variety of -colours and decorations of the grids and the text in them. The -package uses TikZ for its graphical output. - -%package pas-crosswords-doc -Summary: Documentation for pas-crosswords -Version: svn32313.1.03 - -Provides: tex-pas-crosswords-doc -AutoReqProv: No - -%description pas-crosswords-doc -Documentation for pas-crosswords - -%package psgo -Provides: tex-psgo = %{tl_version} -License: LPPL -Summary: Typeset go diagrams with PSTricks -Version: svn15878.0.17 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(pstricks.sty) -Requires: tex(pst-node.sty) -Requires: tex(calc.sty) -Requires: tex(ifthen.sty) -Provides: tex(psgo.sty) = %{tl_version} - -%description psgo -psgo package - -%package psgo-doc -Summary: Documentation for psgo -Version: svn15878.0.17 - -Provides: tex-psgo-doc -AutoReqProv: No - -%description psgo-doc -Documentation for psgo - -%package reverxii-doc -Summary: Documentation for reverxii -Version: svn24976.0 - -Provides: tex-reverxii-doc -AutoReqProv: No - -%description reverxii-doc -Documentation for reverxii - -%package schwalbe-chess -Provides: tex-schwalbe-chess = %{tl_version} -License: LPPL 1.2 -Summary: Typeset the German chess magazine "Die Schwalbe" -Version: svn53305 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fontenc.sty) -Requires: tex(inputenc.sty) -Requires: tex(babel.sty) -Requires: tex(ifthen.sty) -Requires: tex(times.sty) -Requires: tex(picinpar.sty) -Requires: tex(multicol.sty) -Requires: tex(url.sty) -Requires: tex(diagram.sty) -Provides: tex(schwalbe.cls) = %{tl_version} -Provides: tex(schwalbe.sty) = %{tl_version} - -%description schwalbe-chess -The package is based on chess-problem-diagrams, which in its -turn has a dependency on the bartel-chess-fonts - -%package schwalbe-chess-doc -Summary: Documentation for schwalbe-chess -Version: svn53305 -Provides: tex-schwalbe-chess-doc -AutoReqProv: No - -%description schwalbe-chess-doc -Documentation for schwalbe-chess - -%package sgame -Provides: tex-sgame = %{tl_version} -License: LPPL -Summary: LaTeX style for typesetting strategic games -Version: svn30959.2.15 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(color.sty) -Provides: tex(sgame.sty) = %{tl_version} -Provides: tex(sgamevar.sty) = %{tl_version} - -%description sgame -Formats strategic games. For a 2x2 game, for example, the -input: \begin{game}{2}{2} &$L$ &$M$\\ $T$ &$2,2$ &$2,0$\\ $B$ -&$3,0$ &$0,9$ \end{game} produces output with (a) boxes around -the payoffs, (b) payoff columns of equal width, and (c) payoffs -vertically centered within the boxes. Note that the game -environment will not work in the argument of another command. - -%package sgame-doc -Summary: Documentation for sgame -Version: svn30959.2.15 - -Provides: tex-sgame-doc -AutoReqProv: No - -%description sgame-doc -Documentation for sgame - -%package skak -Provides: tex-skak = %{tl_version} -License: LPPL -Summary: Fonts and macros for typesetting chess games -Version: svn46259 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(latexsym.sty) -Requires: tex(chessfss.sty) -Requires: tex(lambda.sty) -Requires: tex(ifthen.sty) -Requires: tex(calc.sty) -Requires: tex(textcomp.sty) -Requires: tex(pstricks.sty) -Requires: tex(pst-node.sty) -Provides: tex(skak10.tfm) = %{tl_version} -Provides: tex(skak15.tfm) = %{tl_version} -Provides: tex(skak20.tfm) = %{tl_version} -Provides: tex(skak30.tfm) = %{tl_version} -Provides: tex(skakf10.tfm) = %{tl_version} -Provides: tex(skakf10b.tfm) = %{tl_version} -Provides: tex(chess-workshop-symbols.sty) = %{tl_version} -Provides: tex(skak.fd) = %{tl_version} -Provides: tex(skak.sty) = %{tl_version} -Provides: tex(uskak.fd) = %{tl_version} - -%description skak -This package provides macros and fonts in Metafont format which -can be used to typeset chess games using PGN, and to show -diagrams of the current board in a document. The package builds -on work by Piet Tutelaers -- the main novelty is the use of PGN -for input instead of the more cumbersome coordinate notation -(g1f3 becomes the more readable Nf3 in PGN). An Adobe Type 1 -implementation of skak's fonts is available as package skaknew; -an alternative chess notational scheme is available in package -texmate, and a general mechanism for selecting chess fonts is -provided in chessfss. - -%package skak-doc -Summary: Documentation for skak -Version: svn46259 -Provides: tex-skak-doc -AutoReqProv: No - -%description skak-doc -Documentation for skak - -%package sudoku -Provides: tex-sudoku = %{tl_version} -License: LPPL -Summary: Create sudoku grids -Version: svn15878.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(sudoku.sty) = %{tl_version} - -%description sudoku -The sudoku package provides an environment for typesetting -sudoku grids. A sudoku puzzle is a 9x9 grid where some of the -squares in the grid contain numbers. The rules are simple: -every column can only contain the digits 1 to 9, every row can -only contain the digits 1 to 9 and every 3x3 box can only -contain the digits 1 to 9. More information, including help and -example puzzles, can be found at sudoku.org.uk. This site also -has blank sudoku grids (or worksheets), but you will not need -to print them from there if you have this package installed. - -%package sudoku-doc -Summary: Documentation for sudoku -Version: svn15878.1.0 - -Provides: tex-sudoku-doc -AutoReqProv: No - -%description sudoku-doc -Documentation for sudoku - -%package sudokubundle -Provides: tex-sudokubundle = %{tl_version} -License: LPPL -Summary: A set of sudoku-related packages -Version: svn15878.1.0a - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(random.tex) -Provides: tex(createsudoku.sty) = %{tl_version} -Provides: tex(printsudoku.sty) = %{tl_version} -Provides: tex(solvesudoku.sty) = %{tl_version} - -%description sudokubundle -The bundle provides three packages: printsudoku, which provides -a command \sudoku whose argument is the name of a file -containing a puzzle specification; solvesudoku, which attempts -to find a solution to the puzzle in the file named in the -argument; and createsudoku, which uses the random package to -generate a puzzle according to a bunch of parameters that the -user sets via macros. The bundle comes with a set of ready- -prepared puzzle files. - -%package sudokubundle-doc -Summary: Documentation for sudokubundle -Version: svn15878.1.0a - -Provides: tex-sudokubundle-doc -AutoReqProv: No - -%description sudokubundle-doc -Documentation for sudokubundle - -%package xq -Provides: tex-xq = %{tl_version} -License: LPPL -Summary: Support for writing about xiangqi -Version: svn35211.0.4 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(xqlarge.tfm) = %{tl_version} -Provides: tex(xqnormal.tfm) = %{tl_version} -Provides: tex(xq.sty) = %{tl_version} - -%description xq -The package is for writing about xiangqi or chinese chess. You -can write games or parts of games and show diagrams with -special positions. - -%package xq-doc -Summary: Documentation for xq -Version: svn35211.0.4 - -Provides: tex-xq-doc -AutoReqProv: No - -%description xq-doc -Documentation for xq - -%package xskak -Provides: tex-xskak = %{tl_version} -License: LPPL -Summary: An extension to the skak package for chess typesetting -Version: svn51432 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xifthen.sty) -Requires: tex(etoolbox.sty) -Requires: tex(chessboard.sty) -Provides: tex(xskak-keys.sty) = %{tl_version} -Provides: tex(xskak-nagdef.sty) = %{tl_version} -Provides: tex(xskak.sty) = %{tl_version} - -%description xskak -Xskak, as its prime function, saves information about a chess -game for later use (e.g., to loop through a game to make an -animated board). The package also extends the input that the -parsing commands can handle and offers an interface to define -and switch between indefinite levels of styles. - -%package xskak-doc -Summary: Documentation for xskak -Version: svn51432 -Provides: tex-xskak-doc -AutoReqProv: No - -%description xskak-doc -Documentation for xskak - -%package c-pascal -Provides: tex-c-pascal = %{tl_version} -License: Public Domain -Summary: Typeset Python, C and Pascal programs -Version: svn18337.1.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(cap.tex) = %{tl_version} -Provides: tex(cap_c.tex) = %{tl_version} -Provides: tex(cap_comm.tex) = %{tl_version} -Provides: tex(cap_pas.tex) = %{tl_version} -Provides: tex(cap_pyt.tex) = %{tl_version} - -%description c-pascal -A TeX macro package for easy typesetting programs in Python, C -and Pascal. Program source files may also be input. - -%package c-pascal-doc -Summary: Documentation for c-pascal -Version: svn18337.1.2 - -Provides: tex-c-pascal-doc -AutoReqProv: No - -%description c-pascal-doc -Documentation for c-pascal - -%package colorsep -Provides: tex-colorsep = %{tl_version} -License: Public Domain -Summary: Color separation -Version: svn13293.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - - -%description colorsep -Support for colour separation when using dvips. - -%package dinat -Provides: tex-dinat = %{tl_version} -License: Public Domain -Summary: Bibliography style for German texts -Version: svn15878.2.5 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - - -%description dinat -Bibliography style files intended for texts in german. They -draw up bibliographies in accordance with the german DIN 1505, -parts 2 and 3. - -%package dinat-doc -Summary: Documentation for dinat -Version: svn15878.2.5 - -Provides: tex-dinat-doc -AutoReqProv: No - -%description dinat-doc -Documentation for dinat - -%package dirtree -Provides: tex-dirtree = %{tl_version} -License: LPPL -Summary: Display trees in the style of windows explorer -Version: svn42428 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(dirtree.sty) = %{tl_version} -Provides: tex(dirtree.tex) = %{tl_version} - -%description dirtree -This package is designed to emulate the way windows explorer -displays directory and file trees, with the root at top left, -and each level of subtree displaying one step in to the right. -The macros work equally well with Plain TeX and with LaTeX. - -%package dirtree-doc -Summary: Documentation for dirtree -Version: svn42428 -Provides: tex-dirtree-doc -AutoReqProv: No - -%description dirtree-doc -Documentation for dirtree - -%package docbytex -Provides: tex-docbytex = %{tl_version} -License: Copyright only -Summary: Creating documentation from source code -Version: svn34294.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(docby.tex) = %{tl_version} - -%description docbytex -The package creates documentation from C source code, or other -programming languages. - -%package docbytex-doc -Summary: Documentation for docbytex -Version: svn34294.0 - -Provides: tex-docbytex-doc -AutoReqProv: No - -%description docbytex-doc -Documentation for docbytex - -%package dowith -Provides: tex-dowith = %{tl_version} -License: LPPL 1.3 -Summary: Apply a command to a list of items -Version: svn38860 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(plainpkg.tex) -Provides: tex(domore.sty) = %{tl_version} -Provides: tex(dowith.sty) = %{tl_version} - -%description dowith -The package provides macros for applying a command to all -elements of a list without separators, such as -'\DoWithAllIn{}{}', and also for extending and -reducing macros storing such lists. Applications in mind -belonged to LaTeX, but the package should work with other -formats as well. Loop and list macros in other packages are -discussed. A further package, domore, is also provided, which -enhances the functionality of dowith. - -%package dowith-doc -Summary: Documentation for dowith -Version: svn38860 - -Provides: tex-dowith-doc -AutoReqProv: No - -%description dowith-doc -Documentation for dowith - -%package eijkhout -Provides: tex-eijkhout = %{tl_version} -License: Public Domain -Summary: Victor Eijkhout's packages -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(CD_labeler.tex) = %{tl_version} -Provides: tex(CD_labeler_test.tex) = %{tl_version} -Provides: tex(DB_process.tex) = %{tl_version} -Provides: tex(repeat.tex) = %{tl_version} - -%description eijkhout -Three unrelated packages: DB_process, to parse and process -database output; CD_labeler, to typeset user text to fit on a -CD label; and repeat, a nestable, generic loop macro. - -%package encxvlna -Provides: tex-encxvlna = %{tl_version} -License: LPPL -Summary: Insert nonbreakable spaces, using encTeX -Version: svn34087.1.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(encxvlna.sty) = %{tl_version} -Provides: tex(encxvlna.tex) = %{tl_version} - -%description encxvlna -The package provides tools for inserting nonbreakable spaces -after nonsyllabic prepositions and single letter conjunctions -as required by Czech and Slovak typographical rules. It is -implemented using encTeX and provides files both for plain TeX -and LaTeX. The LaTeX solution tries to avoid conflicts with -other packages. - -%package encxvlna-doc -Summary: Documentation for encxvlna -Version: svn34087.1.1 - -Provides: tex-encxvlna-doc -AutoReqProv: No - -%description encxvlna-doc -Documentation for encxvlna - -%package epigram -Provides: tex-epigram = %{tl_version} -License: Public Domain -Summary: Display short quotations -Version: svn20513.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(epigram.tex) = %{tl_version} - -%description epigram -The package determines (on the basis of the width of the text -of the epigram, laid out on a single line) whether to produce a -line or a displayed paragraph. - -%package fenixpar -Provides: tex-fenixpar = %{tl_version} -License: LPPL -Summary: One-shot changes to token registers such as \everypar -Version: svn24730.0.92 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(fenixpar.sty) = %{tl_version} -Provides: tex(fenixtok.sty) = %{tl_version} - -%description fenixpar -The bundle provides two packages, fenxitok and fenixpar. The -fenixtok package provides user macros to add material to a -token register; the material will be (automatically) removed -from the token register when the register is executed. Material -may be added either to the left or to the right, and care is -taken not to override any redefinition that may be included in -the token register itself. The fenixpar package uses the macros -of fenixtok to provide a user interface to manipulation of the -\everypar token register. The packages require the e-TeX -extensions; with them, they work either with Plain TeX or with -LaTeX. - -%package fenixpar-doc -Summary: Documentation for fenixpar -Version: svn24730.0.92 - -Provides: tex-fenixpar-doc -AutoReqProv: No - -%description fenixpar-doc -Documentation for fenixpar - -%package fltpoint -Provides: tex-fltpoint = %{tl_version} -License: LPPL -Summary: Simple floating point arithmetic -Version: svn15878.1.1b - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(deccomma.sty) = %{tl_version} -Provides: tex(fltpoint.sty) = %{tl_version} -Provides: tex(fltpoint.tex) = %{tl_version} - -%description fltpoint -The package provides simple floating point operations -(addition, subtraction, multiplication, division and rounding). -Used, for example, by rccol. - -%package fltpoint-doc -Summary: Documentation for fltpoint -Version: svn15878.1.1b - -Provides: tex-fltpoint-doc -AutoReqProv: No - -%description fltpoint-doc -Documentation for fltpoint - -%package fntproof -Provides: tex-fntproof = %{tl_version} -License: Public Domain -Summary: A programmable font test pattern generator -Version: svn20638.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(fntproof.tex) = %{tl_version} - -%description fntproof -The package implements all the font testing commands of Knuth's -testfont.tex, but arranges that information necessary for each -command is supplied as arguments to that command, rather than -prompted for. This makes it possible to type all the tests in -one command line, and easy to input the package in a file and -to use the commands there. A few additional commands supporting -this last purpose are also made available. - -%package fntproof-doc -Summary: Documentation for fntproof -Version: svn20638.0 - -Provides: tex-fntproof-doc -AutoReqProv: No - -%description fntproof-doc -Documentation for fntproof - -%package gates -Provides: tex-gates = %{tl_version} -License: LPPL -Summary: Support for writing modular and customisable code -Version: svn29803.0.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(gates.sty) = %{tl_version} -Provides: tex(gates.tex) = %{tl_version} -Provides: tex(t-gates.tex) = %{tl_version} - -%description gates -The package provides the means of writing code in a modular -fashion: big macros or functions are divided into small chunks -(called gates) with names, which can be externally controlled -(e.g. they can be disabled, subjected to conditionals, -loops...) and/or augmented with new chunks. Thus complex code -may easily be customised without having to rewrite it, or even -understand its implementation: the behavior of existing gates -can be modified, and new ones can be added, without endangering -the whole design. This allows code to be hacked in ways the -original authors might have never envisioned. The gates package -is implemented independently for both TeX and Lua. The TeX -implementation, running in any current environment, requires -the texapi package, whereas the Lua version can be run with any -Lua interpreter, not just LuaTeX. - -%package gates-doc -Summary: Documentation for gates -Version: svn29803.0.2 - -Provides: tex-gates-doc -AutoReqProv: No - -%description gates-doc -Documentation for gates - -%package iftex -Provides: tex-iftex = %{tl_version} -License: LPPL 1.3 -Summary: Am I running under pdfTeX, XeTeX or LuaTeX? -Version: svn54159 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: texlive-ifetex = %{epoch}:svn47231.obsolete -Obsoletes: texlive-ifetex <= 9:svn47231 -Provides: texlive-ifluatex = %{epoch}:svn51770.obsolete -Obsoletes: texlive-ifluatex <= 9:svn51770 -Provides: texlive-ifxetex = %{epoch}:svn19685.0.5.obsolete -Obsoletes: texlive-ifxetex <= 9:svn19685.0.5 -Provides: tex(ifetex.sty) = %{tl_version} -Provides: tex(ifluatex.sty) = %{tl_version} -Provides: tex(ifpdf.sty) = %{tl_version} -Provides: tex(iftex.sty) = %{tl_version} -Provides: tex(ifvtex.sty) = %{tl_version} -Provides: tex(ifxetex.sty) = %{tl_version} - -%description iftex -The package, which works both for Plain TeX and for LaTeX, -defines the \ifPDFTeX, \ifXeTeX, and \ifLuaTeX conditionals for -testing which engine is being used for typesetting. The package -also provides the \RequirePDFTeX, \RequireXeTeX, and -\RequireLuaTeX commands which throw an error if pdfTeX, XeTeX -or LuaTeX (respectively) is not the engine in use. - -%package iftex-doc -Summary: Documentation for iftex -Version: svn54159 -Provides: texlive-ifetex-doc = %{epoch}:svn47231.obsolete -Obsoletes: texlive-ifetex-doc <= 9:svn47231 -Provides: texlive-ifluatex-doc = %{epoch}:svn51770.obsolete -Obsoletes: texlive-ifluatex-doc <= 9:svn51770 -Provides: texlive-ifxetex-doc = %{epoch}:svn19685.0.5.obsolete -Obsoletes: texlive-ifxetex-doc <= 9:svn19685.0.5 -Provides: tex-iftex-doc -AutoReqProv: No - -%description iftex-doc -Documentation for iftex - -%package insbox -Provides: tex-insbox = %{tl_version} -License: Public Domain -Summary: Insert pictures/boxes into paragraphs -Version: svn34299.2.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(insbox.tex) = %{tl_version} - -%description insbox -The package provides convenient bundling of the \parshape -primitive. LaTeX users should note that this is a generic -package, and should be loaded using \input . - -%package insbox-doc -Summary: Documentation for insbox -Version: svn34299.2.2 - -Provides: tex-insbox-doc -AutoReqProv: No - -%description insbox-doc -Documentation for insbox - -%package lambda-lists -Provides: tex-lambda-lists = %{tl_version} -License: LPPL -Summary: Lists in TeX's mouth -Version: svn31402.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(lambda.sty) = %{tl_version} - -%description lambda-lists -These list-processing macros avoid the reassignments employed -in the macros shown in Appendix D of the TeXbook: all the -manipulations take place in what Knuth is pleased to call -"TeX's mouth". - -%package lambda-lists-doc -Summary: Documentation for lambda-lists -Version: svn31402.0 - -Provides: tex-lambda-lists-doc -AutoReqProv: No - -%description lambda-lists-doc -Documentation for lambda-lists - -%package langcode -Provides: tex-langcode = %{tl_version} -License: LPPL 1.3 -Summary: Simple language-dependent settings based on language codes -Version: svn27764.0.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(dowith.sty) -Requires: tex(dhua.sty) -Provides: tex(langcode.sty) = %{tl_version} - -%description langcode -The package provides a command \uselangcode{} to adjust -language-dependent settings such as key words, typographical -conventions and language codes (ISO 639-1). The package -provides a means of selecting macros according to the specified -code, for preparing a document that is to be separately typeset -in different laguages. The package is dependent on the plainpkg -package, and is already in use in the morehype and catcodes -packages. - -%package langcode-doc -Summary: Documentation for langcode -Version: svn27764.0.2 - -Provides: tex-langcode-doc -AutoReqProv: No - -%description langcode-doc -Documentation for langcode - -%package lecturer -Provides: tex-lecturer = %{tl_version} -License: LPPL -Summary: On-screen presentations for (almost) all formats -Version: svn23916.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(lecturer.sty) = %{tl_version} -Provides: tex(lecturer.tex) = %{tl_version} -Provides: tex(ltr-areas.tex) = %{tl_version} -Provides: tex(ltr-graphics.tex) = %{tl_version} -Provides: tex(ltr-job.tex) = %{tl_version} -Provides: tex(ltr-navigation.tex) = %{tl_version} -Provides: tex(ltr-slides.tex) = %{tl_version} -Provides: tex(ltr-steps.tex) = %{tl_version} -Provides: tex(t-lecturer.tex) = %{tl_version} - -%description lecturer -The package creates slides for on-screen presentations based on -PDF features without manipulating TeX's typesetting process. -The presentation flow relies on PDF's abilities to display -content step by step. Features include: Free positioning of -anything anywhere in painted areas on the slide, as well as in -the main textblock; Numerous attributes to control the layout -and the presentation flow, from TeX's primitive dimensions to -the visibility of steps; Feature inheritance from global to -local settings, with intermediate types; Basic drawing -facilities to produce symbols, e.g., for list items or buttons; -Colours, transparency, shades, and pictures; Navigation with -links, pop-up menus, and customizable bookmarks; Easy switch -between presentation and handout; and PDF transitions. Besides -the traditional documentation, the distribution includes visual -documentation and six demo presentations ranging from geometric -abstraction to classic style to silly video game. Lecturer is -designed to work with all formats, but presently fails with -ConTeXt MkIV (because of clashes in management of PDF objects, -probably), works only with pdfTeX and LuaTeX for the time -being, and requires texapi and yax, both v.1.02. - -%package lecturer-doc -Summary: Documentation for lecturer -Version: svn23916.0 - -Provides: tex-lecturer-doc -AutoReqProv: No - -%description lecturer-doc -Documentation for lecturer - -%package librarian -Provides: tex-librarian = %{tl_version} -License: LPPL -Summary: Tools to create bibliographies in TeX -Version: svn19880.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(librarian.sty) = %{tl_version} -Provides: tex(librarian.tex) = %{tl_version} -Provides: tex(t-librarian.tex) = %{tl_version} - -%description librarian -The package extracts information in bib files, makes it -available in the current document, and sorts lists of entries -according to that information and the user's specifications. -Citation and bibliography styles can then be written directly -in TeX, without any use of BibTeX. Creating references thus -depends entirely on the user's skill in TeX. The package works -with all formats that use plain TeX's basic syntactic sugar; -the distribution includes a third-party file for ConTeXt and a -style file for LaTeX. As an example of use, an Author (Year) -style is given in a separate file and explained in the -documentation. - -%package librarian-doc -Summary: Documentation for librarian -Version: svn19880.1.0 - -Provides: tex-librarian-doc -AutoReqProv: No - -%description librarian-doc -Documentation for librarian - -%package mathdots -Provides: tex-mathdots = %{tl_version} -License: LPPL -Summary: Commands to produce dots in math that respect font size -Version: svn34301.0.9 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(mathdots.sty) = %{tl_version} -Provides: tex(mathdots.tex) = %{tl_version} - -%description mathdots -Redefines \ddots and \vdots, and defines \iddots. The dots -produced by \iddots slant in the opposite direction to \ddots. -All the commands are designed to change size appropriately in -scripts, as well as in response to LaTeX size changing -commands. The commands may also be used in plain TeX. - -%package mathdots-doc -Summary: Documentation for mathdots -Version: svn34301.0.9 - -Provides: tex-mathdots-doc -AutoReqProv: No - -%description mathdots-doc -Documentation for mathdots - -%package metatex -Provides: tex-metatex = %{tl_version} -License: GPL+ -Summary: Incorporate Metafont pictures in TeX source -Version: svn15878.1.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(metatex.tex) = %{tl_version} - -%description metatex -METATeX is a set of plain TeX and Metafont macros that you can -use to define both the text and the figures in a single source -file. Because METATeX sets up two way communication, from TeX -to Metafont and back from Metafont to TeX, drawing dimensions -can be controlled by TeX and labels can be located by Metafont. -Only standard features of TeX and Metafont are used, but two -runs of TeX and one of Metafont are needed. - -%package metatex-doc -Summary: Documentation for metatex -Version: svn15878.1.1 - -Provides: tex-metatex-doc -AutoReqProv: No - -%description metatex-doc -Documentation for metatex - -%package midnight -Provides: tex-midnight = %{tl_version} -License: midnight -Summary: A set of useful macro tools -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(border.tex) = %{tl_version} -Provides: tex(dolines.tex) = %{tl_version} -Provides: tex(gloss.tex) = %{tl_version} -Provides: tex(labels.tex) = %{tl_version} -Provides: tex(loop.tex) = %{tl_version} -Provides: tex(quire.tex) = %{tl_version} -Provides: tex(styledef.tex) = %{tl_version} - -%description midnight -Included are: quire: making booklets, etc.; gloss: vertically -align words in consecutive sentences; loop: a looping -construct; dolines: 'meta'-macros to separate arguments by -newlines; labels: address labels and bulk mail letters; -styledef: selectively input part of a file; and border: borders -around boxes. - -%package midnight-doc -Summary: Documentation for midnight -Version: svn15878.0 - -Provides: tex-midnight-doc -AutoReqProv: No - -%description midnight-doc -Documentation for midnight - -%package navigator -Provides: tex-navigator = %{tl_version} -License: LPPL -Summary: PDF features across formats and engines -Version: svn41413 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(navigator.sty) = %{tl_version} -Provides: tex(navigator.tex) = %{tl_version} -Provides: tex(t-navigator.tex) = %{tl_version} - -%description navigator -Navigator implements PDF features for all formats (with some -limitations in ConTeXt) with PDFTeX, LuaTeX and XeTeX (i.e. -xdvipdfmx). Features include: Customizable outlines (i.e. -bookmarks); Anchors; Links and actions (e.g. JavaScript or user- -defined PDF actions); File embedding (not in ConTeXt); Document -information and PDF viewer's display (not in ConTeXt); and -Commands to create and use raw PDF objects. Navigator requires -texapi and yax, both version at least 1.03. - -%package navigator-doc -Summary: Documentation for navigator -Version: svn41413 - -Provides: tex-navigator-doc -AutoReqProv: No - -%description navigator-doc -Documentation for navigator - -%package ofs -Provides: tex-ofs = %{tl_version} -License: Knuth -Summary: Macros for managing large font collections -Version: svn16991.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(a117.tex) = %{tl_version} -Provides: tex(a35.sty) = %{tl_version} -Provides: tex(a35.tex) = %{tl_version} -Provides: tex(allfonts.sty) = %{tl_version} -Provides: tex(allfonts.tex) = %{tl_version} -Provides: tex(amsfn.tex) = %{tl_version} -Provides: tex(mtfn.tex) = %{tl_version} -Provides: tex(ofs-6a.tex) = %{tl_version} -Provides: tex(ofs-6c.tex) = %{tl_version} -Provides: tex(ofs-6k.tex) = %{tl_version} -Provides: tex(ofs-6s.tex) = %{tl_version} -Provides: tex(ofs-6t.tex) = %{tl_version} -Provides: tex(ofs-6x.tex) = %{tl_version} -Provides: tex(ofs-6y.tex) = %{tl_version} -Provides: tex(ofs-8c.tex) = %{tl_version} -Provides: tex(ofs-8t.tex) = %{tl_version} -Provides: tex(ofs-8x.tex) = %{tl_version} -Provides: tex(ofs-8z.tex) = %{tl_version} -Provides: tex(ofs-ams.tex) = %{tl_version} -Provides: tex(ofs-cm.tex) = %{tl_version} -Provides: tex(ofs-mt.tex) = %{tl_version} -Provides: tex(ofs-ps.tex) = %{tl_version} -Provides: tex(ofs-px.tex) = %{tl_version} -Provides: tex(ofs-slt.tex) = %{tl_version} -Provides: tex(ofs-tx.tex) = %{tl_version} -Provides: tex(ofs.sty) = %{tl_version} -Provides: tex(ofs.tex) = %{tl_version} -Provides: tex(ofsdef.tex) = %{tl_version} -Provides: tex(pantyk.tex) = %{tl_version} -Provides: tex(txfn.tex) = %{tl_version} - -%description ofs -OFS (Olsak's Font System) is a set of Plain TeX and LaTeX -macros for managing large font collections; it has been used by -Czech/Slovak users for many years. Main features include: -Mapping from long names of fonts to the metric file name. The -user can specify only exact long names in documents. Support -for many font encodings. Printing of catalogues of fonts and -test samples of font families; the interactive macro \showfonts -shows all font families you have installed via OFS. The user -interface is the same for Plain TeX and for LaTeX, but the -implementation differs: the LaTeX variant of OFS uses NFSS, but -the Plain variant implements its own font management (which may -even be better than NFSS) Support for math fonts including TX -fonts. - -%package ofs-doc -Summary: Documentation for ofs -Version: svn16991.0 - -Provides: tex-ofs-doc -AutoReqProv: No - -%description ofs-doc -Documentation for ofs - -%package pdf-trans -Provides: tex-pdf-trans = %{tl_version} -License: Public Domain -Summary: A set of macros for various transformations of TeX boxes -Version: svn32809.2.4 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(pdf-trans.tex) = %{tl_version} - -%description pdf-trans -pdf-trans is a set of macros offering various transformations -of TeX boxes (based on plain and pdfeTeX primitives). It was -initially inspired by trans.tex, remade to work with pdfTeX. - -%package pdf-trans-doc -Summary: Documentation for pdf-trans -Version: svn32809.2.4 - -Provides: tex-pdf-trans-doc -AutoReqProv: No - -%description pdf-trans-doc -Documentation for pdf-trans - -%package plainpkg -Provides: tex-plainpkg = %{tl_version} -License: LPPL 1.3 -Summary: A minimal method for making generic packages -Version: svn27765.0.4a - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(plainpkg.tex) = %{tl_version} - -%description plainpkg -The package provides a minimal method for making generic (i.e., -TeX-format-independent) packaged, combining maybeload -functionality, fallback definitions for LaTeX \ProvidesPackage -and \RequirePackage functionality, and handling of arbitrary -(multiple) "private letters" (analagous LaTeX packages' use of -"@") in nested package files. The documentation contains a -central reference for making and using generic packages based -on the package. - -%package plainpkg-doc -Summary: Documentation for plainpkg -Version: svn27765.0.4a - -Provides: tex-plainpkg-doc -AutoReqProv: No - -%description plainpkg-doc -Documentation for plainpkg - -%package schemata -Provides: tex-schemata = %{tl_version} -License: LPPL 1.3 -Summary: Print topical diagrams -Version: svn54326 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(schemata.sty) = %{tl_version} - -%description schemata -The package facilitates the creation of topical schemata, -outlines that use braces (or facsimiles thereof) to illustrate -the breakdown of concepts and categories in Scholastic thought -from late medieval and early modern periods. - -%package schemata-doc -Summary: Documentation for schemata -Version: svn54326 -Provides: tex-schemata-doc -AutoReqProv: No - -%description schemata-doc -Documentation for schemata - -%package shade -Provides: tex-shade = %{tl_version} -License: LPPL -Summary: Shade pieces of text -Version: svn22212.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(shade.tex) = %{tl_version} - -%description shade -The package provides a shaded backdrop to a box of text. It -uses a Metafont font (provided) which generates to appropriate -shading dependent on the resolution used in the Metafont -printer parameters. - -%package shade-doc -Summary: Documentation for shade -Version: svn22212.1 - -Provides: tex-shade-doc -AutoReqProv: No - -%description shade-doc -Documentation for shade - -%package systeme -Provides: tex-systeme = %{tl_version} -License: LPPL 1.3 -Summary: Format systems of equations -Version: svn54724 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xstring.sty) -Provides: tex(systeme.sty) = %{tl_version} -Provides: tex(systeme.tex) = %{tl_version} - -%description systeme -The package allows you to enter systems of equations or -inequalities in an intuitive way, and produces typeset output -where the terms and signs are aligned vertically. The package -works with plain TeX or LaTeX, but e-TeX is required. Cette -petite extension permet de saisir des systemes d'equations ou -inequations de facon intuitive, et produit un affichage ou les -termes et les signes sont alignes verticalement. - -%package systeme-doc -Summary: Documentation for systeme -Version: svn54724 -Provides: tex-systeme-doc -AutoReqProv: No - -%description systeme-doc -Documentation for systeme - -%package tabto-generic -Provides: tex-tabto-generic = %{tl_version} -License: Public Domain -Summary: "Tab" to a measured position in the line -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(tabto.tex) = %{tl_version} - -%description tabto-generic -\tabto{} moves the typesetting position to -from the left margin of the paragraph. If the typesetting -position is already further along, \tabto starts a new line. - -%package termmenu -Provides: tex-termmenu = %{tl_version} -License: LPPL 1.3 -Summary: The package provides support for terminal-based menus using expl3 -Version: svn37700.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(termmenu.tex) = %{tl_version} - -%description termmenu -When writing programs, it's often required to present the user -with a list of options/actions. The user is then expected to -select one of these options for the program to process. -termmenu provides this mechanism for TeX. It requires only -expl3 support, thus the l3kernel and l3packages are both -required. - -%package termmenu-doc -Summary: Documentation for termmenu -Version: svn37700.0 - -Provides: tex-termmenu-doc -AutoReqProv: No - -%description termmenu-doc -Documentation for termmenu - -%package tracklang -Provides: tex-tracklang = %{tl_version} -License: LPPL 1.3 -Summary: Language and dialect tracker -Version: svn52991 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(tracklang-region-codes.tex) = %{tl_version} -Provides: tex(tracklang-scripts.sty) = %{tl_version} -Provides: tex(tracklang-scripts.tex) = %{tl_version} -Provides: tex(tracklang.tex) = %{tl_version} -Provides: tex(tracklang.sty) = %{tl_version} - -%description tracklang -The tracklang package is provided for package developers who -want a simple interface to find out which languages the user -has requested through packages such as babel or polyglossia. -This package does not provide any translations! Its purpose is -simply to track which languages have been requested by the -user. Generic TeX code is in tracklang.tex for non-LaTeX users. - -%package tracklang-doc -Summary: Documentation for tracklang -Version: svn52991 -Provides: tex-tracklang-doc -AutoReqProv: No - -%description tracklang-doc -Documentation for tracklang - -%package texapi -Provides: tex-texapi = %{tl_version} -License: LPPL -Summary: Macros to write format-independent packages -Version: svn54080 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(texapi.tex) = %{tl_version} - -%description texapi -Texapi provides utility macros to write format-independent (and --aware) packages. It is similar in spirit to the etoolbox, -except that it isn't tied to LaTeX. Tools include: engine and -format detection, expansion control, command definition and -manipulation, various testing macros, string operations, and -highly customizable while and for loops. The package requires e- -TeX (and, should you want to compile its documentation, the -pitex package is also needed). - -%package texapi-doc -Summary: Documentation for texapi -Version: svn54080 -Provides: tex-texapi-doc -AutoReqProv: No - -%description texapi-doc -Documentation for texapi - -%package upca -Provides: tex-upca = %{tl_version} -License: LPPL -Summary: Print UPC-A barcodes -Version: svn22511.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(upca.tex) = %{tl_version} - -%description upca -The package defines a single macro \upca, to print UPC-A -barcodes. - -%package upca-doc -Summary: Documentation for upca -Version: svn22511.0 - -Provides: tex-upca-doc -AutoReqProv: No - -%description upca-doc -Documentation for upca - -%package xlop -Provides: tex-xlop = %{tl_version} -License: LPPL -Summary: Calculates and displays arithmetic operations -Version: svn42899 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(xlop.sty) = %{tl_version} -Provides: tex(xlop.tex) = %{tl_version} - -%description xlop -Xlop (eXtra Large OPeration) will typeset arithmetic problems -either in-line or "as in school" (using French school -conventions). So for example, \opadd{2}{3} can give either -$2+3=5$ or something similar to: \begin{tabular}{r} 2\\ +3\\ -\hline 5\end{tabular}. Furthermore, numbers may be very large, -e.g 200 figures (with a very long compilation time). Many other -features allow to deal with numbers (tests, display, some high -level operations, etc.) - -%package xlop-doc -Summary: Documentation for xlop -Version: svn42899 -Provides: tex-xlop-doc -AutoReqProv: No - -%description xlop-doc -Documentation for xlop - -%package yax -Provides: tex-yax = %{tl_version} -License: LPPL -Summary: Yet Another Key System -Version: svn54080 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(t-yax.tex) = %{tl_version} -Provides: tex(yax.sty) = %{tl_version} -Provides: tex(yax.tex) = %{tl_version} - -%description yax -YaX is advertised as a key system, but it rather organizes -attributes in parameters, which parameters can be executed, so -that YaX is halfway between key management and macro definition -(and actually hopes to provide a user's interface). Values -assigned to attributes can be retrieved and tested in various -ways, with full expandability ensured as much as possible. -Finally, YaX's syntax is a quite peculiar (as few braces as -possible), but may be customized. YaX is based on texapi and -thus requires e-TeX. - -%package yax-doc -Summary: Documentation for yax -Version: svn54080 -Provides: tex-yax-doc -AutoReqProv: No - -%description yax-doc -Documentation for yax - -%package epsf -Provides: tex-epsf = %{tl_version} -License: Public Domain -Summary: Simple macros for EPS inclusion -Version: svn21461.2.7.4 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(epsf.sty) = %{tl_version} -Provides: tex(epsf.tex) = %{tl_version} - -%description epsf -The original (and now obsolescent) graphics inclusion macros -for use with dvips, still widely used by Plain TeX users (in -particular). For LaTeX users, the package is nowadays (rather -strongly) deprecated in favour of the more sophisticated -standard LaTeX graphics bundle of packages. (The graphics -bundle is also available to Plain TeX users, via its Plain TeX -version.) - -%package epsf-doc -Summary: Documentation for epsf -Version: svn21461.2.7.4 - -Provides: tex-epsf-doc -AutoReqProv: No - -%description epsf-doc -Documentation for epsf - -%package fontname -Provides: tex-fontname = %{tl_version} -License: GPL+ -Summary: Scheme for naming fonts in TeX -Version: svn53228 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(adobe.map) = %{tl_version} -Provides: tex(apple.map) = %{tl_version} -Provides: tex(bitstrea.map) = %{tl_version} -Provides: tex(dtc.map) = %{tl_version} -Provides: tex(itc.map) = %{tl_version} -Provides: tex(linot-cd.map) = %{tl_version} -Provides: tex(linotype-cd.map) = %{tl_version} -Provides: tex(linotype.map) = %{tl_version} -Provides: tex(monotype.map) = %{tl_version} -Provides: tex(skey1250.map) = %{tl_version} -Provides: tex(skey1555.map) = %{tl_version} -Provides: tex(softkey-1250.map) = %{tl_version} -Provides: tex(softkey-1555.map) = %{tl_version} -Provides: tex(softkey.map) = %{tl_version} -Provides: tex(special.map) = %{tl_version} -Provides: tex(supplier.map) = %{tl_version} -Provides: tex(texfonts.map) = %{tl_version} -Provides: tex(typeface.map) = %{tl_version} -Provides: tex(urw.map) = %{tl_version} -Provides: tex(variant.map) = %{tl_version} -Provides: tex(weight.map) = %{tl_version} -Provides: tex(width.map) = %{tl_version} -Provides: tex(yandy.map) = %{tl_version} - -%description fontname -The scheme for assigning names is described (in the -documentation part of the package), and map files giving the -relation between foundry name and 'TeX-name' are also provided. - -%package fontname-doc -Summary: Documentation for fontname -Version: svn53228 -Provides: tex-fontname-doc -AutoReqProv: No - -%description fontname-doc -Documentation for fontname - -%package kastrup -Provides: tex-kastrup = %{tl_version} -License: Copyright only -Summary: Convert numbers into binary, octal and hexadecimal -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(binhex.tex) = %{tl_version} - -%description kastrup -Provides expandable macros for both fixed-width and minimum- -width numbers to bases 2, 4, 8 and 16. - -%package kastrup-doc -Summary: Documentation for kastrup -Version: svn15878.0 - -Provides: tex-kastrup-doc -AutoReqProv: No - -%description kastrup-doc -Documentation for kastrup - -%package multido -Provides: tex-multido = %{tl_version} -License: LPPL -Summary: A loop facility for Generic TeX -Version: svn18302.1.42 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(multido.tex) = %{tl_version} -Provides: tex(multido.sty) = %{tl_version} - -%description multido -The package provides the \multido command, which was originally -designed for use with PSTricks. Fixed-point arithmetic is used -when working on the loop variable, so that the package is -equally applicable in graphics applications like PSTricks as it -is with the more common integer loops. - -%package multido-doc -Summary: Documentation for multido -Version: svn18302.1.42 - -Provides: tex-multido-doc -AutoReqProv: No - -%description multido-doc -Documentation for multido - -%package path -Provides: tex-path = %{tl_version} -License: Bibtex -Summary: Typeset paths, making them breakable -Version: svn22045.3.05 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(path.sty) = %{tl_version} - -%description path -Defines a macro \path|...|, similar to the LaTeX \verb|...|, -that sets the text in typewriter font and allows hyphen-less -breaks at punctuation characters. The set of characters to be -regarded as punctuation may be changed from the package's -default. - -%package path-doc -Summary: Documentation for path -Version: svn22045.3.05 - -Provides: tex-path-doc -AutoReqProv: No - -%description path-doc -Documentation for path - -%package tex-ps -Provides: tex-tex-ps = %{tl_version} -License: Public Domain -Summary: TeX to PostScript generic macros and add-ons -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(cmyk-hax.tex) = %{tl_version} -Provides: tex(epsfx.tex) = %{tl_version} -Provides: tex(poligraf.sty) = %{tl_version} -Provides: tex(trans.tex) = %{tl_version} - -%description tex-ps -TeX to PostScript generic macros and add-ons: transformations -of EPS files, prepress preparation, color separation, mirror, -etc. - -%package tex-ps-doc -Summary: Documentation for tex-ps -Version: svn15878.0 - -Provides: tex-tex-ps-doc -AutoReqProv: No - -%description tex-ps-doc -Documentation for tex-ps - -%package ulem -Provides: tex-ulem = %{tl_version} -License: Copyright only -Summary: Package for underlining -Version: svn53365 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(ulem.sty) = %{tl_version} - -%description ulem -The package provides an \ul (underline) command which will -break over line ends; this technique may be used to replace \em -(both in that form and as the \emph command), so as to make -output look as if it comes from a typewriter. The package also -offers double and wavy underlining, and striking out (line -through words) and crossing out (/// over words). The package -works with both Plain TeX and LaTeX. - -%package ulem-doc -Summary: Documentation for ulem -Version: svn53365 -Provides: tex-ulem-doc -AutoReqProv: No - -%description ulem-doc -Documentation for ulem - -%package passivetex -Provides: tex-passivetex = %{tl_version} -License: MIT -Summary: Support package for XML/SGML typesetting -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(graphicx.sty) -Requires: tex(multicol.sty) -Requires: tex(rotating.sty) -Requires: tex(array.sty) -Requires: tex(amsmath.sty) -Requires: tex(longtable.sty) -Requires: tex(url.sty) -Requires: tex(ulem.sty) -Requires: tex(color.sty) -Requires: tex(times.sty) -Requires: tex(unicode.sty) -Requires: tex(marvosym.sty) -Requires: tex(nameref.sty) -Requires: tex(hyperref.sty) -Requires: tex(ifthen.sty) -Requires: tex(fontenc.sty) -Requires: tex(tipa.sty) -Requires: tex(tone.sty) -Requires: tex(amssymb.sty) -Requires: tex(bm.sty) -Requires: tex(textcomp.sty) -Requires: tex(pifont.sty) -Provides: tex(dummyels.sty) = %{tl_version} -Provides: tex(fotex.sty) = %{tl_version} -Provides: tex(mlnames.sty) = %{tl_version} -Provides: tex(teixml.sty) = %{tl_version} -Provides: tex(teixmlslides.sty) = %{tl_version} -Provides: tex(ucharacters.sty) = %{tl_version} -Provides: tex(unicode.sty) = %{tl_version} - -%description passivetex -Packages providing XML parsing, UTF-8 parsing, Unicode -entities, and common formatting object definitions for jadetex. - -%package xmltexconfig -Provides: tex-xmltexconfig = %{tl_version} -License: LPPL -Summary: xmltexconfig package -Version: svn45845 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description xmltexconfig -xmltexconfig package - -%package collection-humanities -Summary: Humanities packages -Version: svn54074 -Requires: texlive-base -Requires: texlive-collection-latex -Requires: texlive-adtrees -Requires: texlive-bibleref -Requires: texlive-bibleref-lds -Requires: texlive-bibleref-mouth -Requires: texlive-bibleref-parse -Requires: texlive-covington -Requires: texlive-diadia -Requires: texlive-dramatist -Requires: texlive-dvgloss -Requires: texlive-ecltree -Requires: texlive-edfnotes -Requires: texlive-ednotes -Requires: texlive-eledform -Requires: texlive-eledmac -Requires: texlive-expex -Requires: texlive-gb4e -Requires: texlive-gmverse -Requires: texlive-jura -Requires: texlive-juraabbrev -Requires: texlive-juramisc -Requires: texlive-jurarsp -Requires: texlive-ledmac -Requires: texlive-lexikon -Requires: texlive-lexref -Requires: texlive-ling-macros -Requires: texlive-linguex -Requires: texlive-liturg -Requires: texlive-metrix -Requires: texlive-parallel -Requires: texlive-parrun -Requires: texlive-phonrule -Requires: texlive-plari -Requires: texlive-play -Requires: texlive-poemscol -Requires: texlive-poetry -Requires: texlive-poetrytex -Requires: texlive-qobitree -Requires: texlive-qtree -Requires: texlive-reledmac -Requires: texlive-rrgtrees -Requires: texlive-rtklage -Requires: texlive-screenplay -Requires: texlive-screenplay-pkg -Requires: texlive-sides -Requires: texlive-stage -Requires: texlive-textglos -Requires: texlive-theatre -Requires: texlive-thalie -Requires: texlive-tree-dvips -Requires: texlive-verse -Requires: texlive-xyling - -%description collection-humanities -Packages for law, linguistics, social sciences, humanities, -etc. - -%package covington -Provides: tex-covington = %{tl_version} -License: Public Domain -Summary: Linguistic support -Version: svn53303 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(covington.sty) = %{tl_version} - -%description covington -Numerous minor LaTeX enhancements for linguistics, including -multiple accents on the same letter, interline glosses (word-by- -word translations), Discourse Representation Structures, and -example numbering. - -%package covington-doc -Summary: Documentation for covington -Version: svn53303 -Provides: tex-covington-doc -AutoReqProv: No - -%description covington-doc -Documentation for covington - -%package dramatist -Provides: tex-dramatist = %{tl_version} -License: GPL+ -Summary: Typeset dramas, both in verse and in prose -Version: svn35866.1.2e - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(xspace.sty) -Provides: tex(dramatist.sty) = %{tl_version} - -%description dramatist -This package is intended for typesetting drama of any length. -It provides two environments for typesetting dialogues in prose -or in verse; new document divisions corresponding to acts and -scenes; macros that control the appearance of characters and -stage directions; and automatic generation of a `dramatis -personae' list. - -%package dramatist-doc -Summary: Documentation for dramatist -Version: svn35866.1.2e - -Provides: tex-dramatist-doc -AutoReqProv: No - -%description dramatist-doc -Documentation for dramatist - -%package dvgloss -Provides: tex-dvgloss = %{tl_version} -License: LPPL -Summary: Facilities for setting interlinear glossed text -Version: svn29103.0.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(dvgloss.sty) = %{tl_version} - -%description dvgloss -The package provides extensible macros for setting interlinear -glossed text -- useful, for instance, for typing linguistics -papers. The operative word here is "extensible": few features -are built in, but some flexible and powerful facilities are -included for adding your own. - -%package dvgloss-doc -Summary: Documentation for dvgloss -Version: svn29103.0.1 - -Provides: tex-dvgloss-doc -AutoReqProv: No - -%description dvgloss-doc -Documentation for dvgloss - -%package ecltree -Provides: tex-ecltree = %{tl_version} -License: LPPL -Summary: Trees using epic and eepic macros -Version: svn15878.1.1a - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(ecltree.sty) = %{tl_version} - -%description ecltree -The package recursively draws trees: each subtree is defined in -a 'bundle' environment, with a set of leaves described by -\chunk macros. A chunk may have a bundle environment inside it. - -%package ecltree-doc -Summary: Documentation for ecltree -Version: svn15878.1.1a - -Provides: tex-ecltree-doc -AutoReqProv: No - -%description ecltree-doc -Documentation for ecltree - -%package edfnotes -Provides: tex-edfnotes = %{tl_version} -License: LPPL 1.3 -Summary: Critical annotations to footnotes with ednotes -Version: svn21540.0.6b - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(fnlineno.sty) -Provides: tex(edfnotes.sty) = %{tl_version} - -%description edfnotes -The package modifies the annotation commands and label-test -mechanism of the ednotes package so that critical notes appear -on the pages and in the order that one would expect. - -%package edfnotes-doc -Summary: Documentation for edfnotes -Version: svn21540.0.6b - -Provides: tex-edfnotes-doc -AutoReqProv: No - -%description edfnotes-doc -Documentation for edfnotes - -%package ednotes -Provides: tex-ednotes = %{tl_version} -License: LPPL -Summary: Typeset scholarly editions -Version: svn35829.1.3a - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex-ncctools -Requires: tex(mfparptc.sty) -Requires: tex(manyfoot.sty) -Requires: tex(lineno.sty) -Provides: tex(edcntwd0.sty) = %{tl_version} -Provides: tex(ednotes.sty) = %{tl_version} -Provides: tex(lblchng1.sty) = %{tl_version} -Provides: tex(mfparptc.sty) = %{tl_version} -Provides: tex(mfparxsp.sty) = %{tl_version} - -%description ednotes -A macro package for typesetting scholarly critical editions. -Provides macros for critical edition typesetting with LaTeX, -including support for line numbers and layers of footnotes. - -%package ednotes-doc -Summary: Documentation for ednotes -Version: svn35829.1.3a - -Provides: tex-ednotes-doc -AutoReqProv: No -Requires: tex-ncctools-doc - -%description ednotes-doc -Documentation for ednotes - -%package ncctools -Provides: tex-ncctools = %{tl_version} -License: LPPL -Summary: A collection of general packages for LaTeX -Version: svn51810 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(perpage.sty) -Requires: tex(amsmath.sty) -Requires: tex(graphicx.sty) -Requires: tex(amsgen.sty) -Provides: tex(afterpackage.sty) = %{tl_version} -Provides: tex(dcounter.sty) = %{tl_version} -Provides: tex(desclist.sty) = %{tl_version} -Provides: tex(extdash.sty) = %{tl_version} -Provides: tex(manyfoot.sty) = %{tl_version} -Provides: tex(mboxfill.sty) = %{tl_version} -Provides: tex(nccbbb.sty) = %{tl_version} -Provides: tex(nccboxes.sty) = %{tl_version} -Provides: tex(ncccomma.sty) = %{tl_version} -Provides: tex(ncccropbox.sty) = %{tl_version} -Provides: tex(ncccropmark.sty) = %{tl_version} -Provides: tex(nccfancyhdr.sty) = %{tl_version} -Provides: tex(nccfloats.sty) = %{tl_version} -Provides: tex(nccfoots.sty) = %{tl_version} -Provides: tex(nccmath.sty) = %{tl_version} -Provides: tex(nccparskip.sty) = %{tl_version} -Provides: tex(nccpic.sty) = %{tl_version} -Provides: tex(nccrules.sty) = %{tl_version} -Provides: tex(nccsect.sty) = %{tl_version} -Provides: tex(nccstretch.sty) = %{tl_version} -Provides: tex(nccthm.sty) = %{tl_version} -Provides: tex(textarea.sty) = %{tl_version} -Provides: tex(tocenter.sty) = %{tl_version} -Provides: tex(topsection.sty) = %{tl_version} -Provides: tex(watermark.sty) = %{tl_version} - -%description ncctools -The NCCtools bundle contains many packages for general use -under LaTeX; many are also used by NCC LaTeX. The bundle -includes tools for: executing commands after a package is -loaded; watermarks; counter manipulation (dynamic counters, -changing counter numbering with another counter); improvements -to the description environment; hyphenation of compound words; -new levels of footnotes; space-filling patterns; "poor man's" -Black Board Bold symbols; alignment of the content of a box; -use comma as decimal separator; boxes with their own crop -marks; page cropmarks; improvements to fancy headers; float -"styles", mini floats, side floats; manually marked footnotes; -extension of amsmath; control of paragraph skip; an envelope to -the graphicx package; dashed and multiple rules; alternative -techniques for declarations of sections, captions, and toc- -entries; generalised text-stretching; generation of new theorem- -like environments; control of the text area; centred page -layouts; and un-numbered top-level section. - -%package ncctools-doc -Summary: Documentation for ncctools -Version: svn51810 -Provides: tex-ncctools-doc -AutoReqProv: No - -%description ncctools-doc -Documentation for ncctools - -%package eledform -Provides: tex-eledform = %{tl_version} -License: LPPL 1.3 -Summary: Define textual variants -Version: svn38114.1.1a - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(eledmac.sty) -Provides: tex(eledform.sty) = %{tl_version} - -%description eledform -The package provides commands to formalize textual variants in -critical editions typeset using eledmac. - -%package eledform-doc -Summary: Documentation for eledform -Version: svn38114.1.1a - -Provides: tex-eledform-doc -AutoReqProv: No - -%description eledform-doc -Documentation for eledform - -%package eledmac -Provides: tex-eledmac = %{tl_version} -License: LPPL 1.3 -Summary: Typeset scholarly editions -Version: svn45418 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xkeyval.sty) -Requires: tex(xargs.sty) -Requires: tex(etoolbox.sty) -Requires: tex(etex.sty) -Requires: tex(suffix.sty) -Requires: tex(xstring.sty) -Requires: tex(ifluatex.sty) -Requires: tex(ragged2e.sty) -Requires: tex(ifxetex.sty) -Requires: tex(xspace.sty) -Provides: tex(eledmac.sty) = %{tl_version} -Provides: tex(eledpar.sty) = %{tl_version} - -%description eledmac -A package for typesetting scholarly critical editions, -replacing the established ledmac package. Ledmac itself was a -LaTeX port of the plain TeX EDMAC macros. The package supports -indexing by page and by line numbers, and simple tabular- and -array-style environments. The package is distributed with the -related eledpar package. The package is now superseded by -reledmac. - -%package eledmac-doc -Summary: Documentation for eledmac -Version: svn45418 -Provides: tex-eledmac-doc -AutoReqProv: No - -%description eledmac-doc -Documentation for eledmac - -%package expex -Provides: tex-expex = %{tl_version} -License: LPPL -Summary: Format linguistic examples and glosses, with reference capabilities -Version: svn44499 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xkeyval.sty) -Provides: tex(epltxchapno.sty) = %{tl_version} -Provides: tex(epltxfn.sty) = %{tl_version} -Provides: tex(eptexfn.tex) = %{tl_version} -Provides: tex(expex-demo.tex) = %{tl_version} -Provides: tex(expex.sty) = %{tl_version} -Provides: tex(expex.tex) = %{tl_version} - -%description expex -The package provides macros for typesetting linguistic examples -and glosses, with a refined mechanism for referencing examples -and parts of examples. The package can be used with LaTex using -the .sty wrapper or with PlainTex. - -%package expex-doc -Summary: Documentation for expex -Version: svn44499 -Provides: tex-expex-doc -AutoReqProv: No - -%description expex-doc -Documentation for expex - -%package gb4e -Provides: tex-gb4e = %{tl_version} -License: LPPL 1.2 -Summary: Linguistic tools -Version: svn19216.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(cgloss4e.sty) = %{tl_version} -Provides: tex(gb4e.sty) = %{tl_version} - -%description gb4e -Provides an environment for linguistic examples, tools for -glosses, and various other goodies. The code was developed from -the midnight and covington packages. - -%package gb4e-doc -Summary: Documentation for gb4e -Version: svn19216.0 - -Provides: tex-gb4e-doc -AutoReqProv: No - -%description gb4e-doc -Documentation for gb4e - -%package gmverse -Provides: tex-gmverse = %{tl_version} -License: LPPL -Summary: A package for typesetting (short) poems -Version: svn29803.v0.73 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(gmverse.sty) = %{tl_version} - -%description gmverse -A redefinition of the verse environment to make the \\ command -optional for line ends and to give it a possibility of optical -centering and `right-hanging' alignment of lines broken because -of length. - -%package gmverse-doc -Summary: Documentation for gmverse -Version: svn29803.v0.73 - -Provides: tex-gmverse-doc -AutoReqProv: No - -%description gmverse-doc -Documentation for gmverse - -%package jura -Provides: tex-jura = %{tl_version} -License: GPL+ -Summary: A document class for German legal texts -Version: svn15878.4.3 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(alphanum.sty) = %{tl_version} -Provides: tex(jura.cls) = %{tl_version} - -%description jura -Implements the standard layout for German term papers in law -(one-and-half linespacing, 7 cm margins, etc.). Includes -alphanum that permits alphanumeric section numbering (e.g., A. -Introduction; III. International Law). - -%package jura-doc -Summary: Documentation for jura -Version: svn15878.4.3 - -Provides: tex-jura-doc -AutoReqProv: No - -%description jura-doc -Documentation for jura - -%package juraabbrev -Provides: tex-juraabbrev = %{tl_version} -License: GPL+ -Summary: Abbreviations for typesetting (German) juridical documents -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Provides: tex(juraabbrev.sty) = %{tl_version} - -%description juraabbrev -This package should be helpful for people working on (German) -law. It helps you to handle abbreviations and creates a list of -those (pre-defined) abbreviations that have actually been used -in the document - -%package juraabbrev-doc -Summary: Documentation for juraabbrev -Version: svn15878.0 - -Provides: tex-juraabbrev-doc -AutoReqProv: No - -%description juraabbrev-doc -Documentation for juraabbrev - -%package juramisc -Provides: tex-juramisc = %{tl_version} -License: LPPL -Summary: Typesetting German juridical documents -Version: svn15878.0.91 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(xspace.sty) -Requires: tex(calc.sty) -Requires: tex(ifthen.sty) -Requires: tex(remreset.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(multicol.sty) -Requires: tex(ragged2e.sty) -Requires: tex(array.sty) -Requires: tex(pifont.sty) -Requires: tex(fancybox.sty) -Requires: tex(color.sty) -Provides: tex(jbgoe.clo) = %{tl_version} -Provides: tex(jbstgallen.clo) = %{tl_version} -Provides: tex(jbtrier.clo) = %{tl_version} -Provides: tex(jurabase.sty) = %{tl_version} -Provides: tex(jurabook.cls) = %{tl_version} -Provides: tex(juraovw.cls) = %{tl_version} -Provides: tex(juraurtl.cls) = %{tl_version} - -%description juramisc -A collection of classes for typesetting court sentences, legal -opinions, books and dissertations for German lawyers. A -jurabook class is also provided, which may not yet be complete. - -%package juramisc-doc -Summary: Documentation for juramisc -Version: svn15878.0.91 - -Provides: tex-juramisc-doc -AutoReqProv: No - -%description juramisc-doc -Documentation for juramisc - -%package jurarsp -Provides: tex-jurarsp = %{tl_version} -License: GPL+ -Summary: Citations of judgements and official documents in (German) juridical documents -Version: svn15878.0.52 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Requires: tex(keyval.sty) -Requires: tex(xspace.sty) -Requires: tex(calc.sty) -Provides: tex(jurarsp.cfg) = %{tl_version} -Provides: tex(jurarsp.sty) = %{tl_version} - -%description jurarsp -This package should be helpful for people working on (German) -law. It (ab)uses BibTeX for citations of judgements and -official documents. For this purpose, a special BibTeX-style is -provided. - -%package jurarsp-doc -Summary: Documentation for jurarsp -Version: svn15878.0.52 - -Provides: tex-jurarsp-doc -AutoReqProv: No - -%description jurarsp-doc -Documentation for jurarsp - -%package ledmac -Provides: tex-ledmac = %{tl_version} -License: LPPL 1.3 -Summary: Typeset scholarly editions -Version: svn41811 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(afoot.sty) = %{tl_version} -Provides: tex(ledarab.sty) = %{tl_version} -Provides: tex(ledmac.sty) = %{tl_version} -Provides: tex(ledpar.sty) = %{tl_version} - -%description ledmac -A macro package for typesetting scholarly critical editions. -The ledmac package is a LaTeX port of the plain TeX EDMAC -macros. It supports indexing by page and line number and simple -tabular- and array-style environments. The package is -distributed with the related ledpar and ledarab packages. The -package is now superseded by eledmac. - -%package ledmac-doc -Summary: Documentation for ledmac -Version: svn41811 -Provides: tex-ledmac-doc -AutoReqProv: No - -%description ledmac-doc -Documentation for ledmac - -%package leipzig -Provides: tex-leipzig = %{tl_version} -License: LPPL 1.3 -Summary: Typeset and index linguistic gloss abbreviations -Version: svn52450 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(leipzig.sty) = %{tl_version} -Provides: tex(leipzig.tex) = %{tl_version} - -%description leipzig -The leipzig package provides a set of macros for standard -glossing abbreviations, with options to create new ones. They -are mnemonic (e.g. \Acc{} for accusative, abbreviated acc). -These abbre can be used alone or on top of the glossaries -package for easy indexing and glossary printing. - -%package leipzig-doc -Summary: Documentation for leipzig -Version: svn52450 -Provides: tex-leipzig-doc -AutoReqProv: No - -%description leipzig-doc -Documentation for leipzig - -%package lexikon -Provides: tex-lexikon = %{tl_version} -License: LPPL -Summary: Macros for a two language dictionary -Version: svn17364.1.0c - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ipa.sty) -Provides: tex(lexikon.sty) = %{tl_version} - -%description lexikon -lexikon package - -%package lexikon-doc -Summary: Documentation for lexikon -Version: svn17364.1.0c - -Provides: tex-lexikon-doc -AutoReqProv: No - -%description lexikon-doc -Documentation for lexikon - -%package lexref -Provides: tex-lexref = %{tl_version} -License: LPPL 1.3 -Summary: Convenient and uniform references to legal provisions -Version: svn36026.1.1a - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(etoolbox.sty) -Requires: tex(xargs.sty) -Requires: tex(xstring.sty) -Requires: tex(nomencl.sty) -Requires: tex(splitidx.sty) -Requires: tex(ifthen.sty) -Requires: tex(stringstrings.sty) -Provides: tex(lexref.sty) = %{tl_version} - -%description lexref -The package is aimed at continental lawyers (especially those -in Switzerland and Germany), allowing the user to make -references to legal provisions conveniently and uniformly. The -package also allows the user to add cited Acts to a -nomenclature list (automatically), and to build specific -indexes for each cited Act. The package is still under -development, and should be treated as an 'alpha'-release. - -%package lexref-doc -Summary: Documentation for lexref -Version: svn36026.1.1a - -Provides: tex-lexref-doc -AutoReqProv: No - -%description lexref-doc -Documentation for lexref - -%package linguex -Provides: tex-linguex = %{tl_version} -License: LPPL -Summary: Format linguists' examples -Version: svn30815.4.3 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(xspace.sty) -Requires: tex(cgloss4e.sty) -Requires: tex(tree-dvips.sty) -Provides: tex(linguex.sty) = %{tl_version} -Provides: tex(linguho.sty) = %{tl_version} -Provides: tex(lingo.sty) = %{tl_version} -Provides: tex(ps-trees.sty) = %{tl_version} - -%description linguex -This bundle comprises two packages: The linguex package -facilitates the formatting of linguist examples, automatically -taking care of example numbering, indentations, indexed -brackets, and the '*' in grammaticality judgments. The ps-trees -package provides linguistic trees, building on the macros of -tree-dvips, but overcoming some of the older package's -shortcomings. - -%package linguex-doc -Summary: Documentation for linguex -Version: svn30815.4.3 - -Provides: tex-linguex-doc -AutoReqProv: No - -%description linguex-doc -Documentation for linguex - -%package liturg -Provides: tex-liturg = %{tl_version} -License: LPPL -Summary: Support for typesetting Catholic liturgical texts -Version: svn15878.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(babel.sty) -Requires: tex(color.sty) -Requires: tex(lettrine.sty) -Requires: tex(ecclesiastic.sty) -Provides: tex(liturg.sty) = %{tl_version} - -%description liturg -The packages offers simple macros for typesetting Catholic -liturgical texts, particularly Missal and Breviary texts. The -package assumes availability of Latin typesetting packages. - -%package liturg-doc -Summary: Documentation for liturg -Version: svn15878.1.0 - -Provides: tex-liturg-doc -AutoReqProv: No - -%description liturg-doc -Documentation for liturg - -%package metrix -Provides: tex-metrix = %{tl_version} -License: LPPL 1.3 -Summary: Typeset metric marks for Latin text -Version: svn52323 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(expl3.sty) -Requires: tex(xparse.sty) -Requires: tex(xpatch.sty) -Requires: tex(tikz.sty) -Provides: tex(metrix.sty) = %{tl_version} - -%description metrix -The package may be used to type the prosodics/metrics of -(latin) verse; it provides macros to typeset the symbols -standing alone, and in combination with symbols, giving -automatic alignment. The package requires tikz (including the -calc library, and the xparse package (thus also requiring the -experimental LaTeX 3 environment). - -%package metrix-doc -Summary: Documentation for metrix -Version: svn52323 -Provides: tex-metrix-doc -AutoReqProv: No - -%description metrix-doc -Documentation for metrix - -%package parallel -Provides: tex-parallel = %{tl_version} -License: LPPL -Summary: Typeset parallel texts -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(parallel.sty) = %{tl_version} - -%description parallel -Provides a parallel environment which allows two potentially -different texts to be typeset in two columns, while maintaining -alignment. The two columns may be on the same page, or on -facing pages. This arrangement of text is commonly used when -typesetting translations, but it can have value when comparing -any two texts. - -%package parallel-doc -Summary: Documentation for parallel -Version: svn15878.0 - -Provides: tex-parallel-doc -AutoReqProv: No - -%description parallel-doc -Documentation for parallel - -%package parrun -Provides: tex-parrun = %{tl_version} -License: LPPL -Summary: Typesets (two) streams of text running parallel -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Requires: tex(calc.sty) -Provides: tex(parrun.sty) = %{tl_version} - -%description parrun -For typesetting translated text and the original source, -parallel on the same page, one above the other. - -%package parrun-doc -Summary: Documentation for parrun -Version: svn15878.0 - -Provides: tex-parrun-doc -AutoReqProv: No - -%description parrun-doc -Documentation for parrun - -%package phonrule -Provides: tex-phonrule = %{tl_version} -License: LPPL -Summary: Typeset linear phonological rules -Version: svn43963 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pbox.sty) -Provides: tex(phonrule.sty) = %{tl_version} - -%description phonrule -The package provides macros for typesetting phonological rules -like those in 'Sound Pattern of English' (Chomsky and Halle -1968). - -%package phonrule-doc -Summary: Documentation for phonrule -Version: svn43963 -Provides: tex-phonrule-doc -AutoReqProv: No - -%description phonrule-doc -Documentation for phonrule - -%package plari -Provides: tex-plari = %{tl_version} -License: GPL+ -Summary: Typesetting stageplay scripts -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(plari.cls) = %{tl_version} - -%description plari -Plari (the name comes from the Finnish usage for the working -copy of a play) is a report-alike class, without section -headings, and with paragraphs vertically separated rather than -indented. - -%package plari-doc -Summary: Documentation for plari -Version: svn15878.0 - -Provides: tex-plari-doc -AutoReqProv: No - -%description plari-doc -Documentation for plari - -%package play -Provides: tex-play = %{tl_version} -License: LPPL -Summary: Typeset drama using LaTeX -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(play.cls) = %{tl_version} -Provides: tex(play.sty) = %{tl_version} - -%description play -A class and style file that supports the typesetting of plays, -including options for line numbering. - -%package play-doc -Summary: Documentation for play -Version: svn15878.0 - -Provides: tex-play-doc -AutoReqProv: No - -%description play-doc -Documentation for play - -%package poemscol -Provides: tex-poemscol = %{tl_version} -License: LPPL 1.3 -Summary: Typesetting Critical Editions of Poetry -Version: svn52574 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(poemscol.sty) = %{tl_version} - -%description poemscol -The package offers LaTeX macros for typesetting critical -editions of poetry. Its features include automatic -linenumbering, generation of separate endnotes sections for -emendations, textual collations, and explanatory notes, special -marking for cases in which page breaks occur during stanza -breaks, running headers of the form 'Notes to pp. xx-yy' for -the notes sections, index of titles and first lines, and -automatic generation of a table of contents. - -%package poemscol-doc -Summary: Documentation for poemscol -Version: svn52574 -Provides: tex-poemscol-doc -AutoReqProv: No - -%description poemscol-doc -Documentation for poemscol - -%package poetrytex -Provides: tex-poetrytex = %{tl_version} -License: LPPL 1.3 -Summary: Typeset anthologies of poetry -Version: svn39921 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(expl3.sty) -Requires: tex(tocloft.sty) -Provides: tex(poetrytex.sty) = %{tl_version} - -%description poetrytex -The package is designed to aid in the management and formatting -of anthologies of poetry and other writings; it does not -concern itself with actually typesettinig the verse itself. - -%package poetrytex-doc -Summary: Documentation for poetrytex -Version: svn39921 - -Provides: tex-poetrytex-doc -AutoReqProv: No - -%description poetrytex-doc -Documentation for poetrytex - -%package qobitree -Provides: tex-qobitree = %{tl_version} -License: LPPL -Summary: LaTeX macros for typesetting trees -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(qobitree.tex) = %{tl_version} - -%description qobitree -Provides commands \branch and \leaf for specifying the elements -of the tree; you build up your tree with those commands, and -then issue the \tree command to typeset the whole. - -%package qobitree-doc -Summary: Documentation for qobitree -Version: svn15878.0 - -Provides: tex-qobitree-doc -AutoReqProv: No - -%description qobitree-doc -Documentation for qobitree - -%package qtree -Provides: tex-qtree = %{tl_version} -License: LPPL -Summary: Draw tree structures -Version: svn15878.3.1b - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(pict2e.sty) -Provides: tex(qtree.sty) = %{tl_version} - -%description qtree -The package offers support for drawing tree diagrams, and is -especially suitable for linguistics use. It allows trees to be -specified in a simple bracket notation, automatically -calculates branch sizes, and supports both DVI/PostScript and -PDF output by use of pict2e facilities. The package is a -development of the existing qobitree package, offering a new -front end. - -%package qtree-doc -Summary: Documentation for qtree -Version: svn15878.3.1b - -Provides: tex-qtree-doc -AutoReqProv: No - -%description qtree-doc -Documentation for qtree - -%package reledmac -Provides: tex-reledmac = %{tl_version} -License: LPPL 1.3 -Summary: Typeset scholarly editions -Version: svn54813 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xkeyval.sty) -Requires: tex(xargs.sty) -Requires: tex(etoolbox.sty) -Requires: tex(etex.sty) -Requires: tex(suffix.sty) -Requires: tex(xstring.sty) -Requires: tex(ifluatex.sty) -Requires: tex(ragged2e.sty) -Requires: tex(ifxetex.sty) -Requires: tex(xspace.sty) -Provides: tex(reledmac.sty) = %{tl_version} -Provides: tex(reledpar.sty) = %{tl_version} - -%description reledmac -A package for typesetting scholarly critical editions, -replacing the established ledmac and eledmac packages. Ledmac -itself was a LaTeX port of the plain TeX EDMAC macros. The -package supports indexing by page and by line numbers, and -simple tabular- and array-style environments. The package is -distributed with the related reledpar package. - -%package reledmac-doc -Summary: Documentation for reledmac -Version: svn54813 -Provides: tex-reledmac-doc -AutoReqProv: No - -%description reledmac-doc -Documentation for reledmac - -%package rrgtrees -Provides: tex-rrgtrees = %{tl_version} -License: LPPL -Summary: Linguistic tree diagrams for Role and Reference Grammar (RRG) with LaTeX -Version: svn27322.1.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(pst-node.sty) -Requires: tex(pst-tree.sty) -Provides: tex(rrgtrees.sty) = %{tl_version} - -%description rrgtrees -A set of LaTeX macros that makes it easy to produce linguistic -tree diagrams suitable for Role and Reference Grammar (RRG). -This package allows the construction of trees with crossing -lines, as is required by this theory for many languages. There -is no known limit on number of tree nodes or levels. Requires -the pst-node and pst-tree LaTeX packages. - -%package rrgtrees-doc -Summary: Documentation for rrgtrees -Version: svn27322.1.1 - -Provides: tex-rrgtrees-doc -AutoReqProv: No - -%description rrgtrees-doc -Documentation for rrgtrees - -%package rtklage -Provides: tex-rtklage = %{tl_version} -License: LPPL -Summary: A package for German lawyers -Version: svn15878.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(babel.sty) -Requires: tex(twoopt.sty) -Requires: tex(ifthen.sty) -Requires: tex(scrdate.sty) -Requires: tex(calc.sty) -Requires: tex(numprint.sty) -Requires: tex(scrlayer-scrpage.sty) -Requires: tex(alphanum.sty) -Requires: tex(eso-pic.sty) -Requires: tex(color.sty) -Requires: tex(graphicx.sty) -Requires: tex(xspace.sty) -Provides: tex(rtklage.cls) = %{tl_version} - -%description rtklage -RATeX is a newly developed bundle of packages and classes -provided for German lawyers. Now in the early beginning it only -contains rtklage, a class to make lawsuits. - -%package rtklage-doc -Summary: Documentation for rtklage -Version: svn15878.0 - -Provides: tex-rtklage-doc -AutoReqProv: No - -%description rtklage-doc -Documentation for rtklage - -%package screenplay -Provides: tex-screenplay = %{tl_version} -License: GPL+ -Summary: A class file to typeset screenplays -Version: svn27223.1.6 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Requires: tex(geometry.sty) -Requires: tex(courier.sty) -Provides: tex(hardmarg.sty) = %{tl_version} -Provides: tex(screenplay.cls) = %{tl_version} - -%description screenplay -The class implements the format recommended by the Academy of -Motion Picture Arts and Sciences. - -%package screenplay-doc -Summary: Documentation for screenplay -Version: svn27223.1.6 - -Provides: tex-screenplay-doc -AutoReqProv: No - -%description screenplay-doc -Documentation for screenplay - -%package screenplay-pkg -Provides: tex-screenplay-pkg = %{tl_version} -License: LPPL 1.3 -Summary: Package version of the screenplay document class -Version: svn44965 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(setspace.sty) -Provides: tex(screenplay-pkg.sty) = %{tl_version} - -%description screenplay-pkg -This package implements the tools of the screenplay document -class in the form of a package so that screenplay fragments can -be included within another document class. For full -documentation of the available commands, please consult the -screenplay class documentation in addition to the included -package documentation. - -%package screenplay-pkg-doc -Summary: Documentation for screenplay-pkg -Version: svn44965 -Provides: tex-screenplay-pkg-doc -AutoReqProv: No - -%description screenplay-pkg-doc -Documentation for screenplay-pkg - -%package sides -Provides: tex-sides = %{tl_version} -License: GPL+ -Summary: A LaTeX class for typesetting stage plays -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(sides.cls) = %{tl_version} - -%description sides -This is a LaTeX class for typesetting stage plays, based on the -plari class written by Antti-Juhani Kaijanaho in 1998. It has -been updated and several formatting changes have been made to -it--most noticibly there are no longer orphans. - -%package sides-doc -Summary: Documentation for sides -Version: svn15878.0 - -Provides: tex-sides-doc -AutoReqProv: No - -%description sides-doc -Documentation for sides - -%package stage -Provides: tex-stage = %{tl_version} -License: LPPL 1.3 -Summary: A LaTeX class for stage plays -Version: svn53915 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(extramarks.sty) -Provides: tex(stage.cls) = %{tl_version} - -%description stage -Stage.cls is a LaTeX class for creating plays of any length in -a standard manuscript format for production and submission. - -%package stage-doc -Summary: Documentation for stage -Version: svn53915 -Provides: tex-stage-doc -AutoReqProv: No - -%description stage-doc -Documentation for stage - -%package textglos -Provides: tex-textglos = %{tl_version} -License: LPPL 1.3 -Summary: Typeset and index linguistic gloss abbreviations -Version: svn30788.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(graphicx.sty) -Provides: tex(textglos.sty) = %{tl_version} - -%description textglos -The package provides a set of macros for in-line linguistic -examples (as opposed to interlinear glossing, set apart from -the main text). It prevents hyphenated examples from breaking -across lines and consistently formats phonemic examples, -orthographic examples, and more. - -%package textglos-doc -Summary: Documentation for textglos -Version: svn30788.1.0 - -Provides: tex-textglos-doc -AutoReqProv: No - -%description textglos-doc -Documentation for textglos - -%package thalie -Provides: tex-thalie = %{tl_version} -License: LPPL 1.3 -Summary: Typeset drama plays -Version: svn51789 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(etoolbox.sty) -Requires: tex(suffix.sty) -Requires: tex(longtable.sty) -Requires: tex(xspace.sty) -Requires: tex(pgfopts.sty) -Provides: tex(thalie.sty) = %{tl_version} - -%description thalie -The package provides tools to typeset drama plays. It defines -commands to introduce characters' lines, to render stage -directions, to divide a play into acts and scenes and to build -the dramatis personae automatically. - -%package thalie-doc -Summary: Documentation for thalie -Version: svn51789 -Provides: tex-thalie-doc -AutoReqProv: No - -%description thalie-doc -Documentation for thalie - -%package tree-dvips -Provides: tex-tree-dvips = %{tl_version} -License: LPPL -Summary: Trees and other linguists' macros -Version: svn21751.91 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(lingmacros.sty) = %{tl_version} -Provides: tex(tree-dvips.sty) = %{tl_version} - -%description tree-dvips -The package defines a mechanism for specifying connected trees -that uses a tabular environment to generate node positions. The -package uses PostScript code, loaded by dvips, so output can -only be generated by use of dvips. The package lingmacros.sty -defines a few macros for linguists: \enumsentence for -enumerating sentence examples, simple tabular-based non- -connected tree macros, and gloss macros. - -%package tree-dvips-doc -Summary: Documentation for tree-dvips -Version: svn21751.91 - -Provides: tex-tree-dvips-doc -AutoReqProv: No - -%description tree-dvips-doc -Documentation for tree-dvips - -%package verse -Provides: tex-verse = %{tl_version} -License: LPPL -Summary: Aids for typesetting simple verse -Version: svn34017.2.4b - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(verse.sty) = %{tl_version} - -%description verse -The package documentation discusses approaches to the problem; -the package is strong on layout, from simple alternate-line -indentation to the Mouse's tale from Alice in Wonderland. - -%package verse-doc -Summary: Documentation for verse -Version: svn34017.2.4b - -Provides: tex-verse-doc -AutoReqProv: No - -%description verse-doc -Documentation for verse - -%package xyling -Provides: tex-xyling = %{tl_version} -License: LPPL -Summary: Draw syntactic trees, etc., for linguistics literature, using xy-pic -Version: svn15878.1.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(xy.sty) -Requires: tex(color.sty) -Requires: tex(ifthen.sty) -Provides: tex(xyling.sty) = %{tl_version} - -%description xyling -The macros in this package model the construction of linguistic -tree structures as a genuinely graphical problem: they contain -two types of objects, BRANCHES and NODE LABELS, and these are -positioned relative to a GRID. It is essential that each of -these three elements is constructed independent of the other -two, and hence they can be modified without unwanted side -effects. The macros are based on the xy-pic package. - -%package xyling-doc -Summary: Documentation for xyling -Version: svn15878.1.1 - -Provides: tex-xyling-doc -AutoReqProv: No - -%description xyling-doc -Documentation for xyling - -%package ethiop -Provides: tex-ethiop = %{tl_version} -License: GPL+ -Summary: LaTeX macros and fonts for typesetting Amharic -Version: svn15878.0.7 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(etha10.tfm) = %{tl_version} -Provides: tex(etha6.tfm) = %{tl_version} -Provides: tex(etha7.tfm) = %{tl_version} -Provides: tex(etha8.tfm) = %{tl_version} -Provides: tex(ethab10.tfm) = %{tl_version} -Provides: tex(ethab11.tfm) = %{tl_version} -Provides: tex(ethab12.tfm) = %{tl_version} -Provides: tex(ethab14.tfm) = %{tl_version} -Provides: tex(ethab18.tfm) = %{tl_version} -Provides: tex(ethab24.tfm) = %{tl_version} -Provides: tex(ethab36.tfm) = %{tl_version} -Provides: tex(ethab9.tfm) = %{tl_version} -Provides: tex(ethas10.tfm) = %{tl_version} -Provides: tex(ethasb10.tfm) = %{tl_version} -Provides: tex(ethasb11.tfm) = %{tl_version} -Provides: tex(ethasb12.tfm) = %{tl_version} -Provides: tex(ethasb14.tfm) = %{tl_version} -Provides: tex(ethasb18.tfm) = %{tl_version} -Provides: tex(ethasb24.tfm) = %{tl_version} -Provides: tex(ethasb36.tfm) = %{tl_version} -Provides: tex(ethasb9.tfm) = %{tl_version} -Provides: tex(ethatt10.tfm) = %{tl_version} -Provides: tex(ethb10.tfm) = %{tl_version} -Provides: tex(ethb6.tfm) = %{tl_version} -Provides: tex(ethb7.tfm) = %{tl_version} -Provides: tex(ethb8.tfm) = %{tl_version} -Provides: tex(ethbb10.tfm) = %{tl_version} -Provides: tex(ethbb11.tfm) = %{tl_version} -Provides: tex(ethbb12.tfm) = %{tl_version} -Provides: tex(ethbb14.tfm) = %{tl_version} -Provides: tex(ethbb18.tfm) = %{tl_version} -Provides: tex(ethbb24.tfm) = %{tl_version} -Provides: tex(ethbb36.tfm) = %{tl_version} -Provides: tex(ethbb9.tfm) = %{tl_version} -Provides: tex(ethbs10.tfm) = %{tl_version} -Provides: tex(ethbsb10.tfm) = %{tl_version} -Provides: tex(ethbsb11.tfm) = %{tl_version} -Provides: tex(ethbsb12.tfm) = %{tl_version} -Provides: tex(ethbsb14.tfm) = %{tl_version} -Provides: tex(ethbsb18.tfm) = %{tl_version} -Provides: tex(ethbsb24.tfm) = %{tl_version} -Provides: tex(ethbsb36.tfm) = %{tl_version} -Provides: tex(ethbsb9.tfm) = %{tl_version} -Provides: tex(ethbtt10.tfm) = %{tl_version} -Provides: tex(etharab.sty) = %{tl_version} -Provides: tex(ethiop.ldf) = %{tl_version} -Provides: tex(ethiop.sty) = %{tl_version} -Provides: tex(uetha.fd) = %{tl_version} -Provides: tex(uethb.fd) = %{tl_version} -Provides: tex(uetho.fd) = %{tl_version} - -%description ethiop -Ethiopian language support for the babel package, including a -collection of fonts and TeX macros for typesetting the -characters of the languages of Ethiopia, with Metafont fonts -based on EthTeX's. The macros use the Babel framework. - -%package ethiop-doc -Summary: Documentation for ethiop -Version: svn15878.0.7 - -Provides: tex-ethiop-doc -AutoReqProv: No - -%description ethiop-doc -Documentation for ethiop - -%package ethiop-t1 -Provides: tex-ethiop-t1 = %{tl_version} -License: GPL+ -Summary: Type 1 versions of Amharic fonts -Version: svn15878.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(ethiop.map) = %{tl_version} -Provides: tex(etha10.pfb) = %{tl_version} -Provides: tex(etha6.pfb) = %{tl_version} -Provides: tex(etha7.pfb) = %{tl_version} -Provides: tex(etha8.pfb) = %{tl_version} -Provides: tex(ethab10.pfb) = %{tl_version} -Provides: tex(ethab11.pfb) = %{tl_version} -Provides: tex(ethab12.pfb) = %{tl_version} -Provides: tex(ethab14.pfb) = %{tl_version} -Provides: tex(ethab18.pfb) = %{tl_version} -Provides: tex(ethab24.pfb) = %{tl_version} -Provides: tex(ethab36.pfb) = %{tl_version} -Provides: tex(ethab9.pfb) = %{tl_version} -Provides: tex(ethas10.pfb) = %{tl_version} -Provides: tex(ethasb10.pfb) = %{tl_version} -Provides: tex(ethasb11.pfb) = %{tl_version} -Provides: tex(ethasb12.pfb) = %{tl_version} -Provides: tex(ethasb14.pfb) = %{tl_version} -Provides: tex(ethasb18.pfb) = %{tl_version} -Provides: tex(ethasb24.pfb) = %{tl_version} -Provides: tex(ethasb36.pfb) = %{tl_version} -Provides: tex(ethasb9.pfb) = %{tl_version} -Provides: tex(ethatt10.pfb) = %{tl_version} -Provides: tex(ethb10.pfb) = %{tl_version} -Provides: tex(ethb6.pfb) = %{tl_version} -Provides: tex(ethb7.pfb) = %{tl_version} -Provides: tex(ethb8.pfb) = %{tl_version} -Provides: tex(ethbb10.pfb) = %{tl_version} -Provides: tex(ethbb11.pfb) = %{tl_version} -Provides: tex(ethbb12.pfb) = %{tl_version} -Provides: tex(ethbb14.pfb) = %{tl_version} -Provides: tex(ethbb18.pfb) = %{tl_version} -Provides: tex(ethbb24.pfb) = %{tl_version} -Provides: tex(ethbb36.pfb) = %{tl_version} -Provides: tex(ethbb9.pfb) = %{tl_version} -Provides: tex(ethbs10.pfb) = %{tl_version} -Provides: tex(ethbsb10.pfb) = %{tl_version} -Provides: tex(ethbsb11.pfb) = %{tl_version} -Provides: tex(ethbsb12.pfb) = %{tl_version} -Provides: tex(ethbsb14.pfb) = %{tl_version} -Provides: tex(ethbsb18.pfb) = %{tl_version} -Provides: tex(ethbsb24.pfb) = %{tl_version} -Provides: tex(ethbsb36.pfb) = %{tl_version} -Provides: tex(ethbsb9.pfb) = %{tl_version} -Provides: tex(ethbtt10.pfb) = %{tl_version} - -%description ethiop-t1 -These fonts are drop-in Adobe type 1 replacements for the fonts -of the ethiop package. - -%package ethiop-t1-doc -Summary: Documentation for ethiop-t1 -Version: svn15878.0 - -Provides: tex-ethiop-t1-doc -AutoReqProv: No - -%description ethiop-t1-doc -Documentation for ethiop-t1 - -%package fc -Provides: tex-fc = %{tl_version} -License: GPLv2+ -Summary: Fonts for African languages -Version: svn32796.1.4 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(newlfont.sty) -Requires: tex(fontenc.sty) -Provides: tex(fcbx10.tfm) = %{tl_version} -Provides: tex(fcbx11.tfm) = %{tl_version} -Provides: tex(fcbx12.tfm) = %{tl_version} -Provides: tex(fcbx14.tfm) = %{tl_version} -Provides: tex(fcbx17.tfm) = %{tl_version} -Provides: tex(fcbx20.tfm) = %{tl_version} -Provides: tex(fcbx25.tfm) = %{tl_version} -Provides: tex(fcbx5.tfm) = %{tl_version} -Provides: tex(fcbx6.tfm) = %{tl_version} -Provides: tex(fcbx7.tfm) = %{tl_version} -Provides: tex(fcbx8.tfm) = %{tl_version} -Provides: tex(fcbx9.tfm) = %{tl_version} -Provides: tex(fcbxi10.tfm) = %{tl_version} -Provides: tex(fcbxi11.tfm) = %{tl_version} -Provides: tex(fcbxi12.tfm) = %{tl_version} -Provides: tex(fcbxi14.tfm) = %{tl_version} -Provides: tex(fcbxi17.tfm) = %{tl_version} -Provides: tex(fcbxi20.tfm) = %{tl_version} -Provides: tex(fcbxi25.tfm) = %{tl_version} -Provides: tex(fcbxi5.tfm) = %{tl_version} -Provides: tex(fcbxi6.tfm) = %{tl_version} -Provides: tex(fcbxi7.tfm) = %{tl_version} -Provides: tex(fcbxi8.tfm) = %{tl_version} -Provides: tex(fcbxi9.tfm) = %{tl_version} -Provides: tex(fcbxsl10.tfm) = %{tl_version} -Provides: tex(fcbxsl11.tfm) = %{tl_version} -Provides: tex(fcbxsl12.tfm) = %{tl_version} -Provides: tex(fcbxsl14.tfm) = %{tl_version} -Provides: tex(fcbxsl17.tfm) = %{tl_version} -Provides: tex(fcbxsl20.tfm) = %{tl_version} -Provides: tex(fcbxsl25.tfm) = %{tl_version} -Provides: tex(fcbxsl5.tfm) = %{tl_version} -Provides: tex(fcbxsl6.tfm) = %{tl_version} -Provides: tex(fcbxsl7.tfm) = %{tl_version} -Provides: tex(fcbxsl8.tfm) = %{tl_version} -Provides: tex(fcbxsl9.tfm) = %{tl_version} -Provides: tex(fcbxu10.tfm) = %{tl_version} -Provides: tex(fcbxu11.tfm) = %{tl_version} -Provides: tex(fcbxu12.tfm) = %{tl_version} -Provides: tex(fcbxu14.tfm) = %{tl_version} -Provides: tex(fcbxu17.tfm) = %{tl_version} -Provides: tex(fcbxu20.tfm) = %{tl_version} -Provides: tex(fcbxu25.tfm) = %{tl_version} -Provides: tex(fcbxu5.tfm) = %{tl_version} -Provides: tex(fcbxu6.tfm) = %{tl_version} -Provides: tex(fcbxu7.tfm) = %{tl_version} -Provides: tex(fcbxu8.tfm) = %{tl_version} -Provides: tex(fcbxu9.tfm) = %{tl_version} -Provides: tex(fccsc10.tfm) = %{tl_version} -Provides: tex(fccsc11.tfm) = %{tl_version} -Provides: tex(fccsc12.tfm) = %{tl_version} -Provides: tex(fccsc14.tfm) = %{tl_version} -Provides: tex(fccsc17.tfm) = %{tl_version} -Provides: tex(fccsc20.tfm) = %{tl_version} -Provides: tex(fccsc25.tfm) = %{tl_version} -Provides: tex(fccsc5.tfm) = %{tl_version} -Provides: tex(fccsc6.tfm) = %{tl_version} -Provides: tex(fccsc7.tfm) = %{tl_version} -Provides: tex(fccsc8.tfm) = %{tl_version} -Provides: tex(fccsc9.tfm) = %{tl_version} -Provides: tex(fci10.tfm) = %{tl_version} -Provides: tex(fci11.tfm) = %{tl_version} -Provides: tex(fci12.tfm) = %{tl_version} -Provides: tex(fci14.tfm) = %{tl_version} -Provides: tex(fci17.tfm) = %{tl_version} -Provides: tex(fci20.tfm) = %{tl_version} -Provides: tex(fci25.tfm) = %{tl_version} -Provides: tex(fci5.tfm) = %{tl_version} -Provides: tex(fci6.tfm) = %{tl_version} -Provides: tex(fci7.tfm) = %{tl_version} -Provides: tex(fci8.tfm) = %{tl_version} -Provides: tex(fci9.tfm) = %{tl_version} -Provides: tex(fcitt10.tfm) = %{tl_version} -Provides: tex(fcitt11.tfm) = %{tl_version} -Provides: tex(fcitt12.tfm) = %{tl_version} -Provides: tex(fcitt14.tfm) = %{tl_version} -Provides: tex(fcitt17.tfm) = %{tl_version} -Provides: tex(fcitt20.tfm) = %{tl_version} -Provides: tex(fcitt25.tfm) = %{tl_version} -Provides: tex(fcitt5.tfm) = %{tl_version} -Provides: tex(fcitt6.tfm) = %{tl_version} -Provides: tex(fcitt7.tfm) = %{tl_version} -Provides: tex(fcitt8.tfm) = %{tl_version} -Provides: tex(fcitt9.tfm) = %{tl_version} -Provides: tex(fcr10.tfm) = %{tl_version} -Provides: tex(fcr11.tfm) = %{tl_version} -Provides: tex(fcr12.tfm) = %{tl_version} -Provides: tex(fcr14.tfm) = %{tl_version} -Provides: tex(fcr17.tfm) = %{tl_version} -Provides: tex(fcr20.tfm) = %{tl_version} -Provides: tex(fcr25.tfm) = %{tl_version} -Provides: tex(fcr5.tfm) = %{tl_version} -Provides: tex(fcr6.tfm) = %{tl_version} -Provides: tex(fcr7.tfm) = %{tl_version} -Provides: tex(fcr8.tfm) = %{tl_version} -Provides: tex(fcr9.tfm) = %{tl_version} -Provides: tex(fcsibx10.tfm) = %{tl_version} -Provides: tex(fcsibx11.tfm) = %{tl_version} -Provides: tex(fcsibx12.tfm) = %{tl_version} -Provides: tex(fcsibx14.tfm) = %{tl_version} -Provides: tex(fcsibx17.tfm) = %{tl_version} -Provides: tex(fcsibx20.tfm) = %{tl_version} -Provides: tex(fcsibx25.tfm) = %{tl_version} -Provides: tex(fcsibx5.tfm) = %{tl_version} -Provides: tex(fcsibx6.tfm) = %{tl_version} -Provides: tex(fcsibx7.tfm) = %{tl_version} -Provides: tex(fcsibx8.tfm) = %{tl_version} -Provides: tex(fcsibx9.tfm) = %{tl_version} -Provides: tex(fcsitt10.tfm) = %{tl_version} -Provides: tex(fcsitt11.tfm) = %{tl_version} -Provides: tex(fcsitt12.tfm) = %{tl_version} -Provides: tex(fcsitt14.tfm) = %{tl_version} -Provides: tex(fcsitt17.tfm) = %{tl_version} -Provides: tex(fcsitt20.tfm) = %{tl_version} -Provides: tex(fcsitt25.tfm) = %{tl_version} -Provides: tex(fcsitt5.tfm) = %{tl_version} -Provides: tex(fcsitt6.tfm) = %{tl_version} -Provides: tex(fcsitt7.tfm) = %{tl_version} -Provides: tex(fcsitt8.tfm) = %{tl_version} -Provides: tex(fcsitt9.tfm) = %{tl_version} -Provides: tex(fcsl10.tfm) = %{tl_version} -Provides: tex(fcsl11.tfm) = %{tl_version} -Provides: tex(fcsl12.tfm) = %{tl_version} -Provides: tex(fcsl14.tfm) = %{tl_version} -Provides: tex(fcsl17.tfm) = %{tl_version} -Provides: tex(fcsl20.tfm) = %{tl_version} -Provides: tex(fcsl25.tfm) = %{tl_version} -Provides: tex(fcsl5.tfm) = %{tl_version} -Provides: tex(fcsl6.tfm) = %{tl_version} -Provides: tex(fcsl7.tfm) = %{tl_version} -Provides: tex(fcsl8.tfm) = %{tl_version} -Provides: tex(fcsl9.tfm) = %{tl_version} -Provides: tex(fcss10.tfm) = %{tl_version} -Provides: tex(fcss11.tfm) = %{tl_version} -Provides: tex(fcss12.tfm) = %{tl_version} -Provides: tex(fcss14.tfm) = %{tl_version} -Provides: tex(fcss17.tfm) = %{tl_version} -Provides: tex(fcss20.tfm) = %{tl_version} -Provides: tex(fcss25.tfm) = %{tl_version} -Provides: tex(fcss5.tfm) = %{tl_version} -Provides: tex(fcss6.tfm) = %{tl_version} -Provides: tex(fcss7.tfm) = %{tl_version} -Provides: tex(fcss8.tfm) = %{tl_version} -Provides: tex(fcss9.tfm) = %{tl_version} -Provides: tex(fcssbx10.tfm) = %{tl_version} -Provides: tex(fcssbx11.tfm) = %{tl_version} -Provides: tex(fcssbx12.tfm) = %{tl_version} -Provides: tex(fcssbx14.tfm) = %{tl_version} -Provides: tex(fcssbx17.tfm) = %{tl_version} -Provides: tex(fcssbx20.tfm) = %{tl_version} -Provides: tex(fcssbx25.tfm) = %{tl_version} -Provides: tex(fcssbx5.tfm) = %{tl_version} -Provides: tex(fcssbx6.tfm) = %{tl_version} -Provides: tex(fcssbx7.tfm) = %{tl_version} -Provides: tex(fcssbx8.tfm) = %{tl_version} -Provides: tex(fcssbx9.tfm) = %{tl_version} -Provides: tex(fcssi10.tfm) = %{tl_version} -Provides: tex(fcssi11.tfm) = %{tl_version} -Provides: tex(fcssi12.tfm) = %{tl_version} -Provides: tex(fcssi14.tfm) = %{tl_version} -Provides: tex(fcssi17.tfm) = %{tl_version} -Provides: tex(fcssi20.tfm) = %{tl_version} -Provides: tex(fcssi25.tfm) = %{tl_version} -Provides: tex(fcssi5.tfm) = %{tl_version} -Provides: tex(fcssi6.tfm) = %{tl_version} -Provides: tex(fcssi7.tfm) = %{tl_version} -Provides: tex(fcssi8.tfm) = %{tl_version} -Provides: tex(fcssi9.tfm) = %{tl_version} -Provides: tex(fcsstt10.tfm) = %{tl_version} -Provides: tex(fcsstt11.tfm) = %{tl_version} -Provides: tex(fcsstt12.tfm) = %{tl_version} -Provides: tex(fcsstt14.tfm) = %{tl_version} -Provides: tex(fcsstt17.tfm) = %{tl_version} -Provides: tex(fcsstt20.tfm) = %{tl_version} -Provides: tex(fcsstt25.tfm) = %{tl_version} -Provides: tex(fcsstt5.tfm) = %{tl_version} -Provides: tex(fcsstt6.tfm) = %{tl_version} -Provides: tex(fcsstt7.tfm) = %{tl_version} -Provides: tex(fcsstt8.tfm) = %{tl_version} -Provides: tex(fcsstt9.tfm) = %{tl_version} -Provides: tex(fctt10.tfm) = %{tl_version} -Provides: tex(fctt11.tfm) = %{tl_version} -Provides: tex(fctt12.tfm) = %{tl_version} -Provides: tex(fctt14.tfm) = %{tl_version} -Provides: tex(fctt17.tfm) = %{tl_version} -Provides: tex(fctt20.tfm) = %{tl_version} -Provides: tex(fctt25.tfm) = %{tl_version} -Provides: tex(fctt5.tfm) = %{tl_version} -Provides: tex(fctt6.tfm) = %{tl_version} -Provides: tex(fctt7.tfm) = %{tl_version} -Provides: tex(fctt8.tfm) = %{tl_version} -Provides: tex(fctt9.tfm) = %{tl_version} -Provides: tex(fcu10.tfm) = %{tl_version} -Provides: tex(fcu11.tfm) = %{tl_version} -Provides: tex(fcu12.tfm) = %{tl_version} -Provides: tex(fcu14.tfm) = %{tl_version} -Provides: tex(fcu17.tfm) = %{tl_version} -Provides: tex(fcu20.tfm) = %{tl_version} -Provides: tex(fcu25.tfm) = %{tl_version} -Provides: tex(fcu5.tfm) = %{tl_version} -Provides: tex(fcu6.tfm) = %{tl_version} -Provides: tex(fcu7.tfm) = %{tl_version} -Provides: tex(fcu8.tfm) = %{tl_version} -Provides: tex(fcu9.tfm) = %{tl_version} -Provides: tex(fclfont.sty) = %{tl_version} -Provides: tex(fcuse.sty) = %{tl_version} -Provides: tex(t4cmr.fd) = %{tl_version} -Provides: tex(t4cmss.fd) = %{tl_version} -Provides: tex(t4cmtt.fd) = %{tl_version} -Provides: tex(t4enc.def) = %{tl_version} -Provides: tex(t4fcr.fd) = %{tl_version} -Provides: tex(t4phonet.sty) = %{tl_version} - -%description fc -The fonts are provided as Metafont source, in the familiar -arrangement of lots of (autogenerated) preamble files and a -modest set of glyph specifications. (A similar arrangement -appears in the ec and lh font bundles.) - -%package fc-doc -Summary: Documentation for fc -Version: svn32796.1.4 - -Provides: tex-fc-doc -AutoReqProv: No - -%description fc-doc -Documentation for fc - -%package hyphen-ethiopic -Provides: tex-hyphen-ethiopic = %{tl_version} -License: LPPL -Summary: Hyphenation patterns for Ethiopic scripts -Version: svn54568 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires(post,postun): coreutils -Requires: texlive-hyphen-base -Requires: texlive-hyph-utf8 -Provides: tex(hyph-mul-ethi.tex) = %{tl_version} -Provides: tex(loadhyph-mul-ethi.tex) = %{tl_version} - -%description hyphen-ethiopic -Hyphenation patterns for languages written using the Ethiopic -script for Unicode engines. They are not supposed to be -linguistically relevant in all cases and should, for proper -typography, be replaced by files tailored to individual -languages. - -%post hyphen-ethiopic -if [ $1 -gt 0 ] ; then -sed -i '/ethiopic.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "ethiopic loadhyph-mul-ethi.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/=amharic/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "=amharic" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/=geez/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "=geez" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{ethiopic}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{ethiopic}{loadhyph-mul-ethi.tex}{}{1}{1}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -sed -i '/\\addlanguage{amharic}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{amharic}{loadhyph-mul-ethi.tex}{}{1}{1}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -sed -i '/\\addlanguage{geez}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{geez}{loadhyph-mul-ethi.tex}{}{1}{1}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -fi -: - -%postun hyphen-ethiopic -if [ $1 == 0 ] ; then -sed -i '/ethiopic.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 - sed -i '/=amharic/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 - sed -i '/=geez/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{ethiopic}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -sed -i '/\\addlanguage{amharic}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -sed -i '/\\addlanguage{geez}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -fi -: - -%package collection-langarabic -Summary: Arabic -Version: svn54405 -Requires: texlive-base -Requires: texlive-collection-basic -Requires: texlive-alkalami -Requires: texlive-alpha-persian -Requires: texlive-amiri -Requires: texlive-arabi -Requires: texlive-arabi-add -Requires: texlive-arabluatex -Requires: texlive-arabtex -Requires: texlive-bidi -Requires: texlive-bidihl -Requires: texlive-dad -Requires: texlive-ghab -Requires: texlive-hyphen-arabic -Requires: texlive-hyphen-farsi -Requires: texlive-imsproc -Requires: texlive-kurdishlipsum -Requires: texlive-lshort-persian-doc -Requires: texlive-luabidi -Requires: texlive-na-box -Requires: texlive-persian-bib -Requires: texlive-sexam -Requires: texlive-simurgh -Requires: texlive-tram -Requires: texlive-xepersian -Requires: texlive-xepersian-hm -%description collection-langarabic -Support for Arabic and Persian. - -%package dad -Provides: tex-dad = %{tl_version} -License: LPPL -Summary: Simple typesetting system for mixed Arabic/Latin documents -Version: svn54191 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(dad.map) = %{tl_version} -Provides: tex(dadreal.tfm) = %{tl_version} -Provides: tex(dadrealbold.tfm) = %{tl_version} -Provides: tex(dadrealmono.tfm) = %{tl_version} -Provides: tex(Dad-bold.pfb) = %{tl_version} -Provides: tex(Dad-mono.pfb) = %{tl_version} -Provides: tex(Dad.pfb) = %{tl_version} -Provides: tex(OT1dad.fd) = %{tl_version} -Provides: tex(T1dad.fd) = %{tl_version} -Provides: tex(dad.sty) = %{tl_version} - -%description dad -This package allows simple typesetting in Arabic script, -intended for mixed Arabic/Latin script usage in situations -where heavy-duty solutions are discouraged. The system -operates with both Unicode and transliterated input, allowing -the user to choose the most appropriate approach for every -situation. - -%package dad-doc -Summary: Documentation for dad -Version: svn54191 -Provides: tex-dad-doc -AutoReqProv: No - -%description dad-doc -Documentation for dad - -%package ghab -Provides: tex-ghab = %{tl_version} -License: LPPL -Summary: Typeset ghab boxes in LaTeX -Version: svn29803.0.5 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(biditools.sty) -Provides: tex(ghab.sty) = %{tl_version} - -%description ghab -The package defines a command \darghab that will typeset its -argument in a box with a decorated frame. The width of the box -may be set using an optional argument. - -%package ghab-doc -Summary: Documentation for ghab -Version: svn29803.0.5 - -Provides: tex-ghab-doc -AutoReqProv: No - -%description ghab-doc -Documentation for ghab - -%package hyphen-arabic -Provides: tex-hyphen-arabic = %{tl_version} -License: LPPL -Summary: (No) Arabic hyphenation patterns -Version: svn54568 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires(post,postun): coreutils -Requires: texlive-hyphen-base -Requires: texlive-hyph-utf8 - -%description hyphen-arabic -Prevent hyphenation in Arabic. - -%post hyphen-arabic -if [ $1 -gt 0 ] ; then -sed -i '/arabic.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "arabic zerohyph.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{arabic}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{arabic}{zerohyph.tex}{}{}{}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -fi -: - -%postun hyphen-arabic -if [ $1 == 0 ] ; then -sed -i '/arabic.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{arabic}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -fi -: - -%package hyphen-farsi -Provides: tex-hyphen-farsi = %{tl_version} -License: LPPL -Summary: (No) Persian hyphenation patterns -Version: svn54568 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires(post,postun): coreutils -Requires: texlive-hyphen-base -Requires: texlive-hyph-utf8 - -%description hyphen-farsi -Prevent hyphenation in Persian. - -%post hyphen-farsi -if [ $1 -gt 0 ] ; then -sed -i '/farsi.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "farsi zerohyph.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/=persian/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "=persian" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{farsi}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{farsi}{zerohyph.tex}{}{}{}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -sed -i '/\\addlanguage{persian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{persian}{zerohyph.tex}{}{}{}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -fi -: - -%postun hyphen-farsi -if [ $1 == 0 ] ; then -sed -i '/farsi.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 - sed -i '/=persian/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{farsi}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -sed -i '/\\addlanguage{persian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -fi -: - -%package imsproc -Provides: tex-imsproc = %{tl_version} -License: LPPL 1.3 -Summary: Typeset IMS conference proceedings -Version: svn29803.0.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(amstex.sty) -Requires: tex(amsmath.sty) -Requires: tex(amsfonts.sty) -Provides: tex(imsproc.cls) = %{tl_version} - -%description imsproc -The class typesets papers for IMS (Iranian Mathematical -Society) conference proceedings. The class uses the XePersian -package. - -%package imsproc-doc -Summary: Documentation for imsproc -Version: svn29803.0.1 - -Provides: tex-imsproc-doc -AutoReqProv: No - -%description imsproc-doc -Documentation for imsproc - -%package lshort-persian-doc -Summary: Documentation for lshort-persian -Version: svn31296.5.01 - -Provides: tex-lshort-persian-doc -AutoReqProv: No - -%description lshort-persian-doc -Documentation for lshort-persian - -%package persian-bib -Provides: tex-persian-bib = %{tl_version} -License: LPPL 1.3 -Summary: Persian translations of classic BibTeX styles -Version: svn37297.0.9 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - - -%description persian-bib -Currently 9 files: acm-fa.bst, asa-fa.bst, chicago-fa.bst, -ieeetr-fa.bst, plain-fa-inLTR-beamer.bst, plain-fa-inLTR.bst, -plain-fa.bst, plainnat-fa.bst and unsrt-fa.bst are modified for -Persian documents prepared with XePersian (which the present -package depends on). The Persian .bst files can simultaneously -handle both Latin and Persian references. A file cp1256fa.csf -is provided for correct sorting of Persian references and three -fields LANGUAGE, TRANSLATOR and AUTHORFA are defined. - -%package persian-bib-doc -Summary: Documentation for persian-bib -Version: svn37297.0.9 - -Provides: tex-persian-bib-doc -AutoReqProv: No - -%description persian-bib-doc -Documentation for persian-bib - -%package simurgh -Provides: tex-simurgh = %{tl_version} -License: GPLv2+ -Summary: Typeset Parsi in LuaLaTeX -Version: svn31719.0.01b - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifluatex.sty) -Requires: tex(simurgh-extbook.sty) -Requires: tex(simurgh-extreport.sty) -Requires: tex(simurgh-memoir.sty) -Requires: tex(simurgh-rapport3.sty) -Requires: tex(simurgh-report.sty) -Requires: tex(simurgh-scrbook.sty) -Requires: tex(simurgh-scrreprt.sty) -Requires: tex(simurgh-tartibi.sty) -Requires: tex(xcolor.sty) -Requires: tex(minted.sty) -Requires: tex(graphicx.sty) -Requires: tex(fontspec.sty) -Requires: tex(hyperref.sty) -Requires: tex(geometry.sty) -Requires: tex(makeidx.sty) -Requires: tex(microtype.sty) -Requires: tex(zref-abspage.sty) -Requires: tex(auxhook.sty) -Requires: tex(ltxcmds.sty) -Requires: tex(pdftexcmds.sty) -Requires: tex(xkeyval.sty) -Provides: tex(simurgh-abjad.sty) = %{tl_version} -Provides: tex(simurgh-adadi.sty) = %{tl_version} -Provides: tex(simurgh-algorithm.sty) = %{tl_version} -Provides: tex(simurgh-algorithmic.sty) = %{tl_version} -Provides: tex(simurgh-amsart.sty) = %{tl_version} -Provides: tex(simurgh-amsbook.sty) = %{tl_version} -Provides: tex(simurgh-amsmath.sty) = %{tl_version} -Provides: tex(simurgh-amstext.sty) = %{tl_version} -Provides: tex(simurgh-amsthm.sty) = %{tl_version} -Provides: tex(simurgh-array.sty) = %{tl_version} -Provides: tex(simurgh-article.sty) = %{tl_version} -Provides: tex(simurgh-artikel1.sty) = %{tl_version} -Provides: tex(simurgh-artikel2.sty) = %{tl_version} -Provides: tex(simurgh-artikel3.sty) = %{tl_version} -Provides: tex(simurgh-arydshln.sty) = %{tl_version} -Provides: tex(simurgh-backref.sty) = %{tl_version} -Provides: tex(simurgh-bidi.sty) = %{tl_version} -Provides: tex(simurgh-boek.sty) = %{tl_version} -Provides: tex(simurgh-boek3.sty) = %{tl_version} -Provides: tex(simurgh-book.sty) = %{tl_version} -Provides: tex(simurgh-bookest.sty) = %{tl_version} -Provides: tex(simurgh-caption3.sty) = %{tl_version} -Provides: tex(simurgh-chkeng.sty) = %{tl_version} -Provides: tex(simurgh-clss.sty) = %{tl_version} -Provides: tex(simurgh-counters.sty) = %{tl_version} -Provides: tex(simurgh-cptns.sty) = %{tl_version} -Provides: tex(simurgh-doc.cls) = %{tl_version} -Provides: tex(simurgh-empheq.sty) = %{tl_version} -Provides: tex(simurgh-extarticle.sty) = %{tl_version} -Provides: tex(simurgh-extbook.sty) = %{tl_version} -Provides: tex(simurgh-extletter.sty) = %{tl_version} -Provides: tex(simurgh-extreport.sty) = %{tl_version} -Provides: tex(simurgh-fleqn.sty) = %{tl_version} -Provides: tex(simurgh-fonts.sty) = %{tl_version} -Provides: tex(simurgh-footnotes.sty) = %{tl_version} -Provides: tex(simurgh-ftnxtra.sty) = %{tl_version} -Provides: tex(simurgh-glossaries.sty) = %{tl_version} -Provides: tex(simurgh-harfi.sty) = %{tl_version} -Provides: tex(simurgh-jalalical.sty) = %{tl_version} -Provides: tex(simurgh-leqno.sty) = %{tl_version} -Provides: tex(simurgh-letter.sty) = %{tl_version} -Provides: tex(simurgh-lettrine.sty) = %{tl_version} -Provides: tex(simurgh-loader.sty) = %{tl_version} -Provides: tex(simurgh-ltx.sty) = %{tl_version} -Provides: tex(simurgh-mathdigitspec.sty) = %{tl_version} -Provides: tex(simurgh-memoir.sty) = %{tl_version} -Provides: tex(simurgh-minitoc.sty) = %{tl_version} -Provides: tex(simurgh-natbib.sty) = %{tl_version} -Provides: tex(simurgh-pkgs.sty) = %{tl_version} -Provides: tex(simurgh-poem.sty) = %{tl_version} -Provides: tex(simurgh-rapport1.sty) = %{tl_version} -Provides: tex(simurgh-rappport1.sty) = %{tl_version} -Provides: tex(simurgh-rapport3.sty) = %{tl_version} -Provides: tex(simurgh-refrep.sty) = %{tl_version} -Provides: tex(simurgh-report.sty) = %{tl_version} -Provides: tex(simurgh-scrartcl.sty) = %{tl_version} -Provides: tex(simurgh-scrbook.sty) = %{tl_version} -Provides: tex(simurgh-scrlettr.sty) = %{tl_version} -Provides: tex(simurgh-scrreprt.sty) = %{tl_version} -Provides: tex(simurgh-shellescape.sty) = %{tl_version} -Provides: tex(simurgh-tags.sty) = %{tl_version} -Provides: tex(simurgh-tartibi.sty) = %{tl_version} -Provides: tex(simurgh-tools.sty) = %{tl_version} -Provides: tex(simurgh-unibidi.sty) = %{tl_version} -Provides: tex(simurgh.sty) = %{tl_version} - -%description simurgh -The package provides an automatic and unified interface for -Parsi typesetting in LaTeX, using the LuaTeX engine. The -project to produce this system is dedicated to Ferdowsi The -Great. - -%package simurgh-doc -Summary: Documentation for simurgh -Version: svn31719.0.01b - -Provides: tex-simurgh-doc -AutoReqProv: No - -%description simurgh-doc -Documentation for simurgh - -%package tram -Provides: tex-tram = %{tl_version} -License: LPPL -Summary: Typeset tram boxes in LaTeX -Version: svn29803.0.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(tram.sty) = %{tl_version} - -%description tram -Tram boxes are highlighted with patterns of dots; the package -defines an environment tram that typesets its content into a -tram box. The pattern used may be selected in an optional -argument to the environment. - -%package tram-doc -Summary: Documentation for tram -Version: svn29803.0.2 - -Provides: tex-tram-doc -AutoReqProv: No - -%description tram-doc -Documentation for tram - -%package collection-langchinese -Summary: Chinese -Version: svn54074 -Requires: texlive-base -Requires: texlive-collection-langcjk -Requires: texlive-arphic -Requires: texlive-arphic-ttf -Requires: texlive-asymptote-by-example-zh-cn-doc -Requires: texlive-asymptote-faq-zh-cn-doc -Requires: texlive-asymptote-manual-zh-cn-doc -Requires: texlive-cns -Requires: texlive-ctex -Requires: texlive-ctex-faq-doc -Requires: texlive-fandol -Requires: texlive-fduthesis -Requires: texlive-hyphen-chinese -Requires: texlive-impatient-cn-doc -Requires: texlive-latex-notes-zh-cn-doc -Requires: texlive-lshort-chinese-doc -Requires: texlive-nanicolle -Requires: texlive-njurepo -Requires: texlive-pgfornament-han -Requires: texlive-texlive-zh-cn-doc -Requires: texlive-texproposal-doc -Requires: texlive-upzhkinsoku -Requires: texlive-xpinyin -Requires: texlive-xtuthesis -Requires: texlive-zhlineskip -Requires: texlive-zhlipsum -Requires: texlive-zhmetrics -Requires: texlive-zhmetrics-uptex -Requires: texlive-zhnumber -Requires: texlive-zhspacing - -%description collection-langchinese -Support for Chinese; additional packages in collection-langcjk. - -%package collection-langcjk -Summary: Chinese/Japanese/Korean (base) -Version: svn54191 -Requires: texlive-base -Requires: texlive-collection-basic -Requires: texlive-adobemapping -Requires: texlive-c90 -# Requires: tex-cjk-gs-integrate -Requires: texlive-cjk -Requires: texlive-cjkpunct -Requires: texlive-cjkutils -Requires: texlive-dnp -Requires: texlive-fixjfm -Requires: texlive-garuda-c90 -Requires: texlive-jfmutil -Requires: texlive-norasi-c90 -Requires: texlive-pxtatescale -Requires: texlive-xcjk2uni -Requires: texlive-zxjafont -Provides: tex(japanese) = %{tl_version} -Provides: tex(east-asian) = %{tl_version} -Obsoletes: texlive-east-asian < %{tl_version} -Obsoletes: texlive-texmf-east-asian < %{tl_version} - -%description collection-langcjk -Packages supporting a combination of Chinese, Japanese, Korean, -including macros, fonts, documentation. Also Thai in the c90 -encoding, since there is some overlap in those fonts; standard -Thai support is in collection-langother. Additional packages -for CJK are in their individual language collections. - -%package dnp -Provides: tex-dnp = %{tl_version} -License: LPPL -Summary: subfont numbers for DNP font encoding -Version: svn54074 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description dnp -subfont numbers for DNP font encoding. - -%package xcjk2uni -Provides: tex-xcjk2uni = %{tl_version} -License: LPPL 1.3 -Summary: Convert CJK characters to Unicode, in pdfTeX -Version: svn50848 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(expl3.sty) -Provides: tex(xCJK2uni-UBg5plus.def) = %{tl_version} -Provides: tex(xCJK2uni-UBig5.def) = %{tl_version} -Provides: tex(xCJK2uni-UGB.def) = %{tl_version} -Provides: tex(xCJK2uni-UGBK.def) = %{tl_version} -Provides: tex(xCJK2uni-UJIS.def) = %{tl_version} -Provides: tex(xCJK2uni-UKS.def) = %{tl_version} -Provides: tex(xCJK2uni-make.tex) = %{tl_version} -Provides: tex(xCJK2uni-sfd.def) = %{tl_version} -Provides: tex(xCJK2uni.sty) = %{tl_version} - -%description xcjk2uni -The package provides commands to convert CJK characters to -Unicode in non-UTF-8 encoding; it provides hooks to support -hyperref in producing correct bookmarks. The bundle also -provides /ToUnicode mapping file(s) for a CJK subfont; these -can be used with the cmap package, allowing searches of, and -cut-and-paste operations on a PDF file generated by pdfTeX.. - -%package xcjk2uni-doc -Summary: Documentation for xcjk2uni -Version: svn50848 -Provides: tex-xcjk2uni-doc -AutoReqProv: No - -%description xcjk2uni-doc -Documentation for xcjk2uni - -%package zxjafont -Provides: tex-zxjafont = %{tl_version} -License: MIT -Summary: Set up Japanese font families for XeLaTeX -Version: svn53884 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifxetex.sty) -Requires: tex(fontspec.sty) -Requires: tex(keyval.sty) -Provides: tex(zxjafont.sty) = %{tl_version} - -%description zxjafont -zxjafont package - -%package zxjafont-doc -Summary: Documentation for zxjafont -Version: svn53884 -Provides: tex-zxjafont-doc -AutoReqProv: No - -%description zxjafont-doc -Documentation for zxjafont - -%package ctex -Provides: tex-ctex = %{tl_version} -License: LPPL 1.3 -Summary: LaTeX classes and packages for Chinese typesetting -Version: svn54841 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(expl3.sty) -Requires: tex(xparse.sty) -Requires: tex(l3keys2e.sty) -Requires: tex(ctexpatch.sty) -Requires: tex(fix-cm.sty) -Requires: tex(everysel.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(hyperref.sty) -Requires: tex(zhnumber.sty) -Requires: texlive-adobemapping -Requires: texlive-atbegshi -Requires: texlive-beamer -Requires: texlive-cjk -Requires: texlive-cjkpunct -Requires: texlive-ec -Requires: texlive-epstopdf-pkg -Requires: texlive-etoolbox -Requires: texlive-everyhook -Requires: texlive-fandol -Requires: texlive-fontspec -Requires: texlive-iftex -Requires: texlive-infwarerr -Requires: texlive-kvoptions -Requires: texlive-kvsetkeys -Requires: texlive-latex-bin -Requires: texlive-ltxcmds -Requires: texlive-luatexja -Requires: texlive-mptopdf -Requires: texlive-ms -Requires: texlive-pdftexcmds -Requires: texlive-platex-tools -Requires: texlive-svn-prov -Requires: texlive-tipa -Requires: texlive-tools -Requires: texlive-ttfutils -Requires: texlive-ulem -Requires: texlive-uplatex -Requires: texlive-xcjk2uni -Requires: texlive-xecjk -Requires: texlive-xetex -Requires: texlive-xkeyval -Requires: texlive-xpinyin -Requires: texlive-xunicode -Requires: texlive-zhmetrics -Requires: texlive-zhmetrics-uptex -Requires: texlive-zhnumber -Provides: tex(c19rm.fd) = %{tl_version} -Provides: tex(c19sf.fd) = %{tl_version} -Provides: tex(c19tt.fd) = %{tl_version} -Provides: tex(c70rm.fd) = %{tl_version} -Provides: tex(c70sf.fd) = %{tl_version} -Provides: tex(c70tt.fd) = %{tl_version} -Provides: tex(ctex-article.def) = %{tl_version} -Provides: tex(ctex-beamer.def) = %{tl_version} -Provides: tex(ctex-book.def) = %{tl_version} -Provides: tex(ctex-c5size.clo) = %{tl_version} -Provides: tex(ctex-cs4size.clo) = %{tl_version} -Provides: tex(ctex-engine-aptex.def) = %{tl_version} -Provides: tex(ctex-engine-luatex.def) = %{tl_version} -Provides: tex(ctex-engine-pdftex.def) = %{tl_version} -Provides: tex(ctex-engine-uptex.def) = %{tl_version} -Provides: tex(ctex-engine-xetex.def) = %{tl_version} -Provides: tex(ctex-fontset-adobe.def) = %{tl_version} -Provides: tex(ctex-fontset-fandol.def) = %{tl_version} -Provides: tex(ctex-fontset-founder.def) = %{tl_version} -Provides: tex(ctex-fontset-mac.def) = %{tl_version} -Provides: tex(ctex-fontset-macnew.def) = %{tl_version} -Provides: tex(ctex-fontset-macold.def) = %{tl_version} -Provides: tex(ctex-fontset-ubuntu.def) = %{tl_version} -Provides: tex(ctex-fontset-windows.def) = %{tl_version} -Provides: tex(ctex-fontset-windowsnew.def) = %{tl_version} -Provides: tex(ctex-fontset-windowsold.def) = %{tl_version} -Provides: tex(ctex-report.def) = %{tl_version} -Provides: tex(ctex-scheme-chinese-article.def) = %{tl_version} -Provides: tex(ctex-scheme-chinese-beamer.def) = %{tl_version} -Provides: tex(ctex-scheme-chinese-book.def) = %{tl_version} -Provides: tex(ctex-scheme-chinese-report.def) = %{tl_version} -Provides: tex(ctex-scheme-chinese.def) = %{tl_version} -Provides: tex(ctex-scheme-plain-article.def) = %{tl_version} -Provides: tex(ctex-scheme-plain-beamer.def) = %{tl_version} -Provides: tex(ctex-scheme-plain-book.def) = %{tl_version} -Provides: tex(ctex-scheme-plain-report.def) = %{tl_version} -Provides: tex(ctex-scheme-plain.def) = %{tl_version} -Provides: tex(ctex.sty) = %{tl_version} -Provides: tex(ctexart.cls) = %{tl_version} -Provides: tex(ctexbeamer.cls) = %{tl_version} -Provides: tex(ctexbook.cls) = %{tl_version} -Provides: tex(ctexcap.sty) = %{tl_version} -Provides: tex(ctexheading.sty) = %{tl_version} -Provides: tex(ctexhook.sty) = %{tl_version} -Provides: tex(ctexmakespa.tex) = %{tl_version} -Provides: tex(ctexpatch.sty) = %{tl_version} -Provides: tex(ctexrep.cls) = %{tl_version} -Provides: tex(ctexsize.sty) = %{tl_version} -Provides: tex(ctexspa.def) = %{tl_version} -Provides: tex(ctexspamacro.tex) = %{tl_version} -Provides: tex(ctxdoc.cls) = %{tl_version} -Provides: tex(ctxdocstrip.tex) = %{tl_version} -Provides: tex(jt2zhrm.fd) = %{tl_version} -Provides: tex(jt2zhsf.fd) = %{tl_version} -Provides: tex(jt2zhtt.fd) = %{tl_version} -Provides: tex(jy2zhrm.fd) = %{tl_version} -Provides: tex(jy2zhsf.fd) = %{tl_version} -Provides: tex(jy2zhtt.fd) = %{tl_version} -Provides: tex(zhadobefonts.tex) = %{tl_version} -Provides: tex(zhfandolfonts.tex) = %{tl_version} -Provides: tex(zhfounderfonts.tex) = %{tl_version} -Provides: tex(zhubuntufonts.tex) = %{tl_version} -Provides: tex(zhwindowsfonts.tex) = %{tl_version} - -%description ctex -ctex is a collection of macro packages and document classes for -LaTeX Chinese typesetting. - -%package ctex-doc -Summary: Documentation for ctex -Version: svn54841 -Provides: tex-ctex-doc -AutoReqProv: No -Requires: tex-ttfutils-doc - -%description ctex-doc -Documentation for ctex - -%package ctex-faq-doc -Summary: Documentation for ctex-faq -Version: svn15878.0 - -Provides: tex-ctex-faq-doc -AutoReqProv: No - -%description ctex-faq-doc -Documentation for ctex-faq - -%package fandol -Provides: tex-fandol = %{tl_version} -License: GPL+ -Summary: Four basic fonts for Chinese typesetting -Version: svn37889.0.3 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(FandolBraille-Display.otf) = %{tl_version} -Provides: tex(FandolBraille-Regular.otf) = %{tl_version} -Provides: tex(FandolFang-Regular.otf) = %{tl_version} -Provides: tex(FandolHei-Bold.otf) = %{tl_version} -Provides: tex(FandolHei-Regular.otf) = %{tl_version} -Provides: tex(FandolKai-Regular.otf) = %{tl_version} -Provides: tex(FandolSong-Bold.otf) = %{tl_version} -Provides: tex(FandolSong-Regular.otf) = %{tl_version} - -%description fandol -Fandol fonts designed for Chinese typesetting. The current -version contains four styles: Song, Hei, Kai, Fang. All fonts -are in OpenType format. - -%package fandol-doc -Summary: Documentation for fandol -Version: svn37889.0.3 - -Provides: tex-fandol-doc -AutoReqProv: No - -%description fandol-doc -Documentation for fandol - -%package hyphen-chinese -Provides: tex-hyphen-chinese = %{tl_version} -License: LPPL -Summary: Chinese pinyin hyphenation patterns -Version: svn54568 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires(post,postun): coreutils -Requires: texlive-hyphen-base -Requires: texlive-hyph-utf8 -Provides: tex(hyph-zh-latn-pinyin.ec.tex) = %{tl_version} -Provides: tex(hyph-zh-latn-pinyin.tex) = %{tl_version} -Provides: tex(loadhyph-zh-latn-pinyin.tex) = %{tl_version} - -%description hyphen-chinese -Hyphenation patterns for transliterated Mandarin Chinese -(pinyin) in T1/EC and UTF-8 encodings. The latter can hyphenate -pinyin with or without tone markers; the former only without. - -%post hyphen-chinese -if [ $1 -gt 0 ] ; then -sed -i '/pinyin.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "pinyin loadhyph-zh-latn-pinyin.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{pinyin}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{pinyin}{loadhyph-zh-latn-pinyin.tex}{}{1}{1}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -fi -: - -%postun hyphen-chinese -if [ $1 == 0 ] ; then -sed -i '/pinyin.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{pinyin}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -fi -: - -%package impatient-cn-doc -Summary: Documentation for impatient-cn -Version: svn54080 -Provides: tex-impatient-cn-doc -AutoReqProv: No - -%description impatient-cn-doc -Documentation for impatient-cn - -%package latex-notes-zh-cn-doc -Summary: Documentation for latex-notes-zh-cn -Version: svn15878.1.20 - -Provides: tex-latex-notes-zh-cn-doc -AutoReqProv: No - -%description latex-notes-zh-cn-doc -Documentation for latex-notes-zh-cn - -%package lshort-chinese-doc -Summary: Documentation for lshort-chinese -Version: svn50986 -Provides: tex-lshort-chinese-doc -AutoReqProv: No - -%description lshort-chinese-doc -Documentation for lshort-chinese - -%package texlive-zh-cn-doc -Summary: Documentation for texlive-zh-cn -Version: svn54490 -Provides: tex-texlive-zh-cn-doc -AutoReqProv: No - -%description texlive-zh-cn-doc -Documentation for texlive-zh-cn - -%package xpinyin -Provides: tex-xpinyin = %{tl_version} -License: LPPL 1.3 -Summary: Automatically add pinyin to Chinese characters -Version: svn50849 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(expl3.sty) -Requires: tex(xparse.sty) -Requires: tex(l3keys2e.sty) -Requires: tex(xCJK2uni.sty) -Requires: tex(xeCJK.sty) -Requires: tex(CJKutf8.sty) -Provides: tex(xpinyin-database.def) = %{tl_version} -Provides: tex(xpinyin.sty) = %{tl_version} - -%description xpinyin -The package is written to simplify the input of Hanyu Pinyin. -Macros are provided that automatically add pinyin to Chinese -characters. - -%package xpinyin-doc -Summary: Documentation for xpinyin -Version: svn50849 -Provides: tex-xpinyin-doc -AutoReqProv: No - -%description xpinyin-doc -Documentation for xpinyin - -%package zhmetrics -Provides: tex-zhmetrics = %{tl_version} -License: LPPL -Summary: TFM subfont files for using Chinese fonts in 8-bit TeX -Version: svn22207.r206 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(cyberb00.tfm) = %{tl_version} -Provides: tex(cyberb01.tfm) = %{tl_version} -Provides: tex(cyberb02.tfm) = %{tl_version} -Provides: tex(cyberb03.tfm) = %{tl_version} -Provides: tex(cyberb04.tfm) = %{tl_version} -Provides: tex(cyberb05.tfm) = %{tl_version} -Provides: tex(cyberb06.tfm) = %{tl_version} -Provides: tex(cyberb07.tfm) = %{tl_version} -Provides: tex(cyberb08.tfm) = %{tl_version} -Provides: tex(cyberb09.tfm) = %{tl_version} -Provides: tex(cyberb0a.tfm) = %{tl_version} -Provides: tex(cyberb0b.tfm) = %{tl_version} -Provides: tex(cyberb0c.tfm) = %{tl_version} -Provides: tex(cyberb0d.tfm) = %{tl_version} -Provides: tex(cyberb0e.tfm) = %{tl_version} -Provides: tex(cyberb0f.tfm) = %{tl_version} -Provides: tex(cyberb10.tfm) = %{tl_version} -Provides: tex(cyberb11.tfm) = %{tl_version} -Provides: tex(cyberb12.tfm) = %{tl_version} -Provides: tex(cyberb13.tfm) = %{tl_version} -Provides: tex(cyberb14.tfm) = %{tl_version} -Provides: tex(cyberb15.tfm) = %{tl_version} -Provides: tex(cyberb16.tfm) = %{tl_version} -Provides: tex(cyberb17.tfm) = %{tl_version} -Provides: tex(cyberb18.tfm) = %{tl_version} -Provides: tex(cyberb19.tfm) = %{tl_version} -Provides: tex(cyberb1a.tfm) = %{tl_version} -Provides: tex(cyberb1b.tfm) = %{tl_version} -Provides: tex(cyberb1c.tfm) = %{tl_version} -Provides: tex(cyberb1d.tfm) = %{tl_version} -Provides: tex(cyberb1e.tfm) = %{tl_version} -Provides: tex(cyberb1f.tfm) = %{tl_version} -Provides: tex(cyberb20.tfm) = %{tl_version} -Provides: tex(cyberb21.tfm) = %{tl_version} -Provides: tex(cyberb22.tfm) = %{tl_version} -Provides: tex(cyberb23.tfm) = %{tl_version} -Provides: tex(cyberb24.tfm) = %{tl_version} -Provides: tex(cyberb25.tfm) = %{tl_version} -Provides: tex(cyberb26.tfm) = %{tl_version} -Provides: tex(cyberb27.tfm) = %{tl_version} -Provides: tex(cyberb28.tfm) = %{tl_version} -Provides: tex(cyberb29.tfm) = %{tl_version} -Provides: tex(cyberb2a.tfm) = %{tl_version} -Provides: tex(cyberb2b.tfm) = %{tl_version} -Provides: tex(cyberb2c.tfm) = %{tl_version} -Provides: tex(cyberb2d.tfm) = %{tl_version} -Provides: tex(cyberb2e.tfm) = %{tl_version} -Provides: tex(cyberb2f.tfm) = %{tl_version} -Provides: tex(cyberb30.tfm) = %{tl_version} -Provides: tex(cyberb31.tfm) = %{tl_version} -Provides: tex(cyberb32.tfm) = %{tl_version} -Provides: tex(cyberb33.tfm) = %{tl_version} -Provides: tex(cyberb34.tfm) = %{tl_version} -Provides: tex(cyberb35.tfm) = %{tl_version} -Provides: tex(cyberb36.tfm) = %{tl_version} -Provides: tex(cyberb37.tfm) = %{tl_version} -Provides: tex(cyberb38.tfm) = %{tl_version} -Provides: tex(cyberb39.tfm) = %{tl_version} -Provides: tex(cyberb3a.tfm) = %{tl_version} -Provides: tex(cyberb3b.tfm) = %{tl_version} -Provides: tex(cyberb3c.tfm) = %{tl_version} -Provides: tex(cyberb3d.tfm) = %{tl_version} -Provides: tex(cyberb3e.tfm) = %{tl_version} -Provides: tex(cyberb3f.tfm) = %{tl_version} -Provides: tex(cyberb40.tfm) = %{tl_version} -Provides: tex(cyberb41.tfm) = %{tl_version} -Provides: tex(cyberb42.tfm) = %{tl_version} -Provides: tex(cyberb43.tfm) = %{tl_version} -Provides: tex(cyberb44.tfm) = %{tl_version} -Provides: tex(cyberb45.tfm) = %{tl_version} -Provides: tex(cyberb46.tfm) = %{tl_version} -Provides: tex(cyberb47.tfm) = %{tl_version} -Provides: tex(cyberb48.tfm) = %{tl_version} -Provides: tex(cyberb49.tfm) = %{tl_version} -Provides: tex(cyberb4a.tfm) = %{tl_version} -Provides: tex(cyberb4b.tfm) = %{tl_version} -Provides: tex(cyberb4c.tfm) = %{tl_version} -Provides: tex(cyberb4d.tfm) = %{tl_version} -Provides: tex(cyberb4e.tfm) = %{tl_version} -Provides: tex(cyberb4f.tfm) = %{tl_version} -Provides: tex(cyberb50.tfm) = %{tl_version} -Provides: tex(cyberb51.tfm) = %{tl_version} -Provides: tex(cyberb52.tfm) = %{tl_version} -Provides: tex(cyberb53.tfm) = %{tl_version} -Provides: tex(cyberb54.tfm) = %{tl_version} -Provides: tex(cyberb55.tfm) = %{tl_version} -Provides: tex(cyberb56.tfm) = %{tl_version} -Provides: tex(cyberb57.tfm) = %{tl_version} -Provides: tex(cyberb58.tfm) = %{tl_version} -Provides: tex(cyberb59.tfm) = %{tl_version} -Provides: tex(cyberb5a.tfm) = %{tl_version} -Provides: tex(cyberb5b.tfm) = %{tl_version} -Provides: tex(cyberb5c.tfm) = %{tl_version} -Provides: tex(cyberb5d.tfm) = %{tl_version} -Provides: tex(cyberb5e.tfm) = %{tl_version} -Provides: tex(cyberb5f.tfm) = %{tl_version} -Provides: tex(cyberb60.tfm) = %{tl_version} -Provides: tex(cyberb61.tfm) = %{tl_version} -Provides: tex(cyberb62.tfm) = %{tl_version} -Provides: tex(cyberb63.tfm) = %{tl_version} -Provides: tex(cyberb64.tfm) = %{tl_version} -Provides: tex(cyberb65.tfm) = %{tl_version} -Provides: tex(cyberb66.tfm) = %{tl_version} -Provides: tex(cyberb67.tfm) = %{tl_version} -Provides: tex(cyberb68.tfm) = %{tl_version} -Provides: tex(cyberb69.tfm) = %{tl_version} -Provides: tex(cyberb6a.tfm) = %{tl_version} -Provides: tex(cyberb6b.tfm) = %{tl_version} -Provides: tex(cyberb6c.tfm) = %{tl_version} -Provides: tex(cyberb6d.tfm) = %{tl_version} -Provides: tex(cyberb6e.tfm) = %{tl_version} -Provides: tex(cyberb6f.tfm) = %{tl_version} -Provides: tex(cyberb70.tfm) = %{tl_version} -Provides: tex(cyberb71.tfm) = %{tl_version} -Provides: tex(cyberb72.tfm) = %{tl_version} -Provides: tex(cyberb73.tfm) = %{tl_version} -Provides: tex(cyberb74.tfm) = %{tl_version} -Provides: tex(cyberb75.tfm) = %{tl_version} -Provides: tex(cyberb76.tfm) = %{tl_version} -Provides: tex(cyberb77.tfm) = %{tl_version} -Provides: tex(cyberb78.tfm) = %{tl_version} -Provides: tex(cyberb79.tfm) = %{tl_version} -Provides: tex(cyberb7a.tfm) = %{tl_version} -Provides: tex(cyberb7b.tfm) = %{tl_version} -Provides: tex(cyberb7c.tfm) = %{tl_version} -Provides: tex(cyberb7d.tfm) = %{tl_version} -Provides: tex(cyberb7e.tfm) = %{tl_version} -Provides: tex(cyberb7f.tfm) = %{tl_version} -Provides: tex(cyberb80.tfm) = %{tl_version} -Provides: tex(cyberb81.tfm) = %{tl_version} -Provides: tex(cyberb82.tfm) = %{tl_version} -Provides: tex(cyberb83.tfm) = %{tl_version} -Provides: tex(cyberb84.tfm) = %{tl_version} -Provides: tex(cyberb85.tfm) = %{tl_version} -Provides: tex(cyberb86.tfm) = %{tl_version} -Provides: tex(cyberb87.tfm) = %{tl_version} -Provides: tex(cyberb88.tfm) = %{tl_version} -Provides: tex(cyberb89.tfm) = %{tl_version} -Provides: tex(cyberb8a.tfm) = %{tl_version} -Provides: tex(cyberb8b.tfm) = %{tl_version} -Provides: tex(cyberb8c.tfm) = %{tl_version} -Provides: tex(cyberb8d.tfm) = %{tl_version} -Provides: tex(cyberb8e.tfm) = %{tl_version} -Provides: tex(cyberb8f.tfm) = %{tl_version} -Provides: tex(cyberb90.tfm) = %{tl_version} -Provides: tex(cyberb91.tfm) = %{tl_version} -Provides: tex(cyberb92.tfm) = %{tl_version} -Provides: tex(cyberb93.tfm) = %{tl_version} -Provides: tex(cyberb94.tfm) = %{tl_version} -Provides: tex(cyberb95.tfm) = %{tl_version} -Provides: tex(cyberb96.tfm) = %{tl_version} -Provides: tex(cyberb97.tfm) = %{tl_version} -Provides: tex(cyberb98.tfm) = %{tl_version} -Provides: tex(cyberb99.tfm) = %{tl_version} -Provides: tex(cyberb9a.tfm) = %{tl_version} -Provides: tex(cyberb9b.tfm) = %{tl_version} -Provides: tex(cyberb9c.tfm) = %{tl_version} -Provides: tex(cyberb9d.tfm) = %{tl_version} -Provides: tex(cyberb9e.tfm) = %{tl_version} -Provides: tex(cyberb9f.tfm) = %{tl_version} -Provides: tex(cyberba0.tfm) = %{tl_version} -Provides: tex(cyberba1.tfm) = %{tl_version} -Provides: tex(cyberba2.tfm) = %{tl_version} -Provides: tex(cyberba3.tfm) = %{tl_version} -Provides: tex(cyberba4.tfm) = %{tl_version} -Provides: tex(cyberba5.tfm) = %{tl_version} -Provides: tex(cyberba6.tfm) = %{tl_version} -Provides: tex(cyberba7.tfm) = %{tl_version} -Provides: tex(cyberba8.tfm) = %{tl_version} -Provides: tex(cyberba9.tfm) = %{tl_version} -Provides: tex(cyberbaa.tfm) = %{tl_version} -Provides: tex(cyberbab.tfm) = %{tl_version} -Provides: tex(cyberbac.tfm) = %{tl_version} -Provides: tex(cyberbad.tfm) = %{tl_version} -Provides: tex(cyberbae.tfm) = %{tl_version} -Provides: tex(cyberbaf.tfm) = %{tl_version} -Provides: tex(cyberbb0.tfm) = %{tl_version} -Provides: tex(cyberbb1.tfm) = %{tl_version} -Provides: tex(cyberbb2.tfm) = %{tl_version} -Provides: tex(cyberbb3.tfm) = %{tl_version} -Provides: tex(cyberbb4.tfm) = %{tl_version} -Provides: tex(cyberbb5.tfm) = %{tl_version} -Provides: tex(cyberbb6.tfm) = %{tl_version} -Provides: tex(cyberbb7.tfm) = %{tl_version} -Provides: tex(cyberbb8.tfm) = %{tl_version} -Provides: tex(cyberbb9.tfm) = %{tl_version} -Provides: tex(cyberbba.tfm) = %{tl_version} -Provides: tex(cyberbbb.tfm) = %{tl_version} -Provides: tex(cyberbbc.tfm) = %{tl_version} -Provides: tex(cyberbbd.tfm) = %{tl_version} -Provides: tex(cyberbbe.tfm) = %{tl_version} -Provides: tex(cyberbbf.tfm) = %{tl_version} -Provides: tex(cyberbc0.tfm) = %{tl_version} -Provides: tex(cyberbc1.tfm) = %{tl_version} -Provides: tex(cyberbc2.tfm) = %{tl_version} -Provides: tex(cyberbc3.tfm) = %{tl_version} -Provides: tex(cyberbc4.tfm) = %{tl_version} -Provides: tex(cyberbc5.tfm) = %{tl_version} -Provides: tex(cyberbc6.tfm) = %{tl_version} -Provides: tex(cyberbc7.tfm) = %{tl_version} -Provides: tex(cyberbc8.tfm) = %{tl_version} -Provides: tex(cyberbc9.tfm) = %{tl_version} -Provides: tex(cyberbca.tfm) = %{tl_version} -Provides: tex(cyberbcb.tfm) = %{tl_version} -Provides: tex(cyberbcc.tfm) = %{tl_version} -Provides: tex(cyberbcd.tfm) = %{tl_version} -Provides: tex(cyberbce.tfm) = %{tl_version} -Provides: tex(cyberbcf.tfm) = %{tl_version} -Provides: tex(cyberbd0.tfm) = %{tl_version} -Provides: tex(cyberbd1.tfm) = %{tl_version} -Provides: tex(cyberbd2.tfm) = %{tl_version} -Provides: tex(cyberbd3.tfm) = %{tl_version} -Provides: tex(cyberbd4.tfm) = %{tl_version} -Provides: tex(cyberbd5.tfm) = %{tl_version} -Provides: tex(cyberbd6.tfm) = %{tl_version} -Provides: tex(cyberbd7.tfm) = %{tl_version} -Provides: tex(cyberbd8.tfm) = %{tl_version} -Provides: tex(cyberbd9.tfm) = %{tl_version} -Provides: tex(cyberbda.tfm) = %{tl_version} -Provides: tex(cyberbdb.tfm) = %{tl_version} -Provides: tex(cyberbdc.tfm) = %{tl_version} -Provides: tex(cyberbdd.tfm) = %{tl_version} -Provides: tex(cyberbde.tfm) = %{tl_version} -Provides: tex(cyberbdf.tfm) = %{tl_version} -Provides: tex(cyberbe0.tfm) = %{tl_version} -Provides: tex(cyberbe1.tfm) = %{tl_version} -Provides: tex(cyberbe2.tfm) = %{tl_version} -Provides: tex(cyberbe3.tfm) = %{tl_version} -Provides: tex(cyberbe4.tfm) = %{tl_version} -Provides: tex(cyberbe5.tfm) = %{tl_version} -Provides: tex(cyberbe6.tfm) = %{tl_version} -Provides: tex(cyberbe7.tfm) = %{tl_version} -Provides: tex(cyberbe8.tfm) = %{tl_version} -Provides: tex(cyberbe9.tfm) = %{tl_version} -Provides: tex(cyberbea.tfm) = %{tl_version} -Provides: tex(cyberbeb.tfm) = %{tl_version} -Provides: tex(cyberbec.tfm) = %{tl_version} -Provides: tex(cyberbed.tfm) = %{tl_version} -Provides: tex(cyberbee.tfm) = %{tl_version} -Provides: tex(cyberbef.tfm) = %{tl_version} -Provides: tex(cyberbf0.tfm) = %{tl_version} -Provides: tex(cyberbf1.tfm) = %{tl_version} -Provides: tex(cyberbf2.tfm) = %{tl_version} -Provides: tex(cyberbf3.tfm) = %{tl_version} -Provides: tex(cyberbf4.tfm) = %{tl_version} -Provides: tex(cyberbf5.tfm) = %{tl_version} -Provides: tex(cyberbf6.tfm) = %{tl_version} -Provides: tex(cyberbf7.tfm) = %{tl_version} -Provides: tex(cyberbf8.tfm) = %{tl_version} -Provides: tex(cyberbf9.tfm) = %{tl_version} -Provides: tex(cyberbfa.tfm) = %{tl_version} -Provides: tex(cyberbfb.tfm) = %{tl_version} -Provides: tex(cyberbfc.tfm) = %{tl_version} -Provides: tex(cyberbfd.tfm) = %{tl_version} -Provides: tex(cyberbfe.tfm) = %{tl_version} -Provides: tex(cyberbff.tfm) = %{tl_version} -Provides: tex(cyberbsl00.tfm) = %{tl_version} -Provides: tex(cyberbsl01.tfm) = %{tl_version} -Provides: tex(cyberbsl02.tfm) = %{tl_version} -Provides: tex(cyberbsl03.tfm) = %{tl_version} -Provides: tex(cyberbsl04.tfm) = %{tl_version} -Provides: tex(cyberbsl05.tfm) = %{tl_version} -Provides: tex(cyberbsl06.tfm) = %{tl_version} -Provides: tex(cyberbsl07.tfm) = %{tl_version} -Provides: tex(cyberbsl08.tfm) = %{tl_version} -Provides: tex(cyberbsl09.tfm) = %{tl_version} -Provides: tex(cyberbsl0a.tfm) = %{tl_version} -Provides: tex(cyberbsl0b.tfm) = %{tl_version} -Provides: tex(cyberbsl0c.tfm) = %{tl_version} -Provides: tex(cyberbsl0d.tfm) = %{tl_version} -Provides: tex(cyberbsl0e.tfm) = %{tl_version} -Provides: tex(cyberbsl0f.tfm) = %{tl_version} -Provides: tex(cyberbsl10.tfm) = %{tl_version} -Provides: tex(cyberbsl11.tfm) = %{tl_version} -Provides: tex(cyberbsl12.tfm) = %{tl_version} -Provides: tex(cyberbsl13.tfm) = %{tl_version} -Provides: tex(cyberbsl14.tfm) = %{tl_version} -Provides: tex(cyberbsl15.tfm) = %{tl_version} -Provides: tex(cyberbsl16.tfm) = %{tl_version} -Provides: tex(cyberbsl17.tfm) = %{tl_version} -Provides: tex(cyberbsl18.tfm) = %{tl_version} -Provides: tex(cyberbsl19.tfm) = %{tl_version} -Provides: tex(cyberbsl1a.tfm) = %{tl_version} -Provides: tex(cyberbsl1b.tfm) = %{tl_version} -Provides: tex(cyberbsl1c.tfm) = %{tl_version} -Provides: tex(cyberbsl1d.tfm) = %{tl_version} -Provides: tex(cyberbsl1e.tfm) = %{tl_version} -Provides: tex(cyberbsl1f.tfm) = %{tl_version} -Provides: tex(cyberbsl20.tfm) = %{tl_version} -Provides: tex(cyberbsl21.tfm) = %{tl_version} -Provides: tex(cyberbsl22.tfm) = %{tl_version} -Provides: tex(cyberbsl23.tfm) = %{tl_version} -Provides: tex(cyberbsl24.tfm) = %{tl_version} -Provides: tex(cyberbsl25.tfm) = %{tl_version} -Provides: tex(cyberbsl26.tfm) = %{tl_version} -Provides: tex(cyberbsl27.tfm) = %{tl_version} -Provides: tex(cyberbsl28.tfm) = %{tl_version} -Provides: tex(cyberbsl29.tfm) = %{tl_version} -Provides: tex(cyberbsl2a.tfm) = %{tl_version} -Provides: tex(cyberbsl2b.tfm) = %{tl_version} -Provides: tex(cyberbsl2c.tfm) = %{tl_version} -Provides: tex(cyberbsl2d.tfm) = %{tl_version} -Provides: tex(cyberbsl2e.tfm) = %{tl_version} -Provides: tex(cyberbsl2f.tfm) = %{tl_version} -Provides: tex(cyberbsl30.tfm) = %{tl_version} -Provides: tex(cyberbsl31.tfm) = %{tl_version} -Provides: tex(cyberbsl32.tfm) = %{tl_version} -Provides: tex(cyberbsl33.tfm) = %{tl_version} -Provides: tex(cyberbsl34.tfm) = %{tl_version} -Provides: tex(cyberbsl35.tfm) = %{tl_version} -Provides: tex(cyberbsl36.tfm) = %{tl_version} -Provides: tex(cyberbsl37.tfm) = %{tl_version} -Provides: tex(cyberbsl38.tfm) = %{tl_version} -Provides: tex(cyberbsl39.tfm) = %{tl_version} -Provides: tex(cyberbsl3a.tfm) = %{tl_version} -Provides: tex(cyberbsl3b.tfm) = %{tl_version} -Provides: tex(cyberbsl3c.tfm) = %{tl_version} -Provides: tex(cyberbsl3d.tfm) = %{tl_version} -Provides: tex(cyberbsl3e.tfm) = %{tl_version} -Provides: tex(cyberbsl3f.tfm) = %{tl_version} -Provides: tex(cyberbsl40.tfm) = %{tl_version} -Provides: tex(cyberbsl41.tfm) = %{tl_version} -Provides: tex(cyberbsl42.tfm) = %{tl_version} -Provides: tex(cyberbsl43.tfm) = %{tl_version} -Provides: tex(cyberbsl44.tfm) = %{tl_version} -Provides: tex(cyberbsl45.tfm) = %{tl_version} -Provides: tex(cyberbsl46.tfm) = %{tl_version} -Provides: tex(cyberbsl47.tfm) = %{tl_version} -Provides: tex(cyberbsl48.tfm) = %{tl_version} -Provides: tex(cyberbsl49.tfm) = %{tl_version} -Provides: tex(cyberbsl4a.tfm) = %{tl_version} -Provides: tex(cyberbsl4b.tfm) = %{tl_version} -Provides: tex(cyberbsl4c.tfm) = %{tl_version} -Provides: tex(cyberbsl4d.tfm) = %{tl_version} -Provides: tex(cyberbsl4e.tfm) = %{tl_version} -Provides: tex(cyberbsl4f.tfm) = %{tl_version} -Provides: tex(cyberbsl50.tfm) = %{tl_version} -Provides: tex(cyberbsl51.tfm) = %{tl_version} -Provides: tex(cyberbsl52.tfm) = %{tl_version} -Provides: tex(cyberbsl53.tfm) = %{tl_version} -Provides: tex(cyberbsl54.tfm) = %{tl_version} -Provides: tex(cyberbsl55.tfm) = %{tl_version} -Provides: tex(cyberbsl56.tfm) = %{tl_version} -Provides: tex(cyberbsl57.tfm) = %{tl_version} -Provides: tex(cyberbsl58.tfm) = %{tl_version} -Provides: tex(cyberbsl59.tfm) = %{tl_version} -Provides: tex(cyberbsl5a.tfm) = %{tl_version} -Provides: tex(cyberbsl5b.tfm) = %{tl_version} -Provides: tex(cyberbsl5c.tfm) = %{tl_version} -Provides: tex(cyberbsl5d.tfm) = %{tl_version} -Provides: tex(cyberbsl5e.tfm) = %{tl_version} -Provides: tex(cyberbsl5f.tfm) = %{tl_version} -Provides: tex(cyberbsl60.tfm) = %{tl_version} -Provides: tex(cyberbsl61.tfm) = %{tl_version} -Provides: tex(cyberbsl62.tfm) = %{tl_version} -Provides: tex(cyberbsl63.tfm) = %{tl_version} -Provides: tex(cyberbsl64.tfm) = %{tl_version} -Provides: tex(cyberbsl65.tfm) = %{tl_version} -Provides: tex(cyberbsl66.tfm) = %{tl_version} -Provides: tex(cyberbsl67.tfm) = %{tl_version} -Provides: tex(cyberbsl68.tfm) = %{tl_version} -Provides: tex(cyberbsl69.tfm) = %{tl_version} -Provides: tex(cyberbsl6a.tfm) = %{tl_version} -Provides: tex(cyberbsl6b.tfm) = %{tl_version} -Provides: tex(cyberbsl6c.tfm) = %{tl_version} -Provides: tex(cyberbsl6d.tfm) = %{tl_version} -Provides: tex(cyberbsl6e.tfm) = %{tl_version} -Provides: tex(cyberbsl6f.tfm) = %{tl_version} -Provides: tex(cyberbsl70.tfm) = %{tl_version} -Provides: tex(cyberbsl71.tfm) = %{tl_version} -Provides: tex(cyberbsl72.tfm) = %{tl_version} -Provides: tex(cyberbsl73.tfm) = %{tl_version} -Provides: tex(cyberbsl74.tfm) = %{tl_version} -Provides: tex(cyberbsl75.tfm) = %{tl_version} -Provides: tex(cyberbsl76.tfm) = %{tl_version} -Provides: tex(cyberbsl77.tfm) = %{tl_version} -Provides: tex(cyberbsl78.tfm) = %{tl_version} -Provides: tex(cyberbsl79.tfm) = %{tl_version} -Provides: tex(cyberbsl7a.tfm) = %{tl_version} -Provides: tex(cyberbsl7b.tfm) = %{tl_version} -Provides: tex(cyberbsl7c.tfm) = %{tl_version} -Provides: tex(cyberbsl7d.tfm) = %{tl_version} -Provides: tex(cyberbsl7e.tfm) = %{tl_version} -Provides: tex(cyberbsl7f.tfm) = %{tl_version} -Provides: tex(cyberbsl80.tfm) = %{tl_version} -Provides: tex(cyberbsl81.tfm) = %{tl_version} -Provides: tex(cyberbsl82.tfm) = %{tl_version} -Provides: tex(cyberbsl83.tfm) = %{tl_version} -Provides: tex(cyberbsl84.tfm) = %{tl_version} -Provides: tex(cyberbsl85.tfm) = %{tl_version} -Provides: tex(cyberbsl86.tfm) = %{tl_version} -Provides: tex(cyberbsl87.tfm) = %{tl_version} -Provides: tex(cyberbsl88.tfm) = %{tl_version} -Provides: tex(cyberbsl89.tfm) = %{tl_version} -Provides: tex(cyberbsl8a.tfm) = %{tl_version} -Provides: tex(cyberbsl8b.tfm) = %{tl_version} -Provides: tex(cyberbsl8c.tfm) = %{tl_version} -Provides: tex(cyberbsl8d.tfm) = %{tl_version} -Provides: tex(cyberbsl8e.tfm) = %{tl_version} -Provides: tex(cyberbsl8f.tfm) = %{tl_version} -Provides: tex(cyberbsl90.tfm) = %{tl_version} -Provides: tex(cyberbsl91.tfm) = %{tl_version} -Provides: tex(cyberbsl92.tfm) = %{tl_version} -Provides: tex(cyberbsl93.tfm) = %{tl_version} -Provides: tex(cyberbsl94.tfm) = %{tl_version} -Provides: tex(cyberbsl95.tfm) = %{tl_version} -Provides: tex(cyberbsl96.tfm) = %{tl_version} -Provides: tex(cyberbsl97.tfm) = %{tl_version} -Provides: tex(cyberbsl98.tfm) = %{tl_version} -Provides: tex(cyberbsl99.tfm) = %{tl_version} -Provides: tex(cyberbsl9a.tfm) = %{tl_version} -Provides: tex(cyberbsl9b.tfm) = %{tl_version} -Provides: tex(cyberbsl9c.tfm) = %{tl_version} -Provides: tex(cyberbsl9d.tfm) = %{tl_version} -Provides: tex(cyberbsl9e.tfm) = %{tl_version} -Provides: tex(cyberbsl9f.tfm) = %{tl_version} -Provides: tex(cyberbsla0.tfm) = %{tl_version} -Provides: tex(cyberbsla1.tfm) = %{tl_version} -Provides: tex(cyberbsla2.tfm) = %{tl_version} -Provides: tex(cyberbsla3.tfm) = %{tl_version} -Provides: tex(cyberbsla4.tfm) = %{tl_version} -Provides: tex(cyberbsla5.tfm) = %{tl_version} -Provides: tex(cyberbsla6.tfm) = %{tl_version} -Provides: tex(cyberbsla7.tfm) = %{tl_version} -Provides: tex(cyberbsla8.tfm) = %{tl_version} -Provides: tex(cyberbsla9.tfm) = %{tl_version} -Provides: tex(cyberbslaa.tfm) = %{tl_version} -Provides: tex(cyberbslab.tfm) = %{tl_version} -Provides: tex(cyberbslac.tfm) = %{tl_version} -Provides: tex(cyberbslad.tfm) = %{tl_version} -Provides: tex(cyberbslae.tfm) = %{tl_version} -Provides: tex(cyberbslaf.tfm) = %{tl_version} -Provides: tex(cyberbslb0.tfm) = %{tl_version} -Provides: tex(cyberbslb1.tfm) = %{tl_version} -Provides: tex(cyberbslb2.tfm) = %{tl_version} -Provides: tex(cyberbslb3.tfm) = %{tl_version} -Provides: tex(cyberbslb4.tfm) = %{tl_version} -Provides: tex(cyberbslb5.tfm) = %{tl_version} -Provides: tex(cyberbslb6.tfm) = %{tl_version} -Provides: tex(cyberbslb7.tfm) = %{tl_version} -Provides: tex(cyberbslb8.tfm) = %{tl_version} -Provides: tex(cyberbslb9.tfm) = %{tl_version} -Provides: tex(cyberbslba.tfm) = %{tl_version} -Provides: tex(cyberbslbb.tfm) = %{tl_version} -Provides: tex(cyberbslbc.tfm) = %{tl_version} -Provides: tex(cyberbslbd.tfm) = %{tl_version} -Provides: tex(cyberbslbe.tfm) = %{tl_version} -Provides: tex(cyberbslbf.tfm) = %{tl_version} -Provides: tex(cyberbslc0.tfm) = %{tl_version} -Provides: tex(cyberbslc1.tfm) = %{tl_version} -Provides: tex(cyberbslc2.tfm) = %{tl_version} -Provides: tex(cyberbslc3.tfm) = %{tl_version} -Provides: tex(cyberbslc4.tfm) = %{tl_version} -Provides: tex(cyberbslc5.tfm) = %{tl_version} -Provides: tex(cyberbslc6.tfm) = %{tl_version} -Provides: tex(cyberbslc7.tfm) = %{tl_version} -Provides: tex(cyberbslc8.tfm) = %{tl_version} -Provides: tex(cyberbslc9.tfm) = %{tl_version} -Provides: tex(cyberbslca.tfm) = %{tl_version} -Provides: tex(cyberbslcb.tfm) = %{tl_version} -Provides: tex(cyberbslcc.tfm) = %{tl_version} -Provides: tex(cyberbslcd.tfm) = %{tl_version} -Provides: tex(cyberbslce.tfm) = %{tl_version} -Provides: tex(cyberbslcf.tfm) = %{tl_version} -Provides: tex(cyberbsld0.tfm) = %{tl_version} -Provides: tex(cyberbsld1.tfm) = %{tl_version} -Provides: tex(cyberbsld2.tfm) = %{tl_version} -Provides: tex(cyberbsld3.tfm) = %{tl_version} -Provides: tex(cyberbsld4.tfm) = %{tl_version} -Provides: tex(cyberbsld5.tfm) = %{tl_version} -Provides: tex(cyberbsld6.tfm) = %{tl_version} -Provides: tex(cyberbsld7.tfm) = %{tl_version} -Provides: tex(cyberbsld8.tfm) = %{tl_version} -Provides: tex(cyberbsld9.tfm) = %{tl_version} -Provides: tex(cyberbslda.tfm) = %{tl_version} -Provides: tex(cyberbsldb.tfm) = %{tl_version} -Provides: tex(cyberbsldc.tfm) = %{tl_version} -Provides: tex(cyberbsldd.tfm) = %{tl_version} -Provides: tex(cyberbslde.tfm) = %{tl_version} -Provides: tex(cyberbsldf.tfm) = %{tl_version} -Provides: tex(cyberbsle0.tfm) = %{tl_version} -Provides: tex(cyberbsle1.tfm) = %{tl_version} -Provides: tex(cyberbsle2.tfm) = %{tl_version} -Provides: tex(cyberbsle3.tfm) = %{tl_version} -Provides: tex(cyberbsle4.tfm) = %{tl_version} -Provides: tex(cyberbsle5.tfm) = %{tl_version} -Provides: tex(cyberbsle6.tfm) = %{tl_version} -Provides: tex(cyberbsle7.tfm) = %{tl_version} -Provides: tex(cyberbsle8.tfm) = %{tl_version} -Provides: tex(cyberbsle9.tfm) = %{tl_version} -Provides: tex(cyberbslea.tfm) = %{tl_version} -Provides: tex(cyberbsleb.tfm) = %{tl_version} -Provides: tex(cyberbslec.tfm) = %{tl_version} -Provides: tex(cyberbsled.tfm) = %{tl_version} -Provides: tex(cyberbslee.tfm) = %{tl_version} -Provides: tex(cyberbslef.tfm) = %{tl_version} -Provides: tex(cyberbslf0.tfm) = %{tl_version} -Provides: tex(cyberbslf1.tfm) = %{tl_version} -Provides: tex(cyberbslf2.tfm) = %{tl_version} -Provides: tex(cyberbslf3.tfm) = %{tl_version} -Provides: tex(cyberbslf4.tfm) = %{tl_version} -Provides: tex(cyberbslf5.tfm) = %{tl_version} -Provides: tex(cyberbslf6.tfm) = %{tl_version} -Provides: tex(cyberbslf7.tfm) = %{tl_version} -Provides: tex(cyberbslf8.tfm) = %{tl_version} -Provides: tex(cyberbslf9.tfm) = %{tl_version} -Provides: tex(cyberbslfa.tfm) = %{tl_version} -Provides: tex(cyberbslfb.tfm) = %{tl_version} -Provides: tex(cyberbslfc.tfm) = %{tl_version} -Provides: tex(cyberbslfd.tfm) = %{tl_version} -Provides: tex(cyberbslfe.tfm) = %{tl_version} -Provides: tex(cyberbslff.tfm) = %{tl_version} -Provides: tex(gbk00.tfm) = %{tl_version} -Provides: tex(gbk01.tfm) = %{tl_version} -Provides: tex(gbk02.tfm) = %{tl_version} -Provides: tex(gbk03.tfm) = %{tl_version} -Provides: tex(gbk04.tfm) = %{tl_version} -Provides: tex(gbk05.tfm) = %{tl_version} -Provides: tex(gbk06.tfm) = %{tl_version} -Provides: tex(gbk07.tfm) = %{tl_version} -Provides: tex(gbk08.tfm) = %{tl_version} -Provides: tex(gbk09.tfm) = %{tl_version} -Provides: tex(gbk10.tfm) = %{tl_version} -Provides: tex(gbk11.tfm) = %{tl_version} -Provides: tex(gbk12.tfm) = %{tl_version} -Provides: tex(gbk13.tfm) = %{tl_version} -Provides: tex(gbk14.tfm) = %{tl_version} -Provides: tex(gbk15.tfm) = %{tl_version} -Provides: tex(gbk16.tfm) = %{tl_version} -Provides: tex(gbk17.tfm) = %{tl_version} -Provides: tex(gbk18.tfm) = %{tl_version} -Provides: tex(gbk19.tfm) = %{tl_version} -Provides: tex(gbk20.tfm) = %{tl_version} -Provides: tex(gbk21.tfm) = %{tl_version} -Provides: tex(gbk22.tfm) = %{tl_version} -Provides: tex(gbk23.tfm) = %{tl_version} -Provides: tex(gbk24.tfm) = %{tl_version} -Provides: tex(gbk25.tfm) = %{tl_version} -Provides: tex(gbk26.tfm) = %{tl_version} -Provides: tex(gbk27.tfm) = %{tl_version} -Provides: tex(gbk28.tfm) = %{tl_version} -Provides: tex(gbk29.tfm) = %{tl_version} -Provides: tex(gbk30.tfm) = %{tl_version} -Provides: tex(gbk31.tfm) = %{tl_version} -Provides: tex(gbk32.tfm) = %{tl_version} -Provides: tex(gbk33.tfm) = %{tl_version} -Provides: tex(gbk34.tfm) = %{tl_version} -Provides: tex(gbk35.tfm) = %{tl_version} -Provides: tex(gbk36.tfm) = %{tl_version} -Provides: tex(gbk37.tfm) = %{tl_version} -Provides: tex(gbk38.tfm) = %{tl_version} -Provides: tex(gbk39.tfm) = %{tl_version} -Provides: tex(gbk40.tfm) = %{tl_version} -Provides: tex(gbk41.tfm) = %{tl_version} -Provides: tex(gbk42.tfm) = %{tl_version} -Provides: tex(gbk43.tfm) = %{tl_version} -Provides: tex(gbk44.tfm) = %{tl_version} -Provides: tex(gbk45.tfm) = %{tl_version} -Provides: tex(gbk46.tfm) = %{tl_version} -Provides: tex(gbk47.tfm) = %{tl_version} -Provides: tex(gbk48.tfm) = %{tl_version} -Provides: tex(gbk49.tfm) = %{tl_version} -Provides: tex(gbk50.tfm) = %{tl_version} -Provides: tex(gbk51.tfm) = %{tl_version} -Provides: tex(gbk52.tfm) = %{tl_version} -Provides: tex(gbk53.tfm) = %{tl_version} -Provides: tex(gbk54.tfm) = %{tl_version} -Provides: tex(gbk55.tfm) = %{tl_version} -Provides: tex(gbk56.tfm) = %{tl_version} -Provides: tex(gbk57.tfm) = %{tl_version} -Provides: tex(gbk58.tfm) = %{tl_version} -Provides: tex(gbk59.tfm) = %{tl_version} -Provides: tex(gbk60.tfm) = %{tl_version} -Provides: tex(gbk61.tfm) = %{tl_version} -Provides: tex(gbk62.tfm) = %{tl_version} -Provides: tex(gbk63.tfm) = %{tl_version} -Provides: tex(gbk64.tfm) = %{tl_version} -Provides: tex(gbk65.tfm) = %{tl_version} -Provides: tex(gbk66.tfm) = %{tl_version} -Provides: tex(gbk67.tfm) = %{tl_version} -Provides: tex(gbk68.tfm) = %{tl_version} -Provides: tex(gbk69.tfm) = %{tl_version} -Provides: tex(gbk70.tfm) = %{tl_version} -Provides: tex(gbk71.tfm) = %{tl_version} -Provides: tex(gbk72.tfm) = %{tl_version} -Provides: tex(gbk73.tfm) = %{tl_version} -Provides: tex(gbk74.tfm) = %{tl_version} -Provides: tex(gbk75.tfm) = %{tl_version} -Provides: tex(gbk76.tfm) = %{tl_version} -Provides: tex(gbk77.tfm) = %{tl_version} -Provides: tex(gbk78.tfm) = %{tl_version} -Provides: tex(gbk79.tfm) = %{tl_version} -Provides: tex(gbk80.tfm) = %{tl_version} -Provides: tex(gbk81.tfm) = %{tl_version} -Provides: tex(gbk82.tfm) = %{tl_version} -Provides: tex(gbk83.tfm) = %{tl_version} -Provides: tex(gbk84.tfm) = %{tl_version} -Provides: tex(gbk85.tfm) = %{tl_version} -Provides: tex(gbk86.tfm) = %{tl_version} -Provides: tex(gbk87.tfm) = %{tl_version} -Provides: tex(gbk88.tfm) = %{tl_version} -Provides: tex(gbk89.tfm) = %{tl_version} -Provides: tex(gbk90.tfm) = %{tl_version} -Provides: tex(gbk91.tfm) = %{tl_version} -Provides: tex(gbk92.tfm) = %{tl_version} -Provides: tex(gbk93.tfm) = %{tl_version} -Provides: tex(gbk94.tfm) = %{tl_version} -Provides: tex(gbksl00.tfm) = %{tl_version} -Provides: tex(gbksl01.tfm) = %{tl_version} -Provides: tex(gbksl02.tfm) = %{tl_version} -Provides: tex(gbksl03.tfm) = %{tl_version} -Provides: tex(gbksl04.tfm) = %{tl_version} -Provides: tex(gbksl05.tfm) = %{tl_version} -Provides: tex(gbksl06.tfm) = %{tl_version} -Provides: tex(gbksl07.tfm) = %{tl_version} -Provides: tex(gbksl08.tfm) = %{tl_version} -Provides: tex(gbksl09.tfm) = %{tl_version} -Provides: tex(gbksl10.tfm) = %{tl_version} -Provides: tex(gbksl11.tfm) = %{tl_version} -Provides: tex(gbksl12.tfm) = %{tl_version} -Provides: tex(gbksl13.tfm) = %{tl_version} -Provides: tex(gbksl14.tfm) = %{tl_version} -Provides: tex(gbksl15.tfm) = %{tl_version} -Provides: tex(gbksl16.tfm) = %{tl_version} -Provides: tex(gbksl17.tfm) = %{tl_version} -Provides: tex(gbksl18.tfm) = %{tl_version} -Provides: tex(gbksl19.tfm) = %{tl_version} -Provides: tex(gbksl20.tfm) = %{tl_version} -Provides: tex(gbksl21.tfm) = %{tl_version} -Provides: tex(gbksl22.tfm) = %{tl_version} -Provides: tex(gbksl23.tfm) = %{tl_version} -Provides: tex(gbksl24.tfm) = %{tl_version} -Provides: tex(gbksl25.tfm) = %{tl_version} -Provides: tex(gbksl26.tfm) = %{tl_version} -Provides: tex(gbksl27.tfm) = %{tl_version} -Provides: tex(gbksl28.tfm) = %{tl_version} -Provides: tex(gbksl29.tfm) = %{tl_version} -Provides: tex(gbksl30.tfm) = %{tl_version} -Provides: tex(gbksl31.tfm) = %{tl_version} -Provides: tex(gbksl32.tfm) = %{tl_version} -Provides: tex(gbksl33.tfm) = %{tl_version} -Provides: tex(gbksl34.tfm) = %{tl_version} -Provides: tex(gbksl35.tfm) = %{tl_version} -Provides: tex(gbksl36.tfm) = %{tl_version} -Provides: tex(gbksl37.tfm) = %{tl_version} -Provides: tex(gbksl38.tfm) = %{tl_version} -Provides: tex(gbksl39.tfm) = %{tl_version} -Provides: tex(gbksl40.tfm) = %{tl_version} -Provides: tex(gbksl41.tfm) = %{tl_version} -Provides: tex(gbksl42.tfm) = %{tl_version} -Provides: tex(gbksl43.tfm) = %{tl_version} -Provides: tex(gbksl44.tfm) = %{tl_version} -Provides: tex(gbksl45.tfm) = %{tl_version} -Provides: tex(gbksl46.tfm) = %{tl_version} -Provides: tex(gbksl47.tfm) = %{tl_version} -Provides: tex(gbksl48.tfm) = %{tl_version} -Provides: tex(gbksl49.tfm) = %{tl_version} -Provides: tex(gbksl50.tfm) = %{tl_version} -Provides: tex(gbksl51.tfm) = %{tl_version} -Provides: tex(gbksl52.tfm) = %{tl_version} -Provides: tex(gbksl53.tfm) = %{tl_version} -Provides: tex(gbksl54.tfm) = %{tl_version} -Provides: tex(gbksl55.tfm) = %{tl_version} -Provides: tex(gbksl56.tfm) = %{tl_version} -Provides: tex(gbksl57.tfm) = %{tl_version} -Provides: tex(gbksl58.tfm) = %{tl_version} -Provides: tex(gbksl59.tfm) = %{tl_version} -Provides: tex(gbksl60.tfm) = %{tl_version} -Provides: tex(gbksl61.tfm) = %{tl_version} -Provides: tex(gbksl62.tfm) = %{tl_version} -Provides: tex(gbksl63.tfm) = %{tl_version} -Provides: tex(gbksl64.tfm) = %{tl_version} -Provides: tex(gbksl65.tfm) = %{tl_version} -Provides: tex(gbksl66.tfm) = %{tl_version} -Provides: tex(gbksl67.tfm) = %{tl_version} -Provides: tex(gbksl68.tfm) = %{tl_version} -Provides: tex(gbksl69.tfm) = %{tl_version} -Provides: tex(gbksl70.tfm) = %{tl_version} -Provides: tex(gbksl71.tfm) = %{tl_version} -Provides: tex(gbksl72.tfm) = %{tl_version} -Provides: tex(gbksl73.tfm) = %{tl_version} -Provides: tex(gbksl74.tfm) = %{tl_version} -Provides: tex(gbksl75.tfm) = %{tl_version} -Provides: tex(gbksl76.tfm) = %{tl_version} -Provides: tex(gbksl77.tfm) = %{tl_version} -Provides: tex(gbksl78.tfm) = %{tl_version} -Provides: tex(gbksl79.tfm) = %{tl_version} -Provides: tex(gbksl80.tfm) = %{tl_version} -Provides: tex(gbksl81.tfm) = %{tl_version} -Provides: tex(gbksl82.tfm) = %{tl_version} -Provides: tex(gbksl83.tfm) = %{tl_version} -Provides: tex(gbksl84.tfm) = %{tl_version} -Provides: tex(gbksl85.tfm) = %{tl_version} -Provides: tex(gbksl86.tfm) = %{tl_version} -Provides: tex(gbksl87.tfm) = %{tl_version} -Provides: tex(gbksl88.tfm) = %{tl_version} -Provides: tex(gbksl89.tfm) = %{tl_version} -Provides: tex(gbksl90.tfm) = %{tl_version} -Provides: tex(gbksl91.tfm) = %{tl_version} -Provides: tex(gbksl92.tfm) = %{tl_version} -Provides: tex(gbksl93.tfm) = %{tl_version} -Provides: tex(gbksl94.tfm) = %{tl_version} -Provides: tex(gbkfs00.tfm) = %{tl_version} -Provides: tex(gbkfs01.tfm) = %{tl_version} -Provides: tex(gbkfs02.tfm) = %{tl_version} -Provides: tex(gbkfs03.tfm) = %{tl_version} -Provides: tex(gbkfs04.tfm) = %{tl_version} -Provides: tex(gbkfs05.tfm) = %{tl_version} -Provides: tex(gbkfs06.tfm) = %{tl_version} -Provides: tex(gbkfs07.tfm) = %{tl_version} -Provides: tex(gbkfs08.tfm) = %{tl_version} -Provides: tex(gbkfs09.tfm) = %{tl_version} -Provides: tex(gbkfs10.tfm) = %{tl_version} -Provides: tex(gbkfs11.tfm) = %{tl_version} -Provides: tex(gbkfs12.tfm) = %{tl_version} -Provides: tex(gbkfs13.tfm) = %{tl_version} -Provides: tex(gbkfs14.tfm) = %{tl_version} -Provides: tex(gbkfs15.tfm) = %{tl_version} -Provides: tex(gbkfs16.tfm) = %{tl_version} -Provides: tex(gbkfs17.tfm) = %{tl_version} -Provides: tex(gbkfs18.tfm) = %{tl_version} -Provides: tex(gbkfs19.tfm) = %{tl_version} -Provides: tex(gbkfs20.tfm) = %{tl_version} -Provides: tex(gbkfs21.tfm) = %{tl_version} -Provides: tex(gbkfs22.tfm) = %{tl_version} -Provides: tex(gbkfs23.tfm) = %{tl_version} -Provides: tex(gbkfs24.tfm) = %{tl_version} -Provides: tex(gbkfs25.tfm) = %{tl_version} -Provides: tex(gbkfs26.tfm) = %{tl_version} -Provides: tex(gbkfs27.tfm) = %{tl_version} -Provides: tex(gbkfs28.tfm) = %{tl_version} -Provides: tex(gbkfs29.tfm) = %{tl_version} -Provides: tex(gbkfs30.tfm) = %{tl_version} -Provides: tex(gbkfs31.tfm) = %{tl_version} -Provides: tex(gbkfs32.tfm) = %{tl_version} -Provides: tex(gbkfs33.tfm) = %{tl_version} -Provides: tex(gbkfs34.tfm) = %{tl_version} -Provides: tex(gbkfs35.tfm) = %{tl_version} -Provides: tex(gbkfs36.tfm) = %{tl_version} -Provides: tex(gbkfs37.tfm) = %{tl_version} -Provides: tex(gbkfs38.tfm) = %{tl_version} -Provides: tex(gbkfs39.tfm) = %{tl_version} -Provides: tex(gbkfs40.tfm) = %{tl_version} -Provides: tex(gbkfs41.tfm) = %{tl_version} -Provides: tex(gbkfs42.tfm) = %{tl_version} -Provides: tex(gbkfs43.tfm) = %{tl_version} -Provides: tex(gbkfs44.tfm) = %{tl_version} -Provides: tex(gbkfs45.tfm) = %{tl_version} -Provides: tex(gbkfs46.tfm) = %{tl_version} -Provides: tex(gbkfs47.tfm) = %{tl_version} -Provides: tex(gbkfs48.tfm) = %{tl_version} -Provides: tex(gbkfs49.tfm) = %{tl_version} -Provides: tex(gbkfs50.tfm) = %{tl_version} -Provides: tex(gbkfs51.tfm) = %{tl_version} -Provides: tex(gbkfs52.tfm) = %{tl_version} -Provides: tex(gbkfs53.tfm) = %{tl_version} -Provides: tex(gbkfs54.tfm) = %{tl_version} -Provides: tex(gbkfs55.tfm) = %{tl_version} -Provides: tex(gbkfs56.tfm) = %{tl_version} -Provides: tex(gbkfs57.tfm) = %{tl_version} -Provides: tex(gbkfs58.tfm) = %{tl_version} -Provides: tex(gbkfs59.tfm) = %{tl_version} -Provides: tex(gbkfs60.tfm) = %{tl_version} -Provides: tex(gbkfs61.tfm) = %{tl_version} -Provides: tex(gbkfs62.tfm) = %{tl_version} -Provides: tex(gbkfs63.tfm) = %{tl_version} -Provides: tex(gbkfs64.tfm) = %{tl_version} -Provides: tex(gbkfs65.tfm) = %{tl_version} -Provides: tex(gbkfs66.tfm) = %{tl_version} -Provides: tex(gbkfs67.tfm) = %{tl_version} -Provides: tex(gbkfs68.tfm) = %{tl_version} -Provides: tex(gbkfs69.tfm) = %{tl_version} -Provides: tex(gbkfs70.tfm) = %{tl_version} -Provides: tex(gbkfs71.tfm) = %{tl_version} -Provides: tex(gbkfs72.tfm) = %{tl_version} -Provides: tex(gbkfs73.tfm) = %{tl_version} -Provides: tex(gbkfs74.tfm) = %{tl_version} -Provides: tex(gbkfs75.tfm) = %{tl_version} -Provides: tex(gbkfs76.tfm) = %{tl_version} -Provides: tex(gbkfs77.tfm) = %{tl_version} -Provides: tex(gbkfs78.tfm) = %{tl_version} -Provides: tex(gbkfs79.tfm) = %{tl_version} -Provides: tex(gbkfs80.tfm) = %{tl_version} -Provides: tex(gbkfs81.tfm) = %{tl_version} -Provides: tex(gbkfs82.tfm) = %{tl_version} -Provides: tex(gbkfs83.tfm) = %{tl_version} -Provides: tex(gbkfs84.tfm) = %{tl_version} -Provides: tex(gbkfs85.tfm) = %{tl_version} -Provides: tex(gbkfs86.tfm) = %{tl_version} -Provides: tex(gbkfs87.tfm) = %{tl_version} -Provides: tex(gbkfs88.tfm) = %{tl_version} -Provides: tex(gbkfs89.tfm) = %{tl_version} -Provides: tex(gbkfs90.tfm) = %{tl_version} -Provides: tex(gbkfs91.tfm) = %{tl_version} -Provides: tex(gbkfs92.tfm) = %{tl_version} -Provides: tex(gbkfs93.tfm) = %{tl_version} -Provides: tex(gbkfs94.tfm) = %{tl_version} -Provides: tex(gbkfssl00.tfm) = %{tl_version} -Provides: tex(gbkfssl01.tfm) = %{tl_version} -Provides: tex(gbkfssl02.tfm) = %{tl_version} -Provides: tex(gbkfssl03.tfm) = %{tl_version} -Provides: tex(gbkfssl04.tfm) = %{tl_version} -Provides: tex(gbkfssl05.tfm) = %{tl_version} -Provides: tex(gbkfssl06.tfm) = %{tl_version} -Provides: tex(gbkfssl07.tfm) = %{tl_version} -Provides: tex(gbkfssl08.tfm) = %{tl_version} -Provides: tex(gbkfssl09.tfm) = %{tl_version} -Provides: tex(gbkfssl10.tfm) = %{tl_version} -Provides: tex(gbkfssl11.tfm) = %{tl_version} -Provides: tex(gbkfssl12.tfm) = %{tl_version} -Provides: tex(gbkfssl13.tfm) = %{tl_version} -Provides: tex(gbkfssl14.tfm) = %{tl_version} -Provides: tex(gbkfssl15.tfm) = %{tl_version} -Provides: tex(gbkfssl16.tfm) = %{tl_version} -Provides: tex(gbkfssl17.tfm) = %{tl_version} -Provides: tex(gbkfssl18.tfm) = %{tl_version} -Provides: tex(gbkfssl19.tfm) = %{tl_version} -Provides: tex(gbkfssl20.tfm) = %{tl_version} -Provides: tex(gbkfssl21.tfm) = %{tl_version} -Provides: tex(gbkfssl22.tfm) = %{tl_version} -Provides: tex(gbkfssl23.tfm) = %{tl_version} -Provides: tex(gbkfssl24.tfm) = %{tl_version} -Provides: tex(gbkfssl25.tfm) = %{tl_version} -Provides: tex(gbkfssl26.tfm) = %{tl_version} -Provides: tex(gbkfssl27.tfm) = %{tl_version} -Provides: tex(gbkfssl28.tfm) = %{tl_version} -Provides: tex(gbkfssl29.tfm) = %{tl_version} -Provides: tex(gbkfssl30.tfm) = %{tl_version} -Provides: tex(gbkfssl31.tfm) = %{tl_version} -Provides: tex(gbkfssl32.tfm) = %{tl_version} -Provides: tex(gbkfssl33.tfm) = %{tl_version} -Provides: tex(gbkfssl34.tfm) = %{tl_version} -Provides: tex(gbkfssl35.tfm) = %{tl_version} -Provides: tex(gbkfssl36.tfm) = %{tl_version} -Provides: tex(gbkfssl37.tfm) = %{tl_version} -Provides: tex(gbkfssl38.tfm) = %{tl_version} -Provides: tex(gbkfssl39.tfm) = %{tl_version} -Provides: tex(gbkfssl40.tfm) = %{tl_version} -Provides: tex(gbkfssl41.tfm) = %{tl_version} -Provides: tex(gbkfssl42.tfm) = %{tl_version} -Provides: tex(gbkfssl43.tfm) = %{tl_version} -Provides: tex(gbkfssl44.tfm) = %{tl_version} -Provides: tex(gbkfssl45.tfm) = %{tl_version} -Provides: tex(gbkfssl46.tfm) = %{tl_version} -Provides: tex(gbkfssl47.tfm) = %{tl_version} -Provides: tex(gbkfssl48.tfm) = %{tl_version} -Provides: tex(gbkfssl49.tfm) = %{tl_version} -Provides: tex(gbkfssl50.tfm) = %{tl_version} -Provides: tex(gbkfssl51.tfm) = %{tl_version} -Provides: tex(gbkfssl52.tfm) = %{tl_version} -Provides: tex(gbkfssl53.tfm) = %{tl_version} -Provides: tex(gbkfssl54.tfm) = %{tl_version} -Provides: tex(gbkfssl55.tfm) = %{tl_version} -Provides: tex(gbkfssl56.tfm) = %{tl_version} -Provides: tex(gbkfssl57.tfm) = %{tl_version} -Provides: tex(gbkfssl58.tfm) = %{tl_version} -Provides: tex(gbkfssl59.tfm) = %{tl_version} -Provides: tex(gbkfssl60.tfm) = %{tl_version} -Provides: tex(gbkfssl61.tfm) = %{tl_version} -Provides: tex(gbkfssl62.tfm) = %{tl_version} -Provides: tex(gbkfssl63.tfm) = %{tl_version} -Provides: tex(gbkfssl64.tfm) = %{tl_version} -Provides: tex(gbkfssl65.tfm) = %{tl_version} -Provides: tex(gbkfssl66.tfm) = %{tl_version} -Provides: tex(gbkfssl67.tfm) = %{tl_version} -Provides: tex(gbkfssl68.tfm) = %{tl_version} -Provides: tex(gbkfssl69.tfm) = %{tl_version} -Provides: tex(gbkfssl70.tfm) = %{tl_version} -Provides: tex(gbkfssl71.tfm) = %{tl_version} -Provides: tex(gbkfssl72.tfm) = %{tl_version} -Provides: tex(gbkfssl73.tfm) = %{tl_version} -Provides: tex(gbkfssl74.tfm) = %{tl_version} -Provides: tex(gbkfssl75.tfm) = %{tl_version} -Provides: tex(gbkfssl76.tfm) = %{tl_version} -Provides: tex(gbkfssl77.tfm) = %{tl_version} -Provides: tex(gbkfssl78.tfm) = %{tl_version} -Provides: tex(gbkfssl79.tfm) = %{tl_version} -Provides: tex(gbkfssl80.tfm) = %{tl_version} -Provides: tex(gbkfssl81.tfm) = %{tl_version} -Provides: tex(gbkfssl82.tfm) = %{tl_version} -Provides: tex(gbkfssl83.tfm) = %{tl_version} -Provides: tex(gbkfssl84.tfm) = %{tl_version} -Provides: tex(gbkfssl85.tfm) = %{tl_version} -Provides: tex(gbkfssl86.tfm) = %{tl_version} -Provides: tex(gbkfssl87.tfm) = %{tl_version} -Provides: tex(gbkfssl88.tfm) = %{tl_version} -Provides: tex(gbkfssl89.tfm) = %{tl_version} -Provides: tex(gbkfssl90.tfm) = %{tl_version} -Provides: tex(gbkfssl91.tfm) = %{tl_version} -Provides: tex(gbkfssl92.tfm) = %{tl_version} -Provides: tex(gbkfssl93.tfm) = %{tl_version} -Provides: tex(gbkfssl94.tfm) = %{tl_version} -Provides: tex(gbkhei00.tfm) = %{tl_version} -Provides: tex(gbkhei01.tfm) = %{tl_version} -Provides: tex(gbkhei02.tfm) = %{tl_version} -Provides: tex(gbkhei03.tfm) = %{tl_version} -Provides: tex(gbkhei04.tfm) = %{tl_version} -Provides: tex(gbkhei05.tfm) = %{tl_version} -Provides: tex(gbkhei06.tfm) = %{tl_version} -Provides: tex(gbkhei07.tfm) = %{tl_version} -Provides: tex(gbkhei08.tfm) = %{tl_version} -Provides: tex(gbkhei09.tfm) = %{tl_version} -Provides: tex(gbkhei10.tfm) = %{tl_version} -Provides: tex(gbkhei11.tfm) = %{tl_version} -Provides: tex(gbkhei12.tfm) = %{tl_version} -Provides: tex(gbkhei13.tfm) = %{tl_version} -Provides: tex(gbkhei14.tfm) = %{tl_version} -Provides: tex(gbkhei15.tfm) = %{tl_version} -Provides: tex(gbkhei16.tfm) = %{tl_version} -Provides: tex(gbkhei17.tfm) = %{tl_version} -Provides: tex(gbkhei18.tfm) = %{tl_version} -Provides: tex(gbkhei19.tfm) = %{tl_version} -Provides: tex(gbkhei20.tfm) = %{tl_version} -Provides: tex(gbkhei21.tfm) = %{tl_version} -Provides: tex(gbkhei22.tfm) = %{tl_version} -Provides: tex(gbkhei23.tfm) = %{tl_version} -Provides: tex(gbkhei24.tfm) = %{tl_version} -Provides: tex(gbkhei25.tfm) = %{tl_version} -Provides: tex(gbkhei26.tfm) = %{tl_version} -Provides: tex(gbkhei27.tfm) = %{tl_version} -Provides: tex(gbkhei28.tfm) = %{tl_version} -Provides: tex(gbkhei29.tfm) = %{tl_version} -Provides: tex(gbkhei30.tfm) = %{tl_version} -Provides: tex(gbkhei31.tfm) = %{tl_version} -Provides: tex(gbkhei32.tfm) = %{tl_version} -Provides: tex(gbkhei33.tfm) = %{tl_version} -Provides: tex(gbkhei34.tfm) = %{tl_version} -Provides: tex(gbkhei35.tfm) = %{tl_version} -Provides: tex(gbkhei36.tfm) = %{tl_version} -Provides: tex(gbkhei37.tfm) = %{tl_version} -Provides: tex(gbkhei38.tfm) = %{tl_version} -Provides: tex(gbkhei39.tfm) = %{tl_version} -Provides: tex(gbkhei40.tfm) = %{tl_version} -Provides: tex(gbkhei41.tfm) = %{tl_version} -Provides: tex(gbkhei42.tfm) = %{tl_version} -Provides: tex(gbkhei43.tfm) = %{tl_version} -Provides: tex(gbkhei44.tfm) = %{tl_version} -Provides: tex(gbkhei45.tfm) = %{tl_version} -Provides: tex(gbkhei46.tfm) = %{tl_version} -Provides: tex(gbkhei47.tfm) = %{tl_version} -Provides: tex(gbkhei48.tfm) = %{tl_version} -Provides: tex(gbkhei49.tfm) = %{tl_version} -Provides: tex(gbkhei50.tfm) = %{tl_version} -Provides: tex(gbkhei51.tfm) = %{tl_version} -Provides: tex(gbkhei52.tfm) = %{tl_version} -Provides: tex(gbkhei53.tfm) = %{tl_version} -Provides: tex(gbkhei54.tfm) = %{tl_version} -Provides: tex(gbkhei55.tfm) = %{tl_version} -Provides: tex(gbkhei56.tfm) = %{tl_version} -Provides: tex(gbkhei57.tfm) = %{tl_version} -Provides: tex(gbkhei58.tfm) = %{tl_version} -Provides: tex(gbkhei59.tfm) = %{tl_version} -Provides: tex(gbkhei60.tfm) = %{tl_version} -Provides: tex(gbkhei61.tfm) = %{tl_version} -Provides: tex(gbkhei62.tfm) = %{tl_version} -Provides: tex(gbkhei63.tfm) = %{tl_version} -Provides: tex(gbkhei64.tfm) = %{tl_version} -Provides: tex(gbkhei65.tfm) = %{tl_version} -Provides: tex(gbkhei66.tfm) = %{tl_version} -Provides: tex(gbkhei67.tfm) = %{tl_version} -Provides: tex(gbkhei68.tfm) = %{tl_version} -Provides: tex(gbkhei69.tfm) = %{tl_version} -Provides: tex(gbkhei70.tfm) = %{tl_version} -Provides: tex(gbkhei71.tfm) = %{tl_version} -Provides: tex(gbkhei72.tfm) = %{tl_version} -Provides: tex(gbkhei73.tfm) = %{tl_version} -Provides: tex(gbkhei74.tfm) = %{tl_version} -Provides: tex(gbkhei75.tfm) = %{tl_version} -Provides: tex(gbkhei76.tfm) = %{tl_version} -Provides: tex(gbkhei77.tfm) = %{tl_version} -Provides: tex(gbkhei78.tfm) = %{tl_version} -Provides: tex(gbkhei79.tfm) = %{tl_version} -Provides: tex(gbkhei80.tfm) = %{tl_version} -Provides: tex(gbkhei81.tfm) = %{tl_version} -Provides: tex(gbkhei82.tfm) = %{tl_version} -Provides: tex(gbkhei83.tfm) = %{tl_version} -Provides: tex(gbkhei84.tfm) = %{tl_version} -Provides: tex(gbkhei85.tfm) = %{tl_version} -Provides: tex(gbkhei86.tfm) = %{tl_version} -Provides: tex(gbkhei87.tfm) = %{tl_version} -Provides: tex(gbkhei88.tfm) = %{tl_version} -Provides: tex(gbkhei89.tfm) = %{tl_version} -Provides: tex(gbkhei90.tfm) = %{tl_version} -Provides: tex(gbkhei91.tfm) = %{tl_version} -Provides: tex(gbkhei92.tfm) = %{tl_version} -Provides: tex(gbkhei93.tfm) = %{tl_version} -Provides: tex(gbkhei94.tfm) = %{tl_version} -Provides: tex(gbkheisl00.tfm) = %{tl_version} -Provides: tex(gbkheisl01.tfm) = %{tl_version} -Provides: tex(gbkheisl02.tfm) = %{tl_version} -Provides: tex(gbkheisl03.tfm) = %{tl_version} -Provides: tex(gbkheisl04.tfm) = %{tl_version} -Provides: tex(gbkheisl05.tfm) = %{tl_version} -Provides: tex(gbkheisl06.tfm) = %{tl_version} -Provides: tex(gbkheisl07.tfm) = %{tl_version} -Provides: tex(gbkheisl08.tfm) = %{tl_version} -Provides: tex(gbkheisl09.tfm) = %{tl_version} -Provides: tex(gbkheisl10.tfm) = %{tl_version} -Provides: tex(gbkheisl11.tfm) = %{tl_version} -Provides: tex(gbkheisl12.tfm) = %{tl_version} -Provides: tex(gbkheisl13.tfm) = %{tl_version} -Provides: tex(gbkheisl14.tfm) = %{tl_version} -Provides: tex(gbkheisl15.tfm) = %{tl_version} -Provides: tex(gbkheisl16.tfm) = %{tl_version} -Provides: tex(gbkheisl17.tfm) = %{tl_version} -Provides: tex(gbkheisl18.tfm) = %{tl_version} -Provides: tex(gbkheisl19.tfm) = %{tl_version} -Provides: tex(gbkheisl20.tfm) = %{tl_version} -Provides: tex(gbkheisl21.tfm) = %{tl_version} -Provides: tex(gbkheisl22.tfm) = %{tl_version} -Provides: tex(gbkheisl23.tfm) = %{tl_version} -Provides: tex(gbkheisl24.tfm) = %{tl_version} -Provides: tex(gbkheisl25.tfm) = %{tl_version} -Provides: tex(gbkheisl26.tfm) = %{tl_version} -Provides: tex(gbkheisl27.tfm) = %{tl_version} -Provides: tex(gbkheisl28.tfm) = %{tl_version} -Provides: tex(gbkheisl29.tfm) = %{tl_version} -Provides: tex(gbkheisl30.tfm) = %{tl_version} -Provides: tex(gbkheisl31.tfm) = %{tl_version} -Provides: tex(gbkheisl32.tfm) = %{tl_version} -Provides: tex(gbkheisl33.tfm) = %{tl_version} -Provides: tex(gbkheisl34.tfm) = %{tl_version} -Provides: tex(gbkheisl35.tfm) = %{tl_version} -Provides: tex(gbkheisl36.tfm) = %{tl_version} -Provides: tex(gbkheisl37.tfm) = %{tl_version} -Provides: tex(gbkheisl38.tfm) = %{tl_version} -Provides: tex(gbkheisl39.tfm) = %{tl_version} -Provides: tex(gbkheisl40.tfm) = %{tl_version} -Provides: tex(gbkheisl41.tfm) = %{tl_version} -Provides: tex(gbkheisl42.tfm) = %{tl_version} -Provides: tex(gbkheisl43.tfm) = %{tl_version} -Provides: tex(gbkheisl44.tfm) = %{tl_version} -Provides: tex(gbkheisl45.tfm) = %{tl_version} -Provides: tex(gbkheisl46.tfm) = %{tl_version} -Provides: tex(gbkheisl47.tfm) = %{tl_version} -Provides: tex(gbkheisl48.tfm) = %{tl_version} -Provides: tex(gbkheisl49.tfm) = %{tl_version} -Provides: tex(gbkheisl50.tfm) = %{tl_version} -Provides: tex(gbkheisl51.tfm) = %{tl_version} -Provides: tex(gbkheisl52.tfm) = %{tl_version} -Provides: tex(gbkheisl53.tfm) = %{tl_version} -Provides: tex(gbkheisl54.tfm) = %{tl_version} -Provides: tex(gbkheisl55.tfm) = %{tl_version} -Provides: tex(gbkheisl56.tfm) = %{tl_version} -Provides: tex(gbkheisl57.tfm) = %{tl_version} -Provides: tex(gbkheisl58.tfm) = %{tl_version} -Provides: tex(gbkheisl59.tfm) = %{tl_version} -Provides: tex(gbkheisl60.tfm) = %{tl_version} -Provides: tex(gbkheisl61.tfm) = %{tl_version} -Provides: tex(gbkheisl62.tfm) = %{tl_version} -Provides: tex(gbkheisl63.tfm) = %{tl_version} -Provides: tex(gbkheisl64.tfm) = %{tl_version} -Provides: tex(gbkheisl65.tfm) = %{tl_version} -Provides: tex(gbkheisl66.tfm) = %{tl_version} -Provides: tex(gbkheisl67.tfm) = %{tl_version} -Provides: tex(gbkheisl68.tfm) = %{tl_version} -Provides: tex(gbkheisl69.tfm) = %{tl_version} -Provides: tex(gbkheisl70.tfm) = %{tl_version} -Provides: tex(gbkheisl71.tfm) = %{tl_version} -Provides: tex(gbkheisl72.tfm) = %{tl_version} -Provides: tex(gbkheisl73.tfm) = %{tl_version} -Provides: tex(gbkheisl74.tfm) = %{tl_version} -Provides: tex(gbkheisl75.tfm) = %{tl_version} -Provides: tex(gbkheisl76.tfm) = %{tl_version} -Provides: tex(gbkheisl77.tfm) = %{tl_version} -Provides: tex(gbkheisl78.tfm) = %{tl_version} -Provides: tex(gbkheisl79.tfm) = %{tl_version} -Provides: tex(gbkheisl80.tfm) = %{tl_version} -Provides: tex(gbkheisl81.tfm) = %{tl_version} -Provides: tex(gbkheisl82.tfm) = %{tl_version} -Provides: tex(gbkheisl83.tfm) = %{tl_version} -Provides: tex(gbkheisl84.tfm) = %{tl_version} -Provides: tex(gbkheisl85.tfm) = %{tl_version} -Provides: tex(gbkheisl86.tfm) = %{tl_version} -Provides: tex(gbkheisl87.tfm) = %{tl_version} -Provides: tex(gbkheisl88.tfm) = %{tl_version} -Provides: tex(gbkheisl89.tfm) = %{tl_version} -Provides: tex(gbkheisl90.tfm) = %{tl_version} -Provides: tex(gbkheisl91.tfm) = %{tl_version} -Provides: tex(gbkheisl92.tfm) = %{tl_version} -Provides: tex(gbkheisl93.tfm) = %{tl_version} -Provides: tex(gbkheisl94.tfm) = %{tl_version} -Provides: tex(gbkkai00.tfm) = %{tl_version} -Provides: tex(gbkkai01.tfm) = %{tl_version} -Provides: tex(gbkkai02.tfm) = %{tl_version} -Provides: tex(gbkkai03.tfm) = %{tl_version} -Provides: tex(gbkkai04.tfm) = %{tl_version} -Provides: tex(gbkkai05.tfm) = %{tl_version} -Provides: tex(gbkkai06.tfm) = %{tl_version} -Provides: tex(gbkkai07.tfm) = %{tl_version} -Provides: tex(gbkkai08.tfm) = %{tl_version} -Provides: tex(gbkkai09.tfm) = %{tl_version} -Provides: tex(gbkkai10.tfm) = %{tl_version} -Provides: tex(gbkkai11.tfm) = %{tl_version} -Provides: tex(gbkkai12.tfm) = %{tl_version} -Provides: tex(gbkkai13.tfm) = %{tl_version} -Provides: tex(gbkkai14.tfm) = %{tl_version} -Provides: tex(gbkkai15.tfm) = %{tl_version} -Provides: tex(gbkkai16.tfm) = %{tl_version} -Provides: tex(gbkkai17.tfm) = %{tl_version} -Provides: tex(gbkkai18.tfm) = %{tl_version} -Provides: tex(gbkkai19.tfm) = %{tl_version} -Provides: tex(gbkkai20.tfm) = %{tl_version} -Provides: tex(gbkkai21.tfm) = %{tl_version} -Provides: tex(gbkkai22.tfm) = %{tl_version} -Provides: tex(gbkkai23.tfm) = %{tl_version} -Provides: tex(gbkkai24.tfm) = %{tl_version} -Provides: tex(gbkkai25.tfm) = %{tl_version} -Provides: tex(gbkkai26.tfm) = %{tl_version} -Provides: tex(gbkkai27.tfm) = %{tl_version} -Provides: tex(gbkkai28.tfm) = %{tl_version} -Provides: tex(gbkkai29.tfm) = %{tl_version} -Provides: tex(gbkkai30.tfm) = %{tl_version} -Provides: tex(gbkkai31.tfm) = %{tl_version} -Provides: tex(gbkkai32.tfm) = %{tl_version} -Provides: tex(gbkkai33.tfm) = %{tl_version} -Provides: tex(gbkkai34.tfm) = %{tl_version} -Provides: tex(gbkkai35.tfm) = %{tl_version} -Provides: tex(gbkkai36.tfm) = %{tl_version} -Provides: tex(gbkkai37.tfm) = %{tl_version} -Provides: tex(gbkkai38.tfm) = %{tl_version} -Provides: tex(gbkkai39.tfm) = %{tl_version} -Provides: tex(gbkkai40.tfm) = %{tl_version} -Provides: tex(gbkkai41.tfm) = %{tl_version} -Provides: tex(gbkkai42.tfm) = %{tl_version} -Provides: tex(gbkkai43.tfm) = %{tl_version} -Provides: tex(gbkkai44.tfm) = %{tl_version} -Provides: tex(gbkkai45.tfm) = %{tl_version} -Provides: tex(gbkkai46.tfm) = %{tl_version} -Provides: tex(gbkkai47.tfm) = %{tl_version} -Provides: tex(gbkkai48.tfm) = %{tl_version} -Provides: tex(gbkkai49.tfm) = %{tl_version} -Provides: tex(gbkkai50.tfm) = %{tl_version} -Provides: tex(gbkkai51.tfm) = %{tl_version} -Provides: tex(gbkkai52.tfm) = %{tl_version} -Provides: tex(gbkkai53.tfm) = %{tl_version} -Provides: tex(gbkkai54.tfm) = %{tl_version} -Provides: tex(gbkkai55.tfm) = %{tl_version} -Provides: tex(gbkkai56.tfm) = %{tl_version} -Provides: tex(gbkkai57.tfm) = %{tl_version} -Provides: tex(gbkkai58.tfm) = %{tl_version} -Provides: tex(gbkkai59.tfm) = %{tl_version} -Provides: tex(gbkkai60.tfm) = %{tl_version} -Provides: tex(gbkkai61.tfm) = %{tl_version} -Provides: tex(gbkkai62.tfm) = %{tl_version} -Provides: tex(gbkkai63.tfm) = %{tl_version} -Provides: tex(gbkkai64.tfm) = %{tl_version} -Provides: tex(gbkkai65.tfm) = %{tl_version} -Provides: tex(gbkkai66.tfm) = %{tl_version} -Provides: tex(gbkkai67.tfm) = %{tl_version} -Provides: tex(gbkkai68.tfm) = %{tl_version} -Provides: tex(gbkkai69.tfm) = %{tl_version} -Provides: tex(gbkkai70.tfm) = %{tl_version} -Provides: tex(gbkkai71.tfm) = %{tl_version} -Provides: tex(gbkkai72.tfm) = %{tl_version} -Provides: tex(gbkkai73.tfm) = %{tl_version} -Provides: tex(gbkkai74.tfm) = %{tl_version} -Provides: tex(gbkkai75.tfm) = %{tl_version} -Provides: tex(gbkkai76.tfm) = %{tl_version} -Provides: tex(gbkkai77.tfm) = %{tl_version} -Provides: tex(gbkkai78.tfm) = %{tl_version} -Provides: tex(gbkkai79.tfm) = %{tl_version} -Provides: tex(gbkkai80.tfm) = %{tl_version} -Provides: tex(gbkkai81.tfm) = %{tl_version} -Provides: tex(gbkkai82.tfm) = %{tl_version} -Provides: tex(gbkkai83.tfm) = %{tl_version} -Provides: tex(gbkkai84.tfm) = %{tl_version} -Provides: tex(gbkkai85.tfm) = %{tl_version} -Provides: tex(gbkkai86.tfm) = %{tl_version} -Provides: tex(gbkkai87.tfm) = %{tl_version} -Provides: tex(gbkkai88.tfm) = %{tl_version} -Provides: tex(gbkkai89.tfm) = %{tl_version} -Provides: tex(gbkkai90.tfm) = %{tl_version} -Provides: tex(gbkkai91.tfm) = %{tl_version} -Provides: tex(gbkkai92.tfm) = %{tl_version} -Provides: tex(gbkkai93.tfm) = %{tl_version} -Provides: tex(gbkkai94.tfm) = %{tl_version} -Provides: tex(gbkkaisl00.tfm) = %{tl_version} -Provides: tex(gbkkaisl01.tfm) = %{tl_version} -Provides: tex(gbkkaisl02.tfm) = %{tl_version} -Provides: tex(gbkkaisl03.tfm) = %{tl_version} -Provides: tex(gbkkaisl04.tfm) = %{tl_version} -Provides: tex(gbkkaisl05.tfm) = %{tl_version} -Provides: tex(gbkkaisl06.tfm) = %{tl_version} -Provides: tex(gbkkaisl07.tfm) = %{tl_version} -Provides: tex(gbkkaisl08.tfm) = %{tl_version} -Provides: tex(gbkkaisl09.tfm) = %{tl_version} -Provides: tex(gbkkaisl10.tfm) = %{tl_version} -Provides: tex(gbkkaisl11.tfm) = %{tl_version} -Provides: tex(gbkkaisl12.tfm) = %{tl_version} -Provides: tex(gbkkaisl13.tfm) = %{tl_version} -Provides: tex(gbkkaisl14.tfm) = %{tl_version} -Provides: tex(gbkkaisl15.tfm) = %{tl_version} -Provides: tex(gbkkaisl16.tfm) = %{tl_version} -Provides: tex(gbkkaisl17.tfm) = %{tl_version} -Provides: tex(gbkkaisl18.tfm) = %{tl_version} -Provides: tex(gbkkaisl19.tfm) = %{tl_version} -Provides: tex(gbkkaisl20.tfm) = %{tl_version} -Provides: tex(gbkkaisl21.tfm) = %{tl_version} -Provides: tex(gbkkaisl22.tfm) = %{tl_version} -Provides: tex(gbkkaisl23.tfm) = %{tl_version} -Provides: tex(gbkkaisl24.tfm) = %{tl_version} -Provides: tex(gbkkaisl25.tfm) = %{tl_version} -Provides: tex(gbkkaisl26.tfm) = %{tl_version} -Provides: tex(gbkkaisl27.tfm) = %{tl_version} -Provides: tex(gbkkaisl28.tfm) = %{tl_version} -Provides: tex(gbkkaisl29.tfm) = %{tl_version} -Provides: tex(gbkkaisl30.tfm) = %{tl_version} -Provides: tex(gbkkaisl31.tfm) = %{tl_version} -Provides: tex(gbkkaisl32.tfm) = %{tl_version} -Provides: tex(gbkkaisl33.tfm) = %{tl_version} -Provides: tex(gbkkaisl34.tfm) = %{tl_version} -Provides: tex(gbkkaisl35.tfm) = %{tl_version} -Provides: tex(gbkkaisl36.tfm) = %{tl_version} -Provides: tex(gbkkaisl37.tfm) = %{tl_version} -Provides: tex(gbkkaisl38.tfm) = %{tl_version} -Provides: tex(gbkkaisl39.tfm) = %{tl_version} -Provides: tex(gbkkaisl40.tfm) = %{tl_version} -Provides: tex(gbkkaisl41.tfm) = %{tl_version} -Provides: tex(gbkkaisl42.tfm) = %{tl_version} -Provides: tex(gbkkaisl43.tfm) = %{tl_version} -Provides: tex(gbkkaisl44.tfm) = %{tl_version} -Provides: tex(gbkkaisl45.tfm) = %{tl_version} -Provides: tex(gbkkaisl46.tfm) = %{tl_version} -Provides: tex(gbkkaisl47.tfm) = %{tl_version} -Provides: tex(gbkkaisl48.tfm) = %{tl_version} -Provides: tex(gbkkaisl49.tfm) = %{tl_version} -Provides: tex(gbkkaisl50.tfm) = %{tl_version} -Provides: tex(gbkkaisl51.tfm) = %{tl_version} -Provides: tex(gbkkaisl52.tfm) = %{tl_version} -Provides: tex(gbkkaisl53.tfm) = %{tl_version} -Provides: tex(gbkkaisl54.tfm) = %{tl_version} -Provides: tex(gbkkaisl55.tfm) = %{tl_version} -Provides: tex(gbkkaisl56.tfm) = %{tl_version} -Provides: tex(gbkkaisl57.tfm) = %{tl_version} -Provides: tex(gbkkaisl58.tfm) = %{tl_version} -Provides: tex(gbkkaisl59.tfm) = %{tl_version} -Provides: tex(gbkkaisl60.tfm) = %{tl_version} -Provides: tex(gbkkaisl61.tfm) = %{tl_version} -Provides: tex(gbkkaisl62.tfm) = %{tl_version} -Provides: tex(gbkkaisl63.tfm) = %{tl_version} -Provides: tex(gbkkaisl64.tfm) = %{tl_version} -Provides: tex(gbkkaisl65.tfm) = %{tl_version} -Provides: tex(gbkkaisl66.tfm) = %{tl_version} -Provides: tex(gbkkaisl67.tfm) = %{tl_version} -Provides: tex(gbkkaisl68.tfm) = %{tl_version} -Provides: tex(gbkkaisl69.tfm) = %{tl_version} -Provides: tex(gbkkaisl70.tfm) = %{tl_version} -Provides: tex(gbkkaisl71.tfm) = %{tl_version} -Provides: tex(gbkkaisl72.tfm) = %{tl_version} -Provides: tex(gbkkaisl73.tfm) = %{tl_version} -Provides: tex(gbkkaisl74.tfm) = %{tl_version} -Provides: tex(gbkkaisl75.tfm) = %{tl_version} -Provides: tex(gbkkaisl76.tfm) = %{tl_version} -Provides: tex(gbkkaisl77.tfm) = %{tl_version} -Provides: tex(gbkkaisl78.tfm) = %{tl_version} -Provides: tex(gbkkaisl79.tfm) = %{tl_version} -Provides: tex(gbkkaisl80.tfm) = %{tl_version} -Provides: tex(gbkkaisl81.tfm) = %{tl_version} -Provides: tex(gbkkaisl82.tfm) = %{tl_version} -Provides: tex(gbkkaisl83.tfm) = %{tl_version} -Provides: tex(gbkkaisl84.tfm) = %{tl_version} -Provides: tex(gbkkaisl85.tfm) = %{tl_version} -Provides: tex(gbkkaisl86.tfm) = %{tl_version} -Provides: tex(gbkkaisl87.tfm) = %{tl_version} -Provides: tex(gbkkaisl88.tfm) = %{tl_version} -Provides: tex(gbkkaisl89.tfm) = %{tl_version} -Provides: tex(gbkkaisl90.tfm) = %{tl_version} -Provides: tex(gbkkaisl91.tfm) = %{tl_version} -Provides: tex(gbkkaisl92.tfm) = %{tl_version} -Provides: tex(gbkkaisl93.tfm) = %{tl_version} -Provides: tex(gbkkaisl94.tfm) = %{tl_version} -Provides: tex(gbkli00.tfm) = %{tl_version} -Provides: tex(gbkli01.tfm) = %{tl_version} -Provides: tex(gbkli02.tfm) = %{tl_version} -Provides: tex(gbkli03.tfm) = %{tl_version} -Provides: tex(gbkli04.tfm) = %{tl_version} -Provides: tex(gbkli05.tfm) = %{tl_version} -Provides: tex(gbkli06.tfm) = %{tl_version} -Provides: tex(gbkli07.tfm) = %{tl_version} -Provides: tex(gbkli08.tfm) = %{tl_version} -Provides: tex(gbkli09.tfm) = %{tl_version} -Provides: tex(gbkli10.tfm) = %{tl_version} -Provides: tex(gbkli11.tfm) = %{tl_version} -Provides: tex(gbkli12.tfm) = %{tl_version} -Provides: tex(gbkli13.tfm) = %{tl_version} -Provides: tex(gbkli14.tfm) = %{tl_version} -Provides: tex(gbkli15.tfm) = %{tl_version} -Provides: tex(gbkli16.tfm) = %{tl_version} -Provides: tex(gbkli17.tfm) = %{tl_version} -Provides: tex(gbkli18.tfm) = %{tl_version} -Provides: tex(gbkli19.tfm) = %{tl_version} -Provides: tex(gbkli20.tfm) = %{tl_version} -Provides: tex(gbkli21.tfm) = %{tl_version} -Provides: tex(gbkli22.tfm) = %{tl_version} -Provides: tex(gbkli23.tfm) = %{tl_version} -Provides: tex(gbkli24.tfm) = %{tl_version} -Provides: tex(gbkli25.tfm) = %{tl_version} -Provides: tex(gbkli26.tfm) = %{tl_version} -Provides: tex(gbkli27.tfm) = %{tl_version} -Provides: tex(gbkli28.tfm) = %{tl_version} -Provides: tex(gbkli29.tfm) = %{tl_version} -Provides: tex(gbkli30.tfm) = %{tl_version} -Provides: tex(gbkli31.tfm) = %{tl_version} -Provides: tex(gbkli32.tfm) = %{tl_version} -Provides: tex(gbkli33.tfm) = %{tl_version} -Provides: tex(gbkli34.tfm) = %{tl_version} -Provides: tex(gbkli35.tfm) = %{tl_version} -Provides: tex(gbkli36.tfm) = %{tl_version} -Provides: tex(gbkli37.tfm) = %{tl_version} -Provides: tex(gbkli38.tfm) = %{tl_version} -Provides: tex(gbkli39.tfm) = %{tl_version} -Provides: tex(gbkli40.tfm) = %{tl_version} -Provides: tex(gbkli41.tfm) = %{tl_version} -Provides: tex(gbkli42.tfm) = %{tl_version} -Provides: tex(gbkli43.tfm) = %{tl_version} -Provides: tex(gbkli44.tfm) = %{tl_version} -Provides: tex(gbkli45.tfm) = %{tl_version} -Provides: tex(gbkli46.tfm) = %{tl_version} -Provides: tex(gbkli47.tfm) = %{tl_version} -Provides: tex(gbkli48.tfm) = %{tl_version} -Provides: tex(gbkli49.tfm) = %{tl_version} -Provides: tex(gbkli50.tfm) = %{tl_version} -Provides: tex(gbkli51.tfm) = %{tl_version} -Provides: tex(gbkli52.tfm) = %{tl_version} -Provides: tex(gbkli53.tfm) = %{tl_version} -Provides: tex(gbkli54.tfm) = %{tl_version} -Provides: tex(gbkli55.tfm) = %{tl_version} -Provides: tex(gbkli56.tfm) = %{tl_version} -Provides: tex(gbkli57.tfm) = %{tl_version} -Provides: tex(gbkli58.tfm) = %{tl_version} -Provides: tex(gbkli59.tfm) = %{tl_version} -Provides: tex(gbkli60.tfm) = %{tl_version} -Provides: tex(gbkli61.tfm) = %{tl_version} -Provides: tex(gbkli62.tfm) = %{tl_version} -Provides: tex(gbkli63.tfm) = %{tl_version} -Provides: tex(gbkli64.tfm) = %{tl_version} -Provides: tex(gbkli65.tfm) = %{tl_version} -Provides: tex(gbkli66.tfm) = %{tl_version} -Provides: tex(gbkli67.tfm) = %{tl_version} -Provides: tex(gbkli68.tfm) = %{tl_version} -Provides: tex(gbkli69.tfm) = %{tl_version} -Provides: tex(gbkli70.tfm) = %{tl_version} -Provides: tex(gbkli71.tfm) = %{tl_version} -Provides: tex(gbkli72.tfm) = %{tl_version} -Provides: tex(gbkli73.tfm) = %{tl_version} -Provides: tex(gbkli74.tfm) = %{tl_version} -Provides: tex(gbkli75.tfm) = %{tl_version} -Provides: tex(gbkli76.tfm) = %{tl_version} -Provides: tex(gbkli77.tfm) = %{tl_version} -Provides: tex(gbkli78.tfm) = %{tl_version} -Provides: tex(gbkli79.tfm) = %{tl_version} -Provides: tex(gbkli80.tfm) = %{tl_version} -Provides: tex(gbkli81.tfm) = %{tl_version} -Provides: tex(gbkli82.tfm) = %{tl_version} -Provides: tex(gbkli83.tfm) = %{tl_version} -Provides: tex(gbkli84.tfm) = %{tl_version} -Provides: tex(gbkli85.tfm) = %{tl_version} -Provides: tex(gbkli86.tfm) = %{tl_version} -Provides: tex(gbkli87.tfm) = %{tl_version} -Provides: tex(gbkli88.tfm) = %{tl_version} -Provides: tex(gbkli89.tfm) = %{tl_version} -Provides: tex(gbkli90.tfm) = %{tl_version} -Provides: tex(gbkli91.tfm) = %{tl_version} -Provides: tex(gbkli92.tfm) = %{tl_version} -Provides: tex(gbkli93.tfm) = %{tl_version} -Provides: tex(gbkli94.tfm) = %{tl_version} -Provides: tex(gbklisl00.tfm) = %{tl_version} -Provides: tex(gbklisl01.tfm) = %{tl_version} -Provides: tex(gbklisl02.tfm) = %{tl_version} -Provides: tex(gbklisl03.tfm) = %{tl_version} -Provides: tex(gbklisl04.tfm) = %{tl_version} -Provides: tex(gbklisl05.tfm) = %{tl_version} -Provides: tex(gbklisl06.tfm) = %{tl_version} -Provides: tex(gbklisl07.tfm) = %{tl_version} -Provides: tex(gbklisl08.tfm) = %{tl_version} -Provides: tex(gbklisl09.tfm) = %{tl_version} -Provides: tex(gbklisl10.tfm) = %{tl_version} -Provides: tex(gbklisl11.tfm) = %{tl_version} -Provides: tex(gbklisl12.tfm) = %{tl_version} -Provides: tex(gbklisl13.tfm) = %{tl_version} -Provides: tex(gbklisl14.tfm) = %{tl_version} -Provides: tex(gbklisl15.tfm) = %{tl_version} -Provides: tex(gbklisl16.tfm) = %{tl_version} -Provides: tex(gbklisl17.tfm) = %{tl_version} -Provides: tex(gbklisl18.tfm) = %{tl_version} -Provides: tex(gbklisl19.tfm) = %{tl_version} -Provides: tex(gbklisl20.tfm) = %{tl_version} -Provides: tex(gbklisl21.tfm) = %{tl_version} -Provides: tex(gbklisl22.tfm) = %{tl_version} -Provides: tex(gbklisl23.tfm) = %{tl_version} -Provides: tex(gbklisl24.tfm) = %{tl_version} -Provides: tex(gbklisl25.tfm) = %{tl_version} -Provides: tex(gbklisl26.tfm) = %{tl_version} -Provides: tex(gbklisl27.tfm) = %{tl_version} -Provides: tex(gbklisl28.tfm) = %{tl_version} -Provides: tex(gbklisl29.tfm) = %{tl_version} -Provides: tex(gbklisl30.tfm) = %{tl_version} -Provides: tex(gbklisl31.tfm) = %{tl_version} -Provides: tex(gbklisl32.tfm) = %{tl_version} -Provides: tex(gbklisl33.tfm) = %{tl_version} -Provides: tex(gbklisl34.tfm) = %{tl_version} -Provides: tex(gbklisl35.tfm) = %{tl_version} -Provides: tex(gbklisl36.tfm) = %{tl_version} -Provides: tex(gbklisl37.tfm) = %{tl_version} -Provides: tex(gbklisl38.tfm) = %{tl_version} -Provides: tex(gbklisl39.tfm) = %{tl_version} -Provides: tex(gbklisl40.tfm) = %{tl_version} -Provides: tex(gbklisl41.tfm) = %{tl_version} -Provides: tex(gbklisl42.tfm) = %{tl_version} -Provides: tex(gbklisl43.tfm) = %{tl_version} -Provides: tex(gbklisl44.tfm) = %{tl_version} -Provides: tex(gbklisl45.tfm) = %{tl_version} -Provides: tex(gbklisl46.tfm) = %{tl_version} -Provides: tex(gbklisl47.tfm) = %{tl_version} -Provides: tex(gbklisl48.tfm) = %{tl_version} -Provides: tex(gbklisl49.tfm) = %{tl_version} -Provides: tex(gbklisl50.tfm) = %{tl_version} -Provides: tex(gbklisl51.tfm) = %{tl_version} -Provides: tex(gbklisl52.tfm) = %{tl_version} -Provides: tex(gbklisl53.tfm) = %{tl_version} -Provides: tex(gbklisl54.tfm) = %{tl_version} -Provides: tex(gbklisl55.tfm) = %{tl_version} -Provides: tex(gbklisl56.tfm) = %{tl_version} -Provides: tex(gbklisl57.tfm) = %{tl_version} -Provides: tex(gbklisl58.tfm) = %{tl_version} -Provides: tex(gbklisl59.tfm) = %{tl_version} -Provides: tex(gbklisl60.tfm) = %{tl_version} -Provides: tex(gbklisl61.tfm) = %{tl_version} -Provides: tex(gbklisl62.tfm) = %{tl_version} -Provides: tex(gbklisl63.tfm) = %{tl_version} -Provides: tex(gbklisl64.tfm) = %{tl_version} -Provides: tex(gbklisl65.tfm) = %{tl_version} -Provides: tex(gbklisl66.tfm) = %{tl_version} -Provides: tex(gbklisl67.tfm) = %{tl_version} -Provides: tex(gbklisl68.tfm) = %{tl_version} -Provides: tex(gbklisl69.tfm) = %{tl_version} -Provides: tex(gbklisl70.tfm) = %{tl_version} -Provides: tex(gbklisl71.tfm) = %{tl_version} -Provides: tex(gbklisl72.tfm) = %{tl_version} -Provides: tex(gbklisl73.tfm) = %{tl_version} -Provides: tex(gbklisl74.tfm) = %{tl_version} -Provides: tex(gbklisl75.tfm) = %{tl_version} -Provides: tex(gbklisl76.tfm) = %{tl_version} -Provides: tex(gbklisl77.tfm) = %{tl_version} -Provides: tex(gbklisl78.tfm) = %{tl_version} -Provides: tex(gbklisl79.tfm) = %{tl_version} -Provides: tex(gbklisl80.tfm) = %{tl_version} -Provides: tex(gbklisl81.tfm) = %{tl_version} -Provides: tex(gbklisl82.tfm) = %{tl_version} -Provides: tex(gbklisl83.tfm) = %{tl_version} -Provides: tex(gbklisl84.tfm) = %{tl_version} -Provides: tex(gbklisl85.tfm) = %{tl_version} -Provides: tex(gbklisl86.tfm) = %{tl_version} -Provides: tex(gbklisl87.tfm) = %{tl_version} -Provides: tex(gbklisl88.tfm) = %{tl_version} -Provides: tex(gbklisl89.tfm) = %{tl_version} -Provides: tex(gbklisl90.tfm) = %{tl_version} -Provides: tex(gbklisl91.tfm) = %{tl_version} -Provides: tex(gbklisl92.tfm) = %{tl_version} -Provides: tex(gbklisl93.tfm) = %{tl_version} -Provides: tex(gbklisl94.tfm) = %{tl_version} -Provides: tex(gbksong00.tfm) = %{tl_version} -Provides: tex(gbksong01.tfm) = %{tl_version} -Provides: tex(gbksong02.tfm) = %{tl_version} -Provides: tex(gbksong03.tfm) = %{tl_version} -Provides: tex(gbksong04.tfm) = %{tl_version} -Provides: tex(gbksong05.tfm) = %{tl_version} -Provides: tex(gbksong06.tfm) = %{tl_version} -Provides: tex(gbksong07.tfm) = %{tl_version} -Provides: tex(gbksong08.tfm) = %{tl_version} -Provides: tex(gbksong09.tfm) = %{tl_version} -Provides: tex(gbksong10.tfm) = %{tl_version} -Provides: tex(gbksong11.tfm) = %{tl_version} -Provides: tex(gbksong12.tfm) = %{tl_version} -Provides: tex(gbksong13.tfm) = %{tl_version} -Provides: tex(gbksong14.tfm) = %{tl_version} -Provides: tex(gbksong15.tfm) = %{tl_version} -Provides: tex(gbksong16.tfm) = %{tl_version} -Provides: tex(gbksong17.tfm) = %{tl_version} -Provides: tex(gbksong18.tfm) = %{tl_version} -Provides: tex(gbksong19.tfm) = %{tl_version} -Provides: tex(gbksong20.tfm) = %{tl_version} -Provides: tex(gbksong21.tfm) = %{tl_version} -Provides: tex(gbksong22.tfm) = %{tl_version} -Provides: tex(gbksong23.tfm) = %{tl_version} -Provides: tex(gbksong24.tfm) = %{tl_version} -Provides: tex(gbksong25.tfm) = %{tl_version} -Provides: tex(gbksong26.tfm) = %{tl_version} -Provides: tex(gbksong27.tfm) = %{tl_version} -Provides: tex(gbksong28.tfm) = %{tl_version} -Provides: tex(gbksong29.tfm) = %{tl_version} -Provides: tex(gbksong30.tfm) = %{tl_version} -Provides: tex(gbksong31.tfm) = %{tl_version} -Provides: tex(gbksong32.tfm) = %{tl_version} -Provides: tex(gbksong33.tfm) = %{tl_version} -Provides: tex(gbksong34.tfm) = %{tl_version} -Provides: tex(gbksong35.tfm) = %{tl_version} -Provides: tex(gbksong36.tfm) = %{tl_version} -Provides: tex(gbksong37.tfm) = %{tl_version} -Provides: tex(gbksong38.tfm) = %{tl_version} -Provides: tex(gbksong39.tfm) = %{tl_version} -Provides: tex(gbksong40.tfm) = %{tl_version} -Provides: tex(gbksong41.tfm) = %{tl_version} -Provides: tex(gbksong42.tfm) = %{tl_version} -Provides: tex(gbksong43.tfm) = %{tl_version} -Provides: tex(gbksong44.tfm) = %{tl_version} -Provides: tex(gbksong45.tfm) = %{tl_version} -Provides: tex(gbksong46.tfm) = %{tl_version} -Provides: tex(gbksong47.tfm) = %{tl_version} -Provides: tex(gbksong48.tfm) = %{tl_version} -Provides: tex(gbksong49.tfm) = %{tl_version} -Provides: tex(gbksong50.tfm) = %{tl_version} -Provides: tex(gbksong51.tfm) = %{tl_version} -Provides: tex(gbksong52.tfm) = %{tl_version} -Provides: tex(gbksong53.tfm) = %{tl_version} -Provides: tex(gbksong54.tfm) = %{tl_version} -Provides: tex(gbksong55.tfm) = %{tl_version} -Provides: tex(gbksong56.tfm) = %{tl_version} -Provides: tex(gbksong57.tfm) = %{tl_version} -Provides: tex(gbksong58.tfm) = %{tl_version} -Provides: tex(gbksong59.tfm) = %{tl_version} -Provides: tex(gbksong60.tfm) = %{tl_version} -Provides: tex(gbksong61.tfm) = %{tl_version} -Provides: tex(gbksong62.tfm) = %{tl_version} -Provides: tex(gbksong63.tfm) = %{tl_version} -Provides: tex(gbksong64.tfm) = %{tl_version} -Provides: tex(gbksong65.tfm) = %{tl_version} -Provides: tex(gbksong66.tfm) = %{tl_version} -Provides: tex(gbksong67.tfm) = %{tl_version} -Provides: tex(gbksong68.tfm) = %{tl_version} -Provides: tex(gbksong69.tfm) = %{tl_version} -Provides: tex(gbksong70.tfm) = %{tl_version} -Provides: tex(gbksong71.tfm) = %{tl_version} -Provides: tex(gbksong72.tfm) = %{tl_version} -Provides: tex(gbksong73.tfm) = %{tl_version} -Provides: tex(gbksong74.tfm) = %{tl_version} -Provides: tex(gbksong75.tfm) = %{tl_version} -Provides: tex(gbksong76.tfm) = %{tl_version} -Provides: tex(gbksong77.tfm) = %{tl_version} -Provides: tex(gbksong78.tfm) = %{tl_version} -Provides: tex(gbksong79.tfm) = %{tl_version} -Provides: tex(gbksong80.tfm) = %{tl_version} -Provides: tex(gbksong81.tfm) = %{tl_version} -Provides: tex(gbksong82.tfm) = %{tl_version} -Provides: tex(gbksong83.tfm) = %{tl_version} -Provides: tex(gbksong84.tfm) = %{tl_version} -Provides: tex(gbksong85.tfm) = %{tl_version} -Provides: tex(gbksong86.tfm) = %{tl_version} -Provides: tex(gbksong87.tfm) = %{tl_version} -Provides: tex(gbksong88.tfm) = %{tl_version} -Provides: tex(gbksong89.tfm) = %{tl_version} -Provides: tex(gbksong90.tfm) = %{tl_version} -Provides: tex(gbksong91.tfm) = %{tl_version} -Provides: tex(gbksong92.tfm) = %{tl_version} -Provides: tex(gbksong93.tfm) = %{tl_version} -Provides: tex(gbksong94.tfm) = %{tl_version} -Provides: tex(gbksongsl00.tfm) = %{tl_version} -Provides: tex(gbksongsl01.tfm) = %{tl_version} -Provides: tex(gbksongsl02.tfm) = %{tl_version} -Provides: tex(gbksongsl03.tfm) = %{tl_version} -Provides: tex(gbksongsl04.tfm) = %{tl_version} -Provides: tex(gbksongsl05.tfm) = %{tl_version} -Provides: tex(gbksongsl06.tfm) = %{tl_version} -Provides: tex(gbksongsl07.tfm) = %{tl_version} -Provides: tex(gbksongsl08.tfm) = %{tl_version} -Provides: tex(gbksongsl09.tfm) = %{tl_version} -Provides: tex(gbksongsl10.tfm) = %{tl_version} -Provides: tex(gbksongsl11.tfm) = %{tl_version} -Provides: tex(gbksongsl12.tfm) = %{tl_version} -Provides: tex(gbksongsl13.tfm) = %{tl_version} -Provides: tex(gbksongsl14.tfm) = %{tl_version} -Provides: tex(gbksongsl15.tfm) = %{tl_version} -Provides: tex(gbksongsl16.tfm) = %{tl_version} -Provides: tex(gbksongsl17.tfm) = %{tl_version} -Provides: tex(gbksongsl18.tfm) = %{tl_version} -Provides: tex(gbksongsl19.tfm) = %{tl_version} -Provides: tex(gbksongsl20.tfm) = %{tl_version} -Provides: tex(gbksongsl21.tfm) = %{tl_version} -Provides: tex(gbksongsl22.tfm) = %{tl_version} -Provides: tex(gbksongsl23.tfm) = %{tl_version} -Provides: tex(gbksongsl24.tfm) = %{tl_version} -Provides: tex(gbksongsl25.tfm) = %{tl_version} -Provides: tex(gbksongsl26.tfm) = %{tl_version} -Provides: tex(gbksongsl27.tfm) = %{tl_version} -Provides: tex(gbksongsl28.tfm) = %{tl_version} -Provides: tex(gbksongsl29.tfm) = %{tl_version} -Provides: tex(gbksongsl30.tfm) = %{tl_version} -Provides: tex(gbksongsl31.tfm) = %{tl_version} -Provides: tex(gbksongsl32.tfm) = %{tl_version} -Provides: tex(gbksongsl33.tfm) = %{tl_version} -Provides: tex(gbksongsl34.tfm) = %{tl_version} -Provides: tex(gbksongsl35.tfm) = %{tl_version} -Provides: tex(gbksongsl36.tfm) = %{tl_version} -Provides: tex(gbksongsl37.tfm) = %{tl_version} -Provides: tex(gbksongsl38.tfm) = %{tl_version} -Provides: tex(gbksongsl39.tfm) = %{tl_version} -Provides: tex(gbksongsl40.tfm) = %{tl_version} -Provides: tex(gbksongsl41.tfm) = %{tl_version} -Provides: tex(gbksongsl42.tfm) = %{tl_version} -Provides: tex(gbksongsl43.tfm) = %{tl_version} -Provides: tex(gbksongsl44.tfm) = %{tl_version} -Provides: tex(gbksongsl45.tfm) = %{tl_version} -Provides: tex(gbksongsl46.tfm) = %{tl_version} -Provides: tex(gbksongsl47.tfm) = %{tl_version} -Provides: tex(gbksongsl48.tfm) = %{tl_version} -Provides: tex(gbksongsl49.tfm) = %{tl_version} -Provides: tex(gbksongsl50.tfm) = %{tl_version} -Provides: tex(gbksongsl51.tfm) = %{tl_version} -Provides: tex(gbksongsl52.tfm) = %{tl_version} -Provides: tex(gbksongsl53.tfm) = %{tl_version} -Provides: tex(gbksongsl54.tfm) = %{tl_version} -Provides: tex(gbksongsl55.tfm) = %{tl_version} -Provides: tex(gbksongsl56.tfm) = %{tl_version} -Provides: tex(gbksongsl57.tfm) = %{tl_version} -Provides: tex(gbksongsl58.tfm) = %{tl_version} -Provides: tex(gbksongsl59.tfm) = %{tl_version} -Provides: tex(gbksongsl60.tfm) = %{tl_version} -Provides: tex(gbksongsl61.tfm) = %{tl_version} -Provides: tex(gbksongsl62.tfm) = %{tl_version} -Provides: tex(gbksongsl63.tfm) = %{tl_version} -Provides: tex(gbksongsl64.tfm) = %{tl_version} -Provides: tex(gbksongsl65.tfm) = %{tl_version} -Provides: tex(gbksongsl66.tfm) = %{tl_version} -Provides: tex(gbksongsl67.tfm) = %{tl_version} -Provides: tex(gbksongsl68.tfm) = %{tl_version} -Provides: tex(gbksongsl69.tfm) = %{tl_version} -Provides: tex(gbksongsl70.tfm) = %{tl_version} -Provides: tex(gbksongsl71.tfm) = %{tl_version} -Provides: tex(gbksongsl72.tfm) = %{tl_version} -Provides: tex(gbksongsl73.tfm) = %{tl_version} -Provides: tex(gbksongsl74.tfm) = %{tl_version} -Provides: tex(gbksongsl75.tfm) = %{tl_version} -Provides: tex(gbksongsl76.tfm) = %{tl_version} -Provides: tex(gbksongsl77.tfm) = %{tl_version} -Provides: tex(gbksongsl78.tfm) = %{tl_version} -Provides: tex(gbksongsl79.tfm) = %{tl_version} -Provides: tex(gbksongsl80.tfm) = %{tl_version} -Provides: tex(gbksongsl81.tfm) = %{tl_version} -Provides: tex(gbksongsl82.tfm) = %{tl_version} -Provides: tex(gbksongsl83.tfm) = %{tl_version} -Provides: tex(gbksongsl84.tfm) = %{tl_version} -Provides: tex(gbksongsl85.tfm) = %{tl_version} -Provides: tex(gbksongsl86.tfm) = %{tl_version} -Provides: tex(gbksongsl87.tfm) = %{tl_version} -Provides: tex(gbksongsl88.tfm) = %{tl_version} -Provides: tex(gbksongsl89.tfm) = %{tl_version} -Provides: tex(gbksongsl90.tfm) = %{tl_version} -Provides: tex(gbksongsl91.tfm) = %{tl_version} -Provides: tex(gbksongsl92.tfm) = %{tl_version} -Provides: tex(gbksongsl93.tfm) = %{tl_version} -Provides: tex(gbksongsl94.tfm) = %{tl_version} -Provides: tex(gbkyou00.tfm) = %{tl_version} -Provides: tex(gbkyou01.tfm) = %{tl_version} -Provides: tex(gbkyou02.tfm) = %{tl_version} -Provides: tex(gbkyou03.tfm) = %{tl_version} -Provides: tex(gbkyou04.tfm) = %{tl_version} -Provides: tex(gbkyou05.tfm) = %{tl_version} -Provides: tex(gbkyou06.tfm) = %{tl_version} -Provides: tex(gbkyou07.tfm) = %{tl_version} -Provides: tex(gbkyou08.tfm) = %{tl_version} -Provides: tex(gbkyou09.tfm) = %{tl_version} -Provides: tex(gbkyou10.tfm) = %{tl_version} -Provides: tex(gbkyou11.tfm) = %{tl_version} -Provides: tex(gbkyou12.tfm) = %{tl_version} -Provides: tex(gbkyou13.tfm) = %{tl_version} -Provides: tex(gbkyou14.tfm) = %{tl_version} -Provides: tex(gbkyou15.tfm) = %{tl_version} -Provides: tex(gbkyou16.tfm) = %{tl_version} -Provides: tex(gbkyou17.tfm) = %{tl_version} -Provides: tex(gbkyou18.tfm) = %{tl_version} -Provides: tex(gbkyou19.tfm) = %{tl_version} -Provides: tex(gbkyou20.tfm) = %{tl_version} -Provides: tex(gbkyou21.tfm) = %{tl_version} -Provides: tex(gbkyou22.tfm) = %{tl_version} -Provides: tex(gbkyou23.tfm) = %{tl_version} -Provides: tex(gbkyou24.tfm) = %{tl_version} -Provides: tex(gbkyou25.tfm) = %{tl_version} -Provides: tex(gbkyou26.tfm) = %{tl_version} -Provides: tex(gbkyou27.tfm) = %{tl_version} -Provides: tex(gbkyou28.tfm) = %{tl_version} -Provides: tex(gbkyou29.tfm) = %{tl_version} -Provides: tex(gbkyou30.tfm) = %{tl_version} -Provides: tex(gbkyou31.tfm) = %{tl_version} -Provides: tex(gbkyou32.tfm) = %{tl_version} -Provides: tex(gbkyou33.tfm) = %{tl_version} -Provides: tex(gbkyou34.tfm) = %{tl_version} -Provides: tex(gbkyou35.tfm) = %{tl_version} -Provides: tex(gbkyou36.tfm) = %{tl_version} -Provides: tex(gbkyou37.tfm) = %{tl_version} -Provides: tex(gbkyou38.tfm) = %{tl_version} -Provides: tex(gbkyou39.tfm) = %{tl_version} -Provides: tex(gbkyou40.tfm) = %{tl_version} -Provides: tex(gbkyou41.tfm) = %{tl_version} -Provides: tex(gbkyou42.tfm) = %{tl_version} -Provides: tex(gbkyou43.tfm) = %{tl_version} -Provides: tex(gbkyou44.tfm) = %{tl_version} -Provides: tex(gbkyou45.tfm) = %{tl_version} -Provides: tex(gbkyou46.tfm) = %{tl_version} -Provides: tex(gbkyou47.tfm) = %{tl_version} -Provides: tex(gbkyou48.tfm) = %{tl_version} -Provides: tex(gbkyou49.tfm) = %{tl_version} -Provides: tex(gbkyou50.tfm) = %{tl_version} -Provides: tex(gbkyou51.tfm) = %{tl_version} -Provides: tex(gbkyou52.tfm) = %{tl_version} -Provides: tex(gbkyou53.tfm) = %{tl_version} -Provides: tex(gbkyou54.tfm) = %{tl_version} -Provides: tex(gbkyou55.tfm) = %{tl_version} -Provides: tex(gbkyou56.tfm) = %{tl_version} -Provides: tex(gbkyou57.tfm) = %{tl_version} -Provides: tex(gbkyou58.tfm) = %{tl_version} -Provides: tex(gbkyou59.tfm) = %{tl_version} -Provides: tex(gbkyou60.tfm) = %{tl_version} -Provides: tex(gbkyou61.tfm) = %{tl_version} -Provides: tex(gbkyou62.tfm) = %{tl_version} -Provides: tex(gbkyou63.tfm) = %{tl_version} -Provides: tex(gbkyou64.tfm) = %{tl_version} -Provides: tex(gbkyou65.tfm) = %{tl_version} -Provides: tex(gbkyou66.tfm) = %{tl_version} -Provides: tex(gbkyou67.tfm) = %{tl_version} -Provides: tex(gbkyou68.tfm) = %{tl_version} -Provides: tex(gbkyou69.tfm) = %{tl_version} -Provides: tex(gbkyou70.tfm) = %{tl_version} -Provides: tex(gbkyou71.tfm) = %{tl_version} -Provides: tex(gbkyou72.tfm) = %{tl_version} -Provides: tex(gbkyou73.tfm) = %{tl_version} -Provides: tex(gbkyou74.tfm) = %{tl_version} -Provides: tex(gbkyou75.tfm) = %{tl_version} -Provides: tex(gbkyou76.tfm) = %{tl_version} -Provides: tex(gbkyou77.tfm) = %{tl_version} -Provides: tex(gbkyou78.tfm) = %{tl_version} -Provides: tex(gbkyou79.tfm) = %{tl_version} -Provides: tex(gbkyou80.tfm) = %{tl_version} -Provides: tex(gbkyou81.tfm) = %{tl_version} -Provides: tex(gbkyou82.tfm) = %{tl_version} -Provides: tex(gbkyou83.tfm) = %{tl_version} -Provides: tex(gbkyou84.tfm) = %{tl_version} -Provides: tex(gbkyou85.tfm) = %{tl_version} -Provides: tex(gbkyou86.tfm) = %{tl_version} -Provides: tex(gbkyou87.tfm) = %{tl_version} -Provides: tex(gbkyou88.tfm) = %{tl_version} -Provides: tex(gbkyou89.tfm) = %{tl_version} -Provides: tex(gbkyou90.tfm) = %{tl_version} -Provides: tex(gbkyou91.tfm) = %{tl_version} -Provides: tex(gbkyou92.tfm) = %{tl_version} -Provides: tex(gbkyou93.tfm) = %{tl_version} -Provides: tex(gbkyou94.tfm) = %{tl_version} -Provides: tex(gbkyousl00.tfm) = %{tl_version} -Provides: tex(gbkyousl01.tfm) = %{tl_version} -Provides: tex(gbkyousl02.tfm) = %{tl_version} -Provides: tex(gbkyousl03.tfm) = %{tl_version} -Provides: tex(gbkyousl04.tfm) = %{tl_version} -Provides: tex(gbkyousl05.tfm) = %{tl_version} -Provides: tex(gbkyousl06.tfm) = %{tl_version} -Provides: tex(gbkyousl07.tfm) = %{tl_version} -Provides: tex(gbkyousl08.tfm) = %{tl_version} -Provides: tex(gbkyousl09.tfm) = %{tl_version} -Provides: tex(gbkyousl10.tfm) = %{tl_version} -Provides: tex(gbkyousl11.tfm) = %{tl_version} -Provides: tex(gbkyousl12.tfm) = %{tl_version} -Provides: tex(gbkyousl13.tfm) = %{tl_version} -Provides: tex(gbkyousl14.tfm) = %{tl_version} -Provides: tex(gbkyousl15.tfm) = %{tl_version} -Provides: tex(gbkyousl16.tfm) = %{tl_version} -Provides: tex(gbkyousl17.tfm) = %{tl_version} -Provides: tex(gbkyousl18.tfm) = %{tl_version} -Provides: tex(gbkyousl19.tfm) = %{tl_version} -Provides: tex(gbkyousl20.tfm) = %{tl_version} -Provides: tex(gbkyousl21.tfm) = %{tl_version} -Provides: tex(gbkyousl22.tfm) = %{tl_version} -Provides: tex(gbkyousl23.tfm) = %{tl_version} -Provides: tex(gbkyousl24.tfm) = %{tl_version} -Provides: tex(gbkyousl25.tfm) = %{tl_version} -Provides: tex(gbkyousl26.tfm) = %{tl_version} -Provides: tex(gbkyousl27.tfm) = %{tl_version} -Provides: tex(gbkyousl28.tfm) = %{tl_version} -Provides: tex(gbkyousl29.tfm) = %{tl_version} -Provides: tex(gbkyousl30.tfm) = %{tl_version} -Provides: tex(gbkyousl31.tfm) = %{tl_version} -Provides: tex(gbkyousl32.tfm) = %{tl_version} -Provides: tex(gbkyousl33.tfm) = %{tl_version} -Provides: tex(gbkyousl34.tfm) = %{tl_version} -Provides: tex(gbkyousl35.tfm) = %{tl_version} -Provides: tex(gbkyousl36.tfm) = %{tl_version} -Provides: tex(gbkyousl37.tfm) = %{tl_version} -Provides: tex(gbkyousl38.tfm) = %{tl_version} -Provides: tex(gbkyousl39.tfm) = %{tl_version} -Provides: tex(gbkyousl40.tfm) = %{tl_version} -Provides: tex(gbkyousl41.tfm) = %{tl_version} -Provides: tex(gbkyousl42.tfm) = %{tl_version} -Provides: tex(gbkyousl43.tfm) = %{tl_version} -Provides: tex(gbkyousl44.tfm) = %{tl_version} -Provides: tex(gbkyousl45.tfm) = %{tl_version} -Provides: tex(gbkyousl46.tfm) = %{tl_version} -Provides: tex(gbkyousl47.tfm) = %{tl_version} -Provides: tex(gbkyousl48.tfm) = %{tl_version} -Provides: tex(gbkyousl49.tfm) = %{tl_version} -Provides: tex(gbkyousl50.tfm) = %{tl_version} -Provides: tex(gbkyousl51.tfm) = %{tl_version} -Provides: tex(gbkyousl52.tfm) = %{tl_version} -Provides: tex(gbkyousl53.tfm) = %{tl_version} -Provides: tex(gbkyousl54.tfm) = %{tl_version} -Provides: tex(gbkyousl55.tfm) = %{tl_version} -Provides: tex(gbkyousl56.tfm) = %{tl_version} -Provides: tex(gbkyousl57.tfm) = %{tl_version} -Provides: tex(gbkyousl58.tfm) = %{tl_version} -Provides: tex(gbkyousl59.tfm) = %{tl_version} -Provides: tex(gbkyousl60.tfm) = %{tl_version} -Provides: tex(gbkyousl61.tfm) = %{tl_version} -Provides: tex(gbkyousl62.tfm) = %{tl_version} -Provides: tex(gbkyousl63.tfm) = %{tl_version} -Provides: tex(gbkyousl64.tfm) = %{tl_version} -Provides: tex(gbkyousl65.tfm) = %{tl_version} -Provides: tex(gbkyousl66.tfm) = %{tl_version} -Provides: tex(gbkyousl67.tfm) = %{tl_version} -Provides: tex(gbkyousl68.tfm) = %{tl_version} -Provides: tex(gbkyousl69.tfm) = %{tl_version} -Provides: tex(gbkyousl70.tfm) = %{tl_version} -Provides: tex(gbkyousl71.tfm) = %{tl_version} -Provides: tex(gbkyousl72.tfm) = %{tl_version} -Provides: tex(gbkyousl73.tfm) = %{tl_version} -Provides: tex(gbkyousl74.tfm) = %{tl_version} -Provides: tex(gbkyousl75.tfm) = %{tl_version} -Provides: tex(gbkyousl76.tfm) = %{tl_version} -Provides: tex(gbkyousl77.tfm) = %{tl_version} -Provides: tex(gbkyousl78.tfm) = %{tl_version} -Provides: tex(gbkyousl79.tfm) = %{tl_version} -Provides: tex(gbkyousl80.tfm) = %{tl_version} -Provides: tex(gbkyousl81.tfm) = %{tl_version} -Provides: tex(gbkyousl82.tfm) = %{tl_version} -Provides: tex(gbkyousl83.tfm) = %{tl_version} -Provides: tex(gbkyousl84.tfm) = %{tl_version} -Provides: tex(gbkyousl85.tfm) = %{tl_version} -Provides: tex(gbkyousl86.tfm) = %{tl_version} -Provides: tex(gbkyousl87.tfm) = %{tl_version} -Provides: tex(gbkyousl88.tfm) = %{tl_version} -Provides: tex(gbkyousl89.tfm) = %{tl_version} -Provides: tex(gbkyousl90.tfm) = %{tl_version} -Provides: tex(gbkyousl91.tfm) = %{tl_version} -Provides: tex(gbkyousl92.tfm) = %{tl_version} -Provides: tex(gbkyousl93.tfm) = %{tl_version} -Provides: tex(gbkyousl94.tfm) = %{tl_version} -Provides: tex(unifs00.tfm) = %{tl_version} -Provides: tex(unifs01.tfm) = %{tl_version} -Provides: tex(unifs02.tfm) = %{tl_version} -Provides: tex(unifs03.tfm) = %{tl_version} -Provides: tex(unifs04.tfm) = %{tl_version} -Provides: tex(unifs05.tfm) = %{tl_version} -Provides: tex(unifs06.tfm) = %{tl_version} -Provides: tex(unifs07.tfm) = %{tl_version} -Provides: tex(unifs08.tfm) = %{tl_version} -Provides: tex(unifs09.tfm) = %{tl_version} -Provides: tex(unifs0a.tfm) = %{tl_version} -Provides: tex(unifs0b.tfm) = %{tl_version} -Provides: tex(unifs0c.tfm) = %{tl_version} -Provides: tex(unifs0d.tfm) = %{tl_version} -Provides: tex(unifs0e.tfm) = %{tl_version} -Provides: tex(unifs0f.tfm) = %{tl_version} -Provides: tex(unifs10.tfm) = %{tl_version} -Provides: tex(unifs11.tfm) = %{tl_version} -Provides: tex(unifs12.tfm) = %{tl_version} -Provides: tex(unifs13.tfm) = %{tl_version} -Provides: tex(unifs14.tfm) = %{tl_version} -Provides: tex(unifs15.tfm) = %{tl_version} -Provides: tex(unifs16.tfm) = %{tl_version} -Provides: tex(unifs17.tfm) = %{tl_version} -Provides: tex(unifs18.tfm) = %{tl_version} -Provides: tex(unifs19.tfm) = %{tl_version} -Provides: tex(unifs1a.tfm) = %{tl_version} -Provides: tex(unifs1b.tfm) = %{tl_version} -Provides: tex(unifs1c.tfm) = %{tl_version} -Provides: tex(unifs1d.tfm) = %{tl_version} -Provides: tex(unifs1e.tfm) = %{tl_version} -Provides: tex(unifs1f.tfm) = %{tl_version} -Provides: tex(unifs20.tfm) = %{tl_version} -Provides: tex(unifs21.tfm) = %{tl_version} -Provides: tex(unifs22.tfm) = %{tl_version} -Provides: tex(unifs23.tfm) = %{tl_version} -Provides: tex(unifs24.tfm) = %{tl_version} -Provides: tex(unifs25.tfm) = %{tl_version} -Provides: tex(unifs26.tfm) = %{tl_version} -Provides: tex(unifs27.tfm) = %{tl_version} -Provides: tex(unifs28.tfm) = %{tl_version} -Provides: tex(unifs29.tfm) = %{tl_version} -Provides: tex(unifs2a.tfm) = %{tl_version} -Provides: tex(unifs2b.tfm) = %{tl_version} -Provides: tex(unifs2c.tfm) = %{tl_version} -Provides: tex(unifs2d.tfm) = %{tl_version} -Provides: tex(unifs2e.tfm) = %{tl_version} -Provides: tex(unifs2f.tfm) = %{tl_version} -Provides: tex(unifs30.tfm) = %{tl_version} -Provides: tex(unifs31.tfm) = %{tl_version} -Provides: tex(unifs32.tfm) = %{tl_version} -Provides: tex(unifs33.tfm) = %{tl_version} -Provides: tex(unifs34.tfm) = %{tl_version} -Provides: tex(unifs35.tfm) = %{tl_version} -Provides: tex(unifs36.tfm) = %{tl_version} -Provides: tex(unifs37.tfm) = %{tl_version} -Provides: tex(unifs38.tfm) = %{tl_version} -Provides: tex(unifs39.tfm) = %{tl_version} -Provides: tex(unifs3a.tfm) = %{tl_version} -Provides: tex(unifs3b.tfm) = %{tl_version} -Provides: tex(unifs3c.tfm) = %{tl_version} -Provides: tex(unifs3d.tfm) = %{tl_version} -Provides: tex(unifs3e.tfm) = %{tl_version} -Provides: tex(unifs3f.tfm) = %{tl_version} -Provides: tex(unifs40.tfm) = %{tl_version} -Provides: tex(unifs41.tfm) = %{tl_version} -Provides: tex(unifs42.tfm) = %{tl_version} -Provides: tex(unifs43.tfm) = %{tl_version} -Provides: tex(unifs44.tfm) = %{tl_version} -Provides: tex(unifs45.tfm) = %{tl_version} -Provides: tex(unifs46.tfm) = %{tl_version} -Provides: tex(unifs47.tfm) = %{tl_version} -Provides: tex(unifs48.tfm) = %{tl_version} -Provides: tex(unifs49.tfm) = %{tl_version} -Provides: tex(unifs4a.tfm) = %{tl_version} -Provides: tex(unifs4b.tfm) = %{tl_version} -Provides: tex(unifs4c.tfm) = %{tl_version} -Provides: tex(unifs4d.tfm) = %{tl_version} -Provides: tex(unifs4e.tfm) = %{tl_version} -Provides: tex(unifs4f.tfm) = %{tl_version} -Provides: tex(unifs50.tfm) = %{tl_version} -Provides: tex(unifs51.tfm) = %{tl_version} -Provides: tex(unifs52.tfm) = %{tl_version} -Provides: tex(unifs53.tfm) = %{tl_version} -Provides: tex(unifs54.tfm) = %{tl_version} -Provides: tex(unifs55.tfm) = %{tl_version} -Provides: tex(unifs56.tfm) = %{tl_version} -Provides: tex(unifs57.tfm) = %{tl_version} -Provides: tex(unifs58.tfm) = %{tl_version} -Provides: tex(unifs59.tfm) = %{tl_version} -Provides: tex(unifs5a.tfm) = %{tl_version} -Provides: tex(unifs5b.tfm) = %{tl_version} -Provides: tex(unifs5c.tfm) = %{tl_version} -Provides: tex(unifs5d.tfm) = %{tl_version} -Provides: tex(unifs5e.tfm) = %{tl_version} -Provides: tex(unifs5f.tfm) = %{tl_version} -Provides: tex(unifs60.tfm) = %{tl_version} -Provides: tex(unifs61.tfm) = %{tl_version} -Provides: tex(unifs62.tfm) = %{tl_version} -Provides: tex(unifs63.tfm) = %{tl_version} -Provides: tex(unifs64.tfm) = %{tl_version} -Provides: tex(unifs65.tfm) = %{tl_version} -Provides: tex(unifs66.tfm) = %{tl_version} -Provides: tex(unifs67.tfm) = %{tl_version} -Provides: tex(unifs68.tfm) = %{tl_version} -Provides: tex(unifs69.tfm) = %{tl_version} -Provides: tex(unifs6a.tfm) = %{tl_version} -Provides: tex(unifs6b.tfm) = %{tl_version} -Provides: tex(unifs6c.tfm) = %{tl_version} -Provides: tex(unifs6d.tfm) = %{tl_version} -Provides: tex(unifs6e.tfm) = %{tl_version} -Provides: tex(unifs6f.tfm) = %{tl_version} -Provides: tex(unifs70.tfm) = %{tl_version} -Provides: tex(unifs71.tfm) = %{tl_version} -Provides: tex(unifs72.tfm) = %{tl_version} -Provides: tex(unifs73.tfm) = %{tl_version} -Provides: tex(unifs74.tfm) = %{tl_version} -Provides: tex(unifs75.tfm) = %{tl_version} -Provides: tex(unifs76.tfm) = %{tl_version} -Provides: tex(unifs77.tfm) = %{tl_version} -Provides: tex(unifs78.tfm) = %{tl_version} -Provides: tex(unifs79.tfm) = %{tl_version} -Provides: tex(unifs7a.tfm) = %{tl_version} -Provides: tex(unifs7b.tfm) = %{tl_version} -Provides: tex(unifs7c.tfm) = %{tl_version} -Provides: tex(unifs7d.tfm) = %{tl_version} -Provides: tex(unifs7e.tfm) = %{tl_version} -Provides: tex(unifs7f.tfm) = %{tl_version} -Provides: tex(unifs80.tfm) = %{tl_version} -Provides: tex(unifs81.tfm) = %{tl_version} -Provides: tex(unifs82.tfm) = %{tl_version} -Provides: tex(unifs83.tfm) = %{tl_version} -Provides: tex(unifs84.tfm) = %{tl_version} -Provides: tex(unifs85.tfm) = %{tl_version} -Provides: tex(unifs86.tfm) = %{tl_version} -Provides: tex(unifs87.tfm) = %{tl_version} -Provides: tex(unifs88.tfm) = %{tl_version} -Provides: tex(unifs89.tfm) = %{tl_version} -Provides: tex(unifs8a.tfm) = %{tl_version} -Provides: tex(unifs8b.tfm) = %{tl_version} -Provides: tex(unifs8c.tfm) = %{tl_version} -Provides: tex(unifs8d.tfm) = %{tl_version} -Provides: tex(unifs8e.tfm) = %{tl_version} -Provides: tex(unifs8f.tfm) = %{tl_version} -Provides: tex(unifs90.tfm) = %{tl_version} -Provides: tex(unifs91.tfm) = %{tl_version} -Provides: tex(unifs92.tfm) = %{tl_version} -Provides: tex(unifs93.tfm) = %{tl_version} -Provides: tex(unifs94.tfm) = %{tl_version} -Provides: tex(unifs95.tfm) = %{tl_version} -Provides: tex(unifs96.tfm) = %{tl_version} -Provides: tex(unifs97.tfm) = %{tl_version} -Provides: tex(unifs98.tfm) = %{tl_version} -Provides: tex(unifs99.tfm) = %{tl_version} -Provides: tex(unifs9a.tfm) = %{tl_version} -Provides: tex(unifs9b.tfm) = %{tl_version} -Provides: tex(unifs9c.tfm) = %{tl_version} -Provides: tex(unifs9d.tfm) = %{tl_version} -Provides: tex(unifs9e.tfm) = %{tl_version} -Provides: tex(unifs9f.tfm) = %{tl_version} -Provides: tex(unifsa0.tfm) = %{tl_version} -Provides: tex(unifsa1.tfm) = %{tl_version} -Provides: tex(unifsa2.tfm) = %{tl_version} -Provides: tex(unifsa3.tfm) = %{tl_version} -Provides: tex(unifsa4.tfm) = %{tl_version} -Provides: tex(unifsa5.tfm) = %{tl_version} -Provides: tex(unifsa6.tfm) = %{tl_version} -Provides: tex(unifsa7.tfm) = %{tl_version} -Provides: tex(unifsa8.tfm) = %{tl_version} -Provides: tex(unifsa9.tfm) = %{tl_version} -Provides: tex(unifsaa.tfm) = %{tl_version} -Provides: tex(unifsab.tfm) = %{tl_version} -Provides: tex(unifsac.tfm) = %{tl_version} -Provides: tex(unifsad.tfm) = %{tl_version} -Provides: tex(unifsae.tfm) = %{tl_version} -Provides: tex(unifsaf.tfm) = %{tl_version} -Provides: tex(unifsb0.tfm) = %{tl_version} -Provides: tex(unifsb1.tfm) = %{tl_version} -Provides: tex(unifsb2.tfm) = %{tl_version} -Provides: tex(unifsb3.tfm) = %{tl_version} -Provides: tex(unifsb4.tfm) = %{tl_version} -Provides: tex(unifsb5.tfm) = %{tl_version} -Provides: tex(unifsb6.tfm) = %{tl_version} -Provides: tex(unifsb7.tfm) = %{tl_version} -Provides: tex(unifsb8.tfm) = %{tl_version} -Provides: tex(unifsb9.tfm) = %{tl_version} -Provides: tex(unifsba.tfm) = %{tl_version} -Provides: tex(unifsbb.tfm) = %{tl_version} -Provides: tex(unifsbc.tfm) = %{tl_version} -Provides: tex(unifsbd.tfm) = %{tl_version} -Provides: tex(unifsbe.tfm) = %{tl_version} -Provides: tex(unifsbf.tfm) = %{tl_version} -Provides: tex(unifsc0.tfm) = %{tl_version} -Provides: tex(unifsc1.tfm) = %{tl_version} -Provides: tex(unifsc2.tfm) = %{tl_version} -Provides: tex(unifsc3.tfm) = %{tl_version} -Provides: tex(unifsc4.tfm) = %{tl_version} -Provides: tex(unifsc5.tfm) = %{tl_version} -Provides: tex(unifsc6.tfm) = %{tl_version} -Provides: tex(unifsc7.tfm) = %{tl_version} -Provides: tex(unifsc8.tfm) = %{tl_version} -Provides: tex(unifsc9.tfm) = %{tl_version} -Provides: tex(unifsca.tfm) = %{tl_version} -Provides: tex(unifscb.tfm) = %{tl_version} -Provides: tex(unifscc.tfm) = %{tl_version} -Provides: tex(unifscd.tfm) = %{tl_version} -Provides: tex(unifsce.tfm) = %{tl_version} -Provides: tex(unifscf.tfm) = %{tl_version} -Provides: tex(unifsd0.tfm) = %{tl_version} -Provides: tex(unifsd1.tfm) = %{tl_version} -Provides: tex(unifsd2.tfm) = %{tl_version} -Provides: tex(unifsd3.tfm) = %{tl_version} -Provides: tex(unifsd4.tfm) = %{tl_version} -Provides: tex(unifsd5.tfm) = %{tl_version} -Provides: tex(unifsd6.tfm) = %{tl_version} -Provides: tex(unifsd7.tfm) = %{tl_version} -Provides: tex(unifsd8.tfm) = %{tl_version} -Provides: tex(unifsd9.tfm) = %{tl_version} -Provides: tex(unifsda.tfm) = %{tl_version} -Provides: tex(unifsdb.tfm) = %{tl_version} -Provides: tex(unifsdc.tfm) = %{tl_version} -Provides: tex(unifsdd.tfm) = %{tl_version} -Provides: tex(unifsde.tfm) = %{tl_version} -Provides: tex(unifsdf.tfm) = %{tl_version} -Provides: tex(unifse0.tfm) = %{tl_version} -Provides: tex(unifse1.tfm) = %{tl_version} -Provides: tex(unifse2.tfm) = %{tl_version} -Provides: tex(unifse3.tfm) = %{tl_version} -Provides: tex(unifse4.tfm) = %{tl_version} -Provides: tex(unifse5.tfm) = %{tl_version} -Provides: tex(unifse6.tfm) = %{tl_version} -Provides: tex(unifse7.tfm) = %{tl_version} -Provides: tex(unifse8.tfm) = %{tl_version} -Provides: tex(unifse9.tfm) = %{tl_version} -Provides: tex(unifsea.tfm) = %{tl_version} -Provides: tex(unifseb.tfm) = %{tl_version} -Provides: tex(unifsec.tfm) = %{tl_version} -Provides: tex(unifsed.tfm) = %{tl_version} -Provides: tex(unifsee.tfm) = %{tl_version} -Provides: tex(unifsef.tfm) = %{tl_version} -Provides: tex(unifsf0.tfm) = %{tl_version} -Provides: tex(unifsf1.tfm) = %{tl_version} -Provides: tex(unifsf2.tfm) = %{tl_version} -Provides: tex(unifsf3.tfm) = %{tl_version} -Provides: tex(unifsf4.tfm) = %{tl_version} -Provides: tex(unifsf5.tfm) = %{tl_version} -Provides: tex(unifsf6.tfm) = %{tl_version} -Provides: tex(unifsf7.tfm) = %{tl_version} -Provides: tex(unifsf8.tfm) = %{tl_version} -Provides: tex(unifsf9.tfm) = %{tl_version} -Provides: tex(unifsfa.tfm) = %{tl_version} -Provides: tex(unifsfb.tfm) = %{tl_version} -Provides: tex(unifsfc.tfm) = %{tl_version} -Provides: tex(unifsfd.tfm) = %{tl_version} -Provides: tex(unifsfe.tfm) = %{tl_version} -Provides: tex(unifsff.tfm) = %{tl_version} -Provides: tex(unifssl00.tfm) = %{tl_version} -Provides: tex(unifssl01.tfm) = %{tl_version} -Provides: tex(unifssl02.tfm) = %{tl_version} -Provides: tex(unifssl03.tfm) = %{tl_version} -Provides: tex(unifssl04.tfm) = %{tl_version} -Provides: tex(unifssl05.tfm) = %{tl_version} -Provides: tex(unifssl06.tfm) = %{tl_version} -Provides: tex(unifssl07.tfm) = %{tl_version} -Provides: tex(unifssl08.tfm) = %{tl_version} -Provides: tex(unifssl09.tfm) = %{tl_version} -Provides: tex(unifssl0a.tfm) = %{tl_version} -Provides: tex(unifssl0b.tfm) = %{tl_version} -Provides: tex(unifssl0c.tfm) = %{tl_version} -Provides: tex(unifssl0d.tfm) = %{tl_version} -Provides: tex(unifssl0e.tfm) = %{tl_version} -Provides: tex(unifssl0f.tfm) = %{tl_version} -Provides: tex(unifssl10.tfm) = %{tl_version} -Provides: tex(unifssl11.tfm) = %{tl_version} -Provides: tex(unifssl12.tfm) = %{tl_version} -Provides: tex(unifssl13.tfm) = %{tl_version} -Provides: tex(unifssl14.tfm) = %{tl_version} -Provides: tex(unifssl15.tfm) = %{tl_version} -Provides: tex(unifssl16.tfm) = %{tl_version} -Provides: tex(unifssl17.tfm) = %{tl_version} -Provides: tex(unifssl18.tfm) = %{tl_version} -Provides: tex(unifssl19.tfm) = %{tl_version} -Provides: tex(unifssl1a.tfm) = %{tl_version} -Provides: tex(unifssl1b.tfm) = %{tl_version} -Provides: tex(unifssl1c.tfm) = %{tl_version} -Provides: tex(unifssl1d.tfm) = %{tl_version} -Provides: tex(unifssl1e.tfm) = %{tl_version} -Provides: tex(unifssl1f.tfm) = %{tl_version} -Provides: tex(unifssl20.tfm) = %{tl_version} -Provides: tex(unifssl21.tfm) = %{tl_version} -Provides: tex(unifssl22.tfm) = %{tl_version} -Provides: tex(unifssl23.tfm) = %{tl_version} -Provides: tex(unifssl24.tfm) = %{tl_version} -Provides: tex(unifssl25.tfm) = %{tl_version} -Provides: tex(unifssl26.tfm) = %{tl_version} -Provides: tex(unifssl27.tfm) = %{tl_version} -Provides: tex(unifssl28.tfm) = %{tl_version} -Provides: tex(unifssl29.tfm) = %{tl_version} -Provides: tex(unifssl2a.tfm) = %{tl_version} -Provides: tex(unifssl2b.tfm) = %{tl_version} -Provides: tex(unifssl2c.tfm) = %{tl_version} -Provides: tex(unifssl2d.tfm) = %{tl_version} -Provides: tex(unifssl2e.tfm) = %{tl_version} -Provides: tex(unifssl2f.tfm) = %{tl_version} -Provides: tex(unifssl30.tfm) = %{tl_version} -Provides: tex(unifssl31.tfm) = %{tl_version} -Provides: tex(unifssl32.tfm) = %{tl_version} -Provides: tex(unifssl33.tfm) = %{tl_version} -Provides: tex(unifssl34.tfm) = %{tl_version} -Provides: tex(unifssl35.tfm) = %{tl_version} -Provides: tex(unifssl36.tfm) = %{tl_version} -Provides: tex(unifssl37.tfm) = %{tl_version} -Provides: tex(unifssl38.tfm) = %{tl_version} -Provides: tex(unifssl39.tfm) = %{tl_version} -Provides: tex(unifssl3a.tfm) = %{tl_version} -Provides: tex(unifssl3b.tfm) = %{tl_version} -Provides: tex(unifssl3c.tfm) = %{tl_version} -Provides: tex(unifssl3d.tfm) = %{tl_version} -Provides: tex(unifssl3e.tfm) = %{tl_version} -Provides: tex(unifssl3f.tfm) = %{tl_version} -Provides: tex(unifssl40.tfm) = %{tl_version} -Provides: tex(unifssl41.tfm) = %{tl_version} -Provides: tex(unifssl42.tfm) = %{tl_version} -Provides: tex(unifssl43.tfm) = %{tl_version} -Provides: tex(unifssl44.tfm) = %{tl_version} -Provides: tex(unifssl45.tfm) = %{tl_version} -Provides: tex(unifssl46.tfm) = %{tl_version} -Provides: tex(unifssl47.tfm) = %{tl_version} -Provides: tex(unifssl48.tfm) = %{tl_version} -Provides: tex(unifssl49.tfm) = %{tl_version} -Provides: tex(unifssl4a.tfm) = %{tl_version} -Provides: tex(unifssl4b.tfm) = %{tl_version} -Provides: tex(unifssl4c.tfm) = %{tl_version} -Provides: tex(unifssl4d.tfm) = %{tl_version} -Provides: tex(unifssl4e.tfm) = %{tl_version} -Provides: tex(unifssl4f.tfm) = %{tl_version} -Provides: tex(unifssl50.tfm) = %{tl_version} -Provides: tex(unifssl51.tfm) = %{tl_version} -Provides: tex(unifssl52.tfm) = %{tl_version} -Provides: tex(unifssl53.tfm) = %{tl_version} -Provides: tex(unifssl54.tfm) = %{tl_version} -Provides: tex(unifssl55.tfm) = %{tl_version} -Provides: tex(unifssl56.tfm) = %{tl_version} -Provides: tex(unifssl57.tfm) = %{tl_version} -Provides: tex(unifssl58.tfm) = %{tl_version} -Provides: tex(unifssl59.tfm) = %{tl_version} -Provides: tex(unifssl5a.tfm) = %{tl_version} -Provides: tex(unifssl5b.tfm) = %{tl_version} -Provides: tex(unifssl5c.tfm) = %{tl_version} -Provides: tex(unifssl5d.tfm) = %{tl_version} -Provides: tex(unifssl5e.tfm) = %{tl_version} -Provides: tex(unifssl5f.tfm) = %{tl_version} -Provides: tex(unifssl60.tfm) = %{tl_version} -Provides: tex(unifssl61.tfm) = %{tl_version} -Provides: tex(unifssl62.tfm) = %{tl_version} -Provides: tex(unifssl63.tfm) = %{tl_version} -Provides: tex(unifssl64.tfm) = %{tl_version} -Provides: tex(unifssl65.tfm) = %{tl_version} -Provides: tex(unifssl66.tfm) = %{tl_version} -Provides: tex(unifssl67.tfm) = %{tl_version} -Provides: tex(unifssl68.tfm) = %{tl_version} -Provides: tex(unifssl69.tfm) = %{tl_version} -Provides: tex(unifssl6a.tfm) = %{tl_version} -Provides: tex(unifssl6b.tfm) = %{tl_version} -Provides: tex(unifssl6c.tfm) = %{tl_version} -Provides: tex(unifssl6d.tfm) = %{tl_version} -Provides: tex(unifssl6e.tfm) = %{tl_version} -Provides: tex(unifssl6f.tfm) = %{tl_version} -Provides: tex(unifssl70.tfm) = %{tl_version} -Provides: tex(unifssl71.tfm) = %{tl_version} -Provides: tex(unifssl72.tfm) = %{tl_version} -Provides: tex(unifssl73.tfm) = %{tl_version} -Provides: tex(unifssl74.tfm) = %{tl_version} -Provides: tex(unifssl75.tfm) = %{tl_version} -Provides: tex(unifssl76.tfm) = %{tl_version} -Provides: tex(unifssl77.tfm) = %{tl_version} -Provides: tex(unifssl78.tfm) = %{tl_version} -Provides: tex(unifssl79.tfm) = %{tl_version} -Provides: tex(unifssl7a.tfm) = %{tl_version} -Provides: tex(unifssl7b.tfm) = %{tl_version} -Provides: tex(unifssl7c.tfm) = %{tl_version} -Provides: tex(unifssl7d.tfm) = %{tl_version} -Provides: tex(unifssl7e.tfm) = %{tl_version} -Provides: tex(unifssl7f.tfm) = %{tl_version} -Provides: tex(unifssl80.tfm) = %{tl_version} -Provides: tex(unifssl81.tfm) = %{tl_version} -Provides: tex(unifssl82.tfm) = %{tl_version} -Provides: tex(unifssl83.tfm) = %{tl_version} -Provides: tex(unifssl84.tfm) = %{tl_version} -Provides: tex(unifssl85.tfm) = %{tl_version} -Provides: tex(unifssl86.tfm) = %{tl_version} -Provides: tex(unifssl87.tfm) = %{tl_version} -Provides: tex(unifssl88.tfm) = %{tl_version} -Provides: tex(unifssl89.tfm) = %{tl_version} -Provides: tex(unifssl8a.tfm) = %{tl_version} -Provides: tex(unifssl8b.tfm) = %{tl_version} -Provides: tex(unifssl8c.tfm) = %{tl_version} -Provides: tex(unifssl8d.tfm) = %{tl_version} -Provides: tex(unifssl8e.tfm) = %{tl_version} -Provides: tex(unifssl8f.tfm) = %{tl_version} -Provides: tex(unifssl90.tfm) = %{tl_version} -Provides: tex(unifssl91.tfm) = %{tl_version} -Provides: tex(unifssl92.tfm) = %{tl_version} -Provides: tex(unifssl93.tfm) = %{tl_version} -Provides: tex(unifssl94.tfm) = %{tl_version} -Provides: tex(unifssl95.tfm) = %{tl_version} -Provides: tex(unifssl96.tfm) = %{tl_version} -Provides: tex(unifssl97.tfm) = %{tl_version} -Provides: tex(unifssl98.tfm) = %{tl_version} -Provides: tex(unifssl99.tfm) = %{tl_version} -Provides: tex(unifssl9a.tfm) = %{tl_version} -Provides: tex(unifssl9b.tfm) = %{tl_version} -Provides: tex(unifssl9c.tfm) = %{tl_version} -Provides: tex(unifssl9d.tfm) = %{tl_version} -Provides: tex(unifssl9e.tfm) = %{tl_version} -Provides: tex(unifssl9f.tfm) = %{tl_version} -Provides: tex(unifssla0.tfm) = %{tl_version} -Provides: tex(unifssla1.tfm) = %{tl_version} -Provides: tex(unifssla2.tfm) = %{tl_version} -Provides: tex(unifssla3.tfm) = %{tl_version} -Provides: tex(unifssla4.tfm) = %{tl_version} -Provides: tex(unifssla5.tfm) = %{tl_version} -Provides: tex(unifssla6.tfm) = %{tl_version} -Provides: tex(unifssla7.tfm) = %{tl_version} -Provides: tex(unifssla8.tfm) = %{tl_version} -Provides: tex(unifssla9.tfm) = %{tl_version} -Provides: tex(unifsslaa.tfm) = %{tl_version} -Provides: tex(unifsslab.tfm) = %{tl_version} -Provides: tex(unifsslac.tfm) = %{tl_version} -Provides: tex(unifsslad.tfm) = %{tl_version} -Provides: tex(unifsslae.tfm) = %{tl_version} -Provides: tex(unifsslaf.tfm) = %{tl_version} -Provides: tex(unifsslb0.tfm) = %{tl_version} -Provides: tex(unifsslb1.tfm) = %{tl_version} -Provides: tex(unifsslb2.tfm) = %{tl_version} -Provides: tex(unifsslb3.tfm) = %{tl_version} -Provides: tex(unifsslb4.tfm) = %{tl_version} -Provides: tex(unifsslb5.tfm) = %{tl_version} -Provides: tex(unifsslb6.tfm) = %{tl_version} -Provides: tex(unifsslb7.tfm) = %{tl_version} -Provides: tex(unifsslb8.tfm) = %{tl_version} -Provides: tex(unifsslb9.tfm) = %{tl_version} -Provides: tex(unifsslba.tfm) = %{tl_version} -Provides: tex(unifsslbb.tfm) = %{tl_version} -Provides: tex(unifsslbc.tfm) = %{tl_version} -Provides: tex(unifsslbd.tfm) = %{tl_version} -Provides: tex(unifsslbe.tfm) = %{tl_version} -Provides: tex(unifsslbf.tfm) = %{tl_version} -Provides: tex(unifsslc0.tfm) = %{tl_version} -Provides: tex(unifsslc1.tfm) = %{tl_version} -Provides: tex(unifsslc2.tfm) = %{tl_version} -Provides: tex(unifsslc3.tfm) = %{tl_version} -Provides: tex(unifsslc4.tfm) = %{tl_version} -Provides: tex(unifsslc5.tfm) = %{tl_version} -Provides: tex(unifsslc6.tfm) = %{tl_version} -Provides: tex(unifsslc7.tfm) = %{tl_version} -Provides: tex(unifsslc8.tfm) = %{tl_version} -Provides: tex(unifsslc9.tfm) = %{tl_version} -Provides: tex(unifsslca.tfm) = %{tl_version} -Provides: tex(unifsslcb.tfm) = %{tl_version} -Provides: tex(unifsslcc.tfm) = %{tl_version} -Provides: tex(unifsslcd.tfm) = %{tl_version} -Provides: tex(unifsslce.tfm) = %{tl_version} -Provides: tex(unifsslcf.tfm) = %{tl_version} -Provides: tex(unifssld0.tfm) = %{tl_version} -Provides: tex(unifssld1.tfm) = %{tl_version} -Provides: tex(unifssld2.tfm) = %{tl_version} -Provides: tex(unifssld3.tfm) = %{tl_version} -Provides: tex(unifssld4.tfm) = %{tl_version} -Provides: tex(unifssld5.tfm) = %{tl_version} -Provides: tex(unifssld6.tfm) = %{tl_version} -Provides: tex(unifssld7.tfm) = %{tl_version} -Provides: tex(unifssld8.tfm) = %{tl_version} -Provides: tex(unifssld9.tfm) = %{tl_version} -Provides: tex(unifsslda.tfm) = %{tl_version} -Provides: tex(unifssldb.tfm) = %{tl_version} -Provides: tex(unifssldc.tfm) = %{tl_version} -Provides: tex(unifssldd.tfm) = %{tl_version} -Provides: tex(unifsslde.tfm) = %{tl_version} -Provides: tex(unifssldf.tfm) = %{tl_version} -Provides: tex(unifssle0.tfm) = %{tl_version} -Provides: tex(unifssle1.tfm) = %{tl_version} -Provides: tex(unifssle2.tfm) = %{tl_version} -Provides: tex(unifssle3.tfm) = %{tl_version} -Provides: tex(unifssle4.tfm) = %{tl_version} -Provides: tex(unifssle5.tfm) = %{tl_version} -Provides: tex(unifssle6.tfm) = %{tl_version} -Provides: tex(unifssle7.tfm) = %{tl_version} -Provides: tex(unifssle8.tfm) = %{tl_version} -Provides: tex(unifssle9.tfm) = %{tl_version} -Provides: tex(unifsslea.tfm) = %{tl_version} -Provides: tex(unifssleb.tfm) = %{tl_version} -Provides: tex(unifsslec.tfm) = %{tl_version} -Provides: tex(unifssled.tfm) = %{tl_version} -Provides: tex(unifsslee.tfm) = %{tl_version} -Provides: tex(unifsslef.tfm) = %{tl_version} -Provides: tex(unifsslf0.tfm) = %{tl_version} -Provides: tex(unifsslf1.tfm) = %{tl_version} -Provides: tex(unifsslf2.tfm) = %{tl_version} -Provides: tex(unifsslf3.tfm) = %{tl_version} -Provides: tex(unifsslf4.tfm) = %{tl_version} -Provides: tex(unifsslf5.tfm) = %{tl_version} -Provides: tex(unifsslf6.tfm) = %{tl_version} -Provides: tex(unifsslf7.tfm) = %{tl_version} -Provides: tex(unifsslf8.tfm) = %{tl_version} -Provides: tex(unifsslf9.tfm) = %{tl_version} -Provides: tex(unifsslfa.tfm) = %{tl_version} -Provides: tex(unifsslfb.tfm) = %{tl_version} -Provides: tex(unifsslfc.tfm) = %{tl_version} -Provides: tex(unifsslfd.tfm) = %{tl_version} -Provides: tex(unifsslfe.tfm) = %{tl_version} -Provides: tex(unifsslff.tfm) = %{tl_version} -Provides: tex(unihei00.tfm) = %{tl_version} -Provides: tex(unihei01.tfm) = %{tl_version} -Provides: tex(unihei02.tfm) = %{tl_version} -Provides: tex(unihei03.tfm) = %{tl_version} -Provides: tex(unihei04.tfm) = %{tl_version} -Provides: tex(unihei05.tfm) = %{tl_version} -Provides: tex(unihei06.tfm) = %{tl_version} -Provides: tex(unihei07.tfm) = %{tl_version} -Provides: tex(unihei08.tfm) = %{tl_version} -Provides: tex(unihei09.tfm) = %{tl_version} -Provides: tex(unihei0a.tfm) = %{tl_version} -Provides: tex(unihei0b.tfm) = %{tl_version} -Provides: tex(unihei0c.tfm) = %{tl_version} -Provides: tex(unihei0d.tfm) = %{tl_version} -Provides: tex(unihei0e.tfm) = %{tl_version} -Provides: tex(unihei0f.tfm) = %{tl_version} -Provides: tex(unihei10.tfm) = %{tl_version} -Provides: tex(unihei11.tfm) = %{tl_version} -Provides: tex(unihei12.tfm) = %{tl_version} -Provides: tex(unihei13.tfm) = %{tl_version} -Provides: tex(unihei14.tfm) = %{tl_version} -Provides: tex(unihei15.tfm) = %{tl_version} -Provides: tex(unihei16.tfm) = %{tl_version} -Provides: tex(unihei17.tfm) = %{tl_version} -Provides: tex(unihei18.tfm) = %{tl_version} -Provides: tex(unihei19.tfm) = %{tl_version} -Provides: tex(unihei1a.tfm) = %{tl_version} -Provides: tex(unihei1b.tfm) = %{tl_version} -Provides: tex(unihei1c.tfm) = %{tl_version} -Provides: tex(unihei1d.tfm) = %{tl_version} -Provides: tex(unihei1e.tfm) = %{tl_version} -Provides: tex(unihei1f.tfm) = %{tl_version} -Provides: tex(unihei20.tfm) = %{tl_version} -Provides: tex(unihei21.tfm) = %{tl_version} -Provides: tex(unihei22.tfm) = %{tl_version} -Provides: tex(unihei23.tfm) = %{tl_version} -Provides: tex(unihei24.tfm) = %{tl_version} -Provides: tex(unihei25.tfm) = %{tl_version} -Provides: tex(unihei26.tfm) = %{tl_version} -Provides: tex(unihei27.tfm) = %{tl_version} -Provides: tex(unihei28.tfm) = %{tl_version} -Provides: tex(unihei29.tfm) = %{tl_version} -Provides: tex(unihei2a.tfm) = %{tl_version} -Provides: tex(unihei2b.tfm) = %{tl_version} -Provides: tex(unihei2c.tfm) = %{tl_version} -Provides: tex(unihei2d.tfm) = %{tl_version} -Provides: tex(unihei2e.tfm) = %{tl_version} -Provides: tex(unihei2f.tfm) = %{tl_version} -Provides: tex(unihei30.tfm) = %{tl_version} -Provides: tex(unihei31.tfm) = %{tl_version} -Provides: tex(unihei32.tfm) = %{tl_version} -Provides: tex(unihei33.tfm) = %{tl_version} -Provides: tex(unihei34.tfm) = %{tl_version} -Provides: tex(unihei35.tfm) = %{tl_version} -Provides: tex(unihei36.tfm) = %{tl_version} -Provides: tex(unihei37.tfm) = %{tl_version} -Provides: tex(unihei38.tfm) = %{tl_version} -Provides: tex(unihei39.tfm) = %{tl_version} -Provides: tex(unihei3a.tfm) = %{tl_version} -Provides: tex(unihei3b.tfm) = %{tl_version} -Provides: tex(unihei3c.tfm) = %{tl_version} -Provides: tex(unihei3d.tfm) = %{tl_version} -Provides: tex(unihei3e.tfm) = %{tl_version} -Provides: tex(unihei3f.tfm) = %{tl_version} -Provides: tex(unihei40.tfm) = %{tl_version} -Provides: tex(unihei41.tfm) = %{tl_version} -Provides: tex(unihei42.tfm) = %{tl_version} -Provides: tex(unihei43.tfm) = %{tl_version} -Provides: tex(unihei44.tfm) = %{tl_version} -Provides: tex(unihei45.tfm) = %{tl_version} -Provides: tex(unihei46.tfm) = %{tl_version} -Provides: tex(unihei47.tfm) = %{tl_version} -Provides: tex(unihei48.tfm) = %{tl_version} -Provides: tex(unihei49.tfm) = %{tl_version} -Provides: tex(unihei4a.tfm) = %{tl_version} -Provides: tex(unihei4b.tfm) = %{tl_version} -Provides: tex(unihei4c.tfm) = %{tl_version} -Provides: tex(unihei4d.tfm) = %{tl_version} -Provides: tex(unihei4e.tfm) = %{tl_version} -Provides: tex(unihei4f.tfm) = %{tl_version} -Provides: tex(unihei50.tfm) = %{tl_version} -Provides: tex(unihei51.tfm) = %{tl_version} -Provides: tex(unihei52.tfm) = %{tl_version} -Provides: tex(unihei53.tfm) = %{tl_version} -Provides: tex(unihei54.tfm) = %{tl_version} -Provides: tex(unihei55.tfm) = %{tl_version} -Provides: tex(unihei56.tfm) = %{tl_version} -Provides: tex(unihei57.tfm) = %{tl_version} -Provides: tex(unihei58.tfm) = %{tl_version} -Provides: tex(unihei59.tfm) = %{tl_version} -Provides: tex(unihei5a.tfm) = %{tl_version} -Provides: tex(unihei5b.tfm) = %{tl_version} -Provides: tex(unihei5c.tfm) = %{tl_version} -Provides: tex(unihei5d.tfm) = %{tl_version} -Provides: tex(unihei5e.tfm) = %{tl_version} -Provides: tex(unihei5f.tfm) = %{tl_version} -Provides: tex(unihei60.tfm) = %{tl_version} -Provides: tex(unihei61.tfm) = %{tl_version} -Provides: tex(unihei62.tfm) = %{tl_version} -Provides: tex(unihei63.tfm) = %{tl_version} -Provides: tex(unihei64.tfm) = %{tl_version} -Provides: tex(unihei65.tfm) = %{tl_version} -Provides: tex(unihei66.tfm) = %{tl_version} -Provides: tex(unihei67.tfm) = %{tl_version} -Provides: tex(unihei68.tfm) = %{tl_version} -Provides: tex(unihei69.tfm) = %{tl_version} -Provides: tex(unihei6a.tfm) = %{tl_version} -Provides: tex(unihei6b.tfm) = %{tl_version} -Provides: tex(unihei6c.tfm) = %{tl_version} -Provides: tex(unihei6d.tfm) = %{tl_version} -Provides: tex(unihei6e.tfm) = %{tl_version} -Provides: tex(unihei6f.tfm) = %{tl_version} -Provides: tex(unihei70.tfm) = %{tl_version} -Provides: tex(unihei71.tfm) = %{tl_version} -Provides: tex(unihei72.tfm) = %{tl_version} -Provides: tex(unihei73.tfm) = %{tl_version} -Provides: tex(unihei74.tfm) = %{tl_version} -Provides: tex(unihei75.tfm) = %{tl_version} -Provides: tex(unihei76.tfm) = %{tl_version} -Provides: tex(unihei77.tfm) = %{tl_version} -Provides: tex(unihei78.tfm) = %{tl_version} -Provides: tex(unihei79.tfm) = %{tl_version} -Provides: tex(unihei7a.tfm) = %{tl_version} -Provides: tex(unihei7b.tfm) = %{tl_version} -Provides: tex(unihei7c.tfm) = %{tl_version} -Provides: tex(unihei7d.tfm) = %{tl_version} -Provides: tex(unihei7e.tfm) = %{tl_version} -Provides: tex(unihei7f.tfm) = %{tl_version} -Provides: tex(unihei80.tfm) = %{tl_version} -Provides: tex(unihei81.tfm) = %{tl_version} -Provides: tex(unihei82.tfm) = %{tl_version} -Provides: tex(unihei83.tfm) = %{tl_version} -Provides: tex(unihei84.tfm) = %{tl_version} -Provides: tex(unihei85.tfm) = %{tl_version} -Provides: tex(unihei86.tfm) = %{tl_version} -Provides: tex(unihei87.tfm) = %{tl_version} -Provides: tex(unihei88.tfm) = %{tl_version} -Provides: tex(unihei89.tfm) = %{tl_version} -Provides: tex(unihei8a.tfm) = %{tl_version} -Provides: tex(unihei8b.tfm) = %{tl_version} -Provides: tex(unihei8c.tfm) = %{tl_version} -Provides: tex(unihei8d.tfm) = %{tl_version} -Provides: tex(unihei8e.tfm) = %{tl_version} -Provides: tex(unihei8f.tfm) = %{tl_version} -Provides: tex(unihei90.tfm) = %{tl_version} -Provides: tex(unihei91.tfm) = %{tl_version} -Provides: tex(unihei92.tfm) = %{tl_version} -Provides: tex(unihei93.tfm) = %{tl_version} -Provides: tex(unihei94.tfm) = %{tl_version} -Provides: tex(unihei95.tfm) = %{tl_version} -Provides: tex(unihei96.tfm) = %{tl_version} -Provides: tex(unihei97.tfm) = %{tl_version} -Provides: tex(unihei98.tfm) = %{tl_version} -Provides: tex(unihei99.tfm) = %{tl_version} -Provides: tex(unihei9a.tfm) = %{tl_version} -Provides: tex(unihei9b.tfm) = %{tl_version} -Provides: tex(unihei9c.tfm) = %{tl_version} -Provides: tex(unihei9d.tfm) = %{tl_version} -Provides: tex(unihei9e.tfm) = %{tl_version} -Provides: tex(unihei9f.tfm) = %{tl_version} -Provides: tex(uniheia0.tfm) = %{tl_version} -Provides: tex(uniheia1.tfm) = %{tl_version} -Provides: tex(uniheia2.tfm) = %{tl_version} -Provides: tex(uniheia3.tfm) = %{tl_version} -Provides: tex(uniheia4.tfm) = %{tl_version} -Provides: tex(uniheia5.tfm) = %{tl_version} -Provides: tex(uniheia6.tfm) = %{tl_version} -Provides: tex(uniheia7.tfm) = %{tl_version} -Provides: tex(uniheia8.tfm) = %{tl_version} -Provides: tex(uniheia9.tfm) = %{tl_version} -Provides: tex(uniheiaa.tfm) = %{tl_version} -Provides: tex(uniheiab.tfm) = %{tl_version} -Provides: tex(uniheiac.tfm) = %{tl_version} -Provides: tex(uniheiad.tfm) = %{tl_version} -Provides: tex(uniheiae.tfm) = %{tl_version} -Provides: tex(uniheiaf.tfm) = %{tl_version} -Provides: tex(uniheib0.tfm) = %{tl_version} -Provides: tex(uniheib1.tfm) = %{tl_version} -Provides: tex(uniheib2.tfm) = %{tl_version} -Provides: tex(uniheib3.tfm) = %{tl_version} -Provides: tex(uniheib4.tfm) = %{tl_version} -Provides: tex(uniheib5.tfm) = %{tl_version} -Provides: tex(uniheib6.tfm) = %{tl_version} -Provides: tex(uniheib7.tfm) = %{tl_version} -Provides: tex(uniheib8.tfm) = %{tl_version} -Provides: tex(uniheib9.tfm) = %{tl_version} -Provides: tex(uniheiba.tfm) = %{tl_version} -Provides: tex(uniheibb.tfm) = %{tl_version} -Provides: tex(uniheibc.tfm) = %{tl_version} -Provides: tex(uniheibd.tfm) = %{tl_version} -Provides: tex(uniheibe.tfm) = %{tl_version} -Provides: tex(uniheibf.tfm) = %{tl_version} -Provides: tex(uniheic0.tfm) = %{tl_version} -Provides: tex(uniheic1.tfm) = %{tl_version} -Provides: tex(uniheic2.tfm) = %{tl_version} -Provides: tex(uniheic3.tfm) = %{tl_version} -Provides: tex(uniheic4.tfm) = %{tl_version} -Provides: tex(uniheic5.tfm) = %{tl_version} -Provides: tex(uniheic6.tfm) = %{tl_version} -Provides: tex(uniheic7.tfm) = %{tl_version} -Provides: tex(uniheic8.tfm) = %{tl_version} -Provides: tex(uniheic9.tfm) = %{tl_version} -Provides: tex(uniheica.tfm) = %{tl_version} -Provides: tex(uniheicb.tfm) = %{tl_version} -Provides: tex(uniheicc.tfm) = %{tl_version} -Provides: tex(uniheicd.tfm) = %{tl_version} -Provides: tex(uniheice.tfm) = %{tl_version} -Provides: tex(uniheicf.tfm) = %{tl_version} -Provides: tex(uniheid0.tfm) = %{tl_version} -Provides: tex(uniheid1.tfm) = %{tl_version} -Provides: tex(uniheid2.tfm) = %{tl_version} -Provides: tex(uniheid3.tfm) = %{tl_version} -Provides: tex(uniheid4.tfm) = %{tl_version} -Provides: tex(uniheid5.tfm) = %{tl_version} -Provides: tex(uniheid6.tfm) = %{tl_version} -Provides: tex(uniheid7.tfm) = %{tl_version} -Provides: tex(uniheid8.tfm) = %{tl_version} -Provides: tex(uniheid9.tfm) = %{tl_version} -Provides: tex(uniheida.tfm) = %{tl_version} -Provides: tex(uniheidb.tfm) = %{tl_version} -Provides: tex(uniheidc.tfm) = %{tl_version} -Provides: tex(uniheidd.tfm) = %{tl_version} -Provides: tex(uniheide.tfm) = %{tl_version} -Provides: tex(uniheidf.tfm) = %{tl_version} -Provides: tex(uniheie0.tfm) = %{tl_version} -Provides: tex(uniheie1.tfm) = %{tl_version} -Provides: tex(uniheie2.tfm) = %{tl_version} -Provides: tex(uniheie3.tfm) = %{tl_version} -Provides: tex(uniheie4.tfm) = %{tl_version} -Provides: tex(uniheie5.tfm) = %{tl_version} -Provides: tex(uniheie6.tfm) = %{tl_version} -Provides: tex(uniheie7.tfm) = %{tl_version} -Provides: tex(uniheie8.tfm) = %{tl_version} -Provides: tex(uniheie9.tfm) = %{tl_version} -Provides: tex(uniheiea.tfm) = %{tl_version} -Provides: tex(uniheieb.tfm) = %{tl_version} -Provides: tex(uniheiec.tfm) = %{tl_version} -Provides: tex(uniheied.tfm) = %{tl_version} -Provides: tex(uniheiee.tfm) = %{tl_version} -Provides: tex(uniheief.tfm) = %{tl_version} -Provides: tex(uniheif0.tfm) = %{tl_version} -Provides: tex(uniheif1.tfm) = %{tl_version} -Provides: tex(uniheif2.tfm) = %{tl_version} -Provides: tex(uniheif3.tfm) = %{tl_version} -Provides: tex(uniheif4.tfm) = %{tl_version} -Provides: tex(uniheif5.tfm) = %{tl_version} -Provides: tex(uniheif6.tfm) = %{tl_version} -Provides: tex(uniheif7.tfm) = %{tl_version} -Provides: tex(uniheif8.tfm) = %{tl_version} -Provides: tex(uniheif9.tfm) = %{tl_version} -Provides: tex(uniheifa.tfm) = %{tl_version} -Provides: tex(uniheifb.tfm) = %{tl_version} -Provides: tex(uniheifc.tfm) = %{tl_version} -Provides: tex(uniheifd.tfm) = %{tl_version} -Provides: tex(uniheife.tfm) = %{tl_version} -Provides: tex(uniheiff.tfm) = %{tl_version} -Provides: tex(uniheisl00.tfm) = %{tl_version} -Provides: tex(uniheisl01.tfm) = %{tl_version} -Provides: tex(uniheisl02.tfm) = %{tl_version} -Provides: tex(uniheisl03.tfm) = %{tl_version} -Provides: tex(uniheisl04.tfm) = %{tl_version} -Provides: tex(uniheisl05.tfm) = %{tl_version} -Provides: tex(uniheisl06.tfm) = %{tl_version} -Provides: tex(uniheisl07.tfm) = %{tl_version} -Provides: tex(uniheisl08.tfm) = %{tl_version} -Provides: tex(uniheisl09.tfm) = %{tl_version} -Provides: tex(uniheisl0a.tfm) = %{tl_version} -Provides: tex(uniheisl0b.tfm) = %{tl_version} -Provides: tex(uniheisl0c.tfm) = %{tl_version} -Provides: tex(uniheisl0d.tfm) = %{tl_version} -Provides: tex(uniheisl0e.tfm) = %{tl_version} -Provides: tex(uniheisl0f.tfm) = %{tl_version} -Provides: tex(uniheisl10.tfm) = %{tl_version} -Provides: tex(uniheisl11.tfm) = %{tl_version} -Provides: tex(uniheisl12.tfm) = %{tl_version} -Provides: tex(uniheisl13.tfm) = %{tl_version} -Provides: tex(uniheisl14.tfm) = %{tl_version} -Provides: tex(uniheisl15.tfm) = %{tl_version} -Provides: tex(uniheisl16.tfm) = %{tl_version} -Provides: tex(uniheisl17.tfm) = %{tl_version} -Provides: tex(uniheisl18.tfm) = %{tl_version} -Provides: tex(uniheisl19.tfm) = %{tl_version} -Provides: tex(uniheisl1a.tfm) = %{tl_version} -Provides: tex(uniheisl1b.tfm) = %{tl_version} -Provides: tex(uniheisl1c.tfm) = %{tl_version} -Provides: tex(uniheisl1d.tfm) = %{tl_version} -Provides: tex(uniheisl1e.tfm) = %{tl_version} -Provides: tex(uniheisl1f.tfm) = %{tl_version} -Provides: tex(uniheisl20.tfm) = %{tl_version} -Provides: tex(uniheisl21.tfm) = %{tl_version} -Provides: tex(uniheisl22.tfm) = %{tl_version} -Provides: tex(uniheisl23.tfm) = %{tl_version} -Provides: tex(uniheisl24.tfm) = %{tl_version} -Provides: tex(uniheisl25.tfm) = %{tl_version} -Provides: tex(uniheisl26.tfm) = %{tl_version} -Provides: tex(uniheisl27.tfm) = %{tl_version} -Provides: tex(uniheisl28.tfm) = %{tl_version} -Provides: tex(uniheisl29.tfm) = %{tl_version} -Provides: tex(uniheisl2a.tfm) = %{tl_version} -Provides: tex(uniheisl2b.tfm) = %{tl_version} -Provides: tex(uniheisl2c.tfm) = %{tl_version} -Provides: tex(uniheisl2d.tfm) = %{tl_version} -Provides: tex(uniheisl2e.tfm) = %{tl_version} -Provides: tex(uniheisl2f.tfm) = %{tl_version} -Provides: tex(uniheisl30.tfm) = %{tl_version} -Provides: tex(uniheisl31.tfm) = %{tl_version} -Provides: tex(uniheisl32.tfm) = %{tl_version} -Provides: tex(uniheisl33.tfm) = %{tl_version} -Provides: tex(uniheisl34.tfm) = %{tl_version} -Provides: tex(uniheisl35.tfm) = %{tl_version} -Provides: tex(uniheisl36.tfm) = %{tl_version} -Provides: tex(uniheisl37.tfm) = %{tl_version} -Provides: tex(uniheisl38.tfm) = %{tl_version} -Provides: tex(uniheisl39.tfm) = %{tl_version} -Provides: tex(uniheisl3a.tfm) = %{tl_version} -Provides: tex(uniheisl3b.tfm) = %{tl_version} -Provides: tex(uniheisl3c.tfm) = %{tl_version} -Provides: tex(uniheisl3d.tfm) = %{tl_version} -Provides: tex(uniheisl3e.tfm) = %{tl_version} -Provides: tex(uniheisl3f.tfm) = %{tl_version} -Provides: tex(uniheisl40.tfm) = %{tl_version} -Provides: tex(uniheisl41.tfm) = %{tl_version} -Provides: tex(uniheisl42.tfm) = %{tl_version} -Provides: tex(uniheisl43.tfm) = %{tl_version} -Provides: tex(uniheisl44.tfm) = %{tl_version} -Provides: tex(uniheisl45.tfm) = %{tl_version} -Provides: tex(uniheisl46.tfm) = %{tl_version} -Provides: tex(uniheisl47.tfm) = %{tl_version} -Provides: tex(uniheisl48.tfm) = %{tl_version} -Provides: tex(uniheisl49.tfm) = %{tl_version} -Provides: tex(uniheisl4a.tfm) = %{tl_version} -Provides: tex(uniheisl4b.tfm) = %{tl_version} -Provides: tex(uniheisl4c.tfm) = %{tl_version} -Provides: tex(uniheisl4d.tfm) = %{tl_version} -Provides: tex(uniheisl4e.tfm) = %{tl_version} -Provides: tex(uniheisl4f.tfm) = %{tl_version} -Provides: tex(uniheisl50.tfm) = %{tl_version} -Provides: tex(uniheisl51.tfm) = %{tl_version} -Provides: tex(uniheisl52.tfm) = %{tl_version} -Provides: tex(uniheisl53.tfm) = %{tl_version} -Provides: tex(uniheisl54.tfm) = %{tl_version} -Provides: tex(uniheisl55.tfm) = %{tl_version} -Provides: tex(uniheisl56.tfm) = %{tl_version} -Provides: tex(uniheisl57.tfm) = %{tl_version} -Provides: tex(uniheisl58.tfm) = %{tl_version} -Provides: tex(uniheisl59.tfm) = %{tl_version} -Provides: tex(uniheisl5a.tfm) = %{tl_version} -Provides: tex(uniheisl5b.tfm) = %{tl_version} -Provides: tex(uniheisl5c.tfm) = %{tl_version} -Provides: tex(uniheisl5d.tfm) = %{tl_version} -Provides: tex(uniheisl5e.tfm) = %{tl_version} -Provides: tex(uniheisl5f.tfm) = %{tl_version} -Provides: tex(uniheisl60.tfm) = %{tl_version} -Provides: tex(uniheisl61.tfm) = %{tl_version} -Provides: tex(uniheisl62.tfm) = %{tl_version} -Provides: tex(uniheisl63.tfm) = %{tl_version} -Provides: tex(uniheisl64.tfm) = %{tl_version} -Provides: tex(uniheisl65.tfm) = %{tl_version} -Provides: tex(uniheisl66.tfm) = %{tl_version} -Provides: tex(uniheisl67.tfm) = %{tl_version} -Provides: tex(uniheisl68.tfm) = %{tl_version} -Provides: tex(uniheisl69.tfm) = %{tl_version} -Provides: tex(uniheisl6a.tfm) = %{tl_version} -Provides: tex(uniheisl6b.tfm) = %{tl_version} -Provides: tex(uniheisl6c.tfm) = %{tl_version} -Provides: tex(uniheisl6d.tfm) = %{tl_version} -Provides: tex(uniheisl6e.tfm) = %{tl_version} -Provides: tex(uniheisl6f.tfm) = %{tl_version} -Provides: tex(uniheisl70.tfm) = %{tl_version} -Provides: tex(uniheisl71.tfm) = %{tl_version} -Provides: tex(uniheisl72.tfm) = %{tl_version} -Provides: tex(uniheisl73.tfm) = %{tl_version} -Provides: tex(uniheisl74.tfm) = %{tl_version} -Provides: tex(uniheisl75.tfm) = %{tl_version} -Provides: tex(uniheisl76.tfm) = %{tl_version} -Provides: tex(uniheisl77.tfm) = %{tl_version} -Provides: tex(uniheisl78.tfm) = %{tl_version} -Provides: tex(uniheisl79.tfm) = %{tl_version} -Provides: tex(uniheisl7a.tfm) = %{tl_version} -Provides: tex(uniheisl7b.tfm) = %{tl_version} -Provides: tex(uniheisl7c.tfm) = %{tl_version} -Provides: tex(uniheisl7d.tfm) = %{tl_version} -Provides: tex(uniheisl7e.tfm) = %{tl_version} -Provides: tex(uniheisl7f.tfm) = %{tl_version} -Provides: tex(uniheisl80.tfm) = %{tl_version} -Provides: tex(uniheisl81.tfm) = %{tl_version} -Provides: tex(uniheisl82.tfm) = %{tl_version} -Provides: tex(uniheisl83.tfm) = %{tl_version} -Provides: tex(uniheisl84.tfm) = %{tl_version} -Provides: tex(uniheisl85.tfm) = %{tl_version} -Provides: tex(uniheisl86.tfm) = %{tl_version} -Provides: tex(uniheisl87.tfm) = %{tl_version} -Provides: tex(uniheisl88.tfm) = %{tl_version} -Provides: tex(uniheisl89.tfm) = %{tl_version} -Provides: tex(uniheisl8a.tfm) = %{tl_version} -Provides: tex(uniheisl8b.tfm) = %{tl_version} -Provides: tex(uniheisl8c.tfm) = %{tl_version} -Provides: tex(uniheisl8d.tfm) = %{tl_version} -Provides: tex(uniheisl8e.tfm) = %{tl_version} -Provides: tex(uniheisl8f.tfm) = %{tl_version} -Provides: tex(uniheisl90.tfm) = %{tl_version} -Provides: tex(uniheisl91.tfm) = %{tl_version} -Provides: tex(uniheisl92.tfm) = %{tl_version} -Provides: tex(uniheisl93.tfm) = %{tl_version} -Provides: tex(uniheisl94.tfm) = %{tl_version} -Provides: tex(uniheisl95.tfm) = %{tl_version} -Provides: tex(uniheisl96.tfm) = %{tl_version} -Provides: tex(uniheisl97.tfm) = %{tl_version} -Provides: tex(uniheisl98.tfm) = %{tl_version} -Provides: tex(uniheisl99.tfm) = %{tl_version} -Provides: tex(uniheisl9a.tfm) = %{tl_version} -Provides: tex(uniheisl9b.tfm) = %{tl_version} -Provides: tex(uniheisl9c.tfm) = %{tl_version} -Provides: tex(uniheisl9d.tfm) = %{tl_version} -Provides: tex(uniheisl9e.tfm) = %{tl_version} -Provides: tex(uniheisl9f.tfm) = %{tl_version} -Provides: tex(uniheisla0.tfm) = %{tl_version} -Provides: tex(uniheisla1.tfm) = %{tl_version} -Provides: tex(uniheisla2.tfm) = %{tl_version} -Provides: tex(uniheisla3.tfm) = %{tl_version} -Provides: tex(uniheisla4.tfm) = %{tl_version} -Provides: tex(uniheisla5.tfm) = %{tl_version} -Provides: tex(uniheisla6.tfm) = %{tl_version} -Provides: tex(uniheisla7.tfm) = %{tl_version} -Provides: tex(uniheisla8.tfm) = %{tl_version} -Provides: tex(uniheisla9.tfm) = %{tl_version} -Provides: tex(uniheislaa.tfm) = %{tl_version} -Provides: tex(uniheislab.tfm) = %{tl_version} -Provides: tex(uniheislac.tfm) = %{tl_version} -Provides: tex(uniheislad.tfm) = %{tl_version} -Provides: tex(uniheislae.tfm) = %{tl_version} -Provides: tex(uniheislaf.tfm) = %{tl_version} -Provides: tex(uniheislb0.tfm) = %{tl_version} -Provides: tex(uniheislb1.tfm) = %{tl_version} -Provides: tex(uniheislb2.tfm) = %{tl_version} -Provides: tex(uniheislb3.tfm) = %{tl_version} -Provides: tex(uniheislb4.tfm) = %{tl_version} -Provides: tex(uniheislb5.tfm) = %{tl_version} -Provides: tex(uniheislb6.tfm) = %{tl_version} -Provides: tex(uniheislb7.tfm) = %{tl_version} -Provides: tex(uniheislb8.tfm) = %{tl_version} -Provides: tex(uniheislb9.tfm) = %{tl_version} -Provides: tex(uniheislba.tfm) = %{tl_version} -Provides: tex(uniheislbb.tfm) = %{tl_version} -Provides: tex(uniheislbc.tfm) = %{tl_version} -Provides: tex(uniheislbd.tfm) = %{tl_version} -Provides: tex(uniheislbe.tfm) = %{tl_version} -Provides: tex(uniheislbf.tfm) = %{tl_version} -Provides: tex(uniheislc0.tfm) = %{tl_version} -Provides: tex(uniheislc1.tfm) = %{tl_version} -Provides: tex(uniheislc2.tfm) = %{tl_version} -Provides: tex(uniheislc3.tfm) = %{tl_version} -Provides: tex(uniheislc4.tfm) = %{tl_version} -Provides: tex(uniheislc5.tfm) = %{tl_version} -Provides: tex(uniheislc6.tfm) = %{tl_version} -Provides: tex(uniheislc7.tfm) = %{tl_version} -Provides: tex(uniheislc8.tfm) = %{tl_version} -Provides: tex(uniheislc9.tfm) = %{tl_version} -Provides: tex(uniheislca.tfm) = %{tl_version} -Provides: tex(uniheislcb.tfm) = %{tl_version} -Provides: tex(uniheislcc.tfm) = %{tl_version} -Provides: tex(uniheislcd.tfm) = %{tl_version} -Provides: tex(uniheislce.tfm) = %{tl_version} -Provides: tex(uniheislcf.tfm) = %{tl_version} -Provides: tex(uniheisld0.tfm) = %{tl_version} -Provides: tex(uniheisld1.tfm) = %{tl_version} -Provides: tex(uniheisld2.tfm) = %{tl_version} -Provides: tex(uniheisld3.tfm) = %{tl_version} -Provides: tex(uniheisld4.tfm) = %{tl_version} -Provides: tex(uniheisld5.tfm) = %{tl_version} -Provides: tex(uniheisld6.tfm) = %{tl_version} -Provides: tex(uniheisld7.tfm) = %{tl_version} -Provides: tex(uniheisld8.tfm) = %{tl_version} -Provides: tex(uniheisld9.tfm) = %{tl_version} -Provides: tex(uniheislda.tfm) = %{tl_version} -Provides: tex(uniheisldb.tfm) = %{tl_version} -Provides: tex(uniheisldc.tfm) = %{tl_version} -Provides: tex(uniheisldd.tfm) = %{tl_version} -Provides: tex(uniheislde.tfm) = %{tl_version} -Provides: tex(uniheisldf.tfm) = %{tl_version} -Provides: tex(uniheisle0.tfm) = %{tl_version} -Provides: tex(uniheisle1.tfm) = %{tl_version} -Provides: tex(uniheisle2.tfm) = %{tl_version} -Provides: tex(uniheisle3.tfm) = %{tl_version} -Provides: tex(uniheisle4.tfm) = %{tl_version} -Provides: tex(uniheisle5.tfm) = %{tl_version} -Provides: tex(uniheisle6.tfm) = %{tl_version} -Provides: tex(uniheisle7.tfm) = %{tl_version} -Provides: tex(uniheisle8.tfm) = %{tl_version} -Provides: tex(uniheisle9.tfm) = %{tl_version} -Provides: tex(uniheislea.tfm) = %{tl_version} -Provides: tex(uniheisleb.tfm) = %{tl_version} -Provides: tex(uniheislec.tfm) = %{tl_version} -Provides: tex(uniheisled.tfm) = %{tl_version} -Provides: tex(uniheislee.tfm) = %{tl_version} -Provides: tex(uniheislef.tfm) = %{tl_version} -Provides: tex(uniheislf0.tfm) = %{tl_version} -Provides: tex(uniheislf1.tfm) = %{tl_version} -Provides: tex(uniheislf2.tfm) = %{tl_version} -Provides: tex(uniheislf3.tfm) = %{tl_version} -Provides: tex(uniheislf4.tfm) = %{tl_version} -Provides: tex(uniheislf5.tfm) = %{tl_version} -Provides: tex(uniheislf6.tfm) = %{tl_version} -Provides: tex(uniheislf7.tfm) = %{tl_version} -Provides: tex(uniheislf8.tfm) = %{tl_version} -Provides: tex(uniheislf9.tfm) = %{tl_version} -Provides: tex(uniheislfa.tfm) = %{tl_version} -Provides: tex(uniheislfb.tfm) = %{tl_version} -Provides: tex(uniheislfc.tfm) = %{tl_version} -Provides: tex(uniheislfd.tfm) = %{tl_version} -Provides: tex(uniheislfe.tfm) = %{tl_version} -Provides: tex(uniheislff.tfm) = %{tl_version} -Provides: tex(unikai00.tfm) = %{tl_version} -Provides: tex(unikai01.tfm) = %{tl_version} -Provides: tex(unikai02.tfm) = %{tl_version} -Provides: tex(unikai03.tfm) = %{tl_version} -Provides: tex(unikai04.tfm) = %{tl_version} -Provides: tex(unikai05.tfm) = %{tl_version} -Provides: tex(unikai06.tfm) = %{tl_version} -Provides: tex(unikai07.tfm) = %{tl_version} -Provides: tex(unikai08.tfm) = %{tl_version} -Provides: tex(unikai09.tfm) = %{tl_version} -Provides: tex(unikai0a.tfm) = %{tl_version} -Provides: tex(unikai0b.tfm) = %{tl_version} -Provides: tex(unikai0c.tfm) = %{tl_version} -Provides: tex(unikai0d.tfm) = %{tl_version} -Provides: tex(unikai0e.tfm) = %{tl_version} -Provides: tex(unikai0f.tfm) = %{tl_version} -Provides: tex(unikai10.tfm) = %{tl_version} -Provides: tex(unikai11.tfm) = %{tl_version} -Provides: tex(unikai12.tfm) = %{tl_version} -Provides: tex(unikai13.tfm) = %{tl_version} -Provides: tex(unikai14.tfm) = %{tl_version} -Provides: tex(unikai15.tfm) = %{tl_version} -Provides: tex(unikai16.tfm) = %{tl_version} -Provides: tex(unikai17.tfm) = %{tl_version} -Provides: tex(unikai18.tfm) = %{tl_version} -Provides: tex(unikai19.tfm) = %{tl_version} -Provides: tex(unikai1a.tfm) = %{tl_version} -Provides: tex(unikai1b.tfm) = %{tl_version} -Provides: tex(unikai1c.tfm) = %{tl_version} -Provides: tex(unikai1d.tfm) = %{tl_version} -Provides: tex(unikai1e.tfm) = %{tl_version} -Provides: tex(unikai1f.tfm) = %{tl_version} -Provides: tex(unikai20.tfm) = %{tl_version} -Provides: tex(unikai21.tfm) = %{tl_version} -Provides: tex(unikai22.tfm) = %{tl_version} -Provides: tex(unikai23.tfm) = %{tl_version} -Provides: tex(unikai24.tfm) = %{tl_version} -Provides: tex(unikai25.tfm) = %{tl_version} -Provides: tex(unikai26.tfm) = %{tl_version} -Provides: tex(unikai27.tfm) = %{tl_version} -Provides: tex(unikai28.tfm) = %{tl_version} -Provides: tex(unikai29.tfm) = %{tl_version} -Provides: tex(unikai2a.tfm) = %{tl_version} -Provides: tex(unikai2b.tfm) = %{tl_version} -Provides: tex(unikai2c.tfm) = %{tl_version} -Provides: tex(unikai2d.tfm) = %{tl_version} -Provides: tex(unikai2e.tfm) = %{tl_version} -Provides: tex(unikai2f.tfm) = %{tl_version} -Provides: tex(unikai30.tfm) = %{tl_version} -Provides: tex(unikai31.tfm) = %{tl_version} -Provides: tex(unikai32.tfm) = %{tl_version} -Provides: tex(unikai33.tfm) = %{tl_version} -Provides: tex(unikai34.tfm) = %{tl_version} -Provides: tex(unikai35.tfm) = %{tl_version} -Provides: tex(unikai36.tfm) = %{tl_version} -Provides: tex(unikai37.tfm) = %{tl_version} -Provides: tex(unikai38.tfm) = %{tl_version} -Provides: tex(unikai39.tfm) = %{tl_version} -Provides: tex(unikai3a.tfm) = %{tl_version} -Provides: tex(unikai3b.tfm) = %{tl_version} -Provides: tex(unikai3c.tfm) = %{tl_version} -Provides: tex(unikai3d.tfm) = %{tl_version} -Provides: tex(unikai3e.tfm) = %{tl_version} -Provides: tex(unikai3f.tfm) = %{tl_version} -Provides: tex(unikai40.tfm) = %{tl_version} -Provides: tex(unikai41.tfm) = %{tl_version} -Provides: tex(unikai42.tfm) = %{tl_version} -Provides: tex(unikai43.tfm) = %{tl_version} -Provides: tex(unikai44.tfm) = %{tl_version} -Provides: tex(unikai45.tfm) = %{tl_version} -Provides: tex(unikai46.tfm) = %{tl_version} -Provides: tex(unikai47.tfm) = %{tl_version} -Provides: tex(unikai48.tfm) = %{tl_version} -Provides: tex(unikai49.tfm) = %{tl_version} -Provides: tex(unikai4a.tfm) = %{tl_version} -Provides: tex(unikai4b.tfm) = %{tl_version} -Provides: tex(unikai4c.tfm) = %{tl_version} -Provides: tex(unikai4d.tfm) = %{tl_version} -Provides: tex(unikai4e.tfm) = %{tl_version} -Provides: tex(unikai4f.tfm) = %{tl_version} -Provides: tex(unikai50.tfm) = %{tl_version} -Provides: tex(unikai51.tfm) = %{tl_version} -Provides: tex(unikai52.tfm) = %{tl_version} -Provides: tex(unikai53.tfm) = %{tl_version} -Provides: tex(unikai54.tfm) = %{tl_version} -Provides: tex(unikai55.tfm) = %{tl_version} -Provides: tex(unikai56.tfm) = %{tl_version} -Provides: tex(unikai57.tfm) = %{tl_version} -Provides: tex(unikai58.tfm) = %{tl_version} -Provides: tex(unikai59.tfm) = %{tl_version} -Provides: tex(unikai5a.tfm) = %{tl_version} -Provides: tex(unikai5b.tfm) = %{tl_version} -Provides: tex(unikai5c.tfm) = %{tl_version} -Provides: tex(unikai5d.tfm) = %{tl_version} -Provides: tex(unikai5e.tfm) = %{tl_version} -Provides: tex(unikai5f.tfm) = %{tl_version} -Provides: tex(unikai60.tfm) = %{tl_version} -Provides: tex(unikai61.tfm) = %{tl_version} -Provides: tex(unikai62.tfm) = %{tl_version} -Provides: tex(unikai63.tfm) = %{tl_version} -Provides: tex(unikai64.tfm) = %{tl_version} -Provides: tex(unikai65.tfm) = %{tl_version} -Provides: tex(unikai66.tfm) = %{tl_version} -Provides: tex(unikai67.tfm) = %{tl_version} -Provides: tex(unikai68.tfm) = %{tl_version} -Provides: tex(unikai69.tfm) = %{tl_version} -Provides: tex(unikai6a.tfm) = %{tl_version} -Provides: tex(unikai6b.tfm) = %{tl_version} -Provides: tex(unikai6c.tfm) = %{tl_version} -Provides: tex(unikai6d.tfm) = %{tl_version} -Provides: tex(unikai6e.tfm) = %{tl_version} -Provides: tex(unikai6f.tfm) = %{tl_version} -Provides: tex(unikai70.tfm) = %{tl_version} -Provides: tex(unikai71.tfm) = %{tl_version} -Provides: tex(unikai72.tfm) = %{tl_version} -Provides: tex(unikai73.tfm) = %{tl_version} -Provides: tex(unikai74.tfm) = %{tl_version} -Provides: tex(unikai75.tfm) = %{tl_version} -Provides: tex(unikai76.tfm) = %{tl_version} -Provides: tex(unikai77.tfm) = %{tl_version} -Provides: tex(unikai78.tfm) = %{tl_version} -Provides: tex(unikai79.tfm) = %{tl_version} -Provides: tex(unikai7a.tfm) = %{tl_version} -Provides: tex(unikai7b.tfm) = %{tl_version} -Provides: tex(unikai7c.tfm) = %{tl_version} -Provides: tex(unikai7d.tfm) = %{tl_version} -Provides: tex(unikai7e.tfm) = %{tl_version} -Provides: tex(unikai7f.tfm) = %{tl_version} -Provides: tex(unikai80.tfm) = %{tl_version} -Provides: tex(unikai81.tfm) = %{tl_version} -Provides: tex(unikai82.tfm) = %{tl_version} -Provides: tex(unikai83.tfm) = %{tl_version} -Provides: tex(unikai84.tfm) = %{tl_version} -Provides: tex(unikai85.tfm) = %{tl_version} -Provides: tex(unikai86.tfm) = %{tl_version} -Provides: tex(unikai87.tfm) = %{tl_version} -Provides: tex(unikai88.tfm) = %{tl_version} -Provides: tex(unikai89.tfm) = %{tl_version} -Provides: tex(unikai8a.tfm) = %{tl_version} -Provides: tex(unikai8b.tfm) = %{tl_version} -Provides: tex(unikai8c.tfm) = %{tl_version} -Provides: tex(unikai8d.tfm) = %{tl_version} -Provides: tex(unikai8e.tfm) = %{tl_version} -Provides: tex(unikai8f.tfm) = %{tl_version} -Provides: tex(unikai90.tfm) = %{tl_version} -Provides: tex(unikai91.tfm) = %{tl_version} -Provides: tex(unikai92.tfm) = %{tl_version} -Provides: tex(unikai93.tfm) = %{tl_version} -Provides: tex(unikai94.tfm) = %{tl_version} -Provides: tex(unikai95.tfm) = %{tl_version} -Provides: tex(unikai96.tfm) = %{tl_version} -Provides: tex(unikai97.tfm) = %{tl_version} -Provides: tex(unikai98.tfm) = %{tl_version} -Provides: tex(unikai99.tfm) = %{tl_version} -Provides: tex(unikai9a.tfm) = %{tl_version} -Provides: tex(unikai9b.tfm) = %{tl_version} -Provides: tex(unikai9c.tfm) = %{tl_version} -Provides: tex(unikai9d.tfm) = %{tl_version} -Provides: tex(unikai9e.tfm) = %{tl_version} -Provides: tex(unikai9f.tfm) = %{tl_version} -Provides: tex(unikaia0.tfm) = %{tl_version} -Provides: tex(unikaia1.tfm) = %{tl_version} -Provides: tex(unikaia2.tfm) = %{tl_version} -Provides: tex(unikaia3.tfm) = %{tl_version} -Provides: tex(unikaia4.tfm) = %{tl_version} -Provides: tex(unikaia5.tfm) = %{tl_version} -Provides: tex(unikaia6.tfm) = %{tl_version} -Provides: tex(unikaia7.tfm) = %{tl_version} -Provides: tex(unikaia8.tfm) = %{tl_version} -Provides: tex(unikaia9.tfm) = %{tl_version} -Provides: tex(unikaiaa.tfm) = %{tl_version} -Provides: tex(unikaiab.tfm) = %{tl_version} -Provides: tex(unikaiac.tfm) = %{tl_version} -Provides: tex(unikaiad.tfm) = %{tl_version} -Provides: tex(unikaiae.tfm) = %{tl_version} -Provides: tex(unikaiaf.tfm) = %{tl_version} -Provides: tex(unikaib0.tfm) = %{tl_version} -Provides: tex(unikaib1.tfm) = %{tl_version} -Provides: tex(unikaib2.tfm) = %{tl_version} -Provides: tex(unikaib3.tfm) = %{tl_version} -Provides: tex(unikaib4.tfm) = %{tl_version} -Provides: tex(unikaib5.tfm) = %{tl_version} -Provides: tex(unikaib6.tfm) = %{tl_version} -Provides: tex(unikaib7.tfm) = %{tl_version} -Provides: tex(unikaib8.tfm) = %{tl_version} -Provides: tex(unikaib9.tfm) = %{tl_version} -Provides: tex(unikaiba.tfm) = %{tl_version} -Provides: tex(unikaibb.tfm) = %{tl_version} -Provides: tex(unikaibc.tfm) = %{tl_version} -Provides: tex(unikaibd.tfm) = %{tl_version} -Provides: tex(unikaibe.tfm) = %{tl_version} -Provides: tex(unikaibf.tfm) = %{tl_version} -Provides: tex(unikaic0.tfm) = %{tl_version} -Provides: tex(unikaic1.tfm) = %{tl_version} -Provides: tex(unikaic2.tfm) = %{tl_version} -Provides: tex(unikaic3.tfm) = %{tl_version} -Provides: tex(unikaic4.tfm) = %{tl_version} -Provides: tex(unikaic5.tfm) = %{tl_version} -Provides: tex(unikaic6.tfm) = %{tl_version} -Provides: tex(unikaic7.tfm) = %{tl_version} -Provides: tex(unikaic8.tfm) = %{tl_version} -Provides: tex(unikaic9.tfm) = %{tl_version} -Provides: tex(unikaica.tfm) = %{tl_version} -Provides: tex(unikaicb.tfm) = %{tl_version} -Provides: tex(unikaicc.tfm) = %{tl_version} -Provides: tex(unikaicd.tfm) = %{tl_version} -Provides: tex(unikaice.tfm) = %{tl_version} -Provides: tex(unikaicf.tfm) = %{tl_version} -Provides: tex(unikaid0.tfm) = %{tl_version} -Provides: tex(unikaid1.tfm) = %{tl_version} -Provides: tex(unikaid2.tfm) = %{tl_version} -Provides: tex(unikaid3.tfm) = %{tl_version} -Provides: tex(unikaid4.tfm) = %{tl_version} -Provides: tex(unikaid5.tfm) = %{tl_version} -Provides: tex(unikaid6.tfm) = %{tl_version} -Provides: tex(unikaid7.tfm) = %{tl_version} -Provides: tex(unikaid8.tfm) = %{tl_version} -Provides: tex(unikaid9.tfm) = %{tl_version} -Provides: tex(unikaida.tfm) = %{tl_version} -Provides: tex(unikaidb.tfm) = %{tl_version} -Provides: tex(unikaidc.tfm) = %{tl_version} -Provides: tex(unikaidd.tfm) = %{tl_version} -Provides: tex(unikaide.tfm) = %{tl_version} -Provides: tex(unikaidf.tfm) = %{tl_version} -Provides: tex(unikaie0.tfm) = %{tl_version} -Provides: tex(unikaie1.tfm) = %{tl_version} -Provides: tex(unikaie2.tfm) = %{tl_version} -Provides: tex(unikaie3.tfm) = %{tl_version} -Provides: tex(unikaie4.tfm) = %{tl_version} -Provides: tex(unikaie5.tfm) = %{tl_version} -Provides: tex(unikaie6.tfm) = %{tl_version} -Provides: tex(unikaie7.tfm) = %{tl_version} -Provides: tex(unikaie8.tfm) = %{tl_version} -Provides: tex(unikaie9.tfm) = %{tl_version} -Provides: tex(unikaiea.tfm) = %{tl_version} -Provides: tex(unikaieb.tfm) = %{tl_version} -Provides: tex(unikaiec.tfm) = %{tl_version} -Provides: tex(unikaied.tfm) = %{tl_version} -Provides: tex(unikaiee.tfm) = %{tl_version} -Provides: tex(unikaief.tfm) = %{tl_version} -Provides: tex(unikaif0.tfm) = %{tl_version} -Provides: tex(unikaif1.tfm) = %{tl_version} -Provides: tex(unikaif2.tfm) = %{tl_version} -Provides: tex(unikaif3.tfm) = %{tl_version} -Provides: tex(unikaif4.tfm) = %{tl_version} -Provides: tex(unikaif5.tfm) = %{tl_version} -Provides: tex(unikaif6.tfm) = %{tl_version} -Provides: tex(unikaif7.tfm) = %{tl_version} -Provides: tex(unikaif8.tfm) = %{tl_version} -Provides: tex(unikaif9.tfm) = %{tl_version} -Provides: tex(unikaifa.tfm) = %{tl_version} -Provides: tex(unikaifb.tfm) = %{tl_version} -Provides: tex(unikaifc.tfm) = %{tl_version} -Provides: tex(unikaifd.tfm) = %{tl_version} -Provides: tex(unikaife.tfm) = %{tl_version} -Provides: tex(unikaiff.tfm) = %{tl_version} -Provides: tex(unikaisl00.tfm) = %{tl_version} -Provides: tex(unikaisl01.tfm) = %{tl_version} -Provides: tex(unikaisl02.tfm) = %{tl_version} -Provides: tex(unikaisl03.tfm) = %{tl_version} -Provides: tex(unikaisl04.tfm) = %{tl_version} -Provides: tex(unikaisl05.tfm) = %{tl_version} -Provides: tex(unikaisl06.tfm) = %{tl_version} -Provides: tex(unikaisl07.tfm) = %{tl_version} -Provides: tex(unikaisl08.tfm) = %{tl_version} -Provides: tex(unikaisl09.tfm) = %{tl_version} -Provides: tex(unikaisl0a.tfm) = %{tl_version} -Provides: tex(unikaisl0b.tfm) = %{tl_version} -Provides: tex(unikaisl0c.tfm) = %{tl_version} -Provides: tex(unikaisl0d.tfm) = %{tl_version} -Provides: tex(unikaisl0e.tfm) = %{tl_version} -Provides: tex(unikaisl0f.tfm) = %{tl_version} -Provides: tex(unikaisl10.tfm) = %{tl_version} -Provides: tex(unikaisl11.tfm) = %{tl_version} -Provides: tex(unikaisl12.tfm) = %{tl_version} -Provides: tex(unikaisl13.tfm) = %{tl_version} -Provides: tex(unikaisl14.tfm) = %{tl_version} -Provides: tex(unikaisl15.tfm) = %{tl_version} -Provides: tex(unikaisl16.tfm) = %{tl_version} -Provides: tex(unikaisl17.tfm) = %{tl_version} -Provides: tex(unikaisl18.tfm) = %{tl_version} -Provides: tex(unikaisl19.tfm) = %{tl_version} -Provides: tex(unikaisl1a.tfm) = %{tl_version} -Provides: tex(unikaisl1b.tfm) = %{tl_version} -Provides: tex(unikaisl1c.tfm) = %{tl_version} -Provides: tex(unikaisl1d.tfm) = %{tl_version} -Provides: tex(unikaisl1e.tfm) = %{tl_version} -Provides: tex(unikaisl1f.tfm) = %{tl_version} -Provides: tex(unikaisl20.tfm) = %{tl_version} -Provides: tex(unikaisl21.tfm) = %{tl_version} -Provides: tex(unikaisl22.tfm) = %{tl_version} -Provides: tex(unikaisl23.tfm) = %{tl_version} -Provides: tex(unikaisl24.tfm) = %{tl_version} -Provides: tex(unikaisl25.tfm) = %{tl_version} -Provides: tex(unikaisl26.tfm) = %{tl_version} -Provides: tex(unikaisl27.tfm) = %{tl_version} -Provides: tex(unikaisl28.tfm) = %{tl_version} -Provides: tex(unikaisl29.tfm) = %{tl_version} -Provides: tex(unikaisl2a.tfm) = %{tl_version} -Provides: tex(unikaisl2b.tfm) = %{tl_version} -Provides: tex(unikaisl2c.tfm) = %{tl_version} -Provides: tex(unikaisl2d.tfm) = %{tl_version} -Provides: tex(unikaisl2e.tfm) = %{tl_version} -Provides: tex(unikaisl2f.tfm) = %{tl_version} -Provides: tex(unikaisl30.tfm) = %{tl_version} -Provides: tex(unikaisl31.tfm) = %{tl_version} -Provides: tex(unikaisl32.tfm) = %{tl_version} -Provides: tex(unikaisl33.tfm) = %{tl_version} -Provides: tex(unikaisl34.tfm) = %{tl_version} -Provides: tex(unikaisl35.tfm) = %{tl_version} -Provides: tex(unikaisl36.tfm) = %{tl_version} -Provides: tex(unikaisl37.tfm) = %{tl_version} -Provides: tex(unikaisl38.tfm) = %{tl_version} -Provides: tex(unikaisl39.tfm) = %{tl_version} -Provides: tex(unikaisl3a.tfm) = %{tl_version} -Provides: tex(unikaisl3b.tfm) = %{tl_version} -Provides: tex(unikaisl3c.tfm) = %{tl_version} -Provides: tex(unikaisl3d.tfm) = %{tl_version} -Provides: tex(unikaisl3e.tfm) = %{tl_version} -Provides: tex(unikaisl3f.tfm) = %{tl_version} -Provides: tex(unikaisl40.tfm) = %{tl_version} -Provides: tex(unikaisl41.tfm) = %{tl_version} -Provides: tex(unikaisl42.tfm) = %{tl_version} -Provides: tex(unikaisl43.tfm) = %{tl_version} -Provides: tex(unikaisl44.tfm) = %{tl_version} -Provides: tex(unikaisl45.tfm) = %{tl_version} -Provides: tex(unikaisl46.tfm) = %{tl_version} -Provides: tex(unikaisl47.tfm) = %{tl_version} -Provides: tex(unikaisl48.tfm) = %{tl_version} -Provides: tex(unikaisl49.tfm) = %{tl_version} -Provides: tex(unikaisl4a.tfm) = %{tl_version} -Provides: tex(unikaisl4b.tfm) = %{tl_version} -Provides: tex(unikaisl4c.tfm) = %{tl_version} -Provides: tex(unikaisl4d.tfm) = %{tl_version} -Provides: tex(unikaisl4e.tfm) = %{tl_version} -Provides: tex(unikaisl4f.tfm) = %{tl_version} -Provides: tex(unikaisl50.tfm) = %{tl_version} -Provides: tex(unikaisl51.tfm) = %{tl_version} -Provides: tex(unikaisl52.tfm) = %{tl_version} -Provides: tex(unikaisl53.tfm) = %{tl_version} -Provides: tex(unikaisl54.tfm) = %{tl_version} -Provides: tex(unikaisl55.tfm) = %{tl_version} -Provides: tex(unikaisl56.tfm) = %{tl_version} -Provides: tex(unikaisl57.tfm) = %{tl_version} -Provides: tex(unikaisl58.tfm) = %{tl_version} -Provides: tex(unikaisl59.tfm) = %{tl_version} -Provides: tex(unikaisl5a.tfm) = %{tl_version} -Provides: tex(unikaisl5b.tfm) = %{tl_version} -Provides: tex(unikaisl5c.tfm) = %{tl_version} -Provides: tex(unikaisl5d.tfm) = %{tl_version} -Provides: tex(unikaisl5e.tfm) = %{tl_version} -Provides: tex(unikaisl5f.tfm) = %{tl_version} -Provides: tex(unikaisl60.tfm) = %{tl_version} -Provides: tex(unikaisl61.tfm) = %{tl_version} -Provides: tex(unikaisl62.tfm) = %{tl_version} -Provides: tex(unikaisl63.tfm) = %{tl_version} -Provides: tex(unikaisl64.tfm) = %{tl_version} -Provides: tex(unikaisl65.tfm) = %{tl_version} -Provides: tex(unikaisl66.tfm) = %{tl_version} -Provides: tex(unikaisl67.tfm) = %{tl_version} -Provides: tex(unikaisl68.tfm) = %{tl_version} -Provides: tex(unikaisl69.tfm) = %{tl_version} -Provides: tex(unikaisl6a.tfm) = %{tl_version} -Provides: tex(unikaisl6b.tfm) = %{tl_version} -Provides: tex(unikaisl6c.tfm) = %{tl_version} -Provides: tex(unikaisl6d.tfm) = %{tl_version} -Provides: tex(unikaisl6e.tfm) = %{tl_version} -Provides: tex(unikaisl6f.tfm) = %{tl_version} -Provides: tex(unikaisl70.tfm) = %{tl_version} -Provides: tex(unikaisl71.tfm) = %{tl_version} -Provides: tex(unikaisl72.tfm) = %{tl_version} -Provides: tex(unikaisl73.tfm) = %{tl_version} -Provides: tex(unikaisl74.tfm) = %{tl_version} -Provides: tex(unikaisl75.tfm) = %{tl_version} -Provides: tex(unikaisl76.tfm) = %{tl_version} -Provides: tex(unikaisl77.tfm) = %{tl_version} -Provides: tex(unikaisl78.tfm) = %{tl_version} -Provides: tex(unikaisl79.tfm) = %{tl_version} -Provides: tex(unikaisl7a.tfm) = %{tl_version} -Provides: tex(unikaisl7b.tfm) = %{tl_version} -Provides: tex(unikaisl7c.tfm) = %{tl_version} -Provides: tex(unikaisl7d.tfm) = %{tl_version} -Provides: tex(unikaisl7e.tfm) = %{tl_version} -Provides: tex(unikaisl7f.tfm) = %{tl_version} -Provides: tex(unikaisl80.tfm) = %{tl_version} -Provides: tex(unikaisl81.tfm) = %{tl_version} -Provides: tex(unikaisl82.tfm) = %{tl_version} -Provides: tex(unikaisl83.tfm) = %{tl_version} -Provides: tex(unikaisl84.tfm) = %{tl_version} -Provides: tex(unikaisl85.tfm) = %{tl_version} -Provides: tex(unikaisl86.tfm) = %{tl_version} -Provides: tex(unikaisl87.tfm) = %{tl_version} -Provides: tex(unikaisl88.tfm) = %{tl_version} -Provides: tex(unikaisl89.tfm) = %{tl_version} -Provides: tex(unikaisl8a.tfm) = %{tl_version} -Provides: tex(unikaisl8b.tfm) = %{tl_version} -Provides: tex(unikaisl8c.tfm) = %{tl_version} -Provides: tex(unikaisl8d.tfm) = %{tl_version} -Provides: tex(unikaisl8e.tfm) = %{tl_version} -Provides: tex(unikaisl8f.tfm) = %{tl_version} -Provides: tex(unikaisl90.tfm) = %{tl_version} -Provides: tex(unikaisl91.tfm) = %{tl_version} -Provides: tex(unikaisl92.tfm) = %{tl_version} -Provides: tex(unikaisl93.tfm) = %{tl_version} -Provides: tex(unikaisl94.tfm) = %{tl_version} -Provides: tex(unikaisl95.tfm) = %{tl_version} -Provides: tex(unikaisl96.tfm) = %{tl_version} -Provides: tex(unikaisl97.tfm) = %{tl_version} -Provides: tex(unikaisl98.tfm) = %{tl_version} -Provides: tex(unikaisl99.tfm) = %{tl_version} -Provides: tex(unikaisl9a.tfm) = %{tl_version} -Provides: tex(unikaisl9b.tfm) = %{tl_version} -Provides: tex(unikaisl9c.tfm) = %{tl_version} -Provides: tex(unikaisl9d.tfm) = %{tl_version} -Provides: tex(unikaisl9e.tfm) = %{tl_version} -Provides: tex(unikaisl9f.tfm) = %{tl_version} -Provides: tex(unikaisla0.tfm) = %{tl_version} -Provides: tex(unikaisla1.tfm) = %{tl_version} -Provides: tex(unikaisla2.tfm) = %{tl_version} -Provides: tex(unikaisla3.tfm) = %{tl_version} -Provides: tex(unikaisla4.tfm) = %{tl_version} -Provides: tex(unikaisla5.tfm) = %{tl_version} -Provides: tex(unikaisla6.tfm) = %{tl_version} -Provides: tex(unikaisla7.tfm) = %{tl_version} -Provides: tex(unikaisla8.tfm) = %{tl_version} -Provides: tex(unikaisla9.tfm) = %{tl_version} -Provides: tex(unikaislaa.tfm) = %{tl_version} -Provides: tex(unikaislab.tfm) = %{tl_version} -Provides: tex(unikaislac.tfm) = %{tl_version} -Provides: tex(unikaislad.tfm) = %{tl_version} -Provides: tex(unikaislae.tfm) = %{tl_version} -Provides: tex(unikaislaf.tfm) = %{tl_version} -Provides: tex(unikaislb0.tfm) = %{tl_version} -Provides: tex(unikaislb1.tfm) = %{tl_version} -Provides: tex(unikaislb2.tfm) = %{tl_version} -Provides: tex(unikaislb3.tfm) = %{tl_version} -Provides: tex(unikaislb4.tfm) = %{tl_version} -Provides: tex(unikaislb5.tfm) = %{tl_version} -Provides: tex(unikaislb6.tfm) = %{tl_version} -Provides: tex(unikaislb7.tfm) = %{tl_version} -Provides: tex(unikaislb8.tfm) = %{tl_version} -Provides: tex(unikaislb9.tfm) = %{tl_version} -Provides: tex(unikaislba.tfm) = %{tl_version} -Provides: tex(unikaislbb.tfm) = %{tl_version} -Provides: tex(unikaislbc.tfm) = %{tl_version} -Provides: tex(unikaislbd.tfm) = %{tl_version} -Provides: tex(unikaislbe.tfm) = %{tl_version} -Provides: tex(unikaislbf.tfm) = %{tl_version} -Provides: tex(unikaislc0.tfm) = %{tl_version} -Provides: tex(unikaislc1.tfm) = %{tl_version} -Provides: tex(unikaislc2.tfm) = %{tl_version} -Provides: tex(unikaislc3.tfm) = %{tl_version} -Provides: tex(unikaislc4.tfm) = %{tl_version} -Provides: tex(unikaislc5.tfm) = %{tl_version} -Provides: tex(unikaislc6.tfm) = %{tl_version} -Provides: tex(unikaislc7.tfm) = %{tl_version} -Provides: tex(unikaislc8.tfm) = %{tl_version} -Provides: tex(unikaislc9.tfm) = %{tl_version} -Provides: tex(unikaislca.tfm) = %{tl_version} -Provides: tex(unikaislcb.tfm) = %{tl_version} -Provides: tex(unikaislcc.tfm) = %{tl_version} -Provides: tex(unikaislcd.tfm) = %{tl_version} -Provides: tex(unikaislce.tfm) = %{tl_version} -Provides: tex(unikaislcf.tfm) = %{tl_version} -Provides: tex(unikaisld0.tfm) = %{tl_version} -Provides: tex(unikaisld1.tfm) = %{tl_version} -Provides: tex(unikaisld2.tfm) = %{tl_version} -Provides: tex(unikaisld3.tfm) = %{tl_version} -Provides: tex(unikaisld4.tfm) = %{tl_version} -Provides: tex(unikaisld5.tfm) = %{tl_version} -Provides: tex(unikaisld6.tfm) = %{tl_version} -Provides: tex(unikaisld7.tfm) = %{tl_version} -Provides: tex(unikaisld8.tfm) = %{tl_version} -Provides: tex(unikaisld9.tfm) = %{tl_version} -Provides: tex(unikaislda.tfm) = %{tl_version} -Provides: tex(unikaisldb.tfm) = %{tl_version} -Provides: tex(unikaisldc.tfm) = %{tl_version} -Provides: tex(unikaisldd.tfm) = %{tl_version} -Provides: tex(unikaislde.tfm) = %{tl_version} -Provides: tex(unikaisldf.tfm) = %{tl_version} -Provides: tex(unikaisle0.tfm) = %{tl_version} -Provides: tex(unikaisle1.tfm) = %{tl_version} -Provides: tex(unikaisle2.tfm) = %{tl_version} -Provides: tex(unikaisle3.tfm) = %{tl_version} -Provides: tex(unikaisle4.tfm) = %{tl_version} -Provides: tex(unikaisle5.tfm) = %{tl_version} -Provides: tex(unikaisle6.tfm) = %{tl_version} -Provides: tex(unikaisle7.tfm) = %{tl_version} -Provides: tex(unikaisle8.tfm) = %{tl_version} -Provides: tex(unikaisle9.tfm) = %{tl_version} -Provides: tex(unikaislea.tfm) = %{tl_version} -Provides: tex(unikaisleb.tfm) = %{tl_version} -Provides: tex(unikaislec.tfm) = %{tl_version} -Provides: tex(unikaisled.tfm) = %{tl_version} -Provides: tex(unikaislee.tfm) = %{tl_version} -Provides: tex(unikaislef.tfm) = %{tl_version} -Provides: tex(unikaislf0.tfm) = %{tl_version} -Provides: tex(unikaislf1.tfm) = %{tl_version} -Provides: tex(unikaislf2.tfm) = %{tl_version} -Provides: tex(unikaislf3.tfm) = %{tl_version} -Provides: tex(unikaislf4.tfm) = %{tl_version} -Provides: tex(unikaislf5.tfm) = %{tl_version} -Provides: tex(unikaislf6.tfm) = %{tl_version} -Provides: tex(unikaislf7.tfm) = %{tl_version} -Provides: tex(unikaislf8.tfm) = %{tl_version} -Provides: tex(unikaislf9.tfm) = %{tl_version} -Provides: tex(unikaislfa.tfm) = %{tl_version} -Provides: tex(unikaislfb.tfm) = %{tl_version} -Provides: tex(unikaislfc.tfm) = %{tl_version} -Provides: tex(unikaislfd.tfm) = %{tl_version} -Provides: tex(unikaislfe.tfm) = %{tl_version} -Provides: tex(unikaislff.tfm) = %{tl_version} -Provides: tex(unili00.tfm) = %{tl_version} -Provides: tex(unili01.tfm) = %{tl_version} -Provides: tex(unili02.tfm) = %{tl_version} -Provides: tex(unili03.tfm) = %{tl_version} -Provides: tex(unili04.tfm) = %{tl_version} -Provides: tex(unili05.tfm) = %{tl_version} -Provides: tex(unili06.tfm) = %{tl_version} -Provides: tex(unili07.tfm) = %{tl_version} -Provides: tex(unili08.tfm) = %{tl_version} -Provides: tex(unili09.tfm) = %{tl_version} -Provides: tex(unili0a.tfm) = %{tl_version} -Provides: tex(unili0b.tfm) = %{tl_version} -Provides: tex(unili0c.tfm) = %{tl_version} -Provides: tex(unili0d.tfm) = %{tl_version} -Provides: tex(unili0e.tfm) = %{tl_version} -Provides: tex(unili0f.tfm) = %{tl_version} -Provides: tex(unili10.tfm) = %{tl_version} -Provides: tex(unili11.tfm) = %{tl_version} -Provides: tex(unili12.tfm) = %{tl_version} -Provides: tex(unili13.tfm) = %{tl_version} -Provides: tex(unili14.tfm) = %{tl_version} -Provides: tex(unili15.tfm) = %{tl_version} -Provides: tex(unili16.tfm) = %{tl_version} -Provides: tex(unili17.tfm) = %{tl_version} -Provides: tex(unili18.tfm) = %{tl_version} -Provides: tex(unili19.tfm) = %{tl_version} -Provides: tex(unili1a.tfm) = %{tl_version} -Provides: tex(unili1b.tfm) = %{tl_version} -Provides: tex(unili1c.tfm) = %{tl_version} -Provides: tex(unili1d.tfm) = %{tl_version} -Provides: tex(unili1e.tfm) = %{tl_version} -Provides: tex(unili1f.tfm) = %{tl_version} -Provides: tex(unili20.tfm) = %{tl_version} -Provides: tex(unili21.tfm) = %{tl_version} -Provides: tex(unili22.tfm) = %{tl_version} -Provides: tex(unili23.tfm) = %{tl_version} -Provides: tex(unili24.tfm) = %{tl_version} -Provides: tex(unili25.tfm) = %{tl_version} -Provides: tex(unili26.tfm) = %{tl_version} -Provides: tex(unili27.tfm) = %{tl_version} -Provides: tex(unili28.tfm) = %{tl_version} -Provides: tex(unili29.tfm) = %{tl_version} -Provides: tex(unili2a.tfm) = %{tl_version} -Provides: tex(unili2b.tfm) = %{tl_version} -Provides: tex(unili2c.tfm) = %{tl_version} -Provides: tex(unili2d.tfm) = %{tl_version} -Provides: tex(unili2e.tfm) = %{tl_version} -Provides: tex(unili2f.tfm) = %{tl_version} -Provides: tex(unili30.tfm) = %{tl_version} -Provides: tex(unili31.tfm) = %{tl_version} -Provides: tex(unili32.tfm) = %{tl_version} -Provides: tex(unili33.tfm) = %{tl_version} -Provides: tex(unili34.tfm) = %{tl_version} -Provides: tex(unili35.tfm) = %{tl_version} -Provides: tex(unili36.tfm) = %{tl_version} -Provides: tex(unili37.tfm) = %{tl_version} -Provides: tex(unili38.tfm) = %{tl_version} -Provides: tex(unili39.tfm) = %{tl_version} -Provides: tex(unili3a.tfm) = %{tl_version} -Provides: tex(unili3b.tfm) = %{tl_version} -Provides: tex(unili3c.tfm) = %{tl_version} -Provides: tex(unili3d.tfm) = %{tl_version} -Provides: tex(unili3e.tfm) = %{tl_version} -Provides: tex(unili3f.tfm) = %{tl_version} -Provides: tex(unili40.tfm) = %{tl_version} -Provides: tex(unili41.tfm) = %{tl_version} -Provides: tex(unili42.tfm) = %{tl_version} -Provides: tex(unili43.tfm) = %{tl_version} -Provides: tex(unili44.tfm) = %{tl_version} -Provides: tex(unili45.tfm) = %{tl_version} -Provides: tex(unili46.tfm) = %{tl_version} -Provides: tex(unili47.tfm) = %{tl_version} -Provides: tex(unili48.tfm) = %{tl_version} -Provides: tex(unili49.tfm) = %{tl_version} -Provides: tex(unili4a.tfm) = %{tl_version} -Provides: tex(unili4b.tfm) = %{tl_version} -Provides: tex(unili4c.tfm) = %{tl_version} -Provides: tex(unili4d.tfm) = %{tl_version} -Provides: tex(unili4e.tfm) = %{tl_version} -Provides: tex(unili4f.tfm) = %{tl_version} -Provides: tex(unili50.tfm) = %{tl_version} -Provides: tex(unili51.tfm) = %{tl_version} -Provides: tex(unili52.tfm) = %{tl_version} -Provides: tex(unili53.tfm) = %{tl_version} -Provides: tex(unili54.tfm) = %{tl_version} -Provides: tex(unili55.tfm) = %{tl_version} -Provides: tex(unili56.tfm) = %{tl_version} -Provides: tex(unili57.tfm) = %{tl_version} -Provides: tex(unili58.tfm) = %{tl_version} -Provides: tex(unili59.tfm) = %{tl_version} -Provides: tex(unili5a.tfm) = %{tl_version} -Provides: tex(unili5b.tfm) = %{tl_version} -Provides: tex(unili5c.tfm) = %{tl_version} -Provides: tex(unili5d.tfm) = %{tl_version} -Provides: tex(unili5e.tfm) = %{tl_version} -Provides: tex(unili5f.tfm) = %{tl_version} -Provides: tex(unili60.tfm) = %{tl_version} -Provides: tex(unili61.tfm) = %{tl_version} -Provides: tex(unili62.tfm) = %{tl_version} -Provides: tex(unili63.tfm) = %{tl_version} -Provides: tex(unili64.tfm) = %{tl_version} -Provides: tex(unili65.tfm) = %{tl_version} -Provides: tex(unili66.tfm) = %{tl_version} -Provides: tex(unili67.tfm) = %{tl_version} -Provides: tex(unili68.tfm) = %{tl_version} -Provides: tex(unili69.tfm) = %{tl_version} -Provides: tex(unili6a.tfm) = %{tl_version} -Provides: tex(unili6b.tfm) = %{tl_version} -Provides: tex(unili6c.tfm) = %{tl_version} -Provides: tex(unili6d.tfm) = %{tl_version} -Provides: tex(unili6e.tfm) = %{tl_version} -Provides: tex(unili6f.tfm) = %{tl_version} -Provides: tex(unili70.tfm) = %{tl_version} -Provides: tex(unili71.tfm) = %{tl_version} -Provides: tex(unili72.tfm) = %{tl_version} -Provides: tex(unili73.tfm) = %{tl_version} -Provides: tex(unili74.tfm) = %{tl_version} -Provides: tex(unili75.tfm) = %{tl_version} -Provides: tex(unili76.tfm) = %{tl_version} -Provides: tex(unili77.tfm) = %{tl_version} -Provides: tex(unili78.tfm) = %{tl_version} -Provides: tex(unili79.tfm) = %{tl_version} -Provides: tex(unili7a.tfm) = %{tl_version} -Provides: tex(unili7b.tfm) = %{tl_version} -Provides: tex(unili7c.tfm) = %{tl_version} -Provides: tex(unili7d.tfm) = %{tl_version} -Provides: tex(unili7e.tfm) = %{tl_version} -Provides: tex(unili7f.tfm) = %{tl_version} -Provides: tex(unili80.tfm) = %{tl_version} -Provides: tex(unili81.tfm) = %{tl_version} -Provides: tex(unili82.tfm) = %{tl_version} -Provides: tex(unili83.tfm) = %{tl_version} -Provides: tex(unili84.tfm) = %{tl_version} -Provides: tex(unili85.tfm) = %{tl_version} -Provides: tex(unili86.tfm) = %{tl_version} -Provides: tex(unili87.tfm) = %{tl_version} -Provides: tex(unili88.tfm) = %{tl_version} -Provides: tex(unili89.tfm) = %{tl_version} -Provides: tex(unili8a.tfm) = %{tl_version} -Provides: tex(unili8b.tfm) = %{tl_version} -Provides: tex(unili8c.tfm) = %{tl_version} -Provides: tex(unili8d.tfm) = %{tl_version} -Provides: tex(unili8e.tfm) = %{tl_version} -Provides: tex(unili8f.tfm) = %{tl_version} -Provides: tex(unili90.tfm) = %{tl_version} -Provides: tex(unili91.tfm) = %{tl_version} -Provides: tex(unili92.tfm) = %{tl_version} -Provides: tex(unili93.tfm) = %{tl_version} -Provides: tex(unili94.tfm) = %{tl_version} -Provides: tex(unili95.tfm) = %{tl_version} -Provides: tex(unili96.tfm) = %{tl_version} -Provides: tex(unili97.tfm) = %{tl_version} -Provides: tex(unili98.tfm) = %{tl_version} -Provides: tex(unili99.tfm) = %{tl_version} -Provides: tex(unili9a.tfm) = %{tl_version} -Provides: tex(unili9b.tfm) = %{tl_version} -Provides: tex(unili9c.tfm) = %{tl_version} -Provides: tex(unili9d.tfm) = %{tl_version} -Provides: tex(unili9e.tfm) = %{tl_version} -Provides: tex(unili9f.tfm) = %{tl_version} -Provides: tex(unilia0.tfm) = %{tl_version} -Provides: tex(unilia1.tfm) = %{tl_version} -Provides: tex(unilia2.tfm) = %{tl_version} -Provides: tex(unilia3.tfm) = %{tl_version} -Provides: tex(unilia4.tfm) = %{tl_version} -Provides: tex(unilia5.tfm) = %{tl_version} -Provides: tex(unilia6.tfm) = %{tl_version} -Provides: tex(unilia7.tfm) = %{tl_version} -Provides: tex(unilia8.tfm) = %{tl_version} -Provides: tex(unilia9.tfm) = %{tl_version} -Provides: tex(uniliaa.tfm) = %{tl_version} -Provides: tex(uniliab.tfm) = %{tl_version} -Provides: tex(uniliac.tfm) = %{tl_version} -Provides: tex(uniliad.tfm) = %{tl_version} -Provides: tex(uniliae.tfm) = %{tl_version} -Provides: tex(uniliaf.tfm) = %{tl_version} -Provides: tex(unilib0.tfm) = %{tl_version} -Provides: tex(unilib1.tfm) = %{tl_version} -Provides: tex(unilib2.tfm) = %{tl_version} -Provides: tex(unilib3.tfm) = %{tl_version} -Provides: tex(unilib4.tfm) = %{tl_version} -Provides: tex(unilib5.tfm) = %{tl_version} -Provides: tex(unilib6.tfm) = %{tl_version} -Provides: tex(unilib7.tfm) = %{tl_version} -Provides: tex(unilib8.tfm) = %{tl_version} -Provides: tex(unilib9.tfm) = %{tl_version} -Provides: tex(uniliba.tfm) = %{tl_version} -Provides: tex(unilibb.tfm) = %{tl_version} -Provides: tex(unilibc.tfm) = %{tl_version} -Provides: tex(unilibd.tfm) = %{tl_version} -Provides: tex(unilibe.tfm) = %{tl_version} -Provides: tex(unilibf.tfm) = %{tl_version} -Provides: tex(unilic0.tfm) = %{tl_version} -Provides: tex(unilic1.tfm) = %{tl_version} -Provides: tex(unilic2.tfm) = %{tl_version} -Provides: tex(unilic3.tfm) = %{tl_version} -Provides: tex(unilic4.tfm) = %{tl_version} -Provides: tex(unilic5.tfm) = %{tl_version} -Provides: tex(unilic6.tfm) = %{tl_version} -Provides: tex(unilic7.tfm) = %{tl_version} -Provides: tex(unilic8.tfm) = %{tl_version} -Provides: tex(unilic9.tfm) = %{tl_version} -Provides: tex(unilica.tfm) = %{tl_version} -Provides: tex(unilicb.tfm) = %{tl_version} -Provides: tex(unilicc.tfm) = %{tl_version} -Provides: tex(unilicd.tfm) = %{tl_version} -Provides: tex(unilice.tfm) = %{tl_version} -Provides: tex(unilicf.tfm) = %{tl_version} -Provides: tex(unilid0.tfm) = %{tl_version} -Provides: tex(unilid1.tfm) = %{tl_version} -Provides: tex(unilid2.tfm) = %{tl_version} -Provides: tex(unilid3.tfm) = %{tl_version} -Provides: tex(unilid4.tfm) = %{tl_version} -Provides: tex(unilid5.tfm) = %{tl_version} -Provides: tex(unilid6.tfm) = %{tl_version} -Provides: tex(unilid7.tfm) = %{tl_version} -Provides: tex(unilid8.tfm) = %{tl_version} -Provides: tex(unilid9.tfm) = %{tl_version} -Provides: tex(unilida.tfm) = %{tl_version} -Provides: tex(unilidb.tfm) = %{tl_version} -Provides: tex(unilidc.tfm) = %{tl_version} -Provides: tex(unilidd.tfm) = %{tl_version} -Provides: tex(unilide.tfm) = %{tl_version} -Provides: tex(unilidf.tfm) = %{tl_version} -Provides: tex(unilie0.tfm) = %{tl_version} -Provides: tex(unilie1.tfm) = %{tl_version} -Provides: tex(unilie2.tfm) = %{tl_version} -Provides: tex(unilie3.tfm) = %{tl_version} -Provides: tex(unilie4.tfm) = %{tl_version} -Provides: tex(unilie5.tfm) = %{tl_version} -Provides: tex(unilie6.tfm) = %{tl_version} -Provides: tex(unilie7.tfm) = %{tl_version} -Provides: tex(unilie8.tfm) = %{tl_version} -Provides: tex(unilie9.tfm) = %{tl_version} -Provides: tex(uniliea.tfm) = %{tl_version} -Provides: tex(unilieb.tfm) = %{tl_version} -Provides: tex(uniliec.tfm) = %{tl_version} -Provides: tex(unilied.tfm) = %{tl_version} -Provides: tex(uniliee.tfm) = %{tl_version} -Provides: tex(unilief.tfm) = %{tl_version} -Provides: tex(unilif0.tfm) = %{tl_version} -Provides: tex(unilif1.tfm) = %{tl_version} -Provides: tex(unilif2.tfm) = %{tl_version} -Provides: tex(unilif3.tfm) = %{tl_version} -Provides: tex(unilif4.tfm) = %{tl_version} -Provides: tex(unilif5.tfm) = %{tl_version} -Provides: tex(unilif6.tfm) = %{tl_version} -Provides: tex(unilif7.tfm) = %{tl_version} -Provides: tex(unilif8.tfm) = %{tl_version} -Provides: tex(unilif9.tfm) = %{tl_version} -Provides: tex(unilifa.tfm) = %{tl_version} -Provides: tex(unilifb.tfm) = %{tl_version} -Provides: tex(unilifc.tfm) = %{tl_version} -Provides: tex(unilifd.tfm) = %{tl_version} -Provides: tex(unilife.tfm) = %{tl_version} -Provides: tex(uniliff.tfm) = %{tl_version} -Provides: tex(unilisl00.tfm) = %{tl_version} -Provides: tex(unilisl01.tfm) = %{tl_version} -Provides: tex(unilisl02.tfm) = %{tl_version} -Provides: tex(unilisl03.tfm) = %{tl_version} -Provides: tex(unilisl04.tfm) = %{tl_version} -Provides: tex(unilisl05.tfm) = %{tl_version} -Provides: tex(unilisl06.tfm) = %{tl_version} -Provides: tex(unilisl07.tfm) = %{tl_version} -Provides: tex(unilisl08.tfm) = %{tl_version} -Provides: tex(unilisl09.tfm) = %{tl_version} -Provides: tex(unilisl0a.tfm) = %{tl_version} -Provides: tex(unilisl0b.tfm) = %{tl_version} -Provides: tex(unilisl0c.tfm) = %{tl_version} -Provides: tex(unilisl0d.tfm) = %{tl_version} -Provides: tex(unilisl0e.tfm) = %{tl_version} -Provides: tex(unilisl0f.tfm) = %{tl_version} -Provides: tex(unilisl10.tfm) = %{tl_version} -Provides: tex(unilisl11.tfm) = %{tl_version} -Provides: tex(unilisl12.tfm) = %{tl_version} -Provides: tex(unilisl13.tfm) = %{tl_version} -Provides: tex(unilisl14.tfm) = %{tl_version} -Provides: tex(unilisl15.tfm) = %{tl_version} -Provides: tex(unilisl16.tfm) = %{tl_version} -Provides: tex(unilisl17.tfm) = %{tl_version} -Provides: tex(unilisl18.tfm) = %{tl_version} -Provides: tex(unilisl19.tfm) = %{tl_version} -Provides: tex(unilisl1a.tfm) = %{tl_version} -Provides: tex(unilisl1b.tfm) = %{tl_version} -Provides: tex(unilisl1c.tfm) = %{tl_version} -Provides: tex(unilisl1d.tfm) = %{tl_version} -Provides: tex(unilisl1e.tfm) = %{tl_version} -Provides: tex(unilisl1f.tfm) = %{tl_version} -Provides: tex(unilisl20.tfm) = %{tl_version} -Provides: tex(unilisl21.tfm) = %{tl_version} -Provides: tex(unilisl22.tfm) = %{tl_version} -Provides: tex(unilisl23.tfm) = %{tl_version} -Provides: tex(unilisl24.tfm) = %{tl_version} -Provides: tex(unilisl25.tfm) = %{tl_version} -Provides: tex(unilisl26.tfm) = %{tl_version} -Provides: tex(unilisl27.tfm) = %{tl_version} -Provides: tex(unilisl28.tfm) = %{tl_version} -Provides: tex(unilisl29.tfm) = %{tl_version} -Provides: tex(unilisl2a.tfm) = %{tl_version} -Provides: tex(unilisl2b.tfm) = %{tl_version} -Provides: tex(unilisl2c.tfm) = %{tl_version} -Provides: tex(unilisl2d.tfm) = %{tl_version} -Provides: tex(unilisl2e.tfm) = %{tl_version} -Provides: tex(unilisl2f.tfm) = %{tl_version} -Provides: tex(unilisl30.tfm) = %{tl_version} -Provides: tex(unilisl31.tfm) = %{tl_version} -Provides: tex(unilisl32.tfm) = %{tl_version} -Provides: tex(unilisl33.tfm) = %{tl_version} -Provides: tex(unilisl34.tfm) = %{tl_version} -Provides: tex(unilisl35.tfm) = %{tl_version} -Provides: tex(unilisl36.tfm) = %{tl_version} -Provides: tex(unilisl37.tfm) = %{tl_version} -Provides: tex(unilisl38.tfm) = %{tl_version} -Provides: tex(unilisl39.tfm) = %{tl_version} -Provides: tex(unilisl3a.tfm) = %{tl_version} -Provides: tex(unilisl3b.tfm) = %{tl_version} -Provides: tex(unilisl3c.tfm) = %{tl_version} -Provides: tex(unilisl3d.tfm) = %{tl_version} -Provides: tex(unilisl3e.tfm) = %{tl_version} -Provides: tex(unilisl3f.tfm) = %{tl_version} -Provides: tex(unilisl40.tfm) = %{tl_version} -Provides: tex(unilisl41.tfm) = %{tl_version} -Provides: tex(unilisl42.tfm) = %{tl_version} -Provides: tex(unilisl43.tfm) = %{tl_version} -Provides: tex(unilisl44.tfm) = %{tl_version} -Provides: tex(unilisl45.tfm) = %{tl_version} -Provides: tex(unilisl46.tfm) = %{tl_version} -Provides: tex(unilisl47.tfm) = %{tl_version} -Provides: tex(unilisl48.tfm) = %{tl_version} -Provides: tex(unilisl49.tfm) = %{tl_version} -Provides: tex(unilisl4a.tfm) = %{tl_version} -Provides: tex(unilisl4b.tfm) = %{tl_version} -Provides: tex(unilisl4c.tfm) = %{tl_version} -Provides: tex(unilisl4d.tfm) = %{tl_version} -Provides: tex(unilisl4e.tfm) = %{tl_version} -Provides: tex(unilisl4f.tfm) = %{tl_version} -Provides: tex(unilisl50.tfm) = %{tl_version} -Provides: tex(unilisl51.tfm) = %{tl_version} -Provides: tex(unilisl52.tfm) = %{tl_version} -Provides: tex(unilisl53.tfm) = %{tl_version} -Provides: tex(unilisl54.tfm) = %{tl_version} -Provides: tex(unilisl55.tfm) = %{tl_version} -Provides: tex(unilisl56.tfm) = %{tl_version} -Provides: tex(unilisl57.tfm) = %{tl_version} -Provides: tex(unilisl58.tfm) = %{tl_version} -Provides: tex(unilisl59.tfm) = %{tl_version} -Provides: tex(unilisl5a.tfm) = %{tl_version} -Provides: tex(unilisl5b.tfm) = %{tl_version} -Provides: tex(unilisl5c.tfm) = %{tl_version} -Provides: tex(unilisl5d.tfm) = %{tl_version} -Provides: tex(unilisl5e.tfm) = %{tl_version} -Provides: tex(unilisl5f.tfm) = %{tl_version} -Provides: tex(unilisl60.tfm) = %{tl_version} -Provides: tex(unilisl61.tfm) = %{tl_version} -Provides: tex(unilisl62.tfm) = %{tl_version} -Provides: tex(unilisl63.tfm) = %{tl_version} -Provides: tex(unilisl64.tfm) = %{tl_version} -Provides: tex(unilisl65.tfm) = %{tl_version} -Provides: tex(unilisl66.tfm) = %{tl_version} -Provides: tex(unilisl67.tfm) = %{tl_version} -Provides: tex(unilisl68.tfm) = %{tl_version} -Provides: tex(unilisl69.tfm) = %{tl_version} -Provides: tex(unilisl6a.tfm) = %{tl_version} -Provides: tex(unilisl6b.tfm) = %{tl_version} -Provides: tex(unilisl6c.tfm) = %{tl_version} -Provides: tex(unilisl6d.tfm) = %{tl_version} -Provides: tex(unilisl6e.tfm) = %{tl_version} -Provides: tex(unilisl6f.tfm) = %{tl_version} -Provides: tex(unilisl70.tfm) = %{tl_version} -Provides: tex(unilisl71.tfm) = %{tl_version} -Provides: tex(unilisl72.tfm) = %{tl_version} -Provides: tex(unilisl73.tfm) = %{tl_version} -Provides: tex(unilisl74.tfm) = %{tl_version} -Provides: tex(unilisl75.tfm) = %{tl_version} -Provides: tex(unilisl76.tfm) = %{tl_version} -Provides: tex(unilisl77.tfm) = %{tl_version} -Provides: tex(unilisl78.tfm) = %{tl_version} -Provides: tex(unilisl79.tfm) = %{tl_version} -Provides: tex(unilisl7a.tfm) = %{tl_version} -Provides: tex(unilisl7b.tfm) = %{tl_version} -Provides: tex(unilisl7c.tfm) = %{tl_version} -Provides: tex(unilisl7d.tfm) = %{tl_version} -Provides: tex(unilisl7e.tfm) = %{tl_version} -Provides: tex(unilisl7f.tfm) = %{tl_version} -Provides: tex(unilisl80.tfm) = %{tl_version} -Provides: tex(unilisl81.tfm) = %{tl_version} -Provides: tex(unilisl82.tfm) = %{tl_version} -Provides: tex(unilisl83.tfm) = %{tl_version} -Provides: tex(unilisl84.tfm) = %{tl_version} -Provides: tex(unilisl85.tfm) = %{tl_version} -Provides: tex(unilisl86.tfm) = %{tl_version} -Provides: tex(unilisl87.tfm) = %{tl_version} -Provides: tex(unilisl88.tfm) = %{tl_version} -Provides: tex(unilisl89.tfm) = %{tl_version} -Provides: tex(unilisl8a.tfm) = %{tl_version} -Provides: tex(unilisl8b.tfm) = %{tl_version} -Provides: tex(unilisl8c.tfm) = %{tl_version} -Provides: tex(unilisl8d.tfm) = %{tl_version} -Provides: tex(unilisl8e.tfm) = %{tl_version} -Provides: tex(unilisl8f.tfm) = %{tl_version} -Provides: tex(unilisl90.tfm) = %{tl_version} -Provides: tex(unilisl91.tfm) = %{tl_version} -Provides: tex(unilisl92.tfm) = %{tl_version} -Provides: tex(unilisl93.tfm) = %{tl_version} -Provides: tex(unilisl94.tfm) = %{tl_version} -Provides: tex(unilisl95.tfm) = %{tl_version} -Provides: tex(unilisl96.tfm) = %{tl_version} -Provides: tex(unilisl97.tfm) = %{tl_version} -Provides: tex(unilisl98.tfm) = %{tl_version} -Provides: tex(unilisl99.tfm) = %{tl_version} -Provides: tex(unilisl9a.tfm) = %{tl_version} -Provides: tex(unilisl9b.tfm) = %{tl_version} -Provides: tex(unilisl9c.tfm) = %{tl_version} -Provides: tex(unilisl9d.tfm) = %{tl_version} -Provides: tex(unilisl9e.tfm) = %{tl_version} -Provides: tex(unilisl9f.tfm) = %{tl_version} -Provides: tex(unilisla0.tfm) = %{tl_version} -Provides: tex(unilisla1.tfm) = %{tl_version} -Provides: tex(unilisla2.tfm) = %{tl_version} -Provides: tex(unilisla3.tfm) = %{tl_version} -Provides: tex(unilisla4.tfm) = %{tl_version} -Provides: tex(unilisla5.tfm) = %{tl_version} -Provides: tex(unilisla6.tfm) = %{tl_version} -Provides: tex(unilisla7.tfm) = %{tl_version} -Provides: tex(unilisla8.tfm) = %{tl_version} -Provides: tex(unilisla9.tfm) = %{tl_version} -Provides: tex(unilislaa.tfm) = %{tl_version} -Provides: tex(unilislab.tfm) = %{tl_version} -Provides: tex(unilislac.tfm) = %{tl_version} -Provides: tex(unilislad.tfm) = %{tl_version} -Provides: tex(unilislae.tfm) = %{tl_version} -Provides: tex(unilislaf.tfm) = %{tl_version} -Provides: tex(unilislb0.tfm) = %{tl_version} -Provides: tex(unilislb1.tfm) = %{tl_version} -Provides: tex(unilislb2.tfm) = %{tl_version} -Provides: tex(unilislb3.tfm) = %{tl_version} -Provides: tex(unilislb4.tfm) = %{tl_version} -Provides: tex(unilislb5.tfm) = %{tl_version} -Provides: tex(unilislb6.tfm) = %{tl_version} -Provides: tex(unilislb7.tfm) = %{tl_version} -Provides: tex(unilislb8.tfm) = %{tl_version} -Provides: tex(unilislb9.tfm) = %{tl_version} -Provides: tex(unilislba.tfm) = %{tl_version} -Provides: tex(unilislbb.tfm) = %{tl_version} -Provides: tex(unilislbc.tfm) = %{tl_version} -Provides: tex(unilislbd.tfm) = %{tl_version} -Provides: tex(unilislbe.tfm) = %{tl_version} -Provides: tex(unilislbf.tfm) = %{tl_version} -Provides: tex(unilislc0.tfm) = %{tl_version} -Provides: tex(unilislc1.tfm) = %{tl_version} -Provides: tex(unilislc2.tfm) = %{tl_version} -Provides: tex(unilislc3.tfm) = %{tl_version} -Provides: tex(unilislc4.tfm) = %{tl_version} -Provides: tex(unilislc5.tfm) = %{tl_version} -Provides: tex(unilislc6.tfm) = %{tl_version} -Provides: tex(unilislc7.tfm) = %{tl_version} -Provides: tex(unilislc8.tfm) = %{tl_version} -Provides: tex(unilislc9.tfm) = %{tl_version} -Provides: tex(unilislca.tfm) = %{tl_version} -Provides: tex(unilislcb.tfm) = %{tl_version} -Provides: tex(unilislcc.tfm) = %{tl_version} -Provides: tex(unilislcd.tfm) = %{tl_version} -Provides: tex(unilislce.tfm) = %{tl_version} -Provides: tex(unilislcf.tfm) = %{tl_version} -Provides: tex(unilisld0.tfm) = %{tl_version} -Provides: tex(unilisld1.tfm) = %{tl_version} -Provides: tex(unilisld2.tfm) = %{tl_version} -Provides: tex(unilisld3.tfm) = %{tl_version} -Provides: tex(unilisld4.tfm) = %{tl_version} -Provides: tex(unilisld5.tfm) = %{tl_version} -Provides: tex(unilisld6.tfm) = %{tl_version} -Provides: tex(unilisld7.tfm) = %{tl_version} -Provides: tex(unilisld8.tfm) = %{tl_version} -Provides: tex(unilisld9.tfm) = %{tl_version} -Provides: tex(unilislda.tfm) = %{tl_version} -Provides: tex(unilisldb.tfm) = %{tl_version} -Provides: tex(unilisldc.tfm) = %{tl_version} -Provides: tex(unilisldd.tfm) = %{tl_version} -Provides: tex(unilislde.tfm) = %{tl_version} -Provides: tex(unilisldf.tfm) = %{tl_version} -Provides: tex(unilisle0.tfm) = %{tl_version} -Provides: tex(unilisle1.tfm) = %{tl_version} -Provides: tex(unilisle2.tfm) = %{tl_version} -Provides: tex(unilisle3.tfm) = %{tl_version} -Provides: tex(unilisle4.tfm) = %{tl_version} -Provides: tex(unilisle5.tfm) = %{tl_version} -Provides: tex(unilisle6.tfm) = %{tl_version} -Provides: tex(unilisle7.tfm) = %{tl_version} -Provides: tex(unilisle8.tfm) = %{tl_version} -Provides: tex(unilisle9.tfm) = %{tl_version} -Provides: tex(unilislea.tfm) = %{tl_version} -Provides: tex(unilisleb.tfm) = %{tl_version} -Provides: tex(unilislec.tfm) = %{tl_version} -Provides: tex(unilisled.tfm) = %{tl_version} -Provides: tex(unilislee.tfm) = %{tl_version} -Provides: tex(unilislef.tfm) = %{tl_version} -Provides: tex(unilislf0.tfm) = %{tl_version} -Provides: tex(unilislf1.tfm) = %{tl_version} -Provides: tex(unilislf2.tfm) = %{tl_version} -Provides: tex(unilislf3.tfm) = %{tl_version} -Provides: tex(unilislf4.tfm) = %{tl_version} -Provides: tex(unilislf5.tfm) = %{tl_version} -Provides: tex(unilislf6.tfm) = %{tl_version} -Provides: tex(unilislf7.tfm) = %{tl_version} -Provides: tex(unilislf8.tfm) = %{tl_version} -Provides: tex(unilislf9.tfm) = %{tl_version} -Provides: tex(unilislfa.tfm) = %{tl_version} -Provides: tex(unilislfb.tfm) = %{tl_version} -Provides: tex(unilislfc.tfm) = %{tl_version} -Provides: tex(unilislfd.tfm) = %{tl_version} -Provides: tex(unilislfe.tfm) = %{tl_version} -Provides: tex(unilislff.tfm) = %{tl_version} -Provides: tex(unisong00.tfm) = %{tl_version} -Provides: tex(unisong01.tfm) = %{tl_version} -Provides: tex(unisong02.tfm) = %{tl_version} -Provides: tex(unisong03.tfm) = %{tl_version} -Provides: tex(unisong04.tfm) = %{tl_version} -Provides: tex(unisong05.tfm) = %{tl_version} -Provides: tex(unisong06.tfm) = %{tl_version} -Provides: tex(unisong07.tfm) = %{tl_version} -Provides: tex(unisong08.tfm) = %{tl_version} -Provides: tex(unisong09.tfm) = %{tl_version} -Provides: tex(unisong0a.tfm) = %{tl_version} -Provides: tex(unisong0b.tfm) = %{tl_version} -Provides: tex(unisong0c.tfm) = %{tl_version} -Provides: tex(unisong0d.tfm) = %{tl_version} -Provides: tex(unisong0e.tfm) = %{tl_version} -Provides: tex(unisong0f.tfm) = %{tl_version} -Provides: tex(unisong10.tfm) = %{tl_version} -Provides: tex(unisong11.tfm) = %{tl_version} -Provides: tex(unisong12.tfm) = %{tl_version} -Provides: tex(unisong13.tfm) = %{tl_version} -Provides: tex(unisong14.tfm) = %{tl_version} -Provides: tex(unisong15.tfm) = %{tl_version} -Provides: tex(unisong16.tfm) = %{tl_version} -Provides: tex(unisong17.tfm) = %{tl_version} -Provides: tex(unisong18.tfm) = %{tl_version} -Provides: tex(unisong19.tfm) = %{tl_version} -Provides: tex(unisong1a.tfm) = %{tl_version} -Provides: tex(unisong1b.tfm) = %{tl_version} -Provides: tex(unisong1c.tfm) = %{tl_version} -Provides: tex(unisong1d.tfm) = %{tl_version} -Provides: tex(unisong1e.tfm) = %{tl_version} -Provides: tex(unisong1f.tfm) = %{tl_version} -Provides: tex(unisong20.tfm) = %{tl_version} -Provides: tex(unisong21.tfm) = %{tl_version} -Provides: tex(unisong22.tfm) = %{tl_version} -Provides: tex(unisong23.tfm) = %{tl_version} -Provides: tex(unisong24.tfm) = %{tl_version} -Provides: tex(unisong25.tfm) = %{tl_version} -Provides: tex(unisong26.tfm) = %{tl_version} -Provides: tex(unisong27.tfm) = %{tl_version} -Provides: tex(unisong28.tfm) = %{tl_version} -Provides: tex(unisong29.tfm) = %{tl_version} -Provides: tex(unisong2a.tfm) = %{tl_version} -Provides: tex(unisong2b.tfm) = %{tl_version} -Provides: tex(unisong2c.tfm) = %{tl_version} -Provides: tex(unisong2d.tfm) = %{tl_version} -Provides: tex(unisong2e.tfm) = %{tl_version} -Provides: tex(unisong2f.tfm) = %{tl_version} -Provides: tex(unisong30.tfm) = %{tl_version} -Provides: tex(unisong31.tfm) = %{tl_version} -Provides: tex(unisong32.tfm) = %{tl_version} -Provides: tex(unisong33.tfm) = %{tl_version} -Provides: tex(unisong34.tfm) = %{tl_version} -Provides: tex(unisong35.tfm) = %{tl_version} -Provides: tex(unisong36.tfm) = %{tl_version} -Provides: tex(unisong37.tfm) = %{tl_version} -Provides: tex(unisong38.tfm) = %{tl_version} -Provides: tex(unisong39.tfm) = %{tl_version} -Provides: tex(unisong3a.tfm) = %{tl_version} -Provides: tex(unisong3b.tfm) = %{tl_version} -Provides: tex(unisong3c.tfm) = %{tl_version} -Provides: tex(unisong3d.tfm) = %{tl_version} -Provides: tex(unisong3e.tfm) = %{tl_version} -Provides: tex(unisong3f.tfm) = %{tl_version} -Provides: tex(unisong40.tfm) = %{tl_version} -Provides: tex(unisong41.tfm) = %{tl_version} -Provides: tex(unisong42.tfm) = %{tl_version} -Provides: tex(unisong43.tfm) = %{tl_version} -Provides: tex(unisong44.tfm) = %{tl_version} -Provides: tex(unisong45.tfm) = %{tl_version} -Provides: tex(unisong46.tfm) = %{tl_version} -Provides: tex(unisong47.tfm) = %{tl_version} -Provides: tex(unisong48.tfm) = %{tl_version} -Provides: tex(unisong49.tfm) = %{tl_version} -Provides: tex(unisong4a.tfm) = %{tl_version} -Provides: tex(unisong4b.tfm) = %{tl_version} -Provides: tex(unisong4c.tfm) = %{tl_version} -Provides: tex(unisong4d.tfm) = %{tl_version} -Provides: tex(unisong4e.tfm) = %{tl_version} -Provides: tex(unisong4f.tfm) = %{tl_version} -Provides: tex(unisong50.tfm) = %{tl_version} -Provides: tex(unisong51.tfm) = %{tl_version} -Provides: tex(unisong52.tfm) = %{tl_version} -Provides: tex(unisong53.tfm) = %{tl_version} -Provides: tex(unisong54.tfm) = %{tl_version} -Provides: tex(unisong55.tfm) = %{tl_version} -Provides: tex(unisong56.tfm) = %{tl_version} -Provides: tex(unisong57.tfm) = %{tl_version} -Provides: tex(unisong58.tfm) = %{tl_version} -Provides: tex(unisong59.tfm) = %{tl_version} -Provides: tex(unisong5a.tfm) = %{tl_version} -Provides: tex(unisong5b.tfm) = %{tl_version} -Provides: tex(unisong5c.tfm) = %{tl_version} -Provides: tex(unisong5d.tfm) = %{tl_version} -Provides: tex(unisong5e.tfm) = %{tl_version} -Provides: tex(unisong5f.tfm) = %{tl_version} -Provides: tex(unisong60.tfm) = %{tl_version} -Provides: tex(unisong61.tfm) = %{tl_version} -Provides: tex(unisong62.tfm) = %{tl_version} -Provides: tex(unisong63.tfm) = %{tl_version} -Provides: tex(unisong64.tfm) = %{tl_version} -Provides: tex(unisong65.tfm) = %{tl_version} -Provides: tex(unisong66.tfm) = %{tl_version} -Provides: tex(unisong67.tfm) = %{tl_version} -Provides: tex(unisong68.tfm) = %{tl_version} -Provides: tex(unisong69.tfm) = %{tl_version} -Provides: tex(unisong6a.tfm) = %{tl_version} -Provides: tex(unisong6b.tfm) = %{tl_version} -Provides: tex(unisong6c.tfm) = %{tl_version} -Provides: tex(unisong6d.tfm) = %{tl_version} -Provides: tex(unisong6e.tfm) = %{tl_version} -Provides: tex(unisong6f.tfm) = %{tl_version} -Provides: tex(unisong70.tfm) = %{tl_version} -Provides: tex(unisong71.tfm) = %{tl_version} -Provides: tex(unisong72.tfm) = %{tl_version} -Provides: tex(unisong73.tfm) = %{tl_version} -Provides: tex(unisong74.tfm) = %{tl_version} -Provides: tex(unisong75.tfm) = %{tl_version} -Provides: tex(unisong76.tfm) = %{tl_version} -Provides: tex(unisong77.tfm) = %{tl_version} -Provides: tex(unisong78.tfm) = %{tl_version} -Provides: tex(unisong79.tfm) = %{tl_version} -Provides: tex(unisong7a.tfm) = %{tl_version} -Provides: tex(unisong7b.tfm) = %{tl_version} -Provides: tex(unisong7c.tfm) = %{tl_version} -Provides: tex(unisong7d.tfm) = %{tl_version} -Provides: tex(unisong7e.tfm) = %{tl_version} -Provides: tex(unisong7f.tfm) = %{tl_version} -Provides: tex(unisong80.tfm) = %{tl_version} -Provides: tex(unisong81.tfm) = %{tl_version} -Provides: tex(unisong82.tfm) = %{tl_version} -Provides: tex(unisong83.tfm) = %{tl_version} -Provides: tex(unisong84.tfm) = %{tl_version} -Provides: tex(unisong85.tfm) = %{tl_version} -Provides: tex(unisong86.tfm) = %{tl_version} -Provides: tex(unisong87.tfm) = %{tl_version} -Provides: tex(unisong88.tfm) = %{tl_version} -Provides: tex(unisong89.tfm) = %{tl_version} -Provides: tex(unisong8a.tfm) = %{tl_version} -Provides: tex(unisong8b.tfm) = %{tl_version} -Provides: tex(unisong8c.tfm) = %{tl_version} -Provides: tex(unisong8d.tfm) = %{tl_version} -Provides: tex(unisong8e.tfm) = %{tl_version} -Provides: tex(unisong8f.tfm) = %{tl_version} -Provides: tex(unisong90.tfm) = %{tl_version} -Provides: tex(unisong91.tfm) = %{tl_version} -Provides: tex(unisong92.tfm) = %{tl_version} -Provides: tex(unisong93.tfm) = %{tl_version} -Provides: tex(unisong94.tfm) = %{tl_version} -Provides: tex(unisong95.tfm) = %{tl_version} -Provides: tex(unisong96.tfm) = %{tl_version} -Provides: tex(unisong97.tfm) = %{tl_version} -Provides: tex(unisong98.tfm) = %{tl_version} -Provides: tex(unisong99.tfm) = %{tl_version} -Provides: tex(unisong9a.tfm) = %{tl_version} -Provides: tex(unisong9b.tfm) = %{tl_version} -Provides: tex(unisong9c.tfm) = %{tl_version} -Provides: tex(unisong9d.tfm) = %{tl_version} -Provides: tex(unisong9e.tfm) = %{tl_version} -Provides: tex(unisong9f.tfm) = %{tl_version} -Provides: tex(unisonga0.tfm) = %{tl_version} -Provides: tex(unisonga1.tfm) = %{tl_version} -Provides: tex(unisonga2.tfm) = %{tl_version} -Provides: tex(unisonga3.tfm) = %{tl_version} -Provides: tex(unisonga4.tfm) = %{tl_version} -Provides: tex(unisonga5.tfm) = %{tl_version} -Provides: tex(unisonga6.tfm) = %{tl_version} -Provides: tex(unisonga7.tfm) = %{tl_version} -Provides: tex(unisonga8.tfm) = %{tl_version} -Provides: tex(unisonga9.tfm) = %{tl_version} -Provides: tex(unisongaa.tfm) = %{tl_version} -Provides: tex(unisongab.tfm) = %{tl_version} -Provides: tex(unisongac.tfm) = %{tl_version} -Provides: tex(unisongad.tfm) = %{tl_version} -Provides: tex(unisongae.tfm) = %{tl_version} -Provides: tex(unisongaf.tfm) = %{tl_version} -Provides: tex(unisongb0.tfm) = %{tl_version} -Provides: tex(unisongb1.tfm) = %{tl_version} -Provides: tex(unisongb2.tfm) = %{tl_version} -Provides: tex(unisongb3.tfm) = %{tl_version} -Provides: tex(unisongb4.tfm) = %{tl_version} -Provides: tex(unisongb5.tfm) = %{tl_version} -Provides: tex(unisongb6.tfm) = %{tl_version} -Provides: tex(unisongb7.tfm) = %{tl_version} -Provides: tex(unisongb8.tfm) = %{tl_version} -Provides: tex(unisongb9.tfm) = %{tl_version} -Provides: tex(unisongba.tfm) = %{tl_version} -Provides: tex(unisongbb.tfm) = %{tl_version} -Provides: tex(unisongbc.tfm) = %{tl_version} -Provides: tex(unisongbd.tfm) = %{tl_version} -Provides: tex(unisongbe.tfm) = %{tl_version} -Provides: tex(unisongbf.tfm) = %{tl_version} -Provides: tex(unisongc0.tfm) = %{tl_version} -Provides: tex(unisongc1.tfm) = %{tl_version} -Provides: tex(unisongc2.tfm) = %{tl_version} -Provides: tex(unisongc3.tfm) = %{tl_version} -Provides: tex(unisongc4.tfm) = %{tl_version} -Provides: tex(unisongc5.tfm) = %{tl_version} -Provides: tex(unisongc6.tfm) = %{tl_version} -Provides: tex(unisongc7.tfm) = %{tl_version} -Provides: tex(unisongc8.tfm) = %{tl_version} -Provides: tex(unisongc9.tfm) = %{tl_version} -Provides: tex(unisongca.tfm) = %{tl_version} -Provides: tex(unisongcb.tfm) = %{tl_version} -Provides: tex(unisongcc.tfm) = %{tl_version} -Provides: tex(unisongcd.tfm) = %{tl_version} -Provides: tex(unisongce.tfm) = %{tl_version} -Provides: tex(unisongcf.tfm) = %{tl_version} -Provides: tex(unisongd0.tfm) = %{tl_version} -Provides: tex(unisongd1.tfm) = %{tl_version} -Provides: tex(unisongd2.tfm) = %{tl_version} -Provides: tex(unisongd3.tfm) = %{tl_version} -Provides: tex(unisongd4.tfm) = %{tl_version} -Provides: tex(unisongd5.tfm) = %{tl_version} -Provides: tex(unisongd6.tfm) = %{tl_version} -Provides: tex(unisongd7.tfm) = %{tl_version} -Provides: tex(unisongd8.tfm) = %{tl_version} -Provides: tex(unisongd9.tfm) = %{tl_version} -Provides: tex(unisongda.tfm) = %{tl_version} -Provides: tex(unisongdb.tfm) = %{tl_version} -Provides: tex(unisongdc.tfm) = %{tl_version} -Provides: tex(unisongdd.tfm) = %{tl_version} -Provides: tex(unisongde.tfm) = %{tl_version} -Provides: tex(unisongdf.tfm) = %{tl_version} -Provides: tex(unisonge0.tfm) = %{tl_version} -Provides: tex(unisonge1.tfm) = %{tl_version} -Provides: tex(unisonge2.tfm) = %{tl_version} -Provides: tex(unisonge3.tfm) = %{tl_version} -Provides: tex(unisonge4.tfm) = %{tl_version} -Provides: tex(unisonge5.tfm) = %{tl_version} -Provides: tex(unisonge6.tfm) = %{tl_version} -Provides: tex(unisonge7.tfm) = %{tl_version} -Provides: tex(unisonge8.tfm) = %{tl_version} -Provides: tex(unisonge9.tfm) = %{tl_version} -Provides: tex(unisongea.tfm) = %{tl_version} -Provides: tex(unisongeb.tfm) = %{tl_version} -Provides: tex(unisongec.tfm) = %{tl_version} -Provides: tex(unisonged.tfm) = %{tl_version} -Provides: tex(unisongee.tfm) = %{tl_version} -Provides: tex(unisongef.tfm) = %{tl_version} -Provides: tex(unisongf0.tfm) = %{tl_version} -Provides: tex(unisongf1.tfm) = %{tl_version} -Provides: tex(unisongf2.tfm) = %{tl_version} -Provides: tex(unisongf3.tfm) = %{tl_version} -Provides: tex(unisongf4.tfm) = %{tl_version} -Provides: tex(unisongf5.tfm) = %{tl_version} -Provides: tex(unisongf6.tfm) = %{tl_version} -Provides: tex(unisongf7.tfm) = %{tl_version} -Provides: tex(unisongf8.tfm) = %{tl_version} -Provides: tex(unisongf9.tfm) = %{tl_version} -Provides: tex(unisongfa.tfm) = %{tl_version} -Provides: tex(unisongfb.tfm) = %{tl_version} -Provides: tex(unisongfc.tfm) = %{tl_version} -Provides: tex(unisongfd.tfm) = %{tl_version} -Provides: tex(unisongfe.tfm) = %{tl_version} -Provides: tex(unisongff.tfm) = %{tl_version} -Provides: tex(unisongsl00.tfm) = %{tl_version} -Provides: tex(unisongsl01.tfm) = %{tl_version} -Provides: tex(unisongsl02.tfm) = %{tl_version} -Provides: tex(unisongsl03.tfm) = %{tl_version} -Provides: tex(unisongsl04.tfm) = %{tl_version} -Provides: tex(unisongsl05.tfm) = %{tl_version} -Provides: tex(unisongsl06.tfm) = %{tl_version} -Provides: tex(unisongsl07.tfm) = %{tl_version} -Provides: tex(unisongsl08.tfm) = %{tl_version} -Provides: tex(unisongsl09.tfm) = %{tl_version} -Provides: tex(unisongsl0a.tfm) = %{tl_version} -Provides: tex(unisongsl0b.tfm) = %{tl_version} -Provides: tex(unisongsl0c.tfm) = %{tl_version} -Provides: tex(unisongsl0d.tfm) = %{tl_version} -Provides: tex(unisongsl0e.tfm) = %{tl_version} -Provides: tex(unisongsl0f.tfm) = %{tl_version} -Provides: tex(unisongsl10.tfm) = %{tl_version} -Provides: tex(unisongsl11.tfm) = %{tl_version} -Provides: tex(unisongsl12.tfm) = %{tl_version} -Provides: tex(unisongsl13.tfm) = %{tl_version} -Provides: tex(unisongsl14.tfm) = %{tl_version} -Provides: tex(unisongsl15.tfm) = %{tl_version} -Provides: tex(unisongsl16.tfm) = %{tl_version} -Provides: tex(unisongsl17.tfm) = %{tl_version} -Provides: tex(unisongsl18.tfm) = %{tl_version} -Provides: tex(unisongsl19.tfm) = %{tl_version} -Provides: tex(unisongsl1a.tfm) = %{tl_version} -Provides: tex(unisongsl1b.tfm) = %{tl_version} -Provides: tex(unisongsl1c.tfm) = %{tl_version} -Provides: tex(unisongsl1d.tfm) = %{tl_version} -Provides: tex(unisongsl1e.tfm) = %{tl_version} -Provides: tex(unisongsl1f.tfm) = %{tl_version} -Provides: tex(unisongsl20.tfm) = %{tl_version} -Provides: tex(unisongsl21.tfm) = %{tl_version} -Provides: tex(unisongsl22.tfm) = %{tl_version} -Provides: tex(unisongsl23.tfm) = %{tl_version} -Provides: tex(unisongsl24.tfm) = %{tl_version} -Provides: tex(unisongsl25.tfm) = %{tl_version} -Provides: tex(unisongsl26.tfm) = %{tl_version} -Provides: tex(unisongsl27.tfm) = %{tl_version} -Provides: tex(unisongsl28.tfm) = %{tl_version} -Provides: tex(unisongsl29.tfm) = %{tl_version} -Provides: tex(unisongsl2a.tfm) = %{tl_version} -Provides: tex(unisongsl2b.tfm) = %{tl_version} -Provides: tex(unisongsl2c.tfm) = %{tl_version} -Provides: tex(unisongsl2d.tfm) = %{tl_version} -Provides: tex(unisongsl2e.tfm) = %{tl_version} -Provides: tex(unisongsl2f.tfm) = %{tl_version} -Provides: tex(unisongsl30.tfm) = %{tl_version} -Provides: tex(unisongsl31.tfm) = %{tl_version} -Provides: tex(unisongsl32.tfm) = %{tl_version} -Provides: tex(unisongsl33.tfm) = %{tl_version} -Provides: tex(unisongsl34.tfm) = %{tl_version} -Provides: tex(unisongsl35.tfm) = %{tl_version} -Provides: tex(unisongsl36.tfm) = %{tl_version} -Provides: tex(unisongsl37.tfm) = %{tl_version} -Provides: tex(unisongsl38.tfm) = %{tl_version} -Provides: tex(unisongsl39.tfm) = %{tl_version} -Provides: tex(unisongsl3a.tfm) = %{tl_version} -Provides: tex(unisongsl3b.tfm) = %{tl_version} -Provides: tex(unisongsl3c.tfm) = %{tl_version} -Provides: tex(unisongsl3d.tfm) = %{tl_version} -Provides: tex(unisongsl3e.tfm) = %{tl_version} -Provides: tex(unisongsl3f.tfm) = %{tl_version} -Provides: tex(unisongsl40.tfm) = %{tl_version} -Provides: tex(unisongsl41.tfm) = %{tl_version} -Provides: tex(unisongsl42.tfm) = %{tl_version} -Provides: tex(unisongsl43.tfm) = %{tl_version} -Provides: tex(unisongsl44.tfm) = %{tl_version} -Provides: tex(unisongsl45.tfm) = %{tl_version} -Provides: tex(unisongsl46.tfm) = %{tl_version} -Provides: tex(unisongsl47.tfm) = %{tl_version} -Provides: tex(unisongsl48.tfm) = %{tl_version} -Provides: tex(unisongsl49.tfm) = %{tl_version} -Provides: tex(unisongsl4a.tfm) = %{tl_version} -Provides: tex(unisongsl4b.tfm) = %{tl_version} -Provides: tex(unisongsl4c.tfm) = %{tl_version} -Provides: tex(unisongsl4d.tfm) = %{tl_version} -Provides: tex(unisongsl4e.tfm) = %{tl_version} -Provides: tex(unisongsl4f.tfm) = %{tl_version} -Provides: tex(unisongsl50.tfm) = %{tl_version} -Provides: tex(unisongsl51.tfm) = %{tl_version} -Provides: tex(unisongsl52.tfm) = %{tl_version} -Provides: tex(unisongsl53.tfm) = %{tl_version} -Provides: tex(unisongsl54.tfm) = %{tl_version} -Provides: tex(unisongsl55.tfm) = %{tl_version} -Provides: tex(unisongsl56.tfm) = %{tl_version} -Provides: tex(unisongsl57.tfm) = %{tl_version} -Provides: tex(unisongsl58.tfm) = %{tl_version} -Provides: tex(unisongsl59.tfm) = %{tl_version} -Provides: tex(unisongsl5a.tfm) = %{tl_version} -Provides: tex(unisongsl5b.tfm) = %{tl_version} -Provides: tex(unisongsl5c.tfm) = %{tl_version} -Provides: tex(unisongsl5d.tfm) = %{tl_version} -Provides: tex(unisongsl5e.tfm) = %{tl_version} -Provides: tex(unisongsl5f.tfm) = %{tl_version} -Provides: tex(unisongsl60.tfm) = %{tl_version} -Provides: tex(unisongsl61.tfm) = %{tl_version} -Provides: tex(unisongsl62.tfm) = %{tl_version} -Provides: tex(unisongsl63.tfm) = %{tl_version} -Provides: tex(unisongsl64.tfm) = %{tl_version} -Provides: tex(unisongsl65.tfm) = %{tl_version} -Provides: tex(unisongsl66.tfm) = %{tl_version} -Provides: tex(unisongsl67.tfm) = %{tl_version} -Provides: tex(unisongsl68.tfm) = %{tl_version} -Provides: tex(unisongsl69.tfm) = %{tl_version} -Provides: tex(unisongsl6a.tfm) = %{tl_version} -Provides: tex(unisongsl6b.tfm) = %{tl_version} -Provides: tex(unisongsl6c.tfm) = %{tl_version} -Provides: tex(unisongsl6d.tfm) = %{tl_version} -Provides: tex(unisongsl6e.tfm) = %{tl_version} -Provides: tex(unisongsl6f.tfm) = %{tl_version} -Provides: tex(unisongsl70.tfm) = %{tl_version} -Provides: tex(unisongsl71.tfm) = %{tl_version} -Provides: tex(unisongsl72.tfm) = %{tl_version} -Provides: tex(unisongsl73.tfm) = %{tl_version} -Provides: tex(unisongsl74.tfm) = %{tl_version} -Provides: tex(unisongsl75.tfm) = %{tl_version} -Provides: tex(unisongsl76.tfm) = %{tl_version} -Provides: tex(unisongsl77.tfm) = %{tl_version} -Provides: tex(unisongsl78.tfm) = %{tl_version} -Provides: tex(unisongsl79.tfm) = %{tl_version} -Provides: tex(unisongsl7a.tfm) = %{tl_version} -Provides: tex(unisongsl7b.tfm) = %{tl_version} -Provides: tex(unisongsl7c.tfm) = %{tl_version} -Provides: tex(unisongsl7d.tfm) = %{tl_version} -Provides: tex(unisongsl7e.tfm) = %{tl_version} -Provides: tex(unisongsl7f.tfm) = %{tl_version} -Provides: tex(unisongsl80.tfm) = %{tl_version} -Provides: tex(unisongsl81.tfm) = %{tl_version} -Provides: tex(unisongsl82.tfm) = %{tl_version} -Provides: tex(unisongsl83.tfm) = %{tl_version} -Provides: tex(unisongsl84.tfm) = %{tl_version} -Provides: tex(unisongsl85.tfm) = %{tl_version} -Provides: tex(unisongsl86.tfm) = %{tl_version} -Provides: tex(unisongsl87.tfm) = %{tl_version} -Provides: tex(unisongsl88.tfm) = %{tl_version} -Provides: tex(unisongsl89.tfm) = %{tl_version} -Provides: tex(unisongsl8a.tfm) = %{tl_version} -Provides: tex(unisongsl8b.tfm) = %{tl_version} -Provides: tex(unisongsl8c.tfm) = %{tl_version} -Provides: tex(unisongsl8d.tfm) = %{tl_version} -Provides: tex(unisongsl8e.tfm) = %{tl_version} -Provides: tex(unisongsl8f.tfm) = %{tl_version} -Provides: tex(unisongsl90.tfm) = %{tl_version} -Provides: tex(unisongsl91.tfm) = %{tl_version} -Provides: tex(unisongsl92.tfm) = %{tl_version} -Provides: tex(unisongsl93.tfm) = %{tl_version} -Provides: tex(unisongsl94.tfm) = %{tl_version} -Provides: tex(unisongsl95.tfm) = %{tl_version} -Provides: tex(unisongsl96.tfm) = %{tl_version} -Provides: tex(unisongsl97.tfm) = %{tl_version} -Provides: tex(unisongsl98.tfm) = %{tl_version} -Provides: tex(unisongsl99.tfm) = %{tl_version} -Provides: tex(unisongsl9a.tfm) = %{tl_version} -Provides: tex(unisongsl9b.tfm) = %{tl_version} -Provides: tex(unisongsl9c.tfm) = %{tl_version} -Provides: tex(unisongsl9d.tfm) = %{tl_version} -Provides: tex(unisongsl9e.tfm) = %{tl_version} -Provides: tex(unisongsl9f.tfm) = %{tl_version} -Provides: tex(unisongsla0.tfm) = %{tl_version} -Provides: tex(unisongsla1.tfm) = %{tl_version} -Provides: tex(unisongsla2.tfm) = %{tl_version} -Provides: tex(unisongsla3.tfm) = %{tl_version} -Provides: tex(unisongsla4.tfm) = %{tl_version} -Provides: tex(unisongsla5.tfm) = %{tl_version} -Provides: tex(unisongsla6.tfm) = %{tl_version} -Provides: tex(unisongsla7.tfm) = %{tl_version} -Provides: tex(unisongsla8.tfm) = %{tl_version} -Provides: tex(unisongsla9.tfm) = %{tl_version} -Provides: tex(unisongslaa.tfm) = %{tl_version} -Provides: tex(unisongslab.tfm) = %{tl_version} -Provides: tex(unisongslac.tfm) = %{tl_version} -Provides: tex(unisongslad.tfm) = %{tl_version} -Provides: tex(unisongslae.tfm) = %{tl_version} -Provides: tex(unisongslaf.tfm) = %{tl_version} -Provides: tex(unisongslb0.tfm) = %{tl_version} -Provides: tex(unisongslb1.tfm) = %{tl_version} -Provides: tex(unisongslb2.tfm) = %{tl_version} -Provides: tex(unisongslb3.tfm) = %{tl_version} -Provides: tex(unisongslb4.tfm) = %{tl_version} -Provides: tex(unisongslb5.tfm) = %{tl_version} -Provides: tex(unisongslb6.tfm) = %{tl_version} -Provides: tex(unisongslb7.tfm) = %{tl_version} -Provides: tex(unisongslb8.tfm) = %{tl_version} -Provides: tex(unisongslb9.tfm) = %{tl_version} -Provides: tex(unisongslba.tfm) = %{tl_version} -Provides: tex(unisongslbb.tfm) = %{tl_version} -Provides: tex(unisongslbc.tfm) = %{tl_version} -Provides: tex(unisongslbd.tfm) = %{tl_version} -Provides: tex(unisongslbe.tfm) = %{tl_version} -Provides: tex(unisongslbf.tfm) = %{tl_version} -Provides: tex(unisongslc0.tfm) = %{tl_version} -Provides: tex(unisongslc1.tfm) = %{tl_version} -Provides: tex(unisongslc2.tfm) = %{tl_version} -Provides: tex(unisongslc3.tfm) = %{tl_version} -Provides: tex(unisongslc4.tfm) = %{tl_version} -Provides: tex(unisongslc5.tfm) = %{tl_version} -Provides: tex(unisongslc6.tfm) = %{tl_version} -Provides: tex(unisongslc7.tfm) = %{tl_version} -Provides: tex(unisongslc8.tfm) = %{tl_version} -Provides: tex(unisongslc9.tfm) = %{tl_version} -Provides: tex(unisongslca.tfm) = %{tl_version} -Provides: tex(unisongslcb.tfm) = %{tl_version} -Provides: tex(unisongslcc.tfm) = %{tl_version} -Provides: tex(unisongslcd.tfm) = %{tl_version} -Provides: tex(unisongslce.tfm) = %{tl_version} -Provides: tex(unisongslcf.tfm) = %{tl_version} -Provides: tex(unisongsld0.tfm) = %{tl_version} -Provides: tex(unisongsld1.tfm) = %{tl_version} -Provides: tex(unisongsld2.tfm) = %{tl_version} -Provides: tex(unisongsld3.tfm) = %{tl_version} -Provides: tex(unisongsld4.tfm) = %{tl_version} -Provides: tex(unisongsld5.tfm) = %{tl_version} -Provides: tex(unisongsld6.tfm) = %{tl_version} -Provides: tex(unisongsld7.tfm) = %{tl_version} -Provides: tex(unisongsld8.tfm) = %{tl_version} -Provides: tex(unisongsld9.tfm) = %{tl_version} -Provides: tex(unisongslda.tfm) = %{tl_version} -Provides: tex(unisongsldb.tfm) = %{tl_version} -Provides: tex(unisongsldc.tfm) = %{tl_version} -Provides: tex(unisongsldd.tfm) = %{tl_version} -Provides: tex(unisongslde.tfm) = %{tl_version} -Provides: tex(unisongsldf.tfm) = %{tl_version} -Provides: tex(unisongsle0.tfm) = %{tl_version} -Provides: tex(unisongsle1.tfm) = %{tl_version} -Provides: tex(unisongsle2.tfm) = %{tl_version} -Provides: tex(unisongsle3.tfm) = %{tl_version} -Provides: tex(unisongsle4.tfm) = %{tl_version} -Provides: tex(unisongsle5.tfm) = %{tl_version} -Provides: tex(unisongsle6.tfm) = %{tl_version} -Provides: tex(unisongsle7.tfm) = %{tl_version} -Provides: tex(unisongsle8.tfm) = %{tl_version} -Provides: tex(unisongsle9.tfm) = %{tl_version} -Provides: tex(unisongslea.tfm) = %{tl_version} -Provides: tex(unisongsleb.tfm) = %{tl_version} -Provides: tex(unisongslec.tfm) = %{tl_version} -Provides: tex(unisongsled.tfm) = %{tl_version} -Provides: tex(unisongslee.tfm) = %{tl_version} -Provides: tex(unisongslef.tfm) = %{tl_version} -Provides: tex(unisongslf0.tfm) = %{tl_version} -Provides: tex(unisongslf1.tfm) = %{tl_version} -Provides: tex(unisongslf2.tfm) = %{tl_version} -Provides: tex(unisongslf3.tfm) = %{tl_version} -Provides: tex(unisongslf4.tfm) = %{tl_version} -Provides: tex(unisongslf5.tfm) = %{tl_version} -Provides: tex(unisongslf6.tfm) = %{tl_version} -Provides: tex(unisongslf7.tfm) = %{tl_version} -Provides: tex(unisongslf8.tfm) = %{tl_version} -Provides: tex(unisongslf9.tfm) = %{tl_version} -Provides: tex(unisongslfa.tfm) = %{tl_version} -Provides: tex(unisongslfb.tfm) = %{tl_version} -Provides: tex(unisongslfc.tfm) = %{tl_version} -Provides: tex(unisongslfd.tfm) = %{tl_version} -Provides: tex(unisongslfe.tfm) = %{tl_version} -Provides: tex(unisongslff.tfm) = %{tl_version} -Provides: tex(uniyou00.tfm) = %{tl_version} -Provides: tex(uniyou01.tfm) = %{tl_version} -Provides: tex(uniyou02.tfm) = %{tl_version} -Provides: tex(uniyou03.tfm) = %{tl_version} -Provides: tex(uniyou04.tfm) = %{tl_version} -Provides: tex(uniyou05.tfm) = %{tl_version} -Provides: tex(uniyou06.tfm) = %{tl_version} -Provides: tex(uniyou07.tfm) = %{tl_version} -Provides: tex(uniyou08.tfm) = %{tl_version} -Provides: tex(uniyou09.tfm) = %{tl_version} -Provides: tex(uniyou0a.tfm) = %{tl_version} -Provides: tex(uniyou0b.tfm) = %{tl_version} -Provides: tex(uniyou0c.tfm) = %{tl_version} -Provides: tex(uniyou0d.tfm) = %{tl_version} -Provides: tex(uniyou0e.tfm) = %{tl_version} -Provides: tex(uniyou0f.tfm) = %{tl_version} -Provides: tex(uniyou10.tfm) = %{tl_version} -Provides: tex(uniyou11.tfm) = %{tl_version} -Provides: tex(uniyou12.tfm) = %{tl_version} -Provides: tex(uniyou13.tfm) = %{tl_version} -Provides: tex(uniyou14.tfm) = %{tl_version} -Provides: tex(uniyou15.tfm) = %{tl_version} -Provides: tex(uniyou16.tfm) = %{tl_version} -Provides: tex(uniyou17.tfm) = %{tl_version} -Provides: tex(uniyou18.tfm) = %{tl_version} -Provides: tex(uniyou19.tfm) = %{tl_version} -Provides: tex(uniyou1a.tfm) = %{tl_version} -Provides: tex(uniyou1b.tfm) = %{tl_version} -Provides: tex(uniyou1c.tfm) = %{tl_version} -Provides: tex(uniyou1d.tfm) = %{tl_version} -Provides: tex(uniyou1e.tfm) = %{tl_version} -Provides: tex(uniyou1f.tfm) = %{tl_version} -Provides: tex(uniyou20.tfm) = %{tl_version} -Provides: tex(uniyou21.tfm) = %{tl_version} -Provides: tex(uniyou22.tfm) = %{tl_version} -Provides: tex(uniyou23.tfm) = %{tl_version} -Provides: tex(uniyou24.tfm) = %{tl_version} -Provides: tex(uniyou25.tfm) = %{tl_version} -Provides: tex(uniyou26.tfm) = %{tl_version} -Provides: tex(uniyou27.tfm) = %{tl_version} -Provides: tex(uniyou28.tfm) = %{tl_version} -Provides: tex(uniyou29.tfm) = %{tl_version} -Provides: tex(uniyou2a.tfm) = %{tl_version} -Provides: tex(uniyou2b.tfm) = %{tl_version} -Provides: tex(uniyou2c.tfm) = %{tl_version} -Provides: tex(uniyou2d.tfm) = %{tl_version} -Provides: tex(uniyou2e.tfm) = %{tl_version} -Provides: tex(uniyou2f.tfm) = %{tl_version} -Provides: tex(uniyou30.tfm) = %{tl_version} -Provides: tex(uniyou31.tfm) = %{tl_version} -Provides: tex(uniyou32.tfm) = %{tl_version} -Provides: tex(uniyou33.tfm) = %{tl_version} -Provides: tex(uniyou34.tfm) = %{tl_version} -Provides: tex(uniyou35.tfm) = %{tl_version} -Provides: tex(uniyou36.tfm) = %{tl_version} -Provides: tex(uniyou37.tfm) = %{tl_version} -Provides: tex(uniyou38.tfm) = %{tl_version} -Provides: tex(uniyou39.tfm) = %{tl_version} -Provides: tex(uniyou3a.tfm) = %{tl_version} -Provides: tex(uniyou3b.tfm) = %{tl_version} -Provides: tex(uniyou3c.tfm) = %{tl_version} -Provides: tex(uniyou3d.tfm) = %{tl_version} -Provides: tex(uniyou3e.tfm) = %{tl_version} -Provides: tex(uniyou3f.tfm) = %{tl_version} -Provides: tex(uniyou40.tfm) = %{tl_version} -Provides: tex(uniyou41.tfm) = %{tl_version} -Provides: tex(uniyou42.tfm) = %{tl_version} -Provides: tex(uniyou43.tfm) = %{tl_version} -Provides: tex(uniyou44.tfm) = %{tl_version} -Provides: tex(uniyou45.tfm) = %{tl_version} -Provides: tex(uniyou46.tfm) = %{tl_version} -Provides: tex(uniyou47.tfm) = %{tl_version} -Provides: tex(uniyou48.tfm) = %{tl_version} -Provides: tex(uniyou49.tfm) = %{tl_version} -Provides: tex(uniyou4a.tfm) = %{tl_version} -Provides: tex(uniyou4b.tfm) = %{tl_version} -Provides: tex(uniyou4c.tfm) = %{tl_version} -Provides: tex(uniyou4d.tfm) = %{tl_version} -Provides: tex(uniyou4e.tfm) = %{tl_version} -Provides: tex(uniyou4f.tfm) = %{tl_version} -Provides: tex(uniyou50.tfm) = %{tl_version} -Provides: tex(uniyou51.tfm) = %{tl_version} -Provides: tex(uniyou52.tfm) = %{tl_version} -Provides: tex(uniyou53.tfm) = %{tl_version} -Provides: tex(uniyou54.tfm) = %{tl_version} -Provides: tex(uniyou55.tfm) = %{tl_version} -Provides: tex(uniyou56.tfm) = %{tl_version} -Provides: tex(uniyou57.tfm) = %{tl_version} -Provides: tex(uniyou58.tfm) = %{tl_version} -Provides: tex(uniyou59.tfm) = %{tl_version} -Provides: tex(uniyou5a.tfm) = %{tl_version} -Provides: tex(uniyou5b.tfm) = %{tl_version} -Provides: tex(uniyou5c.tfm) = %{tl_version} -Provides: tex(uniyou5d.tfm) = %{tl_version} -Provides: tex(uniyou5e.tfm) = %{tl_version} -Provides: tex(uniyou5f.tfm) = %{tl_version} -Provides: tex(uniyou60.tfm) = %{tl_version} -Provides: tex(uniyou61.tfm) = %{tl_version} -Provides: tex(uniyou62.tfm) = %{tl_version} -Provides: tex(uniyou63.tfm) = %{tl_version} -Provides: tex(uniyou64.tfm) = %{tl_version} -Provides: tex(uniyou65.tfm) = %{tl_version} -Provides: tex(uniyou66.tfm) = %{tl_version} -Provides: tex(uniyou67.tfm) = %{tl_version} -Provides: tex(uniyou68.tfm) = %{tl_version} -Provides: tex(uniyou69.tfm) = %{tl_version} -Provides: tex(uniyou6a.tfm) = %{tl_version} -Provides: tex(uniyou6b.tfm) = %{tl_version} -Provides: tex(uniyou6c.tfm) = %{tl_version} -Provides: tex(uniyou6d.tfm) = %{tl_version} -Provides: tex(uniyou6e.tfm) = %{tl_version} -Provides: tex(uniyou6f.tfm) = %{tl_version} -Provides: tex(uniyou70.tfm) = %{tl_version} -Provides: tex(uniyou71.tfm) = %{tl_version} -Provides: tex(uniyou72.tfm) = %{tl_version} -Provides: tex(uniyou73.tfm) = %{tl_version} -Provides: tex(uniyou74.tfm) = %{tl_version} -Provides: tex(uniyou75.tfm) = %{tl_version} -Provides: tex(uniyou76.tfm) = %{tl_version} -Provides: tex(uniyou77.tfm) = %{tl_version} -Provides: tex(uniyou78.tfm) = %{tl_version} -Provides: tex(uniyou79.tfm) = %{tl_version} -Provides: tex(uniyou7a.tfm) = %{tl_version} -Provides: tex(uniyou7b.tfm) = %{tl_version} -Provides: tex(uniyou7c.tfm) = %{tl_version} -Provides: tex(uniyou7d.tfm) = %{tl_version} -Provides: tex(uniyou7e.tfm) = %{tl_version} -Provides: tex(uniyou7f.tfm) = %{tl_version} -Provides: tex(uniyou80.tfm) = %{tl_version} -Provides: tex(uniyou81.tfm) = %{tl_version} -Provides: tex(uniyou82.tfm) = %{tl_version} -Provides: tex(uniyou83.tfm) = %{tl_version} -Provides: tex(uniyou84.tfm) = %{tl_version} -Provides: tex(uniyou85.tfm) = %{tl_version} -Provides: tex(uniyou86.tfm) = %{tl_version} -Provides: tex(uniyou87.tfm) = %{tl_version} -Provides: tex(uniyou88.tfm) = %{tl_version} -Provides: tex(uniyou89.tfm) = %{tl_version} -Provides: tex(uniyou8a.tfm) = %{tl_version} -Provides: tex(uniyou8b.tfm) = %{tl_version} -Provides: tex(uniyou8c.tfm) = %{tl_version} -Provides: tex(uniyou8d.tfm) = %{tl_version} -Provides: tex(uniyou8e.tfm) = %{tl_version} -Provides: tex(uniyou8f.tfm) = %{tl_version} -Provides: tex(uniyou90.tfm) = %{tl_version} -Provides: tex(uniyou91.tfm) = %{tl_version} -Provides: tex(uniyou92.tfm) = %{tl_version} -Provides: tex(uniyou93.tfm) = %{tl_version} -Provides: tex(uniyou94.tfm) = %{tl_version} -Provides: tex(uniyou95.tfm) = %{tl_version} -Provides: tex(uniyou96.tfm) = %{tl_version} -Provides: tex(uniyou97.tfm) = %{tl_version} -Provides: tex(uniyou98.tfm) = %{tl_version} -Provides: tex(uniyou99.tfm) = %{tl_version} -Provides: tex(uniyou9a.tfm) = %{tl_version} -Provides: tex(uniyou9b.tfm) = %{tl_version} -Provides: tex(uniyou9c.tfm) = %{tl_version} -Provides: tex(uniyou9d.tfm) = %{tl_version} -Provides: tex(uniyou9e.tfm) = %{tl_version} -Provides: tex(uniyou9f.tfm) = %{tl_version} -Provides: tex(uniyoua0.tfm) = %{tl_version} -Provides: tex(uniyoua1.tfm) = %{tl_version} -Provides: tex(uniyoua2.tfm) = %{tl_version} -Provides: tex(uniyoua3.tfm) = %{tl_version} -Provides: tex(uniyoua4.tfm) = %{tl_version} -Provides: tex(uniyoua5.tfm) = %{tl_version} -Provides: tex(uniyoua6.tfm) = %{tl_version} -Provides: tex(uniyoua7.tfm) = %{tl_version} -Provides: tex(uniyoua8.tfm) = %{tl_version} -Provides: tex(uniyoua9.tfm) = %{tl_version} -Provides: tex(uniyouaa.tfm) = %{tl_version} -Provides: tex(uniyouab.tfm) = %{tl_version} -Provides: tex(uniyouac.tfm) = %{tl_version} -Provides: tex(uniyouad.tfm) = %{tl_version} -Provides: tex(uniyouae.tfm) = %{tl_version} -Provides: tex(uniyouaf.tfm) = %{tl_version} -Provides: tex(uniyoub0.tfm) = %{tl_version} -Provides: tex(uniyoub1.tfm) = %{tl_version} -Provides: tex(uniyoub2.tfm) = %{tl_version} -Provides: tex(uniyoub3.tfm) = %{tl_version} -Provides: tex(uniyoub4.tfm) = %{tl_version} -Provides: tex(uniyoub5.tfm) = %{tl_version} -Provides: tex(uniyoub6.tfm) = %{tl_version} -Provides: tex(uniyoub7.tfm) = %{tl_version} -Provides: tex(uniyoub8.tfm) = %{tl_version} -Provides: tex(uniyoub9.tfm) = %{tl_version} -Provides: tex(uniyouba.tfm) = %{tl_version} -Provides: tex(uniyoubb.tfm) = %{tl_version} -Provides: tex(uniyoubc.tfm) = %{tl_version} -Provides: tex(uniyoubd.tfm) = %{tl_version} -Provides: tex(uniyoube.tfm) = %{tl_version} -Provides: tex(uniyoubf.tfm) = %{tl_version} -Provides: tex(uniyouc0.tfm) = %{tl_version} -Provides: tex(uniyouc1.tfm) = %{tl_version} -Provides: tex(uniyouc2.tfm) = %{tl_version} -Provides: tex(uniyouc3.tfm) = %{tl_version} -Provides: tex(uniyouc4.tfm) = %{tl_version} -Provides: tex(uniyouc5.tfm) = %{tl_version} -Provides: tex(uniyouc6.tfm) = %{tl_version} -Provides: tex(uniyouc7.tfm) = %{tl_version} -Provides: tex(uniyouc8.tfm) = %{tl_version} -Provides: tex(uniyouc9.tfm) = %{tl_version} -Provides: tex(uniyouca.tfm) = %{tl_version} -Provides: tex(uniyoucb.tfm) = %{tl_version} -Provides: tex(uniyoucc.tfm) = %{tl_version} -Provides: tex(uniyoucd.tfm) = %{tl_version} -Provides: tex(uniyouce.tfm) = %{tl_version} -Provides: tex(uniyoucf.tfm) = %{tl_version} -Provides: tex(uniyoud0.tfm) = %{tl_version} -Provides: tex(uniyoud1.tfm) = %{tl_version} -Provides: tex(uniyoud2.tfm) = %{tl_version} -Provides: tex(uniyoud3.tfm) = %{tl_version} -Provides: tex(uniyoud4.tfm) = %{tl_version} -Provides: tex(uniyoud5.tfm) = %{tl_version} -Provides: tex(uniyoud6.tfm) = %{tl_version} -Provides: tex(uniyoud7.tfm) = %{tl_version} -Provides: tex(uniyoud8.tfm) = %{tl_version} -Provides: tex(uniyoud9.tfm) = %{tl_version} -Provides: tex(uniyouda.tfm) = %{tl_version} -Provides: tex(uniyoudb.tfm) = %{tl_version} -Provides: tex(uniyoudc.tfm) = %{tl_version} -Provides: tex(uniyoudd.tfm) = %{tl_version} -Provides: tex(uniyoude.tfm) = %{tl_version} -Provides: tex(uniyoudf.tfm) = %{tl_version} -Provides: tex(uniyoue0.tfm) = %{tl_version} -Provides: tex(uniyoue1.tfm) = %{tl_version} -Provides: tex(uniyoue2.tfm) = %{tl_version} -Provides: tex(uniyoue3.tfm) = %{tl_version} -Provides: tex(uniyoue4.tfm) = %{tl_version} -Provides: tex(uniyoue5.tfm) = %{tl_version} -Provides: tex(uniyoue6.tfm) = %{tl_version} -Provides: tex(uniyoue7.tfm) = %{tl_version} -Provides: tex(uniyoue8.tfm) = %{tl_version} -Provides: tex(uniyoue9.tfm) = %{tl_version} -Provides: tex(uniyouea.tfm) = %{tl_version} -Provides: tex(uniyoueb.tfm) = %{tl_version} -Provides: tex(uniyouec.tfm) = %{tl_version} -Provides: tex(uniyoued.tfm) = %{tl_version} -Provides: tex(uniyouee.tfm) = %{tl_version} -Provides: tex(uniyouef.tfm) = %{tl_version} -Provides: tex(uniyouf0.tfm) = %{tl_version} -Provides: tex(uniyouf1.tfm) = %{tl_version} -Provides: tex(uniyouf2.tfm) = %{tl_version} -Provides: tex(uniyouf3.tfm) = %{tl_version} -Provides: tex(uniyouf4.tfm) = %{tl_version} -Provides: tex(uniyouf5.tfm) = %{tl_version} -Provides: tex(uniyouf6.tfm) = %{tl_version} -Provides: tex(uniyouf7.tfm) = %{tl_version} -Provides: tex(uniyouf8.tfm) = %{tl_version} -Provides: tex(uniyouf9.tfm) = %{tl_version} -Provides: tex(uniyoufa.tfm) = %{tl_version} -Provides: tex(uniyoufb.tfm) = %{tl_version} -Provides: tex(uniyoufc.tfm) = %{tl_version} -Provides: tex(uniyoufd.tfm) = %{tl_version} -Provides: tex(uniyoufe.tfm) = %{tl_version} -Provides: tex(uniyouff.tfm) = %{tl_version} -Provides: tex(uniyousl00.tfm) = %{tl_version} -Provides: tex(uniyousl01.tfm) = %{tl_version} -Provides: tex(uniyousl02.tfm) = %{tl_version} -Provides: tex(uniyousl03.tfm) = %{tl_version} -Provides: tex(uniyousl04.tfm) = %{tl_version} -Provides: tex(uniyousl05.tfm) = %{tl_version} -Provides: tex(uniyousl06.tfm) = %{tl_version} -Provides: tex(uniyousl07.tfm) = %{tl_version} -Provides: tex(uniyousl08.tfm) = %{tl_version} -Provides: tex(uniyousl09.tfm) = %{tl_version} -Provides: tex(uniyousl0a.tfm) = %{tl_version} -Provides: tex(uniyousl0b.tfm) = %{tl_version} -Provides: tex(uniyousl0c.tfm) = %{tl_version} -Provides: tex(uniyousl0d.tfm) = %{tl_version} -Provides: tex(uniyousl0e.tfm) = %{tl_version} -Provides: tex(uniyousl0f.tfm) = %{tl_version} -Provides: tex(uniyousl10.tfm) = %{tl_version} -Provides: tex(uniyousl11.tfm) = %{tl_version} -Provides: tex(uniyousl12.tfm) = %{tl_version} -Provides: tex(uniyousl13.tfm) = %{tl_version} -Provides: tex(uniyousl14.tfm) = %{tl_version} -Provides: tex(uniyousl15.tfm) = %{tl_version} -Provides: tex(uniyousl16.tfm) = %{tl_version} -Provides: tex(uniyousl17.tfm) = %{tl_version} -Provides: tex(uniyousl18.tfm) = %{tl_version} -Provides: tex(uniyousl19.tfm) = %{tl_version} -Provides: tex(uniyousl1a.tfm) = %{tl_version} -Provides: tex(uniyousl1b.tfm) = %{tl_version} -Provides: tex(uniyousl1c.tfm) = %{tl_version} -Provides: tex(uniyousl1d.tfm) = %{tl_version} -Provides: tex(uniyousl1e.tfm) = %{tl_version} -Provides: tex(uniyousl1f.tfm) = %{tl_version} -Provides: tex(uniyousl20.tfm) = %{tl_version} -Provides: tex(uniyousl21.tfm) = %{tl_version} -Provides: tex(uniyousl22.tfm) = %{tl_version} -Provides: tex(uniyousl23.tfm) = %{tl_version} -Provides: tex(uniyousl24.tfm) = %{tl_version} -Provides: tex(uniyousl25.tfm) = %{tl_version} -Provides: tex(uniyousl26.tfm) = %{tl_version} -Provides: tex(uniyousl27.tfm) = %{tl_version} -Provides: tex(uniyousl28.tfm) = %{tl_version} -Provides: tex(uniyousl29.tfm) = %{tl_version} -Provides: tex(uniyousl2a.tfm) = %{tl_version} -Provides: tex(uniyousl2b.tfm) = %{tl_version} -Provides: tex(uniyousl2c.tfm) = %{tl_version} -Provides: tex(uniyousl2d.tfm) = %{tl_version} -Provides: tex(uniyousl2e.tfm) = %{tl_version} -Provides: tex(uniyousl2f.tfm) = %{tl_version} -Provides: tex(uniyousl30.tfm) = %{tl_version} -Provides: tex(uniyousl31.tfm) = %{tl_version} -Provides: tex(uniyousl32.tfm) = %{tl_version} -Provides: tex(uniyousl33.tfm) = %{tl_version} -Provides: tex(uniyousl34.tfm) = %{tl_version} -Provides: tex(uniyousl35.tfm) = %{tl_version} -Provides: tex(uniyousl36.tfm) = %{tl_version} -Provides: tex(uniyousl37.tfm) = %{tl_version} -Provides: tex(uniyousl38.tfm) = %{tl_version} -Provides: tex(uniyousl39.tfm) = %{tl_version} -Provides: tex(uniyousl3a.tfm) = %{tl_version} -Provides: tex(uniyousl3b.tfm) = %{tl_version} -Provides: tex(uniyousl3c.tfm) = %{tl_version} -Provides: tex(uniyousl3d.tfm) = %{tl_version} -Provides: tex(uniyousl3e.tfm) = %{tl_version} -Provides: tex(uniyousl3f.tfm) = %{tl_version} -Provides: tex(uniyousl40.tfm) = %{tl_version} -Provides: tex(uniyousl41.tfm) = %{tl_version} -Provides: tex(uniyousl42.tfm) = %{tl_version} -Provides: tex(uniyousl43.tfm) = %{tl_version} -Provides: tex(uniyousl44.tfm) = %{tl_version} -Provides: tex(uniyousl45.tfm) = %{tl_version} -Provides: tex(uniyousl46.tfm) = %{tl_version} -Provides: tex(uniyousl47.tfm) = %{tl_version} -Provides: tex(uniyousl48.tfm) = %{tl_version} -Provides: tex(uniyousl49.tfm) = %{tl_version} -Provides: tex(uniyousl4a.tfm) = %{tl_version} -Provides: tex(uniyousl4b.tfm) = %{tl_version} -Provides: tex(uniyousl4c.tfm) = %{tl_version} -Provides: tex(uniyousl4d.tfm) = %{tl_version} -Provides: tex(uniyousl4e.tfm) = %{tl_version} -Provides: tex(uniyousl4f.tfm) = %{tl_version} -Provides: tex(uniyousl50.tfm) = %{tl_version} -Provides: tex(uniyousl51.tfm) = %{tl_version} -Provides: tex(uniyousl52.tfm) = %{tl_version} -Provides: tex(uniyousl53.tfm) = %{tl_version} -Provides: tex(uniyousl54.tfm) = %{tl_version} -Provides: tex(uniyousl55.tfm) = %{tl_version} -Provides: tex(uniyousl56.tfm) = %{tl_version} -Provides: tex(uniyousl57.tfm) = %{tl_version} -Provides: tex(uniyousl58.tfm) = %{tl_version} -Provides: tex(uniyousl59.tfm) = %{tl_version} -Provides: tex(uniyousl5a.tfm) = %{tl_version} -Provides: tex(uniyousl5b.tfm) = %{tl_version} -Provides: tex(uniyousl5c.tfm) = %{tl_version} -Provides: tex(uniyousl5d.tfm) = %{tl_version} -Provides: tex(uniyousl5e.tfm) = %{tl_version} -Provides: tex(uniyousl5f.tfm) = %{tl_version} -Provides: tex(uniyousl60.tfm) = %{tl_version} -Provides: tex(uniyousl61.tfm) = %{tl_version} -Provides: tex(uniyousl62.tfm) = %{tl_version} -Provides: tex(uniyousl63.tfm) = %{tl_version} -Provides: tex(uniyousl64.tfm) = %{tl_version} -Provides: tex(uniyousl65.tfm) = %{tl_version} -Provides: tex(uniyousl66.tfm) = %{tl_version} -Provides: tex(uniyousl67.tfm) = %{tl_version} -Provides: tex(uniyousl68.tfm) = %{tl_version} -Provides: tex(uniyousl69.tfm) = %{tl_version} -Provides: tex(uniyousl6a.tfm) = %{tl_version} -Provides: tex(uniyousl6b.tfm) = %{tl_version} -Provides: tex(uniyousl6c.tfm) = %{tl_version} -Provides: tex(uniyousl6d.tfm) = %{tl_version} -Provides: tex(uniyousl6e.tfm) = %{tl_version} -Provides: tex(uniyousl6f.tfm) = %{tl_version} -Provides: tex(uniyousl70.tfm) = %{tl_version} -Provides: tex(uniyousl71.tfm) = %{tl_version} -Provides: tex(uniyousl72.tfm) = %{tl_version} -Provides: tex(uniyousl73.tfm) = %{tl_version} -Provides: tex(uniyousl74.tfm) = %{tl_version} -Provides: tex(uniyousl75.tfm) = %{tl_version} -Provides: tex(uniyousl76.tfm) = %{tl_version} -Provides: tex(uniyousl77.tfm) = %{tl_version} -Provides: tex(uniyousl78.tfm) = %{tl_version} -Provides: tex(uniyousl79.tfm) = %{tl_version} -Provides: tex(uniyousl7a.tfm) = %{tl_version} -Provides: tex(uniyousl7b.tfm) = %{tl_version} -Provides: tex(uniyousl7c.tfm) = %{tl_version} -Provides: tex(uniyousl7d.tfm) = %{tl_version} -Provides: tex(uniyousl7e.tfm) = %{tl_version} -Provides: tex(uniyousl7f.tfm) = %{tl_version} -Provides: tex(uniyousl80.tfm) = %{tl_version} -Provides: tex(uniyousl81.tfm) = %{tl_version} -Provides: tex(uniyousl82.tfm) = %{tl_version} -Provides: tex(uniyousl83.tfm) = %{tl_version} -Provides: tex(uniyousl84.tfm) = %{tl_version} -Provides: tex(uniyousl85.tfm) = %{tl_version} -Provides: tex(uniyousl86.tfm) = %{tl_version} -Provides: tex(uniyousl87.tfm) = %{tl_version} -Provides: tex(uniyousl88.tfm) = %{tl_version} -Provides: tex(uniyousl89.tfm) = %{tl_version} -Provides: tex(uniyousl8a.tfm) = %{tl_version} -Provides: tex(uniyousl8b.tfm) = %{tl_version} -Provides: tex(uniyousl8c.tfm) = %{tl_version} -Provides: tex(uniyousl8d.tfm) = %{tl_version} -Provides: tex(uniyousl8e.tfm) = %{tl_version} -Provides: tex(uniyousl8f.tfm) = %{tl_version} -Provides: tex(uniyousl90.tfm) = %{tl_version} -Provides: tex(uniyousl91.tfm) = %{tl_version} -Provides: tex(uniyousl92.tfm) = %{tl_version} -Provides: tex(uniyousl93.tfm) = %{tl_version} -Provides: tex(uniyousl94.tfm) = %{tl_version} -Provides: tex(uniyousl95.tfm) = %{tl_version} -Provides: tex(uniyousl96.tfm) = %{tl_version} -Provides: tex(uniyousl97.tfm) = %{tl_version} -Provides: tex(uniyousl98.tfm) = %{tl_version} -Provides: tex(uniyousl99.tfm) = %{tl_version} -Provides: tex(uniyousl9a.tfm) = %{tl_version} -Provides: tex(uniyousl9b.tfm) = %{tl_version} -Provides: tex(uniyousl9c.tfm) = %{tl_version} -Provides: tex(uniyousl9d.tfm) = %{tl_version} -Provides: tex(uniyousl9e.tfm) = %{tl_version} -Provides: tex(uniyousl9f.tfm) = %{tl_version} -Provides: tex(uniyousla0.tfm) = %{tl_version} -Provides: tex(uniyousla1.tfm) = %{tl_version} -Provides: tex(uniyousla2.tfm) = %{tl_version} -Provides: tex(uniyousla3.tfm) = %{tl_version} -Provides: tex(uniyousla4.tfm) = %{tl_version} -Provides: tex(uniyousla5.tfm) = %{tl_version} -Provides: tex(uniyousla6.tfm) = %{tl_version} -Provides: tex(uniyousla7.tfm) = %{tl_version} -Provides: tex(uniyousla8.tfm) = %{tl_version} -Provides: tex(uniyousla9.tfm) = %{tl_version} -Provides: tex(uniyouslaa.tfm) = %{tl_version} -Provides: tex(uniyouslab.tfm) = %{tl_version} -Provides: tex(uniyouslac.tfm) = %{tl_version} -Provides: tex(uniyouslad.tfm) = %{tl_version} -Provides: tex(uniyouslae.tfm) = %{tl_version} -Provides: tex(uniyouslaf.tfm) = %{tl_version} -Provides: tex(uniyouslb0.tfm) = %{tl_version} -Provides: tex(uniyouslb1.tfm) = %{tl_version} -Provides: tex(uniyouslb2.tfm) = %{tl_version} -Provides: tex(uniyouslb3.tfm) = %{tl_version} -Provides: tex(uniyouslb4.tfm) = %{tl_version} -Provides: tex(uniyouslb5.tfm) = %{tl_version} -Provides: tex(uniyouslb6.tfm) = %{tl_version} -Provides: tex(uniyouslb7.tfm) = %{tl_version} -Provides: tex(uniyouslb8.tfm) = %{tl_version} -Provides: tex(uniyouslb9.tfm) = %{tl_version} -Provides: tex(uniyouslba.tfm) = %{tl_version} -Provides: tex(uniyouslbb.tfm) = %{tl_version} -Provides: tex(uniyouslbc.tfm) = %{tl_version} -Provides: tex(uniyouslbd.tfm) = %{tl_version} -Provides: tex(uniyouslbe.tfm) = %{tl_version} -Provides: tex(uniyouslbf.tfm) = %{tl_version} -Provides: tex(uniyouslc0.tfm) = %{tl_version} -Provides: tex(uniyouslc1.tfm) = %{tl_version} -Provides: tex(uniyouslc2.tfm) = %{tl_version} -Provides: tex(uniyouslc3.tfm) = %{tl_version} -Provides: tex(uniyouslc4.tfm) = %{tl_version} -Provides: tex(uniyouslc5.tfm) = %{tl_version} -Provides: tex(uniyouslc6.tfm) = %{tl_version} -Provides: tex(uniyouslc7.tfm) = %{tl_version} -Provides: tex(uniyouslc8.tfm) = %{tl_version} -Provides: tex(uniyouslc9.tfm) = %{tl_version} -Provides: tex(uniyouslca.tfm) = %{tl_version} -Provides: tex(uniyouslcb.tfm) = %{tl_version} -Provides: tex(uniyouslcc.tfm) = %{tl_version} -Provides: tex(uniyouslcd.tfm) = %{tl_version} -Provides: tex(uniyouslce.tfm) = %{tl_version} -Provides: tex(uniyouslcf.tfm) = %{tl_version} -Provides: tex(uniyousld0.tfm) = %{tl_version} -Provides: tex(uniyousld1.tfm) = %{tl_version} -Provides: tex(uniyousld2.tfm) = %{tl_version} -Provides: tex(uniyousld3.tfm) = %{tl_version} -Provides: tex(uniyousld4.tfm) = %{tl_version} -Provides: tex(uniyousld5.tfm) = %{tl_version} -Provides: tex(uniyousld6.tfm) = %{tl_version} -Provides: tex(uniyousld7.tfm) = %{tl_version} -Provides: tex(uniyousld8.tfm) = %{tl_version} -Provides: tex(uniyousld9.tfm) = %{tl_version} -Provides: tex(uniyouslda.tfm) = %{tl_version} -Provides: tex(uniyousldb.tfm) = %{tl_version} -Provides: tex(uniyousldc.tfm) = %{tl_version} -Provides: tex(uniyousldd.tfm) = %{tl_version} -Provides: tex(uniyouslde.tfm) = %{tl_version} -Provides: tex(uniyousldf.tfm) = %{tl_version} -Provides: tex(uniyousle0.tfm) = %{tl_version} -Provides: tex(uniyousle1.tfm) = %{tl_version} -Provides: tex(uniyousle2.tfm) = %{tl_version} -Provides: tex(uniyousle3.tfm) = %{tl_version} -Provides: tex(uniyousle4.tfm) = %{tl_version} -Provides: tex(uniyousle5.tfm) = %{tl_version} -Provides: tex(uniyousle6.tfm) = %{tl_version} -Provides: tex(uniyousle7.tfm) = %{tl_version} -Provides: tex(uniyousle8.tfm) = %{tl_version} -Provides: tex(uniyousle9.tfm) = %{tl_version} -Provides: tex(uniyouslea.tfm) = %{tl_version} -Provides: tex(uniyousleb.tfm) = %{tl_version} -Provides: tex(uniyouslec.tfm) = %{tl_version} -Provides: tex(uniyousled.tfm) = %{tl_version} -Provides: tex(uniyouslee.tfm) = %{tl_version} -Provides: tex(uniyouslef.tfm) = %{tl_version} -Provides: tex(uniyouslf0.tfm) = %{tl_version} -Provides: tex(uniyouslf1.tfm) = %{tl_version} -Provides: tex(uniyouslf2.tfm) = %{tl_version} -Provides: tex(uniyouslf3.tfm) = %{tl_version} -Provides: tex(uniyouslf4.tfm) = %{tl_version} -Provides: tex(uniyouslf5.tfm) = %{tl_version} -Provides: tex(uniyouslf6.tfm) = %{tl_version} -Provides: tex(uniyouslf7.tfm) = %{tl_version} -Provides: tex(uniyouslf8.tfm) = %{tl_version} -Provides: tex(uniyouslf9.tfm) = %{tl_version} -Provides: tex(uniyouslfa.tfm) = %{tl_version} -Provides: tex(uniyouslfb.tfm) = %{tl_version} -Provides: tex(uniyouslfc.tfm) = %{tl_version} -Provides: tex(uniyouslfd.tfm) = %{tl_version} -Provides: tex(uniyouslfe.tfm) = %{tl_version} -Provides: tex(uniyouslff.tfm) = %{tl_version} -Provides: tex(zhwinfonts.tex) = %{tl_version} -Provides: tex(c19fs.fd) = %{tl_version} -Provides: tex(c19hei.fd) = %{tl_version} -Provides: tex(c19kai.fd) = %{tl_version} -Provides: tex(c19li.fd) = %{tl_version} -Provides: tex(c19you.fd) = %{tl_version} -Provides: tex(c19zhfs.fd) = %{tl_version} -Provides: tex(c19zhhei.fd) = %{tl_version} -Provides: tex(c19zhkai.fd) = %{tl_version} -Provides: tex(c19zhli.fd) = %{tl_version} -Provides: tex(c19zhsong.fd) = %{tl_version} -Provides: tex(c19zhyou.fd) = %{tl_version} -Provides: tex(c70fs.fd) = %{tl_version} -Provides: tex(c70hei.fd) = %{tl_version} -Provides: tex(c70kai.fd) = %{tl_version} -Provides: tex(c70li.fd) = %{tl_version} -Provides: tex(c70you.fd) = %{tl_version} -Provides: tex(c70zhfs.fd) = %{tl_version} -Provides: tex(c70zhhei.fd) = %{tl_version} -Provides: tex(c70zhkai.fd) = %{tl_version} -Provides: tex(c70zhli.fd) = %{tl_version} -Provides: tex(c70zhsong.fd) = %{tl_version} -Provides: tex(c70zhyou.fd) = %{tl_version} - -%description zhmetrics -These are metrics to use existing Chinese TrueType fonts in -workflows that use LaTeX & dvipdfmx, or pdfLaTeX. The fonts -themselves are not included in the package. Six font families -are supported: kai, song, lishu, fangsong, youyuan and hei. Two -encodings (GBK and UTF-8) are supported. - -%package zhmetrics-doc -Summary: Documentation for zhmetrics -Version: svn22207.r206 - -Provides: tex-zhmetrics-doc -AutoReqProv: No - -%description zhmetrics-doc -Documentation for zhmetrics - -%package zhnumber -Provides: tex-zhnumber = %{tl_version} -License: LPPL 1.3 -Summary: Typeset Chinese representations of numbers -Version: svn50850 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(expl3.sty) -Requires: tex(xparse.sty) -Requires: tex(l3keys2e.sty) -Provides: tex(zhnumber-big5.cfg) = %{tl_version} -Provides: tex(zhnumber-gbk.cfg) = %{tl_version} -Provides: tex(zhnumber-utf8.cfg) = %{tl_version} -Provides: tex(zhnumber.sty) = %{tl_version} - -%description zhnumber -The package provides commands to typeset Chinese -representations of numbers. The main difference between this -package and CJKnumb is that the commands provided are -expandable in the 'proper' way. - -%package zhnumber-doc -Summary: Documentation for zhnumber -Version: svn50850 -Provides: tex-zhnumber-doc -AutoReqProv: No - -%description zhnumber-doc -Documentation for zhnumber - -%package zhspacing -Provides: tex-zhspacing = %{tl_version} -License: LPPL -Summary: Spacing for mixed CJK-English documents in XeTeX -Version: svn41145 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(fontspec.sty) -Requires: tex(ulem.sty) -Provides: tex(t-zhspacing.tex) = %{tl_version} -Provides: tex(zhmath.sty) = %{tl_version} -Provides: tex(zhsmyclass.sty) = %{tl_version} -Provides: tex(zhspacing.sty) = %{tl_version} -Provides: tex(zhsusefulmacros.sty) = %{tl_version} -Provides: tex(zhfont.sty) = %{tl_version} -Provides: tex(zhulem.sty) = %{tl_version} - -%description zhspacing -The package manages spacing in a CJK document; between -consecutive Chinese letters, spaces are ignored, but a -consistent space is inserted between Chinese text and English -(or mathematics). The package may be used by any document -format under XeTeX. - -%package zhspacing-doc -Summary: Documentation for zhspacing -Version: svn41145 - -Provides: tex-zhspacing-doc -AutoReqProv: No - -%description zhspacing-doc -Documentation for zhspacing - -%package collection-langcyrillic -Summary: Cyrillic -Version: svn54074 -Requires: texlive-base -Requires: texlive-collection-basic -Requires: texlive-collection-latex -Requires: texlive-babel-belarusian -Requires: texlive-babel-bulgarian -Requires: texlive-babel-russian -Requires: texlive-babel-serbian -Requires: texlive-babel-serbianc -Requires: texlive-babel-ukrainian -Requires: texlive-churchslavonic -Requires: texlive-cmcyr -Requires: texlive-cyrillic -Requires: texlive-cyrillic-bin -Requires: texlive-cyrplain -Requires: texlive-disser -Requires: texlive-eskd -Requires: texlive-eskdx -Requires: texlive-gost -Requires: texlive-hyphen-belarusian -Requires: texlive-hyphen-bulgarian -Requires: texlive-hyphen-churchslavonic -Requires: texlive-hyphen-mongolian -Requires: texlive-hyphen-russian -Requires: texlive-hyphen-serbian -Requires: texlive-hyphen-ukrainian -Requires: texlive-lcyw -Requires: texlive-lh -Requires: texlive-lhcyr -Requires: texlive-lshort-bulgarian-doc -Requires: texlive-lshort-mongol-doc -Requires: texlive-lshort-russian-doc -Requires: texlive-lshort-ukr-doc -Requires: texlive-mongolian-babel -Requires: texlive-montex -Requires: texlive-mpman-ru-doc -Requires: texlive-numnameru -Requires: texlive-pst-eucl-translation-bg-doc -Requires: texlive-ruhyphen -Requires: texlive-russ -Requires: texlive-serbian-apostrophe -Requires: texlive-serbian-date-lat -Requires: texlive-serbian-def-cyr -Requires: texlive-serbian-lig -Requires: texlive-t2 -Requires: texlive-texlive-ru-doc -Requires: texlive-texlive-sr-doc -Requires: texlive-ukrhyph -Requires: texlive-xecyrmongolian - -%description collection-langcyrillic -Support for Cyrillic scripts (Bulgarian, Russian, Serbian, -Ukrainian), even if Latin alphabets may also be used. - -%package cyrplain -Provides: tex-cyrplain = %{tl_version} -License: LPPL -Summary: cyrplain package -Version: svn45692 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(cyrcmfnt.tex) = %{tl_version} -Provides: tex(cyrecfnt.tex) = %{tl_version} -Provides: tex(cyrtex.cfg) = %{tl_version} -Provides: tex(cyrtex.tex) = %{tl_version} -Provides: tex(plainenc.tex) = %{tl_version} -Provides: tex(txxdefs.tex) = %{tl_version} -Provides: tex(txxextra.tex) = %{tl_version} - -%description cyrplain -cyrplain package - -%package disser -Provides: tex-disser = %{tl_version} -License: LPPL 1.3 -Summary: Class and templates for typesetting dissertations in Russian -Version: svn43417 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(kvoptions.sty) -Requires: tex(ifpdf.sty) -Requires: tex(ifthen.sty) -Requires: tex(textcase.sty) -Requires: tex(exscale.sty) -Provides: tex(disser.cls) = %{tl_version} -Provides: tex(gost732.cls) = %{tl_version} - -%description disser -Disser comprises a document class and set of templates for -typesetting dissertations in Russian. One of its primary -advantages is a simplicity of format specification for -titlepage, headers and elements of automatically generated -lists (table of contents, list of figures, etc). Bibliography -styles, that conform to the requirements of the Russian -standard GOST R 7.0.11-2011, are provided. - -%package disser-doc -Summary: Documentation for disser -Version: svn43417 -Provides: tex-disser-doc -AutoReqProv: No - -%description disser-doc -Documentation for disser - -%package eskd -Provides: tex-eskd = %{tl_version} -License: LPPL -Summary: Modern Russian typesetting -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(keyval.sty) -Requires: tex(inputenc.sty) -Requires: tex(babel.sty) -Requires: tex(fontenc.sty) -Requires: tex(rotating.sty) -Requires: tex(lastpage.sty) -Requires: tex(ifthen.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(geometry.sty) -Provides: tex(eskd.cls) = %{tl_version} - -%description eskd -The class offers modern Russian text formatting, in accordance -with accepted design standards. Fonts not (apparently) -available on CTAN are required for use of the class. - -%package eskd-doc -Summary: Documentation for eskd -Version: svn15878.0 - -Provides: tex-eskd-doc -AutoReqProv: No - -%description eskd-doc -Documentation for eskd - -%package eskdx -Provides: tex-eskdx = %{tl_version} -License: LPPL 1.3 -Summary: Modern Russian typesetting -Version: svn29235.0.98 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(eskdtitle.sty) -Requires: tex(caption.sty) -Requires: tex(array.sty) -Requires: tex(longtable.sty) -Requires: tex(amsmath.sty) -Requires: tex(zref-perpage.sty) -Requires: tex(ifpdf.sty) -Requires: tex(indentfirst.sty) -Requires: tex(inputenc.sty) -Requires: tex(babel.sty) -Requires: tex(calc.sty) -Requires: tex(rotating.sty) -Requires: tex(chngpage.sty) -Requires: tex(lscape.sty) -Requires: tex(keyval.sty) -Requires: tex(geometry.sty) -Requires: tex(lastpage.sty) -Requires: tex(everyshi.sty) -Provides: tex(eskdafterpkg.sty) = %{tl_version} -Provides: tex(eskdappsheet.sty) = %{tl_version} -Provides: tex(eskdbiblist.sty) = %{tl_version} -Provides: tex(eskdcap.sty) = %{tl_version} -Provides: tex(eskdchngsheet.sty) = %{tl_version} -Provides: tex(eskddstu.sty) = %{tl_version} -Provides: tex(eskdexplan.sty) = %{tl_version} -Provides: tex(eskdfont.sty) = %{tl_version} -Provides: tex(eskdfootnote.sty) = %{tl_version} -Provides: tex(eskdfreesize.sty) = %{tl_version} -Provides: tex(eskdgraph.cls) = %{tl_version} -Provides: tex(eskdhash.sty) = %{tl_version} -Provides: tex(eskdindent.sty) = %{tl_version} -Provides: tex(eskdinfo.sty) = %{tl_version} -Provides: tex(eskdlang.sty) = %{tl_version} -Provides: tex(eskdlist.sty) = %{tl_version} -Provides: tex(eskdpara.sty) = %{tl_version} -Provides: tex(eskdplain.sty) = %{tl_version} -Provides: tex(eskdrussian.def) = %{tl_version} -Provides: tex(eskdsect.sty) = %{tl_version} -Provides: tex(eskdspec.sty) = %{tl_version} -Provides: tex(eskdspecii.sty) = %{tl_version} -Provides: tex(eskdstamp.sty) = %{tl_version} -Provides: tex(eskdtab.cls) = %{tl_version} -Provides: tex(eskdtext.cls) = %{tl_version} -Provides: tex(eskdtitle.sty) = %{tl_version} -Provides: tex(eskdtitlebase.sty) = %{tl_version} -Provides: tex(eskdtotal.sty) = %{tl_version} -Provides: tex(eskdukrainian.def) = %{tl_version} - -%description eskdx -Eskdx is a collection of LaTeX classes and packages to typeset -textual and graphical documents in accordance with Russian (and -probably post USSR) standards for designers. - -%package eskdx-doc -Summary: Documentation for eskdx -Version: svn29235.0.98 - -Provides: tex-eskdx-doc -AutoReqProv: No - -%description eskdx-doc -Documentation for eskdx - -%package gost -Provides: tex-gost = %{tl_version} -License: LPPL -Summary: BibTeX styles to format according to GOST -Version: svn44131 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description gost -BibTeX styles to format bibliographies in English, Russian or -Ukrainian according to GOST 7.0.5-2008 or GOST 7.1-2003. Both 8- -bit and Unicode (UTF-8) versions of each BibTeX style, in each -case offering a choice of sorted and unsorted. Further, a set -of three styles (which do not conform to current standards) are -retained for backwards compatibility. - -%package gost-doc -Summary: Documentation for gost -Version: svn44131 -Provides: tex-gost-doc -AutoReqProv: No - -%description gost-doc -Documentation for gost - -%package hyphen-bulgarian -Provides: tex-hyphen-bulgarian = %{tl_version} -License: LPPL -Summary: Bulgarian hyphenation patterns -Version: svn54568 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires(post,postun): coreutils -Requires: texlive-hyphen-base -Requires: texlive-hyph-utf8 -Provides: tex(hyph-be.t2a.tex) = %{tl_version} -Provides: tex(hyph-be.tex) = %{tl_version} -Provides: tex(hyph-quote-be.tex) = %{tl_version} -Provides: tex(loadhyph-be.tex) = %{tl_version} - -%description hyphen-bulgarian -Hyphenation patterns for Bulgarian in T2A and UTF-8 encodings. - -%post hyphen-bulgarian -if [ $1 -gt 0 ] ; then -sed -i '/bulgarian.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "bulgarian loadhyph-bg.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{bulgarian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{bulgarian}{loadhyph-bg.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -fi -: - -%postun hyphen-bulgarian -if [ $1 == 0 ] ; then -sed -i '/bulgarian.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{bulgarian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -fi -: - -%package hyphen-mongolian -Provides: tex-hyphen-mongolian = %{tl_version} -License: LPPL -Summary: Mongolian hyphenation patterns in Cyrillic script -Version: svn54568 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires(post,postun): coreutils -Requires: texlive-hyphen-base -Requires: texlive-hyph-utf8 -Provides: tex(hyph-mn-cyrl-x-lmc.lmc.tex) = %{tl_version} -Provides: tex(hyph-mn-cyrl-x-lmc.tex) = %{tl_version} -Provides: tex(hyph-mn-cyrl.t2a.tex) = %{tl_version} -Provides: tex(hyph-mn-cyrl.tex) = %{tl_version} -Provides: tex(loadhyph-mn-cyrl-x-lmc.tex) = %{tl_version} -Provides: tex(loadhyph-mn-cyrl.tex) = %{tl_version} - -%description hyphen-mongolian -Hyphenation patterns for Mongolian in T2A, LMC and UTF-8 -encodings. LMC encoding is used in MonTeX. The package includes -two sets of patterns that will hopefully be merged in future. - -%post hyphen-mongolian -if [ $1 -gt 0 ] ; then -sed -i '/mongolian.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "mongolian loadhyph-mn-cyrl.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{mongolian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{mongolian}{loadhyph-mn-cyrl.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -sed -i '/mongolianlmc.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "mongolianlmc loadhyph-mn-cyrl-x-lmc.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{mongolianlmc}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{mongolianlmc}{loadhyph-mn-cyrl-x-lmc.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -fi -: - -%postun hyphen-mongolian -if [ $1 == 0 ] ; then -sed -i '/mongolian.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{mongolian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -sed -i '/mongolianlmc.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{mongolianlmc}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -fi -: - -%package hyphen-russian -Provides: tex-hyphen-russian = %{tl_version} -License: LPPL -Summary: Russian hyphenation patterns -Version: svn54568 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires(post,postun): coreutils -Requires: texlive-hyphen-base -Requires: texlive-hyph-utf8 -Requires: texlive-ruhyphen -Provides: tex(hyph-ru.t2a.tex) = %{tl_version} -Provides: tex(hyph-ru.tex) = %{tl_version} -Provides: tex(loadhyph-ru.tex) = %{tl_version} - -%description hyphen-russian -Hyphenation patterns for Russian in T2A and UTF-8 encodings. -For 8-bit engines, the 'ruhyphen' package provides a number of -different pattern sets, as well as different (8-bit) encodings, -that can be chosen at format-generation time. The UTF-8 -version only provides the default pattern set. A mechanism -similar to the one used for 8-bit patterns may be implemented -in the future. - -%post hyphen-russian -if [ $1 -gt 0 ] ; then -sed -i '/russian.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "russian loadhyph-ru.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{russian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{russian}{loadhyph-ru.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -fi -: - -%postun hyphen-russian -if [ $1 == 0 ] ; then -sed -i '/russian.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{russian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -fi -: - -%package ruhyphen -Provides: tex-ruhyphen = %{tl_version} -License: LPPL -Summary: Russian hyphenation -Version: svn21081.1.6 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(catkoi.tex) = %{tl_version} -Provides: tex(cyryoal.tex) = %{tl_version} -Provides: tex(cyryoas.tex) = %{tl_version} -Provides: tex(cyryoct.tex) = %{tl_version} -Provides: tex(cyryodv.tex) = %{tl_version} -Provides: tex(cyryomg.tex) = %{tl_version} -Provides: tex(cyryovl.tex) = %{tl_version} -Provides: tex(cyryozn.tex) = %{tl_version} -Provides: tex(enrhm2.tex) = %{tl_version} -Provides: tex(hypht2.tex) = %{tl_version} -Provides: tex(koi2koi.tex) = %{tl_version} -Provides: tex(koi2lcy.tex) = %{tl_version} -Provides: tex(koi2ot2.tex) = %{tl_version} -Provides: tex(koi2t2a.tex) = %{tl_version} -Provides: tex(koi2ucy.tex) = %{tl_version} -Provides: tex(ruenhyph.tex) = %{tl_version} -Provides: tex(ruhyphal.tex) = %{tl_version} -Provides: tex(ruhyphas.tex) = %{tl_version} -Provides: tex(ruhyphct.tex) = %{tl_version} -Provides: tex(ruhyphdv.tex) = %{tl_version} -Provides: tex(ruhyphen.tex) = %{tl_version} -Provides: tex(ruhyphmg.tex) = %{tl_version} -Provides: tex(ruhyphvl.tex) = %{tl_version} -Provides: tex(ruhyphzn.tex) = %{tl_version} - -%description ruhyphen -A collection of Russian hyphenation patterns supporting a -number of Cyrillic font encodings, including T2, UCY (Omega -Unicode Cyrillic), LCY, LWN (OT2), and koi8-r. - -%package hyphen-serbian -Provides: tex-hyphen-serbian = %{tl_version} -License: GPL+ -Summary: Serbian hyphenation patterns -Version: svn54568 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires(post,postun): coreutils -Requires: texlive-hyphen-base -Requires: texlive-hyph-utf8 -Provides: tex(hyph-sh-cyrl.t2a.tex) = %{tl_version} -Provides: tex(hyph-sh-cyrl.tex) = %{tl_version} -Provides: tex(hyph-sh-latn.ec.tex) = %{tl_version} -Provides: tex(hyph-sh-latn.tex) = %{tl_version} -Provides: tex(hyph-sr-cyrl.tex) = %{tl_version} -Provides: tex(loadhyph-sr-cyrl.tex) = %{tl_version} -Provides: tex(loadhyph-sr-latn.tex) = %{tl_version} - -%description hyphen-serbian -Hyphenation patterns for Serbian in T1/EC, T2A and UTF-8 -encodings. For 8-bit engines the patterns are available -separately as 'serbian' in T1/EC encoding for Latin script and -'serbianc' in T2A encoding for Cyrillic script. Unicode engines -should only use 'serbian' which has patterns in both scripts -combined. - -%post hyphen-serbian -if [ $1 -gt 0 ] ; then -sed -i '/serbian.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "serbian loadhyph-sr-latn.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{serbian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{serbian}{loadhyph-sr-latn.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -sed -i '/serbianc.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "serbianc loadhyph-sr-cyrl.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{serbianc}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{serbianc}{loadhyph-sr-cyrl.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -fi -: - -%postun hyphen-serbian -if [ $1 == 0 ] ; then -sed -i '/serbian.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{serbian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -sed -i '/serbianc.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{serbianc}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -fi -: - -%package hyphen-ukrainian -Provides: tex-hyphen-ukrainian = %{tl_version} -License: LPPL -Summary: Ukrainian hyphenation patterns -Version: svn54568 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires(post,postun): coreutils -Requires: texlive-hyphen-base -Requires: texlive-hyph-utf8 -Requires: texlive-ukrhyph -Provides: tex(hyph-quote-uk.tex) = %{tl_version} -Provides: tex(hyph-uk.t2a.tex) = %{tl_version} -Provides: tex(hyph-uk.tex) = %{tl_version} -Provides: tex(loadhyph-uk.tex) = %{tl_version} - -%description hyphen-ukrainian -Hyphenation patterns for Ukrainian in T2A and UTF-8 encodings. -For 8-bit engines, the 'ukrhyph' package provides a number of -different pattern sets, as well as different (8-bit) encodings, -that can be chosen at format-generation time. The UTF-8 -version only provides the default pattern set. A mechanism -similar to the one used for 8-bit patterns may be implemented -in the future. - -%post hyphen-ukrainian -if [ $1 -gt 0 ] ; then -sed -i '/ukrainian.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "ukrainian loadhyph-uk.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{ukrainian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{ukrainian}{loadhyph-uk.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -fi -: - -%postun hyphen-ukrainian -if [ $1 == 0 ] ; then -sed -i '/ukrainian.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{ukrainian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -fi -: - -%package ukrhyph -Provides: tex-ukrhyph = %{tl_version} -License: LPPL -Summary: Hyphenation Patterns for Ukrainian -Version: svn21081.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(catlcy.tex) = %{tl_version} -Provides: tex(lcy2koi.tex) = %{tl_version} -Provides: tex(lcy2lcy.tex) = %{tl_version} -Provides: tex(lcy2ot2.tex) = %{tl_version} -Provides: tex(lcy2t2a.tex) = %{tl_version} -Provides: tex(lcy2ucy.tex) = %{tl_version} -Provides: tex(rules60.tex) = %{tl_version} -Provides: tex(rules90.tex) = %{tl_version} -Provides: tex(rules_ph.tex) = %{tl_version} -Provides: tex(ukrenhyp.tex) = %{tl_version} -Provides: tex(ukrhypfa.tex) = %{tl_version} -Provides: tex(ukrhyph.tex) = %{tl_version} -Provides: tex(ukrhypmp.tex) = %{tl_version} -Provides: tex(ukrhypmt.tex) = %{tl_version} -Provides: tex(ukrhypsm.tex) = %{tl_version} -Provides: tex(ukrhypst.tex) = %{tl_version} - -%description ukrhyph -A range of patterns, depending on the encoding of the output -font (including the standard T2A, so one can use the patterns -with free fonts). - -%package ukrhyph-doc -Summary: Documentation for ukrhyph -Version: svn21081.0 - -Provides: tex-ukrhyph-doc -AutoReqProv: No - -%description ukrhyph-doc -Documentation for ukrhyph - -%package lcyw -Provides: tex-lcyw = %{tl_version} -License: LPPL 1.3 -Summary: Make Classic Cyrillic CM fonts accessible in LaTeX -Version: svn15878.v1.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifpdf.sty) -Provides: tex(cmap-cyr-vf.sty) = %{tl_version} -Provides: tex(lcywcmr.fd) = %{tl_version} -Provides: tex(lcywcmss.fd) = %{tl_version} -Provides: tex(lcywcmssq.fd) = %{tl_version} -Provides: tex(lcywcmtt.fd) = %{tl_version} -Provides: tex(lcywenc.def) = %{tl_version} - -%description lcyw -The package makes the classic CM Cyrillic fonts accessible for -use with LaTeX. - -%package lcyw-doc -Summary: Documentation for lcyw -Version: svn15878.v1.1 - -Provides: tex-lcyw-doc -AutoReqProv: No - -%description lcyw-doc -Documentation for lcyw - -%package lh -Provides: tex-lh = %{tl_version} -License: LPPL -Summary: Cyrillic fonts that support LaTeX standard encodings -Version: svn15878.3.5g - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex-ec -Provides: tex(lh-lcy.sty) = %{tl_version} -Provides: tex(lh-lcyccr.sty) = %{tl_version} -Provides: tex(lh-lcyxccr.sty) = %{tl_version} -Provides: tex(lh-ot2.sty) = %{tl_version} -Provides: tex(lh-ot2ccr.sty) = %{tl_version} -Provides: tex(lh-ot2xccr.sty) = %{tl_version} -Provides: tex(lh-t2accr.sty) = %{tl_version} -Provides: tex(lh-t2axccr.sty) = %{tl_version} -Provides: tex(lh-t2bccr.sty) = %{tl_version} -Provides: tex(lh-t2bxccr.sty) = %{tl_version} -Provides: tex(lh-t2cccr.sty) = %{tl_version} -Provides: tex(lh-t2cxccr.sty) = %{tl_version} -Provides: tex(lh-x2ccr.sty) = %{tl_version} -Provides: tex(lh-x2xccr.sty) = %{tl_version} -Provides: tex(nfssfox.tex) = %{tl_version} -Provides: tex(testfox.tex) = %{tl_version} -Provides: tex(testkern.tex) = %{tl_version} - -%description lh -The LH fonts address the problem of the wide variety of -alphabets that are written with Cyrillic-style characters. The -fonts are the original basis of the set of T2* and X2 encodings -that are now used when LaTeX users need to write in Cyrillic -languages. Macro support in standard LaTeX encodings is offered -through the cyrillic and t2 bundles, and the package itself -offers support for other (more traditional) encodings. The -fonts, in the standard T2* and X2 encodings are available in -Adobe Type 1 format, in the CM-Super family of fonts. The -package also offers its own LaTeX support for OT2 encoded -fonts, CM bright shaped fonts and Concrete shaped fonts. - -%package lh-doc -Summary: Documentation for lh -Version: svn15878.3.5g - -Provides: tex-lh-doc -AutoReqProv: No -Requires: tex-ec-doc - -%description lh-doc -Documentation for lh - -%package lhcyr -Provides: tex-lhcyr = %{tl_version} -License: Lhcyr -Summary: A non-standard Cyrillic input scheme -Version: svn31795.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(karabas.tex) = %{tl_version} -Provides: tex(kniga.tex) = %{tl_version} -Provides: tex(lhcyralt-hyphen.cfg) = %{tl_version} -Provides: tex(lhcyralt-rhyphen.tex) = %{tl_version} -Provides: tex(lhcyralt.sty) = %{tl_version} -Provides: tex(ot1lhdh.fd) = %{tl_version} -Provides: tex(ot1lhfib.fd) = %{tl_version} -Provides: tex(ot1lhfr.fd) = %{tl_version} -Provides: tex(ot1lhr.fd) = %{tl_version} -Provides: tex(ot1lhss.fd) = %{tl_version} -Provides: tex(ot1lhtt.fd) = %{tl_version} -Provides: tex(ot1lhvtt.fd) = %{tl_version} -Provides: tex(lhcyrkoi-hyphen.cfg) = %{tl_version} -Provides: tex(lhcyrkoi-rhyphen.tex) = %{tl_version} -Provides: tex(lhcyrkoi.sty) = %{tl_version} -Provides: tex(ot1kcdh.fd) = %{tl_version} -Provides: tex(ot1kcfib.fd) = %{tl_version} -Provides: tex(ot1kcfr.fd) = %{tl_version} -Provides: tex(ot1kcr.fd) = %{tl_version} -Provides: tex(ot1kcss.fd) = %{tl_version} -Provides: tex(ot1kctt.fd) = %{tl_version} -Provides: tex(ot1kcvtt.fd) = %{tl_version} -Provides: tex(lhcyrwin-hyphen.cfg) = %{tl_version} -Provides: tex(lhcyrwin-rhyphen.tex) = %{tl_version} -Provides: tex(lhcyrwin.sty) = %{tl_version} -Provides: tex(ot1wcdh.fd) = %{tl_version} -Provides: tex(ot1wcfib.fd) = %{tl_version} -Provides: tex(ot1wcfr.fd) = %{tl_version} -Provides: tex(ot1wcr.fd) = %{tl_version} -Provides: tex(ot1wcss.fd) = %{tl_version} -Provides: tex(ot1wctt.fd) = %{tl_version} -Provides: tex(ot1wcvtt.fd) = %{tl_version} -Provides: tex(otchet.tex) = %{tl_version} -Provides: tex(pismo.tex) = %{tl_version} -Provides: tex(rusfonts.tex) = %{tl_version} -Provides: tex(statya.tex) = %{tl_version} - -%description lhcyr -A collection of three LaTeX 2e styles intended for typesetting -Russian and bilingual English-Russian documents, using the lh -fonts and without the benefit of babel's language-switching -mechanisms. The packages (lhcyralt and lhcyrwin for use under -emTeX, and lhcyrkoi for use under teTeX) provide mappings -between the input encoding and the font encoding (which is -described as OT1). The way this is done does not match the way -inputenc would do the job, for output via fontenc to one of the -T2 series of font encodings. - -%package lshort-bulgarian-doc -Summary: Documentation for lshort-bulgarian -Version: svn15878.0 - -Provides: tex-lshort-bulgarian-doc -AutoReqProv: No - -%description lshort-bulgarian-doc -Documentation for lshort-bulgarian - -%package lshort-mongol-doc -Summary: Documentation for lshort-mongol -Version: svn15878.4.26 - -Provides: tex-lshort-mongol-doc -AutoReqProv: No - -%description lshort-mongol-doc -Documentation for lshort-mongol - -%package lshort-russian-doc -Summary: Documentation for lshort-russian -Version: svn18906.0 - -Provides: tex-lshort-russian-doc -AutoReqProv: No - -%description lshort-russian-doc -Documentation for lshort-russian - -%package lshort-ukr-doc -Summary: Documentation for lshort-ukr -Version: svn15878.4.00 - -Provides: tex-lshort-ukr-doc -AutoReqProv: No - -%description lshort-ukr-doc -Documentation for lshort-ukr - -%package mongolian-babel -Provides: tex-mongolian-babel = %{tl_version} -License: LPPL -Summary: A language definition file for Mongolian in Babel -Version: svn15878.1.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(mn.def) = %{tl_version} -Provides: tex(mongolian.ldf) = %{tl_version} -Provides: tex(mongolian.sty) = %{tl_version} - -%description mongolian-babel -This package provides support for Mongolian in a Cyrillic -alphabet. (The work derives from the earlier Russian work for -babel.) - -%package mongolian-babel-doc -Summary: Documentation for mongolian-babel -Version: svn15878.1.2 - -Provides: tex-mongolian-babel-doc -AutoReqProv: No - -%description mongolian-babel-doc -Documentation for mongolian-babel - -%package montex -Provides: tex-montex = %{tl_version} -License: GPL+ -Summary: Mongolian LaTeX -Version: svn29349.IVu.04.092 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-cbfonts -Requires: tex(ifthen.sty) -Requires: tex(diagnose.sty) -Requires: tex(fontenc.sty) -Requires: tex(inputenc.sty) -Requires: tex(rotating.sty) -Requires: tex(lscape.sty) -Provides: tex(mongolian.map) = %{tl_version} -Provides: tex(bcghsb.tfm) = %{tl_version} -Provides: tex(bcghsm.tfm) = %{tl_version} -Provides: tex(bcghwb.tfm) = %{tl_version} -Provides: tex(bcghwm.tfm) = %{tl_version} -Provides: tex(bcgvsb.tfm) = %{tl_version} -Provides: tex(bcgvsm.tfm) = %{tl_version} -Provides: tex(bcgvwb.tfm) = %{tl_version} -Provides: tex(bcgvwm.tfm) = %{tl_version} -Provides: tex(bicighb.tfm) = %{tl_version} -Provides: tex(bicighm.tfm) = %{tl_version} -Provides: tex(bicigvb.tfm) = %{tl_version} -Provides: tex(bicigvm.tfm) = %{tl_version} -Provides: tex(bthhsb.tfm) = %{tl_version} -Provides: tex(bthhsm.tfm) = %{tl_version} -Provides: tex(bthhwb.tfm) = %{tl_version} -Provides: tex(bthhwm.tfm) = %{tl_version} -Provides: tex(bthvsb.tfm) = %{tl_version} -Provides: tex(bthvsm.tfm) = %{tl_version} -Provides: tex(bthvwb.tfm) = %{tl_version} -Provides: tex(bthvwm.tfm) = %{tl_version} -Provides: tex(bxghsb.tfm) = %{tl_version} -Provides: tex(bxghsm.tfm) = %{tl_version} -Provides: tex(bxghwb.tfm) = %{tl_version} -Provides: tex(bxghwm.tfm) = %{tl_version} -Provides: tex(bxgvsb.tfm) = %{tl_version} -Provides: tex(bxgvsm.tfm) = %{tl_version} -Provides: tex(bxgvwb.tfm) = %{tl_version} -Provides: tex(bxgvwm.tfm) = %{tl_version} -Provides: tex(kmb10.tfm) = %{tl_version} -Provides: tex(kmbx10.tfm) = %{tl_version} -Provides: tex(kmbx12.tfm) = %{tl_version} -Provides: tex(kmbx5.tfm) = %{tl_version} -Provides: tex(kmbx6.tfm) = %{tl_version} -Provides: tex(kmbx7.tfm) = %{tl_version} -Provides: tex(kmbx8.tfm) = %{tl_version} -Provides: tex(kmbx9.tfm) = %{tl_version} -Provides: tex(kmbxsl10.tfm) = %{tl_version} -Provides: tex(kmbxti10.tfm) = %{tl_version} -Provides: tex(kmcsc10.tfm) = %{tl_version} -Provides: tex(kmcsc8.tfm) = %{tl_version} -Provides: tex(kmcsc9.tfm) = %{tl_version} -Provides: tex(kmdunh10.tfm) = %{tl_version} -Provides: tex(kmff10.tfm) = %{tl_version} -Provides: tex(kmfi10.tfm) = %{tl_version} -Provides: tex(kmfib8.tfm) = %{tl_version} -Provides: tex(kminch.tfm) = %{tl_version} -Provides: tex(kmitt10.tfm) = %{tl_version} -Provides: tex(kmr10.tfm) = %{tl_version} -Provides: tex(kmr12.tfm) = %{tl_version} -Provides: tex(kmr17.tfm) = %{tl_version} -Provides: tex(kmr5.tfm) = %{tl_version} -Provides: tex(kmr6.tfm) = %{tl_version} -Provides: tex(kmr7.tfm) = %{tl_version} -Provides: tex(kmr8.tfm) = %{tl_version} -Provides: tex(kmr9.tfm) = %{tl_version} -Provides: tex(kmsl10.tfm) = %{tl_version} -Provides: tex(kmsl12.tfm) = %{tl_version} -Provides: tex(kmsl8.tfm) = %{tl_version} -Provides: tex(kmsl9.tfm) = %{tl_version} -Provides: tex(kmsltt10.tfm) = %{tl_version} -Provides: tex(kmss10.tfm) = %{tl_version} -Provides: tex(kmss12.tfm) = %{tl_version} -Provides: tex(kmss17.tfm) = %{tl_version} -Provides: tex(kmss8.tfm) = %{tl_version} -Provides: tex(kmss9.tfm) = %{tl_version} -Provides: tex(kmssbx10.tfm) = %{tl_version} -Provides: tex(kmssdc10.tfm) = %{tl_version} -Provides: tex(kmssi10.tfm) = %{tl_version} -Provides: tex(kmssi12.tfm) = %{tl_version} -Provides: tex(kmssi17.tfm) = %{tl_version} -Provides: tex(kmssi8.tfm) = %{tl_version} -Provides: tex(kmssi9.tfm) = %{tl_version} -Provides: tex(kmssq8.tfm) = %{tl_version} -Provides: tex(kmssqi8.tfm) = %{tl_version} -Provides: tex(kmtcsc10.tfm) = %{tl_version} -Provides: tex(kmti10.tfm) = %{tl_version} -Provides: tex(kmti12.tfm) = %{tl_version} -Provides: tex(kmti7.tfm) = %{tl_version} -Provides: tex(kmti8.tfm) = %{tl_version} -Provides: tex(kmti9.tfm) = %{tl_version} -Provides: tex(kmtt10.tfm) = %{tl_version} -Provides: tex(kmtt12.tfm) = %{tl_version} -Provides: tex(kmtt8.tfm) = %{tl_version} -Provides: tex(kmtt9.tfm) = %{tl_version} -Provides: tex(kmu10.tfm) = %{tl_version} -Provides: tex(kmvtt10.tfm) = %{tl_version} -Provides: tex(kmvtti10.tfm) = %{tl_version} -Provides: tex(bcghsb.pfb) = %{tl_version} -Provides: tex(bcghsm.pfb) = %{tl_version} -Provides: tex(bcghwb.pfb) = %{tl_version} -Provides: tex(bcghwm.pfb) = %{tl_version} -Provides: tex(bcgvsb.pfb) = %{tl_version} -Provides: tex(bcgvsm.pfb) = %{tl_version} -Provides: tex(bcgvwb.pfb) = %{tl_version} -Provides: tex(bcgvwm.pfb) = %{tl_version} -Provides: tex(bicighb.pfb) = %{tl_version} -Provides: tex(bicighm.pfb) = %{tl_version} -Provides: tex(bicigvb.pfb) = %{tl_version} -Provides: tex(bicigvm.pfb) = %{tl_version} -Provides: tex(bthhsb.pfb) = %{tl_version} -Provides: tex(bthhsm.pfb) = %{tl_version} -Provides: tex(bthhwb.pfb) = %{tl_version} -Provides: tex(bthhwm.pfb) = %{tl_version} -Provides: tex(bthvsb.pfb) = %{tl_version} -Provides: tex(bthvsm.pfb) = %{tl_version} -Provides: tex(bthvwb.pfb) = %{tl_version} -Provides: tex(bthvwm.pfb) = %{tl_version} -Provides: tex(bxghsb.pfb) = %{tl_version} -Provides: tex(bxghsm.pfb) = %{tl_version} -Provides: tex(bxghwb.pfb) = %{tl_version} -Provides: tex(bxghwm.pfb) = %{tl_version} -Provides: tex(bxgvsb.pfb) = %{tl_version} -Provides: tex(bxgvsm.pfb) = %{tl_version} -Provides: tex(bxgvwb.pfb) = %{tl_version} -Provides: tex(bxgvwm.pfb) = %{tl_version} -Provides: tex(kmbx10.pfb) = %{tl_version} -Provides: tex(kmr10.pfb) = %{tl_version} -Provides: tex(kmss10.pfb) = %{tl_version} -Provides: tex(bicig.def) = %{tl_version} -Provides: tex(bithe.def) = %{tl_version} -Provides: tex(buryat.def) = %{tl_version} -Provides: tex(cpctt.def) = %{tl_version} -Provides: tex(cpdbk.def) = %{tl_version} -Provides: tex(cpibmrus.def) = %{tl_version} -Provides: tex(cpkoi.def) = %{tl_version} -Provides: tex(cpmls.def) = %{tl_version} -Provides: tex(cpmnk.def) = %{tl_version} -Provides: tex(cpmos.def) = %{tl_version} -Provides: tex(cpncc.def) = %{tl_version} -Provides: tex(english.def) = %{tl_version} -Provides: tex(kazakh.def) = %{tl_version} -Provides: tex(lmabthhs.fd) = %{tl_version} -Provides: tex(lmabthhw.fd) = %{tl_version} -Provides: tex(lmabthvs.fd) = %{tl_version} -Provides: tex(lmabthvw.fd) = %{tl_version} -Provides: tex(lmaenc.def) = %{tl_version} -Provides: tex(lmccmdh.fd) = %{tl_version} -Provides: tex(lmccmfib.fd) = %{tl_version} -Provides: tex(lmccmfr.fd) = %{tl_version} -Provides: tex(lmccmiss.fd) = %{tl_version} -Provides: tex(lmccmr.fd) = %{tl_version} -Provides: tex(lmccmss.fd) = %{tl_version} -Provides: tex(lmccmssq.fd) = %{tl_version} -Provides: tex(lmccmtt.fd) = %{tl_version} -Provides: tex(lmccmvtt.fd) = %{tl_version} -Provides: tex(lmcenc.def) = %{tl_version} -Provides: tex(lmclcmss.fd) = %{tl_version} -Provides: tex(lmobcghs.fd) = %{tl_version} -Provides: tex(lmobcghw.fd) = %{tl_version} -Provides: tex(lmobcgvs.fd) = %{tl_version} -Provides: tex(lmobcgvw.fd) = %{tl_version} -Provides: tex(lmoenc.def) = %{tl_version} -Provides: tex(lmsbcgh.fd) = %{tl_version} -Provides: tex(lmsbcgv.fd) = %{tl_version} -Provides: tex(lmsenc.def) = %{tl_version} -Provides: tex(lmubxghs.fd) = %{tl_version} -Provides: tex(lmubxghw.fd) = %{tl_version} -Provides: tex(lmubxgvs.fd) = %{tl_version} -Provides: tex(lmubxgvw.fd) = %{tl_version} -Provides: tex(lmuenc.def) = %{tl_version} -Provides: tex(mls.sty) = %{tl_version} -Provides: tex(mlsgalig.tex) = %{tl_version} -Provides: tex(mlstrans.tex) = %{tl_version} -Provides: tex(mnhyphex.tex) = %{tl_version} -Provides: tex(rlbicig.sty) = %{tl_version} -Provides: tex(russian.def) = %{tl_version} -Provides: tex(xalx.def) = %{tl_version} - -%description montex -MonTeX provides Mongolian and Manju support for the TeX/LaTeX -community. Mongolian is a language spoken in North East Asia, -namely Mongolia and the Inner Mongol Autonomous Region of -China. Today, it is written in an extended Cyrillic alphabet in -Mongolia whereas the Uighur writing continues to be in use in -Inner Mongolia, though it is also, legally speaking, the -official writing system of Mongolia. Manju is another language -of North East Asia, belonging to the Tungusic branch of the -Altaic languages. Though it is hardly spoken nowadays, it -survives in written form as Manju was the native language of -the rulers of the Qing dynasty (1644-1911) in China. Large -quantities of documents of the Imperial Archives survive, as -well as some of the finest dictionaries ever compiled in Asia, -like the Pentaglot, a dictionary comprising Manju, Tibetan, -Mongolian, Uighur and Chinese. MonTeX provides all necessary -characters for writing standard Mongolian in Cyrillic and -Classical (aka Traditional or Uighur) writing, and Manju as -well as transliterated Tibetan texts, for which purpose a -number of additional characters was created. In MonTeX, both -Mongolian and Manju are entered in romanized form. The -retransliteration (from Latin input to Mongolian and Manju -output) is completely realized in TeX/Metafont so that no -external preprocessor is required. Please note that most of the -enhanced functions of MonTeX require a working e-LaTeX -environment. This is especially true when compiling documents -with Mongolian or Manju as the main document language. It is -recommended to choose pdfelatex as the resulting PDF files are -truly portable. Vertical text generated by MonTeX is not -supported in DVI. - -%package montex-doc -Summary: Documentation for montex -Version: svn29349.IVu.04.092 - -Provides: tex-montex-doc -AutoReqProv: No -Requires: tex-cbfonts-doc - -%description montex-doc -Documentation for montex - -%package mpman-ru-doc -Summary: Documentation for mpman-ru -Version: svn15878.1.004 - -Provides: tex-mpman-ru-doc -AutoReqProv: No - -%description mpman-ru-doc -Documentation for mpman-ru - -%package pst-eucl-translation-bg-doc -Summary: Documentation for pst-eucl-translation-bg -Version: svn19296.1.3.2 - -Provides: tex-pst-eucl-translation-bg-doc -AutoReqProv: No - -%description pst-eucl-translation-bg-doc -Documentation for pst-eucl-translation-bg - -%package serbian-apostrophe -Provides: tex-serbian-apostrophe = %{tl_version} -License: LPPL 1.3 -Summary: Commands for Serbian words with apostrophes -Version: svn23799.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(xspace.sty) -Requires: tex(tipa.sty) -Provides: tex(serbian-apostrophe.sty) = %{tl_version} - -%description serbian-apostrophe -The package provides a collection of commands (whose names are -Serbian words) whose expansion is the Serbian word with -appropriate apostrophes. - -%package serbian-apostrophe-doc -Summary: Documentation for serbian-apostrophe -Version: svn23799.0 - -Provides: tex-serbian-apostrophe-doc -AutoReqProv: No - -%description serbian-apostrophe-doc -Documentation for serbian-apostrophe - -%package serbian-date-lat -Provides: tex-serbian-date-lat = %{tl_version} -License: GPLv2+ -Summary: Updated date typesetting for Serbian -Version: svn23446.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(serbian-date-lat.sty) = %{tl_version} - -%description serbian-date-lat -Babel defines dates for Serbian texts, in Latin script. The -style it uses does not match current practices. The present -package defines a \date command that solves the problem. - -%package serbian-date-lat-doc -Summary: Documentation for serbian-date-lat -Version: svn23446.0 - -Provides: tex-serbian-date-lat-doc -AutoReqProv: No - -%description serbian-date-lat-doc -Documentation for serbian-date-lat - -%package serbian-def-cyr -Provides: tex-serbian-def-cyr = %{tl_version} -License: LPPL 1.3 -Summary: Serbian cyrillic localization -Version: svn23734.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(inputenc.sty) -Requires: tex(fontenc.sty) -Provides: tex(serbian-def-cyr.sty) = %{tl_version} - -%description serbian-def-cyr -This package provides abstract, chapter, title, date etc, for -serbian language in cyrillic scripts in T2A encoding and cp1251 -code pages. - -%package serbian-def-cyr-doc -Summary: Documentation for serbian-def-cyr -Version: svn23734.0 - -Provides: tex-serbian-def-cyr-doc -AutoReqProv: No - -%description serbian-def-cyr-doc -Documentation for serbian-def-cyr - -%package serbian-lig -Provides: tex-serbian-lig = %{tl_version} -License: LPPL 1.3 -Summary: Control ligatures in Serbian -Version: svn53127 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xspace.sty) -Provides: tex(serbian-lig.sty) = %{tl_version} - -%description serbian-lig -The package suppresses fi and fl (and other ligatures) in -Serbian text written using Roman script. - -%package serbian-lig-doc -Summary: Documentation for serbian-lig -Version: svn53127 -Provides: tex-serbian-lig-doc -AutoReqProv: No - -%description serbian-lig-doc -Documentation for serbian-lig - -%package t2 -Provides: tex-t2 = %{tl_version} -License: LPPL -Summary: Support for using T2 encoding -Version: svn47870 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires(post,postun): coreutils -Requires: tex(amssymb.sty) -Requires: tex(enumerate.sty) -Provides: tex(t2a-mod1.enc) = %{tl_version} -Provides: tex(t2a-mod2.enc) = %{tl_version} -Provides: tex(t2a.enc) = %{tl_version} -Provides: tex(t2b.enc) = %{tl_version} -Provides: tex(t2c.enc) = %{tl_version} -Provides: tex(x2.enc) = %{tl_version} -Provides: tex(alias-cmc.tex) = %{tl_version} -Provides: tex(alias-wncy.tex) = %{tl_version} -Provides: tex(cyralias.tex) = %{tl_version} -Provides: tex(fnstcorr.tex) = %{tl_version} -Provides: tex(citehack.sty) = %{tl_version} -Provides: tex(mathtext.sty) = %{tl_version} -Provides: tex(misccorr.sty) = %{tl_version} - -%description t2 -The T2 bundle provides a variety of separate support functions, -for using Cyrillic characters in LaTeX: - the mathtext package, -for using Cyrillic letters 'transparently' in formulae - the -citehack package, for using Cyrillic (or indeed any non-ascii) -characters in citation keys; - support for Cyrillic in BibTeX; - -support for Cyrillic in Makeindex; and - various items of font -support. - -%post t2 -if [ $1 -gt 0 ] ; then -sed -i 's/^\#\!\ cyramstex.*$/cyramstex pdftex language.dat -translate-file=cp227.tcx *cyramstx.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf -sed -i 's/^\#\!\ cyrtex.*$/cyrtex pdftex language.dat -translate-file=cp227.tcx *cyrtex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf -sed -i 's/^\#\!\ cyrtexinfo.*$/cyrtexinfo pdftex language.dat -translate-file=cp227.tcx *cyrtxinf.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf -fi -: - -%postun t2 -if [ $1 == 0 ] ; then -sed -i 's/^cyramstex.*$/\#\!\ cyramstex pdftex language.dat -translate-file=cp227.tcx *cyramstx.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf > /dev/null 2>&1 -sed -i 's/^cyrtex.*$/\#\!\ cyrtex pdftex language.dat -translate-file=cp227.tcx *cyrtex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf > /dev/null 2>&1 -sed -i 's/^cyrtexinfo.*$/\#\!\ cyrtexinfo pdftex language.dat -translate-file=cp227.tcx *cyrtxinf.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf > /dev/null 2>&1 -fi -: - -%package t2-doc -Summary: Documentation for t2 -Version: svn47870 -Provides: tex-t2-doc -AutoReqProv: No - -%description t2-doc -Documentation for t2 - -%package texlive-ru-doc -Summary: Documentation for texlive-ru -Version: svn54537 -Provides: tex-texlive-ru-doc -AutoReqProv: No - -%description texlive-ru-doc -Documentation for texlive-ru - -%package texlive-sr-doc -Summary: Documentation for texlive-sr -Version: svn54594 -Provides: tex-texlive-sr-doc -AutoReqProv: No - -%description texlive-sr-doc -Documentation for texlive-sr - -%package collection-langczechslovak -Summary: Czech/Slovak -Version: svn54074 -Requires: texlive-base -Requires: texlive-collection-basic -Requires: texlive-collection-latex -Requires: texlive-babel-czech -Requires: texlive-babel-slovak -Requires: texlive-cnbwp -Requires: texlive-cs -Requires: texlive-csbulletin -Requires: texlive-cslatex -Requires: texlive-csplain -Requires: texlive-cstex-doc -Requires: texlive-hyphen-czech -Requires: texlive-hyphen-slovak -Requires: texlive-vlna -Requires: texlive-lshort-czech-doc -Requires: texlive-lshort-slovak-doc -Requires: texlive-texlive-cz-doc - -%description collection-langczechslovak -Support for Czech/Slovak. - -%package cs -Provides: tex-cs = %{tl_version} -License: GPL+ -Summary: Czech/Slovak-tuned Computer Modern fonts -Version: svn41553 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(xl2.enc) = %{tl_version} -Provides: tex(xl2f.enc) = %{tl_version} -Provides: tex(xt2.enc) = %{tl_version} -Provides: tex(cs-a35-nodownload.map) = %{tl_version} -Provides: tex(cs-a35-urwdownload.map) = %{tl_version} -Provides: tex(cs-charter.map) = %{tl_version} -Provides: tex(csfonts.map) = %{tl_version} - -%description cs -The fonts are provided as Metafont source; Type 1 format -versions (csfonts-t1) are also available. - -%package csbulletin -Provides: tex-csbulletin = %{tl_version} -License: LPPL -Summary: LaTeX class for articles submitted to the CSTUG Bulletin (Zpravodaj) -Version: svn54433 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(babel.sty) -Requires: tex(fontenc.sty) -Requires: tex(lmodern.sty) -Requires: tex(mflogo.sty) -Requires: tex(ifpdf.sty) -Requires: tex(microtype.sty) -Requires: tex(array.sty) -Requires: tex(fancyvrb.sty) -Requires: tex(verbatim.sty) -Requires: tex(encxvlna.sty) -Provides: tex(csbulacronym.sty) = %{tl_version} -Provides: tex(csbulletin.cls) = %{tl_version} -Provides: tex(csbulobalka.cls) = %{tl_version} -Provides: tex(csbulobalka.sty) = %{tl_version} -Provides: tex(csbulv1.cls) = %{tl_version} - -%description csbulletin -The package provides the class for articles for the CSTUG -Bulletin (Zpravodaj Ceskoslovenskeho sdruzeni uzivatelu TeXu). -You can see the structure of a document by looking to the -source file of the manual. - -%package csbulletin-doc -Summary: Documentation for csbulletin -Version: svn54433 -Provides: tex-csbulletin-doc -AutoReqProv: No - -%description csbulletin-doc -Documentation for csbulletin - -%package cstex-doc -Summary: Documentation for cstex -Version: svn53767 -Provides: tex-cstex-doc -AutoReqProv: No - -%description cstex-doc -Documentation for cstex - -%package hyphen-czech -Provides: tex-hyphen-czech = %{tl_version} -License: LPPL -Summary: Czech hyphenation patterns -Version: svn54568 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires(post,postun): coreutils -Requires: texlive-hyphen-base -Requires: texlive-hyph-utf8 -Provides: tex(hyph-cs.ec.tex) = %{tl_version} -Provides: tex(hyph-cs.tex) = %{tl_version} -Provides: tex(loadhyph-cs.tex) = %{tl_version} - -%description hyphen-czech -Hyphenation patterns for Czech in T1/EC and UTF-8 encodings. -Original patterns 'czhyphen' are still distributed in the -'csplain' package and loaded with ISO Latin 2 encoding (IL2). - -%post hyphen-czech -if [ $1 -gt 0 ] ; then -sed -i '/czech.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "czech loadhyph-cs.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{czech}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{czech}{loadhyph-cs.tex}{}{2}{3}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -fi -: - -%postun hyphen-czech -if [ $1 == 0 ] ; then -sed -i '/czech.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{czech}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -fi -: - -%package hyphen-slovak -Provides: tex-hyphen-slovak = %{tl_version} -License: LPPL -Summary: Slovak hyphenation patterns -Version: svn54568 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires(post,postun): coreutils -Requires: texlive-hyphen-base -Requires: texlive-hyph-utf8 -Provides: tex(hyph-sk.ec.tex) = %{tl_version} -Provides: tex(hyph-sk.tex) = %{tl_version} -Provides: tex(loadhyph-sk.tex) = %{tl_version} - -%description hyphen-slovak -Hyphenation patterns for Slovak in T1/EC and UTF-8 encodings. -Original patterns 'skhyphen' are still distributed in the -'csplain' package and loaded with ISO Latin 2 encoding (IL2). - -%post hyphen-slovak -if [ $1 -gt 0 ] ; then -sed -i '/slovak.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "slovak loadhyph-sk.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{slovak}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{slovak}{loadhyph-sk.tex}{}{2}{3}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -fi -: - -%postun hyphen-slovak -if [ $1 == 0 ] ; then -sed -i '/slovak.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{slovak}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -fi -: - -%package lshort-czech-doc -Summary: Documentation for lshort-czech -Version: svn29803.4.27 - -Provides: tex-lshort-czech-doc -AutoReqProv: No - -%description lshort-czech-doc -Documentation for lshort-czech - -%package lshort-slovak-doc -Summary: Documentation for lshort-slovak -Version: svn15878.0 - -Provides: tex-lshort-slovak-doc -AutoReqProv: No - -%description lshort-slovak-doc -Documentation for lshort-slovak - -%package texlive-cz-doc -Summary: Documentation for texlive-cz -Version: svn50778 -Provides: tex-texlive-cz-doc -AutoReqProv: No - -%description texlive-cz-doc -Documentation for texlive-cz - -%package collection-langenglish -Summary: US and UK English -Version: svn54689 -Requires: texlive-base -Requires: texlive-collection-basic -Requires: texlive-hyphen-english -Requires: texlive-MemoirChapStyles-doc -Requires: texlive-Type1fonts-doc -Requires: texlive-amscls-doc -Requires: texlive-amslatex-primer-doc -Requires: texlive-around-the-bend-doc -Requires: texlive-ascii-chart-doc -Requires: texlive-biblatex-cheatsheet-doc -Requires: texlive-components-of-TeX-doc -Requires: texlive-comprehensive-doc -Requires: texlive-dickimaw-doc -Requires: texlive-docsurvey-doc -Requires: texlive-dtxtut-doc -Requires: texlive-first-latex-doc-doc -Requires: texlive-forest-quickstart-doc -Requires: texlive-gentle-doc -Requires: texlive-guide-to-latex-doc -Requires: texlive-happy4th-doc -Requires: texlive-impatient-doc -Requires: texlive-intro-scientific-doc -Requires: texlive-knuth-doc -Requires: texlive-l2tabu-english-doc -Requires: texlive-latex-brochure-doc -Requires: texlive-latex-course-doc -Requires: texlive-latex-doc-ptr-doc -Requires: texlive-latex-graphics-companion-doc -Requires: texlive-latex-refsheet-doc -Requires: texlive-latex-veryshortguide-doc -Requires: texlive-latex-web-companion-doc -Requires: texlive-latex2e-help-texinfo -Requires: texlive-latex4wp-doc -Requires: texlive-latexcheat-doc -Requires: texlive-latexcourse-rug-doc -Requires: texlive-latexfileinfo-pkgs -Requires: texlive-lshort-english-doc -Requires: texlive-macros2e-doc -Requires: texlive-math-e-doc -Requires: texlive-math-into-latex-4-doc -Requires: texlive-maths-symbols-doc -Requires: texlive-memdesign-doc -Requires: texlive-metafont-beginners-doc -Requires: texlive-metapost-examples-doc -Requires: texlive-patgen2-tutorial-doc -Requires: texlive-pictexsum-doc -Requires: texlive-plain-doc-doc -Requires: texlive-presentations-en-doc -Requires: texlive-short-math-guide -Requires: texlive-simplified-latex-doc -Requires: texlive-svg-inkscape-doc -Requires: texlive-tabulars-e-doc -Requires: texlive-tamethebeast-doc -Requires: texlive-tds-doc -Requires: texlive-tex-font-errors-cheatsheet-doc -Requires: texlive-tex-nutshell -Requires: texlive-tex-overview-doc -Requires: texlive-tex-refs-doc -Requires: texlive-texbytopic-doc -Requires: texlive-texonly -Requires: texlive-titlepages-doc -Requires: texlive-tlc2-doc -Requires: texlive-undergradmath-doc -Requires: texlive-visualfaq-doc -Requires: texlive-webguide-doc -Requires: texlive-xetexref-doc - -%description collection-langenglish -Support for (and documentation in) English. - -%package hyphen-english -Provides: tex-hyphen-english = %{tl_version} -License: LPPL -Summary: English hyphenation patterns -Version: svn54568 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires(post,postun): coreutils -Requires: texlive-hyphen-base -Requires: texlive-hyph-utf8 -Provides: tex(hyph-en-gb.tex) = %{tl_version} -Provides: tex(hyph-en-us.tex) = %{tl_version} -Provides: tex(loadhyph-en-gb.tex) = %{tl_version} -Provides: tex(loadhyph-en-us.tex) = %{tl_version} - -%description hyphen-english -Additional hyphenation patterns for American and British -English in ASCII encoding. The American English patterns -(usenglishmax) greatly extend the standard patterns from Knuth -to find many additional hyphenation points. British English -hyphenation is completely different from US English, so has its -own set of patterns. - -%post hyphen-english -if [ $1 -gt 0 ] ; then -sed -i '/ukenglish.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "ukenglish loadhyph-en-gb.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/=british/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "=british" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/=UKenglish/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "=UKenglish" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{ukenglish}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{ukenglish}{loadhyph-en-gb.tex}{}{2}{3}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -sed -i '/\\addlanguage{british}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{british}{loadhyph-en-gb.tex}{}{2}{3}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -sed -i '/\\addlanguage{UKenglish}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{UKenglish}{loadhyph-en-gb.tex}{}{2}{3}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -sed -i '/usenglishmax.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "usenglishmax loadhyph-en-us.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{usenglishmax}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{usenglishmax}{loadhyph-en-us.tex}{}{2}{3}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -fi -: - -%postun hyphen-english -if [ $1 == 0 ] ; then -sed -i '/ukenglish.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 - sed -i '/=british/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 - sed -i '/=UKenglish/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{ukenglish}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -sed -i '/\\addlanguage{british}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -sed -i '/\\addlanguage{UKenglish}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -sed -i '/usenglishmax.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{usenglishmax}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -fi -: - -%package MemoirChapStyles-doc -Summary: Documentation for MemoirChapStyles -Version: svn25918.1.7e - -Provides: tex-MemoirChapStyles-doc -AutoReqProv: No - -%description MemoirChapStyles-doc -Documentation for MemoirChapStyles - -%package Type1fonts-doc -Summary: Documentation for Type1fonts -Version: svn19603.2.14 - -Provides: tex-Type1fonts-doc -AutoReqProv: No - -%description Type1fonts-doc -Documentation for Type1fonts - -%package components-of-TeX-doc -Summary: Documentation for components-of-TeX -Version: svn15878.0 - -Provides: tex-components-of-TeX-doc -AutoReqProv: No - -%description components-of-TeX-doc -Documentation for components-of-TeX - -%package comprehensive-doc -Summary: Documentation for comprehensive -Version: svn46270 -Provides: tex-comprehensive-doc -AutoReqProv: No - -%description comprehensive-doc -Documentation for comprehensive - -%package dickimaw-doc -Summary: Documentation for dickimaw -Version: svn32925.0 - -Provides: tex-dickimaw-doc -AutoReqProv: No - -%description dickimaw-doc -Documentation for dickimaw - -%package dtxtut-doc -Summary: Documentation for dtxtut -Version: svn38375.2.1 - -Provides: tex-dtxtut-doc -AutoReqProv: No - -%description dtxtut-doc -Documentation for dtxtut - -%package first-latex-doc-doc -Summary: Documentation for first-latex-doc -Version: svn15878.0 - -Provides: tex-first-latex-doc-doc -AutoReqProv: No - -%description first-latex-doc-doc -Documentation for first-latex-doc - -%package gentle-doc -Summary: Documentation for gentle -Version: svn15878.0 - -Provides: tex-gentle-doc -AutoReqProv: No - -%description gentle-doc -Documentation for gentle - -%package guide-to-latex-doc -Summary: Documentation for guide-to-latex -Version: svn45712 -Provides: tex-guide-to-latex-doc -AutoReqProv: No - -%description guide-to-latex-doc -Documentation for guide-to-latex - -%package happy4th-doc -Summary: Documentation for happy4th -Version: svn25020.20120102 - -Provides: tex-happy4th-doc -AutoReqProv: No - -%description happy4th-doc -Documentation for happy4th - -%package impatient-doc -Summary: Documentation for impatient -Version: svn54080 -Provides: tex-impatient-doc -AutoReqProv: No - -%description impatient-doc -Documentation for impatient - -%package intro-scientific-doc -Summary: Documentation for intro-scientific -Version: svn15878.5th_edition - -Provides: tex-intro-scientific-doc -AutoReqProv: No - -%description intro-scientific-doc -Documentation for intro-scientific - -%package knuth-doc -Summary: Documentation for knuth -Version: svn32899.0 - -Provides: tex-knuth-doc -AutoReqProv: No - -%description knuth-doc -Documentation for knuth - -%package l2tabu-english-doc -Summary: Documentation for l2tabu-english -Version: svn15878.1.8.5.7 - -Provides: tex-l2tabu-english-doc -AutoReqProv: No - -%description l2tabu-english-doc -Documentation for l2tabu-english - -%package latex-brochure-doc -Summary: Documentation for latex-brochure -Version: svn40612 - -Provides: tex-latex-brochure-doc -AutoReqProv: No - -%description latex-brochure-doc -Documentation for latex-brochure - -%package latex-course-doc -Summary: Documentation for latex-course -Version: svn25505.2 - -Provides: tex-latex-course-doc -AutoReqProv: No - -%description latex-course-doc -Documentation for latex-course - -%package latex-doc-ptr-doc -Summary: Documentation for latex-doc-ptr -Version: svn15878.0 - -Provides: tex-latex-doc-ptr-doc -AutoReqProv: No - -%description latex-doc-ptr-doc -Documentation for latex-doc-ptr - -%package latex-graphics-companion-doc -Summary: Documentation for latex-graphics-companion -Version: svn29235.0 - -Provides: tex-latex-graphics-companion-doc -AutoReqProv: No - -%description latex-graphics-companion-doc -Documentation for latex-graphics-companion - -%package latex-veryshortguide-doc -Summary: Documentation for latex-veryshortguide -Version: svn41844 -Provides: tex-latex-veryshortguide-doc -AutoReqProv: No - -%description latex-veryshortguide-doc -Documentation for latex-veryshortguide - -%package latex-web-companion-doc -Summary: Documentation for latex-web-companion -Version: svn29349.0 - -Provides: tex-latex-web-companion-doc -AutoReqProv: No - -%description latex-web-companion-doc -Documentation for latex-web-companion - -%package latex2e-help-texinfo -Provides: tex-latex2e-help-texinfo = %{tl_version} -License: Latex2e -Summary: Unofficial reference manual covering LaTeX2e -Version: svn48918 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description latex2e-help-texinfo -The manual is provided as Texinfo source (which was originally -derived from the VMS help file in the DECUS TeX distribution of -1990, with many subsequent changes). This is a collaborative -development, and details of getting involved are to be found on -the package home page. A French translation is available as a -separate package. All the other formats in the distribution are -derived from the Texinfo source, as usual. - -%package latex2e-help-texinfo-doc -Summary: Documentation for latex2e-help-texinfo -Version: svn48918 -Provides: tex-latex2e-help-texinfo-doc -AutoReqProv: No - -%description latex2e-help-texinfo-doc -Documentation for latex2e-help-texinfo - -%package latex4wp-doc -Summary: Documentation for latex4wp -Version: svn35999.1.0.10 - -Provides: tex-latex4wp-doc -AutoReqProv: No - -%description latex4wp-doc -Documentation for latex4wp - -%package latexcheat-doc -Summary: Documentation for latexcheat -Version: svn15878.1.13 - -Provides: tex-latexcheat-doc -AutoReqProv: No - -%description latexcheat-doc -Documentation for latexcheat - -%package latexcourse-rug-doc -Summary: Documentation for latexcourse-rug -Version: svn39026 - -Provides: tex-latexcourse-rug-doc -AutoReqProv: No - -%description latexcourse-rug-doc -Documentation for latexcourse-rug - -%package latexfileinfo-pkgs -Provides: tex-latexfileinfo-pkgs = %{tl_version} -License: LPPL 1.3 -Summary: A comparison of packages showing LaTeX file information -Version: svn26760.0.22 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - - -%description latexfileinfo-pkgs -The package provides an HTML file that lists and compares CTAN -packages that display LaTeX source file information from -\ProvidesClass, \ProvidesFile, and \ProvidesPackage commands in -the LaTeX file. Five packages of the author's, and several -other packages are discussed; revision control systems are -mentioned briefly. - -%package latexfileinfo-pkgs-doc -Summary: Documentation for latexfileinfo-pkgs -Version: svn26760.0.22 - -Provides: tex-latexfileinfo-pkgs-doc -AutoReqProv: No - -%description latexfileinfo-pkgs-doc -Documentation for latexfileinfo-pkgs - -%package lshort-english-doc -Summary: Documentation for lshort-english -Version: svn46763 -Provides: tex-lshort-english-doc -AutoReqProv: No - -%description lshort-english-doc -Documentation for lshort-english - -%package macros2e-doc -Summary: Documentation for macros2e -Version: svn46026 -Provides: tex-macros2e-doc -AutoReqProv: No - -%description macros2e-doc -Documentation for macros2e - -%package math-e-doc -Summary: Documentation for math-e -Version: svn20062.0 - -Provides: tex-math-e-doc -AutoReqProv: No - -%description math-e-doc -Documentation for math-e - -%package maths-symbols-doc -Summary: Documentation for maths-symbols -Version: svn37763.3.4 - -Provides: tex-maths-symbols-doc -AutoReqProv: No - -%description maths-symbols-doc -Documentation for maths-symbols - -%package memdesign-doc -Summary: Documentation for memdesign -Version: svn48664 -Provides: tex-memdesign-doc -AutoReqProv: No - -%description memdesign-doc -Documentation for memdesign - -%package metafont-beginners-doc -Summary: Documentation for metafont-beginners -Version: svn29803.0 - -Provides: tex-metafont-beginners-doc -AutoReqProv: No - -%description metafont-beginners-doc -Documentation for metafont-beginners - -%package metapost-examples-doc -Summary: Documentation for metapost-examples -Version: svn15878.0 - -Provides: tex-metapost-examples-doc -AutoReqProv: No - -%description metapost-examples-doc -Documentation for metapost-examples - -%package patgen2-tutorial-doc -Summary: Documentation for patgen2-tutorial -Version: svn16490.0 - -Provides: tex-patgen2-tutorial-doc -AutoReqProv: No - -%description patgen2-tutorial-doc -Documentation for patgen2-tutorial - -%package pictexsum-doc -Summary: Documentation for pictexsum -Version: svn24965.0 - -Provides: tex-pictexsum-doc -AutoReqProv: No - -%description pictexsum-doc -Documentation for pictexsum - -%package plain-doc-doc -Summary: Documentation for plain-doc -Version: svn28424.0 - -Provides: tex-plain-doc-doc -AutoReqProv: No - -%description plain-doc-doc -Documentation for plain-doc - -%package presentations-en-doc -Summary: Documentation for presentations-en -Version: svn29803.0 - -Provides: tex-presentations-en-doc -AutoReqProv: No - -%description presentations-en-doc -Documentation for presentations-en - -%package simplified-latex-doc -Summary: Documentation for simplified-latex -Version: svn20620.0 - -Provides: tex-simplified-latex-doc -AutoReqProv: No - -%description simplified-latex-doc -Documentation for simplified-latex - -%package svg-inkscape-doc -Summary: Documentation for svg-inkscape -Version: svn32199.0 - -Provides: tex-svg-inkscape-doc -AutoReqProv: No - -%description svg-inkscape-doc -Documentation for svg-inkscape - -%package tabulars-e-doc -Summary: Documentation for tabulars-e -Version: svn21191.1.0 - -Provides: tex-tabulars-e-doc -AutoReqProv: No - -%description tabulars-e-doc -Documentation for tabulars-e - -%package tamethebeast-doc -Summary: Documentation for tamethebeast -Version: svn15878.1.4 - -Provides: tex-tamethebeast-doc -AutoReqProv: No - -%description tamethebeast-doc -Documentation for tamethebeast - -%package tds-doc -Summary: Documentation for tds -Version: svn15878.1.1 - -Provides: tex-tds-doc -AutoReqProv: No - -%description tds-doc -Documentation for tds - -%package tex-font-errors-cheatsheet-doc -Summary: Documentation for tex-font-errors-cheatsheet -Version: svn18314.0.1 - -Provides: tex-tex-font-errors-cheatsheet-doc -AutoReqProv: No - -%description tex-font-errors-cheatsheet-doc -Documentation for tex-font-errors-cheatsheet - -%package tex-overview-doc -Summary: Documentation for tex-overview -Version: svn41403 - -Provides: tex-tex-overview-doc -AutoReqProv: No - -%description tex-overview-doc -Documentation for tex-overview - -%package tex-refs-doc -Summary: Documentation for tex-refs -Version: svn44131 -Provides: tex-tex-refs-doc -AutoReqProv: No - -%description tex-refs-doc -Documentation for tex-refs - -%package texbytopic-doc -Summary: Documentation for texbytopic -Version: svn15878.0 - -Provides: tex-texbytopic-doc -AutoReqProv: No - -%description texbytopic-doc -Documentation for texbytopic - -%package titlepages-doc -Summary: Documentation for titlepages -Version: svn19457.0 - -Provides: tex-titlepages-doc -AutoReqProv: No - -%description titlepages-doc -Documentation for titlepages - -%package tlc2-doc -Summary: Documentation for tlc2 -Version: svn26096.0 - -Provides: tex-tlc2-doc -AutoReqProv: No - -%description tlc2-doc -Documentation for tlc2 - -%package visualfaq-doc -Summary: Documentation for visualfaq -Version: svn38647 - -Provides: tex-visualfaq-doc -AutoReqProv: No - -%description visualfaq-doc -Documentation for visualfaq - -%package webguide-doc -Summary: Documentation for webguide -Version: svn25813.0 - -Provides: tex-webguide-doc -AutoReqProv: No - -%description webguide-doc -Documentation for webguide - -%package xetexref-doc -Summary: Documentation for xetexref -Version: svn53068 -Provides: tex-xetexref-doc -AutoReqProv: No - -%description xetexref-doc -Documentation for xetexref - -%package collection-langeuropean -Summary: Other European languages -Version: svn54568 -Requires: texlive-base -Requires: texlive-collection-basic -Requires: texlive-armtex -Requires: texlive-babel-albanian -Requires: texlive-babel-bosnian -Requires: texlive-babel-breton -Requires: texlive-babel-croatian -Requires: texlive-babel-danish -Requires: texlive-babel-dutch -Requires: texlive-babel-estonian -Requires: texlive-babel-finnish -Requires: texlive-babel-friulan -Requires: texlive-babel-hungarian -Requires: texlive-babel-icelandic -Requires: texlive-babel-irish -Requires: texlive-babel-kurmanji -Requires: texlive-babel-latin -Requires: texlive-babel-latvian -Requires: texlive-babel-macedonian -Requires: texlive-babel-norsk -Requires: texlive-babel-occitan -Requires: texlive-babel-piedmontese -Requires: texlive-babel-romanian -Requires: texlive-babel-romansh -Requires: texlive-babel-samin -Requires: texlive-babel-scottish -Requires: texlive-babel-slovenian -Requires: texlive-babel-swedish -Requires: texlive-babel-turkish -Requires: texlive-babel-welsh -Requires: texlive-finbib -Requires: texlive-gloss-occitan -Requires: texlive-hrlatex -Requires: texlive-hulipsum -Requires: texlive-hyphen-croatian -Requires: texlive-hyphen-danish -Requires: texlive-hyphen-dutch -Requires: texlive-hyphen-estonian -Requires: texlive-hyphen-finnish -Requires: texlive-hyphen-friulan -Requires: texlive-hyphen-hungarian -Requires: texlive-hyphen-icelandic -Requires: texlive-hyphen-irish -Requires: texlive-hyphen-kurmanji -Requires: texlive-hyphen-latin -Requires: texlive-hyphen-latvian -Requires: texlive-hyphen-lithuanian -Requires: texlive-hyphen-macedonian -Requires: texlive-hyphen-norwegian -Requires: texlive-hyphen-occitan -Requires: texlive-hyphen-piedmontese -Requires: texlive-hyphen-romanian -Requires: texlive-hyphen-romansh -Requires: texlive-hyphen-slovenian -Requires: texlive-hyphen-swedish -Requires: texlive-hyphen-turkish -Requires: texlive-hyphen-uppersorbian -Requires: texlive-hyphen-welsh -Requires: texlive-lithuanian -Requires: texlive-lshort-dutch-doc -Requires: texlive-lshort-estonian-doc -Requires: texlive-lshort-finnish-doc -Requires: texlive-lshort-slovenian-doc -Requires: texlive-lshort-turkish-doc -Requires: texlive-nevelok -Requires: texlive-swebib -Requires: texlive-turkmen - -%description collection-langeuropean -Support for a number of European languages; others (Greek, -German, French, ...) have their own collections, depending -simply on the size of the support. - -%package finbib -Provides: tex-finbib = %{tl_version} -License: Bibtex -Summary: A Finnish version of plain.bst -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - - -%description finbib -finbib package - -%package hrlatex -Provides: tex-hrlatex = %{tl_version} -License: LPPL -Summary: LaTeX support for Croatian documents -Version: svn18020.0.23 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(geometry.sty) -Requires: tex(txfonts.sty) -Requires: tex(amsmath.sty) -Requires: tex(amsthm.sty) -Requires: tex(amssymb.sty) -Requires: tex(graphicx.sty) -Requires: tex(optional.sty) -Requires: tex(calc.sty) -Requires: tex(ifthen.sty) -Requires: tex(framed.sty) -Requires: tex(multicol.sty) -Requires: tex(enumerate.sty) -Requires: tex(paralist.sty) -Requires: tex(xcolor.sty) -Requires: tex(cancel.sty) -Requires: tex(hyperref.sty) -Requires: tex(inputenc.sty) -Requires: tex(fontenc.sty) -Requires: tex(babel.sty) -Requires: tex(amsopn.sty) -Provides: tex(fsbispit.cls) = %{tl_version} -Provides: tex(fsbmath.sty) = %{tl_version} -Provides: tex(hrlatex.sty) = %{tl_version} - -%description hrlatex -This package simplifies creation of new documents for the -(average) Croatian user. As an example, a class file hrdipl.cls -(designed for the graduation thesis at the University of -Zagreb) and sample thesis documents are included. - -%package hrlatex-doc -Summary: Documentation for hrlatex -Version: svn18020.0.23 - -Provides: tex-hrlatex-doc -AutoReqProv: No - -%description hrlatex-doc -Documentation for hrlatex - -%package hyphen-armenian -Provides: tex-hyphen-armenian = %{tl_version} -License: LPPL -Summary: Armenian hyphenation patterns -Version: svn54568 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires(post,postun): coreutils -Requires: texlive-hyphen-base -Requires: texlive-hyph-utf8 - -%description hyphen-armenian -Hyphenation patterns for Armenian for Unicode engines. - -%post hyphen-armenian -if [ $1 -gt 0 ] ; then -sed -i '/armenian.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "armenian loadhyph-hy.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{armenian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{armenian}{loadhyph-hy.tex}{}{1}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -fi -: - -%postun hyphen-armenian -if [ $1 == 0 ] ; then -sed -i '/armenian.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{armenian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -fi -: - -%package hyphen-croatian -Provides: tex-hyphen-croatian = %{tl_version} -License: LPPL 1.3 -Summary: Croatian hyphenation patterns -Version: svn54568 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires(post,postun): coreutils -Requires: texlive-hyphen-base -Requires: texlive-hyph-utf8 -Provides: tex(hyph-hr.ec.tex) = %{tl_version} -Provides: tex(hyph-hr.tex) = %{tl_version} -Provides: tex(loadhyph-hr.tex) = %{tl_version} - -%description hyphen-croatian -Hyphenation patterns for Croatian in T1/EC and UTF-8 encodings. - -%post hyphen-croatian -if [ $1 -gt 0 ] ; then -sed -i '/croatian.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "croatian loadhyph-hr.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{croatian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{croatian}{loadhyph-hr.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -fi -: - -%postun hyphen-croatian -if [ $1 == 0 ] ; then -sed -i '/croatian.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{croatian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -fi -: - -%package hyphen-danish -Provides: tex-hyphen-danish = %{tl_version} -License: LPPL -Summary: Danish hyphenation patterns -Version: svn54568 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires(post,postun): coreutils -Requires: texlive-hyphen-base -Requires: texlive-hyph-utf8 -Provides: tex(hyph-da.ec.tex) = %{tl_version} -Provides: tex(hyph-da.tex) = %{tl_version} -Provides: tex(loadhyph-da.tex) = %{tl_version} - -%description hyphen-danish -Hyphenation patterns for Danish in T1/EC and UTF-8 encodings. - -%post hyphen-danish -if [ $1 -gt 0 ] ; then -sed -i '/danish.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "danish loadhyph-da.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{danish}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{danish}{loadhyph-da.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -fi -: - -%postun hyphen-danish -if [ $1 == 0 ] ; then -sed -i '/danish.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{danish}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -fi -: - -%package hyphen-dutch -Provides: tex-hyphen-dutch = %{tl_version} -License: LPPL -Summary: Dutch hyphenation patterns -Version: svn54568 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires(post,postun): coreutils -Requires: texlive-hyphen-base -Requires: texlive-hyph-utf8 -Provides: tex(hyph-nl.ec.tex) = %{tl_version} -Provides: tex(hyph-nl.tex) = %{tl_version} -Provides: tex(loadhyph-nl.tex) = %{tl_version} - -%description hyphen-dutch -Hyphenation patterns for Dutch in T1/EC and UTF-8 encodings. -These patterns don't handle cases like 'menuutje' > 'menu-tje', -and don't hyphenate words that have different hyphenations -according to their meaning. - -%post hyphen-dutch -if [ $1 -gt 0 ] ; then -sed -i '/dutch.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "dutch loadhyph-nl.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{dutch}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{dutch}{loadhyph-nl.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -fi -: - -%postun hyphen-dutch -if [ $1 == 0 ] ; then -sed -i '/dutch.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{dutch}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -fi -: - -%package hyphen-estonian -Provides: tex-hyphen-estonian = %{tl_version} -License: LPPL -Summary: Estonian hyphenation patterns -Version: svn54568 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires(post,postun): coreutils -Requires: texlive-hyphen-base -Requires: texlive-hyph-utf8 -Provides: tex(hyph-et.ec.tex) = %{tl_version} -Provides: tex(hyph-et.tex) = %{tl_version} -Provides: tex(loadhyph-et.tex) = %{tl_version} - -%description hyphen-estonian -Hyphenation patterns for Estonian in T1/EC and UTF-8 encodings. - -%post hyphen-estonian -if [ $1 -gt 0 ] ; then -sed -i '/estonian.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "estonian loadhyph-et.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{estonian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{estonian}{loadhyph-et.tex}{}{2}{3}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -fi -: - -%postun hyphen-estonian -if [ $1 == 0 ] ; then -sed -i '/estonian.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{estonian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -fi -: - -%package hyphen-finnish -Provides: tex-hyphen-finnish = %{tl_version} -License: Public Domain -Summary: Finnish hyphenation patterns -Version: svn54568 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires(post,postun): coreutils -Requires: texlive-hyphen-base -Requires: texlive-hyph-utf8 -Provides: tex(hyph-fi.ec.tex) = %{tl_version} -Provides: tex(hyph-fi.tex) = %{tl_version} -Provides: tex(loadhyph-fi.tex) = %{tl_version} - -%description hyphen-finnish -Hyphenation patterns for Finnish in T1/EC and UTF-8 encodings. - -%post hyphen-finnish -if [ $1 -gt 0 ] ; then -sed -i '/finnish.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "finnish loadhyph-fi.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{finnish}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{finnish}{loadhyph-fi.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -fi -: - -%postun hyphen-finnish -if [ $1 == 0 ] ; then -sed -i '/finnish.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{finnish}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -fi -: - -%package hyphen-friulan -Provides: tex-hyphen-friulan = %{tl_version} -License: LPPL -Summary: Friulan hyphenation patterns -Version: svn54568 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires(post,postun): coreutils -Requires: texlive-hyphen-base -Requires: texlive-hyph-utf8 -Provides: tex(hyph-fur.ec.tex) = %{tl_version} -Provides: tex(hyph-fur.tex) = %{tl_version} -Provides: tex(hyph-quote-fur.tex) = %{tl_version} -Provides: tex(loadhyph-fur.tex) = %{tl_version} - -%description hyphen-friulan -Hyphenation patterns for Friulan in ASCII encoding. They are -supposed to comply with the common spelling of the Friulan -(Furlan) language as fixed by the Regional Law N.15/96 dated -November 6, 1996 and its following amendments. - -%post hyphen-friulan -if [ $1 -gt 0 ] ; then -sed -i '/friulan.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "friulan loadhyph-fur.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{friulan}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{friulan}{loadhyph-fur.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -fi -: - -%postun hyphen-friulan -if [ $1 == 0 ] ; then -sed -i '/friulan.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{friulan}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -fi -: - -%package hyphen-hungarian -Provides: tex-hyphen-hungarian = %{tl_version} -License: GPL+ -Summary: Hungarian hyphenation patterns -Version: svn54568 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires(post,postun): coreutils -Requires: texlive-hyphen-base -Requires: texlive-hyph-utf8 -Provides: tex(hyph-hu.ec.tex) = %{tl_version} -Provides: tex(hyph-hu.tex) = %{tl_version} -Provides: tex(loadhyph-hu.tex) = %{tl_version} - -%description hyphen-hungarian -Hyphenation patterns for Hungarian in T1/EC and UTF-8 -encodings. - -%post hyphen-hungarian -if [ $1 -gt 0 ] ; then -sed -i '/hungarian.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "hungarian loadhyph-hu.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{hungarian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{hungarian}{loadhyph-hu.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -fi -: - -%postun hyphen-hungarian -if [ $1 == 0 ] ; then -sed -i '/hungarian.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{hungarian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -fi -: - -%package hyphen-hungarian-doc -Summary: Documentation for hyphen-hungarian -Version: svn54568 -Provides: tex-hyphen-hungarian-doc -AutoReqProv: No -Requires: tex-hyph-utf8-doc - -%description hyphen-hungarian-doc -Documentation for hyphen-hungarian - -%package hyphen-icelandic -Provides: tex-hyphen-icelandic = %{tl_version} -License: LPPL -Summary: Icelandic hyphenation patterns -Version: svn54568 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires(post,postun): coreutils -Requires: texlive-hyphen-base -Requires: texlive-hyph-utf8 -Provides: tex(hyph-is.ec.tex) = %{tl_version} -Provides: tex(hyph-is.tex) = %{tl_version} -Provides: tex(loadhyph-is.tex) = %{tl_version} - -%description hyphen-icelandic -Hyphenation patterns for Icelandic in T1/EC and UTF-8 -encodings. - -%post hyphen-icelandic -if [ $1 -gt 0 ] ; then -sed -i '/icelandic.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "icelandic loadhyph-is.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{icelandic}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{icelandic}{loadhyph-is.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -fi -: - -%postun hyphen-icelandic -if [ $1 == 0 ] ; then -sed -i '/icelandic.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{icelandic}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -fi -: - -%package hyphen-irish -Provides: tex-hyphen-irish = %{tl_version} -License: LPPL -Summary: Irish hyphenation patterns -Version: svn54568 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires(post,postun): coreutils -Requires: texlive-hyphen-base -Requires: texlive-hyph-utf8 -Provides: tex(hyph-ga.ec.tex) = %{tl_version} -Provides: tex(hyph-ga.tex) = %{tl_version} -Provides: tex(loadhyph-ga.tex) = %{tl_version} - -%description hyphen-irish -Hyphenation patterns for Irish (Gaeilge) in T1/EC and UTF-8 -encodings. - -%post hyphen-irish -if [ $1 -gt 0 ] ; then -sed -i '/irish.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "irish loadhyph-ga.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{irish}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{irish}{loadhyph-ga.tex}{}{2}{3}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -fi -: - -%postun hyphen-irish -if [ $1 == 0 ] ; then -sed -i '/irish.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{irish}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -fi -: - -%package hyphen-kurmanji -Provides: tex-hyphen-kurmanji = %{tl_version} -License: LPPL -Summary: Kurmanji hyphenation patterns -Version: svn54568 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires(post,postun): coreutils -Requires: texlive-hyphen-base -Requires: texlive-hyph-utf8 -Provides: tex(hyph-kmr.ec.tex) = %{tl_version} -Provides: tex(hyph-kmr.tex) = %{tl_version} -Provides: tex(loadhyph-kmr.tex) = %{tl_version} - -%description hyphen-kurmanji -Hyphenation patterns for Kurmanji (Northern Kurdish) as spoken -in Turkey and by the Kurdish diaspora in Europe, in T1/EC and -UTF-8 encodings. - -%post hyphen-kurmanji -if [ $1 -gt 0 ] ; then -sed -i '/kurmanji.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "kurmanji loadhyph-kmr.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{kurmanji}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{kurmanji}{loadhyph-kmr.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -fi -: - -%postun hyphen-kurmanji -if [ $1 == 0 ] ; then -sed -i '/kurmanji.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{kurmanji}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -fi -: - -%package hyphen-latin -Provides: tex-hyphen-latin = %{tl_version} -License: LPPL -Summary: Latin hyphenation patterns -Version: svn54568 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires(post,postun): coreutils -Requires: texlive-hyphen-base -Requires: texlive-hyph-utf8 -Provides: tex(hyph-la-x-classic.ec.tex) = %{tl_version} -Provides: tex(hyph-la-x-classic.tex) = %{tl_version} -Provides: tex(hyph-la-x-liturgic.ec.tex) = %{tl_version} -Provides: tex(hyph-la-x-liturgic.tex) = %{tl_version} -Provides: tex(hyph-la.ec.tex) = %{tl_version} -Provides: tex(hyph-la.tex) = %{tl_version} -Provides: tex(loadhyph-la-x-classic.tex) = %{tl_version} -Provides: tex(loadhyph-la-x-liturgic.tex) = %{tl_version} -Provides: tex(loadhyph-la.tex) = %{tl_version} - -%description hyphen-latin -Hyphenation patterns for Latin in T1/EC and UTF-8 encodings, -mainly in modern spelling (u when u is needed and v when v is -needed), medieval spelling with the ligatures \ae and \oe and -the (uncial) lowercase 'v' written as a 'u' is also supported. -Apparently there is no conflict between the patterns of modern -Latin and those of medieval Latin. Hyphenation patterns for the -Classical Latin in T1/EC and UTF-8 encodings. Classical Latin -hyphenation patterns are different from those of 'plain' Latin, -the latter being more adapted to modern Latin. Hyphenation -patterns for the Liturgical Latin in T1/EC and UTF-8 encodings. - -%post hyphen-latin -if [ $1 -gt 0 ] ; then -sed -i '/latin.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "latin loadhyph-la.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{latin}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{latin}{loadhyph-la.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -sed -i '/classiclatin.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "classiclatin loadhyph-la-x-classic.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{classiclatin}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{classiclatin}{loadhyph-la-x-classic.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -sed -i '/liturgiclatin.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "classiclatin loadhyph-la-x-liturgic.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{liturgiclatin}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{liturgiclatin}{loadhyph-la-x-liturgic.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -fi -: - -%postun hyphen-latin -if [ $1 == 0 ] ; then -sed -i '/latin.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{latin}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -sed -i '/classiclatin.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{classiclatin}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -sed -i '/liturgiclatin.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{liturgiclatin}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -fi -: - -%package hyphen-latvian -Provides: tex-hyphen-latvian = %{tl_version} -License: LPPL -Summary: Latvian hyphenation patterns -Version: svn54568 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires(post,postun): coreutils -Requires: texlive-hyphen-base -Requires: texlive-hyph-utf8 -Provides: tex(hyph-lv.l7x.tex) = %{tl_version} -Provides: tex(hyph-lv.tex) = %{tl_version} -Provides: tex(loadhyph-lv.tex) = %{tl_version} - -%description hyphen-latvian -Hyphenation patterns for Latvian in L7X and UTF-8 encodings. - -%post hyphen-latvian -if [ $1 -gt 0 ] ; then -sed -i '/latvian.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "latvian loadhyph-lv.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{latvian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{latvian}{loadhyph-lv.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -fi -: - -%postun hyphen-latvian -if [ $1 == 0 ] ; then -sed -i '/latvian.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{latvian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -fi -: - -%package hyphen-lithuanian -Provides: tex-hyphen-lithuanian = %{tl_version} -License: LPPL -Summary: Lithuanian hyphenation patterns -Version: svn54568 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires(post,postun): coreutils -Requires: texlive-hyphen-base -Requires: texlive-hyph-utf8 -Provides: tex(hyph-lt.l7x.tex) = %{tl_version} -Provides: tex(hyph-lt.tex) = %{tl_version} -Provides: tex(loadhyph-lt.tex) = %{tl_version} - -%description hyphen-lithuanian -Hyphenation patterns for Lithuanian in L7X and UTF-8 encodings. -\lefthyphenmin and \righthyphenmin have to be at least 2. - -%post hyphen-lithuanian -if [ $1 -gt 0 ] ; then -sed -i '/lithuanian.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "lithuanian loadhyph-lt.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{lithuanian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{lithuanian}{loadhyph-lt.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -fi -: - -%postun hyphen-lithuanian -if [ $1 == 0 ] ; then -sed -i '/lithuanian.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{lithuanian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -fi -: - -%package hyphen-norwegian -Provides: tex-hyphen-norwegian = %{tl_version} -License: LPPL -Summary: Norwegian Bokmal and Nynorsk hyphenation patterns -Version: svn54568 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires(post,postun): coreutils -Requires: texlive-hyphen-base -Requires: texlive-hyph-utf8 -Provides: tex(hyph-nb.ec.tex) = %{tl_version} -Provides: tex(hyph-nb.tex) = %{tl_version} -Provides: tex(hyph-nn.ec.tex) = %{tl_version} -Provides: tex(hyph-nn.tex) = %{tl_version} -Provides: tex(hyph-no.tex) = %{tl_version} -Provides: tex(loadhyph-nb.tex) = %{tl_version} -Provides: tex(loadhyph-nn.tex) = %{tl_version} - -%description hyphen-norwegian -Hyphenation patterns for Norwegian Bokmal and Nynorsk in T1/EC -and UTF-8 encodings. - -%post hyphen-norwegian -if [ $1 -gt 0 ] ; then -sed -i '/bokmal.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "bokmal loadhyph-nb.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/=norwegian/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "=norwegian" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/=norsk/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "=norsk" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{bokmal}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{bokmal}{loadhyph-nb.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -sed -i '/\\addlanguage{norwegian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{norwegian}{loadhyph-nb.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -sed -i '/\\addlanguage{norsk}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{norsk}{loadhyph-nb.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -sed -i '/nynorsk.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "nynorsk loadhyph-nn.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{nynorsk}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{nynorsk}{loadhyph-nn.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -fi -: - -%postun hyphen-norwegian -if [ $1 == 0 ] ; then -sed -i '/bokmal.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 - sed -i '/=norwegian/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 - sed -i '/=norsk/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{bokmal}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -sed -i '/\\addlanguage{norwegian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -sed -i '/\\addlanguage{norsk}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -sed -i '/nynorsk.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{nynorsk}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -fi -: - -%package hyphen-piedmontese -Provides: tex-hyphen-piedmontese = %{tl_version} -License: LPPL -Summary: Piedmontese hyphenation patterns -Version: svn54568 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires(post,postun): coreutils -Requires: texlive-hyphen-base -Requires: texlive-hyph-utf8 -Provides: tex(hyph-pms.tex) = %{tl_version} -Provides: tex(hyph-quote-pms.tex) = %{tl_version} -Provides: tex(loadhyph-pms.tex) = %{tl_version} - -%description hyphen-piedmontese -Hyphenation patterns for Piedmontese in ASCII encoding. -Compliant with 'Gramatica dla lengua piemonteisa' by Camillo -Brero. - -%post hyphen-piedmontese -if [ $1 -gt 0 ] ; then -sed -i '/piedmontese.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "piedmontese loadhyph-pms.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{piedmontese}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{piedmontese}{loadhyph-pms.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -fi -: - -%postun hyphen-piedmontese -if [ $1 == 0 ] ; then -sed -i '/piedmontese.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{piedmontese}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -fi -: - -%package hyphen-romanian -Provides: tex-hyphen-romanian = %{tl_version} -License: LPPL -Summary: Romanian hyphenation patterns -Version: svn54568 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires(post,postun): coreutils -Requires: texlive-hyphen-base -Requires: texlive-hyph-utf8 -Provides: tex(hyph-ro.ec.tex) = %{tl_version} -Provides: tex(hyph-ro.tex) = %{tl_version} -Provides: tex(loadhyph-ro.tex) = %{tl_version} - -%description hyphen-romanian -Hyphenation patterns for Romanian in T1/EC and UTF-8 encodings. -The UTF-8 patterns use U+0219 for the character 's with comma -accent' and U+021B for 't with comma accent', but we may -consider using U+015F and U+0163 as well in the future. -Generated by PatGen2-output hyphen-level 9. - -%post hyphen-romanian -if [ $1 -gt 0 ] ; then -sed -i '/romanian.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "romanian loadhyph-ro.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{romanian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{romanian}{loadhyph-ro.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -fi -: - -%postun hyphen-romanian -if [ $1 == 0 ] ; then -sed -i '/romanian.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{romanian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -fi -: - -%package hyphen-romansh -Provides: tex-hyphen-romansh = %{tl_version} -License: LPPL -Summary: Romansh hyphenation patterns -Version: svn54568 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires(post,postun): coreutils -Requires: texlive-hyphen-base -Requires: texlive-hyph-utf8 -Provides: tex(hyph-quote-rm.tex) = %{tl_version} -Provides: tex(hyph-rm.tex) = %{tl_version} -Provides: tex(loadhyph-rm.tex) = %{tl_version} - -%description hyphen-romansh -Hyphenation patterns for Romansh in ASCII encoding. They are -supposed to comply with the rules indicated by the Lia -Rumantscha (Romansh language society). - -%post hyphen-romansh -if [ $1 -gt 0 ] ; then -sed -i '/romansh.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "romansh loadhyph-rm.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{romansh}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{romansh}{loadhyph-rm.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -fi -: - -%postun hyphen-romansh -if [ $1 == 0 ] ; then -sed -i '/romansh.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{romansh}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -fi -: - -%package hyphen-slovenian -Provides: tex-hyphen-slovenian = %{tl_version} -License: LPPL -Summary: Slovenian hyphenation patterns -Version: svn54568 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires(post,postun): coreutils -Requires: texlive-hyphen-base -Requires: texlive-hyph-utf8 -Provides: tex(hyph-sl.ec.tex) = %{tl_version} -Provides: tex(hyph-sl.tex) = %{tl_version} -Provides: tex(loadhyph-sl.tex) = %{tl_version} - -%description hyphen-slovenian -Hyphenation patterns for Slovenian in T1/EC and UTF-8 -encodings. - -%post hyphen-slovenian -if [ $1 -gt 0 ] ; then -sed -i '/slovenian.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "slovenian loadhyph-sl.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/=slovene/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "=slovene" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{slovenian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{slovenian}{loadhyph-sl.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -sed -i '/\\addlanguage{slovene}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{slovene}{loadhyph-sl.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -fi -: - -%postun hyphen-slovenian -if [ $1 == 0 ] ; then -sed -i '/slovenian.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 - sed -i '/=slovene/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{slovenian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -sed -i '/\\addlanguage{slovene}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -fi -: - -%package hyphen-swedish -Provides: tex-hyphen-swedish = %{tl_version} -License: LPPL -Summary: Swedish hyphenation patterns -Version: svn54568 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires(post,postun): coreutils -Requires: texlive-hyphen-base -Requires: texlive-hyph-utf8 -Provides: tex(hyph-sv.ec.tex) = %{tl_version} -Provides: tex(hyph-sv.tex) = %{tl_version} -Provides: tex(loadhyph-sv.tex) = %{tl_version} - -%description hyphen-swedish -Hyphenation patterns for Swedish in T1/EC and UTF-8 encodings. - -%post hyphen-swedish -if [ $1 -gt 0 ] ; then -sed -i '/swedish.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "swedish loadhyph-sv.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{swedish}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{swedish}{loadhyph-sv.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -fi -: - -%postun hyphen-swedish -if [ $1 == 0 ] ; then -sed -i '/swedish.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{swedish}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -fi -: - -%package hyphen-turkish -Provides: tex-hyphen-turkish = %{tl_version} -License: Copyright only -Summary: Turkish hyphenation patterns -Version: svn54568 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires(post,postun): coreutils -Requires: texlive-hyphen-base -Requires: texlive-hyph-utf8 -Provides: tex(hyph-tr.ec.tex) = %{tl_version} -Provides: tex(hyph-tr.tex) = %{tl_version} -Provides: tex(loadhyph-tr.tex) = %{tl_version} - -%description hyphen-turkish -Hyphenation patterns for Turkish in T1/EC and UTF-8 encodings. -The patterns for Turkish were first produced for the Ottoman -Texts Project in 1987 and were suitable for both Modern Turkish -and Ottoman Turkish in Latin script, however the required -character set didn't fit into EC encoding, so support for -Ottoman Turkish had to be dropped to keep compatibility with 8- -bit engines. - -%post hyphen-turkish -if [ $1 -gt 0 ] ; then -sed -i '/turkish.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "turkish loadhyph-tr.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{turkish}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{turkish}{loadhyph-tr.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -fi -: - -%postun hyphen-turkish -if [ $1 == 0 ] ; then -sed -i '/turkish.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{turkish}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -fi -: - -%package hyphen-uppersorbian -Provides: tex-hyphen-uppersorbian = %{tl_version} -License: LPPL -Summary: Upper Sorbian hyphenation patterns -Version: svn54568 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires(post,postun): coreutils -Requires: texlive-hyphen-base -Requires: texlive-hyph-utf8 -Provides: tex(hyph-hsb.ec.tex) = %{tl_version} -Provides: tex(hyph-hsb.tex) = %{tl_version} -Provides: tex(loadhyph-hsb.tex) = %{tl_version} - -%description hyphen-uppersorbian -Hyphenation patterns for Upper Sorbian in T1/EC and UTF-8 -encodings. - -%post hyphen-uppersorbian -if [ $1 -gt 0 ] ; then -sed -i '/uppersorbian.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "uppersorbian loadhyph-hsb.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{uppersorbian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{uppersorbian}{loadhyph-hsb.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -fi -: - -%postun hyphen-uppersorbian -if [ $1 == 0 ] ; then -sed -i '/uppersorbian.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{uppersorbian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -fi -: - -%package hyphen-welsh -Provides: tex-hyphen-welsh = %{tl_version} -License: LPPL -Summary: Welsh hyphenation patterns -Version: svn54568 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires(post,postun): coreutils -Requires: texlive-hyphen-base -Requires: texlive-hyph-utf8 -Provides: tex(hyph-cy.ec.tex) = %{tl_version} -Provides: tex(hyph-cy.tex) = %{tl_version} -Provides: tex(loadhyph-cy.tex) = %{tl_version} - -%description hyphen-welsh -Hyphenation patterns for Welsh in T1/EC and UTF-8 encodings. - -%post hyphen-welsh -if [ $1 -gt 0 ] ; then -sed -i '/welsh.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "welsh loadhyph-cy.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{welsh}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{welsh}{loadhyph-cy.tex}{}{2}{3}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -fi -: - -%postun hyphen-welsh -if [ $1 == 0 ] ; then -sed -i '/welsh.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{welsh}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -fi -: - -%package lithuanian -Provides: tex-lithuanian = %{tl_version} -License: LPPL -Summary: Lithuanian language support -Version: svn46039 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(latin7x.enc) = %{tl_version} -Provides: tex(l7x-urwvn.map) = %{tl_version} -Provides: tex(l7x-uagd.tfm) = %{tl_version} -Provides: tex(l7x-uagdo.tfm) = %{tl_version} -Provides: tex(l7x-uagk.tfm) = %{tl_version} -Provides: tex(l7x-uagko.tfm) = %{tl_version} -Provides: tex(l7x-ubkd.tfm) = %{tl_version} -Provides: tex(l7x-ubkdi.tfm) = %{tl_version} -Provides: tex(l7x-ubkl.tfm) = %{tl_version} -Provides: tex(l7x-ubkli.tfm) = %{tl_version} -Provides: tex(l7x-ucrb.tfm) = %{tl_version} -Provides: tex(l7x-ucrbo.tfm) = %{tl_version} -Provides: tex(l7x-ucrr.tfm) = %{tl_version} -Provides: tex(l7x-ucrro.tfm) = %{tl_version} -Provides: tex(l7x-uhvb.tfm) = %{tl_version} -Provides: tex(l7x-uhvbc.tfm) = %{tl_version} -Provides: tex(l7x-uhvbo.tfm) = %{tl_version} -Provides: tex(l7x-uhvboc.tfm) = %{tl_version} -Provides: tex(l7x-uhvr.tfm) = %{tl_version} -Provides: tex(l7x-uhvrc.tfm) = %{tl_version} -Provides: tex(l7x-uhvro.tfm) = %{tl_version} -Provides: tex(l7x-uhvroc.tfm) = %{tl_version} -Provides: tex(l7x-uncb.tfm) = %{tl_version} -Provides: tex(l7x-uncbi.tfm) = %{tl_version} -Provides: tex(l7x-uncr.tfm) = %{tl_version} -Provides: tex(l7x-uncri.tfm) = %{tl_version} -Provides: tex(l7x-uplb.tfm) = %{tl_version} -Provides: tex(l7x-uplbi.tfm) = %{tl_version} -Provides: tex(l7x-uplr.tfm) = %{tl_version} -Provides: tex(l7x-uplri.tfm) = %{tl_version} -Provides: tex(l7x-utmb.tfm) = %{tl_version} -Provides: tex(l7x-utmbi.tfm) = %{tl_version} -Provides: tex(l7x-utmr.tfm) = %{tl_version} -Provides: tex(l7x-utmri.tfm) = %{tl_version} -Provides: tex(l7x-uzcmi.tfm) = %{tl_version} -Provides: tex(cp772.def) = %{tl_version} -Provides: tex(cp774.def) = %{tl_version} -Provides: tex(cp775.def) = %{tl_version} -Provides: tex(cpKBL.def) = %{tl_version} -Provides: tex(cpRIM.def) = %{tl_version} -Provides: tex(l7xenc.def) = %{tl_version} -Provides: tex(l7xenc.sty) = %{tl_version} -Provides: tex(l7xuag.fd) = %{tl_version} -Provides: tex(l7xubk.fd) = %{tl_version} -Provides: tex(l7xucr.fd) = %{tl_version} -Provides: tex(l7xuhv.fd) = %{tl_version} -Provides: tex(l7xunc.fd) = %{tl_version} -Provides: tex(l7xupl.fd) = %{tl_version} -Provides: tex(l7xutm.fd) = %{tl_version} -Provides: tex(l7xuzc.fd) = %{tl_version} -Provides: tex(latin7.def) = %{tl_version} -Provides: tex(lithuanian.ldf) = %{tl_version} -Provides: tex(lithuanian.sty) = %{tl_version} - -%description lithuanian -This language support package provides: Lithuanian language -hyphenation patterns; Lithuanian support for Babel; Lithuanian -mapping and metrics for using the URW base-35 Type 1 fonts; -examples for making Lithuanian fonts with fontinst; and extra -tools for intputenc and fontinst. - -%package lithuanian-doc -Summary: Documentation for lithuanian -Version: svn46039 -Provides: tex-lithuanian-doc -AutoReqProv: No - -%description lithuanian-doc -Documentation for lithuanian - -%package lshort-dutch-doc -Summary: Documentation for lshort-dutch -Version: svn15878.1.3 - -Provides: tex-lshort-dutch-doc -AutoReqProv: No - -%description lshort-dutch-doc -Documentation for lshort-dutch - -%package lshort-finnish-doc -Summary: Documentation for lshort-finnish -Version: svn15878.0 - -Provides: tex-lshort-finnish-doc -AutoReqProv: No - -%description lshort-finnish-doc -Documentation for lshort-finnish - -%package lshort-slovenian-doc -Summary: Documentation for lshort-slovenian -Version: svn15878.4.20 - -Provides: tex-lshort-slovenian-doc -AutoReqProv: No - -%description lshort-slovenian-doc -Documentation for lshort-slovenian - -%package lshort-turkish-doc -Summary: Documentation for lshort-turkish -Version: svn15878.4.20 - -Provides: tex-lshort-turkish-doc -AutoReqProv: No - -%description lshort-turkish-doc -Documentation for lshort-turkish - -%package nevelok -Provides: tex-nevelok = %{tl_version} -License: LPPL 1.3 -Summary: LaTeX package for automatic definite articles for Hungarian -Version: svn39029 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(xstring.sty) -Provides: tex(nevelok.sty) = %{tl_version} - -%description nevelok -LaTeX package for automatic definite articles for Hungarian - -%package nevelok-doc -Summary: Documentation for nevelok -Version: svn39029 - -Provides: tex-nevelok-doc -AutoReqProv: No - -%description nevelok-doc -Documentation for nevelok - -%package swebib -Provides: tex-swebib = %{tl_version} -License: LPPL 1.2 -Summary: Swedish bibliography styles -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - - -%description swebib -The bundle contains Swedish versions of the standard -bibliography styles, and of the style plainnat. The styles -should be funtionally equivalent to the corresponding original -styles, apart from the Swedish translations. The styles do not -implement Swedish collation. - -%package swebib-doc -Summary: Documentation for swebib -Version: svn15878.0 - -Provides: tex-swebib-doc -AutoReqProv: No - -%description swebib-doc -Documentation for swebib - -%package turkmen -Provides: tex-turkmen = %{tl_version} -License: LPPL -Summary: Babel support for Turkmen -Version: svn17748.0.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(turkmen.ldf) = %{tl_version} - -%description turkmen -The package provides support for Turkmen in babel, but -integration with babel is not available. - -%package turkmen-doc -Summary: Documentation for turkmen -Version: svn17748.0.2 - -Provides: tex-turkmen-doc -AutoReqProv: No - -%description turkmen-doc -Documentation for turkmen - -%package collection-langfrench -Summary: French -Version: svn54675 -Requires: texlive-base -Requires: texlive-collection-basic -Requires: texlive-aeguill -Requires: texlive-annee-scolaire -Requires: texlive-apprendre-a-programmer-en-tex -Requires: texlive-apprends-latex-doc -Requires: texlive-babel-basque -Requires: texlive-babel-french -Requires: texlive-basque-book -Requires: texlive-basque-date -Requires: texlive-bib-fr -Requires: texlive-bibleref-french -Requires: texlive-booktabs-fr-doc -Requires: texlive-droit-fr -Requires: texlive-e-french -Requires: texlive-epslatex-fr-doc -Requires: texlive-expose-expl3-dunkerque-2019 -Requires: texlive-facture -Requires: texlive-formation-latex-ul -Requires: texlive-frenchmath -Requires: texlive-frletter -Requires: texlive-hyphen-basque -Requires: texlive-hyphen-french -Requires: texlive-impatient-fr-doc -Requires: texlive-impnattypo -Requires: texlive-l2tabu-french-doc -Requires: texlive-latex2e-help-texinfo-fr-doc -Requires: texlive-lshort-french-doc -Requires: texlive-mafr -Requires: texlive-tabvar -Requires: texlive-tdsfrmath -Requires: texlive-texlive-fr-doc -Requires: texlive-translation-array-fr-doc -Requires: texlive-translation-dcolumn-fr-doc -Requires: texlive-translation-natbib-fr-doc -Requires: texlive-translation-tabbing-fr-doc -Requires: texlive-variations -Requires: texlive-visualtikz-doc - -%description collection-langfrench -Support for French and Basque. - -%package droit-fr -Provides: tex-droit-fr = %{tl_version} -License: LPPL 1.3 -Summary: Document class and bibliographic style for French law -Version: svn39802 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(verbose-ibid.bbx) -Requires: tex(verbose-ibid.cbx) -Requires: tex(kvoptions.sty) -Requires: tex(inputenc.sty) -Requires: tex(ifdraft.sty) -Requires: tex(xifthen.sty) -Requires: tex(xstring.sty) -Requires: tex(footmisc.sty) -Requires: tex(engrec.sty) -Requires: tex(filecontents.sty) -Provides: tex(droit-fr.bbx) = %{tl_version} -Provides: tex(droit-fr.cbx) = %{tl_version} -Provides: tex(droit-fr.cls) = %{tl_version} - -%description droit-fr -The bundle provides a toolkit intended for students writing a -thesis in French law. It features: a LaTeX document class; a -bibliographic style for Biblatex package; a practical example -of french thesis document; and documentation. The class assumes -use of biber and biblatex. - -%package droit-fr-doc -Summary: Documentation for droit-fr -Version: svn39802 - -Provides: tex-droit-fr-doc -AutoReqProv: No - -%description droit-fr-doc -Documentation for droit-fr - -%package e-french -Provides: tex-e-french = %{tl_version} -License: LPPL 1.3 -Summary: Comprehensive LaTeX support for French-language typesetting -Version: svn52027 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(msg.sty) -Requires: tex(latexsym.sty) -Requires: tex(german.sty) -Requires: tex(ngerman.sty) -Provides: tex(efrench.sty) = %{tl_version} -Provides: tex(efrenchu.tex) = %{tl_version} -Provides: tex(epreuve.sty) = %{tl_version} -Provides: tex(fenglish.sty) = %{tl_version} -Provides: tex(frabbrev-u8.tex) = %{tl_version} -Provides: tex(frabbrev.tex) = %{tl_version} -Provides: tex(french-msg.tex) = %{tl_version} -Provides: tex(french.sty) = %{tl_version} -Provides: tex(french_french-msg.tex) = %{tl_version} -Provides: tex(frenchle.sty) = %{tl_version} -Provides: tex(frenchpro.sty) = %{tl_version} -Provides: tex(frhyphex.tex) = %{tl_version} -Provides: tex(fxabbrev.tex) = %{tl_version} -Provides: tex(german_french-msg.tex) = %{tl_version} -Provides: tex(mlp-01.sty) = %{tl_version} -Provides: tex(mlp-33.sty) = %{tl_version} -Provides: tex(mlp-49.sty) = %{tl_version} -Provides: tex(mlp-49n.sty) = %{tl_version} -Provides: tex(mlp-opts.sty) = %{tl_version} -Provides: tex(mlp.sty) = %{tl_version} -Provides: tex(pmfrench.sty) = %{tl_version} - -%description e-french -E-french is a distribution that keeps alive the work of Bernard -Gaulle (now deceased), under a free licence. It replaces the -the old "full" frenchpro (the "professional" distribution) and -the light-weight frenchle packages. - -%package e-french-doc -Summary: Documentation for e-french -Version: svn52027 -Provides: tex-e-french-doc -AutoReqProv: No - -%description e-french-doc -Documentation for e-french - -%package epslatex-fr-doc -Summary: Documentation for epslatex-fr -Version: svn19440.0 - -Provides: tex-epslatex-fr-doc -AutoReqProv: No - -%description epslatex-fr-doc -Documentation for epslatex-fr - -%package facture -Provides: tex-facture = %{tl_version} -License: CC-BY-SA -Summary: Generate an invoice -Version: svn43865 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fontspec.sty) -Requires: tex(xunicode.sty) -Requires: tex(polyglossia.sty) -Requires: tex(numprint.sty) -Requires: tex(fltpoint.sty) -Requires: tex(tikz.sty) -Requires: tex(graphicx.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(array.sty) -Requires: tex(longtable.sty) -Requires: tex(colortbl.sty) -Requires: tex(advdate.sty) -Requires: tex(xargs.sty) -Provides: tex(facture.cls) = %{tl_version} - -%description facture -Une classe simple permettant de produire une facture, avec ou -sans TVA, avec gestion d'une adresse differente pour la -livraison et pour la facturation. A simple class that allows -production of an invoice, with or without VAT; different -addresses for delivery and for billing are permitted. - -%package facture-doc -Summary: Documentation for facture -Version: svn43865 -Provides: tex-facture-doc -AutoReqProv: No - -%description facture-doc -Documentation for facture - -%package frletter -Provides: tex-frletter = %{tl_version} -License: Public Domain -Summary: Typeset letters in the French style -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(frletter.cls) = %{tl_version} - -%description frletter -A small class for typesetting letters in France. No assumption -is made about the language in use. The class represents a small -modification of the beletter class, which is itself a -modification of the standard LaTeX letter class. - -%package frletter-doc -Summary: Documentation for frletter -Version: svn15878.0 - -Provides: tex-frletter-doc -AutoReqProv: No - -%description frletter-doc -Documentation for frletter - -%package hyphen-basque -Provides: tex-hyphen-basque = %{tl_version} -License: Bahyph -Summary: Basque hyphenation patterns -Version: svn54568 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires(post,postun): coreutils -Requires: texlive-hyphen-base -Requires: texlive-hyph-utf8 -Provides: tex(hyph-eu.ec.tex) = %{tl_version} -Provides: tex(hyph-eu.tex) = %{tl_version} -Provides: tex(loadhyph-eu.tex) = %{tl_version} - -%description hyphen-basque -Hyphenation patterns for Basque in T1/EC and UTF-8 encodings. - -%post hyphen-basque -if [ $1 -gt 0 ] ; then -sed -i '/basque.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "basque loadhyph-eu.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{basque}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{basque}{loadhyph-eu.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -fi -: - -%postun hyphen-basque -if [ $1 == 0 ] ; then -sed -i '/basque.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{basque}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -fi -: - -%package hyphen-french -Provides: tex-hyphen-french = %{tl_version} -License: LPPL -Summary: French hyphenation patterns -Version: svn54568 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires(post,postun): coreutils -Requires: texlive-hyphen-base -Requires: texlive-hyph-utf8 -Provides: tex(hyph-fr.ec.tex) = %{tl_version} -Provides: tex(hyph-fr.tex) = %{tl_version} -Provides: tex(hyph-quote-fr.tex) = %{tl_version} -Provides: tex(loadhyph-fr.tex) = %{tl_version} - -%description hyphen-french -Hyphenation patterns for French in T1/EC and UTF-8 encodings. - -%post hyphen-french -if [ $1 -gt 0 ] ; then -sed -i '/french.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "french loadhyph-fr.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/=patois/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "=patois" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/=francais/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "=francais" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{french}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{french}{loadhyph-fr.tex}{}{2}{3}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -sed -i '/\\addlanguage{patois}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{patois}{loadhyph-fr.tex}{}{2}{3}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -sed -i '/\\addlanguage{francais}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{francais}{loadhyph-fr.tex}{}{2}{3}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -fi -: - -%postun hyphen-french -if [ $1 == 0 ] ; then -sed -i '/french.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 - sed -i '/=patois/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 - sed -i '/=francais/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{french}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -sed -i '/\\addlanguage{patois}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -sed -i '/\\addlanguage{francais}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -fi -: - -%package impatient-fr-doc -Summary: Documentation for impatient-fr -Version: svn54080 -Provides: tex-impatient-fr-doc -AutoReqProv: No - -%description impatient-fr-doc -Documentation for impatient-fr - -%package impnattypo -Provides: tex-impnattypo = %{tl_version} -License: LPPL 1.3 -Summary: Support typography of l'Imprimerie Nationale Francaise -Version: svn50227 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifluatex.sty) -Requires: tex(kvoptions.sty) -Requires: tex(xcolor.sty) -Requires: tex(luatexbase.sty) -Requires: tex(luacode.sty) -Provides: tex(impnattypo.sty) = %{tl_version} - -%description impnattypo -The package provides useful macros implementing recommendations -by the French Imprimerie Nationale. - -%package impnattypo-doc -Summary: Documentation for impnattypo -Version: svn50227 -Provides: tex-impnattypo-doc -AutoReqProv: No - -%description impnattypo-doc -Documentation for impnattypo - -%package l2tabu-french-doc -Summary: Documentation for l2tabu-french -Version: svn31315.2.3 - -Provides: tex-l2tabu-french-doc -AutoReqProv: No - -%description l2tabu-french-doc -Documentation for l2tabu-french - -%package lshort-french-doc -Summary: Documentation for lshort-french -Version: svn23332.5.01fr_0 - -Provides: tex-lshort-french-doc -AutoReqProv: No - -%description lshort-french-doc -Documentation for lshort-french - -%package mafr -Provides: tex-mafr = %{tl_version} -License: GPL+ -Summary: Mathematics in accord with French usage -Version: svn15878.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(a4wide.sty) -Requires: tex(fontenc.sty) -Requires: tex(babel.sty) -Provides: tex(cours.cls) = %{tl_version} -Provides: tex(fiche.cls) = %{tl_version} -Provides: tex(mafr.sty) = %{tl_version} - -%description mafr -The package provides settings and macros for typesetting -mathematics with LaTeX in compliance with French usage. It -comes with two document classes, 'fiche' and 'cours', useful to -create short high school documents such as tests or lessons. -The documentation is in French. - -%package mafr-doc -Summary: Documentation for mafr -Version: svn15878.1.0 - -Provides: tex-mafr-doc -AutoReqProv: No - -%description mafr-doc -Documentation for mafr - -%package tabvar -Provides: tex-tabvar = %{tl_version} -License: LPPL 1.3 -Summary: Typesetting tables showing variations of functions -Version: svn28908.1.7 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(array.sty) -Requires: tex(colortbl.sty) -Requires: tex(varwidth.sty) -Requires: tex(ifthen.sty) -Requires: tex(graphicx.sty) -Requires: tex(ifpdf.sty) -Provides: tex(tabvar.map) = %{tl_version} -Provides: tex(tabvar.tfm) = %{tl_version} -Provides: tex(tabvar.pfb) = %{tl_version} -Provides: tex(tabvar.cfg) = %{tl_version} -Provides: tex(tabvar.sty) = %{tl_version} - -%description tabvar -This LaTeX package is meant to ease the typesetting of tables -showing variations of functions as they are used in France. - -%package tabvar-doc -Summary: Documentation for tabvar -Version: svn28908.1.7 - -Provides: tex-tabvar-doc -AutoReqProv: No - -%description tabvar-doc -Documentation for tabvar - -%package tdsfrmath -Provides: tex-tdsfrmath = %{tl_version} -License: LPPL -Summary: Macros for French teachers of mathematics -Version: svn15878.1.3 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Requires: tex(xkeyval.sty) -Requires: tex(xstring.sty) -Requires: tex(amsmath.sty) -Requires: tex(amssymb.sty) -Requires: tex(xspace.sty) -Requires: tex(xargs.sty) -Requires: tex(suffix.sty) -Requires: tex(stmaryrd.sty) -Provides: tex(tdsfrmath.sty) = %{tl_version} - -%description tdsfrmath -A collection of macros for French maths teachers in colleges -and lycees (and perhaps elsewhere). It is hoped that the -package will facilitate the everyday use of LaTeX by -mathematics teachers. - -%package tdsfrmath-doc -Summary: Documentation for tdsfrmath -Version: svn15878.1.3 - -Provides: tex-tdsfrmath-doc -AutoReqProv: No - -%description tdsfrmath-doc -Documentation for tdsfrmath - -%package texlive-fr-doc -Summary: Documentation for texlive-fr -Version: svn54749 -Provides: tex-texlive-fr-doc -AutoReqProv: No - -%description texlive-fr-doc -Documentation for texlive-fr - -%package translation-array-fr-doc -Summary: Documentation for translation-array-fr -Version: svn24344.0 - -Provides: tex-translation-array-fr-doc -AutoReqProv: No - -%description translation-array-fr-doc -Documentation for translation-array-fr - -%package translation-dcolumn-fr-doc -Summary: Documentation for translation-dcolumn-fr -Version: svn24345.0 - -Provides: tex-translation-dcolumn-fr-doc -AutoReqProv: No - -%description translation-dcolumn-fr-doc -Documentation for translation-dcolumn-fr - -%package translation-natbib-fr-doc -Summary: Documentation for translation-natbib-fr -Version: svn25105.0 - -Provides: tex-translation-natbib-fr-doc -AutoReqProv: No - -%description translation-natbib-fr-doc -Documentation for translation-natbib-fr - -%package translation-tabbing-fr-doc -Summary: Documentation for translation-tabbing-fr -Version: svn24228.0 - -Provides: tex-translation-tabbing-fr-doc -AutoReqProv: No - -%description translation-tabbing-fr-doc -Documentation for translation-tabbing-fr - -%package variations -Provides: tex-variations = %{tl_version} -License: GPL+ -Summary: Typeset tables of variations of functions -Version: svn15878.0.3 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(variations.sty) = %{tl_version} -Provides: tex(variations.tex) = %{tl_version} - -%description variations -The package provides macros for typesetting tables showing -variations of functions according to French usage. These macros -may be used by both LaTeX and plain TeX users. - -%package variations-doc -Summary: Documentation for variations -Version: svn15878.0.3 - -Provides: tex-variations-doc -AutoReqProv: No - -%description variations-doc -Documentation for variations - -%package collection-langgerman -Summary: German -Version: svn54074 -Requires: texlive-base -Requires: texlive-collection-basic -Requires: texlive-apalike-german -Requires: texlive-babel-german -Requires: texlive-bibleref-german -Requires: texlive-booktabs-de-doc -Requires: texlive-csquotes-de-doc -Requires: texlive-dehyph -Requires: texlive-dehyph-exptl -Requires: texlive-dhua -Requires: texlive-einfuehrung-doc -Requires: texlive-einfuehrung2-doc -Requires: texlive-etdipa-doc -Requires: texlive-etoolbox-de-doc -Requires: texlive-fifinddo-info-doc -Requires: texlive-german -Requires: texlive-germbib -Requires: texlive-germkorr -Requires: texlive-hausarbeit-jura -Requires: texlive-hyphen-german -Requires: texlive-koma-script-examples-doc -Requires: texlive-l2picfaq-doc -Requires: texlive-l2tabu-doc -Requires: texlive-latex-bib-ex-doc -Requires: texlive-latex-bib2-ex-doc -Requires: texlive-latex-referenz-doc -Requires: texlive-latex-tabellen-doc -Requires: texlive-latexcheat-de-doc -Requires: texlive-lshort-german-doc -Requires: texlive-lualatex-doc-de-doc -Requires: texlive-microtype-de-doc -Requires: texlive-milog -Requires: texlive-presentations-doc -Requires: texlive-r_und_s -Requires: texlive-schulmathematik -Requires: texlive-templates-fenn-doc -Requires: texlive-templates-sommer-doc -Requires: texlive-termcal-de -Requires: texlive-texlive-de-doc -Requires: texlive-tipa-de-doc -Requires: texlive-translation-arsclassica-de-doc -Requires: texlive-translation-biblatex-de-doc -Requires: texlive-translation-chemsym-de-doc -Requires: texlive-translation-ecv-de-doc -Requires: texlive-translation-enumitem-de-doc -Requires: texlive-translation-europecv-de-doc -Requires: texlive-translation-filecontents-de-doc -Requires: texlive-translation-moreverb-de-doc -Requires: texlive-udesoftec -Requires: texlive-uhrzeit -Requires: texlive-umlaute -Requires: texlive-voss-mathcol-doc - -%description collection-langgerman -Support for German. - -%package csquotes-de-doc -Summary: Documentation for csquotes-de -Version: svn23371.1.01 - -Provides: tex-csquotes-de-doc -AutoReqProv: No - -%description csquotes-de-doc -Documentation for csquotes-de - -%package dehyph-exptl -Provides: tex-dehyph-exptl = %{tl_version} -License: LPPL -Summary: Experimental hyphenation patterns for the German language -Version: svn54512 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires(post,postun): coreutils -Requires: tex-hyphen-base -Requires: tex-hyph-utf8 -Provides: tex(dehyphn-x-2019-04-04.tex) = %{tl_version} -Provides: tex(dehypht-x-2019-04-04.tex) = %{tl_version} -Provides: tex(dehyphts-x-2019-04-04.tex) = %{tl_version} - -%description dehyph-exptl -The package provides experimental hyphenation patterns for the -German language, covering both traditional and reformed -orthography. The patterns can be used with packages Babel and -hyphsubst from the Oberdiek bundle. Dieses Paket enthalt -experimentelle Trennmuster fur die deutsche Sprache. Die -Trennmuster decken das in Deutschland, Osterreich und der -Schweiz gebrauchliche Standarddeutsch in der traditionellen und -reformierten Rechtschreibung ab und konnen mit den Paketen -Babel und hyphsubst aus dem Oberdiek-Bundel verwendet werden. - -%post dehyph-exptl -if [ $1 -gt 0 ] ; then -sed -i '/german-x-2014-05-21.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/german-x-2018-03-31.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/german-x-2019-04-04.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "german-x-2019-04-04 dehypht-x-2019-04-04.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/=german-x-latest/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "=german-x-latest" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{german-x-2014-05-21}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -sed -i '/\\addlanguage{german-x-2018-03-31}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -sed -i '/\\addlanguage{german-x-2019-04-04}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{german-x-2019-04-04}{dehypht-x-2019-04-04.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -sed -i '/\\addlanguage{german-x-latest}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{german-x-latest}{dehypht-x-2019-04-04.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -sed -i '/ngerman-x-2014-05-21.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/ngerman-x-2018-03-31.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/ngerman-x-2019-04-04.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "ngerman-x-2019-04-04 dehyphn-x-2019-04-04.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/=ngerman-x-latest/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "=ngerman-x-latest" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{ngerman-x-2014-05-21}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -sed -i '/\\addlanguage{ngerman-x-2018-03-31}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -sed -i '/\\addlanguage{ngerman-x-2019-04-04}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{ngerman-x-2019-04-04}{dehyphn-x-2019-04-04.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -sed -i '/\\addlanguage{ngerman-x-latest}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{ngerman-x-latest}{dehyphn-x-2019-04-04.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -fi -: - -%postun dehyph-exptl -if [ $1 == 0 ] ; then -sed -i '/german-x-2014-05-21.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/german-x-2018-03-31.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/german-x-2019-04-04.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 - sed -i '/=german-x-latest/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{german-x-2014-05-21}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -sed -i '/\\addlanguage{german-x-2018-03-31}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -sed -i '/\\addlanguage{german-x-2019-04-04}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -sed -i '/\\addlanguage{german-x-latest}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -sed -i '/ngerman-x-2014-05-21.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/ngerman-x-2018-03-31.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/ngerman-x-2019-04-04.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 - sed -i '/=ngerman-x-latest/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{ngerman-x-2014-05-21}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -sed -i '/\\addlanguage{ngerman-x-2018-03-31}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -sed -i '/\\addlanguage{ngerman-x-2019-04-04}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -sed -i '/\\addlanguage{ngerman-x-latest}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -fi -: - -%package dehyph-exptl-doc -Summary: Documentation for dehyph-exptl -Version: svn54512 -Provides: tex-dehyph-exptl-doc -AutoReqProv: No -Requires: tex-hyph-utf8-doc - -%description dehyph-exptl-doc -Documentation for dehyph-exptl - -%package dhua -Provides: tex-dhua = %{tl_version} -License: LPPL 1.3 -Summary: German abbreviations using thin space -Version: svn24035.0.11 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(xspace.sty) -Provides: tex(dhua.cfg) = %{tl_version} -Provides: tex(dhua.sty) = %{tl_version} - -%description dhua -The package provides commands for those abbreviations of German -phrases for which the use of thin space is recommended. Setup -commands \newdhua and \newtwopartdhua are provided, as well as -commands for single cases (such as \zB for 'z. B.', saving the -user from typing such as 'z.\,B.'). To typeset the -documentation, the niceverb package, version 0.44, or later, is -required. Das Paket `dhua' stellt Befehle fur sog. -mehrgliedrige Abkurzungen bereit, fur die schmale Leerzeichen -(Festabstande) empfohlen werden (Duden, Wikipedia). In die -englische Paketdokumentation sind deutsche Erlauterungen -eingestreut. - -%package dhua-doc -Summary: Documentation for dhua -Version: svn24035.0.11 - -Provides: tex-dhua-doc -AutoReqProv: No - -%description dhua-doc -Documentation for dhua - -%package einfuehrung-doc -Summary: Documentation for einfuehrung -Version: svn54080 -Provides: tex-einfuehrung-doc -AutoReqProv: No - -%description einfuehrung-doc -Documentation for einfuehrung - -%package etdipa-doc -Summary: Documentation for etdipa -Version: svn36354.2.6 - -Provides: tex-etdipa-doc -AutoReqProv: No - -%description etdipa-doc -Documentation for etdipa - -%package etoolbox-de-doc -Summary: Documentation for etoolbox-de -Version: svn21906.1 - -Provides: tex-etoolbox-de-doc -AutoReqProv: No - -%description etoolbox-de-doc -Documentation for etoolbox-de - -%package fifinddo-info-doc -Summary: Documentation for fifinddo-info -Version: svn29349.1.1b - -Provides: tex-fifinddo-info-doc -AutoReqProv: No - -%description fifinddo-info-doc -Documentation for fifinddo-info - -%package german -Provides: tex-german = %{tl_version} -License: LPPL -Summary: Support for German typography -Version: svn42428 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(german.sty) = %{tl_version} -Provides: tex(ngerman.sty) = %{tl_version} - -%description german -Supports the new German orthography (neue deutsche -Rechtschreibung). - -%package german-doc -Summary: Documentation for german -Version: svn42428 -Provides: tex-german-doc -AutoReqProv: No - -%description german-doc -Documentation for german - -%package germbib -Provides: tex-germbib = %{tl_version} -License: Bibtex -Summary: German variants of standard BibTeX styles -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(german.sty) -Provides: tex(bibgerm.sty) = %{tl_version} -Provides: tex(mynormal.sty) = %{tl_version} - -%description germbib -A development of the (old) german.sty, this bundle provides -German packages, BibTeX styles and documentary examples, for -writing documents with bibliographies. The author has since -developed the babelbib bundle, which (he asserts) supersedes -germbib. - -%package germbib-doc -Summary: Documentation for germbib -Version: svn15878.0 - -Provides: tex-germbib-doc -AutoReqProv: No - -%description germbib-doc -Documentation for germbib - -%package germkorr -Provides: tex-germkorr = %{tl_version} -License: GPL+ -Summary: Change kerning for german quotation marks -Version: svn15878.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(germkorr.sty) = %{tl_version} - -%description germkorr -The package germcorr has to be loaded after the package german. -It brings some letters like T nearer to german single and -double quotes even when that letter wears a standard accent -like "`\.T"'. - -%package germkorr-doc -Summary: Documentation for germkorr -Version: svn15878.1.0 - -Provides: tex-germkorr-doc -AutoReqProv: No - -%description germkorr-doc -Documentation for germkorr - -%package hausarbeit-jura -Provides: tex-hausarbeit-jura = %{tl_version} -License: LPPL 1.3 -Summary: Class for writing "juristiche Hausarbeiten" at German Universities -Version: svn50762 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(ifluatex.sty) -Requires: tex(ifxetex.sty) -Requires: tex(inputenc.sty) -Requires: tex(fontenc.sty) -Requires: tex(babel.sty) -Requires: tex(textcomp.sty) -Requires: tex(eurosym.sty) -Requires: tex(indentfirst.sty) -Requires: tex(geometry.sty) -Requires: tex(csquotes.sty) -Requires: tex(jurabib.sty) -Provides: tex(hausarbeit-jura.cls) = %{tl_version} - -%description hausarbeit-jura -The class was developed for use by students writing legal -essays ("juristische Hausarbeit") at German Universities. It is -based on jurabook and jurabib and makes it easy for LaTeX -beginners to get a correct and nicely formatted paper. - -%package hausarbeit-jura-doc -Summary: Documentation for hausarbeit-jura -Version: svn50762 -Provides: tex-hausarbeit-jura-doc -AutoReqProv: No - -%description hausarbeit-jura-doc -Documentation for hausarbeit-jura - -%package hyphen-german -Provides: tex-hyphen-german = %{tl_version} -License: LPPL -Summary: German hyphenation patterns -Version: svn54758 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires(post,postun): coreutils -Requires: texlive-hyphen-base -Requires: texlive-hyph-utf8 -Requires: texlive-dehyph -Provides: tex(hyph-de-1901.ec.tex) = %{tl_version} -Provides: tex(hyph-de-1901.tex) = %{tl_version} -Provides: tex(hyph-de-1996.ec.tex) = %{tl_version} -Provides: tex(hyph-de-1996.tex) = %{tl_version} -Provides: tex(hyph-de-ch-1901.ec.tex) = %{tl_version} -Provides: tex(hyph-de-ch-1901.tex) = %{tl_version} -Provides: tex(loadhyph-de-1901.tex) = %{tl_version} -Provides: tex(loadhyph-de-1996.tex) = %{tl_version} -Provides: tex(loadhyph-de-ch-1901.tex) = %{tl_version} - -%description hyphen-german -Hyphenation patterns for German in T1/EC and UTF-8 encodings, -for traditional and reformed spelling, including Swiss German. -The package includes the latest patterns from dehyph-exptl -(known to TeX under names 'german', 'ngerman' and -'swissgerman'), however 8-bit engines still load old versions -of patterns for 'german' and 'ngerman' for backward- -compatibility reasons. Swiss German patterns are suitable for -Swiss Standard German (Hochdeutsch) not the Alemannic dialects -spoken in Switzerland (Schwyzerduetsch). There are no known -patterns for written Schwyzerduetsch. - -%post hyphen-german -if [ $1 -gt 0 ] ; then -sed -i '/german.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "german loadhyph-de-1901.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{german}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{german}{loadhyph-de-1901.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -sed -i '/ngerman.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "ngerman loadhyph-de-1996.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{ngerman}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{ngerman}{loadhyph-de-1996.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -sed -i '/swissgerman.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "swissgerman loadhyph-de-ch-1901.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{swissgerman}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{swissgerman}{loadhyph-de-ch-1901.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -fi -: - -%postun hyphen-german -if [ $1 == 0 ] ; then -sed -i '/german.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{german}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -sed -i '/ngerman.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{ngerman}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -sed -i '/swissgerman.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{swissgerman}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -fi -: - -%package koma-script-examples-doc -Summary: Documentation for koma-script-examples -Version: svn47523 -Provides: tex-koma-script-examples-doc -AutoReqProv: No - -%description koma-script-examples-doc -Documentation for koma-script-examples - -%package l2picfaq-doc -Summary: Documentation for l2picfaq -Version: svn19601.1.50 - -Provides: tex-l2picfaq-doc -AutoReqProv: No - -%description l2picfaq-doc -Documentation for l2picfaq - -%package l2tabu-doc -Summary: Documentation for l2tabu -Version: svn39597 - -Provides: tex-l2tabu-doc -AutoReqProv: No - -%description l2tabu-doc -Documentation for l2tabu - -%package latex-bib-ex-doc -Summary: Documentation for latex-bib-ex -Version: svn25831.0 - -Provides: tex-latex-bib-ex-doc -AutoReqProv: No - -%description latex-bib-ex-doc -Documentation for latex-bib-ex - -%package latex-referenz-doc -Summary: Documentation for latex-referenz -Version: svn36671.2 - -Provides: tex-latex-referenz-doc -AutoReqProv: No - -%description latex-referenz-doc -Documentation for latex-referenz - -%package latex-tabellen-doc -Summary: Documentation for latex-tabellen -Version: svn16979.0 - -Provides: tex-latex-tabellen-doc -AutoReqProv: No - -%description latex-tabellen-doc -Documentation for latex-tabellen - -%package latexcheat-de-doc -Summary: Documentation for latexcheat-de -Version: svn35702.0 - -Provides: tex-latexcheat-de-doc -AutoReqProv: No - -%description latexcheat-de-doc -Documentation for latexcheat-de - -%package lshort-german-doc -Summary: Documentation for lshort-german -Version: svn47401 -Provides: tex-lshort-german-doc -AutoReqProv: No - -%description lshort-german-doc -Documentation for lshort-german - -%package lualatex-doc-de-doc -Summary: Documentation for lualatex-doc-de -Version: svn30474.1.0 - -Provides: tex-lualatex-doc-de-doc -AutoReqProv: No - -%description lualatex-doc-de-doc -Documentation for lualatex-doc-de - -%package microtype-de-doc -Summary: Documentation for microtype-de -Version: svn54080 -Provides: tex-microtype-de-doc -AutoReqProv: No - -%description microtype-de-doc -Documentation for microtype-de - -%package presentations-doc -Summary: Documentation for presentations -Version: svn43949 -Provides: tex-presentations-doc -AutoReqProv: No - -%description presentations-doc -Documentation for presentations - -%package r_und_s -Provides: tex-r_und_s = %{tl_version} -License: BSD -Summary: Chemical hazard codes -Version: svn15878.1.3i - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(eng_rs.sty) = %{tl_version} -Provides: tex(eng_rs.tex) = %{tl_version} -Provides: tex(fr_rs.sty) = %{tl_version} -Provides: tex(fr_rs.tex) = %{tl_version} -Provides: tex(nl_rs.sty) = %{tl_version} -Provides: tex(nl_rs.tex) = %{tl_version} -Provides: tex(r_und_s.sty) = %{tl_version} -Provides: tex(r_und_s.tex) = %{tl_version} - -%description r_und_s -The r_und_s package decodes the german 'R- und S-Satze', which -are numerically coded security advice for chemical substances -into plain text. This is, e.g., used to compose security sheets -or lab protocols and especially useful for students of -chemistry. There are four packages, giving texts in German, -English, French and Dutch. - -%package r_und_s-doc -Summary: Documentation for r_und_s -Version: svn15878.1.3i - -Provides: tex-r_und_s-doc -AutoReqProv: No - -%description r_und_s-doc -Documentation for r_und_s - -%package templates-fenn-doc -Summary: Documentation for templates-fenn -Version: svn15878.0 - -Provides: tex-templates-fenn-doc -AutoReqProv: No - -%description templates-fenn-doc -Documentation for templates-fenn - -%package templates-sommer-doc -Summary: Documentation for templates-sommer -Version: svn15878.0 - -Provides: tex-templates-sommer-doc -AutoReqProv: No - -%description templates-sommer-doc -Documentation for templates-sommer - -%package texlive-de-doc -Summary: Documentation for texlive-de -Version: svn54604 -Provides: tex-texlive-de-doc -AutoReqProv: No - -%description texlive-de-doc -Documentation for texlive-de - -%package tipa-de-doc -Summary: Documentation for tipa-de -Version: svn22005.1.3 - -Provides: tex-tipa-de-doc -AutoReqProv: No - -%description tipa-de-doc -Documentation for tipa-de - -%package translation-arsclassica-de-doc -Summary: Documentation for translation-arsclassica-de -Version: svn23803.0 - -Provides: tex-translation-arsclassica-de-doc -AutoReqProv: No - -%description translation-arsclassica-de-doc -Documentation for translation-arsclassica-de - -%package translation-biblatex-de-doc -Summary: Documentation for translation-biblatex-de -Version: svn45592 -Provides: tex-translation-biblatex-de-doc -AutoReqProv: No - -%description translation-biblatex-de-doc -Documentation for translation-biblatex-de - -%package translation-chemsym-de-doc -Summary: Documentation for translation-chemsym-de -Version: svn23804.0 - -Provides: tex-translation-chemsym-de-doc -AutoReqProv: No - -%description translation-chemsym-de-doc -Documentation for translation-chemsym-de - -%package translation-ecv-de-doc -Summary: Documentation for translation-ecv-de -Version: svn24754.0 - -Provides: tex-translation-ecv-de-doc -AutoReqProv: No - -%description translation-ecv-de-doc -Documentation for translation-ecv-de - -%package translation-enumitem-de-doc -Summary: Documentation for translation-enumitem-de -Version: svn24196.0 - -Provides: tex-translation-enumitem-de-doc -AutoReqProv: No - -%description translation-enumitem-de-doc -Documentation for translation-enumitem-de - -%package translation-europecv-de-doc -Summary: Documentation for translation-europecv-de -Version: svn23840.0 - -Provides: tex-translation-europecv-de-doc -AutoReqProv: No - -%description translation-europecv-de-doc -Documentation for translation-europecv-de - -%package translation-filecontents-de-doc -Summary: Documentation for translation-filecontents-de -Version: svn24010.0 - -Provides: tex-translation-filecontents-de-doc -AutoReqProv: No - -%description translation-filecontents-de-doc -Documentation for translation-filecontents-de - -%package translation-moreverb-de-doc -Summary: Documentation for translation-moreverb-de -Version: svn23957.0 - -Provides: tex-translation-moreverb-de-doc -AutoReqProv: No - -%description translation-moreverb-de-doc -Documentation for translation-moreverb-de - -%package udesoftec -Provides: tex-udesoftec = %{tl_version} -License: LPPL 1.3 -Summary: Thesis class for the University of Duisburg-Essen -Version: svn54215 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xstring.sty) -Requires: tex(babel.sty) -Requires: tex(csquotes.sty) -Requires: tex(regexpatch.sty) -Requires: tex(hyperref.sty) -Requires: tex(hyphenat.sty) -Requires: tex(scrbase.sty) -Requires: tex(nag.sty) -Provides: tex(udesoftec-bibcommon.sty) = %{tl_version} -Provides: tex(udesoftec-biblatex.sty) = %{tl_version} -Provides: tex(udesoftec-bst.sty) = %{tl_version} -Provides: tex(udesoftec-extra.sty) = %{tl_version} -Provides: tex(udesoftec.cls) = %{tl_version} - -%description udesoftec -The class is designed for typesetting theses in the Research -Group for Business Informatics and Software Engineering. (The -class may also serve as a template for such theses.) The class -is designed for use with pdfLaTeX; input in UTF-8 encoding is -assumed. - -%package udesoftec-doc -Summary: Documentation for udesoftec -Version: svn44308 -Provides: tex-udesoftec-doc -AutoReqProv: No - -%description udesoftec-doc -Documentation for udesoftec - -%package umlaute -Provides: tex-umlaute = %{tl_version} -License: LPPL -Summary: German input encodings in LaTeX -Version: svn15878.v2.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(inputenc.sty) -Provides: tex(atari.def) = %{tl_version} -Provides: tex(isolatin.def) = %{tl_version} -Provides: tex(mac.def) = %{tl_version} -Provides: tex(pc850.def) = %{tl_version} -Provides: tex(roman8.def) = %{tl_version} -Provides: tex(umlaute.sty) = %{tl_version} - -%description umlaute -An early package for using alternate input encodings. The -author considers the package mostly obsolete, since most of its -functions are taken by the inputenc package; however, inputenc -doesn't support the roman8 and atari encodings, so umlaute -remains the sole source of that support. - -%package umlaute-doc -Summary: Documentation for umlaute -Version: svn15878.v2.1 - -Provides: tex-umlaute-doc -AutoReqProv: No - -%description umlaute-doc -Documentation for umlaute - -%package voss-mathcol-doc -Summary: Documentation for voss-mathcol -Version: svn32954.0.1 - -Provides: tex-voss-mathcol-doc -AutoReqProv: No - -%description voss-mathcol-doc -Documentation for voss-mathcol - -%package collection-langgreek -Summary: Greek -Version: svn54139 -Requires: texlive-base -Requires: texlive-collection-basic -Requires: texlive-babel-greek -Requires: texlive-begingreek -Requires: texlive-betababel -Requires: texlive-cbfonts -Requires: texlive-cbfonts-fd -Requires: texlive-gfsbaskerville -Requires: texlive-gfsporson -Requires: texlive-greek-fontenc -Requires: texlive-greek-inputenc -Requires: texlive-greekdates -Requires: texlive-greektex -Requires: texlive-greektonoi -Requires: texlive-hyphen-greek -Requires: texlive-hyphen-ancientgreek -Requires: texlive-ibycus-babel -Requires: texlive-ibygrk -Requires: texlive-kerkis -Requires: texlive-levy -Requires: texlive-lgreek -Requires: texlive-mkgrkindex -Requires: texlive-teubner -Requires: texlive-xgreek -Requires: texlive-yannisgr - -%description collection-langgreek -Support for Greek. - -%package gfsbaskerville -Provides: tex-gfsbaskerville = %{tl_version} -License: LPPL -Summary: A Greek font, from one such by Baskerville -Version: svn19440.1.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(gpgfsbaskerville.enc) = %{tl_version} -Provides: tex(gfsbaskerville.map) = %{tl_version} -Provides: tex(GFSBaskerville.otf) = %{tl_version} -Provides: tex(ggfsbaskervillerg6a.tfm) = %{tl_version} -Provides: tex(ggfsbaskervillerg6r.tfm) = %{tl_version} -Provides: tex(GFSBaskerville-Regular.pfb) = %{tl_version} -Provides: tex(ggfsbaskervillerg6a.vf) = %{tl_version} -Provides: tex(gfsbaskerville.sty) = %{tl_version} -Provides: tex(lgrgfsbaskerville.fd) = %{tl_version} - -%description gfsbaskerville -The font is a digital implementation of Baskerville's classic -Greek font, provided by the Greek Font Society. The font covers -Greek only, and LaTeX support provides for the use of LGR -encoding. - -%package gfsbaskerville-doc -Summary: Documentation for gfsbaskerville -Version: svn19440.1.0 - -Provides: tex-gfsbaskerville-doc -AutoReqProv: No - -%description gfsbaskerville-doc -Documentation for gfsbaskerville - -%package gfsporson -Provides: tex-gfsporson = %{tl_version} -License: LPPL -Summary: A Greek font, originally from Porson -Version: svn18651.1.01 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(porsonel.enc) = %{tl_version} -Provides: tex(gfsporson.map) = %{tl_version} -Provides: tex(GFSPorson.otf) = %{tl_version} -Provides: tex(gporsonrg6a.tfm) = %{tl_version} -Provides: tex(gporsonrg6r.tfm) = %{tl_version} -Provides: tex(GFSPorson-Regular.pfb) = %{tl_version} -Provides: tex(gporsonrg6a.vf) = %{tl_version} -Provides: tex(gfsporson.sty) = %{tl_version} -Provides: tex(lgrporson.fd) = %{tl_version} - -%description gfsporson -Porson is an elegant Greek font, originally cut at the turn of -the 19th Century in England. The present version has been -provided by the Greek Font Society. The font supports the Greek -alphabet only. LaTeX support is provided, using the LGR -encoding. - -%package gfsporson-doc -Summary: Documentation for gfsporson -Version: svn18651.1.01 - -Provides: tex-gfsporson-doc -AutoReqProv: No - -%description gfsporson-doc -Documentation for gfsporson - -%package greek-fontenc -Provides: tex-greek-fontenc = %{tl_version} -License: LPPL 1.3 -Summary: LICR macros and encoding definition files for Greek -Version: svn53955 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(alphabeta-tuenc.def) = %{tl_version} -Provides: tex(alphabeta-lgr.def) = %{tl_version} -Provides: tex(alphabeta.sty) = %{tl_version} -Provides: tex(greek-euenc.def) = %{tl_version} -Provides: tex(greek-fontenc.def) = %{tl_version} -Provides: tex(lgrenc.def) = %{tl_version} -Provides: tex(textalpha.sty) = %{tl_version} -Provides: tex(tuenc-greek.def) = %{tl_version} - -%description greek-fontenc -The package provides Greek LICR macro definitions and encoding -definition files for Greek text font encodings for use with -fontenc. - -%package greek-fontenc-doc -Summary: Documentation for greek-fontenc -Version: svn53955 -Provides: tex-greek-fontenc-doc -AutoReqProv: No - -%description greek-fontenc-doc -Documentation for greek-fontenc - -%package greek-inputenc -Provides: tex-greek-inputenc = %{tl_version} -License: LPPL 1.3 -Summary: Greek encoding support for inputenc -Version: svn51612 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(iso-8859-7.def) = %{tl_version} -Provides: tex(macgreek.def) = %{tl_version} - -%description greek-inputenc -The bundle provides UTF-8, Macintosh Greek encoding and ISO -8859-7 definition files for use with inputenc. - -%package greek-inputenc-doc -Summary: Documentation for greek-inputenc -Version: svn51612 -Provides: tex-greek-inputenc-doc -AutoReqProv: No - -%description greek-inputenc-doc -Documentation for greek-inputenc - -%package greekdates -Provides: tex-greekdates = %{tl_version} -License: LPPL -Summary: Provides ancient Greek day and month names, dates, etc -Version: svn15878.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(calc.sty) -Provides: tex(greekdates.sty) = %{tl_version} - -%description greekdates -The package provides easy access to ancient Greek names of days -and months of various regions of Greece. In case the historical -information about a region is not complete, we use the Athenian -name of the month. Moreover commands and options are provided, -in order to completely switch to the "ancient way", commands -such as \today. - -%package greekdates-doc -Summary: Documentation for greekdates -Version: svn15878.1.0 - -Provides: tex-greekdates-doc -AutoReqProv: No - -%description greekdates-doc -Documentation for greekdates - -%package greektex -Provides: tex-greektex = %{tl_version} -License: Public Domain -Summary: Fonts for typesetting Greek/English documents -Version: svn28327.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(greektex.sty) = %{tl_version} - -%description greektex -The fonts are based on Silvio Levy's classical Greek fonts; -macros and Greek hyphenation patterns for the fonts' encoding -are also provided. - -%package greektex-doc -Summary: Documentation for greektex -Version: svn28327.0 - -Provides: tex-greektex-doc -AutoReqProv: No - -%description greektex-doc -Documentation for greektex - -%package hyphen-greek -Provides: tex-hyphen-greek = %{tl_version} -License: LPPL -Summary: Modern Greek hyphenation patterns -Version: svn54568 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires(post,postun): coreutils -Requires: texlive-hyphen-base -Requires: texlive-hyph-utf8 -Provides: tex(grmhyph5.tex) = %{tl_version} -Provides: tex(grphyph5.tex) = %{tl_version} -Provides: tex(hyph-el-monoton.tex) = %{tl_version} -Provides: tex(hyph-el-polyton.tex) = %{tl_version} -Provides: tex(loadhyph-el-monoton.tex) = %{tl_version} -Provides: tex(loadhyph-el-polyton.tex) = %{tl_version} - -%description hyphen-greek -Hyphenation patterns for Modern Greek in monotonic and -polytonic spelling in LGR and UTF-8 encodings. Patterns in UTF- -8 use two code positions for each of the vowels with acute -accent (a.k.a tonos, oxia), e.g., U+03AC, U+1F71 for alpha. - -%post hyphen-greek -if [ $1 -gt 0 ] ; then -sed -i '/monogreek.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "monogreek loadhyph-el-monoton.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{monogreek}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{monogreek}{loadhyph-el-monoton.tex}{}{1}{1}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -sed -i '/greek.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "greek loadhyph-el-polyton.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/=polygreek/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "=polygreek" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{greek}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{greek}{loadhyph-el-polyton.tex}{}{1}{1}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -sed -i '/\\addlanguage{polygreek}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{polygreek}{loadhyph-el-polyton.tex}{}{1}{1}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -fi -: - -%postun hyphen-greek -if [ $1 == 0 ] ; then -sed -i '/monogreek.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{monogreek}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -sed -i '/greek.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 - sed -i '/=polygreek/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{greek}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -sed -i '/\\addlanguage{polygreek}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -fi -: - -%package hyphen-greek-doc -Summary: Documentation for hyphen-greek -Version: svn51186 -Provides: tex-hyphen-greek-doc -AutoReqProv: No -Requires: tex-hyph-utf8-doc - -%description hyphen-greek-doc -Documentation for hyphen-greek - -%package hyphen-ancientgreek -Provides: tex-hyphen-ancientgreek = %{tl_version} -License: LPPL -Summary: Ancient Greek hyphenation patterns -Version: svn54568 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires(post,postun): coreutils -Requires: texlive-hyphen-base -Requires: texlive-hyph-utf8 -Provides: tex(grahyph5.tex) = %{tl_version} -Provides: tex(hyph-grc.tex) = %{tl_version} -Provides: tex(ibyhyph.tex) = %{tl_version} -Provides: tex(loadhyph-grc.tex) = %{tl_version} - -%description hyphen-ancientgreek -Hyphenation patterns for Ancient Greek in LGR and UTF-8 -encodings, including support for (obsolete) Ibycus font -encoding. Patterns in UTF-8 use two code positions for each of -the vowels with acute accent (a.k.a tonos, oxia), e.g., U+03AE, -U+1F75 for eta. - -%post hyphen-ancientgreek -if [ $1 -gt 0 ] ; then -sed -i '/ancientgreek.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "ancientgreek loadhyph-grc.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{ancientgreek}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{ancientgreek}{loadhyph-grc.tex}{}{1}{1}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -sed -i '/ibycus.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "ibycus ibyhyph.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{ibycus}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{ibycus}{ibyhyph.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -fi -: - -%postun hyphen-ancientgreek -if [ $1 == 0 ] ; then -sed -i '/ancientgreek.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{ancientgreek}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -sed -i '/ibycus.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{ibycus}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -fi -: - -%package ibycus-babel -Provides: tex-ibycus-babel = %{tl_version} -License: LPPL -Summary: Use the Ibycus 4 Greek font with Babel -Version: svn15878.3.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(ibycus.ldf) = %{tl_version} -Provides: tex(lgienc.def) = %{tl_version} -Provides: tex(lgifib.fd) = %{tl_version} - -%description ibycus-babel -The package allows you to use the Ibycus 4 font for ancient -Greek with Babel. It uses a Perl script to generate hyphenation -patterns for Ibycus from those for the ordinary Babel encoding, -cbgreek. It sets up ibycus as a pseudo-language you can specify -in the normal Babel manner. For proper hyphenation of Greek -quoted in mid-paragraph, you should use it with elatex (all -current distributions of LaTeX are built with e-TeX, so the -constraint should not be onerous). - -%package ibycus-babel-doc -Summary: Documentation for ibycus-babel -Version: svn15878.3.0 - -Provides: tex-ibycus-babel-doc -AutoReqProv: No - -%description ibycus-babel-doc -Documentation for ibycus-babel - -%package ibygrk -Provides: tex-ibygrk = %{tl_version} -License: GPL+ -Summary: Fonts and macros to typeset ancient Greek -Version: svn15878.4.5 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(IbycusHTG.enc) = %{tl_version} -Provides: tex(iby.map) = %{tl_version} -Provides: tex(ibycus4.map) = %{tl_version} -Provides: tex(fibb84.tfm) = %{tl_version} -Provides: tex(fibb848.tfm) = %{tl_version} -Provides: tex(fibb849.tfm) = %{tl_version} -Provides: tex(fibo84.tfm) = %{tl_version} -Provides: tex(fibo848.tfm) = %{tl_version} -Provides: tex(fibo849.tfm) = %{tl_version} -Provides: tex(fibr84.tfm) = %{tl_version} -Provides: tex(fibr848.tfm) = %{tl_version} -Provides: tex(fibr849.tfm) = %{tl_version} -Provides: tex(fibb84.pfb) = %{tl_version} -Provides: tex(fibr84.pfb) = %{tl_version} -Provides: tex(Uibycus.fd) = %{tl_version} -Provides: tex(Uibycus4.fd) = %{tl_version} -Provides: tex(iby4extr.tex) = %{tl_version} -Provides: tex(ibycus4.map) = %{tl_version} -Provides: tex(ibycus4.sty) = %{tl_version} -Provides: tex(ibycus4.tex) = %{tl_version} -Provides: tex(ibycusps.tex) = %{tl_version} -Provides: tex(psibycus.sty) = %{tl_version} -Provides: tex(pssetiby.tex) = %{tl_version} -Provides: tex(setiby4.tex) = %{tl_version} -Provides: tex(tlgsqq.tex) = %{tl_version} -Provides: tex(version4.tex) = %{tl_version} - -%description ibygrk -Ibycus is a Greek typeface, based on Silvio Levy's realisation -of a classic Didot cut of Greek type from around 1800. The -fonts are available both as Metafont source and in Adobe Type 1 -format. This distribution of ibycus is accompanied by a set of -macro packages to use it with Plain TeX or LaTeX, but for use -with Babel, see the ibycus-babel package. - -%package ibygrk-doc -Summary: Documentation for ibygrk -Version: svn15878.4.5 - -Provides: tex-ibygrk-doc -AutoReqProv: No - -%description ibygrk-doc -Documentation for ibygrk - -%package kerkis -Provides: tex-kerkis = %{tl_version} -License: LPPL -Summary: Kerkis (Greek) font family -Version: svn52753 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(txfonts.sty) -Provides: tex(gkerkis.enc) = %{tl_version} -Provides: tex(gkerkisc.enc) = %{tl_version} -Provides: tex(gpkerkis.enc) = %{tl_version} -Provides: tex(gpkerkisc.enc) = %{tl_version} -Provides: tex(kerkis.enc) = %{tl_version} -Provides: tex(kerkisc.enc) = %{tl_version} -Provides: tex(kerkisec.enc) = %{tl_version} -Provides: tex(kerkisecsc.enc) = %{tl_version} -Provides: tex(kmath.enc) = %{tl_version} -Provides: tex(kmex.enc) = %{tl_version} -Provides: tex(kmsym.enc) = %{tl_version} -Provides: tex(kerkis.map) = %{tl_version} -Provides: tex(kerkis.sty) = %{tl_version} -Provides: tex(kmath.sty) = %{tl_version} -Provides: tex(lgrkfn.fd) = %{tl_version} -Provides: tex(lgrmak.fd) = %{tl_version} -Provides: tex(lgrmaksf.fd) = %{tl_version} -Provides: tex(omlmak.fd) = %{tl_version} -Provides: tex(omsmak.fd) = %{tl_version} -Provides: tex(ot1kfn.fd) = %{tl_version} -Provides: tex(ot1mak.fd) = %{tl_version} -Provides: tex(ot1maksf.fd) = %{tl_version} -Provides: tex(t1mak.fd) = %{tl_version} -Provides: tex(t1maksf.fd) = %{tl_version} -Obsoletes: tex-kerkis < %{tl_version} - -%description kerkis -Sans-serif Greek fonts to match the URW Bookman set (which are -distributed with Kerkis). The Kerkis font set has some support -for mathematics as well as other glyphs missing from the base -URW Bookman fonts. Macros are provided to use the fonts in OT1, -T1 (only NG/ng glyphs missing) and LGR encodings, as well as in -mathematics; small caps and old-style number glyphs are also -available. The philosophy, and the design process, of the -Kerkis fonts is discussed in a paper in TUGboat 23(3/4), 2002. - -%package kerkis-doc -Summary: Documentation for kerkis -Version: svn52753 -Provides: tex-kerkis-doc -AutoReqProv: No - -%description kerkis-doc -Documentation for kerkis - -%package levy -Provides: tex-levy = %{tl_version} -License: GPLv2+ -Summary: Fonts for typesetting classical greek -Version: svn21750.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(grbld10.tfm) = %{tl_version} -Provides: tex(grbld8.tfm) = %{tl_version} -Provides: tex(grbld9.tfm) = %{tl_version} -Provides: tex(grreg10.tfm) = %{tl_version} -Provides: tex(grreg8.tfm) = %{tl_version} -Provides: tex(grreg9.tfm) = %{tl_version} -Provides: tex(greekmacros.tex) = %{tl_version} -Provides: tex(slgreek.sty) = %{tl_version} - -%description levy -These fonts are derivatives of Kunth's CM fonts. Macros for use -with Plain TeX are included in the package; for use with LaTeX, -see lgreek (with English documentation) or levy (with German -documentation). - -%package levy-doc -Summary: Documentation for levy -Version: svn21750.0 - -Provides: tex-levy-doc -AutoReqProv: No - -%description levy-doc -Documentation for levy - -%package lgreek -Provides: tex-lgreek = %{tl_version} -License: GPLv2+ -Summary: LaTeX macros for using Silvio Levy's Greek fonts -Version: svn21818.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(LGcmr.fd) = %{tl_version} -Provides: tex(LGcmtt.fd) = %{tl_version} -Provides: tex(LGenc.def) = %{tl_version} -Provides: tex(lgreek.sty) = %{tl_version} - -%description lgreek -A conversion of Silvio Levy's Plain TeX macros for use with -LaTeX. - -%package lgreek-doc -Summary: Documentation for lgreek -Version: svn21818.0 - -Provides: tex-lgreek-doc -AutoReqProv: No - -%description lgreek-doc -Documentation for lgreek - -%package teubner -Provides: tex-teubner = %{tl_version} -License: LPPL 1.3 -Summary: Philological typesetting of classical Greek -Version: svn40197 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(iftex.sty) -Requires: tex(type1ec.sty) -Requires: tex(graphicx.sty) -Requires: tex(ifthen.sty) -Requires: tex(exscale.sty) -Requires: tex(textalpha.sty) -Requires: tex(trace.sty) -Provides: tex(teubner.sty) = %{tl_version} -Provides: tex(teubnertx.sty) = %{tl_version} - -%description teubner -An extension to babel greek option for typesetting classical -Greek with a philological approach. The package works with the -author's greek fonts using the 'Lispiakos' font shape derived -from that of the fonts used in printers' shops in Lispia. The -package name honours the publisher B.G. Teubner -Verlaggesellschaft whose Greek text publications are of high -quality. - -%package teubner-doc -Summary: Documentation for teubner -Version: svn40197 - -Provides: tex-teubner-doc -AutoReqProv: No - -%description teubner-doc -Documentation for teubner - -%package xgreek -Provides: tex-xgreek = %{tl_version} -License: LPPL 1.3 -Summary: XeLaTeX package for typesetting Greek language documents (beta release) -Version: svn46662 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(xgreek.sty) = %{tl_version} - -%description xgreek -This package has been designed so to allow people to typeset -Greek language documents using XeLaTeX. And it is released in -the hope that people will use it and spot errors, bugs, -features so to improve it. Practically, it provides all the -capabilities of the greek option of the babel package. The -package can be invoked with any of the following options: -monotonic (for typesetting modern monotonic Greek), polytonic -(for typesetting modern polytonic Greek), and ancient (for -typesetting ancient texts). The default option is monotonic. -The command \setlanguage{} to activate the hyphenation -patterns of the language This, however, can be done only -if the format file has not been built with the babel mechanism. - -%package xgreek-doc -Summary: Documentation for xgreek -Version: svn46662 -Provides: tex-xgreek-doc -AutoReqProv: No - -%description xgreek-doc -Documentation for xgreek - -%package yannisgr -Provides: tex-yannisgr = %{tl_version} -License: GPLv2+ -Summary: Greek fonts by Yannis Haralambous -Version: svn22613.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(mrgrbf10.tfm) = %{tl_version} -Provides: tex(mrgrrg10.tfm) = %{tl_version} -Provides: tex(mrgrsl10.tfm) = %{tl_version} -Provides: tex(mrgrti10.tfm) = %{tl_version} -Provides: tex(rgrbf10.tfm) = %{tl_version} -Provides: tex(rgrrg10.tfm) = %{tl_version} -Provides: tex(rgrsc10.tfm) = %{tl_version} -Provides: tex(rgrsl10.tfm) = %{tl_version} -Provides: tex(rgrti10.tfm) = %{tl_version} - -%description yannisgr -A family of 7-bit fonts with a code table designed for setting -modern polytonic Greek. The fonts are provided as Metafont -source; macros to produce a Greek variant of Plain TeX -(including a hyphenation table adapted to the fonts' code -table) are provided. - -%package yannisgr-doc -Summary: Documentation for yannisgr -Version: svn22613.0 - -Provides: tex-yannisgr-doc -AutoReqProv: No - -%description yannisgr-doc -Documentation for yannisgr - -%package hyphen-indic -Provides: tex-hyphen-indic = %{tl_version} -License: LPPL -Summary: Indic hyphenation patterns -Version: svn54568 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires(post,postun): coreutils -Requires: texlive-hyphen-base -Requires: texlive-hyph-utf8 -Provides: tex(hyph-as.tex) = %{tl_version} -Provides: tex(hyph-bn.tex) = %{tl_version} -Provides: tex(hyph-gu.tex) = %{tl_version} -Provides: tex(hyph-hi.tex) = %{tl_version} -Provides: tex(hyph-kn.tex) = %{tl_version} -Provides: tex(hyph-ml.tex) = %{tl_version} -Provides: tex(hyph-mr.tex) = %{tl_version} -Provides: tex(hyph-or.tex) = %{tl_version} -Provides: tex(hyph-pa.tex) = %{tl_version} -Provides: tex(hyph-pi.tex) = %{tl_version} -Provides: tex(hyph-ta.tex) = %{tl_version} -Provides: tex(hyph-te.tex) = %{tl_version} -Provides: tex(loadhyph-as.tex) = %{tl_version} -Provides: tex(loadhyph-bn.tex) = %{tl_version} -Provides: tex(loadhyph-gu.tex) = %{tl_version} -Provides: tex(loadhyph-hi.tex) = %{tl_version} -Provides: tex(loadhyph-kn.tex) = %{tl_version} -Provides: tex(loadhyph-ml.tex) = %{tl_version} -Provides: tex(loadhyph-mr.tex) = %{tl_version} -Provides: tex(loadhyph-or.tex) = %{tl_version} -Provides: tex(loadhyph-pa.tex) = %{tl_version} -Provides: tex(loadhyph-pi.tex) = %{tl_version} -Provides: tex(loadhyph-ta.tex) = %{tl_version} -Provides: tex(loadhyph-te.tex) = %{tl_version} - -%description hyphen-indic -Hyphenation patterns for Assamese, Bengali, Gujarati, Hindi, -Kannada, Malayalam, Marathi, Odia, Panjabi, Tamil and Telugu -for Unicode engines. - -%post hyphen-indic -if [ $1 -gt 0 ] ; then -sed -i '/assamese.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "assamese loadhyph-as.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{assamese}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{assamese}{loadhyph-as.tex}{}{1}{1}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -sed -i '/bengali.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "bengali loadhyph-bn.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{bengali}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{bengali}{loadhyph-bn.tex}{}{1}{1}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -sed -i '/gujarati.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "gujarati loadhyph-gu.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{gujarati}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{gujarati}{loadhyph-gu.tex}{}{1}{1}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -sed -i '/hindi.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "hindi loadhyph-hi.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{hindi}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{hindi}{loadhyph-hi.tex}{}{1}{1}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -sed -i '/kannada.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "kannada loadhyph-kn.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{kannada}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{kannada}{loadhyph-kn.tex}{}{1}{1}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -sed -i '/malayalam.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "malayalam loadhyph-ml.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{malayalam}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{malayalam}{loadhyph-ml.tex}{}{1}{1}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -sed -i '/marathi.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "marathi loadhyph-mr.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{marathi}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{marathi}{loadhyph-mr.tex}{}{1}{1}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -sed -i '/oriya.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "oriya loadhyph-or.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{oriya}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{oriya}{loadhyph-or.tex}{}{1}{1}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -sed -i '/odia.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "odia loadhyph-or.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{odia}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{odia}{loadhyph-or.tex}{}{1}{1}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -sed -i '/panjabi.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "panjabi loadhyph-pa.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{panjabi}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{panjabi}{loadhyph-pa.tex}{}{1}{1}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -sed -i '/tamil.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "tamil loadhyph-ta.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{tamil}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{tamil}{loadhyph-ta.tex}{}{1}{1}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -sed -i '/telugu.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "telugu loadhyph-te.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{telugu}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{telugu}{loadhyph-te.tex}{}{1}{1}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -fi -: - -%postun hyphen-indic -if [ $1 == 0 ] ; then -sed -i '/assamese.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{assamese}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -sed -i '/bengali.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{bengali}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -sed -i '/gujarati.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{gujarati}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -sed -i '/hindi.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{hindi}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -sed -i '/kannada.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{kannada}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -sed -i '/malayalam.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{malayalam}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -sed -i '/marathi.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{marathi}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -sed -i '/oriya.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{oriya}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -sed -i '/odia.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{odia}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -sed -i '/panjabi.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{panjabi}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -sed -i '/tamil.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{tamil}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -sed -i '/telugu.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{telugu}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -fi -: - -%package hyphen-sanskrit -Provides: tex-hyphen-sanskrit = %{tl_version} -License: LPPL -Summary: Sanskrit hyphenation patterns -Version: svn54568 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires(post,postun): coreutils -Requires: texlive-hyphen-base -Requires: texlive-hyph-utf8 -Provides: tex(hyph-sa.tex) = %{tl_version} -Provides: tex(loadhyph-sa.tex) = %{tl_version} - -%description hyphen-sanskrit -Hyphenation patterns for Sanskrit and Prakrit in -transliteration, and in Devanagari, Bengali, Kannada, Malayalam -and Telugu scripts for Unicode engines. - -%post hyphen-sanskrit -if [ $1 -gt 0 ] ; then -sed -i '/sanskrit.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "sanskrit loadhyph-sa.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{sanskrit}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{sanskrit}{loadhyph-sa.tex}{}{1}{3}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -fi -: - -%postun hyphen-sanskrit -if [ $1 == 0 ] ; then -sed -i '/sanskrit.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{sanskrit}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -fi -: - -%package sanskrit -Provides: tex-sanskrit = %{tl_version} -License: LPPL -Summary: Sanskrit support -Version: svn42925 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(relsize.sty) -Requires: tex(ifthen.sty) -Provides: tex(skt10.tfm) = %{tl_version} -Provides: tex(skt8.tfm) = %{tl_version} -Provides: tex(skt9.tfm) = %{tl_version} -Provides: tex(sktb10.tfm) = %{tl_version} -Provides: tex(sktbs10.tfm) = %{tl_version} -Provides: tex(sktf10.tfm) = %{tl_version} -Provides: tex(sktfs10.tfm) = %{tl_version} -Provides: tex(skts10.tfm) = %{tl_version} -Provides: tex(ot1skt.fd) = %{tl_version} -Provides: tex(skt.sty) = %{tl_version} - -%description sanskrit -A font and pre-processor suitable for the production of -documents written in Sanskrit. Type 1 versions of the fonts are -available. - -%package sanskrit-doc -Summary: Documentation for sanskrit -Version: svn42925 -Provides: tex-sanskrit-doc -AutoReqProv: No - -%description sanskrit-doc -Documentation for sanskrit - -%package sanskrit-t1 -Provides: tex-sanskrit-t1 = %{tl_version} -License: LPPL -Summary: Type 1 version of 'skt' fonts for Sanskrit -Version: svn35737.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(skt.map) = %{tl_version} -Provides: tex(skt10.pfb) = %{tl_version} -Provides: tex(skt8.pfb) = %{tl_version} -Provides: tex(skt9.pfb) = %{tl_version} -Provides: tex(sktb10.pfb) = %{tl_version} -Provides: tex(sktbs10.pfb) = %{tl_version} -Provides: tex(sktf10.pfb) = %{tl_version} -Provides: tex(sktfs10.pfb) = %{tl_version} -Provides: tex(skts10.pfb) = %{tl_version} - -%description sanskrit-t1 -The sanskrit-t1 font package provides Type 1 version of Charles -Wikner's skt font series for the Sanskrit language. - -%package sanskrit-t1-doc -Summary: Documentation for sanskrit-t1 -Version: svn35737.0 - -Provides: tex-sanskrit-t1-doc -AutoReqProv: No - -%description sanskrit-t1-doc -Documentation for sanskrit-t1 - -%package xetex-devanagari -Provides: tex-xetex-devanagari = %{tl_version} -License: LPPL -Summary: XeTeX input map for Unicode Devanagari -Version: svn34296.0.5 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(devanagarinumerals.map) = %{tl_version} -Provides: tex(harvardkyoto.map) = %{tl_version} -Provides: tex(iast.map) = %{tl_version} -Provides: tex(velthuis-sanskrit.map) = %{tl_version} -Provides: tex(velthuis.map) = %{tl_version} - -%description xetex-devanagari -The package provides a map for use with Jonathan Kew's TECkit, -to translate Devanagari (encoded according to the Harvard/Kyoto -convention) to Unicode (range 0900-097F). - -%package xetex-devanagari-doc -Summary: Documentation for xetex-devanagari -Version: svn34296.0.5 - -Provides: tex-xetex-devanagari-doc -AutoReqProv: No - -%description xetex-devanagari-doc -Documentation for xetex-devanagari - -%package wnri -Provides: tex-wnri = %{tl_version} -License: GPL+ -Summary: Ridgeway's fonts -Version: svn22459.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(wnindic.map) = %{tl_version} -Provides: tex(wnrib10.tfm) = %{tl_version} -Provides: tex(wnrib8.tfm) = %{tl_version} -Provides: tex(wnribi10.tfm) = %{tl_version} -Provides: tex(wnrii10.tfm) = %{tl_version} -Provides: tex(wnrii8.tfm) = %{tl_version} -Provides: tex(wnrir10.tfm) = %{tl_version} -Provides: tex(wnrir8.tfm) = %{tl_version} -Provides: tex(wnris10.tfm) = %{tl_version} -Provides: tex(wnris8.tfm) = %{tl_version} -Provides: tex(wnrit10.tfm) = %{tl_version} -Provides: tex(wnrit8.tfm) = %{tl_version} - -%description wnri -Fonts (as Metafont source) for Old English, Indic languages in -Roman transliteration and Puget Salish (Lushootseed) and other -Native American languages. - -%package wnri-doc -Summary: Documentation for wnri -Version: svn22459.0 - -Provides: tex-wnri-doc -AutoReqProv: No - -%description wnri-doc -Documentation for wnri - -%package wnri-latex -Provides: tex-wnri-latex = %{tl_version} -License: GPLv2+ -Summary: LaTeX support for wnri fonts -Version: svn22338.1.0b - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(ot1wnr.fd) = %{tl_version} -Provides: tex(ot1wnss.fd) = %{tl_version} -Provides: tex(ot1wntt.fd) = %{tl_version} -Provides: tex(wnri.def) = %{tl_version} -Provides: tex(wnri.sty) = %{tl_version} - -%description wnri-latex -LaTeX support for the wnri fonts. - -%package wnri-latex-doc -Summary: Documentation for wnri-latex -Version: svn22338.1.0b - -Provides: tex-wnri-latex-doc -AutoReqProv: No - -%description wnri-latex-doc -Documentation for wnri-latex - -%package collection-langitalian -Summary: Italian -Version: svn54074 -Requires: texlive-base -Requires: texlive-collection-basic -Requires: texlive-amsldoc-it-doc -Requires: texlive-amsmath-it-doc -Requires: texlive-amsthdoc-it-doc -Requires: texlive-babel-italian -Requires: texlive-codicefiscaleitaliano -Requires: texlive-fancyhdr-it-doc -Requires: texlive-fixltxhyph -Requires: texlive-frontespizio -Requires: texlive-hyphen-italian -Requires: texlive-itnumpar -Requires: texlive-l2tabu-italian-doc -Requires: texlive-latex4wp-it-doc -Requires: texlive-layaureo -Requires: texlive-lshort-italian-doc -Requires: texlive-psfrag-italian-doc -Requires: texlive-texlive-it-doc -Requires: texlive-verifica - -%description collection-langitalian -Support for Italian. - -%package fancyhdr-it-doc -Summary: Documentation for fancyhdr-it -Version: svn21912.0 - -Provides: tex-fancyhdr-it-doc -AutoReqProv: No - -%description fancyhdr-it-doc -Documentation for fancyhdr-it - -%package fixltxhyph -Provides: tex-fixltxhyph = %{tl_version} -License: LPPL 1.3 -Summary: Allow hyphenation of partially-emphasised substrings -Version: svn25832.0.4 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(etoolbox.sty) -Provides: tex(fixltxhyph.sty) = %{tl_version} - -%description fixltxhyph -The package fixes the problem of TeX failing to hyphenate -letter strings that seem (to TeX) to be words, but which are -followed by an apostrophe and then an emphasis command. The -cause of the problem is not the apostrophe, but the font change -in the middle of the string. The problem arises in Catalan, -French, Italian and Romansh. - -%package fixltxhyph-doc -Summary: Documentation for fixltxhyph -Version: svn25832.0.4 - -Provides: tex-fixltxhyph-doc -AutoReqProv: No - -%description fixltxhyph-doc -Documentation for fixltxhyph - -%package frontespizio -Provides: tex-frontespizio = %{tl_version} -License: LPPL -Summary: Create a frontispiece for Italian theses -Version: svn24054.1.4a -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(afterpage.sty) -Requires: tex(graphicx.sty) -Requires: tex(atbegshi.sty) -Requires: tex(environ.sty) -Requires: tex(ifpdf.sty) -Requires: tex(ifxetex.sty) -Provides: tex(frontespizio.sty) = %{tl_version} - -%description frontespizio -Typesetting a frontispiece independently of the layout of the -main document is difficult. This package provides a solution by -producing an auxiliary TeX file to be typeset on its own and -the result is automatically included at the next run. The -markup necessary for the frontispiece is written in the main -document in a frontespizio environment. Documentation is mainly -in Italian, as the style is probably apt only to theses in -Italy. - -%package frontespizio-doc -Summary: Documentation for frontespizio -Version: svn24054.1.4a - -Provides: tex-frontespizio-doc -AutoReqProv: No - -%description frontespizio-doc -Documentation for frontespizio - -%package hyphen-italian -Provides: tex-hyphen-italian = %{tl_version} -License: LGPLv2+ -Summary: Italian hyphenation patterns -Version: svn54568 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires(post,postun): coreutils -Requires: texlive-hyphen-base -Requires: texlive-hyph-utf8 - -%description hyphen-italian -Hyphenation patterns for Italian in ASCII encoding. Compliant -with the Recommendation UNI 6461 on hyphenation issued by the -Italian Standards Institution (Ente Nazionale di Unificazione -UNI). - -%post hyphen-italian -if [ $1 -gt 0 ] ; then -sed -i '/italian.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "italian loadhyph-it.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{italian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{italian}{loadhyph-it.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -fi -: - -%postun hyphen-italian -if [ $1 == 0 ] ; then -sed -i '/italian.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{italian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -fi -: - -%package itnumpar -Provides: tex-itnumpar = %{tl_version} -License: LPPL -Summary: Spell numbers in words (Italian) -Version: svn15878.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(itnumpar.sty) = %{tl_version} - -%description itnumpar -Sometimes we need to say "Capitolo primo" or "Capitolo uno" -instead of "Capitolo 1", that is, spelling the number in words -instead of the usual digit form. This package provides support -for spelling out numbers in Italian words, both in cardinal and -in ordinal form. - -%package itnumpar-doc -Summary: Documentation for itnumpar -Version: svn15878.1.0 - -Provides: tex-itnumpar-doc -AutoReqProv: No - -%description itnumpar-doc -Documentation for itnumpar - -%package l2tabu-italian-doc -Summary: Documentation for l2tabu-italian -Version: svn25218.2.3 - -Provides: tex-l2tabu-italian-doc -AutoReqProv: No - -%description l2tabu-italian-doc -Documentation for l2tabu-italian - -%package latex4wp-it-doc -Summary: Documentation for latex4wp-it -Version: svn36000.1.0.10 - -Provides: tex-latex4wp-it-doc -AutoReqProv: No - -%description latex4wp-it-doc -Documentation for latex4wp-it - -%package layaureo -Provides: tex-layaureo = %{tl_version} -License: LPPL -Summary: A package to improve the A4 page layout -Version: svn19087.0.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(geometry.sty) -Requires: tex(calc.sty) -Requires: tex(keyval.sty) -Provides: tex(layaureo.sty) = %{tl_version} - -%description layaureo -This package produces a wide page layout for documents that use -A4 paper size. Moreover, LayAureo provides both a simple hook -for leaving an empty space which is required if pages are -bundled by a press binding (use option binding=length), and an -option called big which it forces typearea to become maximum. - -%package layaureo-doc -Summary: Documentation for layaureo -Version: svn19087.0.2 - -Provides: tex-layaureo-doc -AutoReqProv: No - -%description layaureo-doc -Documentation for layaureo - -%package lshort-italian-doc -Summary: Documentation for lshort-italian -Version: svn15878.0 - -Provides: tex-lshort-italian-doc -AutoReqProv: No - -%description lshort-italian-doc -Documentation for lshort-italian - -%package psfrag-italian-doc -Summary: Documentation for psfrag-italian -Version: svn15878.0 - -Provides: tex-psfrag-italian-doc -AutoReqProv: No - -%description psfrag-italian-doc -Documentation for psfrag-italian - -%package texlive-it-doc -Summary: Documentation for texlive-it -Version: svn54534 -Provides: tex-texlive-it-doc -AutoReqProv: No - -%description texlive-it-doc -Documentation for texlive-it - -%package collection-langjapanese -Summary: Japanese -Version: svn54894 -Requires: texlive-base -Requires: texlive-collection-langcjk -Requires: texlive-ascmac -Requires: texlive-babel-japanese -Requires: texlive-bxbase -Requires: texlive-bxcjkjatype -Requires: texlive-bxghost -Requires: texlive-bxjaholiday -Requires: texlive-bxjalipsum -Requires: texlive-bxjaprnind -Requires: texlive-bxjscls -Requires: texlive-bxorigcapt -Requires: texlive-bxwareki -Requires: texlive-convbkmk -Requires: texlive-endnotesj -Requires: texlive-gentombow -Requires: texlive-haranoaji -Requires: texlive-haranoaji-extra -Requires: texlive-ifptex -Requires: texlive-ifxptex -Requires: texlive-ipaex -Requires: texlive-japanese-otf -Requires: texlive-japanese-otf-uptex -Requires: texlive-jlreq -Requires: texlive-jlreq-deluxe -Requires: texlive-jsclasses -Requires: texlive-lshort-japanese-doc -Requires: texlive-luatexja -Requires: texlive-mendex-doc -Requires: texlive-morisawa -Requires: texlive-pbibtex-base -Requires: texlive-platex -Requires: texlive-platex-tools -Requires: texlive-platexcheat-doc -Requires: texlive-plautopatch -Requires: texlive-ptex -Requires: texlive-ptex-base -Requires: texlive-ptex-fontmaps -Requires: texlive-ptex-fonts -Requires: texlive-ptex-manual -Requires: texlive-ptex2pdf -Requires: texlive-pxbase -Requires: texlive-pxchfon -Requires: texlive-pxcjkcat -Requires: texlive-pxjahyper -Requires: texlive-pxjodel -Requires: texlive-pxrubrica -Requires: texlive-pxufont -Requires: texlive-texlive-ja -Requires: texlive-uplatex -Requires: texlive-uptex -Requires: texlive-uptex-base -Requires: texlive-uptex-fonts -Requires: texlive-wadalab -Requires: texlive-zxjafbfont -Requires: texlive-zxjatype - -%description collection-langjapanese -Support for Japanese; additional packages in collection- -langcjk. - -%package ipaex -Provides: tex-ipaex = %{tl_version} -License: IPA -Summary: IPA (Japanese) fonts -Version: svn52032 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(ipaexg.ttf) = %{tl_version} -Provides: tex(ipaexm.ttf) = %{tl_version} -Provides: tex(ipag.ttf) = %{tl_version} -Provides: tex(ipagp.ttf) = %{tl_version} -Provides: tex(ipam.ttf) = %{tl_version} -Provides: tex(ipamp.ttf) = %{tl_version} - -%description ipaex -The fonts provide fixed-width glyphs for Kana and Kanji -characters, proportional width glyphs for Western characters. - -%package ipaex-doc -Summary: Documentation for ipaex -Version: svn52032 -Provides: tex-ipaex-doc -AutoReqProv: No - -%description ipaex-doc -Documentation for ipaex - -%package japanese-otf -Provides: tex-japanese-otf = %{tl_version} -License: BSD -Summary: Advanced font selection for platex and its friends -Version: svn50769 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(otf.sty) -Provides: tex(otf-cktx.map) = %{tl_version} -Provides: tex(brsgexpgothb-h.tfm) = %{tl_version} -Provides: tex(brsgexpgothb-v.tfm) = %{tl_version} -Provides: tex(brsgexpgothbn-h.tfm) = %{tl_version} -Provides: tex(brsgexpgothbn-v.tfm) = %{tl_version} -Provides: tex(brsgexpgotheb-h.tfm) = %{tl_version} -Provides: tex(brsgexpgotheb-v.tfm) = %{tl_version} -Provides: tex(brsgexpgothebn-h.tfm) = %{tl_version} -Provides: tex(brsgexpgothebn-v.tfm) = %{tl_version} -Provides: tex(brsgexpgothr-h.tfm) = %{tl_version} -Provides: tex(brsgexpgothr-v.tfm) = %{tl_version} -Provides: tex(brsgexpgothrn-h.tfm) = %{tl_version} -Provides: tex(brsgexpgothrn-v.tfm) = %{tl_version} -Provides: tex(brsgexpmgothr-h.tfm) = %{tl_version} -Provides: tex(brsgexpmgothr-v.tfm) = %{tl_version} -Provides: tex(brsgexpmgothrn-h.tfm) = %{tl_version} -Provides: tex(brsgexpmgothrn-v.tfm) = %{tl_version} -Provides: tex(brsgexpminb-h.tfm) = %{tl_version} -Provides: tex(brsgexpminb-v.tfm) = %{tl_version} -Provides: tex(brsgexpminbn-h.tfm) = %{tl_version} -Provides: tex(brsgexpminbn-v.tfm) = %{tl_version} -Provides: tex(brsgexpminl-h.tfm) = %{tl_version} -Provides: tex(brsgexpminl-v.tfm) = %{tl_version} -Provides: tex(brsgexpminln-h.tfm) = %{tl_version} -Provides: tex(brsgexpminln-v.tfm) = %{tl_version} -Provides: tex(brsgexpminr-h.tfm) = %{tl_version} -Provides: tex(brsgexpminr-v.tfm) = %{tl_version} -Provides: tex(brsgexpminrn-h.tfm) = %{tl_version} -Provides: tex(brsgexpminrn-v.tfm) = %{tl_version} -Provides: tex(brsgnmlgothb-h.tfm) = %{tl_version} -Provides: tex(brsgnmlgothb-v.tfm) = %{tl_version} -Provides: tex(brsgnmlgothbn-h.tfm) = %{tl_version} -Provides: tex(brsgnmlgothbn-v.tfm) = %{tl_version} -Provides: tex(brsgnmlgotheb-h.tfm) = %{tl_version} -Provides: tex(brsgnmlgotheb-v.tfm) = %{tl_version} -Provides: tex(brsgnmlgothebn-h.tfm) = %{tl_version} -Provides: tex(brsgnmlgothebn-v.tfm) = %{tl_version} -Provides: tex(brsgnmlgothr-h.tfm) = %{tl_version} -Provides: tex(brsgnmlgothr-v.tfm) = %{tl_version} -Provides: tex(brsgnmlgothrn-h.tfm) = %{tl_version} -Provides: tex(brsgnmlgothrn-v.tfm) = %{tl_version} -Provides: tex(brsgnmlmgothr-h.tfm) = %{tl_version} -Provides: tex(brsgnmlmgothr-v.tfm) = %{tl_version} -Provides: tex(brsgnmlmgothrn-h.tfm) = %{tl_version} -Provides: tex(brsgnmlmgothrn-v.tfm) = %{tl_version} -Provides: tex(brsgnmlminb-h.tfm) = %{tl_version} -Provides: tex(brsgnmlminb-v.tfm) = %{tl_version} -Provides: tex(brsgnmlminbn-h.tfm) = %{tl_version} -Provides: tex(brsgnmlminbn-v.tfm) = %{tl_version} -Provides: tex(brsgnmlminl-h.tfm) = %{tl_version} -Provides: tex(brsgnmlminl-v.tfm) = %{tl_version} -Provides: tex(brsgnmlminln-h.tfm) = %{tl_version} -Provides: tex(brsgnmlminln-v.tfm) = %{tl_version} -Provides: tex(brsgnmlminr-h.tfm) = %{tl_version} -Provides: tex(brsgnmlminr-v.tfm) = %{tl_version} -Provides: tex(brsgnmlminrn-h.tfm) = %{tl_version} -Provides: tex(brsgnmlminrn-v.tfm) = %{tl_version} -Provides: tex(cidcgr0-h.tfm) = %{tl_version} -Provides: tex(cidcgr0-v.tfm) = %{tl_version} -Provides: tex(cidcgr1-h.tfm) = %{tl_version} -Provides: tex(cidcgr1-v.tfm) = %{tl_version} -Provides: tex(cidcgr2-h.tfm) = %{tl_version} -Provides: tex(cidcgr2-v.tfm) = %{tl_version} -Provides: tex(cidcgr3-h.tfm) = %{tl_version} -Provides: tex(cidcgr3-v.tfm) = %{tl_version} -Provides: tex(cidcgr4-h.tfm) = %{tl_version} -Provides: tex(cidcgr4-v.tfm) = %{tl_version} -Provides: tex(cidcgr5-h.tfm) = %{tl_version} -Provides: tex(cidcgr5-v.tfm) = %{tl_version} -Provides: tex(cidcgr6-h.tfm) = %{tl_version} -Provides: tex(cidcgr6-v.tfm) = %{tl_version} -Provides: tex(cidcgr7-h.tfm) = %{tl_version} -Provides: tex(cidcgr7-v.tfm) = %{tl_version} -Provides: tex(cidcmr0-h.tfm) = %{tl_version} -Provides: tex(cidcmr0-v.tfm) = %{tl_version} -Provides: tex(cidcmr1-h.tfm) = %{tl_version} -Provides: tex(cidcmr1-v.tfm) = %{tl_version} -Provides: tex(cidcmr2-h.tfm) = %{tl_version} -Provides: tex(cidcmr2-v.tfm) = %{tl_version} -Provides: tex(cidcmr3-h.tfm) = %{tl_version} -Provides: tex(cidcmr3-v.tfm) = %{tl_version} -Provides: tex(cidcmr4-h.tfm) = %{tl_version} -Provides: tex(cidcmr4-v.tfm) = %{tl_version} -Provides: tex(cidcmr5-h.tfm) = %{tl_version} -Provides: tex(cidcmr5-v.tfm) = %{tl_version} -Provides: tex(cidcmr6-h.tfm) = %{tl_version} -Provides: tex(cidcmr6-v.tfm) = %{tl_version} -Provides: tex(cidcmr7-h.tfm) = %{tl_version} -Provides: tex(cidcmr7-v.tfm) = %{tl_version} -Provides: tex(cidjgb0-h.tfm) = %{tl_version} -Provides: tex(cidjgb0-v.tfm) = %{tl_version} -Provides: tex(cidjgb1-h.tfm) = %{tl_version} -Provides: tex(cidjgb1-v.tfm) = %{tl_version} -Provides: tex(cidjgb2-h.tfm) = %{tl_version} -Provides: tex(cidjgb2-v.tfm) = %{tl_version} -Provides: tex(cidjgb3-h.tfm) = %{tl_version} -Provides: tex(cidjgb3-v.tfm) = %{tl_version} -Provides: tex(cidjgb4-h.tfm) = %{tl_version} -Provides: tex(cidjgb4-v.tfm) = %{tl_version} -Provides: tex(cidjgb5-h.tfm) = %{tl_version} -Provides: tex(cidjgb5-v.tfm) = %{tl_version} -Provides: tex(cidjge0-h.tfm) = %{tl_version} -Provides: tex(cidjge0-v.tfm) = %{tl_version} -Provides: tex(cidjge1-h.tfm) = %{tl_version} -Provides: tex(cidjge1-v.tfm) = %{tl_version} -Provides: tex(cidjge2-h.tfm) = %{tl_version} -Provides: tex(cidjge2-v.tfm) = %{tl_version} -Provides: tex(cidjge3-h.tfm) = %{tl_version} -Provides: tex(cidjge3-v.tfm) = %{tl_version} -Provides: tex(cidjge4-h.tfm) = %{tl_version} -Provides: tex(cidjge4-v.tfm) = %{tl_version} -Provides: tex(cidjge5-h.tfm) = %{tl_version} -Provides: tex(cidjge5-v.tfm) = %{tl_version} -Provides: tex(cidjgr0-h.tfm) = %{tl_version} -Provides: tex(cidjgr0-v.tfm) = %{tl_version} -Provides: tex(cidjgr1-h.tfm) = %{tl_version} -Provides: tex(cidjgr1-v.tfm) = %{tl_version} -Provides: tex(cidjgr2-h.tfm) = %{tl_version} -Provides: tex(cidjgr2-v.tfm) = %{tl_version} -Provides: tex(cidjgr3-h.tfm) = %{tl_version} -Provides: tex(cidjgr3-v.tfm) = %{tl_version} -Provides: tex(cidjgr4-h.tfm) = %{tl_version} -Provides: tex(cidjgr4-v.tfm) = %{tl_version} -Provides: tex(cidjgr5-h.tfm) = %{tl_version} -Provides: tex(cidjgr5-v.tfm) = %{tl_version} -Provides: tex(cidjmb0-h.tfm) = %{tl_version} -Provides: tex(cidjmb0-v.tfm) = %{tl_version} -Provides: tex(cidjmb1-h.tfm) = %{tl_version} -Provides: tex(cidjmb1-v.tfm) = %{tl_version} -Provides: tex(cidjmb2-h.tfm) = %{tl_version} -Provides: tex(cidjmb2-v.tfm) = %{tl_version} -Provides: tex(cidjmb3-h.tfm) = %{tl_version} -Provides: tex(cidjmb3-v.tfm) = %{tl_version} -Provides: tex(cidjmb4-h.tfm) = %{tl_version} -Provides: tex(cidjmb4-v.tfm) = %{tl_version} -Provides: tex(cidjmb5-h.tfm) = %{tl_version} -Provides: tex(cidjmb5-v.tfm) = %{tl_version} -Provides: tex(cidjmgr0-h.tfm) = %{tl_version} -Provides: tex(cidjmgr0-v.tfm) = %{tl_version} -Provides: tex(cidjmgr1-h.tfm) = %{tl_version} -Provides: tex(cidjmgr1-v.tfm) = %{tl_version} -Provides: tex(cidjmgr2-h.tfm) = %{tl_version} -Provides: tex(cidjmgr2-v.tfm) = %{tl_version} -Provides: tex(cidjmgr3-h.tfm) = %{tl_version} -Provides: tex(cidjmgr3-v.tfm) = %{tl_version} -Provides: tex(cidjmgr4-h.tfm) = %{tl_version} -Provides: tex(cidjmgr4-v.tfm) = %{tl_version} -Provides: tex(cidjmgr5-h.tfm) = %{tl_version} -Provides: tex(cidjmgr5-v.tfm) = %{tl_version} -Provides: tex(cidjml0-h.tfm) = %{tl_version} -Provides: tex(cidjml0-v.tfm) = %{tl_version} -Provides: tex(cidjml1-h.tfm) = %{tl_version} -Provides: tex(cidjml1-v.tfm) = %{tl_version} -Provides: tex(cidjml2-h.tfm) = %{tl_version} -Provides: tex(cidjml2-v.tfm) = %{tl_version} -Provides: tex(cidjml3-h.tfm) = %{tl_version} -Provides: tex(cidjml3-v.tfm) = %{tl_version} -Provides: tex(cidjml4-h.tfm) = %{tl_version} -Provides: tex(cidjml4-v.tfm) = %{tl_version} -Provides: tex(cidjml5-h.tfm) = %{tl_version} -Provides: tex(cidjml5-v.tfm) = %{tl_version} -Provides: tex(cidjmr0-h.tfm) = %{tl_version} -Provides: tex(cidjmr0-v.tfm) = %{tl_version} -Provides: tex(cidjmr1-h.tfm) = %{tl_version} -Provides: tex(cidjmr1-v.tfm) = %{tl_version} -Provides: tex(cidjmr2-h.tfm) = %{tl_version} -Provides: tex(cidjmr2-v.tfm) = %{tl_version} -Provides: tex(cidjmr3-h.tfm) = %{tl_version} -Provides: tex(cidjmr3-v.tfm) = %{tl_version} -Provides: tex(cidjmr4-h.tfm) = %{tl_version} -Provides: tex(cidjmr4-v.tfm) = %{tl_version} -Provides: tex(cidjmr5-h.tfm) = %{tl_version} -Provides: tex(cidjmr5-v.tfm) = %{tl_version} -Provides: tex(cidkgr0-h.tfm) = %{tl_version} -Provides: tex(cidkgr0-v.tfm) = %{tl_version} -Provides: tex(cidkgr1-h.tfm) = %{tl_version} -Provides: tex(cidkgr1-v.tfm) = %{tl_version} -Provides: tex(cidkgr2-h.tfm) = %{tl_version} -Provides: tex(cidkgr2-v.tfm) = %{tl_version} -Provides: tex(cidkgr3-h.tfm) = %{tl_version} -Provides: tex(cidkgr3-v.tfm) = %{tl_version} -Provides: tex(cidkgr4-h.tfm) = %{tl_version} -Provides: tex(cidkgr4-v.tfm) = %{tl_version} -Provides: tex(cidkmr0-h.tfm) = %{tl_version} -Provides: tex(cidkmr0-v.tfm) = %{tl_version} -Provides: tex(cidkmr1-h.tfm) = %{tl_version} -Provides: tex(cidkmr1-v.tfm) = %{tl_version} -Provides: tex(cidkmr2-h.tfm) = %{tl_version} -Provides: tex(cidkmr2-v.tfm) = %{tl_version} -Provides: tex(cidkmr3-h.tfm) = %{tl_version} -Provides: tex(cidkmr3-v.tfm) = %{tl_version} -Provides: tex(cidkmr4-h.tfm) = %{tl_version} -Provides: tex(cidkmr4-v.tfm) = %{tl_version} -Provides: tex(cidtgr0-h.tfm) = %{tl_version} -Provides: tex(cidtgr0-v.tfm) = %{tl_version} -Provides: tex(cidtgr1-h.tfm) = %{tl_version} -Provides: tex(cidtgr1-v.tfm) = %{tl_version} -Provides: tex(cidtgr2-h.tfm) = %{tl_version} -Provides: tex(cidtgr2-v.tfm) = %{tl_version} -Provides: tex(cidtgr3-h.tfm) = %{tl_version} -Provides: tex(cidtgr3-v.tfm) = %{tl_version} -Provides: tex(cidtgr4-h.tfm) = %{tl_version} -Provides: tex(cidtgr4-v.tfm) = %{tl_version} -Provides: tex(cidtmr0-h.tfm) = %{tl_version} -Provides: tex(cidtmr0-v.tfm) = %{tl_version} -Provides: tex(cidtmr1-h.tfm) = %{tl_version} -Provides: tex(cidtmr1-v.tfm) = %{tl_version} -Provides: tex(cidtmr2-h.tfm) = %{tl_version} -Provides: tex(cidtmr2-v.tfm) = %{tl_version} -Provides: tex(cidtmr3-h.tfm) = %{tl_version} -Provides: tex(cidtmr3-v.tfm) = %{tl_version} -Provides: tex(cidtmr4-h.tfm) = %{tl_version} -Provides: tex(cidtmr4-v.tfm) = %{tl_version} -Provides: tex(expgothb-h.tfm) = %{tl_version} -Provides: tex(expgothb-v.tfm) = %{tl_version} -Provides: tex(expgothbn-h.tfm) = %{tl_version} -Provides: tex(expgothbn-v.tfm) = %{tl_version} -Provides: tex(expgotheb-h.tfm) = %{tl_version} -Provides: tex(expgotheb-v.tfm) = %{tl_version} -Provides: tex(expgothebn-h.tfm) = %{tl_version} -Provides: tex(expgothebn-v.tfm) = %{tl_version} -Provides: tex(expgothr-h.tfm) = %{tl_version} -Provides: tex(expgothr-v.tfm) = %{tl_version} -Provides: tex(expgothrn-h.tfm) = %{tl_version} -Provides: tex(expgothrn-v.tfm) = %{tl_version} -Provides: tex(expmgothr-h.tfm) = %{tl_version} -Provides: tex(expmgothr-v.tfm) = %{tl_version} -Provides: tex(expmgothrn-h.tfm) = %{tl_version} -Provides: tex(expmgothrn-v.tfm) = %{tl_version} -Provides: tex(expminb-h.tfm) = %{tl_version} -Provides: tex(expminb-v.tfm) = %{tl_version} -Provides: tex(expminbn-h.tfm) = %{tl_version} -Provides: tex(expminbn-v.tfm) = %{tl_version} -Provides: tex(expminl-h.tfm) = %{tl_version} -Provides: tex(expminl-v.tfm) = %{tl_version} -Provides: tex(expminln-h.tfm) = %{tl_version} -Provides: tex(expminln-v.tfm) = %{tl_version} -Provides: tex(expminr-h.tfm) = %{tl_version} -Provides: tex(expminr-v.tfm) = %{tl_version} -Provides: tex(expminrn-h.tfm) = %{tl_version} -Provides: tex(expminrn-v.tfm) = %{tl_version} -Provides: tex(hgothb-h.tfm) = %{tl_version} -Provides: tex(hgothb-v.tfm) = %{tl_version} -Provides: tex(hgothbn-h.tfm) = %{tl_version} -Provides: tex(hgothbn-v.tfm) = %{tl_version} -Provides: tex(hgotheb-h.tfm) = %{tl_version} -Provides: tex(hgotheb-v.tfm) = %{tl_version} -Provides: tex(hgothebn-h.tfm) = %{tl_version} -Provides: tex(hgothebn-v.tfm) = %{tl_version} -Provides: tex(hgothr-h.tfm) = %{tl_version} -Provides: tex(hgothr-v.tfm) = %{tl_version} -Provides: tex(hgothrn-h.tfm) = %{tl_version} -Provides: tex(hgothrn-v.tfm) = %{tl_version} -Provides: tex(hirakaku-w3-h.tfm) = %{tl_version} -Provides: tex(hirakaku-w3-v.tfm) = %{tl_version} -Provides: tex(hirakaku-w6-h.tfm) = %{tl_version} -Provides: tex(hirakaku-w6-v.tfm) = %{tl_version} -Provides: tex(hiramaru-w4-h.tfm) = %{tl_version} -Provides: tex(hiramaru-w4-v.tfm) = %{tl_version} -Provides: tex(hiramin-w3-h.tfm) = %{tl_version} -Provides: tex(hiramin-w3-v.tfm) = %{tl_version} -Provides: tex(hiramin-w6-h.tfm) = %{tl_version} -Provides: tex(hiramin-w6-v.tfm) = %{tl_version} -Provides: tex(hmgothr-h.tfm) = %{tl_version} -Provides: tex(hmgothr-v.tfm) = %{tl_version} -Provides: tex(hmgothrn-h.tfm) = %{tl_version} -Provides: tex(hmgothrn-v.tfm) = %{tl_version} -Provides: tex(hminb-h.tfm) = %{tl_version} -Provides: tex(hminb-v.tfm) = %{tl_version} -Provides: tex(hminbn-h.tfm) = %{tl_version} -Provides: tex(hminbn-v.tfm) = %{tl_version} -Provides: tex(hminl-h.tfm) = %{tl_version} -Provides: tex(hminl-v.tfm) = %{tl_version} -Provides: tex(hminln-h.tfm) = %{tl_version} -Provides: tex(hminln-v.tfm) = %{tl_version} -Provides: tex(hminr-h.tfm) = %{tl_version} -Provides: tex(hminr-v.tfm) = %{tl_version} -Provides: tex(hminrn-h.tfm) = %{tl_version} -Provides: tex(hminrn-v.tfm) = %{tl_version} -Provides: tex(nmlgothb-h.tfm) = %{tl_version} -Provides: tex(nmlgothb-v.tfm) = %{tl_version} -Provides: tex(nmlgothbn-h.tfm) = %{tl_version} -Provides: tex(nmlgothbn-v.tfm) = %{tl_version} -Provides: tex(nmlgotheb-h.tfm) = %{tl_version} -Provides: tex(nmlgotheb-v.tfm) = %{tl_version} -Provides: tex(nmlgothebn-h.tfm) = %{tl_version} -Provides: tex(nmlgothebn-v.tfm) = %{tl_version} -Provides: tex(nmlgothr-h.tfm) = %{tl_version} -Provides: tex(nmlgothr-v.tfm) = %{tl_version} -Provides: tex(nmlgothrn-h.tfm) = %{tl_version} -Provides: tex(nmlgothrn-v.tfm) = %{tl_version} -Provides: tex(nmlmgothr-h.tfm) = %{tl_version} -Provides: tex(nmlmgothr-v.tfm) = %{tl_version} -Provides: tex(nmlmgothrn-h.tfm) = %{tl_version} -Provides: tex(nmlmgothrn-v.tfm) = %{tl_version} -Provides: tex(nmlminb-h.tfm) = %{tl_version} -Provides: tex(nmlminb-v.tfm) = %{tl_version} -Provides: tex(nmlminbn-h.tfm) = %{tl_version} -Provides: tex(nmlminbn-v.tfm) = %{tl_version} -Provides: tex(nmlminl-h.tfm) = %{tl_version} -Provides: tex(nmlminl-v.tfm) = %{tl_version} -Provides: tex(nmlminln-h.tfm) = %{tl_version} -Provides: tex(nmlminln-v.tfm) = %{tl_version} -Provides: tex(nmlminr-h.tfm) = %{tl_version} -Provides: tex(nmlminr-v.tfm) = %{tl_version} -Provides: tex(nmlminrn-h.tfm) = %{tl_version} -Provides: tex(nmlminrn-v.tfm) = %{tl_version} -Provides: tex(otf-ccgr-h.tfm) = %{tl_version} -Provides: tex(otf-ccgr-v.tfm) = %{tl_version} -Provides: tex(otf-ccmr-h.tfm) = %{tl_version} -Provides: tex(otf-ccmr-v.tfm) = %{tl_version} -Provides: tex(otf-cjgb-h.tfm) = %{tl_version} -Provides: tex(otf-cjgb-v.tfm) = %{tl_version} -Provides: tex(otf-cjge-h.tfm) = %{tl_version} -Provides: tex(otf-cjge-v.tfm) = %{tl_version} -Provides: tex(otf-cjgr-h.tfm) = %{tl_version} -Provides: tex(otf-cjgr-v.tfm) = %{tl_version} -Provides: tex(otf-cjmb-h.tfm) = %{tl_version} -Provides: tex(otf-cjmb-v.tfm) = %{tl_version} -Provides: tex(otf-cjmgr-h.tfm) = %{tl_version} -Provides: tex(otf-cjmgr-v.tfm) = %{tl_version} -Provides: tex(otf-cjml-h.tfm) = %{tl_version} -Provides: tex(otf-cjml-v.tfm) = %{tl_version} -Provides: tex(otf-cjmr-h.tfm) = %{tl_version} -Provides: tex(otf-cjmr-v.tfm) = %{tl_version} -Provides: tex(otf-ckgr-h.tfm) = %{tl_version} -Provides: tex(otf-ckgr-v.tfm) = %{tl_version} -Provides: tex(otf-ckmr-h.tfm) = %{tl_version} -Provides: tex(otf-ckmr-v.tfm) = %{tl_version} -Provides: tex(otf-ctgr-h.tfm) = %{tl_version} -Provides: tex(otf-ctgr-v.tfm) = %{tl_version} -Provides: tex(otf-ctmr-h.tfm) = %{tl_version} -Provides: tex(otf-ctmr-v.tfm) = %{tl_version} -Provides: tex(otf-ucgr-h.tfm) = %{tl_version} -Provides: tex(otf-ucgr-v.tfm) = %{tl_version} -Provides: tex(otf-ucmr-h.tfm) = %{tl_version} -Provides: tex(otf-ucmr-v.tfm) = %{tl_version} -Provides: tex(otf-ujgb-h.tfm) = %{tl_version} -Provides: tex(otf-ujgb-v.tfm) = %{tl_version} -Provides: tex(otf-ujgbn-h.tfm) = %{tl_version} -Provides: tex(otf-ujgbn-v.tfm) = %{tl_version} -Provides: tex(otf-ujge-h.tfm) = %{tl_version} -Provides: tex(otf-ujge-v.tfm) = %{tl_version} -Provides: tex(otf-ujgen-h.tfm) = %{tl_version} -Provides: tex(otf-ujgen-v.tfm) = %{tl_version} -Provides: tex(otf-ujgr-h.tfm) = %{tl_version} -Provides: tex(otf-ujgr-v.tfm) = %{tl_version} -Provides: tex(otf-ujgrn-h.tfm) = %{tl_version} -Provides: tex(otf-ujgrn-v.tfm) = %{tl_version} -Provides: tex(otf-ujmb-h.tfm) = %{tl_version} -Provides: tex(otf-ujmb-v.tfm) = %{tl_version} -Provides: tex(otf-ujmbn-h.tfm) = %{tl_version} -Provides: tex(otf-ujmbn-v.tfm) = %{tl_version} -Provides: tex(otf-ujmgr-h.tfm) = %{tl_version} -Provides: tex(otf-ujmgr-v.tfm) = %{tl_version} -Provides: tex(otf-ujmgrn-h.tfm) = %{tl_version} -Provides: tex(otf-ujmgrn-v.tfm) = %{tl_version} -Provides: tex(otf-ujml-h.tfm) = %{tl_version} -Provides: tex(otf-ujml-v.tfm) = %{tl_version} -Provides: tex(otf-ujmln-h.tfm) = %{tl_version} -Provides: tex(otf-ujmln-v.tfm) = %{tl_version} -Provides: tex(otf-ujmr-h.tfm) = %{tl_version} -Provides: tex(otf-ujmr-v.tfm) = %{tl_version} -Provides: tex(otf-ujmrn-h.tfm) = %{tl_version} -Provides: tex(otf-ujmrn-v.tfm) = %{tl_version} -Provides: tex(otf-ukgr-h.tfm) = %{tl_version} -Provides: tex(otf-ukgr-v.tfm) = %{tl_version} -Provides: tex(otf-ukmr-h.tfm) = %{tl_version} -Provides: tex(otf-ukmr-v.tfm) = %{tl_version} -Provides: tex(otf-utgr-h.tfm) = %{tl_version} -Provides: tex(otf-utgr-v.tfm) = %{tl_version} -Provides: tex(otf-utmr-h.tfm) = %{tl_version} -Provides: tex(otf-utmr-v.tfm) = %{tl_version} -Provides: tex(phirakakuw3-h.tfm) = %{tl_version} -Provides: tex(phirakakuw3-v.tfm) = %{tl_version} -Provides: tex(phirakakuw6-h.tfm) = %{tl_version} -Provides: tex(phirakakuw6-v.tfm) = %{tl_version} -Provides: tex(phiramaruw4-h.tfm) = %{tl_version} -Provides: tex(phiramaruw4-v.tfm) = %{tl_version} -Provides: tex(phiraminw3-h.tfm) = %{tl_version} -Provides: tex(phiraminw3-v.tfm) = %{tl_version} -Provides: tex(phiraminw6-h.tfm) = %{tl_version} -Provides: tex(phiraminw6-v.tfm) = %{tl_version} -Provides: tex(rubygothb-h.tfm) = %{tl_version} -Provides: tex(rubygothb-v.tfm) = %{tl_version} -Provides: tex(rubygotheb-h.tfm) = %{tl_version} -Provides: tex(rubygotheb-v.tfm) = %{tl_version} -Provides: tex(rubygothr-h.tfm) = %{tl_version} -Provides: tex(rubygothr-v.tfm) = %{tl_version} -Provides: tex(rubymgothr-h.tfm) = %{tl_version} -Provides: tex(rubymgothr-v.tfm) = %{tl_version} -Provides: tex(rubyminb-h.tfm) = %{tl_version} -Provides: tex(rubyminb-v.tfm) = %{tl_version} -Provides: tex(rubyminl-h.tfm) = %{tl_version} -Provides: tex(rubyminl-v.tfm) = %{tl_version} -Provides: tex(rubyminr-h.tfm) = %{tl_version} -Provides: tex(rubyminr-v.tfm) = %{tl_version} -Provides: tex(utfcgr0-h.tfm) = %{tl_version} -Provides: tex(utfcgr0-v.tfm) = %{tl_version} -Provides: tex(utfcgr1-h.tfm) = %{tl_version} -Provides: tex(utfcgr1-v.tfm) = %{tl_version} -Provides: tex(utfcgr2-h.tfm) = %{tl_version} -Provides: tex(utfcgr2-v.tfm) = %{tl_version} -Provides: tex(utfcgr3-h.tfm) = %{tl_version} -Provides: tex(utfcgr3-v.tfm) = %{tl_version} -Provides: tex(utfcgr4-h.tfm) = %{tl_version} -Provides: tex(utfcgr4-v.tfm) = %{tl_version} -Provides: tex(utfcgr5-h.tfm) = %{tl_version} -Provides: tex(utfcgr5-v.tfm) = %{tl_version} -Provides: tex(utfcgr6-h.tfm) = %{tl_version} -Provides: tex(utfcgr6-v.tfm) = %{tl_version} -Provides: tex(utfcgr7-h.tfm) = %{tl_version} -Provides: tex(utfcgr7-v.tfm) = %{tl_version} -Provides: tex(utfcgr8-h.tfm) = %{tl_version} -Provides: tex(utfcgr8-v.tfm) = %{tl_version} -Provides: tex(utfcgr9-h.tfm) = %{tl_version} -Provides: tex(utfcgr9-v.tfm) = %{tl_version} -Provides: tex(utfcgra-h.tfm) = %{tl_version} -Provides: tex(utfcgra-v.tfm) = %{tl_version} -Provides: tex(utfcgrb-h.tfm) = %{tl_version} -Provides: tex(utfcgrb-v.tfm) = %{tl_version} -Provides: tex(utfcgrc-h.tfm) = %{tl_version} -Provides: tex(utfcgrc-v.tfm) = %{tl_version} -Provides: tex(utfcgrd-h.tfm) = %{tl_version} -Provides: tex(utfcgrd-v.tfm) = %{tl_version} -Provides: tex(utfcgre-h.tfm) = %{tl_version} -Provides: tex(utfcgre-v.tfm) = %{tl_version} -Provides: tex(utfcgrf-h.tfm) = %{tl_version} -Provides: tex(utfcgrf-v.tfm) = %{tl_version} -Provides: tex(utfcmr0-h.tfm) = %{tl_version} -Provides: tex(utfcmr0-v.tfm) = %{tl_version} -Provides: tex(utfcmr1-h.tfm) = %{tl_version} -Provides: tex(utfcmr1-v.tfm) = %{tl_version} -Provides: tex(utfcmr2-h.tfm) = %{tl_version} -Provides: tex(utfcmr2-v.tfm) = %{tl_version} -Provides: tex(utfcmr3-h.tfm) = %{tl_version} -Provides: tex(utfcmr3-v.tfm) = %{tl_version} -Provides: tex(utfcmr4-h.tfm) = %{tl_version} -Provides: tex(utfcmr4-v.tfm) = %{tl_version} -Provides: tex(utfcmr5-h.tfm) = %{tl_version} -Provides: tex(utfcmr5-v.tfm) = %{tl_version} -Provides: tex(utfcmr6-h.tfm) = %{tl_version} -Provides: tex(utfcmr6-v.tfm) = %{tl_version} -Provides: tex(utfcmr7-h.tfm) = %{tl_version} -Provides: tex(utfcmr7-v.tfm) = %{tl_version} -Provides: tex(utfcmr8-h.tfm) = %{tl_version} -Provides: tex(utfcmr8-v.tfm) = %{tl_version} -Provides: tex(utfcmr9-h.tfm) = %{tl_version} -Provides: tex(utfcmr9-v.tfm) = %{tl_version} -Provides: tex(utfcmra-h.tfm) = %{tl_version} -Provides: tex(utfcmra-v.tfm) = %{tl_version} -Provides: tex(utfcmrb-h.tfm) = %{tl_version} -Provides: tex(utfcmrb-v.tfm) = %{tl_version} -Provides: tex(utfcmrc-h.tfm) = %{tl_version} -Provides: tex(utfcmrc-v.tfm) = %{tl_version} -Provides: tex(utfcmrd-h.tfm) = %{tl_version} -Provides: tex(utfcmrd-v.tfm) = %{tl_version} -Provides: tex(utfcmre-h.tfm) = %{tl_version} -Provides: tex(utfcmre-v.tfm) = %{tl_version} -Provides: tex(utfcmrf-h.tfm) = %{tl_version} -Provides: tex(utfcmrf-v.tfm) = %{tl_version} -Provides: tex(utfgr0-h.tfm) = %{tl_version} -Provides: tex(utfgr0-v.tfm) = %{tl_version} -Provides: tex(utfgr1-h.tfm) = %{tl_version} -Provides: tex(utfgr1-v.tfm) = %{tl_version} -Provides: tex(utfgr2-h.tfm) = %{tl_version} -Provides: tex(utfgr2-v.tfm) = %{tl_version} -Provides: tex(utfgr3-h.tfm) = %{tl_version} -Provides: tex(utfgr3-v.tfm) = %{tl_version} -Provides: tex(utfgr4-h.tfm) = %{tl_version} -Provides: tex(utfgr4-v.tfm) = %{tl_version} -Provides: tex(utfgr5-h.tfm) = %{tl_version} -Provides: tex(utfgr5-v.tfm) = %{tl_version} -Provides: tex(utfgr6-h.tfm) = %{tl_version} -Provides: tex(utfgr6-v.tfm) = %{tl_version} -Provides: tex(utfgr7-h.tfm) = %{tl_version} -Provides: tex(utfgr7-v.tfm) = %{tl_version} -Provides: tex(utfgr8-h.tfm) = %{tl_version} -Provides: tex(utfgr8-v.tfm) = %{tl_version} -Provides: tex(utfgr9-h.tfm) = %{tl_version} -Provides: tex(utfgr9-v.tfm) = %{tl_version} -Provides: tex(utfgra-h.tfm) = %{tl_version} -Provides: tex(utfgra-v.tfm) = %{tl_version} -Provides: tex(utfgrb-h.tfm) = %{tl_version} -Provides: tex(utfgrb-v.tfm) = %{tl_version} -Provides: tex(utfgrc-h.tfm) = %{tl_version} -Provides: tex(utfgrc-v.tfm) = %{tl_version} -Provides: tex(utfgrd-h.tfm) = %{tl_version} -Provides: tex(utfgrd-v.tfm) = %{tl_version} -Provides: tex(utfgre-h.tfm) = %{tl_version} -Provides: tex(utfgre-v.tfm) = %{tl_version} -Provides: tex(utfgrf-h.tfm) = %{tl_version} -Provides: tex(utfgrf-v.tfm) = %{tl_version} -Provides: tex(utfjgb0-h.tfm) = %{tl_version} -Provides: tex(utfjgb0-v.tfm) = %{tl_version} -Provides: tex(utfjgb1-h.tfm) = %{tl_version} -Provides: tex(utfjgb1-v.tfm) = %{tl_version} -Provides: tex(utfjgb2-h.tfm) = %{tl_version} -Provides: tex(utfjgb2-v.tfm) = %{tl_version} -Provides: tex(utfjgb3-h.tfm) = %{tl_version} -Provides: tex(utfjgb3-v.tfm) = %{tl_version} -Provides: tex(utfjgb4-h.tfm) = %{tl_version} -Provides: tex(utfjgb4-v.tfm) = %{tl_version} -Provides: tex(utfjgb5-h.tfm) = %{tl_version} -Provides: tex(utfjgb5-v.tfm) = %{tl_version} -Provides: tex(utfjgb6-h.tfm) = %{tl_version} -Provides: tex(utfjgb6-v.tfm) = %{tl_version} -Provides: tex(utfjgb7-h.tfm) = %{tl_version} -Provides: tex(utfjgb7-v.tfm) = %{tl_version} -Provides: tex(utfjgb8-h.tfm) = %{tl_version} -Provides: tex(utfjgb8-v.tfm) = %{tl_version} -Provides: tex(utfjgb9-h.tfm) = %{tl_version} -Provides: tex(utfjgb9-v.tfm) = %{tl_version} -Provides: tex(utfjgba-h.tfm) = %{tl_version} -Provides: tex(utfjgba-v.tfm) = %{tl_version} -Provides: tex(utfjgbb-h.tfm) = %{tl_version} -Provides: tex(utfjgbb-v.tfm) = %{tl_version} -Provides: tex(utfjgbc-h.tfm) = %{tl_version} -Provides: tex(utfjgbc-v.tfm) = %{tl_version} -Provides: tex(utfjgbd-h.tfm) = %{tl_version} -Provides: tex(utfjgbd-v.tfm) = %{tl_version} -Provides: tex(utfjgbe-h.tfm) = %{tl_version} -Provides: tex(utfjgbe-v.tfm) = %{tl_version} -Provides: tex(utfjgbf-h.tfm) = %{tl_version} -Provides: tex(utfjgbf-v.tfm) = %{tl_version} -Provides: tex(utfjgbn0-h.tfm) = %{tl_version} -Provides: tex(utfjgbn0-v.tfm) = %{tl_version} -Provides: tex(utfjgbn1-h.tfm) = %{tl_version} -Provides: tex(utfjgbn1-v.tfm) = %{tl_version} -Provides: tex(utfjgbn2-h.tfm) = %{tl_version} -Provides: tex(utfjgbn2-v.tfm) = %{tl_version} -Provides: tex(utfjgbn3-h.tfm) = %{tl_version} -Provides: tex(utfjgbn3-v.tfm) = %{tl_version} -Provides: tex(utfjgbn4-h.tfm) = %{tl_version} -Provides: tex(utfjgbn4-v.tfm) = %{tl_version} -Provides: tex(utfjgbn5-h.tfm) = %{tl_version} -Provides: tex(utfjgbn5-v.tfm) = %{tl_version} -Provides: tex(utfjgbn6-h.tfm) = %{tl_version} -Provides: tex(utfjgbn6-v.tfm) = %{tl_version} -Provides: tex(utfjgbn7-h.tfm) = %{tl_version} -Provides: tex(utfjgbn7-v.tfm) = %{tl_version} -Provides: tex(utfjgbn8-h.tfm) = %{tl_version} -Provides: tex(utfjgbn8-v.tfm) = %{tl_version} -Provides: tex(utfjgbn9-h.tfm) = %{tl_version} -Provides: tex(utfjgbn9-v.tfm) = %{tl_version} -Provides: tex(utfjgbna-h.tfm) = %{tl_version} -Provides: tex(utfjgbna-v.tfm) = %{tl_version} -Provides: tex(utfjgbnb-h.tfm) = %{tl_version} -Provides: tex(utfjgbnb-v.tfm) = %{tl_version} -Provides: tex(utfjgbnc-h.tfm) = %{tl_version} -Provides: tex(utfjgbnc-v.tfm) = %{tl_version} -Provides: tex(utfjgbnd-h.tfm) = %{tl_version} -Provides: tex(utfjgbnd-v.tfm) = %{tl_version} -Provides: tex(utfjgbne-h.tfm) = %{tl_version} -Provides: tex(utfjgbne-v.tfm) = %{tl_version} -Provides: tex(utfjgbnf-h.tfm) = %{tl_version} -Provides: tex(utfjgbnf-v.tfm) = %{tl_version} -Provides: tex(utfjge0-h.tfm) = %{tl_version} -Provides: tex(utfjge0-v.tfm) = %{tl_version} -Provides: tex(utfjge1-h.tfm) = %{tl_version} -Provides: tex(utfjge1-v.tfm) = %{tl_version} -Provides: tex(utfjge2-h.tfm) = %{tl_version} -Provides: tex(utfjge2-v.tfm) = %{tl_version} -Provides: tex(utfjge3-h.tfm) = %{tl_version} -Provides: tex(utfjge3-v.tfm) = %{tl_version} -Provides: tex(utfjge4-h.tfm) = %{tl_version} -Provides: tex(utfjge4-v.tfm) = %{tl_version} -Provides: tex(utfjge5-h.tfm) = %{tl_version} -Provides: tex(utfjge5-v.tfm) = %{tl_version} -Provides: tex(utfjge6-h.tfm) = %{tl_version} -Provides: tex(utfjge6-v.tfm) = %{tl_version} -Provides: tex(utfjge7-h.tfm) = %{tl_version} -Provides: tex(utfjge7-v.tfm) = %{tl_version} -Provides: tex(utfjge8-h.tfm) = %{tl_version} -Provides: tex(utfjge8-v.tfm) = %{tl_version} -Provides: tex(utfjge9-h.tfm) = %{tl_version} -Provides: tex(utfjge9-v.tfm) = %{tl_version} -Provides: tex(utfjgea-h.tfm) = %{tl_version} -Provides: tex(utfjgea-v.tfm) = %{tl_version} -Provides: tex(utfjgeb-h.tfm) = %{tl_version} -Provides: tex(utfjgeb-v.tfm) = %{tl_version} -Provides: tex(utfjgec-h.tfm) = %{tl_version} -Provides: tex(utfjgec-v.tfm) = %{tl_version} -Provides: tex(utfjged-h.tfm) = %{tl_version} -Provides: tex(utfjged-v.tfm) = %{tl_version} -Provides: tex(utfjgee-h.tfm) = %{tl_version} -Provides: tex(utfjgee-v.tfm) = %{tl_version} -Provides: tex(utfjgef-h.tfm) = %{tl_version} -Provides: tex(utfjgef-v.tfm) = %{tl_version} -Provides: tex(utfjgen0-h.tfm) = %{tl_version} -Provides: tex(utfjgen0-v.tfm) = %{tl_version} -Provides: tex(utfjgen1-h.tfm) = %{tl_version} -Provides: tex(utfjgen1-v.tfm) = %{tl_version} -Provides: tex(utfjgen2-h.tfm) = %{tl_version} -Provides: tex(utfjgen2-v.tfm) = %{tl_version} -Provides: tex(utfjgen3-h.tfm) = %{tl_version} -Provides: tex(utfjgen3-v.tfm) = %{tl_version} -Provides: tex(utfjgen4-h.tfm) = %{tl_version} -Provides: tex(utfjgen4-v.tfm) = %{tl_version} -Provides: tex(utfjgen5-h.tfm) = %{tl_version} -Provides: tex(utfjgen5-v.tfm) = %{tl_version} -Provides: tex(utfjgen6-h.tfm) = %{tl_version} -Provides: tex(utfjgen6-v.tfm) = %{tl_version} -Provides: tex(utfjgen7-h.tfm) = %{tl_version} -Provides: tex(utfjgen7-v.tfm) = %{tl_version} -Provides: tex(utfjgen8-h.tfm) = %{tl_version} -Provides: tex(utfjgen8-v.tfm) = %{tl_version} -Provides: tex(utfjgen9-h.tfm) = %{tl_version} -Provides: tex(utfjgen9-v.tfm) = %{tl_version} -Provides: tex(utfjgena-h.tfm) = %{tl_version} -Provides: tex(utfjgena-v.tfm) = %{tl_version} -Provides: tex(utfjgenb-h.tfm) = %{tl_version} -Provides: tex(utfjgenb-v.tfm) = %{tl_version} -Provides: tex(utfjgenc-h.tfm) = %{tl_version} -Provides: tex(utfjgenc-v.tfm) = %{tl_version} -Provides: tex(utfjgend-h.tfm) = %{tl_version} -Provides: tex(utfjgend-v.tfm) = %{tl_version} -Provides: tex(utfjgene-h.tfm) = %{tl_version} -Provides: tex(utfjgene-v.tfm) = %{tl_version} -Provides: tex(utfjgenf-h.tfm) = %{tl_version} -Provides: tex(utfjgenf-v.tfm) = %{tl_version} -Provides: tex(utfjgr0-h.tfm) = %{tl_version} -Provides: tex(utfjgr0-v.tfm) = %{tl_version} -Provides: tex(utfjgr1-h.tfm) = %{tl_version} -Provides: tex(utfjgr1-v.tfm) = %{tl_version} -Provides: tex(utfjgr2-h.tfm) = %{tl_version} -Provides: tex(utfjgr2-v.tfm) = %{tl_version} -Provides: tex(utfjgr3-h.tfm) = %{tl_version} -Provides: tex(utfjgr3-v.tfm) = %{tl_version} -Provides: tex(utfjgr4-h.tfm) = %{tl_version} -Provides: tex(utfjgr4-v.tfm) = %{tl_version} -Provides: tex(utfjgr5-h.tfm) = %{tl_version} -Provides: tex(utfjgr5-v.tfm) = %{tl_version} -Provides: tex(utfjgr6-h.tfm) = %{tl_version} -Provides: tex(utfjgr6-v.tfm) = %{tl_version} -Provides: tex(utfjgr7-h.tfm) = %{tl_version} -Provides: tex(utfjgr7-v.tfm) = %{tl_version} -Provides: tex(utfjgr8-h.tfm) = %{tl_version} -Provides: tex(utfjgr8-v.tfm) = %{tl_version} -Provides: tex(utfjgr9-h.tfm) = %{tl_version} -Provides: tex(utfjgr9-v.tfm) = %{tl_version} -Provides: tex(utfjgra-h.tfm) = %{tl_version} -Provides: tex(utfjgra-v.tfm) = %{tl_version} -Provides: tex(utfjgrb-h.tfm) = %{tl_version} -Provides: tex(utfjgrb-v.tfm) = %{tl_version} -Provides: tex(utfjgrc-h.tfm) = %{tl_version} -Provides: tex(utfjgrc-v.tfm) = %{tl_version} -Provides: tex(utfjgrd-h.tfm) = %{tl_version} -Provides: tex(utfjgrd-v.tfm) = %{tl_version} -Provides: tex(utfjgre-h.tfm) = %{tl_version} -Provides: tex(utfjgre-v.tfm) = %{tl_version} -Provides: tex(utfjgrf-h.tfm) = %{tl_version} -Provides: tex(utfjgrf-v.tfm) = %{tl_version} -Provides: tex(utfjgrn0-h.tfm) = %{tl_version} -Provides: tex(utfjgrn0-v.tfm) = %{tl_version} -Provides: tex(utfjgrn1-h.tfm) = %{tl_version} -Provides: tex(utfjgrn1-v.tfm) = %{tl_version} -Provides: tex(utfjgrn2-h.tfm) = %{tl_version} -Provides: tex(utfjgrn2-v.tfm) = %{tl_version} -Provides: tex(utfjgrn3-h.tfm) = %{tl_version} -Provides: tex(utfjgrn3-v.tfm) = %{tl_version} -Provides: tex(utfjgrn4-h.tfm) = %{tl_version} -Provides: tex(utfjgrn4-v.tfm) = %{tl_version} -Provides: tex(utfjgrn5-h.tfm) = %{tl_version} -Provides: tex(utfjgrn5-v.tfm) = %{tl_version} -Provides: tex(utfjgrn6-h.tfm) = %{tl_version} -Provides: tex(utfjgrn6-v.tfm) = %{tl_version} -Provides: tex(utfjgrn7-h.tfm) = %{tl_version} -Provides: tex(utfjgrn7-v.tfm) = %{tl_version} -Provides: tex(utfjgrn8-h.tfm) = %{tl_version} -Provides: tex(utfjgrn8-v.tfm) = %{tl_version} -Provides: tex(utfjgrn9-h.tfm) = %{tl_version} -Provides: tex(utfjgrn9-v.tfm) = %{tl_version} -Provides: tex(utfjgrna-h.tfm) = %{tl_version} -Provides: tex(utfjgrna-v.tfm) = %{tl_version} -Provides: tex(utfjgrnb-h.tfm) = %{tl_version} -Provides: tex(utfjgrnb-v.tfm) = %{tl_version} -Provides: tex(utfjgrnc-h.tfm) = %{tl_version} -Provides: tex(utfjgrnc-v.tfm) = %{tl_version} -Provides: tex(utfjgrnd-h.tfm) = %{tl_version} -Provides: tex(utfjgrnd-v.tfm) = %{tl_version} -Provides: tex(utfjgrne-h.tfm) = %{tl_version} -Provides: tex(utfjgrne-v.tfm) = %{tl_version} -Provides: tex(utfjgrnf-h.tfm) = %{tl_version} -Provides: tex(utfjgrnf-v.tfm) = %{tl_version} -Provides: tex(utfjmb0-h.tfm) = %{tl_version} -Provides: tex(utfjmb0-v.tfm) = %{tl_version} -Provides: tex(utfjmb1-h.tfm) = %{tl_version} -Provides: tex(utfjmb1-v.tfm) = %{tl_version} -Provides: tex(utfjmb2-h.tfm) = %{tl_version} -Provides: tex(utfjmb2-v.tfm) = %{tl_version} -Provides: tex(utfjmb3-h.tfm) = %{tl_version} -Provides: tex(utfjmb3-v.tfm) = %{tl_version} -Provides: tex(utfjmb4-h.tfm) = %{tl_version} -Provides: tex(utfjmb4-v.tfm) = %{tl_version} -Provides: tex(utfjmb5-h.tfm) = %{tl_version} -Provides: tex(utfjmb5-v.tfm) = %{tl_version} -Provides: tex(utfjmb6-h.tfm) = %{tl_version} -Provides: tex(utfjmb6-v.tfm) = %{tl_version} -Provides: tex(utfjmb7-h.tfm) = %{tl_version} -Provides: tex(utfjmb7-v.tfm) = %{tl_version} -Provides: tex(utfjmb8-h.tfm) = %{tl_version} -Provides: tex(utfjmb8-v.tfm) = %{tl_version} -Provides: tex(utfjmb9-h.tfm) = %{tl_version} -Provides: tex(utfjmb9-v.tfm) = %{tl_version} -Provides: tex(utfjmba-h.tfm) = %{tl_version} -Provides: tex(utfjmba-v.tfm) = %{tl_version} -Provides: tex(utfjmbb-h.tfm) = %{tl_version} -Provides: tex(utfjmbb-v.tfm) = %{tl_version} -Provides: tex(utfjmbc-h.tfm) = %{tl_version} -Provides: tex(utfjmbc-v.tfm) = %{tl_version} -Provides: tex(utfjmbd-h.tfm) = %{tl_version} -Provides: tex(utfjmbd-v.tfm) = %{tl_version} -Provides: tex(utfjmbe-h.tfm) = %{tl_version} -Provides: tex(utfjmbe-v.tfm) = %{tl_version} -Provides: tex(utfjmbf-h.tfm) = %{tl_version} -Provides: tex(utfjmbf-v.tfm) = %{tl_version} -Provides: tex(utfjmbn0-h.tfm) = %{tl_version} -Provides: tex(utfjmbn0-v.tfm) = %{tl_version} -Provides: tex(utfjmbn1-h.tfm) = %{tl_version} -Provides: tex(utfjmbn1-v.tfm) = %{tl_version} -Provides: tex(utfjmbn2-h.tfm) = %{tl_version} -Provides: tex(utfjmbn2-v.tfm) = %{tl_version} -Provides: tex(utfjmbn3-h.tfm) = %{tl_version} -Provides: tex(utfjmbn3-v.tfm) = %{tl_version} -Provides: tex(utfjmbn4-h.tfm) = %{tl_version} -Provides: tex(utfjmbn4-v.tfm) = %{tl_version} -Provides: tex(utfjmbn5-h.tfm) = %{tl_version} -Provides: tex(utfjmbn5-v.tfm) = %{tl_version} -Provides: tex(utfjmbn6-h.tfm) = %{tl_version} -Provides: tex(utfjmbn6-v.tfm) = %{tl_version} -Provides: tex(utfjmbn7-h.tfm) = %{tl_version} -Provides: tex(utfjmbn7-v.tfm) = %{tl_version} -Provides: tex(utfjmbn8-h.tfm) = %{tl_version} -Provides: tex(utfjmbn8-v.tfm) = %{tl_version} -Provides: tex(utfjmbn9-h.tfm) = %{tl_version} -Provides: tex(utfjmbn9-v.tfm) = %{tl_version} -Provides: tex(utfjmbna-h.tfm) = %{tl_version} -Provides: tex(utfjmbna-v.tfm) = %{tl_version} -Provides: tex(utfjmbnb-h.tfm) = %{tl_version} -Provides: tex(utfjmbnb-v.tfm) = %{tl_version} -Provides: tex(utfjmbnc-h.tfm) = %{tl_version} -Provides: tex(utfjmbnc-v.tfm) = %{tl_version} -Provides: tex(utfjmbnd-h.tfm) = %{tl_version} -Provides: tex(utfjmbnd-v.tfm) = %{tl_version} -Provides: tex(utfjmbne-h.tfm) = %{tl_version} -Provides: tex(utfjmbne-v.tfm) = %{tl_version} -Provides: tex(utfjmbnf-h.tfm) = %{tl_version} -Provides: tex(utfjmbnf-v.tfm) = %{tl_version} -Provides: tex(utfjmgr0-h.tfm) = %{tl_version} -Provides: tex(utfjmgr0-v.tfm) = %{tl_version} -Provides: tex(utfjmgr1-h.tfm) = %{tl_version} -Provides: tex(utfjmgr1-v.tfm) = %{tl_version} -Provides: tex(utfjmgr2-h.tfm) = %{tl_version} -Provides: tex(utfjmgr2-v.tfm) = %{tl_version} -Provides: tex(utfjmgr3-h.tfm) = %{tl_version} -Provides: tex(utfjmgr3-v.tfm) = %{tl_version} -Provides: tex(utfjmgr4-h.tfm) = %{tl_version} -Provides: tex(utfjmgr4-v.tfm) = %{tl_version} -Provides: tex(utfjmgr5-h.tfm) = %{tl_version} -Provides: tex(utfjmgr5-v.tfm) = %{tl_version} -Provides: tex(utfjmgr6-h.tfm) = %{tl_version} -Provides: tex(utfjmgr6-v.tfm) = %{tl_version} -Provides: tex(utfjmgr7-h.tfm) = %{tl_version} -Provides: tex(utfjmgr7-v.tfm) = %{tl_version} -Provides: tex(utfjmgr8-h.tfm) = %{tl_version} -Provides: tex(utfjmgr8-v.tfm) = %{tl_version} -Provides: tex(utfjmgr9-h.tfm) = %{tl_version} -Provides: tex(utfjmgr9-v.tfm) = %{tl_version} -Provides: tex(utfjmgra-h.tfm) = %{tl_version} -Provides: tex(utfjmgra-v.tfm) = %{tl_version} -Provides: tex(utfjmgrb-h.tfm) = %{tl_version} -Provides: tex(utfjmgrb-v.tfm) = %{tl_version} -Provides: tex(utfjmgrc-h.tfm) = %{tl_version} -Provides: tex(utfjmgrc-v.tfm) = %{tl_version} -Provides: tex(utfjmgrd-h.tfm) = %{tl_version} -Provides: tex(utfjmgrd-v.tfm) = %{tl_version} -Provides: tex(utfjmgre-h.tfm) = %{tl_version} -Provides: tex(utfjmgre-v.tfm) = %{tl_version} -Provides: tex(utfjmgrf-h.tfm) = %{tl_version} -Provides: tex(utfjmgrf-v.tfm) = %{tl_version} -Provides: tex(utfjmgrn0-h.tfm) = %{tl_version} -Provides: tex(utfjmgrn0-v.tfm) = %{tl_version} -Provides: tex(utfjmgrn1-h.tfm) = %{tl_version} -Provides: tex(utfjmgrn1-v.tfm) = %{tl_version} -Provides: tex(utfjmgrn2-h.tfm) = %{tl_version} -Provides: tex(utfjmgrn2-v.tfm) = %{tl_version} -Provides: tex(utfjmgrn3-h.tfm) = %{tl_version} -Provides: tex(utfjmgrn3-v.tfm) = %{tl_version} -Provides: tex(utfjmgrn4-h.tfm) = %{tl_version} -Provides: tex(utfjmgrn4-v.tfm) = %{tl_version} -Provides: tex(utfjmgrn5-h.tfm) = %{tl_version} -Provides: tex(utfjmgrn5-v.tfm) = %{tl_version} -Provides: tex(utfjmgrn6-h.tfm) = %{tl_version} -Provides: tex(utfjmgrn6-v.tfm) = %{tl_version} -Provides: tex(utfjmgrn7-h.tfm) = %{tl_version} -Provides: tex(utfjmgrn7-v.tfm) = %{tl_version} -Provides: tex(utfjmgrn8-h.tfm) = %{tl_version} -Provides: tex(utfjmgrn8-v.tfm) = %{tl_version} -Provides: tex(utfjmgrn9-h.tfm) = %{tl_version} -Provides: tex(utfjmgrn9-v.tfm) = %{tl_version} -Provides: tex(utfjmgrna-h.tfm) = %{tl_version} -Provides: tex(utfjmgrna-v.tfm) = %{tl_version} -Provides: tex(utfjmgrnb-h.tfm) = %{tl_version} -Provides: tex(utfjmgrnb-v.tfm) = %{tl_version} -Provides: tex(utfjmgrnc-h.tfm) = %{tl_version} -Provides: tex(utfjmgrnc-v.tfm) = %{tl_version} -Provides: tex(utfjmgrnd-h.tfm) = %{tl_version} -Provides: tex(utfjmgrnd-v.tfm) = %{tl_version} -Provides: tex(utfjmgrne-h.tfm) = %{tl_version} -Provides: tex(utfjmgrne-v.tfm) = %{tl_version} -Provides: tex(utfjmgrnf-h.tfm) = %{tl_version} -Provides: tex(utfjmgrnf-v.tfm) = %{tl_version} -Provides: tex(utfjml0-h.tfm) = %{tl_version} -Provides: tex(utfjml0-v.tfm) = %{tl_version} -Provides: tex(utfjml1-h.tfm) = %{tl_version} -Provides: tex(utfjml1-v.tfm) = %{tl_version} -Provides: tex(utfjml2-h.tfm) = %{tl_version} -Provides: tex(utfjml2-v.tfm) = %{tl_version} -Provides: tex(utfjml3-h.tfm) = %{tl_version} -Provides: tex(utfjml3-v.tfm) = %{tl_version} -Provides: tex(utfjml4-h.tfm) = %{tl_version} -Provides: tex(utfjml4-v.tfm) = %{tl_version} -Provides: tex(utfjml5-h.tfm) = %{tl_version} -Provides: tex(utfjml5-v.tfm) = %{tl_version} -Provides: tex(utfjml6-h.tfm) = %{tl_version} -Provides: tex(utfjml6-v.tfm) = %{tl_version} -Provides: tex(utfjml7-h.tfm) = %{tl_version} -Provides: tex(utfjml7-v.tfm) = %{tl_version} -Provides: tex(utfjml8-h.tfm) = %{tl_version} -Provides: tex(utfjml8-v.tfm) = %{tl_version} -Provides: tex(utfjml9-h.tfm) = %{tl_version} -Provides: tex(utfjml9-v.tfm) = %{tl_version} -Provides: tex(utfjmla-h.tfm) = %{tl_version} -Provides: tex(utfjmla-v.tfm) = %{tl_version} -Provides: tex(utfjmlb-h.tfm) = %{tl_version} -Provides: tex(utfjmlb-v.tfm) = %{tl_version} -Provides: tex(utfjmlc-h.tfm) = %{tl_version} -Provides: tex(utfjmlc-v.tfm) = %{tl_version} -Provides: tex(utfjmld-h.tfm) = %{tl_version} -Provides: tex(utfjmld-v.tfm) = %{tl_version} -Provides: tex(utfjmle-h.tfm) = %{tl_version} -Provides: tex(utfjmle-v.tfm) = %{tl_version} -Provides: tex(utfjmlf-h.tfm) = %{tl_version} -Provides: tex(utfjmlf-v.tfm) = %{tl_version} -Provides: tex(utfjmln0-h.tfm) = %{tl_version} -Provides: tex(utfjmln0-v.tfm) = %{tl_version} -Provides: tex(utfjmln1-h.tfm) = %{tl_version} -Provides: tex(utfjmln1-v.tfm) = %{tl_version} -Provides: tex(utfjmln2-h.tfm) = %{tl_version} -Provides: tex(utfjmln2-v.tfm) = %{tl_version} -Provides: tex(utfjmln3-h.tfm) = %{tl_version} -Provides: tex(utfjmln3-v.tfm) = %{tl_version} -Provides: tex(utfjmln4-h.tfm) = %{tl_version} -Provides: tex(utfjmln4-v.tfm) = %{tl_version} -Provides: tex(utfjmln5-h.tfm) = %{tl_version} -Provides: tex(utfjmln5-v.tfm) = %{tl_version} -Provides: tex(utfjmln6-h.tfm) = %{tl_version} -Provides: tex(utfjmln6-v.tfm) = %{tl_version} -Provides: tex(utfjmln7-h.tfm) = %{tl_version} -Provides: tex(utfjmln7-v.tfm) = %{tl_version} -Provides: tex(utfjmln8-h.tfm) = %{tl_version} -Provides: tex(utfjmln8-v.tfm) = %{tl_version} -Provides: tex(utfjmln9-h.tfm) = %{tl_version} -Provides: tex(utfjmln9-v.tfm) = %{tl_version} -Provides: tex(utfjmlna-h.tfm) = %{tl_version} -Provides: tex(utfjmlna-v.tfm) = %{tl_version} -Provides: tex(utfjmlnb-h.tfm) = %{tl_version} -Provides: tex(utfjmlnb-v.tfm) = %{tl_version} -Provides: tex(utfjmlnc-h.tfm) = %{tl_version} -Provides: tex(utfjmlnc-v.tfm) = %{tl_version} -Provides: tex(utfjmlnd-h.tfm) = %{tl_version} -Provides: tex(utfjmlnd-v.tfm) = %{tl_version} -Provides: tex(utfjmlne-h.tfm) = %{tl_version} -Provides: tex(utfjmlne-v.tfm) = %{tl_version} -Provides: tex(utfjmlnf-h.tfm) = %{tl_version} -Provides: tex(utfjmlnf-v.tfm) = %{tl_version} -Provides: tex(utfjmr0-h.tfm) = %{tl_version} -Provides: tex(utfjmr0-v.tfm) = %{tl_version} -Provides: tex(utfjmr1-h.tfm) = %{tl_version} -Provides: tex(utfjmr1-v.tfm) = %{tl_version} -Provides: tex(utfjmr2-h.tfm) = %{tl_version} -Provides: tex(utfjmr2-v.tfm) = %{tl_version} -Provides: tex(utfjmr3-h.tfm) = %{tl_version} -Provides: tex(utfjmr3-v.tfm) = %{tl_version} -Provides: tex(utfjmr4-h.tfm) = %{tl_version} -Provides: tex(utfjmr4-v.tfm) = %{tl_version} -Provides: tex(utfjmr5-h.tfm) = %{tl_version} -Provides: tex(utfjmr5-v.tfm) = %{tl_version} -Provides: tex(utfjmr6-h.tfm) = %{tl_version} -Provides: tex(utfjmr6-v.tfm) = %{tl_version} -Provides: tex(utfjmr7-h.tfm) = %{tl_version} -Provides: tex(utfjmr7-v.tfm) = %{tl_version} -Provides: tex(utfjmr8-h.tfm) = %{tl_version} -Provides: tex(utfjmr8-v.tfm) = %{tl_version} -Provides: tex(utfjmr9-h.tfm) = %{tl_version} -Provides: tex(utfjmr9-v.tfm) = %{tl_version} -Provides: tex(utfjmra-h.tfm) = %{tl_version} -Provides: tex(utfjmra-v.tfm) = %{tl_version} -Provides: tex(utfjmrb-h.tfm) = %{tl_version} -Provides: tex(utfjmrb-v.tfm) = %{tl_version} -Provides: tex(utfjmrc-h.tfm) = %{tl_version} -Provides: tex(utfjmrc-v.tfm) = %{tl_version} -Provides: tex(utfjmrd-h.tfm) = %{tl_version} -Provides: tex(utfjmrd-v.tfm) = %{tl_version} -Provides: tex(utfjmre-h.tfm) = %{tl_version} -Provides: tex(utfjmre-v.tfm) = %{tl_version} -Provides: tex(utfjmrf-h.tfm) = %{tl_version} -Provides: tex(utfjmrf-v.tfm) = %{tl_version} -Provides: tex(utfjmrn0-h.tfm) = %{tl_version} -Provides: tex(utfjmrn0-v.tfm) = %{tl_version} -Provides: tex(utfjmrn1-h.tfm) = %{tl_version} -Provides: tex(utfjmrn1-v.tfm) = %{tl_version} -Provides: tex(utfjmrn2-h.tfm) = %{tl_version} -Provides: tex(utfjmrn2-v.tfm) = %{tl_version} -Provides: tex(utfjmrn3-h.tfm) = %{tl_version} -Provides: tex(utfjmrn3-v.tfm) = %{tl_version} -Provides: tex(utfjmrn4-h.tfm) = %{tl_version} -Provides: tex(utfjmrn4-v.tfm) = %{tl_version} -Provides: tex(utfjmrn5-h.tfm) = %{tl_version} -Provides: tex(utfjmrn5-v.tfm) = %{tl_version} -Provides: tex(utfjmrn6-h.tfm) = %{tl_version} -Provides: tex(utfjmrn6-v.tfm) = %{tl_version} -Provides: tex(utfjmrn7-h.tfm) = %{tl_version} -Provides: tex(utfjmrn7-v.tfm) = %{tl_version} -Provides: tex(utfjmrn8-h.tfm) = %{tl_version} -Provides: tex(utfjmrn8-v.tfm) = %{tl_version} -Provides: tex(utfjmrn9-h.tfm) = %{tl_version} -Provides: tex(utfjmrn9-v.tfm) = %{tl_version} -Provides: tex(utfjmrna-h.tfm) = %{tl_version} -Provides: tex(utfjmrna-v.tfm) = %{tl_version} -Provides: tex(utfjmrnb-h.tfm) = %{tl_version} -Provides: tex(utfjmrnb-v.tfm) = %{tl_version} -Provides: tex(utfjmrnc-h.tfm) = %{tl_version} -Provides: tex(utfjmrnc-v.tfm) = %{tl_version} -Provides: tex(utfjmrnd-h.tfm) = %{tl_version} -Provides: tex(utfjmrnd-v.tfm) = %{tl_version} -Provides: tex(utfjmrne-h.tfm) = %{tl_version} -Provides: tex(utfjmrne-v.tfm) = %{tl_version} -Provides: tex(utfjmrnf-h.tfm) = %{tl_version} -Provides: tex(utfjmrnf-v.tfm) = %{tl_version} -Provides: tex(utfkgr0-h.tfm) = %{tl_version} -Provides: tex(utfkgr0-v.tfm) = %{tl_version} -Provides: tex(utfkgr1-h.tfm) = %{tl_version} -Provides: tex(utfkgr1-v.tfm) = %{tl_version} -Provides: tex(utfkgr2-h.tfm) = %{tl_version} -Provides: tex(utfkgr2-v.tfm) = %{tl_version} -Provides: tex(utfkgr3-h.tfm) = %{tl_version} -Provides: tex(utfkgr3-v.tfm) = %{tl_version} -Provides: tex(utfkgr4-h.tfm) = %{tl_version} -Provides: tex(utfkgr4-v.tfm) = %{tl_version} -Provides: tex(utfkgr5-h.tfm) = %{tl_version} -Provides: tex(utfkgr5-v.tfm) = %{tl_version} -Provides: tex(utfkgr6-h.tfm) = %{tl_version} -Provides: tex(utfkgr6-v.tfm) = %{tl_version} -Provides: tex(utfkgr7-h.tfm) = %{tl_version} -Provides: tex(utfkgr7-v.tfm) = %{tl_version} -Provides: tex(utfkgr8-h.tfm) = %{tl_version} -Provides: tex(utfkgr8-v.tfm) = %{tl_version} -Provides: tex(utfkgr9-h.tfm) = %{tl_version} -Provides: tex(utfkgr9-v.tfm) = %{tl_version} -Provides: tex(utfkgra-h.tfm) = %{tl_version} -Provides: tex(utfkgra-v.tfm) = %{tl_version} -Provides: tex(utfkgrb-h.tfm) = %{tl_version} -Provides: tex(utfkgrb-v.tfm) = %{tl_version} -Provides: tex(utfkgrc-h.tfm) = %{tl_version} -Provides: tex(utfkgrc-v.tfm) = %{tl_version} -Provides: tex(utfkgrd-h.tfm) = %{tl_version} -Provides: tex(utfkgrd-v.tfm) = %{tl_version} -Provides: tex(utfkgre-h.tfm) = %{tl_version} -Provides: tex(utfkgre-v.tfm) = %{tl_version} -Provides: tex(utfkgrf-h.tfm) = %{tl_version} -Provides: tex(utfkgrf-v.tfm) = %{tl_version} -Provides: tex(utfkmr0-h.tfm) = %{tl_version} -Provides: tex(utfkmr0-v.tfm) = %{tl_version} -Provides: tex(utfkmr1-h.tfm) = %{tl_version} -Provides: tex(utfkmr1-v.tfm) = %{tl_version} -Provides: tex(utfkmr2-h.tfm) = %{tl_version} -Provides: tex(utfkmr2-v.tfm) = %{tl_version} -Provides: tex(utfkmr3-h.tfm) = %{tl_version} -Provides: tex(utfkmr3-v.tfm) = %{tl_version} -Provides: tex(utfkmr4-h.tfm) = %{tl_version} -Provides: tex(utfkmr4-v.tfm) = %{tl_version} -Provides: tex(utfkmr5-h.tfm) = %{tl_version} -Provides: tex(utfkmr5-v.tfm) = %{tl_version} -Provides: tex(utfkmr6-h.tfm) = %{tl_version} -Provides: tex(utfkmr6-v.tfm) = %{tl_version} -Provides: tex(utfkmr7-h.tfm) = %{tl_version} -Provides: tex(utfkmr7-v.tfm) = %{tl_version} -Provides: tex(utfkmr8-h.tfm) = %{tl_version} -Provides: tex(utfkmr8-v.tfm) = %{tl_version} -Provides: tex(utfkmr9-h.tfm) = %{tl_version} -Provides: tex(utfkmr9-v.tfm) = %{tl_version} -Provides: tex(utfkmra-h.tfm) = %{tl_version} -Provides: tex(utfkmra-v.tfm) = %{tl_version} -Provides: tex(utfkmrb-h.tfm) = %{tl_version} -Provides: tex(utfkmrb-v.tfm) = %{tl_version} -Provides: tex(utfkmrc-h.tfm) = %{tl_version} -Provides: tex(utfkmrc-v.tfm) = %{tl_version} -Provides: tex(utfkmrd-h.tfm) = %{tl_version} -Provides: tex(utfkmrd-v.tfm) = %{tl_version} -Provides: tex(utfkmre-h.tfm) = %{tl_version} -Provides: tex(utfkmre-v.tfm) = %{tl_version} -Provides: tex(utfkmrf-h.tfm) = %{tl_version} -Provides: tex(utfkmrf-v.tfm) = %{tl_version} -Provides: tex(utfmr0-h.tfm) = %{tl_version} -Provides: tex(utfmr0-v.tfm) = %{tl_version} -Provides: tex(utfmr1-h.tfm) = %{tl_version} -Provides: tex(utfmr1-v.tfm) = %{tl_version} -Provides: tex(utfmr2-h.tfm) = %{tl_version} -Provides: tex(utfmr2-v.tfm) = %{tl_version} -Provides: tex(utfmr3-h.tfm) = %{tl_version} -Provides: tex(utfmr3-v.tfm) = %{tl_version} -Provides: tex(utfmr4-h.tfm) = %{tl_version} -Provides: tex(utfmr4-v.tfm) = %{tl_version} -Provides: tex(utfmr5-h.tfm) = %{tl_version} -Provides: tex(utfmr5-v.tfm) = %{tl_version} -Provides: tex(utfmr6-h.tfm) = %{tl_version} -Provides: tex(utfmr6-v.tfm) = %{tl_version} -Provides: tex(utfmr7-h.tfm) = %{tl_version} -Provides: tex(utfmr7-v.tfm) = %{tl_version} -Provides: tex(utfmr8-h.tfm) = %{tl_version} -Provides: tex(utfmr8-v.tfm) = %{tl_version} -Provides: tex(utfmr9-h.tfm) = %{tl_version} -Provides: tex(utfmr9-v.tfm) = %{tl_version} -Provides: tex(utfmra-h.tfm) = %{tl_version} -Provides: tex(utfmra-v.tfm) = %{tl_version} -Provides: tex(utfmrb-h.tfm) = %{tl_version} -Provides: tex(utfmrb-v.tfm) = %{tl_version} -Provides: tex(utfmrc-h.tfm) = %{tl_version} -Provides: tex(utfmrc-v.tfm) = %{tl_version} -Provides: tex(utfmrd-h.tfm) = %{tl_version} -Provides: tex(utfmrd-v.tfm) = %{tl_version} -Provides: tex(utfmre-h.tfm) = %{tl_version} -Provides: tex(utfmre-v.tfm) = %{tl_version} -Provides: tex(utfmrf-h.tfm) = %{tl_version} -Provides: tex(utfmrf-v.tfm) = %{tl_version} -Provides: tex(utftgr0-h.tfm) = %{tl_version} -Provides: tex(utftgr0-v.tfm) = %{tl_version} -Provides: tex(utftgr1-h.tfm) = %{tl_version} -Provides: tex(utftgr1-v.tfm) = %{tl_version} -Provides: tex(utftgr2-h.tfm) = %{tl_version} -Provides: tex(utftgr2-v.tfm) = %{tl_version} -Provides: tex(utftgr3-h.tfm) = %{tl_version} -Provides: tex(utftgr3-v.tfm) = %{tl_version} -Provides: tex(utftgr4-h.tfm) = %{tl_version} -Provides: tex(utftgr4-v.tfm) = %{tl_version} -Provides: tex(utftgr5-h.tfm) = %{tl_version} -Provides: tex(utftgr5-v.tfm) = %{tl_version} -Provides: tex(utftgr6-h.tfm) = %{tl_version} -Provides: tex(utftgr6-v.tfm) = %{tl_version} -Provides: tex(utftgr7-h.tfm) = %{tl_version} -Provides: tex(utftgr7-v.tfm) = %{tl_version} -Provides: tex(utftgr8-h.tfm) = %{tl_version} -Provides: tex(utftgr8-v.tfm) = %{tl_version} -Provides: tex(utftgr9-h.tfm) = %{tl_version} -Provides: tex(utftgr9-v.tfm) = %{tl_version} -Provides: tex(utftgra-h.tfm) = %{tl_version} -Provides: tex(utftgra-v.tfm) = %{tl_version} -Provides: tex(utftgrb-h.tfm) = %{tl_version} -Provides: tex(utftgrb-v.tfm) = %{tl_version} -Provides: tex(utftgrc-h.tfm) = %{tl_version} -Provides: tex(utftgrc-v.tfm) = %{tl_version} -Provides: tex(utftgrd-h.tfm) = %{tl_version} -Provides: tex(utftgrd-v.tfm) = %{tl_version} -Provides: tex(utftgre-h.tfm) = %{tl_version} -Provides: tex(utftgre-v.tfm) = %{tl_version} -Provides: tex(utftgrf-h.tfm) = %{tl_version} -Provides: tex(utftgrf-v.tfm) = %{tl_version} -Provides: tex(utftmr0-h.tfm) = %{tl_version} -Provides: tex(utftmr0-v.tfm) = %{tl_version} -Provides: tex(utftmr1-h.tfm) = %{tl_version} -Provides: tex(utftmr1-v.tfm) = %{tl_version} -Provides: tex(utftmr2-h.tfm) = %{tl_version} -Provides: tex(utftmr2-v.tfm) = %{tl_version} -Provides: tex(utftmr3-h.tfm) = %{tl_version} -Provides: tex(utftmr3-v.tfm) = %{tl_version} -Provides: tex(utftmr4-h.tfm) = %{tl_version} -Provides: tex(utftmr4-v.tfm) = %{tl_version} -Provides: tex(utftmr5-h.tfm) = %{tl_version} -Provides: tex(utftmr5-v.tfm) = %{tl_version} -Provides: tex(utftmr6-h.tfm) = %{tl_version} -Provides: tex(utftmr6-v.tfm) = %{tl_version} -Provides: tex(utftmr7-h.tfm) = %{tl_version} -Provides: tex(utftmr7-v.tfm) = %{tl_version} -Provides: tex(utftmr8-h.tfm) = %{tl_version} -Provides: tex(utftmr8-v.tfm) = %{tl_version} -Provides: tex(utftmr9-h.tfm) = %{tl_version} -Provides: tex(utftmr9-v.tfm) = %{tl_version} -Provides: tex(utftmra-h.tfm) = %{tl_version} -Provides: tex(utftmra-v.tfm) = %{tl_version} -Provides: tex(utftmrb-h.tfm) = %{tl_version} -Provides: tex(utftmrb-v.tfm) = %{tl_version} -Provides: tex(utftmrc-h.tfm) = %{tl_version} -Provides: tex(utftmrc-v.tfm) = %{tl_version} -Provides: tex(utftmrd-h.tfm) = %{tl_version} -Provides: tex(utftmrd-v.tfm) = %{tl_version} -Provides: tex(utftmre-h.tfm) = %{tl_version} -Provides: tex(utftmre-v.tfm) = %{tl_version} -Provides: tex(utftmrf-h.tfm) = %{tl_version} -Provides: tex(utftmrf-v.tfm) = %{tl_version} -Provides: tex(brsgexpgothb-h.vf) = %{tl_version} -Provides: tex(brsgexpgothb-v.vf) = %{tl_version} -Provides: tex(brsgexpgothbn-h.vf) = %{tl_version} -Provides: tex(brsgexpgothbn-v.vf) = %{tl_version} -Provides: tex(brsgexpgotheb-h.vf) = %{tl_version} -Provides: tex(brsgexpgotheb-v.vf) = %{tl_version} -Provides: tex(brsgexpgothebn-h.vf) = %{tl_version} -Provides: tex(brsgexpgothebn-v.vf) = %{tl_version} -Provides: tex(brsgexpgothr-h.vf) = %{tl_version} -Provides: tex(brsgexpgothr-v.vf) = %{tl_version} -Provides: tex(brsgexpgothrn-h.vf) = %{tl_version} -Provides: tex(brsgexpgothrn-v.vf) = %{tl_version} -Provides: tex(brsgexpmgothr-h.vf) = %{tl_version} -Provides: tex(brsgexpmgothr-v.vf) = %{tl_version} -Provides: tex(brsgexpmgothrn-h.vf) = %{tl_version} -Provides: tex(brsgexpmgothrn-v.vf) = %{tl_version} -Provides: tex(brsgexpminb-h.vf) = %{tl_version} -Provides: tex(brsgexpminb-v.vf) = %{tl_version} -Provides: tex(brsgexpminbn-h.vf) = %{tl_version} -Provides: tex(brsgexpminbn-v.vf) = %{tl_version} -Provides: tex(brsgexpminl-h.vf) = %{tl_version} -Provides: tex(brsgexpminl-v.vf) = %{tl_version} -Provides: tex(brsgexpminln-h.vf) = %{tl_version} -Provides: tex(brsgexpminln-v.vf) = %{tl_version} -Provides: tex(brsgexpminr-h.vf) = %{tl_version} -Provides: tex(brsgexpminr-v.vf) = %{tl_version} -Provides: tex(brsgexpminrn-h.vf) = %{tl_version} -Provides: tex(brsgexpminrn-v.vf) = %{tl_version} -Provides: tex(brsgnmlgothb-h.vf) = %{tl_version} -Provides: tex(brsgnmlgothb-v.vf) = %{tl_version} -Provides: tex(brsgnmlgothbn-h.vf) = %{tl_version} -Provides: tex(brsgnmlgothbn-v.vf) = %{tl_version} -Provides: tex(brsgnmlgotheb-h.vf) = %{tl_version} -Provides: tex(brsgnmlgotheb-v.vf) = %{tl_version} -Provides: tex(brsgnmlgothebn-h.vf) = %{tl_version} -Provides: tex(brsgnmlgothebn-v.vf) = %{tl_version} -Provides: tex(brsgnmlgothr-h.vf) = %{tl_version} -Provides: tex(brsgnmlgothr-v.vf) = %{tl_version} -Provides: tex(brsgnmlgothrn-h.vf) = %{tl_version} -Provides: tex(brsgnmlgothrn-v.vf) = %{tl_version} -Provides: tex(brsgnmlmgothr-h.vf) = %{tl_version} -Provides: tex(brsgnmlmgothr-v.vf) = %{tl_version} -Provides: tex(brsgnmlmgothrn-h.vf) = %{tl_version} -Provides: tex(brsgnmlmgothrn-v.vf) = %{tl_version} -Provides: tex(brsgnmlminb-h.vf) = %{tl_version} -Provides: tex(brsgnmlminb-v.vf) = %{tl_version} -Provides: tex(brsgnmlminbn-h.vf) = %{tl_version} -Provides: tex(brsgnmlminbn-v.vf) = %{tl_version} -Provides: tex(brsgnmlminl-h.vf) = %{tl_version} -Provides: tex(brsgnmlminl-v.vf) = %{tl_version} -Provides: tex(brsgnmlminln-h.vf) = %{tl_version} -Provides: tex(brsgnmlminln-v.vf) = %{tl_version} -Provides: tex(brsgnmlminr-h.vf) = %{tl_version} -Provides: tex(brsgnmlminr-v.vf) = %{tl_version} -Provides: tex(brsgnmlminrn-h.vf) = %{tl_version} -Provides: tex(brsgnmlminrn-v.vf) = %{tl_version} -Provides: tex(cidcgr0-h.vf) = %{tl_version} -Provides: tex(cidcgr0-v.vf) = %{tl_version} -Provides: tex(cidcgr1-h.vf) = %{tl_version} -Provides: tex(cidcgr1-v.vf) = %{tl_version} -Provides: tex(cidcgr2-h.vf) = %{tl_version} -Provides: tex(cidcgr2-v.vf) = %{tl_version} -Provides: tex(cidcgr3-h.vf) = %{tl_version} -Provides: tex(cidcgr3-v.vf) = %{tl_version} -Provides: tex(cidcgr4-h.vf) = %{tl_version} -Provides: tex(cidcgr4-v.vf) = %{tl_version} -Provides: tex(cidcgr5-h.vf) = %{tl_version} -Provides: tex(cidcgr5-v.vf) = %{tl_version} -Provides: tex(cidcgr6-h.vf) = %{tl_version} -Provides: tex(cidcgr6-v.vf) = %{tl_version} -Provides: tex(cidcgr7-h.vf) = %{tl_version} -Provides: tex(cidcgr7-v.vf) = %{tl_version} -Provides: tex(cidcmr0-h.vf) = %{tl_version} -Provides: tex(cidcmr0-v.vf) = %{tl_version} -Provides: tex(cidcmr1-h.vf) = %{tl_version} -Provides: tex(cidcmr1-v.vf) = %{tl_version} -Provides: tex(cidcmr2-h.vf) = %{tl_version} -Provides: tex(cidcmr2-v.vf) = %{tl_version} -Provides: tex(cidcmr3-h.vf) = %{tl_version} -Provides: tex(cidcmr3-v.vf) = %{tl_version} -Provides: tex(cidcmr4-h.vf) = %{tl_version} -Provides: tex(cidcmr4-v.vf) = %{tl_version} -Provides: tex(cidcmr5-h.vf) = %{tl_version} -Provides: tex(cidcmr5-v.vf) = %{tl_version} -Provides: tex(cidcmr6-h.vf) = %{tl_version} -Provides: tex(cidcmr6-v.vf) = %{tl_version} -Provides: tex(cidcmr7-h.vf) = %{tl_version} -Provides: tex(cidcmr7-v.vf) = %{tl_version} -Provides: tex(cidjgb0-h.vf) = %{tl_version} -Provides: tex(cidjgb0-v.vf) = %{tl_version} -Provides: tex(cidjgb1-h.vf) = %{tl_version} -Provides: tex(cidjgb1-v.vf) = %{tl_version} -Provides: tex(cidjgb2-h.vf) = %{tl_version} -Provides: tex(cidjgb2-v.vf) = %{tl_version} -Provides: tex(cidjgb3-h.vf) = %{tl_version} -Provides: tex(cidjgb3-v.vf) = %{tl_version} -Provides: tex(cidjgb4-h.vf) = %{tl_version} -Provides: tex(cidjgb4-v.vf) = %{tl_version} -Provides: tex(cidjgb5-h.vf) = %{tl_version} -Provides: tex(cidjgb5-v.vf) = %{tl_version} -Provides: tex(cidjge0-h.vf) = %{tl_version} -Provides: tex(cidjge0-v.vf) = %{tl_version} -Provides: tex(cidjge1-h.vf) = %{tl_version} -Provides: tex(cidjge1-v.vf) = %{tl_version} -Provides: tex(cidjge2-h.vf) = %{tl_version} -Provides: tex(cidjge2-v.vf) = %{tl_version} -Provides: tex(cidjge3-h.vf) = %{tl_version} -Provides: tex(cidjge3-v.vf) = %{tl_version} -Provides: tex(cidjge4-h.vf) = %{tl_version} -Provides: tex(cidjge4-v.vf) = %{tl_version} -Provides: tex(cidjge5-h.vf) = %{tl_version} -Provides: tex(cidjge5-v.vf) = %{tl_version} -Provides: tex(cidjgr0-h.vf) = %{tl_version} -Provides: tex(cidjgr0-v.vf) = %{tl_version} -Provides: tex(cidjgr1-h.vf) = %{tl_version} -Provides: tex(cidjgr1-v.vf) = %{tl_version} -Provides: tex(cidjgr2-h.vf) = %{tl_version} -Provides: tex(cidjgr2-v.vf) = %{tl_version} -Provides: tex(cidjgr3-h.vf) = %{tl_version} -Provides: tex(cidjgr3-v.vf) = %{tl_version} -Provides: tex(cidjgr4-h.vf) = %{tl_version} -Provides: tex(cidjgr4-v.vf) = %{tl_version} -Provides: tex(cidjgr5-h.vf) = %{tl_version} -Provides: tex(cidjgr5-v.vf) = %{tl_version} -Provides: tex(cidjmb0-h.vf) = %{tl_version} -Provides: tex(cidjmb0-v.vf) = %{tl_version} -Provides: tex(cidjmb1-h.vf) = %{tl_version} -Provides: tex(cidjmb1-v.vf) = %{tl_version} -Provides: tex(cidjmb2-h.vf) = %{tl_version} -Provides: tex(cidjmb2-v.vf) = %{tl_version} -Provides: tex(cidjmb3-h.vf) = %{tl_version} -Provides: tex(cidjmb3-v.vf) = %{tl_version} -Provides: tex(cidjmb4-h.vf) = %{tl_version} -Provides: tex(cidjmb4-v.vf) = %{tl_version} -Provides: tex(cidjmb5-h.vf) = %{tl_version} -Provides: tex(cidjmb5-v.vf) = %{tl_version} -Provides: tex(cidjmgr0-h.vf) = %{tl_version} -Provides: tex(cidjmgr0-v.vf) = %{tl_version} -Provides: tex(cidjmgr1-h.vf) = %{tl_version} -Provides: tex(cidjmgr1-v.vf) = %{tl_version} -Provides: tex(cidjmgr2-h.vf) = %{tl_version} -Provides: tex(cidjmgr2-v.vf) = %{tl_version} -Provides: tex(cidjmgr3-h.vf) = %{tl_version} -Provides: tex(cidjmgr3-v.vf) = %{tl_version} -Provides: tex(cidjmgr4-h.vf) = %{tl_version} -Provides: tex(cidjmgr4-v.vf) = %{tl_version} -Provides: tex(cidjmgr5-h.vf) = %{tl_version} -Provides: tex(cidjmgr5-v.vf) = %{tl_version} -Provides: tex(cidjml0-h.vf) = %{tl_version} -Provides: tex(cidjml0-v.vf) = %{tl_version} -Provides: tex(cidjml1-h.vf) = %{tl_version} -Provides: tex(cidjml1-v.vf) = %{tl_version} -Provides: tex(cidjml2-h.vf) = %{tl_version} -Provides: tex(cidjml2-v.vf) = %{tl_version} -Provides: tex(cidjml3-h.vf) = %{tl_version} -Provides: tex(cidjml3-v.vf) = %{tl_version} -Provides: tex(cidjml4-h.vf) = %{tl_version} -Provides: tex(cidjml4-v.vf) = %{tl_version} -Provides: tex(cidjml5-h.vf) = %{tl_version} -Provides: tex(cidjml5-v.vf) = %{tl_version} -Provides: tex(cidjmr0-h.vf) = %{tl_version} -Provides: tex(cidjmr0-v.vf) = %{tl_version} -Provides: tex(cidjmr1-h.vf) = %{tl_version} -Provides: tex(cidjmr1-v.vf) = %{tl_version} -Provides: tex(cidjmr2-h.vf) = %{tl_version} -Provides: tex(cidjmr2-v.vf) = %{tl_version} -Provides: tex(cidjmr3-h.vf) = %{tl_version} -Provides: tex(cidjmr3-v.vf) = %{tl_version} -Provides: tex(cidjmr4-h.vf) = %{tl_version} -Provides: tex(cidjmr4-v.vf) = %{tl_version} -Provides: tex(cidjmr5-h.vf) = %{tl_version} -Provides: tex(cidjmr5-v.vf) = %{tl_version} -Provides: tex(cidkgr0-h.vf) = %{tl_version} -Provides: tex(cidkgr0-v.vf) = %{tl_version} -Provides: tex(cidkgr1-h.vf) = %{tl_version} -Provides: tex(cidkgr1-v.vf) = %{tl_version} -Provides: tex(cidkgr2-h.vf) = %{tl_version} -Provides: tex(cidkgr2-v.vf) = %{tl_version} -Provides: tex(cidkgr3-h.vf) = %{tl_version} -Provides: tex(cidkgr3-v.vf) = %{tl_version} -Provides: tex(cidkgr4-h.vf) = %{tl_version} -Provides: tex(cidkgr4-v.vf) = %{tl_version} -Provides: tex(cidkmr0-h.vf) = %{tl_version} -Provides: tex(cidkmr0-v.vf) = %{tl_version} -Provides: tex(cidkmr1-h.vf) = %{tl_version} -Provides: tex(cidkmr1-v.vf) = %{tl_version} -Provides: tex(cidkmr2-h.vf) = %{tl_version} -Provides: tex(cidkmr2-v.vf) = %{tl_version} -Provides: tex(cidkmr3-h.vf) = %{tl_version} -Provides: tex(cidkmr3-v.vf) = %{tl_version} -Provides: tex(cidkmr4-h.vf) = %{tl_version} -Provides: tex(cidkmr4-v.vf) = %{tl_version} -Provides: tex(cidtgr0-h.vf) = %{tl_version} -Provides: tex(cidtgr0-v.vf) = %{tl_version} -Provides: tex(cidtgr1-h.vf) = %{tl_version} -Provides: tex(cidtgr1-v.vf) = %{tl_version} -Provides: tex(cidtgr2-h.vf) = %{tl_version} -Provides: tex(cidtgr2-v.vf) = %{tl_version} -Provides: tex(cidtgr3-h.vf) = %{tl_version} -Provides: tex(cidtgr3-v.vf) = %{tl_version} -Provides: tex(cidtgr4-h.vf) = %{tl_version} -Provides: tex(cidtgr4-v.vf) = %{tl_version} -Provides: tex(cidtmr0-h.vf) = %{tl_version} -Provides: tex(cidtmr0-v.vf) = %{tl_version} -Provides: tex(cidtmr1-h.vf) = %{tl_version} -Provides: tex(cidtmr1-v.vf) = %{tl_version} -Provides: tex(cidtmr2-h.vf) = %{tl_version} -Provides: tex(cidtmr2-v.vf) = %{tl_version} -Provides: tex(cidtmr3-h.vf) = %{tl_version} -Provides: tex(cidtmr3-v.vf) = %{tl_version} -Provides: tex(cidtmr4-h.vf) = %{tl_version} -Provides: tex(cidtmr4-v.vf) = %{tl_version} -Provides: tex(expgothb-h.vf) = %{tl_version} -Provides: tex(expgothb-v.vf) = %{tl_version} -Provides: tex(expgothbn-h.vf) = %{tl_version} -Provides: tex(expgothbn-v.vf) = %{tl_version} -Provides: tex(expgotheb-h.vf) = %{tl_version} -Provides: tex(expgotheb-v.vf) = %{tl_version} -Provides: tex(expgothebn-h.vf) = %{tl_version} -Provides: tex(expgothebn-v.vf) = %{tl_version} -Provides: tex(expgothr-h.vf) = %{tl_version} -Provides: tex(expgothr-v.vf) = %{tl_version} -Provides: tex(expgothrn-h.vf) = %{tl_version} -Provides: tex(expgothrn-v.vf) = %{tl_version} -Provides: tex(expmgothr-h.vf) = %{tl_version} -Provides: tex(expmgothr-v.vf) = %{tl_version} -Provides: tex(expmgothrn-h.vf) = %{tl_version} -Provides: tex(expmgothrn-v.vf) = %{tl_version} -Provides: tex(expminb-h.vf) = %{tl_version} -Provides: tex(expminb-v.vf) = %{tl_version} -Provides: tex(expminbn-h.vf) = %{tl_version} -Provides: tex(expminbn-v.vf) = %{tl_version} -Provides: tex(expminl-h.vf) = %{tl_version} -Provides: tex(expminl-v.vf) = %{tl_version} -Provides: tex(expminln-h.vf) = %{tl_version} -Provides: tex(expminln-v.vf) = %{tl_version} -Provides: tex(expminr-h.vf) = %{tl_version} -Provides: tex(expminr-v.vf) = %{tl_version} -Provides: tex(expminrn-h.vf) = %{tl_version} -Provides: tex(expminrn-v.vf) = %{tl_version} -Provides: tex(nmlgothb-h.vf) = %{tl_version} -Provides: tex(nmlgothb-v.vf) = %{tl_version} -Provides: tex(nmlgothbn-h.vf) = %{tl_version} -Provides: tex(nmlgothbn-v.vf) = %{tl_version} -Provides: tex(nmlgotheb-h.vf) = %{tl_version} -Provides: tex(nmlgotheb-v.vf) = %{tl_version} -Provides: tex(nmlgothebn-h.vf) = %{tl_version} -Provides: tex(nmlgothebn-v.vf) = %{tl_version} -Provides: tex(nmlgothr-h.vf) = %{tl_version} -Provides: tex(nmlgothr-v.vf) = %{tl_version} -Provides: tex(nmlgothrn-h.vf) = %{tl_version} -Provides: tex(nmlgothrn-v.vf) = %{tl_version} -Provides: tex(nmlmgothr-h.vf) = %{tl_version} -Provides: tex(nmlmgothr-v.vf) = %{tl_version} -Provides: tex(nmlmgothrn-h.vf) = %{tl_version} -Provides: tex(nmlmgothrn-v.vf) = %{tl_version} -Provides: tex(nmlminb-h.vf) = %{tl_version} -Provides: tex(nmlminb-v.vf) = %{tl_version} -Provides: tex(nmlminbn-h.vf) = %{tl_version} -Provides: tex(nmlminbn-v.vf) = %{tl_version} -Provides: tex(nmlminl-h.vf) = %{tl_version} -Provides: tex(nmlminl-v.vf) = %{tl_version} -Provides: tex(nmlminln-h.vf) = %{tl_version} -Provides: tex(nmlminln-v.vf) = %{tl_version} -Provides: tex(nmlminr-h.vf) = %{tl_version} -Provides: tex(nmlminr-v.vf) = %{tl_version} -Provides: tex(nmlminrn-h.vf) = %{tl_version} -Provides: tex(nmlminrn-v.vf) = %{tl_version} -Provides: tex(phirakakuw3-h.vf) = %{tl_version} -Provides: tex(phirakakuw3-v.vf) = %{tl_version} -Provides: tex(phirakakuw6-h.vf) = %{tl_version} -Provides: tex(phirakakuw6-v.vf) = %{tl_version} -Provides: tex(phiramaruw4-h.vf) = %{tl_version} -Provides: tex(phiramaruw4-v.vf) = %{tl_version} -Provides: tex(phiraminw3-h.vf) = %{tl_version} -Provides: tex(phiraminw3-v.vf) = %{tl_version} -Provides: tex(phiraminw6-h.vf) = %{tl_version} -Provides: tex(phiraminw6-v.vf) = %{tl_version} -Provides: tex(rubygothb-h.vf) = %{tl_version} -Provides: tex(rubygothb-v.vf) = %{tl_version} -Provides: tex(rubygotheb-h.vf) = %{tl_version} -Provides: tex(rubygotheb-v.vf) = %{tl_version} -Provides: tex(rubygothr-h.vf) = %{tl_version} -Provides: tex(rubygothr-v.vf) = %{tl_version} -Provides: tex(rubymgothr-h.vf) = %{tl_version} -Provides: tex(rubymgothr-v.vf) = %{tl_version} -Provides: tex(rubyminb-h.vf) = %{tl_version} -Provides: tex(rubyminb-v.vf) = %{tl_version} -Provides: tex(rubyminl-h.vf) = %{tl_version} -Provides: tex(rubyminl-v.vf) = %{tl_version} -Provides: tex(rubyminr-h.vf) = %{tl_version} -Provides: tex(rubyminr-v.vf) = %{tl_version} -Provides: tex(utfcgr0-h.vf) = %{tl_version} -Provides: tex(utfcgr0-v.vf) = %{tl_version} -Provides: tex(utfcgr1-h.vf) = %{tl_version} -Provides: tex(utfcgr1-v.vf) = %{tl_version} -Provides: tex(utfcgr2-h.vf) = %{tl_version} -Provides: tex(utfcgr2-v.vf) = %{tl_version} -Provides: tex(utfcgr3-h.vf) = %{tl_version} -Provides: tex(utfcgr3-v.vf) = %{tl_version} -Provides: tex(utfcgr4-h.vf) = %{tl_version} -Provides: tex(utfcgr4-v.vf) = %{tl_version} -Provides: tex(utfcgr5-h.vf) = %{tl_version} -Provides: tex(utfcgr5-v.vf) = %{tl_version} -Provides: tex(utfcgr6-h.vf) = %{tl_version} -Provides: tex(utfcgr6-v.vf) = %{tl_version} -Provides: tex(utfcgr7-h.vf) = %{tl_version} -Provides: tex(utfcgr7-v.vf) = %{tl_version} -Provides: tex(utfcgr8-h.vf) = %{tl_version} -Provides: tex(utfcgr8-v.vf) = %{tl_version} -Provides: tex(utfcgr9-h.vf) = %{tl_version} -Provides: tex(utfcgr9-v.vf) = %{tl_version} -Provides: tex(utfcgra-h.vf) = %{tl_version} -Provides: tex(utfcgra-v.vf) = %{tl_version} -Provides: tex(utfcgrb-h.vf) = %{tl_version} -Provides: tex(utfcgrb-v.vf) = %{tl_version} -Provides: tex(utfcgrc-h.vf) = %{tl_version} -Provides: tex(utfcgrc-v.vf) = %{tl_version} -Provides: tex(utfcgrd-h.vf) = %{tl_version} -Provides: tex(utfcgrd-v.vf) = %{tl_version} -Provides: tex(utfcgre-h.vf) = %{tl_version} -Provides: tex(utfcgre-v.vf) = %{tl_version} -Provides: tex(utfcgrf-h.vf) = %{tl_version} -Provides: tex(utfcgrf-v.vf) = %{tl_version} -Provides: tex(utfcmr0-h.vf) = %{tl_version} -Provides: tex(utfcmr0-v.vf) = %{tl_version} -Provides: tex(utfcmr1-h.vf) = %{tl_version} -Provides: tex(utfcmr1-v.vf) = %{tl_version} -Provides: tex(utfcmr2-h.vf) = %{tl_version} -Provides: tex(utfcmr2-v.vf) = %{tl_version} -Provides: tex(utfcmr3-h.vf) = %{tl_version} -Provides: tex(utfcmr3-v.vf) = %{tl_version} -Provides: tex(utfcmr4-h.vf) = %{tl_version} -Provides: tex(utfcmr4-v.vf) = %{tl_version} -Provides: tex(utfcmr5-h.vf) = %{tl_version} -Provides: tex(utfcmr5-v.vf) = %{tl_version} -Provides: tex(utfcmr6-h.vf) = %{tl_version} -Provides: tex(utfcmr6-v.vf) = %{tl_version} -Provides: tex(utfcmr7-h.vf) = %{tl_version} -Provides: tex(utfcmr7-v.vf) = %{tl_version} -Provides: tex(utfcmr8-h.vf) = %{tl_version} -Provides: tex(utfcmr8-v.vf) = %{tl_version} -Provides: tex(utfcmr9-h.vf) = %{tl_version} -Provides: tex(utfcmr9-v.vf) = %{tl_version} -Provides: tex(utfcmra-h.vf) = %{tl_version} -Provides: tex(utfcmra-v.vf) = %{tl_version} -Provides: tex(utfcmrb-h.vf) = %{tl_version} -Provides: tex(utfcmrb-v.vf) = %{tl_version} -Provides: tex(utfcmrc-h.vf) = %{tl_version} -Provides: tex(utfcmrc-v.vf) = %{tl_version} -Provides: tex(utfcmrd-h.vf) = %{tl_version} -Provides: tex(utfcmrd-v.vf) = %{tl_version} -Provides: tex(utfcmre-h.vf) = %{tl_version} -Provides: tex(utfcmre-v.vf) = %{tl_version} -Provides: tex(utfcmrf-h.vf) = %{tl_version} -Provides: tex(utfcmrf-v.vf) = %{tl_version} -Provides: tex(utfgr0-h.vf) = %{tl_version} -Provides: tex(utfgr0-v.vf) = %{tl_version} -Provides: tex(utfgr1-h.vf) = %{tl_version} -Provides: tex(utfgr1-v.vf) = %{tl_version} -Provides: tex(utfgr2-h.vf) = %{tl_version} -Provides: tex(utfgr2-v.vf) = %{tl_version} -Provides: tex(utfgr3-h.vf) = %{tl_version} -Provides: tex(utfgr3-v.vf) = %{tl_version} -Provides: tex(utfgr4-h.vf) = %{tl_version} -Provides: tex(utfgr4-v.vf) = %{tl_version} -Provides: tex(utfgr5-h.vf) = %{tl_version} -Provides: tex(utfgr5-v.vf) = %{tl_version} -Provides: tex(utfgr6-h.vf) = %{tl_version} -Provides: tex(utfgr6-v.vf) = %{tl_version} -Provides: tex(utfgr7-h.vf) = %{tl_version} -Provides: tex(utfgr7-v.vf) = %{tl_version} -Provides: tex(utfgr8-h.vf) = %{tl_version} -Provides: tex(utfgr8-v.vf) = %{tl_version} -Provides: tex(utfgr9-h.vf) = %{tl_version} -Provides: tex(utfgr9-v.vf) = %{tl_version} -Provides: tex(utfgra-h.vf) = %{tl_version} -Provides: tex(utfgra-v.vf) = %{tl_version} -Provides: tex(utfgrb-h.vf) = %{tl_version} -Provides: tex(utfgrb-v.vf) = %{tl_version} -Provides: tex(utfgrc-h.vf) = %{tl_version} -Provides: tex(utfgrc-v.vf) = %{tl_version} -Provides: tex(utfgrd-h.vf) = %{tl_version} -Provides: tex(utfgrd-v.vf) = %{tl_version} -Provides: tex(utfgre-h.vf) = %{tl_version} -Provides: tex(utfgre-v.vf) = %{tl_version} -Provides: tex(utfgrf-h.vf) = %{tl_version} -Provides: tex(utfgrf-v.vf) = %{tl_version} -Provides: tex(utfjgb0-h.vf) = %{tl_version} -Provides: tex(utfjgb0-v.vf) = %{tl_version} -Provides: tex(utfjgb1-h.vf) = %{tl_version} -Provides: tex(utfjgb1-v.vf) = %{tl_version} -Provides: tex(utfjgb2-h.vf) = %{tl_version} -Provides: tex(utfjgb2-v.vf) = %{tl_version} -Provides: tex(utfjgb3-h.vf) = %{tl_version} -Provides: tex(utfjgb3-v.vf) = %{tl_version} -Provides: tex(utfjgb4-h.vf) = %{tl_version} -Provides: tex(utfjgb4-v.vf) = %{tl_version} -Provides: tex(utfjgb5-h.vf) = %{tl_version} -Provides: tex(utfjgb5-v.vf) = %{tl_version} -Provides: tex(utfjgb6-h.vf) = %{tl_version} -Provides: tex(utfjgb6-v.vf) = %{tl_version} -Provides: tex(utfjgb7-h.vf) = %{tl_version} -Provides: tex(utfjgb7-v.vf) = %{tl_version} -Provides: tex(utfjgb8-h.vf) = %{tl_version} -Provides: tex(utfjgb8-v.vf) = %{tl_version} -Provides: tex(utfjgb9-h.vf) = %{tl_version} -Provides: tex(utfjgb9-v.vf) = %{tl_version} -Provides: tex(utfjgba-h.vf) = %{tl_version} -Provides: tex(utfjgba-v.vf) = %{tl_version} -Provides: tex(utfjgbb-h.vf) = %{tl_version} -Provides: tex(utfjgbb-v.vf) = %{tl_version} -Provides: tex(utfjgbc-h.vf) = %{tl_version} -Provides: tex(utfjgbc-v.vf) = %{tl_version} -Provides: tex(utfjgbd-h.vf) = %{tl_version} -Provides: tex(utfjgbd-v.vf) = %{tl_version} -Provides: tex(utfjgbe-h.vf) = %{tl_version} -Provides: tex(utfjgbe-v.vf) = %{tl_version} -Provides: tex(utfjgbf-h.vf) = %{tl_version} -Provides: tex(utfjgbf-v.vf) = %{tl_version} -Provides: tex(utfjgbn0-h.vf) = %{tl_version} -Provides: tex(utfjgbn0-v.vf) = %{tl_version} -Provides: tex(utfjgbn1-h.vf) = %{tl_version} -Provides: tex(utfjgbn1-v.vf) = %{tl_version} -Provides: tex(utfjgbn2-h.vf) = %{tl_version} -Provides: tex(utfjgbn2-v.vf) = %{tl_version} -Provides: tex(utfjgbn3-h.vf) = %{tl_version} -Provides: tex(utfjgbn3-v.vf) = %{tl_version} -Provides: tex(utfjgbn4-h.vf) = %{tl_version} -Provides: tex(utfjgbn4-v.vf) = %{tl_version} -Provides: tex(utfjgbn5-h.vf) = %{tl_version} -Provides: tex(utfjgbn5-v.vf) = %{tl_version} -Provides: tex(utfjgbn6-h.vf) = %{tl_version} -Provides: tex(utfjgbn6-v.vf) = %{tl_version} -Provides: tex(utfjgbn7-h.vf) = %{tl_version} -Provides: tex(utfjgbn7-v.vf) = %{tl_version} -Provides: tex(utfjgbn8-h.vf) = %{tl_version} -Provides: tex(utfjgbn8-v.vf) = %{tl_version} -Provides: tex(utfjgbn9-h.vf) = %{tl_version} -Provides: tex(utfjgbn9-v.vf) = %{tl_version} -Provides: tex(utfjgbna-h.vf) = %{tl_version} -Provides: tex(utfjgbna-v.vf) = %{tl_version} -Provides: tex(utfjgbnb-h.vf) = %{tl_version} -Provides: tex(utfjgbnb-v.vf) = %{tl_version} -Provides: tex(utfjgbnc-h.vf) = %{tl_version} -Provides: tex(utfjgbnc-v.vf) = %{tl_version} -Provides: tex(utfjgbnd-h.vf) = %{tl_version} -Provides: tex(utfjgbnd-v.vf) = %{tl_version} -Provides: tex(utfjgbne-h.vf) = %{tl_version} -Provides: tex(utfjgbne-v.vf) = %{tl_version} -Provides: tex(utfjgbnf-h.vf) = %{tl_version} -Provides: tex(utfjgbnf-v.vf) = %{tl_version} -Provides: tex(utfjge0-h.vf) = %{tl_version} -Provides: tex(utfjge0-v.vf) = %{tl_version} -Provides: tex(utfjge1-h.vf) = %{tl_version} -Provides: tex(utfjge1-v.vf) = %{tl_version} -Provides: tex(utfjge2-h.vf) = %{tl_version} -Provides: tex(utfjge2-v.vf) = %{tl_version} -Provides: tex(utfjge3-h.vf) = %{tl_version} -Provides: tex(utfjge3-v.vf) = %{tl_version} -Provides: tex(utfjge4-h.vf) = %{tl_version} -Provides: tex(utfjge4-v.vf) = %{tl_version} -Provides: tex(utfjge5-h.vf) = %{tl_version} -Provides: tex(utfjge5-v.vf) = %{tl_version} -Provides: tex(utfjge6-h.vf) = %{tl_version} -Provides: tex(utfjge6-v.vf) = %{tl_version} -Provides: tex(utfjge7-h.vf) = %{tl_version} -Provides: tex(utfjge7-v.vf) = %{tl_version} -Provides: tex(utfjge8-h.vf) = %{tl_version} -Provides: tex(utfjge8-v.vf) = %{tl_version} -Provides: tex(utfjge9-h.vf) = %{tl_version} -Provides: tex(utfjge9-v.vf) = %{tl_version} -Provides: tex(utfjgea-h.vf) = %{tl_version} -Provides: tex(utfjgea-v.vf) = %{tl_version} -Provides: tex(utfjgeb-h.vf) = %{tl_version} -Provides: tex(utfjgeb-v.vf) = %{tl_version} -Provides: tex(utfjgec-h.vf) = %{tl_version} -Provides: tex(utfjgec-v.vf) = %{tl_version} -Provides: tex(utfjged-h.vf) = %{tl_version} -Provides: tex(utfjged-v.vf) = %{tl_version} -Provides: tex(utfjgee-h.vf) = %{tl_version} -Provides: tex(utfjgee-v.vf) = %{tl_version} -Provides: tex(utfjgef-h.vf) = %{tl_version} -Provides: tex(utfjgef-v.vf) = %{tl_version} -Provides: tex(utfjgen0-h.vf) = %{tl_version} -Provides: tex(utfjgen0-v.vf) = %{tl_version} -Provides: tex(utfjgen1-h.vf) = %{tl_version} -Provides: tex(utfjgen1-v.vf) = %{tl_version} -Provides: tex(utfjgen2-h.vf) = %{tl_version} -Provides: tex(utfjgen2-v.vf) = %{tl_version} -Provides: tex(utfjgen3-h.vf) = %{tl_version} -Provides: tex(utfjgen3-v.vf) = %{tl_version} -Provides: tex(utfjgen4-h.vf) = %{tl_version} -Provides: tex(utfjgen4-v.vf) = %{tl_version} -Provides: tex(utfjgen5-h.vf) = %{tl_version} -Provides: tex(utfjgen5-v.vf) = %{tl_version} -Provides: tex(utfjgen6-h.vf) = %{tl_version} -Provides: tex(utfjgen6-v.vf) = %{tl_version} -Provides: tex(utfjgen7-h.vf) = %{tl_version} -Provides: tex(utfjgen7-v.vf) = %{tl_version} -Provides: tex(utfjgen8-h.vf) = %{tl_version} -Provides: tex(utfjgen8-v.vf) = %{tl_version} -Provides: tex(utfjgen9-h.vf) = %{tl_version} -Provides: tex(utfjgen9-v.vf) = %{tl_version} -Provides: tex(utfjgena-h.vf) = %{tl_version} -Provides: tex(utfjgena-v.vf) = %{tl_version} -Provides: tex(utfjgenb-h.vf) = %{tl_version} -Provides: tex(utfjgenb-v.vf) = %{tl_version} -Provides: tex(utfjgenc-h.vf) = %{tl_version} -Provides: tex(utfjgenc-v.vf) = %{tl_version} -Provides: tex(utfjgend-h.vf) = %{tl_version} -Provides: tex(utfjgend-v.vf) = %{tl_version} -Provides: tex(utfjgene-h.vf) = %{tl_version} -Provides: tex(utfjgene-v.vf) = %{tl_version} -Provides: tex(utfjgenf-h.vf) = %{tl_version} -Provides: tex(utfjgenf-v.vf) = %{tl_version} -Provides: tex(utfjgr0-h.vf) = %{tl_version} -Provides: tex(utfjgr0-v.vf) = %{tl_version} -Provides: tex(utfjgr1-h.vf) = %{tl_version} -Provides: tex(utfjgr1-v.vf) = %{tl_version} -Provides: tex(utfjgr2-h.vf) = %{tl_version} -Provides: tex(utfjgr2-v.vf) = %{tl_version} -Provides: tex(utfjgr3-h.vf) = %{tl_version} -Provides: tex(utfjgr3-v.vf) = %{tl_version} -Provides: tex(utfjgr4-h.vf) = %{tl_version} -Provides: tex(utfjgr4-v.vf) = %{tl_version} -Provides: tex(utfjgr5-h.vf) = %{tl_version} -Provides: tex(utfjgr5-v.vf) = %{tl_version} -Provides: tex(utfjgr6-h.vf) = %{tl_version} -Provides: tex(utfjgr6-v.vf) = %{tl_version} -Provides: tex(utfjgr7-h.vf) = %{tl_version} -Provides: tex(utfjgr7-v.vf) = %{tl_version} -Provides: tex(utfjgr8-h.vf) = %{tl_version} -Provides: tex(utfjgr8-v.vf) = %{tl_version} -Provides: tex(utfjgr9-h.vf) = %{tl_version} -Provides: tex(utfjgr9-v.vf) = %{tl_version} -Provides: tex(utfjgra-h.vf) = %{tl_version} -Provides: tex(utfjgra-v.vf) = %{tl_version} -Provides: tex(utfjgrb-h.vf) = %{tl_version} -Provides: tex(utfjgrb-v.vf) = %{tl_version} -Provides: tex(utfjgrc-h.vf) = %{tl_version} -Provides: tex(utfjgrc-v.vf) = %{tl_version} -Provides: tex(utfjgrd-h.vf) = %{tl_version} -Provides: tex(utfjgrd-v.vf) = %{tl_version} -Provides: tex(utfjgre-h.vf) = %{tl_version} -Provides: tex(utfjgre-v.vf) = %{tl_version} -Provides: tex(utfjgrf-h.vf) = %{tl_version} -Provides: tex(utfjgrf-v.vf) = %{tl_version} -Provides: tex(utfjgrn0-h.vf) = %{tl_version} -Provides: tex(utfjgrn0-v.vf) = %{tl_version} -Provides: tex(utfjgrn1-h.vf) = %{tl_version} -Provides: tex(utfjgrn1-v.vf) = %{tl_version} -Provides: tex(utfjgrn2-h.vf) = %{tl_version} -Provides: tex(utfjgrn2-v.vf) = %{tl_version} -Provides: tex(utfjgrn3-h.vf) = %{tl_version} -Provides: tex(utfjgrn3-v.vf) = %{tl_version} -Provides: tex(utfjgrn4-h.vf) = %{tl_version} -Provides: tex(utfjgrn4-v.vf) = %{tl_version} -Provides: tex(utfjgrn5-h.vf) = %{tl_version} -Provides: tex(utfjgrn5-v.vf) = %{tl_version} -Provides: tex(utfjgrn6-h.vf) = %{tl_version} -Provides: tex(utfjgrn6-v.vf) = %{tl_version} -Provides: tex(utfjgrn7-h.vf) = %{tl_version} -Provides: tex(utfjgrn7-v.vf) = %{tl_version} -Provides: tex(utfjgrn8-h.vf) = %{tl_version} -Provides: tex(utfjgrn8-v.vf) = %{tl_version} -Provides: tex(utfjgrn9-h.vf) = %{tl_version} -Provides: tex(utfjgrn9-v.vf) = %{tl_version} -Provides: tex(utfjgrna-h.vf) = %{tl_version} -Provides: tex(utfjgrna-v.vf) = %{tl_version} -Provides: tex(utfjgrnb-h.vf) = %{tl_version} -Provides: tex(utfjgrnb-v.vf) = %{tl_version} -Provides: tex(utfjgrnc-h.vf) = %{tl_version} -Provides: tex(utfjgrnc-v.vf) = %{tl_version} -Provides: tex(utfjgrnd-h.vf) = %{tl_version} -Provides: tex(utfjgrnd-v.vf) = %{tl_version} -Provides: tex(utfjgrne-h.vf) = %{tl_version} -Provides: tex(utfjgrne-v.vf) = %{tl_version} -Provides: tex(utfjgrnf-h.vf) = %{tl_version} -Provides: tex(utfjgrnf-v.vf) = %{tl_version} -Provides: tex(utfjmb0-h.vf) = %{tl_version} -Provides: tex(utfjmb0-v.vf) = %{tl_version} -Provides: tex(utfjmb1-h.vf) = %{tl_version} -Provides: tex(utfjmb1-v.vf) = %{tl_version} -Provides: tex(utfjmb2-h.vf) = %{tl_version} -Provides: tex(utfjmb2-v.vf) = %{tl_version} -Provides: tex(utfjmb3-h.vf) = %{tl_version} -Provides: tex(utfjmb3-v.vf) = %{tl_version} -Provides: tex(utfjmb4-h.vf) = %{tl_version} -Provides: tex(utfjmb4-v.vf) = %{tl_version} -Provides: tex(utfjmb5-h.vf) = %{tl_version} -Provides: tex(utfjmb5-v.vf) = %{tl_version} -Provides: tex(utfjmb6-h.vf) = %{tl_version} -Provides: tex(utfjmb6-v.vf) = %{tl_version} -Provides: tex(utfjmb7-h.vf) = %{tl_version} -Provides: tex(utfjmb7-v.vf) = %{tl_version} -Provides: tex(utfjmb8-h.vf) = %{tl_version} -Provides: tex(utfjmb8-v.vf) = %{tl_version} -Provides: tex(utfjmb9-h.vf) = %{tl_version} -Provides: tex(utfjmb9-v.vf) = %{tl_version} -Provides: tex(utfjmba-h.vf) = %{tl_version} -Provides: tex(utfjmba-v.vf) = %{tl_version} -Provides: tex(utfjmbb-h.vf) = %{tl_version} -Provides: tex(utfjmbb-v.vf) = %{tl_version} -Provides: tex(utfjmbc-h.vf) = %{tl_version} -Provides: tex(utfjmbc-v.vf) = %{tl_version} -Provides: tex(utfjmbd-h.vf) = %{tl_version} -Provides: tex(utfjmbd-v.vf) = %{tl_version} -Provides: tex(utfjmbe-h.vf) = %{tl_version} -Provides: tex(utfjmbe-v.vf) = %{tl_version} -Provides: tex(utfjmbf-h.vf) = %{tl_version} -Provides: tex(utfjmbf-v.vf) = %{tl_version} -Provides: tex(utfjmbn0-h.vf) = %{tl_version} -Provides: tex(utfjmbn0-v.vf) = %{tl_version} -Provides: tex(utfjmbn1-h.vf) = %{tl_version} -Provides: tex(utfjmbn1-v.vf) = %{tl_version} -Provides: tex(utfjmbn2-h.vf) = %{tl_version} -Provides: tex(utfjmbn2-v.vf) = %{tl_version} -Provides: tex(utfjmbn3-h.vf) = %{tl_version} -Provides: tex(utfjmbn3-v.vf) = %{tl_version} -Provides: tex(utfjmbn4-h.vf) = %{tl_version} -Provides: tex(utfjmbn4-v.vf) = %{tl_version} -Provides: tex(utfjmbn5-h.vf) = %{tl_version} -Provides: tex(utfjmbn5-v.vf) = %{tl_version} -Provides: tex(utfjmbn6-h.vf) = %{tl_version} -Provides: tex(utfjmbn6-v.vf) = %{tl_version} -Provides: tex(utfjmbn7-h.vf) = %{tl_version} -Provides: tex(utfjmbn7-v.vf) = %{tl_version} -Provides: tex(utfjmbn8-h.vf) = %{tl_version} -Provides: tex(utfjmbn8-v.vf) = %{tl_version} -Provides: tex(utfjmbn9-h.vf) = %{tl_version} -Provides: tex(utfjmbn9-v.vf) = %{tl_version} -Provides: tex(utfjmbna-h.vf) = %{tl_version} -Provides: tex(utfjmbna-v.vf) = %{tl_version} -Provides: tex(utfjmbnb-h.vf) = %{tl_version} -Provides: tex(utfjmbnb-v.vf) = %{tl_version} -Provides: tex(utfjmbnc-h.vf) = %{tl_version} -Provides: tex(utfjmbnc-v.vf) = %{tl_version} -Provides: tex(utfjmbnd-h.vf) = %{tl_version} -Provides: tex(utfjmbnd-v.vf) = %{tl_version} -Provides: tex(utfjmbne-h.vf) = %{tl_version} -Provides: tex(utfjmbne-v.vf) = %{tl_version} -Provides: tex(utfjmbnf-h.vf) = %{tl_version} -Provides: tex(utfjmbnf-v.vf) = %{tl_version} -Provides: tex(utfjmgr0-h.vf) = %{tl_version} -Provides: tex(utfjmgr0-v.vf) = %{tl_version} -Provides: tex(utfjmgr1-h.vf) = %{tl_version} -Provides: tex(utfjmgr1-v.vf) = %{tl_version} -Provides: tex(utfjmgr2-h.vf) = %{tl_version} -Provides: tex(utfjmgr2-v.vf) = %{tl_version} -Provides: tex(utfjmgr3-h.vf) = %{tl_version} -Provides: tex(utfjmgr3-v.vf) = %{tl_version} -Provides: tex(utfjmgr4-h.vf) = %{tl_version} -Provides: tex(utfjmgr4-v.vf) = %{tl_version} -Provides: tex(utfjmgr5-h.vf) = %{tl_version} -Provides: tex(utfjmgr5-v.vf) = %{tl_version} -Provides: tex(utfjmgr6-h.vf) = %{tl_version} -Provides: tex(utfjmgr6-v.vf) = %{tl_version} -Provides: tex(utfjmgr7-h.vf) = %{tl_version} -Provides: tex(utfjmgr7-v.vf) = %{tl_version} -Provides: tex(utfjmgr8-h.vf) = %{tl_version} -Provides: tex(utfjmgr8-v.vf) = %{tl_version} -Provides: tex(utfjmgr9-h.vf) = %{tl_version} -Provides: tex(utfjmgr9-v.vf) = %{tl_version} -Provides: tex(utfjmgra-h.vf) = %{tl_version} -Provides: tex(utfjmgra-v.vf) = %{tl_version} -Provides: tex(utfjmgrb-h.vf) = %{tl_version} -Provides: tex(utfjmgrb-v.vf) = %{tl_version} -Provides: tex(utfjmgrc-h.vf) = %{tl_version} -Provides: tex(utfjmgrc-v.vf) = %{tl_version} -Provides: tex(utfjmgrd-h.vf) = %{tl_version} -Provides: tex(utfjmgrd-v.vf) = %{tl_version} -Provides: tex(utfjmgre-h.vf) = %{tl_version} -Provides: tex(utfjmgre-v.vf) = %{tl_version} -Provides: tex(utfjmgrf-h.vf) = %{tl_version} -Provides: tex(utfjmgrf-v.vf) = %{tl_version} -Provides: tex(utfjmgrn0-h.vf) = %{tl_version} -Provides: tex(utfjmgrn0-v.vf) = %{tl_version} -Provides: tex(utfjmgrn1-h.vf) = %{tl_version} -Provides: tex(utfjmgrn1-v.vf) = %{tl_version} -Provides: tex(utfjmgrn2-h.vf) = %{tl_version} -Provides: tex(utfjmgrn2-v.vf) = %{tl_version} -Provides: tex(utfjmgrn3-h.vf) = %{tl_version} -Provides: tex(utfjmgrn3-v.vf) = %{tl_version} -Provides: tex(utfjmgrn4-h.vf) = %{tl_version} -Provides: tex(utfjmgrn4-v.vf) = %{tl_version} -Provides: tex(utfjmgrn5-h.vf) = %{tl_version} -Provides: tex(utfjmgrn5-v.vf) = %{tl_version} -Provides: tex(utfjmgrn6-h.vf) = %{tl_version} -Provides: tex(utfjmgrn6-v.vf) = %{tl_version} -Provides: tex(utfjmgrn7-h.vf) = %{tl_version} -Provides: tex(utfjmgrn7-v.vf) = %{tl_version} -Provides: tex(utfjmgrn8-h.vf) = %{tl_version} -Provides: tex(utfjmgrn8-v.vf) = %{tl_version} -Provides: tex(utfjmgrn9-h.vf) = %{tl_version} -Provides: tex(utfjmgrn9-v.vf) = %{tl_version} -Provides: tex(utfjmgrna-h.vf) = %{tl_version} -Provides: tex(utfjmgrna-v.vf) = %{tl_version} -Provides: tex(utfjmgrnb-h.vf) = %{tl_version} -Provides: tex(utfjmgrnb-v.vf) = %{tl_version} -Provides: tex(utfjmgrnc-h.vf) = %{tl_version} -Provides: tex(utfjmgrnc-v.vf) = %{tl_version} -Provides: tex(utfjmgrnd-h.vf) = %{tl_version} -Provides: tex(utfjmgrnd-v.vf) = %{tl_version} -Provides: tex(utfjmgrne-h.vf) = %{tl_version} -Provides: tex(utfjmgrne-v.vf) = %{tl_version} -Provides: tex(utfjmgrnf-h.vf) = %{tl_version} -Provides: tex(utfjmgrnf-v.vf) = %{tl_version} -Provides: tex(utfjml0-h.vf) = %{tl_version} -Provides: tex(utfjml0-v.vf) = %{tl_version} -Provides: tex(utfjml1-h.vf) = %{tl_version} -Provides: tex(utfjml1-v.vf) = %{tl_version} -Provides: tex(utfjml2-h.vf) = %{tl_version} -Provides: tex(utfjml2-v.vf) = %{tl_version} -Provides: tex(utfjml3-h.vf) = %{tl_version} -Provides: tex(utfjml3-v.vf) = %{tl_version} -Provides: tex(utfjml4-h.vf) = %{tl_version} -Provides: tex(utfjml4-v.vf) = %{tl_version} -Provides: tex(utfjml5-h.vf) = %{tl_version} -Provides: tex(utfjml5-v.vf) = %{tl_version} -Provides: tex(utfjml6-h.vf) = %{tl_version} -Provides: tex(utfjml6-v.vf) = %{tl_version} -Provides: tex(utfjml7-h.vf) = %{tl_version} -Provides: tex(utfjml7-v.vf) = %{tl_version} -Provides: tex(utfjml8-h.vf) = %{tl_version} -Provides: tex(utfjml8-v.vf) = %{tl_version} -Provides: tex(utfjml9-h.vf) = %{tl_version} -Provides: tex(utfjml9-v.vf) = %{tl_version} -Provides: tex(utfjmla-h.vf) = %{tl_version} -Provides: tex(utfjmla-v.vf) = %{tl_version} -Provides: tex(utfjmlb-h.vf) = %{tl_version} -Provides: tex(utfjmlb-v.vf) = %{tl_version} -Provides: tex(utfjmlc-h.vf) = %{tl_version} -Provides: tex(utfjmlc-v.vf) = %{tl_version} -Provides: tex(utfjmld-h.vf) = %{tl_version} -Provides: tex(utfjmld-v.vf) = %{tl_version} -Provides: tex(utfjmle-h.vf) = %{tl_version} -Provides: tex(utfjmle-v.vf) = %{tl_version} -Provides: tex(utfjmlf-h.vf) = %{tl_version} -Provides: tex(utfjmlf-v.vf) = %{tl_version} -Provides: tex(utfjmln0-h.vf) = %{tl_version} -Provides: tex(utfjmln0-v.vf) = %{tl_version} -Provides: tex(utfjmln1-h.vf) = %{tl_version} -Provides: tex(utfjmln1-v.vf) = %{tl_version} -Provides: tex(utfjmln2-h.vf) = %{tl_version} -Provides: tex(utfjmln2-v.vf) = %{tl_version} -Provides: tex(utfjmln3-h.vf) = %{tl_version} -Provides: tex(utfjmln3-v.vf) = %{tl_version} -Provides: tex(utfjmln4-h.vf) = %{tl_version} -Provides: tex(utfjmln4-v.vf) = %{tl_version} -Provides: tex(utfjmln5-h.vf) = %{tl_version} -Provides: tex(utfjmln5-v.vf) = %{tl_version} -Provides: tex(utfjmln6-h.vf) = %{tl_version} -Provides: tex(utfjmln6-v.vf) = %{tl_version} -Provides: tex(utfjmln7-h.vf) = %{tl_version} -Provides: tex(utfjmln7-v.vf) = %{tl_version} -Provides: tex(utfjmln8-h.vf) = %{tl_version} -Provides: tex(utfjmln8-v.vf) = %{tl_version} -Provides: tex(utfjmln9-h.vf) = %{tl_version} -Provides: tex(utfjmln9-v.vf) = %{tl_version} -Provides: tex(utfjmlna-h.vf) = %{tl_version} -Provides: tex(utfjmlna-v.vf) = %{tl_version} -Provides: tex(utfjmlnb-h.vf) = %{tl_version} -Provides: tex(utfjmlnb-v.vf) = %{tl_version} -Provides: tex(utfjmlnc-h.vf) = %{tl_version} -Provides: tex(utfjmlnc-v.vf) = %{tl_version} -Provides: tex(utfjmlnd-h.vf) = %{tl_version} -Provides: tex(utfjmlnd-v.vf) = %{tl_version} -Provides: tex(utfjmlne-h.vf) = %{tl_version} -Provides: tex(utfjmlne-v.vf) = %{tl_version} -Provides: tex(utfjmlnf-h.vf) = %{tl_version} -Provides: tex(utfjmlnf-v.vf) = %{tl_version} -Provides: tex(utfjmr0-h.vf) = %{tl_version} -Provides: tex(utfjmr0-v.vf) = %{tl_version} -Provides: tex(utfjmr1-h.vf) = %{tl_version} -Provides: tex(utfjmr1-v.vf) = %{tl_version} -Provides: tex(utfjmr2-h.vf) = %{tl_version} -Provides: tex(utfjmr2-v.vf) = %{tl_version} -Provides: tex(utfjmr3-h.vf) = %{tl_version} -Provides: tex(utfjmr3-v.vf) = %{tl_version} -Provides: tex(utfjmr4-h.vf) = %{tl_version} -Provides: tex(utfjmr4-v.vf) = %{tl_version} -Provides: tex(utfjmr5-h.vf) = %{tl_version} -Provides: tex(utfjmr5-v.vf) = %{tl_version} -Provides: tex(utfjmr6-h.vf) = %{tl_version} -Provides: tex(utfjmr6-v.vf) = %{tl_version} -Provides: tex(utfjmr7-h.vf) = %{tl_version} -Provides: tex(utfjmr7-v.vf) = %{tl_version} -Provides: tex(utfjmr8-h.vf) = %{tl_version} -Provides: tex(utfjmr8-v.vf) = %{tl_version} -Provides: tex(utfjmr9-h.vf) = %{tl_version} -Provides: tex(utfjmr9-v.vf) = %{tl_version} -Provides: tex(utfjmra-h.vf) = %{tl_version} -Provides: tex(utfjmra-v.vf) = %{tl_version} -Provides: tex(utfjmrb-h.vf) = %{tl_version} -Provides: tex(utfjmrb-v.vf) = %{tl_version} -Provides: tex(utfjmrc-h.vf) = %{tl_version} -Provides: tex(utfjmrc-v.vf) = %{tl_version} -Provides: tex(utfjmrd-h.vf) = %{tl_version} -Provides: tex(utfjmrd-v.vf) = %{tl_version} -Provides: tex(utfjmre-h.vf) = %{tl_version} -Provides: tex(utfjmre-v.vf) = %{tl_version} -Provides: tex(utfjmrf-h.vf) = %{tl_version} -Provides: tex(utfjmrf-v.vf) = %{tl_version} -Provides: tex(utfjmrn0-h.vf) = %{tl_version} -Provides: tex(utfjmrn0-v.vf) = %{tl_version} -Provides: tex(utfjmrn1-h.vf) = %{tl_version} -Provides: tex(utfjmrn1-v.vf) = %{tl_version} -Provides: tex(utfjmrn2-h.vf) = %{tl_version} -Provides: tex(utfjmrn2-v.vf) = %{tl_version} -Provides: tex(utfjmrn3-h.vf) = %{tl_version} -Provides: tex(utfjmrn3-v.vf) = %{tl_version} -Provides: tex(utfjmrn4-h.vf) = %{tl_version} -Provides: tex(utfjmrn4-v.vf) = %{tl_version} -Provides: tex(utfjmrn5-h.vf) = %{tl_version} -Provides: tex(utfjmrn5-v.vf) = %{tl_version} -Provides: tex(utfjmrn6-h.vf) = %{tl_version} -Provides: tex(utfjmrn6-v.vf) = %{tl_version} -Provides: tex(utfjmrn7-h.vf) = %{tl_version} -Provides: tex(utfjmrn7-v.vf) = %{tl_version} -Provides: tex(utfjmrn8-h.vf) = %{tl_version} -Provides: tex(utfjmrn8-v.vf) = %{tl_version} -Provides: tex(utfjmrn9-h.vf) = %{tl_version} -Provides: tex(utfjmrn9-v.vf) = %{tl_version} -Provides: tex(utfjmrna-h.vf) = %{tl_version} -Provides: tex(utfjmrna-v.vf) = %{tl_version} -Provides: tex(utfjmrnb-h.vf) = %{tl_version} -Provides: tex(utfjmrnb-v.vf) = %{tl_version} -Provides: tex(utfjmrnc-h.vf) = %{tl_version} -Provides: tex(utfjmrnc-v.vf) = %{tl_version} -Provides: tex(utfjmrnd-h.vf) = %{tl_version} -Provides: tex(utfjmrnd-v.vf) = %{tl_version} -Provides: tex(utfjmrne-h.vf) = %{tl_version} -Provides: tex(utfjmrne-v.vf) = %{tl_version} -Provides: tex(utfjmrnf-h.vf) = %{tl_version} -Provides: tex(utfjmrnf-v.vf) = %{tl_version} -Provides: tex(utfkgr0-h.vf) = %{tl_version} -Provides: tex(utfkgr0-v.vf) = %{tl_version} -Provides: tex(utfkgr1-h.vf) = %{tl_version} -Provides: tex(utfkgr1-v.vf) = %{tl_version} -Provides: tex(utfkgr2-h.vf) = %{tl_version} -Provides: tex(utfkgr2-v.vf) = %{tl_version} -Provides: tex(utfkgr3-h.vf) = %{tl_version} -Provides: tex(utfkgr3-v.vf) = %{tl_version} -Provides: tex(utfkgr4-h.vf) = %{tl_version} -Provides: tex(utfkgr4-v.vf) = %{tl_version} -Provides: tex(utfkgr5-h.vf) = %{tl_version} -Provides: tex(utfkgr5-v.vf) = %{tl_version} -Provides: tex(utfkgr6-h.vf) = %{tl_version} -Provides: tex(utfkgr6-v.vf) = %{tl_version} -Provides: tex(utfkgr7-h.vf) = %{tl_version} -Provides: tex(utfkgr7-v.vf) = %{tl_version} -Provides: tex(utfkgr8-h.vf) = %{tl_version} -Provides: tex(utfkgr8-v.vf) = %{tl_version} -Provides: tex(utfkgr9-h.vf) = %{tl_version} -Provides: tex(utfkgr9-v.vf) = %{tl_version} -Provides: tex(utfkgra-h.vf) = %{tl_version} -Provides: tex(utfkgra-v.vf) = %{tl_version} -Provides: tex(utfkgrb-h.vf) = %{tl_version} -Provides: tex(utfkgrb-v.vf) = %{tl_version} -Provides: tex(utfkgrc-h.vf) = %{tl_version} -Provides: tex(utfkgrc-v.vf) = %{tl_version} -Provides: tex(utfkgrd-h.vf) = %{tl_version} -Provides: tex(utfkgrd-v.vf) = %{tl_version} -Provides: tex(utfkgre-h.vf) = %{tl_version} -Provides: tex(utfkgre-v.vf) = %{tl_version} -Provides: tex(utfkgrf-h.vf) = %{tl_version} -Provides: tex(utfkgrf-v.vf) = %{tl_version} -Provides: tex(utfkmr0-h.vf) = %{tl_version} -Provides: tex(utfkmr0-v.vf) = %{tl_version} -Provides: tex(utfkmr1-h.vf) = %{tl_version} -Provides: tex(utfkmr1-v.vf) = %{tl_version} -Provides: tex(utfkmr2-h.vf) = %{tl_version} -Provides: tex(utfkmr2-v.vf) = %{tl_version} -Provides: tex(utfkmr3-h.vf) = %{tl_version} -Provides: tex(utfkmr3-v.vf) = %{tl_version} -Provides: tex(utfkmr4-h.vf) = %{tl_version} -Provides: tex(utfkmr4-v.vf) = %{tl_version} -Provides: tex(utfkmr5-h.vf) = %{tl_version} -Provides: tex(utfkmr5-v.vf) = %{tl_version} -Provides: tex(utfkmr6-h.vf) = %{tl_version} -Provides: tex(utfkmr6-v.vf) = %{tl_version} -Provides: tex(utfkmr7-h.vf) = %{tl_version} -Provides: tex(utfkmr7-v.vf) = %{tl_version} -Provides: tex(utfkmr8-h.vf) = %{tl_version} -Provides: tex(utfkmr8-v.vf) = %{tl_version} -Provides: tex(utfkmr9-h.vf) = %{tl_version} -Provides: tex(utfkmr9-v.vf) = %{tl_version} -Provides: tex(utfkmra-h.vf) = %{tl_version} -Provides: tex(utfkmra-v.vf) = %{tl_version} -Provides: tex(utfkmrb-h.vf) = %{tl_version} -Provides: tex(utfkmrb-v.vf) = %{tl_version} -Provides: tex(utfkmrc-h.vf) = %{tl_version} -Provides: tex(utfkmrc-v.vf) = %{tl_version} -Provides: tex(utfkmrd-h.vf) = %{tl_version} -Provides: tex(utfkmrd-v.vf) = %{tl_version} -Provides: tex(utfkmre-h.vf) = %{tl_version} -Provides: tex(utfkmre-v.vf) = %{tl_version} -Provides: tex(utfkmrf-h.vf) = %{tl_version} -Provides: tex(utfkmrf-v.vf) = %{tl_version} -Provides: tex(utfmr0-h.vf) = %{tl_version} -Provides: tex(utfmr0-v.vf) = %{tl_version} -Provides: tex(utfmr1-h.vf) = %{tl_version} -Provides: tex(utfmr1-v.vf) = %{tl_version} -Provides: tex(utfmr2-h.vf) = %{tl_version} -Provides: tex(utfmr2-v.vf) = %{tl_version} -Provides: tex(utfmr3-h.vf) = %{tl_version} -Provides: tex(utfmr3-v.vf) = %{tl_version} -Provides: tex(utfmr4-h.vf) = %{tl_version} -Provides: tex(utfmr4-v.vf) = %{tl_version} -Provides: tex(utfmr5-h.vf) = %{tl_version} -Provides: tex(utfmr5-v.vf) = %{tl_version} -Provides: tex(utfmr6-h.vf) = %{tl_version} -Provides: tex(utfmr6-v.vf) = %{tl_version} -Provides: tex(utfmr7-h.vf) = %{tl_version} -Provides: tex(utfmr7-v.vf) = %{tl_version} -Provides: tex(utfmr8-h.vf) = %{tl_version} -Provides: tex(utfmr8-v.vf) = %{tl_version} -Provides: tex(utfmr9-h.vf) = %{tl_version} -Provides: tex(utfmr9-v.vf) = %{tl_version} -Provides: tex(utfmra-h.vf) = %{tl_version} -Provides: tex(utfmra-v.vf) = %{tl_version} -Provides: tex(utfmrb-h.vf) = %{tl_version} -Provides: tex(utfmrb-v.vf) = %{tl_version} -Provides: tex(utfmrc-h.vf) = %{tl_version} -Provides: tex(utfmrc-v.vf) = %{tl_version} -Provides: tex(utfmrd-h.vf) = %{tl_version} -Provides: tex(utfmrd-v.vf) = %{tl_version} -Provides: tex(utfmre-h.vf) = %{tl_version} -Provides: tex(utfmre-v.vf) = %{tl_version} -Provides: tex(utfmrf-h.vf) = %{tl_version} -Provides: tex(utfmrf-v.vf) = %{tl_version} -Provides: tex(utftgr0-h.vf) = %{tl_version} -Provides: tex(utftgr0-v.vf) = %{tl_version} -Provides: tex(utftgr1-h.vf) = %{tl_version} -Provides: tex(utftgr1-v.vf) = %{tl_version} -Provides: tex(utftgr2-h.vf) = %{tl_version} -Provides: tex(utftgr2-v.vf) = %{tl_version} -Provides: tex(utftgr3-h.vf) = %{tl_version} -Provides: tex(utftgr3-v.vf) = %{tl_version} -Provides: tex(utftgr4-h.vf) = %{tl_version} -Provides: tex(utftgr4-v.vf) = %{tl_version} -Provides: tex(utftgr5-h.vf) = %{tl_version} -Provides: tex(utftgr5-v.vf) = %{tl_version} -Provides: tex(utftgr6-h.vf) = %{tl_version} -Provides: tex(utftgr6-v.vf) = %{tl_version} -Provides: tex(utftgr7-h.vf) = %{tl_version} -Provides: tex(utftgr7-v.vf) = %{tl_version} -Provides: tex(utftgr8-h.vf) = %{tl_version} -Provides: tex(utftgr8-v.vf) = %{tl_version} -Provides: tex(utftgr9-h.vf) = %{tl_version} -Provides: tex(utftgr9-v.vf) = %{tl_version} -Provides: tex(utftgra-h.vf) = %{tl_version} -Provides: tex(utftgra-v.vf) = %{tl_version} -Provides: tex(utftgrb-h.vf) = %{tl_version} -Provides: tex(utftgrb-v.vf) = %{tl_version} -Provides: tex(utftgrc-h.vf) = %{tl_version} -Provides: tex(utftgrc-v.vf) = %{tl_version} -Provides: tex(utftgrd-h.vf) = %{tl_version} -Provides: tex(utftgrd-v.vf) = %{tl_version} -Provides: tex(utftgre-h.vf) = %{tl_version} -Provides: tex(utftgre-v.vf) = %{tl_version} -Provides: tex(utftgrf-h.vf) = %{tl_version} -Provides: tex(utftgrf-v.vf) = %{tl_version} -Provides: tex(utftmr0-h.vf) = %{tl_version} -Provides: tex(utftmr0-v.vf) = %{tl_version} -Provides: tex(utftmr1-h.vf) = %{tl_version} -Provides: tex(utftmr1-v.vf) = %{tl_version} -Provides: tex(utftmr2-h.vf) = %{tl_version} -Provides: tex(utftmr2-v.vf) = %{tl_version} -Provides: tex(utftmr3-h.vf) = %{tl_version} -Provides: tex(utftmr3-v.vf) = %{tl_version} -Provides: tex(utftmr4-h.vf) = %{tl_version} -Provides: tex(utftmr4-v.vf) = %{tl_version} -Provides: tex(utftmr5-h.vf) = %{tl_version} -Provides: tex(utftmr5-v.vf) = %{tl_version} -Provides: tex(utftmr6-h.vf) = %{tl_version} -Provides: tex(utftmr6-v.vf) = %{tl_version} -Provides: tex(utftmr7-h.vf) = %{tl_version} -Provides: tex(utftmr7-v.vf) = %{tl_version} -Provides: tex(utftmr8-h.vf) = %{tl_version} -Provides: tex(utftmr8-v.vf) = %{tl_version} -Provides: tex(utftmr9-h.vf) = %{tl_version} -Provides: tex(utftmr9-v.vf) = %{tl_version} -Provides: tex(utftmra-h.vf) = %{tl_version} -Provides: tex(utftmra-v.vf) = %{tl_version} -Provides: tex(utftmrb-h.vf) = %{tl_version} -Provides: tex(utftmrb-v.vf) = %{tl_version} -Provides: tex(utftmrc-h.vf) = %{tl_version} -Provides: tex(utftmrc-v.vf) = %{tl_version} -Provides: tex(utftmrd-h.vf) = %{tl_version} -Provides: tex(utftmrd-v.vf) = %{tl_version} -Provides: tex(utftmre-h.vf) = %{tl_version} -Provides: tex(utftmre-v.vf) = %{tl_version} -Provides: tex(utftmrf-h.vf) = %{tl_version} -Provides: tex(utftmrf-v.vf) = %{tl_version} -Provides: tex(ajmacros.sty) = %{tl_version} -Provides: tex(mlcid.sty) = %{tl_version} -Provides: tex(redeffont.sty) = %{tl_version} - -%description japanese-otf -The package contains pLaTeX support files and virtual fonts for -supporting a wide variety of fonts in LaTeX using the pTeX -engine. - -%package japanese-otf-doc -Summary: Documentation for japanese-otf -Version: svn50769 -Provides: tex-japanese-otf-doc -AutoReqProv: No - -%description japanese-otf-doc -Documentation for japanese-otf - -%package japanese-otf-uptex -Provides: tex-japanese-otf-uptex = %{tl_version} -License: BSD -Summary: Support for Japanese OTF files in upLaTeX -Version: svn54080 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-japanese-otf -Requires: tex(keyval.sty) -Requires: tex(mlcid.sty) -Requires: tex(ajmacros.sty) -Provides: tex(mlutf.sty) = %{tl_version} -Provides: tex(otf.sty) = %{tl_version} - -%description japanese-otf-uptex -The bundle offers support of the fonts in the japanese-otf -package, for use with the UpTeX distribution (version 0.20 or -later). - -%package japanese-otf-uptex-doc -Summary: Documentation for japanese-otf-uptex -Version: svn54080 -Provides: tex-japanese-otf-uptex-doc -AutoReqProv: No -Requires: texlive-japanese-otf-doc - -%description japanese-otf-uptex-doc -Documentation for japanese-otf-uptex - -%package jsclasses -Provides: tex-jsclasses = %{tl_version} -License: BSD -Summary: Classes tailored for use with Japanese -Version: svn53641 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(jsarticle.cls) = %{tl_version} -Provides: tex(jsbook.cls) = %{tl_version} -Provides: tex(jslogo.sty) = %{tl_version} -Provides: tex(jspf.cls) = %{tl_version} -Provides: tex(jsreport.cls) = %{tl_version} -Provides: tex(jsverb.sty) = %{tl_version} -Provides: tex(kiyou.cls) = %{tl_version} -Provides: tex(minijs.sty) = %{tl_version} -Provides: tex(okumacro.sty) = %{tl_version} -Provides: tex(okuverb.sty) = %{tl_version} - -%description jsclasses -Classes jsarticle and jsbook are provided, together with -packages okumacro and okuverb. These classes are -designed to work under ASCII Corporation's Japanese TeX system -ptex. - -%package jsclasses-doc -Summary: Documentation for jsclasses -Version: svn53641 -Provides: tex-jsclasses-doc -AutoReqProv: No - -%description jsclasses-doc -Documentation for jsclasses - -%package lshort-japanese-doc -Summary: Documentation for lshort-japanese -Version: svn36207.0 - -Provides: tex-lshort-japanese-doc -AutoReqProv: No - -%description lshort-japanese-doc -Documentation for lshort-japanese - -%package luatexja -Provides: tex-luatexja = %{tl_version} -License: BSD -Summary: Typeset Japanese with Lua(La)TeX -Version: svn54758 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-luatexbase -Requires: tex(l3keys2e.sty) -Requires: tex(fontspec.sty) -Requires: tex(expl3.sty) -Requires: tex(filehook.sty) -Requires: tex(infwarerr.sty) -Requires: tex(ltxcmds.sty) -Requires: tex(xkeyval.sty) -Requires: tex(luatexja-core.sty) -Requires: tex(luaotfload.sty) -Requires: tex(pdftexcmds.sty) -Requires: tex(atbegshi.sty) -Requires: tex(everyhook.sty) -Requires: tex(everysel.sty) -Requires: tex(footmisc.sty) -Requires: tex(ifluatex.sty) -Requires: tex(listings.sty) -Requires: tex(luatexbase-cctb.sty) -Requires: tex(stfloats.sty) -Requires: tex(tascmac.sty) -Requires: tex(unicode-math.sty) -Requires: tex(xunicode.sty) -Provides: tex(lltjcore.sty) = %{tl_version} -Provides: tex(lltjdefs.sty) = %{tl_version} -Provides: tex(lltjext.sty) = %{tl_version} -Provides: tex(lltjfont.sty) = %{tl_version} -Provides: tex(lltjp-array.sty) = %{tl_version} -Provides: tex(lltjp-fontspec.sty) = %{tl_version} -Provides: tex(lltjp-footmisc.sty) = %{tl_version} -Provides: tex(lltjp-geometry.sty) = %{tl_version} -Provides: tex(lltjp-listings.sty) = %{tl_version} -Provides: tex(lltjp-microtype.sty) = %{tl_version} -Provides: tex(lltjp-preview.sty) = %{tl_version} -Provides: tex(lltjp-siunitx.sty) = %{tl_version} -Provides: tex(lltjp-stfloats.sty) = %{tl_version} -Provides: tex(lltjp-tascmac.sty) = %{tl_version} -Provides: tex(lltjp-unicode-math.sty) = %{tl_version} -Provides: tex(lltjp-xunicode.sty) = %{tl_version} -Provides: tex(ltj-base.sty) = %{tl_version} -Provides: tex(ltj-latex.sty) = %{tl_version} -Provides: tex(ltj-plain.sty) = %{tl_version} -Provides: tex(ltjarticle.cls) = %{tl_version} -Provides: tex(ltjbk10.clo) = %{tl_version} -Provides: tex(ltjbk11.clo) = %{tl_version} -Provides: tex(ltjbk12.clo) = %{tl_version} -Provides: tex(ltjbook.cls) = %{tl_version} -Provides: tex(ltjltxdoc.cls) = %{tl_version} -Provides: tex(ltjreport.cls) = %{tl_version} -Provides: tex(ltjsarticle.cls) = %{tl_version} -Provides: tex(ltjsbook.cls) = %{tl_version} -Provides: tex(ltjsize10.clo) = %{tl_version} -Provides: tex(ltjsize11.clo) = %{tl_version} -Provides: tex(ltjsize12.clo) = %{tl_version} -Provides: tex(ltjskiyou.cls) = %{tl_version} -Provides: tex(ltjspf.cls) = %{tl_version} -Provides: tex(ltjsreport.cls) = %{tl_version} -Provides: tex(ltjtarticle.cls) = %{tl_version} -Provides: tex(ltjtbk10.clo) = %{tl_version} -Provides: tex(ltjtbk11.clo) = %{tl_version} -Provides: tex(ltjtbk12.clo) = %{tl_version} -Provides: tex(ltjtbook.cls) = %{tl_version} -Provides: tex(ltjtreport.cls) = %{tl_version} -Provides: tex(ltjtsize10.clo) = %{tl_version} -Provides: tex(ltjtsize11.clo) = %{tl_version} -Provides: tex(ltjtsize12.clo) = %{tl_version} -Provides: tex(luatexja-adjust.sty) = %{tl_version} -Provides: tex(luatexja-ajmacros.sty) = %{tl_version} -Provides: tex(luatexja-compat.sty) = %{tl_version} -Provides: tex(luatexja-core.sty) = %{tl_version} -Provides: tex(luatexja-fontspec-27c.sty) = %{tl_version} -Provides: tex(luatexja-fontspec.sty) = %{tl_version} -Provides: tex(luatexja-otf.sty) = %{tl_version} -Provides: tex(luatexja-preset.sty) = %{tl_version} -Provides: tex(luatexja-ruby.sty) = %{tl_version} -Provides: tex(luatexja-zhfonts.sty) = %{tl_version} -Provides: tex(luatexja.sty) = %{tl_version} - -%description luatexja -The package offers support for typesetting Japanese documents -with LuaTeX. Either of the Plain and LaTeX2e formats may be -used with the package. - -%package luatexja-doc -Summary: Documentation for luatexja -Version: svn54758 -Provides: tex-luatexja-doc -AutoReqProv: No - -%description luatexja-doc -Documentation for luatexja - -%package ptex-base -Provides: tex-ptex-base = %{tl_version} -License: BSD -Summary: Plain TeX format for pTeX and e-pTeX -Version: svn54153 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(ascii-jplain.tex) = %{tl_version} -Provides: tex(eptex.ini) = %{tl_version} -Provides: tex(kinsoku.tex) = %{tl_version} -Provides: tex(ptex.ini) = %{tl_version} -Provides: tex(ptex.tex) = %{tl_version} - -%description ptex-base -The bundle contains plain TeX format for pTeX and e-pTeX. - -%package ptex-base-doc -Summary: Documentation for ptex-base -Version: svn54153 -Provides: tex-ptex-base-doc -AutoReqProv: No - -%description ptex-base-doc -Documentation for ptex-base - -%package ptex-fonts -Provides: tex-ptex-fonts = %{tl_version} -License: BSD -Summary: Fonts for use with pTeX -Version: svn46940 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(ascgrp.mf) = %{tl_version} -Provides: tex(ascii.mf) = %{tl_version} -Provides: tex(ascii10.mf) = %{tl_version} -Provides: tex(ascii36.mf) = %{tl_version} -Provides: tex(jis-v.pl) = %{tl_version} -Provides: tex(jis.pl) = %{tl_version} -Provides: tex(jisn-v.pl) = %{tl_version} -Provides: tex(jisn.pl) = %{tl_version} -Provides: tex(ngoth10.pl) = %{tl_version} -Provides: tex(ngoth5.pl) = %{tl_version} -Provides: tex(ngoth6.pl) = %{tl_version} -Provides: tex(ngoth7.pl) = %{tl_version} -Provides: tex(ngoth8.pl) = %{tl_version} -Provides: tex(ngoth9.pl) = %{tl_version} -Provides: tex(nmin10.pl) = %{tl_version} -Provides: tex(nmin5.pl) = %{tl_version} -Provides: tex(nmin6.pl) = %{tl_version} -Provides: tex(nmin7.pl) = %{tl_version} -Provides: tex(nmin8.pl) = %{tl_version} -Provides: tex(nmin9.pl) = %{tl_version} -Provides: tex(goth10.pl) = %{tl_version} -Provides: tex(goth5.pl) = %{tl_version} -Provides: tex(goth6.pl) = %{tl_version} -Provides: tex(goth7.pl) = %{tl_version} -Provides: tex(goth8.pl) = %{tl_version} -Provides: tex(goth9.pl) = %{tl_version} -Provides: tex(min10.pl) = %{tl_version} -Provides: tex(min5.pl) = %{tl_version} -Provides: tex(min6.pl) = %{tl_version} -Provides: tex(min7.pl) = %{tl_version} -Provides: tex(min8.pl) = %{tl_version} -Provides: tex(min9.pl) = %{tl_version} -Provides: tex(tgoth10.pl) = %{tl_version} -Provides: tex(tgoth5.pl) = %{tl_version} -Provides: tex(tgoth6.pl) = %{tl_version} -Provides: tex(tgoth7.pl) = %{tl_version} -Provides: tex(tgoth8.pl) = %{tl_version} -Provides: tex(tgoth9.pl) = %{tl_version} -Provides: tex(tmin10.pl) = %{tl_version} -Provides: tex(tmin5.pl) = %{tl_version} -Provides: tex(tmin6.pl) = %{tl_version} -Provides: tex(tmin7.pl) = %{tl_version} -Provides: tex(tmin8.pl) = %{tl_version} -Provides: tex(tmin9.pl) = %{tl_version} -Provides: tex(ascgrp.tfm) = %{tl_version} -Provides: tex(ascii10.tfm) = %{tl_version} -Provides: tex(ascii36.tfm) = %{tl_version} -Provides: tex(gbm.tfm) = %{tl_version} -Provides: tex(gbmv.tfm) = %{tl_version} -Provides: tex(rml.tfm) = %{tl_version} -Provides: tex(rmlv.tfm) = %{tl_version} -Provides: tex(jis-v.tfm) = %{tl_version} -Provides: tex(jis.tfm) = %{tl_version} -Provides: tex(jisg-v.tfm) = %{tl_version} -Provides: tex(jisg.tfm) = %{tl_version} -Provides: tex(jisgn-v.tfm) = %{tl_version} -Provides: tex(jisgn.tfm) = %{tl_version} -Provides: tex(jisn-v.tfm) = %{tl_version} -Provides: tex(jisn.tfm) = %{tl_version} -Provides: tex(ngoth10.tfm) = %{tl_version} -Provides: tex(ngoth5.tfm) = %{tl_version} -Provides: tex(ngoth6.tfm) = %{tl_version} -Provides: tex(ngoth7.tfm) = %{tl_version} -Provides: tex(ngoth8.tfm) = %{tl_version} -Provides: tex(ngoth9.tfm) = %{tl_version} -Provides: tex(nmin10.tfm) = %{tl_version} -Provides: tex(nmin5.tfm) = %{tl_version} -Provides: tex(nmin6.tfm) = %{tl_version} -Provides: tex(nmin7.tfm) = %{tl_version} -Provides: tex(nmin8.tfm) = %{tl_version} -Provides: tex(nmin9.tfm) = %{tl_version} -Provides: tex(goth10.tfm) = %{tl_version} -Provides: tex(goth5.tfm) = %{tl_version} -Provides: tex(goth6.tfm) = %{tl_version} -Provides: tex(goth7.tfm) = %{tl_version} -Provides: tex(goth8.tfm) = %{tl_version} -Provides: tex(goth9.tfm) = %{tl_version} -Provides: tex(min10.tfm) = %{tl_version} -Provides: tex(min5.tfm) = %{tl_version} -Provides: tex(min6.tfm) = %{tl_version} -Provides: tex(min7.tfm) = %{tl_version} -Provides: tex(min8.tfm) = %{tl_version} -Provides: tex(min9.tfm) = %{tl_version} -Provides: tex(tgoth10.tfm) = %{tl_version} -Provides: tex(tgoth5.tfm) = %{tl_version} -Provides: tex(tgoth6.tfm) = %{tl_version} -Provides: tex(tgoth7.tfm) = %{tl_version} -Provides: tex(tgoth8.tfm) = %{tl_version} -Provides: tex(tgoth9.tfm) = %{tl_version} -Provides: tex(tmin10.tfm) = %{tl_version} -Provides: tex(tmin5.tfm) = %{tl_version} -Provides: tex(tmin6.tfm) = %{tl_version} -Provides: tex(tmin7.tfm) = %{tl_version} -Provides: tex(tmin8.tfm) = %{tl_version} -Provides: tex(tmin9.tfm) = %{tl_version} -Provides: tex(ascgrp.pfb) = %{tl_version} -Provides: tex(ascii10.pfb) = %{tl_version} -Provides: tex(ascii36.pfb) = %{tl_version} -Provides: tex(jis-v.vf) = %{tl_version} -Provides: tex(jis.vf) = %{tl_version} -Provides: tex(jisg-v.vf) = %{tl_version} -Provides: tex(jisg.vf) = %{tl_version} -Provides: tex(jisgn-v.vf) = %{tl_version} -Provides: tex(jisgn.vf) = %{tl_version} -Provides: tex(jisn-v.vf) = %{tl_version} -Provides: tex(jisn.vf) = %{tl_version} -Provides: tex(ngoth10.vf) = %{tl_version} -Provides: tex(ngoth5.vf) = %{tl_version} -Provides: tex(ngoth6.vf) = %{tl_version} -Provides: tex(ngoth7.vf) = %{tl_version} -Provides: tex(ngoth8.vf) = %{tl_version} -Provides: tex(ngoth9.vf) = %{tl_version} -Provides: tex(nmin10.vf) = %{tl_version} -Provides: tex(nmin5.vf) = %{tl_version} -Provides: tex(nmin6.vf) = %{tl_version} -Provides: tex(nmin7.vf) = %{tl_version} -Provides: tex(nmin8.vf) = %{tl_version} -Provides: tex(nmin9.vf) = %{tl_version} -Provides: tex(goth10.vf) = %{tl_version} -Provides: tex(goth5.vf) = %{tl_version} -Provides: tex(goth6.vf) = %{tl_version} -Provides: tex(goth7.vf) = %{tl_version} -Provides: tex(goth8.vf) = %{tl_version} -Provides: tex(goth9.vf) = %{tl_version} -Provides: tex(min10.vf) = %{tl_version} -Provides: tex(min5.vf) = %{tl_version} -Provides: tex(min6.vf) = %{tl_version} -Provides: tex(min7.vf) = %{tl_version} -Provides: tex(min8.vf) = %{tl_version} -Provides: tex(min9.vf) = %{tl_version} -Provides: tex(tgoth10.vf) = %{tl_version} -Provides: tex(tgoth5.vf) = %{tl_version} -Provides: tex(tgoth6.vf) = %{tl_version} -Provides: tex(tgoth7.vf) = %{tl_version} -Provides: tex(tgoth8.vf) = %{tl_version} -Provides: tex(tgoth9.vf) = %{tl_version} -Provides: tex(tmin10.vf) = %{tl_version} -Provides: tex(tmin5.vf) = %{tl_version} -Provides: tex(tmin6.vf) = %{tl_version} -Provides: tex(tmin7.vf) = %{tl_version} -Provides: tex(tmin8.vf) = %{tl_version} -Provides: tex(tmin9.vf) = %{tl_version} - -%description ptex-fonts -The bundle contains fonts for use with pTeX and the documents -for the makejvf program. This is a redistribution derived from -the ptex-texmf distribution by ASCII MEDIA WORKS. - -%package ptex-fonts-doc -Summary: Documentation for ptex-fonts -Version: svn46940 -Provides: tex-ptex-fonts-doc -AutoReqProv: No - -%description ptex-fonts-doc -Documentation for ptex-fonts - -%package pxbase -Provides: tex-pxbase = %{tl_version} -License: MIT -Summary: Tools for use with (u)pLaTeX -Version: svn44756 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(keyval.sty) -Provides: tex(ifuptex.sty) = %{tl_version} -Provides: tex(pxbabel.sty) = %{tl_version} -Provides: tex(pxbase.def) = %{tl_version} -Provides: tex(pxbase.sty) = %{tl_version} -Provides: tex(pxbasenc.def) = %{tl_version} -Provides: tex(pxbsjc.def) = %{tl_version} -Provides: tex(pxjsfenc.def) = %{tl_version} -Provides: tex(upkcat.sty) = %{tl_version} - -%description pxbase -The main purpose of this package is to provide auxiliary -functions which are utilized by other packages created by the -same author. It also provides a few user commands to assist in -creating Japanese documents using (u)pLaTeX. - -%package pxbase-doc -Summary: Documentation for pxbase -Version: svn44756 -Provides: tex-pxbase-doc -AutoReqProv: No - -%description pxbase-doc -Documentation for pxbase - -%package pxchfon -Provides: tex-pxchfon = %{tl_version} -License: MIT -Summary: Japanese font setup for pLaTeX and upLaTeX -Version: svn54895 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(atbegshi.sty) -Provides: tex(pxchfon.sty) = %{tl_version} -Provides: tex(pxchfon0.def) = %{tl_version} -Provides: tex(pxjafont.sty) = %{tl_version} - -%description pxchfon -This package enables users to declare in their document which -physical fonts should be used for the standard Japanese -(logical) fonts of pLaTeX and upLaTeX. Font setup is realized -by changing the font mapping of dvipdfmx, and thus users can -use any (monospaced) physical fonts they like, once they -properly install this package, without creating helper files -for each new font. This package also supports setup for the -fonts used in the japanese-otf package. System requirements: -TeX format: LaTeX. TeX engine: pTeX or upTeX. DVIware: -dvipdfmx. Prerequisite packages: atbegshi. - -%package pxchfon-doc -Summary: Documentation for pxchfon -Version: svn54895 -Provides: tex-pxchfon-doc -AutoReqProv: No - -%description pxchfon-doc -Documentation for pxchfon - -%package pxcjkcat -Provides: tex-pxcjkcat = %{tl_version} -License: MIT -Summary: LaTeX interface for the CJK category codes of upTeX -Version: svn47266 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(pxcjkcat.sty) = %{tl_version} - -%description pxcjkcat -The package provides management of the CJK category code -('kcatcode'> table of the upTeX extended TeX engine. Package -options are available for tailored use in the cases of -documents that are principally written in Japanese, or -principally written in English or other Western languages. - -%package pxcjkcat-doc -Summary: Documentation for pxcjkcat -Version: svn47266 -Provides: tex-pxcjkcat-doc -AutoReqProv: No - -%description pxcjkcat-doc -Documentation for pxcjkcat - -%package pxjahyper -Provides: tex-pxjahyper = %{tl_version} -License: MIT -Summary: Hyperref support for pLaTeX -Version: svn54863 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(atbegshi.sty) -Provides: tex(pxjahyper-ajm.def) = %{tl_version} -Provides: tex(pxjahyper.sty) = %{tl_version} - -%description pxjahyper -This package adjusts the behavior of hyperref on (u)pLaTeX so -that authors can properly create PDF documents that contain -document information in Japanese. - -%package pxjahyper-doc -Summary: Documentation for pxjahyper -Version: svn54863 -Provides: tex-pxjahyper-doc -AutoReqProv: No - -%description pxjahyper-doc -Documentation for pxjahyper - -%package pxrubrica -Provides: tex-pxrubrica = %{tl_version} -License: LPPL -Summary: Ruby annotations according to JIS X 4051 -Version: svn48421 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(keyval.sty) -Provides: tex(pxrubrica.sty) = %{tl_version} - -%description pxrubrica -This package provides a function to add ruby annotations -(furigana) that follow the style conventional in Japanese -typography as described in the W3C technical note "Requirements -for Japanese Text Layout" ([JLREQ]) and the JIS specification -JIS X 4051. Starting with version 1.3, this package also -provides a function to add kenten (emphasis marks) to Japanese -text. - -%package pxrubrica-doc -Summary: Documentation for pxrubrica -Version: svn48421 -Provides: tex-pxrubrica-doc -AutoReqProv: No - -%description pxrubrica-doc -Documentation for pxrubrica - -%package uptex-base -Provides: tex-uptex-base = %{tl_version} -License: BSD -Summary: Plain TeX format and documents for upTeX -Version: svn54043 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(euptex.ini) = %{tl_version} -Provides: tex(ukinsoku.tex) = %{tl_version} -Provides: tex(uptex.ini) = %{tl_version} -Provides: tex(uptex.tex) = %{tl_version} - -%description uptex-base -The bundle contains plain TeX format and documents for -upTeX and e-upTeX. - -%package uptex-base-doc -Summary: Documentation for uptex-base -Version: svn54043 -Provides: tex-uptex-base-doc -AutoReqProv: No - -%description uptex-base-doc -Documentation for uptex-base - -%package uptex-fonts -Provides: tex-uptex-fonts = %{tl_version} -License: BSD -Summary: Fonts for use with upTeX -Version: svn54045 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description uptex-fonts -The bundle contains fonts (TFM and VF) for use with upTeX. This -is a redistribution derived from the upTeX distribution by -Takuji Tanaka. - -%package uptex-fonts-doc -Summary: Documentation for uptex-fonts -Version: svn54045 -Provides: tex-uptex-fonts-doc -AutoReqProv: No - -%description uptex-fonts-doc -Documentation for uptex-fonts - -%package zxjafbfont -Provides: tex-zxjafbfont = %{tl_version} -License: MIT -Summary: Fallback CJK font support for xeCJK -Version: svn28539.0.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(xeCJK.sty) -Provides: tex(zxjafbfont.sty) = %{tl_version} - -%description zxjafbfont -zxjafbfont package - -%package zxjafbfont-doc -Summary: Documentation for zxjafbfont -Version: svn28539.0.2 - -Provides: tex-zxjafbfont-doc -AutoReqProv: No - -%description zxjafbfont-doc -Documentation for zxjafbfont - -%package zxjatype -Provides: tex-zxjatype = %{tl_version} -License: MIT -Summary: Standard conforming typesetting of Japanese, for XeLaTeX -Version: svn53500 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifxetex.sty) -Requires: tex(xeCJK.sty) -Requires: tex(xparse.sty) -Requires: tex(etoolbox.sty) -Provides: tex(zxjatype.sty) = %{tl_version} - -%description zxjatype -zxjatype package - -%package zxjatype-doc -Summary: Documentation for zxjatype -Version: svn53500 -Provides: tex-zxjatype-doc -AutoReqProv: No - -%description zxjatype-doc -Documentation for zxjatype - -%package collection-langkorean -Summary: Korean -Version: svn54074 -Requires: texlive-base -Requires: texlive-baekmuk -Requires: texlive-cjk-ko -Requires: texlive-collection-langcjk -Requires: texlive-kotex-oblivoir -Requires: texlive-kotex-plain -Requires: texlive-kotex-utf -Requires: texlive-kotex-utils -Requires: texlive-lshort-korean-doc -Requires: texlive-nanumtype1 -Requires: texlive-pmhanguljamo -Requires: texlive-uhc -Requires: texlive-unfonts-core -Requires: texlive-unfonts-extra - -%description collection-langkorean -Support for Korean; additional packages in collection-langcjk. - -%package kotex-oblivoir -Provides: tex-kotex-oblivoir = %{tl_version} -License: LPPL 1.3 -Summary: A LaTeX document class for typesetting Korean documents -Version: svn54519 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-memoir -Requires: texlive-kotex-utf -Requires: tex(xparse.sty) -Requires: tex(hologo.sty) -Requires: tex(dhucs.sty) -Requires: tex(memhfixc.sty) -Requires: tex(hyperref.sty) -Requires: tex(memucs-setspace.sty) -Requires: tex(xkeyval.sty) -Requires: tex(fontenc.sty) -Requires: tex(polyglossia.sty) -Requires: tex(luatexko.sty) -Requires: tex(xob-dotemph.sty) -Requires: tex(cjkutf8-ko.sty) -Requires: tex(ifluatex.sty) -Requires: tex(ifxetex.sty) -Requires: tex(xetexko-space.sty) -Requires: tex(xetexko-josa.sty) -Requires: tex(xetexko-vertical.sty) -Requires: tex(kolabels-utf.sty) -Requires: tex(konames-utf.sty) -Requires: tex(amssymb.sty) -Requires: tex(fontspec.sty) -Requires: tex(kotex.sty) -Requires: tex(xetexko-font.sty) -Requires: tex(paralist.sty) -Requires: tex(iftex.sty) -Requires: tex(dhucs-paralist.sty) -Requires: tex(moreverb.sty) -Requires: tex(amsmath.sty) -Requires: tex(dhucs-cmap.sty) -Requires: tex(microtype.sty) -Requires: tex(type1cm.sty) -Requires: tex(type1ec.sty) -Requires: tex(enumerate.sty) -Provides: tex(10_5.sty) = %{tl_version} -Provides: tex(fapapersize.sty) = %{tl_version} -Provides: tex(hfontsel.sty) = %{tl_version} -Provides: tex(memhangul-common.sty) = %{tl_version} -Provides: tex(memhangul-patch.sty) = %{tl_version} -Provides: tex(memhangul-ucs.sty) = %{tl_version} -Provides: tex(memhangul-x.sty) = %{tl_version} -Provides: tex(memucs-enumerate.sty) = %{tl_version} -Provides: tex(memucs-gremph.sty) = %{tl_version} -Provides: tex(memucs-interword-x.sty) = %{tl_version} -Provides: tex(memucs-interword.sty) = %{tl_version} -Provides: tex(memucs-setspace.sty) = %{tl_version} -Provides: tex(nanumfontsel.sty) = %{tl_version} -Provides: tex(ob-koreanappendix.sty) = %{tl_version} -Provides: tex(ob-nokoreanappendix.sty) = %{tl_version} -Provides: tex(ob-toclof.sty) = %{tl_version} -Provides: tex(oblivoir-utf.cls) = %{tl_version} -Provides: tex(oblivoir-xl.cls) = %{tl_version} -Provides: tex(oblivoir.cls) = %{tl_version} -Provides: tex(xetexko-var.sty) = %{tl_version} -Provides: tex(xob-amssymb.sty) = %{tl_version} -Provides: tex(xob-dotemph.sty) = %{tl_version} -Provides: tex(xob-font.sty) = %{tl_version} -Provides: tex(xob-hyper.sty) = %{tl_version} -Provides: tex(xob-lwarp.sty) = %{tl_version} -Provides: tex(xob-paralist.sty) = %{tl_version} -Provides: tex(xoblivoir.cls) = %{tl_version} - -%description kotex-oblivoir -The class is based on memoir, and is adapted to typesetting -Korean documents. The bundle (of class and associated packages) -belongs to the ko.TeX bundle. It depends on memoir and -kotex-utf to function. - -%package kotex-oblivoir-doc -Summary: Documentation for kotex-oblivoir -Version: svn54519 -Provides: tex-kotex-oblivoir-doc -AutoReqProv: No -Requires: tex-memoir-doc -Requires: tex-kotex-utf-doc - -%description kotex-oblivoir-doc -Documentation for kotex-oblivoir - -%package memoir -Provides: tex-memoir = %{tl_version} -License: LPPL 1.3 -Summary: Typeset fiction, non-fiction and mathematical books -Version: svn54554 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifpdf.sty) -Requires: tex(ifetex.sty) -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Requires: tex(etex.sty) -Provides: tex(mem10.clo) = %{tl_version} -Provides: tex(mem11.clo) = %{tl_version} -Provides: tex(mem12.clo) = %{tl_version} -Provides: tex(mem14.clo) = %{tl_version} -Provides: tex(mem17.clo) = %{tl_version} -Provides: tex(mem20.clo) = %{tl_version} -Provides: tex(mem25.clo) = %{tl_version} -Provides: tex(mem30.clo) = %{tl_version} -Provides: tex(mem36.clo) = %{tl_version} -Provides: tex(mem48.clo) = %{tl_version} -Provides: tex(mem60.clo) = %{tl_version} -Provides: tex(mem9.clo) = %{tl_version} -Provides: tex(memhfixc.sty) = %{tl_version} -Provides: tex(memoir.cls) = %{tl_version} - -%description memoir -The memoir class is for typesetting poetry, fiction, non- -fiction, and mathematical works. Permissible document 'base' -font sizes range from 9 to 60pt. There is a range of page- -styles and well over a dozen chapter-styles to choose from, as -well as methods for specifying your own layouts and designs. -The class also provides the functionality of over thirty of the -more popular packages, thus simplifying document sources. The -class automatically loads an associated patch file mempatch; -the patch file may be updated from time to time, between -releases of the class itself. (The patch file stays around even -when there are no extant patches.) Users who wish to use the -hyperref package, in a document written with the memoir class, -should also use the memhfixc package (part of this bundle). -Note, however, that any current version of hyperref actually -loads the package automatically if it detects that it is -running under memoir. - -%package memoir-doc -Summary: Documentation for memoir -Version: svn54554 -Provides: tex-memoir-doc -AutoReqProv: No - -%description memoir-doc -Documentation for memoir - -%package kotex-utf -Provides: tex-kotex-utf = %{tl_version} -License: LPPL 1.3 -Summary: Typeset Hangul, coded in UTF-8 -Version: svn38558 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex-cjk-ko -Requires: tex(ifpdf.sty) -Requires: tex(enumerate.sty) -Requires: tex(enumitem.sty) -Requires: tex(xkeyval.sty) -Requires: tex(verbatim.sty) -Requires: tex(paralist.sty) -Requires: tex(sectsty.sty) -Requires: tex(setspace.sty) -Requires: tex(hyperref.sty) -Requires: tex(hologo.sty) -Requires: tex(varioref.sty) -Requires: tex(fontenc.sty) -Requires: tex(luatexko.sty) -Requires: tex(xetexko.sty) -Requires: tex(konames-utf.sty) -Requires: tex(inputenc.sty) -Requires: tex(kolabels-utf.sty) -Requires: tex(kotexutf-core.tex) -Provides: tex(dhucs-cmap.sty) = %{tl_version} -Provides: tex(dhucs-enumerate.sty) = %{tl_version} -Provides: tex(dhucs-enumitem.sty) = %{tl_version} -Provides: tex(dhucs-gremph.sty) = %{tl_version} -Provides: tex(dhucs-interword.sty) = %{tl_version} -Provides: tex(dhucs-paralist.sty) = %{tl_version} -Provides: tex(dhucs-sectsty.sty) = %{tl_version} -Provides: tex(dhucs-setspace.sty) = %{tl_version} -Provides: tex(dhucs-trivcj.sty) = %{tl_version} -Provides: tex(dhucs-ucshyper.sty) = %{tl_version} -Provides: tex(dhucsfn.sty) = %{tl_version} -Provides: tex(kotex-logo.sty) = %{tl_version} -Provides: tex(kotex-varioref.sty) = %{tl_version} -Provides: tex(dhucs-nanumfont.sty) = %{tl_version} -Provides: tex(dhucs.sty) = %{tl_version} -Provides: tex(kosections-utf.sty) = %{tl_version} -Provides: tex(kotex.cfg) = %{tl_version} -Provides: tex(kotexutf.sty) = %{tl_version} -Provides: tex(lucuhcmj.fd) = %{tl_version} -Provides: tex(dhucs.cfg) = %{tl_version} - -%description kotex-utf -The package typesets Hangul, which is the native alphabet of -the Korean language; input Korean text should be encoded in UTF- -8. The bundle (of class and associated packages) belongs to the -ko.TeX bundle. - -%package kotex-utf-doc -Summary: Documentation for kotex-utf -Version: svn38558 - -Provides: tex-kotex-utf-doc -AutoReqProv: No -Requires: tex-cjk-ko-doc - -%description kotex-utf-doc -Documentation for kotex-utf - -%package kotex-plain -Provides: tex-kotex-plain = %{tl_version} -License: LPPL 1.3 -Summary: Macros for typesetting Korean under Plain TeX -Version: svn38630 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(hangulcweb.tex) = %{tl_version} -Provides: tex(kotexplain.tex) = %{tl_version} -Provides: tex(kotexutf-core.tex) = %{tl_version} -Provides: tex(kotexutf.tex) = %{tl_version} - -%description kotex-plain -The package provides macros for typesetting Hangul, the native -alphabet of the Korean language, using plain *TeX. Input Korean -text should be encoded in UTF-8. The package is belongs to the -ko.TeX bundle. - -%package kotex-plain-doc -Summary: Documentation for kotex-plain -Version: svn38630 - -Provides: tex-kotex-plain-doc -AutoReqProv: No - -%description kotex-plain-doc -Documentation for kotex-plain - -%package lshort-korean-doc -Summary: Documentation for lshort-korean -Version: svn51035 -Provides: tex-lshort-korean-doc -AutoReqProv: No - -%description lshort-korean-doc -Documentation for lshort-korean - -%package nanumtype1 -Provides: tex-nanumtype1 = %{tl_version} -License: OFL -Summary: Type1 subfonts of Nanum Korean fonts -Version: svn29558.3.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(nanumfonts.map) = %{tl_version} -Provides: tex(nanumgtb00.tfm) = %{tl_version} -Provides: tex(nanumgtb01.tfm) = %{tl_version} -Provides: tex(nanumgtb02.tfm) = %{tl_version} -Provides: tex(nanumgtb03.tfm) = %{tl_version} -Provides: tex(nanumgtb04.tfm) = %{tl_version} -Provides: tex(nanumgtb11.tfm) = %{tl_version} -Provides: tex(nanumgtb20.tfm) = %{tl_version} -Provides: tex(nanumgtb21.tfm) = %{tl_version} -Provides: tex(nanumgtb22.tfm) = %{tl_version} -Provides: tex(nanumgtb23.tfm) = %{tl_version} -Provides: tex(nanumgtb24.tfm) = %{tl_version} -Provides: tex(nanumgtb25.tfm) = %{tl_version} -Provides: tex(nanumgtb26.tfm) = %{tl_version} -Provides: tex(nanumgtb27.tfm) = %{tl_version} -Provides: tex(nanumgtb2a.tfm) = %{tl_version} -Provides: tex(nanumgtb30.tfm) = %{tl_version} -Provides: tex(nanumgtb31.tfm) = %{tl_version} -Provides: tex(nanumgtb32.tfm) = %{tl_version} -Provides: tex(nanumgtb33.tfm) = %{tl_version} -Provides: tex(nanumgtb4e.tfm) = %{tl_version} -Provides: tex(nanumgtb4f.tfm) = %{tl_version} -Provides: tex(nanumgtb50.tfm) = %{tl_version} -Provides: tex(nanumgtb51.tfm) = %{tl_version} -Provides: tex(nanumgtb52.tfm) = %{tl_version} -Provides: tex(nanumgtb53.tfm) = %{tl_version} -Provides: tex(nanumgtb54.tfm) = %{tl_version} -Provides: tex(nanumgtb55.tfm) = %{tl_version} -Provides: tex(nanumgtb56.tfm) = %{tl_version} -Provides: tex(nanumgtb57.tfm) = %{tl_version} -Provides: tex(nanumgtb58.tfm) = %{tl_version} -Provides: tex(nanumgtb59.tfm) = %{tl_version} -Provides: tex(nanumgtb5a.tfm) = %{tl_version} -Provides: tex(nanumgtb5b.tfm) = %{tl_version} -Provides: tex(nanumgtb5c.tfm) = %{tl_version} -Provides: tex(nanumgtb5d.tfm) = %{tl_version} -Provides: tex(nanumgtb5e.tfm) = %{tl_version} -Provides: tex(nanumgtb5f.tfm) = %{tl_version} -Provides: tex(nanumgtb60.tfm) = %{tl_version} -Provides: tex(nanumgtb61.tfm) = %{tl_version} -Provides: tex(nanumgtb62.tfm) = %{tl_version} -Provides: tex(nanumgtb63.tfm) = %{tl_version} -Provides: tex(nanumgtb64.tfm) = %{tl_version} -Provides: tex(nanumgtb65.tfm) = %{tl_version} -Provides: tex(nanumgtb66.tfm) = %{tl_version} -Provides: tex(nanumgtb67.tfm) = %{tl_version} -Provides: tex(nanumgtb68.tfm) = %{tl_version} -Provides: tex(nanumgtb69.tfm) = %{tl_version} -Provides: tex(nanumgtb6a.tfm) = %{tl_version} -Provides: tex(nanumgtb6b.tfm) = %{tl_version} -Provides: tex(nanumgtb6c.tfm) = %{tl_version} -Provides: tex(nanumgtb6d.tfm) = %{tl_version} -Provides: tex(nanumgtb6e.tfm) = %{tl_version} -Provides: tex(nanumgtb6f.tfm) = %{tl_version} -Provides: tex(nanumgtb70.tfm) = %{tl_version} -Provides: tex(nanumgtb71.tfm) = %{tl_version} -Provides: tex(nanumgtb72.tfm) = %{tl_version} -Provides: tex(nanumgtb73.tfm) = %{tl_version} -Provides: tex(nanumgtb74.tfm) = %{tl_version} -Provides: tex(nanumgtb75.tfm) = %{tl_version} -Provides: tex(nanumgtb76.tfm) = %{tl_version} -Provides: tex(nanumgtb77.tfm) = %{tl_version} -Provides: tex(nanumgtb78.tfm) = %{tl_version} -Provides: tex(nanumgtb79.tfm) = %{tl_version} -Provides: tex(nanumgtb7a.tfm) = %{tl_version} -Provides: tex(nanumgtb7b.tfm) = %{tl_version} -Provides: tex(nanumgtb7c.tfm) = %{tl_version} -Provides: tex(nanumgtb7d.tfm) = %{tl_version} -Provides: tex(nanumgtb7e.tfm) = %{tl_version} -Provides: tex(nanumgtb7f.tfm) = %{tl_version} -Provides: tex(nanumgtb80.tfm) = %{tl_version} -Provides: tex(nanumgtb81.tfm) = %{tl_version} -Provides: tex(nanumgtb82.tfm) = %{tl_version} -Provides: tex(nanumgtb83.tfm) = %{tl_version} -Provides: tex(nanumgtb84.tfm) = %{tl_version} -Provides: tex(nanumgtb85.tfm) = %{tl_version} -Provides: tex(nanumgtb86.tfm) = %{tl_version} -Provides: tex(nanumgtb87.tfm) = %{tl_version} -Provides: tex(nanumgtb88.tfm) = %{tl_version} -Provides: tex(nanumgtb89.tfm) = %{tl_version} -Provides: tex(nanumgtb8a.tfm) = %{tl_version} -Provides: tex(nanumgtb8b.tfm) = %{tl_version} -Provides: tex(nanumgtb8c.tfm) = %{tl_version} -Provides: tex(nanumgtb8d.tfm) = %{tl_version} -Provides: tex(nanumgtb8e.tfm) = %{tl_version} -Provides: tex(nanumgtb8f.tfm) = %{tl_version} -Provides: tex(nanumgtb90.tfm) = %{tl_version} -Provides: tex(nanumgtb91.tfm) = %{tl_version} -Provides: tex(nanumgtb92.tfm) = %{tl_version} -Provides: tex(nanumgtb93.tfm) = %{tl_version} -Provides: tex(nanumgtb94.tfm) = %{tl_version} -Provides: tex(nanumgtb95.tfm) = %{tl_version} -Provides: tex(nanumgtb96.tfm) = %{tl_version} -Provides: tex(nanumgtb97.tfm) = %{tl_version} -Provides: tex(nanumgtb98.tfm) = %{tl_version} -Provides: tex(nanumgtb99.tfm) = %{tl_version} -Provides: tex(nanumgtb9a.tfm) = %{tl_version} -Provides: tex(nanumgtb9b.tfm) = %{tl_version} -Provides: tex(nanumgtb9c.tfm) = %{tl_version} -Provides: tex(nanumgtb9d.tfm) = %{tl_version} -Provides: tex(nanumgtb9e.tfm) = %{tl_version} -Provides: tex(nanumgtb9f.tfm) = %{tl_version} -Provides: tex(nanumgtbac.tfm) = %{tl_version} -Provides: tex(nanumgtbad.tfm) = %{tl_version} -Provides: tex(nanumgtbae.tfm) = %{tl_version} -Provides: tex(nanumgtbaf.tfm) = %{tl_version} -Provides: tex(nanumgtbb0.tfm) = %{tl_version} -Provides: tex(nanumgtbb1.tfm) = %{tl_version} -Provides: tex(nanumgtbb2.tfm) = %{tl_version} -Provides: tex(nanumgtbb3.tfm) = %{tl_version} -Provides: tex(nanumgtbb4.tfm) = %{tl_version} -Provides: tex(nanumgtbb5.tfm) = %{tl_version} -Provides: tex(nanumgtbb6.tfm) = %{tl_version} -Provides: tex(nanumgtbb7.tfm) = %{tl_version} -Provides: tex(nanumgtbb8.tfm) = %{tl_version} -Provides: tex(nanumgtbb9.tfm) = %{tl_version} -Provides: tex(nanumgtbba.tfm) = %{tl_version} -Provides: tex(nanumgtbbb.tfm) = %{tl_version} -Provides: tex(nanumgtbbc.tfm) = %{tl_version} -Provides: tex(nanumgtbbd.tfm) = %{tl_version} -Provides: tex(nanumgtbbe.tfm) = %{tl_version} -Provides: tex(nanumgtbbf.tfm) = %{tl_version} -Provides: tex(nanumgtbc0.tfm) = %{tl_version} -Provides: tex(nanumgtbc1.tfm) = %{tl_version} -Provides: tex(nanumgtbc2.tfm) = %{tl_version} -Provides: tex(nanumgtbc3.tfm) = %{tl_version} -Provides: tex(nanumgtbc4.tfm) = %{tl_version} -Provides: tex(nanumgtbc5.tfm) = %{tl_version} -Provides: tex(nanumgtbc6.tfm) = %{tl_version} -Provides: tex(nanumgtbc7.tfm) = %{tl_version} -Provides: tex(nanumgtbc8.tfm) = %{tl_version} -Provides: tex(nanumgtbc9.tfm) = %{tl_version} -Provides: tex(nanumgtbca.tfm) = %{tl_version} -Provides: tex(nanumgtbcb.tfm) = %{tl_version} -Provides: tex(nanumgtbcc.tfm) = %{tl_version} -Provides: tex(nanumgtbcd.tfm) = %{tl_version} -Provides: tex(nanumgtbce.tfm) = %{tl_version} -Provides: tex(nanumgtbcf.tfm) = %{tl_version} -Provides: tex(nanumgtbd0.tfm) = %{tl_version} -Provides: tex(nanumgtbd1.tfm) = %{tl_version} -Provides: tex(nanumgtbd2.tfm) = %{tl_version} -Provides: tex(nanumgtbd3.tfm) = %{tl_version} -Provides: tex(nanumgtbd4.tfm) = %{tl_version} -Provides: tex(nanumgtbd5.tfm) = %{tl_version} -Provides: tex(nanumgtbd6.tfm) = %{tl_version} -Provides: tex(nanumgtbd7.tfm) = %{tl_version} -Provides: tex(nanumgtbf9.tfm) = %{tl_version} -Provides: tex(nanumgtbfa.tfm) = %{tl_version} -Provides: tex(nanumgtbff.tfm) = %{tl_version} -Provides: tex(nanumgtbo00.tfm) = %{tl_version} -Provides: tex(nanumgtbo01.tfm) = %{tl_version} -Provides: tex(nanumgtbo02.tfm) = %{tl_version} -Provides: tex(nanumgtbo03.tfm) = %{tl_version} -Provides: tex(nanumgtbo04.tfm) = %{tl_version} -Provides: tex(nanumgtbo11.tfm) = %{tl_version} -Provides: tex(nanumgtbo20.tfm) = %{tl_version} -Provides: tex(nanumgtbo21.tfm) = %{tl_version} -Provides: tex(nanumgtbo22.tfm) = %{tl_version} -Provides: tex(nanumgtbo23.tfm) = %{tl_version} -Provides: tex(nanumgtbo24.tfm) = %{tl_version} -Provides: tex(nanumgtbo25.tfm) = %{tl_version} -Provides: tex(nanumgtbo26.tfm) = %{tl_version} -Provides: tex(nanumgtbo27.tfm) = %{tl_version} -Provides: tex(nanumgtbo2a.tfm) = %{tl_version} -Provides: tex(nanumgtbo30.tfm) = %{tl_version} -Provides: tex(nanumgtbo31.tfm) = %{tl_version} -Provides: tex(nanumgtbo32.tfm) = %{tl_version} -Provides: tex(nanumgtbo33.tfm) = %{tl_version} -Provides: tex(nanumgtbo4e.tfm) = %{tl_version} -Provides: tex(nanumgtbo4f.tfm) = %{tl_version} -Provides: tex(nanumgtbo50.tfm) = %{tl_version} -Provides: tex(nanumgtbo51.tfm) = %{tl_version} -Provides: tex(nanumgtbo52.tfm) = %{tl_version} -Provides: tex(nanumgtbo53.tfm) = %{tl_version} -Provides: tex(nanumgtbo54.tfm) = %{tl_version} -Provides: tex(nanumgtbo55.tfm) = %{tl_version} -Provides: tex(nanumgtbo56.tfm) = %{tl_version} -Provides: tex(nanumgtbo57.tfm) = %{tl_version} -Provides: tex(nanumgtbo58.tfm) = %{tl_version} -Provides: tex(nanumgtbo59.tfm) = %{tl_version} -Provides: tex(nanumgtbo5a.tfm) = %{tl_version} -Provides: tex(nanumgtbo5b.tfm) = %{tl_version} -Provides: tex(nanumgtbo5c.tfm) = %{tl_version} -Provides: tex(nanumgtbo5d.tfm) = %{tl_version} -Provides: tex(nanumgtbo5e.tfm) = %{tl_version} -Provides: tex(nanumgtbo5f.tfm) = %{tl_version} -Provides: tex(nanumgtbo60.tfm) = %{tl_version} -Provides: tex(nanumgtbo61.tfm) = %{tl_version} -Provides: tex(nanumgtbo62.tfm) = %{tl_version} -Provides: tex(nanumgtbo63.tfm) = %{tl_version} -Provides: tex(nanumgtbo64.tfm) = %{tl_version} -Provides: tex(nanumgtbo65.tfm) = %{tl_version} -Provides: tex(nanumgtbo66.tfm) = %{tl_version} -Provides: tex(nanumgtbo67.tfm) = %{tl_version} -Provides: tex(nanumgtbo68.tfm) = %{tl_version} -Provides: tex(nanumgtbo69.tfm) = %{tl_version} -Provides: tex(nanumgtbo6a.tfm) = %{tl_version} -Provides: tex(nanumgtbo6b.tfm) = %{tl_version} -Provides: tex(nanumgtbo6c.tfm) = %{tl_version} -Provides: tex(nanumgtbo6d.tfm) = %{tl_version} -Provides: tex(nanumgtbo6e.tfm) = %{tl_version} -Provides: tex(nanumgtbo6f.tfm) = %{tl_version} -Provides: tex(nanumgtbo70.tfm) = %{tl_version} -Provides: tex(nanumgtbo71.tfm) = %{tl_version} -Provides: tex(nanumgtbo72.tfm) = %{tl_version} -Provides: tex(nanumgtbo73.tfm) = %{tl_version} -Provides: tex(nanumgtbo74.tfm) = %{tl_version} -Provides: tex(nanumgtbo75.tfm) = %{tl_version} -Provides: tex(nanumgtbo76.tfm) = %{tl_version} -Provides: tex(nanumgtbo77.tfm) = %{tl_version} -Provides: tex(nanumgtbo78.tfm) = %{tl_version} -Provides: tex(nanumgtbo79.tfm) = %{tl_version} -Provides: tex(nanumgtbo7a.tfm) = %{tl_version} -Provides: tex(nanumgtbo7b.tfm) = %{tl_version} -Provides: tex(nanumgtbo7c.tfm) = %{tl_version} -Provides: tex(nanumgtbo7d.tfm) = %{tl_version} -Provides: tex(nanumgtbo7e.tfm) = %{tl_version} -Provides: tex(nanumgtbo7f.tfm) = %{tl_version} -Provides: tex(nanumgtbo80.tfm) = %{tl_version} -Provides: tex(nanumgtbo81.tfm) = %{tl_version} -Provides: tex(nanumgtbo82.tfm) = %{tl_version} -Provides: tex(nanumgtbo83.tfm) = %{tl_version} -Provides: tex(nanumgtbo84.tfm) = %{tl_version} -Provides: tex(nanumgtbo85.tfm) = %{tl_version} -Provides: tex(nanumgtbo86.tfm) = %{tl_version} -Provides: tex(nanumgtbo87.tfm) = %{tl_version} -Provides: tex(nanumgtbo88.tfm) = %{tl_version} -Provides: tex(nanumgtbo89.tfm) = %{tl_version} -Provides: tex(nanumgtbo8a.tfm) = %{tl_version} -Provides: tex(nanumgtbo8b.tfm) = %{tl_version} -Provides: tex(nanumgtbo8c.tfm) = %{tl_version} -Provides: tex(nanumgtbo8d.tfm) = %{tl_version} -Provides: tex(nanumgtbo8e.tfm) = %{tl_version} -Provides: tex(nanumgtbo8f.tfm) = %{tl_version} -Provides: tex(nanumgtbo90.tfm) = %{tl_version} -Provides: tex(nanumgtbo91.tfm) = %{tl_version} -Provides: tex(nanumgtbo92.tfm) = %{tl_version} -Provides: tex(nanumgtbo93.tfm) = %{tl_version} -Provides: tex(nanumgtbo94.tfm) = %{tl_version} -Provides: tex(nanumgtbo95.tfm) = %{tl_version} -Provides: tex(nanumgtbo96.tfm) = %{tl_version} -Provides: tex(nanumgtbo97.tfm) = %{tl_version} -Provides: tex(nanumgtbo98.tfm) = %{tl_version} -Provides: tex(nanumgtbo99.tfm) = %{tl_version} -Provides: tex(nanumgtbo9a.tfm) = %{tl_version} -Provides: tex(nanumgtbo9b.tfm) = %{tl_version} -Provides: tex(nanumgtbo9c.tfm) = %{tl_version} -Provides: tex(nanumgtbo9d.tfm) = %{tl_version} -Provides: tex(nanumgtbo9e.tfm) = %{tl_version} -Provides: tex(nanumgtbo9f.tfm) = %{tl_version} -Provides: tex(nanumgtboac.tfm) = %{tl_version} -Provides: tex(nanumgtboad.tfm) = %{tl_version} -Provides: tex(nanumgtboae.tfm) = %{tl_version} -Provides: tex(nanumgtboaf.tfm) = %{tl_version} -Provides: tex(nanumgtbob0.tfm) = %{tl_version} -Provides: tex(nanumgtbob1.tfm) = %{tl_version} -Provides: tex(nanumgtbob2.tfm) = %{tl_version} -Provides: tex(nanumgtbob3.tfm) = %{tl_version} -Provides: tex(nanumgtbob4.tfm) = %{tl_version} -Provides: tex(nanumgtbob5.tfm) = %{tl_version} -Provides: tex(nanumgtbob6.tfm) = %{tl_version} -Provides: tex(nanumgtbob7.tfm) = %{tl_version} -Provides: tex(nanumgtbob8.tfm) = %{tl_version} -Provides: tex(nanumgtbob9.tfm) = %{tl_version} -Provides: tex(nanumgtboba.tfm) = %{tl_version} -Provides: tex(nanumgtbobb.tfm) = %{tl_version} -Provides: tex(nanumgtbobc.tfm) = %{tl_version} -Provides: tex(nanumgtbobd.tfm) = %{tl_version} -Provides: tex(nanumgtbobe.tfm) = %{tl_version} -Provides: tex(nanumgtbobf.tfm) = %{tl_version} -Provides: tex(nanumgtboc0.tfm) = %{tl_version} -Provides: tex(nanumgtboc1.tfm) = %{tl_version} -Provides: tex(nanumgtboc2.tfm) = %{tl_version} -Provides: tex(nanumgtboc3.tfm) = %{tl_version} -Provides: tex(nanumgtboc4.tfm) = %{tl_version} -Provides: tex(nanumgtboc5.tfm) = %{tl_version} -Provides: tex(nanumgtboc6.tfm) = %{tl_version} -Provides: tex(nanumgtboc7.tfm) = %{tl_version} -Provides: tex(nanumgtboc8.tfm) = %{tl_version} -Provides: tex(nanumgtboc9.tfm) = %{tl_version} -Provides: tex(nanumgtboca.tfm) = %{tl_version} -Provides: tex(nanumgtbocb.tfm) = %{tl_version} -Provides: tex(nanumgtbocc.tfm) = %{tl_version} -Provides: tex(nanumgtbocd.tfm) = %{tl_version} -Provides: tex(nanumgtboce.tfm) = %{tl_version} -Provides: tex(nanumgtbocf.tfm) = %{tl_version} -Provides: tex(nanumgtbod0.tfm) = %{tl_version} -Provides: tex(nanumgtbod1.tfm) = %{tl_version} -Provides: tex(nanumgtbod2.tfm) = %{tl_version} -Provides: tex(nanumgtbod3.tfm) = %{tl_version} -Provides: tex(nanumgtbod4.tfm) = %{tl_version} -Provides: tex(nanumgtbod5.tfm) = %{tl_version} -Provides: tex(nanumgtbod6.tfm) = %{tl_version} -Provides: tex(nanumgtbod7.tfm) = %{tl_version} -Provides: tex(nanumgtbof9.tfm) = %{tl_version} -Provides: tex(nanumgtbofa.tfm) = %{tl_version} -Provides: tex(nanumgtboff.tfm) = %{tl_version} -Provides: tex(nanumgtm00.tfm) = %{tl_version} -Provides: tex(nanumgtm01.tfm) = %{tl_version} -Provides: tex(nanumgtm02.tfm) = %{tl_version} -Provides: tex(nanumgtm03.tfm) = %{tl_version} -Provides: tex(nanumgtm04.tfm) = %{tl_version} -Provides: tex(nanumgtm11.tfm) = %{tl_version} -Provides: tex(nanumgtm20.tfm) = %{tl_version} -Provides: tex(nanumgtm21.tfm) = %{tl_version} -Provides: tex(nanumgtm22.tfm) = %{tl_version} -Provides: tex(nanumgtm23.tfm) = %{tl_version} -Provides: tex(nanumgtm24.tfm) = %{tl_version} -Provides: tex(nanumgtm25.tfm) = %{tl_version} -Provides: tex(nanumgtm26.tfm) = %{tl_version} -Provides: tex(nanumgtm27.tfm) = %{tl_version} -Provides: tex(nanumgtm2a.tfm) = %{tl_version} -Provides: tex(nanumgtm30.tfm) = %{tl_version} -Provides: tex(nanumgtm31.tfm) = %{tl_version} -Provides: tex(nanumgtm32.tfm) = %{tl_version} -Provides: tex(nanumgtm33.tfm) = %{tl_version} -Provides: tex(nanumgtm4e.tfm) = %{tl_version} -Provides: tex(nanumgtm4f.tfm) = %{tl_version} -Provides: tex(nanumgtm50.tfm) = %{tl_version} -Provides: tex(nanumgtm51.tfm) = %{tl_version} -Provides: tex(nanumgtm52.tfm) = %{tl_version} -Provides: tex(nanumgtm53.tfm) = %{tl_version} -Provides: tex(nanumgtm54.tfm) = %{tl_version} -Provides: tex(nanumgtm55.tfm) = %{tl_version} -Provides: tex(nanumgtm56.tfm) = %{tl_version} -Provides: tex(nanumgtm57.tfm) = %{tl_version} -Provides: tex(nanumgtm58.tfm) = %{tl_version} -Provides: tex(nanumgtm59.tfm) = %{tl_version} -Provides: tex(nanumgtm5a.tfm) = %{tl_version} -Provides: tex(nanumgtm5b.tfm) = %{tl_version} -Provides: tex(nanumgtm5c.tfm) = %{tl_version} -Provides: tex(nanumgtm5d.tfm) = %{tl_version} -Provides: tex(nanumgtm5e.tfm) = %{tl_version} -Provides: tex(nanumgtm5f.tfm) = %{tl_version} -Provides: tex(nanumgtm60.tfm) = %{tl_version} -Provides: tex(nanumgtm61.tfm) = %{tl_version} -Provides: tex(nanumgtm62.tfm) = %{tl_version} -Provides: tex(nanumgtm63.tfm) = %{tl_version} -Provides: tex(nanumgtm64.tfm) = %{tl_version} -Provides: tex(nanumgtm65.tfm) = %{tl_version} -Provides: tex(nanumgtm66.tfm) = %{tl_version} -Provides: tex(nanumgtm67.tfm) = %{tl_version} -Provides: tex(nanumgtm68.tfm) = %{tl_version} -Provides: tex(nanumgtm69.tfm) = %{tl_version} -Provides: tex(nanumgtm6a.tfm) = %{tl_version} -Provides: tex(nanumgtm6b.tfm) = %{tl_version} -Provides: tex(nanumgtm6c.tfm) = %{tl_version} -Provides: tex(nanumgtm6d.tfm) = %{tl_version} -Provides: tex(nanumgtm6e.tfm) = %{tl_version} -Provides: tex(nanumgtm6f.tfm) = %{tl_version} -Provides: tex(nanumgtm70.tfm) = %{tl_version} -Provides: tex(nanumgtm71.tfm) = %{tl_version} -Provides: tex(nanumgtm72.tfm) = %{tl_version} -Provides: tex(nanumgtm73.tfm) = %{tl_version} -Provides: tex(nanumgtm74.tfm) = %{tl_version} -Provides: tex(nanumgtm75.tfm) = %{tl_version} -Provides: tex(nanumgtm76.tfm) = %{tl_version} -Provides: tex(nanumgtm77.tfm) = %{tl_version} -Provides: tex(nanumgtm78.tfm) = %{tl_version} -Provides: tex(nanumgtm79.tfm) = %{tl_version} -Provides: tex(nanumgtm7a.tfm) = %{tl_version} -Provides: tex(nanumgtm7b.tfm) = %{tl_version} -Provides: tex(nanumgtm7c.tfm) = %{tl_version} -Provides: tex(nanumgtm7d.tfm) = %{tl_version} -Provides: tex(nanumgtm7e.tfm) = %{tl_version} -Provides: tex(nanumgtm7f.tfm) = %{tl_version} -Provides: tex(nanumgtm80.tfm) = %{tl_version} -Provides: tex(nanumgtm81.tfm) = %{tl_version} -Provides: tex(nanumgtm82.tfm) = %{tl_version} -Provides: tex(nanumgtm83.tfm) = %{tl_version} -Provides: tex(nanumgtm84.tfm) = %{tl_version} -Provides: tex(nanumgtm85.tfm) = %{tl_version} -Provides: tex(nanumgtm86.tfm) = %{tl_version} -Provides: tex(nanumgtm87.tfm) = %{tl_version} -Provides: tex(nanumgtm88.tfm) = %{tl_version} -Provides: tex(nanumgtm89.tfm) = %{tl_version} -Provides: tex(nanumgtm8a.tfm) = %{tl_version} -Provides: tex(nanumgtm8b.tfm) = %{tl_version} -Provides: tex(nanumgtm8c.tfm) = %{tl_version} -Provides: tex(nanumgtm8d.tfm) = %{tl_version} -Provides: tex(nanumgtm8e.tfm) = %{tl_version} -Provides: tex(nanumgtm8f.tfm) = %{tl_version} -Provides: tex(nanumgtm90.tfm) = %{tl_version} -Provides: tex(nanumgtm91.tfm) = %{tl_version} -Provides: tex(nanumgtm92.tfm) = %{tl_version} -Provides: tex(nanumgtm93.tfm) = %{tl_version} -Provides: tex(nanumgtm94.tfm) = %{tl_version} -Provides: tex(nanumgtm95.tfm) = %{tl_version} -Provides: tex(nanumgtm96.tfm) = %{tl_version} -Provides: tex(nanumgtm97.tfm) = %{tl_version} -Provides: tex(nanumgtm98.tfm) = %{tl_version} -Provides: tex(nanumgtm99.tfm) = %{tl_version} -Provides: tex(nanumgtm9a.tfm) = %{tl_version} -Provides: tex(nanumgtm9b.tfm) = %{tl_version} -Provides: tex(nanumgtm9c.tfm) = %{tl_version} -Provides: tex(nanumgtm9d.tfm) = %{tl_version} -Provides: tex(nanumgtm9e.tfm) = %{tl_version} -Provides: tex(nanumgtm9f.tfm) = %{tl_version} -Provides: tex(nanumgtmac.tfm) = %{tl_version} -Provides: tex(nanumgtmad.tfm) = %{tl_version} -Provides: tex(nanumgtmae.tfm) = %{tl_version} -Provides: tex(nanumgtmaf.tfm) = %{tl_version} -Provides: tex(nanumgtmb0.tfm) = %{tl_version} -Provides: tex(nanumgtmb1.tfm) = %{tl_version} -Provides: tex(nanumgtmb2.tfm) = %{tl_version} -Provides: tex(nanumgtmb3.tfm) = %{tl_version} -Provides: tex(nanumgtmb4.tfm) = %{tl_version} -Provides: tex(nanumgtmb5.tfm) = %{tl_version} -Provides: tex(nanumgtmb6.tfm) = %{tl_version} -Provides: tex(nanumgtmb7.tfm) = %{tl_version} -Provides: tex(nanumgtmb8.tfm) = %{tl_version} -Provides: tex(nanumgtmb9.tfm) = %{tl_version} -Provides: tex(nanumgtmba.tfm) = %{tl_version} -Provides: tex(nanumgtmbb.tfm) = %{tl_version} -Provides: tex(nanumgtmbc.tfm) = %{tl_version} -Provides: tex(nanumgtmbd.tfm) = %{tl_version} -Provides: tex(nanumgtmbe.tfm) = %{tl_version} -Provides: tex(nanumgtmbf.tfm) = %{tl_version} -Provides: tex(nanumgtmc0.tfm) = %{tl_version} -Provides: tex(nanumgtmc1.tfm) = %{tl_version} -Provides: tex(nanumgtmc2.tfm) = %{tl_version} -Provides: tex(nanumgtmc3.tfm) = %{tl_version} -Provides: tex(nanumgtmc4.tfm) = %{tl_version} -Provides: tex(nanumgtmc5.tfm) = %{tl_version} -Provides: tex(nanumgtmc6.tfm) = %{tl_version} -Provides: tex(nanumgtmc7.tfm) = %{tl_version} -Provides: tex(nanumgtmc8.tfm) = %{tl_version} -Provides: tex(nanumgtmc9.tfm) = %{tl_version} -Provides: tex(nanumgtmca.tfm) = %{tl_version} -Provides: tex(nanumgtmcb.tfm) = %{tl_version} -Provides: tex(nanumgtmcc.tfm) = %{tl_version} -Provides: tex(nanumgtmcd.tfm) = %{tl_version} -Provides: tex(nanumgtmce.tfm) = %{tl_version} -Provides: tex(nanumgtmcf.tfm) = %{tl_version} -Provides: tex(nanumgtmd0.tfm) = %{tl_version} -Provides: tex(nanumgtmd1.tfm) = %{tl_version} -Provides: tex(nanumgtmd2.tfm) = %{tl_version} -Provides: tex(nanumgtmd3.tfm) = %{tl_version} -Provides: tex(nanumgtmd4.tfm) = %{tl_version} -Provides: tex(nanumgtmd5.tfm) = %{tl_version} -Provides: tex(nanumgtmd6.tfm) = %{tl_version} -Provides: tex(nanumgtmd7.tfm) = %{tl_version} -Provides: tex(nanumgtmf9.tfm) = %{tl_version} -Provides: tex(nanumgtmfa.tfm) = %{tl_version} -Provides: tex(nanumgtmff.tfm) = %{tl_version} -Provides: tex(nanumgtmo00.tfm) = %{tl_version} -Provides: tex(nanumgtmo01.tfm) = %{tl_version} -Provides: tex(nanumgtmo02.tfm) = %{tl_version} -Provides: tex(nanumgtmo03.tfm) = %{tl_version} -Provides: tex(nanumgtmo04.tfm) = %{tl_version} -Provides: tex(nanumgtmo11.tfm) = %{tl_version} -Provides: tex(nanumgtmo20.tfm) = %{tl_version} -Provides: tex(nanumgtmo21.tfm) = %{tl_version} -Provides: tex(nanumgtmo22.tfm) = %{tl_version} -Provides: tex(nanumgtmo23.tfm) = %{tl_version} -Provides: tex(nanumgtmo24.tfm) = %{tl_version} -Provides: tex(nanumgtmo25.tfm) = %{tl_version} -Provides: tex(nanumgtmo26.tfm) = %{tl_version} -Provides: tex(nanumgtmo27.tfm) = %{tl_version} -Provides: tex(nanumgtmo2a.tfm) = %{tl_version} -Provides: tex(nanumgtmo30.tfm) = %{tl_version} -Provides: tex(nanumgtmo31.tfm) = %{tl_version} -Provides: tex(nanumgtmo32.tfm) = %{tl_version} -Provides: tex(nanumgtmo33.tfm) = %{tl_version} -Provides: tex(nanumgtmo4e.tfm) = %{tl_version} -Provides: tex(nanumgtmo4f.tfm) = %{tl_version} -Provides: tex(nanumgtmo50.tfm) = %{tl_version} -Provides: tex(nanumgtmo51.tfm) = %{tl_version} -Provides: tex(nanumgtmo52.tfm) = %{tl_version} -Provides: tex(nanumgtmo53.tfm) = %{tl_version} -Provides: tex(nanumgtmo54.tfm) = %{tl_version} -Provides: tex(nanumgtmo55.tfm) = %{tl_version} -Provides: tex(nanumgtmo56.tfm) = %{tl_version} -Provides: tex(nanumgtmo57.tfm) = %{tl_version} -Provides: tex(nanumgtmo58.tfm) = %{tl_version} -Provides: tex(nanumgtmo59.tfm) = %{tl_version} -Provides: tex(nanumgtmo5a.tfm) = %{tl_version} -Provides: tex(nanumgtmo5b.tfm) = %{tl_version} -Provides: tex(nanumgtmo5c.tfm) = %{tl_version} -Provides: tex(nanumgtmo5d.tfm) = %{tl_version} -Provides: tex(nanumgtmo5e.tfm) = %{tl_version} -Provides: tex(nanumgtmo5f.tfm) = %{tl_version} -Provides: tex(nanumgtmo60.tfm) = %{tl_version} -Provides: tex(nanumgtmo61.tfm) = %{tl_version} -Provides: tex(nanumgtmo62.tfm) = %{tl_version} -Provides: tex(nanumgtmo63.tfm) = %{tl_version} -Provides: tex(nanumgtmo64.tfm) = %{tl_version} -Provides: tex(nanumgtmo65.tfm) = %{tl_version} -Provides: tex(nanumgtmo66.tfm) = %{tl_version} -Provides: tex(nanumgtmo67.tfm) = %{tl_version} -Provides: tex(nanumgtmo68.tfm) = %{tl_version} -Provides: tex(nanumgtmo69.tfm) = %{tl_version} -Provides: tex(nanumgtmo6a.tfm) = %{tl_version} -Provides: tex(nanumgtmo6b.tfm) = %{tl_version} -Provides: tex(nanumgtmo6c.tfm) = %{tl_version} -Provides: tex(nanumgtmo6d.tfm) = %{tl_version} -Provides: tex(nanumgtmo6e.tfm) = %{tl_version} -Provides: tex(nanumgtmo6f.tfm) = %{tl_version} -Provides: tex(nanumgtmo70.tfm) = %{tl_version} -Provides: tex(nanumgtmo71.tfm) = %{tl_version} -Provides: tex(nanumgtmo72.tfm) = %{tl_version} -Provides: tex(nanumgtmo73.tfm) = %{tl_version} -Provides: tex(nanumgtmo74.tfm) = %{tl_version} -Provides: tex(nanumgtmo75.tfm) = %{tl_version} -Provides: tex(nanumgtmo76.tfm) = %{tl_version} -Provides: tex(nanumgtmo77.tfm) = %{tl_version} -Provides: tex(nanumgtmo78.tfm) = %{tl_version} -Provides: tex(nanumgtmo79.tfm) = %{tl_version} -Provides: tex(nanumgtmo7a.tfm) = %{tl_version} -Provides: tex(nanumgtmo7b.tfm) = %{tl_version} -Provides: tex(nanumgtmo7c.tfm) = %{tl_version} -Provides: tex(nanumgtmo7d.tfm) = %{tl_version} -Provides: tex(nanumgtmo7e.tfm) = %{tl_version} -Provides: tex(nanumgtmo7f.tfm) = %{tl_version} -Provides: tex(nanumgtmo80.tfm) = %{tl_version} -Provides: tex(nanumgtmo81.tfm) = %{tl_version} -Provides: tex(nanumgtmo82.tfm) = %{tl_version} -Provides: tex(nanumgtmo83.tfm) = %{tl_version} -Provides: tex(nanumgtmo84.tfm) = %{tl_version} -Provides: tex(nanumgtmo85.tfm) = %{tl_version} -Provides: tex(nanumgtmo86.tfm) = %{tl_version} -Provides: tex(nanumgtmo87.tfm) = %{tl_version} -Provides: tex(nanumgtmo88.tfm) = %{tl_version} -Provides: tex(nanumgtmo89.tfm) = %{tl_version} -Provides: tex(nanumgtmo8a.tfm) = %{tl_version} -Provides: tex(nanumgtmo8b.tfm) = %{tl_version} -Provides: tex(nanumgtmo8c.tfm) = %{tl_version} -Provides: tex(nanumgtmo8d.tfm) = %{tl_version} -Provides: tex(nanumgtmo8e.tfm) = %{tl_version} -Provides: tex(nanumgtmo8f.tfm) = %{tl_version} -Provides: tex(nanumgtmo90.tfm) = %{tl_version} -Provides: tex(nanumgtmo91.tfm) = %{tl_version} -Provides: tex(nanumgtmo92.tfm) = %{tl_version} -Provides: tex(nanumgtmo93.tfm) = %{tl_version} -Provides: tex(nanumgtmo94.tfm) = %{tl_version} -Provides: tex(nanumgtmo95.tfm) = %{tl_version} -Provides: tex(nanumgtmo96.tfm) = %{tl_version} -Provides: tex(nanumgtmo97.tfm) = %{tl_version} -Provides: tex(nanumgtmo98.tfm) = %{tl_version} -Provides: tex(nanumgtmo99.tfm) = %{tl_version} -Provides: tex(nanumgtmo9a.tfm) = %{tl_version} -Provides: tex(nanumgtmo9b.tfm) = %{tl_version} -Provides: tex(nanumgtmo9c.tfm) = %{tl_version} -Provides: tex(nanumgtmo9d.tfm) = %{tl_version} -Provides: tex(nanumgtmo9e.tfm) = %{tl_version} -Provides: tex(nanumgtmo9f.tfm) = %{tl_version} -Provides: tex(nanumgtmoac.tfm) = %{tl_version} -Provides: tex(nanumgtmoad.tfm) = %{tl_version} -Provides: tex(nanumgtmoae.tfm) = %{tl_version} -Provides: tex(nanumgtmoaf.tfm) = %{tl_version} -Provides: tex(nanumgtmob0.tfm) = %{tl_version} -Provides: tex(nanumgtmob1.tfm) = %{tl_version} -Provides: tex(nanumgtmob2.tfm) = %{tl_version} -Provides: tex(nanumgtmob3.tfm) = %{tl_version} -Provides: tex(nanumgtmob4.tfm) = %{tl_version} -Provides: tex(nanumgtmob5.tfm) = %{tl_version} -Provides: tex(nanumgtmob6.tfm) = %{tl_version} -Provides: tex(nanumgtmob7.tfm) = %{tl_version} -Provides: tex(nanumgtmob8.tfm) = %{tl_version} -Provides: tex(nanumgtmob9.tfm) = %{tl_version} -Provides: tex(nanumgtmoba.tfm) = %{tl_version} -Provides: tex(nanumgtmobb.tfm) = %{tl_version} -Provides: tex(nanumgtmobc.tfm) = %{tl_version} -Provides: tex(nanumgtmobd.tfm) = %{tl_version} -Provides: tex(nanumgtmobe.tfm) = %{tl_version} -Provides: tex(nanumgtmobf.tfm) = %{tl_version} -Provides: tex(nanumgtmoc0.tfm) = %{tl_version} -Provides: tex(nanumgtmoc1.tfm) = %{tl_version} -Provides: tex(nanumgtmoc2.tfm) = %{tl_version} -Provides: tex(nanumgtmoc3.tfm) = %{tl_version} -Provides: tex(nanumgtmoc4.tfm) = %{tl_version} -Provides: tex(nanumgtmoc5.tfm) = %{tl_version} -Provides: tex(nanumgtmoc6.tfm) = %{tl_version} -Provides: tex(nanumgtmoc7.tfm) = %{tl_version} -Provides: tex(nanumgtmoc8.tfm) = %{tl_version} -Provides: tex(nanumgtmoc9.tfm) = %{tl_version} -Provides: tex(nanumgtmoca.tfm) = %{tl_version} -Provides: tex(nanumgtmocb.tfm) = %{tl_version} -Provides: tex(nanumgtmocc.tfm) = %{tl_version} -Provides: tex(nanumgtmocd.tfm) = %{tl_version} -Provides: tex(nanumgtmoce.tfm) = %{tl_version} -Provides: tex(nanumgtmocf.tfm) = %{tl_version} -Provides: tex(nanumgtmod0.tfm) = %{tl_version} -Provides: tex(nanumgtmod1.tfm) = %{tl_version} -Provides: tex(nanumgtmod2.tfm) = %{tl_version} -Provides: tex(nanumgtmod3.tfm) = %{tl_version} -Provides: tex(nanumgtmod4.tfm) = %{tl_version} -Provides: tex(nanumgtmod5.tfm) = %{tl_version} -Provides: tex(nanumgtmod6.tfm) = %{tl_version} -Provides: tex(nanumgtmod7.tfm) = %{tl_version} -Provides: tex(nanumgtmof9.tfm) = %{tl_version} -Provides: tex(nanumgtmofa.tfm) = %{tl_version} -Provides: tex(nanumgtmoff.tfm) = %{tl_version} -Provides: tex(nanummjb00.tfm) = %{tl_version} -Provides: tex(nanummjb01.tfm) = %{tl_version} -Provides: tex(nanummjb02.tfm) = %{tl_version} -Provides: tex(nanummjb03.tfm) = %{tl_version} -Provides: tex(nanummjb04.tfm) = %{tl_version} -Provides: tex(nanummjb20.tfm) = %{tl_version} -Provides: tex(nanummjb21.tfm) = %{tl_version} -Provides: tex(nanummjb22.tfm) = %{tl_version} -Provides: tex(nanummjb23.tfm) = %{tl_version} -Provides: tex(nanummjb24.tfm) = %{tl_version} -Provides: tex(nanummjb25.tfm) = %{tl_version} -Provides: tex(nanummjb26.tfm) = %{tl_version} -Provides: tex(nanummjb27.tfm) = %{tl_version} -Provides: tex(nanummjb2a.tfm) = %{tl_version} -Provides: tex(nanummjb30.tfm) = %{tl_version} -Provides: tex(nanummjb31.tfm) = %{tl_version} -Provides: tex(nanummjb32.tfm) = %{tl_version} -Provides: tex(nanummjb33.tfm) = %{tl_version} -Provides: tex(nanummjbac.tfm) = %{tl_version} -Provides: tex(nanummjbad.tfm) = %{tl_version} -Provides: tex(nanummjbae.tfm) = %{tl_version} -Provides: tex(nanummjbaf.tfm) = %{tl_version} -Provides: tex(nanummjbb0.tfm) = %{tl_version} -Provides: tex(nanummjbb1.tfm) = %{tl_version} -Provides: tex(nanummjbb2.tfm) = %{tl_version} -Provides: tex(nanummjbb3.tfm) = %{tl_version} -Provides: tex(nanummjbb4.tfm) = %{tl_version} -Provides: tex(nanummjbb5.tfm) = %{tl_version} -Provides: tex(nanummjbb6.tfm) = %{tl_version} -Provides: tex(nanummjbb7.tfm) = %{tl_version} -Provides: tex(nanummjbb8.tfm) = %{tl_version} -Provides: tex(nanummjbb9.tfm) = %{tl_version} -Provides: tex(nanummjbba.tfm) = %{tl_version} -Provides: tex(nanummjbbb.tfm) = %{tl_version} -Provides: tex(nanummjbbc.tfm) = %{tl_version} -Provides: tex(nanummjbbd.tfm) = %{tl_version} -Provides: tex(nanummjbbe.tfm) = %{tl_version} -Provides: tex(nanummjbbf.tfm) = %{tl_version} -Provides: tex(nanummjbc0.tfm) = %{tl_version} -Provides: tex(nanummjbc1.tfm) = %{tl_version} -Provides: tex(nanummjbc2.tfm) = %{tl_version} -Provides: tex(nanummjbc3.tfm) = %{tl_version} -Provides: tex(nanummjbc4.tfm) = %{tl_version} -Provides: tex(nanummjbc5.tfm) = %{tl_version} -Provides: tex(nanummjbc6.tfm) = %{tl_version} -Provides: tex(nanummjbc7.tfm) = %{tl_version} -Provides: tex(nanummjbc8.tfm) = %{tl_version} -Provides: tex(nanummjbc9.tfm) = %{tl_version} -Provides: tex(nanummjbca.tfm) = %{tl_version} -Provides: tex(nanummjbcb.tfm) = %{tl_version} -Provides: tex(nanummjbcc.tfm) = %{tl_version} -Provides: tex(nanummjbcd.tfm) = %{tl_version} -Provides: tex(nanummjbce.tfm) = %{tl_version} -Provides: tex(nanummjbcf.tfm) = %{tl_version} -Provides: tex(nanummjbd0.tfm) = %{tl_version} -Provides: tex(nanummjbd1.tfm) = %{tl_version} -Provides: tex(nanummjbd2.tfm) = %{tl_version} -Provides: tex(nanummjbd3.tfm) = %{tl_version} -Provides: tex(nanummjbd4.tfm) = %{tl_version} -Provides: tex(nanummjbd5.tfm) = %{tl_version} -Provides: tex(nanummjbd6.tfm) = %{tl_version} -Provides: tex(nanummjbd7.tfm) = %{tl_version} -Provides: tex(nanummjbff.tfm) = %{tl_version} -Provides: tex(nanummjbo00.tfm) = %{tl_version} -Provides: tex(nanummjbo01.tfm) = %{tl_version} -Provides: tex(nanummjbo02.tfm) = %{tl_version} -Provides: tex(nanummjbo03.tfm) = %{tl_version} -Provides: tex(nanummjbo04.tfm) = %{tl_version} -Provides: tex(nanummjbo20.tfm) = %{tl_version} -Provides: tex(nanummjbo21.tfm) = %{tl_version} -Provides: tex(nanummjbo22.tfm) = %{tl_version} -Provides: tex(nanummjbo23.tfm) = %{tl_version} -Provides: tex(nanummjbo24.tfm) = %{tl_version} -Provides: tex(nanummjbo25.tfm) = %{tl_version} -Provides: tex(nanummjbo26.tfm) = %{tl_version} -Provides: tex(nanummjbo27.tfm) = %{tl_version} -Provides: tex(nanummjbo2a.tfm) = %{tl_version} -Provides: tex(nanummjbo30.tfm) = %{tl_version} -Provides: tex(nanummjbo31.tfm) = %{tl_version} -Provides: tex(nanummjbo32.tfm) = %{tl_version} -Provides: tex(nanummjbo33.tfm) = %{tl_version} -Provides: tex(nanummjboac.tfm) = %{tl_version} -Provides: tex(nanummjboad.tfm) = %{tl_version} -Provides: tex(nanummjboae.tfm) = %{tl_version} -Provides: tex(nanummjboaf.tfm) = %{tl_version} -Provides: tex(nanummjbob0.tfm) = %{tl_version} -Provides: tex(nanummjbob1.tfm) = %{tl_version} -Provides: tex(nanummjbob2.tfm) = %{tl_version} -Provides: tex(nanummjbob3.tfm) = %{tl_version} -Provides: tex(nanummjbob4.tfm) = %{tl_version} -Provides: tex(nanummjbob5.tfm) = %{tl_version} -Provides: tex(nanummjbob6.tfm) = %{tl_version} -Provides: tex(nanummjbob7.tfm) = %{tl_version} -Provides: tex(nanummjbob8.tfm) = %{tl_version} -Provides: tex(nanummjbob9.tfm) = %{tl_version} -Provides: tex(nanummjboba.tfm) = %{tl_version} -Provides: tex(nanummjbobb.tfm) = %{tl_version} -Provides: tex(nanummjbobc.tfm) = %{tl_version} -Provides: tex(nanummjbobd.tfm) = %{tl_version} -Provides: tex(nanummjbobe.tfm) = %{tl_version} -Provides: tex(nanummjbobf.tfm) = %{tl_version} -Provides: tex(nanummjboc0.tfm) = %{tl_version} -Provides: tex(nanummjboc1.tfm) = %{tl_version} -Provides: tex(nanummjboc2.tfm) = %{tl_version} -Provides: tex(nanummjboc3.tfm) = %{tl_version} -Provides: tex(nanummjboc4.tfm) = %{tl_version} -Provides: tex(nanummjboc5.tfm) = %{tl_version} -Provides: tex(nanummjboc6.tfm) = %{tl_version} -Provides: tex(nanummjboc7.tfm) = %{tl_version} -Provides: tex(nanummjboc8.tfm) = %{tl_version} -Provides: tex(nanummjboc9.tfm) = %{tl_version} -Provides: tex(nanummjboca.tfm) = %{tl_version} -Provides: tex(nanummjbocb.tfm) = %{tl_version} -Provides: tex(nanummjbocc.tfm) = %{tl_version} -Provides: tex(nanummjbocd.tfm) = %{tl_version} -Provides: tex(nanummjboce.tfm) = %{tl_version} -Provides: tex(nanummjbocf.tfm) = %{tl_version} -Provides: tex(nanummjbod0.tfm) = %{tl_version} -Provides: tex(nanummjbod1.tfm) = %{tl_version} -Provides: tex(nanummjbod2.tfm) = %{tl_version} -Provides: tex(nanummjbod3.tfm) = %{tl_version} -Provides: tex(nanummjbod4.tfm) = %{tl_version} -Provides: tex(nanummjbod5.tfm) = %{tl_version} -Provides: tex(nanummjbod6.tfm) = %{tl_version} -Provides: tex(nanummjbod7.tfm) = %{tl_version} -Provides: tex(nanummjboff.tfm) = %{tl_version} -Provides: tex(nanummjm00.tfm) = %{tl_version} -Provides: tex(nanummjm01.tfm) = %{tl_version} -Provides: tex(nanummjm02.tfm) = %{tl_version} -Provides: tex(nanummjm03.tfm) = %{tl_version} -Provides: tex(nanummjm04.tfm) = %{tl_version} -Provides: tex(nanummjm20.tfm) = %{tl_version} -Provides: tex(nanummjm21.tfm) = %{tl_version} -Provides: tex(nanummjm22.tfm) = %{tl_version} -Provides: tex(nanummjm23.tfm) = %{tl_version} -Provides: tex(nanummjm24.tfm) = %{tl_version} -Provides: tex(nanummjm25.tfm) = %{tl_version} -Provides: tex(nanummjm26.tfm) = %{tl_version} -Provides: tex(nanummjm27.tfm) = %{tl_version} -Provides: tex(nanummjm30.tfm) = %{tl_version} -Provides: tex(nanummjm31.tfm) = %{tl_version} -Provides: tex(nanummjm32.tfm) = %{tl_version} -Provides: tex(nanummjm33.tfm) = %{tl_version} -Provides: tex(nanummjmac.tfm) = %{tl_version} -Provides: tex(nanummjmad.tfm) = %{tl_version} -Provides: tex(nanummjmae.tfm) = %{tl_version} -Provides: tex(nanummjmaf.tfm) = %{tl_version} -Provides: tex(nanummjmb0.tfm) = %{tl_version} -Provides: tex(nanummjmb1.tfm) = %{tl_version} -Provides: tex(nanummjmb2.tfm) = %{tl_version} -Provides: tex(nanummjmb3.tfm) = %{tl_version} -Provides: tex(nanummjmb4.tfm) = %{tl_version} -Provides: tex(nanummjmb5.tfm) = %{tl_version} -Provides: tex(nanummjmb6.tfm) = %{tl_version} -Provides: tex(nanummjmb7.tfm) = %{tl_version} -Provides: tex(nanummjmb8.tfm) = %{tl_version} -Provides: tex(nanummjmb9.tfm) = %{tl_version} -Provides: tex(nanummjmba.tfm) = %{tl_version} -Provides: tex(nanummjmbb.tfm) = %{tl_version} -Provides: tex(nanummjmbc.tfm) = %{tl_version} -Provides: tex(nanummjmbd.tfm) = %{tl_version} -Provides: tex(nanummjmbe.tfm) = %{tl_version} -Provides: tex(nanummjmbf.tfm) = %{tl_version} -Provides: tex(nanummjmc0.tfm) = %{tl_version} -Provides: tex(nanummjmc1.tfm) = %{tl_version} -Provides: tex(nanummjmc2.tfm) = %{tl_version} -Provides: tex(nanummjmc3.tfm) = %{tl_version} -Provides: tex(nanummjmc4.tfm) = %{tl_version} -Provides: tex(nanummjmc5.tfm) = %{tl_version} -Provides: tex(nanummjmc6.tfm) = %{tl_version} -Provides: tex(nanummjmc7.tfm) = %{tl_version} -Provides: tex(nanummjmc8.tfm) = %{tl_version} -Provides: tex(nanummjmc9.tfm) = %{tl_version} -Provides: tex(nanummjmca.tfm) = %{tl_version} -Provides: tex(nanummjmcb.tfm) = %{tl_version} -Provides: tex(nanummjmcc.tfm) = %{tl_version} -Provides: tex(nanummjmcd.tfm) = %{tl_version} -Provides: tex(nanummjmce.tfm) = %{tl_version} -Provides: tex(nanummjmcf.tfm) = %{tl_version} -Provides: tex(nanummjmd0.tfm) = %{tl_version} -Provides: tex(nanummjmd1.tfm) = %{tl_version} -Provides: tex(nanummjmd2.tfm) = %{tl_version} -Provides: tex(nanummjmd3.tfm) = %{tl_version} -Provides: tex(nanummjmd4.tfm) = %{tl_version} -Provides: tex(nanummjmd5.tfm) = %{tl_version} -Provides: tex(nanummjmd6.tfm) = %{tl_version} -Provides: tex(nanummjmd7.tfm) = %{tl_version} -Provides: tex(nanummjmff.tfm) = %{tl_version} -Provides: tex(nanummjmo00.tfm) = %{tl_version} -Provides: tex(nanummjmo01.tfm) = %{tl_version} -Provides: tex(nanummjmo02.tfm) = %{tl_version} -Provides: tex(nanummjmo03.tfm) = %{tl_version} -Provides: tex(nanummjmo04.tfm) = %{tl_version} -Provides: tex(nanummjmo20.tfm) = %{tl_version} -Provides: tex(nanummjmo21.tfm) = %{tl_version} -Provides: tex(nanummjmo22.tfm) = %{tl_version} -Provides: tex(nanummjmo23.tfm) = %{tl_version} -Provides: tex(nanummjmo24.tfm) = %{tl_version} -Provides: tex(nanummjmo25.tfm) = %{tl_version} -Provides: tex(nanummjmo26.tfm) = %{tl_version} -Provides: tex(nanummjmo27.tfm) = %{tl_version} -Provides: tex(nanummjmo30.tfm) = %{tl_version} -Provides: tex(nanummjmo31.tfm) = %{tl_version} -Provides: tex(nanummjmo32.tfm) = %{tl_version} -Provides: tex(nanummjmo33.tfm) = %{tl_version} -Provides: tex(nanummjmoac.tfm) = %{tl_version} -Provides: tex(nanummjmoad.tfm) = %{tl_version} -Provides: tex(nanummjmoae.tfm) = %{tl_version} -Provides: tex(nanummjmoaf.tfm) = %{tl_version} -Provides: tex(nanummjmob0.tfm) = %{tl_version} -Provides: tex(nanummjmob1.tfm) = %{tl_version} -Provides: tex(nanummjmob2.tfm) = %{tl_version} -Provides: tex(nanummjmob3.tfm) = %{tl_version} -Provides: tex(nanummjmob4.tfm) = %{tl_version} -Provides: tex(nanummjmob5.tfm) = %{tl_version} -Provides: tex(nanummjmob6.tfm) = %{tl_version} -Provides: tex(nanummjmob7.tfm) = %{tl_version} -Provides: tex(nanummjmob8.tfm) = %{tl_version} -Provides: tex(nanummjmob9.tfm) = %{tl_version} -Provides: tex(nanummjmoba.tfm) = %{tl_version} -Provides: tex(nanummjmobb.tfm) = %{tl_version} -Provides: tex(nanummjmobc.tfm) = %{tl_version} -Provides: tex(nanummjmobd.tfm) = %{tl_version} -Provides: tex(nanummjmobe.tfm) = %{tl_version} -Provides: tex(nanummjmobf.tfm) = %{tl_version} -Provides: tex(nanummjmoc0.tfm) = %{tl_version} -Provides: tex(nanummjmoc1.tfm) = %{tl_version} -Provides: tex(nanummjmoc2.tfm) = %{tl_version} -Provides: tex(nanummjmoc3.tfm) = %{tl_version} -Provides: tex(nanummjmoc4.tfm) = %{tl_version} -Provides: tex(nanummjmoc5.tfm) = %{tl_version} -Provides: tex(nanummjmoc6.tfm) = %{tl_version} -Provides: tex(nanummjmoc7.tfm) = %{tl_version} -Provides: tex(nanummjmoc8.tfm) = %{tl_version} -Provides: tex(nanummjmoc9.tfm) = %{tl_version} -Provides: tex(nanummjmoca.tfm) = %{tl_version} -Provides: tex(nanummjmocb.tfm) = %{tl_version} -Provides: tex(nanummjmocc.tfm) = %{tl_version} -Provides: tex(nanummjmocd.tfm) = %{tl_version} -Provides: tex(nanummjmoce.tfm) = %{tl_version} -Provides: tex(nanummjmocf.tfm) = %{tl_version} -Provides: tex(nanummjmod0.tfm) = %{tl_version} -Provides: tex(nanummjmod1.tfm) = %{tl_version} -Provides: tex(nanummjmod2.tfm) = %{tl_version} -Provides: tex(nanummjmod3.tfm) = %{tl_version} -Provides: tex(nanummjmod4.tfm) = %{tl_version} -Provides: tex(nanummjmod5.tfm) = %{tl_version} -Provides: tex(nanummjmod6.tfm) = %{tl_version} -Provides: tex(nanummjmod7.tfm) = %{tl_version} -Provides: tex(nanummjmoff.tfm) = %{tl_version} -Provides: tex(t1nanumgtb.tfm) = %{tl_version} -Provides: tex(t1nanumgtbo.tfm) = %{tl_version} -Provides: tex(t1nanumgtm.tfm) = %{tl_version} -Provides: tex(t1nanumgtmo.tfm) = %{tl_version} -Provides: tex(t1nanummjb.tfm) = %{tl_version} -Provides: tex(t1nanummjbo.tfm) = %{tl_version} -Provides: tex(t1nanummjm.tfm) = %{tl_version} -Provides: tex(t1nanummjmo.tfm) = %{tl_version} -Provides: tex(ts1nanumgtb.tfm) = %{tl_version} -Provides: tex(ts1nanumgtbo.tfm) = %{tl_version} -Provides: tex(ts1nanumgtm.tfm) = %{tl_version} -Provides: tex(ts1nanumgtmo.tfm) = %{tl_version} -Provides: tex(ts1nanummjb.tfm) = %{tl_version} -Provides: tex(ts1nanummjbo.tfm) = %{tl_version} -Provides: tex(ts1nanummjm.tfm) = %{tl_version} -Provides: tex(ts1nanummjmo.tfm) = %{tl_version} -Provides: tex(nanumgtb00.pfb) = %{tl_version} -Provides: tex(nanumgtb01.pfb) = %{tl_version} -Provides: tex(nanumgtb02.pfb) = %{tl_version} -Provides: tex(nanumgtb03.pfb) = %{tl_version} -Provides: tex(nanumgtb04.pfb) = %{tl_version} -Provides: tex(nanumgtb11.pfb) = %{tl_version} -Provides: tex(nanumgtb20.pfb) = %{tl_version} -Provides: tex(nanumgtb21.pfb) = %{tl_version} -Provides: tex(nanumgtb22.pfb) = %{tl_version} -Provides: tex(nanumgtb23.pfb) = %{tl_version} -Provides: tex(nanumgtb24.pfb) = %{tl_version} -Provides: tex(nanumgtb25.pfb) = %{tl_version} -Provides: tex(nanumgtb26.pfb) = %{tl_version} -Provides: tex(nanumgtb27.pfb) = %{tl_version} -Provides: tex(nanumgtb2a.pfb) = %{tl_version} -Provides: tex(nanumgtb30.pfb) = %{tl_version} -Provides: tex(nanumgtb31.pfb) = %{tl_version} -Provides: tex(nanumgtb32.pfb) = %{tl_version} -Provides: tex(nanumgtb33.pfb) = %{tl_version} -Provides: tex(nanumgtb4e.pfb) = %{tl_version} -Provides: tex(nanumgtb4f.pfb) = %{tl_version} -Provides: tex(nanumgtb50.pfb) = %{tl_version} -Provides: tex(nanumgtb51.pfb) = %{tl_version} -Provides: tex(nanumgtb52.pfb) = %{tl_version} -Provides: tex(nanumgtb53.pfb) = %{tl_version} -Provides: tex(nanumgtb54.pfb) = %{tl_version} -Provides: tex(nanumgtb55.pfb) = %{tl_version} -Provides: tex(nanumgtb56.pfb) = %{tl_version} -Provides: tex(nanumgtb57.pfb) = %{tl_version} -Provides: tex(nanumgtb58.pfb) = %{tl_version} -Provides: tex(nanumgtb59.pfb) = %{tl_version} -Provides: tex(nanumgtb5a.pfb) = %{tl_version} -Provides: tex(nanumgtb5b.pfb) = %{tl_version} -Provides: tex(nanumgtb5c.pfb) = %{tl_version} -Provides: tex(nanumgtb5d.pfb) = %{tl_version} -Provides: tex(nanumgtb5e.pfb) = %{tl_version} -Provides: tex(nanumgtb5f.pfb) = %{tl_version} -Provides: tex(nanumgtb60.pfb) = %{tl_version} -Provides: tex(nanumgtb61.pfb) = %{tl_version} -Provides: tex(nanumgtb62.pfb) = %{tl_version} -Provides: tex(nanumgtb63.pfb) = %{tl_version} -Provides: tex(nanumgtb64.pfb) = %{tl_version} -Provides: tex(nanumgtb65.pfb) = %{tl_version} -Provides: tex(nanumgtb66.pfb) = %{tl_version} -Provides: tex(nanumgtb67.pfb) = %{tl_version} -Provides: tex(nanumgtb68.pfb) = %{tl_version} -Provides: tex(nanumgtb69.pfb) = %{tl_version} -Provides: tex(nanumgtb6a.pfb) = %{tl_version} -Provides: tex(nanumgtb6b.pfb) = %{tl_version} -Provides: tex(nanumgtb6c.pfb) = %{tl_version} -Provides: tex(nanumgtb6d.pfb) = %{tl_version} -Provides: tex(nanumgtb6e.pfb) = %{tl_version} -Provides: tex(nanumgtb6f.pfb) = %{tl_version} -Provides: tex(nanumgtb70.pfb) = %{tl_version} -Provides: tex(nanumgtb71.pfb) = %{tl_version} -Provides: tex(nanumgtb72.pfb) = %{tl_version} -Provides: tex(nanumgtb73.pfb) = %{tl_version} -Provides: tex(nanumgtb74.pfb) = %{tl_version} -Provides: tex(nanumgtb75.pfb) = %{tl_version} -Provides: tex(nanumgtb76.pfb) = %{tl_version} -Provides: tex(nanumgtb77.pfb) = %{tl_version} -Provides: tex(nanumgtb78.pfb) = %{tl_version} -Provides: tex(nanumgtb79.pfb) = %{tl_version} -Provides: tex(nanumgtb7a.pfb) = %{tl_version} -Provides: tex(nanumgtb7b.pfb) = %{tl_version} -Provides: tex(nanumgtb7c.pfb) = %{tl_version} -Provides: tex(nanumgtb7d.pfb) = %{tl_version} -Provides: tex(nanumgtb7e.pfb) = %{tl_version} -Provides: tex(nanumgtb7f.pfb) = %{tl_version} -Provides: tex(nanumgtb80.pfb) = %{tl_version} -Provides: tex(nanumgtb81.pfb) = %{tl_version} -Provides: tex(nanumgtb82.pfb) = %{tl_version} -Provides: tex(nanumgtb83.pfb) = %{tl_version} -Provides: tex(nanumgtb84.pfb) = %{tl_version} -Provides: tex(nanumgtb85.pfb) = %{tl_version} -Provides: tex(nanumgtb86.pfb) = %{tl_version} -Provides: tex(nanumgtb87.pfb) = %{tl_version} -Provides: tex(nanumgtb88.pfb) = %{tl_version} -Provides: tex(nanumgtb89.pfb) = %{tl_version} -Provides: tex(nanumgtb8a.pfb) = %{tl_version} -Provides: tex(nanumgtb8b.pfb) = %{tl_version} -Provides: tex(nanumgtb8c.pfb) = %{tl_version} -Provides: tex(nanumgtb8d.pfb) = %{tl_version} -Provides: tex(nanumgtb8e.pfb) = %{tl_version} -Provides: tex(nanumgtb8f.pfb) = %{tl_version} -Provides: tex(nanumgtb90.pfb) = %{tl_version} -Provides: tex(nanumgtb91.pfb) = %{tl_version} -Provides: tex(nanumgtb92.pfb) = %{tl_version} -Provides: tex(nanumgtb93.pfb) = %{tl_version} -Provides: tex(nanumgtb94.pfb) = %{tl_version} -Provides: tex(nanumgtb95.pfb) = %{tl_version} -Provides: tex(nanumgtb96.pfb) = %{tl_version} -Provides: tex(nanumgtb97.pfb) = %{tl_version} -Provides: tex(nanumgtb98.pfb) = %{tl_version} -Provides: tex(nanumgtb99.pfb) = %{tl_version} -Provides: tex(nanumgtb9a.pfb) = %{tl_version} -Provides: tex(nanumgtb9b.pfb) = %{tl_version} -Provides: tex(nanumgtb9c.pfb) = %{tl_version} -Provides: tex(nanumgtb9d.pfb) = %{tl_version} -Provides: tex(nanumgtb9e.pfb) = %{tl_version} -Provides: tex(nanumgtb9f.pfb) = %{tl_version} -Provides: tex(nanumgtbac.pfb) = %{tl_version} -Provides: tex(nanumgtbad.pfb) = %{tl_version} -Provides: tex(nanumgtbae.pfb) = %{tl_version} -Provides: tex(nanumgtbaf.pfb) = %{tl_version} -Provides: tex(nanumgtbb0.pfb) = %{tl_version} -Provides: tex(nanumgtbb1.pfb) = %{tl_version} -Provides: tex(nanumgtbb2.pfb) = %{tl_version} -Provides: tex(nanumgtbb3.pfb) = %{tl_version} -Provides: tex(nanumgtbb4.pfb) = %{tl_version} -Provides: tex(nanumgtbb5.pfb) = %{tl_version} -Provides: tex(nanumgtbb6.pfb) = %{tl_version} -Provides: tex(nanumgtbb7.pfb) = %{tl_version} -Provides: tex(nanumgtbb8.pfb) = %{tl_version} -Provides: tex(nanumgtbb9.pfb) = %{tl_version} -Provides: tex(nanumgtbba.pfb) = %{tl_version} -Provides: tex(nanumgtbbb.pfb) = %{tl_version} -Provides: tex(nanumgtbbc.pfb) = %{tl_version} -Provides: tex(nanumgtbbd.pfb) = %{tl_version} -Provides: tex(nanumgtbbe.pfb) = %{tl_version} -Provides: tex(nanumgtbbf.pfb) = %{tl_version} -Provides: tex(nanumgtbc0.pfb) = %{tl_version} -Provides: tex(nanumgtbc1.pfb) = %{tl_version} -Provides: tex(nanumgtbc2.pfb) = %{tl_version} -Provides: tex(nanumgtbc3.pfb) = %{tl_version} -Provides: tex(nanumgtbc4.pfb) = %{tl_version} -Provides: tex(nanumgtbc5.pfb) = %{tl_version} -Provides: tex(nanumgtbc6.pfb) = %{tl_version} -Provides: tex(nanumgtbc7.pfb) = %{tl_version} -Provides: tex(nanumgtbc8.pfb) = %{tl_version} -Provides: tex(nanumgtbc9.pfb) = %{tl_version} -Provides: tex(nanumgtbca.pfb) = %{tl_version} -Provides: tex(nanumgtbcb.pfb) = %{tl_version} -Provides: tex(nanumgtbcc.pfb) = %{tl_version} -Provides: tex(nanumgtbcd.pfb) = %{tl_version} -Provides: tex(nanumgtbce.pfb) = %{tl_version} -Provides: tex(nanumgtbcf.pfb) = %{tl_version} -Provides: tex(nanumgtbd0.pfb) = %{tl_version} -Provides: tex(nanumgtbd1.pfb) = %{tl_version} -Provides: tex(nanumgtbd2.pfb) = %{tl_version} -Provides: tex(nanumgtbd3.pfb) = %{tl_version} -Provides: tex(nanumgtbd4.pfb) = %{tl_version} -Provides: tex(nanumgtbd5.pfb) = %{tl_version} -Provides: tex(nanumgtbd6.pfb) = %{tl_version} -Provides: tex(nanumgtbd7.pfb) = %{tl_version} -Provides: tex(nanumgtbf9.pfb) = %{tl_version} -Provides: tex(nanumgtbfa.pfb) = %{tl_version} -Provides: tex(nanumgtbff.pfb) = %{tl_version} -Provides: tex(nanumgtm00.pfb) = %{tl_version} -Provides: tex(nanumgtm01.pfb) = %{tl_version} -Provides: tex(nanumgtm02.pfb) = %{tl_version} -Provides: tex(nanumgtm03.pfb) = %{tl_version} -Provides: tex(nanumgtm04.pfb) = %{tl_version} -Provides: tex(nanumgtm11.pfb) = %{tl_version} -Provides: tex(nanumgtm20.pfb) = %{tl_version} -Provides: tex(nanumgtm21.pfb) = %{tl_version} -Provides: tex(nanumgtm22.pfb) = %{tl_version} -Provides: tex(nanumgtm23.pfb) = %{tl_version} -Provides: tex(nanumgtm24.pfb) = %{tl_version} -Provides: tex(nanumgtm25.pfb) = %{tl_version} -Provides: tex(nanumgtm26.pfb) = %{tl_version} -Provides: tex(nanumgtm27.pfb) = %{tl_version} -Provides: tex(nanumgtm2a.pfb) = %{tl_version} -Provides: tex(nanumgtm30.pfb) = %{tl_version} -Provides: tex(nanumgtm31.pfb) = %{tl_version} -Provides: tex(nanumgtm32.pfb) = %{tl_version} -Provides: tex(nanumgtm33.pfb) = %{tl_version} -Provides: tex(nanumgtm4e.pfb) = %{tl_version} -Provides: tex(nanumgtm4f.pfb) = %{tl_version} -Provides: tex(nanumgtm50.pfb) = %{tl_version} -Provides: tex(nanumgtm51.pfb) = %{tl_version} -Provides: tex(nanumgtm52.pfb) = %{tl_version} -Provides: tex(nanumgtm53.pfb) = %{tl_version} -Provides: tex(nanumgtm54.pfb) = %{tl_version} -Provides: tex(nanumgtm55.pfb) = %{tl_version} -Provides: tex(nanumgtm56.pfb) = %{tl_version} -Provides: tex(nanumgtm57.pfb) = %{tl_version} -Provides: tex(nanumgtm58.pfb) = %{tl_version} -Provides: tex(nanumgtm59.pfb) = %{tl_version} -Provides: tex(nanumgtm5a.pfb) = %{tl_version} -Provides: tex(nanumgtm5b.pfb) = %{tl_version} -Provides: tex(nanumgtm5c.pfb) = %{tl_version} -Provides: tex(nanumgtm5d.pfb) = %{tl_version} -Provides: tex(nanumgtm5e.pfb) = %{tl_version} -Provides: tex(nanumgtm5f.pfb) = %{tl_version} -Provides: tex(nanumgtm60.pfb) = %{tl_version} -Provides: tex(nanumgtm61.pfb) = %{tl_version} -Provides: tex(nanumgtm62.pfb) = %{tl_version} -Provides: tex(nanumgtm63.pfb) = %{tl_version} -Provides: tex(nanumgtm64.pfb) = %{tl_version} -Provides: tex(nanumgtm65.pfb) = %{tl_version} -Provides: tex(nanumgtm66.pfb) = %{tl_version} -Provides: tex(nanumgtm67.pfb) = %{tl_version} -Provides: tex(nanumgtm68.pfb) = %{tl_version} -Provides: tex(nanumgtm69.pfb) = %{tl_version} -Provides: tex(nanumgtm6a.pfb) = %{tl_version} -Provides: tex(nanumgtm6b.pfb) = %{tl_version} -Provides: tex(nanumgtm6c.pfb) = %{tl_version} -Provides: tex(nanumgtm6d.pfb) = %{tl_version} -Provides: tex(nanumgtm6e.pfb) = %{tl_version} -Provides: tex(nanumgtm6f.pfb) = %{tl_version} -Provides: tex(nanumgtm70.pfb) = %{tl_version} -Provides: tex(nanumgtm71.pfb) = %{tl_version} -Provides: tex(nanumgtm72.pfb) = %{tl_version} -Provides: tex(nanumgtm73.pfb) = %{tl_version} -Provides: tex(nanumgtm74.pfb) = %{tl_version} -Provides: tex(nanumgtm75.pfb) = %{tl_version} -Provides: tex(nanumgtm76.pfb) = %{tl_version} -Provides: tex(nanumgtm77.pfb) = %{tl_version} -Provides: tex(nanumgtm78.pfb) = %{tl_version} -Provides: tex(nanumgtm79.pfb) = %{tl_version} -Provides: tex(nanumgtm7a.pfb) = %{tl_version} -Provides: tex(nanumgtm7b.pfb) = %{tl_version} -Provides: tex(nanumgtm7c.pfb) = %{tl_version} -Provides: tex(nanumgtm7d.pfb) = %{tl_version} -Provides: tex(nanumgtm7e.pfb) = %{tl_version} -Provides: tex(nanumgtm7f.pfb) = %{tl_version} -Provides: tex(nanumgtm80.pfb) = %{tl_version} -Provides: tex(nanumgtm81.pfb) = %{tl_version} -Provides: tex(nanumgtm82.pfb) = %{tl_version} -Provides: tex(nanumgtm83.pfb) = %{tl_version} -Provides: tex(nanumgtm84.pfb) = %{tl_version} -Provides: tex(nanumgtm85.pfb) = %{tl_version} -Provides: tex(nanumgtm86.pfb) = %{tl_version} -Provides: tex(nanumgtm87.pfb) = %{tl_version} -Provides: tex(nanumgtm88.pfb) = %{tl_version} -Provides: tex(nanumgtm89.pfb) = %{tl_version} -Provides: tex(nanumgtm8a.pfb) = %{tl_version} -Provides: tex(nanumgtm8b.pfb) = %{tl_version} -Provides: tex(nanumgtm8c.pfb) = %{tl_version} -Provides: tex(nanumgtm8d.pfb) = %{tl_version} -Provides: tex(nanumgtm8e.pfb) = %{tl_version} -Provides: tex(nanumgtm8f.pfb) = %{tl_version} -Provides: tex(nanumgtm90.pfb) = %{tl_version} -Provides: tex(nanumgtm91.pfb) = %{tl_version} -Provides: tex(nanumgtm92.pfb) = %{tl_version} -Provides: tex(nanumgtm93.pfb) = %{tl_version} -Provides: tex(nanumgtm94.pfb) = %{tl_version} -Provides: tex(nanumgtm95.pfb) = %{tl_version} -Provides: tex(nanumgtm96.pfb) = %{tl_version} -Provides: tex(nanumgtm97.pfb) = %{tl_version} -Provides: tex(nanumgtm98.pfb) = %{tl_version} -Provides: tex(nanumgtm99.pfb) = %{tl_version} -Provides: tex(nanumgtm9a.pfb) = %{tl_version} -Provides: tex(nanumgtm9b.pfb) = %{tl_version} -Provides: tex(nanumgtm9c.pfb) = %{tl_version} -Provides: tex(nanumgtm9d.pfb) = %{tl_version} -Provides: tex(nanumgtm9e.pfb) = %{tl_version} -Provides: tex(nanumgtm9f.pfb) = %{tl_version} -Provides: tex(nanumgtmac.pfb) = %{tl_version} -Provides: tex(nanumgtmad.pfb) = %{tl_version} -Provides: tex(nanumgtmae.pfb) = %{tl_version} -Provides: tex(nanumgtmaf.pfb) = %{tl_version} -Provides: tex(nanumgtmb0.pfb) = %{tl_version} -Provides: tex(nanumgtmb1.pfb) = %{tl_version} -Provides: tex(nanumgtmb2.pfb) = %{tl_version} -Provides: tex(nanumgtmb3.pfb) = %{tl_version} -Provides: tex(nanumgtmb4.pfb) = %{tl_version} -Provides: tex(nanumgtmb5.pfb) = %{tl_version} -Provides: tex(nanumgtmb6.pfb) = %{tl_version} -Provides: tex(nanumgtmb7.pfb) = %{tl_version} -Provides: tex(nanumgtmb8.pfb) = %{tl_version} -Provides: tex(nanumgtmb9.pfb) = %{tl_version} -Provides: tex(nanumgtmba.pfb) = %{tl_version} -Provides: tex(nanumgtmbb.pfb) = %{tl_version} -Provides: tex(nanumgtmbc.pfb) = %{tl_version} -Provides: tex(nanumgtmbd.pfb) = %{tl_version} -Provides: tex(nanumgtmbe.pfb) = %{tl_version} -Provides: tex(nanumgtmbf.pfb) = %{tl_version} -Provides: tex(nanumgtmc0.pfb) = %{tl_version} -Provides: tex(nanumgtmc1.pfb) = %{tl_version} -Provides: tex(nanumgtmc2.pfb) = %{tl_version} -Provides: tex(nanumgtmc3.pfb) = %{tl_version} -Provides: tex(nanumgtmc4.pfb) = %{tl_version} -Provides: tex(nanumgtmc5.pfb) = %{tl_version} -Provides: tex(nanumgtmc6.pfb) = %{tl_version} -Provides: tex(nanumgtmc7.pfb) = %{tl_version} -Provides: tex(nanumgtmc8.pfb) = %{tl_version} -Provides: tex(nanumgtmc9.pfb) = %{tl_version} -Provides: tex(nanumgtmca.pfb) = %{tl_version} -Provides: tex(nanumgtmcb.pfb) = %{tl_version} -Provides: tex(nanumgtmcc.pfb) = %{tl_version} -Provides: tex(nanumgtmcd.pfb) = %{tl_version} -Provides: tex(nanumgtmce.pfb) = %{tl_version} -Provides: tex(nanumgtmcf.pfb) = %{tl_version} -Provides: tex(nanumgtmd0.pfb) = %{tl_version} -Provides: tex(nanumgtmd1.pfb) = %{tl_version} -Provides: tex(nanumgtmd2.pfb) = %{tl_version} -Provides: tex(nanumgtmd3.pfb) = %{tl_version} -Provides: tex(nanumgtmd4.pfb) = %{tl_version} -Provides: tex(nanumgtmd5.pfb) = %{tl_version} -Provides: tex(nanumgtmd6.pfb) = %{tl_version} -Provides: tex(nanumgtmd7.pfb) = %{tl_version} -Provides: tex(nanumgtmf9.pfb) = %{tl_version} -Provides: tex(nanumgtmfa.pfb) = %{tl_version} -Provides: tex(nanumgtmff.pfb) = %{tl_version} -Provides: tex(nanummjb00.pfb) = %{tl_version} -Provides: tex(nanummjb01.pfb) = %{tl_version} -Provides: tex(nanummjb02.pfb) = %{tl_version} -Provides: tex(nanummjb03.pfb) = %{tl_version} -Provides: tex(nanummjb04.pfb) = %{tl_version} -Provides: tex(nanummjb20.pfb) = %{tl_version} -Provides: tex(nanummjb21.pfb) = %{tl_version} -Provides: tex(nanummjb22.pfb) = %{tl_version} -Provides: tex(nanummjb23.pfb) = %{tl_version} -Provides: tex(nanummjb24.pfb) = %{tl_version} -Provides: tex(nanummjb25.pfb) = %{tl_version} -Provides: tex(nanummjb26.pfb) = %{tl_version} -Provides: tex(nanummjb27.pfb) = %{tl_version} -Provides: tex(nanummjb2a.pfb) = %{tl_version} -Provides: tex(nanummjb30.pfb) = %{tl_version} -Provides: tex(nanummjb31.pfb) = %{tl_version} -Provides: tex(nanummjb32.pfb) = %{tl_version} -Provides: tex(nanummjb33.pfb) = %{tl_version} -Provides: tex(nanummjbac.pfb) = %{tl_version} -Provides: tex(nanummjbad.pfb) = %{tl_version} -Provides: tex(nanummjbae.pfb) = %{tl_version} -Provides: tex(nanummjbaf.pfb) = %{tl_version} -Provides: tex(nanummjbb0.pfb) = %{tl_version} -Provides: tex(nanummjbb1.pfb) = %{tl_version} -Provides: tex(nanummjbb2.pfb) = %{tl_version} -Provides: tex(nanummjbb3.pfb) = %{tl_version} -Provides: tex(nanummjbb4.pfb) = %{tl_version} -Provides: tex(nanummjbb5.pfb) = %{tl_version} -Provides: tex(nanummjbb6.pfb) = %{tl_version} -Provides: tex(nanummjbb7.pfb) = %{tl_version} -Provides: tex(nanummjbb8.pfb) = %{tl_version} -Provides: tex(nanummjbb9.pfb) = %{tl_version} -Provides: tex(nanummjbba.pfb) = %{tl_version} -Provides: tex(nanummjbbb.pfb) = %{tl_version} -Provides: tex(nanummjbbc.pfb) = %{tl_version} -Provides: tex(nanummjbbd.pfb) = %{tl_version} -Provides: tex(nanummjbbe.pfb) = %{tl_version} -Provides: tex(nanummjbbf.pfb) = %{tl_version} -Provides: tex(nanummjbc0.pfb) = %{tl_version} -Provides: tex(nanummjbc1.pfb) = %{tl_version} -Provides: tex(nanummjbc2.pfb) = %{tl_version} -Provides: tex(nanummjbc3.pfb) = %{tl_version} -Provides: tex(nanummjbc4.pfb) = %{tl_version} -Provides: tex(nanummjbc5.pfb) = %{tl_version} -Provides: tex(nanummjbc6.pfb) = %{tl_version} -Provides: tex(nanummjbc7.pfb) = %{tl_version} -Provides: tex(nanummjbc8.pfb) = %{tl_version} -Provides: tex(nanummjbc9.pfb) = %{tl_version} -Provides: tex(nanummjbca.pfb) = %{tl_version} -Provides: tex(nanummjbcb.pfb) = %{tl_version} -Provides: tex(nanummjbcc.pfb) = %{tl_version} -Provides: tex(nanummjbcd.pfb) = %{tl_version} -Provides: tex(nanummjbce.pfb) = %{tl_version} -Provides: tex(nanummjbcf.pfb) = %{tl_version} -Provides: tex(nanummjbd0.pfb) = %{tl_version} -Provides: tex(nanummjbd1.pfb) = %{tl_version} -Provides: tex(nanummjbd2.pfb) = %{tl_version} -Provides: tex(nanummjbd3.pfb) = %{tl_version} -Provides: tex(nanummjbd4.pfb) = %{tl_version} -Provides: tex(nanummjbd5.pfb) = %{tl_version} -Provides: tex(nanummjbd6.pfb) = %{tl_version} -Provides: tex(nanummjbd7.pfb) = %{tl_version} -Provides: tex(nanummjbff.pfb) = %{tl_version} -Provides: tex(nanummjm00.pfb) = %{tl_version} -Provides: tex(nanummjm01.pfb) = %{tl_version} -Provides: tex(nanummjm02.pfb) = %{tl_version} -Provides: tex(nanummjm03.pfb) = %{tl_version} -Provides: tex(nanummjm04.pfb) = %{tl_version} -Provides: tex(nanummjm20.pfb) = %{tl_version} -Provides: tex(nanummjm21.pfb) = %{tl_version} -Provides: tex(nanummjm22.pfb) = %{tl_version} -Provides: tex(nanummjm23.pfb) = %{tl_version} -Provides: tex(nanummjm24.pfb) = %{tl_version} -Provides: tex(nanummjm25.pfb) = %{tl_version} -Provides: tex(nanummjm26.pfb) = %{tl_version} -Provides: tex(nanummjm27.pfb) = %{tl_version} -Provides: tex(nanummjm30.pfb) = %{tl_version} -Provides: tex(nanummjm31.pfb) = %{tl_version} -Provides: tex(nanummjm32.pfb) = %{tl_version} -Provides: tex(nanummjm33.pfb) = %{tl_version} -Provides: tex(nanummjmac.pfb) = %{tl_version} -Provides: tex(nanummjmad.pfb) = %{tl_version} -Provides: tex(nanummjmae.pfb) = %{tl_version} -Provides: tex(nanummjmaf.pfb) = %{tl_version} -Provides: tex(nanummjmb0.pfb) = %{tl_version} -Provides: tex(nanummjmb1.pfb) = %{tl_version} -Provides: tex(nanummjmb2.pfb) = %{tl_version} -Provides: tex(nanummjmb3.pfb) = %{tl_version} -Provides: tex(nanummjmb4.pfb) = %{tl_version} -Provides: tex(nanummjmb5.pfb) = %{tl_version} -Provides: tex(nanummjmb6.pfb) = %{tl_version} -Provides: tex(nanummjmb7.pfb) = %{tl_version} -Provides: tex(nanummjmb8.pfb) = %{tl_version} -Provides: tex(nanummjmb9.pfb) = %{tl_version} -Provides: tex(nanummjmba.pfb) = %{tl_version} -Provides: tex(nanummjmbb.pfb) = %{tl_version} -Provides: tex(nanummjmbc.pfb) = %{tl_version} -Provides: tex(nanummjmbd.pfb) = %{tl_version} -Provides: tex(nanummjmbe.pfb) = %{tl_version} -Provides: tex(nanummjmbf.pfb) = %{tl_version} -Provides: tex(nanummjmc0.pfb) = %{tl_version} -Provides: tex(nanummjmc1.pfb) = %{tl_version} -Provides: tex(nanummjmc2.pfb) = %{tl_version} -Provides: tex(nanummjmc3.pfb) = %{tl_version} -Provides: tex(nanummjmc4.pfb) = %{tl_version} -Provides: tex(nanummjmc5.pfb) = %{tl_version} -Provides: tex(nanummjmc6.pfb) = %{tl_version} -Provides: tex(nanummjmc7.pfb) = %{tl_version} -Provides: tex(nanummjmc8.pfb) = %{tl_version} -Provides: tex(nanummjmc9.pfb) = %{tl_version} -Provides: tex(nanummjmca.pfb) = %{tl_version} -Provides: tex(nanummjmcb.pfb) = %{tl_version} -Provides: tex(nanummjmcc.pfb) = %{tl_version} -Provides: tex(nanummjmcd.pfb) = %{tl_version} -Provides: tex(nanummjmce.pfb) = %{tl_version} -Provides: tex(nanummjmcf.pfb) = %{tl_version} -Provides: tex(nanummjmd0.pfb) = %{tl_version} -Provides: tex(nanummjmd1.pfb) = %{tl_version} -Provides: tex(nanummjmd2.pfb) = %{tl_version} -Provides: tex(nanummjmd3.pfb) = %{tl_version} -Provides: tex(nanummjmd4.pfb) = %{tl_version} -Provides: tex(nanummjmd5.pfb) = %{tl_version} -Provides: tex(nanummjmd6.pfb) = %{tl_version} -Provides: tex(nanummjmd7.pfb) = %{tl_version} -Provides: tex(nanummjmff.pfb) = %{tl_version} -Provides: tex(t1nanumgtb.pfb) = %{tl_version} -Provides: tex(t1nanumgtm.pfb) = %{tl_version} -Provides: tex(t1nanummjb.pfb) = %{tl_version} -Provides: tex(t1nanummjm.pfb) = %{tl_version} -Provides: tex(ts1nanumgtb.vf) = %{tl_version} -Provides: tex(ts1nanumgtbo.vf) = %{tl_version} -Provides: tex(ts1nanumgtm.vf) = %{tl_version} -Provides: tex(ts1nanumgtmo.vf) = %{tl_version} -Provides: tex(ts1nanummjb.vf) = %{tl_version} -Provides: tex(ts1nanummjbo.vf) = %{tl_version} -Provides: tex(ts1nanummjm.vf) = %{tl_version} -Provides: tex(ts1nanummjmo.vf) = %{tl_version} -Provides: tex(c70nanumgt.fd) = %{tl_version} -Provides: tex(c70nanummj.fd) = %{tl_version} -Provides: tex(c70uhcmj.fd) = %{tl_version} -Provides: tex(lucnanumgt.fd) = %{tl_version} -Provides: tex(lucnanummj.fd) = %{tl_version} -Provides: tex(t1nanumgt.fd) = %{tl_version} -Provides: tex(t1nanummj.fd) = %{tl_version} -Provides: tex(ts1nanumgt.fd) = %{tl_version} -Provides: tex(ts1nanummj.fd) = %{tl_version} - -%description nanumtype1 -Nanum is a unicode font designed especially for Korean-language -script. The font was designed by Sandoll Communication and -Fontrix; it includes the sans serif (gothic), serif (myeongjo), -pen script and brush script typefaces. The package provides -Type1 subfonts converted from Nanum Myeongjo (Regular and -ExtraBold) and Nanum Gothic (Regular and Bold) OTFs. C70, LUC, -T1, and TS1 font definition files are also provided. (The -package does not include OpenType/TrueType files, which are -available from Naver) - -%package nanumtype1-doc -Summary: Documentation for nanumtype1 -Version: svn29558.3.0 - -Provides: tex-nanumtype1-doc -AutoReqProv: No - -%description nanumtype1-doc -Documentation for nanumtype1 - -%package collection-langother -Summary: Other languages -Version: svn54191 -Provides: texlive-collection-langafrica = svn30372.0.obsolete -Obsoletes: texlive-collection-langafrica <= svn30372.0 -Provides: texlive-collection-langindic = svn35737.0.obsolete -Obsoletes: texlive-collection-langindic <= svn35737.0 -Requires: texlive-base -Requires: texlive-collection-basic -Requires: texlive-amsldoc-vn-doc -Requires: texlive-aramaic-serto -Requires: texlive-babel-azerbaijani -Requires: texlive-babel-esperanto -Requires: texlive-babel-georgian -Requires: texlive-babel-hebrew -Requires: texlive-babel-indonesian -Requires: texlive-babel-interlingua -Requires: texlive-babel-malay -Requires: texlive-babel-sorbian -Requires: texlive-babel-thai -Requires: texlive-babel-vietnamese -Requires: texlive-bangtex -Requires: texlive-bengali -Requires: texlive-burmese -Requires: texlive-cjhebrew -Requires: texlive-ctib -Requires: texlive-ebong -Requires: texlive-ethiop -Requires: texlive-ethiop-t1 -Requires: texlive-fc -Requires: texlive-fonts-tlwg -Requires: texlive-hyphen-afrikaans -Requires: texlive-hyphen-armenian -Requires: texlive-hyphen-coptic -Requires: texlive-hyphen-esperanto -Requires: texlive-hyphen-ethiopic -Requires: texlive-hyphen-georgian -Requires: texlive-hyphen-indic -Requires: texlive-hyphen-indonesian -Requires: texlive-hyphen-interlingua -Requires: texlive-hyphen-sanskrit -Requires: texlive-hyphen-thai -Requires: texlive-hyphen-turkmen -Requires: texlive-latex-mr-doc -Requires: texlive-latexbangla -Requires: texlive-latino-sine-flexione -Requires: texlive-lshort-thai-doc -Requires: texlive-lshort-vietnamese-doc -Requires: texlive-ntheorem-vn-doc -Requires: texlive-padauk -Requires: texlive-quran-ur -Requires: texlive-sanskrit -Requires: texlive-sanskrit-t1 -Requires: texlive-thaienum -Requires: texlive-thaispec -Requires: texlive-unicode-alphabets -Requires: texlive-velthuis -Requires: texlive-vntex -Requires: texlive-wnri -Requires: texlive-wnri-latex -Requires: texlive-xetex-devanagari - -%description collection-langother -Support for languages not otherwise listed, including Indic, -Thai, Vietnamese, Hebrew, Indonesian, African languages, and -plenty more. The split is made simply on the basis of the size -of the support, to keep both collection sizes and the number of -collections reasonable. - -%package ctib -Provides: tex-ctib = %{tl_version} -License: GPL+ -Summary: Tibetan for TeX and LATeX2e -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(fontenc.sty) -Provides: tex(ctib.tfm) = %{tl_version} -Provides: tex(ctib.sty) = %{tl_version} -Provides: tex(ctib.tex) = %{tl_version} -Provides: tex(lctctib.fd) = %{tl_version} -Provides: tex(lctenc.def) = %{tl_version} - -%description ctib -A package using a modified version of Sirlin's Tibetan font. An -advantage of this Tibetan implementation is that all consonant -clusters are formed by TeX and Metafont. No external -preprocessor is needed. - -%package ctib-doc -Summary: Documentation for ctib -Version: svn15878.0 - -Provides: tex-ctib-doc -AutoReqProv: No - -%description ctib-doc -Documentation for ctib - -%package hyphen-afrikaans -Provides: tex-hyphen-afrikaans = %{tl_version} -License: LPPL -Summary: Afrikaans hyphenation patterns -Version: svn54568 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires(post,postun): coreutils -Requires: texlive-hyphen-base -Requires: texlive-hyph-utf8 -Provides: tex(hyph-af.ec.tex) = %{tl_version} -Provides: tex(hyph-af.tex) = %{tl_version} -Provides: tex(hyph-quote-af.tex) = %{tl_version} -Provides: tex(loadhyph-af.tex) = %{tl_version} - -%description hyphen-afrikaans -Hyphenation patterns for Afrikaans in T1/EC and UTF-8 -encodings. OpenOffice includes older patterns created by a -different author, but the patterns packaged with TeX are -considered superior in quality. - -%post hyphen-afrikaans -if [ $1 -gt 0 ] ; then -sed -i '/afrikaans.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "afrikaans loadhyph-af.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{afrikaans}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{afrikaans}{loadhyph-af.tex}{}{1}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -fi -: - -%postun hyphen-afrikaans -if [ $1 == 0 ] ; then -sed -i '/afrikaans.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{afrikaans}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -fi -: - -%package hyphen-coptic -Provides: tex-hyphen-coptic = %{tl_version} -License: LPPL -Summary: Coptic hyphenation patterns -Version: svn54568 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires(post,postun): coreutils -Requires: texlive-hyphen-base -Requires: texlive-hyph-utf8 -Provides: tex(copthyph.tex) = %{tl_version} -Provides: tex(hyph-cop.tex) = %{tl_version} -Provides: tex(loadhyph-cop.tex) = %{tl_version} - -%description hyphen-coptic -Hyphenation patterns for Coptic in UTF-8 encoding as well as in -ASCII-based encoding for 8-bit engines. The latter can only be -used with special Coptic fonts (like CBcoptic). The patterns -are considered experimental. - -%post hyphen-coptic -if [ $1 -gt 0 ] ; then -sed -i '/coptic.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "coptic loadhyph-cop.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{coptic}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{coptic}{loadhyph-cop.tex}{}{1}{1}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -fi -: - -%postun hyphen-coptic -if [ $1 == 0 ] ; then -sed -i '/coptic.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{coptic}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -fi -: - -%package hyphen-esperanto -Provides: tex-hyphen-esperanto = %{tl_version} -License: LPPL -Summary: Esperanto hyphenation patterns -Version: svn54568 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires(post,postun): coreutils -Requires: texlive-hyphen-base -Requires: texlive-hyph-utf8 -Provides: tex(hyph-eo.il3.tex) = %{tl_version} -Provides: tex(hyph-eo.tex) = %{tl_version} -Provides: tex(loadhyph-eo.tex) = %{tl_version} - -%description hyphen-esperanto -Hyphenation patterns for Esperanto ISO Latin 3 and UTF-8 -encodings. Note that TeX distributions don't ship any suitable -fonts in Latin 3 encoding, so unless you create your own font -support or want to use MlTeX, using native Unicode engines is -highly recommended. - -%post hyphen-esperanto -if [ $1 -gt 0 ] ; then -sed -i '/esperanto.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "esperanto loadhyph-eo.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{esperanto}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{esperanto}{loadhyph-eo.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -fi -: - -%postun hyphen-esperanto -if [ $1 == 0 ] ; then -sed -i '/esperanto.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{esperanto}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -fi -: - -%package hyphen-georgian -Provides: tex-hyphen-georgian = %{tl_version} -License: LPPL -Summary: Georgian hyphenation patterns -Version: svn54568 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires(post,postun): coreutils -Requires: texlive-hyphen-base -Requires: texlive-hyph-utf8 -Provides: tex(hyph-ka.t8m.tex) = %{tl_version} -Provides: tex(hyph-ka.tex) = %{tl_version} -Provides: tex(loadhyph-ka.tex) = %{tl_version} - -%description hyphen-georgian -Hyphenation patterns for Georgian in T8M, T8K and UTF-8 -encodings. - -%post hyphen-georgian -if [ $1 -gt 0 ] ; then -sed -i '/georgian.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "georgian loadhyph-ka.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{georgian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{georgian}{loadhyph-ka.tex}{}{2}{3}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -fi -: - -%postun hyphen-georgian -if [ $1 == 0 ] ; then -sed -i '/georgian.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{georgian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -fi -: - -%package hyphen-indonesian -Provides: tex-hyphen-indonesian = %{tl_version} -License: LPPL -Summary: Indonesian hyphenation patterns -Version: svn54568 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires(post,postun): coreutils -Requires: texlive-hyphen-base -Requires: texlive-hyph-utf8 -Provides: tex(hyph-id.tex) = %{tl_version} -Provides: tex(loadhyph-id.tex) = %{tl_version} - -%description hyphen-indonesian -Hyphenation patterns for Indonesian (Bahasa Indonesia) in ASCII -encoding. They are probably also usable for Malay (Bahasa -Melayu). - -%post hyphen-indonesian -if [ $1 -gt 0 ] ; then -sed -i '/indonesian.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "indonesian loadhyph-id.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{indonesian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{indonesian}{loadhyph-id.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -fi -: - -%postun hyphen-indonesian -if [ $1 == 0 ] ; then -sed -i '/indonesian.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{indonesian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -fi -: - -%package hyphen-interlingua -Provides: tex-hyphen-interlingua = %{tl_version} -License: LPPL -Summary: Interlingua hyphenation patterns -Version: svn54568 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires(post,postun): coreutils -Requires: texlive-hyphen-base -Requires: texlive-hyph-utf8 -Provides: tex(hyph-ia.tex) = %{tl_version} -Provides: tex(loadhyph-ia.tex) = %{tl_version} - -%description hyphen-interlingua -Hyphenation patterns for Interlingua in ASCII encoding. - -%post hyphen-interlingua -if [ $1 -gt 0 ] ; then -sed -i '/interlingua.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "interlingua loadhyph-ia.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{interlingua}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{interlingua}{loadhyph-ia.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -fi -: - -%postun hyphen-interlingua -if [ $1 == 0 ] ; then -sed -i '/interlingua.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{interlingua}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -fi -: - -%package hyphen-thai -Provides: tex-hyphen-thai = %{tl_version} -License: LPPL -Summary: Thai hyphenation patterns -Version: svn54568 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires(post,postun): coreutils -Requires: texlive-hyphen-base -Requires: texlive-hyph-utf8 -Provides: tex(hyph-th.lth.tex) = %{tl_version} -Provides: tex(hyph-th.tex) = %{tl_version} -Provides: tex(loadhyph-th.tex) = %{tl_version} - -%description hyphen-thai -Hyphenation patterns for Thai in LTH and UTF-8 encodings. - -%post hyphen-thai -if [ $1 -gt 0 ] ; then -sed -i '/thai.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "thai loadhyph-th.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{thai}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{thai}{loadhyph-th.tex}{}{2}{3}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -fi -: - -%postun hyphen-thai -if [ $1 == 0 ] ; then -sed -i '/thai.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{thai}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -fi -: - -%package hyphen-turkmen -Provides: tex-hyphen-turkmen = %{tl_version} -License: LPPL -Summary: Turkmen hyphenation patterns -Version: svn54568 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires(post,postun): coreutils -Requires: texlive-hyphen-base -Requires: texlive-hyph-utf8 -Provides: tex(hyph-tk.ec.tex) = %{tl_version} -Provides: tex(hyph-tk.tex) = %{tl_version} -Provides: tex(loadhyph-tk.tex) = %{tl_version} - -%description hyphen-turkmen -Hyphenation patterns for Turkmen in T1/EC and UTF-8 encodings. - -%post hyphen-turkmen -if [ $1 -gt 0 ] ; then -sed -i '/turkmen.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "turkmen loadhyph-tk.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{turkmen}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{turkmen}{loadhyph-tk.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -fi -: - -%postun hyphen-turkmen -if [ $1 == 0 ] ; then -sed -i '/turkmen.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{turkmen}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -fi -: - -%package lshort-thai-doc -Summary: Documentation for lshort-thai -Version: svn15878.1.32 - -Provides: tex-lshort-thai-doc -AutoReqProv: No - -%description lshort-thai-doc -Documentation for lshort-thai - -%package lshort-vietnamese-doc -Summary: Documentation for lshort-vietnamese -Version: svn15878.4.00 - -Provides: tex-lshort-vietnamese-doc -AutoReqProv: No - -%description lshort-vietnamese-doc -Documentation for lshort-vietnamese - -%package ntheorem-vn-doc -Summary: Documentation for ntheorem-vn -Version: svn15878.1.203 - -Provides: tex-ntheorem-vn-doc -AutoReqProv: No - -%description ntheorem-vn-doc -Documentation for ntheorem-vn - -%package vntex -Provides: tex-vntex = %{tl_version} -License: Utopia -Summary: Support for Vietnamese -Version: svn30579.3.2 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(ucs.sty) -Requires: tex(ifpdf.sty) -Requires: tex(cmap.sty) -Requires: tex(fontenc.sty) -Requires: tex(inputenc.sty) -Provides: tex(t5.enc) = %{tl_version} -Provides: tex(t5d.enc) = %{tl_version} -Provides: tex(t5uni.enc) = %{tl_version} -Provides: tex(arevvn.map) = %{tl_version} -Provides: tex(chartervn.map) = %{tl_version} -Provides: tex(cmbrightvn.map) = %{tl_version} -Provides: tex(concretevn.map) = %{tl_version} -Provides: tex(grotesqvn.map) = %{tl_version} -Provides: tex(txttvn.map) = %{tl_version} -Provides: tex(urwvn.map) = %{tl_version} -Provides: tex(vnrother.map) = %{tl_version} -Provides: tex(vnrtext.map) = %{tl_version} -Provides: tex(vntopia.map) = %{tl_version} -Provides: tex(favb8v.tfm) = %{tl_version} -Provides: tex(favbi8v.tfm) = %{tl_version} -Provides: tex(favr8v.tfm) = %{tl_version} -Provides: tex(favri8v.tfm) = %{tl_version} -Provides: tex(bchb8v.tfm) = %{tl_version} -Provides: tex(bchbc8v.tfm) = %{tl_version} -Provides: tex(bchbi8v.tfm) = %{tl_version} -Provides: tex(bchbo8v.tfm) = %{tl_version} -Provides: tex(bchr8v.tfm) = %{tl_version} -Provides: tex(bchrc8v.tfm) = %{tl_version} -Provides: tex(bchri8v.tfm) = %{tl_version} -Provides: tex(bchro8v.tfm) = %{tl_version} -Provides: tex(vncmbr10.tfm) = %{tl_version} -Provides: tex(vncmbr17.tfm) = %{tl_version} -Provides: tex(vncmbr8.tfm) = %{tl_version} -Provides: tex(vncmbr9.tfm) = %{tl_version} -Provides: tex(vncmbrbx10.tfm) = %{tl_version} -Provides: tex(vncmbrsl10.tfm) = %{tl_version} -Provides: tex(vncmbrsl17.tfm) = %{tl_version} -Provides: tex(vncmbrsl8.tfm) = %{tl_version} -Provides: tex(vncmbrsl9.tfm) = %{tl_version} -Provides: tex(vncmsltl10.tfm) = %{tl_version} -Provides: tex(vncmtl10.tfm) = %{tl_version} -Provides: tex(vncccsc10.tfm) = %{tl_version} -Provides: tex(vnccr10.tfm) = %{tl_version} -Provides: tex(vnccsl10.tfm) = %{tl_version} -Provides: tex(vnccti10.tfm) = %{tl_version} -Provides: tex(ugqb8v.tfm) = %{tl_version} -Provides: tex(ugqbo8v.tfm) = %{tl_version} -Provides: tex(txbtt8v.tfm) = %{tl_version} -Provides: tex(txbttsc8v.tfm) = %{tl_version} -Provides: tex(txbttsl8v.tfm) = %{tl_version} -Provides: tex(txtt8v.tfm) = %{tl_version} -Provides: tex(txttsc8v.tfm) = %{tl_version} -Provides: tex(txttsl8v.tfm) = %{tl_version} -Provides: tex(fplrc8v.tfm) = %{tl_version} -Provides: tex(uagd8v.tfm) = %{tl_version} -Provides: tex(uagdc8v.tfm) = %{tl_version} -Provides: tex(uagdo8v.tfm) = %{tl_version} -Provides: tex(uagk8v.tfm) = %{tl_version} -Provides: tex(uagkc8v.tfm) = %{tl_version} -Provides: tex(uagko8v.tfm) = %{tl_version} -Provides: tex(ubkd8v.tfm) = %{tl_version} -Provides: tex(ubkdc8v.tfm) = %{tl_version} -Provides: tex(ubkdi8v.tfm) = %{tl_version} -Provides: tex(ubkdo8v.tfm) = %{tl_version} -Provides: tex(ubkl8v.tfm) = %{tl_version} -Provides: tex(ubklc8v.tfm) = %{tl_version} -Provides: tex(ubkli8v.tfm) = %{tl_version} -Provides: tex(ubklo8v.tfm) = %{tl_version} -Provides: tex(ucrb8v.tfm) = %{tl_version} -Provides: tex(ucrbc8v.tfm) = %{tl_version} -Provides: tex(ucrbo8v.tfm) = %{tl_version} -Provides: tex(ucrr8v.tfm) = %{tl_version} -Provides: tex(ucrrc8v.tfm) = %{tl_version} -Provides: tex(ucrro8v.tfm) = %{tl_version} -Provides: tex(uhvb8v.tfm) = %{tl_version} -Provides: tex(uhvbc8v.tfm) = %{tl_version} -Provides: tex(uhvbo8v.tfm) = %{tl_version} -Provides: tex(uhvr8v.tfm) = %{tl_version} -Provides: tex(uhvrc8v.tfm) = %{tl_version} -Provides: tex(uhvro8v.tfm) = %{tl_version} -Provides: tex(uncb8v.tfm) = %{tl_version} -Provides: tex(uncbc8v.tfm) = %{tl_version} -Provides: tex(uncbi8v.tfm) = %{tl_version} -Provides: tex(uncbo8v.tfm) = %{tl_version} -Provides: tex(uncr8v.tfm) = %{tl_version} -Provides: tex(uncrc8v.tfm) = %{tl_version} -Provides: tex(uncri8v.tfm) = %{tl_version} -Provides: tex(uncro8v.tfm) = %{tl_version} -Provides: tex(uplb8v.tfm) = %{tl_version} -Provides: tex(uplbc8v.tfm) = %{tl_version} -Provides: tex(uplbi8v.tfm) = %{tl_version} -Provides: tex(uplbo8v.tfm) = %{tl_version} -Provides: tex(uplr8v.tfm) = %{tl_version} -Provides: tex(uplrc8v.tfm) = %{tl_version} -Provides: tex(uplri8v.tfm) = %{tl_version} -Provides: tex(uplro8v.tfm) = %{tl_version} -Provides: tex(utmb8v.tfm) = %{tl_version} -Provides: tex(utmbc8v.tfm) = %{tl_version} -Provides: tex(utmbi8v.tfm) = %{tl_version} -Provides: tex(utmbo8v.tfm) = %{tl_version} -Provides: tex(utmr8v.tfm) = %{tl_version} -Provides: tex(utmrc8v.tfm) = %{tl_version} -Provides: tex(utmri8v.tfm) = %{tl_version} -Provides: tex(utmro8v.tfm) = %{tl_version} -Provides: tex(uzcmi8v.tfm) = %{tl_version} -Provides: tex(vnb10.tfm) = %{tl_version} -Provides: tex(vnbx10.tfm) = %{tl_version} -Provides: tex(vnbx12.tfm) = %{tl_version} -Provides: tex(vnbx5.tfm) = %{tl_version} -Provides: tex(vnbx6.tfm) = %{tl_version} -Provides: tex(vnbx7.tfm) = %{tl_version} -Provides: tex(vnbx8.tfm) = %{tl_version} -Provides: tex(vnbx9.tfm) = %{tl_version} -Provides: tex(vnbxsl10.tfm) = %{tl_version} -Provides: tex(vnbxti10.tfm) = %{tl_version} -Provides: tex(vncsc10.tfm) = %{tl_version} -Provides: tex(vndunh10.tfm) = %{tl_version} -Provides: tex(vnff10.tfm) = %{tl_version} -Provides: tex(vnfi10.tfm) = %{tl_version} -Provides: tex(vnfib8.tfm) = %{tl_version} -Provides: tex(vnitt10.tfm) = %{tl_version} -Provides: tex(vnr10.tfm) = %{tl_version} -Provides: tex(vnr12.tfm) = %{tl_version} -Provides: tex(vnr17.tfm) = %{tl_version} -Provides: tex(vnr5.tfm) = %{tl_version} -Provides: tex(vnr6.tfm) = %{tl_version} -Provides: tex(vnr7.tfm) = %{tl_version} -Provides: tex(vnr8.tfm) = %{tl_version} -Provides: tex(vnr9.tfm) = %{tl_version} -Provides: tex(vnsl10.tfm) = %{tl_version} -Provides: tex(vnsl12.tfm) = %{tl_version} -Provides: tex(vnsl8.tfm) = %{tl_version} -Provides: tex(vnsl9.tfm) = %{tl_version} -Provides: tex(vnsltt10.tfm) = %{tl_version} -Provides: tex(vnss10.tfm) = %{tl_version} -Provides: tex(vnss12.tfm) = %{tl_version} -Provides: tex(vnss17.tfm) = %{tl_version} -Provides: tex(vnss8.tfm) = %{tl_version} -Provides: tex(vnss9.tfm) = %{tl_version} -Provides: tex(vnssbx10.tfm) = %{tl_version} -Provides: tex(vnssdc10.tfm) = %{tl_version} -Provides: tex(vnssi10.tfm) = %{tl_version} -Provides: tex(vnssi12.tfm) = %{tl_version} -Provides: tex(vnssi17.tfm) = %{tl_version} -Provides: tex(vnssi8.tfm) = %{tl_version} -Provides: tex(vnssi9.tfm) = %{tl_version} -Provides: tex(vnssq8.tfm) = %{tl_version} -Provides: tex(vnssqi8.tfm) = %{tl_version} -Provides: tex(vntcsc10.tfm) = %{tl_version} -Provides: tex(vnti10.tfm) = %{tl_version} -Provides: tex(vnti12.tfm) = %{tl_version} -Provides: tex(vnti7.tfm) = %{tl_version} -Provides: tex(vnti8.tfm) = %{tl_version} -Provides: tex(vnti9.tfm) = %{tl_version} -Provides: tex(vntt10.tfm) = %{tl_version} -Provides: tex(vntt12.tfm) = %{tl_version} -Provides: tex(vntt8.tfm) = %{tl_version} -Provides: tex(vntt9.tfm) = %{tl_version} -Provides: tex(vnu10.tfm) = %{tl_version} -Provides: tex(vnvtt10.tfm) = %{tl_version} -Provides: tex(putb8v.tfm) = %{tl_version} -Provides: tex(putbc8v.tfm) = %{tl_version} -Provides: tex(putbi8v.tfm) = %{tl_version} -Provides: tex(putbo8v.tfm) = %{tl_version} -Provides: tex(putr8v.tfm) = %{tl_version} -Provides: tex(putrc8v.tfm) = %{tl_version} -Provides: tex(putri8v.tfm) = %{tl_version} -Provides: tex(putro8v.tfm) = %{tl_version} -Provides: tex(ArevSans-Bold-T5.pfb) = %{tl_version} -Provides: tex(ArevSans-BoldOblique-T5.pfb) = %{tl_version} -Provides: tex(ArevSans-Oblique-T5.pfb) = %{tl_version} -Provides: tex(ArevSans-Roman-T5.pfb) = %{tl_version} -Provides: tex(bchb8v.pfb) = %{tl_version} -Provides: tex(bchbi8v.pfb) = %{tl_version} -Provides: tex(bchr8v.pfb) = %{tl_version} -Provides: tex(bchri8v.pfb) = %{tl_version} -Provides: tex(vncmbr10.pfb) = %{tl_version} -Provides: tex(vncmbr17.pfb) = %{tl_version} -Provides: tex(vncmbr8.pfb) = %{tl_version} -Provides: tex(vncmbr9.pfb) = %{tl_version} -Provides: tex(vncmbrbx10.pfb) = %{tl_version} -Provides: tex(vncmbrsl10.pfb) = %{tl_version} -Provides: tex(vncmbrsl17.pfb) = %{tl_version} -Provides: tex(vncmbrsl8.pfb) = %{tl_version} -Provides: tex(vncmbrsl9.pfb) = %{tl_version} -Provides: tex(vncmsltl10.pfb) = %{tl_version} -Provides: tex(vncmtl10.pfb) = %{tl_version} -Provides: tex(CMConcrete8v.pfb) = %{tl_version} -Provides: tex(CMConcreteItalic8v.pfb) = %{tl_version} -Provides: tex(CMConcreteSlanted8v.pfb) = %{tl_version} -Provides: tex(CMConcreteSmallCaps8v.pfb) = %{tl_version} -Provides: tex(ugqb8v.pfb) = %{tl_version} -Provides: tex(txbtt8v.pfb) = %{tl_version} -Provides: tex(txbttsc8v.pfb) = %{tl_version} -Provides: tex(txtt8v.pfb) = %{tl_version} -Provides: tex(txttsc8v.pfb) = %{tl_version} -Provides: tex(fplrc8v.pfb) = %{tl_version} -Provides: tex(uagd8v.pfb) = %{tl_version} -Provides: tex(uagdo8v.pfb) = %{tl_version} -Provides: tex(uagk8v.pfb) = %{tl_version} -Provides: tex(uagko8v.pfb) = %{tl_version} -Provides: tex(ubkd8v.pfb) = %{tl_version} -Provides: tex(ubkdi8v.pfb) = %{tl_version} -Provides: tex(ubkl8v.pfb) = %{tl_version} -Provides: tex(ubkli8v.pfb) = %{tl_version} -Provides: tex(ucrb8v.pfb) = %{tl_version} -Provides: tex(ucrbo8v.pfb) = %{tl_version} -Provides: tex(ucrr8v.pfb) = %{tl_version} -Provides: tex(ucrro8v.pfb) = %{tl_version} -Provides: tex(uhvb8v.pfb) = %{tl_version} -Provides: tex(uhvbo8v.pfb) = %{tl_version} -Provides: tex(uhvr8v.pfb) = %{tl_version} -Provides: tex(uhvro8v.pfb) = %{tl_version} -Provides: tex(uncb8v.pfb) = %{tl_version} -Provides: tex(uncbi8v.pfb) = %{tl_version} -Provides: tex(uncr8v.pfb) = %{tl_version} -Provides: tex(uncri8v.pfb) = %{tl_version} -Provides: tex(uplb8v.pfb) = %{tl_version} -Provides: tex(uplbi8v.pfb) = %{tl_version} -Provides: tex(uplr8v.pfb) = %{tl_version} -Provides: tex(uplri8v.pfb) = %{tl_version} -Provides: tex(utmb8v.pfb) = %{tl_version} -Provides: tex(utmbi8v.pfb) = %{tl_version} -Provides: tex(utmr8v.pfb) = %{tl_version} -Provides: tex(utmri8v.pfb) = %{tl_version} -Provides: tex(uzcmi8v.pfb) = %{tl_version} -Provides: tex(vnb10.pfb) = %{tl_version} -Provides: tex(vnbx10.pfb) = %{tl_version} -Provides: tex(vnbx12.pfb) = %{tl_version} -Provides: tex(vnbx5.pfb) = %{tl_version} -Provides: tex(vnbx6.pfb) = %{tl_version} -Provides: tex(vnbx7.pfb) = %{tl_version} -Provides: tex(vnbx8.pfb) = %{tl_version} -Provides: tex(vnbx9.pfb) = %{tl_version} -Provides: tex(vnbxsl10.pfb) = %{tl_version} -Provides: tex(vnbxti10.pfb) = %{tl_version} -Provides: tex(vncsc10.pfb) = %{tl_version} -Provides: tex(vndunh10.pfb) = %{tl_version} -Provides: tex(vnff10.pfb) = %{tl_version} -Provides: tex(vnfi10.pfb) = %{tl_version} -Provides: tex(vnfib8.pfb) = %{tl_version} -Provides: tex(vnitt10.pfb) = %{tl_version} -Provides: tex(vnr10.pfb) = %{tl_version} -Provides: tex(vnr12.pfb) = %{tl_version} -Provides: tex(vnr17.pfb) = %{tl_version} -Provides: tex(vnr5.pfb) = %{tl_version} -Provides: tex(vnr6.pfb) = %{tl_version} -Provides: tex(vnr7.pfb) = %{tl_version} -Provides: tex(vnr8.pfb) = %{tl_version} -Provides: tex(vnr9.pfb) = %{tl_version} -Provides: tex(vnsl10.pfb) = %{tl_version} -Provides: tex(vnsl12.pfb) = %{tl_version} -Provides: tex(vnsl8.pfb) = %{tl_version} -Provides: tex(vnsl9.pfb) = %{tl_version} -Provides: tex(vnsltt10.pfb) = %{tl_version} -Provides: tex(vnss10.pfb) = %{tl_version} -Provides: tex(vnss12.pfb) = %{tl_version} -Provides: tex(vnss17.pfb) = %{tl_version} -Provides: tex(vnss8.pfb) = %{tl_version} -Provides: tex(vnss9.pfb) = %{tl_version} -Provides: tex(vnssbx10.pfb) = %{tl_version} -Provides: tex(vnssdc10.pfb) = %{tl_version} -Provides: tex(vnssi10.pfb) = %{tl_version} -Provides: tex(vnssi12.pfb) = %{tl_version} -Provides: tex(vnssi17.pfb) = %{tl_version} -Provides: tex(vnssi8.pfb) = %{tl_version} -Provides: tex(vnssi9.pfb) = %{tl_version} -Provides: tex(vnssq8.pfb) = %{tl_version} -Provides: tex(vnssqi8.pfb) = %{tl_version} -Provides: tex(vntcsc10.pfb) = %{tl_version} -Provides: tex(vnti10.pfb) = %{tl_version} -Provides: tex(vnti12.pfb) = %{tl_version} -Provides: tex(vnti7.pfb) = %{tl_version} -Provides: tex(vnti8.pfb) = %{tl_version} -Provides: tex(vnti9.pfb) = %{tl_version} -Provides: tex(vntt10.pfb) = %{tl_version} -Provides: tex(vntt12.pfb) = %{tl_version} -Provides: tex(vntt8.pfb) = %{tl_version} -Provides: tex(vntt9.pfb) = %{tl_version} -Provides: tex(vnu10.pfb) = %{tl_version} -Provides: tex(vnvtt10.pfb) = %{tl_version} -Provides: tex(putb8v.pfb) = %{tl_version} -Provides: tex(putbi8v.pfb) = %{tl_version} -Provides: tex(putr8v.pfb) = %{tl_version} -Provides: tex(putri8v.pfb) = %{tl_version} -Provides: tex(bchbc8v.vf) = %{tl_version} -Provides: tex(bchrc8v.vf) = %{tl_version} -Provides: tex(uagdc8v.vf) = %{tl_version} -Provides: tex(uagkc8v.vf) = %{tl_version} -Provides: tex(ubkdc8v.vf) = %{tl_version} -Provides: tex(ubklc8v.vf) = %{tl_version} -Provides: tex(ucrbc8v.vf) = %{tl_version} -Provides: tex(ucrrc8v.vf) = %{tl_version} -Provides: tex(uhvbc8v.vf) = %{tl_version} -Provides: tex(uhvrc8v.vf) = %{tl_version} -Provides: tex(uncbc8v.vf) = %{tl_version} -Provides: tex(uncrc8v.vf) = %{tl_version} -Provides: tex(uplbc8v.vf) = %{tl_version} -Provides: tex(uplrc8v.vf) = %{tl_version} -Provides: tex(utmbc8v.vf) = %{tl_version} -Provides: tex(utmrc8v.vf) = %{tl_version} -Provides: tex(putbc8v.vf) = %{tl_version} -Provides: tex(putrc8v.vf) = %{tl_version} -Provides: tex(dblaccnt.sty) = %{tl_version} -Provides: tex(mcviscii.def) = %{tl_version} -Provides: tex(pd1supp.def) = %{tl_version} -Provides: tex(swpvntex.sty) = %{tl_version} -Provides: tex(t5bch.fd) = %{tl_version} -Provides: tex(t5ccr.fd) = %{tl_version} -Provides: tex(t5cmbr.fd) = %{tl_version} -Provides: tex(t5cmdh.fd) = %{tl_version} -Provides: tex(t5cmfib.fd) = %{tl_version} -Provides: tex(t5cmfr.fd) = %{tl_version} -Provides: tex(t5cmr.fd) = %{tl_version} -Provides: tex(t5cmss.fd) = %{tl_version} -Provides: tex(t5cmssq.fd) = %{tl_version} -Provides: tex(t5cmtl.fd) = %{tl_version} -Provides: tex(t5cmtt.fd) = %{tl_version} -Provides: tex(t5cmvtt.fd) = %{tl_version} -Provides: tex(t5enc.def) = %{tl_version} -Provides: tex(t5fav.fd) = %{tl_version} -Provides: tex(t5fnc.fd) = %{tl_version} -Provides: tex(t5fpl.fd) = %{tl_version} -Provides: tex(t5futs.fd) = %{tl_version} -Provides: tex(t5mak.fd) = %{tl_version} -Provides: tex(t5mdbch.fd) = %{tl_version} -Provides: tex(t5mdput.fd) = %{tl_version} -Provides: tex(t5mdugm.fd) = %{tl_version} -Provides: tex(t5pag.fd) = %{tl_version} -Provides: tex(t5pbk.fd) = %{tl_version} -Provides: tex(t5pcr.fd) = %{tl_version} -Provides: tex(t5phv.fd) = %{tl_version} -Provides: tex(t5pnc.fd) = %{tl_version} -Provides: tex(t5ppl.fd) = %{tl_version} -Provides: tex(t5ptm.fd) = %{tl_version} -Provides: tex(t5ptmom.fd) = %{tl_version} -Provides: tex(t5put.fd) = %{tl_version} -Provides: tex(t5pxr.fd) = %{tl_version} -Provides: tex(t5txr.fd) = %{tl_version} -Provides: tex(t5txtt.fd) = %{tl_version} -Provides: tex(t5uag.fd) = %{tl_version} -Provides: tex(t5ubk.fd) = %{tl_version} -Provides: tex(t5ucr.fd) = %{tl_version} -Provides: tex(t5ugq.fd) = %{tl_version} -Provides: tex(t5uhv.fd) = %{tl_version} -Provides: tex(t5unc.fd) = %{tl_version} -Provides: tex(t5upl.fd) = %{tl_version} -Provides: tex(t5utm.fd) = %{tl_version} -Provides: tex(t5uzcm.fd) = %{tl_version} -Provides: tex(tcvn.def) = %{tl_version} -Provides: tex(varioref-vi.sty) = %{tl_version} -Provides: tex(vietnam.sty) = %{tl_version} -Provides: tex(viscii.def) = %{tl_version} -Provides: tex(vncaps.tex) = %{tl_version} -Provides: tex(vntex.sty) = %{tl_version} -Provides: tex(vps.def) = %{tl_version} -Provides: tex(dblaccnt.tex) = %{tl_version} -Provides: tex(t5code.tex) = %{tl_version} -Provides: tex(vntexinfo.tex) = %{tl_version} - -%description vntex -The vntex bundle provides fonts, Plain TeX, texinfo and LaTeX -macros for typesetting documents in Vietnamese. Users of the -fonts (in both Metafont and Adobe Type 1 format) of this bundle -may alternatively use the lm fonts bundle, for which map files -are available to provide a Vietnamese version. - -%package vntex-doc -Summary: Documentation for vntex -Version: svn30579.3.2 - -Provides: tex-vntex-doc -AutoReqProv: No - -%description vntex-doc -Documentation for vntex - -%package collection-langpolish -Summary: Polish -Version: svn54074 -Requires: texlive-base -Requires: texlive-collection-latex -Requires: texlive-collection-basic -Requires: texlive-babel-polish -Requires: texlive-bredzenie -Requires: texlive-cc-pl -Requires: texlive-gustlib -Requires: texlive-gustprog-doc -Requires: texlive-hyphen-polish -Requires: texlive-lshort-polish-doc -Requires: texlive-mex -Requires: texlive-mwcls -Requires: texlive-pl -Requires: texlive-polski -Requires: texlive-przechlewski-book -Requires: texlive-qpxqtx -Requires: texlive-tap -Requires: texlive-tex-virtual-academy-pl-doc -Requires: texlive-texlive-pl-doc -Requires: texlive-utf8mex - -%description collection-langpolish -Support for Polish. - -%package gustlib -Provides: tex-gustlib = %{tl_version} -License: LPPL -Summary: plain macros for much core and extra functionality, from GUST -Version: svn54074 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(biblotex.tex) = %{tl_version} -Provides: tex(infr-ex.tex) = %{tl_version} -Provides: tex(infram.tex) = %{tl_version} -Provides: tex(map.tex) = %{tl_version} -Provides: tex(mcol-ex.tex) = %{tl_version} -Provides: tex(meashor.tex) = %{tl_version} -Provides: tex(mimulcol.tex) = %{tl_version} -Provides: tex(plidxmac.tex) = %{tl_version} -Provides: tex(przyklad.tex) = %{tl_version} -Provides: tex(rbox-ex.tex) = %{tl_version} -Provides: tex(roundbox.tex) = %{tl_version} -Provides: tex(split.tex) = %{tl_version} -Provides: tex(tp-crf.tex) = %{tl_version} -Provides: tex(tsp.tex) = %{tl_version} -Provides: tex(tun.tex) = %{tl_version} -Provides: tex(verbatim-dek.tex) = %{tl_version} - -%description gustlib -Includes bibliography support, token manipulation, -cross-references, verbatim, determining length of a paragraph's -last line, multicolumn output, Polish bibliography and index -styles, prepress and color separation, graphics manipulation, -tables. - -%package gustlib-doc -Summary: Documentation for gustlib -Version: svn54074 -Provides: tex-gustlib-doc -AutoReqProv: No - -%description gustlib-doc -Documentation for gustlib - -%package gustprog-doc -Summary: Documentation for gustprog -Version: svn54074 -Provides: tex-gustprog-doc -AutoReqProv: No - -%description gustprog-doc -Documentation for gustprog - -%package hyphen-polish -Provides: tex-hyphen-polish = %{tl_version} -License: Knuth -Summary: Polish hyphenation patterns -Version: svn54568 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires(post,postun): coreutils -Requires: texlive-hyphen-base -Requires: texlive-hyph-utf8 -Provides: tex(hyph-pl.qx.tex) = %{tl_version} -Provides: tex(hyph-pl.tex) = %{tl_version} -Provides: tex(loadhyph-pl.tex) = %{tl_version} - -%description hyphen-polish -Hyphenation patterns for Polish in QX and UTF-8 encodings. -These patterns are also used by Polish TeX formats MeX and -LaMeX. - -%post hyphen-polish -if [ $1 -gt 0 ] ; then -sed -i '/polish.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "polish loadhyph-pl.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{polish}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{polish}{loadhyph-pl.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -fi -: - -%postun hyphen-polish -if [ $1 == 0 ] ; then -sed -i '/polish.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{polish}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -fi -: - -%package lshort-polish-doc -Summary: Documentation for lshort-polish -Version: svn15878.0 - -Provides: tex-lshort-polish-doc -AutoReqProv: No - -%description lshort-polish-doc -Documentation for lshort-polish - -%package pl -Provides: tex-pl = %{tl_version} -License: Public Domain -Summary: Polish extension of Computer Modern fonts -Version: svn36012.1.09 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(plin.enc) = %{tl_version} -Provides: tex(plit.enc) = %{tl_version} -Provides: tex(plitt.enc) = %{tl_version} -Provides: tex(plme.enc) = %{tl_version} -Provides: tex(plmi.enc) = %{tl_version} -Provides: tex(plms.enc) = %{tl_version} -Provides: tex(plrm.enc) = %{tl_version} -Provides: tex(plsc.enc) = %{tl_version} -Provides: tex(plte.enc) = %{tl_version} -Provides: tex(pltt.enc) = %{tl_version} -Provides: tex(plother.map) = %{tl_version} -Provides: tex(pltext.map) = %{tl_version} -Provides: tex(plb10.tfm) = %{tl_version} -Provides: tex(plbsy10.tfm) = %{tl_version} -Provides: tex(plbsy5.tfm) = %{tl_version} -Provides: tex(plbsy7.tfm) = %{tl_version} -Provides: tex(plbx10.tfm) = %{tl_version} -Provides: tex(plbx12.tfm) = %{tl_version} -Provides: tex(plbx5.tfm) = %{tl_version} -Provides: tex(plbx6.tfm) = %{tl_version} -Provides: tex(plbx7.tfm) = %{tl_version} -Provides: tex(plbx8.tfm) = %{tl_version} -Provides: tex(plbx9.tfm) = %{tl_version} -Provides: tex(plbxsl10.tfm) = %{tl_version} -Provides: tex(plbxti10.tfm) = %{tl_version} -Provides: tex(plcsc10.tfm) = %{tl_version} -Provides: tex(pldunh10.tfm) = %{tl_version} -Provides: tex(plex10.tfm) = %{tl_version} -Provides: tex(plex9.tfm) = %{tl_version} -Provides: tex(plff10.tfm) = %{tl_version} -Provides: tex(plfi10.tfm) = %{tl_version} -Provides: tex(plfib8.tfm) = %{tl_version} -Provides: tex(plinch.tfm) = %{tl_version} -Provides: tex(plitt10.tfm) = %{tl_version} -Provides: tex(plmi10.tfm) = %{tl_version} -Provides: tex(plmi12.tfm) = %{tl_version} -Provides: tex(plmi5.tfm) = %{tl_version} -Provides: tex(plmi6.tfm) = %{tl_version} -Provides: tex(plmi7.tfm) = %{tl_version} -Provides: tex(plmi8.tfm) = %{tl_version} -Provides: tex(plmi9.tfm) = %{tl_version} -Provides: tex(plmib10.tfm) = %{tl_version} -Provides: tex(plmib5.tfm) = %{tl_version} -Provides: tex(plmib7.tfm) = %{tl_version} -Provides: tex(plr10.tfm) = %{tl_version} -Provides: tex(plr12.tfm) = %{tl_version} -Provides: tex(plr17.tfm) = %{tl_version} -Provides: tex(plr5.tfm) = %{tl_version} -Provides: tex(plr6.tfm) = %{tl_version} -Provides: tex(plr7.tfm) = %{tl_version} -Provides: tex(plr8.tfm) = %{tl_version} -Provides: tex(plr9.tfm) = %{tl_version} -Provides: tex(plsl10.tfm) = %{tl_version} -Provides: tex(plsl12.tfm) = %{tl_version} -Provides: tex(plsl8.tfm) = %{tl_version} -Provides: tex(plsl9.tfm) = %{tl_version} -Provides: tex(plsltt10.tfm) = %{tl_version} -Provides: tex(plss10.tfm) = %{tl_version} -Provides: tex(plss12.tfm) = %{tl_version} -Provides: tex(plss17.tfm) = %{tl_version} -Provides: tex(plss8.tfm) = %{tl_version} -Provides: tex(plss9.tfm) = %{tl_version} -Provides: tex(plssbi10.tfm) = %{tl_version} -Provides: tex(plssbx10.tfm) = %{tl_version} -Provides: tex(plssdc10.tfm) = %{tl_version} -Provides: tex(plssi10.tfm) = %{tl_version} -Provides: tex(plssi12.tfm) = %{tl_version} -Provides: tex(plssi17.tfm) = %{tl_version} -Provides: tex(plssi8.tfm) = %{tl_version} -Provides: tex(plssi9.tfm) = %{tl_version} -Provides: tex(plssq8.tfm) = %{tl_version} -Provides: tex(plssqi8.tfm) = %{tl_version} -Provides: tex(plsy10.tfm) = %{tl_version} -Provides: tex(plsy5.tfm) = %{tl_version} -Provides: tex(plsy6.tfm) = %{tl_version} -Provides: tex(plsy7.tfm) = %{tl_version} -Provides: tex(plsy8.tfm) = %{tl_version} -Provides: tex(plsy9.tfm) = %{tl_version} -Provides: tex(pltcsc10.tfm) = %{tl_version} -Provides: tex(pltex10.tfm) = %{tl_version} -Provides: tex(pltex8.tfm) = %{tl_version} -Provides: tex(pltex9.tfm) = %{tl_version} -Provides: tex(plti10.tfm) = %{tl_version} -Provides: tex(plti12.tfm) = %{tl_version} -Provides: tex(plti7.tfm) = %{tl_version} -Provides: tex(plti8.tfm) = %{tl_version} -Provides: tex(plti9.tfm) = %{tl_version} -Provides: tex(pltt10.tfm) = %{tl_version} -Provides: tex(pltt12.tfm) = %{tl_version} -Provides: tex(pltt8.tfm) = %{tl_version} -Provides: tex(pltt9.tfm) = %{tl_version} -Provides: tex(plu10.tfm) = %{tl_version} -Provides: tex(plvtt10.tfm) = %{tl_version} -Provides: tex(plb10.pfb) = %{tl_version} -Provides: tex(plbsy10.pfb) = %{tl_version} -Provides: tex(plbx10.pfb) = %{tl_version} -Provides: tex(plbx12.pfb) = %{tl_version} -Provides: tex(plbx5.pfb) = %{tl_version} -Provides: tex(plbx6.pfb) = %{tl_version} -Provides: tex(plbx7.pfb) = %{tl_version} -Provides: tex(plbx8.pfb) = %{tl_version} -Provides: tex(plbx9.pfb) = %{tl_version} -Provides: tex(plbxsl10.pfb) = %{tl_version} -Provides: tex(plbxti10.pfb) = %{tl_version} -Provides: tex(plcsc10.pfb) = %{tl_version} -Provides: tex(pldunh10.pfb) = %{tl_version} -Provides: tex(plex10.pfb) = %{tl_version} -Provides: tex(plex9.pfb) = %{tl_version} -Provides: tex(plff10.pfb) = %{tl_version} -Provides: tex(plfi10.pfb) = %{tl_version} -Provides: tex(plfib8.pfb) = %{tl_version} -Provides: tex(plinch.pfb) = %{tl_version} -Provides: tex(plitt10.pfb) = %{tl_version} -Provides: tex(plmi10.pfb) = %{tl_version} -Provides: tex(plmi12.pfb) = %{tl_version} -Provides: tex(plmi5.pfb) = %{tl_version} -Provides: tex(plmi6.pfb) = %{tl_version} -Provides: tex(plmi7.pfb) = %{tl_version} -Provides: tex(plmi8.pfb) = %{tl_version} -Provides: tex(plmi9.pfb) = %{tl_version} -Provides: tex(plmib10.pfb) = %{tl_version} -Provides: tex(plr10.pfb) = %{tl_version} -Provides: tex(plr12.pfb) = %{tl_version} -Provides: tex(plr17.pfb) = %{tl_version} -Provides: tex(plr5.pfb) = %{tl_version} -Provides: tex(plr6.pfb) = %{tl_version} -Provides: tex(plr7.pfb) = %{tl_version} -Provides: tex(plr8.pfb) = %{tl_version} -Provides: tex(plr9.pfb) = %{tl_version} -Provides: tex(plsl10.pfb) = %{tl_version} -Provides: tex(plsl12.pfb) = %{tl_version} -Provides: tex(plsl8.pfb) = %{tl_version} -Provides: tex(plsl9.pfb) = %{tl_version} -Provides: tex(plsltt10.pfb) = %{tl_version} -Provides: tex(plss10.pfb) = %{tl_version} -Provides: tex(plss12.pfb) = %{tl_version} -Provides: tex(plss17.pfb) = %{tl_version} -Provides: tex(plss8.pfb) = %{tl_version} -Provides: tex(plss9.pfb) = %{tl_version} -Provides: tex(plssbi10.pfb) = %{tl_version} -Provides: tex(plssbx10.pfb) = %{tl_version} -Provides: tex(plssdc10.pfb) = %{tl_version} -Provides: tex(plssi10.pfb) = %{tl_version} -Provides: tex(plssi12.pfb) = %{tl_version} -Provides: tex(plssi17.pfb) = %{tl_version} -Provides: tex(plssi8.pfb) = %{tl_version} -Provides: tex(plssi9.pfb) = %{tl_version} -Provides: tex(plssq8.pfb) = %{tl_version} -Provides: tex(plssqi8.pfb) = %{tl_version} -Provides: tex(plsy10.pfb) = %{tl_version} -Provides: tex(plsy5.pfb) = %{tl_version} -Provides: tex(plsy6.pfb) = %{tl_version} -Provides: tex(plsy7.pfb) = %{tl_version} -Provides: tex(plsy8.pfb) = %{tl_version} -Provides: tex(plsy9.pfb) = %{tl_version} -Provides: tex(pltcsc10.pfb) = %{tl_version} -Provides: tex(pltex10.pfb) = %{tl_version} -Provides: tex(pltex8.pfb) = %{tl_version} -Provides: tex(pltex9.pfb) = %{tl_version} -Provides: tex(plti10.pfb) = %{tl_version} -Provides: tex(plti12.pfb) = %{tl_version} -Provides: tex(plti7.pfb) = %{tl_version} -Provides: tex(plti8.pfb) = %{tl_version} -Provides: tex(plti9.pfb) = %{tl_version} -Provides: tex(pltt10.pfb) = %{tl_version} -Provides: tex(pltt12.pfb) = %{tl_version} -Provides: tex(pltt8.pfb) = %{tl_version} -Provides: tex(pltt9.pfb) = %{tl_version} -Provides: tex(plu10.pfb) = %{tl_version} -Provides: tex(plvtt10.pfb) = %{tl_version} - -%description pl -The Polish extension of the Computer Modern fonts (compatible -with CM itself) for use with Polish TeX formats. The fonts were -originally a part of the MeX distribution (and they are still -available that way). - -%package pl-doc -Summary: Documentation for pl -Version: svn36012.1.09 - -Provides: tex-pl-doc -AutoReqProv: No - -%description pl-doc -Documentation for pl - -%package mwcls -Provides: tex-mwcls = %{tl_version} -License: LPPL -Summary: Polish-oriented document classes -Version: svn44352 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(mw10.clo) = %{tl_version} -Provides: tex(mw11.clo) = %{tl_version} -Provides: tex(mw12.clo) = %{tl_version} -Provides: tex(mwart.cls) = %{tl_version} -Provides: tex(mwbk.cls) = %{tl_version} -Provides: tex(mwbk10.clo) = %{tl_version} -Provides: tex(mwbk11.clo) = %{tl_version} -Provides: tex(mwbk12.clo) = %{tl_version} -Provides: tex(mwrep.cls) = %{tl_version} - -%description mwcls -mwcls is a set of document classes for LaTeX 2e designed with -Polish typographical tradition in mind. Classes include: -'mwart' (which is a replacement for 'article'), 'mwrep' -(replacing 'report'), and 'mwbk' (replacing 'book'). Most -features present in standard classes work with mwcls classes. -Some extensions/exceptions include: sectioning commands allow -for second optional argument (it is possible to state different -texts for running head and for TOC), new environments -'itemize*' and 'enumerate*' for lists with long items, page -styles have variants for normal, opening, closing, and blank -pages. - -%package mwcls-doc -Summary: Documentation for mwcls -Version: svn44352 -Provides: tex-mwcls-doc -AutoReqProv: No - -%description mwcls-doc -Documentation for mwcls - -%package polski -Provides: tex-polski = %{tl_version} -License: LPPL 1.2 -Summary: Typeset Polish documents with LaTeX and Polish fonts -Version: svn44213 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-pl -Requires: tex-hyphen-polish -Provides: tex(amigapl.def) = %{tl_version} -Provides: tex(mazovia.def) = %{tl_version} -Provides: tex(omlplcm.fd) = %{tl_version} -Provides: tex(omlplm.fd) = %{tl_version} -Provides: tex(omsplsy.fd) = %{tl_version} -Provides: tex(omxplex.fd) = %{tl_version} -Provides: tex(ot1patch.sty) = %{tl_version} -Provides: tex(ot4ccr.fd) = %{tl_version} -Provides: tex(ot4cmdh.fd) = %{tl_version} -Provides: tex(ot4cmfib.fd) = %{tl_version} -Provides: tex(ot4cmfr.fd) = %{tl_version} -Provides: tex(ot4cmr.fd) = %{tl_version} -Provides: tex(ot4cmss.fd) = %{tl_version} -Provides: tex(ot4cmtt.fd) = %{tl_version} -Provides: tex(plprefix.sty) = %{tl_version} -Provides: tex(polski.sty) = %{tl_version} -Provides: tex(qxenc.def) = %{tl_version} - -%description polski -Tools to typeset documents in Polish using LaTeX2e with Polish -fonts (the so-called PL fonts), EC fonts or CM fonts. (This -package was previously known as platex, but has been renamed to -resolve a name clash.) - -%package polski-doc -Summary: Documentation for polski -Version: svn44213 -Provides: tex-polski-doc -AutoReqProv: No -Requires: tex-pl-doc - -%description polski-doc -Documentation for polski - -%package przechlewski-book -Provides: tex-przechlewski-book = %{tl_version} -License: LPPL -Summary: Examples from Przechlewski's LaTeX book -Version: svn23552.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(caption.sty) -Requires: tex(polski.sty) -Requires: tex(prelim2e.sty) -Provides: tex(upmgr.cls) = %{tl_version} -Provides: tex(wkmgr.cls) = %{tl_version} - -%description przechlewski-book -The bundle provides machine-readable copies of the examples -from the book "Praca magisterska i dyplomowa z programem -LaTeX". - -%package przechlewski-book-doc -Summary: Documentation for przechlewski-book -Version: svn23552.0 - -Provides: tex-przechlewski-book-doc -AutoReqProv: No - -%description przechlewski-book-doc -Documentation for przechlewski-book - -%package qpxqtx -Provides: tex-qpxqtx = %{tl_version} -License: LPPL -Summary: qpxqtx package -Version: svn45797 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(qpxbmi.tfm) = %{tl_version} -Provides: tex(qpxbmia.tfm) = %{tl_version} -Provides: tex(qpxmi.tfm) = %{tl_version} -Provides: tex(qpxmia.tfm) = %{tl_version} -Provides: tex(qtxbmi.tfm) = %{tl_version} -Provides: tex(qtxbmia.tfm) = %{tl_version} -Provides: tex(qtxmi.tfm) = %{tl_version} -Provides: tex(qtxmia.tfm) = %{tl_version} -Provides: tex(qpxbmi.vf) = %{tl_version} -Provides: tex(qpxbmia.vf) = %{tl_version} -Provides: tex(qpxmi.vf) = %{tl_version} -Provides: tex(qpxmia.vf) = %{tl_version} -Provides: tex(qtxbmi.vf) = %{tl_version} -Provides: tex(qtxbmia.vf) = %{tl_version} -Provides: tex(qtxmi.vf) = %{tl_version} -Provides: tex(qtxmia.vf) = %{tl_version} -Provides: tex(amspbold.tex) = %{tl_version} -Provides: tex(amsqpx.def) = %{tl_version} -Provides: tex(amsqpx.tex) = %{tl_version} -Provides: tex(amsqtx.def) = %{tl_version} -Provides: tex(amsqtx.tex) = %{tl_version} -Provides: tex(amstbold.tex) = %{tl_version} -Provides: tex(qpxmath.sty) = %{tl_version} -Provides: tex(qpxmath.tex) = %{tl_version} -Provides: tex(qtxmath.sty) = %{tl_version} -Provides: tex(qtxmath.tex) = %{tl_version} - -%description qpxqtx -qpxqtx package - -%package qpxqtx-doc -Summary: Documentation for qpxqtx -Version: svn45797 -Provides: tex-qpxqtx-doc -AutoReqProv: No - -%description qpxqtx-doc -Documentation for qpxqtx - -%package tap -Provides: tex-tap = %{tl_version} -License: Public Domain -Summary: TeX macros for typesetting complex tables -Version: svn31731.0.77 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(tap.tex) = %{tl_version} - -%description tap -The package offers a simple notation for pretty complex tables -(to Michael J. Ferguson's credit). With PostScript, the package -allows shaded/coloured tables, diagonal rules, etc. The package -is supposed to work with both Plain and LaTeX. An AWK converter -from ASCII semigraphic tables to TAP notation is included. - -%package tap-doc -Summary: Documentation for tap -Version: svn31731.0.77 - -Provides: tex-tap-doc -AutoReqProv: No - -%description tap-doc -Documentation for tap - -%package tex-virtual-academy-pl-doc -Summary: Documentation for tex-virtual-academy-pl -Version: svn34177.0 - -Provides: tex-tex-virtual-academy-pl-doc -AutoReqProv: No - -%description tex-virtual-academy-pl-doc -Documentation for tex-virtual-academy-pl - -%package texlive-pl-doc -Summary: Documentation for texlive-pl -Version: svn54425 -Provides: tex-texlive-pl-doc -AutoReqProv: No - -%description texlive-pl-doc -Documentation for texlive-pl - -%package utf8mex -Provides: tex-utf8mex = %{tl_version} -License: Public Domain -Summary: Tools to produce formats that read Polish language input -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(utf8-pl.tex) = %{tl_version} -Provides: tex(utf8plsq.tex) = %{tl_version} - -%description utf8mex -The bundle provides files for building formats to read input in -Polish encodings. - -%package utf8mex-doc -Summary: Documentation for utf8mex -Version: svn15878.0 - -Provides: tex-utf8mex-doc -AutoReqProv: No - -%description utf8mex-doc -Documentation for utf8mex - -%package collection-langportuguese -Summary: Portuguese -Version: svn54074 -Requires: texlive-base -Requires: texlive-collection-basic -Requires: texlive-babel-portuges -Requires: texlive-beamer-tut-pt-doc -Requires: texlive-cursolatex-doc -Requires: texlive-feupphdteses -Requires: texlive-hyphen-portuguese -Requires: texlive-latex-via-exemplos -Requires: texlive-latexcheat-ptbr-doc -Requires: texlive-lshort-portuguese-doc -Requires: texlive-numberpt -Requires: texlive-ordinalpt -Requires: texlive-xypic-tut-pt-doc - -%description collection-langportuguese -Support for Portuguese. - -%package cursolatex-doc -Summary: Documentation for cursolatex -Version: svn24139.0 - -Provides: tex-cursolatex-doc -AutoReqProv: No - -%description cursolatex-doc -Documentation for cursolatex - -%package feupphdteses -Provides: tex-feupphdteses = %{tl_version} -License: LPPL -Summary: Typeset Engineering PhD theses at the University of Porto -Version: svn30962.4.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifpdf.sty) -Requires: tex(fontenc.sty) -Requires: tex(inputenc.sty) -Requires: tex(babel.sty) -Requires: tex(geometry.sty) -Requires: tex(xcolor.sty) -Requires: tex(mathptmx.sty) -Requires: tex(couriers.sty) -Requires: tex(helvet.sty) -Requires: tex(graphicx.sty) -Requires: tex(grffile.sty) -Requires: tex(amsmath.sty) -Requires: tex(tikz.sty) -Requires: tex(pgfplots.sty) -Requires: tex(url.sty) -Requires: tex(setspace.sty) -Requires: tex(makeidx.sty) -Requires: tex(caption.sty) -Requires: tex(multirow.sty) -Requires: tex(eurosym.sty) -Requires: tex(array.sty) -Requires: tex(tabularx.sty) -Requires: tex(tabulary.sty) -Requires: tex(longtable.sty) -Requires: tex(lineno.sty) -Requires: tex(siunitx.sty) -Requires: tex(float.sty) -Requires: tex(subcaption.sty) -Requires: tex(adjustbox.sty) -Requires: tex(enumitem.sty) -Requires: tex(placeins.sty) -Requires: tex(booktabs.sty) -Requires: tex(pgfgantt.sty) -Requires: tex(pdflscape.sty) -Requires: tex(pdfpages.sty) -Requires: tex(listings.sty) -Requires: tex(hyperref.sty) -Requires: tex(bookmark.sty) -Requires: tex(backref.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(natbib.sty) -Provides: tex(feupphdteses.sty) = %{tl_version} - -%description feupphdteses -A complete template for thesis/works of Faculdade de Engenharia -da Universidade do Porto (FEUP) Faculty of Engineering -University of Porto. - -%package feupphdteses-doc -Summary: Documentation for feupphdteses -Version: svn30962.4.0 - -Provides: tex-feupphdteses-doc -AutoReqProv: No - -%description feupphdteses-doc -Documentation for feupphdteses - -%package hyphen-portuguese -Provides: tex-hyphen-portuguese = %{tl_version} -License: LPPL -Summary: Portuguese hyphenation patterns -Version: svn54568 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires(post,postun): coreutils -Requires: texlive-hyphen-base -Requires: texlive-hyph-utf8 -Provides: tex(hyph-pt.ec.tex) = %{tl_version} -Provides: tex(hyph-pt.tex) = %{tl_version} -Provides: tex(loadhyph-pt.tex) = %{tl_version} - -%description hyphen-portuguese -Hyphenation patterns for Portuguese in T1/EC and UTF-8 -encodings. - -%post hyphen-portuguese -if [ $1 -gt 0 ] ; then -sed -i '/portuguese.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "portuguese loadhyph-pt.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/=portuges/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "=portuges" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/=brazil/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "=brazil" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/=brazilian/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "=brazilian" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{portuguese}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{portuguese}{loadhyph-pt.tex}{}{2}{3}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -sed -i '/\\addlanguage{portuges}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{portuges}{loadhyph-pt.tex}{}{2}{3}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -sed -i '/\\addlanguage{brazil}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{brazil}{loadhyph-pt.tex}{}{2}{3}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -sed -i '/\\addlanguage{brazilian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{brazilian}{loadhyph-pt.tex}{}{2}{3}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -fi -: - -%postun hyphen-portuguese -if [ $1 == 0 ] ; then -sed -i '/portuguese.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 - sed -i '/=portuges/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 - sed -i '/=brazil/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 - sed -i '/=brazilian/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{portuguese}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -sed -i '/\\addlanguage{portuges}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -sed -i '/\\addlanguage{brazil}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -sed -i '/\\addlanguage{brazilian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -fi -: - -%package latexcheat-ptbr-doc -Summary: Documentation for latexcheat-ptbr -Version: svn15878.1.13 - -Provides: tex-latexcheat-ptbr-doc -AutoReqProv: No - -%description latexcheat-ptbr-doc -Documentation for latexcheat-ptbr - -%package lshort-portuguese-doc -Summary: Documentation for lshort-portuguese -Version: svn22569.5.01.0 - -Provides: tex-lshort-portuguese-doc -AutoReqProv: No - -%description lshort-portuguese-doc -Documentation for lshort-portuguese - -%package ordinalpt -Provides: tex-ordinalpt = %{tl_version} -License: LPPL -Summary: Counters as ordinal numbers in Portuguese -Version: svn15878.2.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(ordinalpt.sty) = %{tl_version} - -%description ordinalpt -The package provides a counter style (like \arabic, \alph and -others) which produces as output strings like "primeiro" -("first" in Portuguese), "segundo" (second), and so on up to -1999th. Separate counter commands are provided for different -letter case variants, and for masculine and feminine gender -inflections. - -%package ordinalpt-doc -Summary: Documentation for ordinalpt -Version: svn15878.2.1 - -Provides: tex-ordinalpt-doc -AutoReqProv: No - -%description ordinalpt-doc -Documentation for ordinalpt - -%package xypic-tut-pt-doc -Summary: Documentation for xypic-tut-pt -Version: svn15878.0 - -Provides: tex-xypic-tut-pt-doc -AutoReqProv: No - -%description xypic-tut-pt-doc -Documentation for xypic-tut-pt - -%package collection-langspanish -Summary: Spanish -Version: svn54141 -Requires: texlive-base -Requires: texlive-collection-basic -Requires: texlive-babel-catalan -Requires: texlive-babel-galician -Requires: texlive-babel-spanish -Requires: texlive-es-tex-faq-doc -Requires: texlive-hyphen-catalan -Requires: texlive-hyphen-galician -Requires: texlive-hyphen-spanish -Requires: texlive-l2tabu-spanish-doc -Requires: texlive-latex2e-help-texinfo-spanish -Requires: texlive-latexcheat-esmx-doc -Requires: texlive-lshort-spanish-doc -Requires: texlive-texlive-es-doc - -%description collection-langspanish -Support for Spanish. - -%package es-tex-faq-doc -Summary: Documentation for es-tex-faq -Version: svn15878.1.97 - -Provides: tex-es-tex-faq-doc -AutoReqProv: No - -%description es-tex-faq-doc -Documentation for es-tex-faq - -%package hyphen-catalan -Provides: tex-hyphen-catalan = %{tl_version} -License: LPPL -Summary: Catalan hyphenation patterns -Version: svn54568 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires(post,postun): coreutils -Requires: texlive-hyphen-base -Requires: texlive-hyph-utf8 -Provides: tex(hyph-bg.t2a.tex) = %{tl_version} -Provides: tex(hyph-bg.tex) = %{tl_version} -Provides: tex(loadhyph-bg.tex) = %{tl_version} - -%description hyphen-catalan -Hyphenation patterns for Catalan in T1/EC and UTF-8 encodings. - -%post hyphen-catalan -if [ $1 -gt 0 ] ; then -sed -i '/catalan.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "catalan loadhyph-ca.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{catalan}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{catalan}{loadhyph-ca.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -fi -: - -%postun hyphen-catalan -if [ $1 == 0 ] ; then -sed -i '/catalan.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{catalan}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -fi -: - -%package hyphen-galician -Provides: tex-hyphen-galician = %{tl_version} -License: LPPL -Summary: Galician hyphenation patterns -Version: svn54568 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires(post,postun): coreutils -Requires: texlive-hyphen-base -Requires: texlive-hyph-utf8 -Provides: tex(hyph-gl.ec.tex) = %{tl_version} -Provides: tex(hyph-gl.tex) = %{tl_version} -Provides: tex(loadhyph-gl.tex) = %{tl_version} - -%description hyphen-galician -Hyphenation patterns for Galician in T1/EC and UTF-8 encodings. - -%post hyphen-galician -if [ $1 -gt 0 ] ; then -sed -i '/galician.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "galician loadhyph-gl.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{galician}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{galician}{loadhyph-gl.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -fi -: - -%postun hyphen-galician -if [ $1 == 0 ] ; then -sed -i '/galician.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{galician}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -fi -: - -%package hyphen-spanish -Provides: tex-hyphen-spanish = %{tl_version} -License: LPPL -Summary: Spanish hyphenation patterns -Version: svn54857 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires(post,postun): coreutils -Requires: texlive-hyphen-base -Requires: texlive-hyph-utf8 -Provides: tex(hyph-es.ec.tex) = %{tl_version} -Provides: tex(hyph-es.tex) = %{tl_version} -Provides: tex(loadhyph-es.tex) = %{tl_version} - -%description hyphen-spanish -Hyphenation patterns for Spanish in T1/EC and UTF-8 encodings. - -%post hyphen-spanish -if [ $1 -gt 0 ] ; then -sed -i '/spanish.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "spanish loadhyph-es.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/=espanol/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "=espanol" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{spanish}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{spanish}{loadhyph-es.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -sed -i '/\\addlanguage{espanol}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{espanol}{loadhyph-es.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -fi -: - -%postun hyphen-spanish -if [ $1 == 0 ] ; then -sed -i '/spanish.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 - sed -i '/=espanol/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{spanish}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -sed -i '/\\addlanguage{espanol}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -fi -: - -%package l2tabu-spanish-doc -Summary: Documentation for l2tabu-spanish -Version: svn15878.1.1 - -Provides: tex-l2tabu-spanish-doc -AutoReqProv: No - -%description l2tabu-spanish-doc -Documentation for l2tabu-spanish - -%package latex2e-help-texinfo-spanish -Provides: tex-latex2e-help-texinfo-spanish = %{tl_version} -License: LPPL -Summary: latex2e-help-texinfo-spanish package -Version: svn49023 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description latex2e-help-texinfo-spanish -latex2e-help-texinfo-spanish package - -%package latex2e-help-texinfo-spanish-doc -Summary: Documentation for latex2e-help-texinfo-spanish -Version: svn49023 -Provides: tex-latex2e-help-texinfo-spanish-doc -AutoReqProv: No - -%description latex2e-help-texinfo-spanish-doc -Documentation for latex2e-help-texinfo-spanish - -%package latexcheat-esmx-doc -Summary: Documentation for latexcheat-esmx -Version: svn36866.2.00 - -Provides: tex-latexcheat-esmx-doc -AutoReqProv: No - -%description latexcheat-esmx-doc -Documentation for latexcheat-esmx - -%package lshort-spanish-doc -Summary: Documentation for lshort-spanish -Version: svn35050.0.5 - -Provides: tex-lshort-spanish-doc -AutoReqProv: No - -%description lshort-spanish-doc -Documentation for lshort-spanish - -%package collection-latexextra -Summary: LaTeX additional packages -Version: svn54851 -Requires: texlive-base -Requires: texlive-collection-latexrecommended -Requires: texlive-collection-pictures -Requires: texlive-2up -Requires: texlive-ESIEEcv -Requires: texlive-GS1 -Requires: texlive-HA-prosper -Requires: texlive-Tabbing -Requires: texlive-a0poster -Requires: texlive-a4wide -Requires: texlive-a5comb -Requires: texlive-abraces -Requires: texlive-abstract -Requires: texlive-accessibility -Requires: texlive-accsupp -Requires: texlive-achemso -Requires: texlive-acro -Requires: texlive-acronym -Requires: texlive-acroterm -Requires: texlive-actuarialangle -Requires: texlive-actuarialsymbol -Requires: texlive-addfont -Requires: texlive-addlines -Requires: texlive-adjmulticol -Requires: texlive-adjustbox -Requires: texlive-adrconv -Requires: texlive-advdate -Requires: texlive-akktex -Requires: texlive-akletter -Requires: texlive-alertmessage -Requires: texlive-alnumsec -Requires: texlive-alphalph -Requires: texlive-altfont -Requires: texlive-amsaddr -Requires: texlive-animate -Requires: texlive-anonchap -Requires: texlive-answers -Requires: texlive-anyfontsize -Requires: texlive-appendix -Requires: texlive-appendixnumberbeamer -Requires: texlive-apptools -Requires: texlive-arabicfront -Requires: texlive-arcs -Requires: texlive-arraycols -Requires: texlive-arrayjobx -Requires: texlive-arraysort -Requires: texlive-arydshln -Requires: texlive-asciilist -Requires: texlive-askinclude -Requires: texlive-assignment -Requires: texlive-assoccnt -Requires: texlive-atenddvi -Requires: texlive-attachfile -Requires: texlive-aurl -Requires: texlive-authoraftertitle -Requires: texlive-authorarchive -Requires: texlive-authorindex -Requires: texlive-autofancyhdr -Requires: texlive-autonum -Requires: texlive-autopdf -Requires: texlive-avremu -Requires: texlive-axessibility -Requires: texlive-background -Requires: texlive-bankstatement -Requires: texlive-bashful -Requires: texlive-basicarith -Requires: texlive-bchart -Requires: texlive-beamer2thesis -Requires: texlive-beamer-rl -Requires: texlive-beameraudience -Requires: texlive-beamerauxtheme -Requires: texlive-beamercolorthemeowl -Requires: texlive-beamerdarkthemes -Requires: texlive-beamerposter -Requires: texlive-beamersubframe -Requires: texlive-beamertheme-cuerna -Requires: texlive-beamertheme-detlevcm -Requires: texlive-beamertheme-epyt -Requires: texlive-beamertheme-focus -Requires: texlive-beamertheme-light -Requires: texlive-beamertheme-metropolis -Requires: texlive-beamertheme-npbt -Requires: texlive-beamertheme-phnompenh -Requires: texlive-beamertheme-saintpetersburg -Requires: texlive-beamertheme-upenn-bc -Requires: texlive-beamerthemejltree -Requires: texlive-beamerthemenirma -Requires: texlive-bearwear -Requires: texlive-beton -Requires: texlive-bewerbung -Requires: texlive-bez123 -Requires: texlive-bhcexam -Requires: texlive-bibletext -Requires: texlive-bigfoot -Requires: texlive-bigints -Requires: texlive-biochemistry-colors -Requires: texlive-bizcard -Requires: texlive-blindtext -Requires: texlive-blkarray -Requires: texlive-block -Requires: texlive-blowup -Requires: texlive-bnumexpr -Requires: texlive-boites -Requires: texlive-bold-extra -Requires: texlive-bookcover -Requires: texlive-bookest -Requires: texlive-booklet -Requires: texlive-boolexpr -Requires: texlive-bophook -Requires: texlive-boxedminipage -Requires: texlive-boxhandler -Requires: texlive-bracketkey -Requires: texlive-braket -Requires: texlive-breakurl -Requires: texlive-bullcntr -Requires: texlive-bxcalc -Requires: texlive-bxdpx-beamer -Requires: texlive-bxdvidriver -Requires: texlive-bxenclose -Requires: texlive-bxnewfont -Requires: texlive-bxpapersize -Requires: texlive-bxpdfver -Requires: texlive-bxtexlogo -Requires: texlive-calcage -Requires: texlive-calctab -Requires: texlive-calculator -Requires: texlive-calrsfs -Requires: texlive-cals -Requires: texlive-calxxxx-yyyy -Requires: texlive-cancel -Requires: texlive-canoniclayout -Requires: texlive-capt-of -Requires: texlive-captcont -Requires: texlive-captdef -Requires: texlive-carbohydrates -Requires: texlive-cases -Requires: texlive-casyl -Requires: texlive-catchfilebetweentags -Requires: texlive-catechis -Requires: texlive-catoptions -Requires: texlive-cbcoptic -Requires: texlive-ccaption -Requires: texlive-cclicenses -Requires: texlive-cd -Requires: texlive-cd-cover -Requires: texlive-cdpbundl -Requires: texlive-cellprops -Requires: texlive-cellspace -Requires: texlive-censor -Requires: texlive-centeredline -Requires: texlive-changebar -Requires: texlive-changelayout -Requires: texlive-changelog -Requires: texlive-changepage -Requires: texlive-changes -Requires: texlive-chappg -Requires: texlive-chapterfolder -Requires: texlive-cheatsheet -Requires: texlive-checkend -Requires: texlive-chet -Requires: texlive-chextras -Requires: texlive-childdoc -Requires: texlive-chkfloat -Requires: texlive-chletter -Requires: texlive-chngcntr -Requires: texlive-chronology -Requires: texlive-circ -Requires: texlive-circledsteps -Requires: texlive-classics -Requires: texlive-classpack -Requires: texlive-clefval -Requires: texlive-cleveref -Requires: texlive-clipboard -Requires: texlive-clock -Requires: texlive-cloze -Requires: texlive-clrdblpg -Requires: texlive-clrstrip -Requires: texlive-cmdstring -Requires: texlive-cmdtrack -Requires: texlive-cmsd -Requires: texlive-cnltx -Requires: texlive-cntformats -Requires: texlive-cntperchap -Requires: texlive-codedoc -Requires: texlive-codepage -Requires: texlive-codesection -Requires: texlive-collcell -Requires: texlive-collectbox -Requires: texlive-colophon -Requires: texlive-colordoc -Requires: texlive-colorinfo -Requires: texlive-coloring -Requires: texlive-colorspace -Requires: texlive-colortab -Requires: texlive-colorwav -Requires: texlive-colorweb -Requires: texlive-colourchange -Requires: texlive-combelow -Requires: texlive-combine -Requires: texlive-comma -Requires: texlive-commado -Requires: texlive-commedit -Requires: texlive-comment -Requires: texlive-competences -Requires: texlive-concepts -Requires: texlive-concprog -Requires: texlive-constants -Requires: texlive-continue -Requires: texlive-contour -Requires: texlive-contracard -Requires: texlive-conv-xkv -Requires: texlive-cooking -Requires: texlive-cooking-units -Requires: texlive-cool -Requires: texlive-coollist -Requires: texlive-coolstr -Requires: texlive-coolthms -Requires: texlive-cooltooltips -Requires: texlive-coordsys -Requires: texlive-copyedit -Requires: texlive-copyrightbox -Requires: texlive-coseoul -Requires: texlive-counttexruns -Requires: texlive-courseoutline -Requires: texlive-coursepaper -Requires: texlive-coverpage -Requires: texlive-cprotect -Requires: texlive-crbox -Requires: texlive-crossreference -Requires: texlive-crossreftools -Requires: texlive-csquotes -Requires: texlive-css-colors -Requires: texlive-csvmerge -Requires: texlive-csvsimple -Requires: texlive-cuisine -Requires: texlive-currency -Requires: texlive-currfile -Requires: texlive-currvita -Requires: texlive-cutwin -Requires: texlive-cv -Requires: texlive-cv4tw -Requires: texlive-cweb-latex -Requires: texlive-cyber -Requires: texlive-cybercic -Requires: texlive-dashbox -Requires: texlive-dashrule -Requires: texlive-dashundergaps -Requires: texlive-dataref -Requires: texlive-datatool -Requires: texlive-dateiliste -Requires: texlive-datenumber -Requires: texlive-datetime -Requires: texlive-datetime2 -Requires: texlive-datetime2-bahasai -Requires: texlive-datetime2-basque -Requires: texlive-datetime2-breton -Requires: texlive-datetime2-bulgarian -Requires: texlive-datetime2-catalan -Requires: texlive-datetime2-croatian -Requires: texlive-datetime2-czech -Requires: texlive-datetime2-danish -Requires: texlive-datetime2-dutch -Requires: texlive-datetime2-en-fulltext -Requires: texlive-datetime2-english -Requires: texlive-datetime2-esperanto -Requires: texlive-datetime2-estonian -Requires: texlive-datetime2-finnish -Requires: texlive-datetime2-french -Requires: texlive-datetime2-galician -Requires: texlive-datetime2-german -Requires: texlive-datetime2-greek -Requires: texlive-datetime2-hebrew -Requires: texlive-datetime2-icelandic -Requires: texlive-datetime2-irish -Requires: texlive-datetime2-italian -Requires: texlive-datetime2-it-fulltext -Requires: texlive-datetime2-latin -Requires: texlive-datetime2-lsorbian -Requires: texlive-datetime2-magyar -Requires: texlive-datetime2-norsk -Requires: texlive-datetime2-polish -Requires: texlive-datetime2-portuges -Requires: texlive-datetime2-romanian -Requires: texlive-datetime2-russian -Requires: texlive-datetime2-samin -Requires: texlive-datetime2-scottish -Requires: texlive-datetime2-serbian -Requires: texlive-datetime2-slovak -Requires: texlive-datetime2-slovene -Requires: texlive-datetime2-spanish -Requires: texlive-datetime2-swedish -Requires: texlive-datetime2-turkish -Requires: texlive-datetime2-ukrainian -Requires: texlive-datetime2-usorbian -Requires: texlive-datetime2-welsh -Requires: texlive-dblfloatfix -Requires: texlive-decimal -Requires: texlive-decorule -Requires: texlive-delimtxt -Requires: texlive-denisbdoc -Requires: texlive-diabetes-logbook -Requires: texlive-diagbox -Requires: texlive-diagnose -Requires: texlive-dialogl -Requires: texlive-dichokey -Requires: texlive-dinbrief -Requires: texlive-directory -Requires: texlive-dirtytalk -Requires: texlive-dlfltxb -Requires: texlive-dnaseq -Requires: texlive-doclicense -Requires: texlive-docmfp -Requires: texlive-docmute -Requires: texlive-doctools -Requires: texlive-documentation -Requires: texlive-doi -Requires: texlive-dotarrow -Requires: texlive-dotlessi -Requires: texlive-dotseqn -Requires: texlive-download -Requires: texlive-dox -Requires: texlive-dpfloat -Requires: texlive-dprogress -Requires: texlive-drac -Requires: texlive-draftcopy -Requires: texlive-draftfigure -Requires: texlive-draftwatermark -Requires: texlive-dtk -Requires: texlive-dtxdescribe -Requires: texlive-dtxgallery-doc -Requires: texlive-duckuments -Requires: texlive-ducksay -Requires: texlive-dvdcoll -Requires: texlive-dynamicnumber -Requires: texlive-dynblocks -Requires: texlive-ean13isbn -Requires: texlive-easy -Requires: texlive-easy-todo -Requires: texlive-easyfig -Requires: texlive-easyformat -Requires: texlive-easylist -Requires: texlive-easyreview -Requires: texlive-ebezier -Requires: texlive-ecclesiastic -Requires: texlive-ecv -Requires: texlive-ed -Requires: texlive-edmargin -Requires: texlive-eemeir -Requires: texlive-efbox -Requires: texlive-egplot -Requires: texlive-ehhline -Requires: texlive-elegantbook -Requires: texlive-elegantnote -Requires: texlive-elegantpaper -Requires: texlive-elements -Requires: texlive-ellipsis -Requires: texlive-elmath -Requires: texlive-elocalloc -Requires: texlive-elpres -Requires: texlive-elzcards -Requires: texlive-emarks -Requires: texlive-embedall -Requires: texlive-embedfile -Requires: texlive-embrac -Requires: texlive-emptypage -Requires: texlive-emulateapj -Requires: texlive-endfloat -Requires: texlive-endheads -Requires: texlive-endnotes -Requires: texlive-endnotes-hy -Requires: texlive-engpron -Requires: texlive-engrec -Requires: texlive-enotez -Requires: texlive-enumitem -Requires: texlive-enumitem-zref -Requires: texlive-envbig -Requires: texlive-environ -Requires: texlive-envlab -Requires: texlive-epigraph -Requires: texlive-epigraph-keys -Requires: texlive-epiolmec -Requires: texlive-eqell -Requires: texlive-eqlist -Requires: texlive-eqnalign -Requires: texlive-eqname -Requires: texlive-eqparbox -Requires: texlive-errata -Requires: texlive-erw-l3 -Requires: texlive-esami -Requires: texlive-esdiff -Requires: texlive-esindex -Requires: texlive-esint -Requires: texlive-esint-type1 -Requires: texlive-etaremune -Requires: texlive-etextools -Requires: texlive-etoc -Requires: texlive-eukdate -Requires: texlive-eulerpx -Requires: texlive-europasscv -Requires: texlive-europecv -Requires: texlive-everyhook -Requires: texlive-everypage -Requires: texlive-exam -Requires: texlive-exam-n -Requires: texlive-exam-randomizechoices -Requires: texlive-examdesign -Requires: texlive-exframe -Requires: texlive-example -Requires: texlive-examplep -Requires: texlive-exceltex -Requires: texlive-excludeonly -Requires: texlive-exercise -Requires: texlive-exercisebank -Requires: texlive-exercisepoints -Requires: texlive-exercises -Requires: texlive-exp-testopt -Requires: texlive-expdlist -Requires: texlive-export -Requires: texlive-exsheets -Requires: texlive-exsol -Requires: texlive-extract -Requires: texlive-facsimile -Requires: texlive-factura -Requires: texlive-fancyhandout -Requires: texlive-fancylabel -Requires: texlive-fancynum -Requires: texlive-fancypar -Requires: texlive-fancyslides -Requires: texlive-fancytabs -Requires: texlive-fancytooltips -Requires: texlive-fbox -Requires: texlive-fcolumn -Requires: texlive-fetchcls -Requires: texlive-fewerfloatpages -Requires: texlive-ffslides -Requires: texlive-fgruler -Requires: texlive-fibeamer -Requires: texlive-fifo-stack -Requires: texlive-figsize -Requires: texlive-filecontents -Requires: texlive-filecontentsdef -Requires: texlive-filedate -Requires: texlive-fileinfo -Requires: texlive-filemod -Requires: texlive-fink -Requires: texlive-finstrut -Requires: texlive-fithesis -Requires: texlive-fixcmex -Requires: texlive-fixfoot -Requires: texlive-fixme -Requires: texlive-fixmetodonotes -Requires: texlive-fjodor -Requires: texlive-flabels -Requires: texlive-flacards -Requires: texlive-flagderiv -Requires: texlive-flashcards -Requires: texlive-flashmovie -Requires: texlive-flipbook -Requires: texlive-flippdf -Requires: texlive-floatflt -Requires: texlive-floatrow -Requires: texlive-flowfram -Requires: texlive-fmp -Requires: texlive-fmtcount -Requires: texlive-fn2end -Requires: texlive-fnbreak -Requires: texlive-fncychap -Requires: texlive-fncylab -Requires: texlive-fnpara -Requires: texlive-fnpct -Requires: texlive-fnumprint -Requires: texlive-foilhtml -Requires: texlive-fontaxes -Requires: texlive-fontsetup -Requires: texlive-fontsize -Requires: texlive-fonttable -Requires: texlive-footmisc -Requires: texlive-footmisx -Requires: texlive-footnotebackref -Requires: texlive-footnoterange -Requires: texlive-footnpag -Requires: texlive-forarray -Requires: texlive-foreign -Requires: texlive-forloop -Requires: texlive-formlett -Requires: texlive-forms16be -Requires: texlive-formular -Requires: texlive-fragments -Requires: texlive-frame -Requires: texlive-framed -Requires: texlive-frankenstein -Requires: texlive-frege -Requires: texlive-ftcap -Requires: texlive-ftnxtra -Requires: texlive-fullblck -Requires: texlive-fullminipage -Requires: texlive-fullwidth -Requires: texlive-fundus-calligra -Requires: texlive-fundus-cyr -Requires: texlive-fundus-sueterlin -Requires: texlive-fvextra -Requires: texlive-fwlw -Requires: texlive-g-brief -Requires: texlive-gatherenum -Requires: texlive-gauss -Requires: texlive-gcard -Requires: texlive-gcite -Requires: texlive-gender -Requires: texlive-genmpage -Requires: texlive-getfiledate -Requires: texlive-getitems -Requires: texlive-gindex -Requires: texlive-ginpenc -Requires: texlive-gitfile-info -Requires: texlive-gitinfo -Requires: texlive-gitinfo2 -Requires: texlive-gitlog -Requires: texlive-gitver -Requires: texlive-globalvals -Requires: texlive-gloss -Requires: texlive-glossaries -Requires: texlive-glossaries-danish -Requires: texlive-glossaries-dutch -Requires: texlive-glossaries-english -Requires: texlive-glossaries-estonian -Requires: texlive-glossaries-extra -Requires: texlive-glossaries-finnish -Requires: texlive-glossaries-french -Requires: texlive-glossaries-german -Requires: texlive-glossaries-irish -Requires: texlive-glossaries-italian -Requires: texlive-glossaries-magyar -Requires: texlive-glossaries-polish -Requires: texlive-glossaries-portuges -Requires: texlive-glossaries-serbian -Requires: texlive-glossaries-slovene -Requires: texlive-glossaries-spanish -Requires: texlive-gmdoc -Requires: texlive-gmdoc-enhance -Requires: texlive-gmiflink -Requires: texlive-gmutils -Requires: texlive-gmverb -Requires: texlive-grabbox -Requires: texlive-graphbox -Requires: texlive-graphicx-psmin -Requires: texlive-graphicxbox -Requires: texlive-grayhints -Requires: texlive-grfpaste -Requires: texlive-grid -Requires: texlive-grid-system -Requires: texlive-gridset -Requires: texlive-gridslides -Requires: texlive-guitlogo -Requires: texlive-hackthefootline -Requires: texlive-halloweenmath -Requires: texlive-handin -Requires: texlive-handout -Requires: texlive-hang -Requires: texlive-hanging -Requires: texlive-hardwrap -Requires: texlive-harnon-cv -Requires: texlive-harpoon -Requires: texlive-hc -Requires: texlive-he-she -Requires: texlive-hhtensor -Requires: texlive-histogr -Requires: texlive-hitec -Requires: texlive-hletter -Requires: texlive-hobsub -Requires: texlive-hpsdiss -Requires: texlive-hrefhide -Requires: texlive-hvindex -Requires: texlive-hvqrurl -Requires: texlive-hypdvips -Requires: texlive-hyper -Requires: texlive-hyperbar -Requires: texlive-hypernat -Requires: texlive-hyperxmp -Requires: texlive-hyphenat -Requires: texlive-identkey -Requires: texlive-idxcmds -Requires: texlive-idxlayout -Requires: texlive-iffont -Requires: texlive-ifmslide -Requires: texlive-ifmtarg -Requires: texlive-ifnextok -Requires: texlive-ifoddpage -Requires: texlive-ifthenx -Requires: texlive-iitem -Requires: texlive-image-gallery -Requires: texlive-imakeidx -Requires: texlive-import -Requires: texlive-incgraph -Requires: texlive-indextools -Requires: texlive-inline-images -Requires: texlive-inlinedef -Requires: texlive-inputtrc -Requires: texlive-interactiveworkbook -Requires: texlive-interfaces -Requires: texlive-intopdf -Requires: texlive-inversepath -Requires: texlive-invoice -Requires: texlive-invoice-class -Requires: texlive-invoice2 -Requires: texlive-iso -Requires: texlive-iso10303 -Requires: texlive-isodate -Requires: texlive-isodoc -Requires: texlive-isonums -Requires: texlive-isopt -Requires: texlive-isorot -Requires: texlive-isotope -Requires: texlive-issuulinks -Requires: texlive-iwhdp -Requires: texlive-jlabels -Requires: texlive-jslectureplanner -Requires: texlive-jumplines -Requires: texlive-jvlisting -Requires: texlive-kalendarium -Requires: texlive-kantlipsum -Requires: texlive-kerntest -Requires: texlive-keycommand -Requires: texlive-keyfloat -Requires: texlive-keyindex -Requires: texlive-keyreader -Requires: texlive-keystroke -Requires: texlive-keyval2e -Requires: texlive-keyvaltable -Requires: texlive-kix -Requires: texlive-knowledge -Requires: texlive-koma-moderncvclassic -Requires: texlive-koma-script-sfs -Requires: texlive-komacv -Requires: texlive-komacv-rg -Requires: texlive-ktv-texdata -Requires: texlive-l3build -Requires: texlive-labbook -Requires: texlive-labels -Requires: texlive-labels4easylist -Requires: texlive-labelschanged -Requires: texlive-lastpackage -Requires: texlive-lastpage -Requires: texlive-latex-tds-doc -Requires: texlive-latex-uni8 -Requires: texlive-latexcolors -Requires: texlive-latexdemo -Requires: texlive-latexgit -Requires: texlive-layouts -Requires: texlive-lazylist -Requires: texlive-lccaps -Requires: texlive-lcd -Requires: texlive-lcg -Requires: texlive-leading -Requires: texlive-leaflet -Requires: texlive-lectures -Requires: texlive-leftidx -Requires: texlive-leipzig -Requires: texlive-lengthconvert -Requires: texlive-lettre -Requires: texlive-lettrine -Requires: texlive-lewis -Requires: texlive-lhelp -Requires: texlive-libgreek -Requires: texlive-limap -Requires: texlive-linegoal -Requires: texlive-linop -Requires: texlive-lipsum -Requires: texlive-lisp-on-tex -Requires: texlive-listing -Requires: texlive-listingsutf8 -Requires: texlive-listlbls -Requires: texlive-listliketab -Requires: texlive-listofsymbols -Requires: texlive-lkproof -Requires: texlive-lmake -Requires: texlive-locality -Requires: texlive-localloc -Requires: texlive-logbox -Requires: texlive-logical-markup-utils -Requires: texlive-logpap -Requires: texlive-longfbox -Requires: texlive-longfigure -Requires: texlive-longnamefilelist -Requires: texlive-loops -Requires: texlive-lsc -Requires: texlive-lstaddons -Requires: texlive-lstfiracode -Requires: texlive-lt3graph -Requires: texlive-ltablex -Requires: texlive-ltabptch -Requires: texlive-ltxdockit -Requires: texlive-ltxguidex -Requires: texlive-ltxkeys -Requires: texlive-ltxnew -Requires: texlive-ltxtools -Requires: texlive-lua-check-hyphen -Requires: texlive-luatodonotes -Requires: texlive-macroswap -Requires: texlive-magaz -Requires: texlive-mailing -Requires: texlive-mailmerge -Requires: texlive-makebarcode -Requires: texlive-makebase -Requires: texlive-makebox -Requires: texlive-makecell -Requires: texlive-makecirc -Requires: texlive-makecmds -Requires: texlive-makecookbook -Requires: texlive-makedtx -Requires: texlive-makeglos -Requires: texlive-makerobust -Requires: texlive-mandi -Requires: texlive-manfnt -Requires: texlive-manuscript -Requires: texlive-manyind -Requires: texlive-marginfit -Requires: texlive-marginfix -Requires: texlive-marginnote -Requires: texlive-markdown -Requires: texlive-mathalpha -Requires: texlive-mathastext -Requires: texlive-mathexam -Requires: texlive-mathfam256 -Requires: texlive-mathfont -Requires: texlive-maybemath -Requires: texlive-mcaption -Requires: texlive-mceinleger -Requires: texlive-mcexam -Requires: texlive-mcite -Requires: texlive-mciteplus -Requires: texlive-mdframed -Requires: texlive-media4svg -Requires: texlive-media9 -Requires: texlive-medstarbeamer -Requires: texlive-meetingmins -Requires: texlive-memexsupp -Requires: texlive-memory -Requires: texlive-mensa-tex -Requires: texlive-menu -Requires: texlive-menukeys -Requires: texlive-metalogox -Requires: texlive-metastr -Requires: texlive-method -Requires: texlive-metre -Requires: texlive-mfirstuc -Requires: texlive-mftinc -Requires: texlive-mi-solns -Requires: texlive-midpage -Requires: texlive-minibox -Requires: texlive-minidocument -Requires: texlive-minifp -Requires: texlive-minipage-marginpar -Requires: texlive-minitoc -Requires: texlive-minorrevision -Requires: texlive-minted -Requires: texlive-minutes -Requires: texlive-mla-paper -Requires: texlive-mleftright -Requires: texlive-mlist -Requires: texlive-mmap -Requires: texlive-mnotes -Requires: texlive-moderncv -Requires: texlive-modernposter -Requires: texlive-moderntimeline -Requires: texlive-modref -Requires: texlive-modroman -Requires: texlive-modular -Requires: texlive-monofill -Requires: texlive-moodle -Requires: texlive-moreenum -Requires: texlive-morefloats -Requires: texlive-morehype -Requires: texlive-moresize -Requires: texlive-moreverb -Requires: texlive-morewrites -# Requires: texlive-movie15 -Requires: texlive-mparhack -Requires: texlive-mpostinl -Requires: texlive-msc -Requires: texlive-msg -Requires: texlive-mslapa -Requires: texlive-mtgreek -Requires: texlive-multenum -Requires: texlive-multiaudience -Requires: texlive-multibbl -Requires: texlive-multicap -Requires: texlive-multicolrule -Requires: texlive-multidef -Requires: texlive-multienv -Requires: texlive-multiexpand -Requires: texlive-multilang -Requires: texlive-multirow -Requires: texlive-mversion -Requires: texlive-mwe -Requires: texlive-mycv -Requires: texlive-mylatexformat -Requires: texlive-nag -Requires: texlive-nameauth -Requires: texlive-namespc -Requires: texlive-ncclatex -Requires: texlive-ncctools -Requires: texlive-needspace -Requires: texlive-nestquot -Requires: texlive-newcommand-doc -Requires: texlive-newenviron -Requires: texlive-newfile -Requires: texlive-newlfm -Requires: texlive-newspaper -Requires: texlive-newunicodechar -Requires: texlive-newvbtm -Requires: texlive-newverbs -Requires: texlive-nextpage -Requires: texlive-nfssext-cfr -Requires: texlive-nicefilelist -Requires: texlive-niceframe -Requires: texlive-nicetext -Requires: texlive-nidanfloat -Requires: texlive-nlctdoc -Requires: texlive-noconflict -Requires: texlive-noindentafter -Requires: texlive-noitcrul -Requires: texlive-nolbreaks -Requires: texlive-nomencl -Requires: texlive-nomentbl -Requires: texlive-nonfloat -Requires: texlive-nonumonpart -Requires: texlive-nopageno -Requires: texlive-normalcolor -Requires: texlive-notes -Requires: texlive-notespages -Requires: texlive-notestex -Requires: texlive-notoccite -Requires: texlive-nowidow -Requires: texlive-nox -Requires: texlive-ntheorem -Requires: texlive-numberedblock -Requires: texlive-numname -Requires: texlive-numprint -Requires: texlive-numspell -Requires: texlive-ocg-p -Requires: texlive-ocgx -Requires: texlive-ocgx2 -Requires: texlive-ocr-latex -Requires: texlive-octavo -Requires: texlive-oldstyle -Requires: texlive-onlyamsmath -Requires: texlive-opcit -Requires: texlive-optidef -Requires: texlive-optional -Requires: texlive-options -Requires: texlive-outline -Requires: texlive-outliner -Requires: texlive-outlines -Requires: texlive-outlining -Requires: texlive-overlays -Requires: texlive-overpic -Requires: texlive-padcount -Requires: texlive-pagecolor -Requires: texlive-pagecont -Requires: texlive-pagenote -Requires: texlive-pagerange -Requires: texlive-pageslts -Requires: texlive-paper -Requires: texlive-papercdcase -Requires: texlive-papermas -Requires: texlive-papertex -Requires: texlive-paracol -Requires: texlive-parades -Requires: texlive-paralist -Requires: texlive-paresse -Requires: texlive-parnotes -Requires: texlive-parselines -Requires: texlive-pas-cours -Requires: texlive-pas-cv -Requires: texlive-pas-tableur -# Requires: texlive-patch -Requires: texlive-patchcmd -Requires: texlive-pauldoc -Requires: texlive-pawpict -Requires: texlive-pax -Requires: texlive-pbox -Requires: texlive-pbsheet -Requires: texlive-pdf14 -Requires: texlive-pdfcolmk -Requires: texlive-pdfcomment -Requires: texlive-pdfcprot -Requires: texlive-pdfmarginpar -Requires: texlive-pdfoverlay -Requires: texlive-pdfpagediff -Requires: texlive-pdfpc -Requires: texlive-pdfpc-movie -Requires: texlive-pdfprivacy -Requires: texlive-pdfreview -Requires: texlive-pdfscreen -Requires: texlive-pdfslide -Requires: texlive-pdfsync -Requires: texlive-pdfwin -Requires: texlive-pdfx -Requires: texlive-pecha -Requires: texlive-perltex -Requires: texlive-permute -Requires: texlive-petiteannonce -Requires: texlive-phffullpagefigure -Requires: texlive-phfnote -Requires: texlive-phfparen -Requires: texlive-phfqit -Requires: texlive-phfquotetext -Requires: texlive-phfsvnwatermark -Requires: texlive-phfthm -Requires: texlive-philex -Requires: texlive-phonenumbers -Requires: texlive-photo -Requires: texlive-picture -Requires: texlive-piff -Requires: texlive-pkgloader -Requires: texlive-placeins -Requires: texlive-plantslabels -Requires: texlive-plates -Requires: texlive-plweb -Requires: texlive-pmboxdraw -Requires: texlive-polynom -Requires: texlive-polynomial -Requires: texlive-polytable -Requires: texlive-postcards -Requires: texlive-poster-mac -Requires: texlive-powerdot -Requires: texlive-ppr-prv -Requires: texlive-practicalreports -Requires: texlive-preprint -Requires: texlive-pressrelease -Requires: texlive-prettyref -Requires: texlive-preview -Requires: texlive-printlen -Requires: texlive-probsoln -Requires: texlive-program -Requires: texlive-progress -Requires: texlive-progressbar -Requires: texlive-proofread -Requires: texlive-properties -Requires: texlive-prosper -Requires: texlive-protex -Requires: texlive-protocol -Requires: texlive-psfragx -Requires: texlive-pstool -Requires: texlive-pstring -Requires: texlive-pxgreeks -Requires: texlive-pygmentex -Requires: texlive-python -Requires: texlive-qcm -Requires: texlive-qstest -Requires: texlive-qsymbols -Requires: texlive-quicktype -Requires: texlive-quiz2socrative -Requires: texlive-quotchap -Requires: texlive-quoting -Requires: texlive-quotmark -Requires: texlive-ran_toks -Requires: texlive-randtext -Requires: texlive-rccol -Requires: texlive-rcs-multi -Requires: texlive-rcsinfo -Requires: texlive-readarray -Requires: texlive-realboxes -Requires: texlive-recipe -Requires: texlive-recipebook -Requires: texlive-recipecard -Requires: texlive-rectopma -Requires: texlive-refcheck -Requires: texlive-refenums -Requires: texlive-reflectgraphics -Requires: texlive-refman -Requires: texlive-refstyle -Requires: texlive-regcount -Requires: texlive-regexpatch -Requires: texlive-register -Requires: texlive-regstats -Requires: texlive-relenc -Requires: texlive-relsize -Requires: texlive-repeatindex -Requires: texlive-repltext -Requires: texlive-returntogrid -Requires: texlive-rgltxdoc -Requires: texlive-rjlparshap -Requires: texlive-rlepsf -Requires: texlive-rmpage -Requires: texlive-robustcommand -Requires: texlive-robustindex -Requires: texlive-romanbar -Requires: texlive-romanbarpagenumber -Requires: texlive-romanneg -Requires: texlive-romannum -Requires: texlive-rotfloat -Requires: texlive-rotpages -Requires: texlive-roundbox -Requires: texlive-rterface -Requires: texlive-rtkinenc -Requires: texlive-rulerbox -Requires: texlive-rulercompass -Requires: texlive-rvwrite -Requires: texlive-sanitize-umlaut -Requires: texlive-sauerj -Requires: texlive-savefnmark -Requires: texlive-savesym -Requires: texlive-savetrees -Requires: texlive-scale -Requires: texlive-scalebar -Requires: texlive-scalerel -Requires: texlive-scanpages -Requires: texlive-schedule -Requires: texlive-scontents -Requires: texlive-scrlttr2copy -Requires: texlive-sdaps -Requires: texlive-sdrt -Requires: texlive-secdot -Requires: texlive-secnum -Requires: texlive-sectionbox -Requires: texlive-sectionbreak -Requires: texlive-sectsty -Requires: texlive-seealso -Requires: texlive-selectp -Requires: texlive-selinput -Requires: texlive-semantic -Requires: texlive-semantic-markup -Requires: texlive-semioneside -Requires: texlive-semproc -Requires: texlive-sepfootnotes -Requires: texlive-seqsplit -Requires: texlive-sesstime -Requires: texlive-sf298 -Requires: texlive-sffms -Requires: texlive-sfmath -Requires: texlive-shadethm -Requires: texlive-shadow -Requires: texlive-shadowtext -Requires: texlive-shapepar -Requires: texlive-shdoc -Requires: texlive-shipunov -Requires: texlive-shorttoc -Requires: texlive-show2e -Requires: texlive-showcharinbox -Requires: texlive-showdim -Requires: texlive-showexpl -Requires: texlive-showhyphens -Requires: texlive-showlabels -Requires: texlive-sidecap -Requires: texlive-sidenotes -Requires: texlive-silence -Requires: texlive-simplecd -Requires: texlive-simplecv -Requires: texlive-simpleinvoice -Requires: texlive-sitem -Requires: texlive-skb -Requires: texlive-skdoc -Requires: texlive-skeycommand -Requires: texlive-skeyval -Requires: texlive-skrapport -Requires: texlive-slantsc -Requires: texlive-smalltableof -Requires: texlive-smartref -Requires: texlive-smartunits -Requires: texlive-snapshot -Requires: texlive-snotez -Requires: texlive-soul -Requires: texlive-soulpos -Requires: texlive-soulutf8 -Requires: texlive-spacingtricks -Requires: texlive-spark-otf -Requires: texlive-sparklines -Requires: texlive-sphack -Requires: texlive-splitindex -Requires: texlive-spot -Requires: texlive-spotcolor -Requires: texlive-spreadtab -Requires: texlive-spverbatim -Requires: texlive-srbook-mem -Requires: texlive-srcltx -Requires: texlive-sseq -Requires: texlive-sslides -Requires: texlive-stack -Requires: texlive-stackengine -Requires: texlive-standalone -Requires: texlive-stdclsdv -Requires: texlive-stdpage -Requires: texlive-stealcaps -Requires: texlive-stex -Requires: texlive-storebox -Requires: texlive-storecmd -Requires: texlive-stringstrings -Requires: texlive-sttools -Requires: texlive-stubs -Requires: texlive-studenthandouts -Requires: texlive-subdepth -Requires: texlive-subdocs -Requires: texlive-subeqn -Requires: texlive-subeqnarray -Requires: texlive-subfigmat -Requires: texlive-subfigure -Requires: texlive-subfiles -Requires: texlive-subfloat -Requires: texlive-substitutefont -Requires: texlive-substr -Requires: texlive-supertabular -Requires: texlive-svg -Requires: texlive-svgcolor -Requires: texlive-svn -Requires: texlive-svn-multi -Requires: texlive-svn-prov -Requires: texlive-svninfo -Requires: texlive-syntax -Requires: texlive-syntrace -Requires: texlive-synttree -Requires: texlive-tabfigures -Requires: texlive-tableaux -Requires: texlive-tablefootnote -Requires: texlive-tableof -Requires: texlive-tablestyles -Requires: texlive-tablists -Requires: texlive-tabls -Requires: texlive-tablvar -Requires: texlive-tabstackengine -Requires: texlive-tabto-ltx -Requires: texlive-tabu -Requires: texlive-tabularborder -Requires: texlive-tabularcalc -Requires: texlive-tabularew -Requires: texlive-tabulary -Requires: texlive-tagging -Requires: texlive-tagpair -Requires: texlive-tagpdf -Requires: texlive-talk -Requires: texlive-tamefloats -Requires: texlive-tasks -Requires: texlive-tcldoc -Requires: texlive-tcolorbox -Requires: texlive-tdclock -Requires: texlive-technics -Requires: texlive-ted -Requires: texlive-templatetools -Requires: texlive-termcal -Requires: texlive-termlist -Requires: texlive-testhyphens -Requires: texlive-testidx -Requires: texlive-tex-label -Requires: texlive-tex-locale -Requires: texlive-texlogos -Requires: texlive-texmate -Requires: texlive-texments -Requires: texlive-texpower -Requires: texlive-texshade -Requires: texlive-textfit -Requires: texlive-textmerg -Requires: texlive-textpos -Requires: texlive-textualicomma -Requires: texlive-texvc -Requires: texlive-theoremref -Requires: texlive-thinsp -Requires: texlive-thmtools -Requires: texlive-threadcol -Requires: texlive-threeparttable -Requires: texlive-threeparttablex -Requires: texlive-thumb -Requires: texlive-thumbs -Requires: texlive-thumby -Requires: texlive-ticket -Requires: texlive-titlecaps -Requires: texlive-titlefoot -Requires: texlive-titlepic -Requires: texlive-titleref -Requires: texlive-titlesec -Requires: texlive-titling -Requires: texlive-tocbibind -Requires: texlive-tocdata -Requires: texlive-tocloft -Requires: texlive-tocvsec2 -Requires: texlive-todo -Requires: texlive-todonotes -Requires: texlive-tokcycle -Requires: texlive-tokenizer -Requires: texlive-toolbox -Requires: texlive-topfloat -Requires: texlive-topiclongtable -Requires: texlive-totcount -Requires: texlive-totpages -Requires: texlive-translations -Requires: texlive-transparent -Requires: texlive-trfsigns -Requires: texlive-trimspaces -Requires: texlive-trivfloat -Requires: texlive-trsym -Requires: texlive-truncate -Requires: texlive-tucv -Requires: texlive-turnthepage -Requires: texlive-twoinone -Requires: texlive-twoup -Requires: texlive-txgreeks -Requires: texlive-type1cm -Requires: texlive-typed-checklist -Requires: texlive-typeface -Requires: texlive-typoaid -Requires: texlive-typogrid -Requires: texlive-uassign -Requires: texlive-ucs -Requires: texlive-uebungsblatt -Requires: texlive-umoline -Requires: texlive-underlin -Requires: texlive-underoverlap -Requires: texlive-undolabl -Requires: texlive-units -Requires: texlive-unravel -Requires: texlive-upmethodology -Requires: texlive-upquote -Requires: texlive-uri -Requires: texlive-ushort -Requires: texlive-uspace -# Non-free -# Requires: texlive-uwmslide -Requires: texlive-variablelm -Requires: texlive-varindex -Requires: texlive-varsfromjobname -Requires: texlive-varwidth -Requires: texlive-vdmlisting -Requires: texlive-verbasef -Requires: texlive-verbatimbox -Requires: texlive-verbatimcopy -Requires: texlive-verbdef -Requires: texlive-verbments -Requires: texlive-version -Requires: texlive-versions -Requires: texlive-versonotes -Requires: texlive-vertbars -Requires: texlive-vgrid -Requires: texlive-vhistory -Requires: texlive-vmargin -Requires: texlive-volumes -Requires: texlive-vpe -Requires: texlive-vruler -Requires: texlive-vtable -Requires: texlive-vwcol -Requires: texlive-wallcalendar -Requires: texlive-wallpaper -Requires: texlive-warning -Requires: texlive-warpcol -Requires: texlive-was -Requires: texlive-webquiz -Requires: texlive-widetable -Requires: texlive-widows-and-orphans -Requires: texlive-williams -Requires: texlive-willowtreebook -Requires: texlive-withargs -Requires: texlive-wordcount -Requires: texlive-wordlike -Requires: texlive-worksheet -Requires: texlive-wrapfig -Requires: texlive-wtref -Requires: texlive-xargs -Requires: texlive-xassoccnt -Requires: texlive-xbmks -Requires: texlive-xcntperchap -Requires: texlive-xcolor-material -Requires: texlive-xcolor-solarized -Requires: texlive-xcomment -Requires: texlive-xcookybooky -Requires: texlive-xcpdftips -Requires: texlive-xdoc -Requires: texlive-xellipsis -Requires: texlive-xfakebold -Requires: texlive-xfor -Requires: texlive-xhfill -Requires: texlive-xifthen -Requires: texlive-xint -Requires: texlive-xkcdcolors -Requires: texlive-xltabular -Requires: texlive-xmpincl -Requires: texlive-xnewcommand -Requires: texlive-xoptarg -Requires: texlive-xpatch -Requires: texlive-xpeek -Requires: texlive-xprintlen -Requires: texlive-xpunctuate -Requires: texlive-xsavebox -Requires: texlive-xsim -Requires: texlive-xstring -Requires: texlive-xtab -Requires: texlive-xurl -Requires: texlive-xwatermark -Requires: texlive-xytree -Requires: texlive-yafoot -Requires: texlive-yagusylo -Requires: texlive-yaletter -Requires: texlive-ycbook -Requires: texlive-ydoc -Requires: texlive-yplan -Requires: texlive-zebra-goodies -Requires: texlive-zed-csp -Requires: texlive-ziffer -Requires: texlive-zref -Requires: texlive-zwgetfdate -Requires: texlive-zwpagelayout - -%description collection-latexextra -A very large collection of add-on packages for LaTeX. %package collection-latexrecommended Summary: LaTeX recommended packages -Version: svn54074 +BuildArch: noarch Requires: texlive-base Requires: texlive-collection-latex Requires: texlive-anysize @@ -85544,18 +16694,20 @@ Requires: texlive-collection-fontsrecommended A collection of recommended add-on packages for LaTeX which have widespread use. + %package crop -Provides: tex-crop = %{tl_version} +Provides: tex-crop = %{epoch}:%{source_date}-%{release} +Provides: tex-crop-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-crop-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-crop-doc < %{tl_epoch}:%{source_date} License: LPPL Summary: Support for cropmarks -Version: svn15878.1.5 - +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - +Requires: tex-kpathsea Requires: tex(color.sty) Requires: tex(graphics.sty) -Provides: tex(crop.sty) = %{tl_version} +Provides: tex(crop.sty) = %{epoch}:%{source_date}-%{release} %description crop A package providing corner marks for camera alignment as well @@ -85570,35 +16722,25 @@ page. A configuration command is provided for the info line font. Options for better collaboration with dvips, pdftex and vtex are provided. -%package crop-doc -Summary: Documentation for crop -Version: svn15878.1.5 - -Provides: tex-crop-doc -AutoReqProv: No - -%description crop-doc -Documentation for crop %package ctable -Provides: tex-ctable = %{tl_version} +Provides: tex-ctable = %{epoch}:%{source_date}-%{release} +Provides: tex-ctable-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-ctable-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-ctable-doc < %{tl_epoch}:%{source_date} License: LPPL -Summary: Flexible typesetting of table and figure floats using key/value directives -Version: svn38672 - +Summary: Easily typeset centered tables +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifpdf.sty) -Requires: tex(etoolbox.sty) -Requires: tex(xcolor.sty) +Requires: tex-kpathsea +Requires: tex(color.sty) Requires: tex(xkeyval.sty) Requires: tex(array.sty) Requires: tex(tabularx.sty) Requires: tex(booktabs.sty) Requires: tex(rotating.sty) -Requires: tex(transparent.sty) -Provides: tex(ctable.sty) = %{tl_version} +Requires: tex(etoolbox.sty) +Provides: tex(ctable.sty) = %{epoch}:%{source_date}-%{release} %description ctable Provides commands to typeset centered, left- or right-aligned @@ -85608,164 +16750,688 @@ is optional and is used for key,value pairs generating variations on the defaults and offering a route for future extensions. -%package ctable-doc -Summary: Documentation for ctable -Version: svn38672 -Provides: tex-ctable-doc -AutoReqProv: No +%package ec +Provides: tex-ec = %{epoch}:%{source_date}-%{release} +Provides: tex-ec-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-ec-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-ec-doc < %{tl_epoch}:%{source_date} +License: ec +Summary: Computer modern fonts in T1 and TS1 encodings +BuildArch: noarch +Requires: texlive-base +Requires: tex-kpathsea +Provides: tex(ecbi0500.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecbi0600.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecbi0700.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecbi0800.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecbi0900.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecbi1000.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecbi1095.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecbi1200.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecbi1440.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecbi1728.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecbi2074.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecbi2488.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecbi2986.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecbi3583.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecbl0500.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecbl0600.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecbl0700.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecbl0800.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecbl0900.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecbl1000.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecbl1095.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecbl1200.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecbl1440.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecbl1728.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecbl2074.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecbl2488.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecbl2986.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecbl3583.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecbx0500.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecbx0600.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecbx0700.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecbx0800.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecbx0900.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecbx1000.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecbx1095.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecbx1200.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecbx1440.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecbx1728.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecbx2074.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecbx2488.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecbx2986.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecbx3583.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(eccc0500.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(eccc0600.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(eccc0700.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(eccc0800.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(eccc0900.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(eccc1000.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(eccc1095.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(eccc1200.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(eccc1440.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(eccc1728.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(eccc2074.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(eccc2488.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(eccc2986.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(eccc3583.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecci0500.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecci0600.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecci0700.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecci0800.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecci0900.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecci1000.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecci1095.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecci1200.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecci1440.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecci1728.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecci2074.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecci2488.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecci2986.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecci3583.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecdh0500.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecdh0600.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecdh0700.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecdh0800.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecdh0900.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecdh1000.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecdh1095.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecdh1200.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecdh1440.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecdh1728.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecdh2074.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecdh2488.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecdh2986.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecdh3583.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecit0800.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecit0900.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecit1000.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecit1095.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecit1200.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecit1440.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecit1728.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecit2074.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecit2488.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecit2986.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecit3583.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(eclb8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecli8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(eclo8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(eclq8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecltt8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecoc0500.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecoc0600.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecoc0700.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecoc0800.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecoc0900.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecoc1000.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecoc1095.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecoc1200.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecoc1440.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecoc1728.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecoc2074.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecoc2488.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecoc2986.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecoc3583.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecrb0500.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecrb0600.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecrb0700.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecrb0800.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecrb0900.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecrb1000.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecrb1095.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecrb1200.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecrb1440.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecrb1728.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecrb2074.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecrb2488.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecrb2986.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecrb3583.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecrm0500.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecrm0600.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecrm0700.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecrm0800.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecrm0900.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecrm1000.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecrm1095.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecrm1200.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecrm1440.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecrm1728.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecrm2074.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecrm2488.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecrm2986.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecrm3583.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecsc0500.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecsc0600.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecsc0700.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecsc0800.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecsc0900.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecsc1000.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecsc1095.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecsc1200.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecsc1440.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecsc1728.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecsc2074.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecsc2488.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecsc2986.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecsc3583.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecsi0500.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecsi0600.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecsi0700.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecsi0800.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecsi0900.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecsi1000.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecsi1095.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecsi1200.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecsi1440.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecsi1728.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecsi2074.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecsi2488.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecsi2986.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecsi3583.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecsl0500.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecsl0600.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecsl0700.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecsl0800.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecsl0900.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecsl1000.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecsl1095.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecsl1200.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecsl1440.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecsl1728.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecsl2074.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecsl2488.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecsl2986.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecsl3583.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecso0500.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecso0600.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecso0700.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecso0800.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecso0900.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecso1000.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecso1095.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecso1200.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecso1440.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecso1728.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecso2074.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecso2488.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecso2986.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecso3583.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecss0500.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecss0600.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecss0700.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecss0800.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecss0900.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecss1000.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecss1095.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecss1200.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecss1440.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecss1728.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecss2074.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecss2488.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecss2986.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecss3583.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecst0800.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecst0900.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecst1000.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecst1095.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecst1200.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecst1440.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecst1728.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecst2074.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecst2488.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecst2986.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecst3583.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecsx0500.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecsx0600.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecsx0700.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecsx0800.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecsx0900.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecsx1000.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecsx1095.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecsx1200.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecsx1440.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecsx1728.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecsx2074.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecsx2488.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecsx2986.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecsx3583.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ectc0800.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ectc0900.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ectc1000.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ectc1095.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ectc1200.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ectc1440.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ectc1728.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ectc2074.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ectc2488.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ectc2986.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ectc3583.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecti0500.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecti0600.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecti0700.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecti0800.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecti0900.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecti1000.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecti1095.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecti1200.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecti1440.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecti1728.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecti2074.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecti2488.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecti2986.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecti3583.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ectt0800.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ectt0900.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ectt1000.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ectt1095.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ectt1200.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ectt1440.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ectt1728.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ectt2074.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ectt2488.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ectt2986.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ectt3583.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecui0500.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecui0600.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecui0700.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecui0800.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecui0900.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecui1000.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecui1095.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecui1200.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecui1440.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecui1728.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecui2074.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecui2488.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecui2986.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecui3583.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecvi0800.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecvi0900.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecvi1000.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecvi1095.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecvi1200.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecvi1440.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecvi1728.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecvi2074.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecvi2488.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecvi2986.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecvi3583.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecvt0800.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecvt0900.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecvt1000.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecvt1095.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecvt1200.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecvt1440.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecvt1728.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecvt2074.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecvt2488.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecvt2986.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecvt3583.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecxc0500.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecxc0600.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecxc0700.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecxc0800.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecxc0900.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecxc1000.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecxc1095.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecxc1200.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecxc1440.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecxc1728.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecxc2074.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecxc2488.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecxc2986.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ecxc3583.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ieclb8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(iecli8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ieclo8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ieclq8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(iecltt8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcbi0500.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcbi0600.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcbi0700.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcbi0800.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcbi0900.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcbi1000.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcbi1095.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcbi1200.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcbi1440.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcbi1728.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcbi2074.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcbi2488.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcbi2986.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcbi3583.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcbl0500.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcbl0600.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcbl0700.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcbl0800.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcbl0900.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcbl1000.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcbl1095.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcbl1200.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcbl1440.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcbl1728.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcbl2074.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcbl2488.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcbl2986.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcbl3583.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcbx0500.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcbx0600.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcbx0700.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcbx0800.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcbx0900.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcbx1000.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcbx1095.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcbx1200.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcbx1440.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcbx1728.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcbx2074.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcbx2488.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcbx2986.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcbx3583.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcci0500.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcci0600.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcci0700.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcci0800.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcci0900.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcci1000.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcci1095.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcci1200.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcci1440.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcci1728.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcci2074.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcci2488.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcci2986.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcci3583.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcit0800.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcit0900.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcit1000.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcit1095.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcit1200.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcit1440.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcit1728.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcit2074.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcit2488.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcit2986.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcit3583.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcrb0500.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcrb0600.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcrb0700.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcrb0800.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcrb0900.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcrb1000.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcrb1095.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcrb1200.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcrb1440.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcrb1728.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcrb2074.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcrb2488.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcrb2986.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcrb3583.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcrm0500.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcrm0600.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcrm0700.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcrm0800.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcrm0900.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcrm1000.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcrm1095.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcrm1200.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcrm1440.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcrm1728.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcrm2074.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcrm2488.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcrm2986.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcrm3583.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcsi0500.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcsi0600.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcsi0700.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcsi0800.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcsi0900.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcsi1000.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcsi1095.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcsi1200.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcsi1440.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcsi1728.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcsi2074.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcsi2488.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcsi2986.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcsi3583.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcsl0500.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcsl0600.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcsl0700.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcsl0800.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcsl0900.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcsl1000.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcsl1095.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcsl1200.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcsl1440.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcsl1728.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcsl2074.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcsl2488.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcsl2986.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcsl3583.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcso0500.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcso0600.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcso0700.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcso0800.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcso0900.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcso1000.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcso1095.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcso1200.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcso1440.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcso1728.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcso2074.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcso2488.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcso2986.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcso3583.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcss0500.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcss0600.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcss0700.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcss0800.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcss0900.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcss1000.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcss1095.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcss1200.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcss1440.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcss1728.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcss2074.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcss2488.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcss2986.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcss3583.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcst0800.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcst0900.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcst1000.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcst1095.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcst1200.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcst1440.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcst1728.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcst2074.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcst2488.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcst2986.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcst3583.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcsx0500.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcsx0600.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcsx0700.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcsx0800.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcsx0900.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcsx1000.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcsx1095.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcsx1200.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcsx1440.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcsx1728.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcsx2074.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcsx2488.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcsx2986.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcsx3583.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcti0500.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcti0600.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcti0700.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcti0800.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcti0900.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcti1000.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcti1095.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcti1200.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcti1440.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcti1728.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcti2074.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcti2488.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcti2986.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcti3583.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tctt0800.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tctt0900.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tctt1000.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tctt1095.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tctt1200.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tctt1440.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tctt1728.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tctt2074.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tctt2488.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tctt2986.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tctt3583.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcui0500.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcui0600.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcui0700.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcui0800.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcui0900.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcui1000.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcui1095.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcui1200.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcui1440.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcui1728.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcui2074.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcui2488.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcui2986.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcui3583.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcvi0800.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcvi0900.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcvi1000.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcvi1095.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcvi1200.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcvi1440.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcvi1728.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcvi2074.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcvi2488.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcvi2986.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcvi3583.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcvt0800.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcvt0900.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcvt1000.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcvt1095.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcvt1200.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcvt1440.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcvt1728.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcvt2074.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcvt2488.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcvt2986.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(tcvt3583.tfm) = %{epoch}:%{source_date}-%{release} + +%description ec +The EC fonts are European Computer Modern Fonts, supporting the +complete LaTeX T1 encoding defined at the 1990 TUG conference +hold at Cork/Ireland. These fonts are intended to be stable +with no changes being made to the tfm files. The set also +contains a Text Companion Symbol font, called tc, featuring +many useful characters needed in text typesetting, for example +oldstyle digits, currency symbols (including the newly created +Euro symbol), the permille sign, copyright, trade mark and +servicemark as well as a copyleft sign, and many others. Recent +releases of LaTeX2e support the EC fonts. The EC fonts +supersede the preliminary version released as the DC fonts. The +fonts are available in (traced) Adobe Type 1 format, as part of +the cm-super bundle. The other Computer Modern-style T1-encoded +Type 1 set, Latin Modern, is not actually a direct development +of the EC set, and differs from the EC in a number of +particulars. -%description ctable-doc -Documentation for ctable %package eso-pic -Provides: tex-eso-pic = %{tl_version} +Provides: tex-eso-pic = %{epoch}:%{source_date}-%{release} +Provides: tex-eso-pic-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-eso-pic-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-eso-pic-doc < %{tl_epoch}:%{source_date} License: LPPL 1.2 Summary: Add picture commands (or backgrounds) to every page -Version: svn47694 +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-kpathsea Requires: tex(atbegshi.sty) Requires: tex(keyval.sty) Requires: tex(xcolor.sty) Requires: tex(color.sty) -Provides: tex(eso-pic.sty) = %{tl_version} -Provides: tex(showframe.sty) = %{tl_version} +Provides: tex(eso-pic.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(showframe.sty) = %{epoch}:%{source_date}-%{release} %description eso-pic -The package adds one or more user commands to LaTeX's shipout -routine, which may be used to place the output at fixed -positions. The grid option may be used to find the correct -places. +Eso-pic is an extension of everyshi. Using everyshi's +\EveryShipout command, eso-pic adds one or more user commands +to LaTeX's shipout actions. -%package eso-pic-doc -Summary: Documentation for eso-pic -Version: svn47694 -Provides: tex-eso-pic-doc -AutoReqProv: No - -%description eso-pic-doc -Documentation for eso-pic - -%package euenc -Provides: tex-euenc = %{tl_version} -License: LPPL 1.3 -Summary: Unicode font encoding definitions for XeTeX -Version: svn19795.0.1h -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(eu1enc.def) = %{tl_version} -Provides: tex(eu1lmdh.fd) = %{tl_version} -Provides: tex(eu1lmr.fd) = %{tl_version} -Provides: tex(eu1lmss.fd) = %{tl_version} -Provides: tex(eu1lmssq.fd) = %{tl_version} -Provides: tex(eu1lmtt.fd) = %{tl_version} -Provides: tex(eu1lmvtt.fd) = %{tl_version} -Provides: tex(eu2enc.def) = %{tl_version} -Provides: tex(eu2lmdh.fd) = %{tl_version} -Provides: tex(eu2lmr.fd) = %{tl_version} -Provides: tex(eu2lmss.fd) = %{tl_version} -Provides: tex(eu2lmssq.fd) = %{tl_version} -Provides: tex(eu2lmtt.fd) = %{tl_version} -Provides: tex(eu2lmvtt.fd) = %{tl_version} - -%description euenc -Font encoding definitions for unicode fonts loaded by LaTeX in -XeTeX or LuaTeX. The package provides two encodings: EU1, -designed for use with XeTeX, which the fontspec uses for -unicode fonts which require no macro-level processing for -accents, and EU2, which provides the same facilities for use -with LuaTeX. Neither encoding places any restriction on the -glyphs provided by a font; use of EU2 causes the package -euxunicode to be loaded (the package is part of this -distribution). The package includes font definition files for -use with the Latin Modern OpenType fonts. - -%package euenc-doc -Summary: Documentation for euenc -Version: svn19795.0.1h - -Provides: tex-euenc-doc -AutoReqProv: No - -%description euenc-doc -Documentation for euenc %package euler -Provides: tex-euler = %{tl_version} +Provides: tex-euler = %{epoch}:%{source_date}-%{release} +Provides: tex-euler-doc= %{epoch}:%{source_date}-%{release} +Provides: %{name}-euler-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-euler-doc < %{tl_epoch}:%{source_date} License: LPPL Summary: Use AMS Euler fonts for math -Version: svn42428 +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(euler.sty) = %{tl_version} +Requires: tex-kpathsea +Provides: tex(euler.sty) = %{epoch}:%{source_date}-%{release} %description euler Provides a setup for using the AMS Euler family of fonts for mathematics in LaTeX documents. "The underlying philosophy of Zapf's Euler design was to capture the flavour of mathematics as it might be written by a mathematician with excellent -handwriting." The euler package is based on Knuth's macros for -the book 'Concrete Mathematics'. The text fonts for the -Concrete book are supported by the beton package. +handwriting." [concrete-tug] The euler package is based on +Knuth's macros for the book 'Concrete Mathematics'. The text +fonts for the Concrete book are supported by the beton package. -%package euler-doc -Summary: Documentation for euler -Version: svn42428 -Provides: tex-euler-doc -AutoReqProv: No - -%description euler-doc -Documentation for euler %package extsizes -Provides: tex-extsizes = %{tl_version} +Provides: tex-extsizes = %{epoch}:%{source_date}-%{release} +Provides: tex-extsizes-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-extsizes-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-extsizes-doc < %{tl_epoch}:%{source_date} License: LPPL Summary: Extend the standard classes' size options -Version: svn17263.1.4a - +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - +Requires: tex-kpathsea Requires: tex(exscale.sty) -Provides: tex(autopagewidth.sty) = %{tl_version} -Provides: tex(extarticle.cls) = %{tl_version} -Provides: tex(extbook.cls) = %{tl_version} -Provides: tex(extletter.cls) = %{tl_version} -Provides: tex(extproc.cls) = %{tl_version} -Provides: tex(extreport.cls) = %{tl_version} -Provides: tex(extsizes.sty) = %{tl_version} -Provides: tex(size14.clo) = %{tl_version} -Provides: tex(size17.clo) = %{tl_version} -Provides: tex(size20.clo) = %{tl_version} -Provides: tex(size8.clo) = %{tl_version} -Provides: tex(size9.clo) = %{tl_version} +Provides: tex(autopagewidth.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(extarticle.cls) = %{epoch}:%{source_date}-%{release} +Provides: tex(extbook.cls) = %{epoch}:%{source_date}-%{release} +Provides: tex(extletter.cls) = %{epoch}:%{source_date}-%{release} +Provides: tex(extproc.cls) = %{epoch}:%{source_date}-%{release} +Provides: tex(extreport.cls) = %{epoch}:%{source_date}-%{release} +Provides: tex(extsizes.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(size14.clo) = %{epoch}:%{source_date}-%{release} +Provides: tex(size17.clo) = %{epoch}:%{source_date}-%{release} +Provides: tex(size20.clo) = %{epoch}:%{source_date}-%{release} +Provides: tex(size8.clo) = %{epoch}:%{source_date}-%{release} +Provides: tex(size9.clo) = %{epoch}:%{source_date}-%{release} %description extsizes -Provides classes extarticle, extreport, extletter, extbook and -extproc which provide for documents with a base font size from -8-20pt. +Provides classes extarticle and extreport, extletter, extbook, +extproc which allow for documents with a base font of size 8- +20pt. -%package extsizes-doc -Summary: Documentation for extsizes -Version: svn17263.1.4a - -Provides: tex-extsizes-doc -AutoReqProv: No - -%description extsizes-doc -Documentation for extsizes %package fancybox -Provides: tex-fancybox = %{tl_version} +Provides: tex-fancybox = %{epoch}:%{source_date}-%{release} +Provides: tex-fancybox-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-fancybox-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-fancybox-doc < %{tl_epoch}:%{source_date} License: LPPL 1.2 Summary: Variants of \fbox and other games with boxes -Version: svn18304.1.4 - +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(fancybox.sty) = %{tl_version} +Requires: tex-kpathsea +Provides: tex(fancybox.sty) = %{epoch}:%{source_date}-%{release} %description fancybox Provides variants of \fbox: \shadowbox, \doublebox, \ovalbox, @@ -85773,27 +17439,19 @@ Provides variants of \fbox: \shadowbox, \doublebox, \ovalbox, verbatim macros. You can box mathematics, floats, center, flushleft, and flushright, lists, and pages. -%package fancybox-doc -Summary: Documentation for fancybox -Version: svn18304.1.4 - -Provides: tex-fancybox-doc -AutoReqProv: No - -%description fancybox-doc -Documentation for fancybox %package fancyref -Provides: tex-fancyref = %{tl_version} +Provides: tex-fancyref = %{epoch}:%{source_date}-%{release} +Provides: tex-fancyref-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-fancyref-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-fancyref-doc < %{tl_epoch}:%{source_date} License: GPL+ Summary: A LaTeX package for fancy cross-referencing -Version: svn15878.0.9c - +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - +Requires: tex-kpathsea Requires: tex(varioref.sty) -Provides: tex(fancyref.sty) = %{tl_version} +Provides: tex(fancyref.sty) = %{epoch}:%{source_date}-%{release} %description fancyref Provides fancy cross-referencing support, based on the @@ -85802,31 +17460,25 @@ what sort of object is being referenced. So, for example, the label for a \section would be expected to be of the form 'sec:foo': the package would recognise the 'sec:' part. -%package fancyref-doc -Summary: Documentation for fancyref -Version: svn15878.0.9c - -Provides: tex-fancyref-doc -AutoReqProv: No - -%description fancyref-doc -Documentation for fancyref %package fancyvrb -Provides: tex-fancyvrb = %{tl_version} +Provides: tex-fancyvrb = %{epoch}:%{source_date}-%{release} +Provides: tex-fancyvrb-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-fancyvrb-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-fancyvrb-doc < %{tl_epoch}:%{source_date} License: LPPL Summary: Sophisticated verbatim text -Version: svn53392 +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-kpathsea Requires: tex(keyval.sty) Requires: tex(pstricks.sty) Requires: tex(color.sty) Requires: tex(hbaw.sty) -Provides: tex(fancyvrb.sty) = %{tl_version} -Provides: tex(fvrb-ex.sty) = %{tl_version} -Provides: tex(hbaw.sty) = %{tl_version} -Provides: tex(hcolor.sty) = %{tl_version} +Provides: tex(fancyvrb.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(fvrb-ex.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(hbaw.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(hcolor.sty) = %{epoch}:%{source_date}-%{release} %description fancyvrb Flexible handling of verbatim text including: verbatim commands @@ -85836,25 +17488,18 @@ environments; save and restore verbatim text and environments; write and read files in verbatim mode; build "example" environments (showing both result and verbatim source). -%package fancyvrb-doc -Summary: Documentation for fancyvrb -Version: svn53392 -Provides: tex-fancyvrb-doc -AutoReqProv: No - -%description fancyvrb-doc -Documentation for fancyvrb %package float -Provides: tex-float = %{tl_version} +Provides: tex-float = %{epoch}:%{source_date}-%{release} +Provides: tex-float-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-float-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-float-doc < %{tl_epoch}:%{source_date} License: LPPL Summary: Improved interface for floating objects -Version: svn15878.1.3d - +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(float.sty) = %{tl_version} +Requires: tex-kpathsea +Provides: tex(float.sty) = %{epoch}:%{source_date}-%{release} %description float Improves the interface for defining floating objects such as @@ -85865,38 +17510,32 @@ provides the H float modifier option of the obsolete here package. You can select this as automatic default with \floatplacement{figure}{H}. -%package float-doc -Summary: Documentation for float -Version: svn15878.1.3d - -Provides: tex-float-doc -AutoReqProv: No - -%description float-doc -Documentation for float %package fontspec -Provides: tex-fontspec = %{tl_version} +Provides: tex-fontspec = %{epoch}:%{source_date}-%{release} +Provides: tex-fontspec-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-fontspec-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-fontspec-doc < %{tl_epoch}:%{source_date} License: LPPL 1.3 Summary: Advanced font selection in XeLaTeX and LuaLaTeX -Version: svn53860 +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-kastrup -Requires: texlive-iftex -Requires: texlive-l3kernel -Requires: texlive-l3packages -Requires: texlive-lm -Requires: texlive-euenc +Requires: tex-kpathsea +Requires: tex-kastrup +Requires: tex-lm +Requires: tex-kastrup-doc = %{epoch}:%{source_date}-%{release} +Requires: tex-lm-doc = %{epoch}:%{source_date}-%{release} Requires: tex(fontenc.sty) Requires: tex(xunicode.sty) +Requires: tex(fixltx2e.sty) Requires: tex(expl3.sty) Requires: tex(xparse.sty) Requires: tex(luaotfload.sty) -Provides: tex(fontspec-luatex.sty) = %{tl_version} -Provides: tex(fontspec-xetex.sty) = %{tl_version} -Provides: tex(fontspec.cfg) = %{tl_version} -Provides: tex(fontspec.sty) = %{tl_version} +Provides: tex(fontspec-luatex.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(fontspec-patches.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(fontspec-xetex.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(fontspec.cfg) = %{epoch}:%{source_date}-%{release} +Provides: tex(fontspec.sty) = %{epoch}:%{source_date}-%{release} %description fontspec Fontspec is a package for XeLaTeX and LuaLaTeX. It provides an @@ -85905,25 +17544,282 @@ OpenType fonts through the NFSS in LaTeX running on XeTeX or LuaTeX engines. The package requires the l3kernel and xparse bundles from the LaTeX 3 development team. -%package fontspec-doc -Summary: Documentation for fontspec -Version: svn53860 -Provides: tex-fontspec-doc -AutoReqProv: No -Requires: tex-iftex-doc -Requires: tex-kastrup-doc -Requires: tex-l3kernel-doc -Requires: tex-l3packages-doc -Requires: tex-lm-doc -%description fontspec-doc -Documentation for fontspec +%package kastrup +Provides: tex-kastrup = %{epoch}:%{source_date}-%{release} +Provides: tex-kastrup-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-kastrup-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-kastrup-doc < %{tl_epoch}:%{source_date} +License: LPPL +Summary: kastrup package +BuildArch: noarch +Requires: texlive-base +Requires: tex-kpathsea +Provides: tex(binhex.tex) = %{epoch}:%{source_date}-%{release} + +%description kastrup +kastrup package + + +%package fp +Provides: tex-fp = %{epoch}:%{source_date}-%{release} +Provides: tex-fp-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-fp-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-fp-doc < %{tl_epoch}:%{source_date} +License: LPPL +Summary: Fixed point arithmetic +BuildArch: noarch +Requires: texlive-base +Requires: tex-kpathsea +Requires: tex(fp-upn.sty) +Provides: tex(defpattern.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(fp-addons.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(fp-basic.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(fp-eqn.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(fp-eval.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(fp-exp.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(fp-pas.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(fp-random.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(fp-snap.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(fp-trigo.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(fp-upn.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(fp.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(lfp.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(fp.tex) = %{epoch}:%{source_date}-%{release} + +%description fp +An extensive collection of arithmetic operations for fixed +point real numbers of high precision. + + +%package index +Provides: tex-index = %{epoch}:%{source_date}-%{release} +Provides: tex-index-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-index-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-index-doc < %{tl_epoch}:%{source_date} +License: LPPL +Summary: Extended index for LaTeX including multiple indexes +BuildArch: noarch +Requires: texlive-base +Requires: tex-kpathsea +Provides: tex(autind.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(bibref.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(index.sty) = %{epoch}:%{source_date}-%{release} + +%description index +This is a reimplementation of LaTeX's indexing macros to +provide better support for indexing. For example, it supports +multiple indexes in a single document and provides a more +robust \index command. It supplies short hand notations for the +\index command (^{word}) and a * variation of \index +(abbreviated _{word}) that prints the word being indexed, as +well as creating an index entry for it. + + +%package jknapltx +Provides: tex-jknapltx = %{epoch}:%{source_date}-%{release} +Provides: tex-jknapltx-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-jknapltx-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-jknapltx-doc < %{tl_epoch}:%{source_date} +License: GPL+ +Summary: Miscellaneous packages by Joerg Knappen +BuildArch: noarch +Requires: texlive-base +Requires: tex-kpathsea +Requires: tex(graphicx.sty) +Requires: tex(textcomp.sty) +Provides: tex(greekctr.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(holtpolt.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(latin1jk.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(latin2jk.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(latin3jk.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(mathbbol.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(mathrsfs.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(parboxx.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(sans.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(semtrans.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(sgmlcmpt.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(smartmn.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(tccompat.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(ursfs.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ustmary.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(young.sty) = %{epoch}:%{source_date}-%{release} + +%description jknapltx +Miscellaneous macros by Jorg Knappen, including: - represent +counters in greek; - Maxwell's non-commutative division; - +latin1jk, latin2jk and latin3jk, which are their inputenc +definition files that allow verbatim input in the respective +ISO Latin codes; - blackboard bold fonts in maths; - use of +RSFS fonts in maths; - extra alignments for \parboxes; - swap +Roman and Sans fonts; - transliterate semitic languages; - +patches to make (La)TeX formulae embeddable in SGML; - use +maths "minus" in text as appropriate; - simple Young tableaux. + + +%package koma-script +Provides: tex-koma-script = %{epoch}:%{source_date}-%{release} +License: LPPL +Summary: A bundle of versatile classes and packages +BuildArch: noarch +Requires: texlive-base +Requires: tex-kpathsea +Requires: tex(inputenc.sty) +Requires: tex(fontenc.sty) +Requires: tex(babelbib.sty) +Requires: tex(afterpage.sty) +Requires: tex(makeidx.sty) +Requires: tex(scrtime.sty) +Requires: tex(graphicx.sty) +Requires: tex(booktabs.sty) +Requires: tex(longtable.sty) +Requires: tex(amsmath.sty) +Requires: tex(listings.sty) +Requires: tex(multicol.sty) +Requires: tex(marginnote.sty) +Requires: tex(xcolor.sty) +Requires: tex(hyperref.sty) +Requires: tex(bookmark.sty) +Requires: tex(mparhack.sty) +Requires: tex(geometry.sty) +Requires: tex(textcomp.sty) +Requires: tex(tocbasic.sty) +Requires: tex(keyval.sty) +Requires: tex(etoolbox.sty) +Provides: tex(komabug.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(adrconvnote.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(authorpart.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(common-0.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(common-1.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(common-10.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(common-11.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(common-12.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(common-13.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(common-14.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(common-15.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(common-2.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(common-3.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(common-4.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(common-5.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(common-6.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(common-7.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(common-8.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(common-9.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(expertpart.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(guide-english.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(guide.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(introduction.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(japanlco.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(linkalias.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(preface.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(scraddr.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(scrbase.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(scrbookreportarticle-experts.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(scrbookreportarticle.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(scrdatetime.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(scrextend.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(scrhack.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(scrlfile.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(scrlttr2-experts.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(scrlttr2.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(scrpage2.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(scrwfile.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(tocbasic.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(typearea-experts.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(typearea.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(guide.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(linkalias.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(adrconvnote.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(authorpart.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(common-0.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(common-1.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(common-10.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(common-11.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(common-12.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(common-13.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(common-14.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(common-15.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(common-2.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(common-3.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(common-4.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(common-5.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(common-6.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(common-7.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(common-8.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(common-9.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(expertpart.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(guide-ngerman.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(guide.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(introduction.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(linkalias.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(preface.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(scraddr.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(scrbase.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(scrbookreportarticle-experts.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(scrbookreportarticle.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(scrdatetime.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(scrextend.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(scrhack.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(scrlfile.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(scrlttr2-experts.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(scrlttr2.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(scrpage2.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(scrwfile.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(tocbasic.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(typearea-experts.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(typearea.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(scrguide.cls) = %{epoch}:%{source_date}-%{release} +Provides: tex(scrsource.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(scraddr.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(scrartcl.cls) = %{epoch}:%{source_date}-%{release} +Provides: tex(scrbase.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(scrbook.cls) = %{epoch}:%{source_date}-%{release} +Provides: tex(scrdate.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(scrdoc.cls) = %{epoch}:%{source_date}-%{release} +Provides: tex(scrextend.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(scrfontsizes.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(scrhack.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(scrjura.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(scrkbase.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(scrlettr.cls) = %{epoch}:%{source_date}-%{release} +Provides: tex(scrlfile.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(scrlttr2.cls) = %{epoch}:%{source_date}-%{release} +Provides: tex(scrpage.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(scrpage2.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(scrreprt.cls) = %{epoch}:%{source_date}-%{release} +Provides: tex(scrsize10pt.clo) = %{epoch}:%{source_date}-%{release} +Provides: tex(scrsize11pt.clo) = %{epoch}:%{source_date}-%{release} +Provides: tex(scrsize12pt.clo) = %{epoch}:%{source_date}-%{release} +Provides: tex(scrtime.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(scrwfile.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(tocbasic.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(tocstyle.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(typearea.sty) = %{epoch}:%{source_date}-%{release} + +%description koma-script +The KOMA-Script bundle provides drop-in replacements for the +article/report/book classes with emphasis on typography and +versatility. There is also a letter class, different from all +other letter classes. It also offers e.g. a package for +calculated type areas in the way laid down by the typographer +Jan Tschichold, a package for easily changing and defining of +page styles, a package for getting not only the current date +but also the name of day and a package for getting current +time. All these packages may be used not only with KOMA-Script +classes but also with standard classes. Since every package has +its own version number, the number below is only the version of +scrbook, scrreprt, scrartcl, scrlttr2 and typearea. These are +the main parts of the bundle. + %package l3kernel -Provides: tex-l3kernel = %{tl_version} +Provides: tex-l3kernel = %{epoch}:%{source_date}-%{release} +Provides: tex-l3kernel-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-l3kernel-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-l3kernel-doc < %{tl_epoch}:%{source_date} License: LPPL 1.3 Summary: LaTeX3 programming conventions -Version: svn54672 +BuildArch: noarch Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea Requires: texlive-l3backend @@ -85977,308 +17873,51 @@ programmers' interface, as a set of packages that run under LaTeX 2e. The interface provides the foundation on which the LaTeX3 kernel and other future code are built: it is an API for TeX programmers. The packages are set up so that the LaTeX3 -conventions can be used with regular LaTeX 2e packages. +conventions can be used with regular LaTeX 2e packages. All the +files of the bundle are also available in the Subversion (SVN) +repository of the LaTeX3 Project. -%package l3kernel-doc -Summary: Documentation for l3kernel -Version: svn54672 -Provides: tex-l3kernel-doc -AutoReqProv: No - -%description l3kernel-doc -Documentation for l3kernel %package l3packages -Provides: tex-l3packages = %{tl_version} +Provides: tex-l3packages = %{epoch}:%{source_date}-%{release} License: LPPL 1.3 Summary: High-level LaTeX3 concepts -Version: svn54131 +BuildArch: noarch +Provides: tex-l3packages = %{epoch}:%{source_date}-%{release} +Provides: texlive-luatex-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: texlive-l3packages-doc < %{tl_epoch}:%{source_date} Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-kpathsea Requires: tex(expl3.sty) Requires: tex(amstext.sty) Requires: tex(graphicx.sty) -Provides: tex(l3keys2e.sty) = %{tl_version} -Provides: tex(xfp.sty) = %{tl_version} -Provides: tex(xfrac.sty) = %{tl_version} -Provides: tex(xparse.sty) = %{tl_version} -Provides: tex(xtemplate.sty) = %{tl_version} +Provides: tex(l3keys2e.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(xfrac.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(xparse.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(xtemplate.sty) = %{epoch}:%{source_date}-%{release} %description l3packages -This collection contains implementations for aspects of the -LaTeX3 kernel, dealing with higher-level ideas such as the -Designer Interface. The packages here are considered broadly -stable (The LaTeX3 Project does not expect the interfaces to -alter radically). These packages are built on LaTeX2e -conventions at the interface level, and so may not migrate in -the current form to a stand-alone LaTeX3 format. Packages -provided: xparse, which provides a high-level interface for -declaring document commands xfp, an expandable IEEE 754 FPU for -LaTeX l3keys2e, which makes the facilities of the kernel module -l3keys available for use by LaTeX 2e packages xtemplate, which -provides a means of defining generic functions using a -key-value syntax xfrac, which provides flexible split-level -fractions +The bundle holds prototype implementations of concepts for a +LaTeX designer interface, to be used with the experimental +LaTeX kernel as programming tools and kernel support. Packages +provided in this release are: - l3keys2e, which makes the +facilities of the kernel module l3keys available for use by +LaTeX 2e packages; - xfrac, which provides flexible split-level +fractions; - xparse, which provides a high-level interface for +declaring document commands; and - xtemplate, which provides a +means of defining generic functions using a key-value syntax. +All the files of the bundle are also available in the +Subversion (SVN) repository of the LaTeX3 Project. -%package l3packages-doc -Summary: Documentation for l3packages -Version: svn54131 -Provides: tex-l3packages-doc -AutoReqProv: No - -%description l3packages-doc -Documentation for l3packages - -%package fp -Provides: tex-fp = %{tl_version} -License: LPPL -Summary: Fixed point arithmetic -Version: svn49719 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fp-upn.sty) -Provides: tex(defpattern.sty) = %{tl_version} -Provides: tex(fp-addons.sty) = %{tl_version} -Provides: tex(fp-basic.sty) = %{tl_version} -Provides: tex(fp-eqn.sty) = %{tl_version} -Provides: tex(fp-eval.sty) = %{tl_version} -Provides: tex(fp-exp.sty) = %{tl_version} -Provides: tex(fp-pas.sty) = %{tl_version} -Provides: tex(fp-random.sty) = %{tl_version} -Provides: tex(fp-snap.sty) = %{tl_version} -Provides: tex(fp-trigo.sty) = %{tl_version} -Provides: tex(fp-upn.sty) = %{tl_version} -Provides: tex(fp.sty) = %{tl_version} -Provides: tex(lfp.sty) = %{tl_version} -Provides: tex(fp.tex) = %{tl_version} - -%description fp -An extensive collection of arithmetic operations for fixed -point real numbers of high precision. - -%package fp-doc -Summary: Documentation for fp -Version: svn49719 -Provides: tex-fp-doc -AutoReqProv: No - -%description fp-doc -Documentation for fp - -%package index -Provides: tex-index = %{tl_version} -License: LPPL -Summary: Extended index for LaTeX including multiple indexes -Version: svn24099.4.1beta - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(autind.sty) = %{tl_version} -Provides: tex(bibref.sty) = %{tl_version} -Provides: tex(index.sty) = %{tl_version} - -%description index -This is a reimplementation of LaTeX's indexing macros to -provide better support for indexing. For example, it supports -multiple indexes in a single document and provides a more -robust \index command. It supplies short hand notations for the -\index command (^{word}) and a * variation of \index -(abbreviated _{word}) that prints the word being indexed, as -well as creating an index entry for it. - -%package index-doc -Summary: Documentation for index -Version: svn24099.4.1beta - -Provides: tex-index-doc -AutoReqProv: No - -%description index-doc -Documentation for index - -%package jknapltx -Provides: tex-jknapltx = %{tl_version} -License: GPL+ -Summary: Miscellaneous packages by Joerg Knappen -Version: svn19440.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(graphicx.sty) -Requires: tex(textcomp.sty) -Provides: tex(greekctr.sty) = %{tl_version} -Provides: tex(holtpolt.sty) = %{tl_version} -Provides: tex(latin1jk.def) = %{tl_version} -Provides: tex(latin2jk.def) = %{tl_version} -Provides: tex(latin3jk.def) = %{tl_version} -Provides: tex(mathbbol.sty) = %{tl_version} -Provides: tex(mathrsfs.sty) = %{tl_version} -Provides: tex(parboxx.sty) = %{tl_version} -Provides: tex(sans.sty) = %{tl_version} -Provides: tex(semtrans.sty) = %{tl_version} -Provides: tex(sgmlcmpt.sty) = %{tl_version} -Provides: tex(smartmn.sty) = %{tl_version} -Provides: tex(tccompat.sty) = %{tl_version} -Provides: tex(ursfs.fd) = %{tl_version} -Provides: tex(ustmary.fd) = %{tl_version} -Provides: tex(young.sty) = %{tl_version} - -%description jknapltx -Miscellaneous macros by Jorg Knappen, including: represent -counters in greek; Maxwell's non-commutative division; -latin1jk, latin2jk and latin3jk, which are their inputenc -definition files that allow verbatim input in the respective -ISO Latin codes; blackboard bold fonts in maths; use of RSFS -fonts in maths; extra alignments for \parboxes; swap Roman and -Sans fonts; transliterate semitic languages; patches to make -(La)TeX formulae embeddable in SGML; use maths "minus" in text -as appropriate; simple Young tableaux. - -%package jknapltx-doc -Summary: Documentation for jknapltx -Version: svn19440.0 - -Provides: tex-jknapltx-doc -AutoReqProv: No - -%description jknapltx-doc -Documentation for jknapltx - -%package koma-script -Provides: tex-koma-script = %{tl_version} -License: LPPL 1.3 -Summary: A bundle of versatile classes and packages -Version: svn54825 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(inputenc.sty) -Requires: tex(fontenc.sty) -Requires: tex(babelbib.sty) -Requires: tex(afterpage.sty) -Requires: tex(makeidx.sty) -Requires: tex(scrtime.sty) -Requires: tex(picture.sty) -Requires: tex(graphicx.sty) -Requires: tex(booktabs.sty) -Requires: tex(longtable.sty) -Requires: tex(amsmath.sty) -Requires: tex(listings.sty) -Requires: tex(multicol.sty) -Requires: tex(marginnote.sty) -Requires: tex(tabularx.sty) -Requires: tex(xcolor.sty) -Requires: tex(hyperref.sty) -Requires: tex(bookmark.sty) -Requires: tex(mparhack.sty) -Requires: tex(geometry.sty) -Requires: tex(textcomp.sty) -Requires: tex(tocbasic.sty) -Requires: tex(keyval.sty) -Requires: tex(etoolbox.sty) -Requires: tex(marvosym.sty) -Provides: tex(adrconvnote.tex) = %{tl_version} -Provides: tex(authorpart.tex) = %{tl_version} -Provides: tex(common-compatibility.tex) = %{tl_version} -Provides: tex(common-dictum.tex) = %{tl_version} -Provides: tex(common-draftmode.tex) = %{tl_version} -Provides: tex(common-fontsize.tex) = %{tl_version} -Provides: tex(common-footnotes.tex) = %{tl_version} -Provides: tex(common-headfootheight.tex) = %{tl_version} -Provides: tex(common-interleafpage.tex) = %{tl_version} -Provides: tex(common-lists.tex) = %{tl_version} -Provides: tex(common-marginpar.tex) = %{tl_version} -Provides: tex(common-oddorevenpage.tex) = %{tl_version} -Provides: tex(common-options.tex) = %{tl_version} -Provides: tex(common-pagestylemanipulation.tex) = %{tl_version} -Provides: tex(common-parmarkup.tex) = %{tl_version} -Provides: tex(common-textmarkup.tex) = %{tl_version} -Provides: tex(common-titles.tex) = %{tl_version} -Provides: tex(common-typearea.tex) = %{tl_version} -Provides: tex(expertpart.tex) = %{tl_version} -Provides: tex(guide-ngerman.tex) = %{tl_version} -Provides: tex(guide.tex) = %{tl_version} -Provides: tex(introduction.tex) = %{tl_version} -Provides: tex(japanlco.tex) = %{tl_version} -Provides: tex(komabug.tex) = %{tl_version} -Provides: tex(linkalias.tex) = %{tl_version} -Provides: tex(preface.tex) = %{tl_version} -Provides: tex(scraddr.sty) = %{tl_version} -Provides: tex(scraddr.tex) = %{tl_version} -Provides: tex(scrartcl.cls) = %{tl_version} -Provides: tex(scrarticle.cls) = %{tl_version} -Provides: tex(scrbase.sty) = %{tl_version} -Provides: tex(scrbase.tex) = %{tl_version} -Provides: tex(scrbook.cls) = %{tl_version} -Provides: tex(scrbookreportarticle-experts.tex) = %{tl_version} -Provides: tex(scrbookreportarticle.tex) = %{tl_version} -Provides: tex(scrdate.sty) = %{tl_version} -Provides: tex(scrdatetime.tex) = %{tl_version} -Provides: tex(scrdoc.cls) = %{tl_version} -Provides: tex(scrdocstrip.tex) = %{tl_version} -Provides: tex(scrextend.sty) = %{tl_version} -Provides: tex(scrextend.tex) = %{tl_version} -Provides: tex(scrfontsizes.sty) = %{tl_version} -Provides: tex(scrguide.cls) = %{tl_version} -Provides: tex(scrhack.sty) = %{tl_version} -Provides: tex(scrhack.tex) = %{tl_version} -Provides: tex(scrjura.sty) = %{tl_version} -Provides: tex(scrjura.tex) = %{tl_version} -Provides: tex(scrjuraexample.tex) = %{tl_version} -Provides: tex(scrkbase.sty) = %{tl_version} -Provides: tex(scrlayer-fancyhdr.sty) = %{tl_version} -Provides: tex(scrlayer-notecolumn-example.tex) = %{tl_version} -Provides: tex(scrlayer-notecolumn.sty) = %{tl_version} -Provides: tex(scrlayer-notecolumn.tex) = %{tl_version} -Provides: tex(scrlayer-scrpage-experts.tex) = %{tl_version} -Provides: tex(scrlayer-scrpage.sty) = %{tl_version} -Provides: tex(scrlayer-scrpage.tex) = %{tl_version} -Provides: tex(scrlayer.sty) = %{tl_version} -Provides: tex(scrlayer.tex) = %{tl_version} -Provides: tex(scrletter.cls) = %{tl_version} -Provides: tex(scrletter.sty) = %{tl_version} -Provides: tex(scrlfile.sty) = %{tl_version} -Provides: tex(scrlfile.tex) = %{tl_version} -Provides: tex(scrlttr2-experts.tex) = %{tl_version} -Provides: tex(scrlttr2.cls) = %{tl_version} -Provides: tex(scrlttr2.tex) = %{tl_version} -Provides: tex(scrreport.cls) = %{tl_version} -Provides: tex(scrreprt.cls) = %{tl_version} -Provides: tex(scrsize10pt.clo) = %{tl_version} -Provides: tex(scrsize11pt.clo) = %{tl_version} -Provides: tex(scrsize12pt.clo) = %{tl_version} -Provides: tex(scrsource.tex) = %{tl_version} -Provides: tex(scrtime.sty) = %{tl_version} -Provides: tex(scrwfile.sty) = %{tl_version} -Provides: tex(scrwfile.tex) = %{tl_version} -Provides: tex(tocbasic.sty) = %{tl_version} -Provides: tex(tocbasic.tex) = %{tl_version} -Provides: tex(tocstyle.sty) = %{tl_version} -Provides: tex(typearea-experts.tex) = %{tl_version} -Provides: tex(typearea.sty) = %{tl_version} -Provides: tex(typearea.tex) = %{tl_version} - -%description koma-script -The KOMA-Script bundle provides replacements for the article, -report, and book classes with emphasis on typography and -versatility. There is also a letter class. The bundle also -offers: a package for calculating type areas in the way laid -down by the typographer Jan Tschichold, a package for easily -changing and defining page styles, a package scrdate for -getting not only the current date but also the name of the day, -and a package scrtime for getting the current time. All these -packages may be used not only with KOMA-Script classes but also -with the standard classes. Since every package has its own -version number, the version number quoted only refers to the -version of scrbook, scrreprt, scrartcl, scrlttr2 and typearea -(which are the main parts of the bundle). %package l3experimental -Provides: tex-l3experimental = %{tl_version} +Provides: tex-l3experimental = %{epoch}:%{source_date}-%{release} +Provides: tex-l3experimental-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-l3experimental-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-l3experimental-doc < %{tl_epoch}:%{source_date} License: LPPL 1.3 Summary: Experimental LaTeX3 concepts -Version: svn53394 +BuildArch: noarch Requires: texlive-base Requires: texlive-kpathsea-bin, tex-kpathsea Requires: texlive-l3kernel @@ -86317,56 +17956,16 @@ xcoffins, which allows the alignment of boxes using a series of point; xgalley, which controls boxes receiving text for typesetting. -%package l3experimental-doc -Summary: Documentation for l3experimental -Version: svn53394 -Provides: tex-l3experimental-doc -AutoReqProv: No - -%description l3experimental-doc -Documentation for l3experimental - -%package lineno -Provides: tex-lineno = %{tl_version} -License: LPPL -Summary: Line numbers on paragraphs -Version: svn21442.4.41 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(longtable.sty) -Requires: tex(ltabptch.sty) -Requires: tex(finstrut.sty) -Provides: tex(ednmath0.sty) = %{tl_version} -Provides: tex(edtable.sty) = %{tl_version} -Provides: tex(fnlineno.sty) = %{tl_version} -Provides: tex(lineno.sty) = %{tl_version} -Provides: tex(vplref.sty) = %{tl_version} - -%description lineno -Adds line numbers to selected paragraphs with reference -possible through the LaTeX \ref and \pageref cross reference -mechanism. Line numbering may be extended to footnote lines, -using the fnlineno package. - -%package lineno-doc -Summary: Documentation for lineno -Version: svn21442.4.41 - -Provides: tex-lineno-doc -AutoReqProv: No - -%description lineno-doc -Documentation for lineno - %package listings -Provides: tex-listings = %{tl_version} -License: LPPL 1.3 +Provides: tex-listings = %{epoch}:%{source_date}-%{release} +Provides: tex-listings-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-listings-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-listings-doc < %{tl_epoch}:%{source_date} +License: LPPL Summary: Typeset source code listings using LaTeX -Version: svn54554 +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-kpathsea Requires: tex(keyval.sty) Requires: tex(textcomp.sty) Requires: tex(fancyvrb.sty) @@ -86375,185 +17974,169 @@ Requires: tex(color.sty) Requires: tex(algorithmic.sty) Requires: tex(nameref.sty) Requires: tex(url.sty) -Provides: tex(listings.cfg) = %{tl_version} -Provides: tex(listings.sty) = %{tl_version} -Provides: tex(lstdoc.sty) = %{tl_version} -Provides: tex(lstlang1.sty) = %{tl_version} -Provides: tex(lstlang2.sty) = %{tl_version} -Provides: tex(lstlang3.sty) = %{tl_version} -Provides: tex(lstmisc.sty) = %{tl_version} +Provides: tex(listings.cfg) = %{epoch}:%{source_date}-%{release} +Provides: tex(listings.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(lstdoc.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(lstlang1.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(lstlang2.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(lstlang3.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(lstmisc.sty) = %{epoch}:%{source_date}-%{release} %description listings -The package enables the user to typeset programs (programming -code) within LaTeX; the source code is read directly by TeX--no -front-end processor is needed. Keywords, comments and strings +Typeset programs (programming code) within LaTeX. The source +code is read directly by TeX. Keywords, comments and strings can be typeset using different styles (default is bold for keywords, italic for comments and no special style for -strings). Support for hyperref is provided. To use, -\usepackage{listings}, identify the language of the object to -typeset, using a construct like: \lstset{language=Python}, then -use environment lstlisting for inline code. External files may -be formatted using \lstinputlisting to process a given file in -the form appropriate for the current language. Short (in-line) -listings are also available, using either \lstinline|...| or -|...| (after defining the | token with the \lstMakeShortInline +strings). Includes support for hyperref. To use, simply +\usepackage{listings}, identify the language with +\lstset{language=Python}, then employ the \begin{lstlisting} +... \end{lstlisting} environment or the +\lstinputlisting{filename.py} command. Short (in-line) listings +are also available, using either \lstinline|...| or | ... | +(after defining the | token with the \lstMakeShortInline command). -%package listings-doc -Summary: Documentation for listings -Version: svn54554 -Provides: tex-listings-doc -AutoReqProv: No - -%description listings-doc -Documentation for listings - -%package mathtools -Provides: tex-mathtools = %{tl_version} -License: LPPL 1.3 -Summary: Mathematical tools to use with amsmath -Version: svn54516 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(mathtools.sty) -Requires: tex(keyval.sty) -Requires: tex(calc.sty) -Requires: tex(amsmath.sty) -Requires: tex(graphicx.sty) -Provides: tex(empheq.sty) = %{tl_version} -Provides: tex(mathtools.sty) = %{tl_version} -Provides: tex(mhsetup.sty) = %{tl_version} - -%description mathtools -Mathtools provides a series of packages designed to enhance the -appearance of documents containing a lot of mathematics. The -main backbone is amsmath, so those unfamiliar with this -required part of the LaTeX system will probably not find the -packages very useful. Mathtools provides many useful tools for -mathematical typesetting. It is based on amsmath and fixes -various deficiencies of amsmath and standard LaTeX. It -provides: Extensible symbols, such as brackets, arrows, -harpoons, etc.; Various symbols such as \coloneqq (:=); Easy -creation of new tag forms; Showing equation numbers only for -referenced equations; Extensible arrows, harpoons and -hookarrows; Starred versions of the amsmath matrix environments -for specifying the column alignment; More building blocks: -multlined, cases-like environments, new gathered environments; -Maths versions of \makebox, \llap, \rlap etc.; Cramped math -styles; and more... Mathtools requires mhsetup. - -%package mathtools-doc -Summary: Documentation for mathtools -Version: svn54516 -Provides: tex-mathtools-doc -AutoReqProv: No - -%description mathtools-doc -Documentation for mathtools %package mdwtools -Provides: tex-mdwtools = %{tl_version} +Provides: tex-mdwtools = %{epoch}:%{source_date}-%{release} +Provides: tex-mdwtools-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-mdwtools-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-mdwtools-doc < %{tl_epoch}:%{source_date} License: GPL+ Summary: Miscellaneous tools by Mark Wooding -Version: svn15878.1.05.4 - +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(at.sty) = %{tl_version} -Provides: tex(cmtt.sty) = %{tl_version} -Provides: tex(doafter.sty) = %{tl_version} -Provides: tex(footnote.sty) = %{tl_version} -Provides: tex(mTTcmtt.fd) = %{tl_version} -Provides: tex(mTTenc.def) = %{tl_version} -Provides: tex(mathenv.sty) = %{tl_version} -Provides: tex(mdwlist.sty) = %{tl_version} -Provides: tex(mdwmath.sty) = %{tl_version} -Provides: tex(mdwtab.sty) = %{tl_version} -Provides: tex(sverb.sty) = %{tl_version} -Provides: tex(syntax.sty) = %{tl_version} +Requires: tex-kpathsea +Provides: tex(at.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmtt.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(doafter.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(footnote.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(mTTcmtt.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(mTTenc.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(mathenv.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(mdwlist.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(mdwmath.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(mdwtab.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(sverb.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(syntax.sty) = %{epoch}:%{source_date}-%{release} %description mdwtools -This collection of tools includes: support for short commands -starting with @, macros to sanitise the OT1 encoding of the -cmtt fonts; a 'do after' command; improved footnote support; -mathenv for various alignment in maths; list handling; mdwmath -which adds some minor changes to LaTeX maths; a rewrite of -LaTeX's tabular and array environments; verbatim handling; and -syntax diagrams. +This collection of tools includes: - support for short commands +starting with @, - macros to sanitise the OT1 encoding of the +cmtt fonts; - a 'do after' command; - improved footnote +support; - mathenv for various alignment in maths; - list +handling; - mdwmath which adds some minor changes to LaTeX +maths; - a rewrite of LaTeX's tabular and array environments; - +verbatim handling; and - syntax diagrams. -%package mdwtools-doc -Summary: Documentation for mdwtools -Version: svn15878.1.05.4 -Provides: tex-mdwtools-doc -AutoReqProv: No +%package memoir +Provides: tex-memoir = %{epoch}:%{source_date}-%{release} +Provides: tex-memoir-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-memoir-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-memoir-doc < %{tl_epoch}:%{source_date} +License: LPPL +Summary: Typeset fiction, non-fiction and mathematical books +BuildArch: noarch +Requires: texlive-base +Requires: tex-kpathsea +Requires: tex(ifpdf.sty) +Requires: tex(ifetex.sty) +Requires: tex(ifxetex.sty) +Requires: tex(ifluatex.sty) +Requires: tex(etex.sty) +Provides: tex(mem10.clo) = %{epoch}:%{source_date}-%{release} +Provides: tex(mem11.clo) = %{epoch}:%{source_date}-%{release} +Provides: tex(mem12.clo) = %{epoch}:%{source_date}-%{release} +Provides: tex(mem14.clo) = %{epoch}:%{source_date}-%{release} +Provides: tex(mem17.clo) = %{epoch}:%{source_date}-%{release} +Provides: tex(mem20.clo) = %{epoch}:%{source_date}-%{release} +Provides: tex(mem25.clo) = %{epoch}:%{source_date}-%{release} +Provides: tex(mem30.clo) = %{epoch}:%{source_date}-%{release} +Provides: tex(mem36.clo) = %{epoch}:%{source_date}-%{release} +Provides: tex(mem48.clo) = %{epoch}:%{source_date}-%{release} +Provides: tex(mem60.clo) = %{epoch}:%{source_date}-%{release} +Provides: tex(mem9.clo) = %{epoch}:%{source_date}-%{release} +Provides: tex(memhfixc.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(memoir.cls) = %{epoch}:%{source_date}-%{release} +Provides: tex(mempatch.sty) = %{epoch}:%{source_date}-%{release} + +%description memoir +The memoir class is for typesetting poetry, fiction, non- +fiction, and mathematical works. Permissible document 'base' +font sizes range from 9 to 60pt. There is a range of page- +styles and well over a dozen chapter-styles to choose from, as +well as methods for specifying your own layouts and designs. +The class also provides the functionality of over thirty of the +more popular packages, thus simplifying document sources. The +class automatically loads an associated patch file mempatch; +the patch file may be updated from time to time, between +releases of the class itself. (The patch file stays around even +when there are no extant patches.) Users who wish to use the +hyperref package, in a document written with the memoir class, +should also use the memhfixc package (part of this bundle). +Note, however, that current versions of hyperref actually load +the package automatically if they detect that they are running +under memoir. -%description mdwtools-doc -Documentation for mdwtools %package metalogo -Provides: tex-metalogo = %{tl_version} +Provides: tex-metalogo = %{epoch}:%{source_date}-%{release} +Provides: tex-metalogo-doc= %{epoch}:%{source_date}-%{release} +Provides: %{name}-metalogo-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-metalogo-doc < %{tl_epoch}:%{source_date} License: LPPL Summary: Extended TeX logo macros -Version: svn18611.0.12 - +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - +Requires: tex-kpathsea Requires: tex(graphicx.sty) Requires: tex(ifxetex.sty) Requires: tex(fontspec.sty) -Provides: tex(metalogo.sty) = %{tl_version} +Provides: tex(metalogo.sty) = %{epoch}:%{source_date}-%{release} %description metalogo This package exposes spacing parameters for various TeX logos to the end user, to optimise the logos for different fonts. Written especially for XeLaTeX users. -%package metalogo-doc -Summary: Documentation for metalogo -Version: svn18611.0.12 - -Provides: tex-metalogo-doc -AutoReqProv: No - -%description metalogo-doc -Documentation for metalogo %package microtype -Provides: tex-microtype = %{tl_version} +Provides: tex-microtype = %{epoch}:%{source_date}-%{release} +Provides: tex-microtype-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-microtype-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-microtype-doc < %{tl_epoch}:%{source_date} License: LPPL Summary: Subliminal refinements towards typographical perfection -Version: svn52853 +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-kpathsea Requires: tex(keyval.sty) -Provides: tex(letterspace.sty) = %{tl_version} -Provides: tex(microtype-luatex.def) = %{tl_version} -Provides: tex(microtype-pdftex.def) = %{tl_version} -Provides: tex(microtype-xetex.def) = %{tl_version} -Provides: tex(microtype.cfg) = %{tl_version} -Provides: tex(microtype.sty) = %{tl_version} -Provides: tex(mt-CharisSIL.cfg) = %{tl_version} -Provides: tex(mt-LatinModernRoman.cfg) = %{tl_version} -Provides: tex(mt-PalatinoLinotype.cfg) = %{tl_version} -Provides: tex(mt-bch.cfg) = %{tl_version} -Provides: tex(mt-blg.cfg) = %{tl_version} -Provides: tex(mt-cmr.cfg) = %{tl_version} -Provides: tex(mt-euf.cfg) = %{tl_version} -Provides: tex(mt-eur.cfg) = %{tl_version} -Provides: tex(mt-euroitc.cfg) = %{tl_version} -Provides: tex(mt-eus.cfg) = %{tl_version} -Provides: tex(mt-msa.cfg) = %{tl_version} -Provides: tex(mt-msb.cfg) = %{tl_version} -Provides: tex(mt-mvs.cfg) = %{tl_version} -Provides: tex(mt-pad.cfg) = %{tl_version} -Provides: tex(mt-pmn.cfg) = %{tl_version} -Provides: tex(mt-ppl.cfg) = %{tl_version} -Provides: tex(mt-ptm.cfg) = %{tl_version} -Provides: tex(mt-ugm.cfg) = %{tl_version} -Provides: tex(mt-zpeu.cfg) = %{tl_version} +Provides: tex(letterspace.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(microtype-luatex.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(microtype-pdftex.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(microtype-xetex.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(microtype.cfg) = %{epoch}:%{source_date}-%{release} +Provides: tex(microtype.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(mt-CharisSIL.cfg) = %{epoch}:%{source_date}-%{release} +Provides: tex(mt-LatinModernRoman.cfg) = %{epoch}:%{source_date}-%{release} +Provides: tex(mt-PalatinoLinotype.cfg) = %{epoch}:%{source_date}-%{release} +Provides: tex(mt-bch.cfg) = %{epoch}:%{source_date}-%{release} +Provides: tex(mt-blg.cfg) = %{epoch}:%{source_date}-%{release} +Provides: tex(mt-cmr.cfg) = %{epoch}:%{source_date}-%{release} +Provides: tex(mt-euf.cfg) = %{epoch}:%{source_date}-%{release} +Provides: tex(mt-eur.cfg) = %{epoch}:%{source_date}-%{release} +Provides: tex(mt-euroitc.cfg) = %{epoch}:%{source_date}-%{release} +Provides: tex(mt-eus.cfg) = %{epoch}:%{source_date}-%{release} +Provides: tex(mt-msa.cfg) = %{epoch}:%{source_date}-%{release} +Provides: tex(mt-msb.cfg) = %{epoch}:%{source_date}-%{release} +Provides: tex(mt-mvs.cfg) = %{epoch}:%{source_date}-%{release} +Provides: tex(mt-pad.cfg) = %{epoch}:%{source_date}-%{release} +Provides: tex(mt-pmn.cfg) = %{epoch}:%{source_date}-%{release} +Provides: tex(mt-ppl.cfg) = %{epoch}:%{source_date}-%{release} +Provides: tex(mt-ptm.cfg) = %{epoch}:%{source_date}-%{release} +Provides: tex(mt-ugm.cfg) = %{epoch}:%{source_date}-%{release} +Provides: tex(mt-zpeu.cfg) = %{epoch}:%{source_date}-%{release} %description microtype The package provides a LaTeX interface to the micro-typographic @@ -86577,137 +18160,110 @@ available with pdfTeX or LuaTeX. The alternative package user commands for letterspacing only, omitting support for all other extensions. -%package microtype-doc -Summary: Documentation for microtype -Version: svn52853 -Provides: tex-microtype-doc -AutoReqProv: No - -%description microtype-doc -Documentation for microtype %package ms -Provides: tex-ms = %{tl_version} +Provides: tex-ms = %{epoch}:%{source_date}-%{release} +Provides: tex-ms-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-ms-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-ms-doc < %{tl_epoch}:%{source_date} License: LPPL Summary: Various LaTeX packages by Martin Schroder -Version: svn51784 +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-kpathsea Requires: tex(multicol.sty) Requires: tex(ifthen.sty) Requires: tex(scrtime.sty) Requires: tex(footmisc.sty) -Provides: tex(count1to.sty) = %{tl_version} -Provides: tex(everysel.sty) = %{tl_version} -Provides: tex(everyshi.sty) = %{tl_version} -Provides: tex(multitoc.sty) = %{tl_version} -Provides: tex(prelim2e.sty) = %{tl_version} +Provides: tex(count1to.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(everysel.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(everyshi.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(multitoc.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(prelim2e.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(ragged2e.sty) = %{epoch}:%{source_date}-%{release} %description ms A bundle of LaTeX packages by Martin Schroder; the collection -comprises: count1to, make use of fixed TeX counters; everysel, -set commands to execute every time a font is selected; -everyshi, set commands to execute whenever a page is shipped -out; multitoc, typeset the table of contents in multiple -columns; prelim2e, mark typeset pages as preliminary; and -ragged2e, typeset ragged text and allow hyphenation. +comprises: - count1to, make use of fixed TeX counters; - +everysel, set commands to execute every time a font is +selected; - everyshi, set commands to execute whenever a page +is shipped out; - multitoc, typeset the table of contents in +multiple columns; - prelim2e, mark typeset pages as +preliminary; and - ragged2e, typeset ragged text and allow +hyphenation. -%package ms-doc -Summary: Documentation for ms -Version: svn51784 -Provides: tex-ms-doc -AutoReqProv: No - -%description ms-doc -Documentation for ms %package ntgclass -Provides: tex-ntgclass = %{tl_version} -License: LPPL 1.3 +Provides: tex-ntgclass = %{epoch}:%{source_date}-%{release} +Provides: tex-ntgclass-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-ntgclass-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-ntgclass-doc < %{tl_epoch}:%{source_date} +License: LPPL Summary: "European" versions of standard classes -Version: svn53882 +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(a4.sty) = %{tl_version} -Provides: tex(artikel1.cls) = %{tl_version} -Provides: tex(artikel2.cls) = %{tl_version} -Provides: tex(artikel3.cls) = %{tl_version} -Provides: tex(boek.cls) = %{tl_version} -Provides: tex(boek3.cls) = %{tl_version} -Provides: tex(brief.cls) = %{tl_version} -Provides: tex(ntg10.clo) = %{tl_version} -Provides: tex(ntg11.clo) = %{tl_version} -Provides: tex(ntg12.clo) = %{tl_version} -Provides: tex(rapport1.cls) = %{tl_version} -Provides: tex(rapport3.cls) = %{tl_version} +Requires: tex-kpathsea +Provides: tex(a4.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(artikel1.cls) = %{epoch}:%{source_date}-%{release} +Provides: tex(artikel2.cls) = %{epoch}:%{source_date}-%{release} +Provides: tex(artikel3.cls) = %{epoch}:%{source_date}-%{release} +Provides: tex(boek.cls) = %{epoch}:%{source_date}-%{release} +Provides: tex(boek3.cls) = %{epoch}:%{source_date}-%{release} +Provides: tex(brief.cls) = %{epoch}:%{source_date}-%{release} +Provides: tex(ntg10.clo) = %{epoch}:%{source_date}-%{release} +Provides: tex(ntg11.clo) = %{epoch}:%{source_date}-%{release} +Provides: tex(ntg12.clo) = %{epoch}:%{source_date}-%{release} +Provides: tex(rapport1.cls) = %{epoch}:%{source_date}-%{release} +Provides: tex(rapport3.cls) = %{epoch}:%{source_date}-%{release} %description ntgclass -The bundle offers versions of the standard LaTeX article and -report classes, rewritten to reflect a more European design, -and the a4 package, which is better tuned to the shape of a4 -paper than is the a4paper class option of the standard classes. -The classes include several for article and report -requirements, and a letter class. The elements of the bundle -were designed by members of the Dutch TeX Users Group NTG. +Versions of the standard LaTeX article and report classes, +rewritten to reflect a more European design, by the Dutch TeX +Users Group NTG. -%package ntgclass-doc -Summary: Documentation for ntgclass -Version: svn53882 -Provides: tex-ntgclass-doc -AutoReqProv: No - -%description ntgclass-doc -Documentation for ntgclass %package parskip -Provides: tex-parskip = %{tl_version} +Provides: tex-parskip = %{epoch}:%{source_date}-%{release} +Provides: tex-parskip-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-parskip-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-parskip-doc < %{tl_epoch}:%{source_date} License: LPPL Summary: Layout with zero \parindent, non-zero \parskip -Version: svn53503 +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(parskip-2001-04-09.sty) = %{tl_version} -Provides: tex(parskip.sty) = %{tl_version} +Requires: tex-kpathsea +Provides: tex(parskip.sty) = %{epoch}:%{source_date}-%{release} %description parskip Simply changing \parskip and \parindent leaves a layout that is -untidy; this package (though it is no substitute for a properly- -designed class) helps alleviate this untidiness. +untidy; this package (though it is no substitute for a +properly-designed class) helps alleviate this untidiness -%package parskip-doc -Summary: Documentation for parskip -Version: svn53503 -Provides: tex-parskip-doc -AutoReqProv: No - -%description parskip-doc -Documentation for parskip %package pdfpages -Provides: tex-pdfpages = %{tl_version} -License: LPPL 1.3 +Provides: tex-pdfpages = %{epoch}:%{source_date}-%{release} +Provides: tex-pdfpages-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-pdfpages-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-pdfpages-doc < %{tl_epoch}:%{source_date} +License: LPPL Summary: Include PDF documents in LaTeX -Version: svn53583 +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-eso-pic -Requires: texlive-graphics -Requires: texlive-oberdiek -Requires: texlive-tools +Requires: tex-kpathsea +Requires: tex-eso-pic +Requires: tex-eso-pic-doc = %{epoch}:%{source_date}-%{release} Requires: tex(ifthen.sty) Requires: tex(calc.sty) Requires: tex(eso-pic.sty) Requires: tex(graphicx.sty) Requires: tex(count1to.sty) -Requires: tex(pdflscape.sty) -Provides: tex(pdfpages.sty) = %{tl_version} -Provides: tex(ppdvipdfmx.def) = %{tl_version} -Provides: tex(ppdvips.def) = %{tl_version} -Provides: tex(ppluatex.def) = %{tl_version} -Provides: tex(ppnull.def) = %{tl_version} -Provides: tex(pppdftex.def) = %{tl_version} -Provides: tex(ppvtex.def) = %{tl_version} -Provides: tex(ppxetex.def) = %{tl_version} +Provides: tex(pdfpages.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(ppdvipdfm.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(ppdvips.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(ppnull.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(pppdftex.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(ppvtex.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(ppxetex.def) = %{epoch}:%{source_date}-%{release} %description pdfpages This package simplifies the inclusion of external multi-page @@ -86715,27 +18271,21 @@ PDF documents in LaTeX documents. Pages may be freely selected and similar to psnup it is possible to put several logical pages onto each sheet of paper. Furthermore a lot of hypertext features like hyperlinks and article threads are provided. The -package supports pdfTeX (pdfLaTeX) and VTeX. With VTeX it is +package supports pdfTeX (pdflatex) and VTeX. With VTeX it is even possible to use this package to insert PostScript files, in addition to PDF files. -%package pdfpages-doc -Summary: Documentation for pdfpages -Version: svn53583 -Provides: tex-pdfpages-doc -AutoReqProv: No -Requires: tex-eso-pic-doc - -%description pdfpages-doc -Documentation for pdfpages %package powerdot -Provides: tex-powerdot = %{tl_version} +Provides: tex-powerdot = %{epoch}:%{source_date}-%{release} +Provides: tex-powerdot-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-powerdot-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-powerdot-doc < %{tl_epoch}:%{source_date} License: LPPL 1.3 Summary: A presentation class -Version: svn45165 +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-kpathsea Requires: tex(times.sty) Requires: tex(pifont.sty) Requires: tex(pst-grad.sty) @@ -86754,24 +18304,25 @@ Requires: tex(pstricks.sty) Requires: tex(xcolor.sty) Requires: tex(enumitem.sty) Requires: tex(verbatim.sty) -Provides: tex(powerdot-aggie.sty) = %{tl_version} -Provides: tex(powerdot-bframe.sty) = %{tl_version} -Provides: tex(powerdot-ciment.sty) = %{tl_version} -Provides: tex(powerdot-default.sty) = %{tl_version} -Provides: tex(powerdot-elcolors.sty) = %{tl_version} -Provides: tex(powerdot-fyma.sty) = %{tl_version} -Provides: tex(powerdot-horatio.sty) = %{tl_version} -Provides: tex(powerdot-husky.sty) = %{tl_version} -Provides: tex(powerdot-ikeda.sty) = %{tl_version} -Provides: tex(powerdot-jefka.sty) = %{tl_version} -Provides: tex(powerdot-klope.sty) = %{tl_version} -Provides: tex(powerdot-paintings.sty) = %{tl_version} -Provides: tex(powerdot-pazik.sty) = %{tl_version} -Provides: tex(powerdot-sailor.sty) = %{tl_version} -Provides: tex(powerdot-simple.sty) = %{tl_version} -Provides: tex(powerdot-tycja.sty) = %{tl_version} -Provides: tex(powerdot-upen.sty) = %{tl_version} -Provides: tex(powerdot.cls) = %{tl_version} +Provides: tex(powerdot-aggie.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(powerdot-bframe.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(powerdot-ciment.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(powerdot-default.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(powerdot-elcolors.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(powerdot-fyma.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(powerdot-horatio.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(powerdot-husky.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(powerdot-ikeda.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(powerdot-jefka.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(powerdot-klope.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(powerdot-paintings.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(powerdot-pazik.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(powerdot-sailor.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(powerdot-simple.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(powerdot-tiger.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(powerdot-tycja.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(powerdot-upen.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(powerdot.cls) = %{epoch}:%{source_date}-%{release} %description powerdot Powerdot is a presentation class for LaTeX that allows for the @@ -86782,26 +18333,19 @@ a handout mode. To view a presentation, DVI, PS or PDF output can be used. A powerful template system is available to easily develop new styles. A LyX layout file is provided. -%package powerdot-doc -Summary: Documentation for powerdot -Version: svn45165 -Provides: tex-powerdot-doc -AutoReqProv: No - -%description powerdot-doc -Documentation for powerdot %package psfrag -Provides: tex-psfrag = %{tl_version} +Provides: tex-psfrag = %{epoch}:%{source_date}-%{release} +Provides: tex-psfrag-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-psfrag-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-psfrag-doc < %{tl_epoch}:%{source_date} License: psfrag Summary: Replace strings in encapsulated PostScript figures -Version: svn15878.3.04 - +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - +Requires: tex-kpathsea Requires: tex(graphics.sty) -Provides: tex(psfrag.sty) = %{tl_version} +Provides: tex(psfrag.sty) = %{epoch}:%{source_date}-%{release} %description psfrag Allows LaTeX constructions (equations, picture environments, @@ -86812,132 +18356,92 @@ to be placed, with PSfrag automatically removing these tags from the figure and replacing them with a user specified LaTeX construction, properly aligned, scaled, and/or rotated. -%package psfrag-doc -Summary: Documentation for psfrag -Version: svn15878.3.04 - -Provides: tex-psfrag-doc -AutoReqProv: No - -%description psfrag-doc -Documentation for psfrag %package rcs -Provides: tex-rcs = %{tl_version} +Provides: tex-rcs = %{epoch}:%{source_date}-%{release} +Provides: tex-rcs-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-rcs-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-rcs-doc < %{tl_epoch}:%{source_date} License: GPL+ Summary: Use RCS (revision control system) tags in LaTeX documents -Version: svn15878.0 - +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(rcs.sty) = %{tl_version} +Requires: tex-kpathsea +Provides: tex(rcs.sty) = %{epoch}:%{source_date}-%{release} %description rcs The rcs package utilizes the inclusion of RCS supplied data in LaTeX documents. It's upward compatible to *all* rcs styles I -know of. In particular, you can easily access values of every -RCS field in your document put the checkin date on the -titlepage put RCS fields in a footline You can typeset revision -logs. Not in verbatim -- real LaTeX text! But you need a -configurable RCS for that. Refer to the user manual for more +know of. In particular, you can easily - access values of every +RCS field in your document - put the checkin date on the +titlepage - put RCS fields in a footline You can typeset +revision logs. Not in verbatim -- real LaTeX text! But you need +a configurable RCS for that. Refer to the user manual for more detailed information. You can also configure the rcs package easily to do special things for any keyword. This bundle comes with a user manual, an internal interface description, full documentation of the implementation, style information for AUC- TeX, and test cases. -%package rcs-doc -Summary: Documentation for rcs -Version: svn15878.0 - -Provides: tex-rcs-doc -AutoReqProv: No - -%description rcs-doc -Documentation for rcs %package sansmath -Provides: tex-sansmath = %{tl_version} +Provides: tex-sansmath = %{epoch}:%{source_date}-%{release} +Provides: tex-sansmath-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-sansmath-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-sansmath-doc < %{tl_epoch}:%{source_date} License: Public Domain Summary: Maths in a sans font -Version: svn17997.1.1 - +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(sansmath.sty) = %{tl_version} +Requires: tex-kpathsea +Provides: tex(sansmath.sty) = %{epoch}:%{source_date}-%{release} %description sansmath The package defines a new math version sans, and a command \sansmath that behaves somewhat like \boldmath -%package sansmath-doc -Summary: Documentation for sansmath -Version: svn17997.1.1 - -Provides: tex-sansmath-doc -AutoReqProv: No - -%description sansmath-doc -Documentation for sansmath %package section -Provides: tex-section = %{tl_version} +Provides: tex-section = %{epoch}:%{source_date}-%{release} +Provides: tex-section-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-section-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-section-doc < %{tl_epoch}:%{source_date} License: LPPL Summary: Modifying section commands in LaTeX -Version: svn20180.0 - +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(section.sty) = %{tl_version} +Requires: tex-kpathsea +Provides: tex(section.sty) = %{epoch}:%{source_date}-%{release} %description section The package implements a pretty extensive scheme to make more manageable the business of configuring LaTeX output. -%package section-doc -Summary: Documentation for section -Version: svn20180.0 - -Provides: tex-section-doc -AutoReqProv: No - -%description section-doc -Documentation for section %package seminar -Provides: tex-seminar = %{tl_version} +Provides: tex-seminar = %{epoch}:%{source_date}-%{release} +Provides: tex-seminar-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-seminar-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-seminar-doc < %{tl_epoch}:%{source_date} License: LPPL 1.2 Summary: Make overhead slides -Version: svn34011.1.62 - +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(hyperref.sty) -Requires: tex(pst-ovl.sty) -Requires: tex(doc.sty) -Requires: tex(article.sty) -Requires: tex(fancybox.sty) -Provides: tex(npsfont.sty) = %{tl_version} -Provides: tex(sem-a4.sty) = %{tl_version} -Provides: tex(sem-dem.sty) = %{tl_version} -Provides: tex(sem-page.sty) = %{tl_version} -Provides: tex(semcolor.sty) = %{tl_version} -Provides: tex(semhelv.sty) = %{tl_version} -Provides: tex(seminar.bg2) = %{tl_version} -Provides: tex(seminar.bug) = %{tl_version} -Provides: tex(seminar.cls) = %{tl_version} -Provides: tex(seminar.sty) = %{tl_version} -Provides: tex(semlayer.sty) = %{tl_version} -Provides: tex(semlcmss.sty) = %{tl_version} -Provides: tex(semrot.sty) = %{tl_version} -Provides: tex(slidesec.sty) = %{tl_version} -Provides: tex(tvz-code.sty) = %{tl_version} -Provides: tex(tvz-hax.sty) = %{tl_version} -Provides: tex(tvz-user.sty) = %{tl_version} +Requires: tex-kpathsea +Requires: tex(pstricks.sty) +Provides: tex(npsfont.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(sem-a4.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(sem-page.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(semcolor.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(semhelv.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(seminar.bg2) = %{epoch}:%{source_date}-%{release} +Provides: tex(seminar.bug) = %{epoch}:%{source_date}-%{release} +Provides: tex(seminar.cls) = %{epoch}:%{source_date}-%{release} +Provides: tex(seminar.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(semlayer.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(semlcmss.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(semrot.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(slidesec.sty) = %{epoch}:%{source_date}-%{release} %description seminar A class that produces overhead slides (transparencies), with @@ -86950,26 +18454,18 @@ tuned to 21st-century presentation styles. Note that the seminar distribution relies on the xcomment package, which was once part of the bundle, but now has a separate existence. -%package seminar-doc -Summary: Documentation for seminar -Version: svn34011.1.62 - -Provides: tex-seminar-doc -AutoReqProv: No - -%description seminar-doc -Documentation for seminar %package sepnum -Provides: tex-sepnum = %{tl_version} +Provides: tex-sepnum = %{epoch}:%{source_date}-%{release} +Provides: tex-sepnum-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-sepnum-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-sepnum-doc < %{tl_epoch}:%{source_date} License: LPPL Summary: Print numbers in a "friendly" format -Version: svn20186.2.0 - +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(sepnum.sty) = %{tl_version} +Requires: tex-kpathsea +Provides: tex(sepnum.sty) = %{epoch}:%{source_date}-%{release} %description sepnum Provides a command to print a number with (potentially @@ -86980,26 +18476,18 @@ configurable). The macro is fully expandable and not fragile \sepnumform, that may be used when defining \the macros. -%package sepnum-doc -Summary: Documentation for sepnum -Version: svn20186.2.0 - -Provides: tex-sepnum-doc -AutoReqProv: No - -%description sepnum-doc -Documentation for sepnum %package setspace -Provides: tex-setspace = %{tl_version} +Provides: tex-setspace = %{epoch}:%{source_date}-%{release} +Provides: tex-setspace-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-setspace-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-setspace-doc < %{tl_epoch}:%{source_date} License: Copyright only Summary: Set space between lines -Version: svn24881.6.7a - +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(setspace.sty) = %{tl_version} +Requires: tex-kpathsea +Provides: tex(setspace.sty) = %{epoch}:%{source_date}-%{release} %description setspace Provides support for setting the spacing between lines in a @@ -87009,30 +18497,22 @@ can be changed as required with the \singlespacing, \onehalfspacing, and \doublespacing commands. Other size spacings also available. -%package setspace-doc -Summary: Documentation for setspace -Version: svn24881.6.7a - -Provides: tex-setspace-doc -AutoReqProv: No - -%description setspace-doc -Documentation for setspace %package subfig -Provides: tex-subfig = %{tl_version} +Provides: tex-subfig = %{epoch}:%{source_date}-%{release} +Provides: tex-subfig-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-subfig-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-subfig-doc < %{tl_epoch}:%{source_date} License: LPPL Summary: Figures broken into subfigures -Version: svn15878.1.3 - +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - +Requires: tex-kpathsea Requires: tex(keyval.sty) Requires: tex(caption.sty) Requires: tex(caption3.sty) -Provides: tex(altsf.cfg) = %{tl_version} -Provides: tex(subfig.sty) = %{tl_version} +Provides: tex(altsf.cfg) = %{epoch}:%{source_date}-%{release} +Provides: tex(subfig.sty) = %{epoch}:%{source_date}-%{release} %description subfig The package provides support for the manipulation and reference @@ -87043,34 +18523,28 @@ are to be included in the List-of-Figures. A new \subfigure command is introduced which can be used inside a figure environment for each subfigure. An optional first argument is used as the caption for that subfigure. This package supersedes -the subfigure package (which is no longer maintained). The name -was changed since the package is completely backward compatible -with the older package The major advantage to the new package -is that the user interface is keyword/value driven and easier -to use. To ease the transition from the subfigure package, the -distribution it includes a configuration file (subfig.cfg) -which nearly emulates the subfigure package. The functionality -of the package is provided by the (more recent still) -subcaption package. +the subfigure package (which will continue to be supported, but +no longer maintained). The name has changed because the subfig +package is not completely backward compatible with the older +subfigure package due to an extensive rewrite to use the new +caption package to produce its subcaptions. The major advantage +to the new package is that the user interface is keyword/value +driven and easier to use. To ease the transition from the +subfigure package it includes a configuration file (subfig.cfg) +which nearly emulates the subfigure package. -%package subfig-doc -Summary: Documentation for subfig -Version: svn15878.1.3 - -Provides: tex-subfig-doc -AutoReqProv: No - -%description subfig-doc -Documentation for subfig %package textcase -Provides: tex-textcase = %{tl_version} +Provides: tex-textcase = %{epoch}:%{source_date}-%{release} +Provides: tex-textcase-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-textcase-doc = %{epoch}:%{source_date}-%{release} +Obsoletes:%{name}-textcase-doc < %{tl_epoch}:%{source_date} License: LPPL Summary: Case conversion ignoring mathematics, etc -Version: svn52092 +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(textcase.sty) = %{tl_version} +Requires: tex-kpathsea +Provides: tex(textcase.sty) = %{epoch}:%{source_date}-%{release} %description textcase The textcase package offers commands \MakeTextUppercase and @@ -87084,51 +18558,63 @@ environment, one might say: \MakeTextUppercase{...\NoCaseChange{\begin{foo}} ...\NoCaseChange{\end{foo}}...} -%package textcase-doc -Summary: Documentation for textcase -Version: svn52092 -Provides: tex-textcase-doc -AutoReqProv: No -%description textcase-doc -Documentation for textcase +%package thumbpdf +Provides: tex-thumbpdf = %{epoch}:%{source_date}-%{release} +Provides: tex-thumbpdf-bin = %{epoch}:%{source_date}-%{release} +Provides: texlive-thumbpdf-bin = %{epoch}:%{source_date}-%{release} +Obsoletes: texlive-thumbpdf-bin < %{tl_epoch}:%{source_date} +Provides: texlive-thumbpdf-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: texlive-thumbpdf-doc < %{tl_epoch}:%{source_date} +License: LPPL +Summary: Thumbnails for pdfTeX and dvips/ps2pdf +Requires: texlive-base +Requires: texlive-kpathsea +Requires: tex(ifluatex.sty) +Requires: ghostscript +Provides: tex(thumbpdf.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(thumbpdf.tex) = %{epoch}:%{source_date}-%{release} +# perl +BuildArch: noarch + +%description thumbpdf +A Perl script that provides support for thumbnails in pdfTeX +and dvips/ps2pdf. The script uses ghostscript to generate the +thumbnails which get represented in a TeX readable file that is +read by the package thumbpdf.sty to automatically include the +thumbnails. This arrangement works with both plain TeX and +LaTeX. + %package typehtml -Provides: tex-typehtml = %{tl_version} +Provides: tex-typehtml = %{epoch}:%{source_date}-%{release} +Provides: tex-typehtml-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-typehtml-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-typehtml-doc < 7:2017052 License: LPPL Summary: Typeset HTML directly from LaTeX -Version: svn17134.0 - +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - +Requires: tex-kpathsea Requires: tex(exscale.sty) -Provides: tex(typehtml.sty) = %{tl_version} +Provides: tex(typehtml.sty) = %{epoch}:%{source_date}-%{release} %description typehtml Can handle almost all of HTML2, and most of the math fragment of the draft HTML3. -%package typehtml-doc -Summary: Documentation for typehtml -Version: svn17134.0 - -Provides: tex-typehtml-doc -AutoReqProv: No - -%description typehtml-doc -Documentation for typehtml %package underscore -Provides: tex-underscore = %{tl_version} +Provides: tex-underscore = %{epoch}:%{source_date}-%{release} +Provides: tex-underscore-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-underscore-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-underscore-doc < %{tl_epoch}:%{source_date} License: LPPL Summary: Control the behaviour of "_" in text -Version: svn18261.0 - +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(underscore.sty) = %{tl_version} +Requires: tex-kpathsea +Provides: tex(underscore.sty) = %{epoch}:%{source_date}-%{release} %description underscore With the package, \_ in text mode (i.e., \textunderscore) @@ -87137,4984 +18623,877 @@ of it is not affected; a package option controls whether an actual hyphenation point appears after the underscore, or merely a break point. The package also arranges that, while in text, '_' itself behaves as \textunderscore (the behaviour of _ -in maths mode is not affected). +in maths mode is not affected. -%package underscore-doc -Summary: Documentation for underscore -Version: svn18261.0 -Provides: tex-underscore-doc -AutoReqProv: No +%package url +Provides: tex-url = %{epoch}:%{source_date}-%{release} +Provides: tex-url-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-url-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-url-doc < 7:2017052 +License: LPPL +Summary: Verbatim with URL-sensitive line breaks +BuildArch: noarch +Requires: texlive-base +Requires: tex-kpathsea +Provides: tex(url.sty) = %{epoch}:%{source_date}-%{release} -%description underscore-doc -Documentation for underscore +%description url +The command \url is a form of verbatim command that allows +linebreaks at certain characters or combinations of characters, +accepts reconfiguration, and can usually be used in the +argument to another command. (The \urldef command provides +robust commands that serve in cases when \url doesn't work in +an argument.) The command is intended for email addresses, +hypertext links, directories/paths, etc., which normally have +no spaces, so by default the package ignores spaces in its +argument. However, a package option "allows spaces", which is +useful for operating systems where spaces are a common part of +file names. -%package collection-pictures -Summary: Graphics, pictures, diagrams -Version: svn54812 + +%package collection-xetex +Summary: XeTeX packages +BuildArch: noarch Requires: texlive-base Requires: texlive-collection-basic -Requires: texlive-adigraph -Requires: texlive-aobs-tikz -Requires: texlive-askmaps -Requires: texlive-asyfig -Requires: texlive-asypictureb -Requires: texlive-autoarea -Requires: texlive-bardiag -Requires: texlive-beamerswitch -Requires: texlive-binarytree -Requires: texlive-blochsphere -Requires: texlive-bloques -Requires: texlive-blox -Requires: texlive-bodegraph -Requires: texlive-bondgraph -Requires: texlive-bondgraphs -Requires: texlive-braids -Requires: texlive-bxeepic -Requires: texlive-cachepic -Requires: texlive-callouts -Requires: texlive-celtic -Requires: texlive-chemfig -Requires: texlive-circuit-macros -Requires: texlive-circuitikz -Requires: texlive-combinedgraphics -Requires: texlive-curve -Requires: texlive-curve2e -Requires: texlive-curves -Requires: texlive-dcpic -Requires: texlive-diagmac2 -Requires: texlive-ditaa -Requires: texlive-doc-pictex-doc -Requires: texlive-dottex -Requires: texlive-dot2texi -Requires: texlive-dpcircling -Requires: texlive-dratex -Requires: texlive-drs -Requires: texlive-duotenzor -Requires: texlive-dynkin-diagrams -Requires: texlive-ecgdraw -Requires: texlive-eepic -Requires: texlive-ellipse -Requires: texlive-endofproofwd -Requires: texlive-epspdf -Requires: texlive-epspdfconversion -Requires: texlive-esk -Requires: texlive-euflag -Requires: texlive-fast-diagram -Requires: texlive-fig4latex -Requires: texlive-fitbox -Requires: texlive-flowchart -Requires: texlive-forest -Requires: texlive-genealogytree -Requires: texlive-getmap -Requires: texlive-gincltex -Requires: texlive-gnuplottex -Requires: texlive-gradientframe -Requires: texlive-grafcet -Requires: texlive-graph35 -Requires: texlive-graphicxpsd -Requires: texlive-graphviz -Requires: texlive-gtrlib-largetrees -Requires: texlive-harveyballs -Requires: texlive-here -Requires: texlive-hf-tikz -Requires: texlive-hobby -Requires: texlive-hvfloat -Requires: texlive-istgame -Requires: texlive-kblocks -Requires: texlive-knitting -Requires: texlive-knittingpattern -Requires: texlive-ladder -Requires: texlive-lapdf -Requires: texlive-latex-make -Requires: texlive-lpic -Requires: texlive-lroundrect -Requires: texlive-luamesh -Requires: texlive-luasseq -Requires: texlive-maker -Requires: texlive-makeshape -Requires: texlive-mathspic -Requires: texlive-mercatormap -Requires: texlive-milsymb -Requires: texlive-miniplot -Requires: texlive-mkpic -Requires: texlive-modiagram -Requires: texlive-neuralnetwork -Requires: texlive-numericplots -Requires: texlive-pb-diagram -Requires: texlive-penrose -Requires: texlive-petri-nets -Requires: texlive-pgf -Requires: texlive-pgf-blur -Requires: texlive-pgf-cmykshadings -Requires: texlive-pgf-soroban -Requires: texlive-pgf-spectra -Requires: texlive-pgf-umlcd -Requires: texlive-pgf-umlsd -Requires: texlive-pgfgantt -Requires: texlive-pgfkeyx -Requires: texlive-pgfmolbio -Requires: texlive-pgfmorepages -Requires: texlive-pgfopts -Requires: texlive-pgfornament -Requires: texlive-pgfplots -Requires: texlive-picinpar -Requires: texlive-pict2e -Requires: texlive-pictex -Requires: texlive-pictex2 -Requires: texlive-pinlabel -Requires: texlive-pixelart -Requires: texlive-pmgraph -Requires: texlive-postage -Requires: texlive-prerex -Requires: texlive-productbox -Requires: texlive-ptolemaicastronomy -Requires: texlive-pxpgfmark -Requires: texlive-qcircuit -Requires: texlive-qrcode -Requires: texlive-quantikz -Requires: texlive-randbild -Requires: texlive-randomwalk -Requires: texlive-realhats -Requires: texlive-reotex -Requires: texlive-rviewport -Requires: texlive-sa-tikz -Requires: texlive-schemabloc -Requires: texlive-scratch -Requires: texlive-scratch3 -Requires: texlive-scsnowman -Requires: texlive-setdeck -Requires: texlive-signchart -Requires: texlive-simpleoptics -Requires: texlive-smartdiagram -Requires: texlive-spath3 -Requires: texlive-spectralsequences -Requires: texlive-swimgraf -Requires: texlive-table-fct -Requires: texlive-texdraw -Requires: texlive-ticollege -Requires: texlive-tikz-3dplot -Requires: texlive-tikz-bayesnet -Requires: texlive-tikz-cd -Requires: texlive-tikz-dependency -Requires: texlive-tikz-dimline -Requires: texlive-tikz-feynhand -Requires: texlive-tikz-feynman -Requires: texlive-tikz-imagelabels -Requires: texlive-tikz-inet -Requires: texlive-tikz-kalender -Requires: texlive-tikz-karnaugh -Requires: texlive-tikz-ladder -Requires: texlive-tikz-layers -Requires: texlive-tikz-nef -Requires: texlive-tikz-network -Requires: texlive-tikz-opm -Requires: texlive-tikz-optics -Requires: texlive-tikz-page -Requires: texlive-tikz-palattice -Requires: texlive-tikz-planets -Requires: texlive-tikz-qtree -Requires: texlive-tikz-relay -Requires: texlive-tikz-sfc -Requires: texlive-tikz-timing -Requires: texlive-tikz-trackschematic -Requires: texlive-tikz-truchet -Requires: texlive-tikzcodeblocks -Requires: texlive-tikzducks -Requires: texlive-tikzinclude -Requires: texlive-tikzlings -Requires: texlive-tikzmark -Requires: texlive-tikzmarmots -Requires: texlive-tikzorbital -Requires: texlive-tikzpagenodes -Requires: texlive-tikzpeople -Requires: texlive-tikzpfeile -Requires: texlive-tikzposter -Requires: texlive-tikzscale -Requires: texlive-tikzsymbols -Requires: texlive-timing-diagrams -Requires: texlive-tipfr-doc -Requires: texlive-tkz-base -Requires: texlive-tkz-doc -Requires: texlive-tkz-euclide -Requires: texlive-tkz-fct -Requires: texlive-tkz-orm -Requires: texlive-tkz-tab -Requires: texlive-tqft -Requires: texlive-tsemlines -Requires: texlive-tufte-latex -Requires: texlive-venndiagram -Requires: texlive-visualpstricks-doc -Requires: texlive-xpicture -Requires: texlive-xypic +Requires: tex-arabxetex +Requires: tex-awesomebox +#Requires: tex-bidi-atbegshi +#Requires: tex-bidicontour +#Requires: tex-bidipagegrid +#Requires: tex-bidishadowtext +#Requires: tex-bidipresentation +Requires: tex-fixlatvian +#Requires: tex-font-change-xetex +Requires: tex-fontbook +Requires: tex-fontwrap +#Requires: tex-interchar +#Requires: tex-na-position +Requires: tex-philokalia +Requires: tex-ptext +#Requires: tex-quran +Requires: tex-realscripts +#Requires: tex-simple-resume-cv +#Requires: tex-simple-thesis-dissertation +Requires: tex-ucharclasses +#Requires: tex-unicode-bidi +Requires: tex-unisugar +#Requires: tex-xebaposter +#Requires: tex-xechangebar +Requires: tex-xecjk +Requires: tex-xecolor +Requires: tex-xecyr +Requires: tex-xeindex +Requires: tex-xesearch +#Requires: tex-xespotcolor +Requires: tex-xetex +Requires: tex-xetex-itrans +Requires: tex-xetex-pstricks +Requires: tex-xetex-tibetan +Requires: tex-xetexconfig +Requires: tex-xetexfontinfo +#Requires: tex-xetexko +#Requires: tex-xevlna +Provides: tex(xetex) = %{epoch}:%{source_date}-%{release} +Obsoletes: texlive-texmf-xetex < %{epoch}:%{source_date}-%{release} -%description collection-pictures -Including TikZ, pict, etc., but MetaPost and PStricks are -separate. +%description collection-xetex +Packages for XeTeX, the Unicode/OpenType-enabled TeX by +Jonathan Kew, http://tug.org/xetex. -%package combinedgraphics -Provides: tex-combinedgraphics = %{tl_version} -License: GPL+ -Summary: Include graphic (EPS or PDF)/LaTeX combinations -Version: svn27198.0.2.2 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(keyval.sty) -Requires: tex(graphicx.sty) -Requires: tex(color.sty) -Provides: tex(combinedgraphics.sty) = %{tl_version} - -%description combinedgraphics -This package provides a macro (\includecombinedgraphics) for -the inclusion of combined EPS/LaTeX and PDF/LaTeX graphics (an -export format of Gnuplot, Xfig, and maybe other programs). -Instead of including the graphics with a simple \input, the -\includecombinedgraphics macro has some comforts: changing the -font and color of the text of the LaTeX part; rescaling the -graphics without affecting the font of the LaTeX part; -automatic inclusion of the vector graphics part, as far as -LaTeX part does not do it (e.g., for files exported from -Gnuplot before version 4.2); and rescaling and rotating of -complete graphics (similar to \includegraphics from the -graphicx package). - -%package combinedgraphics-doc -Summary: Documentation for combinedgraphics -Version: svn27198.0.2.2 - -Provides: tex-combinedgraphics-doc -AutoReqProv: No - -%description combinedgraphics-doc -Documentation for combinedgraphics - -%package curve -Provides: tex-curve = %{tl_version} -License: LPPL -Summary: A class for making curriculum vitae -Version: svn20745.1.16 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ltxtable.sty) -Requires: tex(ifthen.sty) -Requires: tex(calc.sty) -Requires: tex(filehook.sty) -Requires: tex(graphicx.sty) -Provides: tex(curve.cls) = %{tl_version} - -%description curve -CurVe is a class for writing a CV, with configuration for the -language in which you write. The class provides a set of -commands to create rubrics, entries in these rubrics etc. CurVe -then format the CV (possibly splitting it onto multiple pages, -repeating the titles etc), which is usually the most painful -part of CV writing. Another nice feature of CurVe is its -ability to manage different CV 'flavours' simultaneously. It is -often the case that you want to maintain slightly divergent -versions of your CV at the same time, in order to emphasize on -different aspects of your background. CurVe also comes with -support for use with AUC-TeX. - -%package curve-doc -Summary: Documentation for curve -Version: svn20745.1.16 - -Provides: tex-curve-doc -AutoReqProv: No - -%description curve-doc -Documentation for curve - -%package curve2e -Provides: tex-curve2e = %{tl_version} +%package euenc +Provides: tex-euenc = %{epoch}:%{source_date}-%{release} +Provides: tex-euenc-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-euenc-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-euenc-doc < %{tl_epoch}:%{source_date} License: LPPL 1.3 -Summary: Extensions for package pict2e -Version: svn54758 +Summary: Unicode font encoding definitions for XeTeX +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(color.sty) -Requires: tex(pict2e.sty) -Provides: tex(curve2e-v161.sty) = %{tl_version} -Provides: tex(curve2e.sty) = %{tl_version} +Requires: tex-kpathsea +Provides: tex(eu1enc.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(eu1lmdh.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(eu1lmr.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(eu1lmss.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(eu1lmssq.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(eu1lmtt.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(eu1lmvtt.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(eu2enc.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(eu2lmdh.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(eu2lmr.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(eu2lmss.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(eu2lmssq.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(eu2lmtt.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(eu2lmvtt.fd) = %{epoch}:%{source_date}-%{release} -%description curve2e -The package extends the drawing capacities of the pict2e that -serves as a LaTeX 2e replacement for picture mode. In -particular, curve2e introduces new macros for lines and -vectors, new specifications for line terminations and joins, -arcs with any angular aperture, arcs with arrows at one or both -ends, generic curves specified with their nodes and the tangent -direction at these nodes. +%description euenc +Font encoding definitions for unicode fonts loaded by LaTeX in +XeTeX or LuaTeX. The package provides two encodings: -- EU1, +designed for use with XeTeX, which the fontspec uses for +unicode fonts which require no macro-level processing for +accents, and -- EU2, which provides the same facilities for use +with LuaTeX. Neither encoding places any restriction on the +glyphs provided by a font; use of EU2 causes the package +euxunicode to be loaded (the package is part of this +distribution). The package includes font definition files for +use with the Latin Modern OpenType fonts. -%package curve2e-doc -Summary: Documentation for curve2e -Version: svn50663 -Provides: tex-curve2e-doc -AutoReqProv: No -%description curve2e-doc -Documentation for curve2e - -%package curves -Provides: tex-curves = %{tl_version} -License: LPPL -Summary: Curves for LaTeX picture environment -Version: svn45255 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(curves.sty) = %{tl_version} -Provides: tex(curvesls.sty) = %{tl_version} - -%description curves -The draws curves in the standard LaTeX picture environment -using parabolas between data points with continuous slope at -joins; for circles and arcs, it uses up to 16 parabolas. The -package also draws symbols or dash patterns along curves. The -package provides facilities equivalent to technical pens with -compasses and French curves. Curves consist of short secants -drawn by overlapping disks or line-drawing \special commands -selected by package options. - -%package curves-doc -Summary: Documentation for curves -Version: svn45255 -Provides: tex-curves-doc -AutoReqProv: No - -%description curves-doc -Documentation for curves - -%package dcpic -Provides: tex-dcpic = %{tl_version} +%package fixlatvian +Provides: tex-fixlatvian = %{epoch}:%{source_date}-%{release} +Provides: tex-fixlatvian-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-fixlatvian-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-fixlatvian-doc < %{tl_epoch}:%{source_date} License: LPPL 1.3 -Summary: Commutative diagrams in a LaTeX and TeX documents -Version: svn30206.5.0.0 - +Summary: Improve Latvian language support in XeLaTeX +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(dcpic.sty) = %{tl_version} -Provides: tex(europroc.cls) = %{tl_version} - -%description dcpic -DCpic is a package for typesetting Commutative Diagrams within -a LaTeX and TeX documents. Its distinguishing features are: a -powerful graphical engine, the PiCTeX package; an easy -specification syntax in which a commutative diagram is -described in terms of its objects and its arrows (morphism), -positioned in a Cartesian coordinate system. - -%package dcpic-doc -Summary: Documentation for dcpic -Version: svn30206.5.0.0 - -Provides: tex-dcpic-doc -AutoReqProv: No - -%description dcpic-doc -Documentation for dcpic - -%package diagmac2 -Provides: tex-diagmac2 = %{tl_version} -License: LPPL -Summary: Diagram macros, using pict2e -Version: svn15878.2.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(pict2e.sty) -Provides: tex(diagmac2.sty) = %{tl_version} - -%description diagmac2 -This is a development of the long-established diagmac package, -using pict2e so that the restrictions on line direction are -removed. - -%package diagmac2-doc -Summary: Documentation for diagmac2 -Version: svn15878.2.1 - -Provides: tex-diagmac2-doc -AutoReqProv: No - -%description diagmac2-doc -Documentation for diagmac2 - -%package doc-pictex-doc -Summary: Documentation for doc-pictex -Version: svn24927.0 - -Provides: tex-doc-pictex-doc -AutoReqProv: No - -%description doc-pictex-doc -Documentation for doc-pictex - -%package dottex -Provides: tex-dottex = %{tl_version} -License: GPL+ -Summary: Use dot code in LaTeX -Version: svn15878.0.6 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(graphicx.sty) -Requires: tex(moreverb.sty) -Requires: tex(keyval.sty) -Provides: tex(dottex.sty) = %{tl_version} - -%description dottex -The dottex package allows you to encapsulate 'dot' and 'neato' -files in your document (dot and neato are both part of -graphviz; dot creates directed graphs, neato undirected -graphs). If you have shell-escape enabled, the package will -arrange for your files to be processed at LaTeX time; -otherwise, the conversion must be done manually as an -intermediate process before a second LaTeX run. - -%package dottex-doc -Summary: Documentation for dottex -Version: svn15878.0.6 - -Provides: tex-dottex-doc -AutoReqProv: No - -%description dottex-doc -Documentation for dottex - -%package dot2texi -Provides: tex-dot2texi = %{tl_version} -License: GPL+ -Summary: Create graphs within LaTeX using the dot2tex tool -Version: svn26237.3.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(moreverb.sty) -Requires: tex(xkeyval.sty) -Provides: tex(dot2texi.sty) = %{tl_version} - -%description dot2texi -The dot2texi package allows you to embed graphs in the DOT -graph description language in your LaTeX documents. The dot2tex -tool is used to invoke Graphviz for graph layout, and to -transform the output from Graphviz to LaTeX code. The generated -code relies on the TikZ and PGF package or the PSTricks -package. The process is automated if shell escape is enabled. - -%package dot2texi-doc -Summary: Documentation for dot2texi -Version: svn26237.3.0 - -Provides: tex-dot2texi-doc -AutoReqProv: No - -%description dot2texi-doc -Documentation for dot2texi - -%package dratex -Provides: tex-dratex = %{tl_version} -License: LPPL -Summary: General drawing macros -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(AlDraTex.sty) = %{tl_version} -Provides: tex(DraTex.sty) = %{tl_version} -Provides: tex(TeXProject.sty) = %{tl_version} -Provides: tex(wotree.sty) = %{tl_version} - -%description dratex -A low level (DraTex.sty) and a high-level (AlDraTex.sty) -drawing package written entirely in TeX. - -%package dratex-doc -Summary: Documentation for dratex -Version: svn15878.0 - -Provides: tex-dratex-doc -AutoReqProv: No - -%description dratex-doc -Documentation for dratex - -%package drs -Provides: tex-drs = %{tl_version} -License: LPPL 1.3 -Summary: Typeset Discourse Representation Structures (DRS) -Version: svn19232.1.1b - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(drs.sty) = %{tl_version} - -%description drs -The package draws Discourse Representation Structures (DRSs). -It can draw embedded DRSs, if-then conditions and -quantificational "duplex conditions" (with a properly scaled -connecting diamond). Formatting parameters allow the user to -control the appearance and placement of DRSs, and of DRS -variables and conditions. The package is based on DRS macros in -the covington package. - -%package drs-doc -Summary: Documentation for drs -Version: svn19232.1.1b - -Provides: tex-drs-doc -AutoReqProv: No - -%description drs-doc -Documentation for drs - -%package duotenzor -Provides: tex-duotenzor = %{tl_version} -License: LPPL 1.3 -Summary: Drawing package for circuit and duotensor diagrams -Version: svn18728.1.00 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(duotenzor.sty) = %{tl_version} - -%description duotenzor -This is a drawing package for circuit and duotensor diagrams -within LaTeX documents. It consists of about eighty commands, -calling on TikZ for support. - -%package duotenzor-doc -Summary: Documentation for duotenzor -Version: svn18728.1.00 - -Provides: tex-duotenzor-doc -AutoReqProv: No - -%description duotenzor-doc -Documentation for duotenzor - -%package eepic -Provides: tex-eepic = %{tl_version} -License: Public Domain -Summary: Extensions to epic and the LaTeX drawing tools -Version: svn15878.1.1e - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(eepic.sty) = %{tl_version} -Provides: tex(eepicemu.sty) = %{tl_version} -Provides: tex(epic.sty) = %{tl_version} - -%description eepic -Extensions to epic and the LaTeX picture drawing environment, -include the drawing of lines at any slope, the drawing of -circles in any radii, and the drawing of dotted and dashed -lines much faster with much less TeX memory, and providing -several new commands for drawing ellipses, arcs, splines, and -filled circles and ellipses. The package uses tpic \special -commands. - -%package eepic-doc -Summary: Documentation for eepic -Version: svn15878.1.1e - -Provides: tex-eepic-doc -AutoReqProv: No - -%description eepic-doc -Documentation for eepic - -%package epspdfconversion -Provides: tex-epspdfconversion = %{tl_version} -License: LPPL -Summary: On-the-fly conversion of EPS to PDF -Version: svn18703.0.61 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(graphics.sty) -Requires: tex(epstopdf-base.sty) -Requires: tex(kvoptions.sty) -Provides: tex(epspdfconversion.sty) = %{tl_version} - -%description epspdfconversion -The package calls the epstopdf package to convert EPS graphics -to PDF, on the fly. It servs as a vehicle for passing -conversion options (such as grayscale, prepress or pdfversion) -to the epspdf converter. - -%package epspdfconversion-doc -Summary: Documentation for epspdfconversion -Version: svn18703.0.61 - -Provides: tex-epspdfconversion-doc -AutoReqProv: No - -%description epspdfconversion-doc -Documentation for epspdfconversion - -%package esk -Provides: tex-esk = %{tl_version} -License: GPL+ -Summary: Package to encapsulate Sketch files in LaTeX sources -Version: svn18115.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(verbatim.sty) -Requires: tex(kvsetkeys.sty) -Provides: tex(esk.sty) = %{tl_version} - -%description esk -The ESK package allows to encapsulate Sketch files in LaTeX -sources. This is very useful for keeping illustrations in sync -with the text. It also frees the user from inventing -descriptive names for new files that fit into the confines of -file system conventions. Sketch is a 3D scene description -language by Eugene K. Ressler and can generate TikZ and -PSTricks code. ESK behaves in a similar fashion to EMP (which -encapsulates Metapost files), and was in fact developed from -it. - -%package esk-doc -Summary: Documentation for esk -Version: svn18115.1.0 - -Provides: tex-esk-doc -AutoReqProv: No - -%description esk-doc -Documentation for esk - -%package fast-diagram -Provides: tex-fast-diagram = %{tl_version} -License: LPPL 1.3 -Summary: Easy generation of FAST diagrams -Version: svn29264.1.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(tikz.sty) -Requires: tex(ifthen.sty) -Requires: tex(relsize.sty) -Requires: tex(xargs.sty) -Provides: tex(fast-diagram.sty) = %{tl_version} - -%description fast-diagram -The package provides simple means of producing FAST diagrams, -using TikZ/pgf tools. FAST diagrams are useful for functional -analysis techniques in design methods. - -%package fast-diagram-doc -Summary: Documentation for fast-diagram -Version: svn29264.1.1 - -Provides: tex-fast-diagram-doc -AutoReqProv: No - -%description fast-diagram-doc -Documentation for fast-diagram - -%package fitbox -Provides: tex-fitbox = %{tl_version} -License: LPPL 1.3 -Summary: Fit graphics on a page -Version: svn50088 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xkeyval.sty) -Provides: tex(fitbox.sty) = %{tl_version} - -%description fitbox -The package allows a box (usually an \includegraphics box) to -fit on the page. It scales the box to the maximal allowed size -within the user-set limits. If there is not enough space on the -page, the box is moved to the next one. - -%package fitbox-doc -Summary: Documentation for fitbox -Version: svn50088 -Provides: tex-fitbox-doc -AutoReqProv: No - -%description fitbox-doc -Documentation for fitbox - -%package flowchart -Provides: tex-flowchart = %{tl_version} -License: LPPL 1.3 -Summary: Shapes for drawing flowcharts, using TikZ -Version: svn36572.3.3 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(makeshape.sty) -Requires: tex(tikz.sty) -Provides: tex(flowchart.sty) = %{tl_version} - -%description flowchart -The package provides a set of 'traditional' flowchart element -shapes; the documentation shows how to build a flowchart from -these elements, using pgf/TikZ. The package also requires the -makeshape package. - -%package flowchart-doc -Summary: Documentation for flowchart -Version: svn36572.3.3 - -Provides: tex-flowchart-doc -AutoReqProv: No - -%description flowchart-doc -Documentation for flowchart - -%package forest -Provides: tex-forest = %{tl_version} -License: LPPL 1.3 -Summary: Drawing (linguistic) trees -Version: svn44797 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(tikz.sty) -Requires: tex(pgfopts.sty) -Requires: tex(etoolbox.sty) -Requires: tex(elocalloc.sty) -Requires: tex(environ.sty) -Provides: tex(forest.sty) = %{tl_version} - -%description forest -The package is provides a PGF/TikZ-based mechanism for drawing -linguistic (and other kinds of) trees. Its main features are: a -packing algorithm which can produce very compact trees; a user- -friendly interface consisting of the familiar bracket encoding -of trees plus the key-value interface to option-setting; many -tree-formatting options, with control over option values of -individual nodes and mechanisms for their manipulation; the -possibility to decorate the tree using the full power of -PGF/TikZ; and an externalization mechanism sensitive to code- -changes. - -%package forest-doc -Summary: Documentation for forest -Version: svn44797 -Provides: tex-forest-doc -AutoReqProv: No - -%description forest-doc -Documentation for forest - -%package genealogytree -Provides: tex-genealogytree = %{tl_version} -License: LPPL 1.3 -Summary: Pedigree and genealogical tree diagrams -Version: svn50872 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(tcolorbox.sty) -Provides: tex(genealogytree.sty) = %{tl_version} -Provides: tex(gtrcore.contour.code.tex) = %{tl_version} -Provides: tex(gtrcore.drawing.code.tex) = %{tl_version} -Provides: tex(gtrcore.node.code.tex) = %{tl_version} -Provides: tex(gtrcore.options.code.tex) = %{tl_version} -Provides: tex(gtrcore.parser.code.tex) = %{tl_version} -Provides: tex(gtrcore.processing.code.tex) = %{tl_version} -Provides: tex(gtrcore.symbols.code.tex) = %{tl_version} -Provides: tex(gtrlang.english.code.tex) = %{tl_version} -Provides: tex(gtrlang.german.code.tex) = %{tl_version} -Provides: tex(gtrlib.debug.code.tex) = %{tl_version} -Provides: tex(gtrlib.templates.code.tex) = %{tl_version} - -%description genealogytree -Pedigree and genealogical tree diagrams are proven tools to -visualize genetic and relational connections between -individuals. The naming ("tree") derives from historical family -diagrams. However, even the smallest family entity consisting -of two parents and several children is hardly a 'mathematical' -tree -- it is a more general graph. The package provides a set -of tools to typeset genealogical trees (i.e., to typeset a set -of special graphs for the description of family-like -structures). The package uses an autolayout algorithm which can -be customized, e.g., to prioritize certain paths. - -%package genealogytree-doc -Summary: Documentation for genealogytree -Version: svn50872 -Provides: tex-genealogytree-doc -AutoReqProv: No - -%description genealogytree-doc -Documentation for genealogytree - -%package gincltex -Provides: tex-gincltex = %{tl_version} -License: LPPL 1.3 -Summary: Include TeX files as graphics (.tex support for \includegraphics) -Version: svn23835.0.3 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - +Requires: tex-kpathsea Requires: tex(svn-prov.sty) -Requires: tex(adjustbox.sty) -Provides: tex(gincltex.sty) = %{tl_version} - -%description gincltex -The package builds on the standard LaTeX packages graphics -and/or graphicx and allows external LaTeX source files to be -included, in the same way as graphic files, by -\includegraphics. In effect, then package adds support for the -.tex extension. Some of the lower level operations like -clipping and trimming are implemented using the adjustbox -package which includes native pdflatex support and uses the pgf -pacakge for other output formats. - -%package gincltex-doc -Summary: Documentation for gincltex -Version: svn23835.0.3 - -Provides: tex-gincltex-doc -AutoReqProv: No - -%description gincltex-doc -Documentation for gincltex - -%package gnuplottex -Provides: tex-gnuplottex = %{tl_version} -License: GPLv2+ -Summary: Embed Gnuplot commands in LaTeX documents -Version: svn54758 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(latexsym.sty) -Requires: tex(graphicx.sty) -Requires: tex(moreverb.sty) -Requires: tex(keyval.sty) -Requires: tex(ifthen.sty) -Provides: tex(gnuplottex.sty) = %{tl_version} - -%description gnuplottex -This package allows you to include Gnuplot graphs in your LaTeX -documents. The gnuplot code is extracted from the document and -written to .gnuplot files. Then, if shell escape is used, the -graph files are automatically processed to graphics or LaTeX -code files which will then be included in the document. If -shell escape isn't used, the user will have to manually convert -the files by running gnuplot on the extracted .gnuplot files. - -%package gnuplottex-doc -Summary: Documentation for gnuplottex -Version: svn54758 -Provides: tex-gnuplottex-doc -AutoReqProv: No - -%description gnuplottex-doc -Documentation for gnuplottex - -%package gradientframe -Provides: tex-gradientframe = %{tl_version} -License: LPPL 1.3 -Summary: Simple gradient frames around objects -Version: svn21387.0.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(color.sty) -Requires: tex(keyval.sty) -Provides: tex(gradientframe.sty) = %{tl_version} - -%description gradientframe -The package provides a means of drawing graded frames around -objects. The gradients of the frames are drawn using the color -package. - -%package gradientframe-doc -Summary: Documentation for gradientframe -Version: svn21387.0.2 - -Provides: tex-gradientframe-doc -AutoReqProv: No - -%description gradientframe-doc -Documentation for gradientframe - -%package grafcet -Provides: tex-grafcet = %{tl_version} -License: LPPL -Summary: Draw Grafcet/SFC with TikZ -Version: svn22509.1.3.5 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(tikz.sty) -Requires: tex(ifthen.sty) -Requires: tex(ifsym.sty) -Provides: tex(grafcet.sty) = %{tl_version} - -%description grafcet -The package provides a library (GRAFCET) that can draw Grafcet -Sequential Function Chart (SFC) diagrams, in accordance with EN -60848, using Pgf/TikZ. L'objectif de la librairie GRAFCET est -de permettre le trace de grafcet selon la norme EN 60848 a -partir de Pgf/TikZ. - -%package grafcet-doc -Summary: Documentation for grafcet -Version: svn22509.1.3.5 - -Provides: tex-grafcet-doc -AutoReqProv: No - -%description grafcet-doc -Documentation for grafcet - -%package graphviz -Provides: tex-graphviz = %{tl_version} -License: LPPL 1.3 -Summary: Write graphviz (dot+neato) inline in LaTeX documents -Version: svn31517.0.94 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(graphicx.sty) -Requires: tex(psfrag.sty) -Provides: tex(graphviz.sty) = %{tl_version} - -%description graphviz -The package allows inline use of graphviz code, in a LaTeX -document. - -%package graphviz-doc -Summary: Documentation for graphviz -Version: svn31517.0.94 - -Provides: tex-graphviz-doc -AutoReqProv: No - -%description graphviz-doc -Documentation for graphviz - -%package harveyballs -Provides: tex-harveyballs = %{tl_version} -License: GPLv3+ -Summary: Create Harvey Balls using TikZ -Version: svn32003.1.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(tikz.sty) -Provides: tex(harveyballs.sty) = %{tl_version} - -%description harveyballs -The package provides 5 commands (giving symbols that indicate -values from "none" to "full"). - -%package harveyballs-doc -Summary: Documentation for harveyballs -Version: svn32003.1.1 - -Provides: tex-harveyballs-doc -AutoReqProv: No - -%description harveyballs-doc -Documentation for harveyballs - -%package here -Provides: tex-here = %{tl_version} -License: Public Domain -Summary: Emulation of obsolete package for "here" floats -Version: svn16135.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(float.sty) -Provides: tex(here.sty) = %{tl_version} - -%description here -Provides the H option for floats in LaTeX to signify that the -environment is not really a float (and should therefore be -placed "here" and not float at all). The package emulates an -older package of the same name, which has long been suppressed -by its author. The job is done by nothing more than loading the -float package, which has long provided the option in an -acceptable framework. - -%package here-doc -Summary: Documentation for here -Version: svn16135.0 - -Provides: tex-here-doc -AutoReqProv: No - -%description here-doc -Documentation for here - -%package hf-tikz -Provides: tex-hf-tikz = %{tl_version} -License: LPPL 1.3 -Summary: A simple way to highlight formulas and formula parts -Version: svn34733.0.3a - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(tikz.sty) -Requires: tex(xparse.sty) -Requires: tex(etoolbox.sty) -Provides: tex(hf-tikz.sty) = %{tl_version} - -%description hf-tikz -The package provides a way to highlight formulas and formula -parts in both documents and presentations, us TikZ. - -%package hf-tikz-doc -Summary: Documentation for hf-tikz -Version: svn34733.0.3a - -Provides: tex-hf-tikz-doc -AutoReqProv: No - -%description hf-tikz-doc -Documentation for hf-tikz - -%package hobby -Provides: tex-hobby = %{tl_version} -License: LPPL 1.3 -Summary: An implementation of Hobby's algorithm for PGF/TikZ -Version: svn44474 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(expl3.sty) -Provides: tex(hobby.code.tex) = %{tl_version} -Provides: tex(pgflibraryhobby.code.tex) = %{tl_version} -Provides: tex(pml3array.sty) = %{tl_version} -Provides: tex(tikzlibraryhobby.code.tex) = %{tl_version} - -%description hobby -This package defines a path generation function for PGF/TikZ -which implements Hobby's algorithm for a path built out of -Bezier curves which passes through a given set of points. The -path thus generated may by used as a TikZ 'to path'. The -implementation is in LaTeX3. - -%package hobby-doc -Summary: Documentation for hobby -Version: svn44474 -Provides: tex-hobby-doc -AutoReqProv: No - -%description hobby-doc -Documentation for hobby - -%package hvfloat -Provides: tex-hvfloat = %{tl_version} -License: LPPL -Summary: Rotating caption and object of floats independently -Version: svn52010 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(graphicx.sty) -Requires: tex(keyval.sty) Requires: tex(caption.sty) -Provides: tex(hvfloat-fps.sty) = %{tl_version} -Provides: tex(hvfloat.sty) = %{tl_version} +Requires: tex(etoolbox.sty) +Requires: tex(perpage.sty) +Requires: tex(polyglossia.sty) +Requires: tex(xstring.sty) +Requires: tex(indentfirst.sty) +Requires: tex(icomma.sty) +Provides: tex(fixlatvian.sty) = %{epoch}:%{source_date}-%{release} -%description hvfloat -This package defines a macro to place objects (tables and -figures) and their captions in different positions with -different rotating angles within a float. All objects and -captions can be framed. The main command is \hvFloat{float -type}{floating object}{caption}{label}; a simple example is -\hvFloat{figure}{\includegraphics{rose}}{Caption}{fig:0}. -Options are provided to place captions to the right or left, -and rotated. Setting nonFloat=true results in placing the float -here. +%description fixlatvian +The package offers improvement of the Latvian language support +in polyglossia, in particular in the area of the standard +classes. -%package hvfloat-doc -Summary: Documentation for hvfloat -Version: svn52010 -Provides: tex-hvfloat-doc -AutoReqProv: No -%description hvfloat-doc -Documentation for hvfloat - -%package knitting -Provides: tex-knitting = %{tl_version} +%package fontbook +Provides: tex-fontbook = %{epoch}:%{source_date}-%{release} +Provides: tex-fontbook-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-fontbook-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-fontbook-doc < %{tl_epoch}:%{source_date} License: LPPL 1.3 -Summary: Produce knitting charts, in Plain TeX or LaTeX -Version: svn50782 +Summary: Generate a font book +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(color.sty) -Provides: tex(knitfont.map) = %{tl_version} -Provides: tex(knitg_sc_in.tfm) = %{tl_version} -Provides: tex(knitg_sc_out.tfm) = %{tl_version} -Provides: tex(knitgg.tfm) = %{tl_version} -Provides: tex(knitgn.tfm) = %{tl_version} -Provides: tex(knitgp.tfm) = %{tl_version} -Provides: tex(knitn_sc_in.tfm) = %{tl_version} -Provides: tex(knitn_sc_out.tfm) = %{tl_version} -Provides: tex(knitnl.tfm) = %{tl_version} -Provides: tex(knitnn.tfm) = %{tl_version} -Provides: tex(knitnp.tfm) = %{tl_version} -Provides: tex(knitnr.tfm) = %{tl_version} -Provides: tex(knitw_sc_in.tfm) = %{tl_version} -Provides: tex(knitw_sc_out.tfm) = %{tl_version} -Provides: tex(knitwg.tfm) = %{tl_version} -Provides: tex(knitwn.tfm) = %{tl_version} -Provides: tex(knitwp.tfm) = %{tl_version} -Provides: tex(knitg_sc_in.pfb) = %{tl_version} -Provides: tex(knitg_sc_out.pfb) = %{tl_version} -Provides: tex(knitgg.pfb) = %{tl_version} -Provides: tex(knitgn.pfb) = %{tl_version} -Provides: tex(knitgp.pfb) = %{tl_version} -Provides: tex(knitn_sc_in.pfb) = %{tl_version} -Provides: tex(knitn_sc_out.pfb) = %{tl_version} -Provides: tex(knitnl.pfb) = %{tl_version} -Provides: tex(knitnn.pfb) = %{tl_version} -Provides: tex(knitnp.pfb) = %{tl_version} -Provides: tex(knitnr.pfb) = %{tl_version} -Provides: tex(knitw_sc_in.pfb) = %{tl_version} -Provides: tex(knitw_sc_out.pfb) = %{tl_version} -Provides: tex(knitwg.pfb) = %{tl_version} -Provides: tex(knitwn.pfb) = %{tl_version} -Provides: tex(knitwp.pfb) = %{tl_version} -Provides: tex(knitting.sty) = %{tl_version} -Provides: tex(uknit.fd) = %{tl_version} -Provides: tex(knitting.tex) = %{tl_version} +Requires: tex-kpathsea +Requires: tex(fontspec.sty) +Requires: tex(xunicode.sty) +Requires: tex(kvoptions.sty) +Requires: tex(etoolbox.sty) +Provides: tex(fontbook.sty) = %{epoch}:%{source_date}-%{release} -%description knitting -The package provides symbol fonts and commands to write charted -instructions for cable and lace knitting patterns, using either -plain TeX or LaTeX. The fonts are available both as Metafont -source and in Adobe Type 1 format. +%description fontbook +The package provides a means of producing a 'book' of font +samples (for evaluation, etc.). -%package knitting-doc -Summary: Documentation for knitting -Version: svn50782 -Provides: tex-knitting-doc -AutoReqProv: No -%description knitting-doc -Documentation for knitting +%package fontwrap +Provides: tex-fontwrap = %{epoch}:%{source_date}-%{release} +Provides: tex-fontwrap-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-fontwrap-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-fontwrap-doc < %{tl_epoch}:%{source_date} +License: GPL+ +Summary: Bind fonts to specific unicode blocks +BuildArch: noarch +Requires: texlive-base +Requires: tex-kpathsea +Provides: tex(fontwrap.sty) = %{epoch}:%{source_date}-%{release} -%package knittingpattern -Provides: tex-knittingpattern = %{tl_version} +%description fontwrap +The package (which runs under XeLaTeX) lets you bind fonts to +specific unicode blocks, for automatic font tagging of +multilingual text. The package uses Perl (via perltex) to +construct its tables. + + +%package mathspec +Provides: tex-mathspec = %{epoch}:%{source_date}-%{release} +Provides: tex-mathspec-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-mathspec-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-mathspec-doc < %{tl_epoch}:%{source_date} +License: LPPL +Summary: Specify arbitrary fonts for mathematics in XeTeX +BuildArch: noarch +Requires: texlive-base +Requires: tex-kpathsea +Requires: tex(etoolbox.sty) +Requires: tex(amstext.sty) +Requires: tex(ifxetex.sty) +Requires: tex(fontspec.sty) +Requires: tex(xkeyval.sty) +Requires: tex(MnSymbol.sty) +Provides: tex(mathspec.sty) = %{epoch}:%{source_date}-%{release} + +%description mathspec +The mathspec package provides an interface to typeset +mathematics in XeLaTeX with arbitrary text fonts using fontspec +as a backend. The package is under development and later +versions might to be incompatible with this version, as this +version is incompatible with earlier versions. The package +requires at least version 0.9995 of XeTeX. + + +%package philokalia +Provides: tex-philokalia = %{epoch}:%{source_date}-%{release} +Provides: tex-philokalia-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-philokalia-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-philokalia-doc < %{tl_epoch}:%{source_date} +License: OFL +Summary: A font to typeset the Philokalia Books +BuildArch: noarch +Requires: texlive-base +Requires: tex-kpathsea +Requires: tex(fontspec.sty) +Requires: tex(xunicode.sty) +Requires: tex(xltxtra.sty) +Requires: tex(lettrine.sty) +Provides: tex(Philokalia-Regular.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(eu1plk.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(philokalia.sty) = %{epoch}:%{source_date}-%{release} + +%description philokalia +The philokalia package has been designed to ease the use of the +Philokalia-Regular OpenType font with XeLaTeX. The font started +as a project to digitize the typeface used to typeset the +Philokalia books. + + +%package polyglossia +Provides: tex-polyglossia = %{epoch}:%{source_date}-%{release} +Provides: tex-polyglossia-doc = %{epoch}:%{source_date}-%{release} +Provides: texlive-polyglossia-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: texlive-polyglossia-doc < %{epoch}:%{source_date}-%{release} License: LPPL 1.3 -Summary: Create knitting patterns -Version: svn17205.0 - +Summary: Modern multilingual typesetting with XeLaTeX +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(graphicx.sty) -Requires: tex(float.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(longtable.sty) +Requires: tex-kpathsea +Requires: tex(bidi.sty) Requires: tex(calc.sty) -Requires: tex(xcolor.sty) -Provides: tex(knittingpattern.cls) = %{tl_version} +Requires: tex(hebrewcal.sty) +Requires: tex(xkeyval.sty) +Requires: tex(etoolbox.sty) +Requires: tex(makecmds.sty) +Requires: tex(fontspec.sty) +Provides: tex(arabicdigits.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(bengalidigits.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(devanagaridigits.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(farsidigits.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(thaidigits.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(arabicnumbers.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(babel-hebrewalph.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(babelsh.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(cal-util.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(devanagaridigits.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(farsical.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(gloss-albanian.ldf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gloss-amharic.ldf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gloss-arabic.ldf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gloss-armenian.ldf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gloss-asturian.ldf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gloss-bahasai.ldf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gloss-bahasam.ldf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gloss-basque.ldf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gloss-bengali.ldf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gloss-brazil.ldf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gloss-breton.ldf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gloss-bulgarian.ldf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gloss-catalan.ldf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gloss-coptic.ldf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gloss-croatian.ldf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gloss-czech.ldf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gloss-danish.ldf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gloss-divehi.ldf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gloss-dutch.ldf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gloss-english.ldf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gloss-esperanto.ldf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gloss-estonian.ldf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gloss-farsi.ldf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gloss-finnish.ldf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gloss-french.ldf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gloss-friulan.ldf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gloss-galician.ldf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gloss-german.ldf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gloss-greek.ldf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gloss-hebrew.ldf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gloss-hindi.ldf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gloss-icelandic.ldf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gloss-interlingua.ldf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gloss-irish.ldf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gloss-italian.ldf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gloss-kannada.ldf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gloss-lao.ldf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gloss-latin.ldf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gloss-latvian.ldf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gloss-lithuanian.ldf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gloss-lsorbian.ldf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gloss-magyar.ldf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gloss-malayalam.ldf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gloss-marathi.ldf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gloss-norsk.ldf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gloss-nynorsk.ldf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gloss-occitan.ldf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gloss-polish.ldf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gloss-portuges.ldf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gloss-romanian.ldf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gloss-romansh.ldf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gloss-russian.ldf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gloss-samin.ldf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gloss-sanskrit.ldf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gloss-scottish.ldf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gloss-serbian.ldf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gloss-slovak.ldf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gloss-slovenian.ldf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gloss-spanish.ldf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gloss-swedish.ldf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gloss-syriac.ldf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gloss-tamil.ldf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gloss-telugu.ldf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gloss-thai.ldf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gloss-turkish.ldf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gloss-turkmen.ldf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gloss-ukrainian.ldf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gloss-urdu.ldf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gloss-usorbian.ldf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gloss-vietnamese.ldf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gloss-welsh.ldf) = %{epoch}:%{source_date}-%{release} +Provides: tex(hebrewcal.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(hijrical.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(polyglossia.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(xgreek-fixes.def) = %{epoch}:%{source_date}-%{release} -%description knittingpattern -The class provides a simple, effective method for knitters to -produce high-quality, attractive patterns using LaTeX. It does -this by providing commands to handle as much of the layout of -the document as possible, leaving the author free to -concentrate on the pattern. +%description polyglossia +This package provides a complete Babel replacement for users of +XeLaTeX; it relies on the fontspec package, version 2.0 at +least. The current release offers support of 68 languages. -%package knittingpattern-doc -Summary: Documentation for knittingpattern -Version: svn17205.0 - -Provides: tex-knittingpattern-doc -AutoReqProv: No - -%description knittingpattern-doc -Documentation for knittingpattern - -%package lapdf -Provides: tex-lapdf = %{tl_version} -License: GPL+ -Summary: PDF drawing directly in TeX documents -Version: svn23806.1.1 +%package ptext +Provides: tex-ptext = %{epoch}:%{source_date}-%{release} +Provides: tex-ptext-doc = %{epoch}:%{source_date}-%{release} +Provides: texlive-ptext-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: texlive-ptext-doc < %{epoch}:%{source_date}-%{release} +License: LPPL 1.2 +Summary: A 'lipsum' for Persian +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-kpathsea +Provides: tex(ptext.sty) = %{epoch}:%{source_date}-%{release} -Requires: tex(calc.sty) -Provides: tex(lapdf.sty) = %{tl_version} +%description ptext +The package provides lipsum-like facilities for the Persian +language. The source of the filling text is the Persian epic +"the Shanameh" (100 paragraphs are used.) -%description lapdf -The package provides the means to use PDF drawing primitives to -produce high quality, colored graphics. It uses Bezier curves -(integral and rational) from degree one to seven, allows TeX -typesetting in the graphic, offers most of the standard math -functions, allows plotting normal, parametric and polar -functions. The package has linear, logx, logy, logxy and polar -grids with many specs; it can rotate, clip and do many nice -things easily it has two looping commands for programming and -many instructive example files. The package requires pdfTeX but -otherwise only depends on the calc package. -%package lapdf-doc -Summary: Documentation for lapdf -Version: svn23806.1.1 - -Provides: tex-lapdf-doc -AutoReqProv: No - -%description lapdf-doc -Documentation for lapdf - -%package latex-make -Provides: tex-latex-make = %{tl_version} -License: GPL+ -Summary: Easy compiling of complex (and simple) LaTeX documents -Version: svn48925 +%package realscripts +Provides: tex-realscripts = %{epoch}:%{source_date}-%{release} +Provides: texlive-realscripts-doc = %{epoch}:%{source_date}-%{release} +Provides: tex-realscripts-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: texlive-realscripts-doc < %{epoch}:%{source_date}-%{release} +License: LPPL 1.3 +Summary: Access OpenType subscript and superscript glyphs +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifpdf.sty) -Requires: tex(graphicx.sty) -Requires: tex(color.sty) -Requires: tex(epstopdf.sty) -Requires: tex(ae.sty) -Requires: tex(aeguill.sty) +Requires: tex-kpathsea +Requires: tex(fontspec.sty) +Provides: tex(realscripts.sty) = %{epoch}:%{source_date}-%{release} + +%description realscripts +This small package replaces \textsuperscript and \textsubscript +commands by equivalent commands that use OpenType font features +to access appropriate glyphs if possible. The package also +patches LaTeX's default footnote command to use this new +\textsuperscript for footnote symbols. The package requires +fontspec running on either XeLaTeX or LuaLaTeX. The package +holds functions that were once parts of the xltxtra package, +which now loads realscripts by default. + + +%package ucharclasses +Provides: tex-ucharclasses = %{epoch}:%{source_date}-%{release} +Provides: tex-ucharclasses-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-ucharclasses-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-ucharclasses-doc < %{epoch}:%{source_date}-%{release} +License: Public Domain +Summary: Switch fonts in XeTeX according to what is being processed +BuildArch: noarch +Requires: texlive-base +Requires: tex-kpathsea +Requires: tex(ifxetex.sty) +Provides: tex(ucharclasses.sty) = %{epoch}:%{source_date}-%{release} + +%description ucharclasses +The package takes care of switching fonts when you switch from +one Unicode block to another in the text of a document. This +way, you can write a document with no explicit font selection, +but a series of rules of the form "when entering block ..., +switch font to use ...". + + +%package unisugar +Provides: tex-unisugar = %{epoch}:%{source_date}-%{release} +Provides: tex-unisugar-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-unisugar-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-unisugar-doc < %{epoch}:%{source_date}-%{release} +License: LPPL 1.3 +Summary: Define syntactic sugar for Unicode LaTeX +BuildArch: noarch +Requires: texlive-base +Requires: tex-kpathsea +Requires: tex(ifxetex.sty) +Provides: tex(unisugar.sty) = %{epoch}:%{source_date}-%{release} + +%description unisugar +The package allows the user to define shorthand aliases for +single Unicode characters, and also provides support for such +aliases in RTL-text. The package requires an TeX-alike system +that uses Unicode input in a native way: current examples are +XeTeX and LuaTeX. + + +%package xecjk +Provides: tex-xecjk = %{epoch}:%{source_date}-%{release} +Provides: tex-xecjk-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-xecjk-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-xecjk-doc < %{tl_epoch}:%{source_date} +License: LPPL +Summary: Support for CJK documents in XeLaTeX +BuildArch: noarch +Requires: texlive-base +Requires: tex-kpathsea +Requires: tex(environ.sty) +Requires: tex(listings.sty) +Requires: tex(xunicode.sty) +Requires: tex(expl3.sty) +Requires: tex(xtemplate.sty) +Requires: tex(xparse.sty) +Requires: tex(l3keys2e.sty) +Requires: tex(fontspec.sty) +Requires: tex(indentfirst.sty) +Requires: tex(CJKnumb.sty) +Requires: tex(ulem.sty) +Requires: tex(CJKfntef.sty) +Provides: tex(xeCJK.cfg) = %{epoch}:%{source_date}-%{release} +Provides: tex(xeCJK.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(xeCJKfntef.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(xeCJK-listings.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(xunicode-addon.sty) = %{epoch}:%{source_date}-%{release} + +%description xecjk +A LaTeX package for typesetting CJK documents in the way users +have become used to, in the CJK package. The package requires a +current version of xtemplate (and hence of the current LaTeX 3 +development environment. + + +%package xecolor +Provides: tex-xecolor = %{epoch}:%{source_date}-%{release} +Provides: tex-xecolor-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-xecolor-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-xecolor-doc < %{tl_epoch}:%{source_date} +License: LPPL 1.3 +Summary: Support for color in XeLaTeX +BuildArch: noarch +Requires: texlive-base +Requires: tex-kpathsea +Requires: tex(fontspec.sty) +Requires: tex(iftex.sty) +Provides: tex(xecolor.sty) = %{epoch}:%{source_date}-%{release} + +%description xecolor +This is a simple package which defines about 140 different +colours using XeTeX's colour feature. The colours can be used +in bidirectional texts without any problem. + + +%package xecyr +Provides: tex-xecyr = %{epoch}:%{source_date}-%{release} +Provides: tex-xecyr-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-xecyr-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-xecyr-doc < %{tl_epoch}:%{source_date} +License: LPPL +Summary: Using Cyrillic languages in XeTeX +BuildArch: noarch +Requires: texlive-base +Requires: tex-kpathsea +Requires: tex(misccorr.sty) +Requires: tex(xltxtra.sty) +Requires: tex(xunicode.sty) +Provides: tex(xu-ruenhyph.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(xecyr.sty) = %{epoch}:%{source_date}-%{release} + +%description xecyr +Helper tools for using Cyrillic languages with XeLaTeX and +babel. + + +%package xeindex +Provides: tex-xeindex = %{epoch}:%{source_date}-%{release} +Provides: tex-xeindex-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-xeindex-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-xeindex-doc < %{tl_epoch}:%{source_date} +License: LPPL +Summary: Automatic index generation for XeLaTeX +BuildArch: noarch +Requires: texlive-base +Requires: tex-kpathsea +Requires: tex(makeidx.sty) +Requires: tex(xesearch.sty) +Provides: tex(xeindex.sty) = %{epoch}:%{source_date}-%{release} + +%description xeindex +The package is based on XeSearch, and will automatically index +words or phrases in an XeLaTeX document. Words are declared in +a list, and every occurrence then creates an index entry whose +content can be fully specified beforehand. + + +%package xepersian +Provides: tex-xepersian = %{epoch}:%{source_date}-%{release} +Provides: tex-xepersian-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-xepersian-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-xepersian-doc < %{tl_epoch}:%{source_date} +License: LPPL 1.3 +Summary: Persian for LaTeX, using XeTeX +BuildArch: noarch +Requires: texlive-base +Requires: tex-kpathsea Requires: tex(ifthen.sty) Requires: tex(ifxetex.sty) -Provides: tex(figlatex.cfg) = %{tl_version} -Provides: tex(figlatex.sty) = %{tl_version} -Provides: tex(pdfswitch.sty) = %{tl_version} -Provides: tex(texdepends.sty) = %{tl_version} -Provides: tex(texgraphicx.sty) = %{tl_version} - -%description latex-make -This package provides several tools that aim to simplify the -compilation of LaTeX documents: LaTeX.mk: a Makefile snippet to -help compiling LaTeX documents in DVI, PDF, PS, ... format. -Dependencies are automatically tracked: one should be able to -compile documents with a one-line Makefile containing 'include -LaTeX.mk'. Complex documents (with multiple bibliographies, -indexes, glossaries, ...) should be correctly managed. -figlatex.sty: a LaTeX package to easily insert xfig figures -(with \includegraphics{file.fig}). It can interact with -LaTeX.mk so that the latter automatically invokes transfig if -needed. And various helper tools for LaTeX.mk This package -requires GNUmake (>= 3.81). - -%package latex-make-doc -Summary: Documentation for latex-make -Version: svn48925 -Provides: tex-latex-make-doc -AutoReqProv: No - -%description latex-make-doc -Documentation for latex-make - -%package lpic -Provides: tex-lpic = %{tl_version} -License: LPPL 1.3 -Summary: Put LaTeX material over included graphics -Version: svn20843.0.8 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(epsfig.sty) -Requires: tex(rotating.sty) -Requires: tex(calc.sty) -Requires: tex(ifthen.sty) -Requires: tex(color.sty) -Provides: tex(lpic.sty) = %{tl_version} - -%description lpic -The package defines a convenient interface to put any LaTeX -material on top of included graphics. The LaTeX material may -also be rotated and typeset on top of a white box overshadowing -the graphics. The coordinates of the LaTeX boxes are given -relative to the original, unscaled graphics; when the graphics -is rescaled, the LaTeX annotations stay at their right places -(unless you do something extreme). In a draft mode, the package -enables you to draw a coordinate grid over the picture for easy -adjustment of positions of the annotations. - -%package lpic-doc -Summary: Documentation for lpic -Version: svn20843.0.8 - -Provides: tex-lpic-doc -AutoReqProv: No - -%description lpic-doc -Documentation for lpic - -%package makeshape -Provides: tex-makeshape = %{tl_version} -License: LPPL 1.3 -Summary: Declare new PGF shapes -Version: svn28973.2.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(tikz.sty) -Provides: tex(makeshape.sty) = %{tl_version} - -%description makeshape -The package simplifies production of custom shapes with correct -anchor borders, in PGF/TikZ; the only requirement is a PGF path -describing the anchor border. The package also provides macros -that help with the management of shape parameters, and the -definition of anchor points. - -%package makeshape-doc -Summary: Documentation for makeshape -Version: svn28973.2.1 - -Provides: tex-makeshape-doc -AutoReqProv: No - -%description makeshape-doc -Documentation for makeshape - -%package miniplot -Provides: tex-miniplot = %{tl_version} -License: LPPL -Summary: A package for easy figure arrangement -Version: svn17483.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Requires: tex(calc.sty) -Requires: tex(graphicx.sty) -Requires: tex(epsfig.sty) -Provides: tex(miniplot.sty) = %{tl_version} - -%description miniplot -MiniPlot is a package to help the LaTeX user typeset EPS -figures using an easy-to-use interface. Figures can be arranged -as one-figure-only or as a collection of figures in columns and -rows which can itself contain sub-figures in columns and rows. -Wrapped figures are also supported. This package provides -commands to display a framebox instead of the figure as the -graphics package does already but additionally it writes useful -information such as the label and scaling factor into these -boxes. - -%package miniplot-doc -Summary: Documentation for miniplot -Version: svn17483.0 - -Provides: tex-miniplot-doc -AutoReqProv: No - -%description miniplot-doc -Documentation for miniplot - -%package modiagram -Provides: tex-modiagram = %{tl_version} -License: LPPL 1.3 -Summary: Drawing molecular orbital diagrams -Version: svn52589 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-l3kernel -Requires: texlive-l3packages -Requires: tex(expl3.sty) -Requires: tex(xparse.sty) -Requires: tex(l3keys2e.sty) -Requires: tex(tikz.sty) -Requires: tex(chemgreek.sty) -Provides: tex(modiagram.sty) = %{tl_version} - -%description modiagram -The package provides an environment MOdiagram and some -commands, to create molecular orbital diagrams using TikZ. For -example, the MO diagram of dihydrogen would be written as: -\begin{MOdiagram} \atom{left}{ 1s = {0;up} } \atom{right}{ 1s = -{0;up} } \molecule{ 1sMO = {1;pair, } } \end{MOdiagram} The -package also needs the l3kernel and l3packages bundles from the -LaTeX 3 experimental distribution. - -%package modiagram-doc -Summary: Documentation for modiagram -Version: svn52589 -Provides: tex-modiagram-doc -AutoReqProv: No - -%description modiagram-doc -Documentation for modiagram - -%package neuralnetwork -Provides: tex-neuralnetwork = %{tl_version} -License: GPL+ -Summary: Graph-drawing for neural networks -Version: svn31500.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(environ.sty) -Requires: tex(etoolbox.sty) -Requires: tex(xkeyval.sty) -Requires: tex(tikz.sty) -Requires: tex(algorithmicx.sty) -Requires: tex(mathtools.sty) -Provides: tex(neuralnetwork.sty) = %{tl_version} - -%description neuralnetwork -The package provides facilities for graph-drawing, with -facilities designed for neural network diagrams. - -%package neuralnetwork-doc -Summary: Documentation for neuralnetwork -Version: svn31500.1.0 - -Provides: tex-neuralnetwork-doc -AutoReqProv: No - -%description neuralnetwork-doc -Documentation for neuralnetwork - -%package numericplots -Provides: tex-numericplots = %{tl_version} -License: GPLv3+ -Summary: Plot numeric data (including Matlab export) using PSTricks -Version: svn31729.2.0.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(calc.sty) -Requires: tex(fp.sty) -Requires: tex(ifthen.sty) -Requires: tex(pstricks.sty) -Requires: tex(pst-node.sty) -Requires: tex(pst-plot.sty) -Requires: tex(pstricks-add.sty) -Requires: tex(xcolor.sty) -Requires: tex(xkeyval.sty) -Requires: tex(xkvview.sty) -Provides: tex(NumericPlots.sty) = %{tl_version} -Provides: tex(NumericPlots_TickLabels.tex) = %{tl_version} -Provides: tex(NumericPlots_labels.tex) = %{tl_version} -Provides: tex(NumericPlots_legend.tex) = %{tl_version} -Provides: tex(NumericPlots_macros.tex) = %{tl_version} -Provides: tex(NumericPlots_styles.tex) = %{tl_version} - -%description numericplots -Plotting numeric data is a task which has often to be done for -scientific papers. LaTeX itself provides no facilities for -drawing more than the simplest plots from supplied data. The -package will process user input, and uses PSTricks to plot the -results. The package provides Matlab functions to transform -Matlab results to plottable data. - -%package numericplots-doc -Summary: Documentation for numericplots -Version: svn31729.2.0.2 - -Provides: tex-numericplots-doc -AutoReqProv: No - -%description numericplots-doc -Documentation for numericplots - -%package pb-diagram -Provides: tex-pb-diagram = %{tl_version} -License: GPLv2+ -Summary: A commutative diagram package using LAMSTeX or Xy-pic fonts -Version: svn15878.5.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(lamsarrow.sty) = %{tl_version} -Provides: tex(pb-diagram.sty) = %{tl_version} -Provides: tex(pb-lams.sty) = %{tl_version} -Provides: tex(pb-xy.sty) = %{tl_version} - -%description pb-diagram -pb-diagram package - -%package pb-diagram-doc -Summary: Documentation for pb-diagram -Version: svn15878.5.0 - -Provides: tex-pb-diagram-doc -AutoReqProv: No - -%description pb-diagram-doc -Documentation for pb-diagram - -%package pgf-blur -Provides: tex-pgf-blur = %{tl_version} -License: LPPL -Summary: PGF/TikZ package for "blurred" shadows -Version: svn54512 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-pgf -Provides: tex(tikzlibraryshadows.blur.code.tex) = %{tl_version} - -%description pgf-blur -The package adds blurred/faded/fuzzy shadows to PGF/TikZ -pictures. It is configured as a TikZ/PGF library module. The -method is similar to that of the author's pst-blur package for -PSTricks. - -%package pgf-blur-doc -Summary: Documentation for pgf-blur -Version: svn54512 -Provides: tex-pgf-blur-doc -AutoReqProv: No - -%description pgf-blur-doc -Documentation for pgf-blur - -%package pgf-soroban -Provides: tex-pgf-soroban = %{tl_version} -License: LPPL -Summary: Create images of the soroban using TikZ/PGF -Version: svn32269.1.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(calc.sty) -Requires: tex(ifthen.sty) -Requires: tex(tikz.sty) -Provides: tex(pgf-soroban.sty) = %{tl_version} - -%description pgf-soroban -The package makes it possible to create pictures of the soroban -(Japanese abacus) using PGF/TikZ - -%package pgf-soroban-doc -Summary: Documentation for pgf-soroban -Version: svn32269.1.1 - -Provides: tex-pgf-soroban-doc -AutoReqProv: No - -%description pgf-soroban-doc -Documentation for pgf-soroban - -%package pgf-umlcd -Provides: tex-pgf-umlcd = %{tl_version} -License: GPL+ -Summary: Some LaTeX macros for UML Class Diagrams -Version: svn33307.0.2.1.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(tikz.sty) -Provides: tex(pgf-umlcd.sty) = %{tl_version} - -%description pgf-umlcd -Some LaTeX macros for UML Class Diagrams.pgf - -%package pgf-umlcd-doc -Summary: Documentation for pgf-umlcd -Version: svn33307.0.2.1.1 - -Provides: tex-pgf-umlcd-doc -AutoReqProv: No - -%description pgf-umlcd-doc -Documentation for pgf-umlcd - -%package pgf-umlsd -Provides: tex-pgf-umlsd = %{tl_version} -License: GPL+ -Summary: Draw UML Sequence Diagrams -Version: svn33045.0.7 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(tikz.sty) -Requires: tex(ifthen.sty) -Provides: tex(pgf-umlsd.sty) = %{tl_version} - -%description pgf-umlsd -LaTeX macros to draw UML diagrams using pgf - -%package pgf-umlsd-doc -Summary: Documentation for pgf-umlsd -Version: svn33045.0.7 - -Provides: tex-pgf-umlsd-doc -AutoReqProv: No - -%description pgf-umlsd-doc -Documentation for pgf-umlsd - -%package pgfgantt -Provides: tex-pgfgantt = %{tl_version} -License: LPPL 1.3 -Summary: Draw Gantt charts with TikZ -Version: svn52662 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(tikz.sty) -Requires: tex(pgfcalendar.sty) -Provides: tex(pgfgantt.sty) = %{tl_version} - -%description pgfgantt -The package provides an environment for drawing Gantt charts -that contain various elements (titles, bars, milestones, groups -and links). Several keys customize the appearance of the chart -elements. - -%package pgfgantt-doc -Summary: Documentation for pgfgantt -Version: svn52662 -Provides: tex-pgfgantt-doc -AutoReqProv: No - -%description pgfgantt-doc -Documentation for pgfgantt - -%package pgfkeyx -Provides: tex-pgfkeyx = %{tl_version} -License: LPPL 1.3 -Summary: Extended and more robust version of pgfkeys -Version: svn26093.0.0.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(pdftexcmds.sty) -Provides: tex(pgfkeyx.sty) = %{tl_version} - -%description pgfkeyx -The package extends and improves the robustness of the pgfkeys -package. In particular, it can deal with active comma, equality -sign, and slash in key parsing. The difficulty with active -characters has long been a problem with the pgfkeys package. -The package also introduces handlers beyond those that pgfkeys -can offer. - -%package pgfkeyx-doc -Summary: Documentation for pgfkeyx -Version: svn26093.0.0.1 - -Provides: tex-pgfkeyx-doc -AutoReqProv: No - -%description pgfkeyx-doc -Documentation for pgfkeyx - -%package pgfmolbio -Provides: tex-pgfmolbio = %{tl_version} -License: LPPL 1.3 -Summary: Draw graphs typically found in molecular biology texts -Version: svn35152.0.21 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifluatex.sty) -Requires: tex(luatexbase-modutils.sty) -Requires: tex(xcolor.sty) -Requires: tex(tikz.sty) -Provides: tex(pgfmolbio.chromatogram.tex) = %{tl_version} -Provides: tex(pgfmolbio.convert.tex) = %{tl_version} -Provides: tex(pgfmolbio.domains.tex) = %{tl_version} -Provides: tex(pgfmolbio.sty) = %{tl_version} - -%description pgfmolbio -The package draws graphs typically found in molecular biology -texts. Currently, the package contains modules for drawing DNA -sequencing chromatograms and protein domain diagrams. - -%package pgfmolbio-doc -Summary: Documentation for pgfmolbio -Version: svn35152.0.21 - -Provides: tex-pgfmolbio-doc -AutoReqProv: No - -%description pgfmolbio-doc -Documentation for pgfmolbio - -%package pgfopts -Provides: tex-pgfopts = %{tl_version} -License: LPPL 1.3 -Summary: LaTeX package options with pgfkeys -Version: svn34573.2.1a - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(pgfkeys.sty) -Provides: tex(pgfopts.sty) = %{tl_version} - -%description pgfopts -The pgfkeys package (part of the pgf distribution) is a well- -designed way of defining and using large numbers of keys for -key-value syntaxes. However, pgfkeys itself does not offer -means of handling LaTeX class and package options. This package -adds such option handling to pgfkeys, in the same way that -kvoptions adds the same facility to the LaTeX standard keyval -package. - -%package pgfopts-doc -Summary: Documentation for pgfopts -Version: svn34573.2.1a - -Provides: tex-pgfopts-doc -AutoReqProv: No - -%description pgfopts-doc -Documentation for pgfopts - -%package pgfplots -Provides: tex-pgfplots = %{tl_version} -License: GPLv3+ -Summary: Create normal/logarithmic plots in two and three dimensions -Version: svn54080 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(graphicx.sty) -Requires: tex(listings.sty) -Requires: tex(hyperref.sty) -Requires: tex(tikz.sty) -Requires: tex(luatexbase.sty) -Requires: tex(array.sty) -Provides: tex(bugtracker.sty) = %{tl_version} -Provides: tex(pgflibraryfillbetween.code.tex) = %{tl_version} -Provides: tex(pgflibrarypgfplots.colorbrewer.code.tex) = %{tl_version} -Provides: tex(pgflibrarypgfplots.colortol.code.tex) = %{tl_version} -Provides: tex(pgflibrarypgfplots.surfshading.code.tex) = %{tl_version} -Provides: tex(pgflibrarypgfplots.surfshading.pgfsys-dvipdfmx.def) = %{tl_version} -Provides: tex(pgflibrarypgfplots.surfshading.pgfsys-dvips.def) = %{tl_version} -Provides: tex(pgflibrarypgfplots.surfshading.pgfsys-luatex.def) = %{tl_version} -Provides: tex(pgflibrarypgfplots.surfshading.pgfsys-luatexpatch.def) = %{tl_version} -Provides: tex(pgflibrarypgfplots.surfshading.pgfsys-pdftex.def) = %{tl_version} -Provides: tex(pgflibrarypgfplots.surfshading.pgfsys-xetex.def) = %{tl_version} -Provides: tex(pgfplots.assert.code.tex) = %{tl_version} -Provides: tex(pgfplots.assert.sty) = %{tl_version} -Provides: tex(pgfplots.code.tex) = %{tl_version} -Provides: tex(pgfplots.errorbars.code.tex) = %{tl_version} -Provides: tex(pgfplots.markers.code.tex) = %{tl_version} -Provides: tex(pgfplots.paths.code.tex) = %{tl_version} -Provides: tex(pgfplots.revision.tex) = %{tl_version} -Provides: tex(pgfplots.scaling.code.tex) = %{tl_version} -Provides: tex(pgfplots.sty) = %{tl_version} -Provides: tex(pgfplots.tex) = %{tl_version} -Provides: tex(pgfplotsarray.code.tex) = %{tl_version} -Provides: tex(pgfplotsbinary.code.tex) = %{tl_version} -Provides: tex(pgfplotsbinary.data.code.tex) = %{tl_version} -Provides: tex(pgfplotscolor.code.tex) = %{tl_version} -Provides: tex(pgfplotscolormap.code.tex) = %{tl_version} -Provides: tex(pgfplotscoordprocessing.code.tex) = %{tl_version} -Provides: tex(pgfplotscore.code.tex) = %{tl_version} -Provides: tex(pgfplotsdeque.code.tex) = %{tl_version} -Provides: tex(pgfplotslibrary.code.tex) = %{tl_version} -Provides: tex(pgfplotsliststructure.code.tex) = %{tl_version} -Provides: tex(pgfplotsliststructureext.code.tex) = %{tl_version} -Provides: tex(pgfplotsmatrix.code.tex) = %{tl_version} -Provides: tex(pgfplotsmeshplothandler.code.tex) = %{tl_version} -Provides: tex(pgfplotsmeshplotimage.code.tex) = %{tl_version} -Provides: tex(pgfplotsoldpgfsupp_leq.code.tex) = %{tl_version} -Provides: tex(pgfplotsoldpgfsupp_loader.code.tex) = %{tl_version} -Provides: tex(pgfplotsoldpgfsupp_misc.code.tex) = %{tl_version} -Provides: tex(pgfplotsoldpgfsupp_pgfcoreexternal.code.tex) = %{tl_version} -Provides: tex(pgfplotsoldpgfsupp_pgfcoreimage.code.tex) = %{tl_version} -Provides: tex(pgfplotsoldpgfsupp_pgfcorelayers.code.tex) = %{tl_version} -Provides: tex(pgfplotsoldpgfsupp_pgfcorescopes.code.tex) = %{tl_version} -Provides: tex(pgfplotsoldpgfsupp_pgfkeys.code.tex) = %{tl_version} -Provides: tex(pgfplotsoldpgfsupp_pgfkeysfiltered.code.tex) = %{tl_version} -Provides: tex(pgfplotsoldpgfsupp_pgflibraryfpu.code.tex) = %{tl_version} -Provides: tex(pgfplotsoldpgfsupp_pgflibraryintersections.code.tex) = %{tl_version} -Provides: tex(pgfplotsoldpgfsupp_pgflibraryluamath.code.tex) = %{tl_version} -Provides: tex(pgfplotsoldpgfsupp_pgflibraryplothandlers.code.tex) = %{tl_version} -Provides: tex(pgfplotsoldpgfsupp_pgfmanual.code.tex) = %{tl_version} -Provides: tex(pgfplotsoldpgfsupp_pgfmanual.pdflinks.code.tex) = %{tl_version} -Provides: tex(pgfplotsoldpgfsupp_pgfmanual.prettyprinter.code.tex) = %{tl_version} -Provides: tex(pgfplotsoldpgfsupp_pgfmathfloat.code.tex) = %{tl_version} -Provides: tex(pgfplotsoldpgfsupp_pgfutil-common-lists.tex) = %{tl_version} -Provides: tex(pgfplotsoldpgfsupp_tikzexternal.sty) = %{tl_version} -Provides: tex(pgfplotsoldpgfsupp_tikzexternalshared.code.tex) = %{tl_version} -Provides: tex(pgfplotsoldpgfsupp_tikzlibraryexternal.code.tex) = %{tl_version} -Provides: tex(pgfplotsoldpgfsupp_trig_format.code.tex) = %{tl_version} -Provides: tex(pgfplotsplothandlers.code.tex) = %{tl_version} -Provides: tex(pgfplotsstackedplots.code.tex) = %{tl_version} -Provides: tex(pgfplotssysgeneric.code.tex) = %{tl_version} -Provides: tex(pgfplotstable.code.tex) = %{tl_version} -Provides: tex(pgfplotstable.coltype.code.tex) = %{tl_version} -Provides: tex(pgfplotstable.sty) = %{tl_version} -Provides: tex(pgfplotstable.tex) = %{tl_version} -Provides: tex(pgfplotstableshared.code.tex) = %{tl_version} -Provides: tex(pgfplotsticks.code.tex) = %{tl_version} -Provides: tex(pgfplotsutil.code.tex) = %{tl_version} -Provides: tex(pgfplotsutil.verb.code.tex) = %{tl_version} -Provides: tex(pgfregressiontest.sty) = %{tl_version} -Provides: tex(pgfsys-luatexpatch.def) = %{tl_version} -Provides: tex(t-pgfplots.tex) = %{tl_version} -Provides: tex(t-pgfplotstable.tex) = %{tl_version} -Provides: tex(tikzlibrarycolorbrewer.code.tex) = %{tl_version} -Provides: tex(tikzlibrarycolortol.code.tex) = %{tl_version} -Provides: tex(tikzlibrarydateplot.code.tex) = %{tl_version} -Provides: tex(tikzlibrarydecorations.softclip.code.tex) = %{tl_version} -Provides: tex(tikzlibraryfillbetween.code.tex) = %{tl_version} -Provides: tex(tikzlibrarypgfplots.clickable.code.tex) = %{tl_version} -Provides: tex(tikzlibrarypgfplots.colormaps.code.tex) = %{tl_version} -Provides: tex(tikzlibrarypgfplots.dateplot.code.tex) = %{tl_version} -Provides: tex(tikzlibrarypgfplots.decorations.softclip.code.tex) = %{tl_version} -Provides: tex(tikzlibrarypgfplots.external.code.tex) = %{tl_version} -Provides: tex(tikzlibrarypgfplots.fillbetween.code.tex) = %{tl_version} -Provides: tex(tikzlibrarypgfplots.groupplots.code.tex) = %{tl_version} -Provides: tex(tikzlibrarypgfplots.patchplots.code.tex) = %{tl_version} -Provides: tex(tikzlibrarypgfplots.polar.code.tex) = %{tl_version} -Provides: tex(tikzlibrarypgfplots.smithchart.code.tex) = %{tl_version} -Provides: tex(tikzlibrarypgfplots.statistics.code.tex) = %{tl_version} -Provides: tex(tikzlibrarypgfplots.ternary.code.tex) = %{tl_version} -Provides: tex(tikzlibrarypgfplots.units.code.tex) = %{tl_version} -Provides: tex(tikzlibrarypgfplotsclickable.code.tex) = %{tl_version} - -%description pgfplots -PGFPlots draws high-quality function plots in normal or -logarithmic scaling with a user-friendly interface directly in -TeX. The user supplies axis labels, legend entries and the plot -coordinates for one or more plots and PGFPlots applies axis -scaling, computes any logarithms and axis ticks and draws the -plots, supporting line plots, scatter plots, piecewise constant -plots, bar plots, area plots, mesh-- and surface plots and some -more. Pgfplots is based on PGF/TikZ (pgf); it runs equally for -LaTeX/TeX/ConTeXt. - -%package pgfplots-doc -Summary: Documentation for pgfplots -Version: svn54080 -Provides: tex-pgfplots-doc -AutoReqProv: No - -%description pgfplots-doc -Documentation for pgfplots - -%package picinpar -Provides: tex-picinpar = %{tl_version} -License: GPL+ -Summary: Insert pictures into paragraphs -Version: svn20374.1.2a - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(picinpar.sty) = %{tl_version} - -%description picinpar -A legacy package for creating 'windows' in paragraphs, for -inserting graphics, etc. (including "dropped capitals"). Users -should note that Piet van Oostrum (in a published review of -packages of this sort) does not recommend this package; Picins -is recommended instead. - -%package picinpar-doc -Summary: Documentation for picinpar -Version: svn20374.1.2a - -Provides: tex-picinpar-doc -AutoReqProv: No - -%description picinpar-doc -Documentation for picinpar - -%package pict2e -Provides: tex-pict2e = %{tl_version} -License: LPPL -Summary: New implementation of picture commands -Version: svn51918 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(trig.sty) -Provides: tex(p2e-dvipdfm.def) = %{tl_version} -Provides: tex(p2e-dvipdfmx.def) = %{tl_version} -Provides: tex(p2e-dvips.def) = %{tl_version} -Provides: tex(p2e-luatex.def) = %{tl_version} -Provides: tex(p2e-pctex32.def) = %{tl_version} -Provides: tex(p2e-pctexps.def) = %{tl_version} -Provides: tex(p2e-pdftex.def) = %{tl_version} -Provides: tex(p2e-textures.def) = %{tl_version} -Provides: tex(p2e-vtex.def) = %{tl_version} -Provides: tex(p2e-xetex.def) = %{tl_version} -Provides: tex(pict2e.cfg) = %{tl_version} -Provides: tex(pict2e.sty) = %{tl_version} - -%description pict2e -This package was described in the 2nd edition of 'LaTeX: A -Document Preparation System', but the LaTeX project team -declined to produce the package. For a long time, LaTeX has -included a 'pict2e package' that merely produced an apologetic -error message. The new package extends the existing LaTeX -picture environment, using the familiar technique (cf. the -graphics and color packages) of driver files (at present, -drivers for PostScript output from LaTeX, and for use with -PDFLaTeX are available). The package documentation has a fair -number of examples of use, showing where things are improved by -comparison with the LaTeX picture environment. - -%package pict2e-doc -Summary: Documentation for pict2e -Version: svn51918 -Provides: tex-pict2e-doc -AutoReqProv: No - -%description pict2e-doc -Documentation for pict2e - -%package pictex -Provides: tex-pictex = %{tl_version} -License: LPPL -Summary: Picture drawing macros for TeX and LaTeX -Version: svn21943.1.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(errorbars.tex) = %{tl_version} -Provides: tex(latexpicobjs.tex) = %{tl_version} -Provides: tex(piccorr.sty) = %{tl_version} -Provides: tex(picmore.tex) = %{tl_version} -Provides: tex(pictex.sty) = %{tl_version} -Provides: tex(pictex.tex) = %{tl_version} -Provides: tex(pictexwd.sty) = %{tl_version} -Provides: tex(pictexwd.tex) = %{tl_version} -Provides: tex(pointers.tex) = %{tl_version} -Provides: tex(postpictex.tex) = %{tl_version} -Provides: tex(prepictex.tex) = %{tl_version} -Provides: tex(texpictex.tex) = %{tl_version} -Provides: tex(tree.sty) = %{tl_version} - -%description pictex -PicTeX is an early, and very comprehensive drawing package, -that mostly draws by placing myriads of small dots to make up -pictures. It has a tendency to run out of space, most -especially of allowable dimensions registers; packages m-pictex -and pictexwd deal with the register problem, in different ways. -Note that full documentation may be bought via the PC-TeX site, -though a command summary is available as free software. -Alternatively, a front-end package such as mathsPiC, which -covers all of PicTeX and has a complete and free manual, could -be used. - -%package pictex-doc -Summary: Documentation for pictex -Version: svn21943.1.1 - -Provides: tex-pictex-doc -AutoReqProv: No - -%description pictex-doc -Documentation for pictex - -%package pictex2 -Provides: tex-pictex2 = %{tl_version} -License: LPPL -Summary: Adds relative coordinates and improves the \plot command -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(pictex.sty) -Provides: tex(pictex2.sty) = %{tl_version} - -%description pictex2 -Adds two user commands to standard PiCTeX. One command uses -relative coordinates, thus eliminating the need to calculate -the coordinate of every point manually as in standard PiCTeX. -The other command modifies \plot to use a rule instead of dots -if the line segment is horizontal or vertical. - -%package pinlabel -Provides: tex-pinlabel = %{tl_version} -License: LPPL -Summary: A TeX labelling package -Version: svn24769.1.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(graphicx.sty) -Provides: tex(pinlabel.sty) = %{tl_version} - -%description pinlabel -Pinlabel is a labelling package for attaching perfectly -formatted TeX labels to figures and diagrams in both eps and -pdf formats. It is suitable both for labelling a new diagram -and for relabelling an existing diagram. The package uses -coordinates derived from GhostView (or gv) and labels are -placed with automatic and consistent spacing relative to the -object labelled. - -%package pinlabel-doc -Summary: Documentation for pinlabel -Version: svn24769.1.2 - -Provides: tex-pinlabel-doc -AutoReqProv: No - -%description pinlabel-doc -Documentation for pinlabel - -%package pmgraph -Provides: tex-pmgraph = %{tl_version} -License: GPL+ -Summary: "Poor man's" graphics -Version: svn15878.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(pmgraph.sty) = %{tl_version} - -%description pmgraph -A set of extensions to LaTeX picture environment, including a -wider range of vectors, and a lot more box frame styles. - -%package pmgraph-doc -Summary: Documentation for pmgraph -Version: svn15878.1.0 - -Provides: tex-pmgraph-doc -AutoReqProv: No - -%description pmgraph-doc -Documentation for pmgraph - -%package prerex -Provides: tex-prerex = %{tl_version} -License: GPL+ -Summary: Interactive editor and macro support for prerequisite charts -Version: svn54512 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(relsize.sty) -Requires: tex(calc.sty) -Requires: tex(pgf.sty) -Requires: tex(tikz.sty) -Requires: tex(textcomp.sty) -Requires: tex(hyperref.sty) -Requires: tex(xcolor.sty) -Provides: tex(prerex.sty) = %{tl_version} - -%description prerex -This package consists of prerex.sty, a LaTeX package for -producing charts of course nodes linked by arrows representing -pre- and co-requisites, and prerex, an interactive program for -creating and editing chart descriptions. The implementation of -prerex.sty uses PGF, so that it may be used equally happily -with LaTeX or pdfLaTeX; prerex itself is written in C. The -package includes source code for a previewer application, a -lightweight Qt-4 and poppler-based prerex-enabled PDF viewer. - -%package prerex-doc -Summary: Documentation for prerex -Version: svn54512 -Provides: tex-prerex-doc -AutoReqProv: No - -%description prerex-doc -Documentation for prerex - -%package productbox -Provides: tex-productbox = %{tl_version} -License: Copyright only -Summary: Typeset a three-dimensional product box -Version: svn20886.1.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(keyval.sty) -Requires: tex(tikz.sty) -Provides: tex(productbox.sty) = %{tl_version} - -%description productbox -The package enables typesetting of a three-dimensional product -box. This product box can be rendered as it is standing on a -surface and some light is shed onto it. Alternatively it can be -typeset as a wireframe to be cut out and glued together. This -will lead to a physical product box. The package requires pgf -and TikZ. - -%package productbox-doc -Summary: Documentation for productbox -Version: svn20886.1.1 - -Provides: tex-productbox-doc -AutoReqProv: No - -%description productbox-doc -Documentation for productbox - -%package pxpgfmark -Provides: tex-pxpgfmark = %{tl_version} -License: MIT -Summary: e-pTeX driver for PGF inter-picture connections -Version: svn30212.0.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(pxpgfmark.sty) = %{tl_version} - -%description pxpgfmark -The distributed drivers do not support the PGF feature of -"inter-picture connections" under e-pTeX and dvipdfmx. The -package uses existing features of dvipdfmx to fix this problem - -%package pxpgfmark-doc -Summary: Documentation for pxpgfmark -Version: svn30212.0.2 - -Provides: tex-pxpgfmark-doc -AutoReqProv: No - -%description pxpgfmark-doc -Documentation for pxpgfmark - -%package qcircuit -Provides: tex-qcircuit = %{tl_version} -License: GPLv2+ -Summary: Macros to generate quantum ciruits -Version: svn48400 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xy.sty) -Provides: tex(qcircuit.sty) = %{tl_version} - -%description qcircuit -The package supports those within the quantum information -community who typeset quantum circuits, using xy-pic package, -offering macros designed to help users generate circuits. - -%package qcircuit-doc -Summary: Documentation for qcircuit -Version: svn48400 -Provides: tex-qcircuit-doc -AutoReqProv: No - -%description qcircuit-doc -Documentation for qcircuit - -%package qrcode -Provides: tex-qrcode = %{tl_version} -License: LPPL 1.3 -Summary: Generate QR codes in LaTeX -Version: svn36065.1.51 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(xcolor.sty) -Requires: tex(xkeyval.sty) -Provides: tex(qrcode.sty) = %{tl_version} - -%description qrcode -The package generates QR (Quick Response) codes in LaTeX, -without the need for PSTricks or any other graphical package. - -%package qrcode-doc -Summary: Documentation for qrcode -Version: svn36065.1.51 - -Provides: tex-qrcode-doc -AutoReqProv: No - -%description qrcode-doc -Documentation for qrcode - -%package randbild -Provides: tex-randbild = %{tl_version} -License: LPPL -Summary: Marginal pictures -Version: svn15878.0.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(pst-plot.sty) -Provides: tex(randbild.sty) = %{tl_version} - -%description randbild -Provides environments randbild, to draw small marginal plots -(using the package pstricks package pst-plot), and -randbildbasis (the same, only without the automatically drawn -coordinate system). - -%package randbild-doc -Summary: Documentation for randbild -Version: svn15878.0.2 - -Provides: tex-randbild-doc -AutoReqProv: No - -%description randbild-doc -Documentation for randbild - -%package randomwalk -Provides: tex-randomwalk = %{tl_version} -License: LPPL -Summary: Random walks using TikZ -Version: svn49513 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(expl3.sty) -Requires: tex(xparse.sty) -Requires: tex(tikz.sty) -Requires: tex(lcg.sty) -Provides: tex(randomwalk.sty) = %{tl_version} - -%description randomwalk -The randomwalk package provides a user command, \RandomWalk, to -draw random walks with a given number of steps. Lengths and -angles of the steps can be customized in various ways. The -package uses lcg for its 'random' numbers and PGF/TikZ for its -graphical output. - -%package randomwalk-doc -Summary: Documentation for randomwalk -Version: svn49513 -Provides: tex-randomwalk-doc -AutoReqProv: No - -%description randomwalk-doc -Documentation for randomwalk - -%package reotex -Provides: tex-reotex = %{tl_version} -License: LPPL -Summary: Draw Reo Channels and Circuits -Version: svn34924.1.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Requires: tex(tikz.sty) -Requires: tex(verbatim.sty) -Provides: tex(reotex.sty) = %{tl_version} - -%description reotex -The package defines macros and other utilities to design Reo -Circuits. The package requires PGF/TikZ support. - -%package reotex-doc -Summary: Documentation for reotex -Version: svn34924.1.1 - -Provides: tex-reotex-doc -AutoReqProv: No - -%description reotex-doc -Documentation for reotex - -%package rviewport -Provides: tex-rviewport = %{tl_version} -License: LPPL -Summary: Relative Viewport for Graphics Inclusion -Version: svn23739.v1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(keyval.sty) -Provides: tex(rviewport.sty) = %{tl_version} - -%description rviewport -Package graphicx provides a useful keyword viewport which -allows to show just a part of an image. However, one needs to -put there the actual coordinates of the viewport window. -Sometimes it is useful to have relative coordinates as -fractions of natural size. For example, one may want to print a -large image on a spread, putting a half on a verso page, and -another half on the next recto page. For this one would need a -viewport occupying exactly one half of the file's bounding box, -whatever the actual width of the image may be. This package -adds a new keyword rviewport to the graphicx package -specifiying Relative Viewport for graphics inclusion: a window -defined by the given fractions of the natural width and height -of the image. - -%package rviewport-doc -Summary: Documentation for rviewport -Version: svn23739.v1.0 - -Provides: tex-rviewport-doc -AutoReqProv: No - -%description rviewport-doc -Documentation for rviewport - -%package sa-tikz -Provides: tex-sa-tikz = %{tl_version} -License: LPPL 1.3 -Summary: TikZ library to draw switching architectures -Version: svn32815.0.7a - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(tikz.sty) -Provides: tex(sa-tikz.sty) = %{tl_version} -Provides: tex(tikzlibraryswitching-architectures.code.tex) = %{tl_version} - -%description sa-tikz -The package provides a library that offers an easy way to draw -switching architectures and to customize their aspect. - -%package sa-tikz-doc -Summary: Documentation for sa-tikz -Version: svn32815.0.7a - -Provides: tex-sa-tikz-doc -AutoReqProv: No - -%description sa-tikz-doc -Documentation for sa-tikz - -%package schemabloc -Provides: tex-schemabloc = %{tl_version} -License: LPPL -Summary: Draw block diagrams, using Tikz -Version: svn15878.1.5 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Requires: tex(tikz.sty) -Provides: tex(schemabloc.sty) = %{tl_version} - -%description schemabloc -The package provides a set of macros for constructing block -diagrams, using TikZ. (The blox package is an "English -translation" of this package.) - -%package schemabloc-doc -Summary: Documentation for schemabloc -Version: svn15878.1.5 - -Provides: tex-schemabloc-doc -AutoReqProv: No - -%description schemabloc-doc -Documentation for schemabloc - -%package setdeck -Provides: tex-setdeck = %{tl_version} -License: GPLv3+ -Summary: Typeset cards for Set -Version: svn40613 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(xcolor.sty) -Requires: tex(tikz.sty) -Provides: tex(setdeck.sty) = %{tl_version} - -%description setdeck -The package will typeset cards for use in a game of Set. - -%package setdeck-doc -Summary: Documentation for setdeck -Version: svn40613 - -Provides: tex-setdeck-doc -AutoReqProv: No - -%description setdeck-doc -Documentation for setdeck - -%package smartdiagram -Provides: tex-smartdiagram = %{tl_version} -License: LPPL 1.3 -Summary: Generate diagrams from lists -Version: svn42781 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(tikz.sty) -Requires: tex(etoolbox.sty) -Requires: tex(xparse.sty) -Requires: tex(xstring.sty) -Provides: tex(smartdiagram.sty) = %{tl_version} -Provides: tex(smartdiagramlibraryadditions.code.tex) = %{tl_version} -Provides: tex(smartdiagramlibrarycore.commands.code.tex) = %{tl_version} -Provides: tex(smartdiagramlibrarycore.definitions.code.tex) = %{tl_version} -Provides: tex(smartdiagramlibrarycore.styles.code.tex) = %{tl_version} - -%description smartdiagram -The package will create 'smart' diagrams from lists of items, -for simple documents and for presentations. - -%package smartdiagram-doc -Summary: Documentation for smartdiagram -Version: svn42781 -Provides: tex-smartdiagram-doc -AutoReqProv: No - -%description smartdiagram-doc -Documentation for smartdiagram - -%package spath3 -Provides: tex-spath3 = %{tl_version} -License: LPPL 1.3 -Summary: Manipulate "soft paths" in PGF -Version: svn50018 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(expl3.sty) -Requires: tex(pgf.sty) -Requires: tex(xparse.sty) -Provides: tex(spath3.sty) = %{tl_version} -Provides: tex(tikzlibrarycalligraphy.code.tex) = %{tl_version} -Provides: tex(tikzlibraryknots.code.tex) = %{tl_version} - -%description spath3 -The spath3 library provides methods for manipulating the "soft -paths" of TikZ/PGF. Packaged with it are two TikZ libraries -that make use of the methods provided. These are libraries for -drawing calligraphic paths and for drawing knot diagrams. - -%package spath3-doc -Summary: Documentation for spath3 -Version: svn50018 -Provides: tex-spath3-doc -AutoReqProv: No - -%description spath3-doc -Documentation for spath3 - -%package swimgraf -Provides: tex-swimgraf = %{tl_version} -License: LPPL -Summary: Graphical/textual representations of swimming performances -Version: svn25446.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(mathpazo.sty) -Requires: tex(pstricks.sty) -Requires: tex(pstcol.sty) -Requires: tex(pst-plot.sty) -Requires: tex(keyval.sty) -Provides: tex(swimgraf.cfg) = %{tl_version} -Provides: tex(swimgraf.sty) = %{tl_version} - -%description swimgraf -The package provides two macros that produce representations of -a swimmer's performances. The user records data in a text file -and specifies as arguments of the macros the date range of -interest. The macros extract the relevant information from the -file and process it: \swimgraph produces a graph of the times -in a single swimming event (specified as an argument), plotting -long course and short course times in separate lines. Records -and qualifying times, stored in text files, may optionally be -included on the graph. \swimtext produces a written record of -the times in all events. Files of current world and Canadian -records are included. The package requires the PSTricks and -keyval packages. For attractive output it also requires a -colour output device. - -%package swimgraf-doc -Summary: Documentation for swimgraf -Version: svn25446.0 - -Provides: tex-swimgraf-doc -AutoReqProv: No - -%description swimgraf-doc -Documentation for swimgraf - -%package texdraw -Provides: tex-texdraw = %{tl_version} -License: CC-BY -Summary: Graphical macros, using embedded PostScript -Version: svn51030 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(graphics.sty) -Provides: tex(blockdiagram.tex) = %{tl_version} -Provides: tex(texdraw.sty) = %{tl_version} -Provides: tex(texdraw.tex) = %{tl_version} -Provides: tex(txdexamp.tex) = %{tl_version} -Provides: tex(txdps.tex) = %{tl_version} -Provides: tex(txdtools.tex) = %{tl_version} - -%description texdraw -TeXdraw is a set of macro definitions for TeX, which allow the -user to produce PostScript drawings from within TeX and LaTeX. -TeXdraw has been designed to be extensible. Drawing 'segments' -are relocatable, self-contained units. Using a combination of -the TeX's grouping mechanism and the gsave/grestore mechanism -in PostScript, drawing segments allow for local changes to the -scaling and line parameters. Using TeX's macro definition -capability, new drawing commands can be constructed from -drawing segments. - -%package texdraw-doc -Summary: Documentation for texdraw -Version: svn51030 -Provides: tex-texdraw-doc -AutoReqProv: No - -%description texdraw-doc -Documentation for texdraw - -%package ticollege -Provides: tex-ticollege = %{tl_version} -License: LPPL -Summary: Graphical representation of keys on a standard scientific calculator -Version: svn36306.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(xcolor.sty) -Requires: tex(newtxtt.sty) -Requires: tex(tikz.sty) -Requires: tex(ifthen.sty) -Requires: tex(xkeyval.sty) -Requires: tex(mathtools.sty) -Requires: tex(amssymb.sty) Requires: tex(multido.sty) -Requires: tex(multirow.sty) -Provides: tex(ticollege.sty) = %{tl_version} - -%description ticollege -This package provides commands to draw scientific calculator -keys with the help of TikZ. It also provides commands to draw -the content of screens and of menu items. - -%package ticollege-doc -Summary: Documentation for ticollege -Version: svn36306.1.0 - -Provides: tex-ticollege-doc -AutoReqProv: No - -%description ticollege-doc -Documentation for ticollege - -%package tipfr-doc -Summary: Documentation for tipfr -Version: svn38646 - -Provides: tex-tipfr-doc -AutoReqProv: No - -%description tipfr-doc -Documentation for tipfr - -%package tikz-3dplot -Provides: tex-tikz-3dplot = %{tl_version} -License: LPPL 1.3 -Summary: Coordinate transformation styles for 3d plotting in TikZ -Version: svn25087.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(pgf.sty) -Requires: tex(ifthen.sty) -Provides: tex(tikz-3dplot.sty) = %{tl_version} - -%description tikz-3dplot -The package provides straightforward ways to define three- -dimensional coordinate frames through which to plot in TikZ. -The user can specify the orientation of the main coordinate -frame, and use standard TikZ commands and coordinates to render -their tikzfigure. A secondary coordinate frame is provided to -allow rotations and translations with respect to the main -coordinate frame. In addition, the package can also handle -plotting user-specified functions in spherical polar -coordinates, where both the radius and fill color can be -expressed as parametric functions of polar angles. - -%package tikz-3dplot-doc -Summary: Documentation for tikz-3dplot -Version: svn25087.0 - -Provides: tex-tikz-3dplot-doc -AutoReqProv: No - -%description tikz-3dplot-doc -Documentation for tikz-3dplot - -%package tikz-bayesnet -Provides: tex-tikz-bayesnet = %{tl_version} -License: LPPL 1.3 -Summary: Draw Bayesian networks, graphical models and directed factor graphs -Version: svn38295.0.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(tikzlibrarybayesnet.code.tex) = %{tl_version} - -%description tikz-bayesnet -The package provides a library supporting the display of -Bayesian networks, graphical models and (directed) factor -graphs in LaTeX. - -%package tikz-bayesnet-doc -Summary: Documentation for tikz-bayesnet -Version: svn38295.0.1 - -Provides: tex-tikz-bayesnet-doc -AutoReqProv: No - -%description tikz-bayesnet-doc -Documentation for tikz-bayesnet - -%package tikz-cd -Provides: tex-tikz-cd = %{tl_version} -License: GPLv3+ -Summary: Create commutative diagrams with TikZ -Version: svn49201 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(tikz.sty) -Provides: tex(tikzlibrarycd.code.tex) = %{tl_version} -Provides: tex(tikz-cd.sty) = %{tl_version} - -%description tikz-cd -The general-purpose drawing package TiKZ can be used to typeset -commutative diagrams and other kinds of mathematical pictures, -generating high-quality results. The purpose of this package is -to make the process of creation of such diagrams easier by -providing a convenient set of macros and reasonable default -settings. This package also includes an arrow tip library that -match closely the arrows present in the Computer Modern -typeface. - -%package tikz-cd-doc -Summary: Documentation for tikz-cd -Version: svn49201 -Provides: tex-tikz-cd-doc -AutoReqProv: No - -%description tikz-cd-doc -Documentation for tikz-cd - -%package tikz-dependency -Provides: tex-tikz-dependency = %{tl_version} -License: (GPLv2 or LPPL) and (GFDL or LPPL) -Summary: A library for drawing dependency graphs -Version: svn54512 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(tikz.sty) -Requires: tex(environ.sty) -Provides: tex(tikz-dependency.sty) = %{tl_version} - -%description tikz-dependency -The package provides a library that draws together existing -TikZ facilities to make a comfortable environment for drawing -dependency graphs. Basic facilities of the package include a -lot of styling facilities, to let you personalize the look and -feel of the graphs. - -%package tikz-dependency-doc -Summary: Documentation for tikz-dependency -Version: svn54512 -Provides: tex-tikz-dependency-doc -AutoReqProv: No - -%description tikz-dependency-doc -Documentation for tikz-dependency - -%package tikz-dimline -Provides: tex-tikz-dimline = %{tl_version} -License: WTFPL -Summary: Technical dimension lines using PGF/TikZ -Version: svn35805.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(tikz.sty) -Requires: tex(pgfplots.sty) -Requires: tex(ifthen.sty) -Provides: tex(tikz-dimline.sty) = %{tl_version} - -%description tikz-dimline -tikz-dimline helps drawing technical dimension lines in TikZ -picture environments. Its usage is similar to some -contributions posted on stackexchange. - -%package tikz-dimline-doc -Summary: Documentation for tikz-dimline -Version: svn35805.1.0 - -Provides: tex-tikz-dimline-doc -AutoReqProv: No - -%description tikz-dimline-doc -Documentation for tikz-dimline - -%package tikz-inet -Provides: tex-tikz-inet = %{tl_version} -License: LPPL -Summary: Draw interaction nets with TikZ -Version: svn15878.0.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(tikz.sty) -Requires: tex(ifthen.sty) -Provides: tex(tikz-inet.sty) = %{tl_version} - -%description tikz-inet -The package extends TikZ with macros to draw interaction nets. - -%package tikz-inet-doc -Summary: Documentation for tikz-inet -Version: svn15878.0.1 - -Provides: tex-tikz-inet-doc -AutoReqProv: No - -%description tikz-inet-doc -Documentation for tikz-inet - -%package tikz-opm -Provides: tex-tikz-opm = %{tl_version} -License: LPPL 1.3 -Summary: Typeset OPM diagrams -Version: svn32769.0.1.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(tikz.sty) -Requires: tex(makeshape.sty) -Requires: tex(amsmath.sty) -Provides: tex(tikz-opm.sty) = %{tl_version} - -%description tikz-opm -Typeset OPM (Object-Process Methodology) diagrams using LaTeX -and pgf/TikZ. - -%package tikz-opm-doc -Summary: Documentation for tikz-opm -Version: svn32769.0.1.1 - -Provides: tex-tikz-opm-doc -AutoReqProv: No - -%description tikz-opm-doc -Documentation for tikz-opm - -%package tikz-palattice -Provides: tex-tikz-palattice = %{tl_version} -License: LPPL 1.3 -Summary: Draw particle accelerator lattices with TikZ -Version: svn43442 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(tikz.sty) -Requires: tex(ifthen.sty) -Requires: tex(siunitx.sty) -Requires: tex(xargs.sty) -Requires: tex(etoolbox.sty) -Provides: tex(tikz-palattice.sty) = %{tl_version} - -%description tikz-palattice -This package allows for drawing a map of a particle accelerator -just by giving a list of elements -- similar to lattice files -for simulation software. The package includes 12 common element -types like dipoles, quadrupoles, cavities, or screens, as well -as automatic labels with element names, a legend, a rule, and -an environment to fade out parts of the accelerator. The -coordinate of any element can be saved and used for custom tikz -drawings or annotations. Thereby, lattices can be connected to -draw injection/extraction or even a complete accelerator -facility. - -%package tikz-palattice-doc -Summary: Documentation for tikz-palattice -Version: svn43442 -Provides: tex-tikz-palattice-doc -AutoReqProv: No - -%description tikz-palattice-doc -Documentation for tikz-palattice - -%package tikz-qtree -Provides: tex-tikz-qtree = %{tl_version} -License: GPL+ -Summary: Use existing qtree syntax for trees in TikZ -Version: svn26108.1.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(pgf.sty) -Requires: tex(pgffor.sty) -Requires: tex(tikz.sty) -Provides: tex(pgfsubpic.sty) = %{tl_version} -Provides: tex(pgfsubpic.tex) = %{tl_version} -Provides: tex(pgftree.sty) = %{tl_version} -Provides: tex(pgftree.tex) = %{tl_version} -Provides: tex(tikz-qtree-compat.sty) = %{tl_version} -Provides: tex(tikz-qtree.sty) = %{tl_version} -Provides: tex(tikz-qtree.tex) = %{tl_version} - -%description tikz-qtree -The package provides a macro for drawing trees with TikZ using -the easy syntax of Alexis Dimitriadis' Qtree. It improves on -TikZ's standard tree-drawing facility by laying out tree nodes -without collisions; it improves on Qtree by adding lots of -features from TikZ (for example, edge labels, arrows between -nodes); and it improves on pst-qtree in being usable with -pdfTeX and XeTeX. - -%package tikz-qtree-doc -Summary: Documentation for tikz-qtree -Version: svn26108.1.2 - -Provides: tex-tikz-qtree-doc -AutoReqProv: No - -%description tikz-qtree-doc -Documentation for tikz-qtree - -%package tikz-timing -Provides: tex-tikz-timing = %{tl_version} -License: LPPL -Summary: Easy generation of timing diagrams as tikz pictures -Version: svn46111 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-svn-prov -Requires: tex(svn-prov.sty) -Requires: tex(pgfopts.sty) -Requires: tex(array.sty) -Requires: tex(booktabs.sty) -Requires: tex(tikz.sty) -Requires: tex(environ.sty) -Requires: tex(amsmath.sty) -Provides: tex(tikz-timing-advnodes.sty) = %{tl_version} -Provides: tex(tikz-timing-arrows.sty) = %{tl_version} -Provides: tex(tikz-timing-beamer.sty) = %{tl_version} -Provides: tex(tikz-timing-clockarrows.sty) = %{tl_version} -Provides: tex(tikz-timing-columntype.sty) = %{tl_version} -Provides: tex(tikz-timing-counters.sty) = %{tl_version} -Provides: tex(tikz-timing-either.sty) = %{tl_version} -Provides: tex(tikz-timing-ifsym.sty) = %{tl_version} -Provides: tex(tikz-timing-interval.sty) = %{tl_version} -Provides: tex(tikz-timing-nicetabs.sty) = %{tl_version} -Provides: tex(tikz-timing-overlays.sty) = %{tl_version} -Provides: tex(tikz-timing.sty) = %{tl_version} - -%description tikz-timing -This package provides macros and an environment to generate -timing diagrams (digital waveforms) without much effort. The -TikZ package is used to produce the graphics. The diagrams may -be inserted into text (paragraphs, \hbox, etc.) and into -tikzpictures. A tabular-like environment is provided to produce -larger timing diagrams. - -%package tikz-timing-doc -Summary: Documentation for tikz-timing -Version: svn46111 -Provides: tex-tikz-timing-doc -AutoReqProv: No -Requires: tex-svn-prov-doc - -%description tikz-timing-doc -Documentation for tikz-timing - -%package svn-prov -Provides: tex-svn-prov = %{tl_version} -License: LPPL -Summary: Subversion variants of \Provides... macros -Version: svn18017.3.1862 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(svn-prov.sty) = %{tl_version} - -%description svn-prov -The package introduces Subversion variants of the standard -LaTeX macros \ProvidesPackage, \ProvidesClass and \ProvidesFile -where the file name and date is extracted from Subversion Id -keywords. The file name may also be given explicitly as an -optional argument. - -%package svn-prov-doc -Summary: Documentation for svn-prov -Version: svn18017.3.1862 - -Provides: tex-svn-prov-doc -AutoReqProv: No - -%description svn-prov-doc -Documentation for svn-prov - -%package tikzinclude -Provides: tex-tikzinclude = %{tl_version} -License: LPPL 1.3 -Summary: Import TikZ images from colletions -Version: svn28715.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(tikz.sty) -Requires: tex(ifthen.sty) -Requires: tex(etoolbox.sty) -Provides: tex(tikzinclude.sty) = %{tl_version} - -%description tikzinclude -The package addresses the problem of importing only one TikZ- -image from a file holding multiple images. - -%package tikzinclude-doc -Summary: Documentation for tikzinclude -Version: svn28715.1.0 - -Provides: tex-tikzinclude-doc -AutoReqProv: No - -%description tikzinclude-doc -Documentation for tikzinclude - -%package tikzmark -Provides: tex-tikzmark = %{tl_version} -License: LPPL 1.3 -Summary: Use TikZ's method of remembering a position on a page -Version: svn52293 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(tikzlibrarytikzmark.code.tex) = %{tl_version} -Provides: tex(tikzmarklibrarylistings.code.tex) = %{tl_version} - -%description tikzmark -The tikzmark package defines a command to "remember" a position -on a page for later (or earlier) use, primarily (but not -exclusively) with TikZ. - -%package tikzmark-doc -Summary: Documentation for tikzmark -Version: svn52293 -Provides: tex-tikzmark-doc -AutoReqProv: No - -%description tikzmark-doc -Documentation for tikzmark - -%package tikzorbital -Provides: tex-tikzorbital = %{tl_version} -License: LPPL -Summary: Atomic and molecular orbitals using TiKZ -Version: svn36439.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(tikz.sty) -Requires: tex(ifthen.sty) -Provides: tex(tikzorbital.sty) = %{tl_version} - -%description tikzorbital -Atomic s, p and d orbitals may be drawn, as well as molecular -orbital diagrams. - -%package tikzorbital-doc -Summary: Documentation for tikzorbital -Version: svn36439.0 - -Provides: tex-tikzorbital-doc -AutoReqProv: No - -%description tikzorbital-doc -Documentation for tikzorbital - -%package tikzpagenodes -Provides: tex-tikzpagenodes = %{tl_version} -License: LPPL -Summary: A single TikZ node for the whole page -Version: svn27723.1.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(tikz.sty) -Requires: tex(ifoddpage.sty) -Provides: tex(tikzpagenodes.sty) = %{tl_version} - -%description tikzpagenodes -The package provides special PGF/TikZ nodes for the text, -marginpar, footer and header area of the current page. They are -inspired by the 'current page' node defined by PGF/TikZ itself. - -%package tikzpagenodes-doc -Summary: Documentation for tikzpagenodes -Version: svn27723.1.1 - -Provides: tex-tikzpagenodes-doc -AutoReqProv: No - -%description tikzpagenodes-doc -Documentation for tikzpagenodes - -%package tikzpfeile -Provides: tex-tikzpfeile = %{tl_version} -License: LPPL -Summary: Draw arrows using PGF/TikZ -Version: svn25777.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(tikz.sty) -Requires: tex(kvoptions.sty) -Provides: tex(tikzpfeile.sty) = %{tl_version} - -%description tikzpfeile -In a document with a lot of diagrams created with PGF/TikZ, -there is a possibility of the reader being distracted by -different sorts of arrowheads in the diagrams and in the text -(as, e.g., in \rightarrow). The package defines macros to -create all arrows using PGF/TikZ, so as to avoid the problem. - -%package tikzpfeile-doc -Summary: Documentation for tikzpfeile -Version: svn25777.1.0 - -Provides: tex-tikzpfeile-doc -AutoReqProv: No - -%description tikzpfeile-doc -Documentation for tikzpfeile - -%package tikzposter -Provides: tex-tikzposter = %{tl_version} -License: LPPL 1.2 -Summary: Create scientific posters using TikZ -Version: svn32732.2.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(geometry.sty) -Provides: tex(tikzposter.cls) = %{tl_version} -Provides: tex(tikzposterBackgroundstyles.tex) = %{tl_version} -Provides: tex(tikzposterBlockstyles.tex) = %{tl_version} -Provides: tex(tikzposterColorpalettes.tex) = %{tl_version} -Provides: tex(tikzposterColorstyles.tex) = %{tl_version} -Provides: tex(tikzposterInnerblockstyles.tex) = %{tl_version} -Provides: tex(tikzposterLayoutthemes.tex) = %{tl_version} -Provides: tex(tikzposterNotestyles.tex) = %{tl_version} -Provides: tex(tikzposterTitlestyles.tex) = %{tl_version} - -%description tikzposter -A document class provides a simple way of using TikZ for -generating posters. Several formatting options are available, -and spacing and layout of the poster is to a large extent -automated. - -%package tikzposter-doc -Summary: Documentation for tikzposter -Version: svn32732.2.0 - -Provides: tex-tikzposter-doc -AutoReqProv: No - -%description tikzposter-doc -Documentation for tikzposter - -%package tikzscale -Provides: tex-tikzscale = %{tl_version} -License: LPPL 1.3 -Summary: Resize pictures while respecting text size -Version: svn30637.0.2.6 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(graphicx.sty) -Requires: tex(etoolbox.sty) -Requires: tex(pgfkeys.sty) -Requires: tex(xparse.sty) -Requires: tex(letltxmacro.sty) -Requires: tex(xstring.sty) -Provides: tex(tikzscale.sty) = %{tl_version} - -%description tikzscale -The package extends the \includegraphics command to support -tikzpictures. It allows scaling of TikZ images and PGFPlots to -a given width or height without changing the text size. - -%package tikzscale-doc -Summary: Documentation for tikzscale -Version: svn30637.0.2.6 - -Provides: tex-tikzscale-doc -AutoReqProv: No - -%description tikzscale-doc -Documentation for tikzscale - -%package tikzsymbols -Provides: tex-tikzsymbols = %{tl_version} -License: LPPL 1.3 -Summary: Some symbols created using TikZ -Version: svn49975 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(tikz.sty) -Requires: tex(xargs.sty) -Requires: tex(xcolor.sty) -Requires: tex(xkeyval.sty) -Requires: tex(xspace.sty) -Requires: tex(calc.sty) -Provides: tex(tikzsymbols.sty) = %{tl_version} - -%description tikzsymbols -The package provides various emoticons, cooking symbols and -trees. - -%package tikzsymbols-doc -Summary: Documentation for tikzsymbols -Version: svn49975 -Provides: tex-tikzsymbols-doc -AutoReqProv: No - -%description tikzsymbols-doc -Documentation for tikzsymbols - -%package timing-diagrams -Provides: tex-timing-diagrams = %{tl_version} -License: LPPL 1.3 -Summary: Draw timing diagrams -Version: svn31491.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(tikz.sty) -Requires: tex(ifthen.sty) -Provides: tex(timing-diagrams.sty) = %{tl_version} - -%description timing-diagrams -The package provides commands to draw and annotate various -kinds of timing diagrams, using Tikz. Documentation is sparse, -but the source and the examples file should be of some use. - -%package timing-diagrams-doc -Summary: Documentation for timing-diagrams -Version: svn31491.0 - -Provides: tex-timing-diagrams-doc -AutoReqProv: No - -%description timing-diagrams-doc -Documentation for timing-diagrams - -%package tqft -Provides: tex-tqft = %{tl_version} -License: LPPL 1.3 -Summary: Drawing TQFT diagrams with TikZ/PGF -Version: svn44455 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pgfkeys.sty) -Requires: tex(pgf.sty) -Provides: tex(tikzlibrarytqft.code.tex) = %{tl_version} -Provides: tex(tqft.sty) = %{tl_version} - -%description tqft -The package defines some node shapes useful for drawing TQFT -diagrams with TikZ/PGF. That is, it defines highly customisable -shapes that look like cobordisms between circles, such as those -used in TQFT and other mathematical diagrams. - -%package tqft-doc -Summary: Documentation for tqft -Version: svn44455 -Provides: tex-tqft-doc -AutoReqProv: No - -%description tqft-doc -Documentation for tqft - -%package tkz-base -Provides: tex-tkz-base = %{tl_version} -License: LPPL -Summary: Tools for drawing with a cartesian coordinate system -Version: svn54758 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(etex.sty) -Requires: tex(tikz.sty) -Requires: tex(numprint.sty) -Requires: tex(fp.sty) -Provides: tex(tkz-base.cfg) = %{tl_version} -Provides: tex(tkz-base.sty) = %{tl_version} -Provides: tex(tkz-lib-marks.tex) = %{tl_version} -Provides: tex(tkz-obj-axes.tex) = %{tl_version} -Provides: tex(tkz-obj-grids.tex) = %{tl_version} -Provides: tex(tkz-obj-marks.tex) = %{tl_version} -Provides: tex(tkz-obj-points.tex) = %{tl_version} -Provides: tex(tkz-obj-rep.tex) = %{tl_version} -Provides: tex(tkz-tools-BB.tex) = %{tl_version} -Provides: tex(tkz-tools-arith.tex) = %{tl_version} -Provides: tex(tkz-tools-base.tex) = %{tl_version} -Provides: tex(tkz-tools-misc.tex) = %{tl_version} -Provides: tex(tkz-tools-modules.tex) = %{tl_version} -Provides: tex(tkz-tools-print.tex) = %{tl_version} -Provides: tex(tkz-tools-text.tex) = %{tl_version} -Provides: tex(tkz-tools-utilities.tex) = %{tl_version} - -%description tkz-base -The bundle is a set of packages, designed to give mathematics -teachers (and students) easy access to programming of drawings -with TikZ. - -%package tkz-base-doc -Summary: Documentation for tkz-base -Version: svn54758 -Provides: tex-tkz-base-doc -AutoReqProv: No - -%description tkz-base-doc -Documentation for tkz-base - -%package tkz-doc -Version: svn54758 -Provides: tex-tkz-doc = %{tl_version} -Provides: texlive-tkz-doc-doc = %{epoch}:svn22959.1.1c.obsolete -Obsoletes: texlive-tkz-doc-doc <= 9:svn22959.1.1c -Provides: tex-tkz-doc-doc -License: LPPL -Summary: Documentation macros for the TKZ series of packages -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description tkz-doc -This bundle offers a documentation class (tkz-doc) and a -package (tkzexample). These files are used in the documentation -of the author's packages tkz-base, tkz-euclide, tkz-fct, -tkz-linknodes, and tkz-tab. - -%package tkz-euclide -Provides: tex-tkz-euclide = %{tl_version} -License: LPPL -Summary: Tools for drawing Euclidean geometry -Version: svn54758 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(tkz-base.sty) -Provides: tex(tkz-euclide.sty) = %{tl_version} -Provides: tex(tkz-obj-eu-angles.tex) = %{tl_version} -Provides: tex(tkz-obj-eu-arcs.tex) = %{tl_version} -Provides: tex(tkz-obj-eu-circles.tex) = %{tl_version} -Provides: tex(tkz-obj-eu-compass.tex) = %{tl_version} -Provides: tex(tkz-obj-eu-draw-circles.tex) = %{tl_version} -Provides: tex(tkz-obj-eu-draw-lines.tex) = %{tl_version} -Provides: tex(tkz-obj-eu-draw-polygons.tex) = %{tl_version} -Provides: tex(tkz-obj-eu-draw-triangles.tex) = %{tl_version} -Provides: tex(tkz-obj-eu-lines.tex) = %{tl_version} -Provides: tex(tkz-obj-eu-points-by.tex) = %{tl_version} -Provides: tex(tkz-obj-eu-points-rnd.tex) = %{tl_version} -Provides: tex(tkz-obj-eu-points-with.tex) = %{tl_version} -Provides: tex(tkz-obj-eu-points.tex) = %{tl_version} -Provides: tex(tkz-obj-eu-polygons.tex) = %{tl_version} -Provides: tex(tkz-obj-eu-protractor.tex) = %{tl_version} -Provides: tex(tkz-obj-eu-sectors.tex) = %{tl_version} -Provides: tex(tkz-obj-eu-show.tex) = %{tl_version} -Provides: tex(tkz-obj-eu-triangles.tex) = %{tl_version} -Provides: tex(tkz-tools-angles.tex) = %{tl_version} -Provides: tex(tkz-tools-intersections.tex) = %{tl_version} -Provides: tex(tkz-tools-math.tex) = %{tl_version} - -%description tkz-euclide -The tkz-euclide package is a set of files, designed to give -math teachers and students) easy access at the programming of -Euclidean geometry with TikZ. - -%package tkz-euclide-doc -Summary: Documentation for tkz-euclide -Version: svn54758 -Provides: tex-tkz-euclide-doc -AutoReqProv: No - -%description tkz-euclide-doc -Documentation for tkz-euclide - -%package tkz-fct -Provides: tex-tkz-fct = %{tl_version} -License: LPPL -Summary: Tools for drawing graphs of functions -Version: svn54703 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(tkz-base.sty) -Provides: tex(tkz-fct.sty) = %{tl_version} - -%description tkz-fct -The tkz-fct package is designed to give math teachers (and -students) easy access to programming graphs of functions with -TikZ and gnuplot. - -%package tkz-fct-doc -Summary: Documentation for tkz-fct -Version: svn54703 -Provides: tex-tkz-fct-doc -AutoReqProv: No - -%description tkz-fct-doc -Documentation for tkz-fct - -%package tkz-orm -Provides: tex-tkz-orm = %{tl_version} -License: GPL+ -Summary: Create Object-Role Model (ORM) diagrams, -Version: svn54512 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(tikz.sty) -Provides: tex(tkz-orm.sty) = %{tl_version} - -%description tkz-orm -The package provides styles for drawing Object-Role Model (ORM) -diagrams in TeX based on the pgf and TikZ picture environment. - -%package tkz-orm-doc -Summary: Documentation for tkz-orm -Version: svn54512 -Provides: tex-tkz-orm-doc -AutoReqProv: No - -%description tkz-orm-doc -Documentation for tkz-orm - -%package tkz-tab -Provides: tex-tkz-tab = %{tl_version} -License: LPPL -Summary: Tables of signs and variations using PGF/TikZ -Version: svn54662 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(etex.sty) -Requires: tex(ifthen.sty) -Requires: tex(xkeyval.sty) -Requires: tex(tikz.sty) -Provides: tex(tkz-tab.sty) = %{tl_version} - -%description tkz-tab -The package provides comprehensive facilities for preparing -lists of signs and variations, using PGF. The package -documentation requires the tkz-doc bundle. This package has -been taken temporarily out of circulation to give the author -time to investigate some problems. - -%package tkz-tab-doc -Summary: Documentation for tkz-tab -Version: svn54662 -Provides: tex-tkz-tab-doc -AutoReqProv: No - -%description tkz-tab-doc -Documentation for tkz-tab - -%package tsemlines -Provides: tex-tsemlines = %{tl_version} -License: Public Domain -Summary: Support for the ancient \emline macro -Version: svn23440.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(tsemlines.sty) = %{tl_version} - -%description tsemlines -Occasional Documents appear, that use graphics generated by -texcad from the emtex distribution. These documents often use -the \emline macro, which produced lines at an arbitrary -orientation. The present package emulates the macro, using -TikZ. - -%package tufte-latex -Provides: tex-tufte-latex = %{tl_version} -License: ASL 2.0 -Summary: Document classes inspired by the work of Edward Tufte -Version: svn37649.3.5.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex-xifthen -Requires: tex-ifmtarg -Requires: tex-changepage -Requires: tex-paralist -Requires: tex-sauerj -Requires: tex-placeins -Provides: tex(tufte-book.cls) = %{tl_version} -Provides: tex(tufte-common.def) = %{tl_version} -Provides: tex(tufte-handout.cls) = %{tl_version} - -%description tufte-latex -Provided are two classes inspired, respectively, by handouts -and books created by Edward Tufte. - -%package tufte-latex-doc -Summary: Documentation for tufte-latex -Version: svn37649.3.5.2 - -Provides: tex-tufte-latex-doc -AutoReqProv: No -Requires: tex-xifthen-doc -Requires: tex-ifmtarg-doc -Requires: tex-changepage-doc -Requires: tex-paralist-doc -Requires: tex-sauerj-doc -Requires: tex-placeins-doc - -%description tufte-latex-doc -Documentation for tufte-latex - -%package xifthen -Provides: tex-xifthen = %{tl_version} -License: LPPL -Summary: Extended conditional commands -Version: svn38929 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(etex.sty) -Requires: tex(calc.sty) -Requires: tex(ifthen.sty) -Requires: tex(ifmtarg.sty) -Provides: tex(xifthen.sty) = %{tl_version} - -%description xifthen -This package extends the ifthen package by implementing new -commands to go within the first argument of \ifthenelse: to -test whether a string is void or not, if a command is defined -or equivalent to another. The package also enables use of -complex expressions as introduced by the package calc, together -with the ability of defining new commands to handle complex -tests. The package requires e-TeX features. - -%package xifthen-doc -Summary: Documentation for xifthen -Version: svn38929 - -Provides: tex-xifthen-doc -AutoReqProv: No - -%description xifthen-doc -Documentation for xifthen - -%package ifmtarg -Provides: tex-ifmtarg = %{tl_version} -License: LPPL -Summary: If-then-else command for processing potentially empty arguments -Version: svn47544 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(ifmtarg.sty) = %{tl_version} - -%description ifmtarg -ifmtarg package - -%package ifmtarg-doc -Summary: Documentation for ifmtarg -Version: svn47544 -Provides: tex-ifmtarg-doc -AutoReqProv: No - -%description ifmtarg-doc -Documentation for ifmtarg - -%package paralist -Provides: tex-paralist = %{tl_version} -License: LPPL -Summary: Enumerate and itemize within paragraphs -Version: svn43021 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(paralist.sty) = %{tl_version} - -%description paralist -Provides enumerate and itemize environments that can be used -within paragraphs to format the items either as running text or -as separate paragraphs with a preceding number or symbol. Also -provides compacted versions of enumerate and itemize. - -%package paralist-doc -Summary: Documentation for paralist -Version: svn43021 -Provides: tex-paralist-doc -AutoReqProv: No - -%description paralist-doc -Documentation for paralist - -%package sauerj -Provides: tex-sauerj = %{tl_version} -License: LPPL -Summary: A bundle of utilities by Jonathan Sauer -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(keyval.sty) -Provides: tex(collect.sty) = %{tl_version} -Provides: tex(metainfo.sty) = %{tl_version} -Provides: tex(optparams.sty) = %{tl_version} -Provides: tex(parcolumns.sty) = %{tl_version} -Provides: tex(processkv.sty) = %{tl_version} -Provides: tex(zahl2string.sty) = %{tl_version} - -%description sauerj -The bundle consists of: a tool for collecting text for later re- -use, a tool for typesetting the "meta-information" within a -text, a tool for use in constructing macros with multiple -optional parameters, a package for multiple column parallel -texts, a tool for processing key-value structured lists, and -macros for typesetting a number as a German-language string. - -%package sauerj-doc -Summary: Documentation for sauerj -Version: svn15878.0 - -Provides: tex-sauerj-doc -AutoReqProv: No - -%description sauerj-doc -Documentation for sauerj - -%package placeins -Provides: tex-placeins = %{tl_version} -License: Public Domain -Summary: Control float placement -Version: svn19848.2.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(placeins.sty) = %{tl_version} - -%description placeins -Defines a \FloatBarrier command, beyond which floats may not -pass; useful, for example, to ensure all floats for a section -appear before the next \section command. - -%package placeins-doc -Summary: Documentation for placeins -Version: svn19848.2.2 - -Provides: tex-placeins-doc -AutoReqProv: No - -%description placeins-doc -Documentation for placeins - -%package venndiagram -Provides: tex-venndiagram = %{tl_version} -License: LPPL -Summary: Creating Venn diagrams with TikZ -Version: svn47952 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xkeyval.sty) -Requires: tex(tikz.sty) -Requires: tex(etoolbox.sty) -Provides: tex(venndiagram.sty) = %{tl_version} - -%description venndiagram -The package assists generation of simple two- and three-set -Venn diagrams for lectures or assignment sheets. The package -requires the TikZ package. - -%package venndiagram-doc -Summary: Documentation for venndiagram -Version: svn47952 -Provides: tex-venndiagram-doc -AutoReqProv: No - -%description venndiagram-doc -Documentation for venndiagram - -%package xpicture -Provides: tex-xpicture = %{tl_version} -License: LPPL 1.3 -Summary: Extensions of LaTeX picture drawing -Version: svn28770.1.2a - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(curve2e.sty) -Requires: tex(xcolor.sty) -Requires: tex(calculus.sty) -Provides: tex(xpicture.sty) = %{tl_version} - -%description xpicture -The package extends the facilities of the pict2e and the -curve2e packages, providing extra reference frames, conic -section curves, graphs of elementary functions and other -parametric curves. - -%package xpicture-doc -Summary: Documentation for xpicture -Version: svn28770.1.2a - -Provides: tex-xpicture-doc -AutoReqProv: No - -%description xpicture-doc -Documentation for xpicture - -%package xypic -Provides: tex-xypic = %{tl_version} -License: GPL+ -Summary: Flexible diagramming macros -Version: svn31859.3.8.9 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(keyval.sty) -Requires: tex(ifpdf.sty) -Provides: tex(xycirc.enc) = %{tl_version} -Provides: tex(xyd.enc) = %{tl_version} -Provides: tex(xyd2.enc) = %{tl_version} -Provides: tex(xypic.map) = %{tl_version} -Provides: tex(xyatip10.tfm) = %{tl_version} -Provides: tex(xybsql10.tfm) = %{tl_version} -Provides: tex(xybtip10.tfm) = %{tl_version} -Provides: tex(xycirc10.tfm) = %{tl_version} -Provides: tex(xycmat10.tfm) = %{tl_version} -Provides: tex(xycmat11.tfm) = %{tl_version} -Provides: tex(xycmat12.tfm) = %{tl_version} -Provides: tex(xycmbt10.tfm) = %{tl_version} -Provides: tex(xycmbt11.tfm) = %{tl_version} -Provides: tex(xycmbt12.tfm) = %{tl_version} -Provides: tex(xydash10.tfm) = %{tl_version} -Provides: tex(xyeuat10.tfm) = %{tl_version} -Provides: tex(xyeuat11.tfm) = %{tl_version} -Provides: tex(xyeuat12.tfm) = %{tl_version} -Provides: tex(xyeubt10.tfm) = %{tl_version} -Provides: tex(xyeubt11.tfm) = %{tl_version} -Provides: tex(xyeubt12.tfm) = %{tl_version} -Provides: tex(xyline10.tfm) = %{tl_version} -Provides: tex(xyluat10.tfm) = %{tl_version} -Provides: tex(xyluat11.tfm) = %{tl_version} -Provides: tex(xyluat12.tfm) = %{tl_version} -Provides: tex(xylubt10.tfm) = %{tl_version} -Provides: tex(xylubt11.tfm) = %{tl_version} -Provides: tex(xylubt12.tfm) = %{tl_version} -Provides: tex(xymisc10.tfm) = %{tl_version} -Provides: tex(xyqc10.tfm) = %{tl_version} -Provides: tex(xyatip10.pfb) = %{tl_version} -Provides: tex(xybsql10.pfb) = %{tl_version} -Provides: tex(xybtip10.pfb) = %{tl_version} -Provides: tex(xycirc10.pfb) = %{tl_version} -Provides: tex(xycmat10.pfb) = %{tl_version} -Provides: tex(xycmat11.pfb) = %{tl_version} -Provides: tex(xycmat12.pfb) = %{tl_version} -Provides: tex(xycmbt10.pfb) = %{tl_version} -Provides: tex(xycmbt11.pfb) = %{tl_version} -Provides: tex(xycmbt12.pfb) = %{tl_version} -Provides: tex(xydash10.pfb) = %{tl_version} -Provides: tex(xyeuat10.pfb) = %{tl_version} -Provides: tex(xyeuat11.pfb) = %{tl_version} -Provides: tex(xyeuat12.pfb) = %{tl_version} -Provides: tex(xyeubt10.pfb) = %{tl_version} -Provides: tex(xyeubt11.pfb) = %{tl_version} -Provides: tex(xyeubt12.pfb) = %{tl_version} -Provides: tex(xyluat10.pfb) = %{tl_version} -Provides: tex(xyluat11.pfb) = %{tl_version} -Provides: tex(xyluat12.pfb) = %{tl_version} -Provides: tex(xylubt10.pfb) = %{tl_version} -Provides: tex(xylubt11.pfb) = %{tl_version} -Provides: tex(xylubt12.pfb) = %{tl_version} -Provides: tex(movie.cls) = %{tl_version} -Provides: tex(xy.sty) = %{tl_version} -Provides: tex(xy.tex) = %{tl_version} -Provides: tex(xy16textures.tex) = %{tl_version} -Provides: tex(xy17oztex.tex) = %{tl_version} -Provides: tex(xy2cell.tex) = %{tl_version} -Provides: tex(xyall.tex) = %{tl_version} -Provides: tex(xyarc.tex) = %{tl_version} -Provides: tex(xyarrow.tex) = %{tl_version} -Provides: tex(xybarr.tex) = %{tl_version} -Provides: tex(xycmactex.tex) = %{tl_version} -Provides: tex(xycmtip.tex) = %{tl_version} -Provides: tex(xycolor.tex) = %{tl_version} -Provides: tex(xycrayon.tex) = %{tl_version} -Provides: tex(xycurve.tex) = %{tl_version} -Provides: tex(xydummy.tex) = %{tl_version} -Provides: tex(xydvidrv.tex) = %{tl_version} -Provides: tex(xydvips.tex) = %{tl_version} -Provides: tex(xydvitops.tex) = %{tl_version} -Provides: tex(xyemtex.tex) = %{tl_version} -Provides: tex(xyframe.tex) = %{tl_version} -Provides: tex(xygraph.tex) = %{tl_version} -Provides: tex(xyidioms.tex) = %{tl_version} -Provides: tex(xyimport.tex) = %{tl_version} -Provides: tex(xyknot.tex) = %{tl_version} -Provides: tex(xyline.tex) = %{tl_version} -Provides: tex(xymatrix.tex) = %{tl_version} -Provides: tex(xymovie.tex) = %{tl_version} -Provides: tex(xynecula.tex) = %{tl_version} -Provides: tex(xyoztex.tex) = %{tl_version} -Provides: tex(xypdf-co.tex) = %{tl_version} -Provides: tex(xypdf-cu.tex) = %{tl_version} -Provides: tex(xypdf-fr.tex) = %{tl_version} -Provides: tex(xypdf-li.tex) = %{tl_version} -Provides: tex(xypdf-ro.tex) = %{tl_version} -Provides: tex(xypdf.tex) = %{tl_version} -Provides: tex(xypic.sty) = %{tl_version} -Provides: tex(xypic.tex) = %{tl_version} -Provides: tex(xypicture.tex) = %{tl_version} -Provides: tex(xypoly.tex) = %{tl_version} -Provides: tex(xyps-c.tex) = %{tl_version} -Provides: tex(xyps-col.tex) = %{tl_version} -Provides: tex(xyps-f.tex) = %{tl_version} -Provides: tex(xyps-l.tex) = %{tl_version} -Provides: tex(xyps-pro.tex) = %{tl_version} -Provides: tex(xyps-ps.tex) = %{tl_version} -Provides: tex(xyps-r.tex) = %{tl_version} -Provides: tex(xyps-s.tex) = %{tl_version} -Provides: tex(xyps-t.tex) = %{tl_version} -Provides: tex(xyps.tex) = %{tl_version} -Provides: tex(xypsdict.tex) = %{tl_version} -Provides: tex(xypspatt.tex) = %{tl_version} -Provides: tex(xyrecat.tex) = %{tl_version} -Provides: tex(xyrotate.tex) = %{tl_version} -Provides: tex(xysmart.tex) = %{tl_version} -Provides: tex(xytextures.tex) = %{tl_version} -Provides: tex(xytile.tex) = %{tl_version} -Provides: tex(xytips.tex) = %{tl_version} -Provides: tex(xytp-f.tex) = %{tl_version} -Provides: tex(xytpic.tex) = %{tl_version} -Provides: tex(xyv2.tex) = %{tl_version} -Provides: tex(xyweb.tex) = %{tl_version} -Provides: tex(xyxdvi.tex) = %{tl_version} - -%description xypic -A package for typesetting a variety of graphs and diagrams with -TeX. Xy-pic works with most formats (including LaTeX, AMS- -LaTeX, AMS-TeX, and plain TeX). The distribution includes -Michael Barr's diag package, which was previously distributed -stand-alone. - -%package xypic-doc -Summary: Documentation for xypic -Version: svn31859.3.8.9 - -Provides: tex-xypic-doc -AutoReqProv: No - -%description xypic-doc -Documentation for xypic - -%package ESIEEcv -Provides: tex-ESIEEcv = %{tl_version} -License: LPPL -Summary: Curriculum vitae for French use -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(tabularx.sty) -Provides: tex(ESIEEcv.sty) = %{tl_version} - -%description ESIEEcv -The package allows the user to set up a curriculum vitae as a -French employer will expect. - -%package ESIEEcv-doc -Summary: Documentation for ESIEEcv -Version: svn15878.0 - -Provides: tex-ESIEEcv-doc -AutoReqProv: No - -%description ESIEEcv-doc -Documentation for ESIEEcv - -%package GS1 -Provides: tex-GS1 = %{tl_version} -License: LPPL 1.3 -Summary: Typeset EAN barcodes using TeX rules, only -Version: svn44822 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(expl3.sty) -Requires: tex(xparse.sty) -Provides: tex(GS1.sty) = %{tl_version} -Provides: tex(rule-D.sty) = %{tl_version} - -%description GS1 -The (LaTeX 3) package typesets EAN-8 and EAN-13 barcodes, using -the facilities of the rule-D package. - -%package GS1-doc -Summary: Documentation for GS1 -Version: svn44822 -Provides: tex-GS1-doc -AutoReqProv: No - -%description GS1-doc -Documentation for GS1 - -%package HA-prosper -Provides: tex-HA-prosper = %{tl_version} -License: LPPL -Summary: Patches and improvements for prosper -Version: svn15878.4.21 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(xkeyval.sty) -Requires: tex(xcomment.sty) -Requires: tex(verbatim.sty) -Requires: tex(pst-grad.sty) -Requires: tex(pifont.sty) -Requires: tex(amssymb.sty) -Requires: tex(palatino.sty) -Requires: tex(mathpazo.sty) -Requires: tex(semhelv.sty) -Requires: tex(multido.sty) -Requires: tex(pst-slpe.sty) -Provides: tex(HA-prosper.cfg) = %{tl_version} -Provides: tex(HA-prosper.sty) = %{tl_version} -Provides: tex(HAPAggie.sty) = %{tl_version} -Provides: tex(HAPcapsules.sty) = %{tl_version} -Provides: tex(HAPciment.sty) = %{tl_version} -Provides: tex(HAPFyma.sty) = %{tl_version} -Provides: tex(HAPHA.sty) = %{tl_version} -Provides: tex(HAPLakar.sty) = %{tl_version} -Provides: tex(HAPsimple.sty) = %{tl_version} -Provides: tex(HAPTCS.sty) = %{tl_version} -Provides: tex(HAPTCSTealBlue.sty) = %{tl_version} -Provides: tex(HAPTCSgrad.sty) = %{tl_version} -Provides: tex(HAPTycja.sty) = %{tl_version} - -%description HA-prosper -HA-prosper is a patch for prosper that adds new functionality -to prosper based presentations. Among the new features you will -find automatic generation of a table of contents on each slide, -support for notes and portrait slides. The available styles -demonstrate how to expand the functionality of prosper even -further. - -%package HA-prosper-doc -Summary: Documentation for HA-prosper -Version: svn15878.4.21 - -Provides: tex-HA-prosper-doc -AutoReqProv: No - -%description HA-prosper-doc -Documentation for HA-prosper - -%package Tabbing -Provides: tex-Tabbing = %{tl_version} -License: LPPL -Summary: Tabbing with accented letters -Version: svn17022.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(Tabbing.sty) = %{tl_version} - -%description Tabbing -By default, some of the tabbing environment's commands clash -with default accent commands; LaTeX provides the odd commands -\a', etc., to deal with the clash. The package offers a variant -of the tabbing environment which does not create this -difficulty, so that users need not learn two sets of accent -commands. - -%package Tabbing-doc -Summary: Documentation for Tabbing -Version: svn17022.0 - -Provides: tex-Tabbing-doc -AutoReqProv: No - -%description Tabbing-doc -Documentation for Tabbing - -%package colordoc -Provides: tex-colordoc = %{tl_version} -License: LPPL -Summary: Coloured syntax highlights in documentation -Version: svn18270.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(color.sty) -Requires: tex(fixltx2e.sty) -Provides: tex(colordoc.sty) = %{tl_version} - -%description colordoc -The package is used in documentation files (that use the doc -package); with it the code listings will highlight (for -example) pairs of curly braces with matching colors. Other -delimiters like \if ... \fi, are highlighted, as are the names -of new commands. All this makes code a little more readable, -and helps during process of writing. Three options are -provided, including a non-color option designed for printing -(which numbers delimiters and underlines new commands). - -%package colordoc-doc -Summary: Documentation for colordoc -Version: svn18270.0 - -Provides: tex-colordoc-doc -AutoReqProv: No - -%description colordoc-doc -Documentation for colordoc - -%package colorinfo -Provides: tex-colorinfo = %{tl_version} -License: LPPL -Summary: Retrieve colour model and values for defined colours -Version: svn15878.0.3c - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(colorinfo.sty) = %{tl_version} - -%description colorinfo -colorinfo package - -%package colorinfo-doc -Summary: Documentation for colorinfo -Version: svn15878.0.3c - -Provides: tex-colorinfo-doc -AutoReqProv: No - -%description colorinfo-doc -Documentation for colorinfo - -%package colorspace -Provides: tex-colorspace = %{tl_version} -License: LPPL 1.3 -Summary: Provides PDF color spaces -Version: svn50585 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xcolor.sty) -Provides: tex(colorspace.sty) = %{tl_version} - -%description colorspace -The package provides PDF color spaces. Currently, only spot -colors and overprinting are supported. It requires xcolor, and -supports pdfTeX and luaTeX. - -%package colorspace-doc -Summary: Documentation for colorspace -Version: svn50585 -Provides: tex-colorspace-doc -AutoReqProv: No - -%description colorspace-doc -Documentation for colorspace - -%package colortab -Provides: tex-colortab = %{tl_version} -License: LPPL -Summary: Shade cells of tables and halign -Version: svn22155.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(pstricks.sty) +Requires: tex(datetime.sty) +Requires: tex(multicol.sty) +Requires: tex(fancyhdr.sty) Requires: tex(fancybox.sty) -Provides: tex(colortab.sty) = %{tl_version} -Provides: tex(colortab.tex) = %{tl_version} - -%description colortab -The package lets you shade or colour the cells in the alignment -environments such as \halign and LaTeX's tabular and array -environments. The colortbl package is to be preferred today -with LaTeX (it assures compatibility with the longtable -package, which is no longer true with colortab); another modern -option is the table-colouring option of the xcolor. However, -colortab remains an adequate solution for use with Plain TeX. - -%package colortab-doc -Summary: Documentation for colortab -Version: svn22155.1.0 - -Provides: tex-colortab-doc -AutoReqProv: No - -%description colortab-doc -Documentation for colortab - -%package colorwav -Provides: tex-colorwav = %{tl_version} -License: LGPLv2+ -Summary: Colours by wavelength of visible light -Version: svn15878.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Requires: tex(fp.sty) -Provides: tex(colorwav.sty) = %{tl_version} - -%description colorwav -The package allows the user to obtain an RGB value (suitable -for use in the color package) from a wavelength of light. The -default unit is nanometres, but other units may be used. Note -that this function is also available within the xcolor. - -%package colorwav-doc -Summary: Documentation for colorwav -Version: svn15878.1.0 - -Provides: tex-colorwav-doc -AutoReqProv: No - -%description colorwav-doc -Documentation for colorwav - -%package colorweb -Provides: tex-colorweb = %{tl_version} -License: LPPL 1.3 -Summary: Extend the color package colour space -Version: svn31490.1.3 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(color.sty) -Provides: tex(colorweb.sty) = %{tl_version} - -%description colorweb -The package makes the 216 "web-safe colours" available to the -standard color package. - -%package colorweb-doc -Summary: Documentation for colorweb -Version: svn31490.1.3 - -Provides: tex-colorweb-doc -AutoReqProv: No - -%description colorweb-doc -Documentation for colorweb - -%package colourchange -Provides: tex-colourchange = %{tl_version} -License: GPLv3+ -Summary: colourchange -Version: svn21741.1.22 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(etoolbox.sty) -Requires: tex(calc.sty) -Provides: tex(colourchange.sty) = %{tl_version} - -%description colourchange -The package allows you to change the colour of the structural -elements (inner theme and outer theme) of your beamer -presentation during the presentation. There is a manual option -but there is also the option to have your structure colour -change from one colour to another as a function of how far -through the presentation you are. - -%package colourchange-doc -Summary: Documentation for colourchange -Version: svn21741.1.22 - -Provides: tex-colourchange-doc -AutoReqProv: No - -%description colourchange-doc -Documentation for colourchange - -%package combelow -Provides: tex-combelow = %{tl_version} -License: LPPL 1.3 -Summary: Typeset "comma-below" letters, as in Romanian -Version: svn18462.0.99f - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(combelow.sty) = %{tl_version} - -%description combelow -The package defines a command \cb that positions a comma below -a letter, as required (for example) in Romanian typesetting. -The command is robust, but interferes with hyphenation. - -%package combelow-doc -Summary: Documentation for combelow -Version: svn18462.0.99f - -Provides: tex-combelow-doc -AutoReqProv: No - -%description combelow-doc -Documentation for combelow - -%package combine -Provides: tex-combine = %{tl_version} -License: LPPL 1.3 -Summary: Bundle individual documents into a single document -Version: svn19361.0.7a - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(cite.sty) -Requires: tex(keyval.sty) -Requires: tex(natbib.sty) -Provides: tex(combcite.sty) = %{tl_version} -Provides: tex(combine.cls) = %{tl_version} -Provides: tex(combinet.sty) = %{tl_version} -Provides: tex(combnat.sty) = %{tl_version} - -%description combine -The combine class lets you bundle individual documents into a -single document, such as when preparing a conference -proceedings. The auxiliary combinet package puts the titles and -authors from \maketitle commands into the main document's Table -of Contents. The package cooperates with the abstract and -titling packages. - -%package combine-doc -Summary: Documentation for combine -Version: svn19361.0.7a - -Provides: tex-combine-doc -AutoReqProv: No - -%description combine-doc -Documentation for combine - -%package comma -Provides: tex-comma = %{tl_version} -License: LPPL -Summary: Formats a number by inserting commas -Version: svn18259.1.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(comma.sty) = %{tl_version} - -%description comma -A flexible package that allows commas (or anything else) to be -inserted every three digits in a number, as in 1,234. - -%package comma-doc -Summary: Documentation for comma -Version: svn18259.1.2 - -Provides: tex-comma-doc -AutoReqProv: No - -%description comma-doc -Documentation for comma - -%package commado -Provides: tex-commado = %{tl_version} -License: LPPL 1.3 -Summary: Expandable iteration on comma-separated and filename lists -Version: svn38875 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(commado.sty) = %{tl_version} -Provides: tex(filesdo.sty) = %{tl_version} - -%description commado -The bundle provides two packages: commado and filesdo. The -package commado provides the command \DoWithCSL: -\DoWithCSL{}{} applies an existing one-parameter -macro to each item in a list in which terms are -separated by commas. The package filesdo provides the command -\DoWithBasesExts: \DoWithBasesExts{}{}{} -which runs the single parameter command on each file -whose base and extension are respectively from the comma- -separated lists and . These 'loop'-like commands -are (themselves) entirely expandable. The packages rely on -packages plainpkg, and stacklet - -%package commado-doc -Summary: Documentation for commado -Version: svn38875 - -Provides: tex-commado-doc -AutoReqProv: No - -%description commado-doc -Documentation for commado - -%package comment -Provides: tex-comment = %{tl_version} -License: GPL+ -Summary: Selectively include/excludes portions of text -Version: svn41927 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(comment.sty) = %{tl_version} - -%description comment -Selectively include/exclude pieces of text, allowing the user -to define new, separately controlled, comment versions. All -text between \comment ... \endcomment or \begin{comment} ... -\end{comment} is discarded. The opening and closing commands -should appear on a line of their own. No starting spaces, -nothing after it. This environment should work with arbitrary -amounts of comment, and the comment can be arbitrary text. -Other 'comment' environments are defined and -selected/deselected with \includecomment{versiona} and -\excludecoment{versionb} These environments are used as -\versiona ... \endversiona or \begin{versiona} ... -\end{versiona} with the opening and closing commands again on a -line of their own. - -%package comment-doc -Summary: Documentation for comment -Version: svn41927 -Provides: tex-comment-doc -AutoReqProv: No - -%description comment-doc -Documentation for comment - -%package concepts -Provides: tex-concepts = %{tl_version} -License: LPPL -Summary: Keeping track of formal 'concepts' for a particular field -Version: svn29020.0.0.5_r1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(etextools.sty) -Requires: tex(nth.sty) -Requires: tex(xspace.sty) -Requires: tex(xparse.sty) -Requires: tex(ltxkeys.sty) -Requires: tex(xstring.sty) -Provides: tex(concepts.sty) = %{tl_version} - -%description concepts -The package helps to keep track of formal 'concepts' for a -specific field or document. This is particularly useful for -scientific papers (for example, in physics, mathematics or -computer science), which may introduce several concepts (with -their own symbols). The package's commands allow the user to -define a concept (typically, near its first use), and will -ensure consistent use throughout the document. The package -depends on several other packages; while these are fairly -common packages, the user should check the package's README -file for the complete list. - -%package concepts-doc -Summary: Documentation for concepts -Version: svn29020.0.0.5_r1 - -Provides: tex-concepts-doc -AutoReqProv: No - -%description concepts-doc -Documentation for concepts - -%package concprog -Provides: tex-concprog = %{tl_version} -License: GPL+ -Summary: Concert programmes -Version: svn18791.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(ConcProg.cls) = %{tl_version} - -%description concprog -A class which provides the necessary macros to prepare a -(classical) concert programme; a sample is provided. - -%package concprog-doc -Summary: Documentation for concprog -Version: svn18791.0 - -Provides: tex-concprog-doc -AutoReqProv: No - -%description concprog-doc -Documentation for concprog - -%package constants -Provides: tex-constants = %{tl_version} -License: LPPL -Summary: Automatic numbering of constants -Version: svn15878.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(keyval.sty) -Provides: tex(constants.sty) = %{tl_version} - -%description constants -The package provides a way to number constants in a -mathematical proof automatically, with a system for -labelling/referencing. In addition, several families of -constants (with different symbols) may be defined. - -%package constants-doc -Summary: Documentation for constants -Version: svn15878.1.0 - -Provides: tex-constants-doc -AutoReqProv: No - -%description constants-doc -Documentation for constants - -%package contour -Provides: tex-contour = %{tl_version} -License: LPPL -Summary: Print a coloured contour around text -Version: svn18950.2.14 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(color.sty) -Requires: tex(trig.sty) -Provides: tex(contour.cfg) = %{tl_version} -Provides: tex(contour.sty) = %{tl_version} - -%description contour -This package generates a coloured contour around a given text -in order to enable printing text over a background without the -need of a coloured box around the text. - -%package contour-doc -Summary: Documentation for contour -Version: svn18950.2.14 - -Provides: tex-contour-doc -AutoReqProv: No - -%description contour-doc -Documentation for contour - -%package contracard -Provides: tex-contracard = %{tl_version} -License: LPPL 1.3 -Summary: Generate calling cards for dances -Version: svn50217 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea Requires: tex(geometry.sty) -Requires: tex(titlesec.sty) -Provides: tex(contracard.cls) = %{tl_version} - -%description contracard -A package and a class used to typeset traditional country -dances, such as contra and square dances, and to create calling -cards for the same. - -%package contracard-doc -Summary: Documentation for contracard -Version: svn50217 -Provides: tex-contracard-doc -AutoReqProv: No - -%description contracard-doc -Documentation for contracard - -%package cooking -Provides: tex-cooking = %{tl_version} -License: GPL+ -Summary: Typeset recipes -Version: svn15878.0.9b - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(cooking.sty) = %{tl_version} - -%description cooking -The package typesets recipes according to the style used in a -well-respected German cookery book. - -%package cooking-doc -Summary: Documentation for cooking -Version: svn15878.0.9b - -Provides: tex-cooking-doc -AutoReqProv: No - -%description cooking-doc -Documentation for cooking - -%package cool -Provides: tex-cool = %{tl_version} -License: LGPLv2+ -Summary: COntent-Oriented LaTeX -Version: svn15878.1.35 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Requires: tex(coollist.sty) -Requires: tex(coolstr.sty) -Requires: tex(forloop.sty) -Requires: tex(amsmath.sty) -Requires: tex(amssymb.sty) -Requires: tex(bbm.sty) -Provides: tex(cool.sty) = %{tl_version} - -%description cool -The package (COntent Oriented LaTeX) gives LaTeX the power to -retain mathematical meaning of its expressions in addition to -the typsetting instructions; essentially separating style from -the content of the math. One advantage of keeping mathematical -meaning is that conversion of LaTeX documents to other -executable formats (such as Content MathML or Mathematica code) -is greatly simplified. The package requires the coolstr, -coollist and forloop packages. - -%package cool-doc -Summary: Documentation for cool -Version: svn15878.1.35 - -Provides: tex-cool-doc -AutoReqProv: No - -%description cool-doc -Documentation for cool - -%package coollist -Provides: tex-coollist = %{tl_version} -License: LGPLv2+ -Summary: Manipulate COntent Oriented LaTeX Lists -Version: svn15878.1.4 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Requires: tex(amsmath.sty) -Requires: tex(amssymb.sty) -Requires: tex(coolstr.sty) -Requires: tex(forloop.sty) -Provides: tex(coollist.sty) = %{tl_version} - -%description coollist -Lists are defined as a sequence of tokens separated by a comma. -The coollist package allows the user to access certain elements -of the list while neglecting others--essentially turning lists -into a sort of array. List elements are accessed by specifying -the position of the object within the list (the index of the -item). - -%package coollist-doc -Summary: Documentation for coollist -Version: svn15878.1.4 - -Provides: tex-coollist-doc -AutoReqProv: No - -%description coollist-doc -Documentation for coollist - -%package coolstr -Provides: tex-coolstr = %{tl_version} -License: LGPLv2+ -Summary: String manipulation in LaTeX -Version: svn15878.2.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Requires: tex(amsmath.sty) -Requires: tex(amssymb.sty) -Provides: tex(coolstr.sty) = %{tl_version} - -%description coolstr -Coolstr is a subpackage of the cool bundle that deals with the -manipulation of strings. A string is defined as a sequence of -characters (not tokens). The package provides the ability to -access a specific character of a string, as well as determine -if the string contains numeric or integer data. - -%package coolstr-doc -Summary: Documentation for coolstr -Version: svn15878.2.2 - -Provides: tex-coolstr-doc -AutoReqProv: No - -%description coolstr-doc -Documentation for coolstr - -%package coolthms -Provides: tex-coolthms = %{tl_version} -License: LPPL -Summary: Reference items in a theorem environment -Version: svn29062.1.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(amssymb.sty) -Requires: tex(hyperref.sty) -Requires: tex(etoolbox.sty) -Requires: tex(scrbase.sty) -Requires: tex(letltxmacro.sty) -Requires: tex(ifthen.sty) -Requires: tex(xargs.sty) -Requires: tex(kvoptions.sty) -Requires: tex(ntheorem.sty) -Requires: tex(cleveref.sty) -Provides: tex(coolthms.sty) = %{tl_version} - -%description coolthms -The package provides the means to directly reference items of -lists nested in theorem-like environments (e.g., as 'Theorem 1 -a'). The package extends the ntheorem and cleveref packages. -The package also provides other theorem markup commands. - -%package coolthms-doc -Summary: Documentation for coolthms -Version: svn29062.1.2 - -Provides: tex-coolthms-doc -AutoReqProv: No - -%description coolthms-doc -Documentation for coolthms - -%package cooltooltips -Provides: tex-cooltooltips = %{tl_version} -License: LPPL -Summary: Associate a pop-up window and tooltip with PDF hyperlinks -Version: svn15878.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifpdf.sty) -Provides: tex(cooltooltips.sty) = %{tl_version} - -%description cooltooltips -The cooltooltips package enables a document to contain -hyperlinks that pop up a brief tooltip when the mouse moves -over them and also open a small window containing additional -text. cooltooltips provides the mechanism used by the Visual -LaTeX FAQ to indicate the question that each hyperlink answers. - -%package cooltooltips-doc -Summary: Documentation for cooltooltips -Version: svn15878.1.0 - -Provides: tex-cooltooltips-doc -AutoReqProv: No - -%description cooltooltips-doc -Documentation for cooltooltips - -%package coordsys -Provides: tex-coordsys = %{tl_version} -License: LPPL -Summary: Draw cartesian coordinate systems -Version: svn15878.1.4 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(coordsys.sty) = %{tl_version} -Provides: tex(logsys.sty) = %{tl_version} - -%description coordsys -The package provides commands for typesetting number lines -(coordinate axes), coordinate systems and grids in the picture -environment. The package may be integrated with other drawing -mechanisms: the documentation shows examples of drawing graphs -(coordinate tables created by Maple), using the eepic package's -drawing capabilities. - -%package coordsys-doc -Summary: Documentation for coordsys -Version: svn15878.1.4 - -Provides: tex-coordsys-doc -AutoReqProv: No - -%description coordsys-doc -Documentation for coordsys - -%package copyedit -Provides: tex-copyedit = %{tl_version} -License: LPPL 1.3 -Summary: Copyediting support for LaTeX documents -Version: svn37928.1.6 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(expl3.sty) -Requires: tex(acronym.sty) -Requires: tex(l3keys2e.sty) -Requires: tex(xparse.sty) -Requires: tex(enumitem.sty) -Provides: tex(copyedit.sty) = %{tl_version} - -%description copyedit -This package implements copyediting support for LaTeX -documents. Authors can enjoy the freedom of using, for example, -words with US or UK or Canadian or Australian spelling in a -mixed way, yet, they can choose any one of the usage forms for -their entire document irrespective of kinds of spelling they -have adopted. In the same fashion, the users can have the -benefit of the following features available in the package: -Localization -- British-American-Australian-Canadian Close-up, -Hyphenation, and Spaced words Latin abbreviations Acronyms and -Abbreviations Itemization, nonlocal lists and labels -Parenthetical and serial commas Non-local tokenization in -language through Abbreviations and pronouns. - -%package copyedit-doc -Summary: Documentation for copyedit -Version: svn37928.1.6 - -Provides: tex-copyedit-doc -AutoReqProv: No - -%description copyedit-doc -Documentation for copyedit - -%package copyrightbox -Provides: tex-copyrightbox = %{tl_version} -License: LPPL -Summary: Provide copyright notices for images in a document -Version: svn24829.0.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(tikz.sty) -Requires: tex(ifthen.sty) -Provides: tex(copyrightbox.sty) = %{tl_version} - -%description copyrightbox -The package command \copyrightbox[]{}{}, which places the text as a copyright notice -relating to the matter created by the image command. - -%package copyrightbox-doc -Summary: Documentation for copyrightbox -Version: svn24829.0.1 - -Provides: tex-copyrightbox-doc -AutoReqProv: No - -%description copyrightbox-doc -Documentation for copyrightbox - -%package coseoul -Provides: tex-coseoul = %{tl_version} -License: LPPL 1.3 -Summary: Context sensitive outline elements -Version: svn23862.1.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Provides: tex(coseoul.sty) = %{tl_version} - -%description coseoul -The package provides "relative" commands that may be used in -place of \chapter, \section, etc. The documentation shows a -number of document-management scenarios in which such commands -are valuable. - -%package coseoul-doc -Summary: Documentation for coseoul -Version: svn23862.1.1 - -Provides: tex-coseoul-doc -AutoReqProv: No - -%description coseoul-doc -Documentation for coseoul - -%package counttexruns -Provides: tex-counttexruns = %{tl_version} -License: LPPL 1.3 -Summary: Count compilations of a document -Version: svn27576.1.00a - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(kvoptions.sty) -Provides: tex(counttexruns.sty) = %{tl_version} - -%description counttexruns -The package counts how often a LaTeX document is compiled, -keeping the data in an external file. To print the count, can -use the macro \thecounttexruns. - -%package counttexruns-doc -Summary: Documentation for counttexruns -Version: svn27576.1.00a - -Provides: tex-counttexruns-doc -AutoReqProv: No - -%description counttexruns-doc -Documentation for counttexruns - -%package courseoutline -Provides: tex-courseoutline = %{tl_version} -License: Copyright only -Summary: Prepare university course outlines -Version: svn15878.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(courseoutline.cls) = %{tl_version} - -%description courseoutline -Courseoutline is a class designed to minimise markup in a -tedious task that needs to be repeated often. - -%package courseoutline-doc -Summary: Documentation for courseoutline -Version: svn15878.1.0 - -Provides: tex-courseoutline-doc -AutoReqProv: No - -%description courseoutline-doc -Documentation for courseoutline - -%package coursepaper -Provides: tex-coursepaper = %{tl_version} -License: Copyright only -Summary: Prepare university course papers -Version: svn15878.2.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(coursepaper.cls) = %{tl_version} - -%description coursepaper -Coursepaper is a class with which students can provide simple -course papers, in a uniform design to ease the task of marking. - -%package coursepaper-doc -Summary: Documentation for coursepaper -Version: svn15878.2.0 - -Provides: tex-coursepaper-doc -AutoReqProv: No - -%description coursepaper-doc -Documentation for coursepaper - -%package coverpage -Provides: tex-coverpage = %{tl_version} -License: LPPL 1.2 -Summary: Automatic cover page creation for scientific papers -Version: svn15878.1.01 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(keyval.sty) -Requires: tex(textcomp.sty) -Requires: tex(url.sty) +Requires: tex(textpos.sty) +Requires: tex(hyphenat.sty) +Requires: tex(lastpage.sty) +Requires: tex(setspace.sty) +Requires: tex(ragged2e.sty) +Requires: tex(pifont.sty) +Requires: tex(fullpage.sty) +Requires: tex(calc.sty) Requires: tex(verbatim.sty) -Provides: tex(CoverPage.cfg) = %{tl_version} -Provides: tex(CoverPage.sty) = %{tl_version} +Requires: tex(tabularx.sty) +Requires: tex(fontspec.sty) +Requires: tex(bidi.sty) +Requires: tex(extrafootnotefeatures.def) +Provides: tex(parsidigits.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(algorithm-xepersian.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(algorithmic-xepersian.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(amsart-xepersian.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(amsbook-xepersian.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(article-xepersian.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(artikel1-xepersian.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(artikel2-xepersian.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(artikel3-xepersian.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(backref-xepersian.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(bidicode-xepersian.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(bidimoderncv-xepersian.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(bidituftesidenote-xepersian.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(boek-xepersian.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(boek3-xepersian.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(book-xepersian.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(bookest-xepersian.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(breqn-xepersian.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(color-localise.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(commands-ltx.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(commands-xepersian.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(empheq-xepersian.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(enumerate-xepersian.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(environments-ltx.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(environments-xepersian.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(extarticle-xepersian.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(extbook-xepersian.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(extrafootnotefeatures-xepersian.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(extreport-xepersian.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(flowfram-xepersian.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(footnote-bidi-xepersian.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(framed-bidi-xepersian.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(hyperref-xepersian.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(imsproc-xepersian.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(kashida-xepersian.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(listings-xepersian.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(loadingorder-bidi-xepersian.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(localise-xepersian.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(memoir-xepersian.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(messages-localise.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(minitoc-xepersian.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(misc-localise-xepersian.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(natbib-xepersian.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(packages-localise-xepersian.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(rapport1-xepersian.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(rapport3-xepersian.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(refrep-xepersian.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(report-xepersian.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(scrartcl-xepersian.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(scrbook-xepersian.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(scrreprt-xepersian.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(tkz-linknodes-xepersian.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(tocloft-xepersian.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(xepersian-magazine.cls) = %{epoch}:%{source_date}-%{release} +Provides: tex(xepersian-mathsdigitspec.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(xepersian-multiplechoice.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(xepersian-persiancal.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(xepersian.sty) = %{epoch}:%{source_date}-%{release} -%description coverpage -The package CoverPage was created to supplement scientific -papers with a cover page containing bibliographical -information, a copyright notice, and/or some logos of the -author's institution. The cover page is created (almost) -automatically; this is done by parsing BibTeX information -corresponding to the main document and reading a configuration -file in which the author can set information like the -affiliation he or she is associated with. The cover page -consists of header, body and footer; all three are macros which -can be redefined using \renewcommand, thus allowing easy -customization of the package. Additionally, it should be -stressed that the cover page layout is totally independent of -the main document and its page layout. This package requires -four other packages (keyval, url, textcomp, and verbatim), but -all of them are standard packages and should be part of every -LaTeX installation. +%description xepersian +The package supports Persian typesetting, using the Persian +Modern fonts, by default. -%package coverpage-doc -Summary: Documentation for coverpage -Version: svn15878.1.01 -Provides: tex-coverpage-doc -AutoReqProv: No +%package xesearch +Provides: tex-xesearch = %{epoch}:%{source_date}-%{release} +Provides: tex-xesearch-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-xesearch-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-xesearch-doc < %{tl_epoch}:%{source_date} +License: LPPL +Summary: A string finder for XeTeX +BuildArch: noarch +Requires: texlive-base +Requires: tex-kpathsea +Provides: tex(t-xesearch.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(xesearch.sty) = %{epoch}:%{source_date}-%{release} -%description coverpage-doc -Documentation for coverpage +%description xesearch +The package finds strings (e.g. (parts of) words or phrases) +and manipulates them (apply any macro), thus turning each word +or phrase into a possible command. It is written in plain XeTeX +and should thus work with any format (it is known to work with +LaTeX and ConTeXt). The main application for the moment is +XeIndex, an automatic index for XeLaTeX, but examples are given +of simple use to check spelling, count words, and highlight +syntax of programming languages. -%package cprotect -Provides: tex-cprotect = %{tl_version} + +%package xetex +Provides: tex-xetex = %{epoch}:%{source_date}-%{release} +Provides: tex-xetex-bin = %{epoch}:%{source_date}-%{release} +Provides: texlive-xetex-bin = %{epoch}:%{source_date}-%{release} +Obsoletes: texlive-xetex-bin < %{tl_epoch}:%{source_date} +Provides: texlive-xetex-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: texlive-xetex-doc < %{tl_epoch}:%{source_date} +License: MIT +Summary: Unicode and OpenType-enabled TeX engine +Requires: texlive-base +Requires: texlive-kpathsea +Requires: texlive-xetexconfig +Requires: texlive-latex +Requires: texlive-dvipdfmx +Requires: texlive-cm +Requires: texlive-hyphen-base +Requires: texlive-tex-ini-files +Requires: texlive-unicode-data +Requires: texlive-etex +Requires: texlive-plain +Requires: texlive-babel +Requires: texlive-l3kernel +Requires: texlive-latex-fonts +Requires: texlive-lm +Requires: teckit +Requires(post,postun): coreutils +Requires: tex(xetex.def) +Provides: tex(qx-unicode.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(tex-text.map) = %{epoch}:%{source_date}-%{release} + +%description xetex +XeTeX is an extension of TeX that integrates TeX's typesetting capabilities +with (a) the Unicode text encoding standard (supporting most of the world’s +scripts) and (b) modern font technologies (TrueType and OpenType) and text +layout services (AAT, OpenType layout, SIL Graphite) provided by the host +operating system and available libraries. + +With XeTeX, the advanced typographic features provided by OpenType fonts become +available for all TeX users, as well as support for complex non-roman scripts. +XeTeX also eliminates the complex task of managing a TeX font installation. +XeTeX is now part of the standard TeX distribution TeXLive and works well with +TeX macro packages like LaTeX and ConTeXt. + +%post xetex +if [ $1 -gt 0 ] ; then +sed -i 's/^\#\!\ xetex.*$/xetex xetex language.def -etex xetex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf +sed -i 's/^\#\!\ xelatex.*$/xelatex xetex language.dat -etex xelatex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf +fi +: + +%postun xetex +if [ $1 == 0 ] ; then +sed -i 's/^xetex.*$/\#\!\ xetex xetex language.def -etex xetex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf > /dev/null 2>&1 +sed -i 's/^xelatex.*$/\#\!\ xelatex xetex language.dat -etex xelatex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf > /dev/null 2>&1 +fi +: + +%package xetexconfig +Provides: tex-xetexconfig = %{epoch}:%{source_date}-%{release} +License: LPPL +Summary: Configuration files for XeTeX +BuildArch: noarch +Requires: texlive-base +Requires: tex-kpathsea +Provides: tex(unicode-letters.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(crop.cfg) = %{epoch}:%{source_date}-%{release} + +%description xetexconfig +unicode-letters, and special crop.cfg and hyperref.cfg for +XeTeX. + + +%package xetex-itrans +Provides: tex-xetex-itrans = %{epoch}:%{source_date}-%{release} +Provides: tex-xetex-itrans-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-xetex-itrans-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-xetex-itrans-doc < %{tl_epoch}:%{source_date} License: LPPL 1.3 -Summary: Allow verbatim, etc., in macro arguments -Version: svn21209.1.0e - +Summary: Itrans input maps for use with XeLaTeX +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-kpathsea +Provides: tex(brh-kan.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(itrans-dvn.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(itrans-iast.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(itrans-kan.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(itrans-sankan.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(itrans-santel.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(itrans-sdvn.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(itrans-tamil.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(itrans-tel.map) = %{epoch}:%{source_date}-%{release} -Requires: tex(ifthen.sty) -Requires: tex(suffix.sty) -Provides: tex(cprotect.sty) = %{tl_version} +%description xetex-itrans +The package provides maps for use with XeLaTeX with coding done +using itrans. Fontspec maps are provided for Devanagari +(Sanskrit), for Sanskrit in Kannada and for Kannada itself. -%description cprotect -The package defines the macro \cprotect that makes a following -macro proof against verbatim in its argument; as, for example, -\cprotect\section{\verb"foo"} A similar macro \cprotEnv -(applied to the \begin of an environment) sanitises the -behavior of fragile environments. Moving arguments, and -corresponding "tables of ..." work happily. -%package cprotect-doc -Summary: Documentation for cprotect -Version: svn21209.1.0e +%package xetex-pstricks +Provides: tex-xetex-pstricks = %{epoch}:%{source_date}-%{release} +Provides: tex-xetex-pstricks-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-xetex-pstricks-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-xetex-pstricks-doc < %{tl_epoch}:%{source_date} +License: Public Domain +Summary: Running PStricks under XeTeX +BuildArch: noarch +Requires: texlive-base +Requires: tex-kpathsea -Provides: tex-cprotect-doc -AutoReqProv: No +%description xetex-pstricks +The package provides an indirection scheme for XeTeX to use the +pstricks xdvipdfmx.cfg configuration file, so that XeTeX +documents will load it in preference to the standard +pstricks.con configuration file. With this configuration, many +PSTricks features can be used in xelatex or plain xetex +documents. -%description cprotect-doc -Documentation for cprotect -%package crbox -Provides: tex-crbox = %{tl_version} +%package xetex-tibetan +Provides: tex-xetex-tibetan = %{epoch}:%{source_date}-%{release} +Provides: tex-xetex-tibetan-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-xetex-tibetan-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-xetex-tibetan-doc < %{tl_epoch}:%{source_date} License: LPPL -Summary: Boxes with crossed corners -Version: svn29803.0.1 - +Summary: XeTeX input maps for Unicode Tibetan +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-kpathsea +Provides: tex(loctib.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(wylie.map) = %{epoch}:%{source_date}-%{release} -Requires: tex(biditools.sty) -Provides: tex(crbox.sty) = %{tl_version} +%description xetex-tibetan +The package provides a map for use with Jonathan Kew's TECkit, +to translate Tibetan to Unicode (range 0F00-0FFF). -%description crbox -The package implements a \crbox command which produces boxes -with crossing lines at the corners. -%package crbox-doc -Summary: Documentation for crbox -Version: svn29803.0.1 +%package xetexfontinfo +Provides: tex-xetexfontinfo = %{epoch}:%{source_date}-%{release} +Provides: tex-xetexfontinfo-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-xetexfontinfo-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-xetexfontinfo-doc < %{tl_epoch}:%{source_date} +License: ASL 2.0 +Summary: Report font features in XeTeX +BuildArch: noarch +Requires: texlive-base +Requires: tex-kpathsea +Provides: tex(aat-info.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(opentype-info.tex) = %{epoch}:%{source_date}-%{release} -Provides: tex-crbox-doc -AutoReqProv: No +%description xetexfontinfo +A pair of documents to reveal the font features supported by +fonts usable in XeTeX. Use OpenType-info.tex for OpenType +fonts, and AAT-info.tex for AAT fonts (Mac OS X only). -%description crbox-doc -Documentation for crbox -%package crossreference -Provides: tex-crossreference = %{tl_version} +%package xltxtra +Provides: tex-xltxtra = %{epoch}:%{source_date}-%{release} +Provides: tex-xltxtra-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-xltxtra-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-xltxtra-doc < %{tl_epoch}:%{source_date} License: LPPL -Summary: Crossreferences within documents -Version: svn15878.0 - +Summary: "Extras" for LaTeX users of XeTeX +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-kpathsea +Requires: tex(ifluatex.sty) +Requires: tex(fontspec.sty) +Requires: tex(ifxetex.sty) +Requires: tex(realscripts.sty) +Requires: tex(metalogo.sty) +Provides: tex(xltxtra.sty) = %{epoch}:%{source_date}-%{release} -Provides: tex(crossreference.sty) = %{tl_version} +%description xltxtra +The package loads the fixltx2e package from the LaTeX +distribution, and etex.sty from the e-TeX distribution. The +package then patches the \- (discretionary hyphen command) to +use the current hyphen character (which may be different from +than the default, which is the character at the ASCII hyphen +slot), and loads the realscripts to patch the \textsuperscript +command (from the LaTeX kernel) and the \textsubscript command +(from the fixltx2e package). The package is loaded by the +fontspec package, so that it should not ordinarily be necessary +to load it explicitly. The package relies on the metalogo +package for typesetting the XeTeX and XeLaTeX logos. -%description crossreference -The package defines cross-references (essentially 'grand' label -references), which may be listed in a table of cross- -references. -%package crossreference-doc -Summary: Documentation for crossreference -Version: svn15878.0 +%package xunicode +Provides: tex-xunicode = %{epoch}:%{source_date}-%{release} +Provides: tex-xunicode-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-xunicode-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-xunicode-doc < %{tl_epoch}:%{source_date} +License: LPPL 1.3 +Summary: Generate Unicode characters from accented glyphs +BuildArch: noarch +Requires: texlive-base +Requires: tex-kpathsea +Requires: tex(graphicx.sty) +Requires: tex(t3enc.def) +Provides: tex(xunicode.sty) = %{epoch}:%{source_date}-%{release} -Provides: tex-crossreference-doc -AutoReqProv: No +%description xunicode +The package supports XeTeX's (and other putative future similar +engines') need for Unicode characters, in a similar way to what +the fontenc does for 8-bit (and the like) fonts: convert +accent-glyph sequence to a single Unicode character for output. +The package also covers glyphs specified by packages (such as +tipa) which define many commands for single text glyphs. -%description crossreference-doc -Documentation for crossreference %package csquotes -Provides: tex-csquotes = %{tl_version} -License: LPPL 1.3 +Provides: tex-csquotes = %{epoch}:%{source_date}-%{release} +Provides: tex-csquotes-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-csquotes-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-csquotes-doc < %{tl_epoch}:%{source_date} +License: LPPL Summary: Context sensitive quotation facilities -Version: svn53041 +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-kpathsea Requires: tex(etoolbox.sty) Requires: tex(keyval.sty) -Provides: tex(csq-compat.def) = %{tl_version} -Provides: tex(csquotes.cfg) = %{tl_version} -Provides: tex(csquotes.def) = %{tl_version} -Provides: tex(csquotes.sty) = %{tl_version} +Provides: tex(csq-compat.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(csquotes.cfg) = %{epoch}:%{source_date}-%{release} +Provides: tex(csquotes.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(csquotes.sty) = %{epoch}:%{source_date}-%{release} %description csquotes This package provides advanced facilities for inline and @@ -92132,82 +19511,21 @@ well as the optional active quotes are freely configurable. The package is dependent on e-TeX, and requires the author's etoolbox package. -%package csquotes-doc -Summary: Documentation for csquotes -Version: svn53041 -Provides: tex-csquotes-doc -AutoReqProv: No - -%description csquotes-doc -Documentation for csquotes - -%package csvsimple -Provides: tex-csvsimple = %{tl_version} -License: LPPL 1.3 -Summary: Simple CSV file processing -Version: svn51010 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pgfkeys.sty) -Requires: tex(ifthen.sty) -Provides: tex(csvsimple.sty) = %{tl_version} - -%description csvsimple -The package provides a simple LaTeX interface for the -processing of files with comma separated values (CSV); it -relies on the key value syntax supported by pgfkeys to simplify -usage. Filtering and table generation is especially supported; -however, this lightweight tool offers no support for data -sorting or data base storage. - -%package csvsimple-doc -Summary: Documentation for csvsimple -Version: svn51010 -Provides: tex-csvsimple-doc -AutoReqProv: No - -%description csvsimple-doc -Documentation for csvsimple - -%package cuisine -Provides: tex-cuisine = %{tl_version} -License: LPPL -Summary: Typeset recipes -Version: svn34453.0.7 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(nicefrac.sty) -Provides: tex(cuisine.sty) = %{tl_version} - -%description cuisine -Typeset recipes with the ingredients lined up with their method -step (somewhat similarly to the layout used in cooking). - -%package cuisine-doc -Summary: Documentation for cuisine -Version: svn34453.0.7 - -Provides: tex-cuisine-doc -AutoReqProv: No - -%description cuisine-doc -Documentation for cuisine %package currfile -Provides: tex-currfile = %{tl_version} +Provides: tex-currfile = %{epoch}:%{source_date}-%{release} +Provides: tex-currfile-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-currfile-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-currfile-doc < %{epoch}:%{source_date}-%{release} License: LPPL 1.3 Summary: Provide file name and path of input files -Version: svn40725 - +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - +Requires: tex-kpathsea Requires: tex(kvoptions.sty) Requires: tex(filehook.sty) -Provides: tex(currfile-abspath.sty) = %{tl_version} -Provides: tex(currfile.sty) = %{tl_version} +Provides: tex(currfile-abspath.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(currfile.sty) = %{epoch}:%{source_date}-%{release} %description currfile The package provides macros holding file name information @@ -92222,562 +19540,68 @@ together with the "parent" (including file) and "parents" (all including files to the root of the tree). The package supersedes FiNK. -%package currfile-doc -Summary: Documentation for currfile -Version: svn40725 - -Provides: tex-currfile-doc -AutoReqProv: No - -%description currfile-doc -Documentation for currfile - -%package currvita -Provides: tex-currvita = %{tl_version} -License: GPL+ -Summary: Typeset a curriculum vitae -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Provides: tex(currvita.sty) = %{tl_version} - -%description currvita -Currvita is a package rather than a class (like most other -curriculum vitae offerings). The author considers that a -curriculum vitae can quite reasonably form part of another -document (such as a letter, or a dissertation). - -%package currvita-doc -Summary: Documentation for currvita -Version: svn15878.0 - -Provides: tex-currvita-doc -AutoReqProv: No - -%description currvita-doc -Documentation for currvita - -%package cutwin -Provides: tex-cutwin = %{tl_version} -License: LPPL 1.3 -Summary: Cut a window in a paragraph, typeset material in it -Version: svn29803.0.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(cutwin.sty) = %{tl_version} - -%description cutwin -The package provides facilities to cut windows out of -paragraphs, and to typeset text or other material in the -window. The window may be rectangular, or may have other sorts -of shape. - -%package cutwin-doc -Summary: Documentation for cutwin -Version: svn29803.0.1 - -Provides: tex-cutwin-doc -AutoReqProv: No - -%description cutwin-doc -Documentation for cutwin - -%package cv -Provides: tex-cv = %{tl_version} -License: GPL+ -Summary: A package for creating a curriculum vitae -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(CV.sty) = %{tl_version} - -%description cv -The package is distributed with two example files; they (and -their formatted output) constitute the only real documentation. -Note that cv is just a package: you choose the overall -formatting by deciding which class to use, while the package -provides the detailed formatting. - -%package cv-doc -Summary: Documentation for cv -Version: svn15878.0 - -Provides: tex-cv-doc -AutoReqProv: No - -%description cv-doc -Documentation for cv - -%package cv4tw -Provides: tex-cv4tw = %{tl_version} -License: MIT -Summary: LaTeX CV class, with extended details -Version: svn34577.0.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(boxedminipage.sty) -Requires: tex(geometry.sty) -Requires: tex(libertine.sty) -Requires: tex(multicol.sty) -Requires: tex(pifont.sty) -Requires: tex(pbox.sty) -Requires: tex(needspace.sty) -Requires: tex(amssymb.sty) -Requires: tex(fontspec.sty) -Requires: tex(fontawesome.sty) -Requires: tex(realboxes.sty) -Requires: tex(array.sty) -Requires: tex(forloop.sty) -Requires: tex(newenviron.sty) -Requires: tex(etoolbox.sty) -Requires: tex(xcolor.sty) -Requires: tex(graphicx.sty) -Requires: tex(xstring.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(lastpage.sty) -Requires: tex(hyperref.sty) -Provides: tex(cv4tw-scheme.sty) = %{tl_version} -Provides: tex(cv4tw-theme-compact.sty) = %{tl_version} -Provides: tex(cv4tw-theme-core.sty) = %{tl_version} -Provides: tex(cv4tw-theme-sharp.sty) = %{tl_version} -Provides: tex(cv4tw-theme-simple.sty) = %{tl_version} -Provides: tex(cv4tw.cls) = %{tl_version} - -%description cv4tw -The class offers entries for assets and social networks; -customizable styles are provided. The class comes with no -documentation, but a worked example offers some guidance. - -%package cv4tw-doc -Summary: Documentation for cv4tw -Version: svn34577.0.2 - -Provides: tex-cv4tw-doc -AutoReqProv: No - -%description cv4tw-doc -Documentation for cv4tw - -%package cweb-latex -Provides: tex-cweb-latex = %{tl_version} -License: GPL+ -Summary: A LaTeX version of CWEB -Version: svn28878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(array.sty) -Provides: tex(cwbl-german.sty) = %{tl_version} -Provides: tex(cweb.cls) = %{tl_version} -Provides: tex(cwebarray.sty) = %{tl_version} -Provides: tex(cwebbase.tex) = %{tl_version} -Provides: tex(keyvald.sty) = %{tl_version} - -%description cweb-latex -This bundle allows marking-up of CWEB code in LaTeX. The -distribution includes the "Counting Words" program distributed -with CWEB, edited to run with LaTeX. - -%package cweb-latex-doc -Summary: Documentation for cweb-latex -Version: svn28878.0 - -Provides: tex-cweb-latex-doc -AutoReqProv: No - -%description cweb-latex-doc -Documentation for cweb-latex - -%package cyber -Provides: tex-cyber = %{tl_version} -License: MIT -Summary: Annotate compliance with cybersecurity requirements -Version: svn46776 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(longtable.sty) -Requires: tex(color.sty) -Requires: tex(index.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(graphicx.sty) -Provides: tex(cyber.sty) = %{tl_version} - -%description cyber -This LaTeX package helps you write documents indicating your -compliance with cybersecurity requirements. It also helps you -format your document in a form suitable inside the U.S. -Department of Defense, by attaching distribution statements, -destruction notices, organization logos, and security labels to -it. - -%package cyber-doc -Summary: Documentation for cyber -Version: svn46776 -Provides: tex-cyber-doc -AutoReqProv: No - -%description cyber-doc -Documentation for cyber - -%package cybercic -Provides: tex-cybercic = %{tl_version} -License: MIT -Summary: "Controls in Contents" for the cyber package -Version: svn37659.2.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(cybercic.sty) = %{tl_version} - -%description cybercic -This package is used in concert with the cyber package to make -documents with annotations of compliance with cybersecurity -requirements. "cic" stands for "Controls in Contents", and when -you include this package, some notations of compliance are -added to section names as seen in the table of contents of the -final document. It also makes your document more brittle in -unexpected ways: for example, when you use cybercic in the same -document as hyperref, you cannot use any formatting in your -section titles. So don't use cybercic unless you need to. - -%package cybercic-doc -Summary: Documentation for cybercic -Version: svn37659.2.1 - -Provides: tex-cybercic-doc -AutoReqProv: No - -%description cybercic-doc -Documentation for cybercic - -%package dashbox -Provides: tex-dashbox = %{tl_version} -License: LPPL -Summary: Draw dashed boxes -Version: svn23425.1.14 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(calc.sty) -Requires: tex(ifthen.sty) -Provides: tex(dashbox.sty) = %{tl_version} - -%description dashbox -The package can draw boxes that perform like \framebox or -\fbox, but use dashed lines. The package can also draw (an -illusion of) vertical stacks of boxes. - -%package dashbox-doc -Summary: Documentation for dashbox -Version: svn23425.1.14 - -Provides: tex-dashbox-doc -AutoReqProv: No - -%description dashbox-doc -Documentation for dashbox - -%package dashrule -Provides: tex-dashrule = %{tl_version} -License: LPPL -Summary: Draw dashed rules -Version: svn29579.1.3 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifmtarg.sty) -Provides: tex(dashrule.sty) = %{tl_version} - -%description dashrule -The dashrule package makes it easy to draw a huge variety of -dashed rules (i.e., lines) in LaTeX. dashrule provides a -command, \hdashrule, which is a cross between LaTeX's \rule and -PostScript's setdash command. \hdashrule draws horizontally -dashed rules using the same syntax as \rule, but with an -additional, setdash-like parameter that specifies the pattern -of dash segments and the space between those segments. Because -dashrule's rules are constructed internally using \rule (as -opposed to, e.g., PostScript \specials) they are fully -compatible with every LaTeX back-end processor. - -%package dashrule-doc -Summary: Documentation for dashrule -Version: svn29579.1.3 - -Provides: tex-dashrule-doc -AutoReqProv: No - -%description dashrule-doc -Documentation for dashrule - -%package dashundergaps -Provides: tex-dashundergaps = %{tl_version} -License: LPPL -Summary: Underline with dotted or dashed lines -Version: svn53756 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(ulem.sty) -Provides: tex(dashundergaps.sty) = %{tl_version} - -%description dashundergaps -The package provides commands (\underline, \dotuline and -\dashuline) each of which underlines its argument with one of -the styles the package is capable of. A phantom mode is -provided, where the underline (of whatever form) can serve for -a 'fill-in block' for student evaluation sheets. - -%package dashundergaps-doc -Summary: Documentation for dashundergaps -Version: svn53756 -Provides: tex-dashundergaps-doc -AutoReqProv: No - -%description dashundergaps-doc -Documentation for dashundergaps - -%package dataref -Provides: tex-dataref = %{tl_version} -License: LPPL 1.3 -Summary: Manage references to experimental data -Version: svn42883 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pgf.sty) -Requires: tex(kvoptions.sty) -Requires: tex(xcolor.sty) -Requires: tex(pdfcomment.sty) -Requires: tex(xtab.sty) -Requires: tex(booktabs.sty) -Provides: tex(dataref.sty) = %{tl_version} - -%description dataref -The package provides a mechanism that maintains a fixed -symbolic reference to numerical results; such results may vary -as the project proceeds (and hence the project report -develops). - -%package dataref-doc -Summary: Documentation for dataref -Version: svn42883 -Provides: tex-dataref-doc -AutoReqProv: No - -%description dataref-doc -Documentation for dataref - -%package datatool -Provides: tex-datatool = %{tl_version} -License: LPPL 1.3 -Summary: Tools to load and manipulate data -Version: svn52663 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xkeyval.sty) -Requires: tex(datatool.sty) -Requires: tex(tikz.sty) -Requires: tex(etoolbox.sty) -Requires: tex(mfirstuc.sty) -Requires: tex(xfor.sty) -Requires: tex(multicol.sty) -Requires: tex(textcase.sty) -Requires: tex(afterpage.sty) -Requires: tex(amsmath.sty) -Requires: tex(ifthen.sty) -Requires: tex(substr.sty) -Requires: tex(fp.sty) -Requires: tex(pgfrcs.sty) -Requires: tex(pgfkeys.sty) -Requires: tex(pgfmath.sty) -Provides: tex(databar.sty) = %{tl_version} -Provides: tex(databib.sty) = %{tl_version} -Provides: tex(datagidx.sty) = %{tl_version} -Provides: tex(datapie.sty) = %{tl_version} -Provides: tex(dataplot.sty) = %{tl_version} -Provides: tex(datatool-base.sty) = %{tl_version} -Provides: tex(datatool-fp.sty) = %{tl_version} -Provides: tex(datatool-pgfmath.sty) = %{tl_version} -Provides: tex(datatool.sty) = %{tl_version} -Provides: tex(person.sty) = %{tl_version} - -%description datatool -The tools comprise six packages: datatool.sty: databases may be -created using LaTeX commands or by importing external files; -they may be sorted numerically or alphabetically; repetitive -operations (such as mail merging) may be performed on each row -of a database, subject to conditions to exclude particular -rows; commands are provided to examine database elements, and -to convert formats (for example, to convert a numeric element -to a format compatible with the fp package; datapie.sty: a -database may be represented as a pie chart; flexible options -allow colouring of the chart, and annotation hooks are -available; dataplot.sty: a database may be represented as a 2- -dimensional scatter or line plot; flexible options control of -the plot's overall appearance, and of legends and other extra -information; databar.sty: a database may be represented as a -bar chart; overall appearance, colouring and annotation are -controllable; datagidx.sty: provides a way of indexing or -creating glossaries/lists of acronyms that uses TeX to do the -sorting and collating instead of using an external indexing -application, such as xindy or makeindex; databib.sty: a -bibliography may be loaded into a datatool database, and -manipulated there before being printed (this permits a LaTeX- -based route to printing bibliographies in formats for which no -BibTeX style is available); and person.sty: provides support -for displaying a person's name and pronoun in a document, thus -avoiding cumbersome use of "he/she", etc. The drawing packages -make use of PGF/TikZ for their output. The bundle supersedes -and replaces the author's csvtools bundle. - -%package datatool-doc -Summary: Documentation for datatool -Version: svn52663 -Provides: tex-datatool-doc -AutoReqProv: No - -%description datatool-doc -Documentation for datatool - -%package dateiliste -Provides: tex-dateiliste = %{tl_version} -License: LPPL -Summary: Extensions of the \listfiles concept -Version: svn27974.0.6 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(svninfo.sty) -Requires: tex(rcsinfo.sty) -Requires: tex(ltxtable.sty) -Provides: tex(dateiliste.sty) = %{tl_version} - -%description dateiliste -The package provides a file list (similar to that offered by -\listfiles), neatly laid out as a table. The main document can -be included in the list, and a command is available for -providing RCS-maintained data for printing in the file list. - -%package dateiliste-doc -Summary: Documentation for dateiliste -Version: svn27974.0.6 - -Provides: tex-dateiliste-doc -AutoReqProv: No - -%description dateiliste-doc -Documentation for dateiliste - -%package datenumber -Provides: tex-datenumber = %{tl_version} -License: LPPL -Summary: Convert a date into a number and vice versa -Version: svn18951.0.02 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(datenumber.sty) = %{tl_version} -Provides: tex(datenumberUSenglish.ldf) = %{tl_version} -Provides: tex(datenumberdummy.ldf) = %{tl_version} -Provides: tex(datenumberenglish.ldf) = %{tl_version} -Provides: tex(datenumberfrench.ldf) = %{tl_version} -Provides: tex(datenumbergerman.ldf) = %{tl_version} -Provides: tex(datenumberspanish.ldf) = %{tl_version} - -%description datenumber -This package provides commands to convert a date into a number -and vice versa. Additionally there are commands for -incrementing and decrementing a date. Leap years and the -Gregorian calendar reform are considered. - -%package datenumber-doc -Summary: Documentation for datenumber -Version: svn18951.0.02 - -Provides: tex-datenumber-doc -AutoReqProv: No - -%description datenumber-doc -Documentation for datenumber %package datetime -Provides: tex-datetime = %{tl_version} +Provides: tex-datetime = %{epoch}:%{source_date}-%{release} +Provides: tex-datetime-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-datetime-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-datetime-doc < %{tl_epoch}:%{source_date} License: LPPL 1.3 Summary: Change format of \today with commands for current time -Version: svn36650.2.60 - +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(etoolbox.sty) +Requires: tex-kpathsea +Requires: tex-fmtcount Requires: tex(fmtcount.sty) Requires: tex(ifthen.sty) -Provides: tex(datetime-defaults.sty) = %{tl_version} -Provides: tex(datetime.sty) = %{tl_version} -Provides: tex(dt-UKenglish.def) = %{tl_version} -Provides: tex(dt-USenglish.def) = %{tl_version} -Provides: tex(dt-american.def) = %{tl_version} -Provides: tex(dt-australian.def) = %{tl_version} -Provides: tex(dt-austrian.def) = %{tl_version} -Provides: tex(dt-bahasa.def) = %{tl_version} -Provides: tex(dt-basque.def) = %{tl_version} -Provides: tex(dt-breton.def) = %{tl_version} -Provides: tex(dt-british.def) = %{tl_version} -Provides: tex(dt-bulgarian.def) = %{tl_version} -Provides: tex(dt-canadian.def) = %{tl_version} -Provides: tex(dt-catalan.def) = %{tl_version} -Provides: tex(dt-croatian.def) = %{tl_version} -Provides: tex(dt-czech.def) = %{tl_version} -Provides: tex(dt-danish.def) = %{tl_version} -Provides: tex(dt-dutch.def) = %{tl_version} -Provides: tex(dt-esperanto.def) = %{tl_version} -Provides: tex(dt-estonian.def) = %{tl_version} -Provides: tex(dt-finnish.def) = %{tl_version} -Provides: tex(dt-french.def) = %{tl_version} -Provides: tex(dt-galician.def) = %{tl_version} -Provides: tex(dt-german.def) = %{tl_version} -Provides: tex(dt-greek.def) = %{tl_version} -Provides: tex(dt-hebrew.def) = %{tl_version} -Provides: tex(dt-icelandic.def) = %{tl_version} -Provides: tex(dt-irish.def) = %{tl_version} -Provides: tex(dt-italian.def) = %{tl_version} -Provides: tex(dt-latin.def) = %{tl_version} -Provides: tex(dt-lsorbian.def) = %{tl_version} -Provides: tex(dt-magyar.def) = %{tl_version} -Provides: tex(dt-naustrian.def) = %{tl_version} -Provides: tex(dt-newzealand.def) = %{tl_version} -Provides: tex(dt-ngerman.def) = %{tl_version} -Provides: tex(dt-norsk.def) = %{tl_version} -Provides: tex(dt-polish.def) = %{tl_version} -Provides: tex(dt-portuges.def) = %{tl_version} -Provides: tex(dt-romanian.def) = %{tl_version} -Provides: tex(dt-russian.def) = %{tl_version} -Provides: tex(dt-samin.def) = %{tl_version} -Provides: tex(dt-scottish.def) = %{tl_version} -Provides: tex(dt-serbian.def) = %{tl_version} -Provides: tex(dt-slovak.def) = %{tl_version} -Provides: tex(dt-slovene.def) = %{tl_version} -Provides: tex(dt-spanish.def) = %{tl_version} -Provides: tex(dt-swedish.def) = %{tl_version} -Provides: tex(dt-turkish.def) = %{tl_version} -Provides: tex(dt-ukraineb.def) = %{tl_version} -Provides: tex(dt-usorbian.def) = %{tl_version} -Provides: tex(dt-welsh.def) = %{tl_version} +Requires: tex-fmtcount-doc = %{epoch}:%{source_date}-%{release} +Provides: tex(datetime.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(dt-UKenglish.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(dt-USenglish.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(dt-american.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(dt-austrian.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(dt-bahasa.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(dt-basque.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(dt-breton.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(dt-british.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(dt-bulgarian.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(dt-catalan.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(dt-croatian.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(dt-czech.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(dt-danish.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(dt-dutch.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(dt-esperanto.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(dt-estonian.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(dt-finnish.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(dt-french.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(dt-galician.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(dt-german.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(dt-greek.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(dt-hebrew.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(dt-icelandic.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(dt-irish.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(dt-italian.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(dt-latin.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(dt-lsorbian.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(dt-magyar.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(dt-naustrian.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(dt-ngerman.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(dt-norsk.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(dt-polish.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(dt-portuges.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(dt-romanian.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(dt-russian.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(dt-samin.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(dt-scottish.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(dt-serbian.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(dt-slovak.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(dt-slovene.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(dt-spanish.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(dt-swedish.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(dt-turkish.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(dt-ukraineb.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(dt-usorbian.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(dt-welsh.def) = %{epoch}:%{source_date}-%{release} %description datetime Provides various different formats for the text created by the @@ -92785,5668 +19609,41 @@ command \today, and also provides commands for displaying the current time (or any given time), in 12-hour, 24-hour or text format. The package overrides babel's date format, having its own library of date formats in different languages. The package -requires the fmtcount package. This package is now obsolete and -has been replaced by datetime2. +requires the fmtcount package. -%package datetime-doc -Summary: Documentation for datetime -Version: svn36650.2.60 - -Provides: tex-datetime-doc -AutoReqProv: No - -%description datetime-doc -Documentation for datetime - -%package datetime2 -Provides: tex-datetime2 = %{tl_version} -License: LPPL 1.3 -Summary: Formats for dates, times and time zones -Version: svn54080 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pgfkeys.sty) -Requires: tex(pgfcalendar.sty) -Requires: tex(tracklang.sty) -Requires: tex(etoolbox.sty) -Requires: tex(xkeyval.sty) -Provides: tex(datetime2-calc.sty) = %{tl_version} -Provides: tex(datetime2.sty) = %{tl_version} - -%description datetime2 -This package provides commands for formatting dates, times and -time zones and redefines \today to use the same formatting -style. In addition to \today, you can also use \DTMcurrenttime -(current time) or \DTMnow (current date and time). Dates and -times can be saved for later use. The accompanying datetime2- -calc package can be used to convert date-times to UTC+00:00. -Language and regional support is provided by independently -maintained and installed modules. The datetime2-calc package -uses the pgfcalendar package (part of the PGF/TikZ bundle). -This package replaces datetime.sty which is now obsolete. - -%package datetime2-doc -Summary: Documentation for datetime2 -Version: svn54080 -Provides: tex-datetime2-doc -AutoReqProv: No - -%description datetime2-doc -Documentation for datetime2 - -%package datetime2-bahasai -Provides: tex-datetime2-bahasai = %{tl_version} -License: LPPL 1.3 -Summary: Bahasai language module for the datetime2 package -Version: svn46287 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(datetime2-bahasai.ldf) = %{tl_version} - -%description datetime2-bahasai -This module provides the "bahasai" style that can be set using -\DTMsetstyle provided by datetime2.sty. This package is -currently unmaintained. Please see the README for the procedure -to follow if you want to take over the maintenance. - -%package datetime2-bahasai-doc -Summary: Documentation for datetime2-bahasai -Version: svn46287 -Provides: tex-datetime2-bahasai-doc -AutoReqProv: No - -%description datetime2-bahasai-doc -Documentation for datetime2-bahasai - -%package datetime2-basque -Provides: tex-datetime2-basque = %{tl_version} -License: LPPL 1.3 -Summary: Basque language module for the datetime2 package -Version: svn47064 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(datetime2-basque.ldf) = %{tl_version} - -%description datetime2-basque -This module provides the "basque" style that can be set using -\DTMsetstyle provided by datetime2.sty. - -%package datetime2-basque-doc -Summary: Documentation for datetime2-basque -Version: svn47064 -Provides: tex-datetime2-basque-doc -AutoReqProv: No - -%description datetime2-basque-doc -Documentation for datetime2-basque - -%package datetime2-breton -Provides: tex-datetime2-breton = %{tl_version} -License: LPPL 1.3 -Summary: breton language module for the datetime2 package -Version: svn52647 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Provides: tex(datetime2-breton-ascii.ldf) = %{tl_version} -Provides: tex(datetime2-breton-utf8.ldf) = %{tl_version} -Provides: tex(datetime2-breton.ldf) = %{tl_version} - -%description datetime2-breton -This module provides the "breton" style that can be set using -\DTMsetstyle provided by datetime2.sty. This package is -currently unmaintained. Please see the README for the procedure -to follow if you want to take over the maintenance. - -%package datetime2-breton-doc -Summary: Documentation for datetime2-breton -Version: svn52647 -Provides: tex-datetime2-breton-doc -AutoReqProv: No - -%description datetime2-breton-doc -Documentation for datetime2-breton - -%package datetime2-bulgarian -Provides: tex-datetime2-bulgarian = %{tl_version} -License: LPPL 1.3 -Summary: Bulgarian language module for the datetime2 package -Version: svn47031 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Provides: tex(datetime2-bulgarian-ascii.ldf) = %{tl_version} -Provides: tex(datetime2-bulgarian-utf8.ldf) = %{tl_version} -Provides: tex(datetime2-bulgarian.ldf) = %{tl_version} - -%description datetime2-bulgarian -This module provides the "bulgarian" style that can be set -using \DTMsetstyle provided by datetime2.sty. This package is -currently unmaintained. Please see the README for the procedure -to follow if you want to take over the maintenance. - -%package datetime2-bulgarian-doc -Summary: Documentation for datetime2-bulgarian -Version: svn47031 -Provides: tex-datetime2-bulgarian-doc -AutoReqProv: No - -%description datetime2-bulgarian-doc -Documentation for datetime2-bulgarian - -%package datetime2-catalan -Provides: tex-datetime2-catalan = %{tl_version} -License: LPPL 1.3 -Summary: catalan language module for the datetime2 package -Version: svn47032 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Provides: tex(datetime2-catalan-ascii.ldf) = %{tl_version} -Provides: tex(datetime2-catalan-utf8.ldf) = %{tl_version} -Provides: tex(datetime2-catalan.ldf) = %{tl_version} - -%description datetime2-catalan -This module provides the "catalan" style that can be set using -\DTMsetstyle provided by datetime2.sty. This package is -currently unmaintained. Please see the README for the procedure -to follow if you want to take over the maintenance. - -%package datetime2-catalan-doc -Summary: Documentation for datetime2-catalan -Version: svn47032 -Provides: tex-datetime2-catalan-doc -AutoReqProv: No - -%description datetime2-catalan-doc -Documentation for datetime2-catalan - -%package datetime2-croatian -Provides: tex-datetime2-croatian = %{tl_version} -License: LPPL 1.3 -Summary: croatian language module for the datetime2 package -Version: svn36682.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Provides: tex(datetime2-croatian-ascii.ldf) = %{tl_version} -Provides: tex(datetime2-croatian-utf8.ldf) = %{tl_version} -Provides: tex(datetime2-croatian.ldf) = %{tl_version} - -%description datetime2-croatian -This module provides the "croatian" style that can be set using -\DTMsetstyle provided by datetime2.sty. This package is -currently unmaintained. Please see the README for the procedure -to follow if you want to take over the maintenance. - -%package datetime2-croatian-doc -Summary: Documentation for datetime2-croatian -Version: svn36682.1.0 - -Provides: tex-datetime2-croatian-doc -AutoReqProv: No - -%description datetime2-croatian-doc -Documentation for datetime2-croatian - -%package datetime2-czech -Provides: tex-datetime2-czech = %{tl_version} -License: LPPL 1.3 -Summary: czech language module for the datetime2 package -Version: svn47033 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Provides: tex(datetime2-czech-ascii.ldf) = %{tl_version} -Provides: tex(datetime2-czech-utf8.ldf) = %{tl_version} -Provides: tex(datetime2-czech.ldf) = %{tl_version} - -%description datetime2-czech -This module provides the "czech" style that can be set using -\DTMsetstyle provided by datetime2.sty. This package is -currently unmaintained. Please see the README for the procedure -to follow if you want to take over the maintenance. - -%package datetime2-czech-doc -Summary: Documentation for datetime2-czech -Version: svn47033 -Provides: tex-datetime2-czech-doc -AutoReqProv: No - -%description datetime2-czech-doc -Documentation for datetime2-czech - -%package datetime2-danish -Provides: tex-datetime2-danish = %{tl_version} -License: LPPL 1.3 -Summary: danish language module for the datetime2 package -Version: svn47034 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Provides: tex(datetime2-danish-ascii.ldf) = %{tl_version} -Provides: tex(datetime2-danish-utf8.ldf) = %{tl_version} -Provides: tex(datetime2-danish.ldf) = %{tl_version} - -%description datetime2-danish -This module provides the "danish" style that can be set using -\DTMsetstyle provided by datetime2.sty. This package is -currently unmaintained. Please see the README for the procedure -to follow if you want to take over the maintenance. - -%package datetime2-danish-doc -Summary: Documentation for datetime2-danish -Version: svn47034 -Provides: tex-datetime2-danish-doc -AutoReqProv: No - -%description datetime2-danish-doc -Documentation for datetime2-danish - -%package datetime2-dutch -Provides: tex-datetime2-dutch = %{tl_version} -License: LPPL 1.3 -Summary: dutch language module for the datetime2 package -Version: svn47355 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(datetime2-dutch.ldf) = %{tl_version} - -%description datetime2-dutch -This module provides the "dutch" style that can be set using -\DTMsetstyle provided by datetime2.sty. This package is -currently unmaintained. Please see the README for the procedure -to follow if you want to take over the maintenance. - -%package datetime2-dutch-doc -Summary: Documentation for datetime2-dutch -Version: svn47355 -Provides: tex-datetime2-dutch-doc -AutoReqProv: No - -%description datetime2-dutch-doc -Documentation for datetime2-dutch - -%package datetime2-en-fulltext -Provides: tex-datetime2-en-fulltext = %{tl_version} -License: LPPL 1.3 -Summary: English Full Text styles for the datetime2 package -Version: svn36705.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(datetime2.sty) -Requires: tex(fmtcount.sty) -Provides: tex(datetime2-en-fulltext.sty) = %{tl_version} - -%description datetime2-en-fulltext -English date and time styles that use words for the numbers and -ordinals. This package provides the following date and time -styles: "en-fulltext", "en-FullText", "en-FULLTEXT", and the -additional time style "en-Fulltext". (The date equivalent can -be obtained through commands like \Today.) Unlike the base -styles provided by datetime2.sty, these styles aren't -expandable styles. This means that you can't use the date or -time in PDF bookmarks or in the argument of certain commands, -such as \MakeUppercase, while these styles are in use. - -%package datetime2-en-fulltext-doc -Summary: Documentation for datetime2-en-fulltext -Version: svn36705.1.0 - -Provides: tex-datetime2-en-fulltext-doc -AutoReqProv: No - -%description datetime2-en-fulltext-doc -Documentation for datetime2-en-fulltext - -%package datetime2-english -Provides: tex-datetime2-english = %{tl_version} -License: LPPL 1.3 -Summary: English language module for the datetime2 package -Version: svn52479 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(datetime2-en-AU.ldf) = %{tl_version} -Provides: tex(datetime2-en-CA.ldf) = %{tl_version} -Provides: tex(datetime2-en-GB.ldf) = %{tl_version} -Provides: tex(datetime2-en-GG.ldf) = %{tl_version} -Provides: tex(datetime2-en-IE.ldf) = %{tl_version} -Provides: tex(datetime2-en-IM.ldf) = %{tl_version} -Provides: tex(datetime2-en-JE.ldf) = %{tl_version} -Provides: tex(datetime2-en-MT.ldf) = %{tl_version} -Provides: tex(datetime2-en-NZ.ldf) = %{tl_version} -Provides: tex(datetime2-en-US.ldf) = %{tl_version} -Provides: tex(datetime2-english-base.ldf) = %{tl_version} -Provides: tex(datetime2-english.ldf) = %{tl_version} - -%description datetime2-english -This module provides the following styles that can be set using -\DTMsetstyle provided by datetime2.sty. The region not only -determines the date/time format but also the time zone -abbreviations if the zone mapping setting is on. english -(English - no region) en-GB (English - United Kingdom of Great -Britain and Northern Ireland) en-US (English - United States of -America) en-CA (English - Canada) en-AU (English - Commonwealth -of Australia) en-NZ (English - New Zealand) en-GG (English - -Bailiwick of Guernsey) en-JE (English - Bailiwick of Jersey) en- -IM (English - Isle of Man) en-MT (English - Republic of Malta) -en-IE (English - Republic of Ireland) - -%package datetime2-english-doc -Summary: Documentation for datetime2-english -Version: svn52479 -Provides: tex-datetime2-english-doc -AutoReqProv: No - -%description datetime2-english-doc -Documentation for datetime2-english - -%package datetime2-esperanto -Provides: tex-datetime2-esperanto = %{tl_version} -License: LPPL 1.3 -Summary: Esperanto language module for the datetime2 package -Version: svn47356 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Provides: tex(datetime2-esperanto-ascii.ldf) = %{tl_version} -Provides: tex(datetime2-esperanto-utf8.ldf) = %{tl_version} -Provides: tex(datetime2-esperanto.ldf) = %{tl_version} - -%description datetime2-esperanto -This module provides the "esperanto" style that can be set -using \DTMsetstyle provided by datetime2.sty. This package is -currently unmaintained. Please see the README for the procedure -to follow if you want to take over the maintenance. - -%package datetime2-esperanto-doc -Summary: Documentation for datetime2-esperanto -Version: svn47356 -Provides: tex-datetime2-esperanto-doc -AutoReqProv: No - -%description datetime2-esperanto-doc -Documentation for datetime2-esperanto - -%package datetime2-estonian -Provides: tex-datetime2-estonian = %{tl_version} -License: LPPL 1.3 -Summary: Estonian language module for the datetime2 package -Version: svn47565 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Provides: tex(datetime2-estonian-ascii.ldf) = %{tl_version} -Provides: tex(datetime2-estonian-utf8.ldf) = %{tl_version} -Provides: tex(datetime2-estonian.ldf) = %{tl_version} - -%description datetime2-estonian -This module provides the "estonian" style that can be set using -\DTMsetstyle provided by datetime2.sty. This package is -currently unmaintained. Please see the README for the procedure -to follow if you want to take over the maintenance. - -%package datetime2-estonian-doc -Summary: Documentation for datetime2-estonian -Version: svn47565 -Provides: tex-datetime2-estonian-doc -AutoReqProv: No - -%description datetime2-estonian-doc -Documentation for datetime2-estonian - -%package datetime2-finnish -Provides: tex-datetime2-finnish = %{tl_version} -License: LPPL 1.3 -Summary: Finnish language module for the datetime2 package -Version: svn47047 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Provides: tex(datetime2-finnish-ascii.ldf) = %{tl_version} -Provides: tex(datetime2-finnish-utf8.ldf) = %{tl_version} -Provides: tex(datetime2-finnish.ldf) = %{tl_version} - -%description datetime2-finnish -This module provides the "finnish" style that can be set using -\DTMsetstyle provided by datetime2.sty. This package is -currently unmaintained. Please see the README for the procedure -to follow if you want to take over the maintenance. - -%package datetime2-finnish-doc -Summary: Documentation for datetime2-finnish -Version: svn47047 -Provides: tex-datetime2-finnish-doc -AutoReqProv: No - -%description datetime2-finnish-doc -Documentation for datetime2-finnish - -%package datetime2-french -Provides: tex-datetime2-french = %{tl_version} -License: LPPL 1.3 -Summary: French language module for the datetime2 package -Version: svn43742 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Provides: tex(datetime2-french-ascii.ldf) = %{tl_version} -Provides: tex(datetime2-french-utf8.ldf) = %{tl_version} -Provides: tex(datetime2-french.ldf) = %{tl_version} - -%description datetime2-french -This module provides the "french" style that can be set using -\DTMsetstyle provided by datetime2.sty. This package is -currently unmaintained. Please see the README for the procedure -to follow if you want to take over the maintenance. - -%package datetime2-french-doc -Summary: Documentation for datetime2-french -Version: svn43742 -Provides: tex-datetime2-french-doc -AutoReqProv: No - -%description datetime2-french-doc -Documentation for datetime2-french - -%package datetime2-galician -Provides: tex-datetime2-galician = %{tl_version} -License: LPPL 1.3 -Summary: galician language module for the datetime2 package -Version: svn47631 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Provides: tex(datetime2-galician-ascii.ldf) = %{tl_version} -Provides: tex(datetime2-galician-utf8.ldf) = %{tl_version} -Provides: tex(datetime2-galician.ldf) = %{tl_version} - -%description datetime2-galician -This module provides the "galician" style that can be set using -\DTMsetstyle provided by datetime2.sty. This package is -currently unmaintained. Please see the README for the procedure -to follow if you want to take over the maintenance. - -%package datetime2-galician-doc -Summary: Documentation for datetime2-galician -Version: svn47631 -Provides: tex-datetime2-galician-doc -AutoReqProv: No - -%description datetime2-galician-doc -Documentation for datetime2-galician - -%package datetime2-german -Provides: tex-datetime2-german = %{tl_version} -License: LPPL 1.3 -Summary: German language module for the datetime2 package -Version: svn53125 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Provides: tex(datetime2-german-ascii.ldf) = %{tl_version} -Provides: tex(datetime2-german-utf8.ldf) = %{tl_version} -Provides: tex(datetime2-german.ldf) = %{tl_version} - -%description datetime2-german -This module provides the "german" style that can be set using -\DTMsetstyle provided by datetime2.sty. - -%package datetime2-german-doc -Summary: Documentation for datetime2-german -Version: svn53125 -Provides: tex-datetime2-german-doc -AutoReqProv: No - -%description datetime2-german-doc -Documentation for datetime2-german - -%package datetime2-greek -Provides: tex-datetime2-greek = %{tl_version} -License: LPPL 1.3 -Summary: Greek language module for the datetime2 package -Version: svn47533 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Provides: tex(datetime2-greek-ascii.ldf) = %{tl_version} -Provides: tex(datetime2-greek-utf8.ldf) = %{tl_version} -Provides: tex(datetime2-greek.ldf) = %{tl_version} - -%description datetime2-greek -This module provides the "greek" style that can be set using -\DTMsetstyle provided by datetime2.sty. This package is -currently unmaintained. Please see the README for the procedure -to follow if you want to take over the maintenance. - -%package datetime2-greek-doc -Summary: Documentation for datetime2-greek -Version: svn47533 -Provides: tex-datetime2-greek-doc -AutoReqProv: No - -%description datetime2-greek-doc -Documentation for datetime2-greek - -%package datetime2-hebrew -Provides: tex-datetime2-hebrew = %{tl_version} -License: LPPL 1.3 -Summary: Hebrew language module for the datetime2 package -Version: svn47534 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(datetime2-hebrew.ldf) = %{tl_version} - -%description datetime2-hebrew -This module provides the "hebrew" style that can be set using -\DTMsetstyle provided by datetime2.sty. This package is -currently unmaintained. Please see the README for the procedure -to follow if you want to take over the maintenance. - -%package datetime2-hebrew-doc -Summary: Documentation for datetime2-hebrew -Version: svn47534 -Provides: tex-datetime2-hebrew-doc -AutoReqProv: No - -%description datetime2-hebrew-doc -Documentation for datetime2-hebrew - -%package datetime2-icelandic -Provides: tex-datetime2-icelandic = %{tl_version} -License: LPPL 1.3 -Summary: Icelandic language module for the datetime2 package -Version: svn47501 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Provides: tex(datetime2-icelandic-ascii.ldf) = %{tl_version} -Provides: tex(datetime2-icelandic-utf8.ldf) = %{tl_version} -Provides: tex(datetime2-icelandic.ldf) = %{tl_version} - -%description datetime2-icelandic -This module provides the "icelandic" style that can be set -using \DTMsetstyle provided by datetime2.sty. This package is -currently unmaintained. Please see the README for the procedure -to follow if you want to take over the maintenance. - -%package datetime2-icelandic-doc -Summary: Documentation for datetime2-icelandic -Version: svn47501 -Provides: tex-datetime2-icelandic-doc -AutoReqProv: No - -%description datetime2-icelandic-doc -Documentation for datetime2-icelandic - -%package datetime2-irish -Provides: tex-datetime2-irish = %{tl_version} -License: LPPL 1.3 -Summary: Irish Gaelic Language Module for the datetime2 Package -Version: svn47632 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Provides: tex(datetime2-ga-GB.ldf) = %{tl_version} -Provides: tex(datetime2-ga-IE.ldf) = %{tl_version} -Provides: tex(datetime2-irish-ascii.ldf) = %{tl_version} -Provides: tex(datetime2-irish-utf8.ldf) = %{tl_version} -Provides: tex(datetime2-irish.ldf) = %{tl_version} - -%description datetime2-irish -This module provides the "irish" style that can be set using -\DTMsetstyle provided by datetime2.sty. This package is -currently unmaintained. Please see the README for the procedure -to follow if you want to take over the maintenance. - -%package datetime2-irish-doc -Summary: Documentation for datetime2-irish -Version: svn47632 -Provides: tex-datetime2-irish-doc -AutoReqProv: No - -%description datetime2-irish-doc -Documentation for datetime2-irish - -%package datetime2-italian -Provides: tex-datetime2-italian = %{tl_version} -License: LPPL 1.3 -Summary: Italian language module for the datetime2 package -Version: svn37146.1.3 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Provides: tex(datetime2-italian-ascii.ldf) = %{tl_version} -Provides: tex(datetime2-italian-utf8.ldf) = %{tl_version} -Provides: tex(datetime2-italian.ldf) = %{tl_version} - -%description datetime2-italian -This module provides the "italian" style that can be set using -\DTMsetstyle provided by datetime2.sty. - -%package datetime2-italian-doc -Summary: Documentation for datetime2-italian -Version: svn37146.1.3 - -Provides: tex-datetime2-italian-doc -AutoReqProv: No - -%description datetime2-italian-doc -Documentation for datetime2-italian - -%package datetime2-it-fulltext -Provides: tex-datetime2-it-fulltext = %{tl_version} -License: LPPL 1.3 -Summary: Italian full text styles for the datetime2 package -Version: svn54779 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(datetime2.sty) -Requires: tex(itnumpar.sty) -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Provides: tex(datetime2-it-fulltext-ascii.ldf) = %{tl_version} -Provides: tex(datetime2-it-fulltext-utf8.ldf) = %{tl_version} -Provides: tex(datetime2-it-fulltext.sty) = %{tl_version} - -%description datetime2-it-fulltext -Italian date and time styles that use words for the numbers and -ordinals. This package provides the following date and time -styles: "it-fulltext" and "it-fulltext-twenty-four". The first -style uses a format "am pm", the second a format "24 hours". -The necessary packages are datetime2, itnumpar, ifxetex, and -ifluatex. This package is the translation and adaptation of -datetime2-en-fulltext. - -%package datetime2-it-fulltext-doc -Summary: Documentation for datetime2-it-fulltext -Version: svn54779 -Provides: tex-datetime2-it-fulltext-doc -AutoReqProv: No - -%description datetime2-it-fulltext-doc -Documentation for datetime2-it-fulltext - -%package datetime2-latin -Provides: tex-datetime2-latin = %{tl_version} -License: LPPL 1.3 -Summary: Latin language module for the datetime2 package -Version: svn47748 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(datetime2-latin.ldf) = %{tl_version} - -%description datetime2-latin -This module provides the "latin" style that can be set using -\DTMsetstyle provided by datetime2.sty. This package is -currently unmaintained. Please see the README for the procedure -to follow if you want to take over the maintenance. - -%package datetime2-latin-doc -Summary: Documentation for datetime2-latin -Version: svn47748 -Provides: tex-datetime2-latin-doc -AutoReqProv: No - -%description datetime2-latin-doc -Documentation for datetime2-latin - -%package datetime2-lsorbian -Provides: tex-datetime2-lsorbian = %{tl_version} -License: LPPL 1.3 -Summary: Lower Sorbian language module for the datetime2 package -Version: svn47749 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Provides: tex(datetime2-lsorbian-ascii.ldf) = %{tl_version} -Provides: tex(datetime2-lsorbian-utf8.ldf) = %{tl_version} -Provides: tex(datetime2-lsorbian.ldf) = %{tl_version} - -%description datetime2-lsorbian -This module provides the "lsorbian" style that can be set using -\DTMsetstyle provided by datetime2.sty. This package is -currently unmaintained. Please see the README for the procedure -to follow if you want to take over the maintenance. - -%package datetime2-lsorbian-doc -Summary: Documentation for datetime2-lsorbian -Version: svn47749 -Provides: tex-datetime2-lsorbian-doc -AutoReqProv: No - -%description datetime2-lsorbian-doc -Documentation for datetime2-lsorbian - -%package datetime2-magyar -Provides: tex-datetime2-magyar = %{tl_version} -License: LPPL 1.3 -Summary: magyar language module for the datetime2 package -Version: svn48266 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Provides: tex(datetime2-magyar-ascii.ldf) = %{tl_version} -Provides: tex(datetime2-magyar-utf8.ldf) = %{tl_version} -Provides: tex(datetime2-magyar.ldf) = %{tl_version} - -%description datetime2-magyar -This module provides the "magyar" style that can be set using -\DTMsetstyle provided by datetime2.sty. This package is -currently unmaintained. Please see the README for the procedure -to follow if you want to take over the maintenance. - -%package datetime2-magyar-doc -Summary: Documentation for datetime2-magyar -Version: svn48266 -Provides: tex-datetime2-magyar-doc -AutoReqProv: No - -%description datetime2-magyar-doc -Documentation for datetime2-magyar - -%package datetime2-norsk -Provides: tex-datetime2-norsk = %{tl_version} -License: LPPL 1.3 -Summary: Norsk language module for the datetime2 package -Version: svn48267 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Provides: tex(datetime2-norsk-ascii.ldf) = %{tl_version} -Provides: tex(datetime2-norsk-utf8.ldf) = %{tl_version} -Provides: tex(datetime2-norsk.ldf) = %{tl_version} - -%description datetime2-norsk -This module provides the "norsk" style that can be set using -\DTMsetstyle provided by datetime2.sty. This package is -currently unmaintained. Please see the README for the procedure -to follow if you want to take over the maintenance. - -%package datetime2-norsk-doc -Summary: Documentation for datetime2-norsk -Version: svn48267 -Provides: tex-datetime2-norsk-doc -AutoReqProv: No - -%description datetime2-norsk-doc -Documentation for datetime2-norsk - -%package datetime2-polish -Provides: tex-datetime2-polish = %{tl_version} -License: LPPL 1.3 -Summary: polish language module for the datetime2 package -Version: svn48456 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Provides: tex(datetime2-polish-ascii.ldf) = %{tl_version} -Provides: tex(datetime2-polish-utf8.ldf) = %{tl_version} -Provides: tex(datetime2-polish.ldf) = %{tl_version} - -%description datetime2-polish -This module provides the "polish" style that can be set using -\DTMsetstyle provided by datetime2.sty. This package is -currently unmaintained. Please see the README for the procedure -to follow if you want to take over the maintenance. - -%package datetime2-polish-doc -Summary: Documentation for datetime2-polish -Version: svn48456 -Provides: tex-datetime2-polish-doc -AutoReqProv: No - -%description datetime2-polish-doc -Documentation for datetime2-polish - -%package datetime2-portuges -Provides: tex-datetime2-portuges = %{tl_version} -License: LPPL 1.3 -Summary: Portuguese language module for the datetime2 package -Version: svn48457 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Provides: tex(datetime2-portuges-ascii.ldf) = %{tl_version} -Provides: tex(datetime2-portuges-utf8.ldf) = %{tl_version} -Provides: tex(datetime2-portuges.ldf) = %{tl_version} - -%description datetime2-portuges -This module provides the "portuges" style that can be set using -\DTMsetstyle provided by datetime2.sty. This package is -currently unmaintained. Please see the README for the procedure -to follow if you want to take over the maintenance. - -%package datetime2-portuges-doc -Summary: Documentation for datetime2-portuges -Version: svn48457 -Provides: tex-datetime2-portuges-doc -AutoReqProv: No - -%description datetime2-portuges-doc -Documentation for datetime2-portuges - -%package datetime2-romanian -Provides: tex-datetime2-romanian = %{tl_version} -License: LPPL 1.3 -Summary: Romanian language module for the datetime2 package -Version: svn43743 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Provides: tex(datetime2-romanian-ascii.ldf) = %{tl_version} -Provides: tex(datetime2-romanian-utf8.ldf) = %{tl_version} -Provides: tex(datetime2-romanian.ldf) = %{tl_version} - -%description datetime2-romanian -This module provides the "romanian" style that can be set using -\DTMsetstyle provided by datetime2.sty. This package is -currently unmaintained. Please see the README for the procedure -to follow if you want to take over the maintenance. - -%package datetime2-romanian-doc -Summary: Documentation for datetime2-romanian -Version: svn43743 -Provides: tex-datetime2-romanian-doc -AutoReqProv: No - -%description datetime2-romanian-doc -Documentation for datetime2-romanian - -%package datetime2-russian -Provides: tex-datetime2-russian = %{tl_version} -License: LPPL 1.3 -Summary: russian language module for the datetime2 package -Version: svn49345 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Provides: tex(datetime2-russian-ascii.ldf) = %{tl_version} -Provides: tex(datetime2-russian-utf8.ldf) = %{tl_version} -Provides: tex(datetime2-russian.ldf) = %{tl_version} - -%description datetime2-russian -This module provides the "russian" style that can be set using -\DTMsetstyle provided by datetime2.sty. This package is -currently unmaintained. Please see the README for the procedure -to follow if you want to take over the maintenance. - -%package datetime2-russian-doc -Summary: Documentation for datetime2-russian -Version: svn49345 -Provides: tex-datetime2-russian-doc -AutoReqProv: No - -%description datetime2-russian-doc -Documentation for datetime2-russian - -%package datetime2-samin -Provides: tex-datetime2-samin = %{tl_version} -License: LPPL 1.3 -Summary: Northern Sami language module for the datetime2 package -Version: svn49346 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Provides: tex(datetime2-samin-ascii.ldf) = %{tl_version} -Provides: tex(datetime2-samin-utf8.ldf) = %{tl_version} -Provides: tex(datetime2-samin.ldf) = %{tl_version} - -%description datetime2-samin -This module provides the "samin" style that can be set using -\DTMsetstyle provided by datetime2.sty. This package is -currently unmaintained. Please see the README for the procedure -to follow if you want to take over the maintenance. - -%package datetime2-samin-doc -Summary: Documentation for datetime2-samin -Version: svn49346 -Provides: tex-datetime2-samin-doc -AutoReqProv: No - -%description datetime2-samin-doc -Documentation for datetime2-samin - -%package datetime2-scottish -Provides: tex-datetime2-scottish = %{tl_version} -License: LPPL 1.3 -Summary: Scottish Gaelic Language Module for the datetime2 Package -Version: svn52101 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Provides: tex(datetime2-scottish-ascii.ldf) = %{tl_version} -Provides: tex(datetime2-scottish-utf8.ldf) = %{tl_version} -Provides: tex(datetime2-scottish.ldf) = %{tl_version} - -%description datetime2-scottish -This module provides the "scottish" style that can be set using -\DTMsetstyle provided by datetime2.sty. This package is -currently unmaintained. Please see the README for the procedure -to follow if you want to take over the maintenance. - -%package datetime2-scottish-doc -Summary: Documentation for datetime2-scottish -Version: svn52101 -Provides: tex-datetime2-scottish-doc -AutoReqProv: No - -%description datetime2-scottish-doc -Documentation for datetime2-scottish - -%package datetime2-serbian -Provides: tex-datetime2-serbian = %{tl_version} -License: LPPL 1.3 -Summary: Serbian language module for the datetime2 package -Version: svn52893 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) - -%description datetime2-serbian -This module provides the "serbian" style that can be set using -\DTMsetstyle provided by datetime2.sty. It provides both -Cyrillic and Latin, Ekavian and Ijekavian variants of Serbian -date formats, regionalized and non-regionalized. - -%package datetime2-serbian-doc -Summary: Documentation for datetime2-serbian -Version: svn52893 -Provides: tex-datetime2-serbian-doc -AutoReqProv: No - -%description datetime2-serbian-doc -Documentation for datetime2-serbian - -%package datetime2-slovak -Provides: tex-datetime2-slovak = %{tl_version} -License: LPPL 1.3 -Summary: slovak language module for the datetime2 package -Version: svn52281 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Provides: tex(datetime2-slovak-ascii.ldf) = %{tl_version} -Provides: tex(datetime2-slovak-utf8.ldf) = %{tl_version} -Provides: tex(datetime2-slovak.ldf) = %{tl_version} - -%description datetime2-slovak -This module provides the "slovak" style that can be set using -\DTMsetstyle provided by datetime2.sty. This package is -currently unmaintained. Please see the README for the procedure -to follow if you want to take over the maintenance. - -%package datetime2-slovak-doc -Summary: Documentation for datetime2-slovak -Version: svn52281 -Provides: tex-datetime2-slovak-doc -AutoReqProv: No - -%description datetime2-slovak-doc -Documentation for datetime2-slovak - -%package datetime2-slovene -Provides: tex-datetime2-slovene = %{tl_version} -License: LPPL 1.3 -Summary: slovene language module for the datetime2 package -Version: svn52282 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Provides: tex(datetime2-slovene-ascii.ldf) = %{tl_version} -Provides: tex(datetime2-slovene-utf8.ldf) = %{tl_version} -Provides: tex(datetime2-slovene.ldf) = %{tl_version} - -%description datetime2-slovene -This module provides the "slovene" style that can be set using -\DTMsetstyle provided by datetime2.sty. This package is -currently unmaintained. Please see the README for the procedure -to follow if you want to take over the maintenance. - -%package datetime2-slovene-doc -Summary: Documentation for datetime2-slovene -Version: svn52282 -Provides: tex-datetime2-slovene-doc -AutoReqProv: No - -%description datetime2-slovene-doc -Documentation for datetime2-slovene - -%package datetime2-spanish -Provides: tex-datetime2-spanish = %{tl_version} -License: LPPL 1.3 -Summary: Spanish language module for the datetime2 package -Version: svn45785 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Provides: tex(datetime2-spanish-ascii.ldf) = %{tl_version} -Provides: tex(datetime2-spanish-utf8.ldf) = %{tl_version} -Provides: tex(datetime2-spanish.ldf) = %{tl_version} - -%description datetime2-spanish -This module provides the "spanish" style that can be set using -\DTMsetstyle provided by datetime2.sty. This package is -currently unmaintained. Please see the README for the procedure -to follow if you want to take over the maintenance. - -%package datetime2-spanish-doc -Summary: Documentation for datetime2-spanish -Version: svn45785 -Provides: tex-datetime2-spanish-doc -AutoReqProv: No - -%description datetime2-spanish-doc -Documentation for datetime2-spanish - -%package datetime2-swedish -Provides: tex-datetime2-swedish = %{tl_version} -License: LPPL 1.3 -Summary: swedish language module for the datetime2 package -Version: svn36700.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Provides: tex(datetime2-swedish-ascii.ldf) = %{tl_version} -Provides: tex(datetime2-swedish-utf8.ldf) = %{tl_version} -Provides: tex(datetime2-swedish.ldf) = %{tl_version} - -%description datetime2-swedish -This module provides the "swedish" style that can be set using -\DTMsetstyle provided by datetime2.sty. This package is -currently unmaintained. Please see the README for the procedure -to follow if you want to take over the maintenance. - -%package datetime2-swedish-doc -Summary: Documentation for datetime2-swedish -Version: svn36700.1.0 - -Provides: tex-datetime2-swedish-doc -AutoReqProv: No - -%description datetime2-swedish-doc -Documentation for datetime2-swedish - -%package datetime2-turkish -Provides: tex-datetime2-turkish = %{tl_version} -License: LPPL 1.3 -Summary: turkish language module for the datetime2 package -Version: svn52331 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Provides: tex(datetime2-turkish-ascii.ldf) = %{tl_version} -Provides: tex(datetime2-turkish-utf8.ldf) = %{tl_version} -Provides: tex(datetime2-turkish.ldf) = %{tl_version} - -%description datetime2-turkish -This module provides the "turkish" style that can be set using -\DTMsetstyle provided by datetime2.sty. This package is -currently unmaintained. Please see the README for the procedure -to follow if you want to take over the maintenance. - -%package datetime2-turkish-doc -Summary: Documentation for datetime2-turkish -Version: svn52331 -Provides: tex-datetime2-turkish-doc -AutoReqProv: No - -%description datetime2-turkish-doc -Documentation for datetime2-turkish - -%package datetime2-ukrainian -Provides: tex-datetime2-ukrainian = %{tl_version} -License: LPPL 1.3 -Summary: Ukrainian language module for the datetime2 package -Version: svn47552 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Provides: tex(datetime2-ukrainian-ascii.ldf) = %{tl_version} -Provides: tex(datetime2-ukrainian-utf8.ldf) = %{tl_version} -Provides: tex(datetime2-ukrainian.ldf) = %{tl_version} - -%description datetime2-ukrainian -This module provides the "ukrainian" style that can be set -using \DTMsetstyle provided by datetime2.sty. This package is -currently unmaintained. Please see the README for the procedure -to follow if you want to take over the maintenance. - -%package datetime2-ukrainian-doc -Summary: Documentation for datetime2-ukrainian -Version: svn47552 -Provides: tex-datetime2-ukrainian-doc -AutoReqProv: No - -%description datetime2-ukrainian-doc -Documentation for datetime2-ukrainian - -%package datetime2-usorbian -Provides: tex-datetime2-usorbian = %{tl_version} -License: LPPL 1.3 -Summary: Upper Sorbian language module for the datetime2 package -Version: svn52375 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Provides: tex(datetime2-usorbian-ascii.ldf) = %{tl_version} -Provides: tex(datetime2-usorbian-utf8.ldf) = %{tl_version} -Provides: tex(datetime2-usorbian.ldf) = %{tl_version} - -%description datetime2-usorbian -This module provides the "usorbian" style that can be set using -\DTMsetstyle provided by datetime2.sty. This package is -currently unmaintained. Please see the README for the procedure -to follow if you want to take over the maintenance. - -%package datetime2-usorbian-doc -Summary: Documentation for datetime2-usorbian -Version: svn52375 -Provides: tex-datetime2-usorbian-doc -AutoReqProv: No - -%description datetime2-usorbian-doc -Documentation for datetime2-usorbian - -%package datetime2-welsh -Provides: tex-datetime2-welsh = %{tl_version} -License: LPPL 1.3 -Summary: Welsh language module for the datetime2 package -Version: svn52553 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Provides: tex(datetime2-welsh-ascii.ldf) = %{tl_version} -Provides: tex(datetime2-welsh-utf8.ldf) = %{tl_version} -Provides: tex(datetime2-welsh.ldf) = %{tl_version} - -%description datetime2-welsh -This module provides the "welsh" style that can be set using -\DTMsetstyle provided by datetime2.sty. This package is -currently unmaintained. Please see the README for the procedure -to follow if you want to take over the maintenance. - -%package datetime2-welsh-doc -Summary: Documentation for datetime2-welsh -Version: svn52553 -Provides: tex-datetime2-welsh-doc -AutoReqProv: No - -%description datetime2-welsh-doc -Documentation for datetime2-welsh - -%package dblfloatfix -Provides: tex-dblfloatfix = %{tl_version} -License: LPPL 1.3 -Summary: Fixes for twocolumn floats -Version: svn28983.1.0a - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(fixltx2e.sty) -Provides: tex(dblfloatfix.sty) = %{tl_version} - -%description dblfloatfix -The package solves two problems: floats in a twocolumn document -come out in the right order and allowed float positions are now -[tbp]. The package actually merges facilities from fixltx2e and -stfloats. - -%package dblfloatfix-doc -Summary: Documentation for dblfloatfix -Version: svn28983.1.0a - -Provides: tex-dblfloatfix-doc -AutoReqProv: No - -%description dblfloatfix-doc -Documentation for dblfloatfix - -%package decimal -Provides: tex-decimal = %{tl_version} -License: LPPL -Summary: LaTeX package for the English raised decimal point -Version: svn23374.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(decimal.sty) = %{tl_version} - -%description decimal -This LaTeX package should be used by people who need the -traditional English raised decimal point, instead of the -American-style period. - -%package decimal-doc -Summary: Documentation for decimal -Version: svn23374.0 - -Provides: tex-decimal-doc -AutoReqProv: No - -%description decimal-doc -Documentation for decimal - -%package decorule -Provides: tex-decorule = %{tl_version} -License: LPPL 1.3 -Summary: Decorative swelled rule using font character -Version: svn23487.0.6 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(graphicx.sty) -Requires: tex(fix-cm.sty) -Provides: tex(decorule.sty) = %{tl_version} - -%description decorule -The package implements a decorative swelled rule using only a -symbol from a font installed with all distributions of TeX, so -it works independently, without the need to install any -additional software or fonts. This is the packaged version of -the macro which was originally published in the "Typographers' -Inn" column in TUGboat 31:1 (2010). - -%package decorule-doc -Summary: Documentation for decorule -Version: svn23487.0.6 - -Provides: tex-decorule-doc -AutoReqProv: No - -%description decorule-doc -Documentation for decorule - -%package delim -Provides: tex-delim = %{tl_version} -License: LPPL 1.2 -Summary: Simplify typesetting mathematical delimiters -Version: svn23974.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(delim.sty) = %{tl_version} - -%description delim -The package permits simpler control of delimiters without -excessive use of \big... commands (and the like). - -%package delim-doc -Summary: Documentation for delim -Version: svn23974.1.0 - -Provides: tex-delim-doc -AutoReqProv: No - -%description delim-doc -Documentation for delim - -%package delimtxt -Provides: tex-delimtxt = %{tl_version} -License: LPPL -Summary: Read and parse text tables -Version: svn16549.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(delimtxt.sty) = %{tl_version} - -%description delimtxt -This experimental package can read and parse text tables -delimited by user-defined tokens (e.g., tab). It can be used -for serial letters and the like, making it easier to export the -data file from MS-Excel/MS-Word - -%package delimtxt-doc -Summary: Documentation for delimtxt -Version: svn16549.0 - -Provides: tex-delimtxt-doc -AutoReqProv: No - -%description delimtxt-doc -Documentation for delimtxt - -%package denisbdoc -Provides: tex-denisbdoc = %{tl_version} -License: LPPL 1.3 -Summary: A personal dirty package for documenting packages -Version: svn54584 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(expl3.sty) -Requires: tex(l3keys2e.sty) -Requires: tex(xparse.sty) -Requires: tex(fontenc.sty) -Requires: tex(inputenc.sty) -Requires: tex(fontspec.sty) -Requires: tex(xpatch.sty) -Requires: tex(morewrites.sty) -Requires: tex(parskip.sty) -Requires: tex(amsthm.sty) -Requires: tex(thmtools.sty) -Requires: tex(fixfoot.sty) -Requires: tex(enumitem.sty) -Requires: tex(afterpage.sty) -Requires: tex(tabulary.sty) -Requires: tex(calc.sty) -Requires: tex(siunitx.sty) -Requires: tex(tocbibind.sty) -Requires: tex(varioref.sty) -Requires: tex(booktabs.sty) -Requires: tex(zref.sty) -Requires: tex(footmisc.sty) -Requires: tex(rotating.sty) -Requires: tex(pdflscape.sty) -Requires: tex(hologo.sty) -Requires: tex(xifthen.sty) -Requires: tex(refcount.sty) -Requires: tex(iflang.sty) -Requires: tex(amssymb.sty) -Requires: tex(tocvsec2.sty) -Requires: tex(csquotes.sty) -Requires: tex(tikz.sty) -Requires: tex(imakeidx.sty) -Requires: tex(tcolorbox.sty) -Requires: tex(comment.sty) -Requires: tex(path.sty) -Requires: tex(textcase.sty) -Requires: tex(biblatex.sty) -Requires: tex(babel.sty) -Requires: tex(menukeys.sty) -Requires: tex(datetime.sty) -Requires: tex(hyperref.sty) -Requires: tex(nameref.sty) -Requires: tex(hypcap.sty) -Requires: tex(bookmark.sty) -Requires: tex(glossaries.sty) -Requires: tex(cleveref.sty) -Provides: tex(denisbdoc.sty) = %{tl_version} - -%description denisbdoc -A personal dirty package for documenting packages. - -%package denisbdoc-doc -Summary: Documentation for denisbdoc -Version: svn54584 -Provides: tex-denisbdoc-doc -AutoReqProv: No - -%description denisbdoc-doc -Documentation for denisbdoc - -%package diagbox -Provides: tex-diagbox = %{tl_version} -License: LPPL 1.3 -Summary: Table heads with diagonal lines -Version: svn54080 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-etex -Requires: tex(array.sty) -Requires: tex(calc.sty) -Requires: tex(keyval.sty) -Requires: tex(pict2e.sty) -Requires: tex(fp.sty) -Provides: tex(diagbox.sty) = %{tl_version} - -%description diagbox -The package's principal command, \diagbox, takes two arguments -(texts for the slash-separated parts of the box), and an -optional argument with which the direction the slash will go, -and the box dimensions, etc., may vbe controlled. The package -also provides \slashbox and \backslashbox commands for -compatibility with the slashbox package, which it supersedes. - -%package diagbox-doc -Summary: Documentation for diagbox -Version: svn54080 -Provides: tex-diagbox-doc -AutoReqProv: No - -%description diagbox-doc -Documentation for diagbox - -%package diagnose -Provides: tex-diagnose = %{tl_version} -License: GPL+ -Summary: A diagnostic tool for a TeX installation -Version: svn19387.0.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(diagnose.sty) = %{tl_version} - -%description diagnose -Provides macros to assist evaluation of the capabilities of a -TeX installation (i.e., what extensions it supports). An -example document that examines the installation is available. - -%package diagnose-doc -Summary: Documentation for diagnose -Version: svn19387.0.2 - -Provides: tex-diagnose-doc -AutoReqProv: No - -%description diagnose-doc -Documentation for diagnose - -%package dialogl -Provides: tex-dialogl = %{tl_version} -License: LPPL -Summary: Macros for constructing interactive LaTeX scripts -Version: svn28946.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(dialog.sty) = %{tl_version} -Provides: tex(grabhedr.sty) = %{tl_version} -Provides: tex(listout.tex) = %{tl_version} -Provides: tex(menus.sty) = %{tl_version} - -%description dialogl -Gathers together a bunch of code and examples about how to -write macros to carry on a dialogue with the user. - -%package dialogl-doc -Summary: Documentation for dialogl -Version: svn28946.0 - -Provides: tex-dialogl-doc -AutoReqProv: No - -%description dialogl-doc -Documentation for dialogl - -%package dichokey -Provides: tex-dichokey = %{tl_version} -License: Public Domain -Summary: Construct dichotomous identification keys -Version: svn17192.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(dichokey.sty) = %{tl_version} - -%description dichokey -The package can be used to construct dichotomous identification -keys (used especially in biology for species identification), -taking care of numbering and indentation of successive key -steps automatically. An example file is provided, which -demonstrates usage. - -%package dichokey-doc -Summary: Documentation for dichokey -Version: svn17192.0 - -Provides: tex-dichokey-doc -AutoReqProv: No - -%description dichokey-doc -Documentation for dichokey - -%package dinbrief -Provides: tex-dinbrief = %{tl_version} -License: LPPL -Summary: German letter DIN style -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(dinbrief.cfg) = %{tl_version} -Provides: tex(dinbrief.cls) = %{tl_version} -Provides: tex(dinbrief.sty) = %{tl_version} - -%description dinbrief -Implements a document layout for writing letters according to -the rules of DIN (Deutsches Institut fur Normung, German -standardisation institute). A style file for LaTeX 2.09 (with -limited support of the features) is part of the package. Since -the letter layout is based on a German standard, the user guide -is written in German, but most macros have English names from -which the user can recognize what they are used for. In -addition there are example files showing how letters may be -created with the package. A graphical interface for use of the -dinbrief is provided in the dinbrief-GUI bundle. - -%package dinbrief-doc -Summary: Documentation for dinbrief -Version: svn15878.0 - -Provides: tex-dinbrief-doc -AutoReqProv: No - -%description dinbrief-doc -Documentation for dinbrief - -%package directory -Provides: tex-directory = %{tl_version} -License: LPPL -Summary: An address book using BibTeX -Version: svn15878.1.20 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(url.sty) -Provides: tex(directory.sty) = %{tl_version} - -%description directory -A package for LaTeX and BibTeX that facilitates the -construction, maintenance and exploitation of an address book- -like database. - -%package directory-doc -Summary: Documentation for directory -Version: svn15878.1.20 - -Provides: tex-directory-doc -AutoReqProv: No - -%description directory-doc -Documentation for directory - -%package dirtytalk -Provides: tex-dirtytalk = %{tl_version} -License: Public Domain -Summary: A package to typeset quotations easier -Version: svn20520.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(kvoptions.sty) -Requires: tex(ifthen.sty) -Provides: tex(dirtytalk.sty) = %{tl_version} - -%description dirtytalk -The package provides a macro to typeset quotations, using the -command \say{stuff}. The quotation mark glyphs are inserted by -the macro; nested quotations are detected. - -%package dirtytalk-doc -Summary: Documentation for dirtytalk -Version: svn20520.1.0 - -Provides: tex-dirtytalk-doc -AutoReqProv: No - -%description dirtytalk-doc -Documentation for dirtytalk - -%package dlfltxb -Provides: tex-dlfltxb = %{tl_version} -License: LPPL -Summary: Macros related to "Introdktion til LaTeX" -Version: svn17337.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(amsmath.sty) -Requires: tex(amssymb.sty) -Requires: tex(graphicx.sty) -Requires: tex(keyval.sty) -Requires: tex(ragged2e.sty) -Requires: tex(chngpage.sty) -Requires: tex(url.sty) -Requires: tex(calc.sty) -Provides: tex(dlfltxbcodetips.sty) = %{tl_version} -Provides: tex(dlfltxbmarkup.sty) = %{tl_version} -Provides: tex(dlfltxbmarkupbookkeys.sty) = %{tl_version} -Provides: tex(dlfltxbmisc.sty) = %{tl_version} -Provides: tex(dlfltxbtocconfig.sty) = %{tl_version} - -%description dlfltxb -The bundle contains various macros either used for creating the -author's book "Introduktion til LaTeX" (in Danish), or -presented in the book as code tips. The bundle comprises: -dlfltxbcodetips: various macros helpful in typesetting -mathematics; dlfltxbmarkup: provides a macros used throughout -the book, for registering macro names, packages etc. in the -text, in the margin and in the index, all by using categorised -keys (note, a configuration file may be used; a sample is -included in the distribution); dlfltxbtocconfig: macros for the -two tables of contents that the book has; dlfltxbmisc: various -macros for typesetting LaTeX arguments, and the macro used in -the bibliography that can wrap a URL up into a bibtex entry. -Interested parties may review the book itself on the web at the -author's institution (it is written in Danish). - -%package dlfltxb-doc -Summary: Documentation for dlfltxb -Version: svn17337.0 - -Provides: tex-dlfltxb-doc -AutoReqProv: No - -%description dlfltxb-doc -Documentation for dlfltxb - -%package dnaseq -Provides: tex-dnaseq = %{tl_version} -License: LPPL -Summary: Format DNA base sequences -Version: svn17194.0.01 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(color.sty) -Provides: tex(dnaseq.sty) = %{tl_version} - -%description dnaseq -Defines a means of specifying sequences of bases. The bases may -be numbered (per line) and you may specify that subsequences be -coloured. For a more 'vanilla-flavoured' way of typesetting -base sequences, the user might consider the seqsplit package. - -%package dnaseq-doc -Summary: Documentation for dnaseq -Version: svn17194.0.01 - -Provides: tex-dnaseq-doc -AutoReqProv: No - -%description dnaseq-doc -Documentation for dnaseq - -%package doclicense -Provides: tex-doclicense = %{tl_version} -License: LPPL 1.3 -Summary: Support for putting documents under a license -Version: svn54758 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(kvoptions.sty) -Requires: tex(xifthen.sty) -Requires: tex(etoolbox.sty) -Requires: tex(xspace.sty) -Requires: tex(csquotes.sty) -Requires: tex(ccicons.sty) -Requires: tex(graphicx.sty) -Requires: tex(hyperref.sty) -Provides: tex(doclicense-UKenglish.ldf) = %{tl_version} -Provides: tex(doclicense-USenglish.ldf) = %{tl_version} -Provides: tex(doclicense-acadian.ldf) = %{tl_version} -Provides: tex(doclicense-american.ldf) = %{tl_version} -Provides: tex(doclicense-australian.ldf) = %{tl_version} -Provides: tex(doclicense-british.ldf) = %{tl_version} -Provides: tex(doclicense-canadian.ldf) = %{tl_version} -Provides: tex(doclicense-canadien.ldf) = %{tl_version} -Provides: tex(doclicense-english.ldf) = %{tl_version} -Provides: tex(doclicense-french.ldf) = %{tl_version} -Provides: tex(doclicense-german.ldf) = %{tl_version} -Provides: tex(doclicense-newzealand.ldf) = %{tl_version} -Provides: tex(doclicense-ngerman.ldf) = %{tl_version} -Provides: tex(doclicense-spanish.ldf) = %{tl_version} -Provides: tex(doclicense.sty) = %{tl_version} -Provides: tex(doclicense-CC-by-3.0-latex.tex) = %{tl_version} -Provides: tex(doclicense-CC-by-3.0-plaintext.tex) = %{tl_version} -Provides: tex(doclicense-CC-by-4.0-latex.tex) = %{tl_version} -Provides: tex(doclicense-CC-by-4.0-plaintext.tex) = %{tl_version} -Provides: tex(doclicense-CC-by-nc-3.0-latex.tex) = %{tl_version} -Provides: tex(doclicense-CC-by-nc-3.0-plaintext.tex) = %{tl_version} -Provides: tex(doclicense-CC-by-nc-4.0-latex.tex) = %{tl_version} -Provides: tex(doclicense-CC-by-nc-4.0-plaintext.tex) = %{tl_version} -Provides: tex(doclicense-CC-by-nc-nd-3.0-latex.tex) = %{tl_version} -Provides: tex(doclicense-CC-by-nc-nd-3.0-plaintext.tex) = %{tl_version} -Provides: tex(doclicense-CC-by-nc-nd-4.0-latex.tex) = %{tl_version} -Provides: tex(doclicense-CC-by-nc-nd-4.0-plaintext.tex) = %{tl_version} -Provides: tex(doclicense-CC-by-nc-sa-3.0-latex.tex) = %{tl_version} -Provides: tex(doclicense-CC-by-nc-sa-3.0-plaintext.tex) = %{tl_version} -Provides: tex(doclicense-CC-by-nc-sa-4.0-latex.tex) = %{tl_version} -Provides: tex(doclicense-CC-by-nc-sa-4.0-plaintext.tex) = %{tl_version} -Provides: tex(doclicense-CC-by-nd-3.0-latex.tex) = %{tl_version} -Provides: tex(doclicense-CC-by-nd-3.0-plaintext.tex) = %{tl_version} -Provides: tex(doclicense-CC-by-nd-4.0-latex.tex) = %{tl_version} -Provides: tex(doclicense-CC-by-nd-4.0-plaintext.tex) = %{tl_version} -Provides: tex(doclicense-CC-by-sa-3.0-latex.tex) = %{tl_version} -Provides: tex(doclicense-CC-by-sa-3.0-plaintext.tex) = %{tl_version} -Provides: tex(doclicense-CC-by-sa-4.0-latex.tex) = %{tl_version} -Provides: tex(doclicense-CC-by-sa-4.0-plaintext.tex) = %{tl_version} -Provides: tex(doclicense-CC-zero-1.0-latex.tex) = %{tl_version} -Provides: tex(doclicense-CC-zero-1.0-plaintext.tex) = %{tl_version} - -%description doclicense -This package allows you to put your document under a license -and include a link to read about the license or include an icon -or image of the license. Currently, only Creative Commons is -supported, but this package is designed to handle all kinds of -licenses. - -%package doclicense-doc -Summary: Documentation for doclicense -Version: svn54758 -Provides: tex-doclicense-doc -AutoReqProv: No - -%description doclicense-doc -Documentation for doclicense - -%package docmfp -Provides: tex-docmfp = %{tl_version} -License: LPPL -Summary: Document non-LaTeX code -Version: svn15878.1.2d - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(docmfp.sty) = %{tl_version} - -%description docmfp -Extends the doc package to cater for documenting non-LaTeX -code, such as Metafont or Metapost, or other programming -languages. - -%package docmfp-doc -Summary: Documentation for docmfp -Version: svn15878.1.2d - -Provides: tex-docmfp-doc -AutoReqProv: No - -%description docmfp-doc -Documentation for docmfp - -%package docmute -Provides: tex-docmute = %{tl_version} -License: LPPL 1.3 -Summary: Input files ignoring LaTeX preamble, etc -Version: svn25741.1.4 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(docmute.sty) = %{tl_version} - -%description docmute -Input or include stand-alone LaTeX documents, ignoring -everything but the material between \begin{document} and -\end{document}. - -%package docmute-doc -Summary: Documentation for docmute -Version: svn25741.1.4 - -Provides: tex-docmute-doc -AutoReqProv: No - -%description docmute-doc -Documentation for docmute - -%package doctools -Provides: tex-doctools = %{tl_version} -License: LPPL 1.3 -Summary: Tools for the documentation of LaTeX code -Version: svn34474.0.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(kvoptions-patch.sty) -Requires: tex(kvoptions.sty) -Requires: tex(pdftexcmds.sty) -Requires: tex(listings.sty) -Provides: tex(doctools.sty) = %{tl_version} - -%description doctools -The package provides a collection of tools for use either in an -"ordinary" LaTeX document, or within a .dtx file. - -%package doctools-doc -Summary: Documentation for doctools -Version: svn34474.0.1 - -Provides: tex-doctools-doc -AutoReqProv: No - -%description doctools-doc -Documentation for doctools - -%package documentation -Provides: tex-documentation = %{tl_version} -License: LPPL 1.2 -Summary: Documentation support for C, Java and assembler code -Version: svn34521.0.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(documentation.sty) = %{tl_version} - -%description documentation -The package provides a simple means of typesetting computer -programs such that the result is acceptable for inclusion in -reports, etc. - -%package documentation-doc -Summary: Documentation for documentation -Version: svn34521.0.1 - -Provides: tex-documentation-doc -AutoReqProv: No - -%description documentation-doc -Documentation for documentation - -%package doi -Provides: tex-doi = %{tl_version} -License: LPPL -Summary: Create correct hyperlinks for DOI numbers -Version: svn48634 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(hyperref.sty) -Provides: tex(doi.sty) = %{tl_version} - -%description doi -You can hyperlink DOI numbers to dx.doi.org. However, some -publishers have elected to use nasty characters in their DOI -numbering scheme ('<', '>', '_' and ';' have all been spotted). -This will either upset (La)TeX, or your PDF reader. This -package contains a single user-level command \doi{}, which -takes a DOI number, and creates a correct hyperlink to the -target of the DOI. - -%package doi-doc -Summary: Documentation for doi -Version: svn48634 -Provides: tex-doi-doc -AutoReqProv: No - -%description doi-doc -Documentation for doi - -%package dotarrow -Provides: tex-dotarrow = %{tl_version} -License: LPPL -Summary: Extendable dotted arrows -Version: svn15878.0.01a - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Provides: tex(DotArrow.sty) = %{tl_version} - -%description dotarrow -The package can draw dotted arrows that are extendable, in the -same was as \xrightarrow. - -%package dotarrow-doc -Summary: Documentation for dotarrow -Version: svn15878.0.01a - -Provides: tex-dotarrow-doc -AutoReqProv: No - -%description dotarrow-doc -Documentation for dotarrow - -%package dotseqn -Provides: tex-dotseqn = %{tl_version} -License: Dotseqn -Summary: Flush left equations with dotted leaders to the numbers -Version: svn17195.1.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(dotseqn.sty) = %{tl_version} - -%description dotseqn -The package provides a different format for typesetting -equations, one reportedly used in 'old style Britsh books': -equations aligned on the left, with dots on the right leading -to the equation number. In default of an equation number, the -package operates much like the fleqn class option (no leaders). - -%package dotseqn-doc -Summary: Documentation for dotseqn -Version: svn17195.1.1 - -Provides: tex-dotseqn-doc -AutoReqProv: No - -%description dotseqn-doc -Documentation for dotseqn - -%package download -Provides: tex-download = %{tl_version} -License: LPPL 1.3 -Summary: Allow LaTeX to download files using an external process -Version: svn52257 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(expl3.sty) -Requires: tex(l3keys2e.sty) -Requires: tex(pdftexcmds.sty) -Requires: tex(xparse.sty) -Provides: tex(download.sty) = %{tl_version} - -%description download -The package allows the user to download files (using cURL or -wget), from within a document. To run the external commands, -LaTeX (or whatever) needs to be run with the --shell-escape -flag; this creates a tension between your needs and the -security implications of the flag; users should exercise due -caution. - -%package download-doc -Summary: Documentation for download -Version: svn52257 -Provides: tex-download-doc -AutoReqProv: No - -%description download-doc -Documentation for download - -%package dox -Provides: tex-dox = %{tl_version} -License: LPPL -Summary: Extend the doc package -Version: svn46011 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(kvoptions.sty) -Provides: tex(dox.sty) = %{tl_version} - -%description dox -The doc package provides LaTeX developers with means to -describe the usage and the definition of new macros and -environments. However, there is no simple way to extend this -functionality to other items (options or counters, for -instance). The DoX package is designed to circumvent this -limitation. - -%package dox-doc -Summary: Documentation for dox -Version: svn46011 -Provides: tex-dox-doc -AutoReqProv: No - -%description dox-doc -Documentation for dox - -%package dpfloat -Provides: tex-dpfloat = %{tl_version} -License: LPPL -Summary: Support for double-page floats -Version: svn17196.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(dpfloat.sty) = %{tl_version} - -%description dpfloat -Provides fullpage and leftfullpage environments, that may be -used inside a figure, table, or other float environment. If the -first of a 2-page spread uses a "leftfullpage" environment, the -float will only be typeset on an even-numbered page, and the -two floats will appear side-by-side in a two-sided document. - -%package dpfloat-doc -Summary: Documentation for dpfloat -Version: svn17196.0 - -Provides: tex-dpfloat-doc -AutoReqProv: No - -%description dpfloat-doc -Documentation for dpfloat - -%package dprogress -Provides: tex-dprogress = %{tl_version} -License: LPPL -Summary: LaTeX-relevant log information for debugging -Version: svn15878.0.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(dprogress.sty) = %{tl_version} - -%description dprogress -The package logs LaTeX's progress through the file, making the -LaTeX output more verbose. This helps to make LaTeX debugging -easier, as it is simpler to find where exactly LaTeX failed. -The package outputs the typesetting of section, subsection and -subsubsection headers and (if amsmath is loaded) details of the -align environment. - -%package dprogress-doc -Summary: Documentation for dprogress -Version: svn15878.0.1 - -Provides: tex-dprogress-doc -AutoReqProv: No - -%description dprogress-doc -Documentation for dprogress - -%package drac -Provides: tex-drac = %{tl_version} -License: LPPL -Summary: Declare active character substitution, robustly -Version: svn15878.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(drac.sty) = %{tl_version} - -%description drac -The package provides macros \DeclareRobustActChar and -\ReDeclareRobActChar. One uses \DeclareRobustActChar in the -same way one would use \DeclareRobustCommand; the macro -\protects the active character when it appears in a moving -argument. \ReDeclareRobActChar redefines an active character -previously defined with \DeclareRobustActChar, in the same way -that \renewcommand works for ordinary commands. - -%package drac-doc -Summary: Documentation for drac -Version: svn15878.1 - -Provides: tex-drac-doc -AutoReqProv: No - -%description drac-doc -Documentation for drac - -%package draftcopy -Provides: tex-draftcopy = %{tl_version} -License: LPPL -Summary: Identify draft copies -Version: svn15878.2.16 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(draftcopy.cfg) = %{tl_version} -Provides: tex(draftcopy.sty) = %{tl_version} - -%description draftcopy -Places the word DRAFT (or other words) in light grey diagonally -across the background (or at the bottom) of each (or selected) -pages of the document. The package uses PostScript \special -commands, and may not therefore be used with PDFLaTeX. For that -usage, consider the wallpaper or draftwatermark packages. - -%package draftcopy-doc -Summary: Documentation for draftcopy -Version: svn15878.2.16 - -Provides: tex-draftcopy-doc -AutoReqProv: No - -%description draftcopy-doc -Documentation for draftcopy - -%package draftwatermark -Provides: tex-draftwatermark = %{tl_version} -License: LPPL 1.3 -Summary: Put a grey textual watermark on document pages -Version: svn54317 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(everypage.sty) -Requires: tex(graphicx.sty) -Requires: tex(color.sty) -Provides: tex(draftwatermark.sty) = %{tl_version} - -%description draftwatermark -The package provides a means to add a textual, light grey -watermark on every page or on the first page of a document. -Typical usage may consist in writing words such as DRAFT or -CONFIDENTIAL across document pages. The package performs a -similar function to that of draftcopy, but its implementation -is output device independent, and made very simple by relying -on everypage. - -%package draftwatermark-doc -Summary: Documentation for draftwatermark -Version: svn54317 -Provides: tex-draftwatermark-doc -AutoReqProv: No - -%description draftwatermark-doc -Documentation for draftwatermark - -%package dtk -Provides: tex-dtk = %{tl_version} -License: LPPL 1.3 -Summary: Document class for the journal of DANTE -Version: svn54080 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(multicol.sty) -Requires: tex(graphicx.sty) -Requires: tex(color.sty) -Requires: tex(hyperref.sty) -Requires: tex(url.sty) -Requires: tex(pdfescape.sty) -Requires: tex(ifpdf.sty) -Requires: tex(ifluatex.sty) -Requires: tex(atveryend.sty) -Requires: tex(embedfile.sty) -Requires: tex(xcolor.sty) -Requires: tex(longtable.sty) -Requires: tex(caption.sty) -Requires: tex(listings.sty) -Requires: tex(ifthen.sty) -Requires: tex(paralist.sty) -Requires: tex(hyphsubst.sty) -Requires: tex(accsupp.sty) -Requires: tex(fixltx2e.sty) -Requires: tex(lineno.sty) -Requires: tex(etex.sty) -Requires: tex(ifxetex.sty) -Requires: tex(amssymb.sty) -Requires: tex(textcomp.sty) -Requires: tex(eurosym.sty) -Requires: tex(amsmath.sty) -Requires: tex(fontspec.sty) -Requires: tex(unicode-math.sty) -Requires: tex(libertine.sty) -Requires: tex(fontenc.sty) -Requires: tex(mathpazo.sty) -Requires: tex(tgpagella.sty) -Requires: tex(tgheros.sty) -Requires: tex(beramono.sty) -Requires: tex(inputenc.sty) -Requires: tex(cmap.sty) -Requires: tex(babel.sty) -Requires: tex(microtype.sty) -Requires: tex(afterpage.sty) -Requires: tex(tabularx.sty) -Requires: tex(xspace.sty) -Requires: tex(shortvrb.sty) -Requires: tex(footmisc.sty) -Requires: tex(array.sty) -Requires: tex(enumerate.sty) -Requires: tex(booktabs.sty) -Requires: tex(subfig.sty) -Requires: tex(setspace.sty) -Requires: tex(makeidx.sty) -Requires: tex(hologo.sty) -Provides: tex(dtk-author.clo) = %{tl_version} -Provides: tex(dtk-extern.sty) = %{tl_version} -Provides: tex(dtk-full.clo) = %{tl_version} -Provides: tex(dtk-logos.sty) = %{tl_version} -Provides: tex(dtk-new-engines.clo) = %{tl_version} -Provides: tex(dtk-old-engines.clo) = %{tl_version} -Provides: tex(dtk-url.sty) = %{tl_version} -Provides: tex(dtk.bbx) = %{tl_version} -Provides: tex(dtk.cbx) = %{tl_version} -Provides: tex(dtk.cls) = %{tl_version} - -%description dtk -The bundle provides a class and style file for typesetting "Die -TeXnische Komodie" -- the communications of the German TeX -Users Group DANTE e.V. The arrangement means that the class may -be used by article writers to typeset a single article as well -as to produce the complete journal. - -%package dtk-doc -Summary: Documentation for dtk -Version: svn54080 -Provides: tex-dtk-doc -AutoReqProv: No - -%description dtk-doc -Documentation for dtk - -%package dtxgallery-doc -Summary: Documentation for dtxgallery -Version: svn49504 -Provides: tex-dtxgallery-doc -AutoReqProv: No - -%description dtxgallery-doc -Documentation for dtxgallery - -%package dvdcoll -Provides: tex-dvdcoll = %{tl_version} -License: LPPL -Summary: A class for typesetting DVD archives -Version: svn15878.v1.1a - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(afterpage.sty) -Requires: tex(xkeyval.sty) -Requires: tex(ifthen.sty) -Requires: tex(tabularx.sty) -Requires: tex(booktabs.sty) -Requires: tex(array.sty) -Requires: tex(multicol.sty) -Requires: tex(ragged2e.sty) -Requires: tex(hyperref.sty) -Requires: tex(ifpdf.sty) -Requires: tex(marginnote.sty) -Provides: tex(dcwrtbib.sty) = %{tl_version} -Provides: tex(dvdcoll.cls) = %{tl_version} -Provides: tex(pdfnotiz.sty) = %{tl_version} - -%description dvdcoll -Having lost the overview of my DVD archives, I simply could not -remember if I already recorded the documentary running on TV -that day. I chose to recreate the index using LaTeX: the design -aim was a hyperlinked and fully searchable PDF-document, -listing my DVDs with all titles, lengths and so on. Further -requirements were support for seasons of tv series and a list -with all faulty or missing programs for rerecording. The -dvdcoll class supports all these requirements. dvdcoll.cls -follows the structure <length>. As a result, the -class is not limited to DVDs--you can of course typeset -archives of CD-ROMs, Audio-CDs and so on. Supported languages -at the moment: English, French, German, Italian, Polish, -Portuguese, Spanish. Some help is needed for other languages! - -%package dvdcoll-doc -Summary: Documentation for dvdcoll -Version: svn15878.v1.1a - -Provides: tex-dvdcoll-doc -AutoReqProv: No - -%description dvdcoll-doc -Documentation for dvdcoll - -%package dynblocks -Provides: tex-dynblocks = %{tl_version} -License: LPPL 1.3 -Summary: A simple way to create dynamic blocks for Beamer -Version: svn35193.0.2b - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(tikz.sty) -Requires: tex(etoolbox.sty) -Requires: tex(xparse.sty) -Provides: tex(dynblocks.sty) = %{tl_version} - -%description dynblocks -The package provides full customisation of the aspect and -dimensions of blocks inside a presentation. - -%package dynblocks-doc -Summary: Documentation for dynblocks -Version: svn35193.0.2b - -Provides: tex-dynblocks-doc -AutoReqProv: No - -%description dynblocks-doc -Documentation for dynblocks - -%package ean13isbn -Provides: tex-ean13isbn = %{tl_version} -License: LPPL -Summary: Print EAN13 for ISBN -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(kvoptions.sty) -Requires: tex(ean13.tex) -Provides: tex(ean13isbn.sty) = %{tl_version} - -%description ean13isbn -The package provides the means to typeset ISBN codes with EAN- -13; it uses the (generic) package ean13.tex to typeset the -actual barcode. - -%package ean13isbn-doc -Summary: Documentation for ean13isbn -Version: svn15878.0 - -Provides: tex-ean13isbn-doc -AutoReqProv: No - -%description ean13isbn-doc -Documentation for ean13isbn - -%package easy -Provides: tex-easy = %{tl_version} -License: LPPL -Summary: A collection of easy-to-use macros -Version: svn19440.0.99 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(easy.sty) = %{tl_version} -Provides: tex(easybib.sty) = %{tl_version} -Provides: tex(easybmat.sty) = %{tl_version} -Provides: tex(easyeqn.sty) = %{tl_version} -Provides: tex(easymat.sty) = %{tl_version} -Provides: tex(easytable.sty) = %{tl_version} -Provides: tex(easyvector.sty) = %{tl_version} - -%description easy -The collection comprises: easybib, support for customising -bibliographies; easybmat, support for composing block matrices; -easyeqn, support for various aspects of equations; easymat, -support for composing matrices; easytable, support for writing -tables; easyvector, a C-like syntax for writing vectors. - -%package easy-doc -Summary: Documentation for easy -Version: svn19440.0.99 - -Provides: tex-easy-doc -AutoReqProv: No - -%description easy-doc -Documentation for easy - -%package easy-todo -Provides: tex-easy-todo = %{tl_version} -License: ASL 2.0 -Summary: To-do notes in a document -Version: svn32677.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(color.sty) -Requires: tex(tocloft.sty) -Requires: tex(ifthen.sty) -Requires: tex(ifdraft.sty) -Provides: tex(easy-todo.sty) = %{tl_version} - -%description easy-todo -The package provides to-do notes throughout a document, and -will provide an index of things to do. - -%package easy-todo-doc -Summary: Documentation for easy-todo -Version: svn32677.0 - -Provides: tex-easy-todo-doc -AutoReqProv: No - -%description easy-todo-doc -Documentation for easy-todo - -%package easyfig -Provides: tex-easyfig = %{tl_version} -License: LPPL 1.3 -Summary: Simplifying the use of common figures -Version: svn47193 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(adjustbox.sty) -Requires: tex(xkeyval.sty) -Requires: tex(ifetex.sty) -Provides: tex(easyfig.sty) = %{tl_version} - -%description easyfig -The package provides the command \Figure[<key=value>...]{<image -filename>} to simplify the business of including an image as -figure in the most common form (centred and with caption and -label). Caption and label are set using the caption and label -keys; the label fig:<image filename> is used if none is given. -If the here key is given, the figure is not 'floated', and the -user is responsible for placement. The package uses the -author's package adjustbox to centre an image and to simplify -further modifications. - -%package easyfig-doc -Summary: Documentation for easyfig -Version: svn47193 -Provides: tex-easyfig-doc -AutoReqProv: No - -%description easyfig-doc -Documentation for easyfig - -%package easylist -Provides: tex-easylist = %{tl_version} -License: LPPL -Summary: Lists using a single active character -Version: svn32661.1.3 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(easylist.sty) = %{tl_version} - -%description easylist -This package allows you to create lists of numbered items (as -in Wittgenstein's 'Tractatus') with a single active character -as the only command. A variety of parameters are available to -configure the appearance of the list; lists may be nested -(effectively to unlimited depth). - -%package easylist-doc -Summary: Documentation for easylist -Version: svn32661.1.3 - -Provides: tex-easylist-doc -AutoReqProv: No - -%description easylist-doc -Documentation for easylist - -%package easyreview -Provides: tex-easyreview = %{tl_version} -License: LPPL -Summary: Package to provide a way to review (or perform editorial process) in LaTeX -Version: svn38352.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(soul.sty) -Requires: tex(xcolor.sty) -Requires: tex(todonotes.sty) -Provides: tex(easyReview.sty) = %{tl_version} - -%description easyreview -The easyReview package provides a way to review (or perform -editorial process) in LaTeX. You can use the provided commands -to claim attention in different ways to part of the text, or -even to indicate that a text was added, needs to be removed, -needs to be replaced and add comments to the text. - -%package easyreview-doc -Summary: Documentation for easyreview -Version: svn38352.1.0 - -Provides: tex-easyreview-doc -AutoReqProv: No - -%description easyreview-doc -Documentation for easyreview - -%package ebezier -Provides: tex-ebezier = %{tl_version} -License: LPPL -Summary: Device independent picture environment enhancement -Version: svn15878.4 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(calc.sty) -Provides: tex(ebezier.sty) = %{tl_version} - -%description ebezier -Ebezier is a device independent extension for the standard -picture environment. Linear, quadratic, and cubic bezier curves -are supplied in connection with higher level circle drawing -commands. Additionally some macros for the calculation of curve -lenghts are part of this package. - -%package ebezier-doc -Summary: Documentation for ebezier -Version: svn15878.4 - -Provides: tex-ebezier-doc -AutoReqProv: No - -%description ebezier-doc -Documentation for ebezier - -%package ecclesiastic -Provides: tex-ecclesiastic = %{tl_version} -License: LPPL 1.3 -Summary: Typesetting Ecclesiastic Latin -Version: svn38172.0.3 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(iftex.sty) -Provides: tex(ecclesiastic.sty) = %{tl_version} - -%description ecclesiastic -The package modifies the way the latin option to babel operates -when typesetting Latin. The style is somewhat 'frenchified' in -respect of punctuation spacings and footnote style; shortcuts -are available in order to set accents on all vowels, including -y and the diphthongs ae and oe. - -%package ecclesiastic-doc -Summary: Documentation for ecclesiastic -Version: svn38172.0.3 - -Provides: tex-ecclesiastic-doc -AutoReqProv: No - -%description ecclesiastic-doc -Documentation for ecclesiastic - -%package ecv -Provides: tex-ecv = %{tl_version} -License: Copyright only -Summary: A fancy Curriculum Vitae class -Version: svn24928.0.3 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifpdf.sty) -Requires: tex(ifthen.sty) -Requires: tex(geometry.sty) -Requires: tex(longtable.sty) -Requires: tex(pgf.sty) -Requires: tex(paralist.sty) -Requires: tex(helvet.sty) -Requires: tex(xcolor.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(inputenc.sty) -Requires: tex(selinput.sty) -Requires: tex(fontenc.sty) -Requires: tex(url.sty) -Requires: tex(hyperref.sty) -Requires: tex(babel.sty) -Provides: tex(ecv.cls) = %{tl_version} -Provides: tex(ecvEnglish.ldf) = %{tl_version} -Provides: tex(ecvGerman.ldf) = %{tl_version} -Provides: tex(ecvNLS.sty) = %{tl_version} - -%description ecv -The class provides an environment for creating a fancily laid -out tabular curriculum vitae inspired by the european -curriculum vitae. The distribution comes with a German and an -English template. - -%package ecv-doc -Summary: Documentation for ecv -Version: svn24928.0.3 - -Provides: tex-ecv-doc -AutoReqProv: No - -%description ecv-doc -Documentation for ecv - -%package ed -Provides: tex-ed = %{tl_version} -License: LPPL -Summary: Editorial Notes for LaTeX documents -Version: svn25231.1.8 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(paralist.sty) -Requires: tex(xcolor.sty) -Requires: tex(verbatim.sty) -Provides: tex(ed.sty) = %{tl_version} - -%description ed -This package defines a couple of editorial notes that simplify -collaboration on a LaTeX text. These allow authors to annotate -status information in the source. In draft mode, the -annotations are shown for communication, and in publication -mode these are suppressed. - -%package ed-doc -Summary: Documentation for ed -Version: svn25231.1.8 - -Provides: tex-ed-doc -AutoReqProv: No - -%description ed-doc -Documentation for ed - -%package edmargin -Provides: tex-edmargin = %{tl_version} -License: LPPL -Summary: Multiple series of endnotes for critical editions -Version: svn27599.1.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(edmargin.sty) = %{tl_version} - -%description edmargin -Edmargin provides a very simple scheme for endnote sections for -critical editions. Endnotes can either be marked in the text, -or with marginal references to the page in the note sections -where the note is to be found. Notes can be set in individual -paragraphs, or in block paragraph mode (where there are many -short notes). Note sections will have running headers of the -form "Textual notes to pp. xx--yy". New note sections can be -created on the fly. There are predefined endnote sections for -textual notes, emendations, and explanatory notes. - -%package edmargin-doc -Summary: Documentation for edmargin -Version: svn27599.1.2 - -Provides: tex-edmargin-doc -AutoReqProv: No - -%description edmargin-doc -Documentation for edmargin - -%package eemeir -Provides: tex-eemeir = %{tl_version} -License: LPPL -Summary: Adjust the gender of words in a document -Version: svn15878.1.1b - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(xspace.sty) -Provides: tex(eemeir.sty) = %{tl_version} - -%description eemeir -Defines macros for third-person singular pronouns (\E, \Em, -\Eir, \Eirs), which expand differently according to a -masculine/feminine switch. (If the switch is 'masculine', they -would expand to 'he', 'him', 'his' and 'his'; if 'feminine', -they would expand to 'she', 'her', 'her' and 'hers'. Apart from -the pronouns, one can define 'word pairs', such as -mother/father, daughter/son, and so on. Gender may be defined -once per document, as an environment, or may be flipped on the -fly. - -%package eemeir-doc -Summary: Documentation for eemeir -Version: svn15878.1.1b - -Provides: tex-eemeir-doc -AutoReqProv: No - -%description eemeir-doc -Documentation for eemeir - -%package efbox -Provides: tex-efbox = %{tl_version} -License: LPPL 1.3 -Summary: Extension of \fbox, with controllable frames and colours -Version: svn33236.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(color.sty) -Requires: tex(pgfkeys.sty) -Provides: tex(efbox.sty) = %{tl_version} - -%description efbox -The package defines the \efbox command, which creates a box -just wide enough to hold the text created by its argument. The -command optionally puts a (possibly partial) frame around the -box, and allows setting the box background colour. - -%package efbox-doc -Summary: Documentation for efbox -Version: svn33236.1.0 - -Provides: tex-efbox-doc -AutoReqProv: No - -%description efbox-doc -Documentation for efbox - -%package egplot -Provides: tex-egplot = %{tl_version} -License: GPL+ -Summary: Encapsulate Gnuplot sources in LaTeX documents -Version: svn20617.1.02a - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(verbatim.sty) -Requires: tex(ifthen.sty) -Requires: tex(graphicx.sty) -Provides: tex(egplot.sty) = %{tl_version} - -%description egplot -A package to encapsulate gnuplot commands in a LaTeX source -file, so that a document's figures are maintained in parallel -with the document source itself. - -%package egplot-doc -Summary: Documentation for egplot -Version: svn20617.1.02a - -Provides: tex-egplot-doc -AutoReqProv: No - -%description egplot-doc -Documentation for egplot - -%package elements -Provides: tex-elements = %{tl_version} -License: LPPL 1.3 -Summary: Provides properties of chemical elements -Version: svn52398 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(translations.sty) -Provides: tex(elements.sty) = %{tl_version} -Provides: tex(elements_names_brazil.def) = %{tl_version} -Provides: tex(elements_names_english.def) = %{tl_version} -Provides: tex(elements_names_french.def) = %{tl_version} -Provides: tex(elements_names_german.def) = %{tl_version} -Provides: tex(elements_names_portuges.def) = %{tl_version} -Provides: tex(elements_names_spanish.def) = %{tl_version} - -%description elements -The package provides means for retrieving properties of -chemical elements like atomic number, element symbol, element -name, electron distribution or isotope number. Properties are -defined for the elements up to the atomic number 112. This -package is a spin-off of the package bohr by the same author. - -%package elements-doc -Summary: Documentation for elements -Version: svn52398 -Provides: tex-elements-doc -AutoReqProv: No - -%description elements-doc -Documentation for elements - -%package ellipsis -Provides: tex-ellipsis = %{tl_version} -License: LPPL -Summary: Fix uneven spacing around ellipses in LaTeX text mode -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(xspace.sty) -Provides: tex(ellipsis.sty) = %{tl_version} - -%description ellipsis -This is a simple package that fixes a problem in the way LaTeX -handles ellipses: it always puts a tiny bit more space after -\dots in text mode than before it, which results in the -ellipsis being off-center when used between two words. - -%package ellipsis-doc -Summary: Documentation for ellipsis -Version: svn15878.0 - -Provides: tex-ellipsis-doc -AutoReqProv: No - -%description ellipsis-doc -Documentation for ellipsis - -%package elmath -Provides: tex-elmath = %{tl_version} -License: LPPL -Summary: Mathematics in Greek texts -Version: svn15878.v1.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(elmath.sty) = %{tl_version} - -%description elmath -This package has been designed to facilitate the use of Greek -letters in mathematical mode. The package allows one to -directly type in Greek letters (in ISO 8859-7 encoding) in math -mode. - -%package elmath-doc -Summary: Documentation for elmath -Version: svn15878.v1.2 - -Provides: tex-elmath-doc -AutoReqProv: No - -%description elmath-doc -Documentation for elmath - -%package elocalloc -Provides: tex-elocalloc = %{tl_version} -License: LPPL -Summary: Local allocation macros for LaTeX 2015 -Version: svn42712 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(etex.sty) -Provides: tex(elocalloc.sty) = %{tl_version} - -%description elocalloc -Local allocation macros, with names taken from etex.sty but -with implementation based on the LaTeX 2015 allocation macros. - -%package elocalloc-doc -Summary: Documentation for elocalloc -Version: svn42712 -Provides: tex-elocalloc-doc -AutoReqProv: No - -%description elocalloc-doc -Documentation for elocalloc - -%package elpres -Provides: tex-elpres = %{tl_version} -License: LPPL -Summary: A simple class for electronic presentations -Version: svn46429 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(geometry.sty) -Requires: tex(ifthen.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(mathptmx.sty) -Requires: tex(courier.sty) -Requires: tex(helvet.sty) -Provides: tex(elpres.cls) = %{tl_version} - -%description elpres -Elpres is a simple class for electronic presentations to be -shown on screen or a beamer. Elpres is derived from article.cls -and may be used with LaTeX or pdfLaTeX. - -%package elpres-doc -Summary: Documentation for elpres -Version: svn46429 -Provides: tex-elpres-doc -AutoReqProv: No - -%description elpres-doc -Documentation for elpres - -%package elzcards -Provides: tex-elzcards = %{tl_version} -License: LPPL 1.3 -Summary: Typeset business cards, index cards and flash cards easyly -Version: svn51894 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(calc.sty) -Requires: tex(xparse.sty) -Requires: tex(keyval.sty) -Provides: tex(elzcards.sty) = %{tl_version} - -%description elzcards -A LaTeX package for typesetting business cards, index cards, -and flash cards in an easy and flexible way, optionally also -the reverse side. You will have to furnish the paper size, the -desired size of your card, the printable area of your printer, -and the design of the card. Everything else is taken care of by -elzcards. - -%package elzcards-doc -Summary: Documentation for elzcards -Version: svn51894 -Provides: tex-elzcards-doc -AutoReqProv: No - -%description elzcards-doc -Documentation for elzcards - -%package emarks -Provides: tex-emarks = %{tl_version} -License: LPPL 1.3 -Summary: Named mark registers with e-TeX -Version: svn24504.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(etex.sty) -Provides: tex(emarks.sty) = %{tl_version} - -%description emarks -E-TeX provides 32 768 mark registers; using this facility is -far more comfortable than LaTeX tricks with \markright, -\markboth, \leftmark and \rightmark. The package provides two -commands for marking: \marksthe and \marksthecs, which have * -forms which disable expansion; new mark registers are allocated -as needed. Syntax is closely modelled on the \marks primitive. -Four commands are provided for retrieving the marks registers' -content: \thefirstmarks, \thebotmarks, thetopmarks and -\getthemarks; and the command \ifmarksequal is available for -comparing the content of marks registers. The package requires -an e-TeX-enabled engine, and the etex package. - -%package emarks-doc -Summary: Documentation for emarks -Version: svn24504.1.0 - -Provides: tex-emarks-doc -AutoReqProv: No - -%description emarks-doc -Documentation for emarks - -%package embedall -Provides: tex-embedall = %{tl_version} -License: LPPL 1.2 -Summary: Embed source files into the generated PDF -Version: svn51177 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(embedfile.sty) -Requires: tex(graphicx.sty) -Requires: tex(listings.sty) -Requires: tex(letltxmacro.sty) -Provides: tex(embedall.sty) = %{tl_version} - -%description embedall -The package provides a means of storing a project, without -losing anything. It uses the embedfile package to attach to the -generated PDF all files used in creating your project. In -particular, it can embed images, external TeX files, external -codes and - -%package embedall-doc -Summary: Documentation for embedall -Version: svn51177 -Provides: tex-embedall-doc -AutoReqProv: No - -%description embedall-doc -Documentation for embedall - -%package embrac -Provides: tex-embrac = %{tl_version} -License: LPPL 1.3 -Summary: Upright brackets in emphasised text -Version: svn54512 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(expl3.sty) -Requires: tex(xparse.sty) -Requires: tex(l3keys2e.sty) -Provides: tex(embrac.sty) = %{tl_version} - -%description embrac -The package redefines the commands \emph and \textit so that -parentheses and square brackets are typeset in an upright font -in their arguments. The package requires expl3 from the -l3kernel bundle, and xparse and l3keys2e from the l3packages -bundle. - -%package embrac-doc -Summary: Documentation for embrac -Version: svn54512 -Provides: tex-embrac-doc -AutoReqProv: No - -%description embrac-doc -Documentation for embrac - -%package emptypage -Provides: tex-emptypage = %{tl_version} -License: LPPL 1.2 -Summary: Make empty pages really empty -Version: svn18064.1.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(emptypage.sty) = %{tl_version} - -%description emptypage -This package prevents page numbers and headings from appearing -on empty pages. - -%package emptypage-doc -Summary: Documentation for emptypage -Version: svn18064.1.2 - -Provides: tex-emptypage-doc -AutoReqProv: No - -%description emptypage-doc -Documentation for emptypage - -%package emulateapj -Provides: tex-emulateapj = %{tl_version} -License: LPPL -Summary: Produce output similar to that of APJ -Version: svn28469.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(latexsym.sty) -Requires: tex(graphicx.sty) -Requires: tex(amssymb.sty) -Requires: tex(longtable.sty) -Requires: tex(epsf.sty) -Provides: tex(emulateapj.cls) = %{tl_version} - -%description emulateapj -A LaTeX class (based on current RevTeX) to produce preprints -with the page layout similar to that of the Astrophysical -Journal. - -%package emulateapj-doc -Summary: Documentation for emulateapj -Version: svn28469.0 - -Provides: tex-emulateapj-doc -AutoReqProv: No - -%description emulateapj-doc -Documentation for emulateapj - -%package endfloat -Provides: tex-endfloat = %{tl_version} -License: GPL+ -Summary: Move floats to the end, leaving markers where they belong -Version: svn51003 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(keyval.sty) -Provides: tex(efxmpl.cfg) = %{tl_version} -Provides: tex(endfloat.sty) = %{tl_version} - -%description endfloat -Place all floats on pages by themselves at the end of the -document, optionally leaving markers like "[Figure 3 about -here]" in the text near to where the figure (or table) would -normally have occurred. Float types figure and table are -recognised by the package, unmodified. Since several packages -define other types of float, it is possible to register these -float types with endfloat. - -%package endfloat-doc -Summary: Documentation for endfloat -Version: svn51003 -Provides: tex-endfloat-doc -AutoReqProv: No - -%description endfloat-doc -Documentation for endfloat - -%package endheads -Provides: tex-endheads = %{tl_version} -License: LPPL -Summary: Running headers of the form "Notes to pp.xx-yy" -Version: svn43750 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(endheads.sty) = %{tl_version} - -%description endheads -Endheads provides running headers of the form "Notes to pp. xx- -yy" for endnotes sections. It also enables one to reset the -endnotes counter, and put a line marking the chapter change in -the endnotes, at the beginning of every chapter. Endheads -requires the fancyhdr, needspace, ifthen, and endnotes -packages. - -%package endheads-doc -Summary: Documentation for endheads -Version: svn43750 -Provides: tex-endheads-doc -AutoReqProv: No - -%description endheads-doc -Documentation for endheads - -%package endnotes -Provides: tex-endnotes = %{tl_version} -License: LPPL 1.2 -Summary: Place footnotes at the end -Version: svn53319 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(endnotes.sty) = %{tl_version} - -%description endnotes -Accumulates notes (using the \endnote command, which can be -used as a replacement for \footnote), and places them at the -end of the section, chapter or document. - -%package endnotes-doc -Summary: Documentation for endnotes -Version: svn53319 -Provides: tex-endnotes-doc -AutoReqProv: No - -%description endnotes-doc -Documentation for endnotes - -%package engpron -Provides: tex-engpron = %{tl_version} -License: LPPL -Summary: Helps to type the pronunciation of English words -Version: svn16558.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(geometry.sty) -Requires: tex(fancyvrb.sty) -Requires: tex(tipa.sty) -Requires: tex(ifthen.sty) -Requires: tex(drac.sty) -Provides: tex(engpron-tools.sty) = %{tl_version} -Provides: tex(engpron.sty) = %{tl_version} - -%description engpron -This package provides macros beginning with the 'PS' character, -made active, which enable us to write the British or American -English pronunciation as one can find it in the 'English -Pronouncing Dictionary' by Daniel Jones. There is an option to -typeset the pronunciation in the style of Harrap's dictionary. - -%package engpron-doc -Summary: Documentation for engpron -Version: svn16558.2 - -Provides: tex-engpron-doc -AutoReqProv: No - -%description engpron-doc -Documentation for engpron - -%package engrec -Provides: tex-engrec = %{tl_version} -License: LPPL -Summary: Enumerate with lower- or uppercase Greek letters -Version: svn15878.1.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(amstext.sty) -Requires: tex(upgreek.sty) -Provides: tex(engrec.sty) = %{tl_version} - -%description engrec -This package provides two macros \engrec and \EnGrec to convert -number arguments to lower case or upper case greek letters. -They have the syntax of \alph, i.e. \engrec{a_counter}, -\EnGrec{a_counter}. Options are provided to work with the -upgreek and fourier packages. Requires amstext. - -%package engrec-doc -Summary: Documentation for engrec -Version: svn15878.1.1 - -Provides: tex-engrec-doc -AutoReqProv: No - -%description engrec-doc -Documentation for engrec - -%package enotez -Provides: tex-enotez = %{tl_version} -License: LPPL 1.3 -Summary: Support for end-notes -Version: svn54512 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(expl3.sty) -Requires: tex(xparse.sty) -Requires: tex(l3keys2e.sty) -Requires: tex(xtemplate.sty) -Requires: tex(etoolbox.sty) -Requires: tex(xpatch.sty) -Requires: tex(scrlfile.sty) -Requires: tex(translations.sty) -Provides: tex(enotez.sty) = %{tl_version} - -%description enotez -The package allows nested endnotes, supports hyperref and -provides means for easy customization of the list of notes. The -package requires the expl3 bundle and packages from the LaTeX 3 -'package set'. - -%package enotez-doc -Summary: Documentation for enotez -Version: svn54512 -Provides: tex-enotez-doc -AutoReqProv: No - -%description enotez-doc -Documentation for enotez - -%package enumitem -Provides: tex-enumitem = %{tl_version} -License: LPPL -Summary: Control layout of itemize, enumerate, description -Version: svn51423 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(enumitem.sty) = %{tl_version} - -%description enumitem -This package provides user control over the layout of the three -basic list environments: enumerate, itemize and description. It -supersedes both enumerate and mdwlist (providing well- -structured replacements for all their funtionality), and in -addition provides functions to compute the layout of labels, -and to 'clone' the standard environments, to create new -environments with counters of their own. - -%package enumitem-doc -Summary: Documentation for enumitem -Version: svn51423 -Provides: tex-enumitem-doc -AutoReqProv: No - -%description enumitem-doc -Documentation for enumitem - -%package enumitem-zref -Provides: tex-enumitem-zref = %{tl_version} -License: LPPL 1.3 -Summary: Extended references to items for enumitem package -Version: svn21472.1.8 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ltxcmds.sty) -Requires: tex(etoolbox.sty) -Requires: tex(kvoptions.sty) -Requires: tex(gettitlestring.sty) -Requires: tex(enumitem.sty) -Requires: tex(zref.sty) -Requires: tex(zref-user.sty) -Requires: tex(zref-counter.sty) -Requires: tex(engrec.sty) -Requires: tex(alphalph.sty) -Requires: tex(greekctr.sty) -Provides: tex(enumitem-zref.sty) = %{tl_version} - -%description enumitem-zref -The package is a companion for the enumitem package; it makes -it possible to reference any item in lists formatted by -enumitem lists, viz., enumerated, itemize and description -lists, and any list defined (or customised) with \newlist or -\setlist. References may be typeset differently with -options/properties and even arbitrary text. With hyperref, -anchors are added for each item to enable hyperlinks within the -document or even to external documents. Three schemes are -provided to make reference names (including the standard \label -command). - -%package enumitem-zref-doc -Summary: Documentation for enumitem-zref -Version: svn21472.1.8 - -Provides: tex-enumitem-zref-doc -AutoReqProv: No - -%description enumitem-zref-doc -Documentation for enumitem-zref - -%package envbig -Provides: tex-envbig = %{tl_version} -License: LPPL -Summary: Printing addresses on envelopes -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(envbig.sty) = %{tl_version} - -%description envbig -A simple package, that prints both 'from' and 'to' addresses. - -%package envbig-doc -Summary: Documentation for envbig -Version: svn15878.0 - -Provides: tex-envbig-doc -AutoReqProv: No - -%description envbig-doc -Documentation for envbig - -%package environ -Provides: tex-environ = %{tl_version} -License: LPPL -Summary: A new interface for environments in LaTeX -Version: svn54080 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(trimspaces.sty) -Provides: tex(environ.sty) = %{tl_version} - -%description environ -The package provides the \collect@body command (as in amsmath), -as well as a \long version \Collect@Body, for collecting the -body text of an environment. These commands are used to define -a new author interface to creating new environments. For -example: \NewEnviron{test} wraps the entire environment body in -square brackets, doing the right thing in ignoring leading and -trailing spaces. - -%package environ-doc -Summary: Documentation for environ -Version: svn54080 -Provides: tex-environ-doc -AutoReqProv: No - -%description environ-doc -Documentation for environ - -%package envlab -Provides: tex-envlab = %{tl_version} -License: LPPL -Summary: Addresses on envelopes or mailing labels -Version: svn15878.1.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(graphics.sty) -Provides: tex(envlab.cfg) = %{tl_version} -Provides: tex(envlab.sty) = %{tl_version} - -%description envlab -A LaTeX package for producing mailing envelopes and labels, -including barcodes and address formatting according to the US -Postal Service rules. Redefines the standard \makelabels -command of the LaTeX letter documentclass. - -%package envlab-doc -Summary: Documentation for envlab -Version: svn15878.1.2 - -Provides: tex-envlab-doc -AutoReqProv: No - -%description envlab-doc -Documentation for envlab - -%package epigraph -Provides: tex-epigraph = %{tl_version} -License: LPPL 1.3 -Summary: A package for typesetting epigraphs -Version: svn54857 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(epigraph.sty) = %{tl_version} - -%description epigraph -Epigraphs are the pithy quotations often found at the start (or -end) of a chapter. Both single epigraphs and lists of epigraphs -are catered for. Various aspects are easily configurable. - -%package epigraph-doc -Summary: Documentation for epigraph -Version: svn54857 -Provides: tex-epigraph-doc -AutoReqProv: No - -%description epigraph-doc -Documentation for epigraph - -%package epiolmec -Provides: tex-epiolmec = %{tl_version} -License: LPPL -Summary: Typesetting the Epi-Olmec Language -Version: svn15878.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(epiolmec.map) = %{tl_version} -Provides: tex(EpiOlmec.tfm) = %{tl_version} -Provides: tex(Epi-Olmec.pfb) = %{tl_version} -Provides: tex(epiolmec.sty) = %{tl_version} - -%description epiolmec -The package contains all the necessary files to typeset Epi- -Olmec "documents", in a script used in Southern Middle America -until about 500 AD. - -%package epiolmec-doc -Summary: Documentation for epiolmec -Version: svn15878.0 - -Provides: tex-epiolmec-doc -AutoReqProv: No - -%description epiolmec-doc -Documentation for epiolmec - -%package eqell -Provides: tex-eqell = %{tl_version} -License: GPL+ -Summary: Sympathetically spaced ellipsis after punctuation -Version: svn22931.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(xspace.sty) -Provides: tex(eqell.sty) = %{tl_version} - -%description eqell -The package provides commands that give a well-spaced ellipsis -after !, ?, !? or ?!. - -%package eqell-doc -Summary: Documentation for eqell -Version: svn22931.0 - -Provides: tex-eqell-doc -AutoReqProv: No - -%description eqell-doc -Documentation for eqell - -%package eqlist -Provides: tex-eqlist = %{tl_version} -License: LPPL -Summary: Description lists with equal indentation -Version: svn32257.2.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(eqparbox.sty) -Provides: tex(eqlist.sty) = %{tl_version} - -%description eqlist -This package provides a list environment which sets a -description-like list in which the indentation corresponds to -the longest item of the list. - -%package eqlist-doc -Summary: Documentation for eqlist -Version: svn32257.2.1 - -Provides: tex-eqlist-doc -AutoReqProv: No - -%description eqlist-doc -Documentation for eqlist - -%package eqname -Provides: tex-eqname = %{tl_version} -License: Copyright only -Summary: Name tags for equations -Version: svn20678.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(eqname.sty) = %{tl_version} - -%description eqname -The \eqname command provides a name tag for the current -equation, in place of an equation number. The name tag will be -picked up by a subsequent \label command. - -%package eqparbox -Provides: tex-eqparbox = %{tl_version} -License: LPPL 1.3 -Summary: Create equal-widthed parboxes -Version: svn45215 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(array.sty) -Requires: tex(environ.sty) -Provides: tex(eqparbox.sty) = %{tl_version} - -%description eqparbox -LaTeX users sometimes need to ensure that two or more blocks of -text occupy the same amount of horizontal space on the page. To -that end, the eqparbox package defines a new command, -\eqparbox, which works just like \parbox, except that instead -of specifying a width, one specifies a tag. All eqparboxes with -the same tag--regardless of where they are in the document-- -will stretch to fit the widest eqparbox with that tag. This -simple, equal-width mechanism can be used for a variety of -alignment purposes, as is evidenced by the examples in -eqparbox's documentation. Various derivatives of \eqparbox are -also provided. - -%package eqparbox-doc -Summary: Documentation for eqparbox -Version: svn45215 -Provides: tex-eqparbox-doc -AutoReqProv: No - -%description eqparbox-doc -Documentation for eqparbox - -%package errata -Provides: tex-errata = %{tl_version} -License: LPPL -Summary: Error markup for LaTeX documents -Version: svn42428 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(keyval.sty) -Provides: tex(errata.sty) = %{tl_version} - -%description errata -This package provides a simple infrastructure for recording -errata in LaTeX documents. This allows the user to maintain an -updated version of the document (with all errors corrected) and -to automatically generate an errata document highlighting the -difference to the published version. - -%package errata-doc -Summary: Documentation for errata -Version: svn42428 -Provides: tex-errata-doc -AutoReqProv: No - -%description errata-doc -Documentation for errata - -%package esami -Provides: tex-esami = %{tl_version} -License: LPPL -Summary: Typeset exams with scrambled questions and answers -Version: svn47639 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(random.tex) -Provides: tex(esami.sty) = %{tl_version} - -%description esami -The package enables the user to typeset exams with multiple -choice, open questions and many other types of exercise. Both -questions and answers may be randomly distributed within the -exam, and the solutions are typeset automatically. Exercises -may contain a wide number of random parameters and it is -possible to do arithmetical operations on them. The package is -localised in Italian, English, French, German, Greek and -Spanish. - -%package esami-doc -Summary: Documentation for esami -Version: svn47639 -Provides: tex-esami-doc -AutoReqProv: No - -%description esami-doc -Documentation for esami - -%package esdiff -Provides: tex-esdiff = %{tl_version} -License: LPPL -Summary: Simplify typesetting of derivatives -Version: svn21385.1.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(esdiff.sty) = %{tl_version} - -%description esdiff -The package makes writing derivatives very easy. It offers -macros for derivatives, partial derivatives and multiple -derivatives, and allows specification of the point at which the -value is calculated. Some typographic alternatives may be -selected by package options - -%package esdiff-doc -Summary: Documentation for esdiff -Version: svn21385.1.2 - -Provides: tex-esdiff-doc -AutoReqProv: No - -%description esdiff-doc -Documentation for esdiff - -%package esint -Provides: tex-esint = %{tl_version} -License: Public Domain -Summary: Extended set of integrals for Computer Modern -Version: svn52240 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(esint10.tfm) = %{tl_version} -Provides: tex(esint.sty) = %{tl_version} -Provides: tex(uesint.fd) = %{tl_version} - -%description esint -The esint package permits access to alternate integral symbols -when you're using the Computer Modern fonts. In the original -set, several integral symbols are missing, such as \oiint. Many -of these symbols are available in other font sets (pxfonts, -txfonts, etc.), but there is no good solution if you want to -use Computer Modern. The package provides Metafont source and -LaTeX macro support. - -%package esint-doc -Summary: Documentation for esint -Version: svn52240 -Provides: tex-esint-doc -AutoReqProv: No - -%description esint-doc -Documentation for esint - -%package esint-type1 -Provides: tex-esint-type1 = %{tl_version} -License: Public Domain -Summary: Font esint10 in Type 1 format -Version: svn15878.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-esint -Provides: tex(esint.map) = %{tl_version} -Provides: tex(esint10.pfb) = %{tl_version} -Provides: tex(esint.tex) = %{tl_version} - -%description esint-type1 -This is Eddie Saudrais's font esint10 in Adobe Type 1 format. -The Adobe Type 1 implementation was generated from the original -Metafont using mftrace. This distribution does not contain the -TFM files that are necessary to use the fonts with TeX; the TFM -files can be generated from the Metafont sources obtained by -following the instructions in the normal way. - -%package esint-type1-doc -Summary: Documentation for esint-type1 -Version: svn15878.0 - -Provides: tex-esint-type1-doc -AutoReqProv: No -Requires: tex-esint-doc - -%description esint-type1-doc -Documentation for esint-type1 - -%package etaremune -Provides: tex-etaremune = %{tl_version} -License: LPPL -Summary: Reverse-counting enumerate environment -Version: svn15878.v1.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(xkeyval.sty) -Provides: tex(etaremune.sty) = %{tl_version} - -%description etaremune -The package implements the etaremune environment which is an -enumerate environment in which the labels decrease instead of -increasing. The package is noticeably more efficient than the -revnum package, which uses painfully many counters. - -%package etaremune-doc -Summary: Documentation for etaremune -Version: svn15878.v1.2 - -Provides: tex-etaremune-doc -AutoReqProv: No - -%description etaremune-doc -Documentation for etaremune - -%package etextools -Provides: tex-etextools = %{tl_version} -License: LPPL -Summary: e-TeX tools for LaTeX users and package writers -Version: svn20694.3.1415926 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(etex.sty) -Requires: tex(etoolbox.sty) -Requires: tex(letltxmacro.sty) -Provides: tex(etextools.sty) = %{tl_version} - -%description etextools -The package provides many (purely expandable) tools for LaTeX: -Extensive list management (csv lists, lists of single -tokens/characters, etoolbox lists); purely expandable loops -(csvloop, forcsvloop, etc.); conversion (csvtolist, etc.)); -addition/deletion (csvadd, listdel, etc.); Expansion and group -control: \expandnext, \ExpandAfterCmds, \AfterGroup...; Tests -on tokens, characters and control sequences (\iffirstchar, -\ifiscs, \ifdefcount, \@ifchar...); Tests on strings -(\ifstrnum, \ifuppercase, \DeclareStringFilter...); Purely -expandable macros with options (\FE@testopt, \FE@ifstar) or -modifiers (\FE@modifiers); Some purely expandable numerics -(\interval, \locinterplin). The package is dependent on the -etex and the etoolbox packages. - -%package etextools-doc -Summary: Documentation for etextools -Version: svn20694.3.1415926 - -Provides: tex-etextools-doc -AutoReqProv: No - -%description etextools-doc -Documentation for etextools - -%package etoc -Provides: tex-etoc = %{tl_version} -License: LPPL 1.3 -Summary: Completely customisable TOCs -Version: svn52842 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(multicol.sty) -Provides: tex(etoc.sty) = %{tl_version} - -%description etoc -The package gives the user complete control of how the entries -of the table of contents should be constituted from the name, -number, and page number of each sectioning unit. The layout is -controlled by the definition of 'line styles' for each -sectioning level used in the document. The package provides its -own custom line styles (which may be used as examples), and -continues to support the standard formatting inherited from the -LaTeX document classes, but the package can also allow the user -to delegate the details to packages dealing with list making -environments (such as enumitem). The package's default global -style typesets tables of contents in a multi-column format, -with either a standard heading, or a ruled title (optionally -with a frame around the table). The \tableofcontents command -may be used arbitrarily many times in the same document, while -\localtableofcontents provides a 'local' table of contents. - -%package etoc-doc -Summary: Documentation for etoc -Version: svn52842 -Provides: tex-etoc-doc -AutoReqProv: No - -%description etoc-doc -Documentation for etoc - -%package etoolbox -Provides: tex-etoolbox = %{tl_version} -License: LPPL 1.3 -Summary: e-TeX tools for LaTeX -Version: svn52153 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(etex.sty) -Provides: tex(etoolbox.def) = %{tl_version} -Provides: tex(etoolbox.sty) = %{tl_version} - -%description etoolbox -The package is a toolbox of programming facilities geared -primarily towards LaTeX class and package authors. It provides -LaTeX frontends to some of the new primitives provided by e-TeX -as well as some generic tools which are not strictly related to -e-TeX but match the profile of this package. Note that the -initial versions of this package were released under the name -elatex. The package provides functions that seem to offer -alternative ways of implementing some LaTeX kernel commands; -nevertheless, the package will not modify any part of the LaTeX -kernel. - -%package etoolbox-doc -Summary: Documentation for etoolbox -Version: svn52153 -Provides: tex-etoolbox-doc -AutoReqProv: No - -%description etoolbox-doc -Documentation for etoolbox - -%package eukdate -Provides: tex-eukdate = %{tl_version} -License: LPPL -Summary: UK format dates, with weekday -Version: svn15878.1.04 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(eukdate.sty) = %{tl_version} - -%description eukdate -The package is used to change the format of \today's date, -including the weekday, e.g., "Saturday, 26 June 2008", the 'UK -format', which is preferred in many parts of the world, as -distinct from that which is used in \maketitle of the article -class, "June 26, 2008", the 'US format'. - -%package eukdate-doc -Summary: Documentation for eukdate -Version: svn15878.1.04 - -Provides: tex-eukdate-doc -AutoReqProv: No - -%description eukdate-doc -Documentation for eukdate - -%package europasscv -Provides: tex-europasscv = %{tl_version} -License: LPPL 1.3 -Summary: Unofficial class for the new version of the Europass curriculum vitae -Version: svn49703 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(totpages.sty) -Requires: tex(inputenc.sty) -Requires: tex(array.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(xcolor.sty) -Requires: tex(url.sty) -Requires: tex(soul.sty) -Requires: tex(tabu.sty) -Requires: tex(setspace.sty) -Requires: tex(geometry.sty) -Requires: tex(textcomp.sty) -Requires: tex(enumitem.sty) -Requires: tex(hyperref.sty) -Requires: tex(colortbl.sty) -Requires: tex(graphicx.sty) -Requires: tex(showframe.sty) -Requires: tex(fontenc.sty) -Provides: tex(europasscv.cls) = %{tl_version} -Provides: tex(europasscv_de.def) = %{tl_version} -Provides: tex(europasscv_en.def) = %{tl_version} -Provides: tex(europasscv_it.def) = %{tl_version} - -%description europasscv -This class is an unofficial LaTeX implementation of the the -Europass CV, the standard model for curriculum vitae as -recommended by the European Commission. It includes the major -style updates that came out in 2013, featuring a neater, more -compact and somewhat fancier layout. - -%package europasscv-doc -Summary: Documentation for europasscv -Version: svn49703 -Provides: tex-europasscv-doc -AutoReqProv: No - -%description europasscv-doc -Documentation for europasscv - -%package europecv -Provides: tex-europecv = %{tl_version} -License: LPPL -Summary: Unofficial class for European curricula vitae -Version: svn54080 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(totpages.sty) -Requires: tex(booktabs.sty) -Requires: tex(ucs.sty) -Requires: tex(inputenc.sty) -Requires: tex(array.sty) -Requires: tex(longtable.sty) -Requires: tex(fancyhdr.sty) -Provides: tex(ecvbg.def) = %{tl_version} -Provides: tex(ecvca.def) = %{tl_version} -Provides: tex(ecvcs.def) = %{tl_version} -Provides: tex(ecvda.def) = %{tl_version} -Provides: tex(ecvde.def) = %{tl_version} -Provides: tex(ecven.def) = %{tl_version} -Provides: tex(ecves.def) = %{tl_version} -Provides: tex(ecvet.def) = %{tl_version} -Provides: tex(ecvfi.def) = %{tl_version} -Provides: tex(ecvfr.def) = %{tl_version} -Provides: tex(ecvgl.def) = %{tl_version} -Provides: tex(ecvgr.def) = %{tl_version} -Provides: tex(ecvhu.def) = %{tl_version} -Provides: tex(ecvis.def) = %{tl_version} -Provides: tex(ecvit.def) = %{tl_version} -Provides: tex(ecvlt.def) = %{tl_version} -Provides: tex(ecvlv.def) = %{tl_version} -Provides: tex(ecvmt.def) = %{tl_version} -Provides: tex(ecvnl.def) = %{tl_version} -Provides: tex(ecvno.def) = %{tl_version} -Provides: tex(ecvpl.def) = %{tl_version} -Provides: tex(ecvpt.def) = %{tl_version} -Provides: tex(ecvro.def) = %{tl_version} -Provides: tex(ecvsk.def) = %{tl_version} -Provides: tex(ecvsl.def) = %{tl_version} -Provides: tex(ecvsr.def) = %{tl_version} -Provides: tex(ecvsv.def) = %{tl_version} -Provides: tex(europecv.cls) = %{tl_version} - -%description europecv -The europecv class is an unofficial LaTeX implementation of the -standard model for curricula vitae (the "Europass CV") as -recommended by the European Commission. Although primarily -intended for users in the European Union, the class is flexible -enough to be used for any kind of curriculum vitae. The class -has localisations for all the official languages of the EU -(plus Catalan), as well as options permitting input in UTF-8 -and koi8-r. - -%package europecv-doc -Summary: Documentation for europecv -Version: svn54080 -Provides: tex-europecv-doc -AutoReqProv: No - -%description europecv-doc -Documentation for europecv - -%package everyhook -Provides: tex-everyhook = %{tl_version} -License: LPPL 1.3 -Summary: Hooks for standard TeX token lists -Version: svn35675.1.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(svn-prov.sty) -Requires: tex(etoolbox.sty) -Provides: tex(everyhook.sty) = %{tl_version} - -%description everyhook -The package takes control of the six TeX token registers -\everypar, \everymath, \everydisplay, \everyhbox, \everyvbox -and \everycr. Real hooks for each of the registers may be -installed using a stack like interface. For backwards -compatibility, each of the \everyX token lists can be set -without interfering with the hooks. - -%package everyhook-doc -Summary: Documentation for everyhook -Version: svn35675.1.2 - -Provides: tex-everyhook-doc -AutoReqProv: No - -%description everyhook-doc -Documentation for everyhook - -%package everypage -Provides: tex-everypage = %{tl_version} -License: LPPL -Summary: Provide hooks to be run on every page of a document -Version: svn15878.1.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(everypage.sty) = %{tl_version} - -%description everypage -The package provides hooks to perform actions on every page, or -on the current page. Specifically, actions are performed after -the page is composed, but before it is shipped, so they can be -used to prepare the output page in tasks like putting -watermarks in the background, or in setting the next page -layout, etc. - -%package everypage-doc -Summary: Documentation for everypage -Version: svn15878.1.1 - -Provides: tex-everypage-doc -AutoReqProv: No - -%description everypage-doc -Documentation for everypage - -%package exam -Provides: tex-exam = %{tl_version} -License: LPPL 1.3 -Summary: Package for typesetting exam scripts -Version: svn46084 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Provides: tex(exam.cls) = %{tl_version} - -%description exam -Provides a class exam, which eases production of exams, even by -a LaTeX novice. Simple commands are provided to: create -questions, parts of questions, subparts of parts, and -subsubparts of subparts, all with optional point values; create -a grading table, indexed either by question number (listing -each question and the total possible points for that question) -or by page number (listing each page with points and the total -possible points for that page); create headers and footers that -are each specified in three parts: one part to be left -justified, one part to be centered, and one part to be right -justified, in the manner of fancyhdr Headers and/or footers can -be different on the first page of the exam, can be different on -the last page of the exam, and can vary depending on whether -the page number is odd or even, or on whether the current page -continues a question from a previous page, or on whether the -last question on the current page continues onto the following -page. Multiple line headers and/or footers are allowed, and -it's easy to increase the part of the page devoted to headers -and/or footers to allow for this. Note that the bundle exams -also provides a file exam.cls; the two bundles therefore clash, -and should not be installed on the same system. - -%package exam-doc -Summary: Documentation for exam -Version: svn46084 -Provides: tex-exam-doc -AutoReqProv: No - -%description exam-doc -Documentation for exam - -%package exam-n -Provides: tex-exam-n = %{tl_version} -License: LPPL -Summary: Exam class, focused on collaborative authoring -Version: svn42755 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(babel.sty) -Requires: tex(amsmath.sty) -Requires: tex(color.sty) -Requires: tex(ifpdf.sty) -Requires: tex(times.sty) -Requires: tex(helvet.sty) -Requires: tex(mathptm.sty) -Requires: tex(fontenc.sty) -Requires: tex(textcomp.sty) -Requires: tex(fancyhdr.sty) -Provides: tex(exam-n.cls) = %{tl_version} - -%description exam-n -The class design offers: Direct support for collaborative -development of an exam, using a model in which a departmental -'exams convener' or 'exam chair' coordinates multiple authors -writing individual questions (the class file and associated -process is in regular use within a physics and astronomy -department). All of the 'traditional' exam paper features such -as sectioning, per-part running marks, 'Question n continued' -catchwords, and so on. Readily configured local adaptation. - -%package exam-n-doc -Summary: Documentation for exam-n -Version: svn42755 -Provides: tex-exam-n-doc -AutoReqProv: No - -%description exam-n-doc -Documentation for exam-n - -%package examdesign -Provides: tex-examdesign = %{tl_version} -License: GPL+ -Summary: LaTeX class for typesetting exams -Version: svn15878.1.02 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(enumerate.sty) -Requires: tex(multicol.sty) -Requires: tex(keyval.sty) -Provides: tex(examdesign.cls) = %{tl_version} - -%description examdesign -This bundle provides a class examdesign. The class provides -several features useful for designing tests or question sets: -it allows for explicit markup of questions and answers; the -class will, at the user's request, automatically generate -answer keys; multiple versions of the same test can be -generated automatically, with the ordering of questions within -each section randomly permuted so as to minimize cheating; the -generated answer keys can be constructed either with or without -the questions included; environments are provided to assist in -constructing the most common types of test question: matching, -true/false, multiple-choice, fill-in-the-blank, and short -answer/essay questions. - -%package examdesign-doc -Summary: Documentation for examdesign -Version: svn15878.1.02 - -Provides: tex-examdesign-doc -AutoReqProv: No - -%description examdesign-doc -Documentation for examdesign - -%package example -Provides: tex-example = %{tl_version} -License: GPL+ -Summary: Typeset examples for TeX courses -Version: svn33398.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(example.sty) = %{tl_version} - -%description example -The package makes it easier to produce examples for TeX course. -It provides an example environment, which typesets its contents -on the left of the page, and prints it verbatim on the right. - -%package examplep -Provides: tex-examplep = %{tl_version} -License: GPL+ -Summary: Verbatim phrases and listings in LaTeX -Version: svn16916.0.04 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(verbfwr.sty) -Provides: tex(codep.sty) = %{tl_version} -Provides: tex(examplep.sty) = %{tl_version} -Provides: tex(verbfwr.sty) = %{tl_version} - -%description examplep -Examplep provides sophisticated features for typesetting -verbatim source code listings, including the display of the -source code and its compiled LaTeX or Metapost output side-by- -side, with automatic width detection and enabled page breaks -(in the source), without the need for specifying the source -twice. Special care is taken that section, page and footnote -numbers do not interfere with the main document. For -typesetting short verbatim phrases, a replacement for the \verb -command is also provided in the package, which can be used -inside tables and moving arguments such as footnotes and -section titles. The listings package is used for syntax -highlighting. The accompanying codep package and the wrfiles.pl -Perl script provide a convenient interface to the examplep -package for authors of manuals. With codep it is possible to -generate the source code, the LaTeX or METAPOST output and the -compilable example file from a single source embedded into the -appropriate place of the .tex document file. - -%package examplep-doc -Summary: Documentation for examplep -Version: svn16916.0.04 - -Provides: tex-examplep-doc -AutoReqProv: No - -%description examplep-doc -Documentation for examplep - -%package excludeonly -Provides: tex-excludeonly = %{tl_version} -License: Public Domain -Summary: Prevent files being \include-ed -Version: svn17262.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(excludeonly.sty) = %{tl_version} - -%description excludeonly -The package defines an \excludeonly command, which is (in -effect) the opposite of \includeonly. If both \includeonly and -\excludeonly exist in a document, only files "allowed" by both -will be included. The package redefines the internal \@include -command, so it conflicts with packages that do the same. -Examples are the classes paper.cls and thesis.cls. - -%package excludeonly-doc -Summary: Documentation for excludeonly -Version: svn17262.1.0 - -Provides: tex-excludeonly-doc -AutoReqProv: No - -%description excludeonly-doc -Documentation for excludeonly - -%package exercise -Provides: tex-exercise = %{tl_version} -License: GPLv2+ -Summary: Typeset exercises, problems, etc. and their answers -Version: svn35417.1.6 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(keyval.sty) -Requires: tex(ifthen.sty) -Provides: tex(exercise.sty) = %{tl_version} - -%description exercise -The package helps to typeset exercises or list of exercises -within any document. Exercises, questions and sub-questions are -automatically numbered. It is possible to put answers in the -same document, and display them immediatly, later in the -document or not to print answers at all. The layout of -exercises is fully customisable. It is possible to typeset long -problems, short exercises, questionnaires, etc. Usage of the -babel package is detected, but not fully supported yet (only -English and French are implemented). - -%package exercise-doc -Summary: Documentation for exercise -Version: svn35417.1.6 - -Provides: tex-exercise-doc -AutoReqProv: No - -%description exercise-doc -Documentation for exercise - -%package exp-testopt -Provides: tex-exp-testopt = %{tl_version} -License: LPPL -Summary: Expandable \@testopt (and related) macros -Version: svn15878.0.3 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(exp-testopt.sty) = %{tl_version} - -%description exp-testopt -The package provides an expandable variant of the LaTeX kernel -command \@testopt, named \@expandable@testopt, and a more -general \@expandable@ifopt, both intended for package writers. -Also we have a variant of \newcommand which uses these macros -to check for optional arguments. - -%package exp-testopt-doc -Summary: Documentation for exp-testopt -Version: svn15878.0.3 - -Provides: tex-exp-testopt-doc -AutoReqProv: No - -%description exp-testopt-doc -Documentation for exp-testopt - -%package expdlist -Provides: tex-expdlist = %{tl_version} -License: LPPL -Summary: Expanded description environments -Version: svn15878.2.4 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(expdlist.sty) = %{tl_version} - -%description expdlist -The package provides additional features for the LaTeX -description environment, including adjustable left margin. The -package also allows the user to 'break' a list (for example, to -interpose a comment) without affecting the structure of the -list (this works for itemize and eumerate lists and numbered -lists remain in sequence). - -%package expdlist-doc -Summary: Documentation for expdlist -Version: svn15878.2.4 - -Provides: tex-expdlist-doc -AutoReqProv: No - -%description expdlist-doc -Documentation for expdlist - -%package export -Provides: tex-export = %{tl_version} -License: LPPL -Summary: Import and export values of LaTeX registers -Version: svn27206.1.8 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(dvipaste.sty) = %{tl_version} -Provides: tex(export.sty) = %{tl_version} - -%description export -The package allows the user to export/import the values of -LaTeX registers (counters, rigid and rubber lengths only). It -is not for faint-hearted users. The package may be used, for -example, to communicate between documents for the purposes of -dvipaste. - -%package export-doc -Summary: Documentation for export -Version: svn27206.1.8 - -Provides: tex-export-doc -AutoReqProv: No - -%description export-doc -Documentation for export - -%package exsheets -Provides: tex-exsheets = %{tl_version} -License: LPPL 1.3 -Summary: Create exercise sheets and exams -Version: svn52227 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(listings.sty) -Requires: tex(expl3.sty) -Requires: tex(xparse.sty) -Requires: tex(xtemplate.sty) -Requires: tex(l3keys2e.sty) -Requires: tex(xcolor.sty) -Requires: tex(etoolbox.sty) -Requires: tex(environ.sty) -Requires: tex(pgfcore.sty) -Requires: tex(cntformats.sty) -Requires: tex(tasks.sty) -Requires: tex(ulem.sty) -Requires: tex(translations.sty) -Provides: tex(exsheets-listings.sty) = %{tl_version} -Provides: tex(exsheets.sty) = %{tl_version} -Provides: tex(exsheets_configurations.cfg) = %{tl_version} -Provides: tex(exsheets_headings.cfg) = %{tl_version} -Provides: tex(exsheets_headings.def) = %{tl_version} - -%description exsheets -The package provides the means to create exercises or questions -and their corresponding solutions. The questions may be divided -into classes and/or topics and may be printed selectively. -Meta-data to questions can be added and recovered. The -solutions may be printed where they are, or collected and -printed at a later point in the document all together, -section-wise or selectively by ID. The package provides the -means to selectively include questions from an external file, -and to control the style of headings of both questions and -solutions. As of May 2017, this package has been superseded by -its official successor xsim. exsheets itself is now considered -obsolete, but will stay alive, and will continue to receive -bugfix releases. However, new features will not be added any -more. - -%package exsheets-doc -Summary: Documentation for exsheets -Version: svn52227 -Provides: tex-exsheets-doc -AutoReqProv: No - -%description exsheets-doc -Documentation for exsheets - -%package exsol -Provides: tex-exsol = %{tl_version} -License: LPPL 1.3 -Summary: Exercises and solutions from the same source, into a book -Version: svn48977 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fancyvrb.sty) -Requires: tex(ifthen.sty) -Requires: tex(kvoptions.sty) -Provides: tex(exsol.sty) = %{tl_version} - -%description exsol -The packageThe exsol package provides macros to allow for -embedding exercises and solutions in the LaTeX source of an -instructional text (e.g., a book or a course text) while -generating the following separate documents: your original text -that only contains the exercises, and a solution book that -contains only the solutions to the exercises (optionally, the -exercises themselves are also copied to the solution book). The -exercise data are generated when running LaTeX on your -document; the first run also writes the solutions to a -secondary file that may be included in a simple document -harness, may be processed by LaTeX, to generate a nice solution -book. The code of the package was derived (in large part) from -fancyvrb. - -%package exsol-doc -Summary: Documentation for exsol -Version: svn48977 -Provides: tex-exsol-doc -AutoReqProv: No - -%description exsol-doc -Documentation for exsol - -%package extract -Provides: tex-extract = %{tl_version} -License: LPPL -Summary: Extract parts of a document and write to another document -Version: svn52117 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(verbatim.sty) -Requires: tex(xkeyval.sty) -Provides: tex(extract.sty) = %{tl_version} - -%description extract -The package provides the means to extract specific content from -a source document and write that to a target document. One -could, for instance, use this to extract all exercises from -lecture notes and generate an exercises book on the fly. The -package also provides an environment which writes its body -entirely to the target file. Another environment will write to -the target file, but will also execute the body. This allows to -share code (for instance, a preamble) between the source -document and the target file. Finally, the package provides an -interface to conditionally extract content. With a single -package option, one can specify exactly which commands (counted -from the start of the document) should be extracted and which -not. This might be useful for extracting specific slides from a -presentation and use them in a new file. - -%package extract-doc -Summary: Documentation for extract -Version: svn52117 -Provides: tex-extract-doc -AutoReqProv: No - -%description extract-doc -Documentation for extract - -%package facsimile -Provides: tex-facsimile = %{tl_version} -License: LPPL -Summary: Document class for preparing faxes -Version: svn21328.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(lastpage.sty) -Requires: tex(fancyhdr.sty) -Provides: tex(fac-de.cfg) = %{tl_version} -Provides: tex(fac-en.cfg) = %{tl_version} -Provides: tex(facsimile.cls) = %{tl_version} - -%description facsimile -The facsimile class provides a simple interface for creating a -document for sending as a fax, with LaTeX. The class covers two -areas: First, a title page is created with a detailed fax -header; second, every page gets headers and footers so that the -recipient can be sure that every page has been received and all -pages are complete, and in the correct order. The class evolved -from the fax package, and provides much better language -support. - -%package facsimile-doc -Summary: Documentation for facsimile -Version: svn21328.1.0 - -Provides: tex-facsimile-doc -AutoReqProv: No - -%description facsimile-doc -Documentation for facsimile - -%package factura -Provides: tex-factura = %{tl_version} -License: LPPL 1.3 -Summary: Typeset and calculate invoices according to Venezuelan law -Version: svn54803 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xifthen.sty) -Requires: tex(etoolbox.sty) -Requires: tex(xparse.sty) -Requires: tex(textpos.sty) -Requires: tex(geometry.sty) -Requires: tex(xstring.sty) -Requires: tex(pbox.sty) -Requires: tex(calc.sty) -Requires: tex(fp-upn.sty) -Requires: tex(numprint.sty) -Requires: tex(tikz.sty) -Requires: tex(tabularx.sty) -Requires: tex(environ.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(graphicx.sty) -Requires: tex(babel.sty) -Requires: tex(fontenc.sty) -Requires: tex(lmodern.sty) -Requires: tex(zref-savepos.sty) -Requires: tex(eso-pic.sty) -Provides: tex(factura.cls) = %{tl_version} -Provides: tex(factura.def) = %{tl_version} - -%description factura -'factura' is the Spanish word for 'invoice', so this is a LaTeX -class for typesetting and calculating invoices, taking into -account requirements of SENIAT legislation (tax collector -entity on the Bolivarian Republic of Venezuela). However, its -use is not restricted to Venezuela because all variables and -the displayed text can be redefined by invoking commands or -editing. - -%package factura-doc -Summary: Documentation for factura -Version: svn54803 -Provides: tex-factura-doc -AutoReqProv: No - -%description factura-doc -Documentation for factura - -%package fancylabel -Provides: tex-fancylabel = %{tl_version} -License: LPPL 1.2 -Summary: Complex labelling with LaTeX -Version: svn46736 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xkeyval.sty) -Requires: tex(ifthen.sty) -Requires: tex(suffix.sty) -Provides: tex(fancylabel.sty) = %{tl_version} - -%description fancylabel -The package provides a complex labelling scheme. It is designed -to support the needs of the author's chemschemex package - -%package fancylabel-doc -Summary: Documentation for fancylabel -Version: svn46736 -Provides: tex-fancylabel-doc -AutoReqProv: No - -%description fancylabel-doc -Documentation for fancylabel - -%package fancynum -Provides: tex-fancynum = %{tl_version} -License: LPPL -Summary: Typeset numbers -Version: svn15878.0.92 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(fancynum.sty) = %{tl_version} - -%description fancynum -A LaTeX package for typesetting numbers, in particular floating -point numbers, such as you find in program output. - -%package fancynum-doc -Summary: Documentation for fancynum -Version: svn15878.0.92 - -Provides: tex-fancynum-doc -AutoReqProv: No - -%description fancynum-doc -Documentation for fancynum - -%package fancypar -Provides: tex-fancypar = %{tl_version} -License: LPPL 1.3 -Summary: Decoration of individual paragraphs -Version: svn49801 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xkeyval.sty) -Requires: tex(tikz.sty) -Requires: tex(xcolor.sty) -Provides: tex(fancypar.sty) = %{tl_version} - -%description fancypar -Decorates individual paragraphs of a document, offering five -pre-defined styles. The command offers an optional 'key-value' -argument with the user may define parameters of the selected -style. Predefined styles offer a spiral-notebook, a zebra-like, -a dashed, a marked design, and an underlined style. Users may -also define their own styles. Decorated paragraphs may not -include displayed mathematics. - -%package fancypar-doc -Summary: Documentation for fancypar -Version: svn49801 -Provides: tex-fancypar-doc -AutoReqProv: No - -%description fancypar-doc -Documentation for fancypar - -%package fancyslides -Provides: tex-fancyslides = %{tl_version} -License: LPPL 1.3 -Summary: Custom presentation class built upon LaTeX Beamer -Version: svn36263.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(framed.sty) -Requires: tex(tikz.sty) -Provides: tex(fancyslides.cls) = %{tl_version} - -%description fancyslides -This class is prepared for short presentations with a modern -look & feel. It offers the following features: custom -background for each slide, predefined types of slides, -simplified commands (e.g. for starting and ending slide). The -class is built upon LaTeX beamer, so all beamer commands should -work. - -%package fancyslides-doc -Summary: Documentation for fancyslides -Version: svn36263.1.0 - -Provides: tex-fancyslides-doc -AutoReqProv: No - -%description fancyslides-doc -Documentation for fancyslides - -%package fancytabs -Provides: tex-fancytabs = %{tl_version} -License: LPPL 1.3 -Summary: Fancy page border tabs -Version: svn41549 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(tikz.sty) -Provides: tex(fancytabs.sty) = %{tl_version} - -%description fancytabs -The package can typeset tabs on the side of a page. It requires -TikZ from the pgf bundle. - -%package fancytabs-doc -Summary: Documentation for fancytabs -Version: svn41549 -Provides: tex-fancytabs-doc -AutoReqProv: No - -%description fancytabs-doc -Documentation for fancytabs - -%package fancytooltips -Provides: tex-fancytooltips = %{tl_version} -License: LPPL 1.2 -Summary: Include a wide range of material in PDF tooltips -Version: svn27129.1.8 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(graphicx.sty) -Requires: tex(xkeyval.sty) -Requires: tex(atbegshi.sty) -Requires: tex(transparent.sty) -Requires: tex(eso-pic.sty) -Provides: tex(fancytooltips.sty) = %{tl_version} - -%description fancytooltips -The package was inspired by the cooltooltips package. In -contrast to cooltooltips, fancytooltips allows inclusion of -tooltips which contain arbitrary TeX material or a series of -TeX materials (animated graphics) from an external PDF file. To -see the tooltips, you have to open the files in Adobe Reader. -The links and JavaScripts are inserted using eforms package -from the AcroTeX bundle. - -%package fancytooltips-doc -Summary: Documentation for fancytooltips -Version: svn27129.1.8 - -Provides: tex-fancytooltips-doc -AutoReqProv: No - -%description fancytooltips-doc -Documentation for fancytooltips - -%package fcolumn -Provides: tex-fcolumn = %{tl_version} -License: LPPL 1.2 -Summary: Typesetting financial tables -Version: svn50937 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(array.sty) -Provides: tex(fcolumn.sty) = %{tl_version} - -%description fcolumn -In financial reports, text and currency amounts are regularly -put in one table, e.g., a year balance or a profit-and-loss -overview. This package provides the settings for automatically -typesetting such columns, including the sum line (preceded by a -rule of the correct width) using the specifier "f". - -%package fcolumn-doc -Summary: Documentation for fcolumn -Version: svn50937 -Provides: tex-fcolumn-doc -AutoReqProv: No - -%description fcolumn-doc -Documentation for fcolumn - -%package fifo-stack -Provides: tex-fifo-stack = %{tl_version} -License: LPPL -Summary: FIFO and stack implementation for package writers -Version: svn33288.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Provides: tex(fifo-stack.sty) = %{tl_version} - -%description fifo-stack -A LaTeX implementation of a combined FIFO Stack modified from -the existing stack package by Benjamin Bayart. The package -renames the original's \Push and \Pop commands \FSPush and -\FSPop, and which work on the top/end of the FIFO/Stack), and -adds the ability to \FSUnshift and \FSShift from the the -bottom(front) of the FIFO/Stack. - -%package fifo-stack-doc -Summary: Documentation for fifo-stack -Version: svn33288.1.0 - -Provides: tex-fifo-stack-doc -AutoReqProv: No - -%description fifo-stack-doc -Documentation for fifo-stack - -%package figsize -Provides: tex-figsize = %{tl_version} -License: LPPL -Summary: Auto-size graphics -Version: svn18784.0.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(calc.sty) -Requires: tex(subfigure.sty) -Requires: tex(graphicx.sty) -Requires: tex(ifthen.sty) -Provides: tex(figsize.sty) = %{tl_version} - -%description figsize -The FigSize package enables automatic sizing of graphics, -especially when including graphics with the graphicx package. -The user only has to specify the number of graphics that should -fit to a page or fraction there of and the package will -dynamically calculate the correct graphics sizes relative to -the page size. Thus, graphics can be auto-sized to fill a whole -page or fraction and manual changes of graphic sizes are never -needed when changing document layouts. Finally, the package's -dynamic lengths can be used to allow other document element -sizes to be dynamic. - -%package figsize-doc -Summary: Documentation for figsize -Version: svn18784.0.1 - -Provides: tex-figsize-doc -AutoReqProv: No - -%description figsize-doc -Documentation for figsize - -%package filecontents -Provides: tex-filecontents = %{tl_version} -License: LPPL -Summary: Extended filecontents and filecontents* environments -Version: svn52142 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(filecontents.sty) = %{tl_version} - -%description filecontents -LaTeX2e's filecontents and filecontents* environments enable a -LaTeX source file to generate external files as it runs through -LaTeX. However, there are two limitations of these -environments: they refuse to overwrite existing files, and they -can only be used in the preamble of a document. The -filecontents package removes these limitations, letting you -overwrite existing files and letting you use -filecontents/filecontents* anywhere. As of September 2019 the -author tells us: "This package is no longer necessary due to -its functionality having moved into recent LaTeX kernels. It's -probably better not to move the package to obsolete because -users may need it to rebuild old documents. Version 1.5 -provides full functionality when run with an older kernel but -issues a warning message and disables itself when run with a -newer kernel." - -%package filecontents-doc -Summary: Documentation for filecontents -Version: svn52142 -Provides: tex-filecontents-doc -AutoReqProv: No - -%description filecontents-doc -Documentation for filecontents - -%package filedate -Provides: tex-filedate = %{tl_version} -License: LPPL -Summary: Access and compare info and modification dates -Version: svn29529.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(filedate.sty) = %{tl_version} - -%description filedate -The package provides basic access to the date of a LaTeX source -file according to its \Provides... entry (the "info date") as -well as to its modification date according to \pdffilemoddate -if the latter is available. - -%package filedate-doc -Summary: Documentation for filedate -Version: svn29529.0 - -Provides: tex-filedate-doc -AutoReqProv: No - -%description filedate-doc -Documentation for filedate - -%package filehook -Provides: tex-filehook = %{tl_version} -License: LPPL 1.3 -Summary: Hooks for input files -Version: svn53655 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(currfile.sty) -Requires: tex(kvoptions.sty) -Requires: tex(pgfkeys.sty) -Provides: tex(filehook-fink.sty) = %{tl_version} -Provides: tex(filehook-listings.sty) = %{tl_version} -Provides: tex(filehook-memoir.sty) = %{tl_version} -Provides: tex(filehook-scrlfile.sty) = %{tl_version} -Provides: tex(filehook.sty) = %{tl_version} -Provides: tex(pgf-filehook.sty) = %{tl_version} - -%description filehook -The package provides several file hooks (AtBegin, AtEnd, ...) -for files read by \input, \include and \InputIfFileExists. -General hooks for all such files (e.g. all \include'd ones) and -file specific hooks only used for named files are provided; two -hooks are provided for the end of \included files -- one -before, and one after the final \clearpage. - -%package filehook-doc -Summary: Documentation for filehook -Version: svn53655 -Provides: tex-filehook-doc -AutoReqProv: No - -%description filehook-doc -Documentation for filehook - -%package fileinfo -Provides: tex-fileinfo = %{tl_version} -License: LPPL 1.3 -Summary: Enhanced display of LaTeX File Information -Version: svn28421.0.81a - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(myfilist.sty) = %{tl_version} -Provides: tex(readprov.sty) = %{tl_version} - -%description fileinfo -The bundle provides two packages, readprov and myfilist. The -readprov package provides a means of reading file information -without loading the body of the file. The myfilist package uses -readprov and controls what \listfiles will report. - -%package fileinfo-doc -Summary: Documentation for fileinfo -Version: svn28421.0.81a - -Provides: tex-fileinfo-doc -AutoReqProv: No - -%description fileinfo-doc -Documentation for fileinfo - -%package filemod -Provides: tex-filemod = %{tl_version} -License: LPPL 1.3 -Summary: Provide file modification times, and compare them -Version: svn24042.1.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(pdftexcmds.sty) -Provides: tex(filemod-expmin.tex) = %{tl_version} -Provides: tex(filemod.tex) = %{tl_version} -Provides: tex(filemod-expmin.sty) = %{tl_version} -Provides: tex(filemod.sty) = %{tl_version} - -%description filemod -The package provides macros to read and compare the -modification dates of files. The files may be .tex files, -images or other files (as long as they can be found by LaTeX). -It uses the \pdffilemoddate primitive of pdfLaTeX to find the -file modification date as PDF date string, parses the string -and returns the value to the user. The package will also work -for DVI output with recent versions of the LaTeX compiler which -uses pdfLaTeX in DVI mode. The functionality is provided by -purely expandable macros or by faster but non-expandable ones. - -%package filemod-doc -Summary: Documentation for filemod -Version: svn24042.1.2 - -Provides: tex-filemod-doc -AutoReqProv: No - -%description filemod-doc -Documentation for filemod - -%package fink -Provides: tex-fink = %{tl_version} -License: LPPL -Summary: The LaTeX2e File Name Keeper -Version: svn24329.2.2.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(kvoptions.sty) -Provides: tex(fink.sty) = %{tl_version} - -%description fink -This package "looks over your shoulder" and keeps track of -files \input'ed (the LaTeX way) or \include'ed in your -document. You then have permanent access to the name of the -file currently being processed through the macro \finkfile. -FiNK also comes with support for AUC-TeX. As of version 2.2.1, -FiNK has been deprecated and is not maintained anymore. People -interested in FiNK's functionality are invited to use a package -named currfile instead. - -%package fink-doc -Summary: Documentation for fink -Version: svn24329.2.2.1 - -Provides: tex-fink-doc -AutoReqProv: No - -%description fink-doc -Documentation for fink - -%package finstrut -Provides: tex-finstrut = %{tl_version} -License: LPPL 1.3 -Summary: Adjust behaviour of the ends of footnotes -Version: svn21719.0.5 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(finstrut.sty) = %{tl_version} - -%description finstrut -The LaTeX internal command \@finalstrut is used automatically -used at the end of footnote texts to insert a strut to avoid -mis-spacing of multiple footnotes. Unfortunately the command -can cause a blank line at the end of a footnote. The package -provides a solution to this problem. - -%package finstrut-doc -Summary: Documentation for finstrut -Version: svn21719.0.5 - -Provides: tex-finstrut-doc -AutoReqProv: No - -%description finstrut-doc -Documentation for finstrut - -%package fithesis -Provides: tex-fithesis = %{tl_version} -License: LPPL 1.3 -Summary: Thesis class and template for Masaryk University (Brno, Czech Republic) -Version: svn54483 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(keyval.sty) -Requires: tex(etoolbox.sty) -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Requires: tex(inputenc.sty) -Requires: tex(cmap.sty) -Requires: tex(fontenc.sty) -Provides: tex(fithesis-10.clo) = %{tl_version} -Provides: tex(fithesis-11.clo) = %{tl_version} -Provides: tex(fithesis-12.clo) = %{tl_version} -Provides: tex(fithesis-base.sty) = %{tl_version} -Provides: tex(fithesis-base.sty) = %{tl_version} -Provides: tex(fithesis-czech.def) = %{tl_version} -Provides: tex(fithesis-czech.def) = %{tl_version} -Provides: tex(fithesis-czech.def) = %{tl_version} -Provides: tex(fithesis-czech.def) = %{tl_version} -Provides: tex(fithesis-czech.def) = %{tl_version} -Provides: tex(fithesis-czech.def) = %{tl_version} -Provides: tex(fithesis-czech.def) = %{tl_version} -Provides: tex(fithesis-czech.def) = %{tl_version} -Provides: tex(fithesis-czech.def) = %{tl_version} -Provides: tex(fithesis-czech.def) = %{tl_version} -Provides: tex(fithesis-czech.def) = %{tl_version} -Provides: tex(fithesis-econ.sty) = %{tl_version} -Provides: tex(fithesis-english.def) = %{tl_version} -Provides: tex(fithesis-english.def) = %{tl_version} -Provides: tex(fithesis-english.def) = %{tl_version} -Provides: tex(fithesis-english.def) = %{tl_version} -Provides: tex(fithesis-english.def) = %{tl_version} -Provides: tex(fithesis-english.def) = %{tl_version} -Provides: tex(fithesis-english.def) = %{tl_version} -Provides: tex(fithesis-english.def) = %{tl_version} -Provides: tex(fithesis-english.def) = %{tl_version} -Provides: tex(fithesis-english.def) = %{tl_version} -Provides: tex(fithesis-english.def) = %{tl_version} -Provides: tex(fithesis-fi.sty) = %{tl_version} -Provides: tex(fithesis-fsps.sty) = %{tl_version} -Provides: tex(fithesis-fss.sty) = %{tl_version} -Provides: tex(fithesis-law.sty) = %{tl_version} -Provides: tex(fithesis-med.sty) = %{tl_version} -Provides: tex(fithesis-ped.sty) = %{tl_version} -Provides: tex(fithesis-phil.sty) = %{tl_version} -Provides: tex(fithesis-sci.sty) = %{tl_version} -Provides: tex(fithesis-slovak.def) = %{tl_version} -Provides: tex(fithesis-slovak.def) = %{tl_version} -Provides: tex(fithesis-slovak.def) = %{tl_version} -Provides: tex(fithesis-slovak.def) = %{tl_version} -Provides: tex(fithesis-slovak.def) = %{tl_version} -Provides: tex(fithesis-slovak.def) = %{tl_version} -Provides: tex(fithesis-slovak.def) = %{tl_version} -Provides: tex(fithesis-slovak.def) = %{tl_version} -Provides: tex(fithesis-slovak.def) = %{tl_version} -Provides: tex(fithesis-slovak.def) = %{tl_version} -Provides: tex(fithesis-slovak.def) = %{tl_version} -Provides: tex(fithesis.cls) = %{tl_version} -Provides: tex(fithesis2.cls) = %{tl_version} -Provides: tex(fithesis3.cls) = %{tl_version} - -%description fithesis -A document class for the typesetting of theses at the Masaryk -University (Brno, Czech Republic). The class has been designed -for easy extensibility by style and locale files of other -academic institutions. - -%package fithesis-doc -Summary: Documentation for fithesis -Version: svn54483 -Provides: tex-fithesis-doc -AutoReqProv: No - -%description fithesis-doc -Documentation for fithesis - -%package fixfoot -Provides: tex-fixfoot = %{tl_version} -License: LPPL -Summary: Multiple use of the same footnote text -Version: svn17131.0.3a - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(fixfoot.sty) = %{tl_version} - -%description fixfoot -Provides a \DeclareFixedFootnote command to provide a single -command for a frequently-used footnote. The package ensures -that only one instance of the footnote text appears on each -page (LaTeX needs to be run several times to achieve this). - -%package fixfoot-doc -Summary: Documentation for fixfoot -Version: svn17131.0.3a - -Provides: tex-fixfoot-doc -AutoReqProv: No - -%description fixfoot-doc -Documentation for fixfoot - -%package fixme -Provides: tex-fixme = %{tl_version} -License: LPPL -Summary: Insert "fixme" notes into draft documents -Version: svn49591 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(verbatim.sty) -Requires: tex(xkeyval.sty) -Requires: tex(color.sty) -Requires: tex(marginnote.sty) -Requires: tex(pdfcomment.sty) -Requires: tex(xcolor.sty) -Requires: tex(changebar.sty) -Provides: tex(fixme.sty) = %{tl_version} -Provides: tex(fxenvlayoutcolor.sty) = %{tl_version} -Provides: tex(fxenvlayoutcolorsig.sty) = %{tl_version} -Provides: tex(fxlayoutmarginnote.sty) = %{tl_version} -Provides: tex(fxlayoutpdfcmargin.sty) = %{tl_version} -Provides: tex(fxlayoutpdfcnote.sty) = %{tl_version} -Provides: tex(fxlayoutpdfcsigmargin.sty) = %{tl_version} -Provides: tex(fxlayoutpdfcsignote.sty) = %{tl_version} -Provides: tex(fxlayoutpdfmargin.sty) = %{tl_version} -Provides: tex(fxlayoutpdfnote.sty) = %{tl_version} -Provides: tex(fxlayoutpdfsigmargin.sty) = %{tl_version} -Provides: tex(fxlayoutpdfsignote.sty) = %{tl_version} -Provides: tex(fxtargetlayoutchangebar.sty) = %{tl_version} -Provides: tex(fxtargetlayoutcolor.sty) = %{tl_version} -Provides: tex(fxtargetlayoutcolorcb.sty) = %{tl_version} -Provides: tex(fxthemecolor.sty) = %{tl_version} -Provides: tex(fxthemecolorsig.sty) = %{tl_version} -Provides: tex(fxthemesignature.sty) = %{tl_version} - -%description fixme -This package provides a way to insert fixme notes in documents -being developed (in draft mode). Such notes can appear in the -margin of the document, as index entries, in the log file and -as warnings on stdout. It is also possible to summarize them in -a list. If your document is in a final version, any remaining -fixme notes will produce an error. FiXme also comes with -support for AUC-TeX. - -%package fixme-doc -Summary: Documentation for fixme -Version: svn49591 -Provides: tex-fixme-doc -AutoReqProv: No - -%description fixme-doc -Documentation for fixme - -%package fixmetodonotes -Provides: tex-fixmetodonotes = %{tl_version} -License: Public Domain -Summary: Add notes on document development -Version: svn30168.0.2.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(graphicx.sty) -Requires: tex(color.sty) -Requires: tex(transparent.sty) -Requires: tex(watermark.sty) -Requires: tex(fix-cm.sty) -Requires: tex(ulem.sty) -Requires: tex(tocloft.sty) -Provides: tex(fixmetodonotes.sty) = %{tl_version} - -%description fixmetodonotes -The package provides tools to highlight FIXME and TODO -annotations. The command \listofnotes prints a list of -outstanding notes, with links to the pages on which they -appear. - -%package fixmetodonotes-doc -Summary: Documentation for fixmetodonotes -Version: svn30168.0.2.2 - -Provides: tex-fixmetodonotes-doc -AutoReqProv: No - -%description fixmetodonotes-doc -Documentation for fixmetodonotes - -%package fjodor -Provides: tex-fjodor = %{tl_version} -License: GPL+ -Summary: A selection of layout styles -Version: svn53207 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(fjodor.sty) = %{tl_version} - -%description fjodor -The package provides several page layouts, selectable by -package options. - -%package fjodor-doc -Summary: Documentation for fjodor -Version: svn53207 -Provides: tex-fjodor-doc -AutoReqProv: No - -%description fjodor-doc -Documentation for fjodor - -%package flabels -Provides: tex-flabels = %{tl_version} -License: LPPL -Summary: Labels for files and folders -Version: svn17272.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(color.sty) -Provides: tex(flabels.sty) = %{tl_version} - -%description flabels -Macros for typesetting pretty labels (optionally colored) for -the back of files or binders (currently only the special A4 -"Leitz-Ordner" ring binder is supported). - -%package flabels-doc -Summary: Documentation for flabels -Version: svn17272.1.0 - -Provides: tex-flabels-doc -AutoReqProv: No - -%description flabels-doc -Documentation for flabels - -%package flacards -Provides: tex-flacards = %{tl_version} -License: GPL+ -Summary: Generate flashcards for printing -Version: svn19440.0.1.1b - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(geometry.sty) -Provides: tex(flacards.cls) = %{tl_version} - -%description flacards -The flacards class provides an easy interface to produce -flashcards. It will print several cards per page, on both sides -of the paper. - -%package flacards-doc -Summary: Documentation for flacards -Version: svn19440.0.1.1b - -Provides: tex-flacards-doc -AutoReqProv: No - -%description flacards-doc -Documentation for flacards - -%package flagderiv -Provides: tex-flagderiv = %{tl_version} -License: GPL+ -Summary: Flag style derivation package -Version: svn15878.0.10 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Requires: tex(array.sty) -Requires: tex(longtable.sty) -Provides: tex(flagderiv.sty) = %{tl_version} - -%description flagderiv -The flagderiv package is used to create mathematical -derivations using the flag/flagpole notation. The package -features an intuitive command syntax, opening and closing -multiple flagpoles, different comment styles, customizable -symbols and label namespaces. - -%package flagderiv-doc -Summary: Documentation for flagderiv -Version: svn15878.0.10 - -Provides: tex-flagderiv-doc -AutoReqProv: No - -%description flagderiv-doc -Documentation for flagderiv - -%package flashcards -Provides: tex-flashcards = %{tl_version} -License: GPL+ -Summary: A class for typesetting flashcards -Version: svn19667.1.0.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Requires: tex(geometry.sty) -Provides: tex(avery5371.cfg) = %{tl_version} -Provides: tex(avery5388.cfg) = %{tl_version} -Provides: tex(flashcards.cls) = %{tl_version} - -%description flashcards -The FlashCards class provides for the typesetting of flash -cards. By flash card, we mean a two sided card which has a -prompt or a question on one side and the response or the answer -on the flip (back) side. Flash cards come in many sizes -depending on the nature of the information they contain. - -%package flashcards-doc -Summary: Documentation for flashcards -Version: svn19667.1.0.1 - -Provides: tex-flashcards-doc -AutoReqProv: No - -%description flashcards-doc -Documentation for flashcards - -%package flashmovie -Provides: tex-flashmovie = %{tl_version} -License: LPPL 1.3 -Summary: Directly embed flash movies into PDF files -Version: svn25768.0.4 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(keyval.sty) -Requires: tex(ifthen.sty) -Provides: tex(flashmovie.sty) = %{tl_version} - -%description flashmovie -The package allows direct embedding of flash movies into PDF -files. It is designed for use with pdflatex. The package takes -advantage of the embedded Adobe Flash player in Adobe Reader 9; -the reader is invoked with the 'rich media annotation' feature, -described in "Adobe Supplement to the ISO 32000 BaseVersion: -1.7 ExtensionLevel: 3". This method of embedding movies is -attractive since it removes all platform dependencies; however, -the user is required to use Acrobat 9. - -%package flashmovie-doc -Summary: Documentation for flashmovie -Version: svn25768.0.4 - -Provides: tex-flashmovie-doc -AutoReqProv: No - -%description flashmovie-doc -Documentation for flashmovie - -%package flipbook -Provides: tex-flipbook = %{tl_version} -License: LPPL -Summary: Typeset flipbook animations, in the corners of documents -Version: svn25584.0.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(fancyhdr.sty) -Requires: tex(graphicx.sty) -Requires: tex(scalefnt.sty) -Requires: tex(verbatim.sty) -Requires: tex(everypage.sty) -Requires: tex(ifthen.sty) -Provides: tex(flipbook.sty) = %{tl_version} - -%description flipbook -The package provides techniques for adding flip book animations -in the corner of your LaTeX documents (using images or ASCII -art). Animations are defined as a set of numbered files (e.g., -"im1.pdf", "im2.pdf", "im3.pdf", ...). The package relies on -fancyhdr to control the corners. - -%package flipbook-doc -Summary: Documentation for flipbook -Version: svn25584.0.2 - -Provides: tex-flipbook-doc -AutoReqProv: No - -%description flipbook-doc -Documentation for flipbook - -%package flippdf -Provides: tex-flippdf = %{tl_version} -License: LPPL -Summary: Horizontal flipping of pages with pdfLaTeX -Version: svn15878.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(everypage.sty) -Provides: tex(flippdf.sty) = %{tl_version} - -%description flippdf -The package allows the production of a document with pages -"mirrored". This is sometimes required by publishers who want -camera-ready documents to be printed on transparent film (to be -viewed from the "wrong" side). The package requires everypage, -and only works with pdfLaTeX in PDF mode. - -%package flippdf-doc -Summary: Documentation for flippdf -Version: svn15878.1.0 - -Provides: tex-flippdf-doc -AutoReqProv: No - -%description flippdf-doc -Documentation for flippdf - -%package floatflt -Provides: tex-floatflt = %{tl_version} -License: LPPL -Summary: Wrap text around floats -Version: svn25540.1.31 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(floatflt.sty) = %{tl_version} - -%description floatflt -The package can float text around figures and tables which do -not span the full width of a page; it improves upon floatfig, -and allows tables/figures to be set left/right or alternating -on even/odd pages. - -%package floatflt-doc -Summary: Documentation for floatflt -Version: svn25540.1.31 - -Provides: tex-floatflt-doc -AutoReqProv: No - -%description floatflt-doc -Documentation for floatflt - -%package floatrow -Provides: tex-floatrow = %{tl_version} -License: LPPL -Summary: Modifying the layout of floats -Version: svn15878.0.3b - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(keyval.sty) -Requires: tex(caption3.sty) -Requires: tex(color.sty) -Requires: tex(fr-subfig.sty) -Requires: tex(fancybox.sty) -Requires: tex(longtable.sty) -Provides: tex(floatpagestyle.sty) = %{tl_version} -Provides: tex(floatrow.sty) = %{tl_version} -Provides: tex(fr-fancy.sty) = %{tl_version} -Provides: tex(fr-longtable.sty) = %{tl_version} -Provides: tex(fr-subfig.sty) = %{tl_version} -Provides: tex(listpen.sty) = %{tl_version} - -%description floatrow -The floatrow package provides many ways to customize layouts of -floating environments and has code to cooperate with the -caption 3.x package. The package offers mechanisms to put -floats side by side, and to put the caption beside its float. -The floatrow settings could be expanded to the floats created -by packages rotating, wrapfig, subfig (in the case of rows of -subfloats), and longtable. - -%package floatrow-doc -Summary: Documentation for floatrow -Version: svn15878.0.3b - -Provides: tex-floatrow-doc -AutoReqProv: No - -%description floatrow-doc -Documentation for floatrow - -%package flowfram -Provides: tex-flowfram = %{tl_version} -License: LPPL 1.3 -Summary: Create text frames for posters, brochures or magazines -Version: svn35291.1.17 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Requires: tex(xkeyval.sty) -Requires: tex(graphics.sty) -Requires: tex(afterpage.sty) -Requires: tex(xfor.sty) -Requires: tex(etoolbox.sty) -Requires: tex(color.sty) -Provides: tex(flowfram.sty) = %{tl_version} - -%description flowfram -The flowfram package enables you to create frames in a document -such that the contents of the document environment flow from -one frame to the next in the order in which they were defined. -This is useful for creating posters or magazines, indeed any -form of document that does not conform to the standard one or -two column layout. - -%package flowfram-doc -Summary: Documentation for flowfram -Version: svn35291.1.17 - -Provides: tex-flowfram-doc -AutoReqProv: No - -%description flowfram-doc -Documentation for flowfram - -%package fmp -Provides: tex-fmp = %{tl_version} -License: LPPL -Summary: Include Functional MetaPost in LaTeX -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(graphicx.sty) -Requires: tex(verbatim.sty) -Provides: tex(fmp.sty) = %{tl_version} - -%description fmp -fmp package - -%package fmp-doc -Summary: Documentation for fmp -Version: svn15878.0 - -Provides: tex-fmp-doc -AutoReqProv: No - -%description fmp-doc -Documentation for fmp %package fmtcount -Provides: tex-fmtcount = %{tl_version} +Provides: tex-fmtcount = %{epoch}:%{source_date}-%{release} +Provides: %{name}-fmtcount-doc = %{epoch}:%{source_date}-%{release} +Provides: tex-fmtcount-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-fmtcount-doc < %{tl_epoch}:%{source_date} License: LPPL 1.3 Summary: Display the value of a LaTeX counter in a variety of formats -Version: svn53912 +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-kpathsea Requires: tex(ifthen.sty) Requires: tex(keyval.sty) -Requires: tex(xkeyval.sty) Requires: tex(etoolbox.sty) -Requires: tex(ifxetex.sty) Requires: tex(amsgen.sty) -Provides: tex(fc-UKenglish.def) = %{tl_version} -Provides: tex(fc-USenglish.def) = %{tl_version} -Provides: tex(fc-american.def) = %{tl_version} -Provides: tex(fc-brazilian.def) = %{tl_version} -Provides: tex(fc-british.def) = %{tl_version} -Provides: tex(fc-english.def) = %{tl_version} -Provides: tex(fc-francais.def) = %{tl_version} -Provides: tex(fc-french.def) = %{tl_version} -Provides: tex(fc-frenchb.def) = %{tl_version} -Provides: tex(fc-german.def) = %{tl_version} -Provides: tex(fc-germanb.def) = %{tl_version} -Provides: tex(fc-italian.def) = %{tl_version} -Provides: tex(fc-ngerman.def) = %{tl_version} -Provides: tex(fc-ngermanb.def) = %{tl_version} -Provides: tex(fc-portuges.def) = %{tl_version} -Provides: tex(fc-portuguese.def) = %{tl_version} -Provides: tex(fc-spanish.def) = %{tl_version} -Provides: tex(fcnumparser.sty) = %{tl_version} -Provides: tex(fcprefix.sty) = %{tl_version} -Provides: tex(fmtcount.sty) = %{tl_version} +Provides: tex(fc-UKenglish.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(fc-USenglish.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(fc-american.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(fc-british.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(fc-english.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(fc-francais.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(fc-french.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(fc-frenchb.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(fc-german.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(fc-germanb.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(fc-italian.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(fc-ngerman.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(fc-ngermanb.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(fc-portuges.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(fc-spanish.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcnumparser.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(fcprefix.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(fmtcount.sty) = %{epoch}:%{source_date}-%{release} %description fmtcount The package provides commands that display the value of a LaTeX @@ -98459,77 +19656,237 @@ documents are provided. This package was originally provided as part of the author's datetime package, but is now distributed separately. -%package fmtcount-doc -Summary: Documentation for fmtcount -Version: svn53912 -Provides: tex-fmtcount-doc -AutoReqProv: No -%description fmtcount-doc -Documentation for fmtcount +%package dvipng +Provides: tex-dvipng = %{epoch}:%{source_date}-%{release} +Provides: tex-dvipng-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-dvipng-doc = %{epoch}:%{source_date}-%{release} +Provides: dvipng = %{epoch}:%{source_date}-%{release} +Provides: %{name}-dvipng-bin = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-dvipng-bin < %{tl_epoch}:%{source_date} +Obsoletes: dvipng < %{tl_epoch}:%{source_date} +Obsoletes: %{name}-dvipng-doc < %{tl_epoch}:%{source_date} +License: LGPLv2+ +Summary: A fast DVI to PNG/GIF converter +Requires: texlive-base +Requires: tex-kpathsea +Requires(post,postun): /sbin/install-info -%package fn2end -Provides: tex-fn2end = %{tl_version} +%description dvipng +This program makes PNG and/or GIF graphics from DVI files as +obtained from TeX and its relatives. Its benefits include: - +Speed. It offers very fast rendering of DVI as bitmap files, +which makes it suitable for generating large amounts of images +on-the-fly, as needed in preview-latex, WeBWorK and others; - +It does not read the postamble, so it can be started before TeX +finishes. There is a --follow switch that makes dvipng wait at +end-of-file for further output, unless it finds the POST marker +that indicates the end of the DVI; - Interactive query of +options. dvipng can read options interactively through stdin, +and all options are usable. It is even possible to change the +input file through this interface. - Support for PK, VF, +PostScript Type1, and TrueType fonts, colour specials, and +inclusion of PostScript, PNG, JPEG or GIF images. + + +%preun dvipng +if [ "$1" == "0" ]; then + /sbin/install-info --delete %{_infodir}/dvipng.info %{_infodir}/dir 2>/dev/null || : +fi + +%post dvipng +/sbin/install-info %{_infodir}/dvipng.info %{_infodir}/dir 2>/dev/null +: + + +%package eepic +Provides: tex-eepic = %{epoch}:%{source_date}-%{release} +Provides: tex-eepic-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-eepic-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-eepic-doc < %{tl_epoch}:%{source_date} License: Public Domain -Summary: Convert footnotes to endnotes -Version: svn15878.1.1 - +Summary: Extensions to epic and the LaTeX drawing tools +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-kpathsea +Provides: tex(eepic.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(eepicemu.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(epic.sty) = %{epoch}:%{source_date}-%{release} -Provides: tex(fn2end.sty) = %{tl_version} +%description eepic +Extensions to epic and the LaTeX picture drawing environment, +include the drawing of lines at any slope, the drawing of +circles in any radii, and the drawing of dotted and dashed +lines much faster with much less TeX memory, and providing +several new commands for drawing ellipses, arcs, splines, and +filled circles and ellipses. The package uses tpic \special +commands. -%description fn2end -Defines macros \makeendnotes, which converts \footnote to -produce endnotes; and \theendnotes which prints them out. -%package fn2end-doc -Summary: Documentation for fn2end -Version: svn15878.1.1 - -Provides: tex-fn2end-doc -AutoReqProv: No - -%description fn2end-doc -Documentation for fn2end - -%package fnbreak -Provides: tex-fnbreak = %{tl_version} +%package enumitem +Provides: tex-enumitem = %{epoch}:%{source_date}-%{release} +Provides: tex-enumitem-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-enumitem-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-enumitem-doc < %{tl_epoch}:%{source_date} License: LPPL -Summary: Warn for split footnotes -Version: svn25003.1.30 - +Summary: Control layout of itemize, enumerate, description +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-kpathsea +Provides: tex(enumitem.sty) = %{epoch}:%{source_date}-%{release} -Requires: tex(ifthen.sty) -Provides: tex(fnbreak.sty) = %{tl_version} +%description enumitem +This package provides user control over the layout of the three +basic list environments: enumerate, itemize and description. It +supersedes both enumerate and mdwlist (providing well- +structured replacements for all their funtionality), and in +addition provides functions to compute the layout of labels, +and to 'clone' the standard environments, to create new +environments with counters of their own. -%description fnbreak -This package detects footnotes that are split over several -pages, and writes a warning to the log file. -%package fnbreak-doc -Summary: Documentation for fnbreak -Version: svn25003.1.30 +%package epsf +Provides: tex-epsf = %{epoch}:%{source_date}-%{release} +Provides: tex-epsf-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-epsf-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-epsf-doc < %{tl_epoch}:%{source_date} +License: Public Domain +Summary: Simple macros for EPS inclusion +BuildArch: noarch +Requires: texlive-base +Requires: tex-kpathsea +Provides: tex(epsf.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(epsf.tex) = %{epoch}:%{source_date}-%{release} -Provides: tex-fnbreak-doc -AutoReqProv: No +%description epsf +The original graphics inclusion macros for use with dvips; +still widely used by Plain TeX users (in particular). For LaTeX +users, the package is nowadays deprecated in favour of the more +sophisticated standard LaTeX graphics bundle of packages (which +are also available to Plain TeX users, either via its Plain TeX +version, or through the support offered by etex). + + +%package epstopdf +Provides: tex-epstopdf = %{epoch}:%{source_date}-%{release} +Provides: texlive-epstopdf-bin = %{epoch}:%{source_date}-%{release} +Provides: tex-epstopdf-bin = %{epoch}:%{source_date}-%{release} +Obsoletes: texlive-epstopdf-bin < %{tl_epoch}:%{source_date} +Provides: texlive-epstopdf-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: texlive-epstopdf-doc < %{tl_epoch}:%{source_date} +License: BSD +Summary: Convert EPS to 'encapsulated' PDF using Ghostscript +Requires: texlive-base +Requires: texlive-kpathsea +# perl +BuildArch: noarch + +%description epstopdf +Epstopdf is a Perl script that converts an EPS file to an +'encapsulated' PDF file (a single page file whose media box is +the same as the original EPS's bounding box). The resulting +file suitable for inclusion by PDFTeX as an image. The script +is adapted to run both on Windows and on Unix-alike systems. +The script makes use of Ghostscript for the actual conversion +to PDF. It assumes Ghostscript version 6.51 or later, and (by +default) suppresses its automatic rotation of pages where most +of the text is not horizontal. LaTeX users may make use of the +epstopdf package, which will run the epstopdf script "on the +fly", thus giving the illusion that PDFLaTeX is accepting EPS +graphic files. + + +%package etoolbox +Provides: tex-etoolbox = %{epoch}:%{source_date}-%{release} +Provides: tex-etoolbox-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-etoolbox-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-etoolbox-doc < %{tl_epoch}:%{source_date} +License: LPPL 1.3 +Summary: Tool-box for LaTeX programmers using e-TeX +BuildArch: noarch +Requires: texlive-base +Requires: tex-kpathsea +Requires: tex(etex.sty) +Provides: tex(etoolbox.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(etoolbox.sty) = %{epoch}:%{source_date}-%{release} + +%description etoolbox +The etoolbox package is a toolbox of programming facilities +geared primarily towards LaTeX class and package authors. It +provides LaTeX frontends to some of the new primitives provided +by e-TeX as well as some generic tools which are not strictly +related to e-TeX but match the profile of this package. Note +that the initial versions of this package were released under +the name elatex. The package provides functions that seem to +offer alternative ways of implementing some LaTeX kernel +commands; nevertheless, the package will not modify any part of +the LaTeX kernel. + + +%package filecontents +Provides: tex-filecontents = %{epoch}:%{source_date}-%{release} +Provides: tex-filecontents-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-filecontents-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-filecontents-doc < %{tl_epoch}:%{source_date} +License: LPPL +Summary: Extended filecontents and filecontents* environments +BuildArch: noarch +Requires: texlive-base +Requires: tex-kpathsea +Provides: tex(filecontents.sty) = %{epoch}:%{source_date}-%{release} + +%description filecontents +LaTeX2e's filecontents and filecontents* environments enable a +LaTeX source file to generate external files as it runs through +LaTeX. However, there are two limitations of these +environments: they refuse to overwrite existing files, and they +can only be used in the preamble of a document. The +filecontents package removes these limitations, letting you +overwrite existing files and letting you use +filecontents/filecontents* anywhere. + + +%package filehook +Provides: tex-filehook = %{epoch}:%{source_date}-%{release} +Provides: tex-filehook-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-filehook-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-filehook-doc < %{epoch}:%{source_date}-%{release} +License: LPPL 1.3 +Summary: Hooks for input files +BuildArch: noarch +Requires: texlive-base +Requires: tex-kpathsea +Requires: tex(currfile.sty) +Requires: tex(kvoptions.sty) +Requires: tex(pgfkeys.sty) +Provides: tex(filehook-fink.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(filehook-listings.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(filehook-memoir.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(filehook-scrlfile.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(filehook.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(pgf-filehook.sty) = %{epoch}:%{source_date}-%{release} + +%description filehook +The package provides several file hooks (AtBegin, AtEnd, ...) +for files read by \input, \include and \InputIfFileExists. +General hooks for all such files (e.g. all \include'd ones) and +file specific hooks only used for named files are provided; two +hooks are provided for the end of \included files -- one +before, and one after the final \clearpage. -%description fnbreak-doc -Documentation for fnbreak %package fncychap -Provides: tex-fncychap = %{tl_version} +Provides: tex-fncychap = %{epoch}:%{source_date}-%{release} +Provides: tex-fncychap-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-fncychap-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-fncychap-doc < %{tl_epoch}:%{source_date} License: LPPL 1.3 Summary: Seven predefined chapter heading styles -Version: svn20710.v1.34 - +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - +Requires: tex-kpathsea Requires: tex(color.sty) -Provides: tex(fncychap.sty) = %{tl_version} +Provides: tex(fncychap.sty) = %{epoch}:%{source_date}-%{release} %description fncychap Each style can be modified using a set of simple commands. @@ -98537,239 +19894,41 @@ Optionally one can modify the formatting routines in order to create additional chapter headings. This package was previously known as FancyChapter. -%package fncychap-doc -Summary: Documentation for fncychap -Version: svn20710.v1.34 -Provides: tex-fncychap-doc -AutoReqProv: No - -%description fncychap-doc -Documentation for fncychap - -%package fncylab -Provides: tex-fncylab = %{tl_version} +%package fontware +Provides: tex-fontware = %{epoch}:%{source_date}-%{release} +Provides: texlive-fontware-bin = %{epoch}:%{source_date}-%{release} +Provides: tex-fontware-bin = %{epoch}:%{source_date}-%{release} +Obsoletes: texlive-fontware-bin < %{tl_epoch}:%{source_date} License: LPPL -Summary: Alter the format of \label references -Version: svn52090 +Summary: fontware package Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(fncylab.sty) = %{tl_version} +Requires: texlive-kpathsea -%description fncylab -LaTeX provides a mechanism for altering the appearance of -references to labels, but it's somewhat flawed, and requires -that the user manipulate internal commands. The package solves -the problem, by providing a \labelformat command for changing -the format of references to labels. The package also provides a -\Ref command to make reference to such redefined labels at the -start of a sentence. +%description fontware +fontware package -%package fncylab-doc -Summary: Documentation for fncylab -Version: svn52090 -Provides: tex-fncylab-doc -AutoReqProv: No - -%description fncylab-doc -Documentation for fncylab - -%package fnpara -Provides: tex-fnpara = %{tl_version} -License: LPPL 1.3 -Summary: Footnotes in paragraphs -Version: svn25607.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(fnpara.sty) = %{tl_version} - -%description fnpara -Typeset footnotes in run-on paragraphs, instead of one above -another; this is a re-seating, for the LaTeX environment, of an -example in the TeXbook. The same basic code, improved for use -in e-TeX-based LaTeX, appears in the comprehensive footnote -package footmisc, and superior versions are also available in -the manyfoot and bigfoot packages. - -%package fnpara-doc -Summary: Documentation for fnpara -Version: svn25607.0 - -Provides: tex-fnpara-doc -AutoReqProv: No - -%description fnpara-doc -Documentation for fnpara - -%package fnpct -Provides: tex-fnpct = %{tl_version} -License: LPPL 1.3 -Summary: Manage footnote marks' interaction with punctuation -Version: svn54512 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xparse.sty) -Requires: tex(l3keys2e.sty) -Requires: tex(scrlfile.sty) -Requires: tex(scrextend.sty) -Requires: tex(translations.sty) -Provides: tex(fnpct.sty) = %{tl_version} - -%description fnpct -The package moves footnote marks after following punctuation -(comma or full stop), and adjusts kerning as appropriate. As a -side effect, a change to the handling of multiple footnotes is -provided. - -%package fnpct-doc -Summary: Documentation for fnpct -Version: svn54512 -Provides: tex-fnpct-doc -AutoReqProv: No - -%description fnpct-doc -Documentation for fnpct - -%package fnumprint -Provides: tex-fnumprint = %{tl_version} -License: LPPL 1.3 -Summary: Print a number in 'appropriate' format -Version: svn29173.1.1a - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(xifthen.sty) -Requires: tex(numprint.sty) -Requires: tex(zahl2string.sty) -Provides: tex(fnumprint.sty) = %{tl_version} - -%description fnumprint -The package defines two macros which decide to typeset a number -either as an Arabic number or as a word (or words) for the -number. If the number is between zero and twelve (including -zero and twelve) then words will be used; if the number is -outside that range, it will be typeset using the package -numprint Words for English representation of numbers are -generated within the package, while those for German are -generated using the package zahl2string. - -%package fnumprint-doc -Summary: Documentation for fnumprint -Version: svn29173.1.1a - -Provides: tex-fnumprint-doc -AutoReqProv: No - -%description fnumprint-doc -Documentation for fnumprint - -%package foilhtml -Provides: tex-foilhtml = %{tl_version} -License: LPPL -Summary: Interface between foiltex and LaTeX2HTML -Version: svn21855.1.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(foilhtml.cfg) = %{tl_version} -Provides: tex(foilhtml.sty) = %{tl_version} - -%description foilhtml -Provides integration between FoilTeX and LaTeX2HTML, adding -sectioning commands and elements of logical formatting to -FoilTeX and providing support for FoilTeX commands in -LaTeX2HTML. - -%package foilhtml-doc -Summary: Documentation for foilhtml -Version: svn21855.1.2 - -Provides: tex-foilhtml-doc -AutoReqProv: No - -%description foilhtml-doc -Documentation for foilhtml - -%package fontaxes -Provides: tex-fontaxes = %{tl_version} -License: LPPL 1.3 -Summary: Additional font axes for LaTeX -Version: svn33276.1.0d - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(fontaxes.sty) = %{tl_version} - -%description fontaxes -The package adds several new font axes on top of LaTeX's New -Font Selection Scheme. In particular, it splits the shape axis -into a primary and a secondary shape axis, and it adds three -new axes to deal with the different figure versions offered by -many professional fonts. - -%package fontaxes-doc -Summary: Documentation for fontaxes -Version: svn33276.1.0d - -Provides: tex-fontaxes-doc -AutoReqProv: No - -%description fontaxes-doc -Documentation for fontaxes - -%package fonttable -Provides: tex-fonttable = %{tl_version} -License: LPPL 1.3 -Summary: Print font tables from a LaTeX document -Version: svn44799 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(fonttable.sty) = %{tl_version} - -%description fonttable -This is a package version of nfssfont.tex (part of the LaTeX -distribution); it enables you to print a table of the -characters of a font and/or some text (for demonstration or -testing purposes), from within a document. (Packages such as -testfont and nfssfont.tex provide these facilities, but they -run as interactive programs: the user is expected to type -details of what is needed.) Note that the package mftinc also -has a \fonttable function; the documentation explains how avoid -a clash with that package. - -%package fonttable-doc -Summary: Documentation for fonttable -Version: svn44799 -Provides: tex-fonttable-doc -AutoReqProv: No - -%description fonttable-doc -Documentation for fonttable %package footmisc -Provides: tex-footmisc = %{tl_version} +Provides: tex-footmisc = %{epoch}:%{source_date}-%{release} +Provides: tex-footmisc-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-footmisc-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-footmisc-doc < %{tl_epoch}:%{source_date} License: LPPL 1.3 Summary: A range of footnote options -Version: svn23330.5.5b - +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(footmisc.sty) = %{tl_version} +Requires: tex-kpathsea +Provides: tex(footmisc.sty) = %{epoch}:%{source_date}-%{release} %description footmisc A collection of ways to change the typesetting of footnotes. The package provides means of changing the layout of the footnotes themselves (including setting them in 'paragraphs' -- the para option), a way to number footnotes per page (the -perpage option), to make footnotes disappear in a 'moving' -argument (stable option) and to deal with multiple references -to footnotes from the same place (multiple option). The package +perpage option), to make footnotes disappear when an argument +moves (stable option) and to deal with multiple references to +footnotes from the same place (multiple option). The package also has a range of techniques for labelling footnotes with symbols rather than numbers. Some of the functions of the package are overlap with the functionality of other packages. @@ -98779,2327 +19938,41 @@ packages, though those are both also portmanteau packages. by the present package.) The perpage option is also offered by footnpag and by the rather more general-purpose perpage -%package footmisc-doc -Summary: Documentation for footmisc -Version: svn23330.5.5b - -Provides: tex-footmisc-doc -AutoReqProv: No - -%description footmisc-doc -Documentation for footmisc - -%package footnotebackref -Provides: tex-footnotebackref = %{tl_version} -License: LPPL 1.3 -Summary: Back-references from footnotes -Version: svn27034.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(letltxmacro.sty) -Requires: tex(hyperref.sty) -Requires: tex(kvoptions.sty) -Provides: tex(footnotebackref.sty) = %{tl_version} - -%description footnotebackref -The package provides the means of creating hyperlinks, from a -footnote at the bottom of the page, back to the occurence of -the footnote in the main text. - -%package footnotebackref-doc -Summary: Documentation for footnotebackref -Version: svn27034.1.0 - -Provides: tex-footnotebackref-doc -AutoReqProv: No - -%description footnotebackref-doc -Documentation for footnotebackref - -%package footnoterange -Provides: tex-footnoterange = %{tl_version} -License: LPPL 1.3 -Summary: References to ranges of footnotes -Version: svn52910 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ltxcmds.sty) -Requires: tex(xspace.sty) -Provides: tex(footnoterange.sty) = %{tl_version} - -%description footnoterange -The package provides the environments footnoterange and -footnoterange*. Multiple footnotes inside these environments -are not referenced as (e.g.) "1 2 3" but as "1-3", i.e., the -range (from first to last referred footnote at that place) is -given. If the hyperref package is loaded with enabled -hyperfootnotes-option, then the references are hyperlinked. -(References to footnotes in footnoterange* environments are -never hyperlinked.) - -%package footnoterange-doc -Summary: Documentation for footnoterange -Version: svn52910 -Provides: tex-footnoterange-doc -AutoReqProv: No - -%description footnoterange-doc -Documentation for footnoterange - -%package footnpag -Provides: tex-footnpag = %{tl_version} -License: GPL+ -Summary: Per-page numbering of footnotes -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(footnpag.sty) = %{tl_version} - -%description footnpag -Allows footnotes on individual pages to be numbered from 1, -rather than being numbered sequentially through the document. - -%package footnpag-doc -Summary: Documentation for footnpag -Version: svn15878.0 - -Provides: tex-footnpag-doc -AutoReqProv: No - -%description footnpag-doc -Documentation for footnpag - -%package forarray -Provides: tex-forarray = %{tl_version} -License: LPPL -Summary: Using array structures in LaTeX -Version: svn15878.1.01 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(forarray.sty) = %{tl_version} - -%description forarray -The package provides functionality for processing lists and -array structures in LaTeX. Arrays can contain characters as -well as TeX and LaTeX commands, nesting of arrays is possible, -and arrays are processed within the same brace level as their -surrounding environment. Array levels can be delimited by -characters or control sequences defined by the user. Practical -uses of this package include data management, construction of -lists and tables, and calculations based on the contents of -lists and arrays. - -%package forarray-doc -Summary: Documentation for forarray -Version: svn15878.1.01 - -Provides: tex-forarray-doc -AutoReqProv: No - -%description forarray-doc -Documentation for forarray - -%package foreign -Provides: tex-foreign = %{tl_version} -License: LPPL 1.3 -Summary: Systematic treatment of 'foreign' words in documents -Version: svn27819.2.7 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(xpunctuate.sty) -Requires: tex(xspace.sty) -Provides: tex(foreign.sty) = %{tl_version} - -%description foreign -The package supports authors' use of consistent typesetting of -foreign words in documents. - -%package foreign-doc -Summary: Documentation for foreign -Version: svn27819.2.7 - -Provides: tex-foreign-doc -AutoReqProv: No - -%description foreign-doc -Documentation for foreign - -%package forloop -Provides: tex-forloop = %{tl_version} -License: LGPLv2+ -Summary: Iteration in LaTeX -Version: svn15878.3.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Provides: tex(forloop.sty) = %{tl_version} - -%description forloop -The package provides a command \forloop for doing iteration in -LaTeX macro programming. - -%package forloop-doc -Summary: Documentation for forloop -Version: svn15878.3.0 - -Provides: tex-forloop-doc -AutoReqProv: No - -%description forloop-doc -Documentation for forloop - -%package formlett -Provides: tex-formlett = %{tl_version} -License: GPL+ -Summary: Letters to multiple recipients -Version: svn21480.2.3 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(formlett.sty) = %{tl_version} - -%description formlett -A package for multiple letters from the same basic source; the -package offers parametrisation of the letters actually sent. - -%package formlett-doc -Summary: Documentation for formlett -Version: svn21480.2.3 - -Provides: tex-formlett-doc -AutoReqProv: No - -%description formlett-doc -Documentation for formlett - -%package formular -Provides: tex-formular = %{tl_version} -License: LPPL -Summary: Create forms containing field for manual entry -Version: svn15878.1.0a - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(xspace.sty) -Provides: tex(formular.sty) = %{tl_version} - -%description formular -When typesetting forms there often arises the need for defining -fields which consist of one or more lines where the customer -can write something down manually. This package offers some -commands for defining such fields in a distinctive way. - -%package formular-doc -Summary: Documentation for formular -Version: svn15878.1.0a - -Provides: tex-formular-doc -AutoReqProv: No - -%description formular-doc -Documentation for formular - -%package fragments -Provides: tex-fragments = %{tl_version} -License: Public Domain -Summary: Fragments of LaTeX code -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(checklab.tex) = %{tl_version} -Provides: tex(overrightarrow.sty) = %{tl_version} -Provides: tex(removefr.tex) = %{tl_version} -Provides: tex(subscript.sty) = %{tl_version} - -%description fragments -A collection of fragments of LaTeX code, suitable for inclusion -in packages, or (possibly) in users' documents. Included are: -checklab, for modifying the label checking code at -\end{document}; overrightarrow, defining a doubled over-arrow -macro; removefr, for removing 'reset' relations between -counters; and subscript, defining a \textsubscript command. - -%package fragments-doc -Summary: Documentation for fragments -Version: svn15878.0 - -Provides: tex-fragments-doc -AutoReqProv: No - -%description fragments-doc -Documentation for fragments - -%package frame -Provides: tex-frame = %{tl_version} -License: LPPL -Summary: Framed boxes for Plain TeX -Version: svn18312.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(frame.sty) = %{tl_version} -Provides: tex(frame.tex) = %{tl_version} - -%description frame -A jiffy file (taken from fancybox) for placing a frame around a -box of text. The macros also provide for typesetting an empty -box of given dimensions. - -%package frame-doc -Summary: Documentation for frame -Version: svn18312.1.0 - -Provides: tex-frame-doc -AutoReqProv: No - -%description frame-doc -Documentation for frame %package framed -Provides: tex-framed = %{tl_version} +Provides: tex-framed = %{epoch}:%{source_date}-%{release} +provides: tex-framed-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-framed-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-framed-doc < %{tl_epoch}:%{source_date} License: Copyright only Summary: Framed or shaded regions that can break across pages -Version: svn26789.0.96 - +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(framed.sty) = %{tl_version} +Requires: tex-kpathsea +Provides: tex(framed.sty) = %{epoch}:%{source_date}-%{release} %description framed -The package creates three environments: framed, which puts an -ordinary frame box around the region, shaded, which shades the -region, and leftbar, which places a line at the left side. The -environments allow a break at their start (the \FrameCommand -enables creation of a title that is "attached" to the -environment); breaks are also allowed in the course of the +The package creates three environments: - framed, which puts an +ordinary frame box around the region, - shaded, which shades +the region, and - leftbar, which places a line at the left +side. The environments allow a break at their start (the +\FrameCommand enables creation of a title that is "attached" to +the environment); breaks are also allowed in the course of the framed/shaded matter. There is also a command \MakeFramed to make your own framed-style environments. -%package framed-doc -Summary: Documentation for framed -Version: svn26789.0.96 - -Provides: tex-framed-doc -AutoReqProv: No - -%description framed-doc -Documentation for framed - -%package frankenstein -Provides: tex-frankenstein = %{tl_version} -License: Public Domain -Summary: A collection of LaTeX packages -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(slemph.sty) -Provides: tex(abbrevs.cfg) = %{tl_version} -Provides: tex(abbrevs.sty) = %{tl_version} -Provides: tex(achicago.sty) = %{tl_version} -Provides: tex(attrib.sty) = %{tl_version} -Provides: tex(blkcntrl.sty) = %{tl_version} -Provides: tex(compsci.cfg) = %{tl_version} -Provides: tex(compsci.sty) = %{tl_version} -Provides: tex(dialogue.sty) = %{tl_version} -Provides: tex(lips.sty) = %{tl_version} -Provides: tex(moredefs.sty) = %{tl_version} -Provides: tex(newclude.sty) = %{tl_version} -Provides: tex(slemph.cfg) = %{tl_version} -Provides: tex(slemph.sty) = %{tl_version} -Provides: tex(titles.cfg) = %{tl_version} -Provides: tex(titles.sty) = %{tl_version} - -%description frankenstein -Frankenstein is a bundle of LaTeX packages serving various -purposes and a BibTeX bibliography style. Descriptions are -given under the individual packages: abbrevs, achicago package, -achicago bibstyle, attrib, blkcntrl, compsci, dialogue, lips, -moredefs, newclude, slemph, titles. - -%package frankenstein-doc -Summary: Documentation for frankenstein -Version: svn15878.0 - -Provides: tex-frankenstein-doc -AutoReqProv: No - -%description frankenstein-doc -Documentation for frankenstein - -%package frege -Provides: tex-frege = %{tl_version} -License: GPL+ -Summary: Typeset fregean Begriffsschrift -Version: svn27417.1.3 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(amssymb.sty) -Requires: tex(ifthen.sty) -Requires: tex(bguq.sty) -Provides: tex(frege.sty) = %{tl_version} - -%description frege -The package defines a number of new commands for typesetting -fregean Begriffsschrift in LaTeX. It is loosely based on the -package begriff, and offers a number of improvements including -better relative lengths of the content stroke with respect to -other strokes, content strokes that point at the middle of -lines rather than the bottom, a greater width for the assertion -stroke as compared to the content stroke, a more intuitive -structure for the conditional, greater care taken to allow for -the linewidth in the spacing of formulas. - -%package frege-doc -Summary: Documentation for frege -Version: svn27417.1.3 - -Provides: tex-frege-doc -AutoReqProv: No - -%description frege-doc -Documentation for frege - -%package ftcap -Provides: tex-ftcap = %{tl_version} -License: GPL+ -Summary: Allows \caption at the beginning of a table-environment -Version: svn17275.1.4 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(ftcap.sty) = %{tl_version} - -%description ftcap -For several reasons a \caption may be desirable at the top of a -table environment. This package changes the table environment -such that \abovecaptionskip and \belowcaptionskip are swapped. -The package should also work with a non-standard table -environment. - -%package ftcap-doc -Summary: Documentation for ftcap -Version: svn17275.1.4 - -Provides: tex-ftcap-doc -AutoReqProv: No - -%description ftcap-doc -Documentation for ftcap - -%package ftnxtra -Provides: tex-ftnxtra = %{tl_version} -License: LPPL -Summary: Extend the applicability of the \footnote command -Version: svn29652.0.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(ftnxtra.sty) = %{tl_version} - -%description ftnxtra -The package treats footnotes in \caption, the tabular -environment, and \chapter and other \section-like commands. - -%package ftnxtra-doc -Summary: Documentation for ftnxtra -Version: svn29652.0.1 - -Provides: tex-ftnxtra-doc -AutoReqProv: No - -%description ftnxtra-doc -Documentation for ftnxtra - -%package fullblck -Provides: tex-fullblck = %{tl_version} -License: LPPL -Summary: Left-blocking for letter class -Version: svn25434.1.03 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(fullblck.sty) = %{tl_version} - -%description fullblck -Used with the letter documentclass to set the letter in a -fullblock style (everything at the left margin). - -%package fullblck-doc -Summary: Documentation for fullblck -Version: svn25434.1.03 - -Provides: tex-fullblck-doc -AutoReqProv: No - -%description fullblck-doc -Documentation for fullblck - -%package fullminipage -Provides: tex-fullminipage = %{tl_version} -License: GPLv3+ -Summary: Minipage spanning a complete page -Version: svn34545.0.1.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(keyval.sty) -Requires: tex(color.sty) -Provides: tex(fullminipage.sty) = %{tl_version} - -%description fullminipage -This package provides the environment fullminipage, which -generates a minipage spanning a new, complete page with page -style empty. The environment provides options to set margins -around the minipage and configure the background. - -%package fullminipage-doc -Summary: Documentation for fullminipage -Version: svn34545.0.1.1 - -Provides: tex-fullminipage-doc -AutoReqProv: No - -%description fullminipage-doc -Documentation for fullminipage - -%package fullwidth -Provides: tex-fullwidth = %{tl_version} -License: LPPL -Summary: Adjust margins of text block -Version: svn24684.0.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(kvoptions.sty) -Requires: tex(etoolbox.sty) -Requires: tex(zref-abspage.sty) -Provides: tex(fullwidth.sty) = %{tl_version} - -%description fullwidth -The package provides the environment fullwidth, which sets the -left and right margins in a simple way. There is no constraint -about page breaks; if you are using the twoside mode, you can -set the inner and outer margins to avoid the effects of the -different margins. - -%package fullwidth-doc -Summary: Documentation for fullwidth -Version: svn24684.0.1 - -Provides: tex-fullwidth-doc -AutoReqProv: No - -%description fullwidth-doc -Documentation for fullwidth - -%package fundus-calligra -Provides: tex-fundus-calligra = %{tl_version} -License: LPPL -Summary: Support for the calligra font in LaTeX documents -Version: svn26018.1.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(calligra.sty) = %{tl_version} - -%description fundus-calligra -The package offers support for the calligra handwriting font, -in LaTeX documents. The package is part of the fundus bundle. - -%package fundus-calligra-doc -Summary: Documentation for fundus-calligra -Version: svn26018.1.2 - -Provides: tex-fundus-calligra-doc -AutoReqProv: No - -%description fundus-calligra-doc -Documentation for fundus-calligra - -%package fundus-cyr -Provides: tex-fundus-cyr = %{tl_version} -License: LPPL 1.3 -Summary: Support for Washington University Cyrillic fonts -Version: svn26019.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(cyracc.def) -Provides: tex(cyr.sty) = %{tl_version} - -%description fundus-cyr -The package supports the use of the Washington Cyrillic fonts -with LaTeX (Note that standard LateX has support, too, as -encoding OT2). The package is distributed as part of the fundus -bundle. - -%package fundus-sueterlin -Provides: tex-fundus-sueterlin = %{tl_version} -License: LPPL 1.3 -Summary: Sutterlin -Version: svn26030.1.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(suetterl.sty) = %{tl_version} - -%description fundus-sueterlin -The package supports use, in LaTeX, of the MetaFont emulation -of the Sueterlin handwriting fonts The package is distributed -as part of the fundus bundle.. - -%package fundus-sueterlin-doc -Summary: Documentation for fundus-sueterlin -Version: svn26030.1.2 - -Provides: tex-fundus-sueterlin-doc -AutoReqProv: No - -%description fundus-sueterlin-doc -Documentation for fundus-sueterlin - -%package fwlw -Provides: tex-fwlw = %{tl_version} -License: Copyright only -Summary: Get first and last words of a page -Version: svn29803.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(fwlw.sty) = %{tl_version} - -%description fwlw -The package extracts the first and last words of a page, -together with the first word of the next page, just before the -page is formed into the object to print. The package defines a -couple of page styles that use the words that have been -extracted. - -%package fwlw-doc -Summary: Documentation for fwlw -Version: svn29803.0 - -Provides: tex-fwlw-doc -AutoReqProv: No - -%description fwlw-doc -Documentation for fwlw - -%package g-brief -Provides: tex-g-brief = %{tl_version} -License: LPPL -Summary: Letter document class -Version: svn50415 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(babel.sty) -Requires: tex(inputenc.sty) -Requires: tex(marvosym.sty) -Requires: tex(eurosym.sty) -Requires: tex(ifthen.sty) -Provides: tex(g-brief.cls) = %{tl_version} -Provides: tex(g-brief.sty) = %{tl_version} -Provides: tex(g-brief2.cls) = %{tl_version} -Provides: tex(g-brief2.sty) = %{tl_version} - -%description g-brief -Designed for formatting formless letters in German; can also be -used for English (by those who can read the documentation). -There are LaTeX 2.09 documentstyle and LaTeX 2e class files for -both an 'old' and a 'new' version of g-brief. - -%package g-brief-doc -Summary: Documentation for g-brief -Version: svn50415 -Provides: tex-g-brief-doc -AutoReqProv: No - -%description g-brief-doc -Documentation for g-brief - -%package gauss -Provides: tex-gauss = %{tl_version} -License: LPPL -Summary: A package for Gaussian operations -Version: svn32934.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(amsmath.sty) -Provides: tex(gauss.sty) = %{tl_version} - -%description gauss -The gauss package provides configurable tools for producing row -and column operations on matrices (a.k.a. Gaussian operations). - -%package gauss-doc -Summary: Documentation for gauss -Version: svn32934.0 - -Provides: tex-gauss-doc -AutoReqProv: No - -%description gauss-doc -Documentation for gauss - -%package gcard -Provides: tex-gcard = %{tl_version} -License: LPPL -Summary: Arrange text on a sheet to fold into a greeting card -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(textpos.sty) -Requires: tex(graphicx.sty) -Requires: tex(calc.sty) -Provides: tex(gcard.sty) = %{tl_version} - -%description gcard -The package provides a simple means of producing greeting -cards. It arranges four panels onto a single sheet so that when -the sheet is folded twice the four panels are arranged as front -cover, inside left and right pages, and back cover. It uses the -textpos package for placement on the sheet and the graphicx -package for the necessary rotation. The four panels are set in -minipages for formatting by the user. - -%package gcard-doc -Summary: Documentation for gcard -Version: svn15878.0 - -Provides: tex-gcard-doc -AutoReqProv: No - -%description gcard-doc -Documentation for gcard - -%package gcite -Provides: tex-gcite = %{tl_version} -License: LPPL 1.3 -Summary: Citations in a reader-friendly style -Version: svn15878.1.0.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(biblatex.sty) -Provides: tex(gcite.sty) = %{tl_version} - -%description gcite -The package allows citations in the German style, which is -considered by many to be particularly reader-friendly. The -citation provides a small amount of bibliographic information -in a footnote on the page where each citation is made. It -combines a desire to eliminate unnecessary page-turning with -the look-up efficiency afforded by numeric citations. The -package makes use of BibLaTeX, and is considered experimental; -comment is invited. - -%package gcite-doc -Summary: Documentation for gcite -Version: svn15878.1.0.1 - -Provides: tex-gcite-doc -AutoReqProv: No - -%description gcite-doc -Documentation for gcite - -%package gender -Provides: tex-gender = %{tl_version} -License: LPPL 1.3 -Summary: Gender neutrality for languages with grammatical gender -Version: svn36464.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(xkeyval.sty) -Provides: tex(gender.sty) = %{tl_version} - -%description gender -Many languages -- like German or French -- use masculine and -feminine grammatical genders. There are many ideas how to -promote gender neutrality in those languages. The gender -package uses alternately masculine and feminine forms. It is -also possible to use just one form out of a template. - -%package gender-doc -Summary: Documentation for gender -Version: svn36464.1.0 - -Provides: tex-gender-doc -AutoReqProv: No - -%description gender-doc -Documentation for gender - -%package genmpage -Provides: tex-genmpage = %{tl_version} -License: LPPL -Summary: Generalization of LaTeX's minipages -Version: svn15878.0.3.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(keyval.sty) -Provides: tex(genmpage.sty) = %{tl_version} - -%description genmpage -The GenMPage package generalizes LaTeX's minipages. Keyval -options and styles can be used to determine their appearance in -an easy and consistent way. Includes options for paragraph -indentation and vertical alignment with respect to the visual -top and bottom margins. - -%package genmpage-doc -Summary: Documentation for genmpage -Version: svn15878.0.3.1 - -Provides: tex-genmpage-doc -AutoReqProv: No - -%description genmpage-doc -Documentation for genmpage - -%package getfiledate -Provides: tex-getfiledate = %{tl_version} -License: LPPL -Summary: Find the date of last modification of a file -Version: svn16189.1.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(etextools.sty) -Requires: tex(ltxnew.sty) -Requires: tex(xkeyval.sty) -Requires: tex(xcolor.sty) -Requires: tex(amssymb.sty) -Requires: tex(boxedminipage.sty) -Provides: tex(getfiledate.sty) = %{tl_version} - -%description getfiledate -The package fetches from the system the date of last -modification or opening of an existing file, using the function -\pdffilemoddate (present in recent versions of PDFTeX); the -user may specify how the date is to be presented. - -%package getfiledate-doc -Summary: Documentation for getfiledate -Version: svn16189.1.2 - -Provides: tex-getfiledate-doc -AutoReqProv: No - -%description getfiledate-doc -Documentation for getfiledate - -%package ginpenc -Provides: tex-ginpenc = %{tl_version} -License: LPPL -Summary: Modification of inputenc for German -Version: svn24980.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(ginpenc.sty) = %{tl_version} - -%description ginpenc -If the inputenc is used and German umlauts are input directly, -they are converted to the LICR representation \"a (etc.). This -breaks the sort algorithm of makeindex, for instance. Ginpenc -converts umlauts and the sharp-s to the short forms defined by -babel, e.g., "a instead, if the text is typeset in German. - -%package ginpenc-doc -Summary: Documentation for ginpenc -Version: svn24980.1.0 - -Provides: tex-ginpenc-doc -AutoReqProv: No - -%description ginpenc-doc -Documentation for ginpenc - -%package gitinfo -Provides: tex-gitinfo = %{tl_version} -License: LPPL 1.3 -Summary: Access metadata from the git distributed version control system -Version: svn34049.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(etoolbox.sty) -Requires: tex(kvoptions.sty) -Requires: tex(xstring.sty) -Provides: tex(gitinfo.sty) = %{tl_version} -Provides: tex(gitsetinfo.sty) = %{tl_version} - -%description gitinfo -The package makes it possible to incorporate git version -control metadata into documents. For memoir users, the package -provides the means to tailor page headers and footers to use -the metadata. Note this version is now deprecated, but is kept -on the archive, pro tem, for continuity for existing users. All -new repositories should use gitinfo2. - -%package gitinfo-doc -Summary: Documentation for gitinfo -Version: svn34049.1.0 - -Provides: tex-gitinfo-doc -AutoReqProv: No - -%description gitinfo-doc -Documentation for gitinfo - -%package gitinfo2 -Provides: tex-gitinfo2 = %{tl_version} -License: LPPL 1.3 -Summary: Access metadata from the git distributed version control system -Version: svn38913 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(kvoptions.sty) -Requires: tex(xstring.sty) -Requires: tex(etoolbox.sty) -Requires: tex(eso-pic.sty) -Provides: tex(gitexinfo.sty) = %{tl_version} -Provides: tex(gitinfo2.sty) = %{tl_version} - -%description gitinfo2 -The package makes it possible to incorporate git version -control metadata into documents. For memoir users, the package -provides the means to tailor page headers and footers to use -the metadata. gitinfo2 is a new release of gitinfo. The changes -to version 2 are not backward-compatible, and the package name -has been changed to avoid impact on existing users' -repositories. All new repositories should use this version of -the package. - -%package gitinfo2-doc -Summary: Documentation for gitinfo2 -Version: svn38913 - -Provides: tex-gitinfo2-doc -AutoReqProv: No - -%description gitinfo2-doc -Documentation for gitinfo2 - -%package gloss -Provides: tex-gloss = %{tl_version} -License: LPPL -Summary: Create glossaries using BibTeX -Version: svn15878.1.5.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(gloss.sty) = %{tl_version} - -%description gloss -A glossary package using BibTeX with \cite replaced by \gloss. - -%package gloss-doc -Summary: Documentation for gloss -Version: svn15878.1.5.2 - -Provides: tex-gloss-doc -AutoReqProv: No - -%description gloss-doc -Documentation for gloss - -%package glossaries-danish -Provides: tex-glossaries-danish = %{tl_version} -License: LPPL 1.3 -Summary: Danish language module for glossaries package -Version: svn35665.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(glossaries-danish.ldf) = %{tl_version} - -%description glossaries-danish -Danish language module for glossaries package. - -%package glossaries-danish-doc -Summary: Documentation for glossaries-danish -Version: svn35665.1.0 - -Provides: tex-glossaries-danish-doc -AutoReqProv: No - -%description glossaries-danish-doc -Documentation for glossaries-danish - -%package glossaries-dutch -Provides: tex-glossaries-dutch = %{tl_version} -License: LPPL 1.3 -Summary: Dutch language module for glossaries package -Version: svn35685.1.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(glossaries-dutch.ldf) = %{tl_version} - -%description glossaries-dutch -Dutch language module for glossariesr package. - -%package glossaries-dutch-doc -Summary: Documentation for glossaries-dutch -Version: svn35685.1.1 - -Provides: tex-glossaries-dutch-doc -AutoReqProv: No - -%description glossaries-dutch-doc -Documentation for glossaries-dutch - -%package glossaries-english -Provides: tex-glossaries-english = %{tl_version} -License: LPPL 1.3 -Summary: English language module for glossaries package -Version: svn35665.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(glossaries-english.ldf) = %{tl_version} - -%description glossaries-english -English language module for glossariesr package. - -%package glossaries-english-doc -Summary: Documentation for glossaries-english -Version: svn35665.1.0 - -Provides: tex-glossaries-english-doc -AutoReqProv: No - -%description glossaries-english-doc -Documentation for glossaries-english - -%package glossaries-french -Provides: tex-glossaries-french = %{tl_version} -License: LPPL 1.3 -Summary: French language module for glossaries package -Version: svn42873 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(glossaries-french.ldf) = %{tl_version} - -%description glossaries-french -French language module for glossaries package. - -%package glossaries-french-doc -Summary: Documentation for glossaries-french -Version: svn42873 -Provides: tex-glossaries-french-doc -AutoReqProv: No - -%description glossaries-french-doc -Documentation for glossaries-french - -%package glossaries-german -Provides: tex-glossaries-german = %{tl_version} -License: LPPL 1.3 -Summary: German language module for glossaries package -Version: svn35665.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(glossaries-german.ldf) = %{tl_version} - -%description glossaries-german -German language module for glossariesr package. - -%package glossaries-german-doc -Summary: Documentation for glossaries-german -Version: svn35665.1.0 - -Provides: tex-glossaries-german-doc -AutoReqProv: No - -%description glossaries-german-doc -Documentation for glossaries-german - -%package glossaries-irish -Provides: tex-glossaries-irish = %{tl_version} -License: LPPL 1.3 -Summary: Irish language module for glossaries package -Version: svn35665.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(glossaries-irish-noenc.ldf) = %{tl_version} -Provides: tex(glossaries-irish-utf8.ldf) = %{tl_version} -Provides: tex(glossaries-irish.ldf) = %{tl_version} - -%description glossaries-irish -Irish language module for glossariesr package. - -%package glossaries-irish-doc -Summary: Documentation for glossaries-irish -Version: svn35665.1.0 - -Provides: tex-glossaries-irish-doc -AutoReqProv: No - -%description glossaries-irish-doc -Documentation for glossaries-irish - -%package glossaries-italian -Provides: tex-glossaries-italian = %{tl_version} -License: LPPL 1.3 -Summary: Italian language module for glossaries package -Version: svn35665.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(glossaries-italian.ldf) = %{tl_version} - -%description glossaries-italian -Italian language module for glossaries package. - -%package glossaries-italian-doc -Summary: Documentation for glossaries-italian -Version: svn35665.1.0 - -Provides: tex-glossaries-italian-doc -AutoReqProv: No - -%description glossaries-italian-doc -Documentation for glossaries-italian - -%package glossaries-magyar -Provides: tex-glossaries-magyar = %{tl_version} -License: LPPL 1.3 -Summary: Magyar language module for glossaries package -Version: svn35665.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(glossaries-magyar-noenc.ldf) = %{tl_version} -Provides: tex(glossaries-magyar-utf8.ldf) = %{tl_version} -Provides: tex(glossaries-magyar.ldf) = %{tl_version} - -%description glossaries-magyar -Magyar language module for glossariesr package. - -%package glossaries-magyar-doc -Summary: Documentation for glossaries-magyar -Version: svn35665.1.0 - -Provides: tex-glossaries-magyar-doc -AutoReqProv: No - -%description glossaries-magyar-doc -Documentation for glossaries-magyar - -%package glossaries-polish -Provides: tex-glossaries-polish = %{tl_version} -License: LPPL 1.3 -Summary: Polish language module for glossaries package -Version: svn35665.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(glossaries-polish-noenc.ldf) = %{tl_version} -Provides: tex(glossaries-polish-utf8.ldf) = %{tl_version} -Provides: tex(glossaries-polish.ldf) = %{tl_version} - -%description glossaries-polish -Polish language module for glossariesr package. - -%package glossaries-polish-doc -Summary: Documentation for glossaries-polish -Version: svn35665.1.0 - -Provides: tex-glossaries-polish-doc -AutoReqProv: No - -%description glossaries-polish-doc -Documentation for glossaries-polish - -%package glossaries-portuges -Provides: tex-glossaries-portuges = %{tl_version} -License: LPPL 1.3 -Summary: Portuges language module for glossaries package -Version: svn36064.1.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(glossaries-portuges-noenc.ldf) = %{tl_version} -Provides: tex(glossaries-portuges-utf8.ldf) = %{tl_version} -Provides: tex(glossaries-portuges.ldf) = %{tl_version} -Provides: tex(glossaries-pt-BR.ldf) = %{tl_version} - -%description glossaries-portuges -Portuges language module for glossaries package. - -%package glossaries-portuges-doc -Summary: Documentation for glossaries-portuges -Version: svn36064.1.1 - -Provides: tex-glossaries-portuges-doc -AutoReqProv: No - -%description glossaries-portuges-doc -Documentation for glossaries-portuges - -%package glossaries-serbian -Provides: tex-glossaries-serbian = %{tl_version} -License: LPPL 1.3 -Summary: Serbian language module for glossaries package -Version: svn35665.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(glossaries-serbian-noenc.ldf) = %{tl_version} -Provides: tex(glossaries-serbian-utf8.ldf) = %{tl_version} -Provides: tex(glossaries-serbian.ldf) = %{tl_version} - -%description glossaries-serbian -Serbian language module for glossaries package. - -%package glossaries-serbian-doc -Summary: Documentation for glossaries-serbian -Version: svn35665.1.0 - -Provides: tex-glossaries-serbian-doc -AutoReqProv: No - -%description glossaries-serbian-doc -Documentation for glossaries-serbian - -%package glossaries-spanish -Provides: tex-glossaries-spanish = %{tl_version} -License: LPPL 1.3 -Summary: Spanish language module for glossaries package -Version: svn35665.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(glossaries-spanish-noenc.ldf) = %{tl_version} -Provides: tex(glossaries-spanish-utf8.ldf) = %{tl_version} -Provides: tex(glossaries-spanish.ldf) = %{tl_version} - -%description glossaries-spanish -Spanish language module for glossaries package. - -%package glossaries-spanish-doc -Summary: Documentation for glossaries-spanish -Version: svn35665.1.0 - -Provides: tex-glossaries-spanish-doc -AutoReqProv: No - -%description glossaries-spanish-doc -Documentation for glossaries-spanish - -%package gmdoc -Provides: tex-gmdoc = %{tl_version} -License: LPPL -Summary: Documentation of LaTeX packages -Version: svn21292.0.993 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(gmutils.sty) -Requires: tex(xkeyval.sty) -Requires: tex(xcolor.sty) -Requires: tex(hyperref.sty) -Requires: tex(gmiflink.sty) -Requires: tex(gmverb.sty) -Requires: tex(makeidx.sty) -Requires: tex(multicol.sty) -Requires: tex(tikz.sty) -Requires: tex(lmodern.sty) -Requires: tex(fontenc.sty) -Requires: tex(geometry.sty) -Requires: tex(trace.sty) -Requires: tex(amsfonts.sty) -Requires: tex(amsmath.sty) -Requires: tex(amssymb.sty) -Provides: tex(gmdoc.sty) = %{tl_version} -Provides: tex(gmdocc.cls) = %{tl_version} -Provides: tex(gmoldcomm.sty) = %{tl_version} - -%description gmdoc -A LaTeX package and an example class for documenting (La)TeX -packages, document classes, .dtx etc., providing hyperlinks. -The package is believed to be compatible with doc and permits -minimal markup of code (the macrocode environment is no longer -necessary). The package provides automatic detection of -definitions (detecting such things as \def, \newcommand, -\DeclareOption etc.). The package needs hyperref and the -author's three 'basic' packages: gmutils, gmverb and gmiflink. -As a bonus (and as an example of doc compatibility) driver -files are provided that may be used to typeset the LaTeX Base. - -%package gmdoc-doc -Summary: Documentation for gmdoc -Version: svn21292.0.993 - -Provides: tex-gmdoc-doc -AutoReqProv: No - -%description gmdoc-doc -Documentation for gmdoc - -%package gmdoc-enhance -Provides: tex-gmdoc-enhance = %{tl_version} -License: LPPL -Summary: Some enhancements to the gmdoc package -Version: svn15878.v0.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(gmdoc.sty) -Provides: tex(gmdoc-enhance.sty) = %{tl_version} - -%description gmdoc-enhance -This package provides some enhancements for the gmdoc package: -nicer formatting for multiple line inline comments, an ability -to "comment out" some code, and a macro to input other files in -"normal" LaTeX mode. - -%package gmdoc-enhance-doc -Summary: Documentation for gmdoc-enhance -Version: svn15878.v0.2 - -Provides: tex-gmdoc-enhance-doc -AutoReqProv: No - -%description gmdoc-enhance-doc -Documentation for gmdoc-enhance - -%package gmiflink -Provides: tex-gmiflink = %{tl_version} -License: LPPL -Summary: Simplify usage of \hypertarget and \hyperlink -Version: svn15878.v0.97 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(gmiflink.sty) = %{tl_version} - -%description gmiflink -Three hyperref-based macros that simplify usage of \hypertarget -and \hyperlink: one argument instead of the same one twice. -Also \gmiflink and \gmifref which typeset plain text instead of -generating an error or printing '??' if there is no respective -hypertarget or label. - -%package gmiflink-doc -Summary: Documentation for gmiflink -Version: svn15878.v0.97 - -Provides: tex-gmiflink-doc -AutoReqProv: No - -%description gmiflink-doc -Documentation for gmiflink - -%package gmutils -Provides: tex-gmutils = %{tl_version} -License: LPPL -Summary: Support macros for other packages -Version: svn24287.v0.996 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(expl3.sty) -Requires: tex(xparse.sty) -Requires: tex(graphicx.sty) -Requires: tex(polski.sty) -Requires: tex(xltxtra.sty) -Requires: tex(multicol.sty) -Requires: tex(calc.sty) -Requires: tex(xkeyval.sty) -Provides: tex(gmRCS.sty) = %{tl_version} -Provides: tex(gmampulex.sty) = %{tl_version} -Provides: tex(gmbase.sty) = %{tl_version} -Provides: tex(gmcommand.sty) = %{tl_version} -Provides: tex(gmenvir.sty) = %{tl_version} -Provides: tex(gmlogos.sty) = %{tl_version} -Provides: tex(gmmeta.sty) = %{tl_version} -Provides: tex(gmmw.sty) = %{tl_version} -Provides: tex(gmnotonlypream.sty) = %{tl_version} -Provides: tex(gmparts.sty) = %{tl_version} -Provides: tex(gmrelsize.sty) = %{tl_version} -Provides: tex(gmtypos.sty) = %{tl_version} -Provides: tex(gmurl.sty) = %{tl_version} -Provides: tex(gmutils.sty) = %{tl_version} - -%description gmutils -Miscellaneous macros used by others of the author's packages. -Contents of the package: \newgif and other globals; \@ifnextcat -and \@ifXeTeX; \(Re)storeMacro(s) to override redefinitions; -\afterfi and friends; commands from relsize, etc.; "almost an -environment" or redefinition of \begin (\begin* doesn't check -if the argument environment is defined). - -%package gmutils-doc -Summary: Documentation for gmutils -Version: svn24287.v0.996 - -Provides: tex-gmutils-doc -AutoReqProv: No - -%description gmutils-doc -Documentation for gmutils - -%package gmverb -Provides: tex-gmverb = %{tl_version} -License: LPPL -Summary: A variant of LaTeX \verb, verbatim and shortvrb -Version: svn24288.v0.98 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(gmcommand.sty) -Requires: tex(xcolor.sty) -Provides: tex(gmverb.sty) = %{tl_version} - -%description gmverb -A redefinition of \verb and verbatim so that long lines are -breakable before \ and after { with % as 'hyphen'. Allows you -to define your own verbatim-like environments (subject to a -size limit) and allows you to declare any single character as a -shorthand as in the \MakeShortVerb command of the shortvrb -package of the LaTeX distribution. The package depends on the -gmutils package. - -%package gmverb-doc -Summary: Documentation for gmverb -Version: svn24288.v0.98 - -Provides: tex-gmverb-doc -AutoReqProv: No - -%description gmverb-doc -Documentation for gmverb - -%package graphbox -Provides: tex-graphbox = %{tl_version} -License: LPPL 1.3 -Summary: Extend graphicx to improve placement of graphics -Version: svn46360 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(graphicx.sty) -Provides: tex(graphbox.sty) = %{tl_version} - -%description graphbox -Graphbox is an extension of the standard graphicx LaTeX2e -package to allow the placement of graphics relative to the -"current position" using additional optional arguments of -\includegraphics. For example, changing the vertical alignment -is convenient for using graphics as elements of (mathematical) -formulae. Options for shifting, smashing and hiding the -graphics may be useful in support, for example, of the beamer -framework. - -%package graphbox-doc -Summary: Documentation for graphbox -Version: svn46360 -Provides: tex-graphbox-doc -AutoReqProv: No - -%description graphbox-doc -Documentation for graphbox - -%package graphicx-psmin -Provides: tex-graphicx-psmin = %{tl_version} -License: LPPL -Summary: Reduce size of PostScript files by not repeating images -Version: svn15878.1.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(graphicx.sty) -Provides: tex(graphicx-psmin.sty) = %{tl_version} - -%description graphicx-psmin -The package is an extension of the standard graphics bundle and -provides a way to include repeated PostScript graphics (ps, -eps) only once in a PostScript document. This leads to smaller -PostScript documents when having, for instance, a logo on every -page. The package only works when post-processed with dvips, -which should eb version 5.95b or later. The difference for a -resulting distilled PDF file is minimal (as Ghostscript and -Adobe Distiller only include a single copy of each graphics -file, anyway). - -%package graphicx-psmin-doc -Summary: Documentation for graphicx-psmin -Version: svn15878.1.1 - -Provides: tex-graphicx-psmin-doc -AutoReqProv: No - -%description graphicx-psmin-doc -Documentation for graphicx-psmin - -%package graphicxbox -Provides: tex-graphicxbox = %{tl_version} -License: LPPL -Summary: Insert a graphical image as a background -Version: svn32630.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(graphicxbox.sty) = %{tl_version} - -%description graphicxbox -The package defines two new commands \graphicxbox and -\fgraphicxbox, which are companions to \colorbox and \fcolorbox -of the Standard LaTeX color package. The \graphicxbox command -inserts a graphical image as a background rather than a -background color, while \fgraphicxbox does the same thing, but -also draws a colored frame around the box. - -%package graphicxbox-doc -Summary: Documentation for graphicxbox -Version: svn32630.1.0 - -Provides: tex-graphicxbox-doc -AutoReqProv: No - -%description graphicxbox-doc -Documentation for graphicxbox - -%package grfpaste -Provides: tex-grfpaste = %{tl_version} -License: LPPL -Summary: Include fragments of a dvi file -Version: svn17354.0.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(graphicx.sty) -Provides: tex(grfpaste.sty) = %{tl_version} - -%description grfpaste -Provides a mechanism to include fragments of dvi files with the -graphicx package, so that you can use \includegraphics to -include dvi files. The package requires the dvipaste program. - -%package grfpaste-doc -Summary: Documentation for grfpaste -Version: svn17354.0.2 - -Provides: tex-grfpaste-doc -AutoReqProv: No - -%description grfpaste-doc -Documentation for grfpaste - -%package grid -Provides: tex-grid = %{tl_version} -License: LPPL -Summary: Grid typesetting in LaTeX -Version: svn15878.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(keyval.sty) -Provides: tex(grid.sty) = %{tl_version} - -%description grid -The package helps to enables grid typesetting in double column -documents. Grid typesetting (vertical aligning of lines of text -in adjacent columns) is a difficult task in LaTeX, and the -present package is no more than an attempt to help users to -achieve it in a limited way. An example document, grid.tex, is -provided with simple instructions to typeset it using the -package. The package needs a lot more work: this is only a -beginning... - -%package grid-doc -Summary: Documentation for grid -Version: svn15878.1.0 - -Provides: tex-grid-doc -AutoReqProv: No - -%description grid-doc -Documentation for grid - -%package grid-system -Provides: tex-grid-system = %{tl_version} -License: ASL 2.0 -Summary: Page organisation, modelled on CSS facilities -Version: svn32981.0.3.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(calc.sty) -Requires: tex(xkeyval.sty) -Requires: tex(ifthen.sty) -Requires: tex(environ.sty) -Requires: tex(forloop.sty) -Provides: tex(grid-system.sty) = %{tl_version} - -%description grid-system -The package provides the means for LaTeX to implement a grid -system as known from CSS grid systems. The facility is useful -for creating box layouts as used in brochures. - -%package grid-system-doc -Summary: Documentation for grid-system -Version: svn32981.0.3.0 - -Provides: tex-grid-system-doc -AutoReqProv: No - -%description grid-system-doc -Documentation for grid-system - -%package gridset -Provides: tex-gridset = %{tl_version} -License: LPPL -Summary: Grid, a.k.a. in-register, setting -Version: svn53762 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(gridset.sty) = %{tl_version} - -%description gridset -Grid setting -- also known as strict in-register setting -- is -something, that should be done for a lot of documents but is -not easy using LaTeX. The package helps to get the information -needed for grid setting. It does not implement auto grid -setting, but there is a command \vskipnextgrid, that moves to -the next grid position. This may be enough under some -circumstances, but in other circumstances it may fail. Thus -gridset is only one more step for grid setting, not a complete -solution. - -%package gridset-doc -Summary: Documentation for gridset -Version: svn53762 -Provides: tex-gridset-doc -AutoReqProv: No - -%description gridset-doc -Documentation for gridset - -%package gtl -Provides: tex-gtl = %{tl_version} -License: LPPL -Summary: Manipulating generalized token lists -Version: svn49527 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(expl3.sty) -Provides: tex(gtl.sty) = %{tl_version} - -%description gtl -The package provides tools for simple operations on lists of -tokens which are not necessarily balanced. It is in particular -used a lot in the unravel package, to go through tokens one at -a time rather than having to work with entire braced groups at -a time. The package requires an up-to-date l3kernel bundle. - -%package gtl-doc -Summary: Documentation for gtl -Version: svn49527 -Provides: tex-gtl-doc -AutoReqProv: No - -%description gtl-doc -Documentation for gtl - -%package guitlogo -Provides: tex-guitlogo = %{tl_version} -License: LPPL -Summary: Macros for typesetting the GuIT logo -Version: svn51582 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(graphics.sty) -Requires: tex(url.sty) -Requires: tex(xcolor.sty) -Requires: tex(xkeyval.sty) -Provides: tex(guit.cfg) = %{tl_version} -Provides: tex(guit.sty) = %{tl_version} - -%description guitlogo -Guit provides some commands useful to correctly write the logo -of GUIT -- "Gruppo Utilizzatori Italiani di TeX" (Italian TeX -User Group), using the default document color or any other -color the user may ever choose, in conformity with logo's -scheme as seen on the Group web site -(http://www.guit.sssup.it). Likewise, commands are provided -that simplify the writing of GuIT acronym's complete expansion, -of the addresses of Group's internet site and public forum and -'GuITmeeting' logo. Optionally, using hyperref, the outputs of -the above cited commands can become hyperlinks to Group's site. -Documentation is available in Italian, only. - -%package guitlogo-doc -Summary: Documentation for guitlogo -Version: svn51582 -Provides: tex-guitlogo-doc -AutoReqProv: No - -%description guitlogo-doc -Documentation for guitlogo - -%package handout -Provides: tex-handout = %{tl_version} -License: LPPL 1.3 -Summary: Create handout for auditors of a talk -Version: svn43962 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(kvoptions.sty) -Requires: tex(etoolbox.sty) -Provides: tex(handout.sty) = %{tl_version} - -%description handout -In some fields of scholarship, a beamer does not offer good -support when giving a talk in a proceeding. For example, in -classical philology, the main sources are text, and it will be -better to distribute a handout to the audience with extracts of -the texts about which we will talk. The package supports -preparation of such handouts when writing the talk. - -%package handout-doc -Summary: Documentation for handout -Version: svn43962 -Provides: tex-handout-doc -AutoReqProv: No - -%description handout-doc -Documentation for handout - -%package hang -Provides: tex-hang = %{tl_version} -License: LPPL 1.3 -Summary: Environments for hanging paragraphs and list items -Version: svn43280 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(hang.sty) = %{tl_version} - -%description hang -This package provides environments for hanging paragraphs and -list items. In addition, it defines environments for labeled -paragraphs and list items. - -%package hang-doc -Summary: Documentation for hang -Version: svn43280 -Provides: tex-hang-doc -AutoReqProv: No - -%description hang-doc -Documentation for hang - -%package hanging -Provides: tex-hanging = %{tl_version} -License: LPPL 1.3 -Summary: Hanging paragraphs -Version: svn15878.1.2b - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(hanging.sty) = %{tl_version} - -%description hanging -The hanging package facilitates the typesetting of hanging -paragraphs. The package also enables typesetting with hanging -punctuation, by making punctuation characters active. This -facility is best suppressed (it can interfere with other -packages) -- there are package options for suppressing each -individual punctuation character. 'Real' attempts at hanging -punction should nowadays use the microtype package, which takes -advantage of the support offered in recent versions of pdfTeX. - -%package hanging-doc -Summary: Documentation for hanging -Version: svn15878.1.2b - -Provides: tex-hanging-doc -AutoReqProv: No - -%description hanging-doc -Documentation for hanging - -%package hardwrap -Provides: tex-hardwrap = %{tl_version} -License: LPPL 1.3 -Summary: Hard wrap text to a certain character length -Version: svn21396.0.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifplatform.sty) -Requires: tex(pdftexcmds.sty) -Requires: tex(ifxetex.sty) -Provides: tex(hardwrap.sty) = %{tl_version} - -%description hardwrap -The package facilitates wrapping text to a specific character -width, breaking lines by words rather than, as done by TeX, by -characters. The primary use for these facilities is to aid the -generation of messages sent to the log file or console output -to display messages to the user. Package authors may also find -this useful when writing out arbitary text to an external file. - -%package hardwrap-doc -Summary: Documentation for hardwrap -Version: svn21396.0.2 - -Provides: tex-hardwrap-doc -AutoReqProv: No - -%description hardwrap-doc -Documentation for hardwrap - -%package harnon-cv -Provides: tex-harnon-cv = %{tl_version} -License: Public Domain -Summary: A CV document class with a vertical timeline for experience -Version: svn26543.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(harnon-cv.cls) = %{tl_version} - -%description harnon-cv -The class offers another modern, neat, design, and provides a -simple means of adding an 'experience timeline'. - -%package harnon-cv-doc -Summary: Documentation for harnon-cv -Version: svn26543.1.0 - -Provides: tex-harnon-cv-doc -AutoReqProv: No - -%description harnon-cv-doc -Documentation for harnon-cv - -%package harpoon -Provides: tex-harpoon = %{tl_version} -License: Public Domain -Summary: Extra harpoons, using the graphics package -Version: svn21327.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(graphics.sty) -Provides: tex(harpoon.sty) = %{tl_version} - -%description harpoon -Provides over- and under-harpoon symbol commands; the harpoons -may point in either direction, with the hook pointing up or -down. The covered object is provided as an argument to the -commands, so that they have the look of accent commands. - -%package harpoon-doc -Summary: Documentation for harpoon -Version: svn21327.1.0 - -Provides: tex-harpoon-doc -AutoReqProv: No - -%description harpoon-doc -Documentation for harpoon - -%package hc -Provides: tex-hc = %{tl_version} -License: GPLv2+ -Summary: Replacement for the LaTeX classes -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(natbib.sty) -Requires: tex(fontenc.sty) -Requires: tex(inputenc.sty) -Requires: tex(ifthen.sty) -Requires: tex(babel.sty) -Requires: tex(xspace.sty) -Requires: tex(palatino.sty) -Requires: tex(mathpple.sty) -Requires: tex(pifont.sty) -Requires: tex(fancyref.sty) -Requires: tex(truncate.sty) -Requires: tex(typearea.sty) -Requires: tex(multicol.sty) -Requires: tex(hyperref.sty) -Requires: tex(fancybox.sty) -Provides: tex(hcart.cls) = %{tl_version} -Provides: tex(hcletter.cls) = %{tl_version} -Provides: tex(hcreport.cls) = %{tl_version} -Provides: tex(hcslides.cls) = %{tl_version} - -%description hc -A set of replacements for the default LaTeX classes, based upon -the Koma-Script bundle and the seminar class. Includes hcart, -hcreport, hcletter, and hcslides. - -%package hc-doc -Summary: Documentation for hc -Version: svn15878.0 - -Provides: tex-hc-doc -AutoReqProv: No - -%description hc-doc -Documentation for hc - -%package he-she -Provides: tex-he-she = %{tl_version} -License: LPPL 1.3 -Summary: Alternating pronouns to aid gender-neutral writing -Version: svn41359 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(xspace.sty) -Requires: tex(everyhook.sty) -Provides: tex(he-she.sty) = %{tl_version} - -%description he-she -The package implements a version of semi-automatic pronoun -switching for writing gender-neutral (and possibly annoying) -prose. It has upper- and lowercase versions of switching -pronouns for all case forms, plus anaphoric versions that -reflect the current gender choice. - -%package he-she-doc -Summary: Documentation for he-she -Version: svn41359 - -Provides: tex-he-she-doc -AutoReqProv: No - -%description he-she-doc -Documentation for he-she - -%package hhtensor -Provides: tex-hhtensor = %{tl_version} -License: LPPL -Summary: Print vectors, matrices, and tensors -Version: svn54080 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ushort.sty) -Requires: tex(amsmath.sty) -Provides: tex(hhtensor.sty) = %{tl_version} - -%description hhtensor -This package provides commands for vectors, matrices, and -tensors with different styles -- arrows (as the LaTeX default), -underlined, and bold). - -%package hhtensor-doc -Summary: Documentation for hhtensor -Version: svn54080 -Provides: tex-hhtensor-doc -AutoReqProv: No - -%description hhtensor-doc -Documentation for hhtensor - -%package histogr -Provides: tex-histogr = %{tl_version} -License: LPPL 1.3 -Summary: Draw histograms with the LaTeX picture environment -Version: svn15878.1.01 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(histogr.sty) = %{tl_version} - -%description histogr -This is a collection pf macros to draw histogram bars inside a -LaTeX picture-environment. - -%package histogr-doc -Summary: Documentation for histogr -Version: svn15878.1.01 - -Provides: tex-histogr-doc -AutoReqProv: No - -%description histogr-doc -Documentation for histogr - -%package hitec -Provides: tex-hitec = %{tl_version} -License: LPPL -Summary: Class for documentation -Version: svn15878.0.0_beta_ - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(hitec.cls) = %{tl_version} - -%description hitec -An article-based class designed for use for documentation in -high-technology companies. - -%package hitec-doc -Summary: Documentation for hitec -Version: svn15878.0.0_beta_ - -Provides: tex-hitec-doc -AutoReqProv: No - -%description hitec-doc -Documentation for hitec - -%package hletter -Provides: tex-hletter = %{tl_version} -License: LPPL 1.2 -Summary: Flexible letter typesetting with flexible page headings -Version: svn30002.4.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Requires: tex(graphicx.sty) -Requires: tex(babel.sty) -Provides: tex(hdefine.clo) = %{tl_version} -Provides: tex(hhead.sty) = %{tl_version} -Provides: tex(hlete.clo) = %{tl_version} -Provides: tex(hletf.clo) = %{tl_version} -Provides: tex(hletg.clo) = %{tl_version} -Provides: tex(hletter.cls) = %{tl_version} -Provides: tex(hsetup.sty) = %{tl_version} -Provides: tex(mergeh.sty) = %{tl_version} - -%description hletter -The package permits the user to specify easily, with the aid of -self defined key-words, letters (with a logo and private) and -headings. The heading may include a footer and the letter -provides commands to include a scanned signature and two -signees. The package works with the merge package. - -%package hletter-doc -Summary: Documentation for hletter -Version: svn30002.4.2 - -Provides: tex-hletter-doc -AutoReqProv: No - -%description hletter-doc -Documentation for hletter - -%package hpsdiss -Provides: tex-hpsdiss = %{tl_version} -License: GPL+ -Summary: A dissertation class -Version: svn15878.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(geometry.sty) -Requires: tex(calc.sty) -Requires: tex(ragged2e.sty) -Requires: tex(rotating.sty) -Requires: tex(mparhack.sty) -Requires: tex(graphicx.sty) -Requires: tex(colordvi.sty) -Provides: tex(hpsdiss.cls) = %{tl_version} - -%description hpsdiss -The class was developed to typeset a dissertation at ETH -Zurich. The requirements were to use A5 paper and 10pt type. A -sample of the output is shown in the PDF documentation link. - -%package hpsdiss-doc -Summary: Documentation for hpsdiss -Version: svn15878.1.0 - -Provides: tex-hpsdiss-doc -AutoReqProv: No - -%description hpsdiss-doc -Documentation for hpsdiss - -%package hrefhide -Provides: tex-hrefhide = %{tl_version} -License: LPPL 1.3 -Summary: Suppress hyper links when printing -Version: svn22255.1.0f - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(xcolor.sty) -Requires: tex(hyperref.sty) -Requires: tex(kvoptions.sty) -Provides: tex(hrefhide.sty) = %{tl_version} - -%description hrefhide -This package provides the command \hrefdisplayonly (which -provides a substitute for \href). While the (hyperlinked) text -appears like an ordinary \href in the compiled PDF file, the -same text will be "hidden" when printing the text. (Hiding is -actually achieved by making the text the same colour as the -background, thus preserving the layout of the rest of the -text.) - -%package hrefhide-doc -Summary: Documentation for hrefhide -Version: svn22255.1.0f - -Provides: tex-hrefhide-doc -AutoReqProv: No - -%description hrefhide-doc -Documentation for hrefhide - -%package hvindex -Provides: tex-hvindex = %{tl_version} -License: LPPL -Summary: Support for indexing -Version: svn46051 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(makeidx.sty) -Provides: tex(hvindex.sty) = %{tl_version} - -%description hvindex -The package simplifies the indexing of words using the \index -command of makeidx. With the package, to index a word in a -text, you only have to type it once; the package makes sure it -is both typeset and indexed. - -%package hvindex-doc -Summary: Documentation for hvindex -Version: svn46051 -Provides: tex-hvindex-doc -AutoReqProv: No - -%description hvindex-doc -Documentation for hvindex - -%package hypdvips -Provides: tex-hypdvips = %{tl_version} -License: LPPL 1.3 -Summary: Hyperref extensions for use with dvips -Version: svn53197 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(atveryend.sty) -Requires: tex(xcolor.sty) -Requires: tex(xkeyval.sty) -Requires: tex(bookmark.sty) -Requires: tex(hypcap.sty) -Provides: tex(hypdvips.sty) = %{tl_version} - -%description hypdvips -The hypdvips package fixes some problems when using hyperref -with dvips. It also adds support for breaking links, file -attachments, embedded documents and different types of GoTo- -links. The cooperation of hyperref with cleveref is improved, -which in addition allows an enhanced back-referencing system. - -%package hypdvips-doc -Summary: Documentation for hypdvips -Version: svn53197 -Provides: tex-hypdvips-doc -AutoReqProv: No - -%description hypdvips-doc -Documentation for hypdvips - -%package hyper -Provides: tex-hyper = %{tl_version} -License: LPPL -Summary: Hypertext cross referencing -Version: svn17357.4.2d - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(defpattern.sty) -Requires: tex(color.sty) -Provides: tex(hxt-bc.sty) = %{tl_version} -Provides: tex(hyper.sty) = %{tl_version} - -%description hyper -Redefines LaTeX cross-referencing commands to insert \special -commands for HyperTeX dvi viewers, such as recent versions of -xdvi. The package is now largely superseded by hyperref. - -%package hyper-doc -Summary: Documentation for hyper -Version: svn17357.4.2d - -Provides: tex-hyper-doc -AutoReqProv: No - -%description hyper-doc -Documentation for hyper - -%package hypernat -Provides: tex-hypernat = %{tl_version} -License: GPL+ -Summary: Allow hyperref and natbib to work together -Version: svn17358.1.0b - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(hypernat.sty) = %{tl_version} - -%description hypernat -Allows hyperref package and the natbib package with options -'numbers' and 'sort&compress' to work together. This means that -multiple sequential citations (e.g [3,2,1]) will be compressed -to [1-3], where the '1' and the '3' are (color-)linked to the -bibliography. - -%package hypernat-doc -Summary: Documentation for hypernat -Version: svn17358.1.0b - -Provides: tex-hypernat-doc -AutoReqProv: No - -%description hypernat-doc -Documentation for hypernat - -%package hyperxmp -Provides: tex-hyperxmp = %{tl_version} -License: LPPL 1.3 -Summary: Embed XMP metadata within a LaTeX document -Version: svn54758 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(atenddvi.sty) -Requires: tex(kvoptions.sty) -Requires: tex(pdfescape.sty) -Requires: tex(stringenc.sty) -Requires: tex(intcalc.sty) -Requires: tex(ifxetex.sty) -Provides: tex(hyperxmp.sty) = %{tl_version} - -%description hyperxmp -XMP (eXtensible Metadata Platform) is a mechanism proposed by -Adobe for embedding document metadata within the document -itself. The metadata is designed to be easy to extract, even by -programs that are oblivious to the document's file format. Most -of Adobe's applications store XMP metadata when saving files. -Now, with the hyperxmp package, it is trivial for LaTeX -document authors to store XMP metadata in their documents as -well. Version 2.2 of the package added support for the IPTC -Photo Metadata schema. It allows \xmpcomma and \xmpquote to be -used in any hyperxmp option, not only those that require -special treatment of commas. And it introduces an \xmplinesep -macro that controls how multiline fields are represented in the -XMP packet. The package integrates seamlessly with hyperref and -requires virtually no modifications to documents that already -exploit hyperref's mechanisms for specifying PDF metadata. The -current version of hyperxmp can embed the following metadata as -XMP: title, authors, primary author's title or position, -metadata writer, subject/summary, keywords, copyright, license -URL, document base URL, document identifier and instance -identifier, language, source file name, PDF generating tool, -PDF version, and contact telephone number/postal address/email -address/URL. Hyperxmp currently embeds XMP only within PDF -documents; it is compatible with pdflatex, xelatex, -latex+dvipdfm, and latex+dvips+ps2pdf. - -%package hyperxmp-doc -Summary: Documentation for hyperxmp -Version: svn54758 -Provides: tex-hyperxmp-doc -AutoReqProv: No - -%description hyperxmp-doc -Documentation for hyperxmp %package hyphenat -Provides: tex-hyphenat = %{tl_version} +Provides: tex-hyphenat = %{epoch}:%{source_date}-%{release} +Provides: tex-hyphenat-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-hyphenat-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-hyphenat-doc < %{tl_epoch}:%{source_date} License: LPPL 1.3 Summary: Disable/enable hypenation -Version: svn15878.2.3c - +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(hyphenat.sty) = %{tl_version} +Requires: tex-kpathsea +Provides: tex(hyphenat.sty) = %{epoch}:%{source_date}-%{release} %description hyphenat This package can disable all hyphenation or enable hyphenation @@ -101108,1576 +19981,335 @@ enable hyphenation within 'words' that contain non-alphabetic characters (e.g., that include underscores), and hyphenation of text typeset in monospaced (e.g., cmtt) fonts. -%package hyphenat-doc -Summary: Documentation for hyphenat -Version: svn15878.2.3c -Provides: tex-hyphenat-doc -AutoReqProv: No - -%description hyphenat-doc -Documentation for hyphenat - -%package idxcmds -Provides: tex-idxcmds = %{tl_version} -License: LPPL 1.3 -Summary: Semantic commands for adding formatted index entries -Version: svn54554 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(etoolbox.sty) -Requires: tex(pgfopts.sty) -Requires: tex(ltxcmds.sty) -Provides: tex(idxcmds.sty) = %{tl_version} - -%description idxcmds -The package provides commands for adding formatted index -entries; it arises from the author's work on large documents. - -%package idxcmds-doc -Summary: Documentation for idxcmds -Version: svn54554 -Provides: tex-idxcmds-doc -AutoReqProv: No - -%description idxcmds-doc -Documentation for idxcmds - -%package idxlayout -Provides: tex-idxlayout = %{tl_version} +%package ifmtarg +Provides: tex-ifmtarg = %{epoch}:%{source_date}-%{release} +Provides: tex-ifmtarg-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-ifmtarg-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-ifmtarg-doc < %{tl_epoch}:%{source_date} License: LPPL -Summary: Configurable index layout, responsive to KOMA-Script and memoir -Version: svn25821.0.4d - +Summary: If-then-else command for processing potentially empty arguments +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-kpathsea +Provides: tex(ifmtarg.sty) = %{epoch}:%{source_date}-%{release} -Requires: tex(etoolbox.sty) -Requires: tex(kvoptions.sty) -Requires: tex(multicol.sty) -Requires: tex(ragged2e.sty) -Provides: tex(idxlayout.sty) = %{tl_version} +%description ifmtarg +ifmtarg package -%description idxlayout -The idxlayout package offers a key-value interface to configure -index layout parameters, e.g. allowing for three-column indexes -or for "parent" items and their affiliated subitems being -typeset as a single paragraph. The package is responsive to the -index-related options and commands of the KOMA-Script and -memoir classes. -%package idxlayout-doc -Summary: Documentation for idxlayout -Version: svn25821.0.4d - -Provides: tex-idxlayout-doc -AutoReqProv: No - -%description idxlayout-doc -Documentation for idxlayout - -%package ifmslide -Provides: tex-ifmslide = %{tl_version} -License: LPPL 1.2 -Summary: Presentation slides for screen and printouts -Version: svn20727.0.47 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(hyperref.sty) -Requires: tex(ifpdf.sty) -Requires: tex(color.sty) -Requires: tex(texpower.sty) -Requires: tex(fixseminar.sty) -Requires: tex(ifthen.sty) -Requires: tex(calc.sty) -Requires: tex(graphicx.sty) -Requires: tex(amssymb.sty) -Requires: tex(amsbsy.sty) -Provides: tex(ifmslide.cfg) = %{tl_version} -Provides: tex(ifmslide.sty) = %{tl_version} - -%description ifmslide -This package is used to produce printed slides with LaTeX and -online presentations with pdfLaTeX. It is provided by the -'Institute of Mechanics' (ifm) Univ. of Technology Darmstadt, -Germany. It is based on ideas of pdfslide, but completely -rewritten for compatibility with texpower and seminar. The -manual describes all functions and provides a sample. - -%package ifmslide-doc -Summary: Documentation for ifmslide -Version: svn20727.0.47 - -Provides: tex-ifmslide-doc -AutoReqProv: No - -%description ifmslide-doc -Documentation for ifmslide - -%package ifnextok -Provides: tex-ifnextok = %{tl_version} +%package iftex +Provides: tex-iftex = %{epoch}:%{source_date}-%{release} +Provides: tex-iftex-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-iftex-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-iftex-doc < %{tl_epoch}:%{source_date} +Provides: %{name}-ifetex = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-ifetex <= %{tl_epoch}:%{source_date} +Provides: %{name}-ifluatex = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-ifluatex <= %{tl_epoch}:%{source_date} +Provides: %{name}-ifxetex = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-ifxetex <= %{tl_epoch}:%{source_date} License: LPPL 1.3 -Summary: Utility macro: peek ahead without ignoring spaces -Version: svn23379.0.3 - +Summary: Am I running under pdfTeX, XeTeX or LuaTeX? +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-kpathsea +Provides: tex(ifetex.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(ifluatex.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(ifpdf.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(iftex.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(ifvtex.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(ifxetex.sty) = %{epoch}:%{source_date}-%{release} -Provides: tex(ifnextok.sty) = %{tl_version} +%description iftex +The package, which works both for Plain TeX and for LaTeX, +defines the \ifPDFTeX, \ifXeTeX, and \ifLuaTeX conditionals for +testing which engine is being used for typesetting. The package +also provides the \RequirePDFTeX, \RequireXeTeX, and +\RequireLuaTeX commands which throw an error if pdfTeX, XeTeX +or LuaTeX (respectively) is not the engine in use. -%description ifnextok -The package deals with the behaviour of the LaTeX internal -command \@ifnextchar, which skips blank spaces. This has the -potential to surprise users, since it can produce really -unwanted effects. A common example occurs with brackets -starting a line following \\: the command looks for an optional -argument, whereas the user wants the brackets to be printed. -The package offers commands and options for modifying this -behaviour, maybe limited to certain parts of the document -source. -%package ifnextok-doc -Summary: Documentation for ifnextok -Version: svn23379.0.3 - -Provides: tex-ifnextok-doc -AutoReqProv: No - -%description ifnextok-doc -Documentation for ifnextok - -%package ifoddpage -Provides: tex-ifoddpage = %{tl_version} -License: LPPL 1.3 -Summary: Determine if the current page is odd or even -Version: svn40726 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(ifoddpage.sty) = %{tl_version} - -%description ifoddpage -The package provides an \ifoddpage conditional to determine if -the current page is odd or even. The macro \checkoddpage must -be used direct before to check the page number using a label. -Two compiler runs are therefore required to achieve correct -results. In addition, the conditional \ifoddpageoronside is -provided which is also true in oneside mode where all pages use -the odd page layout. - -%package ifoddpage-doc -Summary: Documentation for ifoddpage -Version: svn40726 - -Provides: tex-ifoddpage-doc -AutoReqProv: No - -%description ifoddpage-doc -Documentation for ifoddpage - -%package ifplatform -Provides: tex-ifplatform = %{tl_version} +%package kerkis +Provides: tex-kerkis = %{epoch}:%{source_date}-%{release} +Provides: tex-kerkis-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-kerkis-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-kerkis-doc < %{tl_epoch}:%{source_date} +Obsoletes: tex-kerkis < %{tl_epoch}:%{source_date} License: LPPL -Summary: Conditionals to test which platform is being used -Version: svn45533 +Summary: Kerkis (Greek) font family +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pdftexcmds.sty) -Requires: tex(catchfile.sty) -Requires: tex(ifluatex.sty) -Provides: tex(ifplatform.sty) = %{tl_version} +Requires: tex-kpathsea +Requires: tex(txfonts.sty) +Provides: tex(gkerkis.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkerkisc.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(gpkerkis.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(gpkerkisc.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(kerkis.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(kerkisc.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(kerkisec.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(kerkisecsc.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(kmath.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(kmex.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(kmsym.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(kerkis.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(ek8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ek8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ekb8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ekb8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ekbi8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ekbi8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ekbo8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ekbo8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ekbsc8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ekbsc8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ekbsco8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ekbsco8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ekbui8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ekbui8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ekcal8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ekcal8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(eki8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(eki8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(eko8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(eko8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(eksb8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(eksb8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(eksbi8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(eksbi8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(eksbo8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(eksbo8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(eksbui8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(eksbui8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(eksc8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(eksc8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(eksco8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(eksco8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(eksf8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(eksf8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(eksfb8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(eksfb8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(eksfbi8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(eksfbi8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(eksfi8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(eksfi8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(eksfsc8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(eksfsc8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ekui8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ekui8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gk7a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gk7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkb7a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkb7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkbi7a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkbi7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkbo7a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkbo7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkbsc8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkbsc8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkbsco8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkbsco8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkbui7a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkbui7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkcal7a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkcal7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gki7a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gki7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gko7a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gko7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gksb7a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gksb7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gksbi7a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gksbi7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gksbo7a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gksbo7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gksbui7a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gksbui7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gksc7a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gksc7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gksco7a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gksco7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gksf7a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gksf7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gksfb7a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gksfb7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gksfbi7a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gksfbi7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gksfi7a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gksfi7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gksfsc7a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gksfsc7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkui7a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkui7t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(k8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(k8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(kb8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(kb8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(kbi8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(kbi8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(kbo8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(kbo8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(kbsc8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(kbsc8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(kbsco8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(kbsco8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(kbui8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(kbui8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(kcal8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(kcal8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ki8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ki8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(kmath8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(kmath8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ko8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ko8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ksb8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ksb8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ksbi8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ksbi8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ksbo8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ksbo8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ksbui8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ksbui8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ksc8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ksc8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ksco8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ksco8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ksf8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ksf8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ksfb8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ksfb8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ksfbi8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ksfbi8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ksfi8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ksfi8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ksfsc8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ksfsc8t.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ktsy8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ktsy8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(kui8a.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(kui8r.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(Kerkis-Bold.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(Kerkis-BoldItalic.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(Kerkis-BoldSmallCaps.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(Kerkis-Calligraphic.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(Kerkis-Italic.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(Kerkis-SemiBold-Italic.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(Kerkis-SemiBold.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(Kerkis-SmallCaps.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(Kerkis.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(KerkisSans-Bold.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(KerkisSans-BoldItalic.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(KerkisSans-Italic.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(KerkisSans-SmallCaps.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(KerkisSans.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(ktsy.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(ek8a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ekb8a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ekbi8a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ekbo8a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ekbsc8a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ekbsco8a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ekbui8a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ekcal8a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(eki8a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(eko8a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(eksb8a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(eksbi8a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(eksbo8a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(eksbui8a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(eksc8a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(eksco8a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(eksf8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(eksfb8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(eksfbi8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(eksfi8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(eksfsc8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ekui8a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gk7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkb7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkbi7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkbo7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkbsc8a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkbsco8a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkbui7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkcal7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gki7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gko7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gksb7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gksbi7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gksbo7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gksbui7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gksc7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gksco7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gksf7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gksfb7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gksfbi7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gksfi7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gksfsc7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(gkui7t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(k8a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(kb8a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(kbi8a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(kbo8a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(kbsc8a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(kbsco8a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(kbui8a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(kcal8a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ki8a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(kmath8a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ko8a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ksb8a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ksbi8a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ksbo8a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ksbui8a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ksc8a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ksco8a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ksf8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ksfb8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ksfbi8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ksfi8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ksfsc8t.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(ktsy8a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(kui8a.vf) = %{epoch}:%{source_date}-%{release} +Provides: tex(kerkis.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(kmath.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(lgrkfn.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(lgrmak.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(lgrmaksf.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(omlmak.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(omsmak.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot1kfn.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot1mak.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ot1maksf.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1mak.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t1maksf.fd) = %{epoch}:%{source_date}-%{release} + +%description kerkis +Sans-serif Greek fonts to match the URW Bookman set (which are +distributed with Kerkis). The Kerkis font set has some support +for mathematics as well as other glyphs missing from the base +URW Bookman fonts (the URW fonts are duplicated in the +distribution). Macros are provided to use the fonts in OT1, T1 +(only NG/ng glyphs missing) and LGR encodings, as well as in +mathematics; small caps and old-style number glyphs are also +available. The philosophy, and the design process, of the +Kerkis fonts is discussed in a paper in TUGboat 23(3/4), 2002. -%description ifplatform -This package uses the (La)TeX extension -shell-escape to -establish whether the document is being processed on a Windows -or on a Unix-like system (Mac OS X, Linux, etc.), or on Cygwin -(Unix environment over a windows system). Booleans provided -are: \ifwindows, \iflinux, \ifmacosx and \ifcygwin. The package -also preserves the output of uname on a Unix-like system, which -may be used to distinguish between various classes of Unix -systems. - -%package ifplatform-doc -Summary: Documentation for ifplatform -Version: svn45533 -Provides: tex-ifplatform-doc -AutoReqProv: No - -%description ifplatform-doc -Documentation for ifplatform - -%package ifthenx -Provides: tex-ifthenx = %{tl_version} -License: LPPL -Summary: Extra tests for \ifthenelse -Version: svn25819.0.1a - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Provides: tex(ifthenx.sty) = %{tl_version} - -%description ifthenx -The package extends the ifthen package, providing extra -predicates for the package's \ifthenelse command. The package -is complementary to xifthen, in that they provide different -facilities; the two may be loaded in the same document, as long -as xifthen is loaded first. - -%package ifthenx-doc -Summary: Documentation for ifthenx -Version: svn25819.0.1a - -Provides: tex-ifthenx-doc -AutoReqProv: No - -%description ifthenx-doc -Documentation for ifthenx - -%package iitem -Provides: tex-iitem = %{tl_version} -License: LPPL -Summary: Multiple level of lists in one list-like environment -Version: svn29613.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(iitem.sty) = %{tl_version} - -%description iitem -The package defines multiple level lists within one list-like -environment. instead of writing \begin{enumerate} \item 1 -\begin{enumerate} \item 2 \begin{enumerate} \item 3 -\begin{enumerate} \item 4 \end{enumerate} \end{enumerate} \item -2.1 \end{enumerate} \item 1.1 \begin{enumerate} \item 2 -\end{enumerate} \end{enumerate} this package allows you to -write \begin{enumerate} \item 1 \iitem 2 \iiitem 3 \ivtem 4 -\iitem 2.1 \item 1.1 \iitem 2 \end{enumerate} - -%package iitem-doc -Summary: Documentation for iitem -Version: svn29613.1.0 - -Provides: tex-iitem-doc -AutoReqProv: No - -%description iitem-doc -Documentation for iitem - -%package image-gallery -Provides: tex-image-gallery = %{tl_version} -License: LPPL -Summary: Create an overview of pictures from a digital camera or from other sources -Version: svn15878.v1.0j - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(color.sty) -Requires: tex(graphicx.sty) -Requires: tex(keyval.sty) -Requires: tex(url.sty) -Requires: tex(geometry.sty) -Provides: tex(image-gallery.cls) = %{tl_version} - -%description image-gallery -The class may be used to create an overview of pictures from a -digital camera or from other sources. It is possible to adjust -the size of the pictures and all the margins. The example file -shows the usage. - -%package image-gallery-doc -Summary: Documentation for image-gallery -Version: svn15878.v1.0j - -Provides: tex-image-gallery-doc -AutoReqProv: No - -%description image-gallery-doc -Documentation for image-gallery - -%package imakeidx -Provides: tex-imakeidx = %{tl_version} -License: LPPL 1.3 -Summary: A package for producing multiple indexes -Version: svn42287 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xkeyval.sty) -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Requires: tex(pdftexcmds.sty) -Requires: tex(xpatch.sty) -Requires: tex(multicol.sty) -# Technically, this is only needed if the splitindex option is used, but if it is -# and texlive-splitindex is not present, it will fail silently. -# Thus, Recommends, which is treated like a Requires in most cases but can be -# bypassed if you're desperate for disk space. -Recommends: tex(splitidx.sty) -Provides: tex(imakeidx.sty) = %{tl_version} - -%description imakeidx -The package enables the user to produce and typeset one or more -indexes simultaneously with a document. The package is known to -work in LaTeX documents processed with pdflatex, xelatatex and -lualatex. If makeindex is used for processing the index -entries, no particular setting up is needed when TeX Live is -used. Using xindy or other programs it is necessary to enable -shell escape; shell escape is also needed if splitindex is -used. - -%package imakeidx-doc -Summary: Documentation for imakeidx -Version: svn42287 -Provides: tex-imakeidx-doc -AutoReqProv: No - -%description imakeidx-doc -Documentation for imakeidx - -%package import -Provides: tex-import = %{tl_version} -License: Public Domain -Summary: Establish input relative to a directory -Version: svn54683 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(import.sty) = %{tl_version} - -%description import -The commands \import{full_path}{file} and -\subimport{path_extension}{file} set up input through standard -LaTeX mechanisms (\input, \include and \includegraphics) to -load files relative to the \import-ed directory. There are also -\includefrom, \subincludefrom, and * variants of the commands. - -%package import-doc -Summary: Documentation for import -Version: svn54683 -Provides: tex-import-doc -AutoReqProv: No - -%description import-doc -Documentation for import - -%package incgraph -Provides: tex-incgraph = %{tl_version} -License: LPPL 1.3 -Summary: Sophisticated graphics inclusion in a PDF document -Version: svn36500.1.12 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(pgf.sty) -Requires: tex(pgffor.sty) -Requires: tex(graphicx.sty) -Requires: tex(bookmark.sty) -Requires: tex(pgfkeys.sty) -Provides: tex(incgraph.sty) = %{tl_version} - -%description incgraph -The package provides tools for including graphics at the full -size of the output medium, or for creating "pages" whose size -is that of the graphic they contain. A principal use case is -documents that require inclusion of (potentially many) scans or -photographs. Bookmarking is especially supported. The tool box -has basic macros and a 'convenience' user interface that wraps -\includegraphics. - -%package incgraph-doc -Summary: Documentation for incgraph -Version: svn36500.1.12 - -Provides: tex-incgraph-doc -AutoReqProv: No - -%description incgraph-doc -Documentation for incgraph - -%package indextools -Provides: tex-indextools = %{tl_version} -License: LPPL 1.3 -Summary: A fork of imakeidx to fixe one bug with bidi -Version: svn38931 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(xkeyval.sty) -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Requires: tex(pdftexcmds.sty) -Requires: tex(xpatch.sty) -Requires: tex(multicol.sty) -Provides: tex(indextools.sty) = %{tl_version} - -%description indextools -This package is a fork of the imakeidx package. The original -authors of imakeidx declined some upgrade suggestions to remove -incompatibilities with certain packages that are particularly -important with critical editions dealing with languages that -are being written from right to left. Therefore this fork was -created in order to let other users benefit from its -functionalities very useful in the field of humanities. - -%package indextools-doc -Summary: Documentation for indextools -Version: svn38931 - -Provides: tex-indextools-doc -AutoReqProv: No - -%description indextools-doc -Documentation for indextools - -%package inlinedef -Provides: tex-inlinedef = %{tl_version} -License: LPPL -Summary: Inline expansions within definitions -Version: svn15878.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(inlinedef.sty) = %{tl_version} - -%description inlinedef -The package provides a macro \Inline that precedes a \def or -\gdef. Within the definition text of an inlined definition, -keywords such as \Expand may be used to selectively inline -certain expansions at definition-time. This eases the process -of redefining macros in terms of the original definition, as -well as definitions in which the token that must be expanded is -deep within, where \expandafter would be difficult and \edef is -not suitable. Another application is as an easier version of -\aftergroup, by defining a macro in terms of expanded local -variables, then ending the group with -\expandafter\endgroup\macro. - -%package inlinedef-doc -Summary: Documentation for inlinedef -Version: svn15878.1.0 - -Provides: tex-inlinedef-doc -AutoReqProv: No - -%description inlinedef-doc -Documentation for inlinedef - -%package inputtrc -Provides: tex-inputtrc = %{tl_version} -License: LPPL 1.3 -Summary: Trace which file loads which -Version: svn28019.0.3 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(inputtrc.sty) = %{tl_version} - -%description inputtrc -The package produces screen/log messages of the form '<current> -INPUTTING <next>' reporting LaTeX input commands (<current> and -<next> being file names). The message is indented to reflect -the level of input nesting. Tracing may be turned on and off, -and the unit of indentation may be adjusted. The implementation -somewhat resembles those of packages FiNK and inputfile. - -%package inputtrc-doc -Summary: Documentation for inputtrc -Version: svn28019.0.3 - -Provides: tex-inputtrc-doc -AutoReqProv: No - -%description inputtrc-doc -Documentation for inputtrc - -%package interactiveworkbook -Provides: tex-interactiveworkbook = %{tl_version} -License: LPPL -Summary: LaTeX-based interactive PDF on the Web -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(epsfig.sty) -Requires: tex(color.sty) -Requires: tex(xspace.sty) -Requires: tex(ifthen.sty) -Provides: tex(interactiveworkbook-web.sty) = %{tl_version} -Provides: tex(interactiveworkbook.sty) = %{tl_version} -Provides: tex(interactiveworkbook.sty) = %{tl_version} - -%description interactiveworkbook -The package interactiveworkbook gives the user the ability to -write LaTeX documents which, ultimately, create interactive -question-and-answer Portable Document Format (PDF) tutorials -meant to be used by Internet students and that, in particular, -freely use mathematical notation. - -%package interactiveworkbook-doc -Summary: Documentation for interactiveworkbook -Version: svn15878.0 - -Provides: tex-interactiveworkbook-doc -AutoReqProv: No - -%description interactiveworkbook-doc -Documentation for interactiveworkbook - -%package interfaces -Provides: tex-interfaces = %{tl_version} -License: LPPL 1.3 -Summary: Set parameters for other packages, conveniently -Version: svn21474.3.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(etex.sty) -Requires: tex(ltxcmds.sty) -Requires: tex(etoolbox.sty) -Requires: tex(pgfkeys.sty) -Requires: tex(scrlfile.sty) -Requires: tex(infwarerr.sty) -Requires: tex(interfaces-scrlfile.sty) -Requires: tex(interfaces-tikz.sty) -Requires: tex(interfaces-marks.sty) -Requires: tex(refcount.sty) -Requires: tex(gettitlestring.sty) -Requires: tex(tikz.sty) -Requires: tex(auxhook.sty) -Provides: tex(interfaces-LaTeX.sty) = %{tl_version} -Provides: tex(interfaces-appendix.sty) = %{tl_version} -Provides: tex(interfaces-base.sty) = %{tl_version} -Provides: tex(interfaces-bookmark.sty) = %{tl_version} -Provides: tex(interfaces-embedfile.sty) = %{tl_version} -Provides: tex(interfaces-enumitem.sty) = %{tl_version} -Provides: tex(interfaces-environ.sty) = %{tl_version} -Provides: tex(interfaces-etoolbox.sty) = %{tl_version} -Provides: tex(interfaces-fancyhdr.sty) = %{tl_version} -Provides: tex(interfaces-hypbmsec.sty) = %{tl_version} -Provides: tex(interfaces-hyperref.sty) = %{tl_version} -Provides: tex(interfaces-makecell.sty) = %{tl_version} -Provides: tex(interfaces-marks.sty) = %{tl_version} -Provides: tex(interfaces-pgfkeys.sty) = %{tl_version} -Provides: tex(interfaces-scrlfile.sty) = %{tl_version} -Provides: tex(interfaces-tikz.sty) = %{tl_version} -Provides: tex(interfaces-titlesec.sty) = %{tl_version} -Provides: tex(interfaces-tocloft.sty) = %{tl_version} -Provides: tex(interfaces-truncate.sty) = %{tl_version} -Provides: tex(interfaces-umrand.sty) = %{tl_version} -Provides: tex(interfaces.sty) = %{tl_version} - -%description interfaces -The package provides a small number of convenient macros that -access features in other frequently-used packages, or provide -interfaces to other useful facilities such as the pdfTeX -\pdfelapsedtime primitive. Most of these macros use pgfkeys to -provide a key-value syntax. The package also uses the package -scrlfile from the Koma-Script bundle (for controlled loading of -other files) and etoolbox. The package is bundled with sub- -packages containing actual interfaces: by default, the package -loads all available sub-packages, but techniques are provided -for the user to select no more than the interfaces needed for a -job. - -%package interfaces-doc -Summary: Documentation for interfaces -Version: svn21474.3.1 - -Provides: tex-interfaces-doc -AutoReqProv: No - -%description interfaces-doc -Documentation for interfaces - -%package inversepath -Provides: tex-inversepath = %{tl_version} -License: LPPL 1.3 -Summary: Calculate inverse file paths -Version: svn15878.0.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(inversepath.sty) = %{tl_version} - -%description inversepath -The package calculates inverse relative paths. Such things may -be useful, for example, when writing an auxiliary file to a -different directory. - -%package inversepath-doc -Summary: Documentation for inversepath -Version: svn15878.0.2 - -Provides: tex-inversepath-doc -AutoReqProv: No - -%description inversepath-doc -Documentation for inversepath - -%package invoice -Provides: tex-invoice = %{tl_version} -License: GPL+ -Summary: Generate invoices -Version: svn48359 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(longtable.sty) -Requires: tex(calc.sty) -Requires: tex(fp.tex) -Provides: tex(invoice.def) = %{tl_version} -Provides: tex(invoice.sty) = %{tl_version} - -%description invoice -The package may be used for generating invoices. The package -can deal with invisible expense items and deductions; output -may be presented in any of 10 different languages. The package -depends on the fp and calc packages for its calculations. - -%package invoice-doc -Summary: Documentation for invoice -Version: svn48359 -Provides: tex-invoice-doc -AutoReqProv: No - -%description invoice-doc -Documentation for invoice - -%package iso -Provides: tex-iso = %{tl_version} -License: LPPL -Summary: Generic ISO standards typesetting macros -Version: svn15878.2.4 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(url.sty) -Provides: tex(askincv1.sty) = %{tl_version} -Provides: tex(iso10.clo) = %{tl_version} -Provides: tex(iso11.clo) = %{tl_version} -Provides: tex(iso9.clo) = %{tl_version} -Provides: tex(isov2.cls) = %{tl_version} - -%description iso -Generic class and package files for typesetting ISO -International Standard documents. Several standard documents -have been printed by ISO from camera-ready copy prepared using -LaTeX and these files. The class makes use of the isorot -package, rather than use other mechanisms directly. - -%package iso-doc -Summary: Documentation for iso -Version: svn15878.2.4 - -Provides: tex-iso-doc -AutoReqProv: No - -%description iso-doc -Documentation for iso - -%package iso10303 -Provides: tex-iso10303 = %{tl_version} -License: LPPL -Summary: Typesetting the STEP standards -Version: svn15878.1.5 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(aicv1.sty) = %{tl_version} -Provides: tex(apendint.tex) = %{tl_version} -Provides: tex(apmpspec.tex) = %{tl_version} -Provides: tex(apmptbl.tex) = %{tl_version} -Provides: tex(apmptempl.tex) = %{tl_version} -Provides: tex(apsstempl.tex) = %{tl_version} -Provides: tex(apv12.sty) = %{tl_version} -Provides: tex(atsv11.sty) = %{tl_version} -Provides: tex(bpfap1.tex) = %{tl_version} -Provides: tex(bpfap10.tex) = %{tl_version} -Provides: tex(bpfap11.tex) = %{tl_version} -Provides: tex(bpfap12.tex) = %{tl_version} -Provides: tex(bpfap13.tex) = %{tl_version} -Provides: tex(bpfap14.tex) = %{tl_version} -Provides: tex(bpfap15.tex) = %{tl_version} -Provides: tex(bpfap16.tex) = %{tl_version} -Provides: tex(bpfap2.tex) = %{tl_version} -Provides: tex(bpfap3.tex) = %{tl_version} -Provides: tex(bpfap4.tex) = %{tl_version} -Provides: tex(bpfap5.tex) = %{tl_version} -Provides: tex(bpfap6.tex) = %{tl_version} -Provides: tex(bpfap7.tex) = %{tl_version} -Provides: tex(bpfap8.tex) = %{tl_version} -Provides: tex(bpfap9.tex) = %{tl_version} -Provides: tex(bpfats1.tex) = %{tl_version} -Provides: tex(bpfats10.tex) = %{tl_version} -Provides: tex(bpfats11.tex) = %{tl_version} -Provides: tex(bpfats12.tex) = %{tl_version} -Provides: tex(bpfats14.tex) = %{tl_version} -Provides: tex(bpfats2.tex) = %{tl_version} -Provides: tex(bpfats3.tex) = %{tl_version} -Provides: tex(bpfats4.tex) = %{tl_version} -Provides: tex(bpfats5.tex) = %{tl_version} -Provides: tex(bpfats6.tex) = %{tl_version} -Provides: tex(bpfats7.tex) = %{tl_version} -Provides: tex(bpfats8.tex) = %{tl_version} -Provides: tex(bpfats9.tex) = %{tl_version} -Provides: tex(bpfir1.tex) = %{tl_version} -Provides: tex(bpfir2.tex) = %{tl_version} -Provides: tex(bpfir3.tex) = %{tl_version} -Provides: tex(bpfs1.tex) = %{tl_version} -Provides: tex(bpfs2.tex) = %{tl_version} -Provides: tex(bpfs3.tex) = %{tl_version} -Provides: tex(irv12.sty) = %{tl_version} -Provides: tex(stepman.tex) = %{tl_version} -Provides: tex(stepv13.sty) = %{tl_version} -Provides: tex(stppdlst.tex) = %{tl_version} - -%description iso10303 -Class and package files building on iso for typesetting the ISO -10303 (STEP) standards. Standard documents prepared using these -packages have been published by ISO. - -%package iso10303-doc -Summary: Documentation for iso10303 -Version: svn15878.1.5 - -Provides: tex-iso10303-doc -AutoReqProv: No - -%description iso10303-doc -Documentation for iso10303 - -%package isodate -Provides: tex-isodate = %{tl_version} -License: LPPL -Summary: Tune the output format of dates according to language -Version: svn16613.2.28 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Requires: tex(substr.sty) -Requires: tex(calc.sty) -Provides: tex(isodate.sty) = %{tl_version} -Provides: tex(isodateo.sty) = %{tl_version} - -%description isodate -This package provides ten output formats of the commands -\today, \printdate, \printdateTeX, and \daterange (partly -language dependent). Formats available are: ISO (yyyy-mm-dd), -numeric (e.g. dd.\,mm.~yyyy), short (e.g. dd.\,mm.\,yy), TeX -(yyyy/mm/dd), original (e.g. dd. mmm yyyy), short original -(e.g. dd. mmm yy), as well as numerical formats with Roman -numerals for the month. The commands \printdate and -\printdateTeX print any date. The command \daterange prints a -date range and leaves out unnecessary year or month entries. -This package supports German (old and new rules), Austrian, US -English, British English, French, Danish, Swedish, and -Norwegian. - -%package isodate-doc -Summary: Documentation for isodate -Version: svn16613.2.28 - -Provides: tex-isodate-doc -AutoReqProv: No - -%description isodate-doc -Documentation for isodate - -%package isodoc -Provides: tex-isodoc = %{tl_version} -License: LPPL 1.3 -Summary: A LaTeX class for typesetting letters and invoices -Version: svn47868 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ctable.sty) -Requires: tex(xcolor.sty) -Requires: tex(tabularx.sty) -Requires: tex(graphicx.sty) -Requires: tex(xstring.sty) -Requires: tex(calc.sty) -Requires: tex(forarray.sty) -Requires: tex(longtable.sty) -Requires: tex(geometry.sty) -Requires: tex(textpos.sty) -Requires: tex(fancyhdr.sty) -Provides: tex(isodoc.cls) = %{tl_version} - -%description isodoc -The isodoc class can be used for the preparation of letters and -invoices (and, in the future, similar documents). Documents are -set up with options, thus making the class easily adaptable to -user's wishes and extensible for other document types. The -class is based on the NTG brief class by Victor Eijkhout, which -implements the NEN1026 standard. - -%package isodoc-doc -Summary: Documentation for isodoc -Version: svn47868 -Provides: tex-isodoc-doc -AutoReqProv: No - -%description isodoc-doc -Documentation for isodoc - -%package isonums -Provides: tex-isonums = %{tl_version} -License: LPPL -Summary: Display numbers in maths mode according to ISO 31-0 -Version: svn17362.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(isonums.sty) = %{tl_version} - -%description isonums -The package makes a quick hack to ziffer to display numbers in -maths mode according to ISO 31-0, regardless of input format -(European $1.235,7$ or Anglo-American $1,235.7$). The options -[euro, anglo] control the global input format. Default input -format is anglo. Documentation is included as comments to the -text source. - -%package isonums-doc -Summary: Documentation for isonums -Version: svn17362.1.0 - -Provides: tex-isonums-doc -AutoReqProv: No - -%description isonums-doc -Documentation for isonums - -%package isorot -Provides: tex-isorot = %{tl_version} -License: LPPL -Summary: Rotation of document elements -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(graphicx.sty) -Requires: tex(lscape.sty) -Provides: tex(isorot.sty) = %{tl_version} - -%description isorot -The package is for rotation of document elements. It is a -combination of the lscape package and an extension of the -rotating package. The package is designed for use with the iso -class but may be used with any normal class. - -%package isorot-doc -Summary: Documentation for isorot -Version: svn15878.0 - -Provides: tex-isorot-doc -AutoReqProv: No - -%description isorot-doc -Documentation for isorot - -%package isotope -Provides: tex-isotope = %{tl_version} -License: LPPL -Summary: A package for typesetting isotopes -Version: svn23711.v0.3 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(isotope.sty) = %{tl_version} - -%description isotope -The package provides a command \isotope for setting the atomic -weight and atomic number indications of isotopes. (The naive -way of doing the job with (La)TeX mathematics commands produces -an unsatisfactory result.) - -%package isotope-doc -Summary: Documentation for isotope -Version: svn23711.v0.3 - -Provides: tex-isotope-doc -AutoReqProv: No - -%description isotope-doc -Documentation for isotope - -%package issuulinks -Provides: tex-issuulinks = %{tl_version} -License: LPPL 1.3 -Summary: Produce external links instead of internal ones -Version: svn25742.1.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(xkeyval.sty) -Provides: tex(issuulinks.sty) = %{tl_version} - -%description issuulinks -The PDF visualizer http://issuu.com/ISSUU is a popular service -which shows PDF documents "a page a time". Due to the way it is -implemented, internal links in these documents are not allowed. -Instead, they must be converted to external ones in the form -http://issuu.com/action/page?page=PAGENUMBER. The package -patches hyperref to produce external links in the required form -instead of internal links created by \ref, \cite and other -commands. Since the package redefines the internals of -hyperref, it must be loaded it AFTER hyperref. - -%package issuulinks-doc -Summary: Documentation for issuulinks -Version: svn25742.1.1 - -Provides: tex-issuulinks-doc -AutoReqProv: No - -%description issuulinks-doc -Documentation for issuulinks - -%package iwhdp -Provides: tex-iwhdp = %{tl_version} -License: LPPL 1.3 -Summary: Halle Institute for Economic Research (IWH) Discussion Papers -Version: svn37552.0.50 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(iwhdp.cls) = %{tl_version} - -%description iwhdp -The document class is for creating Discussion Papers of the -Halle Institute for Economic Research (IWH) in Halle, Germany. -The class offers options for both English and German texts. - -%package iwhdp-doc -Summary: Documentation for iwhdp -Version: svn37552.0.50 - -Provides: tex-iwhdp-doc -AutoReqProv: No - -%description iwhdp-doc -Documentation for iwhdp - -%package jlabels -Provides: tex-jlabels = %{tl_version} -License: Bibtex or LPPL -Summary: Make letter-sized pages of labels -Version: svn24858.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(calc.sty) -Requires: tex(ifthen.sty) -Requires: tex(pstricks.sty) -Requires: tex(etoolbox.sty) -Provides: tex(jlabels.sty) = %{tl_version} - -%description jlabels -The package provides controls for the numbers of rows and -columns. - -%package jlabels-doc -Summary: Documentation for jlabels -Version: svn24858.0 - -Provides: tex-jlabels-doc -AutoReqProv: No - -%description jlabels-doc -Documentation for jlabels - -%package jslectureplanner -Provides: tex-jslectureplanner = %{tl_version} -License: LPPL 1.3 -Summary: Creation and management of university course material -Version: svn53672 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(etoolbox.sty) -Requires: tex(advdate.sty) -Requires: tex(xkeyval.sty) -Requires: tex(datetime.sty) -Requires: tex(calc.sty) -Requires: tex(ifthen.sty) -Requires: tex(array.sty) -Requires: tex(longtable.sty) -Requires: tex(hhline.sty) -Requires: tex(datatool.sty) -Provides: tex(jslectureplanner.sty) = %{tl_version} -Provides: tex(jsmembertable.sty) = %{tl_version} - -%description jslectureplanner -The jslectureplanner package facilitates the generation and -management of university course material. It provides an -interface to set up and access centralized course data that can -be reused in all course documents. Furthermore, the package is -able to calculate the session dates of a whole semester and -generate course programs, if the course is held weekly and the -date of the first lecture is specified. Moreover, the package -can be used to generate a sectioned course bibliography via -BibLaTeX. The bundle also includes a package jsmembertable.sty -that helps in generating course member and presence lists. - -%package jslectureplanner-doc -Summary: Documentation for jslectureplanner -Version: svn53672 -Provides: tex-jslectureplanner-doc -AutoReqProv: No - -%description jslectureplanner-doc -Documentation for jslectureplanner - -%package jumplines -Provides: tex-jumplines = %{tl_version} -License: LPPL 1.3 -Summary: Articles with teasers and continuation later on -Version: svn37553.0.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(etoolbox.sty) -Requires: tex(xparse.sty) -Requires: tex(xkeyval.sty) -Requires: tex(xcolor.sty) -Requires: tex(tcolorbox.sty) -Requires: tex(babel.sty) -Requires: tex(tocloft.sty) -Requires: tex(ifluatex.sty) -Requires: tex(hyperref.sty) -Requires: tex(bookmark.sty) -Requires: tex(luacolor.sty) -Provides: tex(jumplines.sty) = %{tl_version} - -%description jumplines -Jumplines is a package for typesetting (newspaper) articles -that show a teaser (some few lines of text/content) and are -continued at a later place, with optional hyperlinking and a -list of articles. It requires lualatex for colour support in -split boxes. - -%package jumplines-doc -Summary: Documentation for jumplines -Version: svn37553.0.2 - -Provides: tex-jumplines-doc -AutoReqProv: No - -%description jumplines-doc -Documentation for jumplines - -%package jvlisting -Provides: tex-jvlisting = %{tl_version} -License: LPPL -Summary: A replacement for LaTeX's verbatim package -Version: svn24638.0.7 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(jvlisting.sty) = %{tl_version} - -%description jvlisting -This package provides a LaTeX environment listing, an -alternative to the built-in verbatim environment. The listing -environment is tailored for including listings of computer -program source code into documents. The main advantages over -the original verbatim environment are: environments -automatically fixes leading whitespace so that the environment -and program listing can be indented with the rest of the -document source, and; listing environments may easily be -customised and extended. - -%package jvlisting-doc -Summary: Documentation for jvlisting -Version: svn24638.0.7 - -Provides: tex-jvlisting-doc -AutoReqProv: No - -%description jvlisting-doc -Documentation for jvlisting - -%package kantlipsum -Provides: tex-kantlipsum = %{tl_version} -License: LPPL 1.3 -Summary: Generate sentences in Kant's style -Version: svn51727 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(expl3.sty) -Requires: tex(xparse.sty) -Provides: tex(kantlipsum.sty) = %{tl_version} - -%description kantlipsum -The package spits out sentences in Kantian style; the text is -provided by the Kant generator for Python by Mark Pilgrim, -described in the book "Dive into Python". The package is -modelled on lipsum, and may be used for similar purposes. - -%package kantlipsum-doc -Summary: Documentation for kantlipsum -Version: svn51727 -Provides: tex-kantlipsum-doc -AutoReqProv: No - -%description kantlipsum-doc -Documentation for kantlipsum - -%package kerntest -Provides: tex-kerntest = %{tl_version} -License: LPPL -Summary: Print tables and generate control files to adjust kernings -Version: svn15878.1.32 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(geometry.sty) -Requires: tex(helvet.sty) -Requires: tex(calc.sty) -Requires: tex(longtable.sty) -Requires: tex(array.sty) -Requires: tex(color.sty) -Requires: tex(ifthen.sty) -Requires: tex(keyval.sty) -Requires: tex(fontenc.sty) -Provides: tex(kerntest.cls) = %{tl_version} -Provides: tex(ly1mtx.clo) = %{tl_version} -Provides: tex(ot1mtx.clo) = %{tl_version} -Provides: tex(t1cmr-1200.fd) = %{tl_version} -Provides: tex(t1mtx.clo) = %{tl_version} -Provides: tex(t2amtx.clo) = %{tl_version} -Provides: tex(t2bmtx.clo) = %{tl_version} -Provides: tex(ts1mtx.clo) = %{tl_version} - -%description kerntest -This class makes it easy to generate tables that show many -different kerning pairs of an arbitrary font, usable by LaTeX. -It shows the kerning values that are used in the font by -default. In addition, this class enables the user to alter the -kernings and to observe the results. Kerning pairs can be -defined for groups of similar glyphs at the same time. An mtx -file is generated automatically. The mtx file may then be -loaded by fontinst to introduce the user-made kernings into the -virtual font for later use in LaTeX. - -%package kerntest-doc -Summary: Documentation for kerntest -Version: svn15878.1.32 - -Provides: tex-kerntest-doc -AutoReqProv: No - -%description kerntest-doc -Documentation for kerntest - -%package keycommand -Provides: tex-keycommand = %{tl_version} -License: LPPL -Summary: Simple creation of commands with key-value arguments -Version: svn18042.3.1415 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(etex.sty) -Requires: tex(kvsetkeys.sty) -Requires: tex(xkeyval.sty) -Requires: tex(etoolbox.sty) -Provides: tex(keycommand.sty) = %{tl_version} - -%description keycommand -The package (which requires e-TeX) provides a natural way to -define commands with optional keys. The package provides -\newkeycommand, \renewkeycommand, \providekeycommand, -\newkeyenvironment and \renewkeyenvironment, together with -\keycmd for a more advanced interface. The package is based on -kvsetkeys by Heiko Oberdiek. - -%package keycommand-doc -Summary: Documentation for keycommand -Version: svn18042.3.1415 - -Provides: tex-keycommand-doc -AutoReqProv: No - -%description keycommand-doc -Documentation for keycommand - -%package keyreader -Provides: tex-keyreader = %{tl_version} -License: LPPL 1.3 -Summary: A robust interface to xkeyval -Version: svn28195.0.5b - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(pdftexcmds.sty) -Provides: tex(keyreader.sty) = %{tl_version} - -%description keyreader -The package provides a robust interface to controlling keys in -xkeyval, removing some of that package's restrictions. The -package also addresses some of the issues now covered by the -author's ltxkeys package, which was assumed to be a replacement -for keyreader. Since keyreader has remained a favourite with -users, it has been reinstated. - -%package keyreader-doc -Summary: Documentation for keyreader -Version: svn28195.0.5b - -Provides: tex-keyreader-doc -AutoReqProv: No - -%description keyreader-doc -Documentation for keyreader - -%package keystroke -Provides: tex-keystroke = %{tl_version} -License: GPL+ -Summary: Graphical representation of keys on keyboard -Version: svn17992.v1.6 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(graphics.sty) -Provides: tex(keystroke.sty) = %{tl_version} - -%description keystroke -A LaTeX package which provides macros for the graphical -representation of the keys on a computer keyboard. - -%package keystroke-doc -Summary: Documentation for keystroke -Version: svn17992.v1.6 - -Provides: tex-keystroke-doc -AutoReqProv: No - -%description keystroke-doc -Documentation for keystroke - -%package keyval2e -Provides: tex-keyval2e = %{tl_version} -License: LPPL 1.3 -Summary: A lightweight and robust key-value parser -Version: svn23698.0.0.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(catoptions.sty) -Provides: tex(keyval2e.sty) = %{tl_version} - -%description keyval2e -The package provides lightweight and robust facilities for -creating and managing keys. Its machinery isn't as extensive as -that of, e.g., the ltxkeys package, but it is equally robust; -ease of use and speed of processing are the design aims of the -package. - -%package keyval2e-doc -Summary: Documentation for keyval2e -Version: svn23698.0.0.2 - -Provides: tex-keyval2e-doc -AutoReqProv: No - -%description keyval2e-doc -Documentation for keyval2e - -%package kix -Provides: tex-kix = %{tl_version} -License: LPPL -Summary: Typeset KIX codes -Version: svn21606.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(kix.sty) = %{tl_version} - -%description kix -Implements KIX codes as used by the Dutch PTT for bulk mail -addressing. (Royal Mail 4 State Code.) KIX is a registered -trade mark of PTT Post Holdings B. V. - -%package kix-doc -Summary: Documentation for kix -Version: svn21606.0 - -Provides: tex-kix-doc -AutoReqProv: No - -%description kix-doc -Documentation for kix - -%package koma-moderncvclassic -Provides: tex-koma-moderncvclassic = %{tl_version} -License: LPPL 1.3 -Summary: Makes the style and command of moderncv (style classic) available for koma-classes and thus compatible with biblatex -Version: svn25025.v0.5 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Requires: tex(ifpdf.sty) -Requires: tex(xcolor.sty) -Requires: tex(lmodern.sty) -Requires: tex(marvosym.sty) -Requires: tex(url.sty) -Requires: tex(graphicx.sty) -Requires: tex(hyperref.sty) -Provides: tex(koma-moderncvclassic.sty) = %{tl_version} - -%description koma-moderncvclassic -This package provides an imitation of the moderncv class with -the classic style (by Xavier Danaux), to be used in conjunction -with the koma-classes. Thus it is possible to configure -pagelayout, headings etc. the way it is done in koma-classes. -Moreover, it is possible to use biblatex, while the original -moderncv-class is incompatible with biblatex. - -%package koma-moderncvclassic-doc -Summary: Documentation for koma-moderncvclassic -Version: svn25025.v0.5 - -Provides: tex-koma-moderncvclassic-doc -AutoReqProv: No - -%description koma-moderncvclassic-doc -Documentation for koma-moderncvclassic - -%package koma-script-sfs -Provides: tex-koma-script-sfs = %{tl_version} -License: LPPL -Summary: Koma-script letter class option for Finnish -Version: svn26137.1.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description koma-script-sfs -A koma-script parameter set for letters on A4 paper, complying -with Finnish standards SFS 2486, 2487 and 2488; suitable for -window envelopes with window on the left size in the sizes C5, -C65, E5 and E65 (although, because the address window is -smaller, for sizes E5 and E65 the address may not fit within -the window, but ordinary 3-line address should fit). - -%package koma-script-sfs-doc -Summary: Documentation for koma-script-sfs -Version: svn26137.1.0 - -Provides: tex-koma-script-sfs-doc -AutoReqProv: No - -%description koma-script-sfs-doc -Documentation for koma-script-sfs - -%package komacv -Provides: tex-komacv = %{tl_version} -License: LPPL 1.3 -Summary: Typesetting a beuatiful CV with various style options -Version: svn43902 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(kvoptions.sty) -Requires: tex(calc.sty) -Requires: tex(xcolor.sty) -Requires: tex(etoolbox.sty) -Requires: tex(ifpdf.sty) -Requires: tex(ifluatex.sty) -Requires: tex(ifxetex.sty) -Requires: tex(scrlayer-scrpage.sty) -Requires: tex(marvosym.sty) -Requires: tex(fontawesome.sty) -Requires: tex(array.sty) -Requires: tex(graphicx.sty) -Requires: tex(microtype.sty) -Requires: tex(enumitem.sty) -Requires: tex(hyperref.sty) -Requires: tex(ragged2e.sty) -Requires: tex(fontspec.sty) -Requires: tex(inputenc.sty) -Requires: tex(fontenc.sty) -Requires: tex(lastpage.sty) -Provides: tex(komacv-casual.sty) = %{tl_version} -Provides: tex(komacv-classic.sty) = %{tl_version} -Provides: tex(komacv-oldstyle.sty) = %{tl_version} -Provides: tex(komacv.cls) = %{tl_version} - -%description komacv -The class simplifies the creation of beautiful CV. The user may -choose between different styles, and may adjust settings to -tune the output. - -%package komacv-doc -Summary: Documentation for komacv -Version: svn43902 -Provides: tex-komacv-doc -AutoReqProv: No - -%description komacv-doc -Documentation for komacv - -%package ktv-texdata -Provides: tex-ktv-texdata = %{tl_version} -License: GPL+ -Summary: Extract subsets of documents -Version: svn27369.05.34 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(verbatim.sty) -Provides: tex(ktv-buildnum.sty) = %{tl_version} -Provides: tex(ktv-texdata.sty) = %{tl_version} - -%description ktv-texdata -The package defines an exercice environment which numbers every -exercise, and a command \get to extract a collection whose -argument is a comma-separated set of exercise index numbers. -While the package was designed for teachers constructing tables -of exercises, it plainly has more general application. - -%package ktv-texdata-doc -Summary: Documentation for ktv-texdata -Version: svn27369.05.34 - -Provides: tex-ktv-texdata-doc -AutoReqProv: No - -%description ktv-texdata-doc -Documentation for ktv-texdata - -%package labbook -Provides: tex-labbook = %{tl_version} -License: LPPL -Summary: Typeset laboratory journals -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(makeidx.sty) -Provides: tex(labbook.cls) = %{tl_version} - -%description labbook -This class is designed to typeset laboratory journals that -contain chronologically ordered records about experiments. From -the sectioning commands, an experiment index is generated. The -class is based on the KOMA-Script class scrbook.cls. There can -be several index entries for one experiment. - -%package labbook-doc -Summary: Documentation for labbook -Version: svn15878.0 - -Provides: tex-labbook-doc -AutoReqProv: No - -%description labbook-doc -Documentation for labbook - -%package labels -Provides: tex-labels = %{tl_version} -License: LPPL 1.2 -Summary: Print sheets of sticky labels -Version: svn15878.13 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(labels.sty) = %{tl_version} -Provides: tex(olabels.sty) = %{tl_version} - -%description labels -A LaTeX package to print a regular grid of ragged-right labels -on a page, suitable for sheets of labels which can be fed -through a printer. Macros are provided to allow easy input of -names and addresses in a form free of TeX markup. Equally -useful is a feature for making multiple copies of a single -label, e.g., return address stickers to go with the labels. -Rows, columns, borders can all be specified to match the label -sheet being used. - -%package labels-doc -Summary: Documentation for labels -Version: svn15878.13 - -Provides: tex-labels-doc -AutoReqProv: No - -%description labels-doc -Documentation for labels - -%package lastpackage -Provides: tex-lastpackage = %{tl_version} -License: LPPL 1.3 -Summary: Indicates the last loaded package -Version: svn34481.0.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(lastpackage.sty) = %{tl_version} - -%description lastpackage -This package may be used to define the last point where some -code shall be executed. Its provides a package name for use in -package-placing commands from the author's templatetools. Usage -examples are provided in the documentation. - -%package lastpackage-doc -Summary: Documentation for lastpackage -Version: svn34481.0.1 - -Provides: tex-lastpackage-doc -AutoReqProv: No - -%description lastpackage-doc -Documentation for lastpackage %package lastpage -Provides: tex-lastpage = %{tl_version} -License: LPPL 1.3 +Provides: tex-lastpage = %{epoch}:%{source_date}-%{release} +Provides: tex-lastpage-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-lastpage-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-lastpage-doc < %{tl_epoch}:%{source_date} +License: GPLv2+ Summary: Reference last page for Page N of M type footers -Version: svn36680.1.2m - +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(lastpage.sty) = %{tl_version} -Provides: tex(lastpage209.sty) = %{tl_version} +Requires: tex-kpathsea +Provides: tex(lastpage.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(lastpage209.sty) = %{epoch}:%{source_date}-%{release} %description lastpage Reference the number of pages in your LaTeX document through @@ -102686,314 +20318,20 @@ the introduction of a new label which can be referenced like document. It is particularly useful in the page footer that says: Page N of M. -%package lastpage-doc -Summary: Documentation for lastpage -Version: svn36680.1.2m - -Provides: tex-lastpage-doc -AutoReqProv: No - -%description lastpage-doc -Documentation for lastpage - -%package latexdemo -Provides: tex-latexdemo = %{tl_version} -License: LPPL 1.3 -Summary: Demonstrate LaTeX code with its resulting output -Version: svn34481.0.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(doctools.sty) -Requires: tex(listings.sty) -Requires: tex(xspace.sty) -Requires: tex(etoolbox.sty) -Requires: tex(filecontents.sty) -Requires: tex(mdframed.sty) -Requires: tex(framed.sty) -Requires: tex(xcolor.sty) -Requires: tex(kvoptions-patch.sty) -Requires: tex(kvoptions.sty) -Requires: tex(pdftexcmds.sty) -Provides: tex(latexdemo.sty) = %{tl_version} - -%description latexdemo -The package provides configurable tools to print out LaTeX code -and the resulting output in the same document. It also supports -printing the result inside a conditional sequence; thus one may -suppress printing if the code would not compile. - -%package latexdemo-doc -Summary: Documentation for latexdemo -Version: svn34481.0.1 - -Provides: tex-latexdemo-doc -AutoReqProv: No - -%description latexdemo-doc -Documentation for latexdemo - -%package layouts -Provides: tex-layouts = %{tl_version} -License: LPPL 1.3 -Summary: Display various elements of a document's layout -Version: svn42428 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(layouts.sty) = %{tl_version} - -%description layouts -Display information about a document, including: text -positioning on a page; disposition of floats; layout of -paragraphs, lists, footnotes, table of contents, and sectional -headings; font boxes. Facilities are provided for a document -designer to experiment with the layout parameters. - -%package layouts-doc -Summary: Documentation for layouts -Version: svn42428 -Provides: tex-layouts-doc -AutoReqProv: No - -%description layouts-doc -Documentation for layouts - -%package lazylist -Provides: tex-lazylist = %{tl_version} -License: LPPL 1.2 -Summary: Lists in TeX's "mouth" -Version: svn17691.1.0a - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(lazylist.sty) = %{tl_version} - -%description lazylist -The package was developed to provide flexible lists, whose -ordering can be altered on the fly. The implementation involves -a pile of lambda-calculus and list-handling macros of an -incredibly obtuse nature. The TUGboat paper serves as a manual -for the macros. Having said all of which, confidence is -enhanced by the knowledge that the TeX code was formally -verified. - -%package lazylist-doc -Summary: Documentation for lazylist -Version: svn17691.1.0a - -Provides: tex-lazylist-doc -AutoReqProv: No - -%description lazylist-doc -Documentation for lazylist - -%package lcd -Provides: tex-lcd = %{tl_version} -License: LPPL -Summary: Alphanumerical LCD-style displays -Version: svn16549.0.3 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(lcd.sty) = %{tl_version} - -%description lcd -A LaTeX package that will display text as on an (early) LCD -display (the output is very visibly pixellated). Assumes 8-bit -input in its internal verbatim-style environment. - -%package lcd-doc -Summary: Documentation for lcd -Version: svn16549.0.3 - -Provides: tex-lcd-doc -AutoReqProv: No - -%description lcd-doc -Documentation for lcd - -%package lcg -Provides: tex-lcg = %{tl_version} -License: LPPL -Summary: Generate random integers -Version: svn31474.1.3 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(keyval.sty) -Provides: tex(lcg.sty) = %{tl_version} - -%description lcg -The lcg package generates random numbers (integers) via a -linear congruential generator (Schrage's method). The random -numbers are written to a counter. The keyval package is used -for the user to provide values for the range and a seed, and -for the name of the counter to be used. - -%package lcg-doc -Summary: Documentation for lcg -Version: svn31474.1.3 - -Provides: tex-lcg-doc -AutoReqProv: No - -%description lcg-doc -Documentation for lcg - -%package leading -Provides: tex-leading = %{tl_version} -License: LPPL -Summary: Define leading with a length -Version: svn15878.0.3 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(calc.sty) -Provides: tex(leading.sty) = %{tl_version} - -%description leading -The package defines a command \leading, whose argument is a -<length> that specifies the nominal distance between -consecutive baselines of typeset text. The command replaces the -rather more difficult LaTeX command \linespread{<ratio>}, where -the leading is specified by reference to the font size. - -%package leading-doc -Summary: Documentation for leading -Version: svn15878.0.3 - -Provides: tex-leading-doc -AutoReqProv: No - -%description leading-doc -Documentation for leading - -%package leaflet -Provides: tex-leaflet = %{tl_version} -License: LPPL -Summary: Create small handouts (flyers) -Version: svn43523 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(etex.sty) -Requires: tex(everyshi.sty) -Requires: tex(calc.sty) -Requires: tex(graphicx.sty) -Requires: tex(pifont.sty) -Provides: tex(leaflet.cls) = %{tl_version} - -%description leaflet -A document class to create small hand-outs (flyers) that fit on -a single sheet of paper which is then folded twice. Pages are -rearranged by LaTeX so that they print correctly on a single -sheet -- no external script is necessary. (Works with -PostScript and PDF.) This is a complete reimplementation with -permission of the original author Jurgen Schlegelmilch. - -%package leaflet-doc -Summary: Documentation for leaflet -Version: svn43523 -Provides: tex-leaflet-doc -AutoReqProv: No - -%description leaflet-doc -Documentation for leaflet - -%package leftidx -Provides: tex-leftidx = %{tl_version} -License: LPPL -Summary: Left and right subscripts and superscripts in math mode -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(leftidx.sty) = %{tl_version} - -%description leftidx -Left and right subscripts and superscripts are automatically -raised for better fitting to the symbol they belong to. - -%package leftidx-doc -Summary: Documentation for leftidx -Version: svn15878.0 - -Provides: tex-leftidx-doc -AutoReqProv: No - -%description leftidx-doc -Documentation for leftidx - -%package lengthconvert -Provides: tex-lengthconvert = %{tl_version} -License: LPPL 1.3 -Summary: Express lengths in arbitrary units -Version: svn30867.1.0a - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(expl3.sty) -Requires: tex(xparse.sty) -Requires: tex(l3keys2e.sty) -Provides: tex(lengthconvert.sty) = %{tl_version} - -%description lengthconvert -The package provides a command to convert a length to any of a -large selection of units. The package relies on the LaTeX 3 -programming environment. - -%package lengthconvert-doc -Summary: Documentation for lengthconvert -Version: svn30867.1.0a - -Provides: tex-lengthconvert-doc -AutoReqProv: No - -%description lengthconvert-doc -Documentation for lengthconvert - -%package lettre -Provides: tex-lettre = %{tl_version} -License: LPPL 1.3 -Summary: Letters and faxes in French -Version: svn54722 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(graphicx.sty) -Provides: tex(lettre.cls) = %{tl_version} - -%description lettre -Developed from the ancestor of the standard letter class, at -the Observatoire de Geneve. - -%package lettre-doc -Summary: Documentation for lettre -Version: svn54722 -Provides: tex-lettre-doc -AutoReqProv: No - -%description lettre-doc -Documentation for lettre %package lettrine -Provides: tex-lettrine = %{tl_version} -License: LPPL 1.3 +Provides: tex-lettrine = %{epoch}:%{source_date}-%{release} +Provides: tex-lettrine-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-lettrine-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-lettrine-doc < %{tl_epoch}:%{source_date} +License: LPPL Summary: Typeset dropped capitals -Version: svn54560 +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-kpathsea Requires: tex(keyval.sty) -Provides: tex(lettrine.cfg) = %{tl_version} -Provides: tex(lettrine-2006-03-17.sty) = %{tl_version} -Provides: tex(lettrine-2015-08-31.sty) = %{tl_version} -Provides: tex(lettrine-2018-08-18.sty) = %{tl_version} -Provides: tex(lettrine.sty) = %{tl_version} +Provides: tex(lettrine.cfg) = %{epoch}:%{source_date}-%{release} +Provides: tex(lettrine.sty) = %{epoch}:%{source_date}-%{release} %description lettrine The lettrine package supports various dropped capitals styles, @@ -103002,1167 +20340,103 @@ particular, it has facilities for the paragraph text's left edge to follow the outline of capitals that have a regular shape (such as "A" and "V"). -%package lettrine-doc -Summary: Documentation for lettrine -Version: svn54560 -Provides: tex-lettrine-doc -AutoReqProv: No -%description lettrine-doc -Documentation for lettrine - -%package lewis -Provides: tex-lewis = %{tl_version} -License: Public Domain -Summary: Draw Lewis structures -Version: svn15878.0.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(lewis.sty) = %{tl_version} - -%description lewis -The package provides rudimentary support for drawing Lewis -Structures. Support is limited to elements that support the -octet rule. - -%package lewis-doc -Summary: Documentation for lewis -Version: svn15878.0.1 - -Provides: tex-lewis-doc -AutoReqProv: No - -%description lewis-doc -Documentation for lewis - -%package lhelp -Provides: tex-lhelp = %{tl_version} -License: GPL+ -Summary: Miscellaneous helper packages -Version: svn23638.2.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(graphics.sty) -Requires: tex(color.sty) -Provides: tex(lhelp.sty) = %{tl_version} - -%description lhelp -This package defines macros which are useful for many -documents. It is a large collection of simple 'little helpers' -which do not really warrant a separate package on their own. -Included are, among other things, definitions of common units -with preceeding thinspaces, framed boxes where both width and -height can be specified, starting new odd or even pages, draft -markers, notes, conditional includes, including EPS files, and -versions of enumerate and itemize which allow the horizontal -and vertical spacing to be changed. - -%package lhelp-doc -Summary: Documentation for lhelp -Version: svn23638.2.0 - -Provides: tex-lhelp-doc -AutoReqProv: No - -%description lhelp-doc -Documentation for lhelp - -%package libgreek -Provides: tex-libgreek = %{tl_version} +%package lualatex-math +Provides: tex-lualatex-math = %{epoch}:%{source_date}-%{release} +Provides: tex-lualatex-math-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-lualatex-math-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-lualatex-math-doc < %{tl_epoch}:%{source_date} License: LPPL 1.3 -Summary: Use Libertine or Biolinum Greek glyphs in mathematics -Version: svn27789.1.0 - +Summary: Fixes for mathematics-related LuaLaTeX issues +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(keyval.sty) -Provides: tex(libgreek.sty) = %{tl_version} - -%description libgreek -The package is for LaTeX users who wish to use the Libertine or -Biolinum font for the Greek letters in math mode. It is not -necessary to load the libertine package itself, but of course -the Linux-Libertine/Biolinum fonts and LaTeX support files must -have been installed. - -%package libgreek-doc -Summary: Documentation for libgreek -Version: svn27789.1.0 - -Provides: tex-libgreek-doc -AutoReqProv: No - -%description libgreek-doc -Documentation for libgreek - -%package limap -Provides: tex-limap = %{tl_version} -License: LPPL -Summary: Typeset maps and blocks according to the Information Mapping method -Version: svn44863 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(longtable.sty) -Requires: tex(booktabs.sty) -Requires: tex(fancyhdr.sty) -Provides: tex(limap.cls) = %{tl_version} -Provides: tex(limap.sty) = %{tl_version} - -%description limap -The Information Mapping method provides a methodology for -structuring and presenting information. It claims to be useful -for readers who are more concerned about finding the right -information than reading the document as a whole. Thus short, -highly structured, and context free pieces of information are -used. A LaTeX style and a LaTeX class are provided. The style -contains definitions to typeset maps and blocks according to -the Information Mapping method. The class provides all -definitions to typeset a whole document. - -%package linegoal -Provides: tex-linegoal = %{tl_version} -License: LPPL 1.3 -Summary: A "dimen" that returns the space left on the line -Version: svn21523.2.9 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(etex.sty) -Requires: tex(zref.sty) -Requires: tex(zref-savepos.sty) -Provides: tex(linegoal.sty) = %{tl_version} - -%description linegoal -The linegoal package provides a macro \linegoal to be used with -\setlength: \setlength<some dimen>\linegoal will set <some -dimen> to the horizontal length of the remainder of the line. -This is achieved using the \pdfsavepos primitive of pdftex, -through the zref-savepos package. Example: Some text: -\begin{tabularx}\linegoal{|l|X|} \hline one & two \\ three & -four \\\hline \end{tabularx} will position the table after the -initial text, and make the table fill the rest of the line. - -%package linegoal-doc -Summary: Documentation for linegoal -Version: svn21523.2.9 - -Provides: tex-linegoal-doc -AutoReqProv: No - -%description linegoal-doc -Documentation for linegoal - -%package lipsum -Provides: tex-lipsum = %{tl_version} -License: LPPL -Summary: Easy access to the Lorem Ipsum dummy text -Version: svn49610 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(lipsum.sty) = %{tl_version} - -%description lipsum -This package gives you easy access to the Lorem Ipsum dummy -text; an option is available to separate the paragraphs of the -dummy text into TeX-paragraphs. All the paragraphs are taken -with permission from http://lipsum.com/. - -%package lipsum-doc -Summary: Documentation for lipsum -Version: svn49610 -Provides: tex-lipsum-doc -AutoReqProv: No - -%description lipsum-doc -Documentation for lipsum - -%package lisp-on-tex -Provides: tex-lisp-on-tex = %{tl_version} -License: BSD -Summary: Execute LISP code in a LaTeX document -Version: svn38722 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(lisp-arith.sty) = %{tl_version} -Provides: tex(lisp-gc.sty) = %{tl_version} -Provides: tex(lisp-latexutil.sty) = %{tl_version} -Provides: tex(lisp-mod-fpnum.sty) = %{tl_version} -Provides: tex(lisp-mod-l3regex.sty) = %{tl_version} -Provides: tex(lisp-on-tex.sty) = %{tl_version} -Provides: tex(lisp-prim.sty) = %{tl_version} -Provides: tex(lisp-read.sty) = %{tl_version} -Provides: tex(lisp-simple-alloc.sty) = %{tl_version} -Provides: tex(lisp-string.sty) = %{tl_version} -Provides: tex(lisp-util.sty) = %{tl_version} - -%description lisp-on-tex -The package provides a LISP interpreter written using TeX -macros; it is provided as a LaTeX package. The interpreter -static scoping, dynamic typing, and eager evaluation. - -%package lisp-on-tex-doc -Summary: Documentation for lisp-on-tex -Version: svn38722 - -Provides: tex-lisp-on-tex-doc -AutoReqProv: No - -%description lisp-on-tex-doc -Documentation for lisp-on-tex - -%package listing -Provides: tex-listing = %{tl_version} -License: LPPL -Summary: Produce formatted program listings -Version: svn17373.1.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(listing.sty) = %{tl_version} - -%description listing -The listing environment is provided and is similar to figure -and table, although it is not a floating environment. Includes -support for \caption, \label, \ref, and introduces -\listoflistings, \listingname, \listlistingname. It produces a -.lol file. It does not change \@makecaption (unless the option -bigcaptions is used), so packages that change the layout of -\caption still work. - -%package listing-doc -Summary: Documentation for listing -Version: svn17373.1.2 - -Provides: tex-listing-doc -AutoReqProv: No - -%description listing-doc -Documentation for listing - -%package listlbls -Provides: tex-listlbls = %{tl_version} -License: LPPL 1.3 -Summary: Creates a list of all labels used throughout a document -Version: svn34893.1.03 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(translations.sty) -Provides: tex(listlbls.sty) = %{tl_version} - -%description listlbls -The package aims to help a LaTeX author to keep track of all -defined labels by typesetting a complete list of labels -wherever the author requests it. (Of course, the user may need -to have additional LaTeX runs to get the references right. ) -This package is based on an answer David Carlisle gave on -TeX/Stackexchange in the thread 'List of all labels with -hyperlinks'. - -%package listlbls-doc -Summary: Documentation for listlbls -Version: svn34893.1.03 - -Provides: tex-listlbls-doc -AutoReqProv: No - -%description listlbls-doc -Documentation for listlbls - -%package listliketab -Provides: tex-listliketab = %{tl_version} -License: LPPL -Summary: Typeset lists as tables -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(calc.sty) -Requires: tex(array.sty) -Provides: tex(listliketab.sty) = %{tl_version} - -%description listliketab -The listliketab package helps the user make list-like tabulars, -i.e., a tabular that is indistinguishable from an itemize or -enumerate environment. The advantage of using a tabular is that -the user can add additional columns to each entry in the list. - -%package listliketab-doc -Summary: Documentation for listliketab -Version: svn15878.0 - -Provides: tex-listliketab-doc -AutoReqProv: No - -%description listliketab-doc -Documentation for listliketab - -%package listofsymbols -Provides: tex-listofsymbols = %{tl_version} -License: LPPL -Summary: Create and manipulate lists of symbols -Version: svn16134.0.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Requires: tex(calc.sty) -Requires: tex(nomencl.sty) -Requires: tex(xspace.sty) -Provides: tex(listofsymbols.sty) = %{tl_version} - -%description listofsymbols -Listofsymbols provides commands to automatically create a list -of symbols (also called notation or nomenclature), and to -handle symbols logically, i.e. define a macro that is expanded -to the desired output and use the macro in the text rather than -`hardcoding' the output into the text. This helps to ensure -consistency throughout the text, especially if there is a -chance that symbols will be changed at some stage. The package -is more or less a combination of what the packages nomencl and -formula do. The concept of creating the list of symbols, -though, is different from the way nomencl.sty does it. - -%package listofsymbols-doc -Summary: Documentation for listofsymbols -Version: svn16134.0.2 - -Provides: tex-listofsymbols-doc -AutoReqProv: No - -%description listofsymbols-doc -Documentation for listofsymbols - -%package lkproof -Provides: tex-lkproof = %{tl_version} -License: GPL+ -Summary: LK Proof figure macros -Version: svn20021.3.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(proof.sty) = %{tl_version} - -%description lkproof -The package defines a pair of commands \infer and \deduce, that -are used in constructing LK proof diagrams. - -%package lkproof-doc -Summary: Documentation for lkproof -Version: svn20021.3.1 - -Provides: tex-lkproof-doc -AutoReqProv: No - -%description lkproof-doc -Documentation for lkproof - -%package lmake -Provides: tex-lmake = %{tl_version} -License: LPPL 1.2 -Summary: Process lists to do repetitive actions -Version: svn25552.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(lmake.sty) = %{tl_version} - -%description lmake -The package provides commands to simplify processing of -sequential list-like structures, such as making a series of -'similar' commands from a list of names. - -%package lmake-doc -Summary: Documentation for lmake -Version: svn25552.1.0 - -Provides: tex-lmake-doc -AutoReqProv: No - -%description lmake-doc -Documentation for lmake - -%package locality -Provides: tex-locality = %{tl_version} -License: LPPL 1.3 -Summary: Various macros for keeping things local -Version: svn20422.0.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(etoolbox.sty) -Provides: tex(locality.sty) = %{tl_version} - -%description locality -A toolbox of macros designed to allow the LaTeX programmer to -work around some of the restrictions of the TeX grouping -mechanisms. The present release offers a preliminary view of -the package; not all of its facilities are working optimally - -%package locality-doc -Summary: Documentation for locality -Version: svn20422.0.2 - -Provides: tex-locality-doc -AutoReqProv: No - -%description locality-doc -Documentation for locality - -%package localloc -Provides: tex-localloc = %{tl_version} -License: Bibtex -Summary: Macros for localizing TeX register allocations -Version: svn21934.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(localloc.sty) = %{tl_version} - -%description localloc -This package approaches the problem of the shortage of -registers, by providing a mechanism for local allocation. The -package works with Plain TeX, LaTeX and LaTeX 2.09. - -%package localloc-doc -Summary: Documentation for localloc -Version: svn21934.0 - -Provides: tex-localloc-doc -AutoReqProv: No - -%description localloc-doc -Documentation for localloc - -%package logbox -Provides: tex-logbox = %{tl_version} -License: LPPL 1.3 -Summary: e-TeX showbox facilities for exploration purposes -Version: svn24499.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(logbox.sty) = %{tl_version} - -%description logbox -The command \logbox does \showbox without stopping the -compilation. The package's main command is \viewbox*: the box -is typeset (copied) with its dimensions, and its contents are -logged in the .log file. - -%package logbox-doc -Summary: Documentation for logbox -Version: svn24499.1.0 - -Provides: tex-logbox-doc -AutoReqProv: No - -%description logbox-doc -Documentation for logbox - -%package logical-markup-utils -Provides: tex-logical-markup-utils = %{tl_version} -License: GPLv3+ -Summary: Packages for language-dependent inline quotes and dashes -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(onedash.sty) = %{tl_version} -Provides: tex(quoted.sty) = %{tl_version} - -%description logical-markup-utils -The bundle contains two packages: quoted, for inserting -quotation marks; and onedash, for inserting dashes. Each -package takes a language name as an option; accepted language -options are american, british, german and polish. - -%package logical-markup-utils-doc -Summary: Documentation for logical-markup-utils -Version: svn15878.0 - -Provides: tex-logical-markup-utils-doc -AutoReqProv: No - -%description logical-markup-utils-doc -Documentation for logical-markup-utils - -%package logpap -Provides: tex-logpap = %{tl_version} -License: LPPL -Summary: Generate logarithmic graph paper with LaTeX -Version: svn15878.0.6 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(calc.sty) -Requires: tex(color.sty) -Provides: tex(logpap.sty) = %{tl_version} - -%description logpap -The logpap package provides four macros for drawing logarithmic- -logarithmic, logarithmic-linear, linear-logarithmic and -(because it was easy to implement) linear-linear graph paper -with LaTeX. - -%package logpap-doc -Summary: Documentation for logpap -Version: svn15878.0.6 - -Provides: tex-logpap-doc -AutoReqProv: No - -%description logpap-doc -Documentation for logpap - -%package longfigure -Provides: tex-longfigure = %{tl_version} -License: LPPL 1.3 -Summary: Provides a figure-like environment that break over pages -Version: svn34302.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(xkeyval.sty) -Requires: tex(tocloft.sty) -Provides: tex(longfigure.sty) = %{tl_version} - -%description longfigure -The longfigure package uses and relabels components of the well- -known longtable package, written by David Carlisle, to provide -a table-like environment that can display a stream of figures -as a single figure that can break across pages. - -%package longfigure-doc -Summary: Documentation for longfigure -Version: svn34302.1.0 - -Provides: tex-longfigure-doc -AutoReqProv: No - -%description longfigure-doc -Documentation for longfigure - -%package longnamefilelist -Provides: tex-longnamefilelist = %{tl_version} -License: LPPL 1.3 -Summary: Tidy \listfiles with long file names -Version: svn27889.0.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(myfilist.sty) -Provides: tex(longnamefilelist.sty) = %{tl_version} - -%description longnamefilelist -The package equips LaTeX's \listfiles command with an optional -argument for the number of characters in the longest base -filename. This way you get a neatly aligned file list even when -it contains files whose base names have more than 8 characters. -The package can be combined with the myfilist package as -explained in the documentation. - -%package longnamefilelist-doc -Summary: Documentation for longnamefilelist -Version: svn27889.0.2 - -Provides: tex-longnamefilelist-doc -AutoReqProv: No - -%description longnamefilelist-doc -Documentation for longnamefilelist - -%package loops -Provides: tex-loops = %{tl_version} -License: LPPL 1.3 -Summary: General looping macros for use with LaTeX -Version: svn30704.1.3 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(skeyval.sty) -Provides: tex(loops.sty) = %{tl_version} - -%description loops -The package provides efficient looping macros for processing -both csv (separated-values) and nsv/tsv (non-separated values) -lists. CSV lists which have associated parsers may be processed -with the tools of the package. - -%package loops-doc -Summary: Documentation for loops -Version: svn30704.1.3 - -Provides: tex-loops-doc -AutoReqProv: No - -%description loops-doc -Documentation for loops - -%package lsc -Provides: tex-lsc = %{tl_version} -License: LPPL -Summary: Typesetting Live Sequence Charts -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Requires: tex(pstricks.sty) -Requires: tex(pst-node.sty) -Provides: tex(lsc.sty) = %{tl_version} - -%description lsc -This package is similar to the msc package in that it provides -macros for typesetting a variant of sequence diagrams, in this -case the Live Sequence Charts of Damm and Harel. The package -supports the full LSC language of the original LSC paper, the -Klose-extensions for formal verification and some of the Harel- -extensions for the Play-In/Play-Out approach (cf. the manual). - -%package lsc-doc -Summary: Documentation for lsc -Version: svn15878.0 - -Provides: tex-lsc-doc -AutoReqProv: No - -%description lsc-doc -Documentation for lsc - -%package lstaddons -Provides: tex-lstaddons = %{tl_version} -License: LPPL 1.3 -Summary: Add-on packages for listings: autogobble and line background -Version: svn26196.0.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(listings.sty) -Requires: tex(xcolor.sty) -Provides: tex(lstautogobble.sty) = %{tl_version} -Provides: tex(lstlinebgrd.sty) = %{tl_version} - -%description lstaddons -The bundle contains a small collection of add-on packages for -the listings package. Current packages are: lstlinebgrd: colour -the background of some or all lines of a listing; and -lstautogobble: set the standard "gobble" option to the indent -of the first line of the code. - -%package lstaddons-doc -Summary: Documentation for lstaddons -Version: svn26196.0.1 - -Provides: tex-lstaddons-doc -AutoReqProv: No - -%description lstaddons-doc -Documentation for lstaddons - -%package lt3graph -Provides: tex-lt3graph = %{tl_version} -License: LPPL 1.3 -Summary: Provide a graph datastructure for experimental LaTeX3 -Version: svn45913 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(filecontents.sty) -Requires: tex(xparse.sty) -Requires: tex(etoolbox.sty) -Requires: tex(withargs.sty) -Requires: tex(xcolor.sty) -Requires: tex(mdframed.sty) -Requires: tex(marginnote.sty) -Requires: tex(listings.sty) -Requires: tex(textcomp.sty) -Requires: tex(hyperref.sty) -Requires: tex(needspace.sty) -Requires: tex(noindentafter.sty) -Requires: tex(ifthen.sty) +Requires: tex-kpathsea Requires: tex(expl3.sty) -Requires: tex(l3keys2e.sty) -Provides: tex(lt3graph-dry.sty) = %{tl_version} -Provides: tex(lt3graph-packagedoc.cls) = %{tl_version} -Provides: tex(lt3graph.sty) = %{tl_version} - -%description lt3graph -The package defines a 'graph' data structure, for use in -documents that are using the experimental LaTeX 3 syntax. - -%package lt3graph-doc -Summary: Documentation for lt3graph -Version: svn45913 -Provides: tex-lt3graph-doc -AutoReqProv: No - -%description lt3graph-doc -Documentation for lt3graph - -%package ltablex -Provides: tex-ltablex = %{tl_version} -License: LPPL -Summary: Table package extensions -Version: svn34923.1.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(longtable.sty) -Requires: tex(tabularx.sty) -Provides: tex(ltablex.sty) = %{tl_version} - -%description ltablex -Modifies the tabularx environment to combine the features of -the tabularx package (auto-sized columns in a fixed width -table) with those of the longtable package (multi-page tables). - -%package ltablex-doc -Summary: Documentation for ltablex -Version: svn34923.1.1 - -Provides: tex-ltablex-doc -AutoReqProv: No - -%description ltablex-doc -Documentation for ltablex - -%package ltabptch -Provides: tex-ltabptch = %{tl_version} -License: LPPL -Summary: Bug fix for longtable -Version: svn17533.1.74d - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(longtable.sty) -Provides: tex(ltabptch.sty) = %{tl_version} - -%description ltabptch -A patch for LaTeX bugs tools/3180 and tools/3480. The patch -applies to version 4.11 of longtable. - -%package ltabptch-doc -Summary: Documentation for ltabptch -Version: svn17533.1.74d - -Provides: tex-ltabptch-doc -AutoReqProv: No - -%description ltabptch-doc -Documentation for ltabptch - -%package ltxdockit -Provides: tex-ltxdockit = %{tl_version} -License: LPPL -Summary: Documentation support -Version: svn21869.1.2d - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - Requires: tex(etoolbox.sty) -Requires: tex(multicol.sty) -Requires: tex(keyval.sty) -Requires: tex(fontenc.sty) -Requires: tex(textcomp.sty) -Requires: tex(hyperref.sty) -Requires: tex(hypcap.sty) -Requires: tex(listings.sty) -Requires: tex(color.sty) -Requires: tex(xspace.sty) -Requires: tex(ifpdf.sty) -Provides: tex(btxdockit.sty) = %{tl_version} -Provides: tex(ltxdockit.cfg) = %{tl_version} -Provides: tex(ltxdockit.cls) = %{tl_version} -Provides: tex(ltxdockit.def) = %{tl_version} -Provides: tex(ltxdockit.sty) = %{tl_version} +Requires: tex(luatexbase.sty) +Requires: tex(filehook.sty) +Provides: tex(lualatex-math.sty) = %{epoch}:%{source_date}-%{release} -%description ltxdockit -This bundle, consisting of a simple wrapper class and some -packages, forms a small LaTeX/BibTeX documentation kit; the -author uses it for some of his own packages. The package is not -supported: users should not attempt its use unless they are -capable of dealing with problems unaided. (The actual purpose -of releasing the package is to make it possible for third -parties to compile the documentation of other packages, should -that be necessary.) +%description lualatex-math +The package patches a few commands of the LaTeX2e kernel and +the amsmath and mathtools packages to be more compatible with +the LuaTeX engine. It is only meaningful for LuaLaTeX documents +containing mathematical formulas, and does not exhibit any new +functionality. The fixes are mostly moved from the unicode-math +package to this package since they are not directly related to +Unicode mathematics typesetting. -%package ltxdockit-doc -Summary: Documentation for ltxdockit -Version: svn21869.1.2d - -Provides: tex-ltxdockit-doc -AutoReqProv: No - -%description ltxdockit-doc -Documentation for ltxdockit - -%package ltxkeys -Provides: tex-ltxkeys = %{tl_version} -License: LPPL -Summary: A robust key parser for LaTeX -Version: svn28332.0.0.3c +%package luaotfload +Provides: tex-luaotfload = %{epoch}:%{source_date}-%{release} +Provides: texlive-luaotfload-bin = %{epoch}:%{source_date}-%{release} +Provides: tex-luaotfload-bin = %{epoch}:%{source_date}-%{release} +Obsoletes: texlive-luaotfload-bin < %{tl_epoch}:%{source_date} +Provides: texlive-luaotfload-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: texlive-luaotfload-doc < %{tl_epoch}:%{source_date} +License: GPLv2+ +Summary: OpenType 'loader' for Plain TeX and LaTeX Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-kpathsea +Requires: texlive-lualibs +Requires: texlive-lua-alt-getopt +Requires: tex(luatexbase.sty) +Provides: tex(luaotfload-blacklist.cnf) = %{epoch}:%{source_date}-%{release} +Provides: tex(luaotfload.sty) = %{epoch}:%{source_date}-%{release} +# lua +BuildArch: noarch -Requires: tex(catoptions.sty) -Provides: tex(ltxkeys.sty) = %{tl_version} +%description luaotfload +The package adopts the TrueType/OpenType Font loader code +provided in ConTeXt, and adapts it to use in Plain TeX and +LaTeX. It works under LuaLaTeX only. -%description ltxkeys -The package provides facilities for creating and managing keys -in the sense of the keyval and xkeyval packages, but it is -intended to be more robust and faster. Its robustness comes -from its ability to preserve braces in key values throughout -parsing. The need to preserve braces in key values arises often -in parsing keys (for example, in the xwatermark package). The -package is faster than xkeyval package because (among other -things) it avoids character-wise parsing of key values (called -"selective sanitization" by the xkeyval package). The package -also provides functions for defining and managing keys. - -%package ltxkeys-doc -Summary: Documentation for ltxkeys -Version: svn28332.0.0.3c - -Provides: tex-ltxkeys-doc -AutoReqProv: No - -%description ltxkeys-doc -Documentation for ltxkeys - -%package ltxnew -Provides: tex-ltxnew = %{tl_version} -License: LPPL 1.3 -Summary: A simple means of creating commands -Version: svn21586.1.3 +%package luatexbase +Provides: tex-luatexbase = %{epoch}:%{source_date}-%{release} +Provides: tex-luatexbase-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-luatexbase-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-luatexbase-doc < %{tl_epoch}:%{source_date} +License: Public Domain +Summary: Basic resource management for LuaTeX code +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - +Requires: tex-kpathsea +Requires: tex(ifluatex.sty) +Requires: tex(luatexbase-loader.sty) Requires: tex(etex.sty) -Provides: tex(ltxnew.sty) = %{tl_version} +Provides: tex(luatexbase-attr.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(luatexbase-cctb.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(luatexbase-compat.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(luatexbase-loader.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(luatexbase-mcb.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(luatexbase-modutils.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(luatexbase-regs.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(luatexbase.sty) = %{epoch}:%{source_date}-%{release} + +%description luatexbase +The bundle provides basic facilities for LuaTeX macro +programmers, mostly resource allocation and convenience +packages. Provided are: luatexbase-attr: attribute allocation; +luatexbase-cctb: catcode table allocation; luatexbase-compat: +compatibility helpers; luatexbase-loader: Lua module loading; +luatexbase-modutils: Lua module declaration; luatexbase-mcb: +callbacks extension; and luatexbase-regs: allocation of +registers and the like. In addition, the (unadorned) luatexbase +package loads all the above in one fell swoop. -%description ltxnew -The package ltxnew provides \new, \renew and \provide prefixes -for checking definitions. It is designed to work with e-TeX -distributions of LaTeX and relies on the LaTeX internal macro -\@ifdefinable. Local allocation of counters, dimensions, skips, -muskips, boxes, tokens and marks are provided by the etex -package. \new and \renew as well as \provide may be used for -all kind of control sequences. Please refer to the section -"Using \new" of the PDF documentation. - -%package ltxnew-doc -Summary: Documentation for ltxnew -Version: svn21586.1.3 - -Provides: tex-ltxnew-doc -AutoReqProv: No - -%description ltxnew-doc -Documentation for ltxnew - -%package ltxtools -Provides: tex-ltxtools = %{tl_version} -License: LPPL 1.3 -Summary: A collection of LaTeX API macros -Version: svn24897.0.0.1a - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(catoptions.sty) -Requires: tex(atveryend.sty) -Requires: tex(ltxkeys.sty) -Requires: tex(fp.sty) -Provides: tex(ltxtools-base.sty) = %{tl_version} -Provides: tex(ltxtools-doc.sty) = %{tl_version} -Provides: tex(ltxtools-environ.sty) = %{tl_version} -Provides: tex(ltxtools-incluput.sty) = %{tl_version} -Provides: tex(ltxtools-index.sty) = %{tl_version} -Provides: tex(ltxtools-review.sty) = %{tl_version} -Provides: tex(ltxtools-trace.sty) = %{tl_version} -Provides: tex(ltxtools.sty) = %{tl_version} - -%description ltxtools -This is a bundle of macros that the author uses in the coding -of others of his macro files. - -%package ltxtools-doc -Summary: Documentation for ltxtools -Version: svn24897.0.0.1a - -Provides: tex-ltxtools-doc -AutoReqProv: No - -%description ltxtools-doc -Documentation for ltxtools - -%package macroswap -Provides: tex-macroswap = %{tl_version} -License: LPPL 1.2 -Summary: Swap the definitions of two LaTeX macros -Version: svn31498.1.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(macroswap.sty) = %{tl_version} - -%description macroswap -The package provides simple utility methods to swap the meaning -(token expansion) of two macros by name. - -%package macroswap-doc -Summary: Documentation for macroswap -Version: svn31498.1.1 - -Provides: tex-macroswap-doc -AutoReqProv: No - -%description macroswap-doc -Documentation for macroswap - -%package magaz -Provides: tex-magaz = %{tl_version} -License: Copyright only -Summary: Magazine layout -Version: svn24694.0.4 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(magaz.sty) = %{tl_version} - -%description magaz -The current version does special formatting for the first line -of text in a paragraph. The package is part of a larger body of -tools which remain in preparation. - -%package magaz-doc -Summary: Documentation for magaz -Version: svn24694.0.4 - -Provides: tex-magaz-doc -AutoReqProv: No - -%description magaz-doc -Documentation for magaz - -%package mailing -Provides: tex-mailing = %{tl_version} -License: LPPL -Summary: Macros for mail merging -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(mailing.sty) = %{tl_version} - -%description mailing -This package is for use when sending a large number of letters, -all with the same body text. The package's \addressfile command -is used to specify who the letter is to be sent to; the body of -the \mailingtext command specifies the text of the letters, -possibly using macros defined in the \addressfile. - -%package mailing-doc -Summary: Documentation for mailing -Version: svn15878.0 - -Provides: tex-mailing-doc -AutoReqProv: No - -%description mailing-doc -Documentation for mailing - -%package mailmerge -Provides: tex-mailmerge = %{tl_version} -License: LPPL 1.2 -Summary: Repeating text field substitution -Version: svn15878.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Provides: tex(mailmerge.sty) = %{tl_version} - -%description mailmerge -The package mailmerge provides an interface to produce text -from a template, where fields are replaced by actual data, as -in a database. The package may be used to produce several -letters from a template, certificates or other such documents. -It allows access to the entry number, number of entries and so -on. - -%package mailmerge-doc -Summary: Documentation for mailmerge -Version: svn15878.1.0 - -Provides: tex-mailmerge-doc -AutoReqProv: No - -%description mailmerge-doc -Documentation for mailmerge - -%package makebarcode -Provides: tex-makebarcode = %{tl_version} -License: LPPL -Summary: Print various kinds 2/5 and Code 39 bar codes -Version: svn15878.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(kvoptions.sty) -Provides: tex(makebarcode.sty) = %{tl_version} - -%description makebarcode -The package contains macros for printing various 2/5 bar codes -and Code 39 bar codes. The macros do not use fonts but create -the bar codes directly using vertical rules. It is therefore -possible to vary width to height ratio, ratio of thin and thick -bars. The package is therefore convenient for printing ITF bar -codes as well as bar codes for identification labels for HP -storage media. - -%package makebarcode-doc -Summary: Documentation for makebarcode -Version: svn15878.1.0 - -Provides: tex-makebarcode-doc -AutoReqProv: No - -%description makebarcode-doc -Documentation for makebarcode - -%package makebox -Provides: tex-makebox = %{tl_version} -License: LPPL -Summary: Defines a \makebox* command -Version: svn15878.0.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(makebox.sty) = %{tl_version} - -%description makebox -Define a \makebox* command that does the same as a \makebox -command, except that the width is given by a sample text -instead of an explicit length measure. - -%package makebox-doc -Summary: Documentation for makebox -Version: svn15878.0.1 - -Provides: tex-makebox-doc -AutoReqProv: No - -%description makebox-doc -Documentation for makebox - -%package makecell -Provides: tex-makecell = %{tl_version} -License: LPPL -Summary: Tabular column heads and multilined cells -Version: svn15878.0.1e - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(array.sty) -Provides: tex(makecell.sty) = %{tl_version} - -%description makecell -This package supports common layouts for tabular column heads -in whole documents, based on one-column tabular environment. In -addition, it can create multi-lined tabular cells. The Package -also offers: a macro which changes the vertical space around -all the cells in a tabular environment (similar to the function -of the tabls package, but using the facilities of the array) -macros for multirow cells, which use the facilities of the -multirow package; macros to number rows in tables, or to skip -cells; diagonally divided cells; horizontal lines in tabular -environments with defined thickness. - -%package makecell-doc -Summary: Documentation for makecell -Version: svn15878.0.1e - -Provides: tex-makecell-doc -AutoReqProv: No - -%description makecell-doc -Documentation for makecell - -%package makecirc -Provides: tex-makecirc = %{tl_version} -License: LPPL -Summary: A MetaPost library for drawing electrical circuit diagrams -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - - -%description makecirc -MakeCirc is a MetaPost library that contains diverse symbols -for use in circuit diagrams. MakeCirc offers a high quality -tool, with a simple syntax. MakeCirc is completely integrated -with LaTeX documents and with other MetaPost drawing/graphic. -Its output is a PostScript file. MakeCirc only requires (La)TeX -and MetaPost to work. - -%package makecirc-doc -Summary: Documentation for makecirc -Version: svn15878.0 - -Provides: tex-makecirc-doc -AutoReqProv: No - -%description makecirc-doc -Documentation for makecirc %package makecmds -Provides: tex-makecmds = %{tl_version} +Provides: tex-makecmds = %{epoch}:%{source_date}-%{release} +Provides: tex-makecmds-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-makecmds-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-makecmds-doc < %{tl_epoch}:%{source_date} License: LPPL Summary: The new \makecommand command always (re)defines a command -Version: svn15878.0 - +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(makecmds.sty) = %{tl_version} +Requires: tex-kpathsea +Provides: tex(makecmds.sty) = %{epoch}:%{source_date}-%{release} %description makecmds The package provides a \makecommand command, which is like @@ -104170,178 +20444,18 @@ The package provides a \makecommand command, which is like is also \makeenvironment and \provideenvironment for environments. -%package makecmds-doc -Summary: Documentation for makecmds -Version: svn15878.0 - -Provides: tex-makecmds-doc -AutoReqProv: No - -%description makecmds-doc -Documentation for makecmds - -%package makeglos -Provides: tex-makeglos = %{tl_version} -License: GPL+ -Summary: Include a glossary into a document -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(makeglos.sty) = %{tl_version} - -%description makeglos -The package provides the means to include a glossary into a -document. The glossary is prepared by an external program, such -as xindy or makeindex, in the same way that an index is made. - -%package makeglos-doc -Summary: Documentation for makeglos -Version: svn15878.0 - -Provides: tex-makeglos-doc -AutoReqProv: No - -%description makeglos-doc -Documentation for makeglos - -%package mandi -Provides: tex-mandi = %{tl_version} -License: LPPL 1.3 -Summary: Macros for introductory physics and astronomy -Version: svn49720 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(amsmath.sty) -Requires: tex(amssymb.sty) -Requires: tex(array.sty) -Requires: tex(cancel.sty) -Requires: tex(xcolor.sty) -Requires: tex(environ.sty) -Requires: tex(esint.sty) -Requires: tex(esvect.sty) -Requires: tex(etoolbox.sty) -Requires: tex(filehook.sty) -Requires: tex(extarrows.sty) -Requires: tex(fontenc.sty) -Requires: tex(graphicx.sty) -Requires: tex(epstopdf.sty) -Requires: tex(textcomp.sty) -Requires: tex(letltxmacro.sty) -Requires: tex(listings.sty) -Requires: tex(mdframed.sty) -Requires: tex(suffix.sty) -Requires: tex(xargs.sty) -Requires: tex(xparse.sty) -Requires: tex(xspace.sty) -Requires: tex(ifthen.sty) -Requires: tex(calligra.sty) -Requires: tex(hyperref.sty) -Provides: tex(mandi.sty) = %{tl_version} - -%description mandi -The package contains commands for students and teachers of -introductory physics. Commands for physical quantities -intelligently handle SI units so the user need not do so. There -are other features that should make LaTeX easy for introductory -physics students. - -%package mandi-doc -Summary: Documentation for mandi -Version: svn49720 -Provides: tex-mandi-doc -AutoReqProv: No - -%description mandi-doc -Documentation for mandi - -%package manfnt -Provides: tex-manfnt = %{tl_version} -License: LPPL -Summary: LaTeX support for the TeX book symbols -Version: svn42428 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(manfnt.sty) = %{tl_version} - -%description manfnt -A LaTeX package for easy access to the symbols of the Knuth's -'manual' font, such as the Dangerous Bend and Manual-errata -Arrow. - -%package manuscript -Provides: tex-manuscript = %{tl_version} -License: LPPL -Summary: Emulate look of a document typed on a typewriter -Version: svn36110.1.7 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(setspace.sty) -Requires: tex(fontenc.sty) -Requires: tex(ragged2e.sty) -Requires: tex(soul.sty) -Requires: tex(fullpage.sty) -Provides: tex(manuscript.sty) = %{tl_version} - -%description manuscript -This package is designed for those who have to submit -dissertations, etc., to institutions that still maintain the -typewriter is the summit of non-professional printing. - -%package manuscript-doc -Summary: Documentation for manuscript -Version: svn36110.1.7 - -Provides: tex-manuscript-doc -AutoReqProv: No - -%description manuscript-doc -Documentation for manuscript - -%package marginfix -Provides: tex-marginfix = %{tl_version} -License: LPPL -Summary: Patch \marginpar to avoid overfull margins -Version: svn31598.1.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(marginfix.sty) = %{tl_version} - -%description marginfix -Authors using LaTeX to typeset books with significant margin -material often run into the problem of long notes running off -the bottom of the page. A typical workaround is to insert -\vshift commands by hand, but this is a tedious process that is -invalidated when pagination changes. Another workaround is -memoir's \sidebar function, but this can be unsatisfying for -short textual notes, and standard marginpars cannot be mixed -with sidebars. This package implements a solution to make -marginpars "just work" by keeping a list of floating inserts -and arranging them intelligently in the output routine. - -%package marginfix-doc -Summary: Documentation for marginfix -Version: svn31598.1.1 - -Provides: tex-marginfix-doc -AutoReqProv: No - -%description marginfix-doc -Documentation for marginfix %package marginnote -Provides: tex-marginnote = %{tl_version} +Provides: tex-marginnote = %{epoch}:%{source_date}-%{release} +Provides: tex-marginnote-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-marginnote-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-marginnote-doc < %{tl_epoch}:%{source_date} License: LPPL Summary: Notes in the margin, even where \marginpar fails -Version: svn48383 +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(marginnote.sty) = %{tl_version} +Requires: tex-kpathsea +Provides: tex(marginnote.sty) = %{epoch}:%{source_date}-%{release} %description marginnote This package provides the command \marginnote that may be used @@ -104349,1776 +20463,224 @@ instead of \marginpar at almost every place where \marginpar cannot be used, e.g., inside floats, footnotes, or in frames made with the framed package. -%package marginnote-doc -Summary: Documentation for marginnote -Version: svn48383 -Provides: tex-marginnote-doc -AutoReqProv: No -%description marginnote-doc -Documentation for marginnote - -%package mathalpha -Provides: tex-mathalfa = %{tl_version} -Provides: texlive-mathalfa = 8:svn51179 -Obsoletes: texlive-mathalfa <= 8:svn47575 -Provides: tex-mathalpha = %{tl_version} -License: LPPL 1.3 -Summary: General package for loading maths alphabets in LaTeX -Version: svn52305 +%package mnsymbol +Provides: tex-mnsymbol = %{epoch}:%{source_date}-%{release} +Provides: tex-mnsymbol-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-mnsymbol-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-mnsymbol-doc < %{tl_epoch}:%{source_date} +License: Public Domain +Summary: Mathematical symbol font for Adobe MinionPro +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xkeyval.sty) -Provides: tex(mathalfa.sty) = %{tl_version} -Provides: tex(mathalpha.sty) = %{tl_version} - -%description mathalpha -Package mathalfa was renamed to mathalpha. For backward -compatibility the old name will continue to be recognized in -LaTeX documents. The package provides means of loading maths -alphabets (such as are normally addressed via macros \mathcal, -\mathbb, \mathfrak and \mathscr), offering various features -normally missing in existing packages for this job. - -%package mathalpha-doc -Summary: Documentation for mathalpha -Version: svn52305 -Provides: texlive-mathalfa-doc = 8:svn51179 -Obsoletes: texlive-mathalfa-doc <= 8:svn47575 -Provides: tex-mathalfa-doc -Provides: tex-mathalpha-doc -AutoReqProv: No - -%description mathalpha-doc -Documentation for mathalpha - -%package mathastext -Provides: tex-mathastext = %{tl_version} -License: LPPL 1.3 -Summary: Use the text font in maths mode -Version: svn52840 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -# \DeclareFontSubstitution{FML}{futm}{m}{it} -Requires: tex(fmlfutm.fd) -Provides: tex(mathastext.sty) = %{tl_version} - -%description mathastext -The package uses a text font (usually the document's text font) -for the letters of the Latin alphabet needed when typesetting -mathematics. (Optionally, other characters in the font may also -be used). This facility makes possible (for a document with -simple mathematics) a far wider choice of text font, with -little worry that no specially designed accompanying maths -fonts are available. The package also offers a simple mechanism -for using many different choices of (text hence, now, maths) -font in the same document. Of course, using one font for two -purposes helps produce smaller PDF files. The package, running -under LuaTeX, requires the TeX live 2013 distribution (or -later). - -%package mathastext-doc -Summary: Documentation for mathastext -Version: svn52840 -Provides: tex-mathastext-doc -AutoReqProv: No - -%description mathastext-doc -Documentation for mathastext - -%package mathexam -Provides: tex-mathexam = %{tl_version} -License: LPPL -Summary: Package for typesetting exams -Version: svn15878.1.00 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(fancyhdr.sty) -Requires: tex(lastpage.sty) -Requires: tex(ifthen.sty) -Provides: tex(mathexam.sty) = %{tl_version} - -%description mathexam -The package can help you typeset exams (mostly in mathematics -and related disciplines where students are required to show -their calculations followed by one or more short answers). It -provides commands for inclusion of space for calculations, as -well as commands for automatic creation of "answer spaces". In -addition, the package will automatically create page headers -and footers, and will let you include instructions and space -for students to put their name. - -%package mathexam-doc -Summary: Documentation for mathexam -Version: svn15878.1.00 - -Provides: tex-mathexam-doc -AutoReqProv: No - -%description mathexam-doc -Documentation for mathexam - -%package maybemath -Provides: tex-maybemath = %{tl_version} -License: LPPL -Summary: Make math bold or italic according to context -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - +Requires: tex-kpathsea +Requires: tex(textcomp.sty) +Requires: tex(eufrak.sty) Requires: tex(amsmath.sty) -Requires: tex(bm.sty) -Provides: tex(maybemath.sty) = %{tl_version} +Provides: tex(MnSymbolA.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolB.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolC.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolD.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolE.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolF.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolS.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbol.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbol-Bold10.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbol-Bold12.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbol-Bold5.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbol-Bold6.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbol-Bold7.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbol-Bold8.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbol-Bold9.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbol10.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbol12.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbol5.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbol6.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbol7.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbol8.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbol9.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolA-Bold10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolA-Bold12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolA-Bold5.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolA-Bold6.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolA-Bold7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolA-Bold8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolA-Bold9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolA10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolA12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolA5.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolA6.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolA7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolA8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolA9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolB-Bold10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolB-Bold12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolB-Bold5.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolB-Bold6.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolB-Bold7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolB-Bold8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolB-Bold9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolB10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolB12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolB5.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolB6.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolB7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolB8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolB9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolC-Bold10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolC-Bold12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolC-Bold5.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolC-Bold6.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolC-Bold7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolC-Bold8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolC-Bold9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolC10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolC12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolC5.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolC6.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolC7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolC8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolC9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolD-Bold10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolD-Bold12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolD-Bold5.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolD-Bold6.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolD-Bold7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolD-Bold8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolD-Bold9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolD10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolD12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolD5.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolD6.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolD7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolD8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolD9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolE-Bold10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolE-Bold12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolE-Bold5.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolE-Bold6.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolE-Bold7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolE-Bold8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolE-Bold9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolE10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolE12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolE5.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolE6.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolE7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolE8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolE9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolF-Bold10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolF-Bold12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolF-Bold5.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolF-Bold6.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolF-Bold7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolF-Bold8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolF-Bold9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolF10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolF12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolF5.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolF6.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolF7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolF8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolF9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolS-Bold10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolS-Bold12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolS-Bold5.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolS-Bold6.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolS-Bold7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolS-Bold8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolS-Bold9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolS10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolS12.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolS5.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolS6.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolS7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolS8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbolS9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbol-Bold10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbol-Bold12.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbol-Bold5.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbol-Bold6.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbol-Bold7.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbol-Bold8.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbol-Bold9.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbol10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbol12.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbol5.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbol6.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbol7.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbol8.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbol9.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(MnSymbol.sty) = %{epoch}:%{source_date}-%{release} + +%description mnsymbol +MnSymbol is a symbol font family, designed to be used in +conjunction with Adobe Minion Pro (via the MinionPro package). +Almost all of LaTeX and AMS mathematical symbols are provided; +remaining coverage is available from the MinionPro font with +the MinionPro package. The fonts are available in both MetaFont +and Adobe Type 1 formats, and a comprehensive support package +is provided. While the fonts were designed to fit with Minon +Pro, the design should fit well with other renaissance or +baroque faces: indeed, it will probably work with most fonts +that are neither too wide nor too thin, for example Palatino or +Times; it is known to look good with Sabon. There is no package +designed to configure its use with any font other than Minion +Pro, but (for example) simply loading mnsymbol after mathpazo +will probably do what is needed. -%description maybemath -The \maybebm and \maybeit macros can be used in maths -expressions to make the arguments typeset as bold or italic -respectively if the surrounding context is appropriate. They -are useful for writing user macros for use in general contexts. -\maybebm is especially appropriate when section titles contain -math expressions, since the title will appear bold but the -header and table of contents usually replicate the title in -normal width. It uses the bm package to make things bold -\maybeit performs a similar role to \mathrm{} but the maths -expression will be italicised if the surrounding text is. -\maybeitsubscript is provided to shift subscripts to the left -if the expression is italicised. - -%package maybemath-doc -Summary: Documentation for maybemath -Version: svn15878.0 - -Provides: tex-maybemath-doc -AutoReqProv: No - -%description maybemath-doc -Documentation for maybemath - -%package mcaption -Provides: tex-mcaption = %{tl_version} -License: LPPL -Summary: Put captions in the margin -Version: svn15878.3.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(changepage.sty) -Provides: tex(mcaption.sty) = %{tl_version} - -%description mcaption -The mcaption package provides an mcaption environment which -puts figure or table captions in the margin. The package works -with the standard classes and with the KOMA-Script document -classes scrartcl, scrreprt and scrbook. The package requires -the changepage package. - -%package mcaption-doc -Summary: Documentation for mcaption -Version: svn15878.3.0 - -Provides: tex-mcaption-doc -AutoReqProv: No - -%description mcaption-doc -Documentation for mcaption - -%package mceinleger -Provides: tex-mceinleger = %{tl_version} -License: GPL+ -Summary: Creating covers for music cassettes -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(mceinleger.sty) = %{tl_version} - -%description mceinleger -A package for creating MC-covers on your own. It allows the -creation of simple covers as well as covers with an additional -page for more information about the cassette (table of contents -e.g.). The rotating package is required. - -%package mceinleger-doc -Summary: Documentation for mceinleger -Version: svn15878.0 - -Provides: tex-mceinleger-doc -AutoReqProv: No - -%description mceinleger-doc -Documentation for mceinleger - -%package mcite -Provides: tex-mcite = %{tl_version} -License: GPL+ -Summary: Multiple items in a single citation -Version: svn18173.1.6 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(mcite.sty) = %{tl_version} - -%description mcite -The mcite package allows the user to collapse multiple -citations into one, as is customary in physics journals. The -package requires a customised BibTeX style for its work; the -documentation explains how to do that customisation. - -%package mcite-doc -Summary: Documentation for mcite -Version: svn18173.1.6 - -Provides: tex-mcite-doc -AutoReqProv: No - -%description mcite-doc -Documentation for mcite - -%package mciteplus -Provides: tex-mciteplus = %{tl_version} -License: LPPL -Summary: Enhanced multiple citations -Version: svn31648.1.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(mciteplus.sty) = %{tl_version} - -%description mciteplus -The mciteplus LaTeX package is an enhanced reimplementation of -Thorsten Ohl's mcite package which provides support for the -grouping of multiple citations together as is often done in -physics journals. An extensive set of features provide for -other applications such as reference sublisting. - -%package mciteplus-doc -Summary: Documentation for mciteplus -Version: svn31648.1.2 - -Provides: tex-mciteplus-doc -AutoReqProv: No - -%description mciteplus-doc -Documentation for mciteplus - -%package mdframed -Provides: tex-mdframed = %{tl_version} -License: LPPL -Summary: Framed environments that can split at page boundaries -Version: svn31075.1.9b -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(expl3.sty) -Requires: tex(l3keys2e.sty) -Requires: tex(xparse.sty) -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Requires: tex(etoolbox.sty) -Requires: tex(geometry.sty) -Requires: tex(selinput.sty) -Requires: tex(fontenc.sty) -Requires: tex(beramono.sty) -Requires: tex(microtype.sty) -Requires: tex(fontspec.sty) -Requires: tex(csquotes.sty) -Requires: tex(xspace.sty) -Requires: tex(multicol.sty) -Requires: tex(scrlayer-scrpage.sty) -Requires: tex(enumitem.sty) -Requires: tex(amsmath.sty) -Requires: tex(listings.sty) -Requires: tex(ntheorem.sty) -Requires: tex(array.sty) -Requires: tex(booktabs.sty) -Requires: tex(xcolor.sty) -Requires: tex(tikz.sty) -Requires: tex(graphicx.sty) -Requires: tex(hypdoc.sty) -Requires: tex(showframe.sty) -Requires: tex(lipsum.sty) -Requires: tex(kantlipsum.sty) -Requires: tex(kvoptions.sty) -Requires: tex(zref-abspage.sty) -Requires: tex(needspace.sty) -Requires: tex(color.sty) -Provides: tex(ltxmdf.cls) = %{tl_version} -Provides: tex(mdframed.sty) = %{tl_version} - -%description mdframed -The package develops the facilities of framed in providing -breakable framed and coloured boxes. The user may instruct the -package to perform its operations using default LaTeX commands, -PStricks or TikZ. - -%package mdframed-doc -Summary: Documentation for mdframed -Version: svn31075.1.9b - -Provides: tex-mdframed-doc -AutoReqProv: No - -%description mdframed-doc -Documentation for mdframed - -%package media9 -Provides: tex-media9 = %{tl_version} -License: LPPL 1.3 -Summary: Multimedia inclusion package with Adobe Reader-9/X compatibility -Version: svn54554 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(expl3.sty) -Requires: tex(l3keys2e.sty) -Requires: tex(xparse.sty) -Requires: tex(ifpdf.sty) -Requires: tex(atbegshi.sty) -Requires: tex(atenddvi.sty) -Requires: tex(tikz.sty) -Requires: tex(pdftexcmds.sty) -Requires: tex(ocgbase.sty) -Provides: tex(media9.sty) = %{tl_version} -Provides: tex(pdfbase.sty) = %{tl_version} -Provides: texlive-movie15 = svn26473.0.obsolete -Obsoletes: texlive-movie15 <= svn26473.0 - -%description media9 -The package provides an interface to embed interactive Flash -(SWF) and 3D objects (Adobe U3D & PRC), as well as video and -sound files or streams in the popular MP4, FLV and MP3 formats -into PDF documents with Acrobat-9/X compatibility. Playback of -multimedia files uses the built-in Flash Player of Adobe Reader -and does, therefore, not depend on external plug-ins. Flash -Player supports the efficient H.264 codec for video -compression. The package is based on the RichMedia Annotation, -an Adobe addition to the PDF specification. It replaces the now -obsolete movie15 package. - -%package media9-doc -Summary: Documentation for media9 -Version: svn54554 -Provides: tex-media9-doc -AutoReqProv: No -Provides: texlive-movie15-doc = svn26473.0.obsolete -Obsoletes: texlive-movie15-doc <= svn26473.0 - -%description media9-doc -Documentation for media9 - -%package medstarbeamer -Provides: tex-medstarbeamer = %{tl_version} -License: LPPL 1.3 -Summary: Beamer document class for MedStar Health Research Institute -Version: svn38828 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(anysize.sty) -Requires: tex(hyperref.sty) -Requires: tex(graphicx.sty) -Requires: tex(pgf.sty) -Requires: tex(xcolor.sty) -Requires: tex(booktabs.sty) -Requires: tex(soul.sty) -Requires: tex(background.sty) -Requires: tex(cancel.sty) -Requires: tex(amsmath.sty) -Requires: tex(enumerate.sty) -Provides: tex(medstarbeamer.cls) = %{tl_version} - -%description medstarbeamer -This is a beamer template for MedStar Health presentations. It -includes sample presentations using both .tex files and .rnw -files. The document class is obviously compatible with both. -The advantage of the .rnw file is that it can be used with -knitr such that you can weave your R code with your -presentation. - -%package medstarbeamer-doc -Summary: Documentation for medstarbeamer -Version: svn38828 - -Provides: tex-medstarbeamer-doc -AutoReqProv: No - -%description medstarbeamer-doc -Documentation for medstarbeamer - -%package meetingmins -Provides: tex-meetingmins = %{tl_version} -License: LPPL 1.3 -Summary: Format written minutes of meetings -Version: svn31878.1.6 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(geometry.sty) -Requires: tex(fontenc.sty) -Requires: tex(lmodern.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(enumitem.sty) -Requires: tex(mathabx.sty) -Requires: tex(xstring.sty) -Requires: tex(environ.sty) -Provides: tex(meetingmins.cls) = %{tl_version} - -%description meetingmins -The class allows formatting of meeting minutes using \section -commands (which provide hierarchical structure). An agenda can -also be produced for distribution prior to the meeting, with -user-selected portions suppressed from printing. - -%package meetingmins-doc -Summary: Documentation for meetingmins -Version: svn31878.1.6 - -Provides: tex-meetingmins-doc -AutoReqProv: No - -%description meetingmins-doc -Documentation for meetingmins - -%package memexsupp -Provides: tex-memexsupp = %{tl_version} -License: LPPL -Summary: Experimental memoir support -Version: svn15878.0.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(memexsupp.sty) = %{tl_version} - -%description memexsupp -A package of code proposed as supporting material for memoir. -The package is intended as a test bed for such code, which may -in the fullness of time be adopted into the main memoir -release. - -%package memexsupp-doc -Summary: Documentation for memexsupp -Version: svn15878.0.1 - -Provides: tex-memexsupp-doc -AutoReqProv: No - -%description memexsupp-doc -Documentation for memexsupp - -%package memory -Provides: tex-memory = %{tl_version} -License: LPPL 1.3 -Summary: Containers for data in LaTeX -Version: svn30452.1.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(memory.sty) = %{tl_version} - -%description memory -The package allows the user to declare single object or array -containers. - -%package memory-doc -Summary: Documentation for memory -Version: svn30452.1.2 - -Provides: tex-memory-doc -AutoReqProv: No - -%description memory-doc -Documentation for memory - -%package menu -Provides: tex-menu = %{tl_version} -License: LPPL -Summary: Typesetting menus -Version: svn15878.0.994 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(xspace.sty) -Requires: tex(bbding.sty) -Requires: tex(fancybox.sty) -Requires: tex(color.sty) -Provides: tex(menu.sty) = %{tl_version} - -%description menu -The package defines command \menu which assists typesetting of -a path through a program's menu. - -%package menu-doc -Summary: Documentation for menu -Version: svn15878.0.994 - -Provides: tex-menu-doc -AutoReqProv: No - -%description menu-doc -Documentation for menu - -%package menukeys -Provides: tex-menukeys = %{tl_version} -License: LPPL 1.2 -Summary: Format menu sequences, paths and keystrokes from lists -Version: svn41823 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xparse.sty) -Requires: tex(xstring.sty) -Requires: tex(etoolbox.sty) -Requires: tex(tikz.sty) -Requires: tex(xcolor.sty) -Requires: tex(adjustbox.sty) -Requires: tex(relsize.sty) -Requires: tex(catoptions.sty) -Requires: tex(kvoptions.sty) -Provides: tex(menukeys.sty) = %{tl_version} - -%description menukeys -The package allows easy input and formatting of menu sequences, -using menus set with commands such as \menu{Extras > Settings > -General}, paths using a command like -\path{macros/latex/contrib/menukeys} and short cuts such as -\keys{\ctrl + C}. The output is highly configurable by -providing different styles and colour themes. - -%package menukeys-doc -Summary: Documentation for menukeys -Version: svn41823 -Provides: tex-menukeys-doc -AutoReqProv: No - -%description menukeys-doc -Documentation for menukeys - -%package method -Provides: tex-method = %{tl_version} -License: LPPL -Summary: Typeset method and variable declarations -Version: svn17485.2.0b - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(method.sty) = %{tl_version} - -%description method -The package supports typesetting of programming language method -and variable declarations. It supports declarations in German, -French and English. - -%package method-doc -Summary: Documentation for method -Version: svn17485.2.0b - -Provides: tex-method-doc -AutoReqProv: No - -%description method-doc -Documentation for method - -%package metre -Provides: tex-metre = %{tl_version} -License: LPPL -Summary: Support for the work of classicists -Version: svn18489.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(relsize.sty) -Provides: tex(metre.sty) = %{tl_version} - -%description metre -The package provides classicists with some of the tools that -are needed for typesetting scholarly publications dealing with -Greek and Latin texts, with special emphasis on Greek verse. As -the package's name suggests, its core is a comprehensive set of -commands for generating metrical schemes and for placing -prosodical marks on text set in the Latin or the Greek -alphabet. The rest of the package provides a miscellany of -commands for symbols (most of them not directly related to -metre) that are often used in critical editions of classical -texts. The package does not require any special font: all -symbols are taken from the Computer Modern fonts (which are -included in all TeX distributions) and the package's commands -are based on TeX primitives. - -%package metre-doc -Summary: Documentation for metre -Version: svn18489.1.0 - -Provides: tex-metre-doc -AutoReqProv: No - -%description metre-doc -Documentation for metre - -%package mfirstuc -Provides: tex-mfirstuc = %{tl_version} -License: LPPL 1.3 -Summary: Uppercase the first letter of a word -Version: svn45803 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(etoolbox.sty) -Provides: tex(mfirstuc-english.sty) = %{tl_version} -Provides: tex(mfirstuc.sty) = %{tl_version} - -%description mfirstuc -The package provides commands \makefirstuc that uppercases the -first letter in its argument, and \xmakefirstuc which expands -the argument before uppercasing. - -%package mfirstuc-doc -Summary: Documentation for mfirstuc -Version: svn45803 -Provides: tex-mfirstuc-doc -AutoReqProv: No - -%description mfirstuc-doc -Documentation for mfirstuc - -%package mftinc -Provides: tex-mftinc = %{tl_version} -License: LPPL -Summary: Pretty-print Metafont source -Version: svn15878.1.0a - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(rawfonts.sty) -Requires: tex(keyval.sty) -Requires: tex(chngpage.sty) -Requires: tex(lineno.sty) -Provides: tex(mftinc.sty) = %{tl_version} - -%description mftinc -The mft program pretty-prints Metafont source code into a TeX -file. The mftinc package facilitates incorporating such files -into a LaTeX2e document. In addition, mftinc provides routines -for improved comment formatting and for typesetting font -tables. - -%package mftinc-doc -Summary: Documentation for mftinc -Version: svn15878.1.0a - -Provides: tex-mftinc-doc -AutoReqProv: No - -%description mftinc-doc -Documentation for mftinc - -%package midpage -Provides: tex-midpage = %{tl_version} -License: LPPL -Summary: Environment for vertical centring -Version: svn17484.1.1a - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(midpage.sty) = %{tl_version} - -%description midpage -The environment will centre text, if immediately preceded and -followed by \clearpage. - -%package midpage-doc -Summary: Documentation for midpage -Version: svn17484.1.1a - -Provides: tex-midpage-doc -AutoReqProv: No - -%description midpage-doc -Documentation for midpage - -%package minibox -Provides: tex-minibox = %{tl_version} -License: LPPL -Summary: A simple type of box for LaTeX -Version: svn30914.0.2a - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(expl3.sty) -Provides: tex(minibox.sty) = %{tl_version} - -%description minibox -This small package provides a convenient input syntax for boxes -that don't break their text over lines automatically, but do -allow manual line breaks. The boxes shrink to the natural width -of the longest line they contain. - -%package minibox-doc -Summary: Documentation for minibox -Version: svn30914.0.2a - -Provides: tex-minibox-doc -AutoReqProv: No - -%description minibox-doc -Documentation for minibox - -%package minifp -Provides: tex-minifp = %{tl_version} -License: LPPL 1.3 -Summary: Fixed-point real computations to 8 decimals -Version: svn32559.0.96 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(mfpextra.tex) = %{tl_version} -Provides: tex(minifp.sty) = %{tl_version} - -%description minifp -The package provides basic arithmetic operations to 8 decimal -places for plain TeX or LaTeX. Results are exact when they fit -within the digit limits. Along with the basic package is an -optional extension that adds computation of sin, cos, log, -sqrt, exp, powers and angles. These are also exact when -theoretically possible and are otherwise accurate to at least 7 -decimal places. In addition, the package provides a stack-based -programing environment. - -%package minifp-doc -Summary: Documentation for minifp -Version: svn32559.0.96 - -Provides: tex-minifp-doc -AutoReqProv: No - -%description minifp-doc -Documentation for minifp - -%package minipage-marginpar -Provides: tex-minipage-marginpar = %{tl_version} -License: LPPL -Summary: Minipages with marginal notes -Version: svn15878.v0.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(minipage-marginpar.sty) = %{tl_version} -Provides: tex(mpgmpar.sty) = %{tl_version} - -%description minipage-marginpar -This package allows \marginpar-commands inside of minipages and -other boxes. (It takes another approach than marginnote by -Markus Kohm: it saves all \marginpar-commands and typesets them -outside (i.e., after) the box.) The package defines an -environment minipagewithmarginpars (to be used like minipage)-- -and the internal commands may be used by other packages to -define similar environments or commands. - -%package minipage-marginpar-doc -Summary: Documentation for minipage-marginpar -Version: svn15878.v0.2 - -Provides: tex-minipage-marginpar-doc -AutoReqProv: No - -%description minipage-marginpar-doc -Documentation for minipage-marginpar - -%package minitoc -Provides: tex-minitoc = %{tl_version} -License: LPPL 1.3 -Summary: Produce a table of contents for each chapter, part or section -Version: svn48196 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(mtcpatchmem.sty) -Requires: tex(flafter.sty) -Requires: tex(placeins.sty) -Requires: tex(notoccite.sty) -Provides: tex(minitoc.sty) = %{tl_version} -Provides: tex(mtcmess.sty) = %{tl_version} -Provides: tex(mtcoff.sty) = %{tl_version} -Provides: tex(mtcpatchmem.sty) = %{tl_version} - -%description minitoc -The minitoc package allows you to add mini-tables-of-contents -(minitocs) at the beginning of every chapter, part or section. -There is also provision for mini-lists of figures and of -tables. At the part level, they are parttocs, partlofs and -partlots. If the type of document does not use chapters, the -basic provision is section level secttocs, sectlofs and -sectlots. The package has provision for language-specific -configuration of its own "fixed names", using .mld files -(analagous to babel .ldf files that do that job for LaTeX"s own -fixed names). - -%package minitoc-doc -Summary: Documentation for minitoc -Version: svn48196 -Provides: tex-minitoc-doc -AutoReqProv: No - -%description minitoc-doc -Documentation for minitoc - -%package minorrevision -Provides: tex-minorrevision = %{tl_version} -License: LPPL 1.2 -Summary: Quote and refer to a manuscript for minor revisions -Version: svn32165.1.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(xkeyval.sty) -Requires: tex(lineno.sty) -Requires: tex(xr.sty) -Provides: tex(minorrevision.sty) = %{tl_version} - -%description minorrevision -The package supports those who publish articles in peer- -reviewed journals. In the final stages of the review process, -the authors typically have to provide an additional document -(such as a letter to the editors), in which they provide a list -of modifications that they made to the manuscript. The package -automatically provides line numbers and quotations from the -manuscript, for this letter. The package loads the package -lineno, so (in effect) shares lineno's incompatibilities. - -%package minorrevision-doc -Summary: Documentation for minorrevision -Version: svn32165.1.1 - -Provides: tex-minorrevision-doc -AutoReqProv: No - -%description minorrevision-doc -Documentation for minorrevision - -%package minted -Provides: tex-minted = %{tl_version} -License: LPPL 1.3 -Summary: Highlighted source code for LaTeX -Version: svn44855 -Requires: texlive-base -Requires: %{_bindir}/pygmentize -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(keyval.sty) -Requires: tex(kvoptions.sty) -Requires: tex(fancyvrb.sty) -Requires: tex(fvextra.sty) -Requires: tex(ifthen.sty) -Requires: tex(calc.sty) -Requires: tex(ifplatform.sty) -Requires: tex(pdftexcmds.sty) -Requires: tex(etoolbox.sty) -Requires: tex(xstring.sty) -Requires: tex(lineno.sty) -Requires: tex(xcolor.sty) -Requires: tex(framed.sty) -Requires: tex(newfloat.sty) -Provides: tex(minted.sty) = %{tl_version} -Provides: tex(minted1.sty) = %{tl_version} - -%description minted -The package that facilitates expressive syntax highlighting in -LaTeX using the powerful Pygments library. The package also -provides options to customize the highlighted source code -output using fancyvrb. - -%package minted-doc -Summary: Documentation for minted -Version: svn44855 -Provides: tex-minted-doc -AutoReqProv: No - -%description minted-doc -Documentation for minted - -%package minutes -Provides: tex-minutes = %{tl_version} -License: LPPL -Summary: Typeset the minutes of meetings -Version: svn42186 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(multicol.sty) -Requires: tex(xspace.sty) -Requires: tex(url.sty) -Requires: tex(minitoc.sty) -Requires: tex(keyval.sty) -Provides: tex(minutes.sty) = %{tl_version} - -%description minutes -Supports the creation of a collection of minutes. Features -include: Support of tasks (who, schedule, what, time of -finishing; possibility of creating a list of open tasks; -inclusion of open tasks from other minutes; Support for -attachments; Support of schedule dates (in planning: support -for the calendar package); Different versions ('secret parts'); -and Macros for votes and decisions (list of decisions). Support -for minutes in German, Dutch and English is provided. - -%package minutes-doc -Summary: Documentation for minutes -Version: svn42186 -Provides: tex-minutes-doc -AutoReqProv: No - -%description minutes-doc -Documentation for minutes - -%package mla-paper -Provides: tex-mla-paper = %{tl_version} -License: LPPL -Summary: Proper MLA formatting -Version: svn54080 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(mla.sty) = %{tl_version} - -%description mla-paper -The package formats articles using the MLA style ("MLA" = -"Modern Language Association"). The aim is that students and -other academics in the humanities should be able to typeset -their materials, properly, with minimal effort on their part. - -%package mla-paper-doc -Summary: Documentation for mla-paper -Version: svn54080 -Provides: tex-mla-paper-doc -AutoReqProv: No - -%description mla-paper-doc -Documentation for mla-paper - -%package mlist -Provides: tex-mlist = %{tl_version} -License: LPPL -Summary: Logical markup for lists -Version: svn15878.0.6a - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(xkeyval.sty) -Requires: tex(ifmtarg.sty) -Provides: tex(mlist.cfg) = %{tl_version} -Provides: tex(mlist.sty) = %{tl_version} - -%description mlist -The package defines commands that create macros for typesetting -vectors, matrices and functions, in a logical way. For example, -logical indexing can then be used to refer to elements or -arguments without hard-coding the symbols in the document. - -%package mlist-doc -Summary: Documentation for mlist -Version: svn15878.0.6a - -Provides: tex-mlist-doc -AutoReqProv: No - -%description mlist-doc -Documentation for mlist - -%package mmap -Provides: tex-mmap = %{tl_version} -License: LPPL -Summary: Include CMap resources in PDF files from PDFTeX -Version: svn15878.1.03 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(cmap.sty) -Requires: tex(ifpdf.sty) -Provides: tex(mmap.sty) = %{tl_version} - -%description mmap -The package is an extension of cmap with improved flexibility -and coverage, including the ability to re-encode Knuth's basic -mathematics fonts. - -%package mmap-doc -Summary: Documentation for mmap -Version: svn15878.1.03 - -Provides: tex-mmap-doc -AutoReqProv: No - -%description mmap-doc -Documentation for mmap - -%package mnotes -Provides: tex-mnotes = %{tl_version} -License: LPPL 1.3 -Summary: Margin annotation for collaborative writing -Version: svn35521.0.8 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(kvoptions.sty) -Requires: tex(color.sty) -Requires: tex(sidenotes.sty) -Requires: tex(marginnote.sty) -Requires: tex(tikz.sty) -Requires: tex(ifoddpage.sty) -Provides: tex(mnotes.sty) = %{tl_version} - -%description mnotes -The package provides a flexible mechanism for annotating, and -commenting upon, collaboratively-written documents. - -%package mnotes-doc -Summary: Documentation for mnotes -Version: svn35521.0.8 - -Provides: tex-mnotes-doc -AutoReqProv: No - -%description mnotes-doc -Documentation for mnotes - -%package moderncv -Provides: tex-moderncv = %{tl_version} -License: LPPL 1.3 -Summary: A modern curriculum vitae class -Version: svn52669 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-graphics -Requires: texlive-l3packages -Requires: texlive-tools -Requires: tex(etoolbox.sty) -Requires: tex(ifthen.sty) -Requires: tex(xcolor.sty) -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Requires: tex(fontenc.sty) -Requires: tex(lmodern.sty) -Requires: tex(url.sty) -Requires: tex(hyperref.sty) -Requires: tex(graphicx.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(calc.sty) -Requires: tex(xparse.sty) -Requires: tex(microtype.sty) -Requires: tex(moderncvcompatibility.sty) -Requires: tex(tikz.sty) -Requires: tex(changepage.sty) -Requires: tex(fontawesome.sty) -Requires: tex(tgpagella.sty) -Requires: tex(ebgaramond.sty) -Requires: tex(kurier.sty) -Provides: tex(moderncv.cls) = %{tl_version} -Provides: tex(moderncvbodyi.sty) = %{tl_version} -Provides: tex(moderncvbodyii.sty) = %{tl_version} -Provides: tex(moderncvbodyiii.sty) = %{tl_version} -Provides: tex(moderncvbodyiv.sty) = %{tl_version} -Provides: tex(moderncvbodyv.sty) = %{tl_version} -Provides: tex(moderncvcollection.sty) = %{tl_version} -Provides: tex(moderncvcolorblack.sty) = %{tl_version} -Provides: tex(moderncvcolorblue.sty) = %{tl_version} -Provides: tex(moderncvcolorburgundy.sty) = %{tl_version} -Provides: tex(moderncvcolorgreen.sty) = %{tl_version} -Provides: tex(moderncvcolorgrey.sty) = %{tl_version} -Provides: tex(moderncvcolororange.sty) = %{tl_version} -Provides: tex(moderncvcolorpurple.sty) = %{tl_version} -Provides: tex(moderncvcolorred.sty) = %{tl_version} -Provides: tex(moderncvcompatibility.sty) = %{tl_version} -Provides: tex(moderncvdebugtools.sty) = %{tl_version} -Provides: tex(moderncvfooti.sty) = %{tl_version} -Provides: tex(moderncvheadi.sty) = %{tl_version} -Provides: tex(moderncvheadii.sty) = %{tl_version} -Provides: tex(moderncvheadiii.sty) = %{tl_version} -Provides: tex(moderncvheadiv.sty) = %{tl_version} -Provides: tex(moderncvheadv.sty) = %{tl_version} -Provides: tex(moderncvheadvi.sty) = %{tl_version} -Provides: tex(moderncviconsawesome.sty) = %{tl_version} -Provides: tex(moderncviconsletters.sty) = %{tl_version} -Provides: tex(moderncviconsmarvosym.sty) = %{tl_version} -Provides: tex(moderncvstylebanking.sty) = %{tl_version} -Provides: tex(moderncvstylecasual.sty) = %{tl_version} -Provides: tex(moderncvstyleclassic.sty) = %{tl_version} -Provides: tex(moderncvstyleempty.sty) = %{tl_version} -Provides: tex(moderncvstylefancy.sty) = %{tl_version} -Provides: tex(moderncvstyleoldstyle.sty) = %{tl_version} -Provides: tex(tweaklist.sty) = %{tl_version} - -%description moderncv -The class provides facilities for typesetting modern -curriculums vitae, both in a classic and in a casual style. It -is fairly customizable, allowing you to define your own style -by changing the colours, the fonts, etc. A number of templates -are provided in the distribution examples subdirectory. - -%package moderncv-doc -Summary: Documentation for moderncv -Version: svn52669 -Provides: tex-moderncv-doc -AutoReqProv: No - -%description moderncv-doc -Documentation for moderncv - -%package moderntimeline -Provides: tex-moderntimeline = %{tl_version} -License: LPPL 1.3 -Summary: Timelines for use with moderncv -Version: svn50228 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(tikz.sty) -Requires: tex(kvoptions.sty) -Provides: tex(moderntimeline.sty) = %{tl_version} - -%description moderntimeline -The package provides commands to configure and to draw time -line diagrams; such diagrams are designed to fit into -Curriculum Vitae documents written using the moderncv class. - -%package moderntimeline-doc -Summary: Documentation for moderntimeline -Version: svn50228 -Provides: tex-moderntimeline-doc -AutoReqProv: No - -%description moderntimeline-doc -Documentation for moderntimeline - -%package modref -Provides: tex-modref = %{tl_version} -License: LPPL -Summary: Customisation of cross-references in LaTeX -Version: svn15878.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(kvoptions.sty) -Provides: tex(modref.sty) = %{tl_version} - -%description modref -The package contains macros which allow authors to easily -customise how cross-references appear in their document, both -in general (across all cross-references) and for particular -types of references (identified by a prefix in the reference -label), in a very generic manner. - -%package modref-doc -Summary: Documentation for modref -Version: svn15878.1.0 - -Provides: tex-modref-doc -AutoReqProv: No - -%description modref-doc -Documentation for modref - -%package modroman -Provides: tex-modroman = %{tl_version} -License: LPPL -Summary: Write numbers in lower case roman numerals -Version: svn29803.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Requires: tex(etoolbox.sty) -Provides: tex(modroman.sty) = %{tl_version} - -%description modroman -This package provides only two macros viz. \modromannumeral -which writes the number given as argument in lower case roman -numeral with a 'j' instead of a 'i' as the final letter of -numbers greater than 1 and \modroman{MyCounter} which writes -the value of a counter in the same way. You use the first in -the same way as the TeX primitive \romannumeral and the second -as LaTeX command \roman. The default option is 'vpourv' with -which 5 is 'translated' as 'v' and option 'upourv' whith which -the same 5 is given as 'u'. - -%package modroman-doc -Summary: Documentation for modroman -Version: svn29803.1 - -Provides: tex-modroman-doc -AutoReqProv: No - -%description modroman-doc -Documentation for modroman - -%package monofill -Provides: tex-monofill = %{tl_version} -License: LPPL 1.3 -Summary: Alignment of plain text -Version: svn28140.0.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(monofill.sty) = %{tl_version} - -%description monofill -The package provides horizontal alignment, as in the LaTeX -command \listfiles (or the author's longnamefilelist package). -Uses may include in-text tables, or even code listings. - -%package monofill-doc -Summary: Documentation for monofill -Version: svn28140.0.2 - -Provides: tex-monofill-doc -AutoReqProv: No - -%description monofill-doc -Documentation for monofill - -%package moreenum -Provides: tex-moreenum = %{tl_version} -License: LPPL 1.3 -Summary: More enumeration options -Version: svn24479.1.03 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(amsmath.sty) -Requires: tex(alphalph.sty) -Requires: tex(enumitem.sty) -Requires: tex(fmtcount.sty) -Provides: tex(moreenum.sty) = %{tl_version} - -%description moreenum -The package provides the following new enumerate styles: \greek -for lowercase Greek letters; \Greek for uppercase Greek -letters; \enumHex for uppercase hexadecimal enumeration; -\enumhex for lowercase hexadecimal enumeration; \enumbinary for -binary enumeration; \enumoctal for octal enumeration; \levelnth -for "1st", "2nd", "3rd" etc., with the "nth"s on the baseline; -raisenth for "1st", "2nd", "3rd" etc., with the "nth"s raised; -\nthwords for "first", "second", "third" etc.; \Nthwords for -"First", "Second", "Third" etc.; \NTHWORDS for "FIRST", -"SECOND", "THIRD" etc.; \nwords for "one", "two", "three" etc.; -\Nwords for "One", "Two", "Three" etc.; and \NWORDS for "ONE", -"TWO", "THREE" etc. Each of these works with enumitem's -"starred variant" feature. So -\begin{enumerate}[label=\enumhex*] will output a hex enumerated -list. Enumitem provides a start=0 option for starting your -enumerations at 0. The package requires amsmath, alphalph, -enumitem (of course), binhex and nth, all of which are widely -available. - -%package moreenum-doc -Summary: Documentation for moreenum -Version: svn24479.1.03 - -Provides: tex-moreenum-doc -AutoReqProv: No - -%description moreenum-doc -Documentation for moreenum - -%package morefloats -Provides: tex-morefloats = %{tl_version} -License: LPPL 1.3 -Summary: Increase the number of simultaneous LaTeX floats -Version: svn37927.1.0h - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(kvoptions.sty) -Requires: tex(ifetex.sty) -Provides: tex(morefloats.sty) = %{tl_version} - -%description morefloats -LaTeX can, by default, only cope with 18 outstanding floats; -any more, and you get the error "too many unprocessed floats". -This package releases the limit; TeX itself imposes limits -(which are independent of the help offered by e-TeX). However, -if your floats can't be placed anywhere, extending the number -of floats merely delays the arrival of the inevitable error -message. - -%package morefloats-doc -Summary: Documentation for morefloats -Version: svn37927.1.0h - -Provides: tex-morefloats-doc -AutoReqProv: No - -%description morefloats-doc -Documentation for morefloats - -%package morehype -Provides: tex-morehype = %{tl_version} -License: LPPL 1.3 -Summary: Hypertext tools for use with LaTeX -Version: svn38815 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(fifinddo.sty) -Requires: tex(dowith.sty) -Requires: tex(markblog.sty) -Requires: tex(langcode.sty) -Provides: tex(blog.sty) = %{tl_version} -Provides: tex(blogdot.cfg) = %{tl_version} -Provides: tex(blogdot.sty) = %{tl_version} -Provides: tex(blogexec.sty) = %{tl_version} -Provides: tex(blogligs.sty) = %{tl_version} -Provides: tex(hypertoc.sty) = %{tl_version} -Provides: tex(lnavicol.sty) = %{tl_version} -Provides: tex(markblog.sty) = %{tl_version} -Provides: tex(texlinks.sty) = %{tl_version} - -%description morehype -The bundle provides three packages: texlinks: shorthand macros -for TeX-related external hyperlinks with hyperref, the blog -package in the present bundle, etc; hypertoc: adjust the -presentation of coloured frames in hyperref tables of contents -(article class only); blog: fast generation of simple HTML by -expanding LaTeX macros, using the fifinddo package. - -%package morehype-doc -Summary: Documentation for morehype -Version: svn38815 - -Provides: tex-morehype-doc -AutoReqProv: No - -%description morehype-doc -Documentation for morehype - -%package moresize -Provides: tex-moresize = %{tl_version} -License: LPPL -Summary: Allows font sizes up to 35.83pt -Version: svn17513.1.9 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(moresize.sty) = %{tl_version} - -%description moresize -A package for using font sizes up to 35.88pt, for example with -the EC fonts. New commands \HUGE and \ssmall for selecting font -sizes are provided together with some options working around -current LaTeX2e shortcomings in using big font sizes. The -package also provides options for improving the typesetting of -paragraphs (or headlines) with embedded math expressions at -font sizes above 17.28pt. - -%package moresize-doc -Summary: Documentation for moresize -Version: svn17513.1.9 - -Provides: tex-moresize-doc -AutoReqProv: No - -%description moresize-doc -Documentation for moresize - -%package moreverb -Provides: tex-moreverb = %{tl_version} -License: LPPL -Summary: Extended verbatim -Version: svn22126.2.3a - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(verbatim.sty) -Provides: tex(moreverb.sty) = %{tl_version} - -%description moreverb -A collection of verbatim facilities that provide line-numbered -verbatim, verbatim that obey's TAB characters, verbatim input -and verbatim output to file. The package makes use of the LaTeX -required verbatim package. The package formed from a series of -small pieces, and is somewhat unstructured. The user who looks -for thought-through verbatim facilities is advised to consider -using the fancyvrb package in place of moreverb. - -%package moreverb-doc -Summary: Documentation for moreverb -Version: svn22126.2.3a - -Provides: tex-moreverb-doc -AutoReqProv: No - -%description moreverb-doc -Documentation for moreverb - -%package morewrites -Provides: tex-morewrites = %{tl_version} -License: LPPL 1.3 -Summary: Always room for a new write stream -Version: svn49531 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(expl3.sty) -Requires: tex(atbegshi.sty) -Provides: tex(morewrites.sty) = %{tl_version} -Provides: tex(primargs.sty) = %{tl_version} - -%description morewrites -The package aims to solve the error "No room for a new \write", -which occurs when the user, or when the user's packages have -'allocated too many streams using \newwrite (TeX has a fixed -maximum number - 16 - such streams built-in to its code). The -package hooks into TeX primitive commands associated with -writing to files; it should be loaded near the beginning of the -sequence of loading packages for a document. The package uses -the l3kernel bundle. - -%package morewrites-doc -Summary: Documentation for morewrites -Version: svn49531 -Provides: tex-morewrites-doc -AutoReqProv: No - -%description morewrites-doc -Documentation for morewrites %package mparhack -Provides: tex-mparhack = %{tl_version} +Provides: tex-mparhack = %{epoch}:%{source_date}-%{release} +Provides: tex-mparhack-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-mparhack-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-mparhack-doc < %{tl_epoch}:%{source_date} License: GPL+ -Summary: Work around a LaTeX bug in marginpars -Version: svn15878.1.4 - +Summary: A workaround for a LaTeX bug in marginpars +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(mparhack.sty) = %{tl_version} +Requires: tex-kpathsea +Provides: tex(mparhack.sty) = %{epoch}:%{source_date}-%{release} %description mparhack -Works around the LaTeX bug that marginpars will sometimes come -out at the wrong margin. +Implements a workaround for the LaTeX bug that marginpars will +sometimes come out at the wrong margin. -%package mparhack-doc -Summary: Documentation for mparhack -Version: svn15878.1.4 -Provides: tex-mparhack-doc -AutoReqProv: No - -%description mparhack-doc -Documentation for mparhack - -%package msc -Provides: tex-msc = %{tl_version} +%package multido +Provides: tex-multido = %{epoch}:%{source_date}-%{release} +Provides: tex-multido-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-multido-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-multido-doc < %{tl_epoch}:%{source_date} License: LPPL -Summary: Draw MSC diagrams -Version: svn15878.1.16 - +Summary: A loop facility for Generic TeX +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-kpathsea +Provides: tex(multido.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(multido.sty) = %{epoch}:%{source_date}-%{release} -Requires: tex(color.sty) -Requires: tex(pstricks.sty) -Requires: tex(calc.sty) -Requires: tex(ifthen.sty) -Requires: tex(pst-node.sty) -Provides: tex(msc.sty) = %{tl_version} +%description multido +The package provides the \multido command, which was originally +designed for use with with PSTricks. Fixed-point arithmetic is +used when working on the loop variable, so that the package is +equally applicable in graphics applications like PSTricks as it +is with the more common integer loops. -%description msc -The package should be useful to all people that prepare their -texts with LaTeX and want to draw Message Sequence Charts in -their texts. The package is not an MSC editor; it simply takes -a textual description of an MSC and draws the corresponding -MSC. The current version of the MSC macro package supports the -full MSC2000 language. - -%package msc-doc -Summary: Documentation for msc -Version: svn15878.1.16 - -Provides: tex-msc-doc -AutoReqProv: No - -%description msc-doc -Documentation for msc - -%package msg -Provides: tex-msg = %{tl_version} -License: LPPL -Summary: A package for LaTeX localisation -Version: svn49578 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(inputenc.sty) -Provides: tex(french_msg-msg.tex) = %{tl_version} -Provides: tex(german_msg-msg.tex) = %{tl_version} -Provides: tex(msg-msg.tex) = %{tl_version} -Provides: tex(msg.sty) = %{tl_version} -Provides: tex(norsk_msg-msg.tex) = %{tl_version} - -%description msg -The package is designed to localise any document class or -package. This should be very useful for end-users who could -obtain messages in their own preferred language. It is really -easy to use by writers of other classes and packages. -Volunteers are urged to test the package, report, and even to -localise the message file to their own language. Documentation -is provided in English. - -%package msg-doc -Summary: Documentation for msg -Version: svn49578 -Provides: tex-msg-doc -AutoReqProv: No - -%description msg-doc -Documentation for msg - -%package mslapa -Provides: tex-mslapa = %{tl_version} -License: Public Domain -Summary: Michael Landy's APA citation style -Version: svn54080 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(mslapa.sty) = %{tl_version} - -%description mslapa -LaTeX and BibTeX style files for a respectably close -approximation to APA (American Psychological Association) -citation and reference style. - -%package mslapa-doc -Summary: Documentation for mslapa -Version: svn54080 -Provides: tex-mslapa-doc -AutoReqProv: No - -%description mslapa-doc -Documentation for mslapa - -%package mtgreek -Provides: tex-mtgreek = %{tl_version} -License: LPPL -Summary: Use italic and upright greek letters with mathtime -Version: svn17967.1.1+ - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(mtgreek.sty) = %{tl_version} - -%description mtgreek -This package is an add-on to the MathTime a style to provide -TeX support for the use of the MathTime(tm) fonts (formerly -distributed by YandY, Inc.). The MathTime package has uppercase -Greek letters hardwired to be upright and only upright; this -package provides a switch to choose between the two kinds of -Greek uppercase letters. - -%package mtgreek-doc -Summary: Documentation for mtgreek -Version: svn17967.1.1+ - -Provides: tex-mtgreek-doc -AutoReqProv: No - -%description mtgreek-doc -Documentation for mtgreek - -%package multenum -Provides: tex-multenum = %{tl_version} -License: LPPL -Summary: Multi-column enumerated lists -Version: svn21775.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(multienum.sty) = %{tl_version} - -%description multenum -Defines an environment multienumerate, that produces an -enumerated array in which columns are vertically aligned on the -counter. The motivation was lists of answers for a text book, -where there are many rather small items; the multienumerate -environment goes some way to making such lists look neater. - -%package multenum-doc -Summary: Documentation for multenum -Version: svn21775.0 - -Provides: tex-multenum-doc -AutoReqProv: No - -%description multenum-doc -Documentation for multenum - -%package multiaudience -Provides: tex-multiaudience = %{tl_version} -License: LPPL 1.3 -Summary: Several versions of output from the same source -Version: svn38035.1.03 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(xkeyval.sty) -Requires: tex(environ.sty) -Provides: tex(multiaudience.sty) = %{tl_version} - -%description multiaudience -This package allows to generate several versions of the same -document for different audiences. - -%package multiaudience-doc -Summary: Documentation for multiaudience -Version: svn38035.1.03 - -Provides: tex-multiaudience-doc -AutoReqProv: No - -%description multiaudience-doc -Documentation for multiaudience - -%package multibbl -Provides: tex-multibbl = %{tl_version} -License: LPPL -Summary: Multiple bibliographies -Version: svn15878.v1.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(multibbl.sty) = %{tl_version} - -%description multibbl -The package multibbl redefines the standard bibliographic -commands so that one can generate multiple reference sections. -Each section has it own auxiliary file (for use with BibTeX) -and title. - -%package multibbl-doc -Summary: Documentation for multibbl -Version: svn15878.v1.1 - -Provides: tex-multibbl-doc -AutoReqProv: No - -%description multibbl-doc -Documentation for multibbl - -%package multicap -Provides: tex-multicap = %{tl_version} -License: LPPL -Summary: Format captions inside multicols -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Provides: tex(multicap.sty) = %{tl_version} - -%description multicap -This is a package for formatting captions of column figures and -column tabular material, which cannot be standard floats in a -multicols environment. The package also provides a convenient -way to customise your captions, whether they be in multicols or -not. - -%package multicap-doc -Summary: Documentation for multicap -Version: svn15878.0 - -Provides: tex-multicap-doc -AutoReqProv: No - -%description multicap-doc -Documentation for multicap - -%package multienv -Provides: tex-multienv = %{tl_version} -License: LPPL 1.3 -Summary: Multiple environments using a "key=value" syntax -Version: svn26544.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(multienv.sty) = %{tl_version} - -%description multienv -The package provides a multienv environment which permits easy -addition of multiple environments using a key=value syntax. -Macros to define environments using this syntax are also -provided. - -%package multienv-doc -Summary: Documentation for multienv -Version: svn26544.1.0 - -Provides: tex-multienv-doc -AutoReqProv: No - -%description multienv-doc -Documentation for multienv - -%package multiexpand -Provides: tex-multiexpand = %{tl_version} -License: LPPL 1.3 -Summary: Variations on the primitive command \expandafter -Version: svn45943 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(multiexpand.sty) = %{tl_version} - -%description multiexpand -The package provides two user commands; one that performs -multiple expansions, and one that does multiple \expandafter -operations, in a single macro call. The package requires eTeX's -\numexpr command. The author suggests that the same effect -could be provided by use of the command variant mechanisms of -LaTeX 3 (see, for example, the interface documentation of the -experimental LaTeX 3 kernel). - -%package multiexpand-doc -Summary: Documentation for multiexpand -Version: svn45943 -Provides: tex-multiexpand-doc -AutoReqProv: No - -%description multiexpand-doc -Documentation for multiexpand %package multirow -Provides: tex-multirow = %{tl_version} +Provides: tex-multirow = %{epoch}:%{source_date}-%{release} +Provides: tex-multirow-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-multirow-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-multirow-doc < %{tl_epoch}:%{source_date} License: LPPL Summary: Create tabular cells spanning multiple rows -Version: svn51278 +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(bigdelim.sty) = %{tl_version} -Provides: tex(bigstrut.sty) = %{tl_version} -Provides: tex(multirow.sty) = %{tl_version} +Requires: tex-kpathsea +Provides: tex(bigdelim.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(bigstrut.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(multirow.sty) = %{epoch}:%{source_date}-%{release} %description multirow The package has a lot of flexibility, including an option for @@ -106126,3793 +20688,574 @@ specifying an entry at the "natural" width of its text. The package is distributed with the bigdelim and bigstrut packages, which can be used to advantage with \multirow cells. -%package multirow-doc -Summary: Documentation for multirow -Version: svn51278 -Provides: tex-multirow-doc -AutoReqProv: No -%description multirow-doc -Documentation for multirow - -%package mversion -Provides: tex-mversion = %{tl_version} -License: LPPL 1.2 -Summary: Keeping track of document versions -Version: svn29370.1.0.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(mVersion.sty) = %{tl_version} - -%description mversion -The package enables the user to keep track of different -versions of a LaTeX document. The command \version prints the -version and build numbers; each time you compile your document, -the build number is increased by one. By placing \version in -the header or footer, each page can be marked with the unique -build number describing the progress of your document. - -%package mversion-doc -Summary: Documentation for mversion -Version: svn29370.1.0.1 - -Provides: tex-mversion-doc -AutoReqProv: No - -%description mversion-doc -Documentation for mversion - -%package mwe -Provides: tex-mwe = %{tl_version} -License: LPPL 1.3 -Summary: Packages and image files for MWEs -Version: svn47194 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(graphicx.sty) -Requires: tex(lipsum.sty) -Requires: tex(blindtext.sty) -Provides: tex(example-grid-100x100bp.tex) = %{tl_version} -Provides: tex(example-grid-100x100pt.tex) = %{tl_version} -Provides: tex(example-image-10x16.tex) = %{tl_version} -Provides: tex(example-image-16x10.tex) = %{tl_version} -Provides: tex(example-image-16x9.tex) = %{tl_version} -Provides: tex(example-image-1x1.tex) = %{tl_version} -Provides: tex(example-image-4x3.tex) = %{tl_version} -Provides: tex(example-image-9x16.tex) = %{tl_version} -Provides: tex(example-image-a.tex) = %{tl_version} -Provides: tex(example-image-a3-landscape.tex) = %{tl_version} -Provides: tex(example-image-a3.tex) = %{tl_version} -Provides: tex(example-image-a4-landscape.tex) = %{tl_version} -Provides: tex(example-image-a4.tex) = %{tl_version} -Provides: tex(example-image-a5-landscape.tex) = %{tl_version} -Provides: tex(example-image-a5.tex) = %{tl_version} -Provides: tex(example-image-b.tex) = %{tl_version} -Provides: tex(example-image-c.tex) = %{tl_version} -Provides: tex(example-image-golden-upright.tex) = %{tl_version} -Provides: tex(example-image-golden.tex) = %{tl_version} -Provides: tex(example-image-letter-landscape.tex) = %{tl_version} -Provides: tex(example-image-letter.tex) = %{tl_version} -Provides: tex(example-image.tex) = %{tl_version} -Provides: tex(mwe.sty) = %{tl_version} - -%description mwe -The bundle provides several files useful when creating a -minimal working example (MWE). The package itself loads a small -set of packages often used when creating MWEs. In addition, a -range of images are provided, which will be installed in the -TEXMF tree, so that they may be used in any (La)TeX document. -This allows different users to share MWEs which include image -commands, without the need to share image files or to use -replacement code. - -%package mwe-doc -Summary: Documentation for mwe -Version: svn47194 -Provides: tex-mwe-doc -AutoReqProv: No - -%description mwe-doc -Documentation for mwe - -%package mweights -Provides: tex-mweights = %{tl_version} +%package ncctools +Provides: tex-ncctools = %{epoch}:%{source_date}-%{release} +Provides: tex-ncctools-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-ncctools-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-ncctools-doc < %{tl_epoch}:%{source_date} License: LPPL -Summary: Support for multiple-weight font packages -Version: svn53520 +Summary: A collection of general packages for LaTeX +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(mweights.sty) = %{tl_version} - -%description mweights -Many font families available for use with LaTeX are available -at multiple weights. Many Type 1-oriented support packages for -such fonts re-define the standard \mddefault or \bfdefault -macros. This can create difficulties if the weight desired for -one font family isn't available for another font family, or if -it differs from the weight desired for another font family. The -package provides a solution to these difficulties. - -%package mweights-doc -Summary: Documentation for mweights -Version: svn53520 -Provides: tex-mweights-doc -AutoReqProv: No - -%description mweights-doc -Documentation for mweights - -%package mycv -Provides: tex-mycv = %{tl_version} -License: LPPL 1.3 -Summary: A list-driven CV class, allowing TikZ decorations -Version: svn26807.1.5.6 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(svn-prov.sty) -Requires: tex(kvoptions.sty) -Requires: tex(xstring.sty) -Requires: tex(ifthen.sty) -Requires: tex(babel.sty) -Requires: tex(tikz.sty) -Requires: tex(xparse.sty) -Requires: tex(titlesec.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(xcolor.sty) -Requires: tex(calligra.sty) -Requires: tex(times.sty) -Requires: tex(pifont.sty) -Requires: tex(marvosym.sty) -Requires: tex(amssymb.sty) -Requires: tex(hyperref.sty) -Requires: tex(geometry.sty) -Provides: tex(mycv.cls) = %{tl_version} -Provides: tex(mycv_base.def) = %{tl_version} -Provides: tex(mycv_dec.sty) = %{tl_version} -Provides: tex(mycv_misc.def) = %{tl_version} -Provides: tex(mycv_style.sty) = %{tl_version} -Provides: tex(mycv_version.def) = %{tl_version} - -%description mycv -The class provides a set of functionality for writing -"curriculum vitae" with different layouts. The idea is that a -user can write some custom configuration directives, by means -of which is possible both to produce different c.v. layouts and -quickly switch among them. In order to process such directives, -the class uses a set of lists, provided by the package -etextools. Basic support for using TikZ decorations is also -provided. - -%package mycv-doc -Summary: Documentation for mycv -Version: svn26807.1.5.6 - -Provides: tex-mycv-doc -AutoReqProv: No - -%description mycv-doc -Documentation for mycv - -%package mylatexformat -Provides: tex-mylatexformat = %{tl_version} -License: LPPL 1.3 -Summary: Build a format based on the preamble of a LaTeX file -Version: svn21392.3.4 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - - -%description mylatexformat -The use of formats helps to speed up compilations: packages -which have been dumped in the format are loaded at very high -speed. This is useful when a document loads many packages -(including large packages such as pgf-TikZ). The package was -developed from the work in mylatex, and eliminates many of the -limitations and problems of that package. - -%package mylatexformat-doc -Summary: Documentation for mylatexformat -Version: svn21392.3.4 - -Provides: tex-mylatexformat-doc -AutoReqProv: No - -%description mylatexformat-doc -Documentation for mylatexformat - -%package nag -Provides: tex-nag = %{tl_version} -License: LPPL -Summary: Detecting and warning about obsolete LaTeX commands -Version: svn24741.0.7 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(nag-abort.cfg) = %{tl_version} -Provides: tex(nag-experimental.cfg) = %{tl_version} -Provides: tex(nag-l2tabu.cfg) = %{tl_version} -Provides: tex(nag-orthodox.cfg) = %{tl_version} -Provides: tex(nag.sty) = %{tl_version} - -%description nag -Old habits die hard. All the same, there are commands, classes -and packages which are outdated and superseded. The nag package -provides routines to warn the user about the use of such -obsolete things. As an example, we provide an extension that -detects many of the "sins" described in l2tabu. - -%package nag-doc -Summary: Documentation for nag -Version: svn24741.0.7 - -Provides: tex-nag-doc -AutoReqProv: No - -%description nag-doc -Documentation for nag - -%package nameauth -Provides: tex-nameauth = %{tl_version} -License: LPPL 1.3 -Summary: Name authority mechanism for consistency in body text and index -Version: svn53940 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(etoolbox.sty) -Requires: tex(trimspaces.sty) -Requires: tex(suffix.sty) -Requires: tex(xargs.sty) -Provides: tex(nameauth.sty) = %{tl_version} - -%description nameauth -Publications, that reference many names, require editors and -proofreaders to track those names in the text and index. The -package offers name authority macros that allow authors and -compilers to normalize occurrences of names, variant name -forms, and pen names in the text and index. This may help -minimize writing and production time and cost. - -%package nameauth-doc -Summary: Documentation for nameauth -Version: svn53940 -Provides: tex-nameauth-doc -AutoReqProv: No - -%description nameauth-doc -Documentation for nameauth - -%package namespc -Provides: tex-namespc = %{tl_version} -License: LPPL -Summary: Rudimentary C++-like namespaces in LaTeX -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(namespc.sty) = %{tl_version} - -%description namespc -The namespc package adds rudimentary C++-like namespace -functionality to LaTeX. It may be used to declare local LaTeX -commands, which can be made accessible in a later contexts -without defining them globally. - -%package namespc-doc -Summary: Documentation for namespc -Version: svn15878.0 - -Provides: tex-namespc-doc -AutoReqProv: No - -%description namespc-doc -Documentation for namespc - -%package ncclatex -Provides: tex-ncclatex = %{tl_version} -License: LPPL -Summary: An extended general-purpose class -Version: svn15878.1.5 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(afterpackage.sty) -Requires: tex(tocenter.sty) -Requires: tex(dcounter.sty) -Requires: tex(makeidx.sty) -Requires: tex(topsection.sty) -Requires: tex(watermark.sty) -Requires: tex(nccheadings.sty) -Requires: tex(nccbiblist.sty) -Requires: tex(nccfancyhdr.sty) -Requires: tex(multicol.sty) -Requires: tex(desclist.sty) -Requires: tex(extdash.sty) -Requires: tex(nccmath.sty) -Requires: tex(nccsect.sty) -Requires: tex(nccthm.sty) -Requires: tex(nccboxes.sty) -Requires: tex(nccfoots.sty) -Requires: tex(nccpic.sty) -Requires: tex(nccfloats.sty) -Requires: tex(fontenc.sty) -Requires: tex(babel.sty) -Requires: tex(amstext.sty) -Requires: tex(textarea.sty) -Provides: tex(cp1251-light.def) = %{tl_version} -Provides: tex(ncc.cls) = %{tl_version} -Provides: tex(ncc10.clo) = %{tl_version} -Provides: tex(ncc11.clo) = %{tl_version} -Provides: tex(ncc12.clo) = %{tl_version} -Provides: tex(ncc14.clo) = %{tl_version} -Provides: tex(nccart.clo) = %{tl_version} -Provides: tex(nccbiblist.sty) = %{tl_version} -Provides: tex(nccbook.clo) = %{tl_version} -Provides: tex(nccdefaults.sty) = %{tl_version} -Provides: tex(nccfit.clo) = %{tl_version} -Provides: tex(ncchdr.sty) = %{tl_version} -Provides: tex(nccheadings.sty) = %{tl_version} -Provides: tex(nccindex.sty) = %{tl_version} -Provides: tex(ncclatex.sty) = %{tl_version} -Provides: tex(nccltrus.sty) = %{tl_version} -Provides: tex(nccold.sty) = %{tl_version} -Provides: tex(nccproc.cls) = %{tl_version} -Provides: tex(nccsections.sty) = %{tl_version} -Provides: tex(ncctheorems.sty) = %{tl_version} -Provides: tex(ncctitle.clo) = %{tl_version} -Provides: tex(ncctitle.sty) = %{tl_version} -Provides: tex(ncctitlepage.sty) = %{tl_version} -Provides: tex(sibjnm.cls) = %{tl_version} - -%description ncclatex -The ncc class provides a framework for a common class to -replace the standard article, book and report classes, and -providing a "preprint" class. The class's extensions are -provided in a number of small packages, some of which may also -be used with the standard classes. The ncclatex package also -loads many of the packages of, and requires the latest version -of the ncctools bundle. - -%package ncclatex-doc -Summary: Documentation for ncclatex -Version: svn15878.1.5 - -Provides: tex-ncclatex-doc -AutoReqProv: No - -%description ncclatex-doc -Documentation for ncclatex - -%package needspace -Provides: tex-needspace = %{tl_version} -License: LPPL -Summary: Insert pagebreak if not enough space -Version: svn29601.1.3d - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(needspace.sty) = %{tl_version} - -%description needspace -Provides commands to disable pagebreaking within a given -vertical space. If there is not enough space between the -command and the bottom of the page, a new page will be started. - -%package needspace-doc -Summary: Documentation for needspace -Version: svn29601.1.3d - -Provides: tex-needspace-doc -AutoReqProv: No - -%description needspace-doc -Documentation for needspace - -%package nestquot -Provides: tex-nestquot = %{tl_version} -License: BSD -Summary: Alternate quotes between double and single with nesting -Version: svn27323.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(nestquot.sty) = %{tl_version} - -%description nestquot -Provides two new commands: \nlq and \nrq for nesting left and -right quotes that properly change between double and single -quotes according to their nesting level. For example, the input -\nlq Foo \nlq bar\nrq\ bletch\nrq will be typeset as if it had -been entered as "Foo 'bar' bletch". - -%package newcommand-doc -Summary: Documentation for newcommand -Version: svn18704.2.0 - -Provides: tex-newcommand-doc -AutoReqProv: No - -%description newcommand-doc -Documentation for newcommand - -%package newenviron -Provides: tex-newenviron = %{tl_version} -License: LPPL 1.3 -Summary: Processing an environment's body -Version: svn29331.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(catoptions.sty) -Provides: tex(newenviron.sty) = %{tl_version} - -%description newenviron -The package offers tools for collecting and executing an -environment's body. - -%package newenviron-doc -Summary: Documentation for newenviron -Version: svn29331.1.0 - -Provides: tex-newenviron-doc -AutoReqProv: No - -%description newenviron-doc -Documentation for newenviron - -%package newfile -Provides: tex-newfile = %{tl_version} -License: LPPL -Summary: User level management of LaTeX input and output -Version: svn15878.1.0c - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(verbatim.sty) -Provides: tex(newfile.sty) = %{tl_version} - -%description newfile -Commands are defined to manage the limited pool of input and -output handles provided by TeX. The streams so provided are -mapped to various of the LaTeX input and output mechanisms. -Some facilities of the verbatim package are also mapped. - -%package newfile-doc -Summary: Documentation for newfile -Version: svn15878.1.0c - -Provides: tex-newfile-doc -AutoReqProv: No - -%description newfile-doc -Documentation for newfile - -%package newlfm -Provides: tex-newlfm = %{tl_version} -License: GPL+ -Summary: Write letters, facsimiles, and memos -Version: svn15878.9.4 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(keyval.sty) -Requires: tex(ifthen.sty) -Requires: tex(ifpdf.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(eso-pic.sty) -Requires: tex(setspace.sty) -Requires: tex(lastpage.sty) -Requires: tex(calc.sty) -Requires: tex(graphicx.sty) -Requires: tex(rotating.sty) -Requires: tex(afterpage.sty) -Requires: tex(envlab.sty) -Provides: tex(addrset.sty) = %{tl_version} -Provides: tex(newlfm.cls) = %{tl_version} -Provides: tex(setdim.sty) = %{tl_version} - -%description newlfm -Integrates the letter class with fancyhdr and geometry to -automatically make letterhead stationery. Useful for writing -letters, fax, and memos. You can set up an address book using -'wrapper' macros. You put all the information for a person into -a wrapper and then put the wrapper in a document. The class -handles letterheads automatically. You place the object for the -letterhead (picture, information, etc.) in a box and all sizing -is set automatically. - -%package newlfm-doc -Summary: Documentation for newlfm -Version: svn15878.9.4 - -Provides: tex-newlfm-doc -AutoReqProv: No - -%description newlfm-doc -Documentation for newlfm - -%package newspaper -Provides: tex-newspaper = %{tl_version} -License: LPPL -Summary: Typeset newsletters to resemble newspapers -Version: svn15878.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(yfonts.sty) -Provides: tex(newspaper.sty) = %{tl_version} - -%description newspaper -The newspaper package redefines the page style and \maketitle -command to produce a typeset page similar to that of a -newspaper. It also provides several commands that (when used -with other packages) simplify the writing of articles in a -newspaper-style column format. - -%package newspaper-doc -Summary: Documentation for newspaper -Version: svn15878.1.0 - -Provides: tex-newspaper-doc -AutoReqProv: No - -%description newspaper-doc -Documentation for newspaper - -%package newunicodechar -Provides: tex-newunicodechar = %{tl_version} -License: LPPL 1.3 -Summary: Definitions of the meaning of Unicode characters -Version: svn47382 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(newunicodechar.sty) = %{tl_version} - -%description newunicodechar -The package provides a friendly interface for defining the -meaning of Unicode characters. The document should be processed -by (pdf)LaTeX with the unicode option of inputenc or inputenx, -or by XeLaTeX/LuaLaTeX. The command provided is -\newunicodechar{<char>}{<code>} where <char> is a directly- -typed Unicode character, and <code> is its replacement. - -%package newunicodechar-doc -Summary: Documentation for newunicodechar -Version: svn47382 -Provides: tex-newunicodechar-doc -AutoReqProv: No - -%description newunicodechar-doc -Documentation for newunicodechar - -%package newvbtm -Provides: tex-newvbtm = %{tl_version} -License: LPPL -Summary: Define your own verbatim-like environment -Version: svn23996.1.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(newvbtm.sty) = %{tl_version} -Provides: tex(varvbtm.sty) = %{tl_version} - -%description newvbtm -Defines general purpose macro named \newverbatim to define your -own verbatim-like environment. It also has a supplementary -style file varvbtm.sty to provide set of macros for variants of -verbatim, such as tab emulation. - -%package newvbtm-doc -Summary: Documentation for newvbtm -Version: svn23996.1.1 - -Provides: tex-newvbtm-doc -AutoReqProv: No - -%description newvbtm-doc -Documentation for newvbtm - -%package newverbs -Provides: tex-newverbs = %{tl_version} -License: LPPL 1.3 -Summary: Define new versions of \verb, including short verb versions -Version: svn52074 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(newverbs.sty) = %{tl_version} - -%description newverbs -The package allows the definition of \verb variants which add -TeX code before and after the verbatim text (e.g., quotes or -surrounding \fbox{}). When used together with the shortvrb -package it allows the definition of short verbatim characters -which use this package's variant instead of the normal \verb. -In addition, it is possible to collect an argument verbatim to -either typeset or write it into a file. The \Verbdef command -defines verbatim text to a macro which can later be used to -write the verbatim text to a file. - -%package newverbs-doc -Summary: Documentation for newverbs -Version: svn52074 -Provides: tex-newverbs-doc -AutoReqProv: No - -%description newverbs-doc -Documentation for newverbs - -%package nextpage -Provides: tex-nextpage = %{tl_version} -License: LPPL -Summary: Generalisations of the page advance commands -Version: svn15878.1.1a - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(nextpage.sty) = %{tl_version} - -%description nextpage -Provides \clearpage and \newpage variants that guarantee to end -up on even/odd numbered pages; these 4 commands all have an -optional argument whose content will be placed on any "empty" -page generated. - -%package nfssext-cfr -Provides: tex-nfssext-cfr = %{tl_version} -License: LPPL 1.3 -Summary: Extensions to the LaTeX NFSS -Version: svn43640 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Provides: tex(nfssext-cfr.sty) = %{tl_version} - -%description nfssext-cfr -The package is a development of nfssext.sty, distributed with -the examples for the font installation guide. The package has -been developed for use in packages such as cfr-lm and -venturisadf, - -%package nfssext-cfr-doc -Summary: Documentation for nfssext-cfr -Version: svn43640 -Provides: tex-nfssext-cfr-doc -AutoReqProv: No - -%description nfssext-cfr-doc -Documentation for nfssext-cfr - -%package nicefilelist -Provides: tex-nicefilelist = %{tl_version} -License: LPPL 1.3 -Summary: Provide \listfiles alignment -Version: svn28527.0.7a - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(monofill.sty) -Requires: tex(hardwrap.sty) -Requires: tex(myfilist.sty) -Provides: tex(nicefilelist.sty) = %{tl_version} - -%description nicefilelist -The package extends longnamefilelist, keeping separate columns -for date, version and "caption" (the caption now separately -listed). Alignment is not disturbed by short file name -extensions, such as ".fd". The package is not compatible with -longnamefilelist: users need to re-read the documentation. - -%package nicefilelist-doc -Summary: Documentation for nicefilelist -Version: svn28527.0.7a - -Provides: tex-nicefilelist-doc -AutoReqProv: No - -%description nicefilelist-doc -Documentation for nicefilelist - -%package niceframe -Provides: tex-niceframe = %{tl_version} -License: LPPL -Summary: Support for fancy frames -Version: svn36086.1.1c - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(calc.sty) -Provides: tex(karta15.tfm) = %{tl_version} -Provides: tex(umranda.tfm) = %{tl_version} -Provides: tex(umrandb.tfm) = %{tl_version} -Provides: tex(niceframe.sty) = %{tl_version} - -%description niceframe -The package defines means of drawing frames around boxes, using -dingbat fonts. Some (Metafont) font sources are included; the -fonts are available separately in Type 1 format. - -%package niceframe-doc -Summary: Documentation for niceframe -Version: svn36086.1.1c - -Provides: tex-niceframe-doc -AutoReqProv: No - -%description niceframe-doc -Documentation for niceframe - -%package nicetext -Provides: tex-nicetext = %{tl_version} -License: LPPL -Summary: Minimal markup for simple text (Wikipedia style) and documentation -Version: svn38914 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(stacklet.sty) -Requires: tex(actcodes.sty) -Requires: tex(moreverb.sty) -Provides: tex(fifinddo.sty) = %{tl_version} -Provides: tex(makedoc.cfg) = %{tl_version} -Provides: tex(makedoc.sty) = %{tl_version} -Provides: tex(mdoccorr.cfg) = %{tl_version} -Provides: tex(niceverb.sty) = %{tl_version} -Provides: tex(arseneau.tex) = %{tl_version} -Provides: tex(atari.cfg) = %{tl_version} -Provides: tex(copyfile.cfg) = %{tl_version} -Provides: tex(copyfile.tex) = %{tl_version} -Provides: tex(fddial0g.sty) = %{tl_version} -Provides: tex(fdtxttex.cfg) = %{tl_version} -Provides: tex(fdtxttex.tex) = %{tl_version} -Provides: tex(substr.tex) = %{tl_version} -Provides: tex(wiki.sty) = %{tl_version} - -%description nicetext -The bundle offers "minimal" markup syntax for various simple -kinds of text. The user will typically involve little more than -is printed, and will still get LaTeX quality. The bundle -provides four packages: wiki addresses general texts, marked up -in the simple style used on Wikipedia; niceverb is yet another -means of documenting LaTeX packages: it offers syntax-aware -typesetting of meta-variables (macro arguments) and for -referring to commands (and their syntax) in footnotes, section -titles etc.; fifinddo aims to parse plain text or (La)TeX files -using TeX, and to write the results to an external file; the -package is used by another member of the bundle: makedoc, which -provides the means to produce typeset documentation direct from -package files. - -%package nicetext-doc -Summary: Documentation for nicetext -Version: svn38914 - -Provides: tex-nicetext-doc -AutoReqProv: No - -%description nicetext-doc -Documentation for nicetext - -%package nlctdoc -Provides: tex-nlctdoc = %{tl_version} -License: LPPL -Summary: Package documentation class -Version: svn53768 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifpdf.sty) -Requires: tex(xcolor.sty) -Requires: tex(inputenc.sty) -Requires: tex(fontenc.sty) -Requires: tex(cmap.sty) -Requires: tex(fourier.sty) -Requires: tex(tex4ht.sty) -Requires: tex(etoolbox.sty) -Requires: tex(multicol.sty) -Requires: tex(dox.sty) -Provides: tex(nlctdoc.cls) = %{tl_version} - -%description nlctdoc -The class provides support for the documentation of the -author's packages, using koma-script. This class is provided -"as is" solely for the benefit of anyone who wants to compile -the documentation of those packages. - -%package nlctdoc-doc -Summary: Documentation for nlctdoc -Version: svn53768 -Provides: tex-nlctdoc-doc -AutoReqProv: No - -%description nlctdoc-doc -Documentation for nlctdoc - -%package noconflict -Provides: tex-noconflict = %{tl_version} -License: LPPL 1.3 -Summary: Resolve macro name conflict between packages -Version: svn30140.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(noconflict.sty) = %{tl_version} - -%description noconflict -The package provides several commands to prefix (and hence -obscure) a macro's (or a sequence of macros') name, and to -restore the original macro(s) at places in a document where -they are needed. - -%package noconflict-doc -Summary: Documentation for noconflict -Version: svn30140.1.0 - -Provides: tex-noconflict-doc -AutoReqProv: No - -%description noconflict-doc -Documentation for noconflict - -%package noindentafter -Provides: tex-noindentafter = %{tl_version} -License: LPPL 1.3 -Summary: Tool to prevent paragraph indentation after environments/macros -Version: svn35709.0.2.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(etoolbox.sty) -Provides: tex(noindentafter.sty) = %{tl_version} - -%description noindentafter -The package, as the name suggests, supplies tools to -automatically suppress indentations in following paragraphs, -specifically those following a particular macro or environment. - -%package noindentafter-doc -Summary: Documentation for noindentafter -Version: svn35709.0.2.2 - -Provides: tex-noindentafter-doc -AutoReqProv: No - -%description noindentafter-doc -Documentation for noindentafter - -%package noitcrul -Provides: tex-noitcrul = %{tl_version} -License: LPPL -Summary: Improved underlines in mathematics -Version: svn15878.0.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(robustcommand.sty) -Provides: tex(noitcrul.sty) = %{tl_version} - -%description noitcrul -The package provides a (maths mode) \underline variant which -doesn't impose italics correction at the end. - -%package noitcrul-doc -Summary: Documentation for noitcrul -Version: svn15878.0.2 - -Provides: tex-noitcrul-doc -AutoReqProv: No - -%description noitcrul-doc -Documentation for noitcrul - -%package nolbreaks -Provides: tex-nolbreaks = %{tl_version} -License: Public Domain -Summary: No line breaks in text -Version: svn26786.1.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(nolbreaks.sty) = %{tl_version} - -%description nolbreaks -Use \nolbreaks{some text} to prevent line breaks in "some -text". This has the advantage over \mbox{} that glue (rubber -space) remains flexible. Most common cases are handled here -(\linebreak is disabled, for example) but spaces hidden in -macros or { } can still create break-points. - -%package nolbreaks-doc -Summary: Documentation for nolbreaks -Version: svn26786.1.2 - -Provides: tex-nolbreaks-doc -AutoReqProv: No - -%description nolbreaks-doc -Documentation for nolbreaks - -%package nomencl -Provides: tex-nomencl = %{tl_version} -License: LPPL -Summary: Produce lists of symbols as in nomenclature -Version: svn54080 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(nomencl.sty) = %{tl_version} -Provides: tex(sample01.cfg) = %{tl_version} -Provides: tex(sample02.cfg) = %{tl_version} -Provides: tex(sample04.cfg) = %{tl_version} -Provides: tex(sample05.cfg) = %{tl_version} - -%description nomencl -Produces lists of symbols using the capabilities of the -MakeIndex program. - -%package nomencl-doc -Summary: Documentation for nomencl -Version: svn54080 -Provides: tex-nomencl-doc -AutoReqProv: No - -%description nomencl-doc -Documentation for nomencl - -%package nomentbl -Provides: tex-nomentbl = %{tl_version} -License: LPPL -Summary: Nomenclature typeset in a longtable -Version: svn16549.0.4 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(longtable.sty) -Requires: tex(nomencl.sty) -Requires: tex(ifthen.sty) -Requires: tex(calc.sty) -Requires: tex(array.sty) -Provides: tex(nomentbl.sty) = %{tl_version} - -%description nomentbl -Nomentbl typeset nomenclatures in a longtable instead of the -makeindex style of nomencl. A nomenclature entry may have three -arguments: Symbol, description and physical unit. - -%package nomentbl-doc -Summary: Documentation for nomentbl -Version: svn16549.0.4 - -Provides: tex-nomentbl-doc -AutoReqProv: No - -%description nomentbl-doc -Documentation for nomentbl - -%package nonfloat -Provides: tex-nonfloat = %{tl_version} -License: Public Domain -Summary: Non-floating table and figure captions -Version: svn17598.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Provides: tex(nonfloat.sty) = %{tl_version} - -%description nonfloat -Adjusts the figure and table environments to ensure that -centered objects as one line captions are centered as well. -Also the vertical spaces for table captions above the table are -changed. - -%package nonfloat-doc -Summary: Documentation for nonfloat -Version: svn17598.1.0 - -Provides: tex-nonfloat-doc -AutoReqProv: No - -%description nonfloat-doc -Documentation for nonfloat - -%package nonumonpart -Provides: tex-nonumonpart = %{tl_version} -License: LPPL 1.2 -Summary: Prevent page numbers on part pages -Version: svn22114.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(nonumonpart.sty) = %{tl_version} - -%description nonumonpart -The package bundles the answer to the long-standing FAQ about -removing page numbers on \part pages. The package accepts no -options and defines no user commands; the user needs only to -load it, and the requirement is met. - -%package nonumonpart-doc -Summary: Documentation for nonumonpart -Version: svn22114.1 - -Provides: tex-nonumonpart-doc -AutoReqProv: No - -%description nonumonpart-doc -Documentation for nonumonpart - -%package nopageno -Provides: tex-nopageno = %{tl_version} -License: LPPL -Summary: No page numbers in LaTeX documents -Version: svn18128.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(nopageno.sty) = %{tl_version} - -%description nopageno -LaTeX's standard styles use two page styles, one on normal -pages and one on 'opening' pages with \maketitle or \chapter, -etc. Unfortunately there is only easy access to changing one of -these two so if you want something other than 'plain' on the -opening pages you must use \thispagestyle on each such page. -The fancyhdr package does provide a more flexible interface, -but if you just want an empty page style on all pages then this -package will do the job. - -%package nopageno-doc -Summary: Documentation for nopageno -Version: svn18128.0 - -Provides: tex-nopageno-doc -AutoReqProv: No - -%description nopageno-doc -Documentation for nopageno - -%package notes -Provides: tex-notes = %{tl_version} -License: LPPL -Summary: Mark sections of a document -Version: svn42428 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(graphics.sty) -Provides: tex(notes.sty) = %{tl_version} - -%description notes -The package provides environments to highlight significant -portions of text within a document, by putting the text in a -box and adding an icon in the margin. (The icons are provided -as 'fig' sources, processable by xfig.) - -%package notes-doc -Summary: Documentation for notes -Version: svn42428 -Provides: tex-notes-doc -AutoReqProv: No - -%description notes-doc -Documentation for notes - -%package notoccite -Provides: tex-notoccite = %{tl_version} -License: Public Domain -Summary: Prevent trouble from citations in table of contents, etc -Version: svn18129.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(notoccite.sty) = %{tl_version} - -%description notoccite -If you have \cite commands in \section-like commands, or in -\caption, the citation will also appear in the table of -contents, or list of whatever. If you are also using an unsrt- -like bibliography style, these citations will come at the very -start of the bibliography, which is confusing. This package -suppresses the effect. - -%package notoccite-doc -Summary: Documentation for notoccite -Version: svn18129.0 - -Provides: tex-notoccite-doc -AutoReqProv: No - -%description notoccite-doc -Documentation for notoccite - -%package nowidow -Provides: tex-nowidow = %{tl_version} -License: LPPL 1.3 -Summary: Avoid widows -Version: svn24066.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(kvoptions.sty) -Provides: tex(nowidow.sty) = %{tl_version} - -%description nowidow -This package provides a useful macro to manage widow lines. - -%package nowidow-doc -Summary: Documentation for nowidow -Version: svn24066.1.0 - -Provides: tex-nowidow-doc -AutoReqProv: No - -%description nowidow-doc -Documentation for nowidow - -%package nox -Provides: tex-nox = %{tl_version} -License: LPPL -Summary: Adaptable tables -Version: svn30991.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(array.sty) -Requires: tex(longtable.sty) -Provides: tex(nox.sty) = %{tl_version} - -%description nox -The package allows data, text (including (La)TeX commands or -environments) to be formatted into a array which may be split. - -%package nox-doc -Summary: Documentation for nox -Version: svn30991.1.0 - -Provides: tex-nox-doc -AutoReqProv: No - -%description nox-doc -Documentation for nox - -%package ntheorem -Provides: tex-ntheorem = %{tl_version} -License: LPPL -Summary: Enhanced theorem environment -Version: svn27609.1.33 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Provides: tex(ntheorem.sty) = %{tl_version} - -%description ntheorem -The package offers enhancements for theorem-like environments: -easier control of layout; proper placement of endmarks even -when the environment ends with \end{enumerate} or -\end{displaymath} (including support for amsmath displayed- -equation environments); and support for making a list of -theorems, analagous to \listoffigures. - -%package ntheorem-doc -Summary: Documentation for ntheorem -Version: svn27609.1.33 - -Provides: tex-ntheorem-doc -AutoReqProv: No - -%description ntheorem-doc -Documentation for ntheorem - -%package numberedblock -Provides: tex-numberedblock = %{tl_version} -License: LPPL 1.3 -Summary: Print a block of code, with unique index number -Version: svn33109.1.10 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(verbatim.sty) -Provides: tex(numberedblock.sty) = %{tl_version} - -%description numberedblock -The package has been created for the convenience of the report -writer; it provides the means to number, and label, code-block -snippets in your document. In this way, you can (unambiguously) -refer to each snippet elsewhere in your document. - -%package numberedblock-doc -Summary: Documentation for numberedblock -Version: svn33109.1.10 - -Provides: tex-numberedblock-doc -AutoReqProv: No - -%description numberedblock-doc -Documentation for numberedblock - -%package numname -Provides: tex-numname = %{tl_version} -License: LPPL -Summary: Convert a number to its English expression -Version: svn18130.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(numname.sty) = %{tl_version} - -%description numname -The package can generate cardinal (one, two, ...) and ordinal -(first, second, ...) numbers. The code derives from the memoir -class, and is extracted for the convenience of non-users of -that class. - -%package numname-doc -Summary: Documentation for numname -Version: svn18130.0 - -Provides: tex-numname-doc -AutoReqProv: No - -%description numname-doc -Documentation for numname - -%package numprint -Provides: tex-numprint = %{tl_version} -License: LPPL -Summary: Print numbers with separators and exponent if necessary -Version: svn27498.1.39 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Requires: tex(array.sty) -Requires: tex(calc.sty) -Provides: tex(nbaseprt.sty) = %{tl_version} -Provides: tex(numprint.sty) = %{tl_version} -Provides: tex(numprint032.sty) = %{tl_version} - -%description numprint -The package numprint prints numbers with a separator every -three digits and converts numbers given as 12345.6e789 to -12\,345,6\cdot 10^{789}. Numbers are printed in the current -mode (text or math) in order to use the correct font. Many -things, including the decimal sign, the thousand separator, as -well as the product sign can be changed by the user, e.g., to -reach 12,345.6\times 10^{789}. If an optional argument is given -it is printed upright as unit. Numbers can be rounded to a -given number of digits. The package supports an automatic, -language-dependent change of the number format. Tabular -alignment using the tabular(*), array, tabularx, and longtable -environments (similar to the dcolumn and rccol packages) is -supported using all features of numprint. Additional text can -be added before and after the formatted number. - -%package numprint-doc -Summary: Documentation for numprint -Version: svn27498.1.39 - -Provides: tex-numprint-doc -AutoReqProv: No - -%description numprint-doc -Documentation for numprint - -%package ocg-p -Provides: tex-ocg-p = %{tl_version} -License: LPPL -Summary: PDF OCG support in LaTeX -Version: svn28803.0.4 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(eso-pic.sty) -Requires: tex(ifpdf.sty) -Requires: tex(ifxetex.sty) -Requires: tex(xkeyval.sty) -Requires: tex(datatool.sty) -Requires: tex(tikz.sty) -Requires: tex(listings.sty) -Provides: tex(ocg-p.sty) = %{tl_version} - -%description ocg-p -The package provides OCG (Optional Content Groups) support -within a PDF document, replacing the ocg.sty distributed with -asymptote. Nested OCGs are supported. The package may be used -with PDFLatex and XeLaTeX. - -%package ocg-p-doc -Summary: Documentation for ocg-p -Version: svn28803.0.4 - -Provides: tex-ocg-p-doc -AutoReqProv: No - -%description ocg-p-doc -Documentation for ocg-p - -%package ocgx -Provides: tex-ocgx = %{tl_version} -License: LPPL -Summary: Use OCGs within a PDF document without JavaScript -Version: svn54512 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ocg-p.sty) -Provides: tex(ocgx.sty) = %{tl_version} -Provides: tex(tikzlibraryocgx.code.tex) = %{tl_version} - -%description ocgx -The package extends the ocg package, which allows you to create -OCGs (Optional Content Groups) in PDF documents. (The ocg -package is distributed as part of Asymptote.) Every OCG -includes TeX material into a layer of the PDF file. Each of -these layers can be displayed or not. Links can enable or -disable the display of OCGs. The ocgx package does not use -Javascript embedded in the PDF document to enable (to show) or -disable (to hide) OCGs. - -%package ocgx-doc -Summary: Documentation for ocgx -Version: svn54512 -Provides: tex-ocgx-doc -AutoReqProv: No - -%description ocgx-doc -Documentation for ocgx - -%package ocgx2 -Provides: tex-ocgx2 = %{tl_version} -License: LPPL 1.3 -Summary: Drop-in replacement for the 'ocgx' package -Version: svn52730 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xparse.sty) -Requires: tex(atenddvi.sty) -Requires: tex(ifpdf.sty) -Requires: tex(l3keys2e.sty) -Requires: tex(media9.sty) -Requires: tex(tikz.sty) -Provides: tex(fixocgx.sty) = %{tl_version} -Provides: tex(ocgx2.sty) = %{tl_version} -Provides: tex(ocgbase.sty) = %{tl_version} - -%description ocgx2 -This package serves as a drop-in replacement for the packages -ocgx by Paul Gaborit and ocg-p by Werner Moshammer for the -creation of PDF Layers. It re-implements the functionality of -the ocg, ocgx, and ocg-p packages and adds support for all -known engines and back-ends including: LaTeX - dvips - -ps2pdf/Distiller (Xe)LaTeX(x) - dvipdfmx pdfLaTeX and LuaLaTeX -. It also ensures compatibility with the media9 and animate -packages. - -%package ocgx2-doc -Summary: Documentation for ocgx2 -Version: svn52730 -Provides: tex-ocgx2-doc -AutoReqProv: No - -%description ocgx2-doc -Documentation for ocgx2 - -%package ocr-latex -Provides: tex-ocr-latex = %{tl_version} -License: GPL+ -Summary: LaTeX support for ocr fonts -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Provides: tex(ocr.sty) = %{tl_version} -Provides: tex(ot1oca.fd) = %{tl_version} -Provides: tex(ot1ocra.fd) = %{tl_version} -Provides: tex(ot1ocrb.fd) = %{tl_version} -Provides: tex(ot1ocrbn.fd) = %{tl_version} -Provides: tex(ot1ocrbns.fd) = %{tl_version} -Provides: tex(ot1ocrbo.fd) = %{tl_version} -Provides: tex(ot1ocrbs.fd) = %{tl_version} - -%description ocr-latex -The package supports use of both ocr-a and ocr-b fonts in LaTeX -documents. - -%package ocr-latex-doc -Summary: Documentation for ocr-latex -Version: svn15878.0 - -Provides: tex-ocr-latex-doc -AutoReqProv: No - -%description ocr-latex-doc -Documentation for ocr-latex - -%package octavo -Provides: tex-octavo = %{tl_version} -License: LPPL -Summary: Typeset books following classical design and layout -Version: svn15878.1.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(oct10.clo) = %{tl_version} -Provides: tex(oct11.clo) = %{tl_version} -Provides: tex(oct12.clo) = %{tl_version} -Provides: tex(octavo.cls) = %{tl_version} - -%description octavo -The octavo class is a modification of the standard LaTeX book -class. Its purpose is to typeset books following classical -design and layout principles, with the express intention of -encouraging the making of beautiful books by anyone with access -to a good printer and with an inclination towards venerable -crafts, e.g., bookbinding. The octavo class differs from the -book class by implementing many of the proposals and insights -of respected experts, especially Jan Tschichold and Hugh -Williamson. The documentation discusses methods to organise and -print out any text into signatures, which can then be gathered, -folded and sewn into a book. - -%package octavo-doc -Summary: Documentation for octavo -Version: svn15878.1.2 - -Provides: tex-octavo-doc -AutoReqProv: No - -%description octavo-doc -Documentation for octavo - -%package oldstyle -Provides: tex-oldstyle = %{tl_version} -License: LPPL -Summary: Old style numbers in OT1 encoding -Version: svn15878.0.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(Ucmm.fd) = %{tl_version} -Provides: tex(oldstyle.sty) = %{tl_version} - -%description oldstyle -Font information needed to load the cmmi and cmmib fonts for -use to produce oldstyle numbers. - -%package oldstyle-doc -Summary: Documentation for oldstyle -Version: svn15878.0.2 - -Provides: tex-oldstyle-doc -AutoReqProv: No - -%description oldstyle-doc -Documentation for oldstyle - -%package onlyamsmath -Provides: tex-onlyamsmath = %{tl_version} -License: LPPL -Summary: Inhibit use of non-amsmath mathematics markup when using amsmath -Version: svn42927 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-kpathsea +Requires: tex(perpage.sty) Requires: tex(amsmath.sty) -Provides: tex(onlyamsmath.sty) = %{tl_version} +Requires: tex(graphicx.sty) +Requires: tex(amsgen.sty) +Provides: tex(afterpackage.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(dcounter.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(desclist.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(extdash.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(manyfoot.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(mboxfill.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(nccbbb.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(nccboxes.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(ncccomma.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(ncccropbox.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(ncccropmark.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(nccfancyhdr.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(nccfloats.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(nccfoots.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(nccmath.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(nccparskip.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(nccpic.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(nccrules.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(nccsect.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(nccstretch.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(nccthm.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(textarea.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(tocenter.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(topsection.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(watermark.sty) = %{epoch}:%{source_date}-%{release} -%description onlyamsmath -This package inhibits the usage of plain TeX and (on demand) of -standard LaTeX mathematics environments. This is useful for -class writers who want to encourage their users to use the -environments provided by the amsmath package. +%description ncctools +The NCCtools bundle contains many packages for general use +under LaTeX; many are also used by NCC LaTeX. The bundle +includes tools for: - executing commands after a package is +loaded; - watermarks; - counter manipulation (dynamic counters, +changing counter numbering with another counter); - +improvements to the description environment; - hyphenation of +compound words; - new levels of footnotes; - space-filling +patterns; - "poor man's" Black Board Bold symbols; - alignment +of the content of a box; - use comma as decimal separator; - +boxes with their own crop marks; - page cropmarks; - +improvements to fancy headers; - float "styles", mini floats, +side floats; - manually marked footnotes; - extension of +amsmath; - control of paragraph skip; - an envelope to the +graphicx package; - dashed and multiple rules; - alternative +techniques for declarations of sections, captions, and toc- +entries; - generalised text-stretching; - generation of new +theorem-like environments; - control of the text area; - +centred page layouts; and - an un-numbered top-level section. -%package onlyamsmath-doc -Summary: Documentation for onlyamsmath -Version: svn42927 -Provides: tex-onlyamsmath-doc -AutoReqProv: No - -%description onlyamsmath-doc -Documentation for onlyamsmath - -%package opcit -Provides: tex-opcit = %{tl_version} -License: LPPL -Summary: Footnote-style bibliographical references -Version: svn15878.1.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(xspace.sty) -Requires: tex(hyperref.sty) -Provides: tex(opcit.sty) = %{tl_version} - -%description opcit -This package addresses the problem of expressing citations in a -style that is natural for humanities studies, yet does not -interfere with the flow of text (as author-year styles do). The -package differs from footbib in that it uses real footnotes, -potentially in the same series as any of the document's other -footnotes. Opcit also, as its name implies, avoids repetition -of full citations, achieving this, to a large extent, -automatically. - -%package opcit-doc -Summary: Documentation for opcit -Version: svn15878.1.1 - -Provides: tex-opcit-doc -AutoReqProv: No - -%description opcit-doc -Documentation for opcit - -%package optional -Provides: tex-optional = %{tl_version} -License: LPPL -Summary: Facilitate optional printing of parts of a document -Version: svn18131.2.2b - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(optional.sty) = %{tl_version} - -%description optional -Optional provides simple, flexible, optional compilation of -LaTeX documents. Option switches may be given via package -options, by the \UseOption command, or interactively via the -\AskOption command (help text may be provided, by defining the -\ExplainOptions command). The package is not robust, in the way -that comment package is, against ill-behaved text. In -particular, verbatim text may not be directly included in -optional sections (whether they're included or not). - -%package optional-doc -Summary: Documentation for optional -Version: svn18131.2.2b - -Provides: tex-optional-doc -AutoReqProv: No - -%description optional-doc -Documentation for optional - -%package outline -Provides: tex-outline = %{tl_version} -License: LPPL -Summary: List environment for making outlines -Version: svn18360.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(outline.sty) = %{tl_version} - -%description outline -The package defines an outline environment, which provides -facilities similar to enumerate, but up to 6 levels deep. - -%package outline-doc -Summary: Documentation for outline -Version: svn18360.0 - -Provides: tex-outline-doc -AutoReqProv: No - -%description outline-doc -Documentation for outline - -%package outliner -Provides: tex-outliner = %{tl_version} -License: GPL+ -Summary: Change section levels easily -Version: svn21095.0.94 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(outliner.sty) = %{tl_version} - -%description outliner -Allows you to write "\Level 2 {Some heading}" instead of the -usual \section stuff; the definitions of the levels can then -easily be changed. There is a mechanism for shifting all -levels. This makes it easy to bundle existing articles into a -compilation. - -%package outliner-doc -Summary: Documentation for outliner -Version: svn21095.0.94 - -Provides: tex-outliner-doc -AutoReqProv: No - -%description outliner-doc -Documentation for outliner - -%package outlines -Provides: tex-outlines = %{tl_version} -License: LPPL -Summary: Produce "outline" lists -Version: svn25192.1.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Provides: tex(outlines.sty) = %{tl_version} - -%description outlines -Defines an outline environment, which allows outline-style -indented lists with freely mixed levels up to four levels deep. -It replaces the nested begin/end pairs by different item tags -\1 to \4 for each nesting level. This is very convenient in -cases where nested lists are used a lot, such as for to-do -lists or presentation slides. - -%package outlines-doc -Summary: Documentation for outlines -Version: svn25192.1.1 - -Provides: tex-outlines-doc -AutoReqProv: No - -%description outlines-doc -Documentation for outlines %package overpic -Provides: tex-overpic = %{tl_version} +Provides: tex-overpic = %{epoch}:%{source_date}-%{release} +Provides: tex-overpic-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-overpic-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-overpic-doc < %{tl_epoch}:%{source_date} License: LPPL Summary: Combine LaTeX commands over included graphics -Version: svn53889 +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-kpathsea Requires: tex(graphicx.sty) Requires: tex(epic.sty) -Provides: tex(overpic.sty) = %{tl_version} +Provides: tex(overpic.sty) = %{epoch}:%{source_date}-%{release} %description overpic The overpic environment is a cross between the LaTeX picture environment and the \includegraphics command of graphicx. The resulting picture environment has the same dimensions as the -included graphic. LaTeX commands can be placed on the graphic -at defined positions; a grid for orientation is available. +included eps graphic. LaTeX commands can be placed on the +graphic at defined positions. A grid for orientation is +available. -%package overpic-doc -Summary: Documentation for overpic -Version: svn53889 -Provides: tex-overpic-doc -AutoReqProv: No -%description overpic-doc -Documentation for overpic - -%package pagecolor -Provides: tex-pagecolor = %{tl_version} -License: LPPL 1.3 -Summary: Interrogate page colour -Version: svn44487 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(kvoptions.sty) -Requires: tex(color.sty) -Requires: tex(xcolor.sty) -Requires: tex(ifpdf.sty) -Requires: tex(ifluatex.sty) -Provides: tex(pagecolor.sty) = %{tl_version} - -%description pagecolor -This package provides the command \thepagecolor, which gives -the current page (background) colour, i. e. the argument used -with the most recent call of \pagecolor{...}. The command -\thepagecolornone gives the same colour as \thepagecolor, -except when the page background colour is "none" (e.g., as a -result of using the \nopagecolor command). In that case -\thepagecolor is "white" and \thepagecolornone is "none". - -%package pagecolor-doc -Summary: Documentation for pagecolor -Version: svn44487 -Provides: tex-pagecolor-doc -AutoReqProv: No - -%description pagecolor-doc -Documentation for pagecolor - -%package pagecont -Provides: tex-pagecont = %{tl_version} +%package paralist +Provides: tex-paralist = %{epoch}:%{source_date}-%{release} +Provides: tex-paralist-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-paralist-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-paralist-doc < %{tl_epoch}:%{source_date} License: LPPL -Summary: Page numbering that continues between documents -Version: svn15878.1.0 - +Summary: Enumerate and itemize within paragraphs +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-kpathsea +Provides: tex(paralist.sty) = %{epoch}:%{source_date}-%{release} -Requires: tex(keyval.sty) -Provides: tex(pagecont.sty) = %{tl_version} +%description paralist +Provides enumerate and itemize environments that can be used +within paragraphs to format the items either as running text or +as separate paragraphs with a preceding number or symbol. Also +provides compacted versions of enumerate and itemize. -%description pagecont -The package provides the facility that several documents can be -typeset independently with page numbers in sequence, as if they -were a single document. -%package pagecont-doc -Summary: Documentation for pagecont -Version: svn15878.1.0 - -Provides: tex-pagecont-doc -AutoReqProv: No - -%description pagecont-doc -Documentation for pagecont - -%package pagenote -Provides: tex-pagenote = %{tl_version} -License: LPPL 1.3 -Summary: Notes at end of document -Version: svn15878.1.1a - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifmtarg.sty) -Provides: tex(pagenote.sty) = %{tl_version} - -%description pagenote -The pagenote package provides tagged notes on a separate page -(also known as 'end notes'). Unless the memoir class is used, -the package requires the ifmtarg package. - -%package pagenote-doc -Summary: Documentation for pagenote -Version: svn15878.1.1a - -Provides: tex-pagenote-doc -AutoReqProv: No - -%description pagenote-doc -Documentation for pagenote - -%package pagerange -Provides: tex-pagerange = %{tl_version} +%package parallel +Provides: tex-parallel = %{epoch}:%{source_date}-%{release} +Provides: tex-parallel-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-parallel-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-parallel-doc < %{tl_epoch}:%{source_date} License: LPPL -Summary: Flexible and configurable page range typesetting -Version: svn16915.0.5 - +Summary: Typeset parallel texts +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(lastpage.sty) -Requires: tex(xkeyval.sty) -Provides: tex(pagerange-guide.cfg) = %{tl_version} -Provides: tex(pagerange.sty) = %{tl_version} - -%description pagerange -The package defines a command \pagerange that typesets ranges -of page numbers, expanding them (e.g., adding first or last -page numbers) and standardising them. - -%package pagerange-doc -Summary: Documentation for pagerange -Version: svn16915.0.5 - -Provides: tex-pagerange-doc -AutoReqProv: No - -%description pagerange-doc -Documentation for pagerange - -%package pageslts -Provides: tex-pageslts = %{tl_version} -License: LPPL 1.3 -Summary: Variants of last page labels -Version: svn39164 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ltxcmds.sty) -Requires: tex(atveryend.sty) -Requires: tex(everyshi.sty) -Requires: tex(letltxmacro.sty) -Requires: tex(kvoptions.sty) -Requires: tex(undolabl.sty) -Requires: tex(rerunfilecheck.sty) -Requires: tex(alphalph.sty) -Provides: tex(pageslts.sty) = %{tl_version} - -%description pageslts -The package was designed as an extension of the lastpage -package -- as well as that package's LastPage label (created -\AtEndDocument) it adds a VeryLastPage (created -\AfterLastShipout). When more than one page numbering scheme is -in operation (as in a book class document with frontmatter), -the labels above do not give the total number of pages, so the -package also provides labels pagesLTS.<numbering scheme>, where -the numbering scheme is arabic, roman, etc. The package relies -on the undolabl package. - -%package pageslts-doc -Summary: Documentation for pageslts -Version: svn39164 - -Provides: tex-pageslts-doc -AutoReqProv: No - -%description pageslts-doc -Documentation for pageslts - -%package paper -Provides: tex-paper = %{tl_version} -License: GPL+ -Summary: Versions of article class, tuned for scholarly publications -Version: svn34521.1.0l - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(journal.cls) = %{tl_version} -Provides: tex(journal.sty) = %{tl_version} -Provides: tex(paper.cls) = %{tl_version} -Provides: tex(paper.sty) = %{tl_version} - -%description paper -A pair of classes derived from article, tuned for producing -papers for journals. The classes introduce new layout options -and font commands for sections/parts, and define a new keywords -environment, subtitle and institution commands for the title -section and new commands for revisions. - -%package paper-doc -Summary: Documentation for paper -Version: svn34521.1.0l - -Provides: tex-paper-doc -AutoReqProv: No - -%description paper-doc -Documentation for paper - -%package papercdcase -Provides: tex-papercdcase = %{tl_version} -License: LPPL -Summary: Origami-style folding paper CD case -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(graphicx.sty) -Requires: tex(calc.sty) -Provides: tex(papercdcase.sty) = %{tl_version} - -%description papercdcase -This package implements a LaTeX style file to produce origami- -style folding paper CD cases. - -%package papercdcase-doc -Summary: Documentation for papercdcase -Version: svn15878.0 - -Provides: tex-papercdcase-doc -AutoReqProv: No - -%description papercdcase-doc -Documentation for papercdcase - -%package papermas -Provides: tex-papermas = %{tl_version} -License: LPPL 1.3 -Summary: Compute the mass of a printed version of a document -Version: svn23667.1.0h - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(kvoptions.sty) -Requires: tex(pageslts.sty) -Requires: tex(intcalc.sty) -Provides: tex(papermas.sty) = %{tl_version} - -%description papermas -The package computes the number of sheets of paper used by, and -hence the mass of a document. This is useful (for example) when -calculating postal charges. - -%package papermas-doc -Summary: Documentation for papermas -Version: svn23667.1.0h - -Provides: tex-papermas-doc -AutoReqProv: No - -%description papermas-doc -Documentation for papermas - -%package papertex -Provides: tex-papertex = %{tl_version} -License: LPPL -Summary: Class for newspapers, etc -Version: svn19230.1.2b - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Requires: tex(ifpdf.sty) -Requires: tex(multido.sty) -Requires: tex(datetime.sty) -Requires: tex(multicol.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(fancybox.sty) -Requires: tex(geometry.sty) -Requires: tex(graphicx.sty) -Requires: tex(color.sty) -Requires: tex(hyperref.sty) -Requires: tex(textpos.sty) -Requires: tex(hyphenat.sty) -Requires: tex(wrapfig.sty) -Requires: tex(lastpage.sty) -Requires: tex(setspace.sty) -Requires: tex(ragged2e.sty) -Provides: tex(papertex.cls) = %{tl_version} - -%description papertex -This class allows LaTeX users to create a paperTeX newspaper. -The final document has a front page and as many inner pages as -desired. News items appear one after another and the user can -choose the number of columns, style and so on. The class allows -users to create newsletters too. - -%package papertex-doc -Summary: Documentation for papertex -Version: svn19230.1.2b - -Provides: tex-papertex-doc -AutoReqProv: No - -%description papertex-doc -Documentation for papertex - -%package paracol -Provides: tex-paracol = %{tl_version} -License: LPPL -Summary: Multiple columns with texts "in parallel" -Version: svn49560 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(paracol.sty) = %{tl_version} - -%description paracol -The package provides yet another multi-column typesetting -mechanism by which you produce multi-column (e.g., bilingual) -document switching and sychronizing each corresponding part in -"parallel". - -%package paracol-doc -Summary: Documentation for paracol -Version: svn49560 -Provides: tex-paracol-doc -AutoReqProv: No - -%description paracol-doc -Documentation for paracol - -%package paresse -Provides: tex-paresse = %{tl_version} -License: LPPL -Summary: Define simple macros for greek letters -Version: svn29803.4.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(skeyval-bc.sty) -Requires: tex(ifluatex.sty) -Requires: tex(ifxetex.sty) -Provides: tex(paresse.sty) = %{tl_version} - -%description paresse -The package defines macros using SS to type greek letters. so -that the user may (for example) type SSa to get the effect of -$\alpha$. - -%package paresse-doc -Summary: Documentation for paresse -Version: svn29803.4.1 - -Provides: tex-paresse-doc -AutoReqProv: No - -%description paresse-doc -Documentation for paresse - -%package parnotes -Provides: tex-parnotes = %{tl_version} -License: LPPL 1.3 -Summary: Notes after every paragraph (or elsewhere) -Version: svn51720 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(parnotes.sty) = %{tl_version} - -%description parnotes -The package provides the \parnote command. The notes are set as -(normal) running paragraphs; placement is at the end of each -paragraph, or manually, using the \parnotes command. - -%package parnotes-doc -Summary: Documentation for parnotes -Version: svn51720 -Provides: tex-parnotes-doc -AutoReqProv: No - -%description parnotes-doc -Documentation for parnotes - -%package parselines -Provides: tex-parselines = %{tl_version} -License: LPPL 1.3 -Summary: Apply a macro to each line of an environment -Version: svn21475.1.4 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(parselines.sty) = %{tl_version} - -%description parselines -The package defines an environment "parse lines" which -processes each line of an environment with a macro. An example -of shading the lines of an environment is given. - -%package parselines-doc -Summary: Documentation for parselines -Version: svn21475.1.4 - -Provides: tex-parselines-doc -AutoReqProv: No - -%description parselines-doc -Documentation for parselines - -%package pas-cours -Provides: tex-pas-cours = %{tl_version} -License: LPPL -Summary: Macros useful in preparing teaching material -Version: svn42036 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xkeyval.sty) -Requires: tex(xstring.sty) -Requires: tex(amssymb.sty) -Requires: tex(tikz.sty) -Requires: tex(enumitem.sty) -Provides: tex(pas-cours.sty) = %{tl_version} - -%description pas-cours -Several groups of macros cover different branches of -mathematics. - -%package pas-cours-doc -Summary: Documentation for pas-cours -Version: svn42036 -Provides: tex-pas-cours-doc -AutoReqProv: No - -%description pas-cours-doc -Documentation for pas-cours - -%package pas-cv -Provides: tex-pas-cv = %{tl_version} -License: LPPL -Summary: Flexible typesetting of Curricula Vitae -Version: svn32263.2.01 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(xkeyval.sty) -Requires: tex(graphicx.sty) -Requires: tex(tikz.sty) -Requires: tex(eso-pic.sty) -Requires: tex(fp.sty) -Requires: tex(geometry.sty) -Provides: tex(macro-andromede.tex) = %{tl_version} -Provides: tex(macro-architecte.tex) = %{tl_version} -Provides: tex(macro-centaure.tex) = %{tl_version} -Provides: tex(macro-dynamique.tex) = %{tl_version} -Provides: tex(macro-gaia.tex) = %{tl_version} -Provides: tex(macro-jupiter.tex) = %{tl_version} -Provides: tex(macro-mars.tex) = %{tl_version} -Provides: tex(macro-neptune.tex) = %{tl_version} -Provides: tex(macro-orion.tex) = %{tl_version} -Provides: tex(macro-pegase.tex) = %{tl_version} -Provides: tex(macro-pluton.tex) = %{tl_version} -Provides: tex(macro-saturne.tex) = %{tl_version} -Provides: tex(macro-univers.tex) = %{tl_version} -Provides: tex(macro-uranus.tex) = %{tl_version} -Provides: tex(macro-venus.tex) = %{tl_version} -Provides: tex(pas-cv.sty) = %{tl_version} - -%description pas-cv -The package provides the framework for typesetting a Curriculum -Vitae (composed in French), together with a number of "themes" -that may be used with the package. (The use of the themes may -be seen in the package's examples/ collection.) The author -hints that conversion for use with other languages (than -French) should be possible. - -%package pas-cv-doc -Summary: Documentation for pas-cv -Version: svn32263.2.01 - -Provides: tex-pas-cv-doc -AutoReqProv: No - -%description pas-cv-doc -Documentation for pas-cv - -%package pas-tableur -Provides: tex-pas-tableur = %{tl_version} -License: LPPL -Summary: Create a spreadsheet layout -Version: svn39542 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(tikz.sty) -Requires: tex(xstring.sty) -Requires: tex(xkeyval.sty) -Provides: tex(pas-tableur.sty) = %{tl_version} - -%description pas-tableur -The package provides commands for creating a grid of -rectangles, and commands for populating locations in the grid. -PGF/TikZ is used for placement and population of the cells. - -%package pas-tableur-doc -Summary: Documentation for pas-tableur -Version: svn39542 - -Provides: tex-pas-tableur-doc -AutoReqProv: No - -%description pas-tableur-doc -Documentation for pas-tableur - -%package patchcmd -Provides: tex-patchcmd = %{tl_version} +Requires: tex-kpathsea +Provides: tex(parallel.sty) = %{epoch}:%{source_date}-%{release} + +%description parallel +Provides a parallel environment which allows two potentially +different texts to be typeset in two columns, while maintaining +alignment. The two columns may be on the same page, or on +facing pages. This arrangement of text is commonly used when +typesetting translations, but it can have value when comparing +any two texts. + + +%package placeins +Provides: tex-placeins = %{epoch}:%{source_date}-%{release} +Provides: tex-placeins-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-placeins-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-placeins-doc < %{tl_epoch}:%{source_date} License: Public Domain -Summary: Change the definition of an existing command -Version: svn41379 - +Summary: Control float placement +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-kpathsea +Provides: tex(placeins.sty) = %{epoch}:%{source_date}-%{release} -Provides: tex(patchcmd.sty) = %{tl_version} +%description placeins +Defines a \FloatBarrier command, beyond which floats may not +pass; useful, for example, to ensure all floats for a section +appear before the next \section command. -%description patchcmd -The package provides a command \patchcommand that can be used -to add material at the beginning and/or the end of the -replacement text of an existing macro. It works for macros with -any number of normal arguments, including those that were -defined with \DeclareRobustCommand. - -%package patchcmd-doc -Summary: Documentation for patchcmd -Version: svn41379 - -Provides: tex-patchcmd-doc -AutoReqProv: No - -%description patchcmd-doc -Documentation for patchcmd - -%package pauldoc -Provides: tex-pauldoc = %{tl_version} -License: LPPL -Summary: German LaTeX package documentation -Version: svn16005.0.5 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(inputenc.sty) -Requires: tex(babel.sty) -Requires: tex(fontenc.sty) -Provides: tex(pauldoc.sty) = %{tl_version} - -%description pauldoc -The package provides helpers for German language package -documentation. - -%package pauldoc-doc -Summary: Documentation for pauldoc -Version: svn16005.0.5 - -Provides: tex-pauldoc-doc -AutoReqProv: No - -%description pauldoc-doc -Documentation for pauldoc - -%package pawpict -Provides: tex-pawpict = %{tl_version} -License: GPL+ -Summary: Using graphics from PAW -Version: svn21629.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(pawpict.sty) = %{tl_version} - -%description pawpict -Support for the easy inclusion of graphics made by PAW (Physics -Analysis Workstation). You need to have PAW installed on your -system to benefit from this package. - -%package pawpict-doc -Summary: Documentation for pawpict -Version: svn21629.1.0 - -Provides: tex-pawpict-doc -AutoReqProv: No - -%description pawpict-doc -Documentation for pawpict - -%package pbox -Provides: tex-pbox = %{tl_version} -License: GPLv2+ -Summary: A variable-width \parbox command -Version: svn24807.1.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(calc.sty) -Requires: tex(ifthen.sty) -Provides: tex(pbox.sty) = %{tl_version} - -%description pbox -Defines a command \pbox{<max width>}{<text>} which adjusts its -width to that of the enclosed text, up to the maximum width -given. The package also defines some associated length -commands. - -%package pbox-doc -Summary: Documentation for pbox -Version: svn24807.1.2 - -Provides: tex-pbox-doc -AutoReqProv: No - -%description pbox-doc -Documentation for pbox - -%package pbsheet -Provides: tex-pbsheet = %{tl_version} -License: LPPL -Summary: Problem sheet class -Version: svn24830.0.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(amsmath.sty) -Requires: tex(amsfonts.sty) -Requires: tex(amssymb.sty) -Requires: tex(amsthm.sty) -Requires: tex(latexsym.sty) -Requires: tex(geometry.sty) -Requires: tex(rotating.sty) -Requires: tex(moreverb.sty) -Requires: tex(inputenc.sty) -Requires: tex(xspace.sty) -Requires: tex(babel.sty) -Requires: tex(color.sty) -Requires: tex(listings.sty) -Provides: tex(pbsheet.cls) = %{tl_version} - -%description pbsheet -This class is designed to simplify the typesetting of problem -sheets with Mathematics and Computer Science content. It is -currently customised towards teaching in French (and the -examples are in French). - -%package pbsheet-doc -Summary: Documentation for pbsheet -Version: svn24830.0.1 - -Provides: tex-pbsheet-doc -AutoReqProv: No - -%description pbsheet-doc -Documentation for pbsheet - -%package pdf14 -Provides: tex-pdf14 = %{tl_version} -License: LPPL 1.3 -Summary: Restore PDF 1.4 to a TeX live 2010 format -Version: svn17583.0.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(pdf14.sty) = %{tl_version} - -%description pdf14 -Starting with TeX Live 2010, the various formats, that directly -generate PDF, default to generating PDF 1.5. This is generally -a good thing, but it can lead to compatibility issues with some -older PDF viewers. This package changes the version of PDF -generated with formats (based on pdfTeX or LuaTeX in PDF mode), -back to 1.4 for documents that need to achieve maximal -compatibility with old viewers. - -%package pdf14-doc -Summary: Documentation for pdf14 -Version: svn17583.0.1 - -Provides: tex-pdf14-doc -AutoReqProv: No - -%description pdf14-doc -Documentation for pdf14 - -%package pdfcomment -Provides: tex-pdfcomment = %{tl_version} -License: LPPL 1.3 -Summary: A user-friendly interface to pdf annotations -Version: svn49047 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xkeyval.sty) -Requires: tex(zref-savepos.sty) -Requires: tex(refcount.sty) -Requires: tex(ifthen.sty) -Requires: tex(calc.sty) -Requires: tex(marginnote.sty) -Requires: tex(ifpdf.sty) -Requires: tex(datetime.sty) -Requires: tex(soulpos.sty) -Requires: tex(hyperref.sty) -Provides: tex(pdfcomment.sty) = %{tl_version} - -%description pdfcomment -For a long time pdfLaTeX has offered the command \pdfannot for -inserting arbitrary PDF annotations. However, the command is -presented in a form where additional knowledge of the -definition of the PDF format is indispensable. This package is -an answer to the - occasional - questions in newsgroups, about -how one could use the comment function of Adobe Reader. At -least for the writer of LaTeX code, the package offers a -convenient and user-friendly means of using \pdfannot to -provide comments in PDF files. Since version v1.1, -pdfcomment.sty also supports LaTeX - dvips - ps2pdf, LaTeX - -dvipdfmx, and XeLaTeX. Unfortunately, support of PDF -annotations by PDF viewers is sparse to nonexistent. The -reference viewer for the development of this package is Adobe -Reader. - -%package pdfcomment-doc -Summary: Documentation for pdfcomment -Version: svn49047 -Provides: tex-pdfcomment-doc -AutoReqProv: No - -%description pdfcomment-doc -Documentation for pdfcomment - -%package pdfcprot -Provides: tex-pdfcprot = %{tl_version} -License: LPPL -Summary: Activating and setting of character protruding using pdflatex -Version: svn18735.1.7a - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Requires: tex(keyval.sty) -Provides: tex(pdfcprot.sty) = %{tl_version} - -%description pdfcprot -This package provides an easy interface to adjust the character -protrusion for different fonts and choosing the right -adjustment automatically depending on the font. The package is -largely superseded by microtype. - -%package pdfcprot-doc -Summary: Documentation for pdfcprot -Version: svn18735.1.7a - -Provides: tex-pdfcprot-doc -AutoReqProv: No - -%description pdfcprot-doc -Documentation for pdfcprot - -%package pdfmarginpar -Provides: tex-pdfmarginpar = %{tl_version} -License: GPL+ -Summary: Generate marginpar-equivalent PDF annotations -Version: svn23492.0.92 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(pgfkeys.sty) -Provides: tex(pdfmarginpar.sty) = %{tl_version} - -%description pdfmarginpar -The package provides the \pdfmarginpar command which is similar -in spirit to \marginpar. However, it creates PDF annotations -which may be viewed with Adobe Reader in place of marginal -texts. Small icons indicate the in-text position where the -message originates, popups provide the messages themselves. -Thus bugfixes and other such communications are clearly visible -together when viewing the document, while the document itself -is not obscured. - -%package pdfmarginpar-doc -Summary: Documentation for pdfmarginpar -Version: svn23492.0.92 - -Provides: tex-pdfmarginpar-doc -AutoReqProv: No - -%description pdfmarginpar-doc -Documentation for pdfmarginpar - -%package pdfpagediff -Provides: tex-pdfpagediff = %{tl_version} -License: LPPL -Summary: Find difference between two PDF's -Version: svn37946.1.4 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(geometry.sty) -Requires: tex(graphicx.sty) -Requires: tex(color.sty) -Requires: tex(substr.sty) -Provides: tex(pdfpagediff.sty) = %{tl_version} - -%description pdfpagediff -Find difference between two PDF's - -%package pdfpagediff-doc -Summary: Documentation for pdfpagediff -Version: svn37946.1.4 - -Provides: tex-pdfpagediff-doc -AutoReqProv: No - -%description pdfpagediff-doc -Documentation for pdfpagediff - -%package pdfscreen -Provides: tex-pdfscreen = %{tl_version} -License: LPPL -Summary: Support screen-based document design -Version: svn42428 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(graphicx.sty) -Requires: tex(color.sty) -Requires: tex(calc.sty) -Requires: tex(comment.sty) -Requires: tex(hyperref.sty) -Requires: tex(shortvrb.sty) -Requires: tex(amssymb.sty) -Requires: tex(amsbsy.sty) -Requires: tex(truncate.sty) -Requires: tex(fancybox.sty) -Provides: tex(pdfscreen.sty) = %{tl_version} - -%description pdfscreen -An extension of the hyperref package to provide a screen-based -document design. This package helps to generate pdf documents -that are readable on screen and will fit the screen's aspect -ratio. Also it can be used with various options to produce -regular print versions of the same document without any extra -effort. - -%package pdfscreen-doc -Summary: Documentation for pdfscreen -Version: svn42428 -Provides: tex-pdfscreen-doc -AutoReqProv: No - -%description pdfscreen-doc -Documentation for pdfscreen - -%package pdfslide -Provides: tex-pdfslide = %{tl_version} -License: LPPL -Summary: Presentation slides using pdftex -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(graphicx.sty) -Requires: tex(colortbl.sty) -Requires: tex(amssymb.sty) -Requires: tex(amsbsy.sty) -Requires: tex(fancybox.sty) -Requires: tex(hyperref.sty) -Requires: tex(ifthen.sty) -Provides: tex(pdfslide.cfg) = %{tl_version} -Provides: tex(pdfslide.sty) = %{tl_version} -Provides: tex(slide.clo) = %{tl_version} - -%description pdfslide -This is a package for use with pdftex, to make nice -presentation slides. Its aims are: to devise a method for -easier technical presentation; to help the mix of mathematical -formulae with text and graphics which other present day -document processing tools fail to accomplish; to exploit the -platform independence of TeX so that presentation documents -become portable; and to offer the freedom and possibilities of -using various backgrounds and other embellishments that a user -can imagine to have in as presentation. The package can make -use of the facilities of the PPower4 post-processor. - -%package pdfslide-doc -Summary: Documentation for pdfslide -Version: svn15878.0 - -Provides: tex-pdfslide-doc -AutoReqProv: No - -%description pdfslide-doc -Documentation for pdfslide - -%package pdfsync -Provides: tex-pdfsync = %{tl_version} -License: LPPL -Summary: Provide links between source and PDF -Version: svn20373.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(pdfsync.sty) = %{tl_version} - -%description pdfsync -The package runs with pdfTeX or XeTeX, and creates an auxiliary -file with geometrical information to permit references back and -forth between source and PDF, assuming a conforming editor and -PDF viewer. - -%package pdfsync-doc -Summary: Documentation for pdfsync -Version: svn20373.0 - -Provides: tex-pdfsync-doc -AutoReqProv: No - -%description pdfsync-doc -Documentation for pdfsync - -%package pdfwin -Provides: tex-pdfwin = %{tl_version} -License: LPPL -Summary: customizable windows for screen viewing of TeX documents -Version: svn54074 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(amssymb.sty) -Requires: tex(keyval.sty) -Requires: tex(graphicx.sty) -Requires: tex(color.sty) -Requires: tex(truncate.sty) -Requires: tex(hyperref.sty) -Provides: tex(pdfwin.cfg) = %{tl_version} -Provides: tex(pdfwin.sty) = %{tl_version} - -%description pdfwin -Inspired by the pdfscreen package. - -%package pdfwin-doc -Summary: Documentation for pdfwin -Version: svn54074 - -Provides: tex-pdfwin-doc -AutoReqProv: No - -%description pdfwin-doc -Documentation for pdfwin - -%package pdfx -Provides: tex-pdfx = %{tl_version} -License: LPPL -Summary: PDF/X-1a and PDF/A-1b support for pdfTeX -Version: svn50338 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(hyperref.sty) -Requires: tex(inputenc.sty) -Requires: tex(xmpincl.sty) -Requires: tex(glyphtounicode.tex) -Provides: tex(8bit.def) = %{tl_version} -Provides: tex(glyphtounicode-cmr.tex) = %{tl_version} -Provides: tex(pdfx.sty) = %{tl_version} - -%description pdfx -The package helps LaTeX users to create PDF/X-1a and PFD/A-1b -compliant pdf documents with pdfTeX. - -%package pdfx-doc -Summary: Documentation for pdfx -Version: svn50338 -Provides: tex-pdfx-doc -AutoReqProv: No - -%description pdfx-doc -Documentation for pdfx - -%package pecha -Provides: tex-pecha = %{tl_version} -License: GPL+ -Summary: Print Tibetan text in the classic pecha layout style -Version: svn15878.0.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(twoopt.sty) -Requires: tex(relsize.sty) -Requires: tex(calc.sty) -Requires: tex(ctib.sty) -Requires: tex(rotating.sty) -Requires: tex(times.sty) -Provides: tex(ctibmantra.sty) = %{tl_version} -Provides: tex(pecha.cls) = %{tl_version} - -%description pecha -The pecha class provides an environment for writing Tibetan on -LaTeX2e in the traditional Tibetan Pecha layout used for -spiritual or philosophical texts, using the cTib4TeX package by -Oliver Corff. It provides features like headers in different -languages, page numbering in Tibetan and more. - -%package pecha-doc -Summary: Documentation for pecha -Version: svn15878.0.1 - -Provides: tex-pecha-doc -AutoReqProv: No - -%description pecha-doc -Documentation for pecha - -%package permute -Provides: tex-permute = %{tl_version} -License: LPPL -Summary: Support for symmetric groups -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(permute.sty) = %{tl_version} - -%description permute -A package for symmetric groups, allowing you to input, output, -and calculate with them. - -%package permute-doc -Summary: Documentation for permute -Version: svn15878.0 - -Provides: tex-permute-doc -AutoReqProv: No - -%description permute-doc -Documentation for permute - -%package petiteannonce -Provides: tex-petiteannonce = %{tl_version} -License: LPPL -Summary: A class for small advertisements -Version: svn25915.1.0001 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(graphicx.sty) -Requires: tex(keyval.sty) -Provides: tex(petiteannonce.cls) = %{tl_version} - -%description petiteannonce -The class enables you to create the sort of adverts that you -pin on a noticeboard, with tear-off strips at the bottom where -you can place contact details. - -%package petiteannonce-doc -Summary: Documentation for petiteannonce -Version: svn25915.1.0001 - -Provides: tex-petiteannonce-doc -AutoReqProv: No - -%description petiteannonce-doc -Documentation for petiteannonce - -%package philex -Provides: tex-philex = %{tl_version} -License: LPPL -Summary: Cross references for named and numbered environments -Version: svn36396.1.3 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(xspace.sty) -Requires: tex(calc.sty) -Requires: tex(cgloss4e.sty) -Requires: tex(linguex.sty) -Requires: tex(ifthen.sty) -Requires: tex(suffix.sty) -Provides: tex(philex.sty) = %{tl_version} - -%description philex -Philex provides means for creating and cross-referencing named -or numbered environments. Possible uses would be equations, -example sentences (as in linguistics or philosophy) or named -principles. Cross references may refer either to the number, or -to a short name of the target environment, or to the contents -of the environment. Philex builds on the facilities of the -linguex package. - -%package philex-doc -Summary: Documentation for philex -Version: svn36396.1.3 - -Provides: tex-philex-doc -AutoReqProv: No - -%description philex-doc -Documentation for philex - -%package photo -Provides: tex-photo = %{tl_version} -License: LPPL -Summary: A float environment for photographs -Version: svn18739.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(photo.sty) = %{tl_version} - -%description photo -This package introduces a new float type called photo which -works similar to the float types table and figure. Various -options exist for placing photos, captions, and a -"photographer" line. In twocolumn documents, a possibility -exists to generate double-column floats automatically if the -photo does not fit into one column. Photos do not have to be -placed as floats, they can also be placed as boxes, with -captions and photographer line still being available. - -%package photo-doc -Summary: Documentation for photo -Version: svn18739.0 - -Provides: tex-photo-doc -AutoReqProv: No - -%description photo-doc -Documentation for photo - -%package piff -Provides: tex-piff = %{tl_version} -License: Public Domain -Summary: Macro tools by Mike Piff -Version: svn21894.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(amsfonts.sty) -Provides: tex(duplicat.sty) = %{tl_version} -Provides: tex(newproof.sty) = %{tl_version} -Provides: tex(onepagem.sty) = %{tl_version} -Provides: tex(time.sty) = %{tl_version} - -%description piff -The set (now) consists of: a small package for dealing with -duplicate-numbered output pages; newproof, for defining -mathematical proof structures; onepagem for omitting the page -number in one-page documents and time, which prints a 12-hour -format time. - -%package piff-doc -Summary: Documentation for piff -Version: svn21894.0 - -Provides: tex-piff-doc -AutoReqProv: No - -%description piff-doc -Documentation for piff - -%package pkgloader -Provides: tex-pkgloader = %{tl_version} -License: LPPL 1.3 -Summary: Managing the options and loading order of other packages -Version: svn47486 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(filecontents.sty) -Requires: tex(xparse.sty) -Requires: tex(etoolbox.sty) -Requires: tex(withargs.sty) -Requires: tex(expl3.sty) -Requires: tex(l3keys2e.sty) -Requires: tex(lt3graph.sty) -Provides: tex(pkgloader-cls-pkg.sty) = %{tl_version} -Provides: tex(pkgloader-dry.sty) = %{tl_version} -Provides: tex(dry.sty) = %{tl_version} -Provides: tex(pkgloader-early.sty) = %{tl_version} -Provides: tex(pkgloader-error.sty) = %{tl_version} -Provides: tex(pkgloader-false.sty) = %{tl_version} -Provides: tex(pkgloader-late.sty) = %{tl_version} -Provides: tex(pkgloader-recommended.sty) = %{tl_version} -Provides: tex(pkgloader-true.sty) = %{tl_version} -Provides: tex(pkgloader.sty) = %{tl_version} - -%description pkgloader -The package seeks to address the frustration caused by package -conflicts. It is in an early stage of its development, and -should probably not be used as a matter of course; however the -author welcomes feedback via the home page link given in this -catalogue entry. Nevertheless, the author urges users to try -the package and to report issues (or whatever) via the -package's repository. - -%package pkgloader-doc -Summary: Documentation for pkgloader -Version: svn47486 -Provides: tex-pkgloader-doc -AutoReqProv: No - -%description pkgloader-doc -Documentation for pkgloader - -%package plantslabels -Provides: tex-plantslabels = %{tl_version} -License: LPPL -Summary: Write labels for plants -Version: svn29803.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(labels.sty) -Requires: tex(graphicx.sty) -Provides: tex(plantslabels.sty) = %{tl_version} - -%description plantslabels -The package defines a command \plant, which has three mandatory -and seven optional argument. The package uses the labels - -%package plantslabels-doc -Summary: Documentation for plantslabels -Version: svn29803.1.0 - -Provides: tex-plantslabels-doc -AutoReqProv: No - -%description plantslabels-doc -Documentation for plantslabels - -%package plates -Provides: tex-plates = %{tl_version} -License: LPPL -Summary: Arrange for "plates" sections of documents -Version: svn15878.0.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Provides: tex(endplate.sty) = %{tl_version} -Provides: tex(plates.sty) = %{tl_version} - -%description plates -The plates package provides a simple facility for inserting -colour figures in a document when they should be gathered and -printed together as in a book's section of colour plates. The -package provides a plate environment that takes the place of -the figure environment for such colour images. - -%package plates-doc -Summary: Documentation for plates -Version: svn15878.0.1 - -Provides: tex-plates-doc -AutoReqProv: No - -%description plates-doc -Documentation for plates - -%package plweb -Provides: tex-plweb = %{tl_version} -License: Copyright only -Summary: Literate Programming for Prolog with LaTeX -Version: svn15878.3.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(pcode.sty) = %{tl_version} -Provides: tex(pl.cfg) = %{tl_version} -Provides: tex(pl.sty) = %{tl_version} - -%description plweb -Instead of having to transform the common source into program -or documentation, the central idea was to develop a method to -have one common source which can be interpreted by a Prolog -system as well as by LaTeX, whether that Prolog system be C- -Prolog, Quintus-Prolog, or ECLiPSe. - -%package plweb-doc -Summary: Documentation for plweb -Version: svn15878.3.0 - -Provides: tex-plweb-doc -AutoReqProv: No - -%description plweb-doc -Documentation for plweb - -%package polynom -Provides: tex-polynom = %{tl_version} -License: LPPL -Summary: Macros for manipulating polynomials -Version: svn44832 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(keyval.sty) -Provides: tex(polynom.sty) = %{tl_version} - -%description polynom -The polynom package implements macros for manipulating -polynomials, for example it can typeset long polynomial -divisions. The main test case and application is the polynomial -ring in one variable with rational coefficients. - -%package polynom-doc -Summary: Documentation for polynom -Version: svn44832 -Provides: tex-polynom-doc -AutoReqProv: No - -%description polynom-doc -Documentation for polynom - -%package polynomial -Provides: tex-polynomial = %{tl_version} -License: LPPL -Summary: Typeset (univariate) polynomials -Version: svn15878.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(keyval.sty) -Provides: tex(polynomial.sty) = %{tl_version} - -%description polynomial -The package offers an easy way to write (univariate) -polynomials and rational functions. It defines two commands, -one for polynomials \polynomial{coeffs} and one for rational -functions \polynomialfrac{Numerator}{Denominator}. Both -commands take lists of coefficients as arguments, and offer -limited optional behaviour. - -%package polynomial-doc -Summary: Documentation for polynomial -Version: svn15878.1.0 - -Provides: tex-polynomial-doc -AutoReqProv: No - -%description polynomial-doc -Documentation for polynomial - -%package polytable -Provides: tex-polytable = %{tl_version} -License: LPPL -Summary: Tabular-like environments with named columns -Version: svn31235.0.8.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(lazylist.sty) -Requires: tex(array.sty) -Provides: tex(polytable.sty) = %{tl_version} - -%description polytable -This package implements a variant of tabular-like environments -where columns can be given a name and entries can flexibly be -placed between arbitrary columns. Complex alignment-based -layouts, for example for program code, are possible. - -%package polytable-doc -Summary: Documentation for polytable -Version: svn31235.0.8.2 - -Provides: tex-polytable-doc -AutoReqProv: No - -%description polytable-doc -Documentation for polytable - -%package postcards -Provides: tex-postcards = %{tl_version} -License: LPPL -Summary: Facilitates mass-mailing of postcards (junkmail) -Version: svn21641.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(geometry.sty) -Requires: tex(envlab.sty) -Requires: tex(mailing.sty) -Provides: tex(postcards.cls) = %{tl_version} - -%description postcards -A modification of the standard LaTeX letter class which prints -multiple, pre-stamped, 5.5" by 3.5" postcards (a US standard -size) via the envlab and mailing packages. An address database -is employed to address the front side of each postcard and a -message is printed on the back side of all. An illustrative -example is provided. - -%package postcards-doc -Summary: Documentation for postcards -Version: svn21641.0 - -Provides: tex-postcards-doc -AutoReqProv: No - -%description postcards-doc -Documentation for postcards - -%package poster-mac -Provides: tex-poster-mac = %{tl_version} -License: LPPL -Summary: Make posters and banners with TeX -Version: svn18305.1.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(poster.sty) = %{tl_version} -Provides: tex(poster.tex) = %{tl_version} - -%description poster-mac -The package offers macros for making posters and banners with -TeX. It is compatible with most TeX macro formats, including -Plain TeX, LaTeX, AmSTeX, and AmS-LaTeX. The package creates a -poster as huge box, which is then distributed over as many -printer pages as necessary. The only special requirement is -that your printer not be bothered by text that lies off the -page. This is true of most printers, including laser printers -and PostScript printers. - -%package poster-mac-doc -Summary: Documentation for poster-mac -Version: svn18305.1.1 - -Provides: tex-poster-mac-doc -AutoReqProv: No - -%description poster-mac-doc -Documentation for poster-mac - -%package ppr-prv -Provides: tex-ppr-prv = %{tl_version} -License: LPPL -Summary: Prosper preview -Version: svn15878.0.13c - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(pstricks.sty) -Requires: tex(textcomp.sty) -Requires: tex(graphicx.sty) -Requires: tex(geometry.sty) -Requires: tex(keyval.sty) -Requires: tex(ifpdf.sty) -Requires: tex(hyperref.sty) -Requires: tex(float.sty) -Provides: tex(HAP-ppr-prv.def) = %{tl_version} -Provides: tex(ppr-prv.cls) = %{tl_version} - -%description ppr-prv -This class is used with LaTeX presentations using the prosper -class. ppr-prv stands for 'Prosper Preview'. The aim of this -class is to produce a printable version of the slides written -with Prosper, with two slides per page. - -%package ppr-prv-doc -Summary: Documentation for ppr-prv -Version: svn15878.0.13c - -Provides: tex-ppr-prv-doc -AutoReqProv: No - -%description ppr-prv-doc -Documentation for ppr-prv %package preprint -Provides: tex-preprint = %{tl_version} -License: Public Domain +Provides: tex-preprint = %{epoch}:%{source_date}-%{release} +Provides: tex-preprint-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-preprint-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-preprint-doc < %{tl_epoch}:%{source_date} +License: LPPL Summary: A bundle of packages provided "as is" -Version: svn30447.2011 - +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(authblk.sty) = %{tl_version} -Provides: tex(balance.sty) = %{tl_version} -Provides: tex(figcaps.sty) = %{tl_version} -Provides: tex(fullpage.sty) = %{tl_version} -Provides: tex(sublabel.sty) = %{tl_version} +Requires: tex-kpathsea +Provides: tex(authblk.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(balance.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(figcaps.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(fullpage.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(sublabel.sty) = %{epoch}:%{source_date}-%{release} %description preprint -The bundle comprises: authblk, which permits footnote style -author/affiliation input in the \author command, balance, to -balance the end of \twocolumn pages, figcaps, to send figure -captions, etc., to end document, fullpage, to set narrow page -margins and set a fixed page style, and sublabel, which permits -counters to be subnumbered. +The bundle comprises: - authblk, which permits footnote style +author/affiliation input in the \author command, - balance, to +balance the end of \twocolumn pages, - figcaps, to send figure +captions, etc., to end document, - fullpage, to set narrow page +margins and set a fixed page style, and - sublabel, which +permits counters to be subnumbered. -%package preprint-doc -Summary: Documentation for preprint -Version: svn30447.2011 -Provides: tex-preprint-doc -AutoReqProv: No - -%description preprint-doc -Documentation for preprint - -%package pressrelease -Provides: tex-pressrelease = %{tl_version} -License: LPPL 1.3 -Summary: A class for typesetting press releases -Version: svn35147.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(marvosym.sty) -Requires: tex(tikz.sty) -Requires: tex(xkeyval.sty) -Requires: tex(etoolbox.sty) -Requires: tex(setspace.sty) -Requires: tex(geometry.sty) -Requires: tex(url.sty) -Requires: tex(refcount.sty) -Provides: tex(pressrelease-symbols.sty) = %{tl_version} -Provides: tex(pressrelease.cls) = %{tl_version} - -%description pressrelease -A configurable class for writing press releases. - -%package pressrelease-doc -Summary: Documentation for pressrelease -Version: svn35147.1.0 - -Provides: tex-pressrelease-doc -AutoReqProv: No - -%description pressrelease-doc -Documentation for pressrelease - -%package prettyref -Provides: tex-prettyref = %{tl_version} -License: Public Domain -Summary: Make label references "self-identify" -Version: svn15878.3.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(prettyref.sty) = %{tl_version} - -%description prettyref -Prettyref provides a command \newrefformat, which specifies the -way in which a reference is typeset, according to a label -"identification". The identification is set in the \label -command, by using prefixed label names; so instead of -\label{mysection}, one uses \label{sec:mysection}, and -prettyref interprets the "sec:" part. The package is compatible -with hyperref and with other packages. - -%package prettyref-doc -Summary: Documentation for prettyref -Version: svn15878.3.0 - -Provides: tex-prettyref-doc -AutoReqProv: No - -%description prettyref-doc -Documentation for prettyref - -%package printlen -Provides: tex-printlen = %{tl_version} +%package pst-3d +Provides: tex-pst-3d = %{epoch}:%{source_date}-%{release} +Provides: tex-pst-3d-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-pst-3d-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-pst-3d-doc < %{tl_epoch}:%{source_date} License: LPPL -Summary: Print lengths using specified units -Version: svn19847.1.1a - +Summary: A PSTricks package for tilting and other pseudo-3D tricks +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-kpathsea +Requires: tex(pstricks.sty) +Provides: tex(pst-3d.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pst-3d.sty) = %{epoch}:%{source_date}-%{release} -Provides: tex(printlen.sty) = %{tl_version} +%description pst-3d +The pst-3d package provides basic macros for shadows, tilting +and three dimensional representations of text or graphical +objects. -%description printlen -\printlength{length} prints the value of a LaTeX length in the -units specified by \uselengthunit{unit} ('unit' may be any TeX -length unit except for scaled point, viz., any of: pt, pc, in, -mm, cm, bp, dd or cc). When the unit is pt, the printed length -value will include any stretch or shrink; otherwise these are -not printed. The 'unit' argument may also be PT, in which case -length values will be printed in point units but without any -stretch or shrink values. -%package printlen-doc -Summary: Documentation for printlen -Version: svn19847.1.1a - -Provides: tex-printlen-doc -AutoReqProv: No - -%description printlen-doc -Documentation for printlen - -%package probsoln -Provides: tex-probsoln = %{tl_version} +%package pst-blur +Provides: tex-pst-blur = %{epoch}:%{source_date}-%{release} +Provides: tex-pst-blur-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-pst-blur-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-pst-blur-doc < %{tl_epoch}:%{source_date} License: LPPL -Summary: Generate problem sheets and their solution sheets -Version: svn44783 +Summary: PSTricks package for "blurred" shadows +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(amsmath.sty) -Requires: tex(etoolbox.sty) -Requires: tex(xkeyval.sty) -Provides: tex(probsoln.sty) = %{tl_version} +Requires: tex-kpathsea +Requires: tex(pstricks.sty) +Provides: tex(pst-blur.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pst-blur.sty) = %{epoch}:%{source_date}-%{release} -%description probsoln -The package is designed for lecturers who have to generate new -problem sheets for their students on a regular basis (e.g. -yearly) by randomly selecting a specified number of problems -defined in another file. The package allows you easily to -generate a new problem sheet that is different from the -previous year, thus alleviating the temptation of students to -seek out the previous year's students and checking out their -answers. The solutions to the problems can be defined along -with the problem, making it easy to generate the solution sheet -from the same source code; problems may be reused within a -document, so that solutions may appear in a different section -of the same document as the problems they cover. +%description pst-blur +Pst-blur is a package built for use with PSTricks. It provides +macros that apply blurring to the normal shadow function of +PSTricks. -%package probsoln-doc -Summary: Documentation for probsoln -Version: svn44783 -Provides: tex-probsoln-doc -AutoReqProv: No -%description probsoln-doc -Documentation for probsoln - -%package program -Provides: tex-program = %{tl_version} -License: GPLv3+ -Summary: Typesetting programs and algorithms -Version: svn44214 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(program.sty) = %{tl_version} - -%description program -The main offering is a program environment; a programbox -environment is available for fragments that must not break with -the pages. - -%package program-doc -Summary: Documentation for program -Version: svn44214 -Provides: tex-program-doc -AutoReqProv: No - -%description program-doc -Documentation for program - -%package progress -Provides: tex-progress = %{tl_version} +%package pst-coil +Provides: tex-pst-coil = %{epoch}:%{source_date}-%{release} +Provides: tex-pst-coil-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-pst-coil-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-pst-coil-doc < %{tl_epoch}:%{source_date} License: LPPL -Summary: Creates an overview of a document's state -Version: svn19519.1.10 - +Summary: A PSTricks package for coils, etc +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-kpathsea +Requires: tex(pstricks.sty) +Provides: tex(pst-coil.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pst-coil.sty) = %{epoch}:%{source_date}-%{release} -Provides: tex(progress.sty) = %{tl_version} +%description pst-coil +Pst-coil is a PSTricks based package for coils and zigzags and +for coil and zigzag node connections. -%description progress -Progress is a package which. when compiling TeX and LaTeX -documents, generates a HTML file showing an overview of a -document's state (of how finished it is). The report is sent to -file \ProgressReportName, which is by default the \jobname with -the date appended (but is user-modifiable). -%package progress-doc -Summary: Documentation for progress -Version: svn19519.1.10 - -Provides: tex-progress-doc -AutoReqProv: No - -%description progress-doc -Documentation for progress - -%package progressbar -Provides: tex-progressbar = %{tl_version} +%package pst-eps +Provides: tex-pst-eps = %{epoch}:%{source_date}-%{release} +Provides: tex-pst-eps-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-pst-eps-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-pst-eps-doc < %{tl_epoch}:%{source_date} License: LPPL -Summary: Visualize shares of total amounts in the form of a (progress-)bar -Version: svn33822.v1.0b_4 - +Summary: Create EPS files from PSTricks figures +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-kpathsea +Requires: tex(pstricks.sty) +Provides: tex(pst-eps.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pst-eps.sty) = %{epoch}:%{source_date}-%{release} -Requires: tex(calc.sty) -Requires: tex(tikz.sty) -Requires: tex(kvoptions.sty) -Requires: tex(kvsetkeys.sty) -Provides: tex(progressbar.sty) = %{tl_version} +%description pst-eps +Pst-eps is a PSTricks-based package for exporting PSTricks +images 'on the fly' to encapsulated PostScript (EPS) image +files, which can then be read into a document in the usual way. -%description progressbar -This package allows you to easily visualize shares of total -amounts in the form of a bar. So basically you can convert any -number between 0 and 1 to a progressbar using the command -\progressbar{<number>}. Also a lot of customizations are -possible, allowing you to create an unique progressbar on your -own. The package uses TikZ to produce its graphics. -%package progressbar-doc -Summary: Documentation for progressbar -Version: svn33822.v1.0b_4 - -Provides: tex-progressbar-doc -AutoReqProv: No - -%description progressbar-doc -Documentation for progressbar - -%package proofread -Provides: tex-proofread = %{tl_version} -License: LPPL 1.3 -Summary: Commands for inserting annotations -Version: svn50938 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(soul.sty) -Requires: tex(tikz.sty) -Requires: tex(etoolbox.sty) -Provides: tex(proofread.sty) = %{tl_version} - -%description proofread -The proofread package defines a few LaTeX commands that are -useful when you proofread a LaTeX document. These allow you to -easily highlight text and add comments in the margin. Vim -escape sequences are provided for inserting these LaTeX -commands in the source. The package is based on code for a text -highlighting command that was published by Antal S-Z in -href='http://tex.stackexchange.com/questions/5959'. The main -file, proofread.dtx, is self-extracting, so you can generate -the style file by compiling proofread.dtx with pdfLaTeX. - -%package proofread-doc -Summary: Documentation for proofread -Version: svn50938 -Provides: tex-proofread-doc -AutoReqProv: No - -%description proofread-doc -Documentation for proofread - -%package properties -Provides: tex-properties = %{tl_version} +%package pst-fill +Provides: tex-pst-fill = %{epoch}:%{source_date}-%{release} +Provides: tex-pst-fill-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-pst-fill-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-pst-fill-doc < %{tl_epoch}:%{source_date} License: LPPL -Summary: Load properties from a file -Version: svn15878.0.2 - +Summary: Fill or tile areas with PSTricks +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-kpathsea +Requires: tex(pstricks.sty) +Provides: tex(pst-fill.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pst-fill.sty) = %{epoch}:%{source_date}-%{release} -Requires: tex(datatool.sty) -Provides: tex(properties.sty) = %{tl_version} +%description pst-fill +Pst-fill is a PSTricks-based package for filling and tiling +areas or characters. -%description properties -The package loads properties (key, value) from a properties -file, e.g. \jobname.properties. - -%package properties-doc -Summary: Documentation for properties -Version: svn15878.0.2 - -Provides: tex-properties-doc -AutoReqProv: No - -%description properties-doc -Documentation for properties - -%package prosper -Provides: tex-prosper = %{tl_version} -License: LPPL 1.2 -Summary: LaTeX class for high quality slides -Version: svn33033.1.0h +%package pst-grad +Provides: tex-pst-grad = %{epoch}:%{source_date}-%{release} +Provides: tex-pst-grad-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-pst-grad-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-pst-grad-doc < %{tl_epoch}:%{source_date} +License: LPPL +Summary: Filling with colour gradients, using PStricks +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-kpathsea +Requires: tex(pstricks.sty) +Provides: tex(pst-grad.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pst-grad.sty) = %{epoch}:%{source_date}-%{release} -Requires: tex(amssymb.sty) -Requires: tex(pst-grad.sty) -Requires: tex(semhelv.sty) -Requires: tex(times.sty) -Requires: tex(palatino.sty) -Requires: tex(mathpazo.sty) -Requires: tex(pst-slpe.sty) +%description pst-grad +Pst-grad is a PSTricks based package for filling with colour +gradients. Supported are colours in the RGB, CMYK or HSB +models. Other colour gradient mechanisms are to be found in +package pst-slpe. + + +%package pst-math +Provides: tex-pst-math = %{epoch}:%{source_date}-%{release} +Provides: tex-pst-math-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-pst-math-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-pst-math-doc < %{tl_epoch}:%{source_date} +License: LPPL +Summary: Enhancement of PostScript math operators to use with pstricks +BuildArch: noarch +Requires: texlive-base +Requires: tex-kpathsea +Provides: tex(pst-math.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pst-math.sty) = %{epoch}:%{source_date}-%{release} + +%description pst-math +PostScript lacks a lot of basic operators such as tan, acos, +asin, cosh, sinh, tanh, acosh, asinh, atanh, exp (with e base). +Also (oddly) cos and sin use arguments in degrees. Pst-math +provides all those operators in a header file pst-math.pro with +wrappers pst-math.sty and pst-math.tex. In addition, sinc, +gauss, gammaln and bessel are implemented (only partially for +the latter). pst-math is designed essentially to work with pst- +plot but can be used in whatever PS code (such as pstricks +SpecialCoor "!", which is useful for placing labels). The +package also provides a routine SIMPSON for numerical +integration and a solver of linear equation systems. + + +%package pst-node +Provides: tex-pst-node = %{epoch}:%{source_date}-%{release} +Provides: tex-pst-node-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-pst-node-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-pst-node-doc < %{tl_epoch}:%{source_date} +License: LPPL +Summary: Draw connections using pstricks +BuildArch: noarch +Requires: texlive-base +Requires: tex-kpathsea +Requires: tex(pstricks.sty) +Provides: tex(pst-node.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pst-node.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(pst-node97.sty) = %{epoch}:%{source_date}-%{release} + +%description pst-node +The package enables the user to connect information, and to +place labels, without knowing (in advance) the actual positions +of the items to be connected, or where the connecting line +should go. The macros are useful for making graphs and trees, +mathematical diagrams, linguistic syntax diagrams, and so on. +The package contents were previously distributed as a part of +the pstricks base distribution. + + +%package pst-plot +Provides: tex-pst-plot = %{epoch}:%{source_date}-%{release} +Provides: tex-pst-plot-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-pst-plot-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-pst-plot-doc < %{tl_epoch}:%{source_date} +License: LPPL +Summary: Plot data using PSTricks +BuildArch: noarch +Requires: texlive-base +Requires: tex-kpathsea +Requires: tex(pstricks.sty) +Requires: tex(pst-xkey.sty) Requires: tex(multido.sty) -Requires: tex(ifthen.sty) -Requires: tex(fp.sty) -Requires: tex(graphicx.sty) -Requires: tex(hyperref.sty) -Provides: tex(PPRalcatel.sty) = %{tl_version} -Provides: tex(PPRalienglow.sty) = %{tl_version} -Provides: tex(PPRautumn.sty) = %{tl_version} -Provides: tex(PPRazure.sty) = %{tl_version} -Provides: tex(PPRblends.sty) = %{tl_version} -Provides: tex(PPRcapsules.sty) = %{tl_version} -Provides: tex(PPRcontemporain.sty) = %{tl_version} -Provides: tex(PPRcorners.sty) = %{tl_version} -Provides: tex(PPRdarkblue.sty) = %{tl_version} -Provides: tex(PPRdefault.sty) = %{tl_version} -Provides: tex(PPRframes.sty) = %{tl_version} -Provides: tex(PPRfyma.sty) = %{tl_version} -Provides: tex(PPRgyom.sty) = %{tl_version} -Provides: tex(PPRlignesbleues.sty) = %{tl_version} -Provides: tex(PPRmancini.sty) = %{tl_version} -Provides: tex(PPRnuancegris.sty) = %{tl_version} -Provides: tex(PPRprettybox.sty) = %{tl_version} -Provides: tex(PPRrico.sty) = %{tl_version} -Provides: tex(PPRserpaggi.sty) = %{tl_version} -Provides: tex(PPRthomasd.sty) = %{tl_version} -Provides: tex(PPRtroispoints.sty) = %{tl_version} -Provides: tex(PPRwhitecross.sty) = %{tl_version} -Provides: tex(PPRwinter.sty) = %{tl_version} -Provides: tex(PPRwj.sty) = %{tl_version} -Provides: tex(prosper.cls) = %{tl_version} -Provides: tetex-prosper = %{tl_version} -Obsoletes: tetex-prosper < %{tl_version} +Provides: tex(pst-plot.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pst-plot.sty) = %{epoch}:%{source_date}-%{release} -%description prosper -Prosper is a LaTeX class for writing transparencies. It is -written as an extension of the seminar class by Timothy Van -Zandt. Prosper offers a friendly environment for creating -slides for both presentations with an overhead projector and a -video projector. Slides prepared for a presentation with a -computer and a video projector may integrate animation effects, -incremental display, and so on. Various visual styles are -supported (including some that mimic PowerPoint) and others are -being contributed. +%description pst-plot +The package provides plotting of data (typically from external +files), using PSTricks. Plots my be configured using a wide +variety of parameters. -%package prosper-doc -Summary: Documentation for prosper -Version: svn33033.1.0h -Provides: tex-prosper-doc -AutoReqProv: No - -%description prosper-doc -Documentation for prosper - -%package protex -Provides: tex-protex = %{tl_version} +%package pstricks-add +Provides: tex-pstricks-add = %{epoch}:%{source_date}-%{release} +Provides: tex-pstricks-add-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-pstricks-add-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-pstricks-add-doc < %{tl_epoch}:%{source_date} License: LPPL -Summary: Literate programming package -Version: svn41633 +Summary: A collection of add-ons and bugfixes for PSTricks +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(AlProTex.sty) = %{tl_version} -Provides: tex(ProTex.sty) = %{tl_version} +Requires: tex-kpathsea +Requires: tex(pstricks.sty) +Requires: tex(pst-plot.sty) +Requires: tex(pst-node.sty) +Requires: tex(pst-3d.sty) +Requires: tex(pst-math.sty) +Requires: tex(multido.sty) +Provides: tex(pstricks-add.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pstricks-add.sty) = %{epoch}:%{source_date}-%{release} -%description protex -ProTeX is a simple but powerful literate programming tool, -which is designed to generate useful hypertext output (either -PDF, or HTML using TeX4ht). +%description pstricks-add +Collects together examples that have been posted to the +pstricks mailing list, together with many additional features +for the basic pstricks, pst-plot and pst-node, including: - +bugfixes; - new options for the pspicture environment; - +arrows; - braces as node connection/linestyle; - extended axes +for plots (e.g., logarithm axes); - polar plots; - plotting +tangent lines of curves or functions; - solving and printing +differential equationd; - box plots; - matrix plots; and - pie +charts. The package makes use of PostScript routines provided +by pst-math. -%package protex-doc -Summary: Documentation for protex -Version: svn41633 -Provides: tex-protex-doc -AutoReqProv: No -%description protex-doc -Documentation for protex - -%package protocol -Provides: tex-protocol = %{tl_version} +%package pstricks +Provides: tex-pstricks = %{epoch}:%{source_date}-%{release} +Provides: tex-pstricks-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-pstricks-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-pstricks-doc < %{tl_epoch}:%{source_date} License: LPPL 1.3 -Summary: A class for minutes of meetings -Version: svn25562.1.13 - +Summary: PostScript macros for TeX +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(protocol.cls) = %{tl_version} - -%description protocol -The present version of the class supports German meeting -minutes including vote results and action items. The author has -ambitions to internationalise the code, and would welcome -support in the work. - -%package protocol-doc -Summary: Documentation for protocol -Version: svn25562.1.13 - -Provides: tex-protocol-doc -AutoReqProv: No - -%description protocol-doc -Documentation for protocol - -%package psfragx -Provides: tex-psfragx = %{tl_version} -License: LPPL -Summary: A psfrag eXtension -Version: svn26243.1.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(graphicx.sty) -Requires: tex(psfrag.sty) -Requires: tex(overpic.sty) -Provides: tex(psfragx.cfg) = %{tl_version} -Provides: tex(psfragx.sty) = %{tl_version} - -%description psfragx -PSfragX offers a mechanism to embed \psfrag commands, as -provided by the psfrag package, into the EPS file itself. Each -time a graphic is included, the EPS file is scanned. If some -tagged lines are found, they are used to define the psfrag -replacements that should be performed automatically. In -addition, a similar mechanism holds for overpic objects. These -are picture objects superimposed on the included graphic. A -similar mechanism is implemented in psfrag itself (but -deprecated in the documentation), but psfragx offers much more -flexibility. For example, if babel is used, it is possible to -define different replacements corresponding to different -languages. The replacements to take into account will be -selected on the basis of the current language of the document. -A Matlab script (LaPrint) is provided, to export an EPS file -with psfragx annotations ready embedded. - -%package psfragx-doc -Summary: Documentation for psfragx -Version: svn26243.1.1 - -Provides: tex-psfragx-doc -AutoReqProv: No - -%description psfragx-doc -Documentation for psfragx - -%package pstool -Provides: tex-pstool = %{tl_version} -License: LPPL -Summary: Support for psfrag within pdfLaTeX -Version: svn46393 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(catchfile.sty) -Requires: tex(color.sty) +Requires: tex-kpathsea +Requires: texlive-pst-tools +Requires: texlive-pst-arrow +Requires: tex(iftex.sty) +Requires: tex(shellesc.sty) +Requires: tex(pst-plot.sty) +Requires: tex(pst-node.sty) +Requires: tex(pst-tree.sty) +Requires: tex(pst-grad.sty) +Requires: tex(pst-coil.sty) +Requires: tex(pst-text.sty) +Requires: tex(pst-3d.sty) +Requires: tex(pst-eps.sty) +Requires: tex(pst-fill.sty) +Requires: tex(pstricks-add.sty) +Requires: tex(multido.sty) +Requires: tex(xcolor.sty) +Requires: tex(fontenc.sty) Requires: tex(ifpdf.sty) -Requires: tex(ifplatform.sty) -Requires: tex(filemod.sty) -Requires: tex(graphicx.sty) -Requires: tex(psfrag.sty) -Requires: tex(suffix.sty) -Requires: tex(trimspaces.sty) -Requires: tex(xkeyval.sty) -Requires: tex(expl3.sty) -Provides: tex(pstool.sty) = %{tl_version} - -%description pstool -The package works in the same sort of way as pst-pdf, but it -also processes the PostScript graphics with psfrag to add -labels within the graphic, before conversion. Thus the bundle -replaces two steps of an ordinary workflow. (Naturally, the -package requires that \write 18 is enabled.) Pstool ensures -that each version of each graphic is compiled once only (the -graphic is (re-)compiled only if it has changed since the -previous compilation of the document). This drastically speeds -up the running of the package in the typical case (though the -first run of any document is inevitably just as slow as with -any similar package). - -%package pstool-doc -Summary: Documentation for pstool -Version: svn46393 -Provides: tex-pstool-doc -AutoReqProv: No - -%description pstool-doc -Documentation for pstool - -%package pxgreeks -Provides: tex-pxgreeks = %{tl_version} -License: LPPL 1.3 -Summary: Shape selection for PX fonts Greek letters -Version: svn21838.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(pxfonts.sty) -Provides: tex(pxgreeks.sty) = %{tl_version} - -%description pxgreeks -The package allows LaTeX maths users of the PX fonts to select -the shapes (italic or upright) for the Greek lowercase and -uppercase letters. Once the shapes for lowercase and uppercase -have been selected via a package option, the \other prefix -(e.g., \otheralpha) allows using the alternate glyph (as in the -fourier package). The pxgreeks package does not constrain the -text font that may be used in the document. - -%package pxgreeks-doc -Summary: Documentation for pxgreeks -Version: svn21838.1.0 - -Provides: tex-pxgreeks-doc -AutoReqProv: No - -%description pxgreeks-doc -Documentation for pxgreeks - -%package python -Provides: tex-python = %{tl_version} -License: GPL+ -Summary: Embed Python code in LaTeX -Version: svn27064.0.21 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(python.sty) = %{tl_version} - -%description python -The package enables you to embed Python code in LaTeX, and -insert the script's output in the document. - -%package python-doc -Summary: Documentation for python -Version: svn27064.0.21 - -Provides: tex-python-doc -AutoReqProv: No - -%description python-doc -Documentation for python - -%package qcm -Provides: tex-qcm = %{tl_version} -License: LPPL -Summary: A LaTeX2e class for making multiple choice questionnaires -Version: svn15878.2.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) +Requires: tex(textcomp.sty) +Requires: tex(bera.sty) +Requires: tex(xspace.sty) +Requires: tex(makeidx.sty) Requires: tex(calc.sty) -Requires: tex(verbatim.sty) +Requires: tex(babel.sty) +Requires: tex(xkeyval.sty) +Requires: tex(pst-xkey.sty) +Requires: tex(xkvview.sty) +Requires: tex(lscape.sty) +Requires: tex(graphicx.sty) +Requires: tex(eso-pic.sty) +Requires: tex(amsmath.sty) +Requires: tex(amssymb.sty) Requires: tex(tabularx.sty) -Provides: tex(qcm.cls) = %{tl_version} -Provides: tex(qcm.sty) = %{tl_version} +Requires: tex(ragged2e.sty) +Requires: tex(booktabs.sty) +Requires: tex(footmisc.sty) +Requires: tex(chngcntr.sty) +Requires: tex(nameref.sty) +Requires: tex(varioref.sty) +Requires: tex(subfig.sty) +Requires: tex(setspace.sty) +Requires: tex(paralist.sty) +Requires: tex(fancyvrb.sty) +Requires: tex(filecontents.sty) +Requires: tex(showexpl.sty) +Requires: tex(scrpage2.sty) +Requires: tex(caption.sty) +Requires: tex(hyperref.sty) +Requires: tex(breakurl.sty) +Provides: tex(distiller.cfg) = %{epoch}:%{source_date}-%{release} +Provides: tex(dvips.cfg) = %{epoch}:%{source_date}-%{release} +Provides: tex(dvipsone.cfg) = %{epoch}:%{source_date}-%{release} +Provides: tex(gastex.cfg) = %{epoch}:%{source_date}-%{release} +Provides: tex(textures.cfg) = %{epoch}:%{source_date}-%{release} +Provides: tex(vtex.cfg) = %{epoch}:%{source_date}-%{release} +Provides: tex(xdvipdfmx.cfg) = %{epoch}:%{source_date}-%{release} +Provides: tex(pst-fp.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pst-key.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pstPlain.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pstricks.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pstricks97.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pst-all.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(pst-doc.cls) = %{epoch}:%{source_date}-%{release} +Provides: tex(pst-key.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(pstcol.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(pstricks.sty) = %{epoch}:%{source_date}-%{release} -%description qcm -QCM is a package for making multiple choices questionnaires -under LaTeX2e ("QCM" is the French acronym for this style of -test). A special environment allows you to define questions and -possible answers. You can specify which answers are correct and -which are not. QCM not only formats the questions for you, but -also generates a 'form' (a grid that your students will have to -fill in), and a 'mask' (the same grid, only with correct -answers properly checked in). You can then print the mask on a -slide and correct the questionnaires more easily by -superimposing the mask on top of students' forms. QCM can also -typeset exam corrections automatically, and comes with support -for AUC-TeX. +%description pstricks +An extensive collection of macros for generating PostScript +that is usable with most TeX macro formats, including Plain +TeX, LaTeX, AMS-TeX, and AMS-LaTeX. Included are macros for +colour, graphics, pie charts, rotation, trees and overlays. It +has many special features, including a wide variety of graphics +(picture drawing) macros, with a flexible interface and with +colour support. There are macros for colouring or shading the +cells of tables. The package pstricks-add contains bug-fixes +and additions for pstricks (among other things). PSTricks uses +PostScript \special commands, which are not supported by +PDF(La)TeX. This limitation may be overcome by using either the +pst-pdf or the pdftricks package, to generate a PDF inclusion +from a PSTricks diagram. -%package qcm-doc -Summary: Documentation for qcm -Version: svn15878.2.1 -Provides: tex-qcm-doc -AutoReqProv: No +%package pst-slpe +Provides: tex-pst-slpe = %{epoch}:%{source_date}-%{release} +Provides: tex-pst-slpe-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-pst-slpe-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-pst-slpe-doc < %{tl_epoch}:%{source_date} +License: LPPL +Summary: Sophisticated colour gradients +BuildArch: noarch +Requires: texlive-base +Requires: tex-kpathsea +Requires: tex(pstricks.sty) +Provides: tex(pst-slpe.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pst-slpe.sty) = %{epoch}:%{source_date}-%{release} + +%description pst-slpe +This PStricks package covers all the colour gradient +functionality of pst-grad (part of the base pstricks +distribution), and provides the following facilities: - it +permits the user to specify an arbitrary number of colours, +along with the points at which they are to be reached; - it +converts between RGB and HSV behind the scenes; - it provides +concentric and radial gradients; - it provides a command +\psBall that generates bullets with a three-dimensional +appearance; and - uses the xkeyval package for the extended key +handling. + + +%package pst-text +Provides: tex-pst-text = %{epoch}:%{source_date}-%{release} +Provides: tex-pst-text-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-pst-text-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-pst-text-doc < %{tl_epoch}:%{source_date} +License: LPPL +Summary: Text and character manipulation in PSTricks +BuildArch: noarch +Requires: texlive-base +Requires: tex-kpathsea +Requires: tex(pstricks.sty) +Provides: tex(pst-char.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pst-text.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pst-char.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(pst-text.sty) = %{epoch}:%{source_date}-%{release} + +%description pst-text +Pst-text is a PSTricks based package for plotting text along a +different path and manipulating characters. It includes the +functionality of the old package pst-char. + + +%package pst-tree +Provides: tex-pst-tree = %{epoch}:%{source_date}-%{release} +Provides: tex-pst-tree-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-pst-tree-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-pst-tree-doc < %{tl_epoch}:%{source_date} +License: LPPL +Summary: Trees, using pstricks +BuildArch: noarch +Requires: texlive-base +Requires: tex-kpathsea +Requires: tex(pstricks.sty) +Provides: tex(pst-tree.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pst-tree.sty) = %{epoch}:%{source_date}-%{release} + +%description pst-tree +pst-tree is a pstricks package that defines a macro \pstree +which offers a structured way of joining nodes created using +pst-node in order to draw trees. -%description qcm-doc -Documentation for qcm %package qstest -Provides: tex-qstest = %{tl_version} +Provides: tex-qstest = %{epoch}:%{source_date}-%{release} +Provides: tex-qstest-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-qstest-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-qstest-doc < %{tl_epoch}:%{source_date} License: LPPL Summary: Bundle for unit tests and pattern matching -Version: svn15878.0 - +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - +Requires: tex-kpathsea Requires: tex(verbatim.sty) -Provides: tex(makematch.sty) = %{tl_version} -Provides: tex(qstest.sty) = %{tl_version} +Provides: tex(makematch.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(qstest.sty) = %{epoch}:%{source_date}-%{release} %description qstest This is the public release of the qstest bundle (written for @@ -109927,1690 +21270,60 @@ their package documentation, providing illustrated examples that are automatically verified to work as expected. Check the README file for details. -%package qstest-doc -Summary: Documentation for qstest -Version: svn15878.0 -Provides: tex-qstest-doc -AutoReqProv: No - -%description qstest-doc -Documentation for qstest - -%package qsymbols -Provides: tex-qsymbols = %{tl_version} -License: GPL+ -Summary: Maths symbol abbreviations -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(amssymb.sty) -Requires: tex(amsbsy.sty) -Requires: tex(stmaryrd.sty) -Requires: tex(xy.sty) -Provides: tex(qsymbols.sty) = %{tl_version} - -%description qsymbols -Provides macros for defining systematic mnemonic abbreviations, -starting with ` for math symbols and \" for arrows, using -standard symbols as well as those from the amsfonts bundle and -the stmaryrd package. - -%package qsymbols-doc -Summary: Documentation for qsymbols -Version: svn15878.0 - -Provides: tex-qsymbols-doc -AutoReqProv: No - -%description qsymbols-doc -Documentation for qsymbols - -%package quotchap -Provides: tex-quotchap = %{tl_version} -License: GPL+ -Summary: Decorative chapter headings -Version: svn51591 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(color.sty) -Provides: tex(quotchap.sty) = %{tl_version} - -%description quotchap -A package for creating decorative chapter headings with -quotations. Uses graphical and coloured output and by default -needs the "Adobe standard font set" (as supported by psnfss). - -%package quotchap-doc -Summary: Documentation for quotchap -Version: svn51591 -Provides: tex-quotchap-doc -AutoReqProv: No - -%description quotchap-doc -Documentation for quotchap - -%package quoting -Provides: tex-quoting = %{tl_version} -License: LPPL 1.3 -Summary: Consolidated environment for displayed text -Version: svn32818.v0.1c - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(etoolbox.sty) -Requires: tex(kvoptions.sty) -Provides: tex(quoting.sty) = %{tl_version} - -%description quoting -As an alternative to the LaTeX standard environments quotation -and quote, the package provides a consolidated environment for -displayed text. First-line indentation may be activated by -adding a blank line before the quoting environment. A key-value -interface (using kvoptions) allows the user to configure font -properties and spacing and to control orphans within and after -the environment. - -%package quoting-doc -Summary: Documentation for quoting -Version: svn32818.v0.1c - -Provides: tex-quoting-doc -AutoReqProv: No - -%description quoting-doc -Documentation for quoting - -%package quotmark -Provides: tex-quotmark = %{tl_version} +%package sauerj +Provides: tex-sauerj = %{epoch}:%{source_date}-%{release} +Provides: tex-sauerj-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-sauerj-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-sauerj-doc < %{tl_epoch}:%{source_date} License: LPPL -Summary: Consistent quote marks -Version: svn15878.1.0 - +Summary: A bundle of utilities by Jonathan Sauer +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(quotmark-UKenglish.def) = %{tl_version} -Provides: tex(quotmark-USenglish.def) = %{tl_version} -Provides: tex(quotmark-afrikaans.def) = %{tl_version} -Provides: tex(quotmark-brazil.def) = %{tl_version} -Provides: tex(quotmark-bulgarian.def) = %{tl_version} -Provides: tex(quotmark-catalan.def) = %{tl_version} -Provides: tex(quotmark-croatian.def) = %{tl_version} -Provides: tex(quotmark-czech.def) = %{tl_version} -Provides: tex(quotmark-danish.def) = %{tl_version} -Provides: tex(quotmark-dutch.def) = %{tl_version} -Provides: tex(quotmark-estonian.def) = %{tl_version} -Provides: tex(quotmark-finnish.def) = %{tl_version} -Provides: tex(quotmark-frenchb.def) = %{tl_version} -Provides: tex(quotmark-germanb.def) = %{tl_version} -Provides: tex(quotmark-greek.def) = %{tl_version} -Provides: tex(quotmark-hebrew.def) = %{tl_version} -Provides: tex(quotmark-icelandic.def) = %{tl_version} -Provides: tex(quotmark-irish.def) = %{tl_version} -Provides: tex(quotmark-italian.def) = %{tl_version} -Provides: tex(quotmark-magyar.def) = %{tl_version} -Provides: tex(quotmark-ngermanb.def) = %{tl_version} -Provides: tex(quotmark-norsk.def) = %{tl_version} -Provides: tex(quotmark-polish.def) = %{tl_version} -Provides: tex(quotmark-portuges.def) = %{tl_version} -Provides: tex(quotmark-romanian.def) = %{tl_version} -Provides: tex(quotmark-russianb.def) = %{tl_version} -Provides: tex(quotmark-serbian.def) = %{tl_version} -Provides: tex(quotmark-slovak.def) = %{tl_version} -Provides: tex(quotmark-slovene.def) = %{tl_version} -Provides: tex(quotmark-sorbian.def) = %{tl_version} -Provides: tex(quotmark-spanish.def) = %{tl_version} -Provides: tex(quotmark-swedish.def) = %{tl_version} -Provides: tex(quotmark-swiss.def) = %{tl_version} -Provides: tex(quotmark-turkish.def) = %{tl_version} -Provides: tex(quotmark-ukraineb.def) = %{tl_version} -Provides: tex(quotmark-welsh.def) = %{tl_version} -Provides: tex(quotmark.sty) = %{tl_version} - -%description quotmark -The package provides a means of ensuring consistent quote marks -throughout your document. The style can be changed either via -package option or command, and the package detects language -selections (from the babel or ngerman packages), and uses the -punctuation marks appropriate for the current language. The -author now considers the package obsolete, and recommends use -of csquotes in its place. - -%package quotmark-doc -Summary: Documentation for quotmark -Version: svn15878.1.0 - -Provides: tex-quotmark-doc -AutoReqProv: No - -%description quotmark-doc -Documentation for quotmark - -%package ran_toks -Provides: tex-ran_toks = %{tl_version} -License: LPPL -Summary: Randomise token strings -Version: svn53271 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(verbatim.sty) -Requires: tex(random.tex) -Provides: tex(ran-toks.sty) = %{tl_version} -Provides: tex(ran_toks.sty) = %{tl_version} - -%description ran_toks -The package provides means of randomising lists of tokens, or -lists of chunks of tokens. Two mechanisms for defining chunks -are provided: the macro \ranToks command accepts an argument -containing tokens to be randomised; and the \bRTVToks/\eRTVToks -commands delimit a collection of tokens for randomising; each -group inside a rtVw constitutes one of these (typically larger) -token sets. - -%package ran_toks-doc -Summary: Documentation for ran_toks -Version: svn53271 -Provides: tex-ran_toks-doc -AutoReqProv: No - -%description ran_toks-doc -Documentation for ran_toks - -%package randtext -Provides: tex-randtext = %{tl_version} -License: LPPL -Summary: Randomise the order of characters in strings -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(random.tex) -Provides: tex(randtext.sty) = %{tl_version} - -%description randtext -The package provides a single macro \randomize{TEXT} that -typesets the characters of TEXT in random order, such that the -resulting output appears correct, but most automated attempts -to read the file will misunderstand it. This function allows -one to include an email address in a TeX document and publish -it online without fear of email address harvesters or spammers -easily picking up the address. - -%package randtext-doc -Summary: Documentation for randtext -Version: svn15878.0 - -Provides: tex-randtext-doc -AutoReqProv: No - -%description randtext-doc -Documentation for randtext - -%package rccol -Provides: tex-rccol = %{tl_version} -License: LPPL -Summary: Decimal-centered optionally rounded numbers in tabular -Version: svn15878.1.2c - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(array.sty) -Requires: tex(fltpoint.sty) -Provides: tex(rccol.sty) = %{tl_version} - -%description rccol -The rccol package provides decimal-centered numbers: -corresponding digits and decimal separators aligned. -Furthermore, rounding to the desired precision is possible. The -package makes use of the fltpoint package (as well as the LaTeX -required array package). - -%package rccol-doc -Summary: Documentation for rccol -Version: svn15878.1.2c - -Provides: tex-rccol-doc -AutoReqProv: No - -%description rccol-doc -Documentation for rccol - -%package rcs-multi -Provides: tex-rcs-multi = %{tl_version} -License: LPPL -Summary: Typeset RCS version control in multiple-file documents -Version: svn21939.0.1a - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(rcs-multi.sty) = %{tl_version} - -%description rcs-multi -The package enables the user to typeset version control -information provided by RCS keywords (e.g., $ID: ... $) in -LaTeX documents that contain multiple TeX files. The package is -based on the author's svn-multi package. - -%package rcs-multi-doc -Summary: Documentation for rcs-multi -Version: svn21939.0.1a - -Provides: tex-rcs-multi-doc -AutoReqProv: No - -%description rcs-multi-doc -Documentation for rcs-multi - -%package rcsinfo -Provides: tex-rcsinfo = %{tl_version} -License: LPPL -Summary: Support for the revision control system -Version: svn15878.1.11 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fancyheadings.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(scrlayer-scrpage.sty) -Provides: tex(rcsinfo.cfg) = %{tl_version} -Provides: tex(rcsinfo.sty) = %{tl_version} - -%description rcsinfo -A package to extract RCS (Revision Control System) information -and use it in a LaTeX document. For users of LaTeX2HTML -rcsinfo.perl is included. - -%package rcsinfo-doc -Summary: Documentation for rcsinfo -Version: svn15878.1.11 -Provides: tex-rcsinfo-doc -AutoReqProv: No - -%description rcsinfo-doc -Documentation for rcsinfo - -%package readarray -Provides: tex-readarray = %{tl_version} -License: LPPL 1.3 -Summary: Read, store and recall array-formatted data -Version: svn42467 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(readarray.sty) = %{tl_version} - -%description readarray -The package allows the user to input formatted data into -elements of a 2-D or 3-D array and to recall that data at will -by individual cell number. The data can be but need not be -numerical in nature. It can be, for example, formatted text. -While the package can be used for any application where indexed -data is called for, the package proves particularly useful when -elements of multiple arrays must be recallable and dynamically -combined at time of compilation, rather than in advance. - -%package readarray-doc -Summary: Documentation for readarray -Version: svn42467 -Provides: tex-readarray-doc -AutoReqProv: No - -%description readarray-doc -Documentation for readarray - -%package realboxes -Provides: tex-realboxes = %{tl_version} -License: LPPL 1.3 -Summary: Variants of common box-commands that read their content as real box and not as macro argument -Version: svn23581.0.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(collectbox.sty) -Requires: tex(adjcalc.sty) -Requires: tex(calc.sty) -Requires: tex(fancybox.sty) -Requires: tex(xcolor.sty) -Requires: tex(color.sty) -Requires: tex(graphicx.sty) -Requires: tex(graphics.sty) -Requires: tex(dashbox.sty) -Provides: tex(realboxes.sty) = %{tl_version} - -%description realboxes -The package uses the author's package collectbox to define -variants of common box related macros which read the content as -real box and not as macro argument. This enables the use of -verbatim or other special material as part of this content. The -provided macros have the same names as the original versions -but start with an upper-case letter instead. The "long-form" -macros, like \Makebox, can also be used as environments, but -not the "short-form" macros, like \Mbox. However, normally the -long form uses the short form anyway when no optional arguments -are used. - -%package realboxes-doc -Summary: Documentation for realboxes -Version: svn23581.0.2 - -Provides: tex-realboxes-doc -AutoReqProv: No - -%description realboxes-doc -Documentation for realboxes - -%package recipe -Provides: tex-recipe = %{tl_version} -License: Public Domain -Summary: A LaTeX class to typeset recipes -Version: svn54080 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(recipe.cls) = %{tl_version} - -%description recipe -The layout design is relative straightforward (and traditional: -see 'sample output' under 'documentation'); the class -uses the Bookman and BrushScript-Italic fonts. - -%package recipe-doc -Summary: Documentation for recipe -Version: svn54080 -Provides: tex-recipe-doc -AutoReqProv: No - -%description recipe-doc -Documentation for recipe - -%package recipebook -Provides: tex-recipebook = %{tl_version} -License: LPPL 1.3 -Summary: Typeset 5.5" x 8" recipes for browsing or printing -Version: svn37026.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ragged2e.sty) -Requires: tex(amsmath.sty) -Requires: tex(amsfonts.sty) -Requires: tex(amssymb.sty) -Requires: tex(xparse.sty) -Requires: tex(wrapfig.sty) -Requires: tex(graphicx.sty) -Requires: tex(eso-pic.sty) -Requires: tex(anyfontsize.sty) -Requires: tex(scrextend.sty) -Requires: tex(multirow.sty) -Requires: tex(multicol.sty) -Requires: tex(nicefrac.sty) -Requires: tex(xcolor.sty) -Requires: tex(gensymb.sty) -Requires: tex(booktabs.sty) -Requires: tex(tabularx.sty) -Requires: tex(calc.sty) -Requires: tex(picture.sty) -Requires: tex(parskip.sty) -Requires: tex(tgtermes.sty) -Requires: tex(fontenc.sty) -Requires: tex(datetime.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(tikz.sty) -Requires: tex(tocloft.sty) -Requires: tex(hyperref.sty) -Requires: tex(geometry.sty) -Requires: tex(environ.sty) -Requires: tex(tcolorbox.sty) -Provides: tex(RecipeBook.cls) = %{tl_version} - -%description recipebook -This is a LaTeX2e class for typesetting recipes. It is designed -for typesetting one or two recipes per page, with dimensions of -5.5" x 8.5". The hyperlinked table of contents (ToC) and page -numbers make browsing recipes convenient, and the pages can be -joined together or printed two per sheet to normal letterpaper -easily. The size was chosen to work in half-page 3-ring binder -cover sheets. - -%package recipebook-doc -Summary: Documentation for recipebook -Version: svn37026.0 - -Provides: tex-recipebook-doc -AutoReqProv: No - -%description recipebook-doc -Documentation for recipebook - -%package recipecard -Provides: tex-recipecard = %{tl_version} -License: LPPL -Summary: Typeset recipes in note-card-sized boxes -Version: svn15878.2.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(calc.sty) -Requires: tex(ifthen.sty) -Requires: tex(boxedminipage.sty) -Requires: tex(geometry.sty) -Provides: tex(recipecard.cls) = %{tl_version} - -%description recipecard -The recipecard class typesets recipes into note card sized -boxes that can then be cut out and pasted on to note cards. The -recipe then looks elegant and fits in the box of recipes. - -%package recipecard-doc -Summary: Documentation for recipecard -Version: svn15878.2.0 - -Provides: tex-recipecard-doc -AutoReqProv: No - -%description recipecard-doc -Documentation for recipecard - -%package rectopma -Provides: tex-rectopma = %{tl_version} -License: LPPL -Summary: Recycle top matter -Version: svn19980.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(rectopma.sty) = %{tl_version} - -%description rectopma -Saves the arguments of \author and \title for reference (after -\maketitle) in a document. (\maketitle simply disposes of the -information, in the standard classes and some others.) - -%package rectopma-doc -Summary: Documentation for rectopma -Version: svn19980.0 - -Provides: tex-rectopma-doc -AutoReqProv: No - -%description rectopma-doc -Documentation for rectopma - -%package refcheck -Provides: tex-refcheck = %{tl_version} -License: GPL+ -Summary: Check references (in figures, table, equations, etc) -Version: svn29128.1.9.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(refcheck.sty) = %{tl_version} - -%description refcheck -The package checks references in a document, looking for -numbered but unlabelled equations, for labels which are not -used in the text, for unused bibliography references. It can -also display label names in text near corresponding numbers of -equations and/or bibliography references. - -%package refcheck-doc -Summary: Documentation for refcheck -Version: svn29128.1.9.1 - -Provides: tex-refcheck-doc -AutoReqProv: No - -%description refcheck-doc -Documentation for refcheck - -%package refenums -Provides: tex-refenums = %{tl_version} -License: LPPL 1.3 -Summary: Define reference labels items with names of their own -Version: svn44131 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(csquotes.sty) -Requires: tex(ifthen.sty) -Requires: tex(hyperref.sty) -Requires: tex(cleveref.sty) -Provides: tex(refenums.sty) = %{tl_version} - -%description refenums -The package provides commands to define enumerable items with a -number and a long name, which can be referenced referenced -later with the name or just the short form. For instance, -"Milestone M1: Specification created" can be defined and later -on be referenced with 'M1' or 'M1 ("Specification created")'. -The text in the references is derived from the definition and -also rendered as hyperlink to the definition. - -%package refenums-doc -Summary: Documentation for refenums -Version: svn44131 -Provides: tex-refenums-doc -AutoReqProv: No - -%description refenums-doc -Documentation for refenums - -%package reflectgraphics -Provides: tex-reflectgraphics = %{tl_version} -License: LPPL 1.3 -Summary: Techniques for reflecting graphics -Version: svn40612 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(kvoptions.sty) +Requires: tex-kpathsea Requires: tex(keyval.sty) -Requires: tex(graphicx.sty) -Requires: tex(calc.sty) -Requires: tex(tikz.sty) -Provides: tex(reflectgraphics.sty) = %{tl_version} +Provides: tex(collect.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(metainfo.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(optparams.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(parcolumns.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(processkv.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(zahl2string.sty) = %{epoch}:%{source_date}-%{release} -%description reflectgraphics -The package provides a macro for reflecting images, in a number -of different ways, in pursuit of "more striking" graphics in a -document. +%description sauerj +The bundle consists of: a tool for collecting text for later +re-use, a tool for typesetting the "meta-information" within a +text, a tool for use in constructing macros with multiple +optional parameters, a package for multiple column parallel +texts, a tool for processing key-value structured lists, and +macros for typesetting a number as a German-language string. -%package reflectgraphics-doc -Summary: Documentation for reflectgraphics -Version: svn40612 - -Provides: tex-reflectgraphics-doc -AutoReqProv: No - -%description reflectgraphics-doc -Documentation for reflectgraphics - -%package refman -Provides: tex-refman = %{tl_version} -License: LPPL -Summary: Format technical reference manuals -Version: svn15878.2.0e +%package scheme-basic +Summary: basic scheme (plain and latex) +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea +Requires(post,postun): coreutils +Requires: texlive-collection-basic +Requires: texlive-collection-latex -Provides: tex(pagepc.sty) = %{tl_version} -Provides: tex(refart.cls) = %{tl_version} -Provides: tex(refrep.cls) = %{tl_version} +%description scheme-basic +This is the basic TeX Live scheme: it is a small set of files +sufficient to typeset plain TeX or LaTeX documents in +PostScript or PDF, using the Computer Modern fonts. This +scheme corresponds to collection-basic and collection-latex. -%description refman -Document classes (report- and article-style) for writing -technical reference manuals. It offers a wide left margin for -notes to the reader, like some of the manuals distributed by -Adobe. - -%package refman-doc -Summary: Documentation for refman -Version: svn15878.2.0e - -Provides: tex-refman-doc -AutoReqProv: No - -%description refman-doc -Documentation for refman - -%package refstyle -Provides: tex-refstyle = %{tl_version} -License: LPPL -Summary: Advanced formatting of cross references -Version: svn20318.0.5 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(keyval.sty) -Provides: tex(refstyle.cfg) = %{tl_version} -Provides: tex(refstyle.sty) = %{tl_version} - -%description refstyle -The package provides a consistent way of producing references -throughout a project. Enough flexibility is provided to make -local changes to a single reference. The user can configure -their own setup. The package offers a direct interface to -varioref (for use, for example, in large projects such as a -series of books, or a multivolume thesis written as a series of -documents), and name references from the nameref package may be -incorporated with ease. For large projects such as a series of -books or a multi volume thesis, written as freestanding -documents, a facility is provided to interface to the xr -package for external document references. - -%package refstyle-doc -Summary: Documentation for refstyle -Version: svn20318.0.5 - -Provides: tex-refstyle-doc -AutoReqProv: No - -%description refstyle-doc -Documentation for refstyle - -%package regcount -Provides: tex-regcount = %{tl_version} -License: LPPL -Summary: Display the allocation status of the TeX registers -Version: svn19979.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(regcount.sty) = %{tl_version} - -%description regcount -Adds a macro \rgcounts which displays the allocation status of -the TeX registers. The display is written into the .log file as -it is a bit verbose. An automatic call to \rgcounts is done at -\begin{document} and \end{document}. - -%package regcount-doc -Summary: Documentation for regcount -Version: svn19979.1.0 - -Provides: tex-regcount-doc -AutoReqProv: No - -%description regcount-doc -Documentation for regcount - -%package regexpatch -Provides: tex-regexpatch = %{tl_version} -License: LPPL 1.3 -Summary: High level patching of commands -Version: svn47601 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(expl3.sty) -Requires: tex(xparse.sty) -Provides: tex(regexpatch.sty) = %{tl_version} - -%description regexpatch -The package generalises the macro patching commands provided by -P. Lehmann's etoolbox. The difference between this package and -its sibling xpatch is that this package sports a very powerful -\regexpatchcmd based on the l3regex module of the LaTeX3 -experimental packages. - -%package regexpatch-doc -Summary: Documentation for regexpatch -Version: svn47601 -Provides: tex-regexpatch-doc -AutoReqProv: No - -%description regexpatch-doc -Documentation for regexpatch - -%package register -Provides: tex-register = %{tl_version} -License: LPPL -Summary: Typeset programmable elements in digital hardware (registers) -Version: svn54485 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(graphicx.sty) -Requires: tex(float.sty) -Requires: tex(calc.sty) -Provides: tex(register.sty) = %{tl_version} - -%description register -This package is designed for typesetting the programmable -elements in digital hardware, i.e., registers. Such registers -typically have many fields and can be quite wide; they are thus -a challenge to typeset in a consistent manner. Register is -similar in some aspects to the bytefield and bitpattern -packages. Anyone doing hardware documentation using LaTeX -should examine those packages. Register requires version -2001/07/25 or newer of the float package. An example Perl -module and script are provided, to convert the register -specifications into structures suitable for, say, a pre-silicon -test environment. - -%package register-doc -Summary: Documentation for register -Version: svn54485 -Provides: tex-register-doc -AutoReqProv: No - -%description register-doc -Documentation for register - -%package regstats -Provides: tex-regstats = %{tl_version} -License: LPPL 1.3 -Summary: Information about register use -Version: svn25050.1.0h - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(kvoptions.sty) -Requires: tex(atveryend.sty) -Requires: tex(ltxcmds.sty) -Requires: tex(intcalc.sty) -Requires: tex(ifluatex.sty) -Requires: tex(ifpdf.sty) -Provides: tex(regstats.sty) = %{tl_version} - -%description regstats -The package will report number of used registers (counter, -dimen, skip, muskip, box, token, input, output, math families, -languages, insertions), and will compare the number to the -maximum available number of such registers. - -%package regstats-doc -Summary: Documentation for regstats -Version: svn25050.1.0h - -Provides: tex-regstats-doc -AutoReqProv: No - -%description regstats-doc -Documentation for regstats - -%package relenc -Provides: tex-relenc = %{tl_version} -License: LPPL -Summary: A "relaxed" font encoding -Version: svn22050.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(zcmr8d.tfm) = %{tl_version} -Provides: tex(zcmra.tfm) = %{tl_version} -Provides: tex(zcmr8d.vf) = %{tl_version} -Provides: tex(zcmra.vf) = %{tl_version} -Provides: tex(2sidedoc.sty) = %{tl_version} -Provides: tex(ecsubzcm.sty) = %{tl_version} -Provides: tex(relenc.sty) = %{tl_version} -Provides: tex(t1renc.def) = %{tl_version} -Provides: tex(t1rzcm.fd) = %{tl_version} - -%description relenc -LaTeX package providing a relaxed font encoding to make -available to a font designer more slots for insertion of -ligatures and accented characters. - -%package relenc-doc -Summary: Documentation for relenc -Version: svn22050.0 - -Provides: tex-relenc-doc -AutoReqProv: No - -%description relenc-doc -Documentation for relenc - -%package relsize -Provides: tex-relsize = %{tl_version} -License: Public Domain -Summary: Set the font size relative to the current font size -Version: svn30707.4.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(relsize.sty) = %{tl_version} - -%description relsize -The basic command of the package is \relsize, whose argument is -a number of \magsteps to change size; from this are defined -commands \larger, \smaller, \textlarger, etc. - -%package relsize-doc -Summary: Documentation for relsize -Version: svn30707.4.1 - -Provides: tex-relsize-doc -AutoReqProv: No - -%description relsize-doc -Documentation for relsize - -%package repeatindex -Provides: tex-repeatindex = %{tl_version} -License: LPPL -Summary: Repeat items in an index after a page or column break -Version: svn24305.0.01 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(afterpage.sty) -Requires: tex(makeidx.sty) -Provides: tex(repeatindex.sty) = %{tl_version} - -%description repeatindex -This Package repeats item of an index if a page or column break -occurs within a list of subitems. This helps to find out to -which main item a subitem belongs. - -%package repeatindex-doc -Summary: Documentation for repeatindex -Version: svn24305.0.01 - -Provides: tex-repeatindex-doc -AutoReqProv: No - -%description repeatindex-doc -Documentation for repeatindex - -%package repltext -Provides: tex-repltext = %{tl_version} -License: LPPL 1.3 -Summary: Control how text gets copied from a PDF file -Version: svn33442.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifpdf.sty) -Requires: tex(graphicx.sty) -Provides: tex(repltext.sty) = %{tl_version} - -%description repltext -The repltext package exposes to LaTeX a relatively obscure PDF -feature: replacement text. When replacement text is specified -for a piece of text, it is the replacement text, not the -typeset text that is copied and pasted. - -%package repltext-doc -Summary: Documentation for repltext -Version: svn33442.1.0 - -Provides: tex-repltext-doc -AutoReqProv: No - -%description repltext-doc -Documentation for repltext - -%package rjlparshap -Provides: tex-rjlparshap = %{tl_version} -License: LPPL 1.2 -Summary: Support for use of \parshape in LaTeX -Version: svn15878.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(arrayjob.sty) -Requires: tex(forloop.sty) -Provides: tex(rjlpshap.sty) = %{tl_version} - -%description rjlparshap -The package provides macros and environments that relieve the -programmer of some of the difficulties of using \parshape in -LaTeX macros. It does not actually calculate shapes in the way -that the shapepar package does. - -%package rjlparshap-doc -Summary: Documentation for rjlparshap -Version: svn15878.1.0 - -Provides: tex-rjlparshap-doc -AutoReqProv: No - -%description rjlparshap-doc -Documentation for rjlparshap - -%package rlepsf -Provides: tex-rlepsf = %{tl_version} -License: LPPL -Summary: Rewrite labels in EPS graphics -Version: svn19082.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(rlepsf.tex) = %{tl_version} - -%description rlepsf -A macro package for use with epsf.tex which allows PostScript -labels in an Encapsulated PostScript file to be replaced by TeX -labels. The package provides commands \relabel (simply replace -a PostScript string), \adjustrelabel (replace a PostScript -string, with position adjustment), and \extralabel (add a label -at given coordinates). You can, if you so choose, use the -facilities of the labelfig package in place of using -\extralabel. - -%package rlepsf-doc -Summary: Documentation for rlepsf -Version: svn19082.0 - -Provides: tex-rlepsf-doc -AutoReqProv: No - -%description rlepsf-doc -Documentation for rlepsf - -%package rmpage -Provides: tex-rmpage = %{tl_version} -License: GPL+ -Summary: A package to help change page layout parameters in LaTeX -Version: svn54080 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(avant.sty) -Requires: tex(bookman.sty) -Requires: tex(chancery.sty) -Requires: tex(helvet.sty) -Requires: tex(newcent.sty) -Requires: tex(palatino.sty) -Requires: tex(times.sty) -Requires: tex(utopia.sty) -Requires: tex(beton.sty) -Provides: tex(rmpage.sty) = %{tl_version} -Provides: tex(rmpgen.cfg) = %{tl_version} - -%description rmpage -The package lets you change page layout parameters in small -steps over a range of values using options. It can set -\textwidth appropriately for the main fount, and ensure that -the text fits inside the printable area of a printer. An -rmpage-formatted document can be typeset identically without -rmpage after a single cut and paste operation. Local -configuration can set defaults: for all documents; and by -class, by printer, and by paper size. The geometry package is -better if you want to set page layout parameters to particular -measurements. - -%package rmpage-doc -Summary: Documentation for rmpage -Version: svn54080 -Provides: tex-rmpage-doc -AutoReqProv: No - -%description rmpage-doc -Documentation for rmpage - -%package robustcommand -Provides: tex-robustcommand = %{tl_version} -License: LPPL -Summary: Declare robust command, with \newcommand checks -Version: svn15878.0.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(robustcommand.sty) = %{tl_version} - -%description robustcommand -The package merely provides a variation of -\DeclareRobustCommand, which checks for the existence of a -command before declaring it robust. - -%package robustcommand-doc -Summary: Documentation for robustcommand -Version: svn15878.0.1 - -Provides: tex-robustcommand-doc -AutoReqProv: No - -%description robustcommand-doc -Documentation for robustcommand - -%package robustindex -Provides: tex-robustindex = %{tl_version} -License: LPPL -Summary: Create index with pagerefs -Version: svn49877 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(robustglossary.sty) = %{tl_version} -Provides: tex(robustindex.sty) = %{tl_version} - -%description robustindex -Third parties often change the page numbers without rerunning -makeindex. One would like to make the page numbers in the index -entries more robust. This bundle provides robustindex.sty and -robustglossary.sty, which use the \pageref mechanism to -maintain correct page numbers - -%package robustindex-doc -Summary: Documentation for robustindex -Version: svn49877 -Provides: tex-robustindex-doc -AutoReqProv: No - -%description robustindex-doc -Documentation for robustindex - -%package romanbar -Provides: tex-romanbar = %{tl_version} -License: LPPL 1.3 -Summary: Write roman number with "bars" -Version: svn25005.1.0f - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(romanbar.sty) = %{tl_version} - -%description romanbar -'Bars', in the present context, are lines above and below text -that abut with the text. Barred roman numerals are sometimes -found in publications. The package provides a function that -prints barred roman numerals (converting arabic numerals if -necessary). The package also provides a predicate \ifnumeric. - -%package romanbar-doc -Summary: Documentation for romanbar -Version: svn25005.1.0f - -Provides: tex-romanbar-doc -AutoReqProv: No - -%description romanbar-doc -Documentation for romanbar - -%package romanbarpagenumber -Provides: tex-romanbarpagenumber = %{tl_version} -License: LPPL 1.3 -Summary: Typesetting roman page numbers -Version: svn36236.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(kvoptions.sty) -Requires: tex(xifthen.sty) -Requires: tex(romanbar.sty) -Provides: tex(romanbarpagenumber.sty) = %{tl_version} - -%description romanbarpagenumber -The package romanbar allows to typeset roman numbers with bars. -This package allows you to use those roman numbers as page -number. - -%package romanbarpagenumber-doc -Summary: Documentation for romanbarpagenumber -Version: svn36236.1.0 - -Provides: tex-romanbarpagenumber-doc -AutoReqProv: No - -%description romanbarpagenumber-doc -Documentation for romanbarpagenumber - -%package romanneg -Provides: tex-romanneg = %{tl_version} -License: Public Domain -Summary: Roman page numbers negative -Version: svn20087.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(romanneg.sty) = %{tl_version} - -%description romanneg -Causes the page numbers in the DVI file (as defined by \count0) -to be negative when roman pagenumbering is in effect. - -%package romanneg-doc -Summary: Documentation for romanneg -Version: svn20087.0 - -Provides: tex-romanneg-doc -AutoReqProv: No - -%description romanneg-doc -Documentation for romanneg - -%package romannum -Provides: tex-romannum = %{tl_version} -License: LPPL -Summary: Generate roman numerals instead of arabic digits -Version: svn15878.1.0b - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(stdclsdv.sty) -Provides: tex(romannum.sty) = %{tl_version} - -%description romannum -The romannum package changes LaTeX generated numbers to be -printed with roman numerals instead of arabic digits. It -requires the stdclsdv package. Users of the bookhands fonts may -find this package useful. - -%package romannum-doc -Summary: Documentation for romannum -Version: svn15878.1.0b - -Provides: tex-romannum-doc -AutoReqProv: No - -%description romannum-doc -Documentation for romannum - -%package rotfloat -Provides: tex-rotfloat = %{tl_version} -License: LPPL -Summary: Rotate floats -Version: svn18292.1.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(float.sty) -Requires: tex(rotating.sty) -Provides: tex(rotfloat.sty) = %{tl_version} - -%description rotfloat -The float package provides commands to define new floats of -various styles (plain, boxed, ruled, and userdefined ones); the -rotating package provides new environments (sidewaysfigure and -sidewaystable) which are rotated by 90 or 270 degrees. But what -about new rotated floats, e.g. a rotated ruled one? This -package makes this possible; it builds a bridge between the two -packages and extends the commands from the float package to -define rotated versions of the new floats, too. - -%package rotfloat-doc -Summary: Documentation for rotfloat -Version: svn18292.1.2 - -Provides: tex-rotfloat-doc -AutoReqProv: No - -%description rotfloat-doc -Documentation for rotfloat - -%package rotpages -Provides: tex-rotpages = %{tl_version} -License: LPPL -Summary: Typeset sets of pages upside-down and backwards -Version: svn18740.3.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(graphics.sty) -Requires: tex(ifthen.sty) -Requires: tex(calc.sty) -Provides: tex(rotpages.sty) = %{tl_version} - -%description rotpages -The rotpages package allows you to format documents where small -sets of pages are rotated by 180 degrees and rearranged, so -that they can be read by turning the printed copy upside-down. -It was developed for collecting exercises and solutions: using -the package, you can print the exercise text normally and the -solutions rotated. - -%package rotpages-doc -Summary: Documentation for rotpages -Version: svn18740.3.0 - -Provides: tex-rotpages-doc -AutoReqProv: No - -%description rotpages-doc -Documentation for rotpages - -%package roundbox -Provides: tex-roundbox = %{tl_version} -License: LPPL 1.3 -Summary: Round boxes in LaTeX -Version: svn29675.0.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(roundbox.sty) = %{tl_version} - -%description roundbox -This package implements a command \roundbox that can be used, -in LaTeX, for producing boxes, framed with rounded corners. - -%package roundbox-doc -Summary: Documentation for roundbox -Version: svn29675.0.2 - -Provides: tex-roundbox-doc -AutoReqProv: No - -%description roundbox-doc -Documentation for roundbox - -%package rterface -Provides: tex-rterface = %{tl_version} -License: LPPL 1.2 -Summary: Access to R analysis from within a document -Version: svn30084.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(newfile.sty) -Provides: tex(rterface.sty) = %{tl_version} - -%description rterface -The package mediates interaction between LaTeX and R; it allows -LaTeX to set R's parameters, and provides code to read R -output. - -%package rterface-doc -Summary: Documentation for rterface -Version: svn30084.0 - -Provides: tex-rterface-doc -AutoReqProv: No - -%description rterface-doc -Documentation for rterface - -%package rtkinenc -Provides: tex-rtkinenc = %{tl_version} -License: LPPL -Summary: Input encoding with fallback procedures -Version: svn20003.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(rtkinenc.sty) = %{tl_version} - -%description rtkinenc -The rtkinenc package is functionally similar to the standard -LaTeX package inputenc: both set up active characters so that -an input character outside the range of 7-bit visible ASCII is -coverted into one or more corresponding LaTeX commands. The -main difference lies in that rtkinenc allows the user to -specify a fallback procedure to use when the text command -corresponding to some input character isn't available. Names of -commands in rtkinenc have been selected so that it can read -inputenc encoding definition files, and the aim is that -rtkinenc should be backwards compatible with inputenc. rtkinenc -is not a new version of inputenc though, nor is it part of -standard LaTeX. For an example of how rtkinenc is used, the -user may look at the tclldoc class. - -%package rtkinenc-doc -Summary: Documentation for rtkinenc -Version: svn20003.1.0 - -Provides: tex-rtkinenc-doc -AutoReqProv: No - -%description rtkinenc-doc -Documentation for rtkinenc - -%package rulercompass -Provides: tex-rulercompass = %{tl_version} -License: LPPL 1.3 -Summary: A TikZ library for straight-edge and compass diagrams -Version: svn32392.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(tikzlibraryrulercompass.code.tex) = %{tl_version} - -%description rulercompass -The package defines some commands and styles to support drawing -straight-edge and compass diagrams with TikZ. - -%package rulercompass-doc -Summary: Documentation for rulercompass -Version: svn32392.1 - -Provides: tex-rulercompass-doc -AutoReqProv: No - -%description rulercompass-doc -Documentation for rulercompass - -%package rvwrite -Provides: tex-rvwrite = %{tl_version} -License: LPPL -Summary: Increase the number of available output streams in LaTeX -Version: svn19614.1.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(rvwrite.sty) = %{tl_version} - -%description rvwrite -The package addresses, for LaTeX documents, the severe -limitation on the number of output streams that TeX provides. -The package uses a single TeX output stream, and writes "marked- -up" output to this stream. The user may then post-process the -marked-up output file, using LaTeX, and the document's output -appears as separate files, according to the calls made to the -package. The output to be post-processed uses macros from the -widely-available ProTeX package. - -%package rvwrite-doc -Summary: Documentation for rvwrite -Version: svn19614.1.2 - -Provides: tex-rvwrite-doc -AutoReqProv: No - -%description rvwrite-doc -Documentation for rvwrite - -%package savefnmark -Provides: tex-savefnmark = %{tl_version} -License: GPL+ -Summary: Save name of the footnote mark for reuse -Version: svn15878.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(savefnmark.sty) = %{tl_version} - -%description savefnmark -Sometimes the same footnote applies to more than one location -in a table. With this package the mark of a footnote can be -saved into a name, and re-used subsequently without creating -another footnote at the bottom. - -%package savefnmark-doc -Summary: Documentation for savefnmark -Version: svn15878.1.0 - -Provides: tex-savefnmark-doc -AutoReqProv: No - -%description savefnmark-doc -Documentation for savefnmark - -%package savesym -Provides: tex-savesym = %{tl_version} -License: LPPL -Summary: Redefine symbols where names conflict -Version: svn31565.1.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(savesym.sty) = %{tl_version} - -%description savesym -There are a number of symbols (e.g., \Square) that are defined -by several packages. In order to typeset all the variants in a -document, we have to give the glyph a unique name. To do that, -we define \savesymbol{XXX}, which renames a symbol from \XXX to -\origXXX, and \restoresymbols{yyy}{XXX}, which renames \origXXX -back to \XXX and defines a new command, \yyyXXX, which -corresponds to the most recently loaded version of \XXX. - -%package savetrees -Provides: tex-savetrees = %{tl_version} -License: LPPL 1.3 -Summary: Optimise the use of each page of a LaTeX document -Version: svn40525 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(numeric-comp.bbx) -Requires: tex(numeric-comp.cbx) -Requires: tex(xkeyval.sty) -Requires: tex(ifpdf.sty) -Requires: tex(ifluatex.sty) -Requires: tex(titlesec.sty) -Provides: tex(savetrees.bbx) = %{tl_version} -Provides: tex(savetrees.cbx) = %{tl_version} -Provides: tex(savetrees.sty) = %{tl_version} - -%description savetrees -The goal of the savetrees package is to pack as much text as -possible onto each page of a LaTeX document. Admittedly, this -makes the document far less attractive. Nevertheless, savetrees -is a simple way to save paper when printing draft copies of a -document. It can also be useful when trying to meet a tight -page-length requirement for a conference or journal submission. -Most of the package options cover specific modifications to -typesetting rules, but there are also options subtle, moderate -and extreme options for the "broad brush" approach. - -%package savetrees-doc -Summary: Documentation for savetrees -Version: svn40525 - -Provides: tex-savetrees-doc -AutoReqProv: No - -%description savetrees-doc -Documentation for savetrees - -%package scale -Provides: tex-scale = %{tl_version} -License: GPL+ -Summary: Scale document by sqrt(2) or magstep(2) -Version: svn15878.1.1.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(scale.sty) = %{tl_version} - -%description scale -A package to scale a document by sqrt(2) (or by \magstep{2}). -This is useful if you are preparing a document on, for example, -A5 paper and want to print on A4 paper to achieve a better -resolution. - -%package scale-doc -Summary: Documentation for scale -Version: svn15878.1.1.2 - -Provides: tex-scale-doc -AutoReqProv: No - -%description scale-doc -Documentation for scale - -%package scalebar -Provides: tex-scalebar = %{tl_version} -License: LPPL -Summary: Create scalebars for maps, diagrams or photos -Version: svn15878.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Requires: tex(calc.sty) -Requires: tex(fp.sty) -Provides: tex(scalebar.sty) = %{tl_version} - -%description scalebar -This is a small package to create scalebars for maps, diagrams -or photos. It was designed for use with cave maps but can be -used for anything from showing a scalebar in kilometres for -topographic maps to a scalebar in micrometres for an electron -microscope image. - -%package scalebar-doc -Summary: Documentation for scalebar -Version: svn15878.1.0 - -Provides: tex-scalebar-doc -AutoReqProv: No - -%description scalebar-doc -Documentation for scalebar - -%package scalerel -Provides: tex-scalerel = %{tl_version} -License: LPPL 1.3 -Summary: Constrained scaling and stretching of objects -Version: svn42809 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(scalerel.sty) = %{tl_version} - -%description scalerel -The package provides four commands for vertically scaling and -stretching objects. Its primary function is the ability to -scale/stretch and shift one object to conform to the size of a -specified second object. This feature can be useful in both -equations and schematic diagrams. Additionally, the scaling and -stretching commands offer constraints on maximum width and/or -minimum aspect ratio, which are often used to preserve -legibility or for the sake of general appearance. - -%package scalerel-doc -Summary: Documentation for scalerel -Version: svn42809 -Provides: tex-scalerel-doc -AutoReqProv: No - -%description scalerel-doc -Documentation for scalerel - -%package scanpages -Provides: tex-scanpages = %{tl_version} -License: LPPL 1.3 -Summary: Support importing and embellishing scanned documents -Version: svn42633 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifpdf.sty) -Requires: tex(pgffor.sty) -Requires: tex(xcolor.sty) -Requires: tex(xkeyval.sty) -Requires: tex(fp-basic.sty) -Requires: tex(graphicx.sty) -Requires: tex(etoolbox.sty) -Provides: tex(scanpages.sty) = %{tl_version} - -%description scanpages -The bundle provides support for the process of creating -documents based on pre-TeX-era material that is available as -scanned pages, only. - -%package scanpages-doc -Summary: Documentation for scanpages -Version: svn42633 -Provides: tex-scanpages-doc -AutoReqProv: No - -%description scanpages-doc -Documentation for scanpages - -%package sdrt -Provides: tex-sdrt = %{tl_version} -License: LPPL -Summary: Macros for Segmented Discourse Representation Theory -Version: svn15878.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Requires: tex(xyling.sty) -Requires: tex(xytree.sty) -Provides: tex(sdrt.sty) = %{tl_version} - -%description sdrt -The package provides macros to produce the 'Box notation' of -SDRT (and DRT), to draw trees representing discourse relations, -and finally to have an easy access to various mathematical -symbols used in that theory, mostly with automatic mathematics -mode, so they work the same in formulae and in text. - -%package sdrt-doc -Summary: Documentation for sdrt -Version: svn15878.1.0 - -Provides: tex-sdrt-doc -AutoReqProv: No - -%description sdrt-doc -Documentation for sdrt - -%package secdot -Provides: tex-secdot = %{tl_version} -License: LPPL -Summary: Section numbers with trailing dots -Version: svn20208.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(secdot.sty) = %{tl_version} - -%description secdot -Makes the numbers of \section commands come out with a trailing -dot. Includes a command whereby the same can be made to happen -with other sectioning commands. - -%package secdot-doc -Summary: Documentation for secdot -Version: svn20208.1.0 - -Provides: tex-secdot-doc -AutoReqProv: No - -%description secdot-doc -Documentation for secdot - -%package sectionbox -Provides: tex-sectionbox = %{tl_version} -License: LPPL -Summary: Create fancy boxed ((sub)sub)sections -Version: svn37749.1.01 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Requires: tex(calc.sty) -Requires: tex(fancybox.sty) -Requires: tex(color.sty) -Provides: tex(sectionbox.sty) = %{tl_version} - -%description sectionbox -Sectionbox is a LaTeX package for putting fancy colored boxes -around sections, subsections, and subsubsections, especially -for use in posters, etc. It was designed with the sciposter -class in mind, and certainly works with that class and with -derived classes. - -%package sectionbox-doc -Summary: Documentation for sectionbox -Version: svn37749.1.01 - -Provides: tex-sectionbox-doc -AutoReqProv: No - -%description sectionbox-doc -Documentation for sectionbox %package sectsty -Provides: tex-sectsty = %{tl_version} +Provides: tex-sectsty = %{epoch}:%{source_date}-%{release} +Provides: tex-sectsty-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-sectsty-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-sectsty-doc < %{tl_epoch}:%{source_date} License: LPPL Summary: Control sectional headers -Version: svn15878.2.0.2 - +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(sectsty.sty) = %{tl_version} +Requires: tex-kpathsea +Provides: tex(sectsty.sty) = %{epoch}:%{source_date}-%{release} %description sectsty A LaTeX2e package to help change the style of any or all of @@ -111618,1352 +21331,41 @@ LaTeX's sectional headers in the article, book, or report classes. Examples include the addition of rules above or below a section title. -%package sectsty-doc -Summary: Documentation for sectsty -Version: svn15878.2.0.2 - -Provides: tex-sectsty-doc -AutoReqProv: No - -%description sectsty-doc -Documentation for sectsty - -%package seealso -Provides: tex-seealso = %{tl_version} -License: LPPL 1.3 -Summary: Improve the performance of \see macros with makeindex -Version: svn43595 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(etoolbox.sty) -Requires: tex(kvoptions.sty) -Provides: tex(seealso.sty) = %{tl_version} - -%description seealso -The package amends the \see and \seealso macros that are used -in building indexes with makeindex, to deal with repetitions, -and to ensure page numbers are present in the actual index -entries. on these indirecty - -%package seealso-doc -Summary: Documentation for seealso -Version: svn43595 -Provides: tex-seealso-doc -AutoReqProv: No - -%description seealso-doc -Documentation for seealso - -%package selectp -Provides: tex-selectp = %{tl_version} -License: Public Domain -Summary: Select pages to be output -Version: svn20185.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(selectp.sty) = %{tl_version} - -%description selectp -Defines a command \outputonly, whose argument is a list of -pages to be output. With the command present (before -\begin{document}), only those pages are output. This package -was inspired by code published by Knuth in TUGboat 8(2) (July -1987). - -%package selectp-doc -Summary: Documentation for selectp -Version: svn20185.1.0 - -Provides: tex-selectp-doc -AutoReqProv: No - -%description selectp-doc -Documentation for selectp - -%package semantic -Provides: tex-semantic = %{tl_version} -License: LPPL -Summary: Help for writing programming language semantics -Version: svn15878.2.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(mathbbol.sty) -Provides: tex(infernce.sty) = %{tl_version} -Provides: tex(ligature.sty) = %{tl_version} -Provides: tex(reserved.sty) = %{tl_version} -Provides: tex(semantic.sty) = %{tl_version} -Provides: tex(shrthand.sty) = %{tl_version} -Provides: tex(tdiagram.sty) = %{tl_version} - -%description semantic -Eases the typesetting of notation of semantics and compilers. -Includes T-diagrams, various derivation symbols and inference -trees. - -%package semantic-doc -Summary: Documentation for semantic -Version: svn15878.2.0 - -Provides: tex-semantic-doc -AutoReqProv: No - -%description semantic-doc -Documentation for semantic - -%package semioneside -Provides: tex-semioneside = %{tl_version} -License: LPPL -Summary: Put only special contents on left-hand pages in two sided layout -Version: svn15878.v0.41 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(afterpage.sty) -Provides: tex(semioneside.sty) = %{tl_version} - -%description semioneside -This package supports the preparation of semi one sided -documents. That is, two sided documents, where all text is -output on right-hand pages--as in a one-sided documents--and -only special contents are output on left-hand pages on user -request, e.g., floating objects. - -%package semioneside-doc -Summary: Documentation for semioneside -Version: svn15878.v0.41 - -Provides: tex-semioneside-doc -AutoReqProv: No - -%description semioneside-doc -Documentation for semioneside - -%package semproc -Provides: tex-semproc = %{tl_version} -License: LPPL 1.3 -Summary: Seminar proceedings -Version: svn37568.0.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(xkeyval.sty) -Requires: tex(xcolor.sty) -Requires: tex(etoc.sty) -Requires: tex(hyperref.sty) -Requires: tex(bookmark.sty) -Requires: tex(etoolbox.sty) -Requires: tex(biblatex.sty) -Requires: tex(csquotes.sty) -Provides: tex(semproc.cls) = %{tl_version} - -%description semproc -The package provides functionality for typesetting seminar -proceedings based on KOMA-Script's scrreprt class and etoc. It -offers an alternative to \chapter that typesets the speaker and -if necessary the typist of the notes for the talk in question. -Moreover, the class provides two types of table of contents. A -global table of contents showing only the talks of the seminar -and the respective speakers and a local table of contents for -each talk showing the sections and subsections of the -respective talk. - -%package semproc-doc -Summary: Documentation for semproc -Version: svn37568.0.1 - -Provides: tex-semproc-doc -AutoReqProv: No - -%description semproc-doc -Documentation for semproc - -%package sepfootnotes -Provides: tex-sepfootnotes = %{tl_version} -License: LPPL 1.3 -Summary: Support footnotes and endnotes from separate files -Version: svn41732 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(sepfootnotes.sty) = %{tl_version} - -%description sepfootnotes -The package supports footnotes and endnotes from separate -files. This is achieved with commands \sepfootnotecontent and -\sepfootnote; the former defines the content of a note, while -the latter typesets that note. - -%package sepfootnotes-doc -Summary: Documentation for sepfootnotes -Version: svn41732 -Provides: tex-sepfootnotes-doc -AutoReqProv: No - -%description sepfootnotes-doc -Documentation for sepfootnotes - -%package seqsplit -Provides: tex-seqsplit = %{tl_version} -License: LPPL -Summary: Split long sequences of characters in a neutral way -Version: svn15878.0.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(seqsplit.sty) = %{tl_version} - -%description seqsplit -When one needs to type long sequences of letters (such as in -base-sequences in genes) or of numbers (such as calculations of -transcendental numbers), there's no obvious break points to be -found. The package provides a command \seqsplit, which makes -its argument splittable anywhere, and then leaves the TeX -paragraph-maker to do the splitting. While the package may -obviously be used to typeset DNA sequences, the user may -consider the dnaseq as a rather more powerful alternative. - -%package seqsplit-doc -Summary: Documentation for seqsplit -Version: svn15878.0.1 - -Provides: tex-seqsplit-doc -AutoReqProv: No - -%description seqsplit-doc -Documentation for seqsplit - -%package sf298 -Provides: tex-sf298 = %{tl_version} -License: LPPL -Summary: Standard form 298 -Version: svn41653 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(sf298.sty) = %{tl_version} - -%description sf298 -A LaTeX package for generating a completed standard form 298 -(Rev. 8-98) as prescribed by ANSI Std. Z39.18 for report -documentation as part of a document delivered, for instance, on -a U.S. government contract. - -%package sf298-doc -Summary: Documentation for sf298 -Version: svn41653 -Provides: tex-sf298-doc -AutoReqProv: No - -%description sf298-doc -Documentation for sf298 - -%package sffms -Provides: tex-sffms = %{tl_version} -License: LPPL -Summary: Typesetting science fiction/fantasy manuscripts -Version: svn15878.2.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(fontenc.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(ulem.sty) -Requires: tex(setspace.sty) -Requires: tex(geometry.sty) -Provides: tex(sffdumb.sty) = %{tl_version} -Provides: tex(sffms.cls) = %{tl_version} -Provides: tex(sffsmart.sty) = %{tl_version} - -%description sffms -The class is designed for typesetting science fiction and -fantasy manuscripts. Sffms now includes several options for -specific publishers as well as extensive documentation aimed at -new LaTeX users. - -%package sffms-doc -Summary: Documentation for sffms -Version: svn15878.2.0 - -Provides: tex-sffms-doc -AutoReqProv: No - -%description sffms-doc -Documentation for sffms - -%package sfmath -Provides: tex-sfmath = %{tl_version} -License: LPPL -Summary: Sans-serif mathematics -Version: svn15878.0.8 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(sfmath.sty) = %{tl_version} - -%description sfmath -sfmath is a simple package for sans serif maths in documents. -After including the package, all maths of the current document -is displayed with sans serif fonts. - -%package shadethm -Provides: tex-shadethm = %{tl_version} -License: LPPL -Summary: Theorem environments that are shaded -Version: svn53350 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(color.sty) -Provides: tex(shadethm.sty) = %{tl_version} - -%description shadethm -Extends the \newtheorem command. If you say -\newshadetheorem{theorem}{Theorem} in the preamble then your -regular \begin{theorem} .. \end{theorem} will produce a theorem -statement in a shaded box. It supports all the options of -\newtheorem, including forms \newshadetheorem{..}[..]{..} and -\newshadetheorem{..}{..}[..]. Environments declared using the -package require their body to remain on one page; the mdframed -package can frame and shade theorems, and its environments -break at the end of a page; users are generally recommended, -therefore, to use mdframed. In the same spirit, the author told -us in January 2020: "These materials are obsolete. There are a -number of more recent, more powerful packages that have -capabilities that greatly extend the simple ones here. A new -project should use one of those. These files only continue to -be available to help people who are working with an old -project." - -%package shadethm-doc -Summary: Documentation for shadethm -Version: svn53350 -Provides: tex-shadethm-doc -AutoReqProv: No - -%description shadethm-doc -Documentation for shadethm - -%package shadow -Provides: tex-shadow = %{tl_version} -License: LPPL -Summary: Shadow boxes -Version: svn20312.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(shadow.sty) = %{tl_version} - -%description shadow -Defines a command \shabox (analgous to \fbox), and supporting -mechanisms. - -%package shadow-doc -Summary: Documentation for shadow -Version: svn20312.0 - -Provides: tex-shadow-doc -AutoReqProv: No - -%description shadow-doc -Documentation for shadow - -%package shadowtext -Provides: tex-shadowtext = %{tl_version} -License: LPPL -Summary: shadowtext -Version: svn26522.0.3 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(color.sty) -Provides: tex(shadowtext.sty) = %{tl_version} - -%description shadowtext -The package introduces a command \shadowtext, which adds a drop -shadow to the text that is given as its argument. The colour -and positioning of the shadow are customisable. - -%package shadowtext-doc -Summary: Documentation for shadowtext -Version: svn26522.0.3 - -Provides: tex-shadowtext-doc -AutoReqProv: No - -%description shadowtext-doc -Documentation for shadowtext - -%package shapepar -Provides: tex-shapepar = %{tl_version} -License: Dotseqn -Summary: A macro to typeset paragraphs in specific shapes -Version: svn30708.2.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(Canflagshape.def) = %{tl_version} -Provides: tex(TeXshape.def) = %{tl_version} -Provides: tex(candleshape.def) = %{tl_version} -Provides: tex(dropshape.def) = %{tl_version} -Provides: tex(shapepar.sty) = %{tl_version} -Provides: tex(triangleshapes.def) = %{tl_version} - -%description shapepar -\shapepar is a macro to typeset paragraphs in a specific shape. -The size is adjusted automatically so that the entire shape is -filled with text. There may not be displayed maths or -'\vadjust' material (no \vspace) in the argument of \shapepar. -The macros work for both LaTeX and plain TeX. For LaTeX, -specify \usepackage{shapepar}; for Plain, \input shapepar.sty. -\shapepar works in terms of user-defined shapes, though the -package does provide some predefined shapes: so you can form -any paragraph into the form of a heart by putting -\heartpar{sometext...} inside your document. The tedium of -creating these polygon definitions may be alleviated by using -the shapepatch extension to transfig which will convert xfig -output to \shapepar polygon form. - -%package shapepar-doc -Summary: Documentation for shapepar -Version: svn30708.2.2 - -Provides: tex-shapepar-doc -AutoReqProv: No - -%description shapepar-doc -Documentation for shapepar - -%package shdoc -Provides: tex-shdoc = %{tl_version} -License: LPPL 1.3 -Summary: Float environment to document the shell commands of a terminal session -Version: svn41991 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xcolor.sty) -Requires: tex(float.sty) -Requires: tex(caption.sty) -Requires: tex(mdframed.sty) -Requires: tex(kvoptions.sty) -Provides: tex(shdoc.sty) = %{tl_version} - -%description shdoc -The package provides a simple, though fancy float environment -to document terminal sessions -- like command executions or -shell operations. The look and feel of the package output -imitates the look of a shell prompt. - -%package shdoc-doc -Summary: Documentation for shdoc -Version: svn41991 -Provides: tex-shdoc-doc -AutoReqProv: No - -%description shdoc-doc -Documentation for shdoc - -%package shipunov -Provides: tex-shipunov = %{tl_version} -License: LPPL -Summary: A collection of LaTeX packages and classes -Version: svn52334 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(array.sty) -Requires: tex(xtab.sty) -Requires: tex(calc.sty) -Requires: tex(xspace.sty) -Requires: tex(ifthen.sty) -Requires: tex(syntonly.sty) -Requires: tex(footnpag.sty) -Provides: tex(add2-shipunov.sty) = %{tl_version} -Provides: tex(altverse.sty) = %{tl_version} -Provides: tex(autolist.sty) = %{tl_version} -Provides: tex(biokey.sty) = %{tl_version} -Provides: tex(biolist.sty) = %{tl_version} -Provides: tex(boldline.sty) = %{tl_version} -Provides: tex(cassete.cls) = %{tl_version} -Provides: tex(classif2.sty) = %{tl_version} -Provides: tex(dline-shipunov.sty) = %{tl_version} -Provides: tex(drcaps.sty) = %{tl_version} -Provides: tex(etiketka.cls) = %{tl_version} -Provides: tex(flower.sty) = %{tl_version} -Provides: tex(isyntax.sty) = %{tl_version} -Provides: tex(numerus.sty) = %{tl_version} -Provides: tex(punct.sty) = %{tl_version} -Provides: tex(qqru-shipunov.sty) = %{tl_version} -Provides: tex(sltables.sty) = %{tl_version} -Provides: tex(starfn.sty) = %{tl_version} -Provides: tex(textfrac-shipunov.sty) = %{tl_version} - -%description shipunov -The bundle collects packages and classes, along with one -bibliography style and examples and scripts for converting TeX -files. Many of the files in the collection are designed to -support field biologists and/or Russian writers, while others -have wider application. The collection includes: add2 - Save -trees. Quick way to fit as many as possible into one page. Good -for handouts. altverse - Typesetting verses. Straightforward -typesetting, using the xtab package to aid layout. autolist - -More lists. A means to define various sorts of list. biokey - -Flexible identification key tables in LaTeX. The package -provides straightforward macros to typeset sets of biological -identification keys. Layout is flexible, and the macros will be -useful in other disciplines. biolist - List observed species. -Pretty formatting of species lists of flora and fauna. boldline -- Heavier lines in tables. The package provides commands -replacing \hline and \cline, as well as a table preamble -element that generates heavy lines. cassete (with one 't') - -Print labels for audio cassettes. This is a LaTeX2e class file -(the only other cassette package on CTAN is cassette (with two -'t'), written for Plain TeX). classif2 - Biological -classification tables. The package defines an environment -classif that simplifies the process of typesetting -classification tables. dline - Double line on the left of text. -drcaps - Simple dropped capitals. The package offers simple -macros for dropped capitals, in a couple of forms. etiketka - -Class for typesetting business-card-sized information -(including business cards). flower - Typesetting lists of -flower formulas. isyntax - Interactively check LaTeX file -syntax. numerus - Spell numbers in Russian words. punct - -Within italicized text, punctuation is still straight, this is -typographically more aesthetic. qqru - Universal quotation -marks, for Russian and English. It is able also to convert -uniform typewriter "quotes" into left or right typographic -quotes. rusnat - Bibliography style file, now deprecated. -sltables - Simplified tables for LaTeX. These macros develop -the concepts of the stables, which are designed to offer table -macros whose use is "as simple as one might hope". Some would -claim that LaTeX's built-in table specifications are as simple -as one might hope, but this package offers many short-cuts and -optimization of the mechanisms of tables. starfn - Stars as -footnote marks. textfrac - Simple slanted fractions. - -%package shipunov-doc -Summary: Documentation for shipunov -Version: svn52334 -Provides: tex-shipunov-doc -AutoReqProv: No - -%description shipunov-doc -Documentation for shipunov - -%package shorttoc -Provides: tex-shorttoc = %{tl_version} -License: LPPL -Summary: Table of contents with different depths -Version: svn15878.1.3 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(shorttoc.sty) = %{tl_version} - -%description shorttoc -A package to create another table of contents with a different -depth, useful in large documents where a detailed table of -contents should be accompanied by a shorter one, giving only a -general overview of the main topics in the document. - -%package shorttoc-doc -Summary: Documentation for shorttoc -Version: svn15878.1.3 - -Provides: tex-shorttoc-doc -AutoReqProv: No - -%description shorttoc-doc -Documentation for shorttoc - -%package show2e -Provides: tex-show2e = %{tl_version} -License: LPPL -Summary: Variants of \show for LaTeX2e -Version: svn15878.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(show2e.sty) = %{tl_version} - -%description show2e -This small package aims at making debugging (especially in an -interactive way) easier, by providing \show variants suited to -LaTeX2e commands (whether with optional arguments or robust) -and environments. The variant commands also display the -internal macros used by such commands, if any. The \showcs -variant helps with macros with exotic names. - -%package show2e-doc -Summary: Documentation for show2e -Version: svn15878.1.0 - -Provides: tex-show2e-doc -AutoReqProv: No - -%description show2e-doc -Documentation for show2e - -%package showcharinbox -Provides: tex-showcharinbox = %{tl_version} -License: LPPL 1.3 -Summary: Show characters inside a box -Version: svn29803.0.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(showcharinbox.sty) = %{tl_version} - -%description showcharinbox -The package typesets a character inside a box, showing where -reference point is, and displaying width, height, and depth -information of the character. The output is like that on page -63 of "The TeXBook" or page 101 of "The METAFONTbook". The -package itself is motivated by Knuth's macros in the file -manmac.tex. Users should note that using a small size for the -character inside the box does not make any sense: use a large -size. - -%package showcharinbox-doc -Summary: Documentation for showcharinbox -Version: svn29803.0.1 - -Provides: tex-showcharinbox-doc -AutoReqProv: No - -%description showcharinbox-doc -Documentation for showcharinbox - -%package showdim -Provides: tex-showdim = %{tl_version} -License: LPPL -Summary: Variants on printing dimensions -Version: svn28918.1.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(showdim.sty) = %{tl_version} - -%description showdim -A package for LaTeX providing a number of commands for printing -the value of a TeX dimension. For example, -\tenthpt{\baselineskip} yields the current value of -\baselineskip rounded to the nearest tenth of a point. - -%package showdim-doc -Summary: Documentation for showdim -Version: svn28918.1.2 - -Provides: tex-showdim-doc -AutoReqProv: No - -%description showdim-doc -Documentation for showdim %package showexpl -Provides: tex-showexpl = %{tl_version} +Provides: tex-showexpl = %{epoch}:%{source_date}-%{release} +Provides: tex-showexpl-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-showexpl-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-showexpl-doc < %{tl_epoch}:%{source_date} License: LPPL Summary: Typesetting LaTeX source code -Version: svn42677 +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-kpathsea Requires: tex(attachfile.sty) Requires: tex(listings.sty) Requires: tex(calc.sty) Requires: tex(ifthen.sty) Requires: tex(graphicx.sty) Requires: tex(varwidth.sty) -Provides: tex(showexpl.sty) = %{tl_version} +Provides: tex(showexpl.sty) = %{epoch}:%{source_date}-%{release} %description showexpl This package provides a way to typeset LaTeX source code and the related result in the same document. -%package showexpl-doc -Summary: Documentation for showexpl -Version: svn42677 -Provides: tex-showexpl-doc -AutoReqProv: No - -%description showexpl-doc -Documentation for showexpl - -%package showlabels -Provides: tex-showlabels = %{tl_version} -License: GPL+ -Summary: Show label commands in the margin -Version: svn41322 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(showlabels.sty) = %{tl_version} - -%description showlabels -This package helps you keep track of all the labels you define, -by putting the name of new labels into the margin whenever the -\label command is used. The package allows you to do the same -thing for other commands. The only one for which this is -obviously useful is the \cite command, but it's easy to do it -for others, such as the \ref or \begin commands. - -%package showlabels-doc -Summary: Documentation for showlabels -Version: svn41322 - -Provides: tex-showlabels-doc -AutoReqProv: No - -%description showlabels-doc -Documentation for showlabels - -%package sidecap -Provides: tex-sidecap = %{tl_version} -License: LPPL -Summary: Typeset captions sideways -Version: svn15878.1.6f - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Requires: tex(ragged2e.sty) -Provides: tex(sidecap.sty) = %{tl_version} - -%description sidecap -Defines environments called SCfigure and SCtable (analogous to -figure and table) to typeset captions sideways. Options include -outercaption, innercaption, leftcaption and rightcaption. - -%package sidecap-doc -Summary: Documentation for sidecap -Version: svn15878.1.6f - -Provides: tex-sidecap-doc -AutoReqProv: No - -%description sidecap-doc -Documentation for sidecap - -%package sidenotes -Provides: tex-sidenotes = %{tl_version} -License: LPPL 1.3 -Summary: Typeset notes containing rich content, in the margin -Version: svn54524 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(amsmath.sty) -Requires: tex(mhchem.sty) -Requires: tex(morefloats.sty) -Requires: tex(marginfix.sty) -Requires: tex(microtype.sty) -Requires: tex(geometry.sty) -Requires: tex(ifluatex.sty) -Requires: tex(fontspec.sty) -Requires: tex(unicode-math.sty) -Requires: tex(mathpazo.sty) -Requires: tex(helvet.sty) -Requires: tex(beramono.sty) -Requires: tex(fontenc.sty) -Requires: tex(titlesec.sty) -Requires: tex(titletoc.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(ragged2e.sty) -Requires: tex(enumitem.sty) -Requires: tex(textcase.sty) -Requires: tex(color.sty) -Requires: tex(l3keys2e.sty) -Requires: tex(marginnote.sty) -Requires: tex(caption.sty) -Requires: tex(xparse.sty) -Requires: tex(changepage.sty) -Provides: tex(caesar_book.cls) = %{tl_version} -Provides: tex(sidenotes.sty) = %{tl_version} - -%description sidenotes -The package allows typesetting of texts with notes, figures, -citations, captions and tables in the margin. This is common -(for example) in science text books. - -%package sidenotes-doc -Summary: Documentation for sidenotes -Version: svn54524 -Provides: tex-sidenotes-doc -AutoReqProv: No - -%description sidenotes-doc -Documentation for sidenotes - -%package silence -Provides: tex-silence = %{tl_version} -License: LPPL -Summary: Selective filtering of error messages and warnings -Version: svn27028.1.5b - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(silence.sty) = %{tl_version} - -%description silence -The package allows the user to filter out unwanted warnings and -error messages issued by LaTeX, packages and classes, so they -won't pop out when there's nothing one can do about them. -Filtering goes from the very broad ("avoid all messages by such -and such") to the fine-grained ("avoid messages that begin -with..."). Messages may be saved to an external file for later -reference. - -%package silence-doc -Summary: Documentation for silence -Version: svn27028.1.5b - -Provides: tex-silence-doc -AutoReqProv: No - -%description silence-doc -Documentation for silence - -%package simplecd -Provides: tex-simplecd = %{tl_version} -License: LPPL 1.2 -Summary: Simple CD, DVD covers for printing -Version: svn29260.1.4 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(fix-cm.sty) -Requires: tex(calc.sty) -Requires: tex(ifthen.sty) -Requires: tex(graphicx.sty) -Provides: tex(simplecd.sty) = %{tl_version} - -%description simplecd -The package provides printable cut-outs for various CD, DVD and -other disc holders. The name of the package comes from its -implementation and ease of use; it was designed just for text -content, but since the text is placed in a \parbox in a tabular -environment cell, a rather wide range of things may be placed. - -%package simplecd-doc -Summary: Documentation for simplecd -Version: svn29260.1.4 - -Provides: tex-simplecd-doc -AutoReqProv: No - -%description simplecd-doc -Documentation for simplecd - -%package simplecv -Provides: tex-simplecv = %{tl_version} -License: LPPL -Summary: A simple class for writing curricula vitae -Version: svn35537.1.6a - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(simplecv.cls) = %{tl_version} -Obsoletes: tex-simplecv < %{tl_version} - -%description simplecv -A derivative of the cv class available to lyx users (renamed to -avoid the existing cv package). - -%package simplecv-doc -Summary: Documentation for simplecv -Version: svn35537.1.6a - -Provides: tex-simplecv-doc -AutoReqProv: No - -%description simplecv-doc -Documentation for simplecv - -%package simplewick -Provides: tex-simplewick = %{tl_version} -License: GPL+ -Summary: Simple Wick contractions -Version: svn15878.1.2a - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(simplewick.sty) = %{tl_version} - -%description simplewick -The package provides a simple means of drawing Wick -contractions above and below expressions. - -%package simplewick-doc -Summary: Documentation for simplewick -Version: svn15878.1.2a - -Provides: tex-simplewick-doc -AutoReqProv: No - -%description simplewick-doc -Documentation for simplewick - -%package sitem -Provides: tex-sitem = %{tl_version} -License: LPPL 1.3 -Summary: Save the optional argument of \item -Version: svn22136.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(sitem.sty) = %{tl_version} - -%description sitem -The package modifies \item commands to save the optional -argument in a box. - -%package sitem-doc -Summary: Documentation for sitem -Version: svn22136.1.0 - -Provides: tex-sitem-doc -AutoReqProv: No - -%description sitem-doc -Documentation for sitem - -%package skb -Provides: tex-skb = %{tl_version} -License: LPPL 1.3 -Summary: Tools for a repository of long-living documents -Version: svn22781.0.52 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(keyval.sty) -Requires: tex(listings.sty) -Requires: tex(dirtree.sty) -Requires: tex(ifpdf.sty) -Requires: tex(datetime.sty) -Requires: tex(versions.sty) -Requires: tex(booktabs.sty) -Requires: tex(optional.sty) -Requires: tex(biblatex.sty) -Requires: tex(acronym.sty) -Requires: tex(etoolbox.sty) -Requires: tex(comment.sty) -Requires: tex(graphicx.sty) -Requires: tex(longtable.sty) -Requires: tex(colortbl.sty) -Requires: tex(textcomp.sty) -Requires: tex(gensymb.sty) -Requires: tex(wasysym.sty) -Requires: tex(units.sty) -Requires: tex(xmpmulti.sty) -Requires: tex(float.sty) -Requires: tex(xcolor.sty) -Requires: tex(hyperref.sty) -Requires: tex(beamerarticle.sty) -Requires: tex(pgf.sty) -Requires: tex(enumitem.sty) -Provides: tex(skb.cfg) = %{tl_version} -Provides: tex(skb.sty) = %{tl_version} -Provides: tex(skbarticle.cls) = %{tl_version} -Provides: tex(skbbeamer.cls) = %{tl_version} -Provides: tex(skbbook.cls) = %{tl_version} -Provides: tex(skblncsbeamer.cls) = %{tl_version} -Provides: tex(skblncsppt.cls) = %{tl_version} -Provides: tex(skbmoderncv.cls) = %{tl_version} - -%description skb -The package provides macros that help to build a document -repository for long living documents. It focuses on structure -and re-use of text, code, figures etc. The basic concept is -first to separate structure from content (i.e., text about a -topic from the structure it is presented by) and then -separating the content from the actual published document, thus -enabling easy re-use of text blocks in different publications -(i.e., text about a protocol in a short article about this -protocol as well as in a book about many protocols); all -without constantly copying or changing text. As a side effect, -using the document classes provided, it hides a lot of LaTeX -from someone who just wants to write articles and books. - -%package skb-doc -Summary: Documentation for skb -Version: svn22781.0.52 - -Provides: tex-skb-doc -AutoReqProv: No - -%description skb-doc -Documentation for skb - -%package skdoc -Provides: tex-skdoc = %{tl_version} -License: LPPL 1.3 -Summary: Documentation and extraction for packages and document classes -Version: svn52211 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(expl3.sty) -Requires: tex(etoolbox.sty) -Requires: tex(xstring.sty) -Requires: tex(xparse.sty) -Requires: tex(atbegshi.sty) -Requires: tex(kvoptions.sty) -Requires: tex(pdftexcmds.sty) -Requires: tex(everyhook.sty) -Requires: tex(verbatim.sty) -Requires: tex(needspace.sty) -Requires: tex(marginnote.sty) -Requires: tex(calc.sty) -Requires: tex(hyperref.sty) -Requires: tex(multicol.sty) -Requires: tex(hologo.sty) -Requires: tex(glossaries.sty) -Requires: tex(ydoc-code.sty) -Requires: tex(ydoc-desc.sty) -Requires: tex(scrlayer-scrpage.sty) -Requires: tex(babel.sty) -Requires: tex(csquotes.sty) -Requires: tex(caption.sty) -Requires: tex(PTSerif.sty) -Requires: tex(sourcecodepro.sty) -Requires: tex(opensans.sty) -Requires: tex(microtype.sty) -Requires: tex(minted.sty) -Provides: tex(skdoc.cls) = %{tl_version} - -%description skdoc -The class provides the functionality and implementation of -packages and document classes. It is loosely based on the ydoc -and ltxdoc classes, but has a number of incompatible -differences. The class defines a MacroCode environment which -offers an alternative to the the usual docstrip method of -installing packages. It has the ability to generate both -documentation and code in a single run of a single file. - -%package skdoc-doc -Summary: Documentation for skdoc -Version: svn52211 -Provides: tex-skdoc-doc -AutoReqProv: No - -%description skdoc-doc -Documentation for skdoc - -%package skeycommand -Provides: tex-skeycommand = %{tl_version} -License: LPPL 1.3 -Summary: Create commands using parameters and keyval in parallel -Version: svn24652.0.4 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(catoptions.sty) -Provides: tex(skeycommand.sty) = %{tl_version} - -%description skeycommand -The package provides tools for defining LaTeX commands and -environments using combinations of parameters and keys. All the -facilities of the ltxkeys and skeyval packages are available to -the user of skeycommand. - -%package skeycommand-doc -Summary: Documentation for skeycommand -Version: svn24652.0.4 - -Provides: tex-skeycommand-doc -AutoReqProv: No - -%description skeycommand-doc -Documentation for skeycommand - -%package skeyval -Provides: tex-skeyval = %{tl_version} -License: LPPL 1.3 -Summary: Key-value parsing combining features of xkeyval and pgfkeys -Version: svn30560.1.3 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(xkeyval.sty) -Requires: tex(atveryend.sty) -Requires: tex(xcolor.sty) -Requires: tex(pifont.sty) -Requires: tex(tikz.sty) -Requires: tex(graphicx.sty) -Requires: tex(longtable.sty) -Provides: tex(skeyval-bc.sty) = %{tl_version} -Provides: tex(skeyval.sty) = %{tl_version} -Provides: tex(skeyval-core.tex) = %{tl_version} -Provides: tex(skeyval-for.tex) = %{tl_version} -Provides: tex(skeyval-ltxcmds.tex) = %{tl_version} -Provides: tex(skeyval-ltxpatch.sty) = %{tl_version} -Provides: tex(skeyval-pstkey.sty) = %{tl_version} -Provides: tex(skeyval-pstkey.tex) = %{tl_version} -Provides: tex(skeyval-testclass.cls) = %{tl_version} -Provides: tex(skeyval-testpkg.sty) = %{tl_version} -Provides: tex(skeyval-view.sty) = %{tl_version} -Provides: tex(skeyval.sty) = %{tl_version} - -%description skeyval -The package integrates the features of xkeyval and of pgfkeys -by introducing a new type of handlers. Style keys, links, -changing key callbacks and values on the fly, and other -features of pgfkeys are introduced in a new context. - -%package skeyval-doc -Summary: Documentation for skeyval -Version: svn30560.1.3 - -Provides: tex-skeyval-doc -AutoReqProv: No - -%description skeyval-doc -Documentation for skeyval - -%package skrapport -Provides: tex-skrapport = %{tl_version} -License: LPPL 1.3 -Summary: 'Simple' class for reports, etc -Version: svn52412 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(expl3.sty) -Requires: tex(typearea.sty) -Requires: tex(etoolbox.sty) -Requires: tex(grid.sty) -Requires: tex(babel.sty) -Requires: tex(fontspec.sty) -Requires: tex(kpfonts.sty) -Requires: tex(lmodern.sty) -Requires: tex(arev.sty) -Requires: tex(pxfonts.sty) -Requires: tex(tgpagella.sty) -Requires: tex(mathpazo.sty) -Requires: tex(MnSymbol.sty) -Requires: tex(PTSerif.sty) -Requires: tex(opensans.sty) -Requires: tex(sourcecodepro.sty) -Requires: tex(amsmath.sty) -Requires: tex(amssymb.sty) -Requires: tex(textcomp.sty) -Requires: tex(skmath.sty) -Requires: tex(xcolor.sty) -Requires: tex(unicode-math.sty) -Requires: tex(polyglossia.sty) -Requires: tex(fontenc.sty) -Requires: tex(isomath.sty) -Requires: tex(xkeyval.sty) -Requires: tex(calc.sty) -Requires: tex(isodate.sty) -Requires: tex(multicol.sty) -Requires: tex(microtype.sty) -Provides: tex(skrapport-colortheme-cruelwater.sty) = %{tl_version} -Provides: tex(skrapport-colortheme-default.sty) = %{tl_version} -Provides: tex(skrapport-colortheme-skdoc.sty) = %{tl_version} -Provides: tex(skrapport-colortheme-unscathed.sty) = %{tl_version} -Provides: tex(skrapport-colortheme-violet.sty) = %{tl_version} -Provides: tex(skrapport-size-common.sty) = %{tl_version} -Provides: tex(skrapport-size10pt.clo) = %{tl_version} -Provides: tex(skrapport-size11pt.clo) = %{tl_version} -Provides: tex(skrapport-size12pt.clo) = %{tl_version} -Provides: tex(skrapport.cls) = %{tl_version} - -%description skrapport -The class is intended for simple documents (e.g., reports -handed in as coursework and the like). The class is small and -straightforward; its design was inspired by that of the PracTeX -journal style. - -%package skrapport-doc -Summary: Documentation for skrapport -Version: svn52412 -Provides: tex-skrapport-doc -AutoReqProv: No - -%description skrapport-doc -Documentation for skrapport - -%package slantsc -Provides: tex-slantsc = %{tl_version} -License: LPPL -Summary: Access different-shaped small-caps fonts -Version: svn25007.2.11 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Provides: tex(slantsc.sty) = %{tl_version} - -%description slantsc -This package enables the use of small capitals in different -font shapes, e.g., slanted or bold slanted for all fonts that -provide appropriate font shapes. (Note that a separate .fd file -is needed to define font shapes such as 'scsl' or 'scit'.) - -%package slantsc-doc -Summary: Documentation for slantsc -Version: svn25007.2.11 - -Provides: tex-slantsc-doc -AutoReqProv: No - -%description slantsc-doc -Documentation for slantsc - -%package smalltableof -Provides: tex-smalltableof = %{tl_version} -License: LPPL -Summary: Create listoffigures etc. in a single chapter -Version: svn20333.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(smalltableof.sty) = %{tl_version} - -%description smalltableof -The package allows you to create a list of figures and list of -tables in a chapter named 'List' that contains separate -sections for each list of figures, tables, etc. - -%package smalltableof-doc -Summary: Documentation for smalltableof -Version: svn20333.0 - -Provides: tex-smalltableof-doc -AutoReqProv: No - -%description smalltableof-doc -Documentation for smalltableof - -%package smartref -Provides: tex-smartref = %{tl_version} -License: LPPL -Summary: Extend LaTeX's \ref capability -Version: svn20311.1.9 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(byname.sty) = %{tl_version} -Provides: tex(smartref.sty) = %{tl_version} - -%description smartref -The package extends the LaTeX labelling system: whenever a -label is set, the values of counters (selected by the user) are -recorded, along with the label. The value of these counters can -be recalled with a command similar to \pageref. The package -also adds commands \s[name]ref (for each counter [name] that -the user has selected); these commands display something only -if the value of the [name] counter is changed from when the -label was set. Many commands are provided to serve as a macro -programming environment for using the extended labels. - -%package smartref-doc -Summary: Documentation for smartref -Version: svn20311.1.9 - -Provides: tex-smartref-doc -AutoReqProv: No - -%description smartref-doc -Documentation for smartref - -%package snapshot -Provides: tex-snapshot = %{tl_version} -License: LPPL -Summary: List the external dependencies of a LaTeX document -Version: svn52115 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(snapshot.sty) = %{tl_version} - -%description snapshot -The snapshot package helps the owner of a LaTeX document obtain -a list of the external dependencies of the document, in a form -that can be embedded at the top of the document. It provides a -snapshot of the current processing context of the document, -insofar as it can be determined from inside LaTeX. If a -document contains such a dependency list, then it becomes -possible to arrange that the document be processed always with -the same versions of everything, in order to ensure the same -output. This could be useful for someone wanting to keep a -LaTeX document on hand and consistently reproduce an identical -DVI file from it, on the fly; or for someone wanting to shield -a document during the final stages of its production cycle from -unexpected side effects of routine upgrades to the TeX system. - -%package snapshot-doc -Summary: Documentation for snapshot -Version: svn52115 -Provides: tex-snapshot-doc -AutoReqProv: No - -%description snapshot-doc -Documentation for snapshot - -%package snotez -Provides: tex-snotez = %{tl_version} -License: LPPL 1.3 -Summary: Typeset notes, in the margin -Version: svn30355.0.3 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(etoolbox.sty) -Requires: tex(pgfopts.sty) -Requires: tex(marginnote.sty) -Requires: tex(perpage.sty) -Provides: tex(snotez.sty) = %{tl_version} - -%description snotez -The package provides a macro \sidenote, that places a note in -the margin of the document, with its baseline aligned with the -baseline in the body of the document. These sidenotes are -numbered (both in the text, and on the notes themselves). The -package loads the package etoolbox, pgfopts, marginnote and -perpage. - -%package snotez-doc -Summary: Documentation for snotez -Version: svn30355.0.3 - -Provides: tex-snotez-doc -AutoReqProv: No - -%description snotez-doc -Documentation for snotez %package soul -Provides: tex-soul = %{tl_version} +Provides: tex-soul = %{epoch}:%{source_date}-%{release} +Provides: tex-soul-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-soul-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-soul-doc < %{tl_epoch}:%{source_date} License: LPPL Summary: Hyphenation for letterspacing, underlining, and more -Version: svn15878.2.4 - +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(soul.sty) = %{tl_version} +Requires: tex-kpathsea +Provides: tex(soul.sty) = %{epoch}:%{source_date}-%{release} %description soul Provides hyphenatable spacing out (letterspacing), underlining, @@ -112975,836 +21377,53 @@ examples. The package itself does not support UTF-8 input in ordinary (PDF)LaTeX; some UTF-8 support is offered by package soulutf8 -%package soul-doc -Summary: Documentation for soul -Version: svn15878.2.4 -Provides: tex-soul-doc -AutoReqProv: No - -%description soul-doc -Documentation for soul - -%package sparklines -Provides: tex-sparklines = %{tl_version} +%package stmaryrd +Provides: tex-stmaryrd = %{epoch}:%{source_date}-%{release} +Provides: tex-stmaryrd-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-stmaryrd-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-stmaryrd-doc < %{tl_epoch}:%{source_date} License: LPPL -Summary: Drawing sparklines: intense, simple, wordlike graphics -Version: svn42821 +Summary: St Mary Road symbols for theoretical computer science +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pgf.sty) -Provides: tex(sparklines.sty) = %{tl_version} +Requires: tex-kpathsea +Provides: tex(stmaryrd.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(stmary10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(stmary5.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(stmary6.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(stmary7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(stmary8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(stmary9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(stmary10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(stmary5.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(stmary6.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(stmary7.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(stmary8.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(stmary9.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(Ustmry.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(stmaryrd.sty) = %{epoch}:%{source_date}-%{release} + +%description stmaryrd +The fonts were originally distributed as MetaFont sources only, +but Adobe Type 1 versions are also now available. Macro support +is provided for use under LaTeX; the package supports the +"only" option (provided by the somedefs package) to restrict +what is loaded, for those who don't need the whole font. -%description sparklines -Sparklines are intense, simple, wordlike graphics (so named by -Edward Tufte). In lieu of a more detailed introduction, -Professor Tufte's site has an early release of a chapter on -sparklines. A PHP implementation may be found at SourceForge. A -sparkline can be added using the sparkline environment. Also, -you can add sparkling rectangles for the median and special -sparkling dots in red or blue. The package requires pdflatex; -sparklines cannot appear in a dvi file. The sparklines package -uses pgf, and does not work with pictex. - -%package sparklines-doc -Summary: Documentation for sparklines -Version: svn42821 -Provides: tex-sparklines-doc -AutoReqProv: No - -%description sparklines-doc -Documentation for sparklines - -%package sphack -Provides: tex-sphack = %{tl_version} -License: Bibtex -Summary: Patch LaTeX kernel spacing macros -Version: svn20842.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(sphack.sty) = %{tl_version} - -%description sphack -Change the kernel internal \@bsphack/\@esphack so that it is -also invisible in vertical mode. - -%package sphack-doc -Summary: Documentation for sphack -Version: svn20842.0 - -Provides: tex-sphack-doc -AutoReqProv: No - -%description sphack-doc -Documentation for sphack - -%package spot -Provides: tex-spot = %{tl_version} -License: LPPL 1.3 -Summary: Spotlight highlighting for Beamer -Version: svn22408.1.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(tikz.sty) -Requires: tex(afterpage.sty) -Provides: tex(spot.sty) = %{tl_version} - -%description spot -The package allows dramatic highlighting of words and phrases -by painting shapes around them. It is chiefly intended for use -in Beamer presentations, but it can be used in other document -classes as well. - -%package spot-doc -Summary: Documentation for spot -Version: svn22408.1.1 - -Provides: tex-spot-doc -AutoReqProv: No - -%description spot-doc -Documentation for spot - -%package spotcolor -Provides: tex-spotcolor = %{tl_version} -License: LPPL -Summary: Spot colours for pdfLaTeX -Version: svn15878.1.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(graphics.sty) -Provides: tex(spotcolor.sty) = %{tl_version} -Provides: tex(spotcolorhks.tex) = %{tl_version} -Provides: tex(spotcolorpantone.tex) = %{tl_version} - -%description spotcolor -This package provides procedures for using spot colours in -LaTeX documents and the generated pdf files. Predefined -templates for PANTONE and HKS colour spaces are included but -new ones can easily be defined. - -%package spotcolor-doc -Summary: Documentation for spotcolor -Version: svn15878.1.2 - -Provides: tex-spotcolor-doc -AutoReqProv: No - -%description spotcolor-doc -Documentation for spotcolor - -%package spreadtab -Provides: tex-spreadtab = %{tl_version} -License: LPPL 1.3 -Summary: Spreadsheet features for LaTeX tabular environments -Version: svn50147 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fp.sty) -Requires: tex(xstring.sty) -Provides: tex(spreadtab.sty) = %{tl_version} - -%description spreadtab -The package allows the user to construct tables in a manner -similar to a spreadsheet. The cells of a table have row and -column indices and these can be used in formulas to generate -values in other cells. - -%package spreadtab-doc -Summary: Documentation for spreadtab -Version: svn50147 -Provides: tex-spreadtab-doc -AutoReqProv: No - -%description spreadtab-doc -Documentation for spreadtab - -%package spverbatim -Provides: tex-spverbatim = %{tl_version} -License: LPPL -Summary: Allow line breaks within \verb and verbatim output -Version: svn15878.v1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(spverbatim.sty) = %{tl_version} - -%description spverbatim -LaTeX's \verb macro treats its argument as an unbreakable unit -of text. This can lead to poor typesetting, especially when the -argument is long. The spverbatim package provides an \spverb -macro that is analogous to \verb and an spverbatim environment -that is analogous to verbatim with the difference being that -\spverb and spverbatim allow LaTeX to break lines at space -characters. - -%package spverbatim-doc -Summary: Documentation for spverbatim -Version: svn15878.v1.0 - -Provides: tex-spverbatim-doc -AutoReqProv: No - -%description spverbatim-doc -Documentation for spverbatim - -%package srbook-mem -Provides: tex-srbook-mem = %{tl_version} -License: LPPL -Summary: srbook-mem package -Version: svn45818 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(srbook-mem.sty) = %{tl_version} - -%description srbook-mem -srbook-mem package - -%package srbook-mem-doc -Summary: Documentation for srbook-mem -Version: svn45818 -Provides: tex-srbook-mem-doc -AutoReqProv: No - -%description srbook-mem-doc -Documentation for srbook-mem - -%package srcltx -Provides: tex-srcltx = %{tl_version} -License: Public Domain -Summary: Jump between DVI and TeX files -Version: svn15878.1.6 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Provides: tex(srcltx.sty) = %{tl_version} -Provides: tex(srctex.sty) = %{tl_version} - -%description srcltx -Provides a \special insertion into generated .dvi files -allowing one to jump from the .dvi file to the .tex source and -back again (given a .dvi viewer that supports this, such as Yap -or xdvi version 22.38 or later). This was originally written by -Aleksander Simonic, the author of the WinEdt shell. - -%package srcltx-doc -Summary: Documentation for srcltx -Version: svn15878.1.6 - -Provides: tex-srcltx-doc -AutoReqProv: No - -%description srcltx-doc -Documentation for srcltx - -%package sseq -Provides: tex-sseq = %{tl_version} -License: LPPL -Summary: Typesetting spectral sequence charts -Version: svn31585.2.01 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Requires: tex(calc.sty) -Requires: tex(pifont.sty) -Requires: tex(pgf.sty) -Requires: tex(xkeyval.sty) -Provides: tex(sseq.sty) = %{tl_version} - -%description sseq -The package provides commands to draw spectral sequence -diagrams, providing facilities for clipping and arranging -multiple symbols so that they do not overlap. The package is -built using pgf, and shares that systems large demands for TeX -system memory. Its geometric commands are based on a turtle -graphics model, and control structures such as loops and -conditionals are available. - -%package sseq-doc -Summary: Documentation for sseq -Version: svn31585.2.01 - -Provides: tex-sseq-doc -AutoReqProv: No - -%description sseq-doc -Documentation for sseq - -%package sslides -Provides: tex-sslides = %{tl_version} -License: LPPL 1.3 -Summary: Slides with headers and footers -Version: svn32293.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(sslides.cls) = %{tl_version} - -%description sslides -The class provides a variant of the LaTeX standard slides -class, in which the user may add headers and footers to the -slide. - -%package sslides-doc -Summary: Documentation for sslides -Version: svn32293.0 - -Provides: tex-sslides-doc -AutoReqProv: No - -%description sslides-doc -Documentation for sslides - -%package stack -Provides: tex-stack = %{tl_version} -License: LPPL -Summary: Tools to define and use stacks -Version: svn15878.1.00 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(relinput.sty) = %{tl_version} -Provides: tex(stack.sty) = %{tl_version} - -%description stack -The package provides a small set of commands to implement -stacks independently of TeX's own stack. As an example of how -the stacks might be used, the documentation offers a small -"relinput" package that implements the backbone of the import -package. - -%package stackengine -Provides: tex-stackengine = %{tl_version} -License: LPPL 1.3 -Summary: Highly customised stacking of objects, insets, baseline changes, etc -Version: svn53843 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-listofitems -Requires: tex(etoolbox.sty) -Provides: tex(stackengine.sty) = %{tl_version} - -%description stackengine -The package provides a versatile way to stack objects -vertically in a variety of customizable ways. A number of -useful macros are provided, all of which make use of the -stackengine core. - -%package stackengine-doc -Summary: Documentation for stackengine -Version: svn53843 -Provides: tex-stackengine-doc -AutoReqProv: No - -%description stackengine-doc -Documentation for stackengine - -%package standalone -Provides: tex-standalone = %{tl_version} -License: LPPL 1.3 -Summary: Compile TeX pictures stand-alone or as part of a document -Version: svn47136 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifluatex.sty) -Requires: tex(ifpdf.sty) -Requires: tex(ifxetex.sty) -Requires: tex(xkeyval.sty) -Requires: tex(currfile-abspath.sty) -Requires: tex(multido.sty) -Requires: tex(varwidth.sty) -Requires: tex(tikz.sty) -Requires: tex(pstricks.sty) -Requires: tex(currfile.sty) -Requires: tex(trimclip.sty) -Requires: tex(adjustbox.sty) -Requires: tex(gincltex.sty) -Requires: tex(filemod-expmin.sty) -Provides: tex(standalone.cfg) = %{tl_version} -Provides: tex(standalone.cls) = %{tl_version} -Provides: tex(standalone.sty) = %{tl_version} -Provides: tex(standalone.tex) = %{tl_version} - -%description standalone -A class and package is provided which allows TeX pictures or -other TeX code to be compiled standalone or as part of a main -document. Special support for pictures with beamer overlays is -also provided. The package is used in the main document and -skips extra preambles in sub-files. The class may be used to -simplify the preamble in sub-files. By default the preview -package is used to display the typeset code without margins. -The behaviour in standalone mode may adjusted using a -configuration file standalone.cfg to redefine the standalone -environment. - -%package standalone-doc -Summary: Documentation for standalone -Version: svn47136 -Provides: tex-standalone-doc -AutoReqProv: No - -%description standalone-doc -Documentation for standalone - -%package statistik -Provides: tex-statistik = %{tl_version} -License: GPL+ -Summary: Store statistics of a document -Version: svn20334.0.03 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(keyval.sty) -Provides: tex(statistik.sty) = %{tl_version} - -%description statistik -The package counts the numbers of pages per chapter, and stores -the results in a separate file; the format of the file is -selectable. - -%package statistik-doc -Summary: Documentation for statistik -Version: svn20334.0.03 - -Provides: tex-statistik-doc -AutoReqProv: No - -%description statistik-doc -Documentation for statistik - -%package stdclsdv -Provides: tex-stdclsdv = %{tl_version} -License: LPPL -Summary: Provide sectioning information for package writers -Version: svn15878.1.1a - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(stdclsdv.sty) = %{tl_version} - -%description stdclsdv -The stdclsdv package is designed for package writers who need -to know what sectioning divsions are provided by the document's -class. It also provides a version of \CheckCommand that sets a -flag rather than printing a warning. - -%package stdclsdv-doc -Summary: Documentation for stdclsdv -Version: svn15878.1.1a - -Provides: tex-stdclsdv-doc -AutoReqProv: No - -%description stdclsdv-doc -Documentation for stdclsdv - -%package stdpage -Provides: tex-stdpage = %{tl_version} -License: LPPL 1.2 -Summary: Standard pages with n lines of at most m characters each -Version: svn15878.0.6 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(typearea.sty) -Requires: tex(ragged2e.sty) -Requires: tex(ifthen.sty) -Requires: tex(keyval.sty) -Requires: tex(lineno.sty) -Requires: tex(hyphenat.sty) -Requires: tex(titlesec.sty) -Provides: tex(stdpage.sty) = %{tl_version} - -%description stdpage -For translations, proofreading, journal contributions etc. -standard pages are used. Those standard pages consist of a -fixed number of lines and characters per line. This package -produces pages with n lines of at most m characters each. For -instance the German "Normseite": 60 lines of 30 characters -each. - -%package stdpage-doc -Summary: Documentation for stdpage -Version: svn15878.0.6 - -Provides: tex-stdpage-doc -AutoReqProv: No - -%description stdpage-doc -Documentation for stdpage - -%package stex -Provides: tex-stex = %{tl_version} -License: LPPL -Summary: An Infrastructure for Semantic Preloading of LaTeX Documents -Version: svn50489 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(sref.sty) -Requires: tex(graphicx.sty) -Requires: tex(size10.clo) -Requires: tex(rdfmeta.sty) -Requires: tex(hwexam.sty) -Requires: tex(a4wide.sty) -Requires: tex(amssymb.sty) -Requires: tex(amstext.sty) -Requires: tex(amsmath.sty) -Requires: tex(keyval.sty) -Requires: tex(babel.sty) -Requires: tex(marginnote.sty) -Requires: tex(beamerarticle.sty) -Requires: tex(tikz.sty) -Requires: tex(url.sty) -Requires: tex(comment.sty) -Requires: tex(standalone.sty) -Requires: tex(xspace.sty) -Requires: tex(xcomment.sty) -Requires: tex(longtable.sty) -Requires: tex(ntheorem.sty) -Requires: tex(pgf.sty) -Provides: tex(cmath.sty) = %{tl_version} -Provides: tex(dcm.sty) = %{tl_version} -Provides: tex(hwexam.cls) = %{tl_version} -Provides: tex(hwexam.sty) = %{tl_version} -Provides: tex(metakeys.sty) = %{tl_version} -Provides: tex(beamerthemeJacobs.sty) = %{tl_version} -Provides: tex(mikoaffiliation.sty) = %{tl_version} -Provides: tex(mikoslides.cls) = %{tl_version} -Provides: tex(mikoslides.sty) = %{tl_version} -Provides: tex(modules.sty) = %{tl_version} -Provides: tex(omdoc.cls) = %{tl_version} -Provides: tex(omdoc.sty) = %{tl_version} -Provides: tex(omtext.sty) = %{tl_version} -Provides: tex(presentation.sty) = %{tl_version} -Provides: tex(problem.sty) = %{tl_version} -Provides: tex(rdfmeta.sty) = %{tl_version} -Provides: tex(reqdoc.sty) = %{tl_version} -Provides: tex(smglom.sty) = %{tl_version} -Provides: tex(smultiling.sty) = %{tl_version} -Provides: tex(sproof.sty) = %{tl_version} -Provides: tex(sref.sty) = %{tl_version} -Provides: tex(statements.sty) = %{tl_version} -Provides: tex(stex.sty) = %{tl_version} -Provides: tex(structview.sty) = %{tl_version} -Provides: tex(tikzinput.sty) = %{tl_version} -Provides: tex(workaddress.sty) = %{tl_version} - -%description stex -The sTeX package collection is a version of TeX/LaTeX that -allows to markup TeX/LaTeX documents semantically without -leaving the document format, essentially turning it into a -document format for mathematical knowledge management (MKM). - -%package stex-doc -Summary: Documentation for stex -Version: svn50489 -Provides: tex-stex-doc -AutoReqProv: No - -%description stex-doc -Documentation for stex - -%package storebox -Provides: tex-storebox = %{tl_version} -License: LPPL 1.3 -Summary: Storing information for reuse -Version: svn24895.1.3a - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifpdf.sty) -Requires: tex(collectbox.sty) -Provides: tex(storebox-pgf.sty) = %{tl_version} -Provides: tex(storebox.sty) = %{tl_version} - -%description storebox -The package provides "store boxes" whose user interface matches -that of normal LaTeX "save boxes", except that the content of a -store box appears at most once in the output PDF file, however -often it is used. The present version of the package supports -pdfLaTeX and LuaLaTeX; when DVI is output, store boxes behave -the same as save boxes. - -%package storebox-doc -Summary: Documentation for storebox -Version: svn24895.1.3a - -Provides: tex-storebox-doc -AutoReqProv: No - -%description storebox-doc -Documentation for storebox - -%package storecmd -Provides: tex-storecmd = %{tl_version} -License: LPPL 1.3 -Summary: Store the name of a defined command in a container -Version: svn24431.0.0.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(catoptions.sty) -Requires: tex(ltxtools.sty) -Provides: tex(storecmd.sty) = %{tl_version} - -%description storecmd -The package provides macros for command definition that save -the name of the command being defined in a file or a macro -container. The list could be useful for spelling exceptions in -text editors that do not support TeX syntax. - -%package storecmd-doc -Summary: Documentation for storecmd -Version: svn24431.0.0.2 - -Provides: tex-storecmd-doc -AutoReqProv: No - -%description storecmd-doc -Documentation for storecmd - -%package stringstrings -Provides: tex-stringstrings = %{tl_version} -License: LPPL 1.3 -Summary: String manipulation for cosmetic and programming application -Version: svn36203.1.23 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(stringstrings.sty) = %{tl_version} - -%description stringstrings -The package provides a large and sundry set of macros for the -manipulation of strings. The macros are developed not merely -for cosmetic application (such as changing the case of letters -and string substitution), but also for programming applications -such as character look-ahead, argument parsing, conditional -tests on various string conditions, etc. The macros were -designed all to be expandable (note that things such as -\uppercase and \lowercase are not expandable), so that the -macros may be strung together sequentially and nested (after a -fashion) to achieve rather complex manipulations. - -%package stringstrings-doc -Summary: Documentation for stringstrings -Version: svn36203.1.23 - -Provides: tex-stringstrings-doc -AutoReqProv: No - -%description stringstrings-doc -Documentation for stringstrings - -%package sttools -Provides: tex-sttools = %{tl_version} -License: LPPL 1.3 -Summary: Various macros -Version: svn43684 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(array.sty) -Provides: tex(cuted.sty) = %{tl_version} -Provides: tex(floatpag.sty) = %{tl_version} -Provides: tex(flushend.sty) = %{tl_version} -Provides: tex(marginal.sty) = %{tl_version} -Provides: tex(midfloat.sty) = %{tl_version} -Provides: tex(stabular.sty) = %{tl_version} -Provides: tex(stfloats.sty) = %{tl_version} -Provides: tex(texsort.sty) = %{tl_version} - -%description sttools -A collection of tools and macros, providing: miscellaneous -float control, page styles for floats, multipage tabulars, even -columns at end of twocolumn region, switching between one- and -two-column anywhere, getting more mileage from \marginpar, -simulating the effect of "midfloats", a package to manipulate -numerical lists and arrays. - -%package sttools-doc -Summary: Documentation for sttools -Version: svn43684 -Provides: tex-sttools-doc -AutoReqProv: No - -%description sttools-doc -Documentation for sttools - -%package stubs -Provides: tex-stubs = %{tl_version} -License: GPL+ -Summary: Create tear-off stubs at the bottom of a page -Version: svn19440.0.1.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(textpos.sty) -Requires: tex(graphicx.sty) -Provides: tex(stubs.sty) = %{tl_version} - -%description stubs -The \stubs command creates as many repetitions as possible of -its argument, at the bottom of the page; these stubs may be -used (for example) for contact information. - -%package stubs-doc -Summary: Documentation for stubs -Version: svn19440.0.1.1 - -Provides: tex-stubs-doc -AutoReqProv: No - -%description stubs-doc -Documentation for stubs - -%package subdepth -Provides: tex-subdepth = %{tl_version} -License: LPPL -Summary: Unify maths subscript height -Version: svn15878.0.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(subdepth.sty) = %{tl_version} - -%description subdepth -This package is based on code (posted long ago to comp.text.tex -by Donald Arseneau) to equalise the height of subscripts in -maths. The default behaviour is to place subscripts slightly -lower when there is a superscript as well, but this can look -odd in some situations. - -%package subdepth-doc -Summary: Documentation for subdepth -Version: svn15878.0.1 - -Provides: tex-subdepth-doc -AutoReqProv: No - -%description subdepth-doc -Documentation for subdepth - -%package subeqn -Provides: tex-subeqn = %{tl_version} -License: LPPL -Summary: Package for subequation numbering -Version: svn15878.2.0b - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(subeqn.sty) = %{tl_version} - -%description subeqn -Sometimes it is necessary to be able to refer to subexpressions -of an equation. In order to do that these subexpressions should -be numbered. In standard LaTeX there is no provision for this. -To solve this problem Stephen Gildea once wrote subeqn.sty for -LaTeX 2.09; Donald Arsenau rewrote the macros and Johannes -Braams made them available for LaTeX2e. Note that this package -is not compatible with the package subeqnarray (written by -Johannes Braams), but it can be used together with the LaTeX -class options leqno and fleqn. - -%package subeqn-doc -Summary: Documentation for subeqn -Version: svn15878.2.0b - -Provides: tex-subeqn-doc -AutoReqProv: No - -%description subeqn-doc -Documentation for subeqn - -%package subeqnarray -Provides: tex-subeqnarray = %{tl_version} -License: LPPL -Summary: Equation array with sub numbering -Version: svn15878.2.1c - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(subeqnarray.sty) = %{tl_version} - -%description subeqnarray -This package defines the subeqnarray and subeqnarray* -environments, which behave like the corresponding eqnarray and -eqnarray* environments, except that the individual lines are -numbered like 1a, 1b, 1c, etc. To refer to these numbers an -extra label command \slabel is provided. Users are urged to -consider the alignment capabilities of the amsmath bundle, -which produce better results than eqnarray-related macros. - -%package subeqnarray-doc -Summary: Documentation for subeqnarray -Version: svn15878.2.1c - -Provides: tex-subeqnarray-doc -AutoReqProv: No - -%description subeqnarray-doc -Documentation for subeqnarray - -%package subfigmat -Provides: tex-subfigmat = %{tl_version} -License: LPPL -Summary: Automates layout when using the subfigure package -Version: svn20308.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(subfigure.sty) -Provides: tex(subfigmat.sty) = %{tl_version} - -%description subfigmat -Defines an array/matrix-type environment that is used with the -subfigure package to automate the placement of subfigures (or -tables or text). The subfigures are placed left-to-right, top- -to-bottom. - -%package subfigmat-doc -Summary: Documentation for subfigmat -Version: svn20308.1.0 - -Provides: tex-subfigmat-doc -AutoReqProv: No - -%description subfigmat-doc -Documentation for subfigmat %package subfigure -Provides: tex-subfigure = %{tl_version} +Provides: tex-subfigure = %{epoch}:%{source_date}-%{release} +Provides: tex-subfigure-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-subfigure-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-subfigure-doc < %{tl_epoch}:%{source_date} License: LPPL Summary: Deprecated: Figures divided into subfigures -Version: svn15878.2.1.5 - +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(subfigure.cfg) = %{tl_version} -Provides: tex(subfigure.sty) = %{tl_version} +Requires: tex-kpathsea +Provides: tex(subfigure.cfg) = %{epoch}:%{source_date}-%{release} +Provides: tex(subfigure.sty) = %{epoch}:%{source_date}-%{release} %description subfigure Provides support for the manipulation and reference of small or @@ -113814,641 +21433,1094 @@ subfigures are to be separately captioned, referenced, or are to be included in the List-of-Figures. A new \subfigure command is introduced which can be used inside a figure environment for each subfigure. An optional first argument is used as the -caption for that subfigure. The package is now considered -obsolete: it was superseded by subfig, but users may find the -more recent subcaption package more satisfactory. +caption for that subfigure. This package is now obsolescent: +new users should use subfig instead. -%package subfigure-doc -Summary: Documentation for subfigure -Version: svn15878.2.1.5 -Provides: tex-subfigure-doc -AutoReqProv: No - -%description subfigure-doc -Documentation for subfigure - -%package subfiles -Provides: tex-subfiles = %{tl_version} -License: LPPL 1.3 -Summary: Individual typesetting of subfiles of a "main" document -Version: svn53782 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(verbatim.sty) -Provides: tex(subfiles.cls) = %{tl_version} -Provides: tex(subfiles.sty) = %{tl_version} - -%description subfiles -Using subfiles the user can handle multi-file projects more -comfortably making it possible to both process the subsidiary -files by themselves and to process the main file that includes -them, without making any changes to either. - -%package subfiles-doc -Summary: Documentation for subfiles -Version: svn53782 -Provides: tex-subfiles-doc -AutoReqProv: No - -%description subfiles-doc -Documentation for subfiles - -%package subfloat -Provides: tex-subfloat = %{tl_version} +%package svn-prov +Provides: tex-svn-prov = %{epoch}:%{source_date}-%{release} +Provides: tex-svn-prov-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-svn-prov-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-svn-prov-doc < %{tl_epoch}:%{source_date} License: LPPL -Summary: Sub-numbering for figures and tables -Version: svn29349.2.14 - +Summary: Subversion variants of \Provides... macros +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-kpathsea +Provides: tex(svn-prov.sty) = %{epoch}:%{source_date}-%{release} -Provides: tex(subfloat.sty) = %{tl_version} +%description svn-prov +The package introduces Subversion variants of the standard +LaTeX macros \ProvidesPackage, \ProvidesClass and \ProvidesFile +where the file name and date is extracted from Subversion Id +keywords. The file name may also be given explicitly as an +optional argument. -%description subfloat -This package enables sub-numbering of floats (figures and -tables) similar to the subequations-environment of the amsmath -package. The subfloat package is not to be confused with the -subfig package which generates sub-figures within one normal -figure, and manages their placement; subfloat only affects -captions and numbering. -%package subfloat-doc -Summary: Documentation for subfloat -Version: svn29349.2.14 - -Provides: tex-subfloat-doc -AutoReqProv: No - -%description subfloat-doc -Documentation for subfloat - -%package substitutefont -Provides: tex-substitutefont = %{tl_version} -License: LPPL 1.3 -Summary: Easy font substitution -Version: svn32066.0.1.4 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(substitutefont.sty) = %{tl_version} - -%description substitutefont -Many free fonts are extensions of a basic font family with new -glyphs or shapes. Such fonts may be given a new name due to -licence reasons or to the creator's preference. The package -facilitates the task of setting up a font family as substitute -for another one, using its \substitutefont command. - -%package substitutefont-doc -Summary: Documentation for substitutefont -Version: svn32066.0.1.4 - -Provides: tex-substitutefont-doc -AutoReqProv: No - -%description substitutefont-doc -Documentation for substitutefont - -%package substr -Provides: tex-substr = %{tl_version} +%package t2 +Provides: tex-t2 = %{epoch}:%{source_date}-%{release} +Provides: tex-t2-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-t2-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-t2-doc < %{tl_epoch}:%{source_date} License: LPPL -Summary: Deal with substrings in strings -Version: svn16117.1.2 - +Summary: Support for using T2 encoding +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(substr.sty) = %{tl_version} - -%description substr -The package provides commands to deal with substrings of -strings. Macros are provided to: determine if one string is a -substring of another, return the parts of a string before or -after a substring, and count the number of occurrences of a -substring. - -%package substr-doc -Summary: Documentation for substr -Version: svn16117.1.2 - -Provides: tex-substr-doc -AutoReqProv: No - -%description substr-doc -Documentation for substr - -%package supertabular -Provides: tex-supertabular = %{tl_version} -License: LPPL 1.3 -Summary: A multi-page tables package -Version: svn53658 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(supertabular.sty) = %{tl_version} - -%description supertabular -The package was a predecessor of longtable; the newer package -(designed on quite different principles) is easier to use and -more flexible, in many cases, but supertabular retains its -usefulness in a few situations where longtable has problems. - -%package supertabular-doc -Summary: Documentation for supertabular -Version: svn53658 -Provides: tex-supertabular-doc -AutoReqProv: No - -%description supertabular-doc -Documentation for supertabular - -%package svg -Provides: tex-svg = %{tl_version} -License: LPPL 1.3 -Summary: Include and extract SVG pictures using Inkscape -Version: svn55643 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xkeyval.sty) -Requires: tex(subfig.sty) -Requires: tex(import.sty) -Requires: tex(graphicx.sty) -Requires: tex(transparent.sty) -Requires: tex(xcolor.sty) -Provides: tex(svg-extract.sty) = %{tl_version} -Provides: tex(svg.sty) = %{tl_version} - -%description svg -This bundle contains the two packages svg and svg-extract. The -svg package is intended for the automated integration of SVG -graphics into LaTeX documents. Therefore the capabilities -provided by Inkscape -- or more precisely its command line tool --- are used to export the text within an SVG graphic to a -separate file, which is then rendered by LaTeX. For this -purpose the two commands \includesvg and \includeinkscape are -provided which are very similar to the \includegraphics command -of the graphicx package. In addition, the package svg-extract -allows the extraction of these graphics into independent files -in different graphic formats, exactly as it is rendered within -the LaTeX document, using either ImageMagick or Ghostscript. - -%package svg-doc -Summary: Documentation for svg -Version: svn55643 -Provides: tex-svg-doc -AutoReqProv: No - -%description svg-doc -Documentation for svg - -%package svgcolor -Provides: tex-svgcolor = %{tl_version} -License: LPPL -Summary: Define SVG named colours -Version: svn15878.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(svgcolor.sty) = %{tl_version} - -%description svgcolor -The package defines the W3C Scalable Vector Graphics (SVG) -colour names for use with both the color and PSTricks packages. - -%package svgcolor-doc -Summary: Documentation for svgcolor -Version: svn15878.1.0 - -Provides: tex-svgcolor-doc -AutoReqProv: No - -%description svgcolor-doc -Documentation for svgcolor - -%package svn -Provides: tex-svn = %{tl_version} -License: LPPL 1.3 -Summary: Typeset Subversion keywords -Version: svn15878.43 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(svn.sty) = %{tl_version} - -%description svn -The svn package lets you typeset (in LaTeX) the value of -Subversion keywords. It is approximately an equivalent to the -rcs package, but for Subversion rather than CVS. Details of -Subversion (a replacement for CVS) is available from the -project's home site. - -%package svn-doc -Summary: Documentation for svn -Version: svn15878.43 - -Provides: tex-svn-doc -AutoReqProv: No - -%description svn-doc -Documentation for svn - -%package svninfo -Provides: tex-svninfo = %{tl_version} -License: LPPL -Summary: Typeset Subversion keywords -Version: svn17554.0.7.4 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fancyheadings.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(scrlayer-scrpage.sty) -Requires: tex(eso-pic.sty) -Requires: tex(ifthen.sty) -Provides: tex(svninfo.cfg) = %{tl_version} -Provides: tex(svninfo.sty) = %{tl_version} - -%description svninfo -A package for incorporating the values of Subversion keywords -into typeset documents. Information about Subversion (a -replacement for CVS) is available from -http://subversion.tigris.org/ - -%package svninfo-doc -Summary: Documentation for svninfo -Version: svn17554.0.7.4 - -Provides: tex-svninfo-doc -AutoReqProv: No - -%description svninfo-doc -Documentation for svninfo - -%package syntax -Provides: tex-syntax = %{tl_version} -License: GPL+ -Summary: Creation of syntax diagrams -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(syntax.tex) = %{tl_version} - -%description syntax -Create syntax diagrams using special environments and commands -to represent the diagram structure. - -%package syntax-doc -Summary: Documentation for syntax -Version: svn15878.0 - -Provides: tex-syntax-doc -AutoReqProv: No - -%description syntax-doc -Documentation for syntax - -%package syntrace -Provides: tex-syntrace = %{tl_version} -License: LPPL -Summary: Labels for tracing in a syntax tree -Version: svn15878.1.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Requires: tex(synttree.sty) -Requires: tex(qtree.sty) -Provides: tex(syntrace.sty) = %{tl_version} - -%description syntrace -This package adds support for traces in trees created using -either the synttree or the qtree package. The package provides -two commands (\traceLabel and \traceReference) to set and use a -trace. - -%package syntrace-doc -Summary: Documentation for syntrace -Version: svn15878.1.1 - -Provides: tex-syntrace-doc -AutoReqProv: No - -%description syntrace-doc -Documentation for syntrace - -%package synttree -Provides: tex-synttree = %{tl_version} -License: LPPL -Summary: Typeset syntactic trees -Version: svn16252.1.4.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(synttree.sty) = %{tl_version} - -%description synttree -A package to typeset syntactic trees such as those used in -Chomsky's Generative grammar, based on a description of the -structure of the tree. - -%package synttree-doc -Summary: Documentation for synttree -Version: svn16252.1.4.2 - -Provides: tex-synttree-doc -AutoReqProv: No - -%description synttree-doc -Documentation for synttree - -%package tabfigures -Provides: tex-tabfigures = %{tl_version} -License: LPPL 1.3 -Summary: Maintain vertical alignment of figures -Version: svn25202.1.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(etoolbox.sty) -Requires: tex(xcolor.sty) -Provides: tex(tabfigures.sty) = %{tl_version} - -%description tabfigures -Knuth designed his original fonts with tabular figures (figures -whose width is uniform); this makes some layout problems rather -simple. In more recent times, fonts (such as Minion Pro), which -offer proportionally spaced figures, are increasingly being -used. The package provides mechanisms whereby such proportional -figures may still be aligned in tabular style (for example, in -the table of contents). - -%package tabfigures-doc -Summary: Documentation for tabfigures -Version: svn25202.1.1 - -Provides: tex-tabfigures-doc -AutoReqProv: No - -%description tabfigures-doc -Documentation for tabfigures - -%package tableaux -Provides: tex-tableaux = %{tl_version} -License: LPPL -Summary: Construct tables of signs and variations -Version: svn42413 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(inputenc.sty) -Requires: tex(fontenc.sty) -Requires: tex(babel.sty) -Requires: tex(amsmath.sty) +Requires: tex-kpathsea Requires: tex(amssymb.sty) -Requires: tex(array.sty) -Requires: tex(hhline.sty) -Requires: tex(graphicx.sty) -Requires: tex(pstcol.sty) -Requires: tex(pst-fill.sty) -Requires: tex(pst-plot.sty) -Requires: tex(pst-tree.sty) -Provides: tex(minimum.sty) = %{tl_version} -Provides: tex(tableau.sty) = %{tl_version} +Requires: tex(enumerate.sty) +Provides: tex(t2a-mod1.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(t2a-mod2.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(t2a.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(t2b.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(t2c.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(x2.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(alias-cmc.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(alias-wncy.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(cyralias.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(fnstcorr.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(citehack.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(mathtext.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(misccorr.sty) = %{epoch}:%{source_date}-%{release} -%description tableaux -The package uses PStricks; the user may define the width of the -table, the number of lines and the height of each line. -Placement of labels within the boxes may be absolute, or as a -percentage of the width; various other controls are available. +%description t2 +The T2 bundle provides a variety of separate support functions, +for using Cyrillic characters in LaTeX: - the mathtext package, +for using Cyrillic letters 'transparently' in formulae - the +citehack package, for using Cyrillic (or indeed any non-ascii) +characters in citation keys; - support for Cyrillic in BibTeX; +- support for Cyrillic in Makeindex; and - various items of +font support. -%package tableaux-doc -Summary: Documentation for tableaux -Version: svn42413 -Provides: tex-tableaux-doc -AutoReqProv: No +%post t2 +if [ $1 -gt 0 ] ; then +sed -i 's/^\#\!\ cyramstex.*$/cyramstex pdftex language.dat -translate-file=cp227.tcx *cyramstx.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf +sed -i 's/^\#\!\ cyrtex.*$/cyrtex pdftex language.dat -translate-file=cp227.tcx *cyrtex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf +sed -i 's/^\#\!\ cyrtexinfo.*$/cyrtexinfo pdftex language.dat -translate-file=cp227.tcx *cyrtxinf.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf +fi +: -%description tableaux-doc -Documentation for tableaux +%postun t2 +if [ $1 == 0 ] ; then +sed -i 's/^cyramstex.*$/\#\!\ cyramstex pdftex language.dat -translate-file=cp227.tcx *cyramstx.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf > /dev/null 2>&1 +sed -i 's/^cyrtex.*$/\#\!\ cyrtex pdftex language.dat -translate-file=cp227.tcx *cyrtex.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf > /dev/null 2>&1 +sed -i 's/^cyrtexinfo.*$/\#\!\ cyrtexinfo pdftex language.dat -translate-file=cp227.tcx *cyrtxinf.ini/' %{_texdir}/texmf-dist/web2c/fmtutil.cnf > /dev/null 2>&1 +fi -%package tablefootnote -Provides: tex-tablefootnote = %{tl_version} -License: LPPL 1.3 -Summary: Permit footnotes in tables -Version: svn32804.1.1c +%package textpos +Provides: tex-textpos = %{epoch}:%{source_date}-%{release} +Provides: tex-textpos-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-textpos-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-textpos-doc < %{tl_epoch}:%{source_date} +License: GPL+ +Summary: Place boxes at arbitrary positions on the LaTeX page +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-kpathsea +Requires: tex(everyshi.sty) +Provides: tex(textpos.sty) = %{epoch}:%{source_date}-%{release} -Requires: tex(ltxcmds.sty) -Requires: tex(letltxmacro.sty) -Requires: tex(xifthen.sty) -Requires: tex(etoolbox.sty) -Provides: tex(tablefootnote.sty) = %{tl_version} +%description textpos +A package to facilitate placement of boxes at absolute +positions on the LaTeX page. There are several reasons why this +might be useful, an important one being to help the creation of +large-format conference posters. -%description tablefootnote -The package provides the command \tablefootnote to be used in a -table or sidewaystable environment, where \footnote will not -work (and when using \footnotemark and \footnotetext, and -adjusting the counter as necessary, is too much work). -%package tablefootnote-doc -Summary: Documentation for tablefootnote -Version: svn32804.1.1c - -Provides: tex-tablefootnote-doc -AutoReqProv: No - -%description tablefootnote-doc -Documentation for tablefootnote - -%package tableof -Provides: tex-tableof = %{tl_version} -License: LPPL 1.3 -Summary: Tagging tables of contents -Version: svn48815 +%package threeparttable +Provides: tex-threeparttable = %{epoch}:%{source_date}-%{release} +Provides: tex-threeparttable-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-threeparttable-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-threeparttable-doc < %{tl_epoch}:%{source_date} +License: Threeparttable +Summary: Tables with captions and notes all the same width +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(tableof.sty) = %{tl_version} +Requires: tex-kpathsea +Provides: tex(3parttable.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(threeparttable.sty) = %{epoch}:%{source_date}-%{release} -%description tableof -The package provides the commands to flag chapters or sections -(or anything else destined to become a TOC line). The command -\nexttocwithtags{req1,req2,...}{excl1,excl2,...} specifies -which tags are to be required and which ones are to be excluded -by the next \tableofcontents (or equivalent) command. In a -document that uses a class where \tableofcontents may only be -used once, the command -\tableoftaggedcontents{req1,req2,...}{excl1,excl2,...} may be -used to provide several tables. +%description threeparttable +Provides a scheme for tables that have a structured note +section, after the caption. This scheme provides an answer to +the old problem of putting footnotes in tables -- by making +footnotes entirely unnecessary. Note that a threeparttable is +not a float of itself; but you can place it in a table or a +table* environment, if necessary. -%package tableof-doc -Summary: Documentation for tableof -Version: svn48815 -Provides: tex-tableof-doc -AutoReqProv: No -%description tableof-doc -Documentation for tableof - -%package tablestyles -Provides: tex-tablestyles = %{tl_version} +%package titlesec +Provides: tex-titlesec = %{epoch}:%{source_date}-%{release} +Provides: tex-titlesec-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-titlesec-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-titlesec-doc < %{tl_epoch}:%{source_date} License: LPPL -Summary: tablestyles package -Version: svn34495.0 - +Summary: Select alternative section titles +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex-kpathsea +Provides: tex(titleps.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(titlesec.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(titletoc.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(ttlkeys.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(ttlps.def) = %{epoch}:%{source_date}-%{release} -Requires: tex(array.sty) -Requires: tex(etoolbox.sty) -Requires: tex(xcolor.sty) -Requires: tex(ragged2e.sty) -Provides: tex(tablestyles.sty) = %{tl_version} +%description titlesec +A package providing an interface to sectioning commands for +selection from various title styles. E.g., marginal titles and +to change the font of all headings with a single command, also +providing simple one-step page styles. Also includes a package +to change the page styles when there are floats in a page. You +may assign headers/footers to individual floats, too. -%description tablestyles -tablestyles package -%package tablestyles-doc -Summary: Documentation for tablestyles -Version: svn34495.0 - -Provides: tex-tablestyles-doc -AutoReqProv: No - -%description tablestyles-doc -Documentation for tablestyles - -%package tablists -Provides: tex-tablists = %{tl_version} +%package titling +Provides: tex-titling = %{epoch}:%{source_date}-%{release} +Provides: tex-titling-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-titling-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-titling-doc < %{tl_epoch}:%{source_date} License: LPPL -Summary: Tabulated lists of short items -Version: svn15878.0.0e - +Summary: Control over the typesetting of the \maketitle command +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea +Requires(post,postun): coreutils +Requires: tex-kpathsea +Provides: tex(titling.sty) = %{epoch}:%{source_date}-%{release} -Requires: tex(makecell.sty) -Provides: tex(tablists.sty) = %{tl_version} +%description titling +The titling package provides control over the typesetting of +the \maketitle command and \thanks commands, and makes the +\title, \author and \date information permanently available. +Multiple titles are allowed in a single document. New titling +elements can be added and a titlepage title can be centered on +a physical page. -%description tablists -This package offers environments and commands for one-level and -two-level lists of short items (e.g., exercises in textbooks). -The environments support optional arguments of item numbering -similar to the enumerate or paralist packages. -%package tablists-doc -Summary: Documentation for tablists -Version: svn15878.0.0e - -Provides: tex-tablists-doc -AutoReqProv: No - -%description tablists-doc -Documentation for tablists - -%package tabls -Provides: tex-tabls = %{tl_version} -License: Dotseqn -Summary: Better vertical spacing in tables and arrays -Version: svn17255.3.5 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(tabls.sty) = %{tl_version} - -%description tabls -Modifies LaTeX's array and tabular environments to keep text -from touching other text or hlines above or below. Several new -parameters are defined and some standard macros are re-defined. -The package slows down compilation of tables, since each entry -is boxed twice. - -%package tabls-doc -Summary: Documentation for tabls -Version: svn17255.3.5 - -Provides: tex-tabls-doc -AutoReqProv: No - -%description tabls-doc -Documentation for tabls - -%package tabstackengine -Provides: tex-tabstackengine = %{tl_version} +%package adjustbox +Provides: tex-adjustbox = %{epoch}:%{source_date}-%{release} +Provides: tex-adjustbox-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-adjustbox-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-adjustbox-doc < %{tl_epoch}:%{source_date} License: LPPL -Summary: "Tabbing" front-end to stackengine -Version: svn46848 +Summary: adjustbox package +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(stackengine.sty) +Requires: tex-kpathsea +Requires: tex(xkeyval.sty) Requires: tex(calc.sty) -Provides: tex(tabstackengine.sty) = %{tl_version} +Requires: tex(pgf.sty) +Requires: tex(graphicx.sty) +Requires: tex(collectbox.sty) +Requires: tex(ifoddpage.sty) +Requires: tex(varwidth.sty) +Provides: tex(adjcalc.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(adjustbox.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(tc-dvips.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(tc-pdftex.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(tc-pgf.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(tc-xetex.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(trimclip.sty) = %{epoch}:%{source_date}-%{release} -%description tabstackengine -The package provides a front end to the stackengine package, to -allow tabbed stacking. In most cases, an existing stackengine -command may be prepended with the word "tabbed", "align" or -"tabular" to create a new tabbed version of a stacking macro. -In addition, hooks in the package's parser, that tabbed strings -of data may be parsed, extracted and reconstituted (not -requiring use of any stacking constructions). +%description adjustbox +adjustbox package -%package tabstackengine-doc -Summary: Documentation for tabstackengine -Version: svn46848 -Provides: tex-tabstackengine-doc -AutoReqProv: No -%description tabstackengine-doc -Documentation for tabstackengine - -%package tabto-ltx -Provides: tex-tabto-ltx = %{tl_version} -License: LPPL -Summary: "Tab" to a measured position in the line -Version: svn54080 +%package tocloft +Provides: tex-tocloft = %{epoch}:%{source_date}-%{release} +Provides: tex-tocloft-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-tocloft-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-tocloft-doc < %{tl_epoch}:%{source_date} +License: LPPL 1.3 +Summary: Control table of contents, figures, etc +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(tabto.sty) = %{tl_version} +Requires: tex-kpathsea +Provides: tex(tocloft.sty) = %{epoch}:%{source_date}-%{release} -%description tabto-ltx -\tabto{<length>} moves the typesetting position to <length> -from the left margin of the paragraph. If the typesetting -position is already further along, \tabto starts a new line; -the command \tabto* will move position backwards if necessary, -so that previous text may be overwritten. The command -\TabPositions may be used to define a set of tabbing positions, -after which the command \tab advances typesetting position to -the next defined 'tab stop'. +%description tocloft +Provides control over the typography of the Table of Contents, +List of Figures and List of Tables, and the ability to create +new `List of ...'. The ToC \parskip can be changed. -%package tabto-ltx-doc -Summary: Documentation for tabto-ltx -Version: svn54080 -Provides: tex-tabto-ltx-doc -AutoReqProv: No -%description tabto-ltx-doc -Documentation for tabto-ltx +%package type1cm +Provides: tex-type1cm = %{epoch}:%{source_date}-%{release} +Provides: tex-type1cm-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-type1cm-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-type1cm-doc < %{tl_epoch}:%{source_date} +License: LPPL +Summary: Arbitrary size font selection in LaTeX +BuildArch: noarch +Requires: texlive-base +Requires: tex-kpathsea +Provides: tex(type1cm.sty) = %{epoch}:%{source_date}-%{release} + +%description type1cm +LaTeX, by default, restricts the sizes at which you can use its +default computer modern fonts, to a fixed set of discrete sizes +(effectively, a set specified by Knuth). The type1cm package +removes this restriction; this is particularly useful when +using scalable versions of the cm fonts (Bakoma, or the +versions from BSR/Y&Y, or True Type versions from Kinch, PCTeX, +etc.). In fact, since modern distributions will automatically +generate any bitmap font you might need, type1cm has wider +application than just those using scaleable versions of the +fonts. Note that the LaTeX distribution now contains a package +fix-cm, which performs the task of type1cm, as well as doing +the same job for T1- and TS1-encoded ec fonts. + + +%package ucs +Provides: tex-ucs = %{epoch}:%{source_date}-%{release} +Provides: tex-ucs-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-ucs-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-ucs-doc < %{tl_epoch}:%{source_date} +License: LPPL 1.3 +Summary: Extended UTF-8 input encoding support for LaTeX +BuildArch: noarch +Requires: texlive-base +Requires: tex-kpathsea +Requires: tex(graphicx.sty) +Requires: tex(hyperref.sty) +Requires: tex(keyval.sty) +Requires: tex(fontenc.sty) +Provides: tex(uni-0.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-1.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-100.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-101.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-102.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-103.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-104.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-105.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-106.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-107.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-108.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-109.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-110.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-111.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-112.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-113.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-114.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-115.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-116.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-117.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-118.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-119.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-12.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-120.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-121.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-122.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-123.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-124.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-125.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-126.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-127.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-128.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-129.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-130.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-131.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-132.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-133.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-134.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-135.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-136.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-137.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-138.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-139.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-14.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-140.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-141.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-142.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-143.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-144.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-145.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-146.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-147.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-148.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-149.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-150.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-151.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-152.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-153.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-154.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-155.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-156.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-157.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-158.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-159.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-167.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-172.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-173.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-174.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-175.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-176.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-177.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-178.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-179.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-18.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-180.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-181.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-182.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-183.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-184.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-185.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-186.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-187.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-188.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-189.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-19.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-190.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-191.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-192.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-193.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-194.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-195.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-196.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-197.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-198.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-199.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-2.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-200.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-201.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-202.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-203.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-204.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-205.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-206.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-207.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-208.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-209.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-210.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-211.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-212.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-213.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-214.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-215.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-24.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-248.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-249.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-250.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-251.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-254.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-255.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-29.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-3.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-30.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-31.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-32.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-33.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-34.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-35.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-3584.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-36.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-37.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-38.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-39.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-4.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-40.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-42.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-44.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-46.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-465.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-468.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-469.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-47.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-470.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-471.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-48.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-49.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-497.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-498.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-5.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-50.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-51.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-760.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-761.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-762.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-78.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-79.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-80.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-81.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-82.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-83.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-84.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-85.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-86.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-87.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-88.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-89.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-9.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-90.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-91.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-92.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-93.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-94.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-95.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-96.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-97.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-98.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-99.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uni-global.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(uninames.dat) = %{epoch}:%{source_date}-%{release} +Provides: tex(ucs.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(ucsencs.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(ucshyper.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(ucsutils.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(utf8x.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(autofe.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(c00enc.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(c10enc.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(c40enc.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(c42enc.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(c61enc.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(cenccmn.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(cp1252.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(ldvarial.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ldvc2000.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ldvenc.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(letc2000.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(letenc.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(letgfzem.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(letjiret.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(lklenc.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(lklkli.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ltaarial.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ltac2000.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ltaenc.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(ltgc2000.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ltgenc.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(ltlcmr.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ltlenc.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(ltwdsnol.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ltwdsque.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ltwdssin.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ltwenc.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(lucarial.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(lucc2000.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(lucenc.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(mkrenc.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(mkrezra.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(mkrhadas.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(mkromega.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(mkrrashi.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t2dcmr.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(t2denc.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(tengwarDS.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(xscmr.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(xsenc.def) = %{epoch}:%{source_date}-%{release} + +%description ucs +The bundle provides the ucs package, and utf8x.def, together +with a large number of support files. The utf8x.def definition +file for use with inputenc covers a wider range of Unicode +characters than does utf8.def in the LaTeX distribution. The +package provides facilities for efficient use of its large sets +of Unicode characters. Glyph production may be controlled by +various options, which permits use of non-ASCII characters when +coding mathematical formulae. Note that the bundle previously +had an alias "unicode"; that alias has now been withdrawn, and +no package of that name now exists. + + +%package ulem +Provides: tex-ulem = %{epoch}:%{source_date}-%{release} +Provides: tex-ulem-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-ulem-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-ulem-doc < %{tl_epoch}:%{source_date} +License: Copyright only +Summary: Package for underlining +BuildArch: noarch +Requires: texlive-base +Requires: tex-kpathsea +Provides: tex(ulem.sty) = %{epoch}:%{source_date}-%{release} + +%description ulem +The package provides an \ul (underline) command which will +break over line ends; this technique may be used to replace \em +(both in that form and as the \emph command), so as to make +output look as if it comes from a typewriter. The package also +offers double and wavy underlining, and striking out (line +through words) and crossing out (/// over words). The package +works with both Plain TeX and LaTeX. + + +%package unicode-math +Provides: tex-unicode-math = %{epoch}:%{source_date}-%{release} +Provides: tex-unicode-math-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-unicode-math-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-unicode-math-doc < %{tl_epoch}:%{source_date} +License: LPPL 1.3 +Summary: Unicode mathematics support for XeTeX and LuaTeX +BuildArch: noarch +Requires: texlive-base +Requires: tex-kpathsea +Requires: tex-fontspec +Requires: tex(lualatex-math.sty) +Requires: tex(luatexbase.sty) +Requires: tex(luaotfload.sty) +Requires: tex(expl3.sty) +Requires: tex(xparse.sty) +Requires: tex(l3keys2e.sty) +Requires: tex(fontspec.sty) +Requires: tex(catchfile.sty) +Requires: tex(fix-cm.sty) +Requires: tex(filehook.sty) +Provides: tex(unicode-math-luatex.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(unicode-math-table.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(unicode-math-xetex.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(unicode-math.sty) = %{epoch}:%{source_date}-%{release} + +%description unicode-math +The current release of this package typesets mathematics with +unicode input and using OpenType maths fonts. (There is little +compatibility with older maths packages.) XeTeX support is well +tested, though LuaTeX support less so. The package can typeset +using STIX fonts, the XITS development of those fonts, the +Asana-Math fonts, the Latin Modern Math, and the TeX Gyre Math +font familiess, as well as the commercial Cambria Math fonts. +There is no support for extra alphabets in the Unicode 'private +use area'. The package relies on recent versions of the +fontspec package and the l3kernel and l3packages bundles. + + +%package varwidth +Provides: tex-varwidth = %{epoch}:%{source_date}-%{release} +Provides: tex-varwidth-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-varwidth-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-varwidth-doc < %{tl_epoch}:%{source_date} +License: LPPL +Summary: A variable-width minipage +BuildArch: noarch +Requires: texlive-base +Requires: tex-kpathsea +Provides: tex(varwidth.sty) = %{epoch}:%{source_date}-%{release} + +%description varwidth +The varwidth environment is superficially similar to minipage, +but the specified width is just a maximum value -- the box may +get a narrower "natural" width. + + +%package was +Provides: tex-was = %{epoch}:%{source_date}-%{release} +Provides: tex-was-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-was-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-was-doc < %{tl_epoch}:%{source_date} +License: LPPL +Summary: A collection of small packages by Walter Schmidt +BuildArch: noarch +Requires: texlive-base +Requires: tex-kpathsea +Provides: tex(fixmath.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(gensymb.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(icomma.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(upgreek.sty) = %{epoch}:%{source_date}-%{release} + +%description was +A bundle of packages that arise in the author's area of +interest: - compliance of maths typesetting with ISO standards; +- symbols that work in both maths and text modes; - commas for +both decimal separator and maths; and - upright Greek letters +in maths. + + +%package wrapfig +Provides: tex-wrapfig = %{epoch}:%{source_date}-%{release} +Provides: tex-wrapfig-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-wrapfig-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-wrapfig-doc < %{tl_epoch}:%{source_date} +License: LPPL +Summary: Produces figures which text can flow around +BuildArch: noarch +Requires: texlive-base +Requires: tex-kpathsea +Provides: tex(wrapfig.sty) = %{epoch}:%{source_date}-%{release} + +%description wrapfig +Allows figures or tables to have text wrapped around them. Does +not work in combination with list environments, but can be used +in a parbox or minipage, and in twocolumn format. Supports the +float package. + + +%package xifthen +Provides: tex-xifthen = %{epoch}:%{source_date}-%{release} +Provides: tex-xifthen-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-xifthen-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-xifthen-doc < %{tl_epoch}:%{source_date} +License: LPPL +Summary: Extended conditional commands +BuildArch: noarch +Requires: texlive-base +Requires: tex-kpathsea +Requires: tex(etex.sty) +Requires: tex(calc.sty) +Requires: tex(ifthen.sty) +Requires: tex(ifmtarg.sty) +Provides: tex(xifthen.sty) = %{epoch}:%{source_date}-%{release} + +%description xifthen +This package extends the ifthen package by implementing new +commands to go within the first argument of \ifthenelse: to +test whether a string is void or not, if a command is defined +or equivalent to another. The package also enables use of +complex expressions as introduced by the package calc, together +with the ability of defining new commands to handle complex +tests. The package requires e-TeX features. + + +%package xstring +Provides: tex-xstring = %{epoch}:%{source_date}-%{release} +Provides: tex-xstring-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-xstring-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-xstring-doc < %{tl_epoch}:%{source_date} +License: LPPL +Summary: String manipulation for (La)TeX +BuildArch: noarch +Requires: texlive-base +Requires: tex-kpathsea +Provides: tex(xstring.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(xstring.tex) = %{epoch}:%{source_date}-%{release} + +%description xstring +The package provides macros for manipulating strings -- testing +a string's contents, extracting substrings, substitution of +substrings and providing numbers such as string length, +position of, or number of recurrences of, a substring. The +package works equally in Plain TeX and LaTeX (though e-TeX is +always required). The strings to be processed may contain +(expandable) macros. + + +%package xtab +Provides: tex-xtab = %{epoch}:%{source_date}-%{release} +Provides: tex-xtab-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-xtab-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-xtab-doc < %{tl_epoch}:%{source_date} +License: LPPL +Summary: Break tables across pages +BuildArch: noarch +Requires: texlive-base +Requires: tex-kpathsea +Provides: tex(xtab.sty) = %{epoch}:%{source_date}-%{release} + +%description xtab +Xtab is an extended and somewhat improved version of +supertabular; it provides tables that break across pages. + + +%package metapost +Provides: tex-metapost = %{epoch}:%{source_date}-%{release} +Provides: texlive-metapost-bin = %{epoch}:%{source_date}-%{release} +Provides: tex-metapost-bin = %{epoch}:%{source_date}-%{release} +Obsoletes: texlive-metapost-bin < %{tl_epoch}:%{source_date} +Provides: texlive-metapost-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: texlive-metapost-doc < %{tl_epoch}:%{source_date} +Provides: tex-metapost-examples-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-metapost-examples-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-metapost-examples-doc < %{tl_epoch}:%{source_date} +License: LGPLv2+ +Summary: A development of Metafont for creating graphics +Requires: texlive-base +Requires: texlive-kpathsea +Requires: texlive-tetex +Provides: tex(freeeuro.afm) = %{epoch}:%{source_date}-%{release} +Provides: tex(psyrgo.afm) = %{epoch}:%{source_date}-%{release} +Provides: tex(zpzdr-reversed.afm) = %{epoch}:%{source_date}-%{release} +Provides: tex(groff.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(troff-updmap.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(troff.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(freeeuro.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pagd8g.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pagdo8g.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pagk8g.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pagko8g.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pbkd8g.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pbkdi8g.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pbkl8g.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pbkli8g.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pcrb8g.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pcrbo8g.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pcrr8g.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pcrro8g.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvb8g.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvb8gn.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvbo8g.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvbo8gn.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvr8g.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvr8gn.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvro8g.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(phvro8gn.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pncb8g.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pncbi8g.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pncr8g.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pncri8g.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplb8g.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplbi8g.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplr8g.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pplri8g.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(psyrgo.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ptmb8g.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ptmbi8g.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ptmr8g.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(ptmri8g.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(pzcmi8g.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(zpzdr-reversed.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(freeeuro.pfa) = %{epoch}:%{source_date}-%{release} +Provides: tex(mfplain.ini) = %{epoch}:%{source_date}-%{release} +Provides: tex(trfonts.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(mproof.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(mpsproof.tex) = %{epoch}:%{source_date}-%{release} + +%description metapost +MetaPost uses a language based on that of Metafont to produce +precise technical illustrations. Its output is scalable +PostScript or SVG, rather than the bitmaps Metafont creates. + + +%package collection-metapost +Summary: MetaPost (and Metafont) drawing packages +BuildArch: noarch +Requires: texlive-base +Requires(post,postun): coreutils +Requires: tex-automata +Requires: tex-bbcard +Requires: tex-blockdraw_mp +Requires: tex-bpolynomial +Requires: tex-cmarrows +Requires: tex-drv +Requires: tex-dviincl +Requires: tex-emp +Requires: tex-epsincl +Requires: tex-expressg +Requires: tex-exteps +Requires: tex-featpost +Requires: tex-feynmf +Requires: tex-feynmp-auto +Requires: tex-garrigues +Requires: tex-gmp +Requires: tex-hatching +Requires: tex-latexmp +Requires: tex-metago +Requires: tex-metaobj +Requires: tex-metaplot +Requires: tex-metapost +Requires: tex-metauml +Requires: tex-mfpic +Requires: tex-mfpic4ode +Requires: tex-mp3d +Requires: tex-mpcolornames +Requires: tex-mpattern +Requires: tex-mpgraphics +Requires: tex-piechartmp +Requires: tex-roex +Requires: tex-slideshow +Requires: tex-splines +Requires: tex-suanpan +Requires: tex-textpath +Requires: tex-threeddice +Requires: texlive-collection-basic + +%description collection-metapost +collection-metapost package + + +%package graphics-def +Provides: tex-graphics-def = %{epoch}:%{source_date}-%{release} +Provides: tex-dvipdfmx-def = %{epoch}:%{source_date}-%{release} +Provides: %{name}-dvipdfmx-def = %{epoch}:%{source_date}-%{release} +Provides: tex-dvisvgm-def = %{epoch}:%{source_date}-%{release} +Provides: %{name}-dvisvgm-def = %{epoch}:%{source_date}-%{release} +Provides: tex-pdftex-def = %{epoch}:%{source_date}-%{release} +Provides: tex-xetex-def = %{epoch}:%{source_date}-%{release} +Provides: %{name}-pdftex-def = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-pdftex-def < %{tl_epoch}:%{source_date} +Obsoletes: %{name}-dvipdfmx-def < %{tl_epoch}:%{source_date} +Obsoletes: %{name}-dvisvgm-def < %{tl_epoch}:%{source_date} +License: LPPL +Summary: Colour and graphics option files +BuildArch: noarch +Requires: texlive-base +Requires: tex-kpathsea +Provides: tex(dvipdfmx.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(dvips.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(dvisvgm.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(luatex.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(pdftex.def) = %{epoch}:%{source_date}-%{release} +Provides: tex(xetex.def) = %{epoch}:%{source_date}-%{release} + +%description graphics-def +This bundle is a combined distribution consisting of dvips.def, +pdftex.def, luatex.def, xetex.def, dvipdfmx.def, and +dvisvgm.def driver option files for the LaTeX graphics and +color packages. It is hoped that by combining their source +repositories at https://github.com/latex3/graphics-def it will +be easier to coordinate updates. + + +%package tex-ini-files +Provides: tex-tex-ini-files = %{epoch}:%{source_date}-%{release} +Provides: tex-tex-ini-files-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-tex-ini-files-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-tex-ini-files-doc < %{tl_epoch}:%{source_date} +License: Public Domain +Summary: Model TeX format creation files +BuildArch: noarch +Requires: texlive-base +Requires: texlive-kpathsea +Provides: tex(pdftexconfig.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(luatexconfig.tex) = %{epoch}:%{source_date}-%{release} + +%description tex-ini-files +This bundle provides a collection of model .ini files for +creating TeX formats. These files are commonly used to +introduced distribution-dependent variations in formats. They +are also used to allow existing format source files to be used +with newer engines, for example to adapt the plain e-TeX source +file to work with XeTeX and LuaTeX. + + +%package texlive-docindex +Provides: tex-texlive-docindex = %{epoch}:%{source_date}-%{release} +Provides: tex-texlive-docindex-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-texlive-docindex-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-texlive-docindex-doc < %{tl_epoch}:%{source_date} +License: LPPL +Summary: top-level TeX Live doc.html, etc +BuildArch: noarch +Requires: texlive-base +Requires: texlive-kpathsea + +%description texlive-docindex +These files are regenerated as needed, which is often, so we +make them a separate package. See the tl-update-auto script +for the process. + + +%package texlive-common-doc +Summary: Documentation for texlive-common +Provides: tex-texlive-common-doc = %{epoch}:%{source_date}-%{release} +BuildArch: noarch + +%description texlive-common-doc +Documentation for texlive-common + + +%package texlive-en +Provides: tex-texlive-en = %{epoch}:%{source_date}-%{release} +Provides: tex-texlive-en-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-texlive-en-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-texlive-en-doc < %{tl_epoch}:%{source_date} +License: LPPL +Summary: TeX Live manual (English) +BuildArch: noarch +Requires: texlive-base +Requires: texlive-kpathsea +Requires(post,postun): /sbin/install-info + +%description texlive-en +texlive-en package + +%preun texlive-en +if [ "$1" == "0" ]; then + /sbin/install-info --delete %{_infodir}/tlbuild.info %{_infodir}/dir 2>/dev/null || : +fi + +%post texlive-en +/sbin/install-info %{_infodir}/tlbuild.info %{_infodir}/dir 2>/dev/null + + +%package texlive-msg-translations +Provides: tex-texlive-msg-translations = %{epoch}:%{source_date}-%{release} +License: LPPL +Summary: translations of the TeX Live installer and TeX Live Manager +BuildArch: noarch +Requires: texlive-base +Requires: texlive-kpathsea + + +%description texlive-msg-translations +This package contains the translated messages of the TeX Live +installer and TeX Live Manager. For information on creating or +updating translations, see +http://tug.org/texlive/doc.html#install-tl-xlate. + + +%package texlive-scripts +Provides: tex-texlive-scripts = %{epoch}:%{source_date}-%{release} +Provides: texlive-texlive-scripts-bin = %{epoch}:%{source_date}-%{release} +License: LPPL +Summary: TeX Live infrastructure programs +BuildArch: noarch +Requires: texlive-base +Requires: tex-kpathsea +Requires: tex-texlive.infra +Provides: texlive-tetex = %{epoch}:%{source_date}-%{release} +Obsoletes: texlive-tetex < 7:2020032 + +%description texlive-scripts +Includes install-tl, tl-portable, rungs, etc.; not needed for +tlmgr to run but still ours. Not included in tlcritical. + + +%package texlive-scripts-extra +Provides: tex-texlive-scripts-extra = %{epoch}:%{source_date}-%{release} +Provides: texlive-texlive-scripts-extra-bin = %{epoch}:%{source_date}-%{release} +License: GPL+ and LPPL and Public Domain +Summary: TeX Live scripts +Requires: texlive-base +Requires: texlive-kpathsea +Requires: texlive-texlive.infra +Obsoletes: texlive-texconfig < 7:20200327 +Obsoletes: texlive-pstools < 7:20200327 +Obsoletes: texlive-pdftools < 7:20200327 +BuildArch: noarch + +%description texlive-scripts-extra +Miscellaneous scripts maintained as part of TeX Live, but not important for +the infrastructure. Thus, this is not part of scheme-infraonly or tlcritical, +just a normal package. + + +%package trimspaces +Provides: tex-trimspaces = %{epoch}:%{source_date}-%{release} +Provides: tex-trimspaces-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-trimspaces-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-trimspaces-doc < %{tl_epoch}:%{source_date} +License: LPPL +Summary: Trim spaces around an argument or within a macro +BuildArch: noarch +Requires: texlive-base +Requires: tex-kpathsea +Provides: tex(trimspaces.sty) = %{epoch}:%{source_date}-%{release} + +%description trimspaces +A very short package that allows you to expandably remove +spaces around a token list (commands are provided to remove +spaces before, spaces after, or both); or to remove surrounding +spaces within a macro definition, or to define space-stripped +macros. + + +%package unicode-data +Provides: tex-unicode-data = %{epoch}:%{source_date}-%{release} +Provides: tex-unicode-data-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-unicode-data-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-unicode-data-doc < %{tl_epoch}:%{source_date} +License: LPPL and Unicode +Summary: Unicode data and loaders for TeX +BuildArch: noarch +Requires: texlive-base +Requires: texlive-kpathsea +Provides: tex(load-unicode-math-classes.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(load-unicode-data.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(load-unicode-xetex-classes.tex) = %{epoch}:%{source_date}-%{release} + +%description unicode-data +This bundle provides generic access to Unicode Consortium data +for TeX use. It contains a set of text files provided by the +Unicode Consortium which are currently all from Unicode 8.0.0, +with the exception of MathClass.txt which is not currently part +of the Unicode Character Database. Accompanying these source +data are generic TeX loader files allowing this data to be used +as part of TeX runs, in particular in building format files. +Currently there are two loader files: one for general character +set up and one for initialising XeTeX character classes as has +been carried out to date by unicode-letters.tex. The source +data are distributed in accordance with the license stipulated +by the Unicode Consortium. The bundle as a whole is co- +ordinated by the LaTeX3 Project as a general resource for TeX +users. + + +%package updmap-map +Provides: tex-updmap-map = %{epoch}:%{source_date}-%{release} +License: Public Domain +Summary: Font maps +BuildArch: noarch +Requires: texlive-base +Requires: texlive-kpathsea +Provides: tex(pdftex_dl14.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(pdftex.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(pdftex_ndl14.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(psfonts.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(psfonts_pk.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(psfonts_t1.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(ps2pk.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(download35.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(builtin35.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(kanjix.map) = %{epoch}:%{source_date}-%{release} + +%description updmap-map +Font maps. + + +%package xmltexconfig +Provides: tex-xmltexconfig = %{epoch}:%{source_date}-%{release} +License: LPPL +Summary: xmltexconfig package +BuildArch: noarch +Requires: texlive-base +Requires: texlive-kpathsea + +%description xmltexconfig +xmltexconfig package + + +%package lualibs +Provides: tex-lualibs = %{epoch}:%{source_date}-%{release} +Provides: tex-lualibs-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-lualibs-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-lualibs-doc < %{tl_epoch}:%{source_date} +License: GPLv2+ +Summary: Additional Lua functions for LuaTeX macro programmers +BuildArch: noarch +Requires: texlive-base +Requires: texlive-kpathsea + +%description lualibs +Lualibs is a collection of Lua modules useful for general +programming. The bundle is based on lua modules shipped with +ConTeXt, and are made available in this bundle for use +independent of ConTeXt. + + +%package import +Provides: tex-import = %{epoch}:%{source_date}-%{release} +Provides: tex-import-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-import-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-import-doc < %{tl_epoch}:%{source_date} +License: Public Domain +Summary: Establish input relative to a directory +BuildArch: noarch +Requires: texlive-base +Requires: texlive-kpathsea +Provides: tex(import.sty) = %{epoch}:%{source_date}-%{release} + +%description import +The commands \import{full_path}{file} and +\subimport{path_extension}{file} set up input through standard +LaTeX mechanisms (\input, \include and \includegraphics) to +load files relative to the \import-ed directory. There are also +\includefrom, \subincludefrom, and * variants of the commands. + %package tabu -Provides: tex-tabu = %{tl_version} +Provides: tex-tabu = %{epoch}:%{source_date}-%{release} +Provides: tex-tabu-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-tabu-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-tabu-doc < %{tl_epoch}:%{source_date} License: LPPL 1.3 Summary: Flexible LaTeX tabulars -Version: svn49707 +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-kpathsea Requires: tex(array.sty) Requires: tex(varwidth.sty) Requires: tex(delarray.sty) Requires: tex(linegoal.sty) -Provides: tex(tabu.sty) = %{tl_version} +Provides: tex(tabu.sty) = %{epoch}:%{source_date}-%{release} %description tabu The package provides an environment, tabu, which will make any @@ -114472,113 +22544,337 @@ column type indication (p, m and b). \begin{tabu} to <dimen> specifies a target width, and \begin{tabu} spread <dimen> enlarges the environment's "natural" width. -%package tabu-doc -Summary: Documentation for tabu -Version: svn49707 -Provides: tex-tabu-doc -AutoReqProv: No - -%description tabu-doc -Documentation for tabu - -%package tabularborder -Provides: tex-tabularborder = %{tl_version} -License: LPPL 1.2 -Summary: Remove excess space at left and right of tabular -Version: svn17885.1.0a +%package linegoal +Provides: tex-linegoal = %{epoch}:%{source_date}-%{release} +Provides: tex-linegoal-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-linegoal-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-linegoal-doc < %{tl_epoch}:%{source_date} +License: LPPL 1.3 +Summary: A "dimen" that returns the space left on the line +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-kpathsea +Requires: tex(etex.sty) +Requires: tex(zref.sty) +Requires: tex(zref-savepos.sty) +Provides: tex(linegoal.sty) = %{epoch}:%{source_date}-%{release} -Requires: tex(booktabs.sty) -Requires: tex(array.sty) -Provides: tex(tabularborder.sty) = %{tl_version} +%description linegoal +The linegoal package provides a macro \linegoal to be used with +\setlength: \setlength<some dimen>\linegoal will set <some +dimen> to the horizontal length of the remainder of the line. +This is achieved using the \pdfsavepos primitive of pdftex, +through the zref-savepos package. Example: Some text: +\begin{tabularx}\linegoal{|l|X|} \hline one & two \\ three & +four \\\hline \end{tabularx} will position the table after the +initial text, and make the table fill the rest of the line. -%description tabularborder -The tabular environment is changed so that the outer -\tabcolseps are compensated and a \hline has the same length as -the text. No @{} is needed. -%package tabularborder-doc -Summary: Documentation for tabularborder -Version: svn17885.1.0a +%package graphics-cfg +Provides: tex-graphics-cfg = %{epoch}:%{source_date}-%{release} +Provides: tex-graphics-cfg-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-graphics-cfg-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-graphics-cfg-doc < %{tl_epoch}:%{source_date} +License: Public Domain +Summary: Sample configuration files for LaTeX color and graphics +BuildArch: noarch +Requires: texlive-base +Requires: texlive-kpathsea +Provides: tex(color.cfg) = %{epoch}:%{source_date}-%{release} +Provides: tex(graphics.cfg) = %{epoch}:%{source_date}-%{release} -Provides: tex-tabularborder-doc -AutoReqProv: No +%description graphics-cfg +This bundle includes color.cfg and graphics.cfg files that set +default "driver" options for the color and graphics packages. +It contains support for defaulting the new LuaTeX option which +was added to graphics and color in the 2016-02-01 release. The +LuaTeX option is only used for LuaTeX versions from 0.87, older +versions use the pdfTeX option as before. -%description tabularborder-doc -Documentation for tabularborder -%package tabularcalc -Provides: tex-tabularcalc = %{tl_version} +%package wasy +Provides: tex-wasy = %{epoch}:%{source_date}-%{release} +Provides: tex-wasy-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-wasy-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-wasy-doc < %{tl_epoch}:%{source_date} +License: Public Domain +Summary: The wasy fonts (Waldi symbol fonts) +BuildArch: noarch +Requires: texlive-base +Requires: texlive-kpathsea +Provides: tex(wasy10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wasy5.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wasy6.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wasy7.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wasy8.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wasy9.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wasyb10.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(wasyfont.tex) = %{epoch}:%{source_date}-%{release} + +%description wasy +These are the wasy (Waldi symbol) fonts, second release. This +bundle presents the fonts in Metafont format, but they are also +available in Adobe Type 1 format. Support under LaTeX is +provided by the wasysym package. + + +%package ltabptch +Provides: tex-ltabptch = %{epoch}:%{source_date}-%{release} +Provides: tex-ltabptch-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-ltabptch-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-ltabptch-doc < %{tl_epoch}:%{source_date} License: LPPL -Summary: Calculate formulas in a tabular environment -Version: svn15878.0.2 - +Summary: Bug fix for longtable +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-kpathsea +Requires: tex(longtable.sty) +Provides: tex(ltabptch.sty) = %{epoch}:%{source_date}-%{release} -Requires: tex(fp.sty) -Requires: tex(xstring.sty) -Requires: tex(numprint.sty) -Provides: tex(tabularcalc.sty) = %{tl_version} +%description ltabptch +A patch for LaTeX bugs tools/3180 and tools/3480. The patch +applies to version 4.11 of longtable. -%description tabularcalc -Given a list of numbers and one (or more) formulas, the package -offers an easy syntax to build a table of values, i.e., a -tabular in which the first row contains the list of numbers, -and the other rows contain the calculated values of the -formulas for each number of the list. The table may be built -either horizontally or vertically and is fully customizable. -%package tabularcalc-doc -Summary: Documentation for tabularcalc -Version: svn15878.0.2 - -Provides: tex-tabularcalc-doc -AutoReqProv: No - -%description tabularcalc-doc -Documentation for tabularcalc - -%package tabularew -Provides: tex-tabularew = %{tl_version} +%package manfnt-font +Provides: tex-manfnt-font = %{epoch}:%{source_date}-%{release} License: LPPL -Summary: A variation on the tabular environment -Version: svn15878.0.1 - +Summary: manfnt-font package +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-kpathsea +Requires: texlive-tetex +Provides: tex(manfnt.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(manfnt.pfb) = %{epoch}:%{source_date}-%{release} +%description manfnt-font +manfnt-font package + + +%package finstrut +Provides: tex-finstrut = %{epoch}:%{source_date}-%{release} +Provides: tex-finstrut-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-finstrut-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-finstrut-doc < %{tl_epoch}:%{source_date} +License: LPPL 1.3 +Summary: Adjust behaviour of the ends of footnotes +BuildArch: noarch +Requires: texlive-base +Requires: texlive-kpathsea +Provides: tex(finstrut.sty) = %{epoch}:%{source_date}-%{release} + +%description finstrut +The LaTeX internal command \@finalstrut is used automatically +used at the end of footnote texts to insert a strut to avoid +mis-spacing of multiple footnotes. Unfortunately the command +can cause a blank line at the end of a footnote. The package +provides a solution to this problem. + + +%package lineno +Provides: tex-lineno = %{epoch}:%{source_date}-%{release} +Provides: tex-lineno-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-lineno-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-lineno-doc < %{tl_epoch}:%{source_date} +License: LPPL +Summary: Line numbers on paragraphs +BuildArch: noarch +Requires: texlive-base +Requires: texlive-kpathsea +Requires: tex(longtable.sty) +Requires: tex(ltabptch.sty) +Requires: tex(finstrut.sty) +Provides: tex(ednmath0.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(edtable.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(fnlineno.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(lineno.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(vplref.sty) = %{epoch}:%{source_date}-%{release} + +%description lineno +Adds line numbers to selected paragraphs with reference +possible through the LaTeX \ref and \pageref cross reference +mechanism. Line numbering may be extended to footnote lines, +using the fnlineno package. + +%package breqn +Provides: tex-breqn = %{epoch}:%{source_date}-%{release} +Provides: tex-breqn-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-breqn-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-breqn-doc < %{tl_epoch}:%{source_date} +License: LPPL 1.3 +Summary: Automatic line breaking of displayed equations +BuildArch: noarch +Requires: texlive-base +Requires: texlive-kpathsea +Requires: tex(expl3.sty) +Requires: tex(keyval.sty) +Requires: tex(calc.sty) +Provides: tex(breqn.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(flexisym.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(mathstyle.sty) = %{epoch}:%{source_date}-%{release} + +%description breqn +The package provides solutions to a number of common +difficulties in writing displayed equations and getting high- +quality output. For example, it is a well-known inconvenience +that if an equation must be broken into more than one line, +'left...right' constructs cannot span lines. The breqn package +makes them work as one would expect whether or not there is an +intervening line break. The single most ambitious goal of the +package, however, is to support automatic linebreaking of +displayed equations. Such linebreaking cannot be done without +substantial changes under the hood in the way formulae are +processed; the code must be watched carefully, keeping an eye +on possible glitches. The bundle also contains the flexisym and +mathstyle packages, which are both designated as support for +breqn. + + +%package mathtools +Provides: tex-mathtools = %{epoch}:%{source_date}-%{release} +Provides: tex-mathtools-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-mathtools-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-mathtools-doc < %{tl_epoch}:%{source_date} +License: LPPL 1.3 +Summary: Mathematical tools to use with amsmath +BuildArch: noarch +Requires: texlive-base +Requires: texlive-kpathsea +Requires: tex(mathtools.sty) +Requires: tex(keyval.sty) +Requires: tex(calc.sty) +Requires: tex(amsmath.sty) +Requires: tex(graphicx.sty) +Provides: tex(empheq.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(mathtools.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(mhsetup.sty) = %{epoch}:%{source_date}-%{release} + +%description mathtools +Mathtools provides a series of packages designed to enhance the +appearance of documents containing a lot of mathematics. The +main backbone is amsmath, so those unfamiliar with this +required part of the LaTeX system will probably not find the +packages very useful. Mathtools provides many useful tools for +mathematical typesetting. It is based on amsmath and fixes +various deficiencies of amsmath and standard LaTeX. It +provides: Extensible symbols, such as brackets, arrows, +harpoons, etc.; Various symbols such as \coloneqq (:=); Easy +creation of new tag forms; Showing equation numbers only for +referenced equations; Extensible arrows, harpoons and +hookarrows; Starred versions of the amsmath matrix environments +for specifying the column alignment; More building blocks: +multlined, cases-like environments, new gathered environments; +Maths versions of \makebox, \llap, \rlap etc.; Cramped math +styles; and more... Mathtools requires mhsetup. + + +%package mflogo-font +Provides: tex-mflogo-font = %{epoch}:%{source_date}-%{release} +Provides: tex-mflogo-font-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-mflogo-font-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-mflogo-font-doc < %{tl_epoch}:%{source_date} +License: Knuth +Summary: Metafont logo font +BuildArch: noarch +Requires: texlive-base +Requires: texlive-kpathsea +Requires: texlive-tetex +Provides: tex(mflogo.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(logo10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(logo8.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(logo9.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(logobf10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(logod10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(logosl10.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(logosl8.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(logosl9.pfb) = %{epoch}:%{source_date}-%{release} + +%description mflogo-font +These fonts were created in Metafont by Knuth, for his own +publications. At some stage, the letters 'P' and 'S' were +added, so that the MetaPost logo could also be expressed. The +fonts were originally issued (of course) as Metafont source; +they have since been autotraced and reissued in Adobe Type 1 +format by Taco Hoekwater. + +%package capt-of +Provides: tex-capt-of = %{epoch}:%{source_date}-%{release} +Provides: tex-capt-of-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-capt-of-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-capt-of-doc < %{tl_epoch}:%{source_date} +License: LPPL +Summary: Captions on more than floats +BuildArch: noarch +Requires: texlive-base +Requires: texlive-kpathsea +Provides: tex(capt-of.sty) = %{epoch}:%{source_date}-%{release} + +%description capt-of +Defines a command \captionof for putting a caption to something +that's not a float. Note that the caption package includes a +\captionof command that is an extension of that provided by +this package. + + +%package eqparbox +Provides: tex-eqparbox = %{epoch}:%{source_date}-%{release} +Provides: tex-eqparbox-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-eqparbox-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-eqparbox-doc < %{tl_epoch}:%{source_date} +License: LPPL 1.3 +Summary: Create equal-widthed parboxes +BuildArch: noarch +Requires: texlive-base +Requires: texlive-kpathsea Requires: tex(array.sty) -Provides: tex(tabularew.sty) = %{tl_version} +Requires: tex(environ.sty) +Provides: tex(eqparbox.sty) = %{epoch}:%{source_date}-%{release} -%description tabularew -The package offers a modification of the tabular environment, -which deals with the problem of column heads that are -significantly wider than the body of the column. +%description eqparbox +LaTeX users sometimes need to ensure that two or more blocks of +text occupy the same amount of horizontal space on the page. To +that end, the eqparbox package defines a new command, +\eqparbox, which works just like \parbox, except that instead +of specifying a width, one specifies a tag. All eqparboxes with +the same tag--regardless of where they are in the document-- +will stretch to fit the widest eqparbox with that tag. This +simple, equal-width mechanism can be used for a variety of +alignment purposes, as is evidenced by the examples in +eqparbox's documentation. Various derivatives of \eqparbox are +also provided. -%package tabularew-doc -Summary: Documentation for tabularew -Version: svn15878.0.1 -Provides: tex-tabularew-doc -AutoReqProv: No +%package needspace +Provides: tex-needspace = %{epoch}:%{source_date}-%{release} +Provides: tex-needspace-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-needspace-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-needspace-doc < %{tl_epoch}:%{source_date} +License: LPPL +Summary: Insert pagebreak if not enough space +BuildArch: noarch +Requires: texlive-base +Requires: texlive-kpathsea +Provides: tex(needspace.sty) = %{epoch}:%{source_date}-%{release} + +%description needspace +Provides commands to disable pagebreaking within a given +vertical space. If there is not enough space between the +command and the bottom of the page, a new page will be started. -%description tabularew-doc -Documentation for tabularew %package tabulary -Provides: tex-tabulary = %{tl_version} +Provides: tex-tabulary = %{epoch}:%{source_date}-%{release} +Provides: tex-tabulary-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-tabulary-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-tabulary-doc < %{tl_epoch}:%{source_date} License: LPPL Summary: Tabular with variable width columns balanced -Version: svn34368.0.10 - +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - +Requires: texlive-kpathsea Requires: tex(array.sty) -Provides: tex(tabulary.sty) = %{tl_version} +Provides: tex(tabulary.sty) = %{epoch}:%{source_date}-%{release} %description tabulary The package defines a tabular*-like environment, tabulary, @@ -114589,2536 +22885,19 @@ for variable width columns (\raggedright', \centering, X columns, the width of each column is weighted according to the natural width of the widest cell in the column. -%package tabulary-doc -Summary: Documentation for tabulary -Version: svn34368.0.10 - -Provides: tex-tabulary-doc -AutoReqProv: No - -%description tabulary-doc -Documentation for tabulary - -%package tagging -Provides: tex-tagging = %{tl_version} -License: LPPL 1.3 -Summary: Document configuration with tags -Version: svn52064 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(etoolbox.sty) -Requires: tex(verbatim.sty) -Provides: tex(tagging.sty) = %{tl_version} - -%description tagging -The package allows the user to generate multiple documents from -a single source, by marking pieces of the document with tags -and specifying which marked pieces to include or exclude. - -%package tagging-doc -Summary: Documentation for tagging -Version: svn52064 -Provides: tex-tagging-doc -AutoReqProv: No - -%description tagging-doc -Documentation for tagging - -%package tagpair -Provides: tex-tagpair = %{tl_version} -License: LPPL 1.3 -Summary: Word-by-word glosses, translations, and bibliographic attributions -Version: svn42138 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(varwidth.sty) -Provides: tex(tagpair.sty) = %{tl_version} - -%description tagpair -This package provides environments and commands for pairing -lines, bottom lines, and tagged lines, intended to be used in -particular for word-by-word glosses, translations, and -bibliographic attributions, respectively. This LaTeX package is -inspired by Marcel R. van der Goot's classic Plain TeX macros -in gloss.tex. - -%package tagpair-doc -Summary: Documentation for tagpair -Version: svn42138 -Provides: tex-tagpair-doc -AutoReqProv: No - -%description tagpair-doc -Documentation for tagpair - -%package talk -Provides: tex-talk = %{tl_version} -License: LPPL -Summary: A LaTeX class for presentations -Version: svn42428 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(multido.sty) -Requires: tex(amsmath.sty) -Requires: tex(graphicx.sty) -Requires: tex(pgf.sty) -Requires: tex(hyperref.sty) -Provides: tex(sidebars.sty) = %{tl_version} -Provides: tex(talk.cls) = %{tl_version} - -%description talk -The talk document class allows you to create slides for screen -presentations or printing on transparencies. It also allows you -to print personal notes for your talk. You can create overlays -and display structure information (current section / -subsection, table of contents) on your slides. The main feature -that distinguishes talk from other presentation classes like -beamer or prosper is that it allows the user to define an -arbitrary number of slide styles and switch between these -styles from slide to slide. This way the slide layout can be -adapted to the slide content. For example, the title or -contents page of a talk can be given a slightly different -layout than the other slides. The talk class makes no -restrictions on the slide design whatsoever. The entire look -and feel of the presentation can be defined by the user. The -style definitions should be put in a separate sty file. -Currently the package comes with only one set of pre-defined -slide styles (greybars.sty). Contributions from people who are -artistically more gifted than the author are more than welcome! - -%package talk-doc -Summary: Documentation for talk -Version: svn42428 -Provides: tex-talk-doc -AutoReqProv: No - -%description talk-doc -Documentation for talk - -%package tamefloats -Provides: tex-tamefloats = %{tl_version} -License: LPPL 1.3 -Summary: Experimentally use \holdinginserts with LaTeX floats -Version: svn27345.v0.42 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(tameflts.sty) = %{tl_version} - -%description tamefloats -LaTeX's figures, tables, and \marginpars are dangerous for -footnotes (and probably also \enlargethispage). Here is a -proposal (a 'patch' package) to help, by using \holdinginserts -in a simple way. It replaces the original problem with a new -one -- it is an experiment to find out whether the new problem -is less bad (or it is just a contribution to the discussion, -maybe just a summary of previous work). The files provide -further information. - -%package tamefloats-doc -Summary: Documentation for tamefloats -Version: svn27345.v0.42 - -Provides: tex-tamefloats-doc -AutoReqProv: No - -%description tamefloats-doc -Documentation for tamefloats - -%package tasks -Provides: tex-tasks = %{tl_version} -License: LPPL 1.3 -Summary: Horizontally columned lists -Version: svn54814 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(expl3.sty) -Requires: tex(xparse.sty) -Requires: tex(l3keys2e.sty) -Requires: tex(epic.sty) -Requires: tex(cntformats.sty) -Requires: tex(xtemplate.sty) -Requires: tex(environ.sty) -Provides: tex(tasks.cfg) = %{tl_version} -Provides: tex(tasks.sty) = %{tl_version} - -%description tasks -The reason for the creation of the tasks environment was an -unwritten agreement in German maths textbooks (exspecially -(junior) high school textbooks) to organize exercises in -columns counting horizontally rather than vertically. This is -what the tasks package helps to achieve. - -%package tasks-doc -Summary: Documentation for tasks -Version: svn54814 -Provides: tex-tasks-doc -AutoReqProv: No - -%description tasks-doc -Documentation for tasks - -%package tcldoc -Provides: tex-tcldoc = %{tl_version} -License: LPPL -Summary: Doc/docstrip for tcl -Version: svn22018.2.40 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(rtkinenc.sty) -Requires: tex(xdoc2.sty) -Requires: tex(docidx2e.sty) -Provides: tex(tcldoc.cls) = %{tl_version} -Provides: tex(tcldoc.sty) = %{tl_version} -Provides: tex(tclldoc.cls) = %{tl_version} -Provides: tex(tclldoc.sty) = %{tl_version} - -%description tcldoc -The tclldoc package and class simplify the application of the -doc/docstrip style of literate programming with Dr. John -Ousterhout's Tool Command Language (Tcl, pronounced "tickle", -a.k.a. The Cool Language). The tclldoc package is a bit like -the doc package is for LaTeX, whereas the tclldoc class more -parallels the ltxdoc class. - -%package tcldoc-doc -Summary: Documentation for tcldoc -Version: svn22018.2.40 - -Provides: tex-tcldoc-doc -AutoReqProv: No - -%description tcldoc-doc -Documentation for tcldoc - -%package tcolorbox -Provides: tex-tcolorbox = %{tl_version} -License: LPPL 1.3 -Summary: Coloured boxes, for LaTeX examples and theorems, etc -Version: svn54928 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pgf.sty) -Requires: tex(verbatim.sty) -Requires: tex(environ.sty) -Requires: tex(etoolbox.sty) -Provides: tex(tcbbreakable.code.tex) = %{tl_version} -Provides: tex(tcbdocumentation.code.tex) = %{tl_version} -Provides: tex(tcbexternal.code.tex) = %{tl_version} -Provides: tex(tcbfitting.code.tex) = %{tl_version} -Provides: tex(tcbhooks.code.tex) = %{tl_version} -Provides: tex(tcblistings.code.tex) = %{tl_version} -Provides: tex(tcblistingscore.code.tex) = %{tl_version} -Provides: tex(tcblistingsutf8.code.tex) = %{tl_version} -Provides: tex(tcbmagazine.code.tex) = %{tl_version} -Provides: tex(tcbminted.code.tex) = %{tl_version} -Provides: tex(tcbposter.code.tex) = %{tl_version} -Provides: tex(tcbprocessing.code.tex) = %{tl_version} -Provides: tex(tcbraster.code.tex) = %{tl_version} -Provides: tex(tcbskins.code.tex) = %{tl_version} -Provides: tex(tcbskinsjigsaw.code.tex) = %{tl_version} -Provides: tex(tcbtheorems.code.tex) = %{tl_version} -Provides: tex(tcbvignette.code.tex) = %{tl_version} -Provides: tex(tcbxparse.code.tex) = %{tl_version} -Provides: tex(tcolorbox.sty) = %{tl_version} - -%description tcolorbox -This package provides an environment for coloured and framed -text boxes with a heading line. Optionally, such a box may be -split in an upper and a lower part; thus the package may be -used for the setting of LaTeX examples where one part of the -box displays the source code and the other part shows the -output. Another common use case is the setting of theorems. The -package supports saving and reuse of source code and text -parts. The package depends on the pgf, verbatim, environ, and -etoolbox packages. - -%package tcolorbox-doc -Summary: Documentation for tcolorbox -Version: tcolorbox -Provides: tex-tcolorbox-doc -AutoReqProv: No - -%description tcolorbox-doc -Documentation for tcolorbox - -%package tdclock -Provides: tex-tdclock = %{tl_version} -License: GPLv2+ -Summary: A ticking digital clock package for PDF output -Version: svn33043.v2.5 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(hyperref.sty) -Requires: tex(xcolor.sty) -Requires: tex(xkeyval.sty) -Provides: tex(tdclock.sty) = %{tl_version} - -%description tdclock -A ticking digital clock package to be used in Pdf-LaTeX -documents, for example in presentations. - -%package tdclock-doc -Summary: Documentation for tdclock -Version: svn33043.v2.5 - -Provides: tex-tdclock-doc -AutoReqProv: No - -%description tdclock-doc -Documentation for tdclock - -%package technics -Provides: tex-technics = %{tl_version} -License: LPPL -Summary: A package to format technical documents -Version: svn29349.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(technics.sty) = %{tl_version} - -%description technics -The package provides a very simple LaTeX document template, in -the hope that this use of LaTeX will become attractive to -typical word processor users. (Presentation is as if it were a -class; users are expected to start from a template document.) - -%package technics-doc -Summary: Documentation for technics -Version: svn29349.1.0 - -Provides: tex-technics-doc -AutoReqProv: No - -%description technics-doc -Documentation for technics - -%package ted -Provides: tex-ted = %{tl_version} -License: LPPL -Summary: A (primitive) token list editor -Version: svn15878.1.06 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(ted.sty) = %{tl_version} - -%description ted -Just like sed is a stream editor, ted is a token list editor. -Actually, it is not as powerfull as sed, but its main feature -is that it really works with tokens, not only characters. The -ted package provides two user macros: \Substitute and -\ShowTokens. The first is maybe the most useful: it performs -substitutions in token lists (even inside braces). The second -displays each token of the list (one per line) with its catcode -(in the list, not just the current one), and can be useful for -debugging or for TeX learners. Ted is designed to work well -even if strange tokens (that is, unusual {charcode, catcode} -pairs or tokens with a confusing meaning) occur in the list. - -%package ted-doc -Summary: Documentation for ted -Version: svn15878.1.06 - -Provides: tex-ted-doc -AutoReqProv: No - -%description ted-doc -Documentation for ted - -%package templatetools -Provides: tex-templatetools = %{tl_version} -License: LPPL 1.3 -Summary: Commands useful in LaTeX templates -Version: svn34495.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifpdf.sty) -Requires: tex(etoolbox.sty) -Requires: tex(ltxcmds.sty) -Requires: tex(array.sty) -Requires: tex(ifdraft.sty) -Requires: tex(scrlfile.sty) -Provides: tex(templatetools.sty) = %{tl_version} - -%description templatetools -The package provides a collection of tools, which are helpful -for the creation of a LaTeX template if conditional paths for -code execution are required. All the commands work both in the -preamble and in the document. - -%package templatetools-doc -Summary: Documentation for templatetools -Version: svn34495.0 - -Provides: tex-templatetools-doc -AutoReqProv: No - -%description templatetools-doc -Documentation for templatetools - -%package termcal -Provides: tex-termcal = %{tl_version} -License: LPPL -Summary: Print a class calendar -Version: svn22514.1.8 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(longtable.sty) -Requires: tex(ifthen.sty) -Provides: tex(termcal.sty) = %{tl_version} - -%description termcal -This package is intended to print a term calendar for use in -planning a class. It has a flexible mechanism for specifying -which days of the week are to be included and for inserting -text either regularly on the same day each week, or on selected -days, or for a series of consecutive days. It also has a -flexible mechanism for specifing class and nonclass days. Text -may be inserted into consecutive days so that it automatically -flows around nonclass days. - -%package termcal-doc -Summary: Documentation for termcal -Version: svn22514.1.8 - -Provides: tex-termcal-doc -AutoReqProv: No - -%description termcal-doc -Documentation for termcal - -%package termlist -Provides: tex-termlist = %{tl_version} -License: LPPL -Summary: Label any kind of term with a continuous counter -Version: svn18923.1.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(termlist.sty) = %{tl_version} - -%description termlist -The termlist package provides environments to indent and label -any kind of terms with a continuous number. Candidate terms may -appear inside an equation or eqnarray environment. - -%package termlist-doc -Summary: Documentation for termlist -Version: svn18923.1.1 - -Provides: tex-termlist-doc -AutoReqProv: No - -%description termlist-doc -Documentation for termlist - -%package testhyphens -Provides: tex-testhyphens = %{tl_version} -License: LPPL 1.3 -Summary: Testing hyphenation patterns -Version: svn38928 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(testhyphens.sty) = %{tl_version} - -%description testhyphens -The package may be used for testing hyphenation patterns or for -controlling that specific words are hyphenated as expected. -This package implements some old TUGboat code to adapt it to -LaTeX with some enhancements. It differs form \showhyphens, -because it typesets its output on the document's output file. -It also works with xelatex, where \showhyphens requires a -workaround. - -%package testhyphens-doc -Summary: Documentation for testhyphens -Version: svn38928 -Provides: tex-testhyphens-doc -AutoReqProv: No - -%description testhyphens-doc -Documentation for testhyphens - -%package tex-label -Provides: tex-tex-label = %{tl_version} -License: LPPL 1.3 -Summary: Place a classification on each page of a document -Version: svn16372.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(color.sty) -Requires: tex(fancyhdr.sty) -Provides: tex(tex-label.sty) = %{tl_version} - -%description tex-label -Enables the user to place a 'classification' label on each -page, at the bottom to the right of the page number - -%package tex-label-doc -Summary: Documentation for tex-label -Version: svn16372.0 - -Provides: tex-tex-label-doc -AutoReqProv: No - -%description tex-label-doc -Documentation for tex-label - -%package texlogos -Provides: tex-texlogos = %{tl_version} -License: LPPL -Summary: Ready-to-use LaTeX logos -Version: svn19083.1.3.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(amsmath.sty) -Requires: tex(graphics.sty) -Requires: tex(ifthen.sty) -Provides: tex(texlogos.sty) = %{tl_version} - -%description texlogos -TeXlogos defines an assortment of frequently used logos not -contained in base LaTeX itself. The Metafont, MetapostAMS, -BibTeX and SliTeX logos are defined, as long as you have the -appropriate CM/Logo/AMS fonts. Currency symbols Euro, Cent, -Yen, Won and Naira are defined so as not to need TS1-encoded -fonts. Also defined are the C++ logo, with the '+' signs -properly positioned, and the logo of the Vienna University -Business Administration Center (BWZ). - -%package texmate -Provides: tex-texmate = %{tl_version} -License: LPPL -Summary: Comprehensive chess annotation in LaTeX -Version: svn15878.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(amssymb.sty) -Requires: tex(chessfss.sty) -Requires: tex(skak.sty) -Provides: tex(texmate.sty) = %{tl_version} - -%description texmate -TeXmate formats chess games from very simple ascii input. The -clean "1. e4 e5; 2. Nf3 Nc6; 3. Bb5 a6" will produce the same -results as the sloppier "1 e4 e5; Nf3 Nc6 3.. Bb5 a6". The -resulting format is fully customizable. There are 4 levels of -commentary: 1 is the main game, 2-3 are commentaries. Each has -its fonts, punctuation marks, etc., and these are also -customizable. The package includes a tool for the creation of -diagrams. The package works in conjunction with skak to produce -diagrams of the current position automatically. For chess -fonts, the package uses the chessfss system. - -%package texmate-doc -Summary: Documentation for texmate -Version: svn15878.2 - -Provides: tex-texmate-doc -AutoReqProv: No - -%description texmate-doc -Documentation for texmate - -%package texments -Provides: tex-texments = %{tl_version} -License: LPPL -Summary: Using the Pygments highlighter in LaTeX -Version: svn15878.0.2.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(fancyvrb.sty) -Requires: tex(color.sty) -Requires: tex(ifthen.sty) -Provides: tex(texments.sty) = %{tl_version} - -%description texments -A package which allows to use the Pygments highlighter inside -LaTeX documents. Pygments supports syntax colouring of over 50 -types of files, and ships with multiple colour schemes. - -%package texments-doc -Summary: Documentation for texments -Version: svn15878.0.2.0 - -Provides: tex-texments-doc -AutoReqProv: No - -%description texments-doc -Documentation for texments - -%package texpower -Provides: tex-texpower = %{tl_version} -License: GPL+ -Summary: Create dynamic online presentations with LaTeX -Version: svn29349.0.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex-tpslifonts -Requires: tex(ifthen.sty) -Requires: tex(relsize.sty) -Requires: tex(tppstcol.sty) -Requires: tex(ifpdf.sty) -Requires: tex(graphics.sty) -Requires: tex(seminar.bug) -Requires: tex(seminar.bg2) -Requires: tex(calc.sty) -Requires: tex(keyval.sty) -Requires: tex(color.sty) -Requires: tex(pstricks.sty) -Requires: tex(sem-page.sty) -Provides: tex(automata.sty) = %{tl_version} -Provides: tex(fixseminar.sty) = %{tl_version} -Provides: tex(powersem.cls) = %{tl_version} -Provides: tex(texpower.sty) = %{tl_version} -Provides: tex(tpcolors.cfg) = %{tl_version} -Provides: tex(tplists.sty) = %{tl_version} -Provides: tex(tpoptions.cfg) = %{tl_version} -Provides: tex(tppstcol.sty) = %{tl_version} -Provides: tex(tpsem-a4.sty) = %{tl_version} -Provides: tex(tpsettings.cfg) = %{tl_version} - -%description texpower -TeXPower is a bundle of packages intended to provide an all- -inclusive environment for designing pdf screen presentations to -be viewed in full-screen mode, especially for projecting -`online' with a video beamer. For some of its core functions, -it uses code derived from ppower4 packages. It is, however, not -a complete environment in itself: it relies on an existing -class for preparing slides (such as foiltex or seminar) or -another package such as pdfslide. - -%package texpower-doc -Summary: Documentation for texpower -Version: svn29349.0.2 - -Provides: tex-texpower-doc -AutoReqProv: No -Requires: tex-tpslifonts-doc - -%description texpower-doc -Documentation for texpower - -%package texshade -Provides: tex-texshade = %{tl_version} -License: GPLv2+ -Summary: Package for setting nucleotide and peptide alignments -Version: svn46559 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(color.sty) -Requires: tex(graphics.sty) -Requires: tex(amssymb.sty) -Provides: tex(texshade.def) = %{tl_version} -Provides: tex(texshade.sty) = %{tl_version} - -%description texshade -TeXshade is alignment shading software completely written in -TeX/LaTeX; it can process multiple sequence alignments in the -.MSF and the .ALN file formats. In addition to common shading -algorithms, it provides special shading modes showing -functional aspects, e.g. charge or hydropathy, and a wide range -of commands for handling shading colours, text styles, labels, -legends; it even allows the user to define completely new -shading modes. TeXshade combines highest flexibility with TeX -output quality -- all in a bundle that does not demand -excessive development time of the user. - -%package texshade-doc -Summary: Documentation for texshade -Version: svn46559 -Provides: tex-texshade-doc -AutoReqProv: No - -%description texshade-doc -Documentation for texshade - -%package textfit -Provides: tex-textfit = %{tl_version} -License: LPPL 1.3 -Summary: Fit text to a desired size -Version: svn20591.5 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(textfit.sty) = %{tl_version} - -%description textfit -Package to fit text to a given width or height by scaling the -font. For example: \scaletowidth{3in}{This}. (The job is done -by calculating a magstep and applying it to the current font; -thus "This" will be very tall, as well as very wide; to scale -in just one dimension, use the facilities of the graphicx -package.) - -%package textfit-doc -Summary: Documentation for textfit -Version: svn20591.5 - -Provides: tex-textfit-doc -AutoReqProv: No - -%description textfit-doc -Documentation for textfit - -%package textgreek -Provides: tex-textgreek = %{tl_version} -License: LPPL -Summary: Upright greek letters in text -Version: svn44192 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(textgreek.sty) = %{tl_version} -# There are probably specific .sty files we could use here... -Requires: texlive-greek-fontenc -Requires: texlive-cbfonts-fd - -%description textgreek -Use upright greek letters as text symbols, e.g. \textbeta. - -%package textgreek-doc -Summary: Documentation for textgreek -Version: svn44192 -Provides: tex-textgreek-doc -AutoReqProv: No - -%description textgreek-doc -Documentation for textgreek - -%package textmerg -Provides: tex-textmerg = %{tl_version} -License: Public Domain -Summary: Merge text in TeX and LaTeX -Version: svn20677.2.01 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(textmerg.sty) = %{tl_version} - -%description textmerg -Repetetively produce documents from a fixed part and a variable -part. Such an operation is commonly used as "mail merge" to -produce mail shots. - -%package textmerg-doc -Summary: Documentation for textmerg -Version: svn20677.2.01 - -Provides: tex-textmerg-doc -AutoReqProv: No - -%description textmerg-doc -Documentation for textmerg - -%package textpos -Provides: tex-textpos = %{tl_version} -License: GPL+ -Summary: Place boxes at arbitrary positions on the LaTeX page -Version: svn50988 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(everyshi.sty) -Provides: tex(textpos.sty) = %{tl_version} - -%description textpos -A package to facilitate placement of boxes at absolute -positions on the LaTeX page. There are several reasons why this -might be useful, an important one being to help the creation of -large-format conference posters. - -%package textpos-doc -Summary: Documentation for textpos -Version: svn50988 -Provides: tex-textpos-doc -AutoReqProv: No - -%description textpos-doc -Documentation for textpos - -%package theoremref -Provides: tex-theoremref = %{tl_version} -License: LPPL -Summary: References with automatic theorem names -Version: svn54512 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(theoremref.sty) = %{tl_version} - -%description theoremref -The theoremref package provides variants of the \label and \ref -commands for theorem-like environments, capable of -automatically typesetting references including the theorem name -(apart from the theorem number). The scheme is particularly -valuable if the author decides to change a lemma to a -proposition or a theorem (or whatever). - -%package theoremref-doc -Summary: Documentation for theoremref -Version: svn54512 -Provides: tex-theoremref-doc -AutoReqProv: No - -%description theoremref-doc -Documentation for theoremref - -%package thinsp -Provides: tex-thinsp = %{tl_version} -License: GPL+ -Summary: A stretchable \thinspace for LaTeX -Version: svn39669 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(thinsp.sty) = %{tl_version} - -%description thinsp -The package redefines \thinspace to have a stretch component. - -%package thinsp-doc -Summary: Documentation for thinsp -Version: svn39669 - -Provides: tex-thinsp-doc -AutoReqProv: No - -%description thinsp-doc -Documentation for thinsp - -%package thmtools -Provides: tex-thmtools = %{tl_version} -License: LPPL 1.3 -Summary: Extensions to theorem environments -Version: svn53219 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(remreset.sty) -Requires: tex(keyval.sty) -Requires: tex(kvsetkeys.sty) -Requires: tex(etex.sty) -Requires: tex(thmtools.sty) -Requires: tex(mdframed.sty) -Requires: tex(shadethm.sty) -Requires: tex(thmbox.sty) -Provides: tex(aliasctr.sty) = %{tl_version} -Provides: tex(parseargs.sty) = %{tl_version} -Provides: tex(thm-amsthm.sty) = %{tl_version} -Provides: tex(thm-autoref.sty) = %{tl_version} -Provides: tex(thm-beamer.sty) = %{tl_version} -Provides: tex(thm-kv.sty) = %{tl_version} -Provides: tex(thm-listof.sty) = %{tl_version} -Provides: tex(thm-llncs.sty) = %{tl_version} -Provides: tex(thm-ntheorem.sty) = %{tl_version} -Provides: tex(thm-patch.sty) = %{tl_version} -Provides: tex(thm-restate.sty) = %{tl_version} -Provides: tex(thmdef-mdframed.sty) = %{tl_version} -Provides: tex(thmdef-shaded.sty) = %{tl_version} -Provides: tex(thmdef-thmbox.sty) = %{tl_version} -Provides: tex(thmtools.sty) = %{tl_version} -Provides: tex(unique.sty) = %{tl_version} - -%description thmtools -The bundle provides several packages for commonly-needed -support for typesetting theorems. The packages should work with -kernel theorems (theorems 'out of the box' with LaTeX), and the -theorem and amsthm packages. Features of the bundle include: a -key-value interface to \newtheorem; a \listoftheorems command; -hyperref and autoref compatibility; a mechanism for restating -entire theorems in a single macro call. - -%package thmtools-doc -Summary: Documentation for thmtools -Version: svn53219 -Provides: tex-thmtools-doc -AutoReqProv: No - -%description thmtools-doc -Documentation for thmtools - -%package threadcol -Provides: tex-threadcol = %{tl_version} -License: LPPL 1.3 -Summary: Organize document columns into PDF "article thread" -Version: svn28754.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifpdf.sty) -Requires: tex(etoolbox.sty) -Provides: tex(threadcol.sty) = %{tl_version} - -%description threadcol -The package combines a document's columns into a PDF "article -thread". PDF readers that support this mechanism (probably -Adobe Acrobat/Reader only) can be instructed to scroll -automatically from column to column, which facilitates on- -screen reading of two-column documents. Even for single-column -documents, threadcol supports the creation of multiple article -threads, which help organize discontiguous but logically -related regions of text into a form that the user can scroll -through as if its contents were contiguous. - -%package threadcol-doc -Summary: Documentation for threadcol -Version: svn28754.1.0 - -Provides: tex-threadcol-doc -AutoReqProv: No - -%description threadcol-doc -Documentation for threadcol - -%package threeparttable -Provides: tex-threeparttable = %{tl_version} -License: Threeparttable -Summary: Tables with captions and notes all the same width -Version: svn17383.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(3parttable.sty) = %{tl_version} -Provides: tex(threeparttable.sty) = %{tl_version} - -%description threeparttable -Provides a scheme for tables that have a structured note -section, after the caption. This scheme provides an answer to -the old problem of putting footnotes in tables -- by making -footnotes entirely unnecessary. Note that a threeparttable is -not a float of itself; but you can place it in a table or a -table* environment, if necessary. - -%package threeparttable-doc -Summary: Documentation for threeparttable -Version: svn17383.0 - -Provides: tex-threeparttable-doc -AutoReqProv: No - -%description threeparttable-doc -Documentation for threeparttable - -%package threeparttablex -Provides: tex-threeparttablex = %{tl_version} -License: LPPL -Summary: Notes in longtables -Version: svn34206.0.3 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(threeparttable.sty) -Requires: tex(environ.sty) -Provides: tex(threeparttablex.sty) = %{tl_version} - -%description threeparttablex -The package provides the functionality of the threeparttable -package to tables created using the longtable package. - -%package threeparttablex-doc -Summary: Documentation for threeparttablex -Version: svn34206.0.3 - -Provides: tex-threeparttablex-doc -AutoReqProv: No - -%description threeparttablex-doc -Documentation for threeparttablex - -%package thumb -Provides: tex-thumb = %{tl_version} -License: GPL+ -Summary: Thumb marks in documents -Version: svn16549.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(fancyhdr.sty) -Requires: tex(minitoc.sty) -Provides: tex(thumb.sty) = %{tl_version} - -%description thumb -Place thumb marks in books, manuals and reference maunals. - -%package thumb-doc -Summary: Documentation for thumb -Version: svn16549.1.0 - -Provides: tex-thumb-doc -AutoReqProv: No - -%description thumb-doc -Documentation for thumb - -%package thumbs -Provides: tex-thumbs = %{tl_version} -License: LPPL 1.3 -Summary: Create thumb indexes -Version: svn33134.1.0q -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(kvoptions.sty) -Requires: tex(atbegshi.sty) -Requires: tex(xcolor.sty) -Requires: tex(picture.sty) -Requires: tex(alphalph.sty) -Requires: tex(pageslts.sty) -Requires: tex(pagecolor.sty) -Requires: tex(rerunfilecheck.sty) -Requires: tex(infwarerr.sty) -Requires: tex(ltxcmds.sty) -Requires: tex(atveryend.sty) -Provides: tex(thumbs.sty) = %{tl_version} - -%description thumbs -The package puts running, customizable thumb marks in the outer -margin, moving downward as the chapter number (or whatever -shall be marked by the thumb marks) increases. Additionally an -overview page/table of thumb marks can be added automatically, -which gives the names of the thumbed objects, the page where -the object/thumb mark first appears, and the thumb mark itself -at its correct position. The thumb marks are useful for large -documents (such as reference guides, anthologies, etc.), where -a quick and easy way to find (for example) a chapter is needed. - -%package thumbs-doc -Summary: Documentation for thumbs -Version: svn33134.1.0q - -Provides: tex-thumbs-doc -AutoReqProv: No - -%description thumbs-doc -Documentation for thumbs - -%package thumby -Provides: tex-thumby = %{tl_version} -License: GPLv3+ -Summary: Create thumb indexes for printed books -Version: svn16736.0.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(tikz.sty) -Requires: tex(perltex.sty) -Requires: tex(bophook.sty) -Provides: tex(thumby.sty) = %{tl_version} - -%description thumby -The package can generate thumb indexes for your document. It -features printing thumb indexes on one- or two-sided pages, -along with background- and foreground-color selection and full -LaTeX styling of the chapter numbers in the thumb indexes. The -height of each thumb index is automatically chosen based on the -number of chapters in your document, while the width is chosen -by the user. The package is designed to work with the memoir -class, and also requires PerlTeX and tikz/ - -%package thumby-doc -Summary: Documentation for thumby -Version: svn16736.0.1 - -Provides: tex-thumby-doc -AutoReqProv: No - -%description thumby-doc -Documentation for thumby - -%package ticket -Provides: tex-ticket = %{tl_version} -License: LPPL -Summary: Make labels, visiting-cards, pins with LaTeX -Version: svn42280 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(calc.sty) -Provides: tex(ticket.sty) = %{tl_version} - -%description ticket -Provides an easy to handle interface to produce visiting cards, -labels for your files, stickers, pins and other stuff for your -office, conferences etc. All you need is a definition of your -'ticket' included in a ticket definition file and the two -commands \ticketdefault and \ticket. - -%package ticket-doc -Summary: Documentation for ticket -Version: svn42280 -Provides: tex-ticket-doc -AutoReqProv: No - -%description ticket-doc -Documentation for ticket - -%package titlecaps -Provides: tex-titlecaps = %{tl_version} -License: LPPL 1.3 -Summary: Setting rich-text input into Titling Caps -Version: svn36170.1.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -# bz 1186688 -Requires: tex(ifnextok.sty) -Provides: tex(titlecaps.sty) = %{tl_version} - -%description titlecaps -The package is intended for setting rich text into titling -capitals (in which the first character of words are -capitalized). It automatically accounts for diacritical marks -(like umlauts), national symbols (like "ae"), punctuation, and -font changing commands that alter the appearance or size of the -text. It allows a list of predesignated words to be protected -as lower-cased, and also allows for titling exceptions of -various sorts. - -%package titlecaps-doc -Summary: Documentation for titlecaps -Version: svn36170.1.2 - -Provides: tex-titlecaps-doc -AutoReqProv: No - -%description titlecaps-doc -Documentation for titlecaps - -%package titlefoot -Provides: tex-titlefoot = %{tl_version} -License: LPPL -Summary: Add special material to footer of title page -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(titlefoot.sty) = %{tl_version} - -%description titlefoot -Provides the capability of adding keywords (with a \keywords -command), a running title (\runningtitle), AMS subject -classifications (\amssubj), and an 'author's footnote' as -footnotes to the title or first page of a document. Works with -any class for which the \thanks macro works (e.g., article). - -%package titlepic -Provides: tex-titlepic = %{tl_version} -License: Public Domain -Summary: Add picture to title page of a document -Version: svn43497 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(titlepic.sty) = %{tl_version} - -%description titlepic -The package allows you to place a picture on the title page -(cover page) of a LaTeX document. Example of usage: -\usepackage[cc]{titlepic} \usepackage{graphicx} -\titlepic{\includegraphics[width=\textwidth]{picture.png}} The -package currently only works with the document classes article, -report and book. - -%package titlepic-doc -Summary: Documentation for titlepic -Version: svn43497 -Provides: tex-titlepic-doc -AutoReqProv: No - -%description titlepic-doc -Documentation for titlepic - -%package titleref -Provides: tex-titleref = %{tl_version} -License: Public Domain -Summary: A "\titleref" command to cross-reference section titles -Version: svn18729.3.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(titleref.sty) = %{tl_version} - -%description titleref -Defines a command \titleref that allows you to cross-reference -section (and chapter, etc) titles and captions just like \ref -and \pageref. The package does not interwork with hyperref; if -you need hypertext capabilities, use nameref instead. - -%package titleref-doc -Summary: Documentation for titleref -Version: svn18729.3.1 - -Provides: tex-titleref-doc -AutoReqProv: No - -%description titleref-doc -Documentation for titleref - -%package titlesec -Provides: tex-titlesec = %{tl_version} -License: LPPL -Summary: Select alternative section titles -Version: svn52413 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(titleps.sty) = %{tl_version} -Provides: tex(titlesec.sty) = %{tl_version} -Provides: tex(titletoc.sty) = %{tl_version} -Provides: tex(ttlkeys.def) = %{tl_version} -Provides: tex(ttlps.def) = %{tl_version} - -%description titlesec -A package providing an interface to sectioning commands for -selection from various title styles. E.g., marginal titles and -to change the font of all headings with a single command, also -providing simple one-step page styles. Also includes a package -to change the page styles when there are floats in a page. You -may assign headers/footers to individual floats, too. - -%package titlesec-doc -Summary: Documentation for titlesec -Version: svn51664 -Provides: tex-titlesec-doc -AutoReqProv: No - -%description titlesec-doc -Documentation for titlesec - -%package titling -Provides: tex-titling = %{tl_version} -License: LPPL -Summary: Control over the typesetting of the \maketitle command -Version: svn15878.2.1d - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(titling.sty) = %{tl_version} - -%description titling -The titling package provides control over the typesetting of -the \maketitle command and \thanks commands, and makes the -\title, \author and \date information permanently available. -Multiple titles are allowed in a single document. New titling -elements can be added and a titlepage title can be centered on -a physical page. - -%package titling-doc -Summary: Documentation for titling -Version: svn15878.2.1d - -Provides: tex-titling-doc -AutoReqProv: No - -%description titling-doc -Documentation for titling - -%package tocbibind -Provides: tex-tocbibind = %{tl_version} -License: LPPL -Summary: Add bibliography/index/contents to Table of Contents -Version: svn20085.1.5k - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(tocbibind.sty) = %{tl_version} - -%description tocbibind -Automatically adds the bibliography and/or the index and/or the -contents, etc., to the Table of Contents listing. - -%package tocbibind-doc -Summary: Documentation for tocbibind -Version: svn20085.1.5k - -Provides: tex-tocbibind-doc -AutoReqProv: No - -%description tocbibind-doc -Documentation for tocbibind - -%package tocloft -Provides: tex-tocloft = %{tl_version} -License: LPPL 1.3 -Summary: Control table of contents, figures, etc -Version: svn53364 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(tocloft.sty) = %{tl_version} - -%description tocloft -Provides control over the typography of the Table of Contents, -List of Figures and List of Tables, and the ability to create -new 'List of ...'. The ToC \parskip may be changed. - -%package tocloft-doc -Summary: Documentation for tocloft -Version: svn53364 -Provides: tex-tocloft-doc -AutoReqProv: No - -%description tocloft-doc -Documentation for tocloft - -%package tocvsec2 -Provides: tex-tocvsec2 = %{tl_version} -License: LPPL 1.3 -Summary: Section numbering and table of contents control -Version: svn33146.1.3a - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Provides: tex(tocvsec2.sty) = %{tl_version} - -%description tocvsec2 -Provides control over section numbering (without recourse to -starred sectional commands) and/or the entries in the Table of -Contents on a section by section basis. - -%package tocvsec2-doc -Summary: Documentation for tocvsec2 -Version: svn33146.1.3a - -Provides: tex-tocvsec2-doc -AutoReqProv: No - -%description tocvsec2-doc -Documentation for tocvsec2 - -%package todo -Provides: tex-todo = %{tl_version} -License: LPPL -Summary: Make a to-do list for a document -Version: svn17746.2.142 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(amssymb.sty) -Provides: tex(todo.sty) = %{tl_version} - -%description todo -The package allows you to insert "to do" marks in your -document, to make lists of such items, and to cross-reference -to them. - -%package todo-doc -Summary: Documentation for todo -Version: svn17746.2.142 - -Provides: tex-todo-doc -AutoReqProv: No - -%description todo-doc -Documentation for todo - -%package todonotes -Provides: tex-todonotes = %{tl_version} -License: LPPL 1.2 -Summary: Marking things to do in a LaTeX document -Version: svn52662 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-tools -Requires: tex(ifthen.sty) -Requires: tex(xkeyval.sty) -Requires: tex(xcolor.sty) -Requires: tex(tikz.sty) -Requires: tex(calc.sty) -Provides: tex(todonotes.sty) = %{tl_version} - -%description todonotes -The package lets the user mark things to do later, in a simple -and visually appealing way. The package takes several options -to enable customization/finetuning of the visual appearance. - -%package todonotes-doc -Summary: Documentation for todonotes -Version: svn52662 -Provides: tex-todonotes-doc -AutoReqProv: No - -%description todonotes-doc -Documentation for todonotes - -%package tokenizer -Provides: tex-tokenizer = %{tl_version} -License: LPPL -Summary: A tokenizer -Version: svn15878.1.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Provides: tex(tokenizer.sty) = %{tl_version} - -%description tokenizer -A tokenizer for LaTeX. \GetTokens{Target1}{Target2}{Source} -splits source into two tokens at the first encounter of a -comma. The first token is saved in a newly created command with -the name passed as <Target1> and the second token likewise. A -package option 'trim' causes leading and trailing space to be -removed from each token; with this option, the \TrimSpaces -command is defined, which removes leading and trailing spaces -from its argument. - -%package tokenizer-doc -Summary: Documentation for tokenizer -Version: svn15878.1.1.0 - -Provides: tex-tokenizer-doc -AutoReqProv: No - -%description tokenizer-doc -Documentation for tokenizer - -%package toolbox -Provides: tex-toolbox = %{tl_version} -License: LPPL -Summary: Tool macros -Version: svn32260.5.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(toolbox.sty) = %{tl_version} - -%description toolbox -A package for (La)TeX which provides some macros which are -convenient for writing indexes, glossaries, or other macros. It -contains macros which support: implicit macros; fancy optional -arguments; loops over tokenlists and itemlists; searching and -splitting; controlled expansion; redefinition of macros; and -concatenated macro names; macros for text replacement. - -%package toolbox-doc -Summary: Documentation for toolbox -Version: svn32260.5.1 - -Provides: tex-toolbox-doc -AutoReqProv: No - -%description toolbox-doc -Documentation for toolbox - -%package topfloat -Provides: tex-topfloat = %{tl_version} -License: GPL+ -Summary: Move floats to the top of the page -Version: svn19084.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(topfloat.sty) = %{tl_version} - -%description topfloat -topfloat package - -%package topfloat-doc -Summary: Documentation for topfloat -Version: svn19084.0 - -Provides: tex-topfloat-doc -AutoReqProv: No - -%description topfloat-doc -Documentation for topfloat - -%package totcount -Provides: tex-totcount = %{tl_version} -License: LPPL -Summary: Find the last value of a counter -Version: svn21178.1.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(keyval.sty) -Provides: tex(totcount.sty) = %{tl_version} - -%description totcount -The package records the value that was last set, for any -counter of interest; since most such counters are simply -incremented when they are changed, the recorded value will -usually be the maximum value. - -%package totcount-doc -Summary: Documentation for totcount -Version: svn21178.1.2 - -Provides: tex-totcount-doc -AutoReqProv: No - -%description totcount-doc -Documentation for totcount - -%package totpages -Provides: tex-totpages = %{tl_version} -License: LPPL -Summary: Count pages in a document, and report last page number -Version: svn15878.2.00 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(everyshi.sty) -Requires: tex(keyval.sty) -Provides: tex(totpages.sty) = %{tl_version} - -%description totpages -The package counts the actual pages in the document (as opposed -to reporting the number of the last page, as does lastpage). -The counter itself may be shipped out to the DVI file. The -package uses the everyshi package for its task. - -%package totpages-doc -Summary: Documentation for totpages -Version: svn15878.2.00 - -Provides: tex-totpages-doc -AutoReqProv: No - -%description totpages-doc -Documentation for totpages - -%package translations -Provides: tex-translations = %{tl_version} -License: LPPL 1.3 -Summary: Internationalisation of LaTeX2e packages -Version: svn54929 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(cnltx-base.sty) -Requires: tex(scrlfile.sty) -Provides: tex(translations.sty) = %{tl_version} - -%description translations -This package (once part of the exsheets package), provides a -framework for providing multilingual features to a LaTeX -package. The package has its own basic dictionaries for -English, Dutch, French, German and Spanish; it aims to use -translation material for English, Dutch, French, German, -Italian, Spanish, Catalan, Turkish, Croatian, Hungarian, Danish -and Portuguese from babel or polyglossia if either is in use in -the document. (Additional languages from the multilingual -packages may be possible: ask the author.) - -%package translations-doc -Summary: Documentation for translations -Version: svn54929 -Provides: tex-translations-doc -AutoReqProv: No - -%description translations-doc -Documentation for translations - -%package trfsigns -Provides: tex-trfsigns = %{tl_version} -License: GPL+ -Summary: Typeset transform signs -Version: svn15878.1.01 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(trfsigns.sty) = %{tl_version} - -%description trfsigns -A package for typesetting various transformation signs for -Laplace transforms, Fourier transforms and others. - -%package trfsigns-doc -Summary: Documentation for trfsigns -Version: svn15878.1.01 - -Provides: tex-trfsigns-doc -AutoReqProv: No - -%description trfsigns-doc -Documentation for trfsigns - -%package trimspaces -Provides: tex-trimspaces = %{tl_version} -License: LPPL -Summary: Trim spaces around an argument or within a macro -Version: svn15878.1.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(trimspaces.sty) = %{tl_version} - -%description trimspaces -A very short package that allows you to expandably remove -spaces around a token list (commands are provided to remove -spaces before, spaces after, or both); or to remove surrounding -spaces within a macro definition, or to define space-stripped -macros. - -%package trimspaces-doc -Summary: Documentation for trimspaces -Version: svn15878.1.1 - -Provides: tex-trimspaces-doc -AutoReqProv: No - -%description trimspaces-doc -Documentation for trimspaces - -%package trivfloat -Provides: tex-trivfloat = %{tl_version} -License: LPPL -Summary: Quick float definitions in LaTeX -Version: svn15878.1.3b - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(floatrow.sty) -Requires: tex(float.sty) -Provides: tex(trivfloat.sty) = %{tl_version} - -%description trivfloat -The trivfloat package provides a quick method for defining new -float types in LaTeX. A single command sets up a new float in -the same style as the LaTeX kernel figure and table float -types. The package works with memoir as well as the standard -classes. - -%package trivfloat-doc -Summary: Documentation for trivfloat -Version: svn15878.1.3b - -Provides: tex-trivfloat-doc -AutoReqProv: No - -%description trivfloat-doc -Documentation for trivfloat - -%package trsym -Provides: tex-trsym = %{tl_version} -License: LPPL 1.2 -Summary: Symbols for transformations -Version: svn18732.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(trsy10.tfm) = %{tl_version} -Provides: tex(trsy12.tfm) = %{tl_version} -Provides: tex(trsym.sty) = %{tl_version} -Provides: tex(utrsy.fd) = %{tl_version} - -%description trsym -The bundle provides Metafont source for a small font used for -(e.g.) Laplace transformations, together with a LaTeX .fd file -and a package providing commands for the symbols' use in -mathematics. - -%package trsym-doc -Summary: Documentation for trsym -Version: svn18732.1.0 - -Provides: tex-trsym-doc -AutoReqProv: No - -%description trsym-doc -Documentation for trsym - -%package truncate -Provides: tex-truncate = %{tl_version} -License: Public Domain -Summary: Truncate text to a specified width -Version: svn18921.3.6 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(truncate.sty) = %{tl_version} - -%description truncate -The package will by default break at word boundaries, but -package options are offered to permit breaks within words. - -%package truncate-doc -Summary: Documentation for truncate -Version: svn18921.3.6 - -Provides: tex-truncate-doc -AutoReqProv: No - -%description truncate-doc -Documentation for truncate - -%package tucv -Provides: tex-tucv = %{tl_version} -License: CC-BY-SA -Summary: Support for typesetting a CV or resumee -Version: svn20680.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(array.sty) -Requires: tex(color.sty) -Requires: tex(calc.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(xparse.sty) -Provides: tex(tucv.sty) = %{tl_version} - -%description tucv -The package provides commands for typesetting a CV or resume. -It provides commands for general-purpose headings, entries, and -item/description pairs, as well as more specific commands for -formatting sections, with explicit inclusion of school, degree, -employer, job, conference, and publications entries. It tends -to produce a somewhat long and quite detailed document but may -also be suitable to support a shorter resume. The package -relies on a 'sufficiently recent' copy of the l3kernel and -l3packages bundles. - -%package tucv-doc -Summary: Documentation for tucv -Version: svn20680.1.0 - -Provides: tex-tucv-doc -AutoReqProv: No - -%description tucv-doc -Documentation for tucv - -%package turnthepage -Provides: tex-turnthepage = %{tl_version} -License: LPPL -Summary: Provide "turn page" instructions -Version: svn29803.1.3a -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(atbegshi.sty) -Requires: tex(picture.sty) -Requires: tex(zref-abspage.sty) -Requires: tex(zref-lastpage.sty) -Requires: tex(alphalph.sty) -Requires: tex(pageslts.sty) -Provides: tex(turnpageetex.sty) = %{tl_version} -Provides: tex(turnpagewoetex.sty) = %{tl_version} -Provides: tex(turnthepage.sty) = %{tl_version} - -%description turnthepage -The package prints a 'turn' instruction at the bottom of odd- -numbered pages (except the last). This is a common convention -for examination papers and the like. - -%package turnthepage-doc -Summary: Documentation for turnthepage -Version: svn29803.1.3a - -Provides: tex-turnthepage-doc -AutoReqProv: No - -%description turnthepage-doc -Documentation for turnthepage - -%package twoinone -Provides: tex-twoinone = %{tl_version} -License: Public Domain -Summary: Print two pages on a single page -Version: svn17024.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(2in1.sty) = %{tl_version} - -%description twoinone -The package is for printing two pages on a single (landscape) -A4 page. Page numbers appear on the included pages, and not on -the landscape 'container' page. - -%package twoinone-doc -Summary: Documentation for twoinone -Version: svn17024.0 - -Provides: tex-twoinone-doc -AutoReqProv: No - -%description twoinone-doc -Documentation for twoinone - -%package twoup -Provides: tex-twoup = %{tl_version} -License: LPPL -Summary: Print two virtual pages on each physical page -Version: svn15878.1.3 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(twoup.sty) = %{tl_version} - -%description twoup -MiKTeX and many other TeX implementations include tools for -massaging PostScript into booklet and two-up printing -- that -is, printing two logical pages side by side on one side of one -sheet of paper. However, some LaTeX preliminaries are necessary -to use those tools. The twoup package provides such -preliminaries and gives advice on how to use the PostScript -tools. - -%package twoup-doc -Summary: Documentation for twoup -Version: svn15878.1.3 - -Provides: tex-twoup-doc -AutoReqProv: No - -%description twoup-doc -Documentation for twoup - -%package txgreeks -Provides: tex-txgreeks = %{tl_version} -License: LPPL 1.3 -Summary: Shape selection for TX fonts Greek letters -Version: svn21839.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(txfonts.sty) -Provides: tex(txgreeks.sty) = %{tl_version} - -%description txgreeks -The package allows LaTeX users who use the TX fonts to select -the shapes (italic or upright) for the Greek lowercase and -uppercase letters. Once the shapes for lowercase and uppercase -have been selected via a package option, the \other prefix -(e.g., \otheralpha) allows using the alternate glyph (as in the -fourier package). The txgreeks package does not constrain the -text font that may be used in the document. - -%package txgreeks-doc -Summary: Documentation for txgreeks -Version: svn21839.1.0 - -Provides: tex-txgreeks-doc -AutoReqProv: No - -%description txgreeks-doc -Documentation for txgreeks - -%package type1cm -Provides: tex-type1cm = %{tl_version} -License: LPPL -Summary: Arbitrary size font selection in LaTeX -Version: svn21820.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(type1cm.sty) = %{tl_version} - -%description type1cm -LaTeX, by default, restricts the sizes at which you can use its -default computer modern fonts, to a fixed set of discrete sizes -(effectively, a set specified by Knuth). The type1cm package -removes this restriction; this is particularly useful when -using scalable versions of the cm fonts (Bakoma, or the -versions from BSR/Y&Y, or True Type versions from Kinch, PCTeX, -etc.). In fact, since modern distributions will automatically -generate any bitmap font you might need, type1cm has wider -application than just those using scaleable versions of the -fonts. Note that the LaTeX distribution now contains a package -fix-cm, which performs the task of type1cm, as well as doing -the same job for T1- and TS1-encoded ec fonts. - -%package type1cm-doc -Summary: Documentation for type1cm -Version: svn21820.0 - -Provides: tex-type1cm-doc -AutoReqProv: No - -%description type1cm-doc -Documentation for type1cm - -%package typeface -Provides: tex-typeface = %{tl_version} -License: LPPL 1.3 -Summary: Select a balanced set of fonts -Version: svn27046.0.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifetex.sty) -Requires: tex(etexcmds.sty) -Requires: tex(etoolbox.sty) -Requires: tex(ifthenx.sty) -Requires: tex(iftex.sty) -Requires: tex(ifpdf.sty) -Requires: tex(xkeyval.sty) -Requires: tex(fix-cm.sty) -Requires: tex(nfssext-cfr.sty) -Requires: tex(scalefnt.sty) -Requires: tex(xcolor.sty) -Provides: tex(typeface.cfg) = %{tl_version} -Provides: tex(typeface.sty) = %{tl_version} - -%description typeface -The package provides the means of establishing a consistent set -of fonts for use in a LaTeX document. It allows mixing and -matching the Type 1 font sets available on the archive (and it -may be extended, via its configuration file, to support other -fonts). Font-set definition takes the form of a set of options -that are read when the package is loaded: for each typographic -category (main body font, sans-serif font, monospace font, -mathematics fonts, text figures, and so on), a font or a -transformation is given in those options. The approach enables -the user to remember their own configurations (as a single -command) and to borrow configurations that other users have -developed. The present release is designated "for review". - -%package typeface-doc -Summary: Documentation for typeface -Version: svn27046.0.1 - -Provides: tex-typeface-doc -AutoReqProv: No - -%description typeface-doc -Documentation for typeface - -%package typogrid -Provides: tex-typogrid = %{tl_version} -License: LPPL -Summary: Print a typographic grid -Version: svn24994.0.21 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(calc.sty) -Requires: tex(keyval.sty) -Requires: tex(eso-pic.sty) -Provides: tex(typogrid.sty) = %{tl_version} - -%description typogrid -Draws a grid on every page of the document; the grid divides -the page into columns, and may be used for fixing measurements -of layout. - -%package typogrid-doc -Summary: Documentation for typogrid -Version: svn24994.0.21 - -Provides: tex-typogrid-doc -AutoReqProv: No - -%description typogrid-doc -Documentation for typogrid - -%package uassign -Provides: tex-uassign = %{tl_version} -License: GPLv2+ -Summary: Provides environments and options for typesetting university assignments -Version: svn38459 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Provides: tex(uassign.sty) = %{tl_version} - -%description uassign -Provides environments and options for typesetting university -assignments - -%package uassign-doc -Summary: Documentation for uassign -Version: svn38459 - -Provides: tex-uassign-doc -AutoReqProv: No - -%description uassign-doc -Documentation for uassign - -%package ucs -Provides: tex-ucs = %{tl_version} -License: LPPL 1.3 -Summary: Extended UTF-8 input encoding support for LaTeX -Version: svn35853.2.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(graphicx.sty) -Requires: tex(hyperref.sty) -Requires: tex(keyval.sty) -Requires: tex(fontenc.sty) -Provides: tex(uni-0.def) = %{tl_version} -Provides: tex(uni-1.def) = %{tl_version} -Provides: tex(uni-100.def) = %{tl_version} -Provides: tex(uni-101.def) = %{tl_version} -Provides: tex(uni-102.def) = %{tl_version} -Provides: tex(uni-103.def) = %{tl_version} -Provides: tex(uni-104.def) = %{tl_version} -Provides: tex(uni-105.def) = %{tl_version} -Provides: tex(uni-106.def) = %{tl_version} -Provides: tex(uni-107.def) = %{tl_version} -Provides: tex(uni-108.def) = %{tl_version} -Provides: tex(uni-109.def) = %{tl_version} -Provides: tex(uni-110.def) = %{tl_version} -Provides: tex(uni-111.def) = %{tl_version} -Provides: tex(uni-112.def) = %{tl_version} -Provides: tex(uni-113.def) = %{tl_version} -Provides: tex(uni-114.def) = %{tl_version} -Provides: tex(uni-115.def) = %{tl_version} -Provides: tex(uni-116.def) = %{tl_version} -Provides: tex(uni-117.def) = %{tl_version} -Provides: tex(uni-118.def) = %{tl_version} -Provides: tex(uni-119.def) = %{tl_version} -Provides: tex(uni-12.def) = %{tl_version} -Provides: tex(uni-120.def) = %{tl_version} -Provides: tex(uni-121.def) = %{tl_version} -Provides: tex(uni-122.def) = %{tl_version} -Provides: tex(uni-123.def) = %{tl_version} -Provides: tex(uni-124.def) = %{tl_version} -Provides: tex(uni-125.def) = %{tl_version} -Provides: tex(uni-126.def) = %{tl_version} -Provides: tex(uni-127.def) = %{tl_version} -Provides: tex(uni-128.def) = %{tl_version} -Provides: tex(uni-129.def) = %{tl_version} -Provides: tex(uni-130.def) = %{tl_version} -Provides: tex(uni-131.def) = %{tl_version} -Provides: tex(uni-132.def) = %{tl_version} -Provides: tex(uni-133.def) = %{tl_version} -Provides: tex(uni-134.def) = %{tl_version} -Provides: tex(uni-135.def) = %{tl_version} -Provides: tex(uni-136.def) = %{tl_version} -Provides: tex(uni-137.def) = %{tl_version} -Provides: tex(uni-138.def) = %{tl_version} -Provides: tex(uni-139.def) = %{tl_version} -Provides: tex(uni-14.def) = %{tl_version} -Provides: tex(uni-140.def) = %{tl_version} -Provides: tex(uni-141.def) = %{tl_version} -Provides: tex(uni-142.def) = %{tl_version} -Provides: tex(uni-143.def) = %{tl_version} -Provides: tex(uni-144.def) = %{tl_version} -Provides: tex(uni-145.def) = %{tl_version} -Provides: tex(uni-146.def) = %{tl_version} -Provides: tex(uni-147.def) = %{tl_version} -Provides: tex(uni-148.def) = %{tl_version} -Provides: tex(uni-149.def) = %{tl_version} -Provides: tex(uni-150.def) = %{tl_version} -Provides: tex(uni-151.def) = %{tl_version} -Provides: tex(uni-152.def) = %{tl_version} -Provides: tex(uni-153.def) = %{tl_version} -Provides: tex(uni-154.def) = %{tl_version} -Provides: tex(uni-155.def) = %{tl_version} -Provides: tex(uni-156.def) = %{tl_version} -Provides: tex(uni-157.def) = %{tl_version} -Provides: tex(uni-158.def) = %{tl_version} -Provides: tex(uni-159.def) = %{tl_version} -Provides: tex(uni-167.def) = %{tl_version} -Provides: tex(uni-172.def) = %{tl_version} -Provides: tex(uni-173.def) = %{tl_version} -Provides: tex(uni-174.def) = %{tl_version} -Provides: tex(uni-175.def) = %{tl_version} -Provides: tex(uni-176.def) = %{tl_version} -Provides: tex(uni-177.def) = %{tl_version} -Provides: tex(uni-178.def) = %{tl_version} -Provides: tex(uni-179.def) = %{tl_version} -Provides: tex(uni-18.def) = %{tl_version} -Provides: tex(uni-180.def) = %{tl_version} -Provides: tex(uni-181.def) = %{tl_version} -Provides: tex(uni-182.def) = %{tl_version} -Provides: tex(uni-183.def) = %{tl_version} -Provides: tex(uni-184.def) = %{tl_version} -Provides: tex(uni-185.def) = %{tl_version} -Provides: tex(uni-186.def) = %{tl_version} -Provides: tex(uni-187.def) = %{tl_version} -Provides: tex(uni-188.def) = %{tl_version} -Provides: tex(uni-189.def) = %{tl_version} -Provides: tex(uni-19.def) = %{tl_version} -Provides: tex(uni-190.def) = %{tl_version} -Provides: tex(uni-191.def) = %{tl_version} -Provides: tex(uni-192.def) = %{tl_version} -Provides: tex(uni-193.def) = %{tl_version} -Provides: tex(uni-194.def) = %{tl_version} -Provides: tex(uni-195.def) = %{tl_version} -Provides: tex(uni-196.def) = %{tl_version} -Provides: tex(uni-197.def) = %{tl_version} -Provides: tex(uni-198.def) = %{tl_version} -Provides: tex(uni-199.def) = %{tl_version} -Provides: tex(uni-2.def) = %{tl_version} -Provides: tex(uni-200.def) = %{tl_version} -Provides: tex(uni-201.def) = %{tl_version} -Provides: tex(uni-202.def) = %{tl_version} -Provides: tex(uni-203.def) = %{tl_version} -Provides: tex(uni-204.def) = %{tl_version} -Provides: tex(uni-205.def) = %{tl_version} -Provides: tex(uni-206.def) = %{tl_version} -Provides: tex(uni-207.def) = %{tl_version} -Provides: tex(uni-208.def) = %{tl_version} -Provides: tex(uni-209.def) = %{tl_version} -Provides: tex(uni-210.def) = %{tl_version} -Provides: tex(uni-211.def) = %{tl_version} -Provides: tex(uni-212.def) = %{tl_version} -Provides: tex(uni-213.def) = %{tl_version} -Provides: tex(uni-214.def) = %{tl_version} -Provides: tex(uni-215.def) = %{tl_version} -Provides: tex(uni-24.def) = %{tl_version} -Provides: tex(uni-248.def) = %{tl_version} -Provides: tex(uni-249.def) = %{tl_version} -Provides: tex(uni-250.def) = %{tl_version} -Provides: tex(uni-251.def) = %{tl_version} -Provides: tex(uni-254.def) = %{tl_version} -Provides: tex(uni-255.def) = %{tl_version} -Provides: tex(uni-29.def) = %{tl_version} -Provides: tex(uni-3.def) = %{tl_version} -Provides: tex(uni-30.def) = %{tl_version} -Provides: tex(uni-31.def) = %{tl_version} -Provides: tex(uni-32.def) = %{tl_version} -Provides: tex(uni-33.def) = %{tl_version} -Provides: tex(uni-34.def) = %{tl_version} -Provides: tex(uni-35.def) = %{tl_version} -Provides: tex(uni-3584.def) = %{tl_version} -Provides: tex(uni-36.def) = %{tl_version} -Provides: tex(uni-37.def) = %{tl_version} -Provides: tex(uni-38.def) = %{tl_version} -Provides: tex(uni-39.def) = %{tl_version} -Provides: tex(uni-4.def) = %{tl_version} -Provides: tex(uni-40.def) = %{tl_version} -Provides: tex(uni-42.def) = %{tl_version} -Provides: tex(uni-44.def) = %{tl_version} -Provides: tex(uni-46.def) = %{tl_version} -Provides: tex(uni-465.def) = %{tl_version} -Provides: tex(uni-468.def) = %{tl_version} -Provides: tex(uni-469.def) = %{tl_version} -Provides: tex(uni-47.def) = %{tl_version} -Provides: tex(uni-470.def) = %{tl_version} -Provides: tex(uni-471.def) = %{tl_version} -Provides: tex(uni-48.def) = %{tl_version} -Provides: tex(uni-49.def) = %{tl_version} -Provides: tex(uni-497.def) = %{tl_version} -Provides: tex(uni-498.def) = %{tl_version} -Provides: tex(uni-5.def) = %{tl_version} -Provides: tex(uni-50.def) = %{tl_version} -Provides: tex(uni-51.def) = %{tl_version} -Provides: tex(uni-760.def) = %{tl_version} -Provides: tex(uni-761.def) = %{tl_version} -Provides: tex(uni-762.def) = %{tl_version} -Provides: tex(uni-78.def) = %{tl_version} -Provides: tex(uni-79.def) = %{tl_version} -Provides: tex(uni-80.def) = %{tl_version} -Provides: tex(uni-81.def) = %{tl_version} -Provides: tex(uni-82.def) = %{tl_version} -Provides: tex(uni-83.def) = %{tl_version} -Provides: tex(uni-84.def) = %{tl_version} -Provides: tex(uni-85.def) = %{tl_version} -Provides: tex(uni-86.def) = %{tl_version} -Provides: tex(uni-87.def) = %{tl_version} -Provides: tex(uni-88.def) = %{tl_version} -Provides: tex(uni-89.def) = %{tl_version} -Provides: tex(uni-9.def) = %{tl_version} -Provides: tex(uni-90.def) = %{tl_version} -Provides: tex(uni-91.def) = %{tl_version} -Provides: tex(uni-92.def) = %{tl_version} -Provides: tex(uni-93.def) = %{tl_version} -Provides: tex(uni-94.def) = %{tl_version} -Provides: tex(uni-95.def) = %{tl_version} -Provides: tex(uni-96.def) = %{tl_version} -Provides: tex(uni-97.def) = %{tl_version} -Provides: tex(uni-98.def) = %{tl_version} -Provides: tex(uni-99.def) = %{tl_version} -Provides: tex(uni-global.def) = %{tl_version} -Provides: tex(uninames.dat) = %{tl_version} -Provides: tex(ucs.sty) = %{tl_version} -Provides: tex(ucsencs.def) = %{tl_version} -Provides: tex(ucshyper.sty) = %{tl_version} -Provides: tex(ucsutils.sty) = %{tl_version} -Provides: tex(utf8x.def) = %{tl_version} -Provides: tex(autofe.sty) = %{tl_version} -Provides: tex(c00enc.def) = %{tl_version} -Provides: tex(c10enc.def) = %{tl_version} -Provides: tex(c40enc.def) = %{tl_version} -Provides: tex(c42enc.def) = %{tl_version} -Provides: tex(c61enc.def) = %{tl_version} -Provides: tex(cenccmn.tex) = %{tl_version} -Provides: tex(cp1252.enc) = %{tl_version} -Provides: tex(ldvarial.fd) = %{tl_version} -Provides: tex(ldvc2000.fd) = %{tl_version} -Provides: tex(ldvenc.def) = %{tl_version} -Provides: tex(letc2000.fd) = %{tl_version} -Provides: tex(letenc.def) = %{tl_version} -Provides: tex(letgfzem.fd) = %{tl_version} -Provides: tex(letjiret.fd) = %{tl_version} -Provides: tex(lklenc.def) = %{tl_version} -Provides: tex(lklkli.fd) = %{tl_version} -Provides: tex(ltaarial.fd) = %{tl_version} -Provides: tex(ltac2000.fd) = %{tl_version} -Provides: tex(ltaenc.def) = %{tl_version} -Provides: tex(ltgc2000.fd) = %{tl_version} -Provides: tex(ltgenc.def) = %{tl_version} -Provides: tex(ltlcmr.fd) = %{tl_version} -Provides: tex(ltlenc.def) = %{tl_version} -Provides: tex(ltwdsnol.fd) = %{tl_version} -Provides: tex(ltwdsque.fd) = %{tl_version} -Provides: tex(ltwdssin.fd) = %{tl_version} -Provides: tex(ltwenc.def) = %{tl_version} -Provides: tex(lucarial.fd) = %{tl_version} -Provides: tex(lucc2000.fd) = %{tl_version} -Provides: tex(lucenc.def) = %{tl_version} -Provides: tex(mkrenc.def) = %{tl_version} -Provides: tex(mkrezra.fd) = %{tl_version} -Provides: tex(mkrhadas.fd) = %{tl_version} -Provides: tex(mkromega.fd) = %{tl_version} -Provides: tex(mkrrashi.fd) = %{tl_version} -Provides: tex(t2dcmr.fd) = %{tl_version} -Provides: tex(t2denc.def) = %{tl_version} -Provides: tex(tengwarDS.enc) = %{tl_version} -Provides: tex(xscmr.fd) = %{tl_version} -Provides: tex(xsenc.def) = %{tl_version} - -%description ucs -The bundle provides the ucs package, and utf8x.def, together -with a large number of support files. The utf8x.def definition -file for use with inputenc covers a wider range of Unicode -characters than does utf8.def in the LaTeX distribution. The -package provides facilities for efficient use of its large sets -of Unicode characters. Glyph production may be controlled by -various options, which permits use of non-ASCII characters when -coding mathematical formulae. Note that the bundle previously -had an alias "unicode"; that alias has now been withdrawn, and -no package of that name now exists. - -%package ucs-doc -Summary: Documentation for ucs -Version: svn35853.2.2 - -Provides: tex-ucs-doc -AutoReqProv: No - -%description ucs-doc -Documentation for ucs - -%package uebungsblatt -Provides: tex-uebungsblatt = %{tl_version} -License: LPPL -Summary: A LaTeX class for writing exercise sheets -Version: svn15878.1.5.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Requires: tex(akkgerman.sty) -Requires: tex(amsmath.sty) -Requires: tex(inputenc.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(akkcounterlabelpattern.sty) -Provides: tex(uebungsblatt.cls) = %{tl_version} -Provides: tex(uebungsblatt.sty) = %{tl_version} - -%description uebungsblatt -This package implements a LaTeX class for writing exercise -sheets for a lecture. Features: - quick typesetting of exercise -sheets or their revisions, - simple user friendly commands, - -elegant page formatting, - automatic numbering of exercises and -sub-exercises, - the number of the exercise sheet is extracted -automatically from the file name, - static information about -the lectures and the authors needs to provided at one point -only. - -%package uebungsblatt-doc -Summary: Documentation for uebungsblatt -Version: svn15878.1.5.0 - -Provides: tex-uebungsblatt-doc -AutoReqProv: No - -%description uebungsblatt-doc -Documentation for uebungsblatt - -%package umoline -Provides: tex-umoline = %{tl_version} -License: LPPL -Summary: Underline text allowing line breaking -Version: svn19085.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(umoline.sty) = %{tl_version} - -%description umoline -Provides commands \Underline, \Midline and \Overline for -underlining, striking out, and overlining their text arguments. - -%package umoline-doc -Summary: Documentation for umoline -Version: svn19085.0 - -Provides: tex-umoline-doc -AutoReqProv: No - -%description umoline-doc -Documentation for umoline - -%package underlin -Provides: tex-underlin = %{tl_version} -License: LPPL -Summary: Underlined running heads -Version: svn15878.1.01 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(underlin.sty) = %{tl_version} - -%description underlin -Defines two pagestyles that provide underlined page heads in -LaTeX. - -%package underlin-doc -Summary: Documentation for underlin -Version: svn15878.1.01 - -Provides: tex-underlin-doc -AutoReqProv: No - -%description underlin-doc -Documentation for underlin - -%package underoverlap -Provides: tex-underoverlap = %{tl_version} -License: LPPL 1.3 -Summary: Position decorations over and under expressions -Version: svn29019.0.0.1_r1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(etoolbox.sty) -Requires: tex(mathtools.sty) -Requires: tex(xparse.sty) -Provides: tex(underoverlap.sty) = %{tl_version} - -%description underoverlap -The package overcomes TeX's inherent limitations in commands -that place decorations (such as braces) at arbirary positions -over and under expressions, overlapping as necessary. - -%package underoverlap-doc -Summary: Documentation for underoverlap -Version: svn29019.0.0.1_r1 - -Provides: tex-underoverlap-doc -AutoReqProv: No - -%description underoverlap-doc -Documentation for underoverlap - -%package undolabl -Provides: tex-undolabl = %{tl_version} -License: LPPL 1.3 -Summary: Override existing labels -Version: svn36681.1.0l - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(undolabl.sty) = %{tl_version} - -%description undolabl -The package allows the user to override existing labels (for -example, those generated automatically). - -%package undolabl-doc -Summary: Documentation for undolabl -Version: svn36681.1.0l - -Provides: tex-undolabl-doc -AutoReqProv: No - -%description undolabl-doc -Documentation for undolabl - -%package units -Provides: tex-units = %{tl_version} -License: GPL+ -Summary: Typeset units -Version: svn42428 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Provides: tex(nicefrac.sty) = %{tl_version} -Provides: tex(units.sty) = %{tl_version} - -%description units -The package is provided as a bundle with the nicefrac package -for typing fractions. Units uses nicefrac in typesetting -physical units in a standard-looking sort of way. - -%package units-doc -Summary: Documentation for units -Version: svn42428 -Provides: tex-units-doc -AutoReqProv: No - -%description units-doc -Documentation for units - -%package unravel -Provides: tex-unravel = %{tl_version} -License: LPPL -Summary: Watching TeX digest tokens -Version: svn52822 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-l3kernel -Requires: texlive-l3packages -Requires: texlive-l3experimental -Requires: tex(expl3.sty) -Requires: tex(xparse.sty) -Requires: tex(gtl.sty) -Provides: tex(unravel.sty) = %{tl_version} - -%description unravel -The aim of this LaTeX package is to help debug complicated -macros. This is done by letting the user step through the -execution of some TeX code, going through the details of nested -expansions, performing assignments, as well as some simple -typesetting commands. To use this package, one should normally -run TeX in a terminal. The unravel package requires up-to-date -versions of the l3kernel, l3packages and l3experimental -bundles. - -%package unravel-doc -Summary: Documentation for unravel -Version: svn52822 -Provides: tex-unravel-doc -AutoReqProv: No - -%description unravel-doc -Documentation for unravel - -%package upmethodology -Provides: tex-upmethodology = %{tl_version} -License: LGPLv2+ -Summary: Writing specifications such as for UP-based methodologies -Version: svn54758 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(upmethodology-extension.sty) -Requires: tex(a4wide.sty) -Requires: tex(upmethodology-frontpage.sty) -Requires: tex(upmethodology-spec.sty) -Requires: tex(url.sty) -Requires: tex(hyperref.sty) -Requires: tex(babel.sty) -Requires: tex(vmargin.sty) -Requires: tex(upmethodology-version.sty) -Requires: tex(draftwatermark.sty) -Requires: tex(graphicx.sty) -Requires: tex(subfigure.sty) -Requires: tex(tabularx.sty) -Requires: tex(multicol.sty) -Requires: tex(colortbl.sty) -Requires: tex(picinpar.sty) -Requires: tex(amsmath.sty) -Requires: tex(amsthm.sty) -Requires: tex(thmtools.sty) -Requires: tex(pifont.sty) -Requires: tex(setspace.sty) -Requires: tex(varioref.sty) -Requires: tex(txfonts.sty) -Requires: tex(relsize.sty) -Requires: tex(xkeyval.sty) -Requires: tex(hyphenat.sty) -Requires: tex(bbm.sty) -Requires: tex(environ.sty) -Requires: tex(ifthen.sty) -Requires: tex(xspace.sty) -Requires: tex(xcolor.sty) -Requires: tex(ifpdf.sty) -Requires: tex(ulem.sty) -Provides: tex(UPMVERSION.def) = %{tl_version} -Provides: tex(upmethodology-backpage.sty) = %{tl_version} -Provides: tex(upmethodology-code.sty) = %{tl_version} -Provides: tex(upmethodology-document.cls) = %{tl_version} -Provides: tex(upmethodology-document.sty) = %{tl_version} -Provides: tex(upmethodology-extension.sty) = %{tl_version} -Provides: tex(upmethodology-fmt.sty) = %{tl_version} -Provides: tex(upmethodology-frontpage.sty) = %{tl_version} -Provides: tex(upmethodology-p-common.sty) = %{tl_version} -Provides: tex(upmethodology-spec.sty) = %{tl_version} -Provides: tex(upmethodology-task.sty) = %{tl_version} -Provides: tex(upmethodology-version.sty) = %{tl_version} - -%description upmethodology -The bundle allows the user to create Unified Process -methodology (UP or RUP) based documents. The style provides -document versioning, document history, document authors, -document validators, specification description, task -management, and several helping macros. - -%package upmethodology-doc -Summary: Documentation for upmethodology -Version: svn54758 -Provides: tex-upmethodology-doc -AutoReqProv: No - -%description upmethodology-doc -Documentation for upmethodology %package upquote -Provides: tex-upquote = %{tl_version} +Provides: tex-upquote = %{epoch}:%{source_date}-%{release} +Provides: tex-upquote-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-upquote-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-upquote-doc < %{tl_epoch}:%{source_date} License: LPPL 1.2 Summary: Show "realistic" quotes in verbatim -Version: svn26059.v1.3 - +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - +Requires: texlive-kpathsea Requires: tex(textcomp.sty) -Provides: tex(upquote.sty) = %{tl_version} +Provides: tex(upquote.sty) = %{epoch}:%{source_date}-%{release} %description upquote Typewriter-style fonts are best for program listings, but @@ -117133,18088 +22912,112 @@ thisregardless of other fonts or encodings in use, so long as the package is loaded after the other fonts were. The package does not affect \tt, \texttt, etc. -%package upquote-doc -Summary: Documentation for upquote -Version: svn26059.v1.3 - -Provides: tex-upquote-doc -AutoReqProv: No - -%description upquote-doc -Documentation for upquote - -%package uri -Provides: tex-uri = %{tl_version} -License: LPPL 1.3 -Summary: Hyperlinks for a wide range of URIs -Version: svn48602 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(kvoptions.sty) -Requires: tex(url.sty) -Provides: tex(uri.sty) = %{tl_version} - -%description uri -The package provides automatic hyperlinks for URIs of type -arXiv, ASIN, DOI, HDL, NBN, PubMed, OID, TINY, TINY with -preview, and XMPP and provides commands \citeurl, \mailto, -\ukoeln and \uref. - -%package uri-doc -Summary: Documentation for uri -Version: svn48602 -Provides: tex-uri-doc -AutoReqProv: No - -%description uri-doc -Documentation for uri - -%package ushort -Provides: tex-ushort = %{tl_version} +%package anyfontsize +Provides: tex-anyfontsize = %{epoch}:%{source_date}-%{release} +Provides: tex-anyfontsize-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-anyfontsize-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-anyfontsize-doc < %{tl_epoch}:%{source_date} License: LPPL -Summary: Shorter (and longer) underlines and underbars -Version: svn32261.2.2 - +Summary: Select any font size in LaTeX +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(ushort.sty) = %{tl_version} - -%description ushort -Some engineers need underlined or twice underlined variables -for which the usual \underline is too long. This package -provides a generic command for creating underlines of various -sizes and types. - -%package ushort-doc -Summary: Documentation for ushort -Version: svn32261.2.2 - -Provides: tex-ushort-doc -AutoReqProv: No - -%description ushort-doc -Documentation for ushort - -%package varindex -Provides: tex-varindex = %{tl_version} -License: LPPL -Summary: Luxury frontend to the \index command -Version: svn32262.2.3 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(toolbox.sty) -Provides: tex(varindex.sty) = %{tl_version} - -%description varindex -Provides a convenient front-end for the \index command. For -example, with it you can generate multiple index entries in -almost any form by a single command. The package is highly -customizable, and works with all versions of LaTeX and probably -most other TeX formats. - -%package varindex-doc -Summary: Documentation for varindex -Version: svn32262.2.3 - -Provides: tex-varindex-doc -AutoReqProv: No - -%description varindex-doc -Documentation for varindex - -%package varsfromjobname -Provides: tex-varsfromjobname = %{tl_version} -License: LPPL -Summary: Extract variables from the name of the LaTeX file -Version: svn44154 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Provides: tex(varsfromjobname.sty) = %{tl_version} - -%description varsfromjobname -The package allows the user to extract information from the job -name, provided that the name has been structured appropriately: -the package expects the file name to consist of a set of words -separated by hyphens. - -%package varsfromjobname-doc -Summary: Documentation for varsfromjobname -Version: svn44154 -Provides: tex-varsfromjobname-doc -AutoReqProv: No - -%description varsfromjobname-doc -Documentation for varsfromjobname - -%package varwidth -Provides: tex-varwidth = %{tl_version} -License: LPPL -Summary: A variable-width minipage -Version: svn24104.0.92 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(varwidth.sty) = %{tl_version} - -%description varwidth -The varwidth environment is superficially similar to minipage, -but the specified width is just a maximum value -- the box may -get a narrower "natural" width. - -%package varwidth-doc -Summary: Documentation for varwidth -Version: svn24104.0.92 - -Provides: tex-varwidth-doc -AutoReqProv: No - -%description varwidth-doc -Documentation for varwidth - -%package vdmlisting -Provides: tex-vdmlisting = %{tl_version} -License: LPPL -Summary: Typesetting VDM in ASCII syntax -Version: svn29944.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(listings.sty) -Requires: tex(times.sty) -Requires: tex(color.sty) -Provides: tex(vdmlisting.sty) = %{tl_version} - -%description vdmlisting -The package is an extension for the listings package that -provides a source code printer for LaTeX. This package defines -new language definitions and listing environments for the three -language dialects of the Vienna Development Method: VDM-SL, VDM- -PP and VDM-RT. If one wants to typeset VDM with a mathematical -syntax instead of the ASCII syntax used here one should use the -vdm pacakge instead - -%package vdmlisting-doc -Summary: Documentation for vdmlisting -Version: svn29944.1.0 - -Provides: tex-vdmlisting-doc -AutoReqProv: No - -%description vdmlisting-doc -Documentation for vdmlisting - -%package verbasef -Provides: tex-verbasef = %{tl_version} -License: GPL+ -Summary: VERBatim Automatic Splitting of External Files -Version: svn21922.1.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(vrbexin.sty) -Requires: tex(verbatim.sty) -Requires: tex(here.sty) -Provides: tex(verbasef.sty) = %{tl_version} - -%description verbasef -The package allows you to input (subsections of a) file, print -them in verbatim mode, while automatically breaking up the -input lines into pieces of a given length, which are output as -figures. These figures are posted using the [H] specification, -which forces LaTeX to place the figure at the spot of -invocation, rather than floating the figures to the top of the -next page. The package requires the verbatim, here and vrbexin -packages. - -%package verbasef-doc -Summary: Documentation for verbasef -Version: svn21922.1.1 - -Provides: tex-verbasef-doc -AutoReqProv: No - -%description verbasef-doc -Documentation for verbasef - -%package verbatimbox -Provides: tex-verbatimbox = %{tl_version} -License: LPPL -Summary: Deposit verbatim text in a box -Version: svn33197.3.13 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(readarray.sty) -Requires: tex(ifnextok.sty) -Requires: tex(verbatim.sty) -Provides: tex(verbatimbox.sty) = %{tl_version} - -%description verbatimbox -The package provides a verbbox environment (which uses -techniques similar to those of the boxedverbatim environment of -the moreverb package) to place its contents into a globally -available box, or into a box specified by the user. The global -box may then be used in a variety of situations (for example, -providing a replica of the boxedverbatim environment itself). A -valuable use is in places where the standard verbatim -environment (which is based on a trivlist) may not appear. The -package makes use of the verbatim package (which is a required -part of any LaTeX distribution). - -%package verbatimbox-doc -Summary: Documentation for verbatimbox -Version: svn33197.3.13 - -Provides: tex-verbatimbox-doc -AutoReqProv: No - -%description verbatimbox-doc -Documentation for verbatimbox - -%package verbatimcopy -Provides: tex-verbatimcopy = %{tl_version} -License: LPPL -Summary: Make copies of text documents from within LaTeX -Version: svn15878.0.06 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(verbatim.sty) -Provides: tex(verbatimcopy.sty) = %{tl_version} - -%description verbatimcopy -This package provides \VerbatimCopy{in}{out} that will enable -LaTeX to take a verbatim copy of one text file, and save it -under another name. The package provides a means to specify the -output directory to be used, but does no checking and may -therefore overwrite an important file if used injudiciously. - -%package verbatimcopy-doc -Summary: Documentation for verbatimcopy -Version: svn15878.0.06 - -Provides: tex-verbatimcopy-doc -AutoReqProv: No - -%description verbatimcopy-doc -Documentation for verbatimcopy - -%package verbdef -Provides: tex-verbdef = %{tl_version} -License: LPPL -Summary: Define commands which expand to verbatim text -Version: svn17177.0.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(verbdef.sty) = %{tl_version} - -%description verbdef -The package defines a single command \verbdef (which has a *- -form, like \verb). \verbdef will define a robust command whose -body expands to verbatim text. By using commands defined by -\verbdef, one can put verbatim text into the arguments of -commands; since the defined command is robust, it doesn't -matter if the argument is moving. (Full details of syntax and -caveats about use are in comments in the file itself.) - -%package verbdef-doc -Summary: Documentation for verbdef -Version: svn17177.0.2 - -Provides: tex-verbdef-doc -AutoReqProv: No - -%description verbdef-doc -Documentation for verbdef - -%package verbments -Provides: tex-verbments = %{tl_version} -License: LPPL 1.2 -Summary: Syntax highlighting of source code in LaTeX documents -Version: svn23670.1.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(xkeyval.sty) -Requires: tex(fancyvrb.sty) -Requires: tex(framed.sty) -Requires: tex(xcolor.sty) -Requires: tex(calc.sty) -Provides: tex(verbments.sty) = %{tl_version} - -%description verbments -The package provides an environment for syntax highlighting -source code in LaTeX documents. The highlighted source code -output is formatted via powerful Pygments library of the Python -language. - -%package verbments-doc -Summary: Documentation for verbments -Version: svn23670.1.2 - -Provides: tex-verbments-doc -AutoReqProv: No - -%description verbments-doc -Documentation for verbments - -%package version -Provides: tex-version = %{tl_version} -License: Copyright only -Summary: Conditionally include text -Version: svn21920.2.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(version.sty) = %{tl_version} - -%description version -Defines macros \includeversion{NAME} and \excludeversion{NAME}, -each of which defines an environment NAME whose text is to be -included or excluded from compilation. Although the command -syntax is very similar to that of comment, comment.sty is to be -preferred to version.sty for documents where significant chunks -of text may be excluded. - -%package version-doc -Summary: Documentation for version -Version: svn21920.2.0 - -Provides: tex-version-doc -AutoReqProv: No - -%description version-doc -Documentation for version - -%package versions -Provides: tex-versions = %{tl_version} -License: LPPL 1.3 -Summary: Optionally omit pieces of text -Version: svn21921.0.55 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(versions.sty) = %{tl_version} - -%description versions -Stephan Bellantoni's version has provided preamble commands for -selecting environments to be included/excluded. This package -does the same, but corrects, improves, and extends it in both -implementation and function. - -%package versions-doc -Summary: Documentation for versions -Version: svn21921.0.55 - -Provides: tex-versions-doc -AutoReqProv: No - -%description versions-doc -Documentation for versions - -%package versonotes -Provides: tex-versonotes = %{tl_version} -License: LPPL 1.3 -Summary: Display brief notes on verso pages -Version: svn51568 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(versonotes.sty) = %{tl_version} - -%description versonotes -This package allows you to place notes on the verso pages of an -otherwise single-sided document. If, in the run of text, you -include a call to the macro \versonote{This is a remark}, then -that text will be placed on the opposite (ie, 'verso') page, -lined up with the macro call. - -%package versonotes-doc -Summary: Documentation for versonotes -Version: svn51568 -Provides: tex-versonotes-doc -AutoReqProv: No - -%description versonotes-doc -Documentation for versonotes - -%package vertbars -Provides: tex-vertbars = %{tl_version} -License: LPPL 1.3 -Summary: Mark vertical rules in margin of text -Version: svn49429 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(lineno.sty) -Provides: tex(vertbars.sty) = %{tl_version} - -%description vertbars -This package is an extension to lineno, replacing that -package's line numbers with bars to the left or right of the -text. - -%package vertbars-doc -Summary: Documentation for vertbars -Version: svn49429 -Provides: tex-vertbars-doc -AutoReqProv: No - -%description vertbars-doc -Documentation for vertbars - -%package vgrid -Provides: tex-vgrid = %{tl_version} -License: LPPL 1.3 -Summary: Overlay a grid on the printed page -Version: svn32457.0.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(everypage.sty) -Requires: tex(tikz.sty) -Requires: tex(ifoddpage.sty) -Provides: tex(vgrid.sty) = %{tl_version} - -%description vgrid -The package overlays a grid (whose spacing is \baselineskip, -which offers guidlines for considering the "rhythm" of the -document on the page. - -%package vgrid-doc -Summary: Documentation for vgrid -Version: svn32457.0.1 - -Provides: tex-vgrid-doc -AutoReqProv: No - -%description vgrid-doc -Documentation for vgrid - -%package vhistory -Provides: tex-vhistory = %{tl_version} -License: LPPL 1.2 -Summary: Support for creating a change log -Version: svn30080.1.6.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ltxtable.sty) -Provides: tex(sets.sty) = %{tl_version} -Provides: tex(vhistory.sty) = %{tl_version} - -%description vhistory -Vhistory simplifies the creation of a history of versions of a -document. You can easily extract information like the current -version of a list of authors from that history. It helps you to -get consistent documents. The package sets, which is used by -vhistory, allows you to use sets containing text. You can use -the usual operations to create the union of sets or the -intersection of sets etc. - -%package vhistory-doc -Summary: Documentation for vhistory -Version: svn30080.1.6.1 - -Provides: tex-vhistory-doc -AutoReqProv: No - -%description vhistory-doc -Documentation for vhistory - -%package vmargin -Provides: tex-vmargin = %{tl_version} -License: LPPL -Summary: Set various page dimensions -Version: svn15878.2.5 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(vmargin.sty) = %{tl_version} - -%description vmargin -Provides a macro to set various margins as well as dimensions -for header/footer and page dimensions. Most common paper sizes, -paper orientation, disabling of headers and footers, and two -sided printing are supported. The vmargin package does not rely -on other packages and was designed with speed and size in mind. -Its user interface might not be very fancy, but it's fast, -small, and gets the job done. If you are looking for something -more elaborate try the geometry package. - -%package vmargin-doc -Summary: Documentation for vmargin -Version: svn15878.2.5 - -Provides: tex-vmargin-doc -AutoReqProv: No - -%description vmargin-doc -Documentation for vmargin - -%package volumes -Provides: tex-volumes = %{tl_version} -License: LPPL -Summary: Typeset only parts of a document, with complete indexes etc -Version: svn15878.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(scrlfile.sty) -Provides: tex(nowtoaux.sty) = %{tl_version} -Provides: tex(volumes.sty) = %{tl_version} - -%description volumes -This package helps you if you want to produce separate printed -volumes from one LaTeX document, as well as one comprehensive, -"all-inclusive" version. It suppresses the part of the table of -contents that are not typeset, while counters, definitions, -index entries etc. are kept consistent throughout the input -file. - -%package volumes-doc -Summary: Documentation for volumes -Version: svn15878.1.0 - -Provides: tex-volumes-doc -AutoReqProv: No - -%description volumes-doc -Documentation for volumes - -%package vruler -Provides: tex-vruler = %{tl_version} -License: LPPL -Summary: Numbering text -Version: svn21598.2.3 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(vruler.sty) = %{tl_version} - -%description vruler -The package offers facilities for adding a columns of numbering -to the general text so that the text can be properly -referenced. The vertical ruler can be scaled and moved freely. -The package may be used either with LaTeX or with plain TeX. - -%package vruler-doc -Summary: Documentation for vruler -Version: svn21598.2.3 - -Provides: tex-vruler-doc -AutoReqProv: No - -%description vruler-doc -Documentation for vruler - -%package vwcol -Provides: tex-vwcol = %{tl_version} -License: LPPL 1.3 -Summary: Variable-width multiple text columns -Version: svn36254.0.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(calc.sty) -Requires: tex(color.sty) -Requires: tex(environ.sty) -Requires: tex(keyval.sty) -Requires: tex(ragged2e.sty) -Provides: tex(vwcol.sty) = %{tl_version} - -%description vwcol -The package provides a crude environment (vwcol) for -typesetting multicolumn paragraph text of various column widths -on a single page. - -%package vwcol-doc -Summary: Documentation for vwcol -Version: svn36254.0.2 - -Provides: tex-vwcol-doc -AutoReqProv: No - -%description vwcol-doc -Documentation for vwcol - -%package wallpaper -Provides: tex-wallpaper = %{tl_version} -License: LPPL -Summary: Easy addition of wallpapers (background images) to LaTeX documents, including tiling -Version: svn15878.1.10 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Requires: tex(calc.sty) -Requires: tex(eso-pic.sty) -Requires: tex(graphicx.sty) -Provides: tex(wallpaper.sty) = %{tl_version} - -%description wallpaper -This collection contains files to add wallpapers (background -images) to LaTeX documents. It uses the eso-pic package, but -provides simple commands to include effects such as tiling. An -example is provided, which works under both LaTeX and pdfLaTeX. - -%package wallpaper-doc -Summary: Documentation for wallpaper -Version: svn15878.1.10 - -Provides: tex-wallpaper-doc -AutoReqProv: No - -%description wallpaper-doc -Documentation for wallpaper - -%package warning -Provides: tex-warning = %{tl_version} -License: LPPL -Summary: Global warnings at the end of the logfile -Version: svn22028.0.01 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(warning.sty) = %{tl_version} - -%description warning -This package provides a command that generates a list of -warnings that are printed out at the very end of the logfile. -This is useful for warnings such as 'Rerun for this or that -reason' or 'This is a draft, change it before the final run'. - -%package warning-doc -Summary: Documentation for warning -Version: svn22028.0.01 - -Provides: tex-warning-doc -AutoReqProv: No - -%description warning-doc -Documentation for warning - -%package warpcol -Provides: tex-warpcol = %{tl_version} -License: LPPL -Summary: Relative alignment of rows in numeric columns in tabulars -Version: svn15878.1.0c - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(array.sty) -Provides: tex(warpcol.sty) = %{tl_version} - -%description warpcol -Defines a tabular column type for formatting numerical columns -in LaTeX. The column type enables numerical items to be right -justified relative to each other, while centred beneath the -column label. In addition, macros are provided to enable -variations on this column type to be defined. Usage of the -package is superficially similar to that of dcolumn; however, -the alignment scheme is different, and the packages have -different, though overlapping, applications. - -%package warpcol-doc -Summary: Documentation for warpcol -Version: svn15878.1.0c - -Provides: tex-warpcol-doc -AutoReqProv: No - -%description warpcol-doc -Documentation for warpcol - -%package was -Provides: tex-was = %{tl_version} -License: Public Domain -Summary: A collection of small packages by Walter Schmidt -Version: svn21439.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(fixmath.sty) = %{tl_version} -Provides: tex(gensymb.sty) = %{tl_version} -Provides: tex(icomma.sty) = %{tl_version} -Provides: tex(upgreek.sty) = %{tl_version} - -%description was -A bundle of packages that arise in the author's area of -interest: compliance of maths typesetting with ISO standards; -symbols that work in both maths and text modes commas for both -decimal separator and maths; and upright Greek letters in -maths. - -%package was-doc -Summary: Documentation for was -Version: svn21439.0 - -Provides: tex-was-doc -AutoReqProv: No - -%description was-doc -Documentation for was - -%package widetable -Provides: tex-widetable = %{tl_version} -License: LPPL 1.3 -Summary: An environment for typesetting tables of specified width -Version: svn53409 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifetex.sty) -Provides: tex(widetable.sty) = %{tl_version} - -%description widetable -The package defines a new environment that, unlike tabularX, -typesets a table of specified width by working on the inter- -column glue; the tabular cells will all be stretched (or -shrunk) according to need. The package will use the e-TeX -arithmetic extensions if they are available (they are, in most -modern distributions). - -%package widetable-doc -Summary: Documentation for widetable -Version: svn53409 -Provides: tex-widetable-doc -AutoReqProv: No - -%description widetable-doc -Documentation for widetable - -%package williams -Provides: tex-williams = %{tl_version} -License: LPPL -Summary: Miscellaneous macros by Peter Williams -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(calc.sty) -Requires: tex(ifthen.sty) -Requires: tex(epic.sty) -Requires: tex(eepic.sty) -Provides: tex(antree.sty) = %{tl_version} -Provides: tex(toklist.sty) = %{tl_version} - -%description williams -The bundle provides two packages: - antree, which provides -macros for annotated node trees, and - toklist, which is an -implementation of Knuth's token list macros, to be found on -pp.378-379 of the TeXbook. - -%package williams-doc -Summary: Documentation for williams -Version: svn15878.0 - -Provides: tex-williams-doc -AutoReqProv: No - -%description williams-doc -Documentation for williams - -%package withargs -Provides: tex-withargs = %{tl_version} -License: LPPL 1.3 -Summary: In-place argument substitution -Version: svn52641 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(filecontents.sty) -Requires: tex(xparse.sty) -Requires: tex(etoolbox.sty) -Requires: tex(mdframed.sty) -Requires: tex(marginnote.sty) -Requires: tex(listings.sty) -Requires: tex(textcomp.sty) -Requires: tex(hyperref.sty) -Requires: tex(needspace.sty) -Requires: tex(noindentafter.sty) -Requires: tex(ifthen.sty) -Requires: tex(expl3.sty) -Provides: tex(withargs-dry.sty) = %{tl_version} -Provides: tex(withargs-packagedoc.cls) = %{tl_version} -Provides: tex(withargs.sty) = %{tl_version} - -%description withargs -The \withargs command provides a clean way to populate a -template (containing #1, #2, etc.) using LaTeX argument -substitution. It also allows you to carefully control argument -expansion using a LaTeX3-style argument specification. Uses -range from creating readable string templates (akin to C's -printf function) to performing otherwise complex token-list -manipulation. - -%package withargs-doc -Summary: Documentation for withargs -Version: svn52641 -Provides: tex-withargs-doc -AutoReqProv: No - -%description withargs-doc -Documentation for withargs - -%package wordlike -Provides: tex-wordlike = %{tl_version} -License: LPPL -Summary: Simulating word processor layout -Version: svn15878.1.2b - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(geometry.sty) -Requires: tex(mathptmx.sty) -Requires: tex(helvet.sty) -Requires: tex(courier.sty) -Provides: tex(wordlike.sty) = %{tl_version} - -%description wordlike -The package simulates typical word processor layout: narrow -page margins, Times, Helvetica and Courier fonts, \LARGE or -\Large headings, and \sloppy typesetting. The package aims at -making life easier for users who are discontent with LaTeX's -standard layout settings because they need a layout that -resembles the usual "wordlike" output. The design of the -package draws on several discussions in the de.comp.text.tex -and comp.text.tex newsgroups that are referred to in the -manual. - -%package wordlike-doc -Summary: Documentation for wordlike -Version: svn15878.1.2b - -Provides: tex-wordlike-doc -AutoReqProv: No - -%description wordlike-doc -Documentation for wordlike - -%package wrapfig -Provides: tex-wrapfig = %{tl_version} -License: LPPL -Summary: Produces figures which text can flow around -Version: svn22048.3.6 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(wrapfig.sty) = %{tl_version} - -%description wrapfig -Allows figures or tables to have text wrapped around them. Does -not work in combination with list environments, but can be used -in a parbox or minipage, and in twocolumn format. Supports the -float package. - -%package wrapfig-doc -Summary: Documentation for wrapfig -Version: svn22048.3.6 - -Provides: tex-wrapfig-doc -AutoReqProv: No - -%description wrapfig-doc -Documentation for wrapfig - -%package xargs -Provides: tex-xargs = %{tl_version} -License: LPPL -Summary: Define commands with many optional arguments -Version: svn15878.1.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(xkeyval.sty) -Provides: tex(xargs.sty) = %{tl_version} - -%description xargs -The package provides extended versions of \newcommand and -related LaTeX commands, which allow easy and robust definition -of macros with many optional arguments, using a clear and -simple xkeyval-style syntax. - -%package xargs-doc -Summary: Documentation for xargs -Version: svn15878.1.1 - -Provides: tex-xargs-doc -AutoReqProv: No - -%description xargs-doc -Documentation for xargs - -%package xcolor-solarized -Provides: tex-xcolor-solarized = %{tl_version} -License: LPPL 1.3 -Summary: Defines the 16 colors from Ethan Schoonover's Solarized palette -Version: svn41809 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xcolor.sty) -Requires: tex(kvoptions.sty) -Provides: tex(xcolor-solarized.sty) = %{tl_version} - -%description xcolor-solarized -Built on top of the package, this package defines the sixteen -colors of Ethan Schoonover's popular color palette, Solarized, -for use in documents typeset with LaTeX and Friends. - -%package xcolor-solarized-doc -Summary: Documentation for xcolor-solarized -Version: svn41809 -Provides: tex-xcolor-solarized-doc -AutoReqProv: No - -%description xcolor-solarized-doc -Documentation for xcolor-solarized - -%package xcomment -Provides: tex-xcomment = %{tl_version} -License: LPPL -Summary: Allows selected environments to be included/excluded -Version: svn20031.1.3 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(xcomment.sty) = %{tl_version} -Provides: tex(xcomment.tex) = %{tl_version} - -%description xcomment -The package defines an environment that only typesets specified -environments within its scope. So, for example, if you want -nothing but the figure and table environments in your document, -you can enclose the whole document with an xcomment environment -that excludes everything but. This is a lot easier than -excluding the chunks of text between the environments you want, -or creating an entire document containing only those -environments. The package was previously part of the seminar -bundle for typesetting presentations. - -%package xcomment-doc -Summary: Documentation for xcomment -Version: svn20031.1.3 - -Provides: tex-xcomment-doc -AutoReqProv: No - -%description xcomment-doc -Documentation for xcomment - -%package xdoc -Provides: tex-xdoc = %{tl_version} -License: LPPL -Summary: Extending the LaTeX doc system -Version: svn15878.prot2.5 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(multicol.sty) -Requires: tex(doc.sty) -Provides: tex(docidx2e.sty) = %{tl_version} -Provides: tex(docindex.sty) = %{tl_version} -Provides: tex(xdoc2.sty) = %{tl_version} - -%description xdoc -Xdoc is a project to rewrite the implementation of the LaTeX -doc package (in a broader sense) to make its features more -general and flexible. For example, where doc only provides -commands for documenting macros and environments, xdoc also -provides commands for similarly documenting package options and -switches. This is furthermore done in such a way that it is -very easy to add more such commands for documenting things, -such as e.g., templates (an important concept in the future -LaTeX3) and program components for other languages (functions, -classes, procedures, etc.). A side effect is that many minor -bugs in doc are fixed. The design aims to take advantage of -many still experimental features of future versions of LaTeX, -but since these are neither reasonably stable nor widely -available, the configuration interfaces and package author -commands of xdoc are likely to change. To still provide a -stable interface for other packages to build upon, the actual -package names include a "major version number" of sorts. The -drop-in replacement package for standard doc is xdoc2; it -requires nothing outside standard LaTeX2e. The -docindex/docidx2e package changes the index and list of changes -typesetting so that none of the formatting has to be controlled -via the index style file. The docindex package provides control -of formatting via templates (nice interface, but requires -several experimental packages), whereas the docidx2e package -has traditional raw macro interfaces and works with standard -LaTeX2e. - -%package xdoc-doc -Summary: Documentation for xdoc -Version: svn15878.prot2.5 - -Provides: tex-xdoc-doc -AutoReqProv: No - -%description xdoc-doc -Documentation for xdoc - -%package xfor -Provides: tex-xfor = %{tl_version} -License: LPPL -Summary: A reimplementation of the LaTeX for-loop macro -Version: svn15878.1.05 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(xfor.sty) = %{tl_version} - -%description xfor -The package redefines the LaTeX internal \@for macro so that -the loop may be prematurely terminated. The action is akin to -the C/Java break statement, except that the loop does not -terminate until the end of the current iteration - -%package xfor-doc -Summary: Documentation for xfor -Version: svn15878.1.05 - -Provides: tex-xfor-doc -AutoReqProv: No - -%description xfor-doc -Documentation for xfor - -%package xhfill -Provides: tex-xhfill = %{tl_version} -License: LPPL -Summary: Extending \hrulefill -Version: svn22575.1.01 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(xcolor.sty) -Requires: tex(calc.sty) -Requires: tex(xspace.sty) -Provides: tex(xhfill.sty) = %{tl_version} - -%description xhfill -The package provides extended macros for the default \hrulefill -command. It allows modification of the width and the colour of -the line. - -%package xhfill-doc -Summary: Documentation for xhfill -Version: svn22575.1.01 - -Provides: tex-xhfill-doc -AutoReqProv: No - -%description xhfill-doc -Documentation for xhfill - -%package xint -Provides: tex-xint = %{tl_version} -License: LPPL 1.3 -Summary: Expandable operations on long numbers -Version: svn53930 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xintfrac.sty) -Requires: tex(xinttools.sty) -Provides: tex(xint.sty) = %{tl_version} -Provides: tex(xintbinhex.sty) = %{tl_version} -Provides: tex(xintcfrac.sty) = %{tl_version} -Provides: tex(xintcore.sty) = %{tl_version} -Provides: tex(xintexpr.sty) = %{tl_version} -Provides: tex(xintfrac.sty) = %{tl_version} -Provides: tex(xintgcd.sty) = %{tl_version} -Provides: tex(xintkernel.sty) = %{tl_version} -Provides: tex(xintlog.sty) = %{tl_version} -Provides: tex(xintseries.sty) = %{tl_version} -Provides: tex(xinttools.sty) = %{tl_version} -Provides: tex(xinttrig.sty) = %{tl_version} - -%description xint -The xint bundle main modules are: xinttools utilities of -independent interest such as expandable and non-expandable -loops, xintcore expandable macros implementing addition, -subtraction, multiplication, division, and powers for -arbitrarily long integers, xint extension of xintcore, xintfrac -extends the scope of xint to decimal numbers, to numbers using -scientific notation and also to (exact) fractions, xintexpr -provides expandable parsers of numeric expressions using the -standard infix notations, parentheses, built-in functions, user -definable functions and variables (and more ...) which do -either exact evaluations (also with fractions) or floating -point evaluations under a user chosen precision. Further -modules of the bundle are: xintkernel (support macros for all -the bundle constituents), xintbinhex (conversion to and from -hexadecimal and binary bases), xintgcd (provides gcd() and -lcm() functions to xintexpr), xintseries (evaluates numerically -partial sums of series and power series with fractional -coefficients), and xintcfrac (dedicated to the computation and -display of continued fractions). All computations are -compatible with expansion-only context. The packages may be -used with Plain TeX, LaTeX, or (a priori) any other macro -format built upon TeX. - -%package xint-doc -Summary: Documentation for xint -Version: svn53930 -Provides: tex-xint-doc -AutoReqProv: No - -%description xint-doc -Documentation for xint - -%package xmpincl -Provides: tex-xmpincl = %{tl_version} -License: GPL+ -Summary: Include eXtensible Metadata Platform data in PDFLaTeX -Version: svn15878.2.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifpdf.sty) -Requires: tex(ifthen.sty) -Provides: tex(xmpincl.sty) = %{tl_version} - -%description xmpincl -The XMP (eXtensible Metadata platform) is a framework to add -metadata to digital material to enhance the workflow in -publication. The essence is that the metadata is stored in an -XML file, and this XML stream is then embedded in the file to -which it applies. How you create this XML file is up to you, -but the author started investigating this because he wanted to -embed licensing information in the files he created. The -license the author chose is one of the Creative Commons -licenses, and their web-site offers this information in a valid -XML-file, suitable for direct inclusion. - -%package xmpincl-doc -Summary: Documentation for xmpincl -Version: svn15878.2.2 - -Provides: tex-xmpincl-doc -AutoReqProv: No - -%description xmpincl-doc -Documentation for xmpincl - -%package xnewcommand -Provides: tex-xnewcommand = %{tl_version} -License: LPPL -Summary: Define \global and \protected commands with \newcommand -Version: svn15878.1.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(xnewcommand.sty) = %{tl_version} - -%description xnewcommand -The package provides the means of defining \global and (e-TeX) -\protected commands, within the framework of LaTeX's standard -\newcommand. - -%package xnewcommand-doc -Summary: Documentation for xnewcommand -Version: svn15878.1.2 - -Provides: tex-xnewcommand-doc -AutoReqProv: No - -%description xnewcommand-doc -Documentation for xnewcommand - -%package xoptarg -Provides: tex-xoptarg = %{tl_version} -License: LPPL -Summary: Expandable macros that take an optional argument -Version: svn15878.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(xoptarg.sty) = %{tl_version} - -%description xoptarg -Commands that take an optional argument are not ordinarily -expandable; this package allows such commands to be expandable -provided that they have at least one mandatory argument. - -%package xoptarg-doc -Summary: Documentation for xoptarg -Version: svn15878.1.0 - -Provides: tex-xoptarg-doc -AutoReqProv: No - -%description xoptarg-doc -Documentation for xoptarg - -%package xpatch -Provides: tex-xpatch = %{tl_version} -License: LPPL 1.3 -Summary: Extending etoolbox patching commands -Version: svn54563 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(expl3.sty) -Requires: tex(xparse.sty) -Requires: tex(etoolbox.sty) -Provides: tex(xpatch.sty) = %{tl_version} - -%description xpatch -The package generalises the macro patching commands provided by -Philipp Lehmann's etoolbox. - -%package xpatch-doc -Summary: Documentation for xpatch -Version: svn54563 -Provides: tex-xpatch-doc -AutoReqProv: No - -%description xpatch-doc -Documentation for xpatch - -%package xpeek -Provides: tex-xpeek = %{tl_version} -License: LPPL 1.3 -Summary: Define commands that peek ahead in the input stream -Version: svn27442.0.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(expl3.sty) -Requires: tex(xparse.sty) -Provides: tex(xpeek.sty) = %{tl_version} - -%description xpeek -The package provides tools to help define commands that, like -\xspace and the LaTeX command \textit, peek at what follows -them in the command stream and choose appropriate behaviour. - -%package xpeek-doc -Summary: Documentation for xpeek -Version: svn27442.0.2 - -Provides: tex-xpeek-doc -AutoReqProv: No - -%description xpeek-doc -Documentation for xpeek - -%package xprintlen -Provides: tex-xprintlen = %{tl_version} -License: LPPL 1.3 -Summary: Print TeX lengths in a variety of units -Version: svn35928.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(fp.sty) -Provides: tex(xprintlen.sty) = %{tl_version} - -%description xprintlen -The package defines a command, \printlen, to print TeX lengths -in a variety of units. It can handle all units supported by -TeX. The package requires that a reasonably up to date version -of the fp package be installed on you system. - -%package xprintlen-doc -Summary: Documentation for xprintlen -Version: svn35928.1.0 - -Provides: tex-xprintlen-doc -AutoReqProv: No - -%description xprintlen-doc -Documentation for xprintlen - -%package xpunctuate -Provides: tex-xpunctuate = %{tl_version} -License: LPPL 1.2 -Summary: Process trailing punctuation which may be redundant -Version: svn26641.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(xspace.sty) -Provides: tex(xpunctuate.sty) = %{tl_version} - -%description xpunctuate -The package provides commands that enable the user (or package -writer) to insert punctuation after the macro. The method is -similar to that of xspace, but goes further. The package -provides the commands \xperiod, \xcomma and \xperiodcomma, -which follow a similar procedure to that of \xspace, and insert -punctuation if and only if it is necessary. - -%package xpunctuate-doc -Summary: Documentation for xpunctuate -Version: svn26641.1.0 - -Provides: tex-xpunctuate-doc -AutoReqProv: No - -%description xpunctuate-doc -Documentation for xpunctuate - -%package xstring -Provides: tex-xstring = %{tl_version} -License: LPPL -Summary: String manipulation for (La)TeX -Version: svn49946 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(xstring.sty) = %{tl_version} -Provides: tex(xstring.tex) = %{tl_version} - -%description xstring -The package provides macros for manipulating strings -- testing -a string's contents, extracting substrings, substitution of -substrings and providing numbers such as string length, -position of, or number of recurrences of, a substring. The -package works equally in Plain TeX and LaTeX (though e-TeX is -always required). The strings to be processed may contain -(expandable) macros. - -%package xstring-doc -Summary: Documentation for xstring -Version: svn49946 -Provides: tex-xstring-doc -AutoReqProv: No - -%description xstring-doc -Documentation for xstring - -%package xtab -Provides: tex-xtab = %{tl_version} -License: LPPL -Summary: Break tables across pages -Version: svn23347.2.3f - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(xtab.sty) = %{tl_version} - -%description xtab -Xtab is an extended and somewhat improved version of -supertabular; its xtabular environment provides tables that -break across pages. - -%package xtab-doc -Summary: Documentation for xtab -Version: svn23347.2.3f - -Provides: tex-xtab-doc -AutoReqProv: No - -%description xtab-doc -Documentation for xtab - -%package xwatermark -Provides: tex-xwatermark = %{tl_version} -License: LPPL 1.3 -Summary: Graphics and text watermarks on selected pages -Version: svn28090.1.5.2d - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(catoptions.sty) -# bz1197494 -Requires: tex(ltxkeys.sty) -Provides: tex(xwatermark.sty) = %{tl_version} - -%description xwatermark -The package extends the author's draftmark and the watermark -packages. - -%package xwatermark-doc -Summary: Documentation for xwatermark -Version: svn28090.1.5.2d - -Provides: tex-xwatermark-doc -AutoReqProv: No - -%description xwatermark-doc -Documentation for xwatermark - -%package xytree -Provides: tex-xytree = %{tl_version} -License: LPPL -Summary: Tree macros using XY-Pic -Version: svn15878.1.5 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(xy.sty) -Provides: tex(xytree.sty) = %{tl_version} - -%description xytree -The package provides means to draw linguistic syntactic trees -with ease and to support hopefully sufficient functionalities, -that the linguist may need. The package (of course) depends on -the XY-Pic package. - -%package xytree-doc -Summary: Documentation for xytree -Version: svn15878.1.5 - -Provides: tex-xytree-doc -AutoReqProv: No - -%description xytree-doc -Documentation for xytree - -%package yafoot -Provides: tex-yafoot = %{tl_version} -License: LPPL -Summary: A bundle of miscellaneous footnote packages -Version: svn48568 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(dblfnote.sty) = %{tl_version} -Provides: tex(fnpos.sty) = %{tl_version} -Provides: tex(pfnote.sty) = %{tl_version} - -%description yafoot -Contains three packages: - pfnote to number footnotes per page; -- fnpos to control the position of footnotes; and - dblfnote to -make footnotes double-columned. - -%package yafoot-doc -Summary: Documentation for yafoot -Version: svn48568 -Provides: tex-yafoot-doc -AutoReqProv: No - -%description yafoot-doc -Documentation for yafoot - -%package yagusylo -Provides: tex-yagusylo = %{tl_version} -License: LPPL -Summary: A symbol loader -Version: svn29803.1.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(xifthen.sty) -Requires: tex(suffix.sty) -Requires: tex(xargs.sty) -Requires: tex(xcolor.sty) -Provides: tex(yagusylo.cfg) = %{tl_version} -Provides: tex(yagusylo.sty) = %{tl_version} - -%description yagusylo -The name is by way of being an acronym for "Yet Another Grand -Unified Symbols Loader"... The package allows the user to -access a symbol without loading the package that usually -provides it; this has the advantage of avoiding the name -clashes that so commonly trouble those who load symbol- -packages. - -%package yagusylo-doc -Summary: Documentation for yagusylo -Version: svn29803.1.2 - -Provides: tex-yagusylo-doc -AutoReqProv: No - -%description yagusylo-doc -Documentation for yagusylo - -%package ydoc -Provides: tex-ydoc = %{tl_version} -License: LPPL 1.3 -Summary: Macros for documentation of LaTeX classes and packages -Version: svn26202.0.6alpha - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(hyperref.sty) -Requires: tex(needspace.sty) -Requires: tex(xcolor.sty) -Requires: tex(listings.sty) -Requires: tex(shortvrb.sty) -Requires: tex(etoolbox.sty) -Requires: tex(xspace.sty) -Requires: tex(url.sty) -Requires: tex(float.sty) -Requires: tex(svn-prov.sty) -Requires: tex(newverbs.sty) -Provides: tex(ydocincl.tex) = %{tl_version} -Provides: tex(ydocstrip.tex) = %{tl_version} -Provides: tex(ydoc-code.sty) = %{tl_version} -Provides: tex(ydoc-desc.sty) = %{tl_version} -Provides: tex(ydoc-doc.sty) = %{tl_version} -Provides: tex(ydoc-expl.sty) = %{tl_version} -Provides: tex(ydoc.cfg) = %{tl_version} -Provides: tex(ydoc.cls) = %{tl_version} -Provides: tex(ydoc.sty) = %{tl_version} - -%description ydoc -The package provides macros and environments to document LaTeX -packages and classes. It is an (as yet unfinished) alternative -to the ltxdoc class and the doc or xdoc packages. The aim is to -provide a different layout and more modern styles (using the -xcolor, hyperref packages, etc.) This is an alpha release, and -should probably not (yet) be used with other packages, since -the implementation might change. Nevertheless, the author uses -it to document his own packages. - -%package ydoc-doc -Summary: Documentation for ydoc -Version: svn26202.0.6alpha - -Provides: tex-ydoc-doc -AutoReqProv: No - -%description ydoc-doc -Documentation for ydoc - -%package zed-csp -Provides: tex-zed-csp = %{tl_version} -License: Zed -Summary: Typesetting Z and CSP format specifications -Version: svn17258.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(zed-csp.sty) = %{tl_version} - -%description zed-csp -The package supports real-time CSP and incorporates the -functionality of Spivey's original Z package, written for LaTeX -2.09. - -%package zed-csp-doc -Summary: Documentation for zed-csp -Version: svn17258.0 - -Provides: tex-zed-csp-doc -AutoReqProv: No - -%description zed-csp-doc -Documentation for zed-csp - -%package ziffer -Provides: tex-ziffer = %{tl_version} -License: LPPL -Summary: Conversion of punctuation in maths mode -Version: svn32279.2.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(ziffer.sty) = %{tl_version} - -%description ziffer -The package modifies the behaviour of characters in maths mode -so that: '.' is used as a one-thousand separator (as is common -in Germany) ',' is used as a decimal separator (as is common in -Germany) '--' is represented with spacing as appropriate to -such constructs as '1.000,--'. These conversions may be -switched on and off. - -%package ziffer-doc -Summary: Documentation for ziffer -Version: svn32279.2.1 - -Provides: tex-ziffer-doc -AutoReqProv: No - -%description ziffer-doc -Documentation for ziffer - -%package zwgetfdate -Provides: tex-zwgetfdate = %{tl_version} -License: LPPL 1.3 -Summary: Get package or file date -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(zwgetfdate.sty) = %{tl_version} - -%description zwgetfdate -The package can fetch the date declaration of packages and -files used by a document, and then provide the information in -macros. The facilities provide a means of obtaining the date of -a package being documented; this is mainly of use when -doc/docstrip. - -%package zwgetfdate-doc -Summary: Documentation for zwgetfdate -Version: svn15878.0 - -Provides: tex-zwgetfdate-doc -AutoReqProv: No - -%description zwgetfdate-doc -Documentation for zwgetfdate - -%package zwpagelayout -Provides: tex-zwpagelayout = %{tl_version} -License: LPPL -Summary: Page layout and crop-marks -Version: svn53965 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifpdf.sty) -Requires: tex(ifxetex.sty) -Requires: tex(kvoptions.sty) -Requires: tex(color.sty) -Provides: tex(zwpagelayout.sty) = %{tl_version} - -%description zwpagelayout -This package was developed as a typographers' toolbox offering -important basic features for everyday work. It allows setting -the paper size and the page layout; it can print crop marks; -and it can reflect pages both horizontally and vertically. The -package facilities work with TeX (output via dvips or -(x)dvipdfm(x)), and with pdfTeX. - -%package zwpagelayout-doc -Summary: Documentation for zwpagelayout -Version: svn53965 -Provides: tex-zwpagelayout-doc -AutoReqProv: No - -%description zwpagelayout-doc -Documentation for zwpagelayout - -%package collection-luatex -Summary: LuaTeX packages -Version: svn54741 +Requires: texlive-kpathsea +Provides: tex(anyfontsize.sty) = %{epoch}:%{source_date}-%{release} + +%description anyfontsize +The package allows the to user select any font size (via e.g. +\fontsize{...}{...}\selectfont), even those sizes that are not +listed in the .fd file. If such a size is requested, LaTeX will +search for and select the nearest listed size; anyfontsize will +then scale the font to the size actually requested. Similar +functionality is available for the CM family, for the EC +family, or for either computer modern encoding; the present +package generalises the facility. + +%package collection-htmlxml +Summary: HTML/SGML/XML support +BuildArch: noarch Requires: texlive-base Requires: texlive-collection-basic -Requires: texlive-addliga -Requires: texlive-auto-pst-pdf-lua -Requires: texlive-barracuda -Requires: texlive-bezierplot -Requires: texlive-checkcites -Requires: texlive-chickenize -Requires: texlive-combofont -Requires: texlive-cstypo -Requires: texlive-ctablestack -Requires: texlive-emoji -Requires: texlive-emojicite -Requires: texlive-enigma -Requires: texlive-interpreter -Requires: texlive-kanaparser -Requires: texlive-lua-uca -Requires: texlive-lua-ul -Requires: texlive-lua-visual-debug -Requires: texlive-luacode -Requires: texlive-luacolor -Requires: texlive-luahyphenrules -Requires: texlive-luaimageembed -Requires: texlive-luaindex -Requires: texlive-luainputenc -Requires: texlive-luaintro-doc -Requires: texlive-lualatex-doc-doc -Requires: texlive-lualatex-math -Requires: texlive-lualatex-truncate -Requires: texlive-lualibs -Requires: texlive-luamplib -Requires: texlive-luaotfload -Requires: texlive-luapackageloader -Requires: texlive-luarandom -Requires: texlive-luatex85 -Requires: texlive-luatexbase -Requires: texlive-luatexko -Requires: texlive-luatextra -Requires: texlive-luavlna -Requires: texlive-luaxml -Requires: texlive-nodetree -Requires: texlive-odsfile -Requires: texlive-optex -Requires: texlive-pdfarticle -Requires: texlive-placeat -Requires: texlive-plantuml -Requires: texlive-selnolig -Requires: texlive-spelling -Requires: texlive-typewriter - -%description collection-luatex -Packages for LuaTeX, a Unicode-aware extension of pdfTeX, using -Lua as an embedded scripting and extension language. -http://luatex.org/ - -%package enigma -Provides: tex-enigma = %{tl_version} -License: BSD -Summary: Encrypt documents with a three rotor Enigma -Version: svn29802.0.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(luatexbase.sty) -Provides: tex(enigma.sty) = %{tl_version} -Provides: tex(enigma.tex) = %{tl_version} - -%description enigma -The package provides historical encryption (Enigma cipher) for -LuaTeX-based formats. - -%package enigma-doc -Summary: Documentation for enigma -Version: svn29802.0.1 - -Provides: tex-enigma-doc -AutoReqProv: No - -%description enigma-doc -Documentation for enigma - -%package interpreter -Provides: tex-interpreter = %{tl_version} -License: LPPL -Summary: Translate input files on the fly -Version: svn27232.1.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(interpreter.sty) = %{tl_version} -Provides: tex(interpreter.tex) = %{tl_version} - -%description interpreter -The package preprocesses input files to a Lua(La)TeX run, on -the fly. The user defines Lua regular expressions to search for -patterns and modify input lines (or entire paragraphs) -accordingly, before TeX reads the material. In this way, -documents may be prepared in a non-TeX language (e.g., some -lightweight markup language) and turned into 'proper' TeX for -processing. The source of the documentation is typed in such a -lightweight language and is thus easily readable in a text -editor (the PDF file is also available, of course); the -transformation to TeX syntax via Interpreter's functions is -explained in the documentation itself. Interpreter is -implemented using the author's gates (lua version), and works -for plain TeX and LaTeX, but not ConTeXt. - -%package interpreter-doc -Summary: Documentation for interpreter -Version: svn27232.1.2 - -Provides: tex-interpreter-doc -AutoReqProv: No - -%description interpreter-doc -Documentation for interpreter - -%package lua-check-hyphen -Provides: tex-lua-check-hyphen = %{tl_version} -License: MIT -Summary: Mark hyphenations in a document, for checking -Version: svn47527 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifluatex.sty) -Requires: tex(luatexbase-attr.sty) -Requires: tex(luatextra.sty) -Requires: tex(keyval.sty) -Provides: tex(lua-check-hyphen.sty) = %{tl_version} - -%description lua-check-hyphen -The package looks at all hyphenation breaks in the document, -comparing them against a white-list prepared by the author. If -a hyphenation break is found, for which there is no entry in -the white-list, the package flags the line where the break -starts. The author may then either add the hyphenation to the -white-list, or adjust the document to avoid the break. - -%package lua-check-hyphen-doc -Summary: Documentation for lua-check-hyphen -Version: svn47527 -Provides: tex-lua-check-hyphen-doc -AutoReqProv: No - -%description lua-check-hyphen-doc -Documentation for lua-check-hyphen - -%package lua-visual-debug -Provides: tex-lua-visual-debug = %{tl_version} -License: MIT -Summary: Visual debugging with LuaLaTeX -Version: svn49634 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifluatex.sty) -Requires: tex(atbegshi.sty) -Provides: tex(lua-visual-debug.sty) = %{tl_version} - -%description lua-visual-debug -The package uses lua code to provide visible indications of -boxes, glues, kerns and penalties in the PDF output. The -package is known to work in LaTeX and Plain TeX documents. - -%package lua-visual-debug-doc -Summary: Documentation for lua-visual-debug -Version: svn49634 -Provides: tex-lua-visual-debug-doc -AutoReqProv: No - -%description lua-visual-debug-doc -Documentation for lua-visual-debug - -%package luabibentry -Provides: tex-luabibentry = %{tl_version} -License: LPPL 1.3 -Summary: Repeat BibTeX entries in a LuaLaTeX document body -Version: svn31783.0.1a - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifluatex.sty) -Provides: tex(luabibentry.sty) = %{tl_version} - -%description luabibentry -The package reimplements bibentry, for use in LuaLaTeX. - -%package luabibentry-doc -Summary: Documentation for luabibentry -Version: svn31783.0.1a - -Provides: tex-luabibentry-doc -AutoReqProv: No - -%description luabibentry-doc -Documentation for luabibentry - -%package luabidi -Provides: tex-luabidi = %{tl_version} -License: LPPL 1.3 -Summary: Bidi functions for LuaTeX -Version: svn54512 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(luabidi-arabmaths.def) = %{tl_version} -Provides: tex(luabidi-autofootnoterule.def) = %{tl_version} -Provides: tex(luabidi-footnotes.def) = %{tl_version} -Provides: tex(luabidi-test-arabmaths.tex) = %{tl_version} -Provides: tex(luabidi.sty) = %{tl_version} - -%description luabidi -The package attempts to emulate the XeTeX bidi package, in teh -context of LuaTeX. - -%package luabidi-doc -Summary: Documentation for luabidi -Version: svn54512 -Provides: tex-luabidi-doc -AutoReqProv: No - -%description luabidi-doc -Documentation for luabidi - -%package luacode -Provides: tex-luacode = %{tl_version} -License: LPPL 1.3 -Summary: Helper for executing lua code from within TeX -Version: svn25193.1.2a - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifluatex.sty) -Requires: tex(luatexbase.sty) -Provides: tex(luacode.sty) = %{tl_version} - -%description luacode -Executing Lua code from within TeX with directlua can sometimes -be tricky: there is no easy way to use the percent character, -counting backslashes may be hard, and Lua comments don't work -the way you expect. The package provides the \luaexec command -and the luacode(*) environments to help with these problems. - -%package luacode-doc -Summary: Documentation for luacode -Version: svn25193.1.2a - -Provides: tex-luacode-doc -AutoReqProv: No - -%description luacode-doc -Documentation for luacode - -%package luaindex -Provides: tex-luaindex = %{tl_version} -License: LPPL 1.3 -Summary: Create index using lualatex -Version: svn25882.0.1b - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifluatex.sty) -Requires: tex(luatexbase-compat.sty) -Requires: tex(luatexbase-modutils.sty) -Requires: tex(scrbase.sty) -Provides: tex(luaindex.sty) = %{tl_version} - -%description luaindex -Luaindex provides (yet another) index processor, written in -Lua. - -%package luaindex-doc -Summary: Documentation for luaindex -Version: svn25882.0.1b - -Provides: tex-luaindex-doc -AutoReqProv: No - -%description luaindex-doc -Documentation for luaindex - -%package luainputenc -Provides: tex-luainputenc = %{tl_version} -License: Public Domain -Summary: Replacing inputenc for use in LuaTeX -Version: svn20491.0.973 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifluatex.sty) -Requires: tex(ifxetex.sty) -Requires: tex(inputenc.sty) -Requires: tex(luatexbase.sty) -Provides: tex(luainputenc.sty) = %{tl_version} -Provides: tex(lutf8.def) = %{tl_version} -Provides: tex(lutf8x.def) = %{tl_version} - -%description luainputenc -LuaTeX operates by default in UTF-8 input; thus LaTeX documents -that need 8-bit character-sets need special treatment. (In -fact, LaTeX documents using UTF-8 with "traditional" -- 256- -glyph -- fonts also need support from this package.) The -package, therefore, replaces the LaTeX standard inputenc for -use under LuaTeX. With a current LuaTeX,the package has the -same behaviour with LuaTeX as inputenc has under pdfTeX. - -%package luainputenc-doc -Summary: Documentation for luainputenc -Version: svn20491.0.973 - -Provides: tex-luainputenc-doc -AutoReqProv: No - -%description luainputenc-doc -Documentation for luainputenc - -%package luaintro-doc -Summary: Documentation for luaintro -Version: svn35490.0.03 - -Provides: tex-luaintro-doc -AutoReqProv: No - -%description luaintro-doc -Documentation for luaintro - -%package lualatex-doc-doc -Summary: Documentation for lualatex-doc -Version: svn30473.0 - -Provides: tex-lualatex-doc-doc -AutoReqProv: No - -%description lualatex-doc-doc -Documentation for lualatex-doc - -%package lualatex-math -Provides: tex-lualatex-math = %{tl_version} -License: LPPL 1.3 -Summary: Fixes for mathematics-related LuaLaTeX issues -Version: svn52663 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(expl3.sty) -Requires: tex(etoolbox.sty) -Requires: tex(luatexbase.sty) -Requires: tex(filehook.sty) -Provides: tex(lualatex-math.sty) = %{tl_version} - -%description lualatex-math -The package patches a few commands of the LaTeX2e kernel and -the amsmath and mathtools packages to be more compatible with -the LuaTeX engine. It is only meaningful for LuaLaTeX documents -containing mathematical formulas, and does not exhibit any new -functionality. The fixes are mostly moved from the unicode-math -package to this package since they are not directly related to -Unicode mathematics typesetting. - -%package lualatex-math-doc -Summary: Documentation for lualatex-math -Version: svn52663 -Provides: tex-lualatex-math-doc -AutoReqProv: No - -%description lualatex-math-doc -Documentation for lualatex-math - -%package lualibs -Provides: tex-lualibs = %{tl_version} -License: GPLv2+ -Summary: Additional Lua functions for LuaTeX macro programmers -Version: svn53682 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description lualibs -Lualibs is a collection of Lua modules useful for general -programming. The bundle is based on lua modules shipped with -ConTeXt, and are made available in this bundle for use -independent of ConTeXt. - -%package lualibs-doc -Summary: Documentation for lualibs -Version: svn53682 -Provides: tex-lualibs-doc -AutoReqProv: No - -%description lualibs-doc -Documentation for lualibs - -%package luamplib -Provides: tex-luamplib = %{tl_version} -License: GPLv2+ -Summary: Use LuaTeX's built-in MetaPost interpreter -Version: svn53904 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(luatexbase-modutils.sty) -Provides: tex(luamplib.sty) = %{tl_version} - -%description luamplib -The package enables the user to specify MetaPost diagrams -(which may include colour specifications from the color or -xcolor packages) into a document, using LuaTeX's built-in -MetaPost library. The facility is only available in PDF mode. - -%package luamplib-doc -Summary: Documentation for luamplib -Version: svn53904 -Provides: tex-luamplib-doc -AutoReqProv: No - -%description luamplib-doc -Documentation for luamplib - -%package luasseq -Provides: tex-luasseq = %{tl_version} -License: LPPL -Summary: Drawing spectral sequences in LuaLaTeX -Version: svn37877.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Requires: tex(calc.sty) -Requires: tex(pifont.sty) -Requires: tex(pgf.sty) -Requires: tex(xkeyval.sty) -Provides: tex(luasseq.sty) = %{tl_version} - -%description luasseq -The package is an update of the author's sseq package, for use -with LuaLaTeX. This version uses less memory, and operates -faster than the original; it also offers several enhancements. - -%package luasseq-doc -Summary: Documentation for luasseq -Version: svn37877.0 - -Provides: tex-luasseq-doc -AutoReqProv: No - -%description luasseq-doc -Documentation for luasseq - -%package luatexbase -Provides: tex-luatexbase = %{tl_version} -License: Public Domain -Summary: Basic resource management for LuaTeX code -Version: svn52663 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-ctablestack -Requires: tex(ifluatex.sty) -Requires: tex(etex.sty) -Provides: tex(luatexbase-attr.sty) = %{tl_version} -Provides: tex(luatexbase-cctb.sty) = %{tl_version} -Provides: tex(luatexbase-compat.sty) = %{tl_version} -Provides: tex(luatexbase-loader.sty) = %{tl_version} -Provides: tex(luatexbase-mcb.sty) = %{tl_version} -Provides: tex(luatexbase-modutils.sty) = %{tl_version} -Provides: tex(luatexbase-regs.sty) = %{tl_version} -Provides: tex(luatexbase.sty) = %{tl_version} - -%description luatexbase -The LaTeX kernel (LaTeX2e 2015/10/01 onward) builds in support -for LuaTeX functionality, also available as ltluatex.tex for -users of plain TeX and those with older LaTeX kernel -implementations. This support is based on ideas taken from the -original luatexbase package, but there are interface -differences. This 'stub' package provides a compatibility layer -to allow existing packages to upgrade smoothly to the new -support structure. - -%package luatexbase-doc -Summary: Documentation for luatexbase -Version: svn52663 -Provides: tex-luatexbase-doc -AutoReqProv: No - -%description luatexbase-doc -Documentation for luatexbase - -%package luatexko -Provides: tex-luatexko = %{tl_version} -License: LPPL 1.3 -Summary: Typeset Korean with Lua(La)TeX -Version: svn54438 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-cjk-ko -Requires: tex(luaotfload.sty) -Requires: tex(fontspec.sty) -Requires: tex(everysel.sty) -Requires: tex(kolabels-utf.sty) -Requires: tex(konames-utf.sty) -Provides: tex(luatexko.sty) = %{tl_version} - -%description luatexko -This is a Lua(La)TeX macro package that supports typesetting -Korean documents including Old Hangul texts. As LuaTeX has -opened up access to almost all the hidden routines of TeX -engine, users can obtain more beautiful outcome using this -package rather than other Hangul macros operating on other -engines. LuaTeX version 1.10+ and luaotfload version 2.96+ are -required for this package to run. This package also requires -the cjk-ko package for its full functionality. - -%package luatexko-doc -Summary: Documentation for luatexko -Version: svn54438 -Provides: tex-luatexko-doc -AutoReqProv: No - -%description luatexko-doc -Documentation for luatexko - -%package luatextra -Provides: tex-luatextra = %{tl_version} -License: Public Domain -Summary: Additional macros for Plain TeX and LaTeX in LuaTeX -Version: svn20747.1.0.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifluatex.sty) -Requires: tex(fontspec.sty) -Requires: tex(luatexbase.sty) -Requires: tex(metalogo.sty) -Requires: tex(luacode.sty) -Requires: tex(fixltx2e.sty) -Provides: tex(luatextra.sty) = %{tl_version} - -%description luatextra -The package provides a coherent extended programming -environment for use with luaTeX. It loads packages fontspec, -luatexbase and lualibs, and provides additional user-level -features and goodies. The package is under development, and its -specification may be expected to change. - -%package luatextra-doc -Summary: Documentation for luatextra -Version: svn20747.1.0.1 - -Provides: tex-luatextra-doc -AutoReqProv: No - -%description luatextra-doc -Documentation for luatextra - -%package luatodonotes -Provides: tex-luatodonotes = %{tl_version} -License: LPPL 1.2 -Summary: Add editing annotations in a LuaLaTeX document -Version: svn53825 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifluatex.sty) -Requires: tex(ifthen.sty) -Requires: tex(xkeyval.sty) -Requires: tex(xcolor.sty) -Requires: tex(tikz.sty) -Requires: tex(luacode.sty) -Requires: tex(atbegshi.sty) -Requires: tex(xstring.sty) -Requires: tex(zref-abspage.sty) -Requires: tex(ifoddpage.sty) -Requires: tex(soul.sty) -Requires: tex(soulpos.sty) -Provides: tex(luatodonotes.sty) = %{tl_version} - -%description luatodonotes -The package allows the user to insert comments into a document -that suggest (for example) further editing that may be needed. -The comments are shown in the margins alongside the text; -different styles for the comments may be used; the styles are -selected using package options. The package is based on the -package todonotes, and depends heavily on Lua, so it can only -be used with LuaLaTeX. - -%package luatodonotes-doc -Summary: Documentation for luatodonotes -Version: svn53825 -Provides: tex-luatodonotes-doc -AutoReqProv: No - -%description luatodonotes-doc -Documentation for luatodonotes - -%package luaxml -Provides: tex-luaxml = %{tl_version} -License: MIT -Summary: Lua library for reading and serialising XML files -Version: svn52137 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description luaxml -LuaXML is pure lua library for reading and serializing of the -XML files. Current release is aimed mainly as support for the -odsfile package. The documentation was created by automatic -conversion of original documentation in the source code. - -%package luaxml-doc -Summary: Documentation for luaxml -Version: svn52137 -Provides: tex-luaxml-doc -AutoReqProv: No - -%description luaxml-doc -Documentation for luaxml - -%package odsfile -Provides: tex-odsfile = %{tl_version} -License: LPPL 1.3 -Summary: Read OpenDocument Spreadsheet documents as LaTeX tables -Version: svn38449 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(luacode.sty) -Requires: tex(xkeyval.sty) -Provides: tex(odsfile.sty) = %{tl_version} - -%description odsfile -The distribution includes a package and a lua library that can -together read OpenDocument spreadsheet documents as LaTeX -tables. Cells in the tables may be processed by LaTeX macros, -so that (for example) the package may be used for drawing some -plots. The package uses lua's zip library. - -%package odsfile-doc -Summary: Documentation for odsfile -Version: svn38449 - -Provides: tex-odsfile-doc -AutoReqProv: No - -%description odsfile-doc -Documentation for odsfile - -%package placeat -Provides: tex-placeat = %{tl_version} -License: LPPL 1.3 -Summary: Absolute content positioning -Version: svn45145 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(luatexbase.sty) -Requires: tex(luacode.sty) -Requires: tex(atbegshi.sty) -Requires: tex(xparse.sty) -Provides: tex(placeat.sty) = %{tl_version} - -%description placeat -The package provides commands so that the user of LuaLaTeX may -position arbitrary content at any position specified by -absolute coordinates on the page. The package draws a grid on -each page of the document, to aid positioning (the grid may be -disabled, for 'final copy' using the command \placeatsetup). - -%package placeat-doc -Summary: Documentation for placeat -Version: svn45145 -Provides: tex-placeat-doc -AutoReqProv: No - -%description placeat-doc -Documentation for placeat - -%package selnolig -Provides: tex-selnolig = %{tl_version} -License: LPPL 1.3 -Summary: Selectively disable typographic ligatures -Version: svn38721 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifluatex.sty) -Requires: tex(luatexbase.sty) -Provides: tex(selnolig-english-hyphex.sty) = %{tl_version} -Provides: tex(selnolig-english-patterns.sty) = %{tl_version} -Provides: tex(selnolig-german-hyphex.sty) = %{tl_version} -Provides: tex(selnolig-german-patterns.sty) = %{tl_version} -Provides: tex(selnolig.sty) = %{tl_version} - -%description selnolig -The package suppresses typographic ligatures selectively, i.e., -based on predefined search patterns. The search patterns focus -on ligatures deemed inappropriate because they span morpheme -boundaries. For example, the word shelfful, which is mentioned -in the TeXbook as a word for which the ff ligature might be -inappropriate, is automatically typeset as shelf\/ful rather -than as shel{ff}ul. For English and German language documents, -the package provides extensive rules for the selective -suppression of so-called "common" ligatures. These comprise the -ff, fi, fl, ffi, and ffl ligatures as well as the ft and fft -ligatures. Other f-ligatures, such as fb, fh, fj and fk, are -suppressed globally, while exceptions are made for names and -words of non-English/German origin, such as Kafka and fjord. -For English language documents, the package further provides -ligature suppression macros for a number of so-called -"discretionary" or "rare" ligatures such as ct, st, and sp. The -package requires use of a recent LuaLaTeX format (for example -those from TeX Live 2012 or 2013, or MiKTeX 2.9). - -%package selnolig-doc -Summary: Documentation for selnolig -Version: svn38721 - -Provides: tex-selnolig-doc -AutoReqProv: No - -%description selnolig-doc -Documentation for selnolig - -%package showhyphens -Provides: tex-showhyphens = %{tl_version} -License: MIT -Summary: Show all possible hyphenations in LuaLaTeX -Version: svn39787 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifluatex.sty) -Requires: tex(luatexbase.sty) -Provides: tex(showhyphens.sty) = %{tl_version} - -%description showhyphens -With this package, LuaLaTeX will indicate all possible -hyphenations in the printed output. - -%package showhyphens-doc -Summary: Documentation for showhyphens -Version: svn39787 - -Provides: tex-showhyphens-doc -AutoReqProv: No - -%description showhyphens-doc -Documentation for showhyphens - -%package spelling -Provides: tex-spelling = %{tl_version} -License: LPPL 1.3 -Summary: Support for spell-checking of LuaTeX documents -Version: svn30715.0.41 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifluatex.sty) -Requires: tex(luatexbase-modutils.sty) -Requires: tex(luatexbase-mcb.sty) -Requires: tex(luatexbase-attr.sty) -Requires: tex(atbegshi.sty) -Provides: tex(spelling.sty) = %{tl_version} - -%description spelling -The package aids spell-checking of TeX documents compiled with -the LuaTeX engine. It can give visual feedback in PDF output -similar to WYSIWYG word processors. The package relies on an -external spell-checker application to check spelling of a text -file and to output a list of bad spellings. The package should -work with most spell-checkers, even dumb, TeX-unaware ones. - -%package spelling-doc -Summary: Documentation for spelling -Version: svn30715.0.41 - -Provides: tex-spelling-doc -AutoReqProv: No - -%description spelling-doc -Documentation for spelling - -%package ucharcat -Provides: tex-ucharcat = %{tl_version} -License: LPPL -Summary: Implementation of the (new in 2015) XeTeX \Ucharcat command in lua, for LuaTeX -Version: svn38907 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(ucharcat.sty) = %{tl_version} - -%description ucharcat -The package implements the \Ucharcat command for LuaLaTeX. -\Ucharcat is a new primitive in XeTeX, an extension of the -existing \Uchar command, that allows the specification of the -catcode as well as character code of the character token being -constructed. - -%package ucharcat-doc -Summary: Documentation for ucharcat -Version: svn38907 - -Provides: tex-ucharcat-doc -AutoReqProv: No - -%description ucharcat-doc -Documentation for ucharcat - -%package commath -Provides: tex-commath = %{tl_version} -License: LPPL -Summary: Mathematics typesetting support -Version: svn15878.0.3 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Requires: tex(amsmath.sty) -Provides: tex(commath.sty) = %{tl_version} - -%description commath -Provides a range of differential, partial differential and -delimiter commands, together with a \fullfunction (function, -with both domain and range, and function operation) and various -reference commands. - -%package commath-doc -Summary: Documentation for commath -Version: svn15878.0.3 - -Provides: tex-commath-doc -AutoReqProv: No - -%description commath-doc -Documentation for commath - -%package concmath -Provides: tex-concmath = %{tl_version} -License: LPPL -Summary: Concrete Math fonts -Version: svn17219.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(exscale.sty) -Requires: tex(amsfonts.sty) -Requires: tex(amssymb.sty) -Provides: tex(concmath.sty) = %{tl_version} -Provides: tex(omlccm.fd) = %{tl_version} -Provides: tex(omlccr.fd) = %{tl_version} -Provides: tex(omsccr.fd) = %{tl_version} -Provides: tex(omsccsy.fd) = %{tl_version} -Provides: tex(omxccex.fd) = %{tl_version} -Provides: tex(ot1ccr.fd) = %{tl_version} -Provides: tex(ucca.fd) = %{tl_version} -Provides: tex(uccb.fd) = %{tl_version} - -%description concmath -A LaTeX package and font definition files to access the -Concrete mathematics fonts, which were derived from Computer -Modern math fonts using parameters from Concrete Roman text -fonts. - -%package concmath-doc -Summary: Documentation for concmath -Version: svn17219.0 - -Provides: tex-concmath-doc -AutoReqProv: No - -%description concmath-doc -Documentation for concmath - -%package concrete -Provides: tex-concrete = %{tl_version} -License: Knuth -Summary: Concrete Roman fonts -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(cccsc10.tfm) = %{tl_version} -Provides: tex(ccmi10.tfm) = %{tl_version} -Provides: tex(ccmic9.tfm) = %{tl_version} -Provides: tex(ccr10.tfm) = %{tl_version} -Provides: tex(ccr5.tfm) = %{tl_version} -Provides: tex(ccr6.tfm) = %{tl_version} -Provides: tex(ccr7.tfm) = %{tl_version} -Provides: tex(ccr8.tfm) = %{tl_version} -Provides: tex(ccr9.tfm) = %{tl_version} -Provides: tex(ccsl10.tfm) = %{tl_version} -Provides: tex(ccsl9.tfm) = %{tl_version} -Provides: tex(ccslc9.tfm) = %{tl_version} -Provides: tex(ccti10.tfm) = %{tl_version} - -%description concrete -Concrete Roman fonts, designed by Donald E. Knuth, originally -for use with Euler mathematics fonts. Alternative mathematics -fonts, based on the concrete 'parameter set' are available as -the concmath fonts bundle. LaTeX support is offered by the -beton, concmath and ccfonts packages. T1- and TS1-encoded -versions of the fonts are available in the ecc bundle, and -Adobe Type 1 versions of the ecc fonts are part of the cm-super -bundle. - -%package concrete-doc -Summary: Documentation for concrete -Version: svn15878.0 - -Provides: tex-concrete-doc -AutoReqProv: No - -%description concrete-doc -Documentation for concrete - -%package conteq -Provides: tex-conteq = %{tl_version} -License: LPPL 1.3 -Summary: Typeset multiline continued equalities -Version: svn37868.0.1.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(expl3.sty) -Requires: tex(amsmath.sty) -Requires: tex(environ.sty) -Provides: tex(conteq.sty) = %{tl_version} - -%description conteq -The package provides an environment conteq, which will lay out -systems of continued equalities (or inequalities). Several -variant layouts of the equalities are provided, and the user -may define their own. The package is written using LaTeX 3 -macros. - -%package conteq-doc -Summary: Documentation for conteq -Version: svn37868.0.1.1 - -Provides: tex-conteq-doc -AutoReqProv: No - -%description conteq-doc -Documentation for conteq - -%package ebproof -Provides: tex-ebproof = %{tl_version} -License: LPPL 1.3 -Summary: Formal proofs in the style of sequent calculus -Version: svn44392 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pgfkeys.sty) -Provides: tex(ebproof.sty) = %{tl_version} - -%description ebproof -This package provides commands to typeset proof trees in the -style of sequent calculus and related systems. The commands -allow for writing inferences with any number of premises and -alignment of successive formulas on an arbitrary point. Various -options allow complete control over spacing, styles of -inference rules, placement of labels, etc. The package requires -pgfkeys (from the PGF/TikZ bundle) for the option system. - -%package ebproof-doc -Summary: Documentation for ebproof -Version: svn44392 -Provides: tex-ebproof-doc -AutoReqProv: No - -%description ebproof-doc -Documentation for ebproof - -%package eqnarray -Provides: tex-eqnarray = %{tl_version} -License: GPLv3+ -Summary: More generalised equation arrays with numbering -Version: svn20641.1.3 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(array.sty) -Provides: tex(eqnarray.sty) = %{tl_version} - -%description eqnarray -Defines an equationarray environment, that allows more than -three columns, but otherwise behaves like LaTeX's eqnarray -environment. This environment is similar, in some ways, to the -align environment of amsmath. The package requires the array -package. - -%package eqnarray-doc -Summary: Documentation for eqnarray -Version: svn20641.1.3 - -Provides: tex-eqnarray-doc -AutoReqProv: No - -%description eqnarray-doc -Documentation for eqnarray - -%package extarrows -Provides: tex-extarrows = %{tl_version} -License: LGPLv2+ -Summary: Extra Arrows beyond those provided in AMSmath -Version: svn54400 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(amsmath.sty) -Provides: tex(extarrows.sty) = %{tl_version} - -%description extarrows -Arrows are provided to supplement \xleftarrow and \xrightarrow -of the AMSMath package: \xlongequal, \xLongleftarrow, -\xLongrightarrow, \xLongleftrightarrow, \xLeftrightarrow. -\xlongleftrightarrow, \xleftrightarrow, \xlongleftarrow and -\xlongrightarrow. - -%package extarrows-doc -Summary: Documentation for extarrows -Version: svn54400 -Provides: tex-extarrows-doc -AutoReqProv: No - -%description extarrows-doc -Documentation for extarrows - -%package extpfeil -Provides: tex-extpfeil = %{tl_version} -License: LPPL 1.3 -Summary: Extensible arrows in mathematics -Version: svn16243.0.4 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(amsmath.sty) -Requires: tex(amssymb.sty) -Requires: tex(mathtools.sty) -Requires: tex(stmaryrd.sty) -Provides: tex(extpfeil.sty) = %{tl_version} - -%description extpfeil -The package provides some more extensible arrows (usable in the -same way as \xleftarrow from amsmath), and a simple command to -create new ones. - -%package extpfeil-doc -Summary: Documentation for extpfeil -Version: svn16243.0.4 - -Provides: tex-extpfeil-doc -AutoReqProv: No - -%description extpfeil-doc -Documentation for extpfeil - -%package faktor -Provides: tex-faktor = %{tl_version} -License: LPPL -Summary: Typeset quotient structures with LaTeX -Version: svn15878.0.1b - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(faktor.sty) = %{tl_version} - -%description faktor -The package provides the means to typeset factor structures, as -are used in many areas of algebraic notation. The structure is -similar to the 'A/B' that is provided by the nicefrac package -(part of the units distribution), and by the xfrac package; the -most obvious difference is that the numerator and denominator's -sizes do not change in the \faktor command. - -%package faktor-doc -Summary: Documentation for faktor -Version: svn15878.0.1b - -Provides: tex-faktor-doc -AutoReqProv: No - -%description faktor-doc -Documentation for faktor - -%package grundgesetze -Provides: tex-grundgesetze = %{tl_version} -License: GPLv2+ -Summary: Typeset Frege's Grundgesetze der Arithmetik -Version: svn34439.1.02 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(kvoptions.sty) -Requires: tex(bguq.sty) -Provides: tex(grundgesetze.sty) = %{tl_version} - -%description grundgesetze -The package defines maths mode commands for typesetting Gottlob -Frege's concept-script in the style of his "Grundgesetze der -Arithmetik" (Basic Laws of Arithmetic). - -%package grundgesetze-doc -Summary: Documentation for grundgesetze -Version: svn34439.1.02 - -Provides: tex-grundgesetze-doc -AutoReqProv: No - -%description grundgesetze-doc -Documentation for grundgesetze - -%package interval -Provides: tex-interval = %{tl_version} -License: LPPL 1.3 -Summary: Format mathematical intervals, ensuring proper spacing -Version: svn50265 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pgfkeys.sty) -Provides: tex(interval.sty) = %{tl_version} - -%description interval -When typing an open interval as $]a,b[$, a closing bracket is -being used in place of an opening fence and vice versa. This -leads to the wrong spacing in, say, $]-a,b[$ or $A\in]a,b[=B$. -The package attempts to solve this using: \interval{a}{b} -> -[a,b] \interval[open]{a}{b} -> ]a,b[ \interval[open left]{a}{b} --> ]a,b] The package also supports fence scaling and ensures -that the enclosing fences will end up having the proper closing -and opening types. TeX maths does not do this job properly. - -%package interval-doc -Summary: Documentation for interval -Version: svn50265 -Provides: tex-interval-doc -AutoReqProv: No - -%description interval-doc -Documentation for interval - -%package ionumbers -Provides: tex-ionumbers = %{tl_version} -License: GPL+ -Summary: Restyle numbers in maths mode -Version: svn33457.0.3.3 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(keyval.sty) -Provides: tex(ionumbers.sty) = %{tl_version} - -%description ionumbers -'ionumbers' stands for 'input/output numbers'. The package -restyles numbers in maths mode. If a number in the input file -is written, e.g., as $3,231.44$ as commonly used in English -texts, the package is able to restyle it to be output as -$3\,231{,}44$ as commonly used in German texts (and vice -versa). This may be useful, for example, if you have a large -table and want to include it in texts with different output -conventions without the need to change the table. The package -can also automatically group digits left of the decimal -separator (thousands) and right of the decimal separator -(thousandths) in triplets without the need of specifing commas -(English) or points (German) as separators. E.g., the input -$1234.567890$ can be output as $1\,234.\,567\,890$. Finally, an -e starts the exponent of the number. For example, $21e6$ may be -output as $26\times10\,^{6}$. - -%package ionumbers-doc -Summary: Documentation for ionumbers -Version: svn33457.0.3.3 - -Provides: tex-ionumbers-doc -AutoReqProv: No - -%description ionumbers-doc -Documentation for ionumbers - -%package isomath -Provides: tex-isomath = %{tl_version} -License: LPPL -Summary: Mathematics style for science and technology -Version: svn27654.0.6.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(fixmath.sty) -Requires: tex(kvoptions.sty) -Provides: tex(isomath.sty) = %{tl_version} - -%description isomath -The package provides tools for a mathematical style that -conforms to the International Standard ISO 80000-2 and is -common in science and technology. It changes the default shape -of capital Greek letters to italic, sets up bold italic and -sans-serif bold italic math alphabets with Latin and Greek -characters, and defines macros for markup of vector, matrix and -tensor symbols. - -%package isomath-doc -Summary: Documentation for isomath -Version: svn27654.0.6.1 - -Provides: tex-isomath-doc -AutoReqProv: No - -%description isomath-doc -Documentation for isomath - -%package logicproof -Provides: tex-logicproof = %{tl_version} -License: LPPL 1.3 -Summary: Box proofs for propositional and predicate logic -Version: svn33254.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(array.sty) -Requires: tex(ifthen.sty) -Provides: tex(logicproof.sty) = %{tl_version} - -%description logicproof -A common style of proof used in propositional and predicate -logic is Fitch proofs, in which each line of the proof has a -statement and a justification, and subproofs within a larger -proof have boxes around them. The package provides environments -for typesetting such proofs and boxes. It creates proofs in a -style similar to that used in "Logic in Computer Science" by -Huth and Ryan. - -%package logicproof-doc -Summary: Documentation for logicproof -Version: svn33254.0 - -Provides: tex-logicproof-doc -AutoReqProv: No - -%description logicproof-doc -Documentation for logicproof - -%package lpform -Provides: tex-lpform = %{tl_version} -License: LPPL -Summary: Typesetting linear programming formulations and sets of equations -Version: svn36918.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(lpform.sty) = %{tl_version} - -%description lpform -The package is designed to aid the author writing linear -programming formulations, one restriction at a time. With the -package, one can easily label equations, formulations can span -multiple pages and several elements of the layout (such as -spacing, texts and equation tags) are also customizable. -Besides linear programming formulations, this package can also -be used to display any series of aligned equations with easy -labeling/referencing and other customization options. - -%package lpform-doc -Summary: Documentation for lpform -Version: svn36918.0 - -Provides: tex-lpform-doc -AutoReqProv: No - -%description lpform-doc -Documentation for lpform - -%package lplfitch -Provides: tex-lplfitch = %{tl_version} -License: LPPL 1.3 -Summary: Fitch-style natural deduction proofs -Version: svn31077.0.9 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(lplfitch.sty) = %{tl_version} - -%description lplfitch -The package provides macros for typesetting natural deduction -proofs in "Fitch" style, with subproofs indented and offset by -scope lines. The proofs from use of the package are in the -format used in the textbook Language, Proof, and Logic by Dave -Barker-Plummer, Jon Barwise, and John Etchemendy. - -%package lplfitch-doc -Summary: Documentation for lplfitch -Version: svn31077.0.9 - -Provides: tex-lplfitch-doc -AutoReqProv: No - -%description lplfitch-doc -Documentation for lplfitch - -%package mathcomp -Provides: tex-mathcomp = %{tl_version} -License: LPPL -Summary: Text symbols in maths mode -Version: svn15878.0.1f - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(textcomp.sty) -Provides: tex(mathcomp.sty) = %{tl_version} - -%description mathcomp -A package which provides access to some interesting characters -of the Text Companion fonts (TS1 encoding) in maths mode. - -%package mathcomp-doc -Summary: Documentation for mathcomp -Version: svn15878.0.1f - -Provides: tex-mathcomp-doc -AutoReqProv: No - -%description mathcomp-doc -Documentation for mathcomp - -%package mattens -Provides: tex-mattens = %{tl_version} -License: LPPL -Summary: Matrices/tensor typesetting -Version: svn17582.1.3 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(amsmath.sty) -Provides: tex(mattens.sty) = %{tl_version} - -%description mattens -The mattens package contains the definitions to typeset -matrices, vectors and tensors as used in the engineering -community for the representation of common vectors and tensors -such as forces, velocities, moments of inertia, etc. - -%package mattens-doc -Summary: Documentation for mattens -Version: svn17582.1.3 - -Provides: tex-mattens-doc -AutoReqProv: No - -%description mattens-doc -Documentation for mattens - -%package mhequ -Provides: tex-mhequ = %{tl_version} -License: Public Domain -Summary: Multicolumn equations, tags, labels, sub-numbering -Version: svn38224.1.7 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(mhequ.sty) = %{tl_version} - -%description mhequ -MHequ simplifies creating multi-column equation environments, -and tagging the equations therein. It supports sub-numbers of -blocks of equations (like (1.2a), (1.2b), etc) and references -to each equation individually (1.2a) or to the whole block -(1.2). The labels can be shown in draft mode. Comments in the -package itself describe usage. - -%package mhequ-doc -Summary: Documentation for mhequ -Version: svn38224.1.7 - -Provides: tex-mhequ-doc -AutoReqProv: No - -%description mhequ-doc -Documentation for mhequ - -%package multiobjective -Provides: tex-multiobjective = %{tl_version} -License: LPPL -Summary: Symbols for multiobjective optimisation etc -Version: svn15878.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(amssymb.sty) -Provides: tex(multiobjective.sty) = %{tl_version} - -%description multiobjective -The package provides a series of operators commonly used in -papers related to multiobjective optimisation, multiobjective -evolutionary algorithms, multicriteria decision making and -similar fields. - -%package multiobjective-doc -Summary: Documentation for multiobjective -Version: svn15878.1.0 - -Provides: tex-multiobjective-doc -AutoReqProv: No - -%description multiobjective-doc -Documentation for multiobjective - -%package natded -Provides: tex-natded = %{tl_version} -License: LPPL 1.3 -Summary: Typeset natural deduction proofs -Version: svn32693.0.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(natded.sty) = %{tl_version} - -%description natded -The package provides commands to typeset proofs in the style -used by Jaskowski, or that of Kalish and Montague. - -%package natded-doc -Summary: Documentation for natded -Version: svn32693.0.1 - -Provides: tex-natded-doc -AutoReqProv: No - -%description natded-doc -Documentation for natded - -%package nath -Provides: tex-nath = %{tl_version} -License: GPL+ -Summary: Natural mathematics notation -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(nath.sty) = %{tl_version} - -%description nath -Nath is a LaTeX (both 2e and 2.09) style to separate -presentation and content in mathematical typography. The style -delivers a particular context-dependent presentation on the -basis of a rather coarse context-independent notation. -Highlighted features: depending on the context, the command -\frac produces either built-up or case or solidus fractions, -with parentheses added whenever required for preservation of -the mathematical meaning; delimiters adapt their size to the -material enclosed, rendering \left and \right almost obsolete. - -%package nath-doc -Summary: Documentation for nath -Version: svn15878.0 - -Provides: tex-nath-doc -AutoReqProv: No - -%description nath-doc -Documentation for nath - -%package ot-tableau -Provides: tex-ot-tableau = %{tl_version} -License: LPPL -Summary: Optimality Theory tableaux in LaTeX -Version: svn44889 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xstring.sty) -Requires: tex(amssymb.sty) -Requires: tex(bbding.sty) -Requires: tex(suffix.sty) -Requires: tex(colortbl.sty) -Requires: tex(arydshln.sty) -Requires: tex(rotating.sty) -Requires: tex(tipa.sty) -Provides: tex(ot-tableau.sty) = %{tl_version} - -%description ot-tableau -The package makes it easy to create beautiful optimality- -theoretic tableaux. The LaTeX source is visually very similar -to a formatted tableau, which makes working with the source -code painless (well, less painful). A variety of stylistic -variants are available to suit personal taste. - -%package ot-tableau-doc -Summary: Documentation for ot-tableau -Version: svn44889 -Provides: tex-ot-tableau-doc -AutoReqProv: No - -%description ot-tableau-doc -Documentation for ot-tableau - -%package oubraces -Provides: tex-oubraces = %{tl_version} -License: Copyright only -Summary: Braces over and under a formula -Version: svn21833.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(oubraces.sty) = %{tl_version} - -%description oubraces -Provides a means to interleave \overbrace and \underbrace in -the same formula. - -%package oubraces-doc -Summary: Documentation for oubraces -Version: svn21833.0 - -Provides: tex-oubraces-doc -AutoReqProv: No - -%description oubraces-doc -Documentation for oubraces - -%package perfectcut -Provides: tex-perfectcut = %{tl_version} -License: LPPL 1.3 -Summary: Nested delimiters that consistently grow regardless of the contents -Version: svn54080 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(graphicx.sty) -Requires: tex(calc.sty) -Requires: tex(mathstyle.sty) -Provides: tex(perfectcut.sty) = %{tl_version} - -%description perfectcut -This package defines the command \perfectcut#1#2 which displays -a bracket <#1||#2>. Various other delimiters are similarly -defined (parentheses, square brackets ...). The effect of these -commands is to let the delimiters grow according to the number -of nested \perfectcommands (regardless of the size of the -contents). The package was originally intended for solving a -notational issue for direct-style continuation calculi in proof -theory. For general use, the package also defines commands for -defining other sorts of delimiters which will behave in the -same way (see example in the documentation). The package also -offers a robust reimplementation of \big, \bigg, etc. - -%package perfectcut-doc -Summary: Documentation for perfectcut -Version: svn54080 -Provides: tex-perfectcut-doc -AutoReqProv: No - -%description perfectcut-doc -Documentation for perfectcut - -%package prftree -Provides: tex-prftree = %{tl_version} -License: GPL+ -Summary: Macros for building proof trees -Version: svn54080 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(prftree.sty) = %{tl_version} - -%description prftree -A package to typeset proof trees for natural deduction calculi, -sequent-like calculi, and similar. - -%package prftree-doc -Summary: Documentation for prftree -Version: svn54080 -Provides: tex-prftree-doc -AutoReqProv: No - -%description prftree-doc -Documentation for prftree - -%package proba -Provides: tex-proba = %{tl_version} -License: LPPL -Summary: Shortcuts commands to symbols used in probability texts -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(amsfonts.sty) -Provides: tex(proba.sty) = %{tl_version} - -%description proba -This package includes some of the most often used commands in -probability texts, e.g. probability, expectation, variance, -etc. It also includes some short commands for set (blackboard) -or filtrations (calligraphic). It requires LaTeX2e and the -amsfonts package. - -%package proba-doc -Summary: Documentation for proba -Version: svn15878.0 - -Provides: tex-proba-doc -AutoReqProv: No - -%description proba-doc -Documentation for proba - -%package rec-thy -Provides: tex-rec-thy = %{tl_version} -License: Public Domain -Summary: Commands to typeset recursion theory papers -Version: svn50047 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(suffix.sty) -Requires: tex(ifmtarg.sty) -Requires: tex(xifthen.sty) -Requires: tex(xkeyval.sty) -Requires: tex(stmaryrd.sty) -Requires: tex(amsmath.sty) -Requires: tex(amssymb.sty) -Requires: tex(marvosym.sty) -Requires: tex(hyperref.sty) -Provides: tex(rec-thy.sty) = %{tl_version} - -%description rec-thy -The package provides many macros to express standard notation -in recursion theory (otherwise known as computability theory). - -%package rec-thy-doc -Summary: Documentation for rec-thy -Version: svn50047 -Provides: tex-rec-thy-doc -AutoReqProv: No - -%description rec-thy-doc -Documentation for rec-thy - -%package ribbonproofs -Provides: tex-ribbonproofs = %{tl_version} -License: LPPL 1.3 -Summary: Drawing ribbon proofs -Version: svn31137.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(xcolor.sty) -Requires: tex(tikz.sty) -Requires: tex(xstring.sty) -Requires: tex(etextools.sty) -Provides: tex(ribbonproofs.sty) = %{tl_version} - -%description ribbonproofs -The package provides a way to draw "ribbon proofs" in LaTeX. A -ribbon proof is a diagrammatic representation of a mathematical -proof that a computer program meets its specification. These -diagrams are more human-readable, more scalable, and more -easily modified than the corresponding textual proofs. - -%package ribbonproofs-doc -Summary: Documentation for ribbonproofs -Version: svn31137.1.0 - -Provides: tex-ribbonproofs-doc -AutoReqProv: No - -%description ribbonproofs-doc -Documentation for ribbonproofs - -%package rmathbr -Provides: tex-rmathbr = %{tl_version} -License: LPPL 1.3 -Summary: Repeating of math operator at the broken line and the new line in inline equations -Version: svn40415 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifetex.sty) -Requires: tex(mathstyle.sty) -Provides: tex(rmathbr.sty) = %{tl_version} - -%description rmathbr -Repeating of math operators at the broken line and the new line -in inline equations is used in Cyrillic mathematical typography -(Russian for example), but unfortunately LaTeX does not provide -such an option. This package solves the problem by extending -ideas described in M. I. Grinchuk "TeX and Russian Traditions -of Typesetting", TUGboat 17(4) (1996) 385 and supports most of -LaTeX mathematical packages. See the documentation for details. - -%package rmathbr-doc -Summary: Documentation for rmathbr -Version: svn40415 - -Provides: tex-rmathbr-doc -AutoReqProv: No - -%description rmathbr-doc -Documentation for rmathbr - -%package sesamanuel -Provides: tex-sesamanuel = %{tl_version} -License: LPPL 1.3 -Summary: Class and package for sesamath books or paper -Version: svn36613.0.6 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(etex.sty) -Requires: tex(fontspec.sty) -Requires: tex(xunicode.sty) -Requires: tex(fontenc.sty) -Requires: tex(inputenc.sty) -Requires: tex(helvet.sty) -Requires: tex(mathpazo.sty) -Requires: tex(mathrsfs.sty) -Requires: tex(pifont.sty) -Requires: tex(eurosym.sty) -Requires: tex(geometry.sty) -Requires: tex(crop.sty) -Requires: tex(ifmtarg.sty) -Requires: tex(mathtools.sty) -Requires: tex(amssymb.sty) -Requires: tex(longtable.sty) -Requires: tex(tabularx.sty) -Requires: tex(multirow.sty) -Requires: tex(xcolor.sty) -Requires: tex(pst-all.sty) -Requires: tex(pstricks-add.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(fancyvrb.sty) -Requires: tex(multicol.sty) -Requires: tex(babel.sty) -Requires: tex(numprint.sty) -Requires: tex(colortbl.sty) -Requires: tex(multido.sty) -Requires: tex(esvect.sty) -Requires: tex(tikz.sty) -Requires: tex(tkz-tab.sty) -Requires: tex(pgf.sty) -Provides: tex(sesamanuel.cls) = %{tl_version} -Provides: tex(sesamanuel.sty) = %{tl_version} -Provides: tex(sesamanuelTIKZ.sty) = %{tl_version} - -%description sesamanuel -The package contains a sesamanuel class which could be used to -compose a student's classroom book with LaTeX, and also a -sesamanuelTIKZ style to be used for TIKZ pictures in the -sesamath book. - -%package sesamanuel-doc -Summary: Documentation for sesamanuel -Version: svn36613.0.6 - -Provides: tex-sesamanuel-doc -AutoReqProv: No - -%description sesamanuel-doc -Documentation for sesamanuel - -%package shuffle -Provides: tex-shuffle = %{tl_version} -License: Public Domain -Summary: A symbol for the shuffle product -Version: svn15878.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(shuffle10.tfm) = %{tl_version} -Provides: tex(shuffle7.tfm) = %{tl_version} -Provides: tex(Ushuffle.fd) = %{tl_version} -Provides: tex(shuffle.sty) = %{tl_version} - -%description shuffle -The bundle provides a LaTeX package and a font (as Metafont -source) for the shuffle product which is used in some part of -mathematics and physics. - -%package shuffle-doc -Summary: Documentation for shuffle -Version: svn15878.1.0 - -Provides: tex-shuffle-doc -AutoReqProv: No - -%description shuffle-doc -Documentation for shuffle - -%package skmath -Provides: tex-skmath = %{tl_version} -License: LPPL 1.3 -Summary: Extensions to the maths command repertoir -Version: svn52411 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(expl3.sty) -Requires: tex(l3keys2e.sty) -Requires: tex(xparse.sty) -Requires: tex(amssymb.sty) -Requires: tex(mathtools.sty) -Requires: tex(xfrac.sty) -Requires: tex(isomath.sty) -Provides: tex(skmath.sty) = %{tl_version} - -%description skmath -The package provides a selection of new maths commands and -improved re-definitions of existing commands. - -%package skmath-doc -Summary: Documentation for skmath -Version: svn52411 -Provides: tex-skmath-doc -AutoReqProv: No - -%description skmath-doc -Documentation for skmath - -%package statex -Provides: tex-statex = %{tl_version} -License: LPPL -Summary: Statistics style -Version: svn20306.1.6 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Requires: tex(amsmath.sty) -Requires: tex(amssymb.sty) -Requires: tex(bm.sty) -Requires: tex(color.sty) -Provides: tex(statex.sty) = %{tl_version} - -%description statex -A package defining many macros for items of significance in -statistical presentations. An updated, but incompatible, -version of the package is available: statex2. - -%package statex-doc -Summary: Documentation for statex -Version: svn20306.1.6 - -Provides: tex-statex-doc -AutoReqProv: No - -%description statex-doc -Documentation for statex - -%package statex2 -Provides: tex-statex2 = %{tl_version} -License: LPPL -Summary: Statistics style -Version: svn23961.2.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Requires: tex(amsmath.sty) -Requires: tex(amssymb.sty) -Requires: tex(bm.sty) -Requires: tex(color.sty) -Provides: tex(statex2.sty) = %{tl_version} - -%description statex2 -The package defines many macros for items of significance in -statistical presentations. It represents a syntax-incompatible -upgrade of statex. - -%package statex2-doc -Summary: Documentation for statex2 -Version: svn23961.2.1 - -Provides: tex-statex2-doc -AutoReqProv: No - -%description statex2-doc -Documentation for statex2 - -%package subsupscripts -Provides: tex-subsupscripts = %{tl_version} -License: LPPL -Summary: A range of sub- and superscript commands -Version: svn16080.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(subsupscripts.sty) = %{tl_version} - -%description subsupscripts -The package provides a comprehensive and flexible set of -commands for combinations of left and right sub- and -superscripts. - -%package subsupscripts-doc -Summary: Documentation for subsupscripts -Version: svn16080.1.0 - -Provides: tex-subsupscripts-doc -AutoReqProv: No - -%description subsupscripts-doc -Documentation for subsupscripts - -%package susy -Provides: tex-susy = %{tl_version} -License: LPPL -Summary: Macros for SuperSymmetry-related work -Version: svn19440.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(susy.sty) = %{tl_version} - -%description susy -The package provides abbreviations of longer expressions. - -%package susy-doc -Summary: Documentation for susy -Version: svn19440.0 - -Provides: tex-susy-doc -AutoReqProv: No - -%description susy-doc -Documentation for susy - -%package syllogism -Provides: tex-syllogism = %{tl_version} -License: LPPL -Summary: Typeset syllogisms in LaTeX -Version: svn15878.1.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(calc.sty) -Requires: tex(amssymb.sty) -Requires: tex(ifthen.sty) -Requires: tex(xspace.sty) -Provides: tex(syllogism.sty) = %{tl_version} - -%description syllogism -The package provides a simple, configurable, way for neatly -typesetting syllogisms and syllogistic-like arguments, composed -of two premises and a conclusion. - -%package syllogism-doc -Summary: Documentation for syllogism -Version: svn15878.1.2 - -Provides: tex-syllogism-doc -AutoReqProv: No - -%description syllogism-doc -Documentation for syllogism - -%package sympytexpackage -Provides: tex-sympytexpackage = %{tl_version} -License: LPPL -Summary: sympytexpackage package -Version: svn45818 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(verbatim.sty) -Requires: tex(graphicx.sty) -Requires: tex(makecmds.sty) -Requires: tex(ifpdf.sty) -Requires: tex(ifthen.sty) -Provides: tex(sympytex.sty) = %{tl_version} - -%description sympytexpackage -sympytexpackage package - -%package sympytexpackage-doc -Summary: Documentation for sympytexpackage -Version: svn45818 -Provides: tex-sympytexpackage-doc -AutoReqProv: No - -%description sympytexpackage-doc -Documentation for sympytexpackage - -%package synproof -Provides: tex-synproof = %{tl_version} -License: LPPL -Summary: Easy drawing of syntactic proofs -Version: svn15878.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Requires: tex(pstricks.sty) -Requires: tex(pst-node.sty) -Requires: tex(keyval.sty) -Provides: tex(synproof.sty) = %{tl_version} - -%description synproof -The package provides a set of macros based on PSTricks that -will enable you to draw syntactic proofs easily (inspired by -the Gamut books). Very few commands are needed, however fine -tuning of the various parameters (dimensions) can still be -achieved through "key=value" pairs. - -%package synproof-doc -Summary: Documentation for synproof -Version: svn15878.1.0 - -Provides: tex-synproof-doc -AutoReqProv: No - -%description synproof-doc -Documentation for synproof - -%package tablor -Provides: tex-tablor = %{tl_version} -License: LPPL -Summary: Create tables of signs and of variations -Version: svn31855.4.07_g - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(filecontents.sty) -Requires: tex(ifthen.sty) -Requires: tex(fancyvrb.sty) -Requires: tex(ifpdf.sty) -Requires: tex(ifxetex.sty) -Provides: tex(tablor-xetex.sty) = %{tl_version} -Provides: tex(tablor.cfg) = %{tl_version} -Provides: tex(tablor.sty) = %{tl_version} - -%description tablor -The package allows the user to use the computer algebra system -XCAS to generate tables of signs and of variations (the actual -plotting of the tables uses the MetaPost macro package -tableauVariations). Tables with forbidden regions may be -developed using the package. A configuration file permits some -configuration of the language to be used in the diagrams. The -tablor package requires that shell escape be enabled. - -%package tablor-doc -Summary: Documentation for tablor -Version: svn31855.4.07_g - -Provides: tex-tablor-doc -AutoReqProv: No - -%description tablor-doc -Documentation for tablor - -%package tensor -Provides: tex-tensor = %{tl_version} -License: LPPL -Summary: Typeset tensors -Version: svn15878.2.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(tensor.sty) = %{tl_version} - -%description tensor -A package which allows the user to set tensor-style super- and -subscripts with offsets between successive indices. It supports -the typesetting of tensors with mixed upper and lower indices -with spacing, also typset preposed indices. This is a complete -revision and extension of the original 'tensor' package by Mike -Piff. - -%package tensor-doc -Summary: Documentation for tensor -Version: svn15878.2.1 - -Provides: tex-tensor-doc -AutoReqProv: No - -%description tensor-doc -Documentation for tensor - -%package tex-ewd -Provides: tex-tex-ewd = %{tl_version} -License: BSD -Summary: Macros to typeset calculational proofs and programs in Dijkstra's style -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(dotnot.tex) = %{tl_version} - -%description tex-ewd -Edsger W. Dijkstra and others suggest a unique style to present -mathematical proofs and to construct programs. This package -provides macros that support calculational proofs and -Dijkstra's "guarded command language". - -%package tex-ewd-doc -Summary: Documentation for tex-ewd -Version: svn15878.0 - -Provides: tex-tex-ewd-doc -AutoReqProv: No - -%description tex-ewd-doc -Documentation for tex-ewd - -%package thmbox -Provides: tex-thmbox = %{tl_version} -License: LPPL -Summary: Decorate theorem statements -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(keyval.sty) -Provides: tex(thmbox.sty) = %{tl_version} - -%description thmbox -The package defines an environment thmbox that presents -theorems, definitions and similar objects in boxes decorated -with frames and various aesthetic features. The standard macro -\newtheorem may be redefined to use the environment. - -%package thmbox-doc -Summary: Documentation for thmbox -Version: svn15878.0 - -Provides: tex-thmbox-doc -AutoReqProv: No - -%description thmbox-doc -Documentation for thmbox - -%package turnstile -Provides: tex-turnstile = %{tl_version} -License: LPPL -Summary: Typeset the (logic) turnstile notation -Version: svn15878.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Provides: tex(turnstile.sty) = %{tl_version} - -%description turnstile -Among other uses, the turnstile sign is used by logicians for -denoting a consequence relation, related to a given logic, -between a collection of formulas and a derived formula. - -%package turnstile-doc -Summary: Documentation for turnstile -Version: svn15878.1.0 - -Provides: tex-turnstile-doc -AutoReqProv: No - -%description turnstile-doc -Documentation for turnstile - -%package unicode-math -Provides: tex-unicode-math = %{tl_version} -License: LPPL 1.3 -Summary: Unicode mathematics support for XeTeX and LuaTeX -Version: svn53609 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-lm-math -Requires: tex(luaotfload.sty) -Requires: tex(lualatex-math.sty) -Requires: tex(expl3.sty) -Requires: tex(ucharcat.sty) -Requires: tex(xparse.sty) -Requires: tex(l3keys2e.sty) -Requires: tex(fontspec.sty) -Requires: tex(catchfile.sty) -Requires: tex(fix-cm.sty) -Requires: tex(filehook.sty) -Requires: texlive-l3packages -Provides: tex(unicode-math-luatex.sty) = %{tl_version} -Provides: tex(unicode-math-table.tex) = %{tl_version} -Provides: tex(unicode-math-xetex.sty) = %{tl_version} -Provides: tex(unicode-math.sty) = %{tl_version} - -%description unicode-math -This package will provide a complete implementation of unicode -maths for XeLaTeX and LuaLaTeX. Unicode maths is currently -supported by the following freely available fonts: Latin Modern -Math (Boguslaw Jackowski, Janusz M. Nowacki), TeX Gyre Bonum -Math (Boguslaw Jackowski, , P. Strzelczyk, Janusz M. Nowacki), -TeX Gyre Pagella Math (Boguslaw Jackowski, , P. Strzelczyk, -Janusz M. Nowacki), TeX Gyre Schola Math (Boguslaw Jackowski, -P. Strzelczyk, Janusz M. Nowacki), TeX Gyre Termes Math -(Boguslaw Jackowski, P. Strzelczyk, Janusz M. Nowacki), DejaVu -Math TeX Gyre (Boguslaw Jackowski, P. Strzelczyk, Janusz M. -Nowacki), Asana-Math fonts (Apostolos Syropolous), STIX (STI -Pub), XITS Math (Khaled Hosny), Libertinus Math (Philipp H. -Poll and Khaled Hosny), and Fira Math (Xiangdong Zeng). The -following fonts are proprietary with OpenType maths support: -Lucida Bright Math (Charles Bigelow and Kris Holmes), Cambria -Math (Microsoft), Minion Math (Johannes Kuster, typoma GmbH). -As well as running XeTeX or LuaTeX, this package requires -recent versions of the fontspec, expl3, xpackages, ucharcat and -lualatex-math packages. - -%package unicode-math-doc -Summary: Documentation for unicode-math -Version: svn53609 -Provides: tex-unicode-math-doc -AutoReqProv: No -Requires: tex-fontspec-doc - -%description unicode-math-doc -Documentation for unicode-math - -%package venn -Provides: tex-venn = %{tl_version} -License: LPPL -Summary: Creating Venn diagrams with MetaPost -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - - -%description venn -MetaPost macros for venn diagrams. - -%package venn-doc -Summary: Documentation for venn -Version: svn15878.0 - -Provides: tex-venn-doc -AutoReqProv: No - -%description venn-doc -Documentation for venn - -%package yhmath -Provides: tex-yhmath = %{tl_version} -License: LPPL -Summary: Extended maths fonts for LaTeX -Version: svn54377 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(amsmath.sty) -Provides: tex(yhmath.map) = %{tl_version} -Provides: tex(OMXyhex.fd) = %{tl_version} -Provides: tex(yhmath.sty) = %{tl_version} - -%description yhmath -The yhmath bundle contains fonts (in Metafont and type 1 -format) and a LaTeX package for using them. - -%package yhmath-doc -Summary: Documentation for yhmath -Version: svn54377 -Provides: tex-yhmath-doc -AutoReqProv: No - -%description yhmath-doc -Documentation for yhmath - -%package ytableau -Provides: tex-ytableau = %{tl_version} -License: LPPL 1.2 -Summary: Many-featured Young tableaux and Young diagrams -Version: svn27430.1.3 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(pgfkeys.sty) -Requires: tex(pgfopts.sty) -Requires: tex(xcolor.sty) -Provides: tex(ytableau.sty) = %{tl_version} - -%description ytableau -The package provides several functions for drawing Young -tableaux and Young diagrams, extending the young and youngtab -packages but providing lots more features. Skew and coloured -tableaux are easy, and pgfkeys-enabled options are provided -both at package load and configurably. - -%package ytableau-doc -Summary: Documentation for ytableau -Version: svn27430.1.3 - -Provides: tex-ytableau-doc -AutoReqProv: No - -%description ytableau-doc -Documentation for ytableau - -%package collection-metapost -Summary: MetaPost and Metafont packages -Version: svn50293 -Requires: texlive-base -Requires: texlive-collection-basic -Requires: texlive-automata -Requires: texlive-bbcard -Requires: texlive-blockdraw_mp -Requires: texlive-bpolynomial -Requires: texlive-cmarrows -Requires: texlive-drv -Requires: texlive-dviincl -Requires: texlive-emp -Requires: texlive-epsincl -Requires: texlive-expressg -Requires: texlive-exteps -Requires: texlive-featpost -Requires: texlive-feynmf -Requires: texlive-feynmp-auto -Requires: texlive-fiziko -Requires: texlive-garrigues -Requires: texlive-gmp -Requires: texlive-hatching -Requires: texlive-latexmp -Requires: texlive-mcf2graph -Requires: texlive-metago -Requires: texlive-metaobj -Requires: texlive-metaplot -Requires: texlive-metapost -Requires: texlive-metapost-colorbrewer -Requires: texlive-metauml -Requires: texlive-mfpic -Requires: texlive-mfpic4ode -Requires: texlive-mp3d -Requires: texlive-mparrows -Requires: texlive-mpattern -Requires: texlive-mpcolornames -Requires: texlive-mpgraphics -Requires: texlive-mptrees -Requires: texlive-piechartmp -Requires: texlive-repere -Requires: texlive-roex -Requires: texlive-roundrect -Requires: texlive-shapes -Requires: texlive-slideshow -Requires: texlive-splines -Requires: texlive-suanpan -Requires: texlive-textpath -Requires: texlive-threeddice - -%description collection-metapost -collection-metapost package - -%package drv -Provides: tex-drv = %{tl_version} -License: LPPL -Summary: Derivation trees with MetaPost -Version: svn29349.0.97 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - - -%description drv -A set of MetaPost macros for typesetting derivation trees (such -as used in sequent calculus, type inference, programming -language semantics...). No MetaPost knowledge is needed to use -these macros. - -%package drv-doc -Summary: Documentation for drv -Version: svn29349.0.97 - -Provides: tex-drv-doc -AutoReqProv: No - -%description drv-doc -Documentation for drv - -%package dviincl -Provides: tex-dviincl = %{tl_version} -License: Public Domain -Summary: Include a DVI page into MetaPost output -Version: svn29349.1.00 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - - -%description dviincl -DVItoMP is one of the auxiliary programs available to any -MetaPost package; it converts a DVI file into a MetaPost file. -Using it, one can envisage including a DVI page into an EPS -files generated by MetaPost. Such files allow pages to include -other pages. - -%package dviincl-doc -Summary: Documentation for dviincl -Version: svn29349.1.00 - -Provides: tex-dviincl-doc -AutoReqProv: No - -%description dviincl-doc -Documentation for dviincl - -%package emp -Provides: tex-emp = %{tl_version} -License: GPL+ -Summary: "Encapsulate" MetaPost figures in a document -Version: svn23483.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(graphics.sty) -Requires: tex(verbatim.sty) -Provides: tex(emp.sty) = %{tl_version} - -%description emp -Emp is a package for encapsulating MetaPost figures in LaTeX: -the package provides environments where you can place MetaPost -commands, and means of using that code as fragments for -building up figures to include in your document. So, with emp, -the procedure is to run your document with LaTeX, run MetaPost, -and then complete running your document in the normal way. Emp -is therefore useful for keeping illustrations in synchrony with -the text. It also frees you from inventing descriptive names -for PostScript files that fit into the confines of file system -conventions. - -%package emp-doc -Summary: Documentation for emp -Version: svn23483.0 - -Provides: tex-emp-doc -AutoReqProv: No - -%description emp-doc -Documentation for emp - -%package epsincl -Provides: tex-epsincl = %{tl_version} -License: Public Domain -Summary: Include EPS in MetaPost figures -Version: svn29349.0.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - - -%description epsincl -The package facilitates including EPS files in MetaPost -figures; it makes use of (G)AWK. - -%package epsincl-doc -Summary: Documentation for epsincl -Version: svn29349.0.2 - -Provides: tex-epsincl-doc -AutoReqProv: No - -%description epsincl-doc -Documentation for epsincl - -%package expressg -Provides: tex-expressg = %{tl_version} -License: LPPL -Summary: Diagrams consisting of boxes, lines, and annotations -Version: svn29349.1.5 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - - -%description expressg -A MetaPost package providing facilities to assist in drawing -diagrams that consist of boxes, lines, and annotations. -Particular support is provided for creating EXPRESS-G diagrams, -for example IDEF1X, OMT, Shlaer-Mellor, and NIAM diagrams. The -package may also be used to create UML and most other Box-Line- -Annotation charts, but not Gantt charts directly. - -%package expressg-doc -Summary: Documentation for expressg -Version: svn29349.1.5 - -Provides: tex-expressg-doc -AutoReqProv: No - -%description expressg-doc -Documentation for expressg - -%package exteps -Provides: tex-exteps = %{tl_version} -License: GPL+ -Summary: Include EPS figures in MetaPost -Version: svn19859.0.41 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - - -%description exteps -Exteps is a module for including external EPS figures into -MetaPost figures. It is written entirely in MetaPost, and does -not therefore require any post processing of the MetaPost -output. - -%package exteps-doc -Summary: Documentation for exteps -Version: svn19859.0.41 - -Provides: tex-exteps-doc -AutoReqProv: No - -%description exteps-doc -Documentation for exteps - -%package featpost -Provides: tex-featpost = %{tl_version} -License: GPL+ -Summary: MetaPost macros for 3D -Version: svn35346.0.8.8 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - - -%description featpost -These macros allow the production of three-dimensional schemes -containing: angles, circles, cylinders, cones and spheres, -among other things. - -%package featpost-doc -Summary: Documentation for featpost -Version: svn35346.0.8.8 - -Provides: tex-featpost-doc -AutoReqProv: No - -%description featpost-doc -Documentation for featpost - -%package feynmf -Provides: tex-feynmf = %{tl_version} -License: GPL+ -Summary: Macros and fonts for creating Feynman (and other) diagrams -Version: svn17259.1.08 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(graphics.sty) -Provides: tex(feynmf.sty) = %{tl_version} -Provides: tex(feynmp.sty) = %{tl_version} - -%description feynmf -The feynmf package provides an interface to Metafont (inspired -by the facilities of mfpic) to use simple structure -specifications to produce relatively complex diagrams. (The -feynmp package, also part of this bundle, uses MetaPost in the -same way.) While the package was designed for Feynman diagrams, -it could in principle be used for diagrams in graph and similar -theories, where the structure is semi-algorithmically -determined. - -%package feynmf-doc -Summary: Documentation for feynmf -Version: svn17259.1.08 - -Provides: tex-feynmf-doc -AutoReqProv: No - -%description feynmf-doc -Documentation for feynmf - -%package feynmp-auto -Provides: tex-feynmp-auto = %{tl_version} -License: LPPL 1.3 -Summary: Automatic processing of feynmp graphics -Version: svn30223.1.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(feynmp.sty) -Requires: tex(ifpdf.sty) -Requires: tex(ifxetex.sty) -Requires: tex(pdftexcmds.sty) -Provides: tex(feynmp-auto.sty) = %{tl_version} - -%description feynmp-auto -The package takes care of running Metapost on the output files -produced by the feynmp package, so that the compiled pictures -will be available in the next run of LaTeX. The package honours -options that apply to feynmp. - -%package feynmp-auto-doc -Summary: Documentation for feynmp-auto -Version: svn30223.1.1 - -Provides: tex-feynmp-auto-doc -AutoReqProv: No - -%description feynmp-auto-doc -Documentation for feynmp-auto - -%package garrigues -Provides: tex-garrigues = %{tl_version} -License: LPPL -Summary: MetaPost macros for the reproduction of Garrigues' Easter nomogram -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - - -%description garrigues -Metapost macros for the reproduction of Garrigues' Easter -nomogram. These macros are described in Denis Roegel: An -introduction to nomography: Garrigues' nomogram for the -computation of Easter, TUGboat (volume 30, number 1, 2009, -pages 88-104) - -%package garrigues-doc -Summary: Documentation for garrigues -Version: svn15878.0 - -Provides: tex-garrigues-doc -AutoReqProv: No - -%description garrigues-doc -Documentation for garrigues - -%package gmp -Provides: tex-gmp = %{tl_version} -License: LPPL 1.3 -Summary: Enable integration between MetaPost pictures and LaTeX -Version: svn21691.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(xkeyval.sty) -Requires: tex(graphicx.sty) -Requires: tex(ifpdf.sty) -Requires: tex(ifxetex.sty) -Requires: tex(environ.sty) -Provides: tex(gmp.sty) = %{tl_version} - -%description gmp -The package allows integration between MetaPost pictures and -LaTeX. The main feature is that passing parameters to the -MetaPost pictures is possible and the picture code can be put -inside arguments to commands, including \newcommand. - -%package gmp-doc -Summary: Documentation for gmp -Version: svn21691.1.0 - -Provides: tex-gmp-doc -AutoReqProv: No - -%description gmp-doc -Documentation for gmp - -%package latexmp -Provides: tex-latexmp = %{tl_version} -License: Public Domain -Summary: Interface for LaTeX-based typesetting in MetaPost -Version: svn15878.1.2.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - - -%description latexmp -The MetaPost package latexMP implements a user-friendly -interface to access LaTeX-based typesetting capabilities in -MetaPost. The text to be typeset is given as string. This -allows even dynamic text elements, for example counters, to be -used in labels. Compared to other implementations it is much -more flexible, since it can be used as direct replacement for -btex..etex, and much faster, compared for example to the -solution provided by tex.mp - -%package latexmp-doc -Summary: Documentation for latexmp -Version: svn15878.1.2.1 - -Provides: tex-latexmp-doc -AutoReqProv: No - -%description latexmp-doc -Documentation for latexmp - -%package mcf2graph -Provides: tex-mcf2graph = %{tl_version} -License: BSD -Summary: Draw chemical structure diagrams with Metafont/MetaPost -Version: svn53550 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description mcf2graph -The Molecular Coding Format (MCF) is a linear notation for -describing chemical structure diagrams. This package converts -MCF to graphic files using Metafont / MetaPost. - -%package mcf2graph-doc -Summary: Documentation for mcf2graph -Version: svn53550 -Provides: tex-mcf2graph-doc -AutoReqProv: No - -%description mcf2graph-doc -Documentation for mcf2graph - -%package metago -Provides: tex-metago = %{tl_version} -License: LPPL -Summary: MetaPost output of Go positions -Version: svn15878.0.9 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - - -%description metago -The package allows you to draw Go game positions with MetaPost. -Two methods of usage are provided, either using the package -programmatically, or using the package via a script (which may -produce several images). - -%package metago-doc -Summary: Documentation for metago -Version: svn15878.0.9 - -Provides: tex-metago-doc -AutoReqProv: No - -%description metago-doc -Documentation for metago - -%package metaobj -Provides: tex-metaobj = %{tl_version} -License: LPPL -Summary: MetaPost package providing high-level objects -Version: svn15878.0.93 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - - -%description metaobj -METAOBJ is a large metapost package providing high-level -objects. It implements many of PSTricks' features for node -connections, but also trees, matrices, and many other things. -It more or less contains boxes.mp and rboxes.mp. There is a -large (albeit not complete) documentation distributed with the -package. It is easily extensible with new objects. - -%package metaobj-doc -Summary: Documentation for metaobj -Version: svn15878.0.93 - -Provides: tex-metaobj-doc -AutoReqProv: No - -%description metaobj-doc -Documentation for metaobj - -%package metaplot -Provides: tex-metaplot = %{tl_version} -License: LPPL -Summary: Plot-manipulation macros for use in Metapost -Version: svn15878.0.91 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - - -%description metaplot -MetaPlot is a set of Metapost macros for manipulating pre- -generated plots (and similar objects), and formatting them for -inclusion in a Metapost figure. The intent is that the plots -can be generated by some outside program, in an abstract manner -that does not require making decisions about on-page sizing and -layout, and then they can be imported into MetaPlot and -arranged using the full capabilities of Metapost. Metaplot also -includes a very flexible set of macros for generating plot -axes, which may be useful in other contexts as well. Presently, -MetaPlot is in something of a pre-release beta state; it is -quite functional, but the syntax of the commands is still -potentially in flux. - -%package metaplot-doc -Summary: Documentation for metaplot -Version: svn15878.0.91 - -Provides: tex-metaplot-doc -AutoReqProv: No - -%description metaplot-doc -Documentation for metaplot - -%package metauml -Provides: tex-metauml = %{tl_version} -License: GPL+ -Summary: MetaPost library for typesetting UML diagrams -Version: svn49923 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: metapost-metauml = %{tl_version} -Obsoletes: metapost-metauml < %{tl_version} - -%description metauml -MetaUML is a MetaPost library for typesetting UML diagrams, -which provides a usable, human-friendly textual notation for -UML, offering now support for class, package, activity, state, -and use case diagrams. - -%package metauml-doc -Summary: Documentation for metauml -Version: svn49923 -Provides: tex-metauml-doc -AutoReqProv: No - -%description metauml-doc -Documentation for metauml - -%package mfpic -Provides: tex-mfpic = %{tl_version} -License: LPPL 1.3 -Summary: Draw Metafont/post pictures from (La)TeX commands -Version: svn28444.1.10 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(graphics.sty) -Provides: tex(mfpic.sty) = %{tl_version} -Provides: tex(mfpic.tex) = %{tl_version} -Provides: tex(mfpicdef.tex) = %{tl_version} - -%description mfpic -Mfpic is a scheme for producing pictures from (La)TeX commands. -Commands \mfpic and \endmfpic (in LaTeX, the mfpic environment) -enclose a group in which drawing commands may be placed. The -commands generate a Meta-language file, which may be processed -by Metapost (or even Metafont). The resulting image file will -be read back in to the document to place the picture at the -point where the original (La)TeX commands appeared. Note that -the ability to use Metapost here means that the package works -equally well in LaTeX and PDFLaTeX. - -%package mfpic-doc -Summary: Documentation for mfpic -Version: svn28444.1.10 - -Provides: tex-mfpic-doc -AutoReqProv: No - -%description mfpic-doc -Documentation for mfpic - -%package mfpic4ode -Provides: tex-mfpic4ode = %{tl_version} -License: LPPL -Summary: Macros to draw direction fields and solutions of ODEs -Version: svn17745.0.4 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(mfpic4ode.sty) = %{tl_version} -Provides: tex(mfpic4ode.tex) = %{tl_version} - -%description mfpic4ode -The package is a small set of macros for drawing direction -fields, phase portraits and trajectories of differential -equations and two dimensional autonomous systems. The Euler, -Runge-Kutta and 4th order Runge-Kutta algorithms are available -to solve the ODEs. The picture is translated into mfpic macros -and MetaPost is used to create the final drawing. The package -is was designed for use with LaTeX, but it can be used in plain -TeX as well. Online demonstration of the mfpic4ode macros is -available on the Mfpic Previewer as Example 6. - -%package mfpic4ode-doc -Summary: Documentation for mfpic4ode -Version: svn17745.0.4 - -Provides: tex-mfpic4ode-doc -AutoReqProv: No - -%description mfpic4ode-doc -Documentation for mfpic4ode - -%package mp3d -Provides: tex-mp3d = %{tl_version} -License: LPPL -Summary: 3D animations -Version: svn29349.1.34 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - - -%description mp3d -Create animations of 3-dimensional objects (such as polyhedra) -in MetaPost. - -%package mp3d-doc -Summary: Documentation for mp3d -Version: svn29349.1.34 - -Provides: tex-mp3d-doc -AutoReqProv: No - -%description mp3d-doc -Documentation for mp3d - -%package mpcolornames -Provides: tex-mpcolornames = %{tl_version} -License: LPPL -Summary: Extend list of predefined colour names for MetaPost -Version: svn23252.0.20 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - - -%description mpcolornames -The MetaPost format plain.mp provides only five built-in colour -names (variables), all of which are defined in the RGB model: -red, green and blue for the primary colours and black and -white. The package makes more than 500 colour names from -different colour sets in different colour models available to -MetaPost. Colour sets include X11, SVG, DVIPS and xcolor -specifications. - -%package mpcolornames-doc -Summary: Documentation for mpcolornames -Version: svn23252.0.20 - -Provides: tex-mpcolornames-doc -AutoReqProv: No - -%description mpcolornames-doc -Documentation for mpcolornames - -%package mpattern -Provides: tex-mpattern = %{tl_version} -License: Public Domain -Summary: Patterns in MetaPost -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - - -%description mpattern -A package for defining and using patterns in MetaPost, using -the Pattern Color Space available in PostScript Level 2. - -%package mpattern-doc -Summary: Documentation for mpattern -Version: svn15878.0 - -Provides: tex-mpattern-doc -AutoReqProv: No - -%description mpattern-doc -Documentation for mpattern - -%package mpgraphics -Provides: tex-mpgraphics = %{tl_version} -License: LPPL 1.3 -Summary: Process and display MetaPost figures inline -Version: svn29776.0.3 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(graphicx.sty) -Requires: tex(color.sty) -Requires: tex(moreverb.sty) -Requires: tex(xkeyval.sty) -Requires: tex(ifplatform.sty) -Requires: tex(iftex.sty) -Requires: tex(ifpdf.sty) -Provides: tex(mpgraphics.sty) = %{tl_version} - -%description mpgraphics -The package allows LaTeX users to typeset MetaPost code inline -and display figures in their documents with only and only one -run of LaTeX, PDFLaTeX or XelaTeX (no separate runs of mpost). -Mpgraphics achieves this by using the shell escape (\write 18) -feature of current TeX distributions, so that the whole process -is automatic and the end user is saved the tiresome processing. - -%package mpgraphics-doc -Summary: Documentation for mpgraphics -Version: svn29776.0.3 - -Provides: tex-mpgraphics-doc -AutoReqProv: No - -%description mpgraphics-doc -Documentation for mpgraphics - -%package piechartmp -Provides: tex-piechartmp = %{tl_version} -License: LPPL -Summary: Draw pie-charts using MetaPost -Version: svn19440.0.3.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - - -%description piechartmp -The piechartmp package is an easy way to draw pie-charts with -MetaPost. The package implements an interface that enables -users with little MetaPost experience to draw charts. A -highlight of the package is the possibility of suppressing some -segments of the chart, thus creating the possibility of several -charts from the same data. - -%package piechartmp-doc -Summary: Documentation for piechartmp -Version: svn19440.0.3.0 - -Provides: tex-piechartmp-doc -AutoReqProv: No - -%description piechartmp-doc -Documentation for piechartmp - -%package repere -Provides: tex-repere = %{tl_version} -License: LPPL 1.3 -Summary: Diagrams for school mathematics -Version: svn51363 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description repere -The package simplifies drawing figures in a coordinate system; -the specific target is support of secondary school mathematics. - -%package repere-doc -Summary: Documentation for repere -Version: svn51363 -Provides: tex-repere-doc -AutoReqProv: No - -%description repere-doc -Documentation for repere - -%package roex -Provides: tex-roex = %{tl_version} -License: LPPL -Summary: roex package -Version: svn45818 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description roex -roex package - -%package roundrect -Provides: tex-roundrect = %{tl_version} -License: LPPL 1.3 -Summary: Metapost macros for highly configurable rounded rectangles (optionally with text) -Version: svn39796 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - - -%description roundrect -The roundrect macros for Metapost provide ways to produce -rounded rectangles, which may or may not contain a title bar or -text (the title bar may itself contain text). They are -extremely configurable. - -%package roundrect-doc -Summary: Documentation for roundrect -Version: svn39796 - -Provides: tex-roundrect-doc -AutoReqProv: No - -%description roundrect-doc -Documentation for roundrect - -%package shapes -Provides: tex-shapes = %{tl_version} -License: LPPL 1.3 -Summary: Draw polygons, reentrant stars, and fractions in circles with Metapost -Version: svn42428 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description shapes -The shapes set of macros allows drawing regular polygons; their -corresponding reentrant stars in all their variations; and -fractionally filled circles (useful for visually demonstrating -the nature of fractions) in Metapost. - -%package shapes-doc -Summary: Documentation for shapes -Version: svn42428 -Provides: tex-shapes-doc -AutoReqProv: No - -%description shapes-doc -Documentation for shapes - -%package slideshow -Provides: tex-slideshow = %{tl_version} -License: Copyright only -Summary: Generate slideshow with MetaPost -Version: svn15878.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - - -%description slideshow -The package provides a means of creating presentations in -MetaPost, without intervention from other utilities (except a -distiller). Such an arrangement has its advantages (though -there are disadvantages too). - -%package slideshow-doc -Summary: Documentation for slideshow -Version: svn15878.1.0 - -Provides: tex-slideshow-doc -AutoReqProv: No - -%description slideshow-doc -Documentation for slideshow - -%package splines -Provides: tex-splines = %{tl_version} -License: LPPL 1.3 -Summary: MetaPost macros for drawing cubic spline interpolants -Version: svn15878.0.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - - -%description splines -This is a small package of macros for creating cubic spline -interpolants in MetaPost or Metafont. Given a list of points -the macros can produce a closed or a relaxed spline joining -them. Given a list of function values y_j at x_j, the result -would define the graph of a cubic spline interpolating function -y=f(x), which is either periodic or relaxed. - -%package splines-doc -Summary: Documentation for splines -Version: svn15878.0.2 - -Provides: tex-splines-doc -AutoReqProv: No - -%description splines-doc -Documentation for splines - -%package suanpan -Provides: tex-suanpan = %{tl_version} -License: LPPL -Summary: MetaPost macros for drawing Chinese and Japanese abaci -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - - -%description suanpan -These macros are described in Denis Roegel: MetaPost macros for -drawing Chinese and Japanese abaci, TUGboat (volume 30, number -1, 2009, pages 74-79) - -%package suanpan-doc -Summary: Documentation for suanpan -Version: svn15878.0 - -Provides: tex-suanpan-doc -AutoReqProv: No - -%description suanpan-doc -Documentation for suanpan - -%package textpath -Provides: tex-textpath = %{tl_version} -License: LPPL -Summary: Setting text along a path with MetaPost -Version: svn15878.1.6 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(soul.sty) -Provides: tex(textpathmp.sty) = %{tl_version} - -%description textpath -This MetaPost package provides macros to typeset text along a -free path with the help of LaTeX, thereby preserving kerning -and allowing for 8-bit input (accented characters). - -%package textpath-doc -Summary: Documentation for textpath -Version: svn15878.1.6 - -Provides: tex-textpath-doc -AutoReqProv: No - -%description textpath-doc -Documentation for textpath - -%package threeddice -Provides: tex-threeddice = %{tl_version} -License: LPPL -Summary: Create images of dice with one, two, or three faces showing, using MetaPost -Version: svn20675.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - - -%description threeddice -The package provides MetaPost code to create all possible -symmetrical views (up to rotation) of a right-handed die. -Configuration is possible by editing the source code, following -the guidance in the documentation. - -%package threeddice-doc -Summary: Documentation for threeddice -Version: svn20675.1.0 - -Provides: tex-threeddice-doc -AutoReqProv: No - -%description threeddice-doc -Documentation for threeddice - -%package collection-music -Summary: Music packages -Version: svn54666 -Requires: texlive-base -Requires: texlive-collection-latex -Requires: texlive-abc -Requires: texlive-autosp -Requires: texlive-bagpipe -Requires: texlive-chordbars -Requires: texlive-chordbox -Requires: texlive-ddphonism -Requires: texlive-figbas -Requires: texlive-gchords -Requires: texlive-gregoriotex -Requires: texlive-gtrcrd -Requires: texlive-guitar -Requires: texlive-guitarchordschemes -Requires: texlive-guitartabs -Requires: texlive-harmony -Requires: texlive-latex4musicians -Requires: texlive-leadsheets -Requires: texlive-lilyglyphs -Requires: texlive-lyluatex -Requires: texlive-m-tx -Requires: texlive-musical -Requires: texlive-musicography -Requires: texlive-musixguit -Requires: texlive-musixtex -Requires: texlive-musixtex-fonts -Requires: texlive-musixtnt -Requires: texlive-octave -Requires: texlive-piano -Requires: texlive-pmx -Requires: texlive-pmxchords -Requires: texlive-songbook -Requires: texlive-songs -Requires: texlive-xpiano - -%description collection-music -Music-related fonts and packages. - -%package figbas -Provides: tex-figbas = %{tl_version} -License: LPPL -Summary: Mini-fonts for figured-bass notation in music -Version: svn28943.1.0.3 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(figbas.map) = %{tl_version} -Provides: tex(cmrj.tfm) = %{tl_version} -Provides: tex(cmssj.tfm) = %{tl_version} -Provides: tex(plrj.tfm) = %{tl_version} -Provides: tex(cmrj.pfb) = %{tl_version} -Provides: tex(cmssj.pfb) = %{tl_version} -Provides: tex(plrj.pfb) = %{tl_version} - -%description figbas -This package consists of three mini-fonts (and associated -metrics) of conventional ligatures for the figured-bass -notations 2+, 4+, 5+, 6+ and 9+ in music manuscripts. The fonts -are usable with Computer Modern Roman and Sans, and -Palatino/Palladio, respectively. - -%package figbas-doc -Summary: Documentation for figbas -Version: svn28943.1.0.3 - -Provides: tex-figbas-doc -AutoReqProv: No - -%description figbas-doc -Documentation for figbas - -%package gchords -Provides: tex-gchords = %{tl_version} -License: GPL+ -Summary: Typeset guitar chords -Version: svn29803.1.20 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(gchords.sty) = %{tl_version} - -%description gchords -A LaTeX package for typesetting of guitar chord diagrams, -including options for chord names, finger numbers and -typesetting above lyrics. The bundle also includes a TCL script -(chordbox.tcl) that provides a graphical application which -creates LaTeX files that use gchords.sty. - -%package gchords-doc -Summary: Documentation for gchords -Version: svn29803.1.20 - -Provides: tex-gchords-doc -AutoReqProv: No - -%description gchords-doc -Documentation for gchords - -%package gtrcrd -Provides: tex-gtrcrd = %{tl_version} -License: LPPL 1.3 -Summary: Add chords to lyrics -Version: svn32484.1.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(gtrcrd.sty) = %{tl_version} - -%description gtrcrd -The package provides the means to specify guitar chords to be -played with each part of the lyrics of a song. The syntax of -the macros reduces the chance of failing to provide a chord -where one is needed, and the structure of the macros ensures -that the chord specification appears immediately above the -start of the lyric. - -%package gtrcrd-doc -Summary: Documentation for gtrcrd -Version: svn32484.1.1 - -Provides: tex-gtrcrd-doc -AutoReqProv: No - -%description gtrcrd-doc -Documentation for gtrcrd - -%package guitar -Provides: tex-guitar = %{tl_version} -License: LPPL 1.3 -Summary: Guitar chords and song texts -Version: svn32258.1.6 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(toolbox.sty) -Provides: tex(guitar.sty) = %{tl_version} - -%description guitar -(La)TeX macros for typesetting guitar chords over song texts. -The toolbox package is required. Note that this package only -places arbitrary TeX code over the lyrics. To typeset the -chords graphically (and not only by name), the author -recommends use of an additional package such as gchords by K. -Peeters. - -%package guitar-doc -Summary: Documentation for guitar -Version: svn32258.1.6 - -Provides: tex-guitar-doc -AutoReqProv: No - -%description guitar-doc -Documentation for guitar - -%package guitarchordschemes -Provides: tex-guitarchordschemes = %{tl_version} -License: LPPL 1.3 -Summary: Guitar Chord and Scale Tablatures -Version: svn54512 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(tikz.sty) -Requires: tex(cnltx-base.sty) -Provides: tex(guitarchordschemes.sty) = %{tl_version} - -%description guitarchordschemes -This package provides two commands (\chordscheme and \scales). -With those commands it is possible to draw schematic diagrams -of guitar chord tablatures and scale tablatures. Both commands -know a range of options that allow wide customization of the -output. The package's drawing is done with the help of TikZ. - -%package guitarchordschemes-doc -Summary: Documentation for guitarchordschemes -Version: svn41880 -Provides: tex-guitarchordschemes-doc -AutoReqProv: No - -%description guitarchordschemes-doc -Documentation for guitarchordschemes - -%package harmony -Provides: tex-harmony = %{tl_version} -License: LPPL -Summary: Typeset harmony symbols, etc., for musicology -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Requires: tex(amssymb.sty) -Provides: tex(harmony.sty) = %{tl_version} - -%description harmony -The package harmony.sty uses the packages ifthen and amssymb -from the amsfonts bundle, together with the LaTeX font -lcirclew10 and the font musix13 from musixtex. - -%package harmony-doc -Summary: Documentation for harmony -Version: svn15878.0 - -Provides: tex-harmony-doc -AutoReqProv: No - -%description harmony-doc -Documentation for harmony - -%package leadsheets -Provides: tex-leadsheets = %{tl_version} -License: LPPL 1.3 -Summary: Typesetting leadsheets and songbooks -Version: svn52275 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(expl3.sty) -Requires: tex(l3keys2e.sty) -Requires: tex(xparse.sty) -Requires: tex(translations.sty) -Provides: tex(leadsheet.cls) = %{tl_version} -Provides: tex(leadsheets.library.chordnames.code.tex) = %{tl_version} -Provides: tex(leadsheets.library.chords.code.tex) = %{tl_version} -Provides: tex(leadsheets.library.external.code.tex) = %{tl_version} -Provides: tex(leadsheets.library.musejazz.code.tex) = %{tl_version} -Provides: tex(leadsheets.library.musicsymbols.code.tex) = %{tl_version} -Provides: tex(leadsheets.library.properties.code.tex) = %{tl_version} -Provides: tex(leadsheets.library.shorthands.code.tex) = %{tl_version} -Provides: tex(leadsheets.library.songs.code.tex) = %{tl_version} -Provides: tex(leadsheets.library.templates.code.tex) = %{tl_version} -Provides: tex(leadsheets.library.translations.code.tex) = %{tl_version} -Provides: tex(leadsheets.library.transposing.code.tex) = %{tl_version} -Provides: tex(leadsheets.sty) = %{tl_version} - -%description leadsheets -This LaTeX package offers support for typesetting simple -leadsheets of songs, i.e. song lyrics and the corresponding -chords. - -%package leadsheets-doc -Summary: Documentation for leadsheets -Version: svn52275 -Provides: tex-leadsheets-doc -AutoReqProv: No - -%description leadsheets-doc -Documentation for leadsheets - -%package musixguit -Provides: tex-musixguit = %{tl_version} -License: LPPL 1.3 -Summary: Easy notation for guitar music, in MusixTeX -Version: svn21649.1.2.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(setspace.sty) -Requires: tex(musixtex.sty) -Requires: tex(musixper.tex) -Requires: tex(musixgui.tex) -Provides: tex(musixguit.sty) = %{tl_version} - -%description musixguit -The package provides commands for typesetting notes for guitar, -especially for simplifying guitar notation with MusixTeX. - -%package musixguit-doc -Summary: Documentation for musixguit -Version: svn21649.1.2.2 - -Provides: tex-musixguit-doc -AutoReqProv: No - -%description musixguit-doc -Documentation for musixguit - -%package musixtex-fonts -Provides: tex-musixtex-fnts = %{tl_version} -Provides: tex-musixtex-fonts = %{tl_version} -Provides: texlive-musixtex-fnts = %{tl_version} -Obsoletes: texlive-musixtex-fnts < 2016 -License: GPL+ -Summary: Fonts used by MusixTeX -Version: svn37762.0 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(musix.map) = %{tl_version} -Provides: tex(musix11.tfm) = %{tl_version} -Provides: tex(musix13.tfm) = %{tl_version} -Provides: tex(musix16.tfm) = %{tl_version} -Provides: tex(musix20.tfm) = %{tl_version} -Provides: tex(musix24.tfm) = %{tl_version} -Provides: tex(musix25.tfm) = %{tl_version} -Provides: tex(musix29.tfm) = %{tl_version} -Provides: tex(musixsps.tfm) = %{tl_version} -Provides: tex(musixspx.tfm) = %{tl_version} -Provides: tex(mxsk.tfm) = %{tl_version} -Provides: tex(xadf11.tfm) = %{tl_version} -Provides: tex(xadf13.tfm) = %{tl_version} -Provides: tex(xadf16.tfm) = %{tl_version} -Provides: tex(xadf20.tfm) = %{tl_version} -Provides: tex(xadf24.tfm) = %{tl_version} -Provides: tex(xadf29.tfm) = %{tl_version} -Provides: tex(xgreg11.tfm) = %{tl_version} -Provides: tex(xgreg13.tfm) = %{tl_version} -Provides: tex(xgreg16.tfm) = %{tl_version} -Provides: tex(xgreg20.tfm) = %{tl_version} -Provides: tex(xgreg24.tfm) = %{tl_version} -Provides: tex(xgreg29.tfm) = %{tl_version} -Provides: tex(xppff10.tfm) = %{tl_version} -Provides: tex(xsld11.tfm) = %{tl_version} -Provides: tex(xsld11d.tfm) = %{tl_version} -Provides: tex(xsld13.tfm) = %{tl_version} -Provides: tex(xsld13d.tfm) = %{tl_version} -Provides: tex(xsld16.tfm) = %{tl_version} -Provides: tex(xsld16d.tfm) = %{tl_version} -Provides: tex(xsld20.tfm) = %{tl_version} -Provides: tex(xsld20d.tfm) = %{tl_version} -Provides: tex(xsld24.tfm) = %{tl_version} -Provides: tex(xsld24d.tfm) = %{tl_version} -Provides: tex(xsld29.tfm) = %{tl_version} -Provides: tex(xsld29d.tfm) = %{tl_version} -Provides: tex(xsldd20.tfm) = %{tl_version} -Provides: tex(xsldu20.tfm) = %{tl_version} -Provides: tex(xslhd11.tfm) = %{tl_version} -Provides: tex(xslhd11d.tfm) = %{tl_version} -Provides: tex(xslhd13.tfm) = %{tl_version} -Provides: tex(xslhd13d.tfm) = %{tl_version} -Provides: tex(xslhd16.tfm) = %{tl_version} -Provides: tex(xslhd16d.tfm) = %{tl_version} -Provides: tex(xslhd20.tfm) = %{tl_version} -Provides: tex(xslhd20d.tfm) = %{tl_version} -Provides: tex(xslhd24.tfm) = %{tl_version} -Provides: tex(xslhd24d.tfm) = %{tl_version} -Provides: tex(xslhd29.tfm) = %{tl_version} -Provides: tex(xslhd29d.tfm) = %{tl_version} -Provides: tex(xslhu11.tfm) = %{tl_version} -Provides: tex(xslhu11d.tfm) = %{tl_version} -Provides: tex(xslhu13.tfm) = %{tl_version} -Provides: tex(xslhu13d.tfm) = %{tl_version} -Provides: tex(xslhu16.tfm) = %{tl_version} -Provides: tex(xslhu16d.tfm) = %{tl_version} -Provides: tex(xslhu20.tfm) = %{tl_version} -Provides: tex(xslhu20d.tfm) = %{tl_version} -Provides: tex(xslhu20m.tfm) = %{tl_version} -Provides: tex(xslhu24.tfm) = %{tl_version} -Provides: tex(xslhu24d.tfm) = %{tl_version} -Provides: tex(xslhu29.tfm) = %{tl_version} -Provides: tex(xslhu29d.tfm) = %{tl_version} -Provides: tex(xslhz20.tfm) = %{tl_version} -Provides: tex(xslhz20d.tfm) = %{tl_version} -Provides: tex(xslu11.tfm) = %{tl_version} -Provides: tex(xslu11d.tfm) = %{tl_version} -Provides: tex(xslu13.tfm) = %{tl_version} -Provides: tex(xslu13d.tfm) = %{tl_version} -Provides: tex(xslu16.tfm) = %{tl_version} -Provides: tex(xslu16d.tfm) = %{tl_version} -Provides: tex(xslu20.tfm) = %{tl_version} -Provides: tex(xslu20d.tfm) = %{tl_version} -Provides: tex(xslu24.tfm) = %{tl_version} -Provides: tex(xslu24d.tfm) = %{tl_version} -Provides: tex(xslu29.tfm) = %{tl_version} -Provides: tex(xslu29d.tfm) = %{tl_version} -Provides: tex(xslud20.tfm) = %{tl_version} -Provides: tex(xslup20.tfm) = %{tl_version} -Provides: tex(xslz20.tfm) = %{tl_version} -Provides: tex(xslz20d.tfm) = %{tl_version} -Provides: tex(xtie20.tfm) = %{tl_version} -Provides: tex(musix11.pfb) = %{tl_version} -Provides: tex(musix13.pfb) = %{tl_version} -Provides: tex(musix16.pfb) = %{tl_version} -Provides: tex(musix20.pfb) = %{tl_version} -Provides: tex(musix24.pfb) = %{tl_version} -Provides: tex(musix29.pfb) = %{tl_version} -Provides: tex(musixsps.pfb) = %{tl_version} -Provides: tex(musixspx.pfb) = %{tl_version} -Provides: tex(mxsk.pfb) = %{tl_version} -Provides: tex(xadf11.pfb) = %{tl_version} -Provides: tex(xadf13.pfb) = %{tl_version} -Provides: tex(xadf16.pfb) = %{tl_version} -Provides: tex(xadf20.pfb) = %{tl_version} -Provides: tex(xadf24.pfb) = %{tl_version} -Provides: tex(xadf29.pfb) = %{tl_version} -Provides: tex(xgreg11.pfb) = %{tl_version} -Provides: tex(xgreg13.pfb) = %{tl_version} -Provides: tex(xgreg16.pfb) = %{tl_version} -Provides: tex(xgreg20.pfb) = %{tl_version} -Provides: tex(xgreg24.pfb) = %{tl_version} -Provides: tex(xgreg29.pfb) = %{tl_version} -Provides: tex(xppff10.pfb) = %{tl_version} -Provides: tex(xsld11.pfb) = %{tl_version} -Provides: tex(xsld11d.pfb) = %{tl_version} -Provides: tex(xsld13.pfb) = %{tl_version} -Provides: tex(xsld13d.pfb) = %{tl_version} -Provides: tex(xsld16.pfb) = %{tl_version} -Provides: tex(xsld16d.pfb) = %{tl_version} -Provides: tex(xsld20.pfb) = %{tl_version} -Provides: tex(xsld20d.pfb) = %{tl_version} -Provides: tex(xsld24.pfb) = %{tl_version} -Provides: tex(xsld24d.pfb) = %{tl_version} -Provides: tex(xsld29.pfb) = %{tl_version} -Provides: tex(xsld29d.pfb) = %{tl_version} -Provides: tex(xsldd20.pfb) = %{tl_version} -Provides: tex(xsldu20.pfb) = %{tl_version} -Provides: tex(xslhd11.pfb) = %{tl_version} -Provides: tex(xslhd11d.pfb) = %{tl_version} -Provides: tex(xslhd13.pfb) = %{tl_version} -Provides: tex(xslhd13d.pfb) = %{tl_version} -Provides: tex(xslhd16.pfb) = %{tl_version} -Provides: tex(xslhd16d.pfb) = %{tl_version} -Provides: tex(xslhd20.pfb) = %{tl_version} -Provides: tex(xslhd20d.pfb) = %{tl_version} -Provides: tex(xslhd24.pfb) = %{tl_version} -Provides: tex(xslhd24d.pfb) = %{tl_version} -Provides: tex(xslhd29.pfb) = %{tl_version} -Provides: tex(xslhd29d.pfb) = %{tl_version} -Provides: tex(xslhu11.pfb) = %{tl_version} -Provides: tex(xslhu11d.pfb) = %{tl_version} -Provides: tex(xslhu13.pfb) = %{tl_version} -Provides: tex(xslhu13d.pfb) = %{tl_version} -Provides: tex(xslhu16.pfb) = %{tl_version} -Provides: tex(xslhu16d.pfb) = %{tl_version} -Provides: tex(xslhu20.pfb) = %{tl_version} -Provides: tex(xslhu20d.pfb) = %{tl_version} -Provides: tex(xslhu24.pfb) = %{tl_version} -Provides: tex(xslhu24d.pfb) = %{tl_version} -Provides: tex(xslhu29.pfb) = %{tl_version} -Provides: tex(xslhu29d.pfb) = %{tl_version} -Provides: tex(xslhz20.pfb) = %{tl_version} -Provides: tex(xslhz20d.pfb) = %{tl_version} -Provides: tex(xslu11.pfb) = %{tl_version} -Provides: tex(xslu11d.pfb) = %{tl_version} -Provides: tex(xslu13.pfb) = %{tl_version} -Provides: tex(xslu13d.pfb) = %{tl_version} -Provides: tex(xslu16.pfb) = %{tl_version} -Provides: tex(xslu16d.pfb) = %{tl_version} -Provides: tex(xslu20.pfb) = %{tl_version} -Provides: tex(xslu20d.pfb) = %{tl_version} -Provides: tex(xslu24.pfb) = %{tl_version} -Provides: tex(xslu24d.pfb) = %{tl_version} -Provides: tex(xslu29.pfb) = %{tl_version} -Provides: tex(xslu29d.pfb) = %{tl_version} -Provides: tex(xslud20.pfb) = %{tl_version} -Provides: tex(xslup20.pfb) = %{tl_version} -Provides: tex(xslz20.pfb) = %{tl_version} -Provides: tex(xslz20d.pfb) = %{tl_version} -Provides: tex(xtie20.pfb) = %{tl_version} -Provides: ctan-musixtex-fonts = %{tl_version} -Obsoletes: ctan-musixtex-fonts < %{tl_version} - -%description musixtex-fonts -These are fonts for use with MusixTeX; they are provided both -as original Metafont source, and as converted Adobe Type 1. The -bundle renders the older (Type 1 fonts only) bundle musixtex- -t1fonts obsolete. - -%package musixtex-fonts-doc -Summary: Documentation for musixtex-fnts -Provides: tex-musixtex-fnts-doc = %{tl_version} -Provides: tex-musixtex-fonts-doc = %{tl_version} -Provides: texlive-musixtex-fnts-doc = %{tl_version} -Obsoletes: texlive-musixtex-fnts-doc < 2016 -Version: svn37762.0 - -AutoReqProv: No - -%description musixtex-fonts-doc -Documentation for musixtex-fnts - -%package piano -Provides: tex-piano = %{tl_version} -License: LPPL -Summary: Typeset a basic 2-octave piano diagram -Version: svn21574.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(piano.sty) = %{tl_version} - -%description piano -This package adds the \keyboard[1][2]..[7] command to your -project. When used, it draws a small 2 octaves piano keyboard -on your document, with up to 7 keys highlighted. Keys go : Co, -Cso, Do, Dso, Eo, Fo, Fso, Go, Gso, Ao, Aso, Bo, Ct, Cst, Dt, -Dst, Et, Ft, Fst, Gt, Gst, At, Ast and Bt. (A working example -is included in the README file.) - -%package piano-doc -Summary: Documentation for piano -Version: svn21574.1.0 - -Provides: tex-piano-doc -AutoReqProv: No - -%description piano-doc -Documentation for piano - -%package songbook -Provides: tex-songbook = %{tl_version} -License: LGPLv2+ -Summary: Package for typesetting song lyrics and chord books -Version: svn18136.4.5 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(calc.sty) -Requires: tex(ifthen.sty) -Requires: tex(xstring.sty) -Requires: tex(multicol.sty) -Provides: tex(conditionals.sty) = %{tl_version} -Provides: tex(songbook.sty) = %{tl_version} - -%description songbook -The package provides an all purpose songbook style. Three types -of output may be created from a single input file: "words and -chords" books for the musicians to play from, "words only" -songbooks for the congregation to sing from, and overhead -transparency masters for congregational use. The package will -also print a table of contents, an index sorted by title and -first line, and an index sorted by key, or by artist/composer. -The package attempts to handle songs in multiple keys, as well -as songs in multiple languages. - -%package songbook-doc -Summary: Documentation for songbook -Version: svn18136.4.5 - -Provides: tex-songbook-doc -AutoReqProv: No - -%description songbook-doc -Documentation for songbook - -%package songs -Provides: tex-songs = %{tl_version} -License: GPL+ -Summary: Produce song books for church or fellowship -Version: svn51494 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(etex.sty) -Requires: tex(keyval.sty) -Requires: tex(color.sty) -Provides: tex(songs.sty) = %{tl_version} - -%description songs -The package provides a means of producing beautiful song books -for church or fellowship. It offers: a very easy chord-entry -syntax; multiple modes (words-only; words+chords; slides; -handouts); measure bars; guitar tablatures; automatic -transposition; scripture quotations; multiple indexes (sorted -by title, author, important lyrics, or scripture references); -and projector-style output generation, for interactive use. A -set of example documents is provided. - -%package songs-doc -Summary: Documentation for songs -Version: svn51494 -Provides: tex-songs-doc -AutoReqProv: No - -%description songs-doc -Documentation for songs - -%package xpiano -Provides: tex-xpiano = %{tl_version} -License: LPPL 1.3 -Summary: An extension of the piano package -Version: svn37604.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(expl3.sty) -Requires: tex(xparse.sty) -Requires: tex(xcolor.sty) -Provides: tex(xpiano.sty) = %{tl_version} - -%description xpiano -This package provides macros for typesetting virtual keyboards -limited to two octaves for showing notes represented by a -colored circle. Optionally, the number used for pitch analysis -can be shown. It is an extension of piano.sty by Emile -Daneault, written in expl3 in answer to a couple of questions -on TeX.StackExchange: -http://tex.stackexchange.com/questions/162184/ -http://tex.stackexchange.com/questions/246276/. It features -extended syntax and several options, like setting the color, -adding numbers for pitch analysis, one or two octaves, and -others. - -%package xpiano-doc -Summary: Documentation for xpiano -Version: svn37604.1.0 - -Provides: tex-xpiano-doc -AutoReqProv: No - -%description xpiano-doc -Documentation for xpiano - -%package mxedruli -Provides: tex-mxedruli = %{tl_version} -License: LPPL -Summary: A pair of fonts for different Georgian alphabets -Version: svn30021.3.3c -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(mxedruli.map) = %{tl_version} -Provides: tex(mxed10.tfm) = %{tl_version} -Provides: tex(mxedbf10.tfm) = %{tl_version} -Provides: tex(mxedc10.tfm) = %{tl_version} -Provides: tex(mxedi10.tfm) = %{tl_version} -Provides: tex(xuc10.tfm) = %{tl_version} -Provides: tex(mxed10.pfb) = %{tl_version} -Provides: tex(mxedbf10.pfb) = %{tl_version} -Provides: tex(mxedc10.pfb) = %{tl_version} -Provides: tex(mxedi10.pfb) = %{tl_version} -Provides: tex(xuc10.pfb) = %{tl_version} -Provides: tex(mxedruli.sty) = %{tl_version} -Provides: tex(umxed.fd) = %{tl_version} -Provides: tex(uxuc.fd) = %{tl_version} -Provides: tex(xucuri.sty) = %{tl_version} - -%description mxedruli -Two Georgian fonts, in both Metafont and Type 1 formats, which -cover the Mxedruli and the Xucuri alphabets. - -%package mxedruli-doc -Summary: Documentation for mxedruli -Version: svn30021.3.3c - -Provides: tex-mxedruli-doc -AutoReqProv: No - -%description mxedruli-doc -Documentation for mxedruli - -%package otibet -Provides: tex-otibet = %{tl_version} -License: LPPL -Summary: otibet package -Version: svn45777 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(tibetan.tfm) = %{tl_version} -Provides: tex(ot1tib.fd) = %{tl_version} -Provides: tex(otibet.sty) = %{tl_version} -Provides: tex(otibet.tex) = %{tl_version} -Provides: tex(t1tib.fd) = %{tl_version} - -%description otibet -otibet package - -%package otibet-doc -Summary: Documentation for otibet -Version: svn45777 -Provides: tex-otibet-doc -AutoReqProv: No - -%description otibet-doc -Documentation for otibet - -%package epsf-dvipdfmx -Provides: tex-epsf-dvipdfmx = %{tl_version} -License: Public Domain -Summary: Plain TeX file for using epsf.tex with (x)dvipdfmx -Version: svn35575.2014 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(epsf-dvipdfmx.tex) = %{tl_version} - -%description epsf-dvipdfmx -epsf-dvipdfmx.tex is a plain TeX file to be \input after -epsf.tex when using plain TeX with dvipdfmx. As in: \input epsf -\input epsf-dvipdfmx It is needed when an .eps file has -anything except the origin (0,0) for the lower-left of its -bounding box. - -%package epsf-dvipdfmx-doc -Summary: Documentation for epsf-dvipdfmx -Version: svn35575.2014 - -Provides: tex-epsf-dvipdfmx-doc -AutoReqProv: No - -%description epsf-dvipdfmx-doc -Documentation for epsf-dvipdfmx - -%package figflow -Provides: tex-figflow = %{tl_version} -License: Copyright only -Summary: Flow text around a figure -Version: svn21462.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(figflow.tex) = %{tl_version} - -%description figflow -Provides a Plain TeX macro \figflow that allows one to insert a -figure into an area inset into a paragraph. Command arguments -are width and height of the figure, and the figure (and its -caption) itself. Usage details are to be found in the TeX file -itself. The package does not work with LaTeX; packages such as -wrapfig, floatflt and picins support the needs of LaTeX users -in this area. - -%package figflow-doc -Summary: Documentation for figflow -Version: svn21462.0 - -Provides: tex-figflow-doc -AutoReqProv: No - -%description figflow-doc -Documentation for figflow - -%package fixpdfmag -Provides: tex-fixpdfmag = %{tl_version} -License: Public Domain -Summary: Fix magnification in PDFTeX -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(fixpdfmag.tex) = %{tl_version} - -%description fixpdfmag -A recent change to PDFTeX has caused magnification to apply to -page dimensions. This small package changes the values set in -the page dimension variables from pt to truept, thus evading -the effects of \mag. - -%package font-change -Provides: tex-font-change = %{tl_version} -License: CC-BY-SA -Summary: Macros to change text and mathematics fonts in plain TeX -Version: svn40403 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(font-change.tex) = %{tl_version} -Provides: tex(font-change_FRENCH.tex) = %{tl_version} -Provides: tex(font_antp_euler.tex) = %{tl_version} -Provides: tex(font_antt-condensed-light.tex) = %{tl_version} -Provides: tex(font_antt-condensed-medium.tex) = %{tl_version} -Provides: tex(font_antt-condensed.tex) = %{tl_version} -Provides: tex(font_antt-light.tex) = %{tl_version} -Provides: tex(font_antt-medium.tex) = %{tl_version} -Provides: tex(font_antt.tex) = %{tl_version} -Provides: tex(font_arev.tex) = %{tl_version} -Provides: tex(font_artemisia_euler.tex) = %{tl_version} -Provides: tex(font_bera_concrete.tex) = %{tl_version} -Provides: tex(font_bera_euler.tex) = %{tl_version} -Provides: tex(font_bera_fnc.tex) = %{tl_version} -Provides: tex(font_bookman.tex) = %{tl_version} -Provides: tex(font_century.tex) = %{tl_version} -Provides: tex(font_charter.tex) = %{tl_version} -Provides: tex(font_cm.tex) = %{tl_version} -Provides: tex(font_cmbright.tex) = %{tl_version} -Provides: tex(font_concrete.tex) = %{tl_version} -Provides: tex(font_epigrafica_euler.tex) = %{tl_version} -Provides: tex(font_epigrafica_palatino.tex) = %{tl_version} -Provides: tex(font_iwona-bold.tex) = %{tl_version} -Provides: tex(font_iwona-condensed-bold.tex) = %{tl_version} -Provides: tex(font_iwona-condensed-light.tex) = %{tl_version} -Provides: tex(font_iwona-condensed-medium.tex) = %{tl_version} -Provides: tex(font_iwona-condensed.tex) = %{tl_version} -Provides: tex(font_iwona-light.tex) = %{tl_version} -Provides: tex(font_iwona-medium.tex) = %{tl_version} -Provides: tex(font_iwona.tex) = %{tl_version} -Provides: tex(font_kp-light.tex) = %{tl_version} -Provides: tex(font_kp.tex) = %{tl_version} -Provides: tex(font_kurier-bold.tex) = %{tl_version} -Provides: tex(font_kurier-condensed-bold.tex) = %{tl_version} -Provides: tex(font_kurier-condensed-light.tex) = %{tl_version} -Provides: tex(font_kurier-condensed-medium.tex) = %{tl_version} -Provides: tex(font_kurier-condensed.tex) = %{tl_version} -Provides: tex(font_kurier-light.tex) = %{tl_version} -Provides: tex(font_kurier-medium.tex) = %{tl_version} -Provides: tex(font_kurier.tex) = %{tl_version} -Provides: tex(font_libertine_kp.tex) = %{tl_version} -Provides: tex(font_libertine_palatino.tex) = %{tl_version} -Provides: tex(font_libertine_times.tex) = %{tl_version} -Provides: tex(font_mdutopia.tex) = %{tl_version} -Provides: tex(font_pagella.tex) = %{tl_version} -Provides: tex(font_palatino.tex) = %{tl_version} -Provides: tex(font_times.tex) = %{tl_version} -Provides: tex(font_utopia.tex) = %{tl_version} - -%description font-change -Macros to Change Text and Mathematics fonts in TeX: 45 -Beautiful Variants The macros are written for plain TeX and may -be used with other packages like AmSTeX, eplain, etc. They also -work with XeTeX. The macros allow users to change the fonts -(for both text and mathematics) in their TeX document with only -one statement. The fonts may be used readily at various -predefined sizes. All the fonts called by these macro files are -free and are included in current MiKTeX and TeX Live -distributions. - -%package font-change-doc -Summary: Documentation for font-change -Version: svn40403 - -Provides: tex-font-change-doc -AutoReqProv: No - -%description font-change-doc -Documentation for font-change - -%package fontch -Provides: tex-fontch = %{tl_version} -License: LPPL -Summary: Changing fonts, sizes and encodings in Plain TeX -Version: svn17859.2.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(DSmac.tex) = %{tl_version} -Provides: tex(TS1mac.tex) = %{tl_version} -Provides: tex(bsymbols.tex) = %{tl_version} -Provides: tex(fontch.tex) = %{tl_version} -Provides: tex(fontch_doc.tex) = %{tl_version} - -%description fontch -The fontch macros allow the user to change font size and family -anywhere in a plain TeX document. Sizes of 8, 10, 12, 14, 20 -and 24 points are available. A sans serif family (\sf) is -defined in addition to the families already defined in plain -TeX. Optional support for Latin Modern T1 and TS1 fonts is -given. There are macros for non-latin1 letters and for most TS1 -symbols. Math mode always uses CM fonts. A command for -producing doubled-spaced documents is also provided. The -present version of the package is designed to deal with the -latest release of the Latin Modern fonts version 1.106. -Unfortunately, it can no longer support earlier versions of the -fonts, so an obsolete version of the package is retained for -users who don't yet have access to the latest version of the -fonts. - -%package fontch-doc -Summary: Documentation for fontch -Version: svn17859.2.2 - -Provides: tex-fontch-doc -AutoReqProv: No - -%description fontch-doc -Documentation for fontch - -%package getoptk -Provides: tex-getoptk = %{tl_version} -License: CeCILL-B -Summary: Define macros with sophisticated options -Version: svn23567.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(getoptk.tex) = %{tl_version} -Provides: tex(guide.tex) = %{tl_version} - -%description getoptk -The package provides a means of defining macros whose options -are taken from a dictionary, which includes options which -themselves have arguments. The package was designed for use -with Plain TeX; its syntax derives from that of the \hbox, -\hrule, etc., TeX primitives. - -%package getoptk-doc -Summary: Documentation for getoptk -Version: svn23567.1.0 - -Provides: tex-getoptk-doc -AutoReqProv: No - -%description getoptk-doc -Documentation for getoptk - -%package gfnotation -Provides: tex-gfnotation = %{tl_version} -License: GPLv3+ -Summary: Typeset Gottlob Frege's notation in plain TeX -Version: svn37156.2.9 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(GFnotation.tex) = %{tl_version} - -%description gfnotation -The package implements macros for plain TeX to typeset the -notation invented by Gottlob Frege in 1879 for his books -"Begriffsschrift" and "Grundgesetze der Arithmetik" (two -volumes). The output styles of both books are supported. - -%package gfnotation-doc -Summary: Documentation for gfnotation -Version: svn37156.2.9 - -Provides: tex-gfnotation-doc -AutoReqProv: No - -%description gfnotation-doc -Documentation for gfnotation - -%package graphics-pln -Provides: tex-graphics-pln = %{tl_version} -License: LPPL -Summary: LaTeX-style graphics for Plain TeX users -Version: svn54080 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(autopict.sty) = %{tl_version} -Provides: tex(color.tex) = %{tl_version} -Provides: tex(graphicx.tex) = %{tl_version} -Provides: tex(miniltx.tex) = %{tl_version} -Provides: tex(picture.tex) = %{tl_version} -Provides: tex(psfrag.tex) = %{tl_version} - -%description graphics-pln -The Plain TeX graphics package is mostly a thin shell around -the LaTeX graphicx and color packages, with support of the -LaTeX-isms in those packages provided by miniltx (which is the -largest part of the bundle). The bundle also contains a file -"picture.tex", which is a wrapper around the autopict.sty, and -provides the LaTeX picture mode to Plain TeX users. - -%package graphics-pln-doc -Summary: Documentation for graphics-pln -Version: svn54080 -Provides: tex-graphics-pln-doc -AutoReqProv: No - -%description graphics-pln-doc -Documentation for graphics-pln - -%package hyplain -Provides: tex-hyplain = %{tl_version} -License: Public Domain -Summary: Basic support for multiple languages in Plain TeX -Version: svn15878.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(hylang.tex) = %{tl_version} -Provides: tex(hyplain.tex) = %{tl_version} -Provides: tex(hyrules.tex) = %{tl_version} - -%description hyplain -The package offers a means to set up hyphenation suitable for -several languages and/or dialects, and to select them or switch -between them while typesetting. - -%package hyplain-doc -Summary: Documentation for hyplain -Version: svn15878.1.0 - -Provides: tex-hyplain-doc -AutoReqProv: No - -%description hyplain-doc -Documentation for hyplain - -%package js-misc -Provides: tex-js-misc = %{tl_version} -License: Public Domain -Summary: Miscellaneous macros from Joachim Schrod -Version: svn16211.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(cassette.tex) = %{tl_version} -Provides: tex(idverb.tex) = %{tl_version} -Provides: tex(js-misc.tex) = %{tl_version} -Provides: tex(schild.tex) = %{tl_version} -Provides: tex(sperr.tex) = %{tl_version} -Provides: tex(xfig.tex) = %{tl_version} - -%description js-misc -A bunch of packages, including: idverb.tex, for 'short -verbatim'; xfig.tex, for including xfig/transfig output in a -TeX document; and cassette.tex for setting cassette labels. - -%package js-misc-doc -Summary: Documentation for js-misc -Version: svn16211.0 - -Provides: tex-js-misc-doc -AutoReqProv: No - -%description js-misc-doc -Documentation for js-misc - -%package mkpattern -Provides: tex-mkpattern = %{tl_version} -License: LPPL -Summary: A utility for making hyphenation patterns -Version: svn15878.1.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(mkpatter.tex) = %{tl_version} - -%description mkpattern -Mkpattern is a general purpose program for the generation of -hyphenation patterns, with definition of letter sets and -template-like constructions. It also provides an easy way to -handle different input and output encodings, and featgures -generation of clean UTF-8 patterns. The package was used for -the creation of the Galician patterns. - -%package mkpattern-doc -Summary: Documentation for mkpattern -Version: svn15878.1.2 - -Provides: tex-mkpattern-doc -AutoReqProv: No - -%description mkpattern-doc -Documentation for mkpattern - -%package newsletr -Provides: tex-newsletr = %{tl_version} -License: Newsletr -Summary: Macros for making newsletters with Plain TeX -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(newsletr.tex) = %{tl_version} - -%description newsletr -newsletr package - -%package newsletr-doc -Summary: Documentation for newsletr -Version: svn15878.0 - -Provides: tex-newsletr-doc -AutoReqProv: No - -%description newsletr-doc -Documentation for newsletr - -%package pitex -Provides: tex-pitex = %{tl_version} -License: LPPL -Summary: Documentation macros -Version: svn24731.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(pitex.tex) = %{tl_version} - -%description pitex -The bundle provides macros that the author uses when writing -documentation (for example, that of the texapi and yax -packages). The tools could be used by anyone, but there is no -documentation, and the macros are subject to change without -notice. - -%package pitex-doc -Summary: Documentation for pitex -Version: svn24731.0 - -Provides: tex-pitex-doc -AutoReqProv: No - -%description pitex-doc -Documentation for pitex - -%package placeins-plain -Provides: tex-placeins-plain = %{tl_version} -License: Public Domain -Summary: Insertions that keep their place -Version: svn15878.2.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(placeins.tex) = %{tl_version} - -%description placeins-plain -This TeX file provides various mechanisms (for plain TeX and -close relatives) to let insertions (footnotes, topins, pageins, -etc.) float within their appropriate section, but to prevent -them from intruding into the following section, even when -sections do not normally begin a new page. (If your sections -normally begin a new page, just use \supereject to flush out -insertions.) - -%package plipsum -Provides: tex-plipsum = %{tl_version} -License: LPPL -Summary: 'Lorem ipsum' for Plain TeX developers -Version: svn30353.4.3 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(plipsum.tex) = %{tl_version} - -%description plipsum -The package provides a paragraph generator designed for use in -Plain TeX documents. The paragraphs generated contain many 'f- -groups' (ff, fl etc.) so the text can act as a test of the -ligatures of the font in use. - -%package plipsum-doc -Summary: Documentation for plipsum -Version: svn30353.4.3 - -Provides: tex-plipsum-doc -AutoReqProv: No - -%description plipsum-doc -Documentation for plipsum - -%package plnfss -Provides: tex-plnfss = %{tl_version} -License: LPPL -Summary: Font selection for Plain TeX -Version: svn15878.1.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(MIKmathf.tex) = %{tl_version} -Provides: tex(plnfss.tex) = %{tl_version} - -%description plnfss -Plnfss is a set of macros to provide easy font access (somewhat -similar to NFSS but with some limitations) with Plain TeX. -Plnfss can automatically make use of PSNFSS fd files, i.e., -when an Adobe Type 1 is used the relevant fd file will be -loaded automatically. For cmr-like fonts (ec, vnr, csr or plr -fonts), a special format called pfd (plain fd) is required and -must be loaded manually. See ot1cmr.pfd for further -information. - -%package plnfss-doc -Summary: Documentation for plnfss -Version: svn15878.1.1 - -Provides: tex-plnfss-doc -AutoReqProv: No - -%description plnfss-doc -Documentation for plnfss - -%package plstmary -Provides: tex-plstmary = %{tl_version} -License: Public Domain -Summary: St. Mary's Road font support for plain TeX -Version: svn31088.0.5c - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(stmary.tex) = %{tl_version} - -%description plstmary -The package provides commands to produce all the symbols of the -St Mary's Road fonts, in a Plain TeX environment. - -%package plstmary-doc -Summary: Documentation for plstmary -Version: svn31088.0.5c - -Provides: tex-plstmary-doc -AutoReqProv: No - -%description plstmary-doc -Documentation for plstmary - -%package present -Provides: tex-present = %{tl_version} -License: LPPL -Summary: Presentations with Plain TeX -Version: svn50048 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(present.tex) = %{tl_version} - -%description present -The package offers a collection of simple macros for preparing -presentations in Plain TeX. Slide colour and text colour may be -set, links between parts of the presentation, to other files, -and to web addresses may be inserted. Images may be included -easily, and code is available to provide transition effects -between slides or frames. The structure of the macros is not -overly complex, so that users should find it easy to adapt the -macros to their specific needs. - -%package present-doc -Summary: Documentation for present -Version: svn50048 -Provides: tex-present-doc -AutoReqProv: No - -%description present-doc -Documentation for present - -%package resumemac -Provides: tex-resumemac = %{tl_version} -License: Public Domain -Summary: Plain TeX macros for resumes -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(resumemac.tex) = %{tl_version} - -%description resumemac -A set of macros is provided, together with an file that offers -an example of use. - -%package resumemac-doc -Summary: Documentation for resumemac -Version: svn15878.0 - -Provides: tex-resumemac-doc -AutoReqProv: No - -%description resumemac-doc -Documentation for resumemac - -# Fedora keeps this in texinfo-tex -%if 0 -%package texinfo -Provides: tex-texinfo = %{tl_version} -License: GPL+ -Summary: Texinfo documentation system -Version: svn53776 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(texinfo.tex) = %{tl_version} -Provides: tex(txi-cs.tex) = %{tl_version} -Provides: tex(txi-de.tex) = %{tl_version} -Provides: tex(txi-en.tex) = %{tl_version} -Provides: tex(txi-es.tex) = %{tl_version} -Provides: tex(txi-fr.tex) = %{tl_version} -Provides: tex(txi-it.tex) = %{tl_version} -Provides: tex(txi-nb.tex) = %{tl_version} -Provides: tex(txi-nl.tex) = %{tl_version} -Provides: tex(txi-nn.tex) = %{tl_version} -Provides: tex(txi-pl.tex) = %{tl_version} -Provides: tex(txi-pt.tex) = %{tl_version} -Provides: tex(txi-ru.tex) = %{tl_version} -Provides: tex(txi-sr.tex) = %{tl_version} -Provides: tex(txi-tr.tex) = %{tl_version} -Provides: tex(txi-uk.tex) = %{tl_version} - -%description texinfo -Texinfo is the preferred format for documentation in the GNU -project; the format may be used to produce online or printed -output from a single source. The Texinfo macros may be used to -produce printable output using TeX; other programs in the -distribution offer online interactive use (with hypertext -linkages in some cases). Note that a developers' snapshot of -the latest release of the Texinfo macros may be found in the -Texinfo 'latest' package. -%endif - -%package timetable -Provides: tex-timetable = %{tl_version} -License: LPPL -Summary: Generate timetables -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(timetable.tex) = %{tl_version} - -%description timetable -A highly-configurable package, with nice output and simple -input. The macros use a radix sort mechanism so that the order -of input is not critical. - -%package treetex -Provides: tex-treetex = %{tl_version} -License: Public Domain -Summary: Draw trees -Version: svn28176.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(classes.tex) = %{tl_version} -Provides: tex(l_pic.tex) = %{tl_version} -Provides: tex(treetex.tex) = %{tl_version} - -%description treetex -Macros to draw trees, within TeX (or LaTeX). The algorithm used -is discussed in an accompanying paper (written using LaTeX -2.09). - -%package treetex-doc -Summary: Documentation for treetex -Version: svn28176.0 - -Provides: tex-treetex-doc -AutoReqProv: No - -%description treetex-doc -Documentation for treetex - -%package varisize -Provides: tex-varisize = %{tl_version} -License: Public Domain -Summary: Change font size in Plain TeX -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(10point.tex) = %{tl_version} -Provides: tex(10pointss.tex) = %{tl_version} -Provides: tex(11point.tex) = %{tl_version} -Provides: tex(12point.tex) = %{tl_version} -Provides: tex(14point.tex) = %{tl_version} -Provides: tex(17point.tex) = %{tl_version} -Provides: tex(20point.tex) = %{tl_version} -Provides: tex(7point.tex) = %{tl_version} -Provides: tex(8point.tex) = %{tl_version} -Provides: tex(9point.tex) = %{tl_version} - -%description varisize -A series of files, each of which defines a size-change macro. -Note that 10point.tex is by convention called by one of the -other files, so that there's always a "way back". - -%package varisize-doc -Summary: Documentation for varisize -Version: svn15878.0 - -Provides: tex-varisize-doc -AutoReqProv: No - -%description varisize-doc -Documentation for varisize - -%package xii-doc -Summary: Documentation for xii -Version: svn45804 -Provides: tex-xii-doc -AutoReqProv: No - -%description xii-doc -Documentation for xii - -%package collection-pstricks -Summary: PSTricks -Version: svn54455 -Requires: texlive-base -Requires: texlive-collection-basic -Requires: texlive-collection-plaingeneric -Requires: texlive-auto-pst-pdf -Requires: texlive-bclogo -Requires: texlive-dsptricks -Requires: texlive-makeplot -Requires: texlive-pdftricks -Requires: texlive-pdftricks2 -Requires: texlive-pedigree-perl -Requires: texlive-psbao -Requires: texlive-pst-2dplot -Requires: texlive-pst-3d -Requires: texlive-pst-3dplot -Requires: texlive-pst-abspos -Requires: texlive-pst-am -Requires: texlive-pst-antiprism -Requires: texlive-pst-arrow -Requires: texlive-pst-asr -Requires: texlive-pst-bar -Requires: texlive-pst-barcode -Requires: texlive-pst-bezier -Requires: texlive-pst-blur -Requires: texlive-pst-bspline -Requires: texlive-pst-calculate -Requires: texlive-pst-calendar -Requires: texlive-pst-cie -Requires: texlive-pst-circ -Requires: texlive-pst-coil -Requires: texlive-pst-contourplot -Requires: texlive-pst-cox -Requires: texlive-pst-dart -Requires: texlive-pst-dbicons -Requires: texlive-pst-diffraction -Requires: texlive-pst-electricfield -Requires: texlive-pst-eps -Requires: texlive-pst-eucl -Requires: texlive-pst-exa -Requires: texlive-pst-feyn -Requires: texlive-pst-fill -Requires: texlive-pst-fit -Requires: texlive-pst-fr3d -Requires: texlive-pst-fractal -Requires: texlive-pst-fun -Requires: texlive-pst-func -Requires: texlive-pst-gantt -Requires: texlive-pst-geo -Requires: texlive-pst-geometrictools -Requires: texlive-pst-ghsb -Requires: texlive-pst-gr3d -Requires: texlive-pst-grad -Requires: texlive-pst-graphicx -Requires: texlive-pst-infixplot -Requires: texlive-pst-intersect -Requires: texlive-pst-jtree -Requires: texlive-pst-knot -Requires: texlive-pst-labo -Requires: texlive-pst-layout -Requires: texlive-pst-lens -Requires: texlive-pst-light3d -Requires: texlive-pst-lsystem -Requires: texlive-pst-magneticfield -Requires: texlive-pst-marble -Requires: texlive-pst-math -Requires: texlive-pst-mirror -Requires: texlive-pst-moire -Requires: texlive-pst-node -Requires: texlive-pst-ob3d -Requires: texlive-pst-ode -Requires: texlive-pst-optexp -Requires: texlive-pst-optic -Requires: texlive-pst-osci -Requires: texlive-pst-ovl -Requires: texlive-pst-pad -Requires: texlive-pst-pdf -Requires: texlive-pst-pdgr -Requires: texlive-pst-perspective -Requires: texlive-pst-platon -Requires: texlive-pst-plot -Requires: texlive-pst-poker -Requires: texlive-pst-poly -Requires: texlive-pst-pulley -Requires: texlive-pst-qtree -Requires: texlive-pst-rputover -Requires: texlive-pst-rubans -Requires: texlive-pst-shell -Requires: texlive-pst-sigsys -Requires: texlive-pst-slpe -Requires: texlive-pst-solarsystem -Requires: texlive-pst-solides3d -Requires: texlive-pst-soroban -Requires: texlive-pst-spectra -Requires: texlive-pst-spinner -Requires: texlive-pst-stru -Requires: texlive-pst-support-doc -Requires: texlive-pst-text -Requires: texlive-pst-thick -Requires: texlive-pst-tools -Requires: texlive-pst-tree -Requires: texlive-pst-turtle -Requires: texlive-pst-tvz -Requires: texlive-pst-uml -Requires: texlive-pst-vectorian -Requires: texlive-pst-vehicle -Requires: texlive-pst-venn -Requires: texlive-pst-vowel -Requires: texlive-pst2pdf -Requires: texlive-pstricks -Requires: texlive-pstricks-add -Requires: texlive-pstricks_calcnotes-doc -Requires: texlive-uml -Requires: texlive-vaucanson-g -Requires: texlive-vocaltract - -%description collection-pstricks -PSTricks core and all add-on packages. - -%package dsptricks -Provides: tex-dsptricks = %{tl_version} -License: LPPL -Summary: Macros for Digital Signal Processing plots -Version: svn34724.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(calc.sty) -Requires: tex(fp.sty) -Requires: tex(pst-xkey.sty) -Requires: tex(fmtcount.sty) -Requires: tex(ifthen.sty) -Requires: tex(pstricks.sty) -Requires: tex(pstricks-add.sty) -Provides: tex(dspblocks.sty) = %{tl_version} -Provides: tex(dspfunctions.sty) = %{tl_version} -Provides: tex(dsptricks.sty) = %{tl_version} - -%description dsptricks -The package provides a set of LaTeX macros (based on PSTricks) -for plotting the kind of graphs and figures that are usually -employed in digital signal processing publications. DSPTricks -provides facilities for standard discrete-time "lollipop" -plots, continuous-time and frequency plots, and pole-zero -plots. The companion package DSPFunctions (dspfunctions.sty) -provides macros for computing frequency responses and DFTs, -while the package DSPBlocks (dspblocks.sty) supports DSP block -diagrams. - -%package dsptricks-doc -Summary: Documentation for dsptricks -Version: svn34724.1.0 - -Provides: tex-dsptricks-doc -AutoReqProv: No - -%description dsptricks-doc -Documentation for dsptricks - -%package makeplot -Provides: tex-makeplot = %{tl_version} -License: LPPL -Summary: Easy plots from Matlab in LaTeX -Version: svn15878.1.0.6 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(fp.sty) -Requires: tex(pst-plot.sty) -Requires: tex(pstricks-add.sty) -Requires: tex(xkeyval.sty) -Provides: tex(makeplot.sty) = %{tl_version} - -%description makeplot -Existing approaches to create EPS files from Matlab (laprint, -mma2ltx, print -eps, etc.) aren't satisfactory; makeplot aims -to resolve this problem. Makeplot is a LaTeX package that uses -the pstricks pst-plot functions to plot data that it takes from -Matlab output files. - -%package makeplot-doc -Summary: Documentation for makeplot -Version: svn15878.1.0.6 - -Provides: tex-makeplot-doc -AutoReqProv: No - -%description makeplot-doc -Documentation for makeplot - -%package pdftricks -Provides: tex-pdftricks = %{tl_version} -License: GPL+ -Summary: Support for pstricks in pdfTeX -Version: svn15878.1.16 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(graphicx.sty) -Requires: tex(color.sty) -Requires: tex(moreverb.sty) -Requires: tex(keyval.sty) -Provides: tex(pdftricks.sty) = %{tl_version} - -%description pdftricks -The PSTricks macros cannot be used (directly) with pdfTeX, -since pstricks uses PostScript arithmetic, which isn't part of -PDF. This package circumvents this limitation so that the -extensive facilities offered by the powerful PSTricks package -can be made use of in a pdfTeX document. This is done using the -shell escape function available in current TeX implementations. -The package may also be used in support of other 'PostScript- -output-only' packages, such as PSfrag. For alternatives, users -may care to review the discussion in the PSTricks online -documentation. - -%package pdftricks-doc -Summary: Documentation for pdftricks -Version: svn15878.1.16 - -Provides: tex-pdftricks-doc -AutoReqProv: No - -%description pdftricks-doc -Documentation for pdftricks - -%package pdftricks2 -Provides: tex-pdftricks2 = %{tl_version} -License: GPLv2+ -Summary: Use pstricks in pdfTeX -Version: svn31016.1.01 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(pstricks.sty) -Requires: tex(graphicx.sty) -Requires: tex(ifpdf.sty) -Requires: tex(moreverb.sty) -Requires: tex(ifplatform.sty) -Provides: tex(pdftricks2.sty) = %{tl_version} - -%description pdftricks2 -The package provides the means of processing documents (that -contain pstricks graphics specifications. The package is -inspired by pdftricks - -%package pdftricks2-doc -Summary: Documentation for pdftricks2 -Version: svn31016.1.01 - -Provides: tex-pdftricks2-doc -AutoReqProv: No - -%description pdftricks2-doc -Documentation for pdftricks2 - -%package psbao -Provides: tex-psbao = %{tl_version} -License: LPPL -Summary: Draw Bao diagrams -Version: svn15878.0.17 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(pstricks.sty) -Requires: tex(calc.sty) -Requires: tex(ifthen.sty) -Requires: tex(cool.sty) -Requires: tex(etex.sty) -Provides: tex(psbao.sty) = %{tl_version} - -%description psbao -The package draws Bao diagrams in LaTeX. The package is a -development of psgo, and uses PSTricks to draw the diagrams. - -%package psbao-doc -Summary: Documentation for psbao -Version: svn15878.0.17 - -Provides: tex-psbao-doc -AutoReqProv: No - -%description psbao-doc -Documentation for psbao - -%package pst-2dplot -Provides: tex-pst-2dplot = %{tl_version} -License: LPPL -Summary: A PSTricks package for drawing 2D curves -Version: svn15878.1.5 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(pst-2dplot.sty) = %{tl_version} - -%description pst-2dplot -Pst-2dplot is a pstricks package that offers an easy-to-use and -intuitive tool for plotting 2-d curves. It defines an -environment with commands similar to MATLAB for plotting. - -%package pst-2dplot-doc -Summary: Documentation for pst-2dplot -Version: svn15878.1.5 - -Provides: tex-pst-2dplot-doc -AutoReqProv: No - -%description pst-2dplot-doc -Documentation for pst-2dplot - -%package pst-3d -Provides: tex-pst-3d = %{tl_version} -License: LPPL -Summary: A PSTricks package for tilting and other pseudo-3D tricks -Version: svn17257.1.10 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(pstricks.sty) -Provides: tex(pst-3d.tex) = %{tl_version} -Provides: tex(pst-3d.sty) = %{tl_version} - -%description pst-3d -The package provides basic macros that use PSTricks for -shadows, tilting and three dimensional representations of text -or graphical objects. - -%package pst-3d-doc -Summary: Documentation for pst-3d -Version: svn17257.1.10 - -Provides: tex-pst-3d-doc -AutoReqProv: No - -%description pst-3d-doc -Documentation for pst-3d - -%package pst-3dplot -Provides: tex-pst-3dplot = %{tl_version} -License: LPPL -Summary: Draw 3D objects in parallel projection, using PSTricks -Version: svn43703 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Requires: tex(pst-3d.sty) -Requires: tex(pst-plot.sty) -Requires: tex(pst-node.sty) -Requires: tex(multido.sty) -Provides: tex(pst-3dplot.tex) = %{tl_version} -Provides: tex(pst-3dplot.sty) = %{tl_version} - -%description pst-3dplot -A package using PSTricks to draw a large variety of graphs and -plots, including 3D maths functions. Data can be read from -external data files, making this package a generic tool for -graphing within TeX/LaTeX, without the need for external tools. - -%package pst-3dplot-doc -Summary: Documentation for pst-3dplot -Version: svn43703 -Provides: tex-pst-3dplot-doc -AutoReqProv: No - -%description pst-3dplot-doc -Documentation for pst-3dplot - -%package pst-abspos -Provides: tex-pst-abspos = %{tl_version} -License: LPPL -Summary: Put objects at an absolute position -Version: svn15878.0.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(pstricks.sty) -Provides: tex(pst-abspos.tex) = %{tl_version} -Provides: tex(pst-abspos.sty) = %{tl_version} - -%description pst-abspos -The (PSTricks-related) package provides a command -\pstPutAbs(x,y) to put an object at an arbitrary absolute (or -even a relative) position on the page. - -%package pst-abspos-doc -Summary: Documentation for pst-abspos -Version: svn15878.0.2 - -Provides: tex-pst-abspos-doc -AutoReqProv: No - -%description pst-abspos-doc -Documentation for pst-abspos - -%package pst-am -Provides: tex-pst-am = %{tl_version} -License: LPPL -Summary: Simulation of modulation and demodulation -Version: svn19591.1.02 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(pstricks.sty) -Requires: tex(pst-plot.sty) -Requires: tex(pst-node.sty) -Requires: tex(pst-xkey.sty) -Requires: tex(numprint.sty) -Requires: tex(multido.sty) -Provides: tex(pst-am.sty) = %{tl_version} - -%description pst-am -The package allows the simulation of the modulated and -demodulated amplitude of radio waves. The user may plot curves -of modulated signals, wave carrier, signal modulation, signal -recovery and signal demodulation. - -%package pst-am-doc -Summary: Documentation for pst-am -Version: svn19591.1.02 - -Provides: tex-pst-am-doc -AutoReqProv: No - -%description pst-am-doc -Documentation for pst-am - -%package pst-asr -Provides: tex-pst-asr = %{tl_version} -License: LPPL -Summary: Typeset autosegmental representations for linguists -Version: svn22138.1.3 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(pstricks.sty) -Requires: tex(pst-xkey.sty) -Provides: tex(pst-asr.tex) = %{tl_version} -Provides: tex(pst-asr.sty) = %{tl_version} - -%description pst-asr -The package allows the user to typeset autosegmental -representations. It uses the PStricks, and xkeyval packages. - -%package pst-asr-doc -Summary: Documentation for pst-asr -Version: svn22138.1.3 - -Provides: tex-pst-asr-doc -AutoReqProv: No - -%description pst-asr-doc -Documentation for pst-asr - -%package pst-bar -Provides: tex-pst-bar = %{tl_version} -License: LPPL -Summary: Produces bar charts using pstricks -Version: svn18734.0.92 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(pstricks.sty) -Provides: tex(pst-bar.tex) = %{tl_version} -Provides: tex(pst-bar.sty) = %{tl_version} - -%description pst-bar -The package uses pstricks to draw bar charts from data stored -in a comma-delimited file. Several types of bar charts may be -drawn, and the drawing parameters are highly customizable. No -external packages are required except those that are part of -the standard pstricks distribution. - -%package pst-bar-doc -Summary: Documentation for pst-bar -Version: svn18734.0.92 - -Provides: tex-pst-bar-doc -AutoReqProv: No - -%description pst-bar-doc -Documentation for pst-bar - -%package pst-barcode -Provides: tex-pst-barcode = %{tl_version} -License: LPPL -Summary: Print barcodes using PostScript -Version: svn45096 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Provides: tex(pst-barcode.tex) = %{tl_version} -Provides: tex(pst-barcode.sty) = %{tl_version} - -%description pst-barcode -The pst-barcode package allows printing of barcodes, in a huge -variety of formats, including quick-response (qr) codes (see -documentation for details). As a pstricks package, the package -requires pstricks. The package uses PostScript for calculating -the bars. For PDF output use a multi-pass mechansism such as -pst-pdf. - -%package pst-barcode-doc -Summary: Documentation for pst-barcode -Version: svn45096 -Provides: tex-pst-barcode-doc -AutoReqProv: No - -%description pst-barcode-doc -Documentation for pst-barcode - -%package pst-bezier -Provides: tex-pst-bezier = %{tl_version} -License: LPPL -Summary: Draw Bezier curves -Version: svn41981 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Provides: tex(pst-bezier.tex) = %{tl_version} -Provides: tex(pst-bezier.sty) = %{tl_version} - -%description pst-bezier -The package provides a macro \psbcurve for drawing a Bezier -curve. Provision is made for full control of over all the -control points of the curve. - -%package pst-bezier-doc -Summary: Documentation for pst-bezier -Version: svn41981 -Provides: tex-pst-bezier-doc -AutoReqProv: No - -%description pst-bezier-doc -Documentation for pst-bezier - -%package pst-blur -Provides: tex-pst-blur = %{tl_version} -License: LPPL -Summary: PSTricks package for "blurred" shadows -Version: svn15878.2.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(pstricks.sty) -Provides: tex(pst-blur.tex) = %{tl_version} -Provides: tex(pst-blur.sty) = %{tl_version} - -%description pst-blur -Pst-blur is a package built for use with PSTricks. It provides -macros that apply blurring to the normal shadow function of -PSTricks. - -%package pst-blur-doc -Summary: Documentation for pst-blur -Version: svn15878.2.0 - -Provides: tex-pst-blur-doc -AutoReqProv: No - -%description pst-blur-doc -Documentation for pst-blur - -%package pst-bspline -Provides: tex-pst-bspline = %{tl_version} -License: LPPL -Summary: Draw cubic Bspline curves and interpolations -Version: svn40685 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(pst-bspline.tex) = %{tl_version} -Provides: tex(pst-bspline.sty) = %{tl_version} - -%description pst-bspline -The package draws uniform, cubic B-spline curves, open and -closed, based on a sequence of B-spline control points. There -is also code which permits drawing the open or closed cubic -Bspline curve interpolating a sequence of points. Graphical -output is created using PStricks. - -%package pst-bspline-doc -Summary: Documentation for pst-bspline -Version: svn40685 - -Provides: tex-pst-bspline-doc -AutoReqProv: No - -%description pst-bspline-doc -Documentation for pst-bspline - -%package pst-calendar -Provides: tex-pst-calendar = %{tl_version} -License: LPPL -Summary: Plot calendars in "fancy" ways -Version: svn15878.0.47 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(fp.sty) -Requires: tex(pstricks.sty) -Requires: tex(pst-3d.sty) -Requires: tex(multido.sty) -Requires: tex(pst-xkey.sty) -Provides: tex(pst-calendar.sty) = %{tl_version} - -%description pst-calendar -The package uses pstricks and pst-3d to draw tabular calendars, -or calendars on dodecahedra with a month to each face (the -package also requires the multido and pst-xkey packages). The -package works for years 2000-2099, and has options for -calendars in French German and English, but the documentation -is not available in English. - -%package pst-calendar-doc -Summary: Documentation for pst-calendar -Version: svn15878.0.47 - -Provides: tex-pst-calendar-doc -AutoReqProv: No - -%description pst-calendar-doc -Documentation for pst-calendar - -%package pst-circ -Provides: tex-pst-circ = %{tl_version} -License: LPPL -Summary: PSTricks package for drawing electric circuits -Version: svn49791 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Provides: tex(pst-circ.tex) = %{tl_version} -Provides: tex(pst-circ.sty) = %{tl_version} - -%description pst-circ -The package is built using PSTricks and in particular pst-node. -It can easily draw current 2-terminal devices and some 3- and 4- -terminal devices used in electronic or electric theory. The -package's macros are designed with a view to 'logical' -representation of circuits, as far as possible, so as to -relieve the user of purely graphical considerations when -expressing a circuit. - -%package pst-circ-doc -Summary: Documentation for pst-circ -Version: svn49791 -Provides: tex-pst-circ-doc -AutoReqProv: No - -%description pst-circ-doc -Documentation for pst-circ - -%package pst-coil -Provides: tex-pst-coil = %{tl_version} -License: LPPL -Summary: A PSTricks package for coils, etc -Version: svn37377.1.07 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(pstricks.sty) -Provides: tex(pst-coil.tex) = %{tl_version} -Provides: tex(pst-coil.sty) = %{tl_version} - -%description pst-coil -Pst-coil is a PSTricks based package for coils and zigzags and -for coil and zigzag node connections. - -%package pst-coil-doc -Summary: Documentation for pst-coil -Version: svn37377.1.07 - -Provides: tex-pst-coil-doc -AutoReqProv: No - -%description pst-coil-doc -Documentation for pst-coil - -%package pst-cox -Provides: tex-pst-cox = %{tl_version} -License: LGPLv2+ -Summary: Drawing regular complex polytopes with PSTricks -Version: svn15878.0.98_Beta - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(pstricks.sty) -Provides: tex(pst-coxcoor.tex) = %{tl_version} -Provides: tex(pst-coxeterp.tex) = %{tl_version} -Provides: tex(pst-coxcoor.sty) = %{tl_version} -Provides: tex(pst-coxeterp.sty) = %{tl_version} - -%description pst-cox -Pst-cox is a PSTricks package for drawing 2-dimensional -projections of complex regular polytopes (after the work of -Coxeter). The package consists of a macro library for drawing -the projections. The complex polytopes appear in the study of -the root systems and play a crucial role in many domains -related to mathematics and physics. These polytopes have been -completely described by Coxeter in his book "Regular Complex -Polytopes". There exist only a finite numbers of exceptional -regular complex polytopes (for example the icosahedron) and -some infinite series (for example, one can construct a multi- -dimensional analogue of the hypercube in any finite dimension). -The library contains two packages. The first, pst-coxcoor, is -devoted to the exceptional complex regular polytopes whose -coordinates have been pre-computed. The second, pst-coxeterp, -is devoted to the infinite series. - -%package pst-cox-doc -Summary: Documentation for pst-cox -Version: svn15878.0.98_Beta - -Provides: tex-pst-cox-doc -AutoReqProv: No - -%description pst-cox-doc -Documentation for pst-cox - -%package pst-dbicons -Provides: tex-pst-dbicons = %{tl_version} -License: LPPL -Summary: Support for drawing ER diagrams -Version: svn17556.0.16 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(pst-dbicons.sty) = %{tl_version} - -%description pst-dbicons -The package provides some useful macros in the database area. -The package focusses on typesetting ER-Diagrams in a -declarative style, i.e., by positioning some nodes and defining -the position of all other nodes relative to them by using the -standard database terminology. The PSTricks package is required -for using pst-dbicons, but no deep knowledge of PSTricks -commands is required (although such knowledge is useful for -exploiting the full functionality of the package). - -%package pst-dbicons-doc -Summary: Documentation for pst-dbicons -Version: svn17556.0.16 - -Provides: tex-pst-dbicons-doc -AutoReqProv: No - -%description pst-dbicons-doc -Documentation for pst-dbicons - -%package pst-diffraction -Provides: tex-pst-diffraction = %{tl_version} -License: LPPL -Summary: Print diffraction patterns from various apertures -Version: svn15878.2.03 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(pstricks.sty) -Requires: tex(pst-3dplot.sty) -Requires: tex(pst-xkey.sty) -Provides: tex(pst-diffraction.tex) = %{tl_version} -Provides: tex(pst-diffraction.sty) = %{tl_version} - -%description pst-diffraction -The package enables the user to draw (using PSTricks) the -diffraction patterns for different geometric forms of apertures -for monochromatic light (using PSTricks). The aperture stops -can have rectangular, circular or triangular openings. The view -of the diffraction may be planar, or three-dimensional. Options -available are the dimensions of the aperture under -consideration and of the particular optical setting, e.g. the -radius in case of an circular opening. Moreover one can choose -the wavelength of the light (the associated color will be -calculated by the package). - -%package pst-diffraction-doc -Summary: Documentation for pst-diffraction -Version: svn15878.2.03 - -Provides: tex-pst-diffraction-doc -AutoReqProv: No - -%description pst-diffraction-doc -Documentation for pst-diffraction - -%package pst-electricfield -Provides: tex-pst-electricfield = %{tl_version} -License: LPPL -Summary: Draw electric field and equipotential lines with PStricks -Version: svn29803.0.14 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(pstricks.sty) -Provides: tex(pst-electricfield.tex) = %{tl_version} -Provides: tex(pst-electricfield.sty) = %{tl_version} - -%description pst-electricfield -The package provides macros to plot electric field and -equipotential lines using PStricks. There may be any number of -charges which can be placed in a cartesian coordinate system by -(x,y) values. - -%package pst-electricfield-doc -Summary: Documentation for pst-electricfield -Version: svn29803.0.14 - -Provides: tex-pst-electricfield-doc -AutoReqProv: No - -%description pst-electricfield-doc -Documentation for pst-electricfield - -%package pst-eps -Provides: tex-pst-eps = %{tl_version} -License: LPPL -Summary: Create EPS files from PSTricks figures -Version: svn15878.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(pstricks.sty) -Provides: tex(pst-eps.tex) = %{tl_version} -Provides: tex(pst-eps.sty) = %{tl_version} - -%description pst-eps -Pst-eps is a PSTricks-based package for exporting PSTricks -images 'on the fly' to encapsulated PostScript (EPS) image -files, which can then be read into a document in the usual way. - -%package pst-eps-doc -Summary: Documentation for pst-eps -Version: svn15878.1.0 - -Provides: tex-pst-eps-doc -AutoReqProv: No - -%description pst-eps-doc -Documentation for pst-eps - -%package pst-eucl -Provides: tex-pst-eucl = %{tl_version} -License: LPPL -Summary: Euclidian geometry with pstricks -Version: svn54785 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Requires: tex(pst-node.sty) -Requires: tex(pst-tools.sty) -Provides: tex(pst-eucl.tex) = %{tl_version} -Provides: tex(pst-eucl.sty) = %{tl_version} - -%description pst-eucl -The package allows the drawing of Euclidean geometric figures -using TeX pstricks macros for specifying mathematical -constraints. It is thus possible to build point using common -transformations or intersections. The use of coordinates is -limited to points which controlled the figure. - -%package pst-eucl-doc -Summary: Documentation for pst-eucl -Version: svn54785 -Provides: tex-pst-eucl-doc -AutoReqProv: No - -%description pst-eucl-doc -Documentation for pst-eucl - -%package pst-exa -Provides: tex-pst-exa = %{tl_version} -License: LPPL -Summary: Typeset PSTricks examples, with code -Version: svn45289 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(etoolbox.sty) -Requires: tex(xcolor.sty) -Requires: tex(showexpl.sty) -Requires: tex(accsupp.sty) -Requires: tex(changepage.sty) -Requires: tex(tcolorbox.sty) -Provides: tex(pst-exa.sty) = %{tl_version} - -%description pst-exa -The (PSTricks-related) package provides an environment -PSTexample to put code and output side by side or one above the -other. - -%package pst-exa-doc -Summary: Documentation for pst-exa -Version: svn45289 -Provides: tex-pst-exa-doc -AutoReqProv: No - -%description pst-exa-doc -Documentation for pst-exa - -%package pst-fill -Provides: tex-pst-fill = %{tl_version} -License: LPPL -Summary: Fill or tile areas with PSTricks -Version: svn15878.1.01 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(pstricks.sty) -Provides: tex(pst-fill.tex) = %{tl_version} -Provides: tex(pst-fill.sty) = %{tl_version} - -%description pst-fill -Pst-fill is a PSTricks-based package for filling and tiling -areas or characters. - -%package pst-fill-doc -Summary: Documentation for pst-fill -Version: svn15878.1.01 - -Provides: tex-pst-fill-doc -AutoReqProv: No - -%description pst-fill-doc -Documentation for pst-fill - -%package pst-fit -Provides: tex-pst-fit = %{tl_version} -License: LPPL -Summary: Macros for curve fitting -Version: svn45109 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Requires: tex(pstricks-add.sty) -Provides: tex(pst-fit.tex) = %{tl_version} -Provides: tex(pst-fit.sty) = %{tl_version} - -%description pst-fit -The package uses PSTricks to fit curves to: Linear Functions; -Power Functions; exp Function; Log_{10} and Log_e functions; -Recip; Kings Law data; Gaussian; and 4th order Polynomial - -%package pst-fit-doc -Summary: Documentation for pst-fit -Version: svn45109 -Provides: tex-pst-fit-doc -AutoReqProv: No - -%description pst-fit-doc -Documentation for pst-fit - -%package pst-fr3d -Provides: tex-pst-fr3d = %{tl_version} -License: LPPL -Summary: Draw 3-dimensional framed boxes using PSTricks -Version: svn15878.1.10 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(pst-fr3d.tex) = %{tl_version} -Provides: tex(pst-fr3d.sty) = %{tl_version} - -%description pst-fr3d -A package using PSTricks to draw three dimensional framed boxes -using a macro \PstFrameBoxThreeD. The macro is especially -useful for drawing 3d-seeming buttons. - -%package pst-fr3d-doc -Summary: Documentation for pst-fr3d -Version: svn15878.1.10 - -Provides: tex-pst-fr3d-doc -AutoReqProv: No - -%description pst-fr3d-doc -Documentation for pst-fr3d - -%package pst-fractal -Provides: tex-pst-fractal = %{tl_version} -License: LPPL -Summary: Draw fractal sets using PSTricks -Version: svn54376 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Requires: tex(pst-xkey.sty) -Provides: tex(pst-fractal.tex) = %{tl_version} -Provides: tex(pst-fractal.sty) = %{tl_version} - -%description pst-fractal -The package uses PSTricks to draw the Julia and Mandelbrot -sets, the Sierpinski triangle, Koch flake, and Apollonius -Circle as well as fractal trees (which need not be balanced) -with a variety of different parameters (including varying -numbers of iterations). The package uses the pst-xkey package, -part of the xkeyval distribution. - -%package pst-fractal-doc -Summary: Documentation for pst-fractal -Version: svn54376 -Provides: tex-pst-fractal-doc -AutoReqProv: No - -%description pst-fractal-doc -Documentation for pst-fractal - -%package pst-fun -Provides: tex-pst-fun = %{tl_version} -License: LPPL -Summary: Draw "funny" objects with PSTricks -Version: svn17909.0.04 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(pstricks.sty) -Requires: tex(pst-grad.sty) -Requires: tex(pst-slpe.sty) -Requires: tex(multido.sty) -Provides: tex(pst-fun.tex) = %{tl_version} -Provides: tex(pst-fun.sty) = %{tl_version} - -%description pst-fun -This is a PSTricks related package for drawing funny objects, -like ant, bird, fish, kangaroo, ... Such objects may be useful -for testing other PSTricks macros and/or packages. (Or they can -be used for fun...) - -%package pst-fun-doc -Summary: Documentation for pst-fun -Version: svn17909.0.04 - -Provides: tex-pst-fun-doc -AutoReqProv: No - -%description pst-fun-doc -Documentation for pst-fun - -%package pst-func -Provides: tex-pst-func = %{tl_version} -License: LPPL -Summary: PSTricks package for plotting mathematical functions -Version: svn54080 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Provides: tex(pst-func.tex) = %{tl_version} -Provides: tex(pst-func.sty) = %{tl_version} - -%description pst-func -The package is built for use with PSTricks. It provides macros -for plotting and manipulating various mathematical functions: -polynomials and their derivatives f(x)=an*x^n+an-1*x^(n- -1)+...+a0 defined by the coefficients a0 a1 a2 ... and the -derivative order; the Fourier sum f(x) = a0/2+a1cos(omega -x)+...+b1sin(omega x)+... defined by the coefficients a0 a1 a2 -... b1 b2 b3 ...; the Bessel function defined by its order; the -Gauss function defined by sigma and mu; Bezier curves from -order 1 (two control points) to order 9 (10 control points); -the superellipse function (the Lame curve); Chebyshev -polynomials of the first and second kind; the Thomae (or -popcorn) function; the Weierstrass function; various -integration-derived functions; normal, binomial, poisson, -gamma, chi-squared, student's t, F, beta, Cauchy and Weibull -distribution functions and the Lorenz curve; the zeroes of a -function, or the intermediate point of two functions; the -Vasicek function for describing the evolution of interest -rates; and implicit functions. The plots may be generated as -volumes of rotation about the X-axis, as well. - -%package pst-func-doc -Summary: Documentation for pst-func -Version: svn54080 -Provides: tex-pst-func-doc -AutoReqProv: No - -%description pst-func-doc -Documentation for pst-func - -%package pst-gantt -Provides: tex-pst-gantt = %{tl_version} -License: LPPL -Summary: Draw GANTT charts with pstricks -Version: svn35832.0.22a - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(pstricks.sty) -Provides: tex(pst-gantt.tex) = %{tl_version} -Provides: tex(pst-gantt.sty) = %{tl_version} - -%description pst-gantt -The package uses PSTricks to draw GANTT charts, which are a -kind of bar chart that displays a project schedule. The package -requires the pstricks apparatus, of course. - -%package pst-gantt-doc -Summary: Documentation for pst-gantt -Version: svn35832.0.22a - -Provides: tex-pst-gantt-doc -AutoReqProv: No - -%description pst-gantt-doc -Documentation for pst-gantt - -%package pst-geo -Provides: tex-pst-geo = %{tl_version} -License: LPPL -Summary: Geographical Projections -Version: svn46273 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Provides: tex(aus.dat) = %{tl_version} -Provides: tex(c-cap.dat) = %{tl_version} -Provides: tex(c-sub.dat) = %{tl_version} -Provides: tex(canada.dat) = %{tl_version} -Provides: tex(capitales.tex) = %{tl_version} -Provides: tex(capitales3d.tex) = %{tl_version} -Provides: tex(capitals.dat) = %{tl_version} -Provides: tex(cities.tex) = %{tl_version} -Provides: tex(citycapitals.dat) = %{tl_version} -Provides: tex(citysub.dat) = %{tl_version} -Provides: tex(corse.dat) = %{tl_version} -Provides: tex(france.dat) = %{tl_version} -Provides: tex(mex.dat) = %{tl_version} -Provides: tex(pborder.dat) = %{tl_version} -Provides: tex(pcoast.dat) = %{tl_version} -Provides: tex(pisland.dat) = %{tl_version} -Provides: tex(plake.dat) = %{tl_version} -Provides: tex(rhone.dat) = %{tl_version} -Provides: tex(ridge.dat) = %{tl_version} -Provides: tex(river.dat) = %{tl_version} -Provides: tex(seine.dat) = %{tl_version} -Provides: tex(transfrm.dat) = %{tl_version} -Provides: tex(trench.dat) = %{tl_version} -Provides: tex(usa.dat) = %{tl_version} -Provides: tex(villesFrance.tex) = %{tl_version} -Provides: tex(villesFrance3d.tex) = %{tl_version} -Provides: tex(villesItalia.tex) = %{tl_version} -Provides: tex(villesItalia3d.tex) = %{tl_version} -Provides: tex(wfraczon.dat) = %{tl_version} -Provides: tex(wmaglin.dat) = %{tl_version} -Provides: tex(africa-bdy.dat) = %{tl_version} -Provides: tex(africa-cil.dat) = %{tl_version} -Provides: tex(africa-riv.dat) = %{tl_version} -Provides: tex(asia-bdy.dat) = %{tl_version} -Provides: tex(asia-cil.dat) = %{tl_version} -Provides: tex(asia-isl.dat) = %{tl_version} -Provides: tex(asia-riv.dat) = %{tl_version} -Provides: tex(c-cap.dat) = %{tl_version} -Provides: tex(c-sub.dat) = %{tl_version} -Provides: tex(citycapitals.dat) = %{tl_version} -Provides: tex(citysub.dat) = %{tl_version} -Provides: tex(europe-bdy.dat) = %{tl_version} -Provides: tex(europe-cil.dat) = %{tl_version} -Provides: tex(europe-riv.dat) = %{tl_version} -Provides: tex(namer-bdy.dat) = %{tl_version} -Provides: tex(namer-cil.dat) = %{tl_version} -Provides: tex(namer-pby.dat) = %{tl_version} -Provides: tex(namer-riv.dat) = %{tl_version} -Provides: tex(samer-arc.dat) = %{tl_version} -Provides: tex(samer-bdy.dat) = %{tl_version} -Provides: tex(samer-cil.dat) = %{tl_version} -Provides: tex(samer-riv.dat) = %{tl_version} -Provides: tex(pst-map2d.tex) = %{tl_version} -Provides: tex(pst-map2dII.tex) = %{tl_version} -Provides: tex(pst-map3d.tex) = %{tl_version} -Provides: tex(pst-map3dII.tex) = %{tl_version} -Provides: tex(pst-map2d.sty) = %{tl_version} -Provides: tex(pst-map2dII.sty) = %{tl_version} -Provides: tex(pst-map3d.sty) = %{tl_version} -Provides: tex(pst-map3dII.sty) = %{tl_version} - -%description pst-geo -The package offers a set of PSTricks related packages for -various cartographic projections of the terrestrial sphere. The -package pst-map2d provides conventional projections such as -Mercator, Lambert, cylindrical, etc. The package pst-map3d -treats representation in three dimensions of the terrestrial -sphere. Packages pst-map2dII and pst-map3dII allow use of the -CIA World DataBank II. Various parameters of the packages allow -for choice of the level of the detail and the layouts possible -(cities, borders, rivers etc). Substantial data files are -provided, in an (internally) compressed format. Decompression -happens on-the-fly as a document using the data is displayed, -printed or converted to PDF format. A Perl script is provided -for the user to do the decompression, if the need should arise. - -%package pst-geo-doc -Summary: Documentation for pst-geo -Version: svn46273 -Provides: tex-pst-geo-doc -AutoReqProv: No - -%description pst-geo-doc -Documentation for pst-geo - -%package pst-ghsb -Provides: tex-pst-ghsb = %{tl_version} -License: LPPL -Summary: HSB gradients via PSTricks -Version: svn54074 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(pst-ghsb.tex) = %{tl_version} -Provides: tex(pst-ghsb.sty) = %{tl_version} - -%description pst-ghsb -Usage modeled on pst-grad; superseded by pst-slpe. - -%package pst-ghsb-doc -Summary: Documentation for pst-ghsb -Version: svn45797 -Provides: tex-pst-ghsb-doc -AutoReqProv: No - -%description pst-ghsb-doc -Documentation for pst-ghsb - -%package pst-gr3d -Provides: tex-pst-gr3d = %{tl_version} -License: LPPL -Summary: Three dimensional grids with PSTricks -Version: svn15878.1.34 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(pstricks.sty) -Provides: tex(pst-gr3d.tex) = %{tl_version} -Provides: tex(pst-gr3d.sty) = %{tl_version} - -%description pst-gr3d -This PSTricks package provides a command \PstGridThreeD that -will draw a three dimensional grid, offering a number of -options for its appearance. - -%package pst-gr3d-doc -Summary: Documentation for pst-gr3d -Version: svn15878.1.34 - -Provides: tex-pst-gr3d-doc -AutoReqProv: No - -%description pst-gr3d-doc -Documentation for pst-gr3d - -%package pst-grad -Provides: tex-pst-grad = %{tl_version} -License: LPPL -Summary: Filling with colour gradients, using PStricks -Version: svn15878.1.06 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(pstricks.sty) -Provides: tex(pst-grad.tex) = %{tl_version} -Provides: tex(pst-grad.sty) = %{tl_version} - -%description pst-grad -The package fills with colour gradients, using PSTricks. The -RGB, CMYK and HSB models are supported. Other colour gradient -mechanisms are to be found in package pst-slpe. - -%package pst-grad-doc -Summary: Documentation for pst-grad -Version: svn15878.1.06 - -Provides: tex-pst-grad-doc -AutoReqProv: No - -%description pst-grad-doc -Documentation for pst-grad - -%package pst-graphicx -Provides: tex-pst-graphicx = %{tl_version} -License: LPPL -Summary: A pstricks-compatible graphicx for use with Plain TeX -Version: svn21717.0.02 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(pst-graphicx.tex) = %{tl_version} - -%description pst-graphicx -The package provides a version of graphicx that avoids loading -the graphics bundle's (original) keyval package, which clashes -with pstricks' use of xkeyval. - -%package pst-graphicx-doc -Summary: Documentation for pst-graphicx -Version: svn21717.0.02 - -Provides: tex-pst-graphicx-doc -AutoReqProv: No - -%description pst-graphicx-doc -Documentation for pst-graphicx - -%package pst-infixplot -Provides: tex-pst-infixplot = %{tl_version} -License: LPPL -Summary: Using pstricks plotting capacities with infix expressions rather than RPN -Version: svn15878.0.11 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(infix-RPN.tex) = %{tl_version} -Provides: tex(pst-infixplot.tex) = %{tl_version} -Provides: tex(infix-RPN.sty) = %{tl_version} -Provides: tex(pst-infixplot.sty) = %{tl_version} - -%description pst-infixplot -Plotting functions with pst-plot is very powerful but sometimes -difficult to learn since the syntax of \psplot and -\parametricplot requires some PostScript knowledge. The infix- -RPN and pst-infixplot styles simplify the usage of pst-plot for -the beginner, providing macro commands that convert natural -mathematical expressions to PostScript syntax. - -%package pst-infixplot-doc -Summary: Documentation for pst-infixplot -Version: svn15878.0.11 - -Provides: tex-pst-infixplot-doc -AutoReqProv: No - -%description pst-infixplot-doc -Documentation for pst-infixplot - -%package pst-intersect -Provides: tex-pst-intersect = %{tl_version} -License: LPPL -Summary: Compute intersections of arbitrary curves -Version: svn33210.0.4 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(pstricks.sty) -Requires: tex(pst-xkey.sty) -Requires: tex(pst-node.sty) -Requires: tex(pst-func.sty) -Provides: tex(pst-intersect.tex) = %{tl_version} -Provides: tex(pst-intersect.sty) = %{tl_version} - -%description pst-intersect -The package computes the intersections between arbitrary -Postscript paths or Bezier curves, using the Bezier clipping -algorithm. - -%package pst-intersect-doc -Summary: Documentation for pst-intersect -Version: svn33210.0.4 - -Provides: tex-pst-intersect-doc -AutoReqProv: No - -%description pst-intersect-doc -Documentation for pst-intersect - -%package pst-jtree -Provides: tex-pst-jtree = %{tl_version} -License: LPPL 1.3 -Summary: Typeset complex trees for linguists -Version: svn20946.2.6 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(pst-jtree.tex) = %{tl_version} -Provides: tex(pst-jtree.sty) = %{tl_version} - -%description pst-jtree -jTree uses PStricks to enable linguists to typeset complex -trees. The package requires use of PStricks (of course) and -xkeyval packages. jTree is a development of, and replacement -for, the jftree package, which is no longer available. - -%package pst-jtree-doc -Summary: Documentation for pst-jtree -Version: svn20946.2.6 - -Provides: tex-pst-jtree-doc -AutoReqProv: No - -%description pst-jtree-doc -Documentation for pst-jtree - -%package pst-knot -Provides: tex-pst-knot = %{tl_version} -License: LPPL -Summary: PSTricks package for displaying knots -Version: svn16033.0.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(pstricks.sty) -Provides: tex(pst-knot.tex) = %{tl_version} -Provides: tex(pst-knot.sty) = %{tl_version} - -%description pst-knot -The package can produce a fair range of knot shapes, with all -the standard graphics controls one expects. - -%package pst-knot-doc -Summary: Documentation for pst-knot -Version: svn16033.0.2 - -Provides: tex-pst-knot-doc -AutoReqProv: No - -%description pst-knot-doc -Documentation for pst-knot - -%package pst-labo -Provides: tex-pst-labo = %{tl_version} -License: LPPL -Summary: Draw objects for Chemistry laboratories -Version: svn39077 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(pstricks.sty) -Provides: tex(pst-labo.tex) = %{tl_version} -Provides: tex(pst-laboObj.tex) = %{tl_version} -Provides: tex(pst-labo.sty) = %{tl_version} - -%description pst-labo -Pst-labo is a PSTricks related package for drawing basic and -complex chemical objects. The documentation of the package is -illuminated with plenty of illustrations together with their -source code, making it an easy read. - -%package pst-labo-doc -Summary: Documentation for pst-labo -Version: svn39077 - -Provides: tex-pst-labo-doc -AutoReqProv: No - -%description pst-labo-doc -Documentation for pst-labo - -%package pst-layout -Provides: tex-pst-layout = %{tl_version} -License: LPPL -Summary: Page layout macros based on PStricks packages -Version: svn29803.95 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(graphicx.sty) -Requires: tex(ifthen.sty) -Requires: tex(arrayjobx.sty) -Provides: tex(pst-layout.sty) = %{tl_version} - -%description pst-layout -The package provides a means of creating elaborate ("pseudo- -tabular") layouts of material, typically to be overlaid on an -included graphic. The package requires a recent version of the -package pst-node and some other pstricks-related material. - -%package pst-layout-doc -Summary: Documentation for pst-layout -Version: svn29803.95 - -Provides: tex-pst-layout-doc -AutoReqProv: No - -%description pst-layout-doc -Documentation for pst-layout - -%package pst-lens -Provides: tex-pst-lens = %{tl_version} -License: LPPL -Summary: Lenses with PSTricks -Version: svn15878.1.02 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(pstricks.sty) -Provides: tex(pst-lens.tex) = %{tl_version} -Provides: tex(pst-lens.sty) = %{tl_version} - -%description pst-lens -This PSTricks package provides a really rather simple command -\PstLens that will draw a lens. Command parameters provide a -remarkable range of effects. - -%package pst-lens-doc -Summary: Documentation for pst-lens -Version: svn15878.1.02 - -Provides: tex-pst-lens-doc -AutoReqProv: No - -%description pst-lens-doc -Documentation for pst-lens - -%package pst-light3d -Provides: tex-pst-light3d = %{tl_version} -License: LPPL -Summary: Three dimensional lighting effects (PSTricks) -Version: svn15878.0.12 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(pstricks.sty) -Provides: tex(pst-light3d.tex) = %{tl_version} -Provides: tex(pst-light3d.sty) = %{tl_version} - -%description pst-light3d -A PSTricks package for three dimensional lighting effects on -characters and PSTricks graphics, like lines, curves, plots, -... - -%package pst-light3d-doc -Summary: Documentation for pst-light3d -Version: svn15878.0.12 - -Provides: tex-pst-light3d-doc -AutoReqProv: No - -%description pst-light3d-doc -Documentation for pst-light3d - -%package pst-magneticfield -Provides: tex-pst-magneticfield = %{tl_version} -License: LPPL -Summary: Plotting a magnetic field with PSTricks -Version: svn49780 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Requires: tex(pst-3d.sty) -Requires: tex(multido.sty) -Provides: tex(pst-magneticfield.tex) = %{tl_version} -Provides: tex(pst-magneticfield.sty) = %{tl_version} - -%description pst-magneticfield -pst-magneticfield is a PSTricks related package to draw the -magnetic field lines of Helmholtz coils in a two or three -dimensional view. There are several parameters to create a -different output. For more informations or some examples read -the documentation of the package. - -%package pst-magneticfield-doc -Summary: Documentation for pst-magneticfield -Version: svn49780 -Provides: tex-pst-magneticfield-doc -AutoReqProv: No - -%description pst-magneticfield-doc -Documentation for pst-magneticfield - -%package pst-math -Provides: tex-pst-math = %{tl_version} -License: LPPL -Summary: Enhancement of PostScript math operators to use with pstricks -Version: svn49425 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(pst-math.tex) = %{tl_version} -Provides: tex(pst-math.sty) = %{tl_version} - -%description pst-math -PostScript lacks a lot of basic operators such as tan, acos, -asin, cosh, sinh, tanh, acosh, asinh, atanh, exp (with e base). -Also (oddly) cos and sin use arguments in degrees. Pst-math -provides all those operators in a header file pst-math.pro with -wrappers pst-math.sty and pst-math.tex. In addition, sinc, -gauss, gammaln and bessel are implemented (only partially for -the latter). The package is designed essentially to work with -pst-plot but can be used in whatever PS code (such as pstricks -SpecialCoor "!", which is useful for placing labels). The -package also provides a routine SIMPSON for numerical -integration and a solver of linear equation systems. - -%package pst-math-doc -Summary: Documentation for pst-math -Version: svn49425 -Provides: tex-pst-math-doc -AutoReqProv: No - -%description pst-math-doc -Documentation for pst-math - -%package pst-mirror -Provides: tex-pst-mirror = %{tl_version} -License: LPPL -Summary: Images on a spherical mirror -Version: svn32997.1.01 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(pstricks.sty) -Provides: tex(pst-mirror.tex) = %{tl_version} -Provides: tex(pst-mirror.sty) = %{tl_version} - -%description pst-mirror -The package provides commands and supporting PostScript -material for drawing images as if reflected by a spherical -mirror. - -%package pst-mirror-doc -Summary: Documentation for pst-mirror -Version: svn32997.1.01 - -Provides: tex-pst-mirror-doc -AutoReqProv: No - -%description pst-mirror-doc -Documentation for pst-mirror - -%package pst-node -Provides: tex-pst-node = %{tl_version} -License: LPPL -Summary: Nodes and node connections in pstricks -Version: svn54687 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Provides: tex(pst-node.tex) = %{tl_version} -Provides: tex(pst-node97.tex) = %{tl_version} -Provides: tex(pst-node.sty) = %{tl_version} - -%description pst-node -The package enables the user to connect information, and to -place labels, without knowing (in advance) the actual positions -of the items to be connected, or where the connecting line -should go. The macros are useful for making graphs and trees, -mathematical diagrams, linguistic syntax diagrams, and so on. -The package contents were previously distributed as a part of -the pstricks base distribution; the package serves as an -extension to PSTricks. - -%package pst-node-doc -Summary: Documentation for pst-node -Version: svn54687 -Provides: tex-pst-node-doc -AutoReqProv: No - -%description pst-node-doc -Documentation for pst-node - -%package pst-ob3d -Provides: tex-pst-ob3d = %{tl_version} -License: LPPL -Summary: Three dimensional objects using PSTricks -Version: svn54514 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Provides: tex(pst-ob3d.tex) = %{tl_version} -Provides: tex(pst-ob3d.sty) = %{tl_version} - -%description pst-ob3d -The package uses PSTricks to provide basic three-dimensional -objects. As yet, only cubes (which can be deformed to -rectangular parallelipipeds) and dies (which are only a special -kind of cubes) are defined. - -%package pst-ob3d-doc -Summary: Documentation for pst-ob3d -Version: svn54514 -Provides: tex-pst-ob3d-doc -AutoReqProv: No - -%description pst-ob3d-doc -Documentation for pst-ob3d - -%package pst-ode -Provides: tex-pst-ode = %{tl_version} -License: LPPL -Summary: Solving initial value problems for sets of Ordinary Differential Equations -Version: svn50587 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Provides: tex(pst-ode.tex) = %{tl_version} -Provides: tex(pst-ode.sty) = %{tl_version} - -%description pst-ode -The package defines \pstODEsolve for solving initial value -problems for sets of Ordinary Differential Equations (ODE) -using the Runge-Kutta-Fehlberg (RKF45) method with automatic -step size adjustment. The result is stored as a PostScript -object and may be plotted later using macros from other -PSTricks packages, such as \listplot (pst-plot) and -\listplotThreeD (pst-3dplot), or may be further processed by -user-defined PostScript procedures. Optionally, the computed -state vectors can be written as a table to a text file. - -%package pst-ode-doc -Summary: Documentation for pst-ode -Version: svn50587 -Provides: tex-pst-ode-doc -AutoReqProv: No - -%description pst-ode-doc -Documentation for pst-ode - -%package pst-optexp -Provides: tex-pst-optexp = %{tl_version} -License: LPPL 1.3 -Summary: Drawing optical experimental setups -Version: svn35673.5.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Requires: tex(pstricks.sty) -Requires: tex(pst-xkey.sty) -Requires: tex(pst-node.sty) -Requires: tex(pst-plot.sty) -Requires: tex(multido.sty) -Requires: tex(pst-eucl.sty) -Requires: tex(pst-intersect.sty) -Requires: tex(pstricks-add.sty) -Requires: tex(environ.sty) -Provides: tex(pst-optexp.sty) = %{tl_version} - -%description pst-optexp -The package is a collection of optical components that -facilitate easy sketching of optical experimental setups. The -package uses PSTricks for its output. A wide range of free-ray -and fibre components is provided, the alignment, positioning -and labelling of which can be achieved in very simple and -flexible ways. The components may be connected with fibers or -beams, and realistic raytraced beam paths are also possible. - -%package pst-optexp-doc -Summary: Documentation for pst-optexp -Version: svn35673.5.2 - -Provides: tex-pst-optexp-doc -AutoReqProv: No - -%description pst-optexp-doc -Documentation for pst-optexp - -%package pst-optic -Provides: tex-pst-optic = %{tl_version} -License: LPPL -Summary: Drawing optics diagrams -Version: svn41999 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Provides: tex(pst-optic.tex) = %{tl_version} -Provides: tex(pst-optic.sty) = %{tl_version} - -%description pst-optic -A package for drawing both reflective and refractive optics -diagrams. The package requires pstricks later than version -1.10. - -%package pst-optic-doc -Summary: Documentation for pst-optic -Version: svn41999 -Provides: tex-pst-optic-doc -AutoReqProv: No - -%description pst-optic-doc -Documentation for pst-optic - -%package pst-osci -Provides: tex-pst-osci = %{tl_version} -License: LPPL -Summary: Oscgons with PSTricks -Version: svn15878.2.82 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(pstricks.sty) -Provides: tex(pst-osci.tex) = %{tl_version} -Provides: tex(pst-osci.sty) = %{tl_version} - -%description pst-osci -pst-osci is a PSTricks package enables you to produce -oscilloscope "screen shots". Three channels can be used to -represent the most common signals (damped or not): namely -sinusoidal, rectangular, triangular, dog's tooth (left and -right oriented). The third channel allows you to add, to -subtract or to multiply the two other signals. Lissajous -diagrams (XY-mode) can also be obtained. - -%package pst-osci-doc -Summary: Documentation for pst-osci -Version: svn15878.2.82 - -Provides: tex-pst-osci-doc -AutoReqProv: No - -%description pst-osci-doc -Documentation for pst-osci - -%package pst-ovl -Provides: tex-pst-ovl = %{tl_version} -License: LPPL -Summary: Create and manage graphical overlays -Version: svn45506 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(pst-ovl.tex) = %{tl_version} -Provides: tex(pst-ovl.sty) = %{tl_version} - -%description pst-ovl -The package is useful when building an image from assorted -material, as in the slides of a projected presentation. The -package requires pstricks, and shares that package's -restrictions on usage when generating PDF output. - -%package pst-ovl-doc -Summary: Documentation for pst-ovl -Version: svn45506 -Provides: tex-pst-ovl-doc -AutoReqProv: No - -%description pst-ovl-doc -Documentation for pst-ovl - -%package pst-pad -Provides: tex-pst-pad = %{tl_version} -License: LPPL -Summary: Draw simple attachment systems with PSTricks -Version: svn15878.0.3b - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(pstricks.sty) -Provides: tex(pst-pad.tex) = %{tl_version} -Provides: tex(pst-pad.sty) = %{tl_version} - -%description pst-pad -The package collects a set of graphical elements based on -PStricks that can be used to facilitate display of attachment -systems such as two differently shaped surfaces with or without -a fluid wedged in between. These macros ease the display of wet -adhesion models and common friction systems such as boundary -lubrication, elastohydrodynamic lubrication and hydrodynamic -lubrication. - -%package pst-pad-doc -Summary: Documentation for pst-pad -Version: svn15878.0.3b - -Provides: tex-pst-pad-doc -AutoReqProv: No - -%description pst-pad-doc -Documentation for pst-pad - -%package pst-pdgr -Provides: tex-pst-pdgr = %{tl_version} -License: LPPL -Summary: Draw medical pedigrees using pstricks -Version: svn45875 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(pst-pdgr.tex) = %{tl_version} -Provides: tex(pst-pdgr.cfg) = %{tl_version} -Provides: tex(pst-pdgr.sty) = %{tl_version} - -%description pst-pdgr -The package provides a set of macros based on PSTricks to draw -medical pedigrees according to the recommendations for -standardized human pedigree nomenclature. The drawing commands -place the symbols on a pspicture canvas. An interface for -making trees is also provided. The package may be used both -with LaTeX and PlainTeX. A separate Perl program for generating -TeX files from spreadsheets is available. - -%package pst-pdgr-doc -Summary: Documentation for pst-pdgr -Version: svn45875 -Provides: tex-pst-pdgr-doc -AutoReqProv: No - -%description pst-pdgr-doc -Documentation for pst-pdgr - -%package pst-perspective -Provides: tex-pst-perspective = %{tl_version} -License: LPPL 1.3 -Summary: Draw perspective views using pstricks -Version: svn39585 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(pstricks.sty) -Requires: tex(pst-grad.sty) -Provides: tex(pst-perspective.tex) = %{tl_version} -Provides: tex(pst-perspective.sty) = %{tl_version} - -%description pst-perspective -The package provides the means to draw an orthogonal parallel -projection with an arbitrarily chosen angle and a variable -shortening factor. - -%package pst-perspective-doc -Summary: Documentation for pst-perspective -Version: svn39585 - -Provides: tex-pst-perspective-doc -AutoReqProv: No - -%description pst-perspective-doc -Documentation for pst-perspective - -%package pst-platon -Provides: tex-pst-platon = %{tl_version} -License: LPPL -Summary: Platonic solids in PSTricks -Version: svn16538.0.01 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(pstricks.sty) -Requires: tex(pst-3d.sty) -Requires: tex(pst-xkey.sty) -Provides: tex(pst-platon.sty) = %{tl_version} - -%description pst-platon -The package adds to PSTricks the ability to draw 3-dimensional -views of the five Platonic solids. - -%package pst-platon-doc -Summary: Documentation for pst-platon -Version: svn16538.0.01 - -Provides: tex-pst-platon-doc -AutoReqProv: No - -%description pst-platon-doc -Documentation for pst-platon - -%package pst-plot -Provides: tex-pst-plot = %{tl_version} -License: LPPL -Summary: Plot data using PSTricks -Version: svn54080 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Requires: tex(pst-xkey.sty) -Requires: tex(multido.sty) -Provides: tex(pst-plot.tex) = %{tl_version} -Provides: tex(pst-plot97.tex) = %{tl_version} -Provides: tex(pst-plot.sty) = %{tl_version} - -%description pst-plot -The package provides plotting of data (typically from external -files), using PSTricks. Plots may be configured using a wide -variety of parameters. - -%package pst-plot-doc -Summary: Documentation for pst-plot -Version: svn54080 -Provides: tex-pst-plot-doc -AutoReqProv: No - -%description pst-plot-doc -Documentation for pst-plot - -%package pst-poly -Provides: tex-pst-poly = %{tl_version} -License: LPPL -Summary: Polygons with PSTricks -Version: svn35062.1.63 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(pstricks.sty) -Provides: tex(pst-poly.tex) = %{tl_version} -Provides: tex(pst-poly.sty) = %{tl_version} - -%description pst-poly -This PSTricks package provides a really rather simple command -\PstPolygon that will draw various regular and non-regular -polygons (according to command parameters); various shortcuts -to commonly-used polygons are provided, as well as a command -\pspolygonbox that frames text with a polygon. The package uses -the xkeyval package for argument decoding. - -%package pst-poly-doc -Summary: Documentation for pst-poly -Version: svn35062.1.63 - -Provides: tex-pst-poly-doc -AutoReqProv: No - -%description pst-poly-doc -Documentation for pst-poly - -%package pst-pulley -Provides: tex-pst-pulley = %{tl_version} -License: LPPL 1.3 -Summary: Plot pulleys, using pstricks -Version: svn45316 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Provides: tex(pst-pulley.tex) = %{tl_version} -Provides: tex(pst-pulley.sty) = %{tl_version} - -%description pst-pulley -The package enables the user to draw pulley systems with up to -6 pulleys. The pulley diagrams are labelled with the physical -properties of the system. The package uses pstricks, and -requires a several pstricks-related packages. - -%package pst-pulley-doc -Summary: Documentation for pst-pulley -Version: svn45316 -Provides: tex-pst-pulley-doc -AutoReqProv: No - -%description pst-pulley-doc -Documentation for pst-pulley - -%package pst-qtree -Provides: tex-pst-qtree = %{tl_version} -License: GPL+ -Summary: Simple syntax for trees -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(pst-qtree.tex) = %{tl_version} -Provides: tex(pst-qtree.sty) = %{tl_version} - -%description pst-qtree -The package provides a qtree-like front end for PSTricks. - -%package pst-qtree-doc -Summary: Documentation for pst-qtree -Version: svn15878.0 - -Provides: tex-pst-qtree-doc -AutoReqProv: No - -%description pst-qtree-doc -Documentation for pst-qtree - -%package pst-rubans -Provides: tex-pst-rubans = %{tl_version} -License: LPPL -Summary: Draw three-dimensional ribbons -Version: svn23464.1.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(pstricks.sty) -Provides: tex(pst-rubans.tex) = %{tl_version} -Provides: tex(pst-rubans.sty) = %{tl_version} - -%description pst-rubans -The package uses PStricks and pst-solides3d to draw three -dimensional ribbons on a cylinder, torus, sphere, cone or -paraboloid. The width of the ribbon, the number of turns, the -colour of the outer and the inner surface of the ribbon may be -set. In the case of circular and conical helices, one may also -choose the number of ribbons. - -%package pst-rubans-doc -Summary: Documentation for pst-rubans -Version: svn23464.1.2 - -Provides: tex-pst-rubans-doc -AutoReqProv: No - -%description pst-rubans-doc -Documentation for pst-rubans - -%package pst-sigsys -Provides: tex-pst-sigsys = %{tl_version} -License: LPPL -Summary: Support of signal processing-related disciplines -Version: svn21667.1.4 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(pstricks.sty) -Provides: tex(pst-sigsys.tex) = %{tl_version} -Provides: tex(pst-sigsys.sty) = %{tl_version} - -%description pst-sigsys -The package offers a collection of useful macros for -disciplines related to signal processing. It defines macros for -plotting a sequence of numbers, drawing the pole-zero diagram -of a system, shading the region of convergence, creating an -adder or a multiplier node, placing a framed node at a given -coordinate, creating an up-sampler or a down-sampler node, -drawing the block diagram of a system, drawing adaptive -systems, sequentially connecting a list of nodes, and -connecting a list of nodes using any node-connecting macro. - -%package pst-sigsys-doc -Summary: Documentation for pst-sigsys -Version: svn21667.1.4 - -Provides: tex-pst-sigsys-doc -AutoReqProv: No - -%description pst-sigsys-doc -Documentation for pst-sigsys - -%package pst-slpe -Provides: tex-pst-slpe = %{tl_version} -License: LPPL -Summary: Sophisticated colour gradients -Version: svn24391.1.31 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(pstricks.sty) -Provides: tex(pst-slpe.tex) = %{tl_version} -Provides: tex(pst-slpe.sty) = %{tl_version} - -%description pst-slpe -This PStricks package covers all the colour gradient -functionality of pst-grad (part of the base pstricks -distribution), and provides the following facilities: it -permits the user to specify an arbitrary number of colours, -along with the points at which they are to be reached; it -converts between RGB and HSV behind the scenes; it provides -concentric and radial gradients; it provides a command \psBall -that generates bullets with a three-dimensional appearance; and -uses the xkeyval package for the extended key handling. - -%package pst-slpe-doc -Summary: Documentation for pst-slpe -Version: svn24391.1.31 - -Provides: tex-pst-slpe-doc -AutoReqProv: No - -%description pst-slpe-doc -Documentation for pst-slpe - -%package pst-solarsystem -Provides: tex-pst-solarsystem = %{tl_version} -License: LPPL -Summary: Plot the solar system for a specific date -Version: svn45097 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Provides: tex(pst-solarsystem.tex) = %{tl_version} -Provides: tex(pst-solarsystem.sty) = %{tl_version} - -%description pst-solarsystem -The package uses pstricks to produce diagrams of the visible -planets, projected on the plane of the ecliptic. It is not -possible to represent all the planets in their real -proportions, so only Mercury, Venus, Earth and Mars have their -orbits in correct proportions and their relative sizes are -observed. Saturn and Jupiter are in the right direction, but -not in the correct size. - -%package pst-solarsystem-doc -Summary: Documentation for pst-solarsystem -Version: svn45097 -Provides: tex-pst-solarsystem-doc -AutoReqProv: No - -%description pst-solarsystem-doc -Documentation for pst-solarsystem - -%package pst-solides3d -Provides: tex-pst-solides3d = %{tl_version} -License: LPPL 1.3 -Summary: Draw perspective views of 3D solids -Version: svn49520 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Provides: tex(pst-solides3d.tex) = %{tl_version} -Provides: tex(pst-solides3d.sty) = %{tl_version} - -%description pst-solides3d -The package is designed to draw solids in 3d perspective. -Features include: create primitive solids; create solids by -including a list of its vertices and faces; faces of solids and -surfaces can be colored by choosing from a very large palette -of colors; draw parametric surfaces in algebraic and reverse -polish notation; create explicit and parameterized algebraic -functions drawn in 2 or 3 dimensions; project text onto a plane -or onto the faces of a solid; support for including external -database files. - -%package pst-solides3d-doc -Summary: Documentation for pst-solides3d -Version: svn49520 -Provides: tex-pst-solides3d-doc -AutoReqProv: No - -%description pst-solides3d-doc -Documentation for pst-solides3d - -%package pst-soroban -Provides: tex-pst-soroban = %{tl_version} -License: LPPL -Summary: Draw a Soroban using PSTricks -Version: svn15878.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(pstricks-add.sty) -Requires: tex(calc.sty) -Requires: tex(ifthen.sty) -Provides: tex(pst-soroban.sty) = %{tl_version} - -%description pst-soroban -The package uses PSTricks to draw a Japanese abacus, or -soroban. The soroban is still used in Japan today. - -%package pst-soroban-doc -Summary: Documentation for pst-soroban -Version: svn15878.1.0 - -Provides: tex-pst-soroban-doc -AutoReqProv: No - -%description pst-soroban-doc -Documentation for pst-soroban - -%package pst-spectra -Provides: tex-pst-spectra = %{tl_version} -License: LPPL -Summary: Draw continuum, emission and absorption spectra with PSTricks -Version: svn15878.0.91 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(pstricks.sty) -Requires: tex(multido.sty) -Requires: tex(xkeyval.sty) -Provides: tex(pst-spectra.tex) = %{tl_version} -Provides: tex(pst-spectra.sty) = %{tl_version} - -%description pst-spectra -The package is a PSTricks extension, based on a NASA lines -database. It allows you to draw continuum, emission and -absorption spectra. A Total of 16 880 visible lines from 99 -elements can be displayed. The package requires the xkeyval -package for decoding its arguments. - -%package pst-spectra-doc -Summary: Documentation for pst-spectra -Version: svn15878.0.91 - -Provides: tex-pst-spectra-doc -AutoReqProv: No - -%description pst-spectra-doc -Documentation for pst-spectra - -%package pst-stru -Provides: tex-pst-stru = %{tl_version} -License: LPPL -Summary: Civil engineering diagrams, using pstricks -Version: svn38613 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(pstricks.sty) -Requires: tex(multido.sty) -Provides: tex(pst-stru.tex) = %{tl_version} -Provides: tex(pst-stru.sty) = %{tl_version} - -%description pst-stru -The package is a PSTricks-based, and provides facilities to -draw structural schemes in civil engineering analysis, for -beams, portals, arches and piles. - -%package pst-stru-doc -Summary: Documentation for pst-stru -Version: svn38613 - -Provides: tex-pst-stru-doc -AutoReqProv: No - -%description pst-stru-doc -Documentation for pst-stru - -%package pst-support-doc -Summary: Documentation for pst-support -Version: svn15878.0 - -Provides: tex-pst-support-doc -AutoReqProv: No - -%description pst-support-doc -Documentation for pst-support - -%package pst-text -Provides: tex-pst-text = %{tl_version} -License: LPPL -Summary: Text and character manipulation in PSTricks -Version: svn49542 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Provides: tex(pst-char.tex) = %{tl_version} -Provides: tex(pst-text.tex) = %{tl_version} -Provides: tex(pst-char.sty) = %{tl_version} -Provides: tex(pst-text.sty) = %{tl_version} - -%description pst-text -Pst-text is a PSTricks based package for plotting text along a -different path and manipulating characters. It includes the -functionality of the old package pst-char. - -%package pst-text-doc -Summary: Documentation for pst-text -Version: svn49542 -Provides: tex-pst-text-doc -AutoReqProv: No - -%description pst-text-doc -Documentation for pst-text - -%package pst-thick -Provides: tex-pst-thick = %{tl_version} -License: LPPL -Summary: Drawing very thick lines and curves -Version: svn16369.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(pstricks.sty) -Provides: tex(pst-thick.tex) = %{tl_version} -Provides: tex(pst-thick.sty) = %{tl_version} - -%description pst-thick -The package supports drawing of very thick lines and curves in -PSTricks, with various fillings for the body of the lines. - -%package pst-thick-doc -Summary: Documentation for pst-thick -Version: svn16369.1.0 - -Provides: tex-pst-thick-doc -AutoReqProv: No - -%description pst-thick-doc -Documentation for pst-thick - -%package pst-tools -Provides: tex-pst-tools = %{tl_version} -License: LPPL -Summary: PStricks support functions -Version: svn54518 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Provides: tex(pst-tools.tex) = %{tl_version} -Provides: tex(pst-tools.sty) = %{tl_version} - -%description pst-tools -The package provides helper functions for other PSTricks -related packages. - -%package pst-tools-doc -Summary: Documentation for pst-tools -Version: svn54518 -Provides: tex-pst-tools-doc -AutoReqProv: No - -%description pst-tools-doc -Documentation for pst-tools - -%package pst-tree -Provides: tex-pst-tree = %{tl_version} -License: LPPL -Summary: Trees, using pstricks -Version: svn43272 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Provides: tex(pst-tree.tex) = %{tl_version} -Provides: tex(pst-tree.sty) = %{tl_version} - -%description pst-tree -pst-tree is a pstricks package that defines a macro \pstree -which offers a structured way of joining nodes created using -pst-node in order to draw trees. - -%package pst-tree-doc -Summary: Documentation for pst-tree -Version: svn43272 -Provides: tex-pst-tree-doc -AutoReqProv: No - -%description pst-tree-doc -Documentation for pst-tree - -%package pst-tvz -Provides: tex-pst-tvz = %{tl_version} -License: LPPL 1.3 -Summary: Draw trees with more than one root node, using PSTricks -Version: svn23451.1.01 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(pstricks.sty) -Provides: tex(pst-tvz.tex) = %{tl_version} -Provides: tex(pst-tvz.sty) = %{tl_version} - -%description pst-tvz -The package uses PSTricks to draw trees with more than one root -node. It is similar to pst-tree, though it uses a different -placement algorithm. - -%package pst-tvz-doc -Summary: Documentation for pst-tvz -Version: svn23451.1.01 - -Provides: tex-pst-tvz-doc -AutoReqProv: No - -%description pst-tvz-doc -Documentation for pst-tvz - -%package pst-uml -Provides: tex-pst-uml = %{tl_version} -License: LPPL -Summary: UML diagrams with PSTricks -Version: svn15878.0.83 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex-multido -Requires: tex(pstricks.sty) -Requires: tex(pst-node.sty) -Requires: tex(pst-tree.sty) -Requires: tex(multido.sty) -Requires: tex(calc.sty) -Requires: tex(ifthen.sty) -Requires: tex(graphicx.sty) -Requires: tex(pst-xkey.sty) -Provides: tex(pst-uml.sty) = %{tl_version} - -%description pst-uml -pst-uml is a PSTricks package that provides support for drawing -moderately complex UML (Universal Modelling Language) diagrams. -(The PDF documentation is written in French.) - -%package pst-uml-doc -Summary: Documentation for pst-uml -Version: svn15878.0.83 - -Provides: tex-pst-uml-doc -AutoReqProv: No -Requires: tex-multido-doc - -%description pst-uml-doc -Documentation for pst-uml - -%package pst-vectorian -Provides: tex-pst-vectorian = %{tl_version} -License: LPPL -Summary: Printing ornaments -Version: svn28801.0.4 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(graphicx.sty) -Requires: tex(pstricks.sty) -Provides: tex(psvectorian.sty) = %{tl_version} - -%description pst-vectorian -The package uses PStricks to draw ornaments (a substantial -repertoire of ornaments is provided). - -%package pst-vectorian-doc -Summary: Documentation for pst-vectorian -Version: svn28801.0.4 - -Provides: tex-pst-vectorian-doc -AutoReqProv: No - -%description pst-vectorian-doc -Documentation for pst-vectorian - -%package pst-vowel -Provides: tex-pst-vowel = %{tl_version} -License: LPPL -Summary: Enable arrows showing diphthongs on vowel charts -Version: svn25228.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(pst-node.sty) -Requires: tex(vowel.sty) -Provides: tex(pst-vowel.sty) = %{tl_version} - -%description pst-vowel -The package extends the vowel package (distributed as part of -the tipa bundle) by allowing the user to draw arrows between -vowels to show relationships such as diphthong membership. The -package depends on use of pstricks. - -%package pst-vowel-doc -Summary: Documentation for pst-vowel -Version: svn25228.1.0 - -Provides: tex-pst-vowel-doc -AutoReqProv: No - -%description pst-vowel-doc -Documentation for pst-vowel - -%package pstricks -Provides: tex-pstricks = %{tl_version} -License: LPPL 1.3 -Summary: PostScript macros for TeX -Version: svn54080 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-pst-tools -Requires: tex(pst-plot.sty) -Requires: tex(pst-node.sty) -Requires: tex(pst-tree.sty) -Requires: tex(pst-grad.sty) -Requires: tex(pst-coil.sty) -Requires: tex(pst-text.sty) -Requires: tex(pst-3d.sty) -Requires: tex(pst-eps.sty) -Requires: tex(pst-fill.sty) -Requires: tex(pstricks-add.sty) -Requires: tex(multido.sty) -Requires: tex(xcolor.sty) -Requires: tex(ifxetex.sty) -Requires: tex(fontenc.sty) -Requires: tex(ifpdf.sty) -Requires: tex(textcomp.sty) -Requires: tex(bera.sty) -Requires: tex(xspace.sty) -Requires: tex(makeidx.sty) -Requires: tex(calc.sty) -Requires: tex(babel.sty) -Requires: tex(xkeyval.sty) -Requires: tex(pst-xkey.sty) -Requires: tex(pstricks.sty) -Requires: tex(xkvview.sty) -Requires: tex(multido.sty) -Requires: tex(lscape.sty) -Requires: tex(graphicx.sty) -Requires: tex(eso-pic.sty) -Requires: tex(amsmath.sty) -Requires: tex(amssymb.sty) -Requires: tex(tabularx.sty) -Requires: tex(ragged2e.sty) -Requires: tex(booktabs.sty) -Requires: tex(footmisc.sty) -# Requires: tex(chngcntr.sty) -Requires: tex(nameref.sty) -Requires: tex(varioref.sty) -Requires: tex(subfig.sty) -Requires: tex(setspace.sty) -Requires: tex(paralist.sty) -Requires: tex(biblatex.sty) -Requires: tex(fancyvrb.sty) -Requires: tex(filecontents.sty) -Requires: tex(showexpl.sty) -Requires: tex(scrlayer-scrpage.sty) -Requires: tex(caption.sty) -Requires: tex(hyperref.sty) -Requires: tex(breakurl.sty) -Requires: tex(auto-pst-pdf.sty) -Requires: tex(pst-ovl.sty) -Provides: tex(README.cfg) = %{tl_version} -Provides: tex(distiller.cfg) = %{tl_version} -Provides: tex(dvips.cfg) = %{tl_version} -Provides: tex(dvipsone.cfg) = %{tl_version} -Provides: tex(gastex.cfg) = %{tl_version} -Provides: tex(textures.cfg) = %{tl_version} -Provides: tex(vtex.cfg) = %{tl_version} -Provides: tex(xdvipdfmx.cfg) = %{tl_version} -Provides: tex(pst-fp.tex) = %{tl_version} -Provides: tex(pst-key.tex) = %{tl_version} -Provides: tex(pstricks.tex) = %{tl_version} -Provides: tex(pstricks97.tex) = %{tl_version} -Provides: tex(pst-all.sty) = %{tl_version} -Provides: tex(pst-doc.cls) = %{tl_version} -Provides: tex(pst-key.sty) = %{tl_version} -Provides: tex(pst-platform.sty) = %{tl_version} -Provides: tex(pstcol.sty) = %{tl_version} -Provides: tex(pstricks.sty) = %{tl_version} -Provides: tex(pstricks-pdf.sty) = %{tl_version} -Provides: tex(pstricks-tex.def) = %{tl_version} -Provides: tex(pstricks-xetex.def) = %{tl_version} - -%description pstricks -PSTricks offers an extensive collection of macros for -generating PostScript that is usable with most TeX macro -formats, including Plain TeX, LaTeX, AMS-TeX, and AMS-LaTeX. -Included are macros for colour, graphics, pie charts, rotation, -trees and overlays. It has many special features, including a -wide variety of graphics (picture drawing) macros, with a -flexible interface and with colour support. There are macros -for colouring or shading the cells of tables. The package -pstricks-add contains bug-fixes and additions for PSTricks -(among other things). PSTricks ordinarily uses PostScript -\special commands, which are not supported by pdf(La)TeX. This -limitation may be overcome by using either the pst-pdf or the -pdftricks package, to generate a PDF inclusion from a PSTricks -diagram. PSTricks macros can also generate PDF output when the -document is processed XeTeX, without the need for other -supporting packages. - -%package pstricks-doc -Summary: Documentation for pstricks -Version: svn54080 -Provides: tex-pstricks-doc -AutoReqProv: No - -%description pstricks-doc -Documentation for pstricks - -%package pstricks-add -Provides: tex-pstricks-add = %{tl_version} -License: LPPL -Summary: A collection of add-ons and bugfixes for PSTricks -Version: svn53763 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(pstricks.sty) -Requires: tex(pst-plot.sty) -Requires: tex(pst-node.sty) -Requires: tex(pst-3d.sty) -Requires: tex(pst-math.sty) -Requires: tex(multido.sty) -Provides: tex(pstricks-add.tex) = %{tl_version} -Provides: tex(pstricks-add.cfg) = %{tl_version} -Provides: tex(pstricks-add.sty) = %{tl_version} - -%description pstricks-add -Collects together examples that have been posted to the -pstricks mailing list, together with many additional features -for the basic pstricks, pst-plot and pst-node, including: -bugfixes; new options for the pspicture environment; arrows; -braces as node connection/linestyle; extended axes for plots -(e.g., logarithm axes); polar plots; plotting tangent lines of -curves or functions; solving and printing differential -equations; box plots; matrix plots; and pie charts. The package -makes use of PostScript routines provided by pst-math. - -%package pstricks-add-doc -Summary: Documentation for pstricks-add -Version: svn53763 -Provides: tex-pstricks-add-doc -AutoReqProv: No - -%description pstricks-add-doc -Documentation for pstricks-add - -%package pstricks_calcnotes-doc -Summary: Documentation for pstricks_calcnotes -Version: svn34363.1.2 - -Provides: tex-pstricks_calcnotes-doc -AutoReqProv: No - -%description pstricks_calcnotes-doc -Documentation for pstricks_calcnotes - -%package uml -Provides: tex-uml = %{tl_version} -License: LPPL -Summary: UML diagrams in LaTeX -Version: svn17476.0.11 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(pstricks.sty) -Requires: tex(pst-node.sty) -Requires: tex(pst-xkey.sty) -Requires: tex(relsize.sty) -Provides: tex(uml.sty) = %{tl_version} - -%description uml -A PSTricks related package for writing UML (Unified Modelling -Language) diagrams in LaTeX. Currently, it implements a subset -of class diagrams, and some extra constructs as well. The -package cannot be used together with pst-uml. - -%package uml-doc -Summary: Documentation for uml -Version: svn17476.0.11 - -Provides: tex-uml-doc -AutoReqProv: No - -%description uml-doc -Documentation for uml - -%package vaucanson-g -Provides: tex-vaucanson-g = %{tl_version} -License: LPPL -Summary: PSTricks macros for drawing automata -Version: svn15878.0.4 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Requires: tex(xcolor.sty) -Requires: tex(pstricks.sty) -Requires: tex(pst-node.sty) -Requires: tex(pst-plot.sty) -Requires: tex(pst-coil.sty) -Requires: tex(multido.sty) -Requires: tex(pst-3d.sty) -Requires: tex(calc.sty) -Provides: tex(VCColor-names.def) = %{tl_version} -Provides: tex(VCPref-beamer.tex) = %{tl_version} -Provides: tex(VCPref-default.tex) = %{tl_version} -Provides: tex(VCPref-mystyle.tex) = %{tl_version} -Provides: tex(VCPref-slides.tex) = %{tl_version} -Provides: tex(Vaucanson-G.tex) = %{tl_version} -Provides: tex(vaucanson-g.sty) = %{tl_version} -Provides: tex(vaucanson.sty) = %{tl_version} - -%description vaucanson-g -VauCanSon-G is a package that enables the user to draw automata -within texts written using LaTeX. The package macros make use -of commands of PStricks - -%package vaucanson-g-doc -Summary: Documentation for vaucanson-g -Version: svn15878.0.4 - -Provides: tex-vaucanson-g-doc -AutoReqProv: No - -%description vaucanson-g-doc -Documentation for vaucanson-g - -%package vocaltract -Provides: tex-vocaltract = %{tl_version} -License: LPPL -Summary: Visualise the vocal tract using LaTeX and PStricks -Version: svn25629.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(VocalTract.sty) = %{tl_version} - -%description vocaltract -The package enables the user to visualise the vocal tract. The -vocal tract (in the package) is manipulated by a vector of -articulation parameters according to the S. Maeda model. -Animation may be achieved by providing a sequence of vectors -over time (e.g., from Matlab). A sequence of vectors for -certain German phonemes is embedded in the package, which -allows for animation when no other vector is available. The -package's graphics are produced using pstricks. - -%package vocaltract-doc -Summary: Documentation for vocaltract -Version: svn25629.1 - -Provides: tex-vocaltract-doc -AutoReqProv: No - -%description vocaltract-doc -Documentation for vocaltract - -%package collection-publishers -Summary: Publisher styles, theses, etc -Version: svn54407 -Requires: texlive-base -Requires: texlive-collection-latex -Requires: texlive-IEEEconf -Requires: texlive-IEEEtran -Requires: texlive-aastex -Requires: texlive-abnt -Requires: texlive-abntex2 -Requires: texlive-acmart -Requires: texlive-acmconf -Requires: texlive-active-conf -Requires: texlive-adfathesis -Requires: texlive-afparticle -Requires: texlive-afthesis -Requires: texlive-aguplus -Requires: texlive-aiaa -Requires: texlive-ametsoc -Requires: texlive-anufinalexam-doc -Requires: texlive-aomart -Requires: texlive-apa -Requires: texlive-apa6 -Requires: texlive-apa6e -Requires: texlive-apa7 -Requires: texlive-arsclassica -Requires: texlive-articleingud -Requires: texlive-asaetr -Requires: texlive-ascelike -Requires: texlive-asmeconf -Requires: texlive-asmejour -Requires: texlive-aucklandthesis -Requires: texlive-bangorcsthesis -Requires: texlive-bangorexam -Requires: texlive-bath-bst -Requires: texlive-beamer-FUBerlin -Requires: texlive-beamer-verona -Requires: texlive-beilstein -Requires: texlive-bgteubner -Requires: texlive-br-lex -Requires: texlive-brandeis-dissertation -Requires: texlive-brandeis-problemset -Requires: texlive-brandeis-thesis -Requires: texlive-cascadilla -Requires: texlive-cesenaexam -Requires: texlive-chem-journal -Requires: texlive-chs-physics-report -Requires: texlive-cje -Requires: texlive-classicthesis -Requires: texlive-cleanthesis -Requires: texlive-cmpj -Requires: texlive-confproc -Requires: texlive-cquthesis -Requires: texlive-dccpaper -Requires: texlive-dithesis -Requires: texlive-ebook -Requires: texlive-ebsthesis -Requires: texlive-ecothesis -Requires: texlive-ejpecp -Requires: texlive-ekaia -Requires: texlive-elbioimp -Requires: texlive-els-cas-templates -Requires: texlive-elsarticle -Requires: texlive-elteikthesis -Requires: texlive-emisa -Requires: texlive-erdc -Requires: texlive-estcpmm -Requires: texlive-etsvthor -Requires: texlive-facture-belge-simple-sans-tva -Requires: texlive-fbithesis -Requires: texlive-fcavtex -Requires: texlive-fcltxdoc -Requires: texlive-fei -Requires: texlive-ftc-notebook -Requires: texlive-gaceta -Requires: texlive-gammas -Requires: texlive-gatech-thesis -Requires: texlive-gradstudentresume -Requires: texlive-grant -Requires: texlive-gsemthesis -Requires: texlive-gzt -Requires: texlive-h2020proposal -Requires: texlive-hagenberg-thesis -Requires: texlive-har2nat -Requires: texlive-hecthese -Requires: texlive-hep-paper -Requires: texlive-hithesis -Requires: texlive-hitszbeamer -Requires: texlive-hitszthesis -Requires: texlive-hobete -Requires: texlive-hu-berlin-bundle -Requires: texlive-hustthesis -Requires: texlive-icsv -Requires: texlive-ieeepes -Requires: texlive-ijmart -Requires: texlive-ijsra -Requires: texlive-imac -Requires: texlive-imtekda -Requires: texlive-inkpaper -Requires: texlive-iodhbwm -Requires: texlive-iscram -Requires: texlive-jacow -Requires: texlive-jmlr -Requires: texlive-jnuexam -Requires: texlive-jpsj -Requires: texlive-kdgdocs -Requires: texlive-kluwer -Requires: texlive-ksp-thesis -Requires: texlive-ku-template -Requires: texlive-langsci -Requires: texlive-langsci-avm -Requires: texlive-limecv -Requires: texlive-lion-msc -Requires: texlive-llncsconf -Requires: texlive-lni -Requires: texlive-lps -Requires: texlive-matc3 -Requires: texlive-matc3mem -Requires: texlive-mcmthesis -Requires: texlive-mentis -Requires: texlive-mlacls -Requires: texlive-mnras -Requires: texlive-modeles-factures-belges-assocs -Requires: texlive-msu-thesis -Requires: texlive-mucproc -Requires: texlive-mugsthesis -Requires: texlive-musuos -Requires: texlive-muthesis -Requires: texlive-mynsfc -Requires: texlive-nature -Requires: texlive-navydocs -Requires: texlive-nddiss -Requires: texlive-ndsu-thesis -Requires: texlive-novel -Requires: texlive-nwejm -Requires: texlive-nih -Requires: texlive-nihbiosketch -Requires: texlive-nostarch -Requires: texlive-nrc -Requires: texlive-onrannual -Requires: texlive-opteng -Requires: texlive-philosophersimprint -Requires: texlive-pittetd -Requires: texlive-pkuthss -Requires: texlive-powerdot-fuberlin -Requires: texlive-powerdot-tuliplab -Requires: texlive-pracjourn -Requires: texlive-procIAGssymp -Requires: texlive-proposal -Requires: texlive-prtec -Requires: texlive-ptptex -Requires: texlive-quantumarticle -Requires: texlive-resphilosophica -Requires: texlive-resumecls -Requires: texlive-revtex -Requires: texlive-revtex4 -Requires: texlive-rutitlepage -Requires: texlive-ryersonsgsthesis -Requires: texlive-ryethesis -Requires: texlive-sageep -Requires: texlive-sapthesis -Requires: texlive-schule -Requires: texlive-scrjrnl -Requires: texlive-scientific-thesis-cover -Requires: texlive-sduthesis -Requires: texlive-seuthesis -Requires: texlive-seuthesix -Requires: texlive-shortmathj -Requires: texlive-soton -Requires: texlive-sphdthesis -Requires: texlive-spie -Requires: texlive-sr-vorl -Requires: texlive-srdp-mathematik -Requires: texlive-stellenbosch -Requires: texlive-suftesi -Requires: texlive-sugconf -Requires: texlive-tabriz-thesis -Requires: texlive-technion-thesis-template -Requires: texlive-texilikechaps -Requires: texlive-texilikecover -Requires: texlive-thesis-ekf -Requires: texlive-thesis-gwu -Requires: texlive-thesis-qom -Requires: texlive-thesis-titlepage-fhac -Requires: texlive-thuaslogos -Requires: texlive-thucoursework -Requires: texlive-thuthesis -Requires: texlive-timbreicmc -Requires: texlive-tlc-article -Requires: texlive-topletter -Requires: texlive-toptesi -Requires: texlive-tuda-ci -Requires: texlive-tudscr -Requires: texlive-tugboat -Requires: texlive-tugboat-plain -Requires: texlive-turabian -Requires: texlive-tui -Requires: texlive-uaclasses -Requires: texlive-uafthesis -Requires: texlive-uantwerpendocs -Requires: texlive-ucalgmthesis -Requires: texlive-ucbthesis -Requires: texlive-ucdavisthesis -Requires: texlive-ucsmonograph -Requires: texlive-ucthesis -Requires: texlive-uestcthesis -Requires: texlive-uhhassignment -Requires: texlive-uiucredborder -Requires: texlive-uiucthesis -Requires: texlive-ulthese -Requires: texlive-umbclegislation -Requires: texlive-umthesis -Requires: texlive-umich-thesis -Requires: texlive-unam-thesis -Requires: texlive-unamth-template-doc -Requires: texlive-unamthesis -Requires: texlive-unifith -Requires: texlive-unitn-bimrep -Requires: texlive-univie-ling -Requires: texlive-unswcover -Requires: texlive-uothesis -Requires: texlive-urcls -Requires: texlive-uowthesis -Requires: texlive-uowthesistitlepage -Requires: texlive-uspatent -Requires: texlive-ut-thesis -Requires: texlive-utexasthesis -Requires: texlive-uwthesis -Requires: texlive-vancouver -Requires: texlive-wsemclassic -Requires: texlive-xduthesis -Requires: texlive-yathesis -Requires: texlive-yazd-thesis -Requires: texlive-york-thesis - -%description collection-publishers -collection-publishers package - -%package IEEEconf -Provides: tex-IEEEconf = %{tl_version} -License: LPPL -Summary: Macros for IEEE conference proceedings -Version: svn15878.1.4 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(geometry.sty) -Requires: tex(mathptmx.sty) -Requires: tex(helvet.sty) -Requires: tex(courier.sty) -Requires: tex(array.sty) -Requires: tex(titlesec.sty) -Provides: tex(IEEEconf.cls) = %{tl_version} - -%description IEEEconf -The IEEEconf class implements the formatting dictated by the -IEEE Computer Society Press for conference proceedings. - -%package IEEEconf-doc -Summary: Documentation for IEEEconf -Version: svn15878.1.4 - -Provides: tex-IEEEconf-doc -AutoReqProv: No - -%description IEEEconf-doc -Documentation for IEEEconf - -%package IEEEtran -Provides: tex-IEEEtran = %{tl_version} -License: LPPL 1.3 -Summary: Document class for IEEE Transactions journals and conferences -Version: svn51065 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(newtxmath.sty) -Provides: tex(IEEEtran.cls) = %{tl_version} -Provides: tex(IEEEtrantools.sty) = %{tl_version} -Provides: tetex-IEEEtran = %{tl_version} -Obsoletes: tetex-IEEEtran < %{tl_version} - -%description IEEEtran -The class and its BibTeX style enable authors to produce -officially-correct output for the Institute of Electrical and -Electronics Engineers (IEEE) transactions, journals and -conferences. - -%package IEEEtran-doc -Summary: Documentation for IEEEtran -Version: svn51065 -Provides: tex-IEEEtran-doc -AutoReqProv: No - -%description IEEEtran-doc -Documentation for IEEEtran - -%package confproc -Provides: tex-confproc = %{tl_version} -License: LPPL -Summary: A set of tools for generating conference proceedings -Version: svn29349.0.8 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(kvoptions.sty) -Requires: tex(kvoptions-patch.sty) -Requires: tex(xifthen.sty) -Requires: tex(graphicx.sty) -Requires: tex(pdfpages.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(tocbibind.sty) -Requires: tex(titletoc.sty) -Requires: tex(multitoc.sty) -Requires: tex(index.sty) -Requires: tex(multicol.sty) -Requires: tex(sectsty.sty) -Requires: tex(color.sty) -Requires: tex(hyperref.sty) -Requires: tex(bookmark.sty) -Provides: tex(confproc.cfg) = %{tl_version} -Provides: tex(confproc.cls) = %{tl_version} -Provides: tex(newapave.sty) = %{tl_version} - -%description confproc -The confproc collection comprises a class, a BibTeX style, and -some scripts for generating conference proceedings. It derives -from LaTeX scripts written for the DAFx-06 conference -proceedings, largely based on the pdfpages package for -including the proceedings papers and the hyperref package for -creating a proper table of contents, bookmarks and general -bibliography back-references. Confproc also uses many other -packages for fine tuning of the table of contents, bibliography -and index of authors. The added value of the class resides in -its time-saving aspects when designing conference proceedings. - -%package confproc-doc -Summary: Documentation for confproc -Version: svn29349.0.8 - -Provides: tex-confproc-doc -AutoReqProv: No - -%description confproc-doc -Documentation for confproc - -%package dccpaper -Provides: tex-dccpaper = %{tl_version} -License: LPPL 1.3 -Summary: Typeset papers for the International Journal of Digital Curation -Version: svn54512 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(dccpaper-base.tex) = %{tl_version} -Provides: tex(idcc.cls) = %{tl_version} -Provides: tex(ijdc-v9.cls) = %{tl_version} -Provides: tex(ijdc-v14.cls) = %{tl_version} - -%description dccpaper -The LaTeX class ijdc-v14 produces camera-ready papers and -articles suitable for inclusion in the International Journal of -Digital Curation, with applicability from volume 14 onwards; a -legacy class ijdc-v9 is provided for papers and articles -written for volumes 9-13. The similar idcc class can be used -for submissions to the International Digital Curation -Conference, beginning with the 2015 conference. - -%package dccpaper-doc -Summary: Documentation for dccpaper -Version: svn54512 -Provides: tex-dccpaper-doc -AutoReqProv: No - -%description dccpaper-doc -Documentation for dccpaper - -%package dithesis -Provides: tex-dithesis = %{tl_version} -License: LPPL -Summary: Thesis class for undergraduate theses at the University of Athens -Version: svn34295.0.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(hyperref.sty) -Requires: tex(tabularx.sty) -Requires: tex(graphicx.sty) -Requires: tex(float.sty) -Requires: tex(subfig.sty) -Requires: tex(caption.sty) -Requires: tex(geometry.sty) -Requires: tex(parskip.sty) -Requires: tex(setspace.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(titlesec.sty) -Requires: tex(titletoc.sty) -Requires: tex(tocloft.sty) -Requires: tex(titling.sty) -Requires: tex(xifthen.sty) -Provides: tex(dithesis.cls) = %{tl_version} - -%description dithesis -The class conforms to the requirements of the Department of -Informatics and Telecommunications at the University of Athens -regarding the preparation of undergraduate theses, as of Sep 1, -2011. The class is designed for use with XeLaTeX; by default -(on a Windows platform), the font Arial is used, but provision -is made for use under Linux (with a different sans-serif font). - -%package dithesis-doc -Summary: Documentation for dithesis -Version: svn34295.0.2 - -Provides: tex-dithesis-doc -AutoReqProv: No - -%description dithesis-doc -Documentation for dithesis - -%package ebook -Provides: tex-ebook = %{tl_version} -License: Public Domain -Summary: ebook -Version: svn29466.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(ebook.sty) = %{tl_version} - -%description ebook -The package defines a command \ebook that defines page layout, -fonts, and font-sizes for documents to be rendered as PDF- -ebooks on small ebook-readers. The package has been tested with -Kindle e-ink and iPad mini. - -%package ebook-doc -Summary: Documentation for ebook -Version: svn29466.0 - -Provides: tex-ebook-doc -AutoReqProv: No - -%description ebook-doc -Documentation for ebook - -%package ebsthesis -Provides: tex-ebsthesis = %{tl_version} -License: LPPL -Summary: Typesetting theses for economics -Version: svn15878.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(geometry.sty) -Requires: tex(setspace.sty) -Requires: tex(rotfloat.sty) -Requires: tex(caption.sty) -Requires: tex(ragged2e.sty) -Requires: tex(footmisc.sty) -Requires: tex(remreset.sty) -Requires: tex(titlesec.sty) -Requires: tex(calc.sty) -Requires: tex(titletoc.sty) -Requires: tex(array.sty) -Requires: tex(tocbibind.sty) -Requires: tex(nomencl.sty) -Requires: tex(mdwlist.sty) -Requires: tex(acronym.sty) -Requires: tex(amsmath.sty) -Requires: tex(onlyamsmath.sty) -Requires: tex(comment.sty) -Requires: tex(amssymb.sty) -Requires: tex(dsfont.sty) -Requires: tex(ifthen.sty) -Requires: tex(amsthm.sty) -Provides: tex(ebsthesis.cls) = %{tl_version} - -%description ebsthesis -The ebsthesis class and ebstools package facilitate the -production of camera-ready manuscripts in conformance with the -guidelines of Gabler Verlag and typographical rules established -by the European Business School. - -%package ebsthesis-doc -Summary: Documentation for ebsthesis -Version: svn15878.1.0 - -Provides: tex-ebsthesis-doc -AutoReqProv: No - -%description ebsthesis-doc -Documentation for ebsthesis - -%package ejpecp -Provides: tex-ejpecp = %{tl_version} -License: LPPL 1.2 -Summary: Class for EJP and ECP -Version: svn50761 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(graphicx.sty) -Requires: tex(pstricks.sty) -Requires: tex(auto-pst-pdf.sty) -Requires: tex(mathtools.sty) -Requires: tex(fixltx2e.sty) -Requires: tex(microtype.sty) -Requires: tex(lastpage.sty) -Requires: tex(latexsym.sty) -Requires: tex(dsfont.sty) -Requires: tex(amsmath.sty) -Requires: tex(amsfonts.sty) -Requires: tex(amssymb.sty) -Requires: tex(amsthm.sty) -Requires: tex(geometry.sty) -Requires: tex(bera.sty) -Requires: tex(hyperref.sty) -Provides: tex(ejpecp.cls) = %{tl_version} - -%description ejpecp -The class is designed for typesetting articles for the -mathematical research periodicals Electronic Journal of -Probability (EJP) and Electronic Communications in Probability -(ECP). - -%package ejpecp-doc -Summary: Documentation for ejpecp -Version: svn50761 -Provides: tex-ejpecp-doc -AutoReqProv: No - -%description ejpecp-doc -Documentation for ejpecp - -%package ekaia -Provides: tex-ekaia = %{tl_version} -License: LPPL 1.2 -Summary: Article format for publishing the Basque Country Science and Technology Journal "Ekaia" -Version: svn49594 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(babel.sty) -Requires: tex(geometry.sty) -Requires: tex(sectsty.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(indentfirst.sty) -Provides: tex(ekaia.sty) = %{tl_version} - -%description ekaia -The package provides the article format for publishing the -Basque Country Science and Technology Journal "Ekaia" at the -University of the Basque Country. - -%package ekaia-doc -Summary: Documentation for ekaia -Version: svn49594 -Provides: tex-ekaia-doc -AutoReqProv: No - -%description ekaia-doc -Documentation for ekaia - -%package elbioimp -Provides: tex-elbioimp = %{tl_version} -License: LPPL -Summary: A LaTeX document class for the Journal of Electrical Bioimpedance -Version: svn21758.1.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Requires: tex(url.sty) -Requires: tex(geometry.sty) -Requires: tex(mathptmx.sty) -Requires: tex(type1cm.sty) -Requires: tex(type1ec.sty) -Requires: tex(caption.sty) -Provides: tex(elbioimp.cls) = %{tl_version} - -%description elbioimp -A document class for writing articles to the Journal of -Electrical Bioimpedance. - -%package elbioimp-doc -Summary: Documentation for elbioimp -Version: svn21758.1.2 - -Provides: tex-elbioimp-doc -AutoReqProv: No - -%description elbioimp-doc -Documentation for elbioimp - -%package elsarticle -Provides: tex-elsarticle = %{tl_version} -License: LPPL 1.2 -Summary: Class for articles for submission to Elsevier journals -Version: svn50786 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(txfonts.sty) -Requires: tex(times.sty) -Requires: tex(graphicx.sty) -Requires: tex(pifont.sty) -Requires: tex(natbib.sty) -Requires: tex(geometry.sty) -Provides: tex(elsarticle.cls) = %{tl_version} - -%description elsarticle -The class is for typeset journal articles, is accepted for -submitted articles, both in Elsevier's electronic submission -system and elsewhere. - -%package elsarticle-doc -Summary: Documentation for elsarticle -Version: svn50786 -Provides: tex-elsarticle-doc -AutoReqProv: No - -%description elsarticle-doc -Documentation for elsarticle - -%package elteikthesis -Provides: tex-elteikthesis = %{tl_version} -License: LPPL 1.2 -Summary: Thesis template for Eotvos Lorand University (Informatics) -Version: svn53926 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(graphicx.sty) -Requires: tex(geometry.sty) -Requires: tex(setspace.sty) -Provides: tex(elteikthesis.cls) = %{tl_version} - -%description elteikthesis -This package provides a Bachelor and Master thesis template for -the Eotvos Lorand University, Faculty of Informatics (Budapest, -Hungary). The template supports producing both Hungarian and -English theses. - -%package elteikthesis-doc -Summary: Documentation for elteikthesis -Version: svn53926 -Provides: tex-elteikthesis-doc -AutoReqProv: No - -%description elteikthesis-doc -Documentation for elteikthesis - -%package erdc -Provides: tex-erdc = %{tl_version} -License: LPPL -Summary: Style for Reports by US Army Corps of Engineers -Version: svn15878.1.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(graphicx.sty) -Requires: tex(color.sty) -Requires: tex(caption.sty) -Requires: tex(longtable.sty) -Requires: tex(dcolumn.sty) -Requires: tex(natbib.sty) -Requires: tex(amsmath.sty) -Requires: tex(ragged2e.sty) -Requires: tex(geometry.sty) -Requires: tex(fancyhdr.sty) -Provides: tex(erdc.cls) = %{tl_version} - -%description erdc -A class for typesetting Technical Information Reports of the -Engineer Research and Development Center, US Army Corps of -Engineers. The class was commissioned and paid for by US Army -Corps of Engineers, Engineer Research and Development Center, -3909 Halls Ferry Road, Vicksburg, MS 39180-6199. - -%package erdc-doc -Summary: Documentation for erdc -Version: svn15878.1.1 - -Provides: tex-erdc-doc -AutoReqProv: No - -%description erdc-doc -Documentation for erdc - -%package estcpmm -Provides: tex-estcpmm = %{tl_version} -License: LPPL -Summary: Style for Munitions Management Project Reports -Version: svn17335.0.4 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(graphicx.sty) -Requires: tex(caption.sty) -Requires: tex(geometry.sty) -Requires: tex(fancyhdr.sty) -Provides: tex(estcpmm.cls) = %{tl_version} - -%description estcpmm -Provides a class which supports typesetting Cost and -Performance Reports and Final Reports for Munitions Management -Reports, US Environmental Security Technology Certification -Program. The class was commissioned and paid for by US Army -Corps of Engineers, Engineer Research and Development Center, -3909 Halls Ferry Road, Vicksburg, MS 39180-6199. - -%package estcpmm-doc -Summary: Documentation for estcpmm -Version: svn17335.0.4 - -Provides: tex-estcpmm-doc -AutoReqProv: No - -%description estcpmm-doc -Documentation for estcpmm - -%package fbithesis -Provides: tex-fbithesis = %{tl_version} -License: LPPL -Summary: Computer Science thesis class for University of Dortmund -Version: svn21340.1.2m - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(graphicx.sty) -Provides: tex(fbithesis.cfg) = %{tl_version} -Provides: tex(fbithesis.cls) = %{tl_version} - -%description fbithesis -At the department of computer science at the University of -Dortmund there are cardboard cover pages for research or -internal reports like master/phd-theses. The main function of -this LaTeX2e document-class is a replacement for the \maketitle -command to typeset a title page that is adjusted to these cover -pages. - -%package fbithesis-doc -Summary: Documentation for fbithesis -Version: svn21340.1.2m - -Provides: tex-fbithesis-doc -AutoReqProv: No - -%description fbithesis-doc -Documentation for fbithesis - -%package fcavtex -Provides: tex-fcavtex = %{tl_version} -License: LPPL 1.3 -Summary: A thesis class for the FCAV/UNESP (Brazil) -Version: svn38074.1.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(geometry.sty) -Requires: tex(babel.sty) -Requires: tex(inputenc.sty) -Requires: tex(helvet.sty) -Requires: tex(layout.sty) -Requires: tex(textpos.sty) -Requires: tex(ragged2e.sty) -Requires: tex(microtype.sty) -Requires: tex(titlesec.sty) -Requires: tex(tocloft.sty) -Requires: tex(memhfixc.sty) -Requires: tex(indentfirst.sty) -Requires: tex(hyperref.sty) -Requires: tex(chapterbib.sty) -Requires: tex(abntex2cite.sty) -Requires: tex(hyphenat.sty) -Requires: tex(paralist.sty) -Requires: tex(mfirstuc.sty) -Requires: tex(pageslts.sty) -Provides: tex(fcavtex.cls) = %{tl_version} - -%description fcavtex -This package provides a class and a bibliography style for the -FCAV-UNESP (Faculdade de Ciencias Agrarias e Veterinarias de -Jaboticabal UNESP) brazilian university, written based on the -institution rules for thesis publications. - -%package fcavtex-doc -Summary: Documentation for fcavtex -Version: svn38074.1.1 - -Provides: tex-fcavtex-doc -AutoReqProv: No - -%description fcavtex-doc -Documentation for fcavtex - -%package fcltxdoc -Provides: tex-fcltxdoc = %{tl_version} -License: LPPL 1.3 -Summary: Macros for use in the author's documentation -Version: svn24500.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(etex.sty) -Requires: tex(filehook.sty) -Requires: tex(ltxnew.sty) -Requires: tex(etexcmds.sty) -Requires: tex(ltxcmds.sty) -Requires: tex(etoolbox.sty) -Requires: tex(amsmath.sty) -Requires: tex(amsfonts.sty) -Requires: tex(amsopn.sty) -Requires: tex(amssymb.sty) -Requires: tex(xspace.sty) -Requires: tex(fontenc.sty) -Requires: tex(hologo.sty) -Requires: tex(graphicx.sty) -Requires: tex(grffile.sty) -Requires: tex(needspace.sty) -Requires: tex(moresize.sty) -Requires: tex(manfnt.sty) -Requires: tex(bbding.sty) -Requires: tex(eurosym.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(lastpage.sty) -Requires: tex(marginnote.sty) -Requires: tex(framed.sty) -Requires: tex(ulem.sty) -Requires: tex(nccfoots.sty) -Requires: tex(nccstretch.sty) -Requires: tex(linegoal.sty) -Requires: tex(array.sty) -Requires: tex(delarray.sty) -Requires: tex(makecell.sty) -Requires: tex(booktabs.sty) -Requires: tex(embedfile.sty) -Requires: tex(interfaces.sty) -Requires: tex(relsize.sty) -Requires: tex(titlesec.sty) -Requires: tex(tocloft.sty) -Requires: tex(hypdoc.sty) -Requires: tex(hyperref.sty) -Requires: tex(pdftexcmds.sty) -Requires: tex(enumitem.sty) -Requires: tex(bookmark.sty) -Requires: tex(hypbmsec.sty) -Requires: tex(fancyvrb.sty) -Requires: tex(listings.sty) -Requires: tex(xcolor.sty) -Provides: tex(fcltxdoc.sty) = %{tl_version} - -%description fcltxdoc -The package is not advertised for public use, but is necessary -for the support of others of the author's packages (which are -compiled under the ltxdoc class). - -%package fcltxdoc-doc -Summary: Documentation for fcltxdoc -Version: svn24500.1.0 - -Provides: tex-fcltxdoc-doc -AutoReqProv: No - -%description fcltxdoc-doc -Documentation for fcltxdoc - -%package fei -Provides: tex-fei = %{tl_version} -License: LPPL 1.3 -Summary: Class for academic works at FEI University Center -- Brazil -Version: svn54178 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(geometry.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(babel.sty) -Requires: tex(fontenc.sty) -Requires: tex(setspace.sty) -Requires: tex(caption.sty) -Requires: tex(mathtools.sty) -Requires: tex(lmodern.sty) -Requires: tex(icomma.sty) -Requires: tex(times.sty) -Requires: tex(graphicx.sty) -Requires: tex(morewrites.sty) -Requires: tex(algorithm2e.sty) -Requires: tex(amsthm.sty) -Requires: tex(thmtools.sty) -Requires: tex(enumitem.sty) -Requires: tex(tocloft.sty) -Requires: tex(pdfpages.sty) -Requires: tex(ifthen.sty) -Requires: tex(imakeidx.sty) -Requires: tex(hyperref.sty) -Requires: tex(glossaries.sty) -Requires: tex(abntex2cite.sty) -Provides: tex(fei.cls) = %{tl_version} - -%description fei -fei is a class created by graduate students and LaTeX -enthusiasts that allows students from FEI University Center to -create their academic works, be it a monograph, masters -dissertation or phd thesis, under the typographic rules of the -institution. The class makes it possible to create a full -academic work, supporting functionalities such as cover, title -page, catalog entry, dedication, summary, lists of figures, -tables, algorithms, acronyms and symbols, multiple authors, -index, references, appendices and attachments. fei is loosely -based in the Brazilian National Standards Organization -(Associacao Brasileira de Normas Tecnicas, ABNT) standards for -the creation of academic works, such as ABNT NBR 10520:2002 -(Citations) and ABNT NBR 6023:2002 (Bibliographic References). - -%package fei-doc -Summary: Documentation for fei -Version: svn54178 -Provides: tex-fei-doc -AutoReqProv: No - -%description fei-doc -Documentation for fei - -%package gaceta -Provides: tex-gaceta = %{tl_version} -License: LPPL -Summary: A class to typeset La Gaceta de la RSME -Version: svn15878.1.06 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(geometry.sty) -Requires: tex(babel.sty) -Requires: tex(graphicx.sty) -Requires: tex(url.sty) -Requires: tex(amsmath.sty) -Requires: tex(amsthm.sty) -Requires: tex(amssymb.sty) -Provides: tex(gaceta.cls) = %{tl_version} - -%description gaceta -The class will typeset papers for <<La Gaceta de la Real -Sociedad Matematica Espanola>>. - -%package gaceta-doc -Summary: Documentation for gaceta -Version: svn15878.1.06 - -Provides: tex-gaceta-doc -AutoReqProv: No - -%description gaceta-doc -Documentation for gaceta - -%package gatech-thesis -Provides: tex-gatech-thesis = %{tl_version} -License: GPL+ -Summary: Georgia Institute of Technology thesis class -Version: svn19886.1.8 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(gloss.sty) -Requires: tex(index.sty) -Requires: tex(multicol.sty) -Requires: tex(calc.sty) -Provides: tex(gatech-thesis-gloss.sty) = %{tl_version} -Provides: tex(gatech-thesis-index.sty) = %{tl_version} -Provides: tex(gatech-thesis-losa.sty) = %{tl_version} -Provides: tex(gatech-thesis-patch.sty) = %{tl_version} -Provides: tex(gatech-thesis.cls) = %{tl_version} - -%description gatech-thesis -The output generated by using this class has been approved by -the Georgia Tech Office of Graduate Studies. It satisfies their -undocumented moving-target requirements in additional to the -actual documented requirements of the June 2002 Georgia Tech -Thesis Style Manual, as amended up to 2010. - -%package gatech-thesis-doc -Summary: Documentation for gatech-thesis -Version: svn19886.1.8 - -Provides: tex-gatech-thesis-doc -AutoReqProv: No - -%description gatech-thesis-doc -Documentation for gatech-thesis - -%package gsemthesis -Provides: tex-gsemthesis = %{tl_version} -License: LPPL 1.3 -Summary: Geneva School of Economics and Management PhD thesis format -Version: svn36244.0.9.4 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(geometry.sty) -Requires: tex(hyperref.sty) -Requires: tex(url.sty) -Provides: tex(gsemthesis.cls) = %{tl_version} - -%description gsemthesis -The class provides a PhD thesis template for the Geneva School -of Economics and Management (GSEM), University of Geneva, -Switzerland. The class provides utilities to easily set up the -cover page, the front matter pages, the page headers, etc., -conformant to the official guidelines of the GSEM Faculty for -writing PhD dissertations. - -%package gsemthesis-doc -Summary: Documentation for gsemthesis -Version: svn36244.0.9.4 - -Provides: tex-gsemthesis-doc -AutoReqProv: No - -%description gsemthesis-doc -Documentation for gsemthesis - -%package gzt -Provides: tex-gzt = %{tl_version} -License: LPPL 1.3 -Summary: Bundle of classes for "La Gazette des Mathematiciens" -Version: svn54390 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(silence.sty) -Requires: tex(xpatch.sty) -Requires: tex(l3keys2e.sty) -Requires: tex(xparse.sty) -Requires: tex(standalone.sty) -Requires: tex(datatool.sty) -Requires: tex(fontenc.sty) -Requires: tex(inputenc.sty) -Requires: tex(fontspec.sty) -Requires: tex(kpfonts.sty) -Requires: tex(titlesec.sty) -Requires: tex(multicol.sty) -Requires: tex(graphicx.sty) -Requires: tex(import.sty) -Requires: tex(longtable.sty) -Requires: tex(draftwatermark.sty) -Requires: tex(adjustbox.sty) -Requires: tex(zref-totpages.sty) -Requires: tex(zref-xr.sty) -Requires: tex(ragged2e.sty) -Requires: tex(xspace.sty) -Requires: tex(textcase.sty) -Requires: tex(epigraph.sty) -Requires: tex(csquotes.sty) -Requires: tex(biblatex.sty) -Requires: tex(array.sty) -Requires: tex(booktabs.sty) -Requires: tex(tabularx.sty) -Requires: tex(nccparskip.sty) -Requires: tex(multirow.sty) -Requires: tex(varioref.sty) -Requires: tex(mathtools.sty) -Requires: tex(mathrsfs.sty) -Requires: tex(esvect.sty) -Requires: tex(everypage.sty) -Requires: tex(translator.sty) -Requires: tex(geometry.sty) -Requires: tex(babel.sty) -Requires: tex(eurosym.sty) -Requires: tex(iflang.sty) -Requires: tex(tableof.sty) -Requires: tex(etoc.sty) -Requires: tex(microtype.sty) -Requires: tex(datetime.sty) -Requires: tex(enumitem.sty) -Requires: tex(fixltx2e.sty) -Requires: tex(afterpage.sty) -Requires: tex(xcolor.sty) -Requires: tex(tikz.sty) -Requires: tex(pgfplots.sty) -Requires: tex(tcolorbox.sty) -Requires: tex(tikzpagenodes.sty) -Requires: tex(tkz-euclide.sty) -Requires: tex(pagegrid.sty) -Requires: tex(amsthm.sty) -Requires: tex(thmtools.sty) -Requires: tex(placeins.sty) -Requires: tex(hyperref.sty) -Requires: tex(bookmark.sty) -Requires: tex(cleveref.sty) -Provides: tex(gzt.cfg) = %{tl_version} -Provides: tex(gzt.cls) = %{tl_version} -Provides: tex(gztarticle.cls) = %{tl_version} - -%description gzt -This bundle provides two classes and BibLaTeX styles for the -French journal "La Gazette des Mathematiciens": gzt for the -complete issues of the journal, aimed at the Gazette's team, -gztarticle, intended for authors who wish to publish an article -in the Gazette. This class's goals are to faithfully reproduce -the layout of the Gazette, thus enabling the authors to be able -to work their document in actual conditions, and provide a -number of tools (commands and environments) to facilitate the -drafting of documents, in particular those containing -mathematical formulas. - -%package gzt-doc -Summary: Documentation for gzt -Version: svn54390 -Provides: tex-gzt-doc -AutoReqProv: No - -%description gzt-doc -Documentation for gzt - -%package har2nat -Provides: tex-har2nat = %{tl_version} -License: LPPL -Summary: Replace the harvard package with natbib -Version: svn54080 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(suffix.sty) -Requires: tex(natbib.sty) -Provides: tex(har2nat.sty) = %{tl_version} - -%description har2nat -This small package allows a LaTeX document containing the -citation commands provided by the Harvard package to be -compiled using the natbib package. Migration from harvard to -natbib thus can be achieved simply by replacing -\usepackage{harvard} with \usepackage{natbib} -\usepackage{har2nat} It is important that har2nat be loaded -after natbib, since it modifies natbib commands. - -%package har2nat-doc -Summary: Documentation for har2nat -Version: svn54080 -Provides: tex-har2nat-doc -AutoReqProv: No - -%description har2nat-doc -Documentation for har2nat - -%package hobete -Provides: tex-hobete = %{tl_version} -License: LPPL -Summary: Unofficial beamer theme for the University of Hohenheim -Version: svn27036.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(expl3.sty) -Requires: tex(l3keys2e.sty) -Requires: tex(xfrac.sty) -Requires: tex(xparse.sty) -Requires: tex(tikz.sty) -Provides: tex(beamercolorthemehohenheim.sty) = %{tl_version} -Provides: tex(beamerouterthemehohenheim.sty) = %{tl_version} -Provides: tex(beamerouterthemehohenheimposter.sty) = %{tl_version} -Provides: tex(beamerthemehohenheim.sty) = %{tl_version} -Provides: tex(hobete.sty) = %{tl_version} - -%description hobete -The package provides a beamer theme which features the Ci -colors of the University of Hohenheim. Please note that this is -not an official Theme, and that there will be no support for -it, from the University. Furthermore there is NO relationship -between the University and this theme. - -%package hobete-doc -Summary: Documentation for hobete -Version: svn27036.0 - -Provides: tex-hobete-doc -AutoReqProv: No - -%description hobete-doc -Documentation for hobete - -%package icsv -Provides: tex-icsv = %{tl_version} -License: LPPL -Summary: Class for typesetting articles for the ICSV conference -Version: svn15878.0.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(geometry.sty) -Requires: tex(amsmath.sty) -Requires: tex(amssymb.sty) -Requires: tex(array.sty) -Requires: tex(bm.sty) -Requires: tex(calc.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(fixltx2e.sty) -Requires: tex(fix-cm.sty) -Requires: tex(graphicx.sty) -Requires: tex(hyperref.sty) -Requires: tex(ifthen.sty) -Requires: tex(caption.sty) -Requires: tex(helvet.sty) -Requires: tex(fontenc.sty) -Requires: tex(textcomp.sty) -Provides: tex(icsv.cls) = %{tl_version} - -%description icsv -This is an ad-hoc class for typesetting articles for the ICSV -conference, based on the earler active-conf by the same author. - -%package icsv-doc -Summary: Documentation for icsv -Version: svn15878.0.2 - -Provides: tex-icsv-doc -AutoReqProv: No - -%description icsv-doc -Documentation for icsv - -%package ieeepes -Provides: tex-ieeepes = %{tl_version} -License: LPPL -Summary: IEEE Power Engineering Society Transactions -Version: svn17359.4.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(vmargin.sty) -Requires: tex(graphicx.sty) -Requires: tex(times.sty) -Requires: tex(mathptm.sty) -Provides: tex(ieeepes.sty) = %{tl_version} - -%description ieeepes -Supports typesetting of transactions, as well as discussions -and closures, for the IEEE Power Engineering Society -Transactions journals. - -%package ieeepes-doc -Summary: Documentation for ieeepes -Version: svn17359.4.0 - -Provides: tex-ieeepes-doc -AutoReqProv: No - -%description ieeepes-doc -Documentation for ieeepes - -%package ijmart -Provides: tex-ijmart = %{tl_version} -License: LPPL -Summary: LaTeX Class for the Israel Journal of Mathematics -Version: svn30958.1.7 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifpdf.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(lastpage.sty) -Provides: tex(ijmart.cls) = %{tl_version} - -%description ijmart -The Israel Journal of Mathematics is published by The Hebrew -University Magnes Press. This class provides LaTeX support for -its authors and editors. It strives to achieve the distinct -"look and feel" of the journal, while having the interface -similar to that of the amsart document class. This will help -authors already familiar with amsart to easily submit -manuscripts for The Israel Journal of Mathematics or to put the -preprints in arXiv with minimal changes in the LaTeX source. - -%package ijmart-doc -Summary: Documentation for ijmart -Version: svn30958.1.7 - -Provides: tex-ijmart-doc -AutoReqProv: No - -%description ijmart-doc -Documentation for ijmart - -%package imac -Provides: tex-imac = %{tl_version} -License: GPL+ -Summary: International Modal Analysis Conference format -Version: svn17347.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(imac.sty) = %{tl_version} - -%description imac -A set of files for producing correctly formatted documents for -the International Modal Analysis Conference. The bundle -provides a LaTeX package and a BibTeX style file. - -%package imac-doc -Summary: Documentation for imac -Version: svn17347.0 - -Provides: tex-imac-doc -AutoReqProv: No - -%description imac-doc -Documentation for imac - -%package imtekda -Provides: tex-imtekda = %{tl_version} -License: LPPL -Summary: IMTEK thesis class -Version: svn17667.1.7 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(graphicx.sty) -Requires: tex(calc.sty) -Requires: tex(textpos.sty) -Provides: tex(IMTEKda.cls) = %{tl_version} - -%description imtekda -The class permits typesetting of diploma, bachelor's and -master's theses for the Institute of Microsystem Technology -(IMTEK) at the University of Freiburg (Germany). The class is -based on the KOMA-Script class scrbook. Included in the -documentation is a large collection of useful tips for -typesetting theses and a list of recommended packages. - -%package imtekda-doc -Summary: Documentation for imtekda -Version: svn17667.1.7 - -Provides: tex-imtekda-doc -AutoReqProv: No - -%description imtekda-doc -Documentation for imtekda - -%package jmlr -Provides: tex-jmlr = %{tl_version} -License: LPPL 1.3 -Summary: Class files for the Journal of Machine Learning Research -Version: svn54562 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xkeyval.sty) -Requires: tex(calc.sty) -Requires: tex(etoolbox.sty) -Requires: tex(amsmath.sty) -Requires: tex(amssymb.sty) -Requires: tex(natbib.sty) -Requires: tex(graphicx.sty) -Requires: tex(url.sty) -Requires: tex(xcolor.sty) -Requires: tex(algorithm2e.sty) -Requires: tex(hyperref.sty) -Requires: tex(nameref.sty) -Requires: tex(setspace.sty) -Requires: tex(currfile.sty) -Requires: tex(fink.sty) -Requires: tex(xmpincl.sty) -Requires: tex(combnat.sty) -Provides: tex(jmlr.cls) = %{tl_version} -Provides: tex(jmlrbook.cls) = %{tl_version} -Provides: tex(jmlrutils.sty) = %{tl_version} - -%description jmlr -The jmlr bundle provides a class for authors (jmlr) and a class -for production editors (jmlrbook). The jmlrbook class can be -used to combine articles written using the jmlr class into a -book. The class uses the combine class and the hyperref package -to produce either a colour hyperlinked book for on-line viewing -or a greyscale nonhyperlinked book for printing. Production -editors can use makejmlrbookgui to help build the proceedings -from the articles. - -%package jmlr-doc -Summary: Documentation for jmlr -Version: svn54562 -Provides: tex-jmlr-doc -AutoReqProv: No - -%description jmlr-doc -Documentation for jmlr - -%package jpsj -Provides: tex-jpsj = %{tl_version} -License: LPPL -Summary: Document Class for Journal of the Physical Society of Japan -Version: svn15878.1.2.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(amsmath.sty) -Requires: tex(amssymb.sty) -Requires: tex(graphicx.sty) -Requires: tex(overcite.sty) -Provides: tex(jpsj2.cls) = %{tl_version} - -%description jpsj -jpsj package - -%package jpsj-doc -Summary: Documentation for jpsj -Version: svn15878.1.2.2 - -Provides: tex-jpsj-doc -AutoReqProv: No - -%description jpsj-doc -Documentation for jpsj - -%package kdgdocs -Provides: tex-kdgdocs = %{tl_version} -License: LPPL 1.3 -Summary: Document classes for Karel de Grote University College -Version: svn24498.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(geometry.sty) -Requires: tex(ifxetex.sty) -Requires: tex(cmbright.sty) -Requires: tex(fontspec.sty) -Requires: tex(ifthen.sty) -Requires: tex(graphicx.sty) -Requires: tex(eso-pic.sty) -Requires: tex(color.sty) -Requires: tex(tikz.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(hyperref.sty) -Provides: tex(kdgcoursetext.cls) = %{tl_version} -Provides: tex(kdgmasterthesis.cls) = %{tl_version} - -%description kdgdocs -The bundle provides two classes for usage by KdG professors and -master students: kdgcoursetext: for writing course texts, and -kdgmasterthesis: for writing master's theses. The bundle -replaces the original kdgcoursetext package (now removed from -the archive). - -%package kdgdocs-doc -Summary: Documentation for kdgdocs -Version: svn24498.1.0 - -Provides: tex-kdgdocs-doc -AutoReqProv: No - -%description kdgdocs-doc -Documentation for kdgdocs - -%package kluwer -Provides: tex-kluwer = %{tl_version} -License: LPPL -Summary: Kluwer publication support -Version: svn54074 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(amssymb.sty) -Requires: tex(wasysym.sty) -Requires: tex(fontenc.sty) -Requires: tex(textcomp.sty) -Requires: tex(mathptm.sty) -Provides: tex(klu10.clo) = %{tl_version} -Provides: tex(klu105.clo) = %{tl_version} -Provides: tex(klu11.clo) = %{tl_version} -Provides: tex(klu12.clo) = %{tl_version} -Provides: tex(klu9.clo) = %{tl_version} -Provides: tex(klucite.sty) = %{tl_version} -Provides: tex(kluedit.sty) = %{tl_version} -Provides: tex(klufloa.sty) = %{tl_version} -Provides: tex(klulist.sty) = %{tl_version} -Provides: tex(klumac.sty) = %{tl_version} -Provides: tex(klumath.sty) = %{tl_version} -Provides: tex(klumono.sty) = %{tl_version} -Provides: tex(klunote.sty) = %{tl_version} -Provides: tex(kluopen.sty) = %{tl_version} -Provides: tex(klups.sty) = %{tl_version} -Provides: tex(kluref.sty) = %{tl_version} -Provides: tex(klusec.sty) = %{tl_version} -Provides: tex(klut10.clo) = %{tl_version} -Provides: tex(klut11.clo) = %{tl_version} -Provides: tex(klut12.clo) = %{tl_version} -Provides: tex(klut9.clo) = %{tl_version} -Provides: tex(klutab.sty) = %{tl_version} -Provides: tex(kluwer.cls) = %{tl_version} - -%description kluwer -Most likely long obsolete, unfortunately. - -%package kluwer-doc -Summary: Documentation for kluwer -Version: svn54074 -Provides: tex-kluwer-doc -AutoReqProv: No - -%description kluwer-doc -Documentation for kluwer - -%package lps -Provides: tex-lps = %{tl_version} -License: LPPL -Summary: Class for "Logic and Philosophy of Science" -Version: svn21322.0.7 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(mathptmx.sty) -Requires: tex(geometry.sty) -Requires: tex(titlesec.sty) -Requires: tex(titletoc.sty) -Requires: tex(lastpage.sty) -Requires: tex(caption.sty) -Provides: tex(lps.cls) = %{tl_version} - -%description lps -The 'Logic and Philosophy of Science' journal is an online -publication of the University of Trieste (Italy). The class -builds on the standard article class to offer a format that -LaTeX authors may use when submitting to the journal. - -%package lps-doc -Summary: Documentation for lps -Version: svn21322.0.7 - -Provides: tex-lps-doc -AutoReqProv: No - -%description lps-doc -Documentation for lps - -%package matc3 -Provides: tex-matc3 = %{tl_version} -License: LPPL 1.3 -Summary: Commands for MatematicaC3 textbooks -Version: svn29845.1.0.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(matc3.sty) = %{tl_version} - -%description matc3 -The package provides support for the Matematica C3 project to -produce free mathematical text books for use in Italian high -schools. - -%package matc3-doc -Summary: Documentation for matc3 -Version: svn29845.1.0.1 - -Provides: tex-matc3-doc -AutoReqProv: No - -%description matc3-doc -Documentation for matc3 - -%package matc3mem -Provides: tex-matc3mem = %{tl_version} -License: LPPL 1.3 -Summary: Class for MatematicaC3 textbooks -Version: svn35773.1.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(amsthm.sty) -Requires: tex(xcolor.sty) -Requires: tex(shadethm.sty) -Provides: tex(matc3mem.cls) = %{tl_version} - -%description matc3mem -The class is a development of memoir, with additions -(specifically, mathematical extensions) that provide support -for writing the books for the Matematica C3 project to produce -free mathematical textbooks for use in Italian high schools. - -%package matc3mem-doc -Summary: Documentation for matc3mem -Version: svn35773.1.1 - -Provides: tex-matc3mem-doc -AutoReqProv: No - -%description matc3mem-doc -Documentation for matc3mem - -%package mcmthesis -Provides: tex-mcmthesis = %{tl_version} -License: LPPL 1.3 -Summary: Template designed for MCM/ICM -Version: svn53513 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(kvoptions.sty) -Requires: tex(etoolbox.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(fancybox.sty) -Requires: tex(ifthen.sty) -Requires: tex(lastpage.sty) -Requires: tex(listings.sty) -Requires: tex(appendix.sty) -Requires: tex(paralist.sty) -Requires: tex(amsthm.sty) -Requires: tex(amsfonts.sty) -Requires: tex(amsmath.sty) -Requires: tex(bm.sty) -Requires: tex(amssymb.sty) -Requires: tex(mathrsfs.sty) -Requires: tex(latexsym.sty) -Requires: tex(longtable.sty) -Requires: tex(multirow.sty) -Requires: tex(hhline.sty) -Requires: tex(tabularx.sty) -Requires: tex(array.sty) -Requires: tex(flafter.sty) -Requires: tex(pifont.sty) -Requires: tex(calc.sty) -Requires: tex(colortbl.sty) -Requires: tex(booktabs.sty) -Requires: tex(geometry.sty) -Requires: tex(fontenc.sty) -Requires: tex(berasans.sty) -Requires: tex(hyperref.sty) -Requires: tex(ifpdf.sty) -Requires: tex(ifxetex.sty) -Requires: tex(environ.sty) -Requires: tex(graphicx.sty) -Requires: tex(epstopdf.sty) -Requires: tex(bmpsize.sty) -Requires: tex(xcolor.sty) -Provides: tex(mcmthesis.cls) = %{tl_version} - -%description mcmthesis -The package offers a template for MCM (The Mathematical Contest -in Modeling) and ICM (The Interdisciplinary Contest in -Modeling) for typesetting the submitted paper. - -%package mcmthesis-doc -Summary: Documentation for mcmthesis -Version: svn53513 -Provides: tex-mcmthesis-doc -AutoReqProv: No - -%description mcmthesis-doc -Documentation for mcmthesis - -%package mentis -Provides: tex-mentis = %{tl_version} -License: LPPL -Summary: A basis for books to be published by Mentis publishers -Version: svn15878.1.5 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fontenc.sty) -Requires: tex(babel.sty) -Requires: tex(xspace.sty) -Requires: tex(textcomp.sty) -Requires: tex(scrlayer-scrpage.sty) -Requires: tex(jurabib.sty) -Requires: tex(makeidx.sty) -Requires: tex(relsize.sty) -Requires: tex(microtype.sty) -Requires: tex(multicol.sty) -Requires: tex(ragged2e.sty) -Requires: tex(geometry.sty) -Provides: tex(mentis.cls) = %{tl_version} - -%description mentis -This LaTeX class loads scrbook and provides changes necessary -for publishing at Mentis publishers in Paderborn, Germany. It -is not an official Mentis class, merely one developed by an -author in close co-operation with Mentis. - -%package mentis-doc -Summary: Documentation for mentis -Version: svn15878.1.5 -Provides: tex-mentis-doc -AutoReqProv: No - -%description mentis-doc -Documentation for mentis - -%package mnras -Provides: tex-mnras = %{tl_version} -License: LPPL 1.3 -Summary: Monthly Notices of the Royal Astronomical Society -Version: svn37579.3.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(mnras.cls) = %{tl_version} - -%description mnras -Package for preparing papers in the journal Monthly Notices of -the Royal Astronomical Society. - -%package mnras-doc -Summary: Documentation for mnras -Version: svn37579.3.0 - -Provides: tex-mnras-doc -AutoReqProv: No - -%description mnras-doc -Documentation for mnras - -%package msu-thesis -Provides: tex-msu-thesis = %{tl_version} -License: LPPL 1.3 -Summary: Class for Michigan State University Master's and PhD theses -Version: svn46106 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(etex.sty) -Requires: tex(pdflscape.sty) -Requires: tex(tikz.sty) -Provides: tex(gb4e-compat.tex) = %{tl_version} -Provides: tex(msu-thesis.cls) = %{tl_version} - -%description msu-thesis -This is a class file for producing dissertations and theses -according to the Michigan State University Graduate School -Guidelines for Electronic Submission of Master's Theses and -Dissertations. The class should meet all current requirements -and is updated whenever the university guidelines change. The -class is based on the memoir document class, and inherits the -functionality of that class. - -%package msu-thesis-doc -Summary: Documentation for msu-thesis -Version: svn46106 -Provides: tex-msu-thesis-doc -AutoReqProv: No - -%description msu-thesis-doc -Documentation for msu-thesis - -%package mugsthesis -Provides: tex-mugsthesis = %{tl_version} -License: LPPL 1.3 -Summary: Thesis class complying with Marquette University Graduate School requirements -Version: svn34878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(etoolbox.sty) -Requires: tex(indentfirst.sty) -Provides: tex(mugsthesis.cls) = %{tl_version} - -%description mugsthesis -The bundle offers a thesis class, based on memoir, that -complies with Marquette University Graduate School -requirements. - -%package mugsthesis-doc -Summary: Documentation for mugsthesis -Version: svn34878.0 - -Provides: tex-mugsthesis-doc -AutoReqProv: No - -%description mugsthesis-doc -Documentation for mugsthesis - -%package musuos -Provides: tex-musuos = %{tl_version} -License: LPPL -Summary: Typeset papers for the department of music, Osnabruck -Version: svn24857.1.1d - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(kvoptions.sty) -Requires: tex(environ.sty) -Requires: tex(etoolbox.sty) -Requires: tex(geometry.sty) -Requires: tex(titletoc.sty) -Requires: tex(csquotes.sty) -Requires: tex(xspace.sty) -Requires: tex(verse.sty) -Provides: tex(musuos.cls) = %{tl_version} - -%description musuos -The package provides a LaTeX class for typesetting term papers -at the institute of music and musicology of the University of -Osnabruck, Germany, according to the specifications of Prof. -Stefan Hahnheide. A biblatex style is provided. - -%package musuos-doc -Summary: Documentation for musuos -Version: svn24857.1.1d - -Provides: tex-musuos-doc -AutoReqProv: No - -%description musuos-doc -Documentation for musuos - -%package muthesis -Provides: tex-muthesis = %{tl_version} -License: LPPL -Summary: Classes for University of Manchester Dept of Computer Science -Version: svn23861.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(setspace.sty) -Provides: tex(muthesis.cls) = %{tl_version} -Provides: tex(third-rep.cls) = %{tl_version} - -%description muthesis -The bundle provides thesis and project report document classes -from the University of Manchester's Department of Computer -Science. - -%package muthesis-doc -Summary: Documentation for muthesis -Version: svn23861.0 - -Provides: tex-muthesis-doc -AutoReqProv: No - -%description muthesis-doc -Documentation for muthesis - -%package nature -Provides: tex-nature = %{tl_version} -License: LPPL -Summary: Prepare papers for the journal Nature -Version: svn21819.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(cite.sty) -Requires: tex(times.sty) -Requires: tex(fullpage.sty) -Requires: tex(ifthen.sty) -Provides: tex(nature.cls) = %{tl_version} - -%description nature -Nature does not accept papers in LaTeX, but it does accept PDF. -This class and BibTeX style provide what seems to be necessary -to produce papers in a format acceptable to the publisher. - -%package nature-doc -Summary: Documentation for nature -Version: svn21819.1.0 - -Provides: tex-nature-doc -AutoReqProv: No - -%description nature-doc -Documentation for nature - -%package nddiss -Provides: tex-nddiss = %{tl_version} -License: LPPL -Summary: Notre Dame Dissertation format class -Version: svn45107 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(exscale.sty) -Requires: tex(ifpdf.sty) -Requires: tex(longtable.sty) -Requires: tex(xspace.sty) -Requires: tex(indentfirst.sty) -Requires: tex(tabularx.sty) -Requires: tex(enumerate.sty) -Requires: tex(latexsym.sty) -Requires: tex(showkeys.sty) -Requires: tex(epsfig.sty) -Requires: tex(color.sty) -Requires: tex(graphicx.sty) -Requires: tex(hyperref.sty) -Requires: tex(natbib.sty) -Requires: tex(hypernat.sty) -Requires: tex(amsmath.sty) -Requires: tex(amssymb.sty) -Requires: tex(float.sty) -Requires: tex(lscape.sty) -Requires: tex(booktabs.sty) -Requires: tex(rotating.sty) -Requires: tex(url.sty) -Requires: tex(setspace.sty) -Provides: tex(nddiss2e.cls) = %{tl_version} - -%description nddiss -This class file conforms to the requirements of the Graduate -School of the University of Notre Dame; with it a user can -format a thesis or dissertation in LaTeX. - -%package nddiss-doc -Summary: Documentation for nddiss -Version: svn45107 -Provides: tex-nddiss-doc -AutoReqProv: No - -%description nddiss-doc -Documentation for nddiss - -%package ndsu-thesis -Provides: tex-ndsu-thesis = %{tl_version} -License: LPPL 1.3 -Summary: North Dakota State University disquisition class -Version: svn46639 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(ndsu-thesis.cls) = %{tl_version} - -%description ndsu-thesis -A class for generating disquisitions, intended to be in -compliance with North Dakota State University requirements. - -%package ndsu-thesis-doc -Summary: Documentation for ndsu-thesis -Version: svn46639 -Provides: tex-ndsu-thesis-doc -AutoReqProv: No - -%description ndsu-thesis-doc -Documentation for ndsu-thesis - -%package nih -Provides: tex-nih = %{tl_version} -License: LPPL -Summary: A class for NIH grant applications -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Requires: tex(helvet.sty) -Requires: tex(geometry.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(amsmath.sty) -Provides: tex(denselists.sty) = %{tl_version} -Provides: tex(nih.cls) = %{tl_version} - -%description nih -The nih class offers support for grant applications to NIH, the -National Institutes of Health, a US government agency. The -example-* files provide a template for using nih.cls and -submitting the biographical sketches the NIH wants. They -(potentially) use denselists package, which just reduces list -spacing; the package is distributed with the class, but is not -part of the class proper. (The examples may be distributed -without even the restrictions of the LaTeX licence.) - -%package nih-doc -Summary: Documentation for nih -Version: svn15878.0 - -Provides: tex-nih-doc -AutoReqProv: No - -%description nih-doc -Documentation for nih - -%package nostarch -Provides: tex-nostarch = %{tl_version} -License: LPPL -Summary: LaTeX class for No Starch Press -Version: svn15878.1.3 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifpdf.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(fancyvrb.sty) -Requires: tex(booktabs.sty) -Requires: tex(graphicx.sty) -Requires: tex(listings.sty) -Requires: tex(caption.sty) -Requires: tex(makeidx.sty) -Requires: tex(upquote.sty) -Requires: tex(ragged2e.sty) -Requires: tex(hyperref.sty) -Provides: tex(nostarch.cls) = %{tl_version} -Provides: tex(nshyper.sty) = %{tl_version} - -%description nostarch -The package provides the "official" LaTeX style for No Starch -Press. Provided are a class, a package for interfacing to -hyperref and an index style file. The style serves both for -printed and for electronic books. - -%package nostarch-doc -Summary: Documentation for nostarch -Version: svn15878.1.3 - -Provides: tex-nostarch-doc -AutoReqProv: No - -%description nostarch-doc -Documentation for nostarch - -%package nrc -Provides: tex-nrc = %{tl_version} -License: LPPL -Summary: Class for the NRC technical journals -Version: svn29027.2.01a - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(fontenc.sty) -Requires: tex(multicol.sty) -Provides: tex(nrc1.cls) = %{tl_version} -Provides: tex(nrc1.sty) = %{tl_version} -Provides: tex(nrc2.cls) = %{tl_version} -Provides: tex(nrc2.sty) = %{tl_version} - -%description nrc -Macros, and some documentation, for typesetting papers for -submission to journals published by the National Research -Council Research Press. At present, only nrc2.cls (for two- -column layout) should be used. - -%package nrc-doc -Summary: Documentation for nrc -Version: svn29027.2.01a - -Provides: tex-nrc-doc -AutoReqProv: No - -%description nrc-doc -Documentation for nrc - -%package onrannual -Provides: tex-onrannual = %{tl_version} -License: LPPL 1.3 -Summary: Class for Office of Naval Research Ocean Battlespace Sensing annual report -Version: svn17474.1.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(mathptmx.sty) -Requires: tex(geometry.sty) -Requires: tex(authblk.sty) -Requires: tex(parskip.sty) -Requires: tex(caption.sty) -Requires: tex(hyperref.sty) -Provides: tex(onrannual.cls) = %{tl_version} - -%description onrannual -This is an unofficial document class for writing ONR annual -reports using LaTeX; as ONR has had numerous problems with -LaTeX-generated PDF submissions in the past. A skeleton -document (and its PDF output) are included. - -%package onrannual-doc -Summary: Documentation for onrannual -Version: svn17474.1.1 - -Provides: tex-onrannual-doc -AutoReqProv: No - -%description onrannual-doc -Documentation for onrannual - -%package opteng -Provides: tex-opteng = %{tl_version} -License: LPPL -Summary: SPIE Optical Engineering and OE Letters manuscript template -Version: svn27331.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(opteng.sty) = %{tl_version} - -%description opteng -With this template, and associated style and LaTeX packages, it -is possible to estimate the page length of manuscripts for -submission to the SPIE journals 'Optical Engineering' and -'Optical Engineering Letters'. With a strict three-page limit, -this is particularly important for the latter. The template -gives simple instructions on how to prepare the manuscript. - -%package opteng-doc -Summary: Documentation for opteng -Version: svn27331.1.0 - -Provides: tex-opteng-doc -AutoReqProv: No - -%description opteng-doc -Documentation for opteng - -%package philosophersimprint -Provides: tex-philosophersimprint = %{tl_version} -License: LPPL -Summary: Typesetting articles for "Philosophers' Imprint" -Version: svn41788 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifpdf.sty) -Requires: tex(color.sty) -Requires: tex(graphicx.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(mathpazo.sty) -Requires: tex(courier.sty) -Requires: tex(helvet.sty) -Requires: tex(fontenc.sty) -Requires: tex(textcomp.sty) -Requires: tex(microtype.sty) -Requires: tex(trajan.sty) -Provides: tex(philosophersimprint.cls) = %{tl_version} - -%description philosophersimprint -In its mission statement we read "Philosophers' Imprint is a -refereed series of original papers in philosophy, edited by -philosophy faculty at the University of Michigan, with the -advice of an international Board of Editors, and published on -the World Wide Web by the University of Michigan Digital -Library. The mission of the Imprint is to promote a future in -which funds currently spent on journal subscriptions are -redirected to the dissemination of scholarship for free, via -the Internet". The class helps authors to typeset their own -articles in "Web-ready" format. No assumption is made about the -fonts available to the author: the class itself is restricted -to freely available and freely distributed fonts, only. - -%package philosophersimprint-doc -Summary: Documentation for philosophersimprint -Version: svn41788 -Provides: tex-philosophersimprint-doc -AutoReqProv: No - -%description philosophersimprint-doc -Documentation for philosophersimprint - -%package pittetd -Provides: tex-pittetd = %{tl_version} -License: LPPL -Summary: Electronic Theses and Dissertations at Pitt -Version: svn15878.1.618 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(pitetd10.clo) = %{tl_version} -Provides: tex(pitetd11.clo) = %{tl_version} -Provides: tex(pitetd12.clo) = %{tl_version} -Provides: tex(pittetd.cls) = %{tl_version} - -%description pittetd -A document class for theses and dissertations. Provides patch -files that enable pittetd to use files prepared for use with -the pittdiss or pitthesis classes. The manual provides a -detailed guide for users who wish to use the class to prepare -their thesis or dissertation. - -%package pittetd-doc -Summary: Documentation for pittetd -Version: svn15878.1.618 - -Provides: tex-pittetd-doc -AutoReqProv: No - -%description pittetd-doc -Documentation for pittetd - -%package pkuthss -Provides: tex-pkuthss = %{tl_version} -License: LPPL -Summary: LaTeX template for dissertations in Peking University -Version: svn54512 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(tikz.sty) -Requires: tex(scrextend.sty) -Requires: tex(subfig.sty) -Requires: tex(tocloft.sty) -Requires: tex(caption.sty) -Requires: tex(CJKspace.sty) -Requires: tex(setspace.sty) -Requires: tex(enumitem.sty) -Requires: tex(keyval.sty) -Requires: tex(graphicx.sty) -Requires: tex(geometry.sty) -Requires: tex(xCJK2uni.sty) -Provides: tex(pkuthss-gbk.def) = %{tl_version} -Provides: tex(pkuthss-utf8.def) = %{tl_version} -Provides: tex(pkuthss.cls) = %{tl_version} - -%description pkuthss -The package provides a simple, clear and flexible LaTeX -template for dissertations in Peking University. - -%package pkuthss-doc -Summary: Documentation for pkuthss -Version: svn54512 -Provides: tex-pkuthss-doc -AutoReqProv: No - -%description pkuthss-doc -Documentation for pkuthss - -%package powerdot-fuberlin -Provides: tex-powerdot-FUBerlin = %{tl_version} -Provides: texlive-powerdot-FUBerlin = %{epoch}:svn15878.0.01.obsolete -Obsoletes: texlive-powerdot-FUBerlin <= 9:svn15878.0.01 -Provides: texlive-powerdot-FUBerlin-doc = %{epoch}:svn15878.0.01.obsolete -Obsoletes: texlive-powerdot-FUBerlin-doc <= 9:svn15878.0.01 -License: LPPL -Summary: Powerdot, using the style of FU Berlin -Version: svn52922 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fontenc.sty) -Requires: tex(babel.sty) -Requires: tex(pifont.sty) -Requires: tex(breakurl.sty) -Requires: tex(graphicx.sty) -Requires: tex(calc.sty) -Requires: tex(tabularx.sty) -Requires: tex(helvet.sty) -Requires: tex(ragged2e.sty) -Provides: tex(FUpowerdot.cls) = %{tl_version} -Provides: tex(powerdot-BerlinFU.sty) = %{tl_version} - -%description powerdot-fuberlin -The bundle provides a powerdot-derived class and a package for -use with powerdot to provide the corporate design of the Free -University in Berlin. Users may use the class itself -(FUpowerdot) or use the package in the usual way with -\style=BerlinFU as a class option. Examples of using both the -class and the package are provided; the PDF is visually -identical, so the catalogue only lists one; the sources of the -examples do of course differ. - -%package pracjourn -Provides: tex-pracjourn = %{tl_version} -License: GPL+ -Summary: Typeset articles for PracTeX -Version: svn15878.0.4n - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(lmodern.sty) -Requires: tex(mathpazo.sty) -Requires: tex(microtype.sty) -Requires: tex(textcomp.sty) -Requires: tex(color.sty) -Requires: tex(hyperref.sty) -Requires: tex(graphicx.sty) -Provides: tex(pracjourn.cls) = %{tl_version} - -%description pracjourn -The pracjourn class is used for typesetting articles in the -PracTeX Journal. It is based on the article class with -modifications to allow for more flexible front-matter and -revision control, among other small changes. - -%package pracjourn-doc -Summary: Documentation for pracjourn -Version: svn15878.0.4n - -Provides: tex-pracjourn-doc -AutoReqProv: No - -%description pracjourn-doc -Documentation for pracjourn - -%package procIAGssymp -Provides: tex-procIAGssymp = %{tl_version} -License: LPPL -Summary: Macros for IAG symposium papers -Version: svn51771 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(procIAGssymp.sty) = %{tl_version} - -%description procIAGssymp -This package provides (re-)definitions of some LaTeX commands -that can be useful for the preparation of a paper with the -style of the proceeding of symposia sponsored by the -'International Association of Geodesy (IAG)' published by -Springer-Verlag. - -%package procIAGssymp-doc -Summary: Documentation for procIAGssymp -Version: svn51771 -Provides: tex-procIAGssymp-doc -AutoReqProv: No - -%description procIAGssymp-doc -Documentation for procIAGssymp - -%package proposal -Provides: tex-proposal = %{tl_version} -License: LPPL -Summary: A class for preparing proposals -Version: svn40538 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(workaddress.sty) -Requires: tex(eurosym.sty) -Requires: tex(xspace.sty) -Requires: tex(amssymb.sty) -Requires: tex(url.sty) -Requires: tex(graphicx.sty) -Requires: tex(colortbl.sty) -Requires: tex(xcolor.sty) -Requires: tex(rotating.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(array.sty) -Requires: tex(comment.sty) -Requires: tex(tikz.sty) -Requires: tex(paralist.sty) -Requires: tex(a4wide.sty) -Requires: tex(boxedminipage.sty) -Requires: tex(helvet.sty) -Requires: tex(textcomp.sty) -Requires: tex(biblatex.sty) -Requires: tex(csquotes.sty) -Requires: tex(mdframed.sty) -Requires: tex(hyperref.sty) -Requires: tex(ed.sty) -Requires: tex(svninfo.sty) -Requires: tex(babel.sty) -Requires: tex(longtable.sty) -Requires: tex(wrapfig.sty) -Provides: tex(pdata.sty) = %{tl_version} -Provides: tex(proposal.cls) = %{tl_version} -Provides: tex(reporting.cls) = %{tl_version} -Provides: tex(reporting.sty) = %{tl_version} -Provides: tex(dfgpdata.sty) = %{tl_version} -Provides: tex(dfgproposal.cls) = %{tl_version} -Provides: tex(dfgreporting.cls) = %{tl_version} -Provides: tex(dfgreporting.sty) = %{tl_version} -Provides: tex(eupdata.sty) = %{tl_version} -Provides: tex(eudata.sty) = %{tl_version} -Provides: tex(euproposal.cls) = %{tl_version} -Provides: tex(eureporting.cls) = %{tl_version} -Provides: tex(eureporting.sty) = %{tl_version} - -%description proposal -The process of preparing a collaborative proposal, to a major -funding body, involves integration of contributions of a many -people at many sites. It is therefore an ideal application for -a text-based document preparation system such as LaTeX, in -concert with a distributed version control system such as SVN. -The proposal class itself provides a basis for such an -enterprise. The dfgproposal and dfgproposal classes provide two -specialisations of the base class for (respectively) German and -European research proposals. The packages depend on the -author's stex bundle. - -%package proposal-doc -Summary: Documentation for proposal -Version: svn40538 - -Provides: tex-proposal-doc -AutoReqProv: No - -%description proposal-doc -Documentation for proposal - -%package ptptex -Provides: tex-ptptex = %{tl_version} -License: LPPL -Summary: Macros for 'Progress of Theoretical Physics' -Version: svn19440.0.91 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(amsmath.sty) -Requires: tex(amssymb.sty) -Requires: tex(overcite.sty) -Requires: tex(wrapfig.sty) -Provides: tex(ptp-prep.clo) = %{tl_version} -Provides: tex(ptptex.cls) = %{tl_version} -Provides: tex(wrapft.sty) = %{tl_version} - -%description ptptex -The distribution contains the class (which offers an option -file for preprints), and a template. The class requires the -cite, overcite and wrapfig packages. - -%package ptptex-doc -Summary: Documentation for ptptex -Version: svn19440.0.91 - -Provides: tex-ptptex-doc -AutoReqProv: No - -%description ptptex-doc -Documentation for ptptex - -%package resphilosophica -Provides: tex-resphilosophica = %{tl_version} -License: LPPL 1.3 -Summary: Typeset articles for the journal Res Philosophica -Version: svn50935 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xkeyval.sty) -Requires: tex(microtype.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(xcolor.sty) -Requires: tex(lastpage.sty) -Requires: tex(collect.sty) -Requires: tex(footmisc.sty) -Requires: tex(hyperref.sty) -Requires: tex(mathdesign.sty) -Requires: tex(natbib.sty) -Provides: tex(resphilosophica.cls) = %{tl_version} - -%description resphilosophica -The bundle provides a class for typesetting articles for the -journal Res Philosophica. Development was commissioned by Saint -Louis University. - -%package resphilosophica-doc -Summary: Documentation for resphilosophica -Version: svn50935 -Provides: tex-resphilosophica-doc -AutoReqProv: No - -%description resphilosophica-doc -Documentation for resphilosophica - -%package resumecls -Provides: tex-resumecls = %{tl_version} -License: LPPL 1.3 -Summary: Typeset a resumee in both Chinese and English -Version: svn54815 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(geometry.sty) -Requires: tex(hyperref.sty) -Requires: tex(ctex.sty) -Requires: tex(tabularx.sty) -Requires: tex(color.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(natbib.sty) -Provides: tex(resumecls.cls) = %{tl_version} - -%description resumecls -A LaTeX document class to typeset a resume or CV both in -English and Chinese with more ease and flexibility. - -%package resumecls-doc -Summary: Documentation for resumecls -Version: svn54815 - -Provides: tex-resumecls-doc -AutoReqProv: No - -%description resumecls-doc -Documentation for resumecls - -%package revtex -Provides: tex-revtex = %{tl_version} -License: LPPL 1.3 -Summary: Styles for various Physics Journals -Version: svn49751 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(verbatim.sty) -Requires: tex(shortvrb.sty) -Requires: tex(textcase.sty) -Requires: tex(amsfonts.sty) -Requires: tex(amssymb.sty) -Requires: tex(amsmath.sty) -Requires: tex(lineno.sty) -Requires: tex(url.sty) -Requires: tex(natbib.sty) -Provides: tex(ltxdocext.sty) = %{tl_version} -Provides: tex(ltxfront.sty) = %{tl_version} -Provides: tex(ltxgrid.sty) = %{tl_version} -Provides: tex(ltxutil.sty) = %{tl_version} -Provides: tex(reftest4-1.tex) = %{tl_version} -Provides: tex(revsymb4-1.sty) = %{tl_version} -Provides: tex(revtex4-1.cls) = %{tl_version} - -%description revtex -Includes styles for American Physical Society, American -Institute of Physics, and Optical Society of America. The -distribution consists of the RevTeX class itself, and several -support packages. - -%package revtex-doc -Summary: Documentation for revtex -Version: svn49751 -Provides: tex-revtex-doc -AutoReqProv: No - -%description revtex-doc -Documentation for revtex - -%package revtex4 -Provides: tex-revtex4 = %{tl_version} -License: LPPL -Summary: revtex4 package -Version: svn45873 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(amsfonts.sty) -Requires: tex(amssymb.sty) -Requires: tex(amsmath.sty) -Requires: tex(url.sty) -Requires: tex(natbib.sty) -Provides: tex(docs.sty) = %{tl_version} -Provides: tex(revsymb.sty) = %{tl_version} -Provides: tex(revtex4.cls) = %{tl_version} - -%description revtex4 -revtex4 package - -%package revtex4-doc -Summary: Documentation for revtex4 -Version: svn45873 -Provides: tex-revtex4-doc -AutoReqProv: No - -%description revtex4-doc -Documentation for revtex4 - -%package ryethesis -Provides: tex-ryethesis = %{tl_version} -License: LPPL 1.3 -Summary: Class for Ryerson Unversity Graduate School requirements -Version: svn33945.1.36 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(setspace.sty) -Requires: tex(vmargin.sty) -Requires: tex(float.sty) -Requires: tex(hyperref.sty) -Requires: tex(bookmark.sty) -Requires: tex(glossaries.sty) -Requires: tex(multicol.sty) -Requires: tex(nomencl.sty) -Requires: tex(etoolbox.sty) -Provides: tex(ryethesis.cls) = %{tl_version} - -%description ryethesis -The class offers support for formatting a thesis, dissertation -or project according to Ryerson University's School of Graduate -Studies thesis formatting regulations. - -%package ryethesis-doc -Summary: Documentation for ryethesis -Version: svn33945.1.36 - -Provides: tex-ryethesis-doc -AutoReqProv: No - -%description ryethesis-doc -Documentation for ryethesis - -%package sageep -Provides: tex-sageep = %{tl_version} -License: LPPL -Summary: Format papers for the annual meeting of EEGS -Version: svn15878.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(geometry.sty) -Requires: tex(indentfirst.sty) -Requires: tex(caption.sty) -Requires: tex(natbib.sty) -Provides: tex(sageep.cls) = %{tl_version} - -%description sageep -The class provides formatting for papers for the annual meeting -of the Environmental and Engineering Geophysical Society (EEGS) -("Application of Geophysics to Engineering and Environmental -Problems", known as SAGEEP). - -%package sageep-doc -Summary: Documentation for sageep -Version: svn15878.1.0 - -Provides: tex-sageep-doc -AutoReqProv: No - -%description sageep-doc -Documentation for sageep - -%package sapthesis -Provides: tex-sapthesis = %{tl_version} -License: LPPL 1.3 -Summary: Typeset theses for Sapienza-University, Rome -Version: svn48365 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xkeyval.sty) -Requires: tex(geometry.sty) -Requires: tex(ifxetex.sty) -Requires: tex(xltxtra.sty) -Requires: tex(fontenc.sty) -Requires: tex(textcomp.sty) -Requires: tex(lmodern.sty) -Requires: tex(caption.sty) -Requires: tex(graphicx.sty) -Requires: tex(color.sty) -Requires: tex(booktabs.sty) -Requires: tex(amsmath.sty) -Requires: tex(fancyhdr.sty) -Provides: tex(sapthesis.cls) = %{tl_version} - -%description sapthesis -The class will typeset Ph.D., Master, and Bachelor theses that -adhere to the publishing guidelines of the Sapienza-University -of Rome. - -%package sapthesis-doc -Summary: Documentation for sapthesis -Version: svn48365 -Provides: tex-sapthesis-doc -AutoReqProv: No - -%description sapthesis-doc -Documentation for sapthesis - -%package scrjrnl -Provides: tex-scrjrnl = %{tl_version} -License: LPPL 1.3 -Summary: Typeset diaries or journals -Version: svn27810.0.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(titlesec.sty) -Requires: tex(datetime.sty) -Requires: tex(fancytabs.sty) -Provides: tex(scrjrnl.cls) = %{tl_version} - -%description scrjrnl -A class, based on scrbook, designed for typesetting diaries, -journals or devotionals. - -%package scrjrnl-doc -Summary: Documentation for scrjrnl -Version: svn27810.0.1 - -Provides: tex-scrjrnl-doc -AutoReqProv: No - -%description scrjrnl-doc -Documentation for scrjrnl - -%package schule -Provides: tex-schule = %{tl_version} -License: LPPL 1.3 -Summary: Support for teachers at German schools -Version: svn48471 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(tikz.sty) -Requires: tex(circuitikz.sty) -Requires: tex(etex.sty) -Requires: tex(babel.sty) -Requires: tex(ifthen.sty) -Requires: tex(xifthen.sty) -Requires: tex(xspace.sty) -Requires: tex(tabularx.sty) -Requires: tex(rotating.sty) -Requires: tex(ragged2e.sty) -Requires: tex(amssymb.sty) -Requires: tex(amsmath.sty) -Requires: tex(graphicx.sty) -Requires: tex(paralist.sty) -Requires: tex(textcomp.sty) -Requires: tex(xmpincl.sty) -Requires: tex(wrapfig.sty) -Requires: tex(eurosym.sty) -Requires: tex(multirow.sty) -Requires: tex(multicol.sty) -Requires: tex(ccicons.sty) -Requires: tex(svn-multi.sty) -Requires: tex(cancel.sty) -Requires: tex(csquotes.sty) -Requires: tex(inputenc.sty) -Requires: tex(fontenc.sty) -Requires: tex(scrlayer-scrpage.sty) -Requires: tex(mdframed.sty) -Requires: tex(xargs.sty) -Requires: tex(xparse.sty) -Requires: tex(schulekl.sty) -Requires: tex(calc.sty) -Requires: tex(hyperref.sty) -Requires: tex(adjustbox.sty) -Requires: tex(pdfpages.sty) -Requires: tex(geometry.sty) -Requires: tex(natbib.sty) -Requires: tex(biblatex.sty) -Requires: tex(pgf-umlcd.sty) -Requires: tex(listings.sty) -Requires: tex(pgf-umlsd.sty) -Requires: tex(struktex.sty) -Requires: tex(units.sty) -Requires: tex(mhchem.sty) -Provides: tex(relaycircuit.sty) = %{tl_version} -Provides: tex(schule.fach.EvReligion.code.tex) = %{tl_version} -Provides: tex(schule.fach.Geschichte.code.tex) = %{tl_version} -Provides: tex(schule.fach.Geschichte.pakete.tex) = %{tl_version} -Provides: tex(schule.fach.Informatik.code.tex) = %{tl_version} -Provides: tex(schule.fach.Informatik.pakete.tex) = %{tl_version} -Provides: tex(schule.fach.Physik.pakete.tex) = %{tl_version} -Provides: tex(schule.mod.Aufgaben.code.tex) = %{tl_version} -Provides: tex(schule.mod.Aufgaben.optionen.tex) = %{tl_version} -Provides: tex(schule.mod.Aufgaben.pakete.tex) = %{tl_version} -Provides: tex(schule.mod.Bewertung.code.tex) = %{tl_version} -Provides: tex(schule.mod.Bewertung.optionen.tex) = %{tl_version} -Provides: tex(schule.mod.Bewertung.pakete.tex) = %{tl_version} -Provides: tex(schule.mod.Format.code.tex) = %{tl_version} -Provides: tex(schule.mod.Format.optionen.tex) = %{tl_version} -Provides: tex(schule.mod.Format.pakete.tex) = %{tl_version} -Provides: tex(schule.mod.Kuerzel.code.tex) = %{tl_version} -Provides: tex(schule.mod.Kuerzel.optionen.tex) = %{tl_version} -Provides: tex(schule.mod.Lizenzen.code.tex) = %{tl_version} -Provides: tex(schule.mod.Lizenzen.optionen.tex) = %{tl_version} -Provides: tex(schule.mod.Lizenzen.pakete.tex) = %{tl_version} -Provides: tex(schule.mod.Metadaten.code.tex) = %{tl_version} -Provides: tex(schule.mod.Metadaten.optionen.tex) = %{tl_version} -Provides: tex(schule.mod.Papiertypen.code.tex) = %{tl_version} -Provides: tex(schule.mod.Symbole.code.tex) = %{tl_version} -Provides: tex(schule.mod.Symbole.pakete.tex) = %{tl_version} -Provides: tex(schule.mod.Texte.code.tex) = %{tl_version} -Provides: tex(schule.mod.Texte.pakete.tex) = %{tl_version} -Provides: tex(schule.sty) = %{tl_version} -Provides: tex(schule.typ.ab.code.tex) = %{tl_version} -Provides: tex(schule.typ.ab.pakete.tex) = %{tl_version} -Provides: tex(schule.typ.folie.code.tex) = %{tl_version} -Provides: tex(schule.typ.folie.pakete.tex) = %{tl_version} -Provides: tex(schule.typ.kl.code.tex) = %{tl_version} -Provides: tex(schule.typ.kl.optionen.tex) = %{tl_version} -Provides: tex(schule.typ.kl.pakete.tex) = %{tl_version} -Provides: tex(schule.typ.leit.code.tex) = %{tl_version} -Provides: tex(schule.typ.leit.optionen.tex) = %{tl_version} -Provides: tex(schule.typ.leit.pakete.tex) = %{tl_version} -Provides: tex(schule.typ.lzk.code.tex) = %{tl_version} -Provides: tex(schule.typ.lzk.pakete.tex) = %{tl_version} -Provides: tex(schule.typ.ub.code.tex) = %{tl_version} -Provides: tex(schule.typ.ub.pakete.tex) = %{tl_version} -Provides: tex(schule.typ.ueb.code.tex) = %{tl_version} -Provides: tex(schule.typ.ueb.pakete.tex) = %{tl_version} -Provides: tex(schuleab.cls) = %{tl_version} -Provides: tex(schulealt.sty) = %{tl_version} -Provides: tex(schulein.cls) = %{tl_version} -Provides: tex(schuleit.cls) = %{tl_version} -Provides: tex(schulekl.cls) = %{tl_version} -Provides: tex(schulekl.sty) = %{tl_version} -Provides: tex(schuleub.cls) = %{tl_version} -Provides: tex(schuleue.cls) = %{tl_version} -Provides: tex(schulinf.sty) = %{tl_version} -Provides: tex(schullsg.cls) = %{tl_version} -Provides: tex(schullzk.cls) = %{tl_version} -Provides: tex(schullzk.sty) = %{tl_version} -Provides: tex(schulphy.sty) = %{tl_version} -Provides: tex(syntaxdi.sty) = %{tl_version} -Provides: tex(utfsym.sty) = %{tl_version} -Provides: tex(xsim.style.schule-binnen.code.tex) = %{tl_version} -Provides: tex(xsim.style.schule-default.code.tex) = %{tl_version} -Provides: tex(xsim.style.schule-keinenummer.code.tex) = %{tl_version} -Provides: tex(xsim.style.schule-keinepunkte.code.tex) = %{tl_version} -Provides: tex(xsim.style.schule-keintitel.code.tex) = %{tl_version} -Provides: tex(xsim.style.schule-randpunkte.code.tex) = %{tl_version} -Provides: tex(xsim.style.schule-tabelle-kurz.code.tex) = %{tl_version} -Provides: tex(xsim.style.schule-tcolorbox.code.tex) = %{tl_version} - -%description schule -The 'schule' bundle was built to provide packages and commands -that could be useful for documents in German schools. At the -moment its main focus lies on documents for informatics as a -school subject. An extension for physics is currently in -progress. Extensions for other subjects are welcome. For the -time being, the whole package splits up into individual -packages for informatics (including syntax diagrams, -Nassi-Shneiderman diagrams, sequence diagrams, object diagrams, -and class diagrams) as well as classes for written exams -(tests, quizzes, teaching observations, information sheets, -worksheets, and answer keys). - -%package schule-doc -Summary: Documentation for schule -Version: svn48471 -Provides: tex-schule-doc -AutoReqProv: No - -%description schule-doc -Documentation for schule - -%package sduthesis -Provides: tex-sduthesis = %{tl_version} -License: LPPL 1.3 -Summary: Thesis Template of Shandong University -Version: svn41401 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(kvoptions.sty) -Requires: tex(etoolbox.sty) -Requires: tex(ifpdf.sty) -Requires: tex(ifxetex.sty) -Requires: tex(geometry.sty) -Requires: tex(amsmath.sty) -Requires: tex(amsfonts.sty) -Requires: tex(amsthm.sty) -Requires: tex(amssymb.sty) -Requires: tex(amsbsy.sty) -Requires: tex(bm.sty) -Requires: tex(mathrsfs.sty) -Requires: tex(booktabs.sty) -Requires: tex(graphicx.sty) -Requires: tex(epstopdf.sty) -Requires: tex(bmpsize.sty) -Requires: tex(xcolor.sty) -Requires: tex(makecell.sty) -Provides: tex(sduthesis-cover.def) = %{tl_version} -Provides: tex(sduthesis-statement.def) = %{tl_version} -Provides: tex(sduthesis.cls) = %{tl_version} - -%description sduthesis -Thesis Template of Shandong University. - -%package sduthesis-doc -Summary: Documentation for sduthesis -Version: svn41401 - -Provides: tex-sduthesis-doc -AutoReqProv: No - -%description sduthesis-doc -Documentation for sduthesis - -%package seuthesis -Provides: tex-seuthesis = %{tl_version} -License: GPLv3+ -Summary: LaTeX template for theses at Southeastern University -Version: svn33042.2.1.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - - -%description seuthesis -This template is for theses at Southeastern University, -Nanjing, China. - -%package seuthesis-doc -Summary: Documentation for seuthesis -Version: svn33042.2.1.2 - -Provides: tex-seuthesis-doc -AutoReqProv: No - -%description seuthesis-doc -Documentation for seuthesis - -%package soton -Provides: tex-soton = %{tl_version} -License: LPPL -Summary: University of Southampton-compliant slides -Version: svn16215.0.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(xcolor.sty) -Provides: tex(soton-beamer.sty) = %{tl_version} -Provides: tex(soton-palette.sty) = %{tl_version} - -%description soton -The bundle contains two packages: soton-palette which defines -colour-ways, and soton-beamer, which uses the colours to -produce compliant presentations. - -%package soton-doc -Summary: Documentation for soton -Version: svn16215.0.1 - -Provides: tex-soton-doc -AutoReqProv: No - -%description soton-doc -Documentation for soton - -%package sphdthesis -Provides: tex-sphdthesis = %{tl_version} -License: Public Domain -Summary: Latex template for writing PhD Thesis -Version: svn34374.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(xkeyval.sty) -Requires: tex(fontenc.sty) -Requires: tex(microtype.sty) -Requires: tex(fix-cm.sty) -Requires: tex(caption.sty) -Requires: tex(graphicx.sty) -Requires: tex(subfig.sty) -Requires: tex(amsmath.sty) -Requires: tex(amssymb.sty) -Requires: tex(amsthm.sty) -Requires: tex(float.sty) -Requires: tex(xcolor.sty) -Requires: tex(ifthen.sty) -Requires: tex(geometry.sty) -Requires: tex(emptypage.sty) -Requires: tex(parskip.sty) -Requires: tex(setspace.sty) -Requires: tex(booktabs.sty) -Requires: tex(colortbl.sty) -Requires: tex(tabularx.sty) -Requires: tex(algorithm2e.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(tocloft.sty) -Requires: tex(fncychap.sty) -Requires: tex(sectsty.sty) -Requires: tex(etoolbox.sty) -Requires: tex(url.sty) -Requires: tex(hyperref.sty) -Requires: tex(cleveref.sty) -Provides: tex(SPhdThesis.cls) = %{tl_version} - -%description sphdthesis -The package provides a LaTeX document class for writing a PhD -thesis. The author developed it while writing his PhD thesis in -School of Computing (SoC), National University of Singapore -(NUS). By default, the class adheres to the NUS Guidelines on -Format of Research Thesis Submitted For Examination. However, -the class for conformation to a different guideline should not -be difficult. - -%package sphdthesis-doc -Summary: Documentation for sphdthesis -Version: svn34374.1.0 - -Provides: tex-sphdthesis-doc -AutoReqProv: No - -%description sphdthesis-doc -Documentation for sphdthesis - -%package spie -Provides: tex-spie = %{tl_version} -License: LPPL -Summary: Support for formatting SPIE Proceedings manuscripts -Version: svn15878.3.25 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Requires: tex(cite.sty) -Provides: tex(spie.cls) = %{tl_version} - -%description spie -A class and a BibTeX style are provided. - -%package spie-doc -Summary: Documentation for spie -Version: svn15878.3.25 - -Provides: tex-spie-doc -AutoReqProv: No - -%description spie-doc -Documentation for spie - -%package sr-vorl -Provides: tex-sr-vorl = %{tl_version} -License: LPPL 1.3 -Summary: Class for Springer books -Version: svn39529 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xkeyval.sty) -Requires: tex(etoolbox.sty) -Requires: tex(babel.sty) -Requires: tex(geometry.sty) -Requires: tex(scrlayer-scrpage.sty) -Requires: tex(caption.sty) -Requires: tex(ragged2e.sty) -Requires: tex(enumitem.sty) -Requires: tex(xstring.sty) -Requires: tex(chngcntr.sty) -Requires: tex(onlyamsmath.sty) -Requires: tex(microtype.sty) -Provides: tex(sr-vorl.cls) = %{tl_version} - -%description sr-vorl -The class provides a template for books to be published at -Springer Gabler, Vieweg or Springer Research. It may be used to -produce monographs in different formats and "several-authors- -books" fitting the conditions of Springer Gabler, Vieweg and -Springer Research. - -%package sr-vorl-doc -Summary: Documentation for sr-vorl -Version: svn39529 -Provides: tex-sr-vorl-doc -AutoReqProv: No - -%description sr-vorl-doc -Documentation for sr-vorl - -%package stellenbosch -Provides: tex-stellenbosch = %{tl_version} -License: LPPL -Summary: Stellenbosch thesis bundle -Version: svn36696.11a - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(natbib.sty) -Requires: tex(calc.sty) -Requires: tex(array.sty) -Requires: tex(longtable.sty) -Requires: tex(colortbl.sty) -Requires: tex(ifpdf.sty) -Requires: tex(ifthen.sty) -Requires: tex(keyval.sty) -Provides: tex(usbib.sty) = %{tl_version} -Provides: tex(usnomencl.sty) = %{tl_version} -Provides: tex(ussummary.sty) = %{tl_version} -Provides: tex(usthesis.cls) = %{tl_version} -Provides: tex(usthesis.sty) = %{tl_version} -Provides: tex(ustitle.sty) = %{tl_version} - -%description stellenbosch -The usthesis class/style files are provided to typeset reports, -theses and dissertations that conform to the requirements of -the Engineering Faculty of the University of Stellenbosch. The -class file usthesis.cls is based on the standard LaTeX book -class, while usthesis.sty is a style file to be loaded on top -of the very powerful memoir class. Both options give identical -output, but the benefit of the using memoir is that it has many -additional command and environments for formatting and -processing of a document. Usthesis is primarily concerned with -the formatting of the front matter such as the title page, -abstract, etc. and a decent page layout on A4 paper. It also -works together with the babel package to provide language -options to typeset documents in Afrikaans or in English. -Additional packages are provided for bibliographic matter, note -title pages, lists of symbols, as well as various graphic files -for logos. - -%package stellenbosch-doc -Summary: Documentation for stellenbosch -Version: svn36696.11a - -Provides: tex-stellenbosch-doc -AutoReqProv: No - -%description stellenbosch-doc -Documentation for stellenbosch - -%package suftesi -Provides: tex-suftesi = %{tl_version} -License: LPPL 1.3 -Summary: A document class for typesetting theses, books and articles -Version: svn53903 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xkeyval.sty) -Requires: tex(geometry.sty) -Requires: tex(enumitem.sty) -Requires: tex(caption.sty) -Requires: tex(color.sty) -Requires: tex(multicol.sty) -Requires: tex(emptypage.sty) -Requires: tex(textcase.sty) -Requires: tex(ifxetex.sty) -Requires: tex(ifluatex.sty) -Requires: tex(ifthen.sty) -Requires: tex(microtype.sty) -Requires: tex(cclicenses.sty) -Requires: tex(fontenc.sty) -Requires: tex(substitutefont.sty) -Requires: tex(lmodern.sty) -Requires: tex(mathpazo.sty) -Requires: tex(beramono.sty) -Requires: tex(crop.sty) -Requires: tex(titlesec.sty) -Requires: tex(extramarks.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(titletoc.sty) -Requires: tex(fixltxhyph.sty) -Provides: tex(suftesi.cls) = %{tl_version} - -%description suftesi -The class can be used to typeset any kind of book (originally -designed for use in the humanities). - -%package suftesi-doc -Summary: Documentation for suftesi -Version: svn53903 -Provides: tex-suftesi-doc -AutoReqProv: No - -%description suftesi-doc -Documentation for suftesi - -%package sugconf -Provides: tex-sugconf = %{tl_version} -License: LPPL -Summary: SAS(R) user group conference proceedings document class -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(sugconf.cls) = %{tl_version} - -%description sugconf -The class may be used to typeset articles to be published in -the proceedings of SAS(R) User group conferences and workshops. -The layout produced by the class is based on that published by -SAS Institute (2006). - -%package sugconf-doc -Summary: Documentation for sugconf -Version: svn15878.0 - -Provides: tex-sugconf-doc -AutoReqProv: No - -%description sugconf-doc -Documentation for sugconf - -%package tabriz-thesis -Provides: tex-tabriz-thesis = %{tl_version} -License: LPPL 1.3 -Summary: A template for the University of Tabriz -Version: svn51729 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(amsthm.sty) -Requires: tex(amssymb.sty) -Requires: tex(amsmath.sty) -Requires: tex(geometry.sty) -Requires: tex(graphicx.sty) -Requires: tex(framed.sty) -Requires: tex(lastpage.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(tocbibind.sty) -Requires: tex(makeidx.sty) -Requires: tex(hyperref.sty) -Provides: tex(tabriz-thesis.cls) = %{tl_version} - -%description tabriz-thesis -The package offers a document class for typesetting theses and -dissertations at the University of Tabriz. The class requires -use of XeLaTeX. - -%package tabriz-thesis-doc -Summary: Documentation for tabriz-thesis -Version: svn51729 -Provides: tex-tabriz-thesis-doc -AutoReqProv: No - -%description tabriz-thesis-doc -Documentation for tabriz-thesis - -%package texilikechaps -Provides: tex-texilikechaps = %{tl_version} -License: LPPL -Summary: Format chapters with a texi-like format -Version: svn28553.1.0a - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(texilikechaps.sty) = %{tl_version} - -%description texilikechaps -The package enables the user to reduce the size of the rather -large chapter headings in standard classes into a texi-like -smaller format. Details of the format may be controlled with -internal commands. - -%package texilikecover -Provides: tex-texilikecover = %{tl_version} -License: LPPL -Summary: A cover-page package, like TeXinfo -Version: svn15878.0.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(texilikecover.sty) = %{tl_version} - -%description texilikecover -The package creates document cover pages, like those that -TeXinfo produces. - -%package thesis-ekf -Provides: tex-thesis-ekf = %{tl_version} -License: LPPL 1.2 -Summary: Thesis class for Eszterhazy Karoly University -Version: svn53685 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(geometry.sty) -Requires: tex(hyperref.sty) -Provides: tex(thesis-ekf.cls) = %{tl_version} - -%description thesis-ekf -This is a class file for theses and dissertations at the -Eszterhazy Karoly University (Eger, Hungary). It is based on -the report class. The documentation is in Hungarian. - -%package thesis-ekf-doc -Summary: Documentation for thesis-ekf -Version: svn53685 -Provides: tex-thesis-ekf-doc -AutoReqProv: No - -%description thesis-ekf-doc -Documentation for thesis-ekf - -%package thesis-titlepage-fhac -Provides: tex-thesis-titlepage-fhac = %{tl_version} -License: LPPL -Summary: Little style to create a standard titlepage for diploma thesis -Version: svn15878.0.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(color.sty) -Requires: tex(figbib.sty) -Requires: tex(gloss.sty) -Provides: tex(fhACtitlepage.cfg) = %{tl_version} -Provides: tex(fhACtitlepage.sty) = %{tl_version} -Provides: tex(figbib_add.sty) = %{tl_version} -Provides: tex(gloss_add.sty) = %{tl_version} - -%description thesis-titlepage-fhac -Yet another thesis titlepage style: support of Fachhochschule -Aachen (Standort Juelich) - -%package thesis-titlepage-fhac-doc -Summary: Documentation for thesis-titlepage-fhac -Version: svn15878.0.1 - -Provides: tex-thesis-titlepage-fhac-doc -AutoReqProv: No - -%description thesis-titlepage-fhac-doc -Documentation for thesis-titlepage-fhac - -%package thuthesis -Provides: tex-thuthesis = %{tl_version} -License: LPPL 1.3 -Summary: Thesis template for Tsinghua University -Version: svn53892 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifxetex.sty) -Requires: tex(ifthen.sty) -Requires: tex(calc.sty) -Requires: tex(amsmath.sty) -Requires: tex(txfonts.sty) -Requires: tex(graphicx.sty) -Requires: tex(subcaption.sty) -Requires: tex(paralist.sty) -Requires: tex(footmisc.sty) -Requires: tex(CJKfntef.sty) -Requires: tex(CJKspace.sty) -Requires: tex(ntheorem.sty) -Requires: tex(array.sty) -Requires: tex(longtable.sty) -Requires: tex(booktabs.sty) -Requires: tex(natbib.sty) -Requires: tex(hyperref.sty) -Requires: tex(multirow.sty) -Requires: tex(tabularx.sty) -Requires: tex(diagbox.sty) -Requires: tex(float.sty) -Provides: tex(thuthesis.cls) = %{tl_version} - -%description thuthesis -ThuThesis is a LaTeX thesis template package for Tsinghua -University in order to make it easy to write theses for either -bachelor's, master's or doctor's degree. - -%package thuthesis-doc -Summary: Documentation for thuthesis -Version: svn53892 -Provides: tex-thuthesis-doc -AutoReqProv: No - -%description thuthesis-doc -Documentation for thuthesis - -%package toptesi -Provides: tex-toptesi = %{tl_version} -License: LPPL 1.3 -Summary: Bundle for typesetting multilanguage theses -Version: svn51743 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifxetex.sty) -Requires: tex(textcomp.sty) -Requires: tex(etoolbox.sty) -Requires: tex(fontspec.sty) -Requires: tex(polyglossia.sty) -Requires: tex(babel.sty) -Requires: tex(graphicx.sty) -Requires: tex(pdfx.sty) -Requires: tex(hyperref.sty) -Provides: tex(topcoman.sty) = %{tl_version} -Provides: tex(topfront.sty) = %{tl_version} -Provides: tex(toptesi.cfg) = %{tl_version} -Provides: tex(toptesi.cls) = %{tl_version} -Provides: tex(toptesi.sty) = %{tl_version} - -%description toptesi -This bundle contains everything is needed for typesetting a -bachelor, master or PhD thesis in Italian (or in any other -language supported by LaTeX: the bundle is constructed to -support multilingual use). The infix strings may be selected -and specified at will by means of a configuration file, so as -to customize the layout of the front page to the requirements -of a specific university. Thanks to its language management, -the bundle is suited for multilanguage theses that are becoming -more and more frequent thanks to the double degree programs of -the European Community Socrates programs. Toptesi is designed -to save the PDF version of a thesis in PDF/A-1b compliant mode -and with all the necessary metadata. - -%package toptesi-doc -Summary: Documentation for toptesi -Version: svn51743 -Provides: tex-toptesi-doc -AutoReqProv: No - -%description toptesi-doc -Documentation for toptesi - -%package tudscr -Provides: tex-tudscr = %{tl_version} -License: LPPL 1.3 -Summary: Corporate Design of Technische Universitat Dresden -Version: LPPL -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-koma-script -Requires: texlive-opensans -Requires: texlive-iwona -Requires: texlive-mathastext -Requires: texlive-greek-inputenc -Requires: texlive-cbfonts -Requires: texlive-graphics -Requires: texlive-xpatch -Requires: texlive-oberdiek -Requires: tex(fontspec.sty) -Requires: tex(textcase.sty) -Requires: tex(environ.sty) -Requires: tex(graphicx.sty) -Requires: tex(trimspaces.sty) -Requires: tex(scrlayer-scrpage.sty) -Requires: tex(geometry.sty) -Requires: tex(scrbase.sty) -Requires: tex(kvsetkeys.sty) -Requires: tex(etoolbox.sty) -Requires: tex(xcolor.sty) -Requires: tex(dox.sty) -Requires: tex(csquotes.sty) -Requires: tex(mweights.sty) -Requires: tex(lmodern.sty) -Requires: tex(xspace.sty) -Requires: tex(scrhack.sty) -Requires: tex(scrextend.sty) -Requires: tex(xparse.sty) -Requires: tex(textcomp.sty) -Requires: tex(setspace.sty) -Requires: tex(babel.sty) -Requires: tex(microtype.sty) -Requires: tex(quoting.sty) -Requires: tex(isodate.sty) -Requires: tex(hologo.sty) -Requires: tex(marginnote.sty) -Requires: tex(listings.sty) -Requires: tex(silence.sty) -Requires: tex(filemod.sty) -Requires: tex(ifpdf.sty) -Requires: tex(todonotes.sty) -Requires: tex(ifplatform.sty) -Requires: tex(hyperref.sty) -Requires: tex(bookmark.sty) -Requires: tex(imakeidx.sty) -Requires: tex(enumitem.sty) -Requires: tex(ellipsis.sty) -Requires: tex(tabularx.sty) -Requires: tex(ragged2e.sty) -Requires: tex(chngcntr.sty) -Requires: tex(booktabs.sty) -Requires: tex(varioref.sty) -Requires: tex(tikz.sty) -Requires: tex(pdfpages.sty) -Requires: tex(units.sty) -Requires: tex(auto-pst-pdf.sty) -Requires: tex(scrwfile.sty) -Requires: tex(filecontents.sty) -Requires: tex(hyphsubst.sty) -Provides: tex(fix-tudscrfonts.sty) = %{tl_version} -Provides: tex(mathswap.sty) = %{tl_version} -Provides: tex(tudscrartcl.cls) = %{tl_version} -Provides: tex(tudscrbase.sty) = %{tl_version} -Provides: tex(tudscrbook.cls) = %{tl_version} -Provides: tex(tudscrcolor.sty) = %{tl_version} -Provides: tex(tudscrcomp-book.sty) = %{tl_version} -Provides: tex(tudscrcomp-poster.sty) = %{tl_version} -Provides: tex(tudscrcomp.sty) = %{tl_version} -Provides: tex(tudscrdoc.cls) = %{tl_version} -Provides: tex(tudscrfonts.sty) = %{tl_version} -Provides: tex(tudscrmanual.cls) = %{tl_version} -Provides: tex(tudscrposter.cls) = %{tl_version} -Provides: tex(tudscrreprt.cls) = %{tl_version} -Provides: tex(tudscrsupervisor.sty) = %{tl_version} -Provides: tex(tudscrtutorial.sty) = %{tl_version} -Provides: tex(twocolfix.sty) = %{tl_version} - -%description tudscr -The TUD-Script bundle provides both classes and packages in -order to create LaTeX documents in the corporate design of the -Technische Universitat Dresden. It bases on the KOMA-Script -bundle, which must necessarily be present. For questions, -problems and comments, please refer to either the LaTeX forum -of the Dresden University of Technology or the GitHub "tudscr" -repository. The bundle offers: the three document classes -tudscrartcl, tudscrreprt, and tudscrbook which serve as wrapper -classes for scrartcl, scrreprt, and scrbook, the class -tudscrposter for creating posters, the package tudscrsupervisor -providing environments and macros to create tasks, evaluations -and notices for scientific theses, the package tudscrfonts, -which makes the corporate design fonts of the Technische -Universitat Dresden available for LaTeX standard classes and -KOMA-Script classes, the package fix-tudscrfonts, which -provides the same fonts to additional corporate design classes -not related to TUD-Script, the package tudscrcomp, which -simplifies the switch to TUD-Script from external corporate -design classes, the package mathswap for swapping math -delimiters within numbers (similar to ionumbers), the package -twocolfix for fixing the positioning bug of headings in -twocolumn layout, and a comprehensive user documentation as -well as several tutorials. - -%package tudscr-doc -Summary: Documentation for tudscr -Version: svn54744 -Provides: tex-tudscr-doc -AutoReqProv: No - -%description tudscr-doc -Documentation for tudscr - -%package tugboat -Provides: tex-tugboat = %{tl_version} -License: LPPL 1.3 -Summary: LaTeX macros for TUGboat articles -Version: svn54261 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(mflogo.sty) -Provides: tex(ltugboat.cls) = %{tl_version} -Provides: tex(ltugboat.sty) = %{tl_version} -Provides: tex(ltugcomn.sty) = %{tl_version} -Provides: tex(ltugproc.cls) = %{tl_version} -Provides: tex(ltugproc.sty) = %{tl_version} - -%description tugboat -Provides ltugboat.cls for both regular and proceedings issues -of the TUGboat journal. Also provides a BibTeX style, -tugboat.bst. - -%package tugboat-doc -Summary: Documentation for tugboat -Version: svn54261 -Provides: tex-tugboat-doc -AutoReqProv: No - -%description tugboat-doc -Documentation for tugboat - -%package tugboat-plain -Provides: tex-tugboat-plain = %{tl_version} -License: Bibtex -Summary: Plain TeX macros for TUGboat -Version: svn51373 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(tugboat.sty) = %{tl_version} -Provides: tex(tugproc.sty) = %{tl_version} - -%description tugboat-plain -The macros defined in this directory (in files tugboat.sty and -tugboat.cmn) are used in papers written in Plain TeX for -publication in TUGboat. - -%package tugboat-plain-doc -Summary: Documentation for tugboat-plain -Version: svn51373 -Provides: tex-tugboat-plain-doc -AutoReqProv: No - -%description tugboat-plain-doc -Documentation for tugboat-plain - -%package turabian -Provides: tex-turabian = %{tl_version} -License: LPPL -Summary: Create Turabian-formatted material using LaTeX -Version: svn36298.0.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(turabian.cls) = %{tl_version} - -%description turabian -The bundle provides a class file and a template for creating -Turabian-formatted projects. The class file supports citation -formatting conforming to the Turabian 8th Edition style guide. - -%package turabian-doc -Summary: Documentation for turabian -Version: svn36298.0.1.0 - -Provides: tex-turabian-doc -AutoReqProv: No - -%description turabian-doc -Documentation for turabian - -%package tui -Provides: tex-tui = %{tl_version} -License: LPPL -Summary: Thesis style for the University of the Andes, Colombia -Version: svn27253.1.9 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(kvoptions.sty) -Requires: tex(inputenc.sty) -Requires: tex(makeidx.sty) -Requires: tex(babel.sty) -Requires: tex(microtype.sty) -Requires: tex(kpfonts.sty) -Requires: tex(mathptmx.sty) -Requires: tex(hyperref.sty) -Requires: tex(amsmath.sty) -Requires: tex(amsthm.sty) -Requires: tex(amssymb.sty) -Requires: tex(xcolor.sty) -Requires: tex(graphicx.sty) -Requires: tex(courier.sty) -Requires: tex(csquotes.sty) -Requires: tex(breakurl.sty) -Requires: tex(MnSymbol.sty) -Provides: tex(tui.cls) = %{tl_version} - -%description tui -Doctoral Dissertations from the Faculty of Engineering at the -Universidad de los Andes, Bogota, Colombia. The class is -implemented as an extension of the memoir class. Clase de Tesis -doctorales para ingenieria, Universidad de los Andes, Bogota. - -%package tui-doc -Summary: Documentation for tui -Version: svn27253.1.9 - -Provides: tex-tui-doc -AutoReqProv: No - -%description tui-doc -Documentation for tui - -%package uaclasses -Provides: tex-uaclasses = %{tl_version} -License: Public Domain -Summary: University of Arizona thesis and dissertation format -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(amsmath.sty) -Requires: tex(amsfonts.sty) -Requires: tex(amsthm.sty) -Provides: tex(my-thesis.cls) = %{tl_version} -Provides: tex(my-title.sty) = %{tl_version} -Provides: tex(ua-thesis.cls) = %{tl_version} -Provides: tex(ua-title.sty) = %{tl_version} - -%description uaclasses -This package provides a LaTeX2e document class named 'ua- -thesis' for typesetting theses and dissertations in the -official format required by the University of Arizona. -Moreover, there is a fully compatible alternative document -class 'my-thesis' for private 'nice' copies of the -dissertation, and the respective title pages are available as -separate packages to work with any document class. - -%package uaclasses-doc -Summary: Documentation for uaclasses -Version: svn15878.0 - -Provides: tex-uaclasses-doc -AutoReqProv: No - -%description uaclasses-doc -Documentation for uaclasses - -%package uafthesis -Provides: tex-uafthesis = %{tl_version} -License: LPPL -Summary: Document class for theses at University of Alaska Fairbanks -Version: svn29349.12.12 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(uafthesis.cls) = %{tl_version} - -%description uafthesis -This is an "unofficial" official class. - -%package uafthesis-doc -Summary: Documentation for uafthesis -Version: svn29349.12.12 - -Provides: tex-uafthesis-doc -AutoReqProv: No - -%description uafthesis-doc -Documentation for uafthesis - -%package ucbthesis -Provides: tex-ucbthesis = %{tl_version} -License: LPPL 1.3 -Summary: Thesis and dissertation class supporting UCB requirements -Version: svn51690 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(ucbthesis.cls) = %{tl_version} - -%description ucbthesis -The class provides the necessary framework for electronic -submission of Masters theses and Ph.D. dissertations at the -University of California, Berkeley. It is based on the memoir -class. - -%package ucbthesis-doc -Summary: Documentation for ucbthesis -Version: svn51690 -Provides: tex-ucbthesis-doc -AutoReqProv: No - -%description ucbthesis-doc -Documentation for ucbthesis - -%package ucdavisthesis -Provides: tex-ucdavisthesis = %{tl_version} -License: LPPL -Summary: A thesis/dissertation class for University of California at Davis -Version: svn40772 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Provides: tex(ucdavisthesis.cls) = %{tl_version} -Provides: tex(ucdthesis10.clo) = %{tl_version} -Provides: tex(ucdthesis11.clo) = %{tl_version} -Provides: tex(ucdthesis12.clo) = %{tl_version} -Provides: tex(ucdthesis13.clo) = %{tl_version} - -%description ucdavisthesis -The class conforms to the University's requirements for 2009. - -%package ucdavisthesis-doc -Summary: Documentation for ucdavisthesis -Version: svn40772 - -Provides: tex-ucdavisthesis-doc -AutoReqProv: No - -%description ucdavisthesis-doc -Documentation for ucdavisthesis - -%package ucthesis -Provides: tex-ucthesis = %{tl_version} -License: LPPL 1.3 -Summary: University of California thesis format -Version: svn15878.3.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(uct10.clo) = %{tl_version} -Provides: tex(uct11.clo) = %{tl_version} -Provides: tex(uct12.clo) = %{tl_version} -Provides: tex(ucthesis.cls) = %{tl_version} - -%description ucthesis -A modified version of the standard LaTeX report style that is -accepted for use with University of California PhD -dissertations and Masters theses. A sample dissertation source -and bibliography are provided. - -%package ucthesis-doc -Summary: Documentation for ucthesis -Version: svn15878.3.2 - -Provides: tex-ucthesis-doc -AutoReqProv: No - -%description ucthesis-doc -Documentation for ucthesis - -%package uestcthesis -Provides: tex-uestcthesis = %{tl_version} -License: LPPL 1.3 -Summary: Thesis class for UESTC -Version: svn36371.1.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(mathptmx.sty) -Requires: tex(etoolbox.sty) -Requires: tex(ifthen.sty) -Requires: tex(geometry.sty) -Requires: tex(graphicx.sty) -Requires: tex(calc.sty) -Requires: tex(float.sty) -Requires: tex(texnames.sty) -Requires: tex(caption.sty) -Requires: tex(booktabs.sty) -Requires: tex(tabularx.sty) -Requires: tex(threeparttable.sty) -Requires: tex(longtable.sty) -Requires: tex(placeins.sty) -Requires: tex(flafter.sty) -Requires: tex(amsmath.sty) -Requires: tex(amsfonts.sty) -Requires: tex(amssymb.sty) -Requires: tex(bm.sty) -Requires: tex(ntheorem.sty) -Requires: tex(natbib.sty) -Requires: tex(multibib.sty) -Requires: tex(footmisc.sty) -Requires: tex(pifont.sty) -Requires: tex(cmap.sty) -Requires: tex(hyperxmp.sty) -Requires: tex(hyperref.sty) -Requires: tex(subfigure.sty) -Requires: tex(enumitem.sty) -Requires: tex(color.sty) -Requires: tex(marvosym.sty) -Requires: tex(glossaries.sty) -Provides: tex(uestcthesis.cls) = %{tl_version} - -%description uestcthesis -The class is for typesetting a thesis at the University of -Electronic Science and Technology of China. - -%package uestcthesis-doc -Summary: Documentation for uestcthesis -Version: svn36371.1.1.0 - -Provides: tex-uestcthesis-doc -AutoReqProv: No - -%description uestcthesis-doc -Documentation for uestcthesis - -%package uiucredborder -Provides: tex-uiucredborder = %{tl_version} -License: LPPL 1.2 -Summary: Class for UIUC thesis red-bordered forms -Version: svn29974.1.00 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(geometry.sty) -Provides: tex(uiucredborder.cls) = %{tl_version} - -%description uiucredborder -The class offers a means of filling out the "red-bordered form" -that gets signed by the department head, your advisor, and -- -for doctoral dissertations -- your thesis committee members. - -%package uiucredborder-doc -Summary: Documentation for uiucredborder -Version: svn29974.1.00 - -Provides: tex-uiucredborder-doc -AutoReqProv: No - -%description uiucredborder-doc -Documentation for uiucredborder - -%package uiucthesis -Provides: tex-uiucthesis = %{tl_version} -License: LPPL -Summary: UIUC thesis class -Version: svn15878.2.25 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(setspace.sty) -Provides: tex(uiucthesis.cls) = %{tl_version} -Provides: tex(uiucthesis.sty) = %{tl_version} - -%description uiucthesis -The class produces a document that conforms to the format -described in the University's Handbook for Graduate Students -Preparing to Deposit. - -%package uiucthesis-doc -Summary: Documentation for uiucthesis -Version: svn15878.2.25 - -Provides: tex-uiucthesis-doc -AutoReqProv: No - -%description uiucthesis-doc -Documentation for uiucthesis - -%package ulthese -Provides: tex-ulthese = %{tl_version} -License: LPPL 1.3 -Summary: Thesis class and templates for Universite Laval -Version: svn52972 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(ifxetex.sty) -Requires: tex(fontspec.sty) -Requires: tex(unicode-math.sty) -Requires: tex(fontenc.sty) -Requires: tex(natbib.sty) -Requires: tex(babel.sty) -Requires: tex(numprint.sty) -Requires: tex(graphicx.sty) -Requires: tex(xcolor.sty) -Requires: tex(textcomp.sty) -Provides: tex(ulthese.cls) = %{tl_version} - -%description ulthese -The package provides a class based on memoir to prepare theses -and memoirs compliant with the presentation rules set forth by -the Faculty of Graduate Studies of Universite Laval, Quebec, -Canada. The class also comes with an extensive set of templates -for the various types of theses and memoirs offered at Laval. -Please note that the documentation for the class and the -comments in the templates are all written in French, the -language of the target audience. - -%package ulthese-doc -Summary: Documentation for ulthese -Version: svn52972 -Provides: tex-ulthese-doc -AutoReqProv: No - -%description ulthese-doc -Documentation for ulthese - -%package umthesis -Provides: tex-umthesis = %{tl_version} -License: LPPL -Summary: Dissertations at the University of Michigan -Version: svn15878.0.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(setspace.sty) -Requires: tex(ifthen.sty) -Requires: tex(etex.sty) -Requires: tex(hyperref.sty) -Provides: tex(umthesis.cls) = %{tl_version} - -%description umthesis -The class loads book class, and makes minimal changes to it; -its coding aims to be as robust as possible, and as a result it -has few conflicts with potential add-on packages. - -%package umthesis-doc -Summary: Documentation for umthesis -Version: svn15878.0.2 - -Provides: tex-umthesis-doc -AutoReqProv: No - -%description umthesis-doc -Documentation for umthesis - -%package umich-thesis -Provides: tex-umich-thesis = %{tl_version} -License: LPPL -Summary: University of Michigan Thesis LaTeX class -Version: svn15878.1.20 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(geometry.sty) -Requires: tex(setspace.sty) -Requires: tex(placeins.sty) -Provides: tex(umich-thesis.cls) = %{tl_version} - -%description umich-thesis -A LaTeX2e class to create a University of Michigan dissertation -according to the Rackham dissertation handbook. - -%package umich-thesis-doc -Summary: Documentation for umich-thesis -Version: svn15878.1.20 - -Provides: tex-umich-thesis-doc -AutoReqProv: No - -%description umich-thesis-doc -Documentation for umich-thesis - -%package unamth-template-doc -Summary: Documentation for unamth-template -Version: svn33625.2.0 - -Provides: tex-unamth-template-doc -AutoReqProv: No - -%description unamth-template-doc -Documentation for unamth-template - -%package unamthesis -Provides: tex-unamthesis = %{tl_version} -License: LPPL 1.3 -Summary: Style for Universidad Nacional Autonoma de Mexico theses -Version: svn43639 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(graphicx.sty) -Requires: tex(setspace.sty) -Provides: tex(UNAMThesis.sty) = %{tl_version} - -%description unamthesis -The package provides a customisable format to typeset Theses -according to the Universidad Nacional Autonoma de Mexico -guidelines. Support for use in Scientific Workplace (SWP) 3.x -is also provided. The bundle also includes an appropriate -bibliographic style which enables the use of author-year -schemes using the natbib package. - -%package unamthesis-doc -Summary: Documentation for unamthesis -Version: svn43639 -Provides: tex-unamthesis-doc -AutoReqProv: No - -%description unamthesis-doc -Documentation for unamthesis - -%package unswcover -Provides: tex-unswcover = %{tl_version} -License: LPPL 1.3 -Summary: Typeset a dissertation cover page following UNSW guidelines -Version: svn29476.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(babel.sty) -Requires: tex(graphicx.sty) -Requires: tex(pdfpages.sty) -Provides: tex(unswcover.sty) = %{tl_version} - -%description unswcover -The package an UNSW cover sheet following the 2011 GRS -guidelines. It may also (optionally) provide other required -sheets such as Originality, Copyright and Authenticity -statements. - -%package unswcover-doc -Summary: Documentation for unswcover -Version: svn29476.1.0 - -Provides: tex-unswcover-doc -AutoReqProv: No - -%description unswcover-doc -Documentation for unswcover - -%package uothesis -Provides: tex-uothesis = %{tl_version} -License: LPPL 1.3 -Summary: Class for dissertations and theses at the University of Oregon -Version: svn25355.2.5.6 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(float.sty) -Requires: tex(subfig.sty) -Requires: tex(xcolor.sty) -Requires: tex(graphicx.sty) -Requires: tex(setspace.sty) -Requires: tex(xspace.sty) -Requires: tex(lineno.sty) -Requires: tex(layouts.sty) -Requires: tex(todonotes.sty) -Requires: tex(ragged2e.sty) -Requires: tex(mhchem.sty) -Requires: tex(amsmath.sty) -Requires: tex(amsthm.sty) -Requires: tex(amssymb.sty) -Requires: tex(lipsum.sty) -Requires: tex(natbib.sty) -Requires: tex(draftwatermark.sty) -Requires: tex(hyperref.sty) -Provides: tex(uothesis.cls) = %{tl_version} - -%description uothesis -The class generates documents that are suitable for submission -to the Graduate School and conform with the style requirements -for dissertations and theses as laid out in the Fall 2010 UO -graduate school student manual. - -%package uothesis-doc -Summary: Documentation for uothesis -Version: svn25355.2.5.6 - -Provides: tex-uothesis-doc -AutoReqProv: No - -%description uothesis-doc -Documentation for uothesis - -%package urcls -Provides: tex-urcls = %{tl_version} -License: LPPL -Summary: Beamer and scrlttr2 classes and styles for the University of Regensburg -Version: svn49903 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(graphicx.sty) -Requires: tex(xcolor.sty) -Requires: tex(inputenc.sty) -Requires: tex(fontenc.sty) -Requires: tex(babel.sty) -Requires: tex(calc.sty) -Requires: tex(tikz.sty) -Requires: tex(pgf.sty) -Requires: tex(kvoptions.sty) -Provides: tex(URbeamer.cls) = %{tl_version} -Provides: tex(URcolors.sty) = %{tl_version} -Provides: tex(URletter.cls) = %{tl_version} -Provides: tex(URoptions.sty) = %{tl_version} -Provides: tex(URpagestyles.sty) = %{tl_version} -Provides: tex(URrules.sty) = %{tl_version} -Provides: tex(URspecialopts.sty) = %{tl_version} -Provides: tex(beamercolorthemeUR.sty) = %{tl_version} -Provides: tex(beamerfontthemeUR.sty) = %{tl_version} -Provides: tex(beamerouterthemeUR.sty) = %{tl_version} -Provides: tex(beamerthemeUR.sty) = %{tl_version} - -%description urcls -The bundle provides a beamer-derived class and a theme style -file for the corporate design of the University of Regensburg. -It also contains a scrlttr2-derived class for letters using the -corporate design of the UR. Users may use the class itself -(URbeamer) or use the theme in the usual way with -\usetheme{UR}. Examples of using both letters and presentations -are provided as .tex and .pdf-files. - -%package urcls-doc -Summary: Documentation for urcls -Version: svn49903 -Provides: tex-urcls-doc -AutoReqProv: No - -%description urcls-doc -Documentation for urcls - -%package uowthesis -Provides: tex-uowthesis = %{tl_version} -License: LPPL 1.3 -Summary: Document class for dissertations at the University of Wollongong -Version: svn19700.1.0a - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(geometry.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(setspace.sty) -Requires: tex(graphicx.sty) -Requires: tex(nextpage.sty) -Requires: tex(hyperref.sty) -Provides: tex(UoWthesis.cls) = %{tl_version} - -%description uowthesis -A document class for higher degree research theses in -compliance with the specifications of University of Wollongong -(UoW) theses in the "Guidelines for Preparation and Submission -of Higher Degree Research Theses" (March 2006), by the Research -Student Centre, Research & Innovation Division, UoW. - -%package uowthesis-doc -Summary: Documentation for uowthesis -Version: svn19700.1.0a - -Provides: tex-uowthesis-doc -AutoReqProv: No - -%description uowthesis-doc -Documentation for uowthesis - -%package uowthesistitlepage -Provides: tex-uowthesistitlepage = %{tl_version} -License: LPPL 1.3 -Summary: Title page for dissertations at the University of Wollongong -Version: svn54512 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(geometry.sty) -Requires: tex(setspace.sty) -Requires: tex(etoolbox.sty) -Requires: tex(graphicx.sty) -Provides: tex(uowthesistitlepage.sty) = %{tl_version} - -%description uowthesistitlepage -The package redefines \maketitle to generate a title page for a -University of Wollongong thesis, in accordance with the UoW -branding guidelines. The package should be used with the book -class to typeset a thesis. The package also defines a -\declaration command that typesets the declaration that this -thesis is your own work, etc., which is required in the front -of each PhD Thesis. - -%package uowthesistitlepage-doc -Summary: Documentation for uowthesistitlepage -Version: svn45022 -Provides: tex-uowthesistitlepage-doc -AutoReqProv: No - -%description uowthesistitlepage-doc -Documentation for uowthesistitlepage - -%package uspatent -Provides: tex-uspatent = %{tl_version} -License: LPPL 1.3 -Summary: U.S. Patent Application Tools for LaTeX and LyX -Version: svn27744.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(uspatent.cls) = %{tl_version} - -%description uspatent -The package provides a class and other tools for developing a -beautifully formatted, consistent U.S. Patent Application using -LaTeX and/or LyX. - -%package uspatent-doc -Summary: Documentation for uspatent -Version: svn27744.1.0 - -Provides: tex-uspatent-doc -AutoReqProv: No - -%description uspatent-doc -Documentation for uspatent - -%package ut-thesis -Provides: tex-ut-thesis = %{tl_version} -License: LPPL 1.3 -Summary: University of Toronto thesis style -Version: svn38269.2.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(calc.sty) -Requires: tex(geometry.sty) -Requires: tex(setspace.sty) -Provides: tex(ut-thesis.cls) = %{tl_version} - -%description ut-thesis -This not described as an 'official' class, just one distributed -"in the hope that it will be useful". A skeleton file, using -the class, is provided. - -%package ut-thesis-doc -Summary: Documentation for ut-thesis -Version: svn38269.2.1 - -Provides: tex-ut-thesis-doc -AutoReqProv: No - -%description ut-thesis-doc -Documentation for ut-thesis - -%package uwthesis -Provides: tex-uwthesis = %{tl_version} -License: ASL 2.0 -Summary: University of Washington thesis class -Version: svn15878.6.13 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(uwthesis.cls) = %{tl_version} - -%description uwthesis -uwthesis package - -%package uwthesis-doc -Summary: Documentation for uwthesis -Version: svn15878.6.13 - -Provides: tex-uwthesis-doc -AutoReqProv: No - -%description uwthesis-doc -Documentation for uwthesis - -%package vancouver -Provides: tex-vancouver = %{tl_version} -License: LPPL 1.3 -Summary: Bibliographic style file for Biomedical Journals -Version: svn34470.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - - -%description vancouver -This BibTeX style file is generated with the docstrip utility -and modified manually to meet the Uniform Requirements for -Manuscripts Submitted to Biomedical Journals as published in N -Engl J Med 1997;336:309-315 (also known as the Vancouver -style). The complete set of requirements may be viewed on the -ICMJE web site. - -%package vancouver-doc -Summary: Documentation for vancouver -Version: svn34470.0 - -Provides: tex-vancouver-doc -AutoReqProv: No - -%description vancouver-doc -Documentation for vancouver - -%package wsemclassic -Provides: tex-wsemclassic = %{tl_version} -License: BSD -Summary: LaTeX class for Bavarian school w-seminar papers -Version: svn31532.1.0.1 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(kvoptions.sty) -Requires: tex(iftex.sty) -Requires: tex(inputenx.sty) -Requires: tex(fontenc.sty) -Requires: tex(babel.sty) -Requires: tex(babelbib.sty) -Requires: tex(polyglossia.sty) -Requires: tex(fontspec.sty) -Requires: tex(hyperref.sty) -Requires: tex(microtype.sty) -Requires: tex(amsmath.sty) -Requires: tex(amsthm.sty) -Requires: tex(amssymb.sty) -Requires: tex(titlesec.sty) -Requires: tex(natbib.sty) -Requires: tex(setspace.sty) -Requires: tex(geometry.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(tocbibind.sty) -Requires: tex(soulutf8.sty) -Provides: tex(wsemclassic.cls) = %{tl_version} - -%description wsemclassic -The class is designed either to conform with the -recommendations of the Bavarian Kultusministerium for -typesetting w-seminar papers (strict mode), or to use another -style which should look better. The class is based on the LaTeX -standard report class. - -%package wsemclassic-doc -Summary: Documentation for wsemclassic -Version: svn31532.1.0.1 - -Provides: tex-wsemclassic-doc -AutoReqProv: No - -%description wsemclassic-doc -Documentation for wsemclassic - -%package xcookybooky -Provides: tex-xcookybooky = %{tl_version} -License: LPPL 1.3 -Summary: Typeset (potentially long) recipes -Version: svn36435.1.5 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(tikz.sty) -Requires: tex(graphicx.sty) -Requires: tex(xcolor.sty) -Requires: tex(ifsym.sty) -Requires: tex(cookingsymbols.sty) -Requires: tex(wrapfig.sty) -Requires: tex(iflang.sty) -Requires: tex(ifthen.sty) -Requires: tex(xkeyval.sty) -Requires: tex(lettrine.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(units.sty) -Requires: tex(eso-pic.sty) -Requires: tex(picture.sty) -Requires: tex(tabulary.sty) -Requires: tex(framed.sty) -Provides: tex(xcookybooky.cfg) = %{tl_version} -Provides: tex(xcookybooky.sty) = %{tl_version} - -%description xcookybooky -The package enables the user to typeset recipes, which could be -greater than one page. Above the recipe text two (optional) -pictures can be displayed. Other features are recipe name, -energy content, portions, preparation and baking time, baking -temperatures, recipe source and of course preparation steps and -required ingredients. At the bottom you may insert an optional -hint. The package depends on the Emerald fonts. - -%package xcookybooky-doc -Summary: Documentation for xcookybooky -Version: svn36435.1.5 - -Provides: tex-xcookybooky-doc -AutoReqProv: No - -%description xcookybooky-doc -Documentation for xcookybooky - -%package yathesis -Provides: tex-yathesis = %{tl_version} -License: LPPL 1.3 -Summary: A LaTeX class for writing a thesis following French rules -Version: svn54740 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xpatch.sty) -Requires: tex(xstring.sty) -Requires: tex(xparse.sty) -Requires: tex(letltxmacro.sty) -Requires: tex(xifthen.sty) -Requires: tex(zref.sty) -Requires: tex(pgfopts.sty) -Requires: tex(etoolbox.sty) -Requires: tex(morewrites.sty) -Requires: tex(filehook.sty) -Requires: tex(hopatch.sty) -Requires: tex(xkeyval.sty) -Requires: tex(geometry.sty) -Requires: tex(graphicx.sty) -Requires: tex(environ.sty) -Requires: tex(adjustbox.sty) -Requires: tex(array.sty) -Requires: tex(textcase.sty) -Requires: tex(translator.sty) -Requires: tex(fixltx2e.sty) -Requires: tex(iftex.sty) -Requires: tex(epigraph.sty) -Requires: tex(tcolorbox.sty) -Requires: tex(marvosym.sty) -Requires: tex(setspace.sty) -Requires: tex(shorttoc.sty) -Requires: tex(tocvsec2.sty) -Requires: tex(tocbibind.sty) -Requires: tex(fncychap.sty) -Requires: tex(titleps.sty) -Requires: tex(nonumonpart.sty) -Requires: tex(xcolor.sty) -Requires: tex(datatool.sty) -Requires: tex(ifdraft.sty) -Requires: tex(draftwatermark.sty) -Requires: tex(babel.sty) -Requires: tex(iflang.sty) -Requires: tex(datetime.sty) -Requires: tex(hypcap.sty) -Requires: tex(bookmark.sty) -Requires: tex(glossaries-babel.sty) -Provides: tex(yathesis-demo.sty) = %{tl_version} -Provides: tex(yathesis-translations.tex) = %{tl_version} -Provides: tex(yathesis.cls) = %{tl_version} - -%description yathesis -The purpose of yathesis is to facilitate the typesetting of -theses prepared in France, whatever the disciplines and -institutes. It implements most notably recommendations from the -Ministry of Higher Education and Research, and this -transparently to the user. It has also been designed to -(optionally) take advantage of powerful tools available in -LaTeX, including packages: BibLaTeX for the bibliography; -glossaries for the glossary, list of acronyms and symbols list. -The yathesis class, based on the book class, aims to be both -simple to use and, to some extent, (easily) customizable. -yathesis comes with templates and samples in the -doc/latex/yathesis/french/exemples/ directory in the -distribution. They can also be tested on ShareLaTeX (template -and specimen) and on Overleaf (template and specimen). Note: -The "ya" in the package name stands for "yet another". - -%package yathesis-doc -Summary: Documentation for yathesis -Version: svn54740 -Provides: tex-yathesis-doc -AutoReqProv: No - -%description yathesis-doc -Documentation for yathesis - -%package york-thesis -Provides: tex-york-thesis = %{tl_version} -License: LPPL 1.3 -Summary: A thesis class file for York University, Toronto -Version: svn23348.3.6 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Requires: tex(calc.sty) -Requires: tex(makeidx.sty) -Provides: tex(york-thesis.cls) = %{tl_version} - -%description york-thesis -York Graduate Studies has again changed the requirements for -theses and dissertations. The established york-thesis class -file now implements the changes made in Spring 2005. - -%package york-thesis-doc -Summary: Documentation for york-thesis -Version: svn23348.3.6 - -Provides: tex-york-thesis-doc -AutoReqProv: No - -%description york-thesis-doc -Documentation for york-thesis - -%package SIstyle -Provides: tex-SIstyle = %{tl_version} -License: LPPL -Summary: Package to typeset SI units, numbers and angles -Version: svn54080 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(amstext.sty) -Provides: tex(sistyle.sty) = %{tl_version} - -%description SIstyle -This package typesets SI units, numbers and angles according to -the ISO requirements. Care is taken with font setup and -requirements, and language customisation is available. Note -that this package is (in principle) superseded by siunitx; -sistyle has maintenance-only support, now. - -%package SIstyle-doc -Summary: Documentation for SIstyle -Version: svn15878.2.3a -Provides: tex-SIstyle-doc -AutoReqProv: No - -%description SIstyle-doc -Documentation for SIstyle - -%package SIunits -Provides: tex-SIunits = %{tl_version} -License: LPPL 1.3 -Summary: International System of Units -Version: svn15878.1.36 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(amstext.sty) -Provides: tex(SIunits.cfg) = %{tl_version} -Provides: tex(SIunits.sty) = %{tl_version} -Provides: tex(binary.sty) = %{tl_version} - -%description SIunits -Typeset physical units following the rules of the International -System of Units (SI). The package requires amstext, for proper -representation of some values. Note that the package is now -superseded by siunitx; siunits has maintenance-only support, -now. - -%package SIunits-doc -Summary: Documentation for SIunits -Version: svn15878.1.36 - -Provides: tex-SIunits-doc -AutoReqProv: No - -%description SIunits-doc -Documentation for SIunits - -%package complexity -Provides: tex-complexity = %{tl_version} -License: LPPL -Summary: Computational complexity class names -Version: svn45322 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Provides: tex(complexity.sty) = %{tl_version} -Provides: tex(mycomplexity.sty) = %{tl_version} - -%description complexity -Complexity is a LaTeX package that defines commands to typeset -Computational Complexity Classes such as $\P$ and $\NP$ (as -well as hundreds of others). It also offers several options -including which font classes are typeset in and how many are -defined (all of them or just the basic, most commonly used -ones). The package has no dependencies other than the standard -ifthen package. - -%package complexity-doc -Summary: Documentation for complexity -Version: svn45322 -Provides: tex-complexity-doc -AutoReqProv: No - -%description complexity-doc -Documentation for complexity - -%package computational-complexity -Provides: tex-computational-complexity = %{tl_version} -License: LPPL -Summary: Class for the journal Computational Complexity -Version: svn44847 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fontenc.sty) -Requires: tex(babel.sty) -Requires: tex(inputenc.sty) -Requires: tex(amsmath.sty) -Requires: tex(amsfonts.sty) -Requires: tex(amssymb.sty) -Requires: tex(url.sty) -Requires: tex(cc2cite.sty) -Requires: tex(multicol.sty) -Requires: tex(ccthm.sty) -Requires: tex(ccalgo.sty) -Requires: tex(natbib.sty) -Requires: tex(ccreltx.sty) -Requires: tex(relabel.sty) -Requires: tex(theorem.sty) -Requires: tex(environ.sty) -Requires: tex(xkeyval.sty) -Requires: tex(lineno.sty) -Requires: tex(draftcopy.sty) -Requires: tex(hyperref.sty) -Requires: tex(breakurl.sty) -Requires: tex(graphics.sty) -Requires: tex(xcolor.sty) -Provides: tex(cc-cls.sty) = %{tl_version} -Provides: tex(cc.cls) = %{tl_version} -Provides: tex(cc2cite.sty) = %{tl_version} -Provides: tex(cc4amsart.sty) = %{tl_version} -Provides: tex(cc4apjrnl.sty) = %{tl_version} -Provides: tex(cc4elsart.sty) = %{tl_version} -Provides: tex(cc4jT.sty) = %{tl_version} -Provides: tex(cc4llncs.sty) = %{tl_version} -Provides: tex(cc4siamltex.sty) = %{tl_version} -Provides: tex(cc4svjour.sty) = %{tl_version} -Provides: tex(ccalgo.sty) = %{tl_version} -Provides: tex(ccaux.sty) = %{tl_version} -Provides: tex(cccite.sty) = %{tl_version} -Provides: tex(ccdbs.sty) = %{tl_version} -Provides: tex(cclayout.sty) = %{tl_version} -Provides: tex(ccproof.sty) = %{tl_version} -Provides: tex(ccqed.sty) = %{tl_version} -Provides: tex(ccref.sty) = %{tl_version} -Provides: tex(ccreltx.sty) = %{tl_version} -Provides: tex(ccthm.sty) = %{tl_version} -Provides: tex(relabel.sty) = %{tl_version} -Provides: tex(thcc.sty) = %{tl_version} - -%description computational-complexity -The LaTeX2e class cc was written for the journal Computational -Complexity, and it can also be used for a lot of other -articles. You may like it since it contains a lot of features -as more intelligent references, a set of theorem definitions, -an algorithm environment, ... The class requires natbib. - -%package computational-complexity-doc -Summary: Documentation for computational-complexity -Version: svn44847 -Provides: tex-computational-complexity-doc -AutoReqProv: No - -%description computational-complexity-doc -Documentation for computational-complexity - -%package cryptocode -Provides: tex-cryptocode = %{tl_version} -License: LPPL 1.3 -Summary: Typesetting pseudocode, protocols, game-based proofs and black-box reductions in cryptography -Version: svn49131 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(amsmath.sty) -Requires: tex(mathtools.sty) -Requires: tex(amsfonts.sty) -Requires: tex(xcolor.sty) -Requires: tex(calc.sty) -Requires: tex(tikz.sty) -Requires: tex(ifthen.sty) -Requires: tex(xargs.sty) -Requires: tex(pgf.sty) -Requires: tex(forloop.sty) -Requires: tex(array.sty) -Requires: tex(xparse.sty) -Requires: tex(expl3.sty) -Requires: tex(pbox.sty) -Requires: tex(varwidth.sty) -Requires: tex(suffix.sty) -Requires: tex(etoolbox.sty) -Requires: tex(etex.sty) -Requires: tex(environ.sty) -Requires: tex(xkeyval.sty) -Provides: tex(cryptocode.sty) = %{tl_version} - -%description cryptocode -The cryptocode bundle provides commands for easily typesetting -pseudocode and simple protocols as well as environments for -visualizing game-based proofs and black-box reductions as often -used within the cryptographic community. - -%package cryptocode-doc -Summary: Documentation for cryptocode -Version: svn49131 -Provides: tex-cryptocode-doc -AutoReqProv: No - -%description cryptocode-doc -Documentation for cryptocode - -%package digiconfigs -Provides: tex-digiconfigs = %{tl_version} -License: LPPL -Summary: Writing "configurations" -Version: svn15878.0.5 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(amsmath.sty) -Provides: tex(digiconfigs.sty) = %{tl_version} - -%description digiconfigs -In Stochastic Geometry and Digital Image Analysis some problems -can be solved in terms of so-called "configurations". A -configuration is basically a square matrix of \circ and \bullet -symbols. This package provides a convenient and compact -mechanism for displaying these configurations. - -%package digiconfigs-doc -Summary: Documentation for digiconfigs -Version: svn15878.0.5 - -Provides: tex-digiconfigs-doc -AutoReqProv: No - -%description digiconfigs-doc -Documentation for digiconfigs - -%package drawstack -Provides: tex-drawstack = %{tl_version} -License: LPPL 1.3 -Summary: Draw execution stacks -Version: svn28582.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(tikz.sty) -Requires: tex(ifthen.sty) -Provides: tex(drawstack.sty) = %{tl_version} - -%description drawstack -This simple LaTeX package provides support for drawing -execution stack (typically to illustrate assembly language -notions). The code is written on top of TikZ. - -%package drawstack-doc -Summary: Documentation for drawstack -Version: svn28582.0 - -Provides: tex-drawstack-doc -AutoReqProv: No - -%description drawstack-doc -Documentation for drawstack - -%package dyntree -Provides: tex-dyntree = %{tl_version} -License: LGPLv2+ -Summary: Construct Dynkin tree diagrams -Version: svn15878.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(coollist.sty) -Requires: tex(calc.sty) -Requires: tex(epic.sty) -Requires: tex(eepic.sty) -Requires: tex(amsmath.sty) -Requires: tex(amssymb.sty) -Provides: tex(dyntree.sty) = %{tl_version} - -%description dyntree -The package is intended for users needing to typeset a Dynkin -Tree Diagram--a group theoretical construct consisting of -cartan coefficients in boxes connected by a series of lines. -Such a diagram is a tool for working out the states and their -weights in terms of the fundamental weights and the simple -roots. The package makes use of the author's coollist package. - -%package dyntree-doc -Summary: Documentation for dyntree -Version: svn15878.1.0 - -Provides: tex-dyntree-doc -AutoReqProv: No - -%description dyntree-doc -Documentation for dyntree - -%package eltex -Provides: tex-eltex = %{tl_version} -License: LPPL -Summary: Simple circuit diagrams in LaTeX picture mode -Version: svn15878.2.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(eltex1.tex) = %{tl_version} -Provides: tex(eltex2.tex) = %{tl_version} -Provides: tex(eltex3.tex) = %{tl_version} -Provides: tex(eltex4.tex) = %{tl_version} -Provides: tex(eltex5.tex) = %{tl_version} -Provides: tex(eltex6.tex) = %{tl_version} -Provides: tex(eltex7.tex) = %{tl_version} - -%description eltex -The macros enable the user to draw simple circuit diagrams in -the picture environment, with no need of special resources. The -macros are appropriate for drawing for school materials. The -circuit symbols accord to the various parts of the standard IEC -617. - -%package eltex-doc -Summary: Documentation for eltex -Version: svn15878.2.0 - -Provides: tex-eltex-doc -AutoReqProv: No - -%description eltex-doc -Documentation for eltex - -%package endiagram -Provides: tex-endiagram = %{tl_version} -License: LPPL 1.3 -Summary: Easy creation of potential energy curve diagrams -Version: svn34486.0.1d - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(expl3.sty) -Requires: tex(xparse.sty) -Requires: tex(l3keys2e.sty) -Requires: tex(tikz.sty) -Requires: tex(siunitx.sty) -Provides: tex(endiagram.sty) = %{tl_version} - -%description endiagram -The package provides the facility of drawing potential energy -curve diagrams with just a few simple commands. The package -cannot (yet) be considered stable. - -%package endiagram-doc -Summary: Documentation for endiagram -Version: svn34486.0.1d - -Provides: tex-endiagram-doc -AutoReqProv: No - -%description endiagram-doc -Documentation for endiagram - -%package engtlc -Provides: tex-engtlc = %{tl_version} -License: LPPL 1.3 -Summary: Support for users in Telecommunications Engineering -Version: svn28571.3.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(engtlc.sty) = %{tl_version} - -%description engtlc -The package provides a wide range of abbreviations for terms -used in Telecommunications Engineering. - -%package engtlc-doc -Summary: Documentation for engtlc -Version: svn28571.3.2 - -Provides: tex-engtlc-doc -AutoReqProv: No - -%description engtlc-doc -Documentation for engtlc - -%package fouridx -Provides: tex-fouridx = %{tl_version} -License: LPPL -Summary: Left sub- and superscripts in maths mode -Version: svn32214.2.00 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(fouridx.sty) = %{tl_version} - -%description fouridx -The package enables left subscripts and superscripts in maths -mode. The sub- and superscripts are raised for optimum fitting -to the symbol indexed, in such a way that left and right sub- -and superscripts are set on the same level, as appropriate. The -package provides an alternative to the use of the \sideset -command in the amsmath package. - -%package fouridx-doc -Summary: Documentation for fouridx -Version: svn32214.2.00 - -Provides: tex-fouridx-doc -AutoReqProv: No - -%description fouridx-doc -Documentation for fouridx - -%package functan -Provides: tex-functan = %{tl_version} -License: LPPL -Summary: Macros for functional analysis and PDE theory -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(amsmath.sty) -Provides: tex(functan.sty) = %{tl_version} - -%description functan -This package provides a convenient and coherent way to deal -with name of functional spaces (mainly Sobolev spaces) in -functional analysis and PDE theory. It also provides a set of -macros for dealing with norms, scalar products and convergence -with some object oriented flavor (it gives the possibility to -override the standard behavior of norms, ...). - -%package functan-doc -Summary: Documentation for functan -Version: svn15878.0 - -Provides: tex-functan-doc -AutoReqProv: No - -%description functan-doc -Documentation for functan - -%package galois -Provides: tex-galois = %{tl_version} -License: LPPL -Summary: Typeset Galois connections -Version: svn15878.1.5 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(color.sty) -Provides: tex(galois.sty) = %{tl_version} - -%description galois -The package deals with connections in two-dimensional style, -optionally in colour. - -%package galois-doc -Summary: Documentation for galois -Version: svn15878.1.5 - -Provides: tex-galois-doc -AutoReqProv: No - -%description galois-doc -Documentation for galois - -%package gastex -Provides: tex-gastex = %{tl_version} -License: LPPL -Summary: Graphs and Automata Simplified in TeX -Version: svn54080 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(calc.sty) -Requires: tex(trig.sty) -Provides: tex(gastex.sty) = %{tl_version} - -%description gastex -GasTeX is a set of LaTeX macros which enable the user to draw -graphs, automata, nets, diagrams, etc., very easily, in the -LaTeX picture environment. The package offers no documentation -(per se), but offers a couple of example files in the -distribution, and more on its home page. GasTeX generates its -own PostScript code, and therefore doesn't work directly under -PDFLaTeX. - -%package gastex-doc -Summary: Documentation for gastex -Version: svn15878.2.8 - -Provides: tex-gastex-doc -AutoReqProv: No - -%description gastex-doc -Documentation for gastex - -%package gene-logic -Provides: tex-gene-logic = %{tl_version} -License: Crossword -Summary: Typeset logic formulae, etc -Version: svn15878.1.4 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(gn-logic14.sty) = %{tl_version} - -%description gene-logic -The package provides a facility to typeset certain logic -formulae. It provides an environment like eqnarray, a -newtheorem-like environment (NewTheorem), and several macros. - -%package gene-logic-doc -Summary: Documentation for gene-logic -Version: svn15878.1.4 - -Provides: tex-gene-logic-doc -AutoReqProv: No - -%description gene-logic-doc -Documentation for gene-logic - -%package ghsystem -Provides: tex-ghsystem = %{tl_version} -License: LPPL 1.3 -Summary: Globally harmonised system of chemical (etc) naming -Version: svn53822 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(expl3.sty) -Requires: tex(xparse.sty) -Requires: tex(l3keys2e.sty) -Requires: tex(translations.sty) -Requires: tex(siunitx.sty) -Requires: tex(graphicx.sty) -Requires: tex(longtable.sty) -Requires: tex(ifpdf.sty) -Provides: tex(ghsystem.sty) = %{tl_version} -Provides: tex(ghsystem_english.def) = %{tl_version} -Provides: tex(ghsystem_french.def) = %{tl_version} -Provides: tex(ghsystem_german.def) = %{tl_version} -Provides: tex(ghsystem_italian.def) = %{tl_version} -Provides: tex(ghsystem_langtemplate.def) = %{tl_version} -Provides: tex(ghsystem_ngerman.def) = %{tl_version} -Provides: tex(ghsystem_spanish.def) = %{tl_version} -Provides: tex(ghsystem_acid-8.tex) = %{tl_version} -Provides: tex(ghsystem_acid.tex) = %{tl_version} -Provides: tex(ghsystem_aqpol.tex) = %{tl_version} -Provides: tex(ghsystem_bottle-2-black.tex) = %{tl_version} -Provides: tex(ghsystem_bottle-2-white.tex) = %{tl_version} -Provides: tex(ghsystem_bottle.tex) = %{tl_version} -Provides: tex(ghsystem_exclam.tex) = %{tl_version} -Provides: tex(ghsystem_explos-1.tex) = %{tl_version} -Provides: tex(ghsystem_explos-2.tex) = %{tl_version} -Provides: tex(ghsystem_explos-3.tex) = %{tl_version} -Provides: tex(ghsystem_explos-4.tex) = %{tl_version} -Provides: tex(ghsystem_explos-5.tex) = %{tl_version} -Provides: tex(ghsystem_explos-6.tex) = %{tl_version} -Provides: tex(ghsystem_explos.tex) = %{tl_version} -Provides: tex(ghsystem_flame-2-black.tex) = %{tl_version} -Provides: tex(ghsystem_flame-2-white.tex) = %{tl_version} -Provides: tex(ghsystem_flame-3-black.tex) = %{tl_version} -Provides: tex(ghsystem_flame-3-white.tex) = %{tl_version} -Provides: tex(ghsystem_flame-4-1.tex) = %{tl_version} -Provides: tex(ghsystem_flame-4-2.tex) = %{tl_version} -Provides: tex(ghsystem_flame-4-3-black.tex) = %{tl_version} -Provides: tex(ghsystem_flame-4-3-white.tex) = %{tl_version} -Provides: tex(ghsystem_flame-5-2-black.tex) = %{tl_version} -Provides: tex(ghsystem_flame-5-2-white.tex) = %{tl_version} -Provides: tex(ghsystem_flame-O-5-1.tex) = %{tl_version} -Provides: tex(ghsystem_flame-O.tex) = %{tl_version} -Provides: tex(ghsystem_flame.tex) = %{tl_version} -Provides: tex(ghsystem_health.tex) = %{tl_version} -Provides: tex(ghsystem_skull-2.tex) = %{tl_version} -Provides: tex(ghsystem_skull-6.tex) = %{tl_version} -Provides: tex(ghsystem_skull.tex) = %{tl_version} - -%description ghsystem -The package provides the means to typeset all the hazard and -precautionary statements and pictograms in a straightforward -way. The statements are taken from EU regulation 1272/2008. - -%package ghsystem-doc -Summary: Documentation for ghsystem -Version: svn53822 -Provides: tex-ghsystem-doc -AutoReqProv: No - -%description ghsystem-doc -Documentation for ghsystem - -%package gu -Provides: tex-gu = %{tl_version} -License: LPPL -Summary: Typeset crystallographic group-subgroup-schemes -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(array.sty) -Requires: tex(tabularx.sty) -Requires: tex(pict2e.sty) -Requires: tex(calc.sty) -Requires: tex(fp.sty) -Requires: tex(ifthen.sty) -Provides: tex(gu.sty) = %{tl_version} - -%description gu -The package simplifies typesetting of simple crystallographic -group-subgroup-schemes in the Barnighausen formalism. It -defines a new environment stammbaum, wherein all elements of -the scheme are defined. Afterwards all necessary dimensions are -calculated and the scheme is drawn. Currently two steps of -symmetry reduction are supported. - -%package gu-doc -Summary: Documentation for gu -Version: svn15878.0 - -Provides: tex-gu-doc -AutoReqProv: No - -%description gu-doc -Documentation for gu - -%package hep -Provides: tex-hep = %{tl_version} -License: LPPL -Summary: A "convenience wrapper" for High Energy Physics packages -Version: svn15878.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(url.sty) -Requires: tex(cite.sty) -Requires: tex(hyperref.sty) -Requires: tex(amsmath.sty) -Requires: tex(braket.sty) -Requires: tex(cancel.sty) -Requires: tex(slashed.sty) -Requires: tex(hepnicenames.sty) -Requires: tex(hepunits.sty) -Requires: tex(feynmf.sty) -Requires: tex(booktabs.sty) -Requires: tex(setspace.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(tocbibind.sty) -Requires: tex(morefloats.sty) -Requires: tex(afterpage.sty) -Requires: tex(ccaption.sty) -Requires: tex(subfigure.sty) -Requires: tex(caption.sty) -Provides: tex(hep.sty) = %{tl_version} - -%description hep -Loads the author's hepunits and hepnicenames packages, and a -selection of others that are useful in High Energy Physics -papers, etc. - -%package hep-doc -Summary: Documentation for hep -Version: svn15878.1.0 - -Provides: tex-hep-doc -AutoReqProv: No - -%description hep-doc -Documentation for hep - -%package hepnames -Provides: tex-hepnames = %{tl_version} -License: LPPL -Summary: Pre-defined high energy particle names -Version: svn35722.2.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(heppennames.sty) -Requires: tex(hepparticles.sty) -Requires: tex(xspace.sty) -Requires: tex(amsmath.sty) -Provides: tex(hepnames.sty) = %{tl_version} -Provides: tex(hepnicenames.sty) = %{tl_version} -Provides: tex(heppennames.sty) = %{tl_version} - -%description hepnames -Hepnames provides a pair of LaTeX packages, heppennames and -hepnicenames, providing a large set of pre-defined high energy -physics particle names built with the hepparticles package. The -packages are based on pennames.sty by Michel Goosens and Eric -van Herwijnen. Heppennames re-implements the particle names in -pennames.sty, with some additions and alterations and greater -flexibility and robustness due to the hepparticles structures, -which were written for this purpose. Hepnicenames provides the -main non-resonant particle names from heppennames with more -"friendly" names. - -%package hepnames-doc -Summary: Documentation for hepnames -Version: svn35722.2.0 - -Provides: tex-hepnames-doc -AutoReqProv: No - -%description hepnames-doc -Documentation for hepnames - -%package hepparticles -Provides: tex-hepparticles = %{tl_version} -License: LPPL -Summary: Macros for typesetting high energy physics particle names -Version: svn35723.2.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(subdepth.sty) -Requires: tex(amsmath.sty) -Provides: tex(hepparticles.sty) = %{tl_version} - -%description hepparticles -HEPparticles is a set of macros for typesetting high energy -particle names, to meet the following criteria: 1. The main -particle name is a Roman or Greek symbol, to be typeset in -upright font in normal contexts. 2. Additionally a superscript -and/or subscript may follow the main symbol. 3. Particle -resonances may also have a resonance specifier which is typeset -in parentheses following the main symbol. In general the -parentheses may also be followed by sub- and superscripts. 4. -The particle names are expected to be used both in and out of -mathematical contexts. 5. If the surrounding text is bold or -italic then the particle name should adapt to that context as -best as possible (this may not be possible for Greek symbols). -A consequence of point 5 is that the well-known problems with -boldness of particle names in section titles, headers and -tables of contents automatically disappear if these macros are -used. - -%package hepparticles-doc -Summary: Documentation for hepparticles -Version: svn35723.2.0 - -Provides: tex-hepparticles-doc -AutoReqProv: No - -%description hepparticles-doc -Documentation for hepparticles - -%package hepthesis -Provides: tex-hepthesis = %{tl_version} -License: LPPL -Summary: A class for academic reports, especially PhD theses -Version: svn46054 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(a4wide.sty) -Requires: tex(fontenc.sty) -Requires: tex(etoolbox.sty) -Requires: tex(microtype.sty) -Requires: tex(changepage.sty) -Requires: tex(varwidth.sty) -Requires: tex(amsmath.sty) -Requires: tex(makeidx.sty) -Requires: tex(titling.sty) -Requires: tex(booktabs.sty) -Requires: tex(hep.sty) -Requires: tex(lineno.sty) -Requires: tex(draftcopy.sty) -Requires: tex(setspace.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(tocbibind.sty) -Requires: tex(comment.sty) -Requires: tex(rotating.sty) -Requires: tex(caption.sty) -Requires: tex(afterpage.sty) -Requires: tex(csquotes.sty) -Requires: tex(hyperref.sty) -Provides: tex(hepthesis.cls) = %{tl_version} - -%description hepthesis -Hepthesis is a LaTeX class for typesetting large academic -reports, in particular PhD theses. It was originally developed -for typesetting the author's high-energy physics PhD thesis and -includes some features specifically tailored to such an -application. In particular, hepthesis offers: Attractive -semantic environments for various rubric sections; Extensive -options for draft production, screen viewing and binding-ready -output; Helpful extensions of existing environments, including -equation and tabular; and Support for quotations at the start -of the thesis and each chapter. The class is based on scrbook, -from the KOMA-Script bundle. - -%package hepthesis-doc -Summary: Documentation for hepthesis -Version: svn46054 -Provides: tex-hepthesis-doc -AutoReqProv: No - -%description hepthesis-doc -Documentation for hepthesis - -%package hepunits -Provides: tex-hepunits = %{tl_version} -License: LPPL -Summary: A set of units useful in high energy physics applications -Version: svn54758 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(amsmath.sty) -Requires: tex(xspace.sty) -Requires: tex(SIunits.sty) -Provides: tex(hepunits.sty) = %{tl_version} - -%description hepunits -Hepunits is a LaTeX package built on the SIunits package which -adds a collection of useful HEP units to the existing SIunits -set. These include the energy units \MeV, \GeV, \TeV and the -derived momentum and mass units \MeVoverc, \MeVovercsq and so -on. - -%package hepunits-doc -Summary: Documentation for hepunits -Version: svn54758 -Provides: tex-hepunits-doc -AutoReqProv: No - -%description hepunits-doc -Documentation for hepunits - -%package karnaugh -Provides: tex-karnaugh = %{tl_version} -License: LPPL -Summary: Typeset Karnaugh-Veitch-maps -Version: svn21338.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(kvmacros.tex) = %{tl_version} - -%description karnaugh -The package provides macros for typesetting Karnaugh-Maps and -Veitch-Charts in a simple and user-friendly way. Karnaugh-Maps -and Veitch-Charts are used to display and simplify logic -functions "manually". These macros can typeset Karnaugh-Maps -and Veitch-Charts with up to ten variables (=1024 entries). - -%package karnaugh-doc -Summary: Documentation for karnaugh -Version: svn21338.0 - -Provides: tex-karnaugh-doc -AutoReqProv: No - -%description karnaugh-doc -Documentation for karnaugh - -%package karnaughmap -Provides: tex-karnaughmap = %{tl_version} -License: LPPL 1.2 -Summary: Typeset Karnaugh maps -Version: svn36989.2.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(tikz.sty) -Requires: tex(xkeyval.sty) -Requires: tex(ifthen.sty) -Requires: tex(xstring.sty) -Provides: tex(karnaughmap.sty) = %{tl_version} - -%description karnaughmap -This package provides an easy to use interface to typeset -Karnaugh maps using TikZ. Though similar to the karnaugh -macros, it provides a key-value system to customize -karnaughmaps and a proper LaTeX package. - -%package karnaughmap-doc -Summary: Documentation for karnaughmap -Version: svn36989.2.0 - -Provides: tex-karnaughmap-doc -AutoReqProv: No - -%description karnaughmap-doc -Documentation for karnaughmap - -%package matlab-prettifier -Provides: tex-matlab-prettifier = %{tl_version} -License: LPPL 1.3 -Summary: Pretty-print Matlab source code -Version: svn34323.0.3 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(textcomp.sty) -Requires: tex(xcolor.sty) -Requires: tex(listings.sty) -Provides: tex(matlab-prettifier.sty) = %{tl_version} - -%description matlab-prettifier -The package extends the facilities of the listings package, to -pretty-print Matlab and Octave source code. (Note that support -of Octave syntax is not complete.) - -%package matlab-prettifier-doc -Summary: Documentation for matlab-prettifier -Version: svn34323.0.3 - -Provides: tex-matlab-prettifier-doc -AutoReqProv: No - -%description matlab-prettifier-doc -Documentation for matlab-prettifier - -%package mhchem -Provides: tex-mhchem = %{tl_version} -License: LPPL 1.3 -Summary: Typeset chemical formulae/equations and Risk and Safety phrases -Version: svn52662 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(babel.sty) -Requires: tex(twoopt.sty) -Requires: tex(ifthen.sty) -Requires: tex(textcomp.sty) -Requires: tex(expl3.sty) -Requires: tex(l3keys2e.sty) -Requires: tex(calc.sty) -Requires: tex(amsmath.sty) -Requires: tex(chemgreek.sty) -Requires: tex(graphics.sty) -Requires: tex(pgf.sty) -Requires: tex(tikz.sty) -Provides: tex(hpstatement.sty) = %{tl_version} -Provides: tex(mhchem.sty) = %{tl_version} -Provides: tex(rsphrase.sty) = %{tl_version} - -%description mhchem -The bundle provides three packages: The mhchem package provides -commands for typesetting chemical molecular formulae and -equations. The hpstatement package provides commands for the -official hazard statements and precautionary statements (H and -P statements) that are used to label chemicals. The rsphrase -package provides commands for the official Risk and Safety (R -and S) Phrases that are used to label chemicals. The package -requires the expl3 bundle. - -%package mhchem-doc -Summary: Documentation for mhchem -Version: svn52662 -Provides: tex-mhchem-doc -AutoReqProv: No - -%description mhchem-doc -Documentation for mhchem - -%package miller -Provides: tex-miller = %{tl_version} -License: LPPL -Summary: Typeset miller indices -Version: svn18789.1.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(miller.sty) = %{tl_version} - -%description miller -Typeset miller indices, e.g., <1-20>, that are used in material -science with an easy syntax. Minus signs are printed as bar -above the corresponding number. - -%package miller-doc -Summary: Documentation for miller -Version: svn18789.1.2 - -Provides: tex-miller-doc -AutoReqProv: No - -%description miller-doc -Documentation for miller - -%package nuc -Provides: tex-nuc = %{tl_version} -License: LPPL -Summary: Notation for nuclear isotopes -Version: svn22256.0.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Provides: tex(nuc.sty) = %{tl_version} - -%description nuc -A simple package providing nuclear sub- and superscripts as -commonly used in radiochemistry, radiation science, and nuclear -physics and engineering applications. Isotopes which have Z -with more digits than A require special spacing to appear -properly; this spacing is supported in the package. - -%package nuc-doc -Summary: Documentation for nuc -Version: svn22256.0.1 - -Provides: tex-nuc-doc -AutoReqProv: No - -%description nuc-doc -Documentation for nuc - -%package objectz -Provides: tex-objectz = %{tl_version} -License: LPPL -Summary: Macros for typesetting Object Z -Version: svn19389.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(calc.sty) -Provides: tex(oz.sty) = %{tl_version} - -%description objectz -The package will typeset both Z and Object-Z specifications; it -develops the original zed package - -%package objectz-doc -Summary: Documentation for objectz -Version: svn19389.0 - -Provides: tex-objectz-doc -AutoReqProv: No - -%description objectz-doc -Documentation for objectz - -%package physics -Provides: tex-physics = %{tl_version} -License: LPPL -Summary: Macros supporting the Mathematics of Physics -Version: svn28590.1.3 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(xparse.sty) -Requires: tex(amsmath.sty) -Provides: tex(physics.sty) = %{tl_version} - -%description physics -The package defines simple and flexible macros for typesetting -equations in the languages of vector calculus and linear -algebra, using Dirac notation. - -%package physics-doc -Summary: Documentation for physics -Version: svn28590.1.3 - -Provides: tex-physics-doc -AutoReqProv: No - -%description physics-doc -Documentation for physics - -%package pseudocode -Provides: tex-pseudocode = %{tl_version} -License: LPPL -Summary: LaTeX environment for specifying algorithms in a natural way -Version: svn54080 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fancybox.sty) -Requires: tex(ifthen.sty) -Provides: tex(pseudocode.sty) = %{tl_version} - -%description pseudocode -This package provides the environment "pseudocode" for -describing algorithms in a natural manner. - -%package pseudocode-doc -Summary: Documentation for pseudocode -Version: svn54080 -Provides: tex-pseudocode-doc -AutoReqProv: No - -%description pseudocode-doc -Documentation for pseudocode - -%package sasnrdisplay -Provides: tex-sasnrdisplay = %{tl_version} -License: LPPL 1.3 -Summary: Typeset SAS or R code or output -Version: svn45963 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(listings.sty) -Requires: tex(xkeyval.sty) -Requires: tex(xcolor.sty) -Requires: tex(etoolbox.sty) -Requires: tex(caption.sty) -Requires: tex(needspace.sty) -Provides: tex(SASnRdisplay.cfg) = %{tl_version} -Provides: tex(SASnRdisplay.sty) = %{tl_version} - -%description sasnrdisplay -The SASnRdisplay package serves as a front-end to the listings, -which permits statisticians and others to import source code, -and the results of their calculations or simulations into LaTeX -projects. The package is also capable of overloading the Sweave -and SASweave packages. - -%package sasnrdisplay-doc -Summary: Documentation for sasnrdisplay -Version: svn45963 -Provides: tex-sasnrdisplay-doc -AutoReqProv: No - -%description sasnrdisplay-doc -Documentation for sasnrdisplay - -%package sciposter -Provides: tex-sciposter = %{tl_version} -License: LPPL -Summary: Make posters of ISO A3 size and larger -Version: svn15878.1.18 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifthen.sty) -Requires: tex(lettrine.sty) -Requires: tex(graphics.sty) -Requires: tex(color.sty) -Requires: tex(shadow.sty) -Requires: tex(a0size.sty) -Requires: tex(times.sty) -Requires: tex(boxedminipage.sty) -Provides: tex(paperb0.cfg) = %{tl_version} -Provides: tex(paperb1.cfg) = %{tl_version} -Provides: tex(paperb2.cfg) = %{tl_version} -Provides: tex(paperb3.cfg) = %{tl_version} -Provides: tex(papercustom.cfg) = %{tl_version} -Provides: tex(paperra0.cfg) = %{tl_version} -Provides: tex(paperra1.cfg) = %{tl_version} -Provides: tex(paperra2.cfg) = %{tl_version} -Provides: tex(sciposter.cls) = %{tl_version} - -%description sciposter -This collection of files contains LaTeX packages for posters of -ISO A3 size and larger (ISO A0 is the default size). American -paper sizes and custom paper are supported. In particular, -sciposter.cls defines a document class which allows cutting and -pasting most of an article to a poster without any editing -(save reducing the size) -- see the manual. Sciposter does work -for LaTeX, not just pdfLaTeX. However, xdvi produces strange -results, though a recent version of dvips does create good ps- -files from the dvi files. Also note that logos must either be -put in the current working directory or in the directories of -your LaTeX distribution. For some reason graphicspath settings -are ignored. - -%package sciposter-doc -Summary: Documentation for sciposter -Version: svn15878.1.18 - -Provides: tex-sciposter-doc -AutoReqProv: No - -%description sciposter-doc -Documentation for sciposter - -%package sclang-prettifier -Provides: tex-sclang-prettifier = %{tl_version} -License: LPPL 1.3 -Summary: Prettyprinting SuperCollider source code -Version: svn35087.0.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(textcomp.sty) -Requires: tex(xcolor.sty) -Requires: tex(listings.sty) -Provides: tex(sclang-prettifier.sty) = %{tl_version} - -%description sclang-prettifier -Built on top of the listings package, the package allows -effortless prettyprinting of SuperCollider source code in -documents typeset with LaTeX & friends. - -%package sclang-prettifier-doc -Summary: Documentation for sclang-prettifier -Version: svn35087.0.1 - -Provides: tex-sclang-prettifier-doc -AutoReqProv: No - -%description sclang-prettifier-doc -Documentation for sclang-prettifier - -%package sfg -Provides: tex-sfg = %{tl_version} -License: LPPL -Summary: Draw signal flow graphs -Version: svn20209.0.91 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(fp.sty) -Requires: tex(pstricks.sty) -Provides: tex(sfg.sty) = %{tl_version} - -%description sfg -Defines some commands to draw signal flow graphs as used by -electrical and electronics engineers and graph theorists. -Requires fp and pstricks packages (and a relatively fast -machine). - -%package sfg-doc -Summary: Documentation for sfg -Version: svn20209.0.91 - -Provides: tex-sfg-doc -AutoReqProv: No - -%description sfg-doc -Documentation for sfg - -%package siunitx -Provides: tex-siunitx = %{tl_version} -License: LPPL 1.3 -Summary: A comprehensive (SI) units package -Version: svn53914 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-l3kernel -Requires: texlive-l3packages -Requires: tex(expl3.sty) -Requires: tex(xparse.sty) -Requires: tex(amstext.sty) -Requires: tex(array.sty) -Requires: tex(l3keys2e.sty) -Requires: tex(xspace.sty) -Requires: tex(translator.sty) -Provides: tex(siunitx-abbreviations.cfg) = %{tl_version} -Provides: tex(siunitx-binary.cfg) = %{tl_version} -Provides: tex(siunitx-version-1.cfg) = %{tl_version} -Provides: tex(siunitx.sty) = %{tl_version} - -%description siunitx -Typesetting values with units requires care to ensure that the -combined mathematical meaning of the value plus unit -combination is clear. In particular, the SI units system lays -down a consistent set of units with rules on how they are to be -used. However, different countries and publishers have -differing conventions on the exact appearance of numbers (and -units). A number of LaTeX packages have been developed to -provide consistent application of the various rules: SIunits, -sistyle, unitsdef and units are the leading examples. The -numprint package provides a large number of number-related -functions, while dcolumn and rccol provide tools for -typesetting tabular numbers. The siunitx package takes the best -from the existing packages, and adds new features and a -consistent interface. A number of new ideas have been -incorporated, to fill gaps in the existing provision. The -package also provides backward-compatibility with SIunits, -sistyle, unitsdef and units. The aim is to have one package to -handle all of the possible unit-related needs of LaTeX users. -The package relies on LaTeX 3 support from the l3kernel and -l3packages bundles. - -%package siunitx-doc -Summary: Documentation for siunitx -Version: svn53914 -Provides: tex-siunitx-doc -AutoReqProv: No - -%description siunitx-doc -Documentation for siunitx - -%package steinmetz -Provides: tex-steinmetz = %{tl_version} -License: LPPL -Summary: Print Steinmetz notation -Version: svn15878.1.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(pict2e.sty) -Provides: tex(steinmetz.sty) = %{tl_version} - -%description steinmetz -The steinmetz package provides a command for typesetting -complex numbers in the Steinmetz notation used in -electrotechnics as: <modulus>;<argument or phase inside an -angle symbol> The package makes use of pict2e. - -%package steinmetz-doc -Summary: Documentation for steinmetz -Version: svn15878.1.0 - -Provides: tex-steinmetz-doc -AutoReqProv: No - -%description steinmetz-doc -Documentation for steinmetz - -%package struktex -Provides: tex-struktex = %{tl_version} -License: LPPL 1.2 -Summary: Draw Nassi-Schneidermann charts -Version: svn47931 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifpdf.sty) -Requires: tex(hyperref.sty) -Requires: tex(color.sty) -Requires: tex(nameref.sty) -Requires: tex(url.sty) -Requires: tex(ifthen.sty) -Requires: tex(struktxp.sty) -Requires: tex(curves.sty) -Requires: tex(pict2e.sty) -Provides: tex(strukdoc.sty) = %{tl_version} -Provides: tex(struktex.sty) = %{tl_version} -Provides: tex(struktxf.sty) = %{tl_version} -Provides: tex(struktxp.sty) = %{tl_version} - -%description struktex -Even in the age of OOP one must develop algorithms. Nassi- -Shneiderman diagrams are a well known tool to describe an -algorithm in a graphical way. The package offers some macros -for generating those diagrams in a LaTeX document. The package -provides the most important elements of a Nassi-Shneiderman -diagram, including processing blocks, loops, mapping -conventions for alternatives, etc. Diagrams are drawn using the -picture environment (using pict2e for preference). - -%package struktex-doc -Summary: Documentation for struktex -Version: svn47931 -Provides: tex-struktex-doc -AutoReqProv: No - -%description struktex-doc -Documentation for struktex - -%package substances -Provides: tex-substances = %{tl_version} -License: LPPL 1.3 -Summary: A database of chemicals -Version: svn40989 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(expl3.sty) -Requires: tex(xparse.sty) -Requires: tex(l3keys2e.sty) -Requires: tex(xtemplate.sty) -Requires: tex(chemmacros.sty) -Provides: tex(substances-default.def) = %{tl_version} -Provides: tex(substances.sty) = %{tl_version} - -%description substances -The package provides the means to create a database-like file -that contains data of various chemicals. These data may be -retrieved in the document; an index of the chemicals mentioned -in the document can be created.. - -%package substances-doc -Summary: Documentation for substances -Version: svn40989 - -Provides: tex-substances-doc -AutoReqProv: No - -%description substances-doc -Documentation for substances - -%package t-angles -Provides: tex-t-angles = %{tl_version} -License: GPL+ -Summary: Draw tangles, trees, Hopf algebra operations and other pictures -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifpdf.sty) -Provides: tex(t-angles.sty) = %{tl_version} - -%description t-angles -A LaTeX2e package for drawing tangles, trees, Hopf algebra -operations and other pictures. It is based on emTeX or TPIC -\specials. Therefore, it can be used with the most popular -drivers, including emTeX drivers, dviwin, xdvi and dvips, and -(using some code from ConTeXt) it may also be used with -PDFLaTeX. - -%package t-angles-doc -Summary: Documentation for t-angles -Version: svn15878.0 - -Provides: tex-t-angles-doc -AutoReqProv: No - -%description t-angles-doc -Documentation for t-angles - -%package textopo -Provides: tex-textopo = %{tl_version} -License: GPL+ -Summary: Annotated membrane protein topology plots -Version: svn23796.1.5 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(texshade.sty) -Requires: tex(color.sty) -Requires: tex(graphics.sty) -Provides: tex(biotex.sty) = %{tl_version} -Provides: tex(textopo.def) = %{tl_version} -Provides: tex(textopo.sty) = %{tl_version} - -%description textopo -A LaTeX package for setting shaded and annotated membrane -protein topology plots and helical wheels. - -%package textopo-doc -Summary: Documentation for textopo -Version: svn23796.1.5 - -Provides: tex-textopo-doc -AutoReqProv: No - -%description textopo-doc -Documentation for textopo - -%package unitsdef -Provides: tex-unitsdef = %{tl_version} -License: LPPL -Summary: Typesetting units in LaTeX -Version: svn15878.0.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(fontenc.sty) -Requires: tex(amsmath.sty) -Requires: tex(textcomp.sty) -Requires: tex(units.sty) -Requires: tex(xspace.sty) -Provides: tex(ampabbrv.cfg) = %{tl_version} -Provides: tex(enerabbr.cfg) = %{tl_version} -Provides: tex(freqabbr.cfg) = %{tl_version} -Provides: tex(lengabbr.cfg) = %{tl_version} -Provides: tex(molabbrv.cfg) = %{tl_version} -Provides: tex(timeabbr.cfg) = %{tl_version} -Provides: tex(unitsdef.sty) = %{tl_version} -Provides: tex(volabbrv.cfg) = %{tl_version} -Provides: tex(voltabbr.cfg) = %{tl_version} -Provides: tex(weigabbr.cfg) = %{tl_version} - -%description unitsdef -Many packages for typesetting units have been written for use -in LaTeX2e. Some define macros to typeset a lot of units but do -not suit to the actual font settings, some make the characters -needed available but do not predefine any unit. This package -tries to comply with both requirements. It predefines common -units, defines an easy to use interface to define new units and -changes the output concerning to the surrounding font settings. - -%package unitsdef-doc -Summary: Documentation for unitsdef -Version: svn15878.0.2 - -Provides: tex-unitsdef-doc -AutoReqProv: No - -%description unitsdef-doc -Documentation for unitsdef - -%package xymtex -Provides: tex-xymtex = %{tl_version} -License: LPPL 1.3 -Summary: Typesetting chemical structures -Version: svn32182.5.06 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(hetarom.sty) -Requires: tex(methylen.sty) -Requires: tex(xcolor.sty) -Requires: tex(epic.sty) -Requires: tex(xymtx-pdf.sty) -Requires: tex(tikz.sty) -Requires: tex(pgfcore.sty) -Requires: tex(pstricks.sty) -Requires: tex(pst-coil.sty) -Provides: tex(aliphat.sty) = %{tl_version} -Provides: tex(assurelatexmode.sty) = %{tl_version} -Provides: tex(bondcolor.sty) = %{tl_version} -Provides: tex(carom.sty) = %{tl_version} -Provides: tex(ccycle.sty) = %{tl_version} -Provides: tex(chemstr.sty) = %{tl_version} -Provides: tex(fusering.sty) = %{tl_version} -Provides: tex(hcycle.sty) = %{tl_version} -Provides: tex(hetarom.sty) = %{tl_version} -Provides: tex(hetaromh.sty) = %{tl_version} -Provides: tex(lewisstruc.sty) = %{tl_version} -Provides: tex(locant.sty) = %{tl_version} -Provides: tex(lowcycle.sty) = %{tl_version} -Provides: tex(methylen.sty) = %{tl_version} -Provides: tex(polymers.sty) = %{tl_version} -Provides: tex(sizeredc.sty) = %{tl_version} -Provides: tex(steroid.sty) = %{tl_version} -Provides: tex(xymtex.sty) = %{tl_version} -Provides: tex(xymtexpdf.sty) = %{tl_version} -Provides: tex(xymtexps.sty) = %{tl_version} -Provides: tex(assurechemist.sty) = %{tl_version} -Provides: tex(chemist.sty) = %{tl_version} -Provides: tex(chemtimes.sty) = %{tl_version} -Provides: tex(chmst-pdf.sty) = %{tl_version} -Provides: tex(xymtx-pdf.sty) = %{tl_version} -Provides: tex(chmst-ps.sty) = %{tl_version} -Provides: tex(xymtx-ps.sty) = %{tl_version} - -%description xymtex -XyMTeX is a set of packages for drawing a wide variety of -chemical structural formulas in a way that reflects their -structure. The package provides three output modes: 'LaTeX', -'PostScript' and 'PDF'. XyMTeX's commands have a systematic set -of arguments for specifying substituents and their positions, -endocyclic double bonds, and bond patterns. In some cases there -are additional arguments for specifying hetero-atoms on the -vertices of heterocycles. It is believed that this systematic -design allows XyMTeX to operate as a practical (device- -independent) tool for use with LaTeX. - -%package xymtex-doc -Summary: Documentation for xymtex -Version: svn32182.5.06 - -Provides: tex-xymtex-doc -AutoReqProv: No - -%description xymtex-doc -Documentation for xymtex - -%package youngtab -Provides: tex-youngtab = %{tl_version} -License: LPPL -Summary: Typeset Young-Tableaux -Version: svn17635.1.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(youngtab.sty) = %{tl_version} - -%description youngtab -A package for typesetting Young-Tableaux, mathematical symbols -for the representations of groups, providing two macros, -\yng(1) and \young(1) to generate the whole Young-Tableaux. - -%package youngtab-doc -Summary: Documentation for youngtab -Version: svn17635.1.1 - -Provides: tex-youngtab-doc -AutoReqProv: No - -%description youngtab-doc -Documentation for youngtab - -%package collection-xetex -Summary: XeTeX and packages -Version: svn54074 -Requires: texlive-base -Requires: texlive-collection-basic -Requires: texlive-arabxetex -Requires: texlive-awesomebox -Requires: texlive-bidi-atbegshi -Requires: texlive-bidicontour -Requires: texlive-bidipagegrid -Requires: texlive-bidishadowtext -Requires: texlive-bidipresentation -Requires: texlive-businesscard-qrcode -Requires: texlive-cqubeamer -Requires: texlive-fixlatvian -Requires: texlive-font-change-xetex -Requires: texlive-fontbook -Requires: texlive-fontwrap -Requires: texlive-interchar -Requires: texlive-na-position -Requires: texlive-philokalia -Requires: texlive-ptext -Requires: texlive-quran -Requires: texlive-quran-de -Requires: texlive-realscripts -Requires: texlive-simple-resume-cv -Requires: texlive-simple-thesis-dissertation -Requires: texlive-tetragonos -Requires: texlive-ucharclasses -Requires: texlive-unicode-bidi -Requires: texlive-unisugar -Requires: texlive-xebaposter -Requires: texlive-xechangebar -Requires: texlive-xecjk -Requires: texlive-xecolor -Requires: texlive-xecyr -Requires: texlive-xeindex -Requires: texlive-xesearch -Requires: texlive-xespotcolor -Requires: texlive-xetex -Requires: texlive-xetex-itrans -Requires: texlive-xetex-pstricks -Requires: texlive-xetex-tibetan -Requires: texlive-xetexconfig -Requires: texlive-xetexfontinfo -Requires: texlive-xetexko -Requires: texlive-xevlna -Provides: tex(xetex) = %{tl_version} -Obsoletes: texlive-texmf-xetex < %{tl_version} - -%description collection-xetex -Packages for XeTeX, the Unicode/OpenType-enabled TeX by -Jonathan Kew, http://tug.org/xetex. - -%package fixlatvian -Provides: tex-fixlatvian = %{tl_version} -License: LPPL 1.3 -Summary: Improve Latvian language support in XeLaTeX -Version: svn21631.1a -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(svn-prov.sty) -Requires: tex(caption.sty) -Requires: tex(etoolbox.sty) -Requires: tex(perpage.sty) -Requires: tex(polyglossia.sty) -Requires: tex(xstring.sty) -Requires: tex(indentfirst.sty) -Requires: tex(icomma.sty) -Provides: tex(fixlatvian.sty) = %{tl_version} - -%description fixlatvian -The package offers improvement of the Latvian language support -in polyglossia, in particular in the area of the standard -classes. - -%package fixlatvian-doc -Summary: Documentation for fixlatvian -Version: svn21631.1a -Provides: tex-fixlatvian-doc -AutoReqProv: No - -%description fixlatvian-doc -Documentation for fixlatvian - -%package fontbook -Provides: tex-fontbook = %{tl_version} -License: LPPL 1.3 -Summary: Generate a font book -Version: svn23608.0.2 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fontspec.sty) -Requires: tex(xunicode.sty) -Requires: tex(kvoptions.sty) -Requires: tex(etoolbox.sty) -Provides: tex(fontbook.sty) = %{tl_version} - -%description fontbook -The package provides a means of producing a 'book' of font -samples (for evaluation, etc.). - -%package fontbook-doc -Summary: Documentation for fontbook -Version: svn23608.0.2 -Provides: tex-fontbook-doc -AutoReqProv: No - -%description fontbook-doc -Documentation for fontbook - -%package fontwrap -Provides: tex-fontwrap = %{tl_version} -License: GPL+ -Summary: Bind fonts to specific unicode blocks -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(fontwrap.sty) = %{tl_version} - -%description fontwrap -The package (which runs under XeLaTeX) lets you bind fonts to -specific unicode blocks, for automatic font tagging of -multilingual text. The package uses Perl (via perltex) to -construct its tables. - -%package fontwrap-doc -Summary: Documentation for fontwrap -Version: svn15878.0 - -Provides: tex-fontwrap-doc -AutoReqProv: No - -%description fontwrap-doc -Documentation for fontwrap - -%package interchar -Provides: tex-interchar = %{tl_version} -License: LPPL 1.3 -Summary: Managing character class schemes in XeTeX -Version: svn36312.0.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(expl3.sty) -Requires: tex(xparse.sty) -Provides: tex(interchar.sty) = %{tl_version} - -%description interchar -The package manages character class schemes of XeTeX. Using -this package, you may switch among different character class -schemes. Migration commands are provided for make packages -using this mechanism compatible with each others. - -%package interchar-doc -Summary: Documentation for interchar -Version: svn36312.0.2 - -Provides: tex-interchar-doc -AutoReqProv: No - -%description interchar-doc -Documentation for interchar - -%package mathspec -Provides: tex-mathspec = %{tl_version} -License: LPPL -Summary: Specify arbitrary fonts for mathematics in XeTeX -Version: svn42773 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(etoolbox.sty) -Requires: tex(amstext.sty) -Requires: tex(ifxetex.sty) -Requires: tex(fontspec.sty) -Requires: tex(xkeyval.sty) -Requires: tex(MnSymbol.sty) -Provides: tex(mathspec.sty) = %{tl_version} - -%description mathspec -The mathspec package provides an interface to typeset -mathematics in XeLaTeX with arbitrary text fonts using fontspec -as a backend. The package is under development and later -versions might to be incompatible with this version, as this -version is incompatible with earlier versions. The package -requires at least version 0.9995 of XeTeX. - -%package mathspec-doc -Summary: Documentation for mathspec -Version: svn42773 -Provides: tex-mathspec-doc -AutoReqProv: No - -%description mathspec-doc -Documentation for mathspec - -%package philokalia -Provides: tex-philokalia = %{tl_version} -License: OFL -Summary: A font to typeset the Philokalia Books -Version: svn45356 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fontspec.sty) -Requires: tex(xunicode.sty) -Requires: tex(xltxtra.sty) -Requires: tex(lettrine.sty) -Provides: tex(Philokalia-Regular.otf) = %{tl_version} -Provides: tex(eu1plk.fd) = %{tl_version} -Provides: tex(philokalia.sty) = %{tl_version} - -%description philokalia -The philokalia package has been designed to ease the use of the -Philokalia-Regular OpenType font with XeLaTeX. The font started -as a project to digitize the typeface used to typeset the -Philokalia books. - -%package philokalia-doc -Summary: Documentation for philokalia -Version: svn45356 -Provides: tex-philokalia-doc -AutoReqProv: No - -%description philokalia-doc -Documentation for philokalia - -%package polyglossia -Provides: tex-polyglossia = %{tl_version} -License: LPPL 1.3 -Summary: An alternative to babel for XeLaTeX and LuaLaTeX -Version: svn54758 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-etoolbox -Requires: texlive-filehook -Requires: texlive-fontspec -Requires: texlive-iftex -Requires: texlive-makecmds -Requires: texlive-xkeyval -Requires: tex(luabidi.sty) -Requires: tex(bidi.sty) -Requires: tex(calc.sty) -Requires: tex(hebrewcal.sty) -Requires: tex(xkeyval.sty) -Requires: tex(etoolbox.sty) -Requires: tex(makecmds.sty) -Requires: tex(fontspec.sty) -Requires: tex(ifluatex.sty) -Requires: tex(ifxetex.sty) -Requires: tex(luatexbase.sty) -Provides: tex(arabicdigits.map) = %{tl_version} -Provides: tex(bengalidigits.map) = %{tl_version} -Provides: tex(devanagaridigits.map) = %{tl_version} -Provides: tex(farsidigits.map) = %{tl_version} -Provides: tex(thaidigits.map) = %{tl_version} -Provides: tex(arabicnumbers.sty) = %{tl_version} -Provides: tex(babel-hebrewalph.def) = %{tl_version} -Provides: tex(babelsh.def) = %{tl_version} -Provides: tex(bengalidigits.sty) = %{tl_version} -Provides: tex(cal-util.def) = %{tl_version} -Provides: tex(devanagaridigits.sty) = %{tl_version} -Provides: tex(farsical.sty) = %{tl_version} -Provides: tex(hebrewcal.sty) = %{tl_version} -Provides: tex(hijrical.sty) = %{tl_version} -Provides: tex(nkonumbers.sty) = %{tl_version} -Provides: tex(polyglossia.sty) = %{tl_version} -Provides: tex(xgreek-fixes.def) = %{tl_version} -Provides: tex(xpg-cyrillicnumbers.sty) = %{tl_version} - -%description polyglossia -This package provides a complete Babel replacement for users of -LuaLaTeX and XeLaTeX; it relies on the fontspec package, -version 2.0 at least. - -%package polyglossia-doc -Summary: Documentation for polyglossia -Version: svn54758 -Provides: tex-polyglossia-doc -AutoReqProv: No -Requires: tex-etoolbox-doc -Requires: tex-fontspec-doc -Requires: tex-iftex-doc -Requires: tex-makecmds-doc -Requires: tex-xkeyval-doc - -%description polyglossia-doc -Documentation for polyglossia - -%package ptext -Provides: tex-ptext = %{tl_version} -License: LPPL 1.2 -Summary: A 'lipsum' for Persian -Version: svn30171.1.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(biditools.sty) -Provides: tex(ptext.sty) = %{tl_version} - -%description ptext -The package provides lipsum-like facilities for the Persian -language. The source of the filling text is the Persian epic -"the Shanameh" (100 paragraphs are used.) The package needs to -be run under XeLaTeX. - -%package ptext-doc -Summary: Documentation for ptext -Version: svn30171.1.1 - -Provides: tex-ptext-doc -AutoReqProv: No - -%description ptext-doc -Documentation for ptext - -%package quran -Provides: tex-quran = %{tl_version} -License: LPPL 1.3 -Summary: An easy way to typeset any part of The Holy Quran -Version: svn54333 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(biditools.sty) -Provides: tex(quran-transde.def) = %{tl_version} -Provides: tex(quran-transen.def) = %{tl_version} -Provides: tex(quran-transfa.def) = %{tl_version} -Provides: tex(quran-translt.def) = %{tl_version} -Provides: tex(quran.sty) = %{tl_version} -Provides: tex(qurantext-de.translation.def) = %{tl_version} -Provides: tex(qurantext-en.translation.def) = %{tl_version} -Provides: tex(qurantext-en.transliteration.def) = %{tl_version} -Provides: tex(qurantext-fa.translation.def) = %{tl_version} -Provides: tex(qurantext-simple.def) = %{tl_version} -Provides: tex(qurantext-uthmani.def) = %{tl_version} - -%description quran -This package offers the user an easy way to typeset The Holy -Quran. It has been inspired by the lipsum and ptext packages -and provides several macros for typesetting the whole or any -part of Quran based on its popular division, including surah, -ayah, juz, hizb, quarter, and page. Besides the Arabic -original, translations to English, German, and Persian are -provided, as well as an English transliteration. - -%package quran-doc -Summary: Documentation for quran -Version: svn54333 -Provides: tex-quran-doc -AutoReqProv: No - -%description quran-doc -Documentation for quran - -%package realscripts -Provides: tex-realscripts = %{tl_version} -License: LPPL 1.3 -Summary: Access OpenType subscript and superscript glyphs -Version: svn39706 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(fontspec.sty) -Provides: tex(realscripts.sty) = %{tl_version} - -%description realscripts -This small package replaces \textsuperscript and \textsubscript -commands by equivalent commands that use OpenType font features -to access appropriate glyphs if possible. The package also -patches LaTeX's default footnote command to use this new -\textsuperscript for footnote symbols. The package requires -fontspec running on either XeLaTeX or LuaLaTeX. The package -holds functions that were once parts of the xltxtra package, -which now loads realscripts by default. - -%package realscripts-doc -Summary: Documentation for realscripts -Version: svn39706 - -Provides: tex-realscripts-doc -AutoReqProv: No - -%description realscripts-doc -Documentation for realscripts - -%package ucharclasses -Provides: tex-ucharclasses = %{tl_version} -License: Public Domain -Summary: Font actions in XeTeX according to what is being processed -Version: svn45024 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifxetex.sty) -Provides: tex(ucharclasses.sty) = %{tl_version} - -%description ucharclasses -The package takes care of switching fonts when you switch from -one Unicode block to another in the text of a document. This -way, you can write a document with no explicit font selection, -but a series of rules of the form "when entering block ..., -switch font to use ...". - -%package ucharclasses-doc -Summary: Documentation for ucharclasses -Version: svn45024 -Provides: tex-ucharclasses-doc -AutoReqProv: No - -%description ucharclasses-doc -Documentation for ucharclasses - -%package unisugar -Provides: tex-unisugar = %{tl_version} -License: LPPL 1.3 -Summary: Define syntactic sugar for Unicode LaTeX -Version: svn22357.0.92 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifxetex.sty) -Provides: tex(unisugar.sty) = %{tl_version} - -%description unisugar -The package allows the user to define shorthand aliases for -single Unicode characters, and also provides support for such -aliases in RTL-text. The package requires an TeX-alike system -that uses Unicode input in a native way: current examples are -XeTeX and LuaTeX. - -%package unisugar-doc -Summary: Documentation for unisugar -Version: svn22357.0.92 - -Provides: tex-unisugar-doc -AutoReqProv: No - -%description unisugar-doc -Documentation for unisugar - -%package xebaposter -Provides: tex-xebaposter = %{tl_version} -License: LPPL 1.3 -Summary: Creates beautiful scientific Persian/Latin posters using TikZ -Version: svn42046 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(xkeyval.sty) -Requires: tex(calc.sty) -Requires: tex(xcolor.sty) -Requires: tex(tikz.sty) -Requires: tex(pgf.sty) -Requires: tex(ifthen.sty) -Requires: tex(fontenc.sty) -Requires: tex(biditools.sty) -Provides: tex(xebaposter.cls) = %{tl_version} - -%description xebaposter -This package is designed for making beautiful scientific -Persian/Latin posters. It is a fork of baposter by Brian Amberg -and Reinhold Kainhofer available at http://www.brian- -amberg.de/uni/poster/. baposter's users should be able to -compile their poster using xebaposter (instead of baposter) -without any problem. - -%package xebaposter-doc -Summary: Documentation for xebaposter -Version: svn42046 -Provides: tex-xebaposter-doc -AutoReqProv: No - -%description xebaposter-doc -Documentation for xebaposter - -%package xecjk -Provides: tex-xecjk = %{tl_version} -License: LPPL 1.3 -Summary: Support for CJK documents in XeLaTeX -Version: svn53835 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(expl3.sty) -Requires: tex(listings.sty) -Requires: tex(xtemplate.sty) -Requires: tex(xparse.sty) -Requires: tex(l3keys2e.sty) -Requires: tex(fontspec.sty) -Requires: tex(xeCJKfntef.sty) -Requires: tex(ulem.sty) -Requires: tex(environ.sty) -Requires: tex(CJKfntef.sty) -Requires: tex(xunicode.sty) -Provides: tex(full-stop.map) = %{tl_version} -Provides: tex(fullwidth-stop.map) = %{tl_version} -Provides: tex(han-simp.map) = %{tl_version} -Provides: tex(han-trad.map) = %{tl_version} -Provides: tex(xeCJK-listings.sty) = %{tl_version} -Provides: tex(xeCJK.cfg) = %{tl_version} -Provides: tex(xeCJK.sty) = %{tl_version} -Provides: tex(xeCJKfntef.sty) = %{tl_version} -Provides: tex(xunicode-addon.sty) = %{tl_version} -Provides: tex(xunicode-extra.def) = %{tl_version} - -%description xecjk -A LaTeX package for typesetting CJK documents in the way users -have become used to, in the CJK package. The package requires a -current version of xtemplate (and hence of the current LaTeX 3 -development environment). - -%package xecjk-doc -Summary: Documentation for xecjk -Version: svn53835 -Provides: tex-xecjk-doc -AutoReqProv: No - -%description xecjk-doc -Documentation for xecjk - -%package xecolor -Provides: tex-xecolor = %{tl_version} -License: LPPL 1.3 -Summary: Support for color in XeLaTeX -Version: svn29660.0.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(fontspec.sty) -Requires: tex(iftex.sty) -Provides: tex(xecolor.sty) = %{tl_version} - -%description xecolor -This is a simple package which defines about 140 different -colours using XeTeX's colour feature. The colours can be used -in bidirectional texts without any problem. - -%package xecolor-doc -Summary: Documentation for xecolor -Version: svn29660.0.1 - -Provides: tex-xecolor-doc -AutoReqProv: No - -%description xecolor-doc -Documentation for xecolor - -%package xecyr -Provides: tex-xecyr = %{tl_version} -License: LPPL -Summary: Using Cyrillic languages in XeTeX -Version: svn54308 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(misccorr.sty) -Requires: tex(xltxtra.sty) -Requires: tex(xunicode.sty) -Provides: tex(xecyr.sty) = %{tl_version} - -%description xecyr -Helper tools for using Cyrillic languages with XeLaTeX and -babel. - -%package xecyr-doc -Summary: Documentation for xecyr -Version: svn54308 -Provides: tex-xecyr-doc -AutoReqProv: No - -%description xecyr-doc -Documentation for xecyr - -%package xeindex -Provides: tex-xeindex = %{tl_version} -License: LPPL -Summary: Automatic index generation for XeLaTeX -Version: svn35756.0.3 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(makeidx.sty) -Requires: tex(xesearch.sty) -Provides: tex(xeindex.sty) = %{tl_version} - -%description xeindex -The package is based on XeSearch, and will automatically index -words or phrases in an XeLaTeX document. Words are declared in -a list, and every occurrence then creates an index entry whose -content can be fully specified beforehand. - -%package xeindex-doc -Summary: Documentation for xeindex -Version: svn35756.0.3 - -Provides: tex-xeindex-doc -AutoReqProv: No - -%description xeindex-doc -Documentation for xeindex - -%package xepersian -Provides: tex-xepersian = %{tl_version} -License: LPPL 1.3 -Summary: Persian for LaTeX, using XeTeX -Version: svn53625 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(ifxetex.sty) -Requires: tex(multido.sty) -Requires: tex(datetime.sty) -Requires: tex(multicol.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(fancybox.sty) -Requires: tex(geometry.sty) -Requires: tex(textpos.sty) -Requires: tex(hyphenat.sty) -Requires: tex(lastpage.sty) -Requires: tex(setspace.sty) -Requires: tex(ragged2e.sty) -Requires: tex(pifont.sty) -Requires: tex(fullpage.sty) -Requires: tex(calc.sty) -Requires: tex(verbatim.sty) -Requires: tex(tabularx.sty) -Requires: tex(fontspec.sty) -Requires: tex(bidi.sty) -Provides: tex(parsidigits.map) = %{tl_version} -Provides: tex(algorithm-xepersian.def) = %{tl_version} -Provides: tex(algorithmic-xepersian.def) = %{tl_version} -Provides: tex(amsart-xepersian.def) = %{tl_version} -Provides: tex(amsbook-xepersian.def) = %{tl_version} -Provides: tex(appendix-xepersian.def) = %{tl_version} -Provides: tex(article-xepersian.def) = %{tl_version} -Provides: tex(artikel1-xepersian.def) = %{tl_version} -Provides: tex(artikel2-xepersian.def) = %{tl_version} -Provides: tex(artikel3-xepersian.def) = %{tl_version} -Provides: tex(backref-xepersian.def) = %{tl_version} -Provides: tex(bidimoderncv-xepersian.def) = %{tl_version} -Provides: tex(bidituftesidenote-xepersian.def) = %{tl_version} -Provides: tex(boek-xepersian.def) = %{tl_version} -Provides: tex(boek3-xepersian.def) = %{tl_version} -Provides: tex(book-xepersian.def) = %{tl_version} -Provides: tex(bookest-xepersian.def) = %{tl_version} -Provides: tex(breqn-xepersian.def) = %{tl_version} -Provides: tex(color-localise-xepersian.def) = %{tl_version} -Provides: tex(enumerate-xepersian.def) = %{tl_version} -Provides: tex(enumitem-xepersian.def) = %{tl_version} -Provides: tex(extarticle-xepersian.def) = %{tl_version} -Provides: tex(extbook-xepersian.def) = %{tl_version} -Provides: tex(extrafootnotefeatures-xepersian.def) = %{tl_version} -Provides: tex(extreport-xepersian.def) = %{tl_version} -Provides: tex(fancyref-xepersian.def) = %{tl_version} -Provides: tex(footnote-xepersian.def) = %{tl_version} -Provides: tex(framed-xepersian.def) = %{tl_version} -Provides: tex(glossaries-xepersian.def) = %{tl_version} -Provides: tex(hyperref-xepersian.def) = %{tl_version} -Provides: tex(imsproc-xepersian.def) = %{tl_version} -Provides: tex(kashida-xepersian.def) = %{tl_version} -Provides: tex(latex-localise-commands-xepersian.def) = %{tl_version} -Provides: tex(latex-localise-environments-xepersian.def) = %{tl_version} -Provides: tex(latex-localise-messages-xepersian.def) = %{tl_version} -Provides: tex(latex-localise-misc-xepersian.def) = %{tl_version} -Provides: tex(listings-xepersian.def) = %{tl_version} -Provides: tex(loadingorder-xepersian.def) = %{tl_version} -Provides: tex(localise-xepersian.def) = %{tl_version} -Provides: tex(memoir-xepersian.def) = %{tl_version} -Provides: tex(minitoc-xepersian.def) = %{tl_version} -Provides: tex(natbib-xepersian.def) = %{tl_version} -Provides: tex(packages-localise-xepersian.def) = %{tl_version} -Provides: tex(rapport1-xepersian.def) = %{tl_version} -Provides: tex(rapport3-xepersian.def) = %{tl_version} -Provides: tex(refrep-xepersian.def) = %{tl_version} -Provides: tex(report-xepersian.def) = %{tl_version} -Provides: tex(scrartcl-xepersian.def) = %{tl_version} -Provides: tex(scrbook-xepersian.def) = %{tl_version} -Provides: tex(scrreprt-xepersian.def) = %{tl_version} -Provides: tex(soul-xepersian.def) = %{tl_version} -Provides: tex(tikz.code-xepersian.def) = %{tl_version} -Provides: tex(tkz-linknodes-xepersian.def) = %{tl_version} -Provides: tex(tocloft-xepersian.def) = %{tl_version} -Provides: tex(varioref-xepersian.def) = %{tl_version} -Provides: tex(xepersian-localise-commands-xepersian.def) = %{tl_version} -Provides: tex(xepersian-localise-environments-xepersian.def) = %{tl_version} -Provides: tex(xepersian-magazine.cls) = %{tl_version} -Provides: tex(xepersian-mathsdigitspec.sty) = %{tl_version} -Provides: tex(xepersian-multiplechoice.sty) = %{tl_version} -Provides: tex(xepersian-persiancal.sty) = %{tl_version} -Provides: tex(xepersian.sty) = %{tl_version} - -%description xepersian -This package provides a convenient interface for typesetting -Persian and English texts in LaTeX, using the XeTeX engine. - -%package xepersian-doc -Summary: Documentation for xepersian -Version: svn53625 -Provides: tex-xepersian-doc -AutoReqProv: No - -%description xepersian-doc -Documentation for xepersian - -%package xesearch -Provides: tex-xesearch = %{tl_version} -License: LPPL -Summary: A string finder for XeTeX -Version: svn16041.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(t-xesearch.tex) = %{tl_version} -Provides: tex(xesearch.sty) = %{tl_version} - -%description xesearch -The package finds strings (e.g. (parts of) words or phrases) -and manipulates them (apply any macro), thus turning each word -or phrase into a possible command. It is written in plain XeTeX -and should thus work with any format (it is known to work with -LaTeX and ConTeXt). The main application for the moment is -XeIndex, an automatic index for XeLaTeX, but examples are given -of simple use to check spelling, count words, and highlight -syntax of programming languages. - -%package xesearch-doc -Summary: Documentation for xesearch -Version: svn16041.0 - -Provides: tex-xesearch-doc -AutoReqProv: No - -%description xesearch-doc -Documentation for xesearch - -%package xespotcolor -Provides: tex-xespotcolor = %{tl_version} -License: LPPL 1.3 -Summary: Spot colours support for XeLaTeX -Version: svn40118 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex(ifxetex.sty) -Requires: tex(graphics.sty) -Requires: tex(color.sty) -Requires: tex(everypage.sty) -Provides: tex(xespotcolor.sty) = %{tl_version} - -%description xespotcolor -The package provides macros for using spot colours in LaTeX -documents. The package is a reimplementation of the spotcolor -package for use with XeLaTeX. As such, it has the same user -interface and the same capabilities. - -%package xespotcolor-doc -Summary: Documentation for xespotcolor -Version: svn40118 - -Provides: tex-xespotcolor-doc -AutoReqProv: No - -%description xespotcolor-doc -Documentation for xespotcolor - -%package xetex-itrans -Provides: tex-xetex-itrans = %{tl_version} -License: LPPL 1.3 -Summary: Itrans input maps for use with XeLaTeX -Version: svn35088.4.2 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(brh-kan.map) = %{tl_version} -Provides: tex(itrans-dvn.map) = %{tl_version} -Provides: tex(itrans-iast.map) = %{tl_version} -Provides: tex(itrans-kan.map) = %{tl_version} -Provides: tex(itrans-sankan.map) = %{tl_version} -Provides: tex(itrans-santel.map) = %{tl_version} -Provides: tex(itrans-sdvn.map) = %{tl_version} -Provides: tex(itrans-tamil.map) = %{tl_version} -Provides: tex(itrans-tel.map) = %{tl_version} - -%description xetex-itrans -The package provides maps for use with XeLaTeX with coding done -using itrans. Fontspec maps are provided for Devanagari -(Sanskrit), for Sanskrit in Kannada and for Kannada itself. - -%package xetex-itrans-doc -Summary: Documentation for xetex-itrans -Version: svn35088.4.2 - -Provides: tex-xetex-itrans-doc -AutoReqProv: No - -%description xetex-itrans-doc -Documentation for xetex-itrans - -%package xetex-pstricks -Provides: tex-xetex-pstricks = %{tl_version} -License: Public Domain -Summary: Running PStricks under XeTeX -Version: svn17055.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - - -%description xetex-pstricks -The package provides an indirection scheme for XeTeX to use the -pstricks xdvipdfmx.cfg configuration file, so that XeTeX -documents will load it in preference to the standard -pstricks.con configuration file. With this configuration, many -PSTricks features can be used in xelatex or plain xetex -documents. - -%package xetex-pstricks-doc -Summary: Documentation for xetex-pstricks -Version: svn17055.0 - -Provides: tex-xetex-pstricks-doc -AutoReqProv: No - -%description xetex-pstricks-doc -Documentation for xetex-pstricks - -%package xetex-tibetan -Provides: tex-xetex-tibetan = %{tl_version} -License: LPPL -Summary: XeTeX input maps for Unicode Tibetan -Version: svn28847.0.1 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(loctib.map) = %{tl_version} -Provides: tex(wylie.map) = %{tl_version} - -%description xetex-tibetan -The package provides a map for use with Jonathan Kew's TECkit, -to translate Tibetan to Unicode (range 0F00-0FFF). - -%package xetex-tibetan-doc -Summary: Documentation for xetex-tibetan -Version: svn28847.0.1 - -Provides: tex-xetex-tibetan-doc -AutoReqProv: No - -%description xetex-tibetan-doc -Documentation for xetex-tibetan - -%package xetexfontinfo -Provides: tex-xetexfontinfo = %{tl_version} -License: ASL 2.0 -Summary: Report font features in XeTeX -Version: svn15878.0 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(aat-info.tex) = %{tl_version} -Provides: tex(opentype-info.tex) = %{tl_version} - -%description xetexfontinfo -A pair of documents to reveal the font features supported by -fonts usable in XeTeX. Use OpenType-info.tex for OpenType -fonts, and AAT-info.tex for AAT fonts (Mac OS X only). - -%package xetexfontinfo-doc -Summary: Documentation for xetexfontinfo -Version: svn15878.0 - -Provides: tex-xetexfontinfo-doc -AutoReqProv: No - -%description xetexfontinfo-doc -Documentation for xetexfontinfo - -%package xetexko -Provides: tex-xetexko = %{tl_version} -License: LPPL 1.3 -Summary: Typeset Korean with Xe(La)TeX -Version: svn53826 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(fontspec.sty) -Requires: tex(kolabels-utf.sty) -Requires: tex(konames-utf.sty) -Requires: texlive-cjk-ko -Provides: tex(xetexko-font.sty) = %{tl_version} -Provides: tex(xetexko-hanging.sty) = %{tl_version} -Provides: tex(xetexko-josa.sty) = %{tl_version} -Provides: tex(xetexko-space.sty) = %{tl_version} -Provides: tex(xetexko-vertical.sty) = %{tl_version} -Provides: tex(xetexko.sty) = %{tl_version} - -%description xetexko -The package supports typesetting Korean documents (including -old Hangul texts), using XeTeX. It enhances the existing -support, in XeTeX, providing features that provide quality -typesetting. This package requires the cjk-ko package for its -full functionality. - -%package xetexko-doc -Summary: Documentation for xetexko -Version: svn53826 -Provides: tex-xetexko-doc -AutoReqProv: No - -%description xetexko-doc -Documentation for xetexko - -%package xevlna -Provides: tex-xevlna = %{tl_version} -License: LPPL 1.3 -Summary: Insert non-breakable spaces using XeTeX -Version: svn43864 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(xevlna.sty) = %{tl_version} - -%description xevlna -The package will directly insert nonbreakable spaces (in Czech, -vlna or vlnka), after nonsyllabic prepositions and single -letter conjuctions, while the document is being typeset. (The -macros recognised maths and verbatim by TeX means.) (Inserting -nonbreakable spaces by a preprocessor will probably never be -fully reliable, because user defined macros and environments -cannot reliably be recognised.) The package works both with -(Plain) XeTeX and with XeLaTeX. - -%package xevlna-doc -Summary: Documentation for xevlna -Version: svn43864 -Provides: tex-xevlna-doc -AutoReqProv: No - -%description xevlna-doc -Documentation for xevlna - -%package xltxtra -Provides: tex-xltxtra = %{tl_version} -License: LPPL -Summary: "Extras" for LaTeX users of XeTeX -Version: svn49555 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex-metalogo -Requires: tex(ifluatex.sty) -Requires: tex(fontspec.sty) -Requires: tex(ifxetex.sty) -Requires: tex(realscripts.sty) -Requires: tex(metalogo.sty) -Provides: tex(xltxtra.sty) = %{tl_version} - -%description xltxtra -The package loads the fixltx2e package from the LaTeX -distribution, and etex.sty from the e-TeX distribution. The -package then patches the \- (discretionary hyphen command) to -use the current hyphen character (which may be different from -than the default, which is the character at the ASCII hyphen -slot), and loads the realscripts to patch the \textsuperscript -command (from the LaTeX kernel) and the \textsubscript command -(from the fixltx2e package). The package is loaded by the -fontspec package, so that it should not ordinarily be necessary -to load it explicitly. The package relies on the metalogo -package for typesetting the XeTeX and XeLaTeX logos. - -%package xltxtra-doc -Summary: Documentation for xltxtra -Version: svn49555 -Provides: tex-xltxtra-doc -AutoReqProv: No -Requires: tex-metalogo-doc - -%description xltxtra-doc -Documentation for xltxtra - -%package xunicode -Provides: tex-xunicode = %{tl_version} -License: LPPL 1.3 -Summary: Generate Unicode characters from accented glyphs -Version: svn30466.0.981 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Requires: tex-tipa -Requires: tex(graphicx.sty) -Requires: tex(t3enc.def) -Provides: tex(xunicode.sty) = %{tl_version} - -%description xunicode -The package supports XeTeX's (and other putative future similar -engines') need for Unicode characters, in a similar way to what -the fontenc does for 8-bit (and the like) fonts: convert accent- -glyph sequence to a single Unicode character for output. The -package also covers glyphs specified by packages (such as tipa) -which define many commands for single text glyphs. - -%package xunicode-doc -Summary: Documentation for xunicode -Version: svn30466.0.981 - -Provides: tex-xunicode-doc -AutoReqProv: No -Requires: tex-tipa-doc - -%description xunicode-doc -Documentation for xunicode - -%package scheme-basic -Summary: basic scheme (plain and latex) -Version: svn54191 -Requires: texlive-base -Requires: texlive-collection-basic -Requires: texlive-collection-latex - -%description scheme-basic -This is the basic TeX Live scheme: it is a small set of files -sufficient to typeset plain TeX or LaTeX documents in -PostScript or PDF, using the Computer Modern fonts. This -scheme corresponds to collection-basic and collection-latex. - -%package scheme-context -Summary: ConTeXt scheme -Version: svn54074 -Requires: texlive-base -Requires: texlive-collection-context -Requires: texlive-collection-metapost -Requires: texlive-tex-gyre -Requires: texlive-tex-gyre-math -Requires: texlive-antt -Requires: texlive-iwona -Requires: texlive-kurier -Requires: texlive-poltawski -Requires: texlive-xits -Requires: texlive-asana-math -Requires: texlive-gentium-tug -Requires: texlive-pxfonts -Requires: texlive-txfonts -Requires: texlive-ccicons -Requires: texlive-dejavu -Requires: texlive-eulervm -Requires: texlive-manfnt-font -Requires: texlive-marvosym -Requires: texlive-mflogo-font -Requires: texlive-wasy -Requires: texlive-ly1 -Provides: tex(context) = %{tl_version} -Obsoletes: texlive-texmf-context < %{tl_version} - -%description scheme-context -This is the TeX Live scheme for installing ConTeXt. - -%package scheme-full -Summary: full scheme (everything) -Version: svn54074 -Requires: texlive-base -Requires: texlive-collection-basic -Requires: texlive-collection-bibtexextra -Requires: texlive-collection-binextra -Requires: texlive-collection-context -Requires: texlive-collection-fontsextra Requires: texlive-collection-fontsrecommended -Requires: texlive-collection-formatsextra -Requires: texlive-collection-fontutils -Requires: texlive-collection-games -Requires: texlive-collection-humanities -Requires: texlive-collection-langarabic -Requires: texlive-collection-langchinese -Requires: texlive-collection-langcjk -Requires: texlive-collection-langcyrillic -Requires: texlive-collection-langczechslovak -Requires: texlive-collection-langenglish -Requires: texlive-collection-langeuropean -Requires: texlive-collection-langfrench -Requires: texlive-collection-langgerman -Requires: texlive-collection-langgreek -Requires: texlive-collection-langitalian -Requires: texlive-collection-langjapanese -Requires: texlive-collection-langkorean -Requires: texlive-collection-langother -Requires: texlive-collection-langpolish -Requires: texlive-collection-langportuguese -Requires: texlive-collection-langspanish Requires: texlive-collection-latex -Requires: texlive-collection-latexextra -Requires: texlive-collection-latexrecommended -Requires: texlive-collection-luatex -Requires: texlive-collection-mathscience -Requires: texlive-collection-metapost -Requires: texlive-collection-music -Requires: texlive-collection-pictures -Requires: texlive-collection-plaingeneric -Requires: texlive-collection-pstricks -Requires: texlive-collection-publishers -Requires: texlive-collection-texworks -Requires: texlive-collection-xetex +Requires: tex-classpack +Requires: tex-jadetex +Requires: tex-passivetex +Requires: tex-tex4ht +Requires: tex-xmltex +Requires: tex-xmltexconfig -%description scheme-full -This is the full TeX Live scheme: it installs everything -available. +%description collection-htmlxml +Packages to convert LaTeX to XML/HTML, and typeset XML/SGML. -%package scheme-gust -Summary: GUST TeX Live scheme -Version: svn54074 + +%package classpack +Provides: tex-classpack = %{epoch}:%{source_date}-%{release} +Provides: tex-classpack-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-classpack-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-classpack-doc < %{tl_epoch}:%{source_date} +License: LPPL 1.3 +Summary: XML mastering for LaTeX classes and packages +BuildArch: noarch Requires: texlive-base -Requires: texlive-Type1fonts-doc -Requires: texlive-amslatex-primer-doc -Requires: texlive-amstex -Requires: texlive-antt -Requires: texlive-bibtex8 -Requires: texlive-comment -Requires: texlive-comprehensive-doc -Requires: texlive-concrete -Requires: texlive-cyklop -Requires: texlive-dvidvi -Requires: texlive-dviljk -Requires: texlive-gustprog-doc -Requires: texlive-impatient-doc -Requires: texlive-iwona -Requires: texlive-metafont-beginners-doc -Requires: texlive-metapost-examples-doc -Requires: texlive-poltawski -Requires: texlive-seetexk -Requires: texlive-seminar -Requires: texlive-tds-doc -Requires: texlive-tex4ht -Requires: texlive-texdoc -Requires: texlive-collection-basic -Requires: texlive-collection-context -Requires: texlive-collection-fontutils -Requires: texlive-collection-fontsrecommended -Requires: texlive-collection-langpolish -Requires: texlive-collection-latex -Requires: texlive-collection-latexrecommended -Requires: texlive-collection-metapost -Requires: texlive-collection-plaingeneric -Requires: texlive-collection-texworks -Requires: texlive-collection-xetex +Requires: texlive-kpathsea +Provides: tex(classpack.sty) = %{epoch}:%{source_date}-%{release} -%description scheme-gust -This is the GUST TeX Live scheme: it is a set of files -sufficient to typeset Polish plain TeX, LaTeX and ConTeXt -documents in PostScript or PDF. +%description classpack +The package provides an experiment in using XML (specifically +DocBook 5) to mark up and maintain LaTeX classes and packages. +XSLT 2 styleheets generate the .dtx and .ins distribution files +expected by end users. -%package scheme-medium -Summary: medium scheme (small + more packages and languages) -Version: svn54074 -Requires: texlive-base -Requires: texlive-collection-basic -Requires: texlive-collection-binextra -Requires: texlive-collection-context -Requires: texlive-collection-fontsrecommended -Requires: texlive-collection-fontutils -Requires: texlive-collection-langczechslovak -Requires: texlive-collection-langenglish -Requires: texlive-collection-langeuropean -Requires: texlive-collection-langfrench -Requires: texlive-collection-langgerman -Requires: texlive-collection-langitalian -Requires: texlive-collection-langpolish -Requires: texlive-collection-langportuguese -Requires: texlive-collection-langspanish -Requires: texlive-collection-latex -Requires: texlive-collection-latexrecommended -Requires: texlive-collection-luatex -Requires: texlive-collection-mathscience -Requires: texlive-collection-metapost -Requires: texlive-collection-plaingeneric -Requires: texlive-collection-texworks -Requires: texlive-collection-xetex -%description scheme-medium -This is the medium TeX Live collection: it contains plain TeX, -LaTeX, many recommended packages, and support for most European -languages. - -%package scheme-minimal -Summary: minimal scheme (plain only) -Version: svn54191 -Requires: texlive-base -Requires: texlive-collection-basic - -%description scheme-minimal -This is the minimal TeX Live scheme, with support for only -plain TeX. (No LaTeX macros.) LuaTeX is included because Lua -scripts are used in TeX Live infrastructure. This scheme -corresponds exactly to collection-basic. - -%package scheme-small -Summary: small scheme (basic + xetex, metapost, a few languages) -Version: svn54191 -Requires: texlive-base -Requires: texlive-collection-basic -Requires: texlive-collection-latex -Requires: texlive-collection-latexrecommended -Requires: texlive-collection-metapost -Requires: texlive-collection-xetex -Requires: texlive-ec -Requires: texlive-eurosym -Requires: texlive-lm -Requires: texlive-lualibs -Requires: texlive-luaotfload -Requires: texlive-luatexbase -Requires: texlive-revtex -Requires: texlive-synctex -Requires: texlive-times -Requires: texlive-tipa -Requires: texlive-ulem -Requires: texlive-upquote -Requires: texlive-zapfding -Requires: texlive-babel-basque -Requires: texlive-hyphen-basque -Requires: texlive-babel-czech -Requires: texlive-hyphen-czech -Requires: texlive-babel-danish -Requires: texlive-hyphen-danish -Requires: texlive-babel-dutch -Requires: texlive-hyphen-dutch -Requires: texlive-babel-english -Requires: texlive-hyphen-english -Requires: texlive-babel-finnish -Requires: texlive-hyphen-finnish -Requires: texlive-babel-french -Requires: texlive-hyphen-french -Requires: texlive-babel-german -Requires: texlive-hyphen-german -Requires: texlive-babel-hungarian -Requires: texlive-hyphen-hungarian -Requires: texlive-babel-italian -Requires: texlive-hyphen-italian -Requires: texlive-babel-norsk -Requires: texlive-hyphen-norwegian -Requires: texlive-babel-polish -Requires: texlive-hyphen-polish -Requires: texlive-babel-portuges -Requires: texlive-hyphen-portuguese -Requires: texlive-babel-spanish -Requires: texlive-hyphen-spanish -Requires: texlive-babel-swedish -Requires: texlive-hyphen-swedish - -%description scheme-small -This is a small TeX Live scheme, corresponding to MacTeX's -BasicTeX variant. It adds XeTeX, MetaPost, various -hyphenations, and some recommended packages to scheme-basic. - -%package scheme-tetex -Summary: teTeX scheme (more than medium, but nowhere near full) -Version: svn54074 -Requires: texlive-base -Requires: texlive-SIunits -Requires: texlive-acronym -Requires: texlive-amslatex-primer-doc -Requires: texlive-bbm -Requires: texlive-bbm-macros -Requires: texlive-bbold -Requires: texlive-bibtex8 -Requires: texlive-ctie -Requires: texlive-detex -Requires: texlive-dtl -Requires: texlive-dvi2tty -Requires: texlive-dvicopy -Requires: texlive-dvidvi -Requires: texlive-dviljk -Requires: texlive-patgen -Requires: texlive-seetexk -Requires: texlive-tie -Requires: texlive-web -Requires: texlive-cmbright -Requires: texlive-cweb -Requires: texlive-eplain -Requires: texlive-eulervm -Requires: texlive-gentle-doc -Requires: texlive-lshort-english-doc -Requires: texlive-mltex -Requires: texlive-multirow -Requires: texlive-nomencl -Requires: texlive-pst-pdf -Requires: texlive-rsfs -Requires: texlive-subfigure -Requires: texlive-supertabular -Requires: texlive-tamethebeast-doc -Requires: texlive-tds-doc -Requires: texlive-tex-refs-doc -Requires: texlive-xpdfopen -Requires: texlive-collection-basic -Requires: texlive-collection-context -Requires: texlive-collection-fontsrecommended -Requires: texlive-collection-fontutils -Requires: texlive-collection-langcjk -Requires: texlive-collection-langcyrillic -Requires: texlive-collection-langczechslovak -Requires: texlive-collection-langenglish -Requires: texlive-collection-langeuropean -Requires: texlive-collection-langfrench -Requires: texlive-collection-langgerman -Requires: texlive-collection-langgreek -Requires: texlive-collection-langitalian -Requires: texlive-collection-langother -Requires: texlive-collection-langpolish -Requires: texlive-collection-langportuguese -Requires: texlive-collection-langspanish -Requires: texlive-collection-latex -Requires: texlive-collection-latexrecommended -Requires: texlive-collection-mathscience -Requires: texlive-collection-metapost -Requires: texlive-collection-formatsextra -Requires: texlive-collection-pictures -Requires: texlive-collection-plaingeneric -Requires: texlive-collection-pstricks -Provides: tetex = 3.1-99 -Obsoletes: tetex < 3.1-99 -Obsoletes: texlive-dviutils < %{tl_version} - -%description scheme-tetex -TeX Live scheme nearly equivalent to the teTeX distribution -that was maintained by Thomas Esser. - -%package texlive-docindex -Provides: tex-texlive-docindex = %{tl_version} +%package latex2man +Provides: tex-latex2man = %{epoch}:%{source_date}-%{release} +Provides: tex-latex2man-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-latex2man-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-latex2man-doc < %{tl_epoch}:%{source_date} +Provides: %{name}-latex2man-bin = %{epoch}:%{source_date}-%{release} +Provides: tex-latex2man-bin = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-latex2man-bin < %{tl_epoch}:%{source_date} License: LPPL -Summary: top-level TeX Live doc.html, etc -Version: svn54903 +Summary: Translate LaTeX-based manual pages into Unix man format +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description texlive-docindex -These files are regenerated as needed, which is often, so we -make them a separate package. See the tl-update-auto script -for the process. - -%package texlive-docindex-doc -Summary: Documentation for texlive-docindex -Version: svn54903 -Provides: tex-texlive-docindex-doc -AutoReqProv: No - -%description texlive-docindex-doc -Documentation for texlive-docindex - -# New for 2016 - -%package acmart-doc -Provides: tex-acmart-doc = %{tl_version} -License: LPPL -Summary: doc files of acmart -Version: svn53899 -AutoReqProv: No - -%description acmart-doc -Documentation for acmart - -%package acmart -Provides: tex-acmart = %{tl_version} -License: LPPL -Summary: Class for typesetting publications of ACM> -Version: svn53899 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(ACM-Reference-Format.bbx) = %{tl_version} -Provides: tex(ACM-Reference-Format.cbx) = %{tl_version} -Provides: tex(acmart.cls) = %{tl_version} -Requires: tex(balance.sty) -Requires: tex(hyperref.sty) -Requires: tex(booktabs.sty) -Requires: tex(caption.sty) -Requires: tex(float.sty) -Requires: tex(cmap.sty) -Requires: tex(comment.sty) -Requires: tex(draftwatermark.sty) -Requires: tex(environ.sty) -Requires: tex(etoolbox.sty) +Requires: texlive-kpathsea +Requires(post,postun): /sbin/install-info +Requires: tex(fancyheadings.sty) Requires: tex(fancyhdr.sty) -Requires: tex(geometry.sty) -Requires: tex(graphicx.sty) -Requires: tex(iftex.sty) -Requires: tex(newtxmath.sty) -Requires: tex(manyfoot.sty) -Requires: tex(microtype.sty) -Requires: tex(natbib.sty) -Requires: tex(xcolor.sty) -Requires: tex(refcount.sty) -Requires: tex(setspace.sty) -Requires: tex(fontenc.sty) -Requires: tex(textcase.sty) -Requires: tex(textcomp.sty) -Requires: tex(totpages.sty) -Requires: tex(libertine.sty) -Requires: tex(zi4.sty) -Requires: tex(xkeyval.sty) -Requires: tex(xstring.sty) +Provides: tex(latex2man.cfg) = %{epoch}:%{source_date}-%{release} +Provides: tex(latex2man.sty) = %{epoch}:%{source_date}-%{release} -%description acmart -This package provides a class for typesetting publications of -Association for Computing Machinery. +%description latex2man +A tool to translate UNIX manual pages written with LaTeX into a +man-page format understood by the Unix man(1) command. +Alternatively HTML or TexInfo code can be produced. Output of +parts of the text may be supressed using the conditional text +feature. -%package adtrees -Provides: tex-adtrees = %{tl_version} -License: GPL+ -Summary: Macros for drawing adpositional trees -Version: svn51618 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(epic.sty) -Requires: tex(cancel.sty) -Provides: tex(adtrees.sty) = %{tl_version} +%preun latex2man +if [ "$1" == "0" ]; then + /sbin/install-info --delete %{_infodir}/latex2man.info %{_infodir}/dir 2>/dev/null || : +fi -%description adtrees -The adtrees package provides a package to write adpositional -trees, a formalism devoted to represent natural language -expressions. The package is composed by the files adtree.sty: -containing the LaTeX engine to adpositional trees -adtreedoc.pdf: the human readable documentation for the package -adtreedoc.tex: the source code for the documentation. +%post latex2man +/sbin/install-info %{_infodir}/latex2man.info %{_infodir}/dir 2>/dev/null +: -%package adtrees-doc -Provides: tex-adtrees-doc -License: GPL+ -Summary: doc files of adtrees -Version: svn51618 -AutoReqProv: No - -%description adtrees-doc -Documentation for adtrees - -%package arabi-add-doc -Provides: tex-arabi-add-doc = %{tl_version} -License: LPPL -Summary: doc files of arabi-add -Version: svn37709 - -AutoReqProv: No - -%description arabi-add-doc -Documentation for arabi-add - -%package arabi-add -Provides: tex-arabi-add = %{tl_version} -License: LPPL -Summary: Using hyperref and bookmark packages with arabic and farsi languages -Version: svn37709 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(arabi-add.sty) = %{tl_version} - -%description arabi-add -This package takes advantage of some of the possibilities that -hyperref and bookmark packages offer when you create a table of -contents for Arabic texts created by the arabi package. - -%package arabluatex-doc -Provides: tex-arabluatex-doc = %{tl_version} -License: GPLv3+ -Summary: doc files of arabluatex -Version: svn54512 -AutoReqProv: No - -%description arabluatex-doc -Documentation for arabluatex - -%package arabluatex -Provides: tex-arabluatex = %{tl_version} -License: GPLv3+ -Summary: An ArabTeX-like interface for LuaLaTeX -Version: svn54512 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(arabluatex-patch.sty) = %{tl_version} -Provides: tex(arabluatex.sty) = %{tl_version} - -%description arabluatex -This package provides for LuaLaTeX an ArabTeX-like interface to -generate Arabic writing from an ascii transliteration. It is -particularly well-suited for complex documents such as -technical documents or critical editions where a lot of -left-to-right commands intertwine with Arabic writing. -arabluatex is able to process any ArabTeX input notation. Its -output can be set in the same modes of vocalization as ArabTeX, -or in different roman transliterations. It further allows many -typographical refinements. It will eventually interact with -some other packages yet to come to produce from .tex source -files, in addition to printed books, TEI xml compliant critical -editions and/or lexicons that can be searched, analyzed and -correlated in various ways. - -%package archaeologie-doc -Provides: tex-archaeologie-doc = %{tl_version} -License: LPPL -Summary: doc files of archaeologie -Version: svn53813 -AutoReqProv: No - -%description archaeologie-doc -Documentation for archaeologie - -%package archaeologie -Provides: tex-archaeologie = %{tl_version} -License: LPPL -Summary: Citation-style which covers rules of the German Archaeology Institute -Version: svn53813 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(archaeologie.bbx) = %{tl_version} -Provides: tex(archaeologie.cbx) = %{tl_version} - -%description archaeologie -This citation-style covers the citation and bibliography rules -of the German Archaeological Institute (DAI). Various options -are available to change and adjust the outcome according to -one's own preferences. - -%package asapsym-doc -Provides: tex-asapsym-doc = %{tl_version} -License: LPPL -Summary: doc files of asapsym -Version: svn40201 - -AutoReqProv: No - -%description asapsym-doc -Documentation for asapsym - -%package asapsym -Provides: tex-asapsym = %{tl_version} -License: LPPL -Summary: Using the free ASAP Symbol font with LaTeX and Plain TeX -Version: svn40201 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(asapsym.sty) = %{tl_version} -Provides: tex(asapsym-generic.tex) = %{tl_version} -Provides: tex(asapsym.code.tex) = %{tl_version} -Provides: tex(Asap-Symbol.otf) = %{tl_version} - -%description asapsym -The package provides macros (usable with LaTeX or Plain TeX) -for using the freely available ASAP Symbol font, which is also -included. The font is distributed in OpenType format, and makes -extensive use of OpenType features. Therefore, at this time, -only XeTeX and LuaTeX are supported. An error message is issued -if an OTF-capable engine is not detected. - -%package asciilist-doc -Provides: tex-asciilist-doc = %{tl_version} -License: LPPL -Summary: doc files of asciilist -Version: svn49060 -AutoReqProv: No - -%description asciilist-doc -Documentation for asciilist - -%package asciilist -Provides: tex-asciilist = %{tl_version} -License: LPPL -Summary: Environments AsciiList and AsciiDocList for prototyping nested lists in LaTeX. -Version: svn49060 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(asciilist.sty) = %{tl_version} - -%description asciilist -The asciilist provides the environments AsciiList and -AsciiDocList, which enable quickly typesetting nested lists in -LaTeX without having to type individual item macros or -opening/closing list environments. The package provides -auxiliary functionality for loading such lists from files and -provides macros for configuring the use of the list -environments and the appearance of the typeset results. - -%package babel-belarusian-doc -Provides: tex-babel-belarusian-doc = %{tl_version} -License: LPPL -Summary: doc files of babel-belarusian -Version: svn49022 -AutoReqProv: No - -%description babel-belarusian-doc -Documentation for babel-belarusian - -%package babel-belarusian -Provides: tex-babel-belarusian = %{tl_version} -License: LPPL -Summary: Babel support for Belarusian -Version: svn49022 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(belarusianb.ldf) = %{tl_version} - -%description babel-belarusian -The package provides support for use of Babel in documents -written in Belarusian. - -%package babel-macedonian-doc -Provides: tex-babel-macedonian-doc = %{tl_version} -License: LPPL -Summary: doc files of babel-macedonian -Version: svn39587 - -AutoReqProv: No - -%description babel-macedonian-doc -Documentation for babel-macedonian - -%package babel-macedonian -Provides: tex-babel-macedonian = %{tl_version} -License: LPPL -Summary: Babel module to support Macedonian Cyrillic -Version: svn39587 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(macedonian.ldf) = %{tl_version} - -%description babel-macedonian -The package provides support for Macedonian documents written -in Cyrillic, in babel. - -%package babel-occitan-doc -Provides: tex-babel-occitan-doc = %{tl_version} -License: LPPL -Summary: doc files of babel-occitan -Version: svn39608 - -AutoReqProv: No - -%description babel-occitan-doc -Documentation for babel-occitan - -%package babel-occitan -Provides: tex-babel-occitan = %{tl_version} -License: LPPL -Summary: Babel support for Occitan -Version: svn39608 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(occitan.ldf) = %{tl_version} - -%description babel-occitan -Occitan language description file with usage instructions. - -%package babel-vietnamese-doc -Provides: tex-babel-vietnamese-doc = %{tl_version} -License: LPPL -Summary: doc files of babel-vietnamese -Version: svn39246 - -AutoReqProv: No - -%description babel-vietnamese-doc -Documentation for babel-vietnamese - -%package beamercolorthemeowl-doc -Provides: tex-beamercolorthemeowl-doc = %{tl_version} -License: LPPL -Summary: doc files of beamercolorthemeowl -Version: svn40105 - -AutoReqProv: No - -%description beamercolorthemeowl-doc -Documentation for beamercolorthemeowl - -%package beamercolorthemeowl -Provides: tex-beamercolorthemeowl = %{tl_version} -License: LPPL -Summary: A flexible beamer color theme to maximize visibility -Version: svn40105 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(beamercolorthemeowl.sty) = %{tl_version} - -%description beamercolorthemeowl -This package provides a flexible dark or light colour theme -designed for maximum readability in environments where most -themes fall flat. Main features: Dark color theme for -presenting in low-light conditions. Optional light color theme -for presenting in bright ambient light. Redefines color names -"red", "green", "blue", "yellow" to values that are visible -when displayed by certain projectors, particularly those with a -very bright green channel and dim red and blue channels. This -behaviour can be optionally disabled, with the provided colours -also available as "OwlRed", "OwlGreen", etc. - -%package beamertheme-detlevcm-doc -Provides: tex-beamertheme-detlevcm-doc = %{tl_version} -Provides: tex-detlev-cm-doc = %{tl_version} -Provides: texlive-devlev-cm-doc = %{tl_version} -Obsoletes: texlive-devlev-cm-doc < 2016 -License: GPL+ -Summary: doc files of beamertheme-detlevcm -Version: svn39048 - -AutoReqProv: No - -%description beamertheme-detlevcm-doc -Documentation for beamertheme-detlevcm - -%package beamertheme-detlevcm -Provides: tex-beamertheme-detlevcm = %{tl_version} -Provides: tex-detlev-cm = %{tl_version} -Provides: texlive-devlev-cm = %{tl_version} -Obsoletes: texlive-devlev-cm < 2016 -License: GPL+ -Summary: A beamer theme designed for use in the University of Leeds -Version: svn39048 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(beamerthemeDetlevCM.sty) = %{tl_version} -Provides: tex(beamercolorthemeETII.sty) = %{tl_version} -Provides: tex(beamerfontthemeDetlevCM.sty) = %{tl_version} -Provides: tex(beamerouterthemeDetlevCM.sty) = %{tl_version} - -%description beamertheme-detlevcm -The bundle provides a simple theme that has been used in the -author's department. - -%package beamertheme-epyt-doc -Provides: tex-beamertheme-epyt-doc = %{tl_version} -Provides: texlive-epyt-doc = %{tl_version} -Provides: tex-epyt-doc = %{tl_version} -Obsoletes: texlive-epyt-doc < 2016 -License: LPPL -Summary: doc files of beamertheme-epyt -Version: svn41404 -AutoReqProv: No - -%description beamertheme-epyt-doc -Documentation for beamertheme-epyt - -%package beamertheme-epyt -Provides: tex-beamertheme-epyt = %{tl_version} -Provides: texlive-epyt = %{tl_version} -Provides: tex-epyt = %{tl_version} -Obsoletes: texlive-epyt < 2016 -License: LPPL -Summary: A simple and clean theme for LaTeX beamer class -Version: svn41404 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(beamerthemeepyt.sty) = %{tl_version} - -%description beamertheme-epyt -This package provides a simple but nice theme for Beamer, with -the following features: simple structure: with page numbers at -footer, no head bar and side bar simple templates: displaying -theorems with traditional inline style simple colors: using -only several foreground and background colors - -%package beamertheme-metropolis-doc -Provides: tex-beamertheme-metropolis-doc = %{tl_version} -License: CC-BY-SA -Summary: doc files of beamertheme-metropolis -Version: svn43031 - -%description beamertheme-metropolis-doc -Documentation for beamertheme-metropolis - -%package beamertheme-metropolis -Provides: tex-beamertheme-metropolis = %{tl_version} -License: CC-BY-SA -Summary: A modern LaTeX beamer theme -Version: svn43031 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(beamer.cls) -Requires: tex(tikz.sty) -Requires: tex(etoolbox.sty) -Requires: tex(ifxetex.sty) -Requires: tex(pgfopts.sty) -Requires: tex(calc.sty) -Requires: tex(ifluatex.sty) -Requires: texlive-fira -Provides: tex(beamerfontthememetropolis.sty) = %{tl_version} -Provides: tex(beamerinnerthememetropolis.sty) = %{tl_version} -Provides: tex(beamercolorthememetropolis.sty) = %{tl_version} -Provides: tex(beamerthememetropolis.sty) = %{tl_version} -Provides: tex(pgfplotsthemetol.sty) = %{tl_version} -Provides: tex(beamerouterthememetropolis.sty) = %{tl_version} - -%description beamertheme-metropolis -The package provides a simple, modern Beamer theme for anyone -to use. It tries to minimize noise and maximize space for -content. - -%package beamer-verona-doc -Provides: tex-beamer-verona-doc = %{tl_version} -License: LPPL -Summary: doc files of beamer-verona -Version: svn39180 - -AutoReqProv: No - -%description beamer-verona-doc -Documentation for beamer-verona - -%package beamer-verona -Provides: tex-beamer-verona = %{tl_version} -License: LPPL -Summary: A theme for the beamer class -Version: svn39180 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(beamerthemeVerona.sty) = %{tl_version} - -%description beamer-verona -This package provides the 'Verona' theme for the beamer class -by Till Tantau. - -%package biblatex-abnt-doc -Provides: tex-biblatex-abnt-doc = %{tl_version} -License: LPPL -Summary: doc files of biblatex-abnt -Version: svn49179 -AutoReqProv: No - -%description biblatex-abnt-doc -Documentation for biblatex-abnt - -%package biblatex-abnt -Provides: tex-biblatex-abnt = %{tl_version} -License: LPPL -Summary: BibLaTeX style for Brazil's ABNT rules -Version: svn49179 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(abnt-numeric.bbx) = %{tl_version} -Provides: tex(abnt-numeric.cbx) = %{tl_version} -Provides: tex(abnt.bbx) = %{tl_version} -Provides: tex(abnt.cbx) = %{tl_version} - -%description biblatex-abnt -This package offers a BibLaTeX style for Brazil's ABNT -(Brazilian Association of Technical Norms) rules. - -%package biblatex-bookinother-doc -Provides: tex-biblatex-bookinother-doc = %{tl_version} -License: LPPL -Summary: doc files of biblatex-bookinother -Version: svn54015 -AutoReqProv: No - -%description biblatex-bookinother-doc -Documentation for biblatex-bookinother - -%package biblatex-bookinother -Provides: tex-biblatex-bookinother = %{tl_version} -License: LPPL -Summary: Manage book edited in other entry type -Version: svn54015 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(bookinother.bbx) = %{tl_version} - -%description biblatex-bookinother -This package provides new BibLaTeX entry types and fields for -book edited in other types, like for instance @bookinarticle. -It offers more types than the older package biblatex- -bookinarticle which it superseeds. - -%package biblatex-iso690-doc -Provides: tex-biblatex-iso690-doc = %{tl_version} -License: GPLv3 -Summary: doc files of biblatex-iso690 -Version: svn54561 -AutoReqProv: No - -%description biblatex-iso690-doc -Documentation for biblatex-iso690 - -%package biblatex-iso690 -Provides: tex-biblatex-iso690 = %{tl_version} -License: GPLv3 -Summary: BibLaTeX style for ISO 690 standard -Version: svn54561 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(iso-alphabetic.bbx) = %{tl_version} -Provides: tex(iso-alphabetic.cbx) = %{tl_version} -Provides: tex(iso-authortitle.bbx) = %{tl_version} -Provides: tex(iso-authortitle.cbx) = %{tl_version} -Provides: tex(iso-authoryear.bbx) = %{tl_version} -Provides: tex(iso-authoryear.cbx) = %{tl_version} -Provides: tex(iso-fullcite.cbx) = %{tl_version} -Provides: tex(iso-numeric.bbx) = %{tl_version} -Provides: tex(iso-numeric.cbx) = %{tl_version} -Provides: tex(iso.bbx) = %{tl_version} - -%description biblatex-iso690 -The package provides a bibliography and citation style which -conforms to the latest revision of the international standard -ISO 690:2010. The implementation follows BibLaTeX conventions -and requires biblatex >= 3.4 and biber >= 2.5. - -%package biblatex-morenames-doc -Provides: tex-biblatex-morenames-doc = %{tl_version} -License: LPPL -Summary: doc files of biblatex-morenames -Version: svn43049 -AutoReqProv: No - -%description biblatex-morenames-doc -Documentation for biblatex-morenames - -%package biblatex-morenames -Provides: tex-biblatex-morenames = %{tl_version} -License: LPPL -Summary: New names for standard BibLaTeX entry type -Version: svn43049 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(morenames.bbx) = %{tl_version} - -%description biblatex-morenames -This package adds new fields of "name" type to the standard -entry types of BibLaTeX. For example: maineditor, for a -@collection, means the editor of @mvcollection, and not the -editor of the @collection. bookineditor, for a @bookinbook, -means the editor of the entry, and not, as the standard editor -field, the editor of the volume in which the entry is -contained. - -%package bibletext-doc -Provides: tex-bibletext-doc = %{tl_version} -License: MIT -Summary: doc files of bibletext -Version: svn45196 -AutoReqProv: No - -%description bibletext-doc -Documentation for bibletext - -%package bibletext -Provides: tex-bibletext = %{tl_version} -License: MIT -Summary: Insert Bible passages by their reference -Version: svn45196 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(bibletext.sty) = %{tl_version} - -%description bibletext -The package allows to insert Bible texts in a document by -specifying references. - -%package bibtexperllibs-doc -Provides: tex-bibtexperllibs-doc = %{tl_version} -License: GPL+ or Artistic -Summary: doc files of bibtexperllibs -Version: svn54512 -AutoReqProv: No - -%description bibtexperllibs-doc -Documentation for bibtexperllibs - -%package bibtexperllibs -Provides: tex-bibtexperllibs = %{tl_version} -License: GPL+ or Artistic -Summary: BibTeX Perl Libraries -Version: svn54512 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: perl(LaTeX::ToUnicode) -Requires: perl(BibTeX::Parser) - -%description bibtexperllibs -This package provides BibTeX related Perl libraries by Gerhard -Gossen, repacked by Boris Veytsman, for TeX Live and other TDS- -compliant distributions. The libraries are written in pure -Perl, so should work out of the box on any architecture. They -have been packaged here mostly for Boris Veytsman's BibTeX -suite, but can be used in any other Perl script. - -%package bitpattern-doc -Provides: tex-bitpattern-doc = %{tl_version} -License: LPPL -Summary: doc files of bitpattern -Version: svn39073 - -AutoReqProv: No - -%description bitpattern-doc -Documentation for bitpattern - -%package bitpattern -Provides: tex-bitpattern = %{tl_version} -License: LPPL -Summary: Typeset bit pattern diagrams -Version: svn39073 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(bitpattern.sty) = %{tl_version} - -%description bitpattern -A package to typeset bit pattern diagrams such as those used to -describe hardware, data format or protocols. - -%package breakcites-doc -Provides: tex-breakcites-doc = %{tl_version} -License: Copyright only -Summary: doc files of breakcites -Version: svn21014 - -AutoReqProv: No - -%description breakcites-doc -Documentation for breakcites - -%package breakcites -Provides: tex-breakcites = %{tl_version} -License: Copyright only -Summary: Ensure that multiple citations may break at line end -Version: svn21014 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(breakcites.sty) = %{tl_version} - -%description breakcites -Makes a very minor change to the operation of the \cite -command. Note that the change is not necessary in unmodified -LaTeX; however, there remain packages that restore the -undesirable behaviour of the command as provided in LaTeX 2.09. -(Note that neither cite nor natbib make this mistake.) - -%package bxdvidriver-doc -Provides: tex-bxdvidriver-doc = %{tl_version} -License: MIT -Summary: doc files of bxdvidriver -Version: svn43219 -AutoReqProv: No - -%description bxdvidriver-doc -Documentation for bxdvidriver - -%package bxdvidriver -Provides: tex-bxdvidriver = %{tl_version} -License: MIT -Summary: Enables specifying a driver option effective only in DVI output -Version: svn43219 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(bxdvidriver.sty) = %{tl_version} - -%description bxdvidriver -This single-function package enables authors to specify a -global driver option (dvips, dvipdfmx, etc) which is applied -only when the engine outputs a DVI file. It is useful to create -special document- templates that can be compiled in both PDF- -mode and DVI-mode. - -%package bxenclose-doc -Provides: tex-bxenclose-doc = %{tl_version} -License: MIT -Summary: doc files of bxenclose -Version: svn40213 - -AutoReqProv: No - -%description bxenclose-doc -Documentation for bxenclose - -%package bxenclose -Provides: tex-bxenclose = %{tl_version} -License: MIT -Summary: Enclose the document body with some pieces of code -Version: svn40213 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(bxenclose.sty) = %{tl_version} - -%description bxenclose -The package enables authors to designate in the preamble to -make the document body enclosed with the given pieces of code. -As is known, there are already various mechanisms provided by -LaTeX kernel or packages that attach hooks at the beginning and -end of documents. - -%package bxnewfont-doc -Provides: tex-bxnewfont-doc = %{tl_version} -License: MIT -Summary: doc files of bxnewfont -Version: svn44173 -AutoReqProv: No - -%description bxnewfont-doc -Documentation for bxnewfont - -%package bxnewfont -Provides: tex-bxnewfont = %{tl_version} -License: MIT -Summary: Enhanced \newfont command -Version: svn44173 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(bxnewfont.sty) = %{tl_version} - -%description bxnewfont -This package provides a new command \newfontx. It is similar to -the old (and deprecated) command \newfont in function, but is -more compatible with NFSS. In particular, one can safely change -font size after invoking a font command defined by \newfontx. -The new command will be useful to users who know much of the -old \newfont command but are unfamiliar with the detail of -NFSS. - -%package bxpapersize-doc -Provides: tex-bxpapersize-doc = %{tl_version} -License: MIT -Summary: doc files of bxpapersize -Version: svn52304 -AutoReqProv: No - -%description bxpapersize-doc -Documentation for bxpapersize - -%package bxpapersize -Provides: tex-bxpapersize = %{tl_version} -License: MIT -Summary: Synchronize output paper size with layout paper size -Version: svn52304 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(bxpapersize.sty) = %{tl_version} - -%description bxpapersize -As is well known, in LaTeX processing layout paper size -specified by document class options is not automatically -applied to output paper size. This package enables LaTeX -authors to synchronize both kinds of paper sizes. - -%package carbohydrates-doc -Provides: tex-carbohydrates-doc = %{tl_version} -License: LPPL -Summary: doc files of carbohydrates -Version: svn39000 - -AutoReqProv: No - -%description carbohydrates-doc -Documentation for carbohydrates - -%package carbohydrates -Provides: tex-carbohydrates = %{tl_version} -License: LPPL -Summary: Carbohydrate molecules with chemfig -Version: svn39000 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(carbohydrates.sty) = %{tl_version} - -%description carbohydrates -This package offers macros that make the preparation of -exercise sheets for teaching carbohydrate chemistry a lot less -tedious. It uses chemfig for drawing the formulas. Different -representation models (Fischer, Haworth, chair...) are -supported as well as alpha, beta, and chain isomers. - -%package chivo-doc -Provides: tex-chivo-doc = %{tl_version} -License: LPPL -Summary: doc files of chivo -Version: svn54512 -AutoReqProv: No - -%description chivo-doc -Documentation for chivo - -%package chivo -Provides: tex-chivo = %{tl_version} -License: LPPL -Summary: Using the free Chivo fonts with LaTeX -Version: svn54512 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(Chivo.sty) = %{tl_version} -Provides: tex(Chivo.map) = %{tl_version} -Provides: tex(LY1Chivo-Dnom.fd) = %{tl_version} -Provides: tex(LY1Chivo-Inf.fd) = %{tl_version} -Provides: tex(LY1Chivo-LF.fd) = %{tl_version} -Provides: tex(LY1Chivo-Numr.fd) = %{tl_version} -Provides: tex(LY1Chivo-OsF.fd) = %{tl_version} -Provides: tex(LY1Chivo-Sup.fd) = %{tl_version} -Provides: tex(LY1Chivo-TLF.fd) = %{tl_version} -Provides: tex(LY1Chivo-TOsF.fd) = %{tl_version} -Provides: tex(OT1Chivo-Dnom.fd) = %{tl_version} -Provides: tex(OT1Chivo-Inf.fd) = %{tl_version} -Provides: tex(OT1Chivo-LF.fd) = %{tl_version} -Provides: tex(OT1Chivo-Numr.fd) = %{tl_version} -Provides: tex(OT1Chivo-OsF.fd) = %{tl_version} -Provides: tex(OT1Chivo-Sup.fd) = %{tl_version} -Provides: tex(OT1Chivo-TLF.fd) = %{tl_version} -Provides: tex(OT1Chivo-TOsF.fd) = %{tl_version} -Provides: tex(T1Chivo-Dnom.fd) = %{tl_version} -Provides: tex(T1Chivo-Inf.fd) = %{tl_version} -Provides: tex(T1Chivo-LF.fd) = %{tl_version} -Provides: tex(T1Chivo-Numr.fd) = %{tl_version} -Provides: tex(T1Chivo-OsF.fd) = %{tl_version} -Provides: tex(T1Chivo-Sup.fd) = %{tl_version} -Provides: tex(T1Chivo-TLF.fd) = %{tl_version} -Provides: tex(T1Chivo-TOsF.fd) = %{tl_version} -Provides: tex(TS1Chivo-LF.fd) = %{tl_version} -Provides: tex(TS1Chivo-OsF.fd) = %{tl_version} -Provides: tex(TS1Chivo-TLF.fd) = %{tl_version} -Provides: tex(TS1Chivo-TOsF.fd) = %{tl_version} -Provides: tex(chi_24xxsv.enc) = %{tl_version} -Provides: tex(chi_2lqlus.enc) = %{tl_version} -Provides: tex(chi_2sgwql.enc) = %{tl_version} -Provides: tex(chi_3avctt.enc) = %{tl_version} -Provides: tex(chi_7yzfgj.enc) = %{tl_version} -Provides: tex(chi_adz5lu.enc) = %{tl_version} -Provides: tex(chi_bv7x5e.enc) = %{tl_version} -Provides: tex(chi_c6jprw.enc) = %{tl_version} -Provides: tex(chi_d2anrk.enc) = %{tl_version} -Provides: tex(chi_f6ejpj.enc) = %{tl_version} -Provides: tex(chi_fiyauo.enc) = %{tl_version} -Provides: tex(chi_h6jra2.enc) = %{tl_version} -Provides: tex(chi_hhbfoh.enc) = %{tl_version} -Provides: tex(chi_hlvv6p.enc) = %{tl_version} -Provides: tex(chi_jo7tnr.enc) = %{tl_version} -Provides: tex(chi_krtxg6.enc) = %{tl_version} -Provides: tex(chi_mq36jn.enc) = %{tl_version} -Provides: tex(chi_pxrm2a.enc) = %{tl_version} -Provides: tex(chi_rymxky.enc) = %{tl_version} -Provides: tex(chi_ttjzpe.enc) = %{tl_version} -Provides: tex(chi_utd4ik.enc) = %{tl_version} -Provides: tex(chi_vgwtwr.enc) = %{tl_version} -Provides: tex(chi_wlsyn3.enc) = %{tl_version} -Provides: tex(chi_wxmaut.enc) = %{tl_version} -Provides: tex(chi_znhcko.enc) = %{tl_version} - -%description chivo -This work provides the necessary files to use the Chivo fonts -with LaTeX. Chivo is a set of eight fonts provided by Hector -Gatti & Omnibus Team under the Open Font License -[(OFL)](http://scripts.sil.org/OFL), version 1.1. The fonts are -copyright (c) 2011-2019, Omnibus-Type. - -%package churchslavonic-doc -Provides: tex-churchslavonic-doc = %{tl_version} -License: MIT -Summary: doc files of churchslavonic -Version: svn42751 -AutoReqProv: No - -%description churchslavonic-doc -Documentation for churchslavonic - -%package churchslavonic -Provides: tex-churchslavonic = %{tl_version} -License: MIT -Summary: Typesetting documents in Church Slavonic language using Unicode -Version: svn42751 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(cu-util.sty) = %{tl_version} -Provides: tex(cu-kinovar.sty) = %{tl_version} -Provides: tex(churchslavonic.sty) = %{tl_version} -Provides: tex(cu-num.sty) = %{tl_version} -Provides: tex(cu-calendar.sty) = %{tl_version} - -%description churchslavonic -The package provides fonts, hyphenation patterns and supporting -macros to typeset Church Slavonic texts. - -%package cmdtrack-doc -Provides: tex-cmdtrack-doc = %{tl_version} -License: LPPL -Summary: doc files of cmdtrack -Version: svn28910 - -AutoReqProv: No - -%description cmdtrack-doc -Documentation for cmdtrack - -%package cmdtrack -Provides: tex-cmdtrack = %{tl_version} -License: LPPL -Summary: Check used commands -Version: svn28910 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(cmdtrack.sty) = %{tl_version} - -%description cmdtrack -The package keeps track of whether a command defined in a -document preamble is actually used somewhere in the document. -After the package is loaded in the preamble of a document, all -\newcommand (and similar command definitions) between that -point and the beginning of the document will be marked for -logging. At the end of the document a report of command usage -will be printed in the TeX log, for example: "mdash was used on -line 25"; "ndash was never used". - -%package cmexb-doc -Provides: tex-cmexb-doc = %{tl_version} -License: Public Domain -Summary: doc files of cmexb -Version: svn54074 -AutoReqProv: No - -%description cmexb-doc -Documentation for cmexb - -%package cmexb -Provides: tex-cmexb = %{tl_version} -License: Public Domain -Summary: PFB font support -Version: svn54074 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(cmexb.map) = %{tl_version} -Provides: tex(cmexb10.pfb) = %{tl_version} -Provides: tex(cmexb10.tfm) = %{tl_version} - -%description cmexb -Computer Modern Math Extension bold, metrics and .pfb file. -Made by Petr Olsak via autotracing. - -%package cochineal-doc -Provides: tex-cochineal-doc = %{tl_version} -License: LPPL and OFL -Summary: doc files of cochineal -Version: svn56418 -AutoReqProv: No - -%description cochineal-doc -Documentation for cochineal - -%package cochineal -Provides: tex-cochineal = %{tl_version} -License: LPPL and OFL -Summary: Cochineal fonts with LaTeX support -Version: svn56418 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(Cochineal.map) = %{tl_version} -Provides: tex(LGRCochineal-LF.fd) = %{tl_version} -Provides: tex(LGRCochineal-OsF.fd) = %{tl_version} -Provides: tex(LGRCochineal-TLF.fd) = %{tl_version} -Provides: tex(LGRCochineal-TOsF.fd) = %{tl_version} -Provides: tex(LY1Cochineal-Dnom.fd) = %{tl_version} -Provides: tex(LY1Cochineal-Inf.fd) = %{tl_version} -Provides: tex(LY1Cochineal-LF.fd) = %{tl_version} -Provides: tex(LY1Cochineal-OsF.fd) = %{tl_version} -Provides: tex(LY1Cochineal-Sup.fd) = %{tl_version} -Provides: tex(LY1Cochineal-TLF.fd) = %{tl_version} -Provides: tex(LY1Cochineal-TOsF.fd) = %{tl_version} -Provides: tex(OT1Cochineal-Dnom.fd) = %{tl_version} -Provides: tex(OT1Cochineal-Inf.fd) = %{tl_version} -Provides: tex(OT1Cochineal-LF.fd) = %{tl_version} -Provides: tex(OT1Cochineal-OsF.fd) = %{tl_version} -Provides: tex(OT1Cochineal-Sup.fd) = %{tl_version} -Provides: tex(OT1Cochineal-TLF.fd) = %{tl_version} -Provides: tex(OT1Cochineal-TOsF.fd) = %{tl_version} -Provides: tex(OT2Cochineal-LF.fd) = %{tl_version} -Provides: tex(OT2Cochineal-OsF.fd) = %{tl_version} -Provides: tex(OT2Cochineal-TLF.fd) = %{tl_version} -Provides: tex(OT2Cochineal-TOsF.fd) = %{tl_version} -Provides: tex(T1Cochineal-Dnom.fd) = %{tl_version} -Provides: tex(T1Cochineal-Inf.fd) = %{tl_version} -Provides: tex(T1Cochineal-LF.fd) = %{tl_version} -Provides: tex(T1Cochineal-OsF.fd) = %{tl_version} -Provides: tex(T1Cochineal-Sup.fd) = %{tl_version} -Provides: tex(T1Cochineal-TLF.fd) = %{tl_version} -Provides: tex(T1Cochineal-TOsF.fd) = %{tl_version} -Provides: tex(T2ACochineal-TLF.fd) = %{tl_version} -Provides: tex(TS1Cochineal-LF.fd) = %{tl_version} -Provides: tex(TS1Cochineal-OsF.fd) = %{tl_version} -Provides: tex(TS1Cochineal-TLF.fd) = %{tl_version} -Provides: tex(TS1Cochineal-TOsF.fd) = %{tl_version} -Provides: tex(coch-t2a.enc) = %{tl_version} -Provides: tex(cochTH-ec.enc) = %{tl_version} -Provides: tex(cochTH-lf-ly1.enc) = %{tl_version} -Provides: tex(cochTH-lf-ot1.enc) = %{tl_version} -Provides: tex(cochTH-lf-t1.enc) = %{tl_version} -Provides: tex(cochTH-osf-ly1.enc) = %{tl_version} -Provides: tex(cochTH-osf-ot1.enc) = %{tl_version} -Provides: tex(cochTH-osf-t1.enc) = %{tl_version} -Provides: tex(cochTH-tlf-ly1.enc) = %{tl_version} -Provides: tex(cochTH-tlf-ot1.enc) = %{tl_version} -Provides: tex(cochTH-tlf-t1.enc) = %{tl_version} -Provides: tex(cochTH-tosf-ly1.enc) = %{tl_version} -Provides: tex(cochTH-tosf-ot1.enc) = %{tl_version} -Provides: tex(cochTH-tosf-t1.enc) = %{tl_version} -Provides: tex(coch_2cqomt.enc) = %{tl_version} -Provides: tex(coch_2expjo.enc) = %{tl_version} -Provides: tex(coch_2gvyjv.enc) = %{tl_version} -Provides: tex(coch_2wxnkf.enc) = %{tl_version} -Provides: tex(coch_2zgday.enc) = %{tl_version} -Provides: tex(coch_3brrog.enc) = %{tl_version} -Provides: tex(coch_3m7z6q.enc) = %{tl_version} -Provides: tex(coch_3q3crd.enc) = %{tl_version} -Provides: tex(coch_3tt4zg.enc) = %{tl_version} -Provides: tex(coch_47bkd3.enc) = %{tl_version} -Provides: tex(coch_4agesf.enc) = %{tl_version} -Provides: tex(coch_4plcvc.enc) = %{tl_version} -Provides: tex(coch_4srkt4.enc) = %{tl_version} -Provides: tex(coch_5bitfe.enc) = %{tl_version} -Provides: tex(coch_5dzpv7.enc) = %{tl_version} -Provides: tex(coch_5f3gw2.enc) = %{tl_version} -Provides: tex(coch_5o2hga.enc) = %{tl_version} -Provides: tex(coch_5tib5i.enc) = %{tl_version} -Provides: tex(coch_5tmqae.enc) = %{tl_version} -Provides: tex(coch_5xilzy.enc) = %{tl_version} -Provides: tex(coch_5xjvtq.enc) = %{tl_version} -Provides: tex(coch_6lje3b.enc) = %{tl_version} -Provides: tex(coch_6ry5ir.enc) = %{tl_version} -Provides: tex(coch_6uoyes.enc) = %{tl_version} -Provides: tex(coch_6wh55u.enc) = %{tl_version} -Provides: tex(coch_6xmcha.enc) = %{tl_version} -Provides: tex(coch_7cy5le.enc) = %{tl_version} -Provides: tex(coch_7fuy52.enc) = %{tl_version} -Provides: tex(coch_7fzfry.enc) = %{tl_version} -Provides: tex(coch_7kg32s.enc) = %{tl_version} -Provides: tex(coch_7trhhc.enc) = %{tl_version} -Provides: tex(coch_7v73vk.enc) = %{tl_version} -Provides: tex(coch_aeaj7m.enc) = %{tl_version} -Provides: tex(coch_aiajjq.enc) = %{tl_version} -Provides: tex(coch_alzuis.enc) = %{tl_version} -Provides: tex(coch_apzg65.enc) = %{tl_version} -Provides: tex(coch_bat6hu.enc) = %{tl_version} -Provides: tex(coch_bhbiwe.enc) = %{tl_version} -Provides: tex(coch_bhnmej.enc) = %{tl_version} -Provides: tex(coch_bi2nei.enc) = %{tl_version} -Provides: tex(coch_bjqtqq.enc) = %{tl_version} -Provides: tex(coch_bjtzvy.enc) = %{tl_version} -Provides: tex(coch_bnbjdf.enc) = %{tl_version} -Provides: tex(coch_bp2pg7.enc) = %{tl_version} -Provides: tex(coch_cacm2n.enc) = %{tl_version} -Provides: tex(coch_cbs7ow.enc) = %{tl_version} -Provides: tex(coch_cuw7wa.enc) = %{tl_version} -Provides: tex(coch_d2hjcw.enc) = %{tl_version} -Provides: tex(coch_d2sl3v.enc) = %{tl_version} -Provides: tex(coch_da7weg.enc) = %{tl_version} -Provides: tex(coch_dbsvsj.enc) = %{tl_version} -Provides: tex(coch_df5kan.enc) = %{tl_version} -Provides: tex(coch_djzri5.enc) = %{tl_version} -Provides: tex(coch_dwjlw5.enc) = %{tl_version} -Provides: tex(coch_dx3muq.enc) = %{tl_version} -Provides: tex(coch_dxwjai.enc) = %{tl_version} -Provides: tex(coch_e745te.enc) = %{tl_version} -Provides: tex(coch_e77avd.enc) = %{tl_version} -Provides: tex(coch_ekjpcs.enc) = %{tl_version} -Provides: tex(coch_eluj5m.enc) = %{tl_version} -Provides: tex(coch_ermyhb.enc) = %{tl_version} -Provides: tex(coch_f6cstm.enc) = %{tl_version} -Provides: tex(coch_fdemcn.enc) = %{tl_version} -Provides: tex(coch_fgurd2.enc) = %{tl_version} -Provides: tex(coch_fn4k7j.enc) = %{tl_version} -Provides: tex(coch_g2axst.enc) = %{tl_version} -Provides: tex(coch_gcpa6j.enc) = %{tl_version} -Provides: tex(coch_gkpez6.enc) = %{tl_version} -Provides: tex(coch_grutwx.enc) = %{tl_version} -Provides: tex(coch_h2t4ei.enc) = %{tl_version} -Provides: tex(coch_hqneph.enc) = %{tl_version} -Provides: tex(coch_huz7n5.enc) = %{tl_version} -Provides: tex(coch_ibp3xz.enc) = %{tl_version} -Provides: tex(coch_izjs6r.enc) = %{tl_version} -Provides: tex(coch_j7mi7a.enc) = %{tl_version} -Provides: tex(coch_jgxutr.enc) = %{tl_version} -Provides: tex(coch_jhwmea.enc) = %{tl_version} -Provides: tex(coch_jhwq7e.enc) = %{tl_version} -Provides: tex(coch_kbpxlj.enc) = %{tl_version} -Provides: tex(coch_kbxkrg.enc) = %{tl_version} -Provides: tex(coch_kfj2qw.enc) = %{tl_version} -Provides: tex(coch_kfnsdu.enc) = %{tl_version} -Provides: tex(coch_klonus.enc) = %{tl_version} -Provides: tex(coch_ktoy4w.enc) = %{tl_version} -Provides: tex(coch_kuld3f.enc) = %{tl_version} -Provides: tex(coch_kxx5cy.enc) = %{tl_version} -Provides: tex(coch_kzot5v.enc) = %{tl_version} -Provides: tex(coch_l47tcy.enc) = %{tl_version} -Provides: tex(coch_l64ji6.enc) = %{tl_version} -Provides: tex(coch_lchlkf.enc) = %{tl_version} -Provides: tex(coch_liz2hd.enc) = %{tl_version} -Provides: tex(coch_lqmdx6.enc) = %{tl_version} -Provides: tex(coch_lropbz.enc) = %{tl_version} -Provides: tex(coch_mgd2ev.enc) = %{tl_version} -Provides: tex(coch_mo2enl.enc) = %{tl_version} -Provides: tex(coch_nlwa7l.enc) = %{tl_version} -Provides: tex(coch_ns6y37.enc) = %{tl_version} -Provides: tex(coch_o4vutb.enc) = %{tl_version} -Provides: tex(coch_o5mx43.enc) = %{tl_version} -Provides: tex(coch_odnecf.enc) = %{tl_version} -Provides: tex(coch_okzdl2.enc) = %{tl_version} -Provides: tex(coch_ol4knl.enc) = %{tl_version} -Provides: tex(coch_opxmsy.enc) = %{tl_version} -Provides: tex(coch_oqmhja.enc) = %{tl_version} -Provides: tex(coch_otkq6i.enc) = %{tl_version} -Provides: tex(coch_p7j4gw.enc) = %{tl_version} -Provides: tex(coch_pf3hrr.enc) = %{tl_version} -Provides: tex(coch_pqzq4p.enc) = %{tl_version} -Provides: tex(coch_q35ey5.enc) = %{tl_version} -Provides: tex(coch_q4ulxa.enc) = %{tl_version} -Provides: tex(coch_qkxc47.enc) = %{tl_version} -Provides: tex(coch_qqsbmj.enc) = %{tl_version} -Provides: tex(coch_qy633g.enc) = %{tl_version} -Provides: tex(coch_qyvxxn.enc) = %{tl_version} -Provides: tex(coch_qzhi24.enc) = %{tl_version} -Provides: tex(coch_r2kqsv.enc) = %{tl_version} -Provides: tex(coch_rix5n3.enc) = %{tl_version} -Provides: tex(coch_saoql6.enc) = %{tl_version} -Provides: tex(coch_sc4bro.enc) = %{tl_version} -Provides: tex(coch_sq6y2y.enc) = %{tl_version} -Provides: tex(coch_sygphi.enc) = %{tl_version} -Provides: tex(coch_syo7sr.enc) = %{tl_version} -Provides: tex(coch_t556x2.enc) = %{tl_version} -Provides: tex(coch_t7e5d4.enc) = %{tl_version} -Provides: tex(coch_tfefcu.enc) = %{tl_version} -Provides: tex(coch_tjygyt.enc) = %{tl_version} -Provides: tex(coch_tkhq7f.enc) = %{tl_version} -Provides: tex(coch_u3j4lk.enc) = %{tl_version} -Provides: tex(coch_uavkhn.enc) = %{tl_version} -Provides: tex(coch_uh66oa.enc) = %{tl_version} -Provides: tex(coch_uk6vx5.enc) = %{tl_version} -Provides: tex(coch_uqbj7f.enc) = %{tl_version} -Provides: tex(coch_vb2qex.enc) = %{tl_version} -Provides: tex(coch_vew4u5.enc) = %{tl_version} -Provides: tex(coch_vpdkzq.enc) = %{tl_version} -Provides: tex(coch_w6vdgs.enc) = %{tl_version} -Provides: tex(coch_wa4y3o.enc) = %{tl_version} -Provides: tex(coch_wcbuwv.enc) = %{tl_version} -Provides: tex(coch_wdpw3f.enc) = %{tl_version} -Provides: tex(coch_wnd62o.enc) = %{tl_version} -Provides: tex(coch_wpweoy.enc) = %{tl_version} -Provides: tex(coch_wuwrcy.enc) = %{tl_version} -Provides: tex(coch_x3v6nt.enc) = %{tl_version} -Provides: tex(coch_x4ugem.enc) = %{tl_version} -Provides: tex(coch_xaxcx7.enc) = %{tl_version} -Provides: tex(coch_xsridg.enc) = %{tl_version} -Provides: tex(coch_ygltby.enc) = %{tl_version} -Provides: tex(coch_yprnrw.enc) = %{tl_version} -Provides: tex(coch_z2oun7.enc) = %{tl_version} -Provides: tex(coch_zbphsw.enc) = %{tl_version} -Provides: tex(coch_zg5irv.enc) = %{tl_version} -Provides: tex(cochalph.enc) = %{tl_version} -Provides: tex(cochineal.sty) = %{tl_version} -Provides: tex(cochlf-lgr.enc) = %{tl_version} -Provides: tex(cochlf-ot2.enc) = %{tl_version} -Provides: tex(cochosf-lgr.enc) = %{tl_version} -Provides: tex(cochosf-ot2.enc) = %{tl_version} -Provides: tex(cochtabosf.enc) = %{tl_version} -Provides: tex(cochtlf-lgr.enc) = %{tl_version} -Provides: tex(cochtlf-ot2.enc) = %{tl_version} -Provides: tex(cochtosf-lgr.enc) = %{tl_version} -Provides: tex(cochtosf-ot2.enc) = %{tl_version} -Provides: tex(omlzcochmi.fd) = %{tl_version} -Provides: tex(uzcochmia.fd) = %{tl_version} - -%description cochineal -Cochineal is a fork from the Crimson fonts (Roman, Italic, -Bold, BoldItalic only) released under the OFL by Sebastian -Kosch. These remarkable fonts are inspired by the famous -oldstyle fonts in the garalde family (Garamond, Bembo) but, in -the end, look more similar to Minion, though with smaller -xheight and less plain in detail. The Crimson fonts on which -these were based had roughly 4200 glyphs in the four styles -mentioned above. Cochineal adds more than 1500 glyphs in those -styles so that it is possible to make a TeX support collection -that contains essentially all glyphs in all styles. Bringing -the Semibold styles up the same level would have required -adding about 2000 additional glyphs, which I could not even -contemplate. The fonts are provided in OpenType and PostScript -formats. - -%package coloring-doc -Provides: tex-coloring-doc = %{tl_version} -License: LPPL -Summary: doc files of coloring -Version: svn41042 - -AutoReqProv: No - -%description coloring-doc -Documentation for coloring - -%package coloring -Provides: tex-coloring = %{tl_version} -License: LPPL -Summary: Define missing colors by their names -Version: svn41042 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(coloring.sty) = %{tl_version} - -%description coloring -This package makes it possible to define colors automatically -by their names. This can be useful in drawing TikZ pictures and -designing beamer themes. Using the package, you don't need to -write \definecolor before using a color. - -%package continue-doc -Provides: tex-continue-doc = %{tl_version} -License: LPPL -Summary: doc files of continue -Version: svn49449 -AutoReqProv: No - -%description continue-doc -Documentation for continue - -%package continue -Provides: tex-continue = %{tl_version} -License: LPPL -Summary: Prints 'continuation' marks on recto pages of multipage documents -Version: svn49449 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(continue.sty) = %{tl_version} - -%description continue -The package is an amalgam of Donald Arseneau's fwlw package and -Luca Merciadri's turnthepage package. For multipage twoside -documents it puts a `continuation' mark near the foot of each -odd-numbered page that is followed by another page. The -position and form of the continuation mark may be altered. - -%package cquthesis-doc -Provides: tex-cquthesis-doc = %{tl_version} -License: LPPL -Summary: doc files of cquthesis -Version: svn52355 -AutoReqProv: No - -%description cquthesis-doc -Documentation for cquthesis - -%package cquthesis -Provides: tex-cquthesis = %{tl_version} -License: LPPL -Summary: LaTeX Thesis Template for Chongqing University -Version: svn52355 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(cquthesis.cls) = %{tl_version} -Provides: tex(cquthesis.sty) = %{tl_version} -Provides: tex(cquthesis.cfg) = %{tl_version} - -%description cquthesis -CQUThesis stands for Chongqing University Thesis Template for -LaTeX, bearing the ability to support bachelor, master, doctor -dissertations with grace and speed. - -%package crimson-doc -Provides: tex-crimson-doc = %{tl_version} -License: LPPL and OFL -Summary: doc files of crimson -Version: svn54512 -AutoReqProv: No - -%description crimson-doc -Documentation for crimson - -%package crimson -Provides: tex-crimson = %{tl_version} -License: LPPL and OFL -Summary: Crimson fonts with LaTeX support -Version: svn54512 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(crimson.sty) = %{tl_version} -Provides: tex(crimson.map) = %{tl_version} -Provides: tex(OT1Crimson-TLF.fd) = %{tl_version} -Provides: tex(LY1Crimson-TLF.fd) = %{tl_version} -Provides: tex(TS1Crimson-TLF.fd) = %{tl_version} -Provides: tex(T1Crimson-TLF.fd) = %{tl_version} -Provides: tex(Crimson-Italic.pfb) = %{tl_version} -Provides: tex(Crimson-Bold.pfb) = %{tl_version} -Provides: tex(Crimson-BoldItalic.pfb) = %{tl_version} -Provides: tex(Crimson-Roman.pfb) = %{tl_version} -Provides: tex(Crimson-SemiboldItalic.pfb) = %{tl_version} -Provides: tex(Crimson-Semibold.pfb) = %{tl_version} -Provides: tex(crm_izufyi.enc) = %{tl_version} -Provides: tex(crm_wsbs26.enc) = %{tl_version} -Provides: tex(crm_ue2axx.enc) = %{tl_version} -Provides: tex(crm_jdlmpi.enc) = %{tl_version} -Provides: tex(crm_axwm4k.enc) = %{tl_version} -Provides: tex(crm_fllea6.enc) = %{tl_version} -Provides: tex(crm_wef5am.enc) = %{tl_version} -Provides: tex(crm_g4bzis.enc) = %{tl_version} -Provides: tex(crm_odbuza.enc) = %{tl_version} -Provides: tex(crm_bchha2.enc) = %{tl_version} -Provides: tex(crm_ayvnmf.enc) = %{tl_version} -Provides: tex(crm_wttfgh.enc) = %{tl_version} -Provides: tex(crm_uafi7a.enc) = %{tl_version} -Provides: tex(crm_n3gbj7.enc) = %{tl_version} -Provides: tex(crm_vcz7kx.enc) = %{tl_version} -Provides: tex(crm_qrsm2e.enc) = %{tl_version} -Provides: tex(crm_kwsa5r.enc) = %{tl_version} -Provides: tex(crm_qst7o4.enc) = %{tl_version} -Provides: tex(crm_ory2k7.enc) = %{tl_version} -Provides: tex(crm_tyw3ea.enc) = %{tl_version} -Provides: tex(crm_3bejww.enc) = %{tl_version} -Provides: tex(crm_myjoho.enc) = %{tl_version} -Provides: tex(Crimson-Italic.otf) = %{tl_version} -Provides: tex(Crimson-Roman.otf) = %{tl_version} -Provides: tex(Crimson-Semibold.otf) = %{tl_version} -Provides: tex(Crimson-Bold.otf) = %{tl_version} -Provides: tex(Crimson-SemiboldItalic.otf) = %{tl_version} -Provides: tex(Crimson-BoldItalic.otf) = %{tl_version} -Provides: tex(Crimson-Semibold-tlf-ly1.vf) = %{tl_version} -Provides: tex(Crimson-Bold-tlf-ts1.vf) = %{tl_version} -Provides: tex(Crimson-SemiboldItalic-tlf-t1.vf) = %{tl_version} -Provides: tex(Crimson-SemiboldItalic-tlf-ly1.vf) = %{tl_version} -Provides: tex(Crimson-Bold-tlf-ly1.vf) = %{tl_version} -Provides: tex(Crimson-Italic-tlf-ts1.vf) = %{tl_version} -Provides: tex(Crimson-Bold-tlf-t1.vf) = %{tl_version} -Provides: tex(Crimson-SemiboldItalic-tlf-ts1.vf) = %{tl_version} -Provides: tex(Crimson-BoldItalic-tlf-ly1.vf) = %{tl_version} -Provides: tex(Crimson-Roman-tlf-ts1.vf) = %{tl_version} -Provides: tex(Crimson-Roman-tlf-t1.vf) = %{tl_version} -Provides: tex(Crimson-Semibold-tlf-t1.vf) = %{tl_version} -Provides: tex(Crimson-BoldItalic-tlf-t1.vf) = %{tl_version} -Provides: tex(Crimson-Italic-tlf-t1.vf) = %{tl_version} -Provides: tex(Crimson-Semibold-tlf-ts1.vf) = %{tl_version} -Provides: tex(Crimson-Italic-tlf-ly1.vf) = %{tl_version} -Provides: tex(Crimson-BoldItalic-tlf-ts1.vf) = %{tl_version} -Provides: tex(Crimson-Italic-tlf-ot1.tfm) = %{tl_version} -Provides: tex(Crimson-Italic-tlf-ly1.tfm) = %{tl_version} -Provides: tex(Crimson-Semibold-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(Crimson-Semibold-tlf-ot1.tfm) = %{tl_version} -Provides: tex(Crimson-BoldItalic-tlf-ly1.tfm) = %{tl_version} -Provides: tex(Crimson-SemiboldItalic-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(Crimson-BoldItalic-tlf-t1.tfm) = %{tl_version} -Provides: tex(Crimson-Bold-tlf-ot1.tfm) = %{tl_version} -Provides: tex(Crimson-Bold-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(Crimson-SemiboldItalic-tlf-ly1.tfm) = %{tl_version} -Provides: tex(Crimson-Roman-tlf-ts1.tfm) = %{tl_version} -Provides: tex(Crimson-Roman-tlf-ly1.tfm) = %{tl_version} -Provides: tex(Crimson-BoldItalic-tlf-ts1.tfm) = %{tl_version} -Provides: tex(Crimson-Italic-tlf-t1.tfm) = %{tl_version} -Provides: tex(Crimson-Semibold-tlf-ts1.tfm) = %{tl_version} -Provides: tex(Crimson-Bold-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(Crimson-Italic-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(Crimson-Roman-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(Crimson-SemiboldItalic-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(Crimson-BoldItalic-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(Crimson-Italic-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(Crimson-Italic-tlf-ts1.tfm) = %{tl_version} -Provides: tex(Crimson-SemiboldItalic-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(Crimson-BoldItalic-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(Crimson-SemiboldItalic-tlf-ot1.tfm) = %{tl_version} -Provides: tex(Crimson-BoldItalic-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(Crimson-SemiboldItalic-tlf-ts1.tfm) = %{tl_version} -Provides: tex(Crimson-Semibold-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(Crimson-Semibold-tlf-ly1.tfm) = %{tl_version} -Provides: tex(Crimson-Bold-tlf-t1.tfm) = %{tl_version} -Provides: tex(Crimson-BoldItalic-tlf-ot1.tfm) = %{tl_version} -Provides: tex(Crimson-Semibold-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(Crimson-SemiboldItalic-tlf-t1.tfm) = %{tl_version} -Provides: tex(Crimson-Bold-tlf-ly1.tfm) = %{tl_version} -Provides: tex(Crimson-Roman-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(Crimson-Roman-tlf-t1.tfm) = %{tl_version} -Provides: tex(Crimson-Bold-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(Crimson-Bold-tlf-ts1.tfm) = %{tl_version} -Provides: tex(Crimson-Semibold-tlf-t1.tfm) = %{tl_version} -Provides: tex(Crimson-Roman-tlf-ot1.tfm) = %{tl_version} -Provides: tex(Crimson-Italic-tlf-ts1--base.tfm) = %{tl_version} - -%description crimson -This package provides LaTeX, pdfLaTeX, XeLaTeX, and LuaLaTeX -support for the Crimson family of fonts, designed by Sebastian -Kosch. The Crimson family is for book production in the -tradition of beautiful oldstyle typefaces, inspired -particularly by the work of people like Jan Tschichold (Sabon), -Robert Slimbach (Arno, Minion), and Jonathan Hoefler (Hoefler -Text). Support for small caps and old-style numerals is still -"under construction"; these features are not supported by this -version of the package. - -%package ctablestack-doc -Provides: tex-ctablestack-doc = %{tl_version} -License: LPPL -Summary: doc files of ctablestack -Version: svn38514 - -AutoReqProv: No - -%description ctablestack-doc -Documentation for ctablestack %package ctablestack -Provides: tex-ctablestack = %{tl_version} +Provides: tex-ctablestack = %{epoch}:%{source_date}-%{release} +Provides: tex-ctablestack-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-ctablestack-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-ctablestack-doc < %{tl_epoch}:%{source_date} License: LPPL Summary: Catcode table stable support -Version: svn38514 - +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(ctablestack.sty) = %{tl_version} +Requires: texlive-kpathsea +Provides: tex(ctablestack.sty) = %{epoch}:%{source_date}-%{release} %description ctablestack This package provides a method for defining category code table @@ -135224,4557 +23027,82 @@ users). It is required by the luatexbase package (v1.0 onward) which uses ctablestack to provide a back-compatibility form of this concept. -%package delimseasy-doc -Provides: tex-delimseasy-doc = %{tl_version} -License: LPPL -Summary: doc files of delimseasy -Version: svn39589 - -AutoReqProv: No - -%description delimseasy-doc -Documentation for delimseasy - -%package delimseasy -Provides: tex-delimseasy = %{tl_version} -License: LPPL -Summary: Delimiter commands that are easy to use and resize -Version: svn39589 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(delimseasy.sty) = %{tl_version} - -%description delimseasy -This package provides commands to give a consistent, easy-to- -remember, easy to edit way to control the size and blackness of -delimiters: append 1-4 "b"s to command for larger sizes; -prepend "B" for for boldface. These commands reduce the -likelihood of incomplete delimeter pairs and typically use -fewer characters than the LaTeX default. - -%package drawmatrix-doc -Provides: tex-drawmatrix-doc = %{tl_version} -License: MIT -Summary: doc files of drawmatrix -Version: svn44471 -AutoReqProv: No - -%description drawmatrix-doc -Documentation for drawmatrix - -%package drawmatrix -Provides: tex-drawmatrix = %{tl_version} -License: MIT -Summary: Draw visual representations of matrices in LaTeX -Version: svn44471 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(drawmatrix.sty) = %{tl_version} - -%description drawmatrix -The package provides macros to visually represent matrices. -Various options allow to change the visualizations, e.g., -drawing rectangular, triangular, or banded matrices. - -%package dynamicnumber-doc -Provides: tex-dynamicnumber-doc = %{tl_version} -License: MIT -Summary: doc files of dynamicnumber -Version: svn38726 - -AutoReqProv: No - -%description dynamicnumber-doc -Documentation for dynamicnumber - -%package dynamicnumber -Provides: tex-dynamicnumber = %{tl_version} -License: MIT -Summary: Dynamically typeset numbers and values in LaTeX through "symbolic links" -Version: svn38726 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(dynamicnumber.sty) = %{tl_version} - -%description dynamicnumber -This package dynamically typesets values generated by different -kinds of scripts in LaTeX through the use of "symbolic links" -(which are not in any way related to the "symbolic links" used -in UNIX systems!). The aim is to reduce errors resulting from -out-of-date numbers by directly setting them in the number -generating file and importing a "symbolic link" into the LaTeX -source file. It can be used to import not only numerical -values, but strings and pieces of code are also possible. -Currently only MATLAB and Python are supported to produce -Dynamic Number list files. - -%package ecobiblatex-doc -Provides: tex-ecobiblatex-doc = %{tl_version} -License: LPPL -Summary: doc files of ecobiblatex -Version: svn39233 - -AutoReqProv: No - -%description ecobiblatex-doc -Documentation for ecobiblatex - -%package ecobiblatex -Provides: tex-ecobiblatex = %{tl_version} -License: LPPL -Summary: Global Ecology and Biogeography BibLaTeX styles for the Biber backend -Version: svn39233 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - - -%description ecobiblatex -This bundle provides a set of styles for creating -bibliographies using BibLaTeX in the style of the Global -Ecology and Biogeography journal. It comprises styles based on -the conventions of John Wiley & Sons Ltd and Global Ecology and -Biogeography Conventions (c). - -%package econometrics-doc -Provides: tex-econometrics-doc = %{tl_version} -License: LPPL -Summary: doc files of econometrics -Version: svn39396 - -AutoReqProv: No - -%description econometrics-doc -Documentation for econometrics - -%package econometrics -Provides: tex-econometrics = %{tl_version} -License: LPPL -Summary: defines some commands that simplify mathematic notation in economic and econometric writing -Version: svn39396 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(econometrics.sty) = %{tl_version} - -%description econometrics -Econometrics is a package that defines some commands that -simplify mathematic notation in economic and econometrics -writing. The commands are related to the notation of vectors, -matrices, sets, calligraphic and roman letters statistical -distributions constants and symbols matrix operators and -statistical operators. The package is based on "Notation in -Econometrics: a proposal for a standard" by Karim Abadir and -Jan R. Magnus, The Econometrics Journal (2002), 5, 76-90. - -%package einfuehrung2-doc -Provides: tex-einfuehrung2-doc = %{tl_version} -License: LPPL -Summary: doc files of einfuehrung2 -Version: svn54080 -AutoReqProv: No - -%description einfuehrung2-doc -Documentation for einfuehrung2 - -%package ellipse-doc -Provides: tex-ellipse-doc = %{tl_version} -License: LPPL -Summary: doc files of ellipse -Version: svn39025 - -AutoReqProv: No - -%description ellipse-doc -Documentation for ellipse - -%package ellipse -Provides: tex-ellipse = %{tl_version} -License: LPPL -Summary: Draw ellipses and elliptical arcs using the standard LaTeX2e picture environment -Version: svn39025 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(ellipse.sty) = %{tl_version} - -%description ellipse -Draw ellipses and elliptical arcs using the standard LaTeX2e -picture environment. - -%package emisa-doc -Provides: tex-emisa-doc = %{tl_version} -License: LPPL -Summary: doc files of emisa -Version: svn46734 -AutoReqProv: No - -%description emisa-doc -Documentation for emisa - -%package emisa -Provides: tex-emisa = %{tl_version} -License: LPPL -Summary: A LaTeX package for preparing manuscripts for the journal EMISA -Version: svn46734 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(emisa.cls) = %{tl_version} - -%description emisa -The EMISA LaTeX package is provided for preparing manuscripts -for submission to EMISA, and for preparing accepted submissions -for publication as well as for typesetting the final document -by the editorial office. Articles in EMISA are published online -at EMISA (in the Portable Document Format or PDF format). - -%package exercises-doc -Provides: tex-exercises-doc = %{tl_version} -License: LPPL -Summary: doc files of exercises -Version: svn42428 -AutoReqProv: No - -%description exercises-doc -Documentation for exercises - -%package exercises -Provides: tex-exercises = %{tl_version} -License: LPPL -Summary: Typeset exercises and solutions with automatic addition of points -Version: svn42428 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(exercises.sty) = %{tl_version} - -%description exercises -This package defines the environments exercise and solution. -The layout of these environments can be customized. The -- -optional -- points in the exercises can be added automatically. -The package also permits to hide the solutions. - -%package ffslides-doc -Provides: tex-ffslides-doc = %{tl_version} -License: LPPL -Summary: doc files of ffslides -Version: svn38895 - -AutoReqProv: No - -%description ffslides-doc -Documentation for ffslides - -%package ffslides -Provides: tex-ffslides = %{tl_version} -License: LPPL -Summary: Freeform slides based on the article class -Version: svn38895 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(ffslides.cls) = %{tl_version} - -%description ffslides -The ffslides ("freeform slides") class is intended to make it -easier to place various types of content freely on the page, -and therefore easier to design documents with a strong visual -component: presentations, posters, research or lecture notes, -and so on. The goal of the class is to be less rigid and less -complex than some of the popular presentation-making options. -It is essentially a small set of macros added to the article -class. A well-organized template file is included, and the -documentation is itself an extensive example of the class's -capabilities. - -%package fibeamer-doc -Provides: tex-fibeamer-doc = %{tl_version} -License: LPPL -Summary: doc files of fibeamer -Version: svn53146 -AutoReqProv: No - -%description fibeamer-doc -Documentation for fibeamer - -%package fibeamer -Provides: tex-fibeamer = %{tl_version} -License: LPPL -Summary: Beamer theme for thesis defense presentations at Masaryk University (Brno, Czech Republic) -Version: svn53146 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(beamercolorthemefibeamer-mu-econ.sty) = %{tl_version} -Provides: tex(beamercolorthemefibeamer-mu-fi.sty) = %{tl_version} -Provides: tex(beamercolorthemefibeamer-mu-fsps.sty) = %{tl_version} -Provides: tex(beamercolorthemefibeamer-mu-fss.sty) = %{tl_version} -Provides: tex(beamercolorthemefibeamer-mu-law.sty) = %{tl_version} -Provides: tex(beamercolorthemefibeamer-mu-med.sty) = %{tl_version} -Provides: tex(beamercolorthemefibeamer-mu-ped.sty) = %{tl_version} -Provides: tex(beamercolorthemefibeamer-mu-phil.sty) = %{tl_version} -Provides: tex(beamercolorthemefibeamer-mu-sci.sty) = %{tl_version} -Provides: tex(beamercolorthemefibeamer-mu.sty) = %{tl_version} -Provides: tex(beamerfontthemefibeamer-mu.sty) = %{tl_version} -Provides: tex(beamerinnerthemefibeamer-mu.sty) = %{tl_version} -Provides: tex(beamerouterthemefibeamer-mu.sty) = %{tl_version} -Provides: tex(beamerthemefibeamer.sty) = %{tl_version} - -%description fibeamer -A beamer theme for the typesetting of thesis defense -presentations at the Masaryk University (Brno, Czech Republic). -The theme has been designed for easy extensibility by color -themes of other academic institutions. - -%package fixcmex-doc -Provides: tex-fixcmex-doc = %{tl_version} -License: LPPL -Summary: doc files of fixcmex -Version: svn51825 -AutoReqProv: No - -%description fixcmex-doc -Documentation for fixcmex - -%package fixcmex -Provides: tex-fixcmex = %{tl_version} -License: LPPL -Summary: Fully scalable version of Computer Modern Math Extension font -Version: svn51825 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(fixcmex.sty) = %{tl_version} - -%description fixcmex -This package provides a fully scalable version of the Computer -Modern Math Extension font for curing sizing problems mainly -with lmodern. It can be used when the main font of the document -is Computer Modern (or European Modern, if T1 encoding is -selected), or Latin Modern. It redefines the math extension -font so that it becomes arbitrarily scalable, using the optical -size fonts provided by the AMS together with the original -cmex10 font. - -%package font-change-xetex-doc -Provides: tex-font-change-xetex-doc = %{tl_version} -License: CC-BY-SA -Summary: doc files of font-change-xetex -Version: svn40404 - -AutoReqProv: No - -%description font-change-xetex-doc -Documentation for font-change-xetex - -%package font-change-xetex -Provides: tex-font-change-xetex = %{tl_version} -License: CC-BY-SA -Summary: Macros to change text and mathematics fonts in plain XeTeX -Version: svn40404 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(font-change-xetex.tex) = %{tl_version} - -%description font-change-xetex -This package consists of macros that can be used to typeset -"plain" XeTeX documents using any OpenType or TrueType font -installed on the computer system. The macros allow the user to -change the text mode fonts and some math mode fonts. For any -declared font family, various font style, weight, and size -variants like bold, italics, small caps, etc., are available -through standard and custom TeX control statements. Using the -optional argument of the macros, the available XeTeX font -features and OpenType tags can be accessed. Other features of -the package include activating and deactivating hanging -punctuation, and support for special Unicode characters. - -%package fonts-churchslavonic -Provides: tex-fonts-churchslavonic = %{tl_version} -License: OFL -Summary: Fonts for typesetting in Church Slavonic language -Version: svn43121 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(FedorovskUnicode.otf) = %{tl_version} -Provides: tex(MenaionUnicode.otf) = %{tl_version} -Provides: tex(PomorskyUnicode.otf) = %{tl_version} -Provides: tex(PonomarUnicode.otf) = %{tl_version} -Provides: tex(FedorovskUnicode.ttf) = %{tl_version} -Provides: tex(MenaionUnicode.ttf) = %{tl_version} -Provides: tex(PomorskyUnicode.ttf) = %{tl_version} -Provides: tex(PonomarUnicode.ttf) = %{tl_version} - -%description fonts-churchslavonic -The package provides Unicode-encoded OpenType fonts for Church -Slavonic. - -%package fonts-churchslavonic-doc -Provides: tex-fonts-churchslavonic-doc = %{tl_version} -License: OFL -Summary: doc files of fonts-churchslavonic -Version: svn43121 -AutoReqProv: No - -%description fonts-churchslavonic-doc -Documentation for fonts-churchslavonic. - -%package footnotehyper-doc -Provides: tex-footnotehyper-doc = %{tl_version} -License: LPPL -Summary: doc files of footnotehyper -Version: svn52676 -AutoReqProv: No - -%description footnotehyper-doc -Documentation for footnotehyper - -%package footnotehyper -Provides: tex-footnotehyper = %{tl_version} -License: LPPL -Summary: hyperref aware footnote.sty -Version: svn52676 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(footnotehyper.sty) = %{tl_version} - -%description footnotehyper -The footnote package by Mark Wooding dates back to 1997 and has -not been made hyperref compatible. The aim of the present -package is to do that. - -%package getitems-doc -Provides: tex-getitems-doc = %{tl_version} -License: LPPL -Summary: doc files of getitems -Version: svn39365 - -AutoReqProv: No - -%description getitems-doc -Documentation for getitems - -%package getitems -Provides: tex-getitems = %{tl_version} -License: LPPL -Summary: Gathering items from a list-like environment -Version: svn39365 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(getitems.sty) = %{tl_version} - -%description getitems -This package provides a \gatheritems command to parse a list of -data separated by \item tokens. This makes it easier to define -custom environments which structure their data in the same way -that itemize or enumerate do. - -%package gitlog-doc -Provides: tex-gitlog-doc = %{tl_version} -License: LPPL -Summary: doc files of gitlog -Version: svn38932 - -AutoReqProv: No - -%description gitlog-doc -Documentation for gitlog - -%package gitlog -Provides: tex-gitlog = %{tl_version} -License: LPPL -Summary: Typesetting git changelogs -Version: svn38932 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(gitlog.sty) = %{tl_version} - -%description gitlog -This package allows git change log history to be incorporated -into LaTeX documents; the log data is obtained from the git -distributed version control system. The current release -(0.0.beta) is a proof-of-concept release to allow users an -early evaluation and to attract ideas and support. Requests and -suggestions, as well as code contributions are welcome. - -%package glossaries-extra-doc -Provides: tex-glossaries-extra-doc = %{tl_version} -License: LPPL -Summary: doc files of glossaries-extra -Version: svn54688 -AutoReqProv: No - -%description glossaries-extra-doc -Documentation for glossaries-extra - -%package glossaries-extra -Provides: tex-glossaries-extra = %{tl_version} -License: LPPL -Summary: An extension to the glossaries package -Version: svn54688 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: tex(glossaries.sty) -Provides: tex(example-glossaries-xr.tex) = %{tl_version} -Provides: tex(glossaries-extra-bib2gls.sty) = %{tl_version} -Provides: tex(glossaries-extra-stylemods.sty) = %{tl_version} -Provides: tex(glossaries-extra.sty) = %{tl_version} -Provides: tex(glossary-bookindex.sty) = %{tl_version} -Provides: tex(glossary-longextra.sty) = %{tl_version} -Provides: tex(glossary-topic.sty) = %{tl_version} - -%description glossaries-extra -This package provides improvements and extra features to the -glossaries package. Some of the default glossaries.sty -behaviour is changed by glossaries-extra.sty. See the user -manual glossaries-extra-manual.pdf for further details. -glossaries-extra.sty requires the glossaries package and, -naturally, all packages required by glossaries.sty. - -%package gloss-occitan-doc -Provides: tex-gloss-occitan-doc = %{tl_version} -License: LPPL -Summary: doc files of gloss-occitan -Version: svn52593 -AutoReqProv: No - -%description gloss-occitan-doc -Documentation for gloss-occitan - -%package gloss-occitan -Provides: tex-gloss-occitan = %{tl_version} -License: LPPL -Summary: Polyglossia support for Occitan -Version: svn52593 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(gloss-occitan.ldf) = %{tl_version} - -%description gloss-occitan -Occitan language description file for polyglossia. - -%package gobble-doc -Provides: tex-gobble-doc = %{tl_version} -License: LPPL -Summary: doc files of gobble -Version: svn49608 -AutoReqProv: No - -%description gobble-doc -Documentation for gobble - -%package gobble -Provides: tex-gobble = %{tl_version} -License: LPPL -Summary: More gobble macros for PlainTeX and LaTeX -Version: svn49608 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(gobble.sty) = %{tl_version} -Provides: tex(gobble-user.sty) = %{tl_version} -Provides: tex(gobble.tex) = %{tl_version} - -%description gobble -The LaTeX package gobble includes several gobble macros not -included in the LaTeX kernel. These macros remove a number of -arguments after them, a feature regulary used inside other -macros. This includes gobble macros for optional arguments. The -LaTeX package gobble-user provides these macros at the user -level, i.e. using names without @ so that these can be used -without \makeatletter and \makeatother. The same macros are -provided inside .tex files for use with plain-TeX or other TeX -formats. However, the gobble macros for optional macros require -\@ifnextchar to be defined. - -%package gradstudentresume-doc -Provides: tex-gradstudentresume-doc = %{tl_version} -License: LPPL -Summary: doc files of gradstudentresume -Version: svn38832 - -AutoReqProv: No - -%description gradstudentresume-doc -Documentation for gradstudentresume - -%package gradstudentresume -Provides: tex-gradstudentresume = %{tl_version} -License: LPPL -Summary: A generic template for graduate student resumes -Version: svn38832 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(gradstudentresume.cls) = %{tl_version} - -%description gradstudentresume -The package offers a template for graduate students writing an -academic CV. The goal is to create a flexible template that can -be customized based on each specific individual's needs. - -%package graphics-cfg-doc -Provides: tex-graphics-cfg-doc = %{tl_version} -License: CC-0 -Summary: doc files of graphics-cfg -Version: svn41448 -AutoReqProv: No - -%description graphics-cfg-doc -Documentation for graphics-cfg - -%package graphics-cfg -Provides: tex-graphics-cfg = %{tl_version} -License: Public Domain -Summary: Sample configuration files for LaTeX color and graphics -Version: svn41448 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(color.cfg) = %{tl_version} -Provides: tex(graphics.cfg) = %{tl_version} - -%description graphics-cfg -This bundle includes color.cfg and graphics.cfg files that set -default "driver" options for the color and graphics packages. -It contains support for defaulting the new LuaTeX option which -was added to graphics and color in the 2016-02-01 release. The -LuaTeX option is only used for LuaTeX versions from 0.87, older -versions use the pdfTeX option as before. - -%package greektonoi-doc -Provides: tex-greektonoi-doc = %{tl_version} -License: GPLv3 -Summary: doc files of greektonoi -Version: svn39419 - -AutoReqProv: No - -%description greektonoi-doc -Documentation for greektonoi - -%package greektonoi -Provides: tex-greektonoi = %{tl_version} -License: GPLv3 -Summary: Facilitates writing/editing of multiaccented greek -Version: svn39419 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(greektonoi.sty) = %{tl_version} -Provides: tex(greektonoi.map) = %{tl_version} - -%description greektonoi -The greektonoi mapping extends the betababel package or the -babel polutonikogreek option to provide a simple way to insert -ancient Greek texts with diacritical characters into your -document using a similar method to the commonly used Beta Code -transliteration, but with much more freedom. It is designed -especially for the XeTeX engine and it could also be used for -fast and easy modification of monotonic greek texts to -polytonic. The output text is natively encoded in Unicode, so -it can be reused in any possible way. The greektonoi package -provides, in addition to inserting greek accents and -breathings, many other symbols used in greek numbers and -arithmetic or in the greek archaic period. It could be used -with greektonoi mapping or indepedently. - -%package h2020proposal-doc -Provides: tex-h2020proposal-doc = %{tl_version} -License: GPLv3+ -Summary: doc files of h2020proposal -Version: svn38428 - -AutoReqProv: No - -%description h2020proposal-doc -Documentation for h2020proposal - -%package h2020proposal -Provides: tex-h2020proposal = %{tl_version} -License: GPLv3+ -Summary: LaTeX class and template for EU H2020 RIA proposal -Version: svn38428 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(h2020proposal.cls) = %{tl_version} - -%description h2020proposal -This package consists of a class file as well as FET and ICT -proposal templates for writing EU H2020 RIA proposals and -generating automatically the many cross-referenced tables that -are required. - -%package hyphen-churchslavonic -Provides: tex-hyphen-churchslavonic = %{tl_version} -License: Copyright only -Summary: Church Slavonic hyphenation patterns. -Version: svn54568 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires(post,postun): coreutils -Requires: texlive-hyphen-base -Requires: texlive-hyph-utf8 -Provides: tex(hyph-cu.tex) = %{tl_version} -Provides: tex(loadhyph-cu.tex) = %{tl_version} - -%description hyphen-churchslavonic -Hyphenation patterns for Church Slavonic in UTF-8 encoding - -%post hyphen-churchslavonic -if [ $1 -gt 0 ] ; then -sed -i '/churchslavonic.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "churchslavonic loadhyph-cu.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{churchslavonic}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{churchslavonic}{loadhyph-cu.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -fi -: - -%postun hyphen-churchslavonic -if [ $1 == 0 ] ; then -sed -i '/churchslavonic.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{churchslavonic}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -fi -: - -%package hyphen-occitan -Provides: tex-hyphen-occitan = %{tl_version} -License: Copyright only -Summary: Occitan hyphenation patterns. -Version: svn54568 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires(post,postun): coreutils -Requires: texlive-hyphen-base -Requires: texlive-hyph-utf8 -Provides: tex(hyph-oc.ec.tex) = %{tl_version} -Provides: tex(hyph-oc.tex) = %{tl_version} -Provides: tex(hyph-quote-oc.tex) = %{tl_version} -Provides: tex(loadhyph-oc.tex) = %{tl_version} - -%description hyphen-occitan -Hyphenation patterns for Occitan in T1/EC and UTF-8 encodings. -They are supposed to be valid for all the Occitan variants -spoken and written in the wide area called 'Occitanie' by the -French. It ranges from the Val d'Aran within Catalunya, to the -South Western Italian Alps encompassing the southern half of -the French pentagon. - -%post hyphen-occitan -if [ $1 -gt 0 ] ; then -sed -i '/occitan.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "occitan loadhyph-oc.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{occitan}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{occitan}{loadhyph-oc.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -fi -: - -%postun hyphen-occitan -if [ $1 == 0 ] ; then -sed -i '/occitan.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{occitan}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -fi -: - - -%package hyphen-sanskrit-doc -Provides: tex-hyphen-sanskrit-doc = %{tl_version} -License: LPPL -Summary: doc files of hyphen-sanskrit -Version: svn54568 -AutoReqProv: No - -%description hyphen-sanskrit-doc -Documentation for hyphen-sanskrit - -%package hyphen-spanish-doc -Provides: tex-hyphen-spanish-doc = %{tl_version} -License: LPPL -Summary: doc files of hyphen-spanish -Version: svn54568 -AutoReqProv: No - -%description hyphen-spanish-doc -Documentation for hyphen-spanish - -%package ietfbibs-doc -Provides: tex-ietfbibs-doc = %{tl_version} -License: MIT -Summary: doc files of ietfbibs -Version: svn41332 - -AutoReqProv: No - -%description ietfbibs-doc -Documentation for ietfbibs - -%package iffont-doc -Provides: tex-iffont-doc = %{tl_version} -License: LPPL -Summary: doc files of iffont -Version: svn38823 - -AutoReqProv: No - -%description iffont-doc -Documentation for iffont - -%package iffont -Provides: tex-iffont = %{tl_version} -License: LPPL -Summary: Conditionally load fonts with fontspec -Version: svn38823 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(iffont.sty) = %{tl_version} - -%description iffont -This package provides a macro to select the first font XeLaTeX -or LuaTeX can find in a comma separated list and, additionally, -a number of macro tests. - -%package imfellenglish-doc -Provides: tex-imfellenglish-doc = %{tl_version} -License: LPPL and OFL -Summary: doc files of imfellenglish -Version: svn38547 - -AutoReqProv: No - -%description imfellenglish-doc -Documentation for imfellenglish - -%package imfellenglish -Provides: tex-imfellenglish = %{tl_version} -License: LPPL and OFL -Summary: IM Fell English fonts with LaTeX support -Version: svn38547 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(imfellEnglish.sty) = %{tl_version} -Provides: tex(imfellEnglish.map) = %{tl_version} -Provides: tex(TS1IMFELLEnglish-TLF.fd) = %{tl_version} -Provides: tex(T1IMFELLEnglish-TLF.fd) = %{tl_version} -Provides: tex(OT1IMFELLEnglish-TLF.fd) = %{tl_version} -Provides: tex(LY1IMFELLEnglish-TLF.fd) = %{tl_version} -Provides: tex(IM_FELL_English_Roman.pfb) = %{tl_version} -Provides: tex(IM_FELL_English_RomanLCDFJ.pfb) = %{tl_version} -Provides: tex(IM_FELL_English_SC.pfb) = %{tl_version} -Provides: tex(IM_FELL_English_Italic.pfb) = %{tl_version} -Provides: tex(IM_FELL_English_ItalicLCDFJ.pfb) = %{tl_version} -Provides: tex(imfe_cycd4j.enc) = %{tl_version} -Provides: tex(imfe_fhc46f.enc) = %{tl_version} -Provides: tex(imfe_s6atnx.enc) = %{tl_version} -Provides: tex(imfe_zxj6gt.enc) = %{tl_version} -Provides: tex(imfe_5cupvv.enc) = %{tl_version} -Provides: tex(imfe_wnjo6u.enc) = %{tl_version} -Provides: tex(imfe_dc7pev.enc) = %{tl_version} -Provides: tex(imfe_qauovj.enc) = %{tl_version} -Provides: tex(imfe_uut767.enc) = %{tl_version} -Provides: tex(IMFeENsc28P.otf) = %{tl_version} -Provides: tex(IMFeENit28P.otf) = %{tl_version} -Provides: tex(IMFeENrm28P.otf) = %{tl_version} -Provides: tex(IM_FELL_English_Italic-tlf-ts1.vf) = %{tl_version} -Provides: tex(IM_FELL_English_Italic-tlf-ot1.vf) = %{tl_version} -Provides: tex(IM_FELL_English_Roman-tlf-t1.vf) = %{tl_version} -Provides: tex(IM_FELL_English_SC-tlf-ly1.vf) = %{tl_version} -Provides: tex(IM_FELL_English_Roman-tlf-ts1.vf) = %{tl_version} -Provides: tex(IM_FELL_English_SC-tlf-t1.vf) = %{tl_version} -Provides: tex(IM_FELL_English_Roman-tlf-ly1.vf) = %{tl_version} -Provides: tex(IM_FELL_English_SC-tlf-ot1.vf) = %{tl_version} -Provides: tex(IM_FELL_English_SC-tlf-ts1.vf) = %{tl_version} -Provides: tex(IM_FELL_English_Roman-tlf-ot1.vf) = %{tl_version} -Provides: tex(IM_FELL_English_Italic-tlf-t1.vf) = %{tl_version} -Provides: tex(IM_FELL_English_Italic-tlf-ly1.vf) = %{tl_version} -Provides: tex(IM_FELL_English_SC-tlf-ot1.tfm) = %{tl_version} -Provides: tex(IM_FELL_English_Italic-tlf-ly1--lcdfj.tfm) = %{tl_version} -Provides: tex(IM_FELL_English_Italic-tlf-ly1.tfm) = %{tl_version} -Provides: tex(IM_FELL_English_Roman-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(IM_FELL_English_Italic-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(IM_FELL_English_Italic-tlf-ot1--base.tfm) = %{tl_version} -Provides: tex(IM_FELL_English_SC-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(IM_FELL_English_SC-tlf-ly1.tfm) = %{tl_version} -Provides: tex(IM_FELL_English_Roman-tlf-t1--lcdfj.tfm) = %{tl_version} -Provides: tex(IM_FELL_English_SC-tlf-ot1--base.tfm) = %{tl_version} -Provides: tex(IM_FELL_English_Roman-tlf-ot1--base.tfm) = %{tl_version} -Provides: tex(IM_FELL_English_SC-tlf-t1.tfm) = %{tl_version} -Provides: tex(IM_FELL_English_SC-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(IM_FELL_English_SC-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(IM_FELL_English_Italic-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(IM_FELL_English_Roman-tlf-ly1.tfm) = %{tl_version} -Provides: tex(IM_FELL_English_Roman-tlf-ts1.tfm) = %{tl_version} -Provides: tex(IM_FELL_English_SC-tlf-ts1.tfm) = %{tl_version} -Provides: tex(IM_FELL_English_Roman-tlf-t1.tfm) = %{tl_version} -Provides: tex(IM_FELL_English_Roman-tlf-ot1--lcdfj.tfm) = %{tl_version} -Provides: tex(IM_FELL_English_Italic-tlf-t1--lcdfj.tfm) = %{tl_version} -Provides: tex(IM_FELL_English_Italic-tlf-t1.tfm) = %{tl_version} -Provides: tex(IM_FELL_English_Italic-tlf-ot1.tfm) = %{tl_version} -Provides: tex(IM_FELL_English_Italic-tlf-ot1--lcdfj.tfm) = %{tl_version} -Provides: tex(IM_FELL_English_Roman-tlf-ly1--lcdfj.tfm) = %{tl_version} -Provides: tex(IM_FELL_English_Roman-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(IM_FELL_English_Italic-tlf-ts1.tfm) = %{tl_version} -Provides: tex(IM_FELL_English_Italic-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(IM_FELL_English_Roman-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(IM_FELL_English_Roman-tlf-ot1.tfm) = %{tl_version} - -%description imfellenglish -Igino Marini has implemented digital revivals of fonts -bequeathed to Oxford University by Dr. John Fell, Bishop of -Oxford and Dean of Christ Church in 1686. This package provides -the English family, consisting of Roman, Italic and Small-Cap -fonts. - -%package jacow-doc -Provides: tex-jacow-doc = %{tl_version} -License: LPPL -Summary: doc files of jacow -Version: svn50870 -AutoReqProv: No - -%description jacow-doc -Documentation for jacow - -%package jacow -Provides: tex-jacow = %{tl_version} -License: LPPL -Summary: The "jacow.cls" class is used for submissions to the proceedings of conferences on JACoW.org -Version: svn50870 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(jacow.cls) = %{tl_version} - -%description jacow -The jacow class is used for submissions to the proceedings of -conferences on Joint Accelerator Conferences Website (JACoW), -an international collaboration that publishes the proceedings -of accelerator conferences held around the world. - -%package keyvaltable-doc -Provides: tex-keyvaltable-doc = %{tl_version} -License: LPPL -Summary: doc files of keyvaltable -Version: svn54677 -AutoReqProv: No - -%description keyvaltable-doc -Documentation for keyvaltable - -%package keyvaltable -Provides: tex-keyvaltable = %{tl_version} -License: LPPL -Summary: Re-usable tables separating content and presentation -Version: svn54677 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(keyvaltable.sty) = %{tl_version} - -%description keyvaltable -The main goal of the keyvaltable package is to offer means for -typesetting tables easily and yet still looking rather nicely -in a way that separates content from presentation and with re- -usable layout for tables of the same type. For this purpose, -the package provides the environment KeyValTable, which allows -one to typeset tables that have a previously defined column -layout and whose rows can be produced in a key-value fashion. - -%package ksp-thesis-doc -Provides: tex-ksp-thesis-doc = %{tl_version} -License: LPPL -Summary: doc files of ksp-thesis -Version: svn39080 - -AutoReqProv: No - -%description ksp-thesis-doc -Documentation for ksp-thesis - -%package ksp-thesis -Provides: tex-ksp-thesis = %{tl_version} -License: LPPL -Summary: A LaTeX class for theses published with KIT Scientific Publishing -Version: svn39080 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(ksp-thesis.cls) = %{tl_version} - -%description ksp-thesis -This package provides a LaTeX class intended for authors who -want to publish their thesis or other scientific work with KIT -Scientific Publishing (KSP). The class is based on the scrbook -class of the KOMA-script bundle in combination with the -ClassicThesis and ArsClassica packages. It modifies some of the -layout and style definitions of these packages in order to -provide a document layout that should be compatible with the -requirements by KSP. - -%package langsci-doc -Provides: tex-langsci-doc = %{tl_version} -License: LPPL -Summary: doc files of langsci -Version: svn54393 -AutoReqProv: No - -%description langsci-doc -Documentation for langsci - -%package langsci -Provides: tex-langsci = %{tl_version} -License: LPPL -Summary: Typeset books for publication with Language Science Press -Version: svn54393 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(langsci-basic.sty) = %{tl_version} -Provides: tex(langsci-bidi.sty) = %{tl_version} -Provides: tex(langsci-forest-setup.sty) = %{tl_version} -Provides: tex(langsci-gb4e.sty) = %{tl_version} -Provides: tex(langsci-hyphenation-de.tex) = %{tl_version} -Provides: tex(langsci-hyphenation-fr.tex) = %{tl_version} -Provides: tex(langsci-hyphenation-pt.tex) = %{tl_version} -Provides: tex(langsci-hyphenation-universal.tex) = %{tl_version} -Provides: tex(langsci-lgr.sty) = %{tl_version} -Provides: tex(langsci-linguex.sty) = %{tl_version} -Provides: tex(langsci-optional.sty) = %{tl_version} -Provides: tex(langsci-series.def) = %{tl_version} -Provides: tex(langsci-subparts.sty) = %{tl_version} -Provides: tex(langsci-tbls.sty) = %{tl_version} -Provides: tex(langsci-textipa.sty) = %{tl_version} -Provides: tex(langsci-tikz.sty) = %{tl_version} -Provides: tex(langsci-tobi.sty) = %{tl_version} -Provides: tex(langsci-unified.bbx) = %{tl_version} -Provides: tex(langsci-unified.cbx) = %{tl_version} -Provides: tex(langscibook.cls) = %{tl_version} - -%description langsci -This packages allows you to typeset monographs and edited -volumes for publication with Language Science Press -(http://www.langsci-press.org). It includes all necessary files -for title pages, frontmatter, main content, list of references -and indexes. Dust jackets for BoD and Createspace (print-on- -demand service providers) can also be produced. - -%package latex2e-help-texinfo-fr-doc -Provides: tex-latex2e-help-texinfo-fr-doc = %{tl_version} -License: LPPL -Summary: doc files of latex2e-help-texinfo-fr -Version: svn44997 -AutoReqProv: No - -%description latex2e-help-texinfo-fr-doc -Documentation for latex2e-help-texinfo-fr - -%package latex-bib2-ex-doc -Provides: tex-latex-bib2-ex-doc = %{tl_version} -License: LPPL -Summary: doc files of latex-bib2-ex -Version: svn40098 - -AutoReqProv: No - -%description latex-bib2-ex-doc -Documentation for latex-bib2-ex - -%package latex-tds-doc -Provides: tex-latex-tds-doc = %{tl_version} -License: LPPL -Summary: doc files of latex-tds -Version: svn54758 -AutoReqProv: No - -%description latex-tds-doc -Documentation for latex-tds - -%package libertinegc-doc -Provides: tex-libertinegc-doc = %{tl_version} -License: LPPL -Summary: doc files of libertinegc -Version: svn44616 -AutoReqProv: No - -%description libertinegc-doc -Documentation for libertinegc - -%package libertinegc -Provides: tex-libertinegc = %{tl_version} -License: LPPL -Summary: Libertine add-on to support Greek and Cyrillic -Version: svn44616 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(libertinegc.sty) = %{tl_version} -Provides: tex(libertinegc.map) = %{tl_version} -Provides: tex(LGRLinuxLibertineT-OsF.fd) = %{tl_version} -Provides: tex(LGRLinuxLibertineT-TOsF.fd) = %{tl_version} -Provides: tex(T2BLinuxLibertineT-TLF.fd) = %{tl_version} -Provides: tex(LGRLinuxLibertineT-TLF.fd) = %{tl_version} -Provides: tex(LGRLinuxLibertineT-LF.fd) = %{tl_version} -Provides: tex(T2CLinuxLibertineT-TOsF.fd) = %{tl_version} -Provides: tex(T2BLinuxLibertineT-LF.fd) = %{tl_version} -Provides: tex(T2ALinuxLibertineT-LF.fd) = %{tl_version} -Provides: tex(T2CLinuxLibertineT-TLF.fd) = %{tl_version} -Provides: tex(OT2LinuxLibertineT-LF.fd) = %{tl_version} -Provides: tex(OT2LinuxLibertineT-TLF.fd) = %{tl_version} -Provides: tex(OT2LinuxLibertineT-TOsF.fd) = %{tl_version} -Provides: tex(OT2LinuxLibertineT-OsF.fd) = %{tl_version} -Provides: tex(T2ALinuxLibertineT-TOsF.fd) = %{tl_version} -Provides: tex(T2BLinuxLibertineT-TOsF.fd) = %{tl_version} -Provides: tex(T2ALinuxLibertineT-OsF.fd) = %{tl_version} -Provides: tex(T2ALinuxLibertineT-TLF.fd) = %{tl_version} -Provides: tex(T2CLinuxLibertineT-LF.fd) = %{tl_version} -Provides: tex(T2BLinuxLibertineT-OsF.fd) = %{tl_version} -Provides: tex(T2CLinuxLibertineT-OsF.fd) = %{tl_version} -Provides: tex(libtlf-lgr.enc) = %{tl_version} -Provides: tex(lib-t2a.enc) = %{tl_version} -Provides: tex(lib-t2b.enc) = %{tl_version} -Provides: tex(lib-t2a1.enc) = %{tl_version} -Provides: tex(lib-t2a2.enc) = %{tl_version} -Provides: tex(libosf-lgr.enc) = %{tl_version} -Provides: tex(lib-t2b1.enc) = %{tl_version} -Provides: tex(lib-t2c.enc) = %{tl_version} -Provides: tex(lib1-ot2.enc) = %{tl_version} -Provides: tex(lib-t2b2.enc) = %{tl_version} -Provides: tex(lib-t2c1.enc) = %{tl_version} -Provides: tex(lib-ot2.enc) = %{tl_version} -Provides: tex(lib-t2c2.enc) = %{tl_version} -Provides: tex(LinLibertineTI-tlf-lgr.tfm) = %{tl_version} -Provides: tex(LinLibertineTBI-t2a.tfm) = %{tl_version} -Provides: tex(LinLibertineTZ-t2a.tfm) = %{tl_version} -Provides: tex(LinLibertineTZI-t2c.tfm) = %{tl_version} -Provides: tex(LinLibertineTBI-t2c.tfm) = %{tl_version} -Provides: tex(LinLibertineTO-tlf-lgr.tfm) = %{tl_version} -Provides: tex(LinLibertineTI-osf-lgr.tfm) = %{tl_version} -Provides: tex(LinLibertineTZ-t2b.tfm) = %{tl_version} -Provides: tex(LinLIbertineT-ot2.tfm) = %{tl_version} -Provides: tex(LinLibertineTO-ot2.tfm) = %{tl_version} -Provides: tex(LinLibertineTZO-t2c.tfm) = %{tl_version} -Provides: tex(LinLibertineTB-osf-lgr.tfm) = %{tl_version} -Provides: tex(LinLibertineTI-ot2.tfm) = %{tl_version} -Provides: tex(LinLibertineTBO-ot2.tfm) = %{tl_version} -Provides: tex(LinLibertineTO-osf-lgr.tfm) = %{tl_version} -Provides: tex(LinLibertineTBI-t2b.tfm) = %{tl_version} -Provides: tex(LinLibertineTZI-t2a.tfm) = %{tl_version} -Provides: tex(LinLibertineTO-t2a.tfm) = %{tl_version} -Provides: tex(LinLibertineTBI-ot2.tfm) = %{tl_version} -Provides: tex(LinLibertineTZI-ot2.tfm) = %{tl_version} -Provides: tex(LinLibertineTO-t2b.tfm) = %{tl_version} -Provides: tex(LinLibertineTBO-t2a.tfm) = %{tl_version} -Provides: tex(LinLibertineTZ-t2c.tfm) = %{tl_version} -Provides: tex(LinLibertineTB-t2b.tfm) = %{tl_version} -Provides: tex(LinLibertineTZI-t2b.tfm) = %{tl_version} -Provides: tex(LinLibertineT-osf-lgr.tfm) = %{tl_version} -Provides: tex(LinLibertineTBO-osf-lgr.tfm) = %{tl_version} -Provides: tex(LinLibertineTI-t2c.tfm) = %{tl_version} -Provides: tex(LinLibertineTB-ot2.tfm) = %{tl_version} -Provides: tex(LinLibertineTZO-t2b.tfm) = %{tl_version} -Provides: tex(LinLibertineTBO-tlf-lgr.tfm) = %{tl_version} -Provides: tex(LinLibertineTZI-tlf-lgr.tfm) = %{tl_version} -Provides: tex(LinLibertineTB-t2c.tfm) = %{tl_version} -Provides: tex(LinLibertineTBO-t2c.tfm) = %{tl_version} -Provides: tex(LinLibertineT-t2c.tfm) = %{tl_version} -Provides: tex(LinLibertineTZO-tlf-lgr.tfm) = %{tl_version} -Provides: tex(LinLibertineTZ-osf-lgr.tfm) = %{tl_version} -Provides: tex(LinLibertineT-tlf-lgr.tfm) = %{tl_version} -Provides: tex(LinLibertineTB-t2a.tfm) = %{tl_version} -Provides: tex(LinLibertineTB-tlf-lgr.tfm) = %{tl_version} -Provides: tex(LinLibertineTZ-tlf-lgr.tfm) = %{tl_version} -Provides: tex(LinLibertineTBI-tlf-lgr.tfm) = %{tl_version} -Provides: tex(LinLibertineTBO-t2b.tfm) = %{tl_version} -Provides: tex(LinLibertineT-t2a.tfm) = %{tl_version} -Provides: tex(LinLibertineTI-t2b.tfm) = %{tl_version} -Provides: tex(LinLibertineTZ-ot2.tfm) = %{tl_version} -Provides: tex(LinLibertineTI-t2a.tfm) = %{tl_version} -Provides: tex(LinLibertineTO-t2c.tfm) = %{tl_version} -Provides: tex(LinLibertineTZO-t2a.tfm) = %{tl_version} -Provides: tex(LinLibertineT-t2b.tfm) = %{tl_version} -Provides: tex(LinLibertineTZI-osf-lgr.tfm) = %{tl_version} -Provides: tex(LinLibertineTZO-ot2.tfm) = %{tl_version} -Provides: tex(LinLibertineTZO-osf-lgr.tfm) = %{tl_version} -Provides: tex(LinLibertineTBI-osf-lgr.tfm) = %{tl_version} - -%description libertinegc -The package provides LaTeX support files to access the Greek -and Cyrillic glyphs in LinuxLibertine. It functions as an add- -on to the libertine package, using filenames and macro names -that are compatible with that package. Supported encodings: -LGR, T2A, T2B, T2C, OT2. - -%package libertinus-doc -Provides: tex-libertinus-doc = %{tl_version} -License: OFL -Summary: doc files of libertinus -Version: svn55064 -AutoReqProv: No - -%description libertinus-doc -Documentation for libertinus - -%package libertinust1math-doc -Provides: tex-libertinust1math-doc = %{tl_version} -License: LPPL and OFL -Summary: doc files of libertinust1math -Version: svn55517 -AutoReqProv: No - -%description libertinust1math-doc -Documentation for libertinust1math - -%package libertinust1math -Provides: tex-libertinust1math = %{tl_version} -License: LPPL and OFL -Summary: A Type 1 font and LaTeX support for Libertinus Math -Version: svn55517 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(libertinust1math.map) = %{tl_version} -Provides: tex(libertinust1math.sty) = %{tl_version} -Provides: tex(libusBB.enc) = %{tl_version} -Provides: tex(libusBMI.enc) = %{tl_version} -Provides: tex(libusBMR.enc) = %{tl_version} -Provides: tex(libusEX.enc) = %{tl_version} -Provides: tex(libusFRK.enc) = %{tl_version} -Provides: tex(libusMI.enc) = %{tl_version} -Provides: tex(libusMR.enc) = %{tl_version} -Provides: tex(libusSF.enc) = %{tl_version} -Provides: tex(libusSFB.enc) = %{tl_version} -Provides: tex(libusSFI.enc) = %{tl_version} -Provides: tex(libusSYM.enc) = %{tl_version} -Provides: tex(libussfMI.enc) = %{tl_version} -Provides: tex(libussfMR.enc) = %{tl_version} -Provides: tex(ls1libertinust1math.fd) = %{tl_version} -Provides: tex(ls1libertinust1mathbb.fd) = %{tl_version} -Provides: tex(ls1libertinust1mathsf.fd) = %{tl_version} -Provides: tex(ls2libertinust1mathex.fd) = %{tl_version} -Provides: tex(ls2libertinust1mathsym.fd) = %{tl_version} -Provides: tex(ot1libertinust1mathsf.fd) = %{tl_version} - -%description libertinust1math -The package provides a Type1 version of Libertinus Math, with a -number of additions and changes, plus LaTeX support files that -allow it to serve as a math accompaniment to Libertine under -LaTeX. In addition, with option sansmath, it can function as a -standalone math font with sans serif Roman and Greek letters. - -%package libertinus -Provides: tex-libertinus = %{tl_version} -License: OFL -Summary: The Libertinus font family -Version: svn55064 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(libertinus.sty) = %{tl_version} - -%description libertinus -This package is only a wrapper for the the two packages -libertinus-type1 (pdfLaTeX) and libertinus-otf -(LuaLaTeX/XeLaTeX). The Libertinus fonts are similiar to -Libertine and Biolinum, but come with math symbols. - -%package librebodoni-doc -Provides: tex-librebodoni-doc = %{tl_version} -License: LPPL and OFL -Summary: doc files of librebodoni -Version: svn39375 - -AutoReqProv: No - -%description librebodoni-doc -Documentation for librebodoni - -%package librebodoni -Provides: tex-librebodoni = %{tl_version} -License: LPPL and OFL -Summary: Libre Bodoni fonts with LaTeX support -Version: svn39375 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(LibreBodoni.sty) = %{tl_version} -Provides: tex(LibreBodoni.map) = %{tl_version} -Provides: tex(T1LibreBodoni-Sup.fd) = %{tl_version} -Provides: tex(LY1LibreBodoni-Inf.fd) = %{tl_version} -Provides: tex(LY1LibreBodoni-TLF.fd) = %{tl_version} -Provides: tex(T1LibreBodoni-Inf.fd) = %{tl_version} -Provides: tex(OT1LibreBodoni-Inf.fd) = %{tl_version} -Provides: tex(T1LibreBodoni-TLF.fd) = %{tl_version} -Provides: tex(LY1LibreBodoni-Sup.fd) = %{tl_version} -Provides: tex(TS1LibreBodoni-TLF.fd) = %{tl_version} -Provides: tex(OT1LibreBodoni-Sup.fd) = %{tl_version} -Provides: tex(OT1LibreBodoni-TLF.fd) = %{tl_version} -Provides: tex(LibreBodoni-Bold.pfb) = %{tl_version} -Provides: tex(LibreBodoni-BoldItalic.pfb) = %{tl_version} -Provides: tex(LibreBodoni-Italic.pfb) = %{tl_version} -Provides: tex(LibreBodoni-Regular.pfb) = %{tl_version} -Provides: tex(lbd_zpaflu.enc) = %{tl_version} -Provides: tex(lbd_dwvqiv.enc) = %{tl_version} -Provides: tex(lbd_gxeqsi.enc) = %{tl_version} -Provides: tex(lbd_yeotsr.enc) = %{tl_version} -Provides: tex(lbd_k2dfwc.enc) = %{tl_version} -Provides: tex(lbd_rpuqof.enc) = %{tl_version} -Provides: tex(lbd_2nc6ly.enc) = %{tl_version} -Provides: tex(lbd_fttd7q.enc) = %{tl_version} -Provides: tex(lbd_oaf34p.enc) = %{tl_version} -Provides: tex(lbd_pcwse4.enc) = %{tl_version} -Provides: tex(LibreBodoni-Bold.otf) = %{tl_version} -Provides: tex(LibreBodoni-Regular.otf) = %{tl_version} -Provides: tex(LibreBodoni-BoldItalic.otf) = %{tl_version} -Provides: tex(LibreBodoni-Italic.otf) = %{tl_version} -Provides: tex(LibreBodoni-Bold-tlf-ly1.vf) = %{tl_version} -Provides: tex(LibreBodoni-Italic-sup-t1.vf) = %{tl_version} -Provides: tex(LibreBodoni-Italic-sup-ly1.vf) = %{tl_version} -Provides: tex(LibreBodoni-Regular-tlf-t1.vf) = %{tl_version} -Provides: tex(LibreBodoni-Bold-tlf-ts1.vf) = %{tl_version} -Provides: tex(LibreBodoni-Italic-inf-ly1.vf) = %{tl_version} -Provides: tex(LibreBodoni-Italic-tlf-ly1.vf) = %{tl_version} -Provides: tex(LibreBodoni-BoldItalic-sup-ly1.vf) = %{tl_version} -Provides: tex(LibreBodoni-Bold-inf-t1.vf) = %{tl_version} -Provides: tex(LibreBodoni-BoldItalic-inf-t1.vf) = %{tl_version} -Provides: tex(LibreBodoni-BoldItalic-tlf-ts1.vf) = %{tl_version} -Provides: tex(LibreBodoni-Regular-tlf-ly1.vf) = %{tl_version} -Provides: tex(LibreBodoni-Regular-sup-t1.vf) = %{tl_version} -Provides: tex(LibreBodoni-Bold-sup-t1.vf) = %{tl_version} -Provides: tex(LibreBodoni-BoldItalic-sup-t1.vf) = %{tl_version} -Provides: tex(LibreBodoni-Italic-tlf-t1.vf) = %{tl_version} -Provides: tex(LibreBodoni-BoldItalic-tlf-ly1.vf) = %{tl_version} -Provides: tex(LibreBodoni-Bold-tlf-t1.vf) = %{tl_version} -Provides: tex(LibreBodoni-Italic-tlf-ts1.vf) = %{tl_version} -Provides: tex(LibreBodoni-Italic-inf-t1.vf) = %{tl_version} -Provides: tex(LibreBodoni-BoldItalic-tlf-t1.vf) = %{tl_version} -Provides: tex(LibreBodoni-Regular-inf-ly1.vf) = %{tl_version} -Provides: tex(LibreBodoni-Bold-sup-ly1.vf) = %{tl_version} -Provides: tex(LibreBodoni-Regular-sup-ly1.vf) = %{tl_version} -Provides: tex(LibreBodoni-Regular-inf-t1.vf) = %{tl_version} -Provides: tex(LibreBodoni-BoldItalic-inf-ly1.vf) = %{tl_version} -Provides: tex(LibreBodoni-Regular-tlf-ts1.vf) = %{tl_version} -Provides: tex(LibreBodoni-Bold-inf-ly1.vf) = %{tl_version} -Provides: tex(LibreBodoni-Regular-tlf-ot1.tfm) = %{tl_version} -Provides: tex(LibreBodoni-Italic-sup-ot1.tfm) = %{tl_version} -Provides: tex(LibreBodoni-Regular-tlf-t1.tfm) = %{tl_version} -Provides: tex(LibreBodoni-BoldItalic-inf-ot1.tfm) = %{tl_version} -Provides: tex(LibreBodoni-Italic-sup-ly1.tfm) = %{tl_version} -Provides: tex(LibreBodoni-BoldItalic-sup-ot1.tfm) = %{tl_version} -Provides: tex(LibreBodoni-BoldItalic-sup-t1.tfm) = %{tl_version} -Provides: tex(LibreBodoni-BoldItalic-inf-t1.tfm) = %{tl_version} -Provides: tex(LibreBodoni-BoldItalic-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(LibreBodoni-Regular-sup-ot1.tfm) = %{tl_version} -Provides: tex(LibreBodoni-Bold-inf-t1.tfm) = %{tl_version} -Provides: tex(LibreBodoni-Italic-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(LibreBodoni-Regular-tlf-ly1.tfm) = %{tl_version} -Provides: tex(LibreBodoni-Bold-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(LibreBodoni-BoldItalic-tlf-t1.tfm) = %{tl_version} -Provides: tex(LibreBodoni-Italic-tlf-ly1.tfm) = %{tl_version} -Provides: tex(LibreBodoni-Italic-tlf-ts1.tfm) = %{tl_version} -Provides: tex(LibreBodoni-Regular-inf-t1.tfm) = %{tl_version} -Provides: tex(LibreBodoni-Bold-inf-ly1.tfm) = %{tl_version} -Provides: tex(LibreBodoni-BoldItalic-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(LibreBodoni-Bold-tlf-t1.tfm) = %{tl_version} -Provides: tex(LibreBodoni-Italic-tlf-ot1.tfm) = %{tl_version} -Provides: tex(LibreBodoni-Bold-tlf-ot1.tfm) = %{tl_version} -Provides: tex(LibreBodoni-Italic-inf-t1.tfm) = %{tl_version} -Provides: tex(LibreBodoni-Italic-sup-t1.tfm) = %{tl_version} -Provides: tex(LibreBodoni-BoldItalic-inf-ly1--base.tfm) = %{tl_version} -Provides: tex(LibreBodoni-Bold-tlf-ly1.tfm) = %{tl_version} -Provides: tex(LibreBodoni-BoldItalic-tlf-ly1.tfm) = %{tl_version} -Provides: tex(LibreBodoni-Bold-sup-ly1--base.tfm) = %{tl_version} -Provides: tex(LibreBodoni-Regular-inf-ly1.tfm) = %{tl_version} -Provides: tex(LibreBodoni-Regular-sup-ly1.tfm) = %{tl_version} -Provides: tex(LibreBodoni-BoldItalic-inf-ly1.tfm) = %{tl_version} -Provides: tex(LibreBodoni-Bold-sup-t1--base.tfm) = %{tl_version} -Provides: tex(LibreBodoni-Regular-sup-t1--base.tfm) = %{tl_version} -Provides: tex(LibreBodoni-Regular-sup-t1.tfm) = %{tl_version} -Provides: tex(LibreBodoni-Bold-sup-ly1.tfm) = %{tl_version} -Provides: tex(LibreBodoni-Bold-inf-ly1--base.tfm) = %{tl_version} -Provides: tex(LibreBodoni-Bold-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(LibreBodoni-Bold-sup-ot1.tfm) = %{tl_version} -Provides: tex(LibreBodoni-Bold-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(LibreBodoni-BoldItalic-sup-ly1--base.tfm) = %{tl_version} -Provides: tex(LibreBodoni-Regular-inf-t1--base.tfm) = %{tl_version} -Provides: tex(LibreBodoni-Italic-sup-t1--base.tfm) = %{tl_version} -Provides: tex(LibreBodoni-BoldItalic-tlf-ot1.tfm) = %{tl_version} -Provides: tex(LibreBodoni-BoldItalic-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(LibreBodoni-BoldItalic-inf-t1--base.tfm) = %{tl_version} -Provides: tex(LibreBodoni-Bold-inf-t1--base.tfm) = %{tl_version} -Provides: tex(LibreBodoni-Italic-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(LibreBodoni-Regular-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(LibreBodoni-Regular-inf-ly1--base.tfm) = %{tl_version} -Provides: tex(LibreBodoni-Italic-inf-ly1.tfm) = %{tl_version} -Provides: tex(LibreBodoni-Italic-inf-ly1--base.tfm) = %{tl_version} -Provides: tex(LibreBodoni-Italic-inf-t1--base.tfm) = %{tl_version} -Provides: tex(LibreBodoni-Italic-inf-ot1.tfm) = %{tl_version} -Provides: tex(LibreBodoni-Italic-sup-ly1--base.tfm) = %{tl_version} -Provides: tex(LibreBodoni-BoldItalic-sup-ly1.tfm) = %{tl_version} -Provides: tex(LibreBodoni-BoldItalic-tlf-ts1.tfm) = %{tl_version} -Provides: tex(LibreBodoni-Regular-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(LibreBodoni-Italic-tlf-t1.tfm) = %{tl_version} -Provides: tex(LibreBodoni-Regular-inf-ot1.tfm) = %{tl_version} -Provides: tex(LibreBodoni-Regular-tlf-ly1--base.tfm) = %{tl_version} -Provides: tex(LibreBodoni-Regular-sup-ly1--base.tfm) = %{tl_version} -Provides: tex(LibreBodoni-Bold-tlf-ts1.tfm) = %{tl_version} -Provides: tex(LibreBodoni-Bold-inf-ot1.tfm) = %{tl_version} -Provides: tex(LibreBodoni-Italic-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(LibreBodoni-Bold-sup-t1.tfm) = %{tl_version} -Provides: tex(LibreBodoni-BoldItalic-sup-t1--base.tfm) = %{tl_version} -Provides: tex(LibreBodoni-Regular-tlf-ts1.tfm) = %{tl_version} - -%description librebodoni -The Libre Bodoni fonts are designed by Pablo Impallari and -Rodrigo Fuenzalida, based on the 19th century Morris Fuller -Benton's. - -%package linop-doc -Provides: tex-linop-doc = %{tl_version} -License: LPPL -Summary: doc files of linop -Version: svn41304 - -AutoReqProv: No - -%description linop-doc -Documentation for linop - -%package linop -Provides: tex-linop = %{tl_version} -License: LPPL -Summary: Typeset linear operators as they appear in quantum theory or linear algebra -Version: svn41304 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(linop.sty) = %{tl_version} - -%description linop -This small package aims to provide two simple commands and many -options to easily write linear operators as they appear in many- -body physics, quantum theory, and linear algebra, in any of the -ways commonly in use. - -%package longfbox-doc -Provides: tex-longfbox-doc = %{tl_version} -License: LPPL -Summary: doc files of longfbox -Version: svn39028 - -AutoReqProv: No - -%description longfbox-doc -Documentation for longfbox - -%package longfbox -Provides: tex-longfbox = %{tl_version} -License: LPPL -Summary: Draw framed boxes with standard CSS attributes that can break over multiple pages -Version: svn39028 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(longfbox.sty) = %{tl_version} -Provides: tex(longbox.sty) = %{tl_version} - -%description longfbox -The longfbox package provides framed boxes that can be -customized using standard CSS attributes. It was written to -support precise rendering of Madoko documents in LaTeX. - -%package lroundrect-doc -Provides: tex-lroundrect-doc = %{tl_version} -License: LPPL -Summary: doc files of lroundrect -Version: svn39804 - -AutoReqProv: No - -%description lroundrect-doc -Documentation for lroundrect - -%package lroundrect -Provides: tex-lroundrect = %{tl_version} -License: LPPL -Summary: LaTeX macros for utilizing the roundrect MetaPost routines -Version: svn39804 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(lroundrect.sty) = %{tl_version} - -%description lroundrect -This LaTeX package provides ways to use the extremely -configurable rounded rectangles of the roundrect MetaPost -package with LaTeX. It is chiefly useful for examples, but also -has macros for particular types of boxes which are useful on -their own. - -%package lshort-estonian-doc -Provides: tex-lshort-estonian-doc = %{tl_version} -License: GPLv2+ -Summary: doc files of lshort-estonian -Version: svn39323 - -AutoReqProv: No - -%description lshort-estonian-doc -Documentation for lshort-estonian - -%package lstbayes-doc -Provides: tex-lstbayes-doc = %{tl_version} -License: LPPL -Summary: doc files of lstbayes -Version: svn48160 -AutoReqProv: No - -%description lstbayes-doc -Documentation for lstbayes - -%package lstbayes -Provides: tex-lstbayes = %{tl_version} -License: LPPL -Summary: Listings language driver for Bayesian modeling languages -Version: svn48160 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(lstbayes.sty) = %{tl_version} - -%description lstbayes -The package provides language drivers for the listings package -for several languages not included in that package: BUGS, JAGS, -and Stan. - -%package luatex85-doc -Provides: tex-luatex85-doc = %{tl_version} -License: LPPL -Summary: doc files of luatex85 -Version: svn41456 -AutoReqProv: No - -%description luatex85-doc -Documentation for luatex85 %package luatex85 -Provides: tex-luatex85 = %{tl_version} +Provides: tex-luatex85 = %{epoch}:%{source_date}-%{release} +Provides: tex-luatex85-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-luatex85-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-luatex85-doc < %{tl_epoch}:%{source_date} License: LPPL Summary: pdfTeX aliases for LuaTeX -Version: svn41456 +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(luatex85.sty) = %{tl_version} +Requires: texlive-kpathsea +Provides: tex(luatex85.sty) = %{epoch}:%{source_date}-%{release} %description luatex85 The package provides emulation of pdfTeX primitives for LuaTeX v0.85+. -%package makebase-doc -Provides: tex-makebase-doc = %{tl_version} -License: LPPL -Summary: doc files of makebase -Version: svn41012 -AutoReqProv: No - -%description makebase-doc -Documentation for makebase - -%package makebase -Provides: tex-makebase = %{tl_version} -License: LPPL -Summary: Typeset counters in a different base -Version: svn41012 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(makebase.sty) = %{tl_version} - -%description makebase -This package typesets a LaTeX counter such as page in an -arbitrary base (default 16). It does not change font or -typeface. The package extends the functionality of the existing -hex LaTeX 2.09 package and provides documentation. However, the -author is not a mathematician, and suggestions for rewriting -the code are welcomed. Warning: this is alpha software and may -contain bugs. Please report problems to the author. - -%package markdown-doc -Provides: tex-markdown-doc = %{tl_version} -License: LPPL -Summary: doc files of markdown -Version: svn54482 -AutoReqProv: No - -%description markdown-doc -Documentation for markdown - -%package markdown -Provides: tex-markdown = %{tl_version} -License: LPPL -Summary: A package for converting and rendering markdown documents inside TeX -Version: svn54482 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(markdown.sty) = %{tl_version} -Provides: tex(markdown.tex) = %{tl_version} -Provides: tex(t-markdown.tex) = %{tl_version} - -%description markdown -The package provides facilities for the conversion of markdown -markup to plain TeX. These are provided both in form of a Lua -module and in form of plain TeX, LaTeX, and ConTeXt macro -packages that enable the direct inclusion of markdown documents -inside TeX documents. Architecturally, the package consists of -the Lunamark Lua module by John MacFarlane, which was slimmed -down and rewritten for the needs of the package. Lunamark -provides speedy markdown parsing for the rest of the package. -On top of Lunamark sits code for the plain TeX, LaTeX, and -ConTeXt formats by Vit Novotny. - -%package mathpartir-doc -Provides: tex-mathpartir-doc = %{tl_version} -License: GPLv2+ -Summary: doc files of mathpartir -Version: svn39864 - -AutoReqProv: No - -%description mathpartir-doc -Documentation for mathpartir - -%package mathpartir -Provides: tex-mathpartir = %{tl_version} -License: GPLv2+ -Summary: Typesetting sequences of math formulas, e.g. type inference rules -Version: svn39864 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(mathpartir.sty) = %{tl_version} - -%description mathpartir -The package provides macros for typesetting math formulas in -mixed horizontal and vertical mode, automatically as best fit. -It provides an environment mathpar that behaves much as a loose -centered paragraph where words are math formulas, and spaces -between them are larger and adjustable. It also provides a -macro \inferrule for typeseting fractions where both the -numerator and denominator may be sequences of formulas that -will be also typeset in a similar way. It can typically be used -for typeseting sets of type inference rules or typing -derivations. A macro inferrule for typesetting type inference -rules. - -%package miama-doc -Provides: tex-miama-doc = %{tl_version} -License: LPPL and OFL -Summary: doc files of miama -Version: svn54512 -AutoReqProv: No - -%description miama-doc -Documentation for miama - -%package miama -Provides: tex-miama = %{tl_version} -License: LPPL and OFL -Summary: The Miama Nueva handwriting font with LaTeX support -Version: svn54512 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(lgr-miama.enc) = %{tl_version} -Provides: tex(lgrfmm.fd) = %{tl_version} -Provides: tex(miama.map) = %{tl_version} -Provides: tex(miama.sty) = %{tl_version} -Provides: tex(ot1-miama.enc) = %{tl_version} -Provides: tex(ot1fmm.fd) = %{tl_version} -Provides: tex(qx-miama.enc) = %{tl_version} -Provides: tex(qxfmm.fd) = %{tl_version} -Provides: tex(t1-miama.enc) = %{tl_version} -Provides: tex(t1fmm.fd) = %{tl_version} -Provides: tex(t2a-miama.enc) = %{tl_version} -Provides: tex(t2afmm.fd) = %{tl_version} -Provides: tex(t2b-miama.enc) = %{tl_version} -Provides: tex(t2bfmm.fd) = %{tl_version} -Provides: tex(t2c-miama.enc) = %{tl_version} -Provides: tex(t2cfmm.fd) = %{tl_version} -Provides: tex(t5-miama.enc) = %{tl_version} -Provides: tex(t5fmm.fd) = %{tl_version} -Provides: tex(x2-miama.enc) = %{tl_version} -Provides: tex(x2fmm.fd) = %{tl_version} - -%description miama -Miama Nueva is a handwriting / script font with over 1300 -glyphs that supports latin, cyrillic, and greek. It comes -complete with LaTeX support. - -%package moodle-doc -Provides: tex-moodle-doc = %{tl_version} -License: LPPL -Summary: doc files of moodle -Version: svn39367 - -AutoReqProv: No - -%description moodle-doc -Documentation for moodle - -%package moodle -Provides: tex-moodle = %{tl_version} -License: LPPL -Summary: Generating Moodle quizzes via LaTeX -Version: svn39367 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(moodle.sty) = %{tl_version} - -%description moodle -A package for writing Moodle quizzes in LaTeX. In addition to -typesetting the quizzes for proofreading, the package compiles -an XML file to be uploaded to a Moodle server. - -%package mparrows-doc -Provides: tex-mparrows-doc = %{tl_version} -License: GPLv3+ -Summary: doc files of mparrows -Version: svn39729 - -AutoReqProv: No - -%description mparrows-doc -Documentation for mparrows - -%package mparrows -Provides: tex-mparrows = %{tl_version} -License: Public Domain -Summary: MetaPost module with different types of arrow heads -Version: svn39729 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - - -%description mparrows -A package to provide different types of arrow heads to be used -with MetaPost commands drawarrow and drawdblarrow commands. - -%package multidef-doc -Provides: tex-multidef-doc = %{tl_version} -License: LPPL -Summary: doc files of multidef -Version: svn40637 - -AutoReqProv: No - -%description multidef-doc -Documentation for multidef - -%package multidef -Provides: tex-multidef = %{tl_version} -License: LPPL -Summary: Quickly define several similar macros -Version: svn40637 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(multidef.sty) = %{tl_version} - -%description multidef -Multidef provides a simple way of defining several macros -having similar definitions. - -%package mynsfc-doc -Provides: tex-mynsfc-doc = %{tl_version} -License: LPPL -Summary: doc files of mynsfc -Version: svn41996 -AutoReqProv: No - -%description mynsfc-doc -Documentation for mynsfc - -%package mynsfc -Provides: tex-mynsfc = %{tl_version} -License: LPPL -Summary: XeLaTeX template for writing the main body of NSFC proposals -Version: svn41996 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(mynsfc.cls) = %{tl_version} - -%description mynsfc -The package provides a XeLaTeX template for writing the main -body of National Natural Science Foundation of China (NSFC) -proposals, which are allowed to apply online. The package -defines styles of the outlines and uses BibLaTeX/biber for the -management of references. - -%package nihbiosketch-doc -Provides: tex-nihbiosketch-doc = %{tl_version} -License: LPPL -Summary: doc files of nihbiosketch -Version: svn54191 -AutoReqProv: No - -%description nihbiosketch-doc -Documentation for nihbiosketch - -%package nihbiosketch -Provides: tex-nihbiosketch = %{tl_version} -License: LPPL -Summary: A class for NIH biosketches based on the 2015 updated format -Version: svn54191 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(nihbiosketch.cls) = %{tl_version} - -%description nihbiosketch -This LaTeX document class tries to adhere to the Biographical -Sketch formatting requirements outlined in NIH Notice [NOT-OD- -15-032] (http://grants.nih.gov/grants/guide/notice-files/NOT-OD- -15-032.html). This new format is required for applications -submitted for due dates on or after May 25, 2015. The package -tries to mimic the example documents provided on the [SF 424 -(R&R) Forms and Applications page] -(http://grants.nih.gov/grants/funding/424/index.htm#format) as -closely as possible. The author has used this class for his own -grant submissions; however he offers no guarantee of conformity -to NIH requirements. - -%package nimbus15-doc -Provides: tex-nimbus15-doc = %{tl_version} -License: AGPLv3 with exceptions and LPPL -Summary: doc files of nimbus15 -Version: svn54512 -AutoReqProv: No - -%description nimbus15-doc -Documentation for nimbus15 - -%package nimbus15 -Provides: tex-nimbus15 = %{tl_version} -License: AGPLv3 with exceptions and LPPL -Summary: Support files for Nimbus 2015 Core fonts -Version: svn54512 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(nimbus15.map) = %{tl_version} -Provides: tex(LGRNimbuSans.fd) = %{tl_version} -Provides: tex(LGRNimbusMono.fd) = %{tl_version} -Provides: tex(LGRNimbusMonoN.fd) = %{tl_version} -Provides: tex(LGRNimbusSerif.fd) = %{tl_version} -Provides: tex(OT1NimbusMono.fd) = %{tl_version} -Provides: tex(OT1NimbusMonoN.fd) = %{tl_version} -Provides: tex(OT1NimbusSans.fd) = %{tl_version} -Provides: tex(OT1NimbusSerif.fd) = %{tl_version} -Provides: tex(OT2NimbusMono.fd) = %{tl_version} -Provides: tex(OT2NimbusMonoN.fd) = %{tl_version} -Provides: tex(OT2NimbusSans.fd) = %{tl_version} -Provides: tex(OT2NimbusSerif.fd) = %{tl_version} -Provides: tex(T1NimbusMono.fd) = %{tl_version} -Provides: tex(T1NimbusMonoN.fd) = %{tl_version} -Provides: tex(T1NimbusSans.fd) = %{tl_version} -Provides: tex(T1NimbusSerif.fd) = %{tl_version} -Provides: tex(T2ANimbusMono.fd) = %{tl_version} -Provides: tex(T2ANimbusMonoN.fd) = %{tl_version} -Provides: tex(T2ANimbusSans.fd) = %{tl_version} -Provides: tex(T2ANimbusSerif.fd) = %{tl_version} -Provides: tex(T2BNimbusMono.fd) = %{tl_version} -Provides: tex(T2BNimbusMonoN.fd) = %{tl_version} -Provides: tex(T2BNimbusSans.fd) = %{tl_version} -Provides: tex(T2BNimbusSerif.fd) = %{tl_version} -Provides: tex(T2CNimbusMono.fd) = %{tl_version} -Provides: tex(T2CNimbusMonoN.fd) = %{tl_version} -Provides: tex(T2CNimbusSans.fd) = %{tl_version} -Provides: tex(T2CNimbusSerif.fd) = %{tl_version} -Provides: tex(TS1NimbusMono.fd) = %{tl_version} -Provides: tex(TS1NimbusMonoN.fd) = %{tl_version} -Provides: tex(TS1NimbusSans.fd) = %{tl_version} -Provides: tex(TS1NimbusSerif.fd) = %{tl_version} -Provides: tex(nimbus15-ec.enc) = %{tl_version} -Provides: tex(nimbus15-lgr.enc) = %{tl_version} -Provides: tex(nimbus15-ot1.enc) = %{tl_version} -Provides: tex(nimbus15-ot2.enc) = %{tl_version} -Provides: tex(nimbus15-t2a.enc) = %{tl_version} -Provides: tex(nimbus15-t2b.enc) = %{tl_version} -Provides: tex(nimbus15-t2c.enc) = %{tl_version} -Provides: tex(nimbus15-x2.enc) = %{tl_version} -Provides: tex(nimbus15mono-ec.enc) = %{tl_version} -Provides: tex(nimbus15mono-lgr.enc) = %{tl_version} -Provides: tex(nimbus15mono-ot1.enc) = %{tl_version} -Provides: tex(nimbus15mono-ot2.enc) = %{tl_version} -Provides: tex(nimbus15mono-t2a.enc) = %{tl_version} -Provides: tex(nimbus15mono-t2b.enc) = %{tl_version} -Provides: tex(nimbus15mono-t2c.enc) = %{tl_version} -Provides: tex(nimbusmono.sty) = %{tl_version} -Provides: tex(nimbusmononarrow.sty) = %{tl_version} -Provides: tex(nimbussans.sty) = %{tl_version} -Provides: tex(nimbusserif.sty) = %{tl_version} - -%description nimbus15 -The Nimbus 2015 Core fonts added Greek and Cyrillic glyphs. -This package may be best suited as an add-on the a -comprehensive Times package, providing support for Greek and -Cyrillic. A new intermediate weight of NimbusMono (AKA Courier) -is provided, along with a narrower version which may be useful -for rendering code. - -%package normalcolor-doc -Provides: tex-normalcolor-doc = %{tl_version} -License: LPPL -Summary: doc files of normalcolor -Version: svn40125 - -AutoReqProv: No - -%description normalcolor-doc -Documentation for normalcolor - -%package normalcolor -Provides: tex-normalcolor = %{tl_version} -License: LPPL -Summary: Changing \normalcolor -Version: svn40125 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(normalcolor.sty) = %{tl_version} - -%description normalcolor -This package provides a command \setnormalcolor with the same -syntax as the command \color either of package color or of -package xcolor. However, \setnormalcolor will not change the -current colour but the normal / default color. - -%package noto-doc -Provides: tex-noto-doc = %{tl_version} -License: LPPL and OFL -Summary: doc files of noto -Version: svn54512 -AutoReqProv: No - -%description noto-doc -Documentation for noto - -%package noto -Provides: tex-noto = %{tl_version} -License: LPPL and OFL -Summary: Support for Noto fonts -Version: svn54512 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(LGRNotoSans-LF.fd) = %{tl_version} -Provides: tex(LGRNotoSansMono-Sup.fd) = %{tl_version} -Provides: tex(LGRNotoSansMono-TLF.fd) = %{tl_version} -Provides: tex(LGRNotoSansMono-TOsF.fd) = %{tl_version} -Provides: tex(LGRNotoSans-OsF.fd) = %{tl_version} -Provides: tex(LGRNotoSans-Sup.fd) = %{tl_version} -Provides: tex(LGRNotoSans-TLF.fd) = %{tl_version} -Provides: tex(LGRNotoSans-TOsF.fd) = %{tl_version} -Provides: tex(LGRNotoSerif-LF.fd) = %{tl_version} -Provides: tex(LGRNotoSerif-OsF.fd) = %{tl_version} -Provides: tex(LGRNotoSerif-Sup.fd) = %{tl_version} -Provides: tex(LGRNotoSerif-TLF.fd) = %{tl_version} -Provides: tex(LGRNotoSerif-TOsF.fd) = %{tl_version} -Provides: tex(LY1NotoSans-LF.fd) = %{tl_version} -Provides: tex(LY1NotoSansMono-Sup.fd) = %{tl_version} -Provides: tex(LY1NotoSansMono-TLF.fd) = %{tl_version} -Provides: tex(LY1NotoSansMono-TOsF.fd) = %{tl_version} -Provides: tex(LY1NotoSans-OsF.fd) = %{tl_version} -Provides: tex(LY1NotoSans-Sup.fd) = %{tl_version} -Provides: tex(LY1NotoSans-TLF.fd) = %{tl_version} -Provides: tex(LY1NotoSans-TOsF.fd) = %{tl_version} -Provides: tex(LY1NotoSerif-LF.fd) = %{tl_version} -Provides: tex(LY1NotoSerif-OsF.fd) = %{tl_version} -Provides: tex(LY1NotoSerif-Sup.fd) = %{tl_version} -Provides: tex(LY1NotoSerif-TLF.fd) = %{tl_version} -Provides: tex(LY1NotoSerif-TOsF.fd) = %{tl_version} -Provides: tex(noto.map) = %{tl_version} -Provides: tex(noto-mono.sty) = %{tl_version} -Provides: tex(noto.sty) = %{tl_version} -Provides: tex(nto_2banio.enc) = %{tl_version} -Provides: tex(nto_2pknou.enc) = %{tl_version} -Provides: tex(nto_34ragx.enc) = %{tl_version} -Provides: tex(nto_3b7r4q.enc) = %{tl_version} -Provides: tex(nto_3dob2t.enc) = %{tl_version} -Provides: tex(nto_3idd2i.enc) = %{tl_version} -Provides: tex(nto_3jz62l.enc) = %{tl_version} -Provides: tex(nto_3kuu7o.enc) = %{tl_version} -Provides: tex(nto_3nbfkd.enc) = %{tl_version} -Provides: tex(nto_3ubgsk.enc) = %{tl_version} -Provides: tex(nto_453igs.enc) = %{tl_version} -Provides: tex(nto_4lhdnu.enc) = %{tl_version} -Provides: tex(nto_5taitr.enc) = %{tl_version} -Provides: tex(nto_5uhkks.enc) = %{tl_version} -Provides: tex(nto_5xcjwt.enc) = %{tl_version} -Provides: tex(nto_5yrndq.enc) = %{tl_version} -Provides: tex(nto_6egtta.enc) = %{tl_version} -Provides: tex(nto_6fjq7h.enc) = %{tl_version} -Provides: tex(nto_6jn4k6.enc) = %{tl_version} -Provides: tex(nto_72byc5.enc) = %{tl_version} -Provides: tex(nto_772cjc.enc) = %{tl_version} -Provides: tex(nto_7dmrun.enc) = %{tl_version} -Provides: tex(nto_7fe4g3.enc) = %{tl_version} -Provides: tex(nto_7wbp6x.enc) = %{tl_version} -Provides: tex(nto_7xrktb.enc) = %{tl_version} -Provides: tex(nto_a3kb4x.enc) = %{tl_version} -Provides: tex(nto_a3nlzj.enc) = %{tl_version} -Provides: tex(nto_a4scdo.enc) = %{tl_version} -Provides: tex(nto_ad2lir.enc) = %{tl_version} -Provides: tex(nto_b2faob.enc) = %{tl_version} -Provides: tex(nto_b2rbwz.enc) = %{tl_version} -Provides: tex(nto_b374rf.enc) = %{tl_version} -Provides: tex(nto_b3cf23.enc) = %{tl_version} -Provides: tex(nto_b6ko55.enc) = %{tl_version} -Provides: tex(nto_bcpmuc.enc) = %{tl_version} -Provides: tex(nto_bkthom.enc) = %{tl_version} -Provides: tex(nto_bvui6g.enc) = %{tl_version} -Provides: tex(nto_c3lxz4.enc) = %{tl_version} -Provides: tex(nto_c4ampu.enc) = %{tl_version} -Provides: tex(nto_ckgynt.enc) = %{tl_version} -Provides: tex(nto_cpzaze.enc) = %{tl_version} -Provides: tex(nto_cwvxtj.enc) = %{tl_version} -Provides: tex(nto_dekpws.enc) = %{tl_version} -Provides: tex(nto_dvdq72.enc) = %{tl_version} -Provides: tex(nto_e6yrw6.enc) = %{tl_version} -Provides: tex(nto_e7tkro.enc) = %{tl_version} -Provides: tex(nto_etmgrc.enc) = %{tl_version} -Provides: tex(nto_ewl7ea.enc) = %{tl_version} -Provides: tex(nto_f7fqkh.enc) = %{tl_version} -Provides: tex(nto_fw5lcu.enc) = %{tl_version} -Provides: tex(nto_gemibc.enc) = %{tl_version} -Provides: tex(nto_gfowk7.enc) = %{tl_version} -Provides: tex(nto_hcdl7d.enc) = %{tl_version} -Provides: tex(nto_hjcdnn.enc) = %{tl_version} -Provides: tex(nto_hvbi2c.enc) = %{tl_version} -Provides: tex(nto_i47ut3.enc) = %{tl_version} -Provides: tex(nto_ib6ubx.enc) = %{tl_version} -Provides: tex(nto_ibgtat.enc) = %{tl_version} -Provides: tex(nto_jayyhr.enc) = %{tl_version} -Provides: tex(nto_jcw7uk.enc) = %{tl_version} -Provides: tex(nto_jkat5h.enc) = %{tl_version} -Provides: tex(nto_jl7jon.enc) = %{tl_version} -Provides: tex(nto_jzlekz.enc) = %{tl_version} -Provides: tex(nto_khusna.enc) = %{tl_version} -Provides: tex(nto_kntwfo.enc) = %{tl_version} -Provides: tex(nto_ku6sr6.enc) = %{tl_version} -Provides: tex(nto_kyokto.enc) = %{tl_version} -Provides: tex(nto_l7r7sw.enc) = %{tl_version} -Provides: tex(nto_lirjoh.enc) = %{tl_version} -Provides: tex(nto_lr2om7.enc) = %{tl_version} -Provides: tex(nto_luhzk7.enc) = %{tl_version} -Provides: tex(nto_m3b3uh.enc) = %{tl_version} -Provides: tex(nto_mckgpj.enc) = %{tl_version} -Provides: tex(nto_mcmm5k.enc) = %{tl_version} -Provides: tex(nto_mcxhr4.enc) = %{tl_version} -Provides: tex(nto_mhwely.enc) = %{tl_version} -Provides: tex(nto_mpk62p.enc) = %{tl_version} -Provides: tex(nto_ndzcwf.enc) = %{tl_version} -Provides: tex(nto_nhjuvf.enc) = %{tl_version} -Provides: tex(nto_nhzdio.enc) = %{tl_version} -Provides: tex(nto_nog6ox.enc) = %{tl_version} -Provides: tex(nto_o37s5e.enc) = %{tl_version} -Provides: tex(nto_ol4yze.enc) = %{tl_version} -Provides: tex(nto_op2juy.enc) = %{tl_version} -Provides: tex(nto_p6rwlx.enc) = %{tl_version} -Provides: tex(nto_ph33kq.enc) = %{tl_version} -Provides: tex(nto_prsxmw.enc) = %{tl_version} -Provides: tex(nto_pvnjta.enc) = %{tl_version} -Provides: tex(nto_pz6pv7.enc) = %{tl_version} -Provides: tex(nto_q2iokw.enc) = %{tl_version} -Provides: tex(nto_qdgiej.enc) = %{tl_version} -Provides: tex(nto_qgk3xb.enc) = %{tl_version} -Provides: tex(nto_qielb2.enc) = %{tl_version} -Provides: tex(nto_qsoqct.enc) = %{tl_version} -Provides: tex(nto_r2ghbj.enc) = %{tl_version} -Provides: tex(nto_r5bxyy.enc) = %{tl_version} -Provides: tex(nto_ras4ps.enc) = %{tl_version} -Provides: tex(nto_rmq6cj.enc) = %{tl_version} -Provides: tex(nto_rscbfi.enc) = %{tl_version} -Provides: tex(nto_rsplpv.enc) = %{tl_version} -Provides: tex(nto_scavxs.enc) = %{tl_version} -Provides: tex(nto_sez6pn.enc) = %{tl_version} -Provides: tex(nto_sg5txc.enc) = %{tl_version} -Provides: tex(nto_tu4uv7.enc) = %{tl_version} -Provides: tex(nto_twgkjf.enc) = %{tl_version} -Provides: tex(nto_uc5ky7.enc) = %{tl_version} -Provides: tex(nto_ucmn45.enc) = %{tl_version} -Provides: tex(nto_umxzhz.enc) = %{tl_version} -Provides: tex(nto_uncbtn.enc) = %{tl_version} -Provides: tex(nto_uoung7.enc) = %{tl_version} -Provides: tex(nto_upvzdm.enc) = %{tl_version} -Provides: tex(nto_urvlpy.enc) = %{tl_version} -Provides: tex(nto_uvb24m.enc) = %{tl_version} -Provides: tex(nto_uwtd6c.enc) = %{tl_version} -Provides: tex(nto_v63ahm.enc) = %{tl_version} -Provides: tex(nto_vfbpi4.enc) = %{tl_version} -Provides: tex(nto_vmq34i.enc) = %{tl_version} -Provides: tex(nto_vuovel.enc) = %{tl_version} -Provides: tex(nto_w43d4m.enc) = %{tl_version} -Provides: tex(nto_wh7viy.enc) = %{tl_version} -Provides: tex(nto_whcw4o.enc) = %{tl_version} -Provides: tex(nto_wiy4e7.enc) = %{tl_version} -Provides: tex(nto_wwfksr.enc) = %{tl_version} -Provides: tex(nto_wxkdfs.enc) = %{tl_version} -Provides: tex(nto_x4teop.enc) = %{tl_version} -Provides: tex(nto_xffdr3.enc) = %{tl_version} -Provides: tex(nto_xhwpwl.enc) = %{tl_version} -Provides: tex(nto_xhxifo.enc) = %{tl_version} -Provides: tex(nto_xmopsz.enc) = %{tl_version} -Provides: tex(nto_xpfafm.enc) = %{tl_version} -Provides: tex(nto_y2n3gg.enc) = %{tl_version} -Provides: tex(nto_y52y4f.enc) = %{tl_version} -Provides: tex(nto_y5jpaa.enc) = %{tl_version} -Provides: tex(nto_ycidct.enc) = %{tl_version} -Provides: tex(nto_yifqxs.enc) = %{tl_version} -Provides: tex(nto_yyuepd.enc) = %{tl_version} -Provides: tex(nto_zlkvl2.enc) = %{tl_version} -Provides: tex(nto_zogsyl.enc) = %{tl_version} -Provides: tex(nto_zpdbre.enc) = %{tl_version} -Provides: tex(nto_zyhgfd.enc) = %{tl_version} -Provides: tex(OT1NotoSans-LF.fd) = %{tl_version} -Provides: tex(OT1NotoSansMono-Sup.fd) = %{tl_version} -Provides: tex(OT1NotoSansMono-TLF.fd) = %{tl_version} -Provides: tex(OT1NotoSansMono-TOsF.fd) = %{tl_version} -Provides: tex(OT1NotoSans-OsF.fd) = %{tl_version} -Provides: tex(OT1NotoSans-Sup.fd) = %{tl_version} -Provides: tex(OT1NotoSans-TLF.fd) = %{tl_version} -Provides: tex(OT1NotoSans-TOsF.fd) = %{tl_version} -Provides: tex(OT1NotoSerif-LF.fd) = %{tl_version} -Provides: tex(OT1NotoSerif-OsF.fd) = %{tl_version} -Provides: tex(OT1NotoSerif-Sup.fd) = %{tl_version} -Provides: tex(OT1NotoSerif-TLF.fd) = %{tl_version} -Provides: tex(OT1NotoSerif-TOsF.fd) = %{tl_version} -Provides: tex(T1NotoSans-LF.fd) = %{tl_version} -Provides: tex(T1NotoSansMono-Sup.fd) = %{tl_version} -Provides: tex(T1NotoSansMono-TLF.fd) = %{tl_version} -Provides: tex(T1NotoSansMono-TOsF.fd) = %{tl_version} -Provides: tex(T1NotoSans-OsF.fd) = %{tl_version} -Provides: tex(T1NotoSans-Sup.fd) = %{tl_version} -Provides: tex(T1NotoSans-TLF.fd) = %{tl_version} -Provides: tex(T1NotoSans-TOsF.fd) = %{tl_version} -Provides: tex(T1NotoSerif-LF.fd) = %{tl_version} -Provides: tex(T1NotoSerif-OsF.fd) = %{tl_version} -Provides: tex(T1NotoSerif-Sup.fd) = %{tl_version} -Provides: tex(T1NotoSerif-TLF.fd) = %{tl_version} -Provides: tex(T1NotoSerif-TOsF.fd) = %{tl_version} -Provides: tex(T2ANotoSans-LF.fd) = %{tl_version} -Provides: tex(T2ANotoSansMono-Sup.fd) = %{tl_version} -Provides: tex(T2ANotoSansMono-TLF.fd) = %{tl_version} -Provides: tex(T2ANotoSansMono-TOsF.fd) = %{tl_version} -Provides: tex(T2ANotoSans-OsF.fd) = %{tl_version} -Provides: tex(T2ANotoSans-Sup.fd) = %{tl_version} -Provides: tex(T2ANotoSans-TLF.fd) = %{tl_version} -Provides: tex(T2ANotoSans-TOsF.fd) = %{tl_version} -Provides: tex(T2ANotoSerif-LF.fd) = %{tl_version} -Provides: tex(T2ANotoSerif-OsF.fd) = %{tl_version} -Provides: tex(T2ANotoSerif-Sup.fd) = %{tl_version} -Provides: tex(T2ANotoSerif-TLF.fd) = %{tl_version} -Provides: tex(T2ANotoSerif-TOsF.fd) = %{tl_version} -Provides: tex(T2BNotoSans-LF.fd) = %{tl_version} -Provides: tex(T2BNotoSansMono-Sup.fd) = %{tl_version} -Provides: tex(T2BNotoSansMono-TLF.fd) = %{tl_version} -Provides: tex(T2BNotoSansMono-TOsF.fd) = %{tl_version} -Provides: tex(T2BNotoSans-OsF.fd) = %{tl_version} -Provides: tex(T2BNotoSans-Sup.fd) = %{tl_version} -Provides: tex(T2BNotoSans-TLF.fd) = %{tl_version} -Provides: tex(T2BNotoSans-TOsF.fd) = %{tl_version} -Provides: tex(T2BNotoSerif-LF.fd) = %{tl_version} -Provides: tex(T2BNotoSerif-OsF.fd) = %{tl_version} -Provides: tex(T2BNotoSerif-Sup.fd) = %{tl_version} -Provides: tex(T2BNotoSerif-TLF.fd) = %{tl_version} -Provides: tex(T2BNotoSerif-TOsF.fd) = %{tl_version} -Provides: tex(T2CNotoSans-LF.fd) = %{tl_version} -Provides: tex(T2CNotoSansMono-Sup.fd) = %{tl_version} -Provides: tex(T2CNotoSansMono-TLF.fd) = %{tl_version} -Provides: tex(T2CNotoSansMono-TOsF.fd) = %{tl_version} -Provides: tex(T2CNotoSans-OsF.fd) = %{tl_version} -Provides: tex(T2CNotoSans-Sup.fd) = %{tl_version} -Provides: tex(T2CNotoSans-TLF.fd) = %{tl_version} -Provides: tex(T2CNotoSans-TOsF.fd) = %{tl_version} -Provides: tex(T2CNotoSerif-LF.fd) = %{tl_version} -Provides: tex(T2CNotoSerif-OsF.fd) = %{tl_version} -Provides: tex(T2CNotoSerif-Sup.fd) = %{tl_version} -Provides: tex(T2CNotoSerif-TLF.fd) = %{tl_version} -Provides: tex(T2CNotoSerif-TOsF.fd) = %{tl_version} -Provides: tex(TS1NotoSans-LF.fd) = %{tl_version} -Provides: tex(TS1NotoSansMono-TLF.fd) = %{tl_version} -Provides: tex(TS1NotoSansMono-TOsF.fd) = %{tl_version} -Provides: tex(TS1NotoSans-OsF.fd) = %{tl_version} -Provides: tex(TS1NotoSans-TLF.fd) = %{tl_version} -Provides: tex(TS1NotoSans-TOsF.fd) = %{tl_version} -Provides: tex(TS1NotoSerif-LF.fd) = %{tl_version} -Provides: tex(TS1NotoSerif-OsF.fd) = %{tl_version} -Provides: tex(TS1NotoSerif-TLF.fd) = %{tl_version} -Provides: tex(TS1NotoSerif-TOsF.fd) = %{tl_version} - -%description noto -This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX -support for the NotoSerif and NotoSans families of fonts, -designed by Steve Matteson for Google. - -%package nucleardata-doc -Provides: tex-nucleardata-doc = %{tl_version} -License: LPPL -Summary: doc files of nucleardata -Version: svn47307 -AutoReqProv: No - -%description nucleardata-doc -Documentation for nucleardata - -%package nucleardata -Provides: tex-nucleardata = %{tl_version} -License: LPPL -Summary: Provides data about atomic nuclides for documents -Version: svn47307 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(nucleardata.sty) = %{tl_version} - -%description nucleardata -The package provides data and commands for including nuclear -and atomic mass and energy data in LaTeX documents. It uses the -PythonTeX package and requires pythontex.exe to be called with -the TeX file as the argument. - -%package nwejm-doc -Provides: tex-nwejm-doc = %{tl_version} -License: LPPL -Summary: doc files of nwejm -Version: svn54392 -AutoReqProv: No - -%description nwejm-doc -Documentation for nwejm - -%package nwejm -Provides: tex-nwejm = %{tl_version} -License: LPPL -Summary: Support for the journal "North-Western European Journal of Mathematics" -Version: svn54392 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(nwejm.bbx) = %{tl_version} -Provides: tex(nwejm.cbx) = %{tl_version} -Provides: tex(nwejm.cls) = %{tl_version} -Provides: tex(nwejmart.cls) = %{tl_version} -Provides: tex(nwejm.cfg) = %{tl_version} - -%description nwejm -The bundle includes LaTeX classes and BibLaTeX styles files -dedicated to the new journal "North-Western European Journal of -Mathematics": nwejm for the complete issues of the journal, -aimed at the NWEJM's team, nwejmart, intended for the authors -who wish to publish an article in the NWEJM. This class's goal -is to: faithfully reproduce the layout of the nwejm, thus -enabling the authors to be able to work their document in -actual conditions, provide a number of tools (commands and -environments) to facilitate the drafting of documents, in -particular those containing mathematical formulas. - -%package optidef-doc -Provides: tex-optidef-doc = %{tl_version} -License: LPPL -Summary: doc files of optidef -Version: svn50941 -AutoReqProv: No - -%description optidef-doc -Documentation for optidef - -%package optidef -Provides: tex-optidef = %{tl_version} -License: LPPL -Summary: Provides a standard set of environments for writing minimization problems -Version: svn50941 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(optidef.sty) = %{tl_version} - -%description optidef -This small library provides a standard set of environments for -writing minimization problems. It automatically aligns the -problems in three points with an optional fourth: Beginning of -the words "minimize/argmin" and "subject to" The objective -function and the longest left hand side of the constraints The -$= | > | <$ signs of the constraints. Optionally, the user can -add manually a double align character && to align some common -constraints feature. A clear example could be the constraints -names, e.g. (boundary constraint) alignment with (dynamic -constraint). Furthermore, it provides an easy interface to -define optimization problem for three different reference -situations: Where no equation is referenced/numbered. Where the -problem is referenced with a single number. Where each equation -has an individual reference. Finally, it also allows a -definition of any optimization problem without a limitless -number of constraints. - -%package options-doc -Provides: tex-options-doc = %{tl_version} -License: LPPL -Summary: doc files of options -Version: svn39030 - -AutoReqProv: No - -%description options-doc -Documentation for options - -%package options -Provides: tex-options = %{tl_version} -License: LPPL -Summary: Provides convenient key-value options for LaTeX package writers -Version: svn39030 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(options.sty) = %{tl_version} - -%description options -The options package provides easy to use key-value options for -LaTeX package writers. It has a similar interface as pgfkeys -with path options but comes with more built-in data types and -more convenient support for families and searching. - -%package parades-doc -Provides: tex-parades-doc = %{tl_version} -License: LPPL -Summary: doc files of parades -Version: svn40042 - -AutoReqProv: No - -%description parades-doc -Documentation for parades - -%package parades -Provides: tex-parades = %{tl_version} -License: LPPL -Summary: Tabulators and space between paragraphs in galley approach -Version: svn40042 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(paravesp.sty) = %{tl_version} - -%description parades -The LaTeX package paravesp controls the spaces above and below -paragraphs. The python script parades.py generates paragraph -styles with support of space above, space below and tabulators. -The system imposes the galley approach on the document. - -%package pbibtex-base-doc -Provides: tex-pbibtex-base-doc = %{tl_version} -License: BSD -Summary: doc files of pbibtex-base -Version: svn40986 - -AutoReqProv: No - -%description pbibtex-base-doc -Documentation for pbibtex-base - -%package pbibtex-base -Provides: tex-pbibtex-base = %{tl_version} -License: BSD -Summary: Bibliography styles and miscellaneous files for pBibTeX -Version: svn40986 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - - -%description pbibtex-base -These are miscellaneous files, including bibliography styles -(.bst), for pBibTeX, which is a Japanese extended version of -BibTeX contained in TeX Live. The bundle is a redistribution -derived from the ptex-texmf distribution by ASCII MEDIA WORKS. - -%package pgfornament-doc -Provides: tex-pgfornament-doc = %{tl_version} -License: LPPL -Summary: doc files of pgfornament -Version: svn54670 -AutoReqProv: No - -%description pgfornament-doc -Documentation for pgfornament - -%package pgfornament -Provides: tex-pgfornament = %{tl_version} -License: LPPL -Summary: Drawing of Vectorian ornaments with PGF/TikZ -Version: svn54670 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(tikzrput.sty) = %{tl_version} -Provides: tex(pgfornament.sty) = %{tl_version} -Provides: tex(pgflibraryam.code.tex) = %{tl_version} -Provides: tex(pgflibrarypgfhan.code.tex) = %{tl_version} -Provides: tex(pgflibraryvectorian.code.tex) = %{tl_version} - -%description pgfornament -This package allows the drawing of Vectorian ornaments (196) -with PGF/TikZ. The documentation presents the syntax and -parameters of the macro "pgfornament". - -%package pgf-spectra-doc -Provides: tex-pgf-spectra-doc = %{tl_version} -License: LPPL -Summary: doc files of pgf-spectra -Version: svn42986 -AutoReqProv: No - -%description pgf-spectra-doc -Documentation for pgf-spectra - -%package pgf-spectra -Provides: tex-pgf-spectra = %{tl_version} -License: LPPL -Summary: Draw continuous or discrete spectra using PGF/TikZ -Version: svn42986 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(pgf-spectra.sty) = %{tl_version} - -%description pgf-spectra -The purpose of this package is to draw the spectra of elements -in a simple way. It is based on the package pst-spectra, -supporting the same options, but also adding some new options. -It relies on PGF/TikZ for drawing the desired spectrum, -continuous or discrete. As in pst-spectra, there are data -available for the spectra of 99 elements and their ions (from -the NASA database). It also allows the user to draw spectra -using their own data. - -%package platex-doc -Provides: tex-platex-doc = %{tl_version} -License: BSD -Summary: doc files of platex -Version: svn54758 -AutoReqProv: No - -%description platex-doc -Documentation for platex - -%package platex -Provides: tex-platex = %{tl_version} -License: BSD -Summary: pLaTeX2e and miscellaneous macros for pTeX -Version: svn54758 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-platex-bin -Requires: texlive-babel -Requires: texlive-cm -Requires: texlive-hyphen-base -Requires: texlive-l3backend -Requires: texlive-l3kernel -Requires: texlive-l3packages -Requires: texlive-latex -Requires: texlive-latex-base-dev -Requires: texlive-latex-fonts -Requires: texlive-ptex -Requires: texlive-ptex-fonts -Requires: texlive-tex-ini-files -Requires: texlive-unicode-data -Provides: tex(exppl2e.sty) = %{tl_version} -Provides: tex(jarticle.cls) = %{tl_version} -Provides: tex(jarticle.sty) = %{tl_version} -Provides: tex(jbk10.clo) = %{tl_version} -Provides: tex(jbk11.clo) = %{tl_version} -Provides: tex(jbk12.clo) = %{tl_version} -Provides: tex(jbook.cls) = %{tl_version} -Provides: tex(jbook.sty) = %{tl_version} -Provides: tex(jltxdoc.cls) = %{tl_version} -Provides: tex(jreport.cls) = %{tl_version} -Provides: tex(jreport.sty) = %{tl_version} -Provides: tex(jsize10.clo) = %{tl_version} -Provides: tex(jsize11.clo) = %{tl_version} -Provides: tex(jsize12.clo) = %{tl_version} -Provides: tex(jt1gt.fd) = %{tl_version} -Provides: tex(jt1mc.fd) = %{tl_version} -Provides: tex(jy1gt.fd) = %{tl_version} -Provides: tex(jy1mc.fd) = %{tl_version} -Provides: tex(kinsoku.tex) = %{tl_version} -Provides: tex(oldpfont.sty) = %{tl_version} -Provides: tex(pfltrace.sty) = %{tl_version} -Provides: tex(pl209.def) = %{tl_version} -Provides: tex(platexrelease.sty) = %{tl_version} -Provides: tex(plext.sty) = %{tl_version} -Provides: tex(plnews.cls) = %{tl_version} -Provides: tex(ptrace.sty) = %{tl_version} -Provides: tex(tarticle.cls) = %{tl_version} -Provides: tex(tarticle.sty) = %{tl_version} -Provides: tex(tbk10.clo) = %{tl_version} -Provides: tex(tbk11.clo) = %{tl_version} -Provides: tex(tbk12.clo) = %{tl_version} -Provides: tex(tbook.cls) = %{tl_version} -Provides: tex(tbook.sty) = %{tl_version} -Provides: tex(treport.cls) = %{tl_version} -Provides: tex(treport.sty) = %{tl_version} -Provides: tex(tsize10.clo) = %{tl_version} -Provides: tex(tsize11.clo) = %{tl_version} -Provides: tex(tsize12.clo) = %{tl_version} - -%description platex -The bundle provides pLaTeX2e and miscellaneous macros for pTeX -and e-pTeX. This is a community edition forked from the -original ASCII edition (ptex-texmf-2.5). - -%package prooftrees-doc -Provides: tex-prooftrees-doc = %{tl_version} -License: LPPL -Summary: doc files of prooftrees -Version: svn52221 -AutoReqProv: No - -%description prooftrees-doc -Documentation for prooftrees - -%package prooftrees -Provides: tex-prooftrees = %{tl_version} -License: LPPL -Summary: Forest-based proof trees (symbolic logic) -Version: svn52221 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(prooftrees.sty) = %{tl_version} - -%description prooftrees -The package supports drawing proof trees of the kind often used -in introductory logic classes, especially those aimed at -students without strong mathemtical backgrounds. Hodges (1991) -is one example of a text which uses this system. When teaching -such a system it is especially useful to annotate the tree with -line numbers, justifications and explanations of branch -closures. prooftrees provides a single environment, prooftree, -and a variety of tools for annotating, customising and -highlighting such trees. A cross-referencing system is provided -for trees which cite line numbers in justifications for proof -lines or branch closures. prooftrees is based on forest and, -hence, TikZ. The package requires version 2.0.2 of Forest for -expected results and will not work with version 1. - -%package pst-cie-doc -Provides: tex-pst-cie-doc = %{tl_version} -License: LPPL -Summary: doc files of pst-cie -Version: svn49422 -AutoReqProv: No - -%description pst-cie-doc -Documentation for pst-cie - -%package pst-cie -Provides: tex-pst-cie = %{tl_version} -License: LPPL -Summary: CIE color space -Version: svn49422 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(pst-cie.sty) = %{tl_version} -Provides: tex(pst-cie.tex) = %{tl_version} - -%description pst-cie -pst-cie is a PSTricks related package to show the different CIE -color spaces: Adobe, CIE, ColorMatch, NTSC, Pal-Secam, -ProPhoto, SMPTE, and sRGB. - -%package rosario-doc -Provides: tex-rosario-doc = %{tl_version} -License: LPPL and OFL -Summary: doc files of rosario -Version: svn51688 -AutoReqProv: No - -%description rosario-doc -Documentation for rosario - -%package rosario -Provides: tex-rosario = %{tl_version} -License: LPPL and OFL -Summary: Using the free Rosario fonts with LaTeX -Version: svn51688 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(Rosario.sty) = %{tl_version} -Provides: tex(Rosario.map) = %{tl_version} -Provides: tex(OT1Rosario-LF.fd) = %{tl_version} -Provides: tex(T1Rosario-LF.fd) = %{tl_version} -Provides: tex(TS1Rosario-LF.fd) = %{tl_version} -Provides: tex(LY1Rosario-LF.fd) = %{tl_version} -Provides: tex(Rosario-BoldItalic.pfb) = %{tl_version} -Provides: tex(Rosario-RegularLCDFJ.pfb) = %{tl_version} -Provides: tex(Rosario-Bold.pfb) = %{tl_version} -Provides: tex(Rosario-Regular.pfb) = %{tl_version} -Provides: tex(Rosario-ItalicLCDFJ.pfb) = %{tl_version} -Provides: tex(Rosario-BoldLCDFJ.pfb) = %{tl_version} -Provides: tex(Rosario-Italic.pfb) = %{tl_version} -Provides: tex(Rosario-BoldItalicLCDFJ.pfb) = %{tl_version} -Provides: tex(ros_y2egj5.enc) = %{tl_version} -Provides: tex(ros_k6z3ge.enc) = %{tl_version} -Provides: tex(ros_amohrd.enc) = %{tl_version} -Provides: tex(ros_c353pt.enc) = %{tl_version} -Provides: tex(Rosario-Bold.otf) = %{tl_version} -Provides: tex(Rosario-Regular.otf) = %{tl_version} -Provides: tex(Rosario-BoldItalic.otf) = %{tl_version} -Provides: tex(Rosario-Italic.otf) = %{tl_version} -Provides: tex(Rosario-Italic-lf-ly1.vf) = %{tl_version} -Provides: tex(Rosario-BoldItalic-lf-ts1.vf) = %{tl_version} -Provides: tex(Rosario-Regular-lf-ly1.vf) = %{tl_version} -Provides: tex(Rosario-Regular-lf-ts1.vf) = %{tl_version} -Provides: tex(Rosario-Regular-lf-ot1.vf) = %{tl_version} -Provides: tex(Rosario-Bold-lf-ts1.vf) = %{tl_version} -Provides: tex(Rosario-BoldItalic-lf-ly1.vf) = %{tl_version} -Provides: tex(Rosario-Italic-lf-t1.vf) = %{tl_version} -Provides: tex(Rosario-Italic-lf-ot1.vf) = %{tl_version} -Provides: tex(Rosario-Regular-lf-t1.vf) = %{tl_version} -Provides: tex(Rosario-Bold-lf-t1.vf) = %{tl_version} -Provides: tex(Rosario-Italic-lf-ts1.vf) = %{tl_version} -Provides: tex(Rosario-Bold-lf-ly1.vf) = %{tl_version} -Provides: tex(Rosario-Bold-lf-ot1.vf) = %{tl_version} -Provides: tex(Rosario-BoldItalic-lf-t1.vf) = %{tl_version} -Provides: tex(Rosario-BoldItalic-lf-ot1.vf) = %{tl_version} -Provides: tex(Rosario-BoldItalic-lf-ly1.tfm) = %{tl_version} -Provides: tex(Rosario-Regular-lf-t1--base.tfm) = %{tl_version} -Provides: tex(Rosario-Regular-lf-t1.tfm) = %{tl_version} -Provides: tex(Rosario-Regular-lf-t1--lcdfj.tfm) = %{tl_version} -Provides: tex(Rosario-Bold-lf-ts1.tfm) = %{tl_version} -Provides: tex(Rosario-Italic-lf-t1--lcdfj.tfm) = %{tl_version} -Provides: tex(Rosario-Italic-lf-ly1.tfm) = %{tl_version} -Provides: tex(Rosario-Regular-lf-ot1--lcdfj.tfm) = %{tl_version} -Provides: tex(Rosario-Italic-lf-t1--base.tfm) = %{tl_version} -Provides: tex(Rosario-Regular-lf-ot1--base.tfm) = %{tl_version} -Provides: tex(Rosario-Bold-lf-t1--lcdfj.tfm) = %{tl_version} -Provides: tex(Rosario-BoldItalic-lf-t1--lcdfj.tfm) = %{tl_version} -Provides: tex(Rosario-BoldItalic-lf-ot1--lcdfj.tfm) = %{tl_version} -Provides: tex(Rosario-Regular-lf-ot1.tfm) = %{tl_version} -Provides: tex(Rosario-Italic-lf-ot1--lcdfj.tfm) = %{tl_version} -Provides: tex(Rosario-Bold-lf-ts1--base.tfm) = %{tl_version} -Provides: tex(Rosario-Bold-lf-t1.tfm) = %{tl_version} -Provides: tex(Rosario-BoldItalic-lf-ts1.tfm) = %{tl_version} -Provides: tex(Rosario-Italic-lf-t1.tfm) = %{tl_version} -Provides: tex(Rosario-Italic-lf-ly1--lcdfj.tfm) = %{tl_version} -Provides: tex(Rosario-Regular-lf-ly1--base.tfm) = %{tl_version} -Provides: tex(Rosario-Bold-lf-ly1.tfm) = %{tl_version} -Provides: tex(Rosario-Bold-lf-t1--base.tfm) = %{tl_version} -Provides: tex(Rosario-BoldItalic-lf-t1--base.tfm) = %{tl_version} -Provides: tex(Rosario-Bold-lf-ly1--lcdfj.tfm) = %{tl_version} -Provides: tex(Rosario-Bold-lf-ot1--lcdfj.tfm) = %{tl_version} -Provides: tex(Rosario-Regular-lf-ts1.tfm) = %{tl_version} -Provides: tex(Rosario-Italic-lf-ts1--base.tfm) = %{tl_version} -Provides: tex(Rosario-Regular-lf-ly1.tfm) = %{tl_version} -Provides: tex(Rosario-Bold-lf-ly1--base.tfm) = %{tl_version} -Provides: tex(Rosario-BoldItalic-lf-ts1--base.tfm) = %{tl_version} -Provides: tex(Rosario-BoldItalic-lf-t1.tfm) = %{tl_version} -Provides: tex(Rosario-BoldItalic-lf-ly1--lcdfj.tfm) = %{tl_version} -Provides: tex(Rosario-Italic-lf-ot1--base.tfm) = %{tl_version} -Provides: tex(Rosario-BoldItalic-lf-ot1--base.tfm) = %{tl_version} -Provides: tex(Rosario-Regular-lf-ly1--lcdfj.tfm) = %{tl_version} -Provides: tex(Rosario-Regular-lf-ts1--base.tfm) = %{tl_version} -Provides: tex(Rosario-Italic-lf-ts1.tfm) = %{tl_version} -Provides: tex(Rosario-BoldItalic-lf-ot1.tfm) = %{tl_version} -Provides: tex(Rosario-Bold-lf-ot1--base.tfm) = %{tl_version} -Provides: tex(Rosario-Italic-lf-ot1.tfm) = %{tl_version} -Provides: tex(Rosario-BoldItalic-lf-ly1--base.tfm) = %{tl_version} -Provides: tex(Rosario-Italic-lf-ly1--base.tfm) = %{tl_version} -Provides: tex(Rosario-Bold-lf-ot1.tfm) = %{tl_version} - -%description rosario -The package provides the files required to use the Rosario -fonts with LaTeX. Rosario is a set of four fonts provided by -Hector Gatti, Adobe Typekit & Omnibus-Type Team under the Open -Font License (OFL), version 1.1. The fonts are copyright (c) -2012-2015, Omnibus-Type. - -%package russ-doc -Provides: tex-russ-doc = %{tl_version} -License: LPPL -Summary: doc files of russ -Version: svn25209 - -AutoReqProv: No - -%description russ-doc -Documentation for russ - -%package russ -Provides: tex-russ = %{tl_version} -License: LPPL -Summary: LaTeX in Russian, without babel -Version: svn25209 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(russ.sty) = %{tl_version} - -%description russ -The package aims to facilitate Russian typesetting (based on -input using MicroSoft Code Page 1251). Russian hyphenation is -selected, and various mathematical commands are set up in -Russian style. Furthermore all Cyrillic letters' catcodes are -set to "letter", so that commands with Cyrillic letters in -their names may be defined. - -%package sanitize-umlaut-doc -Provides: tex-sanitize-umlaut-doc = %{tl_version} -License: LPPL -Summary: doc files of sanitize-umlaut -Version: svn53292 -AutoReqProv: No - -%description sanitize-umlaut-doc -Documentation for sanitize-umlaut - -%package sanitize-umlaut -Provides: tex-sanitize-umlaut = %{tl_version} -License: LPPL -Summary: sanitize umlauts for MakeIndex and pdfLaTeX -Version: svn53292 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(sanitize-umlaut.sty) = %{tl_version} - -%description sanitize-umlaut -This packages sanitizes umlauts to be used directly in index -entries for MakeIndex and friends with pdfLaTeX. This means -that inside \index an umlaut can be used as "U or as U. In both -cases, the letter is written as "U into the raw index file for -correct processing with MakeIndex and pdfLaTeX. - -%package scrlttr2copy-doc -Provides: tex-scrlttr2copy-doc = %{tl_version} -License: LPPL -Summary: doc files of scrlttr2copy -Version: svn39734 - -AutoReqProv: No - -%description scrlttr2copy-doc -Documentation for scrlttr2copy - -%package scrlttr2copy -Provides: tex-scrlttr2copy = %{tl_version} -License: LPPL -Summary: A letter class option file for the automatic creation of copies -Version: svn39734 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - - -%description scrlttr2copy -The file copy.lco provides the new class option "copy" for the -KOMA-Script letter class scrlttr2. If the option "copy" is -given, all pages of a specific letter are duplicated with -background text marking as copies. - -%package seuthesix-doc -Provides: tex-seuthesix-doc = %{tl_version} -License: GPLv3 -Summary: doc files of seuthesix -Version: svn40088 - -AutoReqProv: No - -%description seuthesix-doc -Documentation for seuthesix - -%package seuthesix -Provides: tex-seuthesix = %{tl_version} -License: GPLv3 -Summary: LaTeX class for theses at Southeast University, Nanjing, China -Version: svn40088 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(seuthesix.cls) = %{tl_version} -Provides: tex(seuthesix.cfg) = %{tl_version} - -%description seuthesix -This project provides a LaTeX document class as well as a -bibliography style file for typesetting theses at the Southeast -University, Nanjing, China. It is based on the seuthesis -package which, according to the author of seuthesix, is buggy -and has not been maintained for some time. - -%package signchart-doc -Provides: tex-signchart-doc = %{tl_version} -License: LPPL -Summary: doc files of signchart -Version: svn39707 - -AutoReqProv: No - -%description signchart-doc -Documentation for signchart - -%package signchart -Provides: tex-signchart = %{tl_version} -License: LPPL -Summary: Create beautifully typeset sign charts -Version: svn39707 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(signchart.sty) = %{tl_version} - -%description signchart -The package allows users to easily typeset beautiful looking -sign charts directly into their (La)TeX document. - -%package simpler-wick-doc -Provides: tex-simpler-wick-doc = %{tl_version} -License: GPLv3+ -Summary: doc files of simpler-wick -Version: svn39074 - -AutoReqProv: No - -%description simpler-wick-doc -Documentation for simpler-wick - -%package simpler-wick -Provides: tex-simpler-wick = %{tl_version} -License: LPPL -Summary: Simpler Wick contractions -Version: svn39074 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(simpler-wick.sty) = %{tl_version} - -%description simpler-wick -In every quantum field theory course, there will be a chapter -about Wick's theorem and how it can be used to convert a very -large product of many creation and annihilation operators into -something more tractable and normal ordered. The contractions -are denoted with a square bracket over the operators which are -being contracted, which used to be rather annoying to typeset -in LaTeX as the only other package available was simplewick, -which is rather unwieldy. This package provides a simpler -syntax for Wick contractions. - -%package smartunits-doc -Provides: tex-smartunits-doc = %{tl_version} -License: LPPL -Summary: doc files of smartunits -Version: svn39592 - -AutoReqProv: No - -%description smartunits-doc -Documentation for smartunits - -%package smartunits -Provides: tex-smartunits = %{tl_version} -License: LPPL -Summary: Converting between common metric and Imperial units -Version: svn39592 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(smartunits.sty) = %{tl_version} - -%description smartunits -This LaTeX package implements a \SmartUnit macro for converting -between (some) metric and Imperial units. The package requires -pgfkeys and siunitx. - -%package svrsymbols-doc -Provides: tex-svrsymbols-doc = %{tl_version} -License: LPPL -Summary: doc files of svrsymbols -Version: svn50019 -AutoReqProv: No - -%description svrsymbols-doc -Documentation for svrsymbols - -%package svrsymbols -Provides: tex-svrsymbols = %{tl_version} -License: LPPL -Summary: A new font with symbols for use in Physics texts. -Version: svn50019 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(svrsymbols.sty) = %{tl_version} -Provides: tex(svrsymbols.map) = %{tl_version} -Provides: tex(SVRsymbols.pfb) = %{tl_version} -Provides: tex(SVRsymbols.tfm) = %{tl_version} - -%description svrsymbols -The svrsymbols package is a LaTeX interface to theSVRsymbols -font. The glyphs of this font are ideograms that have been -designed for use in Physics texts. Some symbols are standard -and some are entirely new. - -%package tempora-doc -Provides: tex-tempora-doc = %{tl_version} -License: GPLv2+ with exceptions and LPPL -Summary: doc files of tempora -Version: svn39596 - -AutoReqProv: No - -%description tempora-doc -Documentation for tempora - -%package tempora -Provides: tex-tempora = %{tl_version} -License: GPLv2+ and LPPL -Summary: Greek and Cyrillic to accompany Times -Version: svn39596 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(tempora.sty) = %{tl_version} -Provides: tex(tempora.map) = %{tl_version} -Provides: tex(ot2tempora-tlf.fd) = %{tl_version} -Provides: tex(TS1Tempora-TOsF.fd) = %{tl_version} -Provides: tex(T1Tempora-TLF.fd) = %{tl_version} -Provides: tex(T1Tempora-Sup.fd) = %{tl_version} -Provides: tex(t2atempora-tlf.fd) = %{tl_version} -Provides: tex(OT1Tempora-TOsF.fd) = %{tl_version} -Provides: tex(TS1Tempora-TLF.fd) = %{tl_version} -Provides: tex(OT1Tempora-TLF.fd) = %{tl_version} -Provides: tex(t2btempora-tosf.fd) = %{tl_version} -Provides: tex(t2ctempora-tosf.fd) = %{tl_version} -Provides: tex(OT1Tempora-Sup.fd) = %{tl_version} -Provides: tex(t2btempora-tlf.fd) = %{tl_version} -Provides: tex(t2atempora-tosf.fd) = %{tl_version} -Provides: tex(ot2tempora-tosf.fd) = %{tl_version} -Provides: tex(lgrtempora-tlf.fd) = %{tl_version} -Provides: tex(lgrtempora-tosf.fd) = %{tl_version} -Provides: tex(t2ctempora-tlf.fd) = %{tl_version} -Provides: tex(T1Tempora-TOsF.fd) = %{tl_version} -Provides: tex(Tempora-BoldItalic.pfb) = %{tl_version} -Provides: tex(Tempora-Bold.pfb) = %{tl_version} -Provides: tex(Tempora-Italic.pfb) = %{tl_version} -Provides: tex(Tempora-Regular.pfb) = %{tl_version} -Provides: tex(tmp_xvqxbr.enc) = %{tl_version} -Provides: tex(tmp_jglahm.enc) = %{tl_version} -Provides: tex(ot2-tempora.enc) = %{tl_version} -Provides: tex(t2b-tempora.enc) = %{tl_version} -Provides: tex(t2c-temporaosf.enc) = %{tl_version} -Provides: tex(ot2-temporaosf.enc) = %{tl_version} -Provides: tex(t2a-tempora.enc) = %{tl_version} -Provides: tex(t2b-temporaosf.enc) = %{tl_version} -Provides: tex(tmp_yz5x6b.enc) = %{tl_version} -Provides: tex(t2a-temporaosf.enc) = %{tl_version} -Provides: tex(tmp_6rqc3d.enc) = %{tl_version} -Provides: tex(tmp_q3dzgc.enc) = %{tl_version} -Provides: tex(tmp_y4r4km.enc) = %{tl_version} -Provides: tex(lgr-temporaosf.enc) = %{tl_version} -Provides: tex(tmp_arnbc6.enc) = %{tl_version} -Provides: tex(tmp_v6f3ze.enc) = %{tl_version} -Provides: tex(tmp_aq2g6w.enc) = %{tl_version} -Provides: tex(tmp_m6t7eu.enc) = %{tl_version} -Provides: tex(t2c-tempora.enc) = %{tl_version} -Provides: tex(tmp_mdnuug.enc) = %{tl_version} -Provides: tex(tmp_ac5xuc.enc) = %{tl_version} -Provides: tex(lgr-tempora.enc) = %{tl_version} -Provides: tex(Tempora-Regular.otf) = %{tl_version} -Provides: tex(Tempora-BoldItalic.otf) = %{tl_version} -Provides: tex(Tempora-Bold.otf) = %{tl_version} -Provides: tex(Tempora-Italic.otf) = %{tl_version} -Provides: tex(Tempora-BoldItalic-tosf-ot1.vf) = %{tl_version} -Provides: tex(Tempora-Regular-tlf-ot1.vf) = %{tl_version} -Provides: tex(Tempora-Regular-tlf-t1.vf) = %{tl_version} -Provides: tex(Tempora-Regular-tosf-ts1.vf) = %{tl_version} -Provides: tex(Tempora-Bold-tosf-ts1.vf) = %{tl_version} -Provides: tex(Tempora-Bold-tlf-ts1.vf) = %{tl_version} -Provides: tex(Tempora-BoldItalic-tosf-t1.vf) = %{tl_version} -Provides: tex(Tempora-Regular-tosf-ot1.vf) = %{tl_version} -Provides: tex(Tempora-BoldItalic-tlf-ts1.vf) = %{tl_version} -Provides: tex(Tempora-Italic-tosf-ts1.vf) = %{tl_version} -Provides: tex(Tempora-BoldItalic-tlf-ot1.vf) = %{tl_version} -Provides: tex(Tempora-Italic-tlf-ts1.vf) = %{tl_version} -Provides: tex(Tempora-BoldItalic-sup-t1.vf) = %{tl_version} -Provides: tex(Tempora-Italic-sup-t1.vf) = %{tl_version} -Provides: tex(Tempora-Bold-tlf-t1.vf) = %{tl_version} -Provides: tex(Tempora-Italic-tlf-t1.vf) = %{tl_version} -Provides: tex(Tempora-BoldItalic-tosf-ts1.vf) = %{tl_version} -Provides: tex(Tempora-BoldItalic-tlf-t1.vf) = %{tl_version} -Provides: tex(Tempora-Bold-tlf-ot1.vf) = %{tl_version} -Provides: tex(Tempora-Regular-tosf-t1.vf) = %{tl_version} -Provides: tex(Tempora-Bold-tosf-t1.vf) = %{tl_version} -Provides: tex(Tempora-Regular-sup-t1.vf) = %{tl_version} -Provides: tex(Tempora-Bold-sup-t1.vf) = %{tl_version} -Provides: tex(Tempora-Bold-tosf-ot1.vf) = %{tl_version} -Provides: tex(Tempora-Italic-tosf-t1.vf) = %{tl_version} -Provides: tex(Tempora-Regular-tlf-ts1.vf) = %{tl_version} -Provides: tex(Tempora-BoldItalic-sup-t1.tfm) = %{tl_version} -Provides: tex(Tempora-BoldItalic-TLF-ot2.tfm) = %{tl_version} -Provides: tex(Tempora-Italic-tlf-t1.tfm) = %{tl_version} -Provides: tex(Tempora-Bold-tosf-ot1--base.tfm) = %{tl_version} -Provides: tex(Tempora-Italic-TOsF-t2b.tfm) = %{tl_version} -Provides: tex(Tempora-Bold-tosf-ot1.tfm) = %{tl_version} -Provides: tex(Tempora-Bold-TLF-ot2.tfm) = %{tl_version} -Provides: tex(Tempora-BoldItalic-tosf-ot1--base.tfm) = %{tl_version} -Provides: tex(Tempora-BoldItalic-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(Tempora-Regular-TOsF-t2b.tfm) = %{tl_version} -Provides: tex(Tempora-Regular-tosf-ot1.tfm) = %{tl_version} -Provides: tex(Tempora-Bold-tlf-ot1--base.tfm) = %{tl_version} -Provides: tex(Tempora-Regular-TOsF-ot2.tfm) = %{tl_version} -Provides: tex(Tempora-Regular-TLF-ot2.tfm) = %{tl_version} -Provides: tex(Tempora-BoldItalic-tosf-t1--base.tfm) = %{tl_version} -Provides: tex(Tempora-Regular-sup-t1--base.tfm) = %{tl_version} -Provides: tex(Tempora-Italic-tosf-t1--base.tfm) = %{tl_version} -Provides: tex(Tempora-BoldItalic-TLF-t2c.tfm) = %{tl_version} -Provides: tex(Tempora-Bold-TOsF-lgr.tfm) = %{tl_version} -Provides: tex(Tempora-Bold-sup-ot1.tfm) = %{tl_version} -Provides: tex(Tempora-Regular-TOsF-lgr.tfm) = %{tl_version} -Provides: tex(Tempora-Regular-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(Tempora-Italic-TLF-t2b.tfm) = %{tl_version} -Provides: tex(Tempora-Regular-TLF-t2b.tfm) = %{tl_version} -Provides: tex(Tempora-Italic-sup-ot1.tfm) = %{tl_version} -Provides: tex(Tempora-Bold-tlf-ts1.tfm) = %{tl_version} -Provides: tex(Tempora-Bold-tosf-t1.tfm) = %{tl_version} -Provides: tex(Tempora-BoldItalic-sup-ot1.tfm) = %{tl_version} -Provides: tex(Tempora-Italic-tlf-ts1.tfm) = %{tl_version} -Provides: tex(Tempora-Italic-TLF-ot2.tfm) = %{tl_version} -Provides: tex(Tempora-Italic-sup-t1--base.tfm) = %{tl_version} -Provides: tex(Tempora-Bold-tlf-ot1.tfm) = %{tl_version} -Provides: tex(Tempora-Bold-sup-t1--base.tfm) = %{tl_version} -Provides: tex(Tempora-BoldItalic-sup-t1--base.tfm) = %{tl_version} -Provides: tex(Tempora-Regular-tlf-ts1.tfm) = %{tl_version} -Provides: tex(Tempora-Bold-TOsF-ot2.tfm) = %{tl_version} -Provides: tex(Tempora-Bold-TLF-t2b.tfm) = %{tl_version} -Provides: tex(Tempora-Regular-tlf-ot1.tfm) = %{tl_version} -Provides: tex(Tempora-BoldItalic-TOsF-t2a.tfm) = %{tl_version} -Provides: tex(Tempora-Bold-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(Tempora-Italic-TOsF-lgr.tfm) = %{tl_version} -Provides: tex(Tempora-Regular-tlf-ot1--base.tfm) = %{tl_version} -Provides: tex(Tempora-BoldItalic-tosf-t1.tfm) = %{tl_version} -Provides: tex(Tempora-BoldItalic-TOsF-t2c.tfm) = %{tl_version} -Provides: tex(Tempora-Italic-tosf-t1.tfm) = %{tl_version} -Provides: tex(Tempora-Bold-TLF-t2a.tfm) = %{tl_version} -Provides: tex(Tempora-Italic-TLF-t2c.tfm) = %{tl_version} -Provides: tex(Tempora-Regular-TLF-t2a.tfm) = %{tl_version} -Provides: tex(Tempora-BoldItalic-tlf-ot1.tfm) = %{tl_version} -Provides: tex(Tempora-Bold-sup-t1.tfm) = %{tl_version} -Provides: tex(Tempora-BoldItalic-tlf-t1.tfm) = %{tl_version} -Provides: tex(Tempora-Regular-TLF-t2c.tfm) = %{tl_version} -Provides: tex(Tempora-Italic-TLF-lgr.tfm) = %{tl_version} -Provides: tex(Tempora-Italic-tosf-ts1--base.tfm) = %{tl_version} -Provides: tex(Tempora-Regular-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(Tempora-Regular-sup-ot1.tfm) = %{tl_version} -Provides: tex(Tempora-BoldItalic-tosf-ot1.tfm) = %{tl_version} -Provides: tex(Tempora-BoldItalic-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(Tempora-Bold-TOsF-t2a.tfm) = %{tl_version} -Provides: tex(Tempora-Bold-tosf-ts1.tfm) = %{tl_version} -Provides: tex(Tempora-Regular-TOsF-t2a.tfm) = %{tl_version} -Provides: tex(Tempora-Regular-tosf-ts1--base.tfm) = %{tl_version} -Provides: tex(Tempora-Bold-TLF-t2c.tfm) = %{tl_version} -Provides: tex(Tempora-BoldItalic-TLF-t2a.tfm) = %{tl_version} -Provides: tex(Tempora-BoldItalic-tlf-ot1--base.tfm) = %{tl_version} -Provides: tex(Tempora-Bold-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(Tempora-Regular-tosf-ts1.tfm) = %{tl_version} -Provides: tex(Tempora-Bold-TOsF-t2b.tfm) = %{tl_version} -Provides: tex(Tempora-Bold-tlf-t1.tfm) = %{tl_version} -Provides: tex(Tempora-Bold-tosf-ts1--base.tfm) = %{tl_version} -Provides: tex(Tempora-Bold-tosf-t1--base.tfm) = %{tl_version} -Provides: tex(Tempora-Regular-tosf-t1--base.tfm) = %{tl_version} -Provides: tex(Tempora-BoldItalic-tosf-ts1.tfm) = %{tl_version} -Provides: tex(Tempora-Italic-TLF-t2a.tfm) = %{tl_version} -Provides: tex(Tempora-Italic-sup-t1.tfm) = %{tl_version} -Provides: tex(Tempora-Italic-TOsF-ot2.tfm) = %{tl_version} -Provides: tex(Tempora-Regular-sup-t1.tfm) = %{tl_version} -Provides: tex(Tempora-BoldItalic-TOsF-ot2.tfm) = %{tl_version} -Provides: tex(Tempora-BoldItalic-TLF-t2b.tfm) = %{tl_version} -Provides: tex(Tempora-Italic-TOsF-t2a.tfm) = %{tl_version} -Provides: tex(Tempora-Italic-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(Tempora-Regular-tlf-t1.tfm) = %{tl_version} -Provides: tex(Tempora-BoldItalic-tlf-ts1.tfm) = %{tl_version} -Provides: tex(Tempora-BoldItalic-tosf-ts1--base.tfm) = %{tl_version} -Provides: tex(Tempora-Regular-TLF-lgr.tfm) = %{tl_version} -Provides: tex(Tempora-Italic-tosf-ts1.tfm) = %{tl_version} -Provides: tex(Tempora-Regular-tosf-t1.tfm) = %{tl_version} -Provides: tex(Tempora-Italic-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(Tempora-Italic-TOsF-t2c.tfm) = %{tl_version} -Provides: tex(Tempora-Regular-tosf-ot1--base.tfm) = %{tl_version} -Provides: tex(Tempora-BoldItalic-TOsF-t2b.tfm) = %{tl_version} -Provides: tex(Tempora-Bold-TLF-lgr.tfm) = %{tl_version} -Provides: tex(Tempora-Bold-TOsF-t2c.tfm) = %{tl_version} -Provides: tex(Tempora-Italic-tosf-ot1.tfm) = %{tl_version} -Provides: tex(Tempora-Regular-TOsF-t2c.tfm) = %{tl_version} -Provides: tex(Tempora-Italic-tlf-ot1.tfm) = %{tl_version} -Provides: tex(Tempora-BoldItalic-TLF-lgr.tfm) = %{tl_version} -Provides: tex(Tempora-BoldItalic-TOsF-lgr.tfm) = %{tl_version} - -%description tempora -This package, derived from TemporaLGCUni by Alexej Kryukov, is -meant as a companion to Times text font packages, providing -Greek and Cyrillic in matching weights and styles. OpenType and -Type1 fonts are provided, with LaTeX support files giving -essentially complete LGR coverage of monotonic, polytonic and -ancient Greek, and almost full T2A coverage of Cyrillic. - -%package tex-ini-files-doc -Provides: tex-tex-ini-files-doc = %{tl_version} -License: Public Domain -Summary: doc files of tex-ini-files -Version: svn40533 - -AutoReqProv: No - -%description tex-ini-files-doc -Documentation for tex-ini-files - -%package tex-ini-files -Provides: tex-tex-ini-files = %{tl_version} -License: Public Domain -Summary: Model TeX format creation files -Version: svn40533 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(pdftexconfig.tex) = %{tl_version} -Provides: tex(luatexconfig.tex) = %{tl_version} - -%description tex-ini-files -This bundle provides a collection of model .ini files for -creating TeX formats. These files are commonly used to -introduced distribution-dependent variations in formats. They -are also used to allow existing format source files to be used -with newer engines, for example to adapt the plain e-TeX source -file to work with XeTeX and LuaTeX. - -%package texlive-es-doc -Provides: tex-texlive-es-doc = %{tl_version} -License: LPPL -Summary: doc files of texlive-es -Version: svn54465 -AutoReqProv: No - -%description texlive-es-doc -Documentation for texlive-es - -%package texvc-doc -Provides: tex-texvc-doc = %{tl_version} -License: ASL 2.0 -Summary: doc files of texvc -Version: svn46844 -AutoReqProv: No - -%description texvc-doc -Documentation for texvc - -%package texvc -Provides: tex-texvc = %{tl_version} -License: ASL 2.0 and LPPL -Summary: Use MediaWiki LaTeX commands -Version: svn46844 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(texvc.sty) = %{tl_version} - -%description texvc -User MediaWiki LaTeX commands to copy and past formulae from -MediaWiki to LaTeX documents. - -%package texworks-doc -Provides: tex-texworks-doc = %{tl_version} -License: Public Domain -Summary: doc files of texworks -Version: svn54074 -AutoReqProv: No - -%description texworks-doc -Documentation for texworks - -%package tikz-feynman-doc -Provides: tex-tikz-feynman-doc = %{tl_version} -License: GPLv3+ -Summary: doc files of tikz-feynman -Version: svn39582 - -AutoReqProv: No - -%description tikz-feynman-doc -Documentation for tikz-feynman - -%package tikz-feynman -Provides: tex-tikz-feynman = %{tl_version} -License: LPPL -Summary: Feynman diagrams with TikZ -Version: svn39582 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(tikz-feynman.sty) = %{tl_version} -Provides: tex(tikzfeynman.keys.code.tex) = %{tl_version} -Provides: tex(tikzlibraryfeynman.code.tex) = %{tl_version} - -%description tikz-feynman -This is a is a LaTeX package allowing Feynman diagrams to be -easily generated within LaTeX with minimal user instructions -and without the need of external programs. It builds upon the -TikZ package and leverages the graph placement algorithms from -TikZ in order to automate the placement of many vertices. tikz- -feynman still allows fine-tuned placement of vertices so that -even complex diagrams can still be generated with ease. - -%package tipfr -Provides: tex-tipfr = %{tl_version} -License: LPPL -Summary: Produces calculator's keys with the help of TikZ -Version: svn38646 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(tipfr.sty) = %{tl_version} - -%description tipfr -The package provides commands to draw calculator keys with the -help of TikZ. It also provides commands to draw the content of -screens and of menu items. - -%package typed-checklist-doc -Provides: tex-typed-checklist-doc = %{tl_version} -License: LPPL -Summary: doc files of typed-checklist -Version: svn49731 -AutoReqProv: No - -%description typed-checklist-doc -Documentation for typed-checklist - -%package typed-checklist -Provides: tex-typed-checklist = %{tl_version} -License: LPPL -Summary: Typesetting tasks, goals, milestones, artifacts, and more in LaTeX -Version: svn49731 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(typed-checklist.sty) = %{tl_version} - -%description typed-checklist -The main goal of this package is to provide means for -typesetting checklists in a way that stipulates users to -explicitly distinguish checklists for goals, for tasks, for -artifacts, and for milestones -- i.e., the type of checklist -entries. The intention behind this is that a user of the -package is coerced to think about what kind of entries he/she -adds to the checklist. This shall yield a clearer result and, -in the long run, help with training to distinguish entries of -different types. - -%package uantwerpendocs-doc -Provides: tex-uantwerpendocs-doc = %{tl_version} -License: LPPL -Summary: doc files of uantwerpendocs -Version: svn51007 -AutoReqProv: No -Provides: texlive-uantwerpe-docs-doc = %{tl_version} -Obsoletes: texlive-uantwerpe-docs-doc <= 6:svn40826 - -%description uantwerpendocs-doc -Documentation for uantwerpendocs. - -%package uantwerpendocs -Provides: tex-uantwerpendocs = %{tl_version} -License: LPPL -Summary: Course texts and masters theses in University of Antwerp style -Version: svn51007 -Provides: texlive-uantwerpe-docs = %{tl_version} -Obsoletes: texlive-uantwerpe-docs <= 6:svn40826 - -%description uantwerpendocs -These class files implement the house style of the University -of Antwerp for course texts, master theses, and letters. Using -these class files will make it easy for you to make and keep -your documents compliant to this version and future versions of -the house style of the University of Antwerp. - -%package uhrzeit-doc -Provides: tex-uhrzeit-doc = %{tl_version} -License: LPPL -Summary: doc files of uhrzeit -Version: svn39570 - -AutoReqProv: No - -%description uhrzeit-doc -Documentation for uhrzeit - -%package uhrzeit -Provides: tex-uhrzeit = %{tl_version} -License: LPPL -Summary: Time printing, in German -Version: svn39570 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(uhrzeit.sty) = %{tl_version} - -%description uhrzeit -The primary goal of this package is to facilitate formats and -ranges of times as formerly used in Germany. A variety of -printing formats are available. - -%package umbclegislation-doc -Provides: tex-umbclegislation-doc = %{tl_version} -License: GPLv3+ -Summary: doc files of umbclegislation -Version: svn41348 - -AutoReqProv: No - -%description umbclegislation-doc -Documentation for umbclegislation - -%package umbclegislation -Provides: tex-umbclegislation = %{tl_version} -License: GPLv3+ -Summary: class for building legislation files for UMBC Student Government Association Bills -Version: svn41348 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(legislation.cls) = %{tl_version} - -%description umbclegislation -LaTeX class for building legislation files for UMBC Student -Government Association Bills. Requires pdflatex and the -mdframed enumitem, lineno, and xifthen packages. - -%package unicode-data-doc -Provides: tex-unicode-data-doc = %{tl_version} -License: LPPL and Unicode -Summary: doc files of unicode-data -Version: svn54758 -AutoReqProv: No - -%description unicode-data-doc -Documentation for unicode-data - -%package unicode-data -Provides: tex-unicode-data = %{tl_version} -License: LPPL and Unicode -Summary: Unicode data and loaders for TeX -Version: svn54758 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(load-unicode-math-classes.tex) = %{tl_version} -Provides: tex(load-unicode-data.tex) = %{tl_version} -Provides: tex(load-unicode-xetex-classes.tex) = %{tl_version} - -%description unicode-data -This bundle provides generic access to Unicode Consortium data -for TeX use. It contains a set of text files provided by the -Unicode Consortium which are currently all from Unicode 8.0.0, -with the exception of MathClass.txt which is not currently part -of the Unicode Character Database. Accompanying these source -data are generic TeX loader files allowing this data to be used -as part of TeX runs, in particular in building format files. -Currently there are two loader files: one for general character -set up and one for initialising XeTeX character classes as has -been carried out to date by unicode-letters.tex. The source -data are distributed in accordance with the license stipulated -by the Unicode Consortium. The bundle as a whole is co- -ordinated by the LaTeX3 Project as a general resource for TeX -users. - -%package updmap-map -Provides: tex-updmap-map = %{tl_version} -License: Public Domain -Summary: Font maps -Version: svn56618 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(pdftex_dl14.map) = %{tl_version} -Provides: tex(pdftex.map) = %{tl_version} -Provides: tex(pdftex_ndl14.map) = %{tl_version} -Provides: tex(psfonts.map) = %{tl_version} -Provides: tex(psfonts_pk.map) = %{tl_version} -Provides: tex(psfonts_t1.map) = %{tl_version} -Provides: tex(ps2pk.map) = %{tl_version} -Provides: tex(download35.map) = %{tl_version} -Provides: tex(builtin35.map) = %{tl_version} -Provides: tex(kanjix.map) = %{tl_version} - -%description updmap-map -These map files are regenerated every time a new font is added. -There is no need to rebuild formats or update binaries because -of such updates, hence this separate package. - -%package uplatex -Provides: tex-uplatex = %{tl_version} -License: BSD -Summary: pLaTeX2e and miscellaneous macros for upTeX -Version: svn54276 -Requires: texlive-babel -Requires: texlive-base -Requires: texlive-cm -Requires: texlive-hyph-utf8 -Requires: texlive-hyphen-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-latex, texlive-latex-fonts -Requires: texlive-l3backend -Requires: texlive-l3kernel -Requires: texlive-l3packages -Requires: texlive-tex-ini-files -Requires: texlive-unicode-data -Requires: texlive-uptex-fonts -Requires: texlive-platex -Requires: texlive-latex -Requires: texlive-latex-base-dev -Provides: tex(jt2gt.fd) = %{tl_version} -Provides: tex(jt2mc.fd) = %{tl_version} -Provides: tex(jy2gt.fd) = %{tl_version} -Provides: tex(jy2mc.fd) = %{tl_version} -Provides: tex(ujarticle.cls) = %{tl_version} -Provides: tex(ujbk10.clo) = %{tl_version} -Provides: tex(ujbk11.clo) = %{tl_version} -Provides: tex(ujbk12.clo) = %{tl_version} -Provides: tex(ujbook.cls) = %{tl_version} -Provides: tex(ujreport.cls) = %{tl_version} -Provides: tex(ujsize10.clo) = %{tl_version} -Provides: tex(ujsize11.clo) = %{tl_version} -Provides: tex(ujsize12.clo) = %{tl_version} -Provides: tex(ukinsoku.tex) = %{tl_version} -Provides: tex(uptrace.sty) = %{tl_version} -Provides: tex(utarticle.cls) = %{tl_version} -Provides: tex(utbk10.clo) = %{tl_version} -Provides: tex(utbk11.clo) = %{tl_version} -Provides: tex(utbk12.clo) = %{tl_version} -Provides: tex(utbook.cls) = %{tl_version} -Provides: tex(utreport.cls) = %{tl_version} -Provides: tex(utsize10.clo) = %{tl_version} -Provides: tex(utsize11.clo) = %{tl_version} -Provides: tex(utsize12.clo) = %{tl_version} - -%description uplatex -The bundle provides pLaTeX2e macros for upTeX by Takuji Tanaka. -This is a community edition syncing with platex. The bundle -depends on platex. - -%package visualpstricks-doc -Provides: tex-visualpstricks-doc = %{tl_version} +%package dvisvgm +Provides: tex-dvisvgm = %{epoch}:%{source_date}-%{release} +Provides: dvisvgm = %{epoch}:%{source_date}-%{release} +Provides: %{name}-dvisvgm-bin = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-dvisvgm-bin < %{tl_epoch}:%{source_date} +Obsoletes: dvisvgm < %{tl_epoch}:%{source_date} License: GPL+ -Summary: doc files of visualpstricks -Version: svn39799 - -AutoReqProv: No - -%description visualpstricks-doc -Documentation for visualpstricks - -%package visualtikz-doc -Provides: tex-visualtikz-doc = %{tl_version} -License: LPPL -Summary: doc files of visualtikz -Version: svn54080 -AutoReqProv: No - -%description visualtikz-doc -Documentation for visualtikz - -%package xassoccnt-doc -Provides: tex-xassoccnt-doc = %{tl_version} -License: LPPL -Summary: doc files of xassoccnt -Version: svn54080 -AutoReqProv: No - -%description xassoccnt-doc -Documentation for xassoccnt - -%package xassoccnt -Provides: tex-xassoccnt = %{tl_version} -License: LPPL -Summary: Associated counters stepping simultaneously -Version: svn54080 +Summary: Convert DVI files to Scalable Vector Graphics format (SVG) Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(xassoccnt.sty) = %{tl_version} +Requires: texlive-kpathsea -%description xassoccnt -This package provides a way of associating counters to an -existing driver counter so that incrementing the driver counter -will increase its associated counters as well. This package can -be regarded as a supplement to the totcount package by -Vasileios Koutavas, but it can be used without it, too. -xassoccnt is a successor and a complete rewrite of the assoccnt -package by the same author. However, as of 2017-03-05, some -features of assoccnt are not (yet) contained in xassoccnt so -that the older package cannot yet be regarded as obsolete. +%description dvisvgm +Dvisvgm is a command line utility that converts TeX DVI files +to the XML-based Scalable Vector Graphics (SVG) format. It +provides full font support including virtual fonts, font maps, +and sub-fonts. If necessary, dvisvgm vectorizes Metafont's +bitmap output in order to always create lossless scalable +output. The embedded SVG fonts can optionally be replaced with +graphics paths so that applications that don't support SVG +fonts are enabled to render the graphics properly. Besides many +other features, dvisvgm also supports color, emTeX, tpic, PDF +mapfile and PostScript specials. Users will need a working TeX +installation including the kpathsea library. For more detailed +information, see the project page. -%package xcntperchap-doc -Provides: tex-xcntperchap-doc = %{tl_version} -License: LPPL -Summary: doc files of xcntperchap -Version: svn54080 -AutoReqProv: No -%description xcntperchap-doc -Documentation for xcntperchap - -%package xcntperchap -Provides: tex-xcntperchap = %{tl_version} -License: LPPL -Summary: Track the number of subsections etc. that occur in a specified tracklevel -Version: svn54080 +%package babel-english +Provides: tex-babel-english = %{epoch}:%{source_date}-%{release} +Provides: tex-babel-english-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-babel-english-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-babel-english-doc < %{tl_epoch}:%{source_date} +License: LPPL 1.3 +Summary: Babel support for English +BuildArch: noarch Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(xcntperchap.sty) = %{tl_version} +Requires: texlive-kpathsea +Provides: tex(english.ldf) = %{epoch}:%{source_date}-%{release} -%description xcntperchap -This package is the successor of cntperchap and allows to -provide more tracklevels than just only one. +%description babel-english +The package provides the language definition file for support +of English in babel. Care is taken to select british +hyphenation patterns for British English and Australian text, +and default ('american') patterns for Canadian and USA text. -%package xduthesis-doc -Provides: tex-xduthesis-doc = %{tl_version} -License: LPPL -Summary: doc files of xduthesis -Version: svn39694 - -AutoReqProv: No - -%description xduthesis-doc -Documentation for xduthesis - -%package xduthesis -Provides: tex-xduthesis = %{tl_version} -License: LPPL -Summary: XeLaTeX template for writing Xidian University Thesis -Version: svn39694 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(xduthesis.cls) = %{tl_version} -Provides: tex(xduthesis.cfg) = %{tl_version} - -%description xduthesis -This is a XeLaTeX template for writing theses to apply academic -degrees in Xidian University. The template is designed -according to the official requirements on typesetting theses. -The template currently supports all levels of degrees from -bachelor to doctor, including both academic master and -professional master. But it is not guaranteed that you will -pass the typesetting check and obtain your degree by using this -template. - -%package xellipsis-doc -Provides: tex-xellipsis-doc = %{tl_version} -License: LPPL -Summary: doc files of xellipsis -Version: svn47546 -AutoReqProv: No - -%description xellipsis-doc -Documentation for xellipsis - -%package xellipsis -Provides: tex-xellipsis = %{tl_version} -License: LPPL -Summary: Extremely configurable ellipses with formats for various style manuals -Version: svn47546 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(xellipsis.sty) = %{tl_version} - -%description xellipsis -The xellipsis package provides a system for configuring -(almomst) every possible aspect of ellipses, including -preceding and proceeding characters; the character itself; -distances before and after each of these; and number of -characters. It comes with both a compatibility option for -standard LaTeX \ldots as well as preset package options for the -Chicago Manual of Style (Turabian); the Bluebook; and MLA -guidelines. - -%package xsavebox-doc -Provides: tex-xsavebox-doc = %{tl_version} -License: LPPL -Summary: doc files of xsavebox -Version: svn54097 -AutoReqProv: No - -%description xsavebox-doc -Documentation for xsavebox - -%package xsavebox -Provides: tex-xsavebox = %{tl_version} -License: LPPL -Summary: Saveboxes for repeating content without code replication, based on PDF Form XObjects -Version: svn54097 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(xsavebox.sty) = %{tl_version} - -%description xsavebox -The package defines commands for saving content that can be -repeatedly placed into the document without replicating DVI/PDF -code in the output file, allowing for smaller file size of the -final PDF and improved content caching for faster display in -certain PDF viewers. The method makes use of `Form XObjects' -defined in the PDF specification. The user commands are -modelled after the standard LaTeX commands \savebox, \sbox, -\usebox and the lrbox environment. All common TeX engines and -back-ends are supported: pdfLaTeX, LuaLaTeX LaTeX --> dvips --> -ps2pdf/Distiller (Xe)LaTeX --> (x)dvipdfmx - -%package ycbook-doc -Provides: tex-ycbook-doc = %{tl_version} -License: LPPL -Summary: doc files of ycbook -Version: svn46201 -AutoReqProv: No - -%description ycbook-doc -Documentation for ycbook - -%package ycbook -Provides: tex-ycbook = %{tl_version} -License: LPPL -Summary: A versatile book class -Version: svn46201 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(ycbook.cls) = %{tl_version} - -%description ycbook -This class is intended to be an interpretation of the mwbk -class which is a part of the mwcls package. The mwcls classes -are simple, yet powerful and customizable classes that allow -the end-user to customize the layout of headers, headings etc. -They also have the benefit of being more economic in space than -the most common LaTeX classes, while keeping a clear appearance -and a smooth flow. - -%package yinit-otf-doc -Provides: tex-yinit-otf-doc = %{tl_version} -License: Public Domain -Summary: doc files of yinit-otf -Version: svn40207 - -AutoReqProv: No - -%description yinit-otf-doc -Documentation for yinit-otf - -%package yinit-otf -Provides: tex-yinit-otf = %{tl_version} -License: Public Domain -Summary: OTF conversion of Yannis Haralambous' Old German decorative initials -Version: svn40207 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(Yinit.otf) = %{tl_version} - -%description yinit-otf -This package is a conversion of the yinit font into OTF. -Original Metafont files for yinit are in the yinit package. - -%package zhmetrics-uptex-doc -Provides: tex-zhmetrics-uptex-doc = %{tl_version} -License: LPPL -Summary: doc files of zhmetrics-uptex -Version: svn40728 - -AutoReqProv: No - -%description zhmetrics-uptex-doc -Documentation for zhmetrics-uptex - -%package zhmetrics-uptex -Provides: tex-zhmetrics-uptex = %{tl_version} -License: LPPL -Summary: Chinese font metrics for upTeX -Version: svn40728 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -Provides: tex(upzhsans-v.vf) = %{tl_version} -Provides: tex(upzhserifb-h.vf) = %{tl_version} -Provides: tex(upzhserifb-v.vf) = %{tl_version} -Provides: tex(upzhsansb-h.vf) = %{tl_version} -Provides: tex(upzhmono-h.vf) = %{tl_version} -Provides: tex(upzhsans-h.vf) = %{tl_version} -Provides: tex(upzhmono-v.vf) = %{tl_version} -Provides: tex(upzhserifit-v.vf) = %{tl_version} -Provides: tex(upzhserif-h.vf) = %{tl_version} -Provides: tex(upzhserifit-h.vf) = %{tl_version} -Provides: tex(upzhsansb-v.vf) = %{tl_version} -Provides: tex(upzhserif-v.vf) = %{tl_version} -Provides: tex(upzhsansb-v.tfm) = %{tl_version} -Provides: tex(upsansb-v.tfm) = %{tl_version} -Provides: tex(upmono-h.tfm) = %{tl_version} -Provides: tex(upzhserif-v.tfm) = %{tl_version} -Provides: tex(upzhserifb-v.tfm) = %{tl_version} -Provides: tex(upzhserifit-v.tfm) = %{tl_version} -Provides: tex(upmono-v.tfm) = %{tl_version} -Provides: tex(upzhmono-h.tfm) = %{tl_version} -Provides: tex(upsans-v.tfm) = %{tl_version} -Provides: tex(upzhserif-h.tfm) = %{tl_version} -Provides: tex(upzhserifb-h.tfm) = %{tl_version} -Provides: tex(upzhsans-v.tfm) = %{tl_version} -Provides: tex(upzhserifit-h.tfm) = %{tl_version} -Provides: tex(upserifit-v.tfm) = %{tl_version} -Provides: tex(upsansb-h.tfm) = %{tl_version} -Provides: tex(upzhmono-v.tfm) = %{tl_version} -Provides: tex(upsans-h.tfm) = %{tl_version} -Provides: tex(upserif-h.tfm) = %{tl_version} -Provides: tex(upzhsans-h.tfm) = %{tl_version} -Provides: tex(upserif-v.tfm) = %{tl_version} -Provides: tex(upserifb-h.tfm) = %{tl_version} -Provides: tex(upzhsansb-h.tfm) = %{tl_version} -Provides: tex(upserifit-h.tfm) = %{tl_version} -Provides: tex(upserifb-v.tfm) = %{tl_version} - -%description zhmetrics-uptex -The package contains some Chinese font metrics (JFM, VF, etc) -for upTeX engine, together with a simple DVIPDFMx font mapping -of Fandol fonts for DVIPDFMx. - -%package bestpapers-doc -Provides: tex-bestpapers-doc = %{tl_version} -License: Public Domain -Summary: doc files of bestpapers -Version: svn38708 - -AutoReqProv: No - -%description bestpapers-doc -Documentation for bestpapers-uptex - -%package bestpapers -Provides: tex-bestpapers = %{tl_version} -License: Public Domain -Summary: A BibTeX package to produce lists of authors' best papers -Version: svn38708 - -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea - -%description bestpapers -Many people preparing their resumes find the requirement -"please list five (or six, or ten) papers authored by you". The -same requirement is often stated for reports prepared by -professional teams. The creation of such lists may be a -cumbersome task. Even more difficult is it to support such -lists over the time, when new papers are added. The BibTeX -style bestpapers.bst is intended to facilitate this task. It is -based on the idea that it is easier to score than to sort: We -can assign a score to a paper and then let the computer select -the papers with highest scores. This work was commissioned by -the Consumer Financial Protection Bureau, United States -Treasury. This package is in the public domain. - -%package biblatex-claves -Provides: tex-biblatex-claves = %{tl_version} -License: LPPL -Summary: A tool to manage claves of old litterature with BibLaTeX -Version: svn43723 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(claves.bbx) = %{tl_version} - -%description biblatex-claves -When studying antic and medieval literature, we may find many -different texts published with the same title, or, in contrary, -the same text published with different titles. To avoid -confusion, scholars have published claves, which are books -listing ancient texts, identifying them by an identifier -- a -number or a string of text. For example, for early -Christianity, we have the Bibliotheca Hagiographica Graeca, the -Clavis Apocryphorum Novi Testamenti and other claves. It could -be useful to print the identifier of a texts in one specific -clavis, or in many claves. The package allows us to create new -field for different claves, and to present all these fields in -a consistent way. - -%package biblatex-claves-doc -Provides: tex-biblatex-claves-doc = %{tl_version} -License: LPPL -Summary: doc files of biblatex-claves -Version: svn43723 -AutoReqProv: No - -%description biblatex-claves-doc -Documentation for biblatex-claves. - -%package biblatex-ijsra -Provides: tex-biblatex-ijsra = %{tl_version} -License: LPPL -Summary: BibLaTeX style for the International Journal of Student Research in Archaeology -Version: svn41634 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(ijsra.bbx) = %{tl_version} -Provides: tex(ijsra.cbx) = %{tl_version} - -%description biblatex-ijsra -BibLaTeX style used for the journal International Journal of -Student Research in Archaeology. - -%package biblatex-ijsra-doc -Provides: tex-biblatex-ijsra-doc = %{tl_version} -License: LPPL -Summary: doc files of biblatex-ijsra -Version: svn41634 -AutoReqProv: No - -%description biblatex-ijsra-doc -Documentation for biblatex-ijsra. - -%package biblatex-lni -Provides: tex-biblatex-lni = %{tl_version} -License: LPPL -Summary: LNI style for BibLaTeX -Version: svn49935 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(LNI.bbx) = %{tl_version} -Provides: tex(LNI.cbx) = %{tl_version} - -%description biblatex-lni -BibLaTeX style for the Lecture Notes in Informatics, which is -published by the Gesellschaft fur Informatik (GI e.V.). - -%package biblatex-lni-doc -Provides: tex-biblatex-lni-doc = %{tl_version} -License: LPPL -Summary: doc files of biblatex-lni -Version: svn49935 -AutoReqProv: No - -%description biblatex-lni-doc -Documentation for biblatex-lni. - -%package biblatex-nottsclassic -Provides: tex-biblatex-nottsclassic = %{tl_version} -License: LPPL -Summary: Citation style covering the citation and bibliography rules of the University of Nottingham -Version: svn41596 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Provides: tex(nottsclassic.bbx) = %{tl_version} -Provides: tex(nottsclassic.cbx) = %{tl_version} - -%description biblatex-nottsclassic -This citation-style covers the citation and bibliography rules -of the University of Nottingham. - -%package biblatex-nottsclassic-doc -Provides: tex-biblatex-nottsclassic-doc = %{tl_version} -License: LPPL -Summary: doc files of biblatex-nottsclassic -Version: svn41596 -AutoReqProv: No - -%description biblatex-nottsclassic-doc -Documentation for biblatex-nottsclassic. - -%package graphics-def -Provides: tex-graphics-def = %{tl_version} -License: LPPL -Summary: Colour and graphics option files -Version: svn54522 -Requires: texlive-base -Requires: texlive-kpathsea-bin, tex-kpathsea -Requires: texlive-epstopdf-pkg -Provides: texlive-pdftex-def = %{tl_version} -Obsoletes: texlive-pdftex-def <= 6:svn22653.0.06d -Provides: texlive-dvipdfmx-def = %{tl_version} -Obsoletes: texlive-dvipdfmx-def <= 6:svn40328 -Provides: texlive-dvisvgm-def = %{tl_version} -Obsoletes: texlive-dvisvgm-def <= 6:svn41011 -Provides: texlive-luatex-def = %{tl_version} -Obsoletes: texlive-luatex-def <= 6:svn41466 -Provides: texlive-xetex-def = %{tl_version} -Obsoletes: texlive-xetex-def <= 6:svn40327 -Provides: tex(dvipdfmx.def) = %{tl_version} -Provides: tex(dvips.def) = %{tl_version} -Provides: tex(dvisvgm.def) = %{tl_version} -Provides: tex(luatex.def) = %{tl_version} -Provides: tex(pdftex.def) = %{tl_version} -Provides: tex(xetex.def) = %{tl_version} - -%description graphics-def -This bundle is a combined distribution consisting of dvips.def, -pdftex.def, luatex.def, xetex.def, dvipdfmx.def, and -dvisvgm.def driver option files for the LaTeX graphics and -color packages. It is hoped that by combining their source -repositories at https://github.com/latex3/graphics-def it will -be easier to coordinate updates. - -%package collection-mathscience -Summary: Mathematics, natural sciences, computer science packages -Version: svn54754 -Provides: texlive-collection-science = %{epoch}:svn39074.obsolete -Obsoletes: texlive-collection-science <= 6:svn39074 -Provides: texlive-collection-mathextra = %{epoch}:svn40076.obsolete -Obsoletes: texlive-collection-mathextra <= 6:svn40076 -Requires: texlive-base -Requires: texlive-collection-fontsrecommended -Requires: texlive-collection-latex -Requires: texlive-12many -Requires: texlive-SIstyle -Requires: texlive-SIunits -Requires: texlive-accents -Requires: texlive-alg -Requires: texlive-algobox -Requires: texlive-algorithm2e -Requires: texlive-algorithmicx -Requires: texlive-algorithms -Requires: texlive-algxpar -Requires: texlive-aligned-overset -Requires: texlive-amscdx -Requires: texlive-amstex -Requires: texlive-apxproof -Requires: texlive-autobreak -Requires: texlive-axodraw2 -Requires: texlive-backnaur -Requires: texlive-begriff -Requires: texlive-binomexp -Requires: texlive-biocon -Requires: texlive-bitpattern -Requires: texlive-bohr -Requires: texlive-boldtensors -Requires: texlive-bosisio -Requires: texlive-bpchem -Requires: texlive-bropd -Requires: texlive-bussproofs -Requires: texlive-bussproofs-extra -Requires: texlive-bytefield -Requires: texlive-calculation -Requires: texlive-cascade -Requires: texlive-ccfonts -Requires: texlive-ccool -Requires: texlive-chemarrow -Requires: texlive-chemcompounds -Requires: texlive-chemcono -Requires: texlive-chemexec -Requires: texlive-chemformula -Requires: texlive-chemgreek -Requires: texlive-chemmacros -Requires: texlive-chemnum -Requires: texlive-chemplants -Requires: texlive-chemschemex -Requires: texlive-chemsec -Requires: texlive-chemstyle -Requires: texlive-clrscode -Requires: texlive-clrscode3e -Requires: texlive-codeanatomy -Requires: texlive-commath -Requires: texlive-complexity -Requires: texlive-computational-complexity -Requires: texlive-concmath -Requires: texlive-concrete -Requires: texlive-conteq -Requires: texlive-correctmathalign -Requires: texlive-cryptocode -Requires: texlive-delim -Requires: texlive-delimseasy -Requires: texlive-delimset -Requires: texlive-derivative -Requires: texlive-diffcoeff -Requires: texlive-digiconfigs -Requires: texlive-dijkstra -Requires: texlive-drawmatrix -Requires: texlive-drawstack -Requires: texlive-dyntree -Requires: texlive-ebproof -Requires: texlive-econometrics -Requires: texlive-eltex -Requires: texlive-emf -Requires: texlive-endiagram -Requires: texlive-engtlc -Requires: texlive-eqexpl -Requires: texlive-eqnarray -Requires: texlive-eqnnumwarn -Requires: texlive-euclideangeometry -Requires: texlive-extarrows -Requires: texlive-extpfeil -Requires: texlive-faktor -Requires: texlive-fascicules -Requires: texlive-fnspe -Requires: texlive-fouridx -Requires: texlive-functan -Requires: texlive-galois -Requires: texlive-gastex -Requires: texlive-gene-logic -Requires: texlive-ghsystem -Requires: texlive-glosmathtools -Requires: texlive-gotoh -Requires: texlive-grundgesetze -Requires: texlive-gu -Requires: texlive-hep -Requires: texlive-hepnames -Requires: texlive-hepparticles -Requires: texlive-hepthesis -Requires: texlive-hepunits -Requires: texlive-includernw -Requires: texlive-interval -Requires: texlive-ionumbers -Requires: texlive-isomath -Requires: texlive-jkmath -Requires: texlive-karnaugh -Requires: texlive-karnaugh-map -Requires: texlive-karnaughmap -Requires: texlive-kvmap -Requires: texlive-letterswitharrows -Requires: texlive-lie-hasse -Requires: texlive-logicproof -Requires: texlive-longdivision -Requires: texlive-lpform -Requires: texlive-lplfitch -Requires: texlive-lstbayes -Requires: texlive-mathcommand -Requires: texlive-mathcomp -Requires: texlive-mathfixs -Requires: texlive-mathlig -Requires: texlive-mathpartir -Requires: texlive-mathpunctspace -Requires: texlive-matlab-prettifier -Requires: texlive-matrix-skeleton -Requires: texlive-mattens -Requires: texlive-memorygraphs -Requires: texlive-mgltex -Requires: texlive-mhchem -Requires: texlive-mhequ -Requires: texlive-miller -Requires: texlive-mismath -Requires: texlive-multiobjective -Requires: texlive-natded -Requires: texlive-nath -Requires: texlive-nicematrix -Requires: texlive-nuc -Requires: texlive-nucleardata -Requires: texlive-objectz -Requires: texlive-oplotsymbl -Requires: texlive-ot-tableau -Requires: texlive-oubraces -Requires: texlive-perfectcut -Requires: texlive-physconst -Requires: texlive-physics -Requires: texlive-physunits -Requires: texlive-pinoutikz -Requires: texlive-pm-isomath -Requires: texlive-polexpr -Requires: texlive-prftree -Requires: texlive-proba -Requires: texlive-proof-at-the-end -Requires: texlive-prooftrees -Requires: texlive-pseudo -Requires: texlive-pseudocode -Requires: texlive-pythonhighlight -Requires: texlive-qsharp -Requires: texlive-rank-2-roots -Requires: texlive-rec-thy -Requires: texlive-rest-api -Requires: texlive-revquantum -Requires: texlive-ribbonproofs -Requires: texlive-rmathbr -Requires: texlive-sasnrdisplay -Requires: texlive-sciposter -Requires: texlive-sclang-prettifier -Requires: texlive-scratchx -Requires: texlive-sesamanuel -Requires: texlive-sfg -Requires: texlive-shuffle -Requires: texlive-simplebnf -Requires: texlive-simpler-wick -Requires: texlive-simplewick -Requires: texlive-siunitx -Requires: texlive-skmath -Requires: texlive-spalign -Requires: texlive-stanli -Requires: texlive-statex -Requires: texlive-statex2 -Requires: texlive-statistics -Requires: texlive-statistik -Requires: texlive-statmath -Requires: texlive-steinmetz -Requires: texlive-stmaryrd -Requires: texlive-structmech -Requires: texlive-struktex -Requires: texlive-substances -Requires: texlive-subsupscripts -Requires: texlive-subtext -Requires: texlive-susy -Requires: texlive-syllogism -Requires: texlive-sympytexpackage -Requires: texlive-synproof -Requires: texlive-t-angles -Requires: texlive-tablor -Requires: texlive-tensind -Requires: texlive-tensor -Requires: texlive-tex-ewd -Requires: texlive-textgreek -Requires: texlive-textopo -Requires: texlive-thmbox -Requires: texlive-turnstile -Requires: texlive-ulqda -Requires: texlive-unitsdef -Requires: texlive-venn -Requires: texlive-witharrows -Requires: texlive-xymtex -Requires: texlive-yhmath -Requires: texlive-youngtab -Requires: texlive-yquant -Requires: texlive-ytableau - -%description collection-mathscience -Mathematics, natural sciences, computer science packages - -%package collection-plaingeneric -Summary: Plain (La)TeX packages -Version: svn54723 -Provides: texlive-collection-genericrecommended = svn35655.0.obsolete -Obsoletes: texlive-collection-genericrecommended <= svn35655.0 -Provides: texlive-collection-genericextra = svn39964.obsolete -Obsoletes: texlive-collection-genericextra <= svn39964 -Provides: texlive-collection-plainextra = svn37156.0.obsolete -Obsoletes: texlive-collection-plainextra <= svn37156.0 -Requires: texlive-base -Requires: texlive-collection-basic -Requires: texlive-abbr -Requires: texlive-abstyles -Requires: texlive-apnum -Requires: texlive-autoaligne -Requires: texlive-barr -Requires: texlive-bitelist -Requires: texlive-borceux -Requires: texlive-c-pascal -Requires: texlive-catcodes -Requires: texlive-chronosys -Requires: texlive-colorsep -Requires: texlive-cweb-old -Requires: texlive-dinat -Requires: texlive-dirtree -Requires: texlive-docbytex -Requires: texlive-dowith -Requires: texlive-eijkhout -Requires: texlive-encxvlna -Requires: texlive-epigram -Requires: texlive-epsf -Requires: texlive-epsf-dvipdfmx -Requires: texlive-expkv -Requires: texlive-expkv-cs -Requires: texlive-expkv-def -Requires: texlive-fenixpar -Requires: texlive-figflow -Requires: texlive-fixpdfmag -Requires: texlive-fltpoint -Requires: texlive-fntproof -Requires: texlive-font-change -Requires: texlive-fontch -Requires: texlive-fontname -Requires: texlive-gates -Requires: texlive-getoptk -Requires: texlive-gfnotation -Requires: texlive-gobble -Requires: texlive-graphics-pln -Requires: texlive-gtl -Requires: texlive-hlist -Requires: texlive-hyplain -Requires: texlive-insbox -Requires: texlive-js-misc -Requires: texlive-kastrup -Requires: texlive-lambda-lists -Requires: texlive-langcode -Requires: texlive-lecturer -Requires: texlive-letterspacing -Requires: texlive-librarian -Requires: texlive-listofitems -Requires: texlive-mathdots -Requires: texlive-metatex -Requires: texlive-midnight -Requires: texlive-mkpattern -Requires: texlive-modulus -Requires: texlive-multido -Requires: texlive-navigator -Requires: texlive-newsletr -Requires: texlive-nth -Requires: texlive-ofs -Requires: texlive-olsak-misc -Requires: texlive-outerhbox -Requires: texlive-path -Requires: texlive-pdf-trans -Requires: texlive-pitex -Requires: texlive-placeins-plain -Requires: texlive-plainpkg -Requires: texlive-plipsum -Requires: texlive-plnfss -Requires: texlive-plstmary -Requires: texlive-poormanlog -Requires: texlive-present -Requires: texlive-random -Requires: texlive-randomlist -Requires: texlive-resumemac -Requires: texlive-ruler -Requires: texlive-schemata -Requires: texlive-shade -Requires: texlive-simplekv -Requires: texlive-swrule -Requires: texlive-systeme -Requires: texlive-tabto-generic -Requires: texlive-termmenu -Requires: texlive-tex-ps -Requires: texlive-tex4ht -Requires: texlive-texapi -Requires: texlive-texdate -Requires: texinfo-tex -# Requires: texlive-texinfo -Requires: texlive-timetable -Requires: texlive-tracklang -Requires: texlive-treetex -Requires: texlive-trigonometry -Requires: texlive-ulem -Requires: texlive-upca -Requires: texlive-varisize -Requires: texlive-xii-doc -Requires: texlive-xii-lat -Requires: texlive-xlop -Requires: texlive-yax - -%description collection-plaingeneric -Add-on packages and macros that work with plain TeX, often LaTeX, and -occasionally other formats. - -%package listofitems -Summary: Grab items in lists using user-specified sep char -Version: svn51923 -License: LPPL -Requires: texlive-base, texlive-kpathsea -Provides: tex(listofitems.sty) = %{tl_version} -Provides: tex(listofitems.tex) = %{tl_version} -Provides: tex(listofitemsold.tex) = %{tl_version} - -%description listofitems -This simple package is designed to read a list of items whose -parsing character may be selected by the user. Once the list is -read, its items are stored in a structure that behaves as a -dimensioned array. As such, it becomes very easy to access an -item in the list by its number. For example, if the list is -stored in the macro \foo, the item #3 is designated by \foo[3]. -A component may, in turn, be a list with a parsing delimiter -different from the parent list, paving the way for nesting and -employing a syntax reminiscent of an array of several -dimensions of the type \foo[3,2] to access the item #2 of the -list contained within the item #3 of the top-tier list. - -%package abnt -Summary: Typesetting academic works according to ABNT rules -Version: svn54927 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(abnt.sty) = %{tl_version} - -%description abnt -The ABNT package provides a clean and practical implementation -of the ABNT rules for academic texts. Its purpose is to be as -simple and user-friendly as possible. - -%package actuarialsymbol -Summary: Actuarial symbols of life contingencies and financial mathematics -Version: svn54080 -License: LPPL -Requires: texlive-base texlive-kpathsea -Requires: texlive-actuarialangle -Provides: tex(actuarialsymbol.sty) = %{tl_version} - -%description actuarialsymbol -This package provides commands to compose actuarial symbols of -life contingencies and financial mathematics characterized by -subscripts and superscripts on both sides of a principal -symbol. The package also features commands to easily and -consistently position precedence numbers above or below -statuses in symbols for multiple lives contracts. Since the -actuarial notation can get quite involved, the package defines -a number of shortcut macros to ease entry of the most common -elements. Appendix A of the package documentation lists the -commands to typeset a large selection of symbols of life -contingencies. This package requires actuarialangle. - -%package addfont -Summary: easier use of fonts without LaTeX support -Version: svn41972 -License: GPLv3 -Requires: texlive-base texlive-kpathsea -Provides: tex(addfont.sty) = %{tl_version} - -%description addfont -This package is intended for use by users who know about fonts. -It is a quick-fix for fonts which does not have genuine LaTeX -support. It is not meant as a replacement of the LaTeX font -definition files. It is meant as something more useable for -LaTeX users than the \newfont command. With addfont the loaded -font scales along with the usual LaTeX size selection. Using -this package still requires some knowledge on how to use fonts -with LaTeX. - -%package algolrevived -Summary: A revival of Frutiger's Algol alphabet -Version: svn56788 -License: OFL and LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(LY1AlgolRevived-Inf.fd) = %{tl_version} -Provides: tex(LY1AlgolRevived-OsF-TT.fd) = %{tl_version} -Provides: tex(LY1AlgolRevived-OsF.fd) = %{tl_version} -Provides: tex(LY1AlgolRevived-Sup.fd) = %{tl_version} -Provides: tex(LY1AlgolRevived-TLF-TT.fd) = %{tl_version} -Provides: tex(LY1AlgolRevived-TLF.fd) = %{tl_version} -Provides: tex(OT1AlgolRevived-Inf.fd) = %{tl_version} -Provides: tex(OT1AlgolRevived-OsF-TT.fd) = %{tl_version} -Provides: tex(OT1AlgolRevived-OsF.fd) = %{tl_version} -Provides: tex(OT1AlgolRevived-Sup.fd) = %{tl_version} -Provides: tex(OT1AlgolRevived-TLF-TT.fd) = %{tl_version} -Provides: tex(OT1AlgolRevived-TLF.fd) = %{tl_version} -Provides: tex(T1AlgolRevived-Inf.fd) = %{tl_version} -Provides: tex(T1AlgolRevived-OsF-TT.fd) = %{tl_version} -Provides: tex(T1AlgolRevived-OsF.fd) = %{tl_version} -Provides: tex(T1AlgolRevived-Sup.fd) = %{tl_version} -Provides: tex(T1AlgolRevived-TLF-TT.fd) = %{tl_version} -Provides: tex(T1AlgolRevived-TLF.fd) = %{tl_version} -Provides: tex(TS1AlgolRevived-OsF.fd) = %{tl_version} -Provides: tex(TS1AlgolRevived-TLF.fd) = %{tl_version} -Provides: tex(algolrevived.sty) = %{tl_version} -Provides: tex(zal0-LY1TT.enc) = %{tl_version} -Provides: tex(zal0-OT1TT.enc) = %{tl_version} -Provides: tex(zal0-T1TT.enc) = %{tl_version} -Provides: tex(zal1-LY1TT.enc) = %{tl_version} -Provides: tex(zal1-OT1TT.enc) = %{tl_version} -Provides: tex(zal1-T1TT.enc) = %{tl_version} -Provides: tex(zal_2jqefy.enc) = %{tl_version} -Provides: tex(zal_2mszih.enc) = %{tl_version} -Provides: tex(zal_2vzrvx.enc) = %{tl_version} -Provides: tex(zal_4nnq6y.enc) = %{tl_version} -Provides: tex(zal_4rrrqj.enc) = %{tl_version} -Provides: tex(zal_5ziufx.enc) = %{tl_version} -Provides: tex(zal_72x6h3.enc) = %{tl_version} -Provides: tex(zal_7ov2yu.enc) = %{tl_version} -Provides: tex(zal_ajioas.enc) = %{tl_version} -Provides: tex(zal_bfgpej.enc) = %{tl_version} -Provides: tex(zal_ekxevm.enc) = %{tl_version} -Provides: tex(zal_hqfuhr.enc) = %{tl_version} -Provides: tex(zal_iky7rf.enc) = %{tl_version} -Provides: tex(zal_jmq5jf.enc) = %{tl_version} -Provides: tex(zal_lxmhqh.enc) = %{tl_version} -Provides: tex(zal_mdij5b.enc) = %{tl_version} -Provides: tex(zal_pasij5.enc) = %{tl_version} -Provides: tex(zal_psjebe.enc) = %{tl_version} -Provides: tex(zal_q4jbw7.enc) = %{tl_version} -Provides: tex(zal_qtlmay.enc) = %{tl_version} -Provides: tex(zal_rj5tka.enc) = %{tl_version} -Provides: tex(zal_ts1.enc) = %{tl_version} -Provides: tex(zal_v4trah.enc) = %{tl_version} -Provides: tex(zal_vawbng.enc) = %{tl_version} -Provides: tex(zal_wqyrc5.enc) = %{tl_version} -Provides: tex(zal_wzkcbe.enc) = %{tl_version} -Provides: tex(zal_yz65wh.enc) = %{tl_version} -Provides: tex(zal_ziib6p.enc) = %{tl_version} -Provides: tex(zal_zqbwat.enc) = %{tl_version} - -%description algolrevived -The package revives Frutinger's Algol alphabet, designed in -1963 for the code segments in an ALGOL manual. OpenType and -type1, regular and medium weights, upright and slanted. Not -monospaced, but good for listings if you don't need code to be -aligned with specific columns. It also makes a passable but -limited text font. - -%package alkalami -Summary: A font for Arabic-based writing systems in Nigeria and Niger -Version: svn44497 -License: OFL -Requires: texlive-base texlive-kpathsea -Provides: tex(Alkalami-Light.ttf) = %{tl_version} -Provides: tex(Alkalami-Regular.ttf) = %{tl_version} - -%description alkalami -This font is designed for Arabic-based writing systems in the -Kano region of Nigeria and Niger. - -%package apalike-german -Summary: A copy of apalike.bst with German localization -Version: svn54080 -License: LPPL -Requires: texlive-base texlive-kpathsea - -%description apalike-german -A copy of apalike.bst with German localization. - -%package arimo -Summary: Arimo sans serif fonts with LaTeX support -Version: svn42880 -License: ASL 2.0 -Requires: texlive-base texlive-kpathsea -Provides: tex(arm_7miqnq.enc) = %{tl_version} -Provides: tex(arm_c3z4r2.enc) = %{tl_version} -Provides: tex(arm_f4duzd.enc) = %{tl_version} -Provides: tex(arm_l3opzb.enc) = %{tl_version} -Provides: tex(arimo.map) = %{tl_version} -Provides: tex(Arimo-Bold-tlf-ly1.tfm) = %{tl_version} -Provides: tex(Arimo-Bold-tlf-ot1.tfm) = %{tl_version} -Provides: tex(Arimo-Bold-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(Arimo-Bold-tlf-t1.tfm) = %{tl_version} -Provides: tex(Arimo-Bold-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(Arimo-Bold-tlf-ts1.tfm) = %{tl_version} -Provides: tex(Arimo-BoldItalic-tlf-ly1.tfm) = %{tl_version} -Provides: tex(Arimo-BoldItalic-tlf-ot1.tfm) = %{tl_version} -Provides: tex(Arimo-BoldItalic-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(Arimo-BoldItalic-tlf-t1.tfm) = %{tl_version} -Provides: tex(Arimo-BoldItalic-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(Arimo-BoldItalic-tlf-ts1.tfm) = %{tl_version} -Provides: tex(Arimo-Italic-tlf-ly1.tfm) = %{tl_version} -Provides: tex(Arimo-Italic-tlf-ot1.tfm) = %{tl_version} -Provides: tex(Arimo-Italic-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(Arimo-Italic-tlf-t1.tfm) = %{tl_version} -Provides: tex(Arimo-Italic-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(Arimo-Italic-tlf-ts1.tfm) = %{tl_version} -Provides: tex(Arimo-tlf-ly1.tfm) = %{tl_version} -Provides: tex(Arimo-tlf-ot1.tfm) = %{tl_version} -Provides: tex(Arimo-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(Arimo-tlf-t1.tfm) = %{tl_version} -Provides: tex(Arimo-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(Arimo-tlf-ts1.tfm) = %{tl_version} -Provides: tex(Arimo-Bold.ttf) = %{tl_version} -Provides: tex(Arimo-BoldItalic.ttf) = %{tl_version} -Provides: tex(Arimo-Italic.ttf) = %{tl_version} -Provides: tex(Arimo-Regular.ttf) = %{tl_version} -Provides: tex(Arimo-Bold.pfb) = %{tl_version} -Provides: tex(Arimo-BoldItalic.pfb) = %{tl_version} -Provides: tex(Arimo-Italic.pfb) = %{tl_version} -Provides: tex(Arimo.pfb) = %{tl_version} -Provides: tex(arimo.sty) = %{tl_version} -Provides: tex(Arimo-Bold-tlf-t1.vf) = %{tl_version} -Provides: tex(Arimo-Bold-tlf-ts1.vf) = %{tl_version} -Provides: tex(Arimo-BoldItalic-tlf-t1.vf) = %{tl_version} -Provides: tex(Arimo-BoldItalic-tlf-ts1.vf) = %{tl_version} -Provides: tex(Arimo-Italic-tlf-t1.vf) = %{tl_version} -Provides: tex(Arimo-Italic-tlf-ts1.vf) = %{tl_version} -Provides: tex(Arimo-tlf-t1.vf) = %{tl_version} -Provides: tex(Arimo-tlf-ts1.vf) = %{tl_version} -Provides: tex(LY1Arimo-TLF.fd) = %{tl_version} -Provides: tex(OT1Arimo-TLF.fd) = %{tl_version} -Provides: tex(T1Arimo-TLF.fd) = %{tl_version} -Provides: tex(TS1Arimo-TLF.fd) = %{tl_version} - -%description arimo -The Arimo family, designed by Steve Matteson, is an innovative, -refreshing sans serif design which is metrically compatible -with Arial. - -%package arphic-ttf -Summary: TrueType version of Chinese Arphic fonts -Version: svn42675 -License: Arphic -Requires: texlive-base texlive-kpathsea -Provides: tex(bkai00mp.ttf) = %{tl_version} -Provides: tex(bsmi00lp.ttf) = %{tl_version} -Provides: tex(gbsn00lp.ttf) = %{tl_version} -Provides: tex(gkai00mp.ttf) = %{tl_version} - -%description arphic-ttf -This package provides TrueType versions of the Chinese Arphic -fonts for use with XeLaTeX and LuaLaTeX. Type1 versions of -these fonts, for use with pdfLaTeX and the cjk package, are -provided by the arphic package. Arphic is actually the name of -the company which created these fonts. - -%package asymptote-by-example-zh-cn-doc -Summary: doc files of asymptote-by-example-zh-cn -Version: svn15878 -License: GPLv3+ - -%description asymptote-by-example-zh-cn-doc -Chinese translation of asymptote by example. - -%package asymptote-faq-zh-cn-doc -Summary: doc files of asymptote-faq-zh-cn -Version: svn15878 -License: GPLv3+ - -%description asymptote-faq-zh-cn-doc -Chinese translation of asymptote faq. - -%package asymptote-manual-zh-cn-doc -Summary: doc files of asymptote-manual-zh-cn -Version: svn15878 -License: GPLv3+ - -%description asymptote-manual-zh-cn-doc -Chinese translation of asymptote manual. - -%package aucklandthesis -Summary: Memoir-based class for formatting University of Auckland masters' and doctors' theses. -Version: svn51323 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(aucklandthesis.cls) = %{tl_version} - -%description aucklandthesis -A memoir-based class for formatting University of Auckland -masters' and doctors' thesis dissertations in any discipline. -The title page does not handle short dissertations for -diplomas. - -%package aurl -Summary: Extends the hyperref package with a mechanism for hyperlinked URLs abbreviated with prefixes -Version: svn41853 -License: Public Domain -Requires: texlive-base texlive-kpathsea -Provides: tex(aurl.sty) = %{tl_version} - -%description aurl -Semantic Web resource URLs are often abbreviated with prefixes, -like "owl:Class" or "rdf:type". The abbreviated URL (aurl) -package provides the correct hyperlinks for those URLs. The -1000 most common prefixes are predefined and more can be added. %package awesomebox -Summary: Draw admonition blocks in your documents, illustrated with FontAwesome icons -Version: svn51776 +Provides: tex-awesomebox = %{epoch}:%{source_date}-%{release} License: WTFPL -Requires: texlive-base texlive-kpathsea -Provides: tex(awesomebox.sty) = %{tl_version} +Summary: raw admonition blocks in your documents, illustrated with FontAwesome icons +BuildArch: noarch +Requires: texlive-base +Provides: tex(awesomebox.sty) = %{epoch}:%{source_date}-%{release} +Requires: tex-fontawesome +Requires: tex(ifxetex.sty) = %{epoch}:%{source_date}-%{release} +Requires: tex(ifluatex.sty) = %{epoch}:%{source_date}-%{release} +Requires: tex(xltxtra.sty) = %{epoch}:%{source_date}-%{release} +Requires: tex(xcolor.sty) = %{epoch}:%{source_date}-%{release} +Requires: tex(tabularx.sty) = %{epoch}:%{source_date}-%{release} %description awesomebox Awesome Boxes is all about drawing admonition blocks around @@ -139783,11051 +23111,340 @@ specific aim of this package is to use FontAwesome icons to ease the illustration of these blocks. This package requires FontAwesome and XeLaTeX or LuaLaTeX. -%package babel-azerbaijani -Summary: Support for Azerbaijani within babel -Version: svn44197 -License: LPPL -Requires: texlive-base texlive-kpathsea - -%description babel-azerbaijani -This is the babel style for Azerbaijani. This language poses -special challenges because no "traditional" font encoding -contains the full character set, and therefore a mixture must -be used (e.g., T2A and T1). This package is compatible with -Unicode engines (LuaTeX, XeTeX), which are very likely the most -convenient way to write Azerbaijani documents. - -%package baekmuk -Summary: Baekmuk Korean TrueType fonts -Version: svn42106 -License: Baekmuk -Requires: texlive-base texlive-kpathsea -Provides: tex(batang.ttf) = %{tl_version} -Provides: tex(dotum.ttf) = %{tl_version} -Provides: tex(gulim.ttf) = %{tl_version} -Provides: tex(hline.ttf) = %{tl_version} - -%description baekmuk -Baekmuk TrueType fonts (Korean) These fonts were retrieved from -http://kldp.net/baekmuk/ - -%package bangorexam -Summary: Typeset an examination at Bangor University -Version: svn46626 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(bangorexam.cls) = %{tl_version} - -%description bangorexam -The package allows typesetting of Bangor Univesity's exam -style. It currently supports a standard A/B choice, A-only -compulsory and 'n' from 'm' exam styles. Marks are totalled and -checked automatically. - -%package baskervillef -Summary: Fry's Baskerville look-alike, with math support -Version: svn55475 -License: OFL and LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(BaskervilleF.map) = %{tl_version} -Provides: tex(LY1BaskervilleF-Dnom.fd) = %{tl_version} -Provides: tex(LY1BaskervilleF-LF.fd) = %{tl_version} -Provides: tex(LY1BaskervilleF-OsF.fd) = %{tl_version} -Provides: tex(LY1BaskervilleF-Sup.fd) = %{tl_version} -Provides: tex(LY1BaskervilleF-TLF.fd) = %{tl_version} -Provides: tex(LY1BaskervilleF-TOsF.fd) = %{tl_version} -Provides: tex(OT1BaskervilleF-Dnom.fd) = %{tl_version} -Provides: tex(OT1BaskervilleF-LF.fd) = %{tl_version} -Provides: tex(OT1BaskervilleF-OsF.fd) = %{tl_version} -Provides: tex(OT1BaskervilleF-Sup.fd) = %{tl_version} -Provides: tex(OT1BaskervilleF-TLF.fd) = %{tl_version} -Provides: tex(OT1BaskervilleF-TOsF.fd) = %{tl_version} -Provides: tex(T1BaskervilleF-Dnom.fd) = %{tl_version} -Provides: tex(T1BaskervilleF-LF.fd) = %{tl_version} -Provides: tex(T1BaskervilleF-OsF.fd) = %{tl_version} -Provides: tex(T1BaskervilleF-Sup.fd) = %{tl_version} -Provides: tex(T1BaskervilleF-TLF.fd) = %{tl_version} -Provides: tex(T1BaskervilleF-TOsF.fd) = %{tl_version} -Provides: tex(TS1BaskervilleF-LF.fd) = %{tl_version} -Provides: tex(TS1BaskervilleF-OsF.fd) = %{tl_version} -Provides: tex(TS1BaskervilleF-TLF.fd) = %{tl_version} -Provides: tex(TS1BaskervilleF-TOsF.fd) = %{tl_version} -Provides: tex(baskervillef.sty) = %{tl_version} -Provides: tex(omlzbami.fd) = %{tl_version} -Provides: tex(zba_23ismr.enc) = %{tl_version} -Provides: tex(zba_2hmbf5.enc) = %{tl_version} -Provides: tex(zba_2j2bbt.enc) = %{tl_version} -Provides: tex(zba_2vxxim.enc) = %{tl_version} -Provides: tex(zba_336dgv.enc) = %{tl_version} -Provides: tex(zba_3a6nlu.enc) = %{tl_version} -Provides: tex(zba_3kjwvw.enc) = %{tl_version} -Provides: tex(zba_4hfcgk.enc) = %{tl_version} -Provides: tex(zba_523v7l.enc) = %{tl_version} -Provides: tex(zba_532cq4.enc) = %{tl_version} -Provides: tex(zba_5cwn7d.enc) = %{tl_version} -Provides: tex(zba_5k66dt.enc) = %{tl_version} -Provides: tex(zba_5oqvu4.enc) = %{tl_version} -Provides: tex(zba_6vkpq5.enc) = %{tl_version} -Provides: tex(zba_734fzj.enc) = %{tl_version} -Provides: tex(zba_73mseb.enc) = %{tl_version} -Provides: tex(zba_7cypa5.enc) = %{tl_version} -Provides: tex(zba_7qcgfh.enc) = %{tl_version} -Provides: tex(zba_a3asoq.enc) = %{tl_version} -Provides: tex(zba_a73a6q.enc) = %{tl_version} -Provides: tex(zba_aqsbza.enc) = %{tl_version} -Provides: tex(zba_arki3d.enc) = %{tl_version} -Provides: tex(zba_art6xf.enc) = %{tl_version} -Provides: tex(zba_b5bk2y.enc) = %{tl_version} -Provides: tex(zba_bnjopg.enc) = %{tl_version} -Provides: tex(zba_cjo72v.enc) = %{tl_version} -Provides: tex(zba_ck2hfy.enc) = %{tl_version} -Provides: tex(zba_cvjygd.enc) = %{tl_version} -Provides: tex(zba_e3xw3x.enc) = %{tl_version} -Provides: tex(zba_e5ewsu.enc) = %{tl_version} -Provides: tex(zba_etzx2k.enc) = %{tl_version} -Provides: tex(zba_fcs4fj.enc) = %{tl_version} -Provides: tex(zba_gliky3.enc) = %{tl_version} -Provides: tex(zba_gmq6ah.enc) = %{tl_version} -Provides: tex(zba_hwnpjr.enc) = %{tl_version} -Provides: tex(zba_hykkzd.enc) = %{tl_version} -Provides: tex(zba_ihgygy.enc) = %{tl_version} -Provides: tex(zba_iy3fha.enc) = %{tl_version} -Provides: tex(zba_jjbdnj.enc) = %{tl_version} -Provides: tex(zba_kodzea.enc) = %{tl_version} -Provides: tex(zba_lfhy4n.enc) = %{tl_version} -Provides: tex(zba_lfjjhs.enc) = %{tl_version} -Provides: tex(zba_lh5uiy.enc) = %{tl_version} -Provides: tex(zba_lkeymy.enc) = %{tl_version} -Provides: tex(zba_m7qm6t.enc) = %{tl_version} -Provides: tex(zba_mby7uf.enc) = %{tl_version} -Provides: tex(zba_ogu2yp.enc) = %{tl_version} -Provides: tex(zba_oxcsv2.enc) = %{tl_version} -Provides: tex(zba_pxbj3a.enc) = %{tl_version} -Provides: tex(zba_qiwnw4.enc) = %{tl_version} -Provides: tex(zba_qvggep.enc) = %{tl_version} -Provides: tex(zba_rqjco3.enc) = %{tl_version} -Provides: tex(zba_rtk6yp.enc) = %{tl_version} -Provides: tex(zba_skajg2.enc) = %{tl_version} -Provides: tex(zba_srcuqk.enc) = %{tl_version} -Provides: tex(zba_t3ys54.enc) = %{tl_version} -Provides: tex(zba_th2k46.enc) = %{tl_version} -Provides: tex(zba_to6jjw.enc) = %{tl_version} -Provides: tex(zba_twn2qn.enc) = %{tl_version} -Provides: tex(zba_typa7y.enc) = %{tl_version} -Provides: tex(zba_ueebfa.enc) = %{tl_version} -Provides: tex(zba_uf5aa7.enc) = %{tl_version} -Provides: tex(zba_uf7ozb.enc) = %{tl_version} -Provides: tex(zba_ugitcp.enc) = %{tl_version} -Provides: tex(zba_uqoays.enc) = %{tl_version} -Provides: tex(zba_uutbpy.enc) = %{tl_version} -Provides: tex(zba_ve4agh.enc) = %{tl_version} -Provides: tex(zba_vydigt.enc) = %{tl_version} -Provides: tex(zba_w4i4io.enc) = %{tl_version} -Provides: tex(zba_w54rd4.enc) = %{tl_version} -Provides: tex(zba_wbekxi.enc) = %{tl_version} -Provides: tex(zba_wn2rfu.enc) = %{tl_version} -Provides: tex(zba_wxljbs.enc) = %{tl_version} -Provides: tex(zba_wybx5h.enc) = %{tl_version} -Provides: tex(zba_wyngyv.enc) = %{tl_version} -Provides: tex(zba_x7qzb2.enc) = %{tl_version} -Provides: tex(zba_xpcegd.enc) = %{tl_version} -Provides: tex(zba_y3x75k.enc) = %{tl_version} -Provides: tex(zba_y7xbvf.enc) = %{tl_version} -Provides: tex(zba_ymdv6d.enc) = %{tl_version} -Provides: tex(zba_zkzy6d.enc) = %{tl_version} -Provides: tex(zba_zpc5ms.enc) = %{tl_version} -Provides: tex(zba_zvejcx.enc) = %{tl_version} -Provides: tex(zba_zygn7r.enc) = %{tl_version} - -%description baskervillef -BaskervilleF is a fork from the Libre Baskerville fonts (Roman, -Italic, Bold only) released under the OFL by Paolo Impallari -and Rodrigo Fuenzalida. Their fonts are optimized for web -usage, while BaskervilleF is optimized for traditional TeX -usage, normally destined for production of pdf files. A bold -italic style was added and mathematical support is offered as -an option to newtxmath. - -%package beamerswitch -Summary: Convenient mode selection in Beamer documents -Version: svn53467 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(beamerswitch.cls) = %{tl_version} - -%description beamerswitch -This class is a wrapper around the beamer class to make it -easier to use the same document to generate the different forms -of the presentation: the slides themselves, an abbreviated -slide set for transparencies or online reference, an n-up -handout version (various layouts are provided), and a -transcript or set of notes using the article class. The class -provides a variety of handout layouts, and allows the mode to -be chosen from the command line (without changing the document -itself). - -%package beilstein -Summary: Support for submissions to the "Beilstein Journal of Nanotechnology" -Version: svn53925 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(beilstein.cls) = %{tl_version} - -%description beilstein -The package provides a LaTeX class file and a BibTeX style file -in accordance with the requirements of submissions to the -``Beilstein Journal of Nanotechnology''. Although the files can -be used for any kind of document, they have only been designed -and tested to be suitable for submissions to the Beilstein -Journal of Nanotechnology. - -%package beuron -Summary: The script of the Beuronese art school -Version: svn46374 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(beuron.map) = %{tl_version} -Provides: tex(Beuron-Regular.otf) = %{tl_version} -Provides: tex(BeuronCondensed-Regular.otf) = %{tl_version} -Provides: tex(BeuronExtended-Regular.otf) = %{tl_version} -Provides: tex(beuron.tfm) = %{tl_version} -Provides: tex(beuronc.tfm) = %{tl_version} -Provides: tex(beuronx.tfm) = %{tl_version} -Provides: tex(beuron.pfb) = %{tl_version} -Provides: tex(beuronc.pfb) = %{tl_version} -Provides: tex(beuronx.pfb) = %{tl_version} -Provides: tex(beuron.sty) = %{tl_version} -Provides: tex(t1beuron.fd) = %{tl_version} - -%description beuron -This package provides the script used in the works of the -Beuron art school for use with TeX and LaTeX. It is a -monumental script consisting of capital letters only. The fonts -are provided as Metafont sources, in the Type1 and in the -OpenType format. The package includes suitable font selection -commands for use with LaTeX. - -%package biblatex-cheatsheet-doc -Summary: doc files of biblatex-cheatsheet -Version: svn44685 -License: LPPL - -%description biblatex-cheatsheet-doc -A BibLaTeX/Biber ‘cheat sheet’ which I wrote because I wanted -one to distribute to students, but couldn’t find an existing one. - -%package biblatex-enc -Summary: BibLaTeX style for the Ecole nationale des chartes (Paris) -Version: svn44627 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(enc.bbx) = %{tl_version} -Provides: tex(enc.cbx) = %{tl_version} - -%description biblatex-enc -This package provides a citation and bibliography style for use -with BibLaTeX. It conforms to the bibliographic standards used -at the Ecole nationale des chartes (Paris), and may be suitable -for a more general use in historical and philological works. -The package was initially derived from historische-zeitschrift, -with the necessary modifications. - -%package biblatex-gb7714-2015 -Summary: A BibLaTeX implementation of the GBT7714-2015 bibliography style for Chinese users -Version: svn54512 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(chinese-erj.bbx) = %{tl_version} -Provides: tex(chinese-erj.cbx) = %{tl_version} -Provides: tex(gb7714-2015-gbk.def) = %{tl_version} -Provides: tex(gb7714-2015.bbx) = %{tl_version} -Provides: tex(gb7714-2015.cbx) = %{tl_version} -Provides: tex(gb7714-2015ay.bbx) = %{tl_version} -Provides: tex(gb7714-2015ay.cbx) = %{tl_version} -Provides: tex(gb7714-2015ms.bbx) = %{tl_version} -Provides: tex(gb7714-2015ms.cbx) = %{tl_version} -Provides: tex(gb7714-2015mx.bbx) = %{tl_version} -Provides: tex(gb7714-2015mx.cbx) = %{tl_version} - -%description biblatex-gb7714-2015 -This package provides an implementation of the GBT7714-2015 -bibliography style. This implementation follows GBT7714-2015 -standard and can be used by simply loading BibLaTeX with the -appropriate option. A demonstration database is provided to -show how to format input for the style. - -%package biblatex-oxref -Summary: BibLaTeX styles inspired by the Oxford Guide to Style -Version: svn53571 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(oxalph.bbx) = %{tl_version} -Provides: tex(oxalph.cbx) = %{tl_version} -Provides: tex(oxalph.dbx) = %{tl_version} -Provides: tex(oxnotes-ibid.bbx) = %{tl_version} -Provides: tex(oxnotes-ibid.cbx) = %{tl_version} -Provides: tex(oxnotes-ibid.dbx) = %{tl_version} -Provides: tex(oxnotes-inote.bbx) = %{tl_version} -Provides: tex(oxnotes-inote.cbx) = %{tl_version} -Provides: tex(oxnotes-inote.dbx) = %{tl_version} -Provides: tex(oxnotes-note.bbx) = %{tl_version} -Provides: tex(oxnotes-note.cbx) = %{tl_version} -Provides: tex(oxnotes-note.dbx) = %{tl_version} -Provides: tex(oxnotes-trad1.bbx) = %{tl_version} -Provides: tex(oxnotes-trad1.cbx) = %{tl_version} -Provides: tex(oxnotes-trad1.dbx) = %{tl_version} -Provides: tex(oxnotes-trad2.bbx) = %{tl_version} -Provides: tex(oxnotes-trad2.cbx) = %{tl_version} -Provides: tex(oxnotes-trad2.dbx) = %{tl_version} -Provides: tex(oxnotes-trad3.bbx) = %{tl_version} -Provides: tex(oxnotes-trad3.cbx) = %{tl_version} -Provides: tex(oxnotes-trad3.dbx) = %{tl_version} -Provides: tex(oxnotes.bbx) = %{tl_version} -Provides: tex(oxnotes.cbx) = %{tl_version} -Provides: tex(oxnotes.dbx) = %{tl_version} -Provides: tex(oxnum.bbx) = %{tl_version} -Provides: tex(oxnum.cbx) = %{tl_version} -Provides: tex(oxnum.dbx) = %{tl_version} -Provides: tex(oxref.bbx) = %{tl_version} -Provides: tex(oxyear.bbx) = %{tl_version} -Provides: tex(oxyear.cbx) = %{tl_version} -Provides: tex(oxyear.dbx) = %{tl_version} - -%description biblatex-oxref -This bundle provides four BibLaTeX styles that implement (many -of) the stipulations and examples provided by the 2014 New -Hart's Rules and the 2002 Oxford Guide to Style: 'oxnotes' is a -style similar to the standard 'verbose', intended for use with -footnotes; 'oxnum' is a style similar to the standard -'numeric', intended for use with numeric in-text citations; -'oxalph' is a style similar to the standard 'alphabetic', -intended for use with alphabetic in-text citations; 'oxyear' is -a style similar to the standard 'author-year', intended for use -with parenthetical in-text citations. The bundle provides -support for a wide variety of content types, including -manuscripts, audiovisual resources, social media and legal -references. These styles should be considered experimental. In -particular, the ways in which they handle certain tricky -references are subject to change. - -%package biblatex-sbl -Summary: Society of Biblical Literature (SBL) style files for BibLaTeX -Version: svn49426 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(biblatex-sbl.def) = %{tl_version} -Provides: tex(sbl-paper.sty) = %{tl_version} -Provides: tex(sbl.bbx) = %{tl_version} -Provides: tex(sbl.cbx) = %{tl_version} -Provides: tex(sbl.dbx) = %{tl_version} - -%description biblatex-sbl -The package provides BibLaTeX support for citations in the -format specified by the second edition of the Society of -Biblical Literature (SBL) Handbook of Style. All example notes -and bibliography entries from the handbook are supported and -shown in an example file. A style file for writing SBL student -papers is also included. - -%package biblatex-shortfields -Summary: Use short forms of fields with BibLaTeX -Version: svn45858 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(biblatex-shortfields.sty) = %{tl_version} - -%description biblatex-shortfields -The BibLaTeX package provides shortseries and shortjournal -field, but the default styles don't use them. It also provides -a mechanism to print the equivalence between short forms of -fields and long fields (\printbiblist), but this mechanism does -not allow to mix between different type of short fields, for -example, between short forms of journal title and short forms -of series titles. This package provides a solution to these two -problems: If a shortjournal field is defined, it prints it -instead of the \journal field. If a shortseries field is -defined, it prints it instead of the \series field. It provides -a \printbibshortfields command to print a list of the sort -forms of the fields. This list also includes the claves defined -with the biblatex-claves package version 1.2 or later. - -%package binarytree -Summary: Drawing binary trees using TikZ -Version: svn41777 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(binarytree.sty) = %{tl_version} - -%description binarytree -This package provides an easy but flexible way to draw binary -trees using TikZ. A path specification and the setting of -various options determine the style for each edge of the tree. -There is support for the external library of TikZ which does -not affect externalization of the rest of the TikZ figures in -the document. There is an option to use automatic file naming: -useful if the trees are often moved around. - -%package biochemistry-colors -Summary: Colors used to display amino acids, nucleotides, sugars or atoms in biochemistry -Version: svn54512 -License: LPPL and GPL+ -Requires: texlive-base texlive-kpathsea -Provides: tex(Biochemistry-colors.sty) = %{tl_version} - -%description biochemistry-colors -Biochemistry-colors.sty defines the standard colors of -biochemistry for use with the color package and the xcolor -package. xcolor is loaded by Biochemistry-colors.sty. Colors -include: Shapely-colors for amino acids and nucleotides. CPK- -Colors (Corey, Pauling and Koltun) of elements. Jmol-colors of -elements, important isotopes and structures. Glycopedia colors -for sugars. - -%package biolett-bst -Summary: A BibTeX style for the journal "Biology Letters" -Version: svn42217 -License: LPPL -Requires: texlive-base texlive-kpathsea - -%description biolett-bst -This package provides a BibTeX style (.bst) file for the -journal "Biology Letters" published by the Royal Society. This -style was produced independently and hence has no formal -approval from the Royal Society. - -%package bredzenie -Summary: a Polish version of "lorem ipsum..." in the form of a LaTeX package -Version: svn44371 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(bredzenie.sty) = %{tl_version} - -%description bredzenie -This is a polish version of the classic pseudo-Latin "lorem -ipsum dolor sit amet...". It provides access to several -paragraphs of pseudo-Polish generated with Hidden Markov Models -and Recurrent Neural Networks trained on a corpus of Polish. - -%package bxcalc -Summary: To extend the functionality of the calc package -Version: svn52947 -License: MIT -Requires: texlive-base texlive-kpathsea -Provides: tex(bxcalc.sty) = %{tl_version} -Provides: tex(bxcalcize.sty) = %{tl_version} -Provides: tex(bxcalcux.sty) = %{tl_version} - -%description bxcalc -This package bundle consists of the following packages: -bxcalcize: To make calc expressions available in more places. -bxcalcux: To add user-defined units to the calc syntax. In -addition, this bundle provides the bxcalc package, which simply -loads the above-mentioned packages internally. - -%package bxjalipsum -Summary: Dummy text in Japanese -Version: svn43369 -License: MIT -Requires: texlive-base texlive-kpathsea -Provides: tex(bxjalipsum.sty) = %{tl_version} - -%description bxjalipsum -This package enables users to print some Japanese text that can -be used as dummy text. It is a Japanese counterpart of the -lipsum package. Since there is no well-known nonsense text like -Lipsum in the Japanese language, the package uses some real -text in public domain. - -%package bxjaprnind -Summary: Adjust the position of parentheses at paragraph head -Version: svn45291 -License: MIT -Requires: texlive-base texlive-kpathsea -Provides: tex(bxjaprnind.sty) = %{tl_version} - -%description bxjaprnind -In Japanese typesetting, opening parentheses placed at the -beginning of paragraphs or lines are treated specially; for -example, while the paragraph indent before normal kanji -characters is 1em, the indent before parentheses can be 0.5em, -1em or 1.5em deoending on the local rule in effect. - -%package bxorigcapt -Summary: To retain the original caption names when using Babel -Version: svn48606 -License: MIT -Requires: texlive-base texlive-kpathsea -Provides: tex(bxorigcapt.sty) = %{tl_version} - -%description bxorigcapt -This package forces the caption names (`\chaptername`, -`\today`, etc) declared by the document class in use to be used -as the caption names for a specific language introduced by the -Babel package. - -%package callouts -Summary: Put simple annotations and notes inside a picture -Version: svn44899 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(callouts.sty) = %{tl_version} - -%description callouts -The package defines the annotation environment in which -callouts, notes, arrows, and the like can be placed to describe -certain parts of a picture. - -%package cesenaexam -Summary: A class file to typeset exams -Version: svn44960 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(cesenaexam.cls) = %{tl_version} -Provides: tex(cesenaexam.sty) = %{tl_version} - -%description cesenaexam -This LaTeX document class has been designed to typeset exams. - -%package cheatsheet -Summary: A simple cheatsheet class -Version: svn45069 -License: MIT -Requires: texlive-base texlive-kpathsea -Provides: tex(cheatsheet.cls) = %{tl_version} - -%description cheatsheet -The package provides a clean, multi-column design intended for -cheat sheets. It imports the most useful packages and encloses -the document in a multicol environment. - -%package childdoc -Summary: directly compile \include'd child documents -Version: svn49543 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(childdoc.def) = %{tl_version} - -%description childdoc -childdoc is a LaTeX2e package that enables the direct -compilation of document sections included by \include to -individual files. - -%package cje -Summary: LaTeX document class for CJE articles -Version: svn46721 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(cje.cls) = %{tl_version} -Provides: tex(cjenatbib.sty) = %{tl_version} -Provides: tex(cjeupmath.sty) = %{tl_version} - -%description cje -The cje article class allows authors to format their papers to -Canadian Journal of Economics style with minimum effort. The -class includes options for two other formats: "review" (double -spaced, for use at the submission stage) and "proof" (used by -the typesetters to prepare the proof authors will receive for -approval). - -%package collection-texworks -Summary: TeXworks editor; TL includes only the Windows binary -Version: svn54074 -License: LPPL -Requires: texlive-base texlive-kpathsea -Requires: texlive-collection-basic -Requires: texlive-texworks-doc - -%description collection-texworks -See http://tug.org/texworks. - -%package combofont -Summary: Add NFSS-declarations of combo fonts to LuaLaTeX documents -Version: svn51348 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(combofont.sty) = %{tl_version} - -%description combofont -This highly experimental package can be used to add -NFSS-declarations of combo fonts to LuaLaTeX documents. This -package may disappear without notice, e.g. if luaotfload -changes in a way so that it no longer works, or if LuaTeX -changes, or if fontspec itself includes the code. It is also -possible that the package's syntax and commands may change in -an incompatible way. So if you use it in a production -environment: You have been warned. - -%package context-cmscbf -Summary: Use Computer Modern bold Caps and Small-caps in ConTeXt -Version: svn47085 -License: GPL+ -Requires: texlive-base texlive-kpathsea -Requires: texlive-context -Provides: tex(t-cmscbf.tex) = %{tl_version} - -%description context-cmscbf -The module makes provision for bold caps and small caps CM -fonts, in ConTeXt. Such a font may be found in the Computer -Modern 'extras' font set. - -%package context-cmttbf -Summary: Use Computer Modern Typewriter bold font in ConTeXt -Version: svn47085 -License: GPL+ -Requires: texlive-base texlive-kpathsea -Requires: texlive-context -Provides: tex(t-cmttbf.tex) = %{tl_version} - -%description context-cmttbf -The module makes provision for bold typewriter CM fonts, in -ConTeXt. Such a font may be found in the Computer Modern -'extras' font set. - -%package context-inifile -Summary: An ini-file pretty-printer, using ConTeXt -Version: svn47085 -License: GPL+ -Requires: texlive-base texlive-kpathsea -Requires: texlive-context -Provides: tex(t-inifile.tex) = %{tl_version} - -%description context-inifile -The module parses an ini-file and prints the contents with a -user-defined layout. The entries of the file may be sorted by -up to three sort keys. The format of a simple ini-file would -be: [key1] symbol1 = value1 symbol2 = value2 [key2] symbol1 = -value3 symbol2 = value4 The module only works with ConTeXt -MkIV, and uses Lua to help process the input. - -%package context-layout -Summary: Shows layout of current page -Version: svn47085 -License: GPL+ -Requires: texlive-base texlive-kpathsea -Requires: texlive-context -Provides: tex(t-layout.tex) = %{tl_version} - -%description context-layout -Context module to show the layout of the current page. - -%package conv-xkv -Summary: Create new key-value syntax -Version: svn43558 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(conv-xkv.sty) = %{tl_version} - -%description conv-xkv -This small package supports key-value syntax other than the -standard LaTeX syntax of <key>=<value>. Using this package, -create key-values of the form <key>:<value> or <key>-><value>, -for example. The package converts the new notation to xkeyval -notation and passes it on to xkeyval. - -%package cooking-units -Summary: Typeset and convert units for cookery books and recipes -Version: svn53403 -License: LPPL -Requires: texlive-base texlive-kpathsea -Requires: tex(expl3.sty) -Requires: tex(xparse.sty) -Requires: tex(translations.sty) -Requires: tex(xfrac.sty) -Requires: tex(l3keys2e.sty) -Requires: tex(fmtcount.sty) -# \DeclareFontSubstitution { TS1 } { cmr } { m } { n } -Requires: tex(ts1cmr.fd) -Provides: tex(cooking-units.sty) = %{tl_version} - -%description cooking-units -The package provides commands to typeset amounts and units -consistently and offers an easy to use key-value-syntax to -convert one unit into another (for example 'dag' to 'g'; see -the documentation for more examples). This packages requires -expl3 and xparse, translations, xfrac, l3keys2e, and, -optionally, fmtcount. - -%package cormorantgaramond -Summary: Cormorant Garamond family of fonts -Version: svn54696 -License: OFL -Requires: texlive-base texlive-kpathsea -Provides: tex(CormorantGaramond.map) = %{tl_version} -Provides: tex(CormorantGaramond.sty) = %{tl_version} -Provides: tex(LY1CormorantGaramond-Inf.fd) = %{tl_version} -Provides: tex(LY1CormorantGaramond-LF.fd) = %{tl_version} -Provides: tex(LY1CormorantGaramond-OsF.fd) = %{tl_version} -Provides: tex(LY1CormorantGaramond-Sup.fd) = %{tl_version} -Provides: tex(LY1CormorantGaramond-TLF.fd) = %{tl_version} -Provides: tex(LY1CormorantGaramond-TOsF.fd) = %{tl_version} -Provides: tex(OT1CormorantGaramond-Inf.fd) = %{tl_version} -Provides: tex(OT1CormorantGaramond-LF.fd) = %{tl_version} -Provides: tex(OT1CormorantGaramond-OsF.fd) = %{tl_version} -Provides: tex(OT1CormorantGaramond-Sup.fd) = %{tl_version} -Provides: tex(OT1CormorantGaramond-TLF.fd) = %{tl_version} -Provides: tex(OT1CormorantGaramond-TOsF.fd) = %{tl_version} -Provides: tex(T1CormorantGaramond-Inf.fd) = %{tl_version} -Provides: tex(T1CormorantGaramond-LF.fd) = %{tl_version} -Provides: tex(T1CormorantGaramond-OsF.fd) = %{tl_version} -Provides: tex(T1CormorantGaramond-Sup.fd) = %{tl_version} -Provides: tex(T1CormorantGaramond-TLF.fd) = %{tl_version} -Provides: tex(T1CormorantGaramond-TOsF.fd) = %{tl_version} -Provides: tex(T2ACormorantGaramond-Inf.fd) = %{tl_version} -Provides: tex(T2ACormorantGaramond-LF.fd) = %{tl_version} -Provides: tex(T2ACormorantGaramond-OsF.fd) = %{tl_version} -Provides: tex(T2ACormorantGaramond-Sup.fd) = %{tl_version} -Provides: tex(T2ACormorantGaramond-TLF.fd) = %{tl_version} -Provides: tex(T2ACormorantGaramond-TOsF.fd) = %{tl_version} -Provides: tex(T2BCormorantGaramond-Inf.fd) = %{tl_version} -Provides: tex(T2BCormorantGaramond-LF.fd) = %{tl_version} -Provides: tex(T2BCormorantGaramond-OsF.fd) = %{tl_version} -Provides: tex(T2BCormorantGaramond-Sup.fd) = %{tl_version} -Provides: tex(T2BCormorantGaramond-TLF.fd) = %{tl_version} -Provides: tex(T2BCormorantGaramond-TOsF.fd) = %{tl_version} -Provides: tex(T2CCormorantGaramond-Inf.fd) = %{tl_version} -Provides: tex(T2CCormorantGaramond-LF.fd) = %{tl_version} -Provides: tex(T2CCormorantGaramond-OsF.fd) = %{tl_version} -Provides: tex(T2CCormorantGaramond-Sup.fd) = %{tl_version} -Provides: tex(T2CCormorantGaramond-TLF.fd) = %{tl_version} -Provides: tex(T2CCormorantGaramond-TOsF.fd) = %{tl_version} -Provides: tex(TS1CormorantGaramond-LF.fd) = %{tl_version} -Provides: tex(TS1CormorantGaramond-OsF.fd) = %{tl_version} -Provides: tex(TS1CormorantGaramond-TLF.fd) = %{tl_version} -Provides: tex(TS1CormorantGaramond-TOsF.fd) = %{tl_version} -Provides: tex(cgrm_2ahxjn.enc) = %{tl_version} -Provides: tex(cgrm_2fszuh.enc) = %{tl_version} -Provides: tex(cgrm_2qzove.enc) = %{tl_version} -Provides: tex(cgrm_2woykf.enc) = %{tl_version} -Provides: tex(cgrm_2xvhcw.enc) = %{tl_version} -Provides: tex(cgrm_33cvom.enc) = %{tl_version} -Provides: tex(cgrm_36gbzh.enc) = %{tl_version} -Provides: tex(cgrm_45xxtj.enc) = %{tl_version} -Provides: tex(cgrm_4fize4.enc) = %{tl_version} -Provides: tex(cgrm_554p77.enc) = %{tl_version} -Provides: tex(cgrm_575fly.enc) = %{tl_version} -Provides: tex(cgrm_5ezmem.enc) = %{tl_version} -Provides: tex(cgrm_5zuknm.enc) = %{tl_version} -Provides: tex(cgrm_6cgyqp.enc) = %{tl_version} -Provides: tex(cgrm_726bjo.enc) = %{tl_version} -Provides: tex(cgrm_7l65a5.enc) = %{tl_version} -Provides: tex(cgrm_ahqoow.enc) = %{tl_version} -Provides: tex(cgrm_baamnb.enc) = %{tl_version} -Provides: tex(cgrm_bndooo.enc) = %{tl_version} -Provides: tex(cgrm_cjaria.enc) = %{tl_version} -Provides: tex(cgrm_cpu34x.enc) = %{tl_version} -Provides: tex(cgrm_ctw2ju.enc) = %{tl_version} -Provides: tex(cgrm_czjvuz.enc) = %{tl_version} -Provides: tex(cgrm_edlrwy.enc) = %{tl_version} -Provides: tex(cgrm_ehskq2.enc) = %{tl_version} -Provides: tex(cgrm_ezmsqi.enc) = %{tl_version} -Provides: tex(cgrm_fnl4sj.enc) = %{tl_version} -Provides: tex(cgrm_fqbaih.enc) = %{tl_version} -Provides: tex(cgrm_g7ehha.enc) = %{tl_version} -Provides: tex(cgrm_gfgzzm.enc) = %{tl_version} -Provides: tex(cgrm_ggoxrw.enc) = %{tl_version} -Provides: tex(cgrm_goqtbf.enc) = %{tl_version} -Provides: tex(cgrm_hnmd4t.enc) = %{tl_version} -Provides: tex(cgrm_ho7x2y.enc) = %{tl_version} -Provides: tex(cgrm_i4ztt6.enc) = %{tl_version} -Provides: tex(cgrm_imua2m.enc) = %{tl_version} -Provides: tex(cgrm_ira4mj.enc) = %{tl_version} -Provides: tex(cgrm_iuhjfz.enc) = %{tl_version} -Provides: tex(cgrm_iyf2ai.enc) = %{tl_version} -Provides: tex(cgrm_j2hlib.enc) = %{tl_version} -Provides: tex(cgrm_j5xrmg.enc) = %{tl_version} -Provides: tex(cgrm_jg7lls.enc) = %{tl_version} -Provides: tex(cgrm_jwbavo.enc) = %{tl_version} -Provides: tex(cgrm_k54atz.enc) = %{tl_version} -Provides: tex(cgrm_kbv5uy.enc) = %{tl_version} -Provides: tex(cgrm_ksmxc6.enc) = %{tl_version} -Provides: tex(cgrm_kwxzcp.enc) = %{tl_version} -Provides: tex(cgrm_l5f566.enc) = %{tl_version} -Provides: tex(cgrm_ldw23p.enc) = %{tl_version} -Provides: tex(cgrm_lksf3x.enc) = %{tl_version} -Provides: tex(cgrm_mcvd3c.enc) = %{tl_version} -Provides: tex(cgrm_mq3pk7.enc) = %{tl_version} -Provides: tex(cgrm_myrl74.enc) = %{tl_version} -Provides: tex(cgrm_nniu67.enc) = %{tl_version} -Provides: tex(cgrm_nswxfs.enc) = %{tl_version} -Provides: tex(cgrm_nxkups.enc) = %{tl_version} -Provides: tex(cgrm_nxzswi.enc) = %{tl_version} -Provides: tex(cgrm_od3ly4.enc) = %{tl_version} -Provides: tex(cgrm_olzkph.enc) = %{tl_version} -Provides: tex(cgrm_p4fks4.enc) = %{tl_version} -Provides: tex(cgrm_p5fsj2.enc) = %{tl_version} -Provides: tex(cgrm_payxmf.enc) = %{tl_version} -Provides: tex(cgrm_pm4rjs.enc) = %{tl_version} -Provides: tex(cgrm_qaa67y.enc) = %{tl_version} -Provides: tex(cgrm_qco72e.enc) = %{tl_version} -Provides: tex(cgrm_qnkxku.enc) = %{tl_version} -Provides: tex(cgrm_qrc2n2.enc) = %{tl_version} -Provides: tex(cgrm_rnb5y6.enc) = %{tl_version} -Provides: tex(cgrm_rohdbu.enc) = %{tl_version} -Provides: tex(cgrm_ry5pl7.enc) = %{tl_version} -Provides: tex(cgrm_s2pyjf.enc) = %{tl_version} -Provides: tex(cgrm_s4zbbx.enc) = %{tl_version} -Provides: tex(cgrm_sfoqzm.enc) = %{tl_version} -Provides: tex(cgrm_sowbon.enc) = %{tl_version} -Provides: tex(cgrm_txosmw.enc) = %{tl_version} -Provides: tex(cgrm_tzoazu.enc) = %{tl_version} -Provides: tex(cgrm_usix3v.enc) = %{tl_version} -Provides: tex(cgrm_uys5qk.enc) = %{tl_version} -Provides: tex(cgrm_v2z4dl.enc) = %{tl_version} -Provides: tex(cgrm_v7t4yx.enc) = %{tl_version} -Provides: tex(cgrm_vabk2p.enc) = %{tl_version} -Provides: tex(cgrm_vdpe4c.enc) = %{tl_version} -Provides: tex(cgrm_vnv5uk.enc) = %{tl_version} -Provides: tex(cgrm_vqhfd3.enc) = %{tl_version} -Provides: tex(cgrm_vs5evg.enc) = %{tl_version} -Provides: tex(cgrm_vuc6nl.enc) = %{tl_version} -Provides: tex(cgrm_xrzidp.enc) = %{tl_version} -Provides: tex(cgrm_xwhmgi.enc) = %{tl_version} -Provides: tex(cgrm_xzjjkx.enc) = %{tl_version} -Provides: tex(cgrm_y22u7a.enc) = %{tl_version} -Provides: tex(cgrm_yah5fp.enc) = %{tl_version} -Provides: tex(cgrm_ycbsw5.enc) = %{tl_version} -Provides: tex(cgrm_ye4dng.enc) = %{tl_version} -Provides: tex(cgrm_yifvzr.enc) = %{tl_version} -Provides: tex(cgrm_yksu3h.enc) = %{tl_version} -Provides: tex(cgrm_yo6qap.enc) = %{tl_version} -Provides: tex(cgrm_zc6byq.enc) = %{tl_version} -Provides: tex(cgrm_zcfdr3.enc) = %{tl_version} -Provides: tex(cgrm_zkhuis.enc) = %{tl_version} -Provides: tex(cgrm_zzgqip.enc) = %{tl_version} - -%description cormorantgaramond -This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX -support for the Cormorant Garamond family of fonts, designed by -Christian Thalman of Catharsis Fonts. The family includes -light, regular, medium, semi-bold and bold weights, with -italics. - -%package crossreftools -Summary: Expandable extraction of cleveref data -Version: svn54080 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(crossreftools.sty) = %{tl_version} - -%description crossreftools -This package extracts information from cross-referencing -labels, especially those from cleveref, in an expandable -manner. - -%package css-colors -Summary: Named colors for web-safe design -Version: svn54512 -License: LPPL and GPL+ -Requires: texlive-base texlive-kpathsea -Provides: tex(css-colors.sty) = %{tl_version} - -%description css-colors -This package defines web-safe colors for use with D.P. -Carlisle's color package. It is intended for both authors and -package writers (e.g. to create Beamer color themes). - -%package cstypo -Summary: Czech typography rules enforced through LuaTeX hooks -Version: svn41986 -License: MIT -Requires: texlive-base texlive-kpathsea -Provides: tex(cstypo.sty) = %{tl_version} -Provides: tex(cstypo-tex.tex) = %{tl_version} - -%description cstypo -This package provides macros that enforce basic Czech -typography rules through Lua hooks available in LuaTeX. - -%package currency -Summary: Format currencies in a consistent way -Version: svn48990 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(currency.sty) = %{tl_version} - -%description currency -The package facilitates the formatting of currencies (amounts -and units) with various formatting capabilities. - -%package docsurvey-doc -Summary: Programming LaTeX - A survey of documentation and packages -Version: svn48931 -License: LPPL - -%description docsurvey-doc -Provides the document "Programming LaTeX — A survey of documentation -and packages" - -%package draftfigure -Summary: Replace figures with a white box and additional features. -Version: svn44854 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(draftfigure.sty) = %{tl_version} - -%description draftfigure -With this package you can control the outcome of a figure which -is set to draft and modify the display with various options. - -%package dtxdescribe -Summary: Describe additional object types in dtx source files -Version: svn51652 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(dtxdescribe.sty) = %{tl_version} - -%description dtxdescribe -The doc package includes tools for describing macros and -environments in LaTeX source dtx format. This package adds -additional tools for describing booleans, lengths, counters, -keys, packages, classes, options, files, commands, arguments, -and other objects. Each item is given a margin tag similar to -\DescribeEnv, and is listed in the index by itself and also by -category. Each item may be sorted further by an optional class. -All index entries except code lines are hyperlinked. -Descriptions are best accompanied by examples, so the -environment dtxexample is provided. Contents are displayed -verbatim along with a caption and cross-referencing. They are -then \input and executed, and the result is shown. - -%package ducksay -Summary: The package draws ASCII art of animals saying a specified message. -Version: svn53631 -License: LPPL and GPLv3 -Requires: texlive-base texlive-kpathsea -Provides: tex(ducksay.animals.tex) = %{tl_version} -Provides: tex(ducksay.code.v1.tex) = %{tl_version} -Provides: tex(ducksay.code.v2.tex) = %{tl_version} -Provides: tex(ducksay.sty) = %{tl_version} - -%description ducksay -The package draws ASCII art of animals saying a specified -message. The following macros are available: \ducksay -\duckthink \DefaultAnimal \AddAnimal \DucksayOptions Multi-line -messages are now fully supported. The package comes with two -versions, choosable with the version key. - -%package dynkin-diagrams -Summary: Draws Dynkin diagrams -Version: svn54489 -License: LPPL -Requires: texlive-base texlive-kpathsea -Requires: tex(etoolbox.sty) -Requires: tex(expl3.sty) -Requires: tex(pgfkeys.sty) -Requires: tex(pgfopts.sty) -Requires: tex(tikz.sty) -Requires: tex(xparse.sty) -Requires: tex(xstring.sty) -Provides: tex(dynkin-diagrams.sty) = %{tl_version} - -%description dynkin-diagrams -Draws Dynkin, Coxeter, and Satake diagrams in LaTeX documents, -using the TikZ package. The package requires etoolbox, expl3, -pgfkeys, pgfopts, TikZ, xparse, and xstring. - -%package easyformat -Summary: Add easier bolds and italics -Version: svn44543 -License: GPLv3+ -Requires: texlive-base texlive-kpathsea -Provides: tex(easyformat.sty) = %{tl_version} - -%description easyformat -This package allows the use of underscores and circumflexes to -begin resp. end \textit{italic}, \textbf{bold} or -\textsc{smallcaps} formatting as an alternative to the standard -LaTeX \verb|\textit{\dots}|, \verb|\textbf{\dots}| and/or -\verb|\textsc{\dots}|. The underscore and circumflex's meaning -in mathmode remain the same. - -%package ecgdraw -Summary: Draws electrocardiograms (ECG) -Version: svn41617 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(ecgdraw.sty) = %{tl_version} - -%description ecgdraw -This package provides the \ECG{<code>} command which draws -electrocardiograms (ECG). The <code> represents a series of -abbreviations which allow to draw different types of wave. - -%package endofproofwd -Summary: An "end of proof" sign -Version: svn45116 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(endofproofwd.sty) = %{tl_version} - -%description endofproofwd -This package provides an additional "end of proof" sign. The -command's name is \wasserdicht. - -%package eqnalign -Summary: Make eqnarray behave like align -Version: svn43278 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(eqnalign.sty) = %{tl_version} - -%description eqnalign -The package makes eqnarray environment behave like align from -amsmath'. It is intended for quick-fixing documents that use -eqnarray. In cases where it fails, manual conversion to align -is required, but these cases should be seldom. - -%package eulerpx -Summary: A modern interface for the Euler math fonts -Version: svn43735 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(eulerpx.sty) = %{tl_version} - -%description eulerpx -This package provides the "eulerpx" font, which started as a -hybrid of multiple other font packages, notably eulervm and -newpxmath. Its purpose is twofold: To use the eulervm symbols -for greek and latin, but the newpxmath font for braces and -brackets, and the text font for digits and operators; and to -make it easy to change between a sans and a serif font for the -digits and operators so that the font can be used seamlessly in -documents using both. This package was put together with the -intent to use it with the Palatino and Optima fonts, but it may -work with other combinations, too. - -%package fetchcls -Summary: Fetch the current class name -Version: svn45245 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(fetchcls.sty) = %{tl_version} - -%description fetchcls -With standard LaTeX you are able to check for the class in use -invoking the kernel command \@ifclassloaded. However, doing so -you cannot get the explicit class name, unless you want to loop -over every possible class name until \@ifclassloaded returns -true -- don't do that! With the help of the present package you -can obtain the name of the current class with significantly -less effort. Just load the package as usual: -\usepackage{fetchcls}; then, the control sequence \classname -will hold the name you were looking for. - -%package fgruler -Summary: draw rulers on the foreground or in the text -Version: svn42966 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(fgruler.sty) = %{tl_version} - -%description fgruler -The fgruler is an abbreviation for the foreground ruler. This -package draws a horizontal and a vertical ruler on the -foreground of every (or a given) page at absolute position. In -this way, you can check the page layout dimensions. Besides, -you can draw various rulers in the text, too. The fgruler -package requires the services of the following packages: -kvoptions, etoolbox, xcolor, graphicx, eso-pic. - -%package filecontentsdef -Summary: filecontents + macro + verbatim -Version: svn52208 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(filecontentsdef.sty) = %{tl_version} - -%description filecontentsdef -The package provides two environments called filecontentsdef -and filecontentshere. They are derived from the LaTeX -filecontents environment as provided by Scott Pakin's -filecontents package. In addition to the file creation they -either store the (verbatim) contents in a macro -(filecontentsdef) or typeset them (verbatim) on the spot -(filecontentshere). The author developed the package to display -TeX code verbatim in documentation and the same time produce -the corresponding files during the LaTeX run in order to embed -them in the PDF as file attachment annotations (by using Scott -Pakin's package attachfile). - -%package fixjfm -Summary: Fix JFM (for *pTeX) -Version: svn47113 -License: Knuth -Requires: texlive-base texlive-kpathsea -Provides: tex(fixjfm.sty) = %{tl_version} - -%description fixjfm -This package fixes several bugs in the JFM format. Both LaTeX -and plain TeX are supported. - -%package footmisx -Summary: A range of footnote options -Version: svn42621 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(footmisx.sty) = %{tl_version} - -%description footmisx -This a fork of footmisc package allowing to use hyperref. Here -is a copy of the description of package footmisc: A collection -of ways to change the typesetting of footnotes. The package -provides means of changing the layout of the footnotes -themselves (including setting them in 'paragraphs' -- the para -option), a way to number footnotes per page (the perpage -option), to make footnotes disappear in a 'moving' argument -(stable option) and to deal with multiple references to -footnotes from the same place (multiple option). The package -also has a range of techniques for labelling footnotes with -symbols rather than numbers. Some of the functions of the -package are overlap with the functionality of other packages. -The para option is also provided by the manyfoot and bigfoot -packages, though those are both also portmanteau packages. -(Don't be seduced by fnpara, whose implementation is improved -by the present package.) The perpage option is also offered by -footnpag and by the rather more general-purpose perpage - -%package forest-quickstart-doc -Summary: Quickstart Guide for Linguists package "forest" -Version: svn42503 -License: GFDL - -%description forest-quickstart-doc -forest is a PGF/TikZ-based package for drawing linguistic (and -other kinds of) trees. This manual provides a quickstart guide -for linguists with just the essential things that you need to -get started. - -%package forms16be -Summary: Initialize form properties using big-endian encoding -Version: svn51305 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(forms16be.sty) = %{tl_version} -Provides: tex(uni4basic-latin.def) = %{tl_version} - -%description forms16be -This package provides support for UTF-16BE Unicode character -encoding (called a big-endian character string) for the text -string type (PDF Reference, version 1.7, beginning on page -158). Text strings are used in "text annotations, bookmark -names, article threads, document information, and so forth" (to -partially quote page 158). The particular application is to set -property values of form fields, at least those properties that -take the text strings as its value. The package contains -support for Basic Latin plus the ability to enter any unicode -character using the notation \uXXXX, where 'XXXX' are four hex -digits. The Package works for dvips/Distiller, pdfLaTeX, -LuaLaTeX, and XeLaTeX. - -%package frederika2016 -Summary: An OpenType Greek calligraphy font -Version: svn42157 -License: OFL -Requires: texlive-base texlive-kpathsea -Provides: tex(Frederika2016.otf) = %{tl_version} - -%description frederika2016 -Frederika2016 is an attempt to digitize Hermann Zapf's -Frederika font. The font is the Greek companion of Virtuosa by -the same designer. This font is a calligraphy font and this is -an initial release. - -%package gitfile-info -Summary: Get git metadata for a specific file -Version: svn51928 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(gitfile-info.sty) = %{tl_version} - -%description gitfile-info -If you are using git to control versions of LaTeX-files, you -may want to show yourself or other users or devs the current -version of the file, information about the author and last -edited date. All packages for git known make that kind of -information available for the whole repository. But sometimes -you have a lot of files within the same repository in different -versions, from different authors etc. Perhaps you also split up -a big project in small files and want to show within the -document who had edited what. This package gives you the -opportunity to do so. - -%package gofonts -Summary: GoSans and GoMono fonts with LaTeX support -Version: svn54512 -License: BSD and LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(go.map) = %{tl_version} -Provides: tex(GoMono.sty) = %{tl_version} -Provides: tex(GoSans.sty) = %{tl_version} -Provides: tex(LGRGo-TLF.fd) = %{tl_version} -Provides: tex(LGRGoMono-TLF.fd) = %{tl_version} -Provides: tex(LY1Go-TLF.fd) = %{tl_version} -Provides: tex(LY1GoMono-TLF.fd) = %{tl_version} -Provides: tex(OT1Go-TLF.fd) = %{tl_version} -Provides: tex(OT1GoMono-TLF.fd) = %{tl_version} -Provides: tex(T1Go-TLF.fd) = %{tl_version} -Provides: tex(T1GoMono-TLF.fd) = %{tl_version} -Provides: tex(TS1Go-TLF.fd) = %{tl_version} -Provides: tex(TS1GoMono-TLF.fd) = %{tl_version} -Provides: tex(go_2qimm2.enc) = %{tl_version} -Provides: tex(go_4whde3.enc) = %{tl_version} -Provides: tex(go_73mlya.enc) = %{tl_version} -Provides: tex(go_c3licl.enc) = %{tl_version} -Provides: tex(go_dhlxve.enc) = %{tl_version} -Provides: tex(go_icpxvt.enc) = %{tl_version} -Provides: tex(go_iypgt7.enc) = %{tl_version} -Provides: tex(go_zwiz3b.enc) = %{tl_version} - -%description gofonts -This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX -support for the GoSans and GoMono families of fonts designed by -the Bigelow & Holmes foundry for the Go project. GoSans is -available in three weights: Regular, Medium, and Bold (with -corresponding italics). GoMono is available in regular and -bold, with italics. Notes on the design may be found at -https://blog.golang.org/go-fonts. - -%package grant -Summary: Classes for formatting federal grant proposals. -Version: svn41905 -License: MIT -Requires: texlive-base texlive-kpathsea -Provides: tex(grant-arl.cls) = %{tl_version} -Provides: tex(grant-darpa.cls) = %{tl_version} -Provides: tex(grant-doe.cls) = %{tl_version} -Provides: tex(grant-nih.cls) = %{tl_version} -Provides: tex(grant-nrl.cls) = %{tl_version} -Provides: tex(grant-nsf.cls) = %{tl_version} -Provides: tex(grant-onr.cls) = %{tl_version} -Provides: tex(grant.cls) = %{tl_version} - -%description grant -LaTeX classes for formatting federal grant proposals: grant: -Base class for formatting grant proposals grant-arl: Army -Research Laboratory grant-darpa: Defense Advanced Research -Projects Agency grant-doe: Department of Energy grant-nih: -National Institutes of Health grant-nrl: Naval Research -Laboratory grant-nsf: National Science Foundation grant-onr: -Office of Naval Research - -%package grayhints -Summary: Produce 'gray hints' to a variable text field -Version: svn49052 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(grayhints.sty) = %{tl_version} - -%description grayhints -The package provides JavaScript code snippets to create 'gray -hints'. Gray hints, as the author terms them, are text that -appears initially in a text field that gives a short hint as to -what the contents of the text field should be. For example, a -text field might contain the hint 'First Name', or a date field -might read 'yyyy/mm/dd'. As soon as the field comes into focus, -the hint disappears. It reappears when the field is blurred and -the user did not enter any text into the field. The package -works for dvips/Distiller, pdfLaTeX, LuaLaTeX, and XeLaTeX. - -%package gtrlib-largetrees -Summary: Library for genealogytree package aiming at large trees -Version: svn49062 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(gtrlib.largetrees.code.tex) = %{tl_version} -Provides: tex(gtrlib.largetrees.sty) = %{tl_version} - -%description gtrlib-largetrees -The main goal of the gtrlib.largetrees package is to offer -additional database fields and formats for the genealogytree -package, particularly for typesetting large trees. - -%package hackthefootline -Summary: Footline selection for LaTeX beamer's standard themes -Version: svn46494 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(hackthefootline.sty) = %{tl_version} - -%description hackthefootline -This package provides arbitrary footline selection for LaTeX -beamer's standard themes. It makes use of the following other -LaTeX packages: appendixnumberbeamer, calc, etoolbox, and -numprint. - -%package halloweenmath -Summary: Scary and creepy math symbols with AMS-LaTeX integration -Version: svn52602 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(halloweenmath.sty) = %{tl_version} - -%description halloweenmath -The package defines a handful of commands for typesetting -mathematical symbols of various kinds, ranging from 'large' -operators to extensible arrow-like relations and growing arrow- -like math accents that all draw from the classic Halloween- -related iconography (pumpkins, witches, ghosts, cats, and so -on) while being, at the same time, seamlessly integrated within -the rest of the mathematics produced by (AmS-)LaTeX. - -%package hecthese -Summary: A class for dissertations and theses at HEC Montreal -Version: svn50590 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(hecthese.cls) = %{tl_version} - -%description hecthese -This package provides the hecthese class, a class based on -memoir and compatible with LaTeX. Using this class, -postgraduate students at HEC Montreal will be able to write -their dissertation or thesis while complying with all the -presentation standards required by the University. This class -is meant to be as flexible as possible; in particular, there -are very few hardcoded features except those that take care of -the document's layout. Dissertations and theses at HEC Montreal -can be written on a per-chapter or per-article basis. Documents -that are written on a per-article basis require a bibliography -for each of the included articles and a general bibliography -for the entire document. The hecthese class takes care of these -requirements. The class depends on babel, color, enumitem, -fontawesome, framed, numprint, url, and hyperref. - -%package hithesis -Summary: Harbin Institute of Technology Thesis Template -Version: svn53362 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(ctex-fontset-siyuan.def) = %{tl_version} -Provides: tex(hithesis.cfg) = %{tl_version} -Provides: tex(hithesis.cls) = %{tl_version} -Provides: tex(hithesis.sty) = %{tl_version} - -%description hithesis -hithesis is a LaTeX thesis template package for Harbin -Institute of Technolog supporting bachelor, master, doctor -dissertations. - -%package hustthesis -Summary: Unofficial thesis template for Huazhong University -Version: svn42547 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(hustthesis.cls) = %{tl_version} - -%description hustthesis -The package provides an Unofficial Thesis Template in LaTeX for -Huazhong University of Science and Technology. - -%package hyphen-belarusian -Summary: Belarusian hyphenation patterns. -Version: svn54568 -License: Copyright only -Requires: texlive-base texlive-kpathsea -Requires: texlive-hyphen-base -Requires: texlive-hyph-utf8 -Provides: tex(loadhyph-be.tex) = %{tl_version} -Provides: tex(hyph-be.t2a.tex) = %{tl_version} -Provides: tex(hyph-quote-be.tex) = %{tl_version} -Provides: tex(hyph-be.tex) = %{tl_version} - -%description hyphen-belarusian -Belarusian hyphenation patterns in T2A and UTF-8 encodings - -%post hyphen-belarusian -if [ $1 -gt 0 ] ; then -sed -i '/belarusian.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "belarusian loadhyph-be.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{belarusian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{belarusian}{loadhyph-be.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -fi -: - -%postun hyphen-belarusian -if [ $1 == 0 ] ; then -sed -i '/belarusian.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{belarusian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -fi -: - -%package ifptex -Summary: Check if the engine is pTeX or one of its derivatives -Version: svn52626 -License: MIT -Requires: texlive-base texlive-kpathsea -Provides: tex(ifptex.sty) = %{tl_version} -Provides: tex(ifuptex.sty) = %{tl_version} - -%description ifptex -The ifptex package is a counterpart of ifxetex, ifluatex, etc. -for the ptex engine. The ifuptex package is an alias to ifptex -provided for backward compatibility. - -%package ifxptex -Summary: Detect pTeX and its derivatives -Version: svn46153 -License: Knuth -Requires: texlive-base texlive-kpathsea -Provides: tex(ifxptex.sty) = %{tl_version} - -%description ifxptex -The package provides commands for detecting pTeX and its -derivatives (e-pTeX, upTeX, e-upTeX, and ApTeX). Both LaTeX and -plain TeX are supported. - -%package ijsra -Summary: LaTeX document class for the International Journal of Student Research in Archaeology -Version: svn44886 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(ijsra.cls) = %{tl_version} - -%description ijsra -This is a document class called ijsra which is used for the -International Journal of Student Research in Archaeology. - -%package invoice2 -Summary: Intelligent invoices with LaTeX3 -Version: svn46364 -License: GPLv3+ -Requires: texlive-base texlive-kpathsea -Provides: tex(invoice2.sty) = %{tl_version} - -%description invoice2 -Typeset invoices with automatic VAT and calculation of totals. -Supports internationalization, invoices are typeset with -booktabs for readability. Does not support separate projects -per invoice. Can be used as a replacement for invoice in most -cases. - -%package iscram -Summary: a LaTeX class to publish article to ISCRAM conferences -Version: svn45801 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(iscram.cls) = %{tl_version} - -%description iscram -LaTeX class to publish article to ISCRAM (International -Conference on Information Systems for Crisis Response and -Management). - -%package isopt -Summary: writing a TeX length with a space between number and unit -Version: svn45509 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(isopt.sty) = %{tl_version} - -%description isopt -Writing a TeX length with \the writes the value and the unit -without a space. Package isopt provides a macro \ISO which -inserts a user defined space between number and unit. - -%package istgame -Summary: Drawing Game Trees with TikZ -Version: svn49848 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(istgame.sty) = %{tl_version} - -%description istgame -This LaTeX package provides macros based on TikZ to draw a game -tree. The main idea underlying its core macros is the -completion of a whole tree by using a sequence of simple -'parent-child' tree structures, with no longer nested relations -involved (like the use of 'grandchildren' or -'great-grandchildren'). Using this package you can draw a game -tree as easily as drawing a game tree with pen and paper. This -package depends on expl3, TikZ, and xparse. The 'ist' prefix -stands for "it's a simple tree" or "In-Sung's simple tree." - -%package jlreq -Summary: Japanese document class based on requirements for Japanese text layout -Version: svn53717 -License: BSD -Requires: texlive-base texlive-kpathsea -Provides: tex(jlreq-helpers.sty) = %{tl_version} -Provides: tex(jlreq-trimmarks.sty) = %{tl_version} -Provides: tex(jlreq.cls) = %{tl_version} - -%description jlreq -This package provides a Japanese document class based on -requirements for Japanese text layout. The class file and the -JFM (Japanese font metric) files for LuaTeX-ja / pLaTeX / -upLaTeX are provided. - -%package keyfloat -Summary: provides a key/value interface for generating floats -Version: svn52160 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(keyfloat.sty) = %{tl_version} - -%description keyfloat -The keyfloat package provides a key/value user interface for -quickly creating figures with a single image each, figures with -arbitrary contents, tables, subfloats, rows of floats, floats -located [H]ere, floats in the [M]argin, and floats with text -[W]rapped around them. Key/value combinations may specify a -caption and label, a width proportional to \linewidth, a fixed -width and/or height, rotation, scaling, a tight or loose frame, -an \arraystretch, a continued float, additional supplemental -text, and an artist/author's name with automatic index entry. -When used with the tocdata package, the name also appears in -the List of Figures. Floats may be placed into a row -environment, and are typeset to fit within the given number of -columns, continuing to the next row if necessary. Nested -sub-rows may be used to generate layouts such as two small -figures placed vertically next to one larger figure. Subfloats -are supported by two environments. - -%package knowledge -Summary: Displaying, hyperlinking, and indexing notions in a document -Version: svn54876 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(knowledge.sty) = %{tl_version} - -%description knowledge -The package offers a systematic way to handle -notions/concepts/terms throughout a document. It helps building -an index. In combination with hyperref it makes it easy to have -every reference of a concept linked to its introduction. It -also offers simple notations. - -%package komacv-rg -Summary: LaTeX packages that aid in creating CVs based on the komacv class and creating related documents -Version: svn49064 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(komacv-addons.sty) = %{tl_version} -Provides: tex(komacv-lco.sty) = %{tl_version} -Provides: tex(komacv-multilang.sty) = %{tl_version} - -%description komacv-rg -The komacv-rg bundle provides packages that aid in creating CVs -based on the komacv class and creating related documents, such -as cover letters and cover sheets for job applications. -Concretely, the bundle consists of three packages: -komacv-addons, komacv-lco, and komacv-multilang. komacv-addons -is a small collection of add-ons and fixes for the komacv -class; komacv-lco enables the use of letter class options from -scrlttr2 also in komacv-based and other non-scrlttr2-based -documents; komacv-multilang enables the provisioning of CVs in -multiple languages and the selection of a language via babel or -polyglossia. - -%package ku-template -Summary: Template for University of Copenhagen logos -Version: svn45935 -License: MIT -Requires: texlive-base texlive-kpathsea -Provides: tex(ku-template.sty) = %{tl_version} - -%description ku-template -A comprehensive package for adding University of Copenhagen or -faculty logo to your front page. For use by student or staff at -University of Copenhagen / Københavns Universitet. - -%package ladder -Summary: Draw simple ladder diagrams using TikZ -Version: svn44394 -License: MIT -Requires: texlive-base texlive-kpathsea -Provides: tex(ladder.sty) = %{tl_version} - -%description ladder -This package permits the creation of simple ladder diagrams -within LaTeX documents. Required packages are tikz, ifthen, and -calc. - -%package latexbangla -Summary: Enhanced LaTeX integration for Bangla -Version: svn42409 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(latexbangla.sty) = %{tl_version} - -%description latexbangla -This package simplifies the process of writing Bangla in LaTeX -and addresses most of the associated typesetting issues. -Notable features: Automated transition from Bangla to English -and vice versa. Patch for the unproportionate whitespace issue -in popular Bangla fonts. Full support for all the common -commands and environments. Bangla numbering for page, section, -chapter, footnotes etc. (extending polyglossia's support). New -theorem, problems, example, solution and other environments, -all of which are in Bangla. - -%package latexbug -Summary: Bug-classification for LaTeX related bugs -Version: svn52414 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(latexbug.sty) = %{tl_version} - -%description latexbug -The package is written in order to help identifying the -rightful addressee for a bug report. The LaTeX team asks that -it will be loaded in any test file that is intended to be sent -to the LaTeX bug database as part of a bug report. - -%package latexgit -Summary: A LaTeX git wrapper -Version: svn54811 -License: GPLv3 -Requires: texlive-base texlive-kpathsea -Provides: tex(latexgit.sty) = %{tl_version} - -%description latexgit -This package provides several macros to fetch git information -and typeset it. The macros defined by LaTeXgit can be helpful -to documentation authors and others to whom clear document -versioning is important. - -%package latex-mr-doc -Summary: A practical guide to LaTeX and Polyglossia for Marathi and other Indian languages -Version: svn44601 -License: LPPL - -%description latex-mr-doc -The package provides a short guide to LaTeX and specifically to the -polyglossia package. This document aims to introduce LaTeX and polyglossia for -Indian languages. Though the document often discusses the language Marathi, -the discussion applies to other India languages also, with some minute changes -which are described in Section 1.2. We assume that the user of this document -knows basic (La)TeX or has, at least, tried her hand on it. This document is -not very suitable for first time users. - -%package latex-refsheet-doc -Summary: Reference sheet for a thesis with the KOMAScript document classes -Version: svn45076 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(LaTeX_RefSheet.tex) = %{tl_version} -Provides: tex(acknowledgements.tex) = %{tl_version} -Provides: tex(header-graph.tex) = %{tl_version} -Provides: tex(thesis.tex) = %{tl_version} - -%description latex-refsheet-doc -This LaTeX Reference Sheet is for writing a thesis with the KOMAScript -document classes (scrartcl, scrreprt, scrbook) and all the packages -which a thesis in the natural sciences needs. - -%package limecv -Summary: A (Xe/Lua)LaTeX document class for curriculum vitae -Version: svn54329 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(limecv.cls) = %{tl_version} - -%description limecv -limecv is a (Xe/Lua)LaTeX document class to write curriculum -vitae. It is designed with the following design rules: simple, -elegant and clean. To this end, it offers several environments -and macros for convenience. - -%package ling-macros -Summary: Macros for typesetting formal linguistics -Version: svn42268 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(ling-macros.sty) = %{tl_version} - -%description ling-macros -This package contains macros for typesetting glosses and formal -expressions. It covers a range of subfields in formal -linguistics. - -%package lion-msc -Summary: LaTeX class for B.Sc. and M.Sc. reports at Leiden Institute of Physics (LION). -Version: svn51143 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(lion-msc.cls) = %{tl_version} - -%description lion-msc -LaTeX class for B.Sc. and M.Sc. reports at Leiden Institute of -Physics (LION). The purpose of this class is twofold: It -creates a uniform layout of the student theses from our -department. More importantly it contains several fields on the -front-page that the user needs to fill that are used in the -university administration (name, student number and name of -supervisor) Students are free to change the layout of the text -but should leave the title page as it is. - -%package lni -Summary: Official class for the "Lecture Notes in Informatics" -Version: svn52401 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(lni.cls) = %{tl_version} - -%description lni -This is the official version of the class "lni" for submissions -to the Lecture Notes in Informatics published by the -Gesellschaft fur Informatik. To use it, download the file -lni-author-template.tex and edit it in your favorite LaTeX -editor. - -%package ltb2bib -Summary: converts amsrefs' .ltb bibliographical databases to BibTeX format -Version: svn43746 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(ltb2bib.sty) = %{tl_version} - -%description ltb2bib -This package implements a LaTeX command that converts an -amsrefs bibliographical database (.ltb) to a BibTeX -bibliographical database (.bib). ltb2bib is the reverse of the -"amsxport" option in amsrefs. Typical uses are: produce bib -entries for some publishers which don't accept amsrefs (Taylor -& Francis, for example); import an ltb database in a database -management program, e.g. for sorting; access one's ltb database -within emacs's RefTeX mode. - -%package luahyphenrules -Summary: Loading patterns in LuaLaTeX with language.dat -Version: svn42670 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(luahyphenrules.sty) = %{tl_version} - -%description luahyphenrules -Preloading hyphenation patterns (or 'hyphen rules.) into any -format based upon LuaTeX is not required in LuaTeX and recent -releases of babel don't do it anyway. This package is addressed -to those who just want to select the languages and load their -patterns by means of `language.dat` without loading `babel`. - -%package luamesh -Summary: Computes and draws 2D Delaunay triangulation -Version: svn43814 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(luamesh.sty) = %{tl_version} - -%description luamesh -The package allows to compute and draw 2D Delaunay -triangulation. The algorithm is written with lua, and depending -upon the choice of the engine, the drawing is done by MetaPost -(with luamplib) or by TikZ. The Delaunay triangulation -algorithm is the Bowyer and Watson algorithm. Several macros -are provided to draw the global mesh, the set of points, or a -particular step of the algorithm. - -%package luapackageloader -Summary: Allow LuaTeX to load external Lua packages -Version: svn54779 -License: LPPL -Requires: texlive-base texlive-kpathsea -Requires: texlive-iftex -Provides: tex(luapackageloader.sty) = %{tl_version} - -%description luapackageloader -This package allows LuaTeX to load packages from the default -package.path and package.cpath locations. This could be useful -to load external Lua modules, including modules installed via -LuaRocks. This package requires ifluatex. - -%package maker -Summary: Include Arduino or Processing code in LaTeX documents -Version: svn44823 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(maker.sty) = %{tl_version} - -%description maker -The first version of the package allows to include Arduino or -Processing code using three different forms: writing the code -directly in the LaTeX document writing Arduino or Processing -commands in line with the text calling to Arduino or Processing -files All these options support the syntax highlighting of the -oficial IDE. - -%package marginfit -Summary: Improved margin notes -Version: svn48281 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(marginfit.sty) = %{tl_version} - -%description marginfit -This package fixes various bugs with the margin paragraph -implementation of LaTeX. Those bugs include margin notes that -are attached to the wrong side as well as those that stick out -of the bottom of the page. This package provides a drop-in -replacement solution. - -%package math-into-latex-4-doc -Summary: Samples for the book `(More) Math into LaTeX', 4th edition. -Version: svn44131 -License: Public Domain - -%description math-into-latex-4-doc -Samples for the book `(More) Math into LaTeX', 4th edition. - -%package mcexam -Summary: LaTeX package for creating randomized Multiple Choice questions> -Version: svn46155 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(mcexam.sty) = %{tl_version} - -%description mcexam -LaTeX package for creating randomized Multiple Choice questions -The mcexam package is a LaTeX package that automatically -randomly permutes the order of questions and answer options in -different versions of a multiple choice exam/test. Next to the -exam versions themselves, the package also allows printing a -concept version of the exam, a key table with the correct -answers or points, and a document with solutions and -explanation per exam version. The package also allows writing -an R code which processes the results of the exam and -calculates the grades. - -%package mendex-doc -Summary: Docs for mendex -Version: svn50268 -License: BSD - -%description mendex-doc -This package provides documentation for Mendex (Japanese index -processor). The source code of the program is not included, it -can be obtained from TeX Live subversion repository. - -%package milog -Summary: A LaTeX class for fulfilling the documentation duties according to the German minimum wage law MiLoG -Version: svn41610 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(milog.cls) = %{tl_version} - -%description milog -Seit dem 1. Januar 2015 gilt in Deutschland grundsatzlich fur -alle Arbeitnehmer ein flachendeckender gesetzlicher Mindestlohn -in Hohe von derzeit 8,50EUR pro Stunde. Mit Wirkung ab 1. -August 2015 wurden die Dokumentations- und -Aufzeichnungspflichten gelockert. Nach SS17 MiLoG, muss Beginn, -Ende und Dauer der taglichen Arbeitszeit der in SS22 MiLoG -definierten Arbeitnehmern (formlos) aufgezeichnet werden. -Zusatzlich ermoglicht milog.cls aus praktischen Grunden die -Aufzeichnug von unbezahlten Pausen und Bemerkungen (Ruhetag, -Urlaub, krank, ...). Die Erfassung der Arbeitszeiten erfolgt in -einer simplen CSV-Datei, aus der die Klasse automatisch einen -Arbeitszeitnachweis erstellt. Alternativ konnen die Daten auch -durch einen CSV-Export - mit eventueller Nachbearbeitung - -einer geeigneteten App erhoben werden. The milog.cls class -provides means to fulfill the documentation duties by the -German minimum wage law MiLoG. The recording of working hours -is carried out in a simple CSV file from which the class will -automatically create a time sheet. Alternatively, data can also -be collected by a CSV export of a suitable app. - -%package missaali -Summary: A late medieval OpenType textura font -Version: svn54512 -License: OFL and LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(Missaali-Regular.otf) = %{tl_version} -Provides: tex(missaali.sty) = %{tl_version} - -%description missaali -This package contains the free OpenType Textura font Missaali -and a style file for using it with XeLaTeX. Textura is a -typeface based on the textus quadratus form of the textualis -formata that late medieval scribes used for the most valuable -manuscripts. The font Missaali is based on Textura that German -printer Bartholomew Ghotan used for printing missals and -psalters in the 1480s. This font has two intended use cases: as -a Gothic display font; and for emulating late-medieval -manuscripts. In addition to the basic textura letters, the font -contains a large number of abbreviation sigla as well as a set -of Lombardic initials. As modern typesetting algorithms are not -intended for creating 15th century style layout, the package -contains a XeLaTeX style file that makes it easier to achieve -the classic incunabula look. - -%package modular -Summary: Relative section headings for modular documents -Version: svn44142 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(modular.sty) = %{tl_version} - -%description modular -LaTeX sections have absolute depth, e.g. \section, \subsection, -etc. When composing modular documents, we want relative depths. -The coseoul package provides relative headings, but does not -get things right when composing a document modularly from -multiple parts. This package provides the missing piece. -modular relies on coseoul, import, and ifthen. - -%package montserrat -Summary: Montserrat sans serif, otf and pfb, with LaTeX support files -Version: svn54512 -License: OFL and LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(montserrat.map) = %{tl_version} -Provides: tex(LY1Montserrat-Dnom.fd) = %{tl_version} -Provides: tex(LY1Montserrat-Inf.fd) = %{tl_version} -Provides: tex(LY1Montserrat-LF.fd) = %{tl_version} -Provides: tex(LY1Montserrat-Numr.fd) = %{tl_version} -Provides: tex(LY1Montserrat-OsF.fd) = %{tl_version} -Provides: tex(LY1Montserrat-Sup.fd) = %{tl_version} -Provides: tex(LY1Montserrat-TLF.fd) = %{tl_version} -Provides: tex(LY1Montserrat-TOsF.fd) = %{tl_version} -Provides: tex(LY1MontserratAlternates-Dnom.fd) = %{tl_version} -Provides: tex(LY1MontserratAlternates-Inf.fd) = %{tl_version} -Provides: tex(LY1MontserratAlternates-LF.fd) = %{tl_version} -Provides: tex(LY1MontserratAlternates-Numr.fd) = %{tl_version} -Provides: tex(LY1MontserratAlternates-OsF.fd) = %{tl_version} -Provides: tex(LY1MontserratAlternates-Sup.fd) = %{tl_version} -Provides: tex(LY1MontserratAlternates-TLF.fd) = %{tl_version} -Provides: tex(LY1MontserratAlternates-TOsF.fd) = %{tl_version} -Provides: tex(OT1Montserrat-Dnom.fd) = %{tl_version} -Provides: tex(OT1Montserrat-Inf.fd) = %{tl_version} -Provides: tex(OT1Montserrat-LF.fd) = %{tl_version} -Provides: tex(OT1Montserrat-Numr.fd) = %{tl_version} -Provides: tex(OT1Montserrat-OsF.fd) = %{tl_version} -Provides: tex(OT1Montserrat-Sup.fd) = %{tl_version} -Provides: tex(OT1Montserrat-TLF.fd) = %{tl_version} -Provides: tex(OT1Montserrat-TOsF.fd) = %{tl_version} -Provides: tex(OT1MontserratAlternates-Dnom.fd) = %{tl_version} -Provides: tex(OT1MontserratAlternates-Inf.fd) = %{tl_version} -Provides: tex(OT1MontserratAlternates-LF.fd) = %{tl_version} -Provides: tex(OT1MontserratAlternates-Numr.fd) = %{tl_version} -Provides: tex(OT1MontserratAlternates-OsF.fd) = %{tl_version} -Provides: tex(OT1MontserratAlternates-Sup.fd) = %{tl_version} -Provides: tex(OT1MontserratAlternates-TLF.fd) = %{tl_version} -Provides: tex(OT1MontserratAlternates-TOsF.fd) = %{tl_version} -Provides: tex(T1Montserrat-Dnom.fd) = %{tl_version} -Provides: tex(T1Montserrat-Inf.fd) = %{tl_version} -Provides: tex(T1Montserrat-LF.fd) = %{tl_version} -Provides: tex(T1Montserrat-Numr.fd) = %{tl_version} -Provides: tex(T1Montserrat-OsF.fd) = %{tl_version} -Provides: tex(T1Montserrat-Sup.fd) = %{tl_version} -Provides: tex(T1Montserrat-TLF.fd) = %{tl_version} -Provides: tex(T1Montserrat-TOsF.fd) = %{tl_version} -Provides: tex(T1MontserratAlternates-Dnom.fd) = %{tl_version} -Provides: tex(T1MontserratAlternates-Inf.fd) = %{tl_version} -Provides: tex(T1MontserratAlternates-LF.fd) = %{tl_version} -Provides: tex(T1MontserratAlternates-Numr.fd) = %{tl_version} -Provides: tex(T1MontserratAlternates-OsF.fd) = %{tl_version} -Provides: tex(T1MontserratAlternates-Sup.fd) = %{tl_version} -Provides: tex(T1MontserratAlternates-TLF.fd) = %{tl_version} -Provides: tex(T1MontserratAlternates-TOsF.fd) = %{tl_version} -Provides: tex(TS1Montserrat-LF.fd) = %{tl_version} -Provides: tex(TS1Montserrat-OsF.fd) = %{tl_version} -Provides: tex(TS1Montserrat-TLF.fd) = %{tl_version} -Provides: tex(TS1Montserrat-TOsF.fd) = %{tl_version} -Provides: tex(TS1MontserratAlternates-LF.fd) = %{tl_version} -Provides: tex(TS1MontserratAlternates-OsF.fd) = %{tl_version} -Provides: tex(TS1MontserratAlternates-TLF.fd) = %{tl_version} -Provides: tex(TS1MontserratAlternates-TOsF.fd) = %{tl_version} -Provides: tex(montserrat.sty) = %{tl_version} -Provides: tex(zmo_2lqlus.enc) = %{tl_version} -Provides: tex(zmo_2sgwql.enc) = %{tl_version} -Provides: tex(zmo_35ovjx.enc) = %{tl_version} -Provides: tex(zmo_46isxp.enc) = %{tl_version} -Provides: tex(zmo_5xld5w.enc) = %{tl_version} -Provides: tex(zmo_75k7z2.enc) = %{tl_version} -Provides: tex(zmo_7l4c7j.enc) = %{tl_version} -Provides: tex(zmo_7l6pgo.enc) = %{tl_version} -Provides: tex(zmo_7sawpm.enc) = %{tl_version} -Provides: tex(zmo_7yzfgj.enc) = %{tl_version} -Provides: tex(zmo_b4nxop.enc) = %{tl_version} -Provides: tex(zmo_b657mx.enc) = %{tl_version} -Provides: tex(zmo_bapnwu.enc) = %{tl_version} -Provides: tex(zmo_bhkf55.enc) = %{tl_version} -Provides: tex(zmo_blyc36.enc) = %{tl_version} -Provides: tex(zmo_c4h6ot.enc) = %{tl_version} -Provides: tex(zmo_cm3oqe.enc) = %{tl_version} -Provides: tex(zmo_ctxcke.enc) = %{tl_version} -Provides: tex(zmo_drbxok.enc) = %{tl_version} -Provides: tex(zmo_dvhcr3.enc) = %{tl_version} -Provides: tex(zmo_each7f.enc) = %{tl_version} -Provides: tex(zmo_f6ejpj.enc) = %{tl_version} -Provides: tex(zmo_fbdit4.enc) = %{tl_version} -Provides: tex(zmo_fkzqgd.enc) = %{tl_version} -Provides: tex(zmo_fmi5lv.enc) = %{tl_version} -Provides: tex(zmo_gcixud.enc) = %{tl_version} -Provides: tex(zmo_h6jra2.enc) = %{tl_version} -Provides: tex(zmo_hlvv6p.enc) = %{tl_version} -Provides: tex(zmo_jb2i34.enc) = %{tl_version} -Provides: tex(zmo_jhzg4t.enc) = %{tl_version} -Provides: tex(zmo_jjp77t.enc) = %{tl_version} -Provides: tex(zmo_jjwbah.enc) = %{tl_version} -Provides: tex(zmo_jo7tnr.enc) = %{tl_version} -Provides: tex(zmo_k7iqhv.enc) = %{tl_version} -Provides: tex(zmo_li2ufe.enc) = %{tl_version} -Provides: tex(zmo_lzhlbi.enc) = %{tl_version} -Provides: tex(zmo_mp47y7.enc) = %{tl_version} -Provides: tex(zmo_mwlday.enc) = %{tl_version} -Provides: tex(zmo_n2k42m.enc) = %{tl_version} -Provides: tex(zmo_nszfm3.enc) = %{tl_version} -Provides: tex(zmo_nwaz6g.enc) = %{tl_version} -Provides: tex(zmo_pdf5b7.enc) = %{tl_version} -Provides: tex(zmo_poz7al.enc) = %{tl_version} -Provides: tex(zmo_q22ex3.enc) = %{tl_version} -Provides: tex(zmo_qex2f4.enc) = %{tl_version} -Provides: tex(zmo_qs57ix.enc) = %{tl_version} -Provides: tex(zmo_ro7vi7.enc) = %{tl_version} -Provides: tex(zmo_rrs54x.enc) = %{tl_version} -Provides: tex(zmo_ssrkmg.enc) = %{tl_version} -Provides: tex(zmo_t44pvm.enc) = %{tl_version} -Provides: tex(zmo_tq4ocg.enc) = %{tl_version} -Provides: tex(zmo_tti6co.enc) = %{tl_version} -Provides: tex(zmo_tygrj7.enc) = %{tl_version} -Provides: tex(zmo_umrhwx.enc) = %{tl_version} -Provides: tex(zmo_upca4a.enc) = %{tl_version} -Provides: tex(zmo_w4rwtq.enc) = %{tl_version} -Provides: tex(zmo_wxmaut.enc) = %{tl_version} -Provides: tex(zmo_wzhhkn.enc) = %{tl_version} -Provides: tex(zmo_x2ovsi.enc) = %{tl_version} -Provides: tex(zmo_xcjjqo.enc) = %{tl_version} -Provides: tex(zmo_ylc3fo.enc) = %{tl_version} -Provides: tex(zmo_zmgh2c.enc) = %{tl_version} -Provides: tex(zmo_znhcko.enc) = %{tl_version} -Provides: tex(zmo_zrxj4s.enc) = %{tl_version} - -%description montserrat -Montserrat is a geometric sans-serif typeface designed by -Julieta Ulanovsky, inspired by posters and signage from her -historical Buenos Aires neighborhood of the same name. It is -rather close in spirit to Gotham and Proxima Nova, but has its -own individual appearance -- more informal, less extended, and -more idiosyncratic. It is provided in a total of nine different -weights, each having eight figure styles and small caps in both -upright and italic shapes. There are two quite different -versions that don't fit into the usual LaTeX classifications. -The version having the appellation "Alternates" has letter -shapes that are much more rounded than the default version, -reflecting the signage in the neighborhood of Montserrat. - -%package mpostinl -Summary: Embed MetaPost figures within LaTeX documents -Version: svn49559 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(mpostinl.sty) = %{tl_version} - -%description mpostinl -This LaTeX2e package enables the embedding of MetaPost figures -within LaTeX documents. The package automatically collects the -embedded definitions and figures in a .mp file, adds an -appropriate LaTeX document structure, and compiles it to .mps -files. It also allows for various configuration options to -manage the generation of files and compilation. - -%package mucproc -Summary: Conference proceedings for the German MuC-conference -Version: svn43445 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(mucfontsize10pt.clo) = %{tl_version} -Provides: tex(mucproc.cls) = %{tl_version} - -%description mucproc -The mucproc.cls is a document class to support the formatting -guidelines for submissions to the German Mensch und Computer -conference. This work consists of the files mucproc.dtx and -mucproc.ins and the derived files mucproc.cls, -mucfontsize10pt.clo. A compilable demonstration file using the -mucproc class can be found on -https://github.com/Blubu/mucproc/. This example fulfills the -formatting guidelines for MuC 2017. - -%package multilang -Summary: A LaTeX package for maintaining multiple translations of a document -Version: svn49065 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(multilang-sect.sty) = %{tl_version} -Provides: tex(multilang-tags.sty) = %{tl_version} -Provides: tex(multilang.sty) = %{tl_version} - -%description multilang -Maintaining a LaTeX document with translations for multiple -languages can be cumbersome and error-prone. This package -provides a set of macros for defining macros and environments -as wrappers around existing macros and environments. These -wrappers allow one to clearly specify multiple translations for -the arguments to the wrapped macros and environments while only -the translation of the document's language is actually shown. -Choosing a translation then is as simple as choosing the -document's language via babel or polyglossia. - -%package musicography -Summary: Accessing symbols for music writing with pdfLaTeX -Version: svn51251 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(musicography.sty) = %{tl_version} - -%description musicography -This package makes available the most commonly used symbols in -writing about music in a way that can be used with pdfLaTeX and -looks consistent and attractive. It includes accidentals, -meters, and notes of different rhythmic values. The package -builds on the approach used in the harmony package, where the -symbols are taken from the MusiXTeX fonts. But it provides a -larger range of symbols and a more flexible, user-friendly -interface written using xparse. - -%package na-box -Summary: Arabic-aware version of pas-cours package -Version: svn45130 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(na-box.sty) = %{tl_version} - -%description na-box -This is a modified version of the pas-cours package made -compatible with XeLaTeX/polyglossia to write arabic documents -with fancy boxed theorem-alike environments. - -%package na-position -Summary: Tables of relative positions of curves and asymptotes or tangents in Arabic documents -Version: svn48071 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(na-position.sty) = %{tl_version} - -%description na-position -This package facilitates, in most cases, the creation of tables -of relative positions of a curve and its asymptote, or a curve -and a tangent in one of its points. It depends on tkz-tab and -listofitems, as well as amsmath, amsfonts, mathrsfs, and -amssymb. This package has to be used with polyglossia and -XeLaTeX to produce documents in Arabic. - -%package navydocs -Summary: Support for Technical Reports by US Navy Organizations -Version: svn41643 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(navydocs.sty) = %{tl_version} - -%description navydocs -The navydocs package provides an easy means for creating title -pages and the following supplementary material pages used in -technical reports by United States Navy organizations. These -pages are generated by specifying the page content via a set of -commands and then calling a macro to create the page at its -occurence in the document. This package is provided in the hope -that it proves useful to other Navy organizations, with users -contributing macros for their organizations. - -%package niceframe-type1 -Summary: Type 1 versions of the fonts recommended in niceframe -Version: svn44671 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(niceframe.map) = %{tl_version} -Provides: tex(bbding10.pfb) = %{tl_version} -Provides: tex(dingbat.pfb) = %{tl_version} -Provides: tex(karta15.pfb) = %{tl_version} -Provides: tex(umranda.pfb) = %{tl_version} -Provides: tex(umrandb.pfb) = %{tl_version} - -%description niceframe-type1 -The bundle provides Adobe Type 1 versions of the fonts -bbding10, dingbat, karta15, umranda and umrandb. - -%package nodetree -Summary: visualize node lists in a tree view -Version: svn43011 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(nodetree.sty) = %{tl_version} -Provides: tex(nodetree.tex) = %{tl_version} - -%description nodetree -nodetree is a development package that visualizes the structure -of node lists. nodetree shows its debug informations in the -console output when you compile a LuaTeX file. It uses a -similar visual representation for node lists as the UNIX tree -command for a folder structure. - -%package notespages -Summary: Filling documents with notes pages and notes areas -Version: svn41906 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(notespages.sty) = %{tl_version} - -%description notespages -This package package provides one macro to insert a single -notes page and another to fill the document with multiple notes -pages, until the total number of pages (so far) is a multiple -of a given number. A third command can be used to fill half -empty pages with a notes area. - -%package notestex -Summary: An all-in-one LaTeX notes package for students -Version: svn45396 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(NotesTeX.sty) = %{tl_version} - -%description notestex -This is a modification of the original Jhep journal format in -order to suit the needs of students in university. The goal of -this package was to make notetaking easier for students and -offer easy support for marginnotes along with a reliable and -legible formatting structure. - -%package novel -Summary: Class for printing fiction, such as novels -Version: svn54512 -License: LPPL and OFL -Requires: texlive-base texlive-kpathsea -Provides: tex(novel-CGATSTR001.clo) = %{tl_version} -Provides: tex(novel-CalculateLayout.sty) = %{tl_version} -Provides: tex(novel-ChapterScene.sty) = %{tl_version} -Provides: tex(novel-DropCap.sty) = %{tl_version} -Provides: tex(novel-FOGRA39.clo) = %{tl_version} -Provides: tex(novel-FileData.sty) = %{tl_version} -Provides: tex(novel-Fonts.sty) = %{tl_version} -Provides: tex(novel-Footnotes.sty) = %{tl_version} -Provides: tex(novel-HeadFootStyles.sty) = %{tl_version} -Provides: tex(novel-Images.sty) = %{tl_version} -Provides: tex(novel-JC200103.clo) = %{tl_version} -Provides: tex(novel-LayoutSettings.sty) = %{tl_version} -Provides: tex(novel-Obsolete.sty) = %{tl_version} -Provides: tex(novel-PostLayout.sty) = %{tl_version} -Provides: tex(novel-Sandbox.sty) = %{tl_version} -Provides: tex(novel-TextMacros.sty) = %{tl_version} -Provides: tex(novel-microtype.cfg) = %{tl_version} -Provides: tex(novel-pdfx.sty) = %{tl_version} -Provides: tex(novel-xmppacket.sty) = %{tl_version} -Provides: tex(novel.cls) = %{tl_version} - -%description novel -This LuaLaTeX document class is specifically written to meet -the needs of original fiction writers, who are typesetting -their own novels for non-color print-on-demand technology. -Built-in PDF/X is available, using new technology. The package -is well suited for detective novels, science fiction, and short -stories. It is however not recommended for creating color -picture books or dissertations. - -%package numnameru -Summary: converts a number to the russian spelled out name -Version: svn44895 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(numnameru.sty) = %{tl_version} - -%description numnameru -This package converts a numerical number to the russian spelled -out name of the number. For example, 1 - odin, 2 - dva, 12 - -dvenadtsat'. - -%package numspell -Summary: Spelling cardinal and ordinal numbers -Version: svn45441 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(numspell-english.sty) = %{tl_version} -Provides: tex(numspell-french.sty) = %{tl_version} -Provides: tex(numspell-german.sty) = %{tl_version} -Provides: tex(numspell-italian.sty) = %{tl_version} -Provides: tex(numspell-magyar.sty) = %{tl_version} -Provides: tex(numspell.sty) = %{tl_version} - -%description numspell -This package supports the spelling of cardinal and ordinal -numbers. Supported languages are English, French, German, -Hungarian, and Italian. The package requires xstring, -pdftexcmds, and etoolbox. - -%package octave -Summary: Typeset musical pitches with octave designations -Version: svn45674 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(octave.sty) = %{tl_version} - -%description octave -This package package typesets musical pitch names with -designation for the octave in either the Helmholtz system (with -octave numbers), or the traditional system (with prime -symbols). Authors can just write \pitch{C}{4} and the pitches -will be rendered correctly depending on which package option -was selected. The system can also be changed mid-document. - -%package padauk -Summary: A high-quality TrueType font that supports Myanmar script -Version: svn42617 -License: OFL -Requires: texlive-base texlive-kpathsea -Provides: tex(Padauk-Bold.ttf) = %{tl_version} -Provides: tex(Padauk-Regular.ttf) = %{tl_version} -Provides: tex(PadaukBook-Bold.ttf) = %{tl_version} -Provides: tex(PadaukBook-Regular.ttf) = %{tl_version} - -%description padauk -Padauk is a Unicode-based font family with broad support for -writing systems that use the Myanmar script. - -%package pdfreview -Summary: Annotate PDF files with margin notes -Version: svn50100 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(pdfreview.sty) = %{tl_version} - -%description pdfreview -This package lets you add comments in the page margins of PDF -files, e.g. when reviewing manuscripts or grading reports. The -PDF file to be annotated is included, one page at a time, as -graphics, in a manner similar to the pdfpages package. Notes -are placed in the margin next to the included graphics using a -grid of help lines. Alternatively, only numbers are placed in -the page margins, and the notes are collected into a numbered -list at the end of the document. Note that this package is not -intended for adding notes directly to the LaTeX source of the -document that is being reviewed; instead, the document -undergoing review is already in PDF format and remains -unchanged. Also note that this package does not produce the -usual PDF "sticky notes" that must be opened by clicking on -them; instead, the notes are simply shown as text. This package -depends on the following other LaTeX package: adjustbox, calc, -geometry, graphicx, grffile, ifthen, kvoptions, tikz, ulem, and -xstring. - -%package phffullpagefigure -Summary: Figures which fill up a whole page -Version: svn41857 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(phffullpagefigure.sty) = %{tl_version} - -%description phffullpagefigure -This package defines a figure environment which provides the -figure content on its own page, with the corresponding caption -reading for example "Figure 3 (on next page): <caption>". - -%package phfnote -Summary: Basic formatting for short documents -Version: svn41858 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(phfnote.sty) = %{tl_version} - -%description phfnote -This package provides basic formatting for short documents such -as notes on a specific topic, short documentation, or quick -memos. It aims to cover all basic needs for such purposes: -include a standard set of relevant packages, a nice title which -doesn't take up too much space, better page margin sizes, and -some basic styling to make the note look nicer. At the same -time, it is highly flexible and customizable. - -%package phfparen -Summary: Parenthetic math expressions made simpler and less redundant -Version: svn41859 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(phfparen.sty) = %{tl_version} - -%description phfparen -This package provides a more condensed and flexible syntax for -parenthesis-delimited expressions in math mode which also -allows for an easier switching of brace sizes. For example, the -syntax " `\big( a + b ) " can be used to replace "\bigl( a + b -\bigr)". - -%package phfqit -Summary: Macros for typesetting Quantum Information Theory -Version: svn45084 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(phfqit.sty) = %{tl_version} - -%description phfqit -This package provides macros to typeset some general -mathematical operators (identity operator, trace, diagonal, -rank, ...), a powerful implementation of the bra-ket notation -(kets, bras, brakets, matrix elements etc. which can be sized -as required), delimited expressions such as averages and norms, -and some basic Lie algebra/group names. Macros for entropy -measures for quantum information theory (smooth min- and -max-entropy, smooth relative entropies, etc.) are also -provided. - -%package phfquotetext -Summary: Quote verbatim text without white space formatting -Version: svn41869 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(phfquotetext.sty) = %{tl_version} - -%description phfquotetext -This package provides an environment for displaying block text -with special characters, such as verbatim quotes from a referee -report which may contain pseudo-(La)TeX code. This behaves like -a verbatim environment, except that it displays its content as -normal paragraph content, ignoring any white space -preformatting. - -%package phfsvnwatermark -Summary: Watermarks with version control information from SVN -Version: svn41870 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(phfsvnwatermark.sty) = %{tl_version} - -%description phfsvnwatermark -This package allows you to add version control information as a -gray watermark on each page of your document. The SVN info is -read from keyword tags such as $Id$, $Date$, and $Author$ via -the svn or svn-multi packages. - -%package phfthm -Summary: Goodies for theorems and proofs -Version: svn41871 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(phfthm.sty) = %{tl_version} - -%description phfthm -This package provides enhanced theorem and proof environments -based on the amsthm original versions. It allows for hooks to -be placed, adds some default goodies and is highly -customizable. In particular, it can connect theorems to proofs, -automatically producing text such as "See proof on page XYZ" -and "Proof of Theorem 4: ...". - -%package phonenumbers -Summary: Typesetting telephone numbers with LaTeX. -Version: svn51933 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(phn-AT_Ortsnamen.tex) = %{tl_version} -Provides: tex(phn-AT_Vorwahlen.tex) = %{tl_version} -Provides: tex(phn-DE_Ortsnamen.tex) = %{tl_version} -Provides: tex(phn-DE_Vorwahlen.tex) = %{tl_version} -Provides: tex(phn-FR_Ortsnamen.tex) = %{tl_version} -Provides: tex(phn-FR_Vorwahlen.tex) = %{tl_version} -Provides: tex(phn-Landeskennzahlen.tex) = %{tl_version} -Provides: tex(phn-UK_Ortsnamen.tex) = %{tl_version} -Provides: tex(phn-UK_Vorwahlen.tex) = %{tl_version} -Provides: tex(phn-US_Ortsnamen.tex) = %{tl_version} -Provides: tex(phn-US_Vorwahlen.tex) = %{tl_version} -Provides: tex(phonenumbers.sty) = %{tl_version} - -%description phonenumbers -The phonenumbers package makes it possible to typeset telephone -numbers according to different national conventions. German, -Austrian, French, British and North American phone numbers are -supported. Phone numbers from other countries are supported -rudimentarily. The user can select from various formatting -options, including the additional output of the country calling -code. The package is able to check if a phone number is valid -according to the national rules. It also allows to link phone -numbers using the hyperref package. - -%package platexcheat-doc -Summary: Japanese translation of LATEX cheat sheet -Version: svn49557 -License: MIT - -%description platexcheat-doc -This is a translation to Japanese of Winston Chang’s LATEX cheat sheet -(a reference sheet for writing scientific papers). - -%package platex-tools -Summary: pLaTeX standard tools bundle -Version: svn52049 -License: BSD -Requires: texlive-base texlive-kpathsea -Provides: tex(plarray.sty) = %{tl_version} -Provides: tex(plextarray.sty) = %{tl_version} -Provides: tex(plextdelarray.sty) = %{tl_version} -Provides: tex(pxatbegshi.sty) = %{tl_version} -Provides: tex(pxeverysel.sty) = %{tl_version} -Provides: tex(pxeveryshi.sty) = %{tl_version} -Provides: tex(pxftnright.sty) = %{tl_version} -Provides: tex(pxmulticol.sty) = %{tl_version} -Provides: tex(pxxspace.sty) = %{tl_version} -Requires: texlive-platex - -%description platex-tools -This bundle is an extended version of the latex-tools bundle -developed by the LaTeX team, mainly intended to support -pLaTeX2e and upLaTeX2e. Currently patches for the latex-tools -bundle and Martin Schroder's ms bundle are included. - -%package poetry -Summary: Facilities for typesetting poetry and poetical structure -Version: svn53129 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(poetry.sty) = %{tl_version} -%description poetry -The poetry package provides some macros and general doodads for -typesetting poetry. There is, of course, already the excellent -verse package, and the poetrytex package provides some extra -functionality on top of it. But poetry provides much of the -same functionality in a bit of a different way, and with a few -additional abilities, such as facilities for a list of poems, -an index of first lines, and some structural commands. +%package fontawesome +Provides: tex-fontawesome = %{epoch}:%{source_date}-%{release} +Provides: tex-fontawesome-doc = %{epoch}:%{source_date}-%{release} +Provides: %{name}-fontawesome-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: %{name}-fontawesome-doc < %{tl_epoch}:%{source_date} +License: LPPL 1.3 +Summary: Font containing web-related icons +BuildArch: noarch +Requires: fontawesome-fonts +Requires: texlive-base +Requires: texlive-kpathsea +Requires: texlive-tetex +Requires: tex(ifxetex.sty) +Requires: tex(ifluatex.sty) +Provides: tex(fontawesomeone.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(fontawesomethree.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(fontawesometwo.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(fontawesome.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(FontAwesome.otf) = %{epoch}:%{source_date}-%{release} +Provides: tex(FontAwesome--fontawesomeone.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(FontAwesome--fontawesomethree.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(FontAwesome--fontawesometwo.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(FontAwesome.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(fontawesome.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(fontawesomesymbols-generic.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(fontawesomesymbols-pdftex.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(fontawesomesymbols-xeluatex.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(ufontawesomeone.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ufontawesomethree.fd) = %{epoch}:%{source_date}-%{release} +Provides: tex(ufontawesometwo.fd) = %{epoch}:%{source_date}-%{release} + +%description fontawesome +The package offers access to the large number of web-related +icons provided by the included font. The package requires the +package, fontspec, if run with XeTeX or LuaTeX. + +%package pst-tools +Provides: tex-pst-tools = %{epoch}:%{source_date}-%{release} +License: LPPL +Summary: PStricks support functions +BuildArch: noarch +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pstricks.sty) +Provides: tex(pst-tools.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pst-tools.sty) = %{epoch}:%{source_date}-%{release} + +%description pst-tools +The package provides helper functions for other PSTricks +related packages. %package pst-arrow Summary: special arrows for PSTricks -Version: svn41980 License: LPPL +BuildArch: noarch Requires: texlive-base texlive-kpathsea -Provides: tex(pst-arrow.tex) = %{tl_version} -Provides: tex(pst-arrow.sty) = %{tl_version} +Provides: tex(pst-arrow.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(pst-arrow.sty) = %{epoch}:%{source_date}-%{release} %description pst-arrow This package has all the code from the package pstricks-add which was related to arrows, like multiple arrows and so on. -%package pst-geometrictools -Summary: A PSTricks package to draw geometric tools -Version: svn45319 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(pst-geometrictools.tex) = %{tl_version} -Provides: tex(pst-geometrictools.sty) = %{tl_version} - -%description pst-geometrictools -This PSTricks package facilitates the drawing of protractors, -rulers, compasses and pencils. - -%package pst-poker -Summary: Drawing poker cards -Version: svn53482 -License: LGPLv3 -Requires: texlive-base texlive-kpathsea -Provides: tex(pst-poker.sty) = %{tl_version} - -%description pst-poker -This PSTricks related package can create poker cards in various -manners. - -%package pstring -Summary: typeset sequences with justification pointers -Version: svn42857 -License: Public Domain -Requires: texlive-base texlive-kpathsea -Provides: tex(pstring.sty) = %{tl_version} - -%description pstring -This package lets you typeset justified sequences, also called -pointing strings. It's used for instance, in research papers -about Game Semantics to represent sequence of game moves with -their associated justification pointers. Depending on wether -using LaTeX or pdfLaTeX, the package uses PSTricks and pst-node -respectively pgf/TikZ. - -%package pst-rputover -Summary: Place text over objects without obscuring background colors -Version: svn44724 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(pst-rputover.tex) = %{tl_version} -Provides: tex(pst-rputover.sty) = %{tl_version} - -%description pst-rputover -This is a PSTricks package which allows to place text over -objects without obscuring background colors. - -%package pst-shell -Summary: Plotting sea shells -Version: svn42840 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(pst-shell.tex) = %{tl_version} -Provides: tex(pst-shell.sty) = %{tl_version} -Requires: texlive-pst-solides3d, texlive-pstricks - -%description pst-shell -pst-shell is a PSTricks related package to draw seashells in 3D -view: Argonauta, Epiteonium, Lyria, Turritella, Tonna, -Achatina, Oxystele, Conus, Ammonite, Codakia, Escalaria, -Helcion, Natalina, Planorbis, and Nautilus, all with different -parameters. pst-shell needs pst-solides3d and an up-to-date -PSTricks, which should be part of your local TeX installation, -otherwise get it from a CTAN server. - -%package pst-vehicle -Summary: A PSTricks package for rolling vehicles on graphs of mathematical functions -Version: svn45320 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(ListVehicles.tex) = %{tl_version} -Provides: tex(pst-vehicle.tex) = %{tl_version} -Provides: tex(pst-vehicle.sty) = %{tl_version} - -%description pst-vehicle -This package permits to represent vehicles rolling without -slipping on mathematical curves. Different types of vehicles -are proposed, the shape of the curve is to be defined by its -equation "y=f(x)" in algebraic notation. - -%package pxtatescale -Summary: Patch to graphics driver for scaling in vertical direction of pTeX -Version: svn43009 -License: MIT -Requires: texlive-base texlive-kpathsea -Provides: tex(pxtatescale.sty) = %{tl_version} - -%description pxtatescale -Patch for graphics driver 'dvipdfmx' to support correct scaling -in vertical direction of Japanese pTeX/upTeX. - -%package pxufont -Summary: Emulate non-Unicode Japanese fonts using Unicode fonts -Version: svn53733 -License: MIT -Requires: texlive-base texlive-kpathsea -Provides: tex(pxufont-ruby.sty) = %{tl_version} -Provides: tex(pxufont.sty) = %{tl_version} - -%description pxufont -The set of the Japanese logical fonts (JFMs) that are used as -standard fonts in pTeX and upTeX contains both Unicode JFMs and -non-Unicode JFMs. This bundle provides an alternative set of -non-Unicode JFMs that are tied to the virtual fonts (VFs) that -refer to the glyphs in the Unicode JFMs. Moreover it provides a -LaTeX package that redefines the NFSS settings of the Japanese -fonts of (u)pLaTeX so that the new set of non-Unicode JFMs will -be employed. As a whole, this bundle allows users to dispense -with the mapping setup on non-Unicode JFMs. Such a setup is -useful in particular when users want to use OpenType fonts -(such as Source Han Serif) that have a glyph encoding different -from Adobe-Japan1, because mapping setups from non-Unicode JFMs -to such physical fonts are difficult to prepare. - -%package quicktype -Summary: LaTeX package for quick typesetting -Version: svn42183 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(quicktype.sty) = %{tl_version} - -%description quicktype -Intended for the quick typesetting of basic documents using -LaTeX using shortcuts to existing commands and specific -commands for quick formatting and creation of tables and title -pages with a graphic image. - -%package rutitlepage -Summary: Radboud University Titlepage Package -Version: svn51073 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(rutitlepage.sty) = %{tl_version} - -%description rutitlepage -This is an unofficial LaTeX package to generate titlepages for -the Radboud University, Nijmegen. It uses official vector logos -from the university. This package requires the following other -LaTeX packages: geometry, graphicx, ifpdf, keyval, iflang, and, -optionnaly, babel-dutch. - -%package scratch -Summary: Draw programs like "scratch" -Version: svn50073 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(scratch.sty) = %{tl_version} - -%description scratch -This package permits to draw program charts in the style of the -scatch project (scratch.mit.edu). It depends on the other LaTeX -packages TikZ and simplekv. - -%package scsnowman -Summary: Snowman variants using TikZ -Version: svn54080 -License: BSD -Requires: texlive-base texlive-kpathsea -Provides: tex(scsnowman-normal.def) = %{tl_version} -Provides: tex(scsnowman.sty) = %{tl_version} -Provides: tex(sctkzsym-base.sty) = %{tl_version} - -%description scsnowman -This LaTeX package provides a command \scsnowman which can -display many variants of "snowman" ("yukidaruma" in Japanese). -TikZ is required for drawing these snowmen. - -%package sesstime -Summary: Session and timing information in lecture notes -Version: svn49750 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(sesstime.sty) = %{tl_version} - -%description sesstime -This LaTeX2e package makes it possible to add timing marks to -lecture notes in order to help managing the time available for -presenting a given section of the document. It also provides -tools to record and estimate the progress throughout the -course. - -%package shobhika -Summary: An OpenType Devanagari font designed for scholars -Version: svn50555 -License: OFL -Requires: texlive-base texlive-kpathsea -Provides: tex(Shobhika-Bold.otf) = %{tl_version} -Provides: tex(Shobhika-Regular.otf) = %{tl_version} - -%description shobhika -This package provides a free, open source, Unicode compliant, -OpenType font with support for Devanagari, Latin, and Cyrillic -scripts. It is available in two weights--regular and bold. The -font is designed with over 1600 Devanagari glyphs, including -support for over 1100 conjunct consonants, as well as vedic -accents. The Latin component of the font not only supports a -wide range of characters required for Roman transliteration of -Sanskrit, but also provides a subset of regularly used -mathematical symbols for scholars working with scientific and -technical documents. The project has been launched under the -auspices of the Science and Heritage Initiative (SandHI) at IIT -Bombay, and builds upon the following two fonts for its -Devanagari and Latin components respectively: (i) Yashomudra by -Rajya Marathi Vikas Samstha, and (ii) PT Serif by ParaType. We -would like to thank both these organisations for releasing -their fonts under the SIL Open Font Licence, which has enabled -us to create Shobhika. - -%package simple-resume-cv -Summary: Template for a simple resume or curriculum vitae (CV), in XeLaTeX -Version: svn43057 -License: Public Domain -Requires: texlive-base texlive-kpathsea -Provides: tex(simpleresumecv.cls) = %{tl_version} - -%description simple-resume-cv -Template for a simple resume or curriculum vitae (CV), in -XeLaTeX. Simple template that can be further customized or -extended, with numerous examples. - -%package simple-thesis-dissertation -Summary: Template for a simple thesis or dissertation (Ph.D. or master's degree) or technical report, in XeLaTeX -Version: svn43058 -License: Public Domain -Requires: texlive-base texlive-kpathsea -Provides: tex(simplethesisdissertation.cls) = %{tl_version} - -%description simple-thesis-dissertation -Template for a simple thesis or dissertation (Ph.D. or master's -degree) or technical report, in XeLaTeX. Simple template that -can be further customized or extended, with numerous examples. -Consistent style for figures, tables, mathematical theorems, -definitions, lemmas, etc. - -%package soup -Summary: Generate alphabet soup puzzles -Version: svn50815 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(soup.sty) = %{tl_version} - -%description soup -Generate alphabet soup puzzles (aka word search puzzles), and -variations using numbers or other symbols. Provides macros to -generate an alphabet soup style puzzle (also known as word -search puzzles or "find-the-word" puzzles). Allow creating -numbersoup and soups with custom symbol sets. - -%package spark-otf -Summary: Support OpenType Spark fonts -Version: svn51005 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(spark-otf.sty) = %{tl_version} - -%description spark-otf -The package supports the free fonts from "After the Flood" -which are available from AtF Spark. The following fonts are -supported: Spark - Bar - Medium Spark - Bar - Narrow Spark - -Bar - Thin Spark - Dot-line - Medium Spark - Dot - Medium Spark -- Dot - Small - -%package spectralsequences -Summary: Print spectral sequence diagrams using PGF/TikZ -Version: svn50072 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(spectralsequences.sty) = %{tl_version} -Provides: tex(sseqcheckdefinitions.code.tex) = %{tl_version} -Provides: tex(sseqdrawing.code.tex) = %{tl_version} -Provides: tex(sseqforeach.code.tex) = %{tl_version} -Provides: tex(sseqkeys.code.tex) = %{tl_version} -Provides: tex(sseqloadstore.code.tex) = %{tl_version} -Provides: tex(sseqmacromakers.code.tex) = %{tl_version} -Provides: tex(sseqmain.code.tex) = %{tl_version} -Provides: tex(sseqmessages.code.tex) = %{tl_version} -Provides: tex(sseqparsers.code.tex) = %{tl_version} - -%description spectralsequences -The package is a specialized tool built on top of PGF/TikZ for -drawing spectral sequences. It provides a powerful, concise -syntax for specifying the data of a spectral sequence, and then -allows the user to print various pages of spectral sequences, -automatically choosing which subset of the classes, -differentials, and structure lines to display on each page. It -also handles most of the details of the layout. At the same -time, it is extremely flexible. spectralsequences is closely -integrated with TikZ to ensure that users can take advantage of -as much as possible of its expressive power. It is possible to -turn off most of the automated layout features and draw -replacements using TikZ commands. The package also provides a -carefully designed error reporting system intended to ensure -that it is as clear as possible what is going wrong. - -%package studenthandouts -Summary: Management and styling of student handout projects -Version: svn43516 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(studenthandouts.sty) = %{tl_version} - -%description studenthandouts -This package can be used to generate a single master document -that contains a set of individual student handouts. The package -has two main functions. First, it provides a simple framework -for organizing handout source code, and supplies a set of -import management tools for selectively importing a subset of -the handouts into the master document. Selective import is -convenient when compilation of all of the handouts is -unnecessary, for example when working on a new handout. As a -secondary feature, the package defines a basic visual style for -handouts. This style can be easily changed. - -%package table-fct -Summary: Draw a variations table of functions and a convexity table of its graph. -Version: svn41849 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(table-fct.sty) = %{tl_version} - -%description table-fct -Draw a variations table of functions and a convexity table of -its graph This version offers two environnements, to draw -variations table of a function and a convexity table of its -graph. - -%package termcal-de -Summary: German localization for termcal -Version: svn47111 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(termcal-de.sty) = %{tl_version} - -%description termcal-de -This package provides a German localization to the termcal -package written by Bill Mitchell, which is intended to print a -term calendar for use in planning a class. - -%package testidx -Summary: Dummy text for testing index styles and indexing applications -Version: svn52213 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(testidx-glossaries.sty) = %{tl_version} -Provides: tex(testidx.sty) = %{tl_version} - -%description testidx -This is a LaTeX package that provides a command to produce -dummy text interspersed with \index commands to test an index -style or indexing application. The dummy text is mostly in -English, but includes extended Latin characters provided either -through LaTeX accent commands or directly with UTF-8 -characters, depending on the setup, to allow for testing -extended Latin alphabets. The supplementary package -testidx-glossaries.sty uses the indexing interface provided by -the glossaries package. - -%package texproposal-doc -Summary: Materials for proposals to offer TeX courses -Version: svn43151 -License: CC-BY and MIT - -%description texproposal-doc -Materials for the "Proposal for Offering TeX Courses and Relevant -Resources in Chongqing University" - -%package thaienum -Summary: Thai labels in enumerate environments -Version: svn44140 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(thaienum.sty) = %{tl_version} - -%description thaienum -This LaTeX package provides a command to use Thai numerals or -characters as labels in enumerate environments. Once the -package is loaded with \usepackage{thaienum} you can use labels -such as \thainum* or \thaimultialph* in conjunction with the -package enumitem. Concrete examples are given in the -documentation. - -%package tikzcodeblocks -Summary: Helps to draw codeblocks like scratch, NEPO and PXT in TikZ -Version: svn54758 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(tikzcodeblocks.sty) = %{tl_version} - -%description tikzcodeblocks -tikzcodeblocks is a LaTeX package for typesetting blockwise -graphic programming languages like scratch, nepo or pxt. - -%package tikzducks -Summary: A little fun package for using rubber ducks in TikZ -Version: svn54837 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(tikzducks.sty) = %{tl_version} - -%description tikzducks -The package is a LaTeX package for ducks to be used in TikZ -pictures. This project is a continuation of an answer at -StackExchange How we can draw a duck? - -%package tikz-kalender -Summary: A LaTeX based calendar using TikZ -Version: svn52890 -License: CC-BY-SA -Requires: texlive-base texlive-kpathsea -Requires: tex(tikz.sty) -Provides: tex(tikz-kalender-translation.clo) = %{tl_version} -Provides: tex(tikz-kalender.cls) = %{tl_version} - -%description tikz-kalender -For usage see the example files tikz-kalender-example1.tex, -tikz-kalender-example2.tex, and *.events. The Code is inspired -by this document and is subject to the >>Creative Commons -attribution license (CC-BY-SA)<<. The class tikz-kalender -requires the package TikZ and the TikZ libraries calc and -calendar. - -%package tikz-optics -Summary: A library for drawing optical setups with TikZ -Version: svn43466 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(tikzlibraryoptics.code.tex) = %{tl_version} - -%description tikz-optics -This package provides a new TikZ library designed to easily -draw optical setups with TikZ. It provides shapes for lens, -mirror, etc. The geometrically (in)correct computation of light -rays through the setup is left to the user. - -%package tikzpeople -Summary: Draw people-shaped nodes in TikZ -Version: svn43978 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(tikzpeople.shape.alice.sty) = %{tl_version} -Provides: tex(tikzpeople.shape.bob.sty) = %{tl_version} -Provides: tex(tikzpeople.shape.bride.sty) = %{tl_version} -Provides: tex(tikzpeople.shape.builder.sty) = %{tl_version} -Provides: tex(tikzpeople.shape.businessman.sty) = %{tl_version} -Provides: tex(tikzpeople.shape.charlie.sty) = %{tl_version} -Provides: tex(tikzpeople.shape.chef.sty) = %{tl_version} -Provides: tex(tikzpeople.shape.conductor.sty) = %{tl_version} -Provides: tex(tikzpeople.shape.cowboy.sty) = %{tl_version} -Provides: tex(tikzpeople.shape.criminal.sty) = %{tl_version} -Provides: tex(tikzpeople.shape.dave.sty) = %{tl_version} -Provides: tex(tikzpeople.shape.devil.sty) = %{tl_version} -Provides: tex(tikzpeople.shape.duck.sty) = %{tl_version} -Provides: tex(tikzpeople.shape.graduate.sty) = %{tl_version} -Provides: tex(tikzpeople.shape.groom.sty) = %{tl_version} -Provides: tex(tikzpeople.shape.guard.sty) = %{tl_version} -Provides: tex(tikzpeople.shape.jester.sty) = %{tl_version} -Provides: tex(tikzpeople.shape.judge.sty) = %{tl_version} -Provides: tex(tikzpeople.shape.maninblack.sty) = %{tl_version} -Provides: tex(tikzpeople.shape.mexican.sty) = %{tl_version} -Provides: tex(tikzpeople.shape.nun.sty) = %{tl_version} -Provides: tex(tikzpeople.shape.nurse.sty) = %{tl_version} -Provides: tex(tikzpeople.shape.physician.sty) = %{tl_version} -Provides: tex(tikzpeople.shape.pilot.sty) = %{tl_version} -Provides: tex(tikzpeople.shape.police.sty) = %{tl_version} -Provides: tex(tikzpeople.shape.priest.sty) = %{tl_version} -Provides: tex(tikzpeople.shape.sailor.sty) = %{tl_version} -Provides: tex(tikzpeople.shape.santa.sty) = %{tl_version} -Provides: tex(tikzpeople.shape.surgeon.sty) = %{tl_version} -Provides: tex(tikzpeople.sty) = %{tl_version} - -%description tikzpeople -This package provides people-shaped nodes in the style of -Microsoft Visio clip art, to be used with TikZ. The available, -highly customizable, node shapes are: alice, bob, bride, -builder, businessman, charlie, chef, conductor, cowboy, -criminal, dave, devil, duck, graduate, groom, guard, jester, -judge, maininblack, mexican, nun, nurse, physician, pilot, -police, priest, sailor, santa, surgeon. - -%package tocdata -Summary: Adds names to chapters, sections, figures in the TOC and LOF. -Version: svn51654 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(tocdata.sty) = %{tl_version} - -%description tocdata -The package may be used to add a small amount of data to an -entry in the table of contents or list of figures, between the -section name and the page number. The typical use would be to -add the name of an author or artist of a chapter or section, -such as in an anthology or a collection of papers. -Additionally, user-level macros are provided which add the -author's name to a chapter or section, along with an optional -prefix and/or suffix, and add to a figure the artist's name, -prefix, and suffix, plus optional additional text. Author and -artist names are also added to the index. Additional user-level -macros control formatting. - -%package txuprcal -Summary: Upright calligraphic font based on TX calligraphic -Version: svn43327 -License: GPLv3 -Requires: texlive-base texlive-kpathsea -Provides: tex(TXUprCal.map) = %{tl_version} -Provides: tex(txUprCal-Bold.tfm) = %{tl_version} -Provides: tex(txUprCal-Regular.tfm) = %{tl_version} -Provides: tex(txuprcal-bold.pfb) = %{tl_version} -Provides: tex(txuprcal-reg.pfb) = %{tl_version} -Provides: tex(txuprcal.sty) = %{tl_version} -Provides: tex(utxuprcal.fd) = %{tl_version} - -%description txuprcal -This small package provides a means of loading as \mathcal an -uprighted version of the calligraphic fonts from the TX font -package. A scaled option to provided to allow arbitrary -scaling. - -%package typoaid -Summary: Macros for font diagnostics -Version: svn44238 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(typoaid.sty) = %{tl_version} - -%description typoaid -This package provides macros for measuring alphabet lengths -(i.e. the length occupied by the characters "abcd...xyz"), em- -widths and ex-heights, which may help in making typesetting -decisions. The package is compatible with pdfLaTeX, LuaLaTeX, -and XeLaTeX, and will accept font family switches defined via -the fontspec package. The plan is that future versions shall be -able to provide even more diagnostic tools, and some LuaTeX- -specific special commands, too. The package relies on the -following other LaTeX packages: expl3, array, booktabs, and -siunitx. - -%package uhhassignment -Summary: A document class for typesetting homework assignments -Version: svn44026 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(uhhassignment.cls) = %{tl_version} - -%description uhhassignment -This document class was created for typesetting solutions to -homework assignments at the university of Hamburg (Universitat -Hamburg). - -%package undergradmath-doc -Summary: LaTeX Math for Undergraduates cheat sheet -Version: svn42926 -License: CC-BY-SA - -%description undergradmath-doc -This is a cheat sheet for writing mathematics with LaTeX. It is -aimed at US undergraduates. - -%package unfonts-core -Summary: TrueType version of Un-fonts -Version: svn49455 -License: GPLv2 -Requires: texlive-base texlive-kpathsea -Provides: tex(UnBatang.ttf) = %{tl_version} -Provides: tex(UnBatangBold.ttf) = %{tl_version} -Provides: tex(UnDinaru.ttf) = %{tl_version} -Provides: tex(UnDinaruBold.ttf) = %{tl_version} -Provides: tex(UnDinaruLight.ttf) = %{tl_version} -Provides: tex(UnDotum.ttf) = %{tl_version} -Provides: tex(UnDotumBold.ttf) = %{tl_version} -Provides: tex(UnGraphic.ttf) = %{tl_version} -Provides: tex(UnGraphicBold.ttf) = %{tl_version} -Provides: tex(UnGungseo.ttf) = %{tl_version} -Provides: tex(UnPilgi.ttf) = %{tl_version} -Provides: tex(UnPilgiBold.ttf) = %{tl_version} - -%description unfonts-core -The Un-fonts come from the HLaTeX as type1 fonts in 1998 by -Koaunghi Un, he made type1 fonts to use with Korean TeX -(HLaTeX) in the late 1990's and released it under the GPL -license. They were converted to TrueType with the FontForge -(PfaEdit) by Won-kyu Park in 2003. Core families (9 fonts): -UnBatang, UnBatangBold: serif UnDotum, UnDotumBold: sans-serif -UnGraphic, UnGraphicBold: sans-serif style UnPilgi, -UnPilgiBold: script UnGungseo: cursive, brush-stroke - -%package unfonts-extra -Summary: TrueType version of Un-fonts -Version: svn44465 -License: GPLv2 -Requires: texlive-base texlive-kpathsea -Provides: tex(UnJamoBatang.ttf) = %{tl_version} -Provides: tex(UnJamoDotum.ttf) = %{tl_version} -Provides: tex(UnJamoNovel.ttf) = %{tl_version} -Provides: tex(UnJamoSora.ttf) = %{tl_version} -Provides: tex(UnPen.ttf) = %{tl_version} -Provides: tex(UnPenheulim.ttf) = %{tl_version} -Provides: tex(UnPilgia.ttf) = %{tl_version} -Provides: tex(UnShinmun.ttf) = %{tl_version} -Provides: tex(UnTaza.ttf) = %{tl_version} -Provides: tex(UnVada.ttf) = %{tl_version} -Provides: tex(UnYetgul.ttf) = %{tl_version} - -%description unfonts-extra -The Un-fonts come from the HLaTeX as type1 fonts in 1998 by -Koaunghi Un, he made type1 fonts to use with Korean TeX -(HLaTeX) in the late 1990's and released it under the GPL -license. They were converted to TrueType with the FontForge -(PfaEdit) by Won-kyu Park in 2003. Extra families (10 fonts): -UnPen, UnPenheulim: script UnTaza: typewriter style UnBom: -decorative UnShinmun UnYetgul: old Korean printing style -UnJamoSora, UnJamoNovel, UnJamoDotum, UnJamoBatang - -%package unicode-bidi -Summary: Experimental unicode bidi package for XeTeX -Version: svn42482 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(unicode-bidi.sty) = %{tl_version} - -%description unicode-bidi -The experimental unicode-bidi package allows to mix non-RTL -script with RTL script without any markup. - -%package unitn-bimrep -Summary: A bimonthly report class for the PhD School of Materials, Mechatronics and System Engineering -Version: svn45581 -License: MIT -Requires: texlive-base texlive-kpathsea -Provides: tex(unitn-bimrep.cls) = %{tl_version} - -%description unitn-bimrep -This package allows to rapidly write the bimonthly report for -The Ph.D. School in Materials, Mechatronics and System -Engineering. It allows to define the research activities, the -participation to school and congress, and the publication -performed by a student. - -%package upzhkinsoku -Summary: Supplementary Chinese kinsoku for Unicode *pTeX -Version: svn47354 -License: Knuth -Requires: texlive-base texlive-kpathsea -Provides: tex(upzhkinsoku.sty) = %{tl_version} - -%description upzhkinsoku -This package provides supplementary Chinese kinsoku (line -breaking rules etc.) settings for Unicode (e-)upTeX (when using -Unicode as its internal encoding), and ApTeX. Both LaTeX and -plain TeX are supported. - -%package uspace -Summary: Giving meaning to various Unicode space characters -Version: svn42456 -License: MIT -Requires: texlive-base texlive-kpathsea -Provides: tex(uspace.sty) = %{tl_version} - -%description uspace -LaTeX package that gives meaning to various Unicode space -characters. - -%package variablelm -Summary: Font definitions for the variable Latin Modern fonts -Version: svn46611 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(variablelm.sty) = %{tl_version} -Provides: tex(omlvlmm.fd) = %{tl_version} -Provides: tex(omlvlmr.fd) = %{tl_version} -Provides: tex(omsvlmr.fd) = %{tl_version} -Provides: tex(omsvlmsy.fd) = %{tl_version} -Provides: tex(omxvlmex.fd) = %{tl_version} -Provides: tex(ot1vlmr.fd) = %{tl_version} -Provides: tex(ot1vlmtt.fd) = %{tl_version} -Provides: tex(t1vlmr.fd) = %{tl_version} -Provides: tex(t1vlmss.fd) = %{tl_version} -Provides: tex(t1vlmssq.fd) = %{tl_version} -Provides: tex(t1vlmtt.fd) = %{tl_version} -Provides: tex(t1vlmvtt.fd) = %{tl_version} -Provides: tex(ts1vlmr.fd) = %{tl_version} - -%description variablelm -This package provides a mechanism for scaling the typeface. It -is directed to Latin Modern fonts and provides the font -definitions and the corresponding style file. This mechanism is -useful in mixed text compositions, for example Japanese-Latin. - -%package wallcalendar -Summary: A wall calendar class with custom layouts -Version: svn45568 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(wallcalendar-czech.tex) = %{tl_version} -Provides: tex(wallcalendar-dutch.tex) = %{tl_version} -Provides: tex(wallcalendar-english.tex) = %{tl_version} -Provides: tex(wallcalendar-french.tex) = %{tl_version} -Provides: tex(wallcalendar-german.tex) = %{tl_version} -Provides: tex(wallcalendar-hungarian.tex) = %{tl_version} -Provides: tex(wallcalendar-italian.tex) = %{tl_version} -Provides: tex(wallcalendar-japanese.tex) = %{tl_version} -Provides: tex(wallcalendar-norwegian.tex) = %{tl_version} -Provides: tex(wallcalendar-portuguese.tex) = %{tl_version} -Provides: tex(wallcalendar-romanian.tex) = %{tl_version} -Provides: tex(wallcalendar-serbian.tex) = %{tl_version} -Provides: tex(wallcalendar-slovakian.tex) = %{tl_version} -Provides: tex(wallcalendar-slovenian.tex) = %{tl_version} -Provides: tex(wallcalendar-spanish.tex) = %{tl_version} -Provides: tex(wallcalendar-swedish.tex) = %{tl_version} -Provides: tex(wallcalendar-thai.tex) = %{tl_version} -Provides: tex(wallcalendar.cls) = %{tl_version} - -%description wallcalendar -This package provides a wall calendar class with custom layouts -and support for internationalization. It comes with the -following layouts: Full page photo, the calendar days overlaid -with opacity Full page photo, the photo above the calendar days -Small landscape photo, with a calendar grid Year planner -Thumbnails and captions Varnish mask There is also support for -loading event marks from a CSV file. - -%package wtref -Summary: Extend LaTeX's cross-reference system -Version: svn42981 -License: MIT -Requires: texlive-base texlive-kpathsea -Provides: tex(wtref.sty) = %{tl_version} - -%description wtref -This package extends the cross-reference system of LaTeX2e and -introduces concepts of namespace and scope. It also allows -users to customize reference formats. The package is part of -the WT Series. - -%package xcolor-material -Summary: Defines the 256 colors from Google Material Color Palette -Version: svn42289 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(xcolor-material.sty) = %{tl_version} - -%description xcolor-material -The package is built on top of the great xcolor package. It -provides a useful definition of the beautiful Google Material -Color Palette, available at Google Material design, for its use -in document writing with LaTeX and Friends. - -%package xechangebar -Summary: An extension of package changebar that can be used with XeLaTeX -Version: svn54080 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(xechangebar.sty) = %{tl_version} - -%description xechangebar -The package extends package changebar so it can be used with -XeLaTeX. It introduces the new option xetex for use with -XeLaTeX. Everything else remains the same and users should -consult the original documenation for usage information. - -%package xltabular -Summary: Longtable support with possible X-column specifier -Version: svn54437 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(xltabular.sty) = %{tl_version} - -%description xltabular -This package loads package ltablex, but keeps the current -tabularx environment as is. The new environment xltabular is a -combination of longtable and tabularx: Header/footer -definitions, X-column specifier, and with possible pagebreaks. - -%package xsim -Summary: eXercise Sheets IMproved -Version: svn54681 -License: LPPL -Requires: texlive-base texlive-kpathsea -Requires: tex(translations.sty) -Provides: tex(xsim-manual.cls) = %{tl_version} -Provides: tex(xsim.auxfile.code.tex) = %{tl_version} -Provides: tex(xsim.base.code.tex) = %{tl_version} -Provides: tex(xsim.blanks.code.tex) = %{tl_version} -Provides: tex(xsim.collections.code.tex) = %{tl_version} -Provides: tex(xsim.definitions.code.tex) = %{tl_version} -Provides: tex(xsim.environments.code.tex) = %{tl_version} -Provides: tex(xsim.exercises.code.tex) = %{tl_version} -Provides: tex(xsim.goals.code.tex) = %{tl_version} -Provides: tex(xsim.grades.code.tex) = %{tl_version} -Provides: tex(xsim.interface.code.tex) = %{tl_version} -Provides: tex(xsim.modules.code.tex) = %{tl_version} -Provides: tex(xsim.properties.code.tex) = %{tl_version} -Provides: tex(xsim.random.code.tex) = %{tl_version} -Provides: tex(xsim.solutions.code.tex) = %{tl_version} -Provides: tex(xsim.sty) = %{tl_version} -Provides: tex(xsim.style.layouts.code.tex) = %{tl_version} -Provides: tex(xsim.tags.code.tex) = %{tl_version} -Provides: tex(xsim.templates.code.tex) = %{tl_version} -Provides: tex(xsim.translations.code.tex) = %{tl_version} -Provides: tex(xsim.verbwrite.code.tex) = %{tl_version} -Provides: tex(xsimverb.sty) = %{tl_version} - -%description xsim -This package helps in creating exercises and the corresponding -solutions. It is the official successor of the exsheets package -and fixes/improves various long-standing issues. - -%package yaletter -Summary: Extremely flexible macros for letters, envelopes, and label sheets -Version: svn42830 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(yaletter.cls) = %{tl_version} - -%description yaletter -The yaletter class provides extremely configurable macros for -typesetting letters in any conceivable style. It provides -facilities for maintaining easily-accessible databases of -letterheads and addresses for repeat use. It further provides -easy macros for envelopes and for label sheets. Finally, it -provides some nice defaults for a few of the more common styles -and sizes. - -%package zebra-goodies -Summary: A collection of handy macros for paper writing -Version: svn51554 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(zebra-goodies.sty) = %{tl_version} - -%description zebra-goodies -This package offers a collection of macros to help in the -process of writing a paper. You may add comments, todo notes, -etc. during revision, in a colourful way. The package also -summarizes the inserted notes at the end of the document. There -are some predefined note commands as well as a way of defining -new ones to suit the user's needs. You may safely remove this -package once the paper is finished. This package depends on the -following other LaTeX packages: kvoptions, manfnt, marginnote, -tikzpagenodes, xcolor, and, optionally, microtype. Note: -"zebra" is the name of the package author's lab. - -%package zhlipsum -Summary: Chinese dummy text -Version: svn54758 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(zhlipsum-big5.def) = %{tl_version} -Provides: tex(zhlipsum-gbk.def) = %{tl_version} -Provides: tex(zhlipsum-utf8.def) = %{tl_version} -Provides: tex(zhlipsum.sty) = %{tl_version} - -%description zhlipsum -This package provides an interface to dummy text in Chinese -language, which will be useful for testing Chinese documents. -UTF-8, GBK and Big5 encodings are supported. - -%package fvextra -Summary: Extensions and patches for fancyvrb -Version: svn49947 -License: LPPL -Requires: texlive-base texlive-kpathsea -Requires: tex(ifthen.sty) -Requires: tex(etoolbox.sty) -Requires: tex(fancyvrb.sty) -Requires: tex(upquote.sty) -Requires: tex(textcomp.sty) -Requires: tex(lineno.sty) -Provides: tex(fvextra.sty) = %{tl_version} - -%description fvextra -fvextra provides several extensions to fancyvrb, including -automatic line breaking and improved math mode. It also patches -some fancyvrb internals. Parts of fvextra were originally -developed as part of pythontex and minted. - -%package translator -Summary: Easy translation of strings in LaTeX -Version: svn54512 -License: LPPL or GPL+ -Requires: texlive-base texlive-kpathsea -Requires: tex(keyval.sty) -Provides: tex(translator.sty) = %{tl_version} - -%description translator -This LaTeX package provides a flexible mechanism for -translating individual words into different languages. For -example, it can be used to translate a word like "figure" into, -say, the German word "Abbildung". Such a translation mechanism -is useful when the author of some package would like to -localize the package such that texts are correctly translated -into the language preferred by the user. This package is not -intended to be used to automatically translate more than a few -words. - -%package tikz-page -Summary: Small macro to help building nice and complex layout materials -Version: svn42039 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(tikz-page.sty) = %{tl_version} - -%description tikz-page -The package provides a small macro to help building nice and -complex layout materials. - -%package autoaligne -Summary: Align terms and members in math expressions -Version: svn49092 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(autoaligne-fr.tex) = %{tl_version} -Provides: tex(autoaligne.sty) = %{tl_version} -Provides: tex(autoaligne.tex) = %{tl_version} - -%description autoaligne -This package allows to align terms and members between lines -containing math expressions. - -%package hlist -Summary: Horizontal and columned lists -Version: svn44983 -License: LPPL -Requires: texlive-base texlive-kpathsea -Requires: tex(simplekv.sty) -Provides: tex(hlist.sty) = %{tl_version} -Provides: tex(hlist.tex) = %{tl_version} - -%description hlist -This plain TeX and LaTeX package provides the "hlist" -environment in which \hitem starts a horizontal and columned -item. It depends upon the simplekv package. - -%package olsak-misc -Summary: Collection with plain TeX macros written by Petr Olsak -Version: svn54080 -License: Public Domain -Requires: texlive-base texlive-kpathsea -Provides: tex(qrcode.tex) = %{tl_version} -Provides: tex(scanbase.tex) = %{tl_version} -Provides: tex(scancsv.tex) = %{tl_version} -Provides: tex(xmlparser.tex) = %{tl_version} - -%description olsak-misc -This is a collection with various single-file plain TeX macros -written by Petr Olsak. The documentation is included in each -file separately. booklet.tex: re-orders PDF pages and collects -them for booklet printing cnv.tex: conversion of texts -cnv-pu.tex: example of usage of cnv.tex --- pdf outlines in -Unicode cnv-word.tex: example of usage of cnv.tex --- word to -word conversion eparam.tex: Full expansion during parameter -scanning fun-coffee.tex: generates splotches in the document -openclose.tex: repairs balanced text between \Open ...\Close -pair qrcode.tex: QR code generated at TeX level scanbase.tex: -parser of text-style mysql outputs scancsv.tex: parser of CSV -format seplist.tex: macros with alternative separators of a -parameter xmlparser.tex: parser of XML language - -%package randomlist -Summary: Deal with database, loop, and random in order to build personalized exercises -Version: svn45281 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(randomlist.sty) = %{tl_version} -Provides: tex(randomlist.tex) = %{tl_version} - -%description randomlist -The main aim of this package is to work on lists, especially -with random operations. The hidden aim is to build a personnal -collection of exercises with different data for each pupil. - -%package simplekv -Summary: A simple key/value system for TeX and LaTeX -Version: svn54915 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(simplekv.sty) = %{tl_version} -Provides: tex(simplekv.tex) = %{tl_version} - -%description simplekv -The package provides a simple key/value system for TeX and -LaTeX. - -%package trigonometry -Summary: Demonstration code for cos and sin in TeX macros -Version: svn43006 -License: Knuth -Requires: texlive-base texlive-kpathsea -Provides: tex(trigonometry.tex) = %{tl_version} - -%description trigonometry -A document that both provides macros that are usable elsewhere, -and demonstrates the macros. The code uses the "classical" -analytical expansion of sin and cos (the more recent trig uses -a "numerical analyst's" expansion). - -%package xii-lat -Summary: Christmas silliness (Latin) -Version: svn45805 -License: LPPL -Requires: texlive-base texlive-kpathsea -# No provides here, cause it lives in doc. - -%description xii-lat -This is the plain TeX file xii-lat.tex. Call "pdftex -xii-lat.tex" to produce a (perhaps) surprising typeset -document. - -%package mensa-tex -Summary: Typeset simple school cafeteria menus -Version: svn45997 -License: LPPL -Requires: texlive-base texlive-kpathsea -Requires: tex(array.sty) -Requires: tex(colortbl.sty) -Requires: tex(datetime2.sty) -Requires: tex(datetime2-calc.sty) -Requires: tex(geometry.sty) -Requires: tex(graphicx.sty) -Requires: tex(lmodern.sty) -Requires: tex(textcomp.sty) -Requires: tex(xcolor.sty) -Provides: tex(mensa-tex.cls) = %{tl_version} - -%description mensa-tex -This package provides a flexible LaTeX2e class for typesetting -school cafeteria menus consisting of two lunches (with -dessert), and dinner. It supports two different layouts: The -first layout is optimized for printing the menu on A4 paper. -The second layout is optimized for smartphone screens and uses -one (A6 sized) page per day. Supported localizations are -English (GB/US) and German. A way of defining additional -localizations is described in the documentation. The package -requires array, colortbl, datetime2, datetime2-calc, geometry, -graphicx, lmodern, textcomp, and xcolor. - -%package algobox -Summary: Typeset Algobox programs -Version: svn52204 -License: GPLv3+ -Requires: texlive-base texlive-kpathsea -Requires: tex(expl3.sty) -Requires: tex(tikz.sty) -Requires: tex(environ.sty) -Requires: tex(xparse.sty) -Requires: tex(xcolor.sty) -Provides: tex(algobox.sty) = %{tl_version} - -%description algobox -This LaTeX package can typeset Algobox programs almost exactly -as displayed when editing with Algobox itself, using an input -syntax very similar to the actual Algobox program text. It -gives better results than Algobox's own LaTeX export which does -not look like the editor rendition, produces standalone -documents cumbersome to customize, and has arbitrary and -inconsistent differences between the input syntax and the -program text. This package depends upon the following other -LaTeX packages: expl3, TikZ, environ, xparse, and xcolor. - -%package adigraph -Summary: Augmenting directed graphs -Version: svn49862 -License: MIT -Requires: texlive-base texlive-kpathsea -Requires: texlive-fp -Requires: tex(fp.sty) -Requires: tex(xparse.sty) -Requires: tex(xstring.sty) -Requires: tex(tikz.sty) -Provides: tex(adigraph.sty) = %{tl_version} - -%description adigraph -This LaTeX package provides the means to easily draw augmenting -oriented graphs, as well as cuts on them, to demonstrate steps -of algorithms for solving max-flow min-cut problems. This -package requires the other LaTeX packages fp, xparse, xstring, -and TikZ (in particular the TikZ calc library). - -%package aligned-overset -Summary: Fix alignment at \overset or \underset -Version: svn47290 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(aligned-overset.sty) = %{tl_version} - -%description aligned-overset -This package allows the base character of \underset or \overset -to be used as the alignment position for the amsmath aligned -math environments. - -%package amscls-doc -Summary: User documentation for AMS document classes -Version: svn46110 -License: LPPL -Requires: texlive-base texlive-kpathsea - -%description amscls-doc -This collection comprises a set of four manuals, or Author -Handbooks, each documenting the use of a class of publications -based on one of the AMS document classes amsart, amsbook, -amsproc and one "hybrid", as well as a guide to the generation -of the four manuals from a coordinated set of LaTeX source -files. The Handbooks comprise the user documentation for the -pertinent document classes. As the source for the Handbooks -consists of a large number of files, and the intended output is -multiple different documents, the principles underlying this -collection can be used as a model for similar projects. The -manual "Compiling the AMS Author Handbooks" provides -information about the structure of and interaction between the -various components. - -%package apxproof -Summary: Proofs in appendix -Version: svn52324 -License: LPPL -Requires: texlive-base texlive-kpathsea -Requires: tex(amsthm.sty) -Requires: tex(bibunits.sty) -Requires: tex(environ.sty) -Requires: tex(etoolbox.sty) -Requires: tex(fancyvrb.sty) -Requires: tex(ifthen.sty) -Requires: tex(kvoptions.sty) -Provides: tex(apxproof.sty) = %{tl_version} - -%description apxproof -The package makes it easier to write articles where proofs and -other material are deferred to the appendix. The appendix -material is written in the LaTeX code along with the main text -which it naturally complements, and it is automatically -deferred. The package can automatically send proofs to the -appendix, can repeat in the appendix the theorem environments -stated in the main text, can section the appendix automatically -based on the sectioning of the main text, and supports a -separate bibliography for the appendix material. It depends on -the following other packages: amsthm, bibunits, environ, -etoolbox, fancyvrb, ifthen, and kvoptions. - -%package ascmac -Summary: Boxes and picture macros with Japanese vertical writing support -Version: svn53411 -License: BSD -Requires: texlive-base texlive-kpathsea -Provides: tex(ascmac.sty) = %{tl_version} -Provides: tex(tascmac.sty) = %{tl_version} -Provides: tex(ascgrp.mf) = %{tl_version} -Provides: tex(ascii.mf) = %{tl_version} -Provides: tex(ascii10.mf) = %{tl_version} -Provides: tex(ascii36.mf) = %{tl_version} -Provides: tex(ascgrp.tfm) = %{tl_version} -Provides: tex(ascii10.tfm) = %{tl_version} -Provides: tex(ascii36.tfm) = %{tl_version} -Provides: tex(ascgrp.pfb) = %{tl_version} -Provides: tex(ascii10.pfb) = %{tl_version} -Provides: tex(ascii36.pfb) = %{tl_version} - -%description ascmac -The bundle provides boxes and picture macros with Japanese -vertical writing support. It uses only native picture macros -and fonts for drawing boxes and is thus driver-independent. -Formerly part of the Japanese pLaTeX bundle, it now supports -all LaTeX engines. - -%package authorarchive -Summary: Adds self-archiving information to scientific papers -Version: svn54512 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(authorarchive.sty) = %{tl_version} - -%description authorarchive -This is a LaTeX style for producing author self-archiving -copies of (academic) papers. The following layout-styles are -pre-defined: ACMfor the two-column layout used by many ACM -conferences IEEE for the two-column layout used by many IEEE -conferences LNCS for the LNCS layout (as used by Springer) LNI -for the Lecture Notes in Informatics, published by the GI ENTCS -for the Elsevier ENTCS layout - -%package autobreak -Summary: Simple line breaking of long formulae -Version: svn43337 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(autobreak.sty) = %{tl_version} - -%description autobreak -This package implements a simple mechanism of line/page -breaking within the align environment of the amsmath package; -new line characters are considered as possible candidates for -the breaks and the package tries to put breaks at adequate -places. It is suitable for computer-generated long formulae -with many terms. - -%package auto-pst-pdf-lua -Summary: Using LuaLaTeX together with PostScript code -Version: svn54779 -License: LPPL -Requires: texlive-base texlive-kpathsea -Requires: tex(ifpdf.sty) -Requires: tex(ifluatex.sty) -Requires: tex(ifplatform.sty) -Requires: tex(xkeyval.sty) -Provides: tex(auto-pst-pdf-lua.sty) = %{tl_version} - -%description auto-pst-pdf-lua -This package is a slightly modified version of auto-pst-pdf by -Will Robertson, which itself is a wrapper for pst-pdf by Rolf -Niepraschk. The package allows the use of LuaLaTeX together -with PostScript related code, eg. PSTricks. It depends on -ifpdf, ifluatex, ifplatform, and xkeyval. - -%package babel-japanese -Summary: Babel support for Japanes -Version: svn50735 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(japanese.ldf) = %{tl_version} - -%description babel-japanese -This package provides a japanese option for the babel package. -It defines all the language definition macros in Japanese. -Currently this package works with pLaTeX, upLaTeX, XeLaTeX and -LuaLaTeX. - -%package bath-bst -Summary: Harvard referencing style as recommended by the University of Bath Library -Version: svn53422 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(bath.bst) = %{tl_version} -Provides: tex(bathx.bst) = %{tl_version} - -%description bath-bst -This package provides a BibTeX style to format reference lists -in the Harvard style recommended by the University of Bath -Library. It should be used in conjunction with natbib for -citations. - -%package beamertheme-cuerna -Summary: A beamer theme with 4 colour palettes -Version: svn42161 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(beamercolorthemeCuerna.sty) = %{tl_version} -Provides: tex(beamercolorthemebluesimplex.sty) = %{tl_version} -Provides: tex(beamercolorthemebrick.sty) = %{tl_version} -Provides: tex(beamercolorthemelettuce.sty) = %{tl_version} -Provides: tex(beamerinnerthemeCuerna.sty) = %{tl_version} -Provides: tex(beamerouterthemeCuerna.sty) = %{tl_version} -Provides: tex(beamerthemeCuerna.sty) = %{tl_version} - -%description beamertheme-cuerna -The package contains a theme for Beamer which is referenced as -"Cuerna" inside beamer and has four basic colour themes. The -title page shows rectangles that represent the Fibonacci -sequence, and spiral is drawn on top of the rectangles. Besides -that the rest of the graphic elements in the slides are scarce -to keep it clean. - -%package beamertheme-focus -Summary: A minimalist presentation theme for LaTeX Beamer -Version: svn54772 -License: GPLv3 -Requires: texlive-base texlive-kpathsea -Provides: tex(beamercolorthemefocus.sty) = %{tl_version} -Provides: tex(beamerfontthemefocus.sty) = %{tl_version} -Provides: tex(beamerinnerthemefocus.sty) = %{tl_version} -Provides: tex(beamerouterthemefocus.sty) = %{tl_version} -Provides: tex(beamerthemefocus.sty) = %{tl_version} - -%description beamertheme-focus -A presentation theme for LaTeX Beamer that aims at a clean and -minimalist design, so to minimize distractions and put the -focus directly on the content. - -%package beamertheme-saintpetersburg -Summary: A beamer theme that incorporates colours and fonts of Saint Petersburg State University -Version: svn45877 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(beamercolorthemeSaintPetersburg.sty) = %{tl_version} -Provides: tex(beamerfontthemeSaintPetersburg.sty) = %{tl_version} -Provides: tex(beamerthemeSaintPetersburg.sty) = %{tl_version} - -%description beamertheme-saintpetersburg -This minimalistic beamer theme incorporates Saint Petersburg -State University colours and fonts. It is suitable for both -presentations and posters. - -%package bezierplot -Summary: Approximate smooth function graphs with cubic bezier splines for use with TikZ or MetaPost -Version: svn51398 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(bezierplot.sty) = %{tl_version} - -%description bezierplot -This package consists of a Lua program as well as a (Lua)LaTeX -.sty file. Given a smooth function, bezierplot returns a smooth -bezier path written in TikZ notation (which also matches -MetaPost) that approximates the graph of the function. For -polynomial functions of degree [?] 3 and their inverses the -approximation is exact (up to numeric precision). bezierplot -also finds special points such as extreme points and inflection -points and reduces the number of used points. - -%package biblatex-archaeology -Summary: A collection of BibLaTeX styles for German prehistory -Version: svn53281 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(UKenglish-aefkw.lbx) = %{tl_version} -Provides: tex(UKenglish-archa.lbx) = %{tl_version} -Provides: tex(UKenglish-archaeology.lbx) = %{tl_version} -Provides: tex(UKenglish-dguf-alt.lbx) = %{tl_version} -Provides: tex(UKenglish-dguf-apa.lbx) = %{tl_version} -Provides: tex(UKenglish-eaz.lbx) = %{tl_version} -Provides: tex(UKenglish-foe.lbx) = %{tl_version} -Provides: tex(UKenglish-jb-kreis-neuss.lbx) = %{tl_version} -Provides: tex(UKenglish-karl.lbx) = %{tl_version} -Provides: tex(UKenglish-maja.lbx) = %{tl_version} -Provides: tex(UKenglish-mpk.lbx) = %{tl_version} -Provides: tex(UKenglish-mpkoeaw.lbx) = %{tl_version} -Provides: tex(UKenglish-offa.lbx) = %{tl_version} -Provides: tex(UKenglish-rgzm.lbx) = %{tl_version} -Provides: tex(UKenglish-zaak.lbx) = %{tl_version} -Provides: tex(UKenglish-zaes.lbx) = %{tl_version} -Provides: tex(USenglish-aefkw.lbx) = %{tl_version} -Provides: tex(USenglish-archa.lbx) = %{tl_version} -Provides: tex(USenglish-archaeology.lbx) = %{tl_version} -Provides: tex(USenglish-dguf-alt.lbx) = %{tl_version} -Provides: tex(USenglish-dguf-apa.lbx) = %{tl_version} -Provides: tex(USenglish-eaz.lbx) = %{tl_version} -Provides: tex(USenglish-foe.lbx) = %{tl_version} -Provides: tex(USenglish-jb-kreis-neuss.lbx) = %{tl_version} -Provides: tex(USenglish-karl.lbx) = %{tl_version} -Provides: tex(USenglish-maja.lbx) = %{tl_version} -Provides: tex(USenglish-mpk.lbx) = %{tl_version} -Provides: tex(USenglish-mpkoeaw.lbx) = %{tl_version} -Provides: tex(USenglish-offa.lbx) = %{tl_version} -Provides: tex(USenglish-rgzm.lbx) = %{tl_version} -Provides: tex(USenglish-zaak.lbx) = %{tl_version} -Provides: tex(USenglish-zaes.lbx) = %{tl_version} -Provides: tex(aefkw.bbx) = %{tl_version} -Provides: tex(aefkw.cbx) = %{tl_version} -Provides: tex(aefkw.dbx) = %{tl_version} -Provides: tex(afwl.bbx) = %{tl_version} -Provides: tex(afwl.cbx) = %{tl_version} -Provides: tex(afwl.dbx) = %{tl_version} -Provides: tex(american-aefkw.lbx) = %{tl_version} -Provides: tex(american-archa.lbx) = %{tl_version} -Provides: tex(american-archaeology.lbx) = %{tl_version} -Provides: tex(american-dguf-alt.lbx) = %{tl_version} -Provides: tex(american-dguf-apa.lbx) = %{tl_version} -Provides: tex(american-eaz.lbx) = %{tl_version} -Provides: tex(american-foe.lbx) = %{tl_version} -Provides: tex(american-jb-kreis-neuss.lbx) = %{tl_version} -Provides: tex(american-karl.lbx) = %{tl_version} -Provides: tex(american-maja.lbx) = %{tl_version} -Provides: tex(american-mpk.lbx) = %{tl_version} -Provides: tex(american-mpkoeaw.lbx) = %{tl_version} -Provides: tex(american-offa.lbx) = %{tl_version} -Provides: tex(american-rgzm.lbx) = %{tl_version} -Provides: tex(american-zaak.lbx) = %{tl_version} -Provides: tex(american-zaes.lbx) = %{tl_version} -Provides: tex(amit.bbx) = %{tl_version} -Provides: tex(amit.cbx) = %{tl_version} -Provides: tex(amit.dbx) = %{tl_version} -Provides: tex(archa.bbx) = %{tl_version} -Provides: tex(archa.cbx) = %{tl_version} -Provides: tex(archa.dbx) = %{tl_version} -Provides: tex(australian-aefkw.lbx) = %{tl_version} -Provides: tex(australian-archa.lbx) = %{tl_version} -Provides: tex(australian-archaeology.lbx) = %{tl_version} -Provides: tex(australian-dguf-alt.lbx) = %{tl_version} -Provides: tex(australian-dguf-apa.lbx) = %{tl_version} -Provides: tex(australian-eaz.lbx) = %{tl_version} -Provides: tex(australian-foe.lbx) = %{tl_version} -Provides: tex(australian-jb-kreis-neuss.lbx) = %{tl_version} -Provides: tex(australian-karl.lbx) = %{tl_version} -Provides: tex(australian-maja.lbx) = %{tl_version} -Provides: tex(australian-mpk.lbx) = %{tl_version} -Provides: tex(australian-mpkoeaw.lbx) = %{tl_version} -Provides: tex(australian-offa.lbx) = %{tl_version} -Provides: tex(australian-rgzm.lbx) = %{tl_version} -Provides: tex(australian-zaak.lbx) = %{tl_version} -Provides: tex(australian-zaes.lbx) = %{tl_version} -Provides: tex(austrian-aefkw.lbx) = %{tl_version} -Provides: tex(austrian-archa.lbx) = %{tl_version} -Provides: tex(austrian-archaeology.lbx) = %{tl_version} -Provides: tex(austrian-dguf-alt.lbx) = %{tl_version} -Provides: tex(austrian-dguf-apa.lbx) = %{tl_version} -Provides: tex(austrian-eaz.lbx) = %{tl_version} -Provides: tex(austrian-foe.lbx) = %{tl_version} -Provides: tex(austrian-jb-kreis-neuss.lbx) = %{tl_version} -Provides: tex(austrian-karl.lbx) = %{tl_version} -Provides: tex(austrian-maja.lbx) = %{tl_version} -Provides: tex(austrian-mpk.lbx) = %{tl_version} -Provides: tex(austrian-mpkoeaw.lbx) = %{tl_version} -Provides: tex(austrian-offa.lbx) = %{tl_version} -Provides: tex(austrian-rgzm.lbx) = %{tl_version} -Provides: tex(austrian-zaak.lbx) = %{tl_version} -Provides: tex(austrian-zaes.lbx) = %{tl_version} -Provides: tex(authoryear-archaeology.bbx) = %{tl_version} -Provides: tex(authoryear-archaeology.cbx) = %{tl_version} -Provides: tex(authoryear-archaeology.dbx) = %{tl_version} -Provides: tex(authoryear-comp-archaeology.bbx) = %{tl_version} -Provides: tex(authoryear-comp-archaeology.cbx) = %{tl_version} -Provides: tex(authoryear-comp-archaeology.dbx) = %{tl_version} -Provides: tex(authoryear-ibid-archaeology.bbx) = %{tl_version} -Provides: tex(authoryear-ibid-archaeology.cbx) = %{tl_version} -Provides: tex(authoryear-ibid-archaeology.dbx) = %{tl_version} -Provides: tex(authoryear-icomp-archaeology.bbx) = %{tl_version} -Provides: tex(authoryear-icomp-archaeology.cbx) = %{tl_version} -Provides: tex(authoryear-icomp-archaeology.dbx) = %{tl_version} -Provides: tex(biblatex-archaeology.sty) = %{tl_version} -Provides: tex(british-aefkw.lbx) = %{tl_version} -Provides: tex(british-archa.lbx) = %{tl_version} -Provides: tex(british-archaeology.lbx) = %{tl_version} -Provides: tex(british-dguf-alt.lbx) = %{tl_version} -Provides: tex(british-dguf-apa.lbx) = %{tl_version} -Provides: tex(british-eaz.lbx) = %{tl_version} -Provides: tex(british-foe.lbx) = %{tl_version} -Provides: tex(british-jb-kreis-neuss.lbx) = %{tl_version} -Provides: tex(british-karl.lbx) = %{tl_version} -Provides: tex(british-maja.lbx) = %{tl_version} -Provides: tex(british-mpk.lbx) = %{tl_version} -Provides: tex(british-mpkoeaw.lbx) = %{tl_version} -Provides: tex(british-offa.lbx) = %{tl_version} -Provides: tex(british-rgzm.lbx) = %{tl_version} -Provides: tex(british-zaak.lbx) = %{tl_version} -Provides: tex(british-zaes.lbx) = %{tl_version} -Provides: tex(canadian-aefkw.lbx) = %{tl_version} -Provides: tex(canadian-archa.lbx) = %{tl_version} -Provides: tex(canadian-archaeology.lbx) = %{tl_version} -Provides: tex(canadian-dguf-alt.lbx) = %{tl_version} -Provides: tex(canadian-dguf-apa.lbx) = %{tl_version} -Provides: tex(canadian-eaz.lbx) = %{tl_version} -Provides: tex(canadian-foe.lbx) = %{tl_version} -Provides: tex(canadian-jb-kreis-neuss.lbx) = %{tl_version} -Provides: tex(canadian-karl.lbx) = %{tl_version} -Provides: tex(canadian-maja.lbx) = %{tl_version} -Provides: tex(canadian-mpk.lbx) = %{tl_version} -Provides: tex(canadian-mpkoeaw.lbx) = %{tl_version} -Provides: tex(canadian-offa.lbx) = %{tl_version} -Provides: tex(canadian-rgzm.lbx) = %{tl_version} -Provides: tex(canadian-zaak.lbx) = %{tl_version} -Provides: tex(canadian-zaes.lbx) = %{tl_version} -Provides: tex(dguf-alt.bbx) = %{tl_version} -Provides: tex(dguf-alt.cbx) = %{tl_version} -Provides: tex(dguf-alt.dbx) = %{tl_version} -Provides: tex(dguf-apa.bbx) = %{tl_version} -Provides: tex(dguf-apa.cbx) = %{tl_version} -Provides: tex(dguf-apa.dbx) = %{tl_version} -Provides: tex(dguf.bbx) = %{tl_version} -Provides: tex(dguf.cbx) = %{tl_version} -Provides: tex(dguf.dbx) = %{tl_version} -Provides: tex(eaz-alt.bbx) = %{tl_version} -Provides: tex(eaz-alt.cbx) = %{tl_version} -Provides: tex(eaz-alt.dbx) = %{tl_version} -Provides: tex(eaz.bbx) = %{tl_version} -Provides: tex(eaz.cbx) = %{tl_version} -Provides: tex(eaz.dbx) = %{tl_version} -Provides: tex(english-aefkw.lbx) = %{tl_version} -Provides: tex(english-archa.lbx) = %{tl_version} -Provides: tex(english-archaeology.lbx) = %{tl_version} -Provides: tex(english-dguf-alt.lbx) = %{tl_version} -Provides: tex(english-dguf-apa.lbx) = %{tl_version} -Provides: tex(english-eaz.lbx) = %{tl_version} -Provides: tex(english-foe.lbx) = %{tl_version} -Provides: tex(english-jb-kreis-neuss.lbx) = %{tl_version} -Provides: tex(english-karl.lbx) = %{tl_version} -Provides: tex(english-maja.lbx) = %{tl_version} -Provides: tex(english-mpk.lbx) = %{tl_version} -Provides: tex(english-mpkoeaw.lbx) = %{tl_version} -Provides: tex(english-offa.lbx) = %{tl_version} -Provides: tex(english-rgzm.lbx) = %{tl_version} -Provides: tex(english-zaak.lbx) = %{tl_version} -Provides: tex(english-zaes.lbx) = %{tl_version} -Provides: tex(foe.bbx) = %{tl_version} -Provides: tex(foe.cbx) = %{tl_version} -Provides: tex(foe.dbx) = %{tl_version} -Provides: tex(german-aefkw.lbx) = %{tl_version} -Provides: tex(german-archa.lbx) = %{tl_version} -Provides: tex(german-archaeology.lbx) = %{tl_version} -Provides: tex(german-dguf-alt.lbx) = %{tl_version} -Provides: tex(german-dguf-apa.lbx) = %{tl_version} -Provides: tex(german-eaz.lbx) = %{tl_version} -Provides: tex(german-foe.lbx) = %{tl_version} -Provides: tex(german-jb-kreis-neuss.lbx) = %{tl_version} -Provides: tex(german-karl.lbx) = %{tl_version} -Provides: tex(german-maja.lbx) = %{tl_version} -Provides: tex(german-mpk.lbx) = %{tl_version} -Provides: tex(german-mpkoeaw.lbx) = %{tl_version} -Provides: tex(german-offa.lbx) = %{tl_version} -Provides: tex(german-rgzm.lbx) = %{tl_version} -Provides: tex(german-zaak.lbx) = %{tl_version} -Provides: tex(german-zaes.lbx) = %{tl_version} -Provides: tex(jb-halle.bbx) = %{tl_version} -Provides: tex(jb-halle.cbx) = %{tl_version} -Provides: tex(jb-halle.dbx) = %{tl_version} -Provides: tex(jb-kreis-neuss.bbx) = %{tl_version} -Provides: tex(jb-kreis-neuss.cbx) = %{tl_version} -Provides: tex(jb-kreis-neuss.dbx) = %{tl_version} -Provides: tex(karl.bbx) = %{tl_version} -Provides: tex(karl.cbx) = %{tl_version} -Provides: tex(karl.dbx) = %{tl_version} -Provides: tex(maja.bbx) = %{tl_version} -Provides: tex(maja.cbx) = %{tl_version} -Provides: tex(maja.dbx) = %{tl_version} -Provides: tex(mpk.bbx) = %{tl_version} -Provides: tex(mpk.cbx) = %{tl_version} -Provides: tex(mpk.dbx) = %{tl_version} -Provides: tex(mpkoeaw.bbx) = %{tl_version} -Provides: tex(mpkoeaw.cbx) = %{tl_version} -Provides: tex(mpkoeaw.dbx) = %{tl_version} -Provides: tex(naustrian-aefkw.lbx) = %{tl_version} -Provides: tex(naustrian-archa.lbx) = %{tl_version} -Provides: tex(naustrian-archaeology.lbx) = %{tl_version} -Provides: tex(naustrian-dguf-alt.lbx) = %{tl_version} -Provides: tex(naustrian-dguf-apa.lbx) = %{tl_version} -Provides: tex(naustrian-eaz.lbx) = %{tl_version} -Provides: tex(naustrian-foe.lbx) = %{tl_version} -Provides: tex(naustrian-jb-kreis-neuss.lbx) = %{tl_version} -Provides: tex(naustrian-karl.lbx) = %{tl_version} -Provides: tex(naustrian-maja.lbx) = %{tl_version} -Provides: tex(naustrian-mpk.lbx) = %{tl_version} -Provides: tex(naustrian-mpkoeaw.lbx) = %{tl_version} -Provides: tex(naustrian-offa.lbx) = %{tl_version} -Provides: tex(naustrian-rgzm.lbx) = %{tl_version} -Provides: tex(naustrian-zaak.lbx) = %{tl_version} -Provides: tex(naustrian-zaes.lbx) = %{tl_version} -Provides: tex(newzealand-aefkw.lbx) = %{tl_version} -Provides: tex(newzealand-archa.lbx) = %{tl_version} -Provides: tex(newzealand-archaeology.lbx) = %{tl_version} -Provides: tex(newzealand-dguf-alt.lbx) = %{tl_version} -Provides: tex(newzealand-dguf-apa.lbx) = %{tl_version} -Provides: tex(newzealand-eaz.lbx) = %{tl_version} -Provides: tex(newzealand-foe.lbx) = %{tl_version} -Provides: tex(newzealand-jb-kreis-neuss.lbx) = %{tl_version} -Provides: tex(newzealand-karl.lbx) = %{tl_version} -Provides: tex(newzealand-maja.lbx) = %{tl_version} -Provides: tex(newzealand-mpk.lbx) = %{tl_version} -Provides: tex(newzealand-mpkoeaw.lbx) = %{tl_version} -Provides: tex(newzealand-offa.lbx) = %{tl_version} -Provides: tex(newzealand-rgzm.lbx) = %{tl_version} -Provides: tex(newzealand-zaak.lbx) = %{tl_version} -Provides: tex(newzealand-zaes.lbx) = %{tl_version} -Provides: tex(ngerman-aefkw.lbx) = %{tl_version} -Provides: tex(ngerman-archa.lbx) = %{tl_version} -Provides: tex(ngerman-archaeology.lbx) = %{tl_version} -Provides: tex(ngerman-dguf-alt.lbx) = %{tl_version} -Provides: tex(ngerman-dguf-apa.lbx) = %{tl_version} -Provides: tex(ngerman-eaz.lbx) = %{tl_version} -Provides: tex(ngerman-foe.lbx) = %{tl_version} -Provides: tex(ngerman-jb-kreis-neuss.lbx) = %{tl_version} -Provides: tex(ngerman-karl.lbx) = %{tl_version} -Provides: tex(ngerman-maja.lbx) = %{tl_version} -Provides: tex(ngerman-mpk.lbx) = %{tl_version} -Provides: tex(ngerman-mpkoeaw.lbx) = %{tl_version} -Provides: tex(ngerman-offa.lbx) = %{tl_version} -Provides: tex(ngerman-rgzm.lbx) = %{tl_version} -Provides: tex(ngerman-zaak.lbx) = %{tl_version} -Provides: tex(ngerman-zaes.lbx) = %{tl_version} -Provides: tex(nnu.bbx) = %{tl_version} -Provides: tex(nnu.cbx) = %{tl_version} -Provides: tex(nnu.dbx) = %{tl_version} -Provides: tex(nswissgerman-aefkw.lbx) = %{tl_version} -Provides: tex(nswissgerman-archa.lbx) = %{tl_version} -Provides: tex(nswissgerman-archaeology.lbx) = %{tl_version} -Provides: tex(nswissgerman-dguf-alt.lbx) = %{tl_version} -Provides: tex(nswissgerman-dguf-apa.lbx) = %{tl_version} -Provides: tex(nswissgerman-eaz.lbx) = %{tl_version} -Provides: tex(nswissgerman-foe.lbx) = %{tl_version} -Provides: tex(nswissgerman-jb-kreis-neuss.lbx) = %{tl_version} -Provides: tex(nswissgerman-karl.lbx) = %{tl_version} -Provides: tex(nswissgerman-maja.lbx) = %{tl_version} -Provides: tex(nswissgerman-mpk.lbx) = %{tl_version} -Provides: tex(nswissgerman-mpkoeaw.lbx) = %{tl_version} -Provides: tex(nswissgerman-offa.lbx) = %{tl_version} -Provides: tex(nswissgerman-rgzm.lbx) = %{tl_version} -Provides: tex(nswissgerman-zaak.lbx) = %{tl_version} -Provides: tex(nswissgerman-zaes.lbx) = %{tl_version} -Provides: tex(numeric-comp-archaeology.bbx) = %{tl_version} -Provides: tex(numeric-comp-archaeology.cbx) = %{tl_version} -Provides: tex(numeric-comp-archaeology.dbx) = %{tl_version} -Provides: tex(offa.bbx) = %{tl_version} -Provides: tex(offa.cbx) = %{tl_version} -Provides: tex(offa.dbx) = %{tl_version} -Provides: tex(rgk-inline.bbx) = %{tl_version} -Provides: tex(rgk-inline.cbx) = %{tl_version} -Provides: tex(rgk-inline.dbx) = %{tl_version} -Provides: tex(rgk-numeric.bbx) = %{tl_version} -Provides: tex(rgk-numeric.cbx) = %{tl_version} -Provides: tex(rgk-numeric.dbx) = %{tl_version} -Provides: tex(rgk-verbose.bbx) = %{tl_version} -Provides: tex(rgk-verbose.cbx) = %{tl_version} -Provides: tex(rgk-verbose.dbx) = %{tl_version} -Provides: tex(rgzm-inline.bbx) = %{tl_version} -Provides: tex(rgzm-inline.cbx) = %{tl_version} -Provides: tex(rgzm-inline.dbx) = %{tl_version} -Provides: tex(rgzm-numeric.bbx) = %{tl_version} -Provides: tex(rgzm-numeric.cbx) = %{tl_version} -Provides: tex(rgzm-numeric.dbx) = %{tl_version} -Provides: tex(rgzm-verbose.bbx) = %{tl_version} -Provides: tex(rgzm-verbose.cbx) = %{tl_version} -Provides: tex(rgzm-verbose.dbx) = %{tl_version} -Provides: tex(swissgerman-aefkw.lbx) = %{tl_version} -Provides: tex(swissgerman-archa.lbx) = %{tl_version} -Provides: tex(swissgerman-archaeology.lbx) = %{tl_version} -Provides: tex(swissgerman-dguf-alt.lbx) = %{tl_version} -Provides: tex(swissgerman-dguf-apa.lbx) = %{tl_version} -Provides: tex(swissgerman-eaz.lbx) = %{tl_version} -Provides: tex(swissgerman-foe.lbx) = %{tl_version} -Provides: tex(swissgerman-jb-kreis-neuss.lbx) = %{tl_version} -Provides: tex(swissgerman-karl.lbx) = %{tl_version} -Provides: tex(swissgerman-maja.lbx) = %{tl_version} -Provides: tex(swissgerman-mpk.lbx) = %{tl_version} -Provides: tex(swissgerman-mpkoeaw.lbx) = %{tl_version} -Provides: tex(swissgerman-offa.lbx) = %{tl_version} -Provides: tex(swissgerman-rgzm.lbx) = %{tl_version} -Provides: tex(swissgerman-zaak.lbx) = %{tl_version} -Provides: tex(swissgerman-zaes.lbx) = %{tl_version} -Provides: tex(ufg-muenster-inline.bbx) = %{tl_version} -Provides: tex(ufg-muenster-inline.cbx) = %{tl_version} -Provides: tex(ufg-muenster-inline.dbx) = %{tl_version} -Provides: tex(ufg-muenster-numeric.bbx) = %{tl_version} -Provides: tex(ufg-muenster-numeric.cbx) = %{tl_version} -Provides: tex(ufg-muenster-numeric.dbx) = %{tl_version} -Provides: tex(ufg-muenster-verbose.bbx) = %{tl_version} -Provides: tex(ufg-muenster-verbose.cbx) = %{tl_version} -Provides: tex(ufg-muenster-verbose.dbx) = %{tl_version} -Provides: tex(verbose-archaeology.bbx) = %{tl_version} -Provides: tex(verbose-archaeology.cbx) = %{tl_version} -Provides: tex(verbose-archaeology.dbx) = %{tl_version} -Provides: tex(verbose-ibid-archaeology.bbx) = %{tl_version} -Provides: tex(verbose-ibid-archaeology.cbx) = %{tl_version} -Provides: tex(verbose-ibid-archaeology.dbx) = %{tl_version} -Provides: tex(verbose-trad2note-archaeology.bbx) = %{tl_version} -Provides: tex(verbose-trad2note-archaeology.cbx) = %{tl_version} -Provides: tex(verbose-trad2note-archaeology.dbx) = %{tl_version} -Provides: tex(volkskunde.bbx) = %{tl_version} -Provides: tex(volkskunde.cbx) = %{tl_version} -Provides: tex(volkskunde.dbx) = %{tl_version} -Provides: tex(zaak.bbx) = %{tl_version} -Provides: tex(zaak.cbx) = %{tl_version} -Provides: tex(zaak.dbx) = %{tl_version} -Provides: tex(zaes.bbx) = %{tl_version} -Provides: tex(zaes.cbx) = %{tl_version} -Provides: tex(zaes.dbx) = %{tl_version} - -%description biblatex-archaeology -This package provides additional BibLaTeX styles for German -humanities. Its core purpose is to enable the referencing rules -of the Romano-Germanic Commission (>Romisch-Germanische -Kommission), the department of prehistory of the German -Archaeological Institute (Deutsches Archaologisches Institut), -since these are referenced by most guidelines in German -prehistory and medieval archaeology and serve as a kind of -template. biblatex-archaeology provides verbose, numeric and -author date styles as well and adaptions to specific document -types like exhibition and auction catalogues. - -%package biblatex-arthistory-bonn -Summary: BibLaTeX citation style covers the citation and bibliography guidelines for art historians -Version: svn46637 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(arthistory-bonn-english.lbx) = %{tl_version} -Provides: tex(arthistory-bonn-german.lbx) = %{tl_version} -Provides: tex(arthistory-bonn.bbx) = %{tl_version} -Provides: tex(arthistory-bonn.cbx) = %{tl_version} -Provides: tex(arthistory-bonn.dbx) = %{tl_version} - -%description biblatex-arthistory-bonn -This citation style covers the citation and bibliography -guidelines of the Kunsthistorisches Institut der Universitat -Bonn for undergraduates. It introduces bibliography entry types -for catalogs and features a tabular bibliography, among other -things. Various options are available to change and adjust the -outcome according to one's own preferences. The style is -compatible with English and German. - -%package biblatex-socialscienceshuberlin -Summary: BibLaTeX-style for the social sciences at HU Berlin -Version: svn47839 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(german-socialscienceshuberlin.lbx) = %{tl_version} -Provides: tex(socialscienceshuberlin.bbx) = %{tl_version} -Provides: tex(socialscienceshuberlin.cbx) = %{tl_version} - -%description biblatex-socialscienceshuberlin -This is a BibLaTeX style for the social sciences at the -Humboldt-Universitat zu Berlin. - -%package cascade -Summary: Constructions with braces to present mathematical demonstrations -Version: svn48200 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(cascade.sty) = %{tl_version} - -%description cascade -The LaTeX package cascade provides a command \Cascade to do -constructions to present mathematical demonstrations with -successive braces for the deductions. - -%package cellprops -Summary: Accept CSS-like selectors in tabular, array, ... -Version: svn52205 -License: GPLv3+ -Requires: texlive-base texlive-kpathsea -Requires: tex(mdwtab.sty) -Requires: tex(xcolor.sty) -Requires: tex(expl3.sty) -Requires: tex(xparse.sty) -Provides: tex(cellprops.sty) = %{tl_version} - -%description cellprops -This package reworks the internals of tabular, array, and -similar constructs, and adds a \cellprops command accepting -CSS-like selectors and properties. It depends on mdwtab, -xcolor, expl3, and xparse. - -%package chemsec -Summary: Automated creation of numeric entity labels -Version: svn46972 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(chemsec.sty) = %{tl_version} - -%description chemsec -Packages provides creation of sequential numeric labels for -entities in a document. The motivating example is chemical -structures in a scientific document. The package can -automatically output a full object name and label on the first -occurence in the document and just labels only on subsequent -references. - -%package citeref -Summary: Add reference-page-list to bibliography-items -Version: svn47407 -License: BSD -Requires: texlive-base texlive-kpathsea -Provides: tex(citeref.sty) = %{tl_version} - -%description citeref -The package does its job without using the indexing facilities, -and needs no special \cite-replacement package. - -%package clrdblpg -Summary: Control pagestyle of pages left blank by \cleardoublepage -Version: svn47511 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(clrdblpg.sty) = %{tl_version} - -%description clrdblpg -This tiny package allows easy manipulation of the headers and -footers on pages left blank by \cleardoublepage. By default, -LaTeX has no easy facilities for this. This package uses more -or less the algorithm listed in the fancyhdr package -documentation, with some better indentation and added -flexibility. - -%package clrstrip -Summary: Place contents into a full width colour strip -Version: svn53537 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(clrstrip.sty) = %{tl_version} - -%description clrstrip -This lightweight package provides the colorstrip environment, -that places its contents into a full page width colour strip. - -%package cm-mf-extra-bold -Summary: Extra Metafont files for CM -Version: svn54512 -License: GPL+ and Public Domain -Requires: texlive-base texlive-kpathsea -Provides: tex(cmbcsc10.mf) = %{tl_version} -Provides: tex(cmbtex10.mf) = %{tl_version} -Provides: tex(cmbtt10.mf) = %{tl_version} -Provides: tex(cmbtt8.mf) = %{tl_version} -Provides: tex(cmbtt9.mf) = %{tl_version} -Provides: tex(cmexb10.mf) = %{tl_version} -Provides: tex(cmttb10.mf) = %{tl_version} -Provides: tex(cmbcsc10.tfm) = %{tl_version} -Provides: tex(cmbtex10.tfm) = %{tl_version} -Provides: tex(cmbtt10.tfm) = %{tl_version} -Provides: tex(cmbtt8.tfm) = %{tl_version} -Provides: tex(cmbtt9.tfm) = %{tl_version} -Provides: tex(cmttb10.tfm) = %{tl_version} - -%description cm-mf-extra-bold -The bundle provides bold versions of cmcsc, cmex, cmtex and -cmtt fonts (all parts of the standard computer modern font -distribution), as Metafont base files. - -%package cmsrb -Summary: Computer Modern for Serbian and Macedonian -Version: svn54706 -License: GPL+ -Requires: texlive-base texlive-kpathsea -Provides: tex(cmsrb.map) = %{tl_version} -Provides: tex(cmsrb.sty) = %{tl_version} -Provides: tex(cmsrbecmsrb1.enc) = %{tl_version} -Provides: tex(cmsrbecmsrb2.enc) = %{tl_version} -Provides: tex(cmsrbot2.enc) = %{tl_version} -Provides: tex(cmsrbt1.enc) = %{tl_version} -Provides: tex(cmsrbt2a.enc) = %{tl_version} -Provides: tex(cmsrbts1.enc) = %{tl_version} -Provides: tex(cmsrbx2.enc) = %{tl_version} -Provides: tex(ecmsrb1cmr.fd) = %{tl_version} -Provides: tex(ecmsrb1cmsrbr.fd) = %{tl_version} -Provides: tex(ecmsrb1cmsrbs.fd) = %{tl_version} -Provides: tex(ecmsrb1cmsrbt.fd) = %{tl_version} -Provides: tex(ecmsrb1enc.def) = %{tl_version} -Provides: tex(ecmsrb2cmr.fd) = %{tl_version} -Provides: tex(ecmsrb2cmsrbr.fd) = %{tl_version} -Provides: tex(ecmsrb2cmsrbs.fd) = %{tl_version} -Provides: tex(ecmsrb2cmsrbt.fd) = %{tl_version} -Provides: tex(ecmsrb2enc.def) = %{tl_version} -Provides: tex(ot2cmsrbr.fd) = %{tl_version} -Provides: tex(ot2cmsrbs.fd) = %{tl_version} -Provides: tex(ot2cmsrbt.fd) = %{tl_version} -Provides: tex(t1cmsrbr.fd) = %{tl_version} -Provides: tex(t1cmsrbs.fd) = %{tl_version} -Provides: tex(t1cmsrbt.fd) = %{tl_version} -Provides: tex(t2acmsrbr.fd) = %{tl_version} -Provides: tex(t2acmsrbs.fd) = %{tl_version} -Provides: tex(t2acmsrbt.fd) = %{tl_version} -Provides: tex(ts1cmsrbr.fd) = %{tl_version} -Provides: tex(ts1cmsrbs.fd) = %{tl_version} -Provides: tex(ts1cmsrbt.fd) = %{tl_version} -Provides: tex(x2cmsrbr.fd) = %{tl_version} -Provides: tex(x2cmsrbs.fd) = %{tl_version} -Provides: tex(x2cmsrbt.fd) = %{tl_version} - -%description cmsrb -This package provides provides Adobe Type 1 Computer Modern -fonts for the Serbian and Macedonian languages. Although the -cm-super package provides great support for cyrillic script in -various languages, there remains a problem with italic variants -of some letters for Serbian and Macedonian. This package -includes the correct shapes for italic letters \cyrb, \cyrg, -\cyrd, \cyrp, and \cyrt. It also offers some improvements in -letters and accents used in the Serbian language. Supported -encodings are: T1, T2A, TS1, X2 and OT2. The OT2 encoding is -modified so that it is now easy to transcribe Latin text to -Cyrillic. - -%package competences -Summary: Track skills of classroom checks -Version: svn47573 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(competences.sty) = %{tl_version} - -%description competences -This package is an attempt to track skills assessed during a -classroom check. Each question can be associated with one or -more skills and be assigned a number of points to be earned. At -the end of the text, a table set summarizes the skills -assessed, and in what proportions. - -%package context-handlecsv -Summary: Data merging for automatic document creation -Version: svn51306 -License: GPLv3 -Requires: texlive-base texlive-kpathsea -Provides: tex(t-handlecsv-extra.lua) = %{tl_version} -Provides: tex(t-handlecsv-tools.lua) = %{tl_version} -Provides: tex(t-handlecsv.lua) = %{tl_version} -Provides: tex(t-handlecsv.tex) = %{tl_version} - -%description context-handlecsv -The package handles csv data merging for automatic document -creation. - -%package correctmathalign -Summary: Correct spacing of the alignment in expressions -Version: svn44131 -License: BSD -Requires: texlive-base texlive-kpathsea -Provides: tex(correctmathalign.sty) = %{tl_version} - -%description correctmathalign -This package realigns the horizontal spacing of the alignments -in some mathematical environments. - -%package cqubeamer -Summary: LaTeX Beamer Template for Chongqing University -Version: svn54512 -License: MIT and CC-BY -Requires: texlive-base texlive-kpathsea -Provides: tex(cqubeamer.sty) = %{tl_version} - -%description cqubeamer -This package provides a LaTeX beamer template designed for -researchers of Chongqing University. It can be used for -academic reports, conferences, or thesis defense, and can be -helpful for delivering a speech. It should be used with the -XeTeX engine. - -%package dejavu-otf -Summary: Support for the ttf and otf DejaVu fonts -Version: svn45991 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(dejavu-otf.sty) = %{tl_version} - -%description dejavu-otf -Package dejavu-otf supports the free ttf-fonts from the DejaVu -project which are available from GitHub or already part of your -system (Windows/Linux/...) and the OpenType version of the -TeXGyre Math, which is part of any TeX distribution. - -%package delimset -Summary: Typeset and declare sets of delimiters with convenient size control -Version: svn49544 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(delimset.sty) = %{tl_version} - -%description delimset -delimset is a LaTeX2e package to typeset and declare sets of -delimiters in math mode whose size can be adjusted -conveniently. - -%package diffcoeff -Summary: Write differential coefficients easily -Version: svn53244 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(diffcoeff-doc.def) = %{tl_version} -Provides: tex(diffcoeff.sty) = %{tl_version} -Requires: texlive-l3kernel -Requires: texlive-l3packages - -%description diffcoeff -diffcoeff.sty allows the easy and consistent writing of -ordinary, partial and other derivatives of arbitrary (algebraic -or numeric) order. For mixed partial derivatives, the total -order of differentiation is calculated by the package. Optional -arguments allow specification of points of evaluation (ordinary -derivatives), or variables held constant (partial derivatives), -and the placement of the differentiand (numerator or appended). -The package is built on xtemplate, allowing systematic -fine-tuning of the display and generation and use of variant -forms (like derivatives built from D, \Delta or \delta). A -command for differentials ensures the dx used in e.g. integrals -is consistent with the form used in derivatives. The package -requires the LaTeX3 bundles l3kernel and l3packages. - -%package dijkstra -Summary: Dijkstra algorithm for LaTeX -Version: svn45256 -License: LPPL -Requires: texlive-base texlive-kpathsea -Requires: tex(simplekv.sty) -Provides: tex(dijkstra.sty) = %{tl_version} - -%description dijkstra -This small package uses the Dijkstra algorithm for weighted -graphs,directed or not: the search table of the shortest path -can be displayed, the minimum distance between two vertices and -the corresponding path are stored in macros. This packages -depends on simplekv. - -%package dsserif -Summary: A double-struck serifed font for mathematical use -Version: svn54512 -License: OFL and LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(DSSerif-Bold.afm) = %{tl_version} -Provides: tex(DSSerif.afm) = %{tl_version} -Provides: tex(DSSerifUni-Bold.afm) = %{tl_version} -Provides: tex(DSSerifUni.afm) = %{tl_version} -Provides: tex(DSSerif.map) = %{tl_version} -Provides: tex(DSSerif-Bold.tfm) = %{tl_version} -Provides: tex(DSSerif.tfm) = %{tl_version} -Provides: tex(DSSerifUni-Bold.tfm) = %{tl_version} -Provides: tex(DSSerifUni.tfm) = %{tl_version} -Provides: tex(DSSerif-Bold.pfb) = %{tl_version} -Provides: tex(DSSerif.pfb) = %{tl_version} -Provides: tex(DSSerifUni-Bold.pfb) = %{tl_version} -Provides: tex(DSSerifUni.pfb) = %{tl_version} -Provides: tex(dsserif.sty) = %{tl_version} -Provides: tex(udsserif.fd) = %{tl_version} - -%description dsserif -DSSerif is a mathematical font package with double struck -serifed digits, upper and lower case letters, in regular and -bold weights. The design was inspired by the STIX double struck -fonts, which are sans serif, but starting from a Courier-like -base. - -%package emf -Summary: Support for the EMF symbol -Version: svn42023 -License: GPLv3 -Requires: texlive-base texlive-kpathsea -Provides: tex(emf.sty) = %{tl_version} - -%description emf -This package provides LaTeX support for the symbol for the EMF -in electric circuits and electrodynamics. It provides support -for multiple symbols but does not provide any fonts. The fonts -themselves must be acquired otherwise. However the fonts are -part of a normal TeX Live installation. - -%package endnotesj -Summary: Japanese-style endnotes -Version: svn47703 -License: BSD -Requires: texlive-base texlive-kpathsea -Provides: tex(endnotesj.sty) = %{tl_version} - -%description endnotesj -This package provides customized styles for endnotes to be used -with Japanese documents. It can be used on pLaTeX, upLaTeX, and -LuaLaTeX (LuaTeX-ja). - -%package eqnnumwarn -Summary: Modifies the amsmath equation environments to warn for a displaced equation number -Version: svn45511 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(eqnnumwarn.sty) = %{tl_version} - -%description eqnnumwarn -Sometimes an equation is too long that an equation number will -be typeset below the equation itself, but yet not long enough -to yield an "overfull \hbox" warning. The eqnnumwarn package -modifies the standard amsmath numbered equation environments to -throw a warning whenever this occurs. - -%package erw-l3 -Summary: Utilities built around expl3 -Version: svn53694 -License: LPPL -Requires: texlive-base texlive-kpathsea -Requires: tex(expl3.sty) -Provides: tex(erw-l3.sty) = %{tl_version} - -%description erw-l3 -Features: compose: compose control sequences, whether -predefined or inline csutil: narrow purpose control sequences -(backend to other packages) numbrdcs: numbered control -sequences built from other control sequences or inline - -%package etsvthor -Summary: Some useful abbreviations for members of e.t.s.v. Thor -Version: svn48186 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(etsvthor.sty) = %{tl_version} - -%description etsvthor -"e.t.s.v. Thor" stands for "Elektrotechnische Studievereniging -Thor", a study association of Electrical Engeering at the -Eindhoven University of Technology. The author of the package -tells us: "Most of our committees use LaTeX to create meeting -notes or other formal documents within the association. When -you create a lot of these documents (which I do a lot, since I -am currently the candidate Secretary of the new board), some -abbreviations are extremely useful. I discovered that more -people from our association are interested in using these, so I -decided to put them in a package, so they can use it very -easily too." - -%package euro-ce -Summary: Euro and CE sign font -Version: svn25714 -License: BSD -Requires: texlive-base texlive-kpathsea -Provides: tex(ceit.mf) = %{tl_version} -Provides: tex(cemac.mf) = %{tl_version} -Provides: tex(cerm.mf) = %{tl_version} -Provides: tex(cesl.mf) = %{tl_version} -Provides: tex(eurobf.mf) = %{tl_version} -Provides: tex(eurobfit.mf) = %{tl_version} -Provides: tex(eurobfsl.mf) = %{tl_version} -Provides: tex(euroit.mf) = %{tl_version} -Provides: tex(euromac.mf) = %{tl_version} -Provides: tex(euroof.mf) = %{tl_version} -Provides: tex(eurorm.mf) = %{tl_version} -Provides: tex(eurosl.mf) = %{tl_version} -Provides: tex(eurosp.mf) = %{tl_version} -Provides: tex(ceit.tfm) = %{tl_version} -Provides: tex(cerm.tfm) = %{tl_version} -Provides: tex(cesl.tfm) = %{tl_version} -Provides: tex(eurobf.tfm) = %{tl_version} -Provides: tex(eurobfit.tfm) = %{tl_version} -Provides: tex(eurobfsl.tfm) = %{tl_version} -Provides: tex(euroit.tfm) = %{tl_version} -Provides: tex(euroof.tfm) = %{tl_version} -Provides: tex(eurorm.tfm) = %{tl_version} -Provides: tex(eurosl.tfm) = %{tl_version} -Provides: tex(eurosp.tfm) = %{tl_version} - -%description euro-ce -Metafont source for the symbols in several variants, designed -to fit with the Computer Modern-set text. - -%package exercisebank -Summary: Creating and managing exercises, and reusing them as composed sets -Version: svn50448 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(exercisebank.sty) = %{tl_version} - -%description exercisebank -This package makes it easier to maintain and edit your exercise -sets. Exercises are saved as separate files containing part -problems. These files can be used to make sets, and you can -cherry-pick or exclude certain part problems as you see fit. - -%package fduthesis -Summary: LaTeX thesis template for Fudan University -Version: svn50738 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(fdudoc.cls) = %{tl_version} -Provides: tex(fdulogo.sty) = %{tl_version} -Provides: tex(fduthesis-en.cls) = %{tl_version} -Provides: tex(fduthesis.cls) = %{tl_version} -Provides: tex(fduthesis.def) = %{tl_version} - -%description fduthesis -This package is a LaTeX thesis template package for Fudan -University. It can make it easy to write theses both in Chinese -and English. - -%package fnspe -Summary: Macros for supporting mainly students of FNSPE CTU in Prague -Version: svn45360 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(fnspe.sty) = %{tl_version} - -%description fnspe -This package is primary intended for students of FNSPE CTU in -Prague but many other students or scientists can found this -package as useful. This package implements different standards -of tensor notation, interval notation and complex notation. -Further many macros and shortcuts are added, e.q. for spaces, -operators, physics unit, etc. - -%package fontawesome5 -Summary: Font Awesome 5 with with LaTeX support -Version: svn54517 -License: OFL and LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(fa5brands0.enc) = %{tl_version} -Provides: tex(fa5brands1.enc) = %{tl_version} -Provides: tex(fa5free0.enc) = %{tl_version} -Provides: tex(fa5free1.enc) = %{tl_version} -Provides: tex(fa5free2.enc) = %{tl_version} -Provides: tex(fa5free3.enc) = %{tl_version} -Provides: tex(fontawesome5.map) = %{tl_version} -Provides: tex(fontawesome5-generic-helper.sty) = %{tl_version} -Provides: tex(fontawesome5-mapping.def) = %{tl_version} -Provides: tex(fontawesome5-utex-helper.sty) = %{tl_version} -Provides: tex(fontawesome5.sty) = %{tl_version} -Provides: tex(tufontawesomebrands.fd) = %{tl_version} -Provides: tex(tufontawesomefree.fd) = %{tl_version} -Provides: tex(tufontawesomepro.fd) = %{tl_version} -Provides: tex(ufontawesomebrands0.fd) = %{tl_version} -Provides: tex(ufontawesomebrands1.fd) = %{tl_version} -Provides: tex(ufontawesomefree0.fd) = %{tl_version} -Provides: tex(ufontawesomefree1.fd) = %{tl_version} -Provides: tex(ufontawesomefree2.fd) = %{tl_version} -Provides: tex(ufontawesomefree3.fd) = %{tl_version} - -%description fontawesome5 -This package provides LaTeX support for the included "Font -Awesome 5 Free" icon set. These icons were designed by Fort -Awesome and released under the SIL OFL 1.1 license. The -commercial "Pro" version is also supported, if it is installed -and XeLaTeX or LuaLaTeX is used. - -%package formation-latex-ul -Summary: Introductory LaTeX course in French -Version: svn50205 -License: CC-BY-SA -Requires: texlive-base texlive-kpathsea -Provides: texlive-formation-latex-ul-doc = %{epoch}:%{version}-%{release} -Obsoletes: texlive-formation-latex-ul-doc < 8:2018 - -%description formation-latex-ul -This package contains the supporting documentation, slides, -exercise files, and templates for an introductory LaTeX course -(in French) prepared for Universite Laval, Quebec, Canada. - -%package gatherenum -Summary: A crossover of align* and enumerate -Version: svn52209 -License: GPLv3+ -Requires: texlive-base texlive-kpathsea -Requires: tex(enumitem.sty) -Requires: tex(expl3.sty) -Requires: tex(xparse.sty) -Provides: tex(gatherenum.sty) = %{tl_version} - -%description gatherenum -This package (ab)uses the inline enumeration capabilities of -enumitem to add a "displayed" enumeration mode, triggered by -adding 'gathered' to the key-value option list of the enumerate -environment. The end result is similar to a regular enumerate -environment wrapped in a multicols environment, with the -following advantages: Gathered enumerate can pack items -depending on their actual width rather than a fixed, constant -number per line. Gathered enumeration fills items in a -line-major order (instead of column-major order), which my -students found less confusing. YMMV. The package depends on -enumitem, expl3, and xparse. - -%package gbt7714 -Summary: BibTeX implementation of China's bibliography style standard GB/T 7714-2015 -Version: svn54758 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(gbt7714-author-year.bst) = %{tl_version} -Provides: tex(gbt7714-numerical.bst) = %{tl_version} -Provides: tex(gbt7714.sty) = %{tl_version} - -%description gbt7714 -The package provides a BibTeX implementation for the Chinese -national bibliography style standard GB/T 7714-2015. It -consists of two bst files for numerical and author-year styles -and a LaTeX package which provides the citation style defined -in the standard. It also support automatic language -recognization (Chinese and English) for each biblilography -entry and is designed to be fully compatible with natbib. - -%package gentombow -Summary: Generate Japanese-style crop marks -Version: svn51697 -License: BSD -Requires: texlive-base texlive-kpathsea -Provides: tex(bounddvi.sty) = %{tl_version} -Provides: tex(gentombow.sty) = %{tl_version} -Provides: tex(pxgentombow.sty) = %{tl_version} - -%description gentombow -This bundle provides a LaTeX package for generating -Japanese-style crop marks (called 'tombow' in Japanese) for -practical use in self-publishing. The bundle contains the -following packages: gentombow.sty: Generate crop marks (called -'tombow' in Japanese) for practical use in self-publishing. It -provides the core 'tombow' feature if not available. -pxgentombow.sty: Superseded by gentombow.sty; kept for -compatibility only. bounddvi.sty: Set papersize special to DVI -file. Can be used on LaTeX/pLaTeX/upLaTeX (with DVI output -mode) with dvips or dvipdfmx drivers. - -%package gfsneohellenicmath -Summary: A Greek math font in the Neo-Hellenic style -Version: svn52570 -License: OFL -Requires: texlive-base texlive-kpathsea -Provides: tex(gfsneohellenicot.sty) = %{tl_version} - -%description gfsneohellenicmath -The GFSNeohellenic font, a historic font first designed by -Victor Scholderer, and digitized by George Matthiopoulos of the -Greek Font Society (GFS), now has native support for -Mathematics. The project was commissioned to GFS by the -Department of Mathematics of the University of the Aegean, -Samos, Greece. The Math Table was constructed by the -Mathematics Professor A. Tsolomitis. A useful application is in -beamer documents since this is a Sans Math font. The -GFSNeohellenic fontfamily supports many languages (including -Greek), and it is distributed (both text and math) under the -OFL license. - -%package glossaries-finnish -Summary: Finnish language module for glossaries package -Version: svn54080 -License: LPPL -Requires: texlive-base texlive-kpathsea -Requires: tex(glossaries.sty) -Provides: tex(glossaries-finnish-ascii.ldf) = %{tl_version} -Provides: tex(glossaries-finnish-utf8.ldf) = %{tl_version} -Provides: tex(glossaries-finnish.ldf) = %{tl_version} - -%description glossaries-finnish -Finnish language module for glossaries package. - -%package gotoh -Summary: An implementation of the Gotoh sequence alignment algorithm -Version: svn44764 -License: MIT -Requires: texlive-base texlive-kpathsea -Provides: tex(gotoh.sty) = %{tl_version} - -%description gotoh -This package calculates biological sequence alignment with the -Gotoh algorithm. The package also provides an interface to -control various settings including algorithm parameters. - -%package graph35 -Summary: Draw keys and screen items of several Casio calculators -Version: svn47522 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(graph35.sty) = %{tl_version} -Provides: tex(graph35-pixelart.sty) = %{tl_version} -Provides: tex(graph35-keys.sty) = %{tl_version} - -%description graph35 -This package defines commands to draw the Casio Graph 35 / -fx-9750GII calculator (and other models). It can draw the whole -calculator, or parts of it (individual keys, part of the -screen, etc.). It was written to typeset documents instructing -students how to use their calculator. - -%package graphicxpsd -Summary: Adobe Photoshop Data format (PSD) support for graphicx package -Version: svn46477 -License: MIT -Requires: texlive-base texlive-kpathsea -Requires: ImageMagick -Provides: tex(graphicxpsd.sty) = %{tl_version} - -%description graphicxpsd -This package provides Adobe Photoshop Data format (PSD) support -for graphicx package with sips (Darwin/macOS) / convert -(ImageMagick) command. - -%package hagenberg-thesis -Summary: A Collection of LaTeX classes, style files, and example documents for academic manuscripts -Version: svn51150 -License: CC-BY -Requires: texlive-base texlive-kpathsea -Provides: tex(hgb.sty) = %{tl_version} -Provides: tex(hgbabbrev.sty) = %{tl_version} -Provides: tex(hgbarticle.cls) = %{tl_version} -Provides: tex(hgbbib.sty) = %{tl_version} -Provides: tex(hgbheadings.sty) = %{tl_version} -Provides: tex(hgblistings.sty) = %{tl_version} -Provides: tex(hgbmath.sty) = %{tl_version} -Provides: tex(hgbreport.cls) = %{tl_version} -Provides: tex(hgbthesis.cls) = %{tl_version} - -%description hagenberg-thesis -This bundle contains a collection of modern LaTeX classes, -style files, and example documents for authoring Bachelor, -Master, or Diploma theses and related academic manuscripts in -English and German. Includes a comprehensive tutorial (in -German) with detailed instructions and authoring guidelines. - -%package handin -Summary: Light weight template for creating school submissions using LaTeX -Version: svn48255 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(handin.sty) = %{tl_version} - -%description handin -This package is for students creating school submissions using -LaTeX. It is especially suitable for math, physics, statistics -and the like. It can easily be used for creating exercises, -too. - -%package hulipsum -Summary: Hungarian dummy text (Lorum ipse) -Version: svn46803 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(hulipsum.sty) = %{tl_version} - -%description hulipsum -Lorem ipsum is an improper Latin filler dummy text, cf. the -lipsum package. It is commonly used for demonstrating the -textual elements of a document template. Lorum ipse is a -Hungarian variation of Lorem ipsum. (Lorum is a Hungarian card -game, and ipse is a Hungarian slang word meaning bloke.) With -this package you can typeset 150 paragraphs of Lorum ipse. All -paragraphs are taken with permission from -http://www.lorumipse.hu. Thanks to Lorum Ipse Lab (Viktor Nagy -and David Takacs) for their work. - -%package hyperbar -Summary: Add interactive Barcode fields to PDF forms -Version: svn48147 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(hyperbar.sty) = %{tl_version} - -%description hyperbar -The package extends the hyperref functionality for creating -interactive forms to allow adding Barcode form fields supported -by some modern PDF readers. Currently, only pdfTeX is -supported. - -%package includernw -Summary: Include .Rnw inside .tex -Version: svn47557 -License: LPPL -Requires: texlive-base texlive-kpathsea -Requires: R-knitr -Provides: tex(includeRnw.sty) = %{tl_version} - -%description includernw -This package is for including .Rnw (knitr/sweave)-files inside -.tex-files. It requires that you have R and the R-package knitr -installed. - -%package intopdf -Summary: Embed non-PDF files into PDF with hyperlink -Version: svn51247 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(intopdf.sty) = %{tl_version} - -%description intopdf -The package allows to embed non-PDF files (e.g., BibTeX) into -PDF with a hyperlink. - -%package jnuexam -Summary: Exam class for Jinan University -Version: svn52696 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(jnuexam.cls) = %{tl_version} - -%description jnuexam -The package provides an exam class for Jinan University -(China). - -%package kanaparser -Summary: Kana parser for LuaTeX -Version: svn48052 -License: BSD -Requires: texlive-base texlive-kpathsea -Provides: tex(kanaparser.lua) = %{tl_version} -Provides: tex(kanaparser.tex) = %{tl_version} - -%description kanaparser -The package provides a kana parser for LuaTeX. It is a set of 4 -macros that handle transliteration of text: from hiragana and -katakana to Latin from Latin and katakana to hiragana from -Latin and hiragana to katakana It can be used to write kana -directly using only the ASCII character set or for education -purposes. The package has support for obsolete and rarely used -syllables, some only accessible via the provided toggle macro. - -%package karnaugh-map -Summary: LaTeX package for drawing karnaugh maps with up to 6 variables -Version: svn44131 -License: CC-BY-SA -Requires: texlive-base texlive-kpathsea -Requires: tex(tikz.sty) -Requires: tex(xparse.sty) -Requires: tex(xstring.sty) -Provides: tex(karnaugh-map.sty) = %{tl_version} - -%description karnaugh-map -This package draws karnaugh maps with 2, 3, 4, 5, and 6 -variables. It also contains commands for filling the karnaugh -map with terms semi-automatically or manually. Last but not -least it contains commands for drawing implicants on top of the -map. This package depends on the TikZ, xparse, and xstring -packages. - -%package kurdishlipsum -Summary: A package similar to the lipsum and ptext packages for the Kurdish language -Version: svn47518 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(kurdishlipsum.sty) = %{tl_version} - -%description kurdishlipsum -This package provides lispum-like facilities for the Kurdish -language. This package gives you easy access to the Kurdish -poerty and balladry text of the Diwany Vafaiy, Ahmedy Xani, -Naly, Mahwy,.... The package needs to be run under XeLaTeX. - -%package labelschanged -Summary: Identify labels which cause endless "may have changed" warnings -Version: svn46040 -License: Public Domain -Requires: texlive-base texlive-kpathsea -Provides: tex(labelschanged.sty) = %{tl_version} - -%description labelschanged -Several conditions can cause LaTeX labels to keep changing, no -matter how many times a document is recompiled. This package -helps diagnose the cause of repeated "Label(s) may have -changed" warnings. The names and before/after definitions of -changing labels are printed at the end of each compile. -Multiply-defined labels are printed as well. - -%package latex-via-exemplos -Summary: A LaTeX course written in brazilian portuguese language -Version: svn53248 -License: GPLv2+ -Requires: texlive-base texlive-kpathsea - -%description latex-via-exemplos -This is a LaTeX2e course written in brazilian portuguese -language. - -%package lccaps -Summary: Lowercased (spaced) small capitals -Version: svn46432 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(lccaps.sty) = %{tl_version} - -%description lccaps -This little package serves the purpose of providing a uniform -method to use lowercased small capitals and spaced lowercased -small capitals. It relies on the iftex, textcase, and microtype -packages and comes with four new user macros: \textlcc, the -main feature: lowercased small capitals; \spacedcaps, a prefix -to small capitals text commands to slightly increase their -spacing; \textslcc and \textssc, which are shortcuts for -\spacedcaps\textlcc and \spacedcaps\textsc (accordingly). - -%package libertinus-otf -Summary: Support for Libertinus OpenType -Version: svn56649 -License: LPPL and OFL -Requires: texlive-base texlive-kpathsea -Requires: texlive-libertinus-fonts -Provides: tex(libertinus-otf.sty) = %{tl_version} - -%description libertinus-otf -This package offers LuaLaTeX/XeLaTeX support for the Libertinus -OpenType fonts maintained by Khaled Hosny. Missing fonts are -defined via several font feature settings. The Libertinus fonts -are similiar to Libertine and Biolinum, but come with math -symbols. - -%package llncsconf -Summary: LaTeX package extending Springer's llcns class -Version: svn46707 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(llncsconf.sty) = %{tl_version} - -%description llncsconf -The package extends Springer's llncs class for adding -additional notes describing the status of the paper (submitted, -accepted) as well as for creating author-archived versions that -include the references to the official version hosted by -Springer (as requested by the copyright transfer agreement for -Springer's LNCS series). - -%package longdivision -Summary: Long division arithmetic problems -Version: svn50586 -License: LPPL -Requires: texlive-base texlive-kpathsea -Requires: tex(xparse.sty) -Provides: tex(longdivision.sty) = %{tl_version} - -%description longdivision -This package solves long division problems and typesets the -solutions. The dividend must be a positive decimal number and -the divisor must be a positive integer. Repeating decimals is -handled correctly, putting a bar over the repeated part of the -decimal. Dividends up to 20 digits long are handled gracefully -(though the typeset result will take up about a page), and -dividends between 20 and 60 digits long slightly less -gracefully. The package defines two macros, \longdivision and -\intlongdivision. Each takes two arguments, a dividend and a -divisor. \longdivision keeps dividing until the remainder is -zero, or it encounters a repeated remainder. \intlongdivision -stops when the dividend stops (though the dividend doesn't have -to be an integer). This package depends on the xparse package -from the l3packages bundle. - -%package lualatex-truncate -Summary: A wrapper for using the truncate package with LuaLaTeX -Version: svn48469 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(lualatex-truncate.sty) = %{tl_version} - -%description lualatex-truncate -This package provides a wrapper for the truncate package, thus -fixing issues related to LuaTeX's hyphenation algorithm. - -%package luavlna -Summary: Prevent line breaks after single letter words, units, or adademic titles -Version: svn52682 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(luavlna-csplain-langs.lua) = %{tl_version} -Provides: tex(luavlna-langno.lua) = %{tl_version} -Provides: tex(luavlna-predegrees.lua) = %{tl_version} -Provides: tex(luavlna-presi.lua) = %{tl_version} -Provides: tex(luavlna-si.lua) = %{tl_version} -Provides: tex(luavlna-sufdegrees.lua) = %{tl_version} -Provides: tex(luavlna.4ht) = %{tl_version} -Provides: tex(luavlna.lua) = %{tl_version} -Provides: tex(luavlna.sty) = %{tl_version} -Provides: tex(luavlna.tex) = %{tl_version} - -%description luavlna -In some languages, like Czech or Polish, there should be no -single letter words at the end of a line, according to -typographical norms. This package handles such situations using -LuaTeX's callback mechanism. In doing this, the package can -detect languages used in the text and insert spaces only in -parts of the document where languages requiring this feature -are used. Another feature of this package is the inclusion of -non-breakable space after initials (like in personal names), -after or before academic degrees, and between numbers and -units. The package supports both plain LuaTeX and LuaLaTeX. -BTW: "vlna" is the Czech word for "wave" or "curl" and also -denotes the tilde which, in TeX, is used for "unbreakable -spaces". - -%package manyind -Summary: Provides support for many indexes -Version: svn49874 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(manyind.sty) = %{tl_version} - -%description manyind -This package provides support for many indexes, leaving all the -bookkeeping to LaTeX and makeindex. No extra programs or files -are needed. One runs latex and makeindex as if there is just -one index. In the main file one puts commands like -\setindex{main} to steer the flow. Some features of makeindex -may no longer work. - -%package mathfam256 -Summary: Extend math family up to 256 for pLaTeX/upLaTeX/Lamed -Version: svn53519 -License: BSD -Requires: texlive-base texlive-kpathsea -Provides: tex(mathfam256.sty) = %{tl_version} - -%description mathfam256 -This package increases the upper limit of math symbols up to -256, using \omath... primitives. These primitives were -originally introduced in Omega and are currently available in -the following formats: pLaTeX (runs on e-pTeX), upLaTeX (runs -on e-upTeX), Lamed (runs on Aleph, successor of Omega). - -%package mathfixs -Summary: Fix various layout issues in math mode -Version: svn49547 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(mathfixs.sty) = %{tl_version} - -%description mathfixs -This is a LaTeX2e package to fix some odd behaviour in math -mode such as spacing around fractions and roots, math symbols -within bold text as well as capital Greek letters. It also adds -some related macros. - -%package mathfont -Summary: Use TrueType and OpenType fonts in math mode; compatible with XeTeX and LuaTeX -Version: svn53035 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(mathfont.sty) = %{tl_version} - -%description mathfont -The mathfont package provides a flexible interface for changing -the font of math mode characters. The package allows the user -to specify a default unicode font for each of six basic classes -of Latin and Greek characters, and it provides additional -support for unicode alphanumeric symbols. Crucially, mathfont -is compatible with both LuaLaTeX and XeLaTeX, and it provides -several font-loading commands that allow the user to change -fonts locally or for individual symbols within math mode. - -%package mathpunctspace -Summary: Control the space after punctuation in math expressions -Version: svn46754 -License: BSD -Requires: texlive-base texlive-kpathsea -Provides: tex(mathpunctspace.sty) = %{tl_version} - -%description mathpunctspace -This package provides a mechanism to control the space after -commas and semicolons in mathematical expressions. - -%package mgltex -Summary: High-quality graphics from MGL scripts embedded in LaTeX documents -Version: svn41676 -License: GPLv3 -Requires: texlive-base texlive-kpathsea -Provides: tex(mgltex.sty) = %{tl_version} - -%description mgltex -This package allows you to create high-quality -publication-ready graphics directly from MGL scripts embedded -into your LaTeX document, using the MathGL library. Besides -following the LaTeX philosophy of allowing you to concentrate -on content rather than output (mglTeX takes care of producing -the output), mglTeX facilitates the maintenance of your -document, since both code for text and code for plots are -contained in a single file. MathGL. is a fast and efficient -library by Alexey Balakin for the creation of high-quality -publication-ready scientific graphics. Although it defines -interfaces for many programming languages, it also implements -its own scripting language, called MGL, which can be used -independently. - -%package milsymb -Summary: LaTeX package for TikZ based drawing of military symbols as per NATO APP-6(C) -Version: svn54361 -License: CC-BY-SA -Requires: texlive-base texlive-kpathsea -Provides: tex(milsymb.sty) = %{tl_version} - -%description milsymb -The package offers commands to draw military symbols as per -NATO APP-6(C) https://www.awl.edu.pl/images/en/APP_6_C.pdf. It -has a set of commands for drawing all symbols found in the -document up to the control measures, as well as support for -custom non-standard symbols. Control measures are planned to be -included in a future release. - -%package minidocument -Summary: Creates miniature documents inside other LaTeX documents -Version: svn43752 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(minidocument.sty) = %{tl_version} - -%description minidocument -This package can be used to create miniature documents inside -other LaTeX documents. Inside the minidocument all features of -the outer vertical mode like page breaking, floats, marginpars, -etc. are available. - -%package modernposter -Summary: A modern LaTeX poster theme -Version: svn47269 -License: CC-BY-SA -Requires: texlive-base texlive-kpathsea -Provides: tex(modernposter.cls) = %{tl_version} - -%description modernposter -This class extends the a0poster class in that it adds support -to easily create posters without the need for taking care of -the layout at all. It allows to use \maketitle to generate a -fancy header containing the title information and also provides -macros to position various different types of text boxes in a -two-column layout. The color scheme is inspired by the -metropolis beamer theme. - -%package modulus -Summary: A non-destructive modulus and integer quotient operator for TeX -Version: svn47599 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(modulus.sty) = %{tl_version} - -%description modulus -The package provides an easy way to take the remainder of a -division operation without destroying the values of the -counters containing the dividend and divisor. Also provides a -way to take the integer quotient of a division operation -without destroying the values of the counters containing the -dividend and divisor. A tiny but occasionally useful package, -when doing heavy TeX programming. - -%package morisawa -Summary: Enables selection of 5 standard Japanese fonts for pLaTeX + dvips -Version: svn46946 -License: BSD -Requires: texlive-base texlive-kpathsea -Provides: tex(morisawa5.map) = %{tl_version} -Provides: tex(FutoGoB101-Bold-H.tfm) = %{tl_version} -Provides: tex(FutoGoB101-Bold-J.tfm) = %{tl_version} -Provides: tex(FutoGoB101-Bold-V.tfm) = %{tl_version} -Provides: tex(FutoMinA101-Bold-H.tfm) = %{tl_version} -Provides: tex(FutoMinA101-Bold-J.tfm) = %{tl_version} -Provides: tex(FutoMinA101-Bold-V.tfm) = %{tl_version} -Provides: tex(GothicBBB-Medium-H.tfm) = %{tl_version} -Provides: tex(GothicBBB-Medium-J.tfm) = %{tl_version} -Provides: tex(GothicBBB-Medium-V.tfm) = %{tl_version} -Provides: tex(Jun101-Light-H.tfm) = %{tl_version} -Provides: tex(Jun101-Light-J.tfm) = %{tl_version} -Provides: tex(Jun101-Light-V.tfm) = %{tl_version} -Provides: tex(Ryumin-Light-H.tfm) = %{tl_version} -Provides: tex(Ryumin-Light-J.tfm) = %{tl_version} -Provides: tex(Ryumin-Light-V.tfm) = %{tl_version} -Provides: tex(futogo-b-v.tfm) = %{tl_version} -Provides: tex(futogo-b.tfm) = %{tl_version} -Provides: tex(futomin-b-v.tfm) = %{tl_version} -Provides: tex(futomin-b.tfm) = %{tl_version} -Provides: tex(gtbbb-m-v.tfm) = %{tl_version} -Provides: tex(gtbbb-m.tfm) = %{tl_version} -Provides: tex(jun101-l-v.tfm) = %{tl_version} -Provides: tex(jun101-l.tfm) = %{tl_version} -Provides: tex(ryumin-l-v.tfm) = %{tl_version} -Provides: tex(ryumin-l.tfm) = %{tl_version} -Provides: tex(FutoGoB101-Bold-H.vf) = %{tl_version} -Provides: tex(FutoGoB101-Bold-J.vf) = %{tl_version} -Provides: tex(FutoGoB101-Bold-V.vf) = %{tl_version} -Provides: tex(FutoMinA101-Bold-H.vf) = %{tl_version} -Provides: tex(FutoMinA101-Bold-J.vf) = %{tl_version} -Provides: tex(FutoMinA101-Bold-V.vf) = %{tl_version} -Provides: tex(GothicBBB-Medium-H.vf) = %{tl_version} -Provides: tex(GothicBBB-Medium-J.vf) = %{tl_version} -Provides: tex(GothicBBB-Medium-V.vf) = %{tl_version} -Provides: tex(Jun101-Light-H.vf) = %{tl_version} -Provides: tex(Jun101-Light-J.vf) = %{tl_version} -Provides: tex(Jun101-Light-V.vf) = %{tl_version} -Provides: tex(Ryumin-Light-H.vf) = %{tl_version} -Provides: tex(Ryumin-Light-J.vf) = %{tl_version} -Provides: tex(Ryumin-Light-V.vf) = %{tl_version} -Provides: tex(morisawa.sty) = %{tl_version} - -%description morisawa -The package enables selection of 5 standard Japanese fonts for -pLaTeX + dvips. It was originally written by Haruhiko Okumura -as part of jsclasses bundle, and the TFM/VF files were -previously distributed as part of the ptex-fonts package. - -%package mptrees -Summary: Probability trees with MetaPost -Version: svn44453 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(mptrees.mp) = %{tl_version} - -%description mptrees -This package provides MetaPost tools for drawing simple -probability trees. One command and several parameters to -control the output are provided. - -%package musikui -Summary: Easy creation of "arithmetical restoration" puzzles -Version: svn47472 -License: LPPL -Requires: texlive-base texlive-kpathsea -Requires: tex(graphicx.sty) -Provides: tex(musikui.sty) = %{tl_version} - -%description musikui -This package permits to easily typeset arithmetical -longdesc restorations using LaTeX. This package requires the graphicx -longdesc package. - -%package nicematrix -Summary: Several features to improve the typesetting of mathematical matrices with TikZ -Version: svn54758 -License: LPPL -Requires: texlive-base texlive-kpathsea -Requires: tex(amsmath.sty) -Requires: tex(array.sty) -Requires: tex(expl3.sty) -Requires: tex(l3keys2e.sty) -Requires: tex(xparse.sty) -Requires: tex(pgf.sty) -Provides: tex(nicematrix.sty) = %{tl_version} - -%description nicematrix -This package provides new environments similar to the -environments matrix, pmatrix, bmatrix, etc. of amsmath and -mathtools. In these new environments, a PGF node is created for -each cell of the matrix. The user can use these nodes directly -but nicematrix also provides commands which use these nodes to -draw continuous dotted lines from two cells of the matrix (the -result is more aesthetic than the classical result obtained -using \cdots, \vdots, \ddots, etc.). This package also provides -a control over the width of the columns and the possibility to -add an exterior line and an exterior column. nicematrix -requires and loads amsmath, array, expl3, l3keys2e, xparse, -pgf, as well as the TikZ library fit. - -%package nidanfloat -Summary: Bottom placement option for double float in two column mode (nidan-kumi) -Version: svn48295 -License: BSD -Requires: texlive-base texlive-kpathsea -Provides: tex(nidanfloat.sty) = %{tl_version} - -%description nidanfloat -This package enables a bottom placement option for double -floats in two column mode (nidan-kumi). It was originally part -of the Japanese pLaTeX bundle and is now distributed as a -separate package because it supports all LaTeX formats. - -%package notex-bst -Summary: A BibTeX style that outputs HTML -Version: svn42361 -License: Public Domain -Requires: texlive-base texlive-kpathsea -Provides: tex(noTeX.bst) = %{tl_version} - -%description notex-bst -noTeX.bst produces a number of beautifully formatted HTML P -elements instead of TeX code. It can be used to automatically -generate bibliographies to be served on the web starting from -BibTeX files. - -%package onedown -Summary: Typeset Bridge Diagrams -Version: svn52525 -License: LPPL -Requires: texlive-base texlive-kpathsea -# \DeclareFontSubstitution{OMS}{txsy}{m}{n} -Requires: tex(omstxsy.fd) -# \DeclareFontSubstitution{U}{txsyc}{m}{n} -Requires: tex(utxsyc.fd) -Provides: tex(onedown.sty) = %{tl_version} - -%description onedown -This is a comprehensive package to draw all sorts of bridge -diagrams, including hands (stand alone or arround a compass), -bidding tables (stand alone or in connection with -hands/compass), trick tables, and expert quizzes. Features: -Works for all fontsizes from \ssmall to \HUGE. Different fonts -for hands, bidding diagrams, compass, etc. are possible. -Annotations to card and bidding diagrams. Automated check on -consistency of suit and hands. Multilingual output of bridge -terms. Extensive documentation: User manual, Reference manual, -and Examples. - -%package oplotsymbl -Summary: Some symbols which are not easily available -Version: svn44951 -License: LPPL -Requires: texlive-base texlive-kpathsea -Requires: tex(tikz.sty) -Requires: tex(xcolor.sty) -Provides: tex(oplotsymbl.sty) = %{tl_version} - -%description oplotsymbl -This package is named oPlotSymbl and it includes symbols, which -longdesc are not easily available. Especially, these symbols are used in -longdesc scientific plots, but the potential user is allowed to use them -longdesc in other ways. This package uses TikZ and xcolor. - -%package outlining -Summary: Create outlines for scientific documents -Version: svn45601 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(outlining.sty) = %{tl_version} - -%description outlining -Every scientific document requires outlining before it is -written. This package adds simple macros for your LaTeX -document. - -%package overlays -Summary: Incremental slides -Version: svn46122 -License: LPPL -Requires: texlive-base texlive-kpathsea -Requires: tex(xcolor.sty) -Requires: tex(environ.sty) -Requires: tex(pgffor.sty) -Provides: tex(overlays.sty) = %{tl_version} - -%description overlays -The overlay package allows to write presentations with -incremental slides. It does not presuppose any specific -document class. Rather, it is a lightweight alternative to -full-fledged presentation classes like beamer. The package -requires xcolor, environ, and pgffor (from the pgf bundle). - -%package padcount -Summary: Pad numbers with arbitrary characters -Version: svn47621 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(padcount.sty) = %{tl_version} - -%description padcount -This package provides some simple macros which will pad numbers -(or, indeed, any expanded token) with your choice of character -(defaulting to "0") to your choice of number of places -(defaults to "2"). This works not only on arabic numerals, but -on any expanded list of tokens passed to it. This makes it -suitable for, among other things, counters of all kinds. - -%package pdfoverlay -Summary: A LaTeX style for overlaying text on a PDF -Version: svn52627 -License: LPPL -Requires: texlive-base texlive-kpathsea -Requires: tex(xparse.sty) -Requires: tex(everypage.sty) -Requires: tex(pdfpages.sty) -Provides: tex(pdfoverlay.sty) = %{tl_version} - -%description pdfoverlay -It is often desirable to take an exisiting PDF and easily add -annotations or text overlaying the PDF. This might arise if you -wish to add comments to a PDF, fill in a PDF form, or add text -to a PDF where space has been left for notes. This package -provides a simple interface to do this without having to resort -to inserting one page at a time. Some or all of the pages of -the PDF can be included and not all pages of the PDF need have -overlayed text. It is also possible to include text between -pages of the PDF. Another advantage of this package is that the -overlayed text can be set as normal flowing from one page to -another or with manual page breaks if you wish. It is also -possible to use any standard method to position text at -arbitrary places on a given page. This package depends on -xparse, everypage, and pdfpages. - -%package pdfpc-movie -Summary: Pdfpc viewer-compatible hyperlinks to movies -Version: svn48245 -License: LPPL -Requires: texlive-base texlive-kpathsea -Requires: tex(etoolbox.sty) -Requires: tex(hyperref.sty) -Requires: tex(pgfkeys.sty) -Requires: pdfpc -Provides: tex(pdfpc-movie.sty) = %{tl_version} - -%description pdfpc-movie -This LaTeX2e package provides a command \pdfpcmovie for -embedding (hyperlinking) movies in a way compatible with the -PDF Presenter Console (pdfpc), a GPL2-licensed multi-monitor -PDF presentation viewer application available on GitHub and -shipped with some LINUX distributions such as Debian, Fedora, -and Arch. The package depends on etoolbox, hyperref, and -pgfkeys. - -%package pdfprivacy -Summary: A LaTeX package to remove or suppress pdf meta-data -Version: svn45985 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(pdfprivacy.sty) = %{tl_version} - -%description pdfprivacy -Creating pdfs with pdfLaTeX populates several pdf meta-data -fields such as date/time of creation/modification, information -about the LaTeX installation (e.g., pdfTeX version), and the -relative paths of included pdfs. The pdfprivacy package -provides support for emptying several of these pdf meta-data -fields as well as suppressing some pdfTeX meta-data entries in -the resulting pdf. - -%package penrose -Summary: A TikZ library for producing Penrose tilings -Version: svn48202 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(tikzlibrarypenrose.code.tex) = %{tl_version} - -%description penrose -This package provides a TikZ library for drawing Penrose tiles. -It currently supports the kite/dart, rhombus, and pentagon tile -sets. There are two main methods for their placement: one that -automatically generates a tiling, and one that allows for "by -hand" placement. Furthermore, the tiles themselves can be -deformed and will still (hopefully!) fit together in the -correct fashion. - -%package pgfornament-han -Summary: pgfornament library for Chinese traditional motifs and patterns -Version: svn54191 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(beamerthemeHeavenlyClouds.sty) = %{tl_version} -Provides: tex(beamerthemeXiaoshan.sty) = %{tl_version} -Provides: tex(cncolours.sty) = %{tl_version} -Provides: tex(pgflibraryhan.code.tex) = %{tl_version} -Provides: tex(pgfornament-han.sty) = %{tl_version} - -%description pgfornament-han -This package provides a pgfornament library for Chinese -traditional motifs and patterns. The command \pgfornamenthan -takes the same options as \pgfornament from the pgfornament -package, but renders Chinese traditional motifs instead. The -list of supported motifs, as well as some examples, can be -found in the accompanying documentation. - -%package pixelart -Summary: A package to draw pixel-art pictures -Version: svn46740 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(pixelart.sty) = %{tl_version} - -%description pixelart -A LaTeX package to draw single-color pixel-art pictures using -TikZ. - -%package plantuml -Summary: Support for rendering UML diagrams using the syntax and tool of PlantUML -Version: svn52175 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(plantuml.lua) = %{tl_version} -Provides: tex(plantuml.sty) = %{tl_version} - -%description plantuml -The package provides support for rendering UML diagrams using -the syntax and tools of PlantUML. The PlantUML syntax is very -short and thus enables quickly specifying UML diagrams. Using -dot, PlantUML layouts the diagrams. - -%package plex -Summary: Support for IBM Plex fonts -Version: svn54512 -License: OFL -Requires: texlive-base texlive-kpathsea -Provides: tex(plex.map) = %{tl_version} -Provides: tex(LGRIBMPlexSans-Sup.fd) = %{tl_version} -Provides: tex(LGRIBMPlexSans-TLF.fd) = %{tl_version} -Provides: tex(LY1IBMPlexMono-Sup.fd) = %{tl_version} -Provides: tex(LY1IBMPlexMono-TLF.fd) = %{tl_version} -Provides: tex(LY1IBMPlexSans-Sup.fd) = %{tl_version} -Provides: tex(LY1IBMPlexSans-TLF.fd) = %{tl_version} -Provides: tex(LY1IBMPlexSerif-Sup.fd) = %{tl_version} -Provides: tex(LY1IBMPlexSerif-TLF.fd) = %{tl_version} -Provides: tex(OT1IBMPlexMono-Sup.fd) = %{tl_version} -Provides: tex(OT1IBMPlexMono-TLF.fd) = %{tl_version} -Provides: tex(OT1IBMPlexSans-Sup.fd) = %{tl_version} -Provides: tex(OT1IBMPlexSans-TLF.fd) = %{tl_version} -Provides: tex(OT1IBMPlexSerif-Sup.fd) = %{tl_version} -Provides: tex(OT1IBMPlexSerif-TLF.fd) = %{tl_version} -Provides: tex(T1IBMPlexMono-Sup.fd) = %{tl_version} -Provides: tex(T1IBMPlexMono-TLF.fd) = %{tl_version} -Provides: tex(T1IBMPlexSans-Sup.fd) = %{tl_version} -Provides: tex(T1IBMPlexSans-TLF.fd) = %{tl_version} -Provides: tex(T1IBMPlexSerif-Sup.fd) = %{tl_version} -Provides: tex(T1IBMPlexSerif-TLF.fd) = %{tl_version} -Provides: tex(TS1IBMPlexMono-TLF.fd) = %{tl_version} -Provides: tex(TS1IBMPlexSans-TLF.fd) = %{tl_version} -Provides: tex(TS1IBMPlexSerif-TLF.fd) = %{tl_version} -Provides: tex(plex-mono.sty) = %{tl_version} -Provides: tex(plex-sans.sty) = %{tl_version} -Provides: tex(plex-serif.sty) = %{tl_version} -Provides: tex(plx_2hzyxp.enc) = %{tl_version} -Provides: tex(plx_4hck4s.enc) = %{tl_version} -Provides: tex(plx_6tuc4c.enc) = %{tl_version} -Provides: tex(plx_dzqm4q.enc) = %{tl_version} -Provides: tex(plx_errukl.enc) = %{tl_version} -Provides: tex(plx_eywvcp.enc) = %{tl_version} -Provides: tex(plx_h3p6bl.enc) = %{tl_version} -Provides: tex(plx_hrol52.enc) = %{tl_version} -Provides: tex(plx_imandq.enc) = %{tl_version} -Provides: tex(plx_lfnaaq.enc) = %{tl_version} -Provides: tex(plx_lxmhqh.enc) = %{tl_version} -Provides: tex(plx_mnk4s5.enc) = %{tl_version} -Provides: tex(plx_n2etni.enc) = %{tl_version} -Provides: tex(plx_nzsfse.enc) = %{tl_version} -Provides: tex(plx_ojqnwd.enc) = %{tl_version} -Provides: tex(plx_oqvkyq.enc) = %{tl_version} -Provides: tex(plx_qdoxri.enc) = %{tl_version} -Provides: tex(plx_sebx3h.enc) = %{tl_version} -Provides: tex(plx_tibbib.enc) = %{tl_version} -Provides: tex(plx_toaz2j.enc) = %{tl_version} -Provides: tex(plx_umrhwx.enc) = %{tl_version} -Provides: tex(plx_vf6q7q.enc) = %{tl_version} -Provides: tex(plx_wot2a6.enc) = %{tl_version} -Provides: tex(plx_x4zmfh.enc) = %{tl_version} -Provides: tex(plx_xl2q4z.enc) = %{tl_version} - -%description plex -The package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX -support for the IBM Plex families of fonts. Serif, Sans and -Mono families are available in eight weights: Regular, Light, -ExtraLight, Thin, Bold, Text, Medium and SemiBold (with -corresponding italics). - -%package plex-otf -Summary: Support for the OpenType font IBM Plex -Version: svn47562 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(plex-otf.sty) = %{tl_version} - -%description plex-otf -This package supports the free otf fonts from the IBM Plex -project which are available from GitHub or already part of your -system (Windows/Linux/...). This package supports only XeLaTeX -or LuaLaTeX; for pdfLaTeX use plex-mono.sty, plex-sans.sty, -and/or plex-serif.sty from the plex package. IBM Plex has no -math symbols. You will have to use one of the existing math -fonts if you need them. - -%package pm-isomath -Summary: Poor man ISO math for pdfLaTeX users -Version: svn54799 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(pm-isomath.sty) = %{tl_version} - -%description pm-isomath -This small package realizes a poor man approximation of the ISO -regulations for physical sciences and technology. Contrary to -other more elegant solutions, it does not load any math -alphabet, since pdfLaTeX can use only a maximum of such -alphabets. The necessary user macros are defined for typsetting -common math symbols that require special ISO treatement. - -%package polexpr -Summary: A parser for polynomial expressions -Version: svn53633 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(polexpr.sty) = %{tl_version} - -%description polexpr -The package provides \poldef: a parser for polynomial -expressions based upon the \xintdeffunc mechanism of the -package xintexpr. The parsed expressions use the operations of -algebra (inclusive of composition of functions) with standard -operators, fractional numbers (possibly in scientific notation) -and previously defined polynomial functions or other constructs -as recognized by the \xintexpr numerical parser. The -polynomials are then not only genuine \xintexpr numerical -functions but additionally are also known to the package via -their coefficients. This allows dedicated macros to implement -polynomial algorithmics. - -%package postage -Summary: stamp letters with >>Deutsche Post<<'s service >>Internetmarke<< -Version: svn47893 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(postage.sty) = %{tl_version} - -%description postage -The postage package is used for franking letters with ->>Deutsche Post<<'s online postage service >>Internetmarke<<. -Note that in order to print valid stamps you must point to a -valid PDF of >>Deutsche Post<<'s >>Ausdruck 4-spaltig (DIN -A4)<<. - -%package powerdot-tuliplab -Summary: A style package for Powerdot to provide the design of TULIP Lab -Version: svn47963 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(tulip-logo.eps) = %{tl_version} -Provides: tex(tulip-wordmark.eps) = %{tl_version} -Provides: tex(tulip.eps) = %{tl_version} -Provides: tex(tulip-wordmark0.eps) = %{tl_version} -Provides: tex(tulip-wordmark1.eps) = %{tl_version} -Provides: tex(tulip0.eps) = %{tl_version} -Provides: tex(tulip1.eps) = %{tl_version} -Provides: tex(tulip2.eps) = %{tl_version} -Provides: tex(tulip3.eps) = %{tl_version} -Provides: tex(powerdot-tuliplab.sty) = %{tl_version} - -%description powerdot-tuliplab -powerdot-tuliplab is the LaTeX package used in TULIP Lab for -presentation drafting. It comes with several sample .tex files -so that you can quickly start working with it. - -%package pst-antiprism -Summary: A PSTricks related package which draws an antiprism -Version: svn46643 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(pst-antiprism.pro) = %{tl_version} -Provides: tex(pst-antiprism.tex) = %{tl_version} -Provides: tex(pst-antiprism.sty) = %{tl_version} - -%description pst-antiprism -pst-antiprism is a PSTricks related package which draws an -antiprism, which is a semiregular polyhedron constructed with -2-gons and triangles. - -%package pst-calculate -Summary: Support for floating point operations at LaTeX level -Version: svn49817 -License: LPPL -Requires: texlive-base texlive-kpathsea -Requires: tex(expl3.sty) -Requires: tex(siunitx.sty) -Requires: tex(xkeyval.sty) -Requires: tex(xparse.sty) -Provides: tex(pst-calculate.sty) = %{tl_version} - -%description pst-calculate -This package provides an interface to the LaTeX3 floating point -unit (part of expl3), mainly used for PSTricks related packages -to allow math expressions at LaTeX level. siunitx is used for -formatting the calculated number. The package also depends on -xkeyval and xparse. - -%package pst-contourplot -Summary: Draw implicit functions using the "marching squares" algorithm -Version: svn48230 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(pst-contourplot.tex) = %{tl_version} -Provides: tex(pst-contourplot.sty) = %{tl_version} - -%description pst-contourplot -This package allows to draw implicit functions "f(x,y) = 0" -with options for coloring the inside of the surfaces, for -marking the points and arrowing the curve at points chosen by -the user. The package uses the "marching squares" algorithm. - -%package pst-dart -Summary: Plotting dart boards -Version: svn46579 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(pst-dart.sty) = %{tl_version} -Provides: tex(pst-dart.tex) = %{tl_version} - -%description pst-dart -pst-dart is a PSTricks related package and draws Dart Boards. -Optional arguments are the unit and the fontsize. - -%package pst-spinner -Summary: Drawing a fidget spinner -Version: svn54080 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(pst-spinner.sty) = %{tl_version} -Provides: tex(pst-spinner.tex) = %{tl_version} - -%description pst-spinner -This package aims to propose a model of the fidget spinner -gadget. It exists under different forms with 2, 3 poles and -even more. We chose the most popular model: the triple Fidget -Spinner. You can run the PSTricks related documents with -XeLaTeX. - -%package pythonhighlight -Summary: Highlighting of Python code, based on the listings package -Version: svn43191 -License: BSD -Requires: texlive-base texlive-kpathsea -Provides: tex(pythonhighlight.sty) = %{tl_version} - -%description pythonhighlight -Highlighting of Python code, based on the listings package. - -%package revquantum -Summary: Hacks to make writing quantum papers for revtex4-1 less painful -Version: svn43505 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(revquantum.sty) = %{tl_version} - -%description revquantum -This package provides a number of useful hacks to solve common -annoyances with the revtex4-1 package, and to define notation -in common use within quantum information. In doing so, it -imports and configures a number of commonly-available and used -packages, and where reasonable, provides fallbacks. It also -warns when users try to load packages which are known to be -incompatible with revtex4-1. - -%package scientific-thesis-cover -Summary: Provides cover page and affirmation at the end of a thesis -Version: svn47923 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(scientific-thesis-cover.sty) = %{tl_version} - -%description scientific-thesis-cover -Institutions require a cover page and an affirmation at the end -of a thesis. This package provides both. - -%package scratchx -Summary: Include Scratch programs in LaTeX documents -Version: svn44906 -License: LPPL -Requires: texlive-base texlive-kpathsea -Requires: tex(calc.sty) -Requires: tex(fp.sty) -Requires: tex(ifsym.sty) -Requires: tex(multido.sty) -Requires: tex(tikz.sty) -Requires: tex(xargs.sty) -Requires: tex(xstring.sty) -Provides: tex(ScratchX.sty) = %{tl_version} - -%description scratchx -This package can be used to include every kind of Scratch -program in LaTeX documents. This may be particularly useful for -Math Teachers and IT specialists. The package depends on the -following other LaTeX packages: calc, fp, ifsym, multido, tikz, -xargs, and xstring. - -%package sectionbreak -Summary: LaTeX support for section breaks -Version: svn50339 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(sectionbreak.sty) = %{tl_version} - -%description sectionbreak -This package provides LaTeX support for section breaks, used -mainly in fiction books to signal changes in a story, like -changes in time, location, etc. It supports the asterism -symbol, text content, or custom macros as the section break -mark symbol. - -%package semantic-markup -Summary: Meaningful semantic markup in the spirit of the Text Encoding Initiative -Version: svn53607 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(semantic-markup.sty) = %{tl_version} - -%description semantic-markup -The package provides simple commands to allow authors -(especially scholars in the humanities) to write with a focus -on content rather than presentation. The commands are inspired -by the XML elements of the Text Encoding Initiative. Commands -like \term and \foreign are aliases for \emph. \quoted and -\soCalled are aliases for quoting commands. These commands -could be easily redefined for different formats. The package -also provides a footnote environment so that long footnotes can -be more cleanly separated from the main text. Because the -author is a music scholar, the package also includes some -macros for musical symbols and other basic notations for -musical analysis. - -%package sexam -Summary: Package for typesetting arabic exam scripts -Version: svn46628 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(bacex.sty) = %{tl_version} -Provides: tex(sexam.sty) = %{tl_version} -Provides: tex(wexam.sty) = %{tl_version} - -%description sexam -The package provides a modified version of the exam package -made compatible with XeLaTeX/polyglossia to typesetting arabic. - -%package short-math-guide -Summary: Guide to using amsmath and related packages to typeset mathematical notation with LaTeX -Version: svn46126 -License: LPPL -Requires: texlive-base texlive-kpathsea - -%description short-math-guide -The Short Math Guide is intended to be a concise introduction -to the use of the facilities provided by amsmath and various -other LaTeX packages for typesetting mathematical notation. -Originally created by Michael Downes of the American -Mathematical Society based only on amsmath, it has been brought -up to date with references to related packages and other useful -information. - -%package simpleinvoice -Summary: Easy typesetting of invoices -Version: svn45673 -License: GPLv3 -Requires: texlive-base texlive-kpathsea -Provides: tex(simpleinvoice.sty) = %{tl_version} - -%description simpleinvoice -This package lets you easily typeset professional-looking -invoices. The user specifies the content of the invoice by -different \setPROPERTY commands, and an invoice is generated -automatically with the \makeinvoice command. - -%package spalign -Summary: Typeset matrices and arrays with spaces and semicolons as delimiters -Version: svn42225 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(spalign.sty) = %{tl_version} - -%description spalign -Typeset matrices and arrays with spaces and semicolons as -delimiters. The purpose of this package is to decrease the -number of keystrokes needed to typeset small amounts of aligned -material (matrices, arrays, etc.). It provides a facility for -typing alignment environments and macros with spaces as the -alignment delimiter and semicolons (by default) as the -end-of-row indicator. For instance, typeset a matrix using -\spalignmat{1 12 -3; 24 -2 2; 0 0 1}, or a vector using -\spalignvector{22 \frac{1}{2} -14}. This package also contains -utility macros for typesetting augmented matrices, vectors, -arrays, systems of equations, and more, and is easily -extendable to other situations that use alignments. People who -have to typeset a large number of matrices (like linear algebra -teachers) should find this package to be a real time saver. - -%package stanli -Summary: TikZ Library for Structural Analysis -Version: svn54512 -License: GPL+ and LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(stanli.sty) = %{tl_version} - -%description stanli -stanli is a STructural ANalysis LIbrary based on PGF/TikZ. -Creating new assignments and tests, at university, is usually a -very time-consuming task, especially when this includes drawing -graphics. In the field of structural engineering, those small -structures are a key part for teaching. This package permits to -create such 2D and 3D structures in a very fast and simple way. - -%package statistics -Summary: Compute and typeset statistics tables and graphics -Version: svn52212 -License: GPLv3+ -Requires: texlive-base texlive-kpathsea -Provides: tex(statistics.sty) = %{tl_version} - -%description statistics -The 'statistics' package can compute and typeset statistics -like frequency tables, cumulative distribution functions -(increasing or decreasing, in frequency or absolute count -domain), from the counts of individual values, or ranges, or -even the raw value list with repetitions. It can also compute -and draw a bar diagram in case of individual values, or, when -the data repartition is known from ranges, an histogram or the -continuous cumulative distribution function. You can ask -'statistics' to display no result, selective results or all of -them. Similarly 'statistics' can draw only some parts of the -graphs. Every part of the generated tables or graphics is -customizable. - -%package statmath -Summary: A LaTeX package for simple use of statistical notation -Version: svn46925 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(statmath.sty) = %{tl_version} - -%description statmath -The package offers anumber of notational conventions to be used -in applied and theoretical papers in statistics which are -currently lacking in the popular amsmath package. The seasoned -LaTeX user will see that the provided commands are simple, -almost trivial, but will hopefully offer less cluttered -preambles as well as a welcome help for novice users. - -%package stealcaps -Summary: "Steal" small capitals -Version: svn46434 -License: LPPL -Requires: texlive-base texlive-kpathsea -Requires: tex(pgfopts.sty) -Requires: tex(iftex.sty) -Requires: tex(fontspec.sty) -Provides: tex(stealcaps.sty) = %{tl_version} - -%description stealcaps -This little package is mainly meant to be used when there is a -(TrueType or OpenType) font that does not provide real small -capitals. As a workaround, this package helps to borrow, or -"steal", the small capitals from another font. This might also -be useful in the rare case that someone does not like the -present small capitals, and wants to change them, or likes -those from another font better. To achieve the borrowing, one -only needs to load the package and specify the name of the -target font via the from option. Package dependencies: pgfopts, -iftex, fontspec. - -%package stickstoo -Summary: A reworking of STIX2 -Version: svn54512 -License: OFL and LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(SticksTooText.map) = %{tl_version} -Provides: tex(LY1SticksTooText-Dnom.fd) = %{tl_version} -Provides: tex(LY1SticksTooText-Inf.fd) = %{tl_version} -Provides: tex(LY1SticksTooText-LF.fd) = %{tl_version} -Provides: tex(LY1SticksTooText-Numr.fd) = %{tl_version} -Provides: tex(LY1SticksTooText-OsF.fd) = %{tl_version} -Provides: tex(LY1SticksTooText-Sup.fd) = %{tl_version} -Provides: tex(LY1SticksTooText-TLF.fd) = %{tl_version} -Provides: tex(LY1SticksTooText-TOsF.fd) = %{tl_version} -Provides: tex(OT1SticksTooText-Dnom.fd) = %{tl_version} -Provides: tex(OT1SticksTooText-Inf.fd) = %{tl_version} -Provides: tex(OT1SticksTooText-LF.fd) = %{tl_version} -Provides: tex(OT1SticksTooText-Numr.fd) = %{tl_version} -Provides: tex(OT1SticksTooText-OsF.fd) = %{tl_version} -Provides: tex(OT1SticksTooText-Sup.fd) = %{tl_version} -Provides: tex(OT1SticksTooText-TLF.fd) = %{tl_version} -Provides: tex(OT1SticksTooText-TOsF.fd) = %{tl_version} -Provides: tex(T1SticksTooText-Dnom.fd) = %{tl_version} -Provides: tex(T1SticksTooText-Inf.fd) = %{tl_version} -Provides: tex(T1SticksTooText-LF.fd) = %{tl_version} -Provides: tex(T1SticksTooText-Numr.fd) = %{tl_version} -Provides: tex(T1SticksTooText-OsF.fd) = %{tl_version} -Provides: tex(T1SticksTooText-Sup.fd) = %{tl_version} -Provides: tex(T1SticksTooText-TLF.fd) = %{tl_version} -Provides: tex(T1SticksTooText-TOsF.fd) = %{tl_version} -Provides: tex(TS1SticksTooText-LF.fd) = %{tl_version} -Provides: tex(TS1SticksTooText-OsF.fd) = %{tl_version} -Provides: tex(TS1SticksTooText-TLF.fd) = %{tl_version} -Provides: tex(TS1SticksTooText-TOsF.fd) = %{tl_version} -Provides: tex(stickstootext.sty) = %{tl_version} -Provides: tex(stx2-ot1.enc) = %{tl_version} -Provides: tex(stx2_3t3wpf.enc) = %{tl_version} -Provides: tex(stx2_3vezss.enc) = %{tl_version} -Provides: tex(stx2_4fcdhj.enc) = %{tl_version} -Provides: tex(stx2_57cumc.enc) = %{tl_version} -Provides: tex(stx2_5xzouo.enc) = %{tl_version} -Provides: tex(stx2_7bhcze.enc) = %{tl_version} -Provides: tex(stx2_7fpfyw.enc) = %{tl_version} -Provides: tex(stx2_ao4o3i.enc) = %{tl_version} -Provides: tex(stx2_b3i2vo.enc) = %{tl_version} -Provides: tex(stx2_bg3hea.enc) = %{tl_version} -Provides: tex(stx2_btooep.enc) = %{tl_version} -Provides: tex(stx2_c34sac.enc) = %{tl_version} -Provides: tex(stx2_dbm33u.enc) = %{tl_version} -Provides: tex(stx2_eexofg.enc) = %{tl_version} -Provides: tex(stx2_eqh7z7.enc) = %{tl_version} -Provides: tex(stx2_gbmh45.enc) = %{tl_version} -Provides: tex(stx2_gxpwoy.enc) = %{tl_version} -Provides: tex(stx2_hfcbd6.enc) = %{tl_version} -Provides: tex(stx2_irreni.enc) = %{tl_version} -Provides: tex(stx2_iximus.enc) = %{tl_version} -Provides: tex(stx2_m7frfq.enc) = %{tl_version} -Provides: tex(stx2_nb7tts.enc) = %{tl_version} -Provides: tex(stx2_nl7rkm.enc) = %{tl_version} -Provides: tex(stx2_noim42.enc) = %{tl_version} -Provides: tex(stx2_opxk4k.enc) = %{tl_version} -Provides: tex(stx2_pu4fsw.enc) = %{tl_version} -Provides: tex(stx2_pwkoq7.enc) = %{tl_version} -Provides: tex(stx2_qdtmbx.enc) = %{tl_version} -Provides: tex(stx2_quvxut.enc) = %{tl_version} -Provides: tex(stx2_rejbux.enc) = %{tl_version} -Provides: tex(stx2_rfrl5v.enc) = %{tl_version} -Provides: tex(stx2_sdn3a4.enc) = %{tl_version} -Provides: tex(stx2_slv267.enc) = %{tl_version} -Provides: tex(stx2_srw4fv.enc) = %{tl_version} -Provides: tex(stx2_t6nmmd.enc) = %{tl_version} -Provides: tex(stx2_tu2ozo.enc) = %{tl_version} -Provides: tex(stx2_uab2xo.enc) = %{tl_version} -Provides: tex(stx2_uhazou.enc) = %{tl_version} -Provides: tex(stx2_uofyr3.enc) = %{tl_version} -Provides: tex(stx2_v3a2cx.enc) = %{tl_version} -Provides: tex(stx2_vydqhu.enc) = %{tl_version} -Provides: tex(stx2_w6fsfr.enc) = %{tl_version} -Provides: tex(stx2_wfth6k.enc) = %{tl_version} -Provides: tex(stx2_wwmqdh.enc) = %{tl_version} -Provides: tex(stx2_wwolpm.enc) = %{tl_version} -Provides: tex(stx2_wxq2z6.enc) = %{tl_version} -Provides: tex(stx2_y4oioo.enc) = %{tl_version} -Provides: tex(stx2_ym7moh.enc) = %{tl_version} -Provides: tex(stx2_zscetg.enc) = %{tl_version} -Provides: tex(stx2i-ot1.enc) = %{tl_version} - -%description stickstoo -SticksToo is a reworking of the STIX2 with support files -focussing on enhancements of support for LaTeX users wishing to -be able to access more of its features. A companion addition to -the newtxmath package (version 1.55) provides a matching math -package using STIX2 letters (Roman and Greek) with newtxmath -symbols. - -%package stix2-otf -Summary: OpenType Unicode text and maths fonts -Version: svn54080 -License: OFL -Requires: texlive-base texlive-kpathsea - -%description stix2-otf -The Scientific and Technical Information eXchange (STIX) fonts -are intended to satisfy the demanding needs of authors, -publishers, printers, and others working in the scientific, -medical, and technical fields. They combine a comprehensive -Unicode-based collection of mathematical symbols and alphabets -with a set of text faces suitable for professional publishing. -The fonts are available royalty-free under the SIL Open Font -License. - -%package stix2-type1 -Summary: Type1 versions of the STIX Two OpenType fonts -Version: svn54512 -License: OFL and LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(stix2.map) = %{tl_version} -Provides: tex(ls1stix2.fd) = %{tl_version} -Provides: tex(ls1stix2bb.fd) = %{tl_version} -Provides: tex(ls1stix2frak.fd) = %{tl_version} -Provides: tex(ls1stix2scr.fd) = %{tl_version} -Provides: tex(ls1stix2sf.fd) = %{tl_version} -Provides: tex(ls2stix2.fd) = %{tl_version} -Provides: tex(ls2stix2cal.fd) = %{tl_version} -Provides: tex(ls2stix2ex.fd) = %{tl_version} -Provides: tex(ls2stix2tt.fd) = %{tl_version} -Provides: tex(ot1stix2.fd) = %{tl_version} -Provides: tex(ot2stix2.fd) = %{tl_version} -Provides: tex(stix2-mathbb.enc) = %{tl_version} -Provides: tex(stix2-mathbbit.enc) = %{tl_version} -Provides: tex(stix2-mathcal.enc) = %{tl_version} -Provides: tex(stix2-mathex.enc) = %{tl_version} -Provides: tex(stix2-mathfrak-bold.enc) = %{tl_version} -Provides: tex(stix2-mathfrak.enc) = %{tl_version} -Provides: tex(stix2-mathit-bold.enc) = %{tl_version} -Provides: tex(stix2-mathit.enc) = %{tl_version} -Provides: tex(stix2-mathrm-bold.enc) = %{tl_version} -Provides: tex(stix2-mathrm.enc) = %{tl_version} -Provides: tex(stix2-mathscr-bold.enc) = %{tl_version} -Provides: tex(stix2-mathscr.enc) = %{tl_version} -Provides: tex(stix2-mathsf-bold.enc) = %{tl_version} -Provides: tex(stix2-mathsf.enc) = %{tl_version} -Provides: tex(stix2-mathsfit-bold.enc) = %{tl_version} -Provides: tex(stix2-mathsfit.enc) = %{tl_version} -Provides: tex(stix2-mathtt.enc) = %{tl_version} -Provides: tex(stix2-ot1.enc) = %{tl_version} -Provides: tex(stix2-ot1sc.enc) = %{tl_version} -Provides: tex(stix2-ot2.enc) = %{tl_version} -Provides: tex(stix2-ot2sc.enc) = %{tl_version} -Provides: tex(stix2-t1.enc) = %{tl_version} -Provides: tex(stix2-t1sc.enc) = %{tl_version} -Provides: tex(stix2-ts1.enc) = %{tl_version} -Provides: tex(stix2.sty) = %{tl_version} -Provides: tex(t1stix2.fd) = %{tl_version} -Provides: tex(ts1stix2.fd) = %{tl_version} - -%description stix2-type1 -The stix2 package provides minimal support for using the STIX -Two fonts with versions of TeX that are limited to TFM files, -Type 1 PostScript fonts, and 8-bit font encodings. Version -2.0.0 of the STIX fonts are being released in this format in -hopes of easing the transition from legacy TeX engines to -modern fully Unicode-compatible systems. The Type 1 versions -are merely a repackaging of the original OpenType versions and -should not be viewed as independent entities. Some glyphs that -are traditionally available in TeX math fonts are not yet -available in the STIX Two OpenType fonts. In such cases, we -have chosen to omit them from the stix2 package rather than -create incompatibilities between the OpenType and Type 1 -versions. In addition, while development of the OpenType -versions is ongoing, no further updates are planned to the Type -1 versions of the fonts. - -%package structmech -Summary: A TikZ command set for structural mechanics drawings -Version: svn47859 -License: GPLv3+ -Requires: texlive-base texlive-kpathsea - -%description structmech -This package provides a collection of TikZ commands that allow -users to draw basic elements in material/structural mechanics. -It is thus possible to draw member forces, nodal -forces/displacements, various boundary conditions, internal -force distributions, etc. - -%package tagpdf -Summary: Tools for experimenting with tagging using pdfLaTeX and LuaLaTeX -Version: svn51535 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(tagpdf-checks-code.sty) = %{tl_version} -Provides: tex(tagpdf-luatex.def) = %{tl_version} -Provides: tex(tagpdf-mc-code-generic.sty) = %{tl_version} -Provides: tex(tagpdf-mc-code-lua.sty) = %{tl_version} -Provides: tex(tagpdf-mc-code-shared.sty) = %{tl_version} -Provides: tex(tagpdf-pdftex.def) = %{tl_version} -Provides: tex(tagpdf-roles-code.sty) = %{tl_version} -Provides: tex(tagpdf-struct-code.sty) = %{tl_version} -Provides: tex(tagpdf-tree-code.sty) = %{tl_version} -Provides: tex(tagpdf-user.sty) = %{tl_version} -Provides: tex(tagpdf.lua) = %{tl_version} -Provides: tex(tagpdf.sty) = %{tl_version} - -%description tagpdf -The package offers tools to experiment with tagging and -accessibility using pdfLaTeX and LuaTeX. It isn't meant for -production but allows the user to try out how difficult it is -to tag some structures; to try out how much tagging is really -needed; to test what else is needed so that a pdf works e.g. -with a screen reader. Its goal is to get a feeling for what has -to be done, which kernel changes are needed, how packages -should be adapted. - -%package texdate -Summary: Date printing, formatting, and manipulation in TeX -Version: svn49362 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(texdate.sty) = %{tl_version} - -%description texdate -TeX and LaTeX provide few facilities for dates by default, -though many packages have filled this gap. This package fills -it, as well, with a pure TeX-primitive implementation. It can -print dates, advance them by numbers of days, weeks, or months, -determine the weekday automatically (with an algorithm cribbed -from the dayofweek.tex file written by Martin Minow), and print -them in (mostly) arbitrary format. It can also print calendars -(monthly and yearly) automatically, and can be easily localized -for non-English languages. - -%package textualicomma -Summary: Use the textual comma character as decimal separator in math mode -Version: svn48474 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(textualicomma.sty) = %{tl_version} - -%description textualicomma -The package is based on the icomma package, and intended as a -solution for situations where the text comma character discerns -from the math comma character, e. g. when fonts whithout math -support are involved. Escaping to text mode every time a comma -is used in math mode may slow down the compilation process. - -%package thaispec -Summary: Thai Language Typesetting in XeLaTeX -Version: svn51598 -License: LPPL -Requires: texlive-base texlive-kpathsea -Requires: tex(fontspec.sty) -Requires: tex(ucharclasses.sty) -Requires: tex(polyglossia.sty) -Requires: tex(setspace.sty) -Requires: tex(datetime2.sty) -Requires: tex(kvoptions.sty) -Requires: tex(fp.sty) -Requires: tex(afterpackage.sty) -Requires: tex(xstring.sty) -Requires: tex(xpatch.sty) -Provides: tex(thaispec.sty) = %{tl_version} - -%description thaispec -This package allows the user to input Thai characters directly -to a .tex file and choose any Thai fonts to be used in the -document. Required packages are fontspec, ucharclasses, -polyglossia, setspace, datetime2, kvoptions, fp, afterpackage, -xstring, and xpatch. - -%package thesis-gwu -Summary: Thesis class for George Washington University School of Engineering and Applied Science -Version: svn54287 -License: GPLv3 -Requires: texlive-base texlive-kpathsea -Provides: tex(thesis-gwu.cls) = %{tl_version} - -%description thesis-gwu -This class is an attempt to create a standard format for GWU -SEAS dissertations/theses. It automatically handles many of the -complicated formatting requirements and includes many useful -packages. An example thesis is provided serving as a user guide -and a demonstration of the thesis. - -%package thucoursework -Summary: Coursework template for Tsinghua University -Version: svn53891 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(iidef.sty) = %{tl_version} - -%description thucoursework -A LaTeX package for students of Tsinghua University to write -coursework more efficiently. It can also be used by students -from other universities. Note that the package itself does not -import the ctex package; to use it with Chinese writing, see -example file ithw.tex for details. - -%package tikz-karnaugh -Summary: Typeset Karnaugh maps using TikZ -Version: svn47026 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(tikzlibrarykarnaugh.code.tex) = %{tl_version} - -%description tikz-karnaugh -The tikz-karnaugh package is a LaTeX package used to draw -Karnaugh maps. It uses TikZ to produce high quality graph up to -12 variables, but this limit depends on the TeX memory usage -and can be different for you. It is very good for presentation -since TikZ allows for a better control over the final -appearance of the map. You can control colour, styles and -distances. It can be considered as an upgrade of Andreas W. -Wieland's karnaugh package towards TikZ supporting. Also, -complex maps with solution (prime implicants) pointed out can -be generated with external java software. It supports both -America and traditional styles, though American style requires -a little extra effort. - -%package tikz-ladder -Summary: Draw ladder diagrams using TikZ -Version: svn46555 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(tikzlibrarycircuits.plc.ladder.code.tex) = %{tl_version} - -%description tikz-ladder -The tikz-ladder package contains a collection of symbols for -typesetting ladder diagrams (PLC program) in agreement with the -international standard IEC-61131-3/2013. It includes blocks -(for representing functions and function blocks) besides -contacts and coils. It extends the circuit library of TikZ and -allows you to draw a ladder diagram in the same way as you -would draw any other circuit. - -%package tikz-layers -Summary: TikZ provides graphical layers on TikZ: "behind", "above" and "glass" -Version: svn46660 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(tikz-layers.sty) = %{tl_version} - -%description tikz-layers -TikZ-layers is a tiny package that provides, along side -"background", typical graphical layers on TikZ: "behind", -"above" and "glass". The layers may be selected with one of the -styles "on behind layer", "on above layer", "on glass layer" as -an option to a {scope} environment. - -%package tikzmarmots -Summary: Drawing little marmots in TikZ -Version: svn54080 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(tikzmarmots.sty) = %{tl_version} -Provides: tex(tikzlibrarymarmots.code.tex) = %{tl_version} - -%description tikzmarmots -This is a LaTeX package for marmots to be used in TikZ -pictures. These little figures are constructed in such a way -that they may even "borrow" some garments and other attributes -from the TikZducks. - -%package tikz-nef -Summary: Create diagrams for neural networks constructed with the methods of the Neural Engineering Framework (NEF) -Version: svn48240 -License: MIT -Requires: texlive-base texlive-kpathsea -Provides: tex(tikzlibrarynef.code.tex) = %{tl_version} - -%description tikz-nef -The nef TikZ library provides predefined styles and shapes to -create diagrams for neural networks constructed with the -methods of the Neural Engineering Framework (NEF). The -following styles are supported: ea: ensemble array ens: -ensemble ext: external input or output inhibt: inhibitory -connection net: network pnode: pass-through node rect: -rectification ensemble recurrent: recurrent connection. - -%package tikz-network -Summary: Draw networks with TikZ -Version: svn51884 -License: GPLv3+ -Requires: texlive-base texlive-kpathsea -Requires: tex(datatool.sty) -Requires: tex(etex.sty) -Requires: tex(graphicx.sty) -Requires: tex(tikz.sty) -Requires: tex(trimspaces.sty) -Requires: tex(xifthen.sty) -Requires: tex(xkeyval.sty) -Provides: tex(tikz-network.sty) = %{tl_version} - -%description tikz-network -This package allows the creation of images of complex networks -that are seamlessly integrated into the underlying LaTeX files. -The package requires datatool, etex, graphicx, tikz, -trimspaces, xifthen, and xkeyval. - -%package tikz-relay -Summary: TikZ library for typesetting electrical diagrams -Version: svn51355 -License: LPPL -Requires: texlive-base texlive-kpathsea - -%description tikz-relay -This package contains a collection of symbols for typesetting -electrical wiring diagrams for relay control systems. The -symbols are meant to be in agreement with the international -standard IEC-60617 which has been adopted worldwide, with -perhaps the exception of the USA. It extends and modifies, when -needed, the TikZ-libray circuits.ee.IEC. A few non-standard -symbols are also included mainly to be used in presentations, -particularly with the beamer package. - -%package tikz-sfc -Summary: Symbols collection for typesetting Sequential Function Chart (SFC) diagrams (PLC programs) -Version: svn49424 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(tikzlibrarycircuits.plc.sfc.code.tex) = %{tl_version} - -%description tikz-sfc -This package contains a collection of symbols for typesetting -Sequential Function Chart (SFC) diagrams in agreement with the -international standard IEC-61131-3/2013. It includes steps -(normal and initial), transitions, actions and actions -qualifiers (with and without time duration). It extends the -circuit library of TikZ and allows you to draw an SFC diagram -in same way you would draw any other circuit. - -%package timbreicmc -Summary: Typeset documents with ICMC/USP watermarks -Version: svn49740 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(timbreicmc.sty) = %{tl_version} - -%description timbreicmc -With this package you can typeset documents with ICMC/USP Sao -Carlos watermarks. ICMC is acronym for "Instituto de Ciencias -Matematicas e de Computacao" of the "Universidade de Sao Paulo" -(USP), in the city of Sao Carlos-SP, Brazil. - -%package tinos -Summary: Tinos fonts with LaTeX support -Version: svn42882 -License: ASL 2.0 -Requires: texlive-base texlive-kpathsea -Provides: tex(tns_27astb.enc) = %{tl_version} -Provides: tex(tns_s6t4vy.enc) = %{tl_version} -Provides: tex(tns_xze2cy.enc) = %{tl_version} -Provides: tex(tns_y6kixo.enc) = %{tl_version} -Provides: tex(tinos.map) = %{tl_version} -Provides: tex(Tinos-Bold-tlf-ly1.tfm) = %{tl_version} -Provides: tex(Tinos-Bold-tlf-ot1.tfm) = %{tl_version} -Provides: tex(Tinos-Bold-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(Tinos-Bold-tlf-t1.tfm) = %{tl_version} -Provides: tex(Tinos-Bold-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(Tinos-Bold-tlf-ts1.tfm) = %{tl_version} -Provides: tex(Tinos-BoldItalic-tlf-ly1.tfm) = %{tl_version} -Provides: tex(Tinos-BoldItalic-tlf-ot1.tfm) = %{tl_version} -Provides: tex(Tinos-BoldItalic-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(Tinos-BoldItalic-tlf-t1.tfm) = %{tl_version} -Provides: tex(Tinos-BoldItalic-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(Tinos-BoldItalic-tlf-ts1.tfm) = %{tl_version} -Provides: tex(Tinos-Italic-tlf-ly1.tfm) = %{tl_version} -Provides: tex(Tinos-Italic-tlf-ot1.tfm) = %{tl_version} -Provides: tex(Tinos-Italic-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(Tinos-Italic-tlf-t1.tfm) = %{tl_version} -Provides: tex(Tinos-Italic-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(Tinos-Italic-tlf-ts1.tfm) = %{tl_version} -Provides: tex(Tinos-tlf-ly1.tfm) = %{tl_version} -Provides: tex(Tinos-tlf-ot1.tfm) = %{tl_version} -Provides: tex(Tinos-tlf-t1--base.tfm) = %{tl_version} -Provides: tex(Tinos-tlf-t1.tfm) = %{tl_version} -Provides: tex(Tinos-tlf-ts1--base.tfm) = %{tl_version} -Provides: tex(Tinos-tlf-ts1.tfm) = %{tl_version} -Provides: tex(Tinos-Bold.ttf) = %{tl_version} -Provides: tex(Tinos-BoldItalic.ttf) = %{tl_version} -Provides: tex(Tinos-Italic.ttf) = %{tl_version} -Provides: tex(Tinos-Regular.ttf) = %{tl_version} -Provides: tex(Tinos-Bold.pfb) = %{tl_version} -Provides: tex(Tinos-BoldItalic.pfb) = %{tl_version} -Provides: tex(Tinos-Italic.pfb) = %{tl_version} -Provides: tex(Tinos.pfb) = %{tl_version} -Provides: tex(Tinos-Bold-tlf-t1.vf) = %{tl_version} -Provides: tex(Tinos-Bold-tlf-ts1.vf) = %{tl_version} -Provides: tex(Tinos-BoldItalic-tlf-t1.vf) = %{tl_version} -Provides: tex(Tinos-BoldItalic-tlf-ts1.vf) = %{tl_version} -Provides: tex(Tinos-Italic-tlf-t1.vf) = %{tl_version} -Provides: tex(Tinos-Italic-tlf-ts1.vf) = %{tl_version} -Provides: tex(Tinos-tlf-t1.vf) = %{tl_version} -Provides: tex(Tinos-tlf-ts1.vf) = %{tl_version} -Provides: tex(LY1Tinos-TLF.fd) = %{tl_version} -Provides: tex(OT1Tinos-TLF.fd) = %{tl_version} -Provides: tex(T1Tinos-TLF.fd) = %{tl_version} -Provides: tex(TS1Tinos-TLF.fd) = %{tl_version} -Provides: tex(tinos.sty) = %{tl_version} - -%description tinos -Tinos, designed by Steve Matteson, is an innovative, refreshing -serif design that is metrically compatible with Times New -Roman. - -%package tlc-article -Summary: A LaTeX document class for formal documents -Version: svn51431 -License: BSD -Requires: texlive-base texlive-kpathsea -Provides: tex(tlc-article.cls) = %{tl_version} - -%description tlc-article -The package provides a LaTeX document class that orchestrates a -logical arrangement for document header, footer, author, -abstract, table of contents, and margins. It standardizes a -document layout intended for formal documents. The tlc_article -GitHub repository uses a SCRUM framework adapted to standard -GitHub tooling. tlc_article is integrated with Travis-ci.org -for continuous integration and AllanConsulting.slack.com for -centralized notification. - -%package topletter -Summary: Letter class for the Politecnico di Torino -Version: svn48182 -License: ASL 2.0 -Requires: texlive-base texlive-kpathsea -Provides: tex(TOPletter.cls) = %{tl_version} - -%description topletter -This package provides a LaTeX class for typesetting letters -conforming to the official Corporate Image guidelines for the -Politecnico di Torino. The class can be used for letters -written in Italian and in English. - -%package typewriter -Summary: Typeset with a randomly variable monospace font -Version: svn46641 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(typewriter.sty) = %{tl_version} - -%description typewriter -The typewriter package uses the OpenType Computer Modern -Unicode Typewriter font, together with a LuaTeX virtual font -setup that introduces random variability in grey level and -angle of each character. It was originally an answer to a -question on stackexchange. - -%package ucsmonograph -Summary: Typesetting academic documents from the University of Caxias do Sul -Version: svn52698 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(ucsmonograph.cls) = %{tl_version} - -%description ucsmonograph -This is a LaTeX class for typesetting academic documents -according to the ABNT (Brazilian Technical Standards -Association) standards and the UCS (University of Caxias do -Sul) specifications. - -%package univie-ling -Summary: Papers, theses and research proposals in (Applied) Linguistics at Vienna University -Version: svn49785 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(univie-ling-expose.cls) = %{tl_version} -Provides: tex(univie-ling-paper.cls) = %{tl_version} -Provides: tex(univie-ling-thesis.cls) = %{tl_version} -Provides: tex(univie-ling-wlg.cls) = %{tl_version} -Provides: tex(univie-ling.bbx) = %{tl_version} -Provides: tex(univie-ling.cbx) = %{tl_version} - -%description univie-ling -This bundle provides LaTeX2e classes suitable for student -papers, PhD research proposals (Exposes), and theses in -(Applied) Linguistics at the University of Vienna. The classes -implement some standards for these types of text, such as -suitable title pages. They are particularly suited for the -field of (Applied) Linguistics and pre-load some packages that -are considered useful in this context. The classes can also be -used for General and Historical Linguistics as well as for -other fields of study at Vienna University. In this case, -however, some settings may have to be adjusted. - -%package uppunctlm -Summary: Always keep upright shape for some punctuation marks and Arabic numerals -Version: svn42334 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(ec-uplmri10.tfm) = %{tl_version} -Provides: tex(ec-uplmri12.tfm) = %{tl_version} -Provides: tex(ec-uplmri7.tfm) = %{tl_version} -Provides: tex(ec-uplmri8.tfm) = %{tl_version} -Provides: tex(ec-uplmri9.tfm) = %{tl_version} -Provides: tex(ec-uplmri10.vf) = %{tl_version} -Provides: tex(ec-uplmri12.vf) = %{tl_version} -Provides: tex(ec-uplmri7.vf) = %{tl_version} -Provides: tex(ec-uplmri8.vf) = %{tl_version} -Provides: tex(ec-uplmri9.vf) = %{tl_version} -Provides: tex(t1uplmr.fd) = %{tl_version} -Provides: tex(uppunctlm.sty) = %{tl_version} - -%description uppunctlm -The package provides a mechanism to keep punctuation always in -upright shape even if italic was specified. It is directed to -Latin Modern fonts, and provides .tfm, .vf, .fd, and .sty -files. Here a list of punctuation characters always presented -in upright shapes: comma, period, semicolon, colon, -parentheses, square brackets, and Arabic numerals. - -%package witharrows -Summary: "Aligned" math environments with arrows for comments -Version: svn54707 -License: LPPL -Requires: texlive-base texlive-kpathsea -Requires: tex(expl3.sty) -Requires: tex(footnote.sty) -Requires: tex(l3keys2e.sty) -Requires: tex(tikz.sty) -Requires: tex(xparse.sty) -Provides: tex(witharrows.sty) = %{tl_version} - -%description witharrows -This package provides an environment WithArrows which is -similar to the environment aligned of amsmath (and mathtools), -but gives the possibility to draw arrows on the right side of -the alignment. These arrows are usually used to give -explanations concerning the mathematical calculus presented. -The package requires the following other LaTeX packages: expl3, -footnote, l3keys2e, tikz, and xparse. - -%package xfakebold -Summary: Fake a regular font for bold characters -Version: svn54779 -License: LPPL -Requires: texlive-base texlive-kpathsea -Requires: tex(ifluatex.sty) -Requires: tex(ifxetex.sty) -Requires: tex(xkeyval.sty) -Provides: tex(xfakebold.sty) = %{tl_version} - -%description xfakebold -This package uses PDF's text rendering to modify the linewidth -of an outline font to get bold characters. It works only for -vectorfonts where the glyphs are defined by their outline. The -package works both in text and in math mode, for pdfLaTeX as -well as for LuaLaTeX. The package depends on ifluatex, ifxetex, -and xkeyval. - -%package xtuthesis -Summary: XTU thesis template -Version: svn47049 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(xtuformat.sty) = %{tl_version} - -%description xtuthesis -The package provides a thesis template for the Xiangtan -University. - -%package xurl -Summary: Allow url break at any alphanumerical character -Version: svn53538 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(xurl.sty) = %{tl_version} - -%description xurl -Package xurl loads package url by default and defines possible -url breaks for all alphanumerical characters and = / . : * - ~ -' " All arguments which are valid for url can be used. It will -be passed to package url. xurl itself has no special optional -argument. For more information read the documentation of -package url. - -# TL2019 - -%package accents -Summary: Multiple mathematical accents -Version: svn51497 -License: MIT -Requires: texlive-base texlive-kpathsea -Provides: tex(accents.sty) = %{tl_version} - -%description accents -A package for multiple accents in mathematics, with nice -features concerning the creation of accents and placement of -scripts. - -%package addliga -Summary: Access basic ligatures in legacy TrueType fonts -Version: svn50912 -License: Public Domain -Requires: texlive-base texlive-kpathsea -Provides: tex(addliga.sty) = %{tl_version} - -%description addliga -This small and simple package allows LuaLaTeX users to access -basic ligatures (ff, fi, ffi, fl, ffl) in legacy TrueType fonts -(those lacking a liga table) accessed via fontspec. - -%package almendra -Summary: Almendra fonts with LaTeX support -Version: svn56035 -License: LPPL and OFL -Requires: texlive-base texlive-kpathsea -Provides: tex(LY1Almndr-OsF.fd) = %{tl_version} -Provides: tex(OT1Almndr-OsF.fd) = %{tl_version} -Provides: tex(T1Almndr-OsF.fd) = %{tl_version} -Provides: tex(TS1Almndr-OsF.fd) = %{tl_version} -Provides: tex(almendra.map) = %{tl_version} -Provides: tex(almendra.sty) = %{tl_version} -Provides: tex(almndr_2bmcpz.enc) = %{tl_version} -Provides: tex(almndr_aphd5h.enc) = %{tl_version} -Provides: tex(almndr_d2g35l.enc) = %{tl_version} -Provides: tex(almndr_fqyk3x.enc) = %{tl_version} -Provides: tex(almndr_gd2dkq.enc) = %{tl_version} -Provides: tex(almndr_jcmsbq.enc) = %{tl_version} -Provides: tex(almndr_ktaaad.enc) = %{tl_version} -Provides: tex(almndr_ncjtqa.enc) = %{tl_version} -Provides: tex(almndr_piphgo.enc) = %{tl_version} -Provides: tex(almndr_x2ojwl.enc) = %{tl_version} -Provides: tex(almndr_xs7q5m.enc) = %{tl_version} -Provides: tex(almndr_yxs7h5.enc) = %{tl_version} -Provides: tex(almndr_zt62bd.enc) = %{tl_version} - -%description almendra -This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX -support for the Almendra family of fonts, designed by Ana -Sanfelippo. Almendra is a typeface design based on calligraphy. -Its style is related to the chancery and gothic hands. There -are regular and bold weights with matching italics. There is -also a regular-weight small-caps. - -%package alpha-persian -Summary: Persian version of alpha.bst -Version: svn50316 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(alpha-persian.bst) = %{tl_version} - -%description alpha-persian -The package provides a Persian version of the alpha BibTeX -style and offers several enhancements. It is compatible with -the hyperref, url, natbib, and cite packages. - -%package amscdx -Summary: Enhanced commutative diagrams -Version: svn51532 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(amscdx.sty) = %{tl_version} - -%description amscdx -The original amscd package provides a CD environment that -emulates the commutative diagram capabilities of AMS-TeX -version 2.x. This means that only simple rectangular diagrams -are supported, with no diagonal arrows or more exotic features. -This enhancement package implements double ("fat"), dashed, and -bidirectional arrows (left-right and up-down), and color -attributes for arrows and their annotations. The restriction to -rectangular geometry remains. This nevertheless allows the -drawing of a much broader class of "commutative-diagram-like" -diagrams. This update, 2.2x of 2019-07-02, fixes the -dashed-arrows parts placement bug, and adds the package option -'lyx', for use with lyx to prevent conflict with the already -loaded amscd. The packages xcolor and graphicx are made -required. - -%package apprendre-a-programmer-en-tex -Summary: The book "Apprendre a programmer en TeX" -Version: svn50933 -License: LPPL -Requires: texlive-base texlive-kpathsea - -%description apprendre-a-programmer-en-tex -This book explains the basic concepts required for programming -in TeX and explains the programming methods, providing many -examples. The package makes the compileable source code as well -as the compiled pdf file accessible to everyone. - -%description -l fr apprendre-a-programmer-en-tex -Ce livre expose les concepts de base requis pour programmer en -TeX et decrit les methodes de programmation en s'appuyant sur -de nombreux exemples. Ce package met a disposition de tous le -code source compilable ainsi que le fichier pdf du livre. - -%package arabicfront -Summary: Frontmatter with arabic page numbers -Version: svn51474 -License: MIT -Requires: texlive-base texlive-kpathsea -Provides: tex(arabicfront.sty) = %{tl_version} - -%description arabicfront -This package modifies the definitions of \frontmatter and -\mainmatter so that page numbering starts in arabic style from -the front matter while preserving the rest of the original -definitions. For it to work, \pagenumbering has to be inside -these macros--most of classes do that, but there are exceptions -like memoir. - -%package arraycols -Summary: New column types for array and tabular environments -Version: svn51491 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(arraycols.sty) = %{tl_version} - -%description arraycols -This small package provides new column types for array and -tabular environments, horizontally and vertically centered, or -with adjusted height for big mathematical expressions. The -columns width can be fixed or calculated like in tabularx -environments. Macros for drawing vertical and horizontal rules -of variable thickness are also provided. - -%package asmeconf -Summary: A template for ASME conference papers -Version: svn54758 -License: MIT -Requires: texlive-base texlive-kpathsea -Requires: texlive-newtx -Provides: tex(asmeconf.bst) = %{tl_version} -Provides: tex(asmeconf.cls) = %{tl_version} - -%description asmeconf -This class provides a template to format ASME Conference papers -according to the requirements on ASME's web pages (as posted in -early 2020). The .tex and .cls files are commented and should -be self-explanatory. The package depends on newtx. This work is -not a publication of ASME itself. - -%package asmejour -Summary: A template for ASME journal papers -Version: svn54758 -License: MIT -Requires: texlive-base texlive-kpathsea -Requires: texlive-newtx -Provides: tex(asmejour.bst) = %{tl_version} -Provides: tex(asmejour.cls) = %{tl_version} - -%description asmejour -This package provides a LaTeX class, a BibTeX style, and a -LaTeX template to format journal papers for submission to the -American Society of Mechanical Engineers (ASME). The .tex and -.cls files are commented and should be self-explanatory. The -package depends on newtx. This work is not a publication of -ASME itself. - -%package beamerauxtheme -Summary: Supplementary outer and inner themes for beamer -Version: svn51053 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(beamerinnerthemesimplelines.sty) = %{tl_version} -Provides: tex(beamerouterthemesidebarwithminiframes.sty) = %{tl_version} -Provides: tex(beamerouterthemesplitwithminiframes.sty) = %{tl_version} -Provides: tex(beamerouterthemetwolines.sty) = %{tl_version} - -%description beamerauxtheme -This bundle provides a collection of inner and outer themes as -supplements to the default themes in the beamer distribution. -These themes can be used in combination with existing inner, -outer, and color themes. - -%package beamer-rl -Summary: Right to left presentation with beamer and babel -Version: svn52284 -License: LPPL -Requires: texlive-base texlive-kpathsea -Requires: texlive-babel -Provides: tex(beamer-rl.cls) = %{tl_version} - -%description beamer-rl -This package provides patches of some beamer templates and -commands for presentation from right to left. It requires Babel -with the LuaLaTeX engine. - -%package beamertheme-light -Summary: A minimal beamer style -Version: svn49867 -License: GPLv3 -Requires: texlive-base texlive-kpathsea -Provides: tex(beamertheme-light.sty) = %{tl_version} - -%description beamertheme-light -The LaTeX package beamertheme-light provides an aesthetic and -minimal beamer style by redefining colors and fonts. - -%package beamertheme-npbt -Summary: A collection of LaTeX beamer themes -Version: svn54512 -License: GPLv3 and Public Domain -Requires: texlive-base texlive-kpathsea -Provides: tex(beamercolorthemeNPBT_EUFOM.sty) = %{tl_version} -Provides: tex(beamercolorthemeNPBT_FOM.sty) = %{tl_version} -Provides: tex(beamercolorthemeNPBT_FOM_ifes.sty) = %{tl_version} -Provides: tex(beamercolorthemeNPBT_SC.sty) = %{tl_version} -Provides: tex(beamerouterthemeNPBT_FOM.sty) = %{tl_version} -Provides: tex(beamerouterthemeNPBT_FOM_ifes.sty) = %{tl_version} -Provides: tex(beamerthemeNPBT.sty) = %{tl_version} - -%description beamertheme-npbt -"NPBT" stands for "Norman's Pandoc Beamer Themes". Currently -the following themes are supported: Sefiroth Consulting: A -private (demonstration) theme. FOM: The layout of Hochschule -FOM. FOM ifes: The layout of Hochschule FOM, Institut fur -Empirie & Statistik. eufom: The layout of eufom. - -%package biblatex-bath -Summary: Harvard referencing style as recommended by the University of Bath Library -Version: svn53424 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(bath.bbx) = %{tl_version} -Provides: tex(bath.cbx) = %{tl_version} -Provides: tex(bath.dbx) = %{tl_version} -Provides: tex(british-bath.lbx) = %{tl_version} -Provides: tex(english-bath.lbx) = %{tl_version} - -%description biblatex-bath -This package provides a BibLaTeX style to format reference -lists in the Harvard style recommended by the University of -Bath Library. - -%package biblatex-ext -Summary: Extended BibLaTeX standard styles -Version: svn54327 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(biblatex-ext-oa-doiapi.sty) = %{tl_version} -Provides: tex(biblatex-ext-oa.sty) = %{tl_version} -Provides: tex(biblatex-ext-oasymb-l3draw.sty) = %{tl_version} -Provides: tex(biblatex-ext-oasymb-pict2e.sty) = %{tl_version} -Provides: tex(biblatex-ext-oasymb-tikz.sty) = %{tl_version} -Provides: tex(biblatex-ext-tabular.sty) = %{tl_version} -Provides: tex(blxextdoiapi.lua) = %{tl_version} -Provides: tex(ext-alphabetic-verb.bbx) = %{tl_version} -Provides: tex(ext-alphabetic-verb.cbx) = %{tl_version} -Provides: tex(ext-alphabetic.bbx) = %{tl_version} -Provides: tex(ext-alphabetic.cbx) = %{tl_version} -Provides: tex(ext-authortitle-common.bbx) = %{tl_version} -Provides: tex(ext-authortitle-comp.bbx) = %{tl_version} -Provides: tex(ext-authortitle-comp.cbx) = %{tl_version} -Provides: tex(ext-authortitle-ibid.bbx) = %{tl_version} -Provides: tex(ext-authortitle-ibid.cbx) = %{tl_version} -Provides: tex(ext-authortitle-icomp.bbx) = %{tl_version} -Provides: tex(ext-authortitle-icomp.cbx) = %{tl_version} -Provides: tex(ext-authortitle-tcomp.bbx) = %{tl_version} -Provides: tex(ext-authortitle-tcomp.cbx) = %{tl_version} -Provides: tex(ext-authortitle-terse.bbx) = %{tl_version} -Provides: tex(ext-authortitle-terse.cbx) = %{tl_version} -Provides: tex(ext-authortitle-ticomp.bbx) = %{tl_version} -Provides: tex(ext-authortitle-ticomp.cbx) = %{tl_version} -Provides: tex(ext-authortitle.bbx) = %{tl_version} -Provides: tex(ext-authortitle.cbx) = %{tl_version} -Provides: tex(ext-authoryear-common.bbx) = %{tl_version} -Provides: tex(ext-authoryear-comp.bbx) = %{tl_version} -Provides: tex(ext-authoryear-comp.cbx) = %{tl_version} -Provides: tex(ext-authoryear-ecomp.bbx) = %{tl_version} -Provides: tex(ext-authoryear-ecomp.cbx) = %{tl_version} -Provides: tex(ext-authoryear-ibid.bbx) = %{tl_version} -Provides: tex(ext-authoryear-ibid.cbx) = %{tl_version} -Provides: tex(ext-authoryear-icomp.bbx) = %{tl_version} -Provides: tex(ext-authoryear-icomp.cbx) = %{tl_version} -Provides: tex(ext-authoryear-iecomp.bbx) = %{tl_version} -Provides: tex(ext-authoryear-iecomp.cbx) = %{tl_version} -Provides: tex(ext-authoryear-tcomp.bbx) = %{tl_version} -Provides: tex(ext-authoryear-tcomp.cbx) = %{tl_version} -Provides: tex(ext-authoryear-tecomp.bbx) = %{tl_version} -Provides: tex(ext-authoryear-tecomp.cbx) = %{tl_version} -Provides: tex(ext-authoryear-terse.bbx) = %{tl_version} -Provides: tex(ext-authoryear-terse.cbx) = %{tl_version} -Provides: tex(ext-authoryear-ticomp.bbx) = %{tl_version} -Provides: tex(ext-authoryear-ticomp.cbx) = %{tl_version} -Provides: tex(ext-authoryear-tiecomp.bbx) = %{tl_version} -Provides: tex(ext-authoryear-tiecomp.cbx) = %{tl_version} -Provides: tex(ext-authoryear.bbx) = %{tl_version} -Provides: tex(ext-authoryear.cbx) = %{tl_version} -Provides: tex(ext-biblatex-aux.def) = %{tl_version} -Provides: tex(ext-dashed-common.bbx) = %{tl_version} -Provides: tex(ext-numeric-comp.bbx) = %{tl_version} -Provides: tex(ext-numeric-comp.cbx) = %{tl_version} -Provides: tex(ext-numeric-verb.bbx) = %{tl_version} -Provides: tex(ext-numeric-verb.cbx) = %{tl_version} -Provides: tex(ext-numeric.bbx) = %{tl_version} -Provides: tex(ext-numeric.cbx) = %{tl_version} -Provides: tex(ext-standard.bbx) = %{tl_version} -Provides: tex(ext-verbose-ibid.bbx) = %{tl_version} -Provides: tex(ext-verbose-ibid.cbx) = %{tl_version} -Provides: tex(ext-verbose-inote.bbx) = %{tl_version} -Provides: tex(ext-verbose-inote.cbx) = %{tl_version} -Provides: tex(ext-verbose-note.bbx) = %{tl_version} -Provides: tex(ext-verbose-note.cbx) = %{tl_version} -Provides: tex(ext-verbose-trad1.bbx) = %{tl_version} -Provides: tex(ext-verbose-trad1.cbx) = %{tl_version} -Provides: tex(ext-verbose-trad2.bbx) = %{tl_version} -Provides: tex(ext-verbose-trad2.cbx) = %{tl_version} -Provides: tex(ext-verbose-trad3.bbx) = %{tl_version} -Provides: tex(ext-verbose-trad3.cbx) = %{tl_version} -Provides: tex(ext-verbose.bbx) = %{tl_version} -Provides: tex(ext-verbose.cbx) = %{tl_version} - -%description biblatex-ext -The BibLaTeX-ext bundle provides styles that slightly extend -the standard styles that ship with BibLaTeX. The styles offered -in this bundle provide a simple interface to change some of the -stylistic decisions made in the standard styles. At the same -time they stay as close to their standard counterparts as -possible, so that most customisation methods can be applied -here as well. - -%package bitter -Summary: LaTeX support for the Bitter family of fonts -Version: svn56026 -License: LPPL and OFL -Requires: texlive-base texlive-kpathsea -Provides: tex(LY1Bttr-TLF.fd) = %{tl_version} -Provides: tex(OT1Bttr-TLF.fd) = %{tl_version} -Provides: tex(T1Bttr-TLF.fd) = %{tl_version} -Provides: tex(TS1Bttr-TLF.fd) = %{tl_version} -Provides: tex(bitter.map) = %{tl_version} -Provides: tex(bitter.sty) = %{tl_version} -Provides: tex(bttr_6upxhe.enc) = %{tl_version} -Provides: tex(bttr_72jdjw.enc) = %{tl_version} -Provides: tex(bttr_azarls.enc) = %{tl_version} -Provides: tex(bttr_b5i5mx.enc) = %{tl_version} -Provides: tex(bttr_f2umud.enc) = %{tl_version} -Provides: tex(bttr_gljolu.enc) = %{tl_version} -Provides: tex(bttr_ncjtqa.enc) = %{tl_version} -Provides: tex(bttr_ssdm5h.enc) = %{tl_version} -Provides: tex(bttr_vzfpnj.enc) = %{tl_version} -Provides: tex(bttr_w3wxei.enc) = %{tl_version} -Provides: tex(bttr_x2bjkb.enc) = %{tl_version} - -%description bitter -This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX -support for the Bitter family of fonts, designed by Sol Matas -for Huerta Tipografica Bitter is a contemporary slab-serif -typeface for text. There are regular and bold weights and an -italic, but no bold italic. - -%package brandeis-problemset -Summary: Document class for COSI Problem sets at Brandeis University (Waltham, MA) -Version: svn50991 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(brandeis-problemset.cls) = %{tl_version} -Provides: tex(brandeis-problemset.sty) = %{tl_version} - -%description brandeis-problemset -Brandeis University's computer science ("COSI") courses often -assign "problem sets" which require fairly rigorous formatting. -This document class, which extends article, provides a simple -way to typeset these problem sets in LaTeX. Although the class -is compatible with all LaTeX flavors, XeLaTeX or LuaLaTeX are -recommended for fontspec support. - -%package businesscard-qrcode -Summary: Business cards with QR-Code -Version: svn54080 -License: LGPLv3 -Requires: texlive-base texlive-kpathsea -Provides: tex(businesscard-qrcode.cls) = %{tl_version} - -%description businesscard-qrcode -What happens when you give your visiting card to someone? -Either they manually type the text into their computer or -mobile phone, or it will end up in a box and be forgotten. -Nowadays data is required electronically, not on paper. Here is -the solution: A visiting card with QR-Code that contains a full -vcard so that it can be scanned with an app on the mobile phone -and thereby automatically imported into the electronic -contacts. This also works well when you are offline and -bluetooth transfer fails. So here is the highly configurable -business card or visiting card with full vcard as QR-Code, -ready to send to online printers. You can specify the exact -size of the paper and the content within the paper, inluding -generation of crop marks. The package depends on the following -other LaTeX packages: calc, crop, DejaVuSans, etoolbox, -fontawesome, fontenc, geometry, kvoptions, marvosym, qrcode, -varwidth, and wrapfig. The package needs XeLaTeX for working -properly. - -%package bussproofs-extra -Summary: Extra commands for bussproofs.sty -Version: svn51299 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(bussproofs-extra.sty) = %{tl_version} - -%description bussproofs-extra -This package provides additional functionality for -bussproofs.sty; specifically, it allows for typesetting of -entire (sub)deductions. - -%package bxjaholiday -Summary: Support for Japanese holidays -Version: svn49924 -License: MIT -Requires: texlive-base texlive-kpathsea -Provides: tex(bxjaholiday.sty) = %{tl_version} - -%description bxjaholiday -This LaTeX package provides a command to convert dates to names -of Japanese holidays. Another command, converting dates to the -day of the week in Japanese, is available as a free gift. -Further (lower-level) APIs are provided for expl3. The package -supports pdfTeX, XeTeX, LuaTeX, pTeX, and upTeX. - -%package bxtexlogo -Summary: Additional TeX-family logos -Version: svn47230 -License: MIT -Requires: texlive-base texlive-kpathsea -Provides: tex(bxtexlogo.sty) = %{tl_version} - -%description bxtexlogo -The hologo package provides many useful logos of popular (and -not so popular) TeX-family software. However, its interface is -a bit cumbersome because you must type \hologo{BibTeX} instead -of \BibTeX. This package makes it possible to import some of -the logos provided by hologo as single commands, such as -\BibTeX. Additionally, the package provides logos of some -TeX-family software that is popular mainly in Japan. These -logos can be imported in the same way as those provided by the -\hologo command. bxtexlogo depends on hologo and cjhebrew (if -\logoAleph and \logoLamed are used). - -%package bxwareki -Summary: Convert dates from Gregorian to Japanese calender -Version: svn51286 -License: MIT -Requires: texlive-base texlive-kpathsea -Provides: tex(bxwareki-cd.def) = %{tl_version} -Provides: tex(bxwareki.sty) = %{tl_version} -Provides: tex(bxwareki2019.def) = %{tl_version} - -%description bxwareki -This LaTeX package provides commands to convert from the -Gregorian calendar (e. g. 2018/8/28) to the Japanese rendering -of the Japanese calendar (e. g. Heisei 30 nen 8 gatsu 28 nichi; -actually with kanji characters). You can choose whether the -numbers are written in Western numerals or kanji numerals. Note -that the package only deals with dates in the year 1873 or -later, where the Japanese calendar is really a Gregorian -calendar with a different notation of years. - -%package centeredline -Summary: A macro for centering lines -Version: svn50971 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(centeredline.sty) = %{tl_version} - -%description centeredline -This package provides a macro \centeredline{...} which allows -to conveniently center a line inside a paragraph while allowing -usage therein of \verb or other macros changing catcodes. It -works nicely in list environments, and material whose natural -width exceeds the current linewidth will get properly centered -too. - -%package changelog -Summary: Provides a changelog environment -Version: svn54864 -License: GPLv3 -Requires: texlive-base texlive-kpathsea -Provides: tex(changelog.sty) = %{tl_version} - -%description changelog -This package provides a changelog environment (which itself -provides a version environment) to represent a changelog. The -package supports multiple authors, unreleased changes, and -yanked (revoked) releases. Inspired by keepachangelog.com. - -%package checkend -Summary: Extend "improperly closed environment" messages -Version: svn51475 -License: MIT -Requires: texlive-base texlive-kpathsea -Provides: tex(checkend.sty) = %{tl_version} - -%description checkend -When an environment is left open, LaTeX gives an error at the -end of the document. However it only informs about the first of -them, while the rest are shown with meaningless errors: (\end -occurred inside a group at level N) This package replaces these -errors with more useful messages which show which environments -(in reverse order) were not closed. There are no user macros: -just use the package. - -%package chordbars -Summary: Print chord grids for pop/jazz tunes -Version: svn49569 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(chordbars.sty) = %{tl_version} - -%description chordbars -This Tikz-based music-related package is targeted at pop/jazz -guitar/bass/piano musicians. They usually need only the chords -and the song structure. This package produces rectangular song -patterns with "one square per bar", with the chord shown inside -the square. It also handles the song structure by showing the -bar count and the repetitions of the patterns. - -%package chordbox -Summary: Draw chord diagrams -Version: svn51000 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(chordbox.sty) = %{tl_version} - -%description chordbox -This package provides two macros for drawing chord diagrams, as -may be found for example in chord charts/books and educational -materials. They are composed as TikZ pictures and have several -options to modify their appearance. - -%package chs-physics-report -Summary: Physics lab reports for Carmel High School -Version: svn54512 -License: Public Domain and CC-BY-SA -Requires: texlive-base texlive-kpathsea -Requires: tex(amsmath.sty) -Requires: tex(calc.sty) -Requires: tex(fancyhdr.sty) -Requires: tex(geometry.sty) -Requires: tex(graphicx.sty) -Requires: tex(letltxmacro.sty) -Requires: tex(titlesec.sty) -Requires: tex(transparent.sty) -Requires: tex(xcolor.sty) -Provides: tex(chs-physics-report.sty) = %{tl_version} - -%description chs-physics-report -This package may optionally be used by students at Carmel High -School in Indiana in the United States to write physics lab -reports for FW physics courses. As many students are beginners -at LaTeX, it also attempts to simplify the report-writing -process by offering macros for commonly used notation and by -automatically formatting the documents for students who will -only use TeX for mathematics and not typesetting. The package -depends on amsmath, calc, fancyhdr, geometry, graphicx, -letltxmacro, titlesec, transparent, and xcolor. - -%package codeanatomy -Summary: Typeset code with annotations -Version: svn51627 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(codeanatomy.sty) = %{tl_version} - -%description codeanatomy -The idea of this Package is to typeset illustrations of pieces -of code with annotations on each single part of code (Code -Anatomy). The origin of this idea are code illustrations from -the book "Computer Science: An Interdisciplinary Approach" from -Robert Sedgewick and Kevin Wayne. The package depends on expl3, -xparse, and TikZ. - -%package coelacanth -Summary: Coelacanth fonts with LaTeX support -Version: svn54736 -License: OFL -Requires: texlive-base texlive-kpathsea -Provides: tex(LY1Coelacanth-LF.fd) = %{tl_version} -Provides: tex(LY1Coelacanth-OsF.fd) = %{tl_version} -Provides: tex(LY1Coelacanth-TLF.fd) = %{tl_version} -Provides: tex(LY1Coelacanth-TOsF.fd) = %{tl_version} -Provides: tex(OT1Coelacanth-LF.fd) = %{tl_version} -Provides: tex(OT1Coelacanth-OsF.fd) = %{tl_version} -Provides: tex(OT1Coelacanth-TLF.fd) = %{tl_version} -Provides: tex(OT1Coelacanth-TOsF.fd) = %{tl_version} -Provides: tex(T1Coelacanth-LF.fd) = %{tl_version} -Provides: tex(T1Coelacanth-OsF.fd) = %{tl_version} -Provides: tex(T1Coelacanth-TLF.fd) = %{tl_version} -Provides: tex(T1Coelacanth-TOsF.fd) = %{tl_version} -Provides: tex(TS1Coelacanth-LF.fd) = %{tl_version} -Provides: tex(TS1Coelacanth-OsF.fd) = %{tl_version} -Provides: tex(TS1Coelacanth-TLF.fd) = %{tl_version} -Provides: tex(TS1Coelacanth-TOsF.fd) = %{tl_version} -Provides: tex(coel_2bq22m.enc) = %{tl_version} -Provides: tex(coel_35r5ki.enc) = %{tl_version} -Provides: tex(coel_3oskfe.enc) = %{tl_version} -Provides: tex(coel_4ecnef.enc) = %{tl_version} -Provides: tex(coel_5fxan5.enc) = %{tl_version} -Provides: tex(coel_67mokw.enc) = %{tl_version} -Provides: tex(coel_7svyb7.enc) = %{tl_version} -Provides: tex(coel_asvvw4.enc) = %{tl_version} -Provides: tex(coel_bgukot.enc) = %{tl_version} -Provides: tex(coel_byq3vs.enc) = %{tl_version} -Provides: tex(coel_ch6j2t.enc) = %{tl_version} -Provides: tex(coel_cktdqa.enc) = %{tl_version} -Provides: tex(coel_dorh3b.enc) = %{tl_version} -Provides: tex(coel_ebzac6.enc) = %{tl_version} -Provides: tex(coel_emnr2s.enc) = %{tl_version} -Provides: tex(coel_f7qowf.enc) = %{tl_version} -Provides: tex(coel_fv62g6.enc) = %{tl_version} -Provides: tex(coel_gi7fl5.enc) = %{tl_version} -Provides: tex(coel_h4us3h.enc) = %{tl_version} -Provides: tex(coel_h5bkro.enc) = %{tl_version} -Provides: tex(coel_imsj7k.enc) = %{tl_version} -Provides: tex(coel_k3v2sl.enc) = %{tl_version} -Provides: tex(coel_ko4m4s.enc) = %{tl_version} -Provides: tex(coel_kue4xj.enc) = %{tl_version} -Provides: tex(coel_lv7uve.enc) = %{tl_version} -Provides: tex(coel_ozxgjl.enc) = %{tl_version} -Provides: tex(coel_pvge6z.enc) = %{tl_version} -Provides: tex(coel_pxgy5y.enc) = %{tl_version} -Provides: tex(coel_qu2jnl.enc) = %{tl_version} -Provides: tex(coel_qyombs.enc) = %{tl_version} -Provides: tex(coel_r3sloy.enc) = %{tl_version} -Provides: tex(coel_rvr22c.enc) = %{tl_version} -Provides: tex(coel_s2u7t3.enc) = %{tl_version} -Provides: tex(coel_st6med.enc) = %{tl_version} -Provides: tex(coel_surv45.enc) = %{tl_version} -Provides: tex(coel_tzvqqj.enc) = %{tl_version} -Provides: tex(coel_u3c7bp.enc) = %{tl_version} -Provides: tex(coel_uohwx2.enc) = %{tl_version} -Provides: tex(coel_v4acog.enc) = %{tl_version} -Provides: tex(coel_w7crpc.enc) = %{tl_version} -Provides: tex(coel_wabiju.enc) = %{tl_version} -Provides: tex(coel_wcgv5q.enc) = %{tl_version} -Provides: tex(coel_xy7bza.enc) = %{tl_version} -Provides: tex(coel_ycj2j6.enc) = %{tl_version} -Provides: tex(coel_z3thca.enc) = %{tl_version} -Provides: tex(coel_z4xltd.enc) = %{tl_version} -Provides: tex(coelacanth.sty) = %{tl_version} - -%description coelacanth -This package provides LaTeX, pdfLaTeX, XeLaTeX, and LuaLaTeX -support for Coelecanth fonts, designed by Ben Whitmore. -Coelacanth is inspired by the classic Centaur type design of -Bruce Rogers, described by some as the most beautiful typeface -ever designed. It aims to be a professional quality type family -for general book typesetting. - -%package colophon -Summary: Provides commands for producing a colophon -Version: svn47913 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(colophon.sty) = %{tl_version} - -%description colophon -Colophons are a once-common design device by which a book (or -document) designer gave some information to his readers about -the design and makeup of the text. It typically includes the -publisher (if not included elsewhere in the document), font -size, leading size, measure, and of course font face -identification. Sometimes it includes information about the -tools used, as well. This package provides some highly -configurable macros, with sensible defaults, for producing -colophons without having to muck around with a lot of manual -code. - -%package colorprofiles -Summary: Collection of free ICC profiles -Version: svn49086 -License: LPPL and MIT and Public Domain and zlib -Requires: texlive-base texlive-kpathsea -Provides: tex(FOGRA39L_coated.icc) = %{tl_version} -Provides: tex(colorprofiles.sty) = %{tl_version} -Provides: tex(colorprofiles.tex) = %{tl_version} -Provides: tex(sRGB.icc) = %{tl_version} - -%description colorprofiles -This package collects free ICC profiles that can be used by -color profile aware applications/tools like the pdfx package, -as well as TeX and LaTeX packages to access them. - -%package commedit -Summary: Commented editions with LaTeX -Version: svn50116 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(commedit.sty) = %{tl_version} - -%description commedit -The package is intended for commented editions. An example of -commented edition is a teacher's book based on a student's -textbook. Each page of a teacher's book is a page from the -textbook and comments for the teacher. This package was -commissioned by Instituto de Matematica Pura e Aplicada ( IMPA) - -%package crimsonpro -Summary: CrimsonPro fonts with LaTeX support -Version: svn54512 -License: OFL and LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(CrimsonPro.map) = %{tl_version} -Provides: tex(CrimsonPro.sty) = %{tl_version} -Provides: tex(LY1CrimsonPro-Inf.fd) = %{tl_version} -Provides: tex(LY1CrimsonPro-LF.fd) = %{tl_version} -Provides: tex(LY1CrimsonPro-OsF.fd) = %{tl_version} -Provides: tex(LY1CrimsonPro-Sup.fd) = %{tl_version} -Provides: tex(LY1CrimsonPro-TLF.fd) = %{tl_version} -Provides: tex(LY1CrimsonPro-TOsF.fd) = %{tl_version} -Provides: tex(OT1CrimsonPro-Inf.fd) = %{tl_version} -Provides: tex(OT1CrimsonPro-LF.fd) = %{tl_version} -Provides: tex(OT1CrimsonPro-OsF.fd) = %{tl_version} -Provides: tex(OT1CrimsonPro-Sup.fd) = %{tl_version} -Provides: tex(OT1CrimsonPro-TLF.fd) = %{tl_version} -Provides: tex(OT1CrimsonPro-TOsF.fd) = %{tl_version} -Provides: tex(T1CrimsonPro-Inf.fd) = %{tl_version} -Provides: tex(T1CrimsonPro-LF.fd) = %{tl_version} -Provides: tex(T1CrimsonPro-OsF.fd) = %{tl_version} -Provides: tex(T1CrimsonPro-Sup.fd) = %{tl_version} -Provides: tex(T1CrimsonPro-TLF.fd) = %{tl_version} -Provides: tex(T1CrimsonPro-TOsF.fd) = %{tl_version} -Provides: tex(TS1CrimsonPro-LF.fd) = %{tl_version} -Provides: tex(TS1CrimsonPro-OsF.fd) = %{tl_version} -Provides: tex(TS1CrimsonPro-TLF.fd) = %{tl_version} -Provides: tex(TS1CrimsonPro-TOsF.fd) = %{tl_version} -Provides: tex(crp_2sgwql.enc) = %{tl_version} -Provides: tex(crp_3lrgtj.enc) = %{tl_version} -Provides: tex(crp_b4nxop.enc) = %{tl_version} -Provides: tex(crp_bapnwu.enc) = %{tl_version} -Provides: tex(crp_hxzdi6.enc) = %{tl_version} -Provides: tex(crp_iqth5t.enc) = %{tl_version} -Provides: tex(crp_izapv7.enc) = %{tl_version} -Provides: tex(crp_jvsxek.enc) = %{tl_version} -Provides: tex(crp_kpggsy.enc) = %{tl_version} -Provides: tex(crp_krtxg6.enc) = %{tl_version} -Provides: tex(crp_ldjqep.enc) = %{tl_version} -Provides: tex(crp_q22ex3.enc) = %{tl_version} -Provides: tex(crp_qlkdbr.enc) = %{tl_version} -Provides: tex(crp_spbxfw.enc) = %{tl_version} -Provides: tex(crp_umrhwx.enc) = %{tl_version} -Provides: tex(crp_wslvgt.enc) = %{tl_version} -Provides: tex(crp_xsutkk.enc) = %{tl_version} -Provides: tex(crp_ylc3fo.enc) = %{tl_version} -Provides: tex(crp_yyrdtm.enc) = %{tl_version} - -%description crimsonpro -The CrimsonPro fonts are designed by Jacques Le Bailly and -derived from the Crimson Text fonts designed by Sebastian -Kosch. The family includes eight weights and italics for each -weight. - -%package cuprum -Summary: Cuprum font family support for LaTeX -Version: svn49909 -License: OFL -Requires: texlive-base texlive-kpathsea -Provides: tex(cuprum.map) = %{tl_version} -Provides: tex(cprbit8t.tfm) = %{tl_version} -Provides: tex(cprbn8t.tfm) = %{tl_version} -Provides: tex(cprmit8t.tfm) = %{tl_version} -Provides: tex(cprmn8t.tfm) = %{tl_version} -Provides: tex(Cuprum-Bold.ttf) = %{tl_version} -Provides: tex(Cuprum-BoldItalic.ttf) = %{tl_version} -Provides: tex(Cuprum-Italic.ttf) = %{tl_version} -Provides: tex(Cuprum-Regular.ttf) = %{tl_version} -Provides: tex(cuprum.sty) = %{tl_version} -Provides: tex(t1cpr.fd) = %{tl_version} - -%description cuprum -This package provides support for the Cuprum font family (see -http://jovanny.ru). - -%package cweb-old -Summary: Old cweb files -Version: svn49271 -License: Public Domain -Requires: texlive-base texlive-kpathsea -Provides: tex(README) = %{tl_version} -Provides: tex(pdfXcwebmac.tex) = %{tl_version} -Provides: tex(pdfcwebmac.tex) = %{tl_version} -Provides: tex(pdfdcwebmac.tex) = %{tl_version} -Provides: tex(pdffcwebmac.tex) = %{tl_version} -Provides: tex(pdficwebmac.tex) = %{tl_version} -Provides: tex(pdfwebmac.tex) = %{tl_version} - -%description cweb-old -Old cweb files. - -%package derivative -Summary: Nice and easy derivatives -Version: svn53654 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(derivative.sty) = %{tl_version} - -%description derivative -This package provides a set of commands \NewOdvVariant, -\NewPdvVariant etc. that can be used to define derivatives. -Each derivative comes with a great number of options that tweak -the derivative's format to your liking. The following types of -derivatives come readily defined: \odv Ordinary derivative, -\pdv Partial derivative, \fdv Functional derivative, \mdv -Material derivative, \adv Average rate of change, \jdv -Jacobian. - -%package dotlessi -Summary: Provides dotless i's and j's for use in any math font -Version: svn51476 -License: MIT -Requires: texlive-base texlive-kpathsea -Provides: tex(dotlessi.sty) = %{tl_version} - -%description dotlessi -The package provides two commands: \dotlessi and \dotlessj, -which give access to dotless i's and j's in math mode. They are -intended for symbols in non English languages. - -%package duckuments -Summary: Create duckified dummy content -Version: svn52271 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(duckuments.sty) = %{tl_version} - -%description duckuments -The package provides facilities to create duckified dummy -contents. It was inspired by the question "Getting ducks in -example images" on TeX-LaTeX Stack Exchange. The following -macros are available: \duckument[key=val] - print a short -duckument \blindduck[key=val] - print a paragraph -\ducklist(*){environment} - create a list of type environment -\ducklistlist(*){environment} - create nested lists -\duckitemize - ducklist{itemize} \duckenumerate - -ducklist{enumerate} \duckdescription - ducklist{description} -\duckumentsCreateExampleFile \duckumentsDrawRandomDucks The -package works with pdfTeX, LuaTeX, and XeTeX. - -%package ecothesis -Summary: LaTeX thesis template for the Universidade Federal de Vicosa (UFV), Brazil -Version: svn48007 -License: LPPL -Requires: texlive-base texlive-kpathsea - -%description ecothesis -The package provides a LaTeX thesis template for the -Universidade Federal de Vicosa (UFV), Brazil. - -%package ehhline -Summary: Extend the \hhline command -Version: svn54676 -License: MIT -Requires: texlive-base texlive-kpathsea -Provides: tex(ehhline.sty) = %{tl_version} - -%description ehhline -This package extends the \hhline command with a !{...} token, -which allows to create lines with arbitrary LaTeX commands. - -%package elegantbook -Summary: An Elegant LaTeX Template for Books -Version: svn54758 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(elegantbook.cls) = %{tl_version} - -%description elegantbook -ElegantBook is designed for writing Books. This template is -based on the standard LaTeX book class. The goal of this -template is to make the writing process more elegant. Just -enjoy it! - -%package elegantnote -Summary: Elegant LaTeX Template for Notes -Version: svn54758 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(elegantnote.cls) = %{tl_version} - -%description elegantnote -ElegantNote is designed for writing working papers, especially -for economics students. This template is based on the standard -LaTeX article class. The goal of this template is to make the -writing process easier and more comfortable. - -%package elegantpaper -Summary: An Elegant LaTeX Template for Working Papers -Version: svn54758 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(elegantpaper.cls) = %{tl_version} - -%description elegantpaper -ElegantPaper is designed for writing working papers, especially -for economics students. This template is based on the standard -LaTeX article class. The goal of this template is to make the -writing process easier and more comfortable. - -%package els-cas-templates -Summary: Elsevier updated LaTeX templates -Version: svn54317 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(cas-model2-names.bst) = %{tl_version} -Provides: tex(cas-common.sty) = %{tl_version} -Provides: tex(cas-dc.cls) = %{tl_version} -Provides: tex(cas-sc.cls) = %{tl_version} - -%description els-cas-templates -This bundle provides two class and corresponding template files -for typesetting journal articles supposed to go through -Elsevier's updated workflow. One of the sets is meant for -one-column, the other for two-column layout. These are now -accepted for submitting articles both in Elsevier's electronic -submission system and elsewhere. - -%package eqexpl -Summary: Align explanations for formulas -Version: svn54080 -License: CC-BY-SA -Requires: texlive-base texlive-kpathsea -Requires: tex(calc.sty) -Requires: tex(etoolbox.sty) -Requires: tex(xparse.sty) -Provides: tex(eqexpl.sty) = %{tl_version} - -%description eqexpl -This package was developed in response to a question on -https://tex.stackexchange.com. Its purpose is to enable a -perfectly formatted explanation of components of a formula. The -package depends on calc, etoolbox, and xparse. - -%package euflag -Summary: A command to reproduce the flag of the European Union -Version: svn49970 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(euflag.sty) = %{tl_version} - -%description euflag -This LaTeX package implements a command to reproduce the -official flag of the European Union (EU). The flag is -reproduced at 1em high based on the current font size, so it -can be scaled arbitrarily by changing the font size. - -%package exam-randomizechoices -Summary: Randomize mc choices using the exam class -Version: svn49662 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(exam-randomizechoices.sty) = %{tl_version} - -%description exam-randomizechoices -This package is an extension to the exam document class. It -provides the user with four new multiple choice typesetting -environments which place their content in a random order. It -can (only) be used in combination with the exam class. It can -only randomize the placement of choices in multiple choice -questions. The questions themselves cannot be randomized with -this package. Furthermore, the package provides a simple answer -key table typesetter and has a command for writing the answer -keys to an external file. - -%package exercisepoints -Summary: A LaTeX package to count exercises and points -Version: svn49590 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(exercisepoints.sty) = %{tl_version} - -%description exercisepoints -The package can be used to facilitate exercise counting and -exercise point counting in a LaTeX-document. It counts the -number of exercises and it sums all the points of the exercises -in a document. Especially for exams it is also common to have -an overview of all exercises and their maximal points. This is -also supported by this package by providing a macro to retrieve -the points of each exercise. - -%package exframe -Summary: Framework for exercise problems -Version: svn53911 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(exframe.sty) = %{tl_version} - -%description exframe -This LaTeX2e package provides a general purpose framework to -describe and typeset exercises and exam questions along with -their solutions. The package features mechanisms to hide or -postpone solutions, to assign and handle points, to collect -problems on exercise sheets, to store and use metadata, and to -implement a consistent numbering. It also provides a very -flexible interface for configuring and customising the -formatting, layout, and representation of the exercise content. - -%package facture-belge-simple-sans-tva -Summary: Simple Belgian invoice without VAT -Version: svn49004 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(facture-belge-simple-sans-tva.sty) = %{tl_version} - -%description facture-belge-simple-sans-tva -This package can be used to generate invoices for Belgian -individuals who do not have a VAT number and who wish to do -occasional work, or to carry out paid additional activities -during their free time up to 6,000 euros per calendar year -(amount indexed annually) without having to pay tax or social -security contributions (see the website Activites -complementaires). The package can also generate expense -reports. All totals are calculated automatically, in the -invoice and in the expense report. The package depends on -calctab, ifthen, hyperref, fancyhdr, multirow, eurosym, color, -and colortbl. - -%package fancyhandout -Summary: A LaTeX class for producing nice-looking handouts -Version: svn46411 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(fancyhandout.cls) = %{tl_version} - -%description fancyhandout -This package breaks with some of LaTeX's principles and -redefines basic LaTeX commands with the aim of producing -well-designed and clearly structured handouts: A sans-serif -font is used by default; sections are not numbered, but -highlighted by underlining; head- and footline display document -information; and in order to avoid too much whitespace around -the text the margin sizes are adjusted to smaller values. All -in all, fancyhandout provides a means of typesetting documents -not exclusively consisting of running text in a beautiful way. -fancyhandout depends on the following other LaTeX packages: -csquotes, enumitem, etoolbox, fancyhdr, geometry, and xcolor. - -%package fascicules -Summary: Create mathematical manuals for schools -Version: svn54080 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(fascicules.sty) = %{tl_version} - -%description fascicules -This package enables LaTeX users to create math books for -middle and high schools. It provides commands to create the -front page of the manual and the chapters. Each chapter can -consist of three sections: the lesson, the exercises and the -activities. - -%package fbox -Summary: Extended \fbox macro from standard LaTeX -Version: svn53320 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(fbox.sty) = %{tl_version} - -%description fbox -This package redefines \fbox to allow an optional argument for -different frames. It can be any combination of l)eft, r)ight, -t)op, and b)ottom, for example: \fbox[lt]{foo}. Using uppercase -letters or a combination of lowercase and uppercase is also -possible. - -%package firamath-otf -Summary: Use OpenType math font Fira Math -Version: svn50732 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(firamath-otf.sty) = %{tl_version} - -%description firamath-otf -The package offers XeTeX/LuaTeX support for the Sans Serif -OpenType Fira Math Font. - -%package firamath -Summary: Fira sans serif font with Unicode math support -Version: svn53388 -License: OFL -Requires: texlive-base texlive-kpathsea -Provides: tex(FiraMath-Regular.otf) = %{tl_version} - -%description firamath -Fira Math is a sans-serif font with Unicode math support. The -design of this font is based on Fira Sans and FiraGO. Fira Math -is distributed in OpenType format and can be used with the -unicode-math package under XeLaTeX or LuaLaTeX. More support is -offered by the firamath-otf package. - -%package fiziko -Summary: A MetaPost library for physics textbook illustrations -Version: svn54512 -License: GPLv3+ and CC-BY-SA -Requires: texlive-base texlive-kpathsea -Provides: tex(fiziko.mp) = %{tl_version} - -%description fiziko -This MetaPost library was initially written to automate some -elements of black and white illustrations for a physics -textbook. It provides functions to draw things like lines of -variable width, shaded spheres, and tubes of different kinds, -which can be used to produce images of a variety of objects. -The library also contains functions to draw some objects -constructed from these primitives. - -%package forum -Summary: TeX support for the Forum font -Version: svn56025 -License: OFL -Requires: texlive-base texlive-kpathsea -Provides: tex(LY1Frm-LF.fd) = %{tl_version} -Provides: tex(OT1Frm-LF.fd) = %{tl_version} -Provides: tex(T1Frm-LF.fd) = %{tl_version} -Provides: tex(T2AFrm-LF.fd) = %{tl_version} -Provides: tex(T2BFrm-LF.fd) = %{tl_version} -Provides: tex(T2CFrm-LF.fd) = %{tl_version} -Provides: tex(TS1Frm-LF.fd) = %{tl_version} -Provides: tex(forum.map) = %{tl_version} -Provides: tex(forum.sty) = %{tl_version} -Provides: tex(frm_acf3pt.enc) = %{tl_version} -Provides: tex(frm_b5i5mx.enc) = %{tl_version} -Provides: tex(frm_brq6mf.enc) = %{tl_version} -Provides: tex(frm_e2otk2.enc) = %{tl_version} -Provides: tex(frm_fx2ufv.enc) = %{tl_version} -Provides: tex(frm_jsuphk.enc) = %{tl_version} -Provides: tex(frm_smvvub.enc) = %{tl_version} -Provides: tex(frm_ylkcu6.enc) = %{tl_version} - -%description forum -This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX -support for the Forum font, designed by Denis Masharov. -Forum has antique, classic "Roman" proportions. It can -be used to set body texts and works well in titles and -headlines too. It is truly multilingual, with glyphs for -Central and Eastern Europe, Baltics, Cyrillic and Asian -Cyrillic communities. There is currently just a regular -weight and an artificially emboldened bold. - -%package ftc-notebook -Summary: Typeset FIRST Tech Challenge (FTC) notebooks -Version: svn50043 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(ftc-notebook.sty) = %{tl_version} - -%description ftc-notebook -This LaTeX package will greatly simplify filling entries for -your FIRST Tech Challenge (FTC) engineering or outreach -notebook. We developed this package to support most frequently -used constructs encountered in an FTC notebook: meetings, -tasks, decisions with pros and cons, tables, figures with -explanations, team stories and bios, and more. We developed -this package during the 2018-2019 season and are using it for -our engineering notebook. Team Robocracy is sharing this style -in the spirit of coopertition. - -%package gammas -Summary: Template for the GAMM Archive for Students -Version: svn50012 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(gammas.bst) = %{tl_version} -Provides: tex(gammas.cls) = %{tl_version} - -%description gammas -This is the official document class for typesetting journal -articles for GAMM Archive for Students (GAMMAS), the -open-access online yournal run by the GAMM Juniors. - -%package garamond-libre -Summary: The Garamond Libre font face -Version: svn55166 -License: MIT -Requires: texlive-base texlive-kpathsea -Provides: tex(GaramondLibre.map) = %{tl_version} -Provides: tex(LGRGaramondLibre-Inf.fd) = %{tl_version} -Provides: tex(LGRGaramondLibre-LF.fd) = %{tl_version} -Provides: tex(LGRGaramondLibre-OsF.fd) = %{tl_version} -Provides: tex(LGRGaramondLibre-Sup.fd) = %{tl_version} -Provides: tex(LY1GaramondLibre-Inf.fd) = %{tl_version} -Provides: tex(LY1GaramondLibre-LF.fd) = %{tl_version} -Provides: tex(LY1GaramondLibre-OsF.fd) = %{tl_version} -Provides: tex(LY1GaramondLibre-Sup.fd) = %{tl_version} -Provides: tex(OT1GaramondLibre-Inf.fd) = %{tl_version} -Provides: tex(OT1GaramondLibre-LF.fd) = %{tl_version} -Provides: tex(OT1GaramondLibre-OsF.fd) = %{tl_version} -Provides: tex(OT1GaramondLibre-Sup.fd) = %{tl_version} -Provides: tex(T1GaramondLibre-Inf.fd) = %{tl_version} -Provides: tex(T1GaramondLibre-LF.fd) = %{tl_version} -Provides: tex(T1GaramondLibre-OsF.fd) = %{tl_version} -Provides: tex(T1GaramondLibre-Sup.fd) = %{tl_version} -Provides: tex(T2AGaramondLibre-Inf.fd) = %{tl_version} -Provides: tex(T2AGaramondLibre-LF.fd) = %{tl_version} -Provides: tex(T2AGaramondLibre-OsF.fd) = %{tl_version} -Provides: tex(T2AGaramondLibre-Sup.fd) = %{tl_version} -Provides: tex(T2BGaramondLibre-Inf.fd) = %{tl_version} -Provides: tex(T2BGaramondLibre-LF.fd) = %{tl_version} -Provides: tex(T2BGaramondLibre-OsF.fd) = %{tl_version} -Provides: tex(T2BGaramondLibre-Sup.fd) = %{tl_version} -Provides: tex(T2CGaramondLibre-Inf.fd) = %{tl_version} -Provides: tex(T2CGaramondLibre-LF.fd) = %{tl_version} -Provides: tex(T2CGaramondLibre-OsF.fd) = %{tl_version} -Provides: tex(T2CGaramondLibre-Sup.fd) = %{tl_version} -Provides: tex(TS1GaramondLibre-LF.fd) = %{tl_version} -Provides: tex(TS1GaramondLibre-OsF.fd) = %{tl_version} -Provides: tex(UGaramondLibre-Orn.fd) = %{tl_version} -Provides: tex(garamondlibre.sty) = %{tl_version} -Provides: tex(grmlbr_26qpf7.enc) = %{tl_version} -Provides: tex(grmlbr_2ituzd.enc) = %{tl_version} -Provides: tex(grmlbr_3mt3an.enc) = %{tl_version} -Provides: tex(grmlbr_3w7ozp.enc) = %{tl_version} -Provides: tex(grmlbr_4b5hhp.enc) = %{tl_version} -Provides: tex(grmlbr_6l5pxo.enc) = %{tl_version} -Provides: tex(grmlbr_af3fmk.enc) = %{tl_version} -Provides: tex(grmlbr_c7o3pq.enc) = %{tl_version} -Provides: tex(grmlbr_crzyr4.enc) = %{tl_version} -Provides: tex(grmlbr_cwdpfu.enc) = %{tl_version} -Provides: tex(grmlbr_d5jenc.enc) = %{tl_version} -Provides: tex(grmlbr_ddg2jn.enc) = %{tl_version} -Provides: tex(grmlbr_ddnxa5.enc) = %{tl_version} -Provides: tex(grmlbr_fb533q.enc) = %{tl_version} -Provides: tex(grmlbr_ft27f3.enc) = %{tl_version} -Provides: tex(grmlbr_fukic5.enc) = %{tl_version} -Provides: tex(grmlbr_h5igdn.enc) = %{tl_version} -Provides: tex(grmlbr_hbrvqa.enc) = %{tl_version} -Provides: tex(grmlbr_hejid2.enc) = %{tl_version} -Provides: tex(grmlbr_huatgi.enc) = %{tl_version} -Provides: tex(grmlbr_ikpupx.enc) = %{tl_version} -Provides: tex(grmlbr_iqbnqe.enc) = %{tl_version} -Provides: tex(grmlbr_jwpqsx.enc) = %{tl_version} -Provides: tex(grmlbr_kk2l3t.enc) = %{tl_version} -Provides: tex(grmlbr_kyvbob.enc) = %{tl_version} -Provides: tex(grmlbr_l5k5jt.enc) = %{tl_version} -Provides: tex(grmlbr_ljc3nf.enc) = %{tl_version} -Provides: tex(grmlbr_m5zyzk.enc) = %{tl_version} -Provides: tex(grmlbr_madlva.enc) = %{tl_version} -Provides: tex(grmlbr_nhixbh.enc) = %{tl_version} -Provides: tex(grmlbr_nnzq7g.enc) = %{tl_version} -Provides: tex(grmlbr_o3pzn3.enc) = %{tl_version} -Provides: tex(grmlbr_oo4va4.enc) = %{tl_version} -Provides: tex(grmlbr_p5a7xq.enc) = %{tl_version} -Provides: tex(grmlbr_pcz4ad.enc) = %{tl_version} -Provides: tex(grmlbr_pmempd.enc) = %{tl_version} -Provides: tex(grmlbr_qgzksw.enc) = %{tl_version} -Provides: tex(grmlbr_ql6cag.enc) = %{tl_version} -Provides: tex(grmlbr_qnkmaf.enc) = %{tl_version} -Provides: tex(grmlbr_qyly2w.enc) = %{tl_version} -Provides: tex(grmlbr_rxhqtw.enc) = %{tl_version} -Provides: tex(grmlbr_sbgl2v.enc) = %{tl_version} -Provides: tex(grmlbr_srtteg.enc) = %{tl_version} -Provides: tex(grmlbr_syncrn.enc) = %{tl_version} -Provides: tex(grmlbr_tx4wra.enc) = %{tl_version} -Provides: tex(grmlbr_u674gk.enc) = %{tl_version} -Provides: tex(grmlbr_u7zlyy.enc) = %{tl_version} -Provides: tex(grmlbr_ujl4dj.enc) = %{tl_version} -Provides: tex(grmlbr_vzduxe.enc) = %{tl_version} -Provides: tex(grmlbr_wgjy5a.enc) = %{tl_version} -Provides: tex(grmlbr_wkdlc7.enc) = %{tl_version} -Provides: tex(grmlbr_wt2iav.enc) = %{tl_version} -Provides: tex(grmlbr_xqilo4.enc) = %{tl_version} -Provides: tex(grmlbr_y75trc.enc) = %{tl_version} -Provides: tex(grmlbr_yeyti3.enc) = %{tl_version} -Provides: tex(grmlbr_yonrxo.enc) = %{tl_version} -Provides: tex(grmlbr_zoesgh.enc) = %{tl_version} -Provides: tex(grmlbr_zslxeq.enc) = %{tl_version} -Provides: tex(grmlbr_zy2up7.enc) = %{tl_version} - -%description garamond-libre -Garamond Libre is a free and open-source old-style font family. -It is a "true Garamond," i.e., it is based off the designs of -16th-century French engraver Claude Garamond (also spelled -Garamont). The Roman design is Garamond's; the italics are from -a design by Robert Granjon. The upright Greek font is after a -design by Firmin Didot; the "italic" Greek font is after a -design by Alexander Wilson. The font family includes support -for Latin, Greek (monotonic and polytonic) and Cyrillic -scripts, as well as small capitals, old-style figures, superior -and inferior figures, historical ligatures, Byzantine musical -symbols, the IPA and swash capitals. The fonts are provided in -OpenType format, and are intended to be used with LuaLaTeX or -XeLaTeX via fontspec. - -%package garamond-math -Summary: An OTF math font matching EB Garamond -Version: svn52820 -License: OFL -Requires: texlive-base texlive-kpathsea -Provides: tex(Garamond-Math.otf) = %{tl_version} - -%description garamond-math -This is an open type math font matching EB Garamond (Octavio -Pardo) and EB Garamond (Georg Mayr-Duffner). Many mathematical -symbols are derived from other fonts, others are made from -scratch. The metric is generated with a python script. The font -is best used with XeTeX and the unicode-math package. Other -engines (e.g. LuaTeX; also: MS Word) are likely to produce -unsatifactory spacings. This font is still under development, -so do not expect it to be free of bugs. Any component might be -updated at any time. Issues, bug reports, forks, and other -contributions are welcome. - -%package gitver -Summary: Get the current git hash of a project and typeset it in the document -Version: svn49980 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(gitver.sty) = %{tl_version} - -%description gitver -This package will get a description of the current git version -of the document and store it in a command \gitVer. If memoir or -fancyhdr are in use, it will also add this to the document -footers unless the option "noheader" is passed. The package -also defines a command \versionBox which outputs a box -containing the version and date of compilation. - -%package globalvals -Summary: Declare global variables -Version: svn49962 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(globalvals.sty) = %{tl_version} - -%description globalvals -This package allows the user to declare a variable which can -then be used anywhere else in a document, including before it -was declared. - -%package glosmathtools -Summary: Mathematical nomenclature tools based on the glossaries package -Version: svn54558 -License: LPPL -Requires: texlive-base texlive-kpathsea -Requires: tex(glossaries.sty) -Requires: tex(amsmath.sty) -Requires: tex(amsfonts.sty) -Requires: tex(etoolbox.sty) -Provides: tex(glosmathtools.sty) = %{tl_version} - -%description glosmathtools -This package can be used to generate a mathematical -nomenclature (also called "list of symbols" or "notation"). It -is based on the glossaries package. Its main features are: -symbol categories (e.g.: latin, greek) automatic but -customizable symbol sorting easy subscript management easy -accentuation management abbreviation support (with first use -definition) bilingual nomenclatures (for bilingual documents) -bilingual abbreviations For the time being, the documentation -is based on the ulthese class and is in French only. The -package depends on glossaries, amsmath, amsfonts, and etoolbox. - -%package glossaries-estonian -Summary: Estonian language module for glossaries package -Version: svn49928 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(glossaries-estonian-ascii.ldf) = %{tl_version} -Provides: tex(glossaries-estonian-utf8.ldf) = %{tl_version} -Provides: tex(glossaries-estonian.ldf) = %{tl_version} - -%description glossaries-estonian -This package provides the Estonian language module for the -glossaries package. - -%package glossaries-slovene -Summary: Slovene language module for glossaries package -Version: svn51211 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(glossaries-slovene.ldf) = %{tl_version} - -%description glossaries-slovene -Slovene language module for glossaries package. - -%package grabbox -Summary: Read an argument into a box and execute the code afterwards -Version: svn51052 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(grabbox.sty) = %{tl_version} - -%description grabbox -The package provides the command \grabbox, which grabs an -argument into a box and executes the code afterwards. - -%package gridslides -Summary: Free form slides with blocks placed on a grid -Version: svn54512 -License: LPPL and GPLv2 -Requires: texlive-base texlive-kpathsea -Provides: tex(gridslides.cls) = %{tl_version} -Provides: tex(gridslides.sty) = %{tl_version} - -%description gridslides -This package allows creating free form slides with blocks -placed on a grid. The blocks can be filled with text, -equations, figures etc. The resulting slides are similar to the -ones produced with LaTeX beamer, but more flexible. Sequential -unconvering of elements is supported. A compiler script is -provided which compiles each slide separately, this way -avoiding long compile times. - -%package guitartabs -Summary: A class for drawing guitar tablatures easily -Version: svn48102 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(guitartabs.cls) = %{tl_version} - -%description guitartabs -This package provides is a simple LaTeX2e class that allows -guitarists to create basic guitar tablatures using LaTeX. -Create music and do not be bothered with macro programming. The -class depends on the LaTeX packages geometry, harmony, -inputenc, intcalc, musixtex, tikz, and xifthen, as well as the -article class. - -%package hmtrump -Summary: Describe card games -Version: svn54512 -License: CC-BY-SA -Requires: texlive-base texlive-kpathsea -Provides: tex(hmtrump.sty) = %{tl_version} - -%description hmtrump -This package provides a font with LuaLaTeX support for -describing card games. - -%package hu-berlin-bundle -Summary: LaTeX classes for the Humboldt-Universitat zu Berlin -Version: svn54512 -License: LPPL and GPLv2 and BSD -Requires: texlive-base texlive-kpathsea -Provides: tex(hu-berlin-base.sty) = %{tl_version} -Provides: tex(hu-berlin-bundle-style.sty) = %{tl_version} -Provides: tex(hu-berlin-letter.cls) = %{tl_version} - -%description hu-berlin-bundle -This package provides files according to the corporate design -of the Humboldt-Universitat zu Berlin. This is not an official -package by the university itself, and not officially approved -by it. More information can be found in the Humboldt -University's corporate design guideline and on the website -https://www.hu-berlin.de/de/hu-intern/design. At present, the -bundle contains a letter class based on scrlttr2 and a package -hu-berlin-base.sty which contains all relevant code for -documents and documentclasses of the bundle. - -%package icite -Summary: Indices locorum citatorum -Version: svn54512 -License: GPLv3+ and CC-BY-SA -Requires: texlive-base texlive-kpathsea -Provides: tex(icite.sty) = %{tl_version} - -%description icite -The package is designed to produce from BibTeX or BibLaTeX -bibliographical databases the different indices of authors and -works cited which are called indices locorum citatorum. It -relies on a specific \icite command and can operate with either -BibTeX or BibLaTeX. - -%package identkey -Summary: Typesetting bracketed dichotomous identification keys -Version: svn49018 -License: GPLv3 -Requires: texlive-base texlive-kpathsea -Provides: tex(identkey.sty) = %{tl_version} - -%description identkey -The package is for typesetting bracketed dichotomous -identification keys. - -%package inkpaper -Summary: A LaTeX class for writing a thesis following French rules -Version: svn54080 -License: GPLv3 -Requires: texlive-base texlive-kpathsea -Provides: tex(inkpaper.cls) = %{tl_version} - -%description inkpaper -InkPaper is designed to write mathematical papers,especially -designed for Mathematics Students. ZJGS students. magazine -editors. NOTICE.This is not a Thesis class. - -%package inline-images -Summary: Inline images in base64 encoding -Version: svn54080 -License: LGPLv3 -Requires: texlive-base texlive-kpathsea -Provides: tex(inline-images.sty) = %{tl_version} - -%description inline-images -The package provides a command \inlineimg to dynamically create -a file containing the inline image in base64 format, which is -decoded and included in the source file. Requirements LaTeX -must be run with option --shell-escape. Program base64. - -%package inriafonts -Summary: Inria fonts with LaTeX support -Version: svn54512 -License: OFL and LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(inriasans_2ikqt3.enc) = %{tl_version} -Provides: tex(inriasans_aeswfl.enc) = %{tl_version} -Provides: tex(inriasans_azhk4k.enc) = %{tl_version} -Provides: tex(inriasans_clzm26.enc) = %{tl_version} -Provides: tex(inriasans_dl3y4j.enc) = %{tl_version} -Provides: tex(inriasans_efwr3l.enc) = %{tl_version} -Provides: tex(inriasans_fhoe3z.enc) = %{tl_version} -Provides: tex(inriasans_g56wvz.enc) = %{tl_version} -Provides: tex(inriasans_gn4bcn.enc) = %{tl_version} -Provides: tex(inriasans_kgbpoz.enc) = %{tl_version} -Provides: tex(inriasans_necsus.enc) = %{tl_version} -Provides: tex(inriasans_psyc4t.enc) = %{tl_version} -Provides: tex(inriasans_pv4xsz.enc) = %{tl_version} -Provides: tex(inriasans_rhfpoz.enc) = %{tl_version} -Provides: tex(inriasans_rriqaz.enc) = %{tl_version} -Provides: tex(inriasans_svhg3d.enc) = %{tl_version} -Provides: tex(inriasans_x5ybkq.enc) = %{tl_version} -Provides: tex(inriasans_yeotsr.enc) = %{tl_version} -Provides: tex(inriasans_yl5fy2.enc) = %{tl_version} -Provides: tex(inriaserif_2ikqt3.enc) = %{tl_version} -Provides: tex(inriaserif_aeswfl.enc) = %{tl_version} -Provides: tex(inriaserif_azhk4k.enc) = %{tl_version} -Provides: tex(inriaserif_clzm26.enc) = %{tl_version} -Provides: tex(inriaserif_dl3y4j.enc) = %{tl_version} -Provides: tex(inriaserif_efwr3l.enc) = %{tl_version} -Provides: tex(inriaserif_fhoe3z.enc) = %{tl_version} -Provides: tex(inriaserif_g56wvz.enc) = %{tl_version} -Provides: tex(inriaserif_gn4bcn.enc) = %{tl_version} -Provides: tex(inriaserif_kgbpoz.enc) = %{tl_version} -Provides: tex(inriaserif_necsus.enc) = %{tl_version} -Provides: tex(inriaserif_psyc4t.enc) = %{tl_version} -Provides: tex(inriaserif_pv4xsz.enc) = %{tl_version} -Provides: tex(inriaserif_rhfpoz.enc) = %{tl_version} -Provides: tex(inriaserif_rriqaz.enc) = %{tl_version} -Provides: tex(inriaserif_svhg3d.enc) = %{tl_version} -Provides: tex(inriaserif_x5ybkq.enc) = %{tl_version} -Provides: tex(inriaserif_yeotsr.enc) = %{tl_version} -Provides: tex(inriaserif_yl5fy2.enc) = %{tl_version} -Provides: tex(InriaSans.map) = %{tl_version} -Provides: tex(InriaSerif.map) = %{tl_version} -Provides: tex(InriaSans.sty) = %{tl_version} -Provides: tex(InriaSerif.sty) = %{tl_version} -Provides: tex(LY1InriaSans-LF.fd) = %{tl_version} -Provides: tex(LY1InriaSans-OsF.fd) = %{tl_version} -Provides: tex(LY1InriaSans-Sup.fd) = %{tl_version} -Provides: tex(LY1InriaSans-TLF.fd) = %{tl_version} -Provides: tex(LY1InriaSans-TOsF.fd) = %{tl_version} -Provides: tex(LY1InriaSerif-LF.fd) = %{tl_version} -Provides: tex(LY1InriaSerif-OsF.fd) = %{tl_version} -Provides: tex(LY1InriaSerif-Sup.fd) = %{tl_version} -Provides: tex(LY1InriaSerif-TLF.fd) = %{tl_version} -Provides: tex(LY1InriaSerif-TOsF.fd) = %{tl_version} -Provides: tex(OT1InriaSans-LF.fd) = %{tl_version} -Provides: tex(OT1InriaSans-OsF.fd) = %{tl_version} -Provides: tex(OT1InriaSans-Sup.fd) = %{tl_version} -Provides: tex(OT1InriaSans-TLF.fd) = %{tl_version} -Provides: tex(OT1InriaSans-TOsF.fd) = %{tl_version} -Provides: tex(OT1InriaSerif-LF.fd) = %{tl_version} -Provides: tex(OT1InriaSerif-OsF.fd) = %{tl_version} -Provides: tex(OT1InriaSerif-Sup.fd) = %{tl_version} -Provides: tex(OT1InriaSerif-TLF.fd) = %{tl_version} -Provides: tex(OT1InriaSerif-TOsF.fd) = %{tl_version} -Provides: tex(T1InriaSans-LF.fd) = %{tl_version} -Provides: tex(T1InriaSans-OsF.fd) = %{tl_version} -Provides: tex(T1InriaSans-Sup.fd) = %{tl_version} -Provides: tex(T1InriaSans-TLF.fd) = %{tl_version} -Provides: tex(T1InriaSans-TOsF.fd) = %{tl_version} -Provides: tex(T1InriaSerif-LF.fd) = %{tl_version} -Provides: tex(T1InriaSerif-OsF.fd) = %{tl_version} -Provides: tex(T1InriaSerif-Sup.fd) = %{tl_version} -Provides: tex(T1InriaSerif-TLF.fd) = %{tl_version} -Provides: tex(T1InriaSerif-TOsF.fd) = %{tl_version} -Provides: tex(TS1InriaSans-LF.fd) = %{tl_version} -Provides: tex(TS1InriaSans-OsF.fd) = %{tl_version} -Provides: tex(TS1InriaSans-TLF.fd) = %{tl_version} -Provides: tex(TS1InriaSans-TOsF.fd) = %{tl_version} -Provides: tex(TS1InriaSerif-LF.fd) = %{tl_version} -Provides: tex(TS1InriaSerif-OsF.fd) = %{tl_version} -Provides: tex(TS1InriaSerif-TLF.fd) = %{tl_version} -Provides: tex(TS1InriaSerif-TOsF.fd) = %{tl_version} - -%description inriafonts -Inria is a free font designed by Black[Foundry] for Inria -research institute. The font is available for free. It comes as -Serif and Sans Serif, each with three weights and matching -italics. Using these fonts with XeLaTeX and LuaLaTeX is easy -using the fontspec package; we refer to the documentation of -fontspec for more information. The present package provides a -way of using them with LaTeX and pdfLaTeX: it provides two -style files, InriaSerif.sty and InriaSans.sty, together with -the PostScript version of the fonts and their associated files. -These were created using autoinst. - -%package invoice-class -Summary: Produces a standard US invoice from a CSV file -Version: svn49749 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(invoice-class.cls) = %{tl_version} - -%description invoice-class -This class produces a standard US commercial invoice using data -from a CSV file. Invoices can span multiple pages. The class is -configurable for different shipping addresses. - -%package iodhbwm -Summary: Unofficial template of the DHBW Mannheim -Version: svn54734 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(iodhbwm-i18n.def) = %{tl_version} -Provides: tex(iodhbwm-templates.sty) = %{tl_version} -Provides: tex(iodhbwm.cls) = %{tl_version} - -%description iodhbwm -This package provides an unofficial template of the DHBW -Mannheim for the creation of bachelor thesis, studies or -project work with LaTeX. The aim of the package is the quick -creation of a basic framework without much effort. - -%package jigsaw -Summary: Draw jigsaw pieces with TikZ -Version: svn49111 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(jigsaw.sty) = %{tl_version} - -%description jigsaw -This is a small LaTeX package to draw jigsaw pieces with TikZ. -It is possible to draw individual pieces and adjust their -shape, create tile patterns or automatically generate complete -jigsaws. - -%package jkmath -Summary: Macros for mathematics that make the code more readable -Version: svn47109 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(jkmath.sty) = %{tl_version} - -%description jkmath -Inspired by the physicspackage on CTAN, the package defines -some simple macros for mathematical notation which make the -code more readable and/or allow flexibility in typesetting -material. - -%package kalendarium -Summary: Print dates according to the classical Latin calendar -Version: svn48744 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(kalendarium.sty) = %{tl_version} - -%description kalendarium -kalendarium is a LaTeX3 package that provides several macros -with which to print dates in classical Latin given days on the -Julian or Gregorian calendars, using the same syntax used by -ancient Roman authors. The format of these dates may be -customised either in the package options or on a per-command -basis; these options also allow for the generation of date -strings according to different eras of the Classical period. - -%package ketcindy -Summary: macros for graphic generation and Cinderella plugin -Version: svn54074 -License: GPLv3+ -Requires: texlive-base texlive-kpathsea -Provides: tex(ketlayer.sty) = %{tl_version} -Provides: tex(ketlayer2e.sty) = %{tl_version} -Provides: tex(ketmedia.sty) = %{tl_version} -Provides: tex(ketpic.sty) = %{tl_version} -Provides: tex(ketpic2e.sty) = %{tl_version} -Provides: tex(ketslide.sty) = %{tl_version} -Provides: tex(ketslide2.sty) = %{tl_version} - -%description ketcindy -KETpic is a macro package designed for computer algebra systems -(CAS) to generate LaTeX source codes for high-quality -mathematical artwork. KETcindy is a plugin for Cinderella that -allows to generate graphics using KETpic. The generated code -can be included in any LaTeX document. - -%package kvmap -Summary: Create Karnaugh maps with LaTeX -Version: svn54898 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(kvmap.sty) = %{tl_version} - -%description kvmap -This LaTeX package allows the creation of (even large) Karnaugh -maps. It provides a tabular-like input syntax and support for -drawing bundles (implicants) around adjacent values. It is -based on an answer at StackExchange. - -%package labels4easylist -Summary: Add reference labels to easylist items -Version: svn51124 -License: MIT -Requires: texlive-base texlive-kpathsea -Provides: tex(labels4easylist.sty) = %{tl_version} - -%description labels4easylist -This package provides the \itemLabel macro for adding -configurable reference labels to easylist items. - -%package latex4musicians -Summary: A guide for combining LaTeX and music -Version: svn49759 -License: GFDL -Requires: texlive-base texlive-kpathsea - -%description latex4musicians -This guide, "LaTeX for Musicians", explains how to create LaTeX -documents that include several kinds of music elements: music -symbols, song lyrics, guitar chords diagrams, lead sheets, -music excerpts, guitar tablatures, multi-page scores. - -%package latex-base-dev -Summary: Development pre-release of the LaTeX kernel -Version: svn54146 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(alltt.sty) = %{tl_version} -Provides: tex(ansinew.def) = %{tl_version} -Provides: tex(applemac.def) = %{tl_version} -Provides: tex(article.cls) = %{tl_version} -Provides: tex(article.sty) = %{tl_version} -Provides: tex(ascii.def) = %{tl_version} -Provides: tex(bezier.sty) = %{tl_version} -Provides: tex(bk10.clo) = %{tl_version} -Provides: tex(bk11.clo) = %{tl_version} -Provides: tex(bk12.clo) = %{tl_version} -Provides: tex(book.cls) = %{tl_version} -Provides: tex(book.sty) = %{tl_version} -Provides: tex(cp1250.def) = %{tl_version} -Provides: tex(cp1252.def) = %{tl_version} -Provides: tex(cp1257.def) = %{tl_version} -Provides: tex(cp437.def) = %{tl_version} -Provides: tex(cp437de.def) = %{tl_version} -Provides: tex(cp850.def) = %{tl_version} -Provides: tex(cp852.def) = %{tl_version} -Provides: tex(cp858.def) = %{tl_version} -Provides: tex(cp865.def) = %{tl_version} -Provides: tex(decmulti.def) = %{tl_version} -Provides: tex(doc.sty) = %{tl_version} -Provides: tex(docstrip.tex) = %{tl_version} -Provides: tex(exscale.sty) = %{tl_version} -Provides: tex(fix-cm.sty) = %{tl_version} -Provides: tex(fixltx2e.sty) = %{tl_version} -Provides: tex(flafter.sty) = %{tl_version} -Provides: tex(fleqn.clo) = %{tl_version} -Provides: tex(fleqn.sty) = %{tl_version} -Provides: tex(fltrace.sty) = %{tl_version} -Provides: tex(fontenc.sty) = %{tl_version} -Provides: tex(graphpap.sty) = %{tl_version} -Provides: tex(idx.tex) = %{tl_version} -Provides: tex(ifthen.sty) = %{tl_version} -Provides: tex(inputenc.sty) = %{tl_version} -Provides: tex(lablst.tex) = %{tl_version} -Provides: tex(latex209.def) = %{tl_version} -Provides: tex(latexrelease.sty) = %{tl_version} -Provides: tex(latexsym.sty) = %{tl_version} -Provides: tex(latin1.def) = %{tl_version} -Provides: tex(latin10.def) = %{tl_version} -Provides: tex(latin2.def) = %{tl_version} -Provides: tex(latin3.def) = %{tl_version} -Provides: tex(latin4.def) = %{tl_version} -Provides: tex(latin5.def) = %{tl_version} -Provides: tex(latin9.def) = %{tl_version} -Provides: tex(leqno.clo) = %{tl_version} -Provides: tex(leqno.sty) = %{tl_version} -Provides: tex(letter.cls) = %{tl_version} -Provides: tex(letter.sty) = %{tl_version} -Provides: tex(ltluatex.tex) = %{tl_version} -Provides: tex(ltnews.cls) = %{tl_version} -Provides: tex(ltxcheck.tex) = %{tl_version} -Provides: tex(ltxdoc.cls) = %{tl_version} -Provides: tex(ltxguide.cls) = %{tl_version} -Provides: tex(macce.def) = %{tl_version} -Provides: tex(makeidx.sty) = %{tl_version} -Provides: tex(minimal.cls) = %{tl_version} -Provides: tex(newlfont.sty) = %{tl_version} -Provides: tex(next.def) = %{tl_version} -Provides: tex(nfssfont.tex) = %{tl_version} -Provides: tex(oldlfont.sty) = %{tl_version} -Provides: tex(omlcmm.fd) = %{tl_version} -Provides: tex(omlcmr.fd) = %{tl_version} -Provides: tex(omlenc.def) = %{tl_version} -Provides: tex(omllcmm.fd) = %{tl_version} -Provides: tex(omscmr.fd) = %{tl_version} -Provides: tex(omscmsy.fd) = %{tl_version} -Provides: tex(omsenc.def) = %{tl_version} -Provides: tex(omslcmsy.fd) = %{tl_version} -Provides: tex(omxcmex.fd) = %{tl_version} -Provides: tex(omxlcmex.fd) = %{tl_version} -Provides: tex(openbib.sty) = %{tl_version} -Provides: tex(ot1cmdh.fd) = %{tl_version} -Provides: tex(ot1cmfib.fd) = %{tl_version} -Provides: tex(ot1cmfr.fd) = %{tl_version} -Provides: tex(ot1cmr.fd) = %{tl_version} -Provides: tex(ot1cmss.fd) = %{tl_version} -Provides: tex(ot1cmtt.fd) = %{tl_version} -Provides: tex(ot1cmvtt.fd) = %{tl_version} -Provides: tex(ot1enc.def) = %{tl_version} -Provides: tex(ot1lcmss.fd) = %{tl_version} -Provides: tex(ot1lcmtt.fd) = %{tl_version} -Provides: tex(ot4enc.def) = %{tl_version} -Provides: tex(proc.cls) = %{tl_version} -Provides: tex(proc.sty) = %{tl_version} -Provides: tex(report.cls) = %{tl_version} -Provides: tex(report.sty) = %{tl_version} -Provides: tex(sample2e.tex) = %{tl_version} -Provides: tex(sfonts.def) = %{tl_version} -Provides: tex(shortvrb.sty) = %{tl_version} -Provides: tex(showidx.sty) = %{tl_version} -Provides: tex(size10.clo) = %{tl_version} -Provides: tex(size11.clo) = %{tl_version} -Provides: tex(size12.clo) = %{tl_version} -Provides: tex(slides.cls) = %{tl_version} -Provides: tex(slides.def) = %{tl_version} -Provides: tex(slides.sty) = %{tl_version} -Provides: tex(small2e.tex) = %{tl_version} -Provides: tex(syntonly.sty) = %{tl_version} -Provides: tex(t1cmdh.fd) = %{tl_version} -Provides: tex(t1cmfib.fd) = %{tl_version} -Provides: tex(t1cmfr.fd) = %{tl_version} -Provides: tex(t1cmr.fd) = %{tl_version} -Provides: tex(t1cmss.fd) = %{tl_version} -Provides: tex(t1cmtt.fd) = %{tl_version} -Provides: tex(t1cmvtt.fd) = %{tl_version} -Provides: tex(t1enc.def) = %{tl_version} -Provides: tex(t1enc.sty) = %{tl_version} -Provides: tex(t1lcmss.fd) = %{tl_version} -Provides: tex(t1lcmtt.fd) = %{tl_version} -Provides: tex(testpage.tex) = %{tl_version} -Provides: tex(textcomp-2018-08-11.sty) = %{tl_version} -Provides: tex(textcomp.sty) = %{tl_version} -Provides: tex(tracefnt.sty) = %{tl_version} -Provides: tex(ts1cmr.fd) = %{tl_version} -Provides: tex(ts1cmss.fd) = %{tl_version} -Provides: tex(ts1cmtt.fd) = %{tl_version} -Provides: tex(ts1cmvtt.fd) = %{tl_version} -Provides: tex(ts1enc.def) = %{tl_version} -Provides: tex(tuenc.def) = %{tl_version} -Provides: tex(tulmdh.fd) = %{tl_version} -Provides: tex(tulmr.fd) = %{tl_version} -Provides: tex(tulmss.fd) = %{tl_version} -Provides: tex(tulmssq.fd) = %{tl_version} -Provides: tex(tulmtt.fd) = %{tl_version} -Provides: tex(tulmvtt.fd) = %{tl_version} -Provides: tex(ucmr.fd) = %{tl_version} -Provides: tex(ucmss.fd) = %{tl_version} -Provides: tex(ucmtt.fd) = %{tl_version} -Provides: tex(ulasy.fd) = %{tl_version} -Provides: tex(ullasy.fd) = %{tl_version} -Provides: tex(utf8-2018.def) = %{tl_version} -Provides: tex(utf8.def) = %{tl_version} - -%description latex-base-dev -This package provides a testing release for upcoming LaTeX2e -kernel changes. Testing by the LaTeX team itself suggests that -the code is stable and usable, but wider use by knowledgeable -users is required by adding these changes to the release LaTeX -kernel. Typically, the code here will be used by a TeX system -to create dedicated formats, for example pdflatex-dev, which -can then be used explicitly for testing. - -%package latex-bin-dev -Summary: LaTeX pre-release executables and formats -Version: svn54498 -License: Public Domain -Requires: texlive-luatex -Requires: texlive-luahbtex +%package context +Provides: tex-context = %{epoch}:%{source_date}-%{release} +Provides: texlive-context-bin = %{epoch}:%{source_date}-%{release} +Provides: tex-context-bin = %{epoch}:%{source_date}-%{release} +Obsoletes: texlive-context-bin < 7:20170520 +Provides: tex-context-doc = %{epoch}:%{source_date}-%{release} +Provides: texlive-context-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: texlive-context-doc < 7:20170520 +License: GPL+ or LPPL +Summary: The ConTeXt macro package +Requires: texlive-base +Requires: texlive-kpathsea +Requires: texlive-tetex +Requires(post,postun): coreutils +Requires: texlive-metapost Requires: texlive-pdftex -Requires: texlive-latexconfig -Requires: texlive-latex-fonts -Requires: texlive-latex-base-dev -Requires: texlive-latex-graphics-dev -Requires: texlive-babel -Requires: texlive-cm -Requires: texlive-hyphen-base -Requires: texlive-l3backend -Requires: texlive-l3kernel -Requires: texlive-l3packages -Requires: texlive-tex-ini-files -Requires: texlive-dehyph -Requires: texlive-hyph-utf8 +Requires: texlive-xetex +Requires: texlive-luatex Requires: texlive-lm -Requires: texlive-luaotfload -Requires: texlive-base texlive-kpathsea - -# NOTE: There are binaries that this package wants to depend on -# latex-bin-dev.ARCH - -%description latex-bin-dev -See the latex-base-dev package for information. - -%package latexcolors -Summary: Use color definitions from latexcolor.com -Version: svn49888 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(latexcolors.sty) = %{tl_version} - -%description latexcolors -Built on top of the xcolor package, the latexcolors package -defines the set of colors shown on latexcolor.com for use in -documents typeset with LaTeX & friends. - -%package latex-graphics-dev -Summary: Development pre-release of the LaTeX graphics bundle -Version: svn53651 -License: LPPL -Requires: texlive-base texlive-kpathsea -Requires: texlive-graphics-cfg -Provides: tex(color.sty) = %{tl_version} -Provides: tex(dvipdf.def) = %{tl_version} -Provides: tex(dvipsnam.def) = %{tl_version} -Provides: tex(dvipsone.def) = %{tl_version} -Provides: tex(dviwin.def) = %{tl_version} -Provides: tex(emtex.def) = %{tl_version} -Provides: tex(epsfig.sty) = %{tl_version} -Provides: tex(graphics-2017-06-25.sty) = %{tl_version} -Provides: tex(graphics.sty) = %{tl_version} -Provides: tex(graphicx.sty) = %{tl_version} -Provides: tex(keyval.sty) = %{tl_version} -Provides: tex(lscape.sty) = %{tl_version} -Provides: tex(pctex32.def) = %{tl_version} -Provides: tex(pctexhp.def) = %{tl_version} -Provides: tex(pctexps.def) = %{tl_version} -Provides: tex(pctexwin.def) = %{tl_version} -Provides: tex(rotating.sty) = %{tl_version} -Provides: tex(tcidvi.def) = %{tl_version} -Provides: tex(trig.sty) = %{tl_version} -Provides: tex(truetex.def) = %{tl_version} - -%description latex-graphics-dev -This is a pre-release version of the standard LaTeX graphics -bundle. It accompanies the pre-testing kernel code -(latex-base-dev), and is intended for testing by knowledgeable -users. - -%package latex-uni8 -Summary: Universal inputenc, fontenc, and babel for pdfLaTeX and LuaLaTeX -Version: svn49729 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(uni8.sty) = %{tl_version} - -%description latex-uni8 -This package provides a LaTeX style file which makes it easy to -use input encoding (UTF-8 by default, can be changed), -fontspec.sty (optional), font encoding (T1 if fontspec.sty is -not used), babel (English language by default), hyphenation, -underline (with soul.sty), default text and math fonts -(Computer Modern or Times), and paper sizes correctly with both -pdfLaTeX and LuaLaTeX. - -%package lectures -Summary: Lectures - A document class for quickly drafting nice looking lecture notes -Version: svn53642 -License: MIT -Requires: texlive-base texlive-kpathsea -Provides: tex(lectures.cls) = %{tl_version} - -%description lectures -This LaTeX documentclass provides a number of gimmicks to draft -nice looking lecture notes, such as a number of theorem -environments, automatic spacing and alignment of figures and -much more. More information is available in the package readme. - -%package libertinus-fonts -Summary: The Libertinus font family -Version: svn56656 -License: OFL -Requires: texlive-base texlive-kpathsea - -%description libertinus-fonts -This is a fork of the Linux Libertine and Linux Biolinum fonts -that started as an OpenType math companion of the Libertine -font family, but grown as a full fork to address some of the -bugs in the fonts. The family consists of: Libertinus Serif: -forked from Linux Libertine. Libertinus Sans: forked from Linux -Biolinum. Libertinus Mono: forked from Linux Libertine Mono. -Libertinus Math: an OpenType math font for use in OpenType -math-capable applications like LuaTeX, XeTeX or MS Word 2007+. - -%package libertinus-type1 -Summary: Support for using Libertinus fonts with LaTeX/pdfLaTeX -Version: svn56160 -License: GPLv2 and LPPL and OFL -Requires: texlive-base texlive-kpathsea -Provides: tex(LGRLibertinusSans-LF.fd) = %{tl_version} -Provides: tex(LGRLibertinusSans-OsF.fd) = %{tl_version} -Provides: tex(LGRLibertinusSans-Sup.fd) = %{tl_version} -Provides: tex(LGRLibertinusSans-TLF.fd) = %{tl_version} -Provides: tex(LGRLibertinusSans-TOsF.fd) = %{tl_version} -Provides: tex(LGRLibertinusSerif-LF.fd) = %{tl_version} -Provides: tex(LGRLibertinusSerif-OsF.fd) = %{tl_version} -Provides: tex(LGRLibertinusSerif-Sup.fd) = %{tl_version} -Provides: tex(LGRLibertinusSerif-TLF.fd) = %{tl_version} -Provides: tex(LGRLibertinusSerif-TOsF.fd) = %{tl_version} -Provides: tex(LGRLibertinusSerifDisplay-LF.fd) = %{tl_version} -Provides: tex(LGRLibertinusSerifDisplay-OsF.fd) = %{tl_version} -Provides: tex(LGRLibertinusSerifDisplay-Sup.fd) = %{tl_version} -Provides: tex(LGRLibertinusSerifDisplay-TLF.fd) = %{tl_version} -Provides: tex(LGRLibertinusSerifDisplay-TOsF.fd) = %{tl_version} -Provides: tex(LGRLibertinusSerifInitials-TLF.fd) = %{tl_version} -Provides: tex(LY1LibertinusMono-LF.fd) = %{tl_version} -Provides: tex(LY1LibertinusMono-Sup.fd) = %{tl_version} -Provides: tex(LY1LibertinusMono-TLF.fd) = %{tl_version} -Provides: tex(LY1LibertinusSans-LF.fd) = %{tl_version} -Provides: tex(LY1LibertinusSans-OsF.fd) = %{tl_version} -Provides: tex(LY1LibertinusSans-Sup.fd) = %{tl_version} -Provides: tex(LY1LibertinusSans-TLF.fd) = %{tl_version} -Provides: tex(LY1LibertinusSans-TOsF.fd) = %{tl_version} -Provides: tex(LY1LibertinusSerif-LF.fd) = %{tl_version} -Provides: tex(LY1LibertinusSerif-OsF.fd) = %{tl_version} -Provides: tex(LY1LibertinusSerif-Sup.fd) = %{tl_version} -Provides: tex(LY1LibertinusSerif-TLF.fd) = %{tl_version} -Provides: tex(LY1LibertinusSerif-TOsF.fd) = %{tl_version} -Provides: tex(LY1LibertinusSerifDisplay-LF.fd) = %{tl_version} -Provides: tex(LY1LibertinusSerifDisplay-OsF.fd) = %{tl_version} -Provides: tex(LY1LibertinusSerifDisplay-Sup.fd) = %{tl_version} -Provides: tex(LY1LibertinusSerifDisplay-TLF.fd) = %{tl_version} -Provides: tex(LY1LibertinusSerifDisplay-TOsF.fd) = %{tl_version} -Provides: tex(LY1LibertinusSerifInitials-TLF.fd) = %{tl_version} -Provides: tex(OT1LibertinusMono-LF.fd) = %{tl_version} -Provides: tex(OT1LibertinusMono-Sup.fd) = %{tl_version} -Provides: tex(OT1LibertinusMono-TLF.fd) = %{tl_version} -Provides: tex(OT1LibertinusSans-LF.fd) = %{tl_version} -Provides: tex(OT1LibertinusSans-OsF.fd) = %{tl_version} -Provides: tex(OT1LibertinusSans-Sup.fd) = %{tl_version} -Provides: tex(OT1LibertinusSans-TLF.fd) = %{tl_version} -Provides: tex(OT1LibertinusSans-TOsF.fd) = %{tl_version} -Provides: tex(OT1LibertinusSerif-LF.fd) = %{tl_version} -Provides: tex(OT1LibertinusSerif-OsF.fd) = %{tl_version} -Provides: tex(OT1LibertinusSerif-Sup.fd) = %{tl_version} -Provides: tex(OT1LibertinusSerif-TLF.fd) = %{tl_version} -Provides: tex(OT1LibertinusSerif-TOsF.fd) = %{tl_version} -Provides: tex(OT1LibertinusSerifDisplay-LF.fd) = %{tl_version} -Provides: tex(OT1LibertinusSerifDisplay-OsF.fd) = %{tl_version} -Provides: tex(OT1LibertinusSerifDisplay-Sup.fd) = %{tl_version} -Provides: tex(OT1LibertinusSerifDisplay-TLF.fd) = %{tl_version} -Provides: tex(OT1LibertinusSerifDisplay-TOsF.fd) = %{tl_version} -Provides: tex(OT1LibertinusSerifInitials-TLF.fd) = %{tl_version} -Provides: tex(T1LibertinusMono-LF.fd) = %{tl_version} -Provides: tex(T1LibertinusMono-Sup.fd) = %{tl_version} -Provides: tex(T1LibertinusMono-TLF.fd) = %{tl_version} -Provides: tex(T1LibertinusSans-LF.fd) = %{tl_version} -Provides: tex(T1LibertinusSans-OsF.fd) = %{tl_version} -Provides: tex(T1LibertinusSans-Sup.fd) = %{tl_version} -Provides: tex(T1LibertinusSans-TLF.fd) = %{tl_version} -Provides: tex(T1LibertinusSans-TOsF.fd) = %{tl_version} -Provides: tex(T1LibertinusSerif-LF.fd) = %{tl_version} -Provides: tex(T1LibertinusSerif-OsF.fd) = %{tl_version} -Provides: tex(T1LibertinusSerif-Sup.fd) = %{tl_version} -Provides: tex(T1LibertinusSerif-TLF.fd) = %{tl_version} -Provides: tex(T1LibertinusSerif-TOsF.fd) = %{tl_version} -Provides: tex(T1LibertinusSerifDisplay-LF.fd) = %{tl_version} -Provides: tex(T1LibertinusSerifDisplay-OsF.fd) = %{tl_version} -Provides: tex(T1LibertinusSerifDisplay-Sup.fd) = %{tl_version} -Provides: tex(T1LibertinusSerifDisplay-TLF.fd) = %{tl_version} -Provides: tex(T1LibertinusSerifDisplay-TOsF.fd) = %{tl_version} -Provides: tex(T1LibertinusSerifInitials-TLF.fd) = %{tl_version} -Provides: tex(T2ALibertinusSans-LF.fd) = %{tl_version} -Provides: tex(T2ALibertinusSans-OsF.fd) = %{tl_version} -Provides: tex(T2ALibertinusSans-Sup.fd) = %{tl_version} -Provides: tex(T2ALibertinusSans-TLF.fd) = %{tl_version} -Provides: tex(T2ALibertinusSans-TOsF.fd) = %{tl_version} -Provides: tex(T2ALibertinusSerif-LF.fd) = %{tl_version} -Provides: tex(T2ALibertinusSerif-OsF.fd) = %{tl_version} -Provides: tex(T2ALibertinusSerif-Sup.fd) = %{tl_version} -Provides: tex(T2ALibertinusSerif-TLF.fd) = %{tl_version} -Provides: tex(T2ALibertinusSerif-TOsF.fd) = %{tl_version} -Provides: tex(T2ALibertinusSerifDisplay-LF.fd) = %{tl_version} -Provides: tex(T2ALibertinusSerifDisplay-OsF.fd) = %{tl_version} -Provides: tex(T2ALibertinusSerifDisplay-Sup.fd) = %{tl_version} -Provides: tex(T2ALibertinusSerifDisplay-TLF.fd) = %{tl_version} -Provides: tex(T2ALibertinusSerifDisplay-TOsF.fd) = %{tl_version} -Provides: tex(T2ALibertinusSerifInitials-TLF.fd) = %{tl_version} -Provides: tex(T2BLibertinusSans-LF.fd) = %{tl_version} -Provides: tex(T2BLibertinusSans-OsF.fd) = %{tl_version} -Provides: tex(T2BLibertinusSans-Sup.fd) = %{tl_version} -Provides: tex(T2BLibertinusSans-TLF.fd) = %{tl_version} -Provides: tex(T2BLibertinusSans-TOsF.fd) = %{tl_version} -Provides: tex(T2BLibertinusSerif-LF.fd) = %{tl_version} -Provides: tex(T2BLibertinusSerif-OsF.fd) = %{tl_version} -Provides: tex(T2BLibertinusSerif-Sup.fd) = %{tl_version} -Provides: tex(T2BLibertinusSerif-TLF.fd) = %{tl_version} -Provides: tex(T2BLibertinusSerif-TOsF.fd) = %{tl_version} -Provides: tex(T2BLibertinusSerifDisplay-LF.fd) = %{tl_version} -Provides: tex(T2BLibertinusSerifDisplay-OsF.fd) = %{tl_version} -Provides: tex(T2BLibertinusSerifDisplay-Sup.fd) = %{tl_version} -Provides: tex(T2BLibertinusSerifDisplay-TLF.fd) = %{tl_version} -Provides: tex(T2BLibertinusSerifDisplay-TOsF.fd) = %{tl_version} -Provides: tex(T2BLibertinusSerifInitials-TLF.fd) = %{tl_version} -Provides: tex(T2CLibertinusSans-LF.fd) = %{tl_version} -Provides: tex(T2CLibertinusSans-OsF.fd) = %{tl_version} -Provides: tex(T2CLibertinusSans-Sup.fd) = %{tl_version} -Provides: tex(T2CLibertinusSans-TLF.fd) = %{tl_version} -Provides: tex(T2CLibertinusSans-TOsF.fd) = %{tl_version} -Provides: tex(T2CLibertinusSerif-LF.fd) = %{tl_version} -Provides: tex(T2CLibertinusSerif-OsF.fd) = %{tl_version} -Provides: tex(T2CLibertinusSerif-Sup.fd) = %{tl_version} -Provides: tex(T2CLibertinusSerif-TLF.fd) = %{tl_version} -Provides: tex(T2CLibertinusSerif-TOsF.fd) = %{tl_version} -Provides: tex(T2CLibertinusSerifDisplay-LF.fd) = %{tl_version} -Provides: tex(T2CLibertinusSerifDisplay-OsF.fd) = %{tl_version} -Provides: tex(T2CLibertinusSerifDisplay-Sup.fd) = %{tl_version} -Provides: tex(T2CLibertinusSerifDisplay-TLF.fd) = %{tl_version} -Provides: tex(T2CLibertinusSerifDisplay-TOsF.fd) = %{tl_version} -Provides: tex(T2CLibertinusSerifInitials-TLF.fd) = %{tl_version} -Provides: tex(TS1LibertinusMono-LF.fd) = %{tl_version} -Provides: tex(TS1LibertinusMono-TLF.fd) = %{tl_version} -Provides: tex(TS1LibertinusSans-LF.fd) = %{tl_version} -Provides: tex(TS1LibertinusSans-OsF.fd) = %{tl_version} -Provides: tex(TS1LibertinusSans-TLF.fd) = %{tl_version} -Provides: tex(TS1LibertinusSans-TOsF.fd) = %{tl_version} -Provides: tex(TS1LibertinusSerif-LF.fd) = %{tl_version} -Provides: tex(TS1LibertinusSerif-OsF.fd) = %{tl_version} -Provides: tex(TS1LibertinusSerif-TLF.fd) = %{tl_version} -Provides: tex(TS1LibertinusSerif-TOsF.fd) = %{tl_version} -Provides: tex(TS1LibertinusSerifDisplay-LF.fd) = %{tl_version} -Provides: tex(TS1LibertinusSerifDisplay-OsF.fd) = %{tl_version} -Provides: tex(TS1LibertinusSerifDisplay-TLF.fd) = %{tl_version} -Provides: tex(TS1LibertinusSerifDisplay-TOsF.fd) = %{tl_version} -Provides: tex(TS1LibertinusSerifInitials-TLF.fd) = %{tl_version} -Provides: tex(lbts_2dnbtf.enc) = %{tl_version} -Provides: tex(lbts_2fcdyd.enc) = %{tl_version} -Provides: tex(lbts_2ojay3.enc) = %{tl_version} -Provides: tex(lbts_2tlncs.enc) = %{tl_version} -Provides: tex(lbts_2u3q4p.enc) = %{tl_version} -Provides: tex(lbts_2vfnnw.enc) = %{tl_version} -Provides: tex(lbts_2y652m.enc) = %{tl_version} -Provides: tex(lbts_2yds7f.enc) = %{tl_version} -Provides: tex(lbts_332eyj.enc) = %{tl_version} -Provides: tex(lbts_35favc.enc) = %{tl_version} -Provides: tex(lbts_36t55i.enc) = %{tl_version} -Provides: tex(lbts_37i5h5.enc) = %{tl_version} -Provides: tex(lbts_3d54jy.enc) = %{tl_version} -Provides: tex(lbts_3j5xjf.enc) = %{tl_version} -Provides: tex(lbts_3jolak.enc) = %{tl_version} -Provides: tex(lbts_3kirmv.enc) = %{tl_version} -Provides: tex(lbts_3kmpct.enc) = %{tl_version} -Provides: tex(lbts_3m644f.enc) = %{tl_version} -Provides: tex(lbts_3qta4x.enc) = %{tl_version} -Provides: tex(lbts_3ssu23.enc) = %{tl_version} -Provides: tex(lbts_3un72f.enc) = %{tl_version} -Provides: tex(lbts_3vqmyw.enc) = %{tl_version} -Provides: tex(lbts_3yrfnt.enc) = %{tl_version} -Provides: tex(lbts_4crdwc.enc) = %{tl_version} -Provides: tex(lbts_4d42wm.enc) = %{tl_version} -Provides: tex(lbts_4gaomz.enc) = %{tl_version} -Provides: tex(lbts_4hcz3c.enc) = %{tl_version} -Provides: tex(lbts_4mrx7q.enc) = %{tl_version} -Provides: tex(lbts_4q6kep.enc) = %{tl_version} -Provides: tex(lbts_4sdcjk.enc) = %{tl_version} -Provides: tex(lbts_4uwsiq.enc) = %{tl_version} -Provides: tex(lbts_4wbnoe.enc) = %{tl_version} -Provides: tex(lbts_4xoyfg.enc) = %{tl_version} -Provides: tex(lbts_4zqa2g.enc) = %{tl_version} -Provides: tex(lbts_57bjkg.enc) = %{tl_version} -Provides: tex(lbts_5acxeg.enc) = %{tl_version} -Provides: tex(lbts_5cy3nd.enc) = %{tl_version} -Provides: tex(lbts_5h7qbk.enc) = %{tl_version} -Provides: tex(lbts_5jnf2k.enc) = %{tl_version} -Provides: tex(lbts_5mdojo.enc) = %{tl_version} -Provides: tex(lbts_5xa72p.enc) = %{tl_version} -Provides: tex(lbts_63ftwl.enc) = %{tl_version} -Provides: tex(lbts_674lrv.enc) = %{tl_version} -Provides: tex(lbts_6caxtj.enc) = %{tl_version} -Provides: tex(lbts_6ewxxu.enc) = %{tl_version} -Provides: tex(lbts_6gletg.enc) = %{tl_version} -Provides: tex(lbts_6h6srf.enc) = %{tl_version} -Provides: tex(lbts_6hdezz.enc) = %{tl_version} -Provides: tex(lbts_6l4fbc.enc) = %{tl_version} -Provides: tex(lbts_6lk76t.enc) = %{tl_version} -Provides: tex(lbts_6wmeer.enc) = %{tl_version} -Provides: tex(lbts_72youc.enc) = %{tl_version} -Provides: tex(lbts_75t36g.enc) = %{tl_version} -Provides: tex(lbts_76xdns.enc) = %{tl_version} -Provides: tex(lbts_77jah4.enc) = %{tl_version} -Provides: tex(lbts_77t54r.enc) = %{tl_version} -Provides: tex(lbts_7aen2t.enc) = %{tl_version} -Provides: tex(lbts_7bccbz.enc) = %{tl_version} -Provides: tex(lbts_7d2mhk.enc) = %{tl_version} -Provides: tex(lbts_7hmj2z.enc) = %{tl_version} -Provides: tex(lbts_7lwjes.enc) = %{tl_version} -Provides: tex(lbts_7mm7zy.enc) = %{tl_version} -Provides: tex(lbts_7oodvn.enc) = %{tl_version} -Provides: tex(lbts_7vsebg.enc) = %{tl_version} -Provides: tex(lbts_7yclm6.enc) = %{tl_version} -Provides: tex(lbts_a3f66t.enc) = %{tl_version} -Provides: tex(lbts_aidrin.enc) = %{tl_version} -Provides: tex(lbts_arfinu.enc) = %{tl_version} -Provides: tex(lbts_at32ur.enc) = %{tl_version} -Provides: tex(lbts_avlujb.enc) = %{tl_version} -Provides: tex(lbts_avlydd.enc) = %{tl_version} -Provides: tex(lbts_ayzaac.enc) = %{tl_version} -Provides: tex(lbts_b4oezt.enc) = %{tl_version} -Provides: tex(lbts_b5fzbp.enc) = %{tl_version} -Provides: tex(lbts_b7xqh5.enc) = %{tl_version} -Provides: tex(lbts_bgegdt.enc) = %{tl_version} -Provides: tex(lbts_bjbyqz.enc) = %{tl_version} -Provides: tex(lbts_bn2i3n.enc) = %{tl_version} -Provides: tex(lbts_bvhzzu.enc) = %{tl_version} -Provides: tex(lbts_bxwrog.enc) = %{tl_version} -Provides: tex(lbts_c3bv3f.enc) = %{tl_version} -Provides: tex(lbts_c4i7ev.enc) = %{tl_version} -Provides: tex(lbts_c4nx3a.enc) = %{tl_version} -Provides: tex(lbts_c6ebdh.enc) = %{tl_version} -Provides: tex(lbts_c6vmpn.enc) = %{tl_version} -Provides: tex(lbts_c7grr2.enc) = %{tl_version} -Provides: tex(lbts_calslh.enc) = %{tl_version} -Provides: tex(lbts_cb34qf.enc) = %{tl_version} -Provides: tex(lbts_cclupu.enc) = %{tl_version} -Provides: tex(lbts_cefqwa.enc) = %{tl_version} -Provides: tex(lbts_ckbdgg.enc) = %{tl_version} -Provides: tex(lbts_ckenly.enc) = %{tl_version} -Provides: tex(lbts_cpinjp.enc) = %{tl_version} -Provides: tex(lbts_cslza4.enc) = %{tl_version} -Provides: tex(lbts_cykel7.enc) = %{tl_version} -Provides: tex(lbts_d2pxsd.enc) = %{tl_version} -Provides: tex(lbts_d37b7c.enc) = %{tl_version} -Provides: tex(lbts_dgc4ye.enc) = %{tl_version} -Provides: tex(lbts_dhtsou.enc) = %{tl_version} -Provides: tex(lbts_dkknmm.enc) = %{tl_version} -Provides: tex(lbts_dn22no.enc) = %{tl_version} -Provides: tex(lbts_dsfsze.enc) = %{tl_version} -Provides: tex(lbts_dzyoth.enc) = %{tl_version} -Provides: tex(lbts_e35iwk.enc) = %{tl_version} -Provides: tex(lbts_e5lu6a.enc) = %{tl_version} -Provides: tex(lbts_ecxtyf.enc) = %{tl_version} -Provides: tex(lbts_ed5ai4.enc) = %{tl_version} -Provides: tex(lbts_eejjqw.enc) = %{tl_version} -Provides: tex(lbts_ep5pfz.enc) = %{tl_version} -Provides: tex(lbts_epdddg.enc) = %{tl_version} -Provides: tex(lbts_ercrba.enc) = %{tl_version} -Provides: tex(lbts_erdvwd.enc) = %{tl_version} -Provides: tex(lbts_esgnlu.enc) = %{tl_version} -Provides: tex(lbts_et5tau.enc) = %{tl_version} -Provides: tex(lbts_exfok6.enc) = %{tl_version} -Provides: tex(lbts_f2r76x.enc) = %{tl_version} -Provides: tex(lbts_f3pcwn.enc) = %{tl_version} -Provides: tex(lbts_fili27.enc) = %{tl_version} -Provides: tex(lbts_fmdp7p.enc) = %{tl_version} -Provides: tex(lbts_fmriqv.enc) = %{tl_version} -Provides: tex(lbts_fph2zj.enc) = %{tl_version} -Provides: tex(lbts_frnenp.enc) = %{tl_version} -Provides: tex(lbts_fszxp3.enc) = %{tl_version} -Provides: tex(lbts_fujx3h.enc) = %{tl_version} -Provides: tex(lbts_fuyass.enc) = %{tl_version} -Provides: tex(lbts_fy3had.enc) = %{tl_version} -Provides: tex(lbts_g3dkmi.enc) = %{tl_version} -Provides: tex(lbts_g6etas.enc) = %{tl_version} -Provides: tex(lbts_gazpeh.enc) = %{tl_version} -Provides: tex(lbts_gc5t3w.enc) = %{tl_version} -Provides: tex(lbts_gekugp.enc) = %{tl_version} -Provides: tex(lbts_gh4gmp.enc) = %{tl_version} -Provides: tex(lbts_goqnek.enc) = %{tl_version} -Provides: tex(lbts_gp3nhm.enc) = %{tl_version} -Provides: tex(lbts_gq67ga.enc) = %{tl_version} -Provides: tex(lbts_gr4hit.enc) = %{tl_version} -Provides: tex(lbts_gz554e.enc) = %{tl_version} -Provides: tex(lbts_gz7arp.enc) = %{tl_version} -Provides: tex(lbts_hahfqq.enc) = %{tl_version} -Provides: tex(lbts_hboyu3.enc) = %{tl_version} -Provides: tex(lbts_hej6xm.enc) = %{tl_version} -Provides: tex(lbts_hh5cao.enc) = %{tl_version} -Provides: tex(lbts_hhbt6z.enc) = %{tl_version} -Provides: tex(lbts_hhmpft.enc) = %{tl_version} -Provides: tex(lbts_hjeuwr.enc) = %{tl_version} -Provides: tex(lbts_hrrrjq.enc) = %{tl_version} -Provides: tex(lbts_hvvyjb.enc) = %{tl_version} -Provides: tex(lbts_hxvdny.enc) = %{tl_version} -Provides: tex(lbts_hzjkgg.enc) = %{tl_version} -Provides: tex(lbts_i52ngl.enc) = %{tl_version} -Provides: tex(lbts_iadd5v.enc) = %{tl_version} -Provides: tex(lbts_iaq24h.enc) = %{tl_version} -Provides: tex(lbts_ibb6ig.enc) = %{tl_version} -Provides: tex(lbts_icmtyb.enc) = %{tl_version} -Provides: tex(lbts_ie56ak.enc) = %{tl_version} -Provides: tex(lbts_ienuhe.enc) = %{tl_version} -Provides: tex(lbts_ighl2q.enc) = %{tl_version} -Provides: tex(lbts_igmfoi.enc) = %{tl_version} -Provides: tex(lbts_ihsp6n.enc) = %{tl_version} -Provides: tex(lbts_iknsvo.enc) = %{tl_version} -Provides: tex(lbts_inpbes.enc) = %{tl_version} -Provides: tex(lbts_ipd343.enc) = %{tl_version} -Provides: tex(lbts_is673m.enc) = %{tl_version} -Provides: tex(lbts_iv4zj2.enc) = %{tl_version} -Provides: tex(lbts_j6sgbi.enc) = %{tl_version} -Provides: tex(lbts_jb5pke.enc) = %{tl_version} -Provides: tex(lbts_jdjwkh.enc) = %{tl_version} -Provides: tex(lbts_jfamas.enc) = %{tl_version} -Provides: tex(lbts_jrenuz.enc) = %{tl_version} -Provides: tex(lbts_jwzfsl.enc) = %{tl_version} -Provides: tex(lbts_k62zaj.enc) = %{tl_version} -Provides: tex(lbts_kbhblx.enc) = %{tl_version} -Provides: tex(lbts_kehxxc.enc) = %{tl_version} -Provides: tex(lbts_koaj57.enc) = %{tl_version} -Provides: tex(lbts_komy7m.enc) = %{tl_version} -Provides: tex(lbts_kq3xmd.enc) = %{tl_version} -Provides: tex(lbts_kwkowq.enc) = %{tl_version} -Provides: tex(lbts_l5raak.enc) = %{tl_version} -Provides: tex(lbts_l5ujiv.enc) = %{tl_version} -Provides: tex(lbts_l5vej2.enc) = %{tl_version} -Provides: tex(lbts_l6vzgi.enc) = %{tl_version} -Provides: tex(lbts_l74upk.enc) = %{tl_version} -Provides: tex(lbts_laenbp.enc) = %{tl_version} -Provides: tex(lbts_lafzha.enc) = %{tl_version} -Provides: tex(lbts_lhntva.enc) = %{tl_version} -Provides: tex(lbts_lkanbr.enc) = %{tl_version} -Provides: tex(lbts_llns2d.enc) = %{tl_version} -Provides: tex(lbts_llzec3.enc) = %{tl_version} -Provides: tex(lbts_lsubum.enc) = %{tl_version} -Provides: tex(lbts_lwzthx.enc) = %{tl_version} -Provides: tex(lbts_lyzgu3.enc) = %{tl_version} -Provides: tex(lbts_lzae2z.enc) = %{tl_version} -Provides: tex(lbts_lzywtf.enc) = %{tl_version} -Provides: tex(lbts_m254rf.enc) = %{tl_version} -Provides: tex(lbts_m2klan.enc) = %{tl_version} -Provides: tex(lbts_m3c2oj.enc) = %{tl_version} -Provides: tex(lbts_m3l6fs.enc) = %{tl_version} -Provides: tex(lbts_m5c6xi.enc) = %{tl_version} -Provides: tex(lbts_m7sqdm.enc) = %{tl_version} -Provides: tex(lbts_mbfmc4.enc) = %{tl_version} -Provides: tex(lbts_mfadfl.enc) = %{tl_version} -Provides: tex(lbts_mi54ls.enc) = %{tl_version} -Provides: tex(lbts_mll6fo.enc) = %{tl_version} -Provides: tex(lbts_mlwm27.enc) = %{tl_version} -Provides: tex(lbts_mmgovh.enc) = %{tl_version} -Provides: tex(lbts_mphtgh.enc) = %{tl_version} -Provides: tex(lbts_mrbizy.enc) = %{tl_version} -Provides: tex(lbts_mvzwgg.enc) = %{tl_version} -Provides: tex(lbts_mxiee2.enc) = %{tl_version} -Provides: tex(lbts_mzxlpf.enc) = %{tl_version} -Provides: tex(lbts_n3cifc.enc) = %{tl_version} -Provides: tex(lbts_n3dtgz.enc) = %{tl_version} -Provides: tex(lbts_n4gj6t.enc) = %{tl_version} -Provides: tex(lbts_n4tewx.enc) = %{tl_version} -Provides: tex(lbts_nl47lc.enc) = %{tl_version} -Provides: tex(lbts_nufysp.enc) = %{tl_version} -Provides: tex(lbts_nv3oiw.enc) = %{tl_version} -Provides: tex(lbts_o7mh5o.enc) = %{tl_version} -Provides: tex(lbts_oaaihm.enc) = %{tl_version} -Provides: tex(lbts_obkmrl.enc) = %{tl_version} -Provides: tex(lbts_obzz72.enc) = %{tl_version} -Provides: tex(lbts_odbssz.enc) = %{tl_version} -Provides: tex(lbts_of47id.enc) = %{tl_version} -Provides: tex(lbts_of4nbw.enc) = %{tl_version} -Provides: tex(lbts_olw3tj.enc) = %{tl_version} -Provides: tex(lbts_onayya.enc) = %{tl_version} -Provides: tex(lbts_opzo24.enc) = %{tl_version} -Provides: tex(lbts_ork5hb.enc) = %{tl_version} -Provides: tex(lbts_orvmfm.enc) = %{tl_version} -Provides: tex(lbts_osdvzf.enc) = %{tl_version} -Provides: tex(lbts_oxank3.enc) = %{tl_version} -Provides: tex(lbts_p5b3to.enc) = %{tl_version} -Provides: tex(lbts_p7snj6.enc) = %{tl_version} -Provides: tex(lbts_pa7fun.enc) = %{tl_version} -Provides: tex(lbts_pag3gg.enc) = %{tl_version} -Provides: tex(lbts_pb7os7.enc) = %{tl_version} -Provides: tex(lbts_pdot6l.enc) = %{tl_version} -Provides: tex(lbts_peeabe.enc) = %{tl_version} -Provides: tex(lbts_pkzsom.enc) = %{tl_version} -Provides: tex(lbts_poicuj.enc) = %{tl_version} -Provides: tex(lbts_ponsko.enc) = %{tl_version} -Provides: tex(lbts_ppaygs.enc) = %{tl_version} -Provides: tex(lbts_ppmlvs.enc) = %{tl_version} -Provides: tex(lbts_pquqdo.enc) = %{tl_version} -Provides: tex(lbts_ptnx64.enc) = %{tl_version} -Provides: tex(lbts_pydski.enc) = %{tl_version} -Provides: tex(lbts_q2cvbs.enc) = %{tl_version} -Provides: tex(lbts_q2ibpc.enc) = %{tl_version} -Provides: tex(lbts_q4imkx.enc) = %{tl_version} -Provides: tex(lbts_q4q2yp.enc) = %{tl_version} -Provides: tex(lbts_qamrlg.enc) = %{tl_version} -Provides: tex(lbts_qcfvgl.enc) = %{tl_version} -Provides: tex(lbts_qe2yqv.enc) = %{tl_version} -Provides: tex(lbts_qpph5c.enc) = %{tl_version} -Provides: tex(lbts_qqnp2h.enc) = %{tl_version} -Provides: tex(lbts_qsv3bx.enc) = %{tl_version} -Provides: tex(lbts_quwwcn.enc) = %{tl_version} -Provides: tex(lbts_qylzkl.enc) = %{tl_version} -Provides: tex(lbts_qzwhi6.enc) = %{tl_version} -Provides: tex(lbts_r37ntu.enc) = %{tl_version} -Provides: tex(lbts_r4goj2.enc) = %{tl_version} -Provides: tex(lbts_r7yss2.enc) = %{tl_version} -Provides: tex(lbts_rcarnw.enc) = %{tl_version} -Provides: tex(lbts_rchowm.enc) = %{tl_version} -Provides: tex(lbts_rfuadt.enc) = %{tl_version} -Provides: tex(lbts_ridgvo.enc) = %{tl_version} -Provides: tex(lbts_rlktsf.enc) = %{tl_version} -Provides: tex(lbts_rpeiua.enc) = %{tl_version} -Provides: tex(lbts_rqhkdi.enc) = %{tl_version} -Provides: tex(lbts_rtitj6.enc) = %{tl_version} -Provides: tex(lbts_rv4ogi.enc) = %{tl_version} -Provides: tex(lbts_sceraq.enc) = %{tl_version} -Provides: tex(lbts_segm3u.enc) = %{tl_version} -Provides: tex(lbts_sewfus.enc) = %{tl_version} -Provides: tex(lbts_sfissr.enc) = %{tl_version} -Provides: tex(lbts_sihybe.enc) = %{tl_version} -Provides: tex(lbts_sjlxxx.enc) = %{tl_version} -Provides: tex(lbts_slsqbu.enc) = %{tl_version} -Provides: tex(lbts_snijqp.enc) = %{tl_version} -Provides: tex(lbts_sppvmf.enc) = %{tl_version} -Provides: tex(lbts_srwzhm.enc) = %{tl_version} -Provides: tex(lbts_st5lk5.enc) = %{tl_version} -Provides: tex(lbts_sut3w7.enc) = %{tl_version} -Provides: tex(lbts_szn4yf.enc) = %{tl_version} -Provides: tex(lbts_szwnvb.enc) = %{tl_version} -Provides: tex(lbts_tevnlg.enc) = %{tl_version} -Provides: tex(lbts_tll2u3.enc) = %{tl_version} -Provides: tex(lbts_trmgk4.enc) = %{tl_version} -Provides: tex(lbts_trxlme.enc) = %{tl_version} -Provides: tex(lbts_tzl7op.enc) = %{tl_version} -Provides: tex(lbts_u2zr7g.enc) = %{tl_version} -Provides: tex(lbts_u7nqae.enc) = %{tl_version} -Provides: tex(lbts_ucipzb.enc) = %{tl_version} -Provides: tex(lbts_ucscsg.enc) = %{tl_version} -Provides: tex(lbts_ugujza.enc) = %{tl_version} -Provides: tex(lbts_uhqgc3.enc) = %{tl_version} -Provides: tex(lbts_uhwxqu.enc) = %{tl_version} -Provides: tex(lbts_uoecuf.enc) = %{tl_version} -Provides: tex(lbts_usfuuy.enc) = %{tl_version} -Provides: tex(lbts_usl52j.enc) = %{tl_version} -Provides: tex(lbts_usz5ut.enc) = %{tl_version} -Provides: tex(lbts_utifxg.enc) = %{tl_version} -Provides: tex(lbts_uwmf7x.enc) = %{tl_version} -Provides: tex(lbts_uxbjn5.enc) = %{tl_version} -Provides: tex(lbts_uxf4m5.enc) = %{tl_version} -Provides: tex(lbts_uyjt7r.enc) = %{tl_version} -Provides: tex(lbts_v5eacd.enc) = %{tl_version} -Provides: tex(lbts_v5z4kv.enc) = %{tl_version} -Provides: tex(lbts_vafbri.enc) = %{tl_version} -Provides: tex(lbts_vejg7h.enc) = %{tl_version} -Provides: tex(lbts_vftr22.enc) = %{tl_version} -Provides: tex(lbts_vgeuwy.enc) = %{tl_version} -Provides: tex(lbts_vgw5na.enc) = %{tl_version} -Provides: tex(lbts_vhmker.enc) = %{tl_version} -Provides: tex(lbts_vizicw.enc) = %{tl_version} -Provides: tex(lbts_vjxogo.enc) = %{tl_version} -Provides: tex(lbts_vkm6ln.enc) = %{tl_version} -Provides: tex(lbts_vmhi4g.enc) = %{tl_version} -Provides: tex(lbts_vmjjgq.enc) = %{tl_version} -Provides: tex(lbts_vtz4pu.enc) = %{tl_version} -Provides: tex(lbts_vu5j2r.enc) = %{tl_version} -Provides: tex(lbts_vvzoei.enc) = %{tl_version} -Provides: tex(lbts_w5ro75.enc) = %{tl_version} -Provides: tex(lbts_waqoej.enc) = %{tl_version} -Provides: tex(lbts_wm6att.enc) = %{tl_version} -Provides: tex(lbts_wogi6j.enc) = %{tl_version} -Provides: tex(lbts_wozmdw.enc) = %{tl_version} -Provides: tex(lbts_wpqmwa.enc) = %{tl_version} -Provides: tex(lbts_wrg6fm.enc) = %{tl_version} -Provides: tex(lbts_wyusil.enc) = %{tl_version} -Provides: tex(lbts_x7beke.enc) = %{tl_version} -Provides: tex(lbts_xaezkf.enc) = %{tl_version} -Provides: tex(lbts_xfy7gm.enc) = %{tl_version} -Provides: tex(lbts_xh3iko.enc) = %{tl_version} -Provides: tex(lbts_xhfw3j.enc) = %{tl_version} -Provides: tex(lbts_xjb3td.enc) = %{tl_version} -Provides: tex(lbts_xpehld.enc) = %{tl_version} -Provides: tex(lbts_xrj6hp.enc) = %{tl_version} -Provides: tex(lbts_ya3yeu.enc) = %{tl_version} -Provides: tex(lbts_ya7mbv.enc) = %{tl_version} -Provides: tex(lbts_yaf6wf.enc) = %{tl_version} -Provides: tex(lbts_yahecb.enc) = %{tl_version} -Provides: tex(lbts_ygr64v.enc) = %{tl_version} -Provides: tex(lbts_yki2t7.enc) = %{tl_version} -Provides: tex(lbts_ynfuvy.enc) = %{tl_version} -Provides: tex(lbts_ysaokq.enc) = %{tl_version} -Provides: tex(lbts_yt5vb5.enc) = %{tl_version} -Provides: tex(lbts_yuwgqp.enc) = %{tl_version} -Provides: tex(lbts_yzuq4p.enc) = %{tl_version} -Provides: tex(lbts_z6ew44.enc) = %{tl_version} -Provides: tex(lbts_z6nnva.enc) = %{tl_version} -Provides: tex(lbts_zh5q6t.enc) = %{tl_version} -Provides: tex(lbts_zjhiql.enc) = %{tl_version} -Provides: tex(lbts_znslmj.enc) = %{tl_version} -Provides: tex(lbts_zpwads.enc) = %{tl_version} -Provides: tex(lbts_zqzvht.enc) = %{tl_version} -Provides: tex(libertinus-type1.sty) = %{tl_version} -Provides: tex(libertinus.map) = %{tl_version} - -%description libertinus-type1 -This package provides support for use of Libertinus fonts with -traditional processing engines (LaTeX with dvips or dvipdfmx, -or pdfLaTeX). - -%package librefranklin -Summary: LaTeX support for the Libre-Franklin family of fonts -Version: svn54512 -License: LPPL and OFL -Requires: texlive-base texlive-kpathsea -Provides: tex(LibreFranklin.map) = %{tl_version} -Provides: tex(LGRLibreFranklin-Sup.fd) = %{tl_version} -Provides: tex(LGRLibreFranklin-TLF.fd) = %{tl_version} -Provides: tex(LY1LibreFranklin-Sup.fd) = %{tl_version} -Provides: tex(LY1LibreFranklin-TLF.fd) = %{tl_version} -Provides: tex(OT1LibreFranklin-Sup.fd) = %{tl_version} -Provides: tex(OT1LibreFranklin-TLF.fd) = %{tl_version} -Provides: tex(T1LibreFranklin-Sup.fd) = %{tl_version} -Provides: tex(T1LibreFranklin-TLF.fd) = %{tl_version} -Provides: tex(TS1LibreFranklin-TLF.fd) = %{tl_version} -Provides: tex(lbfr_ejn2og.enc) = %{tl_version} -Provides: tex(lbfr_hlvv6p.enc) = %{tl_version} -Provides: tex(lbfr_nb4g6w.enc) = %{tl_version} -Provides: tex(lbfr_spbxfw.enc) = %{tl_version} -Provides: tex(lbfr_tdlrq7.enc) = %{tl_version} -Provides: tex(lbfr_tf5jo5.enc) = %{tl_version} -Provides: tex(lbfr_w4rwtq.enc) = %{tl_version} -Provides: tex(lbfr_wmouhf.enc) = %{tl_version} -Provides: tex(lbfr_xsutkk.enc) = %{tl_version} -Provides: tex(librefranklin.sty) = %{tl_version} - -%description librefranklin -Libre Franklin is an interpretation and expansion based on the -1912 Morris Fuller Benton's classic, designed by Pablo -Impallari, Rodrigo Fuenzalida and Nhung Nguyen. - -%package linguisticspro -Summary: LinguisticsPro fonts with LaTeX support -Version: svn54512 -License: LPPL and OFL -Requires: texlive-base texlive-kpathsea -Provides: tex(LinguisticsPro.map) = %{tl_version} -Provides: tex(LGRLinguisticsPro-LF.fd) = %{tl_version} -Provides: tex(LGRLinguisticsPro-OsF.fd) = %{tl_version} -Provides: tex(LY1LinguisticsPro-LF.fd) = %{tl_version} -Provides: tex(LY1LinguisticsPro-OsF.fd) = %{tl_version} -Provides: tex(OT1LinguisticsPro-LF.fd) = %{tl_version} -Provides: tex(OT1LinguisticsPro-OsF.fd) = %{tl_version} -Provides: tex(T1LinguisticsPro-LF.fd) = %{tl_version} -Provides: tex(T1LinguisticsPro-OsF.fd) = %{tl_version} -Provides: tex(T2ALinguisticsPro-LF.fd) = %{tl_version} -Provides: tex(T2ALinguisticsPro-OsF.fd) = %{tl_version} -Provides: tex(T2BLinguisticsPro-LF.fd) = %{tl_version} -Provides: tex(T2BLinguisticsPro-OsF.fd) = %{tl_version} -Provides: tex(T2CLinguisticsPro-LF.fd) = %{tl_version} -Provides: tex(T2CLinguisticsPro-OsF.fd) = %{tl_version} -Provides: tex(T3LinguisticsPro-LF.fd) = %{tl_version} -Provides: tex(T3LinguisticsPro-OsF.fd) = %{tl_version} -Provides: tex(TS1LinguisticsPro-LF.fd) = %{tl_version} -Provides: tex(TS1LinguisticsPro-OsF.fd) = %{tl_version} -Provides: tex(TS3LinguisticsPro-LF.fd) = %{tl_version} -Provides: tex(TS3LinguisticsPro-OsF.fd) = %{tl_version} -Provides: tex(linguisticspro.sty) = %{tl_version} -Provides: tex(lnpr_2dchsz.enc) = %{tl_version} -Provides: tex(lnpr_2io6ub.enc) = %{tl_version} -Provides: tex(lnpr_2mzpfv.enc) = %{tl_version} -Provides: tex(lnpr_2sam6o.enc) = %{tl_version} -Provides: tex(lnpr_3ifnsw.enc) = %{tl_version} -Provides: tex(lnpr_4slpb2.enc) = %{tl_version} -Provides: tex(lnpr_5g7sdz.enc) = %{tl_version} -Provides: tex(lnpr_6eapwe.enc) = %{tl_version} -Provides: tex(lnpr_6ezgzr.enc) = %{tl_version} -Provides: tex(lnpr_7s35zn.enc) = %{tl_version} -Provides: tex(lnpr_bylpnz.enc) = %{tl_version} -Provides: tex(lnpr_c3wdkv.enc) = %{tl_version} -Provides: tex(lnpr_c5y55d.enc) = %{tl_version} -Provides: tex(lnpr_clyilc.enc) = %{tl_version} -Provides: tex(lnpr_ctp5bu.enc) = %{tl_version} -Provides: tex(lnpr_d5qjpp.enc) = %{tl_version} -Provides: tex(lnpr_ehss4d.enc) = %{tl_version} -Provides: tex(lnpr_elz76p.enc) = %{tl_version} -Provides: tex(lnpr_fxbwbp.enc) = %{tl_version} -Provides: tex(lnpr_i7qe4r.enc) = %{tl_version} -Provides: tex(lnpr_jlizdj.enc) = %{tl_version} -Provides: tex(lnpr_jvdtnb.enc) = %{tl_version} -Provides: tex(lnpr_klqkbd.enc) = %{tl_version} -Provides: tex(lnpr_mptstw.enc) = %{tl_version} -Provides: tex(lnpr_n5uv5s.enc) = %{tl_version} -Provides: tex(lnpr_n7rfoz.enc) = %{tl_version} -Provides: tex(lnpr_niynhd.enc) = %{tl_version} -Provides: tex(lnpr_o6z2fv.enc) = %{tl_version} -Provides: tex(lnpr_olwjlf.enc) = %{tl_version} -Provides: tex(lnpr_p6qnqd.enc) = %{tl_version} -Provides: tex(lnpr_pcxklf.enc) = %{tl_version} -Provides: tex(lnpr_pq5q4e.enc) = %{tl_version} -Provides: tex(lnpr_q4n4m4.enc) = %{tl_version} -Provides: tex(lnpr_qzkx3x.enc) = %{tl_version} -Provides: tex(lnpr_rozyzo.enc) = %{tl_version} -Provides: tex(lnpr_rqjpbq.enc) = %{tl_version} -Provides: tex(lnpr_rr27g2.enc) = %{tl_version} -Provides: tex(lnpr_rwq5kg.enc) = %{tl_version} -Provides: tex(lnpr_syddkj.enc) = %{tl_version} -Provides: tex(lnpr_t2hwm2.enc) = %{tl_version} -Provides: tex(lnpr_tdl523.enc) = %{tl_version} -Provides: tex(lnpr_usrmsl.enc) = %{tl_version} -Provides: tex(lnpr_vfi6fz.enc) = %{tl_version} -Provides: tex(lnpr_vycqam.enc) = %{tl_version} -Provides: tex(lnpr_waxsla.enc) = %{tl_version} -Provides: tex(lnpr_whgjeg.enc) = %{tl_version} -Provides: tex(lnpr_whn5dx.enc) = %{tl_version} -Provides: tex(lnpr_wo5mze.enc) = %{tl_version} -Provides: tex(lnpr_wsrlge.enc) = %{tl_version} -Provides: tex(lnpr_wsw7yh.enc) = %{tl_version} -Provides: tex(lnpr_xexdze.enc) = %{tl_version} -Provides: tex(lnpr_xr332d.enc) = %{tl_version} -Provides: tex(lnpr_xv6zbl.enc) = %{tl_version} -Provides: tex(lnpr_y6ghoo.enc) = %{tl_version} -Provides: tex(lnpr_ydj4q2.enc) = %{tl_version} - -%description linguisticspro -The package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX -support for the LinguisticsPro family of fonts. This family is -derived from the Utopia Nova font family, by Andreas Nolda. - -%package lstfiracode -Summary: Use Fira Code font for listings -Version: svn49503 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(lstfiracode.sty) = %{tl_version} - -%description lstfiracode -The lstfiracode package defines FiraCodeStyle for the use with -the listings package. This style contains almost all ligatures -in Nikita Prokopov's Fira Code family of fonts. - -%package ltxguidex -Summary: An extended ltxguide class -Version: svn50992 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(ltxguidex.cls) = %{tl_version} - -%description ltxguidex -The ltxguidex document class extends ltxguide with a set of -environments and commands that make writing beautiful LaTeX -documentation easier and more natural. - -%package luaimageembed -Summary: Embed images as base64-encoded strings -Version: svn50788 -License: MIT -Requires: texlive-base texlive-kpathsea -Provides: tex(luaimageembed.sty) = %{tl_version} - -%description luaimageembed -This package allows to embed images directly as base64-encoded -strings into an LuaLaTeX document. This can be useful, e. g. to -package a document with images into a single TeX file, or with -automatically generated graphics. - -%package luarandom -Summary: Create lists of random numbers -Version: svn49419 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(luarandom.sty) = %{tl_version} - -%description luarandom -This package can create lists of random numbers for any given -interval [a;b]. It is possible to get lists with or without -multiple numbers. The random generator will be initialized by -the system time. The package can only be used with LuaLaTeX! - -%package makecookbook -Summary: Make a Cookbook -Version: svn49311 -License: LPPL -Requires: texlive-base texlive-kpathsea - -%description makecookbook -The makecookbook bundle contains the files needed to create a -nice quality family cookbook in a form ready to submit to most -print-on-demand companies. Modifiable choices have been made -regarding standard book features such as trim size, margins, -headers/footers, chapter heading formatting, front matter -(copyright page, table of contents, etc.) and back matter -(index). Commands and environments have been created to format -the food stories and recipes. The user will need to: supply -their own food stories and recipes(!), and install the needed -fonts. We assume a LuaTeX compile. Please note that no new -document class or package is included here. Rather, we provide -a modifiable preamble and a small number of other files that, -together, fully support creation of all of the internal pages -of a cookbook (i.e., everything except the cover art). - -%package mathcommand -Summary: \newcommand-like commands for defining math macros -Version: svn53044 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(mathcommand.sty) = %{tl_version} - -%description mathcommand -This package provides functionalities for defining macros that -have different behaviors depending on whether in math or text -mode, that absorb Primes, Indices and Exponents (PIE) as extra -parameters usable in the code; and it offers some iteration -facilities for defining macros with similar code. The primary -objective of this package is to be used together with the -knowledge package for a proper handling of mathematical -notations. - -%package memorygraphs -Summary: TikZ styles to typeset graphs of program memory -Version: svn49631 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(memorygraphs.sty) = %{tl_version} - -%description memorygraphs -This package defines some TikZ styles and adds anchors to -existing styles that ease the declaration of "memory graphs". -It is intended for graphs that represent the memory of a -computer program during its execution. - -%package metalogox -Summary: Adjust TeX logos, with font detection -Version: svn49774 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(metalogox.sty) = %{tl_version} - -%description metalogox -This package extends the metalogo package to automatically -adjust the appearance of the logos TeX, LaTeX, LaTeX2e, -XeLaTeX, and LuaLaTeX, depending on the font detected or the -option given to metalogox. Most of the serif and sans fonts -listed at The LaTeX Font Catalogue are supported. The package -depends on metalogo, xparse, and etoolbox. - -%package metapost-colorbrewer -Summary: An implementation of the colorbrewer2.org colours for MetaPost -Version: svn48753 -License: GPLv3+ -Requires: texlive-base texlive-kpathsea -Provides: tex(colorbrewer-cmyk.mp) = %{tl_version} -Provides: tex(colorbrewer-rgb.mp) = %{tl_version} - -%description metapost-colorbrewer -This package provides two MetaPost include files that define -all the colorbrewer2.org colours: colorbrewer-cmyk.mp -colorbrewer-rgb.mp The first defines all the colours as CMYK, -the second as RGB. Use whichever one you prefer. For an example -of what you can do, and a list of all the names, have a look at -colorbrewer-sampler.mp. You can also see the names on -http://colorbrewer2.org. The package also includes the Python -script used to generate the MP source from the colorbrewer -project. - -%package mismath -Summary: Miscellaneous mathematical macros -Version: svn53245 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(mismath.sty) = %{tl_version} - -%description mismath -The package provides some mathematical macros to typeset: -mathematical constants e, i, pi in upright shape -(automatically) as recommended by ISO 80000-2, vectors with -beautiful arrows and adjusted norm, some standard operator -names, improved spacings in mathematical formulas, systems of -equations and small matrices, displaymath in double columns for -long calculations. - -%package mi-solns -Summary: Extract solutions from exercises and quizzes -Version: svn49651 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(mi-solns.sty) = %{tl_version} - -%description mi-solns -This package is designed to mark a solution environment of an -exercise or quiz and insert it into the same or a different -document. Solutions are ones created by either the exerquiz or -eqexam package. All PDF creators are supported. - -%package mlacls -Summary: LaTeX class for MLA papers -Version: svn51865 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(mla.cls) = %{tl_version} - -%description mlacls -In the United States, secondary and undergraduate students are -generally expected to adhere to the format prescribed by the -Modern Language Association (MLA) for typewritten essays, -research papers and writings. This package provides a simple, -straightforward LaTeX class for composing papers almost -perfectly adherent to the MLA style guide. - -%package multicolrule -Summary: Decorative rules between columns -Version: svn52283 -License: LPPL -Requires: texlive-base texlive-kpathsea -Requires: tex(expl3.sty) -Requires: tex(xparse.sty) -Provides: tex(multicolrule.sty) = %{tl_version} - -%description multicolrule -This package lets you customize the appearance of the vertical -rule that appears between columns of multicolumn text. It is -primarily intended to work with the multicol package, hence its -name, but also supports the twocolumn option and \twocolumn -macro provided by the standard classes (and related classes -such as the KOMA-Script equivalents). The package depends on -expl3 and xparse. - -%package nanicolle -Summary: Herbarium specimen labels in Chinese -Version: svn52237 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(nanicolle.cls) = %{tl_version} - -%description nanicolle -This package provides a LaTeX class nanicolle.cls for -typesetting labels of collection and of identification in -Chinese for plant herbarium specimens. So far, documents using -this class can only be compiled with XeLaTeX. Note: The name of -the package is a compound of the Japanese "nani" (meaning -"what") and a truncated form of the English "collect", thus -expressing the ideas of identification/classification -(taxonomy) and collection. - -%package njurepo -Summary: Reports for Nanjing University -Version: svn50492 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(njurepo.cls) = %{tl_version} - -%description njurepo -This LaTeX document class provides a thesis template for -Nanjing University in order to make it easy to write experiment -reports and homework for the bachelor's curriculum. NJUrepo -stands for Nanjing University versatile Report. - -%package numberpt -Summary: Counters spelled out in Portuguese -Version: svn51640 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(numberpt.sty) = %{tl_version} - -%description numberpt -This packages defines commands to display counters spelled out -in Portuguese. The styles are \numberpt for "all lowercase" -\Numberpt for "First word capitalized" \NumberPt for "All -Capitalized" \NUMBERPT for "ALL UPPERCASE" For example, -\renewcommand{\thechapter}{\NumberPt{chapter}} makes chapter -titles to be rendered as "Capitulo Um", "Capitulo Dois" etc. -Options are offered to select variations in the spelling of -"14", or Brazilian vs. European Portuguese forms in the -spelling of "16", "17", and "19". The package requires expl3 -and xparse. - -%package pgf-cmykshadings -Summary: Support for CMYK and grayscale shadings in PGF/TikZ -Version: svn52635 -License: LPPL -Requires: texlive-base texlive-kpathsea -Requires: texlive-pgf -Provides: tex(pgf-cmykshadings.sty) = %{tl_version} -Provides: tex(pgfsys-cmykshadings-common-postscript.def) = %{tl_version} -Provides: tex(pgfsys-cmykshadings-dvipdfm.def) = %{tl_version} -Provides: tex(pgfsys-cmykshadings-dvipdfmx.def) = %{tl_version} -Provides: tex(pgfsys-cmykshadings-dvips.def) = %{tl_version} -Provides: tex(pgfsys-cmykshadings-luatex.def) = %{tl_version} -Provides: tex(pgfsys-cmykshadings-pdftex.def) = %{tl_version} -Provides: tex(pgfsys-cmykshadings-textures.def) = %{tl_version} -Provides: tex(pgfsys-cmykshadings-vtex.def) = %{tl_version} -Provides: tex(pgfsys-cmykshadings-xetex.def) = %{tl_version} - -%description pgf-cmykshadings -This package provides support for CMYK and grayscale shadings -for the pgf package. By default pgf only supports RGB shadings. -The package attempts to produce shadings consistent with the -currently selected xcolor colour model. The rgb, cmyk, and gray -colour models from the xcolor package are supported. Note: This -package is deprecated since pgf version 3.1.3, since CMYK and -grayscale shadings are now directly supported. - -%package pgfmorepages -Summary: Assemble multiple logical pages onto a physical page -Version: svn54770 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(pgfmorepages.sty) = %{tl_version} -Provides: tex(pgfmorepageslayouts.code.tex) = %{tl_version} - -%description pgfmorepages -This package replaces and extends the pgfpages sub-package of -the PGF system. It provides the capability to arrange multiple -"logical" pages on multiple "physical" pages, for example as -for arranging pages to make booklets. - -%package plautopatch -Summary: Automated patches for pLaTeX/upLaTeX -Version: svn53906 -License: BSD -Requires: texlive-base texlive-kpathsea -Provides: tex(plarydshln.sty) = %{tl_version} -Provides: tex(plautopatch.sty) = %{tl_version} -Provides: tex(pldocverb.sty) = %{tl_version} -Provides: tex(plextarydshln.sty) = %{tl_version} -Provides: tex(plextcolortbl.sty) = %{tl_version} -Provides: tex(plsiunitx.sty) = %{tl_version} -Provides: tex(pxpdfpages.sty) = %{tl_version} -Provides: tex(pxpgfrcs.sty) = %{tl_version} -Provides: tex(pxstfloats.sty) = %{tl_version} -Provides: tex(pxtextpos.sty) = %{tl_version} - -%description plautopatch -Japanese pLaTeX/upLaTeX formats and packages often conflict -with other LaTeX packages which are unaware of pLaTeX/upLaTeX. -In the worst case, such packages throw a fatal error or end up -with a wrong output. The goal of this package is that there -should be no need to worry about such incompatibilities, -because specific patches are loaded automatically whenever -necessary. This helps not only to simplify source files, but -also to make the appearance of working pLaTeX/upLaTeX sources -similar to those of ordinary LaTeX ones. - -%package poiretone -Summary: poiretone fonts with LaTeX support -Version: svn54512 -License: OFL and LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(prtn_2rdbwn.enc) = %{tl_version} -Provides: tex(prtn_bjsotj.enc) = %{tl_version} -Provides: tex(prtn_nt5tbh.enc) = %{tl_version} -Provides: tex(prtn_opucty.enc) = %{tl_version} -Provides: tex(PoiretOne.map) = %{tl_version} -Provides: tex(LY1PoiretOne-LF.fd) = %{tl_version} -Provides: tex(OT1PoiretOne-LF.fd) = %{tl_version} -Provides: tex(PoiretOne.sty) = %{tl_version} -Provides: tex(T1PoiretOne-LF.fd) = %{tl_version} -Provides: tex(TS1PoiretOne-LF.fd) = %{tl_version} - -%description poiretone -This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX -support for the PoiretOne family of fonts, designed by Denis -Masharov. PoiretOne is a decorative geometric grotesque with a -hint of Art Deco and constructivism. There is currently just a -regular weight and an artificially emboldened bold. - -%package poormanlog -Summary: Logarithms and powers with (almost) 9 digits -Version: svn52080 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(poormanlog.sty) = %{tl_version} -Provides: tex(poormanlog.tex) = %{tl_version} - -%description poormanlog -This small package (usable with Plain e-TeX, LaTeX, or others) -with no dependencies provides two fast expandable macros -computing logarithms in base 10 and fractional powers of 10. -They handle arguments of 9 digit tokens which stand for either -1 <= d.dddddddd < 10 (for the log) or 0.xxxxxxxxx (for powers -of 10). They achieve a precision of 1ulp for the logarithm and -2ulp for fractional powers of ten. Extension to other numerical -ranges has to be done by user, via own macros or some math -engine. The xintexpr package (at 1.3f) imports the poormanlog -macros as core constituents of its log10(), pow10(), log(), -exp() and pow() functions. - -%package proof-at-the-end -Summary: A package to move proofs to appendix -Version: svn51194 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(proof-at-the-end.sty) = %{tl_version} - -%description proof-at-the-end -This package aims to provide a way to easily move proofs to the -appendix. You can (among other things) move proofs to different -places/sections, create links from theorems to proofs, restate -theorems, add comments in appendix... - -%package prtec -Summary: A template for PRTEC conference papers -Version: svn51919 -License: MIT -Requires: texlive-base texlive-kpathsea -Requires: texlive-newtx -Provides: tex(prtec.bst) = %{tl_version} -Provides: tex(prtec.cls) = %{tl_version} - -%description prtec -This package provides a LaTeX class, a BibTeX style, and a -LaTeX template to format conference papers for the Pacific Rim -Thermal Engineering Conference (PRTEC). The .tex and .cls files -are commented and should be self-explanatory. The package -depends on newtx. - -%package pseudo -Summary: Straightforward pseudocode -Version: svn52582 -License: MIT -Requires: texlive-base texlive-kpathsea -Requires: tex(aliascnt.sty) -Requires: tex(array.sty) -Requires: tex(colortbl.sty) -Requires: tex(expl3.sty) -Requires: tex(l3keys2e.sty) -Requires: tex(xcolor.sty) -Requires: tex(xparse.sty) -Provides: tex(pseudo.sty) = %{tl_version} - -%description pseudo -The package permits writing pseudocode without much fuss and -with quite a bit of configurability. Its main environment -combines aspects of enumeration, tabbing and tabular for -nonintrusive line numbering, indentation and highlighting, and -there is functionality for typesetting common syntactic -elements such as keywords, identifiers, and comments. The -package relies on aliascnt, array, colortbl, expl3, l3keys2e, -xcolor, and xparse. - -%package pst-feyn -Summary: Draw graphical elements for Feynman diagrams -Version: svn48781 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(pst-feyn.pro) = %{tl_version} -Provides: tex(pst-feyn.tex) = %{tl_version} -Provides: tex(pst-feyn.sty) = %{tl_version} - -%description pst-feyn -pst-feyn is a set of drawing graphical elements which are used -for Feynman diagrams. The package is based on the macros of the -old package axodraw but uses the capabilities of PSTricks. - -%package pst-lsystem -Summary: Create images based on a L-system -Version: svn49556 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(pst-lsystem.pro) = %{tl_version} -Provides: tex(pst-lsystem.tex) = %{tl_version} -Provides: tex(pst-lsystem.sty) = %{tl_version} - -%description pst-lsystem -pst-lsystem is a PSTricks based package for creating images -based on a L-system. A L-system (Lindenmayer system) is a set -of rules which can be used to model the morphology of a variety -of organisms or fractals like the Kochflake or Hilbert curve. - -%package pst-marble -Summary: A PSTricks package to draw marble-like patterns -Version: svn50925 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(pst-marble.pro) = %{tl_version} -Provides: tex(pst-marble.tex) = %{tl_version} -Provides: tex(pst-marble.sty) = %{tl_version} - -%description pst-marble -This is a PSTricks package to draw marble-like patterns. - -%package pst-moire -Summary: A PSTricks package to draw moire patterns -Version: svn49223 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(pst-moire.pro) = %{tl_version} -Provides: tex(pst-moire.tex) = %{tl_version} -Provides: tex(pst-moire.sty) = %{tl_version} - -%description pst-moire -This is a PSTricks package to draw moire patterns. - -%package pst-venn -Summary: A PSTricks package for drawing Venn sets -Version: svn49316 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(pst-venn.sty) = %{tl_version} - -%description pst-venn -This is a PSTricks related package for drawing Venn diagrams -with three circles. - -%package ptex-manual -Summary: Japanese pTeX manual -Version: svn54450 -License: BSD -Requires: texlive-base texlive-kpathsea - -%description ptex-manual -This package contains the Japanese pTeX manual. Feedback is -welcome! - -%package ptolemaicastronomy -Summary: Diagrams of sphere models for variably strict conditionals (Lewis counterfactuals) -Version: svn50810 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(ptolemaicastronomy.sty) = %{tl_version} - -%description ptolemaicastronomy -David K. Lewis (Counterfactuals, Blackwell 1973) introduced a -sphere semantics for counterfactual conditionals. He jokingly -referred to the diagrams depicting such sphere models as -Ptolemaic astronomy, hence the name of this package. The macros -provided in this package aid in the construction of sphere -model diagrams in the style of Lewis. The macros all make use -of TikZ. - -%package pxjodel -Summary: Help change metrics of fonts from japanese-otf -Version: svn51379 -License: MIT -Requires: texlive-base texlive-kpathsea -Provides: tex(jodhgothb-hq.tfm) = %{tl_version} -Provides: tex(jodhgotheb-hq.tfm) = %{tl_version} -Provides: tex(jodhgothr-hq.tfm) = %{tl_version} -Provides: tex(jodhmgothe-hq.tfm) = %{tl_version} -Provides: tex(jodhminb-hq.tfm) = %{tl_version} -Provides: tex(jodhminl-hq.tfm) = %{tl_version} -Provides: tex(jodhminr-hq.tfm) = %{tl_version} -Provides: tex(zu-jodhgothb-hq.tfm) = %{tl_version} -Provides: tex(zu-jodhgotheb-hq.tfm) = %{tl_version} -Provides: tex(zu-jodhgothr-hq.tfm) = %{tl_version} -Provides: tex(zu-jodhmgothe-hq.tfm) = %{tl_version} -Provides: tex(zu-jodhminb-hq.tfm) = %{tl_version} -Provides: tex(zu-jodhminl-hq.tfm) = %{tl_version} -Provides: tex(zu-jodhminr-hq.tfm) = %{tl_version} -Provides: tex(jodhgothb-hq.vf) = %{tl_version} -Provides: tex(jodhgotheb-hq.vf) = %{tl_version} -Provides: tex(jodhgothr-hq.vf) = %{tl_version} -Provides: tex(jodhmgothe-hq.vf) = %{tl_version} -Provides: tex(jodhminb-hq.vf) = %{tl_version} -Provides: tex(jodhminl-hq.vf) = %{tl_version} -Provides: tex(jodhminr-hq.vf) = %{tl_version} -Provides: tex(zu-jodhgothb-hq.vf) = %{tl_version} -Provides: tex(zu-jodhgotheb-hq.vf) = %{tl_version} -Provides: tex(zu-jodhgothr-hq.vf) = %{tl_version} -Provides: tex(zu-jodhmgothe-hq.vf) = %{tl_version} -Provides: tex(zu-jodhminb-hq.vf) = %{tl_version} -Provides: tex(zu-jodhminl-hq.vf) = %{tl_version} -Provides: tex(zu-jodhminr-hq.vf) = %{tl_version} -Provides: tex(pxjodel.sty) = %{tl_version} - -%description pxjodel -This package changes the setup of the japanese-otf package so -that the TFMs for direct input are all replaced by new ones -with prefixed names; for exmaple, nmlminr-h will be replaced by -foo--nmlminr-h, where foo is a prefix specified by the user. -This function will assist users who want to use the -japanese-otf package together with tailored TFMs of Japanese -fonts. The "jodel" part of the package name stands for -"japanese-otf deluxe". Here "deluxe" is the name of -japanese-otf's option for employing multi-weight Japanese font -families. This option is probably the most likely reason for -using japanese-otf. So pxjodel is really about japanese-otf's -"deluxe" option, hence the name. It is not related to yodel -singing, although some sense of word-play is intended. - -%package qsharp -Summary: Syntax highlighting for the Q# language -Version: svn49722 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(qsharp.sty) = %{tl_version} - -%description qsharp -The package provides syntax highlighting for the Q# language, a -domain-specific language for quantum programming. - -%package quantikz -Summary: Draw quantum circuit diagrams -Version: svn54911 -License: CC-BY -Requires: texlive-base texlive-kpathsea -Provides: tex(tikzlibraryquantikz.code.tex) = %{tl_version} - -%description quantikz -The purpose of this package is to extend TikZ with the -functionality for drawing quantum circuit diagrams. - -%package quran-de -Summary: German translations to the quran package -Version: svn54191 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(quran-de.sty) = %{tl_version} -Provides: tex(qurantext-deii.translation.def) = %{tl_version} -Provides: tex(qurantext-deiii.translation.def) = %{tl_version} -Provides: tex(qurantext-deiv.translation.def) = %{tl_version} - -%description quran-de -The package is prepared for typesetting some German -translations of the Holy Quran. It adds three more German -translations to the quran package. - -%package quran-ur -Summary: Urdu translations to the quran package -Version: svn54191 -License: LPPL -Requires: texlive-base texlive-kpathsea - -%description quran-ur -The package is prepared for typesetting some Urdu translations -of the Holy Quran. It adds eight more Urdu translations to the -quran package. - -%package ragged2e -Summary: Alternative versions of "ragged"-type commands -Version: svn51780 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(ragged2e.sty) = %{tl_version} - -%description ragged2e -The package defines new commands \Centering, \RaggedLeft, and -\RaggedRight and new environments Center, FlushLeft, and -FlushRight, which set ragged text and are easily configurable -to allow hyphenation (the corresponding commands in LaTeX, all -of whose names are lower-case, prevent hyphenation altogether). - -%package rank-2-roots -Summary: Draw (mathematical) rank 2 root systems -Version: svn48515 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(rank-2-roots.sty) = %{tl_version} - -%description rank-2-roots -This package concerns mathematical drawings arising in -representation theory. The purpose of this package is to ease -drawing of rank 2 root systems, with Weyl chambers, weight -lattices, and parabolic subgroups. Required packages are tikz, -etoolbox, expl3, pgfkeys, pgfopts, xparse, and xstring. - -%package realhats -Summary: Put real hats on symbols instead of ^ -Version: svn52865 -License: MIT -Requires: texlive-base texlive-kpathsea -Requires: tex(amsmath.sty) -Requires: tex(calc.sty) -Requires: tex(graphicx.sty) -Requires: tex(ifthen.sty) -Requires: tex(lcg.sty) -Requires: tex(stackengine.sty) -Provides: tex(realhats.sty) = %{tl_version} - -%description realhats -This LaTeX package makes \hat put real hats on symbols. The -package depends on amsmath, calc, graphicx, ifthen, lcg, and -stackengine. - -%package rulerbox -Summary: Draw rulers around a box -Version: svn50984 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(rulerbox.sty) = %{tl_version} - -%description rulerbox -This is a LaTeX package for drawing rulers around a box. This -might be useful when showing the absolute size of something in -electronic documents, or designating the relative scale in -printed materials. - -%package ryersonsgsthesis -Summary: Ryerson School of Graduate Studies thesis template -Version: svn50119 -License: ASL 2.0 -Requires: texlive-base texlive-kpathsea -Provides: tex(ryersonSGSThesis.cls) = %{tl_version} - -%description ryersonsgsthesis -This package provides a LaTeX class and template files for -Ryerson School of Graduate Studies (SGS) theses. - -%package schedule -Summary: Weekly schedules -Version: svn51805 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(schedule.sty) = %{tl_version} - -%description schedule -Automatically format weekly schedules using LaTeX's picture -environment. It requires the packages calc and color. Its main -feature is the accuracy with which appointments are -represented: boxes drawn to represent a particular appointment -are accurate to the minute -- i.e., a 31-minute appointment -will have a box 1/30th longer than a 30-minute appointment. A -number of features are included to allow the user to customize -the output. - -%package scontents -Summary: Store and reuse code sequences -Version: svn53504 -License: LPPL -Requires: texlive-base texlive-kpathsea -Requires: tex(expl3.sty) -Provides: tex(scontents-code.tex) = %{tl_version} -Provides: tex(scontents.sty) = %{tl_version} -Provides: tex(scontents.tex) = %{tl_version} - -%description scontents -This package stores valid LaTeX code in sequences using the -l3seq module of expl3. The stored content (including verbatim) -can be used as many times as desired in the document, -additionally can be written to external files if desired. - -%package scratch3 -Summary: Draw programs like "scratch" -Version: svn54916 -License: LPPL -Requires: texlive-base texlive-kpathsea -Requires: tex(tikz.sty) -Requires: tex(simplekv.sty) -Provides: tex(scratch3.sty) = %{tl_version} - -%description scratch3 -This package permits to draw program charts in the style of the -scatch project (scratch.mit.edu). It depends on the other LaTeX -packages TikZ and simplekv. - -%package soulpos -Summary: A fancy means of underlining -Version: svn52663 -License: MIT -Requires: texlive-base texlive-kpathsea -Requires: texlive-oberdiek -Requires: texlive-soul -Provides: tex(soulpos.sty) = %{tl_version} - -%description soulpos -The package combines the use of soul with the savepos mechanism -of current pdfTeX so that the user can create (almost) -arbitrary underlining and similar "decorations", including -rules, leaders and even pictures (pgf, pstricks, etc.). Unlike -soul underlines, which are built by repeating small elements, -here each chunk of text to be underlined is a single element. - -%package spacingtricks -Summary: Dealing with some spacing issues -Version: svn52063 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(spacingtricks.sty) = %{tl_version} - -%description spacingtricks -The spacingtricks package provides macros for dealing with some -spacing issues e.g. centering a single line, making a variable -strut, indenting a block, typesetting a compact list, placing -two boxes side by side with vertical adjustment. - -%package srdp-mathematik -Summary: Typeset Austrian SRDP in mathematics -Version: svn54685 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(srdp-mathematik.sty) = %{tl_version} - -%description srdp-mathematik -This package provides basic commands for the defined formats of -the Austrian sRDP (Standardisierte Reife- und Diplomprufung) in -mathematics. Furthermore, it includes ways to implement answers -in the tex file which can optionally be displayed in the pdf -file, and it offers a way to vary the answers in order to -create different groups (e. g. for tests) easily. - -%package subdocs -Summary: Multifile documents -Version: svn51480 -License: MIT -Requires: texlive-base texlive-kpathsea -Provides: tex(subdocs.sty) = %{tl_version} - -%description subdocs -This is an experimental package aiming to provide a different -approach for multidocument works (mainly, books with a document -per chapter). Unlike the \include mechanism, every subdocument -is a complete normal LaTeX document and may be typeset -separately. What the package does is sharing the .aux files. -The present release is an alpha version, and no attempt has yet -been made to allow it to work with, say, hyperref. - -%package subtext -Summary: Easy text-style subscripts in math mode -Version: svn51273 -License: GPLv3 -Requires: texlive-base texlive-kpathsea -Provides: tex(subtext.sty) = %{tl_version} - -%description subtext -This LaTeX package gives easy access to text-style subscripts -in math mode by providing an optional argument to _. This is -implemented by using the \text{} command from the amstext -package. - -%package technion-thesis-template -Summary: Template for theses on the Technion graduate school -Version: svn49889 -License: CC-BY -Requires: texlive-base texlive-kpathsea -Provides: tex(technionThesis.cls) = %{tl_version} -Provides: tex(technionThesisSetup.sty) = %{tl_version} - -%description technion-thesis-template -This is a template for writing a thesis according to the -Technion specifications. - -%package tensind -Summary: Typeset tensors -Version: svn51481 -License: MIT -Requires: texlive-base texlive-kpathsea -Provides: tex(tensind.sty) = %{tl_version} - -%description tensind -Typesets tensors with dots filling gaps and fine tuning of -index placement. - -%package tex-locale -Summary: Localisation support for TeX and LaTeX documents -Version: svn48500 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(tex-locale.tex) = %{tl_version} -Provides: tex(tex-locale-encodings.def) = %{tl_version} -Provides: tex(tex-locale-scripts-enc.def) = %{tl_version} -Provides: tex(tex-locale-support.def) = %{tl_version} -Provides: tex(tex-locale.sty) = %{tl_version} - -%description tex-locale -This package uses both tracklang and texosquery to look up the -locale information from the operating system and provide -commands that can access locale-dependent information, such as -the currency symbol and decimal separator. The file -tex-locale.tex provides generic TeX code. The LaTeX package -tex-locale.sty can additionally load babel or polyglossia with -the locale's language setting, as well as various other -packages such as fontspec (XeLaTeX/LuaLaTeX) or fontenc + -inputenc (pdfLaTeX). - -%package texonly -Summary: A sample document in Plain TeX -Version: svn50985 -License: LPPL -Requires: texlive-base texlive-kpathsea - -%description texonly -A file written with TeX, not using any packgages or sty-files, -to be compiled with TeX or pdfTeX only, not with LaTeX et al. - -%package theanodidot -Summary: TheanoDidot fonts with LaTeX support -Version: svn54512 -License: LPPL and OFL -Requires: texlive-base texlive-kpathsea -Provides: tex(TheanoDidot.map) = %{tl_version} -Provides: tex(LGRTheanoDidot-TLF.fd) = %{tl_version} -Provides: tex(LGRTheanoDidot-TOsF.fd) = %{tl_version} -Provides: tex(LY1TheanoDidot-TLF.fd) = %{tl_version} -Provides: tex(LY1TheanoDidot-TOsF.fd) = %{tl_version} -Provides: tex(OT1TheanoDidot-TLF.fd) = %{tl_version} -Provides: tex(OT1TheanoDidot-TOsF.fd) = %{tl_version} -Provides: tex(T1TheanoDidot-TLF.fd) = %{tl_version} -Provides: tex(T1TheanoDidot-TOsF.fd) = %{tl_version} -Provides: tex(TS1TheanoDidot-TLF.fd) = %{tl_version} -Provides: tex(TS1TheanoDidot-TOsF.fd) = %{tl_version} -Provides: tex(TheanoDidot.sty) = %{tl_version} -Provides: tex(thdid_alkcdl.enc) = %{tl_version} -Provides: tex(thdid_ertqq3.enc) = %{tl_version} -Provides: tex(thdid_f66p55.enc) = %{tl_version} -Provides: tex(thdid_izaajv.enc) = %{tl_version} -Provides: tex(thdid_k6ngqv.enc) = %{tl_version} -Provides: tex(thdid_lqxlns.enc) = %{tl_version} -Provides: tex(thdid_oiucyb.enc) = %{tl_version} -Provides: tex(thdid_whuz6y.enc) = %{tl_version} -Provides: tex(thdid_xgfkyc.enc) = %{tl_version} -Provides: tex(thdid_zj2gif.enc) = %{tl_version} - -%description theanodidot -This package provides the TheanoDidot font designed by Alexey -Kryukov, in both TrueType and Type1 formats, with support for -both traditional and modern LaTeX processors. An -artificially-emboldened variant has been provided but there are -no italic variants. The package is named after Theano, a famous -Ancient Greek woman philosopher, who was first a student of -Pythagoras, and supposedly became his wife. The Didot family -were active as designers for about 100 years in the 18th and -19th centuries. They were printers, publishers, typeface -designers, inventors and intellectuals. Around 1800 the Didot -family owned the most important print shop and font foundry in -France. Pierre Didot, the printer, published a document with -the typefaces of his brother, Firmin Didot, the typeface -designer. The strong clear forms of this alphabet display -objective, rational characteristics and are representative of -the time and philosophy of the Enlightenment. - -%package theanomodern -Summary: Theano Modern fonts with LaTeX support -Version: svn54512 -License: LPPL and OFL -Requires: texlive-base texlive-kpathsea -Provides: tex(TheanoModern.map) = %{tl_version} -Provides: tex(LGRTheanoModern-TLF.fd) = %{tl_version} -Provides: tex(LGRTheanoModern-TOsF.fd) = %{tl_version} -Provides: tex(LY1TheanoModern-TLF.fd) = %{tl_version} -Provides: tex(LY1TheanoModern-TOsF.fd) = %{tl_version} -Provides: tex(OT1TheanoModern-TLF.fd) = %{tl_version} -Provides: tex(OT1TheanoModern-TOsF.fd) = %{tl_version} -Provides: tex(T1TheanoModern-TLF.fd) = %{tl_version} -Provides: tex(T1TheanoModern-TOsF.fd) = %{tl_version} -Provides: tex(TS1TheanoModern-TLF.fd) = %{tl_version} -Provides: tex(TS1TheanoModern-TOsF.fd) = %{tl_version} -Provides: tex(TheanoModern.sty) = %{tl_version} -Provides: tex(thedid_alkcdl.enc) = %{tl_version} -Provides: tex(thedid_ertqq3.enc) = %{tl_version} -Provides: tex(thedid_f66p55.enc) = %{tl_version} -Provides: tex(thedid_izaajv.enc) = %{tl_version} -Provides: tex(thedid_k6ngqv.enc) = %{tl_version} -Provides: tex(thedid_lqxlns.enc) = %{tl_version} -Provides: tex(thedid_oiucyb.enc) = %{tl_version} -Provides: tex(thedid_whuz6y.enc) = %{tl_version} -Provides: tex(thedid_xgfkyc.enc) = %{tl_version} -Provides: tex(thedid_zj2gif.enc) = %{tl_version} - -%description theanomodern -This package provides the TheanoModern font designed by Alexey -Kryukov, in both TrueType and Type1 formats, with support for -both traditional and modern LaTeX processors. An -artificially-emboldened variant has been provided but there are -no italic variants. The package is named after Theano, a famous -Ancient Greek woman philosopher, who was first a student of -Pythagoras, and supposedly became his wife. - -%package theanooldstyle -Summary: Theano OldStyle fonts with LaTeX support -Version: svn54512 -License: LPPL and OFL -Requires: texlive-base texlive-kpathsea -Provides: tex(TheanoOldStyle.map) = %{tl_version} -Provides: tex(LGRTheanoOldStyle-TLF.fd) = %{tl_version} -Provides: tex(LGRTheanoOldStyle-TOsF.fd) = %{tl_version} -Provides: tex(LY1TheanoOldStyle-TLF.fd) = %{tl_version} -Provides: tex(LY1TheanoOldStyle-TOsF.fd) = %{tl_version} -Provides: tex(OT1TheanoOldStyle-TLF.fd) = %{tl_version} -Provides: tex(OT1TheanoOldStyle-TOsF.fd) = %{tl_version} -Provides: tex(T1TheanoOldStyle-TLF.fd) = %{tl_version} -Provides: tex(T1TheanoOldStyle-TOsF.fd) = %{tl_version} -Provides: tex(TS1TheanoOldStyle-TLF.fd) = %{tl_version} -Provides: tex(TS1TheanoOldStyle-TOsF.fd) = %{tl_version} -Provides: tex(TheanoOldStyle.sty) = %{tl_version} -Provides: tex(thost_alkcdl.enc) = %{tl_version} -Provides: tex(thost_ertqq3.enc) = %{tl_version} -Provides: tex(thost_f66p55.enc) = %{tl_version} -Provides: tex(thost_izaajv.enc) = %{tl_version} -Provides: tex(thost_ogssaz.enc) = %{tl_version} -Provides: tex(thost_oiucyb.enc) = %{tl_version} -Provides: tex(thost_whuz6y.enc) = %{tl_version} -Provides: tex(thost_xf32t5.enc) = %{tl_version} -Provides: tex(thost_xgfkyc.enc) = %{tl_version} -Provides: tex(thost_zj2gif.enc) = %{tl_version} - -%description theanooldstyle -This package provides the Theano OldStyle font designed by -Alexey Kryukov, in both TrueType and Type1 formats, with -support for both traditional and modern LaTeX processors. An -artificially-emboldened variant has been provided but there are -no italic variants. The package is named after Theano, a famous -Ancient Greek woman philosopher, who was first a student of -Pythagoras, and supposedly became his wife. - -%package thesis-qom -Summary: Thesis style of the University of Qom, Iran -Version: svn49124 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(thesis-qom.cls) = %{tl_version} - -%description thesis-qom -This package provides a class file for writing theses and -dissertations according to the University of Qom Graduate -Schools's guidelines for the electronic submission of master -theses and PhD dissertations. The class should meet all the -current requirements and is updated whenever the university -guidelines change. The class needs XeLaTeX in conjunction with -the following fonts: XB Niloofar, IranNastaliq, IRlotus, XB -Zar, XB Titre, and Yas. - -%package thuaslogos -Summary: Logos for The Hague University of Applied Sciences (THUAS) -Version: svn51347 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(thuaslogos.sty) = %{tl_version} - -%description thuaslogos -This package contains some logos of The Hague University of -Applied Sciences (THUAS). These Logos are available in English -and in Dutch. They are rendered via PGF. - -%package tikz-feynhand -Summary: Feynman diagrams with TikZ -Version: svn51915 -License: GPLv3+ -Requires: texlive-base texlive-kpathsea -Provides: tex(tikz-feynhand.sty) = %{tl_version} -Provides: tex(tikzfeynhand.keys.code.tex) = %{tl_version} -Provides: tex(tikzlibraryfeynhand.code.tex) = %{tl_version} - -%description tikz-feynhand -This package lets you draw Feynman diagrams using TikZ. It is a -low-end modification of the TikZ-Feynman package, one of whose -principal advantages is the automatic generation of diagrams, -for which it needs LuaTex. TikZ-FeynHand only provides the -manual mode and hence runs in LaTeX without any reference to -LuaTeX. In addition it provides some new styles for vertices -and propagators, alternative shorter keywords in addition to -TikZ-Feynman's longer ones, some shortcut commands for quickly -customizing the diagrams' look, and the new feature of putting -one propagator "on top" of another. It also includes a quick -user guide for getting started, with many examples and a -5-minute introduction to TikZ. - -%package tikz-imagelabels -Summary: Put labels on images using TikZ -Version: svn51490 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(tikz-imagelabels.sty) = %{tl_version} - -%description tikz-imagelabels -This package allows to add label texts to an existing image -with the aid of TikZ. This may be used to label certain -features in an image. - -%package tikzlings -Summary: A collection of cute little animals and similar creatures -Version: svn54838 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(tikzlings-addons.sty) = %{tl_version} -Provides: tex(tikzlings-anteaters.sty) = %{tl_version} -Provides: tex(tikzlings-bears.sty) = %{tl_version} -Provides: tex(tikzlings-bees.sty) = %{tl_version} -Provides: tex(tikzlings-cats.sty) = %{tl_version} -Provides: tex(tikzlings-coatis.sty) = %{tl_version} -Provides: tex(tikzlings-hippos.sty) = %{tl_version} -Provides: tex(tikzlings-koalas.sty) = %{tl_version} -Provides: tex(tikzlings-marmots.sty) = %{tl_version} -Provides: tex(tikzlings-mice.sty) = %{tl_version} -Provides: tex(tikzlings-moles.sty) = %{tl_version} -Provides: tex(tikzlings-owls.sty) = %{tl_version} -Provides: tex(tikzlings-pandas.sty) = %{tl_version} -Provides: tex(tikzlings-penguins.sty) = %{tl_version} -Provides: tex(tikzlings-pigs.sty) = %{tl_version} -Provides: tex(tikzlings-rhinos.sty) = %{tl_version} -Provides: tex(tikzlings-sloths.sty) = %{tl_version} -Provides: tex(tikzlings-snowmans.sty) = %{tl_version} -Provides: tex(tikzlings-squirrels.sty) = %{tl_version} -Provides: tex(tikzlings.sty) = %{tl_version} - -%description tikzlings -A collection of LaTeX packages for drawing cute little animals -and similar creatures using TikZ. Currently, the following -TikZlings are included: bear cat coati hippo koala marmot moles -mouse owl panda penguin pig rhino sloth snowman anteater -squirrel bee These little drawings can be customized in many -ways. - -%package tikz-truchet -Summary: Draw Truchet tiles -Version: svn50020 -License: MIT -Requires: texlive-base texlive-kpathsea -Provides: tex(tikz-truchet.sty) = %{tl_version} - -%description tikz-truchet -This is a package for LaTeX that draws Truchet tiles, as used -in Colin Beveridge's article Too good to be Truchet in issue 08 -of Chalkdust. - -%package topiclongtable -Summary: Extend longtable with cells that merge hierarchically -Version: svn54758 -License: MIT -Requires: texlive-base texlive-kpathsea -Requires: tex(array.sty) -Requires: tex(expl3.sty) -Requires: tex(longtable.sty) -Requires: tex(multirow.sty) -Requires: tex(xparse.sty) -Requires: tex(zref-abspage.sty) -Provides: tex(topiclongtable.sty) = %{tl_version} - -%description topiclongtable -This LaTeX package extends longtable implementing cells that: -merge with the one above if it has the same content, do not -merge with the one above unless the ones on the left are -merged, are well behaved with respect to longtable chunking on -page breaks, and automatically draw the correct separation -lines. The typical use case is a table spanning multiple pages -that contains a list of hierarchically organized topics (hence -the package name). The package depends on array, expl3, -longtable, multirow, xparse, and zref-abspage. - -%package tuda-ci -Summary: LaTeX templates of Technische Universitat Darmstadt -Version: svn54878 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(beamercolorthemeTUDa.sty) = %{tl_version} -Provides: tex(beamerfontthemeTUDa.sty) = %{tl_version} -Provides: tex(beamerinnerthemeTUDa.sty) = %{tl_version} -Provides: tex(beamerouterthemeTUDa.sty) = %{tl_version} -Provides: tex(beamerthemeTUDa.sty) = %{tl_version} -Provides: tex(tuda-a0paper.clo) = %{tl_version} -Provides: tex(tuda-a1paper.clo) = %{tl_version} -Provides: tex(tuda-a2paper.clo) = %{tl_version} -Provides: tex(tuda-a3paper.clo) = %{tl_version} -Provides: tex(tuda-a4paper.clo) = %{tl_version} -Provides: tex(tuda-a5paper.clo) = %{tl_version} -Provides: tex(tuda-pgfplots.sty) = %{tl_version} -Provides: tex(tudabeamer.cls) = %{tl_version} -Provides: tex(tudacolors.def) = %{tl_version} -Provides: tex(tudacolors.sty) = %{tl_version} -Provides: tex(tudaexercise.cls) = %{tl_version} -Provides: tex(tudafonts.sty) = %{tl_version} -Provides: tex(tudaleaflet.cls) = %{tl_version} -Provides: tex(tudaletter.cls) = %{tl_version} -Provides: tex(tudalettersize10pt.clo) = %{tl_version} -Provides: tex(tudaposter.cls) = %{tl_version} -Provides: tex(tudapub.cls) = %{tl_version} -Provides: tex(tudarules.sty) = %{tl_version} -Provides: tex(tudasciposter.cls) = %{tl_version} -Provides: tex(tudasize9pt.clo) = %{tl_version} -Requires: tex(l3keys2e.sty) -Requires: tex(trimclip.sty) -Requires: tex(graphicx.sty) -Requires: tex(URspecialopts.sty) -Requires: tex(scrlfile.sty) -Requires: tex(pdfx.sty) -Requires: tex(xcolor.sty) -Requires: tex(environ.sty) -Requires: tex(scrlayer-scrpage.sty) -Requires: tex(iftex.sty) -Requires: tex(anyfontsize.sty) -Requires: tex(inputenc.sty) -Requires: tex(textcomp.sty) -Requires: tex(XCharter.sty) -Requires: tex(microtype.sty) -Requires: tex(fontspec.sty) -Requires: tex(roboto.sty) -Requires: tex(roboto-mono.sty) -Requires: tex(fontenc.sty) -Requires: tex(scrextend.sty) -Requires: tex(scrlayer.sty) - -%description tuda-ci -The TUDa-CI-Bundle provides a possibility to use the Corporate -Design of TU Darmstadt in LaTeX. It contains documentclasses as -well as some helper packages and config files together with -some templates for user documentation, which currently are only -available in German. - -%package ucalgmthesis -Summary: LaTeX thesis class for University of Calgary Faculty of Graduate Studies -Version: svn52527 -License: MIT -Requires: texlive-base texlive-kpathsea -Provides: tex(ucalgmthesis.cls) = %{tl_version} - -%description ucalgmthesis -ucalgmthesis.cls is a LaTeX class file that produces documents -according to the thesis guidelines of the University of Calgary -Faculty of Graduate Studies. It uses the memoir class, which -provides very powerful and flexible mechanisms for book design -and layout. All memoir commands for changing chapter and -section headings, page layout, fancy foot- and endnotes, -typesetting poems, etc., can be used. (Memoir is meant as a -replacement for the standard LaTeX classes, so all standard -LaTeX commands such as \chapter, \section, etc., still work.) -Likewise, any of memoir's class options can be passed as -options to ucalgmthesis, in particular 12pt to select 12 point -type (11 point is the default). - -%package unam-thesis -Summary: Create documents according to the UNAM guidelines -Version: svn51207 -License: GPLv3+ -Requires: texlive-base texlive-kpathsea -Provides: tex(unam-thesis.cls) = %{tl_version} - -%description unam-thesis -This is a class for creating dissertation documents according -to the National Autonomous University of Mexico (UNAM) -guidelines. - -%package unicode-alphabets -Summary: Macros for using characters from Unicode's Private Use Area -Version: svn54236 -License: CC-BY-SA -Requires: texlive-base texlive-kpathsea -Provides: tex(unicode-alphabets.agl.csv) = %{tl_version} -Provides: tex(unicode-alphabets.cyfi.csv) = %{tl_version} -Provides: tex(unicode-alphabets.mufi.csv) = %{tl_version} -Provides: tex(unicode-alphabets.sil.csv) = %{tl_version} -Provides: tex(unicode-alphabets.sty) = %{tl_version} -Provides: tex(unicode-alphabets.titus.csv) = %{tl_version} -Provides: tex(unicode-alphabets.ucsur.csv) = %{tl_version} -Provides: tex(unicode-alphabets.unz.csv) = %{tl_version} - -%description unicode-alphabets -While Unicode supports the vast majority of use cases, there -are certain specialized niches which require characters and -glyphs not (yet) represented in the standard. Thus the Private -Use Area (PUA) at code points E000-F8FF, which enables third -parties to define arbitrary character sets. This package allows -configuring a number of macros for using various PUA character -sets in LaTeX (AGL, CYFI, MUFI, SIL, TITUS, UCSUR, UNZ), to -enable transcription and display of medieval and other -documents. - -%package vtable -Summary: Vertical alignement of table cells -Version: svn51126 -License: MIT -Requires: texlive-base texlive-kpathsea -Provides: tex(vtable.sty) = %{tl_version} - -%description vtable -The package allows vertical alignement of table cell by -providing: Z, L, C, R, J and I column types \nextRow and \lb -commands \setMultiColRow, \setMultiColumn, \setMultiRow and -\tableFormatedCell commands for tabular and similar -environment. - -%package widows-and-orphans -Summary: Identify (typographic) widows and orphans -Version: svn53505 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(widows-and-orphans.sty) = %{tl_version} - -%description widows-and-orphans -This package identifies all widows and orphans in a document to -help a user to get rid of them. The act of resolving still -needs to be done manually: By rewriting text, running some -paragraph long or short or or explicitly breaking in some -strategic place. It will also identify and warn about words -broken across columns or pages and display formulas separated -from their introductory paragraph. - -%package windycity -Summary: A Chicago style for BibLaTeX -Version: svn51668 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(american-windycity.lbx) = %{tl_version} -Provides: tex(windycity.bbx) = %{tl_version} -Provides: tex(windycity.cbx) = %{tl_version} -Provides: tex(windycity.dbx) = %{tl_version} -Provides: tex(windycity.sty) = %{tl_version} - -%description windycity -Windy City is a style for BibLaTeX that formats notes, -bibliographies, parenthetical citations, and reference lists -according to the 17th edition of The Chicago Manual of Style. - -%package worksheet -Summary: Easy creation of worksheets -Version: svn48423 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(worksheet.sty) = %{tl_version} - -%description worksheet -This package provides macros and an environment for easy -worksheet creation: Use the exercise environment for formating -exercises in a simple, efficient design; typeset customized and -automatically numbered worksheet titles in the same way as -standard LaTeX titles (using \maketitle); provide course and -author information with a scrlayer-scrpage based automated -header; conforming to different babel languages. (Currently -English, French, and German are supported.) - -%package xbmks -Summary: Create a cross-document bookmark tree -Version: svn53448 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(xbmks-pdfmark.def) = %{tl_version} -Provides: tex(xbmks-pdftex.def) = %{tl_version} -Provides: tex(xbmks-xetex.def) = %{tl_version} -Provides: tex(xbmks.sty) = %{tl_version} - -%description xbmks -The package defines the concept of a document bundle, which is -a collection of documents that are to be built separately, but -have a common bookmark tree. The only options are driver -options, these are dvips (Acrobat Distiller or ps2pdf these can -be used as the PDF creator), pdfLaTeX (and LuaLaTeX, which is -treated the same as pdfLaTeX), and XeLaTeX. The package -auto-detects pdfLaTeX and XeLaTeX, and dvips is the default, so -there is actually no need to pass the driver option. - -%package xcpdftips -Summary: Natbib citations with PDF tooltips -Version: svn50449 -License: GPLv3+ -Requires: texlive-base texlive-kpathsea -Provides: tex(xcpdftips.sty) = %{tl_version} - -%description xcpdftips -This LaTeX package uses pdfcomment and bibentry to surround -natbib citations with PDF tooltips. - -%package zootaxa-bst -Summary: A BibTeX style for the journal Zootaxa -Version: svn50619 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(zootaxa.bst) = %{tl_version} - -%description zootaxa-bst -This package provides a .bst reference style file for the -journal Zootaxa that publishes contributions in zoology and -classification. This is a fork of apa.bst as provided by TeX -Live since this style file resembled the most Zootaxa's own -style. Further modifications were made to the code in order to -generate in-text citations and bibliography sections -appropriately. - -%package dehyph -Summary: German hyphenation patterns for traditional orthography -Version: svn48599 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(dehyphn.tex) = %{tl_version} -Provides: tex(dehypht.tex) = %{tl_version} -Provides: tex(dehyphtex.tex) = %{tl_version} - -%description dehyph -The package provides older hyphenation patterns for the German -language. Please note that by default only pdfLaTeX uses these -patterns (mainly for backwards compatibility). The older -packages ghyphen and gnhyph are now bundled together with -dehyph, and are no longer be updated. Both XeLaTeX and LuaLaTeX -use the current German hyphenation patterns taken from -Hyphenation patterns in UTF-8, and using the Experimental -hyphenation patterns for the German language package it is -possible to make pdfLaTeX use the new German patterns as well. - -%package l3backend -Summary: LaTeX3 backend drivers -Version: svn54259 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(l3backend-dvipdfmx.def) = %{tl_version} -Provides: tex(l3backend-dvips.def) = %{tl_version} -Provides: tex(l3backend-dvisvgm.def) = %{tl_version} -Provides: tex(l3backend-pdfmode.def) = %{tl_version} -Provides: tex(l3backend-xdvipdfmx.def) = %{tl_version} - -%description l3backend -This package forms parts of expl3, and contains the code used -to interface with backends (drivers) across the expl3 codebase. -The functions here are defined differently depending on the -engine in use. As such, these are distributed separately from -l3kernel to allow this code to be updated on an independent -schedule. - -%package marcellus -Summary: Marcellus fonts with LaTeX support -Version: svn56016 -License: LPPL and OFL -Requires: texlive-base texlive-kpathsea -Provides: tex(LY1Mrcls-LF.fd) = %{tl_version} -Provides: tex(LY1Mrcls-Sup.fd) = %{tl_version} -Provides: tex(OT1Mrcls-LF.fd) = %{tl_version} -Provides: tex(OT1Mrcls-Sup.fd) = %{tl_version} -Provides: tex(T1Mrcls-LF.fd) = %{tl_version} -Provides: tex(T1Mrcls-Sup.fd) = %{tl_version} -Provides: tex(TS1Mrcls-LF.fd) = %{tl_version} -Provides: tex(marcellus.map) = %{tl_version} -Provides: tex(marcellus.sty) = %{tl_version} -Provides: tex(mrcls_37huou.enc) = %{tl_version} -Provides: tex(mrcls_5az7w7.enc) = %{tl_version} -Provides: tex(mrcls_cvodtw.enc) = %{tl_version} -Provides: tex(mrcls_rfafok.enc) = %{tl_version} -Provides: tex(mrcls_rwr7kk.enc) = %{tl_version} -Provides: tex(mrcls_rzkwvt.enc) = %{tl_version} -Provides: tex(mrcls_stzmvz.enc) = %{tl_version} - -%description marcellus -This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX -support for the Marcellus family of fonts, designed by Brian J. -Bonislawsky. Marcellus is a flared-serif family, inspired by -classic Roman inscription letterforms. There is currently just -a regular weight and small-caps. The regular weight will be -silently substituted for bold. - -#TL2020 -%package atbegshi -Summary: Execute stuff at \shipout time -Version: svn53051 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(atbegshi.sty) = %{tl_version} - -%description atbegshi -This package is a modern reimplementation of package everyshi, -providing various commands to be executed before a \shipout -command. It makes use of e-TeX's facilities if they are -available. The package may be used either with LaTeX or with -plain TeX. - -%package atveryend -Summary: Hooks at the very end of a document -Version: svn53108 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(atveryend.sty) = %{tl_version} - -%description atveryend -This LaTeX packages provides two hooks for \end{document} that -are executed after the hook of \AtEndDocument: -\AfterLastShipout can be used for code that is to be executed -right after the last \clearpage before the `.aux' file is -closed. \AtVeryEndDocument is used for code after closing and -final reading of the `.aux' file. - -%package auxhook -Summary: Hooks for auxiliary files -Version: svn53173 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(auxhook.sty) = %{tl_version} - -%description auxhook -This package auxhook provides hooks for adding stuff at the -begin of .aux files. - -%package bigintcalc -Summary: Integer calculations on very large numbers -Version: svn53172 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(bigintcalc.sty) = %{tl_version} - -%description bigintcalc -This package provides expandable arithmetic operations with big -integers that can exceed TeX's number limits. - -%package bitset -Summary: Handle bit-vector datatype -Version: svn53837 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Requires: texlive-bigintcalc -Provides: tex(bitset.sty) = %{tl_version} - -%description bitset -This package defines and implements the data type bit set, a -vector of bits. The size of the vector may grow dynamically. -Individual bits can be manipulated. - -%package etexcmds -Summary: Avoid name clashes with e-TeX commands -Version: svn53171 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(etexcmds.sty) = %{tl_version} - -%description etexcmds -New primitive commands are introduced in e-TeX; sometimes the -names collide with existing macros. This package solves the -name clashes by adding a prefix to e-TeX's commands. For -example, eTeX's \unexpanded is provided as \etex@unexpanded. - -%package hycolor -Summary: Implements colour for packages hyperref and bookmark -Version: svn53584 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(hycolor.sty) = %{tl_version} -Provides: tex(xcolor-patch.sty) = %{tl_version} - -%description hycolor -This package provides the code for the color option that is -used by packages hyperref and bookmark. It is not intended as -package for the user. - -%package infwarerr -Summary: Complete set of information/warning/error message macros -Version: svn53023 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(infwarerr.sty) = %{tl_version} - -%description infwarerr -This package provides a complete set of macros for information, -warning and error messages. Under LaTeX, the commands are -wrappers for the corresponding LaTeX commands; under Plain TeX -they are available as complete implementations. - -%package intcalc -Summary: Expandable arithmetic operations with integers -Version: svn53168 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(intcalc.sty) = %{tl_version} - -%description intcalc -This package provides expandable arithmetic operations with -integers, using the e-TeX extension \numexpr if it is -available. - -%package kvdefinekeys -Summary: Define keys for use in the kvsetkeys package -Version: svn53193 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(kvdefinekeys.sty) = %{tl_version} - -%description kvdefinekeys -The package provides a macro \kv@define@key (analogous to -keyval's \define@key, to define keys for use by kvsetkeys. - -%package kvoptions -Summary: Key value format for package options -Version: svn52985 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(kvoptions-patch.sty) = %{tl_version} -Provides: tex(kvoptions.sty) = %{tl_version} -Provides: tex(example-mycolorsetup.sty) = %{tl_version} - -%description kvoptions -This package offers support for package authors who want to use -options in key-value format for their package options. - -%package kvsetkeys -Summary: Key value parser with default handler support -Version: svn53166 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(kvsetkeys.sty) = %{tl_version} - -%description kvsetkeys -This package provides \kvsetkeys, a variant of package keyval's -\setkeys. It allows the user to specify a handler that deals -with unknown options. Active commas and equal signs may be used -(e.g. see babel's shorthands) and only one level of curly -braces are removed from the values. - -%package letltxmacro -Summary: Let assignment for LaTeX macros -Version: svn53022 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(letltxmacro.sty) = %{tl_version} - -%description letltxmacro -TeX's \let assignment does not work for LaTeX macros with -optional arguments or for macros that are defined as robust -macros by \DeclareRobustCommand. This package defines -\LetLtxMacro that also takes care of the involved internal -macros. - -%package ltxcmds -Summary: Some LaTeX kernel commands for general use -Version: svn53165 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(ltxcmds.sty) = %{tl_version} - -%description ltxcmds -This package exports some utility macros from the LaTeX kernel -into a separate namespace and also makes them available for -other formats such as plain TeX. - -%package pdfescape -Summary: Implements pdfTeX's escape features using TeX or e-TeX -Version: svn53082 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(pdfescape.sty) = %{tl_version} - -%description pdfescape -This package implements pdfTeX's escape features -(\pdfescapehex, \pdfunescapehex, \pdfescapename, -\pdfescapestring) using TeX or e-TeX. - -%package pdftexcmds -Summary: LuaTeX support for pdfTeX utility functions -Version: svn52913 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(pdftexcmds.sty) = %{tl_version} - -%description pdftexcmds -LuaTeX provides most of the commands of pdfTeX 1.40. However, a -number of utility functions are not available. This package -tries to fill the gap and implements some of the missing -primitives using Lua. - -%package rerunfilecheck -Summary: Checksum based rerun checks on auxiliary files -Version: svn54841 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Requires: texlive-atveryend -Requires: texlive-uniquecounter -Provides: tex(rerunfilecheck.sty) = %{tl_version} - -%description rerunfilecheck -The package provides additional rerun warnings if some -auxiliary files have changed. It is based on MD5 checksum, -provided by pdfTeX. - -%package uniquecounter -Summary: Provides unlimited unique counter -Version: svn53162 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(uniquecounter.sty) = %{tl_version} - -%description uniquecounter -This package provides a kind of counter that provides unique -number values. Several counters can be created with different -names. The numeric values are not limited. - -%package modes -Summary: A collection of Metafont mode_def's -Version: svn53604 +Requires: texlive-lm-math +Requires: texlive-amsfonts +Requires: texlive-manfnt-font +Requires: texlive-mflogo-font +Requires: texlive-stmaryrd +Requires: texlive-mptopdf +Requires: tex(pstricks.sty) +Requires: tex(pst-plot.sty) +Provides: tex(notepad++.ini) = %{epoch}:%{source_date}-%{release} +Provides: tex(texworks-setup.ini) = %{epoch}:%{source_date}-%{release} +Provides: tex(tools.ini) = %{epoch}:%{source_date}-%{release} +Provides: tex(TeXworks.ini) = %{epoch}:%{source_date}-%{release} +Provides: tex(scite-context-readme.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(type-buy.dat) = %{epoch}:%{source_date}-%{release} +Provides: tex(type-fsf.dat) = %{epoch}:%{source_date}-%{release} +Provides: tex(type-ghz.dat) = %{epoch}:%{source_date}-%{release} +Provides: tex(type-tmf.dat) = %{epoch}:%{source_date}-%{release} +Provides: tex(contnav.afm) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmin.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmit.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmitt.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmrm.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmsc.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(cmtt.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-2004.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(q-8r.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(teff-trinite.enc) = %{epoch}:%{source_date}-%{release} +Provides: tex(contnav.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(8r-base.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-base.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(ec-os-public-lm.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(mkiv-base.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(mkiv-px.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(mkiv-tx.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(original-adobe-euro.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(original-ams-base.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(original-ams-cmr.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(original-ams-euler.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(original-base.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(original-context-symbol.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(original-dummy.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(original-empty.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(original-micropress-informal.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(original-public-csr.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(original-public-lm.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(original-public-plr.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(original-public-vnr.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(original-vogel-symbol.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(original-wasy.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(original-youngryu-px.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(original-youngryu-tx.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-base.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(qx-os-public-lm.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-base.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(t5-os-public-lm.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-base.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(texnansi-os-public-lm.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(tlig.map) = %{epoch}:%{source_date}-%{release} +Provides: tex(contnav.tfm) = %{epoch}:%{source_date}-%{release} +Provides: tex(contnav.pfb) = %{epoch}:%{source_date}-%{release} +Provides: tex(bidi-symbols.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(demo-symbols.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(export-example.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(m-cweb.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(m-datastrc.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(m-educat.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(m-format.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(m-layout.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(m-narrowtt.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(m-newmat.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(m-pictex.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(m-streams.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(m-subsub.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(metatex.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(mtx-context-arrange.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(mtx-context-combine.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(mtx-context-common.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(mtx-context-copy.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(mtx-context-ideas.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(mtx-context-listing.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(mtx-context-markdown.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(mtx-context-precache.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(mtx-context-select.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(mtx-context-sql.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(mtx-context-timing.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(mtx-context-xml.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(s-abr-01.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(s-abr-02.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(s-abr-03.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(s-abr-04.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(s-cdr-01.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(s-faq-00.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(s-faq-01.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(s-faq-02.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(s-faq-03.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(s-mag-01.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(s-pre-00.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(s-pre-01.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(s-pre-02.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(s-pre-03.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(s-pre-04.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(s-pre-05.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(s-pre-06.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(s-pre-07.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(s-pre-08.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(s-pre-09.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(s-pre-10.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(s-pre-11.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(s-pre-12.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(s-pre-13.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(s-pre-14.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(s-pre-15.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(s-pre-16.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(s-pre-18.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(s-pre-19.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(s-pre-22.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(s-pre-23.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(s-pre-26.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(s-pre-27.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(s-pre-50.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(s-pre-61.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(s-pre-62.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(s-pre-63.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(s-pre-64.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(s-pre-66.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(s-pre-67.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(s-pre-68.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(s-pre-93.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(s-pre-96.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(s-ptj-01.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(status-mkiv.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(supp-mis.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(supp-mpe.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(supp-pdf.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(x-dir-01.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(bibl-ams.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(bibl-apa-de.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(bibl-apa-fr.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(bibl-apa-it.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(bibl-apa.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(bibl-aps.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(bibl-num-fr.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(bibl-num.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(bibl-ssa.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(mag-0000.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(setup-qr.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(aesop-de.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(bryson.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(cervantes-es.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(darwin.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(davis.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(dawkins.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(demo-mps.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(demo-tex.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(demo-xml.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(douglas.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(hawking.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(khatt-ar.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(khatt-en.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(knuth.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(linden.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(lorem.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(materie.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(montgomery.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(quevedo-es.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(reich.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(sample.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(samples.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(thuan.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(tufte.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(ward.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(weisman.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(zapf.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(context-test.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(luatex-basics.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(luatex-fonts.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(luatex-languages.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(luatex-math.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(luatex-mplib.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(luatex-plain.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(luatex-preprocessor-test.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(luatex-preprocessor.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(luatex-swiglib-test.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(luatex-swiglib.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(luatex-test.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(m-ch-de.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(m-ch-en.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(m-ch-nl.tex) = %{epoch}:%{source_date}-%{release} +Provides: tex(m-ch-de.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(m-ch-en.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(m-ch-nl.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(m-pictex.sty) = %{epoch}:%{source_date}-%{release} +# shell and lua +BuildArch: noarch + +%description context +A full featured, parameter driven macro package, which fully +supports advanced interactive documents. See the ConTeXt garden +for a wealth of support information. + +%package obsolete +Summary: This package handles obsolete texlive subpackages License: Public Domain -Requires: texlive-base texlive-kpathsea +Provides: texlive-tetex = 7:20190410.obsolete +Provides: texlive-tetex-bin = 7:20190410.obsolete +Provides: tex-tetex = 7:20190410.obsolete +Obsoletes: texlive-tetex <= 7:20190410 +Obsoletes: texlive-tetex-bin <= 7:20190410 +Obsoletes: tex-tetex <= 7:20190410 +Provides: texlive-wasy2-ps = %{epoch}:svn35830.0.obsolete +Obsoletes: texlive-wasy2-ps <= 9:svn35830.0 +Provides: texlive-wasy2-ps-doc = %{epoch}:svn35830.0.obsolete +Obsoletes: texlive-wasy2-ps-doc <= 9:svn35830.0 + +%description obsolete +This package is a metapackage which handles obsolete texlive subpackages. +It does not contain the contents of the packages that it obsoletes. -%description modes -The modes file collects all known Metafont modes for printing -or display devices, of whatever printing technology. Special -provision is made for write-white printers, and a 'landscape' -mode is available, for making suitable fonts for printers with -pixels whose aspect is non-square. The file also provides -definitions that make \specials identifying the mode in -Metafont's GF output, and put coding information and other -Xerox-world information in the TFM file. %package grfext Summary: Manipulate the graphics package's list of extensions -Version: svn53024 License: LPPL 1.3 Requires: texlive-base texlive-kpathsea -Provides: tex(grfext.sty) = %{tl_version} +Provides: tex(grfext.sty) = %{epoch}:%{source_date}-%{release} +BuildArch: noarch %description grfext This package provides macros for adding to, and reordering the list of graphics file extensions recognised by package graphics. -%package grffile -Summary: Extended file name support for graphics (legacy package) -Version: svn52756 + +%package auxhook +Summary: Hooks for auxiliary files License: LPPL 1.3 Requires: texlive-base texlive-kpathsea -Provides: tex(grffile-2017-06-30.sty) = %{tl_version} -Provides: tex(grffile.sty) = %{tl_version} +Provides: tex(auxhook.sty) = %{epoch}:%{source_date}-%{release} +BuildArch: noarch + +%description auxhook +This package auxhook provides hooks for adding stuff at the +begin of .aux files. + + +%package grffile +Summary: Extended file name support for graphics (legacy package) +License: LPPL 1.3 +Requires: texlive-base texlive-kpathsea +Provides: tex(grffile-2017-06-30.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(grffile.sty) = %{epoch}:%{source_date}-%{release} +BuildArch: noarch %description grffile The original package extended the file name processing of @@ -150837,2862 +23454,102 @@ package by default is a stub that just loads graphicx. However, \usepackage{grffile}[=v1] may be used to access version 1(.18) of the package if that is needed. -%package hyphen-macedonian -Summary: Macedonian hyphenation patterns. -Version: svn54568 -License: Copyright only -Requires: texlive-base texlive-kpathsea -Requires: texlive-hyphen-base -Requires: texlive-hyph-utf8 -Requires(post,postun): coreutils -Provides: tex(hyph-mk.tex) = %{tl_version} -Provides: tex(loadhyph-mk.tex) = %{tl_version} - -%description hyphen-macedonian -Hyphenation patterns for Macedonian - -%post hyphen-macedonian -if [ $1 -gt 0 ] ; then -sed -i '/macedonian.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat -echo "macedonian loadhyph-mk.tex" >> %{_texdir}/texmf-dist/tex/generic/config/language.dat -sed -i '/\\addlanguage{macedonian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def -echo "\addlanguage{macedonian}{loadhyph-mk.tex}{}{2}{2}" >> %{_texdir}/texmf-dist/tex/generic/config/language.def -fi -: - -%postun hyphen-macedonian -if [ $1 == 0 ] ; then -sed -i '/macedonian.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.dat > /dev/null 2>&1 -sed -i '/\\addlanguage{macedonian}.*/d' %{_texdir}/texmf-dist/tex/generic/config/language.def > /dev/null 2>&1 -fi -: - -%package aaai-named -Summary: BibTeX style for AAAI -Version: svn52470 -License: Bibtex -Requires: texlive-base texlive-kpathsea - -%description aaai-named -A BibTeX style derived from the standard master, presumably for -use with the aaai package. - -%package accessibility -Summary: Create tagged and structured PDF files -Version: svn52650 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(accessibility.sty) = %{tl_version} - -%description accessibility -The accessibility package is intended to create tagged, -structured PDF documents from LaTeX source code. It allows to -produce tagged PDF output following Adobe's PDF-1.5 and 1.6 -specifications. This package is predominantly targeted at -documents produced using the KOMA-Script document classes. - -%package accsupp -Summary: Better accessibility support for PDF files -Version: svn53052 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(accsupp-dvipdfm.def) = %{tl_version} -Provides: tex(accsupp-dvips.def) = %{tl_version} -Provides: tex(accsupp-luatex.def) = %{tl_version} -Provides: tex(accsupp-pdftex.def) = %{tl_version} -Provides: tex(accsupp.sty) = %{tl_version} - -%description accsupp -Since PDF 1.5 portions of a page can be marked for better -accessibility support. For example, replacement texts or -expansions of abbreviations can be provided. This package -starts with providing a minimal low-level interface for -programmers; its status is experimental. Support necessary for -the package was added to the "distill" capabilities of -Ghostscript with version 9.15 of Ghostscript; the dvips is only -available with that version (or later). - -%package algxpar -Summary: Support multiple lines pseudocode -Version: svn52758 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Requires: tex(algorithmicx.sty) -Provides: tex(algxpar.sty) = %{tl_version} - -%description algxpar -This package extends the package algorithmicx to support long -text which spans over multiple lines. - -%package alphalph -Summary: Convert numbers to letters -Version: svn53087 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(alphalph.sty) = %{tl_version} - -%description alphalph -Provides commands \alphalph and \AlphAlph. They are like -\number but the expansion consists of lowercase and uppercase -letters respectively (1 to a, 26 to z, 27 to aa, 52 to zz, 53 -to ba, 702 to zz, 703 to aaa, etc.). Can be used as a -replacement for LaTeX's \@alph and \@Alph macros. - -%package annee-scolaire -Summary: Automatically typeset the academic year (French way) -Version: svn54675 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(annee-scolaire.sty) = %{tl_version} - -%description annee-scolaire -This package provides a macro \anneescolaire to automatically -write the academic year in the French way, according to the -date of compilation, two other macros to obtain the first and -the second calendar year of the academic year, a macro to be -redefined to change the presentation of the years. - -%package askinclude -Summary: Interactive use of \includeonly -Version: svn54725 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(askinclude.sty) = %{tl_version} - -%description askinclude -The package asks the user which files to put in a \includeonly -command. There is provision for answering "same as last time" -or "all files". - -%package atenddvi -Summary: Provides the \AtEndDvi command -Version: svn53107 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(atenddvi.sty) = %{tl_version} - -%description atenddvi -LaTeX offers \AtBeginDvi. This package provides the counterpart -\AtEndDvi. The execution of its argument is delayed to the end -of the document at the end of the last page. At this point -\special and \write remain effective, because they are put into -the last page. This is the main difference from the LaTeX -command \AtEndDocument. - -%package autofancyhdr -Summary: Automatically compute headlength for fancyhdr package -Version: svn54049 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(autofancyhdr.sty) = %{tl_version} - -%description autofancyhdr -The package automatically computes headlength for the fancyhdr -package - -%package axessibility -Summary: Access to formulas in PDF files by assistive technologies -Version: svn54080 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(axessibility.sty) = %{tl_version} - -%description axessibility -PDF documents containing formulas generated by LaTeX are -usually not accessible by assistive technologies for visually -impaired people and people with special educational needs -(i.e., by screen readers and braille displays). The -axessibility package manages this issue, allowing to create a -PDF document where the formulas are read by these assistive -technologies, since it automatically generates hidden comments -in the PDF document (by means of the /ActualText attribute -and/or suitable tags) in correspondence to each formula. - -%package barracuda -Summary: Draw barcodes with Lua -Version: svn53683 -License: GPLv2 -Requires: texlive-base texlive-kpathsea -Provides: tex(barracuda.sty) = %{tl_version} - -%description barracuda -The barracuda library is a modular Lua package for drawing -barcode symbols. It provides modules for writing barcodes from -a LuaTeX document. It is also possible to use Barracuda with a -standalone Lua interpreter to draw barcodes in different -graphic formats like SVG. - -%package bearwear -Summary: Shirts to dress TikZbears -Version: svn54826 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(bearwear.sty) = %{tl_version} - -%description bearwear -The package offers tools to create shirts for TikZbears from -the TikZlings package. - -%package biblatex-ajc2020unofficial -Summary: BibLaTeX style for the Australasian Journal of Combinatorics -Version: svn54401 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(ajc2020unofficial.bbx) = %{tl_version} -Provides: tex(ajc2020unofficial.cbx) = %{tl_version} - -%description biblatex-ajc2020unofficial -This is an unofficial BibLaTeX style for the Australasian -Journal of Combinatorics. Note that the journal (as for 01 -March 2020) does not accept BibLaTeX, so you probably want to -use biblatex2bibitem. - -%package biblatex-apa6 -Summary: BibLaTeX citation and reference style for APA 6th Edition -Version: svn54995 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(apa6.bbx) = %{tl_version} -Provides: tex(apa6.cbx) = %{tl_version} - -%description biblatex-apa6 -This is a fairly complete BibLaTeX style (citations and -references) for APA (American Psychological Association) 6th -Edition conformant publications. It implements and automates -most of the guidelines in the APA 6th edition style guide for -citations and references. An example document is also given -which typesets every citation and reference example in the APA -6th edition style guide. This is a legacy style for 6th Edition -documents. Please use the BibLaTeX-apa style package for the -latest APA edition conformance. - -%package biblatex-german-legal -Summary: Comprehensive citation style for German legal texts -Version: svn54297 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(german-legal-book.bbx) = %{tl_version} -Provides: tex(german-legal-book.cbx) = %{tl_version} - -%description biblatex-german-legal -This package aims to provide citation styles (for footnotes and -bibliographies) for German legal texts. It is currently focused -on citations in books (style german-legal-book), but may be -extended to journal articles in the future. Dieses Paket -enthalt BibLaTeX-Zitierstile fur die Rechtswissenschaften in -Deutschland. Aktuell enthalt es einen auf Monographien in den -deutschen Rechtswissenschaften ausgerichteten Zitierstil namens -german-legal-book. - -%package biblatex-jura2 -Summary: Citation style for the German legal profession -Version: svn53243 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(jura2.bbx) = %{tl_version} -Provides: tex(jura2.cbx) = %{tl_version} - -%description biblatex-jura2 -The package offers BibLaTeX support for citations in German -legal texts. This is a style that, unlike other styles in 2019, -actually works with modern TeX distributions. - -%package biblatex-software -Summary: BibLaTeX stylefiles for software products -Version: svn54950 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(software-biblatex.sty) = %{tl_version} -Provides: tex(software.bbx) = %{tl_version} - -%description biblatex-software -This package implements software entry types for BibLaTeX in -the form of a bibliography style extension. It requires the -Biber backend. - -%package biblatex2bibitem -Summary: Convert BibLaTeX-generated bibliography to bibitems -Version: svn54030 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(biblatex2bibitem.sty) = %{tl_version} - -%description biblatex2bibitem -This is a workaround to convert BibLaTeX-generated bibliography -to bibitems. - -%package bookmark -Summary: A new bookmark (outline) organization for hyperref -Version: svn53026 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(bkm-dvipdfm.def) = %{tl_version} -Provides: tex(bkm-dvips.def) = %{tl_version} -Provides: tex(bkm-dvipsone.def) = %{tl_version} -Provides: tex(bkm-pdftex.def) = %{tl_version} -Provides: tex(bkm-textures.def) = %{tl_version} -Provides: tex(bkm-vtex.def) = %{tl_version} -Provides: tex(bookmark.sty) = %{tl_version} - -%description bookmark -This package implements a new bookmark (outline) organization -for package hyperref. Bookmark properties such as style and -color can now be set. Other action types are available (URI, -GoToR, Named). The bookmarks are generated in the first compile -run. Package hyperref uses two runs. - -%package brandeis-thesis -Summary: A class for Brandeis University M.A. theses -Version: svn54758 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(brandeis-thesis.cls) = %{tl_version} - -%description brandeis-thesis -brandeis-thesis.cls provides the structures and formatting -information for an M.A. thesis for the Brandeis University -Graduate School of Arts and Sciences. - -%package bxghost -Summary: Ghost insertion for proper xkanjiskip -Version: svn53606 -License: MIT -Requires: texlive-base texlive-kpathsea -Provides: tex(bxghost.sty) = %{tl_version} - -%description bxghost -The package provides two commands to help authors for documents -in Japanese to insert proper xkanjiskips. It supports LuaTeX, -XeTeX, pTeX, upTeX, and ApTeX (pTeX-ng). - -%package ccool -Summary: Encoding notational conventions -Version: svn54753 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(ccool.sty) = %{tl_version} - -%description ccool -The name of this package stands for "Custom COntent Oriented -for LaTeX", a concept pioneered by the 2005 cool package. This -is done using a minimalist interface built upon xparse. -Specifically, \Ccool<name> begins a series of instructions -alternating between 'text' and macro definitions, that -themselves optionally expand using predefined or inline rules. -In conjunction with lamba expressions, this tool allows for -encoding the way certain mathematical objects, such as -functions, should be formatted. Optionally, the macros can be -written to a file, and read, which can be useful for -typesetting documents sharing the same notation. - -%package chemplants -Summary: Symbology to draw chemical plants with TikZ -Version: svn52863 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(chemplants.sty) = %{tl_version} - -%description chemplants -This package offers tools to draw simple or barely complex -schemes of chemical processes. The package defines several -standard symbols and styles to draw process units and streams. -The guiding light of the package is the UNICHIM regulation. All -of the symbols and styles are defined using tools of the TikZ -package, thus a basic knowledge of the logic of this powerful -tool is required to profitably use chemplants. - -%package circledsteps -Summary: Typeset circled numbers -Version: svn53382 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(circledsteps.sty) = %{tl_version} - -%description circledsteps -This package generates circled numbers (or other kinds of -markers or small text) to mark "steps" in procedures, -exercises, and so on. - -%package circuit-macros -Summary: M4 macros for electric circuit diagrams -Version: svn54994 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(boxdims.sty) = %{tl_version} - -%description circuit-macros -A set of m4 macros for drawing high-quality electric circuits -containing fundamental elements, amplifiers, transistors, and -basic logic gates to include in TeX, LaTeX, or similar -documents. Some tools and examples for other types of diagrams -are also included. The macros can be evaluated to drawing -commands in the pic language, which is very easy to understand -and which has a good power/complexity ratio. Pic contains -elements of a simple programming language, and is well-suited -to line drawings requiring parametric or conditional -components, fine tuning, significant geometric calculations or -repetition, or that are naturally block structured or tree -structured. (The m4 and pic processors are readily available -for Unix and PC machines.) Alternative output macros can create -TeX output to be read by pstricks, TikZ commands for use by the -pgf bundle, or SVG. - -%package clara -Summary: A serif font family -Version: svn54512 -License: OFL and GPLv2+ with exceptions -Requires: texlive-base texlive-kpathsea -Provides: tex(Clara.map) = %{tl_version} -Provides: tex(LGRClara-Sup.fd) = %{tl_version} -Provides: tex(LGRClara-TLF.fd) = %{tl_version} -Provides: tex(LGRClara-TOsF.fd) = %{tl_version} -Provides: tex(LY1Clara-Sup.fd) = %{tl_version} -Provides: tex(LY1Clara-TLF.fd) = %{tl_version} -Provides: tex(LY1Clara-TOsF.fd) = %{tl_version} -Provides: tex(OT1Clara-Sup.fd) = %{tl_version} -Provides: tex(OT1Clara-TLF.fd) = %{tl_version} -Provides: tex(OT1Clara-TOsF.fd) = %{tl_version} -Provides: tex(T1Clara-Sup.fd) = %{tl_version} -Provides: tex(T1Clara-TLF.fd) = %{tl_version} -Provides: tex(T1Clara-TOsF.fd) = %{tl_version} -Provides: tex(T2AClara-Sup.fd) = %{tl_version} -Provides: tex(T2AClara-TLF.fd) = %{tl_version} -Provides: tex(T2AClara-TOsF.fd) = %{tl_version} -Provides: tex(T2BClara-Sup.fd) = %{tl_version} -Provides: tex(T2BClara-TLF.fd) = %{tl_version} -Provides: tex(T2BClara-TOsF.fd) = %{tl_version} -Provides: tex(T2CClara-Sup.fd) = %{tl_version} -Provides: tex(T2CClara-TLF.fd) = %{tl_version} -Provides: tex(T2CClara-TOsF.fd) = %{tl_version} -Provides: tex(TS1Clara-TLF.fd) = %{tl_version} -Provides: tex(TS1Clara-TOsF.fd) = %{tl_version} -Provides: tex(a_2loy6v.enc) = %{tl_version} -Provides: tex(a_2qt3g3.enc) = %{tl_version} -Provides: tex(a_2sd372.enc) = %{tl_version} -Provides: tex(a_3o7uxl.enc) = %{tl_version} -Provides: tex(a_3xxmye.enc) = %{tl_version} -Provides: tex(a_4fqbn7.enc) = %{tl_version} -Provides: tex(a_4vguwe.enc) = %{tl_version} -Provides: tex(a_5cnopr.enc) = %{tl_version} -Provides: tex(a_6vj46g.enc) = %{tl_version} -Provides: tex(a_7ho2jb.enc) = %{tl_version} -Provides: tex(a_agquuh.enc) = %{tl_version} -Provides: tex(a_awbndy.enc) = %{tl_version} -Provides: tex(a_bcypke.enc) = %{tl_version} -Provides: tex(a_bgeg5m.enc) = %{tl_version} -Provides: tex(a_bjoktg.enc) = %{tl_version} -Provides: tex(a_cf2qhu.enc) = %{tl_version} -Provides: tex(a_cfejg4.enc) = %{tl_version} -Provides: tex(a_d6finu.enc) = %{tl_version} -Provides: tex(a_e42l7t.enc) = %{tl_version} -Provides: tex(a_evkdvu.enc) = %{tl_version} -Provides: tex(a_fsonrn.enc) = %{tl_version} -Provides: tex(a_fyi7ch.enc) = %{tl_version} -Provides: tex(a_g7oet2.enc) = %{tl_version} -Provides: tex(a_h4oqw4.enc) = %{tl_version} -Provides: tex(a_hbnu3g.enc) = %{tl_version} -Provides: tex(a_hwn42e.enc) = %{tl_version} -Provides: tex(a_hz5tc2.enc) = %{tl_version} -Provides: tex(a_hzws3u.enc) = %{tl_version} -Provides: tex(a_i325yp.enc) = %{tl_version} -Provides: tex(a_iuscur.enc) = %{tl_version} -Provides: tex(a_juafn7.enc) = %{tl_version} -Provides: tex(a_k2goe4.enc) = %{tl_version} -Provides: tex(a_kc6xc3.enc) = %{tl_version} -Provides: tex(a_kkzari.enc) = %{tl_version} -Provides: tex(a_klgvoj.enc) = %{tl_version} -Provides: tex(a_lpkscq.enc) = %{tl_version} -Provides: tex(a_mfkt2q.enc) = %{tl_version} -Provides: tex(a_nggrjd.enc) = %{tl_version} -Provides: tex(a_njaghn.enc) = %{tl_version} -Provides: tex(a_nms33f.enc) = %{tl_version} -Provides: tex(a_nppcjs.enc) = %{tl_version} -Provides: tex(a_nrthq5.enc) = %{tl_version} -Provides: tex(a_nw6hje.enc) = %{tl_version} -Provides: tex(a_nyfqzj.enc) = %{tl_version} -Provides: tex(a_nygz6z.enc) = %{tl_version} -Provides: tex(a_o7cu7p.enc) = %{tl_version} -Provides: tex(a_od3gqf.enc) = %{tl_version} -Provides: tex(a_okrfpx.enc) = %{tl_version} -Provides: tex(a_olbow4.enc) = %{tl_version} -Provides: tex(a_ouhtwv.enc) = %{tl_version} -Provides: tex(a_pq5qh7.enc) = %{tl_version} -Provides: tex(a_rjjgaj.enc) = %{tl_version} -Provides: tex(a_rn6hxp.enc) = %{tl_version} -Provides: tex(a_rxba6k.enc) = %{tl_version} -Provides: tex(a_ryhnwz.enc) = %{tl_version} -Provides: tex(a_sax4h4.enc) = %{tl_version} -Provides: tex(a_sgjkrw.enc) = %{tl_version} -Provides: tex(a_tifa47.enc) = %{tl_version} -Provides: tex(a_tlcr5j.enc) = %{tl_version} -Provides: tex(a_tloikb.enc) = %{tl_version} -Provides: tex(a_tsfqnz.enc) = %{tl_version} -Provides: tex(a_tvfcps.enc) = %{tl_version} -Provides: tex(a_udnfrw.enc) = %{tl_version} -Provides: tex(a_vij5s5.enc) = %{tl_version} -Provides: tex(a_vn5qte.enc) = %{tl_version} -Provides: tex(a_vrmtcj.enc) = %{tl_version} -Provides: tex(a_vzapqb.enc) = %{tl_version} -Provides: tex(a_wtwzna.enc) = %{tl_version} -Provides: tex(a_xhofkf.enc) = %{tl_version} -Provides: tex(a_xojh7w.enc) = %{tl_version} -Provides: tex(a_xxjjii.enc) = %{tl_version} -Provides: tex(a_y2j5na.enc) = %{tl_version} -Provides: tex(a_y55f6a.enc) = %{tl_version} -Provides: tex(a_ylukkp.enc) = %{tl_version} -Provides: tex(a_ytymvu.enc) = %{tl_version} -Provides: tex(clara.sty) = %{tl_version} - -%description clara -Clara is a type family created specially by Seamas O Brogain -for printing A Dictionary of Editing (2015). The family -includes italic, bold, bold italic, and small capitals, while -the character set includes (monotonic) Greek, Cyrillic, ogham, -phonetic and mathematical ranges, scribal abbreviations and -other specialist characters. The fonts also include some -OpenType features (such as ligature substitution, small -capitals, and old-style numerals) and variant forms for -particular languages. - -%package csvmerge -Summary: Merge TeX code with csv data -Version: svn51857 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(csvmerge.sty) = %{tl_version} - -%description csvmerge -This package provides macros for processing a csv spreadsheet -file with a minimum of configuration for the csv file. The -first row names the columns and the remaining rows are data. -This data can be merged with TeX code residing in an auxiliary -file and the process repeated for each data row. There is one -macro to set things up, one to extract the data, and one to -tell if the field is empty or not. The documentation contains -examples. - -%package ddphonism -Summary: Dodecaphonic diagrams: twelve-tone matrices, clock diagrams, etc. -Version: svn52009 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(ddphonism.sty) = %{tl_version} - -%description ddphonism -This is a music-related package which is focused on notation -from the Twelve-Tone System, also called Dodecaphonism. It -provides LaTeX algorithms that produce typical dodecaphonic -notation based off a musical series, or row sequence, of -variable length. The package requires etoolbox, pgfkeys, TikZ, -xparse, and xstring. - -%package diabetes-logbook -Summary: A logbook for people with type one diabetes -Version: svn54810 -License: AGPLv3 -Requires: texlive-base texlive-kpathsea -Provides: tex(dmlb.sty) = %{tl_version} - -%description diabetes-logbook -Initally a logbook for me, a person with type one diabetes -mellitus, this evolved over time into a TeX project, making it -prettier and/or easier to use. I've made it simple to use, -while not forgoing the document's beauty or the speed of input. -The logbook, with slight commenting out and editing, could be -used as a journal by anybody, although the template and -graphing functionality are set up for people using insulin -injections and blood glucose teststrips, as well as -counting/estimating carbs, protein, and fat. Note: The names of -the package's files are not constructed using the long -"diabetes-logbook", but the acronym "dmlb" (for "diabetes -mellitus log book"). - -%package ditaa -Summary: Use ditaa diagrams within LaTeX documents -Version: svn48932 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(ditaa.sty) = %{tl_version} - -%description ditaa -With this package ditaa (DIagrams Through Ascii Art) diagrams -can be embedded directly into LaTeX files. - -%package domitian -Summary: Drop-in replacement for Palatino -Version: svn55286 -License: AGPLv3+ with exceptions or LPPL 1.3 or OFL -Requires: texlive-base texlive-kpathsea -Provides: tex(Domitian.map) = %{tl_version} -Provides: tex(LGRDomitian-Inf.fd) = %{tl_version} -Provides: tex(LGRDomitian-Sup.fd) = %{tl_version} -Provides: tex(LGRDomitian-TLF.fd) = %{tl_version} -Provides: tex(LGRDomitian-TOsF.fd) = %{tl_version} -Provides: tex(LY1Domitian-Inf.fd) = %{tl_version} -Provides: tex(LY1Domitian-Sup.fd) = %{tl_version} -Provides: tex(LY1Domitian-TLF.fd) = %{tl_version} -Provides: tex(LY1Domitian-TOsF.fd) = %{tl_version} -Provides: tex(OT1Domitian-Inf.fd) = %{tl_version} -Provides: tex(OT1Domitian-Sup.fd) = %{tl_version} -Provides: tex(OT1Domitian-TLF.fd) = %{tl_version} -Provides: tex(OT1Domitian-TOsF.fd) = %{tl_version} -Provides: tex(T1Domitian-Inf.fd) = %{tl_version} -Provides: tex(T1Domitian-Sup.fd) = %{tl_version} -Provides: tex(T1Domitian-TLF.fd) = %{tl_version} -Provides: tex(T1Domitian-TOsF.fd) = %{tl_version} -Provides: tex(T2ADomitian-Inf.fd) = %{tl_version} -Provides: tex(T2ADomitian-Sup.fd) = %{tl_version} -Provides: tex(T2ADomitian-TLF.fd) = %{tl_version} -Provides: tex(T2ADomitian-TOsF.fd) = %{tl_version} -Provides: tex(T2BDomitian-Inf.fd) = %{tl_version} -Provides: tex(T2BDomitian-Sup.fd) = %{tl_version} -Provides: tex(T2BDomitian-TLF.fd) = %{tl_version} -Provides: tex(T2BDomitian-TOsF.fd) = %{tl_version} -Provides: tex(T2CDomitian-Inf.fd) = %{tl_version} -Provides: tex(T2CDomitian-Sup.fd) = %{tl_version} -Provides: tex(T2CDomitian-TLF.fd) = %{tl_version} -Provides: tex(T2CDomitian-TOsF.fd) = %{tl_version} -Provides: tex(T3Domitian-Inf.fd) = %{tl_version} -Provides: tex(T3Domitian-Sup.fd) = %{tl_version} -Provides: tex(T3Domitian-TLF.fd) = %{tl_version} -Provides: tex(T3Domitian-TOsF.fd) = %{tl_version} -Provides: tex(TS1Domitian-TLF.fd) = %{tl_version} -Provides: tex(TS1Domitian-TOsF.fd) = %{tl_version} -Provides: tex(TS3Domitian-Inf.fd) = %{tl_version} -Provides: tex(TS3Domitian-Sup.fd) = %{tl_version} -Provides: tex(TS3Domitian-TLF.fd) = %{tl_version} -Provides: tex(TS3Domitian-TOsF.fd) = %{tl_version} -Provides: tex(a_35nio2.enc) = %{tl_version} -Provides: tex(a_3pltbn.enc) = %{tl_version} -Provides: tex(a_3w3llx.enc) = %{tl_version} -Provides: tex(a_4ivb7d.enc) = %{tl_version} -Provides: tex(a_6377uz.enc) = %{tl_version} -Provides: tex(a_67soe5.enc) = %{tl_version} -Provides: tex(a_6i6esj.enc) = %{tl_version} -Provides: tex(a_6scvia.enc) = %{tl_version} -Provides: tex(a_7xosgq.enc) = %{tl_version} -Provides: tex(a_b7m3mh.enc) = %{tl_version} -Provides: tex(a_bhlgjd.enc) = %{tl_version} -Provides: tex(a_bwxm6z.enc) = %{tl_version} -Provides: tex(a_c6a6zb.enc) = %{tl_version} -Provides: tex(a_cekwsu.enc) = %{tl_version} -Provides: tex(a_clsg45.enc) = %{tl_version} -Provides: tex(a_d6ffl3.enc) = %{tl_version} -Provides: tex(a_emqd3c.enc) = %{tl_version} -Provides: tex(a_ghqtel.enc) = %{tl_version} -Provides: tex(a_h7ftxd.enc) = %{tl_version} -Provides: tex(a_hjkpcv.enc) = %{tl_version} -Provides: tex(a_hxu6ib.enc) = %{tl_version} -Provides: tex(a_i2hixx.enc) = %{tl_version} -Provides: tex(a_iobvua.enc) = %{tl_version} -Provides: tex(a_jdvb5w.enc) = %{tl_version} -Provides: tex(a_kqwyxb.enc) = %{tl_version} -Provides: tex(a_kvnmfl.enc) = %{tl_version} -Provides: tex(a_lrhprf.enc) = %{tl_version} -Provides: tex(a_m4gebc.enc) = %{tl_version} -Provides: tex(a_mndshu.enc) = %{tl_version} -Provides: tex(a_mpk3tx.enc) = %{tl_version} -Provides: tex(a_ms3bme.enc) = %{tl_version} -Provides: tex(a_mwmumz.enc) = %{tl_version} -Provides: tex(a_mwtjfi.enc) = %{tl_version} -Provides: tex(a_o47vim.enc) = %{tl_version} -Provides: tex(a_oozihx.enc) = %{tl_version} -Provides: tex(a_p3vr7e.enc) = %{tl_version} -Provides: tex(a_p56tga.enc) = %{tl_version} -Provides: tex(a_qd6cjk.enc) = %{tl_version} -Provides: tex(a_qenzo5.enc) = %{tl_version} -Provides: tex(a_qn46nm.enc) = %{tl_version} -Provides: tex(a_rs25bv.enc) = %{tl_version} -Provides: tex(a_rxs5r4.enc) = %{tl_version} -Provides: tex(a_rxxvt2.enc) = %{tl_version} -Provides: tex(a_s2ytkg.enc) = %{tl_version} -Provides: tex(a_uih534.enc) = %{tl_version} -Provides: tex(a_ulgwo3.enc) = %{tl_version} -Provides: tex(a_vbh7z5.enc) = %{tl_version} -Provides: tex(a_veicm7.enc) = %{tl_version} -Provides: tex(a_walexi.enc) = %{tl_version} -Provides: tex(a_x44hng.enc) = %{tl_version} -Provides: tex(a_xammmp.enc) = %{tl_version} -Provides: tex(a_xhkga7.enc) = %{tl_version} -Provides: tex(a_ze7hit.enc) = %{tl_version} -Provides: tex(a_zkzzwq.enc) = %{tl_version} -Provides: tex(domitian.sty) = %{tl_version} - -%description domitian -The Domitian fonts are a free and open-source OpenType font -family, based on the Palatino design by Hermann Zapf -(1918-2015), as implemented in Palladio, the version -distributed as part of URW's free Core 35 PostScript fonts -(2.0). Domitian is meant as a drop-in replacement for Adobe's -version of Palatino. It extends Palladio with small capitals, -old-style figures and scientific inferiors. The metrics have -been adjusted to more closely match Adobe Palatino, and hinting -has been improved. - -%package dpcircling -Summary: Decorated text boxes using TikZ -Version: svn54994 -License: MIT -Requires: texlive-base texlive-kpathsea -Provides: tex(DPcircling.sty) = %{tl_version} - -%description dpcircling -This simple package provides four types of text decorations -using TikZ. You can frame your text with circles, rectangles, -jagged rectangles, and fan-shapes. The baseline will be -adjusted properly according to the surroundings. You can use -these decorations both in text mode and in math mode. You can -specify line color, line width, width, and height using option -keys. Note: The "DP" in the package name stands for "Decorated -Packets". - -%package econ-bst -Summary: BibTeX style for economics papers -Version: svn54191 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea - -%description econ-bst -This is a BibTeX style file for papers in economics. It -provides the following features: author-year type citation -reference style used in economics papers highly customizable -use of "certified random order" as proposed by Ray Robson -(2018) - -%package embedfile -Summary: Embed files into PDF -Version: svn54865 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(dtx-attach.sty) = %{tl_version} -Provides: tex(embedfile.sty) = %{tl_version} - -%description embedfile -This package embeds files in a PDF document, using the PDF -format's embedding operation (note the contrast with the attach -operation used by the attachfile and attachfile2 packages). -Currently only pdfTeX >=1.30, in PDF mode, is supported. - -%package emoji -Summary: Emoji support in (Lua)LaTeX -Version: svn54362 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(emoji-table.def) = %{tl_version} -Provides: tex(emoji.sty) = %{tl_version} - -%description emoji -This package allows user to typeset emoji in a LaTeX document. -It requires LuaHBTeX, or LuaLaTeX-dev at present. - -%package emojicite -Summary: Add emojis to citations -Version: svn54857 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(emojicite.sty) = %{tl_version} - -%description emojicite -This package adds emojis to citations. - -%package endnotes-hy -Summary: Patches the endnotes package to create hypertext links to the correct anchors -Version: svn54758 -License: LPPL 1.2 -Requires: texlive-base texlive-kpathsea -Provides: tex(endnotes-hy.sty) = %{tl_version} - -%description endnotes-hy -The package supports the creation of hypertext links in support -of the endnotes package. The package modifies the syntax of the -\endnote command: \endnote*[<num>]{<text>}\label{<name>}. When -the *-option is used, no endnote mark is created, but the -endnote itself is written. The \label command appears at the -end of the \endnote and its arguments, rather than within the -argument of the <text> argument. - -%package epigraph-keys -Summary: Epigraphs using key values -Version: svn54851 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Requires: tex(pgfkeys.sty) -Requires: tex(conditionals.sty) -Requires: tex(enumitem.sty) -Requires: tex(microtype.sty) -Provides: tex(epigraph-keys.sty) = %{tl_version} - -%description epigraph-keys -This package lays out epigraphs: quotations across a page, -usually to open or close a chapter. It is intended as a simple -replacement for the more sophisticated epigraph package. The -package depends on pgfkeys, conditionals (which is distributed -as part of the songbook package), enumitem, and microtype. - -%package epstopdf-pkg -Summary: Call epstopdf "on the fly" -Version: svn53546 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(epstopdf-base.sty) = %{tl_version} -Provides: tex(epstopdf.sty) = %{tl_version} - -%description epstopdf-pkg -The package adds support for EPS files in the graphicx package -when running under pdfTeX. If an EPS graphic is detected, the -package spawns a process to convert the EPS to PDF, using the -script epstopdf. This of course requires that shell escape is -enabled for the pdfTeX run. - -%package erewhon-math -Summary: Utopia based OpenType Math font -Version: svn54769 -License: OFL -Requires: texlive-base texlive-kpathsea -Provides: tex(fourier-otf.sty) = %{tl_version} - -%description erewhon-math -Erewhon Math is an OpenType math font meant to be used together -with Erewhon text fonts in LuaLaTeX or XeLaTeX documents. Like -Fourier-GUTenberg, it is Utopia based and has been designed as -a replacement of Fourier-GUTenberg for Unicode engines. - -%package esindex -Summary: Typset index entries in Spanish documents -Version: svn52342 -License: MIT -Requires: texlive-base texlive-kpathsea -Provides: tex(esindex.sty) = %{tl_version} - -%description esindex -This package helps you to create indexes in Spanish. With -esindex you can write, say, \esindex{canon} and the entry will -be correctly alphabetized in the index. This release of esindex -works with accented characters in any encoding, and without -babel. - -%package etbb -Summary: An expansion of Edward Tufte's ET-Bembo family -Version: svn56390 -License: MIT -Requires: texlive-base texlive-kpathsea -Provides: tex(ETbb.map) = %{tl_version} -Provides: tex(ETbb.sty) = %{tl_version} -Provides: tex(LY1ETbb-Dnom.fd) = %{tl_version} -Provides: tex(LY1ETbb-Inf.fd) = %{tl_version} -Provides: tex(LY1ETbb-LF.fd) = %{tl_version} -Provides: tex(LY1ETbb-OsF.fd) = %{tl_version} -Provides: tex(LY1ETbb-Sup.fd) = %{tl_version} -Provides: tex(LY1ETbb-TLF.fd) = %{tl_version} -Provides: tex(LY1ETbb-TOsF.fd) = %{tl_version} -Provides: tex(OT1ETbb-Dnom.fd) = %{tl_version} -Provides: tex(OT1ETbb-Inf.fd) = %{tl_version} -Provides: tex(OT1ETbb-LF.fd) = %{tl_version} -Provides: tex(OT1ETbb-OsF.fd) = %{tl_version} -Provides: tex(OT1ETbb-Sup.fd) = %{tl_version} -Provides: tex(OT1ETbb-TLF.fd) = %{tl_version} -Provides: tex(OT1ETbb-TOsF.fd) = %{tl_version} -Provides: tex(T1ETbb-Dnom.fd) = %{tl_version} -Provides: tex(T1ETbb-Inf.fd) = %{tl_version} -Provides: tex(T1ETbb-LF.fd) = %{tl_version} -Provides: tex(T1ETbb-OsF.fd) = %{tl_version} -Provides: tex(T1ETbb-Sup.fd) = %{tl_version} -Provides: tex(T1ETbb-TLF.fd) = %{tl_version} -Provides: tex(T1ETbb-TOsF.fd) = %{tl_version} -Provides: tex(TS1ETbb-LF.fd) = %{tl_version} -Provides: tex(TS1ETbb-OsF.fd) = %{tl_version} -Provides: tex(TS1ETbb-TLF.fd) = %{tl_version} -Provides: tex(TS1ETbb-TOsF.fd) = %{tl_version} -Provides: tex(etbb1_2wngtz.enc) = %{tl_version} -Provides: tex(etbb1_3ccbvp.enc) = %{tl_version} -Provides: tex(etbb1_5325we.enc) = %{tl_version} -Provides: tex(etbb1_77pqsh.enc) = %{tl_version} -Provides: tex(etbb1_eqc2ac.enc) = %{tl_version} -Provides: tex(etbb1_hah5or.enc) = %{tl_version} -Provides: tex(etbb1_hibu6u.enc) = %{tl_version} -Provides: tex(etbb1_mgm6re.enc) = %{tl_version} -Provides: tex(etbb1_pvrda3.enc) = %{tl_version} -Provides: tex(etbb1_rwec2l.enc) = %{tl_version} -Provides: tex(etbb1_sp7p3o.enc) = %{tl_version} -Provides: tex(etbb1_vtabip.enc) = %{tl_version} -Provides: tex(etbb1_w52zjg.enc) = %{tl_version} -Provides: tex(etbb1_x5rskw.enc) = %{tl_version} -Provides: tex(etbb1_xaqh3v.enc) = %{tl_version} -Provides: tex(etbb1_yziesh.enc) = %{tl_version} -Provides: tex(etbb1_zxy3n5.enc) = %{tl_version} -Provides: tex(etbb_22apno.enc) = %{tl_version} -Provides: tex(etbb_242knm.enc) = %{tl_version} -Provides: tex(etbb_2wngtz.enc) = %{tl_version} -Provides: tex(etbb_33mftd.enc) = %{tl_version} -Provides: tex(etbb_3ccbvp.enc) = %{tl_version} -Provides: tex(etbb_3jmjat.enc) = %{tl_version} -Provides: tex(etbb_3li7dq.enc) = %{tl_version} -Provides: tex(etbb_3pfdgz.enc) = %{tl_version} -Provides: tex(etbb_4hpi45.enc) = %{tl_version} -Provides: tex(etbb_4qfaj2.enc) = %{tl_version} -Provides: tex(etbb_4sxvu4.enc) = %{tl_version} -Provides: tex(etbb_4x2qhb.enc) = %{tl_version} -Provides: tex(etbb_5325we.enc) = %{tl_version} -Provides: tex(etbb_5cjnk5.enc) = %{tl_version} -Provides: tex(etbb_5iollt.enc) = %{tl_version} -Provides: tex(etbb_6tax72.enc) = %{tl_version} -Provides: tex(etbb_77pqsh.enc) = %{tl_version} -Provides: tex(etbb_7pzsmk.enc) = %{tl_version} -Provides: tex(etbb_7t4ywj.enc) = %{tl_version} -Provides: tex(etbb_atf2m5.enc) = %{tl_version} -Provides: tex(etbb_ay4ati.enc) = %{tl_version} -Provides: tex(etbb_behrx3.enc) = %{tl_version} -Provides: tex(etbb_bowihu.enc) = %{tl_version} -Provides: tex(etbb_c6gjhm.enc) = %{tl_version} -Provides: tex(etbb_chsevo.enc) = %{tl_version} -Provides: tex(etbb_cluc7m.enc) = %{tl_version} -Provides: tex(etbb_cpb6sd.enc) = %{tl_version} -Provides: tex(etbb_cpdyi3.enc) = %{tl_version} -Provides: tex(etbb_cpixk3.enc) = %{tl_version} -Provides: tex(etbb_cq6xx2.enc) = %{tl_version} -Provides: tex(etbb_cuqhrj.enc) = %{tl_version} -Provides: tex(etbb_cxbogn.enc) = %{tl_version} -Provides: tex(etbb_cyyszv.enc) = %{tl_version} -Provides: tex(etbb_dcps7k.enc) = %{tl_version} -Provides: tex(etbb_dep6cd.enc) = %{tl_version} -Provides: tex(etbb_dz2qg3.enc) = %{tl_version} -Provides: tex(etbb_e3m4fz.enc) = %{tl_version} -Provides: tex(etbb_ea2dgh.enc) = %{tl_version} -Provides: tex(etbb_elsw3h.enc) = %{tl_version} -Provides: tex(etbb_eqc2ac.enc) = %{tl_version} -Provides: tex(etbb_f55msl.enc) = %{tl_version} -Provides: tex(etbb_f7n52p.enc) = %{tl_version} -Provides: tex(etbb_f7rui7.enc) = %{tl_version} -Provides: tex(etbb_fpvlkw.enc) = %{tl_version} -Provides: tex(etbb_ftphfy.enc) = %{tl_version} -Provides: tex(etbb_fue2l2.enc) = %{tl_version} -Provides: tex(etbb_fwcdph.enc) = %{tl_version} -Provides: tex(etbb_gkmjhd.enc) = %{tl_version} -Provides: tex(etbb_gtayjy.enc) = %{tl_version} -Provides: tex(etbb_gtqfg2.enc) = %{tl_version} -Provides: tex(etbb_h4dyum.enc) = %{tl_version} -Provides: tex(etbb_hah5or.enc) = %{tl_version} -Provides: tex(etbb_hcre2c.enc) = %{tl_version} -Provides: tex(etbb_hibu6u.enc) = %{tl_version} -Provides: tex(etbb_i5ezvi.enc) = %{tl_version} -Provides: tex(etbb_ihmnlr.enc) = %{tl_version} -Provides: tex(etbb_imedjx.enc) = %{tl_version} -Provides: tex(etbb_j7myeh.enc) = %{tl_version} -Provides: tex(etbb_kkjcws.enc) = %{tl_version} -Provides: tex(etbb_ko4aue.enc) = %{tl_version} -Provides: tex(etbb_kuig7z.enc) = %{tl_version} -Provides: tex(etbb_kvzzr3.enc) = %{tl_version} -Provides: tex(etbb_lchj55.enc) = %{tl_version} -Provides: tex(etbb_lfrz6w.enc) = %{tl_version} -Provides: tex(etbb_lolxkk.enc) = %{tl_version} -Provides: tex(etbb_m5kdwt.enc) = %{tl_version} -Provides: tex(etbb_mgm6re.enc) = %{tl_version} -Provides: tex(etbb_mpvq56.enc) = %{tl_version} -Provides: tex(etbb_na6tk5.enc) = %{tl_version} -Provides: tex(etbb_nfh2ow.enc) = %{tl_version} -Provides: tex(etbb_nnawaw.enc) = %{tl_version} -Provides: tex(etbb_ohc25e.enc) = %{tl_version} -Provides: tex(etbb_ohvjcv.enc) = %{tl_version} -Provides: tex(etbb_oynaqb.enc) = %{tl_version} -Provides: tex(etbb_p4wmli.enc) = %{tl_version} -Provides: tex(etbb_pijcl4.enc) = %{tl_version} -Provides: tex(etbb_pvrda3.enc) = %{tl_version} -Provides: tex(etbb_qmwyqz.enc) = %{tl_version} -Provides: tex(etbb_qqjyre.enc) = %{tl_version} -Provides: tex(etbb_r34xpu.enc) = %{tl_version} -Provides: tex(etbb_riohwx.enc) = %{tl_version} -Provides: tex(etbb_rt4kro.enc) = %{tl_version} -Provides: tex(etbb_rwec2l.enc) = %{tl_version} -Provides: tex(etbb_rzlqzq.enc) = %{tl_version} -Provides: tex(etbb_s2dnn6.enc) = %{tl_version} -Provides: tex(etbb_sk3nrp.enc) = %{tl_version} -Provides: tex(etbb_skushq.enc) = %{tl_version} -Provides: tex(etbb_sp7p3o.enc) = %{tl_version} -Provides: tex(etbb_sz3fgd.enc) = %{tl_version} -Provides: tex(etbb_tbmtgo.enc) = %{tl_version} -Provides: tex(etbb_tif2yn.enc) = %{tl_version} -Provides: tex(etbb_ujmsnd.enc) = %{tl_version} -Provides: tex(etbb_un2f5f.enc) = %{tl_version} -Provides: tex(etbb_uoncjt.enc) = %{tl_version} -Provides: tex(etbb_v2eodf.enc) = %{tl_version} -Provides: tex(etbb_v6nho7.enc) = %{tl_version} -Provides: tex(etbb_vmkycp.enc) = %{tl_version} -Provides: tex(etbb_vtabip.enc) = %{tl_version} -Provides: tex(etbb_w52zjg.enc) = %{tl_version} -Provides: tex(etbb_whnzkz.enc) = %{tl_version} -Provides: tex(etbb_wplash.enc) = %{tl_version} -Provides: tex(etbb_x5rskw.enc) = %{tl_version} -Provides: tex(etbb_xaqh3v.enc) = %{tl_version} -Provides: tex(etbb_xdptht.enc) = %{tl_version} -Provides: tex(etbb_xe5wuh.enc) = %{tl_version} -Provides: tex(etbb_xmn5et.enc) = %{tl_version} -Provides: tex(etbb_ybjyd4.enc) = %{tl_version} -Provides: tex(etbb_ydcfbc.enc) = %{tl_version} -Provides: tex(etbb_yhvmm4.enc) = %{tl_version} -Provides: tex(etbb_yiqwpu.enc) = %{tl_version} -Provides: tex(etbb_yjlloh.enc) = %{tl_version} -Provides: tex(etbb_ytzykv.enc) = %{tl_version} -Provides: tex(etbb_yziesh.enc) = %{tl_version} -Provides: tex(etbb_yzoycr.enc) = %{tl_version} -Provides: tex(etbb_yzujze.enc) = %{tl_version} -Provides: tex(etbb_z6brcn.enc) = %{tl_version} -Provides: tex(etbb_zpkt7y.enc) = %{tl_version} -Provides: tex(etbb_zxy3n5.enc) = %{tl_version} - -%description etbb -Based on Daniel Benjamin Miller's XETBook, which expanded -Tufte's ETBook, the family name for the Bembo-like font family -he commissioned for his books, ETbb expands its features to -include a full set of figure styles, small caps in all styles, -superior letters and figures, inferior figures, a new capital -Sharp S with small caps version, along with macros to activate -these features in LaTeX. Both otf and pfb are provided. - -%package euclideangeometry -Summary: Draw geometrical constructions -Version: svn54897 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(euclideangeometry.sty) = %{tl_version} - -%description euclideangeometry -This package provides tools to draw most of the geometrical -constructions that a high school instructor or bachelor degree -professor might need to teach geometry. The connection to -Euclide depends on the fact that in his times calculations were -made with ruler, compass and also with ellipsograph. This -package extends the functionalities of the curve2e package. - -%package expkv -Summary: An expandable key=val implementation -Version: svn54758 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(expkv.sty) = %{tl_version} -Provides: tex(expkv.tex) = %{tl_version} - -%description expkv -expkv is a minimalistic but fast and expandable <key>=<val> -implementation. It provides two parsing macros: -\ekvset{<set>}{<key=val list>} which is comparable to keyval's -\setkeys. \ekvparse<cs1><cs2>{<key=val list>} which can be used -inside \expanded and expands to <cs1>{key} and <cs2>{key}{val} -for the entries in the <key=val list>. expkv has predictable -brace-stripping behaviour and handles commas and equal signs -with category codes 12 and 13 correctly. A key-defining -interface that is not as rudimentary as the macros provided in -this package is contained in expkv-def. - -%package expkv-cs -Summary: Define expandable key=val macros using expkv -Version: svn54939 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(expkv-cs.sty) = %{tl_version} -Provides: tex(expkv-cs.tex) = %{tl_version} - -%description expkv-cs -This package is a frontend to define expandable macros with -key=val arguments. It provides four syntaxes, each of which -will define <cs> to take a single key=val argument: -ekvcSplit<cs>{<key>=<initial>, ...}{<definition>} -ekvcSplitAndForward<cs><cs2>{<key>=<initial>, ...} -ekvcHash<cs>{<key>=<initial>, ...}{<definition>} -ekvcHashAndForward<cs><cs2>{<key>=<initial>, ...} Additional -keys for each <cs> might be defined using -ekvcSecondaryKeys<cs>{<prefix> <key>=<definition>, ...} -expkv-cs is generic code and only requires expkv for its -parsing. A LaTeX package expkv-cs.sty is included to play -nicely on LaTeX's package loading system, but that package is -not needed and does not provide more functionality than the -generic code in expkv-cs.tex. Note: In this context, "cs" -stands for "control sequence" (i.e.: macro). - -%package expkv-def -Summary: A key-defining frontend for expkv -Version: svn54994 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(expkv-def.sty) = %{tl_version} -Provides: tex(expkv-def.tex) = %{tl_version} - -%description expkv-def -This package provides a key=val interface to define keys for -expkv. This is done to provide a simple frontend to define -different common key types, similar to how keys are defined in -other well established key=value packages like pgfkeys or -l3keys. expkv-def is generic code and only requires expkv for -its parsing. There is a LaTeX package expkv-def.sty included to -play nicely on LaTeX's package loading system, but that package -is not needed and does not provide more functionality than the -generic code in expkv-def.tex. - -%package expose-expl3-dunkerque-2019 -Summary: Using expl3 to implement some numerical algorithms -Version: svn54451 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea - -%description expose-expl3-dunkerque-2019 -An article, in French, based on a presentation made in -Dunkerque for the "stage LaTeX" on 12 June 2019. The articles -gives three examples of code in expl3 with (lots of) comments: -Knuth's algorithm to create a list of primes, the sieve of -Eratosthenes, Kaprekar sequences. The package contains the code -itself, the documentation as a PDF file, and all the files -needed to produce it. - -%package fewerfloatpages -Summary: Reduce the number of unnecessary float pages -Version: svn53779 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(fewerfloatpages.sty) = %{tl_version} - -%description fewerfloatpages -This package implements a float algorithm extension for -handling float pages. It attempts to reduce the number of -unnecessary (fairly empty) float pages while making sure that -floats nevertheless stay close to their call-outs. Several -aspects of the algorithm behavior are adjustable. - -%package fontsetup -Summary: A front-end to fontspec, for selected fonts with math support -Version: svn53195 -License: GPLv3 -Requires: texlive-base texlive-kpathsea -Provides: tex(fontsetup.sty) = %{tl_version} -Provides: tex(fspdefaultfontsot.sty) = %{tl_version} -Provides: tex(fspebgaramondot.sty) = %{tl_version} -Provides: tex(fspfiraot.sty) = %{tl_version} -Provides: tex(fspgfsartemisiaot.sty) = %{tl_version} -Provides: tex(fspgfsdidotclassicot.sty) = %{tl_version} -Provides: tex(fspgfsdidotot.sty) = %{tl_version} -Provides: tex(fspgfsneohellenicot.sty) = %{tl_version} -Provides: tex(fspkerkisot.sty) = %{tl_version} -Provides: tex(fspneoeulerot.sty) = %{tl_version} -Provides: tex(fsppalatinoot.sty) = %{tl_version} -Provides: tex(fspstixtwoot.sty) = %{tl_version} -Provides: tex(fsptimesot.sty) = %{tl_version} - -%description fontsetup -This package facilitates the use of fontspec for users who do -not wish to bother with details, with a special focus on -quality fonts supporting Mathematics. - -%package fontsize -Summary: A small package to set arbitrary sizes for the main font of the document -Version: svn53874 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(fontsize.sty) = %{tl_version} - -%description fontsize -The package allows you to set arbitrary sizes for the main font -of the document, through the fontsize=<size> option. - -%package frenchmath -Summary: Typesetting mathematics according to French rules -Version: svn51192 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(frenchmath.sty) = %{tl_version} - -%description frenchmath -The package provides: capital letters in upright shape for -mathematical mode according to French rule (package option), -correct spacing after commas and before a semicolon in math -mode, some useful macros and aliases for symbols used in -France: \infeg, \supeg, \paral, ... several macros for writing -french operator names like pgcd, ppcm, Card, rg, Vect, ... - -%package gettitlestring -Summary: Clean up title references -Version: svn53170 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(gettitlestring.sty) = %{tl_version} - -%description gettitlestring -Cleans up the title string (removing \label commands) for -packages (such as nameref) that typeset such strings. - -%package gindex -Summary: Formatting indexes -Version: svn52311 -License: MIT -Requires: texlive-base texlive-kpathsea -Provides: tex(gindex.sty) = %{tl_version} - -%description gindex -This package provides a way to generate the format of index -entries from within LaTeX. - -%package haranoaji -Summary: Harano Aji Fonts -Version: svn54784 -License: OFL -Requires: texlive-base texlive-kpathsea - -%description haranoaji -Harano Aji Fonts (Harano Aji Mincho and Harano Aji Gothic) are -fonts obtained by replacing Adobe-Identity-0 (AI0) CIDs of -Source Han fonts (Source Han Serif and Source Han Sans) with -Adobe-Japan1 (AJ1) CIDs. There are 14 fonts, 7 weights each for -Mincho and Gothic. - -%package haranoaji-extra -Summary: Harano Aji Fonts -Version: svn54783 -License: OFL -Requires: texlive-base texlive-kpathsea - -%description haranoaji-extra -Harano Aji Fonts (Harano Aji Mincho and Harano Aji Gothic) are -fonts obtained by replacing Adobe-Identity-0 (AI0) CIDs of -Source Han fonts (Source Han Serif and Source Han Sans) with -Adobe-Japan1 (AJ1) CIDs. There are 14 fonts, 7 weights each for -Mincho and Gothic. - -%package hep-paper -Summary: Publications in High Energy Physics -Version: svn54994 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(hep-paper.sty) = %{tl_version} - -%description hep-paper -This package aims to provide a single style file containing -most configurations and macros necessary to write appealing -publications in High Energy Physics. Instead of reinventing the -wheel by introducing newly created macros, hep-paper preferably -loads third party packages as long as they are light-weight -enough. For usual publications it suffices to load the -hep-paper package, without optional arguments, in addition to -the article class. - -%package hitszbeamer -Summary: A beamer theme for Harbin Institute of Technology, ShenZhen -Version: svn54381 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(beamercolorthemehitszbeamer.sty) = %{tl_version} -Provides: tex(beamerinnerthemehitszbeamer.sty) = %{tl_version} -Provides: tex(beamerouterthemehitszbeamer.sty) = %{tl_version} -Provides: tex(beamerthemehitszbeamer.sty) = %{tl_version} - -%description hitszbeamer -This is a beamer theme designed for Harbin Institute of -Technology, ShenZhen (HITSZ). - -%package hitszthesis -Summary: A dissertation template for Harbin Institute of Technology, ShenZhen -Version: svn54709 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(hitszthesis.cls) = %{tl_version} -Provides: tex(hitszthesis.sty) = %{tl_version} - -%description hitszthesis -This package provides a dissertation template for Harbin -Institute of Technology, ShenZhen (HITSZ), including bachelor, -master and doctor dissertations. - -%package hobsub -Summary: Construct package bundles -Version: svn52810 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(hobsub-generic.sty) = %{tl_version} -Provides: tex(hobsub-hyperref.sty) = %{tl_version} -Provides: tex(hobsub.sty) = %{tl_version} - -%description hobsub -Heiko Oberdiek's hobsub package (and hobsub-hyperref and -hobsub-generic packages) defined a mechanism for concatenating -multiple files into a single file for faster loading. The -disadvantage is that it introduces hard dependencies between -the source files that are included and complicates distribution -and updates. It was principally used with hyperref but is not -currently used in any standard packages in TeX Live. The -packages are still distributed as simple stubs that reference -the included packages via \RequirePackage rather than copying -their source. The documented source of the original packages is -available at github, but is not distributed to CTAN. - -%package hologo -Summary: A collection of logos with bookmark support -Version: svn53048 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(hologo.sty) = %{tl_version} - -%description hologo -The package defines a single command \hologo, whose argument is -the usual case-confused ASCII version of the logo. The command -is bookmark-enabled, so that every logo becomes available in -bookmarks without further work. - -%package hvqrurl -Summary: Insert a QR code in the margin -Version: svn52993 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(hvqrurl.sty) = %{tl_version} - -%description hvqrurl -This package allows to draw an URL as a QR code into the margin -of a one- or twosided document. The following packages are -loaded by default: qrcode, marginnote, url, xcolor and xkeyval. - -%package is-bst -Summary: Extended versions of standard BibTeX styles -Version: svn52623 -License: Bibtex -Requires: texlive-base texlive-kpathsea - -%description is-bst -The bundle contains an extended version (xbtxbst.doc) of the -source of the standard BibTeX styles, together with -corresponding versions of the standard styles. The styles offer -support for CODEN, ISBN, ISSN, LCCN, and PRICE fields, extended -PAGES fields, the PERIODICAL entry, and extended citation label -suffixing. - -%package jbact -Summary: BibTeX style for biology journals -Version: svn52717 -License: Bibtex -Requires: texlive-base texlive-kpathsea - -%description jbact -The style is a development of apalike.bst in the BibTeX bundle. -The style serves two journals -- if the user executes -"\nocite{TitlesOn}", the style serves for the Journal of -Theoretical Biology; otherwise it serves for the Journal of -Molecular Biology. - -%package jlreq-deluxe -Summary: Multi-weight Japanese font support for the jlreq class -Version: svn54894 -License: MIT -Requires: texlive-base texlive-kpathsea -Provides: tex(jlreq-deluxe.sty) = %{tl_version} - -%description jlreq-deluxe -This package provides multi-weight Japanese font support for -the jlreq class. - -%package jmb -Summary: BibTeX style for the Journal of Theoretical Biology -Version: svn52718 -License: Bibtex -Requires: texlive-base texlive-kpathsea -Provides: tex(jmb.sty) = %{tl_version} - -%description jmb -This BibTeX bibliography style is for the Journal of Molecular -Biology and Journal of Theoretical Biology; the accompanying -LaTeX (2.09) package is a close relative of apalike.sty in the -BibTeX distribution; it features author-date references. The -bibliography style has control over whether to print reference -titles; if your database contains an article with the cite key -"TitlesOn", and you invoke it by \nocite{TitlesOn}, titles will -be printed; otherwise titles will not be printed. - -%package kblocks -Summary: Easily typeset Control Block Diagrams and Signal Flow Graphs -Version: svn52382 -License: MIT -Requires: texlive-base texlive-kpathsea -Provides: tex(kblocks.sty) = %{tl_version} - -%description kblocks -Kblocks defines a number of commands to make drawing control -block diagrams using TikZ/PGF more structured and easier. It -reduces the learning curve forTikZ/PGF and serves as a -frontend, by focusing on the block resp. flow diagrams only. - -%package keyindex -Summary: Index entries by key lookup -Version: svn50828 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(keyindex.sty) = %{tl_version} - -%description keyindex -The package provides functionality for producing an index -without directly entering index entries into the text using the -\index command, but instead by looking up short keys and -printing a predefined string in the main text and adding a -corresponding index entry. The standard use case is the -production of an index of names. - -%package langsci-avm -Summary: Attribute-value matrices and feature structures for use in linguistics -Version: svn54239 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(langsci-avm.sty) = %{tl_version} - -%description langsci-avm -This package is aimed at typesetting beautiful feature -structures, also known as attribute-value matrices (AVMs), for -use in linguistics. The package provides a minimal and easy to -read syntax. It depends only on the array package and can be -placed almost everywhere, in particular in footnotes or graphs -and tree structures. The package is meant as an update to, and -serves the same purpose as, Christopher Manning's avm package, -but shares no code base with that package. langsci-avm was -developed at Language Science Press to help in the production -of scientific texts in linguistics, in particular an upcoming -HPSG handbook. - -%package latino-sine-flexione -Summary: LaTeX support for documents written in Peano's Interlingua -Version: svn53485 -License: Public Domain -Requires: texlive-base texlive-kpathsea -Requires: tex(fontenc.sty) -Provides: tex(latino-sine-flexione.sty) = %{tl_version} - -%description latino-sine-flexione -Latino sine Flexione (or Interlingua) is a language constructed -by Giuseppe Peano at the beginning of the last century. This -simplified Latin is designed to be an instrument for -international cooperation, especially in the academic sphere. -(Note that this "Interlingua" is different from the -"Interlingua" that was created a few decades after Peano's work -and which is supported by babel-interlingua!) This package -provides the necessary translations to use the language within -a LaTeX document. It also imports fontenc in order to be able -to use ligatures and quotation marks. Finally, it offers a text -in Interlingua that can be used as a dummy text: Fundamento de -intelligentia. This article by H. Bijlsma was first published -in Schola et Vita Anno I (1926). -%package letterspacing -Summary: Letter spacing -Version: svn54266 -License: Knuth -Requires: texlive-base texlive-kpathsea -Provides: tex(letterspacing.tex) = %{tl_version} - -%description letterspacing -Space out the letters of text; the command is -\letterspace<\hbox modifier>{<text>}: the text is placed in an -\hbox of the specified size, and space is inserted between each -glyph to make the text fit the box. Note that letterspacing is -not ordinarily considered acceptable in modern typesetting of -English. - -%package letterswitharrows -Summary: Draw arrows over math letters -Version: svn53709 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(letterswitharrows.sty) = %{tl_version} - -%description letterswitharrows -This package provides LaTeX math-mode commands for setting left -and right arrows over mathematical symbols so that the arrows -dynamically scale with the symbols. While it is possible to set -arrows over longer strings of symbols, the focus lies on single -characters. - -%package lexend -Summary: The Lexend fonts for XeLaTeX and LuaLaTeX through fontspec -Version: svn54512 -License: LPPL 1.3 and OFL and GPLv3 -Requires: texlive-base texlive-kpathsea -Provides: tex(lexend.sty) = %{tl_version} - -%description lexend -The purpose of this package is pretty straight forward: The -Lexend font collection has been designed by Dr. Bonnie -Shaver-Troup and Thomas Jockin to make reading easier for -everyone. Now my goal is it to bring this wonderful collection -to world of LaTeX. - -%package lie-hasse -Summary: Draw Hasse diagrams -Version: svn53653 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(lie-hasse.sty) = %{tl_version} - -%description lie-hasse -This package draws Hasse diagrams of the partially ordered sets -of the simple roots of any complex simple Lie algebra. It uses -the Dynkin diagrams package dynkin-diagrams. - -%package listingsutf8 -Summary: Allow UTF-8 in listings input -Version: svn53097 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(listingsutf8.sty) = %{tl_version} - -%description listingsutf8 -Package listings does not support files with multi-byte -encodings such as UTF-8. In the case of \lstinputlisting, a -simple workaround is possible if a one-byte encoding exists -that the file can be converted to. The package requires the -e-TeX extensions under pdfTeX (in either PDF or DVI output -mode). - -%package logix -Summary: Supplement to the Unicode math symbols providing over 3,000 symbols -Version: svn54512 -License: OFL and ASL 2.0 and LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(logix.sty) = %{tl_version} - -%description logix -The package provides a Unicode font with over 3,000 symbols to -supplement the Unicode math symbols. It is compatible with and -complements the AMS STIX2 math fonts, but focuses on new -symbols and symbol variants more suited to work in logic. - -%package lua-uca -Summary: Unicode Collation Algorithm library for Lua -Version: svn54550 -License: MIT -Requires: texlive-base texlive-kpathsea - -%description lua-uca -The Lua-UCA library provides basic support for Unicode -Collation Algorithm in Lua. It can be used to sort arrays of -strings according to rules of particular languages. It can be -used in other Lua projects that need to sort text in a language -dependent way, like indexing processors, bibliographic -generators, etc - -%package lua-ul -Summary: Underlining for LuaLaTeX -Version: svn54690 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Requires: texlive-luatex -Provides: tex(docstrip-luacode.sty) = %{tl_version} -Provides: tex(lua-ul.sty) = %{tl_version} - -%description lua-ul -This package provides underlining, strikethough, and -highlighting using features in LuaLaTeX which avoid the -restrictions imposed by other methods. In particular, kerning -is not affected, the underlined text can use arbitrary -commands, hyphenation works etc. The package requires LuaTeX -version [?] 1.12.0. - -%package luacolor -Summary: Color support based on LuaTeX's node attributes -Version: svn53933 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(luacolor.sty) = %{tl_version} - -%description luacolor -This package implements color support based on LuaTeX's node -attributes. - -%package makerobust -Summary: Making a macro robust (legacy package) -Version: svn52811 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(makerobust.sty) = %{tl_version} - -%description makerobust -Heiko Oberdiek's makerobust package defined a command with name -\MakeRobustCommand that could be used to make fragile commands -robust. The LaTeX format has, since 2015, included a command -\MakeRobust with the same syntax and behaviour. Also by 2019, -almost all commands in LaTeX that may be used in a moving -argument are already robust. This package is now just a simple -one-liner defining the name \MakeRobustCommand as an alias for -\MakeRobust. This package should not be used in any new -documents. - -%package mathlig -Summary: Define maths "ligatures" -Version: svn54244 -License: Copyright only -Requires: texlive-base texlive-kpathsea -Provides: tex(mathlig.tex) = %{tl_version} - -%description mathlig -The package defines character sequences that "behave like" -ligatures, in maths mode. Example definitions (chosen to show -the package's flexibility, are: \mathlig{->}{\rightarrow} -\mathlig{<-}{\leftarrow} \mathlig{<->}{\leftrightarrow} - -%package matrix-skeleton -Summary: A PGF/TikZ library that simplifies working with multiple matrix nodes -Version: svn54080 -License: MIT -Requires: texlive-base texlive-kpathsea -Provides: tex(pgflibrarymatrix.skeleton.code.tex) = %{tl_version} -Provides: tex(tikzlibrarymatrix.skeleton.code.tex) = %{tl_version} - -%description matrix-skeleton -The package provides a PGF/TikZ library that simplifies working -with multiple matrix nodes. To do so, it correctly aligns -groups of nodes with the content of the whole matrix. -Furthermore, matrix.skeleton provides rows and columns for easy -styling. - -%package media4svg -Summary: Multimedia inclusion for the dvisvgm backend -Version: svn54773 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(media4svg.sty) = %{tl_version} - -%description media4svg -This package implements an interface for embedding video and -audio files in SVG (Scalable Vector Graphics) output. SVG with -embedded media is very portable, as it is supported by all -modern Web browsers across a variety of operating systems and -platforms, including portable devices. All DVI producing TeX -engines can be used. The dvisvgm utility, which is part of all -major TeX distributions, converts the intermediate DVI to SVG. -By default, media files are embedded into the SVG output to -make self-sufficient SVG files. The package depends on iftex, -expl3, l3keys2e, xparse, and atbegshi. - -%package mercatormap -Summary: Spherical Mercator coordinate systems and Web Mercator tile integration -Version: svn54812 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(mercatormap.sty) = %{tl_version} -Provides: tex(mercatorpy.def) = %{tl_version} -Provides: tex(mercatorsupplier.def) = %{tl_version} - -%description mercatormap -This package extends TikZ with tools to create map graphics. -The provided coordinate system relies on the Web Mercator -projection used on the Web by OpenStreetMap and others. The -package supports the seamless integration of graphics from -public map tile servers by a Python script. Also, common map -elements like markers, geodetic networks, bar scales, routes, -orthodrome pieces, and more are part of the package. - -%package metastr -Summary: Store and compose strings -Version: svn53700 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(metastr.sty) = %{tl_version} - -%description metastr -This is a package to store and compose strings in a structured -way. This can serve various purposes, for example: manage and -write document metadata; use templates for formatting document -data; assist in assembling and displaying document license -information; facilitate basic internationalisation and -localisation. - -%package metatype1 -Summary: Generate Type 1 fonts from MetaPost -Version: svn37105 -License: Public Domain -Requires: texlive-base texlive-kpathsea - -%description metatype1 -The system employs scripts, common utility programs, and a set -of MetaPost macros to provide a means of expressing the details -outline fonts directly in the MetaPost language. The system was -employed to generate the Latin Modern fonts, and the -distribution includes an example development of Knuth's logo -fonts. - -%package mleftright -Summary: Variants of delimiters that act as maths open/close -Version: svn53021 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(mleftright.sty) = %{tl_version} - -%description mleftright -The package defines variants \mleft and \mright of \left and -\right, that make the delimiters act as \mathopen and -\mathclose. These commands address spacing difficulties in -subformulas. - -%package modeles-factures-belges-assocs -Summary: Generate invoices for Belgian non-profit organizations -Version: svn50010 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(modeles-factures-belges-associations.sty) = %{tl_version} - -%description modeles-factures-belges-assocs -This package provides templates and a sty file for generating -invoices for Belgian non-profit organizations. - -%package mpfonts -Summary: Computer Modern Type 3 fonts converted using MetaPost -Version: svn54512 -License: Knuth and LPPL and Public Domain and OFL -Requires: texlive-base texlive-kpathsea -Provides: tex(mpfonts.map) = %{tl_version} - -%description mpfonts -The Computer Modern fonts are available in Type 1 format, but -these renditions are somewhat thin and spindly, and produce -much lighter results than the originals. It is alternatively -possible to use Metafont bitmaps, but this has its -disadvantages in comparison with vector fonts. These fonts are -conversions to Type 3 fonts, done entirely in MetaPost; they -are vector fonts which are a direct conversion from the -original Metafont files, so they are the design most authentic -to the originals. However, these fonts, because they are -PostScript Type 3 fonts, are not suitable for on-screen -reading, and should probably only be used for printing. Note: -do NOT add the map file to updmap! - -%package musical -Summary: Typeset (musical) theatre scripts -Version: svn54758 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(musical.sty) = %{tl_version} - -%description musical -This package is designed to simplify the development and -distribution of scripts for theatrical musicals, especially -ones under development. The output is formatted to follow -generally accepted script style[1] while also maintaining a -high level of typographic integrity, and includes commands for -dialog, lyrics, stage directions, music and dance cues, -rehearsal marks, and more. It gracefully handles dialog that -crosses page breaks, and can generate lists of songs and lists -of dances in the show. [1] There are lots of references for the -One True Way to format a script. Naturally, none of them agree. - -%package newcomputermodern -Summary: Computer Modern fonts including matching non-latin alphabets -Version: svn52877 -License: LPPL -Requires: texlive-base texlive-kpathsea - -%description newcomputermodern -This is a new assembly of Computer Modern fonts plus glyphs for -non latin alphabets which are considered compatible in style to -CM fonts. The fonts contain Latin and accented Latin letters -and combinations, Greek (monotonic and polytonic), and -Cyrillic. - -%package newfloat -Summary: Define new floating environments -Version: svn52906 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(newfloat.sty) = %{tl_version} - -%description newfloat -The package offers the command \DeclareFloatingEnvironment, -which the user may use to define new floating environments -which behave like the LaTeX standard foating environments -figure and table. - -%package noto-emoji -Summary: Noto Emoji fonts -Version: svn53968 -License: OFL -Requires: texlive-base texlive-kpathsea - -%description noto-emoji -Noto Color Emoji supports all emoji defined in the latest -Unicode version. - -%package nth -Summary: Generate English ordinal numbers -Version: svn54252 -License: Public Domain -Requires: texlive-base texlive-kpathsea -Provides: tex(nth.sty) = %{tl_version} - -%description nth -The command \nth{<number>} generates English ordinal numbers of -the form 1st, 2nd, 3rd, 4th, etc. LaTeX package options may -specify that the ordinal mark be superscripted, and that -negative numbers may be treated; Plain TeX users have no access -to package options, so need to redefine macros for these -changes. - -%package optex -Summary: LuaTeX format based on Plain TeX and OPmac -Version: svn54893 -License: Public Domain -Requires: texlive-base texlive-kpathsea -Requires: texlive-amsfonts -Requires: texlive-cm -Requires: texlive-ec -Requires: texlive-hyphen-base -Requires: texlive-lm -Requires: texlive-luatex -Requires: texlive-rsfs - -%description optex -OpTeX is a LuaTeX format based on Plain TeX macros with power -from OPmac (fonts selection system, colors, external graphics, -references, hyperlinks, ...) with unicode fonts. - -%package outerhbox -Summary: Collect horizontal material for contributing to a paragraph -Version: svn54254 -License: GPL+ -Requires: texlive-base texlive-kpathsea -Provides: tex(outerhbox.sty) = %{tl_version} - -%description outerhbox -The package provides the \outerhbox command, which is similar -to \hbox, except that material is set in outer horizontal mode. -This prevents TeX from optimising away maths penalties and the -like, that are needed when the material is \unhbox'ed. - -%package pdfarticle -Summary: Class for pdf publications -Version: svn51127 -License: MIT -Requires: texlive-base texlive-kpathsea -Provides: tex(pdfArticle.cls) = %{tl_version} - -%description pdfarticle -pdfArticle is simple document class dedicated for creating pdf -documents with LuaLaTeX. - -%package pdfcolmk -Summary: Improved colour support under pdfTeX (legacy stub) -Version: svn52912 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(pdfcolmk.sty) = %{tl_version} - -%description pdfcolmk -The package used to provide macros that emulated the 'colour -stack' functionality of dvips. The colour stack deals with -colour manipulations when asynchronous events (like -page-breaking) occur. At the time the package was written, -pdfTeX did not (yet) have such a stack, though dvips had had -one for a long time. This package was an experimental solution -to the problem, and worked best with pdfeTeX. For current -releases of pdfTeX (later than version 1.40.0, released in -2007), this package is not needed, since "real" colour stacks -are available. The present pdfcolmk is therefore just an empty -stub that does nothing at all, just in case there are still -documents that reference it. The documented source of the -original package is still available at the github repository. - -%package pdflscape -Summary: Make landscape pages display as landscape -Version: svn53047 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(pdflscape.sty) = %{tl_version} - -%description pdflscape -The package adds PDF support to the landscape environment of -package lscape, by setting the PDF /Rotate page attribute. -Pages with this attribute will be displayed in landscape -orientation by conforming PDF viewers. - -%package pdfpc -Summary: Define data for the pdfpc presentation viewer -Version: svn54160 -License: GPLv3+ -Requires: texlive-base texlive-kpathsea -Requires: tex(kvoptions.sty) -Requires: tex(xstring.sty) -Requires: tex(pdfcomment.sty) -Requires: tex(hyperxmp.sty) -Provides: tex(pdfpc.sty) = %{tl_version} - -%description pdfpc -This packages allows to define additional meta data within the -PDF file which can be interpreted by the PDF presenter console -(pdfpc) program. pdfpc depends on kvoptions, xstring, -pdfcomment, and hyperxmp. - -%package physconst -Summary: Macros for commonly used physical constants -Version: svn54587 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(physconst.sty) = %{tl_version} - -%description physconst -This package consists of several macros that are shorthand for -a variety of physical constants, e.g. the speed of light. The -package developed out of physics and astronomy classes that the -author has taught and wanted to ensure that he had correct -values for each constant and did not wish to retype them every -time he uses them. The constants can be used in two forms, the -most accurate available values, or versions that are rounded to -3 significant digits for use in typical classroom settings, -homework assignments, etc. Most constants are taken from CODATA -2018, with the exception of the astronomical objects, whose -values are taken from International Astronomical Union -specified values. Constants that are derived from true -constants, e.g. the fine structure constant, have been -calculated using the accepted values of the fundamental -constants. - -%package physunits -Summary: Macros for commonly used physical units -Version: svn54588 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(physunits.sty) = %{tl_version} - -%description physunits -This package provides a collection of macros to simplify using -physical units (e.g. m for meters, J for joules, etc.), -especially in math mode. All major SI units are included, as -well as some cgs units used in astronomy. - -%package picture -Summary: Dimens for picture macros -Version: svn54867 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(picture.sty) = %{tl_version} - -%description picture -There are macro and environment arguments that expect numbers -that will internally be multiplied by \unitlength. This package -extends the syntax of these arguments, so that dimensions with -calculation support may be used for these arguments. - -%package pinoutikz -Summary: Draw chip pinouts with TikZ -Version: svn52999 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(pinoutikz.sty) = %{tl_version} - -%description pinoutikz -The package provides a set of macros for typesetting electronic -chip pinouts. It is designed as a tool that is easy to use, -with a lean syntax, native to LaTeX, and directly supporting -PDF output format. It has therefore been based on the very -impressive TikZ package. - -%package plainyr -Summary: Plain bibliography style, sorted by year first -Version: svn52783 -License: Bibtex -Requires: texlive-base texlive-kpathsea - -%description plainyr -This is a version of the standard plain BibTeX style, modified -to sort chronologically (by year) first, then by author, title, -etc. (The style's name isn't what the author submitted: it was -renamed for clarity.) - -%package pmboxdraw -Summary: Poor man's box drawing characters -Version: svn53046 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(pmboxdraw.sty) = %{tl_version} - -%description pmboxdraw -This package declares box drawing characters of old code pages, -e.g. cp437. It uses rules instead of using a font. - -%package pmhanguljamo -Summary: Poor man's Hangul Jamo input method -Version: svn54378 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(pmhanguljamo-rrk.sty) = %{tl_version} -Provides: tex(pmhanguljamo.sty) = %{tl_version} - -%description pmhanguljamo -This package provides a Hangul transliteration input method -that allows to typeset Korean letters (Hangul) using the proper -fonts. The name is derived from "Poor man's Hangul Jamo Input -Method". The use of XeLaTeX is recommended. pdfTeX is not -supported. - -%package practicalreports -Summary: Some macros for writing practical reports -Version: svn52312 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(practicalreports.sty) = %{tl_version} - -%description practicalreports -This package provides a handful of macros for writing up -science practical reports. - -%package pst-turtle -Summary: Commands for "turtle operations" -Version: svn52261 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(pst-turtle.sty) = %{tl_version} -Provides: tex(pst-turtle.tex) = %{tl_version} - -%description pst-turtle -This is a PSTricks related package for creating "Turtle" -graphics. It supports the commands forward, back, left, right, -penup, and pendown. - -%package qualitype -Summary: The QualiType font collection -Version: svn54512 -License: OFL or GPLv2+ with exceptions -Requires: texlive-base texlive-kpathsea - -%description qualitype -These 45 fonts were created by QualiType. With the kind -permisison of John Colletti, these fonts have been released as -free and open-source. - -%package quantumarticle -Summary: Document class for submissions to the Quantum journal -Version: svn54080 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(quantumarticle.cls) = %{tl_version} - -%description quantumarticle -This package provides the preferred document class for papers -to be submitted to "Quantum -- the open journal of quantum -science". It is based on the widely used article document class -and designed to allow a seamless transition from documents -typeset with the article, revtex4-1, and elsarticle document -classes. The quantumarticle document class also offers an -option to remove the Quantum-related branding. In that way, -users appreciating the esthetics of this document class can use -it for their notes as well. - -%package quiz2socrative -Summary: Prepare questions for socrative quizzes -Version: svn52276 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Requires: tex(calc.sty) -Requires: tex(etoolbox.sty) -Requires: tex(graphicx.sty) -Requires: tex(ifthen.sty) -Requires: tex(listofitems.sty) -Requires: tex(moresize.sty) -Requires: tex(tikz.sty) -Requires: tex(pgfmath.sty) -Requires: tex(xcolor.sty) -Requires: tex(xparse.sty) -Provides: tex(quiz2socrative.sty) = %{tl_version} - -%description quiz2socrative -This is a LaTeX package for preparing multiple choice, -true/false, and short answer questions. Its main purpose is to -offer a tool to easily insert rather complicated mathematical -material in socrative quizzes (see https://socrative.com). The -package requires the following other LaTeX packages: calc, -etoolbox, graphicx, ifthen, listofitems, moresize, TikZ, -pgfmath, xcolor, and xparse. - -%package random -Summary: Generating "random" numbers in TeX -Version: svn54723 -License: Public Domain -Requires: texlive-base texlive-kpathsea -Provides: tex(random.tex) = %{tl_version} - -%description random -Generates pseudo-random integers in the range 1 to 2^{31}. -Macros are to provide random integers in a given range, or -random dimensions which can be used to provide random `real' -numbers, are also available. - -%package rest-api -Summary: Describing a rest api -Version: svn54486 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(rest-api.sty) = %{tl_version} - -%description rest-api -This LaTeX package provides macros to describe rest apis for -documentation purposes. The endpoints can hold the following -information: method description path parameter request body and -content type response body, content type and status code - -%package returntogrid -Summary: Semi-automatic grid typesetting -Version: svn48485 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(returntogrid.sty) = %{tl_version} - -%description returntogrid -returntogrid offers a few commands to get something like an -simple, semi-automatic grid typesetting. It does more or less -what the existing gridset package does. The main differences to -gridset are that returntogrid works also with LuaLaTeX and that -it has also a command to do some horizontal movements to get to -"tab" positions. - -%package rgltxdoc -Summary: Common code for documentation of the author's packages -Version: svn53858 -License: LPPL 1.2 -Requires: texlive-base texlive-kpathsea -Provides: tex(rgltxdoc.sty) = %{tl_version} - -%description rgltxdoc -This package combines several other packages and defines -additional macros and environments for documenting LaTeX code. -The package mainly serves the purpose of combining the -preferences used in the author's own package documentations. -However, others can use the package as well. Compatibility -between versions cannot be guaranteed, however. - -%package ruler -Summary: A typographic ruler for TeX -Version: svn54251 -License: GPL+ -Requires: texlive-base texlive-kpathsea -Provides: tex(ruler.tex) = %{tl_version} - -%description ruler -The file processes to produce (real) rulers; the author -suggests printing them on transparent plastic and trimming for -use as a "real" ruler. The rule widths are 0.05mm, which can be -challenging for (old) laser printers. - -%package scholax -Summary: Extension of TeXGyreSchola (New Century Schoolbook) with math support -Version: svn55400 -License: LPPL -Requires: texlive-base texlive-kpathsea -Provides: tex(LY1TeXGyreScholaX-Inf.fd) = %{tl_version} -Provides: tex(LY1TeXGyreScholaX-LF.fd) = %{tl_version} -Provides: tex(LY1TeXGyreScholaX-OsF.fd) = %{tl_version} -Provides: tex(LY1TeXGyreScholaX-Sup.fd) = %{tl_version} -Provides: tex(LY1TeXGyreScholaX-TLF.fd) = %{tl_version} -Provides: tex(LY1TeXGyreScholaX-TOsF.fd) = %{tl_version} -Provides: tex(OT1TeXGyreScholaX-Inf.fd) = %{tl_version} -Provides: tex(OT1TeXGyreScholaX-LF.fd) = %{tl_version} -Provides: tex(OT1TeXGyreScholaX-OsF.fd) = %{tl_version} -Provides: tex(OT1TeXGyreScholaX-Sup.fd) = %{tl_version} -Provides: tex(OT1TeXGyreScholaX-TLF.fd) = %{tl_version} -Provides: tex(OT1TeXGyreScholaX-TOsF.fd) = %{tl_version} -Provides: tex(ScholaX.map) = %{tl_version} -Provides: tex(T1TeXGyreScholaX-Inf.fd) = %{tl_version} -Provides: tex(T1TeXGyreScholaX-LF.fd) = %{tl_version} -Provides: tex(T1TeXGyreScholaX-OsF.fd) = %{tl_version} -Provides: tex(T1TeXGyreScholaX-Sup.fd) = %{tl_version} -Provides: tex(T1TeXGyreScholaX-TLF.fd) = %{tl_version} -Provides: tex(T1TeXGyreScholaX-TOsF.fd) = %{tl_version} -Provides: tex(TS1TeXGyreScholaX-LF.fd) = %{tl_version} -Provides: tex(TS1TeXGyreScholaX-OsF.fd) = %{tl_version} -Provides: tex(TS1TeXGyreScholaX-TLF.fd) = %{tl_version} -Provides: tex(TS1TeXGyreScholaX-TOsF.fd) = %{tl_version} -Provides: tex(ly1zcsth-lf.fd) = %{tl_version} -Provides: tex(ly1zcsth-osf.fd) = %{tl_version} -Provides: tex(newtx-nc-subs.tex) = %{tl_version} -Provides: tex(newtx-ncf-subs.tex) = %{tl_version} -Provides: tex(omlzncfmi.fd) = %{tl_version} -Provides: tex(omlzncmi.fd) = %{tl_version} -Provides: tex(ot1zcsth-lf.fd) = %{tl_version} -Provides: tex(ot1zcsth-osf.fd) = %{tl_version} -Provides: tex(scholax.sty) = %{tl_version} -Provides: tex(t1zcsth-lf.fd) = %{tl_version} -Provides: tex(t1zcsth-osf.fd) = %{tl_version} -Provides: tex(zcs-ecth-osf.enc) = %{tl_version} -Provides: tex(zcs-ecth-tlf.enc) = %{tl_version} -Provides: tex(zcs-ot1-th-osf.enc) = %{tl_version} -Provides: tex(zcs-ot1-th-tlf.enc) = %{tl_version} -Provides: tex(zcs-texnansi-th-osf.enc) = %{tl_version} -Provides: tex(zcs-texnansi-th-tlf.enc) = %{tl_version} -Provides: tex(zcs_2ulndi.enc) = %{tl_version} -Provides: tex(zcs_4dtzhu.enc) = %{tl_version} -Provides: tex(zcs_6ff7e3.enc) = %{tl_version} -Provides: tex(zcs_6ln7pl.enc) = %{tl_version} -Provides: tex(zcs_6nir6i.enc) = %{tl_version} -Provides: tex(zcs_7awbtq.enc) = %{tl_version} -Provides: tex(zcs_7e5ds2.enc) = %{tl_version} -Provides: tex(zcs_7xuij4.enc) = %{tl_version} -Provides: tex(zcs_aisocu.enc) = %{tl_version} -Provides: tex(zcs_b3lkzu.enc) = %{tl_version} -Provides: tex(zcs_c3rnvk.enc) = %{tl_version} -Provides: tex(zcs_c5ugpk.enc) = %{tl_version} -Provides: tex(zcs_cpzha2.enc) = %{tl_version} -Provides: tex(zcs_dodlyj.enc) = %{tl_version} -Provides: tex(zcs_dstn3c.enc) = %{tl_version} -Provides: tex(zcs_elm6ky.enc) = %{tl_version} -Provides: tex(zcs_heobe3.enc) = %{tl_version} -Provides: tex(zcs_ibl2ck.enc) = %{tl_version} -Provides: tex(zcs_ioc2dx.enc) = %{tl_version} -Provides: tex(zcs_jkq3qs.enc) = %{tl_version} -Provides: tex(zcs_kqv4hm.enc) = %{tl_version} -Provides: tex(zcs_litts3.enc) = %{tl_version} -Provides: tex(zcs_mett7y.enc) = %{tl_version} -Provides: tex(zcs_mnnbkz.enc) = %{tl_version} -Provides: tex(zcs_oun2tw.enc) = %{tl_version} -Provides: tex(zcs_qfh2v7.enc) = %{tl_version} -Provides: tex(zcs_ra2vxf.enc) = %{tl_version} -Provides: tex(zcs_tpfstq.enc) = %{tl_version} -Provides: tex(zcs_wlo5nq.enc) = %{tl_version} -Provides: tex(zcs_wylu46.enc) = %{tl_version} -Provides: tex(zcs_x5uxyb.enc) = %{tl_version} -Provides: tex(zcs_y6waxr.enc) = %{tl_version} -Provides: tex(zcs_ygq5eo.enc) = %{tl_version} -Provides: tex(zcs_zgzte3.enc) = %{tl_version} - -%description scholax -This package contains an extension of TeXGyreSchola with -extensive superiors, inferior figures, upright punctuation -glyphs added to the Italic face for a theorem font, plus -slanted and bold slanted faces. Math support is provided by one -of two options to newtxmath, one of which uses an adaptation of -the fourier math Greek letters. - -%package schulmathematik -Summary: Commands and document classes for German-speaking teachers of mathematics and physics -Version: svn53815 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(schulma-ab.cls) = %{tl_version} -Provides: tex(schulma-gutachten.cls) = %{tl_version} -Provides: tex(schulma-klausur.cls) = %{tl_version} -Provides: tex(schulma-komp.cls) = %{tl_version} -Provides: tex(schulma-mdlprf.cls) = %{tl_version} -Provides: tex(schulma-physik.sty) = %{tl_version} -Provides: tex(schulma-praes.cls) = %{tl_version} -Provides: tex(schulma.sty) = %{tl_version} - -%description schulmathematik -The schulmathematik bundle provides two LaTeX packages and six -document classes for German-speaking teachers of mathematics -and physics. - -%package sdaps -Summary: LaTeX support files for SDAPS -Version: svn54678 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(sdapsarray.sty) = %{tl_version} -Provides: tex(sdapsbase.sty) = %{tl_version} -Provides: tex(sdapsclassic.cls) = %{tl_version} -Provides: tex(sdapscode128.tex) = %{tl_version} -Provides: tex(sdapslayout.sty) = %{tl_version} -Provides: tex(sdapspdf.sty) = %{tl_version} - -%description sdaps -This bundle contains LaTeX classes and packages to create -machine readable questionnaires. Metadata is generated for the -whole document and it is possible to process created forms -fully automatically using the SDAPS main program. Features -include: PDF Form generation Advanced array like layouting Can -flow over multiple pages and repeats the header automatically -Optional document wide alignment of array environments Has -complex layout features like rotating the headers to safe space -Ability to exchange rows and columns on the fly Different -question types: Freeform text Single/multiple choice questions -Range questions Layouting questions in rows or columns -Possibility to pre-fill questionnaires from LaTeX Documentation -can be found online at https://sdaps.org/class-doc. - -%package secnum -Summary: A macro to format section numbering intuitively -Version: svn53657 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(secnum.sty) = %{tl_version} - -%description secnum -This package provides a macro \setsecnum to format section -numbering intuitively. \setsecnum{1.1.1} will set the section -numbering format to arabic.arabic.arabic and the depth to 3. -The package uses LaTeX3. - -%package selinput -Summary: Semi-automatic detection of input encoding -Version: svn53098 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(selinput.sty) = %{tl_version} - -%description selinput -This package selects the input encoding by specifying pairs of -input characters and their glyph names. - -%package shortmathj -Summary: Automatically shortify titles of mathematical journals -Version: svn54407 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(shortmathj.sty) = %{tl_version} - -%description shortmathj -This small dummy package just contains a simple list of full -and short journal names aswritten in AMS standard: -https://mathscinet.ams.org/msnhtml/serials.pdf - -%package simplebnf -Summary: A simple package to format Backus-Naur form (BNF) -Version: svn53370 -License: MIT -Requires: texlive-base texlive-kpathsea -Requires: tex(expl3.sty) -Requires: tex(xparse.sty) -Requires: tex(mathtools.sty) -Provides: tex(simplebnf.sty) = %{tl_version} - -%description simplebnf -This package provides a simple way to format Backus-Naur form -(BNF). The included bnfgrammar environment parses BNF -expressions (possibly annotated), so users can write readable -BNF expressions in their documents. The package requires expl3, -xparse, and mathtools. - -%package simpleoptics -Summary: Drawing lenses and mirrors for optical diagrams -Version: svn54080 +%package kvoptions +Summary: Key value format for package options License: LPPL 1.3 Requires: texlive-base texlive-kpathsea -Provides: tex(simpleoptics.sty) = %{tl_version} +Provides: tex(kvoptions-patch.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(kvoptions.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(example-mycolorsetup.sty) = %{epoch}:%{source_date}-%{release} +BuildArch: noarch -%description simpleoptics -This package provides some of macros for drawing simple lenses -and mirrors for use in optical diagrams. +%description kvoptions +This package offers support for package authors who want to use +options in key-value format for their package options. -%package soulutf8 -Summary: Permit use of UTF-8 characters in soul -Version: svn53163 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(soulutf8.sty) = %{tl_version} - -%description soulutf8 -This package extends package soul and adds some support for -UTF-8. Namely the input encodings in 'utf8.def' from package -inputenc and 'utf8x.def' from package ucs are supported. - -%package step -Summary: A free Times-like font -Version: svn53731 -License: OFL -Requires: texlive-base texlive-kpathsea -Provides: tex(LGRSTEP-Dnom.fd) = %{tl_version} -Provides: tex(LGRSTEP-Inf.fd) = %{tl_version} -Provides: tex(LGRSTEP-Numr.fd) = %{tl_version} -Provides: tex(LGRSTEP-Sup.fd) = %{tl_version} -Provides: tex(LGRSTEP-TLF.fd) = %{tl_version} -Provides: tex(LGRSTEP-TOsF.fd) = %{tl_version} -Provides: tex(LY1STEP-Dnom.fd) = %{tl_version} -Provides: tex(LY1STEP-Inf.fd) = %{tl_version} -Provides: tex(LY1STEP-Numr.fd) = %{tl_version} -Provides: tex(LY1STEP-Sup.fd) = %{tl_version} -Provides: tex(LY1STEP-TLF.fd) = %{tl_version} -Provides: tex(LY1STEP-TOsF.fd) = %{tl_version} -Provides: tex(OT1STEP-Dnom.fd) = %{tl_version} -Provides: tex(OT1STEP-Inf.fd) = %{tl_version} -Provides: tex(OT1STEP-Numr.fd) = %{tl_version} -Provides: tex(OT1STEP-Sup.fd) = %{tl_version} -Provides: tex(OT1STEP-TLF.fd) = %{tl_version} -Provides: tex(OT1STEP-TOsF.fd) = %{tl_version} -Provides: tex(STEP.map) = %{tl_version} -Provides: tex(T1STEP-Dnom.fd) = %{tl_version} -Provides: tex(T1STEP-Inf.fd) = %{tl_version} -Provides: tex(T1STEP-Numr.fd) = %{tl_version} -Provides: tex(T1STEP-Sup.fd) = %{tl_version} -Provides: tex(T1STEP-TLF.fd) = %{tl_version} -Provides: tex(T1STEP-TOsF.fd) = %{tl_version} -Provides: tex(T2ASTEP-Dnom.fd) = %{tl_version} -Provides: tex(T2ASTEP-Inf.fd) = %{tl_version} -Provides: tex(T2ASTEP-Numr.fd) = %{tl_version} -Provides: tex(T2ASTEP-Sup.fd) = %{tl_version} -Provides: tex(T2ASTEP-TLF.fd) = %{tl_version} -Provides: tex(T2ASTEP-TOsF.fd) = %{tl_version} -Provides: tex(T2BSTEP-Dnom.fd) = %{tl_version} -Provides: tex(T2BSTEP-Inf.fd) = %{tl_version} -Provides: tex(T2BSTEP-Numr.fd) = %{tl_version} -Provides: tex(T2BSTEP-Sup.fd) = %{tl_version} -Provides: tex(T2BSTEP-TLF.fd) = %{tl_version} -Provides: tex(T2BSTEP-TOsF.fd) = %{tl_version} -Provides: tex(T2CSTEP-Dnom.fd) = %{tl_version} -Provides: tex(T2CSTEP-Inf.fd) = %{tl_version} -Provides: tex(T2CSTEP-Numr.fd) = %{tl_version} -Provides: tex(T2CSTEP-Sup.fd) = %{tl_version} -Provides: tex(T2CSTEP-TLF.fd) = %{tl_version} -Provides: tex(T2CSTEP-TOsF.fd) = %{tl_version} -Provides: tex(T3STEP-Dnom.fd) = %{tl_version} -Provides: tex(T3STEP-Inf.fd) = %{tl_version} -Provides: tex(T3STEP-Numr.fd) = %{tl_version} -Provides: tex(T3STEP-Sup.fd) = %{tl_version} -Provides: tex(T3STEP-TLF.fd) = %{tl_version} -Provides: tex(T3STEP-TOsF.fd) = %{tl_version} -Provides: tex(TS1STEP-TLF.fd) = %{tl_version} -Provides: tex(TS1STEP-TOsF.fd) = %{tl_version} -Provides: tex(TS3STEP-Dnom.fd) = %{tl_version} -Provides: tex(TS3STEP-Inf.fd) = %{tl_version} -Provides: tex(TS3STEP-Numr.fd) = %{tl_version} -Provides: tex(TS3STEP-Sup.fd) = %{tl_version} -Provides: tex(TS3STEP-TLF.fd) = %{tl_version} -Provides: tex(TS3STEP-TOsF.fd) = %{tl_version} -Provides: tex(a_2a2bfu.enc) = %{tl_version} -Provides: tex(a_2b3rql.enc) = %{tl_version} -Provides: tex(a_3rxxvm.enc) = %{tl_version} -Provides: tex(a_47wiac.enc) = %{tl_version} -Provides: tex(a_4h34hb.enc) = %{tl_version} -Provides: tex(a_4mxykn.enc) = %{tl_version} -Provides: tex(a_4zqdxy.enc) = %{tl_version} -Provides: tex(a_574n7u.enc) = %{tl_version} -Provides: tex(a_5mws5y.enc) = %{tl_version} -Provides: tex(a_5xnggg.enc) = %{tl_version} -Provides: tex(a_6auynr.enc) = %{tl_version} -Provides: tex(a_6hfbmi.enc) = %{tl_version} -Provides: tex(a_6wpl7b.enc) = %{tl_version} -Provides: tex(a_7if24z.enc) = %{tl_version} -Provides: tex(a_7jxw4d.enc) = %{tl_version} -Provides: tex(a_7wspdk.enc) = %{tl_version} -Provides: tex(a_7z23fd.enc) = %{tl_version} -Provides: tex(a_a6xuhy.enc) = %{tl_version} -Provides: tex(a_arx325.enc) = %{tl_version} -Provides: tex(a_bm4xhn.enc) = %{tl_version} -Provides: tex(a_bmbu3p.enc) = %{tl_version} -Provides: tex(a_bonk4u.enc) = %{tl_version} -Provides: tex(a_bt7ykx.enc) = %{tl_version} -Provides: tex(a_ccwxvq.enc) = %{tl_version} -Provides: tex(a_dy6wlv.enc) = %{tl_version} -Provides: tex(a_e4dxwh.enc) = %{tl_version} -Provides: tex(a_enu25g.enc) = %{tl_version} -Provides: tex(a_euweyh.enc) = %{tl_version} -Provides: tex(a_evkz3b.enc) = %{tl_version} -Provides: tex(a_f2t6y6.enc) = %{tl_version} -Provides: tex(a_f5fqnw.enc) = %{tl_version} -Provides: tex(a_fdcm6h.enc) = %{tl_version} -Provides: tex(a_ffybip.enc) = %{tl_version} -Provides: tex(a_fha2fn.enc) = %{tl_version} -Provides: tex(a_fwzjjs.enc) = %{tl_version} -Provides: tex(a_gbbiod.enc) = %{tl_version} -Provides: tex(a_gnavrk.enc) = %{tl_version} -Provides: tex(a_gwrxgc.enc) = %{tl_version} -Provides: tex(a_gz42of.enc) = %{tl_version} -Provides: tex(a_hbts53.enc) = %{tl_version} -Provides: tex(a_hgebca.enc) = %{tl_version} -Provides: tex(a_inbzfq.enc) = %{tl_version} -Provides: tex(a_jwptb5.enc) = %{tl_version} -Provides: tex(a_k7io4a.enc) = %{tl_version} -Provides: tex(a_kleesj.enc) = %{tl_version} -Provides: tex(a_knoumu.enc) = %{tl_version} -Provides: tex(a_kv7n4v.enc) = %{tl_version} -Provides: tex(a_kxamvp.enc) = %{tl_version} -Provides: tex(a_l3aktj.enc) = %{tl_version} -Provides: tex(a_l3q5ro.enc) = %{tl_version} -Provides: tex(a_lihfjg.enc) = %{tl_version} -Provides: tex(a_lwp5cc.enc) = %{tl_version} -Provides: tex(a_lws4fe.enc) = %{tl_version} -Provides: tex(a_lz3c5z.enc) = %{tl_version} -Provides: tex(a_mkgnjm.enc) = %{tl_version} -Provides: tex(a_mpy73s.enc) = %{tl_version} -Provides: tex(a_msql4j.enc) = %{tl_version} -Provides: tex(a_nm3vu2.enc) = %{tl_version} -Provides: tex(a_np5cf6.enc) = %{tl_version} -Provides: tex(a_oqx7v6.enc) = %{tl_version} -Provides: tex(a_oxrcs3.enc) = %{tl_version} -Provides: tex(a_p2lhbt.enc) = %{tl_version} -Provides: tex(a_psybls.enc) = %{tl_version} -Provides: tex(a_q6ipx2.enc) = %{tl_version} -Provides: tex(a_qqe53s.enc) = %{tl_version} -Provides: tex(a_rcc5m6.enc) = %{tl_version} -Provides: tex(a_redus5.enc) = %{tl_version} -Provides: tex(a_rgssq4.enc) = %{tl_version} -Provides: tex(a_rx4otu.enc) = %{tl_version} -Provides: tex(a_ryuwvo.enc) = %{tl_version} -Provides: tex(a_smrcla.enc) = %{tl_version} -Provides: tex(a_sycgav.enc) = %{tl_version} -Provides: tex(a_tmbyhw.enc) = %{tl_version} -Provides: tex(a_tpegoz.enc) = %{tl_version} -Provides: tex(a_tqaent.enc) = %{tl_version} -Provides: tex(a_txv6lr.enc) = %{tl_version} -Provides: tex(a_uda4d5.enc) = %{tl_version} -Provides: tex(a_ufgsbs.enc) = %{tl_version} -Provides: tex(a_uhrokn.enc) = %{tl_version} -Provides: tex(a_uip2yp.enc) = %{tl_version} -Provides: tex(a_umr5bj.enc) = %{tl_version} -Provides: tex(a_v7z4fi.enc) = %{tl_version} -Provides: tex(a_vca5tb.enc) = %{tl_version} -Provides: tex(a_vmnawy.enc) = %{tl_version} -Provides: tex(a_vzhqhy.enc) = %{tl_version} -Provides: tex(a_w7y2wc.enc) = %{tl_version} -Provides: tex(a_wzfdme.enc) = %{tl_version} -Provides: tex(a_x67loa.enc) = %{tl_version} -Provides: tex(a_x7ixiy.enc) = %{tl_version} -Provides: tex(a_xnivr2.enc) = %{tl_version} -Provides: tex(a_xscnug.enc) = %{tl_version} -Provides: tex(a_y3uxyj.enc) = %{tl_version} -Provides: tex(a_ya3dy4.enc) = %{tl_version} -Provides: tex(a_ylmzrw.enc) = %{tl_version} -Provides: tex(step.sty) = %{tl_version} - -%description step -The STEP fonts are a free Times-like (i.e., Times replacement) -font family, implementing a design first created for The Times -of London in 1932. These fonts are meant to be compatible in -design with Adobe's digitization of Linotype Times, commonly -used in publishing. The fonts were forked from XITS/STIX and -Type 1 support is provided for legacy TeX engines. - -%package swrule -Summary: Lines thicker in the middle than at the ends -Version: svn54267 -License: Copyright only -Requires: texlive-base texlive-kpathsea -Provides: tex(swrule.sty) = %{tl_version} - -%description swrule -Defines commands that create rules split into a (specified) -number of pieces, whose size varies to produce the effect of a -rule that swells in its centre. - -%package tablvar -Summary: Typesetting pretty tables of signs and variations according to French usage -Version: svn51543 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(tablvar.sty) = %{tl_version} - -%description tablvar -This is a complete and easy-to-use package for typesetting -pretty tables of signs and variations according to French -usage. The syntax is similar to that of the array environment -and uses intuitive position commands. Arrows are drawn -automatically (using PSTricks by default or TikZ as an option). -Macros are provided for drawing twin bars, single bars crossing -the zeros, areas where the function is not defined, or placing -special values. Several features of the variation tables can be -customized. - -%package tetragonos -Summary: Four-Corner codes of Chinese characters -Version: svn49732 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(tetragonos-database.def) = %{tl_version} -Provides: tex(tetragonos.sty) = %{tl_version} - -%description tetragonos -This is a XeLaTeX package for mapping Chinese characters to -their codes in the Four-Corner Method. - -%package tex-nutshell -Summary: A short document about TeX principles -Version: svn54689 -License: Public Domain -Requires: texlive-base texlive-kpathsea - -%description tex-nutshell -This document is meant for users who are looking for -information about the basics of TeX. Its main goal is its -brevity. The pure TeX features are described, no features -provided by macro extensions. Only the last section gives a -summary of plain TeX macros. - -%package texlive-ja -Summary: TeX Live manual (Japanese) -Version: svn54334 -Requires: texlive-base texlive-kpathsea -License: Public Domain - -%description texlive-ja -TeX Live manual (Japanese). - -%package theatre -Summary: A sophisticated package for typesetting stage plays -Version: svn45363 -License: LPPL 1.2 -Requires: texlive-base texlive-kpathsea - -%description theatre -This package enables the user to typeset stage plays in a way -that permits to create highly customized printouts for each -actor. - -%package tikz-planets -Summary: Illustrate celestial mechanics and the solar system -Version: svn54857 -License: CC-BY-SA -Requires: texlive-base texlive-kpathsea -Requires: tex(xcolor.sty) -Requires: tex(tikz.sty) -Requires: tex(xstring.sty) -Requires: tex(pgfkeys.sty) -Provides: tex(planets.sty) = %{tl_version} - -%description tikz-planets -This TikZ-package makes it easy to illustrate celestial -mechanics and the solar system. You can use it to draw sketches -of the eclipses, the phases of the Moon, etc. The package -requires the standard packages TikZ, xcolor, xstring, and -pgfkeys. - -%package tikz-trackschematic -Summary: A TikZ library for creating track diagrams in railways -Version: svn53754 -License: MIT -Requires: texlive-base texlive-kpathsea -Provides: tex(tikzlibrarytrackschematic.code.tex) = %{tl_version} -Provides: tex(tikzlibrarytrackschematic.constructions.code.tex) = %{tl_version} -Provides: tex(tikzlibrarytrackschematic.messures.code.tex) = %{tl_version} -Provides: tex(tikzlibrarytrackschematic.topology.code.tex) = %{tl_version} -Provides: tex(tikzlibrarytrackschematic.trafficcontrol.code.tex) = %{tl_version} -Provides: tex(tikzlibrarytrackschematic.vehicles.code.tex) = %{tl_version} - -%description tikz-trackschematic -This TikZ library is a toolbox of symbols geared primarily -towards creating track schematic for either research or -educational purposes. It provides a TikZ frontend to some of -the symbols which may be needed to describe situations and -layouts in railway operation. The library is divided into four -sublibraries: topology, trafficcontrol, vehicles, -constructions, and messures. This project has received funding -from the European Union's Horizon 2020 research and innovation -programme under grant agreement No. 826347. -%package tokcycle -Summary: The tokcycle package helps one to build tools to process tokens from an input stream, on a token-by-token basis -Version: svn53755 +%package infwarerr +Summary: Complete set of information/warning/error message macros License: LPPL 1.3 Requires: texlive-base texlive-kpathsea -Provides: tex(tokcycle.sty) = %{tl_version} -Provides: tex(tokcycle.tex) = %{tl_version} +Provides: tex(infwarerr.sty) = %{epoch}:%{source_date}-%{release} +BuildArch: noarch -%description tokcycle -The tokcycle package helps one to build tools to process tokens -from an input stream. If a macro to process an arbitrary single -token can be built, then tokcycle can provide a wrapper for -cycling through an input stream (including macros, spaces, and -groups) on a token-by-token basis, using the provided macro on -each successive character. tokcycle characterizes each -successive token in the input stream as a Character, a Group, a -Macro, or a Space. Each of these token categories are processed -with a unique directive, to bring about the desired effect of -the token cycle. If condition flags are provided to identify -active, implicit, and catcode-6 tokens as they are digested. -The package provides a number of options for handling groups. +%description infwarerr +This package provides a complete set of macros for information, +warning and error messages. Under LaTeX, the commands are +wrappers for the corresponding LaTeX commands; under Plain TeX +they are available as complete implementations. -%package transparent -Summary: Using a color stack for transparency with pdfTeX -Version: svn52981 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(transparent.sty) = %{tl_version} - -%description transparent -Since version 1.40 pdfTeX supports several color stacks; the -package uses a separate colour stack for control of -transparency (which is not, of course, a colour). - -%package twemoji-colr -Summary: Twemoji font in COLR/CPAL layered format -Version: svn54512 -License: ASL 2.0 and CC-BY -Requires: texlive-base texlive-kpathsea - -%description twemoji-colr -This is a COLR/CPAL-based color OpenType font from the Twemoji -collection of emoji images. - -%package unifith -Summary: Typeset theses for University of Florence (Italy) -Version: svn51968 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(unifith.cls) = %{tl_version} - -%description unifith -The package provides a class to typeset Ph.D., Master, and -Bachelor theses that adhere to the publishing guidelines of the -University of Florence (Italy). - -%package utexasthesis -Summary: University of Texas at Austin graduate thesis style -Version: svn48648 -License: CC0 -Requires: texlive-base texlive-kpathsea -Provides: tex(utexasthesis.cls) = %{tl_version} - -%description utexasthesis -This class file complies with the Digital Submission -Requirement for Masters and Ph.D. thesis submissions of the -University of Texas at Austin. - -%package verifica -Summary: Typeset (Italian high school) exercises -Version: svn53722 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(verifica.cls) = %{tl_version} -%description verifica -This class provides various environments and commands to -produce the typical exercises contained in a test. It is mainly -intended for Italian high school teachers, as the style is -probably more in line with Italian high school tests. - -%package wasy-type1 -Summary: Type 1 versions of wasy fonts -Version: svn53534 -License: Public Domain -Requires: texlive-base texlive-kpathsea -Requires: texlive-wasy -Provides: tex(wasy.map) = %{tl_version} - -%description wasy-type1 -Converted (Adobe Type 1) outlines of the wasy fonts. - -%package willowtreebook -Summary: Easy basic book class, built on memoir -Version: svn54866 +%package pdftexcmds +Summary: LuaTeX support for pdfTeX utility functions License: LPPL 1.3 Requires: texlive-base texlive-kpathsea -Provides: tex(willowtreebook.cls) = %{tl_version} +Provides: tex(pdftexcmds.sty) = %{epoch}:%{source_date}-%{release} +BuildArch: noarch -%description willowtreebook -The willowtreebook class is a simple book class, which the -author uses for his lecture notes to be found on his web page -Benjamin McKay. It actually just selects options for the more -sophisticated memoir class. +%description pdftexcmds +LuaTeX provides most of the commands of pdfTeX 1.40. However, a +number of utility functions are not available. This package +tries to fill the gap and implements some of the missing +primitives using Lua. -%package xecyrmongolian -Summary: Basic support for the typesetting of Cyrillic Mongolian documents using (Xe|Lua)LaTeX -Version: svn53160 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(xecyrmongolian.sty) = %{tl_version} -%description xecyrmongolian -The 'xecyrmongolian' package can be used to produce documents -in Cyrillic Mongolian using either XeLaTeX or LuaLaTeX. The -command \setlanguage can be used to load alternative -hyphenation patterns so to be able to create multilingual -documents. - -%package xepersian-hm -Summary: Fixes kashida feature in xepersian package -Version: svn54962 +%package intcalc +Summary: Expandable arithmetic operations with integers License: LPPL 1.3 Requires: texlive-base texlive-kpathsea -Requires: tex(xepersian.sty) -Requires: tex(l3keys2e.sty) -Provides: tex(kashida-xepersian-hm.def) = %{tl_version} -Provides: tex(xepersian-hm.sty) = %{tl_version} - -%description xepersian-hm -The kashida feature in xepersian has problems with some fonts -such as the HM Series fonts and the XB Series fonts. This -package fixes these problems. The package requires xepersian -and l3keys2e. - -%package xkcdcolors -Summary: xkcd names of colors -Version: svn54512 -License: CC0 or LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(xkcdcolors.sty) = %{tl_version} +Provides: tex(intcalc.sty) = %{epoch}:%{source_date}-%{release} +BuildArch: noarch -%description xkcdcolors -In the year 2010, Randall Munroe on posted a really funny and -nice article on xkcd. He made a very curious experiment: -showing colors to a lot of people and asking to name each one. -Afterward, he processed the data and sorted the names for each -color by popularity -- that means, how many people gave the -same name to the same color. This package makes the collected -color names usable with LaTeX. - -%package yazd-thesis -Summary: A template for the Yazd University -Version: svn51725 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(yazd-thesis.cls) = %{tl_version} +%description intcalc +This package provides expandable arithmetic operations with +integers, using the e-TeX extension \numexpr if it is +available. -%description yazd-thesis -This package offers a document class for typesetting theses and -dissertations at the Yazd University. The class requires use of -XeLaTeX. -%package yquant -Summary: Typesetting quantum circuits in a human-readable language -Version: svn54737 +%package etexcmds +Summary: Avoid name clashes with e-TeX commands License: LPPL 1.3 Requires: texlive-base texlive-kpathsea -Provides: tex(yquant-circuit.tex) = %{tl_version} -Provides: tex(yquant-config.tex) = %{tl_version} -Provides: tex(yquant-draw.tex) = %{tl_version} -Provides: tex(yquant-env.tex) = %{tl_version} -Provides: tex(yquant-lang.tex) = %{tl_version} -Provides: tex(yquant-langhelper.tex) = %{tl_version} -Provides: tex(yquant-registers.tex) = %{tl_version} -Provides: tex(yquant-shapes.tex) = %{tl_version} -Provides: tex(yquant-tools.tex) = %{tl_version} -Provides: tex(yquant.sty) = %{tl_version} - -%description yquant -This LaTeX package allows to quickly draw quantum circuits. It -bridges the gap between the two groups of packages that already -exist: those that use a logic-oriented custom language, which -is then translated into TeX by means of an external program; -and the pure TeX versions that mainly provide some macros to -allow for an easier input. yquant is a pure-LaTeX solution -- -i.e., it requires no external program -- that introduces a -logic oriented language and thus brings the best of both worlds -together. It builds on and interacts with TikZ, which brings an -enourmous flexibility for customization of individual circuit. +Provides: tex(etexcmds.sty) = %{epoch}:%{source_date}-%{release} +BuildArch: noarch -%package zhlineskip -Summary: Line spacing for CJK documents -Version: svn51142 -License: LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(zhlineskip.sty) = %{tl_version} +%description etexcmds +New primitive commands are introduced in e-TeX; sometimes the +names collide with existing macros. This package solves the +name clashes by adding a prefix to e-TeX's commands. For +example, eTeX's \unexpanded is provided as \etex@unexpanded. -%description zhlineskip -This package supports typesetting CJK documents. It allows -users to specify the two ratios between the leading and the -font size of the body text and the footnote text. For CJK -typesetting, these ratios usually range from 1.5 to 1.67. This -package is also capable of restoring the math leading to that -of the Latin text (usually 1.2 times the font size). Finally, -it is possible to achieve the Microsoft Word multiple line -spacing style using zhlineskip. %package zref Summary: A new reference scheme for LaTeX -Version: svn54098 License: LPPL 1.3 Requires: texlive-base texlive-kpathsea -Provides: tex(zref-abspage.sty) = %{tl_version} -Provides: tex(zref-abspos.sty) = %{tl_version} -Provides: tex(zref-base.sty) = %{tl_version} -Provides: tex(zref-counter.sty) = %{tl_version} -Provides: tex(zref-dotfill.sty) = %{tl_version} -Provides: tex(zref-env.sty) = %{tl_version} -Provides: tex(zref-hyperref.sty) = %{tl_version} -Provides: tex(zref-lastpage.sty) = %{tl_version} -Provides: tex(zref-marks.sty) = %{tl_version} -Provides: tex(zref-nextpage.sty) = %{tl_version} -Provides: tex(zref-pageattr.sty) = %{tl_version} -Provides: tex(zref-pagelayout.sty) = %{tl_version} -Provides: tex(zref-perpage.sty) = %{tl_version} -Provides: tex(zref-runs.sty) = %{tl_version} -Provides: tex(zref-savepos.sty) = %{tl_version} -Provides: tex(zref-thepage.sty) = %{tl_version} -Provides: tex(zref-titleref.sty) = %{tl_version} -Provides: tex(zref-totpages.sty) = %{tl_version} -Provides: tex(zref-user.sty) = %{tl_version} -Provides: tex(zref-xr.sty) = %{tl_version} -Provides: tex(zref.sty) = %{tl_version} +Provides: tex(zref-abspage.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(zref-abspos.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(zref-base.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(zref-counter.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(zref-dotfill.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(zref-env.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(zref-hyperref.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(zref-lastpage.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(zref-marks.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(zref-nextpage.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(zref-pageattr.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(zref-pagelayout.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(zref-perpage.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(zref-runs.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(zref-savepos.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(zref-thepage.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(zref-titleref.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(zref-totpages.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(zref-user.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(zref-xr.sty) = %{epoch}:%{source_date}-%{release} +Provides: tex(zref.sty) = %{epoch}:%{source_date}-%{release} +BuildArch: noarch %description zref This package offers a means to remove the limitation, of only @@ -153718,12 +23575,146 @@ controlled dot-filling; zref-env, record the latest environment's name and the line it started on; and zref-xr, provide the facilities of the xr and xr-hyper packages. +%package wasy-type1 +Summary: Type 1 versions of wasy fonts +License: Public Domain +Requires: texlive-base texlive-kpathsea +Requires: texlive-wasy +Provides: tex(wasy.map) = %{tl_version} +BuildArch: noarch + +%description wasy-type1 +Converted (Adobe Type 1) outlines of the wasy fonts. + +%package atbegshi +Summary: Execute stuff at \shipout time +License: LPPL 1.3 +Requires: texlive-base texlive-kpathsea +Provides: tex(atbegshi.sty) = %{tl_version} +BuildArch: noarch + +%description atbegshi +This package is a modern reimplementation of package everyshi, +providing various commands to be executed before a \shipout +command. It makes use of e-TeX's facilities if they are +available. The package may be used either with LaTeX or with +plain TeX. + +%package ltxcmds +Summary: Some LaTeX kernel commands for general use +License: LPPL 1.3 +Requires: texlive-base texlive-kpathsea +Provides: tex(ltxcmds.sty) = %{tl_version} +BuildArch: noarch + +%description ltxcmds +This package exports some utility macros from the LaTeX kernel +into a separate namespace and also makes them available for +other formats such as plain TeX. + +%package gettitlestring +Summary: Clean up title references +License: LPPL 1.3 +Requires: texlive-base texlive-kpathsea +Provides: tex(gettitlestring.sty) = %{tl_version} +BuildArch: noarch + +%description gettitlestring +Cleans up the title string (removing \label commands) for +packages (such as nameref) that typeset such strings. + +%package hobsub +Summary: Construct package bundles +License: LPPL 1.3 +Requires: texlive-base texlive-kpathsea +Provides: tex(hobsub-generic.sty) = %{tl_version} +Provides: tex(hobsub-hyperref.sty) = %{tl_version} +Provides: tex(hobsub.sty) = %{tl_version} +BuildArch: noarch + +%description hobsub +Heiko Oberdiek's hobsub package (and hobsub-hyperref and +hobsub-generic packages) defined a mechanism for concatenating +multiple files into a single file for faster loading. The +disadvantage is that it introduces hard dependencies between +the source files that are included and complicates distribution +and updates. It was principally used with hyperref but is not +currently used in any standard packages in TeX Live. The +packages are still distributed as simple stubs that reference +the included packages via \RequirePackage rather than copying +their source. The documented source of the original packages is +available at github, but is not distributed to CTAN. + +%package hycolor +Summary: Implements colour for packages hyperref and bookmark +License: LPPL 1.3 +Requires: texlive-base texlive-kpathsea +Provides: tex(hycolor.sty) = %{tl_version} +Provides: tex(xcolor-patch.sty) = %{tl_version} +BuildArch: noarch + +%description hycolor +This package provides the code for the color option that is +used by packages hyperref and bookmark. It is not intended as +package for the user. + +%package kvdefinekeys +Summary: Define keys for use in the kvsetkeys package +License: LPPL 1.3 +Requires: texlive-base texlive-kpathsea +Provides: tex(kvdefinekeys.sty) = %{tl_version} +BuildArch: noarch + +%description kvdefinekeys +The package provides a macro \kv@define@key (analogous to +keyval's \define@key, to define keys for use by kvsetkeys. + +%package kvsetkeys +Summary: Key value parser with default handler support +License: LPPL 1.3 +Requires: texlive-base texlive-kpathsea +Provides: tex(kvsetkeys.sty) = %{tl_version} +BuildArch: noarch + +%description kvsetkeys +This package provides \kvsetkeys, a variant of package keyval's +\setkeys. It allows the user to specify a handler that deals +with unknown options. Active commas and equal signs may be used +(e.g. see babel's shorthands) and only one level of curly +braces are removed from the values. + +%package letltxmacro +Summary: Let assignment for LaTeX macros +License: LPPL 1.3 +Requires: texlive-base texlive-kpathsea +Provides: tex(letltxmacro.sty) = %{tl_version} +BuildArch: noarch + +%description letltxmacro +TeX's \let assignment does not work for LaTeX macros with +optional arguments or for macros that are defined as robust +macros by \DeclareRobustCommand. This package defines +\LetLtxMacro that also takes care of the involved internal +macros. + +%package pdfescape +Summary: Implements pdfTeX's escape features using TeX or e-TeX +License: LPPL 1.3 +Requires: texlive-base texlive-kpathsea +Provides: tex(pdfescape.sty) = %{tl_version} +BuildArch: noarch + +%description pdfescape +This package implements pdfTeX's escape features +(\pdfescapehex, \pdfunescapehex, \pdfescapename, +\pdfescapestring) using TeX or e-TeX. + %package refcount Summary: Counter operations with label references -Version: svn53164 License: LPPL 1.3 Requires: texlive-base texlive-kpathsea Provides: tex(refcount.sty) = %{tl_version} +BuildArch: noarch %description refcount Provides commands \setcounterref and \addtocounterref which use @@ -153734,9 +23725,126 @@ value to put into the counter, as in: ...\label{sec:foo} ... reference of the label. No .ins file is distributed; process the .dtx with plain TeX to create one. +%package colorprofiles +Summary: Collection of free ICC profiles +License: LPPL and MIT and Public Domain and zlib +Requires: texlive-base texlive-kpathsea +Provides: tex(FOGRA39L_coated.icc) = %{tl_version} +Provides: tex(colorprofiles.sty) = %{tl_version} +Provides: tex(colorprofiles.tex) = %{tl_version} +Provides: tex(sRGB.icc) = %{tl_version} +BuildArch: noarch + +%description colorprofiles +This package collects free ICC profiles that can be used by +color profile aware applications/tools like the pdfx package, +as well as TeX and LaTeX packages to access them. + +%package hyphenex +Provides: tex-hyphenex = %{tl_version} +License: Public Domain +Summary: US English hyphenation exceptions file +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(ushyphex.tex) = %{tl_version} +BuildArch: noarch + +%description hyphenex +Exceptions for American English hyphenation patterns are +occasionally published in the TeX User Group journal TUGboat. +This bundle provides alternative Perl and Bourne shell scripts +to convert the source of such an article into an exceptions +file, together with a recent copy of the article and machine- +readable files. + +%package ifplatform +Provides: tex-ifplatform = %{tl_version} +License: LPPL +Summary: Conditionals to test which platform is being used +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(pdftexcmds.sty) +Requires: tex(catchfile.sty) +Requires: tex(ifluatex.sty) +Provides: tex(ifplatform.sty) = %{tl_version} +BuildArch: noarch + +%description ifplatform +This package uses the (La)TeX extension -shell-escape to +establish whether the document is being processed on a Windows +or on a Unix-like system (Mac OS X, Linux, etc.), or on Cygwin +(Unix environment over a windows system). Booleans provided +are: \ifwindows, \iflinux, \ifmacosx and \ifcygwin. The package +also preserves the output of uname on a Unix-like system, which +may be used to distinguish between various classes of Unix +systems. + +%package luahbtex +Provides: tex-luahbtex = %{epoch}:%{source_date}-%{release} +Provides: texlive-luahbtex-bin = %{epoch}:%{source_date}-%{release} +Provides: tex-luahbtex-bin = %{epoch}:%{source_date}-%{release} +License: GPLv2+ +Summary: LuaTeX with HarfBuzz library for glyph shaping +Requires: texlive-base +Requires: texlive-kpathsea +Requires: texlive-luatex +Requires: texlive-cm +Requires: texlive-etex +Requires: texlive-hyphen-base +Requires: texlive-knuth-lib +Requires: texlive-plain +Requires: texlive-tex-ini-files +Requires: texlive-unicode-data +Requires: texlive-hyph-utf8 + +%description luahbtex +LuaTeX with HarfBuzz library for glyph shaping. + +%package modes +Summary: A collection of Metafont mode_def's +License: Public Domain +Requires: texlive-base texlive-kpathsea +BuildArch: noarch + +%description modes +The modes file collects all known Metafont modes for printing +or display devices, of whatever printing technology. Special +provision is made for write-white printers, and a 'landscape' +mode is available, for making suitable fonts for printers with +pixels whose aspect is non-square. The file also provides +definitions that make \specials identifying the mode in +Metafont's GF output, and put coding information and other +Xerox-world information in the TFM file. + +%package bitset +Summary: Handle bit-vector datatype +License: LPPL 1.3 +Requires: texlive-base texlive-kpathsea +Requires: texlive-bigintcalc +Provides: tex(bitset.sty) = %{tl_version} +BuildArch: noarch + +%description bitset +This package defines and implements the data type bit set, a +vector of bits. The size of the vector may grow dynamically. +Individual bits can be manipulated. + +%package rerunfilecheck +Summary: Checksum based rerun checks on auxiliary files +License: LPPL 1.3 +Requires: texlive-base texlive-kpathsea +Requires: texlive-atveryend +Requires: texlive-uniquecounter +Provides: tex(rerunfilecheck.sty) = %{tl_version} +BuildArch: noarch + +%description rerunfilecheck +The package provides additional rerun warnings if some +auxiliary files have changed. It is based on MD5 checksum, +provided by pdfTeX. + %package stringenc Summary: Converting a string between different encodings -Version: svn52982 License: LPPL 1.3 Requires: texlive-base texlive-kpathsea Provides: tex(se-ascii-print.def) = %{tl_version} @@ -153780,362 +23888,1609 @@ Provides: tex(se-utf32be.def) = %{tl_version} Provides: tex(se-utf32le.def) = %{tl_version} Provides: tex(se-utf8.def) = %{tl_version} Provides: tex(stringenc.sty) = %{tl_version} +BuildArch: noarch %description stringenc This package provides \StringEncodingConvert for converting a string between different encodings. Both LaTeX and plain-TeX are supported. +%package bookmark +Summary: A new bookmark (outline) organization for hyperref +License: LPPL 1.3 +Requires: texlive-base texlive-kpathsea +Provides: tex(bkm-dvipdfm.def) = %{tl_version} +Provides: tex(bkm-dvips.def) = %{tl_version} +Provides: tex(bkm-dvipsone.def) = %{tl_version} +Provides: tex(bkm-pdftex.def) = %{tl_version} +Provides: tex(bkm-textures.def) = %{tl_version} +Provides: tex(bkm-vtex.def) = %{tl_version} +Provides: tex(bookmark.sty) = %{tl_version} +BuildArch: noarch + +%description bookmark +This package implements a new bookmark (outline) organization +for package hyperref. Bookmark properties such as style and +color can now be set. Other action types are available (URI, +GoToR, Named). The bookmarks are generated in the first compile +run. Package hyperref uses two runs. + +%package alphalph +Summary: Convert numbers to letters +License: LPPL 1.3 +Requires: texlive-base texlive-kpathsea +Provides: tex(alphalph.sty) = %{tl_version} +BuildArch: noarch + +%description alphalph +Provides commands \alphalph and \AlphAlph. They are like +\number but the expansion consists of lowercase and uppercase +letters respectively (1 to a, 26 to z, 27 to aa, 52 to zz, 53 +to ba, 702 to zz, 703 to aaa, etc.). Can be used as a +replacement for LaTeX's \@alph and \@Alph macros. + +%package hologo +Summary: A collection of logos with bookmark support +License: LPPL 1.3 +Requires: texlive-base texlive-kpathsea +Provides: tex(hologo.sty) = %{tl_version} +BuildArch: noarch + +%description hologo +The package defines a single command \hologo, whose argument is +the usual case-confused ASCII version of the logo. The command +is bookmark-enabled, so that every logo becomes available in +bookmarks without further work. + +%package pdfcolmk +Summary: Improved colour support under pdfTeX (legacy stub) +License: LPPL 1.3 +Requires: texlive-base texlive-kpathsea +Provides: tex(pdfcolmk.sty) = %{tl_version} +BuildArch: noarch + +%description pdfcolmk +The package used to provide macros that emulated the 'colour +stack' functionality of dvips. The colour stack deals with +colour manipulations when asynchronous events (like +page-breaking) occur. At the time the package was written, +pdfTeX did not (yet) have such a stack, though dvips had had +one for a long time. This package was an experimental solution +to the problem, and worked best with pdfeTeX. For current +releases of pdfTeX (later than version 1.40.0, released in +2007), this package is not needed, since "real" colour stacks +are available. The present pdfcolmk is therefore just an empty +stub that does nothing at all, just in case there are still +documents that reference it. The documented source of the +original package is still available at the github repository. + +%package sansmathaccent +Provides: tex-sansmathaccent = %{tl_version} +License: LPPL 1.3 +Summary: Correct placement of accents in sans-serif maths +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(filehook.sty) +Provides: tex(sansmathaccent.map) = %{tl_version} +Provides: tex(ot1mathkerncmss.fd) = %{tl_version} +Provides: tex(sansmathaccent.sty) = %{tl_version} +BuildArch: noarch + +%description sansmathaccent +Sans serif maths (produced by the beamer class or the sfmath +package) often has accents positioned incorrectly. This package +fixes the positioning of such accents when the default font +(cmssi) is used for sans serif maths. It will have no effect if +used in a document that does not use the beamer class or the +sfmath package. + +%package minitoc +Provides: tex-minitoc = %{tl_version} +License: LPPL 1.3 +Summary: Produce a table of contents for each chapter, part or section +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(mtcpatchmem.sty) +Requires: tex(flafter.sty) +Requires: tex(placeins.sty) +Requires: tex(notoccite.sty) +Provides: tex(minitoc.sty) = %{tl_version} +Provides: tex(mtcmess.sty) = %{tl_version} +Provides: tex(mtcoff.sty) = %{tl_version} +Provides: tex(mtcpatchmem.sty) = %{tl_version} +BuildArch: noarch + +%description minitoc +The minitoc package allows you to add mini-tables-of-contents +(minitocs) at the beginning of every chapter, part or section. +There is also provision for mini-lists of figures and of +tables. At the part level, they are parttocs, partlofs and +partlots. If the type of document does not use chapters, the +basic provision is section level secttocs, sectlofs and +sectlots. The package has provision for language-specific +configuration of its own "fixed names", using .mld files +(analagous to babel .ldf files that do that job for LaTeX"s own +fixed names). + +%package notoccite +Provides: tex-notoccite = %{tl_version} +License: Public Domain +Summary: Prevent trouble from citations in table of contents, etc +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(notoccite.sty) = %{tl_version} +BuildArch: noarch + +%description notoccite +If you have \cite commands in \section-like commands, or in +\caption, the citation will also appear in the table of +contents, or list of whatever. If you are also using an unsrt- +like bibliography style, these citations will come at the very +start of the bibliography, which is confusing. This package +suppresses the effect. + %package catchfile Summary: Catch an external file into a macro -Version: svn53084 License: LPPL 1.3 Requires: texlive-base texlive-kpathsea Provides: tex(catchfile.sty) = %{tl_version} Requires: tex(infwarerr.sty) Requires: tex(ltxcmds.sty) Requires: tex(etexcmds.sty) +BuildArch: noarch %description catchfile This package catches the contents of a file and puts it in a macro. It requires e-TeX. Both LaTeX and plain TeX are supported. -%package annotate -Summary: A bibliography style with annotations -Version: svn52824 -# clearly derived from alpha.bst -License: Bibtex -Requires: texlive-base texlive-kpathsea - -%description annotate -The style is a derivative of the standard alpha style, which -processes an entry's annotate field as part of the printed -output. - -%package authordate -Summary: Author/date style citation styles -Version: svn52564 -License: Knuth -Requires: texlive-base texlive-kpathsea -Provides: tex(authordate1-4.sty) = %{tl_version} - -%description authordate -Authordate produces styles loosely based on the recommendations -of British Standard 1629(1976), Butcher's Copy-editing and the -Chicago Manual of Style. The bundle provides four BibTeX styles -(authordate1, ..., authordate4), and a LaTeX package, for -citation in author/date style. The BibTeX styles differ in how -they format names and titles; one of them is necessary for the -LaTeX package to work. - -%package gfsdidotclassic -Summary: The classic version of GFSDidot -Version: svn52778 -License: OFL -Requires: texlive-base texlive-kpathsea - -%description gfsdidotclassic -The classic version of GFSDidot provided for Unicode TeX -engines. - -%package git-latexdiff -Summary: Call latexdiff on two Git revisions of a file -Version: svn54732 -License: BSD -Requires: texlive-base texlive-kpathsea - -%description git-latexdiff -git-latexdiff is a tool to graphically visualize differences -between different versions of a LaTeX file. Technically, it is -a wrapper around git and latexdiff. - -%package inputenx -Summary: Enhanced input encoding handling -Version: svn52986 +%package atveryend +Summary: Hooks at the very end of a document License: LPPL 1.3 Requires: texlive-base texlive-kpathsea -Provides: tex(inputenx.sty) = %{tl_version} -Provides: tex(ix-alias.def) = %{tl_version} -Provides: tex(ix-math.def) = %{tl_version} -Provides: tex(ix-name.def) = %{tl_version} -Provides: tex(ix-slot.def) = %{tl_version} -Provides: tex(ix-uc.def) = %{tl_version} -Provides: tex(x-ascii.def) = %{tl_version} -Provides: tex(x-atarist.def) = %{tl_version} -Provides: tex(x-cp1250.def) = %{tl_version} -Provides: tex(x-cp1251.def) = %{tl_version} -Provides: tex(x-cp1252.def) = %{tl_version} -Provides: tex(x-cp1255.def) = %{tl_version} -Provides: tex(x-cp1257.def) = %{tl_version} -Provides: tex(x-cp437.def) = %{tl_version} -Provides: tex(x-cp850.def) = %{tl_version} -Provides: tex(x-cp852.def) = %{tl_version} -Provides: tex(x-cp855.def) = %{tl_version} -Provides: tex(x-cp858.def) = %{tl_version} -Provides: tex(x-cp865.def) = %{tl_version} -Provides: tex(x-cp866.def) = %{tl_version} -Provides: tex(x-dec-mcs.def) = %{tl_version} -Provides: tex(x-iso-8859-1.def) = %{tl_version} -Provides: tex(x-iso-8859-10.def) = %{tl_version} -Provides: tex(x-iso-8859-13.def) = %{tl_version} -Provides: tex(x-iso-8859-14.def) = %{tl_version} -Provides: tex(x-iso-8859-15.def) = %{tl_version} -Provides: tex(x-iso-8859-16.def) = %{tl_version} -Provides: tex(x-iso-8859-2.def) = %{tl_version} -Provides: tex(x-iso-8859-3.def) = %{tl_version} -Provides: tex(x-iso-8859-4.def) = %{tl_version} -Provides: tex(x-iso-8859-5.def) = %{tl_version} -Provides: tex(x-iso-8859-8.def) = %{tl_version} -Provides: tex(x-iso-8859-9.def) = %{tl_version} -Provides: tex(x-koi8-r.def) = %{tl_version} -Provides: tex(x-mac-centeuro.def) = %{tl_version} -Provides: tex(x-mac-cyrillic.def) = %{tl_version} -Provides: tex(x-mac-roman.def) = %{tl_version} -Provides: tex(x-nextstep.def) = %{tl_version} -Provides: tex(x-verbatim.def) = %{tl_version} +Provides: tex(atveryend.sty) = %{tl_version} +BuildArch: noarch -%description inputenx -This package deals with input encodings. It provides a wider -range of input encodings using standard mappings, than does -inputenc; it also covers nearly all slots. In this way, it -serves as more uptodate replacement for package inputenc. +%description atveryend +This LaTeX packages provides two hooks for \end{document} that +are executed after the hook of \AtEndDocument: +\AfterLastShipout can be used for code that is to be executed +right after the last \clearpage before the `.aux' file is +closed. \AtVeryEndDocument is used for code after closing and +final reading of the `.aux' file. -%package courierten -Summary: Courier 10 Pitch BT with LaTeX support -Version: svn55436 -License: MIT -Requires: texlive-base texlive-kpathsea -Provides: tex(CourierOneZeroPitch.map) = %{tl_version} -Provides: tex(LY1CourierOneZeroPitch-TLF.fd) = %{tl_version} -Provides: tex(OT1CourierOneZeroPitch-TLF.fd) = %{tl_version} -Provides: tex(T1CourierOneZeroPitch-TLF.fd) = %{tl_version} -Provides: tex(TS1CourierOneZeroPitch-TLF.fd) = %{tl_version} -Provides: tex(a_2hg32y.enc) = %{tl_version} -Provides: tex(a_5k4rzj.enc) = %{tl_version} -Provides: tex(a_keoqme.enc) = %{tl_version} -Provides: tex(a_n2okah.enc) = %{tl_version} -Provides: tex(courierten.sty) = %{tl_version} - -%description courierten -This is the font Courier 10 Pitch BT, with LaTeX support and an -OpenType conversion as well. - -%package notomath -Summary: Math support for Noto fonts -Version: svn56050 -License: OFL and LPPL 1.3 -Requires: texlive-base texlive-kpathsea -Provides: tex(NotoMath.map) = %{tl_version} -Provides: tex(newtx-noto-subs.tex) = %{tl_version} -Provides: tex(newtx-notosans-subs.tex) = %{tl_version} -Provides: tex(notomath.sty) = %{tl_version} -Provides: tex(omlnotomi.fd) = %{tl_version} -Provides: tex(omlnotosansmi.fd) = %{tl_version} - -%description notomath -Math support via newtxmath for Google's NotoSerif and NotoSans. -(Regular and Bold weights only.) - -%package cmathbb -Summary: Computer modern mathematical blackboard bold font -Version: svn56414 +%package uniquecounter +Summary: Provides unlimited unique counter License: LPPL 1.3 Requires: texlive-base texlive-kpathsea -Provides: tex(a_ghauqe.enc) = %{tl_version} -Provides: tex(a_jggq4p.enc) = %{tl_version} -Provides: tex(a_ns6ls2.enc) = %{tl_version} -Provides: tex(a_szuv3s.enc) = %{tl_version} -Provides: tex(cmathbb.map) = %{tl_version} -Provides: tex(cmathbb.sty) = %{tl_version} -Provides: tex(ucmath.fd) = %{tl_version} +Provides: tex(uniquecounter.sty) = %{tl_version} +BuildArch: noarch -%description cmathbb -This font contains all digits and latin letters uppercase and -lowercase for the Computer Modern font family in blackboard -bold. +%description uniquecounter +This package provides a kind of counter that provides unique +number values. Several counters can be created with different +names. The numeric values are not limited. -%package ibarra -Summary: LaTeX support for the Ibarra Real Nova family of fonts -Version: svn55820 -License: OFL and LPPL +%package attachfile2 +Provides: tex-attachfile2 = %{epoch}:%{source_date}-%{release} +Provides: tex-attachfile2-bin = %{epoch}:%{source_date}-%{release} +Provides: texlive-attachfile2-bin = %{epoch}:%{source_date}-%{release} +License: LPPL +Summary: Attach files into PDF +Requires: texlive-base +Requires: texlive-kpathsea +Provides: tex(attachfile2.sty) = %{epoch}:%{source_date}-%{release} +BuildArch: noarch + +%description attachfile2 +This package can be used to attach files to a PDF document. It +is a further development of Scott Pakin's package attachfile +for pdfTeX. Apart from bug fixes, this package adds support for +dvips, some new options, and gets and writes meta information +data about the attached files. + +%package translator +Summary: Easy translation of strings in LaTeX +License: LPPL or GPL+ Requires: texlive-base texlive-kpathsea -Provides: tex(LY1IbarraRealNova-LF.fd) = %{tl_version} -Provides: tex(LY1IbarraRealNova-OsF.fd) = %{tl_version} -Provides: tex(LY1IbarraRealNova-Sup.fd) = %{tl_version} -Provides: tex(OT1IbarraRealNova-LF.fd) = %{tl_version} -Provides: tex(OT1IbarraRealNova-OsF.fd) = %{tl_version} -Provides: tex(OT1IbarraRealNova-Sup.fd) = %{tl_version} -Provides: tex(T1IbarraRealNova-LF.fd) = %{tl_version} -Provides: tex(T1IbarraRealNova-OsF.fd) = %{tl_version} -Provides: tex(T1IbarraRealNova-Sup.fd) = %{tl_version} -Provides: tex(TS1IbarraRealNova-LF.fd) = %{tl_version} -Provides: tex(TS1IbarraRealNova-OsF.fd) = %{tl_version} -Provides: tex(ibarra.map) = %{tl_version} -Provides: tex(ibarra.sty) = %{tl_version} -Provides: tex(ibrr_2qacnp.enc) = %{tl_version} -Provides: tex(ibrr_6jlwjs.enc) = %{tl_version} -Provides: tex(ibrr_a3lg2q.enc) = %{tl_version} -Provides: tex(ibrr_bqfkme.enc) = %{tl_version} -Provides: tex(ibrr_eocuub.enc) = %{tl_version} -Provides: tex(ibrr_gj2f64.enc) = %{tl_version} -Provides: tex(ibrr_ifilzm.enc) = %{tl_version} -Provides: tex(ibrr_j5nrvp.enc) = %{tl_version} -Provides: tex(ibrr_miztrm.enc) = %{tl_version} -Provides: tex(ibrr_qbzklr.enc) = %{tl_version} -Provides: tex(ibrr_rszbuw.enc) = %{tl_version} -Provides: tex(ibrr_s4svbt.enc) = %{tl_version} -Provides: tex(ibrr_xjlkg7.enc) = %{tl_version} -Provides: tex(ibrr_xx2mp7.enc) = %{tl_version} -Provides: tex(ibrr_yt2suz.enc) = %{tl_version} -Provides: tex(ibrr_yyhfj4.enc) = %{tl_version} +Requires: tex(keyval.sty) +Provides: tex(translator.sty) = %{tl_version} +BuildArch: noarch -%description ibarra -The Ibarra Real Nova is a revival of a typeface designed by -Geronimo Gil for the publication of Don Quixote for the Real -Academia de la Lengua in 1780. Joaquin Ibarra was the printer. +%description translator +This LaTeX package provides a flexible mechanism for +translating individual words into different languages. For +example, it can be used to translate a word like "figure" into, +say, the German word "Abbildung". Such a translation mechanism +is useful when the author of some package would like to +localize the package such that texts are correctly translated +into the language preferred by the user. This package is not +intended to be used to automatically translate more than a few +words. -%package josefin -Summary: Josefin fonts with LaTeX support -Version: svn56311 -License: OFL and LPPL +%package bigintcalc +Summary: Integer calculations on very large numbers +License: LPPL 1.3 Requires: texlive-base texlive-kpathsea -Provides: tex(LY1JosefinSans-LF.fd) = %{tl_version} -Provides: tex(OT1JosefinSans-LF.fd) = %{tl_version} -Provides: tex(T1JosefinSans-LF.fd) = %{tl_version} -Provides: tex(TS1JosefinSans-LF.fd) = %{tl_version} -Provides: tex(jfn_2p3jiy.enc) = %{tl_version} -Provides: tex(jfn_adz5lu.enc) = %{tl_version} -Provides: tex(jfn_d2anrk.enc) = %{tl_version} -Provides: tex(jfn_ehgfhq.enc) = %{tl_version} -Provides: tex(jfn_hf4msv.enc) = %{tl_version} -Provides: tex(jfn_ti63qo.enc) = %{tl_version} -Provides: tex(jfn_umrhwx.enc) = %{tl_version} -Provides: tex(jfn_w4rwtq.enc) = %{tl_version} -Provides: tex(josefin.map) = %{tl_version} -Provides: tex(josefin.sty) = %{tl_version} +Provides: tex(bigintcalc.sty) = %{tl_version} +BuildArch: noarch -%description josefin -This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX -support for the Josefin Sans family of fonts, designed by -Santiago Orozco of the Typemade foundry in Monterey, Mexico. -Josefin Sans is available in seven weights, with corresponding -italics. +%description bigintcalc +This package provides expandable arithmetic operations with big +integers that can exceed TeX's number limits. -%package plimsoll -Summary: Fonts with the Plimsoll symbol and LaTeX support -Version: svn56605 -License: GPLv3+ +%package l3backend +Summary: LaTeX3 backend drivers +License: LPPL Requires: texlive-base texlive-kpathsea -Provides: tex(plimsoll.enc) = %{tl_version} -Provides: tex(plimsoll.map) = %{tl_version} -Provides: tex(plimsoll.sty) = %{tl_version} +Provides: tex(l3backend-dvipdfmx.def) = %{tl_version} +Provides: tex(l3backend-dvips.def) = %{tl_version} +Provides: tex(l3backend-dvisvgm.def) = %{tl_version} +Provides: tex(l3backend-pdfmode.def) = %{tl_version} +Provides: tex(l3backend-xdvipdfmx.def) = %{tl_version} +BuildArch: noarch -%description plimsoll -This package provides access to the Plimsoll symbol for use -with LaTeX. The Plimsoll symbol is sometimes used in chemistry -for denoting standard states and values. The LaTeX package -provides access to this notation as well. The syntax for -denoting the standard state is the same as suggested in the -Comprehensive LaTeX Symbol List for emulating the Plimsoll -mark. +%description l3backend +This package forms parts of expl3, and contains the code used +to interface with backends (drivers) across the expl3 codebase. +The functions here are defined differently depending on the +engine in use. As such, these are distributed separately from +l3kernel to allow this code to be updated on an independent +schedule. -%package spectral -Summary: Spectral fonts with LaTeX support -Version: svn56153 -License: OFL and LPPL +%package dehyph +Summary: German hyphenation patterns for traditional orthography +License: LPPL Requires: texlive-base texlive-kpathsea -Provides: tex(LY1Spectral-LF.fd) = %{tl_version} -Provides: tex(LY1Spectral-OsF.fd) = %{tl_version} -Provides: tex(LY1Spectral-Sup.fd) = %{tl_version} -Provides: tex(LY1Spectral-TLF.fd) = %{tl_version} -Provides: tex(LY1Spectral-TOsF.fd) = %{tl_version} -Provides: tex(OT1Spectral-LF.fd) = %{tl_version} -Provides: tex(OT1Spectral-OsF.fd) = %{tl_version} -Provides: tex(OT1Spectral-Sup.fd) = %{tl_version} -Provides: tex(OT1Spectral-TLF.fd) = %{tl_version} -Provides: tex(OT1Spectral-TOsF.fd) = %{tl_version} -Provides: tex(T1Spectral-LF.fd) = %{tl_version} -Provides: tex(T1Spectral-OsF.fd) = %{tl_version} -Provides: tex(T1Spectral-Sup.fd) = %{tl_version} -Provides: tex(T1Spectral-TLF.fd) = %{tl_version} -Provides: tex(T1Spectral-TOsF.fd) = %{tl_version} -Provides: tex(TS1Spectral-LF.fd) = %{tl_version} -Provides: tex(TS1Spectral-OsF.fd) = %{tl_version} -Provides: tex(TS1Spectral-TLF.fd) = %{tl_version} -Provides: tex(TS1Spectral-TOsF.fd) = %{tl_version} -Provides: tex(USpectral-Orn.fd) = %{tl_version} -Provides: tex(spctrl_2aac4b.enc) = %{tl_version} -Provides: tex(spctrl_3w4m5o.enc) = %{tl_version} -Provides: tex(spctrl_4pmhlc.enc) = %{tl_version} -Provides: tex(spctrl_557mkd.enc) = %{tl_version} -Provides: tex(spctrl_5nvskg.enc) = %{tl_version} -Provides: tex(spctrl_7723dm.enc) = %{tl_version} -Provides: tex(spctrl_7yrmk2.enc) = %{tl_version} -Provides: tex(spctrl_afnhyv.enc) = %{tl_version} -Provides: tex(spctrl_aqo46g.enc) = %{tl_version} -Provides: tex(spctrl_euyf7f.enc) = %{tl_version} -Provides: tex(spctrl_f72vab.enc) = %{tl_version} -Provides: tex(spctrl_fjos6u.enc) = %{tl_version} -Provides: tex(spctrl_fx5a3s.enc) = %{tl_version} -Provides: tex(spctrl_gjclhi.enc) = %{tl_version} -Provides: tex(spctrl_grm5gg.enc) = %{tl_version} -Provides: tex(spctrl_idimeu.enc) = %{tl_version} -Provides: tex(spctrl_jbpxno.enc) = %{tl_version} -Provides: tex(spctrl_jn4bsu.enc) = %{tl_version} -Provides: tex(spctrl_kxtkh6.enc) = %{tl_version} -Provides: tex(spctrl_li2pym.enc) = %{tl_version} -Provides: tex(spctrl_n2dqb2.enc) = %{tl_version} -Provides: tex(spctrl_nmk6rb.enc) = %{tl_version} -Provides: tex(spctrl_nnruvf.enc) = %{tl_version} -Provides: tex(spctrl_pfe23f.enc) = %{tl_version} -Provides: tex(spctrl_ph2c4v.enc) = %{tl_version} -Provides: tex(spctrl_qkttcp.enc) = %{tl_version} -Provides: tex(spctrl_ti2bo2.enc) = %{tl_version} -Provides: tex(spctrl_tljjuh.enc) = %{tl_version} -Provides: tex(spctrl_vm23tp.enc) = %{tl_version} -Provides: tex(spctrl_y3a2sk.enc) = %{tl_version} -Provides: tex(spectral.map) = %{tl_version} -Provides: tex(spectral.sty) = %{tl_version} +Provides: tex(dehyphn.tex) = %{tl_version} +Provides: tex(dehypht.tex) = %{tl_version} +Provides: tex(dehyphtex.tex) = %{tl_version} +BuildArch: noarch -%description spectral -This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX -support for the Spectral family of fonts, designed by -Jean-Baptiste Levee at the Production Type digital type design -agency. Spectral is a new and versatile serif face available in -seven weights of roman and italic, with small caps. +%description dehyph +The package provides older hyphenation patterns for the German +language. Please note that by default only pdfLaTeX uses these +patterns (mainly for backwards compatibility). The older +packages ghyphen and gnhyph are now bundled together with +dehyph, and are no longer be updated. Both XeLaTeX and LuaLaTeX +use the current German hyphenation patterns taken from +Hyphenation patterns in UTF-8, and using the Experimental +hyphenation patterns for the German language package it is +possible to make pdfLaTeX use the new German patterns as well. + +%package latexbug +Summary: Bug-classification for LaTeX related bugs +License: LPPL +Requires: texlive-base texlive-kpathsea +Provides: tex(latexbug.sty) = %{tl_version} +BuildArch: noarch + +%description latexbug +The package is written in order to help identifying the +rightful addressee for a bug report. The LaTeX team asks that +it will be loaded in any test file that is intended to be sent +to the LaTeX bug database as part of a bug report. + +%package footnotehyper +Provides: tex-footnotehyper = %{tl_version} +License: LPPL +Summary: hyperref aware footnote.sty +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(footnotehyper.sty) = %{tl_version} +BuildArch: noarch + +%description footnotehyper +The footnote package by Mark Wooding dates back to 1997 and has +not been made hyperref compatible. The aim of the present +package is to do that. + +%package epstopdf-pkg +Summary: Call epstopdf "on the fly" +License: LPPL 1.3 +Requires: texlive-base texlive-kpathsea +Provides: tex(epstopdf-base.sty) = %{tl_version} +Provides: tex(epstopdf.sty) = %{tl_version} +BuildArch: noarch + +%description epstopdf-pkg +The package adds support for EPS files in the graphicx package +when running under pdfTeX. If an EPS graphic is detected, the +package spawns a process to convert the EPS to PDF, using the +script epstopdf. This of course requires that shell escape is +enabled for the pdfTeX run. + +%package lwarp +Provides: tex-lwarp = %{epoch}:%{source_date}-%{release} +Provides: texlive-lwarp-bin = %{epoch}:%{source_date}-%{release} +Provides: tex-lwarp-bin = %{epoch}:%{source_date}-%{release} +Obsoletes: texlive-lwarp-bin < 7:20170520 +Provides: tex-lwarp-doc = %{epoch}:%{source_date}-%{release} +Provides: texlive-lwarp-doc = %{epoch}:%{source_date}-%{release} +Obsoletes: texlive-lwarp-doc < 7:20170520 +License: LPPL +Summary: Converts LaTeX to HTML +Requires: texlive-base +Requires: texlive-kpathsea +BuildArch: noarch + +%description lwarp +The package causes LaTeX to directly produce HTML5 output, +using external utility programs only for the final conversion +of text and images. Math may be represented by SVG files or +MathJax. Documents may be produced by LaTeX, LuaLaTeX, or +XeLaTeX. A texlua script removes the need for system utilities +such as make and gawk, and also supports xindy and latexmk. +Configuration is automatic at the first manual compile. Print +and HTML versions of each document may coexist, each with its +own set of auxiliary files. Support files are self-generated on +request. Assistance is provided for HTML import into EPUB +conversion software and word processors. + +%package newfloat +Summary: Define new floating environments +License: LPPL 1.3 +Requires: texlive-base texlive-kpathsea +Provides: tex(newfloat.sty) = %{tl_version} +BuildArch: noarch + +%description newfloat +The package offers the command \DeclareFloatingEnvironment, +which the user may use to define new floating environments +which behave like the LaTeX standard foating environments +figure and table. + +%package pdflscape +Summary: Make landscape pages display as landscape +License: LPPL 1.3 +Requires: texlive-base texlive-kpathsea +Provides: tex(pdflscape.sty) = %{tl_version} +BuildArch: noarch + +%description pdflscape +The package adds PDF support to the landscape environment of +package lscape, by setting the PDF /Rotate page attribute. +Pages with this attribute will be displayed in landscape +orientation by conforming PDF viewers. + +%package ragged2e +Summary: Alternative versions of "ragged"-type commands +License: LPPL +Requires: texlive-base texlive-kpathsea +Provides: tex(ragged2e.sty) = %{tl_version} +BuildArch: noarch + +%description ragged2e +The package defines new commands \Centering, \RaggedLeft, and +\RaggedRight and new environments Center, FlushLeft, and +FlushRight, which set ragged text and are easily configurable +to allow hyphenation (the corresponding commands in LaTeX, all +of whose names are lower-case, prevent hyphenation altogether). + +%package ucharcat +Provides: tex-ucharcat = %{tl_version} +License: LPPL +Summary: Implementation of the (new in 2015) XeTeX \Ucharcat command in lua, for LuaTeX +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(ucharcat.sty) = %{tl_version} +BuildArch: noarch + +%description ucharcat +The package implements the \Ucharcat command for LuaLaTeX. +\Ucharcat is a new primitive in XeTeX, an extension of the +existing \Uchar command, that allows the specification of the +catcode as well as character code of the character token being +constructed. + +%package etoc +Provides: tex-etoc = %{tl_version} +License: LPPL 1.3 +Summary: Completely customisable TOCs +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: tex(multicol.sty) +Provides: tex(etoc.sty) = %{tl_version} +BuildArch: noarch + +%description etoc +The package gives the user complete control of how the entries +of the table of contents should be constituted from the name, +number, and page number of each sectioning unit. The layout is +controlled by the definition of 'line styles' for each +sectioning level used in the document. The package provides its +own custom line styles (which may be used as examples), and +continues to support the standard formatting inherited from the +LaTeX document classes, but the package can also allow the user +to delegate the details to packages dealing with list making +environments (such as enumitem). The package's default global +style typesets tables of contents in a multi-column format, +with either a standard heading, or a ruled title (optionally +with a frame around the table). The \tableofcontents command +may be used arbitrarily many times in the same document, while +\localtableofcontents provides a 'local' table of contents. + +%package hanging +Provides: tex-hanging = %{tl_version} +License: LPPL 1.3 +Summary: Hanging paragraphs +BuildArch: noarch +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(hanging.sty) = %{tl_version} + +%description hanging +The hanging package facilitates the typesetting of hanging +paragraphs. The package also enables typesetting with hanging +punctuation, by making punctuation characters active. This +facility is best suppressed (it can interfere with other +packages) -- there are package options for suppressing each +individual punctuation character. 'Real' attempts at hanging +punction should nowadays use the microtype package, which takes +advantage of the support offered in recent versions of pdfTeX. + +%package newunicodechar +Provides: tex-newunicodechar = %{tl_version} +License: LPPL 1.3 +Summary: Definitions of the meaning of Unicode characters +BuildArch: noarch +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Provides: tex(newunicodechar.sty) = %{tl_version} + +%description newunicodechar +The package provides a friendly interface for defining the +meaning of Unicode characters. The document should be processed +by (pdf)LaTeX with the unicode option of inputenc or inputenx, +or by XeLaTeX/LuaLaTeX. The command provided is +\newunicodechar{<char>}{<code>} where <char> is a directly- +typed Unicode character, and <code> is its replacement. + +%package stackengine +Provides: tex-stackengine = %{tl_version} +License: LPPL 1.3 +Summary: Highly customised stacking of objects, insets, baseline changes, etc +BuildArch: noarch +Requires: texlive-base +Requires: texlive-kpathsea-bin, tex-kpathsea +Requires: texlive-listofitems +Requires: tex(etoolbox.sty) +Provides: tex(stackengine.sty) = %{tl_version} + +%description stackengine +The package provides a versatile way to stack objects +vertically in a variety of customizable ways. A number of +useful macros are provided, all of which make use of the +stackengine core. + +%package listofitems +Summary: Grab items in lists using user-specified sep char +BuildArch: noarch +License: LPPL +Requires: texlive-base, texlive-kpathsea +Provides: tex(listofitems.sty) = %{tl_version} +Provides: tex(listofitems.tex) = %{tl_version} +Provides: tex(listofitemsold.tex) = %{tl_version} + +%description listofitems +This simple package is designed to read a list of items whose +parsing character may be selected by the user. Once the list is +read, its items are stored in a structure that behaves as a +dimensioned array. As such, it becomes very easy to access an +item in the list by its number. For example, if the list is +stored in the macro \foo, the item #3 is designated by \foo[3]. +A component may, in turn, be a list with a parsing delimiter +different from the parent list, paving the way for nesting and +employing a syntax reminiscent of an array of several +dimensions of the type \foo[3,2] to access the item #2 of the +list contained within the item #3 of the top-tier list. %prep -%setup -q -c -T -a 3 -a 4 -cp %{SOURCE7597} . +%setup -q -c -T +xz -dc %{SOURCE0} | tar x +[ -e %{source_name} ] && mv %{source_name} source +%patch1 -p0 +%patch2 -p1 -b .format +%patch5 -p0 +%if 0%{?fedora} || 0%{?rhel} >= 8 +%patch7 -p1 -b .newpoppler +%endif +%patch8 -p1 -b .texinfo-fix +%patch11 -p1 -b .dt +%patch15 -p1 -b .disabletest +%patch17 -p1 -b .annocheck +%if 0%{?fedora} || 0%{?rhel} >= 8 +%patch18 -p1 -b .poppler-0.73 +%endif +%patch19 -p1 -b .shh +%patch20 -p1 -b .fix-libgs-detection +%if 0%{?fedora} || 0%{?rhel} >= 8 +%patch23 -p1 -b .poppler-0.84 +%endif +%patch28 -p1 -b .CVE-2019-19601 +%if 0%{?fedora} >= 33 || 0%{?rhel} >= 9 +%patch29 -p1 -b .poppler090 +%endif + +# Setup copies of the licenses +for l in `unxz -c %{SOURCE2} | tar t`; do +ln -s %{_texdir}/licenses/$l $l +done + %build +export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -Werror=format-security" +export CXXFLAGS="$RPM_OPT_FLAGS -std=c++11 -fno-strict-aliasing -Werror=format-security" +%if 0%{?fedora} >= 28 || 0%{?rhel} >= 8 +export LDFLAGS="%{build_ldflags}" +%endif +cd source +PREF=`pwd`/inst +mkdir -p work +%global _configure ../configure +cd work +%configure \ + --prefix=$PREF --datadir=$PREF \ + --libdir=$PREF/lib \ + --includedir=$PREF/include \ + --datarootdir=$PREF/share \ + --mandir=$PREF/share/man \ + --infodir=$PREF/share/info \ + --exec_prefix=$PREF \ + --bindir=$PREF/bin \ + --with-system-zlib \ + --with-system-libpng \ + --with-system-xpdf \ + --with-system-gd \ + --with-system-teckit \ + --with-system-freetype2 \ + --with-system-poppler \ + --with-system-zziplib \ + --with-system-cairo \ + --with-system-icu \ + --with-system-harfbuzz \ + --with-system-graphite2 \ + --with-system-libgs \ + --with-system-pixman \ + --with-system-libpaper \ + --with-system-potrace \ + --with-pic \ + --with-xdvi-x-toolkit=xaw \ + --with-system-mpfr \ + --with-system-gmp \ + --disable-xindy \ + --disable-xindy-docs \ + --disable-xindy-make-rules \ + --enable-shared \ + --enable-compiler-warnings=max \ + --without-cxx-runtime-hack \ + --disable-native-texlive-build \ + --disable-t1utils \ + --disable-t1lib \ + --disable-psutils \ + --disable-biber \ + --disable-ptexenc \ + --disable-largefile \ + %ifarch aarch64 %{mips} %{power64} s390 s390x + --disable-luajittex \ + --disable-mfluajit \ + %endif + --disable-rpath + +# disable rpath +for i in `find . -name libtool`; do +sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' $i +sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' $i +done + +make world %{?_smp_mflags} STRIPPROG=/bin/true STRIP=/bin/true + %install -# create directory tree +# make directories mkdir -p %{buildroot}%{_texdir}/../texmf mkdir -p %{buildroot}%{_texdir}/texmf-config/web2c mkdir -p %{buildroot}%{_texmf_var} mkdir -p %{buildroot}%{_texdir}/texmf-dist mkdir -p %{buildroot}%{_texdir}/texmf-local +pushd %{buildroot}%{_texdir}/texmf-local +ln -s ../../texmf texmf-compat +popd -for i in %{sources}; do - # find our special snowflakes - if [ "$i" != "%{_sourcedir}/texlive-licenses.tar.xz" ] && [ "$i" != "%{_sourcedir}/yfonts-t1-license-email.pdf" ] && [ "$i" != "%{_sourcedir}/texlive-fonts-appstream-metadata.tar.bz2" ]; then - if [ "$i" = "%{_sourcedir}/texlive-msg-translations.tar.xz" ] || [ "$i" = "%{_sourcedir}/platex.tar.xz" ] || [ "$i" = "%{_sourcedir}/platex.doc.tar.xz" ] || [ "$i" = "%{_sourcedir}/texworks.doc.tar.xz" ] || [ "$i" = "%{_sourcedir}/uplatex.tar.xz" ] || [ "$i" == "%{_sourcedir}/texlive-docindex.tar.xz" ] || [ "$i" == "%{_sourcedir}/texlive-docindex.doc.tar.xz" ] || [ "$i" == "%{_sourcedir}/haranoaji.tar.xz" ] || [ "$i" == "%{_sourcedir}/haranoaji.doc.tar.xz" ] || [ "$i" == "%{_sourcedir}/git-latexdiff.tar.xz" ] || [ "$i" == "%{_sourcedir}/git-latexdiff.doc.tar.xz" ]; then - OUTDIR="%{buildroot}%{_texdir}" - else - OUTDIR="%{buildroot}%{_texdir}/texmf-dist" - fi - xz -dc $i | tar x -C $OUTDIR - fi +# make symlinks +pushd %{buildroot}%{_texdir}/texmf-config/web2c +ln -s ../../texmf-dist/web2c/updmap.cfg updmap.cfg +popd + +# install binaries +mkdir -p %{buildroot}%{_bindir} +rm -f source/inst/bin/man +cp -a source/inst/bin/* %{buildroot}%{_bindir} + +# install libs +mkdir -p %{buildroot}%{_libdir} +cp -d source/inst/lib/*.so* %{buildroot}%{_libdir} +cp -a source/inst/lib/pkgconfig %{buildroot}%{_libdir} + +# install includes +mkdir -p %{buildroot}%{_includedir} +cp -r source/inst/include/* %{buildroot}%{_includedir} + +# install shared files +mkdir -p %{buildroot}%{_datadir} +mkdir -p %{buildroot}%{_texdir} +pushd source/inst/share +cp -a info %{buildroot}%{_datadir}/ +cp -a man %{buildroot}%{_datadir}/ +cp -a texmf-dist %{buildroot}%{_texdir}/ +popd + +# relocate binaries to %%{_bindir} and fix relative symlinks +pushd %{buildroot}%{_bindir} +for i in `find . -type l`; do +if [ "`readlink $i | grep '..' | wc -l`" == "1" ]; then +l=`readlink $i | sed s,.*texmf,/usr/share/texlive/texmf,` +rm -f $i +ln -s $l $i +fi +done +popd + +# drop i386-linux packages so we need to make symlinks manuall +# luatex +%ifnarch aarch64 %{mips} %{power64} s390 s390x +pushd %{buildroot}%{_bindir} +for f in texluajit texluajitc ; do + ln -fs luajittex $f +done +popd +%endif + +# fix context +pushd %{buildroot}%{_bindir} +rm -f context +cat > context << EOF +#!/bin/sh +export TEXMF=/usr/share/texlive/texmf-dist; +export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; +export TEXMFCACHE=\$HOME/.cache/texlive; +%{_bindir}/mtxrun --script context "\$@" +EOF +chmod 0755 context +popd + +# attachfile2 +xz -dc %{SOURCE28} | tar x -C %{buildroot}%{_texdir}/ +xz -dc %{SOURCE29} | tar x -C %{buildroot}%{_texdir}/ +# +xz -dc %{SOURCE100} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE101} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE103} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE104} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE106} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE107} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE109} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE110} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE112} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE113} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE115} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE116} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE117} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE118} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE120} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE121} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE123} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE124} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE125} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE126} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE128} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE129} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE130} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE131} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE132} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE134} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE135} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE136} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE137} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE139} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE140} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE142} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE143} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE145} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE146} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE147} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE148} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE150} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE151} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE152} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE153} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE154} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE155} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE157} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE158} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE160} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE161} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE163} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE164} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE165} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE167} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE168} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE170} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE171} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE173} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE174} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE176} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE177} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE179} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE180} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE182} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE183} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE184} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE185} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE186} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE187} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE188} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE189} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE191} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE192} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE193} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE195} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE197} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE198} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE200} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE201} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE202} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE203} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE204} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE205} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE206} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE207} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE208} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE209} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE210} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE211} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE212} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE215} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE216} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE217} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE219} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE220} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE221} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE222} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE223} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE224} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE225} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE226} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE227} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE228} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE229} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE230} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE232} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE239} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE240} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE241} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE242} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE243} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE244} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE245} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE246} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE247} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE248} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE250} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE251} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE253} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE254} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE255} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE258} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE259} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE262} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE263} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE264} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE265} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE266} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE267} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE268} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE270} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE271} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE272} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE273} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE275} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE276} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE277} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE279} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE280} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE281} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE282} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE284} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE285} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE287} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE288} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE289} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE290} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE291} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE292} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE293} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE294} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE295} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE296} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE297} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE298} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE299} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE300} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE301} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE302} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE303} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE304} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE305} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE306} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE307} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE308} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE310} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE311} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE312} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE313} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE315} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE316} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE318} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE319} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE320} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE321} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE322} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE323} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE324} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE325} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE326} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE327} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE329} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE330} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE331} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE332} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE334} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE335} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE337} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE338} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE340} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE341} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE343} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE344} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE345} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE346} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE347} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE349} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE350} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE351} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE352} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE354} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE355} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE358} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE360} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE361} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE363} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE364} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE366} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE367} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE369} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE370} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE372} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE373} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE375} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE376} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE377} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE378} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE380} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE381} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE383} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE384} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE385} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE386} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE387} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE388} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE390} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE391} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE393} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE394} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE396} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE397} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE399} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE400} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE402} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE403} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE404} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE405} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE407} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE408} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE409} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE410} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE411} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE413} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE414} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE416} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE417} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE419} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE420} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE422} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE423} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE425} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE426} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE428} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE429} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE434} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE435} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE437} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE438} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE440} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE441} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE443} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE444} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE445} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE446} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE448} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE449} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE450} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE451} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE453} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE454} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE459} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE460} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE461} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE462} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE463} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE464} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE465} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE466} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE467} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE468} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE469} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE470} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE472} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE473} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE475} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE476} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE477} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE478} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE480} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE481} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE482} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE483} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE484} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE485} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE487} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE488} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE490} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE491} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE493} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE494} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE495} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE496} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE497} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE498} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE500} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE501} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE503} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE504} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE505} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE506} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE508} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE509} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE510} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE511} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE512} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE513} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE515} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE516} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE517} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE518} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE519} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE520} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE521} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE522} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE524} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE525} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE526} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE527} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE528} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE530} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE531} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE532} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE533} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE534} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE535} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE536} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE537} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE538} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE539} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE541} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE542} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE543} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE544} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE545} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE546} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE548} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE549} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE551} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE552} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE554} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE555} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE556} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE557} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE558} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE559} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE560} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE561} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE562} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE563} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE564} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE565} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE566} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE567} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE569} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE570} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE572} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE573} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE574} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE575} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE576} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE577} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE579} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE580} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE581} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE582} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE587} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE588} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE590} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE591} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE592} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE593} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE594} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE595} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE597} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE598} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE600} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE601} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE603} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE604} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE606} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE607} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE609} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE610} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE612} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE613} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE615} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE616} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE618} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE619} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE621} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE622} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE624} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE625} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE626} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE627} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE629} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE630} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE631} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE632} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE634} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE635} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE637} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE638} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE639} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE640} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE642} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE643} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE645} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE646} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE648} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE649} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE651} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE652} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE654} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE655} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE657} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE658} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE659} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE660} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE662} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE663} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE665} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE666} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE668} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE669} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE671} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE672} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE673} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE674} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE676} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE677} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE679} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE680} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE682} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE683} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE685} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE686} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE688} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE689} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE691} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE692} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE694} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE695} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE697} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE698} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE700} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE701} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE703} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE704} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE706} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE707} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE708} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE709} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE711} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE712} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE713} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE714} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE715} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE716} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE718} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE719} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE721} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE722} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE723} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE724} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE725} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE726} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE728} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE729} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE730} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE731} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE733} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE734} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE735} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE736} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE737} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE738} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE739} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE740} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# metapost +xz -dc %{SOURCE742} | tar x -C %{buildroot}%{_texdir}/ +xz -dc %{SOURCE743} | tar x -C %{buildroot}%{_texdir}/ +xz -dc %{SOURCE744} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# titling +xz -dc %{SOURCE746} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE747} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# adjustbox +xz -dc %{SOURCE749} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE750} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# ifoddpage +xz -dc %{SOURCE752} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE753} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# collectbox +xz -dc %{SOURCE755} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE756} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# environ +xz -dc %{SOURCE758} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE759} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# hyphenex +xz -dc %{SOURCE1571} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# sansmathaccent +xz -dc %{SOURCE2046} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE2047} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# etoc +xz -dc %{SOURCE3896} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE3897} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# hanging +xz -dc %{SOURCE4235} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4236} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# ifplatform +xz -dc %{SOURCE4295} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4296} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# newunicodechar +xz -dc %{SOURCE4756} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4757} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# minitoc +xz -dc %{SOURCE4630} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4631} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# notoccite +xz -dc %{SOURCE4805} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE4806} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# stackengine +xz -dc %{SOURCE5306} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5307} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# ucharcat +xz -dc %{SOURCE5821} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE5822} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# +xz -dc %{SOURCE6002} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6018} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6023} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6026} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6028} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# scheme-basic +xz -dc %{SOURCE6034} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# knuth-lib +xz -dc %{SOURCE6035} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# knuth-local +xz -dc %{SOURCE6036} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# tex-ini-files +xz -dc %{SOURCE6037} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# tex-ini-files.doc +xz -dc %{SOURCE6038} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# texlive-common.doc +xz -dc %{SOURCE6039} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# texlive-docindex +xz -dc %{SOURCE6040} | tar x -C %{buildroot}%{_texdir}/ +# texlive-docindex.doc +xz -dc %{SOURCE6041} | tar x -C %{buildroot}%{_texdir}/ +# texlive-en +xz -dc %{SOURCE6042} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# texlive-en.doc +xz -dc %{SOURCE6043} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# texlive-msg-translations +xz -dc %{SOURCE6044} | tar x -C %{buildroot}%{_texdir} +# texlive-scripts +xz -dc %{SOURCE6045} | tar x -C %{buildroot}%{_texdir} +# texlive-scripts.doc +xz -dc %{SOURCE6046} | tar x -C %{buildroot}%{_texdir} +# texlive-scripts-extra.doc +xz -dc %{SOURCE6047} | tar x -C %{buildroot}%{_texdir} +# texlive-scripts-extra +xz -dc %{SOURCE6048} | tar x -C %{buildroot}%{_texdir} +# trimspaces +xz -dc %{SOURCE6049} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# trimspaces.doc +xz -dc %{SOURCE6050} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# unicode-data +xz -dc %{SOURCE6051} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# unicode-data.doc +xz -dc %{SOURCE6052} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# updmap-map +xz -dc %{SOURCE6053} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# xmltexconfig +xz -dc %{SOURCE6054} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# graphics-def +xz -dc %{SOURCE6055} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# lualibs +xz -dc %{SOURCE6056} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6057} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# import +xz -dc %{SOURCE6059} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6060} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# tabu +xz -dc %{SOURCE6061} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6062} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# linegoal +xz -dc %{SOURCE6064} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6065} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# graphics-cfg +xz -dc %{SOURCE6067} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6068} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# ltabptch +xz -dc %{SOURCE6071} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6072} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# manfnt-font +xz -dc %{SOURCE6073} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# finstrut +xz -dc %{SOURCE6074} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6075} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# lineno +xz -dc %{SOURCE6077} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6078} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# breqn +xz -dc %{SOURCE6080} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6081} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# mathtools +xz -dc %{SOURCE6083} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6084} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# mflogo-font +xz -dc %{SOURCE6086} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6087} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# capt-of +xz -dc %{SOURCE6088} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6089} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# eqparbox +xz -dc %{SOURCE6091} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6092} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# needspace +xz -dc %{SOURCE6094} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6095} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# tabulary +xz -dc %{SOURCE6097} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6098} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# upquote +xz -dc %{SOURCE6100} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6101} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# anyfontsize +xz -dc %{SOURCE6103} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6104} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# classpack +xz -dc %{SOURCE6106} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6107} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# latex2man +xz -dc %{SOURCE6109} | tar x -C %{buildroot}%{_texdir} +xz -dc %{SOURCE6110} | tar x -C %{buildroot}%{_texdir} +# ctablestack +xz -dc %{SOURCE6111} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6112} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# luatex85 +xz -dc %{SOURCE6114} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6115} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# dvisvgm +xz -dc %{SOURCE6117} | tar x -C %{buildroot}%{_texdir}/ +xz -dc %{SOURCE6118} | tar x -C %{buildroot}%{_texdir}/ +# babel-english +xz -dc %{SOURCE6119} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6120} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# awesomebox +xz -dc %{SOURCE6122} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6123} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# fontAwesome +xz -dc %{SOURCE6156} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6157} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# pst-tools +xz -dc %{SOURCE6158} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6159} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# pst-arrow +xz -dc %{SOURCE6160} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE6161} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# context +xz -dc %{SOURCE6255} | tar x -C %{buildroot}%{_texdir}/ +xz -dc %{SOURCE6256} | tar x -C %{buildroot}%{_texdir}/ +# footnotehyper +xz -dc %{SOURCE7342} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE7343} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# listofitems +xz -dc %{SOURCE7615} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE7616} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# latexbug +xz -dc %{SOURCE7818} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE7819} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# translator +xz -dc %{SOURCE8032} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE8033} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# colorprofiles +xz -dc %{SOURCE8455} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE8456} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# ragged2e +xz -dc %{SOURCE8651} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE8652} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# dehyph +xz -dc %{SOURCE8726} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# l3backend +xz -dc %{SOURCE8727} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE8728} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# atbegshi +xz -dc %{SOURCE8733} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE8734} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# atveryend +xz -dc %{SOURCE8735} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE8736} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# auxhook +xz -dc %{SOURCE8737} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE8738} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# bigintcalc +xz -dc %{SOURCE8739} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE8740} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# bitset +xz -dc %{SOURCE8741} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE8742} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# etexcmds +xz -dc %{SOURCE8743} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE8744} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# hycolor +xz -dc %{SOURCE8745} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE8746} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# infwarerr +xz -dc %{SOURCE8747} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE8748} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# intcalc +xz -dc %{SOURCE8749} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE8750} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# kvdefinekeys +xz -dc %{SOURCE8751} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE8752} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# kvoptions +xz -dc %{SOURCE8753} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE8754} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# kvsetkeys +xz -dc %{SOURCE8755} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE8756} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# letltxmacro +xz -dc %{SOURCE8757} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE8758} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# ltxcmds +xz -dc %{SOURCE8759} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE8760} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# pdfescape +xz -dc %{SOURCE8761} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE8762} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# pdftexcmds +xz -dc %{SOURCE8763} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE8764} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# rerunfilecheck +xz -dc %{SOURCE8765} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE8766} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# uniquecounter +xz -dc %{SOURCE8767} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE8768} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# modes +xz -dc %{SOURCE8771} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE8772} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# grfext +xz -dc %{SOURCE8773} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE8774} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# grffile +xz -dc %{SOURCE8775} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE8776} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# alphalph +xz -dc %{SOURCE8787} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE8788} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# bookmark +xz -dc %{SOURCE8815} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE8816} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# epstopdf-pkg +xz -dc %{SOURCE8855} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE8856} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# gettitlestring +xz -dc %{SOURCE8881} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE8882} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# hobsub +xz -dc %{SOURCE8895} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE8896} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# hologo +xz -dc %{SOURCE8897} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE8898} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# newfloat +xz -dc %{SOURCE8954} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE8955} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# pdfcolmk +xz -dc %{SOURCE8966} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE8967} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# pdflscape +xz -dc %{SOURCE8968} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE8969} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# wasy-type1 +xz -dc %{SOURCE9051} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE9052} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# zref +xz -dc %{SOURCE9067} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE9068} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# refcount +xz -dc %{SOURCE9069} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE9070} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# stringenc +xz -dc %{SOURCE9071} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE9072} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# catchfile +xz -dc %{SOURCE9073} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE9074} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# luahbtex +xz -dc %{SOURCE10000} | tar x -C %{buildroot}%{_texdir}/ +xz -dc %{SOURCE10001} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# lwarp +xz -dc %{SOURCE10002} | tar x -C %{buildroot}%{_texdir}/ +xz -dc %{SOURCE10003} | tar x -C %{buildroot}%{_texdir}/ + +# Patches to component tarballs +pushd %{buildroot}%{_texdir}/texmf-dist +# neuter tlmgr a bit +patch -p1 < %{_sourcedir}/texlive-20190410-tlmgr-ignore-warning.patch +popd + +# adjust python3 shebang to make it point at #!%%{_python3} +sed -i '1s=^#! /usr/bin/python3$=#!%{__python3}=' %{buildroot}%{_texdir}/texmf-dist/doc/xelatex/xepersian/*.py +chmod 644 %{buildroot}%{_texdir}/texmf-dist/doc/xelatex/xepersian/*.py + +# fix mangling shebang in scrips +pushd %{buildroot}%{_texdir}/texmf-dist/ +sed -i '1d' scripts/latex2man/latex2man +for f in tex4ht/mk4ht.pl epstopdf/epstopdf.pl \ + texlive/mktexlsr.pl texlive/rungs.tlu \ + texlive/updmap.pl texlive/fmtutil.pl ; do + sed -i 's#/usr/bin/env #/usr/bin/#' scripts/$f +done +sed -i 's#/usr/bin/env #/usr/bin/#' doc/pdftex/manual/syntaxform.pl +sed -i '1 i\#!/usr/bin/perl' doc/latex/cjk/texlive/*.pl \ + scripts/context/perl/mptopdf.pl scripts/thumbpdf/thumbpdf.pl \ + scripts/lua-alt-getopt/alt_getopt.lua +popd + +# We want the texmf.cnf we patched, not the vanilla one from the kpathsea.tar.xz +cp -a source/texk/kpathsea/texmf.cnf %{buildroot}%{_texdir}/texmf-dist/web2c/texmf.cnf + +# Apply fixes +# We do it here because this is the first time we have the complete tree. +# bz1384067 +sed -i 's|\\sc |\\scshape |g' %{buildroot}%{_texdir}/texmf-dist/bibtex/bst/base/acm.bst +sed -i 's|\\sc |\\scshape |g' %{buildroot}%{_texdir}/texmf-dist/bibtex/bst/base/siam.bst + +# disable all hyphenations +cp -f %{buildroot}%{_texdir}/texmf-dist/tex/generic/config/language.us %{buildroot}%{_texdir}/texmf-dist/tex/generic/config/language.dat + +# disable all hyphenations +cp -f %{buildroot}%{_texdir}/texmf-dist/tex/generic/config/language.us.def %{buildroot}%{_texdir}/texmf-dist/tex/generic/config/language.def + +# disable all Maps/MixedMaps we add them by scriptlets +sed -i '/^M/d' %{buildroot}%{_texdir}/texmf-dist/web2c/updmap.cfg + +# config files in /etc symlinked +mkdir -p %{buildroot}%{_sysconfdir}/texlive/web2c +mkdir -p %{buildroot}%{_sysconfdir}/texlive/dvips/config +mkdir -p %{buildroot}%{_sysconfdir}/texlive/tex/generic/config + +for i in fmtutil.cnf mktex.cnf texmf.cnf updmap.cfg; do + mv %{buildroot}%{_texdir}/texmf-dist/web2c/$i %{buildroot}%{_sysconfdir}/texlive/web2c/ + ln -s %{_sysconfdir}/texlive/web2c/$i %{buildroot}%{_texdir}/texmf-dist/web2c/$i done +mv %{buildroot}%{_texdir}/texmf-dist/dvips/config/config.ps %{buildroot}%{_sysconfdir}/texlive/dvips/config/ +ln -s %{_sysconfdir}/texlive/dvips/config/config.ps %{buildroot}%{_texdir}/texmf-dist/dvips/config/config.ps +mv %{buildroot}%{_texdir}/texmf-dist/tex/generic/config/language.dat %{buildroot}%{_sysconfdir}/texlive/tex/generic/config/ +ln -s %{_sysconfdir}/texlive/tex/generic/config/language.dat %{buildroot}%{_texdir}/texmf-dist/tex/generic/config/language.dat + +# create macro file for building texlive +mkdir -p %{buildroot}%{macrosdir} +cp -a %{SOURCE1} %{buildroot}%{macrosdir}/macros.texlive + +# install texlive.tlpdb +install -m 644 %{SOURCE3} %{buildroot}%{_texdir} +# make a symlink so texdoc is happy +pushd %{buildroot}%{_texdir}/tlpkg +ln -s ../texlive.tlpdb . +popd + +# install licenses +mkdir -p %{buildroot}%{_texdir}/licenses +pushd %{buildroot}%{_texdir}/licenses +xz -dc %{SOURCE2} | tar x +popd + +# nuke useless tlmgr packaging stuff and doc droppings +rm -f %{buildroot}/%{_texdir}/install-tl +rm -rf %{buildroot}%{_texdir}/tlpkg/gpg/ +rm -rf %{buildroot}%{_texdir}/tlpkg/tltcl/ +rm -rf %{buildroot}%{_texdir}/tlpkg/tlpobj/ +rm -rf %{buildroot}%{_texdir}/texmf-dist/tlpkg/tlpobj/ +# texconfig needs tlmgr.pl +# We're only including what it needs, no more. +# rm -f %{buildroot}%{_texdir}/texmf-dist/doc/man/man1/tlmgr.1 +# rm -f %{buildroot}%{_texdir}/texmf-dist/scripts/texlive/tlmgr.pl +# rm -f %{buildroot}%{_bindir}/tlmgr +# rm -f %{buildroot}%{_texdir}/tlpkg/installer/config.guess +rm -f %{buildroot}%{_texdir}/texmf-dist/scripts/texlive/tlmgr.pl.orig +rm -f %{buildroot}%{_texdir}/texmf-dist/scripts/texlive/tl-errmess.vbs +rm -f %{buildroot}%{_texdir}/texmf-dist/scripts/texlive/tlmgrgui.pl +rm -f %{buildroot}%{_texdir}/texmf-dist/scripts/texlive/uninstall-win32.pl +rm -f %{buildroot}%{_texdir}/texmf-dist/scripts/texlive/uninstq.vbs +rm -f %{buildroot}%{_texdir}/texmf-dist/scripts/tlcockpit/tlcockpit.sh +rm -f %{buildroot}%{_texdir}/texmf-dist/scripts/tlshell/tlshell.tcl +rm -f %{buildroot}%{_texdir}/tlpkg/installer/COPYING.MinGW-runtime.txt +rm -f %{buildroot}%{_texdir}/tlpkg/installer/ctan-mirrors.pl +rm -f %{buildroot}%{_texdir}/tlpkg/installer/install-menu-extl.pl +rm -f %{buildroot}%{_texdir}/tlpkg/installer/install-menu-perltk.pl +rm -f %{buildroot}%{_texdir}/tlpkg/installer/install-menu-text.pl +rm -f %{buildroot}%{_texdir}/tlpkg/installer/install-menu-wizard.pl +rm -f %{buildroot}%{_texdir}/tlpkg/installer/install-tl-gui.tcl +rm -f %{buildroot}%{_texdir}/tlpkg/installer/texlive.png +rm -f %{buildroot}%{_bindir}/tlcockpit +rm -f %{buildroot}%{_bindir}/tlshell +rm -rf %{buildroot}%{_datadir}/info/dir +rm -rf %{buildroot}%{_texdir}/readme-txt.dir/README.* +rm -rf %{buildroot}%{_texdir}/texmf-dist/doc/man/man*/*.pdf +rm -rf %{buildroot}%{_texdir}/texmf-dist/doc/man/man*/*.pdf +rm -rf %{buildroot}%{_texdir}/texmf-dist/doc/man/Makefile +rm -rf %{buildroot}%{_texdir}/texmf-dist/doc/man/man*/Makefile +rm -rf %{buildroot}%{_texdir}/texmf-dist/doc/info/dir +# nuke unwanted ptexenc devel files +rm -rf %{buildroot}%{_includedir}/ptexenc +# nuke context windows files +rm -f %{buildroot}/%{_texdir}/texmf-dist/scripts/context/stubs/mswin/* +rm -f %{buildroot}/%{_texdir}/texmf-dist/scripts/context/stubs/win64/* +rm -f %{buildroot}/%{_texdir}/texmf-dist/scripts/context/stubs/source/* + +# not sure why this is here +rm -rf %{buildroot}%{_texdir}/texmf-dist/source # patch etex pushd %{buildroot}%{_texdir}/texmf-dist/tex/plain/etex/ patch -p0 < %{_sourcedir}/etex-addlanguage-fix-bz1215257.patch -# %%patch101 -p0 popd # fixed mangling shebang, inconsistent use of tabs and spaces and python syntax @@ -154147,645 +25502,294 @@ popd # Patch tabu pushd %{buildroot}%{_texdir}/texmf-dist/tex/latex/tabu/ patch -p0 < %{_sourcedir}/tabu-update-to-git-930bc77.patch -# %%patch110 -p0 popd -# nuke useless tlmgr packaging stuff and doc droppings -rm -rf %{buildroot}%{_texdir}/tlpkg/gpg/ -rm -rf %{buildroot}%{_texdir}/tlpkg/tlpobj/ -rm -rf %{buildroot}%{_texdir}/texmf-dist/tlpkg/tlpobj/ -rm -rf %{buildroot}%{_texdir}/texmf-dist/doc/man/man*/*.pdf -rm -rf %{buildroot}%{_texdir}/texmf-dist/doc/man/Makefile -rm -rf %{buildroot}%{_texdir}/texmf-dist/doc/man/man*/Makefile -rm -rf %{buildroot}%{_texdir}/texmf-dist/doc/info/dir -rm -rf %{buildroot}%{_texdir}/texmf-dist/doc/texlive/texlive-common/tlmgr* -rm -rf %{buildroot}%{_texdir}/texmf-dist/doc/texlive/texlive-common/tlcockpit-packages.png -rm -rf %{buildroot}%{_texdir}/texmf-dist/doc/texlive/texlive-common/tlshell-macos.png - -# Also nuke any sources that come out -rm -rf %{buildroot}%{_texdir}/texmf-dist/source - -# Apply necessary cleanups -# bz1241458 -sed -i 's|newline{\\Hnewline}|newline{^^J}|g' %{buildroot}%{_texdir}/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-tex4ht.def - -#patch sympytexpackage to set correct python path -pushd %{buildroot}%{_texdir}/texmf-dist -patch -p0 < %{_sourcedir}/texlive-bz#1442706-python-path.patch -popd - -#patch things to not use scrpage2 -pushd %{buildroot}%{_texdir}/texmf-dist -patch -p0 < %{_sourcedir}/texlive-scrpage2-obsolete-fixes.patch -popd - -# Fix things to not use l3regex.sty -pushd %{buildroot}%{_texdir}/texmf-dist -patch -p0 < %{_sourcedir}/texlive-no-l3regex.patch -popd - -# Fix things to not use l3str.sty -pushd %{buildroot}%{_texdir}/texmf-dist -sed -i 's|l3str,||g' tex/latex/copyedit/copyedit.sty -popd - -# make opentype fontdir symlinks -# The following fonts exist in Fedora (and would conflict or duplicate in the fc-cache -# if we make their symlinks) as of: 2020-05-14 -# adf-accanthis-fonts | texlive-accanthis -# adf-gillius-fonts | texlive-gillius -# abattis-cantarell-fonts | texlive-cantarell -# google-roboto-fonts | texlive-roboto -# ht-alegreya-fonts | texlive-alegreya -# ibm-*-plex-fonts | texlive-plex -# impallari-raleway-fonts | texlive-raleway -# oflb-asana-math-fonts.noarch | texlive-asana-math -# mozilla-fira-*-fonts | texlive-fira -# fontawesome-fonts | texlive-fontawesome* -# thai-scalable-tlwg*-fonts.noarch | texlive-fonts-tlwg -# gfs-artemisia-fonts | texlive-gfsartemisia -# gfs-baskerville-fonts | texlive-gfsbaskerville -# gfs-bodoni-fonts | texlive-gfsbodoni -# gfs-complutum-fonts | texlive-gfscomplutum -# gfs-didot-fonts | texlive-gfsdidot -# gfs-neohellenic-fonts | texlive-gfsneohellenic -# gfs-neohellenic-math-fonts | texlive-gfsneohellenicmath -# gfs-porson-fonts | texlive-gfsporson -# gfs-solomos-fonts | texlive-gfssolomos -# apanov-heuristica-fonts | texlive-heuristica -# levien-inconsolata | texlive-inconsolata -# ctan-kerkis-*-fonts | texlive-kerkis -# linux-libertine-fonts | texlive-libertine -# julietaula-montserrat-fonts | texlive-montserrat -# oldstandard-sfd-fonts | texlive-oldstandard -# shobhika-fonts | texlive-shobhika -# adobe-source-*-fonts | texlive-source*pro -# stix-fonts | texlive-stix* -# lilypond-texgyre-*-fonts | texlive-tex-gyre -# -# DO NOT MAKE A SYMLINK FOR public/ebgaramond -# The EB Garamond upstream font decided to map some historical flags (i.e., flags -# obsolete for centuries) to the Unicode flag emoji code points. -# Since most other fonts do not include the relevant code points, Fontconfig decides to -# pick up the EB Garamond flags through the fallback font mechanism for almost all -# fonts on the system, including DejaVu Sans, Liberation Sans, etc. -mkdir -p %{buildroot}%{_datadir}/fonts -pushd %{buildroot}%{_datadir}/fonts -for i in arkandis/berenisadf \ - arkandis/mintspirit arkandis/universalis gust/poltawski \ - iginomarini/imfellenglish \ - impallari/cabin impallari/librebodoni \ - impallari/librecaslon impallari/librefranklin \ - impallari/lobster2 kosch/crimson \ - nowacki/iwona nowacki/kurier omnibus-type/asapsym \ - public/algolrevived public/almfixed public/antt \ - public/baskervaldx public/baskervillef public/beuron \ - public/ccicons public/chivo public/clara public/cm-unicode \ - public/cochineal public/coelacanth public/countriesofeurope \ - public/cyklop public/dantelogo public/domitian public/drm \ - public/erewhon public/erewhon-math public/etbb \ - public/fandol public/fbb public/fdsymbol public/fetamont \ - public/firamath public/fonts-churchslavonic public/fourier \ - public/forum public/frederika2016 public/garamond-libre \ - public/garamond-math public/gnu-freefont public/haranoaji \ - public/haranoaji-extra public/ibarra \ - public/inriafonts public/libertinus-fonts public/linguisticspro \ - public/lm public/lm-math public/logix public/mdsymbol \ - sorkin/merriweather public/miama public/missaali public/mnsymbol \ - public/newcomputermodern public/newpx public/newtx public/nimbus15 \ - public/ocr-b-outline tipo/overlock public/phaistos public/philokalia \ - public/playfair public/punknova public/qualitype \ - public/rosario public/scholax public/semaphor public/skaknew \ - public/step public/svrsymbols public/tempora \ - public/tex-gyre-math public/txfontsb \ - public/umtypewriter public/xcharter \ - public/xits public/yinit-otf rozynski/comicneue ; do - j=`echo $i | cut -d / -f 2` - ln -s ../texlive/texmf-dist/fonts/opentype/$i $j -done -popd - -# AppStream metadata -mkdir -p %{buildroot}%{_datadir}/appdata/ -for i in algolrevived almfixed antt asapsym baskervaldx baskervillef berenisadf beuron cabin ccicons chivo clara cm-unicode cochineal coelacanth comicneue countriesofeurope crimson cyklop dantelogo domitian drm erewhon-math erewhon etbb fandol fbb fdsymbol fetamont firamath fonts-churchslavonic fourier frederika2016 garamond-libre garamond-math gnu-freefont haranoaji-extra haranoaji imfellenglish inriafonts iwona kurier libertinus-fonts librebaskerville librebodoni librecaslon librefranklin linguisticspro lm-math lm lobster2 logix mdsymbol miama mintspirit missaali mnsymbol newcomputermodern newpx newtx nimbus15 ocr-b-outline phaistos philokalia playfair poltawski punknova qualitype rosario scholax semaphor skaknew step svrsymbols tempora tex-gyre-math txfontsb umtypewriter universalis xcharter xits yinit-otf ; do - install -Dm 0644 -p $i.metainfo.xml %{buildroot}%{_datadir}/appdata/ +# drop for minimal installation +for f in a2ping a5toa4 adhocfilelist afm2afm afm2pl aleph amstex arara arlatex authorindex autoinst \ + autosp bbl2bib bbox bg5+latex bg5+pdflatex bg5conv bg5latex bg5pdflatex bibdoiadd bibexport bibexport.sh \ + bibmradd bibtex8 bibtexu bibzbladd bundledoc cachepic cef5conv cef5latex cef5pdflatex cefconv ceflatex \ + cefpdflatex cefsconv cefslatex cefspdflatex cfftot1 checkcites checklistings chktex chkweb cjk-gs-integrate \ + convbkmk cslatex csplain ctangle ctanify ctanupload ctie cweave de-macro depythontex \ + detex devnag deweb diadia disdvi dosepsbin dt2dv dtxgen dv2dt dvi2tty dviasm dvibook dviconcat dvicopy \ + dvidvi dvihp dvilj dvilj2p dvilj4 dvilj4l dvilj6 dvipos dviselect dvitodvi dvitype ebong eplain \ + epspdf epspdftk eptex euptex exceltex extconv fig4latex findhyph fontinst fragmaster gbklatex gbkpdflatex \ + getmapdl gregorio hbf2gf installfont-tl jamo-normalize kanji-config-updmap kanji-config-updmap-sys \ + kanji-config-updmap-user kanji-fontmap-creator komkindex lacheck lamed latex-git-log latex-papersize \ + latex2nemeth latexdiff latexdiff-vc latexfileversion latexindent latexpand latexrevise lily-glyph-commands \ + lily-image-commands lily-rebuild-pdfs listbib listings-ext.sh lollipop ltx2crossrefxml ltxfileinfo ltximg \ + lua2dox_filter m-tx mag make4ht makedtx makeglossaries makeglossaries-lite makejvf \ + match_parens mathspic mendex mex mf2pt1 mflua mflua-nowin mfluajit mfluajit-nowin mkgrkindex mkjobtexmf \ + mkpic mkt1font mllatex mltex mmafm mmpfb msxlint multibibliography musixflx musixtex \ + odvicopy odvitype ofm2opl omfonts opl2ofm ot2kpx otangle otfinfo otftotfm otp2ocp outocp ovf2ovp ovp2ovf \ + patgen pbibtex pdf180 pdf270 pdf90 pdfannotextractor pdfbook pdfbook1 pdfclose pdfcrop pdfcslatex \ + pdfcsplain pdfflip pdfjam pdfjam-pocketmod pdfjam-slides3up pdfjam-slides6up pdfjoin pdflatexpicscale pdfmex \ + pdfnup pdfopen pdfpun pdftosrc pdfxup pdvitomp pdvitype pedigree perltex pfarrei pfb2pfa pk2bm pkfix \ + pkfix-helper platex pmpost pmxab pmxchords pn2pdf pooltype ppltotf prepmx ps2eps ps2pk ps4pdf \ + pst2pdf ptex ptex2pdf ptftopl purifyeps pygmentex pythontex rpdfcrop rubibtex rubikrotation \ + rumakeindex scor2prt sjisconv sjislatex sjispdflatex splitindex srcredact sty2dtx svn-multi \ + synctex t1dotlessj t1lint t1rawafm t1reencode t1testpage tangle tex4ebook texcount texdef texdiff \ + texdirflatten texdoc texdoctk texfot texliveonfly texloganalyser texmfstart texosquery texosquery-jre5 \ + texosquery-jre8 texsis tie tpic2pdftex ttf2afm ttf2kotexfont ttf2pk ttf2tfm ttfdump ttftotype42 \ + typeoutfileinfo ulqda upbibtex updvitomp updvitype uplatex upmendex upmpost uppltotf uptex uptftopl \ + urlbst utf8mex vlna vpe vpl2ovp vpl2vpl weave wofm2opl wopl2ofm wovf2ovp wovp2ovf yplan \ + axohelp bib2gls biburl2doi convertgls2bib ctan-o-mat dviinfox jfmutil l3build latexdef tex2aspc \ + tlcockpit tlshell wordcount accfonts crossrefware fontools getmap glossaries installfont kotex-utils \ + lilyglyphs listings-ext lua2dox pax pedigree-perl petri-nets pst-pdf \ + ptex-fontmaps rubik fontinst.sh \ + rubibtex.sh rumakeindex.sh ruby \ + chkdvifont chklref cllualatex cluttex clxelatex ctanbib ctwill ctwill-refsort ctwill-twinx \ + dvispc ketcindy luajithbtex pamphletangler pdfbook2 pdftex-quiet platex-dev \ + r-pmpost r-upmpost texplate uplatex-dev webquiz xindex ; do + rm -f %{buildroot}%{_bindir}/$f + rm -f %{buildroot}%{_mandir}/man*/$f.* + rm -rf %{buildroot}%{_texdir}/texmf-dist/scripts/$f + rm -rf %{buildroot}%{_texdir}/texmf-dist/scripts/context/ruby + rm -rf %{buildroot}%{_texdir}/texmf-dist/scripts/texlive/$f done -# disable all hyphenations -cp -f %{buildroot}%{_texdir}/texmf-dist/tex/generic/config/language.us %{buildroot}%{_texdir}/texmf-dist/tex/generic/config/language.dat -cp -f %{buildroot}%{_texdir}/texmf-dist/tex/generic/config/language.us.def %{buildroot}%{_texdir}/texmf-dist/tex/generic/config/language.def +rm -rf %{buildroot}%{_texdir}/texmf-dist/ttf2pk \ + %{buildroot}%{_texdir}/texmf-dist/chktex \ + %{buildroot}%{_texdir}/texmf-dist/hbf2gf \ + %{buildroot}%{_mandir}/man1/cweb.1* \ + %{buildroot}%{_texdir}/texmf-dist/doc/chktex \ + %{buildroot}%{_texdir}/texmf-dist/doc/bibtex8 \ + %{buildroot}%{_texdir}/texmf-dist/doc/texlive/texlive-common/tlmgr-general-options.png \ + %{buildroot}%{_texdir}/texmf-dist/doc/texlive/texlive-common/tlmgr-gui.png \ + %{buildroot}%{_texdir}/texmf-dist/doc/texlive/texlive-common/tlmgr-paper-options.png \ + %{buildroot}%{_texdir}/texmf-dist/fonts/*/ttf2pk \ + %{buildroot}%{_texdir}/texmf-dist/scripts/chklref \ + %{buildroot}%{_texdir}/texmf-dist/scripts/clojure-pamphlet \ + %{buildroot}%{_texdir}/texmf-dist/scripts/cluttex \ + %{buildroot}%{_texdir}/texmf-dist/scripts/ctanbib \ + %{buildroot}%{_texdir}/texmf-dist/scripts/ketcindy \ + %{buildroot}%{_texdir}/texmf-dist/scripts/pdfbook2 \ + %{buildroot}%{_texdir}/texmf-dist/scripts/pdftex-quiet \ + %{buildroot}%{_texdir}/texmf-dist/scripts/pgf \ + %{buildroot}%{_texdir}/texmf-dist/scripts/texlive/tl-errmess.vbs \ + %{buildroot}%{_texdir}/texmf-dist/scripts/texlive/tlmgr.pl.orig \ + %{buildroot}%{_texdir}/texmf-dist/scripts/texlive/uninstq.vbs \ + %{buildroot}%{_texdir}/texmf-dist/scripts/texplate \ + %{buildroot}%{_texdir}/texmf-dist/scripts/webquiz \ + %{buildroot}%{_texdir}/texmf-dist/scripts/xindex -mkdir -p %{buildroot}/%{_datadir}/ -mkdir -p %{buildroot}/%{_infodir}/ -cp -R %{buildroot}/%{_texdir}/texmf-dist/doc/man %{buildroot}/%{_datadir}/ -find %{buildroot}/%{_texdir}/texmf-dist/doc/man -type f | xargs rm -f -mv %{buildroot}/%{_texdir}/texmf-dist/doc/info/* %{buildroot}/%{_infodir}/ - -# nuke useless tlmgr packaging stuff -rm -rf %{buildroot}%{_texdir}/tlpkg/tlpobj/ -rm -rf %{buildroot}%{_texdir}/texmf-dist/tlpkg/tlpobj/ - -mkdir -p %{buildroot}%{_sysconfdir}/texlive/tex/generic/config -mv %{buildroot}%{_texdir}/texmf-dist/tex/generic/config/language.dat %{buildroot}%{_sysconfdir}/texlive/tex/generic/config/ -pushd %{buildroot}%{_texdir}/texmf-dist/tex/generic/config/ -ln -s ../../../../../../..%{_sysconfdir}/texlive/tex/generic/config/language.dat language.dat +pushd %{buildroot}%{_texdir} +# ALWAYS NUKE THIS IF IT IS HERE. +rm -rf texmf-var +# AND NOW WE MAKE THE SYMLINK. +ln -s %{_texmf_var} texmf-var popd -# This might make its way to texlive-base someday -mkdir -p %{buildroot}%{_bindir} +# sync built/distro binaries pushd %{buildroot}%{_bindir} -ln -s %{_texdir}/texmf-dist/scripts/git-latexdiff/git-latexdiff git-latexdiff +[ ! -e mfplain ] && ln -s mpost mfplain +[ ! -e texlua ] && ln -s luatex texlua +[ ! -e texluac ] && ln -s luatex texluac + +# remove latexmk +# This lives in the "latexmk" package in Fedora. +rm -f latexmk +rm -rf %{buildroot}%{_texdir}/texmf-dist/scripts/latexmk +rm -f %{buildroot}%{_datadir}/texlive/texmf-dist/doc/man/man1/latexmk.* popd -# Manually byte compile python scripts (that are not in doc) -%py_byte_compile %{python3} %{buildroot}%{_texdir}/texmf-dist/scripts/changes -%py_byte_compile %{python3} %{buildroot}%{_texdir}/texmf-dist/scripts/latex-make -%py_byte_compile %{python3} %{buildroot}%{_texdir}/texmf-dist/scripts/pgfplots -%py_byte_compile %{python3} %{buildroot}%{_texdir}/texmf-dist/scripts/sympytexpackage -# %%py_byte_compile %%{python3} %%{buildroot}%%{_texdir}/texmf-dist/tex/generic/pst-geo/data +# Move docs +mkdir -p %{buildroot}%{_datadir}/ +mkdir -p %{buildroot}%{_infodir}/ +cp -R %{buildroot}%{_texdir}/texmf-dist/doc/man %{buildroot}%{_datadir}/ +find %{buildroot}%{_texdir}/texmf-dist/doc/man -type f | xargs rm -f +mv %{buildroot}%{_texdir}/texmf-dist/doc/info/* %{buildroot}%{_infodir}/ + +# disable all formats +sed -i '/^[a-z].*$/s/^/\#\!\ /' %{buildroot}%{_sysconfdir}/texlive/web2c/fmtutil.cnf + +# add reference to support old texmf tree +sed -i -e 's|^TEXMFLOCAL.*|TEXMFLOCAL = $TEXMFROOT/texmf-local//|' %{buildroot}/%{_sysconfdir}/texlive/web2c/texmf.cnf + +# fix rpath +for f in bibtex dvipdfmx dvipng afm2tfm dvips pltotf tftopl vftovp vptovf gsftopk kpsewhich \ + luatex makeindex mf mf-nowin gftodvi gftopk gftype mft pktogf pktype \ + pdftex tex t4ht tex4ht xdvi-xaw xdvipdfmx xetex mpost luajittex luatex53 dvisvgm ; do + chrpath --delete %{buildroot}%{_bindir}/$f ||: +done +chrpath --delete %{buildroot}%{_libdir}/libptexenc.so.1.3.* ||: + +# Fix multilib install of devel +mv $RPM_BUILD_ROOT%{_includedir}/kpathsea/c-auto.h \ + $RPM_BUILD_ROOT%{_includedir}/kpathsea/c-auto-%{__isa_bits}.h +cat > $RPM_BUILD_ROOT%{_includedir}/kpathsea/c-auto.h << EOF +#include <bits/wordsize.h> + +#if __WORDSIZE == 32 +#include <kpathsea/c-auto-32.h> +#elif __WORDSIZE == 64 +#include <kpathsea/c-auto-64.h> +#else +#error "Unknown word size" +#endif +EOF + +# Make this perl module show up in @INC +mkdir -p %{buildroot}%{_datadir}/perl5 +ln -s %{_texdir}/tlpkg/TeXLive %{buildroot}%{_datadir}/perl5/TeXLive + +rm -f %{buildroot}%{_mandir}/man1/texmfstart* + +%clean +rm -rf %{buildroot} + +%pre base +rm -rf %{_texdir}/texmf-var +rm -rf %{_texmf_var}/* +: + +%posttrans base +if [ -x /usr/sbin/selinuxenabled ] && /usr/sbin/selinuxenabled; then +[ -x /sbin/restorecon ] && /sbin/restorecon -R %{_texmf_var}/ +fi +: %files -%files 12many -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/12many/ - -%files 12many-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/12many/ - -%files 2up -%{_texdir}/texmf-dist/tex/generic/2up/ - -%files 2up-doc -%{_texdir}/texmf-dist/doc/generic/2up/ - -%files a0poster -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/a0poster/ -%doc %{_texdir}/texmf-dist/doc/latex/a0poster - -%files a4wide -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/a4wide/ - -%files a4wide-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/a4wide/ - -%files a5comb -%license pd.txt -%{_texdir}/texmf-dist/tex/latex/a5comb/ - -%files a5comb-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/latex/a5comb/ - -%files aastex -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/aastex/ -%{_texdir}/texmf-dist/bibtex/bst/aastex/ - -%files aastex-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/aastex/ - -%files abbr -%license pd.txt -%{_texdir}/texmf-dist/tex/generic/abbr/ - -%files abbr-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/generic/abbr/ - -%files abc -%license lppl1.2.txt -%{_texdir}/texmf-dist/tex/latex/abc/ - -%files abc-doc -%license lppl1.2.txt -%{_texdir}/texmf-dist/doc/latex/abc/ - -%files abntex2 -%license lppl1.3.txt -%{_texdir}/texmf-dist/bibtex/bib/abntex2/ -%{_texdir}/texmf-dist/bibtex/bst/abntex2/ -%{_texdir}/texmf-dist/tex/latex/abntex2/ - -%files abntex2-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/abntex2/ - -%files abraces -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/abraces/ - -%files abraces-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/abraces/ - -%files abstract -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/abstract/ - -%files abstract-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/abstract/ - -%files abstyles -%{_texdir}/texmf-dist/bibtex/bib/abstyles/ -%{_texdir}/texmf-dist/bibtex/bst/abstyles/ -%{_texdir}/texmf-dist/tex/generic/abstyles/ - -%files abstyles-doc -%{_texdir}/texmf-dist/doc/bibtex/abstyles/ - -%files academicons -%license lppl1.3.txt -%{_texdir}/texmf-dist/fonts/truetype/public/academicons/ -%{_texdir}/texmf-dist/tex/latex/academicons/ - -%files academicons-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/fonts/academicons/ - -%files accanthis -%license gpl2.txt -%{_texdir}/texmf-dist/fonts/enc/dvips/accanthis/ -%{_texdir}/texmf-dist/fonts/map/dvips/accanthis/ -%{_texdir}/texmf-dist/fonts/opentype/arkandis/accanthis/ -%{_texdir}/texmf-dist/fonts/tfm/arkandis/accanthis/ -%{_texdir}/texmf-dist/fonts/type1/arkandis/accanthis/ -%{_texdir}/texmf-dist/fonts/vf/arkandis/accanthis/ -%{_texdir}/texmf-dist/tex/latex/accanthis/ - -%files accanthis-doc -%license gpl2.txt -%{_texdir}/texmf-dist/doc/fonts/accanthis/ - -%files achemso -%license lppl1.3.txt -%{_texdir}/texmf-dist/bibtex/bst/achemso/ -%{_texdir}/texmf-dist/tex/latex/achemso/ - -%files achemso-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/achemso/ - -%files acmconf -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/acmconf/ - -%files acmconf-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/acmconf/ - -%files acronym -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/acronym/ - -%files acronym-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/acronym/ - -%files acroterm -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/acroterm/ - -%files acroterm-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/acroterm/ - -%files acro -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/acro/ - -%files acro-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/acro/ - -%files active-conf -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/active-conf/ - -%files active-conf-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/active-conf/ - -%files actuarialangle -%license pd.txt -%{_texdir}/texmf-dist/tex/latex/actuarialangle/ - -%files actuarialangle-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/latex/actuarialangle/ - -%files addlines -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/addlines/ - -%files addlines-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/addlines/ - -%files adfathesis -%license pd.txt -%{_texdir}/texmf-dist/bibtex/bst/adfathesis/ -%{_texdir}/texmf-dist/tex/latex/adfathesis/ - -%files adfathesis-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/latex/adfathesis/ - -%files adforn -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/afm/arkandis/adforn/ -%{_texdir}/texmf-dist/fonts/enc/dvips/adforn/ -%{_texdir}/texmf-dist/fonts/map/dvips/adforn/ -%{_texdir}/texmf-dist/fonts/tfm/arkandis/adforn/ -%{_texdir}/texmf-dist/fonts/type1/arkandis/adforn/ -%{_texdir}/texmf-dist/tex/latex/adforn/ - -%files adforn-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/adforn/ - -%files adfsymbols -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/afm/arkandis/adfsymbols/ -%{_texdir}/texmf-dist/fonts/enc/dvips/adfsymbols/ -%{_texdir}/texmf-dist/fonts/map/dvips/adfsymbols/ -%{_texdir}/texmf-dist/fonts/tfm/arkandis/adfsymbols/ -%{_texdir}/texmf-dist/fonts/type1/arkandis/adfsymbols/ -%{_texdir}/texmf-dist/tex/latex/adfsymbols/ - -%files adfsymbols-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/adfsymbols/ - -%files adjmulticol -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/adjmulticol/ - -%files adjmulticol-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/adjmulticol/ - -%files adjustbox -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/adjustbox/ - -%files adjustbox-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/adjustbox/ - -%files adobemapping -%{_texdir}/texmf-dist/fonts/cmap/adobemapping/ - -%files adrconv -%license lppl1.txt -%{_texdir}/texmf-dist/bibtex/bst/adrconv/ -%{_texdir}/texmf-dist/tex/latex/adrconv/ - -%files adrconv-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/adrconv/ - -%files advdate -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/advdate/ - -%files advdate-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/advdate/ - -%files aeguill -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/aeguill/ - -%files aeguill-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/aeguill/ +%files base +%{_texdir}/licenses/ +%{_texdir}/texlive.tlpdb +%{_texdir}/tlpkg/texlive.tlpdb +%{macrosdir}/macros.texlive +%dir %{_sysconfdir}/%{name} +%dir %{_sysconfdir}/%{name}/dvips +%dir %{_sysconfdir}/%{name}/dvips/config +%dir %{_sysconfdir}/%{name}/tex +%dir %{_sysconfdir}/%{name}/tex/generic +%dir %{_sysconfdir}/%{name}/tex/generic/config +%dir %{_sysconfdir}/%{name}/web2c +%dir %{_texdir} +%dir %{_texdir}/texmf-dist +%dir %{_texdir}/texmf-dist/bibtex/ +%dir %{_texdir}/texmf-dist/bibtex/csf +%dir %{_texdir}/texmf-dist/bibtex/csf/base +%dir %{_texdir}/texmf-dist/doc +%dir %{_texdir}/texmf-dist/doc/info +%dir %{_texdir}/texmf-dist/doc/man +%dir %{_texdir}/texmf-dist/doc/man/man1 +%dir %{_texdir}/texmf-dist/doc/man/man5 +%dir %{_texdir}/texmf-dist/doc/context +%dir %{_texdir}/texmf-dist/doc/context/scripts +%dir %{_texdir}/texmf-dist/doc/context/scripts/mkii +%dir %{_texdir}/texmf-dist/doc/etex +%dir %{_texdir}/texmf-dist/doc/fonts +%dir %{_texdir}/texmf-dist/doc/generic +%dir %{_texdir}/texmf-dist/doc/latex +%dir %{_texdir}/texmf-dist/doc/latex/awesomebox +%dir %{_texdir}/texmf-dist/doc/lualatex +%dir %{_texdir}/texmf-dist/doc/luatex +%dir %{_texdir}/texmf-dist/doc/otherformats +%dir %{_texdir}/texmf-dist/doc/support +%dir %{_texdir}/texmf-dist/doc/texlive +%dir %{_texdir}/texmf-dist/doc/texlive/tlbuild +%dir %{_texdir}/texmf-dist/doc/xelatex +%dir %{_texdir}/texmf-dist/doc/xetex +%dir %{_texdir}/texmf-dist/dvips +%dir %{_texdir}/texmf-dist/dvips/helvetic +%dir %{_texdir}/texmf-dist/dvips/config +%dir %{_texdir}/texmf-dist/fonts +%dir %{_texdir}/texmf-dist/fonts/afm +%dir %{_texdir}/texmf-dist/fonts/afm/adobe +%dir %{_texdir}/texmf-dist/fonts/afm/bitstrea +%dir %{_texdir}/texmf-dist/fonts/afm/hoekwater +%dir %{_texdir}/texmf-dist/fonts/afm/public +%dir %{_texdir}/texmf-dist/fonts/afm/urw +%dir %{_texdir}/texmf-dist/fonts/cmap +%dir %{_texdir}/texmf-dist/fonts/enc +%dir %{_texdir}/texmf-dist/fonts/enc/dvips +%dir %{_texdir}/texmf-dist/fonts/map +%dir %{_texdir}/texmf-dist/fonts/map/dvipdfm +%dir %{_texdir}/texmf-dist/fonts/map/dvips +%dir %{_texdir}/texmf-dist/fonts/map/glyphlist +%dir %{_texdir}/texmf-dist/fonts/map/pdftex +%dir %{_texdir}/texmf-dist/fonts/map/vtex +%dir %{_texdir}/texmf-dist/fonts/misc +%dir %{_texdir}/texmf-dist/fonts/ofm +%dir %{_texdir}/texmf-dist/fonts/ofm/public +%dir %{_texdir}/texmf-dist/fonts/opentype +%dir %{_texdir}/texmf-dist/fonts/opentype/public +%dir %{_texdir}/texmf-dist/fonts/ovf +%dir %{_texdir}/texmf-dist/fonts/ovf/public +%dir %{_texdir}/texmf-dist/fonts/pk +%dir %{_texdir}/texmf-dist/fonts/pk/ljfour +%dir %{_texdir}/texmf-dist/fonts/pk/ljfour/public +%dir %{_texdir}/texmf-dist/fonts/sfd +%dir %{_texdir}/texmf-dist/fonts/source +%dir %{_texdir}/texmf-dist/fonts/source/jknappen +%dir %{_texdir}/texmf-dist/fonts/source/public +%dir %{_texdir}/texmf-dist/fonts/tfm +%dir %{_texdir}/texmf-dist/fonts/tfm/adobe +%dir %{_texdir}/texmf-dist/fonts/tfm/bitstrea +%dir %{_texdir}/texmf-dist/fonts/tfm/jknappen +%dir %{_texdir}/texmf-dist/fonts/tfm/monotype +%dir %{_texdir}/texmf-dist/fonts/tfm/public +%dir %{_texdir}/texmf-dist/fonts/tfm/urw35vf +%dir %{_texdir}/texmf-dist/fonts/truetype +%dir %{_texdir}/texmf-dist/fonts/truetype/public +%dir %{_texdir}/texmf-dist/fonts/type1 +%dir %{_texdir}/texmf-dist/fonts/type1/adobe +%dir %{_texdir}/texmf-dist/fonts/type1/bitstrea +%dir %{_texdir}/texmf-dist/fonts/type1/hoekwater +%dir %{_texdir}/texmf-dist/fonts/type1/public +%dir %{_texdir}/texmf-dist/fonts/type1/urw +%dir %{_texdir}/texmf-dist/fonts/vf +%dir %{_texdir}/texmf-dist/fonts/vf/adobe +%dir %{_texdir}/texmf-dist/fonts/vf/bitstrea +%dir %{_texdir}/texmf-dist/fonts/vf/monotype +%dir %{_texdir}/texmf-dist/fonts/vf/public +%dir %{_texdir}/texmf-dist/fonts/vf/urw35vf +%dir %{_texdir}/texmf-dist/scripts +%dir %{_texdir}/texmf-dist/scripts/context +%dir %{_texdir}/texmf-dist/scripts/context/perl +%dir %{_texdir}/texmf-dist/scripts/simpdftex +%dir %{_texdir}/texmf-dist/scripts/texlive +%dir %{_texdir}/texmf-dist/tex +%dir %{_texdir}/texmf-dist/tex/context +%dir %{_texdir}/texmf-dist/tex/context/base +%dir %{_texdir}/texmf-dist/tex/context/base/mkii +%dir %{_texdir}/texmf-dist/tex/context/third +%dir %{_texdir}/texmf-dist/tex/generic +%dir %{_texdir}/texmf-dist/tex/generic/config +%dir %{_texdir}/texmf-dist/tex/generic/context +%dir %{_texdir}/texmf-dist/tex/generic/hyphen +%dir %{_texdir}/texmf-dist/tex/latex +%dir %{_texdir}/texmf-dist/tex/latex/awesomebox +%dir %{_texdir}/texmf-dist/tex/lualatex +%dir %{_texdir}/texmf-dist/tex/luatex +%dir %{_texdir}/texmf-dist/tex/xelatex +%dir %{_texdir}/texmf-dist/tex/xetex +%dir %{_texdir}/texmf-dist/tex/xetex/xesearch +%dir %{_texdir}/texmf-dist/texconfig +%dir %{_texdir}/texmf-dist/web2c +%dir %{_texmf_var} +%dir %{_texdir}/../texmf +%dir %{_texdir}/texmf-local +%{_texdir}/texmf-local/texmf-compat +%{_texdir}/texmf-var +%attr(0644, root, root) %verify(not md5 size mtime) %ghost %{_texdir}/texmf-dist/ls-R %files ae %license lppl1.txt %{_texdir}/texmf-dist/fonts/tfm/public/ae/ %{_texdir}/texmf-dist/fonts/vf/public/ae/ %{_texdir}/texmf-dist/tex/latex/ae/ - -%files ae-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/ae/ - -%files afparticle -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/afparticle/ - -%files afparticle-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/afparticle/ - -%files afthesis -%license pd.txt -%{_texdir}/texmf-dist/bibtex/bst/afthesis/ -%{_texdir}/texmf-dist/tex/latex/afthesis/ - -%files afthesis-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/latex/afthesis/ - -%files aguplus -%license lppl1.txt -%{_texdir}/texmf-dist/bibtex/bst/aguplus/ -%{_texdir}/texmf-dist/tex/latex/aguplus/ - -%files aguplus-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/aguplus/ - -%files aiaa -%license lppl1.txt -%{_texdir}/texmf-dist/bibtex/bst/aiaa/ -%{_texdir}/texmf-dist/tex/latex/aiaa/ - -%files aiaa-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/aiaa/ - -%files aichej -%license lppl1.txt -%{_texdir}/texmf-dist/bibtex/bst/aichej/ - -%files ajl -%license lppl1.txt -%{_texdir}/texmf-dist/bibtex/bst/ajl/ - -%files akktex -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/akktex/ - -%files akktex-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/akktex/ - -%files akletter -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/akletter/ - -%files akletter-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/akletter/ - -%files alegreya -%license ofl.txt -%{_texdir}/texmf-dist/tex/latex/alegreya/ -%{_texdir}/texmf-dist/fonts/map/dvips/alegreya/ -%{_texdir}/texmf-dist/fonts/tfm/huerta/alegreya/ -%{_texdir}/texmf-dist/fonts/vf/huerta/alegreya/ -%{_texdir}/texmf-dist/fonts/enc/dvips/alegreya/ -%{_texdir}/texmf-dist/fonts/type1/huerta/alegreya/ -%{_texdir}/texmf-dist/fonts/opentype/huerta/alegreya/ - -%files alegreya-doc -%license ofl.txt -%{_texdir}/texmf-dist/doc/fonts/alegreya/ - -%files latexconfig -%{_texdir}/texmf-dist/tex/latex/latexconfig/ - -%files latex-fonts -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/source/public/latex-fonts/ -%{_texdir}/texmf-dist/fonts/tfm/public/latex-fonts/ - -%files latex-fonts-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/latex-fonts/ - -%files plain -%license knuth.txt -%{_texdir}/texmf-dist/makeindex/plain/ -%dir %{_texdir}/texmf-dist/tex/plain/ -%{_texdir}/texmf-dist/tex/plain/base/ -%{_texdir}/texmf-dist/tex/plain/config/ - -%files lambda -%{_texdir}/texmf-dist/tex/lambda/ - -%files alertmessage -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/alertmessage/ - -%files alertmessage-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/alertmessage/ - -%files algorithm2e -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/algorithm2e/ - -%files algorithm2e-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/algorithm2e/ - -%files algorithmicx -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/algorithmicx/ - -%files algorithmicx-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/algorithmicx/ +%doc %{_texdir}/texmf-dist/doc/fonts/ae/ %files algorithms %license lgpl2.1.txt %{_texdir}/texmf-dist/tex/latex/algorithms/ - -%files algorithms-doc -%license lgpl2.1.txt -%{_texdir}/texmf-dist/doc/latex/algorithms/ - -%files alg -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/alg/ - -%files alg-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/alg/ - -%files allrunes -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/map/dvips/allrunes/ -%{_texdir}/texmf-dist/fonts/source/public/allrunes/ -%{_texdir}/texmf-dist/fonts/type1/public/allrunes/ -%{_texdir}/texmf-dist/tex/latex/allrunes/ - -%files allrunes-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/allrunes/ - -%files almfixed -%license gfl.txt -%{_datadir}/fonts/almfixed -%{_datadir}/appdata/almfixed.metainfo.xml -%{_texdir}/texmf-dist/fonts/opentype/public/almfixed/ -%{_texdir}/texmf-dist/fonts/truetype/public/almfixed/ - -%files almfixed-doc -%license gfl.txt -%{_texdir}/texmf-dist/doc/fonts/almfixed/ - -%files alnumsec -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/alnumsec/ - -%files alnumsec-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/alnumsec/ - -%files altfont -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/altfont/ - -%files altfont-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/altfont/ - -%files ametsoc -%license lppl1.txt -%{_texdir}/texmf-dist/bibtex/bst/ametsoc/ -%{_texdir}/texmf-dist/tex/latex/ametsoc/ - -%files ametsoc-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/ametsoc/ - -%files amiri -%license ofl.txt -%{_texdir}/texmf-dist/fonts/truetype/public/amiri/ -%{_texdir}/texmf-dist/tex/latex/amiri/ - -%files amiri-doc -%license ofl.txt -%{_texdir}/texmf-dist/doc/fonts/amiri/ - -%files amsaddr -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/amsaddr/ - -%files amsaddr-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/amsaddr/ +%doc %{_texdir}/texmf-dist/doc/latex/algorithms/ %files amscls -%license lppl1.3.txt +%license lppl1.txt %{_texdir}/texmf-dist/bibtex/bst/amscls/ %{_texdir}/texmf-dist/tex/latex/amscls/ %doc %{_texdir}/texmf-dist/doc/latex/amscls/ -%files amscls-doc -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/amscls-doc/ - %files amsfonts %license ofl.txt %{_texdir}/texmf-dist/fonts/afm/public/amsfonts/ @@ -154794,359 +25798,28 @@ popd %{_texdir}/texmf-dist/fonts/tfm/public/amsfonts/ %{_texdir}/texmf-dist/fonts/type1/public/amsfonts/ %{_texdir}/texmf-dist/tex/latex/amsfonts/ -%{_texdir}/texmf-dist/tex/plain/amsfonts/ - -%files amsfonts-doc -%license ofl.txt -%{_texdir}/texmf-dist/doc/fonts/amsfonts/ - -%files amslatex-primer-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/amslatex-primer/ - -%files amsldoc-it-doc -%{_texdir}/texmf-dist/doc/latex/amsldoc-it/ - -%files amsldoc-vn-doc -%license lgpl2.1.txt -%{_texdir}/texmf-dist/doc/latex/amsldoc-vn/ - -%files amsmath-it-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/amsmath-it/ +%doc %{_texdir}/texmf-dist/doc/fonts/amsfonts/ %files amsmath %license lppl1.txt %{_texdir}/texmf-dist/tex/latex/amsmath/ - -%files amsmath-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/amsmath/ - -%files amsrefs -%license lppl1.3.txt -%{_texdir}/texmf-dist/bibtex/bib/amsrefs/ -%{_texdir}/texmf-dist/bibtex/bst/amsrefs/ -%{_texdir}/texmf-dist/tex/latex/amsrefs/ - -%files amsrefs-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/amsrefs/ - -%files amsthdoc-it-doc -%{_texdir}/texmf-dist/doc/latex/amsthdoc-it/ - -%files animate -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/animate/ - -%files animate-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/animate/ - -%files anonchap -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/anonchap/ - -%files anonchap-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/anonchap/ - -%files anonymouspro -%license lppl1.3.txt -%{_texdir}/texmf-dist/fonts/afm/public/anonymouspro/ -%{_texdir}/texmf-dist/fonts/enc/dvips/anonymouspro/ -%{_texdir}/texmf-dist/fonts/map/dvips/anonymouspro/ -%{_texdir}/texmf-dist/fonts/tfm/public/anonymouspro/ -%{_texdir}/texmf-dist/fonts/truetype/public/anonymouspro/ -%{_texdir}/texmf-dist/fonts/type1/public/anonymouspro/ -%{_texdir}/texmf-dist/fonts/vf/public/anonymouspro/ -%{_texdir}/texmf-dist/tex/latex/anonymouspro/ - -%files anonymouspro-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/fonts/anonymouspro/ - -%files answers -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/answers/ - -%files answers-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/answers/ - -%files antiqua -%license gpl.txt -%{_texdir}/texmf-dist/fonts/afm/urw/antiqua/ -%{_texdir}/texmf-dist/fonts/map/dvips/antiqua/ -%{_texdir}/texmf-dist/fonts/map/vtex/antiqua/ -%{_texdir}/texmf-dist/fonts/tfm/urw/antiqua/ -%{_texdir}/texmf-dist/fonts/type1/urw/antiqua/ -%{_texdir}/texmf-dist/fonts/vf/urw/antiqua/ -%{_texdir}/texmf-dist/tex/latex/antiqua/ - -%files antiqua-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/fonts/antiqua/ - -%files antomega -%license lppl1.txt -%{_texdir}/texmf-dist/omega/ocp/antomega/ -%{_texdir}/texmf-dist/tex/lambda/antomega/ - -%files antomega-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/omega/antomega/ - -%files omega -%license gpl.txt -%{_texdir}/texmf-dist/dvips/omega/ -%{_texdir}/texmf-dist/fonts/afm/public/omega/ -%{_texdir}/texmf-dist/fonts/map/dvips/omega/ -%{_texdir}/texmf-dist/fonts/ofm/public/omega/ -%{_texdir}/texmf-dist/fonts/ovf/public/omega/ -%{_texdir}/texmf-dist/fonts/ovp/public/omega/ -%{_texdir}/texmf-dist/fonts/tfm/public/omega/ -%{_texdir}/texmf-dist/fonts/type1/public/omega/ -%{_texdir}/texmf-dist/omega/ocp/ -%{_texdir}/texmf-dist/omega/otp/ -%{_texdir}/texmf-dist/tex/generic/encodings/ -%{_texdir}/texmf-dist/tex/generic/omegahyph/ -%{_texdir}/texmf-dist/tex/plain/omega/ - -%files omega-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/omega/base/ - -%files antt -%license gfsl.txt -%{_datadir}/fonts/antt -%{_datadir}/appdata/antt.metainfo.xml -%{_texdir}/texmf-dist/fonts/afm/public/antt/ -%{_texdir}/texmf-dist/fonts/enc/dvips/antt/ -%{_texdir}/texmf-dist/fonts/map/dvips/antt/ -%{_texdir}/texmf-dist/fonts/opentype/public/antt/ -%{_texdir}/texmf-dist/fonts/tfm/public/antt/ -%{_texdir}/texmf-dist/fonts/type1/public/antt/ -%{_texdir}/texmf-dist/tex/latex/antt/ -%{_texdir}/texmf-dist/tex/plain/antt/ - -%files antt-doc -%license gfsl.txt -%{_texdir}/texmf-dist/doc/fonts/antt/ -%{_texdir}/texmf-dist/doc/latex/antt/ - -%files anufinalexam-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/anufinalexam/ - -%files anyfontsize -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/anyfontsize/ - -%files anyfontsize-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/anyfontsize/ +%doc %{_texdir}/texmf-dist/doc/latex/amsmath/ %files anysize %license pd.txt %{_texdir}/texmf-dist/tex/latex/anysize/ - -%files anysize-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/latex/anysize/ - -%files aobs-tikz -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/aobs-tikz/ - -%files aobs-tikz-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/aobs-tikz/ - -%files aomart -%license lppl1.3.txt -%{_texdir}/texmf-dist/bibtex/bst/aomart/ -%{_texdir}/texmf-dist/tex/latex/aomart/ - -%files aomart-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/aomart/ - -%files apa6e -%{_texdir}/texmf-dist/tex/latex/apa6e/ - -%files apa6e-doc -%{_texdir}/texmf-dist/doc/latex/apa6e/ - -%files apa6 -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/apa6/ - -%files apa6-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/apa6/ - -%files apa7 -%license lppl1.3c.txt -%doc %{_texdir}/texmf-dist/doc/latex/apa7 -%{_texdir}/texmf-dist/tex/latex/apa7 - -%files apacite -%license lppl1.txt -%{_texdir}/texmf-dist/bibtex/bst/apacite/ -%{_texdir}/texmf-dist/tex/latex/apacite/ - -%files apacite-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/bibtex/apacite/ - -%files apalike2 -%{_texdir}/texmf-dist/bibtex/bst/apalike2/ - -%files apa -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/apa/ - -%files apa-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/apa/ - -%files apnum -%license pd.txt -%{_texdir}/texmf-dist/tex/generic/apnum/ - -%files apnum-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/generic/apnum/ - -%files appendixnumberbeamer -%license gpl3.txt -%{_texdir}/texmf-dist/tex/latex/appendixnumberbeamer/ - -%files appendixnumberbeamer-doc -%license gpl3.txt -%{_texdir}/texmf-dist/doc/latex/appendixnumberbeamer/ +%doc %{_texdir}/texmf-dist/doc/latex/anysize/ %files appendix %license lppl1.txt %{_texdir}/texmf-dist/tex/latex/appendix/ - -%files appendix-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/appendix/ - -%files apprends-latex-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/apprends-latex/ - -%files apptools -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/apptools/ - -%files apptools-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/apptools/ - -%files arabi -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/afm/arabi/ -%{_texdir}/texmf-dist/fonts/enc/dvips/arabi/ -%{_texdir}/texmf-dist/fonts/map/dvips/arabi/ -%{_texdir}/texmf-dist/fonts/tfm/arabi/ -%{_texdir}/texmf-dist/fonts/type1/arabi/ -%{_texdir}/texmf-dist/tex/latex/arabi/ - -%files arabi-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/arabi/ - -%files arabtex -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/map/dvips/arabtex/ -%{_texdir}/texmf-dist/fonts/source/public/arabtex/ -%{_texdir}/texmf-dist/fonts/tfm/public/arabtex/ -%{_texdir}/texmf-dist/fonts/type1/public/arabtex/ -%{_texdir}/texmf-dist/tex/latex/arabtex/ - -%files arabtex-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/arabtex/ +%doc %{_texdir}/texmf-dist/doc/latex/appendix/ %files arabxetex %license lppl1.txt %{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/arabxetex/ %{_texdir}/texmf-dist/tex/xelatex/arabxetex/ - -%files arabxetex-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/xelatex/arabxetex/ - -%files aramaic-serto -%license lppl1.3.txt -%{_texdir}/texmf-dist/fonts/afm/public/aramaic-serto/ -%{_texdir}/texmf-dist/fonts/map/dvips/aramaic-serto/ -%{_texdir}/texmf-dist/fonts/source/public/aramaic-serto/ -%{_texdir}/texmf-dist/fonts/tfm/public/aramaic-serto/ -%{_texdir}/texmf-dist/fonts/type1/public/aramaic-serto/ -%{_texdir}/texmf-dist/tex/latex/aramaic-serto/ - -%files aramaic-serto-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/aramaic-serto/ - -%files archaic -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/afm/public/archaic/ -%{_texdir}/texmf-dist/fonts/map/dvips/archaic/ -%{_texdir}/texmf-dist/fonts/source/public/archaic/ -%{_texdir}/texmf-dist/fonts/tfm/public/archaic/ -%{_texdir}/texmf-dist/fonts/type1/public/archaic/ -%{_texdir}/texmf-dist/tex/latex/archaic/ - -%files archaic-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/archaic/ - -%files arcs -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/arcs/ - -%files arcs-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/arcs/ - -%files arev -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/afm/public/arev/ -%{_texdir}/texmf-dist/fonts/enc/dvips/arev/ -%{_texdir}/texmf-dist/fonts/map/dvips/arev/ -%{_texdir}/texmf-dist/fonts/tfm/public/arev/ -%{_texdir}/texmf-dist/fonts/type1/public/arev/ -%{_texdir}/texmf-dist/fonts/vf/public/arev/ -%{_texdir}/texmf-dist/tex/latex/arev/ - -%files arev-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/arev/ - -%files armtex -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/afm/public/armenian/ -%{_texdir}/texmf-dist/fonts/map/dvips/armenian/ -%{_texdir}/texmf-dist/fonts/source/public/armenian/ -%{_texdir}/texmf-dist/fonts/tfm/public/armenian/ -%{_texdir}/texmf-dist/fonts/type1/public/armenian/ -%{_texdir}/texmf-dist/tex/latex/armenian/ -%{_texdir}/texmf-dist/tex/plain/armenian/ - -%files armtex-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/armenian/ - -%files around-the-bend-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/around-the-bend/ +%doc %{_texdir}/texmf-dist/doc/xelatex/arabxetex/ %files arphic %license other-free.txt @@ -155156,243 +25829,12 @@ popd %{_texdir}/texmf-dist/fonts/tfm/arphic/ %{_texdir}/texmf-dist/fonts/type1/arphic/ %{_texdir}/texmf-dist/fonts/vf/arphic/ - -%files arphic-doc -%license other-free.txt -%{_texdir}/texmf-dist/doc/fonts/arphic/ - -%files arrayjobx -%license lppl1.txt -%{_texdir}/texmf-dist/tex/generic/arrayjobx/ - -%files arrayjobx-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/arrayjobx/ - -%files arraysort -%license lppl1.2.txt -%{_texdir}/texmf-dist/tex/latex/arraysort/ - -%files arraysort-doc -%license lppl1.2.txt -%{_texdir}/texmf-dist/doc/latex/arraysort/ - -%files arsclassica -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/arsclassica/ - -%files arsclassica-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/arsclassica/ - -%files articleingud -%license lppl1.2.txt -%{_texdir}/texmf-dist/tex/latex/articleingud/ - -%files articleingud-doc -%license lppl1.2.txt -%{_texdir}/texmf-dist/doc/latex/articleingud/ - -%files arydshln -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/arydshln/ - -%files arydshln-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/arydshln/ - -%files asaetr -%license pd.txt -%{_texdir}/texmf-dist/bibtex/bst/asaetr/ -%{_texdir}/texmf-dist/tex/latex/asaetr/ - -%files asaetr-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/latex/asaetr/ - -%files asana-math -%{_texdir}/texmf-dist/fonts/opentype/public/Asana-Math/ -%{_texdir}/texmf-dist/fonts/truetype/public/Asana-Math/ - -%files asana-math-doc -%{_texdir}/texmf-dist/doc/fonts/Asana-Math/ - -%files ascelike -%license lppl1.txt -%{_texdir}/texmf-dist/bibtex/bst/ascelike/ -%{_texdir}/texmf-dist/tex/latex/ascelike/ - -%files ascelike-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/ascelike/ - -%files ascii-chart-doc -%{_texdir}/texmf-dist/doc/support/ascii-chart/ - -%files ascii-font -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/map/dvips/ascii-font/ -%{_texdir}/texmf-dist/fonts/tfm/public/ascii-font/ -%{_texdir}/texmf-dist/fonts/type1/public/ascii-font/ -%{_texdir}/texmf-dist/tex/latex/ascii-font/ - -%files ascii-font-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/ascii-font/ - -%files askmaps -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/askmaps/ - -%files askmaps-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/askmaps/ - -%files aspectratio -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/map/dvips/aspectratio/ -%{_texdir}/texmf-dist/fonts/source/public/aspectratio/ -%{_texdir}/texmf-dist/fonts/tfm/public/aspectratio/ -%{_texdir}/texmf-dist/fonts/type1/public/aspectratio/ -%{_texdir}/texmf-dist/tex/latex/aspectratio/ - -%files aspectratio-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/aspectratio/ - -%files assignment -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/assignment/ - -%files assignment-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/assignment/ - -%files assoccnt -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/assoccnt/ - -%files assoccnt-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/assoccnt/ - -%files astro -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/source/public/astro/ -%{_texdir}/texmf-dist/fonts/tfm/public/astro/ - -%files astro-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/astro/ - -%files asyfig -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/asyfig/ - -%files asyfig-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/asyfig/ - -%files asypictureb -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/asypictureb/ - -%files asypictureb-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/asypictureb/ +%doc %{_texdir}/texmf-dist/doc/fonts/arphic/ %files attachfile %license lppl1.3.txt %{_texdir}/texmf-dist/tex/latex/attachfile/ -%{_texdir}/texmf-dist/bibtex/bib/attachfile/ - -%files attachfile-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/attachfile/ - -%files augie -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/afm/public/augie/ -%{_texdir}/texmf-dist/fonts/map/dvips/augie/ -%{_texdir}/texmf-dist/fonts/tfm/public/augie/ -%{_texdir}/texmf-dist/fonts/type1/public/augie/ -%{_texdir}/texmf-dist/fonts/vf/public/augie/ -%{_texdir}/texmf-dist/tex/latex/augie/ - -%files augie-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/augie/ - -%files auncial-new -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/afm/public/auncial-new/ -%{_texdir}/texmf-dist/fonts/map/dvips/auncial-new/ -%{_texdir}/texmf-dist/fonts/tfm/public/auncial-new/ -%{_texdir}/texmf-dist/fonts/type1/public/auncial-new/ -%{_texdir}/texmf-dist/tex/latex/auncial-new/ - -%files auncial-new-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/auncial-new/ - -%files aurical -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/afm/public/aurical/ -%{_texdir}/texmf-dist/fonts/map/dvips/aurical/ -%{_texdir}/texmf-dist/fonts/source/public/aurical/ -%{_texdir}/texmf-dist/fonts/tfm/public/aurical/ -%{_texdir}/texmf-dist/fonts/type1/public/aurical/ -%{_texdir}/texmf-dist/tex/latex/aurical/ - -%files aurical-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/aurical/ - -%files authoraftertitle -%{_texdir}/texmf-dist/tex/latex/authoraftertitle/ - -%files authoraftertitle-doc -%{_texdir}/texmf-dist/doc/latex/authoraftertitle/ - -%files autoarea -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/autoarea/ - -%files autoarea-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/autoarea/ - -%files automata -%license lppl1.txt -%{_texdir}/texmf-dist/metapost/automata/ - -%files automata-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/metapost/automata/ - -%files autonum -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/autonum/ - -%files autonum-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/autonum/ - -%files autopdf -%license lppl1.2.txt -%{_texdir}/texmf-dist/tex/latex/autopdf/ - -%files autopdf-doc -%license lppl1.2.txt -%{_texdir}/texmf-dist/doc/latex/autopdf/ - -%files auto-pst-pdf -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/auto-pst-pdf/ - -%files auto-pst-pdf-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/auto-pst-pdf/ +%doc %{_texdir}/texmf-dist/doc/latex/attachfile/ %files avantgar %license gpl.txt @@ -155400,749 +25842,29 @@ popd %{_texdir}/texmf-dist/fonts/afm/adobe/avantgar/ %{_texdir}/texmf-dist/fonts/afm/urw/avantgar/ %{_texdir}/texmf-dist/fonts/map/dvips/avantgar/ -%{_texdir}/texmf-dist/fonts/tfm/adobe/avantgar/ +%{_texdir}/texmf-dist/fonts/tfm/adobe/avantgar %{_texdir}/texmf-dist/fonts/tfm/urw35vf/avantgar/ %{_texdir}/texmf-dist/fonts/type1/urw/avantgar/ %{_texdir}/texmf-dist/fonts/vf/adobe/avantgar/ %{_texdir}/texmf-dist/fonts/vf/urw35vf/avantgar/ %{_texdir}/texmf-dist/tex/latex/avantgar/ -%files avremu -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/avremu/ - -%files avremu-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/avremu/ - -%files b1encoding -%license lppl1.3.txt -%{_texdir}/texmf-dist/fonts/enc/dvips/b1encoding/ -%{_texdir}/texmf-dist/tex/latex/b1encoding/ - -%files b1encoding-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/b1encoding/ - -%files babel-albanian -%license lppl1.txt -%{_texdir}/texmf-dist/tex/generic/babel-albanian/ - -%files babel-albanian-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/babel-albanian/ - -%files babel-bahasa -# now we're a metapackage. - -%files babel-bahasa-doc -# hey, us too! - -%files babel-indonesian -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/babel-indonesian/ - -%files babel-indonesian-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/babel-indonesian/ - -%files babel-malay -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/babel-malay/ - -%files babel-malay-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/babel-malay/ - -%files babel-basque -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/babel-basque/ - -%files babel-basque-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/babel-basque/ - %files babelbib %license lppl1.txt %{_texdir}/texmf-dist/bibtex/bst/babelbib/ %{_texdir}/texmf-dist/tex/latex/babelbib/ - -%files babelbib-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/bibtex/babelbib/ - -%files babel-bosnian -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/babel-bosnian/ - -%files babel-bosnian-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/babel-bosnian/ - -%files babel-breton -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/babel-breton/ - -%files babel-breton-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/babel-breton/ - -%files babel-bulgarian -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/babel-bulgarian/ - -%files babel-bulgarian-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/babel-bulgarian/ - -%files babel-catalan -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/babel-catalan/ - -%files babel-catalan-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/babel-catalan/ - -%files babel-croatian -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/babel-croatian/ - -%files babel-croatian-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/babel-croatian/ - -%files babel-czech -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/babel-czech/ - -%files babel-czech-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/babel-czech/ - -%files babel-danish -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/babel-danish/ - -%files babel-danish-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/babel-danish/ - -%files babel-dutch -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/babel-dutch/ - -%files babel-dutch-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/babel-dutch/ - -%files babel-english -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/babel-english/ - -%files babel-english-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/babel-english/ - -%files babel-esperanto -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/babel-esperanto/ - -%files babel-esperanto-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/babel-esperanto/ - -%files babel-estonian -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/babel-estonian/ - -%files babel-estonian-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/babel-estonian/ - -%files babel-finnish -%{_texdir}/texmf-dist/tex/generic/babel-finnish/ - -%files babel-finnish-doc -%{_texdir}/texmf-dist/doc/generic/babel-finnish/ - -%files babel-french -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/babel-french/ - -%files babel-french-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/babel-french/ - -%files babel-friulan -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/babel-friulan/ - -%files babel-friulan-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/babel-friulan/ - -%files babel-galician -%{_texdir}/texmf-dist/tex/generic/babel-galician/ - -%files babel-galician-doc -%{_texdir}/texmf-dist/doc/generic/babel-galician/ - -%files babel-georgian -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/babel-georgian/ - -%files babel-georgian-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/babel-georgian/ - -%files babel-german -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/babel-german/ - -%files babel-german-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/babel-german/ - -%files babel-greek -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/babel-greek/ - -%files babel-greek-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/babel-greek/ - -%files babel-hebrew -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/babel-hebrew/ - -%files babel-hebrew-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/babel-hebrew/ - -%files babel-hungarian -%license lppl1.txt -%{_texdir}/texmf-dist/tex/generic/babel-hungarian/ - -%files babel-hungarian-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/babel-hungarian/ - -%files babel-icelandic -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/babel-icelandic/ - -%files babel-icelandic-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/babel-icelandic/ - -%files babel-interlingua -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/babel-interlingua/ - -%files babel-interlingua-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/babel-interlingua/ - -%files babel-irish -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/babel-irish/ - -%files babel-irish-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/babel-irish/ - -%files babel-italian -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/babel-italian/ - -%files babel-italian-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/babel-italian/ - -%files babel-kurmanji -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/babel-kurmanji/ - -%files babel-kurmanji-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/babel-kurmanji/ - -%files babel-latin -%license lppl1.txt -%{_texdir}/texmf-dist/tex/generic/babel-latin/ - -%files babel-latin-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/babel-latin/ - -%files babel-latvian -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/babel-latvian/ - -%files babel-latvian-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/babel-latvian/ - -%files babel-norsk -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/babel-norsk/ - -%files babel-norsk-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/babel-norsk/ - -%files babel-piedmontese -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/babel-piedmontese/ - -%files babel-piedmontese-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/babel-piedmontese/ - -%files babel-polish -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/babel-polish/ - -%files babel-polish-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/babel-polish/ - -%files babel-portuges -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/babel-portuges/ - -%files babel-portuges-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/babel-portuges/ - -%files babel-romanian -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/babel-romanian/ - -%files babel-romanian-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/babel-romanian/ - -%files babel-romansh -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/babel-romansh/ - -%files babel-romansh-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/babel-romansh/ - -%files babel-russian -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/babel-russian/ - -%files babel-russian-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/babel-russian/ - -%files babel-samin -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/babel-samin/ - -%files babel-samin-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/babel-samin/ - -%files babel-scottish -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/babel-scottish/ - -%files babel-scottish-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/babel-scottish/ - -%files babel-serbianc -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/babel-serbianc/ - -%files babel-serbianc-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/babel-serbianc/ - -%files babel-serbian -%{_texdir}/texmf-dist/tex/generic/babel-serbian/ - -%files babel-serbian-doc -%{_texdir}/texmf-dist/doc/generic/babel-serbian/ - -%files babel-slovak -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/babel-slovak/ - -%files babel-slovak-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/babel-slovak/ - -%files babel-slovenian -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/babel-slovenian/ - -%files babel-slovenian-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/babel-slovenian/ - -%files babel-sorbian -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/babel-sorbian/ - -%files babel-sorbian-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/babel-sorbian/ - -%files babel-spanish -%license lppl1.txt -%{_texdir}/texmf-dist/tex/generic/babel-spanish/ - -%files babel-spanish-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/babel-spanish/ - -%files babel-swedish -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/babel-swedish/ - -%files babel-swedish-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/babel-swedish/ - -%files babel-thai -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/babel-thai/ - -%files babel-thai-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/babel-thai/ +%doc %{_texdir}/texmf-dist/doc/bibtex/babelbib/ %files babel -%license lppl1.3.txt +%license lppl1.txt %{_texdir}/texmf-dist/makeindex/babel/ %{_texdir}/texmf-dist/tex/generic/babel/ - -%files babel-doc -%license lppl1.3.txt %{_texdir}/texmf-dist/doc/latex/babel/ -%files babel-turkish -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/babel-turkish/ - -%files babel-turkish-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/babel-turkish/ - -%files babel-ukrainian -%{_texdir}/texmf-dist/tex/generic/babel-ukrainian/ - -%files babel-ukrainian-doc -%{_texdir}/texmf-dist/doc/generic/babel-ukrainian/ - -%files babel-vietnamese -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/babel-vietnamese/ - -%files babel-welsh -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/babel-welsh/ - -%files babel-welsh-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/babel-welsh/ - -%files background -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/background/ - -%files background-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/background/ - -%files backnaur -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/backnaur/ - -%files backnaur-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/backnaur/ - -%files bagpipe -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/bagpipe/ - -%files bagpipe-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/bagpipe/ - -%files bangorcsthesis -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/bangorcsthesis/ - -%files bangorcsthesis-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/bangorcsthesis/ - -%files bangtex -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/source/public/bangtex/ -%{_texdir}/texmf-dist/fonts/tfm/public/bangtex/ -%{_texdir}/texmf-dist/tex/latex/bangtex/ - -%files bangtex-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/bangtex/ - -%files bankstatement -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/bankstatement/ - -%files bankstatement-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/bankstatement/ - -%files barcodes -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/source/public/barcodes/ -%{_texdir}/texmf-dist/fonts/tfm/public/barcodes/ -%{_texdir}/texmf-dist/tex/latex/barcodes/ - -%files barcodes-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/barcodes/ - -%files bardiag -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/bardiag/ - -%files bardiag-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/bardiag/ - -%files barr -%license lppl1.txt -%{_texdir}/texmf-dist/tex/generic/barr/ - -%files barr-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/barr/ - -%files bartel-chess-fonts -%license gpl.txt -%{_texdir}/texmf-dist/fonts/source/public/bartel-chess-fonts/ -%{_texdir}/texmf-dist/fonts/tfm/public/bartel-chess-fonts/ - -%files bartel-chess-fonts-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/fonts/bartel-chess-fonts/ - -%files bashful -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/bashful/ - -%files bashful-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/bashful/ - -%files basicarith -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/basicarith/ - -%files basicarith-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/basicarith/ - -%files baskervald -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/afm/arkandis/baskervald/ -%{_texdir}/texmf-dist/fonts/enc/dvips/baskervald/ -%{_texdir}/texmf-dist/fonts/map/dvips/baskervald/ -%{_texdir}/texmf-dist/fonts/tfm/arkandis/baskervald/ -%{_texdir}/texmf-dist/fonts/type1/arkandis/baskervald/ -%{_texdir}/texmf-dist/fonts/vf/arkandis/baskervald/ -%{_texdir}/texmf-dist/tex/latex/baskervald/ - -%files baskervald-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/baskervald/ - -%files baskervaldx -%license gpl.txt -%{_datadir}/fonts/baskervaldx -%{_datadir}/appdata/baskervaldx.metainfo.xml -%{_texdir}/texmf-dist/fonts/afm/public/baskervaldx/ -%{_texdir}/texmf-dist/fonts/enc/dvips/baskervaldx/ -%{_texdir}/texmf-dist/fonts/map/dvips/baskervaldx/ -%{_texdir}/texmf-dist/fonts/opentype/public/baskervaldx/ -%{_texdir}/texmf-dist/fonts/tfm/public/baskervaldx/ -%{_texdir}/texmf-dist/fonts/type1/public/baskervaldx/ -%{_texdir}/texmf-dist/fonts/vf/public/baskervaldx/ -%{_texdir}/texmf-dist/tex/latex/baskervaldx/ - -%files baskervaldx-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/fonts/baskervaldx/ - -%files basque-book -%license lppl1.2.txt -%{_texdir}/texmf-dist/tex/latex/basque-book/ - -%files basque-book-doc -%license lppl1.2.txt -%{_texdir}/texmf-dist/doc/latex/basque-book/ - -%files basque-date -%license lppl1.2.txt -%{_texdir}/texmf-dist/tex/latex/basque-date/ - -%files basque-date-doc -%license lppl1.2.txt -%{_texdir}/texmf-dist/doc/latex/basque-date/ - -%files bbcard -%license pd.txt -%{_texdir}/texmf-dist/metapost/bbcard/ - -%files bbcard-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/metapost/bbcard/ - -%files bbding -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/source/public/bbding/ -%{_texdir}/texmf-dist/fonts/tfm/public/bbding/ -%{_texdir}/texmf-dist/tex/latex/bbding/ - -%files bbding-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/bbding/ - -%files bbm-macros -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/bbm-macros/ - -%files bbm-macros-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/bbm-macros/ - -%files bbm -%{_texdir}/texmf-dist/fonts/source/public/bbm/ -%{_texdir}/texmf-dist/fonts/tfm/public/bbm/ - -%files bbm-doc -%{_texdir}/texmf-dist/doc/fonts/bbm/ - -%files bbold -%license bsd.txt -%{_texdir}/texmf-dist/fonts/source/public/bbold/ -%{_texdir}/texmf-dist/fonts/tfm/public/bbold/ -%{_texdir}/texmf-dist/tex/latex/bbold/ - -%files bbold-doc -%license bsd.txt -%{_texdir}/texmf-dist/doc/latex/bbold/ - -%files bbold-type1 -%{_texdir}/texmf-dist/fonts/afm/public/bbold-type1/ -%{_texdir}/texmf-dist/fonts/map/dvips/bbold-type1/ -%{_texdir}/texmf-dist/fonts/type1/public/bbold-type1/ - -%files bbold-type1-doc -%{_texdir}/texmf-dist/doc/fonts/bbold-type1/ - -%files bchart -%{_texdir}/texmf-dist/tex/latex/bchart/ - -%files bchart-doc -%{_texdir}/texmf-dist/doc/latex/bchart/ - -%files bclogo -%license lppl1.txt -%{_texdir}/texmf-dist/metapost/bclogo/ -%{_texdir}/texmf-dist/tex/latex/bclogo/ - -%files bclogo-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/bclogo/ - -%files beamer2thesis -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/beamer2thesis/ - -%files beamer2thesis-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/beamer2thesis/ - -%files beameraudience -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/beameraudience/ - -%files beameraudience-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/beameraudience/ - -%files beamerdarkthemes -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/beamerdarkthemes/ - -%files beamerdarkthemes-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/beamerdarkthemes/ - -%files beamer-FUBerlin-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/beamer-FUBerlin/ - -%files beamerposter -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/beamerposter/ - -%files beamerposter-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/beamerposter/ - -%files beamersubframe -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/beamersubframe/ - -%files beamersubframe-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/beamersubframe/ - -%files beamerthemejltree -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/beamerthemejltree/ - -%files beamerthemenirma -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/beamerthemenirma/ - -%files beamerthemenirma-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/beamerthemenirma/ - -%files beamertheme-phnompenh -%{_texdir}/texmf-dist/tex/latex/beamertheme-phnompenh/ - -%files beamertheme-phnompenh-doc -%{_texdir}/texmf-dist/doc/latex/beamertheme-phnompenh/ - -%files beamertheme-upenn-bc -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/beamertheme-upenn-bc/ - -%files beamertheme-upenn-bc-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/beamertheme-upenn-bc/ - %files beamer -%license lppl1.3.txt +%license gpl.txt %{_texdir}/texmf-dist/tex/latex/beamer/ - -%files beamer-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/beamer/ +%doc %{_texdir}/texmf-dist/doc/latex/beamer/ %files pgf %license lppl1.3.txt @@ -156150,73 +25872,19 @@ popd %{_texdir}/texmf-dist/tex/generic/pgf/ %{_texdir}/texmf-dist/tex/latex/pgf/ %{_texdir}/texmf-dist/tex/plain/pgf/ -%{_texdir}/texmf-dist/scripts/pgf/ - -%files pgf-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/pgf/ +%doc %{_texdir}/texmf-dist/doc/generic/pgf/ %files xkeyval -%license lppl1.3.txt +%license lppl1.txt %{_texdir}/texmf-dist/tex/generic/xkeyval/ %{_texdir}/texmf-dist/tex/latex/xkeyval/ - -%files xkeyval-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/xkeyval/ +%doc %{_texdir}/texmf-dist/doc/latex/xkeyval/ %files xcolor %license lppl1.txt %{_texdir}/texmf-dist/dvips/xcolor/ %{_texdir}/texmf-dist/tex/latex/xcolor/ - -%files xcolor-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/xcolor/ - -%files beamer-tut-pt-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/beamer-tut-pt/ - -%files beebe -%{_texdir}/texmf-dist/bibtex/bib/beebe/ -%{_texdir}/texmf-dist/tex/generic/beebe/ - -%files begingreek -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/begingreek/ - -%files begingreek-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/begingreek/ - -%files begriff -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/begriff/ - -%files begriff-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/begriff/ - -%files belleek -%license pd.txt -%{_texdir}/texmf-dist/fonts/map/dvips/belleek/ -%{_texdir}/texmf-dist/fonts/truetype/public/belleek/ -%{_texdir}/texmf-dist/fonts/type1/public/belleek/ - -%files belleek-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/fonts/belleek/ - -%files bengali -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/source/public/bengali/ -%{_texdir}/texmf-dist/fonts/tfm/public/bengali/ -%{_texdir}/texmf-dist/tex/latex/bengali/ - -%files bengali-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/bengali/ +%doc %{_texdir}/texmf-dist/doc/latex/xcolor/ %files bera %{_texdir}/texmf-dist/fonts/afm/public/bera/ @@ -156225,740 +25893,101 @@ popd %{_texdir}/texmf-dist/fonts/type1/public/bera/ %{_texdir}/texmf-dist/fonts/vf/public/bera/ %{_texdir}/texmf-dist/tex/latex/bera/ - -%files bera-doc -%{_texdir}/texmf-dist/doc/fonts/bera/ - -%files berenisadf -%{_datadir}/fonts/berenisadf -%{_datadir}/appdata/berenisadf.metainfo.xml -%{_texdir}/texmf-dist/fonts/afm/arkandis/berenisadf/ -%{_texdir}/texmf-dist/fonts/enc/dvips/berenisadf/ -%{_texdir}/texmf-dist/fonts/map/dvips/berenisadf/ -%{_texdir}/texmf-dist/fonts/opentype/arkandis/berenisadf/ -%{_texdir}/texmf-dist/fonts/tfm/arkandis/berenisadf/ -%{_texdir}/texmf-dist/fonts/type1/arkandis/berenisadf/ -%{_texdir}/texmf-dist/tex/latex/berenisadf/ - -%files berenisadf-doc -%{_texdir}/texmf-dist/doc/fonts/berenisadf/ - -%files besjournals -%{_texdir}/texmf-dist/bibtex/bst/besjournals/ - -%files besjournals-doc -%{_texdir}/texmf-dist/doc/bibtex/besjournals/ - -%files betababel -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/betababel/ - -%files betababel-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/betababel/ +%doc %{_texdir}/texmf-dist/doc/fonts/bera/ %files beton %license lppl1.txt %{_texdir}/texmf-dist/tex/latex/beton/ - -%files beton-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/beton/ - -%files bewerbung -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/bewerbung/ - -%files bewerbung-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/bewerbung/ - -%files bez123 -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/bez123/ - -%files bez123-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/bez123/ - -%files bgteubner -%license lppl1.txt -%{_texdir}/texmf-dist/bibtex/bst/bgteubner/ -%{_texdir}/texmf-dist/makeindex/bgteubner/ -%{_texdir}/texmf-dist/tex/latex/bgteubner/ - -%files bgteubner-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/bgteubner/ - -%files bguq -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/map/dvips/bguq/ -%{_texdir}/texmf-dist/fonts/source/public/bguq/ -%{_texdir}/texmf-dist/fonts/tfm/public/bguq/ -%{_texdir}/texmf-dist/fonts/type1/public/bguq/ -%{_texdir}/texmf-dist/tex/latex/bguq/ - -%files bguq-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/bguq/ - -%files bhcexam -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/bhcexam/ - -%files bhcexam-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/bhcexam/ - -%files bibarts -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/bibarts/ - -%files bibarts-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/bibarts/ - -%files bib-fr -%license lppl1.txt -%{_texdir}/texmf-dist/bibtex/bst/bib-fr/ - -%files bib-fr-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/bibtex/bib-fr/ - -%files bibhtml -%license gpl.txt -%{_texdir}/texmf-dist/bibtex/bst/bibhtml/ - -%files bibhtml-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/bibtex/bibhtml/ - -%files biblatex-anonymous -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/biblatex-anonymous/ - -%files biblatex-anonymous-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/biblatex-anonymous/ - -%files biblatex-apa -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/biblatex-apa/ - -%files biblatex-apa-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/biblatex-apa/ - -%files biblatex-bookinarticle -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/biblatex-bookinarticle/ - -%files biblatex-bookinarticle-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/biblatex-bookinarticle/ - -%files biblatex-bwl -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/biblatex-bwl/ - -%files biblatex-bwl-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/biblatex-bwl/ - -%files biblatex-caspervector -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/biblatex-caspervector/ - -%files biblatex-caspervector-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/biblatex-caspervector/ - -%files biblatex-chem -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/biblatex-chem/ - -%files biblatex-chem-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/biblatex-chem/ - -%files biblatex-chicago -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/biblatex-chicago/ - -%files biblatex-chicago-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/biblatex-chicago/ - -%files biblatex-dw -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/biblatex-dw/ - -%files biblatex-dw-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/biblatex-dw/ - -%files biblatex-fiwi -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/biblatex-fiwi/ - -%files biblatex-fiwi-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/biblatex-fiwi/ - -%files biblatex-gost -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/biblatex-gost/ - -%files biblatex-gost-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/biblatex-gost/ - -%files biblatex-historian -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/biblatex-historian/ - -%files biblatex-historian-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/biblatex-historian/ - -%files biblatex-ieee -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/biblatex-ieee/ - -%files biblatex-ieee-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/biblatex-ieee/ - -%files biblatex-juradiss -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/biblatex-juradiss/ - -%files biblatex-juradiss-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/biblatex-juradiss/ - -%files biblatex-luh-ipw -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/biblatex-luh-ipw/ - -%files biblatex-luh-ipw-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/biblatex-luh-ipw/ - -%files biblatex-manuscripts-philology -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/biblatex-manuscripts-philology/ - -%files biblatex-manuscripts-philology-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/biblatex-manuscripts-philology/ - -%files biblatex-mla -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/biblatex-mla/ - -%files biblatex-mla-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/biblatex-mla/ - -%files biblatex-multiple-dm -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/biblatex-multiple-dm/ - -%files biblatex-multiple-dm-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/biblatex-multiple-dm/ - -%files biblatex-musuos -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/biblatex-musuos/ - -%files biblatex-musuos-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/biblatex-musuos/ - -%files biblatex-nature -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/biblatex-nature/ - -%files biblatex-nature-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/biblatex-nature/ - -%files biblatex-nejm -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/biblatex-nejm/ - -%files biblatex-nejm-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/biblatex-nejm/ - -%files biblatex-opcit-booktitle -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/biblatex-opcit-booktitle/ - -%files biblatex-opcit-booktitle-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/biblatex-opcit-booktitle/ - -%files biblatex-philosophy -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/biblatex-philosophy/ - -%files biblatex-philosophy-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/biblatex-philosophy/ - -%files biblatex-phys -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/biblatex-phys/ - -%files biblatex-phys-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/biblatex-phys/ - -%files biblatex-publist -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/biblatex-publist/ - -%files biblatex-publist-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/biblatex-publist/ - -%files biblatex-realauthor -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/biblatex-realauthor/ - -%files biblatex-realauthor-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/biblatex-realauthor/ - -%files biblatex-science -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/biblatex-science/ - -%files biblatex-science-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/biblatex-science/ - -%files biblatex-source-division -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/biblatex-source-division/ - -%files biblatex-source-division-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/biblatex-source-division/ - -%files biblatex-subseries -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/biblatex-subseries/ - -%files biblatex-subseries-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/biblatex-subseries/ - -%files biblatex-swiss-legal -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/biblatex-swiss-legal/ - -%files biblatex-swiss-legal-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/biblatex-swiss-legal/ - -%files biblatex -%license lppl1.txt -%{_texdir}/texmf-dist/bibtex/bib/biblatex/ -%{_texdir}/texmf-dist/bibtex/bst/biblatex/ -%{_texdir}/texmf-dist/tex/latex/biblatex/ - -%files biblatex-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/biblatex/ - -%files biblatex-trad -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/biblatex-trad/ - -%files biblatex-trad-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/biblatex-trad/ - -%files biblatex-true-citepages-omit -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/biblatex-true-citepages-omit/ - -%files biblatex-true-citepages-omit-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/biblatex-true-citepages-omit/ - -%files bibleref-french -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/bibleref-french/ - -%files bibleref-french-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/bibleref-french/ - -%files bibleref-german -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/bibleref-german/ - -%files bibleref-german-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/bibleref-german/ - -%files bibleref-lds -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/bibleref-lds/ - -%files bibleref-lds-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/bibleref-lds/ - -%files bibleref-mouth -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/bibleref-mouth/ - -%files bibleref-mouth-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/bibleref-mouth/ - -%files bibleref-parse -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/bibleref-parse/ - -%files bibleref-parse-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/bibleref-parse/ - -%files bibleref -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/bibleref/ - -%files bibleref-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/bibleref/ - -%files biblist -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/biblist/ - -%files biblist-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/biblist/ - -%files bibtopicprefix -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/bibtopicprefix/ - -%files bibtopicprefix-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/bibtopicprefix/ +%doc %{_texdir}/texmf-dist/doc/latex/beton/ + +%files bibtex +%license knuth.txt +%{_texdir}/texmf-dist/bibtex/ +%{_mandir}/man1/bibtex.1* +%doc %{_texdir}/texmf-dist/doc/bibtex/ +%{_texdir}/texmf-dist/tex/generic/bibtex/ +%{_bindir}/bibtex + +%files kpathsea +%license lgpl2.1.txt +%{_mandir}/man1/kpseaccess.1* +%{_mandir}/man1/kpsereadlink.1* +%{_mandir}/man1/kpsestat.1* +%{_mandir}/man1/kpsewhich.1* +%{_mandir}/man1/mkocp.1* +%{_mandir}/man1/mkofm.1* +%{_mandir}/man1/mktexfmt.1* +%{_mandir}/man1/mktexlsr.1* +%{_mandir}/man1/mktexmf.1* +%{_mandir}/man1/mktexpk.1* +%{_mandir}/man1/mktextfm.1* +%{_mandir}/man1/texhash.1* +%{_mandir}/man5/fmtutil.cnf.5* +%{_infodir}/kpathsea.info* +%{_infodir}/tds.info* +%{_infodir}/web2c.info* +%{_texdir}/texmf-dist/web2c/amiga-pl.tcx +%{_texdir}/texmf-dist/web2c/cp1250cs.tcx +%{_texdir}/texmf-dist/web2c/cp1250pl.tcx +%{_texdir}/texmf-dist/web2c/cp1250t1.tcx +%{_texdir}/texmf-dist/web2c/cp227.tcx +%{_texdir}/texmf-dist/web2c/cp852-cs.tcx +%{_texdir}/texmf-dist/web2c/cp852-pl.tcx +%{_texdir}/texmf-dist/web2c/cp8bit.tcx +%{_texdir}/texmf-dist/web2c/empty.tcx +%config(noreplace) %{_sysconfdir}/texlive/web2c/fmtutil.cnf +%{_texdir}/texmf-dist/web2c/fmtutil.cnf +%{_texdir}/texmf-dist/web2c/il1-t1.tcx +%{_texdir}/texmf-dist/web2c/il2-cs.tcx +%{_texdir}/texmf-dist/web2c/il2-pl.tcx +%{_texdir}/texmf-dist/web2c/il2-t1.tcx +%{_texdir}/texmf-dist/web2c/kam-cs.tcx +%{_texdir}/texmf-dist/web2c/kam-t1.tcx +%{_texdir}/texmf-dist/web2c/macce-pl.tcx +%{_texdir}/texmf-dist/web2c/macce-t1.tcx +%{_texdir}/texmf-dist/web2c/maz-pl.tcx +%config(noreplace) %{_sysconfdir}/texlive/web2c/mktex.cnf +%{_texdir}/texmf-dist/web2c/mktex.cnf +%{_texdir}/texmf-dist/web2c/mktex.opt +%{_texdir}/texmf-dist/web2c/mktexdir +%{_texdir}/texmf-dist/web2c/mktexdir.opt +%{_texdir}/texmf-dist/web2c/mktexnam +%{_texdir}/texmf-dist/web2c/mktexnam.opt +%{_texdir}/texmf-dist/web2c/mktexupd +%{_texdir}/texmf-dist/web2c/natural.tcx +%{_texdir}/texmf-dist/web2c/tcvn-t5.tcx +%config(noreplace) %{_sysconfdir}/texlive/web2c/texmf.cnf +%{_texdir}/texmf-dist/web2c/texmf.cnf +%{_texdir}/texmf-dist/web2c/viscii-t5.tcx +%doc %{_texdir}/texmf-dist/doc/kpathsea/ +%doc %{_texdir}/texmf-dist/doc/web2c/ +%{_bindir}/kpseaccess +%{_bindir}/kpsereadlink +%{_bindir}/kpsestat +%{_bindir}/kpsewhich +%{_bindir}/mkocp +%{_bindir}/mkofm +%{_bindir}/mktexfmt +%{_bindir}/mktexlsr +%{_bindir}/mktexmf +%{_bindir}/mktexpk +%{_bindir}/mktextfm +%{_bindir}/texhash %files bibtopic %license gpl.txt %{_texdir}/texmf-dist/tex/latex/bibtopic/ - -%files bibtopic-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/bibtopic/ - -%files bibunits -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/bibunits/ - -%files bibunits-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/bibunits/ - -%files bidi-atbegshi -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/xelatex/bidi-atbegshi/ - -%files bidi-atbegshi-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/xelatex/bidi-atbegshi/ - -%files bidicontour -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/xelatex/bidicontour/ - -%files bidicontour-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/xelatex/bidicontour/ - -%files bidihl -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/xelatex/bidihl/ - -%files bidihl-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/xelatex/bidihl/ - -%files bidipagegrid -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/xelatex/bidipagegrid/ - -%files bidipagegrid-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/xelatex/bidipagegrid/ - -%files bidipresentation -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/xelatex/bidipresentation/ - -%files bidipresentation-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/xelatex/bidipresentation/ - -%files bidishadowtext -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/xelatex/bidishadowtext/ - -%files bidishadowtext-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/xelatex/bidishadowtext/ +%doc %{_texdir}/texmf-dist/doc/latex/bibtopic/ %files bidi %license lppl1.3.txt %{_texdir}/texmf-dist/tex/xelatex/bidi/ - -%files bidi-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/xelatex/bidi/ +%doc %{_texdir}/texmf-dist/doc/xelatex/bidi/ %files bigfoot %license gpl2.txt %{_texdir}/texmf-dist/tex/latex/bigfoot/ - -%files bigfoot-doc -%license gpl2.txt -%{_texdir}/texmf-dist/doc/latex/bigfoot/ - -%files bigints -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/bigints/ - -%files bigints-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/bigints/ - -%files binomexp -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/binomexp/ - -%files binomexp-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/binomexp/ - -%files biocon -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/biocon/ - -%files biocon-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/biocon/ - -%files bitelist -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/bitelist/ - -%files bitelist-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/bitelist/ - -%files bizcard -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/bizcard/ - -%files bizcard-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/bizcard/ - -%files blacklettert1 -%{_texdir}/texmf-dist/fonts/tfm/public/blacklettert1/ -%{_texdir}/texmf-dist/fonts/vf/public/blacklettert1/ -%{_texdir}/texmf-dist/tex/latex/blacklettert1/ - -%files blacklettert1-doc -%{_texdir}/texmf-dist/doc/fonts/blacklettert1/ - -%files blindtext -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/blindtext/ - -%files blindtext-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/blindtext/ - -%files blkarray -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/blkarray/ - -%files blkarray-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/blkarray/ - -%files blochsphere -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/blochsphere/ - -%files blochsphere-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/blochsphere/ - -%files blockdraw_mp -%license lppl1.txt -%{_texdir}/texmf-dist/metapost/blockdraw_mp/ - -%files blockdraw_mp-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/metapost/blockdraw_mp/ - -%files block -%license pd.txt -%{_texdir}/texmf-dist/tex/latex/block/ - -%files block-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/latex/block/ - -%files bloques -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/bloques/ - -%files bloques-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/bloques/ - -%files blox -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/blox/ - -%files blox-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/blox/ - -%files bnumexpr -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/bnumexpr/ - -%files bnumexpr-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/bnumexpr/ - -%files bodegraph -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/bodegraph/ - -%files bodegraph-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/bodegraph/ - -%files bohr -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/bohr/ - -%files bohr-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/bohr/ - -%files boisik -%license gpl2.txt -%{_texdir}/texmf-dist/fonts/source/public/boisik/ -%{_texdir}/texmf-dist/fonts/tfm/public/boisik/ -%{_texdir}/texmf-dist/tex/latex/boisik/ - -%files boisik-doc -%license gpl2.txt -%{_texdir}/texmf-dist/doc/fonts/boisik/ - -%files boites -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/boites/ - -%files boites-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/boites/ - -%files bold-extra -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/bold-extra/ - -%files bold-extra-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/bold-extra/ - -%files boldtensors -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/boldtensors/ - -%files boldtensors-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/boldtensors/ - -%files bondgraphs -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/bondgraphs/ - -%files bondgraphs-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/bondgraphs/ - -%files bondgraph -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/bondgraph/ - -%files bondgraph-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/bondgraph/ - -%files bookcover -%license lppl1.2.txt -%{_texdir}/texmf-dist/tex/latex/bookcover/ - -%files bookcover-doc -%license lppl1.2.txt -%{_texdir}/texmf-dist/doc/latex/bookcover/ - -%files bookdb -%license lppl1.3.txt -%{_texdir}/texmf-dist/bibtex/bst/bookdb/ - -%files bookdb-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/bibtex/bookdb/ - -%files bookest -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/bookest/ - -%files bookest-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/bookest/ - -%files bookhands -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/afm/public/bookhands/ -%{_texdir}/texmf-dist/fonts/map/dvips/bookhands/ -%{_texdir}/texmf-dist/fonts/source/public/bookhands/ -%{_texdir}/texmf-dist/fonts/tfm/public/bookhands/ -%{_texdir}/texmf-dist/fonts/type1/public/bookhands/ -%{_texdir}/texmf-dist/tex/latex/bookhands/ - -%files bookhands-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/bookhands/ - -%files booklet -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/booklet/ - -%files booklet-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/booklet/ +%doc %{_texdir}/texmf-dist/doc/latex/bigfoot/ %files bookman %license gpl.txt @@ -156973,1079 +26002,72 @@ popd %{_texdir}/texmf-dist/fonts/vf/urw35vf/bookman/ %{_texdir}/texmf-dist/tex/latex/bookman/ -%files booktabs-de-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/booktabs-de/ - -%files booktabs-fr-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/booktabs-fr/ - %files booktabs %license gpl.txt %{_texdir}/texmf-dist/tex/latex/booktabs/ - -%files booktabs-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/booktabs/ - -%files boolexpr -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/boolexpr/ - -%files boolexpr-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/boolexpr/ - -%files boondox -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/map/dvips/boondox/ -%{_texdir}/texmf-dist/fonts/tfm/public/boondox/ -%{_texdir}/texmf-dist/fonts/type1/public/boondox/ -%{_texdir}/texmf-dist/fonts/vf/public/boondox/ -%{_texdir}/texmf-dist/tex/latex/boondox/ - -%files boondox-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/boondox/ - -%files bophook -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/bophook/ - -%files bophook-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/bophook/ - -%files borceux -%{_texdir}/texmf-dist/tex/generic/borceux/ - -%files borceux-doc -%{_texdir}/texmf-dist/doc/generic/borceux/ - -%files bosisio -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/bosisio/ - -%files bosisio-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/bosisio/ - -%files boxedminipage -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/boxedminipage/ -%doc %{_texdir}/texmf-dist/doc/latex/boxedminipage/ - -%files boxhandler -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/boxhandler/ - -%files boxhandler-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/boxhandler/ - -%files bpchem -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/bpchem/ - -%files bpchem-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/bpchem/ - -%files bpolynomial -%license lppl1.txt -%{_texdir}/texmf-dist/metapost/bpolynomial/ - -%files bpolynomial-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/metapost/bpolynomial/ - -%files bracketkey -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/bracketkey/ - -%files bracketkey-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/bracketkey/ - -%files braids -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/braids/ - -%files braids-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/braids/ - -%files braille -%{_texdir}/texmf-dist/tex/latex/braille/ - -%files braille-doc -%{_texdir}/texmf-dist/doc/latex/braille/ - -%files braket -%license pd.txt -%{_texdir}/texmf-dist/tex/latex/braket/ - -%files braket-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/latex/braket/ - -%files brandeis-dissertation -%license lppl1.2.txt -%{_texdir}/texmf-dist/tex/latex/brandeis-dissertation/ - -%files brandeis-dissertation-doc -%license lppl1.2.txt -%{_texdir}/texmf-dist/doc/latex/brandeis-dissertation/ +%doc %{_texdir}/texmf-dist/doc/latex/booktabs/ %files breakurl %license lppl1.txt %{_texdir}/texmf-dist/tex/latex/breakurl/ - -%files breakurl-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/breakurl/ - -%files breqn -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/breqn/ - -%files breqn-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/breqn/ - -%files br-lex -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/br-lex/ - -%files br-lex-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/br-lex/ - -%files bropd -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/bropd/ - -%files bropd-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/bropd/ - -%files brushscr -%license pd.txt -%{_texdir}/texmf-dist/dvips/brushscr/ -%{_texdir}/texmf-dist/fonts/afm/public/brushscr/ -%{_texdir}/texmf-dist/fonts/map/dvips/brushscr/ -%{_texdir}/texmf-dist/fonts/tfm/public/brushscr/ -%{_texdir}/texmf-dist/fonts/type1/public/brushscr/ -%{_texdir}/texmf-dist/fonts/vf/public/brushscr/ -%{_texdir}/texmf-dist/tex/latex/brushscr/ - -%files brushscr-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/fonts/brushscr/ - -%files bullcntr -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/bullcntr/ - -%files bullcntr-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/bullcntr/ - -%files burmese -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/map/dvips/burmese/ -%{_texdir}/texmf-dist/fonts/tfm/public/burmese/ -%{_texdir}/texmf-dist/fonts/type1/public/burmese/ -%{_texdir}/texmf-dist/tex/latex/burmese/ - -%files burmese-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/burmese/ - -%files bussproofs -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/bussproofs/ - -%files bussproofs-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/bussproofs/ - -%files bxbase -%license other-free.txt -%{_texdir}/texmf-dist/tex/latex/bxbase/ - -%files bxbase-doc -%license other-free.txt -%{_texdir}/texmf-dist/doc/latex/bxbase/ - -%files bxcjkjatype -%license other-free.txt -%{_texdir}/texmf-dist/tex/latex/bxcjkjatype/ - -%files bxcjkjatype-doc -%license other-free.txt -%{_texdir}/texmf-dist/doc/latex/bxcjkjatype/ - -%files bxdpx-beamer -%license other-free.txt -%{_texdir}/texmf-dist/tex/latex/bxdpx-beamer/ - -%files bxdpx-beamer-doc -%license other-free.txt -%{_texdir}/texmf-dist/doc/latex/bxdpx-beamer/ - -%files bxeepic -%license other-free.txt -%{_texdir}/texmf-dist/tex/latex/bxeepic/ - -%files bxeepic-doc -%license other-free.txt -%{_texdir}/texmf-dist/doc/latex/bxeepic/ - -%files bxjscls -%license bsd.txt -%{_texdir}/texmf-dist/tex/latex/bxjscls/ - -%files bxjscls-doc -%license bsd.txt -%{_texdir}/texmf-dist/doc/latex/bxjscls/ - -%files bxpdfver -%license other-free.txt -%{_texdir}/texmf-dist/tex/latex/bxpdfver/ - -%files bxpdfver-doc -%license other-free.txt -%{_texdir}/texmf-dist/doc/latex/bxpdfver/ - -%files bytefield -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/bytefield/ - -%files bytefield-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/bytefield/ - -%files c90 -%{_texdir}/texmf-dist/fonts/enc/dvips/c90/ - -%files c90-doc -%{_texdir}/texmf-dist/doc/fonts/enc/c90/ - -%files cabin -%license ofl.txt -%{_datadir}/fonts/cabin -%{_datadir}/appdata/cabin.metainfo.xml -%{_texdir}/texmf-dist/fonts/enc/dvips/cabin/ -%{_texdir}/texmf-dist/fonts/map/dvips/cabin/ -%{_texdir}/texmf-dist/fonts/opentype/impallari/cabin/ -%{_texdir}/texmf-dist/fonts/tfm/impallari/cabin/ -%{_texdir}/texmf-dist/fonts/type1/impallari/cabin/ -%{_texdir}/texmf-dist/fonts/vf/impallari/cabin/ -%{_texdir}/texmf-dist/tex/latex/cabin/ - -%files cabin-doc -%license ofl.txt -%{_texdir}/texmf-dist/doc/fonts/cabin/ - -%files caladea -%license apache2.txt -%{_texdir}/texmf-dist/fonts/enc/dvips/caladea/ -%{_texdir}/texmf-dist/fonts/map/dvips/caladea/ -%{_texdir}/texmf-dist/fonts/tfm/huerta/caladea/ -%{_texdir}/texmf-dist/fonts/truetype/huerta/caladea/ -%{_texdir}/texmf-dist/fonts/type1/huerta/caladea/ -%{_texdir}/texmf-dist/fonts/vf/huerta/caladea/ -%{_texdir}/texmf-dist/tex/latex/caladea/ - -%files caladea-doc -%license apache2.txt -%{_texdir}/texmf-dist/doc/fonts/caladea/ - -%files calcage -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/calcage/ - -%files calcage-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/calcage/ - -%files calctab -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/calctab/ - -%files calctab-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/calctab/ - -%files calculation -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/calculation/ - -%files calculation-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/calculation/ - -%files calculator -%license lppl1.2.txt -%{_texdir}/texmf-dist/tex/latex/calculator/ - -%files calculator-doc -%license lppl1.2.txt -%{_texdir}/texmf-dist/doc/latex/calculator/ - -%files calligra -%{_texdir}/texmf-dist/fonts/source/public/calligra/ -%{_texdir}/texmf-dist/fonts/tfm/public/calligra/ - -%files calligra-doc -%{_texdir}/texmf-dist/doc/latex/calligra/ - -%files calligra-type1 -%{_texdir}/texmf-dist/fonts/afm/public/calligra-type1/ -%{_texdir}/texmf-dist/fonts/map/dvips/calligra-type1/ -%{_texdir}/texmf-dist/fonts/type1/public/calligra-type1/ - -%files calligra-type1-doc -%{_texdir}/texmf-dist/doc/fonts/calligra-type1/ - -%files calrsfs -%license pd.txt -%{_texdir}/texmf-dist/tex/latex/calrsfs/ - -%files calrsfs-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/latex/calrsfs/ - -%files cals -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/cals/ - -%files cals-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/cals/ - -%files calxxxx-yyyy -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/calxxxx-yyyy/ - -%files calxxxx-yyyy-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/calxxxx-yyyy/ - -%files cancel -%license pd.txt -%{_texdir}/texmf-dist/tex/latex/cancel/ - -%files cancel-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/latex/cancel/ - -%files canoniclayout -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/canoniclayout/ - -%files canoniclayout-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/canoniclayout/ - -%files cantarell -%license lppl1.3.txt -%{_texdir}/texmf-dist/fonts/enc/dvips/cantarell/ -%{_texdir}/texmf-dist/fonts/map/dvips/cantarell/ -%{_texdir}/texmf-dist/fonts/opentype/gnome/cantarell/ -%{_texdir}/texmf-dist/fonts/tfm/gnome/cantarell/ -%{_texdir}/texmf-dist/fonts/type1/gnome/cantarell/ -%{_texdir}/texmf-dist/fonts/vf/gnome/cantarell/ -%{_texdir}/texmf-dist/tex/latex/cantarell/ - -%files cantarell-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/fonts/cantarell/ - -%files captcont -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/captcont/ - -%files captcont-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/captcont/ - -%files captdef -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/captdef/ - -%files captdef-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/captdef/ +%doc %{_texdir}/texmf-dist/doc/latex/breakurl/ %files caption %license lppl1.3.txt %{_texdir}/texmf-dist/tex/latex/caption/ - -%files caption-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/caption/ - -%files capt-of -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/capt-of/ - -%files capt-of-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/capt-of/ +%doc %{_texdir}/texmf-dist/doc/latex/caption/ %files carlisle %license lppl1.txt %{_texdir}/texmf-dist/tex/latex/carlisle/ - -%files carlisle-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/carlisle/ - -%files carlito -%license ofl.txt -%{_texdir}/texmf-dist/fonts/enc/dvips/carlito/ -%{_texdir}/texmf-dist/fonts/map/dvips/carlito/ -%{_texdir}/texmf-dist/fonts/tfm/typoland/carlito/ -%{_texdir}/texmf-dist/fonts/truetype/typoland/carlito/ -%{_texdir}/texmf-dist/fonts/type1/typoland/carlito/ -%{_texdir}/texmf-dist/fonts/vf/typoland/carlito/ -%{_texdir}/texmf-dist/tex/latex/carlito/ - -%files carlito-doc -%license ofl.txt -%{_texdir}/texmf-dist/doc/fonts/carlito/ - -%files carolmin-ps -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/afm/public/carolmin-ps/ -%{_texdir}/texmf-dist/fonts/map/dvips/carolmin-ps/ -%{_texdir}/texmf-dist/fonts/type1/public/carolmin-ps/ - -%files carolmin-ps-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/carolmin-ps/ - -%files cascadilla -%license lppl1.txt -%{_texdir}/texmf-dist/bibtex/bst/cascadilla/ -%{_texdir}/texmf-dist/tex/latex/cascadilla/ - -%files cascadilla-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/cascadilla/ - -%files cases -%license pd.txt -%{_texdir}/texmf-dist/tex/latex/cases/ - -%files cases-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/latex/cases/ - -%files casyl -%license pd.txt -%{_texdir}/texmf-dist/fonts/source/public/casyl/ -%{_texdir}/texmf-dist/fonts/tfm/public/casyl/ -%{_texdir}/texmf-dist/tex/latex/casyl/ - -%files casyl-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/latex/casyl/ - -%files catchfilebetweentags -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/catchfilebetweentags/ - -%files catchfilebetweentags-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/catchfilebetweentags/ - -%files catcodes -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/catcodes/ - -%files catcodes-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/catcodes/ - -%files catechis -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/catechis/ - -%files catechis-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/catechis/ - -%files catoptions -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/catoptions/ - -%files catoptions-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/catoptions/ - -%files cbcoptic -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/source/public/cbcoptic/ -%{_texdir}/texmf-dist/fonts/tfm/public/cbcoptic/ -%{_texdir}/texmf-dist/fonts/type1/public/cbcoptic/ -%{_texdir}/texmf-dist/tex/latex/cbcoptic/ - -%files cbcoptic-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/cbcoptic/ - -%files cbfonts-fd -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/cbfonts-fd/ - -%files cbfonts-fd-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/fonts/cbfonts-fd/ - -%files cbfonts -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/enc/dvips/cbfonts/ -%{_texdir}/texmf-dist/fonts/map/dvips/cbfonts/ -%{_texdir}/texmf-dist/fonts/source/public/cbfonts/ -%{_texdir}/texmf-dist/fonts/tfm/public/cbfonts/ -%{_texdir}/texmf-dist/fonts/type1/public/cbfonts/ - -%files cbfonts-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/cbfonts/ - -%files ccaption -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/ccaption/ - -%files ccaption-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/ccaption/ - -%files ccfonts -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/ccfonts/ - -%files ccfonts-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/ccfonts/ - -%files ccicons -%license lppl1.3.txt -%{_datadir}/fonts/ccicons -%{_datadir}/appdata/ccicons.metainfo.xml -%{_texdir}/texmf-dist/fonts/enc/dvips/ccicons/ -%{_texdir}/texmf-dist/fonts/map/dvips/ccicons/ -%{_texdir}/texmf-dist/fonts/opentype/public/ccicons/ -%{_texdir}/texmf-dist/fonts/tfm/public/ccicons/ -%{_texdir}/texmf-dist/fonts/type1/public/ccicons/ -%{_texdir}/texmf-dist/tex/latex/ccicons/ - -%files ccicons-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/fonts/ccicons/ -%{_texdir}/texmf-dist/doc/latex/ccicons/ - -%files cclicenses -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/cclicenses/ - -%files cclicenses-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/cclicenses/ - -%files cc-pl -%license pd.txt -%{_texdir}/texmf-dist/fonts/map/dvips/cc-pl/ -%{_texdir}/texmf-dist/fonts/source/public/cc-pl/ -%{_texdir}/texmf-dist/fonts/tfm/public/cc-pl/ -%{_texdir}/texmf-dist/fonts/type1/public/cc-pl/ - -%files cc-pl-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/fonts/cc-pl/ - -%files cd-cover -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/cd-cover/ - -%files cd-cover-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/cd-cover/ - -%files cdpbundl -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/cdpbundl/ - -%files cdpbundl-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/cdpbundl/ - -%files cd -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/cd/ - -%files cd-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/cd/ - -%files cellspace -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/cellspace/ - -%files cellspace-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/cellspace/ - -%files cell -%license pd.txt -%{_texdir}/texmf-dist/bibtex/bst/cell/ -%{_texdir}/texmf-dist/tex/latex/cell/ - -%files cell-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/latex/cell/ - -%files celtic -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/celtic/ - -%files celtic-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/celtic/ - -%files censor -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/censor/ - -%files censor-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/censor/ - -%files cfr-initials -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/cfr-initials/ - -%files cfr-initials-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/cfr-initials/ - -%files cfr-lm -%license lppl1.3.txt -%{_texdir}/texmf-dist/fonts/enc/dvips/cfr-lm/ -%{_texdir}/texmf-dist/fonts/map/dvips/cfr-lm/ -%{_texdir}/texmf-dist/fonts/tfm/public/cfr-lm/ -%{_texdir}/texmf-dist/fonts/vf/public/cfr-lm/ -%{_texdir}/texmf-dist/tex/latex/cfr-lm/ - -%files cfr-lm-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/fonts/cfr-lm/ +%doc %{_texdir}/texmf-dist/doc/latex/carlisle/ %files changebar %license lppl1.txt %{_texdir}/texmf-dist/tex/latex/changebar/ - -%files changebar-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/changebar/ - -%files changelayout -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/changelayout/ - -%files changelayout-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/changelayout/ +%doc %{_texdir}/texmf-dist/doc/latex/changebar/ %files changepage %license lppl1.3.txt %{_texdir}/texmf-dist/tex/latex/changepage/ - -%files changepage-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/changepage/ - -%files changes -%license lppl1.3.txt -%{_texdir}/texmf-dist/scripts/changes/ -%{_texdir}/texmf-dist/tex/latex/changes/ - -%files changes-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/changes/ - -%files chappg -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/chappg/ - -%files chappg-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/chappg/ - -%files chapterfolder -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/chapterfolder/ - -%files chapterfolder-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/chapterfolder/ +%doc %{_texdir}/texmf-dist/doc/latex/changepage/ %files charter %{_texdir}/texmf-dist/fonts/afm/bitstrea/charter/ %{_texdir}/texmf-dist/fonts/tfm/bitstrea/charter/ %{_texdir}/texmf-dist/fonts/type1/bitstrea/charter/ %{_texdir}/texmf-dist/fonts/vf/bitstrea/charter/ - -%files charter-doc -%{_texdir}/texmf-dist/doc/fonts/charter/ - -%files chbibref -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/chbibref/ - -%files chbibref-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/chbibref/ - -%files chemarrow -%license pd.txt -%{_texdir}/texmf-dist/fonts/afm/public/chemarrow/ -%{_texdir}/texmf-dist/fonts/map/dvips/chemarrow/ -%{_texdir}/texmf-dist/fonts/source/public/chemarrow/ -%{_texdir}/texmf-dist/fonts/tfm/public/chemarrow/ -%{_texdir}/texmf-dist/fonts/type1/public/chemarrow/ -%{_texdir}/texmf-dist/tex/latex/chemarrow/ - -%files chemarrow-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/fonts/chemarrow/ - -%files chembst -%license lppl1.txt -%{_texdir}/texmf-dist/bibtex/bst/chembst/ - -%files chembst-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/chembst/ - -%files chemcompounds -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/chemcompounds/ - -%files chemcompounds-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/chemcompounds/ - -%files chemcono -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/chemcono/ - -%files chemcono-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/chemcono/ - -%files chemexec -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/chemexec/ - -%files chemexec-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/chemexec/ - -%files chemfig -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/chemfig/ - -%files chemfig-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/chemfig/ - -%files chemformula -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/chemformula/ - -%files chemformula-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/chemformula/ - -%files chemgreek -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/chemgreek/ - -%files chemgreek-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/chemgreek/ - -%files chem-journal -%license gpl.txt -%{_texdir}/texmf-dist/bibtex/bst/chem-journal/ - -%files chemmacros -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/chemmacros/ - -%files chemmacros-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/chemmacros/ - -%files chemnum -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/chemnum/ - -%files chemnum-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/chemnum/ - -%files chemschemex -%license lppl1.2.txt -%{_texdir}/texmf-dist/tex/latex/chemschemex/ - -%files chemschemex-doc -%license lppl1.2.txt -%{_texdir}/texmf-dist/doc/latex/chemschemex/ - -%files chemstyle -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/chemstyle/ - -%files chemstyle-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/chemstyle/ - -%files cherokee -%{_texdir}/texmf-dist/fonts/source/public/cherokee/ -%{_texdir}/texmf-dist/fonts/tfm/public/cherokee/ -%{_texdir}/texmf-dist/tex/latex/cherokee/ - -%files cherokee-doc -%{_texdir}/texmf-dist/doc/fonts/cherokee/ - -%files chessboard -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/chessboard/ - -%files chessboard-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/chessboard/ - -%files chessfss -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/enc/dvips/chessfss/ -%{_texdir}/texmf-dist/tex/latex/chessfss/ - -%files chessfss-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/chessfss/ - -%files chess-problem-diagrams -%license lppl1.2.txt -%{_texdir}/texmf-dist/tex/latex/chess-problem-diagrams/ - -%files chess-problem-diagrams-doc -%license lppl1.2.txt -%{_texdir}/texmf-dist/doc/latex/chess-problem-diagrams/ - -%files chess -%license pd.txt -%{_texdir}/texmf-dist/fonts/source/public/chess/ -%{_texdir}/texmf-dist/fonts/tfm/public/chess/ -%{_texdir}/texmf-dist/tex/latex/chess/ - -%files chess-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/fonts/chess/ - -%files chet -%license lppl1.3.txt -%{_texdir}/texmf-dist/bibtex/bst/chet/ -%{_texdir}/texmf-dist/tex/latex/chet/ - -%files chet-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/chet/ - -%files chextras -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/chextras/ - -%files chextras-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/chextras/ - -%files chicago-annote -%license lppl1.txt -%{_texdir}/texmf-dist/bibtex/bst/chicago-annote/ - -%files chicago-annote-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/bibtex/chicago-annote/ - -%files chicago -%{_texdir}/texmf-dist/bibtex/bst/chicago/ -%{_texdir}/texmf-dist/tex/latex/chicago/ - -%files chickenize -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/luatex/chickenize/ - -%files chickenize-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/luatex/chickenize/ - -%files chkfloat -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/chkfloat/ - -%files chkfloat-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/chkfloat/ - -%files chletter -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/chletter/ - -%files chletter-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/chletter/ +%doc %{_texdir}/texmf-dist/doc/fonts/charter/ %files chngcntr %license lppl1.txt %{_texdir}/texmf-dist/tex/latex/chngcntr/ - -%files chngcntr-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/chngcntr/ - -%files chronology -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/chronology/ - -%files chronology-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/chronology/ - -%files chronosys -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/chronosys/ - -%files chronosys-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/chronosys/ - -%files chscite -%license lppl1.2.txt -%{_texdir}/texmf-dist/bibtex/bst/chscite/ -%{_texdir}/texmf-dist/tex/latex/chscite/ - -%files chscite-doc -%license lppl1.2.txt -%{_texdir}/texmf-dist/doc/latex/chscite/ - -%files cinzel -%license ofl.txt -%{_texdir}/texmf-dist/fonts/enc/dvips/cinzel/ -%{_texdir}/texmf-dist/fonts/map/dvips/cinzel/ -%{_texdir}/texmf-dist/fonts/tfm/ndiscovered/cinzel/ -%{_texdir}/texmf-dist/fonts/truetype/ndiscovered/cinzel/ -%{_texdir}/texmf-dist/fonts/type1/ndiscovered/cinzel/ -%{_texdir}/texmf-dist/fonts/vf/ndiscovered/cinzel/ -%{_texdir}/texmf-dist/tex/latex/cinzel/ - -%files cinzel-doc -%license ofl.txt -%{_texdir}/texmf-dist/doc/fonts/cinzel/ - -%files circ -%license gpl.txt -%{_texdir}/texmf-dist/fonts/source/public/circ/ -%{_texdir}/texmf-dist/fonts/tfm/public/circ/ -%{_texdir}/texmf-dist/tex/latex/circ/ - -%files circ-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/circ/ - -%files circuitikz -%license lppl1.txt -%{_texdir}/texmf-dist/tex/context/third/circuitikz/ -%{_texdir}/texmf-dist/tex/generic/circuitikz/ -%{_texdir}/texmf-dist/tex/latex/circuitikz/ - -%files circuitikz-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/context/third/circuitikz/ -%{_texdir}/texmf-dist/doc/generic/circuitikz/ -%{_texdir}/texmf-dist/doc/latex/circuitikz/ - -%files citeall -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/citeall/ - -%files citeall-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/citeall/ +%doc %{_texdir}/texmf-dist/doc/latex/chngcntr/ %files cite %{_texdir}/texmf-dist/tex/latex/cite/ - -%files cite-doc -%{_texdir}/texmf-dist/doc/latex/cite/ - -%files cjhebrew -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/afm/public/cjhebrew/ -%{_texdir}/texmf-dist/fonts/enc/dvips/cjhebrew/ -%{_texdir}/texmf-dist/fonts/map/dvips/cjhebrew/ -%{_texdir}/texmf-dist/fonts/tfm/public/cjhebrew/ -%{_texdir}/texmf-dist/fonts/type1/public/cjhebrew/ -%{_texdir}/texmf-dist/fonts/vf/public/cjhebrew/ -%{_texdir}/texmf-dist/tex/latex/cjhebrew/ - -%files cjhebrew-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/cjhebrew/ - -%files cjk-ko -%license other-free.txt -%{_texdir}/texmf-dist/tex/latex/cjk-ko/ - -%files cjk-ko-doc -%license other-free.txt -%{_texdir}/texmf-dist/doc/latex/cjk-ko/ - -%files cjkpunct -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/cjkpunct/ - -%files cjkpunct-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/cjkpunct/ +%doc %{_texdir}/texmf-dist/doc/latex/cite/ %files cjk %license gpl.txt %{_texdir}/texmf-dist/tex/latex/cjk/ - -%files cjk-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/cjk/ +%doc %{_texdir}/texmf-dist/doc/latex/cjk/ %files cns %{_texdir}/texmf-dist/fonts/misc/cns/ %{_texdir}/texmf-dist/fonts/tfm/cns/ - -%files cns-doc -%{_texdir}/texmf-dist/doc/fonts/cns/ +%doc %{_texdir}/texmf-dist/doc/fonts/cns/ %files garuda-c90 %{_texdir}/texmf-dist/dvips/garuda-c90/ %{_texdir}/texmf-dist/fonts/map/dvips/garuda-c90/ %{_texdir}/texmf-dist/fonts/tfm/public/garuda-c90/ +%files norasi-c90 +%{_texdir}/texmf-dist/dvips/norasi-c90/ +%{_texdir}/texmf-dist/fonts/map/dvips/norasi-c90/ +%{_texdir}/texmf-dist/fonts/tfm/public/norasi-c90/ + %files fonts-tlwg %license gpl.txt %{_texdir}/texmf-dist/fonts/afm/public/fonts-tlwg/ @@ -158056,15 +26078,7 @@ popd %{_texdir}/texmf-dist/fonts/type1/public/fonts-tlwg/ %{_texdir}/texmf-dist/fonts/vf/public/fonts-tlwg/ %{_texdir}/texmf-dist/tex/latex/fonts-tlwg/ - -%files fonts-tlwg-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/fonts/fonts-tlwg/ - -%files norasi-c90 -%{_texdir}/texmf-dist/dvips/norasi-c90/ -%{_texdir}/texmf-dist/fonts/map/dvips/norasi-c90/ -%{_texdir}/texmf-dist/fonts/tfm/public/norasi-c90/ +%doc %{_texdir}/texmf-dist/doc/fonts/fonts-tlwg/ %files uhc %license lppl1.txt @@ -158074,10 +26088,7 @@ popd %{_texdir}/texmf-dist/fonts/tfm/uhc/ %{_texdir}/texmf-dist/fonts/type1/uhc/ %{_texdir}/texmf-dist/fonts/vf/uhc/ - -%files uhc-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/uhc/ +%doc %{_texdir}/texmf-dist/doc/fonts/uhc/ %files wadalab %{_texdir}/texmf-dist/fonts/afm/wadalab/ @@ -158085,162 +26096,13 @@ popd %{_texdir}/texmf-dist/fonts/tfm/wadalab/ %{_texdir}/texmf-dist/fonts/type1/wadalab/ %{_texdir}/texmf-dist/fonts/vf/wadalab/ - -%files wadalab-doc -%{_texdir}/texmf-dist/doc/fonts/wadalab/ - -%files classics -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/classics/ - -%files classics-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/classics/ - -%files classicthesis -%license gpl2.txt -%{_texdir}/texmf-dist/tex/latex/classicthesis/ - -%files classicthesis-doc -%license gpl2.txt -%{_texdir}/texmf-dist/doc/latex/classicthesis/ - -%files classpack -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/classpack/ - -%files classpack-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/support/classpack/ - -%files cleanthesis -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/cleanthesis/ - -%files cleanthesis-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/cleanthesis/ - -%files clearsans -%license apache2.txt -%{_texdir}/texmf-dist/fonts/enc/dvips/clearsans/ -%{_texdir}/texmf-dist/fonts/map/dvips/clearsans/ -%{_texdir}/texmf-dist/fonts/tfm/intel/clearsans/ -%{_texdir}/texmf-dist/fonts/truetype/intel/clearsans/ -%{_texdir}/texmf-dist/fonts/type1/intel/clearsans/ -%{_texdir}/texmf-dist/fonts/vf/intel/clearsans/ -%{_texdir}/texmf-dist/tex/latex/clearsans/ - -%files clearsans-doc -%license apache2.txt -%{_texdir}/texmf-dist/doc/fonts/clearsans/ - -%files clefval -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/clefval/ - -%files clefval-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/clefval/ - -%files cleveref -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/cleveref/ - -%files cleveref-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/cleveref/ - -%files clipboard -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/clipboard/ - -%files clipboard-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/clipboard/ - -%files clock -%{_texdir}/texmf-dist/fonts/source/public/clock/ -%{_texdir}/texmf-dist/fonts/tfm/public/clock/ -%{_texdir}/texmf-dist/tex/latex/clock/ - -%files clock-doc -%{_texdir}/texmf-dist/doc/latex/clock/ - -%files cloze -%license lppl1.3.txt -%{_texdir}/texmf-dist/scripts/cloze/ -%{_texdir}/texmf-dist/tex/lualatex/cloze/ - -%files cloze-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/lualatex/cloze/ - -%files clrscode3e -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/clrscode3e/ - -%files clrscode3e-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/clrscode3e/ - -%files clrscode -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/clrscode/ - -%files clrscode-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/clrscode/ +%doc %{_texdir}/texmf-dist/doc/fonts/wadalab/ %files cmap -%license lppl1.txt %{_texdir}/texmf-dist/tex/latex/cmap/ - -%files cmap-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/cmap/ - -%files cmarrows -%license lppl1.txt -%{_texdir}/texmf-dist/metapost/cmarrows/ - -%files cmarrows-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/metapost/cmarrows/ - -%files cmbright -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/source/public/cmbright/ -%{_texdir}/texmf-dist/fonts/tfm/public/cmbright/ -%{_texdir}/texmf-dist/tex/latex/cmbright/ - -%files cmbright-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/cmbright/ -%{_texdir}/texmf-dist/doc/latex/cmbright/ - -%files cmcyr -%license pd.txt -%{_texdir}/texmf-dist/fonts/map/dvips/cmcyr/ -%{_texdir}/texmf-dist/fonts/source/public/cmcyr/ -%{_texdir}/texmf-dist/fonts/tfm/public/cmcyr/ -%{_texdir}/texmf-dist/fonts/type1/public/cmcyr/ -%{_texdir}/texmf-dist/fonts/vf/public/cmcyr/ - -%files cmcyr-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/fonts/cmcyr/ - -%files cmdstring -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/cmdstring/ - -%files cmdstring-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/cmdstring/ +%doc %{_texdir}/texmf-dist/doc/latex/cmap/ %files cmextra -%license knuth.txt %{_texdir}/texmf-dist/fonts/source/public/cmextra/ %{_texdir}/texmf-dist/fonts/tfm/public/cmextra/ @@ -158255,48 +26117,7 @@ popd %{_texdir}/texmf-dist/fonts/type1/public/cm-lgc/ %{_texdir}/texmf-dist/fonts/vf/public/cm-lgc/ %{_texdir}/texmf-dist/tex/latex/cm-lgc/ - -%files cm-lgc-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/fonts/cm-lgc/ - -%files cmll -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/map/dvips/cmll/ -%{_texdir}/texmf-dist/fonts/source/public/cmll/ -%{_texdir}/texmf-dist/fonts/tfm/public/cmll/ -%{_texdir}/texmf-dist/fonts/type1/public/cmll/ -%{_texdir}/texmf-dist/tex/latex/cmll/ - -%files cmll-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/cmll/ - -%files cmpica -%license pd.txt -%{_texdir}/texmf-dist/fonts/source/public/cmpica/ -%{_texdir}/texmf-dist/fonts/tfm/public/cmpica/ - -%files cmpica-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/latex/cmpica/ - -%files cmpj -%license lppl1.txt -%{_texdir}/texmf-dist/bibtex/bst/cmpj/ -%{_texdir}/texmf-dist/tex/latex/cmpj/ - -%files cmpj-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/cmpj/ - -%files cmsd -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/cmsd/ - -%files cmsd-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/cmsd/ +%doc %{_texdir}/texmf-dist/doc/fonts/cm-lgc/ %files cm-super %license gpl.txt @@ -158307,21 +26128,7 @@ popd %{_texdir}/texmf-dist/fonts/map/vtex/cm-super/ %{_texdir}/texmf-dist/fonts/type1/public/cm-super/ %{_texdir}/texmf-dist/tex/latex/cm-super/ - -%files cm-super-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/fonts/cm-super/ - -%files cmtiup -%license lppl1.3.txt -%{_texdir}/texmf-dist/fonts/source/public/cmtiup/ -%{_texdir}/texmf-dist/fonts/tfm/public/cmtiup/ -%{_texdir}/texmf-dist/fonts/vf/public/cmtiup/ -%{_texdir}/texmf-dist/tex/latex/cmtiup/ - -%files cmtiup-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/cmtiup/ +%doc %{_texdir}/texmf-dist/doc/fonts/cm-super/ %files cm %license knuth.txt @@ -158329,114 +26136,80 @@ popd %{_texdir}/texmf-dist/fonts/pk/ljfour/public/cm/ %{_texdir}/texmf-dist/fonts/source/public/cm/ %{_texdir}/texmf-dist/fonts/tfm/public/cm/ - -%files cm-doc -%license knuth.txt -%{_texdir}/texmf-dist/doc/fonts/cm/ - -%files cm-unicode -%{_datadir}/fonts/cm-unicode -%{_datadir}/appdata/cm-unicode.metainfo.xml -%{_texdir}/texmf-dist/fonts/afm/public/cm-unicode/ -%{_texdir}/texmf-dist/fonts/enc/dvips/cm-unicode/ -%{_texdir}/texmf-dist/fonts/map/dvips/cm-unicode/ -%{_texdir}/texmf-dist/fonts/opentype/public/cm-unicode/ -%{_texdir}/texmf-dist/fonts/type1/public/cm-unicode/ - -%files cm-unicode-doc -%{_texdir}/texmf-dist/doc/fonts/cm-unicode/ - -%files cnbwp -%license lppl1.txt -%{_texdir}/texmf-dist/bibtex/bst/cnbwp/ -%{_texdir}/texmf-dist/makeindex/cnbwp/ -%{_texdir}/texmf-dist/tex/latex/cnbwp/ - -%files cnbwp-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/cnbwp/ - -%files cnltx -%license lppl1.3.txt -%{_texdir}/texmf-dist/bibtex/bib/cnltx/ -%{_texdir}/texmf-dist/makeindex/cnltx/ -%{_texdir}/texmf-dist/tex/latex/cnltx/ - -%files cnltx-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/cnltx/ - -%files cntformats -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/cntformats/ - -%files cntformats-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/cntformats/ - -%files cntperchap -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/cntperchap/ - -%files cntperchap-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/cntperchap/ - -%files codedoc -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/codedoc/ - -%files codedoc-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/codedoc/ - -%files codepage -%{_texdir}/texmf-dist/tex/latex/codepage/ - -%files codepage-doc -%{_texdir}/texmf-dist/doc/latex/codepage/ - -%files codesection -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/codesection/ - -%files codesection-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/codesection/ - -%files codicefiscaleitaliano -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/codicefiscaleitaliano/ - -%files codicefiscaleitaliano-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/codicefiscaleitaliano/ - -%files collcell -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/collcell/ - -%files collcell-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/collcell/ - -%files collectbox -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/collectbox/ - -%files collectbox-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/collectbox/ +%doc %{_texdir}/texmf-dist/doc/fonts/cm/ %files collection-basic +%files dvipdfmx +%license gpl.txt +%{_bindir}/dvipdfm +%{_bindir}/dvipdfmx +%{_bindir}/dvipdft +%{_bindir}/ebb +%{_bindir}/extractbb +%{_mandir}/man1/dvipdfm.1* +%{_mandir}/man1/dvipdfmx.1* +%{_mandir}/man1/dvipdft.1* +%{_mandir}/man1/ebb.1* +%{_mandir}/man1/extractbb.1* +%{_mandir}/man1/xdvipdfmx.1* +%{_texdir}/texmf-dist/dvipdfmx/ +%{_texdir}/texmf-dist/fonts/cmap/dvipdfmx/ +%{_texdir}/texmf-dist/fonts/map/dvipdfmx/ +%{_texdir}/tlpkg/tlpostcode/dvipdfmx.pl +%doc %{_texdir}/texmf-dist/doc/dvipdfm/ +%doc %{_texdir}/texmf-dist/doc/dvipdfmx/ + +%files glyphlist +%{_texdir}/texmf-dist/fonts/map/glyphlist/ + +%files dvips +%license gpl.txt +%{_bindir}/afm2tfm +%{_bindir}/dvips +%{_mandir}/man1/afm2tfm.1* +%{_mandir}/man1/dvips.1* +%{_infodir}/dvips.info* +%{_texdir}/texmf-dist/dvips/base/ +%{_texdir}/texmf-dist/dvips/config/alt-rule.pro +%{_texdir}/texmf-dist/dvips/config/canonex.cfg +%{_texdir}/texmf-dist/dvips/config/config.bakoma +%{_texdir}/texmf-dist/dvips/config/config.canonex +%{_texdir}/texmf-dist/dvips/config/config.cx +%{_texdir}/texmf-dist/dvips/config/config.deskjet +%{_texdir}/texmf-dist/dvips/config/config.dvired +%{_texdir}/texmf-dist/dvips/config/config.epson +%{_texdir}/texmf-dist/dvips/config/config.ibmvga +%{_texdir}/texmf-dist/dvips/config/config.ljfour +%{_texdir}/texmf-dist/dvips/config/config.luc +%{_texdir}/texmf-dist/dvips/config/config.mbn +%{_texdir}/texmf-dist/dvips/config/config.mga +%{_texdir}/texmf-dist/dvips/config/config.mirrorprint +%{_texdir}/texmf-dist/dvips/config/config.ot2 +%config(noreplace) %{_sysconfdir}/texlive/dvips/config/config.ps +%{_texdir}/texmf-dist/dvips/config/config.ps +%{_texdir}/texmf-dist/dvips/config/config.qms +%{_texdir}/texmf-dist/dvips/config/config.toshiba +%{_texdir}/texmf-dist/dvips/config/config.unms +%{_texdir}/texmf-dist/dvips/config/config.xyp +%{_texdir}/texmf-dist/dvips/config/cx.cfg +%{_texdir}/texmf-dist/dvips/config/deskjet.cfg +%{_texdir}/texmf-dist/dvips/config/dfaxhigh.cfg +%{_texdir}/texmf-dist/dvips/config/dvired.cfg +%{_texdir}/texmf-dist/dvips/config/epson.cfg +%{_texdir}/texmf-dist/dvips/config/ibmvga.cfg +%{_texdir}/texmf-dist/dvips/config/ljfour.cfg +%{_texdir}/texmf-dist/dvips/config/qms.cfg +%{_texdir}/texmf-dist/dvips/config/toshiba.cfg +%{_texdir}/texmf-dist/fonts/enc/dvips/base/ +%{_texdir}/texmf-dist/fonts/map/dvips/ +%{_texdir}/texmf-dist/tex/generic/dvips/ +%doc %{_texdir}/texmf-dist/doc/dvips/ + %files enctex %license gpl.txt %{_texdir}/texmf-dist/tex/generic/enctex/ - -%files enctex-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/generic/enctex/ +%doc %{_texdir}/texmf-dist/doc/generic/enctex/ %files etex %license knuth.txt @@ -158444,39 +26217,25 @@ popd %{_texdir}/texmf-dist/fonts/source/public/etex/ %{_texdir}/texmf-dist/fonts/tfm/public/etex/ %{_texdir}/texmf-dist/tex/plain/etex/ - -%files etex-doc -%license knuth.txt %{_texdir}/texmf-dist/doc/etex/base/ %files etex-pkg %{_texdir}/texmf-dist/tex/latex/etex-pkg/ - -%files etex-pkg-doc %{_texdir}/texmf-dist/doc/latex/etex-pkg/ -%files hyph-utf8 -%dir %{_texdir}/texmf-dist/tex/generic/hyph-utf8 -%dir %{_texdir}/texmf-dist/tex/generic/hyph-utf8/conversions -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/conversions/conv-utf8-ec.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/conversions/conv-utf8-il2.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/conversions/conv-utf8-il3.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/conversions/conv-utf8-l7x.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/conversions/conv-utf8-lmc.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/conversions/conv-utf8-lth.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/conversions/conv-utf8-qx.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/conversions/conv-utf8-t2a.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/conversions/conv-utf8-t8m.tex -%dir %{_texdir}/texmf-dist/tex/luatex/hyph-utf8 -%{_texdir}/texmf-dist/tex/luatex/hyph-utf8/etex.src -%{_texdir}/texmf-dist/tex/luatex/hyph-utf8/luatex-hyphen.lua +%files gsftopk +%license gpl.txt +%{_bindir}/gsftopk +%{_mandir}/man1/gsftopk.1* +%{_texdir}/texmf-dist/dvips/gsftopk/ -%files hyph-utf8-doc -%{_texdir}/texmf-dist/doc/generic/hyph-utf8/ -%{_texdir}/texmf-dist/doc/luatex/hyph-utf8/ +%files hyph-utf8 +%{_texdir}/texmf-dist/tex/generic/hyph-utf8/ +%{_texdir}/texmf-dist/tex/luatex/hyph-utf8/ +%doc %{_texdir}/texmf-dist/doc/generic/hyph-utf8/ +%doc %{_texdir}/texmf-dist/doc/luatex/hyph-utf8/ %files hyphen-base -%dir %{_texdir}/texmf-dist/tex/generic/hyphen %{_texdir}/texmf-dist/tex/generic/hyphen/dumyhyph.tex %{_texdir}/texmf-dist/tex/generic/hyphen/hyphen.tex %{_texdir}/texmf-dist/tex/generic/hyphen/hypht1.tex @@ -158489,2804 +26248,171 @@ popd %{_texdir}/texmf-dist/tex/generic/config/language.us.def %{_texdir}/texmf-dist/tex/generic/config/language.us.lua -%files knuth-lib -%license knuth.txt -%{_texdir}/texmf-dist/fonts/source/public/knuth-lib/ -%{_texdir}/texmf-dist/fonts/tfm/public/knuth-lib/ -%{_texdir}/texmf-dist/tex/generic/knuth-lib/ -%{_texdir}/texmf-dist/tex/plain/knuth-lib/ - -%files knuth-local -%license knuth.txt -%{_texdir}/texmf-dist/fonts/source/public/knuth-local/ -%{_texdir}/texmf-dist/fonts/tfm/public/knuth-local/ -%{_texdir}/texmf-dist/mft/knuth-local/ -%{_texdir}/texmf-dist/tex/plain/knuth-local/ - %files lua-alt-getopt %{_texdir}/texmf-dist/scripts/lua-alt-getopt/ +%doc %{_texdir}/texmf-dist/doc/support/lua-alt-getopt/ -%files lua-alt-getopt-doc -%{_texdir}/texmf-dist/doc/support/lua-alt-getopt/ +%files luatex +%license gpl2.txt +%{_bindir}/dviluatex +%{_bindir}/dvilualatex-dev +%{_bindir}/luacsplain +%ifnarch aarch64 %{mips} %{power64} s390 s390x +%{_bindir}/luajittex +%{_bindir}/texluajit +%{_bindir}/texluajitc +%endif +%{_bindir}/luatex +%{_bindir}/optex +%{_bindir}/texlua +%{_bindir}/texluac +%{_mandir}/man1/luatex.1* +%{_mandir}/man1/texlua.1* +%{_mandir}/man1/texluac.1* +%{_mandir}/man1/dvilualatex-dev.1* +%{_mandir}/man1/dviluatex.1* +%{_mandir}/man1/luajittex.1* +%{_texdir}/texmf-dist/tex/generic/config/luatex-unicode-letters.tex +%{_texdir}/texmf-dist/tex/generic/config/luatexiniconfig.tex +%{_texdir}/texmf-dist/web2c/texmfcnf.lua +%doc %{_texdir}/texmf-dist/doc/luatex/base/ + +%files makeindex +%{_bindir}/makeindex +%{_bindir}/mkindex +%{_mandir}/man1/makeindex.1* +%{_mandir}/man1/mkindex.1* +%{_texdir}/texmf-dist/makeindex/ +%{_texdir}/texmf-dist/tex/plain/makeindex/ +%doc %{_texdir}/texmf-dist/doc/support/makeindex/ + +%files metafont +%license knuth.txt +%{_bindir}/inimf +%{_bindir}/mf +%{_bindir}/mf-nowin +%{_mandir}/man1/inimf.1.* +%{_mandir}/man1/mf-nowin.1* +%{_mandir}/man1/mf.1* +%{_texdir}/texmf-dist/metafont/ %files mflogo %license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/mflogo/ %{_texdir}/texmf-dist/fonts/source/public/mflogo/ %{_texdir}/texmf-dist/fonts/tfm/public/mflogo/ +%{_texdir}/texmf-dist/tex/latex/mflogo/ +%doc %{_texdir}/texmf-dist/doc/latex/mflogo/ -%files mflogo-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/mflogo/ - -%files texlive-common-doc -%{_texdir}/texmf-dist/doc/texlive/index.html -%{_texdir}/texmf-dist/doc/texlive/texlive-common/advanced-lnx.png -%{_texdir}/texmf-dist/doc/texlive/texlive-common/basic-w32.png -%{_texdir}/texmf-dist/doc/texlive/texlive-common/examples/ex5.tex -%{_texdir}/texmf-dist/doc/texlive/texlive-common/examples/ex6.tex -%{_texdir}/texmf-dist/doc/texlive/texlive-common/examples/ex6a.tex -%{_texdir}/texmf-dist/doc/texlive/texlive-common/examples/ex6b.tex -%{_texdir}/texmf-dist/doc/texlive/texlive-common/examples/ex6c.tex -%{_texdir}/texmf-dist/doc/texlive/texlive-common/nsis_installer.png -%{_texdir}/texmf-dist/doc/texlive/texlive-common/psview.png -%{_texdir}/texmf-dist/doc/texlive/texlive-common/stdcoll.png -%{_texdir}/texmf-dist/doc/texlive/texlive-common/tray-menu.png - -%files texlive-msg-translations -%{_texdir}/tlpkg/translations/ - -%files collection-bibtexextra - -%files collection-latex - -%files colortbl -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/colortbl/ - -%files colortbl-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/colortbl/ - -%files fancyhdr -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/fancyhdr/ - -%files fancyhdr-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/fancyhdr/ - -%files fix2col -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/fix2col/ - -%files fix2col-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/fix2col/ - -%files geometry -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/geometry/ - -%files geometry-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/geometry/ - -%files graphics -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/graphics/ - -%files graphics-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/graphics/ - -%files hyperref -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/hyperref/ - -%files hyperref-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/hyperref/ - -%files ltxmisc -%license collection.txt -%{_texdir}/texmf-dist/tex/latex/ltxmisc/ - -%files mfnfss -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/mfnfss/ - -%files mfnfss-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/mfnfss/ - -%files natbib -%license lppl1.txt -%{_texdir}/texmf-dist/bibtex/bst/natbib/ -%{_texdir}/texmf-dist/tex/latex/natbib/ - -%files natbib-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/natbib/ - -%files pslatex -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/map/dvips/pslatex/ -%{_texdir}/texmf-dist/fonts/tfm/public/pslatex/ -%{_texdir}/texmf-dist/fonts/vf/public/pslatex/ -%{_texdir}/texmf-dist/tex/latex/pslatex/ - -%files psnfss -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/map/dvips/psnfss/ -%{_texdir}/texmf-dist/tex/latex/psnfss/ - -%files psnfss-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/psnfss/ - -%files pspicture -%license lppl1.txt -%{_texdir}/texmf-dist/dvips/pspicture/ -%{_texdir}/texmf-dist/tex/latex/pspicture/ - -%files pspicture-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/pspicture/ - -%files tools -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/tools/ - -%files tools-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/tools/ - -%files url -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/url/ - -%files url-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/url/ - -%files collref -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/collref/ - -%files collref-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/collref/ - -%files compactbib -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/compactbib/ - -%files custom-bib -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/custom-bib/ - -%files custom-bib-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/custom-bib/ - -%files din1505 -%{_texdir}/texmf-dist/bibtex/bst/din1505/ - -%files din1505-doc -%{_texdir}/texmf-dist/doc/latex/din1505/ - -%files dk-bib -%{_texdir}/texmf-dist/bibtex/bib/dk-bib/ -%{_texdir}/texmf-dist/bibtex/bst/dk-bib/ -%{_texdir}/texmf-dist/bibtex/csf/dk-bib/ -%{_texdir}/texmf-dist/tex/latex/dk-bib/ - -%files dk-bib-doc -%{_texdir}/texmf-dist/doc/latex/dk-bib/ - -%files doipubmed -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/doipubmed/ - -%files doipubmed-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/doipubmed/ - -%files economic -%license lppl1.txt -%{_texdir}/texmf-dist/bibtex/bst/economic/ -%{_texdir}/texmf-dist/tex/latex/economic/ - -%files economic-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/bibtex/economic/ - -%files fbs -%license lppl1.txt -%{_texdir}/texmf-dist/bibtex/bst/fbs/ - -%files figbib -%license lppl1.txt -%{_texdir}/texmf-dist/bibtex/bst/figbib/ -%{_texdir}/texmf-dist/tex/latex/figbib/ - -%files figbib-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/figbib/ - -%files footbib -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/footbib/ - -%files footbib-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/footbib/ - -%files francais-bst -%license lppl1.3.txt -%{_texdir}/texmf-dist/bibtex/bst/francais-bst/ -%{_texdir}/texmf-dist/tex/latex/francais-bst/ - -%files francais-bst-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/bibtex/francais-bst/ - -%files geschichtsfrkl -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/geschichtsfrkl/ - -%files geschichtsfrkl-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/geschichtsfrkl/ - -%files harvard -%license lppl1.txt -%{_texdir}/texmf-dist/bibtex/bib/harvard/ -%{_texdir}/texmf-dist/bibtex/bst/harvard/ -%{_texdir}/texmf-dist/tex/latex/harvard/ - -%files harvard-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/harvard/ - -%files harvmac -%{_texdir}/texmf-dist/tex/plain/harvmac/ - -%files harvmac-doc -%{_texdir}/texmf-dist/doc/plain/harvmac/ - -%files historische-zeitschrift -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/historische-zeitschrift/ - -%files historische-zeitschrift-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/historische-zeitschrift/ - -%files ijqc -%license lppl1.txt -%{_texdir}/texmf-dist/bibtex/bst/ijqc/ - -%files ijqc-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/bibtex/ijqc/ - -%files inlinebib -%license lppl1.txt -%{_texdir}/texmf-dist/bibtex/bst/inlinebib/ -%{_texdir}/texmf-dist/tex/latex/inlinebib/ - -%files inlinebib-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/bibtex/inlinebib/ - -%files iopart-num -%license lppl1.txt -%{_texdir}/texmf-dist/bibtex/bst/iopart-num/ - -%files iopart-num-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/bibtex/iopart-num/ - -%files jneurosci -%license lppl1.txt -%{_texdir}/texmf-dist/bibtex/bst/jneurosci/ -%{_texdir}/texmf-dist/tex/latex/jneurosci/ - -%files jneurosci-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/jneurosci/ - -%files jurabib -%license gpl.txt -%{_texdir}/texmf-dist/bibtex/bib/jurabib/ -%{_texdir}/texmf-dist/bibtex/bst/jurabib/ -%{_texdir}/texmf-dist/tex/latex/jurabib/ - -%files jurabib-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/jurabib/ - -%files ksfh_nat -%license lppl1.3.txt -%{_texdir}/texmf-dist/bibtex/bst/ksfh_nat/ - -%files logreq -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/logreq/ - -%files logreq-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/logreq/ - -%files margbib -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/margbib/ - -%files margbib-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/margbib/ - -%files multibib -%license lppl1.txt -%{_texdir}/texmf-dist/bibtex/bst/multibib/ -%{_texdir}/texmf-dist/makeindex/multibib/ -%{_texdir}/texmf-dist/tex/latex/multibib/ - -%files multibib-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/multibib/ - -%files munich -%license lppl1.txt -%{_texdir}/texmf-dist/bibtex/bst/munich/ - -%files munich-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/munich/ - -%files nar -%license other-free.txt -%{_texdir}/texmf-dist/bibtex/bst/nar/ - -%files nmbib -%license lppl1.3.txt -%{_texdir}/texmf-dist/bibtex/bst/nmbib/ -%{_texdir}/texmf-dist/tex/latex/nmbib/ - -%files nmbib-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/nmbib/ - -%files notes2bib -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/notes2bib/ - -%files notes2bib-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/notes2bib/ - -%files oscola -%license lppl1.3.txt -%{_texdir}/texmf-dist/makeindex/oscola/ -%{_texdir}/texmf-dist/tex/latex/oscola/ - -%files oscola-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/oscola/ - -%files perception -%license lppl1.txt -%{_texdir}/texmf-dist/bibtex/bst/perception/ - -%files perception-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/bibtex/perception/ - -%files pnas2009 -%{_texdir}/texmf-dist/bibtex/bst/pnas2009/ - -%files rsc -%license gpl.txt -%{_texdir}/texmf-dist/bibtex/bst/rsc/ -%{_texdir}/texmf-dist/tex/latex/rsc/ - -%files rsc-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/rsc/ - -%files showtags -%license pd.txt -%{_texdir}/texmf-dist/tex/latex/showtags/ - -%files showtags-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/latex/showtags/ - -%files sort-by-letters -%license other-free.txt -%{_texdir}/texmf-dist/bibtex/bst/sort-by-letters/ - -%files sort-by-letters-doc -%license other-free.txt -%{_texdir}/texmf-dist/doc/bibtex/sort-by-letters/ - -%files splitbib -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/splitbib/ - -%files splitbib-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/splitbib/ - -%files turabian-formatting -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/turabian-formatting/ - -%files turabian-formatting-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/turabian-formatting/ - -%files uni-wtal-ger -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/uni-wtal-ger/ - -%files uni-wtal-ger-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/uni-wtal-ger/ - -%files uni-wtal-lin -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/uni-wtal-lin/ - -%files uni-wtal-lin-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/uni-wtal-lin/ - -%files usebib -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/usebib/ - -%files usebib-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/usebib/ - -%files vak -%license lppl1.txt -%{_texdir}/texmf-dist/bibtex/bst/vak/ - -%files vak-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/bibtex/vak/ - -%files xcite -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/xcite/ - -%files xcite-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/xcite/ - -%files collection-binextra - -%files ctan_chk-doc -%license gpl3.txt -%{_texdir}/texmf-dist/doc/support/ctan_chk/ - -%files hook-pre-commit-pkg-doc -%license gpl3.txt -%{_texdir}/texmf-dist/doc/support/hook-pre-commit-pkg/ - -%files hyphenex -%{_texdir}/texmf-dist/tex/generic/hyphenex/ - -%files collection-context - -%files xetexconfig -%{_texdir}/texmf-dist/tex/xelatex/xetexconfig/ - -%files lm -%license gfsl.txt -%{_datadir}/fonts/lm -%{_datadir}/appdata/lm.metainfo.xml -%{_texdir}/texmf-dist/fonts/afm/public/lm/ -%{_texdir}/texmf-dist/fonts/enc/dvips/lm/ -%{_texdir}/texmf-dist/fonts/map/dvipdfm/lm/ -%{_texdir}/texmf-dist/fonts/map/dvips/lm/ -%{_texdir}/texmf-dist/fonts/opentype/public/lm/ -%{_texdir}/texmf-dist/fonts/tfm/public/lm/ -%{_texdir}/texmf-dist/fonts/type1/public/lm/ -%{_texdir}/texmf-dist/tex/latex/lm/ - -%files lm-doc -%license gfsl.txt -%{_texdir}/texmf-dist/doc/fonts/lm/ - -%files lm-math -%license gfl.txt -%{_datadir}/fonts/lm-math -%{_datadir}/appdata/lm-math.metainfo.xml -%{_texdir}/texmf-dist/fonts/opentype/public/lm-math/ - -%files lm-math-doc -%license gfl.txt -%{_texdir}/texmf-dist/doc/fonts/lm-math/ - -%files manfnt-font -%{_texdir}/texmf-dist/fonts/afm/hoekwater/manfnt-font/ -%{_texdir}/texmf-dist/fonts/map/dvips/manfnt-font/ -%{_texdir}/texmf-dist/fonts/type1/hoekwater/manfnt-font/ - -%files mflogo-font +%files mfware %license knuth.txt -%{_texdir}/texmf-dist/fonts/afm/hoekwater/mflogo-font/ -%{_texdir}/texmf-dist/fonts/map/dvips/mflogo-font/ -%{_texdir}/texmf-dist/fonts/type1/hoekwater/mflogo-font/ +%{_bindir}/gftodvi +%{_bindir}/gftopk +%{_bindir}/gftype +%{_bindir}/mft +%{_bindir}/pktogf +%{_bindir}/pktype +%{_mandir}/man1/gftodvi.1* +%{_mandir}/man1/gftopk.1* +%{_mandir}/man1/gftype.1* +%{_mandir}/man1/mft.1* +%{_mandir}/man1/pktogf.1* +%{_mandir}/man1/pktype.1* +%{_texdir}/texmf-dist/mft/ -%files mflogo-font-doc +%files pdftex +%license gpl.txt +%{_bindir}/etex +%{_bindir}/latex-dev +%{_bindir}/pdfetex +%{_bindir}/pdflatex-dev +%{_bindir}/pdftex +%{_bindir}/simpdftex +%{_mandir}/man1/latex-dev.1* +%{_mandir}/man1/pdfetex.1* +%{_mandir}/man1/pdflatex-dev.1* +%{_mandir}/man1/pdftex.1* +%{_texdir}/texmf-dist/fonts/map/dvips/dummy-space/dummy-space.map +%{_texdir}/texmf-dist/fonts/tfm/public/pdftex/ +%{_texdir}/texmf-dist/fonts/type1/public/pdftex/ +%{_texdir}/texmf-dist/scripts/simpdftex/simpdftex +%{_texdir}/texmf-dist/tex/generic/config/pdftex-dvi.tex +%{_texdir}/texmf-dist/tex/generic/pdftex/ +%doc %{_texdir}/texmf-dist/doc/pdftex/ + +%files plain +%{_texdir}/texmf-dist/makeindex/plain/ +%{_texdir}/texmf-dist/tex/plain/ + +%files tex %license knuth.txt -%{_texdir}/texmf-dist/doc/fonts/mflogo-font/ - -%files stmaryrd -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/afm/public/stmaryrd/ -%{_texdir}/texmf-dist/fonts/map/dvips/stmaryrd/ -%{_texdir}/texmf-dist/fonts/source/public/stmaryrd/ -%{_texdir}/texmf-dist/fonts/tfm/public/stmaryrd/ -%{_texdir}/texmf-dist/fonts/type1/public/stmaryrd/ -%{_texdir}/texmf-dist/tex/latex/stmaryrd/ - -%files stmaryrd-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/stmaryrd/ - -%files jmn -%{_texdir}/texmf-dist/fonts/afm/jmn/ -%{_texdir}/texmf-dist/fonts/enc/dvips/jmn/ -%{_texdir}/texmf-dist/fonts/map/dvips/jmn/ -%{_texdir}/texmf-dist/fonts/tfm/jmn/ -%{_texdir}/texmf-dist/fonts/type1/jmn/ - -%files context-account -%license pd.txt -%{_texdir}/texmf-dist/tex/context/interface/third/t-account.xml -%{_texdir}/texmf-dist/tex/context/third/account/ - -%files context-account-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/context/third/account/ - -%files context-algorithmic -%license gpl.txt -%{_texdir}/texmf-dist/tex/context/third/algorithmic/ - -%files context-animation -%license gpl3.txt -%{_texdir}/texmf-dist/tex/context/interface/third/t-animation.xml -%{_texdir}/texmf-dist/tex/context/third/animation/ - -%files context-animation-doc -%license gpl3.txt -%{_texdir}/texmf-dist/doc/context/third/animation/ - -%files context-annotation -%{_texdir}/texmf-dist/tex/context/interface/third/t-annotation.xml -%{_texdir}/texmf-dist/tex/context/third/annotation/ - -%files context-annotation-doc -%{_texdir}/texmf-dist/doc/context/third/annotation/ - -%files context-bnf -%license gpl.txt -%{_texdir}/texmf-dist/tex/context/third/bnf/ - -%files context-bnf-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/context/third/bnf/ - -%files context-chromato -%license gpl.txt -%{_texdir}/texmf-dist/tex/context/third/chromato/ - -%files context-chromato-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/context/third/chromato/ - -%files context-construction-plan -%license gpl.txt -%{_texdir}/texmf-dist/tex/context/third/construction-plan/ - -%files context-construction-plan-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/context/third/construction-plan/ - -%files context-cyrillicnumbers -%license bsd.txt -%{_texdir}/texmf-dist/tex/context/interface/third/t-cyrillicnumbers.xml -%{_texdir}/texmf-dist/tex/context/third/cyrillicnumbers/ - -%files context-cyrillicnumbers-doc -%license bsd.txt -%{_texdir}/texmf-dist/doc/context/third/cyrillicnumbers/ - -%files context-degrade -%license gpl.txt -%{_texdir}/texmf-dist/tex/context/third/degrade/ - -%files context-degrade-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/context/third/degrade/ - -%files context-fancybreak -%license gpl.txt -%{_texdir}/texmf-dist/tex/context/interface/third/t-fancybreak.xml -%{_texdir}/texmf-dist/tex/context/third/fancybreak/ - -%files context-fancybreak-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/context/third/fancybreak/ - -%files context-filter -%{_texdir}/texmf-dist/tex/context/third/filter/ - -%files context-filter-doc -%{_texdir}/texmf-dist/doc/context/third/filter/ - -%files context-french -%license gpl.txt -%{_texdir}/texmf-dist/tex/context/third/french/ - -%files context-french-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/context/third/french/ - -%files context-fullpage -%license gpl.txt -%{_texdir}/texmf-dist/tex/context/interface/third/t-fullpage.xml -%{_texdir}/texmf-dist/tex/context/third/fullpage/ - -%files context-fullpage-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/context/third/fullpage/ - -%files skaknew -%license lppl1.txt -%{_datadir}/fonts/skaknew -%{_datadir}/appdata/skaknew.metainfo.xml -%{_texdir}/texmf-dist/fonts/afm/public/skaknew/ -%{_texdir}/texmf-dist/fonts/map/dvips/skaknew/ -%{_texdir}/texmf-dist/fonts/opentype/public/skaknew/ -%{_texdir}/texmf-dist/fonts/tfm/public/skaknew/ -%{_texdir}/texmf-dist/fonts/type1/public/skaknew/ - -%files skaknew-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/skaknew/ - -%files context-gantt -%license pd.txt -%{_texdir}/texmf-dist/tex/context/third/gantt/ - -%files context-gantt-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/context/third/gantt/ - -%files hatching -%license pd.txt -%{_texdir}/texmf-dist/metapost/hatching/ - -%files hatching-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/metapost/hatching/ - -%files context-gnuplot -%license gpl.txt -%{_texdir}/texmf-dist/metapost/context/third/gnuplot/mp-gnuplot.mp -%{_texdir}/texmf-dist/tex/context/third/gnuplot/ - -%files context-gnuplot-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/context/third/gnuplot/ - -%files context-letter -%license gpl.txt -%{_texdir}/texmf-dist/tex/context/interface/third/t-letter.xml -%{_texdir}/texmf-dist/tex/context/interface/third/t-memo.xml -%{_texdir}/texmf-dist/tex/context/third/letter/ - -%files context-letter-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/context/third/letter/ - -%files context-lettrine -%license pd.txt -%{_texdir}/texmf-dist/tex/context/interface/third/lettrine.xml -%{_texdir}/texmf-dist/tex/context/third/lettrine/ - -%files context-lettrine-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/context/third/lettrine/ - -%files context-mathsets -%{_texdir}/texmf-dist/tex/context/interface/third/t-mathsets.xml -%{_texdir}/texmf-dist/tex/context/third/mathsets/ - -%files context-mathsets-doc -%{_texdir}/texmf-dist/doc/context/third/mathsets/ - -%files context-notes-zh-cn -%license gpl.txt - -%files context-notes-zh-cn-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/context/third/context-notes-zh-cn/ - -%files context-rst -%{_texdir}/texmf-dist/tex/context/interface/third/t-rst.xml -%{_texdir}/texmf-dist/scripts/context/lua/third/rst/ -%{_texdir}/texmf-dist/tex/context/third/rst/ - -%files context-rst-doc -%{_texdir}/texmf-dist/doc/context/third/rst/ - -%files context-ruby -%license pd.txt -%{_texdir}/texmf-dist/tex/context/third/ruby/ - -%files context-ruby-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/context/third/ruby/ - -%files context-simplefonts -%license gpl.txt -%{_texdir}/texmf-dist/tex/context/third/simplefonts/ - -%files context-simplefonts-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/context/third/simplefonts/ - -%files context-simpleslides -%{_texdir}/texmf-dist/tex/context/interface/third/t-simpleslides.xml -%{_texdir}/texmf-dist/scripts/context/lua/third/simpleslides/ -%{_texdir}/texmf-dist/tex/context/third/simpleslides/ - -%files context-simpleslides-doc -%{_texdir}/texmf-dist/doc/context/third/simpleslides/ - -%files context-title -%{_texdir}/texmf-dist/tex/context/interface/third/t-title.xml -%{_texdir}/texmf-dist/tex/context/third/title/ - -%files context-title-doc -%{_texdir}/texmf-dist/doc/context/third/title/ - -%files context-transliterator -%license bsd.txt -%{_texdir}/texmf-dist/tex/context/interface/third/t-transliterator.xml -%{_texdir}/texmf-dist/tex/context/third/transliterator/ - -%files context-transliterator-doc -%license bsd.txt -%{_texdir}/texmf-dist/doc/context/third/transliterator/ - -%files context-typearea -%license gpl.txt -%{_texdir}/texmf-dist/tex/context/third/typearea/ - -%files context-typearea-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/context/third/typearea/ - -%files context-typescripts -%license gpl2.txt -%{_texdir}/texmf-dist/tex/context/third/typescripts/ - -%files context-typescripts-doc -%license gpl2.txt -%{_texdir}/texmf-dist/doc/context/third/typescripts/ - -%files context-vim -%{_texdir}/texmf-dist/tex/context/third/vim/ - -%files context-vim-doc -%{_texdir}/texmf-dist/doc/context/third/vim/ - -%files context-visualcounter -%{_texdir}/texmf-dist/tex/context/third/visualcounter/ - -%files context-visualcounter-doc -%{_texdir}/texmf-dist/doc/context/third/visualcounter/ - -%files collection-fontsextra - -%files comfortaa -%license lppl1.3.txt -%{_texdir}/texmf-dist/fonts/enc/dvips/comfortaa/ -%{_texdir}/texmf-dist/fonts/map/dvips/comfortaa/ -%{_texdir}/texmf-dist/fonts/tfm/aajohan/comfortaa/ -%{_texdir}/texmf-dist/fonts/truetype/aajohan/comfortaa/ -%{_texdir}/texmf-dist/fonts/type1/aajohan/comfortaa/ -%{_texdir}/texmf-dist/fonts/vf/aajohan/comfortaa/ -%{_texdir}/texmf-dist/tex/latex/comfortaa/ - -%files comfortaa-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/fonts/comfortaa/ - -%files comicneue -%license ofl.txt -%{_datadir}/fonts/comicneue -%{_datadir}/appdata/comicneue.metainfo.xml -%{_texdir}/texmf-dist/fonts/enc/dvips/comicneue/ -%{_texdir}/texmf-dist/fonts/map/dvips/comicneue/ -%{_texdir}/texmf-dist/fonts/opentype/rozynski/comicneue/ -%{_texdir}/texmf-dist/fonts/tfm/rozynski/comicneue/ -%{_texdir}/texmf-dist/fonts/type1/rozynski/comicneue/ -%{_texdir}/texmf-dist/fonts/vf/rozynski/comicneue/ -%{_texdir}/texmf-dist/tex/latex/comicneue/ - -%files comicneue-doc -%license ofl.txt -%{_texdir}/texmf-dist/doc/latex/comicneue/ - -%files concmath-fonts -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/source/public/concmath-fonts/ -%{_texdir}/texmf-dist/fonts/tfm/public/concmath-fonts/ - -%files concmath-fonts-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/concmath-fonts/ - -%files cookingsymbols -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/source/public/cookingsymbols/ -%{_texdir}/texmf-dist/fonts/tfm/public/cookingsymbols/ -%{_texdir}/texmf-dist/tex/latex/cookingsymbols/ - -%files cookingsymbols-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/cookingsymbols/ - -%files countriesofeurope -%license lppl1.txt -%{_datadir}/fonts/countriesofeurope -%{_datadir}/appdata/countriesofeurope.metainfo.xml -%{_texdir}/texmf-dist/fonts/afm/public/countriesofeurope/ -%{_texdir}/texmf-dist/fonts/enc/dvips/countriesofeurope/ -%{_texdir}/texmf-dist/fonts/map/dvips/countriesofeurope/ -%{_texdir}/texmf-dist/fonts/opentype/public/countriesofeurope/ -%{_texdir}/texmf-dist/fonts/tfm/public/countriesofeurope/ -%{_texdir}/texmf-dist/fonts/type1/public/countriesofeurope/ -%{_texdir}/texmf-dist/tex/latex/countriesofeurope/ - -%files countriesofeurope-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/countriesofeurope/ - -%files courier-scaled -%license lppl1.2.txt -%{_texdir}/texmf-dist/tex/latex/courier-scaled/ - -%files courier-scaled-doc -%license lppl1.2.txt -%{_texdir}/texmf-dist/doc/fonts/courier-scaled/ - -%files cryst -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/afm/public/cryst/ -%{_texdir}/texmf-dist/fonts/source/public/cryst/ -%{_texdir}/texmf-dist/fonts/tfm/public/cryst/ -%{_texdir}/texmf-dist/fonts/type1/public/cryst/ - -%files cryst-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/cryst/ - -%files cyklop -%license gfl.txt -%{_datadir}/fonts/cyklop -%{_datadir}/appdata/cyklop.metainfo.xml -%{_texdir}/texmf-dist/fonts/afm/public/cyklop/ -%{_texdir}/texmf-dist/fonts/enc/dvips/cyklop/ -%{_texdir}/texmf-dist/fonts/map/dvips/cyklop/ -%{_texdir}/texmf-dist/fonts/opentype/public/cyklop/ -%{_texdir}/texmf-dist/fonts/tfm/public/cyklop/ -%{_texdir}/texmf-dist/fonts/type1/public/cyklop/ -%{_texdir}/texmf-dist/tex/latex/cyklop/ - -%files cyklop-doc -%license gfl.txt -%{_texdir}/texmf-dist/doc/fonts/cyklop/ - -%files dancers -%{_texdir}/texmf-dist/fonts/source/public/dancers/ -%{_texdir}/texmf-dist/fonts/tfm/public/dancers/ - -%files dantelogo -%license lppl1.txt -%{_datadir}/fonts/dantelogo -%{_datadir}/appdata/dantelogo.metainfo.xml -%{_texdir}/texmf-dist/fonts/enc/dvips/dantelogo/ -%{_texdir}/texmf-dist/fonts/map/dvips/dantelogo/ -%{_texdir}/texmf-dist/fonts/opentype/public/dantelogo/ -%{_texdir}/texmf-dist/fonts/tfm/public/dantelogo/ -%{_texdir}/texmf-dist/fonts/type1/public/dantelogo/ -%{_texdir}/texmf-dist/fonts/vf/public/dantelogo/ -%{_texdir}/texmf-dist/tex/latex/dantelogo/ - -%files dantelogo-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/dantelogo/ - -%files dejavu -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/afm/public/dejavu/ -%{_texdir}/texmf-dist/fonts/enc/dvips/dejavu/ -%{_texdir}/texmf-dist/fonts/map/dvips/dejavu/ -%{_texdir}/texmf-dist/fonts/tfm/public/dejavu/ -%{_texdir}/texmf-dist/fonts/truetype/public/dejavu/ -%{_texdir}/texmf-dist/fonts/type1/public/dejavu/ -%{_texdir}/texmf-dist/fonts/vf/public/dejavu/ -%{_texdir}/texmf-dist/tex/latex/dejavu/ - -%files dejavu-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/dejavu/ - -%files dice -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/source/public/dice/ -%{_texdir}/texmf-dist/fonts/tfm/public/dice/ - -%files dice-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/dice/ - -%files dictsym -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/afm/public/dictsym/ -%{_texdir}/texmf-dist/fonts/map/dvips/dictsym/ -%{_texdir}/texmf-dist/fonts/tfm/public/dictsym/ -%{_texdir}/texmf-dist/fonts/type1/public/dictsym/ -%{_texdir}/texmf-dist/tex/latex/dictsym/ - -%files dictsym-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/dictsym/ - -%files dingbat -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/source/public/dingbat/ -%{_texdir}/texmf-dist/fonts/tfm/public/dingbat/ -%{_texdir}/texmf-dist/tex/latex/dingbat/ - -%files dingbat-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/dingbat/ - -%files doublestroke -%{_texdir}/texmf-dist/fonts/map/dvips/doublestroke/ -%{_texdir}/texmf-dist/fonts/source/public/doublestroke/ -%{_texdir}/texmf-dist/fonts/tfm/public/doublestroke/ -%{_texdir}/texmf-dist/fonts/type1/public/doublestroke/ -%{_texdir}/texmf-dist/tex/latex/doublestroke/ - -%files doublestroke-doc -%{_texdir}/texmf-dist/doc/fonts/doublestroke/ - -%files dozenal -%license lppl1.3.txt -%{_texdir}/texmf-dist/fonts/afm/public/dozenal/ -%{_texdir}/texmf-dist/fonts/map/dvips/dozenal/dozenal.map -%{_texdir}/texmf-dist/fonts/source/public/dozenal/ -%{_texdir}/texmf-dist/fonts/tfm/public/dozenal/ -%{_texdir}/texmf-dist/fonts/type1/public/dozenal/ -%{_texdir}/texmf-dist/tex/latex/dozenal/ - -%files dozenal-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/fonts/dozenal/ - -%files drm -%license lppl1.3.txt -%{_datadir}/fonts/drm -%{_datadir}/appdata/drm.metainfo.xml -%{_texdir}/texmf-dist/fonts/afm/public/drm/ -%{_texdir}/texmf-dist/fonts/map/dvips/drm/ -%{_texdir}/texmf-dist/fonts/opentype/public/drm/ -%{_texdir}/texmf-dist/fonts/source/public/drm/ -%{_texdir}/texmf-dist/fonts/tfm/public/drm/ -%{_texdir}/texmf-dist/fonts/type1/public/drm/ -%{_texdir}/texmf-dist/tex/latex/drm/ - -%files drm-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/fonts/drm/ - -%files droid -%license lppl1.3.txt -%{_texdir}/texmf-dist/fonts/enc/dvips/droid/ -%{_texdir}/texmf-dist/fonts/map/dvips/droid/ -%{_texdir}/texmf-dist/fonts/tfm/ascender/droid/ -%{_texdir}/texmf-dist/fonts/truetype/ascender/droid/ -%{_texdir}/texmf-dist/fonts/type1/ascender/droid/ -%{_texdir}/texmf-dist/fonts/vf/ascender/droid/ -%{_texdir}/texmf-dist/tex/latex/droid/ - -%files droid-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/fonts/droid/ - -%files duerer -%license pd.txt -%{_texdir}/texmf-dist/fonts/source/public/duerer/ -%{_texdir}/texmf-dist/fonts/tfm/public/duerer/ - -%files duerer-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/fonts/duerer/ - -%files duerer-latex -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/duerer-latex/ - -%files duerer-latex-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/duerer-latex/ - -%files dutchcal -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/afm/public/dutchcal/ -%{_texdir}/texmf-dist/fonts/map/dvips/dutchcal/ -%{_texdir}/texmf-dist/fonts/tfm/public/dutchcal/ -%{_texdir}/texmf-dist/fonts/type1/public/dutchcal/ -%{_texdir}/texmf-dist/fonts/vf/public/dutchcal/ -%{_texdir}/texmf-dist/tex/latex/dutchcal/ - -%files dutchcal-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/dutchcal/ - -%files ean -%license gpl.txt -%{_texdir}/texmf-dist/tex/generic/ean/ - -%files ean-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/generic/ean/ - -%files ebgaramond -%license ofl.txt -%{_texdir}/texmf-dist/fonts/enc/dvips/ebgaramond/ -%{_texdir}/texmf-dist/fonts/map/dvips/ebgaramond/ -%{_texdir}/texmf-dist/fonts/opentype/public/ebgaramond/ -%{_texdir}/texmf-dist/fonts/tfm/public/ebgaramond/ -%{_texdir}/texmf-dist/fonts/type1/public/ebgaramond/ -%{_texdir}/texmf-dist/fonts/vf/public/ebgaramond/ -%{_texdir}/texmf-dist/tex/latex/ebgaramond/ - -%files ebgaramond-doc -%license ofl.txt -%{_texdir}/texmf-dist/doc/fonts/ebgaramond/ - -%files ebgaramond-maths -%license lppl1.3.txt -%{_texdir}/texmf-dist/fonts/enc/dvips/ebgaramond-maths/ -%{_texdir}/texmf-dist/fonts/map/dvips/ebgaramond-maths/ -%{_texdir}/texmf-dist/fonts/tfm/public/ebgaramond-maths/ -%{_texdir}/texmf-dist/tex/latex/ebgaramond-maths/ - -%files ebgaramond-maths-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/fonts/ebgaramond-maths/ - -%files ecc -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/source/public/ecc/ -%{_texdir}/texmf-dist/fonts/tfm/public/ecc/ - -%files ecc-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/ecc/ - -%files eco -%license gpl.txt -%{_texdir}/texmf-dist/fonts/tfm/public/eco/ -%{_texdir}/texmf-dist/fonts/vf/public/eco/ -%{_texdir}/texmf-dist/tex/latex/eco/ - -%files eco-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/fonts/eco/ - -%files eiad -%{_texdir}/texmf-dist/fonts/source/public/eiad/ -%{_texdir}/texmf-dist/fonts/tfm/public/eiad/ -%{_texdir}/texmf-dist/tex/latex/eiad/ - -%files eiad-doc -%{_texdir}/texmf-dist/doc/fonts/eiad/ - -%files eiad-ltx -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/source/public/eiad-ltx/ -%{_texdir}/texmf-dist/tex/latex/eiad-ltx/ - -%files eiad-ltx-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/eiad-ltx/ - -%files electrum -%{_texdir}/texmf-dist/fonts/afm/arkandis/electrum/ -%{_texdir}/texmf-dist/fonts/enc/dvips/electrum/ -%{_texdir}/texmf-dist/fonts/map/dvips/electrum/ -%{_texdir}/texmf-dist/fonts/tfm/arkandis/electrum/ -%{_texdir}/texmf-dist/fonts/type1/arkandis/electrum/ -%{_texdir}/texmf-dist/fonts/vf/arkandis/electrum/ -%{_texdir}/texmf-dist/tex/latex/electrum/ - -%files electrum-doc -%{_texdir}/texmf-dist/doc/fonts/electrum/ - -%files elvish -%{_texdir}/texmf-dist/fonts/source/public/elvish/ -%{_texdir}/texmf-dist/fonts/tfm/public/elvish/ - -%files elvish-doc -%{_texdir}/texmf-dist/doc/fonts/elvish/ - -%files epigrafica -%license gpl.txt -%{_texdir}/texmf-dist/fonts/afm/public/epigrafica/ -%{_texdir}/texmf-dist/fonts/enc/dvips/epigrafica/ -%{_texdir}/texmf-dist/fonts/map/dvips/epigrafica/ -%{_texdir}/texmf-dist/fonts/tfm/public/epigrafica/ -%{_texdir}/texmf-dist/fonts/type1/public/epigrafica/ -%{_texdir}/texmf-dist/fonts/vf/public/epigrafica/ -%{_texdir}/texmf-dist/tex/latex/epigrafica/ - -%files epigrafica-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/fonts/epigrafica/ - -%files epsdice -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/epsdice/ - -%files epsdice-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/epsdice/ - -%files erewhon -%license ofl.txt -%{_datadir}/fonts/erewhon -%{_datadir}/appdata/erewhon.metainfo.xml -%{_texdir}/texmf-dist/fonts/afm/public/erewhon/ -%{_texdir}/texmf-dist/fonts/enc/dvips/erewhon/ -%{_texdir}/texmf-dist/fonts/map/dvips/erewhon/ -%{_texdir}/texmf-dist/fonts/opentype/public/erewhon/ -%{_texdir}/texmf-dist/fonts/tfm/public/erewhon/ -%{_texdir}/texmf-dist/fonts/type1/public/erewhon/ -%{_texdir}/texmf-dist/fonts/vf/public/erewhon/ -%{_texdir}/texmf-dist/tex/latex/erewhon/ - -%files erewhon-doc -%license ofl.txt -%{_texdir}/texmf-dist/doc/fonts/erewhon/ - -%files esrelation -%license lppl1.3.txt -%{_texdir}/texmf-dist/fonts/map/dvips/esrelation/ -%{_texdir}/texmf-dist/fonts/source/public/esrelation/ -%{_texdir}/texmf-dist/fonts/tfm/public/esrelation/ -%{_texdir}/texmf-dist/fonts/type1/public/esrelation/ -%{_texdir}/texmf-dist/tex/latex/esrelation/ - -%files esrelation-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/fonts/esrelation/ - -%files esstix -%{_texdir}/texmf-dist/fonts/afm/esstix/ -%{_texdir}/texmf-dist/fonts/map/dvips/esstix/ -%{_texdir}/texmf-dist/fonts/tfm/public/esstix/ -%{_texdir}/texmf-dist/fonts/type1/public/esstix/ -%{_texdir}/texmf-dist/fonts/vf/public/esstix/ -%{_texdir}/texmf-dist/tex/latex/esstix/ - -%files esstix-doc -%{_texdir}/texmf-dist/doc/fonts/esstix/ - -%files esvect -%license gpl.txt -%{_texdir}/texmf-dist/fonts/map/dvips/esvect/ -%{_texdir}/texmf-dist/fonts/source/public/esvect/ -%{_texdir}/texmf-dist/fonts/tfm/public/esvect/ -%{_texdir}/texmf-dist/fonts/type1/public/esvect/ -%{_texdir}/texmf-dist/tex/latex/esvect/ - -%files esvect-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/esvect/ - -%files eulervm -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/tfm/public/eulervm/ -%{_texdir}/texmf-dist/fonts/vf/public/eulervm/ -%{_texdir}/texmf-dist/tex/latex/eulervm/ - -%files eulervm-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/eulervm/ - -%files euxm -%{_texdir}/texmf-dist/fonts/source/public/euxm/ -%{_texdir}/texmf-dist/fonts/tfm/public/euxm/ - -%files fbb -%license ofl.txt -%{_datadir}/fonts/fbb -%{_datadir}/appdata/fbb.metainfo.xml -%{_texdir}/texmf-dist/fonts/enc/dvips/fbb/ -%{_texdir}/texmf-dist/fonts/map/dvips/fbb/ -%{_texdir}/texmf-dist/fonts/opentype/public/fbb/ -%{_texdir}/texmf-dist/fonts/tfm/public/fbb/ -%{_texdir}/texmf-dist/fonts/type1/public/fbb/ -%{_texdir}/texmf-dist/fonts/vf/public/fbb/ -%{_texdir}/texmf-dist/tex/latex/fbb/ - -%files fbb-doc -%license ofl.txt -%{_texdir}/texmf-dist/doc/fonts/fbb/ - -%files fdsymbol -%license ofl.txt -%{_datadir}/fonts/fdsymbol -%{_datadir}/appdata/fdsymbol.metainfo.xml -%{_texdir}/texmf-dist/fonts/enc/dvips/fdsymbol/ -%{_texdir}/texmf-dist/fonts/map/dvips/fdsymbol/ -%{_texdir}/texmf-dist/fonts/opentype/public/fdsymbol/ -%{_texdir}/texmf-dist/fonts/source/public/fdsymbol/ -%{_texdir}/texmf-dist/fonts/tfm/public/fdsymbol/ -%{_texdir}/texmf-dist/fonts/type1/public/fdsymbol/ -%{_texdir}/texmf-dist/tex/latex/fdsymbol/ - -%files fdsymbol-doc -%license ofl.txt -%{_texdir}/texmf-dist/doc/fonts/fdsymbol/ -%{_texdir}/texmf-dist/doc/latex/fdsymbol/ - -%files fetamont -%license lppl1.3.txt -%{_datadir}/fonts/fetamont -%{_datadir}/appdata/fetamont.metainfo.xml -%{_texdir}/texmf-dist/fonts/afm/public/fetamont/ -%{_texdir}/texmf-dist/fonts/map/dvips/fetamont/ -%{_texdir}/texmf-dist/fonts/opentype/public/fetamont/ -%{_texdir}/texmf-dist/fonts/source/public/fetamont/ -%{_texdir}/texmf-dist/fonts/tfm/public/fetamont/ -%{_texdir}/texmf-dist/fonts/type1/public/fetamont/ -%{_texdir}/texmf-dist/metapost/fetamont/ -%{_texdir}/texmf-dist/tex/latex/fetamont/ - -%files fetamont-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/fonts/fetamont/ - -%files feyn -%license gpl.txt -%{_texdir}/texmf-dist/fonts/source/public/feyn/ -%{_texdir}/texmf-dist/fonts/tfm/public/feyn/ -%{_texdir}/texmf-dist/tex/latex/feyn/ - -%files feyn-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/fonts/feyn/ - -%files fge -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/map/dvips/fge/ -%{_texdir}/texmf-dist/fonts/source/public/fge/ -%{_texdir}/texmf-dist/fonts/tfm/public/fge/ -%{_texdir}/texmf-dist/fonts/type1/public/fge/ -%{_texdir}/texmf-dist/tex/latex/fge/ - -%files fge-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/fge/ - -%files fira -%license ofl.txt -%{_texdir}/texmf-dist/fonts/enc/dvips/fira/ -%{_texdir}/texmf-dist/fonts/map/dvips/fira/ -%{_texdir}/texmf-dist/fonts/opentype/public/fira/ -%{_texdir}/texmf-dist/fonts/tfm/public/fira/ -%{_texdir}/texmf-dist/fonts/type1/public/fira/ -%{_texdir}/texmf-dist/fonts/vf/public/fira/ -%{_texdir}/texmf-dist/tex/latex/fira/ - -%files fira-doc -%license ofl.txt -%{_texdir}/texmf-dist/doc/fonts/fira/ - -%files foekfont -%license gpl.txt -%{_texdir}/texmf-dist/fonts/map/dvips/foekfont/ -%{_texdir}/texmf-dist/fonts/tfm/public/foekfont/ -%{_texdir}/texmf-dist/fonts/type1/public/foekfont/ -%{_texdir}/texmf-dist/tex/latex/foekfont/ - -%files foekfont-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/foekfont/ - -%files fonetika -%{_texdir}/texmf-dist/fonts/afm/public/fonetika/ -%{_texdir}/texmf-dist/fonts/map/dvips/fonetika/ -%{_texdir}/texmf-dist/fonts/tfm/public/fonetika/ -%{_texdir}/texmf-dist/fonts/truetype/public/fonetika/ -%{_texdir}/texmf-dist/fonts/type1/public/fonetika/ -%{_texdir}/texmf-dist/tex/latex/fonetika/ - -%files fonetika-doc -%{_texdir}/texmf-dist/doc/fonts/fonetika/ - -%files fontawesome -%license lppl1.3.txt -%{_texdir}/texmf-dist/fonts/enc/dvips/fontawesome/ -%{_texdir}/texmf-dist/fonts/map/dvips/fontawesome/ -%{_texdir}/texmf-dist/fonts/opentype/public/fontawesome/ -%{_texdir}/texmf-dist/fonts/tfm/public/fontawesome/ -%{_texdir}/texmf-dist/fonts/type1/public/fontawesome/ -%{_texdir}/texmf-dist/tex/latex/fontawesome/ - -%files fontawesome-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/fonts/fontawesome/ - -%files fontmfizz -%license other-free.txt -%{_texdir}/texmf-dist/fonts/truetype/public/fontmfizz/ -%{_texdir}/texmf-dist/tex/latex/fontmfizz/ - -%files fontmfizz-doc -%license other-free.txt -%{_texdir}/texmf-dist/doc/fonts/fontmfizz/ - -%files old-arrows -%license lppl1.3.txt -%{_texdir}/texmf-dist/fonts/afm/public/old-arrows/ -%{_texdir}/texmf-dist/fonts/enc/dvips/old-arrows/ -%{_texdir}/texmf-dist/fonts/map/dvips/old-arrows/ -%{_texdir}/texmf-dist/fonts/tfm/public/old-arrows/ -%{_texdir}/texmf-dist/fonts/type1/public/old-arrows/ -%{_texdir}/texmf-dist/tex/latex/old-arrows/ - -%files old-arrows-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/fonts/old-arrows/ - -%files fourier -%license lppl1.txt -%{_datadir}/fonts/fourier -%{_datadir}/appdata/fourier.metainfo.xml -%{_texdir}/texmf-dist/fonts/afm/public/fourier/ -%{_texdir}/texmf-dist/fonts/map/dvips/fourier/ -%{_texdir}/texmf-dist/fonts/opentype/public/fourier/ -%{_texdir}/texmf-dist/fonts/tfm/public/fourier/ -%{_texdir}/texmf-dist/fonts/type1/public/fourier/ -%{_texdir}/texmf-dist/fonts/vf/public/fourier/ -%{_texdir}/texmf-dist/tex/latex/fourier/ - -%files fourier-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/fourier/ - -%files fouriernc -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/afm/public/fouriernc/ -%{_texdir}/texmf-dist/fonts/tfm/public/fouriernc/ -%{_texdir}/texmf-dist/fonts/vf/public/fouriernc/ -%{_texdir}/texmf-dist/tex/latex/fouriernc/ - -%files fouriernc-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/fouriernc/ - -%files frcursive -%license lppl1.2.txt -%{_texdir}/texmf-dist/fonts/map/dvips/frcursive/ -%{_texdir}/texmf-dist/fonts/source/public/frcursive/ -%{_texdir}/texmf-dist/fonts/tfm/public/frcursive/ -%{_texdir}/texmf-dist/fonts/type1/public/frcursive/ -%{_texdir}/texmf-dist/tex/latex/frcursive/ - -%files frcursive-doc -%license lppl1.2.txt -%{_texdir}/texmf-dist/doc/fonts/frcursive/ - -%files genealogy -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/source/public/genealogy/ -%{_texdir}/texmf-dist/fonts/tfm/public/genealogy/ - -%files genealogy-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/genealogy/ - -%files gentium-tug -%license other-free.txt -%{_texdir}/texmf-dist/fonts/afm/public/gentium-tug/ -%{_texdir}/texmf-dist/fonts/enc/dvips/gentium-tug/ -%{_texdir}/texmf-dist/fonts/map/dvips/gentium-tug/ -%{_texdir}/texmf-dist/fonts/map/pdftex/gentium-tug/ -%{_texdir}/texmf-dist/fonts/tfm/public/gentium-tug/ -%{_texdir}/texmf-dist/fonts/truetype/public/gentium-tug/ -%{_texdir}/texmf-dist/fonts/type1/public/gentium-tug/ -%{_texdir}/texmf-dist/tex/context/third/gentium-tug/ -%{_texdir}/texmf-dist/tex/latex/gentium-tug/ - -%files gentium-tug-doc -%license other-free.txt -%{_texdir}/texmf-dist/doc/fonts/gentium-tug/ - -%files gfsartemisia -%{_texdir}/texmf-dist/fonts/afm/public/gfsartemisia/ -%{_texdir}/texmf-dist/fonts/enc/dvips/gfsartemisia/ -%{_texdir}/texmf-dist/fonts/map/dvips/gfsartemisia/ -%{_texdir}/texmf-dist/fonts/opentype/public/gfsartemisia/ -%{_texdir}/texmf-dist/fonts/tfm/public/gfsartemisia/ -%{_texdir}/texmf-dist/fonts/type1/public/gfsartemisia/ -%{_texdir}/texmf-dist/fonts/vf/public/gfsartemisia/ -%{_texdir}/texmf-dist/tex/latex/gfsartemisia/ - -%files gfsartemisia-doc -%{_texdir}/texmf-dist/doc/fonts/gfsartemisia/ - -%files gfsbodoni -%{_texdir}/texmf-dist/fonts/afm/public/gfsbodoni/ -%{_texdir}/texmf-dist/fonts/enc/dvips/gfsbodoni/ -%{_texdir}/texmf-dist/fonts/map/dvips/gfsbodoni/ -%{_texdir}/texmf-dist/fonts/opentype/public/gfsbodoni/ -%{_texdir}/texmf-dist/fonts/tfm/public/gfsbodoni/ -%{_texdir}/texmf-dist/fonts/type1/public/gfsbodoni/ -%{_texdir}/texmf-dist/fonts/vf/public/gfsbodoni/ -%{_texdir}/texmf-dist/tex/latex/gfsbodoni/ - -%files gfsbodoni-doc -%{_texdir}/texmf-dist/doc/fonts/gfsbodoni/ - -%files gfscomplutum -%{_texdir}/texmf-dist/fonts/afm/public/gfscomplutum/ -%{_texdir}/texmf-dist/fonts/enc/dvips/gfscomplutum/ -%{_texdir}/texmf-dist/fonts/map/dvips/gfscomplutum/ -%{_texdir}/texmf-dist/fonts/opentype/public/gfscomplutum/ -%{_texdir}/texmf-dist/fonts/tfm/public/gfscomplutum/ -%{_texdir}/texmf-dist/fonts/type1/public/gfscomplutum/ -%{_texdir}/texmf-dist/fonts/vf/public/gfscomplutum/ -%{_texdir}/texmf-dist/tex/latex/gfscomplutum/ - -%files gfscomplutum-doc -%{_texdir}/texmf-dist/doc/fonts/gfscomplutum/ - -%files gfsdidot -%{_texdir}/texmf-dist/fonts/afm/public/gfsdidot/ -%{_texdir}/texmf-dist/fonts/enc/dvips/gfsdidot/ -%{_texdir}/texmf-dist/fonts/map/dvips/gfsdidot/ -%{_texdir}/texmf-dist/fonts/opentype/public/gfsdidot/ -%{_texdir}/texmf-dist/fonts/tfm/public/gfsdidot/ -%{_texdir}/texmf-dist/fonts/type1/public/gfsdidot/ -%{_texdir}/texmf-dist/fonts/vf/public/gfsdidot/ -%{_texdir}/texmf-dist/tex/latex/gfsdidot/ - -%files gfsdidot-doc -%{_texdir}/texmf-dist/doc/fonts/gfsdidot/ - -%files gfsneohellenic -%{_texdir}/texmf-dist/fonts/afm/public/gfsneohellenic/ -%{_texdir}/texmf-dist/fonts/enc/dvips/gfsneohellenic/ -%{_texdir}/texmf-dist/fonts/map/dvips/gfsneohellenic/ -%{_texdir}/texmf-dist/fonts/opentype/public/gfsneohellenic/ -%{_texdir}/texmf-dist/fonts/tfm/public/gfsneohellenic/ -%{_texdir}/texmf-dist/fonts/type1/public/gfsneohellenic/ -%{_texdir}/texmf-dist/fonts/vf/public/gfsneohellenic/ -%{_texdir}/texmf-dist/tex/latex/gfsneohellenic/ - -%files gfsneohellenic-doc -%{_texdir}/texmf-dist/doc/fonts/gfsneohellenic/ - -%files gfssolomos -%{_texdir}/texmf-dist/fonts/afm/public/gfssolomos/ -%{_texdir}/texmf-dist/fonts/enc/dvips/gfssolomos/ -%{_texdir}/texmf-dist/fonts/map/dvips/gfssolomos/ -%{_texdir}/texmf-dist/fonts/opentype/public/gfssolomos/ -%{_texdir}/texmf-dist/fonts/tfm/public/gfssolomos/ -%{_texdir}/texmf-dist/fonts/type1/public/gfssolomos/ -%{_texdir}/texmf-dist/fonts/vf/public/gfssolomos/ -%{_texdir}/texmf-dist/tex/latex/gfssolomos/ - -%files gfssolomos-doc -%{_texdir}/texmf-dist/doc/fonts/gfssolomos/ - -%files gillcm -%{_texdir}/texmf-dist/fonts/map/dvips/gillcm/ -%{_texdir}/texmf-dist/fonts/tfm/public/gillcm/ -%{_texdir}/texmf-dist/fonts/vf/public/gillcm/ -%{_texdir}/texmf-dist/tex/latex/gillcm/ - -%files gillcm-doc -%{_texdir}/texmf-dist/doc/latex/gillcm/ - -%files gillius -%license gpl2.txt -%{_texdir}/texmf-dist/fonts/enc/dvips/gillius/ -%{_texdir}/texmf-dist/fonts/map/dvips/gillius/ -%{_texdir}/texmf-dist/fonts/opentype/arkandis/gillius/ -%{_texdir}/texmf-dist/fonts/tfm/arkandis/gillius/ -%{_texdir}/texmf-dist/fonts/type1/arkandis/gillius/ -%{_texdir}/texmf-dist/fonts/vf/arkandis/gillius/ -%{_texdir}/texmf-dist/tex/latex/gillius/ - -%files gillius-doc -%license gpl2.txt -%{_texdir}/texmf-dist/doc/fonts/gillius/ - -%files gnu-freefont -%license gpl3.txt -%{_datadir}/fonts/gnu-freefont -%{_datadir}/appdata/gnu-freefont.metainfo.xml -%{_texdir}/texmf-dist/fonts/opentype/public/gnu-freefont/ -%{_texdir}/texmf-dist/fonts/truetype/public/gnu-freefont/ - -%files gnu-freefont-doc -%license gpl3.txt -%{_texdir}/texmf-dist/doc/fonts/gnu-freefont/ - -%files gothic -%license collection.txt -%{_texdir}/texmf-dist/fonts/source/public/gothic/ -%{_texdir}/texmf-dist/fonts/tfm/public/gothic/ - -%files gothic-doc -%license collection.txt -%{_texdir}/texmf-dist/doc/fonts/gothic/ - -%files greenpoint -%license gpl.txt -%{_texdir}/texmf-dist/fonts/source/public/greenpoint/ -%{_texdir}/texmf-dist/fonts/tfm/public/greenpoint/ - -%files greenpoint-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/fonts/greenpoint/ - -%files grotesq -%license gpl.txt -%{_texdir}/texmf-dist/fonts/afm/urw/grotesq/ -%{_texdir}/texmf-dist/fonts/map/dvips/grotesq/ -%{_texdir}/texmf-dist/fonts/tfm/urw/grotesq/ -%{_texdir}/texmf-dist/fonts/type1/urw/grotesq/ -%{_texdir}/texmf-dist/fonts/vf/urw/grotesq/ -%{_texdir}/texmf-dist/tex/latex/grotesq/ - -%files grotesq-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/fonts/grotesq/ - -%files hacm -%license lppl1.3.txt -%{_texdir}/texmf-dist/fonts/map/dvips/hacm/ -%{_texdir}/texmf-dist/fonts/tfm/public/hacm/ -%{_texdir}/texmf-dist/fonts/type1/public/hacm/ -%{_texdir}/texmf-dist/fonts/vf/public/hacm/ -%{_texdir}/texmf-dist/tex/latex/hacm/ - -%files hacm-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/fonts/hacm/ - -%files hands -%license pd.txt -%{_texdir}/texmf-dist/fonts/source/public/hands/ -%{_texdir}/texmf-dist/fonts/tfm/public/hands/ - -%files heuristica -%license ofl.txt -%{_texdir}/texmf-dist/fonts/enc/dvips/heuristica/ -%{_texdir}/texmf-dist/fonts/map/dvips/heuristica/ -%{_texdir}/texmf-dist/fonts/opentype/public/heuristica/ -%{_texdir}/texmf-dist/fonts/tfm/public/heuristica/ -%{_texdir}/texmf-dist/fonts/type1/public/heuristica/ -%{_texdir}/texmf-dist/fonts/vf/public/heuristica/ -%{_texdir}/texmf-dist/tex/latex/heuristica/ - -%files heuristica-doc -%license ofl.txt -%{_texdir}/texmf-dist/doc/fonts/heuristica/ - -%files hfbright -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/afm/public/hfbright/ -%{_texdir}/texmf-dist/fonts/enc/dvips/hfbright/ -%{_texdir}/texmf-dist/fonts/map/dvips/hfbright/ -%{_texdir}/texmf-dist/fonts/type1/public/hfbright/ - -%files hfbright-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/hfbright/ - -%files hfoldsty -%license gpl.txt -%{_texdir}/texmf-dist/fonts/tfm/public/hfoldsty/ -%{_texdir}/texmf-dist/fonts/vf/public/hfoldsty/ -%{_texdir}/texmf-dist/tex/latex/hfoldsty/ - -%files hfoldsty-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/fonts/hfoldsty/ - -%files ifsym -%{_texdir}/texmf-dist/fonts/source/public/ifsym/ -%{_texdir}/texmf-dist/fonts/tfm/public/ifsym/ -%{_texdir}/texmf-dist/tex/latex/ifsym/ - -%files ifsym-doc -%{_texdir}/texmf-dist/doc/fonts/ifsym/ - -%files inconsolata -%{_texdir}/texmf-dist/fonts/enc/dvips/inconsolata/ -%{_texdir}/texmf-dist/fonts/map/dvips/inconsolata/ -%{_texdir}/texmf-dist/fonts/opentype/public/inconsolata/ -%{_texdir}/texmf-dist/fonts/tfm/public/inconsolata/ -%{_texdir}/texmf-dist/fonts/type1/public/inconsolata/ -%{_texdir}/texmf-dist/tex/latex/inconsolata/ - -%files inconsolata-doc -%{_texdir}/texmf-dist/doc/fonts/inconsolata/ - -%files initials -%license lppl1.txt -%{_texdir}/texmf-dist/dvips/initials/ -%{_texdir}/texmf-dist/fonts/afm/public/initials/ -%{_texdir}/texmf-dist/fonts/map/dvips/initials/ -%{_texdir}/texmf-dist/fonts/tfm/public/initials/ -%{_texdir}/texmf-dist/fonts/type1/public/initials/ -%{_texdir}/texmf-dist/tex/latex/initials/ - -%files initials-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/initials/ - -%files ipaex-type1 -%license other-free.txt -%{_texdir}/texmf-dist/fonts/enc/dvips/ipaex-type1/ -%{_texdir}/texmf-dist/fonts/map/dvips/ipaex-type1/ -%{_texdir}/texmf-dist/fonts/tfm/public/ipaex-type1/ -%{_texdir}/texmf-dist/fonts/type1/public/ipaex-type1/ -%{_texdir}/texmf-dist/tex/latex/ipaex-type1/ - -%files ipaex-type1-doc -%license other-free.txt -%{_texdir}/texmf-dist/doc/fonts/ipaex-type1/ - -%files iwona -%license gfsl.txt -%{_datadir}/fonts/iwona -%{_datadir}/appdata/iwona.metainfo.xml -%{_texdir}/texmf-dist/fonts/afm/nowacki/iwona/ -%{_texdir}/texmf-dist/fonts/enc/dvips/iwona/ -%{_texdir}/texmf-dist/fonts/map/dvips/iwona/ -%{_texdir}/texmf-dist/fonts/opentype/nowacki/iwona/ -%{_texdir}/texmf-dist/fonts/tfm/nowacki/iwona/ -%{_texdir}/texmf-dist/fonts/type1/nowacki/iwona/ -%{_texdir}/texmf-dist/tex/latex/iwona/ -%{_texdir}/texmf-dist/tex/plain/iwona/ - -%files iwona-doc -%license gfsl.txt -%{_texdir}/texmf-dist/doc/fonts/iwona/ - -%files jablantile -%license pd.txt -%{_texdir}/texmf-dist/fonts/source/public/jablantile/ - -%files jablantile-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/fonts/jablantile/ - -%files jamtimes -%{_texdir}/texmf-dist/fonts/map/dvips/jamtimes/ -%{_texdir}/texmf-dist/fonts/tfm/public/jamtimes/ -%{_texdir}/texmf-dist/fonts/vf/public/jamtimes/ -%{_texdir}/texmf-dist/tex/latex/jamtimes/ - -%files jamtimes-doc -%{_texdir}/texmf-dist/doc/latex/jamtimes/ - -%files junicode -%license gpl.txt -%{_texdir}/texmf-dist/fonts/truetype/public/junicode/ -%{_texdir}/texmf-dist/fonts/enc/dvips/junicode/ -%{_texdir}/texmf-dist/fonts/map/dvips/junicode/ -%{_texdir}/texmf-dist/fonts/tfm/public/junicode/ -%{_texdir}/texmf-dist/fonts/vf/public/junicode/ -%{_texdir}/texmf-dist/tex/latex/junicode/ - -%files junicode-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/fonts/junicode/ - -%files kixfont -%{_texdir}/texmf-dist/fonts/source/public/kixfont/ -%{_texdir}/texmf-dist/fonts/tfm/public/kixfont/ - -%files kixfont-doc -%{_texdir}/texmf-dist/doc/fonts/kixfont/ - -%files kpfonts -%license gpl.txt -%{_texdir}/texmf-dist/fonts/enc/dvips/kpfonts/ -%{_texdir}/texmf-dist/fonts/map/dvips/kpfonts/ -%{_texdir}/texmf-dist/fonts/tfm/public/kpfonts/ -%{_texdir}/texmf-dist/fonts/type1/public/kpfonts/ -%{_texdir}/texmf-dist/fonts/vf/public/kpfonts/ -%{_texdir}/texmf-dist/tex/latex/kpfonts/ - -%files kpfonts-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/fonts/kpfonts/ - -%files kurier -%license gfsl.txt -%{_datadir}/fonts/kurier -%{_datadir}/appdata/kurier.metainfo.xml -%{_texdir}/texmf-dist/fonts/afm/nowacki/kurier/ -%{_texdir}/texmf-dist/fonts/enc/dvips/kurier/ -%{_texdir}/texmf-dist/fonts/map/dvips/kurier/ -%{_texdir}/texmf-dist/fonts/opentype/nowacki/kurier/ -%{_texdir}/texmf-dist/fonts/tfm/nowacki/kurier/ -%{_texdir}/texmf-dist/fonts/type1/nowacki/kurier/ -%{_texdir}/texmf-dist/tex/latex/kurier/ -%{_texdir}/texmf-dist/tex/plain/kurier/ - -%files kurier-doc -%license gfsl.txt -%{_texdir}/texmf-dist/doc/fonts/kurier/ - -%files lato -%license lppl1.3.txt -%{_texdir}/texmf-dist/fonts/enc/dvips/lato/ -%{_texdir}/texmf-dist/fonts/map/dvips/lato/ -%{_texdir}/texmf-dist/fonts/tfm/typoland/lato/ -%{_texdir}/texmf-dist/fonts/truetype/typoland/lato/ -%{_texdir}/texmf-dist/fonts/type1/typoland/lato/ -%{_texdir}/texmf-dist/fonts/vf/typoland/lato/ -%{_texdir}/texmf-dist/tex/latex/lato/ - -%files lato-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/fonts/lato/ - -%files lfb -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/source/public/lfb/ -%{_texdir}/texmf-dist/fonts/tfm/public/lfb/ - -%files lfb-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/lfb/ - -%files libertine -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/enc/dvips/libertine/ -%{_texdir}/texmf-dist/fonts/map/dvips/libertine/ -%{_texdir}/texmf-dist/fonts/opentype/public/libertine/ -%{_texdir}/texmf-dist/fonts/tfm/public/libertine/ -%{_texdir}/texmf-dist/fonts/type1/public/libertine/ -%{_texdir}/texmf-dist/fonts/vf/public/libertine/ -%{_texdir}/texmf-dist/tex/latex/libertine/ - -%files libertine-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/libertine/ - -%files librebaskerville -%license lppl1.txt -%{_datadir}/appdata/librebaskerville.metainfo.xml -%{_texdir}/texmf-dist/fonts/enc/dvips/librebaskerville/ -%{_texdir}/texmf-dist/fonts/map/dvips/librebaskerville/ -%{_texdir}/texmf-dist/fonts/tfm/impallari/librebaskerville/ -%{_texdir}/texmf-dist/fonts/truetype/impallari/librebaskerville -%{_texdir}/texmf-dist/fonts/type1/impallari/librebaskerville/ -%{_texdir}/texmf-dist/fonts/vf/impallari/librebaskerville/ -%{_texdir}/texmf-dist/tex/latex/librebaskerville/ - -%files librebaskerville-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/librebaskerville/ - -%files librecaslon -%license ofl.txt -%{_datadir}/fonts/librecaslon -%{_datadir}/appdata/librecaslon.metainfo.xml -%{_texdir}/texmf-dist/fonts/enc/dvips/librecaslon/ -%{_texdir}/texmf-dist/fonts/map/dvips/librecaslon/ -%{_texdir}/texmf-dist/fonts/opentype/impallari/librecaslon/ -%{_texdir}/texmf-dist/fonts/tfm/impallari/librecaslon/ -%{_texdir}/texmf-dist/fonts/type1/impallari/librecaslon/ -%{_texdir}/texmf-dist/fonts/vf/impallari/librecaslon/ -%{_texdir}/texmf-dist/tex/latex/librecaslon/ - -%files librecaslon-doc -%license ofl.txt -%{_texdir}/texmf-dist/doc/fonts/librecaslon/ - -%files libris -%license gpl.txt -%{_texdir}/texmf-dist/fonts/afm/arkandis/libris/ -%{_texdir}/texmf-dist/fonts/enc/dvips/libris/ -%{_texdir}/texmf-dist/fonts/map/dvips/libris/ -%{_texdir}/texmf-dist/fonts/tfm/arkandis/libris/ -%{_texdir}/texmf-dist/fonts/type1/arkandis/libris/ -%{_texdir}/texmf-dist/fonts/vf/arkandis/libris/ -%{_texdir}/texmf-dist/tex/latex/libris/ - -%files libris-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/fonts/libris/ - -%files lineara -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/afm/public/linearA/ -%{_texdir}/texmf-dist/fonts/map/dvips/linearA/ -%{_texdir}/texmf-dist/fonts/tfm/public/linearA/ -%{_texdir}/texmf-dist/fonts/type1/public/linearA/ -%{_texdir}/texmf-dist/tex/latex/linearA/ - -%files lineara-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/linearA/ - -%files lobster2 -%license ofl.txt -%{_datadir}/fonts/lobster2 -%{_datadir}/appdata/lobster2.metainfo.xml -%{_texdir}/texmf-dist/fonts/enc/dvips/lobster2/ -%{_texdir}/texmf-dist/fonts/map/dvips/lobster2/ -%{_texdir}/texmf-dist/fonts/opentype/impallari/lobster2/ -%{_texdir}/texmf-dist/fonts/tfm/impallari/lobster2/ -%{_texdir}/texmf-dist/fonts/type1/impallari/lobster2/ -%{_texdir}/texmf-dist/fonts/vf/impallari/lobster2/ -%{_texdir}/texmf-dist/tex/latex/lobster2/ - -%files lobster2-doc -%license ofl.txt -%{_texdir}/texmf-dist/doc/fonts/lobster2/ - -%files lxfonts -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/map/dvips/lxfonts/ -%{_texdir}/texmf-dist/fonts/source/public/lxfonts/ -%{_texdir}/texmf-dist/fonts/tfm/public/lxfonts/ -%{_texdir}/texmf-dist/fonts/type1/public/lxfonts/ -%{_texdir}/texmf-dist/tex/latex/lxfonts/ - -%files lxfonts-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/lxfonts/ - -%files ly1 -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/enc/dvips/ly1/ -%{_texdir}/texmf-dist/fonts/map/dvips/ly1/ -%{_texdir}/texmf-dist/fonts/tfm/adobe/ly1/ -%{_texdir}/texmf-dist/fonts/vf/adobe/ly1/ -%{_texdir}/texmf-dist/tex/latex/ly1/ -%{_texdir}/texmf-dist/tex/plain/ly1/ - -%files ly1-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/ly1/ - -%files mathabx -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/source/public/mathabx/ -%{_texdir}/texmf-dist/fonts/tfm/public/mathabx/ -%{_texdir}/texmf-dist/tex/generic/mathabx/ - -%files mathabx-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/mathabx/ - -%files mathabx-type1 -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/map/dvips/mathabx-type1/ -%{_texdir}/texmf-dist/fonts/type1/public/mathabx-type1/ - -%files mathabx-type1-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/mathabx-type1/ - -%files mathdesign -%license gpl.txt -%{_texdir}/texmf-dist/dvips/mathdesign/ -%{_texdir}/texmf-dist/fonts/enc/dvips/mathdesign/ -%{_texdir}/texmf-dist/fonts/map/dvips/mathdesign/ -%{_texdir}/texmf-dist/fonts/tfm/public/mathdesign/ -%{_texdir}/texmf-dist/fonts/type1/public/mathdesign/ -%{_texdir}/texmf-dist/fonts/vf/public/mathdesign/ -%{_texdir}/texmf-dist/tex/latex/mathdesign/ - -%files mathdesign-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/fonts/mathdesign/ - -%files mdputu -%{_texdir}/texmf-dist/fonts/tfm/public/mdputu/ -%{_texdir}/texmf-dist/fonts/vf/public/mdputu/ -%{_texdir}/texmf-dist/tex/latex/mdputu/ - -%files mdputu-doc -%{_texdir}/texmf-dist/doc/latex/mdputu/ - -%files mdsymbol -%license ofl.txt -%{_datadir}/fonts/mdsymbol -%{_datadir}/appdata/mdsymbol.metainfo.xml -%{_texdir}/texmf-dist/fonts/enc/dvips/mdsymbol/ -%{_texdir}/texmf-dist/fonts/map/dvips/mdsymbol/ -%{_texdir}/texmf-dist/fonts/opentype/public/mdsymbol/ -%{_texdir}/texmf-dist/fonts/source/public/mdsymbol/ -%{_texdir}/texmf-dist/fonts/tfm/public/mdsymbol/ -%{_texdir}/texmf-dist/fonts/type1/public/mdsymbol/ -%{_texdir}/texmf-dist/tex/latex/mdsymbol/ - -%files mdsymbol-doc -%license ofl.txt -%{_texdir}/texmf-dist/doc/fonts/mdsymbol/ -%{_texdir}/texmf-dist/doc/latex/mdsymbol/ - -%files merriweather -%license ofl.txt -%{_datadir}/fonts/merriweather -%{_texdir}/texmf-dist/fonts/enc/dvips/merriweather/ -%{_texdir}/texmf-dist/fonts/map/dvips/merriweather/ -%{_texdir}/texmf-dist/fonts/opentype/sorkin/merriweather/ -%{_texdir}/texmf-dist/fonts/tfm/sorkin/merriweather/ -%{_texdir}/texmf-dist/fonts/type1/sorkin/merriweather/ -%{_texdir}/texmf-dist/fonts/vf/sorkin/merriweather/ -%{_texdir}/texmf-dist/tex/latex/merriweather/ - -%files merriweather-doc -%license ofl.txt -%{_texdir}/texmf-dist/doc/fonts/merriweather/ - -%files mintspirit -%license ofl.txt -%{_datadir}/fonts/mintspirit -%{_datadir}/appdata/mintspirit.metainfo.xml -%{_texdir}/texmf-dist/fonts/enc/dvips/mintspirit/ -%{_texdir}/texmf-dist/fonts/map/dvips/mintspirit/ -%{_texdir}/texmf-dist/fonts/opentype/arkandis/mintspirit/ -%{_texdir}/texmf-dist/fonts/tfm/arkandis/mintspirit/ -%{_texdir}/texmf-dist/fonts/type1/arkandis/mintspirit/ -%{_texdir}/texmf-dist/fonts/vf/arkandis/mintspirit/ -%{_texdir}/texmf-dist/tex/latex/mintspirit/ - -%files mintspirit-doc -%license ofl.txt -%{_texdir}/texmf-dist/doc/fonts/mintspirit/ - -%files mnsymbol -%license pd.txt -%{_datadir}/fonts/mnsymbol -%{_datadir}/appdata/mnsymbol.metainfo.xml -%{_texdir}/texmf-dist/fonts/enc/dvips/mnsymbol/ -%{_texdir}/texmf-dist/fonts/map/dvips/mnsymbol/ -%{_texdir}/texmf-dist/fonts/map/vtex/mnsymbol/ -%{_texdir}/texmf-dist/fonts/opentype/public/mnsymbol/ -%{_texdir}/texmf-dist/fonts/source/public/mnsymbol/ -%{_texdir}/texmf-dist/fonts/tfm/public/mnsymbol/ -%{_texdir}/texmf-dist/fonts/type1/public/mnsymbol/ -%{_texdir}/texmf-dist/tex/latex/mnsymbol/ - -%files mnsymbol-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/latex/mnsymbol/ - -%files newpx -%license lppl1.txt -%{_datadir}/fonts/newpx -%{_datadir}/appdata/newpx.metainfo.xml -%{_texdir}/texmf-dist/fonts/afm/public/newpx/ -%{_texdir}/texmf-dist/fonts/enc/dvips/newpx/ -%{_texdir}/texmf-dist/fonts/map/dvips/newpx/ -%{_texdir}/texmf-dist/fonts/opentype/public/newpx/ -%{_texdir}/texmf-dist/fonts/tfm/public/newpx/ -%{_texdir}/texmf-dist/fonts/type1/public/newpx/ -%{_texdir}/texmf-dist/fonts/vf/public/newpx/ -%{_texdir}/texmf-dist/tex/latex/newpx/ - -%files newpx-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/newpx/ - -%files newtx -%license lppl1.3.txt -%{_datadir}/fonts/newtx -%{_datadir}/appdata/newtx.metainfo.xml -%{_texdir}/texmf-dist/fonts/afm/public/newtx/ -%{_texdir}/texmf-dist/fonts/enc/dvips/newtx/ -%{_texdir}/texmf-dist/fonts/map/dvips/newtx/ -%{_texdir}/texmf-dist/fonts/opentype/public/newtx/ -%{_texdir}/texmf-dist/fonts/tfm/public/newtx/ -%{_texdir}/texmf-dist/fonts/type1/public/newtx/ -%{_texdir}/texmf-dist/fonts/vf/public/newtx/ -%{_texdir}/texmf-dist/tex/latex/newtx/ - -%files newtx-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/fonts/newtx/ - -%files newtxsf -%license ofl.txt -%{_texdir}/texmf-dist/fonts/map/dvips/newtxsf/ -%{_texdir}/texmf-dist/fonts/tfm/public/newtxsf/ -%{_texdir}/texmf-dist/fonts/type1/public/newtxsf/ -%{_texdir}/texmf-dist/fonts/vf/public/newtxsf/ -%{_texdir}/texmf-dist/tex/latex/newtxsf/ - -%files newtxsf-doc -%license ofl.txt -%{_texdir}/texmf-dist/doc/fonts/newtxsf/ - -%files newtxtt -%license gpl3.txt -%{_texdir}/texmf-dist/fonts/enc/dvips/newtxtt/ -%{_texdir}/texmf-dist/fonts/map/dvips/newtxtt/ -%{_texdir}/texmf-dist/fonts/tfm/public/newtxtt/ -%{_texdir}/texmf-dist/fonts/type1/public/newtxtt/ -%{_texdir}/texmf-dist/tex/latex/newtxtt/ - -%files newtxtt-doc -%license gpl3.txt -%{_texdir}/texmf-dist/doc/fonts/newtxtt/ - -%files nkarta -%license pd.txt -%{_texdir}/texmf-dist/fonts/source/public/nkarta/ -%{_texdir}/texmf-dist/fonts/tfm/public/nkarta/ -%{_texdir}/texmf-dist/metapost/nkarta/ - -%files nkarta-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/fonts/nkarta/ - -%files obnov -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/source/public/obnov/ -%{_texdir}/texmf-dist/fonts/tfm/public/obnov/ -%{_texdir}/texmf-dist/tex/latex/obnov/ - -%files obnov-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/obnov/ - -%files ocherokee -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/afm/public/ocherokee/ -%{_texdir}/texmf-dist/fonts/map/dvips/ocherokee/ -%{_texdir}/texmf-dist/fonts/ofm/public/ocherokee/ -%{_texdir}/texmf-dist/fonts/ovf/public/ocherokee/ -%{_texdir}/texmf-dist/fonts/ovp/public/ocherokee/ -%{_texdir}/texmf-dist/fonts/tfm/public/ocherokee/ -%{_texdir}/texmf-dist/fonts/type1/public/ocherokee/ -%{_texdir}/texmf-dist/omega/ocp/ocherokee/ -%{_texdir}/texmf-dist/tex/lambda/ocherokee/ - -%files ocherokee-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/omega/ocherokee/ - -%files ocr-b -%{_texdir}/texmf-dist/fonts/source/public/ocr-b/ -%{_texdir}/texmf-dist/fonts/tfm/public/ocr-b/ - -%files ocr-b-doc -%{_texdir}/texmf-dist/doc/fonts/ocr-b/ - -%files ocr-b-outline -%{_datadir}/fonts/ocr-b-outline -%{_datadir}/appdata/ocr-b-outline.metainfo.xml -%{_texdir}/texmf-dist/fonts/map/dvips/ocr-b-outline/ -%{_texdir}/texmf-dist/fonts/opentype/public/ocr-b-outline/ -%{_texdir}/texmf-dist/fonts/type1/public/ocr-b-outline/ - -%files ocr-b-outline-doc -%{_texdir}/texmf-dist/doc/fonts/ocr-b-outline/ - -%files ogham -%{_texdir}/texmf-dist/fonts/source/public/ogham/ -%{_texdir}/texmf-dist/fonts/tfm/public/ogham/ - -%files ogham-doc -%{_texdir}/texmf-dist/doc/fonts/ogham/ - -%files oinuit -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/map/dvips/oinuit/ -%{_texdir}/texmf-dist/fonts/ofm/public/oinuit/ -%{_texdir}/texmf-dist/fonts/ovf/public/oinuit/ -%{_texdir}/texmf-dist/fonts/tfm/public/oinuit/ -%{_texdir}/texmf-dist/fonts/type1/public/oinuit/ -%{_texdir}/texmf-dist/omega/ocp/oinuit/ -%{_texdir}/texmf-dist/omega/otp/oinuit/ -%{_texdir}/texmf-dist/tex/lambda/oinuit/ - -%files oinuit-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/oinuit/ - -%files oldlatin -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/source/public/oldlatin/ -%{_texdir}/texmf-dist/fonts/tfm/public/oldlatin/ - -%files oldlatin-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/oldlatin/ - -%files oldstandard -%{_texdir}/texmf-dist/fonts/opentype/public/oldstandard/ -%{_texdir}/texmf-dist/fonts/enc/dvips/oldstandard/ -%{_texdir}/texmf-dist/fonts/map/dvips/oldstandard/ -%{_texdir}/texmf-dist/fonts/tfm/public/oldstandard/ -%{_texdir}/texmf-dist/fonts/type1/public/oldstandard/ -%{_texdir}/texmf-dist/fonts/vf/public/oldstandard/ -%{_texdir}/texmf-dist/tex/latex/oldstandard/ - -%files oldstandard-doc -%{_texdir}/texmf-dist/doc/fonts/oldstandard/ - -%files opensans -%license lppl1.3.txt -%{_texdir}/texmf-dist/fonts/enc/dvips/opensans/ -%{_texdir}/texmf-dist/fonts/map/dvips/opensans/ -%{_texdir}/texmf-dist/fonts/tfm/ascender/opensans/ -%{_texdir}/texmf-dist/fonts/truetype/ascender/opensans/ -%{_texdir}/texmf-dist/fonts/type1/ascender/opensans/ -%{_texdir}/texmf-dist/fonts/vf/ascender/opensans/ -%{_texdir}/texmf-dist/tex/latex/opensans/ - -%files opensans-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/fonts/opensans/ - -%files orkhun -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/source/public/orkhun/ -%{_texdir}/texmf-dist/fonts/tfm/public/orkhun/ - -%files orkhun-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/orkhun/ - -%files overlock -%license ofl.txt -%{_datadir}/fonts/overlock -%{_texdir}/texmf-dist/fonts/enc/dvips/overlock/ -%{_texdir}/texmf-dist/fonts/map/dvips/overlock/ -%{_texdir}/texmf-dist/fonts/opentype/tipo/overlock -%{_texdir}/texmf-dist/fonts/tfm/tipo/overlock/ -%{_texdir}/texmf-dist/fonts/type1/tipo/overlock/ -%{_texdir}/texmf-dist/fonts/vf/tipo/overlock/ -%{_texdir}/texmf-dist/tex/latex/overlock/ - -%files overlock-doc -%license ofl.txt -%{_texdir}/texmf-dist/doc/fonts/overlock/ - -%files pacioli -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/source/public/pacioli/ -%{_texdir}/texmf-dist/fonts/tfm/public/pacioli/ -%{_texdir}/texmf-dist/tex/latex/pacioli/ - -%files pacioli-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/pacioli/ - -%files paratype -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/afm/paratype/ -%{_texdir}/texmf-dist/fonts/enc/dvips/paratype/ -%{_texdir}/texmf-dist/fonts/map/dvips/paratype/ -%{_texdir}/texmf-dist/fonts/tfm/paratype/ -%{_texdir}/texmf-dist/fonts/truetype/paratype/ -%{_texdir}/texmf-dist/fonts/type1/paratype/ -%{_texdir}/texmf-dist/fonts/vf/paratype/ -%{_texdir}/texmf-dist/tex/latex/paratype/ - -%files paratype-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/paratype/ - -%files phaistos -%license lppl1.txt -%{_datadir}/fonts/phaistos -%{_datadir}/appdata/phaistos.metainfo.xml -%{_texdir}/texmf-dist/fonts/afm/public/phaistos/ -%{_texdir}/texmf-dist/fonts/map/dvips/phaistos/ -%{_texdir}/texmf-dist/fonts/opentype/public/phaistos/ -%{_texdir}/texmf-dist/fonts/tfm/public/phaistos/ -%{_texdir}/texmf-dist/fonts/type1/public/phaistos/ -%{_texdir}/texmf-dist/tex/latex/phaistos/ - -%files phaistos-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/phaistos/ - -%files phonetic -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/source/public/phonetic/ -%{_texdir}/texmf-dist/fonts/tfm/public/phonetic/ -%{_texdir}/texmf-dist/tex/latex/phonetic/ - -%files phonetic-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/phonetic/ - -%files pigpen -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/map/dvips/pigpen/ -%{_texdir}/texmf-dist/fonts/source/public/pigpen/ -%{_texdir}/texmf-dist/fonts/tfm/public/pigpen/ -%{_texdir}/texmf-dist/fonts/type1/public/pigpen/ -%{_texdir}/texmf-dist/tex/latex/pigpen/ - -%files pigpen-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/pigpen/ - -%files playfair -%license ofl.txt -%{_datadir}/fonts/playfair -%{_datadir}/appdata/playfair.metainfo.xml -%{_texdir}/texmf-dist/fonts/enc/dvips/playfair/ -%{_texdir}/texmf-dist/fonts/map/dvips/playfair/ -%{_texdir}/texmf-dist/fonts/opentype/public/playfair/ -%{_texdir}/texmf-dist/fonts/tfm/public/playfair/ -%{_texdir}/texmf-dist/fonts/type1/public/playfair/ -%{_texdir}/texmf-dist/fonts/vf/public/playfair/ -%{_texdir}/texmf-dist/tex/latex/playfair/ - -%files playfair-doc -%license ofl.txt -%{_texdir}/texmf-dist/doc/fonts/playfair/ - -%files poltawski -%license gfsl.txt -%{_datadir}/fonts/poltawski -%{_datadir}/appdata/poltawski.metainfo.xml -%{_texdir}/texmf-dist/fonts/afm/gust/poltawski/ -%{_texdir}/texmf-dist/fonts/enc/dvips/poltawski/ -%{_texdir}/texmf-dist/fonts/map/dvips/poltawski/ -%{_texdir}/texmf-dist/fonts/opentype/gust/poltawski/ -%{_texdir}/texmf-dist/fonts/tfm/gust/poltawski/ -%{_texdir}/texmf-dist/fonts/type1/gust/poltawski/ -%{_texdir}/texmf-dist/tex/latex/poltawski/ - -%files poltawski-doc -%license gfsl.txt -%{_texdir}/texmf-dist/doc/fonts/poltawski/ - -%files prodint -%{_texdir}/texmf-dist/fonts/afm/public/prodint/ -%{_texdir}/texmf-dist/fonts/map/dvips/prodint/ -%{_texdir}/texmf-dist/fonts/tfm/public/prodint/ -%{_texdir}/texmf-dist/fonts/type1/public/prodint/ -%{_texdir}/texmf-dist/tex/latex/prodint/ - -%files prodint-doc -%{_texdir}/texmf-dist/doc/fonts/prodint/ - -%files punk -%license knuth.txt -%{_texdir}/texmf-dist/fonts/source/public/punk/ -%{_texdir}/texmf-dist/fonts/tfm/public/punk/ - -%files punk-doc -%license knuth.txt -%{_texdir}/texmf-dist/doc/fonts/punk/ - -%files punk-latex -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/punk-latex/ - -%files punk-latex-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/punk-latex/ - -%files punknova -%{_datadir}/fonts/punknova -%{_datadir}/appdata/punknova.metainfo.xml -%{_texdir}/texmf-dist/fonts/opentype/public/punknova/ - -%files punknova-doc -%{_texdir}/texmf-dist/doc/fonts/punknova/ - -%files pxtxalfa -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/map/dvips/pxtxalfa/ -%{_texdir}/texmf-dist/fonts/tfm/public/pxtxalfa/ -%{_texdir}/texmf-dist/fonts/vf/public/pxtxalfa/ -%{_texdir}/texmf-dist/tex/latex/pxtxalfa/ - -%files pxtxalfa-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/pxtxalfa/ - -%files quattrocento -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/enc/dvips/quattrocento/ -%{_texdir}/texmf-dist/fonts/map/dvips/quattrocento/ -%{_texdir}/texmf-dist/fonts/tfm/impallari/quattrocento/ -%{_texdir}/texmf-dist/fonts/truetype/impallari/quattrocento/ -%{_texdir}/texmf-dist/fonts/type1/impallari/quattrocento/ -%{_texdir}/texmf-dist/fonts/vf/impallari/quattrocento/ -%{_texdir}/texmf-dist/tex/latex/quattrocento/ - -%files quattrocento-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/quattrocento/ - -%files raleway -%license ofl.txt -%{_texdir}/texmf-dist/fonts/enc/dvips/raleway/ -%{_texdir}/texmf-dist/fonts/map/dvips/raleway/ -%{_texdir}/texmf-dist/fonts/opentype/impallari/raleway/ -%{_texdir}/texmf-dist/fonts/tfm/impallari/raleway/ -%{_texdir}/texmf-dist/fonts/type1/impallari/raleway/ -%{_texdir}/texmf-dist/fonts/vf/impallari/raleway/ -%{_texdir}/texmf-dist/tex/latex/raleway/ - -%files raleway-doc -%license ofl.txt -%{_texdir}/texmf-dist/doc/latex/raleway/ - -%files recycle -%license gpl.txt -%{_texdir}/texmf-dist/fonts/map/dvips/recycle/ -%{_texdir}/texmf-dist/fonts/source/public/recycle/ -%{_texdir}/texmf-dist/fonts/tfm/public/recycle/ -%{_texdir}/texmf-dist/fonts/type1/public/recycle/ -%{_texdir}/texmf-dist/tex/latex/recycle/ - -%files recycle-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/fonts/recycle/ - -%files roboto -%license apache2.txt -%{_texdir}/texmf-dist/fonts/enc/dvips/roboto/ -%{_texdir}/texmf-dist/fonts/map/dvips/roboto/ -%{_texdir}/texmf-dist/fonts/tfm/google/roboto/ -%{_texdir}/texmf-dist/fonts/opentype/google/roboto/ -%{_texdir}/texmf-dist/fonts/type1/google/roboto/ -%{_texdir}/texmf-dist/fonts/vf/google/roboto/ -%{_texdir}/texmf-dist/tex/latex/roboto/ - -%files roboto-doc -%license apache2.txt -%{_texdir}/texmf-dist/doc/fonts/roboto/ - -%files romande -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/afm/arkandis/romande/ -%{_texdir}/texmf-dist/fonts/enc/dvips/romande/ -%{_texdir}/texmf-dist/fonts/map/dvips/romande/ -%{_texdir}/texmf-dist/fonts/tfm/arkandis/romande/ -%{_texdir}/texmf-dist/fonts/type1/arkandis/romande/ -%{_texdir}/texmf-dist/fonts/vf/arkandis/romande/ -%{_texdir}/texmf-dist/tex/latex/romande/ - -%files romande-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/romande/ - -%files rsfso -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/map/dvips/rsfso/ -%{_texdir}/texmf-dist/fonts/tfm/public/rsfso/ -%{_texdir}/texmf-dist/fonts/vf/public/rsfso/ -%{_texdir}/texmf-dist/tex/latex/rsfso/ - -%files rsfso-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/rsfso/ - -%files sansmathaccent -%license lppl1.3.txt -%{_texdir}/texmf-dist/fonts/map/dvips/sansmathaccent/ -%{_texdir}/texmf-dist/fonts/tfm/public/sansmathaccent/ -%{_texdir}/texmf-dist/fonts/vf/public/sansmathaccent/ -%{_texdir}/texmf-dist/tex/latex/sansmathaccent/ - -%files sansmathaccent-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/fonts/sansmathaccent/ - -%files sansmathfonts -%license lppl1.3.txt -%{_texdir}/texmf-dist/fonts/map/dvips/sansmathfonts/ -%{_texdir}/texmf-dist/fonts/source/public/sansmathfonts/ -%{_texdir}/texmf-dist/fonts/tfm/public/sansmathfonts/ -%{_texdir}/texmf-dist/fonts/type1/public/sansmathfonts/ -%{_texdir}/texmf-dist/fonts/vf/public/sansmathfonts/ -%{_texdir}/texmf-dist/tex/latex/sansmathfonts/ - -%files sansmathfonts-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/fonts/sansmathfonts/ - -%files sauter -%license gpl.txt -%{_texdir}/texmf-dist/fonts/source/public/sauter/ - -%files sauterfonts -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/sauterfonts/ - -%files sauterfonts-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/sauterfonts/ - -%files schulschriften -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/source/public/schulschriften/ -%{_texdir}/texmf-dist/fonts/tfm/public/schulschriften/ -%{_texdir}/texmf-dist/tex/latex/schulschriften/ - -%files schulschriften-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/schulschriften/ - -%files semaphor -%license gpl.txt -%{_datadir}/fonts/semaphor -%{_datadir}/appdata/semaphor.metainfo.xml -%{_texdir}/texmf-dist/fonts/afm/public/semaphor/ -%{_texdir}/texmf-dist/fonts/enc/dvips/semaphor/ -%{_texdir}/texmf-dist/fonts/map/dvips/semaphor/ -%{_texdir}/texmf-dist/fonts/opentype/public/semaphor/ -%{_texdir}/texmf-dist/fonts/source/public/semaphor/ -%{_texdir}/texmf-dist/fonts/tfm/public/semaphor/ -%{_texdir}/texmf-dist/fonts/type1/public/semaphor/ -%{_texdir}/texmf-dist/tex/context/third/semaphor/ -%{_texdir}/texmf-dist/tex/latex/semaphor/ -%{_texdir}/texmf-dist/tex/plain/semaphor/ - -%files semaphor-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/fonts/semaphor/ - -%files skull -%license gpl.txt -%{_texdir}/texmf-dist/fonts/source/public/skull/ -%{_texdir}/texmf-dist/fonts/tfm/public/skull/ -%{_texdir}/texmf-dist/tex/latex/skull/ - -%files sourcecodepro -%license ofl.txt -%{_texdir}/texmf-dist/fonts/enc/dvips/sourcecodepro/ -%{_texdir}/texmf-dist/fonts/map/dvips/sourcecodepro/ -%{_texdir}/texmf-dist/fonts/opentype/adobe/sourcecodepro/ -%{_texdir}/texmf-dist/fonts/tfm/adobe/sourcecodepro/ -%{_texdir}/texmf-dist/fonts/type1/adobe/sourcecodepro/ -%{_texdir}/texmf-dist/fonts/vf/adobe/sourcecodepro/ -%{_texdir}/texmf-dist/tex/latex/sourcecodepro/ - -%files sourcecodepro-doc -%license ofl.txt -%{_texdir}/texmf-dist/doc/latex/sourcecodepro/ - -%files sourcesanspro -%license ofl.txt -%{_texdir}/texmf-dist/fonts/enc/dvips/sourcesanspro/ -%{_texdir}/texmf-dist/fonts/map/dvips/sourcesanspro/ -%{_texdir}/texmf-dist/fonts/opentype/adobe/sourcesanspro/ -%{_texdir}/texmf-dist/fonts/tfm/adobe/sourcesanspro/ -%{_texdir}/texmf-dist/fonts/type1/adobe/sourcesanspro/ -%{_texdir}/texmf-dist/fonts/vf/adobe/sourcesanspro/ -%{_texdir}/texmf-dist/tex/latex/sourcesanspro/ - -%files sourcesanspro-doc -%license ofl.txt -%{_texdir}/texmf-dist/doc/latex/sourcesanspro/ - -%files sourceserifpro -%license ofl.txt -%{_texdir}/texmf-dist/fonts/enc/dvips/sourceserifpro/ -%{_texdir}/texmf-dist/fonts/map/dvips/sourceserifpro/ -%{_texdir}/texmf-dist/fonts/opentype/adobe/sourceserifpro/ -%{_texdir}/texmf-dist/fonts/tfm/adobe/sourceserifpro/ -%{_texdir}/texmf-dist/fonts/type1/adobe/sourceserifpro/ -%{_texdir}/texmf-dist/fonts/vf/adobe/sourceserifpro/ -%{_texdir}/texmf-dist/tex/latex/sourceserifpro/ - -%files sourceserifpro-doc -%license ofl.txt -%{_texdir}/texmf-dist/doc/latex/sourceserifpro/ - -%files starfont -%license pd.txt -%{_texdir}/texmf-dist/fonts/afm/public/starfont/ -%{_texdir}/texmf-dist/fonts/map/dvips/starfont/ -%{_texdir}/texmf-dist/fonts/tfm/public/starfont/ -%{_texdir}/texmf-dist/fonts/type1/public/starfont/ -%{_texdir}/texmf-dist/tex/latex/starfont/ - -%files starfont-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/fonts/starfont/ - -%files staves -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/map/dvips/staves/ -%{_texdir}/texmf-dist/fonts/tfm/public/staves/ -%{_texdir}/texmf-dist/fonts/type1/public/staves/ -%{_texdir}/texmf-dist/tex/latex/staves/ - -%files staves-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/staves/ - -%files stix -%{_texdir}/texmf-dist/fonts/enc/dvips/stix/ -%{_texdir}/texmf-dist/fonts/map/dvips/stix/ -%{_texdir}/texmf-dist/fonts/opentype/public/stix/ -%{_texdir}/texmf-dist/fonts/tfm/public/stix/ -%{_texdir}/texmf-dist/fonts/type1/public/stix/ -%{_texdir}/texmf-dist/fonts/vf/public/stix/ -%{_texdir}/texmf-dist/tex/latex/stix/ - -%files stix-doc -%{_texdir}/texmf-dist/doc/fonts/stix/ - -%files superiors -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/enc/dvips/superiors/ -%{_texdir}/texmf-dist/fonts/map/dvips/superiors/ -%{_texdir}/texmf-dist/fonts/tfm/public/superiors/ -%{_texdir}/texmf-dist/fonts/type1/public/superiors/ -%{_texdir}/texmf-dist/tex/latex/superiors/ - -%files superiors-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/superiors/ - -%files tapir -%license gpl.txt -%{_texdir}/texmf-dist/fonts/source/public/tapir/ -%{_texdir}/texmf-dist/fonts/type1/public/tapir/ - -%files tapir-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/fonts/tapir/ - -%files tengwarscript -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/enc/dvips/tengwarscript/ -%{_texdir}/texmf-dist/fonts/map/dvips/tengwarscript/ -%{_texdir}/texmf-dist/fonts/tfm/public/tengwarscript/ -%{_texdir}/texmf-dist/fonts/vf/public/tengwarscript/ -%{_texdir}/texmf-dist/tex/latex/tengwarscript/ - -%files tengwarscript-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/tengwarscript/ - -%files tfrupee -%license gpl3.txt -%{_texdir}/texmf-dist/fonts/afm/public/tfrupee/ -%{_texdir}/texmf-dist/fonts/map/dvips/tfrupee/ -%{_texdir}/texmf-dist/fonts/tfm/public/tfrupee/ -%{_texdir}/texmf-dist/fonts/type1/public/tfrupee/ -%{_texdir}/texmf-dist/tex/latex/tfrupee/ - -%files tfrupee-doc -%license gpl3.txt -%{_texdir}/texmf-dist/doc/fonts/tfrupee/ - -%files tpslifonts -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/tpslifonts/ - -%files tpslifonts-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/tpslifonts/ - -%files trajan -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/afm/public/trajan/ -%{_texdir}/texmf-dist/fonts/map/dvips/trajan/ -%{_texdir}/texmf-dist/fonts/tfm/public/trajan/ -%{_texdir}/texmf-dist/fonts/type1/public/trajan/ -%{_texdir}/texmf-dist/tex/latex/trajan/ - -%files trajan-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/trajan/ - -%files txfontsb -%license gpl.txt -%{_datadir}/fonts/txfontsb -%{_datadir}/appdata/txfontsb.metainfo.xml -%{_texdir}/texmf-dist/fonts/afm/public/txfontsb/ -%{_texdir}/texmf-dist/fonts/enc/dvips/txfontsb/ -%{_texdir}/texmf-dist/fonts/map/dvips/txfontsb/ -%{_texdir}/texmf-dist/fonts/opentype/public/txfontsb/ -%{_texdir}/texmf-dist/fonts/tfm/public/txfontsb/ -%{_texdir}/texmf-dist/fonts/type1/public/txfontsb/ -%{_texdir}/texmf-dist/fonts/vf/public/txfontsb/ -%{_texdir}/texmf-dist/tex/latex/txfontsb/ - -%files txfontsb-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/fonts/txfontsb/ - -%files typicons -%license lppl1.3.txt -%{_texdir}/texmf-dist/fonts/truetype/public/typicons/ -%{_texdir}/texmf-dist/tex/latex/typicons/ - -%files typicons-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/fonts/typicons/ - -%files umtypewriter -%{_datadir}/fonts/umtypewriter -%{_datadir}/appdata/umtypewriter.metainfo.xml -%{_texdir}/texmf-dist/fonts/opentype/public/umtypewriter/ - -%files universa -%license gpl.txt -%{_texdir}/texmf-dist/fonts/source/public/universa/ -%{_texdir}/texmf-dist/fonts/tfm/public/universa/ -%{_texdir}/texmf-dist/tex/latex/universa/ - -%files universa-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/fonts/universa/ - -%files universalis -%license gpl2.txt -%{_datadir}/fonts/universalis -%{_datadir}/appdata/universalis.metainfo.xml -%{_texdir}/texmf-dist/fonts/enc/dvips/universalis/ -%{_texdir}/texmf-dist/fonts/map/dvips/universalis/ -%{_texdir}/texmf-dist/fonts/opentype/arkandis/universalis/ -%{_texdir}/texmf-dist/fonts/tfm/arkandis/universalis/ -%{_texdir}/texmf-dist/fonts/type1/arkandis/universalis/ -%{_texdir}/texmf-dist/fonts/vf/arkandis/universalis/ -%{_texdir}/texmf-dist/tex/latex/universalis/ - -%files universalis-doc -%license gpl2.txt -%{_texdir}/texmf-dist/doc/fonts/universalis/ - -%files urwchancal -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/tfm/urw/urwchancal/ -%{_texdir}/texmf-dist/fonts/vf/urw/urwchancal/ -%{_texdir}/texmf-dist/tex/latex/urwchancal/ - -%files urwchancal-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/urwchancal/ - -%files venturisadf -%{_texdir}/texmf-dist/fonts/afm/arkandis/venturis/ -%{_texdir}/texmf-dist/fonts/afm/arkandis/venturis2/ -%{_texdir}/texmf-dist/fonts/afm/arkandis/venturisold/ -%{_texdir}/texmf-dist/fonts/afm/arkandis/venturissans/ -%{_texdir}/texmf-dist/fonts/afm/arkandis/venturissans2/ -%{_texdir}/texmf-dist/fonts/enc/dvips/venturisadf/ -%{_texdir}/texmf-dist/fonts/map/dvips/venturis/ -%{_texdir}/texmf-dist/fonts/map/dvips/venturis2/ -%{_texdir}/texmf-dist/fonts/map/dvips/venturisold/ -%{_texdir}/texmf-dist/fonts/map/dvips/venturissans/ -%{_texdir}/texmf-dist/fonts/map/dvips/venturissans2/ -%{_texdir}/texmf-dist/fonts/tfm/arkandis/venturis/ -%{_texdir}/texmf-dist/fonts/tfm/arkandis/venturis2/ -%{_texdir}/texmf-dist/fonts/tfm/arkandis/venturisold/ -%{_texdir}/texmf-dist/fonts/tfm/arkandis/venturissans/ -%{_texdir}/texmf-dist/fonts/tfm/arkandis/venturissans2/ -%{_texdir}/texmf-dist/fonts/type1/arkandis/venturis/ -%{_texdir}/texmf-dist/fonts/type1/arkandis/venturis2/ -%{_texdir}/texmf-dist/fonts/type1/arkandis/venturisold/ -%{_texdir}/texmf-dist/fonts/type1/arkandis/venturissans/ -%{_texdir}/texmf-dist/fonts/type1/arkandis/venturissans2/ -%{_texdir}/texmf-dist/fonts/vf/arkandis/venturis/ -%{_texdir}/texmf-dist/fonts/vf/arkandis/venturis2/ -%{_texdir}/texmf-dist/fonts/vf/arkandis/venturisold/ -%{_texdir}/texmf-dist/fonts/vf/arkandis/venturissans/ -%{_texdir}/texmf-dist/fonts/vf/arkandis/venturissans2/ -%{_texdir}/texmf-dist/tex/latex/venturis/ -%{_texdir}/texmf-dist/tex/latex/venturis2/ -%{_texdir}/texmf-dist/tex/latex/venturisadf/ -%{_texdir}/texmf-dist/tex/latex/venturisold/ -%{_texdir}/texmf-dist/tex/latex/venturissans/ -%{_texdir}/texmf-dist/tex/latex/venturissans2/ - -%files venturisadf-doc -%{_texdir}/texmf-dist/doc/fonts/venturisadf/ - -%files wsuipa -%{_texdir}/texmf-dist/fonts/source/public/wsuipa/ -%{_texdir}/texmf-dist/fonts/tfm/public/wsuipa/ -%{_texdir}/texmf-dist/tex/latex/wsuipa/ - -%files wsuipa-doc -%{_texdir}/texmf-dist/doc/fonts/wsuipa/ - -%files xcharter -%license other-free.txt -%{_datadir}/fonts/xcharter -%{_datadir}/appdata/xcharter.metainfo.xml -%{_texdir}/texmf-dist/fonts/afm/public/xcharter/ -%{_texdir}/texmf-dist/fonts/enc/dvips/xcharter/ -%{_texdir}/texmf-dist/fonts/map/dvips/xcharter/ -%{_texdir}/texmf-dist/fonts/opentype/public/xcharter/ -%{_texdir}/texmf-dist/fonts/tfm/public/xcharter/ -%{_texdir}/texmf-dist/fonts/type1/public/xcharter/ -%{_texdir}/texmf-dist/fonts/vf/public/xcharter/ -%{_texdir}/texmf-dist/tex/latex/xcharter/ - -%files xcharter-doc -%license other-free.txt -%{_texdir}/texmf-dist/doc/fonts/xcharter/ - -%files xits -%license ofl.txt -%{_datadir}/fonts/xits -%{_datadir}/appdata/xits.metainfo.xml -%{_texdir}/texmf-dist/fonts/opentype/public/xits/ - -%files xits-doc -%license ofl.txt -%{_texdir}/texmf-dist/doc/fonts/xits/ - -%files yfonts -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/yfonts/ - -%files yfonts-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/yfonts/ - -%files yfonts-t1 -%license lppl1.txt -%license yfonts-t1-license-email.pdf -%{_texdir}/texmf-dist/dvips/yfonts-t1/ -%{_texdir}/texmf-dist/fonts/afm/public/yfonts-t1/ -%{_texdir}/texmf-dist/fonts/map/dvips/yfonts-t1/ -%{_texdir}/texmf-dist/fonts/type1/public/yfonts-t1/ - -%files yfonts-t1-doc -%license lppl1.txt -%license yfonts-t1-license-email.pdf -%{_texdir}/texmf-dist/doc/fonts/yfonts-t1/ - -%files zlmtt -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/zlmtt/ - -%files zlmtt-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/fonts/zlmtt/ +%{_mandir}/man1/initex.1* +%{_mandir}/man1/tex.1* +%{_bindir}/initex +%{_bindir}/tex + +## need to check +%if 0 +%files texconfig +%license lppl1.txt +%{_bindir}/texconfig +%{_mandir}/man1/texconfig-sys.1* +%{_mandir}/man1/texconfig.1* +%{_texdir}/texmf-dist/scripts/texlive/texconfig.sh +%{_texdir}/texmf-dist/texconfig/tcfmgr +%{_texdir}/texmf-dist/texconfig/tcfmgr.map +%endif + +%files texlive.infra +%license lppl1.txt +%{_bindir}/tlmgr +%{_texdir}/texmf-dist/web2c/fmtutil-hdr.cnf +%{_texdir}/texmf-dist/web2c/updmap-hdr.cfg +%{_texdir}/LICENSE.CTAN +%{_texdir}/LICENSE.TL +%{_texdir}/README +%{_texdir}/README.usergroups +%{_texdir}/index.html +%{_texdir}/readme-html.dir/readme.cs.html +%{_texdir}/readme-html.dir/readme.de.html +%{_texdir}/readme-html.dir/readme.en.html +%{_texdir}/readme-html.dir/readme.es.html +%{_texdir}/readme-html.dir/readme.fr.html +%{_texdir}/readme-html.dir/readme.it.html +%{_texdir}/readme-html.dir/readme.ja.html +%{_texdir}/readme-html.dir/readme.pl.html +%{_texdir}/readme-html.dir/readme.pt-br.html +%{_texdir}/readme-html.dir/readme.ru.html +%{_texdir}/readme-html.dir/readme.sk.html +%{_texdir}/readme-html.dir/readme.sr.html +%{_texdir}/readme-html.dir/readme.vi.html +%{_texdir}/readme-html.dir/readme.zh-cn.html +%{_texdir}/release-texlive.txt +%{_texdir}/texmf-dist/scripts/texlive/tlmgr.pl +%{_texdir}/tlpkg/installer/config.guess +%{_texdir}/tlpkg/TeXLive/TLConfFile.pm +%{_texdir}/tlpkg/TeXLive/TLConfig.pm +%{_texdir}/tlpkg/TeXLive/TLCrypto.pm +%{_texdir}/tlpkg/TeXLive/TLDownload.pm +%{_texdir}/tlpkg/TeXLive/TLPDB.pm +%{_texdir}/tlpkg/TeXLive/TLPOBJ.pm +%{_texdir}/tlpkg/TeXLive/TLPSRC.pm +%{_texdir}/tlpkg/TeXLive/TLPaper.pm +%{_texdir}/tlpkg/TeXLive/TLTREE.pm +%{_texdir}/tlpkg/TeXLive/TLUtils.pm +%{_texdir}/tlpkg/TeXLive/TLWinGoo.pm +%{_texdir}/tlpkg/TeXLive/TeXCatalogue.pm +%{_texdir}/tlpkg/TeXLive/trans.pl +%{_datadir}/perl5/TeXLive +%{_mandir}/man1/tlmgr.1* +%doc %{_texdir}/texmf-dist/scripts/texlive/NEWS +%doc %{_texdir}/tlpkg/README + +%files xdvi +%{_bindir}/xdvi +%{_bindir}/xdvi-xaw +%{_mandir}/man1/xdvi.1* +%{_texdir}/texmf-dist/dvips/xdvi/ +%{_texdir}/texmf-dist/xdvi/ %files collection-fontsrecommended @@ -161304,19 +26430,9 @@ popd %{_texdir}/texmf-dist/fonts/vf/urw35vf/courier/ %{_texdir}/texmf-dist/tex/latex/courier/ -%files ec -%{_texdir}/texmf-dist/fonts/source/jknappen/ec/ -%{_texdir}/texmf-dist/fonts/tfm/jknappen/ec/ - -%files ec-doc -%{_texdir}/texmf-dist/doc/fonts/ec/ - %files euro %license lppl1.txt %{_texdir}/texmf-dist/tex/latex/euro/ - -%files euro-doc -%license lppl1.txt %{_texdir}/texmf-dist/doc/latex/euro/ %files eurosym @@ -161325,22 +26441,17 @@ popd %{_texdir}/texmf-dist/fonts/tfm/public/eurosym/ %{_texdir}/texmf-dist/fonts/type1/public/eurosym/ %{_texdir}/texmf-dist/tex/latex/eurosym/ - -%files eurosym-doc %{_texdir}/texmf-dist/doc/fonts/eurosym/ %files fpl %license gpl.txt %{_texdir}/texmf-dist/fonts/afm/public/fpl/ %{_texdir}/texmf-dist/fonts/type1/public/fpl/ - -%files fpl-doc -%license gpl.txt %{_texdir}/texmf-dist/doc/fonts/fpl/ %files helvetic %license gpl.txt -%{_texdir}/texmf-dist/dvips/helvetic/ +%{_texdir}/texmf-dist/dvips/helvetic/config.uhv %{_texdir}/texmf-dist/fonts/afm/adobe/helvetic/ %{_texdir}/texmf-dist/fonts/afm/urw/helvetic/ %{_texdir}/texmf-dist/fonts/map/dvips/helvetic/ @@ -161353,6 +26464,23 @@ popd %{_texdir}/texmf-dist/fonts/vf/urw35vf/helvetic/ %{_texdir}/texmf-dist/tex/latex/helvetic/ +%files lm +%license gfsl.txt +%{_texdir}/texmf-dist/fonts/afm/public/lm/ +%{_texdir}/texmf-dist/fonts/enc/dvips/lm/ +%{_texdir}/texmf-dist/fonts/map/dvipdfm/lm/ +%{_texdir}/texmf-dist/fonts/map/dvips/lm/ +%{_texdir}/texmf-dist/fonts/opentype/public/lm/ +%{_texdir}/texmf-dist/fonts/tfm/public/lm/ +%{_texdir}/texmf-dist/fonts/type1/public/lm/ +%{_texdir}/texmf-dist/tex/latex/lm/ +%doc %{_texdir}/texmf-dist/doc/fonts/lm/ + +%files lm-math +%license lppl1.txt +%{_texdir}/texmf-dist/fonts/opentype/public/lm-math/ +%doc %{_texdir}/texmf-dist/doc/fonts/lm-math/ + %files marvosym %license ofl.txt %{_texdir}/texmf-dist/fonts/afm/public/marvosym/ @@ -161361,10 +26489,7 @@ popd %{_texdir}/texmf-dist/fonts/truetype/public/marvosym/ %{_texdir}/texmf-dist/fonts/type1/public/marvosym/ %{_texdir}/texmf-dist/tex/latex/marvosym/ - -%files marvosym-doc -%license ofl.txt -%{_texdir}/texmf-dist/doc/fonts/marvosym/ +%doc %{_texdir}/texmf-dist/doc/fonts/marvosym/ %files mathpazo %license gpl.txt @@ -161372,10 +26497,7 @@ popd %{_texdir}/texmf-dist/fonts/tfm/public/mathpazo/ %{_texdir}/texmf-dist/fonts/type1/public/mathpazo/ %{_texdir}/texmf-dist/fonts/vf/public/mathpazo/ - -%files mathpazo-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/mathpazo/ +%doc %{_texdir}/texmf-dist/doc/latex/mathpazo/ %files ncntrsbk %license gpl.txt @@ -161411,10 +26533,7 @@ popd %{_texdir}/texmf-dist/fonts/type1/public/pxfonts/ %{_texdir}/texmf-dist/fonts/vf/public/pxfonts/ %{_texdir}/texmf-dist/tex/latex/pxfonts/ - -%files pxfonts-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/fonts/pxfonts/ +%doc %{_texdir}/texmf-dist/doc/fonts/pxfonts/ %files rsfs %{_texdir}/texmf-dist/fonts/afm/public/rsfs/ @@ -161423,8 +26542,6 @@ popd %{_texdir}/texmf-dist/fonts/tfm/public/rsfs/ %{_texdir}/texmf-dist/fonts/type1/public/rsfs/ %{_texdir}/texmf-dist/tex/plain/rsfs/ - -%files rsfs-doc %{_texdir}/texmf-dist/doc/fonts/rsfs/ %files symbol @@ -161437,7 +26554,7 @@ popd %{_texdir}/texmf-dist/fonts/tfm/monotype/symbol/ %{_texdir}/texmf-dist/fonts/tfm/urw35vf/symbol/ %{_texdir}/texmf-dist/fonts/type1/urw/symbol/ -%{_texdir}/texmf-dist/tex/latex/symbol/ +%{_texdir}/texmf-dist/tex/latex/symbol %files tex-gyre %license gfsl.txt @@ -161448,20 +26565,12 @@ popd %{_texdir}/texmf-dist/fonts/tfm/public/tex-gyre/ %{_texdir}/texmf-dist/fonts/type1/public/tex-gyre/ %{_texdir}/texmf-dist/tex/latex/tex-gyre/ - -%files tex-gyre-doc -%license gfsl.txt -%{_texdir}/texmf-dist/doc/fonts/tex-gyre/ +%doc %{_texdir}/texmf-dist/doc/fonts/tex-gyre/ %files tex-gyre-math -%license gfl.txt -%{_datadir}/fonts/tex-gyre-math -%{_datadir}/appdata/tex-gyre-math.metainfo.xml +%license lppl1.txt %{_texdir}/texmf-dist/fonts/opentype/public/tex-gyre-math/ - -%files tex-gyre-math-doc -%license gfl.txt -%{_texdir}/texmf-dist/doc/fonts/tex-gyre-math/ +%doc %{_texdir}/texmf-dist/doc/fonts/tex-gyre-math/ %files times %license gpl.txt @@ -161483,10 +26592,7 @@ popd %{_texdir}/texmf-dist/fonts/tfm/public/tipa/ %{_texdir}/texmf-dist/fonts/type1/public/tipa/ %{_texdir}/texmf-dist/tex/latex/tipa/ - -%files tipa-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/tipa/ +%doc %{_texdir}/texmf-dist/doc/fonts/tipa/ %files txfonts %license gpl.txt @@ -161497,37 +26603,26 @@ popd %{_texdir}/texmf-dist/fonts/type1/public/txfonts/ %{_texdir}/texmf-dist/fonts/vf/public/txfonts/ %{_texdir}/texmf-dist/tex/latex/txfonts/ - -%files txfonts-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/fonts/txfonts/ +%doc %{_texdir}/texmf-dist/doc/fonts/txfonts/ %files utopia %{_texdir}/texmf-dist/fonts/afm/adobe/utopia/ %{_texdir}/texmf-dist/fonts/tfm/adobe/utopia/ %{_texdir}/texmf-dist/fonts/type1/adobe/utopia/ %{_texdir}/texmf-dist/fonts/vf/adobe/utopia/ - -%files utopia-doc -%{_texdir}/texmf-dist/doc/fonts/utopia/ +%doc %{_texdir}/texmf-dist/doc/fonts/utopia/ %files wasy %license pd.txt %{_texdir}/texmf-dist/fonts/source/public/wasy/ %{_texdir}/texmf-dist/fonts/tfm/public/wasy/ %{_texdir}/texmf-dist/tex/plain/wasy/ - -%files wasy-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/fonts/wasy/ +%doc %{_texdir}/texmf-dist/doc/fonts/wasy/ %files wasysym %license lppl1.txt %{_texdir}/texmf-dist/tex/latex/wasysym/ - -%files wasysym-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/wasysym/ +%doc %{_texdir}/texmf-dist/doc/latex/wasysym/ %files zapfchan %license gpl.txt @@ -161553,2247 +26648,617 @@ popd %{_texdir}/texmf-dist/fonts/type1/urw/zapfding/ %{_texdir}/texmf-dist/tex/latex/zapfding/ -%files collection-fontutils +%files jadetex +%{_bindir}/jadetex +%{_bindir}/pdfjadetex +%{_mandir}/man1/jadetex.1* +%{_mandir}/man1/pdfjadetex.1* +%{_texdir}/texmf-dist/tex/jadetex/ +%doc %{_texdir}/texmf-dist/doc/otherformats/jadetex/ -%files dvipsconfig -%license gpl.txt -%{_texdir}/texmf-dist/dvips/dvipsconfig/ +%files latexconfig +%{_texdir}/texmf-dist/tex/latex/latexconfig/ -%files collection-formatsextra - -%files edmac -%license gpl2.txt -%{_texdir}/texmf-dist/tex/generic/edmac/ - -%files edmac-doc -%license gpl2.txt -%{_texdir}/texmf-dist/doc/latex/edmac/ - -%files psizzl +%files latex-fonts %license lppl1.txt -%{_texdir}/texmf-dist/tex/psizzl/ +%{_texdir}/texmf-dist/fonts/source/public/latex-fonts/ +%{_texdir}/texmf-dist/fonts/tfm/public/latex-fonts/ +%doc %{_texdir}/texmf-dist/doc/fonts/latex-fonts/ -%files psizzl-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/otherformats/psizzl/ - -%files startex -%license pd.txt -%{_texdir}/texmf-dist/makeindex/startex/ -%{_texdir}/texmf-dist/tex/startex/ - -%files startex-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/otherformats/startex/ - -%files collection-games - -%files crossword -%{_texdir}/texmf-dist/tex/latex/crossword/ - -%files crossword-doc -%{_texdir}/texmf-dist/doc/latex/crossword/ - -%files crosswrd -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/crosswrd/ - -%files crosswrd-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/crosswrd/ - -%files egameps -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/egameps/ - -%files egameps-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/egameps/ - -%files gamebook -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/gamebook/ - -%files gamebook-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/gamebook/ - -%files go -%license pd.txt -%{_texdir}/texmf-dist/fonts/source/public/go/ -%{_texdir}/texmf-dist/fonts/tfm/public/go/ -%{_texdir}/texmf-dist/tex/latex/go/ - -%files go-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/fonts/go/ - -%files hanoi -%license pd.txt -%{_texdir}/texmf-dist/tex/plain/hanoi/ - -%files havannah -%license lppl1.2.txt -%{_texdir}/texmf-dist/tex/latex/havannah/ - -%files havannah-doc -%license lppl1.2.txt -%{_texdir}/texmf-dist/doc/latex/havannah/ - -%files hexgame -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/hexgame/ - -%files hexgame-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/hexgame/ - -%files horoscop -%license pd.txt -%{_texdir}/texmf-dist/tex/latex/horoscop/ - -%files horoscop-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/latex/horoscop/ - -%files labyrinth -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/labyrinth/ - -%files labyrinth-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/labyrinth/ - -%files logicpuzzle -%license lppl1.3.txt -%{_texdir}/texmf-dist/scripts/logicpuzzle/ -%{_texdir}/texmf-dist/tex/latex/logicpuzzle/ - -%files logicpuzzle-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/logicpuzzle/ - -%files othello -%license gpl.txt -%{_texdir}/texmf-dist/fonts/source/public/othello/ -%{_texdir}/texmf-dist/fonts/tfm/public/othello/ -%{_texdir}/texmf-dist/tex/latex/othello/ - -%files othello-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/othello/ - -%files othelloboard -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/othelloboard/ - -%files othelloboard-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/othelloboard/ - -%files pas-crosswords -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/pas-crosswords/ - -%files pas-crosswords-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/pas-crosswords/ - -%files psgo -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/psgo/ - -%files psgo-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/psgo/ - -%files reverxii-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/plain/reverxii/ - -%files schwalbe-chess -%license lppl1.2.txt -%{_texdir}/texmf-dist/tex/latex/schwalbe-chess/ - -%files schwalbe-chess-doc -%license lppl1.2.txt -%{_texdir}/texmf-dist/doc/latex/schwalbe-chess/ - -%files sgame -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/sgame/ - -%files sgame-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/sgame/ - -%files skak -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/source/public/skak/ -%{_texdir}/texmf-dist/fonts/tfm/public/skak/ -%{_texdir}/texmf-dist/tex/latex/skak/ - -%files skak-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/skak/ - -%files sudoku -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/sudoku/ - -%files sudoku-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/sudoku/ - -%files sudokubundle -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/sudokubundle/ - -%files sudokubundle-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/sudokubundle/ - -%files xq -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/source/public/xq/ -%{_texdir}/texmf-dist/fonts/tfm/public/xq/ -%{_texdir}/texmf-dist/tex/latex/xq/ - -%files xq-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/xq/ - -%files xskak -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/xskak/ - -%files xskak-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/xskak/ - -%files c-pascal -%license pd.txt -%{_texdir}/texmf-dist/tex/generic/c-pascal/ - -%files c-pascal-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/generic/c-pascal/ - -%files colorsep -%license pd.txt -%{_texdir}/texmf-dist/dvips/colorsep/ - -%files dinat -%license pd.txt -%{_texdir}/texmf-dist/bibtex/bst/dinat/ - -%files dinat-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/bibtex/dinat/ - -%files dirtree -%license lppl1.txt -%{_texdir}/texmf-dist/tex/generic/dirtree/ - -%files dirtree-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/dirtree/ - -%files docbytex +%files passivetex %license other-free.txt -%{_texdir}/texmf-dist/tex/generic/docbytex/ +%{_texdir}/texmf-dist/tex/xmltex/passivetex/ -%files docbytex-doc -%license other-free.txt -%{_texdir}/texmf-dist/doc/generic/docbytex/ +%files tex4ht +%license lppl1.txt +%{_bindir}/ht +%{_bindir}/htcontext +%{_bindir}/htlatex +%{_bindir}/htmex +%{_bindir}/httex +%{_bindir}/httexi +%{_bindir}/htxelatex +%{_bindir}/htxetex +%{_bindir}/mk4ht +%{_bindir}/t4ht +%{_bindir}/tex4ht +%{_bindir}/xhlatex +%{_texdir}/texmf-dist/scripts/tex4ht/ +%{_texdir}/texmf-dist/tex/generic/tex4ht/ +%{_texdir}/texmf-dist/tex4ht/ +%doc %{_texdir}/texmf-dist/doc/generic/tex4ht/ -%files dowith +%files xmltex +%license lppl1.txt +%{_bindir}/pdfxmltex +%{_bindir}/xmltex +%{_texdir}/texmf-dist/tex/xmltex/ +%doc %{_texdir}/texmf-dist/doc/otherformats/xmltex/ + +%files collection-latex + +%files colortbl +%license lppl1.txt +%{_texdir}/texmf-dist/tex/latex/colortbl/ +%{_texdir}/texmf-dist/doc/latex/colortbl/ + +%files fancyhdr +%license lppl1.txt +%{_texdir}/texmf-dist/tex/latex/fancyhdr/ +%doc %{_texdir}/texmf-dist/doc/latex/fancyhdr/ + +%files fix2col +%license lppl1.txt +%{_texdir}/texmf-dist/tex/latex/fix2col/ +%doc %{_texdir}/texmf-dist/doc/latex/fix2col/ + +%files geometry +%license lppl1.txt +%{_texdir}/texmf-dist/tex/latex/geometry/ +%doc %{_texdir}/texmf-dist/doc/latex/geometry/ + +%files graphics +%license lppl1.txt +%{_texdir}/texmf-dist/tex/latex/graphics/ +%doc %{_texdir}/texmf-dist/doc/latex/graphics/ + +%files hyperref +%license lppl1.txt +%{_texdir}/texmf-dist/tex/latex/hyperref/ +%doc %{_texdir}/texmf-dist/doc/latex/hyperref/ + +%files latex %license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/dowith/ +%{_bindir}/dvilualatex +%{_bindir}/latex +%{_bindir}/lualatex +%{_bindir}/pdflatex +%{_mandir}/man1/latex.1* +%{_mandir}/man1/pdflatex.1* +%{_mandir}/man1/lualatex.1* +%{_mandir}/man1/dvilualatex.1* +%{_texdir}/texmf-dist/makeindex/latex/ +%{_texdir}/texmf-dist/tex/latex/base/ +%doc %{_texdir}/texmf-dist/doc/latex/base/ -%files dowith-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/dowith/ - -%files eijkhout +%files ltxmisc %license collection.txt -%{_texdir}/texmf-dist/tex/generic/eijkhout/ +%{_texdir}/texmf-dist/tex/latex/ltxmisc/ -%files encxvlna +%files mfnfss %license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/encxvlna/ -%{_texdir}/texmf-dist/tex/plain/encxvlna/ +%{_texdir}/texmf-dist/tex/latex/mfnfss/ +%{_texdir}/texmf-dist/doc/latex/mfnfss/ -%files encxvlna-doc +%files mptopdf %license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/encxvlna/ +%{_bindir}/mptopdf +%{_mandir}/man1/mptopdf.1* +%{_texdir}/texmf-dist/scripts/context/perl/mptopdf.pl +%{_texdir}/texmf-dist/tex/context/base/mkii/supp-mis.mkii +%{_texdir}/texmf-dist/tex/context/base/mkii/supp-mpe.mkii +%{_texdir}/texmf-dist/tex/context/base/mkii/supp-pdf.mkii +%{_texdir}/texmf-dist/tex/context/base/mkii/syst-tex.mkii +%{_texdir}/texmf-dist/tex/generic/context/mptopdf/ +%doc %{_texdir}/texmf-dist/doc/context/scripts/mkii/mptopdf.man -%files epigram -%license pd.txt -%{_texdir}/texmf-dist/tex/generic/epigram/ - -%files fenixpar +%files natbib %license lppl1.txt -%{_texdir}/texmf-dist/tex/generic/fenixpar/ +%{_texdir}/texmf-dist/bibtex/bst/natbib/ +%{_texdir}/texmf-dist/tex/latex/natbib/ +%doc %{_texdir}/texmf-dist/doc/latex/natbib/ -%files fenixpar-doc +%files oberdiek %license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/fenixpar/ +%{_texdir}/texmf-dist/bibtex/bib/oberdiek/ +%{_texdir}/texmf-dist/tex/generic/oberdiek/ +%{_texdir}/texmf-dist/tex/latex/oberdiek/ +%doc %{_texdir}/texmf-dist/doc/latex/oberdiek/ -%files fltpoint -%{_texdir}/texmf-dist/tex/generic/fltpoint/ - -%files fltpoint-doc -%{_texdir}/texmf-dist/doc/generic/fltpoint/ - -%files fntproof -%license pd.txt -%{_texdir}/texmf-dist/tex/generic/fntproof/ - -%files fntproof-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/generic/fntproof/ - -%files gates +%files pslatex %license lppl1.txt -%{_texdir}/texmf-dist/tex/generic/gates/ +%{_texdir}/texmf-dist/fonts/map/dvips/pslatex/ +%{_texdir}/texmf-dist/fonts/tfm/public/pslatex/ +%{_texdir}/texmf-dist/fonts/vf/public/pslatex/ +%{_texdir}/texmf-dist/tex/latex/pslatex/ -%files gates-doc +%files psnfss %license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/gates/ +%{_texdir}/texmf-dist/fonts/map/dvips/psnfss/ +%{_texdir}/texmf-dist/tex/latex/psnfss/ +%doc %{_texdir}/texmf-dist/doc/latex/psnfss/ -%files iftex -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/iftex/ - -%files iftex-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/iftex/ - -%files insbox -%license pd.txt -%{_texdir}/texmf-dist/tex/generic/insbox/ - -%files insbox-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/generic/insbox/ - -%files lambda-lists +%files pspicture %license lppl1.txt -%{_texdir}/texmf-dist/tex/plain/lambda-lists/ +%{_texdir}/texmf-dist/dvips/pspicture/ +%{_texdir}/texmf-dist/tex/latex/pspicture/ +%doc %{_texdir}/texmf-dist/doc/latex/pspicture/ -%files lambda-lists-doc +%files tools %license lppl1.txt -%{_texdir}/texmf-dist/doc/plain/lambda-lists/ +%{_texdir}/texmf-dist/tex/latex/tools/ +%doc %{_texdir}/texmf-dist/doc/latex/tools/ -%files langcode -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/langcode/ +%files collection-latexrecommended -%files langcode-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/langcode/ - -%files lecturer +%files crop %license lppl1.txt -%{_texdir}/texmf-dist/tex/generic/lecturer/ +%{_texdir}/texmf-dist/tex/latex/crop/ +%doc %{_texdir}/texmf-dist/doc/latex/crop/ -%files lecturer-doc +%files ctable %license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/lecturer/ +%{_texdir}/texmf-dist/tex/latex/ctable/ +%doc %{_texdir}/texmf-dist/doc/latex/ctable/ -%files librarian +%files ec +%{_texdir}/texmf-dist/fonts/source/jknappen/ec/ +%{_texdir}/texmf-dist/fonts/tfm/jknappen/ec/ +%doc %{_texdir}/texmf-dist/doc/fonts/ec/ + +%files eso-pic +%license lppl1.2.txt +%{_texdir}/texmf-dist/tex/latex/eso-pic/ +%doc %{_texdir}/texmf-dist/doc/latex/eso-pic/ + +%files euler %license lppl1.txt -%{_texdir}/texmf-dist/tex/generic/librarian/ +%{_texdir}/texmf-dist/tex/latex/euler/ +%doc %{_texdir}/texmf-dist/doc/latex/euler/ -%files librarian-doc +%files extsizes %license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/librarian/ +%{_texdir}/texmf-dist/tex/latex/extsizes/ +%doc %{_texdir}/texmf-dist/doc/latex/extsizes/ -%files mathdots -%license lppl1.txt -%{_texdir}/texmf-dist/tex/generic/mathdots/ +%files fancybox +%license lppl1.2.txt +%{_texdir}/texmf-dist/tex/latex/fancybox/ +%doc %{_texdir}/texmf-dist/doc/latex/fancybox/ -%files mathdots-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/mathdots/ - -%files metatex +%files fancyref %license gpl.txt -%{_texdir}/texmf-dist/tex/plain/metatex/ +%{_texdir}/texmf-dist/tex/latex/fancyref/ +%doc %{_texdir}/texmf-dist/doc/latex/fancyref/ -%files metatex-doc +%files fancyvrb +%license lppl1.txt +%{_texdir}/texmf-dist/tex/latex/fancyvrb/ +%doc %{_texdir}/texmf-dist/doc/latex/fancyvrb/ + +%files float +%license lppl1.txt +%{_texdir}/texmf-dist/tex/latex/float/ +%doc %{_texdir}/texmf-dist/doc/latex/float/ + +%files fontspec +%license lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/fontspec/ +%doc %{_texdir}/texmf-dist/doc/latex/fontspec/ + +%files kastrup +%{_texdir}/texmf-dist/tex/generic/kastrup/ +%doc %{_texdir}/texmf-dist/doc/generic/kastrup/ + +%files fp +%license lppl1.txt +%{_texdir}/texmf-dist/tex/latex/fp/ +%doc %{_texdir}/texmf-dist/doc/latex/fp/ + +%files index +%{_texdir}/texmf-dist/bibtex/bst/index/ +%{_texdir}/texmf-dist/makeindex/index/ +%{_texdir}/texmf-dist/tex/latex/index/ +%doc %{_texdir}/texmf-dist/doc/latex/index/ + +%files jknapltx %license gpl.txt -%{_texdir}/texmf-dist/doc/plain/metatex/ +%{_texdir}/texmf-dist/tex/latex/jknapltx/ +%doc %{_texdir}/texmf-dist/doc/latex/jknapltx/ -%files midnight -%{_texdir}/texmf-dist/tex/generic/midnight/ - -%files midnight-doc -%{_texdir}/texmf-dist/doc/generic/midnight/ - -%files navigator +%files koma-script %license lppl1.txt -%{_texdir}/texmf-dist/tex/generic/navigator/ +%{_texdir}/texmf-dist/doc/latex/koma-script/ +%{_texdir}/texmf-dist/tex/latex/koma-script/ -%files navigator-doc +%files l3kernel +%license lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/l3kernel/ +%doc %{_texdir}/texmf-dist/doc/latex/l3kernel/ + +%files l3packages +%license lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/l3packages/ +%doc %{_texdir}/texmf-dist/doc/latex/l3packages/ + +%files l3experimental +%license lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/l3experimental/ +%doc %{_texdir}/texmf-dist/doc/latex/l3experimental/ + +%files listings %license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/navigator/ +%{_texdir}/texmf-dist/tex/latex/listings/ +%doc %{_texdir}/texmf-dist/doc/latex/listings/ -%files ofs -%license knuth.txt -%{_texdir}/texmf-dist/tex/generic/ofs/ +%files mdwtools +%license gpl.txt +%{_texdir}/texmf-dist/tex/latex/mdwtools/ +%doc %{_texdir}/texmf-dist/doc/latex/mdwtools/ -%files ofs-doc -%license knuth.txt -%{_texdir}/texmf-dist/doc/generic/ofs/ +%files memoir +%license lppl1.txt +%{_texdir}/texmf-dist/makeindex/memoir/ +%{_texdir}/texmf-dist/tex/latex/memoir/ +%doc %{_texdir}/texmf-dist/doc/latex/memoir/ -%files pdf-trans +%files metalogo +%license lppl1.txt +%{_texdir}/texmf-dist/tex/latex/metalogo/ +%doc %{_texdir}/texmf-dist/doc/latex/metalogo/ + +%files microtype +%license lppl1.txt +%{_texdir}/texmf-dist/tex/latex/microtype/ +%doc %{_texdir}/texmf-dist/doc/latex/microtype/ + +%files ms +%license lppl1.txt +%{_texdir}/texmf-dist/tex/latex/ms/ +%doc %{_texdir}/texmf-dist/doc/latex/ms/ + +%files ntgclass +%license lppl1.txt +%{_texdir}/texmf-dist/tex/latex/ntgclass/ +%doc %{_texdir}/texmf-dist/doc/latex/ntgclass/ + +%files parskip +%license lppl1.txt +%{_texdir}/texmf-dist/tex/latex/parskip/ +%doc %{_texdir}/texmf-dist/doc/latex/parskip/ + +%files pdfpages +%license lppl1.txt +%{_texdir}/texmf-dist/tex/latex/pdfpages/ +%doc %{_texdir}/texmf-dist/doc/latex/pdfpages/ + +%files powerdot +%license lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/powerdot/ +%doc %{_texdir}/texmf-dist/doc/latex/powerdot/ + +%files psfrag +%{_texdir}/texmf-dist/dvips/psfrag/ +%{_texdir}/texmf-dist/tex/latex/psfrag/ +%doc %{_texdir}/texmf-dist/doc/latex/psfrag/ + +%files rcs +%license gpl.txt +%{_texdir}/texmf-dist/tex/latex/rcs/ +%doc %{_texdir}/texmf-dist/doc/latex/rcs/ + +%files sansmath %license pd.txt -%{_texdir}/texmf-dist/tex/generic/pdf-trans/ +%{_texdir}/texmf-dist/tex/latex/sansmath/ +%doc %{_texdir}/texmf-dist/doc/latex/sansmath/ -%files pdf-trans-doc +%files section +%license lppl1.txt +%{_texdir}/texmf-dist/tex/latex/section/ +%doc %{_texdir}/texmf-dist/doc/latex/section/ + +%files seminar +%license lppl1.2.txt +%{_texdir}/texmf-dist/tex/latex/seminar/ +%doc %{_texdir}/texmf-dist/doc/latex/seminar/ + +%files sepnum +%license lppl1.txt +%{_texdir}/texmf-dist/tex/latex/sepnum/ +%doc %{_texdir}/texmf-dist/doc/latex/sepnum/ + +%files setspace +%{_texdir}/texmf-dist/tex/latex/setspace/ +%doc %{_texdir}/texmf-dist/doc/latex/setspace/ + +%files subfig +%license lppl1.txt +%{_texdir}/texmf-dist/tex/latex/subfig/ +%doc %{_texdir}/texmf-dist/doc/latex/subfig/ + +%files textcase +%license lppl1.txt +%{_texdir}/texmf-dist/tex/latex/textcase/ +%doc %{_texdir}/texmf-dist/doc/latex/textcase/ + +%files thumbpdf +%license lppl1.txt +%{_bindir}/thumbpdf +%{_mandir}/man1/thumbpdf.1* +%{_texdir}/texmf-dist/scripts/thumbpdf/ +%{_texdir}/texmf-dist/tex/generic/thumbpdf/ +%doc %{_texdir}/texmf-dist/doc/generic/thumbpdf/ + +%files typehtml +%license lppl1.txt +%{_texdir}/texmf-dist/tex/latex/typehtml/ +%doc %{_texdir}/texmf-dist/doc/latex/typehtml/ + +%files underscore +%license lppl1.txt +%{_texdir}/texmf-dist/tex/latex/underscore/ +%doc %{_texdir}/texmf-dist/doc/latex/underscore/ + +%files url +%license lppl1.txt +%{_texdir}/texmf-dist/tex/latex/url/ +%doc %{_texdir}/texmf-dist/doc/latex/url/ + +%files collection-xetex + +%files euenc +%license lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/euenc/ +%doc %{_texdir}/texmf-dist/doc/latex/euenc/ + +%files fixlatvian +%license lppl1.3.txt +%{_texdir}/texmf-dist/makeindex/fixlatvian/ +%{_texdir}/texmf-dist/tex/xelatex/fixlatvian/ +%doc %{_texdir}/texmf-dist/doc/xelatex/fixlatvian/ + +%files fontbook +%license lppl1.3.txt +%{_texdir}/texmf-dist/tex/xelatex/fontbook/ +%doc %{_texdir}/texmf-dist/doc/xelatex/fontbook/ + +%files fontwrap +%license gpl.txt +%{_texdir}/texmf-dist/tex/xelatex/fontwrap/ +%doc %{_texdir}/texmf-dist/doc/xelatex/fontwrap/ + +%files mathspec +%license lppl1.txt +%{_texdir}/texmf-dist/tex/xelatex/mathspec/ +%doc %{_texdir}/texmf-dist/doc/xelatex/mathspec/ + +%files philokalia +%{_texdir}/texmf-dist/fonts/opentype/public/philokalia/ +%{_texdir}/texmf-dist/tex/xelatex/philokalia/ +%doc %{_texdir}/texmf-dist/doc/xelatex/philokalia/ + +%files polyglossia +%license lppl1.3.txt +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/polyglossia/ +%{_texdir}/texmf-dist/tex/latex/polyglossia/ +%doc %{_texdir}/texmf-dist/doc/latex/polyglossia/ + +%files ptext +%license lppl1.2.txt +%{_texdir}/texmf-dist/tex/xelatex/ptext/ +%doc %{_texdir}/texmf-dist/doc/xelatex/ptext/ + +%files realscripts +%license lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/realscripts/ +%doc %{_texdir}/texmf-dist/doc/latex/realscripts/ + +%files ucharclasses %license pd.txt -%{_texdir}/texmf-dist/doc/generic/pdf-trans/ +%{_texdir}/texmf-dist/tex/xelatex/ucharclasses/ +%doc %{_texdir}/texmf-dist/doc/xelatex/ucharclasses/ -%files plainpkg +%files unisugar %license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/plainpkg/ +%{_texdir}/texmf-dist/tex/xelatex/unisugar/ +%doc %{_texdir}/texmf-dist/doc/xelatex/unisugar/ -%files plainpkg-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/plainpkg/ - -%files schemata -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/schemata/ - -%files schemata-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/schemata/ - -%files shade +%files xecjk %license lppl1.txt -%{_texdir}/texmf-dist/fonts/source/public/shade/ -%{_texdir}/texmf-dist/tex/generic/shade/ +%{_texdir}/texmf-dist/tex/xelatex/xecjk/ +%doc %{_texdir}/texmf-dist/doc/xelatex/xecjk/ -%files shade-doc +%files xecolor +%license lppl1.3.txt +%{_texdir}/texmf-dist/tex/xelatex/xecolor/ +%doc %{_texdir}/texmf-dist/doc/xelatex/xecolor/ + +%files xecyr %license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/shade/ +%{_texdir}/texmf-dist/tex/xelatex/xecyr/ +%doc %{_texdir}/texmf-dist/doc/xelatex/xecyr/ -%files systeme +%files xeindex +%license lppl1.txt +%{_texdir}/texmf-dist/tex/xelatex/xeindex/ +%doc %{_texdir}/texmf-dist/doc/xelatex/xeindex/ + +%files xepersian %license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/systeme/ +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/xepersian/ +%{_texdir}/texmf-dist/tex/xelatex/xepersian/ +%doc %{_texdir}/texmf-dist/doc/xelatex/xepersian/ -%files systeme-doc +%files xesearch +%license lppl1.txt +%{_texdir}/texmf-dist/tex/xetex/xesearch/t-xesearch.tex +%{_texdir}/texmf-dist/tex/xetex/xesearch/xesearch.sty +%doc %{_texdir}/texmf-dist/doc/xetex/xesearch/ + +%files xetex +%license other-free.txt +%{_bindir}/xdvipdfmx +%{_bindir}/xelatex +%{_bindir}/xelatex-dev +%{_bindir}/xetex +%{_mandir}/man1/xelatex.1* +%{_mandir}/man1/xelatex-dev.1* +%{_mandir}/man1/xetex.1* +%{_texdir}/tlpkg/tlpostcode/xetex.pl +%{_texdir}/texmf-dist/fonts/misc/xetex/ +%doc %{_texdir}/texmf-dist/doc/xetex/ + +%files xetexconfig +%{_texdir}/texmf-dist/tex/xelatex/xetexconfig/ + +%files xetex-itrans %license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/systeme/ +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/xetex-itrans/ +%doc %{_texdir}/texmf-dist/doc/xelatex/xetex-itrans/ -%files tabto-generic +%files xetex-pstricks %license pd.txt -%{_texdir}/texmf-dist/tex/generic/tabto-generic/ +%{_texdir}/texmf-dist/tex/xelatex/xetex-pstricks/ +%{_texdir}/texmf-dist/tex/xetex/xetex-pstricks/ +%doc %{_texdir}/texmf-dist/doc/xetex/xetex-pstricks/ -%files termmenu +%files xetex-tibetan +%license lppl1.txt +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/xetex-tibetan/ +%doc %{_texdir}/texmf-dist/doc/xetex/xetex-tibetan/ + +%files xetexfontinfo +%license apache2.txt +%{_texdir}/texmf-dist/tex/xetex/xetexfontinfo/ +%doc %{_texdir}/texmf-dist/doc/xetex/xetexfontinfo/ + +%files xltxtra +%license lppl1.txt +%{_texdir}/texmf-dist/tex/xelatex/xltxtra/ +%{_texdir}/texmf-dist/doc/xelatex/xltxtra/ + +%files xunicode %license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/termmenu/ +%{_texdir}/texmf-dist/tex/xelatex/xunicode/ +%doc %{_texdir}/texmf-dist/doc/xelatex/xunicode/ -%files termmenu-doc +%files csquotes +%license lppl1.txt +%{_texdir}/texmf-dist/tex/latex/csquotes/ +%doc %{_texdir}/texmf-dist/doc/latex/csquotes/ + +%files currfile %license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/termmenu/ +%{_texdir}/texmf-dist/tex/latex/currfile/ +%doc %{_texdir}/texmf-dist/doc/latex/currfile/ -%files tracklang +%files datetime %license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/tracklang/ -%{_texdir}/texmf-dist/tex/latex/tracklang/ +%{_texdir}/texmf-dist/tex/latex/datetime/ +%doc %{_texdir}/texmf-dist/doc/latex/datetime/ -%files tracklang-doc +%files fmtcount %license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/tracklang/ +%{_texdir}/texmf-dist/scripts/fmtcount/ +%{_texdir}/texmf-dist/tex/latex/fmtcount/ +%doc %{_texdir}/texmf-dist/doc/latex/fmtcount/ -%files texapi -%license lppl1.txt -%{_texdir}/texmf-dist/tex/generic/texapi/ +%files dvipng +%license lgpl2.1.txt +%{_bindir}/dvigif +%{_bindir}/dvipng +%{_mandir}/man1/dvigif.1* +%{_mandir}/man1/dvipng.1* +%{_infodir}/dvipng.info* +%doc %{_texdir}/texmf-dist/doc/dvipng/ -%files texapi-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/texapi/ +%files eepic +%license pd.txt +%{_texdir}/texmf-dist/tex/latex/eepic/ +%doc %{_texdir}/texmf-dist/doc/latex/eepic/ -%files upca +%files enumitem %license lppl1.txt -%{_texdir}/texmf-dist/tex/generic/upca/ - -%files upca-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/upca/ - -%files xlop -%license lppl1.txt -%{_texdir}/texmf-dist/tex/generic/xlop/ - -%files xlop-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/xlop/ - -%files yax -%license lppl1.txt -%{_texdir}/texmf-dist/tex/generic/yax/ - -%files yax-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/yax/ +%{_texdir}/texmf-dist/tex/latex/enumitem/ +%doc %{_texdir}/texmf-dist/doc/latex/enumitem/ %files epsf %license pd.txt %{_texdir}/texmf-dist/tex/generic/epsf/ +%doc %{_texdir}/texmf-dist/doc/generic/epsf/ -%files epsf-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/generic/epsf/ +%files epstopdf +%{_bindir}/epstopdf +%{_bindir}/repstopdf +%{_mandir}/man1/epstopdf.1* +%{_mandir}/man1/repstopdf.1* +%{_texdir}/texmf-dist/scripts/epstopdf/ +%doc %{_texdir}/texmf-dist/doc/support/epstopdf/ -%files fontname -%license gpl.txt -%{_infodir}/fontname.info* -%{_texdir}/texmf-dist/fonts/map/fontname/ - -%files fontname-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/fonts/fontname/ - -%files kastrup -%license other-free.txt -%{_texdir}/texmf-dist/tex/generic/kastrup/ - -%files kastrup-doc -%license other-free.txt -%{_texdir}/texmf-dist/doc/generic/kastrup/ - -%files multido -%license lppl1.txt -%{_texdir}/texmf-dist/tex/generic/multido/ -%{_texdir}/texmf-dist/tex/latex/multido/ - -%files multido-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/multido/ - -%files path -%{_texdir}/texmf-dist/tex/generic/path/ - -%files path-doc -%{_texdir}/texmf-dist/doc/generic/path/ - -%files tex-ps -%license pd.txt -%{_texdir}/texmf-dist/dvips/tex-ps/ -%{_texdir}/texmf-dist/tex/generic/tex-ps/ - -%files tex-ps-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/generic/tex-ps/ - -%files ulem -%{_texdir}/texmf-dist/tex/generic/ulem/ - -%files ulem-doc -%{_texdir}/texmf-dist/doc/generic/ulem/ - -%files passivetex -%{_texdir}/texmf-dist/tex/xmltex/passivetex/ - -%files xmltexconfig -%{_texdir}/texmf-dist/tex/xmltex/xmltexconfig/ - -%files collection-humanities - -%files covington -%license pd.txt -%{_texdir}/texmf-dist/tex/latex/covington/ - -%files covington-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/latex/covington/ - -%files dramatist -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/dramatist/ - -%files dramatist-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/dramatist/ - -%files dvgloss -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/dvgloss/ - -%files dvgloss-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/dvgloss/ - -%files ecltree -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/ecltree/ - -%files ecltree-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/ecltree/ - -%files edfnotes -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/edfnotes/ - -%files edfnotes-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/edfnotes/ - -%files ednotes -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/ednotes/ - -%files ednotes-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/ednotes/ - -%files ncctools -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/ncctools/ - -%files ncctools-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/ncctools/ - -%files eledform -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/eledform/ - -%files eledform-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/eledform/ - -%files eledmac -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/eledmac/ - -%files eledmac-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/eledmac/ - -%files expex -%license lppl1.txt -%{_texdir}/texmf-dist/tex/generic/expex/ - -%files expex-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/expex/ - -%files gb4e -%license lppl1.2.txt -%{_texdir}/texmf-dist/tex/latex/gb4e/ - -%files gb4e-doc -%license lppl1.2.txt -%{_texdir}/texmf-dist/doc/latex/gb4e/ - -%files gmverse -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/gmverse/ - -%files gmverse-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/gmverse/ - -%files jura -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/jura/ - -%files jura-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/jura/ - -%files juraabbrev -%license gpl.txt -%{_texdir}/texmf-dist/makeindex/juraabbrev/ -%{_texdir}/texmf-dist/tex/latex/juraabbrev/ - -%files juraabbrev-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/juraabbrev/ - -%files juramisc -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/juramisc/ - -%files juramisc-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/juramisc/ - -%files jurarsp -%license gpl.txt -%{_texdir}/texmf-dist/bibtex/bst/jurarsp/ -%{_texdir}/texmf-dist/tex/latex/jurarsp/ - -%files jurarsp-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/jurarsp/ - -%files ledmac -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/ledmac/ - -%files ledmac-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/ledmac/ - -%files leipzig -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/leipzig/ -%{_texdir}/texmf-dist/makeindex/leipzig/ - -%files leipzig-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/leipzig/ - -%files lexikon -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/lexikon/ - -%files lexikon-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/lexikon/ - -%files lexref -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/lexref/ - -%files lexref-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/lexref/ - -%files linguex -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/linguex/ - -%files linguex-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/linguex/ - -%files liturg -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/liturg/ - -%files liturg-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/liturg/ - -%files metrix -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/metrix/ - -%files metrix-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/metrix/ - -%files parallel -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/parallel/ - -%files parallel-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/parallel/ - -%files parrun -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/parrun/ - -%files parrun-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/parrun/ - -%files phonrule -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/phonrule/ - -%files phonrule-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/phonrule/ - -%files plari -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/plari/ - -%files plari-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/plari/ - -%files play -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/play/ - -%files play-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/play/ - -%files poemscol -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/poemscol/ - -%files poemscol-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/poemscol/ - -%files poetrytex -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/poetrytex/ - -%files poetrytex-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/poetrytex/ - -%files qobitree -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/qobitree/ - -%files qobitree-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/qobitree/ - -%files qtree -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/qtree/ - -%files qtree-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/qtree/ - -%files reledmac -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/reledmac/ - -%files reledmac-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/reledmac/ - -%files rrgtrees -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/rrgtrees/ - -%files rrgtrees-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/rrgtrees/ - -%files rtklage -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/rtklage/ - -%files rtklage-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/rtklage/ - -%files screenplay -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/screenplay/ - -%files screenplay-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/screenplay/ - -%files screenplay-pkg -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/screenplay-pkg/ - -%files screenplay-pkg-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/screenplay-pkg/ - -%files sides -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/sides/ - -%files sides-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/sides/ - -%files stage -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/stage/ - -%files stage-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/stage/ - -%files textglos -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/textglos/ - -%files textglos-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/textglos/ - -%files thalie -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/thalie/ - -%files thalie-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/thalie/ - -%files tree-dvips -%license lppl1.txt -%{_texdir}/texmf-dist/dvips/tree-dvips/ -%{_texdir}/texmf-dist/tex/latex/tree-dvips/ - -%files tree-dvips-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/tree-dvips/ - -%files verse -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/verse/ - -%files verse-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/verse/ - -%files xyling -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/xyling/ - -%files xyling-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/xyling/ - -%files ethiop -%license gpl.txt -%{_texdir}/texmf-dist/fonts/ofm/public/ethiop/ -%{_texdir}/texmf-dist/fonts/ovf/public/ethiop/ -%{_texdir}/texmf-dist/fonts/ovp/public/ethiop/ -%{_texdir}/texmf-dist/fonts/source/public/ethiop/ -%{_texdir}/texmf-dist/fonts/tfm/public/ethiop/ -%{_texdir}/texmf-dist/omega/ocp/ethiop/ -%{_texdir}/texmf-dist/omega/otp/ethiop/ -%{_texdir}/texmf-dist/tex/latex/ethiop/ - -%files ethiop-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/ethiop/ - -%files ethiop-t1 -%license gpl.txt -%{_texdir}/texmf-dist/fonts/map/dvips/ethiop-t1/ -%{_texdir}/texmf-dist/fonts/type1/public/ethiop-t1/ - -%files ethiop-t1-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/ethiop-t1/ - -%files fc -%license gpl2.txt -%{_texdir}/texmf-dist/fonts/source/jknappen/fc/ -%{_texdir}/texmf-dist/fonts/tfm/jknappen/fc/ -%{_texdir}/texmf-dist/tex/latex/fc/ - -%files fc-doc -%license gpl2.txt -%{_texdir}/texmf-dist/doc/fonts/fc/ - -%files hyphen-ethiopic -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-mul-ethi.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-mul-ethi.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-mul-ethi.pat.txt - -%files collection-langarabic - -%files dad -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/afm/public/dad/ -%{_texdir}/texmf-dist/fonts/map/dvips/dad/ -%{_texdir}/texmf-dist/fonts/ofm/public/dad/ -%{_texdir}/texmf-dist/fonts/ovf/public/dad/ -%{_texdir}/texmf-dist/fonts/tfm/public/dad/ -%{_texdir}/texmf-dist/fonts/type1/public/dad/ -%{_texdir}/texmf-dist/tex/lualatex/dad/ - -%files dad-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/dad/ - -%files ghab -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/source/public/ghab/ -%{_texdir}/texmf-dist/tex/latex/ghab/ - -%files ghab-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/ghab/ - -%files hyphen-arabic -# This is now a metapackage of sorts. - -%files hyphen-farsi -# This is also a metapackage of sorts. - -%files imsproc -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/xelatex/imsproc/ - -%files imsproc-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/xelatex/imsproc/ - -%files lshort-persian-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/latex/lshort-persian/ - -%files persian-bib -%license lppl1.3.txt -%{_texdir}/texmf-dist/bibtex/bst/persian-bib/ -%{_texdir}/texmf-dist/bibtex/csf/persian-bib/ - -%files persian-bib-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/xelatex/persian-bib/ - -%files simurgh -%license gpl2.txt -%{_texdir}/texmf-dist/tex/lualatex/simurgh/ - -%files simurgh-doc -%license gpl2.txt -%{_texdir}/texmf-dist/doc/lualatex/simurgh/ - -%files tram -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/source/public/tram/ -%{_texdir}/texmf-dist/tex/latex/tram/ - -%files tram-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/tram/ - -%files collection-langchinese - -%files collection-langcjk - -%files dnp -%{_texdir}/texmf-dist/fonts/sfd/dnp/ - -%files xcjk2uni -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/xcjk2uni/ - -%files xcjk2uni-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/xcjk2uni/ - -%files zxjafont -%license other-free.txt -%{_texdir}/texmf-dist/tex/latex/zxjafont/ - -%files zxjafont-doc -%license other-free.txt -%{_texdir}/texmf-dist/doc/latex/zxjafont/ - -%files ctex -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/ctex/ -%{_texdir}/texmf-dist/tex/latex/ctex/ - -%files ctex-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/ctex/ - -%files ctex-faq-doc -%license fdl.txt -%{_texdir}/texmf-dist/doc/latex/ctex-faq/ - -%files fandol -%license gpl.txt -%{_datadir}/fonts/fandol -%{_datadir}/appdata/fandol.metainfo.xml -%{_texdir}/texmf-dist/fonts/opentype/public/fandol/ - -%files fandol-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/fonts/fandol/ - -%files hyphen-chinese -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-zh-latn-pinyin.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-zh-latn-pinyin.ec.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-zh-latn-pinyin.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-zh-latn-pinyin.pat.txt - -%files impatient-cn-doc -%{_texdir}/texmf-dist/doc/plain/impatient-cn/ - -%files latex-notes-zh-cn-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/latex-notes-zh-cn/ - -%files lshort-chinese-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/lshort-chinese/ - -%files texlive-zh-cn-doc -%{_texdir}/texmf-dist/doc/texlive/texlive-zh-cn/ - -%files xpinyin -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/xpinyin/ - -%files xpinyin-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/xpinyin/ - -%files zhmetrics -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/tfm/zhmetrics/ -%{_texdir}/texmf-dist/tex/generic/zhmetrics/ -%{_texdir}/texmf-dist/tex/latex/zhmetrics/ - -%files zhmetrics-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/zhmetrics/ - -%files zhnumber -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/zhnumber/ - -%files zhnumber-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/zhnumber/ - -%files zhspacing -%license lppl1.txt -%{_texdir}/texmf-dist/tex/context/third/zhspacing/ -%{_texdir}/texmf-dist/tex/generic/zhspacing/ -%{_texdir}/texmf-dist/tex/xelatex/zhspacing/ - -%files zhspacing-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/zhspacing/ - -%files collection-langcyrillic - -%files cyrplain -%{_texdir}/texmf-dist/tex/plain/cyrplain/ - -%files disser -%license lppl1.3.txt -%{_texdir}/texmf-dist/makeindex/disser/ -%{_texdir}/texmf-dist/tex/latex/disser/ - -%files disser-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/disser/ - -%files eskd -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/eskd/ - -%files eskd-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/eskd/ - -%files eskdx -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/eskdx/ - -%files eskdx-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/eskdx/ - -%files gost -%license lppl1.txt -%{_texdir}/texmf-dist/bibtex/bst/gost/ -%{_texdir}/texmf-dist/bibtex/csf/gost - -%files gost-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/bibtex/gost/ - -%files hyphen-bulgarian -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-bg.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-bg.t2a.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-bg.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-bg.pat.txt - -%files hyphen-mongolian -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-mn-cyrl-x-lmc.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-mn-cyrl.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-mn-cyrl-x-lmc.lmc.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-mn-cyrl.t2a.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-mn-cyrl-x-lmc.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-mn-cyrl.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-mn-cyrl.pat.txt - -%files hyphen-russian -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ru.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-ru.t2a.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-ru.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ru.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ru.pat.txt - -%files ruhyphen -%license lppl1.txt -%{_texdir}/texmf-dist/tex/generic/ruhyphen/ - -%files hyphen-serbian -%license gpl.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-sr-cyrl.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-sr-latn.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-sh-cyrl.t2a.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-sh-latn.ec.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-sh-cyrl.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-sh-latn.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-sr-cyrl.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sh-cyrl.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sh-cyrl.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sh-latn.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sh-latn.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sr-cyrl.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sr-cyrl.pat.txt - -%files hyphen-ukrainian -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-uk.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-uk.t2a.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/quote/hyph-quote-uk.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-uk.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-uk.pat.txt - -%files ukrhyph -%license lppl1.txt -%{_texdir}/texmf-dist/tex/generic/ukrhyph/ - -%files ukrhyph-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/ukrhyph/ - -%files lcyw -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/lcyw/ - -%files lcyw-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/lcyw/ - -%files lh -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/source/lh/ -%{_texdir}/texmf-dist/tex/latex/lh/ -%{_texdir}/texmf-dist/tex/plain/lh/ - -%files lh-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/lh/ - -%files lhcyr -%{_texdir}/texmf-dist/tex/latex/lhcyr/ - -%files lshort-bulgarian-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/latex/lshort-bulgarian/ - -%files lshort-mongol-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/lshort-mongol/ - -%files lshort-russian-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/lshort-russian/ - -%files lshort-ukr-doc -%{_texdir}/texmf-dist/doc/latex/lshort-ukr/ - -%files mongolian-babel -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/mongolian-babel/ - -%files mongolian-babel-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/mongolian-babel/ - -%files montex -%license gpl.txt -%{_texdir}/texmf-dist/fonts/map/dvips/montex/ -%{_texdir}/texmf-dist/fonts/source/public/montex/ -%{_texdir}/texmf-dist/fonts/tfm/public/montex/ -%{_texdir}/texmf-dist/fonts/type1/public/montex/ -%{_texdir}/texmf-dist/tex/latex/montex/ - -%files montex-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/montex/ - -%files mpman-ru-doc -%{_texdir}/texmf-dist/doc/metapost/mpman-ru/ - -%files pst-eucl-translation-bg-doc -%{_texdir}/texmf-dist/doc/latex/pst-eucl-translation-bg/ - -%files serbian-apostrophe -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/serbian-apostrophe/ - -%files serbian-apostrophe-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/serbian-apostrophe/ - -%files serbian-date-lat -%license gpl2.txt -%{_texdir}/texmf-dist/tex/latex/serbian-date-lat/ - -%files serbian-date-lat-doc -%license gpl2.txt -%{_texdir}/texmf-dist/doc/latex/serbian-date-lat/ - -%files serbian-def-cyr -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/serbian-def-cyr/ - -%files serbian-def-cyr-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/serbian-def-cyr/ - -%files serbian-lig -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/serbian-lig/ - -%files serbian-lig-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/serbian-lig/ - -%files t2 -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/enc/t2/ -%{_texdir}/texmf-dist/tex/generic/t2/ -%{_texdir}/texmf-dist/tex/latex/t2/ - -%files t2-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/t2/ - -%files texlive-ru-doc -%{_texdir}/texmf-dist/doc/texlive/texlive-ru/ - -%files texlive-sr-doc -%{_texdir}/texmf-dist/doc/texlive/texlive-sr/ - -%files collection-langczechslovak - -%files cs -%license gpl.txt -%{_texdir}/texmf-dist/fonts/enc/dvips/cs/ -%{_texdir}/texmf-dist/fonts/map/dvips/cs/ -%{_texdir}/texmf-dist/fonts/source/public/cs/ -%{_texdir}/texmf-dist/fonts/tfm/cs/ -%{_texdir}/texmf-dist/fonts/tfm/public/cs/ -%{_texdir}/texmf-dist/fonts/type1/public/cs/ -%{_texdir}/texmf-dist/fonts/vf/cs/ - -%files csbulletin -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/csbulletin/ - -%files csbulletin-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/csbulletin/ - -%files cstex-doc -%license other-free.txt -%{_texdir}/texmf-dist/doc/cstex/ - -%files hyphen-czech -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-cs.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-cs.ec.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-cs.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-cs.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-cs.pat.txt - -%files hyphen-slovak -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-sk.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-sk.ec.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-sk.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sk.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sk.pat.txt - -%files lshort-czech-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/lshort-czech/ - -%files lshort-slovak-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/lshort-slovak/ - -%files texlive-cz-doc -%{_texdir}/texmf-dist/doc/texlive/texlive-cz/ - -%files collection-langenglish - -%files hyphen-english -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-en-gb.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-en-us.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-en-gb.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-en-us.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-en-gb.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-en-gb.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-en-us.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-en-us.pat.txt - -%files MemoirChapStyles-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/MemoirChapStyles/ - -%files Type1fonts-doc -%license fdl.txt -%{_texdir}/texmf-dist/doc/fonts/Type1fonts/ - -%files components-of-TeX-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/generic/components-of-TeX/ - -%files comprehensive-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/comprehensive/ - -%files dickimaw-doc -%license fdl.txt -%{_texdir}/texmf-dist/doc/latex/dickimaw/ - -%files dtxtut-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/dtxtut/ - -%files first-latex-doc-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/latex/first-latex-doc/ - -%files gentle-doc -%{_texdir}/texmf-dist/doc/plain/gentle/ - -%files guide-to-latex-doc -%{_texdir}/texmf-dist/doc/latex/guide-to-latex/ - -%files happy4th-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/plain/happy4th/ - -%files impatient-doc -%license fdl.txt -%{_texdir}/texmf-dist/doc/plain/impatient/ - -%files intro-scientific-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/intro-scientific/ - -%files knuth-doc -%license knuth.txt -%{_texdir}/texmf-dist/doc/generic/knuth/ - -%files l2tabu-english-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/l2tabu-english/ - -%files latex-brochure-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/latex-brochure/ - -%files latex-course-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/latex-course/ - -%files latex-doc-ptr-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/latex/latex-doc-ptr/ - -%files latex-graphics-companion-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/latex-graphics-companion/ - -%files latex-veryshortguide-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/latex-veryshortguide/ - -%files latex-web-companion-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/latex-web-companion/ - -%files latex2e-help-texinfo -%{_infodir}/latex2e.info* - -%files latex2e-help-texinfo-doc -%{_texdir}/texmf-dist/doc/latex/latex2e-help-texinfo/ - -%files latex4wp-doc -%license fdl.txt -%{_texdir}/texmf-dist/doc/latex/latex4wp/ - -%files latexcheat-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/latexcheat/ - -%files latexcourse-rug-doc -%license other-free.txt -%{_texdir}/texmf-dist/doc/latex/latexcourse-rug/ - -%files latexfileinfo-pkgs -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/latexfileinfo-pkgs/ - -%files latexfileinfo-pkgs-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/latexfileinfo-pkgs/ - -%files lshort-english-doc -%license gpl2.txt -%{_texdir}/texmf-dist/doc/latex/lshort-english/ - -%files macros2e-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/macros2e/ - -%files math-e-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/math-e/ - -%files maths-symbols-doc -%license lppl1.2.txt -%{_texdir}/texmf-dist/doc/latex/maths-symbols/ - -%files memdesign-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/fonts/memdesign/ - -%files metafont-beginners-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/fonts/metafont-beginners/ - -%files metapost-examples-doc -%{_texdir}/texmf-dist/doc/metapost/metapost-examples/ - -%files patgen2-tutorial-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/support/patgen2-tutorial/ - -%files pictexsum-doc -%license other-free.txt -%{_texdir}/texmf-dist/doc/latex/pictexsum/ - -%files plain-doc-doc -%{_texdir}/texmf-dist/doc/plain/plain-doc/ - -%files presentations-en-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/presentations-en/ - -%files simplified-latex-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/simplified-latex/ - -%files svg-inkscape-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/svg-inkscape/ - -%files tabulars-e-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/tabulars-e/ - -%files tamethebeast-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/bibtex/tamethebeast/ - -%files tds-doc -%{_texdir}/texmf-dist/doc/generic/tds/ - -%files tex-font-errors-cheatsheet-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/tex-font-errors-cheatsheet/ - -%files tex-overview-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/tex-overview/ - -%files tex-refs-doc -%{_texdir}/texmf-dist/doc/generic/tex-refs/ - -%files texbytopic-doc -%license fdl.txt -%{_texdir}/texmf-dist/doc/plain/texbytopic/ - -%files titlepages-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/titlepages/ - -%files tlc2-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/tlc2/ - -%files visualfaq-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/visualfaq/ - -%files webguide-doc -%{_texdir}/texmf-dist/doc/latex/webguide/ - -%files xetexref-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/xetex/xetexref/ - -%files collection-langeuropean - -%files finbib -%{_texdir}/texmf-dist/bibtex/bst/finbib/ - -%files hrlatex -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/hrlatex/ - -%files hrlatex-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/hrlatex/ - -%files hyphen-armenian -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-hy.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-hy.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-hy.pat.txt - -%files hyphen-croatian -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-hr.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-hr.ec.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-hr.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-hr.pat.txt - -%files hyphen-danish -%license lppl1.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-da.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-da.ec.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-da.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-da.pat.txt - -%files hyphen-dutch -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-nl.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-nl.ec.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-nl.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-nl.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-nl.pat.txt - -%files hyphen-estonian -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-et.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-et.ec.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-et.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-et.pat.txt - -%files hyphen-finnish -%license pd.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-fi.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-fi.ec.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-fi.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-fi.pat.txt - -%files hyphen-friulan -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-fur.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-fur.ec.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/quote/hyph-quote-fur.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-fur.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-fur.pat.txt - -%files hyphen-hungarian -%license gpl.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-hu.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-hu.ec.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-hu.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-hu.pat.txt - -%files hyphen-hungarian-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/generic/huhyphen/ - -%files hyphen-icelandic -%license lppl1.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-is.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-is.ec.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-is.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-is.pat.txt - -%files hyphen-irish -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ga.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-ga.ec.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-ga.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ga.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ga.pat.txt - -%files hyphen-kurmanji -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-kmr.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-kmr.ec.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-kmr.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-kmr.pat.txt - -%files hyphen-latin -%license lppl1.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-la-x-classic.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-la-x-liturgic.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-la.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-la-x-liturgic.ec.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-la.ec.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex-8bit/hyph-la-x-classic.ec.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-la-x-classic.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-la-x-liturgic.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-la.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-la-x-classic.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-la-x-liturgic.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-la.pat.txt - -%files hyphen-latvian -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-lv.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-lv.l7x.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-lv.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-lv.pat.txt - -%files hyphen-lithuanian -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-lt.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-lt.l7x.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-lt.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-lt.pat.txt - -%files hyphen-norwegian -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-nb.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-nn.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-nb.ec.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-nn.ec.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-nb.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-nn.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-no.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-nb.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-nb.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-nn.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-nn.pat.txt - -%files hyphen-piedmontese -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-pms.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/quote/hyph-quote-pms.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-pms.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-pms.pat.txt - -%files hyphen-romanian -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ro.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-ro.ec.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-ro.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ro.pat.txt - -%files hyphen-romansh -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-rm.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/quote/hyph-quote-rm.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-rm.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-rm.pat.txt - -%files hyphen-slovenian -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-sl.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-sl.ec.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-sl.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sl.pat.txt - -%files hyphen-swedish -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-sv.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-sv.ec.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-sv.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sv.pat.txt - -%files hyphen-turkish -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-tr.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-tr.ec.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-tr.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-tr.pat.txt - -%files hyphen-uppersorbian -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-hsb.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-hsb.ec.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-hsb.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-hsb.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-hsb.pat.txt - -%files hyphen-welsh -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-cy.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-cy.ec.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-cy.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-cy.pat.txt - -%files lithuanian -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/enc/dvips/lithuanian/ -%{_texdir}/texmf-dist/fonts/map/dvips/lithuanian/ -%{_texdir}/texmf-dist/fonts/tfm/public/lithuanian/ -%{_texdir}/texmf-dist/tex/latex/lithuanian/ - -%files lithuanian-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/lithuanian/ - -%files lshort-dutch-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/lshort-dutch/ - -%files lshort-finnish-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/latex/lshort-finnish/ - -%files lshort-slovenian-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/lshort-slovenian/ - -%files lshort-turkish-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/latex/lshort-turkish/ - -%files nevelok -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/nevelok/ - -%files nevelok-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/nevelok/ - -%files swebib -%license lppl1.2.txt -%{_texdir}/texmf-dist/bibtex/bst/swebib/ - -%files swebib-doc -%license lppl1.2.txt -%{_texdir}/texmf-dist/doc/latex/swebib/ - -%files turkmen -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/turkmen/ - -%files turkmen-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/turkmen/ - -%files collection-langfrench - -%files droit-fr -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/droit-fr/ - -%files droit-fr-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/droit-fr/ - -%files e-french -%license lppl1.3.txt -%{_texdir}/texmf-dist/makeindex/e-french/ -%{_texdir}/texmf-dist/tex/generic/e-french/ - -%files e-french-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/e-french/ - -%files epslatex-fr-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/epslatex-fr/ - -%files facture -%{_texdir}/texmf-dist/tex/xelatex/facture/ - -%files facture-doc -%{_texdir}/texmf-dist/doc/xelatex/facture/ - -%files frletter -%license pd.txt -%{_texdir}/texmf-dist/tex/latex/frletter/ - -%files frletter-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/latex/frletter/ - -%files hyphen-basque -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-eu.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-eu.ec.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-eu.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-eu.pat.txt - -%files hyphen-french -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-fr.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-fr.ec.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/quote/hyph-quote-fr.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-fr.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-fr.pat.txt - -%files impatient-fr-doc -%license fdl.txt -%{_texdir}/texmf-dist/doc/plain/impatient-fr/ - -%files impnattypo -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/impnattypo/ - -%files impnattypo-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/impnattypo/ - -%files l2tabu-french-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/l2tabu-french/ - -%files lshort-french-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/lshort-french/ - -%files mafr -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/mafr/ - -%files mafr-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/mafr/ - -%files tabvar -%license lppl1.3.txt -%{_texdir}/texmf-dist/fonts/afm/public/tabvar/ -%{_texdir}/texmf-dist/fonts/map/dvips/tabvar/ -%{_texdir}/texmf-dist/fonts/tfm/public/tabvar/ -%{_texdir}/texmf-dist/fonts/type1/public/tabvar/ -%{_texdir}/texmf-dist/metapost/tabvar/ -%{_texdir}/texmf-dist/tex/latex/tabvar/ - -%files tabvar-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/tabvar/ - -%files tdsfrmath -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/tdsfrmath/ - -%files tdsfrmath-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/tdsfrmath/ - -%files texlive-fr-doc -%{_texdir}/texmf-dist/doc/texlive/texlive-fr/ - -%files translation-array-fr-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/translation-array-fr/ - -%files translation-dcolumn-fr-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/translation-dcolumn-fr/ - -%files translation-natbib-fr-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/translation-natbib-fr/ - -%files translation-tabbing-fr-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/translation-tabbing-fr/ - -%files variations -%license gpl.txt -%{_texdir}/texmf-dist/tex/generic/variations/ - -%files variations-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/generic/variations/ - -%files collection-langgerman - -%files csquotes-de-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/csquotes-de/ - -%files dehyph-exptl -%license lppl1.txt -%{_texdir}/texmf-dist/tex/generic/dehyph-exptl/ - -%files dehyph-exptl-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/dehyph-exptl/ - -%files dhua -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/dhua/ - -%files dhua-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/dhua/ - -%files einfuehrung-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/einfuehrung/ - -%files etdipa-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/etdipa/ - -%files etoolbox-de-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/etoolbox-de/ - -%files fifinddo-info-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/fifinddo-info/ - -%files german -%license lppl1.txt -%{_texdir}/texmf-dist/tex/generic/german/ - -%files german-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/german/ - -%files germbib -%{_texdir}/texmf-dist/bibtex/bst/germbib/ -%{_texdir}/texmf-dist/tex/latex/germbib/ - -%files germbib-doc -%{_texdir}/texmf-dist/doc/bibtex/germbib/ - -%files germkorr -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/germkorr/ - -%files germkorr-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/germkorr/ - -%files hausarbeit-jura -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/hausarbeit-jura/ - -%files hausarbeit-jura-doc +%files etoolbox %license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/hausarbeit-jura/ - -%files hyphen-german -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-de-1901.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-de-1996.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-de-ch-1901.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-de-1901.ec.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-de-1996.ec.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-de-ch-1901.ec.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-de-1901.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-de-1996.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-de-ch-1901.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-de-1901.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-de-1996.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-de-ch-1901.pat.txt +%{_texdir}/texmf-dist/tex/latex/etoolbox/ +%doc %{_texdir}/texmf-dist/doc/latex/etoolbox/ -%files koma-script-examples-doc +%files filecontents %license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/koma-script-examples/ +%{_texdir}/texmf-dist/tex/latex/filecontents/ +%doc %{_texdir}/texmf-dist/doc/latex/filecontents/ -%files l2picfaq-doc -%license fdl.txt -%{_texdir}/texmf-dist/doc/latex/l2picfaq/ - -%files l2tabu-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/l2tabu/ - -%files latex-bib-ex-doc +%files filehook %license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/latex-bib-ex/ +%{_texdir}/texmf-dist/tex/latex/filehook/ +%doc %{_texdir}/texmf-dist/doc/latex/filehook/ -%files latex-referenz-doc +%files fncychap %license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/latex-referenz/ - -%files latex-tabellen-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/latex-tabellen/ +%{_texdir}/texmf-dist/tex/latex/fncychap/ +%doc %{_texdir}/texmf-dist/doc/latex/fncychap/ -%files latexcheat-de-doc +%files fontware %license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/latexcheat-de/ +%{_bindir}/pltotf +%{_bindir}/tftopl +%{_bindir}/vftovp +%{_bindir}/vptovf +%{_mandir}/man1/pltotf.1* +%{_mandir}/man1/tftopl.1* +%{_mandir}/man1/vftovp.1* +%{_mandir}/man1/vptovf.1* -%files lshort-german-doc -%{_texdir}/texmf-dist/doc/latex/lshort-german/ - -%files lualatex-doc-de-doc -%license fdl.txt -%{_texdir}/texmf-dist/doc/latex/lualatex-doc-de/ - -%files microtype-de-doc +%files footmisc %license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/microtype-de/ - -%files presentations-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/presentations/ - -%files r_und_s -%{_texdir}/texmf-dist/tex/latex/r_und_s/ - -%files r_und_s-doc -%{_texdir}/texmf-dist/doc/latex/r_und_s/ - -%files templates-fenn-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/templates-fenn/ - -%files templates-sommer-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/templates-sommer/ - -%files texlive-de-doc -%{_texdir}/texmf-dist/doc/texlive/texlive-de/ - -%files tipa-de-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/tipa-de/ - -%files translation-arsclassica-de-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/translation-arsclassica-de/ - -%files translation-biblatex-de-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/translation-biblatex-de/ - -%files translation-chemsym-de-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/translation-chemsym-de/ - -%files translation-ecv-de-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/translation-ecv-de/ - -%files translation-enumitem-de-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/translation-enumitem-de/ - -%files translation-europecv-de-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/translation-europecv-de/ - -%files translation-filecontents-de-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/translation-filecontents-de/ - -%files translation-moreverb-de-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/translation-moreverb-de/ +%{_texdir}/texmf-dist/tex/latex/footmisc/ +%doc %{_texdir}/texmf-dist/doc/latex/footmisc/ -%files udesoftec -%license lppl1.3.txt -%{_texdir}/texmf-dist/bibtex/bst/udesoftec/ -%{_texdir}/texmf-dist/tex/latex/udesoftec/ +%files framed +%{_texdir}/texmf-dist/tex/latex/framed/ +%doc %{_texdir}/texmf-dist/doc/latex/framed/ -%files udesoftec-doc +%files hyphenat %license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/udesoftec/ - -%files umlaute -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/umlaute/ +%{_texdir}/texmf-dist/tex/latex/hyphenat/ +%doc %{_texdir}/texmf-dist/doc/latex/hyphenat/ -%files umlaute-doc +%files ifmtarg %license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/umlaute/ - -%files voss-mathcol-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/voss-mathcol/ - -%files collection-langgreek - -%files gfsbaskerville -%{_texdir}/texmf-dist/fonts/afm/public/gfsbaskerville/ -%{_texdir}/texmf-dist/fonts/enc/dvips/gfsbaskerville/ -%{_texdir}/texmf-dist/fonts/map/dvips/gfsbaskerville/ -%{_texdir}/texmf-dist/fonts/opentype/public/gfsbaskerville/ -%{_texdir}/texmf-dist/fonts/tfm/public/gfsbaskerville/ -%{_texdir}/texmf-dist/fonts/type1/public/gfsbaskerville/ -%{_texdir}/texmf-dist/fonts/vf/public/gfsbaskerville/ -%{_texdir}/texmf-dist/tex/latex/gfsbaskerville/ - -%files gfsbaskerville-doc -%{_texdir}/texmf-dist/doc/fonts/gfsbaskerville/ - -%files gfsporson -%{_texdir}/texmf-dist/fonts/afm/public/gfsporson/ -%{_texdir}/texmf-dist/fonts/enc/dvips/gfsporson/ -%{_texdir}/texmf-dist/fonts/map/dvips/gfsporson/ -%{_texdir}/texmf-dist/fonts/opentype/public/gfsporson/ -%{_texdir}/texmf-dist/fonts/tfm/public/gfsporson/ -%{_texdir}/texmf-dist/fonts/type1/public/gfsporson/ -%{_texdir}/texmf-dist/fonts/vf/public/gfsporson/ -%{_texdir}/texmf-dist/tex/latex/gfsporson/ - -%files gfsporson-doc -%{_texdir}/texmf-dist/doc/fonts/gfsporson/ - -%files greek-fontenc -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/greek-fontenc/ - -%files greek-fontenc-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/greek-fontenc/ - -%files greek-inputenc -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/greek-inputenc/ +%{_texdir}/texmf-dist/tex/latex/ifmtarg/ +%doc %{_texdir}/texmf-dist/doc/latex/ifmtarg/ -%files greek-inputenc-doc +%files iftex %license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/greek-inputenc/ - -%files greekdates -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/greekdates/ - -%files greekdates-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/greekdates/ - -%files greektex -%license pd.txt -%{_texdir}/texmf-dist/tex/latex/greektex/ - -%files greektex-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/fonts/greektex/ - -%files hyphen-greek -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-el-monoton.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-el-polyton.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-el-monoton.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-el-polyton.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-el-monoton.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-el-polyton.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyphen/grmhyph5.tex -%{_texdir}/texmf-dist/tex/generic/hyphen/grphyph5.tex - -%files hyphen-greek-doc -%{_texdir}/texmf-dist/doc/generic/elhyphen/ - -%files hyphen-ancientgreek -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-grc.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-grc.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-grc.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyphen/grahyph5.tex -%{_texdir}/texmf-dist/tex/generic/hyphen/ibyhyph.tex - -%files ibycus-babel -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/ibycus-babel/ - -%files ibycus-babel-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/ibycus-babel/ - -%files ibygrk -%license gpl.txt -%{_texdir}/texmf-dist/fonts/afm/public/ibygrk/ -%{_texdir}/texmf-dist/fonts/enc/dvips/ibygrk/ -%{_texdir}/texmf-dist/fonts/map/dvips/ibygrk/ -%{_texdir}/texmf-dist/fonts/source/public/ibygrk/ -%{_texdir}/texmf-dist/fonts/tfm/public/ibygrk/ -%{_texdir}/texmf-dist/fonts/type1/public/ibygrk/ -%{_texdir}/texmf-dist/tex/generic/ibygrk/ - -%files ibygrk-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/fonts/ibygrk/ +%{_texdir}/texmf-dist/tex/generic/iftex/ +%doc %{_texdir}/texmf-dist/doc/generic/iftex/ %files kerkis %license lppl1.txt @@ -163805,13487 +27270,511 @@ popd %{_texdir}/texmf-dist/fonts/type1/public/kerkis/ %{_texdir}/texmf-dist/fonts/vf/public/kerkis/ %{_texdir}/texmf-dist/tex/latex/kerkis/ - -%files kerkis-doc -%license lppl1.txt %{_texdir}/texmf-dist/doc/fonts/kerkis/ -%files levy -%license gpl2.txt -%{_texdir}/texmf-dist/fonts/source/public/levy/ -%{_texdir}/texmf-dist/fonts/tfm/public/levy/ -%{_texdir}/texmf-dist/tex/generic/levy/ - -%files levy-doc -%license gpl2.txt -%{_texdir}/texmf-dist/doc/fonts/levy/ - -%files lgreek -%license gpl2.txt -%{_texdir}/texmf-dist/tex/latex/lgreek/ - -%files lgreek-doc -%license gpl2.txt -%{_texdir}/texmf-dist/doc/latex/lgreek/ - -%files teubner -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/teubner/ - -%files teubner-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/teubner/ - -%files xgreek -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/xelatex/xgreek/ - -%files xgreek-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/xelatex/xgreek/ - -%files yannisgr -%license gpl2.txt -%{_texdir}/texmf-dist/fonts/source/public/yannisgr/ -%{_texdir}/texmf-dist/fonts/tfm/public/yannisgr/ - -%files yannisgr-doc -%license gpl2.txt -%{_texdir}/texmf-dist/doc/fonts/yannisgr/ - -%files hyphen-indic -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-as.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-bn.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-gu.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-hi.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-kn.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ml.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-mr.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-or.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-pa.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-pi.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ta.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-te.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-as.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-bn.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-gu.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-hi.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-kn.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-ml.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-mr.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-or.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-pa.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-pi.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-ta.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-te.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-as.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-bn.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-gu.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-hi.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-kn.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ml.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-mr.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-or.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-pa.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-pi.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ta.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-te.pat.txt - -%files hyphen-sanskrit -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-sa.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-sa.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-sa.pat.txt - -%files sanskrit -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/source/public/sanskrit/ -%{_texdir}/texmf-dist/fonts/tfm/public/sanskrit/ -%{_texdir}/texmf-dist/tex/latex/sanskrit/ - -%files sanskrit-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/sanskrit/ - -%files sanskrit-t1 -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/map/dvips/sanskrit-t1/ -%{_texdir}/texmf-dist/fonts/type1/public/sanskrit-t1/ - -%files sanskrit-t1-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/sanskrit-t1/ - -%files xetex-devanagari -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/xetex-devanagari/ - -%files xetex-devanagari-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/xetex/xetex-devanagari/ - -%files wnri -%license gpl.txt -%{_texdir}/texmf-dist/fonts/source/public/wnri/ -%{_texdir}/texmf-dist/fonts/tfm/public/wnri/ - -%files wnri-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/fonts/wnri/ - -%files wnri-latex -%license gpl2.txt -%{_texdir}/texmf-dist/tex/latex/wnri-latex/ - -%files wnri-latex-doc -%license gpl2.txt -%{_texdir}/texmf-dist/doc/latex/wnri-latex/ - -%files collection-langitalian - -%files fancyhdr-it-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/fancyhdr-it/ - -%files fixltxhyph -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/fixltxhyph/ - -%files fixltxhyph-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/fixltxhyph/ - -%files frontespizio -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/frontespizio/ - -%files frontespizio-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/frontespizio/ - -%files hyphen-italian -%license lgpl2.1.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-it.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/quote/hyph-quote-it.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-it.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-it.pat.txt - -%files itnumpar -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/itnumpar/ - -%files itnumpar-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/itnumpar/ - -%files l2tabu-italian-doc -%license other-free.txt -%{_texdir}/texmf-dist/doc/latex/l2tabu-italian/ - -%files latex4wp-it-doc -%license fdl.txt -%{_texdir}/texmf-dist/doc/latex/latex4wp-it/ - -%files layaureo -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/layaureo/ - -%files layaureo-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/layaureo/ - -%files lshort-italian-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/lshort-italian/ - -%files psfrag-italian-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/psfrag-italian/ - -%files texlive-it-doc -%{_texdir}/texmf-dist/doc/texlive/texlive-it/ - -%files collection-langjapanese - -%files ipaex -%{_texdir}/texmf-dist/fonts/truetype/public/ipaex/ - -%files ipaex-doc -%{_texdir}/texmf-dist/doc/fonts/ipaex/ - -%files japanese-otf -%{_texdir}/texmf-dist/fonts/map/dvipdfmx/japanese-otf/ -%{_texdir}/texmf-dist/fonts/ofm/public/japanese-otf/ -%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf/ -%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf/ -%{_texdir}/texmf-dist/tex/platex/japanese-otf/ - -%files japanese-otf-doc -%{_texdir}/texmf-dist/doc/fonts/japanese-otf/ - -%files japanese-otf-uptex -%license bsd.txt -%{_texdir}/texmf-dist/fonts/tfm/public/japanese-otf-uptex/ -%{_texdir}/texmf-dist/fonts/vf/public/japanese-otf-uptex/ -%{_texdir}/texmf-dist/tex/platex/japanese-otf-uptex/ - -%files japanese-otf-uptex-doc -%license bsd.txt -%{_texdir}/texmf-dist/doc/fonts/japanese-otf-uptex/ - -%files jsclasses -%license bsd.txt -%{_texdir}/texmf-dist/tex/platex/jsclasses/ - -%files jsclasses-doc -%license bsd.txt -%{_texdir}/texmf-dist/doc/platex/jsclasses/ - -%files lshort-japanese-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/lshort-japanese/ - -%files luatexja -%license bsd.txt -%{_texdir}/texmf-dist/tex/luatex/luatexja/ - -%files luatexja-doc -%license bsd.txt -%{_texdir}/texmf-dist/doc/luatex/luatexja/ - -%files ptex-base -%license bsd.txt -%{_texdir}/texmf-dist/tex/ptex/ptex-base/ - -%files ptex-base-doc -%license bsd.txt -%{_texdir}/texmf-dist/doc/ptex/ptex-base/ - -%files ptex-fonts -%license bsd.txt -%{_texdir}/texmf-dist/fonts/source/ptex-fonts/ -%{_texdir}/texmf-dist/fonts/tfm/ptex-fonts/ -# %%{_texdir}/texmf-dist/fonts/type1/ptex-fonts/ -%{_texdir}/texmf-dist/fonts/vf/ptex-fonts/ - -%files ptex-fonts-doc -%license bsd.txt -%{_texdir}/texmf-dist/doc/fonts/ptex-fonts/ - -%files pxbase -%license other-free.txt -%{_texdir}/texmf-dist/tex/platex/pxbase/ - -%files pxbase-doc -%license other-free.txt -%{_texdir}/texmf-dist/doc/platex/pxbase/ - -%files pxchfon -%license other-free.txt -%{_texdir}/texmf-dist/fonts/sfd/pxchfon/ -%{_texdir}/texmf-dist/fonts/tfm/public/pxchfon/ -%{_texdir}/texmf-dist/fonts/vf/public/pxchfon/ -%{_texdir}/texmf-dist/tex/platex/pxchfon/ - -%files pxchfon-doc -%license other-free.txt -%{_texdir}/texmf-dist/doc/platex/pxchfon/ - -%files pxcjkcat -%license other-free.txt -%{_texdir}/texmf-dist/tex/latex/pxcjkcat/ - -%files pxcjkcat-doc -%license other-free.txt -%{_texdir}/texmf-dist/doc/latex/pxcjkcat/ - -%files pxjahyper -%license other-free.txt -%{_texdir}/texmf-dist/tex/platex/pxjahyper/ - -%files pxjahyper-doc -%license other-free.txt -%{_texdir}/texmf-dist/doc/platex/pxjahyper/ - -%files pxrubrica -%{_texdir}/texmf-dist/tex/platex/pxrubrica/ - -%files pxrubrica-doc -%{_texdir}/texmf-dist/doc/platex/pxrubrica/ - -%files uptex-fonts -%license bsd.txt -%{_texdir}/texmf-dist/fonts/cmap/uptex-fonts/ -%{_texdir}/texmf-dist/fonts/source/uptex-fonts/ -%{_texdir}/texmf-dist/fonts/tfm/uptex-fonts/ -%{_texdir}/texmf-dist/fonts/vf/uptex-fonts/ - -%files uptex-fonts-doc -%license bsd.txt -%{_texdir}/texmf-dist/doc/fonts/uptex-fonts/ - -%files uptex-base -%license bsd.txt -%{_texdir}/texmf-dist/tex/uptex/uptex-base/ - -%files uptex-base-doc -%license bsd.txt -%{_texdir}/texmf-dist/doc/uptex/uptex-base/ - -%files zxjafbfont -%license other-free.txt -%{_texdir}/texmf-dist/tex/latex/zxjafbfont/ - -%files zxjafbfont-doc -%license other-free.txt -%{_texdir}/texmf-dist/doc/latex/zxjafbfont/ - -%files zxjatype -%license other-free.txt -%{_texdir}/texmf-dist/tex/latex/zxjatype/ - -%files zxjatype-doc -%license other-free.txt -%{_texdir}/texmf-dist/doc/latex/zxjatype/ - -%files collection-langkorean - -%files kotex-oblivoir -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/kotex-oblivoir/ - -%files kotex-oblivoir-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/kotex-oblivoir/ - -%files memoir -%license lppl1.3.txt -%{_texdir}/texmf-dist/makeindex/memoir/ -%{_texdir}/texmf-dist/tex/latex/memoir/ - -%files memoir-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/memoir/ - -%files kotex-utf -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/kotex-utf/ - -%files kotex-utf-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/kotex-utf/ - -%files kotex-plain -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/plain/kotex-plain/ - -%files kotex-plain-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/plain/kotex-plain/ - -%files lshort-korean-doc -%license fdl.txt -%{_texdir}/texmf-dist/doc/latex/lshort-korean/ - -%files nanumtype1 -%license ofl.txt -%{_texdir}/texmf-dist/fonts/afm/public/nanumtype1/ -%{_texdir}/texmf-dist/fonts/map/dvips/nanumtype1/ -%{_texdir}/texmf-dist/fonts/tfm/public/nanumtype1/ -%{_texdir}/texmf-dist/fonts/type1/public/nanumtype1/ -%{_texdir}/texmf-dist/fonts/vf/public/nanumtype1/ -%{_texdir}/texmf-dist/tex/latex/nanumtype1/ - -%files nanumtype1-doc -%license ofl.txt -%{_texdir}/texmf-dist/doc/fonts/nanumtype1/ - -%files collection-langother - -%files ctib -%license gpl.txt -%{_texdir}/texmf-dist/fonts/source/public/ctib/ -%{_texdir}/texmf-dist/fonts/tfm/public/ctib/ -%{_texdir}/texmf-dist/tex/latex/ctib/ - -%files ctib-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/ctib/ - -%files hyphen-afrikaans -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-af.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-af.ec.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/quote/hyph-quote-af.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-af.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-af.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-af.pat.txt - -%files hyphen-coptic -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-cop.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex-8bit/copthyph.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-cop.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-cop.pat.txt - -%files hyphen-esperanto -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-eo.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-eo.il3.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-eo.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-eo.pat.txt - -%files hyphen-georgian -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ka.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-ka.t8m.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-ka.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ka.pat.txt - -%files hyphen-indonesian -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-id.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-id.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-id.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-id.pat.txt - -%files hyphen-interlingua -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ia.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-ia.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ia.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ia.pat.txt - -%files hyphen-thai -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-th.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-th.lth.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-th.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-th.pat.txt - -%files hyphen-turkmen -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-tk.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-tk.ec.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-tk.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-tk.pat.txt - -%files lshort-thai-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/latex/lshort-thai/ - -%files lshort-vietnamese-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/lshort-vietnamese/ - -%files ntheorem-vn-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/ntheorem-vn/ - -%files vntex -%{_texdir}/texmf-dist/fonts/afm/vntex/ -%{_texdir}/texmf-dist/fonts/enc/dvips/vntex/ -%{_texdir}/texmf-dist/fonts/enc/pdftex/vntex/ -%{_texdir}/texmf-dist/fonts/map/dvips/vntex/ -%{_texdir}/texmf-dist/fonts/source/vntex/ -%{_texdir}/texmf-dist/fonts/tfm/vntex/ -%{_texdir}/texmf-dist/fonts/type1/vntex/ -%{_texdir}/texmf-dist/fonts/vf/vntex/ -%{_texdir}/texmf-dist/tex/latex/vntex/ -%{_texdir}/texmf-dist/tex/plain/vntex/ - -%files vntex-doc -%{_texdir}/texmf-dist/doc/generic/vntex/ - -%files collection-langpolish - -%files gustlib -%{_texdir}/texmf-dist/bibtex/bib/gustlib/ -%{_texdir}/texmf-dist/bibtex/bst/gustlib/ -%{_texdir}/texmf-dist/tex/plain/gustlib/ - -%files gustlib-doc -%{_texdir}/texmf-dist/doc/plain/gustlib/ - -%files gustprog-doc -%{_texdir}/texmf-dist/doc/support/gustprog/ - -%files hyphen-polish -%license knuth.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-pl.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-pl.qx.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-pl.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-pl.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-pl.pat.txt - -%files lshort-polish-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/latex/lshort-polish/ - -%files pl -%license pd.txt -%{_texdir}/texmf-dist/dvips/pl/ -%{_texdir}/texmf-dist/fonts/afm/public/pl/ -%{_texdir}/texmf-dist/fonts/enc/dvips/pl/ -%{_texdir}/texmf-dist/fonts/map/dvips/pl/ -%{_texdir}/texmf-dist/fonts/source/public/pl/ -%{_texdir}/texmf-dist/fonts/tfm/public/pl/ -%{_texdir}/texmf-dist/fonts/type1/public/pl/ - -%files pl-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/fonts/pl/ - -%files mwcls -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/mwcls/ - -%files mwcls-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/mwcls/ - -%files polski -%license lppl1.2.txt -%{_texdir}/texmf-dist/tex/latex/polski/ - -%files polski-doc -%license lppl1.2.txt -%{_texdir}/texmf-dist/doc/latex/polski/ - -%files przechlewski-book -%license lppl1.txt -%{_texdir}/texmf-dist/bibtex/bst/przechlewski-book/ -%{_texdir}/texmf-dist/tex/latex/przechlewski-book/ - -%files przechlewski-book-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/przechlewski-book/ - -%files qpxqtx -%{_texdir}/texmf-dist/fonts/tfm/public/qpxqtx/ -%{_texdir}/texmf-dist/fonts/vf/public/qpxqtx/ -%{_texdir}/texmf-dist/tex/generic/qpxqtx/ - -%files qpxqtx-doc -%{_texdir}/texmf-dist/doc/fonts/qpxqtx/ - -%files tap -%license pd.txt -%{_texdir}/texmf-dist/tex/generic/tap/ - -%files tap-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/generic/tap/ - -%files tex-virtual-academy-pl-doc -%{_texdir}/texmf-dist/doc/generic/tex-virtual-academy-pl/ - -%files texlive-pl-doc -%{_texdir}/texmf-dist/doc/texlive/texlive-pl/ - -%files utf8mex -%license pd.txt -%{_texdir}/texmf-dist/tex/mex/utf8mex/ - -%files utf8mex-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/mex/utf8mex/ - -%files collection-langportuguese - -%files cursolatex-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/cursolatex/ - -%files feupphdteses -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/feupphdteses/ - -%files feupphdteses-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/feupphdteses/ - -%files hyphen-portuguese -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-pt.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-pt.ec.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-pt.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-pt.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-pt.pat.txt - -%files latexcheat-ptbr-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/latexcheat-ptbr/ - -%files lshort-portuguese-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/latex/lshort-portuguese/ - -%files ordinalpt -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/ordinalpt/ - -%files ordinalpt-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/ordinalpt/ - -%files xypic-tut-pt-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/generic/xypic-tut-pt/ - -%files collection-langspanish - -%files es-tex-faq-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/es-tex-faq/ - -%files hyphen-catalan -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ca.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-ca.ec.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-ca.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ca.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-ca.pat.txt - -%files hyphen-galician -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-gl.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-gl.ec.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-gl.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-gl.pat.txt - -%files hyphen-spanish -%license lppl1.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-es.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-es.ec.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-es.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-es.pat.txt - -%files l2tabu-spanish-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/latex/l2tabu-spanish/ - -%files latex2e-help-texinfo-spanish -%{_infodir}/latex2e-es.info* - -%files latex2e-help-texinfo-spanish-doc -%{_texdir}/texmf-dist/doc/latex/latex2e-help-texinfo-spanish/ - -%files latexcheat-esmx-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/latexcheat-esmx/ - -%files lshort-spanish-doc -%{_texdir}/texmf-dist/doc/latex/lshort-spanish/ - -%files collection-latexextra - -%files collection-latexrecommended - -%files crop -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/crop/ - -%files crop-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/crop/ - -%files ctable -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/ctable/ - -%files ctable-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/ctable/ - -%files eso-pic -%license lppl1.2.txt -%{_texdir}/texmf-dist/tex/latex/eso-pic/ - -%files eso-pic-doc -%license lppl1.2.txt -%{_texdir}/texmf-dist/doc/latex/eso-pic/ - -%files euenc -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/euenc/ - -%files euenc-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/euenc/ - -%files euler -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/euler/ - -%files euler-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/euler/ - -%files extsizes -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/extsizes/ - -%files extsizes-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/extsizes/ - -%files fancybox -%license lppl1.2.txt -%{_texdir}/texmf-dist/tex/latex/fancybox/ - -%files fancybox-doc -%license lppl1.2.txt -%{_texdir}/texmf-dist/doc/latex/fancybox/ - -%files fancyref -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/fancyref/ - -%files fancyref-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/fancyref/ - -%files fancyvrb -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/fancyvrb/ - -%files fancyvrb-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/fancyvrb/ - -%files float -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/float/ - -%files float-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/float/ - -%files fontspec -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/fontspec/ - -%files fontspec-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/fontspec/ - -%files l3kernel -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/l3kernel/ - -%files l3kernel-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/l3kernel/ - -%files l3packages -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/l3packages/ - -%files l3packages-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/l3packages/ - -%files fp -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/fp/ -%{_texdir}/texmf-dist/tex/plain/fp/ - -%files fp-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/fp/ - -%files index -%{_texdir}/texmf-dist/bibtex/bst/index/ -%{_texdir}/texmf-dist/makeindex/index/ -%{_texdir}/texmf-dist/tex/latex/index/ - -%files index-doc -%{_texdir}/texmf-dist/doc/latex/index/ - -%files jknapltx -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/jknapltx/ - -%files jknapltx-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/jknapltx/ - -%files koma-script -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/koma-script/ -%{_texdir}/texmf-dist/doc/latex/koma-script/ - -%files l3experimental -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/l3experimental/ - -%files l3experimental-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/l3experimental/ - -%files lineno -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/lineno/ - -%files lineno-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/lineno/ - -%files listings -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/listings/ - -%files listings-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/listings/ - -%files mathtools -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/mathtools/ - -%files mathtools-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/mathtools/ - -%files mdwtools -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/mdwtools/ - -%files mdwtools-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/mdwtools/ - -%files metalogo -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/metalogo/ - -%files metalogo-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/metalogo/ - -%files microtype -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/microtype/ - -%files microtype-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/microtype/ - -%files ms -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/ms/ - -%files ms-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/ms/ - -%files ntgclass -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/ntgclass/ - -%files ntgclass-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/ntgclass/ - -%files parskip -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/parskip/ - -%files parskip-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/parskip/ - -%files pdfpages -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/pdfpages/ - -%files pdfpages-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/pdfpages/ - -%files powerdot -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/powerdot/ - -%files powerdot-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/powerdot/ - -%files psfrag -%{_texdir}/texmf-dist/dvips/psfrag/ -%{_texdir}/texmf-dist/tex/latex/psfrag/ - -%files psfrag-doc -%{_texdir}/texmf-dist/doc/latex/psfrag/ - -%files rcs -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/rcs/ - -%files rcs-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/rcs/ - -%files sansmath -%license pd.txt -%{_texdir}/texmf-dist/tex/latex/sansmath/ - -%files sansmath-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/latex/sansmath/ - -%files section -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/section/ - -%files section-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/section/ - -%files seminar -%license lppl1.2.txt -%{_texdir}/texmf-dist/tex/latex/seminar/ - -%files seminar-doc -%license lppl1.2.txt -%{_texdir}/texmf-dist/doc/latex/seminar/ - -%files sepnum -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/sepnum/ - -%files sepnum-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/sepnum/ - -%files setspace -%{_texdir}/texmf-dist/tex/latex/setspace/ - -%files setspace-doc -%{_texdir}/texmf-dist/doc/latex/setspace/ - -%files subfig -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/subfig/ - -%files subfig-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/subfig/ - -%files textcase -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/textcase/ - -%files textcase-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/textcase/ - -%files typehtml -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/typehtml/ - -%files typehtml-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/typehtml/ - -%files underscore -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/underscore/ - -%files underscore-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/underscore/ - -%files collection-pictures - -%files combinedgraphics -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/combinedgraphics/ - -%files combinedgraphics-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/combinedgraphics/ - -%files curve -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/curve/ - -%files curve-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/curve/ - -%files curve2e -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/curve2e/ - -%files curve2e-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/curve2e/ - -%files curves -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/curves/ - -%files curves-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/curves/ - -%files dcpic -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/dcpic/ - -%files dcpic-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/dcpic/ - -%files diagmac2 -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/diagmac2/ - -%files diagmac2-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/diagmac2/ - -%files doc-pictex-doc -%{_texdir}/texmf-dist/doc/generic/doc-pictex/ - -%files dottex -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/dottex/ - -%files dottex-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/dottex/ - -%files dot2texi -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/dot2texi/ - -%files dot2texi-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/dot2texi/ - -%files dratex -%license lppl1.txt -%{_texdir}/texmf-dist/tex/generic/dratex/ - -%files dratex-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/dratex/ - -%files drs -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/drs/ - -%files drs-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/drs/ - -%files duotenzor -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/duotenzor/ - -%files duotenzor-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/duotenzor/ - -%files eepic -%license pd.txt -%{_texdir}/texmf-dist/tex/latex/eepic/ - -%files eepic-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/latex/eepic/ - -%files epspdfconversion -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/epspdfconversion/ - -%files epspdfconversion-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/epspdfconversion/ - -%files esk -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/esk/ - -%files esk-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/esk/ - -%files fast-diagram -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/fast-diagram/ - -%files fast-diagram-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/fast-diagram/ - -%files fitbox -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/fitbox/ - -%files fitbox-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/fitbox/ - -%files flowchart -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/flowchart/ - -%files flowchart-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/flowchart/ - -%files forest -%license lppl1.3.txt -%{_texdir}/texmf-dist/makeindex/forest/ -%{_texdir}/texmf-dist/tex/latex/forest/ - -%files forest-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/forest/ - -%files genealogytree -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/genealogytree/ - -%files genealogytree-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/genealogytree/ - -%files gincltex -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/gincltex/ - -%files gincltex-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/gincltex/ - -%files gnuplottex -%license gpl2.txt -%{_texdir}/texmf-dist/tex/latex/gnuplottex/ - -%files gnuplottex-doc -%license gpl2.txt -%{_texdir}/texmf-dist/doc/latex/gnuplottex/ - -%files gradientframe -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/gradientframe/ - -%files gradientframe-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/gradientframe/ - -%files grafcet -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/grafcet/ - -%files grafcet-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/grafcet/ - -%files graphviz -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/graphviz/ - -%files graphviz-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/graphviz/ - -%files harveyballs -%license gpl3.txt -%{_texdir}/texmf-dist/tex/latex/harveyballs/ - -%files harveyballs-doc -%license gpl3.txt -%{_texdir}/texmf-dist/doc/latex/harveyballs/ - -%files here -%license pd.txt -%{_texdir}/texmf-dist/tex/latex/here/ - -%files here-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/latex/here/ - -%files hf-tikz -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/hf-tikz/ - -%files hf-tikz-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/hf-tikz/ - -%files hobby -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/hobby/ - -%files hobby-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/hobby/ - -%files hvfloat -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/hvfloat/ - -%files hvfloat-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/hvfloat/ - -%files knitting -%license lppl1.3.txt -%{_texdir}/texmf-dist/fonts/afm/public/knitting/ -%{_texdir}/texmf-dist/fonts/map/dvips/knitting/ -%{_texdir}/texmf-dist/fonts/source/public/knitting/ -%{_texdir}/texmf-dist/fonts/tfm/public/knitting/ -%{_texdir}/texmf-dist/fonts/type1/public/knitting/ -%{_texdir}/texmf-dist/tex/latex/knitting/ -%{_texdir}/texmf-dist/tex/plain/knitting/ - -%files knitting-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/fonts/knitting/ - -%files knittingpattern -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/knittingpattern/ - -%files knittingpattern-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/knittingpattern/ - -%files lapdf -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/lapdf/ - -%files lapdf-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/lapdf/ - -%files latex-make -%license gpl.txt -%{_texdir}/texmf-dist/scripts/latex-make/ -%{_texdir}/texmf-dist/tex/latex/latex-make/ - -%files latex-make-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/support/latex-make/ - -%files lpic -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/lpic/ - -%files lpic-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/lpic/ - -%files makeshape -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/makeshape/ - -%files makeshape-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/makeshape/ - -%files miniplot -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/miniplot/ - -%files miniplot-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/miniplot/ - -%files modiagram -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/modiagram/ - -%files modiagram-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/modiagram/ - -%files neuralnetwork -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/neuralnetwork/ - -%files neuralnetwork-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/neuralnetwork/ - -%files numericplots -%license gpl3.txt -%{_texdir}/texmf-dist/tex/latex/numericplots/ - -%files numericplots-doc -%license gpl3.txt -%{_texdir}/texmf-dist/doc/latex/numericplots/ - -%files pb-diagram -%{_texdir}/texmf-dist/tex/latex/pb-diagram/ - -%files pb-diagram-doc -%{_texdir}/texmf-dist/doc/latex/pb-diagram/ - -%files pgf-blur -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/pgf-blur/ - -%files pgf-blur-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/pgf-blur/ - -%files pgf-soroban -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/pgf-soroban/ - -%files pgf-soroban-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/pgf-soroban/ - -%files pgf-umlcd -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/pgf-umlcd/ - -%files pgf-umlcd-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/pgf-umlcd/ - -%files pgf-umlsd -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/pgf-umlsd/ - -%files pgf-umlsd-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/pgf-umlsd/ - -%files pgfgantt -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/pgfgantt/ - -%files pgfgantt-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/pgfgantt/ - -%files pgfkeyx -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/pgfkeyx/ - -%files pgfkeyx-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/pgfkeyx/ - -%files pgfmolbio -%license lppl1.3.txt -%{_texdir}/texmf-dist/scripts/pgfmolbio/ -%{_texdir}/texmf-dist/tex/lualatex/pgfmolbio/ - -%files pgfmolbio-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/lualatex/pgfmolbio/ - -%files pgfopts -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/pgfopts/ - -%files pgfopts-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/pgfopts/ - -%files pgfplots -%license gpl3.txt -%{_texdir}/texmf-dist/scripts/pgfplots/ -%{_texdir}/texmf-dist/tex/context/third/pgfplots/ -%{_texdir}/texmf-dist/tex/generic/pgfplots/ -%{_texdir}/texmf-dist/tex/latex/pgfplots/ -%{_texdir}/texmf-dist/tex/plain/pgfplots/ - -%files pgfplots-doc -%license gpl3.txt -%{_texdir}/texmf-dist/doc/context/third/pgfplots/ -%{_texdir}/texmf-dist/doc/generic/pgfplots/ -%{_texdir}/texmf-dist/doc/latex/pgfplots/ -%{_texdir}/texmf-dist/doc/plain/pgfplots/ - -%files picinpar -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/picinpar/ - -%files picinpar-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/picinpar/ - -%files pict2e -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/pict2e/ - -%files pict2e-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/pict2e/ - -%files pictex -%license lppl1.txt -%{_texdir}/texmf-dist/tex/generic/pictex/ - -%files pictex-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/pictex/ - -%files pictex2 -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/pictex2/ - -%files pinlabel -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/pinlabel/ - -%files pinlabel-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/pinlabel/ - -%files pmgraph -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/pmgraph/ - -%files pmgraph-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/pmgraph/ - -%files prerex -%license gpl.txt -%{_mandir}/man5/prerex.5* -%{_texdir}/texmf-dist/tex/latex/prerex/ - -%files prerex-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/prerex/ - -%files productbox -%{_texdir}/texmf-dist/tex/latex/productbox/ - -%files productbox-doc -%{_texdir}/texmf-dist/doc/latex/productbox/ - -%files pxpgfmark -%license other-free.txt -%{_texdir}/texmf-dist/tex/latex/pxpgfmark/ - -%files pxpgfmark-doc -%license other-free.txt -%{_texdir}/texmf-dist/doc/latex/pxpgfmark/ - -%files qcircuit -%license gpl2.txt -%{_texdir}/texmf-dist/tex/latex/qcircuit/ - -%files qcircuit-doc -%license gpl2.txt -%{_texdir}/texmf-dist/doc/latex/qcircuit/ - -%files qrcode -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/qrcode/ - -%files qrcode-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/qrcode/ - -%files randbild -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/randbild/ - -%files randbild-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/randbild/ - -%files randomwalk -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/randomwalk/ - -%files randomwalk-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/randomwalk/ - -%files reotex -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/reotex/ - -%files reotex-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/reotex/ - -%files rviewport -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/rviewport/ - -%files rviewport-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/rviewport/ - -%files sa-tikz -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/sa-tikz/ - -%files sa-tikz-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/sa-tikz/ - -%files schemabloc -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/schemabloc/ - -%files schemabloc-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/schemabloc/ - -%files setdeck -%license gpl3.txt -%{_texdir}/texmf-dist/tex/latex/setdeck/ - -%files setdeck-doc -%license gpl3.txt -%{_texdir}/texmf-dist/doc/latex/setdeck/ - -%files smartdiagram -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/smartdiagram/ - -%files smartdiagram-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/smartdiagram/ - -%files spath3 -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/spath3/ - -%files spath3-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/spath3/ - -%files swimgraf -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/swimgraf/ - -%files swimgraf-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/swimgraf/ - -%files texdraw -%{_infodir}/texdraw.info* -%{_texdir}/texmf-dist/tex/generic/texdraw/ - -%files texdraw-doc -%{_texdir}/texmf-dist/doc/support/texdraw/ - -%files ticollege -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/ticollege/ - -%files ticollege-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/ticollege/ - -%files tipfr-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/tipfr/ - -%files tikz-3dplot -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/tikz-3dplot/ - -%files tikz-3dplot-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/tikz-3dplot/ - -%files tikz-bayesnet -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/tikz-bayesnet/ - -%files tikz-bayesnet-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/tikz-bayesnet/ - -%files tikz-cd -%license gpl3.txt -%{_texdir}/texmf-dist/tex/generic/tikz-cd/ -%{_texdir}/texmf-dist/tex/latex/tikz-cd/ - -%files tikz-cd-doc -%license gpl3.txt -%{_texdir}/texmf-dist/doc/latex/tikz-cd/ - -%files tikz-dependency -%{_texdir}/texmf-dist/tex/latex/tikz-dependency/ - -%files tikz-dependency-doc -%{_texdir}/texmf-dist/doc/latex/tikz-dependency/ - -%files tikz-dimline -%license other-free.txt -%{_texdir}/texmf-dist/tex/latex/tikz-dimline/ - -%files tikz-dimline-doc -%license other-free.txt -%{_texdir}/texmf-dist/doc/latex/tikz-dimline/ - -%files tikz-inet -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/tikz-inet/ - -%files tikz-inet-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/tikz-inet/ - -%files tikz-opm -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/tikz-opm/ - -%files tikz-opm-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/tikz-opm/ - -%files tikz-palattice -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/tikz-palattice/ - -%files tikz-palattice-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/tikz-palattice/ - -%files tikz-qtree -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/tikz-qtree/ - -%files tikz-qtree-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/tikz-qtree/ - -%files tikz-timing -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/tikz-timing/ - -%files tikz-timing-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/tikz-timing/ - -%files svn-prov -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/svn-prov/ - -%files svn-prov-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/svn-prov/ - -%files tikzinclude -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/tikzinclude/ - -%files tikzinclude-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/tikzinclude/ - -%files tikzmark -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/tikzmark/ - -%files tikzmark-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/tikzmark/ - -%files tikzorbital -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/tikzorbital/ - -%files tikzorbital-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/tikzorbital/ - -%files tikzpagenodes -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/tikzpagenodes/ - -%files tikzpagenodes-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/tikzpagenodes/ - -%files tikzpfeile -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/tikzpfeile/ - -%files tikzpfeile-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/tikzpfeile/ - -%files tikzposter -%license lppl1.2.txt -%{_texdir}/texmf-dist/tex/latex/tikzposter/ - -%files tikzposter-doc -%license lppl1.2.txt -%{_texdir}/texmf-dist/doc/latex/tikzposter/ - -%files tikzscale -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/tikzscale/ - -%files tikzscale-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/tikzscale/ - -%files tikzsymbols -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/tikzsymbols/ - -%files tikzsymbols-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/tikzsymbols/ - -%files timing-diagrams -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/timing-diagrams/ - -%files timing-diagrams-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/timing-diagrams/ - -%files tqft -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/tqft/ - -%files tqft-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/tqft/ - -%files tkz-base -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/tkz-base/ - -%files tkz-base-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/tkz-base/ - -%files tkz-doc -%license lppl1.txt -%doc %{_texdir}/texmf-dist/doc/latex/tkz-doc/ - -%files tkz-euclide -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/tkz-euclide/ - -%files tkz-euclide-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/tkz-euclide/ - -%files tkz-fct -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/tkz-fct/ - -%files tkz-fct-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/tkz-fct/ - -%files tkz-orm -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/tkz-orm/ - -%files tkz-orm-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/tkz-orm/ - -%files tkz-tab -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/tkz-tab/ - -%files tkz-tab-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/tkz-tab/ - -%files tsemlines -%license pd.txt -%{_texdir}/texmf-dist/tex/latex/tsemlines/ - -%files tufte-latex -%license apache2.txt -%{_texdir}/texmf-dist/bibtex/bst/tufte-latex/ -%{_texdir}/texmf-dist/tex/latex/tufte-latex/ - -%files tufte-latex-doc -%license apache2.txt -%{_texdir}/texmf-dist/doc/latex/tufte-latex/ - -%files xifthen -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/xifthen/ - -%files xifthen-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/xifthen/ - -%files ifmtarg -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/ifmtarg/ - -%files ifmtarg-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/ifmtarg/ - -%files paralist -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/paralist/ - -%files paralist-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/paralist/ - -%files sauerj -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/sauerj/ - -%files sauerj-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/sauerj/ - -%files placeins -%license pd.txt -%{_texdir}/texmf-dist/tex/latex/placeins/ - -%files placeins-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/latex/placeins/ - -%files venndiagram -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/venndiagram/ - -%files venndiagram-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/venndiagram/ - -%files xpicture -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/xpicture/ - -%files xpicture-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/xpicture/ - -%files xypic -%license gpl.txt -%{_texdir}/texmf-dist/dvips/xypic/ -%{_texdir}/texmf-dist/fonts/afm/public/xypic/ -%{_texdir}/texmf-dist/fonts/enc/dvips/xypic/ -%{_texdir}/texmf-dist/fonts/map/dvips/xypic/ -%{_texdir}/texmf-dist/fonts/source/public/xypic/ -%{_texdir}/texmf-dist/fonts/tfm/public/xypic/ -%{_texdir}/texmf-dist/fonts/type1/public/xypic/ -%{_texdir}/texmf-dist/tex/generic/xypic/ - -%files xypic-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/generic/xypic/ - -%files ESIEEcv -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/ESIEEcv/ - -%files ESIEEcv-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/ESIEEcv/ - -%files GS1 -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/GS1/ - -%files GS1-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/GS1/ - -%files HA-prosper -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/HA-prosper/ - -%files HA-prosper-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/HA-prosper/ - -%files Tabbing -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/Tabbing/ - -%files Tabbing-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/Tabbing/ - -%files colordoc -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/colordoc/ - -%files colordoc-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/colordoc/ - -%files colorinfo -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/colorinfo/ - -%files colorinfo-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/colorinfo/ - -%files colorspace -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/colorspace/ - -%files colorspace-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/colorspace/ - -%files colortab -%license lppl1.txt -%{_texdir}/texmf-dist/tex/generic/colortab/ - -%files colortab-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/colortab/ - -%files colorwav -%license lgpl2.1.txt -%{_texdir}/texmf-dist/tex/latex/colorwav/ - -%files colorwav-doc -%license lgpl2.1.txt -%{_texdir}/texmf-dist/doc/latex/colorwav/ - -%files colorweb -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/colorweb/ - -%files colorweb-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/colorweb/ - -%files colourchange -%license gpl3.txt -%{_texdir}/texmf-dist/tex/latex/colourchange/ - -%files colourchange-doc -%license gpl3.txt -%{_texdir}/texmf-dist/doc/latex/colourchange/ - -%files combelow -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/combelow/ - -%files combelow-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/combelow/ - -%files combine -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/combine/ - -%files combine-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/combine/ - -%files comma -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/comma/ - -%files comma-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/comma/ - -%files commado -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/commado/ - -%files commado-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/commado/ - -%files comment -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/comment/ - -%files comment-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/comment/ - -%files concepts -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/concepts/ - -%files concepts-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/concepts/ - -%files concprog -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/concprog/ - -%files concprog-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/concprog/ - -%files constants -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/constants/ - -%files constants-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/constants/ - -%files contour -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/contour/ - -%files contour-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/contour/ - -%files contracard -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/contracard/ - -%files contracard-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/contracard/ - -%files cooking -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/cooking/ - -%files cooking-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/cooking/ - -%files cool -%license lgpl2.1.txt -%{_texdir}/texmf-dist/tex/latex/cool/ - -%files cool-doc -%license lgpl2.1.txt -%{_texdir}/texmf-dist/doc/latex/cool/ - -%files coollist -%license lgpl2.1.txt -%{_texdir}/texmf-dist/tex/latex/coollist/ - -%files coollist-doc -%license lgpl2.1.txt -%{_texdir}/texmf-dist/doc/latex/coollist/ - -%files coolstr -%license lgpl2.1.txt -%{_texdir}/texmf-dist/tex/latex/coolstr/ - -%files coolstr-doc -%license lgpl2.1.txt -%{_texdir}/texmf-dist/doc/latex/coolstr/ - -%files coolthms -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/coolthms/ - -%files coolthms-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/coolthms/ - -%files cooltooltips -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/cooltooltips/ - -%files cooltooltips-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/cooltooltips/ - -%files coordsys -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/coordsys/ - -%files coordsys-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/coordsys/ - -%files copyedit -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/copyedit/ - -%files copyedit-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/copyedit/ - -%files copyrightbox -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/copyrightbox/ - -%files copyrightbox-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/copyrightbox/ - -%files coseoul -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/coseoul/ - -%files coseoul-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/coseoul/ - -%files counttexruns -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/counttexruns/ - -%files counttexruns-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/counttexruns/ - -%files courseoutline -%{_texdir}/texmf-dist/tex/latex/courseoutline/ - -%files courseoutline-doc -%{_texdir}/texmf-dist/doc/latex/courseoutline/ - -%files coursepaper -%{_texdir}/texmf-dist/tex/latex/coursepaper/ - -%files coursepaper-doc -%{_texdir}/texmf-dist/doc/latex/coursepaper/ - -%files coverpage -%license lppl1.2.txt -%{_texdir}/texmf-dist/tex/latex/coverpage/ - -%files coverpage-doc -%license lppl1.2.txt -%{_texdir}/texmf-dist/doc/latex/coverpage/ - -%files cprotect -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/cprotect/ - -%files cprotect-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/cprotect/ - -%files crbox -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/crbox/ - -%files crbox-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/crbox/ - -%files crossreference -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/crossreference/ - -%files crossreference-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/crossreference/ - -%files csquotes -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/csquotes/ - -%files csquotes-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/csquotes/ - -%files csvsimple -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/csvsimple/ - -%files csvsimple-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/csvsimple/ - -%files cuisine -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/cuisine/ - -%files cuisine-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/cuisine/ - -%files currfile -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/currfile/ - -%files currfile-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/currfile/ - -%files currvita -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/currvita/ - -%files currvita-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/currvita/ - -%files cutwin -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/cutwin/ - -%files cutwin-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/cutwin/ - -%files cv -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/cv/ - -%files cv-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/cv/ - -%files cv4tw -%license other-free.txt -%{_texdir}/texmf-dist/tex/latex/cv4tw/ - -%files cv4tw-doc -%license other-free.txt -%{_texdir}/texmf-dist/doc/latex/cv4tw/ - -%files cweb-latex -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/cweb-latex/ - -%files cweb-latex-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/cweb-latex/ - -%files cyber -%license other-free.txt -%{_texdir}/texmf-dist/tex/latex/cyber/ - -%files cyber-doc -%license other-free.txt -%{_texdir}/texmf-dist/doc/latex/cyber/ - -%files cybercic -%license other-free.txt -%{_texdir}/texmf-dist/tex/latex/cybercic/ - -%files cybercic-doc -%license other-free.txt -%{_texdir}/texmf-dist/doc/latex/cybercic/ - -%files dashbox -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/dashbox/ - -%files dashbox-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/dashbox/ - -%files dashrule -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/dashrule/ - -%files dashrule-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/dashrule/ - -%files dashundergaps -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/dashundergaps/ - -%files dashundergaps-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/dashundergaps/ - -%files dataref -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/dataref/ - -%files dataref-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/dataref/ - -%files datatool -%license lppl1.3.txt -%{_texdir}/texmf-dist/bibtex/bst/datatool/ -%{_texdir}/texmf-dist/tex/latex/datatool/ - -%files datatool-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/datatool/ - -%files dateiliste -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/dateiliste/ - -%files dateiliste-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/dateiliste/ - -%files datenumber -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/datenumber/ - -%files datenumber-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/datenumber/ - -%files datetime -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/datetime/ - -%files datetime-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/datetime/ - -%files datetime2 -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/datetime2/ - -%files datetime2-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/datetime2/ - -%files datetime2-bahasai -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/datetime2-bahasai/ - -%files datetime2-bahasai-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/datetime2-bahasai/ - -%files datetime2-basque -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/datetime2-basque/ - -%files datetime2-basque-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/datetime2-basque/ - -%files datetime2-breton -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/datetime2-breton/ - -%files datetime2-breton-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/datetime2-breton/ - -%files datetime2-bulgarian -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/datetime2-bulgarian/ - -%files datetime2-bulgarian-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/datetime2-bulgarian/ - -%files datetime2-catalan -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/datetime2-catalan/ - -%files datetime2-catalan-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/datetime2-catalan/ - -%files datetime2-croatian -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/datetime2-croatian/ - -%files datetime2-croatian-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/datetime2-croatian/ - -%files datetime2-czech -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/datetime2-czech/ - -%files datetime2-czech-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/datetime2-czech/ - -%files datetime2-danish -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/datetime2-danish/ - -%files datetime2-danish-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/datetime2-danish/ - -%files datetime2-dutch -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/datetime2-dutch/ - -%files datetime2-dutch-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/datetime2-dutch/ - -%files datetime2-en-fulltext -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/datetime2-en-fulltext/ - -%files datetime2-en-fulltext-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/datetime2-en-fulltext/ - -%files datetime2-english -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/datetime2-english/ - -%files datetime2-english-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/datetime2-english/ - -%files datetime2-esperanto -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/datetime2-esperanto/ - -%files datetime2-esperanto-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/datetime2-esperanto/ - -%files datetime2-estonian -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/datetime2-estonian/ - -%files datetime2-estonian-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/datetime2-estonian/ - -%files datetime2-finnish -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/datetime2-finnish/ - -%files datetime2-finnish-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/datetime2-finnish/ - -%files datetime2-french -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/datetime2-french/ - -%files datetime2-french-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/datetime2-french/ - -%files datetime2-galician -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/datetime2-galician/ - -%files datetime2-galician-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/datetime2-galician/ - -%files datetime2-german -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/datetime2-german/ - -%files datetime2-german-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/datetime2-german/ - -%files datetime2-greek -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/datetime2-greek/ - -%files datetime2-greek-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/datetime2-greek/ - -%files datetime2-hebrew -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/datetime2-hebrew/ - -%files datetime2-hebrew-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/datetime2-hebrew/ - -%files datetime2-icelandic -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/datetime2-icelandic/ - -%files datetime2-icelandic-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/datetime2-icelandic/ - -%files datetime2-irish -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/datetime2-irish/ - -%files datetime2-irish-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/datetime2-irish/ - -%files datetime2-italian -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/datetime2-italian/ - -%files datetime2-italian-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/datetime2-italian/ - -%files datetime2-it-fulltext -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/datetime2-it-fulltext/ - -%files datetime2-it-fulltext-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/datetime2-it-fulltext/ - -%files datetime2-latin -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/datetime2-latin/ - -%files datetime2-latin-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/datetime2-latin/ - -%files datetime2-lsorbian -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/datetime2-lsorbian/ - -%files datetime2-lsorbian-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/datetime2-lsorbian/ - -%files datetime2-magyar -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/datetime2-magyar/ - -%files datetime2-magyar-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/datetime2-magyar/ - -%files datetime2-norsk -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/datetime2-norsk/ - -%files datetime2-norsk-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/datetime2-norsk/ - -%files datetime2-polish -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/datetime2-polish/ - -%files datetime2-polish-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/datetime2-polish/ - -%files datetime2-portuges -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/datetime2-portuges/ - -%files datetime2-portuges-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/datetime2-portuges/ - -%files datetime2-romanian -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/datetime2-romanian/ - -%files datetime2-romanian-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/datetime2-romanian/ - -%files datetime2-russian -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/datetime2-russian/ - -%files datetime2-russian-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/datetime2-russian/ - -%files datetime2-samin -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/datetime2-samin/ - -%files datetime2-samin-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/datetime2-samin/ - -%files datetime2-scottish -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/datetime2-scottish/ - -%files datetime2-scottish-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/datetime2-scottish/ - -%files datetime2-serbian -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/datetime2-serbian/ - -%files datetime2-serbian-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/datetime2-serbian/ - -%files datetime2-slovak -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/datetime2-slovak/ - -%files datetime2-slovak-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/datetime2-slovak/ - -%files datetime2-slovene -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/datetime2-slovene/ - -%files datetime2-slovene-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/datetime2-slovene/ - -%files datetime2-spanish -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/datetime2-spanish/ - -%files datetime2-spanish-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/datetime2-spanish/ - -%files datetime2-swedish -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/datetime2-swedish/ - -%files datetime2-swedish-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/datetime2-swedish/ - -%files datetime2-turkish -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/datetime2-turkish/ - -%files datetime2-turkish-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/datetime2-turkish/ - -%files datetime2-ukrainian -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/datetime2-ukrainian/ - -%files datetime2-ukrainian-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/datetime2-ukrainian/ - -%files datetime2-usorbian -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/datetime2-usorbian/ - -%files datetime2-usorbian-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/datetime2-usorbian/ - -%files datetime2-welsh -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/datetime2-welsh/ - -%files datetime2-welsh-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/datetime2-welsh/ - -%files dblfloatfix -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/dblfloatfix/ - -%files dblfloatfix-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/dblfloatfix/ - -%files decimal -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/decimal/ - -%files decimal-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/decimal/ - -%files decorule -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/decorule/ - -%files decorule-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/decorule/ - -%files delim -%license lppl1.2.txt -%{_texdir}/texmf-dist/tex/latex/delim/ - -%files delim-doc -%license lppl1.2.txt -%{_texdir}/texmf-dist/doc/latex/delim/ - -%files delimtxt -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/delimtxt/ - -%files delimtxt-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/delimtxt/ - -%files denisbdoc -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/denisbdoc/ - -%files denisbdoc-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/denisbdoc/ - -%files diagbox -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/diagbox/ - -%files diagbox-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/diagbox/ - -%files diagnose -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/diagnose/ - -%files diagnose-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/diagnose/ - -%files dialogl -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/dialogl/ - -%files dialogl-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/dialogl/ - -%files dichokey -%license pd.txt -%{_texdir}/texmf-dist/tex/latex/dichokey/ - -%files dichokey-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/latex/dichokey/ - -%files dinbrief -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/dinbrief/ - -%files dinbrief-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/dinbrief/ - -%files directory -%license lppl1.txt -%{_texdir}/texmf-dist/bibtex/bib/directory/ -%{_texdir}/texmf-dist/bibtex/bst/directory/ -%{_texdir}/texmf-dist/tex/latex/directory/ - -%files directory-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/directory/ - -%files dirtytalk -%license pd.txt -%{_texdir}/texmf-dist/tex/latex/dirtytalk/ - -%files dirtytalk-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/latex/dirtytalk/ - -%files dlfltxb -%license lppl1.txt -%{_texdir}/texmf-dist/bibtex/bst/dlfltxb/ -%{_texdir}/texmf-dist/tex/latex/dlfltxb/ - -%files dlfltxb-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/dlfltxb/ - -%files dnaseq -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/dnaseq/ - -%files dnaseq-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/dnaseq/ - -%files doclicense -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/doclicense/ - -%files doclicense-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/doclicense/ - -%files docmfp -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/docmfp/ - -%files docmfp-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/docmfp/ - -%files docmute -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/docmute/ - -%files docmute-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/docmute/ - -%files doctools -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/doctools/ - -%files doctools-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/doctools/ - -%files documentation -%license lppl1.2.txt -%{_texdir}/texmf-dist/tex/latex/documentation/ - -%files documentation-doc -%license lppl1.2.txt -%{_texdir}/texmf-dist/doc/latex/documentation/ - -%files doi -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/doi/ - -%files doi-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/doi/ - -%files dotarrow -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/dotarrow/ - -%files dotarrow-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/dotarrow/ - -%files dotseqn -%{_texdir}/texmf-dist/tex/latex/dotseqn/ - -%files dotseqn-doc -%{_texdir}/texmf-dist/doc/latex/dotseqn/ - -%files download -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/download/ - -%files download-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/download/ - -%files dox -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/dox/ - -%files dox-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/dox/ - -%files dpfloat -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/dpfloat/ - -%files dpfloat-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/dpfloat/ - -%files dprogress -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/dprogress/ - -%files dprogress-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/dprogress/ - -%files drac -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/drac/ - -%files drac-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/drac/ - -%files draftcopy -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/draftcopy/ - -%files draftcopy-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/draftcopy/ - -%files draftwatermark -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/draftwatermark/ - -%files draftwatermark-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/draftwatermark/ - -%files dtk -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/dtk/ - -%files dtk-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/dtk/ - -%files dtxgallery-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/dtxgallery/ - -%files dvdcoll -%license lppl1.txt -%{_texdir}/texmf-dist/bibtex/bst/dvdcoll/ -%{_texdir}/texmf-dist/tex/latex/dvdcoll/ - -%files dvdcoll-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/dvdcoll/ - -%files dynblocks -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/dynblocks/ - -%files dynblocks-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/dynblocks/ - -%files ean13isbn -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/ean13isbn/ - -%files ean13isbn-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/ean13isbn/ - -%files easy -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/easy/ - -%files easy-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/easy/ - -%files easy-todo -%license apache2.txt -%{_texdir}/texmf-dist/tex/latex/easy-todo/ - -%files easy-todo-doc -%license apache2.txt -%{_texdir}/texmf-dist/doc/latex/easy-todo/ - -%files easyfig -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/easyfig/ - -%files easyfig-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/easyfig/ - -%files easylist -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/easylist/ - -%files easylist-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/easylist/ - -%files easyreview -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/easyreview/ - -%files easyreview-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/easyreview/ - -%files ebezier -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/ebezier/ - -%files ebezier-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/ebezier/ - -%files ecclesiastic -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/ecclesiastic/ - -%files ecclesiastic-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/ecclesiastic/ - -%files ecv -%{_texdir}/texmf-dist/tex/latex/ecv/ - -%files ecv-doc -%{_texdir}/texmf-dist/doc/latex/ecv/ - -%files ed -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/ed/ - -%files ed-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/ed/ - -%files edmargin -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/edmargin/ - -%files edmargin-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/edmargin/ - -%files eemeir -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/eemeir/ - -%files eemeir-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/eemeir/ - -%files efbox -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/efbox/ - -%files efbox-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/efbox/ - -%files egplot -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/egplot/ - -%files egplot-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/egplot/ - -%files elements -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/elements/ - -%files elements-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/elements/ - -%files ellipsis -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/ellipsis/ - -%files ellipsis-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/ellipsis/ - -%files elmath -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/elmath/ - -%files elmath-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/elmath/ - -%files elocalloc -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/elocalloc/ - -%files elocalloc-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/elocalloc/ - -%files elpres -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/elpres/ - -%files elpres-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/elpres/ - -%files elzcards -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/elzcards/ - -%files elzcards-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/elzcards/ - -%files emarks -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/emarks/ - -%files emarks-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/emarks/ - -%files embedall -%license lppl1.2.txt -%{_texdir}/texmf-dist/tex/latex/embedall/ - -%files embedall-doc -%license lppl1.2.txt -%{_texdir}/texmf-dist/doc/latex/embedall/ - -%files embrac -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/embrac/ - -%files embrac-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/embrac/ - -%files emptypage -%license lppl1.2.txt -%{_texdir}/texmf-dist/tex/latex/emptypage/ - -%files emptypage-doc -%license lppl1.2.txt -%{_texdir}/texmf-dist/doc/latex/emptypage/ - -%files emulateapj -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/emulateapj/ - -%files emulateapj-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/emulateapj/ - -%files endfloat -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/endfloat/ - -%files endfloat-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/endfloat/ - -%files endheads -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/endheads/ - -%files endheads-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/endheads/ - -%files endnotes -%license lppl1.2.txt -%{_texdir}/texmf-dist/tex/latex/endnotes/ - -%files endnotes-doc -%license lppl1.2.txt -%{_texdir}/texmf-dist/doc/latex/endnotes/ - -%files engpron -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/engpron/ - -%files engpron-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/engpron/ - -%files engrec -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/engrec/ - -%files engrec-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/engrec/ - -%files enotez -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/enotez/ - -%files enotez-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/enotez/ - -%files enumitem -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/enumitem/ - -%files enumitem-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/enumitem/ - -%files enumitem-zref -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/enumitem-zref/ - -%files enumitem-zref-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/enumitem-zref/ - -%files envbig -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/envbig/ - -%files envbig-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/envbig/ - -%files environ -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/environ/ - -%files environ-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/environ/ - -%files envlab -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/envlab/ - -%files envlab-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/envlab/ - -%files epigraph -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/epigraph/ - -%files epigraph-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/epigraph/ - -%files epiolmec -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/map/dvips/epiolmec/ -%{_texdir}/texmf-dist/fonts/tfm/public/epiolmec/ -%{_texdir}/texmf-dist/fonts/type1/public/epiolmec/ -%{_texdir}/texmf-dist/tex/latex/epiolmec/ - -%files epiolmec-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/epiolmec/ - -%files eqell -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/eqell/ - -%files eqell-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/eqell/ - -%files eqlist -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/eqlist/ - -%files eqlist-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/eqlist/ - -%files eqname -%{_texdir}/texmf-dist/tex/latex/eqname/ - -%files eqparbox -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/eqparbox/ - -%files eqparbox-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/eqparbox/ - -%files errata -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/errata/ - -%files errata-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/errata/ - -%files esami -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/esami/ - -%files esami-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/esami/ - -%files esdiff -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/esdiff/ - -%files esdiff-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/esdiff/ - -%files esint -%license pd.txt -%{_texdir}/texmf-dist/fonts/source/public/esint/ -%{_texdir}/texmf-dist/fonts/tfm/public/esint/ -%{_texdir}/texmf-dist/tex/latex/esint/ - -%files esint-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/latex/esint/ - -%files esint-type1 -%license pd.txt -%{_texdir}/texmf-dist/dvips/esint-type1/ -%{_texdir}/texmf-dist/fonts/map/dvips/esint-type1/ -%{_texdir}/texmf-dist/fonts/type1/public/esint-type1/ -%{_texdir}/texmf-dist/tex/plain/esint-type1/ - -%files esint-type1-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/fonts/esint-type1/ - -%files etaremune -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/etaremune/ - -%files etaremune-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/etaremune/ - -%files etextools -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/etextools/ - -%files etextools-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/etextools/ - -%files etoc -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/etoc/ - -%files etoc-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/etoc/ - -%files etoolbox -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/etoolbox/ - -%files etoolbox-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/etoolbox/ - -%files eukdate -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/eukdate/ - -%files eukdate-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/eukdate/ - -%files europasscv -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/europasscv/ - -%files europasscv-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/europasscv/ - -%files europecv -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/europecv/ - -%files europecv-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/europecv/ - -%files everyhook -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/everyhook/ - -%files everyhook-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/everyhook/ - -%files everypage -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/everypage/ - -%files everypage-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/everypage/ - -%files exam -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/exam/ - -%files exam-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/exam/ - -%files exam-n -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/exam-n/ - -%files exam-n-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/exam-n/ - -%files examdesign -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/examdesign/ - -%files examdesign-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/examdesign/ - -%files example -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/example/ - -%files examplep -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/examplep/ - -%files examplep-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/examplep/ - -%files excludeonly -%license pd.txt -%{_texdir}/texmf-dist/tex/latex/excludeonly/ - -%files excludeonly-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/latex/excludeonly/ - -%files exercise -%license gpl2.txt -%{_texdir}/texmf-dist/tex/latex/exercise/ - -%files exercise-doc -%license gpl2.txt -%{_texdir}/texmf-dist/doc/latex/exercise/ - -%files exp-testopt -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/exp-testopt/ - -%files exp-testopt-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/exp-testopt/ - -%files expdlist -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/expdlist/ - -%files expdlist-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/expdlist/ - -%files export -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/export/ - -%files export-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/export/ - -%files exsheets -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/exsheets/ - -%files exsheets-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/exsheets/ - -%files exsol -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/exsol/ - -%files exsol-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/exsol/ - -%files extract -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/extract/ - -%files extract-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/extract/ - -%files facsimile -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/facsimile/ - -%files facsimile-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/facsimile/ - -%files factura -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/factura/ - -%files factura-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/factura/ - -%files fancylabel -%license lppl1.2.txt -%{_texdir}/texmf-dist/tex/latex/fancylabel/ - -%files fancylabel-doc -%license lppl1.2.txt -%{_texdir}/texmf-dist/doc/latex/fancylabel/ - -%files fancynum -%{_texdir}/texmf-dist/tex/latex/fancynum/ - -%files fancynum-doc -%{_texdir}/texmf-dist/doc/latex/fancynum/ - -%files fancypar -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/fancypar/ - -%files fancypar-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/fancypar/ - -%files fancyslides -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/fancyslides/ - -%files fancyslides-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/fancyslides/ - -%files fancytabs -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/fancytabs/ - -%files fancytabs-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/fancytabs/ - -%files fancytooltips -%license lppl1.2.txt -%{_texdir}/texmf-dist/tex/latex/fancytooltips/ - -%files fancytooltips-doc -%license lppl1.2.txt -%{_texdir}/texmf-dist/doc/latex/fancytooltips/ - -%files fcolumn -%license lppl1.2.txt -%{_texdir}/texmf-dist/tex/latex/fcolumn/ - -%files fcolumn-doc -%license lppl1.2.txt -%{_texdir}/texmf-dist/doc/latex/fcolumn/ - -%files fifo-stack -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/fifo-stack/ - -%files fifo-stack-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/fifo-stack/ - -%files figsize -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/figsize/ - -%files figsize-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/figsize/ - -%files filecontents -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/filecontents/ - -%files filecontents-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/filecontents/ - -%files filedate -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/filedate/ - -%files filedate-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/filedate/ - -%files filehook -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/filehook/ - -%files filehook-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/filehook/ - -%files fileinfo -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/fileinfo/ - -%files fileinfo-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/fileinfo/ - -%files filemod -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/filemod/ -%{_texdir}/texmf-dist/tex/latex/filemod/ - -%files filemod-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/filemod/ - -%files fink -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/fink/ - -%files fink-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/fink/ - -%files finstrut -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/finstrut/ - -%files finstrut-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/finstrut/ - -%files fithesis -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/fithesis/ - -%files fithesis-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/fithesis/ - -%files fixfoot -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/fixfoot/ - -%files fixfoot-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/fixfoot/ - -%files fixme -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/fixme/ - -%files fixme-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/fixme/ - -%files fixmetodonotes -%license pd.txt -%{_texdir}/texmf-dist/tex/latex/fixmetodonotes/ - -%files fixmetodonotes-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/latex/fixmetodonotes/ - -%files fjodor -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/fjodor/ - -%files fjodor-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/fjodor/ - -%files flabels -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/flabels/ - -%files flabels-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/flabels/ - -%files flacards -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/flacards/ - -%files flacards-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/flacards/ - -%files flagderiv -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/flagderiv/ - -%files flagderiv-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/flagderiv/ - -%files flashcards -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/flashcards/ - -%files flashcards-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/flashcards/ - -%files flashmovie -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/flashmovie/ - -%files flashmovie-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/flashmovie/ - -%files flipbook -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/flipbook/ - -%files flipbook-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/flipbook/ - -%files flippdf -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/flippdf/ - -%files flippdf-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/flippdf/ - -%files floatflt -%{_texdir}/texmf-dist/tex/latex/floatflt/ - -%files floatflt-doc -%{_texdir}/texmf-dist/doc/latex/floatflt/ - -%files floatrow -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/floatrow/ - -%files floatrow-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/floatrow/ - -%files flowfram -%license lppl1.3.txt -%{_texdir}/texmf-dist/scripts/flowfram/ -%{_texdir}/texmf-dist/tex/latex/flowfram/ - -%files flowfram-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/flowfram/ - -%files fmp -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/fmp/ - -%files fmp-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/fmp/ - -%files fmtcount -%license lppl1.3.txt -%{_texdir}/texmf-dist/scripts/fmtcount/ -%{_texdir}/texmf-dist/tex/latex/fmtcount/ - -%files fmtcount-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/fmtcount/ - -%files fn2end -%license pd.txt -%{_texdir}/texmf-dist/tex/latex/fn2end/ - -%files fn2end-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/latex/fn2end/ - -%files fnbreak -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/fnbreak/ - -%files fnbreak-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/fnbreak/ - -%files fncychap -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/fncychap/ - -%files fncychap-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/fncychap/ - -%files fncylab -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/fncylab/ - -%files fncylab-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/fncylab/ - -%files fnpara -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/fnpara/ - -%files fnpara-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/fnpara/ - -%files fnpct -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/fnpct/ - -%files fnpct-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/fnpct/ - -%files fnumprint -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/fnumprint/ - -%files fnumprint-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/fnumprint/ - -%files foilhtml -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/foilhtml/ - -%files foilhtml-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/foilhtml/ - -%files fontaxes -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/fontaxes/ - -%files fontaxes-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/fontaxes/ - -%files fonttable -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/fonttable/ - -%files fonttable-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/fonttable/ - -%files footmisc -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/footmisc/ - -%files footmisc-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/footmisc/ - -%files footnotebackref -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/footnotebackref/ - -%files footnotebackref-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/footnotebackref/ - -%files footnoterange -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/footnoterange/ - -%files footnoterange-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/footnoterange/ - -%files footnpag -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/footnpag/ - -%files footnpag-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/footnpag/ - -%files forarray -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/forarray/ - -%files forarray-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/forarray/ - -%files foreign -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/foreign/ - -%files foreign-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/foreign/ - -%files forloop -%license lgpl2.1.txt -%{_texdir}/texmf-dist/tex/latex/forloop/ - -%files forloop-doc -%license lgpl2.1.txt -%{_texdir}/texmf-dist/doc/latex/forloop/ - -%files formlett -%{_texdir}/texmf-dist/tex/generic/formlett/ - -%files formlett-doc -%{_texdir}/texmf-dist/doc/generic/formlett/ - -%files formular -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/formular/ - -%files formular-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/formular/ - -%files fragments -%license collection.txt -%{_texdir}/texmf-dist/tex/latex/fragments/ - -%files fragments-doc -%license collection.txt -%{_texdir}/texmf-dist/doc/latex/fragments/ - -%files frame -%license lppl1.txt -%{_texdir}/texmf-dist/tex/generic/frame/ - -%files frame-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/frame/ - -%files framed -%{_texdir}/texmf-dist/tex/latex/framed/ - -%files framed-doc -%{_texdir}/texmf-dist/doc/latex/framed/ - -%files frankenstein -%license collection.txt -%{_texdir}/texmf-dist/bibtex/bib/frankenstein/ -%{_texdir}/texmf-dist/bibtex/bst/frankenstein/ -%{_texdir}/texmf-dist/tex/latex/frankenstein/ - -%files frankenstein-doc -%license collection.txt -%{_texdir}/texmf-dist/doc/latex/frankenstein/ - -%files frege -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/frege/ - -%files frege-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/frege/ - -%files ftcap -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/ftcap/ - -%files ftcap-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/ftcap/ - -%files ftnxtra -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/ftnxtra/ - -%files ftnxtra-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/ftnxtra/ - -%files fullblck -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/fullblck/ - -%files fullblck-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/fullblck/ - -%files fullminipage -%license gpl3.txt -%{_texdir}/texmf-dist/tex/latex/fullminipage/ - -%files fullminipage-doc -%license gpl3.txt -%{_texdir}/texmf-dist/doc/latex/fullminipage/ - -%files fullwidth -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/fullwidth/ - -%files fullwidth-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/fullwidth/ - -%files fundus-calligra -%license other-free.txt -%{_texdir}/texmf-dist/tex/latex/fundus-calligra/ - -%files fundus-calligra-doc -%license other-free.txt -%{_texdir}/texmf-dist/doc/latex/fundus-calligra/ - -%files fundus-cyr -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/fundus-cyr/ - -%files fundus-sueterlin -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/fundus-sueterlin/ - -%files fundus-sueterlin-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/fundus-sueterlin/ - -%files fwlw -%{_texdir}/texmf-dist/tex/latex/fwlw/ - -%files fwlw-doc -%{_texdir}/texmf-dist/doc/latex/fwlw/ - -%files g-brief -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/g-brief/ - -%files g-brief-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/g-brief/ - -%files gauss -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/gauss/ - -%files gauss-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/gauss/ - -%files gcard -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/gcard/ - -%files gcard-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/gcard/ - -%files gcite -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/gcite/ - -%files gcite-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/gcite/ - -%files gender -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/gender/ - -%files gender-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/gender/ - -%files genmpage -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/genmpage/ - -%files genmpage-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/genmpage/ - -%files getfiledate -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/getfiledate/ - -%files getfiledate-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/getfiledate/ - -%files ginpenc -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/ginpenc/ - -%files ginpenc-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/ginpenc/ - -%files gitinfo -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/gitinfo/ - -%files gitinfo-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/gitinfo/ - -%files gitinfo2 -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/gitinfo2/ - -%files gitinfo2-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/gitinfo2/ - -%files gloss -%license lppl1.txt -%{_texdir}/texmf-dist/bibtex/bib/gloss/ -%{_texdir}/texmf-dist/bibtex/bst/gloss/ -%{_texdir}/texmf-dist/tex/latex/gloss/ - -%files gloss-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/gloss/ - -%files glossaries-danish -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/glossaries-danish/ - -%files glossaries-danish-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/glossaries-danish/ - -%files glossaries-dutch -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/glossaries-dutch/ - -%files glossaries-dutch-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/glossaries-dutch/ - -%files glossaries-english -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/glossaries-english/ - -%files glossaries-english-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/glossaries-english/ -%files glossaries-french -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/glossaries-french/ - -%files glossaries-french-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/glossaries-french/ -%files glossaries-german -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/glossaries-german/ - -%files glossaries-german-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/glossaries-german/ - -%files glossaries-irish -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/glossaries-irish/ - -%files glossaries-irish-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/glossaries-irish/ - -%files glossaries-italian -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/glossaries-italian/ - -%files glossaries-italian-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/glossaries-italian/ - -%files glossaries-magyar -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/glossaries-magyar/ - -%files glossaries-magyar-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/glossaries-magyar/ - -%files glossaries-polish -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/glossaries-polish/ - -%files glossaries-polish-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/glossaries-polish/ - -%files glossaries-portuges -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/glossaries-portuges/ - -%files glossaries-portuges-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/glossaries-portuges/ - -%files glossaries-serbian -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/glossaries-serbian/ - -%files glossaries-serbian-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/glossaries-serbian/ - -%files glossaries-spanish -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/glossaries-spanish/ - -%files glossaries-spanish-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/glossaries-spanish/ - -%files gmdoc -%license lppl1.txt -%{_texdir}/texmf-dist/makeindex/gmdoc/ -%{_texdir}/texmf-dist/tex/latex/gmdoc/ - -%files gmdoc-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/gmdoc/ - -%files gmdoc-enhance -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/gmdoc-enhance/ - -%files gmdoc-enhance-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/gmdoc-enhance/ - -%files gmiflink -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/gmiflink/ - -%files gmiflink-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/gmiflink/ - -%files gmutils -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/gmutils/ - -%files gmutils-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/gmutils/ - -%files gmverb -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/gmverb/ - -%files gmverb-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/gmverb/ - -%files graphbox -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/graphbox/ - -%files graphbox-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/graphbox/ - -%files graphicx-psmin -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/graphicx-psmin/ - -%files graphicx-psmin-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/graphicx-psmin/ - -%files graphicxbox -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/graphicxbox/ - -%files graphicxbox-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/graphicxbox/ - -%files grfpaste -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/grfpaste/ - -%files grfpaste-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/grfpaste/ - -%files grid -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/grid/ - -%files grid-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/grid/ - -%files grid-system -%license apache2.txt -%{_texdir}/texmf-dist/tex/latex/grid-system/ - -%files grid-system-doc -%license apache2.txt -%{_texdir}/texmf-dist/doc/latex/grid-system/ - -%files gridset -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/gridset/ - -%files gridset-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/gridset/ - -%files gtl -%license lppl1.txt -%{_texdir}/texmf-dist/tex/generic/gtl/ - -%files gtl-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/gtl/ - -%files guitlogo -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/guitlogo/ - -%files guitlogo-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/guitlogo/ - -%files handout -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/handout/ - -%files handout-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/handout/ - -%files hang -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/hang/ - -%files hang-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/hang/ - -%files hanging -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/hanging/ - -%files hanging-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/hanging/ - -%files hardwrap -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/hardwrap/ - -%files hardwrap-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/hardwrap/ - -%files harnon-cv -%license pd.txt -%{_texdir}/texmf-dist/tex/latex/harnon-cv/ - -%files harnon-cv-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/latex/harnon-cv/ - -%files harpoon -%license pd.txt -%{_texdir}/texmf-dist/tex/latex/harpoon/ - -%files harpoon-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/latex/harpoon/ - -%files hc -%{_texdir}/texmf-dist/bibtex/bst/hc/ -%{_texdir}/texmf-dist/tex/latex/hc/ - -%files hc-doc -%{_texdir}/texmf-dist/doc/latex/hc/ - -%files he-she -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/he-she/ - -%files he-she-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/he-she/ - -%files hhtensor -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/hhtensor/ - -%files hhtensor-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/hhtensor/ - -%files histogr -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/histogr/ - -%files histogr-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/histogr/ - -%files hitec -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/hitec/ - -%files hitec-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/hitec/ - -%files hletter -%license lppl1.2.txt -%{_texdir}/texmf-dist/tex/latex/hletter/ - -%files hletter-doc -%license lppl1.2.txt -%{_texdir}/texmf-dist/doc/latex/hletter/ - -%files hpsdiss -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/hpsdiss/ - -%files hpsdiss-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/hpsdiss/ - -%files hrefhide -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/hrefhide/ - -%files hrefhide-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/hrefhide/ - -%files hvindex -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/hvindex/ - -%files hvindex-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/hvindex/ - -%files hypdvips -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/hypdvips/ - -%files hypdvips-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/hypdvips/ - -%files hyper -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/hyper/ - -%files hyper-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/hyper/ - -%files hypernat -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/hypernat/ - -%files hypernat-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/hypernat/ - -%files hyperxmp -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/hyperxmp/ - -%files hyperxmp-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/hyperxmp/ - -%files hyphenat -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/hyphenat/ - -%files hyphenat-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/hyphenat/ - -%files idxcmds -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/idxcmds/ - -%files idxcmds-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/idxcmds/ - -%files idxlayout -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/idxlayout/ - -%files idxlayout-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/idxlayout/ - -%files ifmslide -%license lppl1.2.txt -%{_texdir}/texmf-dist/tex/latex/ifmslide/ - -%files ifmslide-doc -%license lppl1.2.txt -%{_texdir}/texmf-dist/doc/latex/ifmslide/ - -%files ifnextok -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/ifnextok/ - -%files ifnextok-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/ifnextok/ - -%files ifoddpage -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/ifoddpage/ - -%files ifoddpage-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/ifoddpage/ - -%files ifplatform -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/ifplatform/ - -%files ifplatform-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/ifplatform/ - -%files ifthenx -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/ifthenx/ - -%files ifthenx-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/ifthenx/ - -%files iitem -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/iitem/ - -%files iitem-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/iitem/ - -%files image-gallery -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/image-gallery/ - -%files image-gallery-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/image-gallery/ - -%files imakeidx -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/imakeidx/ - -%files imakeidx-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/imakeidx/ - -%files import -%license pd.txt -%{_texdir}/texmf-dist/tex/latex/import/ - -%files import-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/latex/import/ - -%files incgraph -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/incgraph/ - -%files incgraph-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/incgraph/ - -%files indextools -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/indextools/ - -%files indextools-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/indextools/ - -%files inlinedef -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/inlinedef/ - -%files inlinedef-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/inlinedef/ - -%files inputtrc -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/inputtrc/ - -%files inputtrc-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/inputtrc/ - -%files interactiveworkbook -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/interactiveworkbook/ - -%files interactiveworkbook-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/interactiveworkbook/ - -%files interfaces -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/interfaces/ - -%files interfaces-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/interfaces/ - -%files inversepath -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/inversepath/ - -%files inversepath-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/inversepath/ - -%files invoice -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/invoice/ - -%files invoice-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/invoice/ - -%files iso -%license lppl1.txt -%{_texdir}/texmf-dist/makeindex/iso/ -%{_texdir}/texmf-dist/tex/latex/iso/ - -%files iso-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/iso/ - -%files iso10303 -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/iso10303/ - -%files iso10303-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/iso10303/ - -%files isodate -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/isodate/ - -%files isodate-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/isodate/ - -%files isodoc -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/isodoc/ - -%files isodoc-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/isodoc/ - -%files isonums -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/isonums/ - -%files isonums-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/isonums/ - -%files isorot -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/isorot/ - -%files isorot-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/isorot/ - -%files isotope -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/isotope/ - -%files isotope-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/isotope/ - -%files issuulinks -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/issuulinks/ - -%files issuulinks-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/issuulinks/ - -%files iwhdp -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/iwhdp/ - -%files iwhdp-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/iwhdp/ - -%files jlabels -%{_texdir}/texmf-dist/tex/latex/jlabels/ - -%files jlabels-doc -%{_texdir}/texmf-dist/doc/latex/jlabels/ - -%files jslectureplanner -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/jslectureplanner/ - -%files jslectureplanner-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/jslectureplanner/ - -%files jumplines -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/jumplines/ - -%files jumplines-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/jumplines/ - -%files jvlisting -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/jvlisting/ - -%files jvlisting-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/jvlisting/ - -%files kantlipsum -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/kantlipsum/ - -%files kantlipsum-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/kantlipsum/ - -%files kerntest -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/kerntest/ - -%files kerntest-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/kerntest/ - -%files keycommand -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/keycommand/ - -%files keycommand-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/keycommand/ - -%files keyreader -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/keyreader/ - -%files keyreader-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/keyreader/ - -%files keystroke -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/keystroke/ - -%files keystroke-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/keystroke/ - -%files keyval2e -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/keyval2e/ - -%files keyval2e-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/keyval2e/ - -%files kix -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/kix/ - -%files kix-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/kix/ - -%files koma-moderncvclassic -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/koma-moderncvclassic/ - -%files koma-moderncvclassic-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/koma-moderncvclassic/ - -%files koma-script-sfs -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/koma-script-sfs/ - -%files koma-script-sfs-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/koma-script-sfs/ - -%files komacv -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/komacv/ - -%files komacv-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/komacv/ - -%files ktv-texdata -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/ktv-texdata/ - -%files ktv-texdata-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/ktv-texdata/ - -%files labbook -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/labbook/ - -%files labbook-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/labbook/ - -%files labels -%license lppl1.2.txt -%{_texdir}/texmf-dist/tex/latex/labels/ - -%files labels-doc -%license lppl1.2.txt -%{_texdir}/texmf-dist/doc/latex/labels/ - -%files lastpackage -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/lastpackage/ - -%files lastpackage-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/lastpackage/ - %files lastpage -%license lppl1.3.txt +%license gpl2.txt %{_texdir}/texmf-dist/tex/latex/lastpage/ - -%files lastpage-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/lastpage/ - -%files latexdemo -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/latexdemo/ - -%files latexdemo-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/latexdemo/ - -%files layouts -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/layouts/ - -%files layouts-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/layouts/ - -%files lazylist -%license lppl1.2.txt -%{_texdir}/texmf-dist/tex/latex/lazylist/ - -%files lazylist-doc -%license lppl1.2.txt -%{_texdir}/texmf-dist/doc/latex/lazylist/ - -%files lcd -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/lcd/ - -%files lcd-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/lcd/ - -%files lcg -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/lcg/ - -%files lcg-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/lcg/ - -%files leading -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/leading/ - -%files leading-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/leading/ - -%files leaflet -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/leaflet/ - -%files leaflet-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/leaflet/ - -%files leftidx -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/leftidx/ - -%files leftidx-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/leftidx/ - -%files lengthconvert -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/lengthconvert/ - -%files lengthconvert-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/lengthconvert/ - -%files lettre -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/lettre/ - -%files lettre-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/lettre/ +%doc %{_texdir}/texmf-dist/doc/latex/lastpage/ %files lettrine -%license lppl1.3.txt +%license lppl1.txt %{_texdir}/texmf-dist/tex/latex/lettrine/ - -%files lettrine-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/lettrine/ - -%files lewis -%license pd.txt -%{_texdir}/texmf-dist/tex/latex/lewis/ - -%files lewis-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/latex/lewis/ - -%files lhelp -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/lhelp/ - -%files lhelp-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/lhelp/ - -%files libgreek -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/libgreek/ - -%files libgreek-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/libgreek/ - -%files limap -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/limap/ - -%files linegoal -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/linegoal/ - -%files linegoal-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/linegoal/ - -%files lipsum -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/lipsum/ - -%files lipsum-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/lipsum/ - -%files lisp-on-tex -%license bsd.txt -%{_texdir}/texmf-dist/tex/latex/lisp-on-tex/ - -%files lisp-on-tex-doc -%license bsd.txt -%{_texdir}/texmf-dist/doc/latex/lisp-on-tex/ - -%files listing -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/listing/ - -%files listing-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/listing/ - -%files listlbls -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/listlbls/ - -%files listlbls-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/listlbls/ - -%files listliketab -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/listliketab/ - -%files listliketab-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/listliketab/ - -%files listofsymbols -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/listofsymbols/ - -%files listofsymbols-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/listofsymbols/ - -%files lkproof -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/lkproof/ - -%files lkproof-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/lkproof/ - -%files lmake -%license lppl1.2.txt -%{_texdir}/texmf-dist/tex/latex/lmake/ - -%files lmake-doc -%license lppl1.2.txt -%{_texdir}/texmf-dist/doc/latex/lmake/ - -%files locality -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/locality/ - -%files locality-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/locality/ - -%files localloc -%{_texdir}/texmf-dist/tex/latex/localloc/ - -%files localloc-doc -%{_texdir}/texmf-dist/doc/latex/localloc/ - -%files logbox -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/logbox/ - -%files logbox-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/logbox/ - -%files logical-markup-utils -%license gpl3.txt -%{_texdir}/texmf-dist/tex/latex/logical-markup-utils/ - -%files logical-markup-utils-doc -%license gpl3.txt -%{_texdir}/texmf-dist/doc/latex/logical-markup-utils/ - -%files logpap -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/logpap/ - -%files logpap-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/logpap/ - -%files longfigure -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/longfigure/ - -%files longfigure-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/longfigure/ - -%files longnamefilelist -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/longnamefilelist/ - -%files longnamefilelist-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/longnamefilelist/ - -%files loops -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/loops/ - -%files loops-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/loops/ - -%files lsc -%license lppl1.txt -%{_texdir}/texmf-dist/bibtex/bib/lsc/ -%{_texdir}/texmf-dist/tex/latex/lsc/ - -%files lsc-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/lsc/ - -%files lstaddons -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/lstaddons/ - -%files lstaddons-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/lstaddons/ - -%files lt3graph -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/lt3graph/ - -%files lt3graph-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/lt3graph/ - -%files ltablex -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/ltablex/ - -%files ltablex-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/ltablex/ - -%files ltabptch -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/ltabptch/ - -%files ltabptch-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/ltabptch/ - -%files ltxdockit -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/ltxdockit/ - -%files ltxdockit-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/ltxdockit/ - -%files ltxkeys -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/ltxkeys/ - -%files ltxkeys-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/ltxkeys/ - -%files ltxnew -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/ltxnew/ - -%files ltxnew-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/ltxnew/ - -%files ltxtools -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/ltxtools/ - -%files ltxtools-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/ltxtools/ - -%files macroswap -%license lppl1.2.txt -%{_texdir}/texmf-dist/tex/latex/macroswap/ - -%files macroswap-doc -%license lppl1.2.txt -%{_texdir}/texmf-dist/doc/latex/macroswap/ - -%files magaz -%{_texdir}/texmf-dist/tex/latex/magaz/ - -%files magaz-doc -%{_texdir}/texmf-dist/doc/latex/magaz/ - -%files mailing -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/mailing/ - -%files mailing-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/mailing/ - -%files mailmerge -%license lppl1.2.txt -%{_texdir}/texmf-dist/tex/latex/mailmerge/ - -%files mailmerge-doc -%license lppl1.2.txt -%{_texdir}/texmf-dist/doc/latex/mailmerge/ - -%files makebarcode -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/makebarcode/ - -%files makebarcode-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/makebarcode/ - -%files makebox -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/makebox/ - -%files makebox-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/makebox/ - -%files makecell -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/makecell/ - -%files makecell-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/makecell/ - -%files makecirc -%license lppl1.txt -%{_texdir}/texmf-dist/metapost/makecirc/ - -%files makecirc-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/metapost/makecirc/ - -%files makecmds -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/makecmds/ - -%files makecmds-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/makecmds/ - -%files makeglos -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/makeglos/ - -%files makeglos-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/makeglos/ - -%files mandi -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/mandi/ - -%files mandi-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/mandi/ - -%files manfnt -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/manfnt/ - -%files manuscript -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/manuscript/ - -%files manuscript-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/manuscript/ - -%files marginfix -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/marginfix/ - -%files marginfix-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/marginfix/ - -%files marginnote -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/marginnote/ - -%files marginnote-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/marginnote/ - -%files mathalpha -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/mathalpha/ - -%files mathalpha-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/mathalpha/ - -%files mathastext -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/mathastext/ - -%files mathastext-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/mathastext/ - -%files mathexam -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/mathexam/ - -%files mathexam-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/mathexam/ - -%files maybemath -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/maybemath/ - -%files maybemath-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/maybemath/ - -%files mcaption -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/mcaption/ - -%files mcaption-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/mcaption/ - -%files mceinleger -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/mceinleger/ - -%files mceinleger-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/mceinleger/ - -%files mcite -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/mcite/ - -%files mcite-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/mcite/ - -%files mciteplus -%license lppl1.txt -%{_texdir}/texmf-dist/bibtex/bst/mciteplus/ -%{_texdir}/texmf-dist/tex/latex/mciteplus/ - -%files mciteplus-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/mciteplus/ - -%files mdframed -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/mdframed/ - -%files mdframed-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/mdframed/ - -%files media9 -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/media9/ - -%files media9-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/media9/ - -%files medstarbeamer -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/medstarbeamer/ - -%files medstarbeamer-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/medstarbeamer/ - -%files meetingmins -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/meetingmins/ - -%files meetingmins-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/meetingmins/ - -%files memexsupp -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/memexsupp/ - -%files memexsupp-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/memexsupp/ - -%files memory -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/memory/ - -%files memory-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/memory/ - -%files menu -%{_texdir}/texmf-dist/tex/latex/menu/ - -%files menu-doc -%{_texdir}/texmf-dist/doc/latex/menu/ - -%files menukeys -%license lppl1.2.txt -%{_texdir}/texmf-dist/tex/latex/menukeys/ - -%files menukeys-doc -%license lppl1.2.txt -%{_texdir}/texmf-dist/doc/latex/menukeys/ - -%files method -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/method/ - -%files method-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/method/ - -%files metre -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/metre/ - -%files metre-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/metre/ - -%files mfirstuc -%license lppl1.3.txt -%{_texdir}/texmf-dist/scripts/mfirstuc/ -%{_texdir}/texmf-dist/tex/latex/mfirstuc/ - -%files mfirstuc-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/mfirstuc/ - -%files mftinc -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/mftinc/ - -%files mftinc-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/mftinc/ - -%files midpage -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/midpage/ - -%files midpage-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/midpage/ - -%files minibox -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/minibox/ - -%files minibox-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/minibox/ - -%files minifp -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/minifp/ - -%files minifp-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/minifp/ - -%files minipage-marginpar -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/minipage-marginpar/ - -%files minipage-marginpar-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/minipage-marginpar/ - -%files minitoc -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/minitoc/ - -%files minitoc-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/minitoc/ - -%files minorrevision -%license lppl1.2.txt -%{_texdir}/texmf-dist/tex/latex/minorrevision/ - -%files minorrevision-doc -%license lppl1.2.txt -%{_texdir}/texmf-dist/doc/latex/minorrevision/ - -%files minted -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/minted/ - -%files minted-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/minted/ - -%files minutes -%{_texdir}/texmf-dist/tex/latex/minutes/ - -%files minutes-doc -%{_texdir}/texmf-dist/doc/latex/minutes/ - -%files mla-paper -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/mla-paper/ - -%files mla-paper-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/mla-paper/ - -%files mlist -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/mlist/ - -%files mlist-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/mlist/ - -%files mmap -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/mmap/ - -%files mmap-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/mmap/ - -%files mnotes -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/mnotes/ - -%files mnotes-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/mnotes/ - -%files moderncv -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/moderncv/ - -%files moderncv-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/moderncv/ - -%files moderntimeline -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/moderntimeline/ - -%files moderntimeline-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/moderntimeline/ - -%files modref -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/modref/ - -%files modref-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/modref/ - -%files modroman -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/modroman/ - -%files modroman-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/modroman/ - -%files monofill -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/monofill/ - -%files monofill-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/monofill/ - -%files moreenum -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/moreenum/ - -%files moreenum-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/moreenum/ - -%files morefloats -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/morefloats/ - -%files morefloats-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/morefloats/ - -%files morehype -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/morehype/ - -%files morehype-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/morehype/ - -%files moresize -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/moresize/ - -%files moresize-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/moresize/ - -%files moreverb -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/moreverb/ - -%files moreverb-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/moreverb/ - -%files morewrites -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/morewrites/ - -%files morewrites-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/morewrites/ - -%files mparhack -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/mparhack/ - -%files mparhack-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/mparhack/ - -%files msc -%license lppl1.txt -%{_texdir}/texmf-dist/bibtex/bib/msc/ -%{_texdir}/texmf-dist/tex/latex/msc/ - -%files msc-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/msc/ - -%files msg -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/msg/ - -%files msg-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/msg/ - -%files mslapa -%{_texdir}/texmf-dist/bibtex/bst/mslapa/ -%{_texdir}/texmf-dist/tex/latex/mslapa/ - -%files mslapa-doc -%{_texdir}/texmf-dist/doc/latex/mslapa/ - -%files mtgreek -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/mtgreek/ - -%files mtgreek-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/mtgreek/ - -%files multenum -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/multenum/ - -%files multenum-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/multenum/ - -%files multiaudience -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/multiaudience/ - -%files multiaudience-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/multiaudience/ - -%files multibbl -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/multibbl/ - -%files multibbl-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/multibbl/ - -%files multicap -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/multicap/ - -%files multicap-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/multicap/ - -%files multienv -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/multienv/ - -%files multienv-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/multienv/ - -%files multiexpand -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/multiexpand/ - -%files multiexpand-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/multiexpand/ - -%files multirow -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/multirow/ - -%files multirow-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/multirow/ - -%files mversion -%license lppl1.2.txt -%{_texdir}/texmf-dist/tex/latex/mversion/ - -%files mversion-doc -%license lppl1.2.txt -%{_texdir}/texmf-dist/doc/latex/mversion/ - -%files mwe -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/mwe/ - -%files mwe-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/mwe/ - -%files mweights -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/mweights/ - -%files mweights-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/mweights/ - -%files mycv -%license lppl1.3.txt -%{_texdir}/texmf-dist/scripts/mycv/ -%{_texdir}/texmf-dist/tex/latex/mycv/ - -%files mycv-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/mycv/ - -%files mylatexformat -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/mylatexformat/ - -%files mylatexformat-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/mylatexformat/ - -%files nag -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/nag/ - -%files nag-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/nag/ - -%files nameauth -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/nameauth/ - -%files nameauth-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/nameauth/ - -%files namespc -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/namespc/ - -%files namespc-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/namespc/ - -%files ncclatex -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/ncclatex/ - -%files ncclatex-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/ncclatex/ - -%files needspace -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/needspace/ - -%files needspace-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/needspace/ - -%files nestquot -%license other-free.txt -%{_texdir}/texmf-dist/tex/latex/nestquot/ - -%files newcommand-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/newcommand/ - -%files newenviron -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/newenviron/ - -%files newenviron-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/newenviron/ - -%files newfile -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/newfile/ - -%files newfile-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/newfile/ - -%files newlfm -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/newlfm/ - -%files newlfm-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/newlfm/ - -%files newspaper -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/newspaper/ - -%files newspaper-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/newspaper/ - -%files newunicodechar -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/newunicodechar/ - -%files newunicodechar-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/newunicodechar/ - -%files newvbtm -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/newvbtm/ - -%files newvbtm-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/newvbtm/ - -%files newverbs -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/newverbs/ - -%files newverbs-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/newverbs/ - -%files nextpage -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/nextpage/ - -%files nfssext-cfr -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/nfssext-cfr/ - -%files nfssext-cfr-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/nfssext-cfr/ - -%files nicefilelist -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/nicefilelist/ - -%files nicefilelist-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/nicefilelist/ - -%files niceframe -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/source/public/niceframe/ -%{_texdir}/texmf-dist/fonts/tfm/public/niceframe/ -%{_texdir}/texmf-dist/tex/latex/niceframe/ - -%files niceframe-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/niceframe/ - -%files nicetext -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/nicetext/ - -%files nicetext-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/nicetext/ - -%files nlctdoc -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/nlctdoc/ - -%files nlctdoc-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/nlctdoc/ - -%files noconflict -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/noconflict/ - -%files noconflict-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/noconflict/ - -%files noindentafter -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/noindentafter/ - -%files noindentafter-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/noindentafter/ - -%files noitcrul -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/noitcrul/ - -%files noitcrul-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/noitcrul/ - -%files nolbreaks -%license pd.txt -%{_texdir}/texmf-dist/tex/latex/nolbreaks/ - -%files nolbreaks-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/latex/nolbreaks/ - -%files nomencl -%license lppl1.txt -%{_texdir}/texmf-dist/makeindex/nomencl/ -%{_texdir}/texmf-dist/tex/latex/nomencl/ - -%files nomencl-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/nomencl/ - -%files nomentbl -%license lppl1.txt -%{_texdir}/texmf-dist/makeindex/nomentbl/ -%{_texdir}/texmf-dist/tex/latex/nomentbl/ - -%files nomentbl-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/nomentbl/ - -%files nonfloat -%license pd.txt -%{_texdir}/texmf-dist/tex/latex/nonfloat/ - -%files nonfloat-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/latex/nonfloat/ - -%files nonumonpart -%license lppl1.2.txt -%{_texdir}/texmf-dist/tex/latex/nonumonpart/ - -%files nonumonpart-doc -%license lppl1.2.txt -%{_texdir}/texmf-dist/doc/latex/nonumonpart/ - -%files nopageno -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/nopageno/ - -%files nopageno-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/nopageno/ - -%files notes -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/notes/ - -%files notes-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/notes/ - -%files notoccite -%license pd.txt -%{_texdir}/texmf-dist/tex/latex/notoccite/ - -%files notoccite-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/latex/notoccite/ - -%files nowidow -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/nowidow/ - -%files nowidow-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/nowidow/ - -%files nox -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/nox/ - -%files nox-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/nox/ - -%files ntheorem -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/ntheorem/ - -%files ntheorem-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/ntheorem/ - -%files numberedblock -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/numberedblock/ - -%files numberedblock-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/numberedblock/ - -%files numname -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/numname/ - -%files numname-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/numname/ - -%files numprint -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/numprint/ - -%files numprint-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/numprint/ - -%files ocg-p -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/ocg-p/ - -%files ocg-p-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/ocg-p/ - -%files ocgx -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/ocgx/ - -%files ocgx-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/ocgx/ - -%files ocgx2 -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/ocgx2/ - -%files ocgx2-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/ocgx2/ - -%files ocr-latex -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/ocr-latex/ - -%files ocr-latex-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/ocr-latex/ - -%files octavo -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/octavo/ - -%files octavo-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/octavo/ - -%files oldstyle -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/oldstyle/ - -%files oldstyle-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/oldstyle/ - -%files onlyamsmath -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/onlyamsmath/ - -%files onlyamsmath-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/onlyamsmath/ - -%files opcit -%license lppl1.txt -%{_texdir}/texmf-dist/bibtex/bst/opcit/ -%{_texdir}/texmf-dist/tex/latex/opcit/ - -%files opcit-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/opcit/ - -%files optional -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/optional/ - -%files optional-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/optional/ - -%files outline -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/outline/ - -%files outline-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/outline/ - -%files outliner -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/outliner/ - -%files outliner-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/outliner/ - -%files outlines -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/outlines/ - -%files outlines-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/outlines/ - -%files overpic -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/overpic/ - -%files overpic-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/overpic/ - -%files pagecolor -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/pagecolor/ - -%files pagecolor-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/pagecolor/ - -%files pagecont -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/pagecont/ - -%files pagecont-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/pagecont/ - -%files pagenote -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/pagenote/ - -%files pagenote-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/pagenote/ - -%files pagerange -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/pagerange/ - -%files pagerange-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/pagerange/ - -%files pageslts -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/pageslts/ - -%files pageslts-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/pageslts/ - -%files paper -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/paper/ - -%files paper-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/paper/ - -%files papercdcase -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/papercdcase/ - -%files papercdcase-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/papercdcase/ - -%files papermas -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/papermas/ - -%files papermas-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/papermas/ - -%files papertex -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/papertex/ - -%files papertex-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/papertex/ - -%files paracol -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/paracol/ - -%files paracol-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/paracol/ - -%files paresse -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/paresse/ - -%files paresse-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/paresse/ - -%files parnotes -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/parnotes/ - -%files parnotes-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/parnotes/ - -%files parselines -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/parselines/ - -%files parselines-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/parselines/ - -%files pas-cours -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/pas-cours/ - -%files pas-cours-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/pas-cours/ - -%files pas-cv -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/pas-cv/ - -%files pas-cv-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/pas-cv/ - -%files pas-tableur -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/pas-tableur/ - -%files pas-tableur-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/pas-tableur/ - -%files patchcmd -%license pd.txt -%{_texdir}/texmf-dist/tex/latex/patchcmd/ - -%files patchcmd-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/latex/patchcmd/ - -%files pauldoc -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/pauldoc/ - -%files pauldoc-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/pauldoc/ - -%files pawpict -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/pawpict/ - -%files pawpict-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/pawpict/ - -%files pbox -%license gpl2.txt -%{_texdir}/texmf-dist/tex/latex/pbox/ - -%files pbox-doc -%license gpl2.txt -%{_texdir}/texmf-dist/doc/latex/pbox/ - -%files pbsheet -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/pbsheet/ - -%files pbsheet-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/pbsheet/ - -%files pdf14 -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/pdf14/ - -%files pdf14-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/pdf14/ - -%files pdfcomment -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/pdfcomment/ - -%files pdfcomment-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/pdfcomment/ - -%files pdfcprot -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/pdfcprot/ - -%files pdfcprot-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/pdfcprot/ - -%files pdfmarginpar -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/pdfmarginpar/ - -%files pdfmarginpar-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/pdfmarginpar/ - -%files pdfpagediff -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/pdfpagediff/ - -%files pdfpagediff-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/pdfpagediff/ - -%files pdfscreen -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/pdfscreen/ - -%files pdfscreen-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/pdfscreen/ - -%files pdfslide -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/pdfslide/ - -%files pdfslide-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/pdfslide/ - -%files pdfsync -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/pdfsync/ - -%files pdfsync-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/pdfsync/ - -%files pdfwin -%{_texdir}/texmf-dist/tex/latex/pdfwin/ - -%files pdfwin-doc -%{_texdir}/texmf-dist/doc/latex/pdfwin/ - -%files pdfx -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/pdfx/ - -%files pdfx-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/pdfx/ - -%files pecha -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/pecha/ - -%files pecha-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/pecha/ - -%files permute -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/permute/ - -%files permute-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/permute/ - -%files petiteannonce -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/petiteannonce/ - -%files petiteannonce-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/petiteannonce/ - -%files philex -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/philex/ - -%files philex-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/philex/ - -%files photo -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/photo/ - -%files photo-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/photo/ - -%files piff -%license pd.txt -%{_texdir}/texmf-dist/tex/latex/piff/ - -%files piff-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/latex/piff/ - -%files pkgloader -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/pkgloader/ - -%files pkgloader-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/pkgloader/ - -%files plantslabels -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/plantslabels/ - -%files plantslabels-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/plantslabels/ - -%files plates -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/plates/ - -%files plates-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/plates/ - -%files plweb -%{_texdir}/texmf-dist/tex/latex/plweb/ - -%files plweb-doc -%{_texdir}/texmf-dist/doc/latex/plweb/ - -%files polynom -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/polynom/ - -%files polynom-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/polynom/ - -%files polynomial -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/polynomial/ - -%files polynomial-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/polynomial/ - -%files polytable -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/polytable/ - -%files polytable-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/polytable/ - -%files postcards -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/postcards/ - -%files postcards-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/postcards/ - -%files poster-mac -%license lppl1.txt -%{_texdir}/texmf-dist/tex/generic/poster-mac/ - -%files poster-mac-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/poster-mac/ - -%files ppr-prv -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/ppr-prv/ - -%files ppr-prv-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/ppr-prv/ - -%files preprint -%license collection.txt -%{_texdir}/texmf-dist/tex/latex/preprint/ - -%files preprint-doc -%license collection.txt -%{_texdir}/texmf-dist/doc/latex/preprint/ - -%files pressrelease -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/pressrelease/ - -%files pressrelease-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/pressrelease/ - -%files prettyref -%license pd.txt -%{_texdir}/texmf-dist/tex/latex/prettyref/ - -%files prettyref-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/latex/prettyref/ - -%files printlen -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/printlen/ - -%files printlen-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/printlen/ - -%files probsoln -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/probsoln/ - -%files probsoln-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/probsoln/ - -%files program -%license gpl3.txt -%{_texdir}/texmf-dist/tex/latex/program/ - -%files program-doc -%license gpl3.txt -%{_texdir}/texmf-dist/doc/latex/program/ - -%files progress -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/progress/ - -%files progress-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/progress/ - -%files progressbar -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/progressbar/ - -%files progressbar-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/progressbar/ - -%files proofread -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/proofread/ - -%files proofread-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/proofread/ - -%files properties -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/properties/ - -%files properties-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/properties/ - -%files prosper -%license lppl1.2.txt -%{_texdir}/texmf-dist/tex/latex/prosper/ - -%files prosper-doc -%license lppl1.2.txt -%{_texdir}/texmf-dist/doc/latex/prosper/ - -%files protex -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/protex/ - -%files protex-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/protex/ - -%files protocol -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/protocol/ - -%files protocol-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/protocol/ - -%files psfragx -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/psfragx/ - -%files psfragx-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/psfragx/ - -%files pstool -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/pstool/ - -%files pstool-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/pstool/ - -%files pxgreeks -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/pxgreeks/ - -%files pxgreeks-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/pxgreeks/ - -%files python -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/python/ - -%files python-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/python/ - -%files qcm -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/qcm/ - -%files qcm-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/qcm/ - -%files qstest -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/qstest/ - -%files qstest-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/qstest/ - -%files qsymbols -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/qsymbols/ - -%files qsymbols-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/qsymbols/ - -%files quotchap -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/quotchap/ - -%files quotchap-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/quotchap/ - -%files quoting -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/quoting/ - -%files quoting-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/quoting/ - -%files quotmark -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/quotmark/ - -%files quotmark-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/quotmark/ - -%files ran_toks -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/ran_toks/ - -%files ran_toks-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/ran_toks/ - -%files randtext -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/randtext/ - -%files randtext-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/randtext/ - -%files rccol -%{_texdir}/texmf-dist/tex/latex/rccol/ - -%files rccol-doc -%{_texdir}/texmf-dist/doc/latex/rccol/ - -%files rcs-multi -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/rcs-multi/ - -%files rcs-multi-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/rcs-multi/ - -%files rcsinfo -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/rcsinfo/ - -%files rcsinfo-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/rcsinfo/ - -%files readarray -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/readarray/ - -%files readarray-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/readarray/ - -%files realboxes -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/realboxes/ - -%files realboxes-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/realboxes/ - -%files recipe -%license pd.txt -%{_texdir}/texmf-dist/tex/latex/recipe/ - -%files recipe-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/latex/recipe/ - -%files recipebook -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/recipebook/ - -%files recipebook-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/recipebook/ - -%files recipecard -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/recipecard/ - -%files recipecard-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/recipecard/ - -%files rectopma -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/rectopma/ - -%files rectopma-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/rectopma/ - -%files refcheck -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/refcheck/ - -%files refcheck-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/refcheck/ - -%files refenums -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/refenums/ - -%files refenums-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/refenums/ - -%files reflectgraphics -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/reflectgraphics/ - -%files reflectgraphics-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/reflectgraphics/ - -%files refman -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/refman/ - -%files refman-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/refman/ - -%files refstyle -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/refstyle/ - -%files refstyle-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/refstyle/ - -%files regcount -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/regcount/ - -%files regcount-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/regcount/ - -%files regexpatch -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/regexpatch/ - -%files regexpatch-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/regexpatch/ - -%files register -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/register/ - -%files register-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/register/ - -%files regstats -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/regstats/ - -%files regstats-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/regstats/ - -%files relenc -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/tfm/public/relenc/ -%{_texdir}/texmf-dist/fonts/vf/public/relenc/ -%{_texdir}/texmf-dist/tex/latex/relenc/ - -%files relenc-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/relenc/ - -%files relsize -%license pd.txt -%{_texdir}/texmf-dist/tex/latex/relsize/ - -%files relsize-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/latex/relsize/ - -%files repeatindex -%license lppl1.txt -%{_texdir}/texmf-dist/makeindex/repeatindex/ -%{_texdir}/texmf-dist/tex/latex/repeatindex/ - -%files repeatindex-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/repeatindex/ - -%files repltext -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/repltext/ - -%files repltext-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/repltext/ - -%files rjlparshap -%license lppl1.2.txt -%{_texdir}/texmf-dist/tex/latex/rjlparshap/ - -%files rjlparshap-doc -%license lppl1.2.txt -%{_texdir}/texmf-dist/doc/latex/rjlparshap/ - -%files rlepsf -%license lppl1.txt -%{_texdir}/texmf-dist/tex/generic/rlepsf/ - -%files rlepsf-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/rlepsf/ - -%files rmpage -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/rmpage/ - -%files rmpage-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/rmpage/ - -%files robustcommand -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/robustcommand/ - -%files robustcommand-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/robustcommand/ - -%files robustindex -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/robustindex/ - -%files robustindex-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/robustindex/ - -%files romanbar -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/romanbar/ - -%files romanbar-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/romanbar/ - -%files romanbarpagenumber -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/romanbarpagenumber/ - -%files romanbarpagenumber-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/romanbarpagenumber/ - -%files romanneg -%license pd.txt -%{_texdir}/texmf-dist/tex/latex/romanneg/ - -%files romanneg-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/latex/romanneg/ - -%files romannum -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/romannum/ - -%files romannum-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/romannum/ - -%files rotfloat -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/rotfloat/ - -%files rotfloat-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/rotfloat/ - -%files rotpages -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/rotpages/ - -%files rotpages-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/rotpages/ - -%files roundbox -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/roundbox/ - -%files roundbox-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/roundbox/ - -%files rterface -%license lppl1.2.txt -%{_texdir}/texmf-dist/tex/latex/rterface/ - -%files rterface-doc -%license lppl1.2.txt -%{_texdir}/texmf-dist/doc/latex/rterface/ - -%files rtkinenc -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/rtkinenc/ - -%files rtkinenc-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/rtkinenc/ - -%files rulercompass -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/rulercompass/ - -%files rulercompass-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/rulercompass/ - -%files rvwrite -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/rvwrite/ - -%files rvwrite-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/rvwrite/ - -%files savefnmark -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/savefnmark/ - -%files savefnmark-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/savefnmark/ - -%files savesym -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/savesym/ - -%files savetrees -%license lppl1.3.txt -%{_texdir}/texmf-dist/bibtex/bst/savetrees/ -%{_texdir}/texmf-dist/tex/latex/savetrees/ - -%files savetrees-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/savetrees/ - -%files scale -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/scale/ - -%files scale-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/scale/ - -%files scalebar -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/scalebar/ - -%files scalebar-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/scalebar/ - -%files scalerel -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/scalerel/ - -%files scalerel-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/scalerel/ - -%files scanpages -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/scanpages/ -%{_texdir}/texmf-dist/fonts/map/dvips/scanpages/ -%{_texdir}/texmf-dist/fonts/tfm/public/scanpages/ -%{_texdir}/texmf-dist/fonts/type1/public/scanpages/ - -%files scanpages-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/scanpages/ - -%files sdrt -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/sdrt/ - -%files sdrt-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/sdrt/ - -%files secdot -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/secdot/ - -%files secdot-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/secdot/ - -%files sectionbox -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/sectionbox/ - -%files sectionbox-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/sectionbox/ - -%files sectsty -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/sectsty/ - -%files sectsty-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/sectsty/ - -%files seealso -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/seealso/ - -%files seealso-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/seealso/ - -%files selectp -%license pd.txt -%{_texdir}/texmf-dist/tex/latex/selectp/ - -%files selectp-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/latex/selectp/ - -%files semantic -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/semantic/ - -%files semantic-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/semantic/ - -%files semioneside -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/semioneside/ - -%files semioneside-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/semioneside/ - -%files semproc -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/semproc/ - -%files semproc-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/semproc/ - -%files sepfootnotes -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/sepfootnotes/ - -%files sepfootnotes-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/sepfootnotes/ - -%files seqsplit -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/seqsplit/ - -%files seqsplit-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/seqsplit/ - -%files sf298 -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/sf298/ - -%files sf298-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/sf298/ - -%files sffms -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/sffms/ - -%files sffms-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/sffms/ - -%files sfmath -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/sfmath/ - -%files shadethm -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/shadethm/ - -%files shadethm-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/shadethm/ - -%files shadow -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/shadow/ - -%files shadow-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/shadow/ - -%files shadowtext -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/shadowtext/ - -%files shadowtext-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/shadowtext/ - -%files shapepar -%{_texdir}/texmf-dist/tex/generic/shapepar/ - -%files shapepar-doc -%{_texdir}/texmf-dist/doc/generic/shapepar/ - -%files shdoc -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/shdoc/ - -%files shdoc-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/shdoc/ - -%files shipunov -%license lppl1.txt -%{_texdir}/texmf-dist/bibtex/bst/shipunov/ -%{_texdir}/texmf-dist/tex/latex/shipunov/ - -%files shipunov-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/shipunov/ - -%files shorttoc -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/shorttoc/ - -%files shorttoc-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/shorttoc/ - -%files show2e -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/show2e/ - -%files show2e-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/show2e/ - -%files showcharinbox -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/showcharinbox/ - -%files showcharinbox-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/showcharinbox/ - -%files showdim -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/showdim/ - -%files showdim-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/showdim/ - -%files showexpl -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/showexpl/ - -%files showexpl-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/showexpl/ - -%files showlabels -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/showlabels/ - -%files showlabels-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/showlabels/ - -%files sidecap -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/sidecap/ - -%files sidecap-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/sidecap/ - -%files sidenotes -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/sidenotes/ - -%files sidenotes-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/sidenotes/ - -%files silence -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/silence/ - -%files silence-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/silence/ - -%files simplecd -%license lppl1.2.txt -%{_texdir}/texmf-dist/tex/latex/simplecd/ - -%files simplecd-doc -%license lppl1.2.txt -%{_texdir}/texmf-dist/doc/latex/simplecd/ - -%files simplecv -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/simplecv/ - -%files simplecv-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/simplecv/ - -%files simplewick -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/simplewick/ - -%files simplewick-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/simplewick/ - -%files sitem -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/sitem/ - -%files sitem-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/sitem/ - -%files skb -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/skb/ - -%files skb-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/skb/ - -%files skdoc -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/skdoc/ - -%files skdoc-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/skdoc/ - -%files skeycommand -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/skeycommand/ - -%files skeycommand-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/skeycommand/ - -%files skeyval -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/skeyval/ - -%files skeyval-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/skeyval/ - -%files skrapport -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/skrapport/ - -%files skrapport-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/skrapport/ - -%files slantsc -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/slantsc/ - -%files slantsc-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/slantsc/ - -%files smalltableof -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/smalltableof/ - -%files smalltableof-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/smalltableof/ - -%files smartref -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/smartref/ - -%files smartref-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/smartref/ - -%files snapshot -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/snapshot/ - -%files snapshot-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/snapshot/ - -%files snotez -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/snotez/ - -%files snotez-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/snotez/ - -%files soul -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/soul/ - -%files soul-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/soul/ - -%files sparklines -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/sparklines/ - -%files sparklines-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/sparklines/ - -%files sphack -%{_texdir}/texmf-dist/tex/latex/sphack/ - -%files sphack-doc -%{_texdir}/texmf-dist/doc/latex/sphack/ - -%files spot -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/spot/ - -%files spot-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/spot/ - -%files spotcolor -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/spotcolor/ - -%files spotcolor-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/spotcolor/ - -%files spreadtab -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/spreadtab/ - -%files spreadtab-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/spreadtab/ - -%files spverbatim -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/spverbatim/ - -%files spverbatim-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/spverbatim/ - -%files srbook-mem -%{_texdir}/texmf-dist/tex/latex/srbook-mem/ - -%files srbook-mem-doc -%{_texdir}/texmf-dist/doc/latex/srbook-mem/ - -%files srcltx -%license pd.txt -%{_texdir}/texmf-dist/tex/latex/srcltx/ - -%files srcltx-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/latex/srcltx/ - -%files sseq -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/sseq/ - -%files sseq-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/sseq/ - -%files sslides -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/sslides/ - -%files sslides-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/sslides/ - -%files stack -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/stack/ - -%files stackengine -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/stackengine/ - -%files stackengine-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/stackengine/ - -%files standalone -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/standalone/ -%{_texdir}/texmf-dist/tex/plain/standalone/ - -%files standalone-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/standalone/ - -%files statistik -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/statistik/ - -%files statistik-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/statistik/ - -%files stdclsdv -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/stdclsdv/ - -%files stdclsdv-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/stdclsdv/ - -%files stdpage -%license lppl1.2.txt -%{_texdir}/texmf-dist/tex/latex/stdpage/ - -%files stdpage-doc -%license lppl1.2.txt -%{_texdir}/texmf-dist/doc/latex/stdpage/ - -%files stex -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/stex/ - -%files stex-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/stex/ - -%files storebox -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/storebox/ - -%files storebox-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/storebox/ - -%files storecmd -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/storecmd/ - -%files storecmd-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/storecmd/ - -%files stringstrings -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/stringstrings/ - -%files stringstrings-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/stringstrings/ - -%files sttools -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/sttools/ - -%files sttools-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/sttools/ - -%files stubs -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/stubs/ - -%files stubs-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/stubs/ - -%files subdepth -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/subdepth/ - -%files subdepth-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/subdepth/ - -%files subeqn -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/subeqn/ - -%files subeqn-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/subeqn/ - -%files subeqnarray -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/subeqnarray/ - -%files subeqnarray-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/subeqnarray/ - -%files subfigmat -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/subfigmat/ - -%files subfigmat-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/subfigmat/ - -%files subfigure -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/subfigure/ - -%files subfigure-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/subfigure/ - -%files subfiles -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/subfiles/ - -%files subfiles-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/subfiles/ - -%files subfloat -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/subfloat/ - -%files subfloat-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/subfloat/ - -%files substitutefont -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/substitutefont/ - -%files substitutefont-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/substitutefont/ - -%files substr -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/substr/ - -%files substr-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/substr/ - -%files supertabular -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/supertabular/ - -%files supertabular-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/supertabular/ - -%files svg -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/svg/ - -%files svg-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/svg/ - -%files svgcolor -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/svgcolor/ - -%files svgcolor-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/svgcolor/ - -%files svn -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/svn/ - -%files svn-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/svn/ - -%files svninfo -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/svninfo/ - -%files svninfo-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/svninfo/ - -%files syntax -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/syntax/ - -%files syntax-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/syntax/ - -%files syntrace -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/syntrace/ - -%files syntrace-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/syntrace/ - -%files synttree -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/synttree/ - -%files synttree-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/synttree/ - -%files tabfigures -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/tabfigures/ - -%files tabfigures-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/tabfigures/ - -%files tableaux -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/tableaux/ - -%files tableaux-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/tableaux/ - -%files tablefootnote -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/tablefootnote/ - -%files tablefootnote-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/tablefootnote/ - -%files tableof -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/tableof/ - -%files tableof-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/tableof/ - -%files tablestyles -%{_texdir}/texmf-dist/tex/latex/tablestyles/ - -%files tablestyles-doc -%{_texdir}/texmf-dist/doc/latex/tablestyles/ - -%files tablists -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/tablists/ - -%files tablists-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/tablists/ - -%files tabls -%{_texdir}/texmf-dist/tex/latex/tabls/ - -%files tabls-doc -%{_texdir}/texmf-dist/doc/latex/tabls/ - -%files tabstackengine -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/tabstackengine/ - -%files tabstackengine-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/tabstackengine/ - -%files tabto-ltx -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/tabto-ltx/ - -%files tabto-ltx-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/tabto-ltx/ - -%files tabu -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/tabu/ - -%files tabu-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/tabu/ - -%files tabularborder -%license lppl1.2.txt -%{_texdir}/texmf-dist/tex/latex/tabularborder/ - -%files tabularborder-doc -%license lppl1.2.txt -%{_texdir}/texmf-dist/doc/latex/tabularborder/ - -%files tabularcalc -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/tabularcalc/ - -%files tabularcalc-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/tabularcalc/ - -%files tabularew -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/tabularew/ - -%files tabularew-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/tabularew/ - -%files tabulary -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/tabulary/ - -%files tabulary-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/tabulary/ - -%files tagging -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/tagging/ - -%files tagging-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/tagging/ - -%files tagpair -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/tagpair/ - -%files tagpair-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/tagpair/ - -%files talk -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/talk/ - -%files talk-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/talk/ - -%files tamefloats -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/tamefloats/ - -%files tamefloats-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/tamefloats/ - -%files tasks -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/tasks/ - -%files tasks-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/tasks/ - -%files tcldoc -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/tcldoc/ - -%files tcldoc-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/tcldoc/ - -%files tcolorbox -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/tcolorbox/ - -%files tcolorbox-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/tcolorbox/ - -%files tdclock -%license gpl2.txt -%{_texdir}/texmf-dist/tex/latex/tdclock/ - -%files tdclock-doc -%license gpl2.txt -%{_texdir}/texmf-dist/doc/latex/tdclock/ - -%files technics -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/technics/ - -%files technics-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/technics/ - -%files ted -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/ted/ - -%files ted-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/ted/ - -%files templatetools -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/templatetools/ - -%files templatetools-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/templatetools/ - -%files termcal -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/termcal/ - -%files termcal-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/termcal/ - -%files termlist -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/termlist/ - -%files termlist-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/termlist/ - -%files testhyphens -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/testhyphens/ - -%files testhyphens-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/testhyphens/ - -%files tex-label -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/tex-label/ - -%files tex-label-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/tex-label/ - -%files texlogos -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/texlogos/ - -%files texmate -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/texmate/ - -%files texmate-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/texmate/ - -%files texments -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/texments/ - -%files texments-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/texments/ - -%files texpower -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/texpower/ - -%files texpower-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/texpower/ - -%files texshade -%license gpl2.txt -%{_texdir}/texmf-dist/tex/latex/texshade/ - -%files texshade-doc -%license gpl2.txt -%{_texdir}/texmf-dist/doc/latex/texshade/ - -%files textfit -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/textfit/ - -%files textfit-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/textfit/ - -%files textgreek -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/textgreek/ - -%files textgreek-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/textgreek/ - -%files textmerg -%license pd.txt -%{_texdir}/texmf-dist/tex/generic/textmerg/ - -%files textmerg-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/generic/textmerg/ - -%files textpos -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/textpos/ - -%files textpos-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/textpos/ - -%files theoremref -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/theoremref/ - -%files theoremref-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/theoremref/ - -%files thinsp -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/thinsp/ - -%files thinsp-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/thinsp/ - -%files thmtools -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/thmtools/ - -%files thmtools-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/thmtools/ - -%files threadcol -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/threadcol/ - -%files threadcol-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/threadcol/ - -%files threeparttable -%{_texdir}/texmf-dist/tex/latex/threeparttable/ - -%files threeparttable-doc -%{_texdir}/texmf-dist/doc/latex/threeparttable/ - -%files threeparttablex -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/threeparttablex/ - -%files threeparttablex-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/threeparttablex/ - -%files thumb -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/thumb/ - -%files thumb-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/thumb/ - -%files thumbs -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/thumbs/ - -%files thumbs-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/thumbs/ - -%files thumby -%license gpl3.txt -%{_texdir}/texmf-dist/tex/latex/thumby/ - -%files thumby-doc -%license gpl3.txt -%{_texdir}/texmf-dist/doc/latex/thumby/ - -%files ticket -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/ticket/ - -%files ticket-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/ticket/ - -%files titlecaps -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/titlecaps/ - -%files titlecaps-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/titlecaps/ - -%files titlefoot -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/titlefoot/ - -%files titlepic -%license pd.txt -%{_texdir}/texmf-dist/tex/latex/titlepic/ - -%files titlepic-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/latex/titlepic/ - -%files titleref -%license pd.txt -%{_texdir}/texmf-dist/tex/latex/titleref/ - -%files titleref-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/latex/titleref/ - -%files titlesec -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/titlesec/ - -%files titlesec-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/titlesec/ - -%files titling -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/titling/ - -%files titling-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/titling/ - -%files tocbibind -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/tocbibind/ - -%files tocbibind-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/tocbibind/ - -%files tocloft -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/tocloft/ - -%files tocloft-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/tocloft/ - -%files tocvsec2 -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/tocvsec2/ - -%files tocvsec2-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/tocvsec2/ - -%files todo -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/todo/ - -%files todo-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/todo/ - -%files todonotes -%license lppl1.2.txt -%{_texdir}/texmf-dist/tex/latex/todonotes/ - -%files todonotes-doc -%license lppl1.2.txt -%{_texdir}/texmf-dist/doc/latex/todonotes/ - -%files tokenizer -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/tokenizer/ - -%files tokenizer-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/tokenizer/ - -%files toolbox -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/toolbox/ - -%files toolbox-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/toolbox/ - -%files topfloat -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/topfloat/ - -%files topfloat-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/topfloat/ - -%files totcount -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/totcount/ - -%files totcount-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/totcount/ - -%files totpages -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/totpages/ - -%files totpages-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/totpages/ - -%files translations -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/translations/ - -%files translations-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/translations/ - -%files trfsigns -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/trfsigns/ - -%files trfsigns-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/trfsigns/ - -%files trimspaces -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/trimspaces/ - -%files trimspaces-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/trimspaces/ - -%files trivfloat -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/trivfloat/ - -%files trivfloat-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/trivfloat/ - -%files trsym -%license lppl1.2.txt -%{_texdir}/texmf-dist/fonts/source/public/trsym/ -%{_texdir}/texmf-dist/fonts/tfm/public/trsym/ -%{_texdir}/texmf-dist/tex/latex/trsym/ - -%files trsym-doc -%license lppl1.2.txt -%{_texdir}/texmf-dist/doc/latex/trsym/ - -%files truncate -%license pd.txt -%{_texdir}/texmf-dist/tex/latex/truncate/ - -%files truncate-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/latex/truncate/ - -%files tucv -%{_texdir}/texmf-dist/tex/latex/tucv/ - -%files tucv-doc -%{_texdir}/texmf-dist/doc/latex/tucv/ - -%files turnthepage -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/turnthepage/ - -%files turnthepage-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/turnthepage/ - -%files twoinone -%license pd.txt -%{_texdir}/texmf-dist/tex/latex/twoinone/ - -%files twoinone-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/latex/twoinone/ - -%files twoup -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/twoup/ - -%files twoup-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/twoup/ - -%files txgreeks -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/txgreeks/ - -%files txgreeks-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/txgreeks/ - -%files type1cm -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/type1cm/ - -%files type1cm-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/type1cm/ - -%files typeface -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/typeface/ - -%files typeface-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/typeface/ - -%files typogrid -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/typogrid/ - -%files typogrid-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/typogrid/ - -%files uassign -%license gpl2.txt -%{_texdir}/texmf-dist/tex/latex/uassign/ - -%files uassign-doc -%license gpl2.txt -%{_texdir}/texmf-dist/doc/latex/uassign/ - -%files ucs -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/ucs/ - -%files ucs-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/ucs/ - -%files uebungsblatt -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/uebungsblatt/ - -%files uebungsblatt-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/uebungsblatt/ - -%files umoline -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/umoline/ - -%files umoline-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/umoline/ - -%files underlin -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/underlin/ - -%files underlin-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/underlin/ - -%files underoverlap -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/underoverlap/ - -%files underoverlap-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/underoverlap/ - -%files undolabl -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/undolabl/ - -%files undolabl-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/undolabl/ - -%files units -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/units/ - -%files units-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/units/ - -%files unravel -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/unravel/ - -%files unravel-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/unravel/ - -%files upmethodology -%license lgpl2.1.txt -%{_texdir}/texmf-dist/bibtex/bst/upmethodology/ -%{_texdir}/texmf-dist/tex/latex/upmethodology/ - -%files upmethodology-doc -%license lgpl2.1.txt -%{_texdir}/texmf-dist/doc/latex/upmethodology/ - -%files upquote -%license lppl1.2.txt -%{_texdir}/texmf-dist/tex/latex/upquote/ - -%files upquote-doc -%license lppl1.2.txt -%{_texdir}/texmf-dist/doc/latex/upquote/ - -%files uri -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/uri/ - -%files uri-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/uri/ - -%files ushort -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/ushort/ - -%files ushort-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/ushort/ - -%files varindex -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/varindex/ - -%files varindex-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/varindex/ - -%files varsfromjobname -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/varsfromjobname/ - -%files varsfromjobname-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/varsfromjobname/ - -%files varwidth -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/varwidth/ - -%files varwidth-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/varwidth/ - -%files vdmlisting -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/vdmlisting/ - -%files vdmlisting-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/vdmlisting/ - -%files verbasef -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/verbasef/ - -%files verbasef-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/verbasef/ - -%files verbatimbox -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/verbatimbox/ - -%files verbatimbox-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/verbatimbox/ - -%files verbatimcopy -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/verbatimcopy/ - -%files verbatimcopy-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/verbatimcopy/ - -%files verbdef -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/verbdef/ - -%files verbdef-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/verbdef/ - -%files verbments -%license lppl1.2.txt -%{_texdir}/texmf-dist/tex/latex/verbments/ - -%files verbments-doc -%license lppl1.2.txt -%{_texdir}/texmf-dist/doc/latex/verbments/ - -%files version -%{_texdir}/texmf-dist/tex/latex/version/ - -%files version-doc -%{_texdir}/texmf-dist/doc/latex/version/ - -%files versions -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/versions/ - -%files versions-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/versions/ - -%files versonotes -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/versonotes/ - -%files versonotes-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/versonotes/ - -%files vertbars -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/vertbars/ - -%files vertbars-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/vertbars/ - -%files vgrid -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/vgrid/ - -%files vgrid-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/vgrid/ - -%files vhistory -%license lppl1.2.txt -%{_texdir}/texmf-dist/tex/latex/vhistory/ - -%files vhistory-doc -%license lppl1.2.txt -%{_texdir}/texmf-dist/doc/latex/vhistory/ - -%files vmargin -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/vmargin/ - -%files vmargin-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/vmargin/ - -%files volumes -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/volumes/ - -%files volumes-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/volumes/ - -%files vruler -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/vruler/ - -%files vruler-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/vruler/ - -%files vwcol -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/vwcol/ - -%files vwcol-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/vwcol/ - -%files wallpaper -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/wallpaper/ - -%files wallpaper-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/wallpaper/ - -%files warning -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/warning/ - -%files warning-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/warning/ - -%files warpcol -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/warpcol/ - -%files warpcol-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/warpcol/ - -%files was -%license collection.txt -%{_texdir}/texmf-dist/tex/latex/was/ - -%files was-doc -%license collection.txt -%{_texdir}/texmf-dist/doc/latex/was/ - -%files widetable -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/widetable/ - -%files widetable-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/widetable/ - -%files williams -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/williams/ - -%files williams-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/williams/ - -%files withargs -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/withargs/ - -%files withargs-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/withargs/ - -%files wordlike -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/wordlike/ - -%files wordlike-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/wordlike/ - -%files wrapfig -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/wrapfig/ - -%files wrapfig-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/wrapfig/ - -%files xargs -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/xargs/ - -%files xargs-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/xargs/ - -%files xcolor-solarized -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/xcolor-solarized/ - -%files xcolor-solarized-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/xcolor-solarized/ - -%files xcomment -%license lppl1.txt -%{_texdir}/texmf-dist/tex/generic/xcomment/ - -%files xcomment-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/xcomment/ - -%files xdoc -%license lppl1.txt -%{_texdir}/texmf-dist/makeindex/xdoc/ -%{_texdir}/texmf-dist/tex/latex/xdoc/ - -%files xdoc-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/xdoc/ - -%files xfor -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/xfor/ - -%files xfor-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/xfor/ - -%files xhfill -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/xhfill/ - -%files xhfill-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/xhfill/ - -%files xint -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/xint/ - -%files xint-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/xint/ - -%files xmpincl -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/xmpincl/ - -%files xmpincl-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/xmpincl/ - -%files xnewcommand -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/xnewcommand/ - -%files xnewcommand-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/xnewcommand/ - -%files xoptarg -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/xoptarg/ - -%files xoptarg-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/xoptarg/ - -%files xpatch -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/xpatch/ - -%files xpatch-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/xpatch/ - -%files xpeek -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/xpeek/ - -%files xpeek-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/xpeek/ - -%files xprintlen -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/xprintlen/ - -%files xprintlen-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/xprintlen/ - -%files xpunctuate -%license lppl1.2.txt -%{_texdir}/texmf-dist/tex/latex/xpunctuate/ - -%files xpunctuate-doc -%license lppl1.2.txt -%{_texdir}/texmf-dist/doc/latex/xpunctuate/ - -%files xstring -%license lppl1.txt -%{_texdir}/texmf-dist/tex/generic/xstring/ - -%files xstring-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/xstring/ - -%files xtab -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/xtab/ - -%files xtab-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/xtab/ - -%files xwatermark -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/xwatermark/ - -%files xwatermark-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/xwatermark/ - -%files xytree -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/xytree/ - -%files xytree-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/xytree/ - -%files yafoot -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/yafoot/ - -%files yafoot-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/yafoot/ - -%files yagusylo -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/yagusylo/ - -%files yagusylo-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/yagusylo/ - -%files ydoc -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/ydoc/ -%{_texdir}/texmf-dist/tex/latex/ydoc/ - -%files ydoc-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/ydoc/ - -%files zed-csp -%{_texdir}/texmf-dist/tex/latex/zed-csp/ - -%files zed-csp-doc -%{_texdir}/texmf-dist/doc/latex/zed-csp/ - -%files ziffer -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/ziffer/ - -%files ziffer-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/ziffer/ - -%files zwgetfdate -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/zwgetfdate/ - -%files zwgetfdate-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/zwgetfdate/ - -%files zwpagelayout -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/zwpagelayout/ - -%files zwpagelayout-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/zwpagelayout/ - -%files collection-luatex - -%files enigma -%license bsd.txt -%{_texdir}/texmf-dist/scripts/context/lua/third/enigma/ -%{_texdir}/texmf-dist/tex/context/third/enigma/ -%{_texdir}/texmf-dist/tex/generic/enigma/ -%{_texdir}/texmf-dist/tex/latex/enigma/ -%{_texdir}/texmf-dist/tex/plain/enigma/ - -%files enigma-doc -%license bsd.txt -%{_texdir}/texmf-dist/doc/context/third/enigma/ - -%files interpreter -%license lppl1.txt -%{_texdir}/texmf-dist/tex/luatex/interpreter/ - -%files interpreter-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/luatex/interpreter/ - -%files lua-check-hyphen -%license other-free.txt -%{_texdir}/texmf-dist/tex/lualatex/lua-check-hyphen/ - -%files lua-check-hyphen-doc -%license other-free.txt -%{_texdir}/texmf-dist/doc/lualatex/lua-check-hyphen/ - -%files lua-visual-debug -%license other-free.txt -%{_texdir}/texmf-dist/tex/luatex/lua-visual-debug/ - -%files lua-visual-debug-doc -%license other-free.txt -%{_texdir}/texmf-dist/doc/luatex/lua-visual-debug/ - -%files luabibentry -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/lualatex/luabibentry/ - -%files luabibentry-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/lualatex/luabibentry/ - -%files luabidi -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/lualatex/luabidi/ - -%files luabidi-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/lualatex/luabidi/ - -%files luacode -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/lualatex/luacode/ - -%files luacode-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/lualatex/luacode/ - -%files luaindex -%license lppl1.3.txt -%{_texdir}/texmf-dist/scripts/luaindex/ -%{_texdir}/texmf-dist/tex/lualatex/luaindex/ - -%files luaindex-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/lualatex/luaindex/ - -%files luainputenc -%license pd.txt -%{_texdir}/texmf-dist/tex/lualatex/luainputenc/ - -%files luainputenc-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/lualatex/luainputenc/ - -%files luaintro-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/luatex/luaintro/ - -%files lualatex-doc-doc -%license fdl.txt -%{_texdir}/texmf-dist/doc/lualatex/lualatex-doc/ +%doc %{_texdir}/texmf-dist/doc/latex/lettrine/ %files lualatex-math %license lppl1.3.txt %{_texdir}/texmf-dist/tex/lualatex/lualatex-math/ +%doc %{_texdir}/texmf-dist/doc/lualatex/lualatex-math/ -%files lualatex-math-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/lualatex/lualatex-math/ - -%files lualibs +%files luaotfload %license gpl2.txt -%{_texdir}/texmf-dist/tex/luatex/lualibs/ - -%files lualibs-doc -%license gpl2.txt -%{_texdir}/texmf-dist/doc/luatex/lualibs/ - -%files luamplib -%license gpl2.txt -%{_texdir}/texmf-dist/tex/luatex/luamplib/ - -%files luamplib-doc -%license gpl2.txt -%{_texdir}/texmf-dist/doc/luatex/luamplib/ - -%files luasseq -%license lppl1.txt -%{_texdir}/texmf-dist/scripts/luasseq/ -%{_texdir}/texmf-dist/tex/lualatex/luasseq/ - -%files luasseq-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/lualatex/luasseq/ +%{_bindir}/luaotfload-tool +%{_mandir}/man1/luaotfload-tool.1* +%{_mandir}/man5/luaotfload.conf.5* +%{_texdir}/texmf-dist/scripts/luaotfload/ +%{_texdir}/texmf-dist/tex/luatex/luaotfload/ +%doc %{_texdir}/texmf-dist/doc/luatex/luaotfload/ %files luatexbase %license pd.txt %{_texdir}/texmf-dist/tex/luatex/luatexbase/ +%doc %{_texdir}/texmf-dist/doc/luatex/luatexbase/ -%files luatexbase-doc +%files makecmds +%license lppl1.txt +%{_texdir}/texmf-dist/tex/latex/makecmds/ +%doc %{_texdir}/texmf-dist/doc/latex/makecmds/ + +%files marginnote +%license lppl1.txt +%{_texdir}/texmf-dist/tex/latex/marginnote/ +%doc %{_texdir}/texmf-dist/doc/latex/marginnote/ + +%files mnsymbol %license pd.txt -%{_texdir}/texmf-dist/doc/luatex/luatexbase/ +%{_texdir}/texmf-dist/fonts/enc/dvips/mnsymbol/ +%{_texdir}/texmf-dist/fonts/map/dvips/mnsymbol/ +%{_texdir}/texmf-dist/fonts/map/vtex/mnsymbol/ +%{_texdir}/texmf-dist/fonts/opentype/public/mnsymbol/ +%{_texdir}/texmf-dist/fonts/source/public/mnsymbol/ +%{_texdir}/texmf-dist/fonts/tfm/public/mnsymbol/ +%{_texdir}/texmf-dist/fonts/type1/public/mnsymbol/ +%{_texdir}/texmf-dist/tex/latex/mnsymbol/ +%doc %{_texdir}/texmf-dist/doc/latex/mnsymbol/ -%files luatexko -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/luatex/luatexko/ - -%files luatexko-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/luatex/luatexko/ - -%files luatextra -%license pd.txt -%{_texdir}/texmf-dist/tex/lualatex/luatextra/ - -%files luatextra-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/lualatex/luatextra/ - -%files luatodonotes -%license lppl1.2.txt -%{_texdir}/texmf-dist/tex/lualatex/luatodonotes/ - -%files luatodonotes-doc -%license lppl1.2.txt -%{_texdir}/texmf-dist/doc/lualatex/luatodonotes/ - -%files luaxml -%license other-free.txt -%{_texdir}/texmf-dist/tex/luatex/luaxml/ - -%files luaxml-doc -%license other-free.txt -%{_texdir}/texmf-dist/doc/luatex/luaxml/ - -%files odsfile -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/lualatex/odsfile/ - -%files odsfile-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/lualatex/odsfile/ - -%files placeat -%license lppl1.3.txt -%{_texdir}/texmf-dist/scripts/placeat/ -%{_texdir}/texmf-dist/tex/lualatex/placeat/ - -%files placeat-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/lualatex/placeat/ - -%files selnolig -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/lualatex/selnolig/ - -%files selnolig-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/lualatex/selnolig/ - -%files showhyphens -%{_texdir}/texmf-dist/tex/lualatex/showhyphens/ - -%files showhyphens-doc -%{_texdir}/texmf-dist/doc/lualatex/showhyphens/ - -%files spelling -%license lppl1.3.txt -%{_texdir}/texmf-dist/scripts/spelling/ -%{_texdir}/texmf-dist/tex/luatex/spelling/ - -%files spelling-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/luatex/spelling/ - -%files ucharcat -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/ucharcat/ - -%files ucharcat-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/ucharcat/ - -%files commath -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/commath/ - -%files commath-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/commath/ - -%files concmath -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/concmath/ - -%files concmath-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/concmath/ - -%files concrete -%license knuth.txt -%{_texdir}/texmf-dist/fonts/source/public/concrete/ -%{_texdir}/texmf-dist/fonts/tfm/public/concrete/ - -%files concrete-doc -%license knuth.txt -%{_texdir}/texmf-dist/doc/fonts/concrete/ - -%files conteq -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/conteq/ - -%files conteq-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/conteq/ - -%files ebproof -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/ebproof/ - -%files ebproof-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/ebproof/ - -%files eqnarray -%license gpl3.txt -%{_texdir}/texmf-dist/tex/latex/eqnarray/ - -%files eqnarray-doc -%license gpl3.txt -%{_texdir}/texmf-dist/doc/latex/eqnarray/ - -%files extarrows -%license lgpl2.1.txt -%{_texdir}/texmf-dist/tex/latex/extarrows/ - -%files extarrows-doc -%license lgpl2.1.txt -%{_texdir}/texmf-dist/doc/latex/extarrows/ - -%files extpfeil -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/extpfeil/ - -%files extpfeil-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/extpfeil/ - -%files faktor -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/faktor/ - -%files faktor-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/faktor/ - -%files grundgesetze -%license gpl2.txt -%{_texdir}/texmf-dist/tex/latex/grundgesetze/ - -%files grundgesetze-doc -%license gpl2.txt -%{_texdir}/texmf-dist/doc/latex/grundgesetze/ - -%files interval -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/interval/ - -%files interval-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/interval/ - -%files ionumbers +%files mparhack %license gpl.txt -%{_texdir}/texmf-dist/tex/latex/ionumbers/ +%{_texdir}/texmf-dist/tex/latex/mparhack/ +%doc %{_texdir}/texmf-dist/doc/latex/mparhack/ -%files ionumbers-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/ionumbers/ - -%files isomath +%files multido %license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/isomath/ +%{_texdir}/texmf-dist/tex/generic/multido/ +%{_texdir}/texmf-dist/tex/latex/multido/ +%doc %{_texdir}/texmf-dist/doc/generic/multido/ -%files isomath-doc +%files multirow %license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/isomath/ +%{_texdir}/texmf-dist/tex/latex/multirow/ +%doc %{_texdir}/texmf-dist/doc/latex/multirow/ -%files logicproof -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/logicproof/ - -%files logicproof-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/logicproof/ - -%files lpform +%files ncctools %license lppl1.txt -%{_texdir}/texmf-dist/tex/generic/lpform/ +%{_texdir}/texmf-dist/tex/latex/ncctools/ +%doc %{_texdir}/texmf-dist/doc/latex/ncctools/ -%files lpform-doc +%files overpic %license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/lpform/ +%{_texdir}/texmf-dist/tex/latex/overpic/ +%doc %{_texdir}/texmf-dist/doc/latex/overpic/ -%files lplfitch -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/lplfitch/ - -%files lplfitch-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/lplfitch/ - -%files mathcomp +%files paralist %license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/mathcomp/ +%{_texdir}/texmf-dist/tex/latex/paralist/ +%doc %{_texdir}/texmf-dist/doc/latex/paralist/ -%files mathcomp-doc +%files parallel %license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/mathcomp/ +%{_texdir}/texmf-dist/tex/latex/parallel/ +%doc %{_texdir}/texmf-dist/doc/latex/parallel/ -%files mattens -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/mattens/ - -%files mattens-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/mattens/ - -%files mhequ -%{_texdir}/texmf-dist/tex/latex/mhequ/ - -%files mhequ-doc -%{_texdir}/texmf-dist/doc/latex/mhequ/ - -%files multiobjective -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/multiobjective/ - -%files multiobjective-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/multiobjective/ - -%files natded -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/natded/ - -%files natded-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/natded/ - -%files nath -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/nath/ - -%files nath-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/nath/ - -%files ot-tableau -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/ot-tableau/ - -%files ot-tableau-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/ot-tableau/ - -%files oubraces -%{_texdir}/texmf-dist/tex/latex/oubraces/ - -%files oubraces-doc -%{_texdir}/texmf-dist/doc/latex/oubraces/ - -%files perfectcut -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/perfectcut/ - -%files perfectcut-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/perfectcut/ - -%files prftree -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/prftree/ - -%files prftree-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/prftree/ - -%files proba -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/proba/ - -%files proba-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/proba/ - -%files rec-thy +%files placeins %license pd.txt -%{_texdir}/texmf-dist/tex/latex/rec-thy/ +%{_texdir}/texmf-dist/tex/latex/placeins/ +%doc %{_texdir}/texmf-dist/doc/latex/placeins/ -%files rec-thy-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/latex/rec-thy/ - -%files ribbonproofs -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/ribbonproofs/ - -%files ribbonproofs-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/ribbonproofs/ - -%files rmathbr -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/rmathbr/ - -%files rmathbr-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/rmathbr/ - -%files sesamanuel -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/sesamanuel/ - -%files sesamanuel-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/sesamanuel/ - -%files shuffle -%license pd.txt -%{_texdir}/texmf-dist/fonts/source/public/shuffle/ -%{_texdir}/texmf-dist/fonts/tfm/public/shuffle/ -%{_texdir}/texmf-dist/tex/latex/shuffle/ - -%files shuffle-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/latex/shuffle/ - -%files skmath -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/skmath/ - -%files skmath-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/skmath/ - -%files statex -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/statex/ - -%files statex-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/statex/ - -%files statex2 -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/statex2/ - -%files statex2-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/statex2/ - -%files subsupscripts -%{_texdir}/texmf-dist/tex/latex/subsupscripts/ - -%files subsupscripts-doc -%{_texdir}/texmf-dist/doc/latex/subsupscripts/ - -%files susy -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/susy/ - -%files susy-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/susy/ - -%files syllogism -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/syllogism/ - -%files syllogism-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/syllogism/ - -%files sympytexpackage -%{_texdir}/texmf-dist/scripts/sympytexpackage/ -%{_texdir}/texmf-dist/tex/latex/sympytexpackage/ - -%files sympytexpackage-doc -%{_texdir}/texmf-dist/doc/latex/sympytexpackage/ - -%files synproof -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/synproof/ - -%files synproof-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/synproof/ - -%files tablor -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/tablor/ - -%files tablor-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/tablor/ - -%files tensor -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/tensor/ - -%files tensor-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/tensor/ - -%files tex-ewd -%license bsd.txt -%{_texdir}/texmf-dist/tex/generic/tex-ewd/ - -%files tex-ewd-doc -%license bsd.txt -%{_texdir}/texmf-dist/doc/generic/tex-ewd/ - -%files thmbox -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/thmbox/ - -%files thmbox-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/thmbox/ - -%files turnstile -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/turnstile/ - -%files turnstile-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/turnstile/ - -%files unicode-math -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/unicode-math/ - -%files unicode-math-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/unicode-math/ - -%files venn -%license lppl1.txt -%{_texdir}/texmf-dist/metapost/venn/ - -%files venn-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/metapost/venn/ - -%files yhmath -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/map/dvips/yhmath/ -%{_texdir}/texmf-dist/fonts/source/public/yhmath/ -%{_texdir}/texmf-dist/fonts/tfm/public/yhmath/ -%{_texdir}/texmf-dist/fonts/type1/public/yhmath/ -%{_texdir}/texmf-dist/fonts/vf/public/yhmath/ -%{_texdir}/texmf-dist/tex/latex/yhmath/ - -%files yhmath-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/yhmath/ - -%files ytableau -%license lppl1.2.txt -%{_texdir}/texmf-dist/tex/latex/ytableau/ - -%files ytableau-doc -%license lppl1.2.txt -%{_texdir}/texmf-dist/doc/latex/ytableau/ - -%files collection-metapost - -%files drv -%license lppl1.txt -%{_texdir}/texmf-dist/metapost/drv/ - -%files drv-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/metapost/drv/ - -%files dviincl -%license pd.txt -%{_texdir}/texmf-dist/metapost/dviincl/ - -%files dviincl-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/metapost/dviincl/ - -%files emp -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/emp/ - -%files emp-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/emp/ - -%files epsincl -%license pd.txt -%{_texdir}/texmf-dist/metapost/epsincl/ - -%files epsincl-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/metapost/epsincl/ - -%files expressg -%license lppl1.txt -%{_texdir}/texmf-dist/metapost/expressg/ - -%files expressg-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/metapost/expressg/ - -%files exteps -%license gpl.txt -%{_texdir}/texmf-dist/metapost/exteps/ - -%files exteps-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/metapost/exteps/ - -%files featpost -%license gpl.txt -%{_texdir}/texmf-dist/metapost/featpost/ - -%files featpost-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/metapost/featpost/ - -%files feynmf -%license gpl.txt -%{_texdir}/texmf-dist/metafont/feynmf/ -%{_texdir}/texmf-dist/metapost/feynmf/ -%{_texdir}/texmf-dist/tex/latex/feynmf/ - -%files feynmf-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/feynmf/ - -%files feynmp-auto -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/feynmp-auto/ - -%files feynmp-auto-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/feynmp-auto/ - -%files garrigues -%license lppl1.txt -%{_texdir}/texmf-dist/metapost/garrigues/ - -%files garrigues-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/metapost/garrigues/ - -%files gmp -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/gmp/ - -%files gmp-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/gmp/ - -%files latexmp -%license pd.txt -%{_texdir}/texmf-dist/metapost/latexmp/ - -%files latexmp-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/metapost/latexmp/ - -%files mcf2graph -%license bsd.txt -%{_texdir}/texmf-dist/metapost/mcf2graph/ - -%files mcf2graph-doc -%license bsd.txt -%{_texdir}/texmf-dist/doc/metapost/mcf2graph/ - -%files metago -%license lppl1.txt -%{_texdir}/texmf-dist/metapost/metago/ - -%files metago-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/metapost/metago/ - -%files metaobj -%license lppl1.txt -%{_texdir}/texmf-dist/metapost/metaobj/ - -%files metaobj-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/metapost/metaobj/ - -%files metaplot -%license lppl1.txt -%{_texdir}/texmf-dist/metapost/metaplot/ - -%files metaplot-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/metaplot/ - -%files metauml -%license gpl.txt -%{_texdir}/texmf-dist/metapost/metauml/ - -%files metauml-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/metapost/metauml/ - -%files mfpic -%license lppl1.3.txt -%{_texdir}/texmf-dist/metafont/mfpic/ -%{_texdir}/texmf-dist/metapost/mfpic/ -%{_texdir}/texmf-dist/tex/generic/mfpic/ - -%files mfpic-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/mfpic/ - -%files mfpic4ode -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/mfpic4ode/ - -%files mfpic4ode-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/mfpic4ode/ - -%files mp3d -%{_texdir}/texmf-dist/metapost/mp3d/ - -%files mp3d-doc -%{_texdir}/texmf-dist/doc/metapost/mp3d/ - -%files mpcolornames -%license lppl1.txt -%{_texdir}/texmf-dist/metapost/mpcolornames/ - -%files mpcolornames-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/metapost/mpcolornames/ - -%files mpattern -%license pd.txt -%{_texdir}/texmf-dist/metapost/mpattern/ - -%files mpattern-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/metapost/mpattern/ - -%files mpgraphics -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/mpgraphics/ - -%files mpgraphics-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/mpgraphics/ - -%files piechartmp -%license lppl1.txt -%{_texdir}/texmf-dist/metapost/piechartmp/ - -%files piechartmp-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/metapost/piechartmp/ - -%files repere -%license lppl1.3.txt -%{_texdir}/texmf-dist/metapost/repere/ - -%files repere-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/metapost/repere/ - -%files roex -%{_texdir}/texmf-dist/metafont/roex/ - -%files roundrect -%license lppl1.3.txt -%{_texdir}/texmf-dist/metapost/roundrect/ - -%files roundrect-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/metapost/roundrect/ - -%files shapes -%license lppl1.3.txt -%{_texdir}/texmf-dist/metapost/shapes/ - -%files shapes-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/metapost/shapes/ - -%files slideshow -%{_texdir}/texmf-dist/metapost/slideshow/ - -%files slideshow-doc -%{_texdir}/texmf-dist/doc/metapost/slideshow/ - -%files splines -%license lppl1.3.txt -%{_texdir}/texmf-dist/metapost/splines/ - -%files splines-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/metapost/splines/ - -%files suanpan -%license lppl1.txt -%{_texdir}/texmf-dist/metapost/suanpan/ - -%files suanpan-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/metapost/suanpan/ - -%files textpath -%license lppl1.txt -%{_texdir}/texmf-dist/metapost/textpath/ -%{_texdir}/texmf-dist/tex/latex/textpath/ - -%files textpath-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/metapost/textpath/ - -%files threeddice -%license lppl1.txt -%{_texdir}/texmf-dist/metapost/threeddice/ - -%files threeddice-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/metapost/threeddice/ - -%files collection-music - -%files figbas -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/afm/public/figbas/ -%{_texdir}/texmf-dist/fonts/map/dvips/figbas/ -%{_texdir}/texmf-dist/fonts/tfm/public/figbas/ -%{_texdir}/texmf-dist/fonts/type1/public/figbas/ - -%files figbas-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/fonts/figbas/ - -%files gchords -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/gchords/ - -%files gchords-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/gchords/ - -%files gtrcrd -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/gtrcrd/ - -%files gtrcrd-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/gtrcrd/ - -%files guitar -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/guitar/ - -%files guitar-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/guitar/ - -%files guitarchordschemes -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/guitarchordschemes/ - -%files guitarchordschemes-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/guitarchordschemes/ - -%files harmony -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/harmony/ - -%files harmony-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/harmony/ - -%files leadsheets -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/leadsheets/ - -%files leadsheets-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/leadsheets/ - -%files musixguit -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/musixguit/ - -%files musixguit-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/musixguit/ - -%files musixtex-fonts -%license gpl.txt -%{_texdir}/texmf-dist/fonts/map/dvips/musixtex-fonts/ -%{_texdir}/texmf-dist/fonts/source/public/musixtex-fonts/ -%{_texdir}/texmf-dist/fonts/tfm/public/musixtex-fonts/ -%{_texdir}/texmf-dist/fonts/type1/public/musixtex-fonts/ - -%files musixtex-fonts-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/fonts/musixtex-fonts/ - -%files piano -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/piano/ - -%files piano-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/piano/ - -%files songbook -%license lgpl2.1.txt -%{_texdir}/texmf-dist/makeindex/songbook/ -%{_texdir}/texmf-dist/tex/latex/songbook/ - -%files songbook-doc -%license lgpl2.1.txt -%{_texdir}/texmf-dist/doc/latex/songbook/ - -%files songs -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/songs/ - -%files songs-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/songs/ - -%files xpiano -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/xpiano/ - -%files xpiano-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/xpiano/ - -%files mxedruli -%{_texdir}/texmf-dist/fonts/afm/public/mxedruli/ -%{_texdir}/texmf-dist/fonts/map/dvips/mxedruli/ -%{_texdir}/texmf-dist/fonts/source/public/mxedruli/ -%{_texdir}/texmf-dist/fonts/tfm/public/mxedruli/ -%{_texdir}/texmf-dist/fonts/type1/public/mxedruli/ -%{_texdir}/texmf-dist/tex/latex/mxedruli/ - -%files mxedruli-doc -%{_texdir}/texmf-dist/doc/fonts/mxedruli/ - -%files otibet -%{_texdir}/texmf-dist/fonts/ofm/public/otibet/ -%{_texdir}/texmf-dist/fonts/ovf/public/otibet/ -%{_texdir}/texmf-dist/fonts/ovp/public/otibet/ -%{_texdir}/texmf-dist/fonts/source/public/otibet/ -%{_texdir}/texmf-dist/fonts/tfm/public/otibet/ -%{_texdir}/texmf-dist/omega/ocp/otibet/ -%{_texdir}/texmf-dist/omega/otp/otibet/ -%{_texdir}/texmf-dist/tex/latex/otibet/ - -%files otibet-doc -%{_texdir}/texmf-dist/doc/latex/otibet/ - -%files epsf-dvipdfmx -%license pd.txt -%{_texdir}/texmf-dist/tex/plain/epsf-dvipdfmx/ - -%files epsf-dvipdfmx-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/plain/epsf-dvipdfmx/ - -%files figflow -%{_texdir}/texmf-dist/tex/plain/figflow/ - -%files figflow-doc -%{_texdir}/texmf-dist/doc/plain/figflow/ - -%files fixpdfmag -%license pd.txt -%{_texdir}/texmf-dist/tex/plain/fixpdfmag/ - -%files font-change -%{_texdir}/texmf-dist/tex/plain/font-change/ - -%files font-change-doc -%{_texdir}/texmf-dist/doc/plain/font-change/ - -%files fontch -%license lppl1.txt -%{_texdir}/texmf-dist/tex/plain/fontch/ - -%files fontch-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/plain/fontch/ - -%files getoptk -%{_texdir}/texmf-dist/tex/plain/getoptk/ - -%files getoptk-doc -%{_texdir}/texmf-dist/doc/plain/getoptk/ - -%files gfnotation -%license gpl3.txt -%{_texdir}/texmf-dist/tex/plain/gfnotation/ - -%files gfnotation-doc -%license gpl3.txt -%{_texdir}/texmf-dist/doc/plain/gfnotation/ - -%files graphics-pln -%license lppl1.txt -%{_texdir}/texmf-dist/tex/plain/graphics-pln/ - -%files graphics-pln-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/plain/graphics-pln/ - -%files hyplain -%license pd.txt -%{_texdir}/texmf-dist/tex/plain/hyplain/ - -%files hyplain-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/plain/hyplain/ - -%files js-misc -%license pd.txt -%{_texdir}/texmf-dist/tex/plain/js-misc/ - -%files js-misc-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/plain/js-misc/ - -%files mkpattern -%license lppl1.txt -%{_texdir}/texmf-dist/tex/plain/mkpattern/ - -%files mkpattern-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/plain/mkpattern/ - -%files newsletr -%{_texdir}/texmf-dist/tex/plain/newsletr/ - -%files newsletr-doc -%{_texdir}/texmf-dist/doc/plain/newsletr/ - -%files pitex -%license lppl1.txt -%{_texdir}/texmf-dist/tex/plain/pitex/ - -%files pitex-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/plain/pitex/ - -%files placeins-plain -%license pd.txt -%{_texdir}/texmf-dist/tex/plain/placeins-plain/ - -%files plipsum -%license lppl1.txt -%{_texdir}/texmf-dist/tex/plain/plipsum/ - -%files plipsum-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/plain/plipsum/ - -%files plnfss -%license lppl1.txt -%{_texdir}/texmf-dist/tex/plain/plnfss/ - -%files plnfss-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/plain/plnfss/ - -%files plstmary -%license pd.txt -%{_texdir}/texmf-dist/tex/plain/plstmary/ - -%files plstmary-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/plain/plstmary/ - -%files present -%license lppl1.txt -%{_texdir}/texmf-dist/tex/plain/present/ - -%files present-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/plain/present/ - -%files resumemac -%license pd.txt -%{_texdir}/texmf-dist/tex/plain/resumemac/ - -%files resumemac-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/plain/resumemac/ - -%if 0 -%files texinfo -%license gpl.txt -%{_texdir}/texmf-dist/tex/texinfo/ -%endif - -%files timetable -%license lppl1.txt -%{_texdir}/texmf-dist/tex/plain/timetable/ - -%files treetex -%license pd.txt -%{_texdir}/texmf-dist/tex/plain/treetex/ - -%files treetex-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/plain/treetex/ - -%files varisize -%license pd.txt -%{_texdir}/texmf-dist/tex/plain/varisize/ - -%files varisize-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/plain/varisize/ - -%files xii-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/plain/xii/ - -%files collection-pstricks - -%files dsptricks -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/dsptricks/ - -%files dsptricks-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/dsptricks/ - -%files makeplot -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/makeplot/ - -%files makeplot-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/makeplot/ - -%files pdftricks -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/pdftricks/ - -%files pdftricks-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/pdftricks/ - -%files pdftricks2 -%license gpl2.txt -%{_texdir}/texmf-dist/tex/latex/pdftricks2/ - -%files pdftricks2-doc -%license gpl2.txt -%{_texdir}/texmf-dist/doc/latex/pdftricks2/ - -%files psbao -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/psbao/ - -%files psbao-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/psbao/ - -%files pst-2dplot -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/pst-2dplot/ - -%files pst-2dplot-doc +%files preprint %license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/pst-2dplot/ +%{_texdir}/texmf-dist/tex/latex/preprint/ +%doc %{_texdir}/texmf-dist/doc/latex/preprint/ %files pst-3d %license lppl1.txt %{_texdir}/texmf-dist/dvips/pst-3d/ %{_texdir}/texmf-dist/tex/generic/pst-3d/ %{_texdir}/texmf-dist/tex/latex/pst-3d/ - -%files pst-3d-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/pst-3d/ - -%files pst-3dplot -%license lppl1.txt -%{_texdir}/texmf-dist/dvips/pst-3dplot/ -%{_texdir}/texmf-dist/tex/generic/pst-3dplot/ -%{_texdir}/texmf-dist/tex/latex/pst-3dplot/ - -%files pst-3dplot-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/pst-3dplot/ - -%files pst-abspos -%license lppl1.txt -%{_texdir}/texmf-dist/tex/generic/pst-abspos/ -%{_texdir}/texmf-dist/tex/latex/pst-abspos/ - -%files pst-abspos-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/pst-abspos/ - -%files pst-am -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/pst-am/ - -%files pst-am-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/pst-am/ - -%files pst-asr -%license lppl1.txt -%{_texdir}/texmf-dist/tex/generic/pst-asr/ -%{_texdir}/texmf-dist/tex/latex/pst-asr/ - -%files pst-asr-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/pst-asr/ - -%files pst-bar -%license lppl1.txt -%{_texdir}/texmf-dist/dvips/pst-bar/ -%{_texdir}/texmf-dist/tex/generic/pst-bar/ -%{_texdir}/texmf-dist/tex/latex/pst-bar/ - -%files pst-bar-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/pst-bar/ - -%files pst-barcode -%license lppl1.txt -%{_texdir}/texmf-dist/dvips/pst-barcode/ -%{_texdir}/texmf-dist/tex/generic/pst-barcode/ -%{_texdir}/texmf-dist/tex/latex/pst-barcode/ - -%files pst-barcode-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/pst-barcode/ - -%files pst-bezier -%license lppl1.txt -%{_texdir}/texmf-dist/dvips/pst-bezier/ -%{_texdir}/texmf-dist/tex/generic/pst-bezier/ -%{_texdir}/texmf-dist/tex/latex/pst-bezier/ - -%files pst-bezier-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/pst-bezier/ +%doc %{_texdir}/texmf-dist/doc/generic/pst-3d/ %files pst-blur %license lppl1.txt %{_texdir}/texmf-dist/dvips/pst-blur/ %{_texdir}/texmf-dist/tex/generic/pst-blur/ %{_texdir}/texmf-dist/tex/latex/pst-blur/ - -%files pst-blur-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/pst-blur/ - -%files pst-bspline -%{_texdir}/texmf-dist/dvips/pst-bspline/ -%{_texdir}/texmf-dist/tex/generic/pst-bspline/ -%{_texdir}/texmf-dist/tex/latex/pst-bspline/ - -%files pst-bspline-doc -%{_texdir}/texmf-dist/doc/generic/pst-bspline/ - -%files pst-calendar -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/pst-calendar/ - -%files pst-calendar-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/pst-calendar/ - -%files pst-circ -%license lppl1.txt -%{_texdir}/texmf-dist/dvips/pst-circ/ -%{_texdir}/texmf-dist/tex/generic/pst-circ/ -%{_texdir}/texmf-dist/tex/latex/pst-circ/ - -%files pst-circ-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/pst-circ/ +%doc %{_texdir}/texmf-dist/doc/generic/pst-blur/ %files pst-coil %license lppl1.txt %{_texdir}/texmf-dist/dvips/pst-coil/ %{_texdir}/texmf-dist/tex/generic/pst-coil/ %{_texdir}/texmf-dist/tex/latex/pst-coil/ - -%files pst-coil-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/pst-coil/ - -%files pst-cox -%license lgpl2.1.txt -%{_texdir}/texmf-dist/dvips/pst-cox/ -%{_texdir}/texmf-dist/tex/generic/pst-cox/ -%{_texdir}/texmf-dist/tex/latex/pst-cox/ - -%files pst-cox-doc -%license lgpl2.1.txt -%{_texdir}/texmf-dist/doc/generic/pst-cox/ - -%files pst-dbicons -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/pst-dbicons/ - -%files pst-dbicons-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/pst-dbicons/ - -%files pst-diffraction -%license lppl1.txt -%{_texdir}/texmf-dist/tex/generic/pst-diffraction/ -%{_texdir}/texmf-dist/tex/latex/pst-diffraction/ - -%files pst-diffraction-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/pst-diffraction/ - -%files pst-electricfield -%license lppl1.txt -%{_texdir}/texmf-dist/dvips/pst-electricfield/ -%{_texdir}/texmf-dist/tex/generic/pst-electricfield/ -%{_texdir}/texmf-dist/tex/latex/pst-electricfield/ - -%files pst-electricfield-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/pst-electricfield/ +%doc %{_texdir}/texmf-dist/doc/generic/pst-coil/ %files pst-eps %license lppl1.txt %{_texdir}/texmf-dist/tex/generic/pst-eps/ %{_texdir}/texmf-dist/tex/latex/pst-eps/ - -%files pst-eps-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/pst-eps/ - -%files pst-eucl -%license lppl1.txt -%{_texdir}/texmf-dist/dvips/pst-eucl/ -%{_texdir}/texmf-dist/tex/generic/pst-eucl/ -%{_texdir}/texmf-dist/tex/latex/pst-eucl/ - -%files pst-eucl-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/pst-eucl/ - -%files pst-exa -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/pst-exa/ - -%files pst-exa-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/pst-exa/ +%doc %{_texdir}/texmf-dist/doc/generic/pst-eps/ %files pst-fill %license lppl1.txt %{_texdir}/texmf-dist/tex/generic/pst-fill/ %{_texdir}/texmf-dist/tex/latex/pst-fill/ - -%files pst-fill-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/pst-fill/ - -%files pst-fit -%license lppl1.txt -%{_texdir}/texmf-dist/tex/generic/pst-fit/ -%{_texdir}/texmf-dist/tex/latex/pst-fit/ - -%files pst-fit-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/pst-fit/ - -%files pst-fr3d -%license lppl1.txt -%{_texdir}/texmf-dist/tex/generic/pst-fr3d/ -%{_texdir}/texmf-dist/tex/latex/pst-fr3d/ - -%files pst-fr3d-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/pst-fr3d/ - -%files pst-fractal -%license lppl1.txt -%{_texdir}/texmf-dist/dvips/pst-fractal/ -%{_texdir}/texmf-dist/tex/generic/pst-fractal/ -%{_texdir}/texmf-dist/tex/latex/pst-fractal/ - -%files pst-fractal-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/pst-fractal/ - -%files pst-fun -%license lppl1.txt -%{_texdir}/texmf-dist/dvips/pst-fun/ -%{_texdir}/texmf-dist/tex/generic/pst-fun/ -%{_texdir}/texmf-dist/tex/latex/pst-fun/ - -%files pst-fun-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/pst-fun/ - -%files pst-func -%license lppl1.txt -%{_texdir}/texmf-dist/dvips/pst-func/ -%{_texdir}/texmf-dist/tex/generic/pst-func/ -%{_texdir}/texmf-dist/tex/latex/pst-func/ - -%files pst-func-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/pst-func/ - -%files pst-gantt -%license lppl1.txt -%{_texdir}/texmf-dist/tex/generic/pst-gantt/ -%{_texdir}/texmf-dist/tex/latex/pst-gantt/ - -%files pst-gantt-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/pst-gantt/ - -%files pst-geo -%license lppl1.txt -%{_texdir}/texmf-dist/dvips/pst-geo/ -%{_texdir}/texmf-dist/tex/generic/pst-geo/ -%{_texdir}/texmf-dist/tex/latex/pst-geo/ - -%files pst-geo-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/pst-geo/ - -%files pst-ghsb -%{_texdir}/texmf-dist/dvips/pst-ghsb/ -%{_texdir}/texmf-dist/tex/generic/pst-ghsb/ -%{_texdir}/texmf-dist/tex/latex/pst-ghsb/ - -%files pst-ghsb-doc -%{_texdir}/texmf-dist/doc/generic/pst-ghsb/ - -%files pst-gr3d -%license lppl1.txt -%{_texdir}/texmf-dist/tex/generic/pst-gr3d/ -%{_texdir}/texmf-dist/tex/latex/pst-gr3d/ - -%files pst-gr3d-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/pst-gr3d/ +%doc %{_texdir}/texmf-dist/doc/generic/pst-fill/ %files pst-grad %license lppl1.txt %{_texdir}/texmf-dist/dvips/pst-grad/ %{_texdir}/texmf-dist/tex/generic/pst-grad/ %{_texdir}/texmf-dist/tex/latex/pst-grad/ - -%files pst-grad-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/pst-grad/ - -%files pst-graphicx -%license lppl1.txt -%{_texdir}/texmf-dist/tex/generic/pst-graphicx/ - -%files pst-graphicx-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/pst-graphicx/ - -%files pst-infixplot -%license lppl1.txt -%{_texdir}/texmf-dist/tex/generic/pst-infixplot/ -%{_texdir}/texmf-dist/tex/latex/pst-infixplot/ - -%files pst-infixplot-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/pst-infixplot/ - -%files pst-intersect -%license lppl1.txt -%{_texdir}/texmf-dist/dvips/pst-intersect/ -%{_texdir}/texmf-dist/tex/generic/pst-intersect/ -%{_texdir}/texmf-dist/tex/latex/pst-intersect/ - -%files pst-intersect-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/pst-intersect/ - -%files pst-jtree -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/pst-jtree/ -%{_texdir}/texmf-dist/tex/latex/pst-jtree/ - -%files pst-jtree-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/pst-jtree/ - -%files pst-knot -%license lppl1.txt -%{_texdir}/texmf-dist/dvips/pst-knot/ -%{_texdir}/texmf-dist/tex/generic/pst-knot/ -%{_texdir}/texmf-dist/tex/latex/pst-knot/ - -%files pst-knot-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/pst-knot/ - -%files pst-labo -%license lppl1.txt -%{_texdir}/texmf-dist/tex/generic/pst-labo/ -%{_texdir}/texmf-dist/tex/latex/pst-labo/ - -%files pst-labo-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/pst-labo/ - -%files pst-layout -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/pst-layout/ - -%files pst-layout-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/pst-layout/ - -%files pst-lens -%license lppl1.txt -%{_texdir}/texmf-dist/tex/generic/pst-lens/ -%{_texdir}/texmf-dist/tex/latex/pst-lens/ - -%files pst-lens-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/pst-lens/ - -%files pst-light3d -%license lppl1.txt -%{_texdir}/texmf-dist/dvips/pst-light3d/ -%{_texdir}/texmf-dist/tex/generic/pst-light3d/ -%{_texdir}/texmf-dist/tex/latex/pst-light3d/ - -%files pst-light3d-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/pst-light3d/ - -%files pst-magneticfield -%license lppl1.txt -%{_texdir}/texmf-dist/dvips/pst-magneticfield/ -%{_texdir}/texmf-dist/tex/generic/pst-magneticfield/ -%{_texdir}/texmf-dist/tex/latex/pst-magneticfield/ - -%files pst-magneticfield-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/pst-magneticfield/ +%doc %{_texdir}/texmf-dist/doc/generic/pst-grad/ %files pst-math %license lppl1.txt %{_texdir}/texmf-dist/dvips/pst-math/ %{_texdir}/texmf-dist/tex/generic/pst-math/ %{_texdir}/texmf-dist/tex/latex/pst-math/ - -%files pst-math-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/pst-math/ - -%files pst-mirror -%license lppl1.txt -%{_texdir}/texmf-dist/dvips/pst-mirror/ -%{_texdir}/texmf-dist/tex/generic/pst-mirror/ -%{_texdir}/texmf-dist/tex/latex/pst-mirror/ - -%files pst-mirror-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/pst-mirror/ +%doc %{_texdir}/texmf-dist/doc/generic/pst-math/ %files pst-node %license lppl1.txt %{_texdir}/texmf-dist/dvips/pst-node/ %{_texdir}/texmf-dist/tex/generic/pst-node/ %{_texdir}/texmf-dist/tex/latex/pst-node/ - -%files pst-node-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/pst-node/ - -%files pst-ob3d -%license lppl1.txt -%{_texdir}/texmf-dist/tex/generic/pst-ob3d/ -%{_texdir}/texmf-dist/tex/latex/pst-ob3d/ - -%files pst-ob3d-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/pst-ob3d/ - -%files pst-ode -%license lppl1.txt -%{_texdir}/texmf-dist/dvips/pst-ode/ -%{_texdir}/texmf-dist/tex/generic/pst-ode/ -%{_texdir}/texmf-dist/tex/latex/pst-ode/ - -%files pst-ode-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/pst-ode/ - -%files pst-optexp -%license lppl1.3.txt -%{_texdir}/texmf-dist/dvips/pst-optexp/ -%{_texdir}/texmf-dist/makeindex/pst-optexp/ -%{_texdir}/texmf-dist/tex/latex/pst-optexp/ - -%files pst-optexp-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/pst-optexp/ - -%files pst-optic -%license lppl1.txt -%{_texdir}/texmf-dist/tex/generic/pst-optic/ -%{_texdir}/texmf-dist/tex/latex/pst-optic/ - -%files pst-optic-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/pst-optic/ - -%files pst-osci -%license lppl1.txt -%{_texdir}/texmf-dist/tex/generic/pst-osci/ -%{_texdir}/texmf-dist/tex/latex/pst-osci/ - -%files pst-osci-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/pst-osci/ - -%files pst-ovl -%license lppl1.txt -%{_texdir}/texmf-dist/dvips/pst-ovl/ -%{_texdir}/texmf-dist/tex/generic/pst-ovl/ -%{_texdir}/texmf-dist/tex/latex/pst-ovl/ - -%files pst-ovl-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/pst-ovl/ - -%files pst-pad -%license lppl1.txt -%{_texdir}/texmf-dist/tex/generic/pst-pad/ -%{_texdir}/texmf-dist/tex/latex/pst-pad/ - -%files pst-pad-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/pst-pad/ - -%files pst-pdgr -%license lppl1.txt -%{_texdir}/texmf-dist/tex/generic/pst-pdgr/ -%{_texdir}/texmf-dist/tex/latex/pst-pdgr/ - -%files pst-pdgr-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/pst-pdgr/ - -%files pst-perspective -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/pst-perspective/ -%{_texdir}/texmf-dist/tex/latex/pst-perspective/ - -%files pst-perspective-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/pst-perspective/ - -%files pst-platon -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/pst-platon/ - -%files pst-platon-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/pst-platon/ +%doc %{_texdir}/texmf-dist/doc/generic/pst-node/ %files pst-plot %license lppl1.txt %{_texdir}/texmf-dist/tex/generic/pst-plot/ %{_texdir}/texmf-dist/tex/latex/pst-plot/ - -%files pst-plot-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/pst-plot/ - -%files pst-poly -%license lppl1.txt -%{_texdir}/texmf-dist/tex/generic/pst-poly/ -%{_texdir}/texmf-dist/tex/latex/pst-poly/ - -%files pst-poly-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/pst-poly/ - -%files pst-pulley -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/pst-pulley/ -%{_texdir}/texmf-dist/tex/latex/pst-pulley/ - -%files pst-pulley-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/pst-pulley/ - -%files pst-qtree -%license gpl.txt -%{_texdir}/texmf-dist/tex/generic/pst-qtree/ -%{_texdir}/texmf-dist/tex/latex/pst-qtree/ - -%files pst-qtree-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/generic/pst-qtree/ - -%files pst-rubans -%license lppl1.txt -%{_texdir}/texmf-dist/tex/generic/pst-rubans/ -%{_texdir}/texmf-dist/tex/latex/pst-rubans/ - -%files pst-rubans-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/pst-rubans/ - -%files pst-sigsys -%license lppl1.txt -%{_texdir}/texmf-dist/tex/generic/pst-sigsys/ -%{_texdir}/texmf-dist/tex/latex/pst-sigsys/ - -%files pst-sigsys-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/pst-sigsys/ - -%files pst-slpe -%license lppl1.txt -%{_texdir}/texmf-dist/dvips/pst-slpe/ -%{_texdir}/texmf-dist/tex/generic/pst-slpe/ -%{_texdir}/texmf-dist/tex/latex/pst-slpe/ - -%files pst-slpe-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/pst-slpe/ - -%files pst-solarsystem -%license lppl1.txt -%{_texdir}/texmf-dist/dvips/pst-solarsystem/ -%{_texdir}/texmf-dist/tex/generic/pst-solarsystem/ -%{_texdir}/texmf-dist/tex/latex/pst-solarsystem/ - -%files pst-solarsystem-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/pst-solarsystem/ - -%files pst-solides3d -%license lppl1.3.txt -%{_texdir}/texmf-dist/dvips/pst-solides3d/ -%{_texdir}/texmf-dist/tex/generic/pst-solides3d/ -%{_texdir}/texmf-dist/tex/latex/pst-solides3d/ - -%files pst-solides3d-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/pst-solides3d/ - -%files pst-soroban -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/pst-soroban/ - -%files pst-soroban-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/pst-soroban/ - -%files pst-spectra -%license lppl1.txt -%{_texdir}/texmf-dist/dvips/pst-spectra/ -%{_texdir}/texmf-dist/tex/generic/pst-spectra/ -%{_texdir}/texmf-dist/tex/latex/pst-spectra/ - -%files pst-spectra-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/pst-spectra/ - -%files pst-stru -%license lppl1.txt -%{_texdir}/texmf-dist/tex/generic/pst-stru/ -%{_texdir}/texmf-dist/tex/latex/pst-stru/ - -%files pst-stru-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/pst-stru/ - -%files pst-support-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/pst-support/ - -%files pst-text -%license lppl1.txt -%{_texdir}/texmf-dist/dvips/pst-text/ -%{_texdir}/texmf-dist/tex/generic/pst-text/ -%{_texdir}/texmf-dist/tex/latex/pst-text/ - -%files pst-text-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/pst-text/ - -%files pst-thick -%license lppl1.txt -%{_texdir}/texmf-dist/tex/generic/pst-thick/ -%{_texdir}/texmf-dist/tex/latex/pst-thick/ - -%files pst-thick-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/pst-thick/ - -%files pst-tools -%license lppl1.txt -%{_texdir}/texmf-dist/dvips/pst-tools/ -%{_texdir}/texmf-dist/tex/generic/pst-tools/ -%{_texdir}/texmf-dist/tex/latex/pst-tools/ - -%files pst-tools-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/pst-tools/ - -%files pst-tree -%license lppl1.txt -%{_texdir}/texmf-dist/tex/generic/pst-tree/ -%{_texdir}/texmf-dist/tex/latex/pst-tree/ - -%files pst-tree-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/pst-tree/ - -%files pst-tvz -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/pst-tvz/ -%{_texdir}/texmf-dist/tex/latex/pst-tvz/ - -%files pst-tvz-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/pst-tvz/ - -%files pst-uml -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/pst-uml/ - -%files pst-uml-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/pst-uml/ - -%files pst-vectorian -%license lppl1.txt -%{_texdir}/texmf-dist/dvips/pst-vectorian/ -%{_texdir}/texmf-dist/tex/latex/pst-vectorian/ - -%files pst-vectorian-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/pst-vectorian/ - -%files pst-vowel -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/pst-vowel/ - -%files pst-vowel-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/pst-vowel/ - -%files pstricks -%license lppl1.3.txt -%{_texdir}/texmf-dist/dvips/pstricks/ -%{_texdir}/texmf-dist/tex/generic/pstricks/ -%{_texdir}/texmf-dist/tex/latex/pstricks/ - -%files pstricks-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/pstricks/ +%doc %{_texdir}/texmf-dist/doc/generic/pst-plot/ %files pstricks-add %license lppl1.txt %{_texdir}/texmf-dist/dvips/pstricks-add/ %{_texdir}/texmf-dist/tex/generic/pstricks-add/ %{_texdir}/texmf-dist/tex/latex/pstricks-add/ +%doc %{_texdir}/texmf-dist/doc/generic/pstricks-add/ -%files pstricks-add-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/pstricks-add/ - -%files pstricks_calcnotes-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/pstricks_calcnotes/ - -%files uml -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/uml/ - -%files uml-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/uml/ - -%files vaucanson-g -%license lppl1.txt -%{_texdir}/texmf-dist/tex/generic/vaucanson-g/ - -%files vaucanson-g-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/generic/vaucanson-g/ - -%files vocaltract -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/vocaltract/ - -%files vocaltract-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/vocaltract/ - -%files collection-publishers - -%files IEEEconf -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/IEEEconf/ - -%files IEEEconf-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/IEEEconf/ - -%files IEEEtran +%files pstricks %license lppl1.3.txt -%{_texdir}/texmf-dist/bibtex/bib/IEEEtran/ -%{_texdir}/texmf-dist/bibtex/bst/IEEEtran/ -%{_texdir}/texmf-dist/tex/latex/IEEEtran/ +%{_texdir}/texmf-dist/dvips/pstricks/ +%{_texdir}/texmf-dist/tex/generic/pstricks/ +%{_texdir}/texmf-dist/tex/latex/pstricks/ +%doc %{_texdir}/texmf-dist/doc/generic/pstricks/ -%files IEEEtran-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/IEEEtran/ - -%files confproc +%files pst-slpe %license lppl1.txt -%{_texdir}/texmf-dist/bibtex/bst/confproc/ -%{_texdir}/texmf-dist/makeindex/confproc/ -%{_texdir}/texmf-dist/tex/latex/confproc/ +%{_texdir}/texmf-dist/dvips/pst-slpe/ +%{_texdir}/texmf-dist/tex/generic/pst-slpe/ +%{_texdir}/texmf-dist/tex/latex/pst-slpe/ +%doc %{_texdir}/texmf-dist/doc/generic/pst-slpe/ -%files confproc-doc +%files pst-text %license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/confproc/ +%{_texdir}/texmf-dist/dvips/pst-text/ +%{_texdir}/texmf-dist/tex/generic/pst-text/ +%{_texdir}/texmf-dist/tex/latex/pst-text/ +%doc %{_texdir}/texmf-dist/doc/generic/pst-text/ -%files dccpaper -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/dccpaper/ - -%files dccpaper-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/dccpaper/ - -%files dithesis +%files pst-tree %license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/dithesis/ +%{_texdir}/texmf-dist/tex/generic/pst-tree/ +%{_texdir}/texmf-dist/tex/latex/pst-tree/ +%doc %{_texdir}/texmf-dist/doc/generic/pst-tree/ -%files dithesis-doc +%files qstest %license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/dithesis/ +%{_texdir}/texmf-dist/tex/latex/qstest/ +%doc %{_texdir}/texmf-dist/doc/latex/qstest/ -%files ebook -%license pd.txt -%{_texdir}/texmf-dist/tex/latex/ebook/ - -%files ebook-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/latex/ebook/ - -%files ebsthesis +%files sauerj %license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/ebsthesis/ +%{_texdir}/texmf-dist/tex/latex/sauerj/ +%doc %{_texdir}/texmf-dist/doc/latex/sauerj/ -%files ebsthesis-doc +%files scheme-basic + +%files sectsty %license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/ebsthesis/ +%{_texdir}/texmf-dist/tex/latex/sectsty/ +%doc %{_texdir}/texmf-dist/doc/latex/sectsty/ -%files ejpecp -%license lppl1.2.txt -%{_texdir}/texmf-dist/tex/latex/ejpecp/ - -%files ejpecp-doc -%license lppl1.2.txt -%{_texdir}/texmf-dist/doc/latex/ejpecp/ - -%files ekaia -%license lppl1.2.txt -%{_texdir}/texmf-dist/tex/latex/ekaia/ - -%files ekaia-doc -%license lppl1.2.txt -%{_texdir}/texmf-dist/doc/latex/ekaia/ - -%files elbioimp +%files showexpl %license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/elbioimp/ +%{_texdir}/texmf-dist/tex/latex/showexpl/ +%doc %{_texdir}/texmf-dist/doc/latex/showexpl/ -%files elbioimp-doc +%files soul %license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/elbioimp/ +%{_texdir}/texmf-dist/tex/latex/soul/ +%doc %{_texdir}/texmf-dist/doc/latex/soul/ -%files elsarticle -%license lppl1.2.txt -%{_texdir}/texmf-dist/bibtex/bst/elsarticle/ -%{_texdir}/texmf-dist/tex/latex/elsarticle/ - -%files elsarticle-doc -%license lppl1.2.txt -%{_texdir}/texmf-dist/doc/latex/elsarticle/ - -%files elteikthesis -%license lppl1.2.txt -%{_texdir}/texmf-dist/tex/latex/elteikthesis/ - -%files elteikthesis-doc -%license lppl1.2.txt -%{_texdir}/texmf-dist/doc/latex/elteikthesis/ - -%files erdc +%files stmaryrd %license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/erdc/ +%{_texdir}/texmf-dist/fonts/afm/public/stmaryrd/ +%{_texdir}/texmf-dist/fonts/map/dvips/stmaryrd/ +%{_texdir}/texmf-dist/fonts/source/public/stmaryrd/ +%{_texdir}/texmf-dist/fonts/tfm/public/stmaryrd/ +%{_texdir}/texmf-dist/fonts/type1/public/stmaryrd/ +%{_texdir}/texmf-dist/tex/latex/stmaryrd/ +%doc %{_texdir}/texmf-dist/doc/fonts/stmaryrd/ -%files erdc-doc +%files subfigure %license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/erdc/ +%{_texdir}/texmf-dist/tex/latex/subfigure/ +%doc %{_texdir}/texmf-dist/doc/latex/subfigure/ -%files estcpmm +%files svn-prov %license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/estcpmm/ +%{_texdir}/texmf-dist/tex/latex/svn-prov/ +%doc %{_texdir}/texmf-dist/doc/latex/svn-prov/ -%files estcpmm-doc +%files t2 %license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/estcpmm/ +%{_texdir}/texmf-dist/fonts/enc/t2/ +%{_texdir}/texmf-dist/tex/generic/t2/ +%{_texdir}/texmf-dist/tex/latex/t2/ +%doc %{_texdir}/texmf-dist/doc/generic/t2/ -%files fbithesis -%{_texdir}/texmf-dist/tex/latex/fbithesis/ - -%files fbithesis-doc -%{_texdir}/texmf-dist/doc/latex/fbithesis/ - -%files fcavtex -%license lppl1.3.txt -%{_texdir}/texmf-dist/bibtex/bst/fcavtex/ -%{_texdir}/texmf-dist/tex/latex/fcavtex/ - -%files fcavtex-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/fcavtex/ - -%files fcltxdoc -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/fcltxdoc/ - -%files fcltxdoc-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/fcltxdoc/ - -%files fei -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/fei/ - -%files fei-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/fei/ - -%files gaceta -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/gaceta/ - -%files gaceta-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/gaceta/ - -%files gatech-thesis +%files textpos %license gpl.txt -%{_texdir}/texmf-dist/bibtex/bst/gatech-thesis/ -%{_texdir}/texmf-dist/makeindex/gatech-thesis/ -%{_texdir}/texmf-dist/tex/latex/gatech-thesis/ +%{_texdir}/texmf-dist/tex/latex/textpos/ +%doc %{_texdir}/texmf-dist/doc/latex/textpos/ -%files gatech-thesis-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/gatech-thesis/ +%files threeparttable +%{_texdir}/texmf-dist/tex/latex/threeparttable/ +%doc %{_texdir}/texmf-dist/doc/latex/threeparttable/ -%files gsemthesis -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/gsemthesis/ - -%files gsemthesis-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/gsemthesis/ - -%files gzt -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/gzt/ - -%files gzt-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/gzt/ - -%files har2nat -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/har2nat/ - -%files har2nat-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/har2nat/ - -%files hobete -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/hobete/ - -%files hobete-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/hobete/ - -%files icsv -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/icsv/ - -%files icsv-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/icsv/ - -%files ieeepes -%license lppl1.txt -%{_texdir}/texmf-dist/bibtex/bst/ieeepes/ -%{_texdir}/texmf-dist/tex/latex/ieeepes/ - -%files ieeepes-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/ieeepes/ - -%files ijmart -%license lppl1.txt -%{_texdir}/texmf-dist/bibtex/bst/ijmart/ -%{_texdir}/texmf-dist/tex/latex/ijmart/ - -%files ijmart-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/ijmart/ - -%files imac -%license gpl.txt -%{_texdir}/texmf-dist/bibtex/bst/imac/ -%{_texdir}/texmf-dist/tex/latex/imac/ - -%files imac-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/imac/ - -%files imtekda -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/imtekda/ - -%files imtekda-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/imtekda/ - -%files jmlr -%license lppl1.3.txt -%{_texdir}/texmf-dist/scripts/jmlr/ -%{_texdir}/texmf-dist/tex/latex/jmlr/ - -%files jmlr-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/jmlr/ - -%files jpsj -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/jpsj/ - -%files jpsj-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/jpsj/ - -%files kdgdocs -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/kdgdocs/ - -%files kdgdocs-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/kdgdocs/ - -%files kluwer -%{_texdir}/texmf-dist/bibtex/bst/kluwer/ -%{_texdir}/texmf-dist/tex/latex/kluwer/ - -%files kluwer-doc -%{_texdir}/texmf-dist/doc/latex/kluwer/ - -%files lps -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/lps/ - -%files lps-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/lps/ - -%files matc3 -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/matc3/ - -%files matc3-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/matc3/ - -%files matc3mem -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/matc3mem/ - -%files matc3mem-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/matc3mem/ - -%files mcmthesis -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/mcmthesis/ - -%files mcmthesis-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/mcmthesis/ - -%files mentis -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/mentis/ - -%files mentis-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/mentis/ - -%files mnras -%license lppl1.3.txt -%{_texdir}/texmf-dist/bibtex/bst/mnras/ -%{_texdir}/texmf-dist/tex/latex/mnras/ - -%files mnras-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/mnras/ - -%files msu-thesis -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/msu-thesis/ - -%files msu-thesis-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/msu-thesis/ - -%files mugsthesis -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/mugsthesis/ - -%files mugsthesis-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/mugsthesis/ - -%files musuos -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/musuos/ - -%files musuos-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/musuos/ - -%files muthesis -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/muthesis/ - -%files muthesis-doc +%files titlesec %license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/muthesis/ +%{_texdir}/texmf-dist/tex/latex/titlesec/ +%doc %{_texdir}/texmf-dist/doc/latex/titlesec/ -%files nature -%{_texdir}/texmf-dist/bibtex/bst/nature/ -%{_texdir}/texmf-dist/tex/latex/nature/ - -%files nature-doc -%{_texdir}/texmf-dist/doc/latex/nature/ - -%files nddiss -%license lppl1.txt -%{_texdir}/texmf-dist/bibtex/bst/nddiss/ -%{_texdir}/texmf-dist/tex/latex/nddiss/ - -%files nddiss-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/nddiss/ - -%files ndsu-thesis -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/ndsu-thesis/ - -%files ndsu-thesis-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/ndsu-thesis/ - -%files nih -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/nih/ - -%files nih-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/nih/ - -%files nostarch +%files titling %license lppl1.txt -%{_texdir}/texmf-dist/bibtex/bib/nostarch/ -%{_texdir}/texmf-dist/makeindex/nostarch/ -%{_texdir}/texmf-dist/tex/latex/nostarch/ - -%files nostarch-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/nostarch/ - -%files nrc -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/nrc/ - -%files nrc-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/nrc/ - -%files onrannual -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/onrannual/ +%{_texdir}/texmf-dist/tex/latex/titling/ +%doc %{_texdir}/texmf-dist/doc/latex/titling/ -%files onrannual-doc +%files tocloft %license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/onrannual/ - -%files opteng -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/opteng/ - -%files opteng-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/opteng/ - -%files philosophersimprint -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/philosophersimprint/ - -%files philosophersimprint-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/philosophersimprint/ - -%files pittetd -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/pittetd/ - -%files pittetd-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/pittetd/ - -%files pkuthss -%license other-free.txt -%{_texdir}/texmf-dist/tex/latex/pkuthss/ - -%files pkuthss-doc -%license other-free.txt -%{_texdir}/texmf-dist/doc/latex/pkuthss/ - -%files powerdot-fuberlin -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/powerdot-fuberlin/ -%doc %{_texdir}/texmf-dist/doc/latex/powerdot-fuberlin/ - -%files pracjourn -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/pracjourn/ - -%files pracjourn-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/pracjourn/ - -%files procIAGssymp -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/procIAGssymp/ - -%files procIAGssymp-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/procIAGssymp/ - -%files proposal -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/proposal/ +%{_texdir}/texmf-dist/tex/latex/tocloft/ +%doc %{_texdir}/texmf-dist/doc/latex/tocloft/ -%files proposal-doc +%files type1cm %license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/proposal/ - -%files ptptex -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/ptptex/ - -%files ptptex-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/ptptex/ - -%files resphilosophica -%license lppl1.3.txt -%{_texdir}/texmf-dist/bibtex/bst/resphilosophica/ -%{_texdir}/texmf-dist/tex/latex/resphilosophica/ - -%files resphilosophica-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/resphilosophica/ +%{_texdir}/texmf-dist/tex/latex/type1cm/ +%doc %{_texdir}/texmf-dist/doc/latex/type1cm/ -%files resumecls +%files ucs %license lppl1.3.txt -%{_texdir}/texmf-dist/tex/xelatex/resumecls/ +%{_texdir}/texmf-dist/tex/latex/ucs/ +%doc %{_texdir}/texmf-dist/doc/latex/ucs/ -%files resumecls-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/xelatex/resumecls/ - -%files revtex -%license lppl1.3.txt -%{_texdir}/texmf-dist/bibtex/bst/revtex/ -%{_texdir}/texmf-dist/tex/latex/revtex/ +%files ulem +%{_texdir}/texmf-dist/tex/generic/ulem/ +%doc %{_texdir}/texmf-dist/doc/generic/ulem/ -%files revtex-doc +%files unicode-math %license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/revtex/ +%{_texdir}/texmf-dist/tex/latex/unicode-math/ +%doc %{_texdir}/texmf-dist/doc/latex/unicode-math/ -%files revtex4 -%{_texdir}/texmf-dist/bibtex/bib/revtex4/ -%{_texdir}/texmf-dist/bibtex/bst/revtex4/ -%{_texdir}/texmf-dist/tex/latex/revtex4/ - -%files revtex4-doc -%{_texdir}/texmf-dist/doc/latex/revtex4/ - -%files ryethesis -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/ryethesis/ - -%files ryethesis-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/ryethesis/ - -%files sageep +%files varwidth %license lppl1.txt -%{_texdir}/texmf-dist/bibtex/bst/sageep/ -%{_texdir}/texmf-dist/tex/latex/sageep/ +%{_texdir}/texmf-dist/tex/latex/varwidth/ +%doc %{_texdir}/texmf-dist/doc/latex/varwidth/ -%files sageep-doc +%files was %license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/sageep/ - -%files sapthesis -%license lppl1.3.txt -%{_texdir}/texmf-dist/bibtex/bst/sapthesis/ -%{_texdir}/texmf-dist/tex/latex/sapthesis/ +%{_texdir}/texmf-dist/tex/latex/was/ +%doc %{_texdir}/texmf-dist/doc/latex/was/ -%files sapthesis-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/sapthesis/ - -%files scrjrnl -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/scrjrnl/ - -%files scrjrnl-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/scrjrnl/ - -%files schule -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/schule/ - -%files schule-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/schule/ - -%files sduthesis -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/sduthesis/ - -%files sduthesis-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/sduthesis/ - -%files seuthesis -%license gpl3.txt -%{_texdir}/texmf-dist/bibtex/bst/seuthesis/ - -%files seuthesis-doc -%license gpl3.txt -%{_texdir}/texmf-dist/doc/latex/seuthesis/ - -%files soton +%files wrapfig %license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/soton/ +%{_texdir}/texmf-dist/tex/latex/wrapfig/ +%doc %{_texdir}/texmf-dist/doc/latex/wrapfig/ -%files soton-doc +%files xifthen %license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/soton/ +%{_texdir}/texmf-dist/tex/latex/xifthen/ +%doc %{_texdir}/texmf-dist/doc/latex/xifthen/ -%files sphdthesis -%license pd.txt -%{_texdir}/texmf-dist/tex/latex/sphdthesis/ - -%files sphdthesis-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/latex/sphdthesis/ - -%files spie +%files xstring %license lppl1.txt -%{_texdir}/texmf-dist/bibtex/bib/spie/ -%{_texdir}/texmf-dist/bibtex/bst/spie/ -%{_texdir}/texmf-dist/tex/latex/spie/ +%{_texdir}/texmf-dist/tex/generic/xstring/ +%doc %{_texdir}/texmf-dist/doc/generic/xstring/ -%files spie-doc +%files xtab %license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/spie/ +%{_texdir}/texmf-dist/tex/latex/xtab/ +%doc %{_texdir}/texmf-dist/doc/latex/xtab/ -%files sr-vorl -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/sr-vorl/ -%files sr-vorl-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/sr-vorl/ +%files lib +%{_libdir}/*.so.* +%dir %{_texdir}/texmf-config +%dir %{_texdir}/texmf-config/web2c +%{_texdir}/texmf-config/web2c/updmap.cfg +%attr(0644, root, root) %verify(not md5 size mtime) %ghost %{_texdir}/texmf-config/ls-R -%files stellenbosch -%license lppl1.txt -%{_texdir}/texmf-dist/bibtex/bst/stellenbosch/ -%{_texdir}/texmf-dist/tex/latex/stellenbosch/ - -%files stellenbosch-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/stellenbosch/ - -%files suftesi -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/suftesi/ - -%files suftesi-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/suftesi/ - -%files sugconf -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/sugconf/ - -%files sugconf-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/sugconf/ - -%files tabriz-thesis -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/tabriz-thesis/ -%{_texdir}/texmf-dist/tex/xelatex/tabriz-thesis/ - -%files tabriz-thesis-doc -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/tabriz-thesis/ -%doc %{_texdir}/texmf-dist/doc/xelatex/tabriz-thesis/ - -%files texilikechaps -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/texilikechaps/ - -%files texilikecover -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/texilikecover/ - -%files thesis-ekf -%license lppl1.2.txt -%{_texdir}/texmf-dist/tex/latex/thesis-ekf/ - -%files thesis-ekf-doc -%license lppl1.2.txt -%{_texdir}/texmf-dist/doc/latex/thesis-ekf/ - -%files thesis-titlepage-fhac -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/thesis-titlepage-fhac/ - -%files thesis-titlepage-fhac-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/thesis-titlepage-fhac/ - -%files thuthesis -%license lppl1.3.txt -%{_texdir}/texmf-dist/bibtex/bst/thuthesis/ -%{_texdir}/texmf-dist/tex/latex/thuthesis/ - -%files thuthesis-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/thuthesis/ - -%files toptesi -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/toptesi/ - -%files toptesi-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/toptesi/ - -%files tudscr -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/tudscr/ - -%files tudscr-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/tudscr/ - -%files tugboat -%license lppl1.3.txt -%{_texdir}/texmf-dist/bibtex/bst/tugboat/ -%{_texdir}/texmf-dist/tex/latex/tugboat/ - -%files tugboat-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/tugboat/ - -%files tugboat-plain -%{_texdir}/texmf-dist/tex/plain/tugboat-plain/ - -%files tugboat-plain-doc -%{_texdir}/texmf-dist/doc/plain/tugboat-plain/ - -%files turabian -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/turabian/ - -%files turabian-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/turabian/ - -%files tui -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/tui/ - -%files tui-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/tui/ - -%files uaclasses -%license pd.txt -%{_texdir}/texmf-dist/tex/latex/uaclasses/ - -%files uaclasses-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/latex/uaclasses/ - -%files uafthesis -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/uafthesis/ - -%files uafthesis-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/uafthesis/ - -%files ucbthesis -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/ucbthesis/ - -%files ucbthesis-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/ucbthesis/ - -%files ucdavisthesis -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/ucdavisthesis/ - -%files ucdavisthesis-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/ucdavisthesis/ - -%files ucthesis -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/ucthesis/ - -%files ucthesis-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/ucthesis/ - -%files uestcthesis -%license lppl1.3.txt -%{_texdir}/texmf-dist/bibtex/bst/uestcthesis/ -%{_texdir}/texmf-dist/tex/latex/uestcthesis/ - -%files uestcthesis-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/uestcthesis/ - -%files uiucredborder -%license lppl1.2.txt -%{_texdir}/texmf-dist/tex/latex/uiucredborder/ - -%files uiucredborder-doc -%license lppl1.2.txt -%{_texdir}/texmf-dist/doc/latex/uiucredborder/ - -%files uiucthesis -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/uiucthesis/ - -%files uiucthesis-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/uiucthesis/ - -%files ulthese -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/ulthese/ - -%files ulthese-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/ulthese/ - -%files umthesis -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/umthesis/ - -%files umthesis-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/umthesis/ - -%files umich-thesis -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/umich-thesis/ - -%files umich-thesis-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/umich-thesis/ - -%files unamth-template-doc -%license gpl3.txt -%{_texdir}/texmf-dist/doc/latex/unamth-template/ - -%files unamthesis -%license lppl1.3.txt -%{_texdir}/texmf-dist/bibtex/bst/unamthesis/ -%{_texdir}/texmf-dist/tex/latex/unamthesis/ - -%files unamthesis-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/unamthesis/ - -%files unswcover -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/unswcover/ - -%files unswcover-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/unswcover/ - -%files uothesis -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/uothesis/ - -%files uothesis-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/uothesis/ - -%files urcls -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/urcls/ - -%files urcls-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/urcls/ - -%files uowthesis -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/uowthesis/ - -%files uowthesis-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/uowthesis/ - -%files uowthesistitlepage -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/uowthesistitlepage/ - -%files uowthesistitlepage-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/uowthesistitlepage/ - -%files uspatent -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/uspatent/ - -%files uspatent-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/uspatent/ - -%files ut-thesis -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/ut-thesis/ - -%files ut-thesis-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/ut-thesis/ - -%files uwthesis -%license apache2.txt -%{_texdir}/texmf-dist/tex/latex/uwthesis/ - -%files uwthesis-doc -%license apache2.txt -%{_texdir}/texmf-dist/doc/latex/uwthesis/ - -%files vancouver -%license lppl1.3.txt -%{_texdir}/texmf-dist/bibtex/bst/vancouver/ - -%files vancouver-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/bibtex/vancouver/ - -%files wsemclassic -%license bsd.txt -%{_texdir}/texmf-dist/tex/latex/wsemclassic/ - -%files wsemclassic-doc -%license bsd.txt -%{_texdir}/texmf-dist/doc/latex/wsemclassic/ - -%files xcookybooky -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/xcookybooky/ - -%files xcookybooky-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/xcookybooky/ - -%files yathesis -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/yathesis/ - -%files yathesis-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/yathesis/ - -%files york-thesis -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/york-thesis/ - -%files york-thesis-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/york-thesis/ - -%files SIstyle -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/SIstyle/ - -%files SIstyle-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/SIstyle/ - -%files SIunits -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/SIunits/ - -%files SIunits-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/SIunits/ - -%files complexity -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/complexity/ - -%files complexity-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/complexity/ - -%files computational-complexity -%license lppl1.txt -%{_texdir}/texmf-dist/bibtex/bst/computational-complexity/ -%{_texdir}/texmf-dist/tex/latex/computational-complexity/ - -%files computational-complexity-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/computational-complexity/ - -%files cryptocode -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/cryptocode/ - -%files cryptocode-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/cryptocode/ - -%files digiconfigs -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/digiconfigs/ - -%files digiconfigs-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/digiconfigs/ - -%files drawstack -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/drawstack/ - -%files drawstack-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/drawstack/ +%files lib-devel +%dir %{_includedir}/kpathsea +%{_includedir}/kpathsea/* +%{_includedir}/synctex/ +# need to check: exlua52 +# {_includedir}/texlua52/ +%{_includedir}/texlua53/ +%ifnarch aarch64 %{mips} %{power64} s390 s390x +%{_includedir}/texluajit/ +%endif +%{_libdir}/*.so +%{_libdir}/pkgconfig/*.pc -%files dyntree +%files metapost %license lgpl2.1.txt -%{_texdir}/texmf-dist/tex/latex/dyntree/ +%{_bindir}/dvitomp +%{_bindir}/mfplain +%{_bindir}/mpost +%{_bindir}/r-mpost +%{_mandir}/man1/dvitomp.1* +%{_mandir}/man1/mpost.1* +%{_texdir}/texmf-dist/fonts/afm/metapost/ +%{_texdir}/texmf-dist/fonts/enc/dvips/metapost/ +%{_texdir}/texmf-dist/fonts/map/dvips/metapost/ +%{_texdir}/texmf-dist/fonts/tfm/metapost/ +%{_texdir}/texmf-dist/fonts/type1/metapost/ +%{_texdir}/texmf-dist/metapost/ +%{_texdir}/texmf-dist/tex/generic/metapost/ +%doc %{_texdir}/texmf-dist/doc/metapost/ -%files dyntree-doc -%license lgpl2.1.txt -%{_texdir}/texmf-dist/doc/latex/dyntree/ +%files adjustbox +%{_texdir}/texmf-dist/tex/latex/adjustbox/ +%doc %{_texdir}/texmf-dist/doc/latex/adjustbox/ -%files eltex +%files collectbox +%{_texdir}/texmf-dist/tex/latex/collectbox/ +%doc %{_texdir}/texmf-dist/doc/latex/collectbox/ + + +%files environ %license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/eltex/ - -%files eltex-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/eltex/ - -%files endiagram -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/endiagram/ - -%files endiagram-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/endiagram/ - -%files engtlc -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/engtlc/ - -%files engtlc-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/engtlc/ - -%files fouridx -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/fouridx/ - -%files fouridx-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/fouridx/ - -%files functan -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/functan/ - -%files functan-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/functan/ - -%files galois -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/galois/ - -%files galois-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/galois/ - -%files gastex -%license lppl1.txt -%{_texdir}/texmf-dist/dvips/gastex/ -%{_texdir}/texmf-dist/tex/latex/gastex/ - -%files gastex-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/gastex/ - -%files gene-logic -%{_texdir}/texmf-dist/tex/latex/gene-logic/ - -%files gene-logic-doc -%{_texdir}/texmf-dist/doc/latex/gene-logic/ - -%files ghsystem -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/ghsystem/ - -%files ghsystem-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/ghsystem/ - -%files gu -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/gu/ - -%files gu-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/gu/ - -%files hep -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/hep/ - -%files hep-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/hep/ - -%files hepnames -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/hepnames/ - -%files hepnames-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/hepnames/ - -%files hepparticles -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/hepparticles/ - -%files hepparticles-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/hepparticles/ - -%files hepthesis -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/hepthesis/ - -%files hepthesis-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/hepthesis/ - -%files hepunits -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/hepunits/ - -%files hepunits-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/hepunits/ - -%files karnaugh -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/karnaugh/ - -%files karnaugh-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/karnaugh/ - -%files karnaughmap -%license lppl1.2.txt -%{_texdir}/texmf-dist/tex/latex/karnaughmap/ - -%files karnaughmap-doc -%license lppl1.2.txt -%{_texdir}/texmf-dist/doc/latex/karnaughmap/ - -%files matlab-prettifier -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/matlab-prettifier/ - -%files matlab-prettifier-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/matlab-prettifier/ - -%files mhchem -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/mhchem/ - -%files mhchem-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/mhchem/ - -%files miller -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/miller/ - -%files miller-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/miller/ - -%files nuc -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/nuc/ - -%files nuc-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/nuc/ - -%files objectz -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/objectz/ - -%files objectz-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/objectz/ - -%files physics -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/physics/ - -%files physics-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/physics/ - -%files pseudocode -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/pseudocode/ - -%files pseudocode-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/pseudocode/ - -%files sasnrdisplay -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/sasnrdisplay/ - -%files sasnrdisplay-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/sasnrdisplay/ - -%files sciposter -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/sciposter/ - -%files sciposter-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/sciposter/ - -%files sclang-prettifier -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/sclang-prettifier/ - -%files sclang-prettifier-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/sclang-prettifier/ - -%files sfg -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/sfg/ - -%files sfg-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/sfg/ - -%files siunitx -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/siunitx/ - -%files siunitx-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/siunitx/ - -%files steinmetz -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/steinmetz/ - -%files steinmetz-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/steinmetz/ - -%files struktex -%license lppl1.2.txt -%{_texdir}/texmf-dist/tex/latex/struktex/ - -%files struktex-doc -%license lppl1.2.txt -%{_texdir}/texmf-dist/doc/latex/struktex/ - -%files substances -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/substances/ - -%files substances-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/substances/ - -%files t-angles -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/t-angles/ - -%files t-angles-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/t-angles/ - -%files textopo -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/textopo/ - -%files textopo-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/textopo/ - -%files unitsdef -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/unitsdef/ - -%files unitsdef-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/unitsdef/ - -%files xymtex -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/xymtex/ - -%files xymtex-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/xymtex/ - -%files youngtab -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/youngtab/ - -%files youngtab-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/youngtab/ - -%files collection-xetex - -%files fixlatvian -%license lppl1.3.txt -%{_texdir}/texmf-dist/makeindex/fixlatvian/ -%{_texdir}/texmf-dist/tex/xelatex/fixlatvian/ - -%files fixlatvian-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/xelatex/fixlatvian/ - -%files fontbook -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/xelatex/fontbook/ - -%files fontbook-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/xelatex/fontbook/ - -%files fontwrap -%license gpl.txt -%{_texdir}/texmf-dist/tex/xelatex/fontwrap/ - -%files fontwrap-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/xelatex/fontwrap/ - -%files interchar -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/xelatex/interchar/ - -%files interchar-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/xelatex/interchar/ - -%files mathspec -%license lppl1.txt -%{_texdir}/texmf-dist/tex/xelatex/mathspec/ - -%files mathspec-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/xelatex/mathspec/ - -%files philokalia -%{_datadir}/fonts/philokalia -%{_datadir}/appdata/philokalia.metainfo.xml -%{_texdir}/texmf-dist/fonts/opentype/public/philokalia/ -%{_texdir}/texmf-dist/tex/xelatex/philokalia/ - -%files philokalia-doc -%{_texdir}/texmf-dist/doc/xelatex/philokalia/ - -%files polyglossia -%license lppl1.3.txt -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/polyglossia/ -%{_texdir}/texmf-dist/tex/latex/polyglossia/ - -%files polyglossia-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/polyglossia/ - -%files ptext -%license lppl1.2.txt -%{_texdir}/texmf-dist/tex/xelatex/ptext/ - -%files ptext-doc -%license lppl1.2.txt -%{_texdir}/texmf-dist/doc/xelatex/ptext/ - -%files quran -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/xelatex/quran/ - -%files quran-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/xelatex/quran/ - -%files realscripts -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/realscripts/ - -%files realscripts-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/realscripts/ - -%files ucharclasses -%license pd.txt -%{_texdir}/texmf-dist/tex/xelatex/ucharclasses/ - -%files ucharclasses-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/xelatex/ucharclasses/ - -%files unisugar -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/xelatex/unisugar/ - -%files unisugar-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/xelatex/unisugar/ - -%files xebaposter -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/xebaposter/ - -%files xebaposter-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/xebaposter/ - -%files xecjk -%license lppl1.3.txt -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/xecjk/ -%{_texdir}/texmf-dist/tex/xelatex/xecjk/ - -%files xecjk-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/xelatex/xecjk/ - -%files xecolor -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/xelatex/xecolor/ - -%files xecolor-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/xelatex/xecolor/ - -%files xecyr -%license lppl1.txt -%{_texdir}/texmf-dist/tex/xelatex/xecyr/ - -%files xecyr-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/xelatex/xecyr/ - -%files xeindex -%license lppl1.txt -%{_texdir}/texmf-dist/tex/xelatex/xeindex/ - -%files xeindex-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/xelatex/xeindex/ - -%files xepersian -%license lppl1.3.txt -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/xepersian/ -%{_texdir}/texmf-dist/tex/xelatex/xepersian/ - -%files xepersian-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/xelatex/xepersian/ - -%files xesearch -%license lppl1.txt -%{_texdir}/texmf-dist/tex/xetex/xesearch/ - -%files xesearch-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/xetex/xesearch/ - -%files xespotcolor -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/xelatex/xespotcolor/ - -%files xespotcolor-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/xelatex/xespotcolor/ - -%files xetex-itrans -%license lppl1.3.txt -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/xetex-itrans/ - -%files xetex-itrans-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/xelatex/xetex-itrans/ - -%files xetex-pstricks -%license pd.txt -%{_texdir}/texmf-dist/tex/xelatex/xetex-pstricks/ -%{_texdir}/texmf-dist/tex/xetex/xetex-pstricks/ - -%files xetex-pstricks-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/xetex/xetex-pstricks/ - -%files xetex-tibetan -%license lppl1.txt -%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/xetex-tibetan/ - -%files xetex-tibetan-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/xetex/xetex-tibetan/ - -%files xetexfontinfo -%license apache2.txt -%{_texdir}/texmf-dist/tex/xetex/xetexfontinfo/ - -%files xetexfontinfo-doc -%license apache2.txt -%{_texdir}/texmf-dist/doc/xetex/xetexfontinfo/ - -%files xetexko -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/xetex/xetexko/ - -%files xetexko-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/xetex/xetexko/ - -%files xevlna -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/xelatex/xevlna/ - -%files xevlna-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/xelatex/xevlna/ - -%files xltxtra -%license lppl1.txt -%{_texdir}/texmf-dist/tex/xelatex/xltxtra/ - -%files xltxtra-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/xelatex/xltxtra/ - -%files xunicode -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/xelatex/xunicode/ - -%files xunicode-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/xelatex/xunicode/ - -%files acmart-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/acmart/ - -%files acmart -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/acmart/ -%{_texdir}/texmf-dist/bibtex/bst/acmart/ - -%files adtrees -%license gpl2.txt -%{_texdir}/texmf-dist/tex/latex/adtrees/ - -%files adtrees-doc -%license gpl2.txt -%{_texdir}/texmf-dist/doc/latex/adtrees/ - -%files arabi-add-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/arabi-add/ - -%files arabi-add -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/arabi-add/ - -%files arabluatex-doc -%license gpl3.txt -%{_texdir}/texmf-dist/doc/lualatex/arabluatex/ - -%files arabluatex -%license gpl3.txt -%{_texdir}/texmf-dist/tex/lualatex/arabluatex/ - -%files archaeologie-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/archaeologie/ - -%files archaeologie -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/archaeologie/ -%{_texdir}/texmf-dist/bibtex/bib/archaeologie/ - -%files asapsym-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/fonts/asapsym/ - -%files asapsym -%license lppl1.3.txt -%{_datadir}/fonts/asapsym -%{_datadir}/appdata/asapsym.metainfo.xml -%{_texdir}/texmf-dist/tex/generic/asapsym/ -%{_texdir}/texmf-dist/tex/latex/asapsym/ -%{_texdir}/texmf-dist/tex/plain/asapsym/ -%{_texdir}/texmf-dist/fonts/opentype/omnibus-type/asapsym/ - -%files asciilist-doc -%license lppl1.2.txt -%{_texdir}/texmf-dist/doc/latex/asciilist/ - -%files asciilist -%license lppl1.2.txt -%{_texdir}/texmf-dist/tex/latex/asciilist/ - -%files babel-belarusian-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/babel-belarusian/ - -%files babel-belarusian -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/babel-belarusian/ - -%files babel-macedonian-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/babel-macedonian/ - -%files babel-macedonian -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/babel-macedonian/ - -%files babel-occitan-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/babel-occitan/ - -%files babel-occitan -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/babel-occitan/ - -%files babel-vietnamese-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/babel-vietnamese/ - -%files beamercolorthemeowl-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/beamercolorthemeowl/ - -%files beamercolorthemeowl -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/beamercolorthemeowl/ - -%files beamertheme-detlevcm-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/latex/beamertheme-detlevcm/ - -%files beamertheme-detlevcm -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/beamertheme-detlevcm/ - -%files beamertheme-epyt-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/beamertheme-epyt/ - -%files beamertheme-epyt -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/beamertheme-epyt/ - -%files beamertheme-metropolis-doc -%license other-free.txt -%{_texdir}/texmf-dist/doc/latex/beamertheme-metropolis/ - -%files beamertheme-metropolis -%license other-free.txt -%{_texdir}/texmf-dist/tex/latex/beamertheme-metropolis/ - -%files beamer-verona-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/beamer-verona/ - -%files beamer-verona -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/beamer-verona/ - -%files biblatex-abnt-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/biblatex-abnt/ - -%files biblatex-abnt -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/biblatex-abnt/ - -%files biblatex-bookinother-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/biblatex-bookinother/ - -%files biblatex-bookinother -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/biblatex-bookinother/ - -%files biblatex-iso690-doc -%license gpl3.txt -%{_texdir}/texmf-dist/doc/latex/biblatex-iso690/ - -%files biblatex-iso690 -%license gpl3.txt -%{_texdir}/texmf-dist/tex/latex/biblatex-iso690/ - -%files biblatex-morenames-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/biblatex-morenames/ - -%files biblatex-morenames -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/biblatex-morenames/ - -%files bibletext-doc -%license other-free.txt -%{_texdir}/texmf-dist/doc/latex/bibletext/ - -%files bibletext -%license other-free.txt -%{_texdir}/texmf-dist/tex/latex/bibletext/ - -%files bibtexperllibs-doc -%license gpl.txt -%{_texdir}/texmf-dist/doc/support/bibtexperllibs/ - -%files bibtexperllibs -# Intentionally no files here. Metapackage to pull in perl(LaTeX::ToUnicode) -# and perl(BibTeX::Parser) - -%files bitpattern-doc -%license lppl.txt -%{_texdir}/texmf-dist/doc/latex/bitpattern/ - -%files bitpattern -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/bitpattern/ - -%files breakcites-doc -%license other-free.txt -%{_texdir}/texmf-dist/doc/latex/breakcites/ - -%files breakcites -%license other-free.txt -%{_texdir}/texmf-dist/tex/latex/breakcites/ - -%files bxdvidriver-doc -%license other-free.txt -%{_texdir}/texmf-dist/doc/latex/bxdvidriver/ - -%files bxdvidriver -%license other-free.txt -%{_texdir}/texmf-dist/tex/latex/bxdvidriver/ - -%files bxenclose-doc -%license other-free.txt -%{_texdir}/texmf-dist/doc/latex/bxenclose/ - -%files bxenclose -%license other-free.txt -%{_texdir}/texmf-dist/tex/latex/bxenclose/ - -%files bxnewfont-doc -%license other-free.txt -%{_texdir}/texmf-dist/doc/latex/bxnewfont/ - -%files bxnewfont -%license other-free.txt -%{_texdir}/texmf-dist/tex/latex/bxnewfont/ - -%files bxpapersize-doc -%license other-free.txt -%{_texdir}/texmf-dist/doc/latex/bxpapersize/ - -%files bxpapersize -%license other-free.txt -%{_texdir}/texmf-dist/tex/latex/bxpapersize/ - -%files carbohydrates-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/carbohydrates/ - -%files carbohydrates -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/carbohydrates/ - -%files chivo-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/fonts/chivo/ - -%files chivo -%license lppl1.3.txt -%{_datadir}/fonts/chivo -%{_datadir}/appdata/chivo.metainfo.xml -%{_texdir}/texmf-dist/tex/latex/chivo/ -%{_texdir}/texmf-dist/fonts/opentype/public/chivo/ -%{_texdir}/texmf-dist/fonts/map/dvips/chivo/ -%{_texdir}/texmf-dist/fonts/tfm/public/chivo/ -%{_texdir}/texmf-dist/fonts/vf/public/chivo/ -%{_texdir}/texmf-dist/fonts/enc/dvips/chivo/ -%{_texdir}/texmf-dist/fonts/type1/public/chivo/ - -%files churchslavonic-doc -%license other-free.txt -%{_texdir}/texmf-dist/doc/latex/churchslavonic/ - -%files churchslavonic -%license other-free.txt -%{_texdir}/texmf-dist/tex/latex/churchslavonic/ - -%files cmdtrack-doc -%license lppl1.txt -%{_texdir}/texmf-dist/doc/latex/cmdtrack/ - -%files cmdtrack -%license lppl1.txt -%{_texdir}/texmf-dist/tex/latex/cmdtrack/ - -%files cmexb-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/fonts/cmexb/ - -%files cmexb -%license pd.txt -%{_texdir}/texmf-dist/fonts/map/dvips/cmexb/ -%{_texdir}/texmf-dist/fonts/tfm/public/cmexb/ -%{_texdir}/texmf-dist/fonts/type1/public/cmexb/ - -%files cochineal-doc -%license ofl.txt -%{_texdir}/texmf-dist/doc/fonts/cochineal/ - -%files cochineal -%license ofl.txt -%{_datadir}/fonts/cochineal -%{_datadir}/appdata/cochineal.metainfo.xml -%{_texdir}/texmf-dist/fonts/afm/public/cochineal -%{_texdir}/texmf-dist/fonts/enc/dvips/cochineal -%{_texdir}/texmf-dist/fonts/map/dvips/cochineal -%{_texdir}/texmf-dist/fonts/opentype/public/cochineal -%{_texdir}/texmf-dist/fonts/tfm/public/cochineal -%{_texdir}/texmf-dist/fonts/type1/public/cochineal -%{_texdir}/texmf-dist/fonts/vf/public/cochineal -%{_texdir}/texmf-dist/tex/latex/cochineal - -%files coloring-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/coloring/ - -%files coloring -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/coloring/ - -%files continue-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/continue/ - -%files continue -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/continue/ - -%files cquthesis-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/cquthesis/ - -%files cquthesis -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/cquthesis/ -%{_texdir}/texmf-dist/bibtex/bst/cquthesis/ - -%files crimson-doc -%license ofl.txt -%{_texdir}/texmf-dist/doc/fonts/crimson/ - -%files crimson -%license ofl.txt -%{_datadir}/fonts/crimson -%{_datadir}/appdata/crimson.metainfo.xml -%{_texdir}/texmf-dist/tex/latex/crimson/ -%{_texdir}/texmf-dist/fonts/opentype/kosch/crimson/ -%{_texdir}/texmf-dist/fonts/map/dvips/crimson/ -%{_texdir}/texmf-dist/fonts/tfm/kosch/crimson/ -%{_texdir}/texmf-dist/fonts/vf/kosch/crimson/ -%{_texdir}/texmf-dist/fonts/enc/dvips/crimson/ -%{_texdir}/texmf-dist/fonts/type1/kosch/crimson/ - -%files ctablestack-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/luatex/ctablestack/ - -%files ctablestack -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/luatex/ctablestack/ - -%files delimseasy-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/delimseasy/ - -%files delimseasy -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/delimseasy/ - -%files drawmatrix-doc -%license other-free.txt -%{_texdir}/texmf-dist/doc/latex/drawmatrix/ - -%files drawmatrix -%license other-free.txt -%{_texdir}/texmf-dist/tex/latex/drawmatrix/ - -%files dynamicnumber-doc -%license other-free.txt -%{_texdir}/texmf-dist/doc/latex/dynamicnumber/ - -%files dynamicnumber -%license other-free.txt -%{_texdir}/texmf-dist/tex/latex/dynamicnumber/ - -%files ecobiblatex-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/ecobiblatex/ - -%files ecobiblatex -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/ecobiblatex/ - -%files econometrics-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/econometrics/ - -%files econometrics -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/econometrics/ - -%files einfuehrung2-doc -%license lppl.txt -%{_texdir}/texmf-dist/doc/latex/einfuehrung2/ - -%files ellipse-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/ellipse/ - -%files ellipse -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/ellipse/ - -%files emisa-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/emisa/ - -%files emisa -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/emisa/ - -%files exercises-doc -%license lppl1.2.txt -%{_texdir}/texmf-dist/doc/latex/exercises/ - -%files exercises -%license lppl1.2.txt -%{_texdir}/texmf-dist/tex/latex/exercises/ - -%files ffslides-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/ffslides/ - -%files ffslides -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/ffslides/ - -%files fibeamer-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/fibeamer/ - -%files fibeamer -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/fibeamer/ - -%files fixcmex-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/fixcmex/ - -%files fixcmex -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/fixcmex/ - -%files font-change-xetex-doc -%license other-free.txt -%{_texdir}/texmf-dist/doc/xetex/font-change-xetex/ - -%files font-change-xetex -%license other-free.txt -%{_texdir}/texmf-dist/tex/xetex/font-change-xetex/ - -%files fonts-churchslavonic -%license ofl.txt -%{_datadir}/fonts/fonts-churchslavonic -%{_datadir}/appdata/fonts-churchslavonic.metainfo.xml -%{_texdir}/texmf-dist/fonts/opentype/public/fonts-churchslavonic/ -%{_texdir}/texmf-dist/fonts/truetype/public/fonts-churchslavonic/ - -%files fonts-churchslavonic-doc -%license ofl.txt -%{_texdir}/texmf-dist/doc/fonts/fonts-churchslavonic/ - -%files footnotehyper-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/footnotehyper/ - -%files footnotehyper -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/footnotehyper/ - -%files getitems-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/getitems/ - -%files getitems -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/getitems/ - -%files gitlog-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/gitlog/ - -%files gitlog -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/gitlog/ - -%files glossaries-extra-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/glossaries-extra/ - -%files glossaries-extra -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/glossaries-extra/ -%{_texdir}/texmf-dist/bibtex/bib/glossaries-extra/ - -%files gloss-occitan-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/gloss-occitan/ - -%files gloss-occitan -# empty upstream -# %%license lppl1.3.txt -# %%{_texdir}/texmf-dist/tex/latex/gloss-occitan/ - -%files gobble-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/gobble/ - -%files gobble -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/gobble/ - -%files gradstudentresume-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/gradstudentresume/ - -%files gradstudentresume -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/gradstudentresume/ - -%files graphics-cfg-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/latex/graphics-cfg/ - -%files graphics-cfg -%license pd.txt -%{_texdir}/texmf-dist/tex/latex/graphics-cfg/ - -%files greektonoi-doc -%license gpl3.txt -%{_texdir}/texmf-dist/doc/latex/greektonoi/ - -%files greektonoi -%license gpl3.txt -%{_texdir}/texmf-dist/tex/latex/greektonoi/ -%{_texdir}/texmf-dist/fonts/map/dvips/greektonoi/ - -%files h2020proposal-doc -%license gpl3.txt -%{_texdir}/texmf-dist/doc/latex/h2020proposal/ - -%files h2020proposal -%license gpl3.txt -%{_texdir}/texmf-dist/tex/latex/h2020proposal/ - -%files hyphen-churchslavonic -%license other-free.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-cu.hyp.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-cu.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-cu.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-cu.tex - -%files hyphen-occitan -%license other-free.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-oc.ec.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-oc.pat.txt -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-oc.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/quote/hyph-quote-oc.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-oc.tex - -%files hyphen-sanskrit-doc -%license lppl.txt -%{_texdir}/texmf-dist/doc/generic/hyph-utf8/languages/sa/hyphenmin.txt - -%files hyphen-spanish-doc -%license lppl.txt -%{_texdir}/texmf-dist/doc/generic/hyph-utf8/languages/es/README -%{_texdir}/texmf-dist/doc/generic/hyph-utf8/languages/es/division.pdf - -%files ietfbibs-doc -%license other-free.txt -%{_texdir}/texmf-dist/doc/bibtex/ietfbibs/ - -%files iffont-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/iffont/ - -%files iffont -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/iffont/ - -%files imfellenglish-doc -%license ofl.txt -%{_texdir}/texmf-dist/doc/fonts/imfellenglish/ - -%files imfellenglish -%license ofl.txt -%{_datadir}/fonts/imfellenglish -%{_datadir}/appdata/imfellenglish.metainfo.xml -%{_texdir}/texmf-dist/tex/latex/imfellenglish/ -%{_texdir}/texmf-dist/fonts/opentype/iginomarini/imfellenglish/ -%{_texdir}/texmf-dist/fonts/map/dvips/imfellenglish/ -%{_texdir}/texmf-dist/fonts/tfm/iginomarini/imfellenglish/ -%{_texdir}/texmf-dist/fonts/vf/iginomarini/imfellenglish/ -%{_texdir}/texmf-dist/fonts/enc/dvips/imfellenglish/ -%{_texdir}/texmf-dist/fonts/type1/iginomarini/imfellenglish/ - -%files jacow-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/jacow/ - -%files jacow -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/jacow/ - -%files keyvaltable-doc -%license lppl1.2.txt -%{_texdir}/texmf-dist/doc/latex/keyvaltable/ - -%files keyvaltable -%license lppl1.2.txt -%{_texdir}/texmf-dist/tex/latex/keyvaltable/ - -%files ksp-thesis-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/ksp-thesis/ - -%files ksp-thesis -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/ksp-thesis/ - -%files langsci-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/xelatex/langsci/ - -%files langsci -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/xelatex/langsci/ - -%files latex2e-help-texinfo-fr-doc -%license lppl.txt -%{_infodir}/latex2e-fr.info* -%{_texdir}/texmf-dist/doc/latex/latex2e-help-texinfo-fr/ - -%files latex-bib2-ex-doc -%license lppl.txt -%{_texdir}/texmf-dist/doc/latex/latex-bib2-ex/ - -%files latex-tds-doc -%license lppl.txt -%{_texdir}/texmf-dist/doc/latex/latex-tds/ - -%files libertinegc-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/fonts/libertinegc/ - -%files libertinegc -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/libertinegc/ -%{_texdir}/texmf-dist/fonts/map/dvips/libertinegc/ -%{_texdir}/texmf-dist/fonts/tfm/public/libertinegc/ -%{_texdir}/texmf-dist/fonts/enc/dvips/libertinegc/ - -%files libertinus-doc -%license ofl.txt -%{_texdir}/texmf-dist/doc/fonts/libertinus/ - -%files libertinust1math-doc -%license ofl.txt -%{_texdir}/texmf-dist/doc/fonts/libertinust1math/ - -%files libertinust1math -%license ofl.txt -%{_texdir}/texmf-dist/tex/latex/libertinust1math/ -%{_texdir}/texmf-dist/fonts/map/dvips/libertinust1math/ -%{_texdir}/texmf-dist/fonts/tfm/public/libertinust1math/ -%{_texdir}/texmf-dist/fonts/enc/dvips/libertinust1math/ -%{_texdir}/texmf-dist/fonts/afm/public/libertinust1math/ -%{_texdir}/texmf-dist/fonts/type1/public/libertinust1math/ -%{_texdir}/texmf-dist/fonts/vf/public/libertinust1math/ - -%files libertinus -%license ofl.txt -%{_texdir}/texmf-dist/tex/latex/libertinus/ - -%files librebodoni-doc -%license ofl.txt -%{_texdir}/texmf-dist/doc/fonts/librebodoni/ - -%files librebodoni -%license ofl.txt -%{_datadir}/fonts/librebodoni -%{_datadir}/appdata/librebodoni.metainfo.xml -%{_texdir}/texmf-dist/tex/latex/librebodoni/ -%{_texdir}/texmf-dist/fonts/opentype/impallari/librebodoni/ -%{_texdir}/texmf-dist/fonts/map/dvips/librebodoni/ -%{_texdir}/texmf-dist/fonts/tfm/impallari/librebodoni/ -%{_texdir}/texmf-dist/fonts/vf/impallari/librebodoni/ -%{_texdir}/texmf-dist/fonts/enc/dvips/librebodoni/ -%{_texdir}/texmf-dist/fonts/type1/impallari/librebodoni/ - -%files linop-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/linop/ - -%files linop -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/linop/ - -%files longfbox-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/longfbox/ - -%files longfbox -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/longfbox/ - -%files lroundrect-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/lroundrect/ - -%files lroundrect -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/lroundrect/ - -%files lshort-estonian-doc -%license gpl2.txt -%{_texdir}/texmf-dist/doc/latex/lshort-estonian/ - -%files lstbayes-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/lstbayes/ - -%files lstbayes -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/lstbayes/ - -%files luatex85-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/luatex85/ - -%files luatex85 -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/luatex85/ - -%files makebase-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/makebase/ - -%files makebase -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/makebase/ - -%files markdown-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/markdown/ -%{_texdir}/texmf-dist/doc/context/third/markdown/ -%{_texdir}/texmf-dist/doc/latex/markdown/ - -%files markdown -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/markdown/ -%{_texdir}/texmf-dist/tex/latex/markdown/ -%{_texdir}/texmf-dist/tex/luatex/markdown/ -%{_texdir}/texmf-dist/tex/context/third/markdown/ -%{_texdir}/texmf-dist/scripts/markdown/markdown-cli.lua - -%files mathpartir-doc -%license gpl2.txt -%{_texdir}/texmf-dist/doc/latex/mathpartir/ - -%files mathpartir -%license gpl2.txt -%{_texdir}/texmf-dist/tex/latex/mathpartir/ - -%files miama-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/fonts/miama/ - -%files miama -%license lppl1.3.txt -%{_datadir}/fonts/miama -%{_datadir}/appdata/miama.metainfo.xml -%{_texdir}/texmf-dist/tex/latex/miama/ -%{_texdir}/texmf-dist/fonts/opentype/public/miama/ -%{_texdir}/texmf-dist/fonts/map/dvips/miama/ -%{_texdir}/texmf-dist/fonts/tfm/public/miama/ -%{_texdir}/texmf-dist/fonts/enc/dvips/miama/ -%{_texdir}/texmf-dist/fonts/afm/public/miama/ -%{_texdir}/texmf-dist/fonts/type1/public/miama/ - -%files moodle-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/moodle/ - -%files moodle -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/moodle/ - -%files mparrows-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/metapost/mparrows/ - -%files mparrows -%license pd.txt -%{_texdir}/texmf-dist/metapost/mparrows/ - -%files multidef-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/multidef/ - -%files multidef -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/multidef/ - -%files mynsfc-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/xelatex/mynsfc/ - -%files mynsfc -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/xelatex/mynsfc/ - -%files nihbiosketch-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/nihbiosketch/ - -%files nihbiosketch -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/nihbiosketch/ - -%files nimbus15-doc -%license other-free.txt -%{_texdir}/texmf-dist/doc/fonts/nimbus15/ - -%files nimbus15 -%license other-free.txt -%{_datadir}/fonts/nimbus15 -%{_datadir}/appdata/nimbus15.metainfo.xml -%{_texdir}/texmf-dist/tex/latex/nimbus15/ -%{_texdir}/texmf-dist/fonts/opentype/public/nimbus15/ -%{_texdir}/texmf-dist/fonts/map/dvips/nimbus15/ -%{_texdir}/texmf-dist/fonts/tfm/public/nimbus15/ -%{_texdir}/texmf-dist/fonts/vf/public/nimbus15/ -%{_texdir}/texmf-dist/fonts/enc/dvips/nimbus15/ -%{_texdir}/texmf-dist/fonts/afm/public/nimbus15/ -%{_texdir}/texmf-dist/fonts/type1/public/nimbus15/ - -%files normalcolor-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/normalcolor/ - -%files normalcolor -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/normalcolor/ - -%files noto-doc -%license ofl.txt -%{_texdir}/texmf-dist/doc/fonts/noto/ - -%files noto -%license ofl.txt -%{_texdir}/texmf-dist/tex/latex/noto/ -%{_texdir}/texmf-dist/fonts/truetype/google/noto/ -%{_texdir}/texmf-dist/fonts/map/dvips/noto/ -%{_texdir}/texmf-dist/fonts/tfm/google/noto/ -%{_texdir}/texmf-dist/fonts/vf/google/noto/ -%{_texdir}/texmf-dist/fonts/enc/dvips/noto/ -%{_texdir}/texmf-dist/fonts/type1/google/noto/ - -%files nucleardata-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/nucleardata/ - -%files nucleardata -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/nucleardata/ - -%files nwejm-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/nwejm/ - -%files nwejm -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/nwejm/ - -%files optidef-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/optidef/ - -%files optidef -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/optidef/ - -%files options-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/options/ - -%files options -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/options/ - -%files parades-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/parades/ - -%files parades -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/parades/ - -%files pbibtex-base-doc -%license bsd.txt -%{_texdir}/texmf-dist/doc/ptex/pbibtex/ - -%files pbibtex-base -%license bsd.txt -%{_texdir}/texmf-dist/pbibtex/ - -%files pgfornament-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/pgfornament/ - -%files pgfornament -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/pgfornament/ -%{_texdir}/texmf-dist/tex/latex/pgfornament/ - -%files pgf-spectra-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/pgf-spectra/ - -%files pgf-spectra -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/pgf-spectra/ - -%files platex-doc -%license bsd.txt -%{_texdir}/texmf-dist/doc/platex/ - -%files platex -%license bsd.txt -%{_texdir}/texmf-dist/tex/platex/ -%{_mandir}/man1/platex.* - -%files prooftrees-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/prooftrees/ - -%files prooftrees -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/prooftrees/ - -%files pst-cie-doc -%license lppl.txt -%{_texdir}/texmf-dist/doc/generic/pst-cie/ - -%files pst-cie -%license lppl.txt -%{_texdir}/texmf-dist/dvips/pst-cie/ -%{_texdir}/texmf-dist/tex/generic/pst-cie/ -%{_texdir}/texmf-dist/tex/latex/pst-cie/ - -%files rosario-doc -%license lppl1.3.txt ofl.txt -%{_texdir}/texmf-dist/doc/fonts/rosario/ - -%files rosario -%license lppl1.3.txt ofl.txt -%{_datadir}/fonts/rosario -%{_datadir}/appdata/rosario.metainfo.xml -%{_texdir}/texmf-dist/tex/latex/rosario/ -%{_texdir}/texmf-dist/fonts/opentype/public/rosario/ -%{_texdir}/texmf-dist/fonts/map/dvips/rosario/ -%{_texdir}/texmf-dist/fonts/tfm/public/rosario/ -%{_texdir}/texmf-dist/fonts/vf/public/rosario/ -%{_texdir}/texmf-dist/fonts/enc/dvips/rosario/ -%{_texdir}/texmf-dist/fonts/type1/public/rosario/ - -%files russ-doc -%license lppl.txt -%{_texdir}/texmf-dist/doc/latex/russ/ - -%files russ -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/russ/ - -%files sanitize-umlaut-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/sanitize-umlaut/ - -%files sanitize-umlaut -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/sanitize-umlaut/ - -%files scrlttr2copy-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/scrlttr2copy/ - -%files scrlttr2copy -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/scrlttr2copy/ - -%files seuthesix-doc -%license gpl3.txt -%{_texdir}/texmf-dist/doc/latex/seuthesix/ - -%files seuthesix -%license gpl3.txt -%{_texdir}/texmf-dist/tex/latex/seuthesix/ -%{_texdir}/texmf-dist/bibtex/bst/seuthesix/ - -%files signchart-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/signchart/ - -%files signchart -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/signchart/ - -%files simpler-wick-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/simpler-wick/ - -%files simpler-wick -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/simpler-wick/ - -%files smartunits-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/smartunits/ - -%files smartunits -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/smartunits/ - -%files svrsymbols-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/fonts/svrsymbols/ - -%files svrsymbols -%license lppl1.3.txt -%{_datadir}/fonts/svrsymbols -%{_datadir}/appdata/svrsymbols.metainfo.xml -%{_texdir}/texmf-dist/tex/latex/svrsymbols/ -%{_texdir}/texmf-dist/fonts/map/dvips/svrsymbols/ -%{_texdir}/texmf-dist/fonts/tfm/public/svrsymbols/ -%{_texdir}/texmf-dist/fonts/afm/public/svrsymbols/ -%{_texdir}/texmf-dist/fonts/opentype/public/svrsymbols/ -%{_texdir}/texmf-dist/fonts/type1/public/svrsymbols/ - -%files tempora-doc -%license gpl2.txt -%{_texdir}/texmf-dist/doc/fonts/tempora/ - -%files tempora -%license gpl2.txt -%{_datadir}/fonts/tempora -%{_datadir}/appdata/tempora.metainfo.xml -%{_texdir}/texmf-dist/tex/latex/tempora/ -%{_texdir}/texmf-dist/fonts/opentype/public/tempora/ -%{_texdir}/texmf-dist/fonts/map/dvips/tempora/ -%{_texdir}/texmf-dist/fonts/tfm/public/tempora/ -%{_texdir}/texmf-dist/fonts/vf/public/tempora/ -%{_texdir}/texmf-dist/fonts/enc/dvips/tempora/ -%{_texdir}/texmf-dist/fonts/afm/public/tempora/ -%{_texdir}/texmf-dist/fonts/type1/public/tempora/ - -%files tex-ini-files-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/generic/tex-ini-files/ +%{_texdir}/texmf-dist/tex/latex/environ/ +%doc %{_texdir}/texmf-dist/doc/latex/environ/ + +%files ifoddpage +%{_texdir}/texmf-dist/tex/latex/ifoddpage/ +%doc %{_texdir}/texmf-dist/doc/latex/ifoddpage/ + +%files graphics-def +%license lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/graphics-def/ + +%files knuth-lib +%license knuth.txt +%{_texdir}/texmf-dist/fonts/source/public/knuth-lib/ +%{_texdir}/texmf-dist/fonts/tfm/public/knuth-lib/ +%{_texdir}/texmf-dist/tex/generic/knuth-lib/ +%{_texdir}/texmf-dist/tex/plain/knuth-lib/ + +%files knuth-local +%license knuth.txt +%{_texdir}/texmf-dist/fonts/source/public/knuth-local/ +%{_texdir}/texmf-dist/fonts/tfm/public/knuth-local/ +%{_texdir}/texmf-dist/mft/knuth-local/ +%{_texdir}/texmf-dist/tex/plain/knuth-local/ %files tex-ini-files %license pd.txt %{_texdir}/texmf-dist/tex/generic/tex-ini-files/ +%doc %{_texdir}/texmf-dist/doc/generic/tex-ini-files/ -%files texlive-es-doc -%license lppl.txt -%{_texdir}/texmf-dist/doc/texlive/texlive-es/ +%files texlive-docindex +# %%{_texdir}/texmf-dist/scripts/texlive/var/texcatalogue.keywords +%doc %{_texdir}/doc.html -%files texvc-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/texvc/ +%files texlive-common-doc +%doc %{_texdir}/texmf-dist/doc/texlive/index.html +%doc %{_texdir}/texmf-dist/doc/texlive/texlive-common/ -%files texvc -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/texvc/ +%files texlive-en +%{_infodir}/tlbuild.info* +%doc %{_texdir}/texmf-dist/doc/texlive/texlive-en/ +%doc %{_texdir}/texmf-dist/doc/texlive/tlbuild/tlbuild.html +%doc %{_texdir}/texmf-dist/doc/texlive/tlbuild/tlbuild.pdf -%files texworks-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/texworks/ +%files texlive-msg-translations +%{_texdir}/tlpkg/translations/ -%files tikz-feynman-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/tikz-feynman/ +%files texlive-scripts +%license lppl1.txt +%{_bindir}/fmtutil +%{_bindir}/fmtutil-sys +%{_bindir}/fmtutil-user +%{_bindir}/mktexlsr +%{_bindir}/mktexmf +%{_bindir}/mktexpk +%{_bindir}/mktextfm +%{_bindir}/updmap +%{_bindir}/updmap-sys +%{_bindir}/updmap-user +%{_bindir}/rungs +%{_mandir}/man1/fmtutil.1* +%{_mandir}/man1/fmtutil-sys.1* +%{_mandir}/man1/fmtutil-user.1* +%{_mandir}/man1/install-tl.1* +%{_mandir}/man1/mktexlsr.1* +%{_mandir}/man1/mktexmf.1* +%{_mandir}/man1/mktexpk.1* +%{_mandir}/man1/mktextfm.1* +%{_mandir}/man1/updmap.1* +%{_mandir}/man1/updmap-sys.1* +%{_mandir}/man1/updmap-user.1* +%{_mandir}/man5/updmap.cfg.5* +%{_texdir}/texmf-config/web2c/updmap.cfg +%config(noreplace) %{_sysconfdir}/texlive/web2c/updmap.cfg +%{_texdir}/texmf-dist/dvips/tetex/ +%{_texdir}/texmf-dist/fonts/enc/dvips/tetex/ +%{_texdir}/texmf-dist/fonts/map/dvips/tetex/ +%{_texdir}/texmf-dist/scripts/texlive/fmtutil-sys.sh +%{_texdir}/texmf-dist/scripts/texlive/fmtutil-user.sh +%{_texdir}/texmf-dist/scripts/texlive/fmtutil.pl +%{_texdir}/texmf-dist/scripts/texlive/mktexlsr* +%{_texdir}/texmf-dist/scripts/texlive/mktexmf +%{_texdir}/texmf-dist/scripts/texlive/mktexpk +%{_texdir}/texmf-dist/scripts/texlive/mktextfm +%{_texdir}/texmf-dist/scripts/texlive/rungs.tlu +%{_texdir}/texmf-dist/scripts/texlive/updmap-sys.sh +%{_texdir}/texmf-dist/scripts/texlive/updmap-user.sh +%{_texdir}/texmf-dist/scripts/texlive/updmap.pl +%{_texdir}/texmf-dist/web2c/updmap.cfg -%files tikz-feynman -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/tikz-feynman/ +%files texlive-scripts-extra +%license gpl.txt +%license lppl1.txt +%{_bindir}/allcm +%{_bindir}/allec +%{_bindir}/allneeded +%{_bindir}/dvi2fax +%{_bindir}/dvired +%{_bindir}/e2pall +%{_bindir}/kpsepath +%{_bindir}/kpsetool +%{_bindir}/kpsewhere +%{_bindir}/kpsexpand +%{_bindir}/ps2frag +%{_bindir}/pslatex +%{_bindir}/texconfig-dialog +%{_bindir}/texconfig-sys +%{_bindir}/texconfig +%{_bindir}/texlinks +%{_mandir}/man1/allcm.1* +%{_mandir}/man1/allec.1* +%{_mandir}/man1/allneeded.1* +%{_mandir}/man1/dvi2fax.1* +%{_mandir}/man1/dvired.1* +%{_mandir}/man1/e2pall.1* +%{_mandir}/man1/kpsepath.1* +%{_mandir}/man1/kpsetool.1* +%{_mandir}/man1/kpsewhere.1* +%{_mandir}/man1/kpsexpand.1* +%{_mandir}/man1/ps2frag.1* +%{_mandir}/man1/pslatex.1* +%{_mandir}/man1/texconfig-sys.1* +%{_mandir}/man1/texconfig.1* +%{_mandir}/man1/texlinks.1* +%{_texdir}/texmf-dist/texconfig/ +%{_texdir}/texmf-dist/scripts/texlive-extra/ -%files tipfr -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/tipfr/ - -%files typed-checklist-doc -%license lppl1.2.txt -%{_texdir}/texmf-dist/doc/latex/typed-checklist/ - -%files typed-checklist -%license lppl1.2.txt -%{_texdir}/texmf-dist/tex/latex/typed-checklist/ - -%files uantwerpendocs-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/uantwerpendocs/ - -%files uantwerpendocs -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/uantwerpendocs/ - -%files uhrzeit-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/uhrzeit/ - -%files uhrzeit -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/uhrzeit/ - -%files umbclegislation-doc -%license gpl3.txt -%{_texdir}/texmf-dist/doc/latex/umbclegislation/ - -%files umbclegislation -%license gpl3.txt -%{_texdir}/texmf-dist/tex/latex/umbclegislation/ - -%files unicode-data-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/generic/unicode-data/ +%files trimspaces +%license lppl1.txt +%{_texdir}/texmf-dist/tex/latex/trimspaces/ +%doc %{_texdir}/texmf-dist/doc/latex/trimspaces/ %files unicode-data %license lppl1.3.txt %{_texdir}/texmf-dist/tex/generic/unicode-data/ +%doc %{_texdir}/texmf-dist/doc/generic/unicode-data/ %files updmap-map %license pd.txt @@ -177293,918 +27782,158 @@ popd %{_texdir}/texmf-dist/fonts/map/dvips/updmap/ %{_texdir}/texmf-dist/fonts/map/dvipdfmx/updmap/ -%files uplatex -%license bsd.txt -%{_texdir}/texmf-dist/tex/uplatex/ +%files xmltexconfig +%{_texdir}/texmf-dist/tex/xmltex/xmltexconfig/ -%files visualpstricks-doc +%files lualibs %license gpl2.txt -%{_texdir}/texmf-dist/doc/latex/visualpstricks/ +%{_texdir}/texmf-dist/tex/luatex/lualibs/ +%doc %{_texdir}/texmf-dist/doc/luatex/lualibs/ -%files visualtikz-doc -%license lppl.txt -%{_texdir}/texmf-dist/doc/latex/visualtikz/ - -%files xassoccnt-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/xassoccnt/ - -%files xassoccnt -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/xassoccnt/ - -%files xcntperchap-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/xcntperchap/ - -%files xcntperchap -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/xcntperchap/ - -%files xduthesis-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/xduthesis/ - -%files xduthesis -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/xduthesis/ - -%files xellipsis-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/xellipsis/ - -%files xellipsis -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/xellipsis/ - -%files xsavebox-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/xsavebox/ - -%files xsavebox -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/xsavebox/ - -%files ycbook-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/ycbook/ - -%files ycbook -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/ycbook/ - -%files yinit-otf-doc +%files import %license pd.txt -%{_texdir}/texmf-dist/doc/fonts/yinit-otf/ +%{_texdir}/texmf-dist/tex/latex/import/ +%doc %{_texdir}/texmf-dist/doc/latex/import/ -%files yinit-otf +%files tabu +%license lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/tabu/ +%doc %{_texdir}/texmf-dist/doc/latex/tabu/ + +%files linegoal +%license lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/linegoal/ +%doc %{_texdir}/texmf-dist/doc/latex/linegoal/ + +%files graphics-cfg %license pd.txt -%{_datadir}/fonts/yinit-otf -%{_datadir}/appdata/yinit-otf.metainfo.xml -%{_texdir}/texmf-dist/fonts/opentype/public/yinit-otf/ +%{_texdir}/texmf-dist/tex/latex/graphics-cfg/ +%doc %{_texdir}/texmf-dist/doc/latex/graphics-cfg/ -%files zhmetrics-uptex-doc +%files ltabptch +%license lppl1.txt +%{_texdir}/texmf-dist/tex/latex/ltabptch/ +%doc %{_texdir}/texmf-dist/doc/latex/ltabptch/ + +%files manfnt-font +%{_texdir}/texmf-dist/fonts/afm/hoekwater/manfnt-font/ +%{_texdir}/texmf-dist/fonts/map/dvips/manfnt-font/ +%{_texdir}/texmf-dist/fonts/type1/hoekwater/manfnt-font/ + +%files finstrut %license lppl1.3.txt -%{_texdir}/texmf-dist/doc/fonts/zhmetrics-uptex/ +%{_texdir}/texmf-dist/tex/latex/finstrut/ +%doc %{_texdir}/texmf-dist/doc/latex/finstrut/ -%files zhmetrics-uptex +%files lineno +%license lppl1.txt +%{_texdir}/texmf-dist/tex/latex/lineno/ +%doc %{_texdir}/texmf-dist/doc/latex/lineno/ + +%files breqn %license lppl1.3.txt -%{_texdir}/texmf-dist/fonts/tfm/public/zhmetrics-uptex/ -%{_texdir}/texmf-dist/fonts/vf/public/zhmetrics-uptex/ +%{_texdir}/texmf-dist/tex/latex/breqn/ +%doc %{_texdir}/texmf-dist/doc/latex/breqn/ -%files bestpapers-doc -%license pd.txt -%{_texdir}/texmf-dist/doc/bibtex/bestpapers/ - -%files bestpapers -%license pd.txt -%{_texdir}/texmf-dist/bibtex/bst/bestpapers/ - -%files biblatex-claves +%files mathtools %license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/biblatex-claves/ +%{_texdir}/texmf-dist/tex/latex/mathtools/ +%doc %{_texdir}/texmf-dist/doc/latex/mathtools/ -%files biblatex-claves-doc +%files mflogo-font +%license knuth.txt +%{_texdir}/texmf-dist/fonts/afm/hoekwater/mflogo-font/ +%{_texdir}/texmf-dist/fonts/map/dvips/mflogo-font/ +%{_texdir}/texmf-dist/fonts/type1/hoekwater/mflogo-font/ +%doc %{_texdir}/texmf-dist/doc/fonts/mflogo-font/ + +%files capt-of +%license lppl1.txt +%{_texdir}/texmf-dist/tex/latex/capt-of/ +%doc %{_texdir}/texmf-dist/doc/latex/capt-of/ + +%files eqparbox %license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/biblatex-claves/ +%{_texdir}/texmf-dist/tex/latex/eqparbox/ +%doc %{_texdir}/texmf-dist/doc/latex/eqparbox/ -%files biblatex-ijsra +%files needspace +%license lppl1.txt +%{_texdir}/texmf-dist/tex/latex/needspace/ +%doc %{_texdir}/texmf-dist/doc/latex/needspace/ + +%files tabulary +%license lppl1.txt +%{_texdir}/texmf-dist/tex/latex/tabulary/ +%doc %{_texdir}/texmf-dist/doc/latex/tabulary/ + +%files upquote +%license lppl1.2.txt +%{_texdir}/texmf-dist/tex/latex/upquote/ +%doc %{_texdir}/texmf-dist/doc/latex/upquote/ + +%files anyfontsize +%license lppl1.txt +%{_texdir}/texmf-dist/tex/latex/anyfontsize/ +%doc %{_texdir}/texmf-dist/doc/latex/anyfontsize/ + +%files collection-htmlxml + +%files classpack %license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/biblatex-ijsra/ +%{_texdir}/texmf-dist/tex/latex/classpack/ +%doc %{_texdir}/texmf-dist/doc/support/classpack/ -%files biblatex-ijsra-doc +%files latex2man +%license lppl1.txt +%{_bindir}/latex2man +%{_mandir}/man1/latex2man.1* +%{_infodir}/latex2man.info* +%{_texdir}/texmf-dist/scripts/latex2man/ +%{_texdir}/texmf-dist/tex/latex/latex2man/ +%doc %{_texdir}/texmf-dist/doc/support/latex2man/ + +%files ctablestack %license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/biblatex-ijsra/ +%{_texdir}/texmf-dist/tex/luatex/ctablestack/ +%doc %{_texdir}/texmf-dist/doc/luatex/ctablestack/ -%files biblatex-lni +%files luatex85 %license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/biblatex-lni/ +%{_texdir}/texmf-dist/tex/generic/luatex85/ +%doc %{_texdir}/texmf-dist/doc/generic/luatex85/ -%files biblatex-lni-doc +%files dvisvgm +%license gpl.txt +%{_bindir}/dvisvgm +%{_mandir}/man1/dvisvgm.1* + +%files babel-english %license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/biblatex-lni/ - -%files biblatex-nottsclassic -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/biblatex-nottsclassic/ - -%files biblatex-nottsclassic-doc -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/biblatex-nottsclassic/ - -%files graphics-def -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/graphics-def/ - -%files scheme-basic - -%files scheme-context - -%files scheme-full - -%files scheme-gust - -%files scheme-medium - -%files scheme-minimal - -%files scheme-small - -%files scheme-tetex - -%files texlive-docindex -# %%{_texdir}/texmf-dist/scripts/texlive/var/texcatalogue.keywords - -%files texlive-docindex-doc -%{_texdir}/doc.html - -%files collection-plaingeneric - -%files collection-mathscience - -%files listofitems -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/listofitems/ -%doc %{_texdir}/texmf-dist/doc/generic/listofitems/ - -%files abnt -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist//doc/latex/abnt/ -%{_texdir}/texmf-dist/tex/latex/abnt/ - -%files actuarialsymbol -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/actuarialsymbol/ -%{_texdir}/texmf-dist/tex/latex/actuarialsymbol/ - -%files addfont -%license gpl3.txt -%doc %{_texdir}/texmf-dist/doc/latex/addfont/ -%{_texdir}/texmf-dist/tex/latex/addfont/ - -%files algolrevived -%license ofl.txt lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/fonts/algolrevived/ -%{_datadir}/fonts/algolrevived -%{_datadir}/appdata/algolrevived.metainfo.xml -%{_texdir}/texmf-dist/fonts/enc/dvips/algolrevived/ -%{_texdir}/texmf-dist/fonts/map/dvips/algolrevived/ -%{_texdir}/texmf-dist/fonts/opentype/public/algolrevived/ -%{_texdir}/texmf-dist/fonts/tfm/public/algolrevived/ -%{_texdir}/texmf-dist/fonts/type1/public/algolrevived/ -%{_texdir}/texmf-dist/fonts/vf/public/algolrevived/ -%{_texdir}/texmf-dist/tex/latex/algolrevived/ - -%files alkalami -%license ofl.txt -%doc %{_texdir}/texmf-dist/doc/fonts/alkalami/ -%{_texdir}/texmf-dist/fonts/truetype/public/alkalami/ - -%files apalike-german -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/bibtex/apalike-german/ -%{_texdir}/texmf-dist/bibtex/bst/apalike-german/ - -%files arimo -%license apache2.txt -%doc %{_texdir}/texmf-dist/doc/fonts/arimo/ -%{_texdir}/texmf-dist/fonts/enc/dvips/arimo/ -%{_texdir}/texmf-dist/fonts/map/dvips/arimo/ -%{_texdir}/texmf-dist/fonts/tfm/google/arimo/ -%{_texdir}/texmf-dist/fonts/truetype/google/arimo/ -%{_texdir}/texmf-dist/fonts/type1/google/arimo/ -%{_texdir}/texmf-dist/fonts/vf/google/arimo/ -%{_texdir}/texmf-dist/tex/latex/arimo/ - -%files arphic-ttf -%doc %{_texdir}/texmf-dist/doc/fonts/arphic-ttf/ -%{_texdir}/texmf-dist/fonts/truetype/public/arphic-ttf/ - -%files asymptote-by-example-zh-cn-doc -%doc %{_texdir}/texmf-dist/doc/support/asymptote-by-example-zh-cn/ - -%files asymptote-faq-zh-cn-doc -%doc %{_texdir}/texmf-dist/doc/support/asymptote-faq-zh-cn/ - -%files asymptote-manual-zh-cn-doc -%doc %{_texdir}/texmf-dist/doc/support/asymptote-manual-zh-cn/ - -%files aucklandthesis -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/aucklandthesis/ -%{_texdir}/texmf-dist/tex/latex/aucklandthesis/ - -%files aurl -%license pd.txt -%doc %{_texdir}/texmf-dist/doc/latex/aurl/ -%{_texdir}/texmf-dist/tex/latex/aurl/ +%{_texdir}/texmf-dist/tex/generic/babel-english/ +%doc %{_texdir}/texmf-dist/doc/generic/babel-english/ %files awesomebox -%doc %{_texdir}/texmf-dist/doc/latex/awesomebox/ +%license other-free.txt %{_texdir}/texmf-dist/tex/latex/awesomebox/ +%doc %{_texdir}/texmf-dist/doc/latex/awesomebox/ -%files babel-azerbaijani +%files fontawesome %license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/generic/babel-azerbaijani/ -%{_texdir}/texmf-dist/tex/generic/babel-azerbaijani/ +%{_texdir}/texmf-dist/fonts/enc/dvips/fontawesome/ +%{_texdir}/texmf-dist/fonts/map/dvips/fontawesome/ +%{_texdir}/texmf-dist/fonts/opentype/public/fontawesome/ +%{_texdir}/texmf-dist/fonts/tfm/public/fontawesome/ +%{_texdir}/texmf-dist/fonts/type1/public/fontawesome/ +%{_texdir}/texmf-dist/tex/latex/fontawesome/ +%doc %{_texdir}/texmf-dist/doc/fonts/fontawesome/ -%files baekmuk -%doc %{_texdir}/texmf-dist/doc/fonts/baekmuk/ -%{_texdir}/texmf-dist/fonts/truetype/public/baekmuk/ - -%files bangorexam -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/bangorexam/ -%{_texdir}/texmf-dist/tex/latex/bangorexam/ - -%files baskervillef -%license ofl.txt lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/fonts/baskervillef/ -%{_datadir}/fonts/baskervillef -%{_datadir}/appdata/baskervillef.metainfo.xml -%{_texdir}/texmf-dist/fonts/enc/dvips/baskervillef/ -%{_texdir}/texmf-dist/fonts/map/dvips/baskervillef/ -%{_texdir}/texmf-dist/fonts/opentype/public/baskervillef/ -%{_texdir}/texmf-dist/fonts/tfm/public/baskervillef/ -%{_texdir}/texmf-dist/fonts/type1/public/baskervillef/ -%{_texdir}/texmf-dist/fonts/vf/public/baskervillef/ -%{_texdir}/texmf-dist/tex/latex/baskervillef/ - -%files beamerswitch -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/beamerswitch/ -%{_texdir}/texmf-dist/tex/latex/beamerswitch/ - -%files beilstein -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/beilstein/ -%{_texdir}/texmf-dist/bibtex/bst/beilstein/ -%{_texdir}/texmf-dist/tex/latex/beilstein/ - -%files beuron -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/fonts/beuron/ -%{_datadir}/fonts/beuron -%{_datadir}/appdata/beuron.metainfo.xml -%{_texdir}/texmf-dist/fonts/map/dvips/beuron/ -%{_texdir}/texmf-dist/fonts/opentype/public/beuron/ -%{_texdir}/texmf-dist/fonts/source/public/beuron/ -%{_texdir}/texmf-dist/fonts/tfm/public/beuron/ -%{_texdir}/texmf-dist/fonts/type1/public/beuron/ -%{_texdir}/texmf-dist/tex/latex/beuron/ - -%files biblatex-cheatsheet-doc -%doc %{_texdir}/texmf-dist/doc/latex/biblatex-cheatsheet/ - -%files biblatex-enc -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/biblatex-enc/ -%{_texdir}/texmf-dist/tex/latex/biblatex-enc/ - -%files biblatex-gb7714-2015 -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/biblatex-gb7714-2015/ -%{_texdir}/texmf-dist/tex/latex/biblatex-gb7714-2015/ - -%files biblatex-oxref -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/biblatex-oxref/ -%{_texdir}/texmf-dist/tex/latex/biblatex-oxref/ - -%files biblatex-sbl -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/biblatex-sbl/ -%{_texdir}/texmf-dist/makeindex/biblatex-sbl/ -%{_texdir}/texmf-dist/tex/latex/biblatex-sbl/ - -%files biblatex-shortfields -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/biblatex-shortfields/ -%{_texdir}/texmf-dist/tex/latex/biblatex-shortfields/ - -%files binarytree -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/binarytree/ -%{_texdir}/texmf-dist/tex/latex/binarytree/ - -%files biochemistry-colors -%license lppl.txt gpl.txt -%doc %{_texdir}/texmf-dist/doc/latex/biochemistry-colors/ -%{_texdir}/texmf-dist/tex/latex/biochemistry-colors/ - -%files biolett-bst +%files pst-tools %license lppl1.txt -%doc %{_texdir}/texmf-dist/doc/bibtex/biolett-bst/ -%{_texdir}/texmf-dist/bibtex/bst/biolett-bst/ - -%files bredzenie -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/bredzenie/ -%{_texdir}/texmf-dist/tex/latex/bredzenie/ - -%files bxcalc -%doc %{_texdir}/texmf-dist/doc/latex/bxcalc/ -%{_texdir}/texmf-dist/tex/latex/bxcalc/ - -%files bxjalipsum -%doc %{_texdir}/texmf-dist/doc/latex/bxjalipsum/ -%{_texdir}/texmf-dist/tex/latex/bxjalipsum/ - -%files bxjaprnind -%doc %{_texdir}/texmf-dist/doc/latex/bxjaprnind/ -%{_texdir}/texmf-dist/tex/latex/bxjaprnind/ - -%files bxorigcapt -%doc %{_texdir}/texmf-dist/doc/latex/bxorigcapt/ -%{_texdir}/texmf-dist/tex/latex/bxorigcapt/ - -%files callouts -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/callouts/ -%{_texdir}/texmf-dist/tex/latex/callouts/ - -%files cesenaexam -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/cesenaexam/ -%{_texdir}/texmf-dist/tex/latex/cesenaexam/ - -%files cheatsheet -%doc %{_texdir}/texmf-dist/doc/latex/cheatsheet/ -%{_texdir}/texmf-dist/tex/latex/cheatsheet/ - -%files childdoc -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/childdoc/ -%{_texdir}/texmf-dist/tex/latex/childdoc/ - -%files cje -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/cje/ -%{_texdir}/texmf-dist/bibtex/bst/cje/ -%{_texdir}/texmf-dist/tex/latex/cje/ - -%files collection-texworks - -%files combofont -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/lualatex/combofont/ -%{_texdir}/texmf-dist/tex/lualatex/combofont/ - -%files context-cmscbf -%license gpl.txt -%doc %{_texdir}/texmf-dist/doc/context/third/cmscbf/ -%{_texdir}/texmf-dist/tex/context/third/cmscbf/ - -%files context-cmttbf -%license gpl.txt -%doc %{_texdir}/texmf-dist/doc/context/third/cmttbf/ -%{_texdir}/texmf-dist/tex/context/third/cmttbf/ - -%files context-inifile -%license gpl.txt -%doc %{_texdir}/texmf-dist/doc/context/third/inifile/ -%{_texdir}/texmf-dist/tex/context/third/inifile/ - -%files context-layout -%doc %{_texdir}/texmf-dist/doc/context/third/layout/ -%{_texdir}/texmf-dist/tex/context/third/layout/ - -%files conv-xkv -%license lppl1.2.txt -%doc %{_texdir}/texmf-dist/doc/latex/conv-xkv/ -%{_texdir}/texmf-dist/tex/latex/conv-xkv/ - -%files cooking-units -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/cooking-units/ -%{_texdir}/texmf-dist/tex/latex/cooking-units/ - -%files cormorantgaramond -%license ofl.txt -%doc %{_texdir}/texmf-dist/doc/fonts/cormorantgaramond/ -%{_texdir}/texmf-dist/fonts/enc/dvips/cormorantgaramond/ -%{_texdir}/texmf-dist/fonts/map/dvips/cormorantgaramond/ -%{_texdir}/texmf-dist/fonts/tfm/catharsis/cormorantgaramond/ -%{_texdir}/texmf-dist/fonts/truetype/catharsis/cormorantgaramond/ -%{_texdir}/texmf-dist/fonts/type1/catharsis/cormorantgaramond/ -%{_texdir}/texmf-dist/fonts/vf/catharsis/cormorantgaramond/ -%{_texdir}/texmf-dist/tex/latex/cormorantgaramond/ - -%files crossreftools -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/crossreftools/ -%{_texdir}/texmf-dist/tex/latex/crossreftools/ - -%files css-colors -%license lppl.txt gpl.txt -%doc %{_texdir}/texmf-dist/doc/latex/css-colors/ -%{_texdir}/texmf-dist/tex/latex/css-colors/ - -%files cstypo -%doc %{_texdir}/texmf-dist/doc/lualatex/cstypo/ -%{_texdir}/texmf-dist/tex/lualatex/cstypo/ -%{_texdir}/texmf-dist/tex/luatex/cstypo/ - -%files currency -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/currency/ -%{_texdir}/texmf-dist/tex/latex/currency/ - -%files docsurvey-doc -%doc %{_texdir}/texmf-dist/doc/latex/docsurvey/ - -%files draftfigure -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/draftfigure/ -%{_texdir}/texmf-dist/tex/latex/draftfigure/ - -%files dtxdescribe -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/dtxdescribe/ -%{_texdir}/texmf-dist/tex/latex/dtxdescribe/ - -%files ducksay -%license lppl1.3.txt gpl3.txt -%doc %{_texdir}/texmf-dist/doc/latex/ducksay/ -%{_texdir}/texmf-dist/tex/latex/ducksay/ - -%files dynkin-diagrams -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/dynkin-diagrams/ -%{_texdir}/texmf-dist/tex/latex/dynkin-diagrams/ - -%files easyformat -%license gpl3.txt -%{_texdir}/texmf-dist/doc/latex/easyformat/ -%{_texdir}/texmf-dist/tex/latex/easyformat/ - -%files ecgdraw -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/ecgdraw/ -%{_texdir}/texmf-dist/tex/latex/ecgdraw/ - -%files endofproofwd -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/endofproofwd/ -%{_texdir}/texmf-dist/tex/latex/endofproofwd/ - -%files eqnalign -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/eqnalign/ -%{_texdir}/texmf-dist/tex/latex/eqnalign/ - -%files eulerpx -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/fonts/eulerpx/ -%{_texdir}/texmf-dist/tex/latex/eulerpx/ - -%files fetchcls -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/fetchcls/ -%{_texdir}/texmf-dist/tex/latex/fetchcls/ - -%files fgruler -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/fgruler/ -%{_texdir}/texmf-dist/tex/latex/fgruler/ - -%files filecontentsdef -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/filecontentsdef/ -%{_texdir}/texmf-dist/tex/latex/filecontentsdef/ - -%files fixjfm -%license knuth.txt -%doc %{_texdir}/texmf-dist/doc/generic/fixjfm/ -%{_texdir}/texmf-dist/tex/generic/fixjfm/ - -%files footmisx -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/footmisx/ -%{_texdir}/texmf-dist/tex/latex/footmisx/ - -%files forest-quickstart-doc -%license fdl.txt -%doc %{_texdir}/texmf-dist/doc/latex/forest-quickstart/ - -%files forms16be -%license lppl1.2.txt -%doc %{_texdir}/texmf-dist/doc/latex/forms16be/ -%{_texdir}/texmf-dist/tex/latex/forms16be/ - -%files frederika2016 -%license ofl.txt -%doc %{_texdir}/texmf-dist/doc/fonts/frederika2016/ -%{_datadir}/fonts/frederika2016 -%{_datadir}/appdata/frederika2016.metainfo.xml -%{_texdir}/texmf-dist/fonts/opentype/public/frederika2016/ - -%files gitfile-info -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/support/gitfile-info/ -%{_texdir}/texmf-dist/tex/latex/gitfile-info/ - -%files gofonts -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/fonts/gofonts/ -%{_texdir}/texmf-dist/fonts/enc/dvips/gofonts/ -%{_texdir}/texmf-dist/fonts/map/dvips/gofonts/ -%{_texdir}/texmf-dist/fonts/tfm/bh/gofonts/ -%{_texdir}/texmf-dist/fonts/truetype/bh/gofonts/ -%{_texdir}/texmf-dist/fonts/type1/bh/gofonts/ -%{_texdir}/texmf-dist/fonts/vf/bh/gofonts/ -%{_texdir}/texmf-dist/tex/latex/gofonts/ - -%files grant -%doc %{_texdir}/texmf-dist/doc/latex/grant/ -%{_texdir}/texmf-dist/tex/latex/grant/ - -%files grayhints -%license lppl1.2.txt -%doc %{_texdir}/texmf-dist/doc/latex/grayhints/ -%{_texdir}/texmf-dist/tex/latex/grayhints/ - -%files gtrlib-largetrees -%license lppl1.2.txt -%doc %{_texdir}/texmf-dist/doc/latex/gtrlib-largetrees/ -%{_texdir}/texmf-dist/tex/latex/gtrlib-largetrees/ - -%files hackthefootline -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/hackthefootline/ -%{_texdir}/texmf-dist/tex/latex/hackthefootline/ - -%files halloweenmath -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/halloweenmath/ -%{_texdir}/texmf-dist/tex/latex/halloweenmath/ - -%files hecthese -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/hecthese/ -%{_texdir}/texmf-dist/tex/latex/hecthese/ - -%files hithesis -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/hithesis/ -%{_texdir}/texmf-dist/bibtex/bst/hithesis/ -%{_texdir}/texmf-dist/makeindex/hithesis/ -%{_texdir}/texmf-dist/tex/latex/hithesis/ - -%files hustthesis -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/hustthesis/ -%{_texdir}/texmf-dist/bibtex/bst/hustthesis/ -%{_texdir}/texmf-dist/tex/latex/hustthesis/ - -%files hyphen-belarusian -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-be.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-be.t2a.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/quote/hyph-quote-be.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-be.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-be.pat.txt - -%files ifptex -%doc %{_texdir}/texmf-dist/doc/generic/ifptex/ -%{_texdir}/texmf-dist/tex/generic/ifptex/ - -%files ifxptex -%license knuth.txt -%doc %{_texdir}/texmf-dist/doc/generic/ifxptex/ -%{_texdir}/texmf-dist/tex/generic/ifxptex/ - -%files ijsra -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/ijsra/ -%{_texdir}/texmf-dist/tex/latex/ijsra/ - -%files invoice2 -%license gpl3.txt -%doc %{_texdir}/texmf-dist/doc/latex/invoice2/ -%{_texdir}/texmf-dist/tex/latex/invoice2/ - -%files iscram -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/iscram/ -%{_texdir}/texmf-dist/tex/latex/iscram/ - -%files isopt -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/isopt/ -%{_texdir}/texmf-dist/tex/latex/isopt/ - -%files istgame -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/istgame/ -%{_texdir}/texmf-dist/tex/latex/istgame/ - -%files jlreq -%license bsd.txt -%doc %{_texdir}/texmf-dist/doc/latex/jlreq/ -%{_texdir}/texmf-dist/fonts/tfm/public/jlreq/ -%{_texdir}/texmf-dist/fonts/vf/public/jlreq/ -%{_texdir}/texmf-dist/tex/latex/jlreq/ -%{_texdir}/texmf-dist/tex/luatex/jlreq/ - -%files keyfloat -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/keyfloat/ -%{_texdir}/texmf-dist/tex/latex/keyfloat/ - -%files knowledge -%license lppl1.2.txt -%doc %{_texdir}/texmf-dist/doc/latex/knowledge/ -%{_texdir}/texmf-dist/tex/latex/knowledge/ - -%files komacv-rg -%license lppl1.2.txt -%doc %{_texdir}/texmf-dist/doc/latex/komacv-rg/ -%{_texdir}/texmf-dist/tex/latex/komacv-rg/ - -%files ku-template -%doc %{_texdir}/texmf-dist/doc/latex/ku-template/ -%{_texdir}/texmf-dist/tex/latex/ku-template/ - -%files ladder -%doc %{_texdir}/texmf-dist/doc/latex/ladder/ -%{_texdir}/texmf-dist/tex/latex/ladder/ - -%files latexbangla -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/latexbangla/ -%{_texdir}/texmf-dist/tex/latex/latexbangla/ - -%files latexbug -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/latexbug/ -%{_texdir}/texmf-dist/tex/latex/latexbug/ - -%files latexgit -%license gpl3.txt -%doc %{_texdir}/texmf-dist/doc/latex/latexgit/ -%{_texdir}/texmf-dist/tex/latex/latexgit/ - -%files latex-mr-doc -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/latex-mr/ - -%files latex-refsheet-doc -%doc %{_texdir}/texmf-dist/doc/latex/latex-refsheet/ - -%files limecv -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/limecv/ -%{_texdir}/texmf-dist/tex/latex/limecv/ - -%files ling-macros -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/ling-macros/ -%{_texdir}/texmf-dist/tex/latex/ling-macros/ - -%files lion-msc -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/lion-msc/ -%{_texdir}/texmf-dist/bibtex/bst/lion-msc/ -%{_texdir}/texmf-dist/tex/latex/lion-msc/ - -%files lni -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/lni/ -%{_texdir}/texmf-dist/bibtex/bst/lni/ -%{_texdir}/texmf-dist/tex/latex/lni/ - -%files ltb2bib -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/ltb2bib/ -%{_texdir}/texmf-dist/tex/latex/ltb2bib/ - -%files luahyphenrules -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/lualatex/luahyphenrules/ -%{_texdir}/texmf-dist/tex/lualatex/luahyphenrules/ - -%files luamesh -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/lualatex/luamesh/ -%{_texdir}/texmf-dist/scripts/luamesh/ -%{_texdir}/texmf-dist/tex/lualatex/luamesh/ - -%files luapackageloader -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/luatex/luapackageloader/ -%{_texdir}/texmf-dist/tex/luatex/luapackageloader/ - -%files maker -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/maker/ -%{_texdir}/texmf-dist/tex/latex/maker/ - -%files marginfit -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/marginfit/ -%{_texdir}/texmf-dist/tex/latex/marginfit/ - -%files math-into-latex-4-doc -%doc %{_texdir}/texmf-dist/doc/latex/math-into-latex-4/ - -%files mcexam -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/mcexam/ -%{_texdir}/texmf-dist/tex/latex/mcexam/ - -%files mendex-doc -%doc %{_texdir}/texmf-dist/doc/support/mendex-doc/ - -%files milog -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/milog/ -%{_texdir}/texmf-dist/tex/latex/milog/ - -%files missaali -%license ofl.txt lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/fonts/missaali/ -%{_datadir}/fonts/missaali -%{_datadir}/appdata/missaali.metainfo.xml -%{_texdir}/texmf-dist/fonts/opentype/public/missaali/ -%{_texdir}/texmf-dist/tex/latex/missaali/ - -%files modular -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/modular/ -%{_texdir}/texmf-dist/tex/latex/modular/ - -%files montserrat -%license ofl.txt lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/fonts/montserrat/ -%{_texdir}/texmf-dist/fonts/enc/dvips/montserrat/ -%{_texdir}/texmf-dist/fonts/map/dvips/montserrat/ -%{_texdir}/texmf-dist/fonts/opentype/public/montserrat/ -%{_texdir}/texmf-dist/fonts/tfm/public/montserrat/ -%{_texdir}/texmf-dist/fonts/type1/public/montserrat/ -%{_texdir}/texmf-dist/fonts/vf/public/montserrat/ -%{_texdir}/texmf-dist/tex/latex/montserrat/ - -%files mpostinl -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/mpostinl/ -%{_texdir}/texmf-dist/tex/latex/mpostinl/ - -%files mucproc -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/mucproc/ -%{_texdir}/texmf-dist/tex/latex/mucproc/ - -%files multilang -%license lppl1.2.txt -%doc %{_texdir}/texmf-dist/doc/latex/multilang/ -%{_texdir}/texmf-dist/tex/latex/multilang/ - -%files musicography -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/musicography/ -%{_texdir}/texmf-dist/tex/latex/musicography/ - -%files na-box -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/xelatex/na-box/ -%{_texdir}/texmf-dist/tex/xelatex/na-box/ - -%files na-position -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/xelatex/na-position/ -%{_texdir}/texmf-dist/tex/xelatex/na-position/ - -%files navydocs -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/navydocs/ -%{_texdir}/texmf-dist/tex/latex/navydocs/ - -%files niceframe-type1 -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/fonts/niceframe-type1/ -%{_texdir}/texmf-dist/fonts/afm/public/niceframe-type1/ -%{_texdir}/texmf-dist/fonts/map/dvips/niceframe-type1/ -%{_texdir}/texmf-dist/fonts/type1/public/niceframe-type1/ - -%files nodetree -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/luatex/nodetree/ -%{_texdir}/texmf-dist/tex/luatex/nodetree/ - -%files notespages -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/notespages/ -%{_texdir}/texmf-dist/tex/latex/notespages/ - -%files notestex -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/notestex/ -%{_texdir}/texmf-dist/tex/latex/notestex/ - -%files novel -%license lppl1.3.txt ofl.txt -%doc %{_texdir}/texmf-dist/doc/lualatex/novel/ -%{_texdir}/texmf-dist/fonts/opentype/novel/ -%{_texdir}/texmf-dist/tex/lualatex/novel/ - -%files numnameru -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/numnameru/ -%{_texdir}/texmf-dist/tex/latex/numnameru/ - -%files numspell -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/numspell/ -%{_texdir}/texmf-dist/tex/latex/numspell/ - -%files octave -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/octave/ -%{_texdir}/texmf-dist/tex/latex/octave/ - -%files padauk -%license ofl.txt -%doc %{_texdir}/texmf-dist/doc/fonts/padauk/ -%{_texdir}/texmf-dist/fonts/truetype/public/padauk/ - -%files pdfreview -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/pdfreview/ -%{_texdir}/texmf-dist/tex/latex/pdfreview/ - -%files phffullpagefigure -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/phffullpagefigure/ -%{_texdir}/texmf-dist/tex/latex/phffullpagefigure/ - -%files phfnote -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/phfnote/ -%{_texdir}/texmf-dist/bibtex/bst/phfnote/ -%{_texdir}/texmf-dist/tex/latex/phfnote/ - -%files phfparen -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/phfparen/ -%{_texdir}/texmf-dist/tex/latex/phfparen/ - -%files phfqit -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/phfqit/ -%{_texdir}/texmf-dist/tex/latex/phfqit/ - -%files phfquotetext -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/phfquotetext/ -%{_texdir}/texmf-dist/tex/latex/phfquotetext/ - -%files phfsvnwatermark -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/phfsvnwatermark/ -%{_texdir}/texmf-dist/tex/latex/phfsvnwatermark/ - -%files phfthm -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/phfthm/ -%{_texdir}/texmf-dist/tex/latex/phfthm/ - -%files phonenumbers -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/phonenumbers/ -%{_texdir}/texmf-dist/tex/latex/phonenumbers/ - -%files platexcheat-doc -%doc %{_texdir}/texmf-dist/doc/latex/platexcheat/ - -%files platex-tools -%license bsd.txt -%doc %{_texdir}/texmf-dist/doc/latex/platex-tools/ -%{_texdir}/texmf-dist/tex/latex/platex-tools/ - -%files poetry -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/poetry/ -%{_texdir}/texmf-dist/tex/latex/poetry/ +%{_texdir}/texmf-dist/dvips/pst-tools/ +%{_texdir}/texmf-dist/tex/generic/pst-tools/ +%{_texdir}/texmf-dist/tex/latex/pst-tools/ +%doc %{_texdir}/texmf-dist/doc/generic/pst-tools/ %files pst-arrow %license lppl1.3.txt @@ -178212,2119 +27941,87 @@ popd %{_texdir}/texmf-dist/tex/generic/pst-arrow/ %{_texdir}/texmf-dist/tex/latex/pst-arrow/ -%files pst-geometrictools -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/generic/pst-geometrictools/ -%{_texdir}/texmf-dist/tex/latex/pst-geometrictools/ -%{_texdir}/texmf-dist/tex/generic/pst-geometrictools/ - -%files pst-poker -%license lgpl.txt -%doc %{_texdir}/texmf-dist/doc/latex/pst-poker/ -%{_texdir}/texmf-dist/tex/latex/pst-poker/ - -%files pstring -%license pd.txt -%doc %{_texdir}/texmf-dist/doc/latex/pstring/ -%{_texdir}/texmf-dist/tex/latex/pstring/ - -%files pst-rputover -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/generic/pst-rputover/ -%{_texdir}/texmf-dist/tex/generic/pst-rputover/ -%{_texdir}/texmf-dist/tex/latex/pst-rputover/ - -%files pst-shell -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/generic/pst-shell/ -%{_texdir}/texmf-dist/dvips/pst-shell/ -%{_texdir}/texmf-dist/tex/generic/pst-shell/ -%{_texdir}/texmf-dist/tex/latex/pst-shell/ - -%files pst-vehicle -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/generic/pst-vehicle/ -%{_texdir}/texmf-dist/tex/latex/pst-vehicle/ -%{_texdir}/texmf-dist/tex/generic/pst-vehicle/ - -%files pxtatescale -%doc %{_texdir}/texmf-dist/doc/latex/pxtatescale/ -%{_texdir}/texmf-dist/tex/latex/pxtatescale/ - -%files pxufont -%doc %{_texdir}/texmf-dist/doc/latex/pxufont/ -%{_texdir}/texmf-dist/fonts/tfm/public/pxufont/ -%{_texdir}/texmf-dist/fonts/vf/public/pxufont/ -%{_texdir}/texmf-dist/tex/latex/pxufont/ - -%files quicktype -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/quicktype/ -%{_texdir}/texmf-dist/tex/latex/quicktype/ - -%files rutitlepage -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/rutitlepage/ -%{_texdir}/texmf-dist/tex/latex/rutitlepage/ - -%files scratch -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/scratch/ -%{_texdir}/texmf-dist/tex/latex/scratch/ - -%files scsnowman -%license bsd.txt -%doc %{_texdir}/texmf-dist/doc/latex/scsnowman/ -%{_texdir}/texmf-dist/tex/latex/scsnowman/ - -%files sesstime -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/sesstime/ -%{_texdir}/texmf-dist/tex/latex/sesstime/ - -%files shobhika -%license ofl.txt -%doc %{_texdir}/texmf-dist/doc/fonts/shobhika/ -%{_texdir}/texmf-dist/fonts/opentype/public/shobhika/ - -%files simple-resume-cv -%license pd.txt -%doc %{_texdir}/texmf-dist/doc/xelatex/simple-resume-cv/ -%{_texdir}/texmf-dist/tex/xelatex/simple-resume-cv/ - -%files simple-thesis-dissertation -%license pd.txt -%doc %{_texdir}/texmf-dist/doc/xelatex/simple-thesis-dissertation/ -%{_texdir}/texmf-dist/tex/xelatex/simple-thesis-dissertation/ - -%files soup -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/soup/ -%{_texdir}/texmf-dist/tex/latex/soup/ - -%files spark-otf -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/fonts/spark-otf/ -%{_texdir}/texmf-dist/tex/latex/spark-otf/ - -%files spectralsequences -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/spectralsequences/ -%{_texdir}/texmf-dist/tex/latex/spectralsequences/ - -%files studenthandouts -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/studenthandouts/ -%{_texdir}/texmf-dist/tex/latex/studenthandouts/ - -%files table-fct -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/table-fct/ -%{_texdir}/texmf-dist/tex/latex/table-fct/ - -%files termcal-de -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/latex/termcal-de/ -%{_texdir}/texmf-dist/tex/latex/termcal-de/ - -%files testidx -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/testidx/ -%{_texdir}/texmf-dist/tex/latex/testidx/ - -%files texproposal-doc -%doc %{_texdir}/texmf-dist/doc/latex/texproposal/ - -%files thaienum -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/thaienum/ -%{_texdir}/texmf-dist/tex/latex/thaienum/ - -%files tikzcodeblocks -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/tikzcodeblocks/ -%{_texdir}/texmf-dist/tex/latex/tikzcodeblocks/ - -%files tikzducks -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/tikzducks/ -%{_texdir}/texmf-dist/tex/latex/tikzducks/ - -%files tikz-kalender -%doc %{_texdir}/texmf-dist/doc/latex/tikz-kalender/ -%{_texdir}/texmf-dist/tex/latex/tikz-kalender/ - -%files tikz-optics -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/tikz-optics/ -%{_texdir}/texmf-dist/tex/latex/tikz-optics/ - -%files tikzpeople -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/tikzpeople/ -%{_texdir}/texmf-dist/tex/latex/tikzpeople/ - -%files tocdata -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/tocdata/ -%{_texdir}/texmf-dist/tex/latex/tocdata/ - -%files txuprcal -%license gpl3.txt -%doc %{_texdir}/texmf-dist/doc/fonts/txuprcal/ -%{_texdir}/texmf-dist/fonts/map/dvips/txuprcal/ -%{_texdir}/texmf-dist/fonts/tfm/public/txuprcal/ -%{_texdir}/texmf-dist/fonts/type1/public/txuprcal/ -%{_texdir}/texmf-dist/tex/latex/txuprcal/ - -%files typoaid -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/typoaid/ -%{_texdir}/texmf-dist/tex/latex/typoaid/ - -%files uhhassignment -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/uhhassignment/ -%{_texdir}/texmf-dist/tex/latex/uhhassignment/ - -%files undergradmath-doc -%doc %{_texdir}/texmf-dist/doc/latex/undergradmath/ - -%files unfonts-core -%license gpl2.txt -%doc %{_texdir}/texmf-dist/doc/fonts/unfonts-core/ -%{_texdir}/texmf-dist/fonts/truetype/public/unfonts-core/ - -%files unfonts-extra -%license gpl2.txt -%doc %{_texdir}/texmf-dist/doc/fonts/unfonts-extra/ -%{_texdir}/texmf-dist/fonts/truetype/public/unfonts-extra/ - -%files unicode-bidi -%license lppl1.3.txt -%{_texdir}/texmf-dist/doc/xelatex/unicode-bidi/README.md -%{_texdir}/texmf-dist/tex/xelatex/unicode-bidi/unicode-bidi.sty - -%files unitn-bimrep -%doc %{_texdir}/texmf-dist/doc/latex/unitn-bimrep/ -%{_texdir}/texmf-dist/tex/latex/unitn-bimrep/ - -%files upzhkinsoku -%license knuth.txt -%doc %{_texdir}/texmf-dist/doc/generic/upzhkinsoku/ -%{_texdir}/texmf-dist/tex/generic/upzhkinsoku/ - -%files uspace -%doc %{_texdir}/texmf-dist/doc/latex/uspace/ -%{_texdir}/texmf-dist/tex/latex/uspace/ - -%files variablelm -%license gfl.txt -%doc %{_texdir}/texmf-dist/doc/fonts/variablelm/ -%{_texdir}/texmf-dist/tex/latex/variablelm/ - -%files wallcalendar -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/lualatex/wallcalendar/ -%{_texdir}/texmf-dist/tex/lualatex/wallcalendar/ - -%files wtref -%{_texdir}/texmf-dist/doc/latex/wtref/ -%{_texdir}/texmf-dist/tex/latex/wtref/ - -%files xcolor-material -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/xcolor-material/ -%{_texdir}/texmf-dist/tex/latex/xcolor-material/ - -%files xechangebar -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/xelatex/xechangebar/ -%{_texdir}/texmf-dist/tex/xelatex/xechangebar/ - -%files xltabular -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/xltabular/ -%{_texdir}/texmf-dist/tex/latex/xltabular/ - -%files xsim -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/xsim/ -%{_texdir}/texmf-dist/tex/latex/xsim/ - -%files yaletter -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/yaletter/ -%{_texdir}/texmf-dist/tex/latex/yaletter/ - -%files zebra-goodies -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/zebra-goodies/ -%{_texdir}/texmf-dist/tex/latex/zebra-goodies/ - -%files zhlipsum -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/zhlipsum/ -%{_texdir}/texmf-dist/tex/latex/zhlipsum/ - -%files fvextra -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/fvextra/ -%{_texdir}/texmf-dist/tex/latex/fvextra/ - -%files translator -%license lppl1.3.txt -%license gpl.txt -%doc %{_texdir}/texmf-dist/doc/latex/translator/ -%{_texdir}/texmf-dist/tex/latex/translator/ - -%files tikz-page -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/tikz-page/ -%{_texdir}/texmf-dist/tex/latex/tikz-page/ - -%files autoaligne -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/generic/autoaligne/ -%{_texdir}/texmf-dist/tex/generic/autoaligne/ - -%files hlist -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/generic/hlist/ -%{_texdir}/texmf-dist/tex/generic/hlist/ - -%files modulus -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/generic/modulus/ -%{_texdir}/texmf-dist/tex/generic/modulus/ - -%files olsak-misc -%doc %{_texdir}/texmf-dist/doc/generic/olsak-misc/ -%{_texdir}/texmf-dist/tex/generic/olsak-misc/ - -%files randomlist -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/generic/randomlist/ -%{_texdir}/texmf-dist/tex/generic/randomlist/ - -%files simplekv -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/generic/simplekv/ -%{_texdir}/texmf-dist/tex/generic/simplekv/ - -%files trigonometry -%license knuth.txt -%doc %{_texdir}/texmf-dist/doc/generic/trigonometry/ -%{_texdir}/texmf-dist/tex/generic/trigonometry/ - -%files xii-lat -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/plain/xii-lat/ - -%files mensa-tex -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/mensa-tex/ -%doc %{_texdir}/texmf-dist/doc/latex/mensa-tex/ - -%files algobox -%license gpl.txt -%{_texdir}/texmf-dist/tex/latex/algobox/ -%doc %{_texdir}/texmf-dist/doc/latex/algobox/ - -%files adigraph -%{_texdir}/texmf-dist/tex/latex/adigraph -%doc %{_texdir}/texmf-dist/doc/latex/adigraph/ - -%files aligned-overset -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/aligned-overset/ -%doc %{_texdir}/texmf-dist/doc/latex/aligned-overset/ - -%files apxproof -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/apxproof/ -%doc %{_texdir}/texmf-dist/doc/latex/apxproof/ - -%files ascmac -%license bsd.txt -%{_texdir}/texmf-dist/fonts/map/dvips/ascmac/ -%{_texdir}/texmf-dist/fonts/source/public/ascmac/ -%{_texdir}/texmf-dist/fonts/tfm/public/ascmac/ -%{_texdir}/texmf-dist/fonts/type1/public/ascmac/ -%{_texdir}/texmf-dist/tex/latex/ascmac/ -%doc %{_texdir}/texmf-dist/doc/latex/ascmac/ - -%files authorarchive -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/authorarchive/ -%doc %{_texdir}/texmf-dist/doc/latex/authorarchive/ - -%files autobreak -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/autobreak/ -%doc %{_texdir}/texmf-dist/doc/latex/autobreak/ - -%files auto-pst-pdf-lua -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/auto-pst-pdf-lua/ -%doc %{_texdir}/texmf-dist/doc/latex/auto-pst-pdf-lua/ - -%files babel-japanese -%license lppl.txt -%{_texdir}/texmf-dist/tex/generic/babel-japanese/ -%doc %{_texdir}/texmf-dist/doc/generic/babel-japanese/ - -%files bath-bst -%license lppl.txt -%{_texdir}/texmf-dist/bibtex/bst/bath-bst/ -%doc %{_texdir}/texmf-dist/doc/bibtex/bath-bst/ - -%files beamertheme-cuerna -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/beamertheme-cuerna/ -%doc %{_texdir}/texmf-dist/doc/latex/beamertheme-cuerna/ - -%files beamertheme-focus -%license gpl3.txt -%{_texdir}/texmf-dist/tex/latex/beamertheme-focus/ -%doc %{_texdir}/texmf-dist/doc/latex/beamertheme-focus/ - -%files beamertheme-saintpetersburg -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/beamertheme-saintpetersburg/ -%doc %{_texdir}/texmf-dist/doc/latex/beamertheme-saintpetersburg/ - -%files bezierplot -%license lppl.txt -%{_texdir}/texmf-dist/tex/lualatex/bezierplot/ -%doc %{_texdir}/texmf-dist/doc/lualatex/bezierplot/ - -%files biblatex-archaeology -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/biblatex-archaeology/ -%doc %{_texdir}/texmf-dist/doc/latex/biblatex-archaeology/ - -%files biblatex-arthistory-bonn -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/biblatex-arthistory-bonn/ -%doc %{_texdir}/texmf-dist/doc/latex/biblatex-arthistory-bonn/ - -%files biblatex-socialscienceshuberlin -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/biblatex-socialscienceshuberlin/ -%doc %{_texdir}/texmf-dist/doc/latex/biblatex-socialscienceshuberlin/ - -%files cascade -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/cascade/ -%doc %{_texdir}/texmf-dist/doc/latex/cascade/ - -%files cellprops -%license gpl3.txt -%{_texdir}/texmf-dist/tex/latex/cellprops/ -%doc %{_texdir}/texmf-dist/doc/latex/cellprops/ - -%files chemsec -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/chemsec/ -%doc %{_texdir}/texmf-dist/doc/latex/chemsec/ - -%files citeref -%license bsd.txt -%{_texdir}/texmf-dist/tex/latex/citeref/ -%doc %{_texdir}/texmf-dist/doc/latex/citeref/ - -%files clrdblpg -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/clrdblpg/ -%doc %{_texdir}/texmf-dist/doc/latex/clrdblpg/ - -%files clrstrip -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/clrstrip/ -%doc %{_texdir}/texmf-dist/doc/latex/clrstrip/ - -%files cm-mf-extra-bold -%license gpl.txt -%{_texdir}/texmf-dist/fonts/source/public/cm-mf-extra-bold/ -%{_texdir}/texmf-dist/fonts/tfm/public/cm-mf-extra-bold/ - -%files cmsrb -%license gpl.txt -%{_texdir}/texmf-dist/fonts/afm/public/cmsrb/ -%{_texdir}/texmf-dist/fonts/enc/dvips/cmsrb/ -%{_texdir}/texmf-dist/fonts/map/dvips/cmsrb/ -%{_texdir}/texmf-dist/fonts/tfm/public/cmsrb/ -%{_texdir}/texmf-dist/fonts/type1/public/cmsrb/ -%{_texdir}/texmf-dist/fonts/vf/public/cmsrb/ -%{_texdir}/texmf-dist/tex/latex/cmsrb/ -%doc %{_texdir}/texmf-dist/doc/fonts/cmsrb/ - -%files competences -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/competences/ -%doc %{_texdir}/texmf-dist/doc/latex/competences/ - -%files context-handlecsv -%license gpl3.txt -%{_texdir}/texmf-dist/tex/context/third/handlecsv/ -%doc %{_texdir}/texmf-dist/doc/context/third/handlecsv/ - -%files correctmathalign -%license bsd.txt -%{_texdir}/texmf-dist/tex/latex/correctmathalign/ -%doc %{_texdir}/texmf-dist/doc/latex/correctmathalign/ - -%files cqubeamer -%{_texdir}/texmf-dist/tex/xelatex/cqubeamer/ -%doc %{_texdir}/texmf-dist/doc/xelatex/cqubeamer/ - -%files dejavu-otf -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/dejavu-otf/ -%doc %{_texdir}/texmf-dist/doc/fonts/dejavu-otf/ - -%files delimset -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/delimset/ -%doc %{_texdir}/texmf-dist/doc/latex/delimset/ - -%files diffcoeff -%license lppl1.3c.txt -%{_texdir}/texmf-dist/tex/latex/diffcoeff/ -%doc %{_texdir}/texmf-dist/doc/latex/diffcoeff/ - -%files dijkstra -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/dijkstra/ -%doc %{_texdir}/texmf-dist/doc/latex/dijkstra/ - -%files dsserif -%license ofl.txt lppl.txt -%{_texdir}/texmf-dist/fonts/afm/public/dsserif/ -%{_texdir}/texmf-dist/fonts/map/dvips/dsserif/ -%{_texdir}/texmf-dist/fonts/tfm/public/dsserif/ -%{_texdir}/texmf-dist/fonts/type1/public/dsserif/ -%{_texdir}/texmf-dist/tex/latex/dsserif/ -%doc %{_texdir}/texmf-dist/doc/fonts/dsserif/ - -%files emf -%license gpl3.txt -%{_texdir}/texmf-dist/tex/latex/emf/ -%doc %{_texdir}/texmf-dist/doc/latex/emf/ - -%files endnotesj -%license bsd.txt -%{_texdir}/texmf-dist/tex/latex/endnotesj/ -%doc %{_texdir}/texmf-dist/doc/latex/endnotesj/ - -%files eqnnumwarn -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/eqnnumwarn/ -%doc %{_texdir}/texmf-dist/doc/latex/eqnnumwarn/ - -%files erw-l3 -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/erw-l3/ -%doc %{_texdir}/texmf-dist/doc/latex/erw-l3/ - -%files etsvthor -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/etsvthor/ -%doc %{_texdir}/texmf-dist/doc/latex/etsvthor/ - -%files euro-ce -%license bsd.txt -%{_texdir}/texmf-dist/fonts/source/public/euro-ce/ -%{_texdir}/texmf-dist/fonts/tfm/public/euro-ce/ -%doc %{_texdir}/texmf-dist/doc/fonts/euro-ce/ - -%files exercisebank -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/exercisebank/ -%doc %{_texdir}/texmf-dist/doc/latex/exercisebank/ - -%files fduthesis -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/fduthesis/ -%doc %{_texdir}/texmf-dist/doc/latex/fduthesis/ - -%files fnspe -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/fnspe/ -%doc %{_texdir}/texmf-dist/doc/latex/fnspe/ - -%files fontawesome5 -%license ofl.txt lppl.txt -%{_texdir}/texmf-dist/fonts/enc/dvips/fontawesome5/ -%{_texdir}/texmf-dist/fonts/map/dvips/fontawesome5/ -%{_texdir}/texmf-dist/fonts/opentype/public/fontawesome5/ -%{_texdir}/texmf-dist/fonts/tfm/public/fontawesome5/ -%{_texdir}/texmf-dist/fonts/type1/public/fontawesome5/ -%{_texdir}/texmf-dist/tex/latex/fontawesome5/ -%doc %{_texdir}/texmf-dist/doc/fonts/fontawesome5/ - -%files formation-latex-ul -%doc %{_texdir}/texmf-dist/doc/latex/formation-latex-ul/ - -%files gatherenum -%license gpl3.txt -%{_texdir}/texmf-dist/tex/latex/gatherenum/ -%doc %{_texdir}/texmf-dist/doc/latex/gatherenum/ - -%files gbt7714 -%license lppl.txt -%{_texdir}/texmf-dist/bibtex/bst/gbt7714/ -%{_texdir}/texmf-dist/tex/latex/gbt7714/ -%doc %{_texdir}/texmf-dist/doc/bibtex/gbt7714/ - -%files gentombow -%license bsd.txt -%{_texdir}/texmf-dist/tex/latex/gentombow/ -%doc %{_texdir}/texmf-dist/doc/latex/gentombow/ - -%files gfsneohellenicmath -%license ofl.txt -%{_texdir}/texmf-dist/fonts/opentype/public/gfsneohellenicmath/ -%{_texdir}/texmf-dist/tex/latex/gfsneohellenicmath/ -%doc %{_texdir}/texmf-dist/doc/fonts/gfsneohellenicmath/ - -%files glossaries-finnish -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/glossaries-finnish/ -%doc %{_texdir}/texmf-dist/doc/latex/glossaries-finnish/ - -%files gotoh -%{_texdir}/texmf-dist/tex/latex/gotoh/ -%doc %{_texdir}/texmf-dist/doc/latex/gotoh/ - -%files graph35 -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/graph35/ -%doc %{_texdir}/texmf-dist/doc/latex/graph35/ - -%files graphicxpsd -%{_texdir}/texmf-dist/tex/latex/graphicxpsd/ -%doc %{_texdir}/texmf-dist/doc/latex/graphicxpsd/ - -%files hagenberg-thesis -%{_texdir}/texmf-dist/tex/latex/hagenberg-thesis/ -%doc %{_texdir}/texmf-dist/doc/latex/hagenberg-thesis/ - -%files handin -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/handin/ -%doc %{_texdir}/texmf-dist/doc/latex/handin/ - -%files hulipsum -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/hulipsum/ -%doc %{_texdir}/texmf-dist/doc/latex/hulipsum/ - -%files hyperbar -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/hyperbar/ -%doc %{_texdir}/texmf-dist/doc/latex/hyperbar/ - -%files includernw -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/includernw/ -%doc %{_texdir}/texmf-dist/doc/latex/includernw/ - -%files intopdf -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/intopdf/ -%doc %{_texdir}/texmf-dist/doc/latex/intopdf/ - -%files jnuexam -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/jnuexam/ -%doc %{_texdir}/texmf-dist/doc/latex/jnuexam/ - -%files kanaparser -%license bsd.txt -%{_texdir}/texmf-dist/tex/luatex/kanaparser/ -%doc %{_texdir}/texmf-dist/doc/luatex/kanaparser/ - -%files karnaugh-map -%{_texdir}/texmf-dist/tex/latex/karnaugh-map/ -%doc %{_texdir}/texmf-dist/doc/latex/karnaugh-map/ - -%files kurdishlipsum -%license lppl.txt -%{_texdir}/texmf-dist/tex/xelatex/kurdishlipsum/ -%doc %{_texdir}/texmf-dist/doc/xelatex/kurdishlipsum/ - -%files labelschanged -%{_texdir}/texmf-dist/tex/latex/labelschanged/ -%doc %{_texdir}/texmf-dist/doc/latex/labelschanged/ - -%files latex-via-exemplos -%license gpl2.txt -%doc %{_texdir}/texmf-dist/doc/latex/latex-via-exemplos/ - -%files lccaps -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/lccaps/ -%doc %{_texdir}/texmf-dist/doc/latex/lccaps/ - -%files libertinus-otf -%license lppl.txt ofl.txt -# %%{_texdir}/texmf-dist/fonts/opentype/public/libertinus-otf/ -%{_texdir}/texmf-dist/tex/latex/libertinus-otf/ -%doc %{_texdir}/texmf-dist/doc/fonts/libertinus-otf/ - -%files llncsconf -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/llncsconf/ -%doc %{_texdir}/texmf-dist/doc/latex/llncsconf/ - -%files longdivision -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/longdivision/ -%doc %{_texdir}/texmf-dist/doc/latex/longdivision/ - -%files lualatex-truncate -%license lppl.txt -%{_texdir}/texmf-dist/tex/lualatex/lualatex-truncate/ -%doc %{_texdir}/texmf-dist/doc/lualatex/lualatex-truncate/ - -%files luavlna -%license lppl.txt -%{_texdir}/texmf-dist/tex/luatex/luavlna/ -%doc %{_texdir}/texmf-dist/doc/luatex/luavlna/ - -%files manyind -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/manyind/ -%doc %{_texdir}/texmf-dist/doc/latex/manyind/ - -%files mathfam256 -%license bsd.txt -%{_texdir}/texmf-dist/tex/latex/mathfam256/ -%doc %{_texdir}/texmf-dist/doc/latex/mathfam256/ - -%files mathfixs -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/mathfixs/ -%doc %{_texdir}/texmf-dist/doc/latex/mathfixs/ - -%files mathfont -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/mathfont/ -%doc %{_texdir}/texmf-dist/doc/latex/mathfont/ - -%files mathpunctspace -%license bsd.txt -%{_texdir}/texmf-dist/tex/latex/mathpunctspace/ -%doc %{_texdir}/texmf-dist/doc/latex/mathpunctspace/ - -%files mgltex -%license gpl3.txt -%{_texdir}/texmf-dist/tex/latex/mgltex/ -%doc %{_texdir}/texmf-dist/doc/latex/mgltex/ - -%files milsymb -%{_texdir}/texmf-dist/tex/latex/milsymb/ -%doc %{_texdir}/texmf-dist/doc/latex/milsymb/ - -%files minidocument -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/minidocument/ -%doc %{_texdir}/texmf-dist/doc/latex/minidocument/ - -%files modernposter -%{_texdir}/texmf-dist/tex/latex/modernposter/ -%doc %{_texdir}/texmf-dist/doc/latex/modernposter/ - -%files morisawa -%license bsd.txt -%{_texdir}/texmf-dist/fonts/map/dvipdfmx/morisawa/ -%{_texdir}/texmf-dist/fonts/tfm/public/morisawa/ -%{_texdir}/texmf-dist/fonts/vf/public/morisawa/ -%{_texdir}/texmf-dist/tex/latex/morisawa/ -%doc %{_texdir}/texmf-dist/doc/fonts/morisawa/ - -%files mptrees -%license lppl.txt -%{_texdir}/texmf-dist/metapost/mptrees/ -%doc %{_texdir}/texmf-dist/doc/metapost/mptrees/ - -%files musikui -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/musikui/ -%doc %{_texdir}/texmf-dist/doc/latex/musikui/ - -%files nicematrix -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/nicematrix/ -%doc %{_texdir}/texmf-dist/doc/latex/nicematrix/ - -%files nidanfloat -%license bsd.txt -%{_texdir}/texmf-dist/tex/latex/nidanfloat/ -%doc %{_texdir}/texmf-dist/doc/latex/nidanfloat/ - -%files notex-bst -%{_texdir}/texmf-dist/bibtex/bst/notex-bst/ - -%files onedown -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/onedown/ -%doc %{_texdir}/texmf-dist/doc/latex/onedown/ - -%files oplotsymbl -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/oplotsymbl/ -%doc %{_texdir}/texmf-dist/doc/latex/oplotsymbl/ - -%files outlining -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/outlining/ -%doc %{_texdir}/texmf-dist/doc/latex/outlining/ - -%files overlays -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/overlays/ -%doc %{_texdir}/texmf-dist/doc/latex/overlays/ - -%files padcount -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/padcount/ -%doc %{_texdir}/texmf-dist/doc/latex/padcount/ - -%files pdfoverlay -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/pdfoverlay/ -%doc %{_texdir}/texmf-dist/doc/latex/pdfoverlay/ - -%files pdfpc-movie -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/pdfpc-movie/ -%doc %{_texdir}/texmf-dist/doc/latex/pdfpc-movie/ - -%files pdfprivacy -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/pdfprivacy/ -%doc %{_texdir}/texmf-dist/doc/latex/pdfprivacy/ - -%files penrose -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/penrose/ -%doc %{_texdir}/texmf-dist/doc/latex/penrose/ - -%files pgfornament-han -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/pgfornament-han/ -%doc %{_texdir}/texmf-dist/doc/latex/pgfornament-han/ - -%files pixelart -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/pixelart/ -%doc %{_texdir}/texmf-dist/doc/latex/pixelart/ - -%files plantuml -%license lppl.txt -%{_texdir}/texmf-dist/tex/lualatex/plantuml/ -%doc %{_texdir}/texmf-dist/doc/lualatex/plantuml/ - -%files plex -%license ofl.txt -%{_texdir}/texmf-dist/fonts/enc/dvips/plex/ -%{_texdir}/texmf-dist/fonts/map/dvips/plex/ -%{_texdir}/texmf-dist/fonts/opentype/ibm/plex/ -%{_texdir}/texmf-dist/fonts/tfm/ibm/plex/ -%{_texdir}/texmf-dist/fonts/type1/ibm/plex/ -%{_texdir}/texmf-dist/fonts/vf/ibm/plex/ -%{_texdir}/texmf-dist/tex/latex/plex/ -%doc %{_texdir}/texmf-dist/doc/fonts/plex/ - -%files plex-otf -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/plex-otf/ -%doc %{_texdir}/texmf-dist/doc/fonts/plex-otf/ - -%files pm-isomath -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/pm-isomath/ -%doc %{_texdir}/texmf-dist/doc/latex/pm-isomath/ - -%files polexpr -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/polexpr/ -%doc %{_texdir}/texmf-dist/doc/latex/polexpr/ - -%files postage -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/postage/ -%doc %{_texdir}/texmf-dist/doc/latex/postage/ - -%files powerdot-tuliplab -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/powerdot-tuliplab/ -%doc %{_texdir}/texmf-dist/doc/latex/powerdot-tuliplab/ - -%files pst-antiprism -%license lppl.txt -%{_texdir}/texmf-dist/dvips/pst-antiprism/ -%{_texdir}/texmf-dist/tex/generic/pst-antiprism/ -%{_texdir}/texmf-dist/tex/latex/pst-antiprism/ -%doc %{_texdir}/texmf-dist/doc/generic/pst-antiprism/ - -%files pst-calculate -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/pst-calculate/ -%doc %{_texdir}/texmf-dist/doc/generic/pst-calculate/ - -%files pst-contourplot -%license lppl.txt -%{_texdir}/texmf-dist/tex/generic/pst-contourplot/ -%{_texdir}/texmf-dist/tex/latex/pst-contourplot/ -%doc %{_texdir}/texmf-dist/doc/generic/pst-contourplot/ - -%files pst-dart -%license lppl.txt -%{_texdir}/texmf-dist/tex/generic/pst-dart/ -%{_texdir}/texmf-dist/tex/latex/pst-dart/ -%doc %{_texdir}/texmf-dist/doc/generic/pst-dart/ - -%files pst-spinner -%license lppl.txt -%{_texdir}/texmf-dist/dvips/pst-spinner/ -%{_texdir}/texmf-dist/tex/generic/pst-spinner/ -%{_texdir}/texmf-dist/tex/latex/pst-spinner/ -%doc %{_texdir}/texmf-dist/doc/generic/pst-spinner/ - -%files pythonhighlight -%license bsd.txt -%{_texdir}/texmf-dist/tex/latex/pythonhighlight/ -%doc %{_texdir}/texmf-dist/doc/latex/pythonhighlight/ - -%files revquantum -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/revquantum/ -%doc %{_texdir}/texmf-dist/doc/latex/revquantum/ - -%files scientific-thesis-cover -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/scientific-thesis-cover/ -%doc %{_texdir}/texmf-dist/doc/latex/scientific-thesis-cover/ - -%files scratchx -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/scratchx/ -%doc %{_texdir}/texmf-dist/doc/latex/scratchx/ - -%files sectionbreak -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/sectionbreak/ -%doc %{_texdir}/texmf-dist/doc/latex/sectionbreak/ - -%files semantic-markup -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/semantic-markup/ -%doc %{_texdir}/texmf-dist/doc/latex/semantic-markup/ - -%files sexam -%license lppl.txt -%{_texdir}/texmf-dist/tex/xelatex/sexam/ -%doc %{_texdir}/texmf-dist/doc/xelatex/sexam/ - -%files short-math-guide -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/short-math-guide/ - -%files simpleinvoice -%license gpl3.txt -%{_texdir}/texmf-dist/tex/latex/simpleinvoice/ -%doc %{_texdir}/texmf-dist/doc/latex/simpleinvoice/ - -%files spalign -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/spalign/ -%doc %{_texdir}/texmf-dist/doc/latex/spalign/ - -%files stanli -%license lppl.txt gpl.txt -%{_texdir}/texmf-dist/tex/latex/stanli/ -%doc %{_texdir}/texmf-dist/doc/latex/stanli/ - -%files statistics -%license gpl3.txt -%{_texdir}/texmf-dist/tex/latex/statistics/ -%doc %{_texdir}/texmf-dist/doc/latex/statistics/ - -%files statmath -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/statmath/ -%doc %{_texdir}/texmf-dist/doc/latex/statmath/ - -%files stealcaps -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/stealcaps/ -%doc %{_texdir}/texmf-dist/doc/latex/stealcaps/ - -%files stickstoo -%license ofl.txt lppl.txt -%{_texdir}/texmf-dist/fonts/afm/public/stickstoo/ -%{_texdir}/texmf-dist/fonts/enc/dvips/stickstoo/ -%{_texdir}/texmf-dist/fonts/map/dvips/stickstoo/ -%{_texdir}/texmf-dist/fonts/tfm/public/stickstoo/ -%{_texdir}/texmf-dist/fonts/type1/public/stickstoo/ -%{_texdir}/texmf-dist/fonts/vf/public/stickstoo/ -%{_texdir}/texmf-dist/tex/latex/stickstoo/ -%doc %{_texdir}/texmf-dist/doc/fonts/stickstoo/ - -%files stix2-otf -%license ofl.txt -%{_texdir}/texmf-dist/fonts/opentype/public/stix2-otf/ -%doc %{_texdir}/texmf-dist/doc/fonts/stix2-otf/ - -%files stix2-type1 -%license ofl.txt lppl.txt -%{_texdir}/texmf-dist/fonts/enc/dvips/stix2/ -%{_texdir}/texmf-dist/fonts/map/dvips/stix2/ -%{_texdir}/texmf-dist/fonts/source/public/stix2/ -%{_texdir}/texmf-dist/fonts/tfm/public/stix2/ -%{_texdir}/texmf-dist/fonts/type1/public/stix2/ -%{_texdir}/texmf-dist/tex/latex/stix2/ -%doc %{_texdir}/texmf-dist/doc/latex/stix2/ - -%files structmech -%license gpl3.txt -%doc %{_texdir}/texmf-dist/doc/latex/structmech/ - -%files tagpdf -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/tagpdf/ -%doc %{_texdir}/texmf-dist/doc/latex/tagpdf/ - -%files texdate -%license lppl.txt -%{_texdir}/texmf-dist/tex/generic/texdate/ -%doc %{_texdir}/texmf-dist/doc/generic/texdate/ - -%files textualicomma -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/textualicomma/ -%doc %{_texdir}/texmf-dist/doc/latex/textualicomma/ - -%files thaispec -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/thaispec/ -%doc %{_texdir}/texmf-dist/doc/latex/thaispec/ - -%files thesis-gwu -%license gpl3.txt -%{_texdir}/texmf-dist/tex/latex/thesis-gwu/ -%doc %{_texdir}/texmf-dist/doc/latex/thesis-gwu/ - -%files thucoursework -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/thucoursework/ -%doc %{_texdir}/texmf-dist/doc/latex/thucoursework/ - -%files tikz-karnaugh -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/tikz-karnaugh/ -%doc %{_texdir}/texmf-dist/doc/latex/tikz-karnaugh/ - -%files tikz-ladder -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/tikz-ladder/ -%doc %{_texdir}/texmf-dist/doc/latex/tikz-ladder/ - -%files tikz-layers -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/tikz-layers/ -%doc %{_texdir}/texmf-dist/doc/latex/tikz-layers/ - -%files tikzmarmots -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/tikzmarmots/ -%doc %{_texdir}/texmf-dist/doc/latex/tikzmarmots/ - -%files tikz-nef -%{_texdir}/texmf-dist/tex/latex/tikz-nef/ -%doc %{_texdir}/texmf-dist/doc/latex/tikz-nef/ - -%files tikz-network -%license gpl3.txt -%{_texdir}/texmf-dist/tex/latex/tikz-network/ -%doc %{_texdir}/texmf-dist/doc/latex/tikz-network/ - -%files tikz-relay -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/tikz-relay/ -%{_texdir}/texmf-dist/tex/latex/tikz-relay/ - -%files tikz-sfc -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/tikz-sfc/ -%doc %{_texdir}/texmf-dist/doc/latex/tikz-sfc/ - -%files timbreicmc -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/timbreicmc/ -%doc %{_texdir}/texmf-dist/doc/latex/timbreicmc/ - -%files tinos -%license apache2.txt -%{_texdir}/texmf-dist/fonts/enc/dvips/tinos/ -%{_texdir}/texmf-dist/fonts/map/dvips/tinos/ -%{_texdir}/texmf-dist/fonts/tfm/google/tinos/ -%{_texdir}/texmf-dist/fonts/truetype/google/tinos/ -%{_texdir}/texmf-dist/fonts/type1/google/tinos/ -%{_texdir}/texmf-dist/fonts/vf/google/tinos/ -%{_texdir}/texmf-dist/tex/latex/tinos/ -%doc %{_texdir}/texmf-dist/doc/fonts/tinos/ - -%files tlc-article -%license bsd.txt -%{_texdir}/texmf-dist/tex/latex/tlc-article/ -%doc %{_texdir}/texmf-dist/doc/latex/tlc-article/ - -%files topletter -%license apache2.txt -%{_texdir}/texmf-dist/tex/latex/topletter/ -%doc %{_texdir}/texmf-dist/doc/latex/topletter/ - -%files typewriter -%license lppl.txt -%{_texdir}/texmf-dist/tex/lualatex/typewriter/ -%doc %{_texdir}/texmf-dist/doc/lualatex/typewriter/ - -%files ucsmonograph -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/ucsmonograph/ -%doc %{_texdir}/texmf-dist/doc/latex/ucsmonograph/ - -%files univie-ling -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/univie-ling/ -%doc %{_texdir}/texmf-dist/doc/latex/univie-ling/ - -%files uppunctlm -%license lppl.txt -%{_texdir}/texmf-dist/fonts/tfm/public/uppunctlm/ -%{_texdir}/texmf-dist/fonts/vf/public/uppunctlm/ -%{_texdir}/texmf-dist/tex/latex/uppunctlm/ -%doc %{_texdir}/texmf-dist/doc/fonts/uppunctlm/ - -%files witharrows -%license lppl.txt -%{_texdir}/texmf-dist/tex/generic/witharrows/ -%doc %{_texdir}/texmf-dist/doc/generic/witharrows/ - -%files xfakebold -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/xfakebold/ -%doc %{_texdir}/texmf-dist/doc/latex/xfakebold/ - -%files xtuthesis -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/xtuthesis/ -%doc %{_texdir}/texmf-dist/doc/latex/xtuthesis/ - -%files xurl -%license lppl.txt -%{_texdir}/texmf-dist/tex/latex/xurl/ -%doc %{_texdir}/texmf-dist/doc/latex/xurl/ - -# TL2019 - -%files accents -%{_texdir}/texmf-dist/tex/latex/accents/ -%doc %{_texdir}/texmf-dist/doc/latex/accents/ - -%files addliga -%{_texdir}/texmf-dist/tex/lualatex/addliga/ -%doc %{_texdir}/texmf-dist/doc/lualatex/addliga/ - -%files almendra -%license ofl.txt lppl.txt -%{_texdir}/texmf-dist/fonts/enc/dvips/almendra/ -%{_texdir}/texmf-dist/fonts/map/dvips/almendra/ -%{_texdir}/texmf-dist/fonts/tfm/public/almendra/ -%{_texdir}/texmf-dist/fonts/truetype/public/almendra/ -%{_texdir}/texmf-dist/fonts/type1/public/almendra/ -%{_texdir}/texmf-dist/fonts/vf/public/almendra/ -%{_texdir}/texmf-dist/tex/latex/almendra/ -%doc %{_texdir}/texmf-dist/doc/fonts/almendra/ - -%files alpha-persian -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/bibtex/alpha-persian/ -%{_texdir}/texmf-dist/bibtex/bst/alpha-persian - -%files amscdx -%doc %{_texdir}/texmf-dist/doc/latex/amscdx -%{_texdir}/texmf-dist/tex/latex/amscdx - -%files apprendre-a-programmer-en-tex -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/plain/apprendre-a-programmer-en-tex - -%files arabicfront -%doc %{_texdir}/texmf-dist/doc/latex/arabicfront -%{_texdir}/texmf-dist/tex/latex/arabicfront - -%files arraycols -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/arraycols -%{_texdir}/texmf-dist/tex/latex/arraycols - -%files asmeconf -%doc %{_texdir}/texmf-dist/doc/latex/asmeconf -%{_texdir}/texmf-dist/bibtex/bst/asmeconf -%{_texdir}/texmf-dist/tex/latex/asmeconf - -%files asmejour -%doc %{_texdir}/texmf-dist/doc/latex/asmejour -%{_texdir}/texmf-dist/bibtex/bst/asmejour -%{_texdir}/texmf-dist/tex/latex/asmejour - -%files beamerauxtheme -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/beamerauxtheme -%{_texdir}/texmf-dist/tex/latex/beamerauxtheme - -%files beamer-rl -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/lualatex/beamer-rl -%{_texdir}/texmf-dist/tex/lualatex/beamer-rl - -%files beamertheme-light -%license gpl3.txt -%doc %{_texdir}/texmf-dist/doc/latex/beamertheme-light -%{_texdir}/texmf-dist/tex/latex/beamertheme-light - -%files beamertheme-npbt -%license gpl3.txt -%doc %{_texdir}/texmf-dist/doc/latex/beamertheme-npbt -%{_texdir}/texmf-dist/tex/latex/beamertheme-npbt - -%files biblatex-bath -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/biblatex-bath -%{_texdir}/texmf-dist/tex/latex/biblatex-bath - -%files biblatex-ext -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/biblatex-ext -%{_texdir}/texmf-dist/tex/latex/biblatex-ext - -%files bitter -%license lppl.txt ofl.txt -%doc %{_texdir}/texmf-dist/doc/fonts/bitter -%{_texdir}/texmf-dist/fonts/enc/dvips/bitter -%{_texdir}/texmf-dist/fonts/map/dvips/bitter -%{_texdir}/texmf-dist/fonts/tfm/huerta/bitter -%{_texdir}/texmf-dist/fonts/truetype/huerta/bitter -%{_texdir}/texmf-dist/fonts/type1/huerta/bitter -%{_texdir}/texmf-dist/fonts/vf/huerta/bitter -%{_texdir}/texmf-dist/tex/latex/bitter - -%files brandeis-problemset -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/brandeis-problemset -%{_texdir}/texmf-dist/tex/latex/brandeis-problemset - -%files businesscard-qrcode -%license lgpl.txt -%doc %{_texdir}/texmf-dist/doc/xelatex/businesscard-qrcode -%{_texdir}/texmf-dist/tex/xelatex/businesscard-qrcode - -%files bussproofs-extra -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/bussproofs-extra -%{_texdir}/texmf-dist/tex/latex/bussproofs-extra - -%files bxjaholiday -%doc %{_texdir}/texmf-dist/doc/latex/bxjaholiday -%{_texdir}/texmf-dist/tex/latex/bxjaholiday - -%files bxtexlogo -%doc %{_texdir}/texmf-dist/doc/latex/bxtexlogo -%{_texdir}/texmf-dist/tex/latex/bxtexlogo - -%files bxwareki -%doc %{_texdir}/texmf-dist/doc/latex/bxwareki -%{_texdir}/texmf-dist/tex/latex/bxwareki - -%files centeredline -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/centeredline -%{_texdir}/texmf-dist/tex/latex/centeredline - -%files changelog -%license gpl3.txt -%doc %{_texdir}/texmf-dist/doc/latex/changelog -%{_texdir}/texmf-dist/tex/latex/changelog - -%files checkend -%doc %{_texdir}/texmf-dist/doc/latex/checkend -%{_texdir}/texmf-dist/tex/latex/checkend - -%files chordbars -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/chordbars -%{_texdir}/texmf-dist/tex/latex/chordbars - -%files chordbox -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/chordbox -%{_texdir}/texmf-dist/tex/latex/chordbox - -%files chs-physics-report -%doc %{_texdir}/texmf-dist/doc/latex/chs-physics-report -%{_texdir}/texmf-dist/tex/latex/chs-physics-report - -%files codeanatomy -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/codeanatomy -%{_texdir}/texmf-dist/tex/latex/codeanatomy - -%files coelacanth -%license ofl.txt -%doc %{_texdir}/texmf-dist/doc/fonts/coelacanth -%{_datadir}/fonts/coelacanth -%{_datadir}/appdata/coelacanth.metainfo.xml -%{_texdir}/texmf-dist/fonts/enc/dvips/coelacanth -%{_texdir}/texmf-dist/fonts/map/dvips/coelacanth -%{_texdir}/texmf-dist/fonts/opentype/public/coelacanth -%{_texdir}/texmf-dist/fonts/tfm/public/coelacanth -%{_texdir}/texmf-dist/fonts/type1/public/coelacanth -%{_texdir}/texmf-dist/fonts/vf/public/coelacanth -%{_texdir}/texmf-dist/tex/latex/coelacanth - -%files colophon -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/colophon -%{_texdir}/texmf-dist/tex/latex/colophon - -%files colorprofiles -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/generic/colorprofiles -%{_texdir}/texmf-dist/tex/generic/colorprofiles - -%files commedit -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/commedit -%{_texdir}/texmf-dist/tex/latex/commedit - -%files crimsonpro -%license lppl.txt ofl.txt -%doc %{_texdir}/texmf-dist/doc/fonts/crimsonpro -%{_texdir}/texmf-dist/fonts/enc/dvips/crimsonpro -%{_texdir}/texmf-dist/fonts/map/dvips/crimsonpro -%{_texdir}/texmf-dist/fonts/tfm/public/crimsonpro -%{_texdir}/texmf-dist/fonts/truetype/public/crimsonpro -%{_texdir}/texmf-dist/fonts/type1/public/crimsonpro -%{_texdir}/texmf-dist/fonts/vf/public/crimsonpro -%{_texdir}/texmf-dist/tex/latex/crimsonpro - -%files cuprum -%license ofl.txt -%doc %{_texdir}/texmf-dist/doc/fonts/cuprum -%{_texdir}/texmf-dist/fonts/map/dvips/cuprum -%{_texdir}/texmf-dist/fonts/tfm/public/cuprum -%{_texdir}/texmf-dist/fonts/truetype/public/cuprum -%{_texdir}/texmf-dist/tex/latex/cuprum - -%files cweb-old -%{_texdir}/texmf-dist/tex/plain/cweb-old - -%files derivative -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/derivative -%{_texdir}/texmf-dist/tex/latex/derivative - -%files dotlessi -%doc %{_texdir}/texmf-dist/doc/latex/dotlessi -%{_texdir}/texmf-dist/tex/latex/dotlessi - -%files duckuments -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/duckuments -%{_texdir}/texmf-dist/tex/latex/duckuments - -%files ecothesis -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/ecothesis - -%files ehhline -%doc %{_texdir}/texmf-dist/doc/latex/ehhline -%{_texdir}/texmf-dist/tex/latex/ehhline - -%files elegantbook -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/elegantbook -%{_texdir}/texmf-dist/tex/latex/elegantbook - -%files elegantnote -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/elegantnote -%{_texdir}/texmf-dist/tex/latex/elegantnote - -%files elegantpaper -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/elegantpaper -%{_texdir}/texmf-dist/tex/latex/elegantpaper - -%files els-cas-templates -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/els-cas-templates -%{_texdir}/texmf-dist/bibtex/bst/els-cas-templates -%{_texdir}/texmf-dist/tex/latex/els-cas-templates - -%files eqexpl -%doc %{_texdir}/texmf-dist/doc/latex/eqexpl -%{_texdir}/texmf-dist/tex/latex/eqexpl - -%files euflag -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/euflag -%{_texdir}/texmf-dist/tex/latex/euflag - -%files exam-randomizechoices -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/exam-randomizechoices -%{_texdir}/texmf-dist/tex/latex/exam-randomizechoices - -%files exercisepoints -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/exercisepoints -%{_texdir}/texmf-dist/tex/latex/exercisepoints - -%files exframe -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/exframe -%{_texdir}/texmf-dist/tex/latex/exframe - -%files facture-belge-simple-sans-tva -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/xelatex/facture-belge-simple-sans-tva -%{_texdir}/texmf-dist/tex/xelatex/facture-belge-simple-sans-tva - -%files fancyhandout -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/fancyhandout -%{_texdir}/texmf-dist/tex/latex/fancyhandout - -%files fascicules -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/fascicules -%{_texdir}/texmf-dist/tex/latex/fascicules - -%files fbox -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/fbox -%{_texdir}/texmf-dist/tex/latex/fbox - -%files firamath -%license ofl.txt -%doc %{_texdir}/texmf-dist/doc/fonts/firamath -%{_datadir}/fonts/firamath -%{_datadir}/appdata/firamath.metainfo.xml -%{_texdir}/texmf-dist/fonts/opentype/public/firamath - -%files firamath-otf -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/fonts/firamath-otf/ -%{_texdir}/texmf-dist/tex/latex/firamath-otf - -%files fiziko -%license gpl3.txt -%doc %{_texdir}/texmf-dist/doc/metapost/fiziko -%{_texdir}/texmf-dist/metapost/fiziko - -%files forum -%license ofl.txt -%doc %{_texdir}/texmf-dist/doc/fonts/forum -%{_datadir}/fonts/forum -%{_texdir}/texmf-dist/fonts/enc/dvips/forum -%{_texdir}/texmf-dist/fonts/map/dvips/forum -%{_texdir}/texmf-dist/fonts/opentype/public/forum -%{_texdir}/texmf-dist/fonts/tfm/public/forum -%{_texdir}/texmf-dist/fonts/type1/public/forum -%{_texdir}/texmf-dist/fonts/vf/public/forum -%{_texdir}/texmf-dist/tex/latex/forum - -%files ftc-notebook -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/ftc-notebook -%{_texdir}/texmf-dist/tex/latex/ftc-notebook - -%files gammas -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/gammas -%{_texdir}/texmf-dist/bibtex/bst/gammas -%{_texdir}/texmf-dist/tex/latex/gammas - -%files garamond-libre -%doc %{_texdir}/texmf-dist/doc/fonts/garamond-libre -%{_datadir}/fonts/garamond-libre -%{_datadir}/appdata/garamond-libre.metainfo.xml -%{_texdir}/texmf-dist/fonts/enc/dvips/garamond-libre -%{_texdir}/texmf-dist/fonts/map/dvips/garamond-libre -%{_texdir}/texmf-dist/fonts/opentype/public/garamond-libre -%{_texdir}/texmf-dist/fonts/tfm/public/garamond-libre -%{_texdir}/texmf-dist/fonts/type1/public/garamond-libre -%{_texdir}/texmf-dist/fonts/vf/public/garamond-libre -%{_texdir}/texmf-dist/tex/latex/garamond-libre - -%files garamond-math -%license ofl.txt -%doc %{_texdir}/texmf-dist/doc/fonts/garamond-math -%{_datadir}/fonts/garamond-math -%{_datadir}/appdata/garamond-math.metainfo.xml -%{_texdir}/texmf-dist/fonts/opentype/public/garamond-math - -%files gitver -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/gitver -%{_texdir}/texmf-dist/tex/latex/gitver - -%files globalvals -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/globalvals -%{_texdir}/texmf-dist/tex/latex/globalvals - -%files glosmathtools -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/glosmathtools -%{_texdir}/texmf-dist/tex/latex/glosmathtools - -%files glossaries-estonian -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/glossaries-estonian -%{_texdir}/texmf-dist/tex/latex/glossaries-estonian - -%files glossaries-slovene -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/glossaries-slovene -%{_texdir}/texmf-dist/tex/latex/glossaries-slovene - -%files grabbox -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/grabbox -%{_texdir}/texmf-dist/tex/latex/grabbox - -%files gridslides -%license lppl.txt gpl2.txt -%doc %{_texdir}/texmf-dist/doc/latex/gridslides -%{_texdir}/texmf-dist/tex/latex/gridslides - -%files guitartabs -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/guitartabs -%{_texdir}/texmf-dist/tex/latex/guitartabs - -%files hu-berlin-bundle -%license lppl.txt gpl2.txt bsd.txt -%doc %{_texdir}/texmf-dist/doc/latex/hu-berlin-bundle -%{_texdir}/texmf-dist/tex/latex/hu-berlin-bundle - -%files icite -%license gpl3.txt -%doc %{_texdir}/texmf-dist/doc/latex/icite -%{_texdir}/texmf-dist/tex/latex/icite - -%files identkey -%license gpl3.txt -%doc %{_texdir}/texmf-dist/doc/latex/identkey -%{_texdir}/texmf-dist/tex/latex/identkey - -%files inkpaper -%license gpl3.txt -%doc %{_texdir}/texmf-dist/doc/latex/inkpaper -%{_texdir}/texmf-dist/tex/latex/inkpaper - -%files inline-images -%license lgpl.txt -%doc %{_texdir}/texmf-dist/doc/latex/inline-images -%{_texdir}/texmf-dist/tex/latex/inline-images - -%files inriafonts -%license ofl.txt lppl.txt -%doc %{_texdir}/texmf-dist/doc/fonts/inriafonts -%{_datadir}/fonts/inriafonts -%{_datadir}/appdata/inriafonts.metainfo.xml -%{_texdir}/texmf-dist/fonts/enc/dvips/inriafonts -%{_texdir}/texmf-dist/fonts/map/dvips/inriafonts -%{_texdir}/texmf-dist/fonts/opentype/public/inriafonts -%{_texdir}/texmf-dist/fonts/tfm/public/inriafonts -%{_texdir}/texmf-dist/fonts/truetype/public/inriafonts -%{_texdir}/texmf-dist/fonts/type1/public/inriafonts -%{_texdir}/texmf-dist/fonts/vf/public/inriafonts -%{_texdir}/texmf-dist/tex/latex/inriafonts - -%files invoice-class -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/invoice-class -%{_texdir}/texmf-dist/tex/latex/invoice-class - -%files iodhbwm -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/iodhbwm -%{_texdir}/texmf-dist/tex/latex/iodhbwm - -%files jigsaw -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/jigsaw -%{_texdir}/texmf-dist/tex/latex/jigsaw - -%files jkmath -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/jkmath -%{_texdir}/texmf-dist/tex/latex/jkmath - -%files kalendarium -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/kalendarium -%{_texdir}/texmf-dist/tex/latex/kalendarium - -%files ketcindy -%license gpl3.txt -%doc %{_texdir}/texmf-dist/texmf-dist/doc/support/ketcindy -%{_texdir}/texmf-dist/texmf-dist/scripts/ketcindy -%{_texdir}/texmf-dist/texmf-dist/tex/latex/ketcindy - -%files kvmap -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/kvmap -%{_texdir}/texmf-dist/tex/latex/kvmap - -%files labels4easylist -%doc %{_texdir}/texmf-dist/doc/latex/labels4easylist -%{_texdir}/texmf-dist/tex/latex/labels4easylist - -%files latex4musicians -%license fdl.txt -%doc %{_texdir}/texmf-dist/doc/latex/latex4musicians - -%files latex-base-dev -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex-dev/base -%{_texdir}/texmf-dist/tex/latex-dev/base - -%files latex-bin-dev -%doc %{_texdir}/texmf-dist/texmf-dist/doc/man/man1/latex-dev.* - -%files latexcolors -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/latexcolors -%{_texdir}/texmf-dist/tex/latex/latexcolors - -%files latex-graphics-dev -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex-dev/graphics -%{_texdir}/texmf-dist/tex/latex-dev/graphics - -%files latex-uni8 -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/latex-uni8 -%{_texdir}/texmf-dist/tex/latex/latex-uni8 - -%files lectures -%doc %{_texdir}/texmf-dist/doc/latex/lectures -%{_texdir}/texmf-dist/tex/latex/lectures - -%files libertinus-fonts -%license ofl.txt -%doc %{_texdir}/texmf-dist/doc/fonts/libertinus-fonts -%{_datadir}/fonts/libertinus-fonts -%{_datadir}/appdata/libertinus-fonts.metainfo.xml -%{_texdir}/texmf-dist/fonts/opentype/public/libertinus-fonts - -%files libertinus-type1 -%license gpl2.txt ofl.txt -%doc %{_texdir}/texmf-dist/doc/fonts/libertinus-type1 -%{_texdir}/texmf-dist/fonts/enc/dvips/libertinus-type1 -%{_texdir}/texmf-dist/fonts/map/dvips/libertinus-type1 -%{_texdir}/texmf-dist/fonts/tfm/public/libertinus-type1 -%{_texdir}/texmf-dist/fonts/type1/public/libertinus-type1 -%{_texdir}/texmf-dist/fonts/vf/public/libertinus-type1 -%{_texdir}/texmf-dist/tex/latex/libertinus-type1 - -%files librefranklin -%license lppl.txt ofl.txt -%doc %{_texdir}/texmf-dist/doc/fonts/librefranklin -%{_datadir}/fonts/librefranklin -%{_datadir}/appdata/librefranklin.metainfo.xml -%{_texdir}/texmf-dist/fonts/enc/dvips/librefranklin -%{_texdir}/texmf-dist/fonts/map/dvips/librefranklin -%{_texdir}/texmf-dist/fonts/opentype/impallari/librefranklin -%{_texdir}/texmf-dist/fonts/tfm/impallari/librefranklin -%{_texdir}/texmf-dist/fonts/type1/impallari/librefranklin -%{_texdir}/texmf-dist/fonts/vf/impallari/librefranklin -%{_texdir}/texmf-dist/tex/latex/librefranklin - -%files linguisticspro -%license lppl.txt ofl.txt -%doc %{_texdir}/texmf-dist/doc/fonts/linguisticspro -%{_datadir}/fonts/linguisticspro -%{_datadir}/appdata/linguisticspro.metainfo.xml -%{_texdir}/texmf-dist/fonts/enc/dvips/linguisticspro -%{_texdir}/texmf-dist/fonts/map/dvips/linguisticspro -%{_texdir}/texmf-dist/fonts/opentype/public/linguisticspro -%{_texdir}/texmf-dist/fonts/tfm/public/linguisticspro -%{_texdir}/texmf-dist/fonts/type1/public/linguisticspro -%{_texdir}/texmf-dist/fonts/vf/public/linguisticspro -%{_texdir}/texmf-dist/tex/latex/linguisticspro - -%files lstfiracode -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/lstfiracode -%{_texdir}/texmf-dist/tex/latex/lstfiracode - -%files ltxguidex -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/ltxguidex -%{_texdir}/texmf-dist/tex/latex/ltxguidex - -%files luaimageembed -%doc %{_texdir}/texmf-dist/doc/lualatex/luaimageembed -%{_texdir}/texmf-dist/tex/lualatex/luaimageembed - -%files luarandom -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/lualatex/luarandom -%{_texdir}/texmf-dist/tex/lualatex/luarandom - -%files makecookbook -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/lualatex/makecookbook - -%files mathcommand -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/mathcommand -%{_texdir}/texmf-dist/tex/latex/mathcommand - -%files memorygraphs -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/memorygraphs -%{_texdir}/texmf-dist/tex/latex/memorygraphs - -%files metalogox -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/metalogox -%{_texdir}/texmf-dist/tex/latex/metalogox - -%files metapost-colorbrewer -%license gpl3.txt -%doc %{_texdir}/texmf-dist/doc/metapost/metapost-colorbrewer -%{_texdir}/texmf-dist/metapost/metapost-colorbrewer - -%files mismath -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/mismath -%{_texdir}/texmf-dist/tex/latex/mismath - -%files mi-solns -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/mi-solns -%{_texdir}/texmf-dist/tex/latex/mi-solns - -%files mlacls -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/mlacls -%{_texdir}/texmf-dist/tex/latex/mlacls - -%files multicolrule -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/multicolrule -%{_texdir}/texmf-dist/tex/latex/multicolrule - -%files nanicolle -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/xelatex/nanicolle -%{_texdir}/texmf-dist/tex/xelatex/nanicolle - -%files njurepo -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/njurepo -%{_texdir}/texmf-dist/tex/latex/njurepo - -%files numberpt -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/numberpt -%{_texdir}/texmf-dist/tex/latex/numberpt - -%files pgf-cmykshadings -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/pgf-cmykshadings -%{_texdir}/texmf-dist/tex/latex/pgf-cmykshadings - -%files pgfmorepages -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/pgfmorepages -%{_texdir}/texmf-dist/tex/latex/pgfmorepages - -%files plautopatch -%license bsd.txt -%doc %{_texdir}/texmf-dist/doc/latex/plautopatch -%{_texdir}/texmf-dist/tex/latex/plautopatch - -%files poiretone -%license lppl.txt ofl.txt -%doc %{_texdir}/texmf-dist/doc/fonts/poiretone -%{_texdir}/texmf-dist/fonts/enc/dvips/poiretone -%{_texdir}/texmf-dist/fonts/map/dvips/poiretone -%{_texdir}/texmf-dist/fonts/tfm/public/poiretone -%{_texdir}/texmf-dist/fonts/truetype/public/poiretone -%{_texdir}/texmf-dist/fonts/type1/public/poiretone -%{_texdir}/texmf-dist/fonts/vf/public/poiretone -%{_texdir}/texmf-dist/tex/latex/poiretone - -%files poormanlog -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/generic/poormanlog -%{_texdir}/texmf-dist/tex/generic/poormanlog - -%files proof-at-the-end -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/proof-at-the-end -%{_texdir}/texmf-dist/tex/latex/proof-at-the-end - -%files prtec -%doc %{_texdir}/texmf-dist/doc/latex/prtec -%{_texdir}/texmf-dist/bibtex/bst/prtec -%{_texdir}/texmf-dist/tex/latex/prtec - -%files pseudo -%doc %{_texdir}/texmf-dist/doc/latex/pseudo -%{_texdir}/texmf-dist/tex/latex/pseudo - -%files pst-feyn -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/generic/pst-feyn -%{_texdir}/texmf-dist/dvips/pst-feyn -%{_texdir}/texmf-dist/tex/generic/pst-feyn -%{_texdir}/texmf-dist/tex/latex/pst-feyn - -%files pst-lsystem -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/generic/pst-lsystem -%{_texdir}/texmf-dist/dvips/pst-lsystem -%{_texdir}/texmf-dist/tex/generic/pst-lsystem -%{_texdir}/texmf-dist/tex/latex/pst-lsystem - -%files pst-marble -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/generic/pst-marble -%{_texdir}/texmf-dist/dvips/pst-marble -%{_texdir}/texmf-dist/tex/generic/pst-marble -%{_texdir}/texmf-dist/tex/latex/pst-marble - -%files pst-moire -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/generic/pst-moire -%{_texdir}/texmf-dist/dvips/pst-moire -%{_texdir}/texmf-dist/tex/generic/pst-moire -%{_texdir}/texmf-dist/tex/latex/pst-moire - -%files pst-venn -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/generic/pst-venn -%{_texdir}/texmf-dist/tex/latex/pst-venn - -%files ptex-manual -%license bsd.txt -%doc %{_texdir}/texmf-dist/doc/ptex/ptex-manual - -%files ptolemaicastronomy -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/ptolemaicastronomy -%{_texdir}/texmf-dist/tex/latex/ptolemaicastronomy - -%files pxjodel -%doc %{_texdir}/texmf-dist/doc/latex/pxjodel -%{_texdir}/texmf-dist/fonts/tfm/public/pxjodel -%{_texdir}/texmf-dist/fonts/vf/public/pxjodel -%{_texdir}/texmf-dist/tex/latex/pxjodel - -%files qsharp -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/qsharp -%{_texdir}/texmf-dist/tex/latex/qsharp - -%files quantikz -%doc %{_texdir}/texmf-dist/doc/latex/quantikz -%{_texdir}/texmf-dist/tex/latex/quantikz - -%files quran-de -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/xelatex/quran-de -%{_texdir}/texmf-dist/tex/xelatex/quran-de - -%files quran-ur -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/xelatex/quran-ur - -%files ragged2e -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/ragged2e -%{_texdir}/texmf-dist/tex/latex/ragged2e - -%files rank-2-roots -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/rank-2-roots -%{_texdir}/texmf-dist/tex/latex/rank-2-roots - -%files realhats -%doc %{_texdir}/texmf-dist/doc/latex/realhats -%{_texdir}/texmf-dist/tex/latex/realhats - -%files rulerbox -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/rulerbox -%{_texdir}/texmf-dist/tex/latex/rulerbox - -%files ryersonsgsthesis -%license apache2.txt -%doc %{_texdir}/texmf-dist/doc/latex/ryersonsgsthesis -%{_texdir}/texmf-dist/tex/latex/ryersonsgsthesis - -%files schedule -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/schedule -%{_texdir}/texmf-dist/tex/latex/schedule - -%files scontents -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/scontents -%{_texdir}/texmf-dist/tex/context/third/scontents -%{_texdir}/texmf-dist/tex/generic/scontents -%{_texdir}/texmf-dist/tex/latex/scontents - -%files scratch3 -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/scratch3 -%{_texdir}/texmf-dist/tex/latex/scratch3 - -%files soulpos -%doc %{_texdir}/texmf-dist/doc/latex/soulpos -%{_texdir}/texmf-dist/tex/latex/soulpos - -%files spacingtricks -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/spacingtricks -%{_texdir}/texmf-dist/tex/latex/spacingtricks - -%files srdp-mathematik -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/srdp-mathematik -%{_texdir}/texmf-dist/tex/latex/srdp-mathematik - -%files subdocs -%doc %{_texdir}/texmf-dist/doc/latex/subdocs -%{_texdir}/texmf-dist/tex/latex/subdocs - -%files subtext -%license gpl3.txt -%doc %{_texdir}/texmf-dist/doc/latex/subtext -%{_texdir}/texmf-dist/tex/latex/subtext - -%files technion-thesis-template -%doc %{_texdir}/texmf-dist/doc/xelatex/technion-thesis-template -%{_texdir}/texmf-dist/tex/xelatex/technion-thesis-template - -%files tensind -%doc %{_texdir}/texmf-dist/doc/latex/tensind -%{_texdir}/texmf-dist/tex/latex/tensind - -%files tex-locale -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/generic/tex-locale -%{_texdir}/texmf-dist/tex/generic/tex-locale -%{_texdir}/texmf-dist/tex/latex/tex-locale - -%files texonly -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/plain/texonly - -%files theanodidot -%license lppl.txt ofl.txt -%doc %{_texdir}/texmf-dist/doc/fonts/theanodidot -%{_texdir}/texmf-dist/fonts/enc/dvips/theanodidot -%{_texdir}/texmf-dist/fonts/map/dvips/theanodidot -%{_texdir}/texmf-dist/fonts/tfm/public/theanodidot -%{_texdir}/texmf-dist/fonts/truetype/public/theanodidot -%{_texdir}/texmf-dist/fonts/type1/public/theanodidot -%{_texdir}/texmf-dist/fonts/vf/public/theanodidot -%{_texdir}/texmf-dist/tex/latex/theanodidot - -%files theanomodern -%license lppl.txt ofl.txt -%doc %{_texdir}/texmf-dist/doc/fonts/theanomodern -%{_texdir}/texmf-dist/fonts/enc/dvips/theanomodern -%{_texdir}/texmf-dist/fonts/map/dvips/theanomodern -%{_texdir}/texmf-dist/fonts/tfm/public/theanomodern -%{_texdir}/texmf-dist/fonts/truetype/public/theanomodern -%{_texdir}/texmf-dist/fonts/type1/public/theanomodern -%{_texdir}/texmf-dist/fonts/vf/public/theanomodern -%{_texdir}/texmf-dist/tex/latex/theanomodern - -%files theanooldstyle -%license lppl.txt ofl.txt -%doc %{_texdir}/texmf-dist/doc/fonts/theanooldstyle -%{_texdir}/texmf-dist/fonts/enc/dvips/theanooldstyle -%{_texdir}/texmf-dist/fonts/map/dvips/theanooldstyle -%{_texdir}/texmf-dist/fonts/tfm/public/theanooldstyle -%{_texdir}/texmf-dist/fonts/truetype/public/theanooldstyle -%{_texdir}/texmf-dist/fonts/type1/public/theanooldstyle -%{_texdir}/texmf-dist/fonts/vf/public/theanooldstyle -%{_texdir}/texmf-dist/tex/latex/theanooldstyle - -%files thesis-qom -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/xelatex/thesis-qom -%{_texdir}/texmf-dist/tex/xelatex/thesis-qom - -%files thuaslogos -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/thuaslogos -%{_texdir}/texmf-dist/tex/latex/thuaslogos - -%files tikz-feynhand -%license gpl3.txt -%doc %{_texdir}/texmf-dist/doc/latex/tikz-feynhand -%{_texdir}/texmf-dist/tex/latex/tikz-feynhand - -%files tikz-imagelabels -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/tikz-imagelabels -%{_texdir}/texmf-dist/tex/latex/tikz-imagelabels - -%files tikzlings -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/tikzlings -%{_texdir}/texmf-dist/tex/latex/tikzlings - -%files tikz-truchet -%doc %{_texdir}/texmf-dist/doc/latex/tikz-truchet -%{_texdir}/texmf-dist/tex/latex/tikz-truchet - -%files topiclongtable -%doc %{_texdir}/texmf-dist/doc/latex/topiclongtable -%{_texdir}/texmf-dist/tex/latex/topiclongtable - -%files tuda-ci -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/tuda-ci -%{_texdir}/texmf-dist/tex/latex/tuda-ci - -%files ucalgmthesis -%doc %{_texdir}/texmf-dist/doc/latex/ucalgmthesis -%{_texdir}/texmf-dist/tex/latex/ucalgmthesis - -%files unam-thesis -%license gpl3.txt -%doc %{_texdir}/texmf-dist/doc/latex/unam-thesis -%{_texdir}/texmf-dist/tex/latex/unam-thesis - -%files unicode-alphabets -%doc %{_texdir}/texmf-dist/doc/latex/unicode-alphabets -%{_texdir}/texmf-dist/tex/latex/unicode-alphabets - -%files vtable -%doc %{_texdir}/texmf-dist/doc/latex/vtable -%{_texdir}/texmf-dist/tex/latex/vtable - -%files widows-and-orphans -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/widows-and-orphans -%{_texdir}/texmf-dist/tex/latex/widows-and-orphans - -%files windycity -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/windycity -%{_texdir}/texmf-dist/tex/latex/windycity - -%files worksheet -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/worksheet -%{_texdir}/texmf-dist/tex/latex/worksheet - -%files xbmks -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/xbmks -%{_texdir}/texmf-dist/tex/latex/xbmks - -%files xcpdftips -%license gpl3.txt -%doc %{_texdir}/texmf-dist/doc/latex/xcpdftips -%{_texdir}/texmf-dist/tex/latex/xcpdftips - -%files zootaxa-bst -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/bibtex/zootaxa-bst -%{_texdir}/texmf-dist/bibtex/bst/zootaxa-bst - -%files dehyph -%license lppl.txt -%{_texdir}/texmf-dist/tex/generic/dehyph/ - -%files l3backend -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/l3backend/ -%{_texdir}/texmf-dist/dvips/l3backend/ -%{_texdir}/texmf-dist/tex/latex/l3backend/ - -%files blowup -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/blowup/ -%{_texdir}/texmf-dist/tex/latex/blowup/ - -%files marcellus -%license lppl.txt ofl.txt -%doc %{_texdir}/texmf-dist/doc/fonts/marcellus -%{_texdir}/texmf-dist/fonts/enc/dvips/marcellus -%{_texdir}/texmf-dist/fonts/map/dvips/marcellus -%{_texdir}/texmf-dist/fonts/tfm/public/marcellus -%{_texdir}/texmf-dist/fonts/truetype/public/marcellus -%{_texdir}/texmf-dist/fonts/type1/public/marcellus -%{_texdir}/texmf-dist/fonts/vf/public/marcellus -%{_texdir}/texmf-dist/tex/latex/marcellus/ - -#TL2020 -%files atbegshi -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/atbegshi -%doc %{_texdir}/texmf-dist/doc/latex/atbegshi - -%files atveryend -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/atveryend -%doc %{_texdir}/texmf-dist/doc/latex/atveryend +%files context +%{_bindir}/context +%{_bindir}/contextjit +%{_bindir}/luatools +%{_bindir}/mtxrun +%{_bindir}/mtxrunjit +%{_bindir}/texexec +%{_mandir}/man1/context.1* +%{_mandir}/man1/luatools.1* +%{_mandir}/man1/mtx-babel.1* +%{_mandir}/man1/mtx-base.1* +%{_mandir}/man1/mtx-bibtex.1* +%{_mandir}/man1/mtx-cache.1* +%{_mandir}/man1/mtx-chars.1* +%{_mandir}/man1/mtx-check.1* +%{_mandir}/man1/mtx-colors.1* +%{_mandir}/man1/mtx-context.1* +%{_mandir}/man1/mtx-dvi.1* +%{_mandir}/man1/mtx-epub.1* +%{_mandir}/man1/mtx-evohome.1* +%{_mandir}/man1/mtx-fcd.1* +%{_mandir}/man1/mtx-flac.1* +%{_mandir}/man1/mtx-fonts.1* +%{_mandir}/man1/mtx-grep.1* +%{_mandir}/man1/mtx-interface.1* +%{_mandir}/man1/mtx-metapost.1* +# %%{_mandir}/man1/mtx-metatex.1* +%{_mandir}/man1/mtx-modules.1* +%{_mandir}/man1/mtx-package.1* +%{_mandir}/man1/mtx-patterns.1* +%{_mandir}/man1/mtx-pdf.1* +%{_mandir}/man1/mtx-plain.1* +%{_mandir}/man1/mtx-profile.1* +%{_mandir}/man1/mtx-rsync.1* +%{_mandir}/man1/mtx-scite.1* +%{_mandir}/man1/mtx-server.1* +%{_mandir}/man1/mtx-texworks.1* +%{_mandir}/man1/mtx-timing.1* +%{_mandir}/man1/mtx-tools.1* +%{_mandir}/man1/mtx-unicode.1* +%{_mandir}/man1/mtx-unzip.1* +%{_mandir}/man1/mtx-update.1* +%{_mandir}/man1/mtx-vscode.1* +%{_mandir}/man1/mtx-watch.1* +%{_mandir}/man1/mtx-youless.1* +%{_mandir}/man1/mtxrun.1* +%{_mandir}/man1/texexec.1* +%{_texdir}/texmf-dist/bibtex/bst/context/ +%{_texdir}/texmf-dist/context/ +%{_texdir}/texmf-dist/fonts/afm/hoekwater/context/contnav.afm +%{_texdir}/texmf-dist/fonts/cid/fontforge/Adobe-CNS1-4.cidmap +%{_texdir}/texmf-dist/fonts/cid/fontforge/Adobe-GB1-4.cidmap +%{_texdir}/texmf-dist/fonts/cid/fontforge/Adobe-Identity-0.cidmap +%{_texdir}/texmf-dist/fonts/cid/fontforge/Adobe-Japan1-5.cidmap +%{_texdir}/texmf-dist/fonts/cid/fontforge/Adobe-Japan1-6.cidmap +%{_texdir}/texmf-dist/fonts/cid/fontforge/Adobe-Japan2-0.cidmap +%{_texdir}/texmf-dist/fonts/cid/fontforge/Adobe-Korea1-2.cidmap +%{_texdir}/texmf-dist/fonts/enc/dvips/context/ +%{_texdir}/texmf-dist/fonts/map/dvips/context/ +%{_texdir}/texmf-dist/fonts/map/luatex/context/ +%{_texdir}/texmf-dist/fonts/map/pdftex/context/ +%{_texdir}/texmf-dist/fonts/misc/xetex/fontmapping/context/ +%{_texdir}/texmf-dist/fonts/tfm/hoekwater/context/ +%{_texdir}/texmf-dist/fonts/type1/hoekwater/context/ +%{_texdir}/texmf-dist/metapost/context/ +%{_texdir}/texmf-dist/scripts/context/ +%{_texdir}/texmf-dist/tex/context/ +%{_texdir}/texmf-dist/tex/generic/context/ +%{_texdir}/texmf-dist/tex/latex/context/ +%doc %{_texdir}/texmf-dist/doc/context/ %files auxhook %license lppl1.3.txt %{_texdir}/texmf-dist/tex/latex/auxhook %doc %{_texdir}/texmf-dist/doc/latex/auxhook -%files bigintcalc -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/bigintcalc -%doc %{_texdir}/texmf-dist/doc/latex/bigintcalc - -%files bitset -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/bitset -%doc %{_texdir}/texmf-dist/doc/latex/bitset - %files etexcmds %license lppl1.3.txt %{_texdir}/texmf-dist/tex/generic/etexcmds %doc %{_texdir}/texmf-dist/doc/latex/etexcmds -%files hycolor -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/hycolor -%doc %{_texdir}/texmf-dist/doc/latex/hycolor - %files infwarerr %license lppl1.3.txt %{_texdir}/texmf-dist/tex/generic/infwarerr @@ -180335,57 +28032,17 @@ popd %{_texdir}/texmf-dist/tex/generic/intcalc %doc %{_texdir}/texmf-dist/doc/latex/intcalc -%files kvdefinekeys -%license lppl1.3c.txt -%{_texdir}/texmf-dist/tex/generic/kvdefinekeys -%doc %{_texdir}/texmf-dist/doc/latex/kvdefinekeys - %files kvoptions %license lppl1.3.txt %{_texdir}/texmf-dist/tex/latex/kvoptions %doc %{_texdir}/texmf-dist/doc/latex/kvoptions -%files kvsetkeys -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/kvsetkeys -%doc %{_texdir}/texmf-dist/doc/latex/kvsetkeys - -%files letltxmacro -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/letltxmacro -%doc %{_texdir}/texmf-dist/doc/latex/letltxmacro - -%files ltxcmds -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/ltxcmds -%doc %{_texdir}/texmf-dist/doc/latex/ltxcmds - -%files pdfescape -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/pdfescape -%doc %{_texdir}/texmf-dist/doc/latex/pdfescape - %files pdftexcmds %license lppl1.3c.txt %{_texdir}/texmf-dist/scripts/pdftexcmds %{_texdir}/texmf-dist/tex/latex/pdftexcmds %doc %{_texdir}/texmf-dist/doc/latex/pdftexcmds -%files rerunfilecheck -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/latex/rerunfilecheck -%doc %{_texdir}/texmf-dist/doc/latex/rerunfilecheck - -%files uniquecounter -%license lppl1.3.txt -%{_texdir}/texmf-dist/tex/generic/uniquecounter -%doc %{_texdir}/texmf-dist/doc/latex/uniquecounter - -%files modes -%license pd.txt -%doc %{_texdir}/texmf-dist/doc/fonts/modes -%{_texdir}/texmf-dist/fonts/source/public/modes - %files grfext %license lppl1.3.txt %doc %{_texdir}/texmf-dist/doc/latex/grfext @@ -180396,757 +28053,10 @@ popd %doc %{_texdir}/texmf-dist/doc/latex/grffile %{_texdir}/texmf-dist/tex/latex/grffile -%files hyphen-macedonian -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-mk.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-mk.tex -%{_texdir}/texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-mk.pat.txt - -%files aaai-named -%{_texdir}/texmf-dist/bibtex/bst/aaai-named - -%files accessibility -%license lppl1.3c.txt -%doc %{_texdir}/texmf-dist/doc/latex/accessibility -%{_texdir}/texmf-dist/tex/latex/accessibility - -%files accsupp -%license lppl1.3c.txt -%doc %{_texdir}/texmf-dist/doc/latex/accsupp -%{_texdir}/texmf-dist/tex/latex/accsupp - -%files algxpar +%files zref %license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/algxpar -%{_texdir}/texmf-dist/tex/latex/algxpar - -%files alphalph -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/alphalph -%{_texdir}/texmf-dist/tex/generic/alphalph - -%files annee-scolaire -%license lppl1.3c.txt -%doc %{_texdir}/texmf-dist/doc/latex/annee-scolaire -%{_texdir}/texmf-dist/tex/latex/annee-scolaire - -%files askinclude -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/askinclude -%{_texdir}/texmf-dist/tex/latex/askinclude - -%files atenddvi -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/atenddvi -%{_texdir}/texmf-dist/tex/latex/atenddvi - -%files autofancyhdr -%license lppl1.3c.txt -%doc %{_texdir}/texmf-dist/doc/latex/autofancyhdr -%{_texdir}/texmf-dist/tex/latex/autofancyhdr - -%files axessibility -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/axessibility -%{_texdir}/texmf-dist/tex/latex/axessibility - -%files barracuda -%license gpl2.txt -%doc %{_texdir}/texmf-dist/doc/luatex/barracuda -%{_texdir}/texmf-dist/scripts/barracuda -%{_texdir}/texmf-dist/tex/luatex/barracuda - -%files bearwear -%license lppl1.3c.txt -%doc %{_texdir}/texmf-dist/doc/latex/bearwear -%{_texdir}/texmf-dist/tex/latex/bearwear - -%files biblatex-ajc2020unofficial -%license lppl1.3c.txt -%doc %{_texdir}/texmf-dist/doc/latex/biblatex-ajc2020unofficial -%{_texdir}/texmf-dist/tex/latex/biblatex-ajc2020unofficial - -%files biblatex-apa6 -%license lppl1.3c.txt -%doc %{_texdir}/texmf-dist/doc/latex/biblatex-apa6 -%{_texdir}/texmf-dist/tex/latex/biblatex-apa6 - -%files biblatex-german-legal -%license lppl1.3c.txt -%doc %{_texdir}/texmf-dist/doc/latex/biblatex-german-legal -%{_texdir}/texmf-dist/tex/latex/biblatex-german-legal - -%files biblatex-jura2 -%license lppl1.3c.txt -%doc %{_texdir}/texmf-dist/doc/latex/biblatex-jura2 -%{_texdir}/texmf-dist/tex/latex/biblatex-jura2 - -%files biblatex-software -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/biblatex-software -%{_texdir}/texmf-dist/tex/latex/biblatex-software - -%files biblatex2bibitem -%license lppl1.3c.txt -%doc %{_texdir}/texmf-dist/doc/latex/biblatex2bibitem -%{_texdir}/texmf-dist/tex/latex/biblatex2bibitem - -%files bookmark -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/bookmark -%{_texdir}/texmf-dist/tex/latex/bookmark - -%files brandeis-thesis -%license lppl1.3c.txt -%doc %{_texdir}/texmf-dist/doc/latex/brandeis-thesis -%{_texdir}/texmf-dist/tex/latex/brandeis-thesis - -%files bxghost -%doc %{_texdir}/texmf-dist/doc/latex/bxghost -%{_texdir}/texmf-dist/tex/latex/bxghost - -%files ccool -%license lppl1.3c.txt -%doc %{_texdir}/texmf-dist/doc/latex/ccool -%{_texdir}/texmf-dist/tex/latex/ccool - -%files chemplants -%license lppl1.3c.txt -%doc %{_texdir}/texmf-dist/doc/latex/chemplants -%{_texdir}/texmf-dist/tex/latex/chemplants - -%files circledsteps -%license lppl1.3c.txt -%doc %{_texdir}/texmf-dist/doc/latex/circledsteps -%{_texdir}/texmf-dist/tex/latex/circledsteps - -%files circuit-macros -%license lppl1.3c.txt -%doc %{_texdir}/texmf-dist/doc/latex/circuit-macros -%{_texdir}/texmf-dist/tex/latex/circuit-macros - -%files clara -%license ofl.txt -%license gpl2.txt -%doc %{_texdir}/texmf-dist/doc/fonts/clara -%{_datadir}/fonts/clara -%{_datadir}/appdata/clara.metainfo.xml -%{_texdir}/texmf-dist/fonts/enc/dvips/clara -%{_texdir}/texmf-dist/fonts/map/dvips/clara -%{_texdir}/texmf-dist/fonts/opentype/public/clara -%{_texdir}/texmf-dist/fonts/tfm/public/clara -%{_texdir}/texmf-dist/fonts/type1/public/clara -%{_texdir}/texmf-dist/fonts/vf/public/clara -%{_texdir}/texmf-dist/tex/latex/clara - -%files csvmerge -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/csvmerge -%{_texdir}/texmf-dist/tex/latex/csvmerge - -%files ddphonism -%license lppl1.3c.txt -%doc %{_texdir}/texmf-dist/doc/latex/ddphonism -%{_texdir}/texmf-dist/tex/latex/ddphonism - -%files diabetes-logbook -%doc %{_texdir}/texmf-dist/doc/latex/diabetes-logbook -%{_texdir}/texmf-dist/tex/latex/diabetes-logbook - -%files ditaa -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/ditaa -%{_texdir}/texmf-dist/tex/latex/ditaa - -%files domitian -%license lppl1.3c.txt -%license ofl.txt -%doc %{_texdir}/texmf-dist/doc/fonts/domitian -%{_datadir}/fonts/domitian -%{_datadir}/appdata/domitian.metainfo.xml -%{_texdir}/texmf-dist/fonts/enc/dvips/domitian -%{_texdir}/texmf-dist/fonts/map/dvips/domitian -%{_texdir}/texmf-dist/fonts/opentype/public/domitian -%{_texdir}/texmf-dist/fonts/tfm/public/domitian -%{_texdir}/texmf-dist/fonts/type1/public/domitian -%{_texdir}/texmf-dist/fonts/vf/public/domitian -%{_texdir}/texmf-dist/tex/latex/domitian - -%files dpcircling -%doc %{_texdir}/texmf-dist/doc/latex/dpcircling -%{_texdir}/texmf-dist/tex/latex/dpcircling - -%files econ-bst -%license lppl1.3.txt -%{_texdir}/texmf-dist/bibtex/bst/econ-bst -%doc %{_texdir}/texmf-dist/doc/bibtex/econ-bst - -%files embedfile -%license lppl1.3c.txt -%doc %{_texdir}/texmf-dist/doc/latex/embedfile -%{_texdir}/texmf-dist/tex/generic/embedfile -%{_texdir}/texmf-dist/tex/latex/embedfile - -%files emoji -%license lppl1.3c.txt -%doc %{_texdir}/texmf-dist/doc/lualatex/emoji -%{_texdir}/texmf-dist/tex/lualatex/emoji - -%files emojicite -%license lppl1.3c.txt -%doc %{_texdir}/texmf-dist/doc/lualatex/emojicite -%{_texdir}/texmf-dist/tex/lualatex/emojicite - -%files endnotes-hy -%license lppl1.2.txt -%doc %{_texdir}/texmf-dist/doc/latex/endnotes-hy -%{_texdir}/texmf-dist/tex/latex/endnotes-hy - -%files epigraph-keys -%license lppl1.3c.txt -%doc %{_texdir}/texmf-dist/doc/latex/epigraph-keys -%{_texdir}/texmf-dist/tex/latex/epigraph-keys - -%files epstopdf-pkg -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/epstopdf-pkg -%{_texdir}/texmf-dist/tex/latex/epstopdf-pkg - -%files erewhon-math -%license ofl.txt -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/fonts/erewhon-math -%{_datadir}/fonts/erewhon-math -%{_datadir}/appdata/erewhon-math.metainfo.xml -%{_texdir}/texmf-dist/fonts/opentype/public/erewhon-math -%{_texdir}/texmf-dist/tex/latex/erewhon-math - -%files esindex -%doc %{_texdir}/texmf-dist/doc/latex/esindex -%{_texdir}/texmf-dist/tex/latex/esindex - -%files etbb -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/fonts/etbb -%{_datadir}/fonts/etbb -%{_datadir}/appdata/etbb.metainfo.xml -%{_texdir}/texmf-dist/fonts/afm/public/etbb -%{_texdir}/texmf-dist/fonts/enc/dvips/etbb -%{_texdir}/texmf-dist/fonts/map/dvips/etbb -%{_texdir}/texmf-dist/fonts/opentype/public/etbb -%{_texdir}/texmf-dist/fonts/tfm/public/etbb -%{_texdir}/texmf-dist/fonts/type1/public/etbb -%{_texdir}/texmf-dist/fonts/vf/public/etbb -%{_texdir}/texmf-dist/tex/latex/etbb - -%files euclideangeometry -%license lppl1.3c.txt -%doc %{_texdir}/texmf-dist/doc/latex/euclideangeometry -%{_texdir}/texmf-dist/tex/latex/euclideangeometry - -%files expkv -%license lppl1.3c.txt -%doc %{_texdir}/texmf-dist/doc/latex/expkv -%{_texdir}/texmf-dist/tex/generic/expkv -%{_texdir}/texmf-dist/tex/latex/expkv - -%files expkv-cs -%license lppl1.3c.txt -%doc %{_texdir}/texmf-dist/doc/latex/expkv-cs -%{_texdir}/texmf-dist/tex/generic/expkv-cs -%{_texdir}/texmf-dist/tex/latex/expkv-cs - -%files expkv-def -%license lppl1.3c.txt -%doc %{_texdir}/texmf-dist/doc/latex/expkv-def -%{_texdir}/texmf-dist/tex/generic/expkv-def -%{_texdir}/texmf-dist/tex/latex/expkv-def - -%files expose-expl3-dunkerque-2019 -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/expose-expl3-dunkerque-2019 - -%files fewerfloatpages -%license lppl1.3c.txt -%doc %{_texdir}/texmf-dist/doc/latex/fewerfloatpages -%{_texdir}/texmf-dist/tex/latex/fewerfloatpages - -%files fontsetup -%license gpl3.txt -%doc %{_texdir}/texmf-dist/doc/latex/fontsetup -%{_texdir}/texmf-dist/tex/latex/fontsetup - -%files fontsize -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/fontsize -%{_texdir}/texmf-dist/tex/latex/fontsize - -%files frenchmath -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/frenchmath -%{_texdir}/texmf-dist/tex/latex/frenchmath - -%files gettitlestring -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/gettitlestring -%{_texdir}/texmf-dist/tex/generic/gettitlestring - -%files gindex -%doc %{_texdir}/texmf-dist/doc/latex/gindex -%{_texdir}/texmf-dist/makeindex/gindex -%{_texdir}/texmf-dist/tex/latex/gindex - -%files haranoaji -%license ofl.txt -%{_datadir}/fonts/haranoaji -%{_datadir}/appdata/haranoaji.metainfo.xml -%{_texdir}/texmf-dist/doc/fonts/haranoaji -%{_texdir}/texmf-dist/fonts/opentype/public/haranoaji -%{_texdir}/texmf-dist/tex/latex/haranoaji -%{_texdir}/tlpkg/tlpostcode/haranoaji-tlpost.pl - -%files haranoaji-extra -%license ofl.txt -%{_datadir}/fonts/haranoaji-extra -%{_datadir}/appdata/haranoaji-extra.metainfo.xml -%doc %{_texdir}/texmf-dist/doc/fonts/haranoaji-extra -%{_texdir}/texmf-dist/fonts/opentype/public/haranoaji-extra - -%files hep-paper -%license lppl1.3c.txt -%doc %{_texdir}/texmf-dist/doc/latex/hep-paper -%{_texdir}/texmf-dist/tex/latex/hep-paper - -%files hitszbeamer -%license lppl1.3c.txt -%{_texdir}/texmf-dist/bibtex/bst/hitszbeamer -%doc %{_texdir}/texmf-dist/doc/latex/hitszbeamer -%{_texdir}/texmf-dist/tex/latex/hitszbeamer - -%files hitszthesis -%license lppl1.3c.txt -%{_texdir}/texmf-dist/bibtex/bst/hitszthesis -%doc %{_texdir}/texmf-dist/doc/latex/hitszthesis -%{_texdir}/texmf-dist/makeindex/hitszthesis -%{_texdir}/texmf-dist/tex/latex/hitszthesis - -%files hobsub -%license lppl1.3c.txt -%doc %{_texdir}/texmf-dist/doc/latex/hobsub -%{_texdir}/texmf-dist/tex/latex/hobsub - -%files hologo -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/hologo -%{_texdir}/texmf-dist/tex/generic/hologo - -%files hvqrurl -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/hvqrurl -%{_texdir}/texmf-dist/tex/latex/hvqrurl - -%files is-bst -%{_texdir}/texmf-dist/bibtex/bst/is-bst -%doc %{_texdir}/texmf-dist/doc/bibtex/is-bst - -%files jbact -%{_texdir}/texmf-dist/bibtex/bst/jbact - -%files jlreq-deluxe -%doc %{_texdir}/texmf-dist/doc/platex/jlreq-deluxe -%{_texdir}/texmf-dist/fonts/tfm/public/jlreq-deluxe -%{_texdir}/texmf-dist/fonts/vf/public/jlreq-deluxe -%{_texdir}/texmf-dist/tex/platex/jlreq-deluxe - -%files jmb -%{_texdir}/texmf-dist/bibtex/bst/jmb -%{_texdir}/texmf-dist/tex/latex/jmb - -%files kblocks -%doc %{_texdir}/texmf-dist/doc/latex/kblocks -%{_texdir}/texmf-dist/tex/latex/kblocks - -%files keyindex -%license lppl1.3c.txt -%doc %{_texdir}/texmf-dist/doc/latex/keyindex -%{_texdir}/texmf-dist/tex/latex/keyindex - -%files langsci-avm -%license lppl1.3c.txt -%doc %{_texdir}/texmf-dist/doc/latex/langsci-avm -%{_texdir}/texmf-dist/tex/latex/langsci-avm - -%files latino-sine-flexione -%license pd.txt -%doc %{_texdir}/texmf-dist/doc/latex/latino-sine-flexione -%{_texdir}/texmf-dist/tex/latex/latino-sine-flexione - -%files letterspacing -%license knuth.txt -%{_texdir}/texmf-dist/tex/generic/letterspacing - -%files letterswitharrows -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/letterswitharrows -%{_texdir}/texmf-dist/tex/latex/letterswitharrows - -%files lexend -%license lppl1.3c.txt -%license ofl.txt -%doc %{_texdir}/texmf-dist/doc/fonts/lexend -%{_texdir}/texmf-dist/fonts/truetype/public/lexend -%{_texdir}/texmf-dist/tex/latex/lexend - -%files lie-hasse -%license lppl1.3c.txt -%doc %{_texdir}/texmf-dist/doc/latex/lie-hasse -%{_texdir}/texmf-dist/tex/latex/lie-hasse - -%files listingsutf8 -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/listingsutf8 -%{_texdir}/texmf-dist/tex/latex/listingsutf8 - -%files logix -%license ofl.txt -%license lppl1.3c.txt -%doc %{_texdir}/texmf-dist/doc/fonts/logix -%{_datadir}/fonts/logix -%{_datadir}/appdata/logix.metainfo.xml -%{_texdir}/texmf-dist/fonts/opentype/public/logix -%{_texdir}/texmf-dist/fonts/truetype/public/logix -%{_texdir}/texmf-dist/tex/latex/logix - -%files lua-uca -%doc %{_texdir}/texmf-dist/doc/support/lua-uca - -%files lua-ul -%license lppl1.3c.txt -%doc %{_texdir}/texmf-dist/doc/lualatex/lua-ul -%{_texdir}/texmf-dist/tex/lualatex/lua-ul - -%files luacolor -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/luacolor -%{_texdir}/texmf-dist/tex/latex/luacolor - -%files makerobust -%license lppl1.3c.txt -%doc %{_texdir}/texmf-dist/doc/latex/makerobust -%{_texdir}/texmf-dist/tex/latex/makerobust - -%files mathlig -%{_texdir}/texmf-dist/tex/generic/mathlig - -%files matrix-skeleton -%doc %{_texdir}/texmf-dist/doc/latex/matrix-skeleton -%{_texdir}/texmf-dist/tex/latex/matrix-skeleton - -%files media4svg -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/latex/media4svg -%{_texdir}/texmf-dist/tex/latex/media4svg - -%files mercatormap -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/mercatormap -%{_texdir}/texmf-dist/tex/latex/mercatormap - -%files metastr -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/metastr -%{_texdir}/texmf-dist/tex/latex/metastr - -%files metatype1 -%license pd.txt -# This is empty upstream? - -%files mleftright -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/mleftright -%{_texdir}/texmf-dist/tex/generic/mleftright - -%files modeles-factures-belges-assocs -%license lppl1.3c.txt -%doc %{_texdir}/texmf-dist/doc/latex/modeles-factures-belges-assocs -%{_texdir}/texmf-dist/tex/latex/modeles-factures-belges-assocs - -%files mpfonts -%license knuth.txt -%license lppl1.3c.txt -%license ofl.txt -%doc %{_texdir}/texmf-dist/doc/fonts/mpfonts -%{_texdir}/texmf-dist/fonts/map/dvips/mpfonts -%{_texdir}/texmf-dist/fonts/type3/mpfonts - -%files musical -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/musical -%{_texdir}/texmf-dist/tex/latex/musical - -%files newcomputermodern -%license gfl.txt -%doc %{_texdir}/texmf-dist/doc/fonts/newcomputermodern -%{_datadir}/fonts/newcomputermodern -%{_datadir}/appdata/newcomputermodern.metainfo.xml -%{_texdir}/texmf-dist/fonts/opentype/public/newcomputermodern - -%files newfloat -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/newfloat -%{_texdir}/texmf-dist/tex/latex/newfloat - -%files noto-emoji -%license ofl.txt -%doc %{_texdir}/texmf-dist/doc/fonts/noto-emoji -%{_texdir}/texmf-dist/fonts/truetype/google/noto-emoji - -%files nth -%license pd.txt -%{_texdir}/texmf-dist/tex/generic/nth - -%files optex -%license pd.txt -%doc %{_texdir}/texmf-dist/texmf-dist/doc/luatex/optex -%doc %{_texdir}/texmf-dist/texmf-dist/doc/man/man1 -%{_texdir}/texmf-dist/texmf-dist/tex/luatex/optex - -%files outerhbox -%license gpl.txt -%{_texdir}/texmf-dist/tex/generic/outerhbox - -%files pdfarticle -%doc %{_texdir}/texmf-dist/doc/lualatex/pdfarticle -%{_texdir}/texmf-dist/tex/lualatex/pdfarticle - -%files pdfcolmk -%license lppl1.3c.txt -%doc %{_texdir}/texmf-dist/doc/latex/pdfcolmk -%{_texdir}/texmf-dist/tex/latex/pdfcolmk - -%files pdflscape -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/pdflscape -%{_texdir}/texmf-dist/tex/latex/pdflscape - -%files pdfpc -%license gpl3.txt -%doc %{_texdir}/texmf-dist/doc/latex/pdfpc -%{_texdir}/texmf-dist/tex/latex/pdfpc - -%files physconst -%license lppl1.3c.txt -%doc %{_texdir}/texmf-dist/doc/latex/physconst -%{_texdir}/texmf-dist/tex/latex/physconst - -%files physunits -%license lppl1.3c.txt -%doc %{_texdir}/texmf-dist/doc/latex/physunits -%{_texdir}/texmf-dist/tex/latex/physunits - -%files picture -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/picture -%{_texdir}/texmf-dist/tex/latex/picture - -%files pinoutikz -%license lppl1.3c.txt -%doc %{_texdir}/texmf-dist/doc/latex/pinoutikz -%{_texdir}/texmf-dist/tex/latex/pinoutikz - -%files plainyr -%{_texdir}/texmf-dist/bibtex/bst/plainyr - -%files pmboxdraw -%license lppl1.3c.txt -%doc %{_texdir}/texmf-dist/doc/latex/pmboxdraw -%{_texdir}/texmf-dist/tex/latex/pmboxdraw - -%files pmhanguljamo -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/pmhanguljamo -%{_texdir}/texmf-dist/tex/latex/pmhanguljamo - -%files practicalreports -%license lppl1.3c.txt -%doc %{_texdir}/texmf-dist/doc/latex/practicalreports -%{_texdir}/texmf-dist/tex/latex/practicalreports - -%files pst-turtle -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/generic/pst-turtle -%{_texdir}/texmf-dist/dvips/pst-turtle -%{_texdir}/texmf-dist/tex/generic/pst-turtle -%{_texdir}/texmf-dist/tex/latex/pst-turtle - -%files qualitype -%license ofl.txt -%license gpl2.txt -%doc %{_texdir}/texmf-dist/doc/fonts/qualitype -%{_datadir}/fonts/qualitype -%{_datadir}/appdata/qualitype.metainfo.xml -%{_texdir}/texmf-dist/fonts/opentype/public/qualitype - -%files quantumarticle -%license lppl1.3c.txt -%doc %{_texdir}/texmf-dist/doc/latex/quantumarticle -%{_texdir}/texmf-dist/tex/latex/quantumarticle - -%files quiz2socrative -%license lppl1.3c.txt -%doc %{_texdir}/texmf-dist/doc/latex/quiz2socrative -%{_texdir}/texmf-dist/tex/latex/quiz2socrative - -%files random -%license pd.txt -%doc %{_texdir}/texmf-dist/doc/generic/random -%{_texdir}/texmf-dist/tex/generic/random - -%files rest-api -%license lppl1.3c.txt -%doc %{_texdir}/texmf-dist/doc/latex/rest-api -%{_texdir}/texmf-dist/tex/latex/rest-api - -%files returntogrid -%license lppl1.3c.txt -%doc %{_texdir}/texmf-dist/doc/latex/returntogrid -%{_texdir}/texmf-dist/tex/latex/returntogrid - -%files rgltxdoc -%license lppl1.2.txt -%doc %{_texdir}/texmf-dist/doc/latex/rgltxdoc -%{_texdir}/texmf-dist/tex/latex/rgltxdoc - -%files ruler -%license gpl.txt -%{_texdir}/texmf-dist/tex/generic/ruler - -%files scholax -%license lppl.txt -%doc %{_texdir}/texmf-dist/doc/fonts/scholax -%{_datadir}/fonts/scholax -%{_datadir}/appdata/scholax.metainfo.xml -%{_texdir}/texmf-dist/fonts/afm/public/scholax -%{_texdir}/texmf-dist/fonts/enc/dvips/scholax -%{_texdir}/texmf-dist/fonts/map/dvips/scholax -%{_texdir}/texmf-dist/fonts/opentype/public/scholax -%{_texdir}/texmf-dist/fonts/tfm/public/scholax -%{_texdir}/texmf-dist/fonts/type1/public/scholax -%{_texdir}/texmf-dist/fonts/vf/public/scholax -%{_texdir}/texmf-dist/tex/latex/scholax - -%files schulmathematik -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/schulmathematik -%{_texdir}/texmf-dist/tex/latex/schulmathematik - -%files sdaps -%license lppl1.3c.txt -%doc %{_texdir}/texmf-dist/doc/latex/sdaps -%{_texdir}/texmf-dist/tex/latex/sdaps - -%files secnum -%license lppl1.3c.txt -%doc %{_texdir}/texmf-dist/doc/latex/secnum -%{_texdir}/texmf-dist/tex/latex/secnum - -%files selinput -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/selinput -%{_texdir}/texmf-dist/tex/latex/selinput - -%files shortmathj -%license lppl1.3c.txt -%doc %{_texdir}/texmf-dist/doc/latex/shortmathj -%{_texdir}/texmf-dist/tex/latex/shortmathj - -%files simplebnf -%doc %{_texdir}/texmf-dist/doc/latex/simplebnf -%{_texdir}/texmf-dist/tex/latex/simplebnf - -%files simpleoptics -%license lppl1.3c.txt -%doc %{_texdir}/texmf-dist/doc/latex/simpleoptics -%{_texdir}/texmf-dist/tex/latex/simpleoptics - -%files soulutf8 -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/soulutf8 -%{_texdir}/texmf-dist/tex/generic/soulutf8 - -%files step -%license ofl.txt -%doc %{_texdir}/texmf-dist/doc/fonts/step -%{_datadir}/fonts/step -%{_datadir}/appdata/step.metainfo.xml -%{_texdir}/texmf-dist/fonts/enc/dvips/step -%{_texdir}/texmf-dist/fonts/map/dvips/step -%{_texdir}/texmf-dist/fonts/opentype/public/step -%{_texdir}/texmf-dist/fonts/tfm/public/step -%{_texdir}/texmf-dist/fonts/type1/public/step -%{_texdir}/texmf-dist/fonts/vf/public/step -%{_texdir}/texmf-dist/tex/latex/step - -%files swrule -%{_texdir}/texmf-dist/tex/generic/swrule - -%files tablvar -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/tablvar -%{_texdir}/texmf-dist/tex/latex/tablvar - -%files tetragonos -%license lppl1.3c.txt -%doc %{_texdir}/texmf-dist/doc/xelatex/tetragonos -%{_texdir}/texmf-dist/tex/xelatex/tetragonos - -%files tex-nutshell -%license pd.txt -%doc %{_texdir}/texmf-dist/doc/plain/tex-nutshell - -%files texlive-ja -%doc %{_texdir}/texmf-dist/doc/texlive/texlive-ja - -%files theatre -%license lppl1.2.txt -%doc %{_texdir}/texmf-dist/doc/latex/theatre - -%files tikz-planets -%doc %{_texdir}/texmf-dist/doc/latex/tikz-planets -%{_texdir}/texmf-dist/tex/latex/tikz-planets - -%files tikz-trackschematic -%doc %{_texdir}/texmf-dist/doc/latex/tikz-trackschematic -%{_texdir}/texmf-dist/tex/latex/tikz-trackschematic - -%files tokcycle -%license lppl1.3c.txt -%doc %{_texdir}/texmf-dist/doc/generic/tokcycle -%{_texdir}/texmf-dist/tex/generic/tokcycle - -%files transparent -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/transparent -%{_texdir}/texmf-dist/tex/latex/transparent - -%files twemoji-colr -%license apache2.txt -%doc %{_texdir}/texmf-dist/doc/fonts/twemoji-colr -%{_texdir}/texmf-dist/fonts/truetype/public/twemoji-colr - -%files unifith -%license lppl1.3c.txt -%{_texdir}/texmf-dist/bibtex/bst/unifith -%doc %{_texdir}/texmf-dist/doc/latex/unifith -%{_texdir}/texmf-dist/tex/latex/unifith - -%files utexasthesis -%doc %{_texdir}/texmf-dist/doc/latex/utexasthesis -%{_texdir}/texmf-dist/tex/latex/utexasthesis - -%files verifica -%license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/verifica -%{_texdir}/texmf-dist/tex/latex/verifica +%doc %{_texdir}/texmf-dist/doc/latex/zref +%{_texdir}/texmf-dist/tex/latex/zref %files wasy-type1 %license pd.txt @@ -181155,874 +28065,409 @@ popd %{_texdir}/texmf-dist/fonts/map/dvips/wasy-type1 %{_texdir}/texmf-dist/fonts/type1/public/wasy-type1 -%files willowtreebook -%license lppl1.3c.txt -%doc %{_texdir}/texmf-dist/doc/latex/willowtreebook -%{_texdir}/texmf-dist/tex/latex/willowtreebook - -%files xecyrmongolian -%license lppl1.3c.txt -%doc %{_texdir}/texmf-dist/doc/latex/xecyrmongolian -%{_texdir}/texmf-dist/tex/latex/xecyrmongolian - -%files xepersian-hm -%license lppl1.3c.txt -%doc %{_texdir}/texmf-dist/doc/xelatex/xepersian-hm -%{_texdir}/texmf-dist/tex/xelatex/xepersian-hm - -%files xkcdcolors -%license lppl1.3c.txt -%doc %{_texdir}/texmf-dist/doc/latex/xkcdcolors -%{_texdir}/texmf-dist/tex/latex/xkcdcolors - -%files yazd-thesis -%license lppl1.3c.txt -%doc %{_texdir}/texmf-dist/doc/xelatex/yazd-thesis -%{_texdir}/texmf-dist/tex/xelatex/yazd-thesis - -%files yquant -%license lppl1.3c.txt -%doc %{_texdir}/texmf-dist/doc/latex/yquant -%{_texdir}/texmf-dist/tex/latex/yquant - -%files zhlineskip -%license lppl1.3c.txt -%doc %{_texdir}/texmf-dist/doc/latex/zhlineskip -%{_texdir}/texmf-dist/tex/latex/zhlineskip - -%files zref +%files atbegshi %license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/zref -%{_texdir}/texmf-dist/tex/latex/zref +%{_texdir}/texmf-dist/tex/generic/atbegshi +%doc %{_texdir}/texmf-dist/doc/latex/atbegshi -%files hmtrump -%doc %{_texdir}/texmf-dist/doc/lualatex/hmtrump -%{_texdir}/texmf-dist/fonts/truetype/public/hmtrump -%{_texdir}/texmf-dist/tex/lualatex/hmtrump +%files ltxcmds +%license lppl1.3.txt +%{_texdir}/texmf-dist/tex/generic/ltxcmds +%doc %{_texdir}/texmf-dist/doc/latex/ltxcmds + +%files gettitlestring +%license lppl1.3.txt +%doc %{_texdir}/texmf-dist/doc/latex/gettitlestring +%{_texdir}/texmf-dist/tex/generic/gettitlestring + +%files hobsub +%license lppl1.3c.txt +%doc %{_texdir}/texmf-dist/doc/latex/hobsub +%{_texdir}/texmf-dist/tex/latex/hobsub + +%files hycolor +%license lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/hycolor +%doc %{_texdir}/texmf-dist/doc/latex/hycolor + +%files kvdefinekeys +%license lppl1.3c.txt +%{_texdir}/texmf-dist/tex/generic/kvdefinekeys +%doc %{_texdir}/texmf-dist/doc/latex/kvdefinekeys + +%files kvsetkeys +%license lppl1.3.txt +%{_texdir}/texmf-dist/tex/generic/kvsetkeys +%doc %{_texdir}/texmf-dist/doc/latex/kvsetkeys + +%files letltxmacro +%license lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/letltxmacro +%doc %{_texdir}/texmf-dist/doc/latex/letltxmacro + +%files pdfescape +%license lppl1.3.txt +%{_texdir}/texmf-dist/tex/generic/pdfescape +%doc %{_texdir}/texmf-dist/doc/latex/pdfescape %files refcount %license lppl1.3.txt %doc %{_texdir}/texmf-dist/doc/latex/refcount %{_texdir}/texmf-dist/tex/latex/refcount +%files colorprofiles +%license lppl.txt +%doc %{_texdir}/texmf-dist/doc/generic/colorprofiles +%{_texdir}/texmf-dist/tex/generic/colorprofiles + +%files hyphenex +%{_texdir}/texmf-dist/tex/generic/hyphenex/ + +%files ifplatform +%license lppl1.txt +%{_texdir}/texmf-dist/tex/latex/ifplatform/ +%{_texdir}/texmf-dist/doc/latex/ifplatform/ + +%files luahbtex +%license gpl2.txt +%{_bindir}/luahbtex +%{_bindir}/lualatex-dev +%{_mandir}/man1/luahbtex.1* +%{_mandir}/man1/lualatex-dev.1* + +%files modes +%license pd.txt +%doc %{_texdir}/texmf-dist/doc/fonts/modes +%{_texdir}/texmf-dist/fonts/source/public/modes + +%files bitset +%license lppl1.3.txt +%{_texdir}/texmf-dist/tex/generic/bitset +%doc %{_texdir}/texmf-dist/doc/latex/bitset + +%files rerunfilecheck +%license lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/rerunfilecheck +%doc %{_texdir}/texmf-dist/doc/latex/rerunfilecheck + %files stringenc %license lppl1.3.txt %doc %{_texdir}/texmf-dist/doc/latex/stringenc %{_texdir}/texmf-dist/tex/generic/stringenc +%files bookmark +%license lppl1.3.txt +%doc %{_texdir}/texmf-dist/doc/latex/bookmark +%{_texdir}/texmf-dist/tex/latex/bookmark + +%files alphalph +%license lppl1.3.txt +%doc %{_texdir}/texmf-dist/doc/latex/alphalph +%{_texdir}/texmf-dist/tex/generic/alphalph + +%files hologo +%license lppl1.3.txt +%doc %{_texdir}/texmf-dist/doc/latex/hologo +%{_texdir}/texmf-dist/tex/generic/hologo + +%files pdfcolmk +%license lppl1.3c.txt +%doc %{_texdir}/texmf-dist/doc/latex/pdfcolmk +%{_texdir}/texmf-dist/tex/latex/pdfcolmk + +%files sansmathaccent +%license lppl1.3.txt +%{_texdir}/texmf-dist/fonts/map/dvips/sansmathaccent/ +%{_texdir}/texmf-dist/fonts/tfm/public/sansmathaccent/ +%{_texdir}/texmf-dist/fonts/vf/public/sansmathaccent/ +%{_texdir}/texmf-dist/tex/latex/sansmathaccent/ +%{_texdir}/texmf-dist/doc/fonts/sansmathaccent/ + +%files minitoc +%license lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/minitoc/ +%{_texdir}/texmf-dist/doc/latex/minitoc/ + +%files notoccite +%license pd.txt +%{_texdir}/texmf-dist/tex/latex/notoccite/ +%{_texdir}/texmf-dist/doc/latex/notoccite/ + %files catchfile %license lppl1.3.txt %doc %{_texdir}/texmf-dist/doc/latex/catchfile %{_texdir}/texmf-dist/tex/generic/catchfile -%files annotate -%{_texdir}/texmf-dist/bibtex/bst/annotate - -%files authordate -%license knuth.txt -%doc %{_texdir}/texmf-dist/doc/bibtex/authordate -%{_texdir}/texmf-dist/bibtex/bst/authordate -%{_texdir}/texmf-dist/tex/latex/authordate - -%files gfsdidotclassic -%license ofl.txt -%doc %{_texdir}/texmf-dist/doc/fonts/gfsdidotclassic -%{_texdir}/texmf-dist/fonts/opentype/public/gfsdidotclassic - -%files git-latexdiff -%{_bindir}/git-latexdiff -%{_mandir}/man1/git-latexdiff* -%doc %{_texdir}/texmf-dist/doc/support/git-latexdiff -%{_texdir}/texmf-dist/scripts/git-latexdiff - -%files inputenx +%files atveryend %license lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/latex/inputenx -%{_texdir}/texmf-dist/tex/latex/inputenx +%{_texdir}/texmf-dist/tex/latex/atveryend +%doc %{_texdir}/texmf-dist/doc/latex/atveryend -%files courierten -%doc %{_texdir}/texmf-dist/doc/fonts/courierten -%{_texdir}/texmf-dist/fonts/enc/dvips/courierten -%{_texdir}/texmf-dist/fonts/map/dvips/courierten -%{_texdir}/texmf-dist/fonts/opentype/public/courierten -%{_texdir}/texmf-dist/fonts/tfm/public/courierten -%{_texdir}/texmf-dist/fonts/type1/public/courierten -%{_texdir}/texmf-dist/fonts/vf/public/courierten -%{_texdir}/texmf-dist/tex/latex/courierten +%files uniquecounter +%license lppl1.3.txt +%{_texdir}/texmf-dist/tex/generic/uniquecounter +%doc %{_texdir}/texmf-dist/doc/latex/uniquecounter -%files notomath -%license ofl.txt lppl1.3.txt -%doc %{_texdir}/texmf-dist/doc/fonts/notomath -%{_texdir}/texmf-dist/fonts/map/dvips/notomath -%{_texdir}/texmf-dist/fonts/tfm/google/notomath -%{_texdir}/texmf-dist/fonts/type1/google/notomath -%{_texdir}/texmf-dist/fonts/vf/google/notomath -%{_texdir}/texmf-dist/tex/latex/notomath +%files attachfile2 +%license lppl1.3.txt +%{_bindir}/pdfatfi +%{_mandir}/man1/pdfatfi.1* +%{_texdir}/texmf-dist/scripts/attachfile2/ +%{_texdir}/texmf-dist/tex/latex/attachfile2/ +%doc %{_texdir}/texmf-dist/doc/latex/attachfile2/ -%files cmathbb -%license lppl1.3c.txt -%doc %{_texdir}/texmf-dist/doc/fonts/cmathbb -%{_texdir}/texmf-dist/fonts/enc/dvips/cmathbb -%{_texdir}/texmf-dist/fonts/map/dvips/cmathbb -%{_texdir}/texmf-dist/fonts/tfm/public/cmathbb -%{_texdir}/texmf-dist/fonts/type1/public/cmathbb -%{_texdir}/texmf-dist/fonts/vf/public/cmathbb -%{_texdir}/texmf-dist/tex/latex/cmathbb +%files translator +%license lppl1.3.txt +%license gpl.txt +%doc %{_texdir}/texmf-dist/doc/latex/translator/ +%{_texdir}/texmf-dist/tex/latex/translator/ -%files ibarra -%license ofl.txt lppl.txt -%doc %{_texdir}/texmf-dist/doc/fonts/ibarra -%{_datadir}/fonts/ibarra -%{_texdir}/texmf-dist/fonts/enc/dvips/ibarra -%{_texdir}/texmf-dist/fonts/map/dvips/ibarra -%{_texdir}/texmf-dist/fonts/opentype/public/ibarra -%{_texdir}/texmf-dist/fonts/tfm/public/ibarra -%{_texdir}/texmf-dist/fonts/type1/public/ibarra -%{_texdir}/texmf-dist/fonts/vf/public/ibarra -%{_texdir}/texmf-dist/tex/latex/ibarra +%files bigintcalc +%license lppl1.3.txt +%{_texdir}/texmf-dist/tex/generic/bigintcalc +%doc %{_texdir}/texmf-dist/doc/latex/bigintcalc -%files josefin -%license ofl.txt lppl.txt -%doc %{_texdir}/texmf-dist/doc/fonts/josefin -%{_texdir}/texmf-dist/fonts/enc/dvips/josefin -%{_texdir}/texmf-dist/fonts/map/dvips/josefin -%{_texdir}/texmf-dist/fonts/tfm/public/josefin -%{_texdir}/texmf-dist/fonts/truetype/public/josefin -%{_texdir}/texmf-dist/fonts/type1/public/josefin -%{_texdir}/texmf-dist/fonts/vf/public/josefin -%{_texdir}/texmf-dist/tex/latex/josefin +%files l3backend +%license lppl.txt +%doc %{_texdir}/texmf-dist/doc/latex/l3backend/ +%{_texdir}/texmf-dist/dvips/l3backend/ +%{_texdir}/texmf-dist/tex/latex/l3backend/ -%files plimsoll -%license gpl3.txt -%doc %{_texdir}/texmf-dist/doc/fonts/plimsoll -%{_texdir}/texmf-dist/fonts/afm/public/plimsoll -%{_texdir}/texmf-dist/fonts/enc/dvips/plimsoll -%{_texdir}/texmf-dist/fonts/map/dvips/plimsoll -%{_texdir}/texmf-dist/fonts/tfm/public/plimsoll -%{_texdir}/texmf-dist/fonts/type1/public/plimsoll -%{_texdir}/texmf-dist/tex/latex/plimsoll +%files dehyph +%license lppl.txt +%{_texdir}/texmf-dist/tex/generic/dehyph/ -%files spectral -%license ofl.txt lppl.txt -%doc %{_texdir}/texmf-dist/doc/fonts/spectral -%{_texdir}/texmf-dist/fonts/enc/dvips/spectral -%{_texdir}/texmf-dist/fonts/map/dvips/spectral -%{_texdir}/texmf-dist/fonts/tfm/production/spectral -%{_texdir}/texmf-dist/fonts/truetype/production/spectral -%{_texdir}/texmf-dist/fonts/type1/production/spectral -%{_texdir}/texmf-dist/fonts/vf/production/spectral -%{_texdir}/texmf-dist/tex/latex/spectral +%files latexbug +%license lppl1.3.txt +%doc %{_texdir}/texmf-dist/doc/latex/latexbug/ +%{_texdir}/texmf-dist/tex/latex/latexbug/ + +%files footnotehyper +%license lppl1.3.txt +%{_texdir}/texmf-dist/doc/latex/footnotehyper/ +%{_texdir}/texmf-dist/tex/latex/footnotehyper/ + +%files epstopdf-pkg +%license lppl1.3.txt +%doc %{_texdir}/texmf-dist/doc/latex/epstopdf-pkg +%{_texdir}/texmf-dist/tex/latex/epstopdf-pkg + +%files lwarp +%license lppl1.3.txt +%{_bindir}/lwarpmk +%{_texdir}/texmf-dist/scripts/lwarp +%{_texdir}/texmf-dist/tex/latex/lwarp +%doc %{_texdir}/texmf-dist/doc/latex/lwarp + +%files newfloat +%license lppl1.3.txt +%doc %{_texdir}/texmf-dist/doc/latex/newfloat +%{_texdir}/texmf-dist/tex/latex/newfloat + +%files pdflscape +%license lppl1.3.txt +%doc %{_texdir}/texmf-dist/doc/latex/pdflscape +%{_texdir}/texmf-dist/tex/latex/pdflscape + +%files ragged2e +%license lppl.txt +%doc %{_texdir}/texmf-dist/doc/latex/ragged2e +%{_texdir}/texmf-dist/tex/latex/ragged2e + +%files ucharcat +%license lppl1.txt +%{_texdir}/texmf-dist/tex/latex/ucharcat/ +%{_texdir}/texmf-dist/doc/latex/ucharcat/ + +%files etoc +%license lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/etoc/ +%{_texdir}/texmf-dist/doc/latex/etoc/ + +%files hanging +%license lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/hanging/ +%{_texdir}/texmf-dist/doc/latex/hanging/ + +%files newunicodechar +%license lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/newunicodechar/ +%{_texdir}/texmf-dist/doc/latex/newunicodechar/ + +%files stackengine +%license lppl1.3.txt +%{_texdir}/texmf-dist/tex/latex/stackengine/ +%{_texdir}/texmf-dist/doc/latex/stackengine/ + +%files listofitems +%license lppl1.3.txt +%{_texdir}/texmf-dist/tex/generic/listofitems/ +%doc %{_texdir}/texmf-dist/doc/generic/listofitems/ %changelog -* Mon Nov 2 2020 Tom Callaway <spot@fedoraproject.org> - 9:2020-31 -- update the following fonts: - * algolrevived - * almendra - * baskervillef - * bitter - * cabin - * cochineal - * domitian - * erewhon - * etbb - * fbb - * forum - * garamond-libre - * libertinus - * libertinus-fonts - * libertinus-otf - * libertinus-type1 - * libertinust1math - * librebaskerville - * librecaslon - * lobster2 - * marcellus - * merriweather - * newtx - * newtxsf - * overlock - * playfair - * quattrocento - * scholax - * xcharter - -- add these new fonts: - * cmathbb - * courierten - * ibarra - * josefin - * notomath - * plimsoll - * spectral - -- and update the default font map files to match (texlive-updmap-map) - -* Fri Oct 23 2020 Tom Callaway <spot@fedoraproject.org> - 9:2020-30 -- move all the big Obsoletes over to fedora-obsolete-packages - -* Fri Oct 23 2020 Tom Callaway <spot@fedoraproject.org> - 9:2020-29 -- drop Requires: texlive-obsoletes (so fedora-obsolete-packages can handle it) - -* Mon Oct 19 2020 Tom Callaway <spot@fedoraproject.org> - 9:2020-28 -- Recommends: tex(splitidx.sty) for texlive-imakeidx - -* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 9:2020-27 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Thu Jul 9 2020 Tom Callaway <spot@fedoraproject.org> - 9:2020-26 -- update svg to latest (to fix issues with inkscape -z) -- fix dependencies on tuda-ci -- fix provides on urcls - -* Thu Jun 18 2020 Tom Callaway <spot@fedoraproject.org> - 9:2020-25 -- add Requires: texlive-dehyph to texlive-german - -* Mon Jun 15 2020 Tom Callaway <spot@fedoraproject.org> - 9:2020-24 -- fix incorrect Provides: tex(ragged2e.sty) in texlive-ms (bz1804664) -- add an explicit Requires: texlive-bbm to texlive-bbm-macros (bz1826542) -- drop font symlink directories for adobe source* fonts -- add Appstream Metadata for our OTF fonts (bz1835466) - -* Tue May 26 2020 Tom Callaway <spot@fedoraproject.org> - 9:2020-23 -- fix dependencies on arev (bz160304) -- also fix similar issues in onedown, cooking-units, mathastext - -* Wed May 20 2020 Miro HronÄok <mhroncok@redhat.com> - 9:2020-22 -- Add a missing dependency to texlive-graphics-def - -* Fri May 15 2020 Tom Callaway <spot@fedoraproject.org> - 9:2020-21 -- fix dep issues - -* Thu Apr 23 2020 Tom Callaway <spot@fedoraproject.org> - 9:2020-20 -- start work on TL2020 - -* Thu Mar 5 2020 Tom Callaway <spot@fedoraproject.org> - 9:2019-19 -- drop Requires: stix-fonts stix-math-fonts from texlive-stix (bz1806271) - this was more of a courtesy requires, but now that stix-fonts is 2.0, totally unnecessary - -* Sat Feb 1 2020 Tom Callaway <spot@fedoraproject.org> - 9:2019-18 -- update newtx to latest upstream from CTAN to resolve naming issue with ntxsups_T1.enc - -* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 9:2019-17 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Wed Jan 22 2020 Tom Callaway <spot@fedoraproject.org> - 9:2019-16 -- drop texlive-texinfo, Fedora uses newer files in texinfo-tex instead (bz1793993) - -* Tue Jan 14 2020 Tom Callaway <spot@fedoraproject.org> - 9:2019-15 -- fix texlive-kerkis to only include the type1 kerkis fonts, not all of the type1 fonts in texlive - (bz1790867) -- properly package up the type1 fonts which were previously only in texlive-kerkis - -* Mon Jan 13 2020 Tom Callaway <spot@fedoraproject.org> - 9:2019-14 -- update noto to resolve issue with missing .enc file -- update noto provides to reflect current state - -* Tue Jan 7 2020 Tom Callaway <spot@fedoraproject.org> - 9:2019-13 -- add Requires: texlive-platex to texlive-platex-tools (bz1785793) - -* Mon Jan 6 2020 Tom Callaway <spot@fedoraproject.org> - 9:2019-12 -- fix dependencies for texlive-acmart (bz1787181) +* Wed Nov 18 2020 Than Ngo <than@redhat.com> - 9:20200327-1 +- update to 20200327 -* Wed Dec 11 2019 Tom Callaway <spot@fedoraproject.org> - 9:2019-11 -- patch tabu to latest git code to fix doxygen issues +* Wed Jun 03 2020 Than Ngo <than@redhat.com> - 7:20180414-17 +- Related: #1829136, fix for tps-rpmtest -* Mon Dec 9 2019 Tom Callaway <spot@fedoraproject.org> - 9:2019-10 -- add versioned Requires on biber for texlive-biblatex -- add packager notes around biblatex +* Wed May 06 2020 Than Ngo <than@redhat.com> - 7:20180414-16 +- Resolves: #1829136, add missing pst-tools, pst-arrow and fix the dependency issue -* Mon Dec 2 2019 Tom Callaway <spot@fedoraproject.org> - 9:2019-9 -- bump and rebuild +* Mon Apr 06 2020 Than Ngo <than@redhat.com> - 7:20180414-15 +- Resolves: #1796238, add missing tlmgr -* Mon Dec 2 2019 Tom Callaway <spot@fedoraproject.org> - 9:2019-8 -- update acro to fix bug (bz1777339) +* Fri Jun 28 2019 Marek Kasik <mkasik@redhat.com> - 7:20180414-14 +- Rebuild due to soname bump in poppler-0.66.0-21 +- Resolves: #1715843 -* Mon Dec 2 2019 Tom Callaway <spot@fedoraproject.org> - 9:2019-7 -- update updmap-map to svn52454, to fix issue with xcharter (bz1775955) -- fix xcharter provides +* Fri Jan 18 2019 Than Ngo <than@redhat.com> - 7:20180414-13 +- Resolves: #1665917, annocheck distro flag failures -* Fri Nov 15 2019 Tom Callaway <spot@fedoraproject.org> - 9:2019-6 -- add dependency on texlive-psutils to texlive-collection-fontutils -- fixup dehyph-exptl and its scriptlets to point to the latest files +* Thu Nov 08 2018 Than Ngo <than@redhat.com> - 7:20180414-12 +- texconfig is needed in texconfig-sys, added Requirement texlive-texconfig +- multilib issue detected by rpmdiff +- drop obsoleted patch for poppler-0.58 +- XML validity issue + Related: #1602712 -* Wed Nov 6 2019 Tom Callaway <spot@fedoraproject.org> - 9:2019-5 -- add missing packages: texlive-blowup, texlive-marcellus +* Fri Oct 05 2018 Than Ngo <than@redhat.com> - 7:20180414-11 +- Resolves: #1602712, review covscan -* Mon Nov 4 2019 Tom Callaway <spot@fedoraproject.org> - 9:2019-4 -- fix typos preventing texlive-collection-publishers from installing +* Thu Sep 27 2018 Than Ngo <than@redhat.com> - 7:20180414-10 +- Resolves: #1632804, CVE-2018-17407 -* Fri Oct 18 2019 Tom Callaway <spot@fedoraproject.org> - 9:2019-3 -- dir ownership cleanups +* Fri Sep 21 2018 Than Ngo <than@redhat.com> - 7:20180414-9 +- Fixed #1624178, another annocheck distro flag failures -* Thu Oct 17 2019 Tom Callaway <spot@fedoraproject.org> - 9:2019-2 -- add missing l3backend package -- add Requires: l3backend to l3kernel +* Wed Sep 12 2018 Than Ngo <than@redhat.com> - 7:20180414-8 +- Fixed #1624178 annocheck distro flag failures -* Mon Aug 5 2019 Tom Callaway <spot@fedoraproject.org> - 9:2019-1 -- the great update begins -- the following packages no longer exist: bezos, fontloader-luaotfload, mbenotes, psu-thesis -- mathalfa was renamed to mathalpha +* Tue Jul 31 2018 Than Ngo <than@redhat.com> - 7:20180414-7 +- fixed VerifyTest -* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 8:2018-27 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild +* Thu Jul 12 2018 Marek Kasik <mkasik@redhat.com> - 7:20180414-6 +- Rebuild for poppler-0.66.0 +- Backport required fixes -* Fri Jun 21 2019 Tom Callaway <spot@fedoraproject.org> - 8:2018-26 -- update lualibs to svn51167 (rest of updates coming later) +* Wed Jul 11 2018 Than Ngo <than@redhat.com> - 7:20180414-5 +- fixed trigger error -* Fri Feb 8 2019 Tom Callaway <spot@fedoraproject.org> - 8:2018-25 -- add dependency on translations.sty to texlive-xsim (bz1637642) -- handle upgrades for uantwerpendocs (bz1644398) +* Mon Jul 09 2018 Than Ngo <than@redhat.com> - 7:20180414-4 +- adjust python3 shebang to make it point at #!%%{_python3} -* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 8:2018-24 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild +* Thu Jul 05 2018 Than Ngo <than@redhat.com> - 7:20180414-3 +- fixed source url -* Fri Dec 14 2018 Tom Callaway <spot@fedoraproject.org> - 8:2018-23 -- add missing Provide to texlive-ocgx2, and add Requires on that provide to texlive-media9 - Fun fact: This makes them completely circular dependencies. +* Mon Jun 18 2018 Than Ngo <than@redhat.com> - 7:20180414-2 +- fixed tetex-dvips dependency -* Tue Nov 13 2018 Edgar Hoch <edgar.hoch@ims.uni-stuttgart.de> - 8:2018-22 -- fix #1649084 - replace 2014-05-21 with 2018-03-31 in dehyph-exptl subpackage +* Tue May 29 2018 Than Ngo <than@redhat.com> - 7:20180414-1 +- update to 2018 -* Wed Oct 31 2018 Than Ngo <than@redhat.com> - 8:2018-21 -- fixed #1643664 - texlive-scheme-full installation failure +* Tue May 29 2018 Than Ngo <than@redhat.com> - 7:20170524-11 +- add Provides: tetex-latex to the latex subpackage -* Fri Oct 5 2018 Tom Callaway <spot@fedoraproject.org> - 8:2018-20 -- artificial release bump to work around bug in koji (https://pagure.io/koji/issue/1119) +* Mon May 28 2018 Than Ngo <than@redhat.com> - 7:20170524-10 +- rebuild against new poppler -* Mon Oct 1 2018 Tom Callaway <spot@fedoraproject.org> - 8:2018-2 -- fix collection-texworks to depend on texlive-texworks-doc (texworks is windows only) (bz1634313) +* Mon May 07 2018 Than Ngo <than@redhat.com> - 7:20170524-9 +- fixed FTBFS in rhel8 mass rebuild, mangling shebang +- added python3 support -* Fri Sep 21 2018 Tom Callaway <spot@fedoraproject.org> - 8:2018-1 -- update ALL THE THINGS -- bump epoch -- use a mirror that isn't broken/evil -- use %%sources macro to make things nicer in the spec file -- hopefully fix all broken dependencies +* Tue Mar 27 2018 Than Ngo <than@redhat.com> - 7:20170524-8 +- cleanup +- disabled t1lib -* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 7:2017-17 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild +* Wed Mar 07 2018 Than Ngo <than@redhat.com> - 7:20170524-7 +- fixed conflicting requests: texlive-collection-basic, fontawesome -* Tue Jul 10 2018 Tom Callaway <spot@fedoraproject.org> - 7:2017-16 -- add algobox -- remove Provides: tex(textcase.sty) from revtex4 (used to live there, now it is in textcase) -- add versioning to mensa-tex provide +* Sun Jan 28 2018 Than Ngo <than@redhat.com> - 7:20170524-6 +- fix wrong provides tex(english.ldf) +- add babel-english. add fontawesome, awesomebox +- add reference to support old texmf tree +- fix build issue, not found html.sty and texinfo.tex -* Mon Jul 2 2018 Tom Callaway <spot@fedoraproject.org> - 7:2017-15 -- update newtxsf -- remove incorrect provides from newtx -- add mensa-tex +* Sun Jan 28 2018 Than Ngo <than@redhat.com> - 7:20170524-5 +- fix typo in pdflatex which causes several build failures -* Wed Jun 6 2018 Tom Callaway <spot@fedoraproject.org> - 7:2017-14 -- add Provides: tex-japanese to resolve upgrade issue +* Fri Jan 26 2018 Than Ngo <than@redhat.com> - 7:20170524-4 +- add ctablestack, luatex85, dvisvgm +- add provide tetex-dvips +- fix changelog -* Tue May 29 2018 Tom Callaway <spot@fedoraproject.org> - 7:2017-13 -- add epochs to more obsoletes +* Fri Jan 26 2018 Than Ngo <than@redhat.com> - 7:20170524-3 +- add anyfontsize, classpack, collection-htmlxml, latex2man +- add provide tetex-tex4ht, jadetex, tetex-tex4ht, texlive-collection-htmlxml, tex(anyfontsize.sty), texlive-latex2man -* Fri May 25 2018 Tom Callaway <spot@fedoraproject.org> - 7:2017-12 -- fix Requires: texlive-xii to point to Requires: texlive-xii-doc +* Thu Jan 25 2018 Than Ngo <than@redhat.com> - 7:20170524-2 +- add capt-of, eqparbox, needspace, tabulary, upquote which are needed + to build krb5 -* Tue May 22 2018 Tom Callaway <spot@fedoraproject.org> - 7:2017-11 -- update cleverref +* Sun Jan 21 2018 Than Ngo <than@redhat.com> - 7:20170524-1 +- update to TeX Live 2017 +- merge spot's changes -* Mon May 21 2018 Tom Callaway <spot@fedoraproject.org> - 7:2017-10 -- add epochs to obsoletes -- fix typo in japanese obsolete -- add explicit Requires: texlive-obsolete for texlive to ensure cleanup always happens -- add missing packages: hlist, modulus, olsak-misc, randomlist, simplekv, trigonometry, xii-lat +* Mon Sep 21 2015 Than Ngo <than@redhat.com> - 2:2012-38.20130427_r30134 +- Resolves: bz#1198299, directory not owned by any package issue -* Tue May 15 2018 Tom Callaway <spot@fedoraproject.org> - 7:2017-9 -- add tikz-page, autoaligne -- remove requires on tlcockpit/tlshell +* Thu Sep 17 2015 Than Ngo <than@redhat.com> - 2:2012-37.20130427_r30134 +- Resolves: bz#1198299, add texlive-adjustbox -* Mon May 14 2018 Than Ngo <than@redhat.com> - 7:2017-8 -- fix inconsistent use of tabs and spaces in indentation -- fix mangling shebang +* Tue Jun 09 2015 Than Ngo <than@redhat.com> - 2:2012-36.20130427_r30134 +- fix rpath issue in mpost (rpmdiff) -* Mon May 14 2018 Tom Callaway <spot@fedoraproject.org> 7:2017-7 -- update geometry to 5.7 (bz1575363) +* Mon Jun 08 2015 Than Ngo <than@redhat.com> - 2:2012-35.20130427_r30134 +- Resolves: bz#948318, wrong selinux context -* Mon May 14 2018 Tom Callaway <spot@fedoraproject.org> 7:2017-6 -- drop preview (provided by emacs-auctex) +* Thu Apr 23 2015 Than Ngo <than@redhat.com> - 2:2012-34.20130427_r30134 +- Resolves: bz#1064453, add missing texlive-metapost and groff.enc + Resolves: bz#948532, add missing manpages for pdfxmltex, xmltex + Resolves: bz#1213886, tex4ht-bin requires latex + Resolves: bz#1217556, port for poppler-0.26.5 + Resolves: bz#1035679, scriptlet errors when installing texlive packages + Resolves: bz#1184987, add texlive-titling -* Sun May 13 2018 Miro HronÄok <mhroncok@redhat.com> - 7:2017-5 -- fix minted requires (pygmentize) (bz1577602) +* Tue Aug 19 2014 Than Ngo <than@redhat.com> - 2:2012-33.20130427_r30134 +- Resolves: bz#1125696 -* Tue May 1 2018 Tom Callaway <spot@fedoraproject.org> 7:2017-4 -- sync with texlive 20180414 (remove bib2gls, dviinfox, jfmutil, l3build, wordcount here, - they live in texlive-base now) +* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 2:2012-32.20130427_r30134 +- Mass rebuild 2014-01-24 -* Tue Apr 17 2018 Tom Callaway <spot@fedoraproject.org> 7:2017-3 -- add translator -- fix beamer (translator split off from it) (bz1568178) +* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 2:2012-31.20130427_r30134 +- Mass rebuild 2013-12-27 -* Mon Apr 16 2018 Tom Callaway <spot@fedoraproject.org> 7:2017-2 -- fix minted requires -- add fvextra +* Wed Nov 20 2013 Than Ngo <than@redhat.com> - 2:2012-30.20130427_r30134 +- bz#1035679, Scriptlet errors -* Fri Mar 16 2018 Tom Callaway <spot@fedoraproject.org> 7:2017-1 -- Update all the things to current revisions (and epoch too!) -- graphics-def ate all the other -def subpackages. yum yum eatemup. -- babel-bahasa became a metapackage, its bits got split into new subpackages (babel-indonesian and babel-malay) -- same for babel-bahasa-doc -- create texlive-obsolete to clean up dead subpackages -- context-fixme, context-games, context-lilypond, knuthotherfonts are dead -- collection-genericextra, collection-genericrecommended, collection-plainextra became collection-plaingeneric -- collection-htmlxml and collection-omega merged into collection-formatsextra (mostly) -- collection-langafrican and collection-langindic merged into collection-langother -- scheme-xml, mil3-doc, pstricks-examples-en-doc, pstricks-examples-doc, voss-mathmode-doc are dead -- japanese/japanese-doc, getargs are dead -- rotating got eaten by graphics. burp -- collection-mathextra and collection-science merged into collection-mathscience -- movie15 obsoleted by media9 -- get rid of source tarballs, we do not need to regen noarch tex bits from source - (and we never did, it just made the SRPM bigger) +* Wed Nov 20 2013 Than Ngo <than@redhat.com> - 2:2012-29.20130427_r30134 +- fix issue in RPath -* Fri Mar 9 2018 Tom Callaway <spot@fedoraproject.org> 6:2016-43.20160520 -- Remove the parts that are now in texlive-base -- drop dependency on cjk-gs-integrate (is not being included in F28+) +* Wed Nov 13 2013 Than Ngo <than@redhat.com> - 2:2012-28.20130427_r30134 +- fix multilib issue +- fix RPM requirement +- fix issue in RPath +- fix issue in XML validity -* Sat Feb 24 2018 Peter Robinson <pbrobinson@fedoraproject.org> 6:2016-42.20160520 -- Drop patch disabling tests +* Wed Aug 14 2013 Than Ngo <than@redhat.com> - 2:2012-27-20130427 +- compile sources with -fno-strict-overflow +- fix file permission -* Thu Feb 22 2018 Peter Robinson <pbrobinson@fedoraproject.org> 6:2016-41.20160520 -- Bump the tl_rel which is the proper release used by all sub packages +* Wed Aug 14 2013 Than Ngo <than@redhat.com> - 2:2012-26-20130427 +- do not mark symlinks as %dir -* Wed Feb 21 2018 Adam Williamson <awilliam@redhat.com> - 6:2016-40.20160520.3 -- Rebuild with new GCC to fix #1546964 (tests still disabled for now) +* Tue Jun 25 2013 Marek Kasik <mkasik@redhat.com> - 2012-25.1-20130427 +- Rebuild (poppler-0.22.5) -* Wed Feb 14 2018 David Tardon <dtardon@redhat.com> - 6:2016-40.20160520.2 -- rebuild for poppler 0.62.0 +* Fri Jun 21 2013 Than Ngo <than@redhat.com> - 2012-25-20130427 +- add missing dvipng -* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 6:2016-40.20160520.1 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild +* Wed Jun 19 2013 Than Ngo <than@redhat.com> - 2012-24-20130427 +- add missing fncychap, fontware, framed, sectsty, threeparttable, tocloft +wrapfig, xtab -* Tue Jan 16 2018 Than Ngo <than@redhat.com> - 6:2016-40.20160520 -- Add missing dependencies for texlive-pdfbook2 -- Add BuildRequire libgs-devel for >= fedora 28 - -* Thu Nov 30 2017 Pete Walter <pwalter@fedoraproject.org> - 6:2016-39.20160520 -- Rebuild for ICU 60.1 - -* Thu Nov 16 2017 Patrick Uiterwijk <puiterwijk@redhat.com> - 6:2016-38.20160520.1 -- Bump to rebuild - -* Mon Nov 13 2017 Kalev Lember <klember@redhat.com> - 6:2016-38.20160520 -- Rebuild once more - -* Sun Nov 12 2017 Kevin Fenzi <kevin@scrye.com> - 6:2016-37.20160520.2 -- Rebuild again - -* Wed Nov 08 2017 David Tardon <dtardon@redhat.com> - 6:2016-37.20160520.1 -- rebuild for poppler 0.61.0 - -* Wed Oct 25 2017 Than Ngo <than@redhat.com> - 6:2016-37.20160520 -- fixed release number - -* Mon Oct 09 2017 Troy Dawson <tdawson@redhat.com> - 6:2016-36.20160520.8 -- Cleanup spec file conditionals - -* Fri Oct 06 2017 David Tardon <dtardon@redhat.com> - 6:2016-36.20160520.7 -- rebuild for poppler 0.60.1 - -* Fri Sep 08 2017 David Tardon <dtardon@redhat.com> - 6:2016-36.20160520.6 -- rebuild for poppler 0.59.0 - -* Sat Aug 05 2017 Björn Esser <besser82@fedoraproject.org> - 6:2016-36.20160520.5 -- Use '-std=c++11' for building C++ sources - -* Thu Aug 03 2017 David Tardon <dtardon@redhat.com> - 6:2016-36.20160520.4 -- rebuild for poppler 0.57.0 - -* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 6:2016-36.20160520.3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild - -* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 6:2016-36.20160520.2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Wed Jul 05 2017 Than Ngo <than@redhat.com> - 6:2016-36.20160520 -- fixed bz#1442706, set correct python path in sympytexpackage - -* Mon May 15 2017 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6:2016-35.20160520.1 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild - -* Fri Mar 31 2017 Than Ngo <than@redhat.com> - 6:2016-35.20160520 -- fixed release number - -* Tue Mar 28 2017 David Tardon <dtardon@redhat.com> - 6:2016-34.20160520 -- rebuild for poppler 0.53.0 - -* Tue Mar 07 2017 Than Ngo <than@redhat.com> - 6:2016-33.20160520 -- fix bz#1429452, mpost allows to run non-whitelisted external programs -- backport upstream to fix upmendex segfaults on i368 arch - -* Mon Feb 20 2017 Tom Callaway <spot@fedoraproject.org> 6:2016-32.20160520 -- fix issue with epstopdf.pl (bz1415301) - -* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 6:2016-31.20160520.1 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Mon Jan 16 2017 Tom Callaway <spot@fedoraproject.org> - 6:2016-31.20160520 -- do not make system dir symlink for ebgaramond (bz1410983) -- add Requires: texlive-lua-alt-getopt for texlive-luaotfload-bin (bz1405465) -- add Requires: texlive-graphics-cfg for texlive-xcolor - -* Tue Jan 3 2017 Tom Callaway <spot@fedoraproject.org> - 6:2016-30.20160520 -- improve provides/obsoletes around upltatex (bz1397766) - -* Thu Dec 29 2016 Kevin Fenzi <kevin@scrye.com> - 6:2016-29.20160520 -- Rebuild with proxy timeouts further adjusted. - -* Thu Dec 29 2016 Kalev Lember <klember@redhat.com> - 6:2016-28.20160520 -- Another rebuild attempt - -* Wed Dec 28 2016 Kevin Fenzi <kevin@scrye.com> - 6:2016-27.20160520 -- Another rebuild with proxy timeouts increased. - -* Fri Dec 23 2016 Kevin Fenzi <kevin@scrye.com> - 6:2016-26.20160520 -- rebuild for python3.6, poppler again and other stuff too. - -* Fri Dec 16 2016 David Tardon <dtardon@redhat.com> - 6:2016-25.20160520 -- rebuild for poppler 0.50.0 - -* Thu Dec 08 2016 Tom Callaway <spot@fedoraproject.org> 6:2016-24.2016520 -- fix dependencies for biblatex (bz1401219) -- fix dependencies for beamertheme-metropolis (bz1401209) - -* Thu Dec 08 2016 Than Ngo <than@redhat.com> 6:2016-23.2016520 -- fix bz#1401235 - texlive-latex-bin ships broken man page - -* Tue Nov 29 2016 Tom Callaway <spot@fedoraproject.org> 6:2016-22.2016520 -- rebuilding because koji ate the -21 f25 build. sorry. - -* Mon Nov 28 2016 Tom Callaway <spot@fedoraproject.org> 6:2016-21.2016520 -- add Requires: texlive-lualibs to texlive-luaotfload (bz1399056) -- add Requires: texlive-xetex-bin to texlive-dvipdfmx-bin (bz1398927) -- update koma-script to svn41508 (bz1398903) - -* Wed Nov 23 2016 Orion Poplawski <orion@cora.nwra.com> 6:2016-20.2016520 -- Rebuild for poppler 0.49.0 - -* Mon Nov 21 2016 Tom Callaway <spot@fedoraproject.org> 6:2016-19.2016520 -- fix dependencies on verbatimbox (bz1396820) -- fix dependencies on tetex-bin (for updmap, bz1396732) -- add graphics-cfg as Requires for graphics (bz1396664) - -* Mon Nov 14 2016 Tom Callaway <spot@fedoraproject.org> 6:2016-18.2016520 -- bump epoch to ensure clean upgrade - -* Tue Oct 25 2016 Tom Callaway <spot@fedoraproject.org> 5:2016-17.2016520 -- update amsmath (bz 1387355) - -* Mon Oct 24 2016 Tom Callaway <spot@fedoraproject.org> 5:2016-16.2016520 -- more trigger improvements -- fix hardcoded TEXMFCMF to have texlive paths - -* Fri Oct 21 2016 Marek Kasik <mkasik@redhat.com> 5:2016-15.2016520 -- Rebuild for poppler-0.48.0 - -* Wed Oct 19 2016 Tom Callaway <spot@fedoraproject.org> 5:2016-14.2016520 -- make newtx depend on boondox -- add graphics-def for luatex.def - -* Tue Oct 18 2016 Tom Callaway <spot@fedoraproject.org> 5:2016-13.2016520 -- also redirect stderr to /dev/null for font triggers - -* Mon Oct 17 2016 Tom Callaway <spot@fedoraproject.org> 5:2016-12.2016520 -- fix variable naming mistake in triggerpostun - -* Fri Oct 14 2016 Tom Callaway <spot@fedoraproject.org> 5:2016-11.2016520 -- redo font triggers entirely, they actually work now, only process the files they should - and no longer loop forever -- remove weird _ in abraces versioning - -* Wed Oct 12 2016 Tom Callaway <spot@fedoraproject.org> 5:2016-10.2016520 -- patch biber bst files to use \scshape instead of obsoleted \sc -- fixup font map triggers -- update biblatex family of components - -* Tue Oct 11 2016 Tom Callaway <spot@fedoraproject.org> 5:2016-9.2016520 -- fix kpathsea-lib provides to match what packages are depending on (bz1383649) - -* Mon Oct 10 2016 Tom Callaway <spot@fedoraproject.org> 5:2016-8.2016520 -- fix syntax error in trigger -- move triggers to the kpathsea subpackage (top of the dependency chain) -- properly obsolete texlive-uptex - -* Thu Oct 6 2016 Tom Callaway <spot@fedoraproject.org> 5:2016-7.20160520 -- clean up invalid Obsoletes - -* Wed Oct 5 2016 Tom Callaway <spot@fedoraproject.org> 5:2016-6.20160520 -- fix incorrect dependencies -- add bestpapers, bestpapers-doc subpackages - -* Mon Oct 3 2016 Tom Callaway <spot@fedoraproject.org> 5:2016-5.20160520 -- replace as many scriptlets as possible with triggers -- ninja edit the fact that i didn't bump epoch (yet) - -* Sat Oct 1 2016 Orion Poplawski <orion@cora.nwra.com> 5:2016-4.20160520 -- Fix broken requires on texlive-common-doc - -* Fri Sep 30 2016 Tom Callaway <spot@fedoraproject.org> 5:2016-3.20160520 -- rebuild now that koji schema can handle PACKAGEZILLA - -* Wed Sep 28 2016 Tom Callaway <spot@fedoraproject.org> 5:2016-2.20160520 -- Update to texlive 20160520 -- put config files in /etc/texlive, symlink back to /usr homes (bz1368264) -- remove non-free files from beebe tarball, use beebe-clean tarball instead (bz1368082) -- fix /usr/bin/bibexport.sh to not be a dangling symlink (bz1352210) -- add Requires: tex(texnansi.enc) to texlive-mathdesign (bz1309837) -- Add bundled provides for components hiding in arara.jar (bz1095343) -- make texlive-pdftex require texlive-tex-ini-files -- re-add yfonts-t1, relicensed by copyright holder to LPPL -- use local cache dir (~/.cache/texlive) for TEXMFCACHE in /usr/bin/context (bz1379211) -- Disable luajit on MIPS (bz1316904) -- replace all references to ~/.texlive2016 in texmf.cnf to ~/.cache/texlive (bz1358502) - -* Mon Jul 18 2016 Marek Kasik <mkasik@redhat.com> - 5:2015-27.20150728_r37987 -- Rebuild for poppler-0.45.0 - -* Tue May 3 2016 Marek Kasik <mkasik@redhat.com> - 5:2015-26.20150728_r37987 -- Rebuild for poppler-0.43.0 - -* Fri Apr 15 2016 David Tardon <dtardon@redhat.com> - 5:2015-25.20150728_r37987 -- rebuild for ICU 57.1 - -* Tue Feb 16 2016 Tom Callaway <spot@fedoraproject.org> - 5:2015-24.20150728_r37987 -- add missing kpathsea/c-auto.h (bz1308983) - -* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 5:2015-23.20150728_r37987.1 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Tue Jan 26 2016 Tom Callaway <spot@fedoraproject.org> - 5:2015-23.20150728_r37987 -- use global instead of define - -* Fri Jan 22 2016 Marek Kasik <mkasik@redhat.com> - 5:2015-22.20150728_r37987 -- Rebuild for poppler-0.40.0 - -* Tue Jan 19 2016 Tom Callaway <spot@fedoraproject.org> - 5:2015-21.20150728_r37987 -- fix texlive-stix opentype font handling (bz1299790) -- fix texlive-oldstandard opentype font handling (no bug, just checked the rest of them - to preempt it) - -* Mon Jan 18 2016 Tom Callaway <spot@fedoraproject.org> - 5:2015-20.20150728_r37987 -- add Requires: tex(pzdr.tfm) to hyperref (bz1299422) -- fix texlive-fontawesome opentype font handling (bz1299199) - -* Thu Jan 14 2016 Tom Callaway <spot@fedoraproject.org> - 5:2015-19.20150728_r37987 -- fix pdfjam-bin to have Requires: tex(pdfpages.sty) (bz1296265) -- fix pstricks to have Requires: texlive-pst-tools (bz1294634) -- add Provides: bundled(lua) = 5.2.4 to lib subpackage -- make symlinks for opentype font dirs (bz1278049) - -* Thu Dec 17 2015 Tom Callaway <spot@fedoraproject.org> - 5:2015-18.20150728_r37987 -- fix latexdiff to work quietly with perl 5.18+ (bz1291955) - Thanks to Michal Jaegermann - -* Mon Dec 14 2015 Tom Callaway <spot@fedoraproject.org> - 5:2015-17.20150728_r37987 -- fix latexpand to work quietly with perl 5.18+ (bz1289520) - -* Mon Nov 30 2015 Tom Callaway <spot@fedoraproject.org> - 5:2015-16.20150728_r37987 -- add fix (sed -i ...) to bz1241458 -- use configure macro (bz1286023) - -* Wed Nov 25 2015 Peter Robinson <pbrobinson@fedoraproject.org> 5:2015-15.20150728_r37987 -- Actually fix secondary arches (no luajit on aarch64 either) - -* Mon Nov 16 2015 Than Ngo <than@redhat.com> - 5:2015-14.20150728_r37987 -- fix build failure on secondary arch - -* Wed Oct 28 2015 David Tardon <dtardon@redhat.com> - 5:2015-13.20150728_r37987 -- rebuild for ICU 56.1 - -* Thu Oct 08 2015 Than Ngo <than@redhat.com> - 5:2015-12.20150724 -- fix build failure on s390* -- fix to use system gmp and system mpfr - -* Wed Oct 7 2015 Peter Robinson <pbrobinson@fedoraproject.org> 5:2015-11.20150724 -- Fix lua builds on secondary arches again - -* Thu Oct 1 2015 Tom Callaway <spot@fedoraproject.org> - 5:2015-10.20150724 -- fix rpm macros so that the right file is copied - -* Mon Sep 28 2015 Tom Callaway <spot@fedoraproject.org> - 5:2015-9.20150724 -- add Requires: tex(titlesec.sty) to savetrees (bz1266801) - -* Fri Sep 25 2015 Tom Callaway <spot@fedoraproject.org> - 5:2015-8.20150724 -- add Provides: tex-beamer-FUBerlin and texlive-beamer-FUBerlin to the beamer-FUBerlin-doc package - ... the upstream beamer-FUBerlin tarball is empty of useful content. - -* Wed Sep 16 2015 Tom Callaway <spot@fedoraproject.org> - 5:2015-7.20150724 -- fix newline issue in pgf (bz1241458) -- do not require: ghostscript-devel for texlive-pdfcrop-bin (bz1229407) -- do not provide: tex(ifluatex.sty) in texlive-oberdiek (bz1146684) - ... but do require: tex(ifluatex.sty) in texlive-oberdiek to ensure complete bundle -- add Requires: texlive-metafont-bin to texlive-kpathsea-bin (bz1123096) -- add Provides/Obsoletes texlive-tlwg to texlive-fonts-tlwg (bz1100984) -- add Requires: texlive-greek-fontenc and Requires: texlive-cbfonts-fd to textgreek (bz1064051) -- apply patch from Edgar Hoch to fix etex.src to permit \addlanguage to have empty params 4 & 5 (bz1215257) -- replace visible references to oriya to odia, add odia as equiv lang to oriya (bz1040337) -- use macros.texlive file as source10, add and cleanup macros (bz1054317) -- add Requires: biber to texlive-biblatex-apa (bz1048193) -- new subpackage sync -- add scriptlets for -doc subpackages so that texdoc just works -- removed yfonts-t1 subpackage due to non-free license -- fix license tags (no more Freely distributable...) -- add Requires: tex(ltxkeys.sty) to xwatermark (bz1197494) -- add Requires: tex(ifnextok.sty) to titlecaps (bz1186688) -- add Requires: tex(xetex.def) to xetex (bz1155267) -- add Requires: texlive-texconfig-bin to latex-bin-bin (bz995752) -- add Provides/Obsoletes bibexport to texlive-bibexport - add bibexport.sh symlink in /usr/bin (bz979448) -- drop incorrect versioning on Requires: texlive-metafont-bin for texlive-kpathsea-bin - -* Tue Sep 15 2015 Tom Callaway <spot@fedoraproject.org> - 5:2015-6.20150724 -- increment epoch to force upgrade (i hate versioning) - -* Wed Sep 9 2015 Tom Callaway <spot@fedoraproject.org> - 4:2015-5.20150724 -- fix incorrect Obsoletes: texlive-kpathsea-lib - -* Wed Aug 26 2015 Than Ngo <than@redhat.com> - 4:2015-4.20150724 -- disable luajittex on secondary arch - -* Thu Aug 20 2015 Than Ngo <than@redhat.com> - 4:2015-3.20150724 -- rebuilt to fix some broken dependencies - -* Wed Aug 5 2015 Tom Callaway <spot@fedoraproject.org> 4:2015-2.20150724 -- fix fmtutil.pl symlink, for you know, working fmtutil - -* Fri Jul 24 2015 Tom Callaway <spot@fedoraproject.org> 4:2015-1.20150724 -- Update to TL2015 - -* Wed Jul 22 2015 Marek Kasik <mkasik@redhat.com> - 4:2014-12.20140525_r34255 -- Rebuild (poppler-0.34.0) - -* Wed Jun 10 2015 Than Ngo <than@redhat.com> - 4:2014-11.20140525_r34255 -- fix wrong selinux context - -* Mon Jun 8 2015 Marek Kasik <mkasik@redhat.com> - 4:2014-10.20140525_r34255 -- Rebuild (poppler-0.33.0) - -* Fri Jun 5 2015 Marek Kasik <mkasik@redhat.com> - 4:2014-9.20140525_r34255 -- Rebuild (poppler-0.33.0) - -* Wed Apr 29 2015 Than Ngo <than@redhat.com> - 4:2014-8.20140525_r34255 -- Resolves: bz#1181169, insecure use of /tmp in mktexlsr - -* Wed Mar 4 2015 Ville Skyttä <ville.skytta@iki.fi> - 4:2014-7.20140525_r34255 -- Install rpm macros in %%{_rpmconfidir}/macros.d where available (#1074287) - -* Mon Jan 26 2015 David Tardon <dtardon@redhat.com> - 4:2014-6.20140525_r34255 -- rebuild for ICU 54.1 - -* Fri Jan 23 2015 Marek Kasik <mkasik@redhat.com> - 4:2014-5.20140525_r34255 -- Rebuild (poppler-0.30.0) - -* Sat Dec 27 2014 Kevin Fenzi <kevin@scrye.com> - 4:2014-4.20140525_r34255 -* Drop scriptlet that touches /home. Fixes bugs: #1128240 #1047361 #1073518 #1054338 - -* Thu Nov 27 2014 Marek Kasik <mkasik@redhat.com> - 4:2014-3.20140525_r34255 -- Rebuild (poppler-0.28.1) - -* Tue Aug 26 2014 David Tardon <dtardon@redhat.com> - 4:2014-2.20140525_r34255 -- rebuild for ICU 53.1 - -* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4:2014-1.20140525_r34255.1 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Tue Jul 22 2014 Jindrich Novy <novyjindrich@gmail.com> - 2014-1-20140525 -- Tex Live 2014 is out -- fix package dependencies to make update path smoother - -* Sun Jun 8 2014 Jindrich Novy <novyjindrich@gmail.com> - 2014-0.1-20140525 -- update to TeX Live 2014 release candidate -- conflict with ht package (#959696) - -* Thu May 15 2014 Petr Pisar <ppisar@redhat.com> - 2013-12-20140512 -- Do not export private perl modules (bug #1085424) -- Build-require libXi-devel for xdvik - -* Wed May 14 2014 Jindrich Novy <novyjindrich@gmail.com> - 2013-11-20140512 -- remove explicit ghostscript-devel dependency in dvisvgm (#1087847) -- pdftex now depends on pdftex-def (#1096535) - -* Tue May 13 2014 Marek Kasik <mkasik@redhat.com> - 2013-10-20140411 -- Rebuild (poppler-0.26.0) - -* Fri Apr 11 2014 Jindrich Novy <novyjindrich@gmail.com> - 2013-9-20140411 -- sync with upstream - -* Fri Mar 21 2014 Dan Horák <dan[at]danny.cz> - 2013-8-20140305 -- do not attempt to built luajittex (#1070380) - -* Tue Feb 25 2014 Jindrich Novy <novyjindrich@gmail.com> - 2013-7-20140224 -- sync with upstream -- fix fmt files removal - -* Sat Feb 22 2014 Jindrich Novy <novyjindrich@gmail.com> - 2013-6-20140217 -- sync with upstream -- remove only generated fmt files upon update - -* Fri Feb 14 2014 David Tardon <dtardon@redhat.com> - 2013-5-20131226 -- rebuild for new ICU - -* Thu Dec 26 2013 Jindrich Novy <novyjindrich@gmail.com> - 2013-4-20131226 -- sync with upstream + add BR: libpaper-devel, potrace-devel -- remove generated files upon update to avoid 'I'm stymified', etc. -- update co_source - upstream SVN checkout script -- disable Perl dependencies generation for F19 and older (#1023876) -- always have format in printf() #1037351 -- fixes #921805, #952080, #1020941, #1025679, #1045794 -- Merry Christmas! - -* Fri Oct 25 2013 Jindrich Novy <novyjindrich@gmail.com> - 2013-3-20131021 -- improve obsoletion automatism (#1022291, #1022746) - -* Tue Oct 15 2013 Jindrich Novy <novyjindrich@gmail.com> - 2013-2-20131019 -- fix symlinks and dependency generation - -* Tue Oct 15 2013 Jindrich Novy <novyjindrich@gmail.com> - 2013-1-20131014 -- sync with upstream -- fix bin->noarch package dependencies - -* Fri Oct 11 2013 Jindrich Novy <novyjindrich@gmail.com> - 2013-0.6.1-20131010 -- sync with upstream - fixes metapost, siunitx, latexdiff, luatex -(#1016074, #1013367, #981390, #975254, #976863) -- modify post scripts (#968573) -- fix kpathsea patch -- fix euler fonts installation (#982887) -- fix license tag OFSFLD -> OFL (#1014052) -- process perl dependencies (#1001434) -- don't ship flash files (#1000265) -- rebuild should fix rawhide poppler deps (#998696) -- fixes build of dbus-java (#993438) -- texexec no more complains about switch.rb (#993255) -- bin packages now require their counterparts (#991699, #988978, #984468) -- bibtex works fine now with spanish (#987534) -- do proper obsoletion - include epoch (#983433) -- fix build time tests - -* Wed Jun 12 2013 Jindrich Novy <novyjindrich@gmail.com> - 2013-0.1-20130608 -- formally switch to 2013 based on upstream -- call updmap-sys and fmtutil-sys for map and format updates -- bump epoch to be sure all noarch packages get updated - -* Tue Jun 11 2013 Jon Ciesla <limburgher@gmail.com> - 2012-25-20130531 -- Rebuild for new gd. - -* Sun Jun 2 2013 Jindrich Novy <novyjindrich@gmail.com> - 2012-24-20130531 -- fix luatex breakage (#959625) -- fix updmap-sys calls (#968573, #968573) -- fix broken dependencies for packages only shiping binaries/symlinks and nothing else -- fix update path - obsolete dvipdfm (#968358) -- pdfcrop now requires ghostscript (#964183) - -* Mon May 6 2013 Jindrich Novy <novyjindrich@gmail.com> - 2012-23-20130506 -- don't conflict with ht package - ht binary is now called t4ht (#959696) -- require coreutils (#928566) -- update build scripts -- update symlink references tetex -> texlive -- handle texmf -> texmf-dist upstream move -- do proper obsoletion again +* Fri Jun 14 2013 Than Ngo <than@redhat.com> - 2012-23-20130427 +- adapt for rhel * Mon Apr 29 2013 Tom Callaway <spot@fedoraproject.org> - 2012-22-20130427 - obsolete/provide ctan-musixtex-fonts and tex-musixtex diff --git a/texlive.spec.template b/texlive.spec.template deleted file mode 100644 index 6a86cf5..0000000 --- a/texlive.spec.template +++ /dev/null @@ -1,919 +0,0 @@ -%global source_date 20150728_r37987 -%global tl_version 2015 -%global tl_rel 27 -%global tl_release %{tl_rel}.%{source_date}%{?dist} -%global tl_noarch_release %{tl_rel}%{?dist} -%global source_name texlive-%{source_date}-source - -%{!?_texdir: %global _texdir %{_datadir}/%{name}} -%{!?_texmf_var: %global _texmf_var %{_var}/lib/texmf} - -%if 0%{?fedora} <= 19 -# don't figure any perl dependencies -%global __perl_requires %{nil} -%else -# don't export private perl modules -%global __provides_exclude %{?__provides_exclude:%__provides_exclude|}^perl\\\\( -%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\\\((PDF::Reuse.*|Pedigree.*|TeXLive.*|Tk::path_tre)\\\\) -%endif - -%global __os_install_post /usr/lib/rpm/brp-compress %{nil} -%global __arch_install_post %{nil} - -%global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d) - -Name: texlive -Version: %{tl_version} -Release: %{tl_release} -Epoch: 5 -Summary: TeX formatting system -Group: Applications/Publishing -License: Artistic 2.0 and GPLv2 and GPLv2+ and LGPLv2+ and LPPL and MIT and Public Domain and UCD and Utopia -URL: http://tug.org/texlive/ -BuildRequires: xz libXaw-devel libXi-devel ncurses-devel bison flex file perl(Digest::MD5) texinfo gcc-c++ -BuildRequires: gd-devel teckit-devel freetype-devel libpng-devel t1lib-devel zlib-devel poppler-devel t1utils -BuildRequires: zziplib-devel libicu-devel cairo-devel harfbuzz-devel perl-generators pixman-devel graphite2-devel ghostscript-devel -BuildRequires: libpaper-devel potrace-devel autoconf automake libtool -BuildRequires: gmp-devel mpfr-devel -Requires: texlive-scheme-basic -Requires: texlive-collection-latexrecommended -Requires: tex-kpathsea, tex-tetex -Obsoletes: texlive < %{tl_version}, texlive-texmf < %{tl_version} -Obsoletes: texlive-afm < %{tl_version} -Obsoletes: texlive-doc < %{tl_version} -Obsoletes: texlive-east-asian < %{tl_version} -Obsoletes: texlive-texmf-afm < %{tl_version}, texlive-texmf-context < %{tl_version} -Obsoletes: texlive-texmf-doc < %{tl_version}, texlive-texmf-dvips < %{tl_version} -Obsoletes: texlive-texmf-east-asian < %{tl_version}, texlive-texmf-fonts < %{tl_version} -Obsoletes: texlive-texmf-latex < %{tl_version}, texlive-texmf-xetex < %{tl_version} -Obsoletes: texlive-texmf-errata < %{tl_version} -Obsoletes: texlive-texmf-errata-afm < %{tl_version}, texlive-texmf-errata-context < %{tl_version} -Obsoletes: texlive-texmf-errata-doc < %{tl_version}, texlive-texmf-errata-dvips < %{tl_version} -Obsoletes: texlive-texmf-errata-east-asian < %{tl_version}, texlive-texmf-errata-fonts < %{tl_version} -Obsoletes: texlive-texmf-errata-latex < %{tl_version}, texlive-texmf-errata-xetex < %{tl_version} -Conflicts: texlive-dvips = 2007 -Patch1: tl-kpfix.patch -Patch2: tl-format.patch -Patch3: texlive-20150728-selinux-context.patch -Patch4: texlive-fix-system-teckit.patch -Patch100: texlive-bz979176.patch -Patch101: etex-addlanguage-fix-bz1215257.patch -Source0: %{source_name}.tar.xz -Source1: tl2rpm.c -Source2: texlive.tlpdb -Source3: texlive-licenses.tar.xz -Source4: tlpdb.patch -Source5: texlive-fedora-licenses.h -Source6: texlive.spec.template -Source7: co_source -Source8: co_archive -Source9: b_one_srpm -Source10: macros.texlive -%include _sources.spec - -%description -The TeX Live software distribution offers a complete TeX system for a -variety of Unix, Macintosh, Windows and other platforms. It -encompasses programs for editing, typesetting, previewing and printing -of TeX documents in many different languages, and a large collection -of TeX macros and font libraries. - -The distribution includes extensive general documentation about TeX, -as well as the documentation for the included software packages. - -%package base -Summary: TeX Live filesystem, metadata and licenses shipped in text form -BuildArch: noarch -Version: %{tl_version} -Requires(pre): coreutils - -%description base -TeX Live licenses shipped in text form. - -%package lib -Summary: Shared libraries for TeX-related files -Provides: texlive-kpathsea-lib = %{epoch}:%{version}-%{release} -Provides: texlive-kpathsea-lib%{_isa} = %{epoch}:%{version}-%{release} -Obsoletes: texlive-kpathsea-lib < %{version} -%include _obsoletes.spec - -%description lib -TeX specific shared libraries. - -%package lib-devel -Summary: Development files for TeX specific shared libraries -Requires: %{name}-lib%{?_isa} -Provides: kpathsea-devel = %{epoch}:%{version} -Obsoletes: kpathsea-devel < %{version} -Provides: texlive-kpathsea-lib-devel = %{epoch}:%{version}-%{release} -Provides: texlive-kpathsea-lib-devel%{_isa} = %{epoch}:%{version}-%{release} -Obsoletes: texlive-kpathsea-lib-devel < %{version} - -%description lib-devel -Development files for TeX specific shared libraries. - -%include _packages.spec - -%prep -%setup -q -c -T -xz -dc %{SOURCE0} | tar x -[ -e %{source_name} ] && mv %{source_name} source -%patch1 -p0 -%patch2 -p0 -%patch3 -p0 -%patch4 -p0 -# security fix for bz#979176 -%patch100 -p0 -for l in `unxz -c %{SOURCE3} | tar t`; do - ln -s %{_texdir}/licenses/$l $l -done -pushd source -./reautoconf -popd - -%build -export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -Werror=format-security" -export CXXFLAGS="$RPM_OPT_FLAGS -std=c++03 -fno-strict-aliasing -Werror=format-security" -cd source -PREF=`pwd`/inst -mkdir -p work -cd work -../configure \ ---prefix=$PREF \ ---datadir=$PREF \ ---libdir=$PREF/lib \ ---with-system-zlib \ ---with-system-libpng \ ---with-system-xpdf \ ---with-system-gd \ ---with-system-t1lib \ ---with-system-teckit \ ---with-system-freetype2 \ ---with-system-poppler \ ---with-system-zziplib \ ---with-system-cairo \ ---with-system-icu \ ---with-system-harfbuzz \ ---with-system-graphite2 \ ---with-system-libgs \ ---with-system-pixman \ ---with-system-libpaper \ ---with-system-potrace \ ---with-pic \ ---with-xdvi-x-toolkit=xaw \ ---with-system-mpfr \ ---with-system-gmp \ ---disable-xindy --disable-xindy-docs --disable-xindy-make-rules \ ---enable-shared \ ---enable-compiler-warnings=max \ ---without-cxx-runtime-hack \ ---disable-native-texlive-build \ ---disable-t1utils \ ---disable-psutils \ ---disable-biber \ ---disable-ptexenc \ ---disable-largefile \ -%ifarch %{power64} s390 s390x aarch64 ---disable-luajittex --disable-mfluajit \ -%endif ---disable-rpath - -# disable rpath -for i in `find . -name libtool`; do - sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' $i - sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' $i -done - -make world %{?_smp_mflags} STRIPPROG=/bin/true STRIP=/bin/true - -%install -rm -rf %{buildroot} - -# create directory tree -mkdir -p %{buildroot}%{_texdir}/../texmf -mkdir -p %{buildroot}%{_texdir}/texmf-config/web2c -mkdir -p %{buildroot}%{_texmf_var} -mkdir -p %{buildroot}%{_texdir}/texmf-dist -mkdir -p %{buildroot}%{_texdir}/texmf-local -pushd %{buildroot}%{_texdir}/texmf-local -ln -s ../../texmf texmf-compat -popd -%include _mkdirs.spec -%include _unpack.spec -# nuke useless tlmgr packaging stuff and doc droppings -rm -rf %{buildroot}%{_texdir}/tlpkg/tlpobj/ -rm -rf %{buildroot}%{_texdir}/texmf-dist/tlpkg/tlpobj/ -rm -rf %{buildroot}%{_texdir}/texmf-dist/doc/man/man*/*.pdf -rm -rf %{buildroot}%{_texdir}/texmf-dist/doc/man/Makefile -rm -rf %{buildroot}%{_texdir}/texmf-dist/doc/man/man*/Makefile -rm -rf %{buildroot}%{_texdir}/texmf-dist/doc/info/dir - -mkdir -p %{buildroot}%{_bindir} -mv %{buildroot}/bin/i386-linux/* %{buildroot}%{_bindir} -for i in `find %{buildroot}%{_bindir} -type f`; do - [ "`file $i | grep ELF | wc -l`" == "1" ] && rm -f $i -done -rm -rf %{buildroot}/tlpkg - -# install texlive.tlpdb -cp %{SOURCE2} %{buildroot}%{_texdir} - -# install licenses -mkdir -p %{buildroot}%{_texdir}/licenses -pushd %{buildroot}%{_texdir}/licenses -xz -dc %{SOURCE3} | tar x -popd - -# install binaries -rm -rf %{buildroot}%{_texdir}/bin/ -mkdir -p %{buildroot}%{_bindir} -rm -f source/inst/bin/man -pushd source/inst/bin/ -for i in *; do - if [ -x %{buildroot}%{_bindir}/$i ]; then - if [ -h $i ]; then - [ ! -h %{buildroot}%{_bindir}/$i ] && continue; - fi - fi - mv $i %{buildroot}%{_bindir} -done -popd - -# install shared libs, nuke static ones -rm -rf %{buildroot}%{_libdir} -mkdir -p %{buildroot}%{_libdir} -cp -d source/inst/lib/*.so* %{buildroot}%{_libdir} -cp -a source/inst/lib/pkgconfig %{buildroot}%{_libdir} -rm -f %{buildroot}%{_libdir}/*.a -rm -f %{buildroot}%{_libdir}/*.la - -# install includes -rm -rf %{buildroot}%{_includedir} -mkdir -p %{buildroot}%{_includedir} -cp -r source/inst/include/* %{buildroot}%{_includedir} - -# relocate binaries to %%{_bindir} and fix relative symlinks -pushd %{buildroot}%{_bindir} -for i in `find . -type l`; do - if [ "`readlink $i | grep '\.\.' | wc -l`" == "1" ]; then - l=`readlink $i | sed s,.*texmf,/usr/share/texlive/texmf,` - rm -f $i - ln -s $l $i - fi -done -popd - -# sync built/distro binaries -pushd %{buildroot}%{_bindir} -rm -f man -[ ! -e mfplain ] && ln -s mpost mfplain -[ ! -e texlua ] && ln -s luatex texlua -[ ! -e texluac ] && ln -s luatex texluac -# remove binaries we don't ship -for i in physe phyzzx installfont-tl pdfthumb ppower4 tcdialog latexmk texdiff songidx inimflua inimfluajit mflua mflua-nowin mfluajit mfluajit-nowin \ -paperconf; do - rm -f $i - rm -f %{buildroot}%{_datadir}/texlive/texmf-dist/doc/man/man1/$i.* -done -rm -rf %{buildroot}%{_includedir}/ptexenc -popd - -# fix symlinks -pushd %{buildroot}%{_bindir} -for i in allcm allneeded fontinst kpsetool updmap-sys ps2frag pslatex rubibtex rumakeindex dvi2fax dvired kpsewhere; do - rm -f $i - ln -s /usr/share/texlive/texmf-dist/scripts/texlive/$i.sh $i -done -for i in updmap e2pall; do - rm -f $i - ln -s /usr/share/texlive/texmf-dist/scripts/texlive/$i.pl $i -done -for i in fmtutil-sys texconfig texconfig-sys texconfig-dialog texlinks; do - rm -f $i - ln -s /usr/share/texlive/texmf-dist/scripts/texlive/$i.sh $i -done - -rm -f fmtutil -ln -s /usr/share/texlive/texmf-dist/scripts/texlive/fmtutil.pl fmtutil -rm -f texmfstart -ln -s /usr/share/texlive/texmf-dist/scripts/context/ruby/texmfstart.rb texmfstart -rm -f texdoctk -ln -s /usr/share/texlive/texmf-dist/scripts/texdoctk/texdoctk.pl texdoctk -rm -f deweb -ln -s /usr/share/texlive/texmf-dist/scripts/chktex/deweb.pl deweb -rm -f ps2eps -ln -s /usr/share/texlive/texmf-dist/scripts/ps2eps/ps2eps.pl ps2eps -rm -f mkjobtexmf -ln -s /usr/share/texlive/texmf-dist/scripts/mkjobtexmf/mkjobtexmf.pl mkjobtexmf -rm -f rungs -ln -s /usr/share/texlive/texmf-dist/scripts/texlive/rungs.tlu rungs -rm -f context -cat > context << EOF -\#!/bin/sh -export TEXMF=/usr/share/texlive/texmf-dist; -export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; -export TEXMFCACHE=/var/lib/texmf; -%{_bindir}/mtxrun --script context "\\$@" -EOF -chmod 0755 context -popd - -# remove all unshipped stuff -%include _remove.spec -mkdir -p %{buildroot}/%{_datadir}/ -mkdir -p %{buildroot}/%{_infodir}/ -cp -R %{buildroot}/%{_texdir}/texmf-dist/doc/man %{buildroot}/%{_datadir}/ -find %{buildroot}/%{_texdir}/texmf-dist/doc/man -type f | xargs rm -f -mv %{buildroot}/%{_texdir}/texmf-dist/doc/info/* %{buildroot}/%{_infodir}/ - -# nuke useless tlmgr packaging stuff -rm -rf %{buildroot}%{_texdir}/tlpkg/tlpobj/ -rm -rf %{buildroot}%{_texdir}/texmf-dist/tlpkg/tlpobj/ - -# link config dir to the main tree and var dir to root -pushd %{buildroot}%{_texdir} -[ ! -h texmf-var ] && ln -s %{_texmf_var} texmf-var -popd -pushd %{buildroot}%{_texdir}/texmf-config/web2c -ln -s ../../texmf-dist/web2c/updmap.cfg updmap.cfg -popd - -# touch ghosts -touch %{buildroot}%{_texdir}/texmf-local/ls-R -touch %{buildroot}%{_texdir}/texmf-dist/ls-R - -# configure ConTeXt -#for i in ctxtools luatools texexec texmfstart; do -# sed -i -e 's|mtxrun|export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; mtxrun|' %{buildroot}%{_bindir}/$i -#done - -# configure texmf-local - make it visible to kpathsea -sed -i -e 's|^TEXMFLOCAL.*|TEXMFLOCAL\ =\ \$TEXMFROOT/texmf-local//|' %{buildroot}/%{_texdir}/texmf-dist/web2c/texmf.cnf - -# create macro file for building texlive -mkdir -p %{buildroot}%{macrosdir} -cp -a %{SOURCE9} %{buildroot}%{macrosdir}/macros.texlive - -%clean -rm -rf %{buildroot} - -%pre base -rm -rf %{_texdir}/texmf-var -rm -rf %{_texmf_var}/* -: - -%posttrans base -if [ -x /usr/sbin/selinuxenabled ] && /usr/sbin/selinuxenabled; then - [ -x /sbin/restorecon ] && /sbin/restorecon -R %{_texmf_var}/ -fi -: - -%post lib -p /sbin/ldconfig -%postun lib -p /sbin/ldconfig - -%files -%defattr(-,root,root) - -%files base -%defattr(-,root,root) -%dir %{_texmf_var} -%{_texdir}/texmf-var -%dir %{_texdir}/../texmf -%dir %{_texdir}/licenses -%dir %{_texdir}/texmf-local -%{_texdir}/texmf-local/texmf-compat -%include _dirs.spec -%{_texdir}/licenses/* -%attr(0644, root, root) %verify(not md5 size mtime) %ghost %{_texdir}/texmf-dist/ls-R -%attr(0644, root, root) %verify(not md5 size mtime) %ghost %{_texdir}/texmf-local/ls-R -%{_texdir}/texlive.tlpdb -%{macrosdir}/macros.texlive - -%include _files.spec - -%files lib -%defattr(-,root,root) -%{_libdir}/*.so.* -%dir %{_texdir}/texmf-config -%dir %{_texdir}/texmf-config/web2c -%{_texdir}/texmf-config/web2c/updmap.cfg -%attr(0644, root, root) %verify(not md5 size mtime) %ghost %{_texdir}/texmf-config/ls-R - -%files lib-devel -%defattr(-,root,root) -%dir %{_includedir}/kpathsea -%{_includedir}/kpathsea/* -%{_includedir}/synctex/ -%{_includedir}/texlua52/ -%{_includedir}/texluajit/ -%{_libdir}/*.so -%{_libdir}/pkgconfig/*.pc - -%changelog -* Mon Jul 18 2016 Marek Kasik <mkasik@redhat.com> - 5:2015-27.20150728_r37987 -- Rebuild for poppler-0.45.0 - -* Tue May 3 2016 Marek Kasik <mkasik@redhat.com> - 5:2015-26.20150728_r37987 -- Rebuild for poppler-0.43.0 - -* Fri Apr 15 2016 David Tardon <dtardon@redhat.com> - 5:2015-25.20150728_r37987 -- rebuild for ICU 57.1 - -* Mon Nov 16 2015 Than Ngo <than@redhat.com> - 5:2015-14.20150728_r37987 -- fix build failure on secondary arch - -* Wed Oct 28 2015 David Tardon <dtardon@redhat.com> - 5:2015-13.20150728_r37987 -- rebuild for ICU 56.1 - -* Thu Oct 08 2015 Than Ngo <than@redhat.com> - 5:2015-12.20150724 -- fix build failure on s390* -- fix to use system gmp and system mpfr - -* Wed Oct 7 2015 Peter Robinson <pbrobinson@fedoraproject.org> 5:2015-11.20150724 -- Fix lua builds on secondary arches again - -* Thu Oct 1 2015 Tom Callaway <spot@fedoraproject.org> - 5:2015-10.20150724 -- fix rpm macros so that the right file is copied - -* Mon Sep 28 2015 Tom Callaway <spot@fedoraproject.org> - 5:2015-9.20150724 -- add Requires: tex(titlesec.sty) to savetrees (bz1266801) - -* Fri Sep 25 2015 Tom Callaway <spot@fedoraproject.org> - 5:2015-8.20150724 -- add Provides: tex-beamer-FUBerlin and texlive-beamer-FUBerlin to the beamer-FUBerlin-doc package - ... the upstream beamer-FUBerlin tarball is empty of useful content. - -* Wed Sep 16 2015 Tom Callaway <spot@fedoraproject.org> - 5:2015-7.20150724 -- fix newline issue in pgf (bz1241458) -- do not require: ghostscript-devel for texlive-pdfcrop-bin (bz1229407) -- do not provide: tex(ifluatex.sty) in texlive-oberdiek (bz1146684) - ... but do require: tex(ifluatex.sty) in texlive-oberdiek to ensure complete bundle -- add Requires: texlive-metafont-bin to texlive-kpathsea-bin (bz1123096) -- add Provides/Obsoletes texlive-tlwg to texlive-fonts-tlwg (bz1100984) -- add Requires: texlive-greek-fontenc and Requires: texlive-cbfonts-fd to textgreek (bz1064051) -- apply patch from Edgar Hoch to fix etex.src to permit \addlanguage to have empty params 4 & 5 (bz1215257) -- replace visible references to oriya to odia, add odia as equiv lang to oriya (bz1040337) -- use macros.texlive file as source10, add and cleanup macros (bz1054317) -- add Requires: biber to texlive-biblatex-apa (bz1048193) -- new subpackage sync -- add scriptlets for -doc subpackages so that texdoc just works -- removed yfonts-t1 subpackage due to non-free license -- fix license tags (no more Freely distributable...) -- add Requires: tex(ltxkeys.sty) to xwatermark (bz1197494) -- add Requires: tex(ifnextok.sty) to titlecaps (bz1186688) -- add Requires: tex(xetex.def) to xetex (bz1155267) -- add Requires: texlive-texconfig-bin to latex-bin-bin (bz995752) -- add Provides/Obsoletes bibexport to texlive-bibexport - add bibexport.sh symlink in /usr/bin (bz979448) -- drop incorrect versioning on Requires: texlive-metafont-bin for texlive-kpathsea-bin - -* Tue Sep 15 2015 Tom Callaway <spot@fedoraproject.org> - 5:2015-6.20150724 -- increment epoch to force upgrade (i hate versioning) - -* Wed Sep 9 2015 Tom Callaway <spot@fedoraproject.org> - 4:2015-5.20150724 -- fix incorrect Obsoletes: texlive-kpathsea-lib - -* Wed Aug 26 2015 Than Ngo <than@redhat.com> - 4:2015-4.20150724 -- disable luajittex on secondary arch - -* Thu Aug 20 2015 Than Ngo <than@redhat.com> - 4:2015-3.20150724 -- rebuilt to fix some broken dependencies - -* Wed Aug 5 2015 Tom Callaway <spot@fedoraproject.org> 4:2015-2.20150724 -- fix fmtutil.pl symlink, for you know, working fmtutil - -* Fri Jul 24 2015 Tom Callaway <spot@fedoraproject.org> 4:2015-1.20150724 -- Update to TL2015 - -* Wed Jul 22 2015 Marek Kasik <mkasik@redhat.com> - 4:2014-12.20140525_r34255 -- Rebuild (poppler-0.34.0) - -* Wed Jun 10 2015 Than Ngo <than@redhat.com> - 4:2014-11.20140525_r34255 -- fix wrong selinux context - -* Mon Jun 8 2015 Marek Kasik <mkasik@redhat.com> - 4:2014-10.20140525_r34255 -- Rebuild (poppler-0.33.0) - -* Fri Jun 5 2015 Marek Kasik <mkasik@redhat.com> - 4:2014-9.20140525_r34255 -- Rebuild (poppler-0.33.0) - -* Wed Apr 29 2015 Than Ngo <than@redhat.com> - 4:2014-8.20140525_r34255 -- Resolves: bz#1181169, insecure use of /tmp in mktexlsr - -* Wed Mar 4 2015 Ville Skyttä <ville.skytta@iki.fi> - 4:2014-7.20140525_r34255 -- Install rpm macros in %%{_rpmconfidir}/macros.d where available (#1074287) - -* Mon Jan 26 2015 David Tardon <dtardon@redhat.com> - 4:2014-6.20140525_r34255 -- rebuild for ICU 54.1 - -* Fri Jan 23 2015 Marek Kasik <mkasik@redhat.com> - 4:2014-5.20140525_r34255 -- Rebuild (poppler-0.30.0) - -* Sat Dec 27 2014 Kevin Fenzi <kevin@scrye.com> - 4:2014-4.20140525_r34255 -* Drop scriptlet that touches /home. Fixes bugs: #1128240 #1047361 #1073518 #1054338 - -* Thu Nov 27 2014 Marek Kasik <mkasik@redhat.com> - 4:2014-3.20140525_r34255 -- Rebuild (poppler-0.28.1) - -* Tue Aug 26 2014 David Tardon <dtardon@redhat.com> - 4:2014-2.20140525_r34255 -- rebuild for ICU 53.1 - -* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4:2014-1.20140525_r34255.1 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Tue Jul 22 2014 Jindrich Novy <novyjindrich@gmail.com> - 2014-1-20140525 -- Tex Live 2014 is out -- fix package dependencies to make update path smoother - -* Sun Jun 8 2014 Jindrich Novy <novyjindrich@gmail.com> - 2014-0.1-20140525 -- update to TeX Live 2014 release candidate -- conflict with ht package (#959696) - -* Thu May 15 2014 Petr Pisar <ppisar@redhat.com> - 2013-12-20140512 -- Do not export private perl modules (bug #1085424) -- Build-require libXi-devel for xdvik - -* Wed May 14 2014 Jindrich Novy <novyjindrich@gmail.com> - 2013-11-20140512 -- remove explicit ghostscript-devel dependency in dvisvgm (#1087847) -- pdftex now depends on pdftex-def (#1096535) - -* Tue May 13 2014 Marek Kasik <mkasik@redhat.com> - 2013-10-20140411 -- Rebuild (poppler-0.26.0) - -* Fri Apr 11 2014 Jindrich Novy <novyjindrich@gmail.com> - 2013-9-20140411 -- sync with upstream - -* Fri Mar 21 2014 Dan Horák <dan[at]danny.cz> - 2013-8-20140305 -- do not attempt to built luajittex (#1070380) - -* Tue Feb 25 2014 Jindrich Novy <novyjindrich@gmail.com> - 2013-7-20140224 -- sync with upstream -- fix fmt files removal - -* Sat Feb 22 2014 Jindrich Novy <novyjindrich@gmail.com> - 2013-6-20140217 -- sync with upstream -- remove only generated fmt files upon update - -* Fri Feb 14 2014 David Tardon <dtardon@redhat.com> - 2013-5-20131226 -- rebuild for new ICU - -* Thu Dec 26 2013 Jindrich Novy <novyjindrich@gmail.com> - 2013-4-20131226 -- sync with upstream + add BR: libpaper-devel, potrace-devel -- remove generated files upon update to avoid 'I'm stymified', etc. -- update co_source - upstream SVN checkout script -- disable Perl dependencies generation for F19 and older (#1023876) -- always have format in printf() #1037351 -- fixes #921805, #952080, #1020941, #1025679, #1045794 -- Merry Christmas! - -* Fri Oct 25 2013 Jindrich Novy <novyjindrich@gmail.com> - 2013-3-20131021 -- improve obsoletion automatism (#1022291, #1022746) - -* Tue Oct 15 2013 Jindrich Novy <novyjindrich@gmail.com> - 2013-2-20131019 -- fix symlinks and dependency generation - -* Tue Oct 15 2013 Jindrich Novy <novyjindrich@gmail.com> - 2013-1-20131014 -- sync with upstream -- fix bin->noarch package dependencies - -* Fri Oct 11 2013 Jindrich Novy <novyjindrich@gmail.com> - 2013-0.6.1-20131010 -- sync with upstream - fixes metapost, siunitx, latexdiff, luatex - (#1016074, #1013367, #981390, #975254, #976863) -- modify post scripts (#968573) -- fix kpathsea patch -- fix euler fonts installation (#982887) -- fix license tag OFSFLD -> OFL (#1014052) -- process perl dependencies (#1001434) -- don't ship flash files (#1000265) -- rebuild should fix rawhide poppler deps (#998696) -- fixes build of dbus-java (#993438) -- texexec no more complains about switch.rb (#993255) -- bin packages now require their counterparts (#991699, #988978, #984468) -- bibtex works fine now with spanish (#987534) -- do proper obsoletion - include epoch (#983433) -- fix build time tests - -* Wed Jun 12 2013 Jindrich Novy <novyjindrich@gmail.com> - 2013-0.1-20130608 -- formally switch to 2013 based on upstream -- call updmap-sys and fmtutil-sys for map and format updates -- bump epoch to be sure all noarch packages get updated - -* Tue Jun 11 2013 Jon Ciesla <limburgher@gmail.com> - 2012-25-20130531 -- Rebuild for new gd. - -* Sun Jun 2 2013 Jindrich Novy <novyjindrich@gmail.com> - 2012-24-20130531 -- fix luatex breakage (#959625) -- fix updmap-sys calls (#968573, #968573) -- fix broken dependencies for packages only shiping binaries/symlinks and nothing else -- fix update path - obsolete dvipdfm (#968358) -- pdfcrop now requires ghostscript (#964183) - -* Mon May 6 2013 Jindrich Novy <novyjindrich@gmail.com> - 2012-23-20130506 -- don't conflict with ht package - ht binary is now called t4ht (#959696) -- require coreutils (#928566) -- update build scripts -- update symlink references tetex -> texlive -- handle texmf -> texmf-dist upstream move -- do proper obsoletion again - -* Mon Apr 29 2013 Tom Callaway <spot@fedoraproject.org> - 2012-22-20130427 -- obsolete/provide ctan-musixtex-fonts and tex-musixtex - -* Sat Apr 27 2013 Jindrich Novy <novyjindrich@gmail.com> - 2012-21-20130427 -- add missing shebang to context script -- mark language.dat as config file (#929367) -- add scripts for checking out sources and CTAN archives - -* Wed Mar 27 2013 Jindrich Novy <novyjindrich@gmail.com> - 2012-20-20130321 -- bring chkweb back to life -- fix context script (#924918) -- prefer scripts installed from sources than from CTAN -- BR: ghostscript-devel because of dvisvgm (#924662) - -* Tue Mar 19 2013 Jindrich Novy <novyjindrich@gmail.com> - 2012-19-20130318 -- fix wrapper for context, remove chkweb man page (#910952) - -* Mon Mar 11 2013 Ralf Corsépius <corsepiu@fedoraproject.org> - 2012-18-20130310 -- Remove %%config from %%{_sysconfdir}/rpm/macros.* - (https://fedorahosted.org/fpc/ticket/259). - -* Fri Mar 8 2013 Jindrich Novy <jnovy@redhat.com> 2012-17-20130310 -- run updmap-sys --syncwithtrees posttrans (#915086) -- don't conflict with other packages (#913678) -- obsolete tex-cm-lgc (#907728) -- obsolete tex-kerkis (#907726) -- fix clashes with xmltex (#877690) -- use fedora latexmk instead of texlive latexmk (#914689) -- fix broken symlinks in /usr/bin (#910952) -- fmtutil doesn't print jadetex errors any more (#875266) -- fix post scriptlets - -* Tue Feb 5 2013 Jindrich Novy <jnovy@redhat.com> 2012-16-20130205 -- fix symlinks pointing to system utilities (#907643) -- add BR: texinfo because of makeinfo - -* Mon Jan 28 2013 Jindrich Novy <jnovy@redhat.com> 2012-15-20130131 -- enlarge tex(latex) dependency set, introduce tex(latex-base) (#904147) -- fix post-scriptlets (#875257) -- ship macros.texlive (#885762) -- depend directly on texlive-kpathsea-lib -- disable rpath - -* Fri Jan 18 2013 Marek Kasik <mkasik@redhat.com> 2012-14-20130102 -- Rebuild (poppler-0.22.0) - -* Fri Jan 11 2013 Jindrich Novy <jnovy@redhat.com> 2012-13-20130102 -- make dvips require latex-fonts (#879661) - -* Mon Jan 7 2013 Jindrich Novy <jnovy@redhat.com> 2012-12-20130102 -- fix dependencies and upgrade path (#892054, #891709) -- do not ship windows and other unneeded files - -* Wed Jan 2 2013 Jindrich Novy <jnovy@redhat.com> 2012-11-20130102 -- sync with CTAN -- added new buildrequires -- don't use texlive's psutils -- don't obsolete latexmk (#868996) - -* Thu Dec 6 2012 Jindrich Novy <jnovy@redhat.com> 2012-10-20121205 -- sync with CTAN -- compile also C++ sources with -fno-strict-aliasing -- ship adhocfilelist -- fix changelog dates - -* Tue Nov 20 2012 Jindrich Novy <jnovy@redhat.com> 2012-9-20121120 -- obsolete metapost-metauml (#573863) -- update BR perl-MD5 to perl(Digest::MD5) - required for updmap -- remove redundant posttrans executions in texlive-base (#865650) -- own ls-R in texmf-local directory - -* Wed Nov 14 2012 Jindrich Novy <jnovy@redhat.com> 2012-8-20121115 -- prevent sed from being verbose in install log when uninstalling -- be sure the old /usr/share/texmf tree is indexed and searched by - kpathsea (#876710) -- drop patch to fix build for dvisvgm, it is now applied upstream -- fix dependencies in texlive and texlive-base subpackages (#875364) - -* Sat Nov 10 2012 Jindrich Novy <jnovy@redhat.com> 2012-7-20121107 -- run mtxrun only once per transaction (#865650), this considerably - speeds up installation time - -* Wed Nov 7 2012 Jindrich Novy <jnovy@redhat.com> 2012-6-20121107 -- use -std=c++11 for all C++ apps in texlive to avoid symbol problems - (thanks to Jakub Jelinek) - -* Sun Nov 4 2012 Jindrich Novy <jnovy@redhat.com> 2012-5-20121024 -- don't conflict with latexmk (#868996) -- unify versioning for both binary and noarch subpackages -- remove lcdf-typetools hack for s390(x) - -* Wed Oct 24 2012 Jindrich Novy <jnovy@redhat.com> 2012-3-20121024 -- sync with upstream - fixes problem lcdf-typetools tests -- disable largefile support to fix pdflatex on 32bit arches (#872231) -- put compatibility TEXMF tree reference into texm-local instead - symlinking it to /usr/share/texmf directly - -* Fri Oct 19 2012 Jindrich Novy <jnovy@redhat.com> 2012-3-20121019 -- sync with upstream sources -- make /usr/share/texmf visible to kpathsea, make texmf-local - pointing to it (#867656, #864875) -- fix versioning of binary packages - -* Tue Oct 9 2012 Jindrich Novy <jnovy@redhat.com> 2012-3-20120926 -- obsolete chktex (#864211) -- make config.ps a config file (#441171) -- fix post/postun scriptlet dependencies -- all subpackages now have %%dist tag - -* Sat Oct 6 2012 Jindrich Novy <jnovy@redhat.com> 2012-2-20120926 -- drop relase subpackage (no more needed as TL is now in Fedora) -- fix -doc dependencies -- remove (not-built) asymtote from source tarball -- undefined catalogue version defaults to 0 -- perform automatic license audit -- include also packages not part of any scheme -- don't strip binaries so that we can generate debuginfo (#863635) -- clean up depsolver - -* Wed Oct 3 2012 Jindrich Novy <jnovy@redhat.com> 2012-1-20120926 -- introduce TeX Live 2012 to Fedora (#488651) -- fixes: #619481, #759534, #814880, #819157 - -* Thu Jun 14 2012 Jindrich Novy <jnovy@redhat.com> 2012-1-20120613 -- update to 2012 final -- obsolete system latexmk -- include dvisvgm back - -* Mon Apr 9 2012 Jindrich Novy <jnovy@redhat.com> 2012-0.1.20120408 -- temporarily disable dvisvgm due to gcc-4.7 compilation problems - -* Tue Jul 26 2011 Jindrich Novy <jnovy@redhat.com> 2011-1.20110726 -- update to the official TeX Live 2011 release - -* Sun Mar 13 2011 Jindrich Novy <jnovy@redhat.com> 2011-0.2.20110313 -- bump version to fix koma-skript versioning problem - -* Mon Feb 28 2011 Jindrich Novy <jnovy@redhat.com> 2011-0.1.20110227 -- fix upgrade path with old TL2007 xetex, context or dvips installed -- fix package generation bug that caused some package might be missing - from the repository - (http://www.linux.cz/pipermail/texlive/2011-February/000086.html) -- fix upstream source URLs - -* Tue Jan 25 2011 Jindrich Novy <jnovy@redhat.com> 2011-0.1.20110120 -- bump release to 2011 (we are using the 2011/dev SVN version) -- add more file virtual provides (TFM, TTF, TTC, PFA, PFB, PCF, OTF, - TEX, CNF, CFG, DEF, DAT, LDF, FD, ENC, MAP, VF, VPL, CLO, BUG, BUG2) - -* Thu Dec 23 2010 Jindrich Novy <jnovy@redhat.com> 2010-14.20110105 -- sync with upstream -- install texlive.tlpdb for autodep finder - -* Wed Dec 15 2010 Jindrich Novy <jnovy@redhat.com> 2010-13.20101215 -- sync with upstream as of 15th Dec -- fix dangling symlink (thanks to Michel Alexandre Salim) - -* Fri Nov 12 2010 Jindrich Novy <jnovy@redhat.com> 2010-13.20101112 -- temporarily disable dvi2tty because of failing test suite -- package /etc/texmf and point texmf-config there - -* Fri Nov 5 2010 Jindrich Novy <jnovy@redhat.com> 2010-13.20101102 -- make release package part of the main build - -* Mon Oct 18 2010 Jindrich Novy <jnovy@redhat.com> 2010-12.20101016 -- texlive-jadetex-bin obsoletes jadetex - -* Fri Oct 8 2010 Jindrich Novy <jnovy@redhat.com> 2010-12.20101007 -- fix symlinks in /usr/bin so that they are not pointing to wrong location - -* Thu Oct 7 2010 Jindrich Novy <jnovy@redhat.com> 2010-11.20101007 -- sync with the latest TL2010 sources -- don't make redundant copies of binaries, symlink them -- fix symlinks to perl utilities - -* Wed Aug 25 2010 Jindrich Novy <jnovy@redhat.com> 2010-10.20100814 -- add obsolete of dvisvgm to allow smooth updates - -* Mon Aug 23 2010 Jindrich Novy <jnovy@redhat.com> 2010-9.20100814 -- fix file attributes and rpmlint warnings -- define libdir when calling configure -- rebuild against new poppler - -* Thu Jul 15 2010 Jindrich Novy <jnovy@redhat.com> 2010-8.20100715 -- move all the licenses and base directory hierarchy to texlive-base - noarch subpackage -- add automatic licensing code - -* Fri Jun 4 2010 Jindrich Novy <jnovy@redhat.com> 2010-7.20100604 -- sync with upstream (introducing mptopdf) -- compile C source with -fno-strict-aliasing - -* Mon May 31 2010 Jindrich Novy <jnovy@redhat.com> 2010-7.20100531 -- switch to "tlpretest" source tree -- add lua and ruby dependencies to packages requiring them -- generate global package database "texlive.tlpdb" directly from - tlpobj files shipped with each package - -* Wed May 19 2010 Jindrich Novy <jnovy@redhat.com> 2010-6.20100521 -- disable chktex so that build passes -- fix dist tags in releases in binary packages - -* Fri Apr 30 2010 Jindrich Novy <jnovy@redhat.com> 2010-5.20100430 -- add dependencies resolution among biblatex files -- another %%postun scriptlets fix - -* Wed Apr 21 2010 Jindrich Novy <jnovy@redhat.com> 2010-4.20100421 -- add Requires(posttrans) to the main package - -* Mon Apr 19 2010 Jindrich Novy <jnovy@redhat.com> 2010-3.20100419 -- bump version of binaries because of the kpathsea soname increase - -* Fri Apr 16 2010 Jindrich Novy <jnovy@redhat.com> 2010-0.1.20100416 -- sync with upstream, remove ptex stuff for now - -* Fri Apr 09 2010 Jindrich Novy <jnovy@redhat.com> 2010-0.1.20100329 -- use 2010 prefix -- do not ship/build asymptote (#548761) - -* Fri Mar 26 2010 Jindrich Novy <jnovy@redhat.com> 2009-3.20100326 -- declare fmutil.cnf, updmap.cfg, context.cnf and texmf.cnf as config files - so that they don't get overwritten with texlive-kpathsea update -- move man and info pages to the main packages, not -doc - -* Fri Feb 19 2010 Jindrich Novy <jnovy@redhat.com> 2009-3.20100219 -- blacklist a4wide.sty because of bad (noinfo) license - -* Tue Nov 10 2009 Jindrich Novy <jnovy@redhat.com> 2009-2 -- install man and info pages into proper locations visible - by man and info -- update scriptlets -- remove xindy bits - -* Mon Nov 09 2009 Jindrich Novy <jnovy@redhat.com> 2009-1 -- update to oficcially released TeX Live 2009 -- enable large file support - -* Sun Nov 01 2009 Jindrich Novy <jnovy@redhat.com> 2009-0.13 -- remove postun scriptlet to avoid accidential removal of texmf bits - when not removing the package - -* Fri Oct 23 2009 Jindrich Novy <jnovy@redhat.com> 2009-0.12 -- tighten kpathsea devel dependency - -* Tue Oct 20 2009 Jindrich Novy <jnovy@redhat.com> 2009-0.11 -- fix generation of packages that ships only documentation -- fix versioning of packages without version but with revision -- fix heuristics for gathering .sty files dependencies -- include packages under GFSL license -- make files in old texmf tree from previous installs visible -- do not obsolete old kpathsea, try to coexist -- remove dvipdfm, dvipdfmx,depend of Fedora ones - -* Sun Oct 18 2009 Jindrich Novy <jnovy@redhat.com> 2009-0.10 -- TL2007 compatibility fixes: - - create /usr/share/texmf symlink - - clean all in post scriptlets - -* Fri Oct 02 2009 Jindrich Novy <jnovy@redhat.com> 2009-0.9 -- fix kpathsea Provides/Obsoletes - -* Tue Sep 29 2009 Jindrich Novy <jnovy@redhat.com> 2009-0.8 -- sync with latest upstream - -* Sat Sep 12 2009 Jindrich Novy <jnovy@redhat.com> 2009-0.7 -- make kpathsea independent on the main texlive package - -* Thu Sep 10 2009 Jindrich Novy <jnovy@redhat.com> 2009-0.6 -- remove packages under GFSL non-free license (tex-gyre) - -* Thu Sep 3 2009 Jindrich Novy <jnovy@redhat.com> 2009-0.5 -- fix dependencies to hyphenation packages -- fix provides/obsoletes - -* Mon Aug 31 2009 Jindrich Novy <jnovy@redhat.com> 2009-0.4 -- require recommended LaTeX bits, the installation of pure - scheme-basic is too minimalistic - -* Tue Aug 25 2009 Jindrich Novy <jnovy@redhat.com> 2009-0.3 -- require system psutils and t1utils and don't build the TL ones -- correctly obsolete old kpathsea -- binaries now have -bin postfix -- support for Fedora fonts - -* Thu Aug 20 2009 Jindrich Novy <jnovy@redhat.com> 2009-0.2 -- add tetex-* virtual provides -- fix unversioned requires -- filter out unwanted libs and utilities from source - -* Wed Aug 12 2009 Jindrich Novy <jnovy@redhat.com> 2009-0.1 -- update to TeX Live 2009 - pretest - -* Mon Jun 29 2009 Jindrich Novy <jnovy@redhat.com> 2008-0.2 -- update to today's svn sources of binaries from upstream -- fix directory -> symlink conversion -- add ly1 (#488651) - -* Thu Aug 14 2008 Jindrich Novy <jnovy@redhat.com> 2008-0.1 -- initial packaging for TeX Live 2008 -- wrote tl2rpm.c to autogenerate packages and post scriptlets - from TeX Live metadata -- fix kpathsea default search path diff --git a/tl-format.patch b/tl-format.patch index bc63b8c..6d89572 100644 --- a/tl-format.patch +++ b/tl-format.patch @@ -1,8 +1,8 @@ -diff -up source/texk/dvi2tty/dvi2tty-5.3.4/DVI.format source/texk/dvi2tty/dvi2tty-5.3.4/DVI -diff -up source/texk/dvidvi/dvidvi.c.format source/texk/dvidvi/dvidvi.c ---- source/texk/dvidvi/dvidvi.c.format 2015-07-28 21:21:51.170212574 -0400 -+++ source/texk/dvidvi/dvidvi.c 2015-07-28 21:22:27.842988620 -0400 -@@ -327,7 +327,7 @@ static void stringdvibuf(integer p, inte +diff -up texlive-base-20180414/source/texk/dvi2tty/dvi2tty-src/DVI.format texlive-base-20180414/source/texk/dvi2tty/dvi2tty-src/DVI +diff -up texlive-base-20180414/source/texk/dvidvi/dvidvi.c.format texlive-base-20180414/source/texk/dvidvi/dvidvi.c +--- texlive-base-20180414/source/texk/dvidvi/dvidvi.c.format 2017-06-23 10:55:46.000000000 -0400 ++++ texlive-base-20180414/source/texk/dvidvi/dvidvi.c 2018-04-30 13:07:17.910020544 -0400 +@@ -349,7 +349,7 @@ static void stringdvibuf(integer p, inte * Print a usage error messsage, and quit. */ static void usage(void) { @@ -11,7 +11,7 @@ diff -up source/texk/dvidvi/dvidvi.c.format source/texk/dvidvi/dvidvi.c (void)fprintf(stderr,"Usage: dvidvi [options] input[.dvi] [output]\n"); (void)fprintf(stderr,"where options are:\n"); (void)fprintf(stderr," [-f n] first page printed [-l n] last page printed\n"); -@@ -806,7 +806,7 @@ default: +@@ -828,7 +828,7 @@ default: } /* else argument with '-' */ } /* for */ if (*iname == 0) { @@ -20,7 +20,7 @@ diff -up source/texk/dvidvi/dvidvi.c.format source/texk/dvidvi/dvidvi.c error("! no input file specified"); } /* Inserted by djc@dsmail.hmi.de 3.8.1994 */ -@@ -817,7 +817,7 @@ default: +@@ -839,7 +839,7 @@ default: } if (*oname != 0 && !quiet) { @@ -29,118 +29,9 @@ diff -up source/texk/dvidvi/dvidvi.c.format source/texk/dvidvi/dvidvi.c (void)fprintf(stderr, "%s -> %s\n",iname,oname); temp = nextstring ; } -diff -up source/texk/ps2pk/objects.h.format source/texk/ps2pk/objects.h ---- source/texk/ps2pk/objects.h.format 2015-07-28 21:24:03.356405337 -0400 -+++ source/texk/ps2pk/objects.h 2015-07-28 21:24:21.397295166 -0400 -@@ -231,7 +231,7 @@ struct xobject { - /*SHARED*/ - /* NDW: personally, I want to see status and error messages! */ - #define IfTrace0(condition,model) \ -- {if (condition) printf(model);} -+ {if (condition) printf("%s",model);} - #define IfTrace1(condition,model,arg0) \ - {if (condition) printf(model,arg0);} - #define IfTrace2(condition,model,arg0,arg1) \ -diff -up source/texk/web2c/cwebboot.cin.format source/texk/web2c/cwebboot.cin ---- source/texk/web2c/cwebboot.cin.format 2015-07-28 21:24:28.351252699 -0400 -+++ source/texk/web2c/cwebboot.cin 2015-07-28 21:24:48.779127949 -0400 -@@ -1098,7 +1098,7 @@ void - fatal(const char*s,const char*t) - #line 1182 "cwebdir/common.w" - { --if(*s)printf(s); -+if(*s)printf("%s",s); - err_print(t); - history= fatal_message;exit(wrap_up()); - } -diff -up source/texk/web2c/cwebdir/common.c.format source/texk/web2c/cwebdir/common.c ---- source/texk/web2c/cwebdir/common.c.format 2015-07-28 21:24:56.764079186 -0400 -+++ source/texk/web2c/cwebdir/common.c 2015-07-28 21:25:24.830907788 -0400 -@@ -1063,7 +1063,7 @@ void - fatal(s,t) - char*s,*t; - { --if(*s)printf(s); -+if(*s)printf("%s",s); - err_print(t); - history= fatal_message;exit(wrap_up()); - } -diff -up source/texk/web2c/cwebdir/common.w.format source/texk/web2c/cwebdir/common.w ---- source/texk/web2c/cwebdir/common.w.format 2015-07-28 21:25:32.886858591 -0400 -+++ source/texk/web2c/cwebdir/common.w 2015-07-28 21:25:46.117777793 -0400 -@@ -1180,7 +1180,7 @@ concatenated to print the final error me - fatal(s,t) - char *s,*t; - { -- if (*s) printf(s); -+ if (*s) printf("%s",s); - err_print(t); - history=fatal_message; exit(wrap_up()); - } -diff -up source/texk/web2c/cwebdir/cweave.w.format source/texk/web2c/cwebdir/cweave.w ---- source/texk/web2c/cwebdir/cweave.w.format 2015-07-28 21:25:55.096722960 -0400 -+++ source/texk/web2c/cwebdir/cweave.w 2015-07-28 21:26:13.680609471 -0400 -@@ -1784,7 +1784,7 @@ void - print_cat(c) /* symbolic printout of a category */ - eight_bits c; - { -- printf(cat_name[c]); -+ printf("%s",cat_name[c]); - } - - @ The token lists for translated \TEX/ output contain some special control -diff -up source/texk/web2c/omegafonts/error_routines.c.format source/texk/web2c/omegafonts/error_routines.c ---- source/texk/web2c/omegafonts/error_routines.c.format 2015-07-28 21:26:21.654560776 -0400 -+++ source/texk/web2c/omegafonts/error_routines.c 2015-07-28 21:27:54.356994659 -0400 -@@ -62,7 +62,7 @@ void - yyerror(const_string fmt) - { - fprintf(stderr, "line %d (parsing): ", line_number); -- fprintf(stderr, fmt); -+ fprintf(stderr, "%s", fmt); - fprintf(stderr, "\n"); - num_errors++; - } -@@ -72,7 +72,7 @@ void - warning_0(const_string fmt) - { - fprintf(stderr, "line %d (warning): ", line_number); -- fprintf(stderr, fmt); -+ fprintf(stderr, "%s", fmt); - fprintf(stderr, "\n"); - } - -@@ -120,7 +120,7 @@ void - fatal_error_0(const_string fmt) - { - fprintf(stderr, "line %d (fatal): ", line_number); -- fprintf(stderr, fmt); -+ fprintf(stderr, "%s", fmt); - fprintf(stderr, "\n"); - exit(1); - } -@@ -156,7 +156,7 @@ void - internal_error_0(const_string fmt) - { - fprintf(stderr, "line %d (internal): ", line_number); -- fprintf(stderr, fmt); -+ fprintf(stderr, "%s", fmt); - fprintf(stderr, "\n"); - exit(2); - } -diff -up source/texk/web2c/omegafonts/out_routines.c.format source/texk/web2c/omegafonts/out_routines.c ---- source/texk/web2c/omegafonts/out_routines.c.format 2015-07-28 21:28:09.547901891 -0400 -+++ source/texk/web2c/omegafonts/out_routines.c 2015-07-28 21:28:22.209824567 -0400 -@@ -368,5 +368,5 @@ out_digits(unsigned counter) - void - out(const_string sval) - { -- fprintf(file_output, sval); -+ fprintf(file_output, "%s", sval); - } -diff -up source/texk/web2c/tiedir/tie.c.format source/texk/web2c/tiedir/tie.c ---- source/texk/web2c/tiedir/tie.c.format 2015-07-28 21:28:30.242775511 -0400 -+++ source/texk/web2c/tiedir/tie.c 2015-07-28 21:29:04.979563380 -0400 +diff -up texlive-base-20180414/source/texk/web2c/tiedir/tie.c.format texlive-base-20180414/source/texk/web2c/tiedir/tie.c +--- texlive-base-20180414/source/texk/web2c/tiedir/tie.c.format 2016-11-25 13:24:38.000000000 -0500 ++++ texlive-base-20180414/source/texk/web2c/tiedir/tie.c 2018-04-30 13:07:27.792787747 -0400 @@ -27,14 +27,14 @@ \ @@ -158,35 +49,3 @@ diff -up source/texk/web2c/tiedir/tie.c.format source/texk/web2c/tiedir/tie.c #define print2_ln(a,b){print2(a,b);term_new_line;} #define print3_ln(a,b,c){print3(a,b,c);term_new_line;} \ -diff -up source/texk/web2c/tiedir/tie.w.format source/texk/web2c/tiedir/tie.w ---- source/texk/web2c/tiedir/tie.w.format 2015-07-28 21:29:13.361512193 -0400 -+++ source/texk/web2c/tiedir/tie.w 2015-07-28 21:30:18.135116633 -0400 -@@ -458,14 +458,14 @@ for terminating an output line and writi - - @^system dependencies@> - @d term_out stdout --@d print(a) fprintf(term_out,a) /* `|print|' means write on the terminal */ -+@d print(a) fprintf(term_out,"%s",a) /* `|print|' means write on the terminal */ - @d print2(a,b) fprintf(term_out,a,b) /* same with two arguments */ - @d print3(a,b,c) fprintf(term_out,a,b,c) /* same with three arguments */ - @d print_c(v) fputc(v,term_out); /* print a single character */ - @d new_line(v) fputc('\n',v) /* start new line */ - @d term_new_line new_line(term_out) - /* start new line of the terminal */ --@d print_ln(v) {fprintf(term_out,v);term_new_line;} -+@d print_ln(v) {fprintf(term_out,"%s",v);term_new_line;} - /* `|print|' and then start new line */ - @d print2_ln(a,b) {print2(a,b);term_new_line;} /* same with two arguments */ - @d print3_ln(a,b,c) {print3(a,b,c);term_new_line;} -diff -up source/utils/devnag/src/devnag.c.format source/utils/devnag/src/devnag.c ---- source/utils/devnag/src/devnag.c.format 2015-07-28 21:23:26.446630739 -0400 -+++ source/utils/devnag/src/devnag.c 2015-07-28 21:23:34.215583295 -0400 -@@ -2400,7 +2400,7 @@ void put_macro(short macro) { - void err_ill(const char *str) { - fprintf(stderr, "Error: illegal character(s) \"%s\" detected at line %d:\n", - str, linenumber); -- fprintf(stderr, inbuf); -+ fprintf(stderr, "%s", inbuf); - exit(1); - } - diff --git a/tl-oldpkgs.h b/tl-oldpkgs.h deleted file mode 100644 index 6cbfadf..0000000 --- a/tl-oldpkgs.h +++ /dev/null @@ -1,2296 +0,0 @@ -/* Old package set from TeX Live 2011 from which to guarantee - upgrade path - package obsoletions are generated automatically - based on differences from this list to current package set from - CTAN. Jindrich (novyjindrich@gmail.com) -*/ - -char *old_pkgs[] = { -"aastex", -"abbr", -"abc", -"abstract", -"abstyles", -"accfonts", -"acmconf", -"acronym", -"acroterm", -"active-conf", -"addlines", -"adforn", -"adfsymbols", -"adjmulticol", -"adjustbox", -"adobemapping", -"adrconv", -"advdate", -"aeguill", -"ae", -"afm2pl", -"afthesis", -"aguplus", -"achemso", -"aiaa", -"aichej", -"AkkTeX", -"akletter", -"aleph", -"algorithmicx", -"algorithms", -"algorithm2e", -"alg", -"allrunes", -"alnumsec", -"alterqcm", -"altfont", -"ametsoc", -"amiri", -"amsaddr", -"amscls", -"amsfonts", -"amslatex-primer", -"amsldoc-it", -"amsldoc-vn", -"amsmath-it", -"amsmath", -"amsrefs", -"amstex", -"amsthdoc-it", -"animate", -"anonchap", -"answers", -"antiqua", -"antomega", -"antt", -"ANUfinalexam", -"anyfontsize", -"anysize", -"aomart", -"apacite", -"apalike2", -"apa", -"apa6e", -"apa6", -"appendix", -"apprends-latex", -"arabi", -"arabtex", -"arabxetex", -"arcs", -"arev", -"archaic", -"around-the-bend", -"arphic", -"arrayjobx", -"arsclassica", -"arydshln", -"asaetr", -"asana-math", -"ascelike", -"ascii-chart", -"ascii", -"aspectratio", -"assignment", -"astro", -"asyfig", -"asymptote-by-example-zh-cn", -"asymptote-faq-zh-cn", -"asymptote-manual-zh-cn", -"asymptote", -"attachfile", -"augie", -"auncial-new", -"aurical", -"authoraftertitle", -"authorindex", -"autoarea", -"automata", -"auto-pst-pdf", -"avantgar", -"a0poster", -"a2ping", -"a4wide", -"a5comb", -"babelbib", -"babel", -"background", -"bangtex", -"barcodes", -"bardiag", -"barr", -"bartel-chess-fonts", -"bashful", -"baskervald", -"bbcard", -"bbding", -"bbm-macros", -"bbm", -"bbold", -"bbold-type1", -"bclogo", -"beameraudience", -"beamer-FUBerlin", -"beamerposter", -"beamersubframe", -"beamerthemejltree", -"beamerthemenirma", -"beamer", -"beamer-tut-pt", -"beamer2thesis", -"beebe", -"begriff", -"belleek", -"bengali", -"bera", -"berenisadf", -"betababel", -"beton", -"bezos", -"bez123", -"bgreek", -"bhcexam", -"bchart", -"bibarts", -"biber", -"bibexport", -"bib-fr", -"bibhtml", -"biblatex-apa", -"biblatex-dw", -"biblatex-fiwi", -"biblatex-historian", -"biblatex-chem", -"biblatex-chicago", -"biblatex-ieee", -"biblatex-juradiss", -"biblatex-luh-ipw", -"biblatex-mla", -"biblatex-musuos", -"biblatex-nature", -"biblatex-nejm", -"biblatex-philosophy", -"biblatex-science", -"biblatex", -"bibleref-french", -"bibleref-german", -"bibleref-parse", -"bibleref", -"biblist", -"bibtex", -"bibtexu", -"bibtex8", -"bibtopicprefix", -"bibtopic", -"bibunits", -"bidi", -"bigfoot", -"bigints", -"binomexp", -"biocon", -"bizcard", -"blacklettert1", -"blindtext", -"blkarray", -"blockdraw_mp", -"block", -"bloques", -"blowup", -"bodegraph", -"boisik", -"boites", -"bold-extra", -"boldtensors", -"bondgraph", -"bookest", -"bookhands", -"booklet", -"bookman", -"booktabs-de", -"booktabs-fr", -"booktabs", -"boolexpr", -"boondox", -"bophook", -"borceux", -"bosisio", -"boxedminipage", -"boxhandler", -"bpchem", -"bpolynomial", -"bracketkey", -"braids", -"braille", -"braket", -"breakcites", -"breakurl", -"brushscr", -"bullcntr", -"bundledoc", -"burmese", -"bussproofs", -"bytefield", -"b1encoding", -"cachepic", -"calctab", -"calligra", -"calligra-type1", -"calrsfs", -"cals", -"calxxxx-yyyy", -"cancel", -"canoniclayout", -"cantarell", -"captcont", -"captdef", -"caption", -"capt-of", -"carlisle", -"carolmin-ps", -"cascadilla", -"cases", -"casyl", -"catechis", -"catchfilebetweentags", -"catoptions", -"cbcoptic", -"cbfonts", -"ccaption", -"ccfonts", -"ccicons", -"cclicenses", -"cc-pl", -"cd-cover", -"cdpbundl", -"cd", -"cellspace", -"cell", -"censor", -"cfr-lm", -"circ", -"circuitikz", -"cite", -"cjhebrew", -"cjkpunct", -"cjk", -"cjkutils", -"classicthesis", -"clefval", -"cleveref", -"clock", -"clrscode", -"cmap", -"cmarrows", -"cmbright", -"cmcyr", -"cmdstring", -"cmextra", -"cm-lgc", -"cmll", -"cmpica", -"cmpj", -"cmsd", -"cm-super", -"cmtiup", -"cm", -"cm-unicode", -"cns", -"codedoc", -"codepage", -"collcell", -"collectbox", -"collection-basic", -"collection-bibtexextra", -"collection-binextra", -"collection-context", -"collection-documentation-arabic", -"collection-documentation-base", -"collection-documentation-bulgarian", -"collection-documentation-czechslovak", -"collection-documentation-dutch", -"collection-documentation-english", -"collection-documentation-finnish", -"collection-documentation-french", -"collection-documentation-german", -"collection-documentation-chinese", -"collection-documentation-italian", -"collection-documentation-japanese", -"collection-documentation-korean", -"collection-documentation-mongolian", -"collection-documentation-polish", -"collection-documentation-portuguese", -"collection-documentation-russian", -"collection-documentation-serbian", -"collection-documentation-slovenian", -"collection-documentation-spanish", -"collection-documentation-thai", -"collection-documentation-turkish", -"collection-documentation-ukrainian", -"collection-documentation-vietnamese", -"collection-fontsextra", -"collection-fontsrecommended", -"collection-fontutils", -"collection-formatsextra", -"collection-games", -"collection-genericextra", -"collection-genericrecommended", -"collection-htmlxml", -"collection-humanities", -"collection-langafrican", -"collection-langarabic", -"collection-langarmenian", -"collection-langcjk", -"collection-langcroatian", -"collection-langcyrillic", -"collection-langczechslovak", -"collection-langdanish", -"collection-langdutch", -"collection-langenglish", -"collection-langfinnish", -"collection-langfrench", -"collection-langgerman", -"collection-langgreek", -"collection-langhebrew", -"collection-langhungarian", -"collection-langindic", -"collection-langitalian", -"collection-langlatin", -"collection-langlatvian", -"collection-langlithuanian", -"collection-langmongolian", -"collection-langnorwegian", -"collection-langother", -"collection-langpolish", -"collection-langportuguese", -"collection-langspanish", -"collection-langswedish", -"collection-langtibetan", -"collection-langturkmen", -"collection-langvietnamese", -"collection-latexextra", -"collection-latexrecommended", -"collection-latex", -"collection-luatex", -"collection-mathextra", -"collection-metapost", -"collection-music", -"collection-omega", -"collection-pictures", -"collection-plainextra", -"collection-pstricks", -"collection-publishers", -"collection-science", -"collection-texinfo", -"collection-xetex", -"collref", -"colordoc", -"colorinfo", -"colorsep", -"colortab", -"colortbl", -"colorwav", -"colourchange", -"combelow", -"combinedgraphics", -"combine", -"comfortaa", -"commath", -"comma", -"comment", -"compactbib", -"complexity", -"components-of-TeX", -"comprehensive", -"computational-complexity", -"concmath-fonts", -"concmath", -"concprog", -"concrete", -"confproc", -"constants", -"context-account", -"context-algorithmic", -"context-bnf", -"context-construction-plan", -"context-degrade", -"context-filter", -"context-fixme", -"context-french", -"context-fullpage", -"context-games", -"context-gantt", -"context-gnuplot", -"context-chromato", -"context-letter", -"context-lettrine", -"context-lilypond", -"context-mathsets", -"context-notes-zh-cn", -"context-rst", -"context-ruby", -"context-simplefonts", -"context-simpleslides", -"context", -"context-typearea", -"context-typescripts", -"context-vim", -"contour", -"cookingsymbols", -"cooking", -"coollist", -"coolstr", -"cool", -"cooltooltips", -"coordsys", -"copyrightbox", -"coseoul", -"courier-scaled", -"courier", -"courseoutline", -"coursepaper", -"coverpage", -"covington", -"c-pascal", -"cprotect", -"crbox", -"crop", -"crossreference", -"crossword", -"crosswrd", -"cryst", -"csbulletin", -"cslatex", -"csplain", -"csquotes-de", -"csquotes", -"cs", -"csvsimple", -"csvtools", -"ctable", -"ctanify", -"ctanupload", -"ctex-faq", -"ctex", -"ctib", -"ctie", -"cuisine", -"currfile", -"currvita", -"cursolatex", -"curves", -"curve", -"curve2e", -"custom-bib", -"cutwin", -"cv", -"cweb-latex", -"cweb", -"cyklop", -"cyrillic-bin", -"cyrillic", -"cyrplain", -"c90", -"dancers", -"dashbox", -"dashrule", -"dashundergaps", -"datatool", -"dateiliste", -"datenumber", -"datetime", -"dblfloatfix", -"dcpic", -"decimal", -"decorule", -"dehyph-exptl", -"dejavu", -"delim", -"delimtxt", -"de-macro", -"detex", -"devnag", -"dhua", -"diagbox", -"diagmac2", -"diagnose", -"dice", -"dictsym", -"digiconfigs", -"dichokey", -"dinat", -"dinbrief", -"dingbat", -"din1505", -"directory", -"dirtree", -"dirtytalk", -"disser", -"dk-bib", -"dlfltxb", -"dnaseq", -"dnp", -"docmfp", -"docmute", -"doc-pictex", -"documentation", -"doipubmed", -"doi", -"dosepsbin", -"dotarrow", -"dotseqn", -"dottex", -"dot2texi", -"doublestroke", -"dox", -"dozenal", -"dpfloat", -"dprogress", -"drac", -"draftcopy", -"draftwatermark", -"dramatist", -"dratex", -"drawstack", -"droid", -"droit-fr", -"drs", -"drv", -"dtk", -"dtl", -"dtxgallery", -"dtxtut", -"duerer-latex", -"duerer", -"duotenzor", -"dutchcal", -"dvdcoll", -"dviasm", -"dvicopy", -"dvidvi", -"dviincl", -"dviljk", -"dvipdfm", -"dvipdfmx-def", -"dvipdfmx", -"dvipng", -"dvipos", -"dvipsconfig", -"dvips", -"dvisvgm", -"dvi2tty", -"dyntree", -"ean", -"ean13isbn", -"easyfig", -"easylist", -"easy", -"easy-todo", -"ebezier", -"ebong", -"ebsthesis", -"ecclesiastic", -"ecc", -"ecltree", -"economic", -"eco", -"ec", -"ecv", -"edfnotes", -"edmac", -"edmargin", -"ednotes", -"ed", -"eemeir", -"eepic", -"egameps", -"egplot", -"eiad-ltx", -"eiad", -"eijkhout", -"einfuehrung", -"ejpecp", -"elbioimp", -"electrum", -"ellipsis", -"elmath", -"elpres", -"elsarticle", -"elteikthesis", -"eltex", -"elvish", -"emarks", -"emp", -"emptypage", -"emulateapj", -"enctex", -"encxvlna", -"endfloat", -"endheads", -"endnotes", -"engpron", -"engrec", -"engtlc", -"enumitem", -"enumitem-zref", -"envbig", -"environ", -"envlab", -"epigrafica", -"epigram", -"epigraph", -"epiolmec", -"eplain", -"epsdice", -"epsf", -"epsincl", -"epslatex-fr", -"epspdfconversion", -"epspdf", -"epstopdf", -"eqell", -"eqlist", -"eqname", -"eqnarray", -"eqparbox", -"erdc", -"errata", -"esdiff", -"ESIEEcv", -"esint", -"esint-type1", -"eskd", -"eskdx", -"esk", -"eso-pic", -"esstix", -"estcpmm", -"es-tex-faq", -"esvect", -"etaremune", -"etex-pkg", -"etex", -"etextools", -"ethiop", -"ethiop-t1", -"etoolbox-de", -"etoolbox", -"euenc", -"eukdate", -"euler", -"eulervm", -"europecv", -"eurosym", -"euro", -"euxm", -"everyhook", -"everypage", -"examdesign", -"examplep", -"exam", -"excludeonly", -"exercise", -"expdlist", -"export", -"expressg", -"exp-testopt", -"extarrows", -"exteps", -"extpfeil", -"extract", -"extsizes", -"facsimile", -"facture", -"faktor", -"fancybox", -"fancyhdr-it", -"fancyhdr", -"fancynum", -"fancypar", -"fancyref", -"fancytabs", -"fancytooltips", -"fancyvrb", -"FAQ-en", -"fbithesis", -"fbs", -"fcltxdoc", -"fc", -"fdsymbol", -"featpost", -"fenixpar", -"feynmf", -"feyn", -"fge", -"fifinddo-info", -"figbas", -"figbib", -"figflow", -"figsize", -"fig4latex", -"filecontents", -"filehook", -"fileinfo", -"filemod", -"finbib", -"findhyph", -"fink", -"finstrut", -"first-latex-doc", -"fixfoot", -"fixlatvian", -"fixltxhyph", -"fixme", -"fixpdfmag", -"fix2col", -"fjodor", -"flabels", -"flacards", -"flagderiv", -"flashcards", -"flashmovie", -"flipbook", -"flippdf", -"floatflt", -"floatrow", -"float", -"flowfram", -"fltpoint", -"fmp", -"fmtcount", -"fnbreak", -"fncychap", -"fncylab", -"fnpara", -"fntproof", -"fn2end", -"foekfont", -"foilhtml", -"fonetika", -"fontaxes", -"fontbook", -"font-change", -"fontch", -"fontinst", -"fontname", -"fontools", -"fontspec", -"fonts-tlwg", -"fonttable", -"fontware", -"fontwrap", -"footbib", -"footmisc", -"footnpag", -"forarray", -"forloop", -"formlett", -"formular", -"fouridx", -"fouriernc", -"fourier", -"fpl", -"fp", -"fragmaster", -"fragments", -"framed", -"frame", -"frankenstein", -"frcursive", -"frenchle", -"frletter", -"frontespizio", -"ftcap", -"ftnxtra", -"fullblck", -"fullwidth", -"functan", -"fundus", -"fwlw", -"gaceta", -"galois", -"gamebook", -"garrigues", -"garuda-c90", -"gastex", -"gatech-thesis", -"gates", -"gauss", -"g-brief", -"gb4e", -"gcard", -"gcite", -"genealogy", -"gene-logic", -"genmisc", -"genmpage", -"gentium", -"gentle", -"geometry-de", -"geometry", -"german", -"germbib", -"germkorr", -"getfiledate", -"getoptk", -"gfsartemisia", -"gfsbaskerville", -"gfsbodoni", -"gfscomplutum", -"gfsdidot", -"gfsneohellenic", -"gfsporson", -"gfssolomos", -"ghab", -"gchords", -"gillcm", -"gincltex", -"ginpenc", -"gitinfo", -"glossaries", -"gloss", -"glyphlist", -"gmdoc-enhance", -"gmdoc", -"gmeometric", -"gmiflink", -"gmp", -"gmutils", -"gmverb", -"gmverse", -"gnu-freefont", -"gnuplottex", -"gost", -"gothic", -"go", -"gradientframe", -"grafcet", -"graphics-pln", -"graphics", -"graphicx-psmin", -"greekdates", -"greek-inputenc", -"greektex", -"greenpoint", -"grfpaste", -"gridset", -"grid", -"grotesq", -"grverb", -"gsftopk", -"gtrcrd", -"guide-to-latex", -"guitar", -"guitlogo", -"gustlib", -"gustprog", -"gu", -"hands", -"hanging", -"hanoi", -"happy4th", -"HA-prosper", -"hardwrap", -"harmony", -"harpoon", -"harvard", -"harvmac", -"har2nat", -"hatching", -"hausarbeit-jura", -"hc", -"helvetic", -"hepnames", -"hepparticles", -"hepthesis", -"hep", -"hepunits", -"here", -"he-she", -"hexgame", -"hfbright", -"hfoldsty", -"hhtensor", -"histogr", -"historische-zeitschrift", -"hitec", -"hletter", -"hpsdiss", -"hrefhide", -"hrlatex", -"hvfloat", -"hvindex", -"hypdvips", -"hypernat", -"hyperref-docsrc", -"hyperref", -"hyper", -"hyperxmp", -"hyphen-afrikaans", -"hyphen-ancientgreek", -"hyphen-arabic", -"hyphen-armenian", -"hyphenat", -"hyphen-base", -"hyphen-basque", -"hyphen-bulgarian", -"hyphen-catalan", -"hyphen-coptic", -"hyphen-croatian", -"hyphen-czech", -"hyphen-danish", -"hyphen-dutch", -"hyphen-english", -"hyphen-esperanto", -"hyphen-estonian", -"hyphen-ethiopic", -"hyphenex", -"hyphen-farsi", -"hyphen-finnish", -"hyphen-french", -"hyphen-galician", -"hyphen-german", -"hyphen-greek", -"hyphen-hungarian", -"hyphen-chinese", -"hyphen-icelandic", -"hyphen-indic", -"hyphen-indonesian", -"hyphen-interlingua", -"hyphen-irish", -"hyphen-italian", -"hyphen-kurmanji", -"hyphen-lao", -"hyphen-latin", -"hyphen-latvian", -"hyphen-lithuanian", -"hyphen-mongolian", -"hyphen-norwegian", -"hyphen-polish", -"hyphen-portuguese", -"hyphen-romanian", -"hyphen-russian", -"hyphen-sanskrit", -"hyphen-serbian", -"hyphen-slovak", -"hyphen-slovenian", -"hyphen-spanish", -"hyphen-swedish", -"hyphen-turkish", -"hyphen-turkmen", -"hyphen-ukrainian", -"hyphen-uppersorbian", -"hyphen-welsh", -"hyph-utf8", -"hyplain", -"changebar", -"changelayout", -"changepage", -"changes", -"chappg", -"chapterfolder", -"charter", -"chbibref", -"chemarrow", -"chembst", -"chemcompounds", -"chemcono", -"chemexec", -"chemfig", -"chem-journal", -"chemmacros", -"chemnum", -"chemstyle", -"cherokee", -"chessboard", -"chessfss", -"chess-problem-diagrams", -"chess", -"chet", -"chextras", -"chicago-annote", -"chicago", -"chktex", -"chletter", -"chngcntr", -"chronology", -"chronosys", -"chscite", -"ibycus-babel", -"ibygrk", -"icsv", -"idxlayout", -"IEEEconf", -"ieeepes", -"IEEEtran", -"ifetex", -"ifluatex", -"ifmslide", -"ifmtarg", -"ifnextok", -"ifoddpage", -"ifplatform", -"ifsym", -"iftex", -"ifxetex", -"ijmart", -"ijqc", -"imac", -"image-gallery", -"imakeidx", -"impatient-fr", -"impatient", -"impnattypo", -"import", -"imtekda", -"inconsolata", -"index", -"initials", -"inlinebib", -"inlinedef", -"inputtrc", -"insbox", -"installfont", -"interactiveworkbook", -"interfaces", -"interpreter", -"intro-scientific", -"inversepath", -"invoice", -"ionumbers", -"iopart-num", -"ipaex", -"isodate", -"isodoc", -"isomath", -"isonums", -"isorot", -"iso", -"isotope", -"iso10303", -"itnumpar", -"itrans", -"iwhdp", -"iwona", -"jablantile", -"jadetex", -"jamtimes", -"japanese-otf", -"japanese-otf-uptex", -"japanese", -"jeopardy", -"jfontmaps", -"jknapltx", -"jlabels", -"jmlr", -"jmn", -"jneurosci", -"jpsj", -"jsclasses", -"js-misc", -"junicode", -"juraabbrev", -"jurabib", -"juramisc", -"jurarsp", -"jura", -"jvlisting", -"kantlipsum", -"karnaugh", -"kastrup", -"kdgdocs", -"kdgreek", -"kerkis", -"kerntest", -"keycommand", -"keyreader", -"keystroke", -"keyval2e", -"kixfont", -"kix", -"kluwer", -"knittingpattern", -"knitting", -"knuthotherfonts", -"knuth", -"koma-moderncvclassic", -"koma-script", -"kopka", -"kpathsea", -"kpfonts", -"ksfh_nat", -"kurier", -"labbook", -"labelcas", -"labels", -"lacheck", -"lambda", -"lapdf", -"lastpage", -"latex-bib-ex", -"latex-bin", -"latexconfig", -"latex-course", -"latexdiff", -"latex-doc-ptr", -"latexfileversion", -"latex-fonts", -"latex-graphics-companion", -"latexcheat-esmx", -"latexcheat-ptbr", -"latexcheat", -"latexmk", -"latexmp", -"latex-notes-zh-cn", -"latex-referenz", -"latex-tabellen", -"latex-tds", -"latex", -"latex-veryshortguide", -"latex-web-companion", -"latex2e-help-texinfo-spanish", -"latex2e-help-texinfo", -"latex2man", -"latex4wp-it", -"latex4wp", -"lato", -"layaureo", -"layouts", -"lazylist", -"lcdftypetools", -"lcd", -"lcg", -"lcyw", -"leading", -"leaflet", -"lecturer", -"ledmac", -"leftidx", -"lettre", -"lettrine", -"levy", -"lewis", -"lexikon", -"lfb", -"lgreek", -"lhcyr", -"lhelp", -"lh", -"libertine-legacy", -"libertine", -"libgreek", -"librarian", -"libris", -"limap", -"lineara", -"linegoal", -"lineno", -"linguex", -"lipsum", -"listbib", -"listings-ext", -"listings", -"listing", -"listliketab", -"listofsymbols", -"lithuanian", -"liturg", -"lkproof", -"lmextra", -"lm", -"locality", -"localloc", -"logbox", -"logical-markup-utils", -"logpap", -"logreq", -"lpic", -"lps", -"lsc", -"lshort-bulgarian", -"lshort-czech", -"lshort-dutch", -"lshort-english", -"lshort-finnish", -"lshort-french", -"lshort-german", -"lshort-chinese", -"lshort-italian", -"lshort-japanese", -"lshort-korean", -"lshort-mongol", -"lshort-persian", -"lshort-polish", -"lshort-portuguese", -"lshort-russian", -"lshort-slovak", -"lshort-slovenian", -"lshort-spanish", -"lshort-thai", -"lshort-turkish", -"lshort-ukr", -"lshort-vietnamese", -"ltabptch", -"ltxdockit", -"ltxindex", -"ltxkeys", -"ltxmisc", -"ltxnew", -"ltxtools", -"lua-alt-getopt", -"luabibentry", -"luacode", -"luaindex", -"luainputenc", -"lualatex-doc", -"lualatex-math", -"lualibs", -"luamplib", -"luaotfload", -"luapersian", -"luasseq", -"luatexbase", -"luatex", -"luatextra", -"lxfonts", -"ly1", -"l2picfaq", -"l2tabu-english", -"l2tabu-french", -"l2tabu-italian", -"l2tabu-spanish", -"l2tabu", -"l3experimental", -"l3kernel", -"l3packages", -"macqassign", -"macros2e", -"mafr", -"magaz", -"magyar", -"mailing", -"mailmerge", -"makebarcode", -"makebox", -"makecell", -"makecirc", -"makecmds", -"makedtx", -"makeglos", -"makeindex", -"makeplot", -"malayalam", -"manfnt", -"manuscript", -"margbib", -"marginfix", -"marginnote", -"marvosym", -"mathabx", -"mathabx-type1", -"mathalfa", -"mathastext", -"mathcomp", -"mathdesign", -"mathdots", -"math-e", -"mathexam", -"mathmode", -"mathpazo", -"mathspec", -"mathspic", -"match_parens", -"mattens", -"maybemath", -"mbenotes", -"mcaption", -"mceinleger", -"mciteplus", -"mcite", -"mdframed", -"mdputu", -"mdsymbol", -"mdwtools", -"meetingmins", -"memdesign", -"memexsupp", -"MemoirChapStyles", -"memoir", -"mentis", -"menu", -"metafont-beginners", -"metafont-for-beginners", -"metafont", -"metago", -"metalogo", -"metaobj", -"metaplot", -"metapost-examples", -"metapost", -"metatex", -"metauml", -"method", -"metre", -"mex", -"mflogo", -"mfnfss", -"mfpic", -"mfpic4ode", -"mftinc", -"mftoeps", -"mfware", -"mf2pt1", -"mhequ", -"mhchem", -"mh", -"microtype-de", -"microtype", -"midnight", -"midpage", -"miller", -"mil3", -"minibox", -"minipage-marginpar", -"miniplot", -"minitoc", -"minted", -"minutes", -"misc", -"misc209", -"mkgrkindex", -"mkjobtexmf", -"mkpattern", -"mla-paper", -"mlist", -"mltex", -"mmap", -"mnsymbol", -"moderncv", -"moderntimeline", -"modiagram", -"modref", -"modroman", -"mongolian-babel", -"montex", -"moreenum", -"morefloats", -"morehype", -"moresize", -"moreverb", -"morewrites", -"movie15", -"mparhack", -"mpattern", -"mpcolornames", -"mpgraphics", -"mpman-ru", -"mptopdf", -"mp3d", -"msc", -"msg", -"mslapa", -"ms", -"msu-thesis", -"mtgreek", -"multenum", -"multibbl", -"multibib", -"multicap", -"multido", -"multiobjective", -"multirow", -"multi", -"munich", -"musixguit", -"musixtex-fnts", -"musixtex", -"musuos", -"muthesis", -"mversion", -"mwcls", -"mxedruli", -"mychemistry", -"mylatexformat", -"nag", -"nameauth", -"namespc", -"natbib", -"nath", -"nature", -"navigator", -"ncclatex", -"ncctools", -"ncntrsbk", -"nddiss", -"needspace", -"newcommand", -"newfile", -"newlfm", -"newsletr", -"newspaper", -"newunicodechar", -"newvbtm", -"newverbs", -"nextpage", -"nfssext-cfr", -"niceframe", -"nicetext", -"nih", -"nkarta", -"nlctdoc", -"noitcrul", -"nolbreaks", -"nomencl", -"nomentbl", -"nonfloat", -"nonumonpart", -"nopageno", -"norasi-c90", -"nostarch", -"notes", -"notes2bib", -"notoccite", -"nowidow", -"nrc", -"ntgclass", -"ntheorem", -"ntheorem-vn", -"nuc", -"numericplots", -"numname", -"numprint", -"oberdiek", -"objectz", -"ocgtools", -"ocr-b-outline", -"ocr-b", -"ocr-latex", -"octavo", -"ofs", -"ogham", -"ocherokee", -"oinuit", -"oldlatin", -"oldstandard", -"oldstyle", -"omega", -"omegaware", -"onlyamsmath", -"onrannual", -"opcit", -"opensans", -"optional", -"ordinalpt", -"orkhun", -"othelloboard", -"othello", -"otibet", -"ot-tableau", -"oubraces", -"outliner", -"outlines", -"outline", -"overpic", -"pacioli", -"pagecolor", -"pagecont", -"pagenote", -"pagerange", -"pageslts", -"palatino", -"papercdcase", -"papermas", -"papertex", -"paper", -"paracol", -"paralist", -"parallel", -"paratype", -"paresse", -"parnotes", -"parrun", -"parselines", -"parskip", -"passivetex", -"patgen", -"patgen2-tutorial", -"path", -"patchcmd", -"patch", -"pauldoc", -"pawpict", -"pax", -"pb-diagram", -"pbox", -"pbsheet", -"pdfcomment", -"pdfcprot", -"pdfcrop", -"pdfjam", -"pdfmarginpar", -"pdfpages", -"pdfscreen", -"pdfslide", -"pdfsync", -"pdftex-def", -"pdftex", -"pdftools", -"pdf-trans", -"pdftricks", -"pdfwin", -"pdfx", -"pdf14", -"pecha", -"perception", -"perltex", -"permute", -"persian-bib", -"persian-modern", -"petiteannonce", -"petri-nets", -"pgfgantt", -"pgfmolbio", -"pgfopts", -"pgfplots", -"pgf-soroban", -"pgf", -"pgf-umlsd", -"phaistos", -"philex", -"philokalia", -"philosophersimprint", -"phonetic", -"photo", -"physymb", -"piano", -"picinpar", -"pictexsum", -"pictex", -"pictex2", -"pict2e", -"piechartmp", -"piff", -"pigpen", -"pinlabel", -"pitex", -"pittetd", -"pkfix-helper", -"pkfix", -"placeins-plain", -"placeins", -"plain-doc", -"plain", -"plantslabels", -"plari", -"plates", -"play", -"plnfss", -"pl", -"plweb", -"pmgraph", -"pnas2009", -"poemscol", -"polski", -"poltawski", -"polyglossia", -"polyglot", -"polynomial", -"polynom", -"polytable", -"postcards", -"poster-mac", -"powerdot-FUBerlin", -"powerdot", -"ppr-prv", -"pracjourn", -"preprint", -"prerex", -"presentations", -"present", -"prettyref", -"preview", -"printlen", -"proba", -"probsoln", -"procIAGssymp", -"prodint", -"productbox", -"program", -"progressbar", -"progress", -"properties", -"prosper", -"protex", -"protocol", -"przechlewski-book", -"psafm", -"psbao", -"pseudocode", -"psfrag-italian", -"psfrag", -"psfragx", -"psgo", -"psizzl", -"pslatex", -"psnfss", -"pspicture", -"pst-abspos", -"pst-am", -"pst-asr", -"pst-barcode", -"pst-bar", -"pst-bezier", -"pst-blur", -"pst-bspline", -"pst-calendar", -"pst-circ", -"pst-coil", -"pst-cox", -"pst-dbicons", -"pst-diffraction", -"pst-electricfield", -"pst-eps", -"pst-eucl", -"pst-eucl-translation-bg", -"pst-exa", -"pst-fill", -"pst-fractal", -"pst-fr3d", -"pst-func", -"pst-fun", -"pst-gantt", -"pst-geo", -"pst-ghsb", -"pst-grad", -"pst-graphicx", -"pst-gr3d", -"pst-infixplot", -"pst-jtree", -"pst-knot", -"pst-labo", -"pst-layout", -"pst-lens", -"pst-light3d", -"pst-magneticfield", -"pst-math", -"pst-mirror", -"pst-node", -"pst-ob3d", -"pstools", -"pstool", -"pst-optexp", -"pst-optic", -"pst-osci", -"pst-pad", -"pst-pdf", -"pst-pdgr", -"pst-platon", -"pst-plot", -"pst-poly", -"pst-pulley", -"pst-qtree", -"pstricks-add", -"pstricks_calcnotes", -"pstricks-examples-en", -"pstricks-examples", -"pstricks", -"pstricks-tutorial", -"pst-rubans", -"pst-sigsys", -"pst-slpe", -"pst-solarsystem", -"pst-solides3d", -"pst-soroban", -"pst-spectra", -"pst-stru", -"pst-support", -"pst-text", -"pst-thick", -"pst-tools", -"pst-tree", -"pst-tvz", -"pst-uml", -"pst-vowel", -"pst-vue3d", -"pst-2dplot", -"pst2pdf", -"pst-3dplot", -"pst-3d", -"psu-thesis", -"psutils", -"ps2pkm", -"ptex", -"ptptex", -"punknova", -"punk", -"purifyeps", -"pxfonts", -"pxgreeks", -"pxtxalfa", -"qcm", -"qobitree", -"qpxqtx", -"qstest", -"qsymbols", -"qtree", -"quotchap", -"quoting", -"quotmark", -"randbild", -"randomwalk", -"randtext", -"rccol", -"rcsinfo", -"rcs-multi", -"rcs", -"realboxes", -"realscripts", -"recipecard", -"recipe", -"rec-thy", -"rectopma", -"recycle", -"refcheck", -"refman", -"refstyle", -"regcount", -"register", -"regstats", -"relenc", -"relsize", -"reotex", -"repeatindex", -"resumemac", -"reverxii", -"revtex", -"revtex4", -"rjlparshap", -"rlepsf", -"rmpage", -"robustcommand", -"robustindex", -"roex", -"romanbar", -"romande", -"romanneg", -"romannum", -"rotating", -"rotfloat", -"rotpages", -"roundbox", -"rsc", -"rsfso", -"rsfs", -"rst", -"rtkinenc", -"rtklage", -"ruhyphen", -"r_und_s", -"russ", -"rviewport", -"rvwrite", -"ryethesis", -"sageep", -"sanskrit", -"sansmath", -"sapthesis", -"sasnrdisplay", -"sauerj", -"sauterfonts", -"sauter", -"savefnmark", -"savesym", -"savetrees", -"scalebar", -"scale", -"sciposter", -"screenplay", -"sdrt", -"secdot", -"sectionbox", -"section", -"sectsty", -"seetexk", -"selectp", -"semantic", -"semaphor", -"seminar", -"semioneside", -"sepnum", -"seqsplit", -"serbian-apostrophe", -"serbianc", -"serbian-date-lat", -"serbian-def-cyr", -"serbian-lig", -"setspace", -"seuthesis", -"sffms", -"sfg", -"sfmath", -"sf298", -"sgame", -"shadethm", -"shade", -"shadow", -"shapepar", -"shipunov", -"shorttoc", -"showexpl", -"showhyphens", -"showlabels", -"showtags", -"show2e", -"shuffle", -"schemabloc", -"scheme-basic", -"scheme-context", -"scheme-full", -"scheme-gust", -"scheme-medium", -"scheme-minimal", -"scheme-tetex", -"scheme-xml", -"schwalbe-chess", -"sidecap", -"sidenotes", -"sides", -"silence", -"simplecd", -"simplecv", -"simplewick", -"simplified-latex", -"SIstyle", -"sitem", -"SIunits", -"siunitx", -"skaknew", -"skak", -"skb", -"skeycommand", -"skeyval", -"skull", -"slantsc", -"slideshow", -"smalltableof", -"smartref", -"snapshot", -"songbook", -"sort-by-letters", -"soton", -"soul", -"spanglish", -"spanish-mx", -"spanish", -"sparklines", -"sphack", -"spie", -"splines", -"splitbib", -"splitindex", -"spotcolor", -"spot", -"spreadtab", -"spverbatim", -"srbook-mem", -"srcltx", -"sseq", -"stack", -"stage", -"standalone", -"starfont", -"startex", -"statex", -"statex2", -"statistik", -"staves", -"stdclsdv", -"stdpage", -"steinmetz", -"stellenbosch", -"stix", -"stmaryrd", -"storebox", -"storecmd", -"stringstrings", -"struktex", -"sttools", -"stubs", -"sty2dtx", -"suanpan", -"subdepth", -"subeqnarray", -"subeqn", -"subfigmat", -"subfig", -"subfigure", -"subfloat", -"substr", -"subsupscripts", -"sudokubundle", -"sudoku", -"suftesi", -"sugconf", -"supertabular", -"susy", -"svgcolor", -"svg-inkscape", -"svninfo", -"svn-multi", -"svn-prov", -"svn", -"swebib", -"swimgraf", -"syllogism", -"symbol", -"synctex", -"synproof", -"syntax", -"syntrace", -"synttree", -"systeme", -"Tabbing", -"tabfigures", -"tableaux", -"tablefootnote", -"tablists", -"tablor", -"tabls", -"tabto-generic", -"tabto-ltx", -"tabularborder", -"tabularcalc", -"tabularew", -"tabulars-e", -"tabulary", -"tabu", -"tabvar", -"tagging", -"talk", -"tamethebeast", -"t-angles", -"tapir", -"tap", -"taupin", -"tcldoc", -"tcolorbox", -"tdclock", -"tdsfrmath", -"tds", -"ted", -"technics", -"templates-fenn", -"templates-sommer", -"tengwarscript", -"tensor", -"termcal", -"termlist", -"tetex", -"teubner", -"texapi", -"texbytopic", -"texconfig", -"texcount", -"texdef", -"texdiff", -"texdirflatten", -"texdoc", -"texdraw", -"tex-ewd", -"tex-font-errors-cheatsheet", -"tex-gyre", -"texilikecover", -"texilikechaps", -"texinfo", -"tex-label", -"texlive-common", -"texlive-cz", -"texlive-de", -"texlive-docindex", -"texlive-en", -"texlive-fr", -"texlive.infra", -"texlive-it", -"texlive-msg-translations", -"texliveonfly", -"texlive-pl", -"texlive-ru", -"texlive-scripts", -"texlive-sr", -"texlive-zh-cn", -"texloganalyser", -"texlogos", -"texmate", -"texments", -"tex-overview", -"texpower", -"tex-ps", -"tex-refs", -"texshade", -"texsis", -"textcase", -"textfit", -"textgreek", -"tex", -"textmerg", -"textopo", -"textpath", -"textpos", -"tex-virtual-academy-pl", -"texware", -"texworks", -"tex4ht", -"tfrupee", -"thailatex", -"theoremref", -"thesis-titlepage-fhac", -"thinsp", -"thmbox", -"thmtools", -"threeddice", -"threeparttable", -"threeparttablex", -"thumbpdf", -"thumbs", -"thumb", -"thumby", -"thuthesis", -"ticket", -"tie", -"tikz-cd", -"tikz-dependency", -"tikz-inet", -"tikzpagenodes", -"tikz-qtree", -"tikz-timing", -"tikz-3dplot", -"timesht", -"times", -"timetable", -"tipa-de", -"tipa", -"titlefoot", -"titlepages", -"titlepic", -"titleref", -"titlesec", -"titling", -"tkz-base", -"tkz-berge", -"tkz-doc", -"tkz-euclide", -"tkz-fct", -"tkz-graph", -"tkz-kiviat", -"tkz-linknodes", -"tkz-orm", -"tkz-tab", -"tlc2", -"tocbibind", -"tocloft", -"tocvsec2", -"todonotes", -"todo", -"tokenizer", -"toolbox", -"tools", -"topfloat", -"toptesi", -"totcount", -"totpages", -"tpic2pdftex", -"tpslifonts", -"tqft", -"trajan", -"tram", -"translation-array-fr", -"translation-arsclassica-de", -"translation-biblatex-de", -"translation-dcolumn-fr", -"translation-ecv-de", -"translation-enumitem-de", -"translation-europecv-de", -"translation-filecontents-de", -"translation-chemsym-de", -"translation-moreverb-de", -"translation-natbib-fr", -"translation-tabbing-fr", -"tree-dvips", -"treetex", -"trfsigns", -"trimspaces", -"trivfloat", -"trsym", -"truncate", -"tsemlines", -"ttfutils", -"tucv", -"tufte-latex", -"tugboat-plain", -"tugboat", -"turkmen", -"turnstile", -"turnthepage", -"twoinone", -"twoup", -"txfontsb", -"txfonts", -"txgreeks", -"typehtml", -"type1cm", -"Type1fonts", -"typogrid", -"t1utils", -"t2", -"uaclasses", -"uafthesis", -"ucdavisthesis", -"ucs", -"ucthesis", -"uebungsblatt", -"uhc", -"uiucthesis", -"ukrhyph", -"ulem", -"ulqda", -"umich-thesis", -"umlaute", -"uml", -"umoline", -"umthesis", -"umtypewriter", -"unamthesis", -"underlin", -"underscore", -"undolabl", -"unicode-math", -"unisugar", -"unitsdef", -"units", -"universa", -"uni-wtal-ger", -"uothesis", -"uowthesis", -"upca", -"upmethodology", -"upquote", -"uri", -"urlbst", -"url", -"urwchancal", -"ushort", -"utf8mex", -"utopia", -"ut-thesis", -"uwthesis", -"vak", -"vancouver", -"variations", -"varindex", -"varisize", -"varsfromjobname", -"varwidth", -"vaucanson-g", -"velthuis", -"venn", -"venturisadf", -"verbasef", -"verbatimbox", -"verbatimcopy", -"verbdef", -"verbments", -"verse", -"versions", -"version", -"vertbars", -"vhistory", -"visualfaq", -"vlna", -"vmargin", -"vntex", -"volumes", -"voss-de", -"vpe", -"vruler", -"vwcol", -"wadalab", -"wallpaper", -"warning", -"warpcol", -"was", -"wasysym", -"wasy", -"webguide", -"web", -"widetable", -"williams", -"wnri-latex", -"wnri", -"wordlike", -"wrapfig", -"wsuipa", -"xargs", -"xbmc", -"xcite", -"xcolor", -"xcomment", -"xdoc", -"xdvi", -"xecjk", -"xecolor", -"xecyr", -"xeindex", -"xepersian", -"xesearch", -"xetexconfig", -"xetex-def", -"xetex-devanagari", -"xetexfontinfo", -"xetex-itrans", -"xetex-pstricks", -"xetexref", -"xetex", -"xfor", -"xgreek", -"xhfill", -"xifthen", -"xindy", -"xits", -"xkeyval", -"xlop", -"xltxtra", -"xmlplay", -"xmltex", -"xmpincl", -"xnewcommand", -"xoptarg", -"xpatch", -"xq", -"xskak", -"xstring", -"xtab", -"xunicode", -"xwatermark", -"xyling", -"xypic", -"xypic-tut-pt", -"xytree", -"yafoot", -"yagusylo", -"yannisgr", -"yax", -"ydoc", -"yfonts", -"yhmath", -"york-thesis", -"youngtab", -"yplan", -"ytableau", -"zapfding", -"zapfchan", -"zed-csp", -"zhmetrics", -"zhspacing", -"ziffer", -"zwgetfdate", -"zwpagelayout", -"12many", -"2up", -}; diff --git a/tl2rpm.c b/tl2rpm.c deleted file mode 100644 index 048659f..0000000 --- a/tl2rpm.c +++ /dev/null @@ -1,2389 +0,0 @@ -/* - * tl2rpm 0.0.1, TeX Live to RPM converter. - * - * Copyright (C) 2009-2012 Jindrich Novy (jnovy@users.sf.net) - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - */ - -#define _GNU_SOURCE - -//#define PACKAGE_SOURCE -#define PACKAGE_DOCS -//#define MERGE_DOCS -//#define SRPMS -//#define SHORTEN_FILELISTS -//#define FEDORA_FONTS -#define UNPACK "xz" -#define REQ_POSTTRANS "Requires: " -#define REQ_POST_POSTUN "Requires(post,postun): " -#ifndef TL2010 -//# define CTAN_URL "ftp://ftp.ctex.org/mirrors/CTAN/systems/texlive/tlnet/archive/" -# define CTAN_URL "http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/" -#else -# define CTAN_URL "" -#endif -#ifdef DEBUG -# define REDIR "\n" -#else -# define REDIR " > /dev/null 2>&1\n" -#endif - -#include <stdlib.h> -#include <stdio.h> -#include <ctype.h> -#include <string.h> -#include <sys/stat.h> -#include <sys/types.h> -#include <unistd.h> -#include "tl-oldpkgs.h" - -char arch[] = "i386-linux"; -char *m; -off_t size, pos; - -typedef struct { - char *token; - int num; - size_t s; -} match; - -enum {CAT_COLLECTION, CAT_DOCUMENTATION, CAT_PACKAGE, CAT_SCHEME, CAT_TLCORE, CAT_CONTEXT}; -match category[] = { - {"Collection", CAT_COLLECTION}, - {"Documentation", CAT_DOCUMENTATION}, - {"Package", CAT_PACKAGE}, - {"Scheme", CAT_SCHEME}, - {"TLCore", CAT_TLCORE}, - {"ConTeXt", CAT_CONTEXT}, - {NULL, 0} -}; - -enum { - LIC_GPL = 1<<0, - LIC_LPPL = 1<<1, - LIC_OTHER_FREE = 1<<2, - LIC_PD = 1<<3, - LIC_LGPL = 1<<4, - LIC_GFSL = 1<<5, - LIC_BSD = 1<<6, - LIC_GFL = 1<<7, - LIC_ARTISTIC2 = 1<<8, - LIC_FDL = 1<<9, - LIC_COLLECTION = 1<<10, - LIC_OTHER = 1<<11, - LIC_OFL = 1<<12, - LIC_APACHE2 = 1<<13, - LIC_NOINFO = 1<<14, - LIC_UNKNOWN = 1<<15, - LIC_KNUTH = 1<<16, - LIC_ARTISTIC = 1<<17, - LIC_NOSOURCE = 1<<18, - LIC_NOSELL = 1<<19, - LIC_NOCOMMERCIAL= 1<<20, - LIC_GPL2 = 1<<21, - LIC_GPL3 = 1<<22, - LIC_LPPL12 = 1<<23, - LIC_LPPL13 = 1<<24, -}; -#define LIC_PROBLEMATIC (LIC_NOINFO | LIC_UNKNOWN | LIC_ARTISTIC | LIC_NOSOURCE | LIC_NOSELL | LIC_NOCOMMERCIAL | LIC_OTHER) -#define LIC_NOTALLOWED LIC_PROBLEMATIC - -match license[] = { - {"gpl3", LIC_GPL3}, - {"gpl2", LIC_GPL2}, - {"gpl", LIC_GPL}, - {"lppl1.3", LIC_LPPL13}, - {"lppl1.2", LIC_LPPL12}, - {"lppl1", LIC_LPPL}, - {"lppl", LIC_LPPL}, - {"other-free", LIC_OTHER_FREE}, - {"pd", LIC_PD}, - {"noinfo", LIC_NOINFO}, - {"lgpl2.1", LIC_LGPL}, - {"lgpl", LIC_LGPL}, - {"gfsl", LIC_GFSL}, - {"bsd", LIC_BSD}, - {"knuth", LIC_KNUTH}, - {"unknown", LIC_UNKNOWN}, - {"gfl", LIC_GFL}, - {"artistic2", LIC_ARTISTIC2}, - {"fdl", LIC_FDL}, - {"collection", LIC_COLLECTION}, - {"artistic", LIC_ARTISTIC}, - {"other-nonfree", LIC_OTHER}, - {"other", LIC_OTHER}, - {"ofl", LIC_OFL}, - {"apache2", LIC_APACHE2}, - {"nosource", LIC_NOSOURCE}, - {"nosell", LIC_NOSOURCE}, - {"nocommercial", LIC_NOCOMMERCIAL}, - {NULL, 0} -}; - -match spec_license[] = { - {"GPL+", LIC_GPL}, - {"GPLv2+", LIC_GPL2}, - {"GPLv3+", LIC_GPL3}, - {"LPPL", LIC_LPPL}, - {"LPPL 1.2", LIC_LPPL12}, - {"LPPL 1.3", LIC_LPPL13}, - {"Freely redistributable without restriction", LIC_OTHER_FREE}, - {"Public Domain", LIC_PD}, - {"No Info", LIC_NOINFO}, - {"LGPLv2+", LIC_LGPL}, - {"GFSL", LIC_GFSL}, - {"BSD", LIC_BSD}, - {"Knuth", LIC_KNUTH}, - {"Unknown", LIC_UNKNOWN}, - {"LPPL", LIC_GFL}, - {"Artistic 2.0", LIC_ARTISTIC2}, - {"GFDL", LIC_FDL}, - {"Public Domain", LIC_COLLECTION}, - {"Artistic", LIC_ARTISTIC}, - {"Other", LIC_OTHER}, - {"OFL", LIC_OFL}, - {"ASL 2.0", LIC_APACHE2}, - {"No Source", LIC_NOSOURCE}, - {"No Sell", LIC_NOSOURCE}, - {"Non-commercial", LIC_NOCOMMERCIAL}, - {NULL, 0} -}; - -typedef struct pk { - char *name; - unsigned long namehash; - int category; - char *shortdesc; - char **longdesc; - int longdesc_lines; - char **runf; - int runfs; - char **docf; - int docfs; - char **srcf; - int srcfs; - char **binf; - int binfs; - char *revision; - char *catalogue_ctan; - int catalogue_license; - char *fedora_license; - char *catalogue_date; - char *catalogue_version; - char **dep; - struct pk **req; - int reqs; - char **file_req; - int file_reqs; - char **file_prov; - int file_provs; - char **exe; - int exes; - int reloc; - int has_man; - int has_info; - int main_pkg_written; - int any_pkg_written; -} package; - -typedef struct { - char *dir; - unsigned long dirhash; - char **pkg; - unsigned long *pkghash; - int *lic; - int pkgs; -} dir_type; -dir_type *dir; -int dirs; - -package *pkg; -int p = 0; - -/* Packages to be ignored and not included */ -char *pkg_blacklist[] = { - "getafm", - "psutils", - "t1utils", - "texworks", - "xindy", // dependency on clisp - "asymptote", // special build procedure, packaged separately - "asymptote.i386-linux", - "asymptote-by-example-zh-cn", - "asymptote-faq-zh-cn", - "asymptote-manual-zh-cn", - "latex-tds", // only source - "biber", // packaged separately - "euro-ce", // nonfree license - "latexmk", // packaged separately - "uwmslide", // artistic (non-free) - "texdiff", // artistic (non-free) - NULL, -}; - -char *rem[] = { /* any file beginning with this will be removed */ - "texmf-dist/doc/info/kpathsea.info", - "texmf-dist/scripts/context/stubs/source", - "readme-txt.dir", - "tlpkg/installer", - "install-tl", - NULL, -}; - -char *fedora_license[] = { -#include "texlive-fedora-licenses.h" - NULL, NULL -}; - -char *get_line() { - if ( pos<size ) { - off_t rpos; - while ( pos<size && m[pos] < ' ' ) pos++; - if ( pos == size ) return NULL; - rpos = pos; - while ( pos<size && m[pos] != '\n' ) pos++; - if ( pos == size ) return NULL; - m[pos] = 0; - return &m[rpos]; - } else { - return NULL; - } -} - -int get_token( char *s, match *m ) { - int i, found = -1; -// char *r; - - for ( i=0; m[i].token; i++ ) { - if ( !strncmp(s, m[i].token, m[i].s?m[i].s:(m[i].s=strlen(m[i].token))) ) { - if ( found == -1 ) { - found = i; - } else { - if ( m[found].s < m[i].s ) found = i; - } - } - } - - if ( found != -1 ) { - return m[found].num; - } - -// r = strchr(s,'\n'); -// *r = '\0'; -// fprintf(stderr,"No match: '%s'\nin '", s); -// *r = '\n'; -// for ( i=0; m[i].token; i++ ) { -// fprintf(stderr, "%s ", m[i].token); -// } -// fprintf(stderr, "'\nin package %s\n", pkg[p-1].name); -// exit(1); - - return 0; -} - -char *put_token( int t, match *m ) { - for ( ;m->token; m++ ) { - if ( m->num == t ) return m->token; - } - - return NULL; -} - -unsigned long hash(char *str) { - unsigned long hash = 5381; - int c; - - while ((c = *str++)) - hash = ((hash << 5) + hash) + c; /* hash * 33 + c */ - - return hash; -} - -enum {FT_NONE, FT_DOC, FT_RUN, FT_SRC, FT_BIN}; - -void skipspace(char **sp) { - char *s = *sp; - while (*s == ' ' || *s == '\t' || *s == '\n' || *s == '\r') s++; - while (*s == '%') { - while ( *s != '\n' ) s++; - while (*s == ' ' || *s == '\t' || *s == '\n' || *s == '\r') s++; - } - *sp = s; -} - -void parse() { - char *l; - int filetype = FT_NONE; - - while ( (l=get_line()) ) { - if ( !*l ) continue; - if ( *l == ' ' ) { - char pkgname[0x100]; - unsigned long pkghash; - char *end = strchr(++l, ' '); - if ( end ) { - *end = '\0'; - } - if ( pkg[p-1].reloc ) { - char *rel = strstr(l, "RELOC"); - char *new_l = NULL; - int ret; - ret = asprintf(&new_l, "texmf-dist%s", rel+5); - if (ret == -1) { - fprintf(stderr, "asprintf failed?"); - } - l = new_l; - } - if (!strncmp(l, "texmf-dist/doc/man/man", 22)) { /* does package have any man pages? */ - pkg[p-1].has_man = 1; - if ( l[strlen(l)-2] == '.' && l[strlen(l)-1] >= '0' && l[strlen(l)-1] <= '9' ) { - pkg[p-1].runf = realloc(pkg[p-1].runf, (pkg[p-1].runfs+1)*sizeof(char *)); - pkg[p-1].runf[pkg[p-1].runfs] = l; - pkg[p-1].runfs++; - snprintf(pkgname, sizeof(pkgname), "%s", pkg[p-1].name); - goto skip; - } - goto skip; - } - if (!strncmp(l, "texmf-dist/doc/info/", 20)) { /* does package have any info pages? */ - pkg[p-1].has_info = 1; - if ( !strncmp(&l[strlen(l)-5], ".info", 5) ) { - pkg[p-1].runf = realloc(pkg[p-1].runf, (pkg[p-1].runfs+1)*sizeof(char *)); - pkg[p-1].runf[pkg[p-1].runfs] = l; - pkg[p-1].runfs++; - snprintf(pkgname, sizeof(pkgname), "%s", pkg[p-1].name); - goto skip; - } - goto skip; - } - switch ( filetype ) { - case FT_RUN: -#ifdef PACKAGE_DOCS -#ifdef MERGE_DOCS - case FT_DOC: -#endif -#endif - pkg[p-1].runf = realloc(pkg[p-1].runf, (pkg[p-1].runfs+1)*sizeof(char *)); - pkg[p-1].runf[pkg[p-1].runfs] = l; - pkg[p-1].runfs++; - snprintf(pkgname, sizeof(pkgname), "%s", pkg[p-1].name); - break; -#ifdef PACKAGE_DOCS -#ifndef MERGE_DOCS - case FT_DOC: - pkg[p-1].docf = realloc(pkg[p-1].docf, (pkg[p-1].docfs+1)*sizeof(char *)); - pkg[p-1].docf[pkg[p-1].docfs] = l; - pkg[p-1].docfs++; - snprintf(pkgname, sizeof(pkgname), "%s-doc", pkg[p-1].name); - break; -#endif -#else - case FT_DOC: - pkg[p-1].docf = realloc(pkg[p-1].docf, (pkg[p-1].docfs+1)*sizeof(char *)); - pkg[p-1].docf[pkg[p-1].docfs] = l; - pkg[p-1].docfs++; - snprintf(pkgname, sizeof(pkgname), "%s-doc", pkg[p-1].name); - continue; -#endif - case FT_SRC: - pkg[p-1].srcf = realloc(pkg[p-1].srcf, (pkg[p-1].srcfs+1)*sizeof(char *)); - pkg[p-1].srcf[pkg[p-1].srcfs] = l; - pkg[p-1].srcfs++; - snprintf(pkgname, sizeof(pkgname), "%s-source", pkg[p-1].name); -#ifndef PACKAGE_SOURCE - continue; -#endif - break; - case FT_BIN: - pkg[p-1].binf = realloc(pkg[p-1].binf, (pkg[p-1].binfs+1)*sizeof(char *)); - pkg[p-1].binf[pkg[p-1].binfs] = l; - pkg[p-1].binfs++; - snprintf(pkgname, sizeof(pkgname), "%s", pkg[p-1].name); - break; - default: - fprintf(stderr, "No filetype: %s\n", l); - exit(1); - } -skip: - pkghash = hash(pkgname); - end = strrchr(l, '/'); - if (!end) end = l; - if ( end ) { - int i; - unsigned long h; - char saved = *end; - *end = '\0'; - h = hash(l); - for ( i=0; i<dirs; i++ ) { - if ( dir[i].dirhash == h && !strcmp(l, dir[i].dir) ) { - int n; - for ( n=0; n<dir[i].pkgs; n++ ) { - if ( dir[i].pkghash[n] == pkghash && !strcmp(dir[i].pkg[n], pkgname) ) { - goto exit; - } - } - dir[i].pkg = realloc(dir[i].pkg, (dir[i].pkgs+1)*sizeof(char *)); - dir[i].pkghash = realloc(dir[i].pkghash, (dir[i].pkgs+1)*sizeof(unsigned long)); - dir[i].lic = realloc(dir[i].lic, (dir[i].pkgs+1)*sizeof(int)); - dir[i].pkg[dir[i].pkgs] = strdup(pkgname); - dir[i].pkghash[dir[i].pkgs] = pkghash; - dir[i].lic[dir[i].pkgs] = pkg[p-1].catalogue_license; - dir[i].pkgs++; - goto exit; - } - } - dirs++; - dir = realloc(dir, dirs*sizeof(dir_type)); - dir[dirs-1].dir = strdup(l); - dir[dirs-1].dirhash = h; - dir[dirs-1].pkgs = 1; - dir[dirs-1].pkg = malloc(sizeof(char *)); - dir[dirs-1].pkghash = malloc(sizeof(unsigned long)); - dir[dirs-1].lic = malloc(sizeof(int)); - dir[dirs-1].pkg[0] = strdup(pkgname); - dir[dirs-1].pkghash[0] = pkghash; - dir[dirs-1].lic[0] = pkg[p-1].catalogue_license; -exit: - *end = saved; - } - continue; - } -next_name: - if ( !strncmp(l,"name ", 5) ) { - size_t sarch, sname; - int i, blacklisted = 0; - for (i=0; pkg_blacklist[i]; i++) { - if ( !strncmp(l+5, pkg_blacklist[i], strlen(pkg_blacklist[i])) ) { - blacklisted = 1; - break; - } - } - if (!blacklisted) { - for (i=0; fedora_license[i]; i+=2) { - if ( !strcmp(l+5, fedora_license[i]) && !fedora_license[i+1]) { - blacklisted = 1; - break; - } - } - } - if ( blacklisted ) { - fprintf(stderr, "Blacklisted: %s\n", pkg_blacklist[i]); - while ( (l=get_line()) ) { - if ( !strncmp(l, "name ", 5) ) break; - } - if (!l) continue; - goto next_name; - } - p++; - pkg = realloc(pkg, p*sizeof(package)); - memset(&pkg[p-1], 0, sizeof(package)); - sarch = strlen(arch); - sname = strlen(l+5); - if ( sname > sarch && !strncmp(&(l+5)[sname-sarch], arch, sarch) ) { - pkg[p-1].name = calloc(sname-sarch+5, 1); - memcpy(pkg[p-1].name, l+5, sname-sarch); - memcpy(&pkg[p-1].name[sname-sarch], "ARCH", 4); - } else { - pkg[p-1].name = l+5; - } - pkg[p-1].namehash = hash(pkg[p-1].name); - filetype = FT_NONE; - /* look for license first */ - { - off_t opos = pos; - while ( (l=get_line()) ) { - m[pos] = '\n'; - if ( !strncmp(l, "name ", 5) ) break; - if ( !strncmp(l,"catalogue-license ", 18) ) { - pkg[p-1].catalogue_license = get_token(l+18, license); - if ( pkg[p-1].catalogue_license & LIC_PROBLEMATIC ) printf("L: %s - %s\n", pkg[p-1].name, put_token(pkg[p-1].catalogue_license, spec_license)); - break; - } - } - pos = opos; - } - continue; - } - if ( !strncmp(l,"category ", 9) ) { - pkg[p-1].category = get_token(l+9, category); - continue; - } - if ( !strncmp(l,"shortdesc ", 10) ) { - size_t len; - pkg[p-1].shortdesc = l+10; - len = strlen(pkg[p-1].shortdesc); - if ( pkg[p-1].shortdesc[len-1] == '.' ) pkg[p-1].shortdesc[len-1] = '\0'; - continue; - } - if ( !strncmp(l,"longdesc ", 9) ) { - pkg[p-1].longdesc = realloc(pkg[p-1].longdesc, (pkg[p-1].longdesc_lines+1)*sizeof(char *)); - pkg[p-1].longdesc[pkg[p-1].longdesc_lines] = l+9; - pkg[p-1].longdesc_lines++; - continue; - } - if ( !strncmp(l,"docfiles ", 9) ) { - filetype = FT_DOC; - continue; - } - if ( !strncmp(l,"relocated 1", 11) ) { - pkg[p-1].reloc = 1; - continue; - } - if ( !strncmp(l,"runfiles ", 9) ) { - filetype = FT_RUN; - continue; - } - if ( !strncmp(l,"srcfiles ", 9) ) { - filetype = FT_SRC; - continue; - } - if ( !strncmp(l,"binfiles ", 9) ) { - filetype = FT_BIN; - continue; - } - if ( !strncmp(l,"depend ", 7) ) { - pkg[p-1].dep = realloc(pkg[p-1].dep, (pkg[p-1].reqs+1)*sizeof(char *)); - pkg[p-1].req = realloc(pkg[p-1].req, (pkg[p-1].reqs+1)*sizeof(package *)); - pkg[p-1].dep[pkg[p-1].reqs] = l+7; - pkg[p-1].req[pkg[p-1].reqs] = NULL; - pkg[p-1].reqs++; - continue; - } - if ( !strncmp(l,"execute ", 8) ) { - pkg[p-1].exe = realloc(pkg[p-1].exe, (pkg[p-1].exes+1)*sizeof(char *)); - pkg[p-1].exe[pkg[p-1].exes] = l+8; - pkg[p-1].exes++; - continue; - } - if ( !strncmp(l,"catalogue-ctan ", 15) ) { - pkg[p-1].catalogue_ctan = l+15; - continue; - } - if ( !strncmp(l,"catalogue-license ", 18) ) { - pkg[p-1].catalogue_license = get_token(l+18, license); - { - int n; - for (n=0; fedora_license[n]; n+=2) { - if (!strcmp(fedora_license[n], pkg[p-1].name)) { - pkg[p-1].fedora_license = fedora_license[n+1]; - break; - } - } - } - continue; - } - if ( !strncmp(l,"catalogue-date ", 15) ) { - pkg[p-1].catalogue_date = l+15; - continue; - } - if ( !strncmp(l,"catalogue-version ", 18) ) { - pkg[p-1].catalogue_version = l+18; - /* substitute unallowed '/', '-', ' ', '~' characters with '_' */ - { - char *v; - for ( v=pkg[p-1].catalogue_version; *v; v++ ) { - if ( *v == '/' || *v == '-' || *v == ' ' || *v == '~' || *v == ',' || *v == '(' || *v == ')') *v = '_'; - } - } - continue; - } - if ( !strncmp(l,"revision ", 9) ) { - pkg[p-1].revision = l+9; - continue; - } - if ( !strncmp(l,"containersize ", 14) || - !strncmp(l,"containermd5 ", 13) || - !strncmp(l,"doccontainersize ", 17) || - !strncmp(l,"doccontainermd5 ", 16) || - !strncmp(l,"srccontainersize ", 17) || - !strncmp(l,"srccontainermd5 ", 16) || - !strncmp(l,"catalogue ", 10) || - !strncmp(l,"postaction ", 11) - ) { - continue; - } - fprintf(stderr, "unknown token: '%s'\n", l); - } -} - -package **inst; -int installed, srcno=100, mainsrcno = 7000, mainpkg; -FILE *fpack, *ffile, *funpack, *fsrc, *fremove, *ffont; - -char *cnf_files[] = { - "texmf-dist/web2c/fmtutil.cnf", - "texmf-dist/web2c/updmap.cfg", - "texmf-dist/web2c/texmf.cnf", - "texmf-dist/web2c/context.cnf", - "texmf-dist/web2c/mktex.cnf", - "texmf-dist/dvips/config/config.ps", /* rhbz#441171 */ - "texmf-dist/tex/generic/config/language.dat", /* rhbz#929367 */ - NULL, -}; - -int main_written; -void append_filelist( char *pkg, char *pkgsuf, int files, char **filelist, char *pkglicense ) { - char pkgname[0x100]; - unsigned long pkghash; - int x, y, n, bin = 0; - char *binpos; - - strncpy(pkgname, pkg, sizeof(pkgname)); - if ( pkgsuf && *pkgsuf ) { - strcat(pkgname, "-"); - strcat(pkgname, pkgsuf); - } - - pkghash = hash(pkgname); - - if ( (binpos=strstr(pkgname, ".ARCH")) ) { - bin = 1; - *binpos = '\0'; - strcat(binpos, "-bin"); - } - if ( pkglicense && get_token(pkglicense, license) && !(get_token(pkglicense, license)&LIC_PROBLEMATIC) ) { - fprintf(ffile, "%%files %s\n%%defattr(-,root,root)\n%%doc %s.txt\n", mainpkg?(!main_written?"":pkgsuf):pkgname, pkglicense); - } else { - fprintf(ffile, "%%files %s\n%%defattr(-,root,root)\n", mainpkg?(!main_written?"":pkgsuf):pkgname); - } - if ( bin ) { - *binpos = '\0'; - strcat(binpos, ".ARCH"); - } - - for (y=0; y<dirs; y++) { - for (x=0; x<dir[y].pkgs; x++) { - if ( dir[y].pkghash[x] == pkghash && !strcmp(dir[y].pkg[x], pkgname) ) { - size_t bin_index = 0; - if ( bin ) bin_index = 5+strlen(arch); - if ( dir[y].pkgs == 1 ) { - if ( !bin ) { -#ifdef SHORTEN_FILELISTS - int found = 0; -#endif - for (n=0; n<dirs; n++) { - if ( y==n ) continue; - if ( !strncmp(dir[n].dir, dir[y].dir, strlen(dir[y].dir)) ) { -#ifdef SHORTEN_FILELISTS - found = 1; -#endif - break; - } - } -#ifdef SHORTEN_FILELISTS - if ( !found ) { - fprintf(ffile, "%%{_texdir}/%s/*\n", dir[y].dir); - for (n=0; n<files; n++) { /* stupid styles contain files like ".tex" which are not caught via "*" */ - char *name = strrchr(filelist[n], '/'); - if (name && name[1] == '.') { - fprintf(ffile, "%%{_texdir}/%s\n", filelist[n]); - } - } - continue; - } -#endif - } - } - for (n=0; n<files; n++) { - char *end = strrchr(filelist[n], '/'); - if (!end) end = filelist[n]; - if (end) { - char saved = *end; - *end = '\0'; - if ( !strcmp(dir[y].dir, filelist[n]) ) { - int i; - *end = saved; - if ( strstr(&filelist[n][bin_index], arch) ) continue; /* fool texlive.infra - don't install lzma/xz */ - if (strstr(&filelist[n][bin_index], "win32") || strstr(&filelist[n][bin_index], "mswin") || - strstr(&filelist[n][bin_index], "Win32") || strstr(&filelist[n][bin_index], "tlmgr") || - !strncmp(&filelist[n][bin_index], "texmf-dist/source/", 18) || - strstr(&filelist[n][bin_index], ".swf")) { - fprintf(fremove, "rm -f %%{buildroot}/%s/%s\n", bin?"%{_bindir}":"%{_texdir}", &filelist[n][bin_index]); - printf("*** %s\n", &filelist[n][bin_index]); - goto next; - } - for (i=0; rem[i]; i++) { - if (!strncmp(&filelist[n][bin_index], rem[i], strlen(rem[i]))) { - fprintf(fremove, "rm -f %%{buildroot}/%s/%s\n", bin?"%{_bindir}":"%{_texdir}", &filelist[n][bin_index]); - printf("*** %s\n", &filelist[n][bin_index]); - goto next; - } - } - if (!strncmp(&filelist[n][bin_index], "texmf-dist/doc/man/man", 22)) { /* relocate man pages to correct paths */ - size_t sz = strlen(&filelist[n][bin_index]); - char *man = &filelist[n][bin_index]; - if (man[sz-1] >= '0' && man[sz-1] <= '9') { - fprintf(ffile, "%%{_mandir}/%s*\n", &filelist[n][bin_index+19]); - } - goto next; - } - if (!strncmp(&filelist[n][bin_index], "texmf-dist/doc/info", 19)) { /* relocate path for info files, ignore all other files such as 'dir' */ - if (!strncmp(&filelist[n][strlen(filelist[n])-5], ".info", 5)) { - fprintf(ffile, "%%{_infodir}/%s*\n", &filelist[n][bin_index+20]); - } - goto next; - } - if (!strcmp(&filelist[n][bin_index], "texmf-dist/web2c/updmap.cfg")) { - fprintf(fremove, "\n# disable all Maps/MixedMaps we add them by scriptlets\n"); - fprintf(fremove, "sed -i '/^M/d' %%{buildroot}%%{_texdir}/texmf-dist/web2c/updmap.cfg\n"); - } else - if (!strcmp(&filelist[n][bin_index], "texmf-dist/web2c/fmtutil.cnf")) { - fprintf(fremove, "\n# disable all formats\n"); - fprintf(fremove, "sed -i '/^[a-z].*$/s/^/\\#\\!\\ /' %%{buildroot}%%{_texdir}/texmf-dist/web2c/fmtutil.cnf\n"); - } else - if (!strcmp(&filelist[n][bin_index], "texmf-dist/tex/generic/config/language.us")) { - fprintf(fremove, "\n# disable all hyphenations\n"); - fprintf(fremove, "cp -f %%{buildroot}%%{_texdir}/texmf-dist/tex/generic/config/language.us %%{buildroot}%%{_texdir}/texmf-dist/tex/generic/config/language.dat\n"); - } else - if (!strcmp(&filelist[n][bin_index], "texmf-dist/tex/generic/config/language.us.def")) { - fprintf(fremove, "\n# disable all hyphenations\n"); - fprintf(fremove, "cp -f %%{buildroot}%%{_texdir}/texmf-dist/tex/generic/config/language.us.def %%{buildroot}%%{_texdir}/texmf-dist/tex/generic/config/language.def\n"); - } - { /* add %config(noreplace) for config files */ - int i; - - for ( i=0; cnf_files[i]; i++ ) { - if ( !strcmp(&filelist[n][bin_index], cnf_files[i]) ) { - fprintf(ffile, "%%config(noreplace) "); - break; - } - } - } - fprintf(ffile, "%s/%s\n", bin?"%{_bindir}":"%{_texdir}", &filelist[n][bin_index]); - } -next: - *end = saved; - } - } - } - } - } - fprintf(ffile, "\n"); -} - -#if 0 - -static void provide_file(package *p, char *suf) { - int n; - for (n=0; n<p->runfs; n++) { - if ( !strncmp(&p->runf[n][strlen(p->runf[n])-strlen(suf)], suf, strlen(suf)) ) { - fprintf(fpack, "Provides: tex(%s) = %%{tl_version}\n", strrchr(p->runf[n], '/')+1); - } - } -} - -static void fill_provide_file(package *p, char *suf) { - int n; - for (n=0; n<p->runfs; n++) { - if ( !strncmp(&p->runf[n][strlen(p->runf[n])-strlen(suf)], suf, strlen(suf)) ) { - fprintf(fpack, "Provides: tex(%s) = %%{tl_version}\n", strrchr(p->runf[n], '/')+1); - } - } -} - -#endif - -static void fill_file_reqprov() { - int i, j, n, k; - char ss[0x100]; - char *se; - char *sufs[] = { ".tfm", ".ttf", ".ttc", ".pfa", ".pfb", ".pcf", - ".otf", ".tex", ".cnf", ".cfg", ".def", ".dat", - ".ldf", ".fd", ".enc", ".map", ".vf", ".vpl", - ".clo", ".bug", ".bg2", ".cbx", ".bbx", ".cls", - ".sty", NULL }; - - for (i=0; i<p; i++) { - for (n=0; n<pkg[i].runfs; n++) { - for (k=0; sufs[k]; k++) { - if (!strncmp(&pkg[i].runf[n][strlen(pkg[i].runf[n])-strlen(sufs[k])], sufs[k], strlen(sufs[k]))) { - pkg[i].file_prov = realloc(pkg[i].file_prov, (pkg[i].file_provs+1)*sizeof(char *)); - pkg[i].file_prov[pkg[i].file_provs] = strdup(strrchr(pkg[i].runf[n], '/')+1); - pkg[i].file_provs++; - } - } - - if ( !strncmp(&pkg[i].runf[n][strlen(pkg[i].runf[n])-4], ".sty", 4) || - !strncmp(&pkg[i].runf[n][strlen(pkg[i].runf[n])-4], ".cls", 4) || - !strncmp(&pkg[i].runf[n][strlen(pkg[i].runf[n])-4], ".ldf", 4) || - !strncmp(&pkg[i].runf[n][strlen(pkg[i].runf[n])-4], ".bbx", 4) || - !strncmp(&pkg[i].runf[n][strlen(pkg[i].runf[n])-4], ".cbx", 4) || - !strncmp(&pkg[i].runf[n][strlen(pkg[i].runf[n])-4], ".bug", 4) || - !strncmp(&pkg[i].runf[n][strlen(pkg[i].runf[n])-4], ".bg2", 4) || - !strncmp(&pkg[i].runf[n][strlen(pkg[i].runf[n])-4], ".clo", 4) - ) { - char fl[0x100] = "texlive.expanded/"; - FILE *f; - char *m, *s; - off_t size; - - strcat(fl, pkg[i].runf[n]); - if ( !(f=fopen(fl,"rt")) ) { - printf("file missing: %s\n", pkg[i].runf[n]); - exit(1); - } - fseek(f, 0, SEEK_END); - size = ftell(f); - fseek(f, 0, SEEK_SET); - m = malloc(size+1); - fread(m, size, 1, f); - fclose(f); - m[size] = '\0'; - - if ( !strncmp(&pkg[i].runf[n][strlen(pkg[i].runf[n])-4], ".bbx", 4) ) { - for ( s=m; (s=strstr(s,"\\RequireBibliographyStyle{")); ) { - s += 26; - se = strchr(s, '}'); - *se = '\0'; - strcpy(ss, s); - strcat(ss, ".bbx"); - for (k=0; k<pkg[i].file_reqs; k++) { - if (!strcmp(pkg[i].file_req[k], ss)) goto next_bbx; - } - pkg[i].file_req = realloc(pkg[i].file_req, (pkg[i].file_reqs+1)*sizeof(char *)); - pkg[i].file_req[pkg[i].file_reqs] = strdup(ss); - pkg[i].file_reqs++; -next_bbx: - *se = '}'; - } - goto skip; - } - - if ( !strncmp(&pkg[i].runf[n][strlen(pkg[i].runf[n])-4], ".cbx", 4) ) { - for ( s=m; (s=strstr(s,"\\RequireCitationStyle{")); ) { - s += 22; - se = strchr(s, '}'); - *se = '\0'; - strcpy(ss, s); - strcat(ss, ".cbx"); - for (k=0; k<pkg[i].file_reqs; k++) { - if (!strcmp(pkg[i].file_req[k], ss)) goto next_cbx; - } - pkg[i].file_req = realloc(pkg[i].file_req, (pkg[i].file_reqs+1)*sizeof(char *)); - pkg[i].file_req[pkg[i].file_reqs] = strdup(ss); - pkg[i].file_reqs++; -next_cbx: - *se = '}'; - } - goto skip; - } - - for ( s=strstr(m, "\\ProvidesPackage"); s; s=strstr(s, "\\ProvidesPackage") ) { - char *os = s+16; - char dep[0x100], *d; - dep[0] = '\0'; - for (; s>=m; s--) { - if (*s == '\n') break; - } - while (*s == ' ' || *s == '\t' || *s == '\n' || *s == '\r') s++; - if ( *s == '%' ) goto nextprov; - s = os; - skipspace(&s); - if ( *s == '[' ) { - s++; - while (*s != ']') if (*s == '%') skipspace(&s); else s++; - s++; - skipspace(&s); - } - if ( *s != '{' ) goto nextprov; - s++; - for ( d=dep, os=s; ; s++ ) { - if ( *s == ' ' || *s == '\t' || *s == '\n' || *s == '\r' ) continue; - if ( (*s >= 'a' && *s <= 'z') || (*s >= 'A' && *s <= 'Z') || (*s >= '0' && *s <= '9') || *s == '-' ) { - *d = *s; - d++; - continue; - } - if ( *s == '%') { - skipspace(&s); - s--; - continue; - } - if ( *s == ',' || *s == '}' ) { - *d = '\0'; - strcpy(ss, dep); - strcat(ss, ".sty"); - - for (k=0; k<pkg[i].file_provs; k++) { - if (!strcmp(ss, pkg[i].file_prov[k])) goto nextprov; - } - - if ( *dep ) { - pkg[i].file_prov = realloc(pkg[i].file_prov, (pkg[i].file_provs+1)*sizeof(char *)); - pkg[i].file_prov[pkg[i].file_provs] = strdup(ss); - pkg[i].file_provs++; - } - - if ( *s == '}' ) break; - d = dep; - continue; - } - goto nextprov; - } -nextprov: - s = os; - } - - for ( s=strstr(m, "\\RequirePackage"); s; s=strstr(s, "\\RequirePackage") ) { - char *os = s+15; - char dep[0x100], *d; - for (; s>=m; s--) { - if (*s == '\n') break; - } - while (*s == ' ' || *s == '\t' || *s == '\n' || *s == '\r') s++; - if ( *s == '%' ) goto nextreq; - s = os; - if (!strncmp(s, "WithOptions", 11)) s+=11; - skipspace(&s); - if ( *s == '[' ) { - s++; - while (*s != ']') if (*s == '%') skipspace(&s); else s++; - s++; - skipspace(&s); - } - if ( *s != '{' ) goto nextreq; - s++; - for ( d=dep, os=s; ; s++ ) { - if ( *s == ' ' || *s == '\t' || *s == '\n' || *s == '\r' ) continue; - if ( (*s >= 'a' && *s <= 'z') || (*s >= 'A' && *s <= 'Z') || (*s >= '0' && *s <= '9') || *s == '-' ) { - *d = *s; - d++; - continue; - } - if ( *s == '%') { - skipspace(&s); - s--; - continue; - } - if ( *s == ',' || *s == '}' ) { - *d = '\0'; - strcpy(ss, dep); - strcat(ss, ".sty"); - - for (k=0; k<pkg[i].file_reqs; k++) { - if (!strcmp(ss, pkg[i].file_req[k])) goto nextreq; - } - - for (k=0; k<pkg[i].file_provs; k++) { - if (!strcmp(ss, pkg[i].file_prov[k])) goto nextreq; - } - - if ( *dep ) { - pkg[i].file_req = realloc(pkg[i].file_req, (pkg[i].file_reqs+1)*sizeof(char *)); - pkg[i].file_req[pkg[i].file_reqs] = strdup(ss); - pkg[i].file_reqs++; - } - - if ( *s == '}' ) break; - d = dep; - continue; - } - goto nextreq; - } -nextreq: - s = os; - } - - for ( s=strstr(m, "\\input"); s; s=strstr(s, "\\input") ) { - char *os = s+6; - char dep[0x100], *d; - int has_space = 0; - for (s--; s>=m; s--) { - if (*s == '\n') break; - if (*s != ' ' || *s != '\t') goto nextinput; - } - s++; - while (*s == ' ' || *s == '\t') s++; - if ( *s == '%' ) goto nextinput; - s = os; - if (*s == ' ' || *s == '\t') { - has_space = 1; - while (*s == ' ' || *s == '\t') s++; - } - if (*s == '{') { - has_space = 1; - s++; - while (*s == ' ' || *s == '\t') s++; - } - if ( !has_space ) goto nextinput; - for (d=dep; (*s >= 'a' && *s <= 'z') || (*s >= 'A' && *s <= 'Z') || (*s >= '0' && *s <= '9') || *s == '-' || *s == '.'; s++) { - *d = *s; - d++; - } - if ( d == dep ) goto nextinput; - while (*s == ' ' || *s == '\t') s++; - if ( *s == '}' || *s == '%' || *s == '\n' || *s == '\r') { - int x; - size_t sz; - *d = '\0'; - if (!strchr(dep, '.')) strcat(dep, ".tex"); - sz = strlen(dep); - for ( x=0; x<pkg[i].runfs; x++ ) { - if ( !strcmp(&pkg[i].runf[x][strlen(pkg[i].runf[x])-sz], dep) && pkg[i].runf[x][strlen(pkg[i].runf[x])-sz-1] == '/' ) { - goto nextinput; - } - } - pkg[i].file_req = realloc(pkg[i].file_req, (pkg[i].file_reqs+1)*sizeof(char *)); - pkg[i].file_req[pkg[i].file_reqs] = strdup(dep); - pkg[i].file_reqs++; - } -nextinput: - s = os; - } -skip: - free(m); - } - } - /* Do not require self-provided files */ - for (k=0; k<pkg[i].file_reqs; k++) { - for (n=0; n<pkg[i].file_provs; n++) { - if (!strcmp(pkg[i].file_prov[n], pkg[i].file_req[k])) { - memmove(&pkg[i].file_req[k], &pkg[i].file_req[k+1], (pkg[i].file_reqs-k-1)*sizeof(char*)); - pkg[i].file_reqs--; - break; - } - } - } - } - - for (i=0; i<p; i++) { - for (n=0; n<pkg[i].file_reqs; n++) { - int found = 0; - for (k=0; k<p; k++) { - for (j=0; j<pkg[k].file_provs; j++) { - if ( !strcmp(pkg[k].file_prov[j], pkg[i].file_req[n]) ) { - found = 1; - break; - } - } - if (found) break; - } - if (!found) { - fprintf(stderr, "Nothing provides: %s required by %s\n", pkg[i].file_req[n], pkg[i].name); - memmove(&pkg[i].file_req[n], &pkg[i].file_req[n+1], (pkg[i].file_reqs-n-1)*sizeof(char*)); - pkg[i].file_reqs--; - n--; - } - } - } -} - -static char *print_noarch_version( package *p ) { - static char noarchver[0x100]; - - if ( p->catalogue_version ) { - snprintf(noarchver, sizeof(noarchver), "svn%s.%s", p->revision, p->catalogue_version ); - } else { - snprintf(noarchver, sizeof(noarchver), "svn%s.0", p->revision); - } - - return noarchver; -} - -static char *skipspaces( char *s ) { - while ( isblank(*s) ) s++; - - return s; -} - -int level; -void solve(char *name) { - unsigned long h; - int i, found = 0, doc_expanded = 0; -#ifdef SRPMS - FILE *ofpack = NULL, *offile = NULL, *ofunpack = NULL, *ofsrc = NULL, *ofremove = NULL, *offont = NULL; -#endif - h = hash(name); - - if ( !fpack ) { - fpack = fopen("_packages.spec", "wt"); - } - if ( !ffile ) { - ffile = fopen("_files.spec", "wt"); - } - if ( !funpack ) { - funpack = fopen("_unpack.spec", "wt"); - } - if ( !fsrc ) { - fsrc = fopen("_sources.spec", "wt"); - } - if ( !fremove ) { - fremove = fopen("_remove.spec", "wt"); - } - if ( !ffont ) { - ffont = fopen("_font.spec", "wt"); - } - - for (i=0; i<installed; i++) { - if ( inst[i]->namehash == h && !strcmp(inst[i]->name, name) ) { - return; - } - } - - for (i=0; i<level; i++) printf("\t"); - printf("%s\n", name); - - for (i=0; i<p; i++) { - if ( pkg[i].namehash == h && !strcmp(pkg[i].name, name)) { - int n, has_noarch_pkg = 0; - if ( pkg[i].catalogue_license & LIC_NOTALLOWED ) { - printf("Bad license: %s\n", pkg[i].name); - continue; - } - if ( pkg[i].srcfs && !(pkg[i].runfs || pkg[i].docfs || pkg[i].exes || pkg[i].reqs) ) { - printf("onlysrc: %s\n", name); - continue; - } - level++; - inst = realloc(inst, (installed+1)*sizeof(package*)); - inst[installed++] = &pkg[i]; - - if ( pkg[i].exes ) { - for (n=0; n<pkg[i].exes; n++) { - int m; - for (m=0; m<level; m++) printf("\t"); - printf("> %s\n", pkg[i].exe[n]); - } - } - if ( pkg[i].binfs ) { - char s[0x100], *pp; - unsigned long hh; - strcpy(s, name); - pp = strstr(s, ".ARCH"); - *pp = 0; - hh = hash(s); - for (n=0; n<p; n++) { - if ( pkg[n].namehash == hh && !strcmp(pkg[n].name, s)) { - has_noarch_pkg = pkg[n].main_pkg_written; - break; - } - } - if ( has_noarch_pkg && pkg[n].catalogue_license & LIC_NOTALLOWED ) { - printf("Bad license: %s\n", pkg[n].name); - continue; - } - fprintf(fsrc, "Source%04d: "CTAN_URL"%s.%s.tar."UNPACK"\n", mainsrcno, s, arch); - fprintf(funpack, UNPACK" -dc %%{SOURCE%d} | tar x -C %%{buildroot}\n", mainsrcno); - mainsrcno++; - } - /* is it collection or scheme? then don't create a separate package for it and put it to main one */ - if ( !strncmp(name, "collection-", 11) || !strncmp(name, "scheme-", 7) ) { - pkg[i].any_pkg_written = 1; - fprintf(funpack, UNPACK" -dc %%{SOURCE%d} | tar x -C %%{buildroot}%%{_texdir}%s\n", mainsrcno, pkg[i].reloc?"/texmf-dist":""); - fprintf(fpack, "%%package %s\n", name); - if ( pkg[i].shortdesc ) { - fprintf(fpack, "Summary: %s\n", pkg[i].shortdesc); - } else { - fprintf(fpack, "Summary: %s package\n", name); - } - fprintf(fpack, "Version: %s\n", print_noarch_version(&pkg[i])); - fprintf(fpack, "Release: %%{tl_release}\n"); - fprintf(fpack, "BuildArch: noarch\n"); - fprintf(fsrc, "Source%04d: "CTAN_URL"%s.tar."UNPACK"\n", mainsrcno++, name); - fprintf(fpack, "Requires: texlive-base\n"); - for (n=0; n<pkg[i].reqs; n++) { - if ( pkg[i].req[n] ) { - if ( pkg[i].req[n]->catalogue_license & LIC_NOTALLOWED ) { - continue; - } - if ( pkg[i].req[n]->reqs || pkg[i].req[n]->runfs || pkg[i].req[n]->exes ) { - if (strncmp(pkg[i].dep[n], "collection-", 11)) { - fprintf(fpack, "Requires: tex-%s\n", pkg[i].dep[n]); - } else { - fprintf(fpack, "Requires: texlive-%s\n", pkg[i].dep[n]); - } - continue; - } -#ifdef PACKAGE_DOCS - if ( pkg[i].req[n]->docfs ) { - fprintf(fpack, "Requires: texlive-%s-doc\n", pkg[i].dep[n]); - continue; - } -#endif -#ifdef PACKAGE_SOURCE - if ( pkg[i].req[n]->srcfs ) { - fprintf(fpack, "Requires: texlive-%s-source\n", pkg[i].dep[n]); - continue; - } -#endif - if ( pkg[i].req[n]->binfs ) { - size_t spost = strlen(pkg[i].dep[n])-5; - if (strcmp(&pkg[i].dep[n][spost], ".ARCH")) { - printf("Doesn't have .ARCH suffix!\n"); - exit(1); - } - pkg[i].dep[n][spost] = '\0'; - fprintf(fpack, "Requires: texlive-%s-bin\n", pkg[i].dep[n]); - pkg[i].dep[n][spost] = '.'; - continue; - } - } - } - /* write virtual provides */ - if ( !strncmp(name, "collection-", 11) ) { - if (!strcmp(name+11, "latexrecommended")) { - fprintf(fpack, "Provides: tex(latex) = %%{tl_version}, texlive-latex = %%{tl_version}\n"); - fprintf(fpack, "Requires: texlive-collection-fontsrecommended\n"); - } else if (!strcmp(name+11, "latex")) { - fprintf(fpack, "Provides: tex(latex-base) = %%{tl_version}\n"); - } else if (!strcmp(name+11, "basic")) { - fprintf(fpack, "Provides: tex(tex) = %%{tl_version}, tex = %%{tl_version}\n"); - fprintf(fpack, "Requires: dvipdfmx, xdvik\n"); - } else if (!strcmp(name+11, "langcjk")) { - fprintf(fpack, "Provides: tex(japanese) = %%{tl_version}\n"); - fprintf(fpack, "Provides: tex(east-asian) = %%{tl_version}\n"); - fprintf(fpack, "Obsoletes: texlive-east-asian < %%{tl_version}\n"); - fprintf(fpack, "Obsoletes: texlive-texmf-east-asian < %%{tl_version}\n"); - } else if (!strcmp(name+11, "documentation-base")) { - fprintf(fpack, "Provides: texlive-texmf-doc = %%{tl_version}\n"); - fprintf(fpack, "Obsoletes: texlive-texmf-doc < %%{tl_version}\n"); - } else if (!strcmp(name+11, "fontsrecommended")) { - fprintf(fpack, "Provides: tetex-fonts = 3.1-99\n"); - fprintf(fpack, "Obsoletes: tetex-fonts < 3.1-99\n"); - fprintf(fpack, "Provides: texlive-texmf-fonts = %%{tl_version}\n"); - fprintf(fpack, "Obsoletes: texlive-texmf-fonts < %%{tl_version}\n"); - } else if (!strcmp(name+11, "binextra")) { - fprintf(fpack, "Obsoletes: texlive-utils < %%{tl_version}\n"); - fprintf(fpack, "Requires: dvipng\n"); - } else if (!strcmp(name+11, "xetex")) { - fprintf(fpack, "Provides: tex(xetex) = %%{tl_version}\n"); - fprintf(fpack, "Obsoletes: texlive-texmf-xetex < %%{tl_version}\n"); - } else if (!strcmp(name+11, "fontutils")) { - fprintf(fpack, "Requires: t1utils, psutils, lcdf-typetools\n"); - } - - } - if ( !strcmp(name, "scheme-tetex") ) { - fprintf(fpack, "Provides: tetex = 3.1-99\n"); - fprintf(fpack, "Obsoletes: tetex < 3.1-99\n"); - fprintf(fpack, "Obsoletes: texlive-dviutils < %%{tl_version}\n"); - } - if ( !strcmp(name, "scheme-context") ) { - fprintf(fpack, "Provides: tex(context) = %%{tl_version}\n"); - fprintf(fpack, "Obsoletes: texlive-texmf-context < %%{tl_version}\n"); - } - if ( !strcmp(name, "ps2pk") ) { - fprintf(fpack, "Provides: texlive-ps2pkm = %%{tl_version}\n"); - fprintf(fpack, "Obsoletes: texlive-ps2pkm < %%{tl_version}\n"); - } - if ( !strcmp(name, "ps2pk-bin") ) { - fprintf(fpack, "Provides: texlive-ps2pkm-bin%%{_isa} = %%{tl_version}\n"); - fprintf(fpack, "Provides: texlive-ps2pkm-bin = %%{tl_version}\n"); - fprintf(fpack, "Obsoletes: texlive-ps2pkm-bin < %%{tl_version}\n"); - } - - /* description */ - fprintf(fpack, "\n%%description %s\n", name); - for (n=0; n<pkg[i].longdesc_lines; n++) { - fprintf(fpack, "%s\n", pkg[i].longdesc[n]); - } - if ( !pkg[i].longdesc_lines ) fprintf(fpack, "%s package\n", name); - if ( pkg[i].catalogue_date ) fprintf(fpack, "\ndate: %s\n", pkg[i].catalogue_date); - fprintf(fpack, "\n"); - fprintf(ffile, "%%files %s\n%%defattr(-,root,root)\n\n", name); - goto slv; - } -#ifdef SRPMS - if ( !pkg[i].binfs ) { - char path[0x100]; - char p[0x100]; - - ofpack = fpack; - offile = ffile; - ofunpack = funpack; - ofsrc = fsrc; - ofremove = fremove; - offont = ffont; - - snprintf(path, sizeof(path), "specs/tex-%s", name); - mkdir(path, 0775); - snprintf(p, sizeof(p), "%s/_packages.spec", path); - fpack = fopen(p, "wt"); - snprintf(p, sizeof(p), "%s/_files.spec", path); - ffile = fopen(p, "wt"); - snprintf(p, sizeof(p), "%s/_unpack.spec", path); - funpack = fopen(p, "wt"); - snprintf(p, sizeof(p), "%s/_sources.spec", path); - fsrc = fopen(p, "wt"); - snprintf(p, sizeof(p), "%s/_remove.spec", path); - fremove = fopen(p, "wt"); - snprintf(p, sizeof(p), "%s/_font.spec", path); - ffont = fopen(p, "wt"); - snprintf(p, sizeof(p), "%s/_main.spec", path); - symlink("../../_main_subpackage.spec", p); - - srcno = 0; - } - if ( pkg[i].catalogue_license ) fprintf(funpack, "ln -s %%{_texdir}/licenses/%s.txt %s.txt\n", put_token(pkg[i].catalogue_license, license), put_token(pkg[i].catalogue_license, license)); -#endif - /* write main packages */ - if ( pkg[i].runfs || pkg[i].reqs || pkg[i].exes ) { - pkg[i].main_pkg_written = pkg[i].any_pkg_written = 1; - fprintf(funpack, UNPACK" -dc %%{SOURCE%d} | tar x -C %%{buildroot}%%{_texdir}%s\n", srcno, pkg[i].reloc?"/texmf-dist":""); -#ifndef SRPMS - fprintf(fpack, "%%package %s\n", name); - fprintf(fpack, "Provides: tex-%s = %%{tl_version}\n", name); -#else - fprintf(fpack, "Name: tex-%s\n", name); - fprintf(fpack, "Obsoletes: texlive-%s texlive-%s-doc texlive-%s-fedora-fonts\n", name, name, name); -#endif - fprintf(fpack, "License: %s\n", pkg[i].fedora_license?pkg[i].fedora_license:(put_token(pkg[i].catalogue_license, spec_license)?put_token(pkg[i].catalogue_license, spec_license):"LPPL")); - if ( pkg[i].shortdesc ) { - fprintf(fpack, "Summary: %s\n", pkg[i].shortdesc); - } else { - fprintf(fpack, "Summary: %s package\n", name); - } - fprintf(fpack, "Version: %s\n", print_noarch_version(&pkg[i])); - fprintf(fpack, "Release: %%{tl_noarch_release}\n"); - fprintf(fpack, "BuildArch: noarch\n"); - if (!strcmp(name,"pdfcrop")) { - fprintf(fpack, "AutoReqProv: No\n"); - } - fprintf(fsrc, "Source%04d: "CTAN_URL"%s.tar."UNPACK"\n", srcno++, name); - if ( pkg[i].has_man || pkg[i].has_info ) { - char nm[0x100]; - FILE *f; - snprintf(nm, sizeof(nm), "texlive/archive/%s.doc.tar."UNPACK, name); - f = fopen(nm, "rb"); - if ( f ) { - fprintf(funpack, UNPACK" -dc %%{SOURCE%d} | tar x -C %%{buildroot}%%{_texdir}%s\n", srcno, pkg[i].reloc?"/texmf-dist":""); - fprintf(fsrc, "Source%04d: "CTAN_URL"%s.doc.tar."UNPACK"\n", srcno++, name); - doc_expanded = 1; - fclose(f); - } - } - - if ( strncmp(name, "kpathsea", 8) ) { - fprintf(fpack, "Requires: texlive-base\n"); - } else { - fprintf(fpack, "Provides: kpathsea = %%{tl_version}\n"); - fprintf(fpack, "Obsoletes: kpathsea < %%{tl_version}\n"); - fprintf(funpack, "\n# add reference to support old texmf tree\n" - "sed -i 's|TEXMFLOCAL = $SELFAUTOPARENT/../texmf-local|TEXMFLOCAL = $SELFAUTOPARENT/../texmf|g' %%{buildroot}%%{_texdir}/texmf-dist/web2c/texmf.cnf\n\n"); - } - if ( !strncmp(name, "asana-math", 10) ) { - fprintf(fpack, "Provides: texlive-Asana-Math = %%{tl_version}.1\n"); - fprintf(fpack, "Obsoletes: texlive-Asana-Math < %%{tl_version}.1\n"); - fprintf(fpack, "Obsoletes: texlive-Asana-Math-fedora-fonts < %%{tl_version}.1\n"); - } - if ( !strncmp(name, "lineara", 10) ) { - fprintf(fpack, "Provides: texlive-linearA = %%{tl_version}.1\n"); - fprintf(fpack, "Obsoletes: texlive-linearA < %%{tl_version}.1\n"); - fprintf(fpack, "Obsoletes: texlive-linearA-fedora-fonts < %%{tl_version}.1\n"); - } - if ( !strncmp(name, "minted", 6) ) { - fprintf(fpack, "Requires: python-pygments\n"); - } -/* if ( !strncmp(name, "asymptote", 9) ) { - fprintf(fpack, "Provides: asymptote = %%{tl_version}\n"); - fprintf(fpack, "Obsoletes: asymptote < %%{tl_version}\n"); - }*/ - if ( !strncmp(name, "jadetex", 7) ) { - fprintf(fpack, "Provides: jadetex = %%{tl_version}\n"); - fprintf(fpack, "Obsoletes: jadetex < %%{tl_version}\n"); - } - fprintf(fpack, REQ_POSTTRANS"texlive-kpathsea-bin, tex-kpathsea\n"); - if ( pkg[i].exes ) { - fprintf(fpack, REQ_POSTTRANS"texlive-tetex-bin, tex-tetex\n"); - fprintf(fpack, REQ_POST_POSTUN"texlive-tetex-bin, tex-tetex, tex-hyphen-base, texlive-base, texlive-texlive.infra\n"); - } - /* require coreutils if there is %post scriptlet present */ - if ( pkg[i].exes || pkg[i].runfs ) fprintf(fpack, REQ_POST_POSTUN"coreutils\n"); -// if ( pkg[i].runfs ) fprintf(fpack, REQ_POST_POSTUN"texlive-kpathsea-bin, tex-kpathsea\n"); - for (n=0; n<pkg[i].reqs; n++) { - if ( pkg[i].req[n] ) { - if ( pkg[i].req[n]->catalogue_license & LIC_NOTALLOWED ) { - continue; - } - if ( pkg[i].req[n]->reqs || pkg[i].req[n]->runfs || pkg[i].req[n]->exes ) { - fprintf(fpack, "Requires: tex-%s\n", pkg[i].dep[n]); - continue; - } -#ifdef PACKAGE_DOCS - if ( pkg[i].req[n]->docfs ) { - fprintf(fpack, "Requires: tex-%s-doc\n", pkg[i].dep[n]); - continue; - } -#endif -#ifdef PACKAGE_SOURCE - if ( pkg[i].req[n]->srcfs ) { - fprintf(fpack, "Requires: tex-%s-source\n", pkg[i].dep[n]); - continue; - } -#endif - if ( pkg[i].req[n]->binfs ) { - size_t spost = strlen(pkg[i].dep[n])-5; - if (strcmp(&pkg[i].dep[n][spost], ".ARCH")) { - printf("Doesn't have .ARCH suffix!\n"); - exit(1); - } - pkg[i].dep[n][spost] = '\0'; - fprintf(fpack, "Requires: texlive-%s-bin\n", pkg[i].dep[n]); - pkg[i].dep[n][spost] = '.'; - continue; - } - } - } - /* Ruby dependencies */ - for (n=0; n<pkg[i].runfs; n++) { - if ( !strncmp(&pkg[i].runf[n][strlen(pkg[i].runf[n])-3], ".rb", 3) - ) { - fprintf(fpack, "Requires: ruby\n"); - break; - } - } - /* Require needed files */ - for (n=0; n<pkg[i].file_reqs; n++) { - fprintf(fpack, "Requires: tex(%s)\n", pkg[i].file_req[n]); - } - /* Provide all important files */ - for (n=0; n<pkg[i].file_provs; n++) { - fprintf(fpack, "Provides: tex(%s) = %%{tl_version}\n", pkg[i].file_prov[n]); - } -#ifdef FEDORA_FONTS - /* check for fonts */ - for (n=0; n<pkg[i].runfs; n++) { - size_t s = strlen(pkg[i].runf[n]); - if (s > 4) { - if (!strcmp(&pkg[i].runf[n][s-4], ".ttf") || - !strcmp(&pkg[i].runf[n][s-4], ".ttc") || - !strcmp(&pkg[i].runf[n][s-4], ".pfa") || - !strcmp(&pkg[i].runf[n][s-4], ".pfb") || - !strcmp(&pkg[i].runf[n][s-4], ".pcf") || - !strcmp(&pkg[i].runf[n][s-4], ".otf") - ) { - fprintf(fpack, "Requires: tex-%s-fedora-fonts\n", name); - break; - } - } - } -#endif - /* write virtual provides */ - if ( !strcmp(name, "dvips") ) { - fprintf(fpack, "Provides: tex(dvips) = %%{tl_version}, tetex-dvips = 3.1-99, texlive-texmf-dvips = %%{tl_version}, texlive-dvips = %%{tl_version}\n"); - fprintf(fpack, "Obsoletes: tetex-dvips < 3.1-99, texlive-texmf-dvips < %%{tl_version}\n"); - fprintf(fpack, "Requires: texlive-latex-fonts\n"); - } - if ( !strcmp(name, "tex4ht") ) { - fprintf(fpack, "Provides: tetex-tex4ht = %%{tl_version}\n"); - fprintf(fpack, "Obsoletes: tetex-tex4ht < %%{tl_version}\n"); - } - if ( !strcmp(name, "latex") ) { - fprintf(fpack, "Provides: tetex-latex = 3.1-99, texlive-texmf-latex = %%{tl_version}\n"); - fprintf(fpack, "Obsoletes: tetex-latex < 3.1-99, texlive-texmf-latex < %%{tl_version}\n"); - } - if ( !strcmp(name, "IEEEtran") ) { - fprintf(fpack, "Provides: tetex-IEEEtran = %%{tl_version}\n"); - fprintf(fpack, "Obsoletes: tetex-IEEEtran < %%{tl_version}\n"); - } - if ( !strcmp(name, "bytefield") ) { - fprintf(fpack, "Provides: tetex-bytefield = %%{tl_version}\n"); - fprintf(fpack, "Obsoletes: tetex-bytefield < %%{tl_version}\n"); - } - if ( !strcmp(name, "elsevier") ) { - fprintf(fpack, "Provides: tetex-elsevier = %%{tl_version}\n"); - fprintf(fpack, "Obsoletes: tetex-elsevier < %%{tl_version}\n"); - } - if ( !strcmp(name, "perltex") ) { - fprintf(fpack, "Provides: tetex-perltex = %%{tl_version}\n"); - fprintf(fpack, "Obsoletes: tetex-perltex < %%{tl_version}\n"); - } - if ( !strcmp(name, "prosper") ) { - fprintf(fpack, "Provides: tetex-prosper = %%{tl_version}\n"); - fprintf(fpack, "Obsoletes: tetex-prosper < %%{tl_version}\n"); - } - if ( !strcmp(name, "texdoc") ) { - fprintf(fpack, "Provides: texlive-doc = %%{tl_version}\n"); - fprintf(fpack, "Obsoletes: texlive-doc < %%{tl_version}\n"); - } - if ( !strcmp(name, "pdfjam") ) { - fprintf(fpack, "Provides: pdfjam = %%{tl_version}\n"); - fprintf(fpack, "Obsoletes: pdfjam < %%{tl_version}\n"); - } - if ( !strcmp(name, "ptex") ) { - fprintf(fpack, "Provides: mendexk = %%{tl_version}\n"); - fprintf(fpack, "Obsoletes: mendexk < %%{tl_version}\n"); - } - if ( !strcmp(name, "japanese") ) { - fprintf(fpack, "Provides: texlive-east-asian = %%{tl_version}\n"); - fprintf(fpack, "Obsoletes: texlive-east-asian < %%{tl_version}\n"); - } - if ( !strcmp(name, "preview") ) { - fprintf(fpack, "Provides: tex-preview = %%{tl_version}\n"); - fprintf(fpack, "Obsoletes: tex-preview < %%{tl_version}\n"); - } -/* if ( !strcmp(name, "latexmk") ) { // rhbz#868996 - fprintf(fpack, "Provides: latexmk = %%{tl_version}\n"); - fprintf(fpack, "Obsoletes: latexmk < %%{tl_version}\n"); - }*/ - if ( !strcmp(name, "chktex") ) { /* rhbz#864211 */ - fprintf(fpack, "Provides: chktex = %%{tl_version}\n"); - fprintf(fpack, "Obsoletes: chktex < %%{tl_version}\n"); - } - if ( !strcmp(name, "metauml") ) { /* rhbz#573863 */ - fprintf(fpack, "Provides: metapost-metauml = %%{tl_version}\n"); - fprintf(fpack, "Obsoletes: metapost-metauml < %%{tl_version}\n"); - } - if ( !strcmp(name, "cm-lgc") ) { /* rhbz#907728 */ - fprintf(fpack, "Obsoletes: tex-cm-lgc < %%{tl_version}\n"); - } - if ( !strcmp(name, "simplecv") ) { /* rhbz#907728 */ - fprintf(fpack, "Obsoletes: tex-simplecv < %%{tl_version}\n"); - } - if ( !strcmp(name, "kerkis") ) { /* rhbz#907728 */ - fprintf(fpack, "Obsoletes: tex-kerkis < %%{tl_version}\n"); - } - if ( !strcmp(name, "detex") ) { /* rhbz#913678 */ - fprintf(fpack, "Obsoletes: detex < %%{tl_version}\n"); - } - if ( !strcmp(name, "latexdiff") ) { /* rhbz#913678 */ - fprintf(fpack, "Obsoletes: latexdiff < %%{tl_version}\n"); - } - if ( !strcmp(name, "pdfjam") ) { /* rhbz#913678 */ - fprintf(fpack, "Obsoletes: pdfbook < %%{tl_version}1212\n"); - } - if ( !strcmp(name, "musixtex-fnts") ) { - fprintf(fpack, "Provides: ctan-musixtex-fonts = %%{tl_version}\n"); - fprintf(fpack, "Obsoletes: ctan-musixtex-fonts < %%{tl_version}\n"); - } - if ( !strcmp(name, "musixtex-doc") ) { - fprintf(fpack, "Provides: tex-musixtex-doc = %%{tl_version}\n"); - fprintf(fpack, "Obsoletes: tex-musixtex-doc < %%{tl_version}\n"); - } - if ( !strcmp(name, "musixtex") ) { - fprintf(fpack, "Provides: tex-musixtex = %%{tl_version}\n"); - fprintf(fpack, "Obsoletes: tex-musixtex < %%{tl_version}\n"); - } - if ( !strcmp(name, "dvipdfmx") ) { /* rhbz#968358 */ - fprintf(fpack, "Provides: texlive-dvipdfm = 3:%%{tl_version}\n"); - fprintf(fpack, "Obsoletes: texlive-dvipdfm < 3:%%{tl_version}\n"); - } - /* description */ -#ifndef SRPMS - fprintf(fpack, "\n%%description %s\n", name); -#else - fprintf(fpack, "\n%%description\n"); -#endif - for (n=0; n<pkg[i].longdesc_lines; n++) { - fprintf(fpack, "%s\n", pkg[i].longdesc[n]); - } - if ( !pkg[i].longdesc_lines ) fprintf(fpack, "%s package\n", name); - if ( pkg[i].catalogue_date ) fprintf(fpack, "\ndate: %s\n", pkg[i].catalogue_date); - fprintf(fpack, "\n"); - /* preun/post/postun scriptlets */ - if ( pkg[i].exes ) { - int run_updmap, run_fmtutil; -#ifndef SRPMS - fprintf(fpack, "%%post %s\n", name); -#else - fprintf(fpack, "%%post\n"); -#endif - fprintf(fpack, "mkdir -p /var/run/texlive\ntouch /var/run/texlive/run-texhash\n"); - if ( pkg[i].has_info ) { - int k; - - for (k=0; k<pkg[i].runfs; k++) { - if (!strncmp(pkg[i].runf[k], "texmf-dist/doc/info/", 20)) { - fprintf(fpack, "/sbin/install-info %%{_infodir}/%s %%{_infodir}/dir 2>/dev/null\n", &pkg[i].runf[k][20]); - } - } - } - fprintf(fpack, "if [ $1 -gt 0 ] ; then\n"); - for (run_updmap=run_fmtutil=n=0; n<pkg[i].exes; n++) { - if ( !strncmp(pkg[i].exe[n], "addLuaMap ", 9) ) { - continue; - } - if ( !strncmp(pkg[i].exe[n], "addMap ", 7) ) { - fprintf(fpack, "%%{_bindir}/updmap-sys --quiet --nomkmap --enable Map=%s"REDIR, skipspaces(&pkg[i].exe[n][7])); - run_updmap = 1; - continue; - } - if ( !strncmp(pkg[i].exe[n], "addMixedMap ", 12) ) { - fprintf(fpack, "%%{_bindir}/updmap-sys --quiet --nomkmap --enable MixedMap=%s"REDIR, skipspaces(&pkg[i].exe[n][12])); - run_updmap = 1; - continue; - } - if ( !strncmp(pkg[i].exe[n], "addKanjiMap ", 12) ) { - fprintf(fpack, "%%{_bindir}/updmap-sys --quiet --nomkmap --enable KanjiMap=%s"REDIR, skipspaces(&pkg[i].exe[n][12])); - run_updmap = 1; - continue; - } - if ( !strncmp(pkg[i].exe[n], "BuildFormat ", 12) ) { - fprintf(fpack, "%%{_bindir}/fmtutil-sys --enablefmt %s"REDIR, &pkg[i].exe[n][12]); - run_fmtutil = 1; - continue; - } - if ( !strncmp(pkg[i].exe[n], "AddFormat ", 10) ) { - char *name = strstr(pkg[i].exe[n], "name="), - *engine = strstr(pkg[i].exe[n], "engine="), - *patterns = strstr(pkg[i].exe[n], "patterns="), - *options = strstr(pkg[i].exe[n], "options="); - char *opt, opt_char; - - if ( !name || !engine || !options ) { - fprintf(stderr, "Invalid AddFormat entry in package %s: '%s' '%s' '%s' '%s'.\n", pkg[i].name, name, engine, patterns, options); - exit(1); - } - name += 5; - engine += 7; - if ( patterns ) patterns += 9; - options += 8; - - *strchr(name, ' ') = '\0'; - *strchr(engine, ' ') = '\0'; - if ( patterns && strchr(patterns, ' ') ) *strchr(patterns, ' ') = '\0'; - if ( *options == '"' ) { - options++; - opt = strchr(options, '"'); - } else { - for (opt=options; *opt != ' ' && *opt != '\n'; opt++); - } - opt_char = *opt; - *opt = '\0'; - - fprintf(fpack, "sed -i 's/^\\#\\!\\ %s.*$/%s %s %s %s/' %%{_texdir}/texmf-dist/web2c/fmtutil.cnf\n", name, name, engine, patterns?patterns:"-", options); - - name[strlen(name)] = ' '; - engine[strlen(engine)] = ' '; - if ( patterns ) patterns[strlen(patterns)] = ' '; - *opt = opt_char; - - run_fmtutil = 1; - continue; - } - if ( !strncmp(pkg[i].exe[n], "AddHyphen ", 10) ) { - char *name = strstr(pkg[i].exe[n], "name="), - *synonyms = strstr(pkg[i].exe[n], "synonyms="), - *lefthyphenmin = strstr(pkg[i].exe[n], "lefthyphenmin="), - *righthyphenmin = strstr(pkg[i].exe[n], "righthyphenmin="), - *file = strstr(pkg[i].exe[n], "file="); - int k; - - if ( !name || !lefthyphenmin || !righthyphenmin || !file ) { - fprintf(stderr, "Invalid AddHyphen entry in package %s.\n", pkg[i].name); - exit(1); - } - name += 5; - if ( synonyms ) synonyms += 9; - lefthyphenmin += 14; - righthyphenmin += 15; - file += 5; - for (k=10; pkg[i].exe[n][k]; k++) if ( pkg[i].exe[n][k] == ' ' ) pkg[i].exe[n][k] = '\0'; - - fprintf(fpack, "sed -i '/%s.*/d' %%{_texdir}/texmf-dist/tex/generic/config/language.dat\n", name); - fprintf(fpack, "echo \"%s %s\" >> %%{_texdir}/texmf-dist/tex/generic/config/language.dat\n", name, file); - if ( synonyms ) { - char *syn = synonyms, *s; - while ( (s=strchr(syn, ',')) ) { - *s = '\0'; - fprintf(fpack, "sed -i '/=%s/d' %%{_texdir}/texmf-dist/tex/generic/config/language.dat\n", syn); - fprintf(fpack, "echo \"=%s\" >> %%{_texdir}/texmf-dist/tex/generic/config/language.dat\n", syn); - *s = ','; - syn = s+1; - } - fprintf(fpack, "sed -i '/=%s/d' %%{_texdir}/texmf-dist/tex/generic/config/language.dat\n", syn); - fprintf(fpack, "echo \"=%s\" >> %%{_texdir}/texmf-dist/tex/generic/config/language.dat\n", syn); - } - fprintf(fpack, "sed -i '/\\\\addlanguage{%s}.*/d' %%{_texdir}/texmf-dist/tex/generic/config/language.def\n", name); - fprintf(fpack, "echo \"\\addlanguage{%s}{%s}{}{%s}{%s}\" >> %%{_texdir}/texmf-dist/tex/generic/config/language.def\n", name, file, lefthyphenmin, righthyphenmin); - if ( synonyms ) { - char *syn = synonyms, *s; - while ( (s=strchr(syn, ',')) ) { - *s = '\0'; - fprintf(fpack, "sed -i '/\\\\addlanguage{%s}.*/d' %%{_texdir}/texmf-dist/tex/generic/config/language.def\n", syn); - fprintf(fpack, "echo \"\\addlanguage{%s}{%s}{}{%s}{%s}\" >> %%{_texdir}/texmf-dist/tex/generic/config/language.def\n", syn, file, lefthyphenmin, righthyphenmin); - *s = ','; - syn = s+1; - } - fprintf(fpack, "sed -i '/\\\\addlanguage{%s}.*/d' %%{_texdir}/texmf-dist/tex/generic/config/language.def\n", syn); - fprintf(fpack, "echo \"\\addlanguage{%s}{%s}{}{%s}{%s}\" >> %%{_texdir}/texmf-dist/tex/generic/config/language.def\n", syn, file, lefthyphenmin, righthyphenmin); - } - for (--k; k>=10; k--) if ( pkg[i].exe[n][k] == '\0' ) pkg[i].exe[n][k] = ' '; - run_fmtutil = 1; - continue; - } - fprintf(stderr, "Unknown exec format: %s\n", pkg[i].exe[n]); - exit(1); - continue; - } - if ( run_updmap ) fprintf(fpack, "touch /var/run/texlive/run-updmap\n"); - if ( run_fmtutil ) fprintf(fpack, "touch /var/run/texlive/run-fmtutil\n"); - fprintf(fpack, "fi\n:\n"); -#ifndef SRPMS - fprintf(fpack, "\n%%postun %s\n", name); -#else - fprintf(fpack, "\n%%postun\n"); -#endif - fprintf(fpack, "if [ $1 == 0 ] ; then\n"); - for (run_updmap=n=0; n<pkg[i].exes; n++) { - if ( !strncmp(pkg[i].exe[n], "addLuaMap", 9) ) { - continue; - } - if ( !strncmp(pkg[i].exe[n], "addMap ", 7) ) { - fprintf(fpack, "%%{_bindir}/updmap-sys --nomkmap --disable Map=%s"REDIR, skipspaces(&pkg[i].exe[n][7])); - run_updmap = 1; - continue; - } - if ( !strncmp(pkg[i].exe[n], "addMixedMap ", 12) ) { - fprintf(fpack, "%%{_bindir}/updmap-sys --nomkmap --disable MixedMap=%s"REDIR, skipspaces(&pkg[i].exe[n][12])); - run_updmap = 1; - continue; - } - if ( !strncmp(pkg[i].exe[n], "addKanjiMap ", 12) ) { - fprintf(fpack, "%%{_bindir}/updmap-sys --nomkmap --disable KanjiMap=%s"REDIR, skipspaces(&pkg[i].exe[n][12])); - run_updmap = 1; - continue; - } - if ( !strncmp(pkg[i].exe[n], "BuildFormat ", 12) ) { - fprintf(fpack, "%%{_bindir}/fmtutil-sys --disablefmt %s"REDIR, &pkg[i].exe[n][12]); - run_fmtutil = 1; - continue; - } - if ( !strncmp(pkg[i].exe[n], "AddFormat ", 10) ) { - char *name = strstr(pkg[i].exe[n], "name="), - *engine = strstr(pkg[i].exe[n], "engine="), - *patterns = strstr(pkg[i].exe[n], "patterns="), - *options = strstr(pkg[i].exe[n], "options="); - char *opt, opt_char; - - if ( !name || !engine || !options ) { - fprintf(stderr, "Invalid AddFormat entry in package %s: '%s' '%s' '%s' '%s'.\n", pkg[i].name, name, engine, patterns, options); - exit(1); - } - name += 5; - engine += 7; - if ( patterns ) patterns += 9; - options += 8; - - *strchr(name, ' ') = '\0'; - *strchr(engine, ' ') = '\0'; - if ( patterns ) *strchr(patterns, ' ') = '\0'; - if ( *options == '"' ) { - options++; - opt = strchr(options, '"'); - } else { - for (opt=options; *opt != ' ' && *opt != '\n'; opt++); - } - opt_char = *opt; - *opt = '\0'; - - fprintf(fpack, "sed -i 's/^%s.*$/\\#\\!\\ %s %s %s %s/' %%{_texdir}/texmf-dist/web2c/fmtutil.cnf"REDIR, name, name, engine, patterns?patterns:"-", options); - - name[strlen(name)] = ' '; - engine[strlen(engine)] = ' '; - if ( patterns ) patterns[strlen(patterns)] = ' '; - *opt = opt_char; - - run_fmtutil = 1; - continue; - } - if ( !strncmp(pkg[i].exe[n], "AddHyphen ", 10) ) { - char *name = strstr(pkg[i].exe[n], "name="), - *synonyms = strstr(pkg[i].exe[n], "synonyms="), - *lefthyphenmin = strstr(pkg[i].exe[n], "lefthyphenmin="), - *righthyphenmin = strstr(pkg[i].exe[n], "righthyphenmin="), - *file = strstr(pkg[i].exe[n], "file="); - int k; - - if ( !name || !lefthyphenmin || !righthyphenmin || !file ) { - fprintf(stderr,"Invalid AddHyphen entry in package %s.\n", pkg[i].name); - exit(1); - } - name += 5; - if ( synonyms ) synonyms += 9; - lefthyphenmin += 14; - righthyphenmin += 15; - file += 5; - for (k=10; pkg[i].exe[n][k]; k++) if ( pkg[i].exe[n][k] == ' ' ) pkg[i].exe[n][k] = '\0'; - - fprintf(fpack, "sed -i '/%s.*/d' %%{_texdir}/texmf-dist/tex/generic/config/language.dat"REDIR, name); - if ( synonyms ) { - char *syn = synonyms, *s; - while ( (s=strchr(syn, ',')) ) { - *s = '\0'; - fprintf(fpack, " sed -i '/=%s/d' %%{_texdir}/texmf-dist/tex/generic/config/language.dat"REDIR, syn); - *s = ','; - syn = s+1; - } - fprintf(fpack, " sed -i '/=%s/d' %%{_texdir}/texmf-dist/tex/generic/config/language.dat"REDIR, syn); - } - fprintf(fpack, "sed -i '/\\\\addlanguage{%s}.*/d' %%{_texdir}/texmf-dist/tex/generic/config/language.def"REDIR, name); - if ( synonyms ) { - char *syn = synonyms, *s; - while ( (s=strchr(syn, ',')) ) { - *s = '\0'; - fprintf(fpack, "sed -i '/\\\\addlanguage{%s}.*/d' %%{_texdir}/texmf-dist/tex/generic/config/language.def"REDIR, syn); - *s = ','; - syn = s+1; - } - fprintf(fpack, "sed -i '/\\\\addlanguage{%s}.*/d' %%{_texdir}/texmf-dist/tex/generic/config/language.def"REDIR, syn); - } - for (--k; k>=10; k--) if ( pkg[i].exe[n][k] == '\0' ) pkg[i].exe[n][k] = ' '; - run_fmtutil = 1; - continue; - } - } - fprintf(fpack, "mkdir -p /var/run/texlive\ntouch /var/run/texlive/run-texhash\ntouch /var/run/texlive/run-mtxrun\n"); - if ( run_updmap ) fprintf(fpack, "touch /var/run/texlive/run-updmap\n"); - if ( run_fmtutil ) fprintf(fpack, "touch /var/run/texlive/run-fmtutil\n"); - fprintf(fpack, "fi\n:\n\n"); -#ifndef SRPMS - fprintf(fpack, "%%posttrans %s\n", name); -#else - fprintf(fpack, "%%posttrans\n"); -#endif - fprintf(fpack, "if [ -e /var/run/texlive/run-texhash ]; then %%{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi\n"); - if ( run_updmap ) fprintf(fpack, "if [ -e /var/run/texlive/run-updmap ]; then %%{_bindir}/updmap-sys --quiet --nomkmap &> /dev/null;rm -f /var/run/texlive/run-updmap; fi\n"); - if ( run_fmtutil ) fprintf(fpack, "if [ -e /var/run/texlive/run-fmtutil ]; then %%{_bindir}/fmtutil-sys --all &> /dev/null; rm -f /var/run/texlive/run-fmtutil; fi\n"); - fprintf(fpack, "if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %%{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi\n"); - fprintf(fpack, ":\n\n"); - } else if ( pkg[i].runfs ) { -#ifndef SRPMS - fprintf(fpack, "%%post %s\n", name); -#else - fprintf(fpack, "%%post\n"); -#endif - fprintf(fpack, "mkdir -p /var/run/texlive\ntouch /var/run/texlive/run-texhash\ntouch /var/run/texlive/run-mtxrun\n"); - if ( pkg[i].has_info ) { - int k; - - for (k=0; k<pkg[i].runfs; k++) { - if (!strncmp(pkg[i].runf[k], "texmf-dist/doc/info/", 20)) { - fprintf(fpack, "/sbin/install-info %%{_infodir}/%s %%{_infodir}/dir 2>/dev/null\n", &pkg[i].runf[k][20]); - } - } - } - fprintf(fpack, ":\n"); -#ifndef SRPMS - fprintf(fpack, "\n%%postun %s\n", name); -#else - fprintf(fpack, "\n%%postun\n"); -#endif - fprintf(fpack, "if [ $1 == 1 ]; then\n mkdir -p /var/run/texlive\n touch /var/run/run-texhash\nelse\n %%{_bindir}/texhash 2> /dev/null\nfi\n"); - fprintf(fpack, ":\n\n"); -#ifndef SRPMS - fprintf(fpack, "%%posttrans %s\n", name); -#else - fprintf(fpack, "%%posttrans\n"); -#endif - fprintf(fpack, "if [ -e /var/run/texlive/run-texhash ] && [ -e %%{_bindir}/texhash ]; then %%{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi\n"); - fprintf(fpack, "if [ -e /var/run/texlive/run-mtxrun ]; then export TEXMF=/usr/share/texlive/texmf-dist; export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c; export TEXMFCACHE=/var/lib/texmf; %%{_bindir}/mtxrun --generate &> /dev/null; rm -f /var/run/texlive/run-mtxrun; fi\n"); - fprintf(fpack, ":\n\n"); - } - - /* ... and main files */ -#ifdef SRPMS - mainpkg = 1; -#endif - main_written = 0; - append_filelist(pkg[i].name, "", pkg[i].runfs, pkg[i].runf, pkg[i].fedora_license?pkg[i].fedora_license:put_token(pkg[i].catalogue_license, license)); -#ifdef SRPMS - mainpkg = 0; -#endif - } - main_written = pkg[i].runfs || pkg[i].reqs || pkg[i].exes; -#ifdef PACKAGE_DOCS - /* write doc package if exists */ - if ( pkg[i].docfs ) { - pkg[i].any_pkg_written = 1; - if ( !doc_expanded ) { - fprintf(funpack, UNPACK" -dc %%{SOURCE%d} | tar x -C %%{buildroot}%%{_texdir}%s\n", srcno, pkg[i].reloc?"/texmf-dist":""); - fprintf(fsrc, "Source%04d: "CTAN_URL"%s.doc.tar."UNPACK"\n", srcno++, name); - } - doc_expanded = 0; -#ifdef SRPMS - if ( !main_written ) { - fprintf(fpack, "Name: tex-%s-doc\n", name); - fprintf(fpack, "Obsoletes: texlive-%s-doc\n", name); - fprintf(fpack, "License: %s\n", pkg[i].fedora_license?pkg[i].fedora_license:(put_token(pkg[i].catalogue_license, spec_license)?put_token(pkg[i].catalogue_license, spec_license):"LPPL")); - } else { - fprintf(fpack, "%%package doc\n"); - } -#else - fprintf(fpack, "%%package %s-doc\n", name); -#endif - fprintf(fpack, "Summary: Documentation for %s\n", name); - fprintf(fpack, "Version: %s\n", print_noarch_version(&pkg[i])); - fprintf(fpack, "Release: %%{tl_noarch_release}\n"); - fprintf(fpack, "Provides: tex-%s-doc\n", name); - fprintf(fpack, "BuildArch: noarch\nAutoReqProv: No\n"); - for (n=0; n<pkg[i].reqs; n++) { - if ( !pkg[i].req[n] ) continue; - if ( pkg[i].req[n]->catalogue_license & LIC_NOTALLOWED ) continue; - if ( pkg[i].req[n]->docfs ) - fprintf(fpack, "Requires: tex-%s-doc\n", pkg[i].dep[n]); - } - if ( main_written ) { -#ifndef SRPMS - fprintf(fpack, "\n%%description %s-doc\n", name); -#else - fprintf(fpack, "\n%%description doc\n"); -#endif - } else { -#ifdef SRPMS - fprintf(fpack, "\n%%description\n"); -#else - fprintf(fpack, "\n%%description %s-doc\n", name); -#endif - } - fprintf(fpack, "Documentation for %s\n\n", name); - -#ifndef SRPMS - fprintf(fpack, "%%post %s-doc\n", name); -#else - fprintf(fpack, "%%post\n"); -#endif - fprintf(fpack, "mkdir -p /var/run/texlive\ntouch /var/run/texlive/run-texhash\n"); - fprintf(fpack, ":\n"); -#ifndef SRPMS - fprintf(fpack, "\n%%postun %s-doc\n", name); -#else - fprintf(fpack, "\n%%postun\n"); -#endif - fprintf(fpack, "if [ $1 == 1 ]; then\n mkdir -p /var/run/texlive\n touch /var/run/run-texhash\nelse\n %%{_bindir}/texhash 2> /dev/null\nfi\n"); - fprintf(fpack, ":\n\n"); -#ifndef SRPMS - fprintf(fpack, "%%posttrans %s-doc\n", name); -#else - fprintf(fpack, "%%posttrans\n"); -#endif - fprintf(fpack, "if [ -e /var/run/texlive/run-texhash ] && [ -e %%{_bindir}/texhash ]; then %%{_bindir}/texhash 2> /dev/null; rm -f /var/run/texlive/run-texhash; fi\n"); - fprintf(fpack, ":\n\n"); - - /* ... and doc files */ -#ifdef SRPMS - mainpkg = 1; -#endif - append_filelist(pkg[i].name, "doc", pkg[i].docfs, pkg[i].docf, pkg[i].fedora_license?pkg[i].fedora_license:put_token(pkg[i].catalogue_license, license)); -#ifdef SRPMS - mainpkg = 0; -#endif - - } -#endif -#ifdef PACKAGE_SOURCE - /* write source package if exists */ - if ( pkg[i].srcfs ) { - fprintf(funpack, UNPACK" -dc %%{SOURCE%d} | tar x -C %%{buildroot}%%{_texdir}%s\n", srcno, pkg[i].reloc?"/texmf-dist":""); - fprintf(fsrc, "Source%04d: "CTAN_URL"%s.source.tar."UNPACK"\n", srcno++, name); -#ifndef SRPMS - fprintf(fpack, "%%package %s-source\n", name); -#else - fprintf(fpack, "%%package source\n"); -#endif - fprintf(fpack, "Summary: Sources for %s\n", name); - fprintf(fpack, "Version: %s\n", print_noarch_version(&pkg[i])); - fprintf(fpack, "Release: %%{tl_noarch_release}\n"); - if ( strncmp(name, "kpathsea", 8) ) fprintf(fpack, "Requires: texlive-base\n"); - fprintf(fpack, "BuildArch: noarch\nAutoReqProv: No\n"); - for (n=0; n<pkg[i].reqs; n++) { - if ( !pkg[i].req[n] ) continue; - if ( pkg[i].req[n]->catalogue_license & LIC_NOTALLOWED ) continue; - if ( pkg[i].req[n]->srcfs ) - fprintf(fpack, "Requires: tex-%s-source\n", pkg[i].dep[n]); - } -#ifndef SRPMS - fprintf(fpack, "\n%%description %s-source\n", name); -#else - fprintf(fpack, "\n%%description source\n"); -#endif - fprintf(fpack, "Sources for %s\n\n", name); - - /* ... and src files */ -#ifdef SRPMS - mainpkg = 1; -#endif - append_filelist(pkg[i].name, "source", pkg[i].srcfs, pkg[i].srcf, pkg[i].fedora_license?pkg[i].fedora_license:put_token(pkg[i].catalogue_license, license)); -#ifdef SRPMS - mainpkg = 0; -#endif - } -#else - /* write just link to source */ - if ( pkg[i].srcfs ) { - fprintf(fsrc, "Source%04d: "CTAN_URL"%s.source.tar."UNPACK"\n", srcno++, name); - } -#endif -#ifdef FEDORA_FONTS - /* fonts */ - { - int n, has_fonts = 0, k; - - for (n=0; n<pkg[i].runfs; n++) { - size_t s = strlen(pkg[i].runf[n]); - if (s > 4) { - if (!strcmp(&pkg[i].runf[n][s-4], ".ttf") || - !strcmp(&pkg[i].runf[n][s-4], ".ttc") || - !strcmp(&pkg[i].runf[n][s-4], ".pfa") || - !strcmp(&pkg[i].runf[n][s-4], ".pfb") || - !strcmp(&pkg[i].runf[n][s-4], ".pcf") || - !strcmp(&pkg[i].runf[n][s-4], ".otf") - ) { - if ( !has_fonts ) { -#ifdef SRPMS - fprintf(fpack, "%%package fedora-fonts\n"); -#else - fprintf(fpack, "%%package %s-fedora-fonts\n", name); -#endif - fprintf(fpack, "Summary: Fonts for %s\n", name); - fprintf(fpack, "Version: %s\n", print_noarch_version(&pkg[i])); - fprintf(fpack, "Release: %%{tl_noarch_release}\n"); - fprintf(fpack, "Requires: fontpackages-filesystem\n"); - fprintf(fpack, "BuildRequires: fontpackages-devel\n"); - fprintf(fpack, "Requires: tex-%s\n", name); - fprintf(fpack, "BuildArch: noarch\n"); -#ifdef SRPMS - fprintf(fpack, "\n%%description fedora-fonts\n"); -#else - fprintf(fpack, "\n%%description %s-fedora-fonts\n", name); -#endif - for (k=0; k<pkg[i].longdesc_lines; k++) { - fprintf(fpack, "%s\n", pkg[i].longdesc[k]); - } - if ( !pkg[i].longdesc_lines ) fprintf(fpack, "Fonts for %s package.\n", name); - if ( pkg[i].catalogue_date ) fprintf(fpack, "\ndate: %s\n", pkg[i].catalogue_date); - fprintf(fpack, "\n"); - fprintf(ffont, "\n# link installed fonts with Fedora\n"); - fprintf(ffont, "install -d -m 0755 %%{buildroot}%%{_fontdir}\n"); - fprintf(ffont, "pushd %%{buildroot}%%{_fontdir}\n"); -#ifdef SRPMS - fprintf(ffile, "%%files fedora-fonts\n"); -#else - fprintf(ffile, "%%files %s-fedora-fonts\n", name); -#endif - fprintf(ffile, "%%defattr(-,root,root)\n%%dir %%{_fontdir}\n"); - } - has_fonts = 1; - for (--s; pkg[i].runf[n][s] != '/'; s--); - fprintf(ffont, "mv %%{buildroot}%%{_texdir}/%s .\n", pkg[i].runf[n]); - fprintf(ffont, "ln -s %%{_fontdir}%s %%{buildroot}%%{_texdir}/%s\n", &pkg[i].runf[n][s], pkg[i].runf[n]); - fprintf(ffile, "%%{_fontdir}%s\n", &pkg[i].runf[n][s]); - printf("%%{_fontdir}%s\n", &pkg[i].runf[n][s]); - } - } - } - if ( has_fonts ) { - fprintf(ffont, "popd\n"); -#ifdef SRPMS - fprintf(ffont, "%%_font_pkg -n fedora *\n"); -#endif - } - } -#endif -#ifdef SRPMS - if (pkg[i].has_man) { - fprintf(fremove, "mkdir -p %%{buildroot}/%%{_datadir}/\n"); - fprintf(fremove, "mv %%{buildroot}/%%{_texdir}/texmf-dist/doc/man %%{buildroot}/%%{_datadir}/\n"); - } - if (pkg[i].has_info) { - fprintf(fremove, "mkdir -p %%{buildroot}/%%{_infodir}/\n"); - fprintf(fremove, "mv %%{buildroot}/%%{_texdir}/texmf-dist/doc/info/* %%{buildroot}/%%{_infodir}/\n"); - } -#endif -#ifdef SRPMS - if ( !pkg[i].binfs ) { - fclose(ffont); - fclose(fremove); - fclose(fsrc); - fclose(funpack); - fclose(ffile); - fclose(fpack); - - fpack = ofpack; - ffile = offile; - funpack = ofunpack; - fsrc = ofsrc; - fremove = ofremove; - ffont = offont; - } -#endif - if ( pkg[i].binfs && (has_noarch_pkg || pkg[i].binfs > 1) ) { - char *ar = strstr(name, ".ARCH"); - pkg[i].any_pkg_written = 1; - *ar = '\0'; - fprintf(fpack, "%%package %s-bin\n", name); - fprintf(fpack, "Summary: Binaries for %s\n", name); - fprintf(fpack, "Version: %s\n", print_noarch_version(&pkg[i])); - if ( strncmp(name, "kpathsea", 8) ) fprintf(fpack, "Requires: texlive-base\n"); - if ( has_noarch_pkg ) fprintf(fpack, "Requires: texlive-%s\n", name); - if ( !strcmp(name, "xetex") ) { - fprintf(fpack, "Requires: teckit\n"); - fprintf(fpack, "Provides: xdvipdfmx = %%{version}-%%{release}\n"); - fprintf(fpack, "Obsoletes: xdvipdfmx < %%{version}-%%{release}\n"); - } - if ( !strcmp(name, "dvipdfmx") ) { - fprintf(fpack, "Provides: dvipdfmx = %%{tl_version}, dvipdfm = %%{tl_version}, texlive-dvipdfm-bin = 3:%%{tl_version}\n"); - fprintf(fpack, "Obsoletes: dvipdfmx < %%{tl_version}, dvipdfm < %%{tl_version}, texlive-dvipdfm-bin < 3:%%{tl_version}\n"); - } - if ( !strcmp(name, "xdvi") ) { - fprintf(fpack, "Provides: xdvi = %%{tl_version}, xdvik = %%{tl_version}, tetex-xdvi = 3.1-99\n"); - fprintf(fpack, "Obsoletes: xdvi < %%{tl_version}, xdvik < %%{tl_version}, tetex-xdvi < 3.1-99\n"); - } - if ( !strcmp(name, "dvipng") ) { - fprintf(fpack, "Provides: dvipng = %%{tl_version}\n"); - fprintf(fpack, "Obsoletes: dvipng < %%{tl_version}\n"); - } - if ( !strcmp(name, "pdfcrop") ) { - fprintf(fpack, "Requires: ghostscript-devel\n"); - } - if ( !strcmp(name, "dvisvgm") ) { - fprintf(fpack, "Provides: dvisvgm = %%{tl_version}\n"); - fprintf(fpack, "Obsoletes: dvisvgm < %%{tl_version}\n"); - } - if ( !strcmp(name, "lcdftypetools") ) { - fprintf(fpack, "Provides: lcdf-typetools = %%{tl_version}\n"); - fprintf(fpack, "Obsoletes: lcdf-typetools < %%{tl_version}\n"); - } - if ( !strcmp(name, "xmltex") ) { - fprintf(fpack, "Provides: xmltex = %%{tl_version}0101\n"); - fprintf(fpack, "Obsoletes: xmltex < %%{tl_version}0101\n"); - } - if ( !strcmp(name, "pstools") ) { - fprintf(fpack, "Provides: ps2eps = %%{tl_version}\n"); - fprintf(fpack, "Obsoletes: ps2eps < %%{tl_version}\n"); - } -/* if ( !strcmp(name, "asymptote") ) { - fprintf(fpack, "Provides: asymptote = %%{tl_version}\n"); - fprintf(fpack, "Obsoletes: asymptote < %%{tl_version}\n"); - }*/ - - printf("bin-package %s contains %d files\n", pkg[i].name, pkg[i].binfs); - { - int n, noarch = 1; - char s[0x100]; - - for (n=0; n<pkg[i].binfs; n++) { - FILE *f; - struct stat sb; - - snprintf(s, sizeof(s), "texlive.expanded/%s", pkg[i].binf[n]); - lstat(s, &sb); - - if ((sb.st_mode&S_IFMT) == S_IFLNK) continue; - - if ( (f=fopen(s,"rb")) ) { - unsigned char d[4]; - fread(d, 4, 1, f); - fclose(f); - if ( d[0] == 0x7f && d[1] == 0x45 && d[2] == 0x4c && d[3] == 0x46 ) { - noarch = 0; - break; - } - } else { - printf("Unable to open: %s\n", s); - exit(1); - } - } - fprintf(fpack, "Release: %%{tl_release}\n"); - if ( noarch ) { - fprintf(fpack, "BuildArch: noarch\n"); - } else { - fprintf(fpack, "Requires: texlive-kpathsea-lib%%{?_isa} = %%{epoch}:%%{tl_version}\n"); - } - } - fprintf(fpack, "\n%%description %s-bin\n", name); - fprintf(fpack, "Binaries for %s\n\n", name); - *ar = '.'; - - /* ... and add bin files */ - { - char s[0x100], *lic_name = NULL; - int ii, lic_code = LIC_LPPL; - unsigned long h; - - strcpy(s, pkg[i].name); - *strstr(s,".ARCH") = 0; - h = hash(s); - for (ii=0; ii<p; ii++) { - if ( pkg[ii].namehash == h && !strcmp(pkg[ii].name, s)) { - lic_code = pkg[ii].catalogue_license?pkg[ii].catalogue_license:LIC_LPPL; - lic_name = pkg[ii].fedora_license; - break; - } - } - append_filelist(pkg[i].name, "", pkg[i].binfs, pkg[i].binf, lic_name?lic_name:put_token(lic_code, license)); - } - } -slv: - for (n=0; n<pkg[i].reqs; n++) { - solve(pkg[i].dep[n]); - } - level--; - found = 1; - break; - } - } - - if ( !found ) fprintf(stderr, "Unknown dep: %s\n", name); -} - -void gen_obsoletes() { - size_t i, op = sizeof(old_pkgs)/sizeof(old_pkgs[0]); - FILE *fobs = fopen("_obsoletes.spec","wt"); - - for (i=0; i<op; i++) { - size_t n, fnd=0; - unsigned long h = hash(old_pkgs[i]); - - for (n=0; n<p; n++) { - if (h == pkg[n].namehash && !strcmp(pkg[n].name, old_pkgs[i]) && pkg[n].any_pkg_written) { - fnd = 1; - break; - } - } - - if (!fnd) { - fprintf(fobs,"Obsoletes: texlive-%s <= 3:%%{tl_version}\n", old_pkgs[i]); - if (strncmp(old_pkgs[i], "collection-", 11)) { - fprintf(fobs,"Obsoletes: texlive-%s-bin <= 3:%%{tl_version}\n", old_pkgs[i]); - fprintf(fobs,"Obsoletes: texlive-%s-doc <= 3:%%{tl_version}\n", old_pkgs[i]); - fprintf(fobs,"Obsoletes: texlive-%s-fedora-fonts <= 3:%%{tl_version}\n", old_pkgs[i]); - } - } - } - - fclose(fobs); -} - -int main() { - FILE *f = fopen("texlive.tlpdb","rt"); - - if ( !f ) { - fprintf(stderr, "Unable to open TeX Live package database\n"); - return 1; - } - - fseek(f,0,SEEK_END); - size=ftell(f); - fseek(f,0,SEEK_SET); - m=malloc(size); - if ( fread(m, size, 1, f) != 1 ) { - fprintf(stderr,"Error reading TeX Live package database\n"); - return 1; - } - - parse(); - - { - int i, n; - - for (i=0; i<p; i++) { - for (n=0; n<pkg[i].reqs; n++) { - if ( pkg[i].req[n] ) continue; - { - int x, y, found = 0; - unsigned long h; - package *pk = NULL; - char *depname = pkg[i].dep[n]; - - h = hash(depname); - - for (x=0; x<p; x++) { - if ( pkg[x].namehash == h && !strcmp(pkg[x].name, depname) ) { - pk = &pkg[x]; - found = 1; - break; - } - } - - if ( !found ) { - fprintf(stderr, "Unknown dependency: %s\n", depname); - continue; - } - - for (x=0; x<p; x++) { - for (y=0; y<pkg[x].reqs; y++) { - if ( !strcmp(pkg[x].dep[y], pk->name) ) { - pkg[x].req[y] = pk; - } - } - } - } - } - } -#ifdef SRPMS - system("rm -rf ./specs; mkdir specs"); -#endif - fill_file_reqprov(); - for (i=0; i<p; i++) solve(pkg[i].name); - } - - gen_obsoletes(); - - { - int i, n, ndirs; - FILE *fdirs = fopen("_dirs.spec","wt"); -#ifdef SRPMS - FILE *fmkdirs = fopen("_mkdirs.spec","wt"); -#endif - - ndirs = dirs; - for ( i=0; i<ndirs; i++ ) { - char *end, *d; - int pass; - - if ( !strncmp(dir[i].dir, "bin/", 4) || !strncmp(dir[i].dir, "tlpkg/", 6) || dir[i].pkgs < 1 ) continue; - - for ( pass=n=0; n<dir[i].pkgs; n++ ) { - if ( !(dir[i].lic[0]&LIC_NOTALLOWED) ) { - pass = 1; - break; - } - } - if ( !pass ) continue; - - if ( !(strstr(dir[i].pkg[0], "win32") || strstr(dir[i].dir, "win32")) ) { - fprintf(fdirs, "%%dir %%{_texdir}/%s\n", dir[i].dir); -#ifdef SRPMS - fprintf(fmkdirs, "mkdir -p %%{buildroot}%%{_texdir}/%s\n", dir[i].dir); -#endif - } else continue; - - d = strdup(dir[i].dir); - while ( (end=strrchr(d, '/')) ) { - unsigned long h; - *end = '\0'; - h = hash(d); - for ( n=0; n<dirs; n++ ) { - if ( h == dir[n].dirhash && !strcmp(d, dir[n].dir) ) { - goto done; - } - } - dirs++; - dir = realloc(dir, dirs*sizeof(dir_type)); - dir[dirs-1].dir = strdup(d); - dir[dirs-1].dirhash = h; - dir[dirs-1].pkgs = 0; - fprintf(fdirs, "%%dir %%{_texdir}/%s\n", d); - } -done: - free(d); - } -#ifdef SRPMS - fclose(fmkdirs); -#endif - fclose(fdirs); - } - - fclose(fpack); - fclose(ffile); - fclose(funpack); - fclose(fsrc); - fclose(fremove); - fclose(ffont); - - return 0; -} diff --git a/tlpdb.patch b/tlpdb.patch deleted file mode 100644 index d0f70e9..0000000 --- a/tlpdb.patch +++ /dev/null @@ -1,305 +0,0 @@ ---- texlive.tlpdb.orig 2015-09-16 16:29:17.024436938 -0400 -+++ texlive.tlpdb 2015-09-16 16:29:17.050436761 -0400 -@@ -10317,7 +10317,7 @@ - catalogue-license pd - catalogue-version 1.0a - --name Asana-Math -+name asana-math - category Package - revision 37556 - shortdesc A font to typeset maths in Xe(La)TeX and Lua(La)TeX. -@@ -16060,40 +16060,6 @@ - catalogue-date 2012-04-10 13:05:36 +0200 - catalogue-license gpl - --name biber --category Package --revision 37851 --shortdesc A BibTeX replacement for users of biblatex. --longdesc Biber is a BibTeX replacement for users of biblatex. Biber --longdesc supports full UTF-8, can (re)-encode input and output, supports --longdesc highly configurable sorting, dynamic bibliography sets and many --longdesc other features. The CTAN distribution offers a compressed tar --longdesc archive of the sources, etc., together with "binary" --longdesc distributions for a variety of platforms. Note: on SourceForge --longdesc biber is formally named "biblatex-biber", to distinguish it --longdesc from an earlier (now apparently moribund) project called --longdesc "biber". --depend biber.ARCH --docfiles size=84 -- texmf-dist/doc/bibtex/biber/biber.pdf --srcfiles size=543 -- texmf-dist/source/bibtex/biber/Changes -- texmf-dist/source/bibtex/biber/biblatex-biber.tar.gz -- texmf-dist/source/bibtex/biber/utf8-macro-map.html --catalogue-also bibtex crosstex biblatex --catalogue-ctan /biblio/biber --catalogue-date 2015-05-08 00:12:35 +0200 --catalogue-license artistic --catalogue-topics biblio --catalogue-version 2.1 -- --name biber.i386-linux --category Package --revision 37327 --shortdesc i386-linux files of biber --binfiles arch=i386-linux size=4284 -- bin/i386-linux/biber -- - name bibexport - category Package - revision 29349 -@@ -33039,7 +33005,6 @@ - depend tex - depend texconfig - depend texlive-common --depend texlive-docindex - depend texlive-en - depend texlive-msg-translations - depend texlive-scripts -@@ -33287,7 +33252,7 @@ - shortdesc Additional fonts - relocated 1 - depend collection-basic --depend Asana-Math -+depend asana-math - depend academicons - depend accanthis - depend adforn -@@ -33434,7 +33399,7 @@ - depend librebaskerville - depend librecaslon - depend libris --depend linearA -+depend lineara - depend lobster2 - depend lxfonts - depend ly1 -@@ -35721,7 +35686,7 @@ - depend m-tx - depend musixguit - depend musixtex --depend musixtex-fonts -+depend musixtex-fnts - depend musixtnt - depend piano - depend pmx -@@ -36253,25 +36218,6 @@ - depend xymtex - depend youngtab - --name collection-texworks --category Collection --revision 36934 --shortdesc TeXworks editor; TL includes only the Windows binary --relocated 1 --longdesc See http://tug.org/texworks. --depend collection-basic --depend texworks -- --name collection-wintools --category Collection --revision 30307 --shortdesc Windows-only support programs --relocated 1 --longdesc Utilities for Windows, since they are not readily available --longdesc there: chktex, unzip, wget, xpdf, and the dviout previewer. --depend wintools.win32 --depend dviout.win32 -- - name collection-xetex - category Collection - revision 38257 -@@ -47514,7 +47460,7 @@ - texmf-dist/source/support/dosepsbin/install-sh - catalogue-ctan /support/dosepsbin - catalogue-date 2014-10-16 20:09:26 +0200 --catalogue-license artistic -+catalogue-license gpl - catalogue-version 1.2 - - name dosepsbin.i386-linux -@@ -79894,13 +79840,6 @@ - catalogue-license lppl - catalogue-version v1.7 - --name installfont.i386-linux --category Package --revision 19743 --shortdesc i386-linux files of installfont --binfiles arch=i386-linux size=1 -- bin/i386-linux/installfont-tl -- - name interactiveworkbook - category Package - revision 15878 -@@ -91373,7 +91312,7 @@ - catalogue-ctan /macros/latex/contrib/labels - catalogue-date 2011-12-16 16:22:52 +0100 - catalogue-license lppl1.2 --catalogue-version .13 -+catalogue-version 13 - - name labyrinth - category Package -@@ -93004,72 +92943,6 @@ - catalogue-license gpl - catalogue-version 2.1.19.1 - --name latexmk --category Package --revision 36353 --shortdesc Fully automated LaTeX document generation. --longdesc Latexmk completely automates the process of generating a LaTeX --longdesc document. Given the source files for a document, latexmk issues --longdesc the appropriate sequence of commands to generate a .dvi, .ps, --longdesc .pdf or hardcopy version of the document. An important feature --longdesc is the "preview continuous mode", where the script watches all --longdesc of the source files (primary file and included TeX and graphics --longdesc files), and reruns LaTeX, etc., whenever a source file has --longdesc changed. Thus a previewer can offer a display of the document's --longdesc latest state. --depend latexmk.ARCH --runfiles size=86 -- texmf-dist/scripts/latexmk/latexmk.pl --docfiles size=185 -- texmf-dist/doc/man/man1/latexmk.1 -- texmf-dist/doc/man/man1/latexmk.man1.pdf -- texmf-dist/doc/support/latexmk/CHANGES -- texmf-dist/doc/support/latexmk/COPYING -- texmf-dist/doc/support/latexmk/INSTALL -- texmf-dist/doc/support/latexmk/README -- texmf-dist/doc/support/latexmk/example_rcfiles/README-rcfiles -- texmf-dist/doc/support/latexmk/example_rcfiles/asymptote_latexmkrc -- texmf-dist/doc/support/latexmk/example_rcfiles/clean_pattern_latexmkrc -- texmf-dist/doc/support/latexmk/example_rcfiles/exceltex_latexmkrc -- texmf-dist/doc/support/latexmk/example_rcfiles/glossary_latexmkrc -- texmf-dist/doc/support/latexmk/example_rcfiles/lualatex_latexmkrc -- texmf-dist/doc/support/latexmk/example_rcfiles/mpost_latexmkrc -- texmf-dist/doc/support/latexmk/example_rcfiles/nomenclature_latexmkrc -- texmf-dist/doc/support/latexmk/example_rcfiles/pdflatexmkrc -- texmf-dist/doc/support/latexmk/example_rcfiles/pythontex-latexmkrc -- texmf-dist/doc/support/latexmk/example_rcfiles/sagetex_latexmkrc -- texmf-dist/doc/support/latexmk/example_rcfiles/sweave_latexmkrc -- texmf-dist/doc/support/latexmk/example_rcfiles/tex4ht-latexmkrc -- texmf-dist/doc/support/latexmk/example_rcfiles/xelatex_latexmkrc -- texmf-dist/doc/support/latexmk/extra-scripts/README-scripts -- texmf-dist/doc/support/latexmk/extra-scripts/dvipdfm_call -- texmf-dist/doc/support/latexmk/extra-scripts/dvipdfm_call.bat -- texmf-dist/doc/support/latexmk/extra-scripts/dvipdfmx_call -- texmf-dist/doc/support/latexmk/extra-scripts/dvipdfmx_call.bat -- texmf-dist/doc/support/latexmk/extra-scripts/htlatexonly -- texmf-dist/doc/support/latexmk/extra-scripts/kickxdvi -- texmf-dist/doc/support/latexmk/extra-scripts/l1 -- texmf-dist/doc/support/latexmk/extra-scripts/l2 -- texmf-dist/doc/support/latexmk/extra-scripts/myhtlatex2 -- texmf-dist/doc/support/latexmk/extra-scripts/pst2pdf_for_latexmk -- texmf-dist/doc/support/latexmk/extra-scripts/pst2pdf_for_latexmk_README.txt -- texmf-dist/doc/support/latexmk/extra-scripts/startacroread -- texmf-dist/doc/support/latexmk/latexmk.pdf -- texmf-dist/doc/support/latexmk/latexmk.txt --srcfiles size=1 -- texmf-dist/source/support/latexmk/latexmk.bat --catalogue-ctan /support/latexmk --catalogue-date 2015-02-22 07:47:38 +0100 --catalogue-license gpl2 --catalogue-version 4.43a -- --name latexmk.i386-linux --category Package --revision 10937 --shortdesc i386-linux files of latexmk --binfiles arch=i386-linux size=1 -- bin/i386-linux/latexmk -- - name latexmp - category Package - revision 15878 -@@ -98324,7 +98197,7 @@ - catalogue-date 2012-04-03 18:09:05 +0200 - catalogue-license lppl - --name linearA -+name lineara - category Package - revision 15878 - shortdesc Linear A script fonts. -@@ -109422,7 +109295,7 @@ - texmf-dist/source/generic/mkjobtexmf/install-sh - catalogue-ctan /support/mkjobtexmf - catalogue-date 2011-11-16 11:07:17 +0100 --catalogue-license artistic -+catalogue-license gpl - catalogue-version 0.8 - - name mkjobtexmf.i386-linux -@@ -111632,7 +111505,7 @@ - catalogue-license lppl1.3 - catalogue-version 1.2.2 - --name musixtex-fonts -+name musixtex-fnts - category Package - revision 37762 - shortdesc Fonts used by MusixTeX. -@@ -123189,6 +123062,7 @@ - longdesc LuaTeX). - depend kpathsea - depend pdftex.ARCH -+depend pdftex-def - execute AddFormat name=pdftex engine=pdftex patterns=language.def options="-translate-file=cp227.tcx *pdfetex.ini" - execute AddFormat name=etex engine=pdftex patterns=language.def options="-translate-file=cp227.tcx *etex.ini" - execute AddFormat name=pdfetex engine=pdftex patterns=language.def options="-translate-file=cp227.tcx *pdfetex.ini" -@@ -131343,7 +131217,7 @@ - catalogue-ctan /graphics/pstricks/contrib/pst-layout - catalogue-date 2014-02-26 23:03:13 +0100 - catalogue-license lppl --catalogue-version .95 -+catalogue-version 95 - - name pst-lens - category Package -@@ -144593,7 +144467,7 @@ - depend kurier - depend poltawski - depend xits --depend Asana-Math -+depend asana-math - depend gentium-tug - depend pxfonts - depend txfonts -@@ -159412,7 +159286,7 @@ - texmf-dist/doc/man/man1/texdirflatten.man1.pdf - catalogue-ctan /support/texdirflatten - catalogue-date 2014-02-26 23:03:13 +0100 --catalogue-license artistic -+catalogue-license gpl - catalogue-version 1.1 - - name texdirflatten.i386-linux -@@ -161016,7 +160890,6 @@ - revision 29741 - shortdesc i386-linux files of texlive-scripts - binfiles arch=i386-linux size=2 -- bin/i386-linux/man - bin/i386-linux/rungs - - name texlive-sr -@@ -166717,7 +166590,7 @@ - catalogue-ctan /macros/latex209/contrib/trees/tree-dvips - catalogue-date 2012-01-20 11:26:32 +0100 - catalogue-license lppl1 --catalogue-version .91 -+catalogue-version 91 - - name treetex - category Package -@@ -179710,7 +179583,6 @@ - revision 37261 - shortdesc i386-linux files of xetex - binfiles arch=i386-linux size=6435 -- bin/i386-linux/teckit_compile - bin/i386-linux/xdvipdfmx - bin/i386-linux/xelatex - bin/i386-linux/xetex diff --git a/yfonts-t1-license-email.pdf b/yfonts-t1-license-email.pdf deleted file mode 100644 index 90856f2123d8779bd844050617aa71093359d985..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 35929 zcmce-19Yd|@-Emxr-P2|Uu@g9Z95&??%3?OW81cqj%}-Bdy@XncX02SJO5d;)@0?y zu3Z~dwco7Dv!6{QD=17wN6iFDRCiMT1jzuP1z78wLvnHgXe5oSOdL!BjPD|ONB{sp zBWz~jU}X3Hw9s=f5;QWfHZ+3d=7zL)urt!Lgmg(8Q<n&PW=7~ZR=9_f6v<1nM0<n- z_vM8dg87ZNGco=Q!Qg8M`*foaTdZi*vTR_2iU1Zh>r|u}rNc$|<a{M?*AkL-{4ybg z*_;%=5#3+)v_1FI@-)Vq^!9q6_jF{~qVswceyx2^7{;Q7Dm>o?dKcaoTRbM6Q#OxR zI+`K3$}`=C!+&6j#o;dcOC;$F2ybS#G9|tNT5}YPNRVp(8Ec@wv%mv#PLI8g*Ssx% zGgMT}()o;H0RlvnYcbcgrwrwTTyg{zWAd7Z+~vwV(*1=-?Jw_$llGo%m8<D-mk}ow zkou=~QJubrpSHDXwceikv88hP&p+h|i7r{O<j+#Hs+&p>Ton@rbMENrlUt>YV(;?3 z(;-ucxQ?a{YAP3zD1WWy;)B2-GDZ$5gWVG>_E&tRXrUi%MOg0Kv7M$2K@#0et7!dM zq?D;{+7S$%$wpj-fa|Dgdy#y>(3$ni>|U(CD=2<!LUf`t4hx8x4LHU%>FKOgIi0BW zr!OlX;(3@E{)&_&nsSkZz}=R*;4<}FR;f-0y3OtvB>y{@<_6fS*_Xcdjk?nlD=)XY zIbfVqaMyzia2G*N1RO3L5S;Cc{f4tq7VAu6!eAkM>lc9-(lnA-pzxrsyGeE;JV_$X zz<c#vk0O0#v#?wdG;Oh^kY1Ox;L(i^hSiRV)^BajBbtX(ZLx;-pWw`l9futfRy0Er zy-e)VU@{goMLT7!X>dYweF@2<NI?^va-VE-ifYa#yU{!~pwsbmpMv06u@y*xRn%0W z>8Ef&H%P;FS7AP>dRGn!5v}&V_@Eq}l>7+o^(V!rr|%E^dH|INl59#&zMvu)wA3{i z&h(ImA&rie@5<v|IT(F19Ve*()oldKR4CAB^tKLe*C2w?sV4jR4m-LMM0uSnS~Mq9 zzz<|w`l6RTa-cz{f%j)9kXH+q=}-?ib+~`539#R9kRU^tFEG&Cei-|~(6e6Du^NYi zWMg?AKiqn<gsm2=CK<s5uc*Urw{rj>?x1HnO8Sc!3WGEfoBT_Z{To%LdZHneC3w5S z^wNQ>S*f4YE|<&rldXMY7W7=!Lq>~=1ii8}3NZAgyRgHP4jP%P&|lM{YAoFO0Ysd% zPo0hWMOB&@VJ+DMN9qwf#zqCg`HE>~n{q|j@z}!{9D>k5BRU-d%CItqTw;AqSdN$N zMMu;^8RaXff#~T(LgdcCAX#Z1Lv}{0Bg=d82^{Dq9KWHM$uVFJA`L7;D4isJpuoMr z#s``|rycqd=1kAs|7s)J!@}LNn%sg@5j615HD+WkwMH=lhj1FK+!ZHc(M<U@hKq%- zofTyT4nAIHCy)>TQs%(2|G@Y|7p#2Cyqg!UXxtd@td1+DuZ>xd?6V7snEYe)F{lAw z(Os|4&redqr(=;{W3;%h(+7|ztdj2Z`gVWSm-~co@~)thsB2+1l@#yL3tyOFaK`@< zk?w<L+}ikA;iEf%ZYHow_?fkDiQ2RrA6{dvRujlPZ-Yc7P}2|<oJ+=K4}Y}1{a4kR zE}3ixV;kH4#1Q)DOYDp@TT9^7Fn<^BhdRz{O5t<`y30}Gs^s2EC$9_-iKHG^7rh3f zLNupx1nE!PB>9{}$iILsmFpOIY;khRlP>9I?c&jN9e$J^5h8}R0(`3r3I#Ref*7S+ zT`PgGSKKx0g6ch@^m=EBs2_(0##xLioeSORa2u<)Y*$fSel?cY;r=9Uu0x3FUDW=< ztF6$OLVg&p0OYQg9TAG1lfN)Mc49^{tqAX&vjcS*w%I4)UI~mjo!Ps89lwCH&c8fp z&?qm;2W~INI@)vDl+V>@gqgs80KtEjYKx{8e@_2w+#j+9jN*=W<9|<=`9;=DG~X#` zk6L~p-Dv~M+Wq*}r0mnTo6zZKNckd|>CV<-N(LDoVPC_<hFM{#hA$e`bN-MzkgdN` zlyUm|l+lE2W3#RE5-Y1sd&`TbAaj(>g-9-UjDnzSAr3EEm%r1NH_6__PZL5*Z5Zun z9D-^oH8{RVU)PQiTi^`AXcm2EnkUPdLyM~)8}jqB1`lXu#M5+Xt;He_d=;mm(jvan zI1WOB4mmy^S`C2bD~xyU00D(zzo+mlz@BT4N(H3R|CYi}4M=)*!$8#zH%H^x7h-e1 zGIQgyF{@#HNvTI$Zbg7Guo_~i=(a!w``tH5*mFKeyhb%8WlEh&wOSEtS#D2}{AJQ! z4Iq``_JdG<Y^hK}L0Fn;)?V1nx6e$JT}Rrqh-|y}$}4+1$9RMhP@?NRE}or`Xg9Z{ zrBrVTHFc7KTS)}F4Kse{)pyl`0$*Gjw!3&$%-J6z1&UK9rb4FYoAlO%>OI3>!uYo6 zwn)S2O?L&ZlI-m04zy(K$d;bVdAgVd<@wvAqX{j0Bu>NjfyZidjCx#SY>mejmSeje z{8qcK$`x%;MrESiHLjvicR&5-?v`#-qylv&C5I#OjyzdJhvD3bs%VzI(}0uZphWfl zX2*)C{Mi<@{jPeQHF&mp1xNN=EG2!|QA$1(+$;^I*$-T_d1|ar>PKJ6e@{1PFwC&{ zrA8d~*O3>0N_N;V5wMm2s_9Y>b(n>D7w?9q9H7Xt&ahmBMR~Y7AO<&Bo@;A%x~>Hs zj?K{^K*p2LgqEq!#T#vj(j6u6#T}t!Jaxf4$c)XQ++0;!`w}xrQK>V$RD_Jmtr^i- zb+}7ba`*R}<JsWu-C7gX2{&yeXT+T)4qlZ1_^$0N9r?KT-j7(mXQu&|B@iDb7G8rf z&N0t5rosq(juIGHBa2<7hx18_UvAJc2ffd7(o9j_k3u8YVP9V>i6(c4_VM|Z*KBE_ zl_DNg2<&dCdw;scgjF4ZAS9P{;L4q;&VFkeQ5HLzCtP`owlbeoU{SE`TWk?H6{cJ| zFrVqA-;|W(_v*l%!fSda$0-Z1z2U-Sa|hUpm@9q3AUO)f%yCPP&{?~lAyKZP&U4ih zN#y}TWsJapG_o@MM{@K2_K_BS<U$|M_iTuso{9BC;iE|Z&#dWBo+RYrAfn*#o+AM` zIX?vNKQwx@?*#yj03U!3Kx3fyet*xL-YfpP(+FEzIsBWpF%>NpEr99o%<H2AV=B6L z5%YhF=-)*w|0!a47qR{=dhh-H_aC!ldzb#5+bO!*7y)Qx^-PTZ%ve^>&ggvtbbq&_ zkuowg)8n^x0cgC7-iM{52e7cw1GN5V3%pPEUELn=kuCm}8j9FiJKFr40e|)XNBXx1 z6aX}ec6wI!HXmadxc)5`c$W(rIhh$4$&2uR2>;;`c_VvkM>_)}d%%Zx<^RnNx{n$C zZOA{8RJwmn{l8_Y9}fIWlMcYdLQDG}Y3r(rtBaygJ&)sf*{Sqd!*qICoHls64=4fx zJ}7uC9BAApJ_5u5Q=bVzMg+juO8~-(tY#-4fiRq(B(GtJuN)yf-_{_C+SgEg_HbJE zCE9TRV9UbMCYJMuwWs#G{in6NHVsdiS+=_L$Mifa5Rgv<Gr)e<Zo4z&KfE4v2+??_ zst-FVZlT>9I(+X@fpWKGXGe#Jra+Q_M%U%u=8|ElzhaY)4l6Hzl9N#y{h@Akdhu%Z z2`VB;gF;kyHOo8xKBxDtw6N6c{<P^4Ys(CJ(B0<ty66+4JCN$^OTVJDXQMca+<ek~ zU++`#-mgM+PRE{x-U^@zYhVceY-yN_h}<%q)-pg15=Nl`nKc85w|XpITN%L$?r-eP zNE_kWEfrv|KHS(Wdz@wtnqc;}o24jw$2Kz<TGiPb=(7<T0dfn-HDI7c^a3;~oQmK2 zUkvAc8&5)8xhjR#R!0mNU02;~1~k$i?{V6G>jav`G55s?z@9k1iZ4)8FVK)yu@UCz z2v;^1vy6xhU+lQpdpu-#ShrX7s-`gZ*;m|YuXDYsh1A3uyBoVxc+_~pK9oq!?wOD1 zpXsmbd#4{7U6o|Gonh#-bxh8fTGd*JEp07st!^!Eohc2ACr?EY-Ay#5(P{7LQ5XC^ zn`BT5iK(Ht9>a-_{q<P&8;I*Ax!S{U@(y_fH<QtOn}(zh{bJ~9tAawAc6v)BBkg%c z!kew%W3)MVs8y~O8cR`?(ZMi{=gRbW{H>KKHG&*VgY)#3KZ<AD@M=B@1Vj25f+SrN z?1Gl?pdOF*3Vr`#Vb-aBIx7yaWGp8vfl^7bz|o`9oeawBEy|PWy6d5e=R@z5(DZE; zfr98;V;Vvc&aqx`yCIf$eL`ehb%v6tGLf-EN3l8z!VTi9;zJjFy~L6_lbYu51`A&f zHlt$-`7@n)>mSN)AuDk8vD|k@X}W%bXh;sn7^4H06C3K59KXG|PF*-7Z9un2<q|>N z5zOL~U5QGM5S7QS8zj(M`rU^)bESFxOED#}gfV>ezsM8M3c2BpYBbucwF-ry?4G4~ zhokq+8eBQ=hPk0UI$b^9q^_$roI)SY)XHB(HcIcNPnltgV!P#*E8Dj0OgPl=S<$W$ z`g&nEWPDG5hPpa-vYJr)(f8G<rOn=ywMOa+SE@!LKuMUkSd>hmI9^?dxb-<yVLr%c zz1N%qD&5Nan`)tKpD6W{<9t&XkEB{Y$VFbL7=)gFJgP6^3N8J?mw7W3$C-()`Q$|t z+heStu@b~p>Y<Hl-VDPkXt5cK+5AOu$Bio|+uhg~1T_jSGZ%!e9!;+?Nf2cE7@5BQ zGmvti{Qdr4C?hE*`<kU{_=&;W`d=t?xqkTWh9*D_ljGD$sAY-ZpeK`bqra#zhZ(^z zt9n$DD>A%goi-9^?OIGR;edf5Zjc^Fmx)ke_k#&p1#^{_N>4;p`q+avDQFnq8+*h! z@x)x5+SAB+9yYMvSCAX`4=y^FV(2uODQI1cbZuF7Ad>W=FvsL2wUX_J(l9VMm1?yR z)O4_J-&FgK3K{)u&>&&?WVKVl$EXN~Sh}Ly1NQxdk<n*TH#9ceuyO%=PQRe7=I4;I z=7b?lhUP?WVXqu#(~edpzs*E$mSwuY@)B0D-1Ks{%3x=)oEoha>({8nK~dA1<#_xe z@Gwmyd350f;Pe2=5>|si*&Gq^`q)xKGI^9#0_Cr%)f%<Vt+OkmI*7OqzTn}Q3!kkW zD;d5n(9X_p0LR!OC7Dx8epSyKt5jGk-4379t>v?)l@AzAgFl&fy3o<R3rm_+p+;oN zmYZ?NY(wVd?v~+0x`rUX<X+V_!{s#Dkc^`95oQWxUoy?3IFh$smJ-S*M>KzR&8Z!( zKeo?Hp4WkwxF@q!_MrKtts{IqmF}ZgUBmAbDOW1T&b7fk9X8h^$8jT^{`sp@P^gIm z9gyk45{s#PYW~Fo#XiR}5>-sK6+=mC;|y9vNS}?H+2du>j4W1NO~0)KjbxN<+s(jn zy4~VwkTIYG9jd6d0zyB_npS;&!w2k2Z{Vo05Wb!tYZC)O#N?>;P(6u$4F`>j)60P| zJ!JKoOdQ%}`Zz@V33X<M@<)fug~y&rj$qimx(CskQI73oDm1ipF%5{VY(No~q5qG# z;h$C(4HIp3VGa<TFI{U^Nd)3^{xStoHR%`FGW|Un=^>MDHteHdVOHVOTWH&k8nM60 zR;`3935&dD*%Xyn3OK4@u-#sVC$5UW$%QDbj_gT|iBgG|iI+)fB{vf&=?pU#D$WE} zonjRfI5}58L5sV}XiLn#_UJPiG(<s-CH5X|q%)KRm!VzkjUE|WloqyLkKKe!p-Jd> z`+Z@qXnFn4Xgm&LUE22Aq*;H_UQJH5Ueum5g11fwH}~R4y?}aywTx;Itsma`wDiO$ ziR6@1=CGca!o!T($G{Za;wx?Jm5GJ9{d1YGBF>$G%-Qum=^JXrTknx79cIhMtL(vR zkPu>mnw|ZA+F8fz5l13tom*gI{UP+lRrpa6iv_i}C@Ut!VO^I-wgcQ5Q`gXfL9^rB zcIa8*o#<Axp*Xd%Xk;I&M0{WTu~3*jI3KoEj)nxZ(#cx$RM9G;3eE0H;|SEWg1u+c z>t>OGr@>2JyZoDggBj13d#_HyW9gaNoBF!?8}mBzn|u4+bGf8UpmQ$CLEDJJPWma? z758S*P5EW%wbgm)9kY8%>+RIrjzJTp%@vrU^+{=JKK}8&p_#yJ+7O~KrAm(DXnEc; zj|ubKb{t7&=G}hFzNgCARPuK%iqUb*Cw`+dqxmG}K=CMxdmHDi)$OMn19AN+9>#SB z;Bz%YOfJLEW$a9aM$EzbZg4CM9FQsD@dKsmw_C+YX7GG`8OdEK{&F3C4KYa&-!EIW zB2IJ$hQ=l=U1!WmXv=Uu(cc#)7Dew=x0QsEIyf$F_Jd>Rn$=|==Ko4EGr%@8`8jHk zYs%#R9ia&NH)U_NYOu%g86zVqGcRb{PvQwUu~|0?ia^>MnVcAjU6Mg5{!;lhaD*G0 zm}R9GRTN2owi(DlOf`z%Sr%dji}oI0J4CQOw~-JucfTwcWf1K0hG>%Q5072SHzf;? zCJ9{1o8qSsq({#WhV2;a=nxefm&$r7asABLtuZW2I#R<4GjWyY_)U^7V8L2qB5)7y z1uES|rYuO%&<#8^$gR&4dm*mMFxCvIlAP3NL6)kezaHCPvI&}KLom|=xd$jmUJ^Tl zIwu$<P!*{3%Zz=D7J}_$yO$h$qYV=ijH{&K5!$7<2viFgWh1^&U@uss3CjHjXB;IK zF~yWPN=Oc~N5pv6=hP(mD(aQu27yhihvH@nI!Sf}?iD&4hqCX0S0CM9WCVYLm<S`< zav1KuNtqtzl$0+Tmg~kkQeVTBOV^2L(W053N!*g9twNL3Nra5aidTn-BZPr7-pSDX zYNIsQWkhLcbZLxC2Y&wIQ1Ni{!2V^X%Hzer0io0Pr`O~sEd9<qXH*QM2_nAqw9tx} z(^y4&M3#EEr97-Ouy3{1p(lY#m6&@)(xGH$2acM;A$%$0YlNRqNv$EJNiVR|cFt07 z*HtsM&c69&6OZt(pO%+rBP@=QFkSQ#e??2#;k|5nE4tELul37DSht${rnnYiB$BWj zb6$>MUW^qY#!W7Btl(_91@yQoH@B0jy{TcPlfmiI<k`Q`uHGver`=S4)H`su82AdR z?Y~z}BBOC+HODi4vSRfuDn-ly+J>P&_=rLX!DsdDYDI_M@`Polg9}nfBpBC6sTF<h zimOs-X?b>-V(9LUAHoaRYSa&E3U3$->L;>yK$!<bJQ{H~%BryGE*|OT)og1v*Y{dI zCNlErmW)zl5o^pmAA}Uk{D%8}iFKgnjBDl?CkmjijMU^(FCB$u1skjfAg~J861qV@ z-7vi5E)}TOZyOaQyw5=aP_k>hb8!!Pv^H~y_`O6Ro|zL#CJm)Q%+i(wS7tBTrg%rb zcG+U;*7%<G`1bxmrhddB^QLLS222<^a;Wz5)LWx@w&s{>wR29UGySEq0x!%F3d^Eo zi(kiMN3(}0E2CaBQj#HvV<b=bvg-&L=m>J7KVJD_ix3RumL&a!ZvukFXVIJYlAbP> zvy-JcQ0EIvBlu4QV~O=JzU!($J3$NJRbI_Au92P3Glqjd?=G3XN<eF4M(~K77k6fY zYQx`GpghZM@O;)rxrc?-MsT6C*g^dq7=Z>e%;RCb!(+I0C;aRV+To5D=uL9I4E{>x zhZ@`jIB)H=27Oi9VDt5czpv}8z<0SFVfCuV>Im;)IOckmWb?Xk_3?)98V7NC6!giA z+%U;xe=woDKP2OLn+YlSy>Jl{;(ULOh?tQJPeS10H^&3txlNP8=1GeEv@jHvw=r-6 z^IC<tjO`NN97VhdPlCfe(+vy7=};MuYu+VLciE*oF9PIMi3AI_8wGrC;)|PTuq@7D zjpzb^=Yea~*=WD}a^(r{;hmb=!Gm_!p453~yyad7=}iNqp<&Ug)Ro9(yr$p7W$cl} z?5?t5<$Kn6Zu#X^Y=hdD<1_QXmd3>bl0S!OIyU@@^z1FTRnEooN@GHC8Pk1!Cl%R! zVCNVx3xoyIy$FF7()}YCg}2rQ7=;!1Ff^#50O<U5{0)w#$ZRusyKs;<75qG;=9M{= z4#D~Cqx`EmRJ%IGd<FRVqkJjsa0R%g)LNDL#>h)$B=MZ9pVmEsl;=<oO^PjYh%)j9 zZsDVUCn|Uls=iGgwhHLEtM533hw=ska1xY<`i8;?@H3h32=IMwCkZHbMo84`W)5%? zWNE|zk+6rLZbWAvFsjfw4}PQUhTl5N<!4~;_28?LRSz%Fl2uk3Kl^Vsk)6ehW*$x$ z+(=!+;M{0kUqF8$xO8-e9vW-MgfM&#q_-7riW!Gfwd%e6$?2IABg3-INFYsRe^KP9 z+K;5Y*ZmakQqd{T#}eON0G{R%l`4bc0&9EMXdBxZ3;rs-A-LtQh4^`ms&c{KneE~i z#KrS3aOt0s5ErV9+!?4sHqWfzqoM|EAtP^e^?c({n=1i2o1djeJ9>t%kXw5~4e(hX zok(y`x|h>g$^Bdj$~eaZ3CdWv>ObMacP*QaEd!%rS#9(A_5`Ut*kHoc=%30$jYo84 zp<u~J`hVVIwT<rdopkx;1l+;ovj~#L$pKVzHv|%n!rd7HV!m4{$uMrGuPpnE(cmpy zcuhwatSoaf_|W(_YJ}%B*i}2cr2S`?CEec&kqz+%*1m0;KQKzp6=C!5X*aquhCq2U zGjJr8E5E3^M1enA9>5NBlek43T<FT{bIL&KW>ck*^c!qh4WrWxT0s%_qMip}gcnF{ zL(xj>mip1vYDj`=5!!#AP>Y;|WCtbhr2szJHLY1{qQbCzGAzL^tE>L*MhVYok{uFh z9LlFqW>Nc-j#LDK5qt(}#+G0nVn=v~Pc0IVINeujBPM%WZIcgBjXp8nmEjzCe13D; zcvJU%>mz}9g)Y#(H2mK&q(4x_KR_f#IySn$;hA@c<$s4Y{)MpoH(28xD*5N;n^ug} zw;tNBfoHGC>`p<kQTd0Ec(lzDFi*ORUOomC>3X)|+c=kJ`=a^&=oT)NZLu%pEe_-9 zOhDDnJS8|F;r-@OBOX_fdYvUz*`$1!$Ow}~#D{_?eJ{<RY3v-ovdsWb!Cgf6$WAhD zIOlwycyITZ+zcuzpPH{dX4li6x*#llG;66$u?(6}54Cp#qGMdv57AikRz((d`uC6E z#JBu1bB!ay;vm~<Rgk1`RG`MtR468nyf3ni7io*F56Rks4_&=DYXylW4+k9p#S;0U zV)WR_^2THF#c7S=eb=H6qRk9)$qZuI#l{$_NsnaZZ1iTtV*#ZS*us&>f<nJ|iU)nJ zr^iAqt(-Gw$DT~-pp#lxHJMP(uAFO@6>GhL>c&(2{!2Xm-t&A1iRjr_{uz$HvAz%3 z?k_m&1Edo)vNy0ZvvIJt`vZl2h@|x_-?20`Nl88_WePzfb3J88g?F5bir?D8@SjS; zdX{Dut^m@%>H!}LfDZ+-zceiLOzZ)S|J3IH3wooXqh)3TP%+Xm0qEFR-fwj8x4$qr zF$X;hGXp*=6AL2%?Vomh_68pq9veODpW??vKgv|}3`~Cn0(v&0MrJ0a?=atcH-AJ5 z4n~&B0M@_Se-uRjE_~SazT%AN0e{f8|A5~<V9CGXw|_b2uMQpc9sVGT0%C$6U3^s2 z|Eb~Evp4#X{2v|l-b%sM{(T-|R>syJ%|3iDZ)9TjzRKTy$M+7l8vSwD2c9QmXJ}++ zW@Q2(6*GJ{)Xc&4pH&KuHZ~SUmLKN-vF#s_;>Y;^iXVXPUpw0>01euAsFRuY9Zscx zzuv!5mUpK!Fwz5<Sy%x~@6adX`;&o<?OnzSU}j|iFtRbcKUv=W!$=2UWq8L(Ss331 z?-;4pzhRaC6JLEe>8}v{kDMfA^}g}`VK>d+c2kM|aq(XfH`IHN+`FOn@AkZ#@D82+ zwO|yjm8{G@w(J3a{?PnKL_bjFza#oLp!!c(`M+-a|2v@i?g2*D|3Fk{-CRA8l<MEw z?q<r4inU9o)9Y%S*r9-8#lYcs%?JQ3d?-L97yv;*bY8*4PQp$CJYcYZfWA-gApE+t z0DlNjp$JNl(F1U9SN3r^{{sg7{(<1YojvE`IMViY_m1_<j`51rWhKXN93yvWS8XJ4 z;^32_bU+9U-`2uEUk9Cy!y_d4*Jzk<JxP9b#ixggN`=VE*6rH9Lb-K!qQ;|hk%ZxT zovHRqBHnGbd85UPVX`+KA7nYU_L36)O`LYj^M$0;J^sYS11D;Gf7IRhFi%B*(`7|} z<!a_xjR8EBF+7^JHE?DuwaUS_R!dtn*qIP#fYQb7)~{=r$7Y@*2#!05Rvti}2dwQs zMNYV49dioz0K;^FPaHFoPeIjz7fC^-qCVw!t-6X@GJqnQ>j^JdtAm;ldNOd9nHYD0 zj(V;ZcdvvX$hlL<qrgP=bBJBE(^1UNLJi+4dIh<-q`P^T(iYtz!Nt!~6ACKsI*WSD zAO;`%gzE4_ipotiF(V=21~Zm@2c>;J*~nwMUox$j^}eCM6Dq$C`$|ME<#=2hN04nZ zo&g<cNNQ!K&ks-V5+3)a3RE;6F&<RG4+C*F^VWpm0Gv69CK2U|i0^pEaoEYV1tDF+ z&I}0};*wt{h2OCP2NUtP(~#o0=vn3>O&1jA8Aa>eWgUx1h0fzp=7FpD(!4`_2r4<b zwr)gMsu#`PMD}npw$bxZ5UwTX5YF#LwPxcnbw6gcg@^Bogvbb}Apof73({0|ef5FW zFJ#u06AD?-zuZQ^WCBu?SBU8Y*-m=6O#L*dq?!@yoEg{6&74+x&&pC+WA<clFq#0> z?3ZnWbE4ewU-JYOW$z}y*EGbK@`~H)9t^qD$M;(HMGBjs%%~j)gym**eU^pW=medk z!yU4(^VV3^VnUaq)TleS?^Z_D&bY{|LhKovUhIo!YCMmfm=_jurq@~LE7oJQ+YWh) zCjo99_Zrjn+agYw>~;9Y>oKiBr7q9Rt`W7FrFv<8g8WjEw|G>C2P`vqmb`(>CEKPi zpLqC1wSA*=z@&4Vf)S-Xyr4<|C4@)5e1frZ_JZo>_7W*NQVMqQ`lN}3DVXtD1I-3B z&mk}0o(!JNmuHu(TBwCvQpCW~Phev)({j7y&sN}y*-sEV4{>lXXbqAeuvw;`*Ru4! z=gLyche`^W$0!?8*CMHfSqR<Yi^OOjl)`+2o}SdVtzJf6*}d*{=+R$e-A<xfa=Vx9 zOY8}1sFg2hTzrJRz@FWl#zduFxj%YtswnAooy2b!A~4P>({#|~9gizCN%-AOIdLGv ze5kn>N<D(*5F#PDuQ|+Y3pOEIUqoLJYmrS%-)$k-nLy0t^OCq1Z8amYehXM%5INwW z1iQwK`(X@e9735~@FTwx__omuUZY#3hW@qH460;jS(1jKU|1<RnNJ}WASb>>W*55E zFzU-GfnJ(0d@tOjxd^cwukP|aQ+7>>ThU5@VkJ>M?|kKZFD=iQY!PbDmLbTM=d^7A z*W!|GIiFJ<4`0VY<E-ruSB}>}Zda%T?Z8KjMo~V^Ry=H?h+wEVLE-1{usx^i^2Myj zSu7?Qt)G`Z-XOHDB{)3tYw6~TH;z#+my-j0xg9)T6@i(_la{XCByxn4L&6)1iLbzu z^k{k}iv&`v^|oxX`y%(7-nNVnq&%p>XdW5Q{oLtL{PLb3ktxVwSQrgE>hH^HO7piH zEbcN^t!EtK#a%^=_q|PYB_w0=zf>j!EL;Yv;VYSl$=dj1V<5ENghZJ8zc{!U@}tqI z;Y6qZ`ms3#BdOM)J_Y@flA`gI4Qs0yzDmuE<kAiKuK4sbsZ<gvkjr;gRSQjiePaOU zSr%G`t)w%nTzmBB*M*h}{o{5|4T{@Ys7dDS^8knz+{f*UQUi+Dm9^J><bmp=MXr6G zhn?pp8SV#R59;>FaJMq&ifL<Z`ftS8g1+Jo6QgQ%fiLoOs@{U$pfP4%u+Fk!hd(7H zhL}@V3abF$Ny%B%PWGxyyXhR4a*Ln~tGqXA=^X1jz4nuRrvn-5V9m_!!02u5-8h8h zo3oI(Hl6nyOICfzz#Kz!(K1c-t&N3^J6_R$4>YT7n-;rtWR;%|nl085nEWceyj67R z@OUl~(DM2|X{wW+`=C{=hS!WPZh2##lRZSNkFm)(irxvi*F}*O-s{XsVk#58Imvt3 zJd%z_%kHLlR;+@70hX?bIWrG3kp9@m!XBB$0A*~86Wjx28g%wxRolbs{Uajvw@vgx z?WAIHvJ^QAYg~^RgAI}_GuO{=BV~A`z==O=4Jw+8d<g{vRL*q;)&nF36w;})zU!a- z5Gs(-S=CS<b`EP8;V2&IKU=v{NmP+OBjVZjdG>*Qe8K2hes%xaaIJf<sy*+1CS3XI z%~$#RXu*;fZ9VJ(-s)#W&!DU~C|TAqp+<;f`rJ<mXuO-pK$|`@A_A?R9_*8`LoPM> zmFB~Hl6>(Ru5NfatSYi>c0Wv^+>t$?6)<u!06~BLm!61=7CUVY_uINOt?hx6krO!F zDQ?A#R+VASwAjnO-4UJK+?oD?X?OTFY4$;h@FiOWgA%Y^JAg>zJTCkiuSGeSRdIvm z&w?yEdFK>daK5NYcp&2FwS=xz5ct`E>>^jWKDk*r@2KwTjVJWaq_6@FE7-aY@c3J% zn?zHKu0`jhnD@g_G_CsKAlM>?Wz61zrbs+n4Ypt}ds`8hsJ0Fd$2jp7qQeAE&1>Er z`ufGvzf-K{z^j%WII1)p!xGRiQ<WILp{!cWRhJph@{P74NiUB^z@*M*7tzDTX;r6U zM^XrzMienfx$Pv~+r41vNJ)trenpm3z$P1CB^;RHYQB4Dz&o7YD(p}qULh>eg`VRt zg(;a&F~iQ|DvW55Rw?*qUnl>q$}w!V2p*|>l*%}D5r=<u6pzg%c#pn?a<ksX9Y3Vt zf>Jnib10v1wxBO{n<`{ZyI%Vi&GXYxZZf5m_%=x0>)vak?;NE@B9~N0)O}IrLl@0M zlg=%LmqI<erh6y*F!S)~JV^|M190kBHhGv#d>Q5ZA2`ambHu468u^R)i}u&R>YaP0 zG7A}%`-k82^Xl_%=`Yio=UV6Fjj3u97M%-`_aH~4m!;h!n)>Yqod&fF-h|#1&t^;r zShkrBjgk-MvSvty&@D#p%P8tOnVjT>OVOTTJma|^f2CcGI7d<@6Gm9CL&`WlTqe08 z-LWtBhaZvS6^EZoUuj^kjN7~5=yYl{ttbUlei|yzRCjY(c4(dNBr}e{Nwcb)owkJI zJpc)w-HZWBgcp6L;sS6@ewQQIHW+kcXo=&ntI%EQp@J)@Y-snIm_$b95ZmuV7UB4X z#}13d8_*4Ldmuyg<<ewA4+$Lzn^~aI9Uwkr@<S${z<DZo{p?qud5F@L5@eCG)MWJ+ zQAQ@r;2O+NIbaLwDa}aIET*--Q~?vV91BE=902A0<n~Vu2oALid?s%pkyaH&2`CYz zxMr1<J%LwrQE5FcQiLqe0;MR%3^L)7-K9mQh&eeq)lBw^jP$1n>cmarD@IwuUKe^^ zVxd!`lkkwPq}_%JlI4w?V#3lLQ&Sc*y``lY0ar2vo2>4vkz=|yp=GJdaf1FEqgSRl zH3L(qLzdR|)+4%(mCOsA3;L0Gbio^hR6{Eiq_YV}r^snY2}tQ!aafp{s@VxYBq)iL z3$lO=s)<v(fR!tKv9aL5HsOG9$mFFYrEpT7Rqf>LY%lY7j&|mDWCNDEbuP6SsUd9O zH(r`#bGGHHfYF&?YStewzT_t*jIFTOnysHi<#${ub}gcpu#9r=@YKGXc~i4eLvzK( zGn&PEE0&hcM^+ajYM)^yCr=ZH4_z#7Qz)NtV<C5%nqWR&eY-C3lk6dOj?v?B3C>K# zQb}1(opcVaV8kGuC<qC;pCnTyq;ow00h7M^0?(AfTIerC0al>?^HgqD^MHJys`^@M zU@Q!q<zaTIzJ&Ahh?S3f!^V@Os;9x=%b=C$_k3kml}X4G*vaO_Ucc^awklUY*B=Em z<>P7c7P?Y_zXUoQkOxrw<qblr2OJansYTyfw|ka+oD{wui>;|Pe}{2*oi9%kB9K~a zcD+*8GoFg5-$F)y5<E_itXTLS*^yAbUYUp-?7q*_X4Cb`ATn~>tWRyl^JZOm#B@pe zhBl8%kG_A_S8PKkRsx<74xKYtD3&l<6C<tAz3KBD%8wqB)EbIc?OUxuwYm{|DqaZY zt(=@{EdP3uj!UGF%8Ri^&KyQXa`5zY_~gs}{X)n8!umAS+q80FHc<8s%-yrMo_5QD z8_qmNYSUS%==7fFspP(+1+c1Ah!9}}uX$D^hCTi!Uj)X)SUGcQV*<OXRB#FVlQBF# zl-vk!J<KkG2>JC|7OL<|&kDSaO=+7>;ET;t7tm?X#g{KDJk&WlimYOG!&!;B=kbNP za=+rW#d6%%8Gc=eK~1qv;svHTf}#~y)mqc%x3}5NU7U_NNa}%|;Taq$mTDx5MTHmH zqw(<dM?sA&n9-MCeQh?z@_NxCRXo|w87PRvWycx0TxFx?wLom%`W!-aiE5yg0B23f zYqaOYCg4ZpuM{vC%R<df=WBFp4|9N<8AJUY;DQxUQ@^i*WVKT3p~e=5eYv$A^mdaY z5Tyc5?X9;i`-Wv(SAKrgswILt=I+<*RQ720>pEd;=@v{*M^m%<^seMUprB%c1Zsej zbPYwPs`4`FTgG~2g>X0)%TdAA{&Ih~)-*ig^Wh{3ru|%L$G8sQ^?nZL0@wcizbu#T zXY{BFwWioec2B=ZZ8b%=T(`ZX?^`4n85TP|Q5XB*@MvO>$BhShdW6^eDf*PoJj^J~ zE~`lVJCZx_D31}|NST!ON(y;HDUfk7%#}m&c(&1weYrN8&?%CT)4pow=IL+}^?@#e zU>Es|hIHSG#r6<rLpc|hdWao*P=95%>BB@r>F>CkH(E%h*DYK2*LE>be|IP&nVuGS zH3`(SXmNthm>g20h1#=K&u0#e*dk!;xCM6)keRcqU9Vcd0JcP@&>wMur!nGKaB5fj zW*G52{u}H0yNF%BA7yfrF?~s6RihdjsKh2`H&Ryfs8!fx@<p{^aDoS?bfkhuz95r! z7?V4d+Jw%L^>B6WqHtvlE&rv&;;Mzg4|YjR<J;xudNM=E^lrOch-bV9JfZ<cx%b_B z1C*hHnnleYRAamLyG_GqGw6E*R9BW^L;B6(WdV6p;_aH$u}Ks{!}8Pgb)r-=8B7(m z@zsv4EA<f;IU0*7g|XT@!Xl<YLz(Jkiw4Uwx6>HPAVIkT&p$n6*$j)TTFsvbI3Nr1 z6k4@Cr{{Xtd?ltb@2fQpim>=1yl1}UuaVv8Xm{N1-nd;{)OmY&OAUXk2x#hWRDe!6 zv4<ykxK?1?!~l^X5k-z8jls&)gsfef@}vE}UlSa8Y#|j969q|!d(*{U3Xf}cO%f=S zDxiqThKA3waQ!3pAT9%pCUF%G3c^>`Knfn3c>Wwza4(PIz=12eAvMLiZk=8p3Cs(1 z{`!rYik^y`ik*s>ikZsFG@EA%cQ@*G;NIZHmMw-&j%|{Sj;)H#mMsJdVO}^<I6*k6 zKfb>_VmV$leIW&H*8bbL6c@{m(5}#a-%cNOusU2Dz?jd%R?*hMR?^nO^i&Hw(fz>3 z$__~su1X7CVCZY9?E+>djy99Gh=AwIM89JYjnhij?*vO%65=s0gGcZB>TtjA<gjvV z8Jy*+;(FbF4R@JLTa>c1<pyTDs`Te#W6lGan37<NT0lvqaWwgGp=O^^ziIubFFZB& z&k9}g(4=5F#=zR=Vp9i|uyQ>?Az5Ok;eMu33I5oun*h;O8hM!sSKm4*vd6--1~4~y zZSQE!6T;cVF=3fugDBuAj;)UCT+_Rh^$?{^m9hLAr52~n4y~3`S*4YBdy$oV@^Sd2 zJ|e6ncy07r+_6HGFu@Q~<gf$b=5Xo)OlWlFtgm^b0;C}%3NPA3?BR*gmFAY2ic-UV zIVISs{w()MQ6$Wyp}l>srSRPG5PgR+M-u*VjyD+osoiTZJczda_QaPbh54p=bBhPh zOCb`kD?mW(J6|D7KQlbVg!5X{p{VF`h2UyEFD?|*?ekQ^vfs|E_hBF1rvcCQ$=P~Z zAh$WMW^f(b2+j|X$Wk~;KTy?qUlBpWkk*QDBJ|a#uRKi^DbSp7ncc@Z7}ppKs`*@B zw1~1kMt=wKwW$BHh(LfOpIY7g?BpDTW{=j7$1v;ktU6Nh%2@GDN;c%#gmGy=z{vpV zy9jTg$UXvu!!{Ppp+?zk`4~cxac>q~u`53oKm_9io`raJBLi}Q7f|WaGG(_X`BMgS zW8S$f!&~B*GxAeZ-s|<y6cV?P8a37axNv+R8A42Vt__)=dj{V4a99tj5a+g<lz6vt zP(`Hb2^%kr;K2`Zj~}1tpW=XgV;}5wMZqd!A*c+j>!O4POh(b}#D@%UDYd+ej#Ort zo?~cjOX};LAXYg|*XrdY$ZO6zu2Zio)?QEAKgVog>YsPq1V`Nfg}aH7U-IY_epe(J zo|W?~PEXBYCTvebF%LQ0wH<K(O^%PE_bn<y6zaMmdKHvDNbe}|lV1#|ao*}G{SEpK z+Q^;OH4QaR4#xqtbmyG)QiJt${>xKu`)sP%eup<XbA{Wck?qs1rEQDx&K^@qgN0g~ zF@w9aiP_;VR0(ls=@2&M=Oy>EHf0Y=;!}%<x{CH@Wv|3vF2*-UCN`j3<yelzUk?m* zxw%D&=MZMdRm*Qd&+HX7hPRmAneQoWi%BTS2SKVPfhKY~Qb2x+Bx0LZIcKdo#%Sgy zEgCgaYVDvJ<q;pLB8|K_nlye3=>+f|u24_SYKY8@m^a5r%~sJw3SGl;-|m>ihs}-0 z*sSKVG3x&gqiy`MY=OR|<3ZEz&Z^>ZH<q-;1MJHgcM4SsjW#4wItMsKuZmTA6*d1% z0aR&>NJ}xB)=i$E&bSpL72CIW-}@8Dw>#>*7VW%sYPOsH(Nv}K@~##o7Yck53XIl0 zS&W80R+2y_nrMeD8*~~emRI2?54H?$EvIQZKh%MKGuE6u1+aWxRkU8MSww;m@t~hv z3|YB$+r$OwU7a^j(lP@~uzAXzG_O<8g>#<IZw%LEZ`{eMMn~tiqH<qhhrni2NU%%` z$zpa>;%!j#0!6fD+u7VfunRo$c^jqW86mxthz_t-WK-v=L>=}W;c{*i#Di#)<)ZXO z<dz}n{8*DA;A-DONG3XTMY11(Rb&q2BUPNz`;~duYW2VwiHQI%(!68UDkF|%pagl* zq)TCDU)A$!VcWO|!A-}+n|Vj<sIrz}OKd%xT&nLVAxd1{>(M!K&QPw?>#$#A2ONf* z#c(cp8GZ7Nzd?c^Myp5}&mhh2r2LLKo#hm)#%EvFxTf}m#(lj@gI3biWl&554s;`* zUKz~;HG`n!3z0*pMJvmUE#m4@uH-jLRvuNRD5;a8RLwR9&xYT~Yr~t2&%MnN&<!<9 zVP9rc@kDW*ByWZ%KM32Pzn7#Wk9>t;e50A*b|9k4_FO|2LKTuj>{zn$!(Enlao~s% zT{hu*ktRZL6~{_Gm5EL_FH9ed30;=QKnJ;jkI;kpe&7@*_G?n=7E6YdI;+)p*NB50 zYcN+JkkR=@JEGo)hm?w&#Eb7a|K9w$9sSMB!=yE|3T*@Yw8cH=O(T`Z^*(vFqJ8rG zdh7B9T83t^u_H^*bhUan=%+<r&D-;eX>z-wQLW_SX&X)ZgWb=ExBF3KEhc@reN;~P zD>1agGuVc9Lyl~vgKHu?!D8@5i(2WPQo^xaaF(4@>QrI+=S|}!TX#VR&||A)r~QDI z*ZV*SKN6G`)m1S;3P;)MN8zp&>o=iiKFR_j2mPT2kG<Ie9OV68k*yTgy8{E<a4fMq zSwZ5}t51i+;BX7g;VHqHUZ%HbEBbtN#_H~lPFpnP1lYMxkjXor>&bxH!k>t`ZI!!j zIznU2gu~TCA{OYh9k&Si?k!j#gkKRtmxAKJOXFe)Lj||p^(PCoM=QBwc@e}A#E9EW ziHk^n&<tthqBPBVagukkQ1vF8JB61Lh1u?5yTOkr;ifG|b$j}#B*uoxhT%sMqq9nY zPm$S$N#hS(psURY)zF@XFlw_?a}mx;u;h*y`qYXxQ|^j|nS%Y^Rk-)UQah)%*Dn={ zb9*FH6O`_rj|PgEq8$?E{yrirQNFD~=<zBfFKsT0H@ua7B?eDn2)jAT=9T=r_soOS zJNYyp_ooBNA%<Oo#g~u>!j?m&nPdD1-%?+(Qt&VnFbdv>@y#0Q?H7(Ae8xScV)!n3 z8<@NS=drKP!u+^iOy`zFLic-Oxx(d1TA`@x`l=Q@o<a448lp@OpS+-;HVvAUFU7y) z#^kn+07r`qUo3J&xbFZre|2PO|K2~nh(H!K7h93XX++HZq$NP$v2S||XRgSLVM`f< zT{x}Vj4~`MzimO-R2rTrf8pifSB+3dY{+dG+tjEc8X0Yn3#%Aw=ONFl<NE0h=&UrB zTOfVpQ1}+4>1)r#{^u#FTBhz^UHJ+MEeVAwj()iTkDSZnXT<#ev`m!cf;(@va9dJ3 zN5X<%&6N4=H4G-?)tP3FD+*t@71DREyl#2YpG#%V=-3ntj@ScXkG+o0TlH93Y{^eC zL|7xPdV)UxLZ>O)=6+@&ub?)bOZ%~pHSYR_YySsVp^S=Pr5T3@=4cyE4eSF+2=izD z?Fw8q3b*<O9t+%Wsrg=hLBvyt0{11Oh%o^Ry(h5C#0&Y3<8PN@d;uuuc6NN`cu??n zWfojuyZW5%(kSBYLt=?SYg^KGu`TD%PlU+A1nO;uK6E6=(cf9U<;@B2K+Ai+xqv@N zisN17(XcPyi`(&WN7DJt|CG(U{~fh^V+i@=w<EzKs<)vDPS#fixh`d+5n{j<X@~XT zfo?m<GWdBHzrADXTx)~jD{^Wm*kQzW(WzVzT4q4(Hk%m*_mJN<Br!ZENsbg!tF|kw z6hjakve4vt8oENn!za8%S^iQ9TaWKfOVYvE`zNdwB%6bHga_zYv%#qn0gV?Ar&j@> z1PJ~Yk8oI75di_496c9H!Bqh+!uW<%{coNSsvMtp#qsQEHPA=(gEp~;#{6t4W^44l z_pyO2sqcrr@Z|TLh~IaCy&>61bb3E-xMM!&AgFtuuiD>ToPn;C23S*M<w3Wb`M<%P z-vI8(F|EMw>9NaMWOn8$ve0QPGQf2_GKM=${l^tH8GyV|&&}AMTcBQ*Au_@57a-p1 z5z5p3qCh=@le`-d%C%j6bhIE;aC~52F}ir*&ga2hbUNLEU-37_fvHux^TOnwV|~Kp z&I=qG0UN*7(=%^6Te>C)H?V=Mp<E<7(SfWXT?9JKfFgjUAy|t91VW-%zze-!kSb8m zA44=>AIV(WRM{^?aCu^m&jJv=4x_kPsW<AxS&26aeb|92AX#H!y(_ym1-QLfabafJ zAMkKz*f#-?o|Vur;4VU)UO-Q2vIHBuZOpHB?7!=}BpzfVk`z_Cae!K!)$Xl;S}0|2 z^wBDYgHWB>@5A&er-3*a7pQeL@)E2OWzD`rwiab0)LT_ul!;aLfzi}<?MW5f8v~^d z+dt$hR2Hd{d#??Q*k`TKaGm)_05g}Kjj({LuA^oMFlDyD4$mdKCPU37XCaY@UuA(( zDQ)@Ju|J3TFqJsA3wN4hD?^Z?$P#w0KRhK+Je++l)r6q9%(971MSaw5@-YHVT+$8s zoH46g<zup>D~HLs3I?^T>+ACX>_xIsr0OEysmYZ(o(?Vp{-Xu~XTTpAsOIwy)DI%v zd>?dwKm{~T9dEgh2&g0~tz~h4L0y+3G!6{RHf%u;5>VX5SX_->EGDu1mrOKB*e2cX z0{}N4ZzMVn60KL7e-tY1FCc@@;av;{py4>X8#(^Ein$3<cAcUWoB&-xqOTPJdcdb9 zp7$@7(Vmc}m>^z20-smhqvF<&{oDf=9=N2@=of~A?m13q7a;vX4I$82JNv%Wclo@+ zaCd%wVHj)e0HGh7pn;?>jef;skU>4iWXR1+aZN#%ADd{18h&E`83oxkjhB}cRj?ya zVMube>u*RxNc8A3<r#h851N@wve0D`=mMk-Wa|_x#AT2U7Y93O3HO~`a91D~nbVXn z$|sl^d_0hr6C4pP1s2b=2o9*rMZpHG@pB_6D1^<{XK5hzqhb?(1EPhiF5*seh&^Q> zl-4DLuf{+rAc{c5t)qmzw!Uew2pREkKvtb<aH<hlX*WPepYVO=rl0FD&4%A#aWCK0 zecrZ7F1>+BLwM8w3mxQR<NF`<92Qn4`hW64J`Pp=ubbo_N2>lh0QLV!&xsqi@~8b8 zbjB$Zxtit2T3agrozW2$<|)U~{gbF<5F@boVU~3VBTq?OAn25c#Q-krLzb)6b7kQ( zm*nkW*wL3W;LHMv%2IZ2XzuCU6<yS<>skX26IV%Y?Qy86h_eEV4wVNHO-`E4Vr3bt zqkB9B@m=dKTeN4fvUV7eR(9>Zhai#LF!JhV<;W-1)4X(@<rt-m*!hUC;~qP$f!dDX z@#E1@gm1NmBm?_Rby(`&TNXOKCCX3S+K&BeFB&uuW?I%A%hBDAUui<2XG2IQoj~YA zB%#O=<$#t5$*D}kT5%M8*(V50zbyHp&G?baep&Lf$QEa}|B28W>;ZZMh!aH(7R<!( zLUx+p3MyxMt}iUwG+_kyN|*^)7slUI$!37&Az<p0ncGkir#UBR{C45r5{SzdeJ@6H z&M-)Dk3K_qkA4sT4F2Z3^Ol8*z~jN-m)X@o{4R{S*K_vM3Hc@Z9MC(Ss~1<)9I<*5 zzGAYZ%^$p-1|y%cy$lMQab{wfv8SQj{2uz%ZQ%bB`oB-ey|Wt_X&L{H{5v7!Uy=V8 z;pJaUl0WQ=56;D3Odu6m5oIBve`5muv;M!3fc~HOKktK6F*3i?a9G~?CUo=+f1kno z|HS`!@8-{({zv?uzm6RK>lh*Z$5Fe#KZJj|<F5|?2mGJ^?w<dDsXu>0`qzj1Z`2=V zws!{42knP}8Nfit0$^fdc`tvQ7-R#`v%J4Eyi<M{7y%4S?{uJdIm0_G=tIWD$o5Ch z#76fIz4w0J`(Sz>hWVX8#mvh5&Jg-&&-hLkdgmB@bk6#IF))89(Ep>7`A?&d!9N=R z$HmGBV0~W%Y#$UOHrD^782vkW=l?Do|BYhw-{bKAf?f1yA^h*`qQ4HG{@Z%_FT6(j z|1+=gKiEZdjLiSbc}+KW7sc7xyEXT8&tJ(Bdx^=TJIrEe#6bL~prW4`1c5=};7J1{ zNcn>`!+GK1V-QB6Kq0^&3Bd{@X7J^;^F$5cFyQ<kC-M1PeNc*AeDmYyfypJA&)7}C z1UqgY+V>w`T{8E_M!BEtek~@|&ApbbFCp?n;0eo%`4CE1xY*!WG_$8f2Q*YUj$aSp zNVTd~{D2Vih=og3<37s@6|?xo#^3zA`>6%T&BfOBu=?U>!bN&xG6N1}Tnn~gz`b~7 z*`1_?Z0f?N(uy9p`DElM?$eAPkAS&5{g>mQeQED#-UqzaI^<()WLR$QC~x9CxUGtQ zx2;y4(H}`~b9kSRIl$%gAqW_R(i!7Ad}@?LyMgfKNVrKAOc0e^k>f;#j}Id$^*L5; zn+X`EG7RrX7UPV?2^&A@`|AX=_g${CbVRpoa|FcB28ar{a?r)>_$ZW_ct?xY$tib^ z)O?+hpdYK(6=C+O5fy%eQXLE*?ZUDD&E5K_+)#CDX_<~&e{uV(tn{}qxqAtN%yCi- zaszjg#}vZv1`b!kiJrpfAA&Ul#nHr3^4p^7aW1s&`QO5Fx)Axe<ZJs#Q@;?2S088K z)V~vLS+(oAXkZ5{+H9Cy>Ux|Oofb1p#_e|&v0amW??(ehdq;CesUvb@n5%^ia?CUo zb6O^+(N@t6$nx5$t4Gii;#ON^tZ-Xs=KY|Dn%dm%a+(g8xQOm>QsS_8Z{_FcHy+lx zFV1Udrahk?+teSPoULB3G@9*t;sxS{?~+Q{*a2)YyQ7&b25Uw0El~%W?QOsJtu2<l zS-p0**4k1O<b|Vtt-;0W5e!d|l0<{Y>*f0TR1J9`rLYbn#7O;L-MwW{9o^Qp`{3^G z!QI^<xVr{-cXxMphoHfOTW}BVvT%aCJA5QtAKCBOZ=F-$kJDBB=+QEJjWK(&s>Z#p zn-~^-R`?vxn-i}aUQ3P4S@foW&RX@haD}ANYB~sk{`E9=%g`fcp7&v-vIL>`?#O19 zs9YgL$T*W0t4REqX-fEL$?|+4AOSl}eK#B9$?@#V;#0f7dJ7B8o;_&pUBPI9gy@HX zZ)96>(G}r*s45_h*g`NYeZpL$!uYs`ZOa*zOM_sj70n(?E+-Df1jb3?$7~5f4)#Us zq=Liz#|s4_@>xYbRJ>o^jV?l_-@Lrvs!Au|N2O$nyh~B|y*;nJ4E0`3&$2nz&+ujN z#pLm8Y7>PMa)4sHfkD4$8QL=1GAfcK>LY<Ku`Gsrh&oP>mTg;vu2xEbMVG17vaz5$ z9JeMEE_&DP(d*8vWHlIepXnONWcR8oy)ak5bT}p-AA9K^USDNY(snziZnSEX#GryD zNTAAZWA|!umO%|h=h+G`2sa9|^npayVdWbs;_iKgiypiP#H%!ub0<{Lnv5ECxnWwy zl<iMO)#*HHG;*lLlN|CYOxW0i(52&4W;_}qu~*9a9InQ9->9Lf+is8=Et5{sdF!(N zZ9$&Hoh2c|T;O?UzcJOtww)FuYfo;+;a+!Sr>8S1^5~5S!~76ln<j`58PNs!j*T2V z0r6`Ol{;yvDyclhP@ft1YA5lhrtdJ#mF6*cUVf`jX|uZ?YjedX2M-1?*;7k2cBfbz zch-xkAK&pC>2rw|;k$vUKO9w<ZLNDaE=Gq))DlAAu%?0I=gAb^pT==ccvyp=T6vGs zHpn^z3bnRBu$sVuz``GWuxmcO*q4OL+})A(06;r>l9m{8AG7Tq^&GQ7WNOseXpb#B zAI<AL-#!*aE>!onFcZ}0@&aDF(<`^UFVyUHvhvMY{5{NDO=8hF?pio(FfIWC5rg`y z;?Uu-$!Mu9WJsC@2x0(KgQl{(Vd9fJ4Y2|D(@4t8r7HM!YkY36Chz0I1aFev`Oh6F z0WX2eug+#fN3qL-7v_0Mp_1QWVTY5L+>5hHjmpwPqz#KpKa_Q8Z%~HOg;9plhEa#n zpR0Z>QXZz>kt|ZIWKqVZmT6FEIMtN1cCwbXwzAf;_NrVElPay+F!M;A_AT?i{g|rJ zt2(wC&+Vq%iRa!Mai!zMXztM+hGpk&HYH(S<%sm@^$tv`V_$0^MK`@<XL`2u1qR%* zRy~kwXiE)|cp8LpsycyJ;Rf-d%ssYpO}<1>xG~*mIGqvuFcj@`>DFUs0Hh2Wm$1=l zlQr`9XGq$-i^RrNcB{SSg33xUDIKculeO&mDfern<;nJ^a3G+I95=ORjc*v3dD~>K z668gtebOiXL?|F8ESNymWCicPFWO5uR#gseBdscfb_8MGF0e76V{rhdT0YlLv|z)6 zD;p)%n=Oosa$RY4sk*hDt7r0(4)1xZTAa0;{{D=a(i={YIcXd_CoW;0H((Se4MpNV zP=^_onD3rNIFD&4$v~cHw46<Pb?V^SUvkT`SF^?=H?HI``?^ciu*k5;GRh-M%NWHj z!;o61Ax}59RR_l`9a}?wzkQe(qMJ5dF<_SR8`PqC0AqLBcf|+ZWBj#sj#-Xwj?A$w z=4h!!CUqLx#GDN|>{Kk?qWak!6sZRKoAfW$2jbh+O?c+W>@J<HrcErY&0%ORja`SC z(G}ku9fu&sP`3+rD5N0FVNpezX^}EGWJdK|3WQH=AnX@cRB@)5+Gu-_^_@S_AO$xL zK^id5QivU=^v1hnvI4)<Z^`5Jr{s%|ApusoxJ-2CR#J#b<N<GlQ=Qv}nrOjG3xek6 zA4F?;O$^JlorN<Ch!bds=R0l<JZlU;2Gt}bDQf6P1Q$<hjd_^G`0sZ0T@%i<74q}C z8}@@FhK4=GP9ixCA#piw3SMZx4#j7d)JqZv;%w@BS30pR%b=Z_a<>pD2r~lJ2(=gW z+o>~tXHvjxoT=o}7u@E3iD?vJ2JykEQOM+tCz%%ZBol0|GhPNE5jblAJ1!Wa_$A?? zC?Z_A>y>qsQhCXtSevW2)qU(P6O6qH=|AA*^C-DWV!1iaH`Z<qv9m@PH${Bp24V8M z7N}nq9<3ap{qc1)g9KAQpNT*)1PAR0&<nj2=#!=TQhan?xgf40Gls)&p2#BmML|B| z)B&-R(DpfGEbIkk%odiP<5oQtX6(^o3NH61eT~3)(5o~*hc6!JHw=HtfDOB?9n-hp z`cT>ZT1jYh))k%iIcZmz#po63>}#DvtBiDd?Rnn=3bzQi%+5r3Z$oypoGjpLd$det z(cMPcNf-vxcdlR>SWu$TQ3D5ZHx&@2C>z^=CWf^m#*A-J36T|_LrM0q7YOB|waYG= z7I9kpab%!spj-G=8&Roi>!cLejqt<rFjz`F0Vm6StkM1)D_jjTCnNcQM4#-*;5B_> z?5wsdrg1*f1u5t1xbA66WbRp%Z=Sx}X+=_GoorS&%Q1I@EMq?VU5n(ZI!ci~SLMuu z<Tk07x5Xv=3?}ysxuhmX(<e{f9Vsg-2Pjl^X{7qSwR^e})7Rn(L&q>iYuME>aKc}$ zjZ*7nc3E_Y%1&vW!w)+Yi7EIz7{h!OBRD88`@-X_a}d|Ni0Z+D-9S`JC48b;<N3?7 zdVZ^n)uX=kUo3M@_%U5U6P}aDU8RLYT3dJfq*u8X%7>5<eD#$z-a2XkW!Oct3ESJu zT0Nr(LHs}%H+B^tA!FZC3nvyfE<I>FI84WkN13xD3r0FgtA&WW^GT|b=3x8a8;QuC zWjiqAis+a{qO|1@dZgFl5D}WehC|TYwc*IL0T5uvD%3>NOu>N%&hvGJM21-L`|!ct z)Q*8horyYqI~6w$zMGkcH3Nw3e2kS3CrLSz2RxNJTGh;&Fm}3dgLC6yd?Z;8iRJ)o z_Ihm@hFxsKhmL3w?s~$(5vV@<t*Fu(4$E0|DG*-Z(CriW8ANs)AU1VFm!%~_Y<od+ z<cyc6v*QEASn*=QlCmq9R>(V7Aq{|<E&;u5o|<Z<`or}MwOWNHz+IYcJ_d_^4K=lo zzpv)vdKtoWyfOFnhcu*Pb-@ZaF*%b(4a%%kMUEPE;ac9K5j`RS>*hzzz|SW>Dlh{K zh}$i%xYpE)Fk=|>GYW&|XBz<SqF~~T&{eZ_tivYQr%C~u)Zr)rSAjcnMs{PZ5%~qo zgBHdWY9j%7$Mk~jZAC^(MZ2ZbIFnaWSz?Y7hOrq9#H~{3G7|e;Q&?}ALh$ZcHJ3Q_ zscwjV`q!9dW^|WTtG*VmFh`9%M{&6>+<b4HA)<DpdMayUjE_j4sSkSDT$t1c05>Y~ z*FwS;Q`_I!L3-hQt`Ev|6=XC`<n5OubO&0V8X6viEU!SAkx*_>45(O2vm^v=iHJpk zyEx(>hp`HC6=1~ZLFpHTbUKIuFSgp#aw%(Kx*qG0bm=@i!7hQPJWI+39$B=zk<w)K z^d>5mWr_V?Bt|EcR5~eBU!r8>rKFh`flb<INkDEkQ)8ae;ERa)(LoMcV*9K6dYG@N zYIj^UWKH$YiOLVPpl!zJaYe9bgt5Lf*C~SFYuXBJe{oriq6%Q0h}pL!*Aa?gM%53U zFU*8$2<51r$W5Yc$x@^e{jL61ajd$j3XOPw4JRr56FWWL9#%FvTa|i^{?nc*|BK~b zOdP$3b`%KC=?>&|j5o+dmb_uKWM<dA#S(Dn95H<2ci2&?Ve~>^?Ba&T5TOsNgu!eu z3#)-j@GWM%6cmCUt|xQr;Zi8%Z0y{dk;|E^VzSoSRBxvSLnaN2%&HleiHpVE;s}`y z%_f-3mH2?57-T2W&;4xiVFiQ{)j$>$%KXzjrfW)aXMoh3>1S>3eR$gDsgF2~_q&aF z2r1bJl~-`IyS>gChzLv|jQDjx78N1bYJm-;E>bM^93gI_wYZKL*hWq(K!F4&FKrBj zB7sI<%HdDm4#y`vZ7BI)Z~7Z+L#}sCQjpf3k1wW3w=jWw*88R|4Cl8<Y#cRa8`857 zU_U;wVZtR${bqI-#l+&dRIQ-l8}|KCNO|5DBYE}d?2Fa;y3!J2u*%0M^yn4C$)N?* zXbUn-<_|)Wtmp#%vkM&YGC#<gDARAc@D>7Hm6YIolxjIscZ8~vCZ0+kLUfAPc594i zvWFz~zOlr}C6H4V%w2>aE0sPFIv2Y$^1Mq`cuXz{{oBT51h<RDEM0S!RXnd(x*NA4 z+@Hn-CrR(aXB~*q(81I~4ILpOhR~;H@K$WT)=$#r5#J*Ao!ar_WWN~lt};f*S0IVl zh6aA&6A+pec-ku3W@dwVXTG6X&R3`_z>zPtue(;@G3OA?eRf$k{l?&Jx0^U~Vmh&J z3TE)-2V|}k99*GrW_t}KxLrkf6w|C*fklP<OhdmV@AQdXY?2vKX6O*S*z_bm;a2__ z{GEj5zQFf+9}QwA{)Q59@+bd%SUp#nwd_b9*SSlTiCI<pPjg-m<w$@*Y0Gb}O3o9e z)SC3#7T(Qt1?fB4_vgJR<a~U@d~gwZT2@LP6V`2WMM`8dUJ-dRSA#NI1ee*|Q)l!^ zc+C@xwW&?{busdg97bD=7JD*Fc#jY1GLgr|yAE6{9Y!gDktqoDsxM`lQ|g`ehV94A zA0E9Qf`{HNnRqXkIG30GU9^14<qrd0V8ianihFtWb>gmPgpbcHEQ@!k_3Wk2nGT<x zpuJ2%mtUc;)yOUt^(b6NB4}C!73-s<k`(NiS<Kn_%$;zelt-jRSKz_fZ9+a45GhEA z=nnLds#bg#F~Ox=#0Gzac{>xR-k-`^@Dmi}%r4>)#h|YJXiq1a%BXv2oJA4MTn4!Z zzB|*6OQ@Yev^%})GDUOSFk`}ahqs(vEUv`ed1_T`8wSjl<lcwdN*Uy6-K?6)0@var z@d3X6UfJ33i%MAG8v~0yT9|NTxR%kZG?`ae=~Oj$-Gb?o+MG*SIs3Irq+S{qzT_+x z!zXP>xi16LLnNsKJ`U#7dvWtENh)A>1#(LyG61CKLL2gX=NCEAmy(tF&in)2&t%DN zB%x3@1h5E|NBrd9HyxPz7Xa~q$f@DhQ=BPiBeBqZ-_vjV>lduvS649CGS<FYbMu4M zi1Y^^Q$V3v#TA=1Zp8+L1N$)V2K$6D1_tvyQwl0cx*G>t=d}nlQok}u$VSC5*-088 z!$H1=oGPehKtl0FgJknnTARIGqjx?6ecw4+p4x8X7y*<ef7CBT-F@LJj0b}p|2&4z zS10mnE3%6!CwL{%rU@RE?ItIx(m%vIQ;eJS@K|yuOGzoow>&SpV4KtEaUJACs)2$} ziS6{E`t0+bnDYDYOgUTxLheQPUqOl}PCjy*4z1<D!IJop<YGf@CIm>_5)(7t11&*g zmaapJZkd91sf!Dgmb86d?owc=4Ve><WsV{PkmKopf^%7cH|i0^eq2+TCN>7U7GDyt zC`9K+mPb*<uQQT2awgRtQ>Il6A@Qyw^^YC18svQowY**&7UQbs^-6f+B6WKZrP3x$ zF}wXLm}R;?37cJ#zR_fq35yI4U)yNA-eL_&cP=u0)LoESG82Vjz^RR1YwonE2=%>3 zpw)n<@<M&(&bKR%R0@dxz<3r)(sC${(PVDo-l@?SY1c*8gqf?U{^B;<V1Im^@5e3H z3`6~A)Jp<?Adk`gyO2OpUtsWPk3MnjYA)UDS-?U050TO}-B6$cc2owk!Cj5oEJ>Zz zQ5z12BRSxKN&8vrR7`ku>rFHJ*zYW*7A2U<`gsgx5*Orzg-))J=~;pen6>5TLOR*s zY$Z=_BV_8<`AIrp#<_S+yW5y?T<Emk&OIT_`daL1y#Q@5kJV}X-o+D%H?IT$ekrM^ zuWplvq*wS-QR8OjUQeBhb|-igBfMPnoY+HZtAtfYqE(gxr&UBczX=5imrRhH7!@Oi z({<_B_EVJaKN$DXx+6|aR)aLzrS0n6Lp^S)wFY`G=c8Fq6&M$nDU9~=TF@Q!dzJ@k zaDE!X-xiNnX2tfd3>6z;j1W5kr~H;Vjqpe~y+`Rit1n+69Y;>#sF%Vbl~Y6$GWcNN zUV|LkBjiv$qf@r%jYoTZHPMGiH6CeR{>jMH4vLqO%mv;gctixK>IJh(d!DnCAJKfa zLOl79(dQIIC-|B%jkObX%U6>p$$K!aemmBXLExLnRe+dTjvGwn!ES9fchL@ERTJWg zIn%Pz{mP=eZLo)0c0;#N?O6Mcl~~mv`twxF#Yvz6iA%g|vi?ok7+kq3tCf!PAz*y` zXdRrf`I~s8dDOk)w~+HU(&*y;Ehq&EUy1SqDoskNn+wa{6*^?j(PIJKm3u!gcoG3V za>36uNEqT(9)Wdy`O75so=Jk>#ETMHU{O;`3A`ib*BQ*)LICmY_FJBp{9NVyPjeqG zPJ0^wVgx#eG1r1zbN8Lv2w*?BKLb74{2(p>@U1znCmh(;PYoO?`*d8j%PsILb;h)B zX0>UL7DndMpJ<H%-Y#DUUaUUu?Ubm}=|<~#b5|L6;3qCh5Md#nzbiNjKCdar97X$z zf6dHCAySEIqFJNJ!Amv%pd)6YNFl&k$?US4dyvU+7Rmv33a!o(rFv~WpFREXwy1r# z665=PqNXy!9-)7IL*G$ewtSx7OxJ-CxKuMPms;^MXQ4`Wn%?B(vvkY;*8Iq6IvYOF zh_amiQaQ2t+xSe(MG&CkOVV-tVWmZT&GPaF1BDLCu=8R-39CA^`O9N2E7?5xx9XeU z28!{}RiwFi>RdX$7zoLFb2k_Z41yq7Sp*7l2f|<M6y<ELlgg77^fDcw+YMtD#(R`Y zSAc`nj%h?Jq#R7rj^?Dg4t{<@@dQ{8OYnIX`cSRmmG0^|9NpJ^GP1zJ6N3l`F(~0^ zc_9;x=(Szb>SOK`RiMm4&b0f0%dGm1(0UhUve+};-M_-7RNHVxj}gbfvzywcm)gWr zazRaTbxo~S(NT%$hm8qQ373SlaO+Zfl7+0)gorPSRYUk|WfLCt_s=)=^Rvrq5yvd_ zXEB{)u);yUE@2f;s;x$vkHj61y$FR|VskdZF%O=1_HTB(XLb@P-#Hyq=yRD%YE7~` zEv~OhWO?~5j2Bjqsw3qN7!LPe>~u`J6TE6flBNgE-xAr?r!Q$grSLZxN8Wqbbm!T^ z<KCN``vp|e8ni5iww*wgSgO>AcF0-oOFo*~zcBZh0TI9+8E5*uqF29szs3mnD!YUr zea!Q5Lnq3^th1;Z-CKZ{hM8PaBjBe4#1Qbyeq09Sbqz6KN~#KSiGdzKXw({RbB3w@ zF;Dx6!-AOUp(tnXs6)z=AkfiDWfC8D2woa<Mg$S&(Hv(v6hxs*LW=~tW=JSs0ybPk zIZUi0$#0v4(DE|AYKSgj>dCnmvj9SZlve^<f*gw^(J0<3A<*$VX}bi$wA!0U6BcJt zip%s(TIvyP`6APaG|{s;nb<ksOs-|IwG*p1-UvVfv0CK^jzv(D839ehMjNRja^rkL z<zr^UIhqC}#1LiQZk_sL#4b>Wlw3TC2fXK}mtKm=fCgeWZD3mYk0@qf?*0}K&Qf-x zEk;<qS<wSI>&dbPM{P!EK5TIqLs~SJ%;h}~zLK{ItV4vk#u&rGG@Y_BTV9}&as+{m ziARewvTT0I+m2#2O=CvPl|&~-KxKnrayfe^G-#fyQuS{kX`+pnF0U122%~^0h;M$C z7Y=pD%3jUTGB$t%pp1Ue1f}~|WF~a7UM~(QHE}+3BrTGLFO#K4Y@FSIDe46(K1J%( znf__zmpb831fNJ`inxbGjvcYRLT^a2mQ=m_gN}_09>n>O7qnumKiybb??<FO(ya)z zRGS9CCxZ(Ct!WTNf0#(HzBhrE42f%ri!7KRmAYS^3_b3X!`6jyUhJfU%jgA<tE|YX z>R!?jGanBYG{f5=$<ZaF-q$(t6V#BbSK?r4Ur3rn0y;=H1B^ZQ8@GWVB$0IR5>i&~ z$(4n(k=nCkHE<i)8(dX>Dv&Hx=hJ781;F_@H~qNFesg7?D7nGqD<i2%Z;b>GZllfM zg2Wk2(o-ncXKuuRn?5ryINkMmMweU7=I}PznrSTYevkv0{3to#j*>C^a;)2Nxi|m1 zARbU=+i=Gp;dbldQ`ee!iLL_hK0MI{YbaMF++ywYtb0sJYzhMS-j9eykM`AL&p=B@ zZ(hdRX(E454{{g1*9kUhNt+LH^vWF{@Iol2l0H%I3_B3!$i+MiOwnHpIN&0yd?qA= zC@x6TL5RH*ZJr?gEbMB59%v3)%vK>c@JvO<pTe%^!^jg0FFnXW+ov39?&+4Z>}7bd z6magrI52OOTh)8b3OyHC8jmP|8EAsrf>SKUsGn|1^yLPjq)DN|j33-<)$a_ugShXW zfv^}^y17?67s-Il5IYzum(}nYLm?UpKzpABHduf9p$|ROoS4uB3S~D&J4o2zO}2uY z+_0xZTMijH_=cjQ4FYMa+n#r^8e$JC+OR)w+^`A}nL9R)!;AeC*v9x9!MbGF9r1~8 zi4*M}Gqb@iuCQK67$8prj6m)rY<QYaRYKd7E#=bRepcj=Vbm#J^5rcTG==!49E1@2 z+`iIkrdkygD-XRLw`R{)=w5(7`h!%BiD=$HGmIb>B2WD*?4uGDFuJ@5{m3J;7QK`Q z_dcz(?Pq@|;2^*8B1BX>rLJhJdmnzUCe)60o!(Bg^Ao~@#|Efp4>+yrq$+Kh-379) z20tfOtk(w_@V7m<doqw$sV+32x1o>`*?UhsrwvqYP$!mkF05wK7i&nZR`mh;x$b_Z zd(AF2-GR$$P%kVPUC3qz2tJJSg%`WmIy0YFa4&SYy~7Q9U_P|-VGWEo;Vun~tkS?( zeus-#Ft7UgK7NPpP^ry8FS9{OPrfX4yF+hce$owZ;w;qj96uB}z(Y94y(8*3>WyqJ zvrpT5*1$0^9F3@J=;tYZ>|nU7xZR(?aFOiPyKsQv^?gIL>?UDpeU~Rbfj%DyP`=Ih z+$$A1>2>B3Py~YjnRgQCV0^8H&#;8JTmWU!pLYUz4f8%hJGa0(rVQj)*J}dNK{~I6 zbn5YiUL@VPgI}cFD8fU3Rb)H<+7$^ndG5FQx(feJor-?5q5KvH-ih{Art1nA+ZSaF zXJmtYV(H#Cf0GmEc^UE(m{qr6Bjh435ZpxZ6*$mDu@G;Jt}cXg=Is?1Q08PK+exTQ z^7MeSPe%<Z8+aicun(yo@BG49sI$)(5&c>CAXB@B2@d^AD2uP3i(%*UCg<-r&ABVk z<!SYj{gSDVy^8$MT<#HoRDg48F)m96x*UL#V|#0L>2^jypB*S^Zh8`dQ`9%0fFeP8 z$n-V~Ogbi^VKOP9vf}YsdkaDf!Qj;q<9rD9I{e&$clnq?CMpBPs9G<?1_VUd-PF6X ztkP)pRM|$q0U?}(Ish?)CPAg~jg6GRq={O2WnjF^s#Llrz@*d7wv=e(HNg|tLnPGG ze*}e-2}IJ__qYLVgFe%+WxUbg3_xQN>(%=~r1Ve#-Er#|`aPLpcgl5zy)b;kfu+7Z z*Z0o5*MXqF?V2P)AfVENoDWIr)~kS9LlD8o41x=M>}n5o@u>zmwKnnh6Qsg5+X;4| zurdL)1OY+kn}i0*JRqz9gC6D4^A}*Q?9=pL>Vg@SpOgmiXF9+K0<nVzu@UeEdTABx z@Z&+X)4{qPi`euI6(Rs?pUL{x<hQapNzEK`hYin}wgWjd08s~Kw0Tm2ITYm&OJnTz zVHL4|=1xd+LOf?TsNSR)4lrY~$4mUVgl(0JvLQ6L1bW|J?)F^BHD#g=W}obXh(Imc zvqJESE~s|p2Fhf=#f~;832E^~VNqNfI8<+UB(W!0A556g(g0MLNM)a>P?Vn;5I&I2 zaW^k!zLq&p8KRafj%$(s40!y#Rv`-ReTR@Ao|+9kC{B!CT_7z9cX|J4rRvuZBhzpO zhe#|M!X=TsW1=WT|5^ZbI-K6TRe7utvR+>@CKzVEK!ZP#z(AET&<d1aWFU?>+cd`r zL<CBnxqy{GrukAt1Ivx?1i?dYPS@L>F3*FlY0wM#pH)A<v<QC}d~q<bvi?){^AivA z51q^3sVGdpfGU5}^ZY-Up=c+`L;@HP1%C3FY!D(V<E>6UG9;alhWbp_^LG(A%ug;3 z*uy{EIbVm+&c=0JnXz~f4?F-aM(nZK6W`SLPEpyJqm()aj=Vm#nJv5FmyAXn4B9A3 zzO5E%)OyMBtyX{fhFhXP4iAy|wi38t-JV%8@v<@?m(ED`)^Tf(S5oKx_~NoPchE@V zyG1ISNm<*<=8b!M(!n;;w2Lg0laL$xf=|%&bd_^!+h6^J98J=QTblXgrkz1oHRcqv z^m#FN88_smw2tHEt$!q<-erF+la;pV=`#PE-kC^3Sz|~L?*|GTnliGZJlFvp5Y=Z4 zijURd!qhC`k_ZhIxOwo0pL4zeM`UT1BZPkxH-gzm>!F7%^ug|>mtWn&Se)6~!-njv z4L(PSqVXZ!tG`!q8r~v*Kf0lJ;po(}g~1~Cvj45Wy09%kcbG0fx1STNQ(#Zz48gU# zx=<?rF0^g`#a#NO9^a>@64FP|@E)u(CU;U>fq$%b!jSqN$|oRqaJ7`+Zeuofocoyv z4c8|JTK46u^SwLiGtZvWz55EDPlq^2LE;5w_F$IpsIlv(1#gm>!4G3whR}nQK3?=G z?(RlK>$*0C&~1M)YyLs@`Kc9SWB%u)`D-=Kf7FU82@8s-i2a*ZOvcvc7y0NH5&kdq zVjq5<@IQ;jSXntf&@#VEh1lOEMvM$h?|PwMGxq<LWbFMm|FvX{>5s&ArhjNEf6vnT zuO(yuIZOYSWn+KS!u^yd{ZlsfE&*fs|M%bTfL8xaCI3oo_Mc1mzfqk1f>QmFXT|h4 zj@Q2_&i+EG%k)1>b^l#)_73x6`5n$`%-!7$b+Ex!CAaDzry+HzaEgf;TOv>(Qw%b$ zyBUZOpvM3t4cZv+n*<~j4Jt$AZv~6`x<(8sL4m|eo5Xj>gOFPsOpCxMOYk*N?re)> z<6EHagmRk+I9rj%rOtA9;$7bBcWbVlcN3mUNv-9rt%q4kombo?*zck<wrO#{pp**r z`UEOpe(A8>!L<-lOV!W}Xded<Ky=U~hzfOT)qVcO*=i7p$N585(a3_@$^CZw+188H zyVR_l8bd|=NzON50#IWs&Fb=n@QKsPH|pg25UqT{+V(4d#EFkp^(UPsBc#tt_NQGI zR<>F-W~-7u#ME84&Q_tSK1~ig+efszNC_k;Jsm<Eibd>KD#r|x)Ny{h8|#EAu3v_} zbL9MR);(^I9K!IVzuj$1{+fWK+M~jApbIAPl6x=~aJ1X$yO0p<IE!L{H9{9pk|5h? zc?YmowF_f9|1iXZz$~0Y0+Op`>Pxj%bw#I|<&|xOgiK875|7a01|H6b?4Y5ZPrZud zK<e@1+9)(Xg!u<fdri(_zfOx7pQETkWJD5CgSf(rTYKaWnP&7zZ)e(KU8TsV1b%PX z(hqf=SSlA7V{!$hvuAYYA%v+h`Os^q=oIlicB6YY>P$T~jKKxW#QM$3ikw@Q<sMIS zl++k+2Z8>*+S)7pzIRQz@GO&NBQtVM`>8DxE3u>VCG(SVE<TnU$r;$97QUX3E!*ib zV`HA-`kmd>&paJzZt_p*npET-IALyatenUhLkP30F_%VDhj4Ku*m0s{IM|;#*M-V& zukUWZd&EX<?O9q-h)6AE0b>k-dHA<&w8!;*H^YMS<n0JpOsfH-!<HZpE|3t6f^2cK zMY?x?(fxMcd&3WjKlBR7RJ)n@az^i4vLZ6lagupAf{VoeXmnL<h*vLgR#I>i8<Xo* zaKsAw+jmd%bLbb83UZe%azU8@5!ExIVa=R8&9Fd{Aq?{C0oa4d!-dPi7<?tYW$J{K z(iMAO^MPjjcg-S|huuJPJ_G>`HhY1`%4qr`Yv2+7A^UtjIGsA8{U*tSW|s|GUJPv` z+ccMf1cr4&Ao)RlPq4OG@;%#jl}=lTCzb0SMxW~ljzW}o`Ji=6btHFdH-qm9yJT*M z<>D=?nWs>yLPjPFCyh+VFv^Dw+Q$5D6uU#5c6-YLzUm<4BV<m^6r}YR7MSG)ek=9r zP`fz@O-*=QGjs1<sTao#w;L*%*-nZFOSy@;a$a6v?ST1NbLqF}s-r!bmjRR>U;T?X z;Z_amn<fnr-OL43v?4YQ<jVZ=F$=U+eAye>Bx8w;{RA(*GuT`b;Jtdb#RqUH?*K9I zs%{@~(j@=6qZC}W$SoA*;5e&JMB}A6f;ijjYdHp<-xOjd)ntzEZXXRpBpHJ|a38i9 zF1Ka<WS$4#tbLZDD8r|jPFw@bk}LS8&QL%UyHY7lBs4ng72~Uid^=g>o*V0xwWw%s zRGt<h0N!KM<p#jEXjTE)oM|&#M0AlPtta^1C7P>jO{*t%+$yQZmy!}Wpw;W_JzPC( zJvj&86C8fTe;0R7A_rvdj7VW`V{YSaQzgKximZ7iN>=p87?{>rmU(tG%&J<vHL}R1 zmyA2AeJaOQ8851mG%x)ou2D$mqUKTNwIgv<ab$IL40p+8oZULGy0N;mwzIUkx@jqC zk&>~qP(f}@ev;kMVq8cQIdG9LkHVsA@yLyq1Z=Y`@D{)AgvIL^_xhmHo{7)FVOOBS z-*zSrH)HX5a{aKZ`EmzxwlF)HYdf>f?rntqN@=QwsHSu2w+m6eyunGrjjaVrGj1g| zOKVL1z_*g7?i(u@@7~^wg|R-uKlMXQY32ZLt)<8oaeV`;FAO1)O%{vWrsD}7!C`%? zz_s|tj%<2XD*KLa2haIJ47}#pp<`sE;}x0QtBJ4-+-Oxlr#${E_7+cY#jFEZ33(UD zjctt}2zOFps~_8<%ZPBxV0M;ueC?{j-l~^N7c%LRmJbzlI7tM22+6Wx?JleEIO{`3 zcfmvTE*LumcYxieePyM6Wg7d>p)YnstVRU+Q_W|3hNnoV%^PAP+%dTG4~>^M(VqZt z@$2fZi`D$NZf(UO#GNayho&BRWaGRl9!S1mH;@TdibZHfDB-O;KM;-LLy{^$Y%W3r z3c_P?#aB+~_HyMolMKg@6zhbB6_Zd+z=LW!;yFXOhCVa?khwlw)0wG$yKk|g_%TSK z2MRnU>9Dgh)`Hi<b6Avi8-tEsm=A7v`WZagA-F(Ac`(*vN*})~G}ue<ZO+(Ka%8SD zQ^yMHY8!4<ciqdfH+FE+qWva))${HI(DsDo*8Ubh(J?;ytmOPa-<nB<K3(JO?KIjG zLEP|oI@9@jjnMfv(!xx}zL6uy>mbBby1)cRpkNJ0B(a-`e1s&9e-SrwSjgFDj*)K! zyER<?qhyGk?7DAqsZ9Z^cci*M>il*Su)q5SE1&uX-l-@JCpmz$L!py`d?%@mJvpC! zG7O7Ek-;y>R-_}~BZ{xj7hT~!o_Z&`v1$H8Jh#$<g6)P}nI*1tQrTRMPFpeSw-K_# z#w<5hLVNXC1iK03p*qbBGiPSWLhxXQbsG}Kow!vp2TtK})&4KUfaF}vL7W8lCW&3f z7i&~qpHJOs+11gB;nK#k;OVL9$I0Hcy0SwsX2J#7CH@1J6^rE$ES)JE{Y9LHc3~kL zQcKqDC^GFRHGMb5l3E&P?{qB)YA^X-6WR5Sv*|8(kRrnvwjVT`b=TGS84n&1M77|% zbe;uO^TwC=8)#v*9#KSdni1=wMy83O7!rZO+&?Jg5RHOOK53we;}0Z4g?OByr89z^ zwHdd6>K+rk$O>_T67GdU5%1Z+QsNmK0VVSQt4^adif|9lM9D-3AivX1R}hN?7}@q? zFmpBTLosx{qUk1Mqv%?EnVO_l+Nw{U&OK<ei#s*B<r`1BLorSPt$Vt|4CEg=6veYs z@XjH}2}QrWb(#hdJ-^&h3O=04_w;}VBFC9Q?5=i0$&kyz+5@v1x<PMI3qUvg#<_0` zY#O<(Q8e6&^F2|EGv>DoP#WSyhB#fXvn_dwGj^tuXB6k*5dJ<#;&jYK{DF@vg<g`^ zv3Q~+2woZw<=-{Wa!PWnt<81X*agmbJ%9r_u?k&xc8(TY*?le^_H=Dlj2vd&yz$q= zFFC}6cq)vQ@(cYE`4R2d#LY|L2mwG7rvmQ#5(n}g44IHXKM>ViBBb-jpPiPBiWlLS z6S2rj77^Leb~<Z03y4AL5V-o-iih)i-BjA~$3K)c^B!!Px|}UF*-o6AaxuDKDLY-6 zuq#fDfT+bf-qCYAp3--|^_FzLx}U^H1V2_kJzhJ)P+u2nMxh0I57lHoP)HQ#jg?sA zCTmFyYx&hnB#hW>S6I^xlQu#TvGs?m#yccwaOe{aPGK29lY>F-U4dsPm&_R$kv$XM zJfMyr)oO?U@#-ewzT#GcDE^3aW0Q~ADs5hg%-IkV;b(c#YRQgzGQ8*`$;rZ`O-;`a z6V)MVj{0WgubUG)<&L)lHcV|=Lo*@{5cix#OJ>?p<O=mn8#6%oWTLSPd1ZBVJXa4) z?ATKDQC(<$+Ia=#9JDi|vazD6%CW++%9WRnm#$i29(10hQUc#!dT0Qi9CWuIbfi*G zKrUs!e14`}?81+sESjxy4#g18*<H$Dy#`eVlY1w1aFe~E0R(G>Jk4Qz^*)TI{S(h? z&gXBjnb94lq#4DU*nJ*3EOsoJ!eB!t4~=dH3`yu8tN~|v)|m&=Y&7<!-<$h2ufNu` zGy_;!LwaHNn$+y@5TFu6>!k_kJ^e}W?Z6QrB?H@XSRi-CSF<usk_jV5FvuXRh-adb zFiOn>C<S6Sse6Cx>%xpD&LqY|f{ohkaRnC=0;l*!jC%=&=W%pGanDqFh#M2Y$|`0P z%12keo9UVg2gW~B^2A`WqPL(h?5xS8+f4&YMPmi7?gk2AimxJ472Jd}6~lDCbInX? zow6Q)1mWPx?;p~dGGXgAaY<A<>EjzMokxV4;<3z$W<R!IA53#;z%d+S)F+`(P19$f ziI&%S^P^jrxcGYBrpq@6SYYVmEswjC%d0kxA6X`;7xr+=@6Eyfq4*Ky1pW!OjTm*; z`x<O|JR`pY<J-wTMq9xSv5<=xhlsG4csfP6f~^EsDsg-%@ea;vJBH`ht|}Z|bRya` zP>#9H&VfCIUH`-v@{a|u1QgNW1)t40GSH)GzS4fBx1+J6gQSC`g`^j!j<$lcfwP9Q zl>uOz!?T5E^p2U2#S?cEe<t1}HWwqJT>dgv5aS->9{UjU5KD?H#dE@W!h6Df!k=x& zH5H7{-~xHvT<6Y`3Qr2O_DLA4&(VR0TwA60Y^mj9I2fYoc=3D_$5D>1bhC-S!{a2t z`sq`n*Tw1d=>_{j6=kL_(^*y4@tN8Qe**92NKv`zM9yVpJg2+op{7p;-o!;Cp-HCQ zSv0c-=!8)+yi`%^C`aO^g=(Zxr#BfhO=2#R5*k)|tdbGhgh7Phj{#kqh3@(JK+%`b zS6k(WK{%?T1*v@+uF&zKx@-6s(w7pCLF8pgf&%AymFoGsgQpt{rI54Fu%7ZE!U=-k z>z$AxRRTO)TGw<b1@op`rKu*a7nKdd8A93n^B-w$N8JpTEQ^yVFpKqCv5>DC3O~R( z2tr;8qD#Yp2Y%M$NMjr39cCUr!j0i82n~W?C&EZx`%Wch`f(vCRqa`UpzyUEM0vXH zdY%9Jl9)PMu8IRt<a%OlzSP!Kl<evA$Z~jp39WK%{TTVk<?Ui|IQD&qB~Y%-?)KPr zqWxk#l+0v!!{`(=r_?`c78U+H0+lb2c*HG6e#mnoXf^sS1oJ*iVJZ>YEJz6eQPof< zrCZIg*A2qLk7Au9ZDOV$8Y(VZn^6v_Tx&eu5HWagj)HUZNjO!exC~Ee#%7yYo=1X# zsjV9JDJ?zLguW(uQ3{td2bo?dKQb*G=<G&5QUJ~d24gy$MV4l^w)WQHM&)qYH*sUK z$=*5kZe3{I!p6(TbcV1aXE}oGdFPn?5saVjXcnP5Z*^?_*ow0i;~?l5b6E*Q&D|(J zB_-##WF1T6GG$H&4GVW4j{qTK1&9&C6q4$GWH`VTT<AAOnj3}<zHcT*madbyEB5r5 z9bID6(^E17@Z2yS5Ls59j|Xf8CMPS+`U_QXIIeX3%SFD<SNzw$E-!^U!I`P_>t6ni zjRgE_uRRyrUrjtMk8bfQEBBuF0BfBNJ1>n_uZ4yH-4?se<dZ>IFYH#9%vPf~Qq7D& zbt+QD12{T4ZGuv1&0X3F*d;}8J%x7o$YfH?{o|AN6V{hvY;ZQ_cSNKTV}f}k4Mn~^ zRjPI^$w)-P&XB`6>^STgZ28-cCj@4jq1SO(+BkZL2srLtFK=a~=R1T|m)ghtA(vub ztr~uR;lL=v->lM==V5WF3OQ&iSeFpB<!GklfW6~eKvheQPpC}^eMzy8iblcP_%;7_ zn;emWvM@qcey~LL9c8Hep5}4WoCero@_i8GrgoZP;Zv9a0)&nC{*x9Zc8}WgjLvI# z@W3Dp*K>=_ev)loWGto_&azm)DFU8{YG-Nn$>G+xk0h<fddVZVt{uCs8SmoSf|VCT z>*a2Gjz2%_US<&Fo_r(d;rywi8f1Q+YFPe8GHpOVF-(AQ$U-GFPlI6g5c-o5#3UDn z;7AMDd8A_NmfRgx1oLW!&E8Bqvcz7`?&p#{1G(6XqS}%np0JGY27VXA9=u$$G^~ZK z<aAvVVDKl~Cg^;s((sP~*vevG+$~bLN0?>X)o2|s-0=}l)d&<zT1wm{gB6`Ww|2F6 z)k%L*J(@K>HO^`1F<~{U$=fGt7KxQR55spYj-xYaW#%;u0<M|V-ls$=j_5x{p6Kn- zy3oJVk_(n6RBcXmQ-z6*EMG0>iS}>os_8lq;1Z4eys{=4O>cWK3))M*Hs_jMz`u=~ z71-F}=#f_^MegY|ZLEHmIpS4+i=(L2%l|OedGVcHE-ge9)zAF~Gb^}rDu|r$+ok%~ zJ&*4jA6`iV1DUX}^$AILS?5;Bx4m;1j?oasR7XjV(-OJEBgH{u*@Q`LvH((ELl975 zb-zh`q?77avo=EOSe01ozXV$26}Lc)2Z(d8`HHfoz1UvnD}3E!Vjl1j;4(*#*^c^n zCH>H5mjmo|ixpGd<HD_B#dj8XW#SG$?q~@GQFm^W@*v865Ol$Vu(v(ub)@Zpz$p=f zeRs@bK44!rET&GjeLORC^n=Me0=GDIh^#iWg6TEUuTUOms}6j`z-5?bVYp!TyQnT) zTM(8$cc~z+?%)!_;FCFeHr$T9h?Ig*41VxajVny)=17h3n4;Ao#)AJg+s32NW5U%+ zffhPJk(fQ6Ve}Qpn}P$v_fNqIYq819KSIk3@o*{hi98dfQHnKi#V<04w7gn@p!Xe9 zP!(m_y0x<O$!<>wnGeL8p>1Z$(FZ`pBwWN#H<<9h>`!*6U_Z`1+sWR(O~Vd<{1P~N zXjg^c3=cm}wUfB`44<+Bgk=Dci}Y~ycDkACSX(kd1?QZVsma4~G<#`qoT(JiBns13 z<7;6ri)+2|9LT)3zFZ@paW039Dzn)BR&%wqd9*-)utMug;}anh54(->22JfGoR)BT zGx$Qi6C3(y`=;n#pVt5J@L@p$%{4%4i{X2%#^NhMVMM3&fTN5NcBBE^)>ZWo%l&Uh z>P&0<+w5^v#{?6$SjWBg+tG}pa*y{Uwb0douRaKSByOw0&Y>C@i5?epfit7JjL@a} z?J>}NT*|tG8=OGvmwLQWvW>V66e10i7?qIhmgIzuq92d<LvGiRw{W9x5DBYV)SsZ@ zk(Mq+W?MjxWIoRN685!Y-=XGuR^hyf8EX<I*Ci+vCS&50CI;@;1vSn1>Sdn&z;2LR zpW3u$|2CIBzE<Yf#L~fy=W`HLXDhn21ntHQZTfxVn#^q#zU0{Mk`;j)D{z5l5-U)5 z|GW&Ie__*<D{FGoZP5GJjlgLIV$jLW9pza$G*#<7u>k%S1p(K&t8-vOmuh3M)Q$t3 z-=ikrMLZOPdL!5b!;=tXd0|Q26TDs~l;Hch7ai_$&Ug5O^T0i$+dxz|*^t0WIu`~I zO?$0!7){m=FkPz)0V(43;{cOrUp5eUFaBJ-$<6c^n_Fq{<MlnGr`4~Wi53~j>v#3h zCyqTGvXb=>_a)Zn*H|5;HYk={V4j_(rk-ev<rkjkHWRB~Jr^h&KZR;@k1SRxeJzh) zZy^pmp$W{!?gZIcjt2rXQCfLYS)JkX6u?~qP!|KFY)k#l_Ij20+-k8pOhX4Epy$8z z?(Q%FvLNNG9BRl7z7B)ou!~z2;IN5LPQo6cshb8iSbns!Ca7@dNw0+J-X8vnt*e<0 zUG8*W1%E@GU7-`2EUR96;hecqgNCwX*znbWh^E^4>kbo*?GH;l`SJ_aW+NE_nsUDW zlmq$p`Y4s$fJ0Fqa~1GUn&48b9aJDx_VUIA%F12H^fdGO@$fq^jv6iSFpittTuBG# z`|q@G6q-qWAI7A^b8Eca?0`_`G$o)q-t$V#Q4ev0I<{^h<k74`nGlE*hDu<3ag-&H zF*{$_Q;_u4y%1!yVh1)hR-}lMW(|8<>2#VpN}DvE;c>DN28p^_375%=JS>;2-gN*h z$^-5@t$l^LyZ1C59%TTq2#O#*d4Ivy+$L`9nkqQO5sX&KAnRWvi&?N;v)BvmjH$h0 zQot*ZSXTqg-gjDCn+9ia@zOE^{ooEo(}{WM&`v`SbUA+BQp%Qc6uctJH>la|kU{8~ z6lyFNs_><c0wHSpKAz%n2zm%RexjDF8xqw@m{0fud5-YPX2_20YZQ}s>=znuc;WMg zFleM`ITS)%Nxe-bNH8>XNxw-fzOYCzG)T6~Qa16q`y@ybskkI~|2{ADG>~u(O9MWV z{f$A97p{Awa}S=;PcZmRneIFrQ*KQ-%D5#tz+hwL`yaMNa$u3a)3XM`<hD53ZGn!1 z+F5)Pg5YL5UT)U>x`_!O`>N_kK_PwZm**GUpJt50;1%2NH#mHc+a<w?Gs!97l$Tv^ zFoMr@_y!<&@TKi~y9k}y=LgF9;PO|U!GEJjurad#6C?3%5%Q;gGV}jzTm0VA_?N#= zf{bMl1LC{CPXumLsEFb7egLGg=fxyK>j^^Ga5I_(>=f_)8O~J*Elb{cTDm>H$+Y9$ zO1i!AL0jfruqs=WD7WTrrc$3rYYf>Y=S+bnad1;cp^Rd#*HTJy@i?sGGz-nkdFsd^ zn~U4DqZ|U1A&s|V#)?_h@ws!y#>|e%34)A~Y6_|K2n$@tN@RVt15rxI55tm|mu4HW z+*^!`77YV;y_l5Q3iBGp_{3dFiNuGQT9fk<nW25(y9X%qm%NT5n9Y??Q;qZ{|4RWC zC}jU2P&EHbSY>c3)Gr^`ek&8?-A8f)&K3Yo$itouq>6)99vo-+@*5Hnfgp%D=oS{y z6nUs_bm!H6Xcgx()$EUR6kO0wuKA$cFxE|S1DX3ByS;Oi{fu6@JUMuNAb$8xruiV< z&%KLVUbjG}0GD-mXUB1RQT5@kNKbT8A*Y`#P1{U^_b@WbJI4Op;QdvazsmyNfe-&^ z@V)~${#C_);THaLgI7jVR!QR@4c>Rd8k4`N2i|ERf9&r5JorC%cG-Wr0Wq_%ePCi_ z_~{13!1@10Yxn&&|9xxsk93E3{Ka48<G*k1{&jx-@Ah?n74=Uz5cYS>$4{ikKX4#y zZ141qU%lRUL<r+M@`L4lpXHtA!Orl@9f*a2@mGxXC)MLU&ia1--_CpA|A_-({D}|w z50nq~pH55fQk35{TmQX}`LDV5``rFzv-Pi&`oHM3{wnLA*dD)@u-`cc{i*mrE#)15 zJ)xAj(N7PeUwzkq8pk`oTQV{Jn?KS!5#?XgN65ig|J_*Y1BIc!xr6NoMmkP9)(;eB zPEK}Q^z^@CrVjdcX6A;DbhZwrlz)3y<Q;5{oDGft7gznOQOx`g5y!uD2}1hs##*+f zzdpgQ&+_4KOZ2}ka&s^?fqt(#8}vKM<?q`EHdfa6o0)w0TkPE<>fJ5s*Rc;ae~-Nv zm;L=+`MLco#=!8?qUrascfYRp{}jKEaWMQ`j(!(oWdFGk{65CS&iGD>`F)I;<);kf z_b~=0R_6D*{M`QaEKKZwj<GW^{c#Kic7{JcA3MumoX7Hx#reY+?Cd|M(C^3PVC4Mc z7>sO;EPu?)d+dGn`~9_y@85Xd*W=&a?>+WzlJ>_K=bv)*?t#Ye$8nihIo`E1zrXf9 z_HOF+hZq~nPtn28?VtH$dS4Fym}e$7_MeKe-=Fthw?B^YzQQp6MeN;u?Dy9)voQQ= z4!y_zls{$`X0|`wkA;)vkMr++ru}<PogDPvE#DlVf4&V$<{rjB=lD-ygrcpj(>wI& o{Z0Mb8u`<m?cE3M*Z!}sDEbagzupRFRz@Z!Xi`!UIZ^2U1Angj82|tP